@charset "utf-8";
/* ===== 共通 ===== */
* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	color: #565656;
	font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

.sp{
	display:none;
}

p {
	display: inline;
}

a {
	text-decoration: none;
	color:#317eba;
}

h1 {
	margin-bottom: -16px;
}

h3, h4 {
	color: #005fa8;
	font-weight: normal;
	text-align: center;
}

h3 {

	font-size: 2.3rem;
	margin: 50px 0 30px;
border-bottom: solid 3px skyblue;
position: relative;
}


h4 {
	font-size: 1.4rem;
	margin: 30px 0 20px;
}

h5{
	font-size:1.4rem;
	background:#96d6fa;
	color:#000000;
	text-align:center;
	margin:80px 0 80px;
	padding:10px 0;
}

h6{
	font-size: 1.2rem;
	color:red;
	text-align: center;
	margin-bottom:100px;
}

.container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.float_r {
	float: right;
}

.float_l {
	float: left;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.img100 {
	max-width: 100%;
}

.center {
	text-align: center;
}

.bg_box {
	background: url(../img/common/bg_box.jpg);
	border:solid 1px #005fa8;
	padding:0px 100px 25px 100px;;
}

.bg_box2 {
	border:solid 1px #85b5d9;
	padding:0px 100px 25px 100px;
}

.bg_box2 span {

    font-size: 1.1rem;
	color:#ab0000;

}

.btn:hover{
	opacity:0.5;
}

/* ===== ヘッダー ===== */
.logo{
	margin-right:10px;
	float:left;
}

header>.float_l{
	width:48%;
}

header p {
	font-size: 0.75rem;
	line-height: 1rem;
}

header>.float_r, header>.float_l {
	margin-top: 20px;
}
header .float_r {
	text-align: right;
}

header .float_r p {
	font-weight: bold;
}

header p.tel {
	font-size: 1.6rem;
	line-height: 1.3rem;
}

header>.float_r>img {
	margin: 5px 5px 0 0;
}

header .float_r a {
	margin-left: 10px;
}

header .pc {
	display: inline;
}

/* ===== nav ===== */

.spnav{
	display:none;
}

nav {
	width: 100%;
	height: 60px;
	background: #005fa8;
	margin-top: 15px;
}

nav li {
	float: left;
	width: 25%;
	height: 60px;
	border-right: 1px solid #ffffff;
	display: inline;
}

nav li:first-of-type {
	border-left: 1px solid #ffffff;
}

nav li a {
	font-size: 1.1rem;
	color: #ffffff;
	font-weightr: bold;
	text-align: center;
	display: block;
}

.pcnav li a:hover{
	background:#0470c3;
	color:#fff;
}

nav li a p {
	vertical-align: middle;
	line-height: 60px;
}

.pcnav p{
	font-size:0.95em;
}

.spnav ul li p{
	font-size:3vw;
}

/* ===== main ===== */
main table{
	max-width:1000px;
	margin:0 auto;
	width:95%;
}

main table p{
	font-size:1.2rem;
	text-align: justify;
	line-height:3rem;
}

.main_tx{
	line-height:2rem;
	clear:both;
	max-width:460px;
}

.main_left{
	padding:5% 0;
	max-width:490px;
}

.main_right{
	max-width:510px;
}

main td p{
	color:#fff;
}

.ex1{
	font-size:3rem;
	font-weight:bold;
	vertical-align:text-bottom;
}

.ex2{
	font-size:2rem;
	font-weight:bold;
	vertical-align:baseline;
}

.ex3{
	font-size:3rem;
	font-weight:bold;
	color:#ffd61f;
}

main {
	width: 100%;
	background: #005fa8;
}

.main_inner {
	width: 100%;
	height: 40vw;
	max-height: 375px;
	background: url(../img/common/main_bg.jpg) ;
	background-size: cover;
	text-align: center;
}

.main_inner img {
	width: 100%;
	max-width: 960px;
	margin-top: 15px;
}

.read_main {
	text-align: center;
	color: #ffffff;
	padding: 15px 20px;
}

h2 {
	color: #ffd61f;
	font-size: 1.6rem;
	text-align: center;
}

.honbun{
	margin:0 auto;
	max-width:1000px;
	width:90%;
}

.honbun2{
	margin-bottom:160px;
}

.read_main>p {
	line-height: 2rem;
}

.underline {
	border-bottom: 3px solid #ffd61f;
}

/* ===== contents ===== */

.finish{font-size:20px;
font-weight:600;
text-align:center;
color:red;
margin-top:20px;
padding:10px;
border:1px solid red;

}


.btn_text {
	display: block;
	width: 50%;
	margin: 50px auto 80px;
	background: #fff;
	border:solid 1px;
	text-align: center;
	padding: 10px 0;
	vertical-align:middle;
}

.btn_text p{

	font-size: 1rem;
	vertical-align:middle;
}

.btn_text:hover{
	background:#005fa8;
	color:#fff;
}

.gray {
	background-color: #eeeeee;

}

.gray h4 {
	margin: 0 auto 20px;
	color: #373738;
}

.read_schedule {
	margin: 20px auto 0;
	max-width: 640px;
}

.hojokin{
	max-width:960px;
	width:50%;
	margin:0 auto;
	border-spacing:25px 0px;
	margin-bottom:180px;
}

th.bg_box{
	width:50%;
	text-align:center;
	vertical-align:center;
	padding:0 auto;
}

th.bg_box img{
	width:175px;
	padding-top:20px;
}

div.bg_box{
	margin:0 auto;
	max-width:1000px;
	width:90%;
}

div.bg_box2{

	margin:0 auto;
	max-width:1000px;
	width:90%;
}

.text_price {
	background: #96d6fa;
	padding: 10px 20px;
}

.img_item{
	width:90%;
	margin-bottom:40px;
}

table.point{
	max-width:795px;
	margin:0 auto;
	border-spacing:35px;
}

table.point img{
	width:100%;
	}

/* ===== フッター ===== */

footer{
	margin-top:30px;
	background:#005fa8;
	padding:30px;
}



footer p{
    color:white;
	
}


/* ===== Q&A ===== */

div.qanda{
	margin:40px 0;
	background:#d5f0ff;
}

.qanda table{
	border-spacing:1.5em;
}

.qanda table th p{
	font-size:1.5em;
	font-weight:nomal;
}


.hard{
	margin:0 auto;
	background:#d5f0ff;
	padding:20px;
	margin-bottom:35px;
	line-height:2em;
	max-width:1000px;
	width:90%;
}

.hard2{
	margin:0 auto;
	margin-bottom:20px;
	max-width:1000px;
	width:100%;
	line-height:2em;
}


#page_top{
	display:block;
	position: fixed;
	font-size: 77%;
	right: 16px;
	bottom: 16px;
	padding:20px 0px;
	z-index:10;

}

