@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600&display=swap");
/*
min-font-size ($font_size, $min_font_size)
$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*-------------------------------------------------------------------
	Top
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Common Setting
-------------------------------------------------------------------*/
.ttlStyle01 {
  text-align: center;
}

/*-------------------------------------------------------------------
	Section Setting
-------------------------------------------------------------------*/
#mainVisualSec {
  position: relative;
}
#mainVisualSec #mainSlider {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#mainVisualSec #mainSlider li {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
#mainVisualSec #mainSlider li img {
  width: 100%;
}
#mainVisualSec #mainTxt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  top: 0;
}
#mainVisualSec #mainTxt h2 {
  font-size: 2.3vw;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #mainVisualSec #mainTxt h2 {
    font-size: 4.3vw;
    line-height: 2;
  }
}

#content01Sec {
  padding-top: 7.25vw;
}
@media screen and (max-width: 800px) {
  #content01Sec {
    padding-top: 16vw;
  }
}
#content01Sec .txtBlock {
  margin-top: 4vw;
  font-size: 1.4vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1214.2857142857px) {
  #content01Sec .txtBlock {
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  #content01Sec .txtBlock {
    margin-top: 10vw;
    font-size: 3.7vw;
  }
}

#content02Sec {
  padding: 10vw 10vw 0 10vw;
}
@media screen and (max-width: 800px) {
  #content02Sec {
    padding: 16vw 4vw 0;
  }
}
#content02Sec .tabWrap {
  margin: 2em 0;
}
#content02Sec .tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0;
}
#content02Sec .tabMenu li {
  padding: 1.5% 4%;
  cursor: pointer;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.6vw;
  background-color: rgba(255, 255, 255, 0.4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-left: 1px;
}
@media screen and (min-width: 1250px) {
  #content02Sec .tabMenu li {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  #content02Sec .tabMenu li {
    font-size: 3.2vw;
  }
}
#content02Sec .tabMenu li.active {
  background-color: rgba(255, 255, 255, 0.7);
}
#content02Sec .tabContent {
  display: none;
  padding: 7% 5% 10%;
}
@media screen and (max-width: 800px) {
  #content02Sec .tabContent {
    padding: 10vw 3vw 15vw;
  }
}
#content02Sec .tabContent.active {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
}
#content02Sec .tabContent .ttlStyle {
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  padding: 0 0 1vw;
}
@media screen and (min-width: 1050px) {
  #content02Sec .tabContent .ttlStyle {
    font-size: 21px;
  }
}
@media screen and (max-width: 800px) {
  #content02Sec .tabContent .ttlStyle {
    margin-top: 5vw;
    font-size: 4vw;
  }
}
#content02Sec .tabContent .imgBlock {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  #content02Sec .tabContent .imgBlock {
    width: 100%;
  }
}
#content02Sec .tabContent .imgBlock img {
  width: 100%;
}
#content02Sec .tabContent .txtBlock {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  #content02Sec .tabContent .txtBlock {
    width: 100%;
    margin-left: 0;
  }
}
#content02Sec .tabContent .txtBlock .txtStyle {
  padding-top: 2vw;
  font-size: 1.5vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  #content02Sec .tabContent .txtBlock .txtStyle {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  #content02Sec .tabContent .txtBlock .txtStyle {
    padding-top: 5vw;
    font-size: 3.5vw;
  }
}
#content02Sec .tabContent .pdfLink {
  display: block;
  height: 26px;
  text-decoration: underline;
  background-image: url(../images/_common/ico_pdf.png);
  background-size: 18px 22px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}
