@charset "UTF-8";

body {
	text-align:center;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #37383C;
	font-size: 15px;
	letter-spacing: .1em;
	line-height: 2.3em;
	padding: 0;
	margin: 0;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fildset,p,blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-style:normal;
}

img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
table {
    font-size:inherit;
    font:100%;
	border-collapse: collapse;
}

address{
	font-style:normal;
}

ul{
	list-style:none;
}
ul img{
	vertical-align: top;
	margin:0;
}

a{
	color: #37383C;
	text-decoration:none;
	outline:0;
	transition: color 0.4s, background-color 0.4s;
}
a:hover{
	transition: color 0.2s, background-color 0.2s;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*<group=style>*/
.fw_bold{font-weight: bold;}
.fw_normal{font-weight: normal;}	
/*</group>*/

/*<group=text_align>*/
.txt_al_l{text-align:left;}
.txt_al_r{text-align:right;}
.txt_al_c{text-align:center;}
.sp_txt_l{text-align:center;}
/*</group>*/

/*<group=float>*/
.flt_l{float:left;}
.flt_r{float:right;}	
/*</group>*/

.blocklink,
.blocklink_out,
.blocklink_ank{
	cursor:pointer;
}

.img_max {
	width: 100% !important;
	max-width: initial !important;
}
.change_img img {margin-left: auto; margin-right: auto;}

/* スマホで電話をかけるボタン：画像対応 */
.sp_tel_btn {
	position: relative;
}
.sp_tel_btn img {
	position: relative;
	z-index: 0;
}
.sp_tel_btn span,
.sp_tel_btn a {
	display: block;
}
.sp_tel_btn a {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ank_adjust {
    /*padding-top: 150px;
    margin-top: -150px;*/
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
body {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 2.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 4vw;
	letter-spacing: normal;
	line-height: 1.8em;
}
/*<group=text_align>*/
.sp_txt_l{text-align:left;}	
/*</group>*/
}





/*共通
---------------------------------------------------------*/
.max_width {
	width: 94%;
	padding: 0 3%;
	margin-left: auto;
	margin-right: auto;
}
.max_1500 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.max_1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.max_1050 {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	text-align: left;
}
.w1500 {
	width: 94%;
	padding: 0 3%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.w1380 {
	width: 94%;
	padding: 0 3%;
	max-width: 1380px;
	margin: 0 auto;
	text-align: left;
}
.w1200 {
	width: 94%;
	padding: 0 3%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.w1050 {
	width: 94%;
	padding: 0 3%;
	max-width: 1050px;
	margin: 0 auto;
	text-align: left;
}
.w830 {
	width: 94%;
	padding: 0 3%;
	max-width: 830px;
	margin: 0 auto;
	text-align: left;
}
.ft_ryo_m{
	font-family: ryo-text-plusn, serif;
	font-weight: 500;
	font-style: normal;
}
.ft_ryo_l{
	font-family: ryo-text-plusn, serif;
	font-weight: 300;
	font-style: normal;
}
.ft_r_book{
	font-family: bookmania, serif;
	font-weight: 300;
	font-style: normal;
}

.com_btm_1em{
	margin-bottom: 1em;
}

.orange, .orange a {color: #EB9625;}
.gold, .gold a {color: #BFB85D;}

.com_txt_link {
	text-decoration: underline;
}
.com_txt_link:hover {
	text-decoration: none;
}

.bg_hover_li li {
	transition: background-color 1.0s;
}
.bg_hover_li li:hover {
	transition: background-color 0.4s;
}

@keyframes spin {
  100% {
    transform: rotateY(360deg);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}





/*wrapper
---------------------------------------------------------*/
#wrapper{
	overflow: hidden;
}





/*WEB予約、LINE予約・相談ボタン
---------------------------------------------------------*/
.com_web a,
.com_line a{
	border: #D29C3A 1px solid;
	border-radius: 8vw;
	display: block;
	position: relative;
	background-color: rgba(255,255,255,0.9);
}
.com_line a{
	border-color: #84AD51;
}
.com_web img,
.com_line img{
	width: 100%!important;
}
.com_web a::before,
.com_line a::before{
	position: absolute;
	content: "";
	background:url("../images/com_arrow.svg") no-repeat right bottom;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	right: -2px;
	bottom: -1px;
}
.com_web a:hover::before,
.com_line a:hover::before{
	animation: spin .6s ease-in-out;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 980px) {
.com_web a::before,
.com_line a::before{
	width:2.5vw;
	height:2.5vw;
	right: -0.2vw;
	bottom: -0.1vw;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_web a,
.com_line a{
	border-radius: 8vw;
}
.com_web a::before,
.com_line a::before{
	 width: 6.3vw;
    height: 6.3vw;
    right: -0.4vw;
    bottom: -0.2vw;
}
}





/*com_timetable
---------------------------------------------------------*/
.com_timetable{
	text-align: left;
	font-size: 75%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
.com_timetable .txt{
	margin: 0.6em 0 0.5em;
}
.com_timetable .txt .sat{
	padding-left: 1.2em;
	position: relative;
	display: block;
}
.com_timetable .txt .sat::before{
	position: absolute;
	font-family: "fontello";
	content: '\e805';
	font-size: 0.9em;
	left: 0;
	top:-0.01em;
	color: #EB9625;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {	
.com_timetable{
	font-size: 85%;
	letter-spacing: 0.05em;
}
.com_timetable .txt{
	margin: 0.6em 0 0.25em;
}
}





/*ヘッダー
---------------------------------------------------------*/
header{
	padding: 25px 3%;
	position: relative;
	z-index: 500;
}
header img {
	display: block;
}
header .h_box_l{
	float: left;
	text-align: left;
	width:39%;
	margin-right: 3%;
	margin-bottom:20px;
}
header .h_box_l .h_txt{
	color: #5F6063;
	font-size: 85%;
	letter-spacing: 0.12em;
	line-height: 1.5em;
	padding-bottom: 1.6em;
	margin-bottom: 1.8em;
	position: relative;
	font-weight: normal;
}
header .h_box_l .h_txt::before{
	position: absolute;
	content:"";
	background: #004C37;
	width: 1.4em;
	height: 1px;
	border-radius: 1px;
	bottom: 0;
	left: 0;
}
header .h_box_r .h_inf{
	max-width: 580px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 35px auto;
}
header .h_box_r .h_inf .h_tel{
	max-width: 225px;
	width: 38.8%;
	margin-right: 3%;
}
header .h_box_r .h_inf .h_tel address a{
	padding-right:  1em;
	position: relative;
	color: #004C37;
	font-size: 90%;
	line-height: 1.5em;
	margin-top: 1em;
	display: block;
	letter-spacing: 0.05em;
}
header .h_box_r .h_inf .h_tel address a::before{
	position: absolute;
	font-family: "fontello";
	content: '\e801'; 
	right: 0;
	top:-0;
	font-size: 0.8em;
}
header .h_box_r .h_inf .com_web,
header .h_box_r .h_inf .com_line{
	max-width: 133px;
	width: 22.94%;
}
header .h_box_r .h_inf .com_insta{
max-width: 45px;
width:7.76%;
}

/* 990px〜768px (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 990px) {
header{
	padding: 25px 2%;
	position: relative;
	z-index: 500;
}
header .h_box_l{
	width:36%;
}
header .h_box_l .h_txt{
	font-size: 1.25vw;
	letter-spacing: 0.08em;
	padding-bottom: 1.4em;
	margin-bottom: 1.6em;
}
header .h_box_r .h_inf .h_tel address a{
	font-size: 1.4vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
header{
	padding: 2.5% 2% 2%;
}
header .h_box_r .h_inf .h_tel{
	margin-right: 2%;
}
header .h_box_r .h_inf .com_web a::before,
header .h_box_r .h_inf .com_line a::before{
	width:2.2vw;
	height:2.2vw;
	right: -0.2vw;
	bottom: -0.1vw;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
header{
	padding:4% 3% 4.5%;
}
header .h_box_l{
	width: 81%;
	margin-bottom: 0;
	margin-right: 0;
}
header .h_box_l .h_txt{
	font-size: 70%;
	letter-spacing: 0.05em;
	padding-bottom: 1em;
	margin-bottom: 1.2em;
}
header .h_box_l .h_logo{
	width: 95%;
}
header .h_box_r .h_inf,
header .h_box_r .m_nav_area{
	display: none;
	width: 0
}
}





/*メインナビ
---------------------------------------------------------*/
.m_nav_area {
	max-width: 790px;
	margin: 0 0 0 auto;
}
.m_nav {
	width: 100%;
	display: flex;
    justify-content: space-between;
	font-size: 105%;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.m_nav li a{
	color: #004C37;
	position: relative;
	padding-bottom: 1em;
	display: block;
}
.m_nav > li a::before{
	position: absolute;
	content: "";
	background: #AC9E39 no-repeat center bottom;
	background-size: 100% 100%;
	width: 0.35em;
	height:0.35em;
	border-radius: 5px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 0;
	transition: all 1.0s;

}
.m_nav > li a:hover::before,
.m_nav > li.select > a::before{
	opacity: 1;
	transition: all 0.4s;
}
/* アコーディオンメニュー */
.in_menu {
	display: none;
	position: absolute;
	z-index: 999;
	width: 94%;
	max-width: 94%;
	right: 0;
	left: 0;
	top:100%;
	margin: auto;
	font-size: 105%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.in_menu ul {
	text-align: left;
}
.in_menu li {
	box-sizing: border-box;
	border-bottom: solid 2px #fff;
}
.in_menu li a{
	display: block;
	padding:1.2em 1.5em;
	position: relative;
	background-color: #ECEAE8;
	color: #004C37;
}
.in_menu li a:hover{
	background:#004C37;
	color: #fff;
}
.in_menu li a::before{
	font-family: 'fontello';
	content: '\e801';
	position: absolute;
	right: 1.5em;
	font-size:0.6em;
	top: 50%;
	transform: translateY(-50%);
}
.in_menu.med_inmenu li{
	float:left;
	width: 20%;
	border-right: solid 2px #fff;
	letter-spacing: 0.08em;
}
.in_menu.med_inmenu li:nth-last-child(1),
.in_menu.med_inmenu li:nth-last-child(2){
	border-bottom: none;
}
.in_menu.med_inmenu li:nth-last-child(8),
.in_menu.med_inmenu li:nth-last-child(3){
	border-right: none;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_nav {
	font-size: 100%;
	letter-spacing: 0.05em;
}
/* アコーディオンメニュー */
.in_menu {
	font-size: 100%;
	letter-spacing: 0.05em;
}
.in_menu li a{
	padding:1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}





/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.9);
	transform: translateY(-100%);
	padding-left: 2%;
	box-sizing: border-box;
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
}
#scl_header .scl_flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_flex .scl_nav_area {
	width: 62%;
	max-width: 790px;
	box-sizing: border-box;
	position: relative;
}
#scl_header .scl_flex .scl_nav_area .in_menu{
	width: 100%;
	max-width: 100%;
	font-size:95%;
	top:calc(100% + 1.5em);
}
#scl_header .scl_flex .scl_contact {
	width: 36%;
	max-width: 530px;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
#scl_header .scl_flex .scl_contact img {
	display: block;
	margin: 0;
	width: 100%;
}
#scl_header .scl_contact .scl_tel {
	width: 62.27%;
	background: url("../images/bg_green.jpg") no-repeat center center;
	background-size: cover;
}
#scl_header .scl_contact .scl_web,
#scl_header .scl_contact .scl_line{
	width:18.865%;
	box-sizing: border-box;
	position: relative;
}
#scl_header .scl_contact .scl_web{
	background: #D29C3A;
}
#scl_header .scl_contact .scl_line{
	background: #84AD51;
}
#scl_header .scl_contact .scl_web::before,
#scl_header .scl_contact .scl_line::before{
	position: absolute;
	content: "";
	background: url("../images/scl_corner.svg") no-repeat right bottom;
	background-size: 100% 100%;
	width: 12%;
	height: 12%;
	right: 0;
	bottom: 0;
	transition: all 1s;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {
#scl_header .scl_flex .scl_nav_area .in_menu li{
	width: 25%;
}
#scl_header .scl_flex .scl_nav_area .in_menu li:nth-last-child(1),
#scl_header .scl_flex .scl_nav_area .in_menu li:nth-last-child(5),
#scl_header .scl_flex .scl_nav_area .in_menu li:nth-last-child(9){
	border-right: none;
}
#scl_header .scl_flex .scl_nav_area .in_menu li:nth-last-child(3),
#scl_header .scl_flex .scl_nav_area .in_menu li:nth-last-child(8){
	border-right: solid 2px #fff;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1040px) {
#scl_header .scl_flex .scl_nav_area {
	font-size: 1.45vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#scl_header{
	display: none!important;
}
}

