@charset "utf-8";
/* CSS Document */

html { font-size: 100%; webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 0 0 0 0;
	font-family: "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3","メイリオ","Meiryo", "ＭＳ Ｐゴシック",sans-serif;
	color:#444;
	line-height:1.7em;
	font-size:1rem;
}

/*  resonsive  */
.img-rsp{
    max-width: 100%;
    height: auto;
}

/*  resonsive + center */
.img-rsp_c{
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/*  center only  */
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

p{
	margin: 0 0 1em 0;
}
.mb1em {
	margin-bottom: 1em !important;
}

.notes{
	font-size:0.8em;
}

strong{
	color:#FEB5BA;
	font-weight:bold;
	font-size:1.1em;
}

.cl-txt{
	color:#4774B9;
}

.f-large{
	font-size: 110%;
}

figure{
	padding:0 0;
	margin:0 auto 1%;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.clear{
	clear:both;
	display:block;
}

/* a & ereguler hover */

a{
	display: block;
}

.hover{}

.hover:hover{
filter:alpha(opacity=70);
-moz-opacity:0.70;
-khtml-opacity: 0.70;	
opacity:0.70;
}

section{
	margin-bottom:2em;
	clear:both;
}

/* for device */
.visible-sp{
	display: none !important;
}
.hidden-sp{
}	

/* 共通  コンテンツ内挿入画像用 PC以外の時にfloat解除-----------*/
.cont_img-r{
	float: right;
	margin:0 0em 0.5em 1em;
}
.cont_img-l{
	float: left;
	margin:0 1em 0.5em 0em;
}

.cont_half{
	width:60%;
	float:left;
}
hr{
	clear:both;
	border:none;
	background:#7fb000;
	color:#7fb000;
	height:5px;
	margin:1em auto 1em auto;
}

/* 署名 --------------------------*/
.drs-sign{
	text-align:right;
	clear:both;
	margin-bottom:2em;
	margin-right: 3em;
}
.drs-sign br{
	display: none;
}
.drs-sign span{
	font-size:140%;
}

/* default list style ･･･with leaf -----------------------*/
.def-lst{
	overflow: hidden;
	list-style: none;
	text-align: left;
	margin: 0 auto;
	width:94%;
}

.def-lst li{
	display: inline-block;
	margin-right: 1em;
}
.def-lst li:before{
display: inline-block;
	font-family: FontAwesome;
	content: "\f06c";
	font-weight: normal;
	font-style: normal;
	color:#0E8600;
	margin-right:0.5em;
}

/* 横幅100%で使う場合 */
.def-lst-full li{
		display: block;
		margin-right: 0;
}


/*------------------------------------------------------------------*/
/*------------------------ header ----------------------------------*/
/*------------------------------------------------------------------*/
h1{
	width:100%;
	margin:0 auto 0.2em auto;
	text-align:center;
	font-size: 80%;
	background: #6F2633;
	color:#fff;
	font-weight: normal;
}

header{
	width:80%;
	max-width:1170px;
	margin:0 auto;
	padding: 1.5% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.head-info {
	float: right;
	width:60%;
	display : flex;
	-ms-flex-wrap : nowrap; 
	-webkit-flex-wrap : nowrap;
	flex-wrap : nowrap;
	list-style: none;
	margin-top: 1.5%;
}

.head-info li{
	margin: 0 1%;
}

.head-info li:nth-child(2) 	 img{
	padding-bottom: 20px;
}


/*------------------------------------------------------------------*/
/*------------------------base container ---------------------------*/
/*------------------------------------------------------------------*/

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-right: 5px;
}


/* for pc */
.container {
  width:80%;
	max-width:1170px;
}

/*------------------------------------------------------------------*/
/*------------------------  Gnavi  ---------------------------------*/
/*------------------------------------------------------------------*/

.gnav{
	overflow:hidden;
}

.gnav ul{
	text-align: center;
	margin: 0 auto ;
	width:82%;
}
.gnav li{
	display: inline-block;
	width:14%;
}

.gnav li a{
	display:block;
	padding: 2% 0 ;
	text-align: center;
}


/*------------------------------------------------------------------*/
/*------------------------  main area  -----------------------------*/
/*------------------------------------------------------------------*/

.main-wrap{
	margin:1em auto 1em auto;
	overflow: hidden;
}

.main-wrap:after{
  content:" ";
  display:block;
  clear:both;
}

.cont-area{
	float:right;
	width:68%;
	text-align: left;
}


/*------------------------------------------------------------------*/
/*------------------------  side navi  -----------------z-----------*/
/*------------------------------------------------------------------*/

aside{
	float:left;
	width:26%;
	text-align:center;
}

aside p{
	/*background: url(../img/snav_head.png) top center no-repeat;
	background-size: 100% auto;*/
	text-align:center;
	margin-bottom: 0.5em;
}

.snv-menu{
	margin:0 auto 5% auto;
	padding: 5% 5% 5% 5%;
	background:url(../img/snav-bg.png);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #efefef;
}

.snv-menu li{
	list-style:none;
	margin-bottom: 3%;
	text-align: left;
	text-indent: 2em;
}

.snv-menu li a{
	color:#6f2633;
	font-weight: bold;
	font-size: 115%;
	display: block;
	padding: 0 0 0 0;
	text-decoration: none;
}
.snv-menu li a:hover,
.snv-menu li.current a{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;	
	opacity:0.70;
}

.snv-menu li a.snav-headline{
	background: url(../img/snav_menu-bg.png) no-repeat left bottom;
	padding-bottom: 0.2em;
}

.snv-menu li ul.snv-child{
	display:block;
	margin:2% 0 2% 0;
}

.snv-menu li ul.snv-child li{
	text-align: left;
	margin-bottom: 0.1em;
}

.snv-menu li ul.snv-child li a{
	padding: 0 0 0 0;
		color:#006235;
	text-decoration: none;
}

.snv-menu li ul.snv-child2 li a{
	color:#666;
	font-size: 96%;
}
.snv-menu li ul.snv-child2 li a:before{
	content:"・";
	vertical-align:baseline;
}
/* 予約--------------------------------*/
.s-rsv{
	display: block;
}

/* 大きな地図で見るボタン */
.gl-map:link, .gl-map:visited {
    width: 14em;
    text-align: center;
    padding: 0.2em 1em;
    margin: 1em auto 1em auto;
    display: block;
    color: #fff;
		font-size: 86%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #6F2633;
    text-decoration: none;
}

.gl-map:hover{
	background:#ccc;
	color:#6F2633;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	text-decoration:none;
}


/* page top -----------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 2%;
	right: 10%;
	font-size: 120%;
	z-index: 100;
}
#page-top a {
	display: block;
	text-align: center;
	background: #6F2633 scroll 0% 0%;
	border-radius: 5px;
	padding: 0.3em 1.5em 0;
	opacity: 0.8;
	color: #FFF;
	text-decoration: none;
}

#page-top a:before{
	content:"\f0aa";
	font-family:FontAwesome;
	padding-right:0.5em;
	font-size:1.5em;
}
#page-top a:hover {
	text-decoration: none;
}

/* FOOTER -----------------------------------------------------*/

footer{
	clear:both;
	margin:0 auto;
	padding:2em 0 1em 0;
	overflow:hidden;
		background: url(../img/def_border.png) repeat-x top;
}

footer .foot-logo{
	float: left;
	width:36%;
	display: none;
}
footer .foot-logo .tm-area{
	float: left;
	width:30%;
}

footer .foot-logo .tel-area{
	float: right;
	width:69%;
}


footer .foot-sitemap{
	float: right;
	width:78%;
	text-align: left;
		display: none;
}

#copyright{
	margin-bottom:0;
	padding:0.5em 0 0.5em 0;
	background:#6f2633;
	line-height:1.5em;
	color:#fff;
	font-size:0.9em;
}

#copyright p{
	margin-bottom:0;
}

