@charset "utf-8";
/*==================================================
cmn
==================================================*/

html {
	overflow: auto;
	font-size: 62.5%;
	cursor: auto;
}
body {
	overflow: hidden;
	font-family: "游ゴシック", "YuGothic", serif;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2em;
	position: relative;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.8em;
	font-weight: normal;
	font-family: "游明朝", "YuMincho", serif;
}
h2.en{
	font-family: 'Cinzel', serif;
	color: #5082E7;
	font-size: 18px;
	text-align: center;
}
h3.subtitle{
	color: #1746A8;
	font-size: 26px;
	text-align: center;
	font-family: "游明朝", "YuMincho", serif;
	margin-top: 20px;
}
p {
	margin-bottom: 1em;
}
p:last-child {
	margin: 0;
}
a, input[type="submit"] {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}
a:hover, input[type="submit"]:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.wrap {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1000px;
	width: 100%;
}
.wrap-m {
	margin: 0 auto;
	padding: 0;
	box-shadow: none;
	max-width: 860px;
	width: 100%;
}
.wrap-s {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 768px;
	width: 100%;
}
.sp {
	display: none;
}
.hide {
	display: none;
}
.mauto {
	width: 64%;
	margin: 0 18% !important;
}

/*==================================================
head
==================================================*/
.site-header {
	margin: 0 auto;
	padding: 0 ;
	color: #333333;
	position: relative;
	z-index: 9999;
	font-family: "游明朝", "YuMincho", serif;
}
.site-header:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.site-header .header_top {
	margin: 0 auto;
	padding: 0 ;
	width: 100%;
	position: relative;
}
.site-header .header_top img,
.site-header .header_top h1{
	display: inline-block;
	vertical-align: top;
}
.site-header .header_top h1{
	font-size: 16px;
	margin-top: 10px;
}
.site-header .header_top .head_logo{
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.site-header .header_top .head_logo img{
	margin: 14px 0 0 15px ;
}
.site-header .header_top .activetime{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0;
	left: 150px;
}
.site-header .navi_area {
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
}
#gnavi-s, .button-toggle {
	display: none;
}
.lang_menu_sp {
	display: none;
}
.gnavi {
	overflow: hidden;
	margin-top: 0px;
	margin-right: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	height: 64px;
}
.gnavi ul {
	margin-top: 23px;
}
.gnavi ul.submenu {
	margin: 0 0 0 15px;
	font-size: 11px;
}
.gnavi li {
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
}
.gnavi li.contact_btn a{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #457AE6;
	margin: -10px 0 0 0;
	padding: 10px;
}
.gnavi li.contact_btn a:hover{
	background-color: #D7F1FF;
}
.gnavi li.contact_btn img{
	max-width: 17px;
	width: 17px;
}
.gnavi li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.gnavi-s {
	display:none;
	visibility: hidden;
	opacity: 0;
}
.slick-dots{
	display: none !important;
}

/*==================================================
foot
==================================================*/
.site-foot {
	margin: 0;
	padding: 40px;
	text-align: center;
	border-top: solid 1px #2FC1E7;
}
.site-foot .foot_logo img {
	width:170px;
}
.site-foot .wrap {
	overflow: hidden;
	max-width: 1000px;
	width: 100%;
}
.site-foot ul {
	width:100%;
	margin:30px auto 10px;
	font-size: 13px;
	display: block;
}
.site-foot li {
	display: inline-block;
	margin: 0 10px;
}
.site-foot ul.submenu {
	width:100%;
	margin:10px auto 30px;
	font-size: 11px;
}
.fnavi {
	overflow: hidden;
}
.fnavi ul {
	font-size: 14px;
	font-size: 1.4rem;
	float: left;
	display: inline-block;
	vertical-align: middle;
	margin-top: 25px;
}
.fnavi ul.sns-list {
	margin-left: 20px;
	margin-top: 22px;
}
.fnavi li {
	display: inline-block;
	padding: 0 0 0 30px;
}
.fnavi li.sns {
	display: inline-block;
	padding: 0px 0 0 10px;
	vertical-align: text-bottom;
}
.fnavi li span {
	font-size: 10px;
	margin-right: 10px;
}
.copy {
	text-align: center;
    font-size: 10px;
    background: #2FC1E7;
    padding: 5px 0;
	color: #fff;
}