#content02Sec .tabContent .btnBlock {
  margin-top: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 800px) {
  #content02Sec .tabContent .btnBlock {
    margin-top: 5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#content02Sec .tabContent .btnBlock .btnWrap {
  width: 40%;
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  #content02Sec .tabContent .btnBlock .btnWrap {
    width: 100%;
  }
}
#content02Sec .tabContent .btnBlock .txt_bestrate {
  width: 86%;
  margin: 0 7%;
}
#content02Sec .tabContent .btnBlock .blink {
  -webkit-animation: blinking 2s ease-in-out infinite alternate;
          animation: blinking 2s ease-in-out infinite alternate;
}
@-webkit-keyframes blinking {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

#content03Sec .contentIn {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 10vw 0 0;
}
@media screen and (max-width: 800px) {
  #content03Sec .contentIn {
    padding: 10vw 4vw;
  }
}
#content03Sec table {
  border-collapse: collapse;
  width: 100%;
}
#content03Sec table th, #content03Sec table td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  background-color: #FFFFFF;
  font-size: 1.4vw;
  line-height: 1.6;
}
@media screen and (min-width: 1142.8571428571px) {
  #content03Sec table th, #content03Sec table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  #content03Sec table th, #content03Sec table td {
    display: block;
    width: 100%;
    border-bottom: none;
    font-size: 4vw;
  }
}
#content03Sec table th {
  background: #444;
  color: #fff;
}
#content03Sec table tbody th {
  background: #9a7f64;
}
@media screen and (max-width: 800px) {
  #content03Sec table thead {
    display: none;
  }
  #content03Sec table tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  #content03Sec table td {
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    height: 17vw;
    line-height: 2;
    text-align: left;
  }
  #content03Sec table td:before {
    width: 25%;
    height: 16.8vw;
    color: #fff;
    content: attr(data-label);
    padding: 4vw 3vw;
    display: inline;
    background-color: #444;
    margin-right: 10px;
    float: left;
  }
}
#content03Sec .noteTxt {
  margin-top: 1vw;
  font-size: 1.4vw;
}
@media screen and (min-width: 1142.8571428571px) {
  #content03Sec .noteTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  #content03Sec .noteTxt {
    font-size: 4vw;
  }
}
#content03Sec .noteTxt p {
  padding-top: 10px;
}
@media screen and (max-width: 800px) {
  #content03Sec .noteTxt p {
    text-indent: -1em;
    padding-left: 1em;
  }
}
#content03Sec .noteTxt .noteList {
  padding-top: 5px;
  padding-left: 1.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 800px) {
  #content03Sec .noteTxt .noteList {
    display: block;
  }
}
#content03Sec .noteTxt .noteList li {
  font-size: 1.2vw;
}
@media screen and (min-width: 1166.6666666667px) {
  #content03Sec .noteTxt .noteList li {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  #content03Sec .noteTxt .noteList li {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 800px) {
  #content03Sec .noteTxt .noteList li:before {
    padding: 0 5px;
    content: "・";
  }
}
#content03Sec .noteTxt .noteList li + li:before {
  content: "/";
  padding: 0 5px;
}
@media screen and (max-width: 800px) {
  #content03Sec .noteTxt .noteList li + li:before {
    content: "・";
  }
}
#content03Sec .noteTxt .noteTxt01 {
  padding-top: 5px;
  padding-left: 1.8vw;
  display: block;
  font-size: 0.9vw;
}
@media screen and (max-width: 800px) {
  #content03Sec .noteTxt .noteTxt01 {
    font-size: 3.6vw;
  }
}

#content04Sec .contentIn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10vw 0 10vw;
}
@media screen and (max-width: 800px) {
  #content04Sec .contentIn {
    padding: 10vw 4vw;
  }
}
#content04Sec .contentIn h3 {
  margin-top: 5vw;
  padding-bottom: 1vw;
  font-size: 21px;
  font-weight: 600;
  font-size: 2vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1050px) {
  #content04Sec .contentIn h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 800px) {
  #content04Sec .contentIn h3 {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 800px) and (min-width: 391.3043478261px) {
  #content04Sec .contentIn h3 {
    font-size: 18px;
  }
}
#content04Sec .contentIn .mealList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#content04Sec .contentIn .mealList::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 800px) {
  #content04Sec .contentIn .mealList::after {
    width: 48%;
  }
}
#content04Sec .contentIn .mealList li {
  width: 32%;
  margin-bottom: 3%;
  font-size: 1.5vw;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  #content04Sec .contentIn .mealList li {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  #content04Sec .contentIn .mealList li {
    width: 48%;
  }
}
#content04Sec .contentIn .mealList li p {
  margin-top: 10px;
  letter-spacing: 0.06em;
}

#contentCalenderSec .contentIn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10vw 0 0;
}
@media screen and (max-width: 800px) {
  #contentCalenderSec .contentIn {
    padding: 10vw 4vw;
  }
}
#contentCalenderSec .contentIn .calendarEmbed {
  max-width: 1200px;
  margin: 0 auto;
}
#contentCalenderSec .contentIn .iframeWrap {
  width: 100%;
}
#contentCalenderSec .contentIn .iframeWrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 5/3;
  height: auto;
  border: 0;
}
@media screen and (max-width: 800px) {
  #contentCalenderSec .contentIn .iframeWrap iframe {
    aspect-ratio: 3/4;
    min-height: 70vh;
  }
}
@supports not (aspect-ratio: 1/1) {
  #contentCalenderSec .contentIn .iframeWrap {
    position: relative;
    padding-top: 60%;
  }
  #contentCalenderSec .contentIn .iframeWrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  @media screen and (max-width: 800px) {
    #contentCalenderSec .contentIn .iframeWrap {
      padding-top: 133.333%;
    }
  }
}

#contentAmenitySec .contentIn {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10vw 0 0;
}
@media screen and (max-width: 800px) {
  #contentAmenitySec .contentIn {
    padding: 10vw 4vw;
  }
}
#contentAmenitySec .contentIn .amenityfacilityList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#contentAmenitySec .contentIn .amenityfacilityList::after {
  content: "";
  display: block;
  width: 24%;
}
@media screen and (max-width: 800px) {
  #contentAmenitySec .contentIn .amenityfacilityList::after {
    width: 48%;
  }
}
#contentAmenitySec .contentIn .amenityfacilityList li {
  width: 24%;
  margin-bottom: 3%;
  font-size: 1.5vw;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  #contentAmenitySec .contentIn .amenityfacilityList li {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  #contentAmenitySec .contentIn .amenityfacilityList li {
    width: 48%;
  }
}
#contentAmenitySec .contentIn .amenityfacilityList li p {
  margin-top: 10px;
}

#mapSec {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}
@media screen and (max-width: 800px) {
  #mapSec {
    padding-top: 64%;
  }
}
#mapSec iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}