@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body:not(.simple):not(.news) #globalHeader:not([class]) .ghLogo, body:not(.simple):not(.news) #globalHeader.isUsual .ghLogo {
  filter: brightness(0) invert(1);
}
.ghLogo {
  transition: 0.3s filter;
}

main {
  background-color: #faf6f2;
}

.previouspostslink,
.nextpostslink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 10px;
}
.previouspostslink img,
.nextpostslink img {
  width: 100%;
  height: auto;
  padding: 3px;
}

.previouspostslink {
  flex: none;
}
.previouspostslink img {
  transform: rotate(180deg);
}

.nextpostslink {
  flex: none;
}
.page,
.current {
  text-decoration: none;
}

.newsdetail_title {
  height: 100%;
  color: #57514c;
  padding-bottom: 45px;
  border-bottom: 1px solid #857a73;
  position: relative;
}

.newsdetailDate {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}

.backBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  text-align: center;
}
.backBtn a {
  text-decoration: none;
}
.backBtn img {
  transform: rotate(180deg);
  width: 8px;
  height: 15px;
  position: relative;
  left: 0;
}
.backBtn img:hover {
  left: -5px;
  transition: 0.3s;
}

.titleCenterWrap {
  text-align: center;
}
.titleCenterWrap .titleSub {
  justify-content: center;
}
.titleCenterWrap .titleCenter {
  font-weight: 400;
}

.titleSub {
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}
.titleSub:before, .titleSub:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.titleSub:before {
  background-image: url(../images/home/concepttitle_deco_left.webp);
}
.titleSub:after {
  background-image: url(../images/home/concepttitle_deco_right.webp);
}

.conceptTitle {
  font-weight: 400;
}
.conceptTitle.en {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  font-weight: 600;
}
.conceptStory {
  position: relative;
  overflow: visible;
}
.conceptWrap .conceptList {
  display: flex;
  gap: 1px;
}
.conceptWrap .conceptList > li a {
  display: block;
  color: #fff;
  position: relative;
  text-decoration: none;
}
.conceptWrap .conceptList > li a .conceptListBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.conceptWrap .conceptList > li a .conceptListBg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.conceptWrap .conceptList > li a .conceptListTitle,
.conceptWrap .conceptList > li a .btnMore {
  position: relative;
}
.conceptWrap .conceptList > li a .conceptListTitle {
  display: flex;
  align-items: center;
  flex: none;
}
.conceptWrap .conceptList > li a .conceptListTitle span {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  line-height: 1.2;
}
.conceptWrap .conceptList > li a .btnMore {
  line-height: 1.2;
  position: absolute;
}
.conceptWrap .conceptList > li a .btnMore:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_arrow_white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 34px;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s transform;
}

.conceptDay {
  position: relative;
  background: #ffffff;
}
.conceptDay > * {
  position: relative;
  z-index: 1;
}
.listCol2Full .colText .colTextContent .colTextHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.listCol2Full .colText .colTextContent .colTextHead .colTextHeadTime {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  text-align: center;
  line-height: 1;
}
.listCol2Full .colText .colTextContent .colTextHead .colTextHeadTime:after {
  content: "";
  display: block;
  height: 1px;
  background: #57514c;
}
.listCol2Full .colText .colTextContent .colTextHead .colTextHeadMeridiem {
  text-align: center;
  line-height: 1;
}
#sectionNews {
  background: #faf6f2;
}
#sectionNews + #sectionReserve:before {
  display: none;
}
#sectionNews + #sectionReserve .reserveBody:before {
  background: linear-gradient(to top, rgba(250, 246, 242, 0) 0%, rgb(250, 246, 242) 100%);
}

#sectionReserve {
  background: url(../images/home/reserve_bg.webp) no-repeat bottom center;
  background-size: cover;
}
.mainCopy {
  max-width: 735px;
  text-align: center;
}
.mainCopy .titleSub {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainCopy .foodexperienceText > p {
  font-size: 15px;
  line-height: 2.5;
}
.mainCopy .foodexperienceText .en {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}

.foodexperienceTitle {
  font-weight: 400;
}
.anchorlinkList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 36px;
}
.anchorlinkList > li > a {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  font-weight: 600;
  color: #57514c;
  line-height: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.anchorlinkList > li > a:hover {
  opacity: 0.8;
  transition: 0.3s opacity;
}
.anchorlinkList > li > a > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sectionFood {
  padding-bottom: 140px;
  background-color: #fff;
}
#sectionFood .swipe {
  margin-top: 175px;
}

#sectionSound {
  padding-bottom: 140px;
  background-color: #fff;
}

.swipe {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swipeWrap {
  position: relative;
  z-index: 1;
  display: flex;
}
.swipeWrap .swipeSlide {
  width: 700px;
  height: 520px;
  margin-left: 3px;
}
.swipeWrap .swipeSlide > img {
  width: 100%;
  height: auto;
}

.slick-dots {
  text-align: right;
  bottom: -40px;
  padding: 0 25px 0 0;
  z-index: 10;
}
.slick-dots > li {
  width: 8px;
  height: 8px;
}
.slick-dots > li > button {
  border: solid 1px #57514c;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  font-size: unset;
}
.slick-dots .slick-active {
  background-color: #57514c;
  border-radius: 100%;
  z-index: 10;
}

.slick-arrow:before {
  content: "" !important;
  width: 16px;
  height: 29px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.slick-prev {
  z-index: 10;
  width: 16px;
  height: 29px;
}
.slick-prev:before {
  background: url(../images/second/foodexperience_slidearrow_left.svg);
  background-repeat: no-repeat;
}

.slick-next {
  width: 12px;
  height: 29px;
  z-index: 10;
}
.slick-next:before {
  background: url(../images/second/foodexperience_slidearrow_right.svg);
  background-repeat: no-repeat;
}

.foodContent {
  max-width: 705px;
}

.feBox {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.feBox .feTitlebox {
  display: flex;
}
.feBox .feTitlebox .feMaintitle {
  font-size: 72px;
  font-weight: 400;
  margin-top: 0;
  line-height: 1;
}
.feBox .feTitlebox > p {
  font-size: 18px;
  margin-left: 35px;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  font-weight: 600;
}

.feTextbox {
  max-width: 400px;
}
.feTextbox .en {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}
.personContent {
  padding: 50px 55px 36px 60px;
  display: flex;
  background-color: #f4f3ee;
  gap: 0 57px;
  align-items: center;
}

.personImg {
  width: 157px;
  height: 157px;
}

.personTxtbox {
  width: 375px;
}
.personTxtbox > p {
  font-size: 14px;
  line-height: 2.16;
}
.personTxtbox > p:first-of-type {
  margin-top: 0;
}
.personTxtbox > p:nth-last-of-type(2) {
  margin-top: 9px;
}
.personTxtbox .personName {
  font-size: 16px;
}
.personTxtbox .personName > span {
  margin-left: 20px;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}

#sectionClothing, #sectionScent {
  padding-bottom: 140px;
}
#sectionClothing .personContent, #sectionScent .personContent {
  background-color: #fff;
}

#sectionScent + #sectionReserve:before {
  display: none;
}
#sectionScent + #sectionReserve .reserveBody:before {
  background: linear-gradient(to top, rgba(250, 246, 242, 0) 0%, rgb(250, 246, 242) 100%);
}

.andmore {
  margin-top: 56px;
}
.andmore .andmoreSummary {
  display: block;
  list-style: none;
  text-align: center;
  position: relative;
  padding: 0 270px;
  font-weight: 600;
}
.summaryIcon {
  margin-left: 30px;
}
.summaryIcon:before {
  display: block;
  position: absolute;
  content: "";
  top: 56%;
  width: 32px;
  height: 1px;
  background: #57514c;
  transition: transform 0.3s;
}
.summaryIcon:after {
  display: block;
  position: absolute;
  content: "";
  top: 56%;
  width: 32px;
  height: 1px;
  background: #57514c;
  rotate: 90deg;
  transition: transform 0.3s;
}

.andmore.open .summaryIcon::after {
  transform: rotate(135deg) translateY(-50%);
}

.andmore.open .summaryIcon::before {
  transform: rotate(-45deg) translateY(-50%);
}

.summaryTxt {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}

.detailContent {
  display: flex;
  gap: 0 52px;
}

.detailTxt > h4 {
  font-weight: 400;
}
.detailImg {
  width: 238px;
  height: 169px;
  margin-top: 70px;
}

.detailContenten .detailTxten {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
}
section + #sectionReserve:before {
  display: none;
}
section + #sectionReserve .reserveBody:before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

#stay .WrapBe {
  background: linear-gradient(180deg, #faf6f2 0%, #faf6f2 80%, #fff 80%, #fff 100%);
}
#stay .WrapBe .stayContent {
  margin-top: 80px;
}
#stay .WrapBe .stayContent > p {
  text-align: center;
}
#stay .WrapWh {
  background-color: #fff;
}
#stay .WrapWh .stayContent {
  padding: 0 20px;
}
#stay .WrapWh .stayContent > p {
  text-align: center;
}
#stay .WrapWh .stayContent .detailContent {
  padding: 50px 55px 36px 60px;
  background-color: #f4f3ee;
}
#stay .WrapWh .stayContent .detailContent .detailTxtbox > h4 {
  font-weight: 400;
}
#stay .swipe .slick-dots {
  text-align: center;
  padding: 0;
  z-index: 10;
  bottom: 28px;
}
#stay .swipe .slick-dots > li {
  width: 8px;
  height: 8px;
}
#stay .swipe .slick-dots > li > button {
  border: solid 1px #57514c;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  font-size: unset;
}
#stay .swipe .slick-dots .slick-active {
  background-color: #57514c;
  border-radius: 100%;
  z-index: 10;
}
#stay .titleHeader {
  position: relative;
}
#stay .titleHeader > h3 {
  font-weight: 400;
  line-height: 1.57;
}
#stay .titleHeader > p {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  font-weight: 600;
  line-height: 1.57;
}
#stay .titleHeader:before {
  content: "";
  display: block;
  background-color: #57514c;
  position: absolute;
  top: 0;
}
#stay .stayContent {
  max-width: 705px;
  margin: auto;
}
#stay .reserveBtnWrapMini > a {
  display: block;
  color: #fff;
  border: none;
  border-radius: 9999px;
  background: #183c29;
  width: 180px;
  padding: 6px 18px 6px 24px;
  font-size: 15px;
  text-decoration: none;
  position: relative;
}
#stay .reserveBtnWrapMini > a:before {
  content: "";
  display: block;
  background: url(../images/common/icon_calendar.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#stay .reserveBtnWrapMini > a > span > span {
  font-size: 17px;
}
#stay .stayTextbox {
  display: block;
}
#stay .stayBox {
  display: block;
}
#stay .andmore .andmoreSummary {
  display: block;
  list-style: none;
  text-align: end;
  position: relative;
  padding: 0;
  font-weight: 600;
}
#stay .andmore .andmoreDetail {
  padding: 0;
}
#stay .andmore .summaryIcon {
  margin-left: 30px;
}
#stay .andmore .summaryIcon:before {
  display: block;
  position: absolute;
  content: "";
  top: 56%;
  left: 80%;
  width: 32px;
  height: 1px;
  background: #57514c;
  transition: transform 0.3s;
}
#stay .andmore .summaryIcon:after {
  display: block;
  position: absolute;
  content: "";
  top: 56%;
  left: 80%;
  width: 32px;
  height: 1px;
  background: #57514c;
  rotate: 90deg;
  transition: transform 0.3s;
}

#shimaonsen + #sectionReserve:before {
  display: none;
}
#shimaonsen + #sectionReserve .reserveBody:before {
  background: linear-gradient(to top, rgba(250, 246, 242, 0) 0%, rgb(250, 246, 242) 100%);
}

