﻿@charset "utf-8";
/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

*, *:before, *:after {
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
html, body {
	position: relative;
	height: 100%;
}
body {
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color: #000;
	background: #fff;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
}
input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 100%;
}
/******************** a ********************/
a {
	color: #1ed6bb;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	opacity: 0.7;
	zoom:1;
}
/********************/
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
}
table {
	line-height: 150%;
	border: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
p {
	margin: 0;
}
.spacer {
	margin-bottom: 10px;
}
.spacer2 {
	margin-bottom: 15px;
}
.spacer3 {
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
.side {
	text-align: center;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
}
.bold img {
	margin-right: 3px;
}
.red {
	color: #FF0000;
}
.gray {
	color: #aaa;
}
.yellow {
	color: #d80;
}
.pink {
	color: #f18;
}
.blue {
	color: #1cf;
}
/* clerfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.btn {
	text-align: center;
}
/******************** ie6 ********************/
*html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
*html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/******************** floating ********************/
#floating {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
    background: #2be3c8;
    height: 60px;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  left : 6px;
  top   : 8px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 3px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #000;
  text-align: center;
  transform: translateX(-100%);
  transition: all 0.6s;
  opacity: 0.97;
  width: 100%;
}
nav.globalMenuSp ul {
  background: #000;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #333;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#333;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 0.8em 0;
  text-decoration :none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
h1 {
	background: #2be3c8;
	color: #666;
	font-size: 9px;
	font-weight: normal;
    padding: 8px 0 0 54px;
    float: left;
    letter-spacing: -0.15em;
    width: 190px;
    height: 60px;
    overflow: hidden;
}
h1 img {
	width: auto;
	height: 24px;
    margin: 2px;
}
ul#sub_btn {
    background: #12a690;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    float: right;
	height:60px;
}
ul#sub_btn li a {
    color: #f6d140;
    display: block;
    width: 52px;
    height: 60px;
    font-size: 11px;
    font-weight: bold;
    padding-top: 38px;
}
ul#sub_btn li.tel a {
    background: url("/wp-content/uploads/2025/04/sub_btn_tel.png") no-repeat top center;
    border-right:  1px solid #15bda4;
    letter-spacing: 0.2em;
}
ul#sub_btn li.line a {
    background: url("/wp-content/uploads/2025/05/line.png") no-repeat top center;
    border-right:  1px solid #15bda4;
    letter-spacing: 0.2em;
}
ul#sub_btn li.reserve a {
    background: url("/wp-content/uploads/2025/04/sub_btn_reserve.png") no-repeat top center;
    letter-spacing: -0.1em;
    padding-right: 2px;
}

/******************** nav ********************/
p#open {
    margin-top: 60px;
	background: #ffce0e;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}
/******************** nav ********************/
.main_content {
	padding-top: 60px;
}
#header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 10;
}
/******************** nav ********************/
nav.picture {
	background: rgb(254,251,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,251,238,1) 0%, rgba(255,255,255,1) 49%, rgba(254,251,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(254,251,238,1) 0%,rgba(255,255,255,1) 49%,rgba(254,251,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(254,251,238,1) 0%,rgba(255,255,255,1) 49%,rgba(254,251,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-top: 1px solid #e4ddc2;
	border-bottom: 1px solid #e4ddc2;
}
nav.picture ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
nav.picture li {
	width: 25%;
	border-left: 1px solid #e4ddc2;
}
nav.picture li a {
	display: block;
	font-size: 85%;
	height: 60px;
    color: #000;
    padding-top: 38px;
    font-weight: bold;
}
nav.picture li.schedule a {
	background: url("/wp-content/uploads/2025/04/nav_pic_schedule.png") no-repeat center top;
	border-left: none;
}
nav.picture li.schedule_heaven a {
	background: url("/wp-content/uploads/2025/04/nav_pic_schedule_heaven.png") no-repeat center top;
}
nav.picture li.system a {
	background: url("/wp-content/uploads/2025/04/nav_pic_system.png") no-repeat center top;
}
nav.picture li.cast a {
	background: url("/wp-content/uploads/2025/04/nav_pic_cast.png") no-repeat center top;
}
nav.picture li.reserve a {
	background: url("/wp-content/uploads/2025/04/nav_pic_reserve.png") no-repeat center top;
}
/******************** contents ********************/
h2 span {
	border-bottom: 1px solid #004b2a;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";;
	color: #004b2a;
	padding-bottom: 4px;
}
h2 {
	margin: 35px 10px 20px;
	text-align: center;
}
.text {
	padding: 10px;
}
/******************** global footer ********************/
p#page_top {
	margin: 30px 10px 0 0;
	text-align: right;
}
footer {
	background: #17d5b9;
	border-top: 2px solid #ebd374;
	line-height: 30px;
	margin-top: 10px;
}
address {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
}
address a {
	color: #fff;
}


/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}
.pc{
	display:none;
}
.sp{
	display:block;
}
.page-header{
	display:none;
}
.breadcrumb{
	display:none;
}

.x-has-controls-direction{
	display:none;
}
.bx-controls{
	display:none;
}
#main p img{
	width:100%;
}
#vk-mobile-nav-menu-btn{
	display:none;
}
#vk-mobile-nav{
	display:none;
}
/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/