﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
:root {
  --f-main: "Montserrat", sans-serif;
  --txt: #000;
  --mcolor: #ff7900;
  --scolor: #f29141;
  --tcolor: #fce7c3;
  --red: #ff3231;
  --blue-light: #c9ddf8;
  --green-light: #e0ffd2;
  --orange-light: #fbd1b6;
  --blue: #004aad;
  --blue-dark: #052c60;
  --green: #75d54c;
  --yellow: #ffea00;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 18px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: var(--mcolor);
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.8em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  width: 45px;
  margin-bottom: 0;
}
#totop a {
  display: block;
  transition: all 0.5s;
}
#totop a:hover {
  opacity: 0.7;
  transform: translateY(-10px);
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'Roboto', sans-serif;
  color: #666666;
}
#wrapper {
  overflow: hidden;
}
.container, .under #main {
  width: 100%;
  max-width:1300px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
.h-top {
  background: var(--mcolor);
  padding: 5px 0;
  display: none;
}
h1 {
  display: none;
}
.h-top-slide.slick-initialized p.slick-slide {
  margin: 0 20px;
  text-align: center;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-top-slide.slick-slider .slick-track {
  display: flex;
}
.h-top-slide p img {
  flex-shrink: 0;
}
.h-main {
  /* background: var(--mcolor); */
  padding: 0;
  color: var(--mcolor);
  background: #fff;
}
.h-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-left {
  display: flex;
  align-items: center;
}
.h-logo {
 margin: 10px 20px 10px 0;
    max-width: 110px;
}
.h-name {
  margin: 0;
  font-size: 19px;
  text-transform: uppercase;
  font-family: 'UTMAvo';
}
.h-name span {
  display: block;
  font-family: 'UTMSeagullBold';
  font-size: 37px;
  line-height: 1em;
}
.h-tel {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'UTMAvo';
  display: flex;
  align-items: flex-end;
  text-align: right;
}
.h-tel:after {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../W_images/h_tel_01.png") no-repeat;
  background-size: 100% auto;
  width: 96px;
  height: 82px;
  margin-left: 10px;
}
.h-tel a {
  text-decoration: none;
  display: block;
  font-family: 'UTMSeagullBold';
  font-size: 32px;
  color: var(--mcolor);
  margin-top: 5px;
}
#gnavi {
  background: var(--scolor);
}
#gnavi .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gnavi {
  display: flex;
}
.gnavi > li {
  position: relative;
}
.gnavi > li > a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-family: 'UTMAvo';
  text-align: center;
  transition: all 0.5s;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  background: var(--mcolor);
}
.submenu {
  position: absolute;
  z-index: 99;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
.submenu a {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  display: block;
  padding: 10px 15px;
  margin-top: 1px;
  background: var(--mcolor);
  text-transform: uppercase;
  transition: all 0.5s;
}
.submenu a:hover {
  opacity: 0.7;
}
.h-right {
  display: flex;
  align-items: center;
}
.h-lang{display: flex;margin-right: 20px;}
.h-lang li{margin-right: 10px;}
.h-lang img{width:35px;}
.h-search-ttl {
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
.h-search {
  position: relative;
}
.h-search .form {
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 5px;
  width: 250px;
  right: 0;
  display: none;
}
.h-search input {
  border: none;
  background: rgba(134, 171, 122, 0.5);
  font-size: 14px;
  padding: 8px 10px;
  width: 100%;
}
.h-social {
  margin: 0;
  border-left: 1px solid #fff;
  padding-left: 30px;
  margin-left: 30px;
}
.h-social a {
  display: inline-block;
  margin-left: 10px;
}
.h-search .button {
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #376720;
  color: #fff;
  font-size: 12px;
  padding: 9px 10px 10px;text-decoration:none;
}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
#header.fixed {
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
}
#header {
  -webkit-animation: remove-fixed 0.3s linear;
  -moz-animation: remove-fixed 0.3s linear;
  -ms-animation: remove-fixed 0.3s linear;
  animation: remove-fixed 0.3s linear;
}
#header.fixed .h-top {
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0;
}
#header.fixed .h-main {
  padding: 5px 0;
}
#header.fixed .h-logo {
  width: 45px;
}
#header.fixed .h-name {
  font-size: 13px;
}
#header.fixed .h-name span {
  font-size: 40px;
}
#header.fixed .h-tel {
  font-size: 15px;
}
#header.fixed .h-tel a {
  font-size: 26px;
}
#header.fixed .h-tel:after {
  width: 80px;
  height: 69px;
}
@keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.main-slide p {
  margin: 0;
}
.main-slide p img {
  max-width: none;
  width: 100%;
}
.main-slide .slick-arrow {
  position: absolute;
  z-index: 5;
  width: 60px;
  height: 60px;
  border: none;
  background-color: rgba(93, 146, 68, 0.8);
  border-radius: 50%;
  top: calc(50% - 30px);
  cursor: pointer;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -500000px;
}
.main-slide .slick-prev {
  left: 5%;
  background-image: url("../W_images/slide_prev.png");
}
.main-slide .slick-next {
  right: 5%;
  background-image: url("../W_images/slide_next.png");
}
.main-slide .slick-arrow:hover {
  background-color: rgba(53, 101, 31, 0.8);
}
.bookroom {
  background: #86ab7a;
  color: #fff;
  width: 85%;
  max-width: 1200px;
  margin: -110px auto 0;
  padding: 30px 3vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.bookroom-ttl {
  margin: 0 30px 0 0;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5em;
  flex-shrink: 0;
}
.bookroom-ttl span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 10px;
}
.bookroom-form {
  /*display: flex;
  align-items: flex-end;*/
}
.bookroom .button {
display: inline-block;
  border: none;
  background: #376720;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 12px 20px;text-decoration:none;
}

