@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?zq31z");
  src: url("../fonts/icomoon.eot?zq31z#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?zq31z") format("truetype"), url("../fonts/icomoon.woff?zq31z") format("woff"), url("../fonts/icomoon.svg?zq31z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }


.pcon{display: block!important;}
.spon{display: none!important;}



/* -----------------------------------------
  common 
-----------------------------------------*/
html {
  font-size: 62.5%; }

body {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center; 
	font-feature-settings : "palt";
	background:#fff;
}

a {
  text-decoration: none; }

a:hover {
  opacity: 0.7; }
.textcenter{
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}


.clearfix::after{
content:"";
display:block;
clear:both;
}

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

.red {
  color: #d80000; }

.bold {
  font-weight: bold; }



.cmn_w {
  margin: 0 auto;
  width: 700px;
	}
	

.pdn30 {
  padding: 30px 0; }

.mgnB45 {
  margin-bottom: 45px; }

.en {
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif; }

.bg_gray {
  background-color: #f0f5f8;
	}

.lh0{line-height:0;}




#header {
	width:100%;
	margin: 0 auto;
	background-color:#68c3c5;
	text-align:left;
}

#header h1{
	text-align:left;
	color:#fff;
	padding:5px 0;
}

.inner{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.fixed{
	position:fixed;
	width:100%;
	height:130px;
	top:0px;
	z-index:100;
}


.logo{
	width:100%;
	margin: 0 auto;
	background:#FFF;
}

#header h2 img{
	width:100%;
	max-width: 385px;
	float:left;
	padding-top:40px;
}

.tel{
	float:left;
	padding:20px 0;
}
.tel img{
	width:100%;
	max-width: 300px;
}

#header ul.btn{
	width:100%;
	max-width: 200px;
	list-style: none;
	float: right;
	padding:20px 0 20px;
	margin-left: 10px;
}

#header ul.btn li{margin-bottom: 5px;}
#header ul.btn li:last-child{margin-bottom: 0;}
#header ul.btn li a{display: block;}
#header ul.btn li img{
	width:100%;
	max-width: 200px;
}

#gnav {
	width:100%;
	height: 80px;
	background-image: url(../img/gnav.jpg);
	background-repeat: repeat-x;
	border-top:3px solid #2BAC38;
}

#gnav ul.navi li{
	float: left;
	border-left:0.5px solid #2BAC38;
	box-sizing: border-box;
	width: 120px;
	height: 80px;
}

#gnav ul.navi li:last-child{border-right:0.5px solid #2BAC38;}
#gnav ul.navi li a{display: block;}


	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}



#mv {
	width:100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top:257px;
}

#sec01 {
	width:100%;
	max-width: 960px;
	margin: 40px auto;
}


#sec02{
	width:100%;
	max-width: 960px;
	margin: 0 auto 40px;
	}

#sec03,
#sec05{
	width:100%;
	max-width: 960px;
	margin: 0 auto;
	}

#sec02 h4,#sec02 h5{
	width:100%;
	max-width: 960px;
	margin: 40px auto 20px;
	}

#sec02 p img,
#sec03 p img{
	width:100%;
	max-width: 960px;
	margin:0 auto;
}



#sec04{
	width:100%;
	max-width: 960px;
	margin: 40px auto;
}

#sec03 h3,
#sec04 h3,
#sec05 h3,
#sec06 h3{
	margin-bottom: 40px;
}


#sec05 p.dr{
	margin-top: 40px;
}


#sec06 {
	width:100%;
	max-width: 960px;
	margin: 40px auto 50px;
}

#sec06 p.map{
	margin:0 auto 40px;
	text-align: center;
}

#sec06 p.map img{
	width: 100%;
	max-width: 640px;
}

#sec06 p.gmapbtn{
	margin:0 auto 20px;
	text-align: center;
}

#sec06 p.gmapbtn img{
	width: 100%;
	max-width: 566px;
}

#sec06 p.addr{
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
}

#sec07{
	width:100%;
	max-width: 960px;
	margin: 40px auto 70px;
	border:3px solid #377CB7;
	box-sizing: border-box;
	padding-bottom:40px;
}

#sec07 ul.info{
	margin:30px auto 0;
	width: 100%;
	max-width: 895px;
}
#sec07 ul.info li.clinic{
	float: left;
	width: 100%;
	max-width: 395px;
	text-align: right;
}

#sec07 ul.info li.telno{
	float: left;
	width: 100%;
	max-width: 500px;
	text-align: left;
}

#sec07 p.txt img{
	width: 100%;
	max-width:660px;
}

#sec07 ul.btn{
	margin:20px auto 0;
	width: 100%;
	max-width: 740px;
}

#sec07 ul.btn li.mail{
	float: left;
	width: 100%;
	max-width: 370px;
	text-align: left;
}

#sec07 ul.btn li.web{
	float: left;
	width: 100%;
	max-width: 370px;
	text-align: right;
}