#page_top a{
	padding:24px 10px;
	background:#373738;
	border-radius:5px;
	color:#fff;
}

#page_top a:hover{
	background:#999;
}

/* ===== howto ===== */

.T1000,T800{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	display:table;
	text-align:center;
	margin-bottom:0px;
}

.T800{
	max-width:800px;
}

.T1000 li{
	display:table-cell;
	vertical-align:top;
}

.itemlist{
	margin:0 auto;
	margin:0;
	max-width:310px;
	width:100%;
	border-collapse: collapse;
}

.itemlist *{
	display:block;
	vertical-align:middle;
	width:100%;
}

.itemlist th{
	background:#d5f0ff;
	font-size:20px;
	padding:3% 0;
	text-align:center;
}

.Fl{
	float:left;
}

.Fr{
	float:right;
}

.Fm{
	margin:0 auto;
}

.Ttd{
	background:#999;
}

.recept li{
	padding:5% 1% 5%;
	text-align:center;
}

.max li{
	padding:5% 1% 0%;
	text-align:center;
}

.recept img{
	max-width:379px;
	width:100%;
}

.max img{
	max-width:287px;
	width:100%;
}

table.kibo{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

.kibo th,.kibo td{
	border:solid 1px #005fa8;
	padding:20px 10px;
	vertical-align:middle;
}

.kibo th{
	background:#d5f0ff;
}

.border{
	border:solid 1px #005fa8;
	padding:20px;
}

.teigi{
	margin-bottom:160px;
}

.teigi dt{
	font-size:1.1rem;
	font-weight:100;
}

.teigi dd + dt{
	margin-top:20px;
}

.teigi dd{
	text-indent: 1em;
}

.dairi{
	margin:0 auto;
	width:100%;
	background:#d5f0ff;
	padding:20px 0px;
	margin-bottom:100px;

}

.dairi *{
	padding:10px;
	display:block;
	margin:0 auto;
	text-align:center;
}

.dairi p{
	font-size:1.5rem;
}


/* ===== hard ===== */

.seav{
	position:relative;
	margin-bottom:50px;
	max-height: 783px;
	text-align:center;
}

.seav img{
	max-width:882px;
	margin:0 auto;

}

.seav1{
	position:absolute;
	left:0%;
	top:0px;
	width:50%;
	height:47.5%;
}

.seav2{
	position:absolute;
	left:50%;
	top:0%;
	width:50%;
	height:47.5%;
}

.seav3{
	position:absolute;
	left:0%;
	top:47.5%;
	width:33%;
	height:52.5%;
}

.seav4{
	position:absolute;
	left:33%;
	top:47.5%;
	width:33%;
	height:52.5%;
}

.seav5{
	position:absolute;
	left:66%;
	top:47.5%;
	width:34%;
	height:52.5%;
}


.seav1:hover,.seav2:hover,.seav3:hover,.seav4:hover,.seav5:hover{
	background:#fff;
	opacity: 0.5;
}
