@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*メインビジュアル*/
#main_wrap {
  width: 100%;
  position: relative;
}
#main_wrap::after {
  content: "";
  width: 100%;
  height: 323px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-image: url(../images/index/bg_main.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.main_box {
  opacity: 0;
  transition: opacity .3s linear;
  line-height: 0;
  font-size: 0;
}
.main_box.slick-initialized {
  opacity: 1;
}
.main_box {
  width: 100%;
}
.main_img01, .main_img02, .main_img03, .main_img04 {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.main_img01 {
  background-image: url("../images/index/main_img01.jpg");
}
.main_img02 {
  background-image: url("../images/index/main_img02.jpg");
}
.main_img03 {
  background-image: url("../images/index/main_img03.jpg");
}
.main_img04 {
  background-image: url("../images/index/main_img04.jpg");
}
.main_ttl {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 400px;
  text-align: center;
  width: 60%;
}
.main_ttl img {
  margin-bottom: 40px;
}
.main_ttl h2 {
  color: #FFFFFF;
  font-size: 3.6rem;
  line-height: 1.7;
}
.main_cloud01 {
  position: absolute;
  left: 5%;
  top: 20%;
}
.main_cloud02 {
  position: absolute;
  right: 15%;
  bottom: 40%;
}
.fuwafuwa {
  animation: 3s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media screen and (max-height: 900px) {
  .main_ttl {
    max-width: 300px;
  }
  .main_ttl img {
    margin-bottom: 20px;
  }
  .main_ttl h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .main_ttl {
    max-width: 300px;
  }
  .main_ttl img {
    margin-bottom: 20px;
  }
  .main_ttl h2 {
    font-size: 2.4rem;
  }
  .main_cloud01 {
    max-width: 150px;
  }
  .main_cloud02 {
    max-width: 100px;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .main_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 400px;
    text-align: center;
    width: 60%;
  }
  #main_wrap::after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url(../images/index/bg_main_sp.svg);
    background-position: center bottom;
  }
  .main_img01 {
    background-image: url("../images/index/main_img01_sp.jpg");
  }
  .main_img02 {
    background-image: url("../images/index/main_img02_sp.jpg");
  }
  .main_img03 {
    background-image: url("../images/index/main_img03_sp.jpg");
  }
  .main_img04 {
    background-image: url("../images/index/main_img04_sp.jpg");
  }
}
@media screen and (max-width: 550px) {
  .main_ttl h2 {
    font-size: 2.0rem;
  }
  .main_cloud01 {
    max-width: 100px;
  }
  .main_cloud02 {
    max-width: 60px;
  }
}
/* top_about */
#top_about {
  background-color: #32A0BF;
  background-image: url(../images/index/bg_abtout01.svg), url(../images/index/bg_abtout02.svg);
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  color: #FFFFFF;
}
#top_about .ttl {
  color: #FFFFFF;
}
dl.about_box {
  display: flex;
  margin-bottom: 150px;
  align-items: center;
  justify-content: space-between;
}
dl.about_box.rev {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
dl.about_box dt, dl.about_box dd {
  width: 48%;
}
dl.about_box dd .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
}
dl.about_box dd .inner p {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  dl.about_box {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  dl.about_box.rev {
    flex-direction: column-reverse;
  }
  dl.about_box dt, dl.about_box dd {
    width: 100%;
  }
  dl.about_box dd .inner {
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
  }
  dl.about_box dt {
    width: 80%;
    margin: 0 auto 0 0;
  }
  dl.about_box.rev dt {
    width: 80%;
    margin: 0 0 0 auto;
  }
  dl.about_box dd .inner p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  dl.about_box dd .inner p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {}
/* top restaurant */
#top_restaurant {
  padding-top: 210px;
  background-color: #32A0BF;
  background-image: url(../images/index/bg_restaurant.svg);
  background-repeat: repeat-x;
  background-position: center top;
  color: #FFFFFF;
}
#top_restaurant p {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  #top_restaurant {
    padding-top: 140px;
    background-size: 100%;
     background-image: url(../images/index/bg_restaurant_sp.svg);
  }
}
@media screen and (max-width: 768px) {
  #top_restaurant p {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 550px) {
  #top_restaurant p {
    font-size: 1.6rem;
  }
}
/* top villa */
#top_villa {
  padding-top: 210px;
  background-color: #32A0BF;
  background-image: url(../images/index/bg_villa.svg);
  background-repeat: repeat-x;
  background-position: center top;
  color: #FFFFFF;
}
#top_villa p {
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  #top_villa {
    padding-top: 140px;
    background-size: 100%;
    background-image: url(../images/index/bg_villa_sp.svg);
  }
}
@media screen and (max-width: 768px) {
  #top_villa p {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 550px) {
  #top_villa p {
    font-size: 1.6rem;
  }
}
/* news */
#top #news {
  background-color: #EFEFEF;
}
#top #news .ttl {
  color: #32A0BF;
}
/* access */
#access {
  background-color: #32A0BF;
  color: #FFFFFF;
}
#access .inner {
  position: relative;
  padding-top: 60px;
}
.access_img01 {
  position: absolute;
  top: 50px;
  left: -150px;
}
.access_img02 {
  position: absolute;
  top: -50px;
  right: -150px;
}
.access_img03 {
  position: absolute;
  bottom: 0;
  right: -150px;
}
#access dl.add {
  display: flex;
  /*max-width: 1000px;*/
  margin: 60px auto 60px auto;
}
#access dl.add > dt {
  max-width: 460px;
  width: 100%;
}
#access dl.add > dd {
  width: 100%;
  padding-left: 40px;
}
#access dl.add > dd h3 {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 800;
}
#access dl.add > dd h3 span {
  font-size: 6rem;
  font-weight: 800;
  margin-left: 20px;
}
#access dl.add > dd p {
  font-size: 2.4rem;
  margin-bottom: 40px;
  line-height: 1.5;
}
#access dl.add > dd p span {
  font-size: 1.8rem;
  display: inline-block;
  margin-top: 20px;
}
#access dl.add dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 2.4rem;
  align-items: start
}
#access dl.add dl dt {
  width: 30%;
  border-right: 1px solid #FFFFFF;
}
#access dl.add dl dd {
  width: 70%;
  margin-bottom: 40px;
  padding-left: 20px;
  line-height: 1.5;
}
#access dl.add dl dd:last-of-type {
  margin-bottom: 0;
}
.map--gray iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 1500px) {
  .access_img01 {
    position: absolute;
    top: 50px;
    left: 0;
  }
  .access_img02 {
    position: absolute;
    top: -50px;
    right: 0;
  }
  .access_img03 {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #access .img_list {
    display: flex;
    margin-bottom: 40px;
    gap: 10px 10px;
  }
  #access .img_list img {
    width: calc(100% / 3 - 10px);
  }
  .access_img01 {
    position: relative;
    top: auto;
    left: auto;
  }
  .access_img02 {
    position: relative;
    top: auto;
    right: auto;
  }
  .access_img03 {
    position: relative;
    bottom: auto;
    right: auto;
  }
  #access dl.add > dd h3 {
    font-size: 2.4rem;
  }
  #access dl.add > dd h3 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991px) {
  #access dl.add > dt {
    max-width: 200px;
  }
  #access dl.add > dd h3 {
    font-size: 2.4rem;
  }
  #access dl.add > dd h3 span {
    font-size: 4rem;
  }
  #access dl.add > dd p {
    font-size: 1.8rem;
  }
  #access dl.add > dd p span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #access dl.add {
    flex-direction: column;
  }
  #access dl.add > dt {
    max-width: 200px;
    margin: 0 auto 40px auto;
  }
  #access dl.add > dd {
    width: 100%;
    padding-left: 0;
  }
  #access dl.add > dd h3 {
    font-size: 2.0rem;
  }
  #access dl.add > dd h3 span {
    font-size: 3rem;
  }
  #access dl.add > dd p {
    font-size: 1.6rem;
  }
  #access dl.add > dd p span {
    font-size: 1.4rem;
  }
  #access dl.add dl {
    font-size: 1.6rem;
  }
  #access dl.add dl dd {
    width: 70%;
    padding-left: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 550px) {}
