﻿@charset "UTF-8";
@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--mcolor: #006647;
	--scolor: #DED3CD;
	--tcolor: #eec848;
}

@font-face {
  font-family: 'iCielRukola';
  src: url('/assets/font/iCielRukola.woff2') format('woff2'),
       url('/assets/font/iCielRukola.woff') format('woff');
}

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: var(--scolor);
  text-decoration: none;
}
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.5em;
}
#totop {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 10;
  margin-bottom: 0;
  width: 50px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
      border: 1px solid #000;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl-ct{
	text-align:center;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     
font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;
*/
/*==========================================================================*/
body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  /*font-family: "Roboto", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-family: "Nunito Sans", sans-serif;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-family: "EB Garamond", serif;*/
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
  max-width: 100%;
}
.sp {
  display: none !important;
}

.h_top {
  background: var(--scolor);
  color:var(--mcolor);
padding: 5px 0;
}
.h_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_time {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}
.h_time li:nth-child(2){
	margin-left: 25px;
}
.h_time svg{
	margin-right:10px;
	font-size: 18px;
}
.h_social {
  display: flex;
  color: var(--mcolor);
  align-items: center;
}
.h_social li {
	position:relative;
}
.h_social a {
  font-size: 14px;
  color: var(--mcolor);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.h_lang .active a, .h_lang a:hover {
  opacity:0.8;
}
.search{
    position: relative;
    color: var(--mcolor);
    font-size: 22px;
}
.h_main {
  padding: 5px 0;
  background: #ffffff;
}
.h_main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
  width: 120px;
}
.h_right_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.h_tel {
  margin: 0 0 0 60px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.h_tel .tel {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin-left: 10px;
}
.h_tel .ttl {
  text-decoration: underline;
}
.h_search_main{
	/*display:none;*/
	position: relative;
}
.h_search {
    /* position: absolute; */
    z-index: 9;
    right: -25px;
    background: #fff;
    width: 240px;
    display: flex;
    border-bottom: 1px solid var(--mcolor);
    justify-content: space-between;
    padding: 0 10px 0 20px;
}
.h_search {
    display: flex;
    background: transparent;
    padding: 0;
}
.h_search .button {
  flex-shrink: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 5px 2px 5px 15px;
  /* border-left: 1px solid var(--mcolor); */
  color: var(--mcolor);
}
.h_search input {
	padding-left: 2px;
  font-size: 16px;
  width: 140px;
  border: none;
  font-weight: 600;
  opacity: 0.6;
  line-height: 1.3em;
  background: none;
  color: var(--mcolor);
}
.h_search input::placeholder {
	color: var(--mcolor);
}

.gnavi {
  display: flex;
  justify-content: flex-end;
}
.gnavi > li {
  position: relative;
  margin-left: 40px;
}
.gnavi li.active {
	font-weight: 700;
}
.h_right{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn_booking{
	background: var(--mcolor);
	padding: 8px 20px;
	border-radius: 20px;
	margin-left: 0px;
	font-weight: bold;
	cursor: pointer;
	color: #fff !important;
	transition:all .5s;
	font-size: 14px !important;
}
.btn_booking:hover{
	opacity:0.7;
}
.btn_booking span{
	margin-left: 10px;
}
.submenu {
  position: absolute;
  z-index: 10;
  width: 320px;
  /*left: -30%;*/
  transform: translateX(-30px);
  display: none;
  width: max-content;
}
.subsubmenu {
    position: absolute;
    left: calc(100% + 1px);
    width: 100%;
    display: none;
    margin-top: -45px !important;
	width: max-content;
}
.gnavi > li > a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0;
  position: relative;
  /*border-bottom: 1px solid #fff;*/
  color: var(--mcolor);
  transition: .3s;
}
/*.gnavi > li > a:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 3px;
  background: var(--scolor);
  bottom: -2px;
  left: calc(50% - 10px);
  transition: all 0.3s;
  opacity: 0;
}*/
.submenu a {
	display: block;
    background: #0a7860d4;
    color: #fff;
    text-decoration: none;
    padding: 10px 12px;
    margin-top: 1px;
    font-size: 14px;
    transition: all 0.3s;
    font-weight: 600;
}
.submenu a:hover {
  color: var(--scolor);
}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
}
#header.fixed .h_top {
  padding: 5px 0;
  display: none;
}
#header.fixed .logo {
  width: 70px;
}
#header.fixed .h_main {
  padding: 10px 0;
}
#header.fixed .h_right_info {
  margin-bottom: 5px;
}
@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 img {
  width: 100%;
}
.main_slide p {
  margin: 0;
}
.idx_h2 {
  text-align: center;
  font-size: 36px;
  color: var(--mcolor);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
  position: relative;
}
.idx_h2:after {
  content: '';
  position: relative;
  display: block;
  margin: 10px auto 10px;
  background: url("/assets/images/idx_h2_icon_mcolor.png") no-repeat center center #fff;
  background-size: 100%;
  width: 60px;
  height: 60px;
}
.idx_h2:before {
  content: '';
  position: absolute;
  width: 490px;
  height: 1px;
  background: var(--mcolor);
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.DoiNgu {
	padding: 60px 0;
}
.DoiNgu_list{
	display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.DoiNgu_itm{
	width: calc(100% / 4);
}
.DoiNgu_main{
	color:#000;
	border: 1px solid #000;
	padding: 11px;
	background: var(--mcolor);
}
.DoiNgu_img {
	margin:0;
}
.DoiNgu_main .DoiNgu_name{
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}
.DoiNgu_main .DoiNgu_des{
	font-size: 14px;
	text-align: center;
	color: var(--tcolor);
	margin: 0;
}
.abh{
	padding: 60px 0;
    background-color: #f5f6fa;
}
.abh .idx-ttl {
  margin: 0 0 5px;
  color: var(--mcolor);
}
.abh_main{display:flex;justify-content:space-between;flex-wrap: wrap;align-items: center;}
.abh_main > *{width:49%;text-align:center;}

.abh_txt {
	/* margin: 0 0 40px; */
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	text-align: justify;
}
.abh_txt h2{
	font-size: 28px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.abh_txt p{
	   
margin-bottom: 10px;
}
.abh_txt ul{margin-bottom: 10px;}
.abh_txt li{
	list-style: disc;
    list-style-position: inside;
	
}
.idx-btn{
	text-align:center;
	margin-top:40px;
}
.idx-btn a {
	background: var(--mcolor);
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: all .5s;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    transition: all .5s;
}
.idx-btn a:hover {
	background: var(--tcolor);
	color: #ffffff;
}
.box01 {
  padding: 60px 0;
  background-color: #f5f6fa;
}

.b01_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b01_item {
  width: calc(100% / 3 - 15px);
  margin: 0 0 45px;
}
.b01_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
  min-height: 235px;
  padding: 50px 20px;
  text-decoration: none;
  transition: all 0.3s;
  height: 100%;
}
.b01_itm_ttl {
  font-size: 18px;
  line-height: 1.3em;
  color: #000;
}
.b01_itm_img {
  margin: 0 0 20px;
}
.b01_item a:hover {
  transform: translateY(-10px);
}
.box01 .idx_h2:after {
	background: url(/assets/images/idx_h2_icon_mcolor.png) no-repeat center center #f5f6fa;
	    background-size: 100%;
}
/*.box02 {
  background: url("/assets/images/bg02.jpg") no-repeat center center/cover;
  padding: 60px 0;
  color: #fff;
}*/
.box02 .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.b02_img {
  margin: 0 0 0 30px;
  flex-shrink: 0;
}
.b02_ttl {
  margin: 0;
  font-size: 36px;
  text-align: center;
  color: var(--mcolor);
}
.b02_ttl .lager {
  display: block;
  font-weight: 800;
  font-size: 133.34%;
}
.b02_ttl .tel {
  font-size: 66.67%;
  display: block;
  color: #fcdc01;
  text-transform: uppercase;
  font-weight: 700;
}
.b02_ttl .tel .line {
  font-weight: 400;
  font-size: 75%;
  text-decoration: underline;
}
.box03 {
  padding: 60px 0;
}
.b03_tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
.b03_tab li {
  font-size: 18px;
  color: #5ac1be;
  border: 1px solid #5ac1be;
  border-radius: 40px;
  padding: 10px 30px;
  margin: 0 15px;
  transition: all 0.3s;
  cursor: pointer;
}
.b03_tab li:hover, .b03_tab li.current {
  color: #fff;
  background: var(--scolor);
  border-color: var(--scolor);
}
.b03_list {
  display: flex;
  flex-wrap: wrap;
}
.b03_main {
  display: none;
}
.b03_main.current {
  display: inherit;
}
.b03_item {
  width: calc(25% - 22.5px);
  margin: 0 30px 50px 0;
}
.b03_item:nth-child(4n) {
  margin-right: 0;
}
.b03_itm_img {
  background: #fbfbfb;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
.b03_itm_img img {
  flex-shrink: 0;
  max-height: 100%;
}
.b03_item a {
  display: block;
  text-decoration: none;
  color: #666666;
  text-align: center;
  transition: all 0.3s;
}
.b03_item a:hover {
  transform: translateY(-10px);
}
.b03_itm_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}
.b03_itm_price {
  margin: 0;
}
.b03_itm_price .new {
  font-weight: 700;
  color: #000;
  display: inline-block;
}
.b03_itm_price .old {
  text-decoration: line-through;
  margin-right: 20px;
  display: inline-block;
}
.b03_itm_img .new {
  position: absolute;
  background: #5ac1be;
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  padding: 0 7px;
  border-radius: 40px;
  left: 30px;
  top: 30px;
  z-index: 2;
  min-width: 35px;
}
.b03_itm_img .discount {
  position: absolute;
  background: var(--scolor);
  min-width: 35px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
  padding: 0 7px;
  border-radius: 40px;
  right: 30px;
  top: 30px;
  z-index: 2;
}
.fill{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #0000007a;
}
.box04 {
  background: url("/assets/images/bg04.jpg") no-repeat center center/cover;
  padding: 60px 0 90px;
  position:relative;
}
.b04_list {
    margin: 0 auto;
    display: flex !important
;
    justify-content: center;
	    width: 830px;
}
.box04 .idx_h2:after {
	background: url(/assets/images/idx_h2_icon_mcolor.png) no-repeat center center #fafafa;
	    background-size: 100%;
}
.b04_list.slick-initialized .slick-slide {
  /*padding: 0 180px;*/
  color: #000;
  margin: 0 2px;
  opacity:0.5;
      transform: scale(.9);
}
.b04_list.slick-initialized .slick-slide.slick-center {
	opacity:1;
	transform: scale(1);
}
.b04_item{
	text-align:center;
}
.b04_itm_info {

}
.b04_itm_img {
	margin: 0;
}
.b04_itm_img img{
    margin: 0 auto;
    /*border-radius: 50%;*/
}
.b04_itm_main {
  padding-top: 50px;
      text-align: center;
	  padding: 50px 20% 0;
}
.b04_itm_ttl {
  text-decoration: underline;
  font-size: 18px;
  font-style: italic;
}
.b04_itm_name .lager {
	display: block;
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 10px;
    color: var(--mcolor);
}
.b04_itm_name .txt {
  display: block;
  font-style: italic;
  margin: 10px 0 0;
  padding-bottom:10px;
  border-bottom: 1px solid;
}
.b04_itm_txt {
	font-size: 16px;
    /* text-align: justify; 
    font-style: italic;*/

}
.b04_list .slick-arrow {
  position: absolute;
  z-index: 2;
  width: 84px;
  height: 40px;
  background: url(/assets/images/b04_prev.png) no-repeat center center #0a8066;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  /* opacity: 0.7; */
  text-indent: -5000000px;
}
.b04_list .slick-prev {
  left: -10%;
}
.b04_list .slick-next {
  right: -10%;
  background-image: url("/assets/images/b04_next.png");
}
.b04_list .slick-arrow:hover {
  opacity: 0.7;
}
.b04_list .slick-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
    display: flex !important;
    justify-content: center;
}
.b04_list .slick-dots li {
  margin: 0 5px;
}
.b04_list .slick-dots button {
  text-indent: -99999px;
  border: none;
  background: var(--scolor);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s;
}
.b04_list .slick-dots li.slick-active button{
  background: var(--mcolor);
  border-radius: 10px;
}
.b04_list .slick-dots li:hover button {
	background: var(--mcolor);
}

.video_list .slick-dots {
    margin: 0;
	bottom: -50px;
}

.video_list .slick-slide {
    margin: 0 15px 0;
}

.video_item_img {
    margin: 0;
    position: relative;
}

.ico-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ico-play svg {
    width: 60px;
    color: #f00;
}

.video_item_ttl {
    text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	transition: all 0.3s;
	text-align: center;
	padding-top: 15px;
}

.video_list .slick-dots {
    display: flex;
    justify-content: center;
}

 .video_list .slick-dots button {
    border-radius: 50%;
    background: transparent;
    border: 2px solid #fff;
    text-indent: -50000px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

.video_list .slick-dots button:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--mcolor);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video_list .slick-dots li {
    margin: 0 12px;
}

.video_list .slick-dots li.slick-active button:after, .video_list .slick-dots li:hover button:after {
    background: #cccccc;
}
.box05 {
  padding: 60px 0;
}
.b05_list {
  display: flex;
  flex-wrap: wrap;
}
.b05_item {
  width: calc(25% - 22.5px);
  margin: 0 30px 0 0;
}
.b05_item:nth-child(4n) {
  margin-right: 0;
}
.b05_item a {
  display: block;
  height: 100%;
  background: #f6f6f6;
  text-decoration: none;
  color: #666;
  transition: all 0.3s;
}
.b05_itm_img {
  margin: 0;
  position: relative;
}
.b05_itm_main {
  padding: 30px;
}
.b05_itm_img .date {
  position: absolute;
  width: 110px;
  left: 0;
  background: var(--mcolor);
  font-size: 14px;
  color: #fff;
  text-align: center;
  bottom: 10px;
  padding: 4px;
}
.b05_itm_ttl {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
}
.b05_itm_txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 15px;
  text-align: justify;
}
.b05_itm_more {
  margin: 0;
  font-size: 14px;
  color: var(--mcolor);
  text-decoration: underline;
}
.b05_itm_img img {
  width: 100%;
}
.b05_item a:hover {
  transform: translateY(-10px);
}
.box06 {
	padding:60px 0;
}

