@charset "utf-8";

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #333;
}

body,html{
	min-width: 980px;
}

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;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
 outline: none;
}

/* float clear */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	min-height:1%;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* 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;
 width: 980px;
}


/* header
-----------------------------------------*/

#wrap {
	overflow: hidden;
}

#wrap #header {
	display: none;
}

#wrap #header_pc {
	width: 980px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

#wrap .lineImage {
	position: absolute;
	top: 0;
	right: 0;	
}

#wrap #header_pc h1 {
	padding: 10px 0 10px 10px;
	font-size: 10px;
	color: #333;
}

#wrap .logo {
	width: 360px;
	margin: 38px 0 0 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 0.8;
	color: #5099be;
	text-align: center;
}

#wrap .logo a {
	color: #5099be;
}

#wrap .logo span {
	font-size: 12px;
	color: #a7c1ce;
}

#wrap ul.gNavi {
	margin: 34px 0 0 0;
	padding: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
	font-size: 14px;
}

#wrap ul.gNavi li {
	width: 150px;
	text-align: center;
	-webkit-transform: skewX(160deg);
	-moz-transform: skewX(160deg);
	transform: skewX(160deg);
	border-left: 2px solid #5099be;
	-ms-transform: skewX(160deg);
	-o-transform: skewX(160deg);
}

#wrap ul.gNavi li:last-child {
	border-right: 2px solid #5099be;
}

#wrap ul.gNavi li a{
display:block;
transform: skewX(-160deg);
padding:0 10px;
}


/* header　ここまで
-----------------------------------------*/

/* main
-----------------------------------------*/
#wrap #main {
}

#wrap #main #mainBox {
}

#wrap #main #mainBox h2 {
	margin: 0 auto 40px auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.btn {
	width: 300px;
	height: 100px;
	margin: 40px auto 0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 100px;
	text-align: center;
	background: url(../img/top/btn_bg.png) no-repeat top center;
	text-shadow: 
    rgba(50,50,50,0.1) 2px 0px 2px, rgba(50,50,50,0.1) -2px 0px 2px,
    rgba(50,50,50,0.1) 0px -2px 2px, rgba(50,50,50,0.1) -2px 0px 2px,
    rgba(50,50,50,0.1) 2px 2px 2px, rgba(50,50,50,0.1) -2px 2px 2px,
    rgba(50,50,50,0.1) 2px -2px 2px, rgba(50,50,50,0.1) -2px -2px 2px,
    rgba(50,50,50,0.1) 1px 2px 2px, rgba(50,50,50,0.1) -1px 2px 2px,
    rgba(50,50,50,0.1) 1px -2px 2px, rgba(50,50,50,0.1) -1px -2px 2px,
    rgba(50,50,50,0.1) 2px 1px 2px, rgba(50,50,50,0.1) -2px 1px 2px,
    rgba(50,50,50,0.1) 2px -1px 2px, rgba(50,50,50,0.1) -2px -1px 2px,
    rgba(50,50,50,0.1) 1px 1px 2px, rgba(50,50,50,0.1) -1px 1px 2px,
    rgba(50,50,50,0.1) 1px -1px 2px, rgba(50,50,50,0.1) -1px -1px 2px;
}

.btn a {
	color: #fff;
	display: block;
}



/* main　ここまで
-----------------------------------------*/

/* pagetop
-----------------------------------------*/

#wrap #pageTop {
 position: fixed;
 bottom: 20px;
 right: 20px;
	z-index: 1;
}
 
#wrap #pageTop a {
 display: block;
 z-index: 999;
 width: 60px;
 height: 60px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
}

#wrap #pageTop a img {
	width: 100%;
}

/* pagetop　ここまで
-----------------------------------------*/

/* footer
-----------------------------------------*/

#wrap #footer {
	margin: 0;
	height: 460px;
	text-align: center;
	background: #f8fcfe;
}

#wrap #footer .footerBox {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	position: relative;
}

#wrap #footer .footerBox .pc.flex {
	display: flex !important;
}

#wrap #footer .footerBox .ftLeft {
	width: 40%;
}
#wrap #footer .footerBox .ftRight {
	width: 240px;
	margin: 20px 0 0 200px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
}

#wrap .add {
	font-size: 16px;
	border-bottom: 1px dotted #5099be;
}

#wrap .tel {
	margin: 4px 0 0 0;
	font-size: 30px;
	line-height: 30px;
	color: #5099be;
}

#wrap .tel img {
	width: 30px;
}

