@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	width: 100%;
}

header {
	width:100%;
}

#contents {
	width:100%;
	margin:0 auto;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
}

a {
	color:#043771;
}
a:hover {
	color:#144d8d;
}

h1 {
	font-size:28px;
}

h2 {
	margin-top:50px;
	margin-bottom:0.5em;
	font-size:24px;
	color:#333;
	text-align:center;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

h7 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	width: 100%;
	margin: 0 auto;
	padding-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}
.twoCol2 {
/*	text-align: center;*/
	}
.twoColInner2 {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner2 {
	text-align: center;
}
.twoColInner2 h4 {
	font-size: 1.6em;
}

.twoColInner2 div {
	width:48%;
	float:left;
	margin-right:2%;
	text-align: center;
	height:520px;
}
@media screen and (max-width:767px) {.twoColInner2 div {height:460px;}}
@media screen and (max-width:414px) {.twoColInner2 div {height:440px;}}

.twoColInner2 div:nth-child(2n+1) {
	clear:both;
}
.twoColInner2 img {
	margin-bottom:20px;
}

.kinoimg {
    width: 360px;
}

@media screen and (max-width:870px) {.kinoimg {width:280px;}}
@media screen and (max-width:414px) {.kinoimg {width:220px;}}

.twoColInner2 p {
	text-align: left;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width:414px) {
	.twoColInner2 p {
	font-size: 14px;
	}
	.twoCol {
	padding-bottom:0px;
	}
}
/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
	width: 80%;
	margin: 0 auto;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
	padding-top: 30px;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
/*	border-radius:5px;*/
}

/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#1b1b1b url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#2e2e2e url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}
.btn03 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.btn03 a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.teltel {
    float: left;
    width: 50%;
    margin:0 auto;
}

.teltel2 {
    float: right;
    width: 50%;
    margin:0 auto;
}

@media screen and (max-width:870px) {.teltel {float:none;width:400px;}}
@media screen and (max-width:414px) {.teltel {width:auto;}}

@media screen and (max-width:870px) {.teltel2 {float:none;width:400px;}}
@media screen and (max-width:414px) {.teltel2 {width:auto;}}



/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}

.headline {
    position:absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
	z-index:99;
}

header h1 {
	color: #ffffff;
	font-size: 3em;
	font-weight: bold;
	text-shadow: 4px 4px 2px #000000; 
}

@media screen and (max-width:979px) {header h1 {font-size: 2.6em;}}
@media screen and (max-width:870px) {header h1 {font-size: 2.4em;}}
@media screen and (max-width:767px) {header h1 {font-size: 2em;}}
@media screen and (max-width:414px) {header h1 {font-size: 1.2em;}}

header h5 {
	position:absolute;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000000; 
	right:0;
	bottom:0;
	margin:auto;
	z-index:10;
}
@media screen and (max-width:375px) {
	header h5 {
	font-size: 11px;
	}
}

.toplogo-img {
    float: left;
    width: 616px;
}

@media screen and (max-width:870px) {.toplogo-img{width:560px}}

.toplogo-img2 {
    margin-left: auto;
    width: 185px;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	padding:10px 0;
	opacity:0.8;
	background:#000;
	z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;;
}
.toplogo {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	width: 100%;
}
.top2midashi {
	width: 100%;
	background-color: #ececec;
    text-align: center;
}
.top2midashi h1 {
	color:#000000;
	font-size: 2.6em;
    font-weight: bold;
    letter-spacing: 0.2em;
	text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}

