@charset "utf-8";
/*
 * cmn_style.css
 *
 */

/*Font*/

@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }

.marugo{
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


/*========================= ======================
●共通
===============================================*/

html, body {
	/*height: 100%;*/
	
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	/*-webkit-text-size-adjust: none;*/
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	font-size: 100%;
	color: #595858;
}
/*------------------------------------
clearfix
--------------------------------------*/
.clearfix {
	zoom: 1;
	overflow: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* その他
---------------------------------------- */
.errorText {
	color: #C00!important;
	font-weight: bold!important;
}
.clear {
	clear: both;
	zoom: 1;
}
br.clear {
	line-height: 0;
	height: 0;
}
.disabled {
	display: none;
}
button {
	cursor: pointer;
}
a {
	color: #595858;
	text-decoration: none;
}
a img {
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	backface-visibility: hidden;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.boxL {float: left;}
.boxR {float: right;}

.rudius10{border-radius: 10px;}
.shadow{box-shadow: 0px 2px 3px -1px #313131;}




/*===============================================
●画面の横幅が641px以上(PC／タブレット)
===============================================*/
@media screen and (min-width: 737px) {
body {
	font-size: 20px;
	line-height:1.36em ;
	min-width: 1250px;/* コンテンツ幅は940px*/
}
.pcNone {
	display: none;
} /* 不必要なタグを不過視化*/
.inner {
	width: 940px;
	margin: 0 auto;
}
.bg_lattice {background: url(../images/common/bg_lattice.png);}
/* !header
---------------------------------------------------------- */	

#header {
	width: 100%;
	height: 110px;
	padding: 5px 0 0 0px;
	box-sizing: border-box;
	background: url(../images/common/line.png) repeat-x #fff left bottom;
	background-size: 10px auto;
}
#header .h_inner {
	width: 960px;
	margin: 0 auto;
}
#header a.h_logo {
	display: block;
	float: left;
}
#header .boxR {
	width: 455px;
	margin-top:10px;
}
#header .boxR p:first-child {
	width: 88px;
	padding: 5px 0;
	box-sizing: border-box;
	border-left: 2px solid #143378;
	border-right: 2px solid #143378;
	box-sizing: border-box;
	float: left;
	font-size: 18px;
	text-align: center;
	line-height: 22px;
}
#header .boxR p:nth-child(2) {
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
#header .boxR p:nth-child(2) span {
	display: block;
	width: 100%;
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: 0.1em;
}
/* !gNav
---------------------------------------------------------- */

#drawernav {
	width: 940px;
	margin: 10px auto 50px;
}
#drawernav ul li {
	width: 124px;
	height:124px;
	display: inline-block;
}

#drawernav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0px 8px 6px -4px #808080;
	padding:0!important;
}	
	
	
	
#drawernav ul li:nth-child(odd) a/*奇数*/ {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #6ad936 85%);
background: -webkit-linear-gradient(top, #ffffff 0%,#6ad936 85%);
background: linear-gradient(to bottom, #ffffff 0%,#6ad936 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6ad936',GradientType=0 );
}

#drawernav ul li:nth-child(even) a/*偶数*/ {
	background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #3c95e2 85%);
background: -webkit-linear-gradient(top, #ffffff 0%,#3c95e2 85%);
background: linear-gradient(to bottom, #ffffff 0%,#3c95e2 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3c95e2',GradientType=0 );
}
	

#drawernav ul li span {
	display: none;
}
#drawernav h4 {
	padding: 0 15px;
}
#humberger, #overlay {
	display: none;
}
.menu {
	display: block;
	font-size: 8px;
	text-align: center;
	line-height: 1.2em;
}
	
.pankuzu{
	width:940px;
	margin:0 auto 10px;
	font-size:16px;
	line-height:1.5em;
	}

/*titBox*/

.titBox{
	padding:45px 0;
	}
	
	.titBox .inner{
		width: 100%!important;
		margin: 0!important;
		text-align: center;
	}
	
	.titBox h2{
		font-size:40px;
		color:#004EA2;
		line-height: 46px;
	}
	
	.titBox p{
		text-align: center;
		margin-top:15px;
		font-size:23px;
		line-height: 32px;
	}
	
	.enclose_circle:before{
		margin-left:0.8em;
		content: url(../images/common/icon_3circle.png);
	}
	
	.enclose_circle:after{
		margin-right:0.8em;
		content: url(../images/common/icon_3circle.png);
	}
	
/*access*/

