@charset "UTF-8";

/*--------------------------------------------*/
body {
	font-family:  "メイリオ", meiryo, Osaka, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", sans-serif; 
	/*
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-family: "ヒラギノ明朝 Pro","HiraMinPro","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E","MS PMincho",serif;*/
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:100%;
	line-height:1em;
	color:#212121;
}
a:hover{ text-decoration:none; }
body div, header, footer, section { margin:0 auto; text-align:left; }

h1 {font-size:175%;}
h2 {font-size:175%;}
h3 {font-size:125%;}
h4 {font-size:100%;}
h5 {font-size:100%;}
h6 {font-size:100%;}
i  {font-size:80%; font-style:normal; color:#999;}
h1,h2,h3,h4,h5,h6,div,ul,li,dl,dt,dd,p,a,table,tr,td,address,img{
	margin:0px;
	padding:0px;
	border-width:0px;
	line-height:1.5em;
	text-align:left;
	font-style:normal;
}
ul{list-style:none outside;}
input,textarea {font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif; color:#555555;}
table {border-collapse:collapse; border-spacing:0;}
em {font-style:normal;}
/*************/
#clear, .clear {clear:both;}
.c {margin-left:auto; margin-right:auto;}
.l {float:left;}
.r {float:right;}
#main .t_c {text-align:center;}
img.l { margin:0 10px 10px 0; }
img.r { margin:0 0 10px 10px; }

/*
.ph img,
img.ph {
	border:3px solid #FFF; 
	box-shadow:2px 2px 3px 2px #CCCCCC;
	-moz-box-shadow:2px 2px 3px 2px #CCCCCC;
	-webkit-box-shadow:2px 2px 3px 2px #CCCCCC;
}

/* -------------------------------------------- */
#contents a:hover,
.btn a:hover img, a.btn:hover img{
	opacity: .30; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=30); /* IE lt 8 */
	-ms-filter: "alpha(opacity=30)"; /* IE 8 */
	-khtml-opacity: .30; /* Safari 1.x */
	-moz-opacity: .30; /* FF lt 1.5, Netscape */
}
/* --------------------------------------------*/
.insta,
.line  {
	display:inline-block; width:7em; padding:.2em 1em .3em; border-radius:1em;
	text-align: center; text-decoration:none; color:#FFF;
}
.insta { background:linear-gradient(45deg, #FF9, #F00, #93C, #36F); }
.line  { background:#07b53b; }

/* wrapper */
header, footer { width:100%; min-width:960px; margin:0 auto; }

/* inner */
footer ul,
.inner { display:block; clear:both; margin:0 auto; width:960px; position:relative; }

/* header ********** */

header .header_box{
	border-bottom: 4px solid #b1c3af;
	height: 120px;
	width: 100%;
	border-bottom: 4px solid #b1c3af;
}
/* logo*/
header h1{
	width: 157px;
	float: left;
	padding-top: 10px;
}
header p{
	width: 268px;
	float: right;
	padding-top: 30px;
}
header .mv{
	background:url(../img/mv2.jpg) no-repeat center top #f9f9f9;
	padding-top: 246px;
}

/* navMain */
#navMain   { border-top: 4px solid #b1c3af; background: #FFF;}

#navMain ul{ margin:0 auto; width:960px; display:flex; justify-content:space-around; }
#navMain li{ padding:25px 0 0;  }


/* contents ********** */

#contents         { margin:85px auto 50px; padding:20px 0 0; }

#contents section { margin-bottom:50px; }

#contents h2 { color:#212121; margin-bottom:30px; text-align: center; }

#contents p  { line-height:1.8em; text-align:justify; margin-bottom:0.8em; }


/* pagetop ---------- */
.pagetop_area {
	padding-bottom: 50px;
	border-top: 1px solid #b1c3af;
}

.pagetop_area p{ margin-bottom: 0;}

.pagetop_area span {
	display: inline-block;
	width: 37px;
	height: 37px;
	float: right;
	position: relative;
	top:-18px;
	margin-bottom: -18px;
}

/* footer ********** */
footer {
	background: #51443a;
	padding:65px 0 15px;
	border-top:#b1c3af 5px solid;
}
footer:first-of-type {
}
footer * { color:#FFF; }

/* address */
footer .l     { float:left; width:330px; }
footer .r     { float:right; width:490px; }
footer .r img { width:488px; }

/* nav */
footer nav {
	border-top:#b1c3af 1px solid;
	padding:15px 0 10px;
	margin:25px 0 0;
}
footer nav ul { text-align:center; padding:0 0 5px; }
footer .sub   { font-size:80%; }
footer li     { display:inline; padding:0 1em; text-align:center; }

footer    a       { text-decoration:none; }
footer li a:hover { text-decoration:underline; }

/* copyright */
footer small {
	display:block;
	text-align: center;
	clear:both;
	font-size:12px;
}

/* --------------------------------------------*/
sup { font-size:60%; }

/*font-family
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6
{ font-family: "ヒラギノ明朝 Pro","HiraMinPro","ＭＳ 明朝","ＭＳ Ｐ明朝","HG明朝E","MS PMincho",serif; }*/

/* clearfix */
nav:after,
section:after,
article:after,
div:after,
.clearfix:after
{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
nav,
section,
article,
div,
.clearfix
{ display:inline-block;}
/* ¥*/
* html nav,
* html section,
* html article,
* html div,
* html .clearfix
{ height:1%; }
nav,
section,
article,
div,
.clearfix
{ display:block; }
/* */

/* --------------------------------------------*/

/* info-not 工事中 */
.info-not {
	padding:200px 15px;
	border:1px solid #CCC; border-radius:15px;
	background:#EEE;
}
#contents p.info-not { text-align:center; letter-spacing:.2em; }