/*==================================================
content
==================================================*/
section {
	padding: 100px 0;
}
section.banner_area {
	border-top: solid 1px #2FC1E7;
	padding: 60px 0;
}
.site-content {
	padding: 50px 0;
}
.bg-gray {
	background: #f8f8f8;
}
.txt-center {
	text-align: center;
}
.txt-en {
	font-family: 'Lora', serif;
	letter-spacing: 2px;
	font-size: 12px;
	font-size: 1.2rem;
}
/*タイトル*/
h2.tit01 {
	text-align: center;
	margin: 0 0 30px;
	line-height: 1em;
}
h3.tit01 {
	text-align: center;
	margin: 0 0 30px;
	font-size: 30px;
	font-size: 3.0rem;
}
/*カラム*/
.col-2, .col-3, .col-4, .col-5 {
	overflow: hidden;
}
.col-2 .col-box:nth-of-type(2n) {
	margin-right: 0px;
}
.col-3 .col-box:nth-of-type(3n) {
	margin-right: 0px;
}
.col-4 .col-box:nth-of-type(4n) {
	margin-right: 0px;
}
.col-5 .col-box:nth-of-type(4n) {
	margin-right: 0px;
}
.col-2 .col-box {
	width: 49.166667%;
	float: left;
	margin: 0 1.66666666% 0 0;
}
.col-2.no-mar .col-box {
	width: 50%;
	margin-right: 0;
}
.col-3 .col-box {
	width: 32.2222222%;
	float: left;
	margin: 0 1.66666666% 0 0;
}
.col-3.no-mar .col-box {
	width: 33.3333333%;
	margin-right: 0;
}
.col-3 .col-box a {
	display: block;
}
.col-4 .col-box {
	width: 24.375%;
	float: left;
	margin: 0 0.83333333% 20px 0;
	text-align: center;
}
.col-5 .col-box {
	width: 16.11111111%;
	float: left;
	margin: 0 1.11111111% 3% 3%;
	text-align: center;
}
/*ボタン*/
.default_btn {
	text-align: center;
    margin: 2em auto 0;
    border: 1px solid #333;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
    color: #333;
    font-weight: bold;
    font-size: 20px;
	font-family: "游明朝", "YuMincho", serif;
	width: 36%;
	max-width: 380px;
}
.col-box .default_btn {
	width: 100%;
}
.default_btn a {
	display: block;
	padding: 7px;
	width: 100%;
	height: 100%;
	line-height: 48px;
	-webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px;
}
.default_btn a:hover,
.default_btn-s a:hover{
	background-color: #C9EFFE;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.default_btn-s {
	text-align: center;
    margin: 2em auto 0;
    border: 1px solid #333;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
	font-family: "游明朝", "YuMincho", serif;
	width: 60%;
	max-width: 380px;
}
.default_btn-s a {
	display: block;
	padding: 2px;
	width: 100%;
	height: 100%;
	line-height: 30px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.swiper-slide {
	cursor: pointer;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.contact_area .wrap{
	display: block;	
	width: 70% !important;
	margin: 0 auto;
}
.contact_area .left{
	display: inline-block;	
/*	width: 165px;*/
	margin-right: 30px;
}
.contact_area .right{
	display: inline-block;
	width: calc(100% - 200px);
	vertical-align: top;
	margin-top: 5px;
}
.contact_area .right .fukidashi{
	border: solid 1px #4EC0FE;
	position: relative;
	border-radius: 36px;
}
.contact_area .right .fukidashi::before{
	content: url(../img/cmn/fukidashi.png);
	position: absolute;
	top: 28px;
	left: -20px;
}
.contact_area .right .fukidashi p{
	font-size: 18px;
	margin: 15px 0 5px 10%;
}
.contact_area .right .fukidashi .contact_btn{
	background: #4EC0FE;
	color: #fff;
	font-family: "游明朝", "YuMincho", serif;
	text-align: center;
	font-size: 20px;
	width: 80%;
	margin: 0 10% 20px;
	line-height: 3.5em;	
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.contact_area .right .fukidashi .contact_btn:hover{
	background: #BFE9FF;
}
.contact_area .right .fukidashi .contact_btn a{
	display: block;
	height: 100%;
	width: 100%;
}
.fl{
	float: left;
}
.fr{
	
}
.chara{
	margin-top: 24px;
}

@media (min-width: 768px) {
.swiper-button-prev,
.swiper-button-next {
    display: block;
  }
}

@media screen and (min-width: 900px) {
#reservemenu {
	display: block !important;
}
#reservemenu-bt > a {
	display: none;
}
}

@media screen and (max-width: 1186px) {
.gnavi li {
    padding: 0 6px;
}
}
@media screen and (max-width: 1150px) {

.site-foot {
	padding: 60px 5% 30px;
}
section {
	padding: 30px 5%;
}
.reserve {
	font-size: 11px;
}
.reserve #reservemenu div {
	margin: 0;
}
}
@media screen and (max-width: 1085px) {
.gnavi li {
    padding: 0 4px;
}
}
@media screen and (max-width: 1040px) {
.gnavi li {
	font-size: 11px;
}
}
@media screen and (max-width: 1000px) {
.site-header {
	padding-left: 0;
}
.site-header .navi_area {
	max-width: 100%;
	width: 100%;
	text-align: center;
}
.gnavi {
	display: none;
}
.button-toggle {
	display: block;
	height: 50px;
	float: right;
	margin: 6px 10px 0;
}
.button-toggle img {
	height: 100%;
}
.home .main-img {
    margin-top: 8px !important;
}
.gnavi li.head_l {
	padding-left: 17px;
	padding-right: 16px;
}
.gnavi li.head_r {
	padding-left: 8px;
	padding-right: 8px;
}
.gnavi li {
	font-size: 12px;
}
.gnavi li.head_logo {
	display: inline-block;
	padding: 0 20px;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.page-title {
    margin-top: 8px !important;
    font-size: 18px !important;
}
}

@media screen and (max-width: 900px) {
.gnavi li.head_logo {
	padding: 0 10px;
}
.gnavi li.head_logo object {
	width: 100px;
}

.mauto {
	width: 80%;
	margin: 0 10% !important;
}
.fnavi {
	text-align: center;
}
.fnavi ul {
	float: none;
	margin: 0;
}
.fnavi li {
	display: block;
	padding: 0;
	text-align: left;
}
.fnavi .sns-list {
	clear: both;
	display: block;
	text-align: center;
	float: none;
	padding: 20px 0 0;
}
.fnavi .sns-list li {
	display: inline-block;
	padding: 0 5px !important;
}
.gnavi-s {
	display:block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	padding: 0 5% 5%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
.gnavi-s.active {
	visibility: visible;
	opacity: 1;
}
.gnavi-s .close {
	font-size: 400%;
    text-align: right;
    margin: 0;
    padding: 35px;
    padding-right: 0;
}
.gnavi-s ul {
	overflow: hidden;
}
.gnavi-s li:nth-child(odd) {
	width: 100%;
	float: none;
}
.gnavi-s li:nth-child(even) {
	width: 100%;
	float: none;
}
.gnavi-s li.w100 {
	width: 100%;
}
.gnavi-s li.w50 {
	width: 50%;
}
.gnavi-s li a{
	display: inline-block;
	width:100%;
	padding:15px 10px;
	line-height: 1em;
	text-align: center;
	font-size: 16px;
}
.gnavi-s li a span{
	color: red;
}
.gnavi-s li.h a{
	padding:25px 10px;	
}
.gnavi-s li.w100 a,.gnavi-s li.w50 a{
	height:auto;	
}
.col-2 .col-box,
.col-3 .col-box{
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
}
.col-4 .col-box,
.col-5 .col-box{
    width: 44%;
    float: left;
    margin: 0 2.5% 30px;
}
.tc {
    text-align: left !important;
}
h3.subtitle {
    color: #1746A8;
    font-size: 18px !important;
    text-align: center;
    font-family: "游明朝", "YuMincho", serif;
    margin-top: 8px;
}
h2.en {
    font-family: 'Cinzel', serif;
    color: #5082E7;
    font-size: 14px;
    text-align: center;
	margin-bottom: 16px;
}
}