#copyright p a{
	color:#fff;
	display: inline-block;
}

.summary_wrap,
.cont_wrap{
	overflow: hidden;
	padding: 1% 1% 0;
}

.summary-left{
	float:left;
	width:49%;
	margin:0 auto;
}

.summary-right{
	float:right;
	width:50%;
	margin:0 auto;
}


.ol-item {
	margin-bottom:0.5em;
	overflow:hidden;
	clear:both;
}
.ol-item dt{
	background: #6F2633;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff;
	text-align:center;
	font-size: 80%;
	font-weight: bold;
	margin-bottom:0.5em;
	float: left;
	width:5.8em;
}

.ol-item dd{
		float: right;
	width:calc(100% - 6em);
	text-align:left;
	line-height:1.2em;
	vertical-align: bottom;
}

.ol-item dd i{
	color:#AD2049;
}


.ol-item dd ul{
	margin-bottom:1em;
	line-height:1.2em;
	font-size:0.9em;
	list-style:none;
}

/* 診療時間　------------*/

.timetable{
	width:100%;
}








/*------------------------------------------------------------------*/
/*■■■TABLET■■■------------------------------------------------*/
/*------------------------------------------------------------------*/

@media only screen and (max-device-width: 1170px){
}


@media only screen and (max-device-width: 1070px){
	body{
		width:100%;
		margin:0 auto 0 auto;
		padding:0 0 0 0;
		font-size:92%;
}

/* for device */
.visible-sp{
	display: none !important;
}

.container {
  width:100%;
	max-width:970px;
}

header{
	width:100%;
	max-width:970px;
}
	

	
}

