@charset "utf-8";

/*==============================*/

/* background

/*==============================*/

body {
  background-color: #fff9fa;
}


/*==============================*/

/* Font/Text & Color Settings

/*==============================*/

/* == color variation == */
:root {
  --base-color: #7e6350;
  --bg-color: #fff;
  --assort-color: #ebddeb;
  --assort-color2: #e7ecd5;
  --font-color: #7e444f;
  --font-color2: #333;
}

/* == topbtn == */
.topBtn {
  z-index: 99999;
}

.topBtn a {
  background-color: var(--assort-color);
  color: #86563d;
}

/* == mvtop section == */
.section .sectionInner .subttl,
.section .sectionInner .ttl {
  font-family: Zen Kaku Gothic New;
  font-weight: 600;
}

.section .sectionInner .subttl,
.section .sectionInner .ttl,
.section .hashList *,
.section .sectionInner .date * {
  color: var(--font-color);
}

#section01 .interviewBox {
  margin-top: 18px;
  padding: 17px;
  border: solid var(--assort-color) 2px;
  background-color: var(--bg-color);
}

#section01 .interviewBox .photoBox .imgCap {
  color: var(--font-color);
}

.section.contents:nth-of-type(n + 2) .sectionTtl {
  color: var(--font-color);
  font-family: Zen Kaku Gothic New;
  font-weight: bold;
}

