@charset "utf-8";

p.error_messe{
	margin:5px 0;
	color:#E00;
}

#preinfo #pcontents {
	display: block;
}
#preinfo #pcontents h2 {
	margin-bottom: 20px;
	text-align: center;
}
#preinfo #pcontents section {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1024px) {
	#preinfo #pcontents section {
		width: 100%;
	}
}
/*=============
admission
===============*/
#admission {
	width: 100%;
	margin: 0 auto 50px auto;
}
#admission h2 {
	text-align: center;
	margin-bottom: 10px;
}
#admission #invitation {
	width: 98%;
	margin: 0 auto 1em auto;
}
#admission #invitation h3 {
	font-size: 120%;
	margin: 0 auto 0.5em auto;
	border-bottom: solid 1px #ef3f98;
	padding-left: 0.5em;
	text-align: center;
}
#admission #invitation p {
	margin: 0 auto 1em auto;
	text-align: center;
	padding-left: 0.5em;
}
#admission #invitation th, #admission #invitation td {
	padding: 5px;
}
#admission #invitation thead th {
	border: solid 1px #ef3f98;
}
#admission #invitation tbody th {
	width: 5em;
}
#admission #invitation tbody th, #admission #invitation tbody td {
	text-align: left;
	border-bottom: dotted 2px #ef3f98;
}
#admission ul {
	margin-left: 1em;
	margin-bottom: 0.5em;
	list-style: circle;
}

/*table flex*/
#calenderflex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
#calenderflex table {
	width: 48%;
}
#point {
	width: 90%;
	margin: 0 auto;
	border: solid 1px #ef3f98;
	border-radius: 10px;
}
#point h3 {
	border-bottom: solid 2px #ef3f98;
}
#point ul {
	list-style: circle;
	margin-left: 2em;
}


.holidayText{
	width:98%;
	margin: 0 auto 5px auto;
}
.btn {
	margin-top: 10px;
}
ul.calendarmsg {
	width: 50%;
	margin: 0 auto 1em auto;
	list-style: circle;
}
ul.calendarmsg li {
	margin-bottom: 0.5em;
}

/*土曜の文字色*/
.youbi_6{
	color:#36F!important;
}
/*祝日と日曜の文字色*/
.youbi_0,.shukujitu{
	color:red!important;
}
/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background:#FF9;	
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background:#FDD;	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.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:98%;	
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
	margin: 0 auto;
}
#calenderTable th{
	padding:5px;
	font-size:12px;
	border:1px solid #ccc;
	background:#eee;
}
#calenderTable td{
	padding:5px;
	text-align:right;
	font-size:12px;
	border:1px solid #ccc;
	width:14%;
	vertical-align:top;
	font-weight: bold;
}
#calenderTable .calenderHeader a{
	color: #282D5A;
 text-decoration: underline;
}
#calenderTable .calenderHeader a:hover {
	text-decoration: none;
}

#calenderTable td .scheduleComment{
	text-align:left;
	font-size:10px;
}
#calenderTable td .schedulePulldownList{
	text-align:left;
	font-size:10px;
	padding:0px 0 3px;
	border-bottom:1px dotted #ccc;
}
#calenderTable .borderless{
	border:0!important
}
.countNum{
	font-size:110%;
}


/* 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:5px;
}
#calenderList li.first-child{
	border-top:1px solid #999;
}
#calenderList .scheduleComment{
	text-align:left;
	color:#555;
	font-size:10px;
}
#calenderList .schedulePulldownList{
	text-align:left;
	color:#555;
	font-size:11px;
	padding:0px 0 3px;
	border-bottom:1px dotted #aaa;
}
table.navNextPrev {
	width:100%;
}
table.navNextPrev .dspPrev{
	text-align:left;	
	padding:10px;
}
table.navNextPrev .dspNext{
	text-align:right;
	padding:10px;
}
h2#headerYm{
	background:#666;
	color:#fff;
	text-align:center;
	padding:5px ;
	font-size:110%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm{
	display:inline;	
}
.reservForm input{
	font-size:12px;
	cursor:pointer;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:1px 2px;
	width: auto;
}
/* /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 h4 {
	margin-bottom: 1em;
}
#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;
	padding:10px;
	font-size:90%;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*---------------------------------
		/index.php style 
---------------------------------*/

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:640px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
/*input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}*/
	textarea {
		width:80%;
		padding:5px;
		font-size:110%;
		display:block;
}
	#invitation {
		width: 98%;
	}
	#calenderflex {
		flex-wrap: wrap;
	}
	#calenderflex table {
		width: 100%;
		margin-bottom: 1em;
	}
/*input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}*/
}
