﻿/* reset */
body,div,dl,dt,dd,ul,li,h1,h2,h3,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}


/*------------------------------------------------------------*/
/*基本設定                                                    */
/*------------------------------------------------------------*/
body{
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #FFFFFF;
}

a{
	color: #0066ff;
	text-decoration: none;
}

tel{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/*------------------------------------------------------------*/
/* ヘッダー                                                   */
/*------------------------------------------------------------*/
#header{
	text-align: center;
}

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
}

#mainImg img{
	position: absolute;
	left: 50%;
	max-width: 1200px;
	width: 1200px;
	height: 450px;
	margin-left: -600px;
}


/*------------------------------------------------------------*/
/* 見出し                                                     */
/*------------------------------------------------------------*/
h1{
	font-family: 'Pacifico', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, sans-serif;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	margin:0;
	padding:0;
	color:#6A0000;
}

h2{
	font-family: 'Pacifico', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, sans-serif;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	margin:0;
	padding:0;
	color:#6A0000;
}


/*------------------------------------------------------------*/
/* base width , base width_s , yohaku , yohaku_s              */
/*------------------------------------------------------------*/
@media only screen and (min-width: 1200px){
	#base_width_header {
		width: 1024px;
		margin: 0 auto;
	}
	#base_width {
		width: 1200px;
		margin: 0 auto;
	}
	#base_width_s {
		margin: 0px 150px;
	}
	.yohaku_b {
		margin-top:80px;
	}
	.yohaku {
		margin-top:50px;
	}
	.yohaku_m {
		margin-top:20px;
	}
}


@media only screen and (min-width: 950px) and (max-width: 1199px){
	#base_width_header {
		width: 98%;
		margin: 0 auto;
	}
	#base_width {
		width: 930px;
		margin: 0 auto;
	}
	#base_width_s {
		margin: 0px 5%;
	}
	.yohaku_b {
		margin-top:70px;
	}
	.yohaku {
		margin-top:50px;
	}
	.yohaku_m {
		margin-top:20px;
	}
}


@media only screen and (min-width: 700px) and (max-width: 949px){
	#base_width_header {
		width: 97%;
		margin: 0 auto;
	}
	#base_width {
		width: 700px;
		margin: 0 auto;
	}
	#base_width_s {
		margin: 0px 5%;
	}
	.yohaku_b {
		margin-top:70px;
	}
	.yohaku {
		margin-top:50px;
	}
	.yohaku_m {
		margin-top:20px;
	}
}


@media only screen and (min-width: 540px) and (max-width: 699px){
	#base_width {
		width: 500px;
		margin: 0 auto;
	}
	#base_width_s {
		margin: 0px 5%;
	}
	.yohaku_b {
		margin-top:50px;
	}
	.yohaku {
		margin-top:40px;
	}
	.yohaku_m {
		margin-top:15px;
	}
}


@media only screen and (min-width: 430px) and (max-width: 539px){
	#base_width {
		width: 400px;
		margin: 0 auto;
	}
	#base_width_s {
		margin: 0px 5%;
	}
	.yohaku_b {
		margin-top:50px;
	}
	.yohaku {
		margin-top:40px;
	}
	.yohaku_m {
		margin-top:15px;
	}
}


@media only screen and (min-width: 360px) and (max-width: 429px){
	#base_width {
		width: 360px;
		margin: 0 auto;
	}
	#base_width_s {
		margin: 0px 3%;
	}
	.yohaku_b {
		margin-top:40px;
	}
	.yohaku {
		margin-top:25px;
	}
	.yohaku_m {
		margin-top:10px;
	}
}


@media only screen and (max-width: 359px){
	#base_width {
		width: 300px;
		margin: 0 auto;
	}
	#base_width_s {
		margin: 0px 3%;
	}
	.yohaku_b {
		margin-top:35px;
	}
	.yohaku {
		margin-top:20px;
	}
	.yohaku_m {
		margin-top:10px;
	}
}


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



/*------------------------------------------------------------*/
/* フッター                                                   */
/*------------------------------------------------------------*/
#f_menu {
	background-color:#F9F2F0;
	color:#55555;
	padding:15px;
}

#f_menu ul {
	display:table;
}

#f_menu a{
	color:#555555;
}

#f_menu a:hover{
	color:#8B0102;
}