/* --------------------------------------------------------------------------*/
/* ■■■SP■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
.sp_n {
  display: none !important;
}  
  
body{
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size: 90%;
}

section{
	margin-bottom:1em;
}


hr{
	height:2px;
	margin:0.5em auto 0.5em auto;
}

strong{
	font-size:1em;
}
/* for device */

.visible-sp{
	display:block !important;
}

.hidden-sp{
	display:none !important;
}

.container {
  width:100%;
	max-width:767px;
}
	
	/* 共通  コンテンツ内挿入画像用  PC以外の時にfloat解除-----------*/
.cont_img-r{
	float: none;
	margin:0 auto 1em auto;
	display:block;
	text-align: center;
}

.cont_img-l{
	float: none;
	margin:0 auto 1em auto;
}

/* 署名 --------------------------*/
.drs-sign{
	text-align:right;
	clear:both;
	margin-bottom:1em;
	margin-right: 0.5em;
}
	
.drs-sign br{
	display: block;
}

	
	
	
/*------------------------------------------------------------------*/
/*------------------------ header ----------------------------------*/
/*------------------------------------------------------------------*/
	
header{
  position: sticky;
  z-index: 1000;
	top: 1.6em;
	width:100%;
	max-width:767px;
	background: #fff;
	padding: 0.5em 0 0;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
h1 {
  position: sticky;
	top: 0;
	height: 2em;
	width: 100%;
	overflow-x: auto;
	line-height: 1em;
  z-index: 999;
	margin: 0 auto;
	padding: 0.5em 0;
	box-sizing: border-box;
  white-space: nowrap;
}
	
.head-info {
	float: none;
	width:98%;
}
	
.head-info li:nth-child(2){
	padding: 1% 0 2% 0;
}
.head-info li:nth-child(2) img {
  padding-bottom: 0px;
}

/*------------------------------------------------------------------*/
/*------------------------  Gnavi  ---------------------------------*/
/*------------------------------------------------------------------*/	
.gnav ul{
	text-align: center;
	margin: 0 auto 0 auto;
	width:100%;
}	
	
.gnav li{
	display: inline-block;
	width:30%;
}
.gnav li a{
	padding: 0 0 ;
}
	
/*------------------------------------------------------------------*/
/*------------------------  main area  -----------------------------*/
/*------------------------------------------------------------------*/
.main-wrap{
	margin:1em auto;
}

.cont-area{
	float:none;
	width:96%;
	margin:0 auto;
}
	
/*------------------------------------------------------------------*/
/*------------------------  side navi  -----------------------------*/
/*------------------------------------------------------------------*/

aside{
	float:none;
	width:86%;
	margin: 0 auto;
	text-align:center;
}		

	
	

/* page top -----------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 100%;
	z-index: 100;
  margin: 0;
}
#page-top a {
  padding: 0.1em 1em;
}
	
/* FOOTER -----------------------------------------------------*/
footer{
	text-align: center;
}
footer .container .clinic-wrap .logo-cont{
	width: 80%;
	margin: 0 auto;
}
footer .container .clinic-wrap .clinic-info{
	display: none;
}
  
#copyright{
	font-size:0.6em;
}
	
	.summary-left, .summary-right {
		float: none;
		width: 100%;
		margin-bottom: 1.5em;
	}	

}


