@charset "utf-8";

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 2;
	text-align: justify;
	color: #555;
	background: #fff;
}

body,html{
	min-width: 1700px;
}

a:link    {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover   {color: #333; text-decoration: none;}
a:active  {color: #333; text-decoration: none;}

img {
	width: 100%;
	vertical-align: bottom;
}

a img {
}
a img:hover {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
}

*:focus {
 outline: none;
}

/* float clear */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/* flex */
.flex {
 margin:0;
 display:-webkit-box;
 display:-moz-box;
 display:-ms-box;
 display:-webkit-flexbox;
 display:-moz-flexbox;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:-moz-flex;
 display:-ms-flex;
 display:flex;
 -webkit-box-lines:multiple;
 -moz-box-lines:multiple;
 -webkit-flex-wrap:wrap;
 -moz-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
}


/* header
-----------------------------------------*/

#wrap {
	overflow: hidden;
	position: relative;
}


#wrap #header {
	display: none;
}

#wrap #main #mainBox .topNaviBox {
	width: 1700px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	position: fixed;
	z-index: 2;
}

#wrap #main #mainBox .topNaviBox h1 {
	width: 384px;
	margin: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	position: absolute;
	top: 10px;
	left: 40px;
	font-feature-settings: "palt";
	text-shadow: 1px  1px 0 #fff,
            -1px  1px 0 #fff,
             1px -1px 0 #fff,
            -1px -1px 0 #fff;
}

#wrap #main #mainBox .topNaviBox h1 span.lText {
	font-size: 22px;
}

#wrap #main #mainBox .topNaviBox h1 span.sText {
	font-size: 8px;
}

#wrap #main #mainBox .topNaviBox #logo_pc {
	width: 330px;
}

#wrap #main #mainBox .topNaviBox #gNavi {
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 400px;
	z-index: 1;
}

#wrap #main #mainBox .topNaviBox ul li {
	margin: 0 14px 0 0;
	font-size: 15px;
	font-feature-settings: "palt";
	text-align: center;
}

#wrap #main #mainBox .topNaviBox ul li a {
	width: 135px;
	height: 58px;
	padding: 30px 0 4px 0;
	border: 1px solid #333;
	border-top: none;
	background: rgba(255,255,255,0.7);
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap #main #mainBox .topNaviBox ul li a:hover {
	width: 135px;
	height: 78px;
	padding: 50px 0 4px 0;
	color: #e3007f;
	border: 1px solid #e3007f;
	border-top: none;
 transition: all .1s;
}

#wrap #main #mainBox .topNaviBox ul li span{
	font-size: 0.625em;
	color: #ccc;
}

#wrap #main #mainBox .topNaviBox ul li:last-child {
	margin: 0 0 0 0;
}


/* header　ここまで
-----------------------------------------*/

/* main
-----------------------------------------*/
#wrap #main {
}

#wrap #main #mainBox {
}

#wrap #main #mainBox .ttl {
	height: 165px;
	padding: 160px 0 0 0;
 background: url(../img/common/ttl_bg.jpg) no-repeat bottom center;
}

#wrap #main #mainBox .ttl p {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#wrap #main #mainBox .ttl p img {
	width: auto;
	height: 40px;
}

section .flex {
	width: 1000px;
	margin: 0 auto;
}

.gList {
	width: 1000px;
	margin: 60px auto 80px auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.gList li {
	width: 470px;
}

.gList a {
	font-size: 30px;
	text-align: center;
	line-height: 100px;
	color: #e3007f;
	border: 1px solid #e3007f;
	display: block;
}
.gList a:link    {color: #e3007f; text-decoration: none; background: #fff;}
.gList a:visited {color: #e3007f; text-decoration: none; background: #fff;}
.gList a:hover   {color: #fff; text-decoration: none; background: #e3007f;}
.gList a:active  {color: #e3007f; text-decoration: none; background: #fff;}

.gList .on {
	font-size: 30px;
	text-align: center;
	line-height: 100px;
	border: 1px solid #e3007f;
	color: #fff;
	background: #e3007f;
}
.gList li:last-child {margin: 0 0 0 56px;}


/* main　ここまで
-----------------------------------------*/

/* footer
-----------------------------------------*/
#wrap #footer {
	padding: 30px 0 0 0;
	font-size: 0.800em;
	color: #333;
	line-height: 2;
	background: #ddd;
}

#wrap #footer .ftLogo {
	width: 320px;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	font-size: 12.7px;
	font-weight: bold;
	line-height: 1.6;
	font-feature-settings: "palt";
}

#wrap #footer .ftLogo span {
	font-size: 18.4px;
}

#wrap #footer .ft span {
    font-size: 22px;
}

#wrap #footer .tel {
	margin: 14px 0 0 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
}