/* ONLINE SHOP */
#shop .ttl {
  color: #32A0BF;
}
/* media */
#media {
  background-color: #32A0BF;
  color: #FFFFFF;
}
#media h3 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 800;
  font-size: 3.6rem;
  margin-bottom: 40px;
}
#media h3 img {
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  #media h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #media h3 img {
    width: 20px;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 50px;
  position: relative;
  line-height: 1.5;
}
.ttl span {
  font-size: 7.2rem;
  display: block;
  position: relative;
  padding-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.bg_h {
  text-align: center;
  margin-bottom: 40px;
  font-size: 3.6rem;
  line-height: 1.5;
  padding: 0 60px 0 95px;
  position: relative;
}
.bg_h::before {
  content: "";
  background-image: url(../images/bg_ttl01.svg);
  width: 95px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.bg_h::after {
  content: "";
  background-image: url(../images/bg_ttl02.svg);
  width: 70px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.page_ttl {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.8rem;
  position: relative;
}
.single hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #000000;
}
.base_list li {
  margin-bottom: 30px;
}
.base_list li:last-child {
  margin-bottom: 0;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius20 {
  border-radius: 20px;
  overflow: hidden;
}
.img_left {
  border-radius: 0 20px 20px 0;
}
.img_right {
  border-radius: 20px 0 0 20px;
}
.img_shadow {
  box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1300px) {
  .bg_h {
    text-align: center;
    margin-bottom: 40px;
    font-size: 3.0rem;
    line-height: 1.5;
    padding: 0 50px 0 75px;
    position: relative;
  }
  .bg_h::before {
    width: 75px;
    height: 70px;
  }
  .bg_h::after {
    width: 50px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
  .ttl span {
    font-size: 4.2rem;
  }
  .img_radius20 {
    border-radius: 10px;
  }
  .img_left {
    border-radius: 0 10px 10px 0;
  }
  .img_right {
    border-radius: 10px 0 0 10px;
  }
  .img_shadow {
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .bg_h {
    font-size: 2.4rem;
    padding: 0 40px 0 55px;
  }
  .bg_h::before {
    width: 55px;
    height: 40px;
  }
  .bg_h::after {
    width: 40px;
    height: 30px;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	下層ページ	*/
/*-------------------------------------*/
#sub_img {
  height: 720px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
#sub_img::after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-image: url(../images/page/bg_subimg.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.subimg_restaurant {
  background-image: url("../images/page/subimg_restaurant.jpg");
}
.subimg_villa {
  background-image: url("../images/page/subimg_villa.jpg");
}
#sub_img .inner {
  text-align: center;
  margin: 0 auto;
}
#sub_img .inner img {
  max-width: 70px;
  margin-bottom: 40px;
}
#sub_img h2 {
  color: #FFFFFF;
  font-size: 3.6rem;
  line-height: 1.5;
}
#sub_img h2 span {
  font-size: 7.2rem;
  display: block;
  position: relative;
  padding-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
#sub_ttl {
  height: 370px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
#sub_ttl::after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-image: url(../images/page/bg_subimg.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
}
#sub_ttl h2 {
  margin: 0 auto;
  font-weight: 800;
  font-size: 6.0rem;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  color: #32A0BF;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #sub_img {
    height: 300px;
    width: 100%;
  }
  #sub_img::after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url(../images/page/bg_subimg.svg);
    background-size: 200%;
  }
  #sub_img .inner img {
    max-width: 30px;
    margin-bottom: 10px;
  }
  #sub_img h2 {
    font-size: 2.0rem;
  }
  #sub_img h2 span {
    font-size: 4.2rem;
  }
  #sub_ttl {
    height: 150px;
  }
  #sub_ttl::after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-image: url(../images/page/bg_subimg.svg);
    background-size: 200%;
  }
  #sub_ttl h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	restaurant	*/