.b07_list p{
    margin: 0 20px;
    padding: 30px;
    background: #fff;
}
.box08 {
    /*background: url(/assets/images/f_bg.jpg) no-repeat center center / cover;*/
	background:#fff;
    padding: 50px 0;
    position: relative;
	color:#000;
}
.box08 .idx_h2:after {
	background: url(/assets/images/idx_h2_icon_mcolor.png) no-repeat center center #fff;
    background-size: 100%;
}
/*.box08:before {
	    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ad;
}*/
.box08 button{
	margin: auto;
	background: var(--mcolor);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    transition: all .5s;
	border:none;
}
.b08_left_itm{
	display: flex;
    align-items: center;
	padding-bottom: 25px;
}
.b08_left_itm p{
	margin:0;
}
.b08_left_itm svg{
	font-size: 30px;
    color: var(--mcolor);
    margin-right: 15px;
}
.b08_left_itm p span{
	display: block;
    font-weight: bold;
    font-size: 110%;
}
.b08_social{
	display: flex;
    justify-content: center;
	padding-top: 50px;
}
.b08_social li svg{
	color: var(--mcolor);
    font-size: 24px;
    padding: 0 10px;
	transition:all .5s;
}
.b08_social li svg:hover{
	color: var(--scolor);
}
.b08_form{
	width: 86%;
    margin: auto;
}
#footer{
	 background: url(/assets/images/f_bg_1.jpg);
	    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}
