@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&family=Roboto+Slab:wght@600&display=swap');

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-size: 15px;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	line-height: 1.6;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.b_red{color: #FF2E21; }
/* header */
#header{
	text-align: center;
}

#header h1{ padding-top: 2em; }
#logo_img{
	width: 70%;
	max-width: 420px;
}

/*** menu */
#mainnav a{
	color: #000;
	font-size: 1em;
}

.acc_menu summary{
	color: #000;
}
.acc_menu div{
	position: absolute;
	z-index:999999;
	border: solid 1px #666;
	padding: .5em;
	margin-top: .5em;
	background-color: #fff;
}
.acc_menu div a{
	display: block;
	border-bottom: 1px dotted #ccc;
	padding: .25em .5em;
	text-align: left;
}
.acc_menu div a:first-child{ border-top: 1px dotted #ccc; }

/**/
.mainImg{
	overflow: hidden;
	background-image: url(../images/mainImg.jpg);
	padding: 2em 0;
	display:table;
	width: 100%;

	background-size: 100% 100%;
}
.mainImg2{	background-image: url(../images/sec3/s2-3.png);}

.mainImg > p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.mainImg > p img{
	max-width: 420px;
	width: 80%;
}
/**/
.hr_m{ margin: 3em auto; }
.hr_h{ margin: 5em auto; }
.hr_b_h{ margin-bottom: 5em; }
.hr_t_h{ margin-top: 5em; }
/**/
h1 span{
	display: block;
	font-weight: normal;
	margin-bottom: .5em;
}

/* footer */
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: .8em;
	color: #999;
}


/* 共通 */
img{
	max-width: 100%;
	height: auto;
}
section{
	clear:both;
	padding-top: 3em;
}
section.inner{ padding-top: 1em; }

section h2{
	font-family: 'Roboto Slab', serif;
	width: 100%;
	margin: 0 auto 40px;
	font-size: 2.2em;
	font-weight:normal;
	text-align: center;
}

