@charset "UTF-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@font-face {
  font-family: mugen1p-R;
  src: url(../font/mgenplus-1p-regular.ttf);
}
@font-face {
  font-family: mugen1p-M;
  src: url(../font/mgenplus-1p-medium.ttf);
}
@font-face {
  font-family: mugen1p-B;
  src: url(../font/mgenplus-1p-bold.ttf);
}
body{
	width:100%;
	padding:0;
	margin:0;
	 -webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	background-color:#f6f0c7;
}
h2{
	margin:70px 0 0 0;
	font-size:35px;
	color:#039187;
	text-align:center;
	letter-spacing:0.25em;
}
h3{
	margin:200px 0 100px 0;
	color:#594942;
	font-size:25px;
	text-align:center;
	letter-spacing:0.15em;
}
h3 p{
	width:80px;
	margin:20px auto;
	border-bottom:#F39800 solid 5px;
}
h3.top{
	margin:20px 0 65px 0 !important;
}
	
#container{
	width:100%;
	padding:0;
	margin:0;
	text-align:center;
}

#allbox{
	width:1100px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
img{width:100%;height:auto;}
/********* header *****************************************************/
#header{
	width:100%;
	min-width:850px;
	z-index:999;
	text-align:center;
	position:relative;
	background-color:#ddeef1;
}
#header_in{
	width:1100px;
	height:500px;
	margin:0 auto;
	position:relative;
}
#header_in02{
	width:1100px;
	height:300px;
	margin:0 auto;
	position:relative;
}

#logo{
	width:325px;
	position:absolute;
	top:70px;
	right:0;
	left:0;
	margin:0 auto;
	z-index:999;
}
#logo02{
	width:120px !important;
	margin:-35px 10px 0 0 !important;
	
}
#logo02 img{width:100%;}
#gnavi{
	width:1100px;
	margin:30px 0 0 0;
	padding:0 40px;
	font-size:14px;
	font-family:mugen1p-M;
	letter-spacing:0.1em;
}

#gnavi ul{
	list-style:none;
	padding:0;
	margin:0;
}
#gnavi li{
	height:42px;
	float:left;
	text-align:center;
	border-right:#039187 solid 1px;
}
#gnavi a{
	display:inline-block;
	text-decoration:none;
	padding:10px 15px;
	color:#039187;
}	
#gnavi a:hover{
	color:#F39800;
}
#gnavi p{
	padding:0;
	margin:-8px 0 0 0;
	float:left;
}
#gnavi span{
	font-size:75%;
}
#gnavi i{
	float:left;
	padding:10px 7px 0 0;
}

#gnavi02{
	width:1100px;
	font-size:15px;
	font-family:mugen1p-M;
	letter-spacing:0;
	position:absolute;
	top:20px;
	left:30px;
	z-index:999;
}
#gnavi02 ul{
	list-style:none;
	padding:0;
	margin:0;
}
#gnavi02 li{
	width: auto;
	display:inline-block;
	float:left;
	text-align:center;
	border-right:none;
	line-height:1.3;
	text-align:left;
}
#gnavi02 a:link,#gnavi02 a:visited{
	display: inline-block;
	text-decoration:none;
	padding:10px 13px;
	color:#25637C !important;
}
#gnavi02 a:hover{
	color:#F39800 !important;
}
#gnavi02 p{
	padding:0;
	margin-top:-6px;
	float:left;
}
#gnavi02 span{
	font-size:75%;
}
#gnavi02 i{
	float:left;
	padding:10px 7px 0 0;
}
#gnavi_sp{
	display:none;
}
.nav {
    width: 100%;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
/********* footer *****************************************************/
#footer{
	width:100%;
	min-width:950px;
	margin:100px 0 0 0;
	text-align:center;
	padding:20px 0;
	color:#62B1B0;
	font-size:11px;
	letter-spacing:0.15em;
}

/********* ページトップへ *****************************************************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	font-size:60px;
	
}
p#page-top{
	margin:0;
}
#page-top a {
    text-decoration: none;
    color: #039187;
    text-align: center;
    display:block;
	
}
#page-top a:hover {
    text-decoration: none;
    color: #62B1B0;
}
/********* 内容 *****************************************************/
#top_box01{
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}
/********* 共通 *****************************************************/

#clear{
	clear:both;
}
.fc_orange{color:#F39800;}
.fc_dblurgreen{color:#039187;}
.fc_blurgreen{color:#62B1B0;}
.fc_brown{color:#594942;}
.fw_100{font-weight:100;}
.fw_200{font-weight:200;}
.fw_300{font-weight:300;}
.fw_500{font-weight:500;}
.fs_80{ font-size:80%;}
.fs_85{ font-size:85%;}
.fs_90{ font-size:90%;}
.fs_110{ font-size:110% !important;}
.fs_120{ font-size:120% !important;}
.mg_t50{margin-top:50px !important;}
.mg_t70{margin-top:70px !important;}
.mg_b60{ margin-bottom:60px !important;}
.mg_b20{ margin-bottom:20px !important;}
.lh_15{ line-height:1.5em;}
.lh_18{ line-height:1.8em;}
.lh_20{ line-height:2em;}
.dis_pc{ display:block;}
.dis_sp{ display:none;}

/********* レスポンシブ *********************************************/
@media (max-width: 600px) {
#allbox{
	width:88%;
}
h2{
	margin:50px 0 0 0;
	font-size:7vw;
	letter-spacing:0.2em;
}
h3{
	margin:80px 0 50px 0;
	font-size:22px;
}
h3.top{
	margin:20px 0 35px 0 !important;
}
/********* footer480 *****************************************************/
#footer{
	min-width:100%;
	margin:50px 0 0 0;
	padding:10px 0;
	font-size:10px;
	letter-spacing:0em;
}
/* header_480 */
#header{
	min-width:100%;
}
#header_in,#header_in02{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}
#gnavi,#gnavi02{display:none;}
#gnavi_sp{
	display:block;
	padding:0;
	width:100%;
	font-size:18px;
	font-family: mugen1p-M;
	font-weight:500;
	letter-spacing:0.2em;
}
#gnavi_sp ul{
	padding:5px 0 0 0;
	margin:0;
}
#gnavi_sp li{
	border-bottom:#ddd solid 1px;
}
#gnavi_sp li a{
	display:block;
	margin:5px 0;
	padding:7px 0 7px 20px;
	text-align:left;
	text-decoration:none;
	font-size:4vw;
	color:#039187;
}
.mg_t50{margin-top:0px;}
.mg_b60{ margin-bottom:30px !important;}
.dis_pc{ display:none;}
.dis_sp{ display:block;}
}