#footer{
	background-color:#8B0102;
	color:#FFFFFF;
	padding:10px;
	text-align:center;
	clear: both;
	font-size:13px;
}

@media only screen and (min-width: 1200px){
		.footer_adress{
			display:none;
		}
}

@media only screen and (max-width: 1199px){
		.footer_adress{
			display:block;
		}
}

/*------------------------------------------------------------*/
/* BOX 4列                                                    */
/*------------------------------------------------------------*/
#box4 {
	width:100% !important;
	max-width:1024px !important;
	margin: 0 auto;
	display:block;
}

.col4{
	text-align: center;
}

.col4 img{
	display: block;
	padding-top:6% !important;
}

.col4 li{
	display: inline-block;
	width: 43%;
	padding-right:1% !important;
	vertical-align: top;
}

@media only screen and (min-width: 640px){
	.col4 li{
		display: inline-block;
		width: 22%;
		vertical-align: top;
	}
}




/*------------------------------------------------------------*/
/* BOX 3列                                                    */
/*------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto;
}

.col3 li{
	line-height: 2.0;
}

.col3 li .img{
	margin-bottom: 10px;
	background: #FFFFFF;
}

.col3 .img .mini{
	display: none;
}

.col3 .img .big {
	display: block;
}

.col3 .bnr{
	background: #8B0102;
	color:#FFFFFF;
	padding: 5px 0px;
	width:80%;
	margin:5px 10px 0px 0px;
}

.col3 a:hover{
  text-decoration: none !important;
}

@media only screen and (min-width: 1200px){
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	.col3 .tittle {
		font-size:120%;
	}
	.tb_640_799 {
		display:none !important;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1199px){
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	.col3 .tittle {
		font-size:110%;
	}
	.col3 .check {
		font-size:95%;
	}
	.tb_640_799 {
		display:none !important;
	}
}

@media only screen and (min-width: 640px) and (max-width: 799px){
	.col3{
		text-align: center;
		margin-left:-20px !important;
		margin-right:-20px !important;
	}
	.col3 .img{
		width:95% !important;
	}
	.col3 li{
		display: inline-block;
		width: 31%;
		padding: 0 0.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	.col3 .tittle {
		font-size:100%;
	}
	.col3 .check {
		font-size:100%;
	}
	.tb_640_799 {
		display:inline-block !important;
	}
	.tb_640_799_no {
		display:none !important;
	}
}

@media only screen and (max-width: 639px){
	.col3 li{
		line-height: 1.7;
	}
	.col3 .img{
		width:94% !important;
		margin: 0 auto;
	}
	.col3 .img .mini{
		display: block !important;
	}
	.col3 .img .big {
		display: none !important;
	}
	.col3 .tittle {
		font-size:110%;
	}
	.col3 .space {
		margin-top:40px;
	}
	.tb_640_799 {
		display:none !important;
	}
}


/*------------------------------------------------------------*/
/* BOX 2列                                                    */
/*------------------------------------------------------------*/
#box2 p{
	margin-bottom: 5px;
}

@media only screen and (min-width: 1200px){
	.col2 li{
		width: 65%;
		vertical-align: top;
		display: inline-block;
	}
	.col2 li:first-child{
		width: 30%;
		padding-right: 4%;
		display: inline-block;
	}
	#map iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		border: 0;
	}
	#map{
		position: relative;
		padding-top: 60%;
		height: 0;
		overflow: hidden;
		z-index: 0;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1199px){
	.col2 li{
		width: 55%;
		vertical-align: top;
		display: inline-block;
	}
	.col2 li:first-child{
		width: 40%;
		padding-right: 4%;
		display: inline-block;
	}
	#map iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		border: 0;
	}
	#map{
		position: relative;
		padding-top: 62%;
		height: 0;
		overflow: hidden;
		z-index: 0;
	}
}

@media only screen and (max-width: 639px){
	.col2 li{
		display: inline-block;
		width: 100%;
		margin: 0;
		text-align:center;
	}
	#map iframe{
		position: absolute;
		top: 0;
		left: 2%;
		width: 96% !important;
		height: 100% !important;
		border: 0;
		margin-top:15px;
	}
	#map{
		position: relative;
		padding-top: 64%;
		height: 0;
		overflow: hidden;
		z-index: 0;
	}
}