.section.contents:nth-of-type(2n) .sectionTtl {
  background: linear-gradient(90deg, #fbe2e2 0%, #f9eee8 100%);
}

.section.contents:nth-of-type(2n+1) .sectionTtl {
  background: linear-gradient(90deg, #ebddeb 0%, #fbeeee 100%);
}

.section .anchorBox .anchorTxt a {
  color: var(--font-color);
}

.section.contents .menuBox .ttl,
.section.contents .infoBox>.ttl,
.section.author>.sectionTtl {
  font-weight: 600;
}

/* == Tip for you == */
.section.contents .interviewBox .fukidashiBox {
  background: var(--assort-color2);
}

.section.contents .infoBox div {
  background: var(--assort-color);
}

/* == scroll bar == */
.thumbScrollBox::-webkit-scrollbar-thumb,
.thumbScrollBox::-webkit-scrollbar-thumb {
  background: var(--assort-color);
}

section.contents .infoBox .storeLink {
  color: var(--font-color);
}

/* == sns bar == */
.shareSection {
  background-color: #f7edf7;
}

/*==============================*/

/* icon/images Settings

/*==============================*/



/* ico store */
.section.contents .sectionTtl2::before {
  background: url(../images/trip_ico_store_01.svg) center/cover no-repeat;
}

/* == topbtn icon == */
.topBtn a:before {
  background: url(../images/trip_ico_toparrow_01.svg) center/cover no-repeat;
}

/* == anchor icon == */
#section01 .anchorBox .anchorTxt a:before {
  background: url(../images/trip_ico_arrow_01.svg) center/cover no-repeat;
}

/* == section title icon == */
.section.contents:nth-of-type(2) .sectionTtl::before {
  background: url(../images/trip_ico_img_01.png) center/cover no-repeat;
}

.section.contents:nth-of-type(3) .sectionTtl::before {
  background: url(../images/trip_ico_img_02.png) center/cover no-repeat;
}

.section.contents:nth-of-type(4) .sectionTtl::before {
  background: url(../images/trip_ico_img_03.png) center/cover no-repeat;
}

.section.contents:nth-of-type(5) .sectionTtl::before {
  background: url(../images/trip_ico_img_04.png) center/cover no-repeat;
}

.section.contents:nth-of-type(6) .sectionTtl::before {
  background: url(../images/trip_ico_img_05.png) center/cover no-repeat;
}

/* == accordion icon == */
.section.contents .accSwitch a:before {
  background: url(../images/trip_ico_arrow_01.svg) center/cover no-repeat;
}

/* == Tip for you == */
.section.contents .interviewBox .ttl::before,
.shareSection .ttl::before {
  background: url(../images/trip_ico_line_01.svg) center/cover no-repeat;
}

.section.contents .interviewBox .ttl::after,
.shareSection .ttl::after {
  background: url(../images/trip_ico_line_02.svg) center/cover no-repeat;
}

.section.contents:nth-child(3) .interviewBox .fukidashiBox .img {
  background-image: url(../images/trip_img_lunch_08.jpg);
}

.section.contents:nth-child(4) .interviewBox .fukidashiBox .img {
  background-image: url(../images/trip_img_lunch_16.jpg);
}

.section.contents:nth-child(5) .interviewBox .fukidashiBox .img {
  background-image: url(../images/trip_img_lunch_24.jpg);
}

/* == infoItem icon == */
.section.contents .infoBox .infoItem .time::before {
  background: url(../images/trip_ttl_info_01.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .tel::before {
  background: url(../images/trip_ttl_info_02.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .address::before {
  background: url(../images/trip_ttl_info_03.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .payment::before {
  background: url(../images/trip_ttl_info_04.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .seats::before {
  background: url(../images/trip_ttl_info_05.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .etc::before {
  background: url(../images/trip_ttl_info_06.svg) center/cover no-repeat;
}

.section.contents .infoBox .storeLink::after {
  background: url(../images/trip_ico_arrow_03.svg) center/cover no-repeat;
}

/* == author section icon == */
.section.author .sectionTtl:first-of-type::before {
  background: url(../images/trip_ttl_author_01.svg) center/cover no-repeat;
}

.section.author .sectionTtl:nth-of-type(2)::before {
  background: url(../images/trip_ico_book.svg) center/cover no-repeat;
}


/*==============================*/

/* indvidual Settings

/*==============================*/
#section01 .anchorBox .imgBox {
  margin-top: 20px;
}

#section01 .anchorBox .ttl {
  font-size: 2rem;
}

#section01 .anchorBox .ttl span {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-left: 7px;
  padding-top: 4px;
  border-radius: 15px;
  background-color: var(--assort-color);
  color: var(--font-color);
  font-size: 1.5rem;
  text-align: center;
  vertical-align: top;
}

.tripStartWrap {
  position: relative;
  margin-top: 30px;
  line-height: 0;
}

.tripStartWrap::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 28px;
  height: 30px;
  border: solid #e3c9df 4px;
}

.tripStartWrap img {
  width: 750px;
}
.section.contents:nth-of-type(n+2)>* {
  position: relative;
}

.section.contents:nth-of-type(n+2)>*:not(.sectionTtl):after {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  height: 100%;
  border: solid #e3c9df 4px;
}

.section.contents:nth-of-type(n+2)>*:nth-child(2)::after,
.section.contents:nth-of-type(n+2)>.sectionInner+figure::after {
  top: -20px;
  height: calc(100% + 20px);
}

.section.contents:nth-of-type(n+2)>figure+.sectionInner::after {
  top: -30px;
  height: calc(100% + 30px);
}

.section.contents:nth-of-type(n+2)>.sectionTtl:after {
  content: "";
  position: absolute;
  top: -46px;
  left: 28px;
  height: 40px;
  border: solid #e3c9df 4px;
}

.section.contents:nth-of-type(n+2)>.thumbScrollBox::after {
  content: none;
}

.section.contents:nth-of-type(n+2)>.thumbScrollBox+*::after {
  top: -500px;
  height: calc(100% + 500px);
}

#sectionEnd>.sectionInner:last-child:after {
  top: -85px;
  height: 78px;
}

.section.contents {
  margin-top: 30px;
}

.section.contents .sectionTtl {
  padding: 11px 20px 9px;
  font-size: 2rem;
}

.section.contents:nth-of-type(n+3) .sectionTtl {
  padding-left: 12px;
}

.section.contents .sectionTtl::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 30px;
  margin-right: 12px;
}

.section.contents:nth-of-type(n+3) .sectionTtl::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 47px;
  margin-right: 12px;
}

.section:not(.author):not(#section01) .sectionInner {
  padding: 0 20px 0 60px;
}

.section.contents .imgBox {
  margin: 20px 20px 0 60px;
  text-align: right;
}

.section.contents figure .imgBox {
  /* max-width: 350px; */
}

.section.contents+.section.contents {
  margin-top: 0;
}

.section.contents .imgBox+.imgCap {
  margin-left: 60px;
  font-size: 1.1rem;
}

.section.contents .interviewBox {
  margin-top: 30px;
}

.section.contents .interviewBox .fukidashiBox {
  margin-top: 14px;
  border: solid var(--assort-color) 2px;
  background: var(--bg-color);
}

.section.contents .interviewBox .fukidashiBox .txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  font-size: 1.5rem;
  line-height: 1.53;
}

.thumbScrollBox {
  margin-right: 20px;
  margin-left: 60px;
}

.thumbList .thumb {
  width: 95px;
}

.section.contents .infoBox .imgBox {
  margin: 0px 0 0;
}

#sectionEnd .sectionInner {
  padding: 0 20px !important;
}

#sectionEnd .sectionInner .interview {
  margin-top: 78px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f7edf7;
}

#sectionEnd .sectionInner .interview+img {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#sectionEnd .interview {
  margin-top: 18px;
  padding: 17px;
}