.bookroom-form label:not(:first-child) {
  margin-left: 22px;
}
.bookroom-form label span {
  display: block;
  font-size: 16px;
  margin-bottom: 13px;
}
.bookroom-form input {
  border: none;
  width: 170px;
  padding: 12px;
  font-size: 16px;
}
.bookroom-form select {
  border: none;
  width: 110px;
  padding: 12px;
  font-size: 16px;
}
.bookroom-form-top, .bookroom-form-bottom{
     display: flex;
  align-items: flex-end;
}
.bookroom-form-top{margin-bottom:20px;}
.bookroom-form-top input{width:380px;}
.box01 {
  padding: 50px 0;
}
.box01 .container {
  display: flex;
  justify-content: flex-end;
}
.b01-main {
  width: 50%;
  position: relative;
}
.idx-ttl {
  font-size: 32px;
  font-weight: 700;
  color: var(--mcolor);
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.idx-ttl span {
  display: block;
  font-size: 24px;
  color: var(--mcolor);
  text-transform: none;
  font-weight: 400;
}
.box01 .idx-ttl {
  text-align: left;
}
.b01-img {
height: 315px;
    margin: 0;
    position: absolute;
    right: calc(100% + 80px);
    top: calc(50% - 160px);
    width: 30vw;
  /*background: url("/userfile/config/AboutHome-IMG.jpg") no-repeat center center/cover;*/
}
.b01-img iframe{ width: 100%;}
.b01-img img {
  display: none;
}
/*.b01-img:before {
  content: '';
  position: absolute;
  background: url("../W_images/line01.png") no-repeat;
  background-size: 100% auto;
  width: 618px;
  height: 15px;
  top: -41px;
  right: 260px;
}
.b01-img:after {
  content: '';
  position: absolute;
  background: url("../W_images/line02.png") no-repeat;
  background-size: 100% auto;
  width: 426px;
  height: 238px;
  bottom: -70px;
  right: -55px;
}*/
.b01-txt p{font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;}
.idx-btn {
  margin: 0;
}
.idx-btn a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: var(--mcolor);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 25px;
  transition: all 0.5s;
}
.idx-btn a:hover {
  background: var(--scolor);
}
.box02 {
  background: #5d9244;
  padding: 50px 0;
  text-align: center;
  color: #92b587;
}
.b02-list {
  display: flex;
  justify-content: space-around;
}
.b02-item {
  width: calc(25% - 22.5px);
}
.b02-itm-img {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
.b02-itm-img img {
  flex-shrink: 0;
}
.b02-itm-ttl {
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.b02-itm-txt {
  margin: 0;
}
.box03 {
  padding: 50px 0;
}
.b03-list {
  display: flex;
  flex-wrap: wrap;
}
.b03-item {
  width: calc(50% - 15px);
  margin: 0 30px 30px 0;
  border: 1px solid #ccc;
  display: flex;
}
.b03-item:nth-child(2n) {
  margin-right: 0;
}
.b03-itm-img {
  margin: 0;
  flex-shrink: 0;
  line-height: 0;
  width: 50%;
}
.b03-itm-img img {
  width: 100%;
  transition: all 0.5s;
}
.b03-itm-img a {
  display: block;
  position: relative;
  z-index: 2;
}
.b03-itm-img a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../W_images/more.png) no-repeat center center / 50px auto #fbd1b680;
  transform: rotateY(-180deg);
  transition: all 0.5s;
  z-index: -1;
}
.b03-itm-img a:hover img {
  transform: rotateY(180deg);
}
.b03-itm-img a:hover:before {
  transform: rotateY(0deg);
  z-index: 2;
}
.b03-itm-main {
  padding: 30px 6%;
  position: relative;
}
.b03-itm-price {
  margin: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  background: url(../W_images/price_bg.png) no-repeat top center;
  color: #fff;
  width: 113px;
  padding: 23px 0;
  text-align: center;
  line-height: 1.3em;
  height: 113px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.b03-itm-price-num {
  display: block;
  font-size: 20px;
}
.b03-itm-price-num span {
  font-size: 15px;
}
.b03-itm-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.3em;
  margin: 10px 0 30px;
  text-transform: uppercase;
}
.b03-itm-ttl span {
  display: block;
  font-size: 18px;
  font-weight: 400;line-height: 1.4em;text-transform: none;
}
.b03-itm-txt {
  line-height: 1.5em;
}
.b03-itm-btn {
  display: flex;
  justify-content: space-between;
}
.b03-itm-btn li {
  width: calc(50% - 3px);
}
.b03-itm-btn a {
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--mcolor);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 10px;
  padding: 10px 5px 5px;
  font-weight: 700;
  transition: all 0.5s;
}
.b03-itm-btn a:hover {
  background: var(--scolor);
  color: #fff;
}
.box04 {
  padding: 60px 0;
  background: url("../W_images/b04_bg.jpg") no-repeat center center/cover;
  color: #fff;
  position:relative;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #f291416b;
}
.box04 .idx-ttl {
  color: #fff;
}
.b04-list {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}
.b04-item {
  width: 25%;
}
.b04-item a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 15px;
  transition: all 0.5s;
}
.b04-item a:hover {
  background: var(--mcolor);
  transform: translateY(-10px);
}
.b04-itm-img {
  width: 170px;
  height: 170px;
  margin: 0 auto 20px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.b04-itm-img img {
  flex-shrink: 0;
}
.b04-itm-ttl {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0 0 10px;
}
.b04-itm-txt {
  margin: 0;
  color: #92b587;
}
.box05 {
  padding: 50px 0;
  font-family: 'UTMAvo';
}
.b05-list {
  display: flex;
  margin-bottom: 30px;
}
.b05-item {
  width: 33.33%;
}
.b05-item:last-child {
  margin-right: 0;
}
.b05-item a {
  text-decoration: none;
  display: block;
  transition: all 0.5s;
  padding: 15px 20px;
}
.b05-item a:hover {
  transform: translateY(-10px);
  background: #eef5ec;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.b05-itm-ttl {
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  color: #19222e;
}
.b05-itm-info {
  color: #19222e;
  font-size: 14px;
  margin: 0 0 10px;
}
.b05-itm-txt {
  margin: 0;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
}
.b05-itm-img img {
  width: 100%;
}
.box05 .idx-btn {
  text-align: center;
}
.box05 .idx-btn a {

}
.f-map {
  height: 460px;
}
.f-map iframe {
  width: 100%;
  height: 100%;
}
.f-main {
  background: #19222e;
  color: #fff;
  padding: 60px 0;
  font-family: 'UTMAvo';
}
.f-main .container {
  display: flex;
  justify-content: space-between;
}
.f-mod {
  width: calc(25% - 20px);
}
.f-ttl {
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0 0 25px;
  color: #ff8b00;
    font-weight: bold;
}
.f-info {
  font-size: 15px;
  margin: 0 0 8px;
  background: url("../W_images/f_add.png") no-repeat left center;
  padding-left: 35px;
}
.f-main a {
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
}
.f-main a:hover {
  color: var(--scolor);
}
.f-mail {
  background-image: url("../W_images/f_mail.png");
}
.f-tel {
  background-image: url("../W_images/f_tel.png");
  color: var(--scolor);
}
.f-link a, .f-menu a {
  font-size: 15px;
}
.f-menu {
  column-count: 2;
}
.f-menu a {
  position: relative;
  padding-left: 15px;
}
.f-menu a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 2px);
}
.f-social a {
  display: inline-block;
  margin-right: 15px;
}
.copyright {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.topic-path {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.topic-path li {
  font-size: 16px;
  font-style: italic;
  color: #565656;
}
.topic-path a {
  text-decoration: none;
  color: #565656;
}
.topic-path li:not(:last-child):after {
  content: '/';
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.topic-path a:hover {
  color: #009a4d;
}
.under-main-ttl{
    font-family: 'UTMAvo';
    font-size: 30px;
    color: var(--mcolor);
    text-align: center;
}
#page-content{
    width:768px;
    margin:0 auto;
}
@media screen and (max-width: 1350px) {
  .bookroom {
    width: 96%;
    max-width: none;
  }
}

@media screen and (max-width: 1300px) {
  .container, .under #main{
   padding:0 3%;
  }

	
}
@media screen and (max-width: 768px) {

  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 14px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 100px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container, .under #main {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: #376720;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .h-top, .h-name, .h-right {
    display: none;
  }
  #header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
  }
  .h-logo {
    margin: 0;
    width: 70px;
  }
  .h-main {
    padding: 0;
  }
  	.h-lang{margin: 0 10px 0 auto;}
  .h-tel span {
    display: none;
  }
  .h-tel {
  margin-right: 20px;
  }
  .h-tel:after {
    margin: 0;
    width: 50px;
    height: 44px;
  }
  #gnavi {
    position: fixed;
    top: 100px;
    height: calc(100% - 100px);
    background: rgb(255 255 255 / 0.9);
    left: 0;
    width: 100%;
    overflow: auto;
    display: none;
  }
  .gnavi {
    display: block;
    padding: 30px 0;
  }
  #gnavi .container {
    display: block;
  }
  .gnavi > li > a {
    background: #86ab7a;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .gnv-ico {
    width: 50px;
    height: 56px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .submenu {
    position: relative;
    left: 0;
    transform: none;
  }
  .submenu a {
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .bookroom {
    width: 100%;
    margin: 0;
    padding: 20px 3%;
    display: block;
  }
  .bookroom-ttl {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .bookroom-ttl span {
    font-size: 14px;
    margin: 5px 0 0;
  }
.bookroom-form-top, .bookroom-form-bottom {
    flex-wrap: wrap;
    justify-content: center;    margin-bottom: 0px;
  }
  .bookroom-form label {
    width: 48%;
    margin: 0 1% 20px !important;
  }
  .bookroom-form label span {
    font-size: 14px;
    margin: 0 0 7px;
  }
  .bookroom-form input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  .bookroom-form select {
    font-size: 14px;
    width: 100%;
  }
  .bookroom-form label:last-child {
    /*width: 100%;
    margin: 0 !important;*/
    text-align: center;
  }
  .main-slide .slick-arrow {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .box01 {
    padding: 40px 0;
  }
  .b01-main {
    width: 100%;
  }
  .idx-ttl {
    font-size: 24px;
  }
  .idx-ttl span {
    font-size: 16px;
  }
  .b01-img {
	  top:0;
    width: 100%;
    left: 0;
    right: auto;
    height: auto;
    background: transparent;
    position: relative;
    margin: 0 0 20px;
  }
  .b01-img iframe{width:100%;}
  .b01-img img {
    display: block;
  }
  .b01-img:before, .b01-img:after {
    display: none;
  }
  .idx-btn {
    text-align: center;
  }
  .box02 {
    padding: 40px 0 10px;
  }
  .b02-list {

  }
  .b02-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .b02-itm-ttl{font-size: 14px;}
  .b04-itm-ttl {
    font-size: 16px;
  }
  .box03, .box04 {
    padding: 40px 0 10px;
  }
  .b03-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b03-itm-ttl {
    font-size: 18px;
  }
  .b03-itm-ttl span {
    font-size: 14px;
  }
 
  .b04-item {
    width: 50%;
  }
  .b04-itm-img {
	width: 85px;
    height: 85px;
    padding: 15px;
  }
  .box05 {
    padding: 40px 0;
  }
  .b05-list {
    display: block;
  }
  .b05-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .b05-item:last-child {
    margin-right: auto;
  }
  .box05 .idx-btn a {
    font-size: 16px;
  }
  .f-map {
    height: 290px;
  }
  .f-main {
    padding: 40px 0 10px;
  }
  .f-main .container {
    flex-wrap: wrap;
  }
  .f-mod {
    width: 50%;
    margin-bottom: 30px;
  }
  .f-ttl {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .f-info, .f-link a, .f-menu a {
    font-size: 14px;
  }
  #page-content{
    width:100%;
}
}
@media screen and (max-width: 640px) {
  .f-mod {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .b03-item {
    display: block;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .b03-itm-img {
    width: 100%;
  }
  .b03-item:nth-child(2n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 425px) {
  .b04-item {
    width: 100%;
  }
  .b04-itm-ttl{font-size: 14px;}
  .b02-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .main-slide p img {
  
   
    
  }
}