/*------------------------PRINT ------------------------------------*/

@media only print {
	
.container{
	width:96%;
			font-size:90%;
}

.head-info img{
	width:60%;
}


.home-outline-cont .home-outline-left{
	float:none;
	width:98%;
	margin: auto;
	margin-bottom:1em;
}

.home-outline-cont .home-outline-right{
	float:none;
	width:98%;
	margin: auto;
}

	
.recruit-tbl{
			width:100%;
}

	
	
	
	
}

/*------------------------ グローバルナビ ------------------------------------*/

.clinic-wrap{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.clinic-wrap .logo-cont{
	width:34%;
	display:inline-flex;
}
.clinic-wrap .logo-cont .logo-morient{
	height: auto;
}

.clinic-wrap .clinic-info {
	width:66%;
	display : flex;
	flex-wrap : nowrap;
	justify-content: flex-end;
	align-items: center;
	margin: 0;
}
.clinic-wrap .clinic-info li {
	list-style: none;
	font-weight: bold;
	text-align: left;
  color: #6F2633;
	margin-left: 15px;
}
.clinic-wrap .clinic-info li a {
  color: #6F2633;
}
.clinic-wrap .clinic-info li .icon {
	display: inline-block;
	line-height: 1.2;
}
.clinic-wrap .clinic-info li.access .icon {
	padding-left: 2em;
	background: url(../img/icon_access.png) center left no-repeat;
	background-size: auto 2em;
}
.clinic-wrap .clinic-info li.tel .icon {
	padding-left: 2.5em;
	background: url(../img/icon_tel.png) center left no-repeat;
	background-size: auto 2em;
}
.clinic-wrap .clinic-info li.rsv, .clinic-wrap .clinic-info li.tel_rsv {
	font-size: 90%;
}
.clinic-wrap .clinic-info li.rsv a, .clinic-wrap .clinic-info li.tel_rsv a {
	display: flex;
  align-items: center;
  min-height: 3.5em;
  text-decoration: none;
  padding: 0.2em 1.4em;
	border-radius: 2em;
	background: #fd7f86;
  color: #fff;
}
.clinic-wrap .clinic-info li.rsv .icon {
	padding-left: 2.6em;
	background: url(../img/icon_rsv.png) center left no-repeat;
	background-size: auto 1.8em;
	min-height: 2.4em;
}
.clinic-wrap .clinic-info li.tel_rsv .icon {
	padding-left: 2.3em;
	background: url(../img/icon_tel_w.png) center left no-repeat;
	background-size: auto 1.8em;
}

@media only screen and (min-width: 1021px) {
	.clinic-wrap {
	}
	.clinic-wrap .logo-cont {
		width: calc(100% - 670px);		
	}
	.clinic-wrap .clinic-info {
		width: 670px;
	}
	.clinic-wrap .clinic-info li {
		white-space: nowrap;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1020px) {
	header {
		width: 95%;
	}
	.clinic-wrap{
		width:100%;
		flex-direction: column;
		align-items: flex-start;
	}
	.clinic-wrap .logo-cont{
		width:100%;
		height: auto;
		margin: 0 auto 10px;
		display: block;
	}
	.clinic-wrap .logo-cont .logo-morient{
		height: 60px;
		width: auto;
	}
	.clinic-wrap .clinic-info {
		width:100%;
		display : flex;
		justify-content: center;
		flex-wrap : wrap;
		list-style: none;
	}
}

@media only screen and (max-width: 767px) {
	.clinic-wrap{
		width:100%;
		flex-direction: column;
		align-items: flex-start;
	}
	.clinic-wrap .logo-cont{
		width:80%;
		width : -webkit-calc(100% - 80px);
		width : calc(100% - 80px);
		height: auto;
		margin: 0 0 0 20px;
		display: block;
	}
	.clinic-wrap .logo-cont .logo-snail{
		margin-right: 3%;
		height: auto;
		width:60%;
	}
	.clinic-wrap .logo-cont .logo-morient{
		min-height: auto;
	}	

	.clinic-wrap .clinic-info {
		width:100%;
		display : flex;
		justify-content: center;
		flex-wrap : wrap;
		list-style: none;
	}
	.clinic-wrap .clinic-info li {
		font-size: 100%;
		margin: 0;
		box-sizing: border-box;
		text-align: center;
	}
	.clinic-wrap .clinic-info li.access {
		width: 100%;
		margin: 2px 0 0;
		padding: 13px 0 8px;
		background: url(../img/def_border.png) repeat-x top;
	}
	.clinic-wrap .clinic-info li.access .icon {
		padding: 0 0 0 1.2em;
		background-size: auto 100%;
	}
	.clinic-wrap .clinic-info li.tel .icon, .clinic-wrap .clinic-info li.tel_rsv .icon {
		padding: 0 0 0 1.7em;
		background: url(../img/icon_tel_w.png) center left no-repeat;
		background-size: auto 100%;
	}
	.clinic-wrap .clinic-info li.tel, .clinic-wrap .clinic-info li.rsv, .clinic-wrap .clinic-info li.tel_rsv {
		width: calc(100% / 3);
		margin: 0;
	}
	.clinic-wrap .clinic-info li.tel a, .clinic-wrap .clinic-info li.rsv a, .clinic-wrap .clinic-info li.tel_rsv a {
		display: block;
		background: #fd7f86;
		color: #fff;
		text-decoration: none;
		padding: 0.5em 0;
		border-radius: 0;
		min-height: auto;
	}
	.clinic-wrap .clinic-info li.tel a {
		background: #6F2633;
	}
	.clinic-wrap .clinic-info li.rsv .icon {
		padding-left: 1.8em;
		min-height: auto;
		background-size: auto 100%;
	}
	.clinic-wrap .clinic-info li.rsv, .clinic-wrap .clinic-info li.tel_rsv {
		border-left: 1px solid #fff;
		font-size: 100%;
	}
}


/*------------------------ SP：ハンバーガー ------------------------------------*/

/* 初期状態: PC非表示 */
.hamburger, .overlay, .sp-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  /* ハンバーガーボタン */
  .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: fixed;
    top: 35px;
    right: 10px;
    z-index: 1001;
    width: 50px;
    height: 50px;
    background: #6eaf2c;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }

  .hamburger span {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    display: block;
  }

  /* オーバーレイ背景（ぼかし＋暗く） */
  .overlay {
    display: block;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: 0.3s ease;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* メニュー本体 */
  .sp-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    background: white;
    z-index: 1002;
    padding: 60px 20px 80px;
    transition: right 0.3s ease;
    box-sizing: border-box;
  }

  .sp-menu.active {
    right: 0;
  }

  /* メニュー内リンク */
  .gnav_sp {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px dotted #6F2633;
  }

  .gnav_sp li {
    border-bottom: 1px dotted #6F2633;
  }

  .gnav_sp li a {
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
    color: #333;
  }

  /* 閉じるボタン */
  .menu-close {
    display: block;
    margin: 30px auto 0;
    background: #6F2633;
    color: #fff;
    border: none;
    padding: 0.2em 1em;
    border-radius: 5px;
    cursor: pointer;
  }
  .menu-close::before {
    display: inline-block;
    content: '×';
    margin-right: 0.3em;
  }
}