/* スクロールメニューアニメーション */
@keyframes sclAnimation {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}






/*ドロワーメニュー
---------------------------------------------------------*/
.drawer-nav .drw_bg1{
	background: url("../images/bg_green.jpg") repeat left top;
	background-size: 100px auto;
	padding: 15% 4% 10%;
}
.drawer-nav .drw_bg1 .drw_logo{
	text-align: center;
	margin: 0 auto 10%;
	width: 45%;
}
.drawer-nav .drw_bg1 .drw_logo img{
	width: 100%;
}
.drawer-nav .drw_bg1 .drw_menu_box{
	background-color: #fff;
	text-align: left;
	padding: 4%;
}
.drawer-nav .drw_bg1 .drw_menu_box.main{
	margin-bottom: 4%;
}
.drawer-nav .drw_bg1 .drw_menu_box dt{
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #004C37;
	padding-bottom: 0.5em;
	margin-bottom: 0.8em;
	position: relative;
}
.drawer-nav .drw_bg1 .drw_menu_box dt::before{
	position: absolute;
	content: "";
	background: #004C37;
	width: 1.2em;
	height: 1px;
	border-radius: 1px;
	bottom: 0;
	left: 0;
}
.drawer-nav .drw_bg1 .drw_menu_box dd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.5em;
}
.drawer-nav .drw_bg1 .drw_menu_box dd ul li{
	width: 50%;
	padding: 0.8em 0;
}
.drawer-nav .drw_bg1 .drw_menu_box dd ul li a{
	color: #004C37;
}
.drawer-nav .drw_bg1 .drw_menu_box dd ul li a span{
	padding-left: 2.1em;
	position: relative;
}
.drawer-nav .drw_bg1 .drw_menu_box dd ul li a span::before{
	position: absolute;
	content: "";
	background: url("../images/com_arrow.svg") no-repeat left center;
    background-size: auto;
	background-size: 100% 100%;
	width: 1.6em;
	height: 1.6em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.drawer-nav .drw_bg2{
	background-color: #FCFCF0;
	padding: 10% 4% 10%;
}
.drawer-nav .drw_bg2 .wp_link {
	display: flex;
	justify-content: space-between;
	width: 96%;
	margin: 0 auto 10%;
	font-size: 95%;
	line-height: 1.5em;
	letter-spacing:0.05em;
}
.drawer-nav .drw_bg2 .wp_link li{
	width: 31.5%;
}
.drawer-nav .drw_bg2 .wp_link li a{
	display: block;
	background-color: #4B7B38;
	padding: 1.9em 1em;
	color: #fff;
	box-sizing: border-box;
	position: relative;
}
.drawer-nav .drw_bg2 .wp_link li:last-child a{
	background-color: #E07495;
}
.drawer-nav .drw_bg2 .wp_link li a::before{
	position: absolute;
	content: "";
	background: url("../images/com_arrow.svg") no-repeat right bottom;
    background-size: auto;
	background-size: 100% 100%;
	width: 1.4em;
	height: 1.4em;
	right: 0.4em;
	bottom: 0;
	transform: translateY(50%);
}
.drawer-nav .drw_bg2 address{
	font-size: 85%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	margin-bottom: 5%;
}
.drawer-nav .drw_bg2 .com_timetable{
	margin-bottom: 10%;
	font-size: 80%;
}
.drawer-nav .drw_bg2 .com_timetable dt img{
	width: 100%;
}
.drawer-nav .drw_bg2 .com_timetable .txt{
	display: flex;
	justify-content: space-between;
}
.drawer-nav .drw_bg2 .com_timetable .txt .sat::before {
    color: #BFB85D;
}
.drawer-nav .drw_bg2 .drw_tel{
	color: #004C37;
	width:90%;
	margin: 0 auto;
}
.drawer-nav .drw_bg2 .drw_tel dt{
	margin-bottom: 0.5em;
	letter-spacing: 0.1em;
}
.drawer-nav .drw_bg2 .drw_tel dd{
	text-align: center;
	margin: 0 auto;
}
	.drawer-nav .drw_bg2 .drw_tel dd img{
	width: 100%;
}
.drawer-nav .drw_bg2 .drw_inf{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 6% auto 0;
}
.drawer-nav .drw_bg2 .drw_inf .com_web a::before,
.drawer-nav .drw_bg2 .drw_inf .com_line a::before{
	 width: 5.6vw;
    height:  5.6vw;
    right: -0.4vw;
    bottom: -0.2vw;
}
.drawer-nav .drw_bg2 .drw_inf li{
	width: 48%;
}
.drawer-nav .drw_bg2 .drw_inf li img{
	width: 100%;
}





/*共通
---------------------------------------------------------*/
/*リンクボタン*/
.com_link1 {
	width: 90%;
	max-width: 250px;
	margin-top: 1.0em;
}
.com_link1.link_w330{
	max-width:330px;
}
.com_link1.link_w305{
	max-width:305px;
}
.com_link1.link_w300{
	max-width:300px;
}
.com_link1.link_w215{
	max-width:215px;
}
.com_link1.link_w210{
	max-width:210px;
}
.com_link1 a {
	display: block;
	text-align: center;
	color: #004C37;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 1.2em 1em;
	position: relative;
	border: #004C37 1px solid;
	border-radius: 2.6em;
	box-sizing: border-box;
}
.com_link1 a::before{
	position: absolute;
	font-family: "fontello";
	content: '\e800';
	right: 1em;
	top:50%;
	transform: translateY(-50%);
	line-height: 1.4em;
}
.com_link1.site_arrow a::before{
	content: '\e803'; 
}
.com_link1 a:hover{
	color: #fff;
	background-color: #004C37;
}

.com_link1.center{
	margin-left: auto;
	margin-right: auto
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*リンクボタン*/
.com_link1 {
	margin-top: 0.8em;
}
.com_link1 a {
	padding: 1em 1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*リンクボタン*/
.com_link1 {
	max-width: 90%;
	font-size: 90%;
	margin: 0.6em auto 0;
}
.com_link1.link_w330,
.com_link1.link_w305,
.com_link1.link_w300,
.com_link1.link_w215,
.com_link1.link_w210{
	max-width: 90%;
}
.com_link1 a {
	letter-spacing: .05em;
	padding: 0.8em 1em;
}
}





/*下層共通
---------------------------------------------------------*/
/*下層メインイメージ*/
.contentpage .m_img_area{
	position: relative;
	height: 250px;
	margin-bottom: 90px;
}
.contentpage .m_img_area::before{
	position: absolute;
	content: "";
	width: 100%;
	height:100%;
	background-image: url("../images/clinic/m_img@2x.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	right: 0;
	top:0;
    z-index: 1;
}
.contentpage .leaf .com_leaf li{
	width: 18%;
	max-width: 255px;
	right: 0;
	top: -75px;
	transform: translateX(50%) rotate(-5deg);
}
.contentpage .leaf .com_leaf li.anime_on{
	transform: translateX(0) rotate(0deg);
}

/*下層リード文*/
.contentpage .com_lead{
	max-width: 1100px;
	width: 84%;
	margin: 0 auto 80px;
}
.contentpage .com_lead h2{
	font-size: 270%;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	color: #004C37;
	padding-bottom: 0.5em;
	margin-bottom: 0.6em;
	position: relative;
}
.contentpage .com_lead h2::before{
	position: absolute;
	content: "";
	background: #004C37;
	width: 1.2em;
	height: 1px;
	bottom: 0;
	left: 0;
}

/*下層タイトル*/
.com_index1 {
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	font-size: 170%;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	padding: 0.8em 0.5em;
	margin-bottom: 50px;
	font-family: ryo-text-plusn, serif;
	font-weight: 300;
	font-style: normal;
}
.com_index2 {
	text-align: center;
	font-size: 200%;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	padding: 0.87em 0.5em;
	margin-bottom: 60px;
	font-family: ryo-text-plusn, serif;
	font-weight: 300;
	font-style: normal;
	color: #fff;
}
.com_index3 {
	text-align: center;
	font-size:190%;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	padding-bottom: 25px;
	margin-bottom: 60px;
	font-family: ryo-text-plusn, serif;
	font-weight: 300;
	font-style: normal;
	color: #357E58;
	border-bottom: 1px solid #539171;
}

/*com_style*/
.contentpage .com_style1 dt{
	font-size: 170%;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	margin-bottom: 0.6em;
	color: #004C37;
	font-family: ryo-text-plusn, serif;
	font-weight: 300;
	font-style: normal;
}
.contentpage .com_style1 dd{
	letter-spacing: 0.03em;
}
.contentpage .com_style2 dt{
	font-size: 140%;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	margin-bottom: 0.5em;
	color: #004C37;
	font-family: ryo-text-plusn, serif;
	font-weight: 300;
	font-style: normal;
}
.contentpage .com_style2 dt small{
	font-size: 86%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
.contentpage .com_style2 dd{
	letter-spacing: 0.03em;
}
.contentpage .com_style2_txt{
	font-size: 140%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #004C37;
	font-family: ryo-text-plusn, serif;
	font-weight: 300;
	font-style: normal;
}

/*com_list3*/
.contentpage .com_list3 li{
	max-width: 370px;
	width: 30.8334%;
	margin-right: 3.7499%;
	float: left;
}
.contentpage .com_list3 li:nth-child(3n){
	margin-right: 0;
}
.contentpage .com_list3 li div{
	margin: 0 auto 1.8em;
	text-align: center;
}
.contentpage .com_list3 li .com_style1 dt{
	font-size: 155%;
	margin-bottom: 0.3em;
	letter-spacing: 0.1em;
}
.contentpage .com_list3 li .com_style1 dd{
	letter-spacing: 0.1em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) {
/*下層メインイメージ*/
.contentpage .m_img_area{
	height: 17vw;
}
/*com_list3*/
.contentpage .com_list3 li{
	width: 32%;
	margin-right:2%;
}
.contentpage .com_list3 li div{
	margin-bottom: 1.8em;
}
.contentpage .com_list3 li .com_style1 dt{
	font-size: 155%;
	margin-bottom: 0.3em;
}
.contentpage .com_list3 li .com_style1 dd{
	letter-spacing: 0.1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*下層メインイメージ*/
.contentpage .m_img_area{
	margin-bottom: 8%;
}
.contentpage .leaf .com_leaf li{
	top: -10vw;
}

/*下層リード文*/
.contentpage .com_lead{
	margin: 0 auto 7%;
	width: 90%
}
.contentpage .com_lead h2{
	font-size: 220%;
	letter-spacing: 0.15em;
}

/*下層タイトル*/
.com_index1 {
	font-size: 140%;
	letter-spacing: 0.1em;
	margin-bottom:4%;
}
.com_index2 {
	font-size: 180%;
	letter-spacing: 0.1em;
	margin-bottom: 5%;
}
.com_index3 {
	font-size:170%;
	letter-spacing: 0.1em;
	padding-bottom: 2%;
	margin-bottom: 5%;
}

/*com_style*/
.contentpage .com_style1 dt{
	font-size: 150%;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
.contentpage .com_style2 dt{
	font-size: 130%;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
}
.contentpage .com_style2 dt small{
	letter-spacing: 0.03em;
}
.contentpage .com_style2_txt{
	font-size: 130%;
	letter-spacing: 0.03em;
}

/*com_list3*/
.contentpage .com_list3 li div{
	margin-bottom: 1.4em;
}
.contentpage .com_list3 li .com_style1 dt{
	font-size: 130%;
	letter-spacing: 0.03em;
}
.contentpage .com_list3 li .com_style1 dd{
	letter-spacing: 0.05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*下層メインイメージ*/
.contentpage .m_img_area{
	height: 24vw;
	margin-bottom: 10%;
}
.contentpage .leaf .com_leaf li{
	width: 32%;
	top: -18vw;
}

/*下層リード文*/
.contentpage .com_lead{
	width: 100%;
	margin: 0 auto 10%
}
.contentpage .com_lead h2{
	font-size: 180%;
	letter-spacing: 0.05em;
}

/*下層タイトル*/
.com_index1 {
	font-size: 130%;
	letter-spacing: 0.05em;
	margin-bottom:5%;
	padding: 0.7em 0.5em;
}
.com_index2 {
	font-size: 150%;
	letter-spacing: 0.05em;
	margin-bottom: 6%;
	padding: 0.7em 0.5em;
}
.com_index3 {
	font-size:140%;
	letter-spacing: 0.05em;
	padding-bottom: 3%;
	margin-bottom: 6%;
}

/*com_style*/
.contentpage .com_style1 dt{
	font-size: 130%;
	letter-spacing: 0.05em;
	margin-bottom: 0.25em;
	text-align: center;
}
.contentpage .com_style1 dd{
	letter-spacing: normal;
}
.contentpage .com_style2 dt{
	font-size: 120%;
	letter-spacing: 0.05em;
	margin-bottom: 0.2em;
	text-align: center;
}
.contentpage .com_style2 dt small{
	letter-spacing: 0.03em;
}
.contentpage .com_style2 dd{
	letter-spacing: normal;
}
.contentpage .com_style2_txt{
	font-size: 120%;
	letter-spacing: 0.03em;
	text-align: center;
}

/*com_list3*/
.contentpage .com_list3 li{
	max-width: 100%;
	width: 100%;
	margin-top: 6%;
	padding-top: 8%;
	border-top: 1px solid #D7D7D8;
	float: none;
	margin-right: 0;
}
.contentpage .com_list3 li:first-child{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.contentpage .com_list3 li div{
	width: 70%;
	margin: 0 auto 1em;
}
.contentpage .com_list3 li .com_style1 dt{
	font-size: 120%;
	letter-spacing: 0.03em;
	margin-bottom: 0.2em;
	text-align: center;
}
.contentpage .com_list3 li .com_style1 dd{
	letter-spacing: normal;
}
}





/*隙間
---------------------------------------------------------*/
.com_btm_150{
	margin-bottom: 150px;
}
.com_btm_130{
	margin-bottom: 130px;
}
.com_btm_100{
	margin-bottom: 100px;
}
.com_btm_90{
	margin-bottom: 90px;
}
.com_btm_60{
	margin-bottom: 60px;
}
.com_btm_50{
	margin-bottom: 50px;
}
.com_btm_40{
	margin-bottom: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btm_150{
	margin-bottom: 14%;
}
.com_btm_130{
	margin-bottom: 12%
}
.com_btm_100{
	margin-bottom: 9%;
}
.com_btm_90{
	margin-bottom: 8%;
}
.com_btm_60{
	margin-bottom: 5%;
}
.com_btm_50{
	margin-bottom: 4%;
}
.com_btm_40{
	margin-bottom: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btm_150{
	margin-bottom: 16%;
}
.com_btm_130{
	margin-bottom: 14%
}
.com_btm_100{
	margin-bottom: 11%;
}
.com_btm_90{
	margin-bottom: 10%;
}
.com_btm_60{
	margin-bottom:7%;
}
.com_btm_50{
	margin-bottom: 6%;
}
.com_btm_40{
	margin-bottom: 5%;
}
}





/*フッターバナー
---------------------------------------------------------*/
#f_bnr{
	padding: 70px 0 60px;
	border-top: 1px solid #D7D7D8;
}
#f_bnr .f_bnr_flex{
	display: flex;
	justify-content: space-between;
	max-width: 840px;
	width: 94%;
	margin: 0 auto;
}
#f_bnr .wp_bnr {
	display: flex;
	justify-content: space-between;
	width: 44%;
	max-width: 365px;
	font-size: 155%;
	line-height: 1.5em;
	letter-spacing:0.05em;
}
#f_bnr .wp_bnr li{
	width: 48.5%;
	max-width: 175px;
}
#f_bnr .wp_bnr li a{
	display: block;
	background-color: #4B7B38;
	padding: 1.9em 1em;
	color: #fff;
	box-sizing: border-box;
	position: relative;
}
#f_bnr .wp_bnr li a::before{
	position: absolute;
	content: "";
	background: url("../images/com_arrow.svg") no-repeat right bottom;
    background-size: auto;
	background-size: 100% 100%;
	width: 1.4em;
	height: 1.4em;
	right: 0.4em;
	bottom: -0.7em;
}
#f_bnr .wp_bnr li a:hover::before{
	animation: spin .6s ease-in-out;
}
.rec_bnr{
	max-width: 434px;
	width: 52%;
	padding: 0 14px 0 0;
	box-sizing: border-box;
	text-align: left;
	color: #F96ABB;
	font-size: 95%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	position: relative;
}
.rec_bnr::before{
	position: absolute;
	content: "";
	background: url("../images/bnr_rec_abs@2x.png") no-repeat right top;
	background-size: 100% auto;
	width: 190px;
	height: 100px;
	right: 0;
	top:-14px;
}
.rec_bnr .bg{
	background-color: #F1D8E4;
	height: 100%;
	padding: 25px 1.8em 20px;
	box-sizing: border-box;
	transition: all 0.2s;
}
.rec_bnr:hover .bg{
	background-color: #F96ABB;
	color: #fff;
	transition: all 0.4s;
}
.rec_bnr dt{
	margin-bottom: 0.3em;
}
.rec_bnr a{
	color: #F96ABB;
	font-size: 200%;
	letter-spacing: 0.3em;
	line-height: 1.5em;
}
.rec_bnr:hover a{
	color: #fff;
}
.rec_bnr a span{
	padding-right: 1.1em;
	position: relative;
}
.rec_bnr a span::before{
	position: absolute;
	content: "";
	background: url("../images/com_arrow.svg") no-repeat right top;
    background-size: auto;
	background-size: 100% 100%;
	width: 1em;
	height: 1em;
	right: 0;
	top:0;
}
.rec_bnr:hover a span::before{
	animation: spin .6s ease-in-out;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#f_bnr{
	padding: 6% 0;
}
#f_bnr .wp_bnr {
	font-size: 2.6vw;
}
#f_bnr .wp_bnr li a{
	padding: 2em 1em;
}
.rec_bnr{
	width: 53%;
	padding: 0 2vw 0 0;
	font-size: 1.7vw;
	letter-spacing: 0.1em;
}
.rec_bnr::before{
	width: 44%;
	top:-2vw;
}
.rec_bnr .bg{
	padding: 1.6em 1.5em 1.4em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#f_bnr{
	padding: 8% 0 7%;
}
#f_bnr .f_bnr_flex{
	display: block;
	max-width:94%;
}
#f_bnr .wp_bnr {
	width: 90%;
	max-width: 90%;
	font-size: 115%;
	line-height: 1.5em;
	letter-spacing:0.05em;
	margin: 0 auto 10%;
}
#f_bnr .wp_bnr li{
	width: 48%;
	max-width: 48%;
}
.rec_bnr{
	max-width: 90%;
	width:  90%;
	padding: 0 3.5vw 0 0;
	font-size: 80%;
	letter-spacing: 0.1em;
	margin: 0 auto;
}
.rec_bnr::before{
	width: 40%;
	top:-3.5vw;
}
.rec_bnr .bg{
	padding: 6% 1.5em 5%;
}
.rec_bnr dt{
	margin-bottom: 0.2em;
}
}





