@charset "utf-8";

/*---------------------------------------
    共通
-----------------------------------------*/
#page_contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  & h1, h2, h3, h4, h5, h6, p, span, a {
    color: var(--default-color-blue);
  }
}
#page_contents {
  & h2 ,h3 ,h4 {
    font-weight: bold;
  }
}
.bold {
  font-weight: bold;
}

/* mv */
.mv {
  height: 200px;
  .sauna & {
    background-image: url(../images/sauna/sauna_bg01.jpg);
  }
  .aurora & {
    background-image: url(../images/aurora/aurora_bg01.jpg);
  }
  .gourmet & {
    background-image: url(../images/gourmet/gourmet_bg01.jpg);
  }
  .design & {
    background-image: url(../images/design/design_bg01.jpg);
  }
  .shopping & {
    background-image: url(../images/shopping/shopping_bg01.jpg);
  }
}

/* introduction（sauna auroraのみ） */
#introduction {
  background: var(--default-bg-setting);
  .sauna & {
    background-image: url(../images/sauna/lead_bg.png);
    min-height: 650px;
  }
  .aurora & {
    background-image: url(../images/aurora/lead_bg.png);
    min-height: 650px;
  }
}
.lead__area--text {
  width: 740px;
  font-size: 18px;
  line-height: calc(35/18);
  color: #fff !important;
  margin: 0 auto;
  .aurora & {
    width: 635px;
    margin: 0 0 0 65px;
  }
}
.intro__button {
  width: 480px;
  min-height: 60px;
  margin: 95px auto 0;
}
.intro__button--inner {
  display: flex;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 15px 120px 15px 40px;
  position: relative;
  &::after {
    display: block;
    content: '';
    width: 78px;
    height: 77px;
    background: url(../images/sauna/icon_point_01_white.png) var(--default-bg-setting);
    position: absolute;
    top: -30px;
    right: 20px
  }
}
.intro__button--text {
  display: flex;
  font-size: 24px;
  color: #fff !important;
  text-indent: 0.5em;
  &::before {
    display: block;
    content: '';
    width: 1.2em;
    height: 1.2em;
    background: url(/cmn/icon/icon_arrow_right_white.svg) var(--default-bg-setting);
    transform: rotate(90deg);
  }
}

/* contents_wrap */
.contents_wrap {
  background: #f7f7f7;
  .design &,
  .gourmet &,
  .shopping & {
    background: #fff;
    & .contents_inner {
      padding-bottom: 100px;
    }
  }
}
.pc > .contents_wrap {
  background: #f7f7f7;
}
.design,
.gourmet,
.shopping {
  & .contents_inner:not(:first-child) {
    padding-top: 50px;
  }
}
.design,
.gourmet,
.shopping {
  & .contents_inner:nth-child(odd) {
    background: #f7f7f7;
  }
}
.contents_inner {
  &.is-architecture,
  &.is-food {
    .contents_box:last-child {
      margin-bottom: 0;
    }
  }
}
.contents {
  width: var(--default-width-pc);
  margin: 0 auto;
  .is-architecture & {
    width: 992px;
  }
  .is-food & {
    width: 1010px;
  }
}
.contents_box {
  padding-bottom: 10px;
  .is-architecture & {
    background: #fff;
    padding: 16px 16px 60px;
    margin-bottom: 110px;
  }
  .is-food & {
    border: 8px solid #f7f7f7;
    background: #fff;
    padding: 15px 17px;
    margin-bottom: 60px;
  }
}
.contents_box img {
  width: 100%;
  max-width: 100%;
}

/* page__title */
.page__title {
  margin: 0 auto;
  padding: 55px 0 70px;
  .aurora & {
    margin: 0 auto;
    padding: 60px 0 50px;
  }
}
.page__title--main {
  font-size: 40px;
  line-height: calc(53 / 40);
  font-weight: bold;
  text-align: center;
  margin: 0;
  .sauna &,
  .aurora & {
    color: #fff !important;
  }
}
.page__title--sub {
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(24 / 16);
  background: #c6f0fa;
  margin: 20px auto 0;
  padding: 3px 30px;
  text-align: center;
  transform: skewX(30deg);
}
.page__title--sub--text {
  display: block;
  transform: skewX(-30deg);
}

