@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

html {scroll-behavior: smooth;}
body {
  margin: 0 auto;
  padding: 0;
  line-height: 1.8em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 17px;}
}
@media only screen and ( min-width : 769px ) {
  body {font-size: 16px;}
}
/* ----------------------------------------------

 * レスポンシブ非表示

---------------------------------------------- */
@media only screen and ( max-width : 768px ) {
.onlyPc{display: none;}
}
@media only screen and ( min-width : 769px ) {
.onlySp {display: none;}
}
/* ----------------------------------------------

 * img/アンカー

---------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
a {
  font-size: 100%;
  color: #477684;
  text-decoration: none;
}
a:hover, a:active {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

/*
a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
}*/

/**{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}*/

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
	/*background-image: linear-gradient(-20deg, #dcc6ec 0%, #5c1f87 100%);*/
  background: #fff;
}
#header .container{
  width: 98%;
  margin: 0 auto;
}

.h-upper{
	display: flex;
  justify-content: space-between;
  align-items: start;
}
h1{
	color: #13bfb1;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}
.h-tel{
	color: #13bfb1;
	font-size: 1.6rem;
}
.h-tel img{margin: 0 3px 3px 0;}
.h-tel a{color: #13bfb1;}

.h_logo {
	display: flex;
   justify-content: flex-start;
   align-items: center;
}

#h_top {
	display: flex;
   justify-content: space-between;
   align-items: flex-end;
 }
.h_logo img{margin-right: 5px;}
.h_logo a{
color: #000;
}
.h_logo a:hover, .h_logo a:active {
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}
table.h-guide {
 width:100%;
		font-size: 0.9rem;
		text-align: center;
}
table.h-guide th {
 padding:0px 10px;
 font-weight:normal;
 border: 1px solid #999; 
 background:#eee;
 vertical-align:middle;
 text-align:center;
}
table.h-guide td {
 padding:0px 10px;
 border: 1px solid #999; 
 background:#fff; 
}
table.h-guide td a{color:#000;}

#gNav a:hover {
  color: #477684;
}
nav li a {
	color: #000;/*メニュー文字カラー*/
  font-size: 16px;/*メニューPC文字サイズ→メニューSP文字サイズはmeanmenu.css*/
  /*letter-spacing: 0.01em;*/
}

nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #eef7f9;/*プルダウンメニュー背景*/
  /*background-image: linear-gradient(to top, #e8d8d2 0%, #b8d7e1 100%);*/
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}


@media only screen and ( max-width : 768px ) {
  #header {height: 60px;}
	.h-upper{display: none;}
	#h_top {height: 60px;}
	.h_logo {
    position: absolute;
		top:18px;
    left: 10px;
    z-index: 100;
		font-size: 1.8rem;
  }
	.h_logo img{
		width: 30px;
  }
	
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}


@media print, screen and ( min-width : 769px ) {
  #header {
		height: 150px;
		padding: 10px 0 0px 0;
  }

	#h_top {height: 90px;}
	.h_logo {
	padding-bottom: 0px;
	font-size: 3rem;
	}
	
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 1.5em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 13px;
    margin-left: 3px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    /*line-height: 60px;*/
  }
	
	#gNav li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #000000;
bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}