/*カレンダー
---------------------------------------------------------*/
.com_calendar {
	position: relative;
	background: #fff;
}
/* デザイン */
.com_calendar .xo-event-calendar {
	font-size: 75%;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.com_calendar .xo-event-calendar table{
	color: #5F6063!important;
}
.com_calendar .xo-event-calendar table.xo-month,
.com_calendar .xo-event-calendar table.xo-month th,
.com_calendar .xo-event-calendar table.xo-month td {
	border: none !important;
}
.com_calendar .xo-event-calendar table.xo-month {
	width: 100%;
	border: none !important;
	margin: 0;	/* 下のキャプションとの隙間 */
}
.com_calendar .xo-event-calendar table,
.com_calendar .xo-event-calendar table.xo-month > caption {
	background-color: transparent !important;
}
/* 年月 */
.com_calendar .xo-event-calendar table.xo-month .month-header {
	margin:0.2em !important;
}
.com_calendar .xo-event-calendar table.xo-month .month-header > span {
    line-height: 1em;
	letter-spacing: 0.1em;
	font-size: 150%!important;
}
.com_calendar .xo-event-calendar table.xo-month > caption {
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}
.com_calendar .xo-event-calendar table.xo-month button {
	display: inline-block;
	width: 3.0em !important;
	vertical-align: middle;
	padding-top: 0.1em;
}
.com_calendar .xo-event-calendar table.xo-month > caption,
.com_calendar .xo-event-calendar table.xo-month button {
	vertical-align: middle !important;
	color: #37383C!important;
}
.com_calendar .xo-event-calendar table.xo-month button span {
	display: none !important;
}
.com_calendar .xo-event-calendar table.xo-month button.month-prev {
	transform: rotate(180deg);
}
.com_calendar .xo-event-calendar table.xo-month button.month-next {
	transform: translateY(-.05em);
}
.com_calendar .xo-event-calendar table.xo-month button::before {
	font-family: 'fontello';
	content: '\e801';
	width: 1em!important;
	
}
/* 曜日 */
.com_calendar .xo-event-calendar table.xo-month > thead th{
	color: #004C37;
	background-color: #FCFCF0!important;
	font-size: 115%!important;
	font-weight: normal!important;
	padding: 0;
}
.com_calendar .xo-event-calendar table.xo-month > thead .saturday{
	color: #004C37!important;
}
.com_calendar .xo-event-calendar table.xo-month > thead .sunday {
	color: #D28944 !important;
}
/* 日付 */
.com_calendar .xo-event-calendar table.xo-month .month-dayname td div,
.com_calendar .xo-event-calendar table.xo-month .month-week {
	padding:0.2em 0.3em 0.8em;
}
.com_calendar .xo-event-calendar table.xo-month .month-dayname td div {
	text-align: right;
}
.com_calendar  .xo-event-calendar table.xo-month .month-dayname td div.other-month {
	color: transparent !important;
}
/* 今日 */
.com_calendar  .xo-event-calendar .today {
	color: #5F6063 !important;
	font-weight: normal!important;
	background-image: url(../images/today@2x.png) !important;
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
	
}
/* イベント日：表示しない */
.com_calendar .xo-event-calendar .month-event,
.com_calendar .xo-event-calendar .month-event-space {
	display: none;
}
/* キャプション */
.com_calendar .holiday-titles {
	margin-top: 0.4em;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-size:120%;
	line-height: 1.4em;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	color: #37383C!important;
}
.com_calendar .holiday-titles p {
	margin: 0 1.0em 0 0 !important;
	position: relative;
	padding: 0 0 0 1.5em !important;
}
.com_calendar .holiday-titles p span {
	border: none !important;
	display: block;
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	left: 0;
	top: 0.15em;
	padding: 0 !important;
	margin: 0 !important;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 年月 */
.com_calendar .xo-event-calendar table.xo-month > caption {
	font-size: 80%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* 年月 */
.com_calendar .xo-event-calendar table.xo-month > caption {
	font-size: 90%;
}
}





/*フッター
---------------------------------------------------------*/
footer .leaf .f_leaf li{
	right: 0;
	top:-18px;
	transform: translateX(50%) rotate(-5deg);
}
footer .leaf .f_leaf li.anime_on {
	transform: translateX(0) rotate(0deg);
}
footer .f_box1{
	background: url("../images/bg_green.jpg") repeat left top;
	background-size: 500px auto;
	padding: 120px 0 85px;
	color: #fff;
}
footer .f_box1 .f_flt{
	max-width: 910px;
	margin: 0 auto;
}
footer .f_box1 .f_flt .flt_l{
	max-width: 400px;
	width: 46%;
}
footer .f_box1 .f_flt .flt_l .f_clinic{
	margin-bottom: 25px;
}
footer .f_box1 .f_flt .flt_l .f_clinic dt{
	margin-bottom: 50px;
}
footer .f_box1 .f_flt .flt_l .f_clinic dd{
	letter-spacing: 0.2em;
	line-height: 1.6em;
}
footer .f_box1 .f_flt .flt_l .f_contact{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 2%;
	margin-bottom: 30px;
}
footer .f_box1 .f_flt .flt_l .f_contact .f_tel{
	margin-bottom: 18px;
}
footer .f_box1 .f_flt .flt_l .f_contact .f_tel dt{
	font-size: 105%;
	letter-spacing: 0.1em;
	margin-bottom: 0.8em;
	line-height: 1.5em;
}
footer .f_box1 .f_flt .flt_l .f_contact .f_inf{
	display: flex;
	justify-content: space-between;
	max-width: 265px;
	margin: 0 auto;
}
footer .f_box1 .f_flt .flt_l .f_contact .f_inf > li{
	max-width: 	127px;
	width: 48.5%;
}
footer .f_box1 .f_flt .flt_l .f_kamoku{
	text-align: left;
}
footer .f_box1 .f_flt .flt_l .f_kamoku dt{
	font-size: 105%;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
footer .f_box1 .f_flt .flt_l .f_kamoku dd{
	letter-spacing: .15em;
	line-height: 1.8em;
}
footer .f_box1 .f_flt .flt_r{
	max-width: 425px;
	width: 50%;
}
footer .f_box1 .f_flt .flt_r .com_timetable {
    font-size: 95%;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}
footer .f_box1 .f_flt .flt_r .com_timetable .txt{
	display: flex;
	justify-content: space-between;
}
footer .f_box1 .f_flt .flt_r .com_timetable .txt .sat::before {
	color: #BFB85D;
}
footer .f_box1 .f_flt .flt_r .com_calendar{
	padding: 30px 6%;
	border-radius: 10px;
}
footer .f_box1 .f_flt .flt_r .com_calendar .xo-event-calendar{
	max-width: 348px;
	margin:0 auto;
	font-size: 85%;
}
footer .f_box1 .f_flt .flt_r .com_calendar .xo-event-calendar table.xo-month .month-header > span {
	margin-top: -0.15em;
}
footer .f_box1 .f_flt .flt_r .com_calendar .xo-event-calendar table.xo-month .month-dayname td div,
footer .f_box1 .f_flt .flt_r .com_calendar .xo-event-calendar table.xo-month .month-week {
	padding:0.3em 0.5em 1em;
}
footer .f_box2{
	background: url("../images/f_bg@2x.png") no-repeat center center;
	background-size: cover;
}
footer .f_box2 .transport{
	width: 400px;
	margin: 0 0 0 auto;
	background-color: rgba(75,123,56,0.85);
	padding: 90px 45px;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
}
footer .f_box2 .transport ul{
	max-width: 310px;
	margin: 0 auto;
}
footer .f_box2 .transport li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .f_box2 .transport li:first-child{
	border-bottom: 1px solid #fff;
	padding-bottom: 45px;
	margin-bottom: 45px;
}
footer .f_box2 .transport li div{
	width: 100px;
}
footer .f_box2 .transport li p{
	width: calc(100% - 100px);
	font-size: 140%;
	letter-spacing: 0.15em;
	line-height: 1.8em;
	padding-left: 1.5em;
}
footer .f_box2 .transport li p small{
	display: block;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	font-size: 65%;
}
footer .f_box3{
	display: flex;
	justify-content: space-between;
}
footer .f_box3 .f_googlemap{
	width: 50%;
	position: relative;
	z-index: 1;
}
footer .f_box3 .f_googlemap .googlemap_link{
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	width: 300px;
}
footer .f_box3 .f_googlemap .googlemap_link a{
	display: block;
	background-color: #004C37;
	font-size: 105%;
	letter-spacing: 0.25em;
	line-height: 1.5em;
	color: #fff;
	padding: 1.2em 3.2em 1.2em 4.2em ;
	box-sizing: border-box;
	border-radius: 30px;
	position: relative;
}
footer .f_box3 .f_googlemap .googlemap_link a::before{
	position: absolute;
	font-family: "fontello";
	content: '\e807';
	left: 1.2em;
	top:50%;
	transform: translateY(-50%);
	font-size: 1.5em;
	color: #BFB85D;
}
footer .f_box3 .f_googlemap .googlemap_link a::after{
	position: absolute;
	font-family: "fontello";
	content: '\e803';
	right: 1.2em;
	top:50%;
	transform: translateY(-50%);
	font-size: 1em;
}
footer .f_box3 .f_sitemap{
	width: 50%;
	padding: 45px 3%;
	text-align: left;
}
footer .f_box3 .f_sitemap .appli{
	/*display: flex;
	justify-content: space-between;*//*2個の場合復活*/
	width: 107px;
	margin: 0 0 0 auto;
}
footer .f_box3 .f_sitemap .appli li{
	width: 45px;
	margin: 0 0 0 auto;/*2個の場合削除*/
}
footer .f_box3 .f_sitemap .f_menu{
	display: flex;
	justify-content: space-between;
}
footer .f_box3 .f_sitemap .f_menu.main{
	margin-bottom: 35px;
	padding-bottom: 35px;
	position: relative;
}
footer .f_box3 .f_sitemap .f_menu.main::before{
	position: absolute;
	content: "";
	background:#004C37;
	width: 4.7em;
	bottom: 0;
	left: 0;
	height: 1px;
}
footer .f_box3 .f_sitemap .f_menu.med{
	padding-bottom: 85px;
	position: relative;
}
footer .f_box3 .f_sitemap .f_menu.med::before{
	position: absolute;
	content: "";
	background: url("../images/narazu.svg") no-repeat right bottom;
	background-size: 100% 100%;
	width: 92px;
	height: 92px;
	right: 0;
	bottom: 20px;
}
footer .f_box3 .f_sitemap .f_menu dt{
	width: 4.5em;
}
footer .f_box3 .f_sitemap .f_menu dt p{
	font-size: 115%;
	letter-spacing: 0.2em;
	line-height:1em;
	writing-mode: vertical-rl;
	color: #004C37;
}
footer .f_box3 .f_sitemap .f_menu dd {
	width: calc(100% - 4.5em);
}
footer .f_box3 .f_sitemap .f_menu dd .inbox{
	display: flex;
}
footer .f_box3 .f_sitemap .f_menu dd ul{
	font-size: 95%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
footer .f_box3 .f_sitemap .f_menu dd ul:first-child{
	width: 36%;
	max-width: 180px;
	margin-right: 4%;
}
footer .f_box3 .f_sitemap .f_menu dd ul:last-child{
	width: 60%;
	max-width: 275px;
}
footer .f_box3 .f_sitemap .f_menu dd ul > li{
	margin-top: 0.8em;
}
footer .f_box3 .f_sitemap .f_menu dd ul > li:first-child{
	margin-top: 1.6em;
}
footer .f_box3 .f_sitemap .f_menu dd ul > li a{
	padding-left: 1.4em;
	position: relative;
	display: block;
}
footer .f_box3 .f_sitemap .f_menu dd ul > li a::before{
	position: absolute;
	 font-family: "fontello"; 
	 content: '\e801';
	 left: 0;
	 top:0;
	 font-size: 0.8em;
}
footer .f_box3 .f_sitemap .f_menu dd ul > li a:hover{
	color: #004C37;
}
footer .f_box3 .f_sitemap .copyright{
	font-size: 80%;
	letter-spacing: 0.15em;
	line-height: 1.5em;
	color: #778F74;
	text-align: right;
}

/* 1110px〜768px (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1110px) {
footer .f_box3 .f_googlemap .googlemap_link{
	right: 1.5vw;
	bottom: 1.5vw;
	width:25vw;
}
footer .f_box3 .f_googlemap .googlemap_link a{
	font-size: 1.35vw;
	letter-spacing: 0.2em;
}
footer .f_box3 .f_sitemap{
	padding: 3% 3%;
}
footer .f_box3 .f_sitemap .appli{
	width: 11.8vw;
}
footer .f_box3 .f_sitemap .appli li{
	width: 5vw;
}
footer .f_box3 .f_sitemap .f_menu.main{
	margin-bottom: 5%;
	padding-bottom: 5%;
}
footer .f_box3 .f_sitemap .f_menu.main::before{
	width: 3.2em;
}
footer .f_box3 .f_sitemap .f_menu.med{
	padding-bottom: 12%;
}
footer .f_box3 .f_sitemap .f_menu.med::before{
	width:8vw;
	height:8vw;
	bottom: 1em;
}
footer .f_box3 .f_sitemap .f_menu dt{
	width: 2.6em;
}
footer .f_box3 .f_sitemap .f_menu dt p{
	font-size: 1.6vw;
}
footer .f_box3 .f_sitemap .f_menu dd{
	width: calc(100% - 2.6em);
}
footer .f_box3 .f_sitemap .f_menu dd ul{
	font-size: 1.4vw;
	letter-spacing: normal;
}
footer .f_box3 .f_sitemap .copyright{
	font-size: 1.2vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .f_leaf .leaf4 li{
	top:-8vw;
}
footer .f_box1{
	padding: 12% 0 8%;
}
footer .f_box1 .f_flt .flt_l .f_clinic{
	margin-bottom: 3%;
}
footer .f_box1 .f_flt .flt_l .f_clinic dt{
	width: 60%;
	margin: 0 auto 6%;
}
footer .f_box1 .f_flt .flt_l .f_clinic dd{
	letter-spacing: 0.15em;
}
footer .f_box1 .f_flt .flt_l .f_contact{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 4% 2%;
	margin-bottom: 4%
}
footer .f_box1 .f_flt .flt_l .f_contact .f_tel{
	margin-bottom:2%;
}
footer .f_box1 .f_flt .flt_r .com_timetable {
    font-size: 90%;
	margin-bottom: 4%;
}
footer .f_box1 .f_flt .flt_r .com_calendar{
	padding: 5% 6%;
}
footer .f_box2 .transport{
	width: 35%;
	padding:5% 3%;
}
footer .f_box2 .transport li:first-child{
	padding-bottom: 10%;
	margin-bottom: 10%
}
footer .f_box2 .transport li div{
	width:30%;
}
footer .f_box2 .transport li p{
	width: 70%;
	font-size:2.3vw;
	letter-spacing: 0.1em;
	padding-left: 1em;
}
footer .f_box2 .transport li p small{
	letter-spacing: 0.05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .f_leaf .leaf4 li{
	top:-14vw;
}
footer .f_box1{
	padding: 14% 0 10%;
}
footer .f_box1 .f_flt .flt_l,
footer .f_box1 .f_flt .flt_r{
	float: none;
	width: 100%;
	max-width: 100%;
}
footer .f_box1 .f_flt .flt_l{
	margin-bottom: 8%;
}
footer .f_box1 .f_flt .flt_l .f_clinic{
	margin-bottom: 5%;
}
footer .f_box1 .f_flt .flt_l .f_clinic dt{
	width: 50%;
	margin: 0 auto 8%;
}
footer .f_box1 .f_flt .flt_l .f_clinic dd{
	letter-spacing: 0.1em;
	font-size: 90%;
}
footer .f_box1 .f_flt .flt_l .f_contact{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 6%;
	margin-bottom: 6%
}
footer .f_box1 .f_flt .flt_l .f_contact .f_tel{
	margin-bottom: 4%;
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}
footer .f_box1 .f_flt .flt_l .f_contact .f_tel dd img{
	width: 100%;
}
footer .f_box1 .f_flt .flt_l .f_contact .f_inf {
    max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}
footer .f_box1 .f_flt .flt_l .f_contact .f_inf > li{
	max-width: 48.5%;
	width: 48.5%;
}
footer .f_box1 .f_flt .flt_l .f_contact .f_inf > li img{
	width: 100%;
}
footer .f_box1 .f_flt .flt_l .f_kamoku{
	font-size: 90%;
}
footer .f_box1 .f_flt .flt_r .com_timetable {
    font-size: 85%;
	margin-bottom: 6%;
}
footer .f_box1 .f_flt .flt_r .com_calendar{
	padding: 7%;
}
footer .f_box2{
	background: none;
}
footer .f_box2 .f_bg_sp{
	position: relative;
	height: 70vw;
}
footer .f_box2 .f_bg_sp::before{
	position: absolute;
	content: "";
	background: url("../images/f_bg_sp@2x.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height:100%;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
}
footer .f_box2 .transport{
	width: 100%;
	margin: 0;
	padding: 8% 0;
}
footer .f_box2 .transport ul{
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
footer .f_box2 .transport ul::before{
	position: absolute;
	content: "";
	background: #fff;
	width: 1px;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
}
footer .f_box2 .transport li{
	display:block;
	width: 50%;
	padding: 0 4%;
	box-sizing: border-box;
}
footer .f_box2 .transport li:first-child{
	border-bottom: none;
	padding-bottom:0;
	margin-bottom: 0;
}
footer .f_box2 .transport li div{
	max-width: 100px;
	width: 40%;
	text-align: center;
	margin: 0 auto 0.8em;
}
footer .f_box2 .transport li p{
	width: 100%;
	font-size: 110%;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	padding-left: 0;
	text-align: center;
}
footer .f_box2 .transport li p small{
	display: block;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	font-size: 65%;
}
footer .f_box3{
	display: block;
}
footer .f_box3 .f_googlemap{
	width: 100%;
	height: 100vw;
}
footer .f_box3 .f_googlemap .googlemap_link{
	right: 3vw;
	bottom: 3vw;
	width:68vw;
}
footer .f_box3 .f_googlemap .googlemap_link a{
	font-size:90%;
	letter-spacing: 0.2em;
	border-radius: 3em;
}
footer .f_box3 .f_sitemap{
	width: 100%;
	padding: 5% 3% 20vw;
	text-align: left;
	box-sizing: border-box;
}
footer .f_box3 .f_sitemap .appli{
	width:24vw;
	margin-bottom: 5%
}
footer .f_box3 .f_sitemap .appli li{
	width: 11vw;
}
footer .f_box3 .f_sitemap .f_open_btn{
    display: block;
    width: 100%;
	background-color: #004C37;
	padding:4% 3%;
	box-sizing: border-box;
}
footer .f_box3 .f_sitemap .f_open_btn .txt_open {
	display: block;	/* 初期表示 */
}
footer .f_box3 .f_sitemap .open_inbox {
	display: none;	/* 初期表示 */
	padding: 4% 3%;
	box-sizing: border-box;
	border:  #004C37 1px solid
}
footer .f_box3 .f_sitemap .f_open_btn {
	position: relative;
}
footer .f_box3 .f_sitemap .f_open_btn::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e810';	
	right:4%;
	font-size:100%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
footer .f_box3 .f_sitemap .f_open_btn.active::before{
	content: '\e811';	
}
footer .f_box3 .f_sitemap .f_menu{
	display: block;
}
footer .f_box3 .f_sitemap .f_menu.main{
	margin-bottom: 4%;
	padding-bottom:0;
}
footer .f_box3 .f_sitemap .f_menu.main::before{
	position: static;
}
footer .f_box3 .f_sitemap .f_menu.med{
	padding-bottom:22%;
}
footer .f_box3 .f_sitemap .f_menu.med::before{
	width:20vw;
	height:20vw;
	bottom: 1em;
	left: 0;
	right: 0;
	margin: auto;
}
footer .f_box3 .f_sitemap .f_menu dt{
	width: 100%;
}
footer .f_box3 .f_sitemap .f_menu dt p{
	font-size: 115%;
	letter-spacing: 0.1em;
	line-height:1em;
	writing-mode: horizontal-tb;
	color: #fff;
}
footer .f_box3 .f_sitemap .f_menu dd{
	width: 100%;
}
footer .f_box3 .f_sitemap .f_menu dd ul{
	font-size: 80%;
	letter-spacing:normal;
}
footer .f_box3 .f_sitemap .f_menu dd ul:first-child{
	max-width: 39%;
	width: 39%;
}
footer .f_box3 .f_sitemap .f_menu dd ul:last-child{
	max-width: 57%;
	width: 57%;
}
footer .f_box3 .f_sitemap .f_menu dd ul > li{
	margin-top: 1.2em;
}
footer .f_box3 .f_sitemap .f_menu dd ul > li:first-child{
	margin-top: 0;
}
footer .f_box3 .f_sitemap .f_menu dd ul > li a{
	padding-left: 1.3em;
}

footer .f_box3 .f_sitemap .copyright{
	font-size: 70%;
	letter-spacing: 0.1em;
	text-align: center;
}
}





/*スマホフッター
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
footer .bg_green .f_sitemap .open_box {
	display: block !important;
}
#sp_footer {
	display: none !important;
}
}
#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index:400;
	box-sizing: border-box;
	background: url("../images/bg_green.jpg") no-repeat center center;
	background-size: 100% auto;
	padding: 3% 2.5%;
}
#sp_footer img {
	display: block;
	margin: 0;
}
#sp_footer .sp_footer_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sp_footer .sp_f_tel{
	width: 47%;
	color: #fff;
	text-align: left;
}
#sp_footer .sp_f_tel dt{
	margin-bottom: 0.5em;
	line-height: 1em;
	font-size: 70%;
}
#sp_footer .sp_f_inf{
	width: 51%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sp_footer .sp_f_inf li{
	width: 49%;
}
#sp_footer .sp_f_inf li a::before{
    width: 3.7vw;
    height: 3.7vw;
    right: -0.1vw;
    bottom: -0.05vw;
}





/*ページトップ
---------------------------------------------------------*/
#page_top {
	max-width: 80px;
	position: fixed;
	z-index:400;
	right: 15px;
	/*bottomはjsで指定する*/
}
#page_top a{
	display: block;
	transition: 0.4s ease-in-out;
}
#page_top:hover a {
  transform: translateY(-10px);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#page_top {
	right: 2%;
	width: 8vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#page_top {
	right: 3%;
	width: 13vw;
}
}