/* page_ttl */
/* ここから未使用 */
.page_ttl_l {
  width: var(---default-width-pc);
  margin: 0 auto;
  padding: 65px 0 55px 0;
}
.page_ttl_l h3 {
  margin-bottom: 15px;
  font-size: 40px;
  text-align: center;
}
.page_ttl_l p {
  text-align: center;
}
.page_ttl_l p span {
  padding: 7px 15px;
  background: #c6f0fa;
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #132e72;
  line-height: 1.0;
}
.page_ttl_l p span:before {
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -16px;
  content: url(../images/title_bg01.png);
}
.page_ttl_l p span:after {
  height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -17px;
  content: url(../images/title_bg02.png);
}
/* ここまで未使用 */
.page_ttl_m {
  text-align: center;
  & span {
    padding: 45px 25px;
    background: url(../images/dots01.png) repeat-x top 80px left;
    display: inline-block;
    font-size: 30px;
    text-align: center;
  }
}
#enjoy_aurora .page_ttl_m span {
  background-position-y: 135px;
  padding: 95px 0 45px;
}
.page_ttl_s {
  padding: 45px 0 25px 0;
  font-size: 28px;
  text-align: center;
  color: var(--default-color-blue) !important;
}
.page_ttl_ss {
  padding-bottom: 10px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: var(--default-color-blue) !important;
}
.page_ttl_sub {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.aurora .page_ttl_sub {
  margin-bottom: 10px;
}
.aurora .panel_inner .page_ttl_sub {
  font-size: 24px;
}

/* page_txt */
.page_txt {
  padding: 0 0 40px;
  font-size: 16px;
  width: 85%;
  margin: 0 auto;
  color: #001446;
  line-height: 2.0;
}
.aurora .panel_inner .page_txt {
  text-align: center;
}
.design .page_txt, .gourmet .page_txt:not(:first-of-type), .shopping .page_txt {
  padding: 0;
}

/* page_photo */
.page_photo {
  &:not(:first-of-type) {
    margin-top: 50px;
  }
  .is-architecture & {
    width: 960px;
  }
  .is-food & {
    width: 960px;
    margin-top: 0;
    &:not(:first-of-type) {
      margin-bottom: 40px;
    }
  }
  & .page_photo_sp {
    display: none;
  }
}

/* tab_wrap */
.sauna #tab_wrap .contents_wrap {
  background: #fff;
}
#tab_wrap .contents_box {
  padding-bottom: 0;
}
.tabArea_wrap {
  background: #fff;
  border-bottom: 2px solid #213b7a;
}
.tabArea {
  display: flex;
  padding: 50px 30px 0;
  position: relative;
  width: 960px;
  margin: 0 auto;
  bottom: -31px;
  font-size: 0;
  .aurora & {
    justify-content: space-between;
    padding: 50px 0 0;
  }
}
.tabBox {
  width: 33.333333%;
  text-align: center;
  .aurora & {
    width: 23%;
  }
}
.tabBox_img {
  width: 150px;
  margin: 0 auto 20px;
}
.tabBox_btn {
  width: 221px;
  margin: 0 auto;
  & img {
    &:nth-of-type(1),
    &:nth-of-type(2) {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      transition: 0.5s all;
    }
    &.active {
      opacity: 1;
    }
  }
  & label {
    display: block;
    position: relative;
    cursor: pointer;
  }
}
/* .tabBox_btn img:nth-of-type(even) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s all;
} */
.panel_area {
  border-bottom: 2px solid #213b7a;
}
.tab_panel {
  width:100%;
  display:none;
}
.panel_outer:first-child {
  background: #f7f7f7;
}
.panel_inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.aurora .panel_inner {
  padding-top: 125px;
}
/* ここから未使用 */
#tab1:checked ~ .panel_area #panel1 {
  display:block;
}
#tab2:checked ~ .panel_area #panel2 {
  display:block;
}
#tab3:checked ~ .panel_area #panel3 {
  display:block;
}
#tab4:checked ~ .panel_area #panel4 {
  display:block;
}
/* ここまで未使用 */
.page_photo iframe {
  width: 100%;
  height: 540px;
}
/*.tab_panel .panel_outer:nth-of-type(even) {
  background: #f7f7f7;
}*/
#tab_wrap .panel_area .page_photo img {
  width: 100%;
  margin: 0 auto;
}
.panel_inner .page_ttl_m {
  text-align: center;
  padding-bottom: 40px;
}
#tab_wrap .panel_area img.icon.pc {
  width: auto;
  margin: 0 auto;
}
#panel1 div.panel_outer:nth-of-type(2) p.page_txt,
#panel2 div.panel_outer:nth-of-type(2) p.page_txt,
#panel3 div.panel_outer:nth-of-type(2) p.page_txt {
  padding-bottom: 20px;
}
#panel1 div.panel_outer:nth-last-of-type(1) p.page_txt {
  padding-bottom: 0;
}

