@charset "utf-8";
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	line-height:1.5;
	color: #333;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	background-color:#f3f3f3;
}
img {
	width /***/:auto;　
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
header{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#fff;
	z-index: 99;
	position: fixed;
	top: 0;
}
header h1{
	background-color:#119793;
	padding:2px;
	text-align:center;
	color:#ffffff;
	font-weight:normal;
	font-size:11px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header div#head_block{
	display: block;
	width:100%;
}
header div#head_block a{
	display: block;
	width: 350px;
	height: 80px;
}
header div#ttl{
	display:block;
	margin:0%;
	height:80px;
	text-align:center;
	float: left;
	position: relative;
	top:0px;
	z-index: 999999;
}
header div a #ttl{
	padding:6px;
	display:block;
	margin:0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 350px;
	height: 80px;
}

/*header div#ttl a{
	padding:6px;
	display:block;
	margin:0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 350px;
	height: 80px;
}
*/
header div#ttl img{
	text-align:center;
	margin:0 auto;
}
header:after,
header div#ttl:after,
header div#head_block:after,
header div#tel:after{
	display:block;
	clear:both;
	content:"";
}
header div#tel{
	text-align: center;
	background-color:#129894;
	line-height: 100%;
	position:relative;
	padding:8px;
	margin:0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header div#tel ul{
	width:100%;
	max-width:420px;
	margin:0 auto;
}
header div#tel ul li{
	float:left;
	display:block;
	position:relative;
}
header div#tel ul li#tel1{
	width:52.6%;
}
header div#tel ul li#tel2,header div#tel ul li#tel3{
	width:22.7%;
	margin-left:1%;
}
header div#tel i.fa{
	font-size:24px;
}
header div#tel a{
	display:block;
	width:100%;
	color:#fff;
	text-decoration:none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
