@charset "utf-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　Body　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

body{
	width:100%;
	-webkit-text-size-adjust:100%;
	text-align: center;
	background-image:url("../common/bg.gif");
	
	background-image: url(../common/head_border.png);
	background-repeat: repeat-x;
	background-position: center top;
}
@media only screen and (min-width:640px) {
	body{
		padding: 0px 0px;
		margin: 0px auto;
		
	}
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　ヘッダー　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

header{
		margin-top:5px;
}

@media only screen and (min-width:640px) {
	header{
		margin-top:5px;
	}
}
.wrap_header{
	background-color:#fff;
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　DIV　メインとサブ　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.width_1000{
	width: 95%;
	margin:0 auto;
}

@media only screen and (min-width:640px) {
	.width_1000{
		width:1000px;
		margin:0 auto;
	}
}

.width_main {
	width: 95%;
	margin:0 auto;
}
@media only screen and (min-width:640px) {
	.width_main {
		width: 700px;
		margin:0;
		float: left;
	}
}

.width_sub {
	width: 95%;
	margin:0 auto;
	border: 1px solid #B3D964;
	padding: 5px;
	
}
@media only screen and (min-width:640px) {
	.width_sub {
		margin-left: 20px;
		width: 280px;
		margin: 0;
		margin-top:5px;
		float: right;
	}
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　メニュー＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



@media only screen and (min-width:640px) {
	#nav-bg{
		background-color:#FFF;
		opacity:0.95;
	}
}

nav ul{
		background-color:#fff;
	z-index:999;
	list-style-type: none;
		display: block;
		position: static;
	width: 100%;
}
@media only screen and (min-width:640px) {
	nav ul{
		display: block;
		position: static;
	width: 1000px;
			margin:0 auto;
}
}

nav li{
	width: 50%;
	line-height:55px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
@media only screen and (min-width:640px) {
	nav li{
	width: 20%;
	line-height:45px;
	height: 44px;
	border-bottom-width: none;
	border-bottom-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B3D964;
		}
		
	nav li:last-child{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3D964;
	}
}



nav ul:after{
	display: table;
	content: "";
	clear: both;
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　調整　＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.height-space{
	height:0px;
	margin-bottom:40px;
}
.height-space-L{
	height:0px;
	margin-bottom:80px;
}
.height-space-LL{
	height:0px;
	margin-bottom:120px;
}

.height-space-S{
	height:0px;
	margin-bottom:20px;
}
.width-full{
	max-width:100%;;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　文字の設定　＝＝＝＝＝＝＝＝＝＝＝＝＝ */
h1{
	text-align: center;
	color: #222;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width:640px) {
	h1{
	font-size: 12px;
	}
}


h2{
	padding:5px;
	background-image:url(../common/bg_ti.png);
text-align: center;
	color: #222;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width:640px) {
	h2{
	text-align: left;
	font-size: 16px;
	}
}



h3{
	text-align: center;
	color: #222;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (min-width:640px) {
	h3{
		text-align:center;
	font-size: 16px;
	}
}


h4{
	text-align: left;
	color: #FFF;
	text-shadow: 1px 1px 1px #222;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h5{
	text-align: left;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li{
	color:#333;
}


p{
	line-height:25px;
	font-size:16px;
	text-align:left;
	color: #333;
}
@media only screen and (min-width:640px) {
	p{
		line-height:25px;
		font-size:14px;
	}
}

.text-left{
	text-align: left;
	font-size: 16px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #903;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-color: #903;
	border-bottom-style: solid;
	vertical-align: middle;
	padding-left: 10px;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;  
}

@media only screen and (min-width:640px) {
	.text-left{
		font-size: 18px;
		height: 30px;
		}
}
.text-left2{
text-align: left;
color: #FFF;
font-size: 16px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: bold;
}
.text-right2{
	text-align: right;
	color: #FFF;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
















/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　フッターUl　＝＝＝＝＝＝＝＝＝＝＝＝＝ */
footer{
	background-color:#E4F1C8;
	padding:30px 0;
}

footer ul{
	width: 100%;
	list-style-type: none;
	line-height:45px;
}
@media only screen and (min-width:640px) {
	footer ul{
		width: 600px;
		margin:10px auto;
	line-height:30px;
	}
}

footer li{
	width: 50%;
	float: left;
}
@media only screen and (min-width:640px) {
	footer li{
		width: 20%;
	}
}

footer li a{
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 45px;
	padding-left: 10px;
	text-decoration: none; 
}
@media only screen and (min-width:640px) {
footer li a{
		line-height: 30px;
		padding-left: 0px;
	}
}

footer li a:hover{
	background-color:#ddd;
  	color: rgba(0,0,0,.80);
	text-decoration: none;
	text-shadow: 0.5px 0.5px 0.5px #000; 
	transition: 1.0s ;/* マウスをのせた時の速度調整 */

}

footer ul:after{
	display: table;
	content: "";
	clear: both;
}

address{
	color:#333;
}

address a{
	text-decoration: none;
	color:#333;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　フッター調整　＝＝＝＝＝＝＝＝＝＝＝＝＝ */






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　グリッドシステム　＝＝＝＝＝＝＝＝＝＝＝＝＝ */


.row{
	margin: 10px -15px;
}
@media only screen and (min-width:640px) {
	.row{
		margin: 0px -15px;
	}
}
.row:after{
	display: table;
	content: "";
	clear: both;
}

.sm-1-div, .sm-2-div, .sm-3-div, .sm-4-div, .sm-5-div, .sm-6-div, .sm-7-div, .sm-8-div, .sm-9-div, .sm-10-div, .sm-11-div, .sm-12-div{
	display: block;
	float: left;
	padding: 0px 15px;
}
.sm-btm-pad{
	padding-bottom:30px;
}

@media only screen and (min-width:640px) {
	.sm-btm-pad{
		padding-bottom:0px;
	}
}
	
.sm-1-div{width: 8.3%;}
.sm-2-div{width:  16.66666667%;}
.sm-3-div{width:  25%;}
.sm-4-div{width:  33.33333333%;}
.sm-5-div{width: 41.66666667%;}
.sm-6-div{width:  50%;}
.sm-7-div{width:  58.33333333%;}
.sm-8-div{width:  66.66666667%;}
.sm-9-div{width: 75%;}
.sm-10-div{width:  83.33333333%;}
.sm-11-div{width:  91.66666667%;}
.sm-12-div{width:  100%;}

@media only screen and (min-width:640px) {
.bg-1-div{width: 8.3%;}
.bg-2-div{width:  16.66666667%;}
.bg-3-div{width:  25%;}
.bg-4-div{width:  33.33333333%;}
.bg-5-div{width: 41.66666667%;}
.bg-6-div{width:  50%;}
.bg-7-div{width:  58.33333333%;}
.bg-8-div{width:  66.66666667%;}
.bg-9-div{width: 75%;}
.bg-10-div{width:  83.33333333%;}
.bg-11-div{width:  91.66666667%;}
.bg-12-div{width:  100%;}
.bg-20p-div{width:  20%;}

}

.width-full{
	width:100%;
}

.padding0{
	padding:0px 15px;
}
@media only screen and (min-width:640px) {
	.padding0{
		padding:0px;}
}
	
	
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　前ページ共通設定　＝＝＝＝＝＝＝＝＝＝＝＝＝ */	

.title{
	padding: 10px;
	background-image:url(images/img_kote.png);
	background-repeat:no-repeat;
	background-position:right;
	background-color: #FFF;
	box-shadow: 1px 1px 0.5px #ddd;
	background: linear-gradient(-135deg,white, #F9F9F9);
}

.title_bg_bk{
	padding: 20px;
	background-color:#222;
	color:white;
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　commonページ設定　＝＝＝＝＝＝＝＝＝＝＝＝＝ */	

@media only screen and (min-width:640px) {
	.bg_ft1{
		padding: 50px;
		background-image:url(../common/img_ft1.jpg);
		height:500px;
	}
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝　その他　＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.red{
	color:red; !important
}
.white{
	color:white; !important
}
.b{
	font-weight:bold;
}
.333{
	color:#333;
}

@media only screen and (min-width:640px) {
	.flort_left{
		float:left;
	}
	.flort_right{
		float:right;
	}
}



.align_left{
	text-align:left;
}
.align_center{
	text-align:center;
}
.align_right{
	text-align:right;
}
.margin_auto{
	margin:0 auto;
}

.margin-top-10{
	margin-top:10px;
}
.times{
	font-family: "Times New Roman", Meiryo, sans-serif;
}


@media only screen and (min-width:640px) {
.display_sp_true
{
	display:none;

}
}

@media only screen and (max-width:640px) {
.display_pc_true{
	display:none;

}
}


.sunday{
	text-align:center;
	color:red;
}

@media only screen and (min-width:640px) {
	.sunday{
		text-align:right;
	}
}

@media only screen and (min-width:640px) {
	.text_sub{
		line-height:20px;
	}
}


.time th{
	height:30px;
	text-align:center;
}