section:nth-of-type(4) .contentWrap {
  padding-bottom: 0px;
}

.sectionWrapWh {
  background-color: #fff;
}

.sectionWrapBe {
  background-color: #faf6f2;
}

.shimaonsentitle {
  font-weight: 400;
  text-align: center;
}
#shimaonsen {
  display: block;
  position: relative;
}

.sectiontitleWrap .titlebox > h3 {
  font-weight: 400;
}
.sectiontitleWrap .titleboxEn > h3 {
  font-weight: 400;
}
.swipe {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swipeWrapNAuto, .swipeWrapAuto {
  position: relative;
  z-index: 1;
  display: flex;
}
.swipeWrapNAuto .swipeSlide, .swipeWrapAuto .swipeSlide {
  width: 700px;
  height: 520px;
}
.swipeWrapNAuto .swipeSlide > img, .swipeWrapAuto .swipeSlide > img {
  width: 100%;
  height: auto;
}

.section .titleHeader {
  text-align: center;
}
.section .titleHeader .titleCenter {
  line-height: 2.5;
  font-weight: 400;
}
.section * + .mapBtnWrap {
  margin-top: 20px;
}
.section .mapBtnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section .mapBtnWrap a {
  line-height: 1;
  border: 1px solid #86928b;
  border-radius: 9999px;
  position: relative;
  text-decoration: none;
  color: #57514c;
}
.section .mapBtnWrap a:before {
  content: "";
  display: block;
  background: url(../images/second/access_icon_google.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section h2.title {
  font-weight: 400;
  color: #57514c;
  border-bottom: none;
  line-height: 2.5;
  padding: 0;
}
.section .listCol2 {
  margin-top: 0;
}
.section .listCol2 .listItem .mapWrapSquare {
  width: 100%;
  position: relative;
  margin-top: 26px;
}
.section .listCol2 .listItem .mapWrapSquare > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section .listCol2 .listItem > h3.title {
  font-weight: 400;
  display: block;
  position: relative;
}
.section .listCol2 .listItem > h3.title * + h3.title {
  margin-top: 26px;
}
.section .listCol2 .listItem > h3.title:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #57514c;
  top: 50%;
  left: 0;
}
.section .listCol2 .listItem > h3.title:after {
  display: none;
}
.section .listCol2 .listItem > p > a {
  -webkit-text-decoration: underline, #18522e;
          text-decoration: underline, #18522e;
}
.section .listCol2 .listItem > h4.title {
  color: #57514c;
}
.section .listCol2 .listItem * + h4.title {
  margin-top: 34px;
}
.section .listCol2 .listItem * + p {
  margin-top: 20px;
}

#globalFooter {
  color: #fff;
  position: relative;
}
#globalFooter a {
  color: #fff;
}
#globalFooter:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background: linear-gradient(rgb(12, 37, 23) 30%, rgba(12, 37, 23, 0) 100%);
  transform: rotate(-180deg);
  position: absolute;
  left: 0;
  pointer-events: none;
}
main a {
  color: #18522e;
  text-decoration: underline;
}