#access {
	background: #FFE9CB;
	padding: 20px 0;
	margin-top:120px;
}
#access .inner .boxL {
	width: 470px;
}
#access .inner ul li {
	display: block;
	width: 100%;
	height: 55px;
	margin-top: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	line-height: 49px;
	color: #fff;
	background: #FFAE5B;
	border: 3px solid #fff;
	border-radius: 8px;
}
/*#access #gmap {
	width: 450px;
	height: 262px;
	box-sizing: border-box;
	border: 5px solid #fff;
	border-radius: 8px;
}*/
	
#access #gmap {
	position: relative;
	width: 450px;
	height: 0;
	padding-top:262px;
	box-sizing: border-box;
	border: 5px solid #fff;
	border-radius: 5px;
	overflow:hidden;
}
	
#access #gmap iframe,
 #gmap object,
#gmap embed {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	top:0;
	left:0;
}	
	
	
/* !pageTop
---------------------------------------------------------- */

#pageTop {
	width: 6.25vw;
	height: 6.25vw;
	position: fixed;
	right: 0.5em;
	bottom: 80px;
	z-index: 5000;
	background: #004EA2;
}
#pageTop a {
	display:block;
	width: 100%;
	height: 100%;
	
}
/* !footer
---------------------------------------------------------- */

#footer{
		letter-spacing: 0.1em;
	}	
	
#footer .inner {
	padding: 25px 0;
}
#footer .name {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	color:#737170;
}
#footer .tel img {
	margin-bottom: 10px;
}
#footer .boxR{
		width: 400px;
	}	
#footer ul {
	display: block;
	width: 50%;
	float: left;
}
#footer ul li {
	display: block;
	padding-left:50px;
	box-sizing: border-box;
	line-height: 2em;
	background: url(../images/common/icon_3circle.png) no-repeat left center;
	background-size: auto 60%;
	font-size:12px;
	letter-spacing: 2px;
}
#footer .tel_info {
	height:40px;
	background: #004EA2;
	color: #fff;
	font-size:17px;
	line-height:40px;
}
	
#footer .tel_info span{
	display:block;
	width:940px;
	margin:0 auto;
	}

#copyright {
	display: block;
	width: 940px;
	margin: 0 auto;
	font-size: 10px;
	line-height:30px;
	text-align: left;
}
}

/*===============================================
●画面の横幅が640px以下(スマホ)
===============================================*/

@media screen and (max-width: 736px) {
body {
	font-size: 3.125vw;
	line-height: 1.83em;/*22px*/
	min-width:initial;
}
.spNone {
	display: none;
}
img {
	width: 100%;
}
.inner {
	width: 90vw;
	margin: 0 auto;
	box-sizing: border-box;
}
	
.bg_lattice {
	background: url(../images/common/bg_lattice.png);
	background-size: 4px;
}
	
/* !header
---------------------------------------------------------- */	

#header {
	width: 100%;
	height: 62px;
	padding: 12px 0 0 10px;
	box-sizing: border-box;
	background: url(../images/common/line.png) repeat-x #fff left bottom;
	background-size: 3px auto;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
}
#header .h_logo img {
	height: 32px;
	width: auto;
}
#header a.h_logo {
	display: block;
}
#header .boxR {
	display: none;
}
/* !gNav
---------------------------------------------------------- */
#wrap {
	padding-top: 62px;
	/*position: relative;*/
	z-index: 2;
	left: 0;
	background: #fff;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav {
	position: fixed;
	top: -500px;
	left: 0;
	width: 100%;
	height: auto;
	background: url(../images/common/bg_lattice.png) #fff;
	background-size: 4px;
	color: #fff;
	z-index: 2;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	
	overflow-y: auto;
  -webkit-overflow-scrolling: touch;

}
#drawernav ul {
	list-style: none;
	padding: 0;
	overflow-y: auto;
}
#drawernav ul li {
	display: block;
	border-bottom: 2px solid #68C5DE;
}
#drawernav ul li a {
	color: #595858;
	display: block;
	padding: 12px 20px 12px 80px;
	text-decoration: none;
	background: url(../images/common/icon_3circle.png) no-repeat 20px center;
	background-size: auto 24%;
	font-size:16px;
}
#drawernav ul li a:hover {
	color: #ddd;
	background: #1398DE;
}
#drawernav ul li img {
	display: none;
}
#drawernav h4 {
	padding: 0 15px;
}
#humberger {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 4;
	width: 56px;
	height: 54px;
	padding: 10px 0 8px;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../images/common/bg_lattice.png);
	background-size: 4px;
	color: #004EA2;
}
.icon-bar {
	height: 3px;
	width: 40px;
	margin: 0 auto 6px;
	background: #004EA2;
	display: block;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.menu {
	display: block;
	font-size: 8px;
	text-align: center;
	line-height: 1.2em;
}
.fixed-content {
	right: inherit;
	width: 100%;
	z-index: 2;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#overlay {
	z-index: -1;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
/*** ドロワー開放時のスタイル ***/

body.drawer-opened #wrap {
top: -500px;
	box-shadow: 1px 0 2px #000;
	-webkit-box-shadow: 1px 0 2px #000;
}
body.drawer-opened .fixed-content {
	top: -600px;
}
body.drawer-opened #drawernav {
	top: 62px;
}
body.drawer-opened #humberger .icon-bar {
	background: #004EA2;
}
body.drawer-opened #humberger :nth-child(1) {
	transform: translate(0, 8px) rotate(45deg);
	-webkit-transform: translate(0, 8px) rotate(45deg);
}
body.drawer-opened #humberger :nth-child(2) {
	transform: translate(-20px, 0);
	-webkit-transform: translate(-20px, 0);
	opacity: 0;
}
body.drawer-opened #humberger :nth-child(3) {
	transform: translate(0, -10px) rotate(-45deg);
	-webkit-transform: translate(0, -10px) rotate(-45deg);
}
body.drawer-opened #overlay {
	z-index: 1;
	opacity: 0.3;/*top: -500px;*/
}
/* contents */