#sec07 ul.btn li.mail img,
#sec07 ul.btn li.web img{
	max-width: 360px;
}

#footer {
	width:100%;
	margin: 0 auto;
	background:#3780C4;
}
	
#footer p{
	color:#FFF;
	font-size:14px;
	padding:5px 0;
}

.formtxt01{
	padding-top: 30px;
}



header nav {
	margin-right: -16px;
}
header nav ul{
	display: flex;
	align-items: center;
	
}
header nav ul li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 16px ;
}
#nav_toggle{
	display: none;
}


h2.h2_design {
    font-size: 38px;
    color: #406788;
    margin-bottom: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
}

#form {
    margin-bottom: 40px;
    padding-top: 200px;
}
span.imicon {
    background: #68c3c5;
    color: #fff;
    padding: 3px 5px;
    margin-left: 5px;
}


ul.mfp_buttons {
    width: 100%;
    margin: 20px 0 20px 2%;
    text-align: center;
    padding-left: 28%;
    box-sizing: border-box;
}

ul.mfp_buttons li {
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

button {
    border-color: none;
    border: none;
    padding: 0;
    background: none;
}





@media only screen and (min-width: 641px) {
	.pc_mt-13 {margin-top: 13px;}
}
/* -----------------------------------------
  middle
-----------------------------------------*/
/*@media screen and (max-width:1024px) {*/

@media only screen and (min-width: 641px) and (max-width: 959px) {

.tbon{display: none !important;}

.inner{
	width: 100%;
	margin: 0 auto;
	padding:0 10px;
	box-sizing:border-box;
}
#form h3 {margin-bottom: 20px;}
#form .contact ul.info{padding:0 10px;box-sizing:border-box;}
#form .contact ul.info li.clinic{width: 48%;}
#form .contact ul.info li.telno{width: 48%;padding-top: 10px;}
ul.mfp_buttons{margin-left: 0;padding-left: 0;width: 80%;margin: 0 auto;}
ul.mfp_buttons li{width: 48%;}
ul.mfp_buttons li:first-child{padding-left: 0;}
ul.mfp_buttons li:last-child{padding-right: 0;}
.ftitle{text-align: left!important;}
.formwrap .imicon{
    padding: 0 5px 0 0;
    float:  left;
	text-align: left;
	margin: 0px 10px 0 0;
}


	
/*
.tbon{display: none !important;}

.inner{
	width: 100%;
	margin: 0 auto;
	padding:0 10px;
	box-sizing:border-box;
}


#header h2 img {
    width: 100%;
    padding: 20px 0 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
	float: none;
}
	

	
.alignright{display: none;float: none;}

	
ul.inner{
	width: 100%;
	margin: 0 auto;
	padding:0!important;
}
	
#gnav ul.navi li{
	width: 12.5%;
}
#sec01,
#sec02,
#sec03,
#sec04,
#sec05,
#sec06,
#sec07{
padding: 0 10px;
box-sizing: border-box;
}


#gnav ul.navi li img {width: 100%;}

#gnav ul.navi li:first-child{border-left: none;}
#gnav ul.navi li:last-child{border-right: none;}
#mv{padding-top: 215px;}
#sec07 ul.info li.clinic{width: 48%;}
#sec07 ul.info li.telno{width: 48%;padding-top: 10px;}
*/

/*
#sec11{
	padding:40px 10px 60px;
	box-sizing:border-box;
}

.soudan,.yoyaku{
	width:49%;
	text-align:center;
}
	

#sec10 p{
	padding:60px 10px;
	box-sizing:border-box;
}



#sec09 p.clinic{
	padding:40px 10px 40px;
	box-sizing:border-box;
}

#sec09 iframe{
	padding:0 10px;
	box-sizing:border-box;
}

#sec09 p.access{
	padding:0 10px 60px;
	box-sizing:border-box;
}
	
.miseinen{
	width:100%;
	margin: 0 auto;
	padding:0 10px 20px;
	position: relative;
	box-sizing:border-box;
}

img.douisho{
	width: 250px;
	position: absolute;
	bottom: 40px;
	left: 25px;
}

img.pdf{
	width: 460px;
	position: absolute;
	bottom: 40px;
	right: 25px;
}
*/


}





/* -----------------------------------------
  SP
-----------------------------------------*/
@media screen and (max-width: 640px) {
#form {
    padding-top: 20px;
}
  * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box; 
		}

body {
	font-size: 12px;
	font-size: 1.2rem;
	}

 img {
    max-width: 100%;
    height: auto;
	}
  .spon {display: block!important;}
  .pcon {display: none!important; }


.fixed{
	position: static;
	height:auto;
}

#header h1{
	text-align:center;
	font-size: 9px;
}

.inner{
	width: 100%;
	margin: 0 auto;
	padding:0 10px;
	box-sizing:border-box;
}

.logo{
	width:100%;
	margin: 0 auto;
	padding:10px 0 10px;
}

#header h2,.tel{text-align:center;}