#gNav li a:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}
	
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px 0;
    display: block;
    border-bottom: none;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #000;/*メニューマウスオーバー文字色*/
  }
  #gNav li:hover ul.sub-menu {
    top: 30px;/*プルダウンメニューの縦位置*/
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #477684;/*プルダウンメニュー文字*/
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #000;
  }
}
@media only screen and (max-width: 1199px) {
	table.h-guide{display: none;}
}
/* ---------------------------------------------------------------------------------------------

　   MAIN

--------------------------------------------------------------------------------------------- */
/* main,section
--------------------------------*/
main {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
#main p {
  word-break: break-all;
}
section {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  main {padding-top: 60px;}
  section .inner {padding: 50px 0;}	
	section .title {padding: 50px 0 0 0;}	
}
@media only screen and (min-width: 769px) {
  main {padding-top: 150px;}
  section .inner {padding: 100px 0;}
	section .title {padding: 100px 0 0 0;}	
}
/* box
--------------------------------*/
@media only screen and (max-width: 768px) {
	.boxS, .boxM, .boxL, .box0 {
    width: 98%;
  }
  .boxS {
    margin: 15px auto 0 auto;
  }
  .boxM {
    margin: 25px auto 0 auto;
  }
  .boxL {
    margin: 50px auto 0 auto;
  }
	  .box0 {
  margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) {
	.boxS, .boxM, .boxL, .box0 {
    width: 98%;
  }	
  .boxS {
  margin: 25px auto 0 auto;
}
.boxM {
  margin: 50px auto 0 auto;
}
.boxL {
  margin: 100px auto 0 auto;
}
	.box0 {
  margin: 0 auto;
}
}
@media only screen and (min-width: 1200px) {
	.boxS, .boxM, .boxL, .box0 {
    width: 1200px;
  }
}

.boxNormal{
	text-align: left;
}
.boxNormal p:nth-child(n+2){
	margin-top: 25px;
}


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  /*background-image: linear-gradient(-20deg, #54e3b2 0%, #08c585 100%);*/
	background: #333;
	padding: 25px 0;
	color: #fff;
  font-size: 14px;
	text-align: center;
}
#footer a:link {
	color: #fff;
}
#footer p:nth-of-type(n+2) {
	margin-top: 15px;
}