#wrap .time {
	margin: 4px 0 0 0;
	font-size: 14px;
}

#wrap .lineImage {
	position: absolute;
	top: 0;
	right: 0;	
}

#wrap #footer .link_btm {
	font-size: 13px;
	text-align: center;
	margin-top: 50px;
}

#wrap #footer .footerCopy {
	font-size: 10px;
	text-align: left;
	color: #333;
}

#wrap #footer .outline {
	margin: 20px 0 0 0;
	font-size: 14px;
	text-align: left;
}

#wrap #footer #copyright {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 4px 0;
	font-size: 12px;
	text-align: center;
}

/* 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 !important;
}

.sp {
	display: block !important;
}

/* flex */
.flex {
}

.spBox {
	padding: 0 10px;
}



/* header
-----------------------------------------*/

#wrap #main #mainBox .topNaviBox {
	display: none;
}

#wrap #header {
	height: 44px;
	display: block;
}

#wrap #header .navigation {
	display: none;
	visibility: hidden;
	background: #fff;
}

#wrap #header #logo_sp {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
	line-height: 44px;
	text-align: center;
	color: #5099be;
}

#wrap #header #logo_sp a {
	display: block;
	height: 44px;
	color: #5099be;
}

#wrap #header #logo_sp img {
	width: 30%;
	max-width: 180px;
	height: auto;
	position: relative;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#wrap #header .mod_nav {
	display: block;
}

#wrap #header .mod_nav {
	display: flex;
}

#wrap #header .mod_nav p.navtitle {
 display: none;
	float: left;
}

#wrap #header .mod_nav p.navtitle {
	width: 44px;
	cursor: pointer;
	display: block;
	color: #ccc;
	padding: 0;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 2;
}

#wrap #header .mod_nav ul {
	margin: 0 auto;
	width: 100%;
	display: none;
	position: absolute;
	top: 44px;
	z-index: 1;
}

#wrap #header .mod_nav ul li {
	width: 100%;
	line-height: 45px;
	text-align: left;
	float: none;
	border-bottom: 1px solid #fff;
	background-color: rgba(80,153,190,0.8);
}

#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:#fff; text-decoration:none;}
#wrap #header .mod_nav ul li a:visited {color:#fff; text-decoration:none;}
#wrap #header .mod_nav ul li a:hover   {color:#fff; text-decoration:none;}
#wrap #header .mod_nav ul li a:active  {color:#fff; text-decoration:none;}

#wrap #main #mainBox #mainImage .naviBox {
	display: none;
}

#wrap #main #mainBox #logo_pc {
}

/* header　ここまで
-----------------------------------------*/


/* pankuzu
-----------------------------------------*/

#wrap #main #mainBox #pankuzu {
	width: 100%;
	margin: 0;
	padding: 4px 10px;
	font-size: 	0.625em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap #main #mainBox #pankuzu #pankuzuBox {
	width: 100%;
	margin: 0;
}

#wrap #main #mainBox #pankuzu a:link    {color: #333; text-decoration: underline;}
#wrap #main #mainBox #pankuzu a:visited {color: #333; text-decoration: underline;}
#wrap #main #mainBox #pankuzu a:hover   {color: #333; text-decoration: none;}
#wrap #main #mainBox #pankuzu a:active  {color: #333; text-decoration: underline;}

/* pankuzu　ここまで
-----------------------------------------*/
	
#wrap #main {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#wrap #main #mainBox #innerImage {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.250em;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
	text-shadow: 
    #fff 1px 1px 10px, #fff -1px 1px 10px,
    #fff 1px -1px 10px, #fff -1px -1px 10px;
}

#wrap #main #mainBox .subNavi {
	width: 100%;
	margin: 20px auto 0 auto;
	font-feature-settings:inherit;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

#wrap #main #mainBox .subNavi li {
	width: 100%;
	height: 40px;
	margin: 0 0 0 0;
	line-height: 40px;
	text-align: center;
	font-feature-settings : "palt";
	border-bottom: 1px solid #ccc;
}

#wrap #main #mainBox .subNavi li:last-child {
	margin: 0 0 0 0;
	border-right: none;
}

#wrap #main #mainBox .subNavi li a {
	display: block;
}


#wrap #main #mainBox h2 {
	margin: 0 auto 20px auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

#wrap #main #mainBox h3 {
	font-size: 1.250em;
}

#wrap #main #mainBox h4 {
}


	


/* pagetop
-----------------------------------------*/