#sectionEnd .interview .photoBox {
  display: flex;
  align-items: center;
  width: 100%;
}

#sectionEnd .interview .photoBox .imgBox {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

#sectionEnd .interview .photoBox .imgBox img {
  object-fit: cover;
  border-radius: 50%;
}

#sectionEnd .interview .photoBox .imgCap {
  margin: 0;
  color: var(--font-color);
  font-weight: 700;
  font-size: 1.5rem;
}

#sectionEnd .interview .txt {
  margin-top: 10px;
  font-size: 1.5rem;
}


/* 追従 */
.section.contents:nth-child(n+2)>.sectionTtl {
  position: sticky;
  top: 0;
}

#section02>.sectionTtl {
  z-index: 100;
}

#section03>.sectionTtl {
  z-index: 99;
}

#section04>.sectionTtl {
  z-index: 98;
}

#section05>.sectionTtl {
  z-index: 97;
}

#section06>.sectionTtl {
  z-index: 96;
}

.section.contents:nth-child(n+2)>*:last-child {
  padding-bottom: 46px !important;
}

.shareSection .ttl {
  color: var(--font-color);
}


/* TCID Edited */
.backNumber .sectionBn {
  display: flex;
  align-items: center;
  margin: 22px 0px 0;
  color: var(--font-color);
  font-family: Zen Old Mincho, serif;
  font-weight: 600;
  font-size: 2rem;
}

.backNumber .sectionBn:nth-of-type(2) {
  margin-top: 41px;
}

.backNumber .sectionBn:first-of-type::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/trip_ico_book.svg) center/cover no-repeat;
}


.section.author .pcsectionTtl {
  display: flex;
  align-items: center;
  color: var(--font-color);
  font-family: Zen Old Mincho, serif;
  font-weight: 600;
  font-size: 2rem;
}


.section.author .pcsectionTtl:first-of-type::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/trip_ttl_author_01.svg) center/cover no-repeat;
}

.featureList .col2 .txtBox .hash{
  color:#7e444f;
}

@media screen and (min-width: 767.5px) and (max-width:1023px) {
  /* .section.author .pcsectionTtl{
    display: none;
  } */

  /* .mainTtlPC2 img{
    width: 135%;
  } */

  .mainTtlPC {
    display: none;
  }

}

@media (min-width: 100px) and (max-width:767.5px) {

  /* .section.contents figure .imgBox img {
      aspect-ratio: 25/9;
    } */
  .section.author .pcsectionTtl {
    display: none;
  }

  .mainTtlPC2 {
    display: none !important;
  }

}

@media (min-width: 767.5px) {
  .featureList .col2 {
    flex-shrink: 0;
    flex-direction: column !important;
    width: 100%;
  }

  .featureList .col2 .imgBox {
    flex-shrink: 0;
    width: 100%;
  }


  /* .section.contents .imgBox {
    margin: 20px 20px 0 172px;
    text-align: right;
  } */

  /* .section.contents .imgBox+.imgCap {
    margin-left: 172px;
    font-size: 1.1rem;
  } */

  
/* .infoAdjs {
  position: absolute;
  margin-left: -59px;
  z-index: 98;
  margin-top: -13px;
}

.infoAdjs1 {
  position: absolute;
  margin-left: -59px;
  z-index: 99;
  margin-top: -13px;
} */

/* #sectionEnd .sectionInner .interview {
  margin-top: 300px;
}

#section05>.sectionTtl {
  z-index: 97;
  margin-bottom: 15px;
  margin-top: 255px;
}

.mL{
  margin-left: 50px;
} */

}


.mainTtlPC2 {
  width: 100%;
  /* min-width: 1023px; */
  height: 162px;
  background-color: #F8D4E4;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section.contents .sectionTtl2 {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 18px 20px 17px;
  font-size: 15px;
  line-height: 1.38;
}

.section.contents .sectionTtl2 {
  color: var(--font-color);
  font-family: Zen Kaku Gothic New;
  font-weight: bold;
  margin-left: 38px;
  margin-bottom: -20px;
}

.section.contents .sectionTtl2::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-right: 16px;
  margin-left: 1.5px;
}

.section.contents .infoBox .infoItem {
  padding-left: 20px;
}