@charset "UTF-8";
.l-inner {
  max-width: 1516px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .l-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.l-inner.small {
  max-width: 1240px;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.c-ttl01 {
  font-size: 36px;
  font-family: "ten-mincho", serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  .c-ttl01 {
    font-size: 26px;
  }
}
.c-ttl01__sub {
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #2FA4A9;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  .c-ttl01__sub {
    font-size: 20px;
  }
}

.c-btn01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #2FA4A9;
  border: 1px solid transparent;
  max-width: 390px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 24px 15px;
  border-radius: 999px;
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: -5px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .c-btn01 {
    font-size: 16px;
    outline-offset: -4px;
    padding: 21px 15px;
  }
}
.c-btn01::before, .c-btn01::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01::before {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background-color: #fff;
  right: 20px;
}
@media only screen and (max-width: 600px) {
  .c-btn01::before {
    width: 38px;
    height: 38px;
    right: 23px;
  }
}
.c-btn01::after {
  background: url(../img/icon_arrow.svg) no-repeat center/100%;
  width: 14px;
  height: 10px;
  right: 35px;
}
@media only screen and (max-width: 600px) {
  .c-btn01::after {
    width: 11px;
    height: 8px;
    right: 36px;
  }
}
@media only screen and (min-width: 601px) {
  .c-btn01:hover {
    border-color: rgba(22, 22, 22, 0.2);
    background-color: #fff;
    outline-color: transparent;
    color: #161616;
  }
  .c-btn01:hover::before {
    background-color: #2FA4A9;
  }
  .c-btn01:hover::after {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(28%) hue-rotate(96deg) brightness(105%) contrast(100%);
            filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(28%) hue-rotate(96deg) brightness(105%) contrast(100%);
  }
}
.c-btn01--white {
  background-color: #fff;
  color: #161616;
  border-color: rgba(22, 22, 22, 0.2);
  outline-color: transparent;
}
.c-btn01--white::before {
  background-color: #2FA4A9;
}
.c-btn01--white::after {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(28%) hue-rotate(96deg) brightness(105%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(93%) saturate(28%) hue-rotate(96deg) brightness(105%) contrast(100%);
}
@media only screen and (min-width: 601px) {
  .c-btn01--white:hover {
    border-color: transparent;
    background-color: #2FA4A9;
    outline-color: transparent;
    color: #fff;
  }
  .c-btn01--white:hover::before {
    background-color: #fff;
  }
  .c-btn01--white:hover::after {
    -webkit-filter: none;
            filter: none;
  }
}
.c-btn01--small {
  font-size: 16px;
  max-width: 320px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-right: 30px;
}
@media only screen and (max-width: 600px) {
  .c-btn01--small {
    font-size: 15px;
  }
}
.c-btn01--small::before {
  right: 15px;
  width: 46px;
  height: 46px;
}
.c-btn01--small::after {
  right: 30px;
  width: 14px;
  height: 10px;
}

.c-layout01__main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 100px;
}
@media only screen and (max-width: 600px) {
  .c-layout01__main-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px 0;
  }
}
.c-layout01__main-area__txt-items {
  position: relative;
  padding-top: 187px;
  padding-bottom: 277px;
  z-index: 1;
}
@media only screen and (min-width: 601px) {
  .c-layout01__main-area__txt-items {
    max-width: 530px;
  }
}
@media only screen and (max-width: 600px) {
  .c-layout01__main-area__txt-items {
    padding-top: 70px;
    padding-bottom: 145px;
  }
}
.c-layout01__main-area__txt-items .c-ttl01__sub {
  position: relative;
}
.c-layout01__main-area__txt-items .c-ttl01__sub::before {
  position: absolute;
  content: "";
  width: 547px;
  height: 585px;
  background: url(../img/deco_ttl@2x.png) no-repeat center/contain;
  left: -200px;
  top: -235px;
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  .c-layout01__main-area__txt-items .c-ttl01__sub::before {
    width: 380px;
    height: 388px;
    left: -100px;
    top: -140px;
  }
}
.c-layout01__main-area__txt-items__txt {
  margin-top: 40px;
}
@media only screen and (min-width: 601px) {
  .c-layout01__main-area__img {
    margin-right: -170px;
  }
}
@media only screen and (max-width: 600px) {
  .c-layout01__main-area__img {
    width: 100%;
    text-align: center;
  }
  .c-layout01__main-area__img * {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-layout01__deco__top {
  position: absolute;
  top: 0;
  right: -137px;
}
@media only screen and (max-width: 600px) {
  .c-layout01__deco__top {
    width: 124px;
    right: 0;
  }
}
.c-layout01__deco__bottom {
  position: absolute;
  bottom: 0;
  right: -205px;
}
@media only screen and (max-width: 600px) {
  .c-layout01__deco__bottom {
    width: 240px;
    right: -28px;
  }
}
.c-layout01__sub-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 84px;
  margin-top: 80px;
}
@media only screen and (min-width: 601px) and (max-width: 1440px) {
  .c-layout01__sub-list {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .c-layout01__sub-list {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin-top: 35px;
  }
}
.c-layout01__sub-list .c-ttl01 {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .c-layout01__sub-list .c-ttl01 {
    margin-top: 16px;
  }
}
.c-layout01__sub-list__txt {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .c-layout01__sub-list__txt {
    margin-top: 16px;
    font-size: 16px;
  }
}
.c-layout01__sub-list .c-btn01 {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .c-layout01__sub-list .c-btn01 {
    margin-top: 16px;
  }
}
.c-layout01__sub-list__thumb * {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-layout01__btn {
  font-size: 16px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 600px) {
  .c-layout01__btn {
    padding: 13px 15px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 601px) {
  .c-layout01:nth-of-type(2n) .c-layout01__main-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 601px) {
  .c-layout01:nth-of-type(2n) .c-layout01__main-area__txt-items {
    margin-right: 77px;
  }
}
@media only screen and (min-width: 601px) {
  .c-layout01:nth-of-type(2n) .c-layout01__main-area__img {
    margin-right: 0;
    margin-left: -50px;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* nagoyaページ用
-------------------------------------------------- */
.aroundtrip main {
  max-width: none;
  padding: 0;
}

#kochi-history-and-culture {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #161616;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture {
    font-size: 14px;
  }
}
#kochi-history-and-culture .ib {
  display: inline-block;
}
#kochi-history-and-culture #mv picture * {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1100px) {
  #kochi-history-and-culture #mv picture * {
    height: 36.4583333333vw;
  }
}
#kochi-history-and-culture .p-hc-experience {
  background: url(../img/experience_bg@2x.png) no-repeat center bottom/cover;
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-experience {
    background-image: url(../img/experience_bg_sp@2x.png);
  }
}
#kochi-history-and-culture .p-hc-experience .c-ttl01 {
  color: #2FA4A9;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#kochi-history-and-culture .p-hc-experience__txt {
  text-align: center;
  margin-top: 25px;
  line-height: 2.2;
}
#kochi-history-and-culture .p-hc-experience__btn-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 15px;
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-experience__btn-list {
    margin-top: 60px;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
#kochi-history-and-culture .p-hc-experience__btn-list .c-btn01 {
  margin: 0 auto;
}
#kochi-history-and-culture .p-hc-culture .l-inner {
  padding-top: 80px;
  padding-bottom: 145px;
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-culture .l-inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#kochi-history-and-culture .p-hc-town {
  background-color: #F0F9F8;
  padding-top: 1px;
}
#kochi-history-and-culture .p-hc-town .l-inner {
  padding-top: 0;
  margin-top: -30px;
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-town .l-inner {
    margin-top: -15px;
  }
}
@media only screen and (min-width: 601px) {
  #kochi-history-and-culture .p-hc-town .c-layout01__main-area__txt-items {
    padding-top: 310px;
    padding-bottom: 170px;
  }
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-town .c-layout01__main-area__txt-items {
    padding-top: 157px;
    padding-bottom: 88px;
  }
}
@media only screen and (min-width: 601px) {
  #kochi-history-and-culture .p-hc-town .c-layout01__deco__top {
    right: -220px;
  }
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-town .c-layout01__deco__top {
    width: 179px;
    right: -18px;
  }
}
@media only screen and (min-width: 601px) {
  #kochi-history-and-culture .p-hc-town .c-layout01__deco__bottom {
    right: -160px;
  }
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-town .c-layout01__deco__bottom {
    width: 150px;
    right: 0;
  }
}
#kochi-history-and-culture .p-hc-food {
  background-color: #FAF7F3;
  padding-top: 1px;
}
#kochi-history-and-culture .p-hc-food .l-inner {
  padding-top: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-food .l-inner {
    margin-top: -15px;
  }
}
@media only screen and (min-width: 601px) {
  #kochi-history-and-culture .p-hc-food .c-layout01__main-area__txt-items {
    padding-top: 280px;
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-food .c-layout01__main-area__txt-items {
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 601px) {
  #kochi-history-and-culture .p-hc-food .c-layout01__main-area__img {
    margin-right: -70px;
  }
}
@media only screen and (min-width: 601px) {
  #kochi-history-and-culture .p-hc-food .c-layout01__deco__top {
    right: -100px;
  }
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-food .c-layout01__deco__top {
    width: 80px;
  }
}
@media only screen and (min-width: 601px) {
  #kochi-history-and-culture .p-hc-food .c-layout01__deco__bottom {
    right: -200px;
  }
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-food .c-layout01__deco__bottom {
    width: 248px;
    height: 127px;
  }
  #kochi-history-and-culture .p-hc-food .c-layout01__deco__bottom * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#kochi-history-and-culture .p-hc-more {
  background: url(../img/cta_bg_blue@2x.png) no-repeat top/cover #FAF7F3;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-more {
    background-image: url(../img/cta_bg_blue_sp@2x.png);
  }
}
#kochi-history-and-culture .p-hc-more::after {
  position: absolute;
  content: "";
  width: 100%;
  height: max(217px, 11.3020833333vw);
  background: url(../img/cta_bg_mountain@2x.png) no-repeat center top/cover;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-more::after {
    background-image: url(../img/cta_bg_mountain_sp@2x.png);
    height: 141px;
  }
}
#kochi-history-and-culture .p-hc-more .l-inner {
  padding-top: 250px;
  padding-bottom: calc(max(217px, 11.3020833333vw) + 73px);
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-more .l-inner {
    padding-top: 100px;
    padding-bottom: 206px;
  }
}
#kochi-history-and-culture .p-hc-more .c-ttl01 {
  text-align: center;
}
#kochi-history-and-culture .p-hc-more__banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-more__banner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
}
#kochi-history-and-culture .p-hc-more__banner-list > li a {
  max-width: 395px;
  -webkit-box-shadow: 0.8px 2.6px 4.4px 1.7px rgba(0, 0, 0, 0.05);
          box-shadow: 0.8px 2.6px 4.4px 1.7px rgba(0, 0, 0, 0.05);
}
#kochi-history-and-culture .p-hc-more__banner-list > li a img {
  vertical-align: bottom;
}
@media only screen and (max-width: 600px) {
  #kochi-history-and-culture .p-hc-more__banner-list > li a {
    margin: 0 auto;
  }
}