#wrap #pageTop a {
  width: 44px;
  height: 44px;
}

/* pagetop　ここまで
-----------------------------------------*/


/* footer
-----------------------------------------*/

#wrap #footer a:link    {color:#333; text-decoration:none;}
#wrap #footer a:visited {color:#333; text-decoration:none;}
#wrap #footer a:hover   {color:#333; text-decoration:none;}
#wrap #footer a:active  {color:#333; text-decoration:none;}

#wrap #main #mainBox .btmMenu {
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrap #main #mainBox .btmMenu ul.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;
 width: 100%;
}

	#wrap #main #mainBox .btmMenu ul li {
	width: 48%;
	margin: 0 10px 10px 0;
}

#wrap #main #mainBox .btmMenu ul li:nth-child(2n) {
	margin: 0 0 10px 0;
}

#wrap #main #mainBox .contact {
	height: auto;
	margin: 40px 0 0 0;
	padding: 10px;
}

#wrap #main #mainBox .contact p {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}

#wrap #main #mainBox .contact p span.tel {
	font-size: 30px;
}

#wrap #main #mainBox .contact p span.time {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.btn {
	width: 300px;
	height: 100px;
	margin: 20px auto 0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 100px;
	text-align: center;
	background: url(../img/top/btn_bg.png) no-repeat top center;
	text-shadow: 
    rgba(50,50,50,0.1) 2px 0px 2px, rgba(50,50,50,0.1) -2px 0px 2px,
    rgba(50,50,50,0.1) 0px -2px 2px, rgba(50,50,50,0.1) -2px 0px 2px,
    rgba(50,50,50,0.1) 2px 2px 2px, rgba(50,50,50,0.1) -2px 2px 2px,
    rgba(50,50,50,0.1) 2px -2px 2px, rgba(50,50,50,0.1) -2px -2px 2px,
    rgba(50,50,50,0.1) 1px 2px 2px, rgba(50,50,50,0.1) -1px 2px 2px,
    rgba(50,50,50,0.1) 1px -2px 2px, rgba(50,50,50,0.1) -1px -2px 2px,
    rgba(50,50,50,0.1) 2px 1px 2px, rgba(50,50,50,0.1) -2px 1px 2px,
    rgba(50,50,50,0.1) 2px -1px 2px, rgba(50,50,50,0.1) -2px -1px 2px,
    rgba(50,50,50,0.1) 1px 1px 2px, rgba(50,50,50,0.1) -1px 1px 2px,
    rgba(50,50,50,0.1) 1px -1px 2px, rgba(50,50,50,0.1) -1px -1px 2px;
}

.btn a {
	color: #fff;
	display: block;
}
	

#wrap #footer {
	height: auto;
	padding: 0 0 0 0;
	font-size: 1.000em;
	text-align: center;
	line-height: 1.4;
	background: url(../img/top/line_image_sp.png) no-repeat top right, #f8fcfe;
	background-size: cover;
}

#wrap #footer .footerBox {
		width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	position: inherit;
}

#wrap #footer .footerBox .flex {
	width: 100%;
	display: inherit;
}
	
#wrap #footer .footerBox .ftLeft {
	width: 100%;
}
#wrap #footer .footerBox .ftRight {
	width: 250px;
	margin: 20px auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
}
	
#wrap #footer .footerBox .logo {
	width: 100%;
	margin: 10px auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 0.8;
	color: #5099be;
	text-align: center;
}
	
#wrap #footer .footerBox .logo a {
	color: #5099be;
}

#wrap #footer .footerCopy {
	font-size: 10px;
	text-align: center;
	color: #333;
}
	
#wrap #footer .outline {
	margin: 20px 0;
	line-height: 1.7;
	text-align: center;
}

#wrap #footer ul.fMenu {
	display: block;
	border-top: 1px solid #ccc;
}

#wrap #footer ul.fMenu li {
	display: block;
	height: 50px;
	line-height: 50px;
	border-right: none;
	border-bottom: 1px solid #ccc;
	float: none;
	padding-right: 0;
	margin-right: 0;
	background: rgba(255,255,255,0.6);
}

#wrap #footer ul.fMenu li a {
	display: block;
}

#wrap #footer #copyright {
	width: 100%;
	margin: 0;
	padding: 10px;
	font-size: 11px;
	text-align: center;
		-moz-box-sizing: border-box;
 box-sizing: border-box;
	text-align: center;
	background-size: cover;
}



/* footer　ここまで
-----------------------------------------*/

}