/* sauna */
.sauna .panel_inner .page_txt {
  padding: 0 0 40px;
  &.with-point{
    padding: 0 0 15px;
  }
}
:has(.sauna) .panel_area div.panel_outer:nth-of-type(1) h4.page_ttl_m {
  padding-bottom: 15px;
}
.point_box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 30px;
  background: #eaebee;
  width: 85%;
  min-height: 85px;
  margin: 0 auto 60px;
  font-size: 14px;
}
#tab_wrap .panel_area .point_box img.icon.pc {
  margin: 0;
  max-height: 64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
p.point_txt {
  padding: 10px 0 10px 68px;
  line-height: 23px;
}
#panel2 p.point_txt {
  padding: 20px 0 20px 68px;
  line-height: 23px;
}
.pad_top {
  padding-top: 56.25%;
}
#point {
  background: #f7f7f7;
  padding: 140px 0;
}
.point_wrap {
  width: 960px;
  margin: 0 auto;
}
#point .page_ttl_m {
  display: flex;
  justify-content: center;
  position: relative;
}
#point .page_ttl_m::before {
  display: block;
  content: '';
  background: url(../images/sauna/point_title_img.png) var(--default-bg-setting);;
  width: 185px;
  height: 125px;
  position: absolute;
  top: -60px;
  left: 165px;
}
#point .page_txt {
  font-weight: bold;
  line-height: calc(22 / 16);
  padding-bottom: 40px;
}
.point__list--item:not(:first-child) {
  margin-top: 50px;
}
.point__list--inner {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 30px;
}
#point .point__list--inner .page_txt {
  grid-column: 1 / 3;
  padding-bottom: 0;
}
.point__list--item .title_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.point__list--item .title_txt::before {
  display: block;
  content: '';
  background: url(../images/sauna/icon_point_01.png) var(--default-bg-setting);;
  width: 54px;
  height: 53px;
  margin-right: 20px;
}
.point__list--detail {
  color: #132e72;
  font-size: 16px;
  line-height: calc(30 / 16);
}
.point__list--detail--title::before {
  content: '■';
  margin-right: .3em;

}
.point__list--detail--text {
  margin-left: 1.3em;
}

