@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-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: 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: 0.93vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@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 .flexBox {
  margin-top: 4vw;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 800px) {
  #content02Sec .flexBox {
    margin-bottom: 14vw;
  }
}
#content02Sec .flexBox.rvc {
  flex-direction: row-reverse;
}
#content02Sec .flexBox.rvc .txtBlock {
  width: 45%;
  margin-left: 0;
  margin-right: 9%;
}
@media screen and (max-width: 800px) {
  #content02Sec .flexBox.rvc .txtBlock {
    width: 100%;
    margin-left: 0;
  }
}
#content02Sec .flexBox.rvc .imgBlock {
  width: 45%;
}
@media screen and (max-width: 800px) {
  #content02Sec .flexBox.rvc .imgBlock {
    width: 100%;
  }
}
#content02Sec .flexBox .imgBlock {
  width: 45%;
}
@media screen and (max-width: 800px) {
  #content02Sec .flexBox .imgBlock {
    width: 100%;
  }
}
#content02Sec .flexBox .txtBlock {
  width: 45%;
  margin-left: 10%;
}
@media screen and (max-width: 800px) {
  #content02Sec .flexBox .txtBlock {
    width: 100%;
    margin-left: 0;
  }
}
#content02Sec .flexBox .txtBlock .ttlStyle {
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  #content02Sec .flexBox .txtBlock .ttlStyle {
    margin-top: 5vw;
    font-size: 4vw;
  }
}
#content02Sec .flexBox .txtBlock .txtStyle {
  margin-top: 2vw;
  font-size: 1vw;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #content02Sec .flexBox .txtBlock .txtStyle {
    margin-top: 5vw;
    font-size: 3.5vw;
  }
}
#content02Sec .flexBox .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 .flexBox .btnBlock {
  margin-top: 2vw;
}
@media screen and (max-width: 800px) {
  #content02Sec .flexBox .btnBlock {
    margin-top: 5vw;
  }
}

#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;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #FFFFFF;
  font-size: 1vw;
  line-height: 1.6;
}
@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: 1vw;
}
@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-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 800px) {
  #content03Sec .noteTxt .noteList {
    display: block;
  }
}
#content03Sec .noteTxt .noteList li {
  font-size: 0.9vw;
}
@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.30435px) {
  #content04Sec .contentIn h3 {
    font-size: 18px;
  }
}

#content04Sec .contentIn .mealList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: 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%;
}
@media screen and (max-width: 800px) {
  #content04Sec .contentIn .mealList li {
    width: 48%;
  }
}
#content04Sec .contentIn .mealList li p {
  margin-top: 10px;
  letter-spacing: 0.06em;
}

#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-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: 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%;
}
@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%;
}
