@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*PCSP共通設定*/
html {
  scroll-behavior: smooth;
} /*smooth scroll*/
figure {
  margin: 0;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
  #wrapper {
    line-height: 1.4;
  }
  .spnone {
    display: none;
  }
  /* CSS */
  #dirPathBlock,
  #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }
  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }
  h1 {
    font-size: 12px;
    margin: 0 1%;
  }
  .inner {
    width: 96%;
    margin: 0 2%;
    padding: 24px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
	
		.att_area{
		padding: 10px 10px;
		border: 4px solid #FF0004;
		background-color: #FFFFFF;
		margin: 0 auto 50px;
		width: 95%;
	}
	
	.att_tit{
		font-size: 18px;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
		font-weight: bold;
		border-bottom: dotted 1px #0D63A9;
	}
	
	.att_txt{
		margin:0 0 20px 0;
	}
	
	.att_txt:last-of-type{
		margin: 0 0 0 0;
	}
	
	.att_txt p{
		font-size: 14px;
	}
	
	.att_txt p strong{
		font-weight: bold !important;
	}
	.att_txt ul{
		text-align: left;
        list-style: none;
        margin: 20px auto 0;
	}
	
	.att_txt ul li{
		font-size: 14px;
		padding-left: 1em;
		text-indent: -1em;
	}
	
	.att_txt dl dt{
		font-size: 14px;
	}
	
	.att_txt dl dd .att_img{
		max-width: 760px;
		margin: 0px auto 0;
		width: 0%;
	}
	
	.att_txt dl dd .att_img img{
		width: 100%;
	}
	
	.att_txt .accArea {
  margin-top: 20px;
}
.att_txt .accArea.noStampShop dt {
  background-color: #0D63A9;
}
.att_txt .accArea dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 13px 20px;
  background-color: #00A6BA;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
.att_txt .accArea dt::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.att_txt .accArea dt.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.att_txt .accArea dd {
  display: none;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
  line-height: 1.8;
  background-color: #fff;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((14 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(14 / 16 * 1rem));
  overflow: hidden;
}
	
  /*title*/
  img#mainphoto {
    width: 100%;
    margin-bottom: 5%;
  }
}
/*760px以上*/
@media screen and (min-width: 760px), print {
  /* CSS */
  #wrapper {
    line-height: 1.231;
  }
  #dirPathBlock,
  h1,
  .iframe_end-content_gadget,
  #anchorLinkBlock {
    width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: auto;
  }
  /*panlist&back*/
  #dirPathBlock,
  #anchorLinkBlock {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 12px;
  }
  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }
  h1 {
    font-size: 14px;
    width: auto;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto 5px;
  }
  .inner {
    width: 96%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto;
    padding: 50px 0;
    display: block;
  }
	
	.att_area{
		padding: 15px 15px;
		border: 4px solid #FF0004;
		background-color: #FFFFFF;
		margin: 0 auto 90px;
		width: 80%;
	}
	
	.att_tit{
		font-size: 24px;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
		font-weight: bold;
		border-bottom: dotted 1px #0D63A9;
	}
	
	.att_txt{
		margin:0 0 20px 0;
	}
	
	.att_txt:last-of-type{
		margin: 0 0 0 0;
	}
	
	.att_txt p{
		font-size: 18px;
	}
	
	.att_txt p strong{
		font-weight: bold !important;
	}
	.att_txt ul{
		text-align: left;
        list-style: none;
        width: 54%;
        margin: 20px auto 0;
	}
	
	.att_txt ul li{
		font-size: 18px;
		padding-left: 1em;
		text-indent: -1em;
	}
	
	.att_txt dl dt{
		font-size: 18px;
	}
	
	.att_txt dl dd .att_img{
		max-width: 760px;
		margin: 0px auto 0;
		width: 60%;
	}
	
	.att_txt dl dd .att_img img{
		width: 100%;
	}
	
	.att_txt .accArea {
  margin-top: 20px;
}
.att_txt .accArea.noStampShop dt {
  background-color: #0D63A9;
}
.att_txt .accArea dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 13px 20px;
  background-color: #00A6BA;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
.att_txt .accArea dt::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.att_txt .accArea dt.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.att_txt .accArea dd {
  display: none;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
  line-height: 1.8;
  background-color: #fff;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((14 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(14 / 16 * 1rem));
  overflow: hidden;
}
	
  /*title*/
  img#mainphoto {
    width: 100%;
    max-width: 970px;
    margin: 0 auto 2%;
    display: block;
  }
}