#footer {
	/*background: #ffffff29;
	*/
    padding: 60px 0 0;
}
.f_ttl {
  text-align: center;
  font-size: 30px;
  color: var(--scolor);
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 20px;
  position: relative;
}
.f_ttl:after {
  content: '';
  position: relative;
  display: block;
  margin: 10px auto 0;
  background: url("/assets/images/idx_h2_icon.png") no-repeat center center #f6f6f6;
  width: 100px;
  height: 40px;
}
.f_ttl:before {
  content: '';
  position: absolute;
  width: 490px;
  height: 1px;
  background: #e1e1e1;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.f_des{
text-align: center;	
	
	
}
.f_form {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.f_form button {
    background: var(--scolor);
    color: var(--mcolor);
    border: none;
    width: 135px;
    flex-shrink: 0;
    border-radius: 18px;
    padding: 16px;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
.f_form input {
	width: calc(100% - 150px);
    border: 3px solid var(--scolor);
    border-radius: 18px;
    padding: 5px 20px;
    font-size: 14px;
    opacity: 0.7;
    background: no-repeat;
    color: var(--scolor);
}
.f_form input::placeholder {
	color: var(--scolor);
}

.f_main {
  display: flex;
  justify-content: space-between;
  /*align-items: flex-start;*/
  margin-bottom: 50px;
}
.f_col {
  width: calc(28% - 50px);overflow: hidden;
}
.f_col:nth-child(1) {
  width: 18%;
}
.f_col_ttl {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 40px;
  font-size: 16px;
  position: relative;
}
.f_col_ttl:before {
    width: 65px;
    height: 3px;
    content: '';
    position: absolute;
    background: #666666;
    top: 35px;
}
.f_info {
  position: relative;
  font-size: 14px;
  margin: 0 0 20px;
  padding-left: 30px;
}
.f_info:before {
  content: '';
  position: absolute;
  background: url("/assets/images/f_add.png") no-repeat center center;
  width: 21px;
  height: 32px;
  left: 0;
  top: -4px;
}
.f_info.f_com{
padding-left: 0;
    font-size: 19px;
    font-weight: bold;
    color: var(--scolor);}
.f_info.f_com:before{background:none;}

.f_info.f_cer{padding-left: 0;}
.f_info.f_cer:before{background:none;}
.f_mail:before {
  background-image: url("/assets/images/f_mail.png");
}
.f_tel:before {
  background-image: url("/assets/images/f_tel.png");
}
.f_info a {
  text-decoration: none;
  color: #666666;
}
.f_service {

}
.f_service li {
  padding-left: 15px;
  position: relative;
  margin: 0 0 10px;
}
.f_service li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #666666;
  left: 0;
  top: 9px;
}
.f_service a {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s;
}
.f_service a:hover {
  color: var(--scolor);
}
.f_menu {
 /* display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 150px;*/
}
.f_menu li {
  width: 49%;
  padding-left: 25px;
  position: relative;
  margin: 0 0 10px;
}
.f_menu li:before {
  content: '';
  position: absolute;
  background: var(--scolor);
  width: 10px;
  height: 2px;
  left: 0;
  top: 10px;
}
.f_menu a {
  display: inline-block;
  text-decoration: none;
  color: #666;
  transition: all 0.3s;
}
.f_menu a:hover {
  color: var(--scolor);
}
.f_col iframe{width:100%;height:100%;}
.f_btn{
	position:fixed;
	width:50px;
	bottom:12%;
	right:3%;
}
.f_slogan{
	font-family: 'iCielRukola';
    text-align: center;
    font-size: 30px;
    margin: -80px 0 20px 0;
    width: 90%;
}
.copyright {
    margin: 0;
    background: var(--scolor);
    text-align: center;
    font-size: 12px;
    color: var(--mcolor);
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.copyright a {
  color: var(--mcolor);
  text-decoration: none;
}
@media screen and (max-width: 1500px) {
  .container {
    padding: 0 3%;
  }
  .gnavi > li {
    margin-left: 33px;
  }
	.h_tel {
		margin-left: 30px;
	}
}
@media screen and (max-width: 1400px) {
	.b02_ttl .lager{font-size: 118.34%;}
	.b02_ttl{font-size: 32px;}
}
@media screen and (min-width: 769px) {
  .gnavi > li:hover > a, .gnavi > li.active > a {
    /*border-bottom: 1px solid var(--scolor);*/
    color: var(--tcolor);
  }
  .gnavi > li:hover > a:after, .gnavi > li.active > a:after {
    opacity: 1;
  }
}
@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: 80px;
  }
  #main, #footer {
    min-width: 100%;
	background-position-x: 85%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .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: var(--tcolor);
  }
  .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);
  }
  .gnv-ico {
    width: 50px;
    height: 51px;
    position: absolute;
    background: var(--tcolor);
    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);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 90px;
    line-height: 0;
  }
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
  }
  .h_top {
    padding: 6px 0;
	display: none;
  }
  .h_tel {
    display: none;
  }
  .logo {
    width: 60px;
  }
  .h_main {
    padding: 10px 0;
  }
  .h_right {
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    background: #ded3cd;
    height: 100%;
    padding: 30px 0;
    overflow: auto;
    display: none;
  }
  .h_time {
    font-size: 12px;
  }
  .h_right_info {
    display: block;
  }
  .h_search {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
	.h_search input {
		width:100%;
	}
  .btn_booking{
	display: none;
    margin: 10px 15px 0;
	  
  }
  .gnavi {
    display: block;
  }
  .gnavi > li {
    margin: 0;
  }
  .gnavi > li > a {
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
    font-size: 14px;
  }
  .submenu {
    position: relative;
    width: 100%;left: 0;
	transform: translateX(0);
  }
  .submenu a {
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
  }
  .subover{
	  position:relative;
  }
  .subsubmenu {
    position: relative;
    left: 0;
    width: 100%;
    display: none;
            margin-top: 0 !important;
	}
	.subsubmenu a {
		background: #0fb08c;
	}
  .DoiNgu_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
	}
	.DoiNgu_itm{
		width: 100%;
	}
	.abh {
		padding: 30px 0;
	}
  .abh_img, .abh_txt{
	  width:100%;
  }
  .abh_img{
	margin-top: 20px;
	margin-bottom:40px;  
  }
  .box01 {
    padding: 50px 0 30px;
  }
  .idx_h2 {
    font-size: 30px !important;
  }
  .b01_item {
    width: 49%;
    margin: 0 0 10px;
  }
  .b01_itm_img {
    width: 80px;
    margin: 0 0 10px;
  }
  .b01_itm_ttl {
    font-size: 16px;
    min-height: auto;
  }
  .b01_item a {
    padding: 15px 10px;
    min-height: 150px;
  }
  .b01_item:last-child {
    margin: 0 auto;
  }
  .box02 .container {
    display: block;
  }
  .box02 {
    padding: 25px 0;
  }
  .b02_ttl {
    font-size: 20px;
  }
  .b02_img {
    margin: 20px 0 0;
    text-align: center;
  }
  .b02_ttl .tel {
    font-size: 80%;
  }
  .box03 {
    padding: 50px 0;
  }
  .idx_h2:after {
    background-size: 40px auto;
    width: 50px;
    height: 35px;
  }
  .box04 .idx_h2:after {
	  background-size: 40px auto;
  }
  .idx_h2:before {
    width: 100%;
    max-width: 300px;
	bottom: 15px;
  }
  .b03_tab li {
    font-size: 14px;
    margin: 0 5px 5px;
    padding: 10px 15px;
  }
  .b03_tab {
    margin-bottom: 30px;
  }
  .b03_list {
    justify-content: space-between;
  }
  .b03_item {
    width: 48%;
    margin: 0 0 30px;
  }
  .b04_list {
    margin: -30px 0;
    padding: 0 30px;
    width: 100%;
  }
  .b04_list .slick-arrow {
    width: 50px;
    background-size: 25px auto;
    right: 0;
  }
  .b04_list .slick-prev {
	  left:0;
  }
  .b04_list.slick-initialized .slick-slide {
    padding: 20px;
  }
  .b04_itm_info {
    display: block;
    padding: 15px;
  }
  .b04_itm_img {
    margin: 20px auto 0;
    text-align: center;
    max-width: 300px;
  }
  .b04_itm_main {
    padding-top: 20px;
    padding: 20px 0 0;
  }
  .b04_itm_ttl {
    font-size: 14px;
  }
  .b04_itm_txt {
  }
  .box04 {
    padding: 30px 0;
  }
  .b04_list .slick-dots {
	bottom: -10px;
  }
  .box05 {
    padding: 30px 0;
  }
  .b05_list {
    justify-content: space-between;
  }
  .b05_item {
    width: 100%;
    margin: 0 0 20px;
  }
  .b05_item a {
    display: flex;
  }
  .b05_itm_img {
    flex-shrink: 0;
    width: 40%;
  }
  .b05_itm_main {
    width: 100%;
    padding: 30px 15px;
  }
  .box06 {
	padding: 30px 0;
  }
  .b06_list p {
	  width: 100%;
  }
  .b08_social {
	  padding: 10px 0 30px;
  }
  #footer {
    padding: 40px 0 0;
  }
  #footer .gnv-ico {
	  display:none;
  }
  .f_slogan{
	display: none;
  }
  .f_ttl {
    font-size: 22px;
  }
  .f_ttl:after {
    background-size: 40px auto;
    width: 80px;
    height: 35px;
  }
  .f_ttl:before {
    width: 100%;
    max-width: 300px;
  }
  .f_main {
    display: block;
    margin-bottom: 30px;
  }
  .f_col {
    width: 100% !important;
    margin: 0 0 30px;
  }
  .f_col:first-child {
	  text-align:center;
  }
  .f_menu {
    height: 130px;
  }
  .copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 440px) {
  .b01_itm_ttl {
    font-size: 14px;
  }
  .b03_item {
    width: 100%;
  }
  .b05_itm_txt {
    display: none;
  }
  .b05_itm_img {
    width: 45%;
  }
  .b05_itm_ttl {
    font-size: 14px;
  }
  .b05_itm_img .date {
    font-size: 12px;
    width: 90px;
  }
  .b05_itm_main {
    padding: 20px 15px;
  }
  .f_form {
    display: block;
  }
  .f_form input {
    width: 100%;
    margin: 0 0 10px;
    padding: 15px 20px;
  }
  .f_form button {
    margin: 0 auto;
    display: block;
    padding: 13px;
  }
  .f_service {
    height: auto;
    display: block;
  }
  .f_service li {
    width: 100%;
  }
}