/*共通アニメーション
---------------------------------------------------------*/
.leaf{
	position: relative;
	z-index: 1;
}
.leaf li{
	transition: all 0.8s;
	position: absolute;
	width: 18%!important;
	max-width: 255px!important;
}
.leaf li.anime1{
	transition-delay: 0;
	z-index: 2;
}
.leaf li.anime2{
	transition-delay: 0.1s;
	z-index: 3;
}
.leaf li.anime3{
	transition-delay: 0.2s;
	z-index: 4;
}
.leaf li.anime4{
	transition-delay: 0.3s;
	z-index: 5;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.leaf li{
	width: 32%!important;
}
}



/* コピペして */
/* トップページフッターに掲載するバナーイメージ */
.infoadd_bnr {
	width: 100%;
	max-width: 600px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 108%;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 1.2em;
	border: solid 4px #cee5c6;
}
.infoadd_bnr a {
	display: block;
	padding: 1.5em 0;
	background: #fff;
	transition: all 0.4s;
}
.infoadd_bnr a:hover {
	background: #d3e0d8;
}
.infoadd_bnr span {
	font-size: 140%;
	display: inline-block;
	vertical-align: middle;
	margin-left: .3em;
	color: #c8c274;
	line-height: 1;
	position: relative;
	width: 0.8em;
	height: 0.8em;
	border: 0.075em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
}
.infoadd_bnr span::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.18em 0.31177em;
	border-right-color: currentColor;
	border-left: 0;
	transform: translateX(15%) rotate(180deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/* トップページフッターに掲載するバナーイメージ */
/* コピペして */

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* コピペして */
/* トップページフッターに掲載するバナーイメージ */
.infoadd_bnr {
	max-width: 94%;
	font-size: 90%;
	letter-spacing: normal;
}
/* トップページフッターに掲載するバナーイメージ */
/* コピペして */
}