#header h2 img{
	width:100%;
	max-width: 250px;
	margin:0 auto;
	float:none;
	padding-top: 0;
}
	
#gnav{
background-image:none;
background: #FFF;
border-top:none;
border-bottom:none;
background: #FFF;
}
	

#gnav ul.spnavi li{
	float: left;
	box-sizing: border-box;
	width: 25%;
	height: auto;
	border-left:0.5px solid #2BAC38;
	border-top:0.5px solid #2BAC38;
	line-height: 0;
}
	
#gnav ul.spnavi2 li{
	float: left;
	box-sizing: border-box;
	width: 25%;
	height: auto;
	border-left:0.5px solid #2BAC38;
	border-top:0.5px solid #2BAC38;
	border-bottom:0.5px solid #2BAC38;
	line-height: 0;
}

#gnav ul.spnavi2 li a{display: block;}

#gnav ul.spnavi li:first-child{border-left:none;}
#gnav ul.spnavi2 li:first-child{border-left:none;}
#gnav ul.spnavi li:last-child{border-right:none;}
#gnav ul.spnavi2 li:last-child{border-right:none;}

.tel img{
	width:100%;
	max-width: 288px;
	float:none;
	margin:0 auto;
}

#mv {
	padding-top:190px;
}



#sec01{
	width:100%;
	margin:20px 0 20px;
}
	

#sec01 h3,
#sec03 h3,
#sec04 h3,
#sec05 h3{
	margin-bottom: 20px;
}

#sec02,
#sec03,
#sec06{
	width:100%;
	margin:40px 0;
}
	
#sec02 p{
	padding:20px 0 0;
	box-sizing:border-box;
}
	
#sec03 p{
	padding:0 0 20px;
	box-sizing:border-box;
}

	
#sec04{
	width:100%;
	margin:20px 0 10px;
}
	
#sec04 ul#tab{
	zoom: 1;
	list-style: none;
	box-sizing:border-box;
}
	
	
	
	
#sec04 ul#tab:after,ul#tab02:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
#sec04 ul#tab li {
	text-align: center;
	margin-bottom:10px;
}
	

#sec04 ul#tab li a{
	display: block;
	text-decoration: none;
}

.detail{
	clear: both;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.tabbox{
	display: none;
	margin: 20px 0;
}
#sec05 .dr{
	background-color:#73A9D8;
	padding: 20px 0;
	margin-top: 20px;
}

	
#sec06 p.gmapbtn{
	margin:20px auto 20px;
	text-align: center;
}
	
#sec07{
	border: none;
	margin: 0 auto;
	padding-bottom: 0;
}
	

#sec07 p.clinic{
	max-width: 80%;
	margin: 0 auto;
}
	
#sec07 p.telno{
	width: 100%;
	margin: 10px auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#sec07 p.open{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

#sec07 ul.btn{
	margin:20px auto;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

#sec07 ul.btn li.mail{
	float: left;
	width: 48%;
	text-align: left;
}

#sec07 ul.btn li.web{
	float: right;
	width: 48%;
	text-align: right;
}

#sec07 ul.btn li.mail img,
#sec07 ul.btn li.web img{
	max-width: 100%;
}

#sec07 ul.btn li.mail a,#sec07 ul.btn li.web a{display: block;}
	
#footer {
	padding-bottom:0px;
}
	
#footer p{
	font-size: 12px;
	color: #fff;
}

.arrow{
	position: fixed;
	bottom: 100px;
	right: 10px;
}



/*固定ボタンSP*/
ul.fixbutton{
	text-align: -webkit-center;
	text-align: center;position:
	fixed;bottom: -5px;
	width: 100%;
	height:100px;
	padding: 0px 0px;
	z-index: 99999999;
}

ul.fixbutton li{
	width: 33.3%;
	padding:10px 10px 5px;
	float:left;
	box-sizing:border-box;
}

ul.fixbutton li.ftime{
	text-align: center;
	padding: 2px 0;
	color: #FFF;
	background-color: rgba(14,73,150,0.9);
	width: 100%;
	float: none;
	font-size: 14px;
}
	
ul.fixbutton li a{display: block;}

ul.fixbutton li.fmail{
	background: #FF7F12;
}

ul.fixbutton li.fweb{
	background: #0E84E4;
}

ul.fixbutton li.ftex{
	background: #24AC38;
}


.fixbutton .span_4 {width: 25%;float: left;border-right: 1px solid #FFF;}
.fixbutton .span_4:last-child{border-right:none;}

	
nav{
		display: none;
		position: absolute;
		top:72px;
		width: 100%;
		background: #006598;
		left: 0;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		border-bottom: 1px solid #fff;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 50px;
		z-index: 99999999;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		right: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
		color: #000;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
	
	ul.mfp_buttons{
	width: 100%;
	margin: 20px 0;
	text-align: center;
	padding-left: 0;
	box-sizing: border-box;
}

ul.mfp_buttons li {
    float: none;
    padding: 0 3px;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    text-align: center;
}
	
	
	
}