.lp_stampKobe {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.lp_stampKobe img {
  width: 100%;
  max-width: 100%;
}
.lp_stampKobe .sp_only {
  display: none;
}
.lp_stampKobe .el_hdg {
  display: inline-block;
  padding: 12px 100px 14px;
  text-align: center;
  text-indent: 0.5em;
  letter-spacing: 0.5em;
  background-color: #0D63A9;
  color: #fff;
  font-size: clamp(calc(20 / 16 * 1rem), calc(calc((40 - 970 * 0.0336134454) / 16) * 1rem) + calc(100 * 0.0336134454 * 1vw), calc(40 / 16 * 1rem));
  font-weight: 700;
  border-radius: 100px;
}
.lp_stampKobe .bl_notesList li {
  padding-left: 1.5em;
  text-align: left;
  line-height: 1.4;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((15 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(15 / 16 * 1rem));
  font-weight: 500;
  position: relative;
}
.lp_stampKobe .bl_notesList li::before {
  content: "※";
  display: block;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((15 - 970 * 0.0050420168) / 16) * 1rem) + calc(100 * 0.0050420168 * 1vw), calc(15 / 16 * 1rem));
  font-weight: 500;
  position: absolute;
  left: 0;
}
.lp_stampKobe .bl_notesList li + li {
  margin-top: 5px;
}
.lp_stampKobe .bl_spotInfo_ttl {
  line-height: 1.5;
  font-size: clamp(calc(18 / 16 * 1rem), calc(calc((22 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(22 / 16 * 1rem));
  font-weight: 700;
}
.lp_stampKobe .bl_spotInfo_body {
  margin-top: 16px;
}
.lp_stampKobe .bl_spotInfo_body .lead {
  padding: 20px;
  line-height: 1.8;
  background-color: #D0E9F7;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((14 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(14 / 16 * 1rem));
}
.lp_stampKobe .bl_spotInfo_body .lead a {
  text-decoration: underline;
}
.lp_stampKobe .bl_spotInfo_body .lead + .box {
  margin-top: 16px;
}
.lp_stampKobe .bl_spotInfo_body .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.lp_stampKobe .bl_spotInfo_body .box p {
  line-height: 1.5;
  color: #000;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((14 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(14 / 16 * 1rem));
  font-weight: 500;
}
.lp_stampKobe .bl_spotInfo_body .box p + p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
.lp_stampKobe .bl_spotInfo_body .box + .box {
  margin-top: 7px;
}
.lp_stampKobe_mv {
  background: url(../images/mv_bg.png) no-repeat bottom center/cover;
}
.lp_stampKobe_mv_hdg {
  max-width: 970px;
  margin: 0 auto;
  padding: 45px 0 0;
}
.lp_stampKobe_mv_lead {
  padding: 10px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
  background-color: #0D63A9;
  color: #fff;
  font-size: clamp(calc(16 / 16 * 1rem), calc(calc((24 - 970 * 0.0134453782) / 16) * 1rem) + calc(100 * 0.0134453782 * 1vw), calc(24 / 16 * 1rem));
  font-weight: 700;
}
.lp_stampKobe_bl01, .lp_stampKobe_bl02, .lp_stampKobe_bl03 {
  max-width: 970px;
  margin: 0 auto;
}
.lp_stampKobe_bl01 {
  padding: 40px 0 50px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#D0E9F7), color-stop(40%, #DFF0FA), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #D0E9F7 0%, #DFF0FA 40%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #D0E9F7 0%, #DFF0FA 40%, #FFFFFF 100%);
}
.lp_stampKobe_bl01 .dateArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}
.lp_stampKobe_bl01 .dateArea p {
  color: #00A6BA;
  font-size: clamp(calc(16 / 16 * 1rem), calc(calc((20 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 600;
}
.lp_stampKobe_bl01 .dateArea p em {
  font-size: 1.5em;
  font-weight: 700;
}
.lp_stampKobe_bl01 .hdg {
  margin-top: 100px;
}
.lp_stampKobe_bl01 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  counter-reset: number;
}
.lp_stampKobe_bl01 .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(calc(140 / 16 * 1rem), calc(calc((280 - 970 * 0.2352941176) / 16) * 1rem) + calc(100 * 0.2352941176 * 1vw), calc(280 / 16 * 1rem));
  height: clamp(calc(140 / 16 * 1rem), calc(calc((280 - 970 * 0.2352941176) / 16) * 1rem) + calc(100 * 0.2352941176 * 1vw), calc(280 / 16 * 1rem));
  background-color: #fff;
  border: 4px solid #0D63A9;
  position: relative;
  z-index: 1;
}
.lp_stampKobe_bl01 .list li::after {
  counter-increment: number;
  content: counter(number);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(calc(33 / 16 * 1rem), calc(calc((66 - 970 * 0.0554621849) / 16) * 1rem) + calc(100 * 0.0554621849 * 1vw), calc(66 / 16 * 1rem));
  height: clamp(calc(33 / 16 * 1rem), calc(calc((66 - 970 * 0.0554621849) / 16) * 1rem) + calc(100 * 0.0554621849 * 1vw), calc(66 / 16 * 1rem));
  line-height: 1;
  background-color: #fff;
  color: #0D63A9;
  font-family: "Roboto", sans-serif;
  font-size: clamp(calc(20 / 16 * 1rem), calc(calc((32 - 970 * 0.0201680672) / 16) * 1rem) + calc(100 * 0.0201680672 * 1vw), calc(32 / 16 * 1rem));
  font-weight: 700;
  border: 4px solid #0D63A9;
  border-radius: 50%;
  position: absolute;
  top: -35px;
  z-index: 2;
}
.lp_stampKobe_bl01 .list li .icon {
  width: clamp(calc(80 / 16 * 1rem), calc(calc((100 - 970 * 0.0336134454) / 16) * 1rem) + calc(100 * 0.0336134454 * 1vw), calc(100 / 16 * 1rem));
}
.lp_stampKobe_bl01 .list li p {
  margin-top: 10px;
  line-height: 1.45;
  font-size: clamp(calc(14 / 16 * 1rem), calc(calc((16 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(16 / 16 * 1rem));
  font-weight: 700;
}
.lp_stampKobe_bl01 .list li p em {
  color: #D1362F;
  font-size: clamp(calc(18 / 16 * 1rem), calc(calc((22 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(22 / 16 * 1rem));
}
.lp_stampKobe_bl01 .ph {
  margin-bottom: 15px;
}
.lp_stampKobe_bl01 .btn {
  max-width: 370px;
  margin: 45px auto 0;
}
.lp_stampKobe_bl01 .btn a {
  display: block;
  padding: 7px 0;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  color: #00A6BA;
  font-size: clamp(calc(16 / 16 * 1rem), calc(calc((20 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
  border: 4px solid #00A6BA;
  border-radius: 50px;
}
.lp_stampKobe_bl01 .btn a span {
  display: block;
  font-size: clamp(calc(10 / 16 * 1rem), calc(calc((12 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(12 / 16 * 1rem));
}
.lp_stampKobe_bl02 {
  margin-top: 70px;
  text-align: center;
}
.lp_stampKobe_bl02_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 48px;
}
.lp_stampKobe_bl02 .tabWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp_stampKobe_bl02 .tabNav {
  width: clamp(calc(180 / 16 * 1rem), calc(calc((210 - 970 * 0.0504201681) / 16) * 1rem) + calc(100 * 0.0504201681 * 1vw), calc(210 / 16 * 1rem));
}
.lp_stampKobe_bl02 .tabNav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.lp_stampKobe_bl02 .tabNav_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  font-size: clamp(calc(14 / 16 * 1rem), calc(calc((16 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(16 / 16 * 1rem));
  font-weight: 700;
  border: 4px solid #0D63A9;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.lp_stampKobe_bl02 .tabNav_list li.active {
  background-color: #0D63A9;
  color: #fff;
  pointer-events: none;
  position: relative;
}
.lp_stampKobe_bl02 .tabNav_list li.active::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-color: #0D63A9;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  right: -20px;
  translate: 0 -50%;
  z-index: -1;
}
.lp_stampKobe_bl02 .tabNav_list li:not(.active) {
  opacity: 0.3;
}
@media (hover: hover) and (pointer: fine) {
  .lp_stampKobe_bl02 .tabNav_list li:not(.active):hover {
    opacity: 1;
  }
}
.lp_stampKobe_bl02 .tabContents {
  padding: 25px;
  background-color: #fff;
  border: 10px solid #0D63A9;
}
.lp_stampKobe_bl02 .tabContents_list {
  display: none;
}
.lp_stampKobe_bl02 .tabContents_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(calc(10 / 16 * 1rem), calc(calc((20 - 970 * 0.0168067227) / 16) * 1rem) + calc(100 * 0.0168067227 * 1vw), calc(20 / 16 * 1rem));
}
.lp_stampKobe_bl02 .tabContents_list li:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 2px dotted #B19362;
}
.lp_stampKobe_bl02 .tabContents_list li .ph {
  width: 230px;
}
.lp_stampKobe_bl02 .tabContents_list li .spotInfo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.lp_stampKobe_bl02 .tabContents_list li + li {
  margin-top: 32px;
}
.lp_stampKobe_bl02 .tabContents_list li.lead {
  padding: 15px;
  text-align: left;
  line-height: 2;
  background-color: #F5F6CA;
  font-size: clamp(calc(16 / 16 * 1rem), calc(calc((18 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(18 / 16 * 1rem));
  border-bottom: none;
}
.lp_stampKobe_bl03 {
  margin-top: 125px;
  text-align: center;
}
.lp_stampKobe_bl03_list {
  margin-top: 50px;
}
.lp_stampKobe_bl03_list > li {
  padding: 30px;
  text-align: center;
  background-color: #D0E9F7;
  position: relative;
}
.lp_stampKobe_bl03_list > li .step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  color: #00A6BA;
  position: absolute;
  top: 30px;
  left: 0;
}
.lp_stampKobe_bl03_list > li .step span {
  padding: 0 5px 3px;
  letter-spacing: 0.05em;
  font-size: clamp(calc(18 / 16 * 1rem), calc(calc((24 - 970 * 0.0100840336) / 16) * 1rem) + calc(100 * 0.0100840336 * 1vw), calc(24 / 16 * 1rem));
  font-weight: 700;
  border-bottom: 4px solid #00A6BA;
}
.lp_stampKobe_bl03_list > li .step em {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-size: clamp(calc(59 / 16 * 1rem), calc(calc((65 - 970 * 0.0100840336) / 16) * 1rem) + calc(100 * 0.0100840336 * 1vw), calc(65 / 16 * 1rem));
  font-weight: 700;
}
.lp_stampKobe_bl03_list > li .lead {
  line-height: 1.8;
  margin-top: 80px;
  font-size: clamp(calc(18 / 16 * 1rem), calc(calc((22 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(22 / 16 * 1rem));
  font-weight: 700;
}
.lp_stampKobe_bl03_list > li .lead em {
  color: #D1362F;
  font-size: clamp(calc(31 / 16 * 1rem), calc(calc((35 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(35 / 16 * 1rem));
}
.lp_stampKobe_bl03_list > li .lead + .txt {
  line-height: 1.65;
  margin-top: 10px;
  font-size: clamp(calc(14 / 16 * 1rem), calc(calc((15 - 970 * 0.0016806723) / 16) * 1rem) + calc(100 * 0.0016806723 * 1vw), calc(15 / 16 * 1rem));
  font-weight: 500;
}
.lp_stampKobe_bl03_list > li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  max-width: 550px;
  margin: 30px auto 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
}
.lp_stampKobe_bl03_list > li .box p {
  line-height: 1.5;
  font-size: clamp(calc(16 / 16 * 1rem), calc(calc((20 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
  position: relative;
}
.lp_stampKobe_bl03_list > li .box p::after {
  content: "";
  display: block;
  width: min(calc(50 / 16 * 1rem), calc(50 / 375 * 100vw));
  height: min(calc(50 / 16 * 1rem), calc(50 / 375 * 100vw));
  background: url(../images/icon_arrow.svg) no-repeat center/100% 100%;
  position: absolute;
  top: 50%;
  right: -65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lp_stampKobe_bl03_list > li .box figure {
  width: 120px;
}
.lp_stampKobe_bl03_list > li + li {
  margin-top: 30px;
}
.lp_stampKobe_bl03 .ttl {
  margin-top: 40px;
  font-size: clamp(calc(16 / 16 * 1rem), calc(calc((20 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(20 / 16 * 1rem));
  font-weight: 700;
}
.lp_stampKobe_bl03 .ttl span {
  font-size: 0.8em;
}
.lp_stampKobe_bl03 .ttl + .notes {
  max-width: 620px;
  margin: 10px auto 0;
  line-height: 1.65;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((14 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(14 / 16 * 1rem));
  font-weight: 500;
}
.lp_stampKobe_bl03 .list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 60px;
  margin: 50px auto 0;
  width: 90%;
}

.list2{
	 justify-content: center !important;
}

.lp_stampKobe_bl03 .list > li {
  width: 33.3333333333%;
  max-width: 230px;
  position: relative;
}
.lp_stampKobe_bl03 .list > li:not(:last-child)::after {
  content: "";
  display: block;
  width: min(calc(50 / 16 * 1rem), calc(50 / 375 * 100vw));
  height: min(calc(50 / 16 * 1rem), calc(50 / 375 * 100vw));
  background: url(../images/icon_arrow.svg) no-repeat center/100% 100%;
  position: absolute;
  top: 230px;
  right: -55px;
}
.lp_stampKobe_bl03 .list > li .txt {
  text-align: left;
  line-height: 1.5;
  font-size: clamp(calc(13 / 16 * 1rem), calc(calc((14 - 970 * 0.0016806723) / 16) * 1rem) + calc(100 * 0.0016806723 * 1vw), calc(14 / 16 * 1rem));
  font-weight: 700;
}
.lp_stampKobe_bl03 .list > li figure {
  margin-top: 15px;
}
.lp_stampKobe_bl03 .list > li figure figcaption {
  margin-top: 15px;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((13 - 970 * 0.0016806723) / 16) * 1rem) + calc(100 * 0.0016806723 * 1vw), calc(13 / 16 * 1rem));
  font-weight: 700;
}
.lp_stampKobe_bl03 .tabNav02 {
  margin-top: 45px;
}
.lp_stampKobe_bl03 .tabNav02_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.lp_stampKobe_bl03 .tabNav02_list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  font-size: clamp(calc(14 / 16 * 1rem), calc(calc((16 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(16 / 16 * 1rem));
  font-weight: 700;
  border: 4px solid #0D63A9;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.lp_stampKobe_bl03 .tabNav02_list li.active {
  background-color: #0D63A9;
  color: #fff;
  pointer-events: none;
  position: relative;
}
.lp_stampKobe_bl03 .tabNav02_list li.active::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-color: #0D63A9;
  -webkit-clip-path: path("M 0 0 L 19 0 L 9.5 19 Z");
          clip-path: path("M 0 0 L 19 0 L 9.5 19 Z");
  position: absolute;
  bottom: -18px;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.lp_stampKobe_bl03 .tabNav02_list li:not(.active) {
  opacity: 0.3;
}
@media (hover: hover) and (pointer: fine) {
  .lp_stampKobe_bl03 .tabNav02_list li:not(.active):hover {
    opacity: 1;
  }
}
.lp_stampKobe_bl03 .tabContents02 {
  margin-top: 50px;
}
.lp_stampKobe_bl03 .tabContents02_inner .ttl {
  font-size: clamp(calc(16 / 16 * 1rem), calc(calc((20 - 970 * 0.0067226891) / 16) * 1rem) + calc(100 * 0.0067226891 * 1vw), calc(20 / 16 * 1rem));
}
.lp_stampKobe_bl03 .tabContents02_inner .list01 {
  margin-top: 20px;
}
.lp_stampKobe_bl03 .tabContents02_inner .list01 li {
  padding-left: 1.5em;
  text-align: left;
  line-height: 1.6;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((14 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(14 / 16 * 1rem));
  font-weight: 500;
  position: relative;
}
.lp_stampKobe_bl03 .tabContents02_inner .list01 li::before {
  content: "※";
  display: block;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((14 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(14 / 16 * 1rem));
  font-weight: 500;
  position: absolute;
  left: 0;
}
.lp_stampKobe_bl03 .tabContents02_inner .list01 li + li {
  margin-top: 5px;
}
.lp_stampKobe_bl03 .tabContents02_inner .accArea {
  margin-top: 40px;
}
.lp_stampKobe_bl03 .tabContents02_inner .accArea.noStampShop dt {
  background-color: #0D63A9;
}
.lp_stampKobe_bl03 .tabContents02_inner .accArea dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 13px 20px;
  background-color: #00A6BA;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
.lp_stampKobe_bl03 .tabContents02_inner .accArea dt::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lp_stampKobe_bl03 .tabContents02_inner .accArea dt.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lp_stampKobe_bl03 .tabContents02_inner .accArea dd {
  display: none;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
  line-height: 1.8;
  background-color: #fff;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((14 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(14 / 16 * 1rem));
  overflow: hidden;
}
.lp_stampKobe_bl03 .tabContents02_inner .listBox {
  margin-top: 20px;
}
.lp_stampKobe_bl03 .tabContents02_inner .box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(calc(20 / 16 * 1rem), calc(calc((40 - 970 * 0.0336134454) / 16) * 1rem) + calc(100 * 0.0336134454 * 1vw), calc(40 / 16 * 1rem));
  margin-top: 20px;
}
.lp_stampKobe_bl03 .tabContents02_inner .box02 p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  line-height: 1.8;
  font-size: clamp(calc(14 / 16 * 1rem), calc(calc((16 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(16 / 16 * 1rem));
}
.lp_stampKobe_bl03 .tabContents02_inner .box02 p .notes {
  display: block;
  font-size: clamp(calc(12 / 16 * 1rem), calc(calc((13 - 970 * 0.0016806723) / 16) * 1rem) + calc(100 * 0.0016806723 * 1vw), calc(13 / 16 * 1rem));
}
.lp_stampKobe_bl03 .tabContents02_inner .box02 .ph {
  max-width: 300px;
}
.lp_stampKobe_bl03 .tabContents02_inner .txt02 {
  margin-top: 20px;
  line-height: 1.8;
  font-size: clamp(calc(14 / 16 * 1rem), calc(calc((16 - 970 * 0.0033613445) / 16) * 1rem) + calc(100 * 0.0033613445 * 1vw), calc(16 / 16 * 1rem));
}
.lp_stampKobe_attention {
  padding: 80px 20px;
}
.lp_stampKobe_attention_inner {
  max-width: 970px;
  margin: 0 auto;
  color: #000;
}
.lp_stampKobe_attention_inner .lead {
  text-align: center;
  font-size: 16px;
}
.lp_stampKobe_attention_inner .hdg {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
}
.lp_stampKobe_attention_inner .ttl {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 500;
}
.lp_stampKobe_attention_inner ul {
  margin-top: 10px;
}
.lp_stampKobe_attention_inner ul li {
  padding-left: 1em;
  line-height: 1.5;
  font-size: 16px;
  position: relative;
}
.lp_stampKobe_attention_inner ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.lp_stampKobe_attention_inner .txt {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 16px;
}
.lp_stampKobe_attention_inner .box {
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #000;
}
.lp_stampKobe_attention_inner .box dt {
  font-size: 20px;
}
.lp_stampKobe_attention_inner .box dd {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 16px;
}
.lp_stampKobe_attention_inner .box dd span {
  display: block;
  margin-top: 10px;
  line-height: 1.6;
  font-size: 13px;
}
.lp_stampKobe_attention_inner .box dd span + span {
  margin-top: 5px;
}
.lp_stampKobe_attention_inner .box dd a {
  color: inherit;
}


@media screen and (max-width: 759px) {
  .lp_stampKobe .pc_only {
    display: none;
  }
  .lp_stampKobe .sp_only {
    display: block;
  }
  .lp_stampKobe .el_hdg {
    width: 80%;
    padding: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
    font-size: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
    border-radius: max(calc(100 / 16 * 1rem), calc(100 / 375 * 100vw));
  }
  .lp_stampKobe .bl_notesList {
    padding: 0 max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
  }
  .lp_stampKobe .bl_notesList li {
    font-size: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
  }
  .lp_stampKobe .bl_notesList li::before {
    font-size: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
  }
  .lp_stampKobe .bl_spotInfo_ttl {
    font-size: max(calc(16 / 16 * 1rem), calc(16 / 375 * 100vw));
  }
  .lp_stampKobe .bl_spotInfo_body {
    margin-top: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
  }
  .lp_stampKobe .bl_spotInfo_body .lead {
    padding: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
    font-size: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
  }
  .lp_stampKobe .bl_spotInfo_body .lead + .box {
    margin-top: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
  }
  .lp_stampKobe .bl_spotInfo_body .box {
    margin-top: max(calc(5 / 16 * 1rem), calc(5 / 375 * 100vw));
  }
  .lp_stampKobe .bl_spotInfo_body .box p {
    font-size: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
  }
  .lp_stampKobe .bl_spotInfo_body .box + .box {
    margin-top: max(calc(5 / 16 * 1rem), calc(5 / 375 * 100vw));
  }
  .lp_stampKobe_mv_hdg {
    padding-top: 0;
  }
  .lp_stampKobe_mv_lead {
    padding: 0 max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw)) max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
    font-size: max(calc(16 / 16 * 1rem), calc(16 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 {
    padding: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw)) 0 max(calc(25 / 16 * 1rem), calc(25 / 375 * 100vw));
    background: -webkit-gradient(linear, left top, left bottom, from(#D0E9F7), color-stop(60%, #DFF0FA), to(#FFFFFF));
    background: -webkit-linear-gradient(top, #D0E9F7 0%, #DFF0FA 60%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #D0E9F7 0%, #DFF0FA 60%, #FFFFFF 100%);
  }
  .lp_stampKobe_bl01 .dateArea {
    gap: max(calc(30 / 16 * 1rem), calc(30 / 375 * 100vw));
    margin-bottom: max(calc(40 / 16 * 1rem), calc(40 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .dateArea p {
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .hdg {
    margin-top: max(calc(80 / 16 * 1rem), calc(80 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: max(calc(30 / 16 * 1rem), calc(30 / 375 * 100vw));
    margin-top: max(calc(40 / 16 * 1rem), calc(40 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .list li {
    width: max(calc(230 / 16 * 1rem), calc(230 / 375 * 100vw));
    height: max(calc(230 / 16 * 1rem), calc(230 / 375 * 100vw));
    border-width: 3px;
  }
  .lp_stampKobe_bl01 .list li::after {
    width: max(calc(40 / 16 * 1rem), calc(40 / 375 * 100vw));
    height: max(calc(40 / 16 * 1rem), calc(40 / 375 * 100vw));
    font-size: max(calc(30 / 16 * 1rem), calc(30 / 375 * 100vw));
    border-width: 3px;
    top: max(calc(-30 / 16 * 1rem), calc(-30 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .list li .icon {
    width: max(calc(80 / 16 * 1rem), calc(80 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .list li p {
    margin-top: max(calc(5 / 16 * 1rem), calc(5 / 375 * 100vw));
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .list li p em {
    font-size: max(calc(18 / 16 * 1rem), calc(18 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .ph {
    margin-top: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
    margin-bottom: max(calc(8 / 16 * 1rem), calc(8 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .btn {
    max-width: 80%;
    margin-top: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .btn a {
    padding: max(calc(7 / 16 * 1rem), calc(7 / 375 * 100vw)) 0;
    font-size: max(calc(16 / 16 * 1rem), calc(16 / 375 * 100vw));
    border-radius: max(calc(50 / 16 * 1rem), calc(50 / 375 * 100vw));
  }
  .lp_stampKobe_bl01 .btn a span {
    font-size: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
  }
  .lp_stampKobe_bl02 {
    margin-top: max(calc(65 / 16 * 1rem), calc(65 / 375 * 100vw));
  }
  .lp_stampKobe_bl02_inner {
    gap: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
    margin-top: max(calc(30 / 16 * 1rem), calc(30 / 375 * 100vw));
  }
  .lp_stampKobe_bl02 .tabWrap {
    width: 68%;
  }
  .lp_stampKobe_bl02 .tabNav {
    width: 32%;
  }
  .lp_stampKobe_bl02 .tabNav_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: max(calc(4 / 16 * 1rem), calc(4 / 375 * 100vw));
  }
  .lp_stampKobe_bl02 .tabNav_list li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    height: 100%;
    padding: max(calc(5 / 16 * 1rem), calc(5 / 375 * 100vw)) 0;
    font-size: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
    border-width: 3px;
  }
  .lp_stampKobe_bl02 .tabNav_list li.active::after {
    width: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
    height: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
    right: -10%;
  }
  .lp_stampKobe_bl02 .tabContents {
    padding: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
    border-width: 5px;
  }
  .lp_stampKobe_bl02 .tabContents_list li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
  }
  .lp_stampKobe_bl02 .tabContents_list li:not(:last-child) {
    padding-bottom: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
    border-width: max(calc(2 / 16 * 1rem), calc(2 / 375 * 100vw));
  }
  .lp_stampKobe_bl02 .tabContents_list li .ph {
    width: 100%;
    margin: 0 auto;
  }
  .lp_stampKobe_bl02 .tabContents_list li .spotInfo {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .lp_stampKobe_bl02 .tabContents_list li + li {
    margin-top: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
  }
  .lp_stampKobe_bl02 .tabContents_list li.lead {
    padding: 10px;
    line-height: 1.7;
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 {
    margin-top: max(calc(80 / 16 * 1rem), calc(80 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list {
    margin-top: max(calc(30 / 16 * 1rem), calc(30 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list > li {
    padding: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list > li .step {
    gap: max(calc(3 / 16 * 1rem), calc(3 / 375 * 100vw));
    top: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list > li .step span {
    padding: 0 max(calc(5 / 16 * 1rem), calc(5 / 375 * 100vw)) max(calc(3 / 16 * 1rem), calc(3 / 375 * 100vw));
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
    border-width: 2px;
  }
  .lp_stampKobe_bl03_list > li .step em {
    font-size: max(calc(50 / 16 * 1rem), calc(50 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list > li .lead {
    line-height: 1.5;
    margin-top: max(calc(65 / 16 * 1rem), calc(65 / 375 * 100vw));
    font-size: max(calc(16 / 16 * 1rem), calc(16 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list > li .lead em {
    font-size: max(calc(28 / 16 * 1rem), calc(28 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list > li .lead + .txt {
    margin-top: max(calc(15 / 16 * 1rem), calc(15 / 375 * 100vw));
    text-align: left;
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list > li .box {
    gap: max(calc(40 / 16 * 1rem), calc(40 / 375 * 100vw));
    max-width: 100%;
    margin-top: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
    padding: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list > li .box p {
    font-size: max(calc(15 / 16 * 1rem), calc(15 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list > li .box p::after {
    width: max(calc(30 / 16 * 1rem), calc(30 / 375 * 100vw));
    height: max(calc(30 / 16 * 1rem), calc(30 / 375 * 100vw));
    right: -20%;
  }
  .lp_stampKobe_bl03_list > li .box figure {
    width: max(calc(70 / 16 * 1rem), calc(70 / 375 * 100vw));
  }
  .lp_stampKobe_bl03_list > li + li {
    margin-top: max(calc(15 / 16 * 1rem), calc(15 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .ttl {
    margin-top: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
    font-size: max(calc(16 / 16 * 1rem), calc(16 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .ttl span {
    display: block;
    margin-top: max(calc(5 / 16 * 1rem), calc(5 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .ttl + .notes {
    margin-top: max(calc(15 / 16 * 1rem), calc(15 / 375 * 100vw));
    text-align: left;
    font-size: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: max(calc(100 / 16 * 1rem), calc(100 / 375 * 100vw));
    margin-top: max(calc(25 / 16 * 1rem), calc(25 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .list > li {
    width: 100%;
    max-width: max(calc(230 / 16 * 1rem), calc(230 / 375 * 100vw));
    margin: 0 auto;
  }
  .lp_stampKobe_bl03 .list > li:not(:last-child)::after {
    width: max(calc(50 / 16 * 1rem), calc(50 / 375 * 100vw));
    height: max(calc(50 / 16 * 1rem), calc(50 / 375 * 100vw));
    top: auto;
    right: auto;
    left: 50%;
    bottom: -13%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
  .lp_stampKobe_bl03 .list > li .txt {
    text-align: center;
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .list > li figure {
    margin-top: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .list > li figure figcaption {
    margin-top: max(calc(5 / 16 * 1rem), calc(5 / 375 * 100vw));
    font-size: max(calc(13 / 16 * 1rem), calc(13 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabNav02_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: max(calc(4 / 16 * 1rem), calc(4 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabNav02_list li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: calc(50% - max(calc(4 / 16 * 1rem), calc(4 / 375 * 100vw)));
    height: max(calc(50 / 16 * 1rem), calc(50 / 375 * 100vw));
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
    border-radius: 0;
  }
  .lp_stampKobe_bl03 .tabNav02_list li.active::after {
    display: none;
  }
  .lp_stampKobe_bl03 .tabContents02 {
    margin-top: 0;
  }
  .lp_stampKobe_bl03 .tabContents02_inner .ttl {
    font-size: max(calc(16 / 16 * 1rem), calc(16 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabContents02_inner .list01 li {
    font-size: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabContents02_inner .list01 li::before {
    font-size: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabContents02_inner .accArea {
    margin-top: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabContents02_inner .accArea dt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabContents02_inner .accArea dt::after {
    width: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
    height: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
    position: absolute;
    right: max(calc(15 / 16 * 1rem), calc(15 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabContents02_inner .box02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabContents02_inner .box02 p {
    width: 100%;
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabContents02_inner .box02 p .notes {
    font-size: max(calc(12 / 16 * 1rem), calc(12 / 375 * 100vw));
  }
  .lp_stampKobe_bl03 .tabContents02_inner .box02 .ph {
    width: 100%;
    max-width: max(calc(300 / 16 * 1rem), calc(300 / 375 * 100vw));
    margin: 0 auto;
  }
  .lp_stampKobe_bl03 .tabContents02_inner .txt02 {
    text-align: left;
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_attention {
    padding: max(calc(40 / 16 * 1rem), calc(40 / 375 * 100vw)) max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner .lead {
    font-size: max(calc(15 / 16 * 1rem), calc(15 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner .hdg {
    margin-top: max(calc(5 / 16 * 1rem), calc(5 / 375 * 100vw));
    font-size: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner .ttl {
    margin-top: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
    font-size: max(calc(16 / 16 * 1rem), calc(16 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner ul {
    margin-top: max(calc(5 / 16 * 1rem), calc(5 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner ul li {
    line-height: 1.35;
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner ul li::before {
    width: max(calc(8 / 16 * 1rem), calc(8 / 375 * 100vw));
    height: max(calc(8 / 16 * 1rem), calc(8 / 375 * 100vw));
    top: max(calc(6 / 16 * 1rem), calc(6 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner .txt {
    margin-top: max(calc(2 / 16 * 1rem), calc(2 / 375 * 100vw));
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner .box {
    margin-top: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
    padding: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner .box dt {
    font-size: max(calc(17 / 16 * 1rem), calc(17 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner .box dd {
    margin-top: max(calc(5 / 16 * 1rem), calc(5 / 375 * 100vw));
    line-height: 1.35;
    font-size: max(calc(14 / 16 * 1rem), calc(14 / 375 * 100vw));
  }
  .lp_stampKobe_attention_inner .box dd span {
    text-align: left;
    font-size: max(calc(10 / 16 * 1rem), calc(10 / 375 * 100vw));
  }
}

@media screen and (max-width: 450px) {
  .lp_stampKobe_bl01 .list li::after {
    font-size: max(calc(20 / 16 * 1rem), calc(20 / 375 * 100vw));
    top: max(calc(-20 / 16 * 1rem), calc(-20 / 375 * 100vw));
  }
}
/*# sourceMappingURL=style.css.map */