@charset "utf-8";

/*土曜の文字色*/
.youbi_6{
	color:#36F!important;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
	color:red!important;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background:#FF9;	
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background:#FDD;
	display: none;	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
	background:#FDD;	
}
.hidden{
	display:none;	
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*---------------------------------
			index.php 
---------------------------------*/

/* Calender style */

#calenderTable{
	width:100%;	
/*	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	border-collapse:collapse;
}
#calenderTable th{
	padding:5px;
	font-size:12px;
	border:1px solid #ccc;
	color:#333;
	background:#eee;
}
#calenderTable td{
	padding:5px;
	text-align:right;
	font-size:12px;
	border:1px solid #ccc;
	color:#555;
	width:14%;
	vertical-align:top;
}
#calenderTable .calenderHeader a{
	color:#555;
	text-decoration:none;
}

#calenderTable td .scheduleComment{
	text-align:center;
	font-size:14px;
	font-weight: bold;
	margin:20px 0;
	padding:12px 0;
}

#calenderTable td .scheduleComment a{
	color:#fff;
	background-color:#973e23;
	padding:12px;
	border-radius:5px;
	display:inline-block;
}

@media screen and (max-width:1200px) {

#calenderTable td .scheduleComment{
	text-align:center;
	font-size:14px;
	font-weight: bold;
	margin:20px 0;
	padding:12px 0;
}

#calenderTable td .scheduleComment a{
	color:#fff;
	background-color:#bea873;
	padding:12px;
	border-radius:5px;
	display:inline-block;
}



}
/* 【SP】ウィンドウ幅が480px以下の場合に適用するCSS */
@media screen and (max-width: 768px) {
#calenderTable td .scheduleComment {
	font-size:15px;
}
}

#calenderTable td .schedulePulldownList{
	text-align:left;
	color:#555;
	font-size:10px;
	padding:0px 0 3px;
	border-bottom:1px dotted #ccc;
}
#calenderTable .borderless{
	border:0!important
}
.countNum{
	font-size:110%;
	display: none;
}
p.holidayText{
	font-size:12px!important;
	color:#444;
	margin:0;
	padding:0 0 5px;
	display: none;
}


/* if ListStyle */
ul#calenderList{
	list-style:none;
	margin:0;
	padding:0;
/*	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
#calenderList li{
	border-bottom:1px solid #999;
	padding:15px;
	font-size:150%;
}
#calenderList li.first-child{
	border-top:1px solid #999;
}
#calenderList .scheduleComment{
	text-align:left;
	color:#555;
	font-size:10px;
}
#calenderList .schedulePulldownList{
	text-align:center;
	color:#555;
	font-size:16px;
	padding:0px 0 3px;
/*	border-bottom:1px dotted #aaa;*/
	display: inline-block;
	width: 25%;
	line-height:2em;
}

@media screen and (max-width:1060px) {
#calenderList .schedulePulldownList{
	text-align:center;
	color:#555;
	font-size:16px;
	padding:0px 0 3px;
	display: inline-block;
	width: 20%;
}
}

@media screen and (max-width:900px) {
#calenderList .schedulePulldownList{
	text-align:center;
	color:#555;
	font-size:16px;
	padding:0px 0 3px;
	border-bottom:1px dotted #aaa;
	width:100%
}
}

table.navNextPrev {
	width:100%;
}
table.navNextPrev .dspPrev{
	text-align:left;	
	padding:10px;
	display:none;
}
table.navNextPrev .dspNext{
	text-align:right;
	padding:10px;
	display:none;
}
h2#headerYm{
	background:#666;
	color:#fff;
	text-align:center;
	padding:5px ;
	font-size:110%;
/*	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}


.tokubetu a {
border-bottom: solid #8FBFDD 1px;   
}
	
/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm{
	display:inline;	  
}
.reservForm input{
	font-size:12px;
	cursor:pointer;
/*	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif*/;
	padding:1px 2px;
}
/* /Reserv Btn styl*/

/* ReservForm Style */

#formWrap {
/*	width:650px;*/
	margin:10px auto;
	color:#555;
	line-height:120%;