.pankuzu{display:none;}	
	
.titBox{
	padding:6.25vw 0 3.12vw!important;
	text-align: center!important;
	}
.titBox h2{
		font-size:5vw;
		color:#004EA2;
		line-height: 6.25vw;
		margin-bottom:3.12vw; 
	}
.titBox p{
	font-size:3.43vw;
	text-align: center!important;
	}
	
.enclose_circle:before{
	margin-right:0.8em;
		content: url(../images/common/icon_3circle.png);
	}
	
.enclose_circle:after{
	margin-left:0.8em;
		content: url(../images/common/icon_3circle.png);
	}
	
/*access*/

#access {
	background: #FFE9CB;
	padding: 3% 0;
}
#access .inner {
	width: 73%;
	margin: 0 auto;
}
#access .inner ul li {
	display: block;
	width: 100%;
	padding: 2vw;
	margin-top: 1.5vw;
	box-sizing: border-box;
	text-align: center;
	font-size: 3.2vw;
	color: #fff;
	background: #FFAE5B;
	border: 2px solid #fff;
	border-radius: 5px;
}
/*#access #gmap {
	width: 100%;
	height: 42vw;
	margin-top: 1.5vw;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 5px;
}*/

#access #gmap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top:10em;
	margin-top: 1.5vw;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 5px;
	overflow:hidden;
}
	
#access #gmap iframe,
 #gmap object,
#gmap embed{
	position: absolute;
	width: 100%!important;
	height: 100%!important;
	top:0;
	left:0;
}	
	
/* !pageTop
---------------------------------------------------------- */

#pageTop {
	width: 6.25vw;
	height: 6.25vw;
	position: fixed;
	right: 0.5em;
	bottom: 20px;
	z-index: 5000;
	background: #004EA2;
}
#pageTop a {
	display:block;
	width: 100%;
	height: 100%;
	
}
/* !footer
---------------------------------------------------------- */

#footer .inner {
	padding: 4.6vw 0;
}
	
#footer .boxL,#footer .boxR{float: none!important;}

#footer .name {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 2vw;
}
#footer .tel img {
	width: 56.2vw;
	max-width: 360px;
	margin-bottom: 1vw;
}
#footer ul {
	display: block;
	width: 44%;
	margin-top: 2vw;
	float: left;
}
#footer ul li {
	display: block;
	padding: 0 0 0 3.8em;
	line-height: 2em;
	text-decoration: none;
	background: url(../images/common/icon_3circle.png) no-repeat left center;
	background-size: auto 54%;
	font-size: 2.5vw;
}
#footer .tel_info {
	background: #004EA2;
	padding: 1.8vw;
	color: #fff;
	text-align: center;
}
#copyright {
	display: block;
	width: 93.7vw;
	height: 8.43vw;
	margin: 0 auto;
	font-size: 1.8vw;
	text-align: left;
}
	
}

@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
	#drawernav ul li a {
	color: #595858;
	display: block;
	padding: 3px 20px 3px 80px;
	text-decoration: none;
	background: url(../images/common/icon_3circle.png) no-repeat 20px center;
	background-size: auto 24%;
	font-size:16px;
}
}