.pageHeader.simple, .pageHeader.news {
  display: flex;
  justify-content: center;
  text-transform: capitalize;
}
.pageHeader.simple .pageTitle, .pageHeader.news .pageTitle {
  color: #183c29;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  font-weight: 400;
}
.pageHeader:not(.simple):not(.news) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.pageHeader:not(.simple):not(.news) img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pageHeader:not(.simple):not(.news) .pageTitle {
  color: #fff;
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.pageHeader:not(.simple):not(.news) .pageTitle:before {
  content: "";
  display: block;
  margin-inline: auto;
  background: url(../images/common/logo.svg) no-repeat;
}
.pageHeader:not(.simple):not(.news) .pageTitleSub {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.breadcrumbArea .breadcrumb {
  text-align: right;
}
.breadcrumbArea .breadcrumb > * {
  position: relative;
}
.breadcrumbArea .breadcrumb > * + *:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: #01451b;
  box-sizing: border-box;
}
.breadcrumbArea .breadcrumb > * a {
  color: #93989e;
  text-decoration: none;
}
.section[data-background=bgGray] {
  background: #f7f7f7;
}
.titleBorder,
h2.title {
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #183c29;
}

h3.title {
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
h3.title:after {
  content: "";
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  border-left: 2px solid #183c29;
  border-right: 2px solid #183c29;
  position: absolute;
  top: 0;
  left: 0;
}

.titleGray,
h4.title {
  color: #93989e;
  font-weight: bold;
}

h5.title {
  font-weight: bold;
}

.titleHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.titleHeader .titleCenter {
  line-height: 1.4;
}

.titleCenterSub {
  color: #93989e;
  line-height: 1.4;
  font-weight: bold;
}

[class^=listCol] > .listItem.listItemThumb p {
  aspect-ratio: 960/640;
}
[class^=listCol] > .listItem.listItemThumb p img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.colImgFixed {
  display: flex;
  /*
  @if $type == tb{
   flex-direction: column;
  }
  */
}
.colImgFixed > * {
  /*
    @if $type == tb{
     width: 100%;

     &.colText {
      order: 1;
      margin-top: 30px;
     }

     &.colImg {
      order: 0;
     }

     &:nth-child(odd) {
      margin-right: 0;
     }

     &:nth-child(n + 3) {
      margin-top: 0;
     }
    }
  */
}
.colImgFixed > *.colImg img {
  display: block;
  margin: 0 auto;
}

.commonTable {
  width: 100%;
  text-align: left;
  line-height: 1.25;
}
.commonTable.tableEqual {
  table-layout: fixed;
}
.commonTable > tbody > tr + tr,
.commonTable > thead > tr + tr {
  border-top: 1px solid #93989e;
}
.commonTable > tbody > tr * + *,
.commonTable > thead > tr * + * {
  border-left: 1px solid #93989e;
}
.commonTable > tbody > tr > th,
.commonTable > thead > tr > th {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  border: 1px solid #93989e;
  word-break: break-all;
  background: #fffce9;
}
.commonTable > tbody > tr > th[scope=row],
.commonTable > thead > tr > th[scope=row] {
  background: #eee;
}
.commonTable > tbody > tr > td,
.commonTable > thead > tr > td {
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  border: 1px solid #93989e;
  background: #fff;
}
.commonTable th.valTop,
.commonTable td.valTop {
  vertical-align: top;
}
.commonTable th.nowrap,
.commonTable td.nowrap {
  white-space: nowrap;
}

ul.commonList > li {
  padding-left: 1.5em;
  position: relative;
}
ul.commonList > li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333d51;
  position: absolute;
}
ul.commonList > li a {
  display: inline-block;
}

ol.commonList {
  counter-reset: number 0;
}
ol.commonList > li {
  padding-left: 1.5em;
  position: relative;
}
ol.commonList > li:before {
  counter-increment: number 1;
  content: "0" counter(number) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  font-weight: bold;
  color: #93989e;
  position: absolute;
  top: 0.1em;
  left: 0;
  z-index: 2;
}
ol.commonList > li:nth-child(n+10):before {
  content: counter(number) ".";
}

.title + dl.commonList {
  border-top: none !important;
}

dl.commonList {
  border-top: 1px solid #93989e;
}
dl.commonList > div {
  border-bottom: 1px solid #93989e;
}
dl.commonList > div > dt {
  flex: none;
  font-weight: bold;
}
dl.commonList > div > dd > *:nth-of-type(1) {
  margin-top: 0 !important;
}

.iframeWrap {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.iframeWrap iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mapWrap {
  width: 100%;
  margin-top: 1.5em;
  position: relative;
}
.mapWrap iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.colorBox,
.colorBoxAdd {
  background: #fffce9;
}

.colorBox .colorBoxTitle,
.colorBoxAdd .colorBoxTitle {
  font-weight: bold;
  color: #93989e;
  line-height: 1.5;
}
.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.size12 {
  font-size: 12px !important;
}

.size13 {
  font-size: 13px !important;
}

.size14 {
  font-size: 14px !important;
}

.size15 {
  font-size: 15px !important;
}

.size16 {
  font-size: 16px !important;
}

.size17 {
  font-size: 17px !important;
}

.size18 {
  font-size: 18px !important;
}

.size19 {
  font-size: 19px !important;
}

.size20 {
  font-size: 20px !important;
}

.size22 {
  font-size: 22px !important;
}

.size24 {
  font-size: 24px !important;
}

.size28 {
  font-size: 28px !important;
}

.colorRed {
  color: #de0000 !important;
}

.colorBlue {
  color: #356fcf !important;
}

.colorGray {
  color: #93989e !important;
}

.colorPrimary {
  color: #01451b !important;
}

.preBox {
  background: #eff0f4;
  border: 1px solid #01451b;
  padding: 15px;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}
.preBox pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-text-align-last: auto;
       text-align-last: auto;
}

.summaryBox .summaryBoxThumb > span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.summaryBox .summaryBoxThumb img {
  display: block;
}

@keyframes scrollIn {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
/**/
#sectionPoint {
  background: #fffbe5;
}

.sectionTitle {
  text-align: center;
  position: relative;
}
.sectionTitle:before {
  content: "";
  height: 4px;
  background: #01451b;
  border-radius: 9999px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

.pointList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.pointList > li {
  position: relative;
}
.pointList > li > a {
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 4px 0 #01451b;
  text-decoration: none;
  background: #fff;
  position: relative;
}
.pointList > li .pointListNum {
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  color: #888888;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.pointList > li .pointListTitle {
  font-weight: bold;
}
.pointList > li .pointListMore {
  display: block;
  width: 80%;
  margin-top: auto;
  margin-inline: auto;
  font-weight: bold;
  border-radius: 9999px;
  font-family: "Cormorant Garamond", "Hina Mincho", serif;
  background: #01451b;
  letter-spacing: 0.04em;
}

.categoryBlock .categoryBlockItem {
  position: relative;
}
.categoryBlock .categoryBlockItem > figure {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
.categoryBlock .categoryBlockItem > figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.categoryBlock .categoryBlockItem .categoryBlockText {
  position: relative;
}
.categoryBlock .categoryBlockItem .categoryBlockText > a {
  display: block;
  text-decoration: none;
  background: #fffbe5;
}
.categoryBlock .categoryBlockItem .categoryBlockText .categoryBlockTitle {
  font-weight: bold;
}
.categoryBlock .categoryBlockItem .categoryBlockText .categoryBlockCatch {
  font-weight: bold;
}

@media screen and (max-width: 1110px) {
  body:not(.simple):not(.news) #globalHeader:not([class]) .ghReserveBtn a, body:not(.simple):not(.news) #globalHeader.isUsual .ghReserveBtn a {
    background: rgba(255, 255, 255, 0.85);
  }
  body:not(.simple):not(.news) #globalHeader:not([class]) #ghMenuBtn > span, body:not(.simple):not(.news) #globalHeader.isUsual #ghMenuBtn > span {
    background: #fff;
  }
  #ghMenuBtn.isUsual,
  .ghMenu.isUsual {
    box-shadow: none !important;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  #ghMenuBtn:not([class]) #ghMenuBtn > span, #ghMenuBtn.isUsual #ghMenuBtn > span,
  .ghMenu:not([class]) #ghMenuBtn > span,
  .ghMenu.isUsual #ghMenuBtn > span {
    background: #fff;
  }
  #globalHeader .ghInner .ghReserveBtn a {
    background: transparent;
  }
  #globalHeader .ghInner .ghReserveBtn a {
    border-color: #01451b;
  }
  .previouspostslink,
  .nextpostslink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
  }
  .previouspostslink img,
  .nextpostslink img {
    width: 100%;
    height: auto;
    padding: 3px;
  }
  .previouspostslink img {
    transform: rotate(180deg);
  }
  .backBtn img {
    transform: rotate(180deg);
    width: 8px;
    height: 15px;
    position: relative;
    left: 0;
  }
  .backBtn img:hover {
    left: -5px;
    transition: 0.3s;
  }
  .conceptWrap .conceptList > li a .btnMore:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_arrow_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 34px;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s transform;
  }
  .anchorlinkList > li > a:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  .swipeWrap .swipeSlide > img {
    width: 100%;
    height: auto;
  }
  .slick-arrow:before {
    content: "" !important;
    width: 16px;
    height: 29px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .feTextbox {
    max-width: 400px;
  }
  .personImg {
    width: 157px;
    height: 157px;
  }
  .personTxtbox > p {
    font-size: 14px;
    line-height: 2.16;
  }
  .personTxtbox > p:first-of-type {
    margin-top: 0;
  }
  .personTxtbox > p:nth-last-of-type(2) {
    margin-top: 9px;
  }
  .personTxtbox .personName {
    font-size: 16px;
  }
  #sectionClothing .personContent, #sectionScent .personContent {
    background-color: #fff;
  }
  .summaryIcon {
    margin-left: 30px;
  }
  .andmore.open .summaryIcon::after {
    transform: rotate(135deg) translateY(-50%);
  }
  .andmore.open .summaryIcon::before {
    transform: rotate(-45deg) translateY(-50%);
  }
  .detailContenten .detailTxten {
    font-family: "Cormorant Garamond", "Hina Mincho", serif;
  }
  #stay .andmore .summaryIcon {
    margin-left: 30px;
  }
  .swipeWrapNAuto .swipeSlide > img, .swipeWrapAuto .swipeSlide > img {
    width: 100%;
    height: auto;
  }
  .section .titleHeader {
    text-align: center;
  }
  .section .listCol2 .listItem > h3.title:after {
    display: none;
  }
  .section .listCol2 .listItem * + p {
    margin-top: 20px;
  }
  .colImgFixed {
    /*
    @if $type == tb{
     flex-direction: column;
    }
    */
  }
  .colImgFixed > * {
    /*
      @if $type == tb{
       width: 100%;

       &.colText {
        order: 1;
        margin-top: 30px;
       }

       &.colImg {
        order: 0;
       }

       &:nth-child(odd) {
        margin-right: 0;
       }

       &:nth-child(n + 3) {
        margin-top: 0;
       }
      }
    */
  }
  @keyframes scrollIn {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  /**/
}
@media screen and (min-width: 1111px) {
  body:not(.simple):not(.news) #globalHeader:not([class]) .ghReserveBtn a:not(:hover), body:not(.simple):not(.news) #globalHeader.isUsual .ghReserveBtn a:not(:hover) {
    background: rgba(255, 255, 255, 0.85);
  }
  body:not(.simple):not(.news) #globalHeader:not([class]) .ghReserveBtn a:hover, body:not(.simple):not(.news) #globalHeader.isUsual .ghReserveBtn a:hover {
    border-color: #fff;
    color: #fff;
    background: transparent;
  }
  body:not(.simple):not(.news) #globalHeader:not([class]) .ghReserveBtn a:hover:before, body:not(.simple):not(.news) #globalHeader.isUsual .ghReserveBtn a:hover:before {
    background-image: url(../images/common/icon_calendar.svg);
  }
  body:not(.simple):not(.news) #globalHeader:not([class]) .ghNav ul > li a, body:not(.simple):not(.news) #globalHeader.isUsual .ghNav ul > li a {
    color: #fff;
  }
  #globalHeader {
    display: flex;
    width: 100%;
    height: 118px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    transition: 0.4s background, 0.4s transform, 0.4s height;
  }
  #globalHeader.isView {
    transform: translateY(-120px);
  }
  #globalHeader:not(.isView) {
    transform: translateY(0);
    position: fixed;
  }
  #globalHeader.isFixed:not(.isUsual) {
    height: 70px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.9);
  }
  #globalHeader.isFixed:not(.isUsual) .ghLogo img {
    top: 20px;
  }
  .previouspostslink,
  .nextpostslink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
  }
  .previouspostslink img,
  .nextpostslink img {
    width: 100%;
    height: auto;
    padding: 3px;
  }
  .previouspostslink img {
    transform: rotate(180deg);
  }
  .backBtn img {
    transform: rotate(180deg);
    width: 8px;
    height: 15px;
    position: relative;
    left: 0;
  }
  .backBtn img:hover {
    left: -5px;
    transition: 0.3s;
  }
  .conceptWrap .conceptList > li a .btnMore:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_arrow_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 34px;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s transform;
  }
  .anchorlinkList > li > a:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  .swipeWrap .swipeSlide > img {
    width: 100%;
    height: auto;
  }
  .slick-arrow:before {
    content: "" !important;
    width: 16px;
    height: 29px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .feTextbox {
    max-width: 400px;
  }
  .personImg {
    width: 157px;
    height: 157px;
  }
  .personTxtbox > p {
    font-size: 14px;
    line-height: 2.16;
  }
  .personTxtbox > p:first-of-type {
    margin-top: 0;
  }
  .personTxtbox > p:nth-last-of-type(2) {
    margin-top: 9px;
  }
  .personTxtbox .personName {
    font-size: 16px;
  }
  #sectionClothing .personContent, #sectionScent .personContent {
    background-color: #fff;
  }
  .summaryIcon {
    margin-left: 30px;
  }
  .andmore.open .summaryIcon::after {
    transform: rotate(135deg) translateY(-50%);
  }
  .andmore.open .summaryIcon::before {
    transform: rotate(-45deg) translateY(-50%);
  }
  .detailContenten .detailTxten {
    font-family: "Cormorant Garamond", "Hina Mincho", serif;
  }
  #stay .andmore .summaryIcon {
    margin-left: 30px;
  }
  .swipeWrapNAuto .swipeSlide > img, .swipeWrapAuto .swipeSlide > img {
    width: 100%;
    height: auto;
  }
  .section .titleHeader {
    text-align: center;
  }
  .section .listCol2 .listItem > h3.title:after {
    display: none;
  }
  .section .listCol2 .listItem * + p {
    margin-top: 20px;
  }
  .colImgFixed {
    /*
    @if $type == tb{
     flex-direction: column;
    }
    */
  }
  .colImgFixed > * {
    /*
      @if $type == tb{
       width: 100%;

       &.colText {
        order: 1;
        margin-top: 30px;
       }

       &.colImg {
        order: 0;
       }

       &:nth-child(odd) {
        margin-right: 0;
       }

       &:nth-child(n + 3) {
        margin-top: 0;
       }
      }
    */
  }
  @keyframes scrollIn {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  /**/
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 120px 20px 265px;
  }
  .wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 60px auto 0;
  }
  .wp-pagenavi > * {
    margin-inline: 16px;
  }
  .previouspostslink,
  .nextpostslink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
  }
  .previouspostslink img,
  .nextpostslink img {
    width: 100%;
    height: auto;
    padding: 3px;
  }
  .previouspostslink img {
    transform: rotate(180deg);
  }
  .page,
  .current {
    font-size: 14px;
  }
  .inner_detail {
    padding-inline: 20px;
  }
  .newsdetail_title {
    padding-bottom: 30px;
  }
  h1.titleTxt {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.53;
    margin-top: 20px;
  }
  .newsdetailDate {
    font-size: 15px;
  }
  .newsdetailThumb {
    width: 100%;
    margin-top: 40px;
  }
  .newsdetailContent {
    font-size: 13px;
    line-height: 2;
    margin-top: 30px;
  }
  .backBtn {
    margin-top: 67px;
  }
  .backBtn a {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
  }
  .backBtn img {
    transform: rotate(180deg);
    width: 8px;
    height: 15px;
    position: relative;
    left: 0;
  }
  .backBtn img:hover {
    left: -5px;
    transition: 0.3s;
  }
  .titleSub {
    justify-content: center;
    gap: 9px;
    font-size: 14px;
  }
  .titleSub:before, .titleSub:after {
    width: 13px;
    height: 25px;
  }
  * + .conceptTitle {
    margin-top: 35px;
  }
  * + .conceptTitle.en {
    margin-top: 55px;
  }
  .conceptTitle {
    font-size: 18px;
    line-height: 1.6;
  }
  .conceptTitle + * {
    margin-top: 28px;
  }
  .conceptStory {
    padding: 68px 20px 50px;
  }
  .conceptStory .conceptStoryText {
    font-size: 13px;
    line-height: 2.3;
  }
  .conceptStory * + .conceptStoryImg {
    margin-top: 50px;
  }
  .conceptStory .conceptStoryImg {
    position: relative !important;
    top: inherit !important;
    right: inherit !important;
  }
  .conceptWrap .conceptList {
    flex-direction: column;
  }
  .conceptWrap .conceptList > li {
    width: 100%;
  }
  .conceptWrap .conceptList > li a {
    padding: 30px 20px 45px;
    aspect-ratio: 750/360;
  }
  .conceptWrap .conceptList > li a .conceptListTitle strong {
    width: 35px;
    height: 35px;
  }
  .conceptWrap .conceptList > li a .conceptListTitle span {
    margin-left: 15px;
    font-size: 12px;
  }
  .conceptWrap .conceptList > li a .btnMore {
    padding-right: 28px;
    font-size: 14px;
    right: 20px;
    bottom: 13px;
  }
  .conceptWrap .conceptList > li a .btnMore:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_arrow_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 34px;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s transform;
  }
  .conceptDay {
    padding: 50px 20px 55px;
  }
  .conceptDay:before, .conceptDay:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  .conceptDay:before {
    height: 420px;
    top: 0;
    background-image: url(../images/second/concept_day_top_bg.webp);
    background-position: right top;
  }
  .conceptDay:after {
    height: 840px;
    background-image: url(../images/second/concept_day_center_bg.webp);
    background-position: left center;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .conceptDay * + .titleCenter {
    margin-top: 30px;
  }
  * + [class^=listCol].listCol2FullWrap {
    margin-top: 47px;
  }
  .listCol2Full .colImg {
    order: 1;
    margin-top: 30px;
  }
  .listCol2Full .colText {
    order: 0;
    margin-left: auto;
  }
  .listCol2Full + .listCol2Full {
    margin-top: 54px;
  }
  .listCol2Full .colText .colTextContent .colTextHead .colTextHeadTime {
    font-size: 20px;
  }
  .listCol2Full .colText .colTextContent .colTextHead .colTextHeadTime:after {
    width: 84px;
    margin-block: 12px 16px;
  }
  .listCol2Full .colText .colTextContent .colTextHead .colTextHeadMeridiem {
    font-size: 18px;
  }
  .listCol2Full .colText .colTextContent .colTextBody {
    margin-top: 28px;
    font-size: 13px;
    line-height: 2.3;
  }
  #sectionNews {
    padding-block: 60px;
  }
  #sectionReserve {
    padding-top: 0;
    padding-bottom: 0;
  }
  #sectionReserve .reserveBody .inner {
    min-height: inherit;
  }
  .mainCopy {
    margin: 90px auto 0;
    padding: 0 20px;
  }
  .mainCopy .foodexperienceText > p {
    font-size: 13px;
    line-height: 2.3;
  }
  .mainCopy .foodexperienceText .en {
    margin-top: 37px;
  }
  * + .foodexperienceTitle {
    margin-top: 43px;
  }
  .foodexperienceTitle {
    font-size: 18px;
    line-height: 1.6;
    display: block;
    position: relative;
    justify-content: center;
    margin-left: -54px;
  }
  .foodexperienceTitle + * {
    margin-top: 45px;
  }
  .foodexperienceTitle > span {
    margin-left: 54px;
  }
  .foodexperienceTitle > span:before {
    content: "";
    display: block;
    background: #57514c;
    width: 32px;
    height: 1px;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(112px);
  }
  .anchorlink {
    margin-top: 86px;
    padding: 0 20px;
  }
  .anchorlinkList {
    gap: 0 24px;
  }
  .anchorlinkList > li > a {
    font-size: 14px;
    gap: 0 10px;
  }
  .anchorlinkList > li > a:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  .anchorlinkList > li > a > span {
    width: 15px;
    height: 7.5px;
  }
  .anchorlinkList > li > a > span > img {
    width: 15px;
    height: 7.5px;
  }
  #sectionFood {
    padding-bottom: 86px;
  }
  #sectionFood .swipe {
    margin-top: 106px;
  }
  #sectionSound {
    padding-bottom: 86px;
  }
  .swipeWrap .swipeSlide {
    width: 300px;
    height: 222px;
  }
  .swipeWrap .swipeSlide > img {
    width: 100%;
    height: auto;
  }
  .slick-dots {
    bottom: -30px;
  }
  .slick-arrow:before {
    content: "" !important;
    width: 16px;
    height: 29px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .slick-prev {
    left: 12px;
  }
  .slick-next {
    right: 16px;
  }
  .foodContent {
    margin: 71px auto 0;
  }
  .feBox {
    padding: 0 20px;
  }
  .feBox .feTitlebox {
    display: block;
    text-align: center;
  }
  .feBox .feTitlebox .feMaintitle {
    font-size: 56px;
  }
  .feBox .feTitlebox > p {
    font-size: 14px;
    margin: 16px 0 0;
  }
  .feTextbox {
    max-width: 400px;
    padding: 0 0 0 32px;
  }
  .feTextbox > p {
    font-size: 13px;
    line-height: 2.16;
  }
  .feTextbox .en {
    font-size: 15px;
    margin-top: 40px;
    line-height: 1.8;
  }
  .feTextbox .en:last-child {
    margin-top: 20px;
  }
  .personContent {
    padding: 30px 20px 35px;
    gap: 0 20px;
    align-items: start;
    margin: 41px 20px 0;
  }
  .personImg {
    width: 157px;
    height: 157px;
  }
  .personTxtbox > p {
    font-size: 14px;
    line-height: 2.16;
  }
  .personTxtbox > p:first-of-type {
    margin-top: 0;
  }
  .personTxtbox > p:last-of-type {
    font-size: 12px;
  }
  .personTxtbox > p:nth-last-of-type(2) {
    margin-top: 9px;
  }
  .personTxtbox .personName {
    font-size: 16px;
  }
  .personTxtbox .personName > span {
    margin-left: 0;
  }
  #sectionClothing, #sectionScent {
    padding-bottom: 86px;
  }
  #sectionClothing .personContent, #sectionScent .personContent {
    background-color: #fff;
  }
  .andmore {
    margin-top: 34px;
  }
  .andmore .andmoreSummary {
    padding: 0;
    max-width: 140px;
    margin: 0 auto;
  }
  .summaryIcon {
    margin-left: 30px;
  }
  .summaryIcon:before {
    width: 26px;
  }
  .summaryIcon:after {
    width: 26px;
  }
  .andmore.open .summaryIcon::after {
    transform: rotate(135deg) translateY(-50%);
  }
  .andmore.open .summaryIcon::before {
    transform: rotate(-45deg) translateY(-50%);
  }
  .andmoreDetail {
    padding: 0 20px;
    margin-top: 58px;
  }
  .detailContent {
    gap: 0 20px;
  }
  .detailTxt {
    width: 100%;
  }
  .detailTxt > h4 {
    font-size: 16px;
  }
  .detailTxt > p {
    font-size: 12px;
    line-height: 2.16;
    margin-top: 13px;
  }
  .detailImg {
    width: 100%;
    max-width: 120px;
  }
  .detailContenten {
    margin-top: 30px;
    width: 100%;
  }
  .detailContenten .detailTxten {
    font-family: "Cormorant Garamond", "Hina Mincho", serif;
  }
  .detailContenten .detailTxten > h4 {
    font-size: 16px;
  }
  .detailContenten .detailTxten > p {
    font-size: 15px;
    line-height: 1.83;
    margin-top: 12px;
  }
  #stay .sectionWrapWh {
    margin-top: 264px;
  }
  #stay .sectionWrapWh .contentWrap:first-of-type {
    margin-top: -284px;
    padding-bottom: 136px;
  }
  #stay .sectionWrapBe .contentWrap {
    padding-bottom: 79px;
  }
  #stay .WrapBe {
    padding: 69px 0 81px;
    background: linear-gradient(180deg, #faf6f2 0%, #faf6f2 86%, #fff 86%, #fff 100%);
  }
  #stay .WrapBe .stayContent {
    padding: 0 20px;
    margin-top: 46px;
  }
  #stay .WrapBe .stayContent > p {
    font-size: 13px;
    line-height: 2.3;
  }
  #stay .WrapBe .stayContent .en {
    font-size: 13px;
    line-height: 2.3;
    margin-top: 35px;
  }
  #stay .WrapBe .imgBox {
    padding: 0 20px;
    margin: 75px auto 0;
  }
  #stay .WrapWh {
    padding: 69px 0 81px;
  }
  #stay .WrapWh .stayContent > p {
    font-size: 13px;
    line-height: 2.3;
  }
  #stay .WrapWh .stayContent .en {
    font-size: 13px;
    line-height: 2.3;
    margin-top: 35px;
  }
  #stay .WrapWh .stayContent .detailContent {
    padding: 30px 20px 35px;
    margin-top: 51px;
  }
  #stay .WrapWh .stayContent .detailContent .detailTxtbox > h4 {
    font-size: 16px;
  }
  #stay .WrapWh .stayContent .detailContent .detailTxtbox > p {
    font-size: 12px;
  }
  #stay .swipe {
    margin-top: 36px;
  }
  #stay .swipe .slick-dots {
    bottom: -32px;
  }
  #stay .titleHeader > h3 {
    font-size: 20px;
    margin-top: 12px;
  }
  #stay .titleHeader > p {
    font-size: 13px;
    margin-top: 5px;
  }
  #stay .titleHeader:before {
    width: 126px;
    height: 1px;
  }
  #stay .stayContent {
    margin: 71px auto 0;
  }
  #stay .stayContent .feBox .feTitlebox {
    text-align: left;
  }
  #stay .reserveBtnWrapMini {
    margin-top: 16px;
  }
  #stay .reserveBtnWrapMini > a:before {
    width: 20px;
    height: 19px;
    right: 18px;
  }
  #stay .stayTextbox {
    margin-top: -79px;
  }
  #stay .stayBox > p {
    font-size: 14px;
    line-height: 1.9;
  }
  #stay .andmore {
    margin-top: 34px;
  }
  #stay .andmore .andmoreSummary {
    margin-right: 24px;
  }
  #stay .andmore .andmoreDetail {
    padding: 0 20px;
  }
  #stay .andmore .summaryIcon {
    margin-left: 30px;
  }
  #stay .andmore .summaryIcon:before {
    width: 26px;
    left: 50%;
    transform: translateX(-40px);
  }
  #stay .andmore .summaryIcon:after {
    width: 26px;
    left: 50%;
    transform: translateY(40px);
  }
  section:nth-of-type(4) {
    padding-bottom: 105px;
  }
  .sectionWrapWh {
    padding-top: 137px;
  }
  .sectionWrapWh:first-of-type {
    margin-top: 214px;
  }
  .sectionWrapBe {
    padding-top: 137px;
  }
  * + .shimaonsentitle {
    margin-top: 43px;
  }
  .shimaonsentitle {
    font-size: 18px;
    line-height: 1.6;
  }
  .shimaonsentitle + * {
    margin-top: 45px;
  }
  .sectiontitleWrap {
    padding: 0 20px;
  }
  .sectiontitleWrap .titlebox > h3 {
    font-size: 18px;
    margin-top: 60px;
  }
  .sectiontitleWrap .titlebox > p {
    font-size: 13px;
    line-height: 2.16;
  }
  .sectiontitleWrap .titlebox > p:nth-of-type(n+2) {
    margin-top: 21px;
  }
  .sectiontitleWrap .titleboxEn > h3 {
    font-size: 18px;
    margin-top: 50px;
  }
  .sectiontitleWrap .titleboxEn > p {
    font-size: 15px;
    line-height: 1.83;
  }
  .sectiontitleWrap .titleboxEn > p:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .contentWrap {
    margin-top: -224px;
    padding-bottom: 170px;
  }
  .swipeWrapNAuto .swipeSlide, .swipeWrapAuto .swipeSlide {
    width: 350px;
    height: auto;
  }
  .swipeWrapNAuto .swipeSlide > img, .swipeWrapAuto .swipeSlide > img {
    width: 100%;
    height: auto;
  }
  .section .titleHeader {
    text-align: center;
    margin-top: 30px;
  }
  .section .titleHeader .titleCenter {
    font-size: 18px;
  }
  .section .titleHeader * + .titleCenter {
    margin-top: 43px;
  }
  .section .mapWrap {
    margin-top: 67px;
    height: 280px;
  }
  .section .mapBtnWrap a {
    width: 240px;
    margin-inline: auto;
    padding: 14px 0px 14px 10px;
    font-size: 15px;
  }
  .section .mapBtnWrap a:before {
    width: 11px;
    height: 18px;
    left: 53px;
  }
  .section h2.title {
    font-size: 20px;
  }
  .section * + h2.title {
    margin-top: 58px;
  }
  .section .listCol2 .listItem:first-of-type {
    margin-top: 26px;
  }
  .section .listCol2 .listItem .mapWrapSquare {
    padding-bottom: 50.25%;
    height: 280px;
  }
  .section .listCol2 .listItem > h3.title {
    font-size: 18px;
    padding-left: 45px;
  }
  .section .listCol2 .listItem > h3.title:before {
    width: 35px;
    height: 1px;
  }
  .section .listCol2 .listItem > h3.title:after {
    display: none;
  }
  .section .listCol2 .listItem > p {
    font-size: 13px;
    line-height: 2.3;
  }
  .section .listCol2 .listItem > p > iframe {
    height: 280px;
    margin-top: 26px;
  }
  .section .listCol2 .listItem > p > img {
    margin-top: 26px;
  }
  .section .listCol2 .listItem > h4.title {
    font-size: 16px;
  }
  .section .listCol2 .listItem * + p {
    margin-top: 20px;
  }
  #globalFooter {
    background-image: url(../images/common/footer_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #globalFooter:before {
    height: 100px;
    top: -99px;
  }
  #globalFooter:after {
    content: "";
    display: block;
    background-image: url(../images/second/bg_footer_secondSp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -180px;
    left: 0;
    width: 100%;
    height: 180px;
  }
  main * + p {
    margin-top: 20px;
  }
  .pageHeader.simple, .pageHeader.news {
    padding-block: 113px 7px;
    align-items: center;
  }
  .pageHeader.simple .pageTitle, .pageHeader.news .pageTitle {
    font-size: 20px;
  }
  .pageHeader:not(.simple):not(.news) {
    min-height: 250px;
    padding-top: 39px;
  }
  .pageHeader:not(.simple):not(.news) .pageTitle {
    font-size: 13px;
  }
  .pageHeader:not(.simple):not(.news) .pageTitle:before {
    width: 58px;
    height: 75px;
    margin-bottom: 8px;
  }
  .pageHeader:not(.simple):not(.news) .pageTitleSub {
    margin-top: 4px;
    font-size: 12px;
  }
  .breadcrumbArea {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .breadcrumbArea .breadcrumb {
    margin-top: 14px;
  }
  .breadcrumbArea .breadcrumb > * {
    display: inline-block;
    margin: 1px 0;
    font-size: 12px;
  }
  .breadcrumbArea .breadcrumb > *:not(:last-child) {
    margin-right: 8px;
  }
  .breadcrumbArea .breadcrumb > * + * {
    padding-left: 12px;
  }
  .breadcrumbArea .breadcrumb > * + *:before {
    width: 4px;
    height: 4px;
    left: 0px;
    top: 10px;
  }
  .breadcrumbArea .breadcrumb > * a {
    display: inline;
  }
  .breadcrumbArea + .section {
    padding-top: 40px;
  }
  .section {
    padding: 60px 0;
  }
  .section + .section:not([data-background^=bg]) {
    padding-top: 26px;
  }
  .section:last-child {
    padding-bottom: 200px;
  }
  .section[data-background^=bg] {
    padding-top: 40px;
  }
  .section[data-background^=bg] + .section {
    padding-top: 40px;
  }
  .section .inner {
    padding: 0 20px;
  }
  .pageLead {
    line-height: 1.8;
  }
  * + .titleBorder,
  * + h2.title {
    margin-top: 40px;
  }
  .titleBorder + p:not(.btnWrap),
  h2.title + p:not(.btnWrap) {
    margin-top: 14px;
  }
  .titleBorder,
  h2.title {
    padding-bottom: 7px;
    font-size: 20px;
  }
  h3.title + p:not(.btnWrap) {
    margin-top: 10px;
  }
  * + h3.title {
    margin-top: 40px;
  }
  h3.title {
    padding-left: 14px;
    font-size: 18px;
  }
  h3.title:after {
    width: 3px;
  }
  * + .titleGray,
  * + h4.title {
    margin-top: 20px;
  }
  .titleGray + *,
  h4.title + * {
    margin-top: 0;
  }
  .titleGray,
  h4.title {
    font-size: 16px;
  }
  * + h5.title {
    margin-top: 20px;
  }
  h5.title + * {
    margin-top: 2px;
  }
  h5.title {
    font-size: 15px;
  }
  * + .titleHeader {
    margin-top: 20px;
  }
  .titleHeader .titleCenter {
    font-size: 20px;
  }
  .titleCenterSub {
    margin-top: 4px;
    font-size: 12px;
  }
  * + [class^=listCol] {
    margin-top: 28px;
  }
  [class^=listCol] {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  [class^=listCol] > .listItem.listItemThumb {
    order: 0;
  }
  [class^=listCol] > .listItem.listItemText {
    order: 1;
    margin-top: 20px;
  }
  * + .colImgFixed {
    margin-top: 30px;
  }
  .colImgFixed {
    flex-direction: column;
    /*
    @if $type == tb{
     flex-direction: column;
    }
    */
  }
  .colImgFixed > * {
    width: 100%;
    /*
      @if $type == tb{
       width: 100%;

       &.colText {
        order: 1;
        margin-top: 30px;
       }

       &.colImg {
        order: 0;
       }

       &:nth-child(odd) {
        margin-right: 0;
       }

       &:nth-child(n + 3) {
        margin-top: 0;
       }
      }
    */
  }
  .colImgFixed > *.colText {
    order: 1;
    margin-top: 30px;
  }
  .colImgFixed > *.colImg {
    order: 0;
  }
  * + .commonTable {
    margin-top: 30px;
  }
  .commonTable {
    font-size: 14px;
  }
  .commonTable > tbody > tr > th,
  .commonTable > thead > tr > th {
    padding: 12px 6px;
  }
  .commonTable > tbody > tr > td,
  .commonTable > thead > tr > td {
    padding: 12px 6px;
  }
  .scrollTable {
    overflow: auto;
  }
  .scrollTable table {
    min-width: calc(100% + 50px);
    margin-top: 0;
    white-space: nowrap;
  }
  * + .scrollText {
    margin-top: 15px;
  }
  .scrolltext {
    width: 120px;
    display: block;
    padding: 4px 8px;
    margin-bottom: 8px;
    margin-left: auto;
    color: #01451b;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    background: #333;
  }
  * + ul.commonList,
  * + ol.commonList {
    margin-top: 20px;
  }
  ul.commonList.col_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.commonList.col_sp > li {
    width: calc(50% - 20px);
  }
  ul.commonList.col_sp > li:nth-child(odd) {
    margin-right: 10px;
  }
  ul.commonList.col_sp > li:nth-child(even) {
    margin-left: 10px;
  }
  ul.commonList > li:before {
    top: 10px;
    margin: auto;
    left: 0.65em;
  }
  ol.commonList > li {
    position: relative;
  }
  ol.commonList > li + li {
    margin-top: 7px;
  }
  *:not(.title) + dl.commonList {
    margin-top: 20px;
  }
  .title + dl.commonList {
    margin-top: 0;
  }
  dl.commonList > div {
    padding: 15px 0;
  }
  dl.commonList > div > dt,
  dl.commonList > div > dd {
    font-size: 12px;
    line-height: 1.3;
  }
  dl.commonList > div > dt {
    font-size: 16px;
    font-weight: 600;
  }
  dl.commonList > div > dd {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.76;
  }
  .iframeWrap {
    margin-top: 1.5em;
  }
  .mapWrap {
    padding-bottom: 50.25%;
  }
  * + .colorBox {
    margin-top: 30px;
  }
  * + .colorBoxAdd {
    margin-top: 15px;
  }
  .colorBox {
    padding: 25px 13px 25px;
    border-radius: 8px;
  }
  .colorBoxAdd {
    padding: 18px 15px 18px;
    border-radius: 8px;
  }
  .colorBox .colorBoxTitle,
  .colorBoxAdd .colorBoxTitle {
    font-size: 15px;
  }
  .colorBox .colorBoxTitle + p,
  .colorBoxAdd .colorBoxTitle + p {
    margin-top: 6px;
  }
  .preBox {
    margin-top: 20px;
  }
  .taC_sp {
    text-align: center !important;
  }
  .taL_sp {
    text-align: left !important;
  }
  .taR_sp {
    text-align: right !important;
  }
  .pT0_sp {
    padding-top: 0 !important;
  }
  .pT10_sp {
    padding-top: 10px !important;
  }
  .pT20_sp {
    padding-top: 20px !important;
  }
  .pB0_sp {
    padding-bottom: 0 !important;
  }
  .pB10_sp {
    padding-bottom: 10px !important;
  }
  .pB20_sp {
    padding-bottom: 20px !important;
  }
  .pB30_sp {
    padding-bottom: 30px !important;
  }
  .pB40_sp {
    padding-bottom: 40px !important;
  }
  .pT30_sp {
    padding-top: 30px !important;
  }
  .pT40_sp {
    padding-top: 40px !important;
  }
  .mB0_sp {
    margin-bottom: 0 !important;
  }
  .mB5_sp {
    margin-bottom: 5px !important;
  }
  .mB10_sp {
    margin-bottom: 10px !important;
  }
  .mB15_sp {
    margin-bottom: 15px !important;
  }
  .mB20_sp {
    margin-bottom: 20px !important;
  }
  .mB30_sp {
    margin-bottom: 30px !important;
  }
  .mB40_sp {
    margin-bottom: 40px !important;
  }
  .mB50_sp {
    margin-bottom: 50px !important;
  }
  .mB60_sp {
    margin-bottom: 60px !important;
  }
  .mB70_sp {
    margin-bottom: 70px !important;
  }
  .mB80_sp {
    margin-bottom: 80px !important;
  }
  .mT0_sp {
    margin-top: 0 !important;
  }
  .mT5_sp {
    margin-top: 5px !important;
  }
  .mT10_sp {
    margin-top: 10px !important;
  }
  .mT20_sp {
    margin-top: 20px !important;
  }
  .mT30_sp {
    margin-top: 30px !important;
  }
  .mT40_sp {
    margin-top: 40px !important;
  }
  .mT50_sp {
    margin-top: 50px !important;
  }
  .mT60_sp {
    margin-top: 60px !important;
  }
  .mT70_sp {
    margin-top: 70px !important;
  }
  .mT80_sp {
    margin-top: 80px !important;
  }
  .mL0_sp {
    margin-left: 0px !important;
  }
  .mL5_sp {
    margin-left: 5px !important;
  }
  .mL10_sp {
    margin-left: 10px !important;
  }
  .mL20_sp {
    margin-left: 20px !important;
  }
  .mL30_sp {
    margin-left: 30px !important;
  }
  .mL40_sp {
    margin-left: 40px !important;
  }
  .mL50_sp {
    margin-left: 50px !important;
  }
  .mR0_sp {
    margin-right: 0px !important;
  }
  .mR5_sp {
    margin-right: 5px !important;
  }
  .mR10_sp {
    margin-right: 10px !important;
  }
  .mR20_sp {
    margin-right: 20px !important;
  }
  .mR30_sp {
    margin-right: 30px !important;
  }
  .mR40_sp {
    margin-right: 40px !important;
  }
  .mR50_sp {
    margin-right: 50px !important;
  }
  .size12_sp {
    font-size: 12px !important;
  }
  .size13_sp {
    font-size: 13px !important;
  }
  .size14_sp {
    font-size: 14px !important;
  }
  .size15_sp {
    font-size: 15px !important;
  }
  .size16_sp {
    font-size: 16px !important;
  }
  .size17_sp {
    font-size: 17px !important;
  }
  .size18_sp {
    font-size: 18px !important;
  }
  .size19_sp {
    font-size: 19px !important;
  }
  .size20_sp {
    font-size: 20px !important;
  }
  .size22_sp {
    font-size: 22px !important;
  }
  .size24_sp {
    font-size: 24px !important;
  }
  .size28_sp {
    font-size: 28px !important;
  }
  .w50p_sp {
    width: 50% !important;
  }
  * + .summaryBox {
    margin-top: 30px;
  }
  @keyframes scrollIn {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  /**/
  .sectionTitle {
    padding-bottom: 8px;
  }
  .sectionTitle:before {
    width: 14px;
  }
  .pointList {
    margin-top: 41px;
    margin-bottom: 30px;
  }
  .pointList > li {
    width: calc(50% - 8px);
  }
  .pointList > li:nth-child(n+3) {
    margin-top: 19px;
  }
  .pointList > li:nth-child(odd) {
    margin-right: 16px;
  }
  .pointList > li > a {
    height: 100%;
    padding: 25px 8px 25px;
    border-radius: 10px;
  }
  .pointList > li .pointListNum {
    font-size: 13px;
  }
  .pointList > li .pointListTitle {
    margin-top: 4px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.48;
    letter-spacing: 0.12em;
  }
  .pointList > li .pointListNote {
    display: none !important;
  }
  .pointList > li .pointListMore {
    max-width: 100px;
    padding: 2px 15px 0px;
    font-size: 11px;
  }
  .categoryBlock {
    margin-top: 26px;
    overflow-x: hidden;
  }
  .categoryBlock .categoryBlockItem {
    padding: 141px 20px 0;
  }
  .categoryBlock .categoryBlockItem + .categoryBlockItem {
    margin-top: 60px;
  }
  .categoryBlock .categoryBlockItem > figure {
    width: calc(100% + 40px);
    margin-top: 0;
    height: 181px;
    top: 0;
    left: -20px;
  }
  .categoryBlock .categoryBlockItem .categoryBlockText > a {
    padding: 30px 20px 30px;
    border-radius: 10px;
  }
  .categoryBlock .categoryBlockItem .categoryBlockText .categoryBlockTitle {
    font-size: 20px;
  }
  .categoryBlock .categoryBlockItem .categoryBlockText .categoryBlockCatch {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.85;
  }
}
@media print, screen and (min-width: 769px) {
  .inner {
    padding: 180px 0 350px;
    width: 100%;
    max-width: 1380px;
    padding-inline: 50px;
    margin-inline: auto;
  }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 50px;
    margin: 120px auto 0;
  }
  .wp-pagenavi a {
    transition: 0.2s color;
  }
  .wp-pagenavi a:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  .previouspostslink,
  .nextpostslink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
  }
  .previouspostslink img,
  .nextpostslink img {
    width: 100%;
    height: auto;
    padding: 3px;
  }
  .previouspostslink img {
    transform: rotate(180deg);
    position: relative;
    left: 0;
  }
  .previouspostslink img:hover {
    left: -5px;
    transition: 0.3s;
  }
  .nextpostslink img {
    position: relative;
    left: 0;
  }
  .nextpostslink img:hover {
    left: 5px;
    transition: 0.3s;
  }
  .page,
  .current {
    font-size: 20px;
  }
  .inner_detail {
    width: 100%;
    max-width: 980px;
    padding-inline: 50px;
    margin-inline: auto;
  }
  h1.titleTxt {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.66;
  }
  .newsdetailDate {
    font-size: 22px;
  }
  .newsdetailThumb {
    width: 100%;
    margin-top: 70px;
  }
  .newsdetailThumb img {
    width: 100%;
  }
  .newsdetailContent {
    font-size: 15px;
    line-height: 2.4;
    margin-top: 49px;
  }
  .backBtn {
    margin-top: 135px;
  }
  .backBtn a {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 19px;
    transition: 0.2s color;
  }
  .backBtn a:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  .backBtn img {
    transform: rotate(180deg);
    width: 8px;
    height: 15px;
    position: relative;
    left: 0;
  }
  .backBtn img:hover {
    left: -5px;
    transition: 0.3s;
  }
  .titleCenterWrap * + .titleCenter {
    margin-top: 60px;
  }
  .titleCenterWrap .titleCenter {
    font-size: 26px;
  }
  .titleSub {
    gap: 18px;
    font-size: 18px;
  }
  .titleSub:before, .titleSub:after {
    width: 16px;
    height: 32px;
  }
  * + .conceptTitle {
    margin-top: 60px;
  }
  * + .conceptTitle.en {
    margin-top: 110px;
  }
  .conceptTitle {
    font-size: 26px;
  }
  .conceptTitle + * {
    margin-top: 36px;
  }
  .conceptStory {
    display: flex;
    align-items: flex-start;
    padding: 383px 0 316px;
  }
  .conceptStory .conceptStoryText {
    width: 58%;
    max-width: 850px;
    padding-inline: 50px;
    margin-inline: auto;
    font-size: 15px;
  }
  .conceptStory .conceptStoryImg {
    width: 38.8%;
    aspect-ratio: 1490/1160;
  }
  .conceptWrap .conceptList {
    flex-wrap: wrap;
  }
  .conceptWrap .conceptList > li {
    width: calc(33.3% - 1px);
  }
  .conceptWrap .conceptList > li a {
    padding: 10.9375%;
    aspect-ratio: 638/420;
  }
  .conceptWrap .conceptList > li a:hover .conceptListBg img {
    transform: scale(1.1);
  }
  .conceptWrap .conceptList > li a:hover .btnMore:before {
    transform: translateY(-5px) translateX(5px);
  }
  .conceptWrap .conceptList > li a .conceptListBg img {
    transition: 0.3s transform;
  }
  .conceptWrap .conceptList > li a .conceptListTitle strong {
    width: 70px;
    height: 70px;
  }
  .conceptWrap .conceptList > li a .conceptListTitle span {
    margin-left: 20px;
    font-size: 20px;
  }
  .conceptWrap .conceptList > li a .btnMore {
    padding-right: 28px;
    font-size: 20px;
    right: 30px;
    bottom: 27px;
  }
  .conceptWrap .conceptList > li a .btnMore:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_arrow_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 34px;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s transform;
  }
  .conceptDay {
    padding-block: 300px 393px;
  }
  * + [class^=listCol].listCol2FullWrap {
    margin-top: 85px;
  }
  .listCol2Full:nth-child(odd) .colImg {
    order: 1;
  }
  .listCol2Full:nth-child(odd) .colText {
    order: 0;
    margin-left: auto;
  }
  .listCol2Full:nth-child(even) .colImg {
    order: 0;
  }
  .listCol2Full:nth-child(even) .colText {
    order: 1;
    margin-right: auto;
  }
  .listCol2Full .colImg {
    width: 44.79%;
  }
  .listCol2Full .colImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .listCol2Full .colText {
    display: flex;
    align-items: center;
    width: 48.1%;
    padding-inline: 60px;
    font-size: 15px;
  }
  .listCol2Full .colText .colTextContent {
    max-width: 530px;
    margin-inline: auto;
  }
  .listCol2Full .colText .colTextContent .colTextHead .colTextHeadTime {
    font-size: 28px;
  }
  .listCol2Full .colText .colTextContent .colTextHead .colTextHeadTime:after {
    width: 120px;
    margin-block: 18px 23px;
  }
  .listCol2Full .colText .colTextContent .colTextHead .colTextHeadMeridiem {
    font-size: 26px;
  }
  .listCol2Full .colText .colTextContent .colTextBody {
    margin-top: 45px;
  }
  .listCol2Full + .listCol2Full {
    margin-top: 140px;
  }
  #sectionNews {
    padding-block: 340px 316px;
  }
  #sectionNews + #sectionReserve:before {
    height: 200px;
  }
  #sectionReserve {
    padding-top: 0;
  }
  #sectionReserve .reserveBody:before {
    top: -1px;
  }
  #sectionReserve .reserveBody .inner {
    min-height: inherit;
  }
  .mainCopy {
    margin: 191px auto 0;
  }
  .mainCopy .foodexperienceText .en {
    margin-top: 64px;
    font-size: 16px;
    line-height: 2.25;
  }
  * + .foodexperienceTitle {
    margin-top: 74px;
  }
  .foodexperienceTitle {
    font-size: 26px;
    display: flex;
    gap: 0 59px;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  .foodexperienceTitle + * {
    margin-top: 76px;
  }
  .foodexperienceTitle > span:before {
    content: "";
    display: block;
    background: #57514c;
    width: 49px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .anchorlink {
    margin-top: 148px;
  }
  .anchorlinkList > li > a {
    font-size: 20px;
    gap: 0 14px;
  }
  .anchorlinkList > li > a:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  .anchorlinkList > li > a > span > img {
    position: relative;
    top: 0;
  }
  .anchorlinkList > li > a > span > img:hover {
    top: 5px;
    transition: 0.3s;
  }
  .swipeWrap .swipeSlide > img {
    width: 100%;
    height: auto;
  }
  .slick-arrow:before {
    content: "" !important;
    width: 16px;
    height: 29px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .slick-prev {
    left: 50%;
    transform: translateX(-430px);
  }
  .slick-next {
    right: 50%;
    transform: translateX(430px);
  }
  .foodContent {
    margin: 122px auto 0;
  }
  .feTextbox {
    max-width: 400px;
  }
  .feTextbox > p {
    font-size: 14px;
  }
  .feTextbox .en {
    font-size: 16px;
    line-height: 2.2;
    margin-top: 70px;
  }
  .feTextbox .en:last-child {
    margin-top: 24px;
  }
  .personContent {
    margin-top: 72px;
    padding: 50px 55px 36px 60px;
  }
  .personImg {
    width: 157px;
    height: 157px;
  }
  .personTxtbox > p {
    font-size: 14px;
    line-height: 2.16;
  }
  .personTxtbox > p:first-of-type {
    margin-top: 0;
  }
  .personTxtbox > p:last-of-type {
    font-size: 13px;
  }
  .personTxtbox > p:nth-last-of-type(2) {
    margin-top: 9px;
  }
  .personTxtbox .personName {
    font-size: 16px;
  }
  #sectionClothing .personContent, #sectionScent .personContent {
    background-color: #fff;
  }
  #sectionScent + #sectionReserve:before {
    height: 200px;
  }
  .summaryIcon {
    margin-left: 30px;
    cursor: pointer;
  }
  .summaryIcon:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  .andmore.open .summaryIcon::after {
    transform: rotate(135deg) translateY(-50%);
  }
  .andmore.open .summaryIcon::before {
    transform: rotate(-45deg) translateY(-50%);
  }
  .summaryTxt {
    cursor: pointer;
  }
  .summaryTxt:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  .andmoreDetail {
    padding: 0 20px;
    margin-top: 100px;
  }
  .detailTxt {
    width: 400px;
  }
  .detailTxt > h4 {
    font-size: 24px;
  }
  .detailTxt > p {
    font-size: 14px;
    margin-top: 16px;
  }
  .detailContenten {
    margin-top: 51px;
    width: 100%;
  }
  .detailContenten .detailTxten {
    font-family: "Cormorant Garamond", "Hina Mincho", serif;
  }
  .detailContenten .detailTxten > h4 {
    font-size: 24px;
  }
  .detailContenten .detailTxten > p {
    font-size: 20px;
    line-height: 2.2;
    margin-top: 15px;
  }
  section + #sectionReserve:before {
    height: 200px;
  }
  #stay .sectionWrapBe .stayContent {
    margin-top: 56px;
  }
  #stay .sectionWrapWh {
    margin-top: 424px;
    padding-top: 220px;
  }
  #stay .sectionWrapWh .stayContent {
    margin-top: 56px;
  }
  #stay .sectionWrapWh .contentWrap:first-of-type {
    padding-bottom: 236px;
  }
  #stay .sectionWrapBe .contentWrap {
    margin-top: -390px;
    padding-bottom: 137px;
  }
  #stay .WrapBe {
    padding: 120px 0 140px;
  }
  #stay .WrapBe .stayContent > p {
    line-height: 2.47;
    font-size: 15px;
    margin-top: 0;
  }
  #stay .WrapBe .stayContent .en {
    line-height: 2.25;
    font-size: 16px;
    margin-top: 60px;
  }
  #stay .WrapBe .imgBox {
    width: 700px;
    height: 450px;
    margin: 130px auto 0;
  }
  #stay .WrapWh {
    padding: 120px 0 140px;
  }
  #stay .WrapWh .stayContent > p {
    line-height: 2.47;
    font-size: 15px;
    margin-top: 0;
  }
  #stay .WrapWh .stayContent .en {
    line-height: 2.25;
    font-size: 16px;
    margin-top: 60px;
  }
  #stay .WrapWh .stayContent .detailContent {
    margin-top: 88px;
    padding: 31px 55px 54px;
  }
  #stay .WrapWh .stayContent .detailContent .detailTxtbox > h4 {
    font-size: 24px;
  }
  #stay .WrapWh .stayContent .detailContent .detailTxtbox > p {
    font-size: 14px;
    line-height: 2.14;
    margin-top: 18px;
  }
  #stay .swipe {
    margin-top: 63px;
  }
  #stay .titleHeader > h3 {
    font-size: 28px;
    margin-top: 21px;
  }
  #stay .titleHeader > p {
    font-size: 18px;
    margin-top: 5px;
  }
  #stay .titleHeader:before {
    width: 200px;
    height: 1px;
  }
  #stay .stayContent .feBox {
    padding-right: 17px;
  }
  #stay .reserveBtnWrapMini {
    margin-top: 27px;
  }
  #stay .reserveBtnWrapMini > a:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  #stay .reserveBtnWrapMini > a:before {
    width: 18px;
    height: 17px;
    right: 18px;
  }
  #stay .stayTextbox {
    margin-top: -136px;
  }
  #stay .stayBox > p {
    font-size: 16px;
    line-height: 2.25;
    margin-top: 55px;
  }
  #stay .andmore {
    margin-top: 56px;
  }
  #stay .andmore .andmoreSummary {
    margin-right: 42px;
  }
  #stay .andmore .summaryIcon {
    margin-left: 30px;
    cursor: pointer;
  }
  #stay .andmore .summaryIcon:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  #shimaonsen + #sectionReserve:before {
    height: 200px;
  }
  section:nth-of-type(4) {
    padding-bottom: 180px;
  }
  .sectionWrapWh {
    padding-top: 236px;
  }
  .sectionWrapWh:first-of-type {
    margin-top: 369px;
  }
  .sectionWrapBe {
    padding-top: 236px;
  }
  * + .shimaonsentitle {
    margin-top: 74px;
  }
  .shimaonsentitle {
    font-size: 26px;
    line-height: 1.7;
  }
  .shimaonsentitle + * {
    margin-top: 76px;
  }
  .sectiontitleWrap {
    max-width: 705px;
    margin: auto;
  }
  .sectiontitleWrap .titlebox > h3 {
    font-size: 24px;
  }
  .sectiontitleWrap .titlebox > p {
    font-size: 14px;
  }
  .sectiontitleWrap .titlebox > p:nth-of-type(n+2) {
    margin-top: 36px;
  }
  .sectiontitleWrap .titleboxEn > h3 {
    font-size: 24px;
    margin-top: 86px;
  }
  .sectiontitleWrap .titleboxEn > p {
    font-size: 16px;
    line-height: 2.25;
  }
  .sectiontitleWrap .titleboxEn > p:nth-of-type(n+2) {
    margin-top: 35px;
  }
  .contentWrap {
    margin-top: -472px;
    padding-bottom: 397px;
  }
  .swipeWrapNAuto .swipeSlide > img, .swipeWrapAuto .swipeSlide > img {
    width: 100%;
    height: auto;
  }
  .section .titleHeader {
    text-align: center;
    margin-top: 71px;
  }
  .section .titleHeader .titleCenter {
    font-size: 26px;
  }
  .section .titleHeader * + .titleCenter {
    margin-top: 74px;
  }
  .section .mapWrap {
    margin-top: 116px;
  }
  .section .mapBtnWrap {
    margin-inline: auto;
  }
  .section .mapBtnWrap a {
    width: 250px;
    padding: 16px 0px 16px 10px;
    font-size: 16px;
    transition: 0.3s background;
  }
  .section .mapBtnWrap a:hover {
    background: #fff;
  }
  .section .mapBtnWrap a:before {
    width: 12px;
    height: 20px;
    left: 54px;
  }
  .section h2.title {
    font-size: 32px;
  }
  .section * + h2.title {
    margin-top: 100px;
  }
  .section .listCol2 .listItem:first-of-type {
    margin-top: 26px;
  }
  .section .listCol2 .listItem .mapWrapSquare {
    padding-bottom: 80%;
  }
  .section .listCol2 .listItem > h3.title {
    font-size: 24px;
    padding-left: 71px;
  }
  .section .listCol2 .listItem > h3.title:before {
    width: 50px;
    height: 1px;
  }
  .section .listCol2 .listItem > h3.title:after {
    display: none;
  }
  .section .listCol2 .listItem > p {
    font-size: 15px;
    line-height: 2.4;
  }
  .section .listCol2 .listItem > h4.title {
    font-size: 16px;
  }
  .section .listCol2 .listItem * + p {
    margin-top: 20px;
  }
  #globalFooter {
    background-image: url(../images/common/footer_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #globalFooter:before {
    height: 230px;
    top: -230px;
  }
  #globalFooter:after {
    content: "";
    display: block;
    background-image: url(../images/second/bg_footer_second.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -400px;
    left: 0;
    width: 100%;
    height: 400px;
  }
  main * + p {
    margin-top: 20px;
  }
  main a {
    transition: 0.2s color;
  }
  main a:hover {
    text-decoration: none;
  }
  .pageHeader.simple, .pageHeader.news {
    align-items: flex-end;
    height: 360px;
    padding-bottom: 47px;
  }
  .pageHeader.simple .pageTitle, .pageHeader.news .pageTitle {
    font-size: 34px;
  }
  .pageHeader:not(.simple):not(.news) {
    min-height: 680px;
  }
  .pageHeader:not(.simple):not(.news) .pageTitle {
    font-size: 18px;
  }
  .pageHeader:not(.simple):not(.news) .pageTitle:before {
    width: 140px;
    height: 180px;
    margin-bottom: 8px;
  }
  .pageHeader:not(.simple):not(.news) .pageTitleSub {
    font-size: 13px;
  }
  .breadcrumbArea {
    width: calc(100% - 80px);
    max-width: 1280px;
    padding: 0;
    margin: 0 auto;
  }
  .breadcrumbArea .breadcrumb {
    margin-top: 22px;
  }
  .breadcrumbArea .breadcrumb > * {
    display: inline;
    font-size: 13px;
  }
  .breadcrumbArea .breadcrumb > *:not(:last-child) {
    margin-right: 12px;
  }
  .breadcrumbArea .breadcrumb > * + * {
    padding-left: 22px;
  }
  .breadcrumbArea .breadcrumb > * + *:before {
    width: 6px;
    height: 6px;
    left: 2px;
    top: 7px;
  }
  .breadcrumbArea .breadcrumb > * a {
    transition: 0.2s opacity;
  }
  .breadcrumbArea .breadcrumb > * a:hover {
    opacity: 0.7;
  }
  .breadcrumbArea .breadcrumb > * > span {
    font-weight: bold;
  }
  .breadcrumbArea + .section {
    padding-top: 40px;
  }
  .section {
    padding: 120px 0;
  }
  .section + .section:not([data-background^=bg]) {
    padding-top: 30px;
  }
  .section:last-child {
    padding-bottom: 460px;
  }
  .section[data-background^=bg] {
    padding-top: 60px;
  }
  .section[data-background^=bg] + .section {
    padding-top: 60px;
  }
  .section .inner {
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .pageLead {
    text-align: center;
    line-height: 2;
    letter-spacing: 0.075em;
  }
  * + .titleBorder,
  * + h2.title {
    margin-top: 60px;
  }
  .titleBorder + p:not(.btnWrap),
  h2.title + p:not(.btnWrap) {
    margin-top: 16px;
  }
  .titleBorder,
  h2.title {
    padding-bottom: 12px;
    font-size: 28px;
  }
  h3.title + p:not(.btnWrap) {
    margin-top: 25px;
  }
  * + h3.title {
    margin-top: 50px;
  }
  h3.title {
    padding-left: 18px;
    font-size: 24px;
  }
  h3.title:after {
    width: 3px;
  }
  * + .titleGray,
  * + h4.title {
    margin-top: 30px;
  }
  .titleGray + *,
  h4.title + * {
    margin-top: 5px;
  }
  .titleGray,
  h4.title {
    font-size: 20px;
  }
  * + h5.title {
    margin-top: 30px;
  }
  h5.title + * {
    margin-top: 5px;
  }
  h5.title {
    font-size: 18px;
  }
  * + .titleHeader {
    margin-top: 30px;
  }
  .titleHeader .titleCenter {
    font-size: 28px;
  }
  .titleCenterSub {
    margin-top: 8px;
    font-size: 15px;
  }
  * + [class^=listCol] {
    margin-top: 43px;
  }
  [class^=listCol] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .listCol2 > .listItem {
    width: calc(50% - 25px);
  }
  .listCol2 > .listItem:nth-child(odd) {
    margin-right: 50px;
  }
  .listCol2 > .listItem:nth-child(n+3) {
    margin-top: 50px;
  }
  .listCol3 .listItem {
    width: calc(33.3% - 34px);
  }
  .listCol3 .listItem:not(:nth-child(3n)) {
    margin-right: 50px;
  }
  .listCol3 .listItem:nth-child(n+4) {
    margin-top: 50px;
  }
  .listCol4 .listItem {
    width: calc(25% - 26px);
  }
  .listCol4 .listItem:not(:nth-child(4n)) {
    margin-right: 30px;
  }
  .listCol4 .listItem:nth-child(n+5) {
    margin-top: 30px;
  }
  * + .colImgFixed {
    margin-top: 30px;
  }
  .colImgFixed {
    /*
    @if $type == tb{
     flex-direction: column;
    }
    */
  }
  .colImgFixed > * {
    /*
      @if $type == tb{
       width: 100%;

       &.colText {
        order: 1;
        margin-top: 30px;
       }

       &.colImg {
        order: 0;
       }

       &:nth-child(odd) {
        margin-right: 0;
       }

       &:nth-child(n + 3) {
        margin-top: 0;
       }
      }
    */
  }
  .colImgFixed > *.colImg {
    flex: none;
  }
  .colImgFixed > *:nth-child(odd) {
    margin-right: 97px;
  }
  .colImgFixed > *:nth-child(n+3) {
    margin-top: 30px;
  }
  * + .commonTable {
    margin-top: 30px;
  }
  .commonTable {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .commonTable > tbody > tr > th,
  .commonTable > thead > tr > th {
    padding: 28px 1.5%;
  }
  .commonTable > tbody > tr > th:not([scope=row]),
  .commonTable > thead > tr > th:not([scope=row]) {
    width: 150px !important;
  }
  .commonTable > tbody > tr > td,
  .commonTable > thead > tr > td {
    padding: 28px 1.5%;
  }
  * + .scrollTable {
    margin-top: 30px;
  }
  .scrolltext {
    display: none !important;
  }
  * + ul.commonList,
  * + ol.commonList {
    margin-top: 20px;
  }
  ul.commonList.col_pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.commonList.col_pc > li {
    width: calc(50% - 20px);
  }
  ul.commonList.col_pc > li:nth-child(odd) {
    margin-right: 10px;
  }
  ul.commonList.col_pc > li:nth-child(even) {
    margin-left: 10px;
  }
  ul.commonList > li:before {
    top: 12px;
    margin: auto;
    left: 0.65em;
  }
  ol.commonList.col_pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ol.commonList.col_pc > li {
    width: calc(50% - 20px);
  }
  ol.commonList.col_pc > li:nth-child(odd) {
    margin-right: 10px;
  }
  ol.commonList.col_pc > li:nth-child(even) {
    margin-left: 10px;
  }
  ol.commonList.col_pc > li:nth-of-type(2) {
    margin-top: 0 !important;
  }
  ol.commonList > li + li {
    margin-top: 7px;
  }
  *:not(.title) + dl.commonList {
    margin-top: 40px;
  }
  .title + dl.commonList {
    margin-top: 0;
  }
  dl.commonList > div {
    display: flex;
    padding: 20px 0;
  }
  dl.commonList > div > dt,
  dl.commonList > div > dd {
    font-size: 16px;
  }
  dl.commonList > div > dt {
    width: 196px;
    padding-right: 20px;
  }
  dl.commonList > div > dd {
    width: calc(100% - 196px);
  }
  .iframeWrap {
    margin-top: 63px;
  }
  .mapWrap {
    padding-bottom: 50.55%;
    margin-top: 63px;
  }
  * + .colorBox {
    margin-top: 40px;
  }
  * + .colorBoxAdd {
    margin-top: 20px;
  }
  .colorBox {
    padding: 40px 40px 40px;
    border-radius: 15px;
  }
  .colorBoxAdd {
    padding: 20px 40px 20px;
    border-radius: 8px;
  }
  .colorBox .colorBoxTitle,
  .colorBoxAdd .colorBoxTitle {
    font-size: 18px;
  }
  .colorBox .colorBoxTitle + p,
  .colorBoxAdd .colorBoxTitle + p {
    margin-top: 4px;
  }
  .preBox {
    margin-top: 30px;
  }
  .taC_pc {
    text-align: center !important;
  }
  .taL_pc {
    text-align: left !important;
  }
  .taR_pc {
    text-align: right !important;
  }
  .pT10_pc {
    padding-top: 10px !important;
  }
  .pT20_pc {
    padding-top: 20px !important;
  }
  .pT30_pc {
    padding-top: 30px !important;
  }
  .pT40_pc {
    padding-top: 40px !important;
  }
  .pB10_pc {
    padding-bottom: 10px !important;
  }
  .pB20_pc {
    padding-bottom: 20px !important;
  }
  .pB30_pc {
    padding-bottom: 30px !important;
  }
  .pB40_pc {
    padding-bottom: 40px !important;
  }
  .mB0_pc {
    margin-bottom: 0 !important;
  }
  .mB5_pc {
    margin-bottom: 5px !important;
  }
  .mB10_pc {
    margin-bottom: 10px !important;
  }
  .mB15_pc {
    margin-bottom: 15px !important;
  }
  .mB20_pc {
    margin-bottom: 20px !important;
  }
  .mB30_pc {
    margin-bottom: 30px !important;
  }
  .mB40_pc {
    margin-bottom: 40px !important;
  }
  .mB50_pc {
    margin-bottom: 50px !important;
  }
  .mB60_pc {
    margin-bottom: 60px !important;
  }
  .mB70_pc {
    margin-bottom: 70px !important;
  }
  .mB80_pc {
    margin-bottom: 80px !important;
  }
  .mT0_pc {
    margin-top: 0 !important;
  }
  .mT5_pc {
    margin-top: 5px !important;
  }
  .mT10_pc {
    margin-top: 10px !important;
  }
  .mT20_pc {
    margin-top: 20px !important;
  }
  .mT30_pc {
    margin-top: 30px !important;
  }
  .mT40_pc {
    margin-top: 40px !important;
  }
  .mT50_pc {
    margin-top: 50px !important;
  }
  .mT70_pc {
    margin-top: 70px !important;
  }
  .mT80_pc {
    margin-top: 80px !important;
  }
  .mL0_pc {
    margin-left: 0px !important;
  }
  .mL5_pc {
    margin-left: 5px !important;
  }
  .mL10_pc {
    margin-left: 10px !important;
  }
  .mL20_pc {
    margin-left: 20px !important;
  }
  .mL30_pc {
    margin-left: 30px !important;
  }
  .mL40_pc {
    margin-left: 40px !important;
  }
  .mL55_pc {
    margin-left: 55px !important;
  }
  .mR0_pc {
    margin-right: 0px !important;
  }
  .mR5_pc {
    margin-right: 5px !important;
  }
  .mR10_pc {
    margin-right: 10px !important;
  }
  .mR20_pc {
    margin-right: 20px !important;
  }
  .mR30_pc {
    margin-right: 30px !important;
  }
  .mR40_pc {
    margin-right: 40px !important;
  }
  .mR50_pc {
    margin-right: 50px !important;
  }
  .mR55_pc {
    margin-right: 55px !important;
  }
  .size12_pc {
    font-size: 12px !important;
  }
  .size13_pc {
    font-size: 13px !important;
  }
  .size14_pc {
    font-size: 14px !important;
  }
  .size15_pc {
    font-size: 15px !important;
  }
  .size16_pc {
    font-size: 16px !important;
  }
  .size17_pc {
    font-size: 17px !important;
  }
  .size18_pc {
    font-size: 18px !important;
  }
  .size19_pc {
    font-size: 19px !important;
  }
  .size20_pc {
    font-size: 20px !important;
  }
  .size22_pc {
    font-size: 22px !important;
  }
  .size24_pc {
    font-size: 24px !important;
  }
  .size28_pc {
    font-size: 28px !important;
  }
  .hoverAlpha,
  .hoverAlpha img {
    display: block;
    transition: 0.3s opacity;
  }
  .hoverAlpha:hover, .hoverAlpha:hover img,
  .hoverAlpha img:hover,
  .hoverAlpha img:hover img {
    opacity: 0.8;
  }
  * + .summaryBox {
    margin-top: 30px;
  }
  .summaryBox {
    display: flex;
    justify-content: space-between;
  }
  .summaryBox .summaryBoxText {
    max-width: 55%;
    margin-right: 5%;
  }
  .summaryBox .summaryBoxThumb {
    width: 40%;
    max-width: 500px;
    overflow: hidden;
    aspect-ratio: 6/4;
    position: relative;
  }
  .summaryBox .summaryBoxThumb > span {
    background: #c00;
    animation: 0.4s 0.4s scrollIn forwards ease-out;
    transform: translateX(0);
  }
  .summaryBox .summaryBoxThumb img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  @keyframes scrollIn {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  /**/
  #sectionPoint {
    padding: 67px 0 114px;
  }
  .sectionTitle {
    padding-bottom: 12px;
    font-size: 28px;
  }
  .sectionTitle:before {
    width: 26px;
  }
  * + .pointList {
    margin-top: 40px;
  }
  .pointList {
    width: 100%;
    margin-inline: auto;
  }
  .pointList > li {
    width: calc(25% - 15px);
  }
  .pointList > li:nth-child(even) {
    transform: translateY(40px);
  }
  .pointList > li:not(:nth-child(n+4)) {
    margin-right: 20px;
  }
  .pointList > li > a {
    height: 100%;
    padding: 33px 25px 33px;
    border-radius: 20px;
    transition: 0.2s box-shadow, 0.2s transform;
  }
  .pointList > li > a:hover {
    box-shadow: none;
    transform: translateY(4px);
  }
  .pointList > li .pointListNum {
    font-size: 16px;
  }
  .pointList > li .pointListTitle {
    margin-top: 2px;
    font-size: 18px;
  }
  .pointList > li * + .pointListNote {
    margin-top: 16px;
  }
  .pointList > li .pointListNote {
    max-width: 220px;
    padding-bottom: 25px;
    margin-inline: auto;
    color: #000;
    text-align: center;
    letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 1.63;
  }
  .pointList > li .pointListMore {
    max-width: 120px;
    padding: 8px 15px 4px;
    font-size: 12px;
  }
  .categoryBlock {
    margin-top: 40px;
  }
  .categoryBlock .categoryBlockItem {
    display: flex;
    align-items: center;
    min-height: 514px;
  }
  .categoryBlock .categoryBlockItem:nth-child(odd) > figure {
    border-radius: 0 20px 20px 0;
    left: 0;
  }
  .categoryBlock .categoryBlockItem:nth-child(odd) .categoryBlockText {
    margin-left: auto;
    margin-right: 80px;
  }
  .categoryBlock .categoryBlockItem:nth-child(even) > figure {
    border-radius: 20px 0 0 20px;
    right: 0;
  }
  .categoryBlock .categoryBlockItem:nth-child(even) .categoryBlockText {
    margin-right: auto;
    margin-left: 80px;
  }
  .categoryBlock .categoryBlockItem + .categoryBlockItem {
    margin-top: 50px;
  }
  .categoryBlock .categoryBlockItem > figure {
    width: 80%;
  }
  .categoryBlock .categoryBlockItem .categoryBlockText {
    width: 500px;
  }
  .categoryBlock .categoryBlockItem .categoryBlockText > a {
    padding: 60px 60px;
    border-radius: 20px;
    transition: 0.2s background;
  }
  .categoryBlock .categoryBlockItem .categoryBlockText > a:hover {
    background: #fff;
  }
  .categoryBlock .categoryBlockItem .categoryBlockText .categoryBlockTitle {
    font-size: 28px;
  }
  .categoryBlock .categoryBlockItem .categoryBlockText .categoryBlockCatch {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .previouspostslink,
  .nextpostslink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
  }
  .previouspostslink img,
  .nextpostslink img {
    width: 100%;
    height: auto;
    padding: 3px;
  }
  .previouspostslink img {
    transform: rotate(180deg);
  }
  .backBtn img {
    transform: rotate(180deg);
    width: 8px;
    height: 15px;
    position: relative;
    left: 0;
  }
  .backBtn img:hover {
    left: -5px;
    transition: 0.3s;
  }
  .conceptWrap .conceptList > li a .btnMore:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/common/icon_arrow_white.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 34px;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s transform;
  }
  .listCol2Full:nth-child(odd) .colText {
    margin-left: 0;
  }
  .listCol2Full:nth-child(even) .colText {
    margin-right: 0;
  }
  .listCol2Full .colText {
    width: 55.21%;
  }
  .anchorlinkList > li > a:hover {
    opacity: 0.8;
    transition: 0.3s opacity;
  }
  .swipeWrap .swipeSlide > img {
    width: 100%;
    height: auto;
  }
  .slick-arrow:before {
    content: "" !important;
    width: 16px;
    height: 29px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .slick-prev {
    left: 490px;
  }
  .slick-next {
    right: 490px;
  }
  .feTextbox {
    max-width: 400px;
  }
  .personImg {
    width: 157px;
    height: 157px;
  }
  .personTxtbox > p {
    font-size: 14px;
    line-height: 2.16;
  }
  .personTxtbox > p:first-of-type {
    margin-top: 0;
  }
  .personTxtbox > p:nth-last-of-type(2) {
    margin-top: 9px;
  }
  .personTxtbox .personName {
    font-size: 16px;
  }
  #sectionClothing .personContent, #sectionScent .personContent {
    background-color: #fff;
  }
  .summaryIcon {
    margin-left: 30px;
  }
  .andmore.open .summaryIcon::after {
    transform: rotate(135deg) translateY(-50%);
  }
  .andmore.open .summaryIcon::before {
    transform: rotate(-45deg) translateY(-50%);
  }
  .detailContenten .detailTxten {
    font-family: "Cormorant Garamond", "Hina Mincho", serif;
  }
  #stay .andmore .summaryIcon {
    margin-left: 30px;
  }
  .swipeWrapNAuto .swipeSlide > img, .swipeWrapAuto .swipeSlide > img {
    width: 100%;
    height: auto;
  }
  .section .titleHeader {
    text-align: center;
  }
  .section .listCol2 .listItem > h3.title:after {
    display: none;
  }
  .section .listCol2 .listItem * + p {
    margin-top: 20px;
  }
  .colImgFixed {
    /*
    @if $type == tb{
     flex-direction: column;
    }
    */
  }
  .colImgFixed > * {
    /*
      @if $type == tb{
       width: 100%;

       &.colText {
        order: 1;
        margin-top: 30px;
       }

       &.colImg {
        order: 0;
       }

       &:nth-child(odd) {
        margin-right: 0;
       }

       &:nth-child(n + 3) {
        margin-top: 0;
       }
      }
    */
  }
  @keyframes scrollIn {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  /**/
  .pointList > li {
    width: calc(50% - 15px);
  }
  .pointList > li:nth-child(even) {
    margin-right: 0;
    transform: translateY(0);
  }
  .pointList > li:nth-child(odd) {
    margin-right: 30px;
  }
  .pointList > li:nth-child(n+3) {
    margin-top: 34px;
  }
  .categoryBlock .categoryBlockItem:nth-child(odd) .categoryBlockText {
    margin-right: 40px;
  }
  .categoryBlock .categoryBlockItem:nth-child(even) .categoryBlockText {
    margin-left: 40px;
  }
}
/*# sourceMappingURL=map/second.css.map */
