@charset "utf-8";
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#container{
	width:100%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size:100%;
}
img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
a:link{
	text-decoration:none;
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
a{
	color:#ADBF67;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: 0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    transition: 0.2s;
	text-decoration:underline;
}
a:hover{
	color:#AAAAAA;
	text-decoration:none;
}
body {
     font-family: a-otf-gothic-bbb-pr6n, sans-serif;
     font-weight: 400;
     font-style: normal;
     color: #4B4B4B;
}
.t-right{
    text-align: right;
}
.op{
	-webkit-transition: 0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    -ms-transition:0.2s;
    transition: 0.2s;
}
.op:hover{
		opacity: 0.7
}
.clear{
	clear:both;
}
.red{
	color:red;
}
.green{
    color: #ADBF67;
}
.large1{font-size: 110%;}
.large2{font-size: 120%;}
.large3{font-size: 130%;}
.large4{font-size: 140%;}
.large5{font-size: 150%;}
.large6{font-size: 160%;}
.large7{font-size: 170%;}
.large10{font-size: 200%;}
.large20{font-size: 300%;}
.large30{font-size: 400%;}
.small1{font-size: 90%;}
.small2{font-size: 85%;}
.small3{font-size: 80%;}
.small4{font-size: 75%;}
.small5{font-size: 70%;}
.center{
	text-align: center;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
.marker_pink_hoso {
background: linear-gradient(transparent 60%, #FFE2E2 60%);
}
.pagetop {
 display: none;
 position: fixed;
 border-radius:5px;
 z-index:999;
}
.pagetop a {
 display: block;
 width: 50px;
 height: 50px;
 background:#ADBF67;
 text-align: center;
 color: #fff;
 font-size: 28px;
 text-decoration: none;
 line-height: 44px;
 border-radius:25px;
 -webkit-transition: 0.2s;
 -moz-transition:0.2s;
 -o-transition:0.2s;
 -ms-transition:0.2s;
 transition: 0.2s;
}
.pagetop a:hover{
	line-height: 35px;
}
.btn1,
.center-btn1{
    background-color: #ADBF67;
    color: #fff;
    -webkit-transition: 0.2s;
 -moz-transition:0.2s;
 -o-transition:0.2s;
 -ms-transition:0.2s;
 transition: 0.2s;
 border: 1px solid #ADBF67;
}
.btn1:hover,
.center-btn1:hover{
    background-color: #fff;
    color: #ADBF67;
    border: 1px solid #ADBF67;
}
.btn1-red{
    background-color: orange;
    color: #fff;
    -webkit-transition: 0.2s;
 -moz-transition:0.2s;
 -o-transition:0.2s;
 -ms-transition:0.2s;
 transition: 0.2s;
 border: 1px solid orange;
}
.btn1-red:hover{
    background-color: #fff;
    color: orange;
    border: 1px solid orange;
}
.content-title{
    color: #4B4B4B;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
}
.content-sub-title{
    color: #ADBF67;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.content-bg{
    background-color: #F9FCF5;
}
.f-banner-title{
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.title3{
    color: #ADBF67;
    border-bottom: 3px solid #D4E1C4;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.title-shop{
    color: #ADBF67;
}
.slide_item img{
    width: 100%;
}
#slide_wrapp {
  position: relative;
  overflow: hidden;
}
#slide_wrapp .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
  z-index: 1;
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrapp .slide_item img {
  display: block;
}
/*
-------------------TEMPLATE-------------------------
*/
#header{
    border-top: 10px solid #D4E1C4;
    background-color: #F9FCF5;
}
#header .logo{
    color: #82AE41;
}

#header .header-seconds{
    background-color: #D4E1C4;
    font-family: europa, sans-serif;
    font-weight: 300;
    font-style: normal;
}
#footer{
	background-color:#F9FCF5;
}
#footer .copy{
    background-color: #D4E1C4;
    color:#81A357;
}
.ta-c-green{
    background-color: #acbf67;
}
.ta-c-pink{
    background-color:  #e3b0b0;
}
.ta-c-yellow{
    background-color: #dac195; 
}
.ta-c-blue{
    background-color:  #95b0da;
}
.ta-c-purple{
    background-color:  #C1A2CF;
}
/*
------------フェイスブックを非表示に-------------------
*/

/*
-------------top-------------------
*/
#top .owner-message .right .title{
    color: #ADBF67;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
}
#top .owner-message .left .owner-message-box{
    font-family: ten-mincho-text, serif;
    color: #fff;
    background-color: #ADBF67;
}
/*
-------------child共通-------------------
*/
#staff .st,
#child .st{
    background-color: #acbf67;
}
#staff .na,
#child .na{
    background-color: #dac195; 
}
#staff .ey,
#child .ey{
    background-color:  #95b0da;
}
#staff .as,
#child .as{
    background-color: #5e5e5e;
}
/*
-------------MENU-------------------
*/
#tab li{
    text-align: center;
    color: #4b4b4b;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #D5E3C3;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
}
#tab li:hover {
    background:#f0f6e8;
}
#rec-tab {
    margin-left:-30px;
}
#rec-tab li{
    text-align: center;
    color: #4b4b4b;
    display: inline-block;
    cursor: pointer;
    border-bottom: 3px solid #D5E3C3;
    margin-left: 30px;
    padding: 0px 20px;
    border-radius: 10px;
}
#rec-tab li:hover {
    border-bottom: 3px solid #D5E3C3;
}
.select {
  background:#D5E3C3;
}
.disnon {
  display: none;
}
#tab-en li{
    text-align: center;
    color: #4b4b4b;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #D5E3C3;
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
}
#tab-en li:hover {
    background:#f0f6e8;
}
.select-en {
  background:#D5E3C3;
}
.disnon-en {
  display: none;
}
#menu table{
  border-collapse: collapse;
  border-spacing: 0;
}
#menu table tr:hover {
  background:#f0f6e8;
}
.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index:9999999;
    background-color: #ADBF67;
}
.menu-btn span {
    color: #fff;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}
.menu ul {
    display: table-cell;
    vertical-align: middle;
    
}
.menu li {
    width: 300px;
    height: 25px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
}
.menu table{
    width: 300px;
}
.menu table .border{
    border-right: 1px solid #fff;
}
.menu li a {
    font-size: 100%;
    color: #fff;
}
.menu li a:hover {
    color: #999;
}
.menu .sub-title{
    color: #999;
    font-size: 80%;
    margin-top: -5px;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
/*
-------------ヘッドスパ------------------
*/
#headspa .prolog li{
    display: inline-block;
}
#headspa .spa-effect h4{
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
}
/*
-------------はじめての方へ------------------
*/
#first .system .list h4{
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
}
/*
-------------seamless------------------
*/
#seamless .copy,
#seamless .copy-sub,
#seamless .section-4 .title,
#seamless .section-5 .title,
#seamless h4,
#seamless .band-title,
#seamless .reservation{
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
}
/*
-------------リクルート------------------
*/
#recruit{
    overflow: hidden;
}
#recruit .rinen{
    font-family: tbchibirgothicplusk-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
}
#recruit{
font-family: tbchibirgothicplusk-pro, sans-serif;
font-weight: 400;
font-style: normal;
}
#recruit h2{
   color:#81A357;
}
/*
-------------シームレス------------------
*/
#seamless .comment{
    font-family: tbchibirgothicplusk-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
}
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 500px;
    text-align: left;
    position: relative;
    overflow: hidden;
       font-family: tbchibirgothicplusk-pro, sans-serif;
       font-weight: 400;
       font-style: normal;
}
 
.loopSlider ul {
    height: 500px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    color:#81A357;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}