.top2midashi img {
    width: 520px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {.top2midashi img {width:360px;}}
@media screen and (max-width:463px) {.top2midashi img {width:100%;}}

.top2midashi div {
	width:80%;
	margin:0 auto;
}
.top2midashi p {
	color:#000000;
	font-size: 16px;;
	text-align: left;
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top2midashi iframe {
	height:550px;
}
.cont {
	width:100%;
	margin:0 auto;
}
.mt30 {
	margin-top: 30px;
}
.kinoie1 {
    background: -moz-linear-gradient(#fbfbfb, #ececec);
    background: -webkit-linear-gradient(#fbfbfb, #ececec);
    background: linear-gradient(to right, #fbfbfb, #ececec);
/*	background-color: #99dff9;*/
    border-radius: 10px;
	margin-top: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

.kinoie1::after{border: solid 1px #aaaaaa;}

.ki1 {width: 10px;margin-right: 10px;}
.kinoie1 h4 span {line-height: 80px;}
@media screen and (max-width:414px) {.ki1 {width: 6px;}.kinoie1 h4 span {line-height: 60px;}}

.kinoie2 {
    background: -moz-linear-gradient(#fbfbfb, #ececec);
    background: -webkit-linear-gradient(#fbfbfb, #ececec);
    background: linear-gradient(to right, #fbfbfb, #ececec);
/*	background-color: #99c6e6;*/
    border-radius: 10px;
	margin-top: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

.ki2 {width: 10px;margin-right: 10px;}
.kinoie2 h4 span {line-height: 80px;}
@media screen and (max-width:414px) {.ki2 {width: 6px;}.kinoie2 h4 span {line-height: 60px;}}

.kinoie3 {
    background: -moz-linear-gradient(#fbfbfb, #ececec);
    background: -webkit-linear-gradient(#fbfbfb, #ececec);
    background: linear-gradient(to right, #fbfbfb, #ececec);
/*	background-color: #ffe699;*/
    border-radius: 10px;
	margin-top: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

.ki3 {width: 10px;margin-right: 10px;}
.kinoie3 h4 span {line-height: 80px;}
@media screen and (max-width:414px) {.ki3 {width: 6px;}.kinoie3 h4 span {line-height: 60px;}}

.kinoie4 {
    background: -moz-linear-gradient(#fbfbfb, #ececec);
    background: -webkit-linear-gradient(#fbfbfb, #ececec);
    background: linear-gradient(to right, #fbfbfb, #ececec);
    border-radius: 10px;
	margin-top: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

.ki4 {width: 10px;margin-right: 10px;}
.kinoie4 h4 span {line-height: 80px;}
@media screen and (max-width:414px) {.ki4 {width: 6px;}.kinoie4 h4 span {line-height: 60px;}}

.kinoie5 {
    background: -moz-linear-gradient(#fbfbfb, #ececec);
    background: -webkit-linear-gradient(#fbfbfb, #ececec);
    background: linear-gradient(to right, #fbfbfb, #ececec);
/*	background-color: #99dfb9;*/
    border-radius: 10px;
	margin-top: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

.ki5 {width: 10px;margin-right: 10px;}
.kinoie5 h4 span {line-height: 80px;}
@media screen and (max-width:414px) {.ki5 {width: 6px;}.kinoie5 h4 span {line-height: 60px;}}

.kinoie6 {
    background: -moz-linear-gradient(#fbfbfb, #ececec);
    background: -webkit-linear-gradient(#fbfbfb, #ececec);
    background: linear-gradient(to right, #fbfbfb, #ececec);
/*	background-color: #ff9999;*/
    border-radius: 10px;
	margin-top: 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

.ki6 {width: 10px;margin-right: 10px;}
.kinoie6 h4 span {line-height: 80px;}
@media screen and (max-width:414px) {.ki6 {width: 6px;}.kinoie6 h4 span {line-height: 60px;}}

.kotorilink {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    width: 302px;
}

.kotorilink a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

@media screen and (max-width:414px) {.kotorilink {margin-top:50px;width:260px;}}


/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-top: 30px;
    margin-bottom: 30px;
}
section h1 {
	font-size: 2em;
    font-weight: lighter;
	text-align: center;
}
.sect {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 40px;
}
.sect2 {
	margin: 0 auto;
    background: #ececec;
}
.sect2 iframe {
	height:400px;
}
.sect3 {
	padding: 40px;
	margin: 0 auto;
    background: #ececec;
}
.sect3 p {
	text-align:center;
	font-size: 16px;
}
@media screen and (max-width:414px) {
	section {
		margin-left:10px;
		margin-right:10px;
	}
	h3 {
	font-size:14px;
	}
	.top2midashi div {
		width:100%;
	}
	.top2midashi p {
	font-size: 14px;
	width: 96%;
	}
	.sect {
	padding-top: 30px;
	}
	.sect2 {
	padding: 10px;
	}
	.sect2 iframe {
	height:200px;
	}
	.sect3 {
	padding: 10px;
	}
	.sect3 p {
	font-size: 14px;
	}
}

.box-se {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #1f4578;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    text-align:left;
    width:360px;
    margin-left: auto;
    margin-right: auto;
}

.box-se img {
    width: 50px;
    padding-right: 10px;
}

@media screen and (max-width:414px) {.box-se {width:240px;}}
@media screen and (max-width:414px) {.box-se img {width:30px;}}

.box-se p {
    margin: 0;
    padding: 0;
    font-size: 2em;
    color: #ffffff;
    font-weight:bold;
}

@media screen and (max-width:414px) {.box-se p {font-size:1.4em;}}

.box-se2 {
    text-align: center;
    margin-top: 2em;
}

.box-se2 img {
    width: 360px;
}

@media screen and (max-width:463px) {.box-se2 img {width:80%;}}

.box-se3 {
    text-align: left;
    float: left;
    margin-top: 2em;
    margin-left:10%;
}

@media screen and (max-width:900px) {.box-se3 {float:none;margin-left:auto;text-align:center;}}

.box-se3 img {
    width: 360px;
}

@media screen and (max-width:463px) {.box-se3 img {width:80%;}}

.box-se4 {
    text-align: center;
    margin-top: 2em;
}

.box-se4 img {
    width: 360px;
}

@media screen and (max-width:463px) {.box-se4 img {width:80%;}}

.sec-mt-mb {
    padding-top: 4em;
    padding-bottom: 4em;
}

.bgcolor-gray {background-color: #ececec;}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}
.pc { display: block !important; }
.sp { display: none !important; }
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	h2 {
		margin-top:30px;
	}

section h1 {
	font-size: 1.8em;
}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.toplogo {
	padding-top: 0px;
	padding-bottom: 0px;
}
	.top2midashi h1 {
	font-size: 1.8em;
	padding-top:10px;
	padding-bottom:10px;
}
	.top2midashi iframe {
	height:250px;
	}
	.twoCol {
	width: 100%;
}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

.twoColInner2 div {
	width:100%;
	height:500px;
}
	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
		margin: 0 auto;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}

.pc { display: none !important; }
.sp { display: block !important; }
}