section h2 span {
color: #309dd1;
background: -webkit-linear-gradient(0deg, #309dd1, #86FDE8);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.text_dan{
	width:auto;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}
.text_dan span{ display: block; }

.btn{
	
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	display: inline-block;
	border:solid 1px #999;
	color: #000;
	padding: .25em .5em;
	margin: .25em;
	border-radius: 4px;
	line-height: 1.4;
	background: linear-gradient(-180deg, #f2f2f2 0%, #f0f0f0 50%, #ccc 100%);
}
a.btn{ text-decoration: none; }
.btn:hover{
	cursor: pointer;
	background: linear-gradient(-180deg, #ccc 0%, #f2f2f2 50%, #ccc 100%);
}
/* col */
/*
ul.col{
	display: block;
	width: 100%;
	border-spacing: 1.5em;
	margin-bottom: -1.5em;
}
ul.col > li{
	display: inline-block;
	vertical-align: top;
}
ul.c3 > li{ width: 32.5%; }
h3,
.col.h3 > li{
	padding: .8em 0;
	text-align: center;
	vertical-align: middle;
	border: groove 2px #b2f1ff;
	line-height: 1.4;
	margin: 0 1em;
	border-radius: .5em;
	color: #309dd1;
	font-weight: bold;
	/*background: -webkit-linear-gradient(0deg, #ACB6E5, #86FDE8);*
	background-image: url(../images/ul_back.png);
	background-size: 100% 100%;
	font-size: 1.3em;
}

.col.h3 > li > a{
	width: 100%;
	height: 100%;
	border: soild 1px #f00;
}
h3{
	margin: 0;
	padding: .8em .2em;
	font-size: 1.3em;
	white-space: nowrap;

}
h3 span{
	display: block;
	font-size: .8em;
}*/
.setumei{
	text-align: left;
	margin: 1em 0;
}
ul.col{
	display: table;
	width: 100%;
	border-spacing: 1.5em;
	margin-bottom: -1.5em;
}
ul.col > li{
	display: table-cell;
	vertical-align: top;
}
.c3 > li{ width: 32.5%; }
.col.c3 > li.colspan2{
	width: calc(60% + 1.5em);
	text-align: left;
}
.col.c3 > li.colspan2 + li{
    width: 40%;
}
.col.c3 > li.mt > .setumei{
 margin-top: 0;
}
.col.c3 > li > div.c3_img{
	text-align: center;
	width: 80%;
	margin: 1em auto;
}
.col.c3 > li > div.c3_img + input{
	margin: 1em auto;
}
.c3 > a{ width: 30%; }
.c4 > a{
	width: calc(25% - 2em);
	white-space: nowrap;
}

.h3_btn{
	position: relative;
	min-height: 3em;
	display: inline-block;
	padding: .8em 0;
	margin: .5em;
	border: groove 2px #b2f1ff;
	line-height: 1.4;
	border-radius: .5em;
	color: #309dd1;
	font-weight: bold;
	background-image: url(../images/ul_back.png);
	background-size: 100% 100%;
	font-size: 1.3em;
}

.h3_btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
h3.h3_btn{
	display:block;
	/*min-height: 2em;*/
	margin:0;
	padding: .5em 0;
}
h3.h3_btn p span{
	display: block;
	font-size: .8em;
}

/**/
h4,
h4.lg{
white-space: nowrap;
font-size: 1.6em;
border-left: solid .5em #309dd1;
border-right: solid .5em #309dd1;
padding: 0 1em;
display: inline-block;
color: #309dd1;
margin-bottom: 1.5em;
margin-top: 1em;
}

h4 span{
	font-size: .6em;
	display: inline-block;
}

h5{
	font-size: 1.2em;
	margin-bottom: .5em;
}
h6{
white-space: nowrap;
font-size: 1.2em;
border-left: solid .5em #309dd1;
padding: 0 1em;
display: inline-block;
color: #309dd1;
margin-bottom: .5em;
margin-top: 2em;
}
/**/
.l{ text-align: left; }
.c{ text-align: center; }
.r{ text-align: right; }
.mx_1{ margin-top: 1em; margin-bottom: 1em; }
.mt_1{ margin-top: 1em; }
.mb_0{  margin-bottom: .3em; }
.py_1{ padding-right: 1em; padding-left: 1em; }
.mt_2{ margin-top: 2em; }
.pb_1{ padding-bottom: 1em; }
.pb_2{ padding-bottom: 2em; }
.fs_ss{ font-size: .8em; }

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

/* SEC01 */
#sec01 ul, #sec01 ul li{
	margin: .5em;
	font-size: 1.1em;
}
/* sec2 */
#sec2 .c4 > a{ width: calc(25% - 2em); }

/* SEC03 */
.maru{
margin-bottom: 2em;
}

.maru div{
font-size: 1.2em;
	border: groove 2px #309dd1;
	border-radius: 50%;
	display: inline-block;
	margin: .5em;
	padding: 1.2em 1.6em 1.4em 1.6em;
	color: #309dd1;
	text-align: center;
	line-height: 1.4;
	/*background: #E0FCF7;*/
position: relative;
min-width: 4em;
min-height: 2em;
}
.maru div::after{
content: "";
border: groove 2px #86FDE8;
border-radius: 50%;
position: absolute;
width: 100%;
height: 100%;
top: -5px;
left: 3px;
}
.card > li{
	border: groove 2px #86FDE8;
	padding: 1em;
	display: inline-block;
	margin:.5em;
}
.card.c3 > li{ width: calc(33% - 3em - 4px); }
.card > li > p{ margin-bottom: .8em; }
.card img{ width: 90%; }
.c2 > li{
	padding:  1em 0 0 0;
	border: 0;
	border-top: dotted 1px #309dd1;
}
.b_border{border-bottom: dotted 1px #309dd1;}

.card.c2 > li > ul > li{  padding: 0 0 0 1em; }
.img_100 img{ max-width: 100%; }
.dd1{ width: 56%; }
.dd2{width: 32%; }

/* SEC04 */
#sec04 h4{
display: inline-block;
margin: 1em auto;
}
.red{
border: solid 1px #f00;
color: #f00;
padding: .5em 1em;
margin: 0em auto 0 auto;
 display: block;
 width: 200px;
 margin: 0 auto;
}
#sec04 a{
display: block;
margin: 1em 2em;
}
#sec04 a.not{
color: #999;
pointer-events: none;
}