/* gourmet */
.cafe__list {
  --yohaku: 13px;
  display: grid;
  grid-template-columns: repeat(auto-fit, calc((100% - var(--yohaku)* 2) / 3));
  gap: var(--yohaku);
}
.cafe__list--item {
  background: #fff;
  border :1px solid #cfcfcf;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  padding: 20px;
}
.cafe__list--title {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.cafe__list--title--jpn {
  color: #8c8c8c !important;
  font-size: 16px;
}
.cafe__list--title--eng {
  font-size: 24px;
  font-weight: bold;
}
.cafe__list--detail {
  font-size: 16px;
  line-height: calc(32 / 18);
}

/*-------    SP      ------*/
@media screen and (max-width:980px) {
  #page_contents {
    margin-bottom: calc(50vw / 7.5);
  }
  /* mv */
  .mv {
    height: calc(245vw / 7.5);
    .sauna & {
      background-image: url(../images/sp/sauna/sauna_bg_sp01.jpg);
    }
    .aurora & {
      background-image: url(../images/sp/aurora/aurora_bg_sp01.jpg);
    }
    .gourmet & {
      background-image: url(../images/sp/gourmet/gourmet_bg_sp01.jpg);
    }
    .design & {
      background-image: url(../images/sp/design/design_bg_sp01.jpg);
    }
    .shopping & {
      background-image: url(../images/sp/shopping/shopping_bg_sp01.jpg);
    }
  }
  .mv#page .logo {
    width: calc(579vw / 7.5);
  }

  /* introduction（sauna auroraのみ） */
  #introduction {
    border-top : none;
    .sauna & {
      background-image: url(../images/sp/sauna/lead_bg.png);
      min-height: calc(820vw / 7.5);
    }
    .aurora & {
      background-image: url(../images/sp/aurora/lead_bg.png);
      min-height: calc(1300vw / 7.5);
    }
  }

  .page__title {
    padding: calc(60vw / 7.5) 0 calc(90vw / 7.5);
    .aurora & {
      padding: calc(55vw / 7.5) 0 calc(520vw / 7.5);
    }
  }
  .page__title--main {
    font-size: calc(45vw / 7.5);
    line-height: calc(65 / 45);
  }
  .page__title--sub {
    font-size: calc(24vw / 7.5);
    margin: calc(15vw / 7.5) auto 0;
    padding: calc(5vw / 7.5) calc(35vw / 7.5);
  }
  .page__title--sub--text {
    line-height: calc(30 / 24);
  }
  .lead__area--text {
    width: calc(575vw / 7.5);
    font-size: calc(22vw / 7.5);
    line-height: calc(40/22);
    .aurora & {
      width: calc(595vw / 7.5);
      margin: 0 auto;
    }
  }
  .intro__button {
    width: calc(485vw / 7.5);
    min-height: calc(60vw / 7.5);
    margin-top: calc(60vw / 7.5);
  }
  .intro__button--inner {
    border-width: calc(1vw / 7.5);
    border-radius: calc(35vw / 7.5);
    padding: calc(15vw / 7.5) calc(115vw / 7.5) calc(15vw / 7.5) calc(45vw / 7.5);
    &::after {
      width: calc(78vw / 7.5);
      height: calc(77vw / 7.5);
      top: calc(-30vw / 7.5);
      right: calc(30vw / 7.5);
    }
  }
  .intro__button--text {
    font-size: calc(24vw / 7.5);
    line-height: 1.4;
    &::before {
      width: 1.5em;
      height: 1.5em;
    }
  }

  /* enjoy_aurora */
  #enjoy_aurora > .contents > .page_txt {
    order: 1;
  }

  /* contents_wrap */
  .contents_wrap {
    .design &,
    .gourmet &,
    .shopping & {
      & .contents_inner {
        padding-bottom: calc(100vw /7.5);
      }
    }
  }
  .design,
  .gourmet,
  .shopping {
  & .contents_inner:not(:first-child) {
      padding-top: calc(40vw /7.5);
    }
  }
  .contents {
    display: grid;
    width: 100%;
    .is-architecture &,
    .is-food & {
      width: 100%;
    }
  }
  .contents_box {
    .is-architecture & {
      background: #f7f7f7;
      padding: 0;
      margin-bottom: calc(50vw / 7.5);
      &::after {
        display: block;
        content: '';
        border-bottom: calc(1vw / 7.5) solid #aeaeae;
        margin: calc(50vw / 7.5) calc(20vw / 7.5) 0;
      }
    }
    .is-food & {
      border: none;
      padding: 0;
      margin-bottom: calc(50vw / 7.5);
      &::after {
        display: block;
        content: '';
        border-bottom: calc(1vw / 7.5) solid #aeaeae;
        margin: calc(50vw / 7.5) calc(20vw / 7.5) 0;
      }
    }
  }

  /* page_ttl */
  /* ここから未使用 */
  .page_ttl_l {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .page_ttl_l h3{
    margin-bottom: 3vw;
    padding: 0 0 0 3vw;
    font-size: 6.8vw;
  }
  .page_ttl_l p span {
    padding: 7px 15px;
    font-size: 12px;
  }
  /* sauna */
  /* .sauna .page_ttl_l p span {
    font-size: 3vw;
    line-height: 1.2;
  } */
  .sauna .page_ttl_l p span {
    font-size: 3.3vw;
    line-height: 1.4;
    padding: 5px 10px 10px 10px;
    background: url(../images/sp/sauna/sauna_pgttl_l_bg.png);
    background-size: 67vw;
    background-repeat: no-repeat;
    display: inline-block;
    width: 68%;
  }
  .page_ttl_l p span:before {
    height: 25px;
  }
  .page_ttl_l p span:after {
    height: 26px;
  }
  /* .page_ttl_l p span:before{
    height: 26px;
    left: -18px;
  }
  .sauna .page_ttl_l p span:before{
    height: 51px;
    width: 17px;
    left: -17px;
    content: url(../images/sp/sauna/title_bg_sp01.jpg);
  }
  .sauna .page_ttl_l p span:after{
    height: 51px;
    width: 17px;
    top: 1px;
    right: -17px;
    content: url(../images/sp/sauna/title_bg_sp02.jpg);
  }
  .page_ttl_l p span:after{
    height: 26px;
    right: -18px;
  } */
  /* ここまで未使用 */
  .page_ttl_m span {
    padding: 8vw 2vw 10vw 2vw;
    background: url(../images/dots01.png) repeat-x top 16vw left;
    font-size: 6vw;
  }
  .sauna .page_ttl_m span {
    padding: 8vw 4vw;
    background: url(../images/dots01.png) repeat-x top 16vw left;
    font-size: 6vw;
  }
  #enjoy_aurora .page_ttl_m span {
    background-position-y: 22vw;
    padding: 13vw 2vw 10vw 2vw;
  }
  .page_ttl_s {
    padding: 8vw 3vw 3vw;
    font-size: 4vw;
    line-height: 6vw;
  }
  .page_ttl_ss {
    padding-bottom: calc(10vw / 7.5);
    font-size: calc(24vw / 7.5);
    line-height: calc(36/24);
  }
  .aurora .page_ttl_sub {
    font-size: calc(24vw / 7.5);
    line-height: calc(32 / 24);
    margin-bottom: calc(35vw / 7.5);
  }
  .aurora .panel_inner .page_ttl_sub {
    font-size: calc(30vw / 7.5);
    margin-bottom: 0;
  }

  /* page_txt */
  .page_txt{
    padding: 0 0 5vw;
    /* width: 92%; */
    font-size: 3.5vw;
  }
  .page_txt {
    /* width: 85%; */
    font-size: 3vw;
    padding: 3vw 0 0;
  }
  .sauna .panel_inner .page_txt {
    padding: 0 0 calc(50vw / 7.5);
  }
  .sauna .panel_inner .page_txt.with-point {
    padding: 0 0 calc(40vw / 7.5);
  }
  .aurora .panel_inner .page_txt {
    text-align: left;
    padding-bottom: 5vw;
  }

  /* page_photo */
  .page_photo {
    &:not(:first-of-type) {
      margin-top: calc(50vw / 7.5);
    }
    .is-architecture & {
      width: 100%;
    }
    .is-food & {
      width: 100%;
      &:not(:first-of-type) {
        margin-bottom: calc(50vw / 7.5);
      }
    }
    & .page_photo_pc {
      display: none;
    }
    & .page_photo_sp {
      display: block;
      width: 100%;
      height: auto;
    }
  }

  /* tab_wrap */
  .tabArea_wrap {
    /*background: #f7f7f7;*/
    border-bottom: calc(2vw / 7.5) solid #213b7a;
    padding-top: calc(70vw / 7.5);
  }
  .tabArea {
    display: flex;
    justify-content: space-between;
    padding: 0 calc(20vw / 7.5);
    position: relative;
    width: 100%;
    margin: 0 auto;
    bottom: -4vw;
    font-size: 0;
    .aurora & {
      padding: 0 calc(8vw / 7.5);
      bottom: -6vw;
    }
  }
  .tabBox {
    width: 31%;
    text-align: center;
  }
  .tabBox_img {
    width: auto;
    margin: 0 auto 10px;
  }
  .tabBox_btn {
    width: auto;
  }
  .panel_area {
    border-bottom: calc(2vw / 7.5) solid #213b7a;
  }
  .panel_inner {
    width: 100%;
    padding: 20px 0 40px;
  }
  .aurora .panel_inner {
    padding-top: calc(130vw / 7.5);
  }
  .panel_outer:not(:first-child):not(:last-child) .panel_inner {
    padding: 20px 0;
  }
  .panel_area div.panel_outer:nth-of-type(1) h4.page_ttl_m {
    padding-bottom: calc(40vw / 7.5);
  }
  .panel_inner .page_ttl_m {
    padding-bottom: calc(40vw / 7.5);
  }
  /* .sauna .panel_inner .page_txt {
    padding: 15px 0 30px;
  } */
  #tab_wrap .panel_area img.icon {
    max-height: 90px;
    margin: 0 auto;
    width: auto;
  }
  .point_box {
    padding: 10px;
    width: 100%;
    margin: 0 0 30px;
  }
  #tab_wrap .panel_area .point_box img.icon.sp {
    max-height: 60px;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
  }
  p.point_txt {
    padding: 0 4vw 0 20vw;
    font-size: 3vw;
    line-height: 5vw;
    color: #001446;
  }
  #panel2 p.point_txt {
    padding: 2vw 2vw 2vw 20vw;
    line-height: 23px;
  }
  .tab {
    display: none;
  }

  .sauna .sp .contents_box:nth-of-type(1) {
    background: #f7f7f7;
  }
  #point {
    padding: calc(125vw / 7.5) 0 calc(70vw / 7.5);
  }
  .point_wrap {
    width: 100%;
    margin: 0;
  }
  #point .page_ttl_m::before {
    width: calc(232vw / 7.5);
    height: calc(157vw / 7.5);
    top: calc(-75vw / 7.5);
    left: calc(30vw / 7.5);
  }
  #point .page_ttl_m span {
    font-size: calc(36vw / 7.5)
  }
  #point .page_txt {
    width: 95%;
    font-size: calc(24vw / 7.5);
    text-align: center;
    line-height: calc(32 / 24);
    padding-bottom: calc(50vw / 7.5);
  }
  .point__list--item:not(:first-child) {
    margin-top: 50px;
  }
  .point__list--item .title_txt {
    font-size: calc(30vw / 7.5);
    margin-bottom: calc(30vw / 7.5);
  }
  .point__list--item .title_txt::before {
    width: calc(51vw / 7.5);
    height: calc(50vw / 7.5);
    margin-right: calc(10vw / 7.5);
  }
  .point__list--inner {
    grid-template-columns: 1fr;
    gap: calc(30vw / 7.5);
  }
  #point .point__list--inner .page_txt {
    width: calc(675vw / 7.5);
    grid-column: auto;
    order: 1;
    text-align: left;
    padding-top: 0;
  }
  .point__list--detail {
    width: calc(675vw / 7.5);
    font-size: calc(22vw / 7.5);
    line-height: calc(36 / 22);
    margin: 0 auto;
    order: 2;
  }

  /* gourmet */