h2{
	width:100%;
	background: #035d87; /* Old browsers */
	background: -moz-linear-gradient(top,  #035d87 0%, #217ea8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#035d87), color-stop(100%,#217ea8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #035d87 0%,#217ea8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #035d87 0%,#217ea8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #035d87 0%,#217ea8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #035d87 0%,#217ea8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035d87', endColorstr='#217ea8',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-align:center;
	padding:12px;
	font-size:18px;
	margin-bottom:15px;
	font-weight:normal;
}
/* ------------------------------------------------------------------------ */

#pagebody{
	background-color:#FFF;
	max-width:640px;
	margin:159px auto 0;
}
/* Toppage -------------------------------------------------------------- */
#aka{
	margin:10px auto;
	text-align: center;
}
#aka img{
	width:80%;
	max-width:480px;
}
section#top_copy h1{
	max-width:640px;
	width:100%;
	margin:0 auto;
	margin-bottom: 1px;
}
section#top_copy div#top_style img{
	width:100%;
}
#top_copy01{
	width:95%;
	font-size:16px;
	text-align:center;
	margin:0 auto 15px;
	letter-spacing:-1px;
}
#picapica{
	margin:0 auto;
	text-align:center;
}
#picapica img{
	width:90%;
	max-width:480px;
	margin:0 auto;
}
.movie{
	margin: 10px 0;
}
.top_text{
	font-size: 1.1em;
	text-align: center;
	color: #F00;
	text-decoration: underline;
	width:95%;
	margin:0 auto 15px;
}
#top_ex_komidashi{
	text-align:center;
	padding:8px;
	border-bottom:#999 1px solid;
	margin:0 auto 20px;
	width:90%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#message h1{
	margin:0 auto 20px;
	text-align:center;
}
#messagetxt{
	text-align:center;
	margin-bottom:20px;
	line-height: 1.7em;
}
#contact_box{
	width:100%;
}
#contact_box_in{
	background: #fac79b;
	background: -moz-linear-gradient(top,  #fac79b 1%, #fac79b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fac79b), color-stop(100%,#fac79b));
	background: -webkit-linear-gradient(top,  #fac79b 1%,#fac79b 100%);
	background: -o-linear-gradient(top,  #fac79b 1%,#fac79b 100%);
	background: -ms-linear-gradient(top,  #fac79b 1%,#fac79b 100%);
	background: linear-gradient(to bottom,  #fac79b 1%,#fac79b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac79b', endColorstr='#fac79b',GradientType=0 );
	padding-bottom:12px;
	margin-bottom:8px;
}
div#contact_box a{
	display:block;
	text-decoration:none;
	padding:6px;
	color:#fff;
	text-align:center;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-width:450px;
	width:85%;
	margin:0 auto 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius:8px;
	background: #a81704;
	background: -moz-linear-gradient(top,  #5f0d02 0%, #a81704 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f0d02), color-stop(99%,#a81704));
	background: -webkit-linear-gradient(top,  #5f0d02 0%,#a81704 99%);
	background: -o-linear-gradient(top,  #5f0d02 0%,#a81704 99%);
	background: -ms-linear-gradient(top,  #5f0d02 0%,#a81704 99%);
	background: linear-gradient(to bottom,  #5f0d02 0%,#a81704 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f0d02', endColorstr='#a81704',GradientType=0 );
}
#partner_box{
	width:100%;
	border:#0d78e0 solid 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom:25px;
}
#partner_box_in{
	background: #edecec; /* Old browsers */
	background: -moz-linear-gradient(top,  #edecec 0%, #f9f8f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edecec), color-stop(100%,#f9f8f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edecec 0%,#f9f8f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edecec 0%,#f9f8f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edecec 0%,#f9f8f9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edecec 0%,#f9f8f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edecec', endColorstr='#f9f8f9',GradientType=0 ); /* IE6-9 */
}
div#partner_box a{
	display:block;
	text-decoration:none;
	padding:6px;
	color:#fff;
	text-align:center;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-width:450px;
	width:85%;
	margin:0 auto 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius:8px;
	background: #1477dd; /* Old browsers */
	background: -moz-linear-gradient(top,  #1477dd 0%, #0d5295 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1477dd), color-stop(99%,#0d5295)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1477dd 0%,#0d5295 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1477dd 0%,#0d5295 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1477dd 0%,#0d5295 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #1477dd 0%,#0d5295 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1477dd', endColorstr='#0d5295',GradientType=0 ); /* IE6-9 */
}
div#partner_box a:hover{
	background-color:#206fbd;
}
.link_but a{
	color:#fff;
}
.link_but a:link{
	background-color:#129894;
	display:block;
	width:80%;
	padding:8px;
	margin:0 auto 30px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius:8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.link_but a:hover{
	color:#fff;
	background-color:#43b7b2;
}

/* Sub contents -------------------------------------------------------------- */
#sub{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}
#sub li{
	margin:0 auto;
}
#sub li a{
	color:#fff;
}
#sub li a:link{
	display:block;
	width:90%;
	padding:15px;
	margin:0 auto 10px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	border-radius:8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../images/arr.png) no-repeat center right 15px;
	background-size: 3%;
	background-color:#129894;
}
#sub li a:hover{
	color:#fff;
	background-color:#43b7b2;
}
div.but{
	width:80%;
	margin:0 auto 35px;
	text-align:center;
}
.blg{
	width: 90%;
	margin: 0 auto 20px;
}

/* footer -------------------------------------------------------------- */
footer{
	background-color:#129894;
	color:#fff;
	text-align:center;
	font-size:11px;
	padding:24px 0px 24px 0px;
}
ul#link_list{
	width: 100%;
	margin:0 auto;
	font-size:12px;
}
ul#link_list li{
	width: 50%;
	float:left;
	border-top:1px solid #4b9c98;
	background-color:#cde7e6;
	text-align:center;
}
ul#link_list li:nth-child(2n){
	border-left:1px solid #4b9c98;
}
ul#link_list li a{
	display:block;
	padding:8px 8px 8px 4px;
	text-decoration:none;
	color:#333;
}
ul#link_list:after{
	content:"";
	display:block;
	clear:both;	
}

/* Top terop-------------------------------------------------------------- */
#main_slide{
	height:134px;
	margin-bottom:10px;
}
#main_slide img{
	width:360px;
	height:auto;
}
#main_slide li{
	margin-right:10px;
}
#pankuzu{
	padding:12px 8px 8px 8px;
	font-size:11px;
}
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#blk01,
#blk02,
#blk03,
#blk04 {
  margin-top: -170px;
  padding-top: 170px;
}
.rd{
	color: #F00;
}