@media only screen and ( max-width : 768px ) {
  .f_logo img {width: 200px;}
}
@media print, screen and ( min-width : 769px ) {
  .f_logo img {width: 300px;}
}
/* page-top
--------------------------------*/
#page-top {
  position: fixed;
}
@media only screen and (max-width: 768px) {
  #page-top {
		width: 10%;
  	bottom: 15px;
		right: 15px;
	}
}
@media only screen and (min-width: 769px) {
  #page-top {
    
  bottom: 20px;
  right: 20px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   GENERAL

--------------------------------------------------------------------------------------------- */
/* h
--------------------------------*/
h2,h3,h4{
	color: #13bfb1;
	line-height: 1.3;
	font-weight: normal;
}
@media only screen and (max-width: 768px) {
h2{font-size: 2rem;}
h3{font-size: 1.6rem;}
h4{font-size: 1.4rem;
	text-align: center;}
}	
@media only screen and (min-width: 769px) {
h2{font-size: 2.8rem;}
h3{font-size: 2.2rem;}
h4{font-size: 1.6rem;}	
}
h5{
	margin-bottom: 15px;
	padding: 0 5px;
	color: #bbb;
	font-size: 1.6rem;
	font-weight: normal;
	display: inline-block;
}
/* link-adjust
--------------------------------*/
@media only screen and (max-width: 768px){
.link-adjust{
	margin-top:-60px;
	padding-top:60px;
}
}
@media print, screen and ( min-width : 769px ) {
.link-adjust{
	margin-top:-160px;/*シャドーを考慮しヘッダー+10px*/
	padding-top:160px;/*シャドーを考慮しヘッダー+10px*/
}
}
/* mainimg
--------------------------------*/
.mainimg img{width: 100%;}

/* contents
--------------------------------*/
@media only screen and (max-width: 768px) {
  .contents {padding: 25px 0 0 0;}	
}
@media only screen and (min-width: 769px) {
  .contents {padding: 50px 0 0 0;}
}


/* only
--------------------------------*/
@media only screen and (max-width: 768px){
.sp-taL{text-align: left;}
}

/* button
--------------------------------*/

/* margin
--------------------------------*/
.mt10{margin-top: 10px;}
.mt25{margin-top: 25px;}
.mb10{margin-bottom: 10px;}

/* padding
--------------------------------*/
.pt10{padding-top: 10px;}
.pt25{padding-top: 25px;}
.pt50{padding-top: 50px;}
.pb10{padding-bottom: 10px;}
.pb25{padding-bottom: 25px;}

/* fontsize
--------------------------------*/
.fs-03 {
  font-size: 0.3em;
}
.fs-05 {
  font-size: 0.5em;
}
.fs-06 {
  font-size: 0.6em;
}
.fs-07 {
  font-size: 0.7em;
}
.fs-08 {
  font-size: 0.8em;
}
.fs-09 {
  font-size: 0.9em;
}
.fs-11 {
  font-size: 1.1em;
}
.fs-12 {
  font-size: 1.2em;
}
.fs-13 {
  font-size: 1.3em;
}
.fs-14 {
  font-size: 1.4em;
}
.fs-15 {
  font-size: 1.5em;
}
.fs18 {
  font-size: 1.8em;
}
.fs20 {
  font-size: 2em;
}
.fs-25 {
  font-size: 2.5em;
}
.fs-30 {
  font-size: 3em;
}
.fs-35 {
  font-size: 3.5em;
}
.fs-40 {
  font-size: 4em;
}
.fs-50 {
  font-size: 5em;
}
.fs-60 {
  font-size: 6em;
}
.fs-70 {
  font-size: 7em;
}
.fs-80 {
  font-size: 8em;
}
/* color
--------------------------------*/
.red{color:#e20045;}
.black {
  color: #000;
}
.bgc-basered {
  background-color: #d62c33;
}
.bgc-black {
  background-color: #000;
}
.bgc-content {
  background-color: #d2fffb;
}
/* others
--------------------------------*/
.lh-1 {
  line-height: 1;
}
.lh-15 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.taL {
  text-align: left !important;
}
.liststyle-disc {
  list-style: disc;
  padding-left: 1.5em;
}
.liststyle-decimal {
  list-style: decimal;
  padding-left: 1.5em;
}

.bdrT{
 border-top: 1px solid #b196d2;
}

/* ---------------------------------------------------------------------------------------------

　   contents

--------------------------------------------------------------------------------------------- */
/* top
--------------------------------*/
.info article{
 width:100%;
 margin-top: 50px;
 padding-bottom:50px;
 border-bottom: 1px dotted #bdbdbd;
	text-align: left;
}
.info article:last-child{
 width:100%;
 padding-bottom:0;
 border-bottom: 0px;
}
.info article .date{
 padding:5px;
 color:#fff;
 font-size:0.9em;
 background:#333;
 display:inline;
}
.info article .infotitle{ margin-top:15px;}
.info article .sentence{margin-top:15px;}
.info article ul{
 margin:0 0 0px 0;
 padding:0 0 0 0;
}
.info article ul li{margin:0 0 0px 0;}
@media only screen and (max-width: 768px){
.info article .infotitle{
	font-size:1.2em;
	}
}
@media only screen and (min-width: 769px){
.info article .infotitle{
	font-size:1.6em;
}
}	
/* 
.info article:last-child{
 border-bottom:none;
}
*/

/* 
.info .archive{
 width:auto;
 margin:10px 0 0 0;
 float:right;
}
.info .archive a{
 padding:2px 10px;
 color:#fff;
 font-size:0.9em;
 display:block;
 background:#a98f30;
}*/









/* introduction
--------------------------------*/ 
.flow{
	text-align: center;
	display: block;
}
.flow-inner{
	text-align: left;
	display: inline-block;
}

.boxIntroduction { 
	text-align: center; 
	background: #fff;
}

.boxIntroductionRight{text-align: left;}
.boxIntroductionRight p,.boxIntroductionRight ul{margin-top: 25px;}

@media only screen and (max-width: 768px){
.boxIntroduction {
	width: 90%;
	margin: 50px auto 0 auto;
	padding-bottom: 25px;
}
.boxIntroductionRight{
	margin-top: 25px;
	padding: 0 10px;
	}	
}
@media only screen and (min-width: 769px){
.boxIntroduction {
	display: flex;
 justify-content:space-between;
 align-items:flex-start;
 flex-wrap: wrap;
	align-items: center;
	padding: 50px;
}
.boxIntroductionLeft, .boxIntroductionRight{width:48%;}
}



/* treatment
--------------------------------*/ 
.boxTreatment { 
	text-align: center; 
}
.boxTreatmentLeft, .boxTreatmentRight{width:100%;}
.boxTreatmentRight{text-align: left;}
.boxTreatmentRight p,.boxTreatmentRight ul{margin-top: 25px;}

@media only screen and (max-width: 768px){
.boxTreatment{width: 90%;}		
.boxTreatmentLeft{margin-bottom: 10px;}
}
@media only screen and (min-width: 769px){
.boxTreatment {
	display: flex;
 justify-content:space-between;
 align-items:flex-start;
 flex-wrap: wrap;
}
.boxTreatmentLeft, .boxTreatmentRight{width:48%;}
}



/* guide
--------------------------------*/ 

.guide table {
 width:100%;
text-align: center;
}
.guide table th {
 padding:5px 5px;
 font-weight:normal;
 border: 1px solid #999; 
 background:#eee;
 vertical-align:middle;
 text-align:center;
}
.guide table td {
 padding:5px 5px;
 border: 1px solid #999; 
 background:#fff; 
}
.guide table td a{color:#000;}

.g-map {
 position: relative;
 padding-bottom: 40%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}
 
.g-map iframe,
.g-map object,
.g-map embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

@media only screen and (max-width: 768px){
.guide table {
	font-size: 0.9rem;
}
}


/* contact
--------------------------------*/ 
table.tableRsp {
	background:#fff;
	
	
	border-top: 1px solid #999; 
}
table.tableRsp th {
 padding: 25px 0;
 text-align:center;
 border-bottom: 1px solid #999; 
 vertical-align:middle;
}
table.tableRsp td {
 padding: 25px;
 font-weight:normal;	
 text-align:center;
 border-bottom: 1px solid #999; 
 vertical-align:middle;
}
table.tableRsp td p{
	margin-top: 15px;
}

@media only screen and (max-width: 768px){
table.tableRsp {
	width: 94%;
	margin: 0 auto;
	border-top:solid 1px #999;
	}	
table.tableRsp th {
 width: 100%;
 display: block;
	padding: 25px 0 0 0;
 border-bottom:0;	
}
table.tableRsp td {
 width: 100%;
	padding: 0 25px 25px 25px;
 display: block;
}
	.ght{text-align: left;
	}
}
@media only screen and (min-width: 769px){
	table.tableRsp {
 width: 100%;
}
table.tableRsp th {
 width: 25%;
}
table.tableRsp td {
 width: 75%;
text-align: left;
}
}

.contact-tel{}
.contact-tel img{margin: 0 5px 0px 0;}

@media only screen and (max-width: 768px){
.contact-tel{font-size: 2rem;}
}
@media only screen and (min-width: 769px){
.contact-tel{font-size: 2.2rem;}
}


/* ---------------------------------------------------------------------------------------------

　   form

--------------------------------------------------------------------------------------------- */
/* form
--------------------------------*/ 
input[type="text"],input[type="number"],input[type="tel"],textarea,select{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	padding: 0.5em;
	background-color: #eee;
	border: 1px solid #999; 
}/*枠線を横幅に含める=はみ出し防止*/
input[type="text"],input[type="number"],input[type="tel"],input[type="submit"],input[type="reset"],textarea,select{font-size: 15px;}	

@media only screen and (max-width: 768px){
input[type="text"],input[type="number"],input[type="tel"],input[type="submit"],input[type="reset"],textarea,select{font-size: 15px;}
.fwS{width:20%;}
.fwM{width:100%;}	
.fwL{width:100%;}
}
@media only screen and (min-width: 769px){
.fwS{width:10%;}
.fwM{width:50%;}	
.fwL{width:100%;}
}
.msg { color:#e20045; }/* !!!メールフォームCGIに埋め込まれているclassっぽい!!!クラス名変更不可 */

.need{
margin:0 0 0 5px;
padding:0 2px;
color:#ff0066;
font-size:0.7em;
vertical-align: super;
}