/*-------------------------------------*/
#restaurant, #villa {
  padding-bottom: 350px;
  background-color: #32A0BF;
  color: #FFFFFF;
  position: relative;
}
#restaurant::after, #villa::after {
  content: "";
  width: 100%;
  height: 277px;
  background-image: url(../images/page/bg_pages.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: -1px;
}
dl.about_sub-box {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
}
dl.about_sub-box dt {
  width: 40%;
  text-align: center;
}
dl.about_sub-box dd {
  width: 55%;
}
dl.about_sub-box dd .caption {
  font-size: 4.8rem;
}
#info {
  background-color: #FEFEDB;
}
#info .ttl {
  color: #32A0BF;
}
#info dl {
  position: relative;
  z-index: 1;
  padding-top: 280px;
  margin-bottom: 100px;
}
#info dl dt {
  position: absolute;
  z-index: -1;
  max-width: 660px;
  width: 55%;
  left: 0;
  top: 0;
}
#info dl dd {
  background-color: #FFFFFF;
  padding: 40px 60px;
  max-width: 720px;
  margin: 0 0 0 auto;
}
#info dl.rev dt{
left: auto;
right: 0;
}
#info dl.rev dd {
  background-color: #FFFFFF;
  max-width: 720px;
  margin: 0 0 auto 0;
}
#info dl dd h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 3.6rem;
  position: relative;
  padding-left: 55px;
}
#info dl dd h3:first-of-type {
  margin-top: 0;
}
#info dl dd h3 img {
  position: absolute;
  left: 0;
  top: 0.2em;
}
#info dl dd h3 span {
  font-size: 1.8rem;
  display: block;
}
#info dl dd p {
  margin-bottom: 20px;
  padding-left: 55px;
}
#info dl dd h4 {
  margin-bottom:5px;
  padding-left: 55px;
  font-size: 2.4rem;
  line-height: 1.5;
}
#info .lunch dl dd h4::before {
content: url(../images/ico_lunch_mark.svg);
margin-right: 5px;
}
#info .dinner dl dd h4::before {
content: url(../images/ico_dinner_mark.svg);
margin-right: 5px;
}
#info .inner {
  position: relative;
}
#info .inner .cloud02 {
  position: absolute;
  left: 0;
  bottom: 15%;
}
#info .inner .cloud01 {
  position: absolute;
  right: 0;
  top: 5%;
}
@media screen and (max-width: 1450px) {
  dl.about_sub-box {
    padding: 0 20px;
  }
  dl.about_sub-box dd .caption {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 991px) {
  dl.about_sub-box {
    flex-direction: column;
    margin-top: 60px;
  }
  dl.about_sub-box dt {
    width: 100%;
    margin-bottom: 40px;
  }
  dl.about_sub-box dd {
    width: 100%;
    text-align: center;
  }
  #info dl {
    padding-top: 0;
    margin-bottom: 80px;
  }
  #info dl dt {
    position: relative;
    z-index: 1;
    max-width: 660px;
    width: 100%;
    left: auto;
    top: auto;
    margin: 0 auto 40px auto;
  }
  #info dl dd {
    background-color: #FFFFFF;
    padding: 40px 60px;
    max-width: 660px;
    margin: 0 auto;
  }
  #info dl.rev dt{