/*	font-size:90%;*/
/*	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
#formWrap h2{
	font-weight:normal;
	font-size:14px;
	color:#111;
	margin:0 0 10px;
	background:#efefef;
	padding:5px 8px 3px;
	border-radius:3px;
	border:1px solid #ccc;
}
#formWrap p {
/*	margin:0 0 5px;
	padding:0;
	font-size:13px;*/
}

table.formTable {
	width:100%;
	margin:15px auto;
	border-collapse:collapse;
}
table.formTable td, table.formTable th {
/*	border:1px solid #ccc; SPで使用しない*/
	padding:10px;
/*	font-size:90%;*/
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*---------------------------------
		/index.php style 
---------------------------------*/


/* Web fonts */

header {
	height: 60px;
	background-color: #FFF;
}
header .header-inner {
	width: 1260px;
	margin: 0 auto;
}
/*header .logo {
	margin-top: 15px;
}*/
/*footer {
	background-color: #EFEFEF;
	padding: 60px 0;
}*/
/*--------------------------
          HEADER
--------------------------*/
header {
	background: rgba(0, 0, 0, 0.75);
	height: 90px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 205;
/*	font-family: "Noto Sans Japanese";*/
	transition: all 0.5s;
}
header.H_bg {
	background: rgba(255, 255, 255, 0.975);
	border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}
/*
header h1 {
	position: absolute;
	color: #FFF;
	font-size: 10px;
	top: -15px;
	left: 5px;
}
*/
header.H_bg h1 {
	color: #333;
}
header .header-inner {
	width: 100%;
	max-width: 1260px;
	height: 60px;
	margin: auto;
	margin-top: 20px;
	position: relative;
}
header .header-inner a {
	display: block;
}
header .header-inner a#T_logo {
	width: 220px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 5px;
	display: block;
}
header .header-inner a#T_maga {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
header .header-inner a#T_con {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 100px;
	display: block;
}
header .header-inner a#T_req {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 200px;
	display: block;
}
header .header-inner a#T_tel {
	width: 220px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
