@charset "utf-8";
/* CSS Document */

/*@import url(https://weloveiconfonts.com/api/?family=fontawesome);*/

/* フロートを含める : h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

body{

}

img{
max-width:100%;
height:auto;
}

#main{
	font-family: "游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 0 1px #999;	
}

#kobetsu {
	width: 98%;
	padding:1%;
	margin: 0 auto;
	border: 1px dotted #CCC;
}



#kobetsu #header{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 1%;
}

#kobetsu #header h2 {
	text-align: center;
	font-size: 165%;
	color: #13AD67;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#kobetsu p {
	text-align: center;
	font-size: 90%;
	line-height: 150%;
}

#kobetsu #main #tel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 180%;
	line-height: 42px;
	overflow: hidden;
	font-weight: bold;
	margin-bottom: 4px;
}

#kobetsu #main #tel img {
	height: 42px;
	width: auto;
	margin-left: 6px;
}

#kobetsu #main #kamoku{

	float: block;
	width: 100%;
}

#kobetsu #main #kamoku p{
	text-align: center;
}



#kobetsu #main #kamoku span{

	margin-right:2%;
}

#kobetsu #main #tel span{

	font-weight: bold;

}

#kobetsu #main #tel a{
	text-decoration: none;	
}



#tokki{
	margin-top:2%;
}

#tokki p{
	text-align:left;	
}

#tokki #my_left{
	width:100%;
	float:block;
}

#tokki #my_left .comma{
	margin-bottom:3%;
}

#tokki #my_left .comma h4{
	border-radius:7px;
	text-align: left;
	font-size: 100%;
	line-height: 150%;
	color: #FFF;
	background-color: #999;
	font-weight: bold;
	padding-left: 1em;
}

#tokki #my_left .comma p{
	margin-left:1em;
}

#tokki #my_left .comma span{
	margin-right:2%;
}



#tokki #my_right{
	width:100%;
	float:block;
}
#gmap3{
	width:100%;
	height:400px;
	margin-bottom:4px;
}

#calendar table{
	width:100%;	
}

#calendar table th{
	padding: 2%;
	border: 3px solid #FFF;
	text-align: center;
	vertical-align: middle;
	background-color: #FCF;
}

#calendar table td{
	padding: 2%;
	border: 3px solid #FFF;
	text-align: center;
	vertical-align: middle;
}


#calendar .td_blue{
	background-color: #D2FFFF;
}

#calendar .td_yellow{
	background-color: #FFFFCC;
}

#calendar .td_purple{
	background-color: #CCBEDB;
}

#calendar .small{
	font-size:40%;	
}


#tokki .big {
		text-align: left;
	color: #090;
	font-size: 200%;
	font-weight: bold;
}


.mobile{
	display:inline;	
}


.mobile:before,.desktop:before  {
	content: "📱";
	margin-right: 1px;
	color: #036;
}

.desktop{
	display:none;
}

@media only screen and (min-width: 640px){

.mobile{
	display:none;	
}

.desktop{
	display: inline;
}

#tokki #my_left{
	width:70%;
	float:left;
}

#tokki #my_right{
	width:25%;
	float:right;
}


}

@media only screen and (min-width: 850px){

#kobetsu{
	max-width:800px	
}

#kobetsu #main #kamoku{

	float: left;
	width:45%;
}

#kobetsu #main #kamoku p{
	text-align:left;
}



#kobetsu #main #tel{
	text-align: right;
	float: left;
	width: 55%;

	vertical-align: bottom;
}

#kobetsu #header h2 {
	font-size: 150%;
	text-align:left;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

}

#kobetsu p {
	text-align:left;
}


}
.remodal {
	background-color: #FFF;
	width:100%;
}

#pr{
	font-size: 120%;
	line-height: 140%;
	text-align: left;
	color: #090;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	padding-left: 0.25em;
}