right: auto;
}
#info dl.rev dd {
  background-color: #FFFFFF;
  max-width: 660px;
margin: 0 auto;
}
  #info .inner .cloud02 {
    display: none;
  }
  #info .inner .cloud01 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #restaurant, #villa {
    padding-bottom: 100px;
  }
  #restaurant::after, #villa::after {
    content: "";
    width: 100%;
    height: 277px;
    background-image: url(../images/page/bg_pages.svg);
    background-size: 100%;
  }
  dl.about_sub-box dd .caption {
    font-size: 2.0rem;
  }
  #info dl dd {
    background-color: #FFFFFF;
    padding: 40px 40px;
    max-width: 660px;
    margin: 0 auto;
  }
  #info dl dd h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 2.8rem;
    position: relative;
    padding-left: 40px;
  }
  #info dl dd h3 img {
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 35px;
  }
  #info dl dd h3 span {
    font-size: 1.6rem;
    display: block;
  }
  #info dl dd h4 {
  padding-left: 0;
  font-size: 1.8rem;
}
  #info dl dd p {
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  #info dl dd {
    padding: 40px 20px;
  }
}
/*-------------------------------------*/
/*	villa	*/
/*-------------------------------------*/
#info .option {
  background-color: #32A0BF;
  color: #FFFFFF;
  padding: 40px 80px;
  width: 100%;
  margin: 0 0 80px 0;
  background-image: url(../images/page/cloud03.svg);
  background-repeat: no-repeat;
  background-position: 90% 90%;
}
#info .option h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 3.6rem;
  position: relative;
  padding-left: 45px;
}
#info .option h3 img {
    position: absolute;
    left: 0;
    top: 0.3em;
}
#info .option h4 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 2.4rem;
}
#info .option p {
  margin-bottom: 20px;
  padding-left: 2em;
}
#info .option ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 10px;
}
#info .option ul li{
  width: calc( 100% / 3 - 10px );
  font-size: 2.4rem;
  line-height: 1.5;
}
.facilites_box h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 20px;
}
.facilites_box h3 span {
  font-size: 1.8rem;
  display: block;
}
.facilites_box h3 span::before, .facilites_box h3 span::after {
  content: "-";
}
@media screen and (max-width: 1200px) {
#info .option {
  background-image:none;
}
}
@media screen and (max-width: 991px) {
  #info .option ul li{
  width: calc( 100% / 2 - 10px );
  font-size: 1.8rem;
  line-height: 1.5;
}
}
@media screen and (max-width: 768px) {
  #info .option {
  padding: 40px 40px;
}
  #info .option h3 {
  font-size: 2.8rem;
  padding-left: 30px;
}
#info .option h3 img {
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 25px;
}
#info .option h4 {
  font-size: 1.8rem;
}
#info .option p {
  padding-left: 1em;
}
  #info .option ul{
  flex-direction: column;
}
  #info .option ul li{
  width: 100%;
  font-size: 1.8rem;
}
  .facilites_box h3 {
    font-size: 2.0rem;
  }
  .facilites_box h3 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {
    #info .option {
  padding: 40px 20px;
}
}
/*-------------------------------------*/
/*	お知らせ一覧	*/
/*-------------------------------------*/
/*一覧*/
.news_list {
  padding: 0;
  margin: 0 auto 40px auto;
}
.news_list li {
  border-bottom: 1px solid #32A0BF;
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
}
.news_list .item .date {
  margin: 0;
  min-width: 200px;
  line-height: 2;
  padding: 20px 0 10px 50px;
  position: relative;
  color: #32A0BF;
}
.news_list .item .date::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/ico_speaker.svg);
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
  line-height: 2;
}
.news_list .item .title a {
  display: block;
  padding: 20px 0.5em 10px 0.5em;
  text-decoration: none;
  color: #32A0BF;
}
.news_list .item .title a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .news_list li {}
  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
  .news_list .item .title a {
    display: block;
    padding: 0px 0.5em 15px 0;
  }
  .news_list .item .date::before {
    content: "";
    width: 30px;
    height: 30px;
    background-position: center center;
    left: 0;
    bottom: auto;
    top: 20px;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	お知らせ・ページ */
/*-------------------------------------*/
/*　新着　*/
#single {
  background-color: #32A0BF;
}
#single .contents_box {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 60px 40px;
}
#single .contents_box .inner {
  max-width: 960px;
  margin: 0 auto;
}
#single .date {}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 550px) {
  #single .contents_box {
    border-radius: 10px;
    padding: 40px 20px;
  }
}
/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/
/* カテゴリーラベル */
.cat {
  letter-spacing: 0.05em;
  color: #32A0BF !important;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 1.4rem;
  line-height: 1;
  background: #FFFFFF;
  border: 1px solid #32A0BF;
  border-radius: 50px;
}
a.cat:hover {
  color: #FFFFFF !important;
  background: #32A0BF;
}
/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #32A0BF !important;
  background: #FFFFFF;
  border: 1px solid #32A0BF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #32A0BF;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #32A0BF;
  color: #FFFFFF;
  background: #32A0BF;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #32A0BF !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #32A0BF;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #32A0BF;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
}
/*-------------------------------------*/
/*	RESERVATIONS	*/
/*-------------------------------------*/
#contact {
  background-color: #FEFEDB;
}
#contact .ttl {
  color: #32A0BF;
}
.contact_ttl {
  color: #32A0BF;
  font-weight: 800;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact_ttl img {
  display: block;
  margin: 0 auto 10px auto;
}
.tel {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1;
}
.tel img {
  margin-right: 10px;
  vertical-align: middle;
}
.tel span {
  font-size: 2.4rem;
  display: block;
  margin-top: 5px;
}
#reservation h4 {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .contact_ttl img {
    max-width: 40px;
    width: 10%;
  }
  .contact_ttl {
    font-size: 2.0rem;
  }
  .tel {
    font-size: 2.4rem;
    text-align: center;
    line-height: 1;
  }
  .tel img {
    margin-right: 10px;
    vertical-align: middle;
    width: 30px;
  }
  .tel span {
    font-size: 1.8rem;
  }
  #reservation h4 {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.form_area {}
.form_area table {
  width: 100%;
}
.form_area table th {
  vertical-align: middle;
  line-height: 1.5;
  width: 25%;
  text-align: right;
  color: #32A0BF;
}
.form_area table th, .form_area table td {
  padding: 1.5em 0.5em;
}
.submit_btn_wrap {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  max-width: 560px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 1em;
  line-height: 1;
  text-decoration: none !important;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
  font-size: 2.4rem;
  background: #34C754;
  color: #FFFFFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border: none;
}
.submit_btn:hover {
  opacity: 1 !important;
  transform: translateY(2px);
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5);
}
.back_btn {
  width: 100%;
  height: 35px;
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  font-size: 100%;
  text-align: center;
  background: #AAAAAA;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
}
.back_btn:hover {
  color: #AAAAAA;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #707070;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.7em;
  margin: 0;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
  display: block;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
  .form_area table {
    width: 100%;
  }
  .form_area table th {
    width: 100%;
    display: block;
    padding: 1em 0 0 0;
    text-align: left;
  }
  .form_area table td {
    width: 100%;
    display: block;
    padding: 1em 0;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  .submit_btn {
    font-size: 1.8rem;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}