header .header-inner a#T_menu {
	display: none;
}
a#spT_logo, a#spT_tel, a#spT_req, a#spT_con, a#spT_maga, a#spT_menu {
	display: none;
}
header .header-inner ul {
	width: 500px;
	position: absolute;
	top: 5px;
	left: 235px;
	display: block;
	overflow: hidden;
}
header .header-inner ul li {
	width: 86px;
	float: left;
	margin: 0 7px;
}
header .header-inner ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
header.H_bg .header-inner ul li a {
	color: #333;
}
header .header-inner ul li a span {
/*	font-family: 'Frijole', cursive;
	font-family: 'Stardos Stencil', cursive;*/
	display: block;
	border-bottom: solid 1px #FFF;
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 2px;
}
header.H_bg .header-inner ul li a span {
	border-bottom: solid 1px #333;
}
header .header-inner ul li a span b {
	font-weight: normal;
	/*transform:scale(0.65,1.0);*/
	display: inline-block;
}
/*
header .header-inner ul li:last-child a span b{
	margin-left:-7px;
}
*/
header .header-inner ul li:nth-child(3) a {
	line-height: 110%;
}
header .header-inner ul li:nth-child(3) a span {
	padding-bottom: 4px;
}
/*
header .header-inner ul li:nth-child(3) a span b{
	margin-left:-16px;
}
header .header-inner ul li:nth-child(4) a span b{
	margin-left:-10px;
}
*/
@media screen and (max-width:1260px) {
	header {
		height: 65px;
	}
	header .header-inner {
		height: 45px;
		margin-top: 15px;
	}
	header .header-inner a#T_logo {
		width: 180px;
		height: 49px;
	}
	header .header-inner a#T_maga {
		width: 80px;
		height: 48px;
		right: 75px;
	}
	header .header-inner a#T_con {
		width: 80px;
		height: 48px;
		right: 145px;
	}
	header .header-inner a#T_req {
		width: 80px;
		height: 48px;
		right: 215px;
	}
	header .header-inner a#T_menu {
		display: block;
		width: 80px;
		height: 48px;
		position: absolute;
		top: 0;
		right: 5px;
		display: block;
	}
	header .header-inner a#T_tel {
		width: 180px;
		height: 49px;
		right: 0;
	}
	header .header-inner a img {
		width: 100%;
	}
	header .header-inner ul {
		width: 92%;
		position: fixed;
		top: 50px;
		left: 0px;
		display: none;
		background: rgba(0, 0, 0, 0.75);
		padding: 10px 4%;
	}
	header.H_bg .header-inner ul {
		background: rgba(255, 255, 255, 0.975);
	}
	header.H_bg .header-inner ul li ul {
		background: none;
	}
	header .header-inner ul li {
		width: 30%;
		margin: 10px 10%;
	}
	header .header-inner ul li:last-child a span b {
		margin-left: 0;
	}
}
@media screen and (max-width:640px) {
	header {
		height: 45px;
		background: #FAFAFA;
		border-bottom: solid 1px #333;
	}
	header h1 {
		display: none;
	}
	header .header-inner a#T_logo {
		display: none;
	}
	header .header-inner a#T_maga {
		display: none;
	}
	header .header-inner a#T_con {
		display: none;
	}
	header .header-inner a#T_req {
		display: none;
	}
	header .header-inner a#T_menu {
		display: none;
	}
	header .header-inner a#T_tel {
		display: none;
	}
	header .header-inner a img {
		width: 100%;
	}
	header .header-inner {
		margin-top: 0;
	}
	header .header-inner ul {
		width: 92%;
		position: fixed;
		top: 46px;
		left: 0px;
		display: none;
		background: rgba(255, 255, 255, 0.95);
		padding: 10px 4%;
		border-bottom: solid 1px #333;
	}
	header .header-inner ul li {
		width: 80%;
		margin: 10px 10%;
	}
	header .header-inner ul li br {
		display: none;
	}
	header .header-inner ul li b {
		font-size: 16px;
	}
	header .header-inner ul li a span, header .header-inner ul li:nth-child(3) a span {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}
	header .header-inner a#spT_logo {
		width: 130px;
		height: 40px;
		position: absolute;
		top: 2px;
		left: 0;
		display: block;
	}
	header .header-inner a#spT_maga {
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 45px;
		display: block;
	}
	header .header-inner a#spT_con {
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 90px;
		display: block;
	}
	header .header-inner a#spT_req {
		display: none !important;
	}
	header .header-inner a#spT_tel {
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
	header .header-inner a#spT_menu {
		width: 45px;
		height: 45px;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
	header .header-inner ul li a {
		color: #333;
	}
	header .header-inner ul li a span {
		border-bottom: solid 1px #333;
	}
}
/* maxMin width */
@media screen and (max-width:340px) {
	header {
		height: 40px;
		background: #FAFAFA;
		border-bottom: solid 1px #333;
	}
	header .header-inner a img {
		width: 100%;
	}
	header .header-inner {
		margin-top: 0;
	}
	header .header-inner ul {
		width: 92%;
		position: fixed;
		top: 41px;
		left: 0px;
		display: none;
		background: rgba(255, 255, 255, 0.95);
		padding: 10px 4%;
		border-bottom: solid 1px #333;
	}
	header .header-inner ul li {
		width: 80%;
		margin: 10px 10%;
	}
	header .header-inner ul li br {
		display: none;
	}
	header .header-inner ul li b {
		font-size: 16px;
	}
	header .header-inner ul li a span, header .header-inner ul li:nth-child(3) a span {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}
	header .header-inner a#spT_logo {
		width: 110px;
		height: 34px;
		position: absolute;
		top: 2px;
		left: 0;
		display: block;
	}
	header .header-inner a#spT_maga {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 40px;
		display: block;
	}
	header .header-inner a#spT_con {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 80px;
		display: block;
	}
	header .header-inner a#spT_req {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 120px;
		display: block;
	}
	header .header-inner a#spT_tel {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
	header .header-inner a#spT_menu {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
	header .header-inner ul li a {
		color: #333;
	}
	header .header-inner ul li a span {
		border-bottom: solid 1px #333;
	}
}
/*----------------------------
           FOOTER
----------------------------*/
/*footer {
	background: #151515;
	padding: 40px 0 70px 0;
}*/
footer .Area {
	width: 92%;
	max-width: 1080px;
	margin: auto;
}
footer .Area .title {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 18px;
}
footer .Area .Menu {
	width: 100%;
	overflow: hidden;
}
footer .Area .Menu li {
	/*width:16.66666666%;*/
	width: 16.6%;
	float: left;
}
footer .Area .Menu li li {
	width: 100%;
	float: none;
}
footer .Area .Menu li a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.CTA {
	width: 92%;
	max-width: 920px;
	margin: 30px auto;
	overflow: hidden;
}
.CTA .logo {
	width: 340px;
	height: 100px;
	display: block;
	float: left;
}
.CTA ul {
	width: 520px;
	float: right;
	overflow: hidden;
	margin-top: 15px;
}
.CTA ul li {
	width: 80px;
	margin: 0 5px;
	float: left;
	list-style: none;
}
.CTA ul li.tel {
	width: 240px;
	float: right;
}
.Social {
	width: 162px;
	margin: 30px auto;
	overflow: hidden;
}
.Social a {
	width: 44px;
	height: 44px;
	display: block;
	float: left;
	margin: 0 5px;
}
address {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	display: block;
	font-style: normal;
	margin: 20px 0;
}
@media screen and (max-width:1260px) {
	footer .Area .Menu li {
		width: 33.33333333%;
		margin-bottom: 30px;
	}
	footer .Area .Menu li:nth-of-type(4) {
		clear: both;
	}
	footer .Area .Menu li li {
		margin-bottom: 0;
	}
	.CTA .logo {
		float: none;
		margin: auto;
		margin-bottom: 30px;
	}
	.CTA ul {
		float: none;
		margin: auto;
	}
	.CTA ul li.tel{
		float: none;
		margin: 0 auto;
	}
}
@media screen and (max-width:640px) {
	footer {
/*		background: #151515;*/
		padding: 30px 0 60px 0;
	}
	footer .Area {
		width: 92%;
		max-width: 1080px;
		margin: auto;
	}
	footer .Area .title {
		font-size: 16px;
/*		color: #FFF;*/
		margin-bottom: 18px;
		text-align: center;
	}
	footer .Area .Menu {
		width: 100%;
		overflow: hidden;
	}
	footer .Area .Menu li {
		width: 45%;
		margin: 0 2.5%;
		float: left;
		margin-bottom: 25px;
	}
	footer .Area .Menu li:nth-of-type(4) {
		clear: none;
	}
	footer .Area .Menu li:nth-child(2n+1) {
		clear: both;
	}
	footer .Area .Menu li ul {
		margin-bottom: 20px;
	}
	footer .Area .Menu li li {
		width: 100%;
		float: none;
	}
	footer .Area .Menu li a {
		font-size: 12px;
/*		color: #FFF;*/
		text-decoration: none;
	}
	.CTA {
		width: 92%;
		max-width: 920px;
		margin: 30px auto;
		overflow: hidden;
	}
	.CTA .logo {
		width: 210px;
		height: 62px;
		float: none;
		margin: auto;
	}
	.CTA .logo img {
		width: 100%;
	}
	.CTA ul {
		width: auto;
		float: none;
		text-align: center;
	}
	.CTA ul li {
		width: 60px;
		margin: 0 5px;
		float: none;
		display: inline-block;
	}
	.CTA ul li img {
		width: 100%;
	}
	.CTA ul li.tel {
		width: 180px;
		float: none;
		margin: 20px auto;
		display: block;
	}
	address {
		font-size: 12px;
/*		color: #FFF;*/
		text-align: center;
		display: block;
		font-style: normal;
		margin: 20px 0;
	}
}
#FooterBanner {
	background: #DADADA;
	padding: 80px 0 40px 0;
}
#FooterBanner ul {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}
#FooterBanner ul li {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
#FooterBanner ul li a {
	display: block;
	width: 90%;
	max-width: 240px;
	margin: auto;
}
@media screen and (max-width:1260px) {
	#FooterBanner {
		padding: 40px 0 30px 0;
	}
	#FooterBanner ul li a img {
		width: 100%;
	}
}
@media screen and (max-width:640px) {
	#FooterBanner {
		display: none !important;
		padding: 30px 0 0 0;
	}
	#FooterBanner ul li {
		width: 50%;
	}
}
.Foot_bg {
	padding-top: 40%;
	position: relative;
}
.Foot_bg br {
	display: none;
}
.Foot_bg img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.Foot_bg p {
	position: absolute;
	top: 50%;
	left: 0;
	height: 50px;
	width: 100%;
	line-height: 50px;
	margin-top: -25px;
	z-index: 2;
	color: #FFF;
	font-size: 36px;
	text-align: center;
	letter-spacing: 2px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 1);
