@charset "utf-8";

/*==============================*/

/* background

/*==============================*/

body {
  background-color: #fffff8;
}


/*==============================*/

/* Font/Text & Color Settings

/*==============================*/

/* == color variation == */
:root {
  --base-color: #7e6350;
  --bg-color: #fff;
  --assort-color: #bde7d9;
  --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, #deeef5 0%, #deeff5 100%);
}
.section.contents:nth-of-type(2n+1) .sectionTtl {
  background: linear-gradient(90deg, #def5ef 0%, #eef6e5 100%);
}


.section .anchorBox .anchorTxt a {
  color: var(--font-color);
}
.section.contents .menuBox .ttl, .section.contents .infoBox > .ttl, .section.author > .sectionTtl {
  font-weight: 600;
  font-size: 1.43rem;
}

/* == 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: #e5f6f2;
}

/*==============================*/

/* icon/images Settings

/*==============================*/

/* == 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_02.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;
}

/* == 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 .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_ttl_author_02.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;
}
.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 #bde7d9 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 #bde7d9 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: 58px;
  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: 15px 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: #e5f6f2;
}
#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);
}