#wrap #footer .tel span {
	font-size: 12px;
}

#wrap #footer .mail {
	margin: 14px 0 0 0;
	font-size: 30px;
	line-height: 1;
}

#wrap #footer .mail img {
	width: 25px;
	margin: 0 6px 4px 0; 
	vertical-align: bottom;
}

#wrap #footer .footerBox {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

#wrap #footer .footerBox .ft {
	margin: 0 200px 0 0;
}

#wrap #footer .footerBox ul.flex {
	width: 700px;
}

#wrap #footer .footerBox ul li {
	margin: 0 20px 0 0;
	padding: 0 0 0 14px;
	background: url(../img/common/icon_point.png) no-repeat left center;
}

#wrap #footer #copyright {
	width: 100%;
	padding: 2px 0;
	font-size: 	0.900em;
	text-align: center;
	background: #fff;
}

/* footer　ここまで
-----------------------------------------*/



/* smartphone */

@media screen and (max-width: 750px) {

body {
	font-size: 16px;
	line-height: 1.5;
}

body,html{
	min-width: 100%;
}

img{
	width: 100%;
	height: auto;
}

#wrap {
	overflow: hidden;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

/* flex */
.flex {
	width: 100%;
 display: inherit;
}


/* header
-----------------------------------------*/
#wrap #main #mainBox .topNaviBox {
	display: none;
}

#wrap .header_topbg {
	height:44px;
	padding: 2px 10px;
	font-size: 0.857em;
	background: #67afcd;
	color: #fff;
	display: none;
}

#wrap .header_topbg p {
	width: 90%;
}

#wrap #header {
	width: 100%;
	height: 44px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

#wrap #header .navigation {
	display: none;
	visibility: hidden;
	background: #fff;
}

#wrap #header #logo_sp {
	text-align: center;
}

#wrap #header #logo_sp a {
	display: block;
	height: 44px;
}

#wrap #header #logo_sp img {
	width: 220px;
	height: auto;
	position: relative;
	top: 20%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#wrap #header .mod_nav {
	display: block;
}

#wrap #header .mod_nav {
	display: flex;
	position: relative;
	z-index: 2;
}

#wrap #header .mod_nav p.navtitle {
	width: 44px;
	cursor: pointer;
	display: block;
	color: #ccc;
	padding: 0;
	top: -44px;
	right: 0;
	position: absolute;
	z-index: 2;
	float: left;
}
#wrap #header .mod_nav.topN p.navtitle {
	top: 0;
}

	
#wrap #header .mod_nav ul {
	margin: 0 auto;
	width: 100%;
	display: none;
}

#wrap #header .mod_nav ul li {
	width: 100%;
	line-height: 45px;
	text-align: center;
	float: none;
	border-bottom: 1px solid #fff;
	background-color: rgba(220,220,220,0.9);
}

#wrap #header .mod_nav ul li img {
	width: auto;
	height: 11px;
}

#wrap #header .mod_nav ul li a {
	padding: 0 10px;
	display: block;
	color: #FFF;
}

#wrap #header .mod_nav ul li.current a {
	font-weight: bold;
}

#wrap #header .mod_nav ul li a:link    {color:#333; text-decoration:none;}
#wrap #header .mod_nav ul li a:visited {color:#333; text-decoration:none;}
#wrap #header .mod_nav ul li a:hover   {color:#333; text-decoration:none;}
#wrap #header .mod_nav ul li a:active  {color:#333; text-decoration:none;}

#wrap #main #mainBox #mainImage .naviBox {
	display: none;
}

#wrap #main #mainBox #logo_pc {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1;
}