/*	font-family: 'Stardos Stencil', cursive;*/
	font-weight: 700;
}
@media screen and (max-width:1260px) {
	.Foot_bg p {
		font-size: 28px;
	}
}
@media screen and (max-width:640px) {
	.Foot_bg p {
		font-size: 24px;
	}
}
/* page top btn Style ---------------------------------------------------------------- */
.Ptop {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
}
.Ptop a {
	display: block;
	width: 50px;
	height: 27px;
	border-radius: 2px;
	border: solid 2px #FFF;
	background: rgba(0, 0, 0, 0.55);
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
	transition: all 0.5s;
/*	font-family: 'Stardos Stencil', cursive;*/
	font-size: 11px;
	line-height: 115%;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding-top: 23px;
	letter-spacing: 1px;
}
.Ptop a:hover {
	background: rgba(0, 0, 0, 0.2);
}
.Ptop a::after {
	content: "";
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	left: 13px;
	width: 15px;
	height: 2px;
	transform: rotate(-45deg);
}
.Ptop a::before {
	content: "";
	background-color: #ffffff;
	position: absolute;
	top: 10px;
	right: 13px;
	width: 15px;
	height: 2px;
	transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
	.Ptop {
		display: block !important;
		position: fixed;
		bottom: 0px;
		left: auto;
		margin-left: 0;
		width: 52px;
		height: 52px;
		right: 0;
		z-index: 1;
	}
	.Ptop a {
		display: block;
		width: 50px;
		height: 28px;
		padding-top: 22px;
		border-radius: 2px;
		border: solid 1px #ddd;
		background: none;
		position: relative;
		box-shadow: none;
		transition: all 0.5s;
/*		font-family: 'Stardos Stencil', cursive;*/
		font-size: 11px;
		line-height: 115%;
		text-align: center;
		text-decoration: none;
		color: #555;
		letter-spacing: 1px;
	}
	.Ptop a::before {
		content: "";
		background-color: #555;
		position: absolute;
		top: 10px;
		right: 17px;
		width: 10px;
		height: 2px;
		transform: rotate(45deg);
	}
	.Ptop a::after {
		content: "";
		background-color: #555;
		position: absolute;
		top: 10px;
		left: 17px;
		width: 10px;
		height: 2px;
		transform: rotate(-45deg);
	}
}
.tx_post {
	color: #FFF;
	font-size: 12px;
	margin-top: 5px;
}
/*-----------------------------
          PAGE STYLE
-----------------------------*/
#Pagetitle {
	width: 100%;
	padding: 50px 0;
	margin-top: 90px;
	background: #DFDFDF;
}
#Pagetitle h1 {
	text-align: center;
	font-size: 28px;
	color: #FFF;
	text-shadow: 0 0 2px rgba(0, 0, 0, 1), 0 0 5px rgba(0, 0, 0, 0.7);
	max-width: 1200px;
	letter-spacing: 3px;
	margin: auto;
	font-weight: bold;
}
@media screen and (max-width:1260px) {
	#Pagetitle {
		margin-top: 65px;
	}
}
@media screen and (max-width:640px) {
	#Pagetitle {
		margin-top: 45px;
		padding: 45px 0;
	}
	#Pagetitle h1 {
		font-size: 21px;
	}


}
@media screen and (max-width:340px) {
	#Pagetitle {
		margin-top: 40px;
	}
}