/* 個人情報
--------------------------------------------------------------------*/
.privacy {
	width: 100%;
	max-width: 1000px;
	margin: 30px auto 0;
	box-sizing: border-box;
	border: solid 4px #cee5c6;
	padding: 0 4%;
	text-align: center;
	font-size: 82%;
	letter-spacing: .05em;
	line-height: 1.9em;
	background: #fff;
}
.privacy .open_trigger {
	cursor: pointer;
	color: #37383C;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	padding: 1.5em 0;
	transition: opacity 0.4s;
}
.privacy .open_trigger:hover {
	opacity: 0.6;
}
.privacy .open_box {
	display: none;
	text-align: left;
	padding-bottom: 30px;
	color: #37383C;
}
.privacy .privacy_detail {
	margin-top: 1.8em;
	display: flex;
    justify-content: space-between;
}
.privacy .privacy_detail dl {
	width: 46%;
}
.privacy .privacy_detail dl:first-child {
	padding-right: 4%;
	border-right: solid 1px #004C37;
}
.privacy .privacy_detail dt {
	color: #c8c274;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.privacy .privacy_detail li {
	text-indent: -1.7em;
	margin-left: 1.7em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.privacy .privacy_detail li:last-child {
	margin-bottom: 0;
}
/*開閉アイコン*/
.privacy .icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	background: #c8c274;
	border-radius: 50%;
	margin-left: .5em;
	transform: translateY(-.1em);
	position: relative;
}
.privacy .icon_open::before,
.privacy .icon_open::after {
	content: "";
	position: absolute;
	width: .6em;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.privacy .icon_open::after {
	transform: rotate(90deg);
	transition: all 0.4s;
}
.privacy .active .icon_open::after {
	transform: rotate(0deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.privacy {
	margin-top: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.privacy {
	max-width: 94%;
	margin-top: 6%;
	border-width: 3px;
}
.privacy .open_trigger {
	padding: 1.0em 0;
	font-size: 110%;
}
.privacy .open_box {
	padding-bottom: 6%;
}
.privacy .privacy_detail {
	margin-top: 0;
	display: block;
}
.privacy .privacy_detail dl {
	width: 100%;
	margin-top: 1.5em;
}
.privacy .privacy_detail dl:first-child {
	padding-right: 0;
	border-right: none;
}
}


/* PC
------------------------------------------*/
@media only screen and (min-width: 960px)  {
.tb_only{display:none !important;}
.sp_only{display:none !important;}
.sp_tb{display:none !important;}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pc_only{display:none !important;}
.sp_only{display:none !important;}
.sp_pc{display:none !important;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pc_only{display:none !important;}
.tb_only{display:none !important;}
.tb_pc{display:none !important;}
}