/* header　ここまで
-----------------------------------------*/

#wrap #main {
 margin: 0 0 80px 0;
}

#wrap #main #mainBox {
	margin-top:44px;
}

#wrap #main #mainBox .subNavi {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap #main #mainBox .subNavi ul li {
	width: 100%;
	height: 44px;
	margin: 0 20px 10px 0;
	line-height: 40px;
	text-align: center;
	font-feature-settings : "palt";
}

#wrap #main #mainBox .subNavi ul li:last-child {
	margin: 0 0 0 0;
}

#wrap #main #mainBox .subNavi ul li a {
	display: block;
}

#wrap #main #mainBox h2 {
	height: auto;
	margin: 0 auto 20px auto;
	line-height: 1;
	text-align: center;
}

#wrap #main #mainBox h3 {
}

#wrap #main #mainBox h4 {
}

#wrap #main #mainBox #contents {
	width: 100%;
	float: none;
}

#wrap #main #contents .flex {
	width: 100%;
}
section .flex {
	width: 100%;
}

.gList {
	width: 96%;
	margin: 20px auto;
 display:-webkit-box;
 display:-moz-box;
 display:-ms-box;
 display:-webkit-flexbox;
 display:-moz-flexbox;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:-moz-flex;
 display:-ms-flex;
 display:flex;
 -webkit-box-lines:multiple;
 -moz-box-lines:multiple;
 -webkit-flex-wrap:wrap;
 -moz-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
}

.gList li {
	width: 47%;
}

.gList a {
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	color: #e3007f;
	border: 1px solid #e3007f;
	display: block;
}
.gList a:link    {color: #e3007f; text-decoration: none; background: #fff;}
.gList a:visited {color: #e3007f; text-decoration: none; background: #fff;}
.gList a:hover   {color: #fff; text-decoration: none; background: #e3007f;}
.gList a:active  {color: #e3007f; text-decoration: none; background: #fff;}

.gList .on {
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e3007f;
	color: #fff;
	background: #e3007f;
}
.gList li:last-child {margin: 0 0 0 4%;}
	
	
	
/* footer
-----------------------------------------*/

#wrap #footer a:link    {color:#666; text-decoration:none;}
#wrap #footer a:visited {color:#666; text-decoration:none;}
#wrap #footer a:hover   {color:#666; text-decoration:none;}
#wrap #footer a:active  {color:#666; text-decoration:none;}

#wrap #footer {
	font-size: 1.000em;
	text-align: center;
	padding: 10px 0 0 0;
}

#wrap #footer .ft {
	width: 300px;
	margin: 0 auto;
	padding: 0 0 20px 0;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.6;
 font-feature-settings: "palt";
}

#wrap #footer .ft span {
 font-size: 17px;
}

#wrap #footer .ftLogo {
	width: 300px;
	margin: 0 auto;
 padding: 0 0 0 0;
}

#wrap #footer .footerBox {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	line-height: 1.5;
}

#wrap #footer .footerBox div {
	width: 100%;
	padding: 0 10px 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap #footer .footerBox ul.flex {
	width: 100%;
	margin: 10px 0 0 0;
}

#wrap #footer .footerBox ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: none;
}

#wrap #footer .footerBox ul li:last-child {
	margin: 0;
}

#wrap #footer .footerBox ul li span {
	color: #fb8f55;
}

#wrap #footer #copyright {
	width: 100%;
	padding: 2px 0;
	font-size: 	0.900em;
	text-align: center;
}

#wrap #footer ul {
	display: block;
	background: #fff;
}

#wrap #footer ul li {
	display: block;
	height: 50px;
	line-height: 50px;
	border-right: none;
	border-bottom: 1px solid #ccc;
	float: none;
	padding-right: 0;
	margin-right: 0;

}

#wrap #footer ul li a {
	display: block;
}

#wrap #footer .footerBox ul li .pc {
	display: none;
}

#wrap #footer #copyright {
	width: 100%;
	padding: 10px;
	font-size: 8px;
	text-align: center;
		-moz-box-sizing: border-box;
 box-sizing: border-box;
	text-align: center;
}



/* footer　ここまで
-----------------------------------------*/

}