/*------------------------------------------------------------*/
/* TEXT                                                       */
/*------------------------------------------------------------*/
@media only screen and (min-width: 541px){
	.mini   { display: none;  }
	.big    { display: block; }
}

@media only screen and (max-width: 540px){
	.mini   { display: block;  }
	.big    { display: none; }
}


/*------------------------------------------------------------*/
/* RESPONSIVE メニュー                                        */
/*------------------------------------------------------------*/
@media only screen and (min-width: 751px){
	body{
		font-size:15px;
	}
	
	.h_mini   {
		display: none;
	 }
	
	.h_big    {
		display: block;
	}

	#header .logo{
		text-align: left;
		margin:20px 0px 0px 20px;
		width:65%;
		max-width:400px;
	}

	#header .tel_no{
		width:80%;
		max-width:239px;
		display:inline-block;
	}

	@media only screen and (min-width: 800px){
		.menu_annai{
			display:inline-block;
		}
		.tablet{
			display:none;
		}
		#f_menu li {
			display:table-cell;
			padding:15px 35px;
			vertical-align:bottom;
		}
		.footer_annai{
			display:inline-block;
		}
	}

	@media only screen and (min-width: 751px) and (max-width: 799px){
		.menu_annai{
			display:none;
		}
		.tablet{
			display:inline-block;
		}
		#mainnav li{
				padding: 12px 20px !important;
		}
		#f_menu img {
			width:85% !important;
			max-width:250px;
		}
		#f_menu li {
			display:table-cell;
			padding:15px 18px;
			vertical-align:bottom;
		}
		.footer_annai{
			display:none;
		}
	}

	.menu_mini {
		display: none;
	}

	a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	.panel a{
		color:#FFFFFF !important;
		font-size:14px !important;
	}
	#mainnav {
		background:#8B0102;
		margin:10px 0px 0px 0px;
	}
	#mainnav li{
		display: inline-block;
		padding: 12px 25px;
		font-size: 15px;
	}
	#floating_menu  {
		display:none !important;
	}	
	#footer{
		padding: 20px 10px 25px 0;
	}
}



@media only screen and (max-width: 750px){
	#header{
		background-color:#FCF7F5;
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	.h_mini   {
		display: block;
	 }
	
	.h_big    {
		display: none;
	}

	#header .logo{
		text-align: center;
		margin:15px 0px 0px 0px;
	}

	#header .logo img{
		width:250px;
		margin-right:35px;
	}

	.menu_annai{
		display:inline-block;
	}

	#headerWrap{
		position: relative;
		width: 100%;
		height: 50px;
		background-color:#FCF7F5;
	}

	a#menu{
	  	display: inline-block;
	  	position: relative;
	  	width: 40px;
	  	height: 40px;
	  	margin: 0px 20px;
	}

	#menuBtn{
	  	display: block;
	  	position: absolute;
	  	top: 60%;
	  	left: 50%;
	  	width: 18px;
	  	height: 2px;
	  	margin: -10px 0 0 -7px;
	  	background: #000;
	  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
	  	display: block;
	  	content: "";
	  	position: absolute;
	  	top: 50%;
	  	left: 0;
	  	width: 18px;
	  	height: 2px;
	  	background: #000;
	  	transition: .3s;
	}

	#menuBtn:before{
	  	margin-top: -7px;
	}

	#menuBtn:after{
	  	margin-top: 5px;
	}

	a#menu .close{
	  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
	  	margin-top: 0;
	}

	a#menu .close:before{
  		transform: rotate(-45deg);
  		-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
	  	transform: rotate(-135deg);
	  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		text-align: left;
		background: #8B0102;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:12px 25px;
		border-bottom: 1px solid #9E3522;
		color: #FFFFFF;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 25px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #FFFFFF;
		border-right: solid 2px #FFFFFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#visual{
		padding-top: 60px;
		z-index: -100;
	}
	#f_menu {
		margin-bottom:35px;
	}
	#f_menu img {
		width:98% !important;
		max-width:300px;
	}
	.f_big {
		display:none !important;
	}

	/*-----  floating menu  -----*/
	#floating_menu {
		background-color:#6A0000;
		display: block;
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		text-align: center;
		z-index: 10;
		font-size:12px;
	}
	#floating_menu a {
		color:#FFFFFF;
	}
	.floating_menu_big {
		display:none;
	}
}