.cafe__list {
  display: block;
  margin-top: calc(50vw / 7.5);
}
.cafe__list--item {
  border :none;
  box-shadow: none;
  padding: calc(30vw / 7.5) calc(40vw / 7.5);
  margin-bottom: calc(20vw / 7.5);
}
.cafe__list--item--image {
  width: calc(670vw / 7.5);
  height: calc(300vw / 7.5);
  overflow: hidden;
  position: relative;
}
.cafe__list--item--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cafe__list--title {
  margin: calc(25vw / 7.5) 0 calc(25vw / 7.5);
}
.cafe__list--title--jpn {
  font-size: calc(22vw / 7.5);
  line-height: calc(32 / 22);
}
.cafe__list--title--eng {
  font-size: calc(30vw / 7.5);
  line-height: calc(32 / 30);
}
.cafe__list--detail {
  font-size: calc(22vw / 7.5);
  line-height: calc(32 / 22);
}
}
/*-------    TAB      ------*/
@media screen and (min-width:760px) and (max-width:960px) {
  /* ここから未使用 */
  .page_ttl_l h3 {
    font-size: 40px;
  }
  .page_ttl_l p span {
    font-size: 16px;
  }
  .sauna .page_ttl_l p span {
    font-size: 2.5vw;
    background-size: 55vw;
    width: 55%;
    padding: 10px 10px 10px 10px;
  }
  .page_ttl_l p span:before,
  .page_ttl_l p span:after {
    height: 30px;
  }
  /* ここまで未使用 */
  .page_ttl_m span {
    font-size: 30px;
    background: url(../images/dots01.png) repeat-x top 14vw left;
  }
  .sauna .page_ttl_m span {
    background: url(../images/dots01.png) repeat-x top 14vw left;
  }
  .page_ttl_s {
    font-size: 28px;
  }
  .page_txt {
    /* padding: 0 65px 40px 65px; */
    font-size: 16px;
  }
  .sauna .page_txt {
    padding: 10px 0 30px;
    line-height: 33px;
  }

  .tabArea {
    bottom: -3.4vw;
    padding: 0 50px 0;
  }
  #tab_wrap .panel_area img {
    width: auto;
    margin: 0 auto;
  }
  #tab_wrap .panel_area img.icon {
    max-height: 140px;
  }
  #tab_wrap .panel_area .point_box img.icon.sp {
    left: 4%;
  }
  #panel2 .point_box {
    padding: 30px 10px;
  }
  p.point_txt,
  #panel2 p.point_txt {
    padding: 0 10px 0 86px;
    font-size: 16px;
    line-height: 4vw;
  }
  .tabArea_wrap {
    border-bottom: 1.5px solid #213b7a;
  }
  .tab {
    display: block;
  }
  .tabBox {
    width: 28%;
  }
  .panel_inner {
    padding: 0 0 10vw 0;
  }
  .panel_inner .page_ttl_m {
    padding: 8vw 0;
  }
  .point_box {
    margin: 0 0 10vw;
  }
  #panel1 div.panel_outer:nth-of-type(2) p.page_txt,
  #panel2 div.panel_outer:nth-of-type(2) p.page_txt,
  #panel3 div.panel_outer:nth-of-type(2) p.page_txt {
    padding-bottom: 8vw;
  }
  .panel_area div.panel_outer:nth-of-type(1) h4.page_ttl_m {
    padding: 4vw 0;
  }
}
/*-------    TAB      ------*/
@media screen and (min-width:960px) {
  /* .tabArea_wrap {
    margin-top: -80px;
  }	*/
}

/* hover */
@media (hover : hover) and (pointer : fine) {
  .intro__button--inner {
    transition: background-color var(--default-hover-speed);
    &:hover {
      background-color: rgba(137,183,222,.24);
    }
  }
  .tabBox_btn label {
    &:hover img:nth-of-type(1) {
      opacity: 1;
    }
  }
}

