@charset "UTF-8";


/*
==========================================================
main
========================================================
*/

#header {
	margin: 20px auto;
}

.caption{
	width: 100%;
	height: 600px;
	background: url(../commonImage/ph01.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 80px 0px 0px 0px;
}

.cap{
	width:800px;
	height: 300px;
	background-image: url(../commonImage/cap.png);
	margin: 0px auto 0px auto;
	overflow: hidden;
}

.main{
	width:960px;
	height:auto;
	padding:0px;
	margin:0px auto;
	clear:both;
	overflow:hidden;
}

.arrow{
	width:960px;
	height:80px;
	padding:0px;
	margin:0 auto;
	background-image:url(../image/main_arrow.jpg);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
}

#a1,#a2,#a3,#a4{
	width: 100%;
	height:150px;
	overflow:hidden;
}

.holiday{
	font-size: 14px;
	color:#D60003;
	text-decoration: underline;
	margin: 30px auto;
}

.news_hd{
	font-size: 20px;
	width: 600px;
	text-align: center;
	letter-spacing: 20px;
	padding: 0px;
	margin: 30px auto 0px auto;
	font-weight: bold;
	color: #006835;
}
.news{
	width: 600px;
	margin: 5px auto 30px auto;
	border-bottom: dotted #ccc 1px;
	border-top: dotted #ccc 1px;
	overflow: hidden;
}
.news dt{
	padding: 20px 0px;
	float: left;
	width: 30%;
	font-size: 14px;
}
.news dd{
	padding: 20px 0px;
	font-size:14px;
	text-align: left;
	}
.news a{
	text-decoration: none;
	color: #28A7E1;
}


/*
==========================================================
共通
========================================================
*/
h2{
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size:26px;
	color:#FFFFFF;
	background-color: #FF8A8C;
	margin: 0px auto 20px auto;
	padding: 0px;
text-align: center;
letter-spacing: 5px;
}
h3{
	width: 100%;
	line-height: 60px;
	font-size:22px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
    color: #4F3C34;
    font-weight: bold;
    border-bottom: dotted 2px #FFABAC;
    }


h4{
	width: 100%;
	line-height: 30px;
	font-size:26px;
	font: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 50px auto 20px auto;
	padding: 0px;
	text-align: center;
	color: #28A7E1;
	font-weight:bold;
}

h5{
	width: 100%;
	line-height: 30px;
	font-size:26px;
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px auto 10px auto;
	padding: 0px;
	text-align: center;
	color: #000;
	font-weight:bold;
}

.hoken{
	width: 100%;
	margin:20px auto 100px auto;
	padding: 0px auto;
}
.hoken dt{
text-align: left;
font-size: 20px;
font-weight: bold;
color: #342828;
background-color: #FFD5D5;
padding: 5px;
margin: 0px auto 10px auto;
}
.hoken dd{
text-align: left;
font-size: 16px;
color: #2A2A2A;
margin: 0px 0px 40px 0px;
}
.kome{
font-size: 13px;
text-align: center;
}


.bg03{
	width: 100%;
	height: 640px;
	background: url(../commonImage/ph03.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
	-webkit-background-size: cover;
	margin: 0px auto 50px auto;
}
.white_base{
	width: 900px;
	height: auto;
	margin: 40px auto;
	background-color: rgba(255,255,255,0.8);
padding: 30px;
}

.white_base h3{
text-align: center;
line-height: 150%;
margin: 0px auto;
padding-bottom: 10px;
}

.taisyo{
	width: 100%;
	margin:20px auto 0px auto;
	padding: 0px auto;
}
.taisyo dt{
text-align: left;
font-size: 20px;
font-weight: bold;
border: 2px solid #342828;
color: #342828;
padding: 10px;
margin: 0px auto 10px auto;
}
.taisyo dd{
text-align: left;
font-size: 16px;
color: #2A2A2A;
margin: 0px 0px 40px 0px;
}

.main p{
line-height: 200%;
text-align: left;
}

h3.name{
text-align: center;
border: none;
width: 98%;
margin: 0px auto 20px;
}

.info{
text-align: center;
margin: 20px auto 40px;
border-top: solid 1px #5B4F4F;
border-bottom: solid 1px #5B4F4F;
padding: 20px 0px;
color: #312424;
}
.info dt{
font-size: 18px;
font-weight: bold;
margin: 5px auto 15px;
}
.info dd{
font-size: 16px;
margin: 5px auto;
line-height: 160%;
}


.com{
	margin:10px auto 40px auto;
	padding: 10px auto 20px;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      }

.com dt{
width: 20%;
	font-size:18px;
	line-height: 200%;
	font-weight: bold;
	text-align: left;
    background: #FFCCCD;
    padding: 10px;
    margin-bottom: 10px;
}
.com dd{
width: 73%;
	text-align: left;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ccc;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}

.map{
margin: 30px auto 100px;
}


/*
=======================================
contacttable
=======================================
*/

.contacttable{
	width:960px;
	height:auto;
	padding:0px;
	margin:0px auto 40px auto;
	overflow:hidden;
	clear:both;
	border-collapse:collapse;
	border:0px;
}
.contacttable th{
	width:30%;
	height:auto;
	padding:15px 0px 15px 20px;
	margin:0px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	line-height:150%;
	color:#333;
	border-bottom:1px dotted #ccc;
	
}
.contacttable td{
	width:70%;
	height:auto;
	padding:15px 0px 15px 20px;
	margin:0px;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	line-height:150%;
	color:#333;
	border-bottom:1px dotted #ccc;
	
}

.contacttable textarea{
	background-color:#fff;
	font-size:12px;
	font-weight:normal;
	border: 1px solid #ccc;
	color:#000;
}

.pp{
margin: 20px auto 40px;
}
.pp a{
font-size: 14px;
color: #871C1D;
}

#sub_btn{
	height: 80px;
	width: 100%;
	margin: 10px auto 50px auto;
}
#sub_btn input{
background: #8C0F11;
color: #fff;
border: none;
font-size: 18px;
padding: 12px 20px;
}


#footer{
    width: 100%;
    background-color: #FF898B;
    height: 30px;
    margin: 20px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

.pagetop{
	background-image: url(../commonImage/foot_logo.jpg);
	width:211px;
	height: 36px;
	margin: 20px auto;
	padding: 0px;
	background-repeat:no-repeat;
}
.pagetop a{
	width:211px;
	height: 36px;
	display:block;
}

#footer p{
	color: #fff;
	font-size:14px;
	line-height: 24px;
}