/* SEC05 */
#sec05 p{
	margin-bottom: 5px;
}
#sec05 p.name{
font-size: 1.3em;
}
ul.stamei{
width: auto;
margin: 0 auto;
}
ul.stamei > li:nth-child(1){
width: 18em;
min-width:18em;
}
ul.stamei > li:nth-child(2){
	width: 70%;
	min-width: 300px;
	max-width: 500px;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

#sec06 h6{
	display: block;
	margin: 0;
	margin-bottom: .5em;
	border-right: solid .5em #309dd1;
}
#sec04 .link_list a{
	display: inline-block;
	margin: .25em 1em;
}

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

@media only screen and (min-width: 900px){
	.inner{
		max-width: 1024px;
		width: 96%;
	}
	#sec2 .c4 > a{ width: calc(23% - 2em);}
	#sec2 .c4 > a:first-child{ width: calc(30% - 2em);}
}
@media only screen and (min-width: 800px){
	a#menu{
		display:none;
	}

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 2em ;
		color: #ccc;
	}
	.c4 > a{ font-size: 1.2em; }
	#sec2 .c4 > a{ width: calc(23% - 2em);}
	#sec2 .c4 > a:first-child{ width: calc(30% - 2em);}
	#footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
		margin-top: -.5em;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 8px;
		font-size: .7em;
	}
	
	#header h1 img{
		margin-top: 0;
		max-height: 45px;
		width: auto !important;
	}
#logo_img {
    max-width: 280px;
}
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}
	#mainnav li details,
	#mainnav li a{
		position: relative;
		display:block;
		padding:.5em 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
		background: #f0f0f0;
	}
	#menuWrap + .panel{ border-top: 1px #ccc solid; }
	.acc_menu div { position: relative; }
	.acc_menu summary + div{
		border: 0;
		padding: 0;
		margin-top: .5em;
		border-top: solid 1px #ccc;
	}
	#mainnav li.acc_menu summary + div a{
		padding: .5em 1em;
		border-top: 0;
	}

/*
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 1em;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
*/
	.mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	/****/
.mainImg {
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 4em;
    height: 10em;
}
.mainImg img{
width: 40%;
height: auto;
margin-top: -1em;
}
.card.c3 > li{ width: calc(48% - 3em - 4px); }
.c3 > a,
.c3 > li{ width: 45%; }
.col.c3 > li,
.col.c3 > li.colspan2{
	display: block;
	width: 100%;
	text-align: left;
}
.col.c3 > li.mt > .setumei{
 margin-top: 1em;
}
#sec0{ margin-top: 3em; }

.c4 > a{ font-size: 1.2em; }
#sec2 .c4 > a{ width: calc(50% - 2em);}
#sec2 .c4 > a:first-child{ width: calc(50% - 2em);}

.col.c3 > li.colspan2 + li { width: 100%; }
}


@media only screen and (max-width: 700px){

.text_dan span{ display: inline; }
}
@media only screen and (max-width: 640px){
body{ font-size: 14px; }
h3.h3_btn{
width: 240px;
min-height: 3.2em;
}
h3.h3_btn p b{
line-height: 1;
display:block;
}
.c3 > a,
.c3 > li{ width: 40%; }
.card.c2 > li > ul > li{ padding: 0; }
/*
}
@media only screen and (max-width: 540px){
*/
.col.c3 > li { width: auto; }
h3.h3_btn{
margin-left: auto;
margin-right: auto;
width: auto;
/*min-height: 2em;*/
}
.col.c3 > li.colspan2{
width: auto;
margin-top: 1em;
}
h3.h3_btn p b{ display:inline; }
ul.col, ul.col > li{
display: block;
margin-bottom: 0;
}
.dd1, .dd2{width: auto; }
.img_s_70 img{max-width: 70%; }
/*.img_100 img{max-width: 70%; }*/
ul.stamei > li:nth-child(2){
  width: 80%;
  margin: 2em auto 1em auto;
}
ul.stamei > li:nth-child(1){margin: auto; }
}
/**/
@media only screen and (max-width: 460px){
body{font-size: 12px; }
.mainImg{ height: 8em; }
.mainImg img { width: 50%; }
#headerWrap{ height: 56px; }
#header h1 img{ width: 60% !important; }
a#menu{
width: 30px;
height: 30px;
}
.c3 > a,
.c3 > li{ width: 43%; }
.img_100 img{max-width: 100%; }
.img_s_70 img{max-width: 70%; }
h5{ font-size: 1.1em; }
.card.c3 > li {
    width: calc(48% - 1em - 4px);
    padding: .25em;
    margin: .25em;
}
}