@charset "UTF-8";

body {
	text-align:center;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000000;
	font-size: 17px;
	letter-spacing: .1em;
	line-height: 2.0em;
	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,
figure,figcaption,hr{
	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;
	display: block;
	margin: auto;
}
img.size-full{
    max-width: 100%;
    width: 100%;
}
img.radi-50{   border-radius: 50%;}
picture {   display: block;}

table {
    font-size:inherit;
    font:100%;
	border-collapse: separate;
	border-spacing: 0;
}

address{
	font-style:normal;
}

ul{
	list-style:none;
}

a{
	color: inherit;
	text-decoration:none;
	outline:0;
	transition: all 0.8s;
}
a:hover{
	transition: all 0.4s;
}

.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 {
	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;*/
}

.tel_border a {
	text-decoration: underline;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホのときはビューポートを基準にサイズ調節する */
/* スマホ時：emまたは%で指定する */
/* スマホ以外でビューポート基準にするときは、その都度「vw」で指定する */
body {
	font-size: 3.8vw;
	letter-spacing: .05em;
	line-height: 1.8em;
}
img {
	width: 100% !important;
	max-width: initial !important;
}
/*<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;
}
.w1500 {
	width: 94%;
	padding: 0 3%;
	max-width: 1500px;
	margin: 0 auto;
	text-align: left;
}
.w1400 {
	width: 94%;
	padding: 0 3%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: left;
}
.w1360 {
	width: 94%;
	padding: 0 3%;
	max-width: 1360px;
	margin: 0 auto;
	text-align: left;
}
.w1340 {
	width: 94%;
	padding: 0 3%;
	max-width: 1340px;
	margin: 0 auto;
	text-align: left;
}
.w1280 {
	width: 94%;
	padding: 0 3%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
.w1260 {
	width: 94%;
	padding: 0 3%;
	max-width: 1260px;
	margin: 0 auto;
	text-align: left;
}
.w1250 {
	width: 94%;
	padding: 0 3%;
	max-width: 1250px;
	margin: 0 auto;
	text-align: left;
}
.w1220 {
	width: 94%;
	padding: 0 3%;
	max-width: 1220px;
	margin: 0 auto;
	text-align: left;
}
.w1200 {
	width: 94%;
	padding: 0 3%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.w1180 {
	width: 94%;
	padding: 0 3%;
	max-width: 1180px;
	margin: 0 auto;
	text-align: left;
}
/*スマホ時は隙間を広くする*/
.ft_min {
	font-family: "tot-shizukamin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ft_gothic {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","游ゴシック","Yu Gothic",Meiryo,sans-serif;
	font-feature-settings: "halt";
}
.ft_agenda_t {
	font-family: agenda-one, sans-serif;
	font-weight: 200;
	font-style: italic;	/*斜体のみ*/
}
.ft_agenda_r {
	font-family: agenda-one, sans-serif;
	font-weight: 300;
	font-style: italic;	/*斜体のみ*/
}
.ft_agenda_m {
	font-family: agenda-one, sans-serif;
	font-weight: 500;
	font-style: italic;	/*斜体のみ*/
}
.fs19 {
	font-size: min(110%,1.8vw);
	letter-spacing: .1em;
	line-height: 2.1em;
}
.fs15 {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.7em;
}
.fs14 {
	font-size: 80%;
	letter-spacing: .1em;
	line-height: 1.7em;
}
.fs13 {
	font-size: 75%;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.red, .red a {color: #bd6467;}
.green, .green a {color: #839453;}

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

/*その場でフェードしながら出てくる*/
.fadein {
	opacity: 0;
	transition: all 2.0s ease-out;
}
span.fadein {
	display: block;
}
.anime_on .fadein {
	opacity: 1;
}

/*下からフェードしながら出てくる*/
.fadeup {
	opacity: 0;
	transform: translateY(80px);
	transition: all 1.5s ease-out;
}
span.fadeup {
	display: block;
}
.anime_on .fadeup {
	opacity: 1;
	transform: translateY(0px);
}

/*上からフェードしながら出てくる*/
.fadedown {
	opacity: 0;
	transform: translateY(-80px);
	transition: all 1.5s ease-out;
}
span.fadedown {
	display: block;
}
.anime_on .fadedown {
	opacity: 1;
	transform: translateY(0px);
}

/*その場でズームしながら出てくる*/
.fadezoom {
	opacity: 0;
	transform: scale(0.9);
	transition: all 1.0s;
}
span.fadezoom {
	display: block;
}
.anime_on .fadezoom {
	opacity: 1;
	transform: scale(1.0);
}

.anime_dilay_2 {transition-delay: .2s;}
.anime_dilay_4 {transition-delay: .4s;}
.anime_dilay_6 {transition-delay: .6s;}
.anime_dilay_8 {transition-delay: .8s;}

/*回転アニメーション*/
.anm_obj {
	display: block;
	animation: rotate 40s infinite linear;
}
/*アニメーション*/
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fs19 {
	font-size: 110%;
	letter-spacing: .1em;
	line-height: 2.0em;
}
.fs15 {
	font-size: 90%;
	letter-spacing: .04em;
	line-height: 1.7em;
}
.fs14 {
	font-size: 85%;
	letter-spacing: .06em;
	line-height: 1.7em;
}
.fs13 {
	font-size: 80%;
	letter-spacing: .04em;
	line-height: 1.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.max_width,
.w1500,
.w1400,
.w1360,
.w1340,
.w1280,
.w1260,
.w1250,
.w1220,
.w1200,
.w1180 {
	width: 90%;
	padding: 0 5%;
}
.fs19 {
	font-size: 110%;
	letter-spacing: .06em;
	line-height: 1.8em;
}
.fs15 {
	font-size: 95%;
	letter-spacing: normal;
	line-height: 1.8em;
}
.fs14 {
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}
.fs13 {
	font-size: 85%;
	letter-spacing: normal;
	line-height: 1.8em;
}
}



/*隙間
---------------------------------------------------------*/
.com_btm_150 {margin-bottom: 150px;}
.com_btm_120 {margin-bottom: 120px;}
.com_btm_100 {margin-bottom: 100px;}
.com_btm_90 {margin-bottom: 90px;}
.com_btm_80 {margin-bottom: 80px;}
.com_btm_70 {margin-bottom: 70px;}
.com_btm_60 {margin-bottom: 60px;}
.com_btm_50 {margin-bottom: 50px;}
.com_btm_40 {margin-bottom: 40px;}

.com_p_btm_150 {padding-bottom: 150px;}
.com_p_btm_120 {padding-bottom: 120px;}
.com_p_btm_100 {padding-bottom: 100px;}
.com_p_btm_90 {padding-bottom: 90px;}
.com_p_btm_80 {padding-bottom: 80px;}

.com_p_top_150 {padding-top: 150px;}
.com_p_top_120 {padding-top: 120px;}
.com_p_top_100 {padding-top: 100px;}
.com_p_top_90 {padding-top: 90px;}
.com_p_top_80 {padding-top: 80px;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_btm_150 {margin-bottom: 12%;}
.com_btm_120 {margin-bottom: 10%;}
.com_btm_100 {margin-bottom: 8%;}
.com_btm_90 {margin-bottom: 8%;}
.com_btm_80 {margin-bottom: 7%;}
.com_btm_70 {margin-bottom: 6%;}
.com_btm_60 {margin-bottom: 5%;}
.com_btm_50 {margin-bottom: 4%;}
.com_btm_40 {margin-bottom: 4%;}
	
.com_p_btm_150 {padding-bottom: 12%;}
.com_p_btm_120 {padding-bottom: 10%;}
.com_p_btm_100 {padding-bottom: 8%;}
.com_p_btm_90 {padding-bottom: 8%;}
.com_p_btm_80 {padding-bottom: 7%;}
	
.com_p_top_150 {padding-top: 12%;}
.com_p_top_120 {padding-top: 10%;}
.com_p_top_100 {padding-top: 8%;}
.com_p_top_90 {padding-top: 8%;}
.com_p_top_80 {padding-top: 7%;}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_btm_150 {margin-bottom: 14%;}
.com_btm_120 {margin-bottom: 13%;}
.com_btm_100 {margin-bottom: 12%;}
.com_btm_90 {margin-bottom: 11%;}
.com_btm_80 {margin-bottom: 10%;}
.com_btm_70 {margin-bottom: 9%;}
.com_btm_60 {margin-bottom: 8%;}
.com_btm_50 {margin-bottom: 7%;}
.com_btm_40 {margin-bottom: 6%;}
	
.com_p_btm_150 {padding-bottom: 14%;}
.com_p_btm_120 {padding-bottom: 13%;}
.com_p_btm_100 {padding-bottom: 12%;}
.com_p_btm_90 {padding-bottom: 11%;}
.com_p_btm_80 {padding-bottom: 10%;}
	
.com_p_top_150 {padding-top: 14%;}
.com_p_top_120 {padding-top: 13%;}
.com_p_top_100 {padding-top: 12%;}
.com_p_top_90 {padding-top: 11%;}
.com_p_top_80 {padding-top: 10%;}
}



/*開閉アイコン
---------------------------------------------------------*/
.icon_open {
	letter-spacing: normal;
	line-height: 1.0em;
	display: inline-block;
	vertical-align: middle;
	width: 1.4em;
	height: 1.4em;
	background: #839453;
	border-radius: 50%;
	margin-left: .5em;
	transform: translateY(-.1em);
	position: relative;
}
.icon_open::before,
.icon_open::after {
	content: "";
	position: absolute;
	width: 40%;
	height: 1px;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.icon_open::after {
	transform: rotate(90deg);
	transition: all 0.4s;
}
.active .icon_open::after {
	transform: rotate(0deg);
}



/*全体共通
---------------------------------------------------------*/
#wrapper{
	overflow: hidden;
}
#pagebody {
	max-height: 100%;
}

/*swiper共通設定*/
.swiper {
    overflow: visible !important;
}
.swip_ticker .swiper-wrapper {
	transition-timing-function: linear !important;	/*滑らかに流れ続ける*/
}
.swiper-fade .swiper-slide {
    transition-property: opacity !important;	/* フェードモード時 共通調整 */
}

/*診療アイコン*/
.com_med_icon [class^="icon"] {
	position: relative;
}
.com_med_icon [class^="icon"]::before {
	content: "";
	display: block;
	width: 5.5em;
	aspect-ratio: 1 / 1;
	margin: auto;
	background-image: url("../images/med_icon1@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.com_med_icon .icon1::before {background-image: url("../images/med_icon1@2x.png");}
.com_med_icon .icon2::before {background-image: url("../images/med_icon2@2x.png");}
.com_med_icon .icon3::before {background-image: url("../images/med_icon3@2x.png");}
.com_med_icon .icon4::before {background-image: url("../images/med_icon4@2x.png");}
.com_med_icon .icon5::before {background-image: url("../images/med_icon5@2x.png");}
.com_med_icon .icon6::before {background-image: url("../images/med_icon6@2x.png");}

/*矢印：丸*/
.com_arrow1 {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	font-size: min(25px,2.3vw);
	letter-spacing: normal;
	line-height: 1.8em;
	width: 1.8em;
	border-radius: 50%;	
	overflow: hidden;
	background: #fff;
	color: #fff;
	transition: all 0.6s;
}
.com_arrow1::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #839453;
	background: radial-gradient(circle,rgba(131, 148, 83, 0.8) 0%, rgba(131, 148, 83, 1) 100%);
}
.com_arrow1 i {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: -1px;
}
a:hover .com_arrow1 {
	background: #138575;
}
a:hover .com_arrow1 i {
	animation: anm_arrow .5s;
}

.com_arrow2 {
	display: inline-block;
	vertical-align: middle;
}
.com_arrow2 i {
	display: block;
}
a:hover .com_arrow2 i {
	animation: anm_arrow .5s;
}

@keyframes anm_arrow {
	0% {transform: translateX(0%);}
	50% {transform: translateX(12%);}
	100% {transform: translateX(0%);}
}
.com_arrow1.col_web::before {
	background: #B2AD49;
	background: radial-gradient(circle,rgba(178, 173, 73, 0.8) 0%, rgba(178, 173, 73, 1) 100%);
}
a:hover .com_arrow1.col_web {
	background: #000;
}
.com_arrow1.col_rec::before {
	background: #78BF5A;
	background: radial-gradient(circle,rgba(120, 191, 90, 0.6) 0%, rgba(120, 191, 90, 1) 100%);
}

/*リンクボタン*/
.com_btn1 {
	width: 100%;
	max-width: 310px;
	margin-top: 1.5em;
}
.com_btn1 a {
	display: block;
	font-size: 95%;
	letter-spacing: .06em;
	line-height: 1.4em;
	height: 4.0em;
	background: #fff;
	color: #000;
	border: solid 1px #666666;
	border-radius: 3.0em;
	position: relative;
	transition: all 0.8s;
}
.com_btn1.btn_center {
	margin-inline: auto;
}
.com_btn1 a:hover {
	transition: all 0.4s;
	border-color: #839453;
	color: #839453;
}
.com_btn1 a p {
	width: 100%;
	box-sizing: border-box;
	padding-left: 2.0em;
	padding-right: 3.0em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.com_btn1 a .com_arrow2 {
	font-size: 150%;
	position: absolute;
	right: 1.0em;
	top: 50%;
	transform: translateY(-50%);
}
.com_btn1.arw_out a .com_arrow2 {
	top: 45%;
	rotate: -45deg;
}

.com_btn1_list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.com_btn1_list li {
	margin: 20px 1% 0;
}
.com_btn2 a {
	line-height: 1.4em;
	display: inline-block;
}
.com_btn2 a:hover {
	color: #839453;
}
.com_btn2 .com_arrow2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 150%;
	transform: translateY(-.1em);
}
.com_btn2.arw_anc .com_arrow2 {
	transform: translateY(-.1em) rotate(-45deg);
}
.com_btn2.arw_l .com_arrow2 {
	margin-right: .2em;
}

/*タブ*/
.tab-box > div {
  display: none;	/* 初期表示 */
}
.tab-box > div.active {
  display: block;
}

/*背景色*/
.com_bg_bage {background: #faf9f7;}
.com_bg_gry {background: #F2F2F3;}
.com_bg_grn {background: #A0B860;}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*リンクボタン*/
.com_btn1 {
	max-width: 250px;
}
.com_btn1 a p {
	padding-left: 1.5em;
	padding-right: 2.5em;
}
.com_btn1 a .com_arrow2 {
	right: .5em;
}
	
	
	
.com_btn1_list {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.com_btn1_list li {
	margin: 20px 1% 0;
}
.com_btn2 a {
	line-height: 1.4em;
	display: inline-block;
}
.com_btn2 .com_arrow2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 150%;
	transform: translateY(-.1em);
}
.com_btn2.arw_anc .com_arrow2 {
	transform: translateY(-.1em) rotate(-45deg);
}
.com_btn2.arw_l .com_arrow2 {
	margin-right: .2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*矢印：丸*/
.com_arrow1 {
	font-size: 4.5vw;
}

/*リンクボタン*/
.com_btn1 {
	max-width: 70vw;
}
.com_btn1 a {
	font-size: 100%;
	letter-spacing: .05em;
	height: 3.2em;
}
.com_btn1 a p {
	padding-left: 1.2em;
	padding-right: 2.0em;
}
.com_btn1 a .com_arrow2 {
	font-size: 130%;
	right: .6em;
}
.com_btn1_list {
	display: block;
}
.com_btn1_list li {
	margin: .8em auto 0;
}
}



/*お問い合わせ系パーツ
---------------------------------------------------------*/
.com_tel {
	white-space: nowrap;
	padding-left: 1.0em;
	position: relative;
}
.com_tel::before {
	font-family: 'fontello';
	content: '\e804';
	font-size: 70%;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.com_contct {
	font-size: min(110%,1.7vw);
	letter-spacing: .1em;
	line-height: 1.4em;
}
.com_contct .icon {
	display: block;
	width: 4.0em;
	max-width: 66px;
	background: #839453;
	background: radial-gradient(circle,rgba(131, 148, 83, 0.8) 0%, rgba(131, 148, 83, 1) 100%);
	border-radius: 50%;
}
.com_contct .cont_tel dd .ft_agenda_m {
	font-size: 175%;
	letter-spacing: .18em;
	line-height: 1.0em;
	white-space: nowrap;
}
.com_contct .cont_web a {
	display: block;
}
.com_contct .cont_web a:hover {
	color: #b2ad49;
}
.com_contct .cont_web .icon {
	background: #B2AD49;
	background: radial-gradient(circle,rgba(178, 173, 73, 0.8) 0%, rgba(178, 173, 73, 1) 100%);
}
.com_contct .cont_web p:first-of-type .ft_agenda_m {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-right: .1em;
}
.com_contct .cont_web p:last-of-type {
	font-size: 150%;
	letter-spacing: .04em;
	line-height: 1.2em;
}
.com_contct .cont_web p:last-of-type .ft_agenda_m {
	font-size: 125%;
	letter-spacing: .04em;
	line-height: 1.2em;
	margin-right: .2em;
}
.com_contct .cont_web .com_arrow2 {
	transform: rotate(-45deg) translateY(-.2em);
}


.com_contct.layout1 {
	box-sizing: border-box;
	border-right: solid 1px rgba(0,0,0,0.2);
	display: flex;
    justify-content: space-between;
	text-align: center;
}
.com_contct.layout1 > li {
	box-sizing: border-box;
	border-left: solid 1px rgba(0,0,0,0.2);
}
.com_contct.layout1 .cont_tel {
	width: 51%;
}
.com_contct.layout1 .cont_web {
	width: 49%;
}
.com_contct.layout1 .icon {
	margin: 0 auto 1.5em;
}
.com_contct.layout1 .cont_tel dt {
	margin-bottom: .5em;
}
.com_contct.layout1 .cont_web a {
	padding-bottom: 2.0em;
}
.com_contct.layout1 .cont_web p:first-of-type {
	margin-bottom: .4em;
}

.com_contct.layout2 {
	width: 100%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: left;
}
.com_contct.layout2 .cont_index {
	width: 16%;
}
.com_contct.layout2 .cont_flex {
	width: 84%;
	max-width: 900px;
	box-sizing: border-box;
}
.com_contct.layout2 .cont_index {
	font-size: min(150%,2.5vw);
	letter-spacing: .05em;
	line-height: 1.2em;
}
.com_contct.layout2 .cont_flex {
	display: flex;
    justify-content: space-between;
}
.com_contct.layout2 .cont_flex > li {
	box-sizing: border-box;
	border-left: solid 1px rgba(0,0,0,0.2);
}
.com_contct.layout2 .cont_flex > li.cont_tel {
	width: 48%;
}
.com_contct.layout2 .cont_flex > li.cont_web {
	width: 52%;
}
.com_contct.layout2 .cont_flex .cont_tel,
.com_contct.layout2 .cont_flex .cont_web a {
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 35px 0;
}
.com_contct.layout2 .cont_flex .icon {
	margin-right: 4%;
}
.com_contct.layout2 .cont_flex .cont_tel dt {
	margin-bottom: .2em;
}
.com_contct.layout2 .cont_flex .cont_web p:first-of-type {
	margin-right: .5em;
}

.com_contct.layout3 {
	border-top: solid 1px rgba(0,0,0,0.2);
}
.com_contct.layout3 > li {
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.com_contct.layout3 .cont_tel,
.com_contct.layout3 .cont_web a {
	display: flex;
    align-items: center;
	padding: 5% 0;
}
.com_contct.layout3 .icon {
	margin: 0 4%;
}
.com_contct.layout3 .cont_tel dt {
	margin-bottom: .3em;
}
.com_contct.layout3 .cont_web p:first-of-type {
	margin-right: .5em;
}

/*スマホパーツ：フォントサイズはSPメディアクエリ*/
.com_contct.sp_layout {
	width: 100%;
	background: #839453;
	color: #fff;
	display: flex;
    justify-content: space-between;
	text-align: center;
}
.com_contct.sp_layout > li {
	width: 50%;
}
.com_contct.sp_layout .icon {
	width: 3.0em;
	margin-right: .5em;
}
.com_contct.sp_layout .cont_tel .icon {background: #a2af7e;}
.com_contct.sp_layout .cont_web .icon {background: #c6c277;}
.com_contct.sp_layout .cont_tel {
	display: flex;
    justify-content: center;
    align-items: center;
}
.com_contct.sp_layout .cont_tel p {
	font-size: 160%;
	letter-spacing: .1em;
}
.com_contct.sp_layout .cont_web a {
	background: #b2ad49;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 1.0em 0;
}
.com_contct.sp_layout .cont_web p:first-of-type {
	line-height: 1.0em;
	margin-right: .3em;
}
.com_contct.sp_layout .cont_web .com_arrow2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.com_line_btn {
	text-align: center;
	margin-top: 60px;
}
.com_line_btn a {
	display: inline-block;
	text-align: left;
	font-size: 115%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: 1.0em 0;
	padding-left: 4.7em;
	position: relative;
}
.com_line_btn a:hover {
	color: #00b900;
}
.com_line_btn a::before {
	content: "";
	position: absolute;
	width: 3.5em;
	height: 3.5em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/icon_line@2x.png") no-repeat center center;
	background-size: contain;
}
.com_line_btn small {
	display: block;
	font-size: 70%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.com_line_btn .com_arrow2 {
	transform: translateY(-.1em) rotate(-45deg);
	font-size: 110%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_contct {
	font-size: 1.8vw;
	letter-spacing: .06em;
}
.com_contct .cont_tel dd .ft_agenda_m {
	font-size: 180%;
	letter-spacing: .15em;
}

.com_contct.layout1 .cont_web a {
	padding-bottom: 1.0em;
}

.com_contct.layout2 .cont_flex .cont_tel,
.com_contct.layout2 .cont_flex .cont_web a {
	padding: 20px 0;
}

.com_contct.layout3 {
	border-top: solid 1px rgba(0,0,0,0.2);
}
.com_contct.layout3 > li {
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.com_contct.layout3 .cont_tel,
.com_contct.layout3 .cont_web a {
	display: flex;
    align-items: center;
	padding: 5% 0;
}
.com_contct.layout3 .icon {
	margin: 0 4%;
}
.com_contct.layout3 .cont_tel dt {
	margin-bottom: .3em;
}
.com_contct.layout3 .cont_web p:first-of-type {
	margin-right: .5em;
}

.com_line_btn {
	margin-top: 2%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_contct {
	font-size: 90%;
	letter-spacing: .05em;
}
.com_contct .cont_tel dd .ft_agenda_m {
	font-size: 195%;
	letter-spacing: .1em;
}
.com_contct .cont_web p:last-of-type .ft_agenda_m {
	margin-right: .1em;
}

.com_contct.layout1 .cont_tel {
	width: 58%;
}
.com_contct.layout1 .cont_web {
	width: 42%;
}
.com_contct.layout1 .icon {
	margin: 0 auto 1.2em;
}
.com_contct.layout1 .cont_web a {
	padding-bottom: .5em;
}
.com_contct.layout1 .cont_web p:first-of-type {
	margin-bottom: .4em;
}

.com_contct.layout2 {
	display: block;
	text-align: center;
}
.com_contct.layout2 .cont_index {
	width: 100%;
}
.com_contct.layout2 .cont_flex {
	width: 100%;
}
.com_contct.layout2 .cont_index {
	font-size: 150%;
	margin-bottom: 1.0em;
}
.com_contct.layout2 .cont_flex {
	display: block;
	border-top: solid 1px rgba(0,0,0,0.2);
}
.com_contct.layout2 .cont_flex > li {
	border-left: none;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	width: 100% !important;
}
.com_contct.layout2 .cont_flex .cont_tel,
.com_contct.layout2 .cont_flex .cont_web a {
	padding: 1.0em 0;
	padding-left: 10%;
    justify-content: flex-start;
}

.com_contct.layout3 .cont_tel,
.com_contct.layout3 .cont_web a {
	padding: 1.0em 0;
	padding-left: 10%;
}
.com_contct.layout3 .icon {
	margin-left: 0;
}

/*スマホパーツ*/
.com_contct.sp_layout {
	font-size: 80%;
}

.com_line_btn {
	margin-top: 6%;
}
.com_line_btn a {
	letter-spacing: .1em;
	padding: 1.0em 0;
	padding-left: 3.5em;
}
.com_line_btn a::before {
	width: 3.0em;
	height: 3.0em;
}
.com_line_btn small {
	font-size: 70%;
	letter-spacing: .05em;
}
}



/*header
---------------------------------------------------------*/
.m_img_area {
	position: relative;
	z-index: 10;
}
.m_img_area header {
	position: relative;
	z-index: 5;
}
.m_img_area .m_nav_area {
	position: relative;
	z-index: 4;
}
.m_img_area .m_img {
	position: relative;
	z-index: 0;
}

.m_img_area header {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0;
	padding-left: 3%;
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: left;
}
.m_img_area header .h_left {
	width: 32%;
	max-width: 450px;
}
.m_img_area header .h_contact {
	width: 65%;
	max-width: 750px;
}

.m_img_area header .h_contact {
	display: flex;
    justify-content: space-between;
}
.m_img_area header .h_contact > li {
	width: 32%;
	box-sizing: border-box;
	border-left: solid 1px #b2b2b2;
}
.m_img_area header .h_contact > li.h_web {
	width: 36%;
}
.m_img_area header .h_contact .h_tel {
	/*padding-left: 2.5%;*/
	font-size: min(70%,1.0vw);
	letter-spacing: .06em;
	line-height: 1.4em;
	text-align: center;
}
.m_img_area header .h_contact .h_tel dl {
	display: inline-block;
	text-align: left;
}
.m_img_area header .h_contact .h_tel dt {
	font-size: 115%;
	letter-spacing: .06em;
	line-height: 1.4em;
}
.m_img_area header .h_contact .h_tel .com_tel {
	font-size: 200%;
	letter-spacing: .18em;
	line-height: 1.0em;
	margin: .2em 0 .1em;
}
.m_img_area header .h_contact .h_tel p:not(.com_tel) .ft_agenda_r {
	font-size: 135%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.m_img_area header .h_contact .h_web,
.m_img_area header .h_contact .h_rec {
	position: relative;
}
.m_img_area header .h_contact .h_web a,
.m_img_area header .h_contact .h_rec a {
	display: block;
	text-align: center;
	font-size: min(165%,2.5vw);
	letter-spacing: normal;
	line-height: 1.0em;
}
.m_img_area header .h_contact .h_web a {
	padding-top: .3em;
	padding-bottom: .6em;
	color: #b2ad49;
}
.m_img_area header .h_contact .h_rec a {
	padding-top: .5em;
	padding-bottom: 1.2em;
	color: #78bf5a;
}
.m_img_area header .h_contact .h_web a > div,
.m_img_area header .h_contact .h_rec a > div {
	display: inline-block;
	text-align: left;
	position: relative;
}
.m_img_area header .h_contact .h_web a > div {
	padding-left: 2.6em;
}
.m_img_area header .h_contact .h_web a > div::before {
	content: "";
	position: absolute;
	width: 2.2em;
	height: 2.2em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/icon_web1@2x.png") no-repeat center center;
	background-size: contain;
}
.m_img_area header .h_contact .h_web p:first-of-type {
	font-size: 45%;
	letter-spacing: .06em;
	line-height: 1.2em;
}
.m_img_area header .h_contact .h_web p:first-of-type .ft_agenda_r {
	font-size: 140%;
	letter-spacing: .06em;
	line-height: 1.2em;
	margin-right: .2em;
	margin-left: .3em;
}
.m_img_area header .h_contact .h_web p:last-of-type .ft_agenda_r {
	font-size: 135%;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-right: .2em;
}
.m_img_area header .h_contact .h_rec a > div {
	padding-left: 2.0em;
}
.m_img_area header .h_contact .h_rec a > div::before {
	content: "";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/icon_rec1@2x.png") no-repeat center center;
	background-size: contain;
}
.m_img_area header .h_contact .h_rec p.ft_agenda_r {
	font-size: 60%;
	letter-spacing: .06em;
	line-height: 1.2em;
	margin-left: .2em;
	margin-bottom: .2em;
}

/*トップページ*/
.frontpage .m_img_area header .h_contact .h_web .com_arrow1,
.frontpage .m_img_area header .h_contact .h_rec .com_arrow1 {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(70%);
}
.frontpage .m_img_area header .h_contact .h_web .com_arrow1 {
	transform: translateY(70%) rotate(-45deg);
}

/*下層ページ*/
.contentpage .m_img_area header .h_contact .h_web a,
.contentpage .m_img_area header .h_contact .h_rec a {
	font-size: min(160%,2.3vw);
}
.contentpage .m_img_area header .h_contact .h_web a {
	padding-top: .6em;
	padding-bottom: .3em;
}
.contentpage .m_img_area header .h_contact .h_rec a {
	padding-top: .8em;
	padding-bottom: .9em;
}
.contentpage .m_img_area header .h_contact .h_web a > div,
.contentpage .m_img_area header .h_contact .h_rec a > div {
	padding-right: 1.2em;
}
.contentpage .m_img_area header .h_contact .h_web .com_arrow1,
.contentpage .m_img_area header .h_contact .h_rec .com_arrow1 {
	display: block;
	font-size: 50%;
	position: absolute;
	right: 0;
	bottom: .2em;
}
.contentpage .m_img_area header .h_contact .h_web .com_arrow1 {
	bottom: .8em;
	transform: rotate(-45deg);
}
.contentpage .m_img_area header .h_contact .h_rec .com_arrow1 {
	bottom: .2em;
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 900px) {
.m_img_area header .h_contact {
	width: 110vh;
	max-width: 65%;
}
.m_img_area header .h_contact .h_tel {
	font-size: min(65%,1.7vh) !important;
}
.m_img_area header .h_contact .h_web a,
.m_img_area header .h_contact .h_rec a {
	font-size: min(155%,4.2vh) !important;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area header {
	padding: 10px 0;
	padding-left: 2%;
}
.m_img_area header .h_left {
	width: 38%;
}
.m_img_area header .h_contact {
	width: 60%;
}

.m_img_area header .h_contact > li.h_tel {
	width: 38%;
}
.m_img_area header .h_contact > li.h_web {
	width: 34%;
}
.m_img_area header .h_contact > li.h_rec {
	width: 28%;
}
.m_img_area header .h_contact .h_tel {
	font-size: 1.2vw;
	letter-spacing: normal;
}
.m_img_area header .h_contact .h_tel .com_tel {
	letter-spacing: .15em;
}
.m_img_area header .h_contact .h_web a,
.m_img_area header .h_contact .h_rec a {
	font-size: 2.3vw;
}
.m_img_area header .h_contact .h_web a {
	padding-top: .5em;
}
.m_img_area header .h_contact .h_rec a {
	padding-top: .7em;
}

/*下層ページ*/
.contentpage .m_img_area header .h_contact .h_web a,
.contentpage .m_img_area header .h_contact .h_rec a {
	font-size: 2.3vw;
}
.contentpage .m_img_area header .h_contact .h_web a {
	padding-top: .8em;
}
.contentpage .m_img_area header .h_contact .h_rec a {
	padding-top: 1.0em;
}
.contentpage .m_img_area header .h_contact .h_web a > div,
.contentpage .m_img_area header .h_contact .h_rec a > div {
	padding-right: 0;
}
.contentpage .m_img_area header .h_contact .h_web .com_arrow1,
.contentpage .m_img_area header .h_contact .h_rec .com_arrow1 {
	display: none;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area header {
	padding: 4.5% 3%;
	display: block;
}
.m_img_area header .h_left {
	width: 85%;
	max-width: 100%;
}
.m_img_area header .h_contact {
	display: none;
}
}



/*メニュー
---------------------------------------------------------*/
/* メニュー */
.m_nav {
	display: flex;
    justify-content: center;
    align-items: center;
}
.m_nav > li {
	margin: 0 1.2%;
	position: relative;
}
.m_nav > li > a {
	display: block;
	font-family: "tot-shizukamin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(100%,1.5vw);
	letter-spacing: .16em;
	line-height: 1.4em;
	padding: 1.0em 0;
	position: relative;
}
.m_nav > li > a.menu_open {
	padding-right: 1.2em;	
}
.m_nav > li > a.menu_open::before,
.m_nav > li > a.menu_open::after {
	content: "";
	position: absolute;
	width: .7em;
	height: 1px;
	background: #839453;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.4s;
}
.m_nav > li > a.menu_open::after {
	transform: translateY(-50%) rotate(90deg);
}
.m_nav > li > a.menu_open.open::after {
	transform: translateY(-50%) rotate(0deg);
}
.m_nav > li > a:hover,
.m_nav > li > a.select {
	color: #839453;
}
.m_nav_area nav,
.scl_nav_area nav {
	position: relative;
}

.m_nav_area {
	width: 100%;
	box-sizing: border-box;
	padding: min(32px,3vh) 0;
}

/* アコーディオンメニュー */
.in_menu {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 100%;
	box-sizing: border-box;
	background: #7a8d47;
	font-family: "tot-shizukamin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #fff;
	font-size: min(90%,1.4vw);
	letter-spacing: .16em;
	line-height: 1.4em;
}
.open_top .in_menu {
	top: auto;
	bottom: 100%;	/*上に開くとき*/
}
.in_menu a:hover {
	color: #deff85;
}
/*縦メニュー*/
.in_menu.in_long {
	width: 18em;
	padding: 1.5em;
	left: 50%;
	transform: translateX(-50%);
}
.in_menu.in_long li {
	border-bottom: solid 1px #a2af7e;
	margin-bottom: 1.0em;
}
.in_menu.in_long li a {
	display: block;
	padding: .6em .5em;
	padding-right: 1.0em;
	position: relative;
}
.in_menu.in_long li a::before {
	font-family: 'fontello';
	content: '\e801';
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 60%;
}
/*横メニュー*/
.in_menu.in_width {
	margin: auto;
	right: 0;
	max-width: 1080px;
	padding: 40px 4% 50px;
	text-align: left;
}
.in_menu .in_menu_style {
	margin-top: 2.0em;
}
.in_menu .in_menu_style:first-child {
	margin-top: 0;
}
.in_menu .in_menu_style > dt {
	display: inline-block;
	background: #5d741e;
	color: #fff;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .4em 2.0em;
	border-radius: 3.0em;
	margin-bottom: .2em;
}
.in_menu .in_menu_list {
	display: flex;
    flex-wrap: wrap;
}
.in_menu .in_menu_list > li {
	width: 22.9%;
	margin-right: 2.8%;
	margin-top: .5em;
	border-bottom: solid 1px #a2af7e;
}
.in_menu .in_menu_list > li:nth-child(4n),
.in_menu .in_menu_list > li:last-child {
	margin-right: 0;
}
.in_menu .in_menu_list > li:nth-child(-n+4) {
	margin-top: 0;
}
.in_menu .in_menu_list a {
	display: block;
	height: 3.6em;
	position: relative;
}
.in_menu .in_menu_list a::before {
	font-family: 'fontello';
	content: '\e801';
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
	font-size: 60%;
}
.in_menu .in_menu_list a p {
	width: 100%;
	box-sizing: border-box;
	padding-left: .5em;
	padding-right: 1.0em;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*疾患・症状*/
.in_menu.dis_inmenu .tab-menu {
	display: flex;
    align-items: center;
	margin-bottom: 2.0em;
}
.in_menu.dis_inmenu .tab-menu li {
	padding-right: 1.5em;
	margin-right: 1.5em;
	position: relative;
}
.in_menu.dis_inmenu .tab-menu li::before {
	content: "";	/*罫線*/
	position: absolute;
	width: 1px;
	height: 1.4em;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.in_menu.dis_inmenu .tab-menu li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.in_menu.dis_inmenu .tab-menu li:last-child::before {
	display: none;
}
.in_menu.dis_inmenu .tab-menu li p {
	cursor: pointer;
	padding: .5em 0;
	position: relative;
}
.in_menu.dis_inmenu .tab-menu li p::after {
	font-family: 'fontello';
	content: '\e801';
	font-size: 100%;
	line-height: 1.0em;
	width: 1.0em;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 100%;
	transform: rotate(90deg);
	transition: all 0.4s;
	opacity: 0;
}
.in_menu.dis_inmenu .tab-menu li:hover p::after,
.in_menu.dis_inmenu .tab-menu li.active p::after {
	opacity: 1;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* メニュー */
.m_nav > li {
	margin: 0 1.2%;
	position: relative;
}
.m_nav > li > a {
	font-size: 1.7vw;
	letter-spacing: .06em;
}
.m_nav > li > a.menu_open {
	padding-right: 1.0em;	
}
.m_nav_area {
	padding: 3% 0;
}
/* アコーディオンメニュー */
.in_menu {
	font-size: 1.7vw;
	letter-spacing: .06em;
	line-height: 1.4em;
}
/*縦メニュー*/
.in_menu.in_long {
	width: 16em;
	padding: 1.0em;
}
/*横メニュー*/
.in_menu.in_width {
	padding: 3% 3% 4%;
}
.in_menu .in_menu_style > dt {
	padding: .2em 2.0em;
}
.in_menu .in_menu_list > li {
	margin-top: 0;
}
}

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



/*スクロールメニュー
---------------------------------------------------------*/
#scl_header {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	transform: translateY(-100%);
}
#scl_header.is-show {
	display: block;
	transform: translateY(0);
	opacity: 1;
    animation: sclAnimation 1.0s;
	box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.1);
}

#scl_header .scl_flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#scl_header .scl_flex .scl_nav_area {
	width: 86%;
	max-width: 1300px;
}
#scl_header .scl_flex .scl_contact {
	width: 14%;
	max-width: 200px;
}

#scl_header .scl_nav_area {
	box-sizing: border-box;
	padding-left: 2%;
}
#scl_header .scl_nav_area .m_nav {
    justify-content: flex-start;
}
#scl_header .scl_nav_area .m_nav > li > a {
	font-size: min(100%,1.3vw);
}

#scl_header .scl_contact {
	text-align: center;
	color: #fff;
	font-size: min(100%,1.2vw);
	line-height: 1.0em;
}
#scl_header .scl_contact .scl_tel {
	background: #839453;
}
#scl_header .scl_contact .scl_web a {
	background: #b2ad49;
	display: block;
}
#scl_header .scl_contact .scl_tel,
#scl_header .scl_contact .scl_web a {
	padding-left: .8em;
	padding-right: .8em;
}
#scl_header .scl_contact div {
	padding-top: .8em;
	padding-bottom: .8em;
	padding-left: 1.8em;
	position: relative;
}
#scl_header .scl_contact div::before {
	content: "";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #a2af7e url("../images/icon_tel2_min@2x.png") no-repeat center center;
	background-size: contain;
	border-radius: 50%;
}
#scl_header .scl_contact .scl_web div {
	padding-top: .5em;
	padding-bottom: .5em;
}
#scl_header .scl_contact .scl_web div::before {
	background-color: #c6c277;
	background-image: url("../images/icon_web2_min@2x.png");
}

#scl_header .scl_contact .scl_tel p {
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.0em;
}
#scl_header .scl_contact .scl_web a {
	font-size: 115%;
	letter-spacing: .04em;
	line-height: 1.0em;
}
#scl_header .scl_contact .scl_web p {
	font-size: 105%;
	letter-spacing: .04em;
	line-height: 1.0em;
	padding-right: 1.0em;
	position: relative;
}
#scl_header .scl_contact .scl_web p .ft_agenda_m {
	font-size: 125%;
	letter-spacing: .04em;
	line-height: 1.0em;
	margin-right: .2em;
}
#scl_header .scl_contact .scl_web p::before {
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#scl_header .scl_flex .scl_nav_area {
	width: 82%;
}
#scl_header .scl_flex .scl_contact {
	width: 18%;
}
#scl_header .scl_nav_area {
	padding-left: 0;
}
#scl_header .scl_nav_area .m_nav {
    justify-content: center;
}
#scl_header .scl_nav_area .m_nav > li > a {
	font-size: 1.4vw;
}

#scl_header .scl_contact {
	font-size: 1.5vw;
	line-height: 1.0em;
}
#scl_header .scl_contact .scl_tel {
	background: #839453;
}
#scl_header .scl_contact .scl_web a {
	background: #b2ad49;
	display: block;
}
#scl_header .scl_contact .scl_tel,
#scl_header .scl_contact .scl_web a {
	padding-left: .8em;
	padding-right: .8em;
}
#scl_header .scl_contact div {
	padding-top: .8em;
	padding-bottom: .8em;
	padding-left: 1.8em;
	position: relative;
}
#scl_header .scl_contact div::before {
	content: "";
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #a2af7e url("../images/icon_tel2_min@2x.png") no-repeat center center;
	background-size: contain;
	border-radius: 50%;
}
#scl_header .scl_contact .scl_web div {
	padding-top: .5em;
	padding-bottom: .5em;
}
#scl_header .scl_contact .scl_web div::before {
	background-color: #c6c277;
	background-image: url("../images/icon_web2_min@2x.png");
}

#scl_header .scl_contact .scl_tel p {
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.0em;
}
#scl_header .scl_contact .scl_web a {
	font-size: 115%;
	letter-spacing: .04em;
	line-height: 1.0em;
}
#scl_header .scl_contact .scl_web p {
	font-size: 105%;
	letter-spacing: .04em;
	line-height: 1.0em;
	padding-right: 1.0em;
	position: relative;
}
#scl_header .scl_contact .scl_web p .ft_agenda_m {
	font-size: 125%;
	letter-spacing: .04em;
	line-height: 1.0em;
	margin-right: .2em;
}
#scl_header .scl_contact .scl_web p::before {
	font-family: 'fontello';
	content: '\e800';
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
}

/* 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-content {
	background: #839453 !important;
}
#drawer-content .draw_box1 {
	color: #fff;
	padding: 5% 5% 10%;
	text-align: left;
}
#drawer-content .draw_box2 {
	background: #7a8d47;
	color: #fff;
	padding: 10% 5%;
	text-align: left;
}
#drawer-content .draw_home {
	margin-bottom: 5%;
}
#drawer-content .draw_home a {
	display: inline-block;
	padding: 1.0em 1.5em;
	padding-left: 3.0em;
	position: relative;
}
#drawer-content .draw_home a::before {
	content: "";
	position: absolute;
	width: 2.0em;
	height: 2.0em;
	background: url("../images/logo2@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#drawer-content .draw_home a::after {
	font-family: 'fontello';
	content: '\e801';
	font-size: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#drawer-content .draw_style1 > dt {
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 1.0em;
}
#drawer-content .draw_style1 > dt::before {
	content: "";
	position: absolute;
	width: .8em;
	height: 1px;
	background: #fff;
	left: 0;
	top: .6em;
}
#drawer-content .draw_style2 {
	margin-top: 1.8em;
}
#drawer-content .draw_style2 > dt {
	display: inline-block;
	background: #5d741e;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .5em 2.0em;
	border-radius: 3.0em;
	margin-bottom: .5em;
}
#drawer-content .draw_menu1 {
	width: 100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
#drawer-content .draw_menu1 > li {
	width: 47.5%;
	border-bottom: solid 1px #a2af7e;
	margin-top: .5em;
}
#drawer-content .draw_menu1 > li:nth-child(-n+2) {
	margin-top: 0;
}
#drawer-content .draw_menu1 > li > a {
	display: block;
	height: 3.0em;
	position: relative;
}
#drawer-content .draw_menu1 > li > a p {
	position: absolute;
	width: 90%;
	left: 0;
	bottom: .5em;
}
#drawer-content .draw_menu1 > li > a::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 50%;
	position: absolute;
	right: .5em;
	bottom: .8em;
}
#drawer-content .draw_menu2 {
	width: 100%;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: center;
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.2em;
}
#drawer-content .draw_menu2 > li {
	width: 47.5%;
	margin-top: 5%;
}
#drawer-content .draw_menu2 > li:nth-child(-n+2) {
	margin-top: 0;
}
#drawer-content .draw_menu2 > li > a {
	display: block;
	height: 3.0em;
	background: #8f9f64;
	border-radius: .5em;
	position: relative;
}
#drawer-content .draw_menu2 > li > a p {
	position: absolute;
	width: 95%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#drawer-content .draw_menu2 > li > a::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 50%;
	position: absolute;
	right: .5em;
	top: 50%;
	transform: translateY(-50%);
}
#drawer-content .open_btn {
	background: #e0e4d4;
	text-align: center;
	color: #476100;
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding: .6em 5%;
	border-radius: .3em;
	position: relative;
}
#drawer-content .open_btn .icon_open {
	width: 1.8em;
	height: 1.8em;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
}
#drawer-content .open_btn .icon_open::before,
#drawer-content .open_btn .icon_open::after {
	background: #839453;
}
#drawer-content .draw_open_box {
	display: none;
	padding-bottom: 1.5em;
}
#drawer-content .draw_box2 .draw_style1 > dd {
	margin-bottom: 1.0em;
}



/*メインイメージ
---------------------------------------------------------*/

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

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



/*下層共通
---------------------------------------------------------*/
/*横に流れるスライドショー*/
.com_ticker .swiper-slide {
	width: 45vw;
	max-width: 550px;
}

/*料金表*/
.com_price {
	width: 100%;
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
}
.com_price.no_btm {
	margin-bottom: 0;
}
.com_price caption {
	text-align: left;
	font-size: 145%;
	letter-spacing: normal;
	line-height: 1.4em;
	padding-left: 1.0em;
	margin-bottom: .4em;
	position: relative;
}
.com_price caption::before {
	content: "";
	position: absolute;
	width: .5em;
	height: .5em;
	background: #839453;
	border-radius: 50%;
	left: 0;
	top: .5em;
}
.com_price th,
.com_price td {
	vertical-align: middle;
	font-weight: normal;
	box-sizing: border-box;
	padding: 1.0em 3%;
	border-bottom: solid 1px #f0f0f2;
}
.com_price tr:last-of-type th,
.com_price tr:last-of-type td {
	border-bottom: none;
}
.com_price th {
	width: 39%;
	background: #9e9fa8;
	color: #fff;
	text-align: left;
}
.com_price td {
	width: 61%;
	background: #fff;
	color: #000;
	text-align: right;
}
.com_price td .txt_price {
	font-size: 110%;
	letter-spacing: .06em;
	line-height: 1.4em;
}
.com_price td .txt_price .ft_agenda_m {
	font-size: 135%;
	letter-spacing: .06em;
	line-height: 1.0em;
	margin-right: .1em;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*横に流れるスライドショー*/
.com_ticker .swiper-slide {
	width: 60vw;
	max-width: 100%;
}

/*料金*/
.com_price caption {
	font-size: 120%;
	letter-spacing: .06em;
	padding-left: .8em;
}
.com_price caption::before {
	top: .4em;
}
.com_price tr,
.com_price th,
.com_price td {
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}
.com_price th {
	padding: .5em 4%;
	border-bottom: none;
}
.com_price td {
	padding: 1.0em 4%;
}
}


/*---------------------------------------------------------
 text
---------------------------------------------------------*/
.com_txt_ast {
	display: block;
	font-size: 88%;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: .8em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_txt_ast {
	font-size: 80%;
}
}



/*カレンダー
---------------------------------------------------------*/
.com_calendar {
	width: 100%;
	aspect-ratio: 570 / 520;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*診療時間
---------------------------------------------------------*/
.com_timetable {
	max-width: 640px;
	margin-inline: auto;
}
.com_timetable .time_bg {
	background: #fff;
	padding: .7em 10%;
	border-radius: 30px;
}
.com_timetable table {
	width: 100%;
	font-size: min(90%,1.5vw);	/*曜日のサイズに合わせる*/
	letter-spacing: normal;
	line-height: 1.0em;
}
.com_timetable table th,
.com_timetable table td {
	font-family: "tot-shizukamin-stdn", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
}
.com_timetable table th {
	text-align: left;
}
.com_timetable table thead th,
.com_timetable table thead td {
	padding-top: 1.5em;
}
.com_timetable table thead th {
	letter-spacing: .3em;
}
.com_timetable table tbody th {
	font-family: agenda-one, sans-serif;
	font-weight: 300;
	font-style: italic;	/*斜体のみ*/
	font-size: 130%;
	letter-spacing: .1em;
	font-feature-settings: "halt";
}
.com_timetable table tbody td {
	font-size: 70%;
	letter-spacing: normal;
	padding: 2.3em 0;
}
.com_timetable table tbody th {
	width: 44%;
}
.com_timetable table tbody td {
	width: 8%;
}
.com_timetable .icon-circle {color: #839453;}
.com_timetable .icon-triangle {color: #b2ad49;}

.com_timetable .time_txt {
	text-align: center;
	font-size: 75%;
	letter-spacing: .1em;
	line-height: 1.8em;
	margin-top: 1.0em;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.com_timetable .time_txt p {
	margin: 0 .5em;
}
.com_timetable .time_txt p .icon-triangle {
	margin-right: .2em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_timetable .time_bg {
	padding: .7em 5%;
	border-radius: 2.5vw;
}
.com_timetable table {
	font-size: 1.9vw;	/*曜日のサイズに合わせる*/
}
.com_timetable table tbody th {
	letter-spacing: .04em;
}
.com_timetable .time_txt {
	font-size: 80%;
	letter-spacing: .06em;
	line-height: 1.6em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_timetable .time_bg {
	padding: .7em 6%;
	border-radius: 3vw;
}
.com_timetable table {
	font-size: 100%;	/*曜日のサイズに合わせる*/
}
.com_timetable table tbody th {
	width: 41.2%;
}
.com_timetable table tbody td {
	width: 8.4%;
}
.com_timetable .time_txt {
	font-size: 85%;
	letter-spacing: .05em;
	margin-top: .5em;
}
.com_timetable .time_txt p {
	margin: 0 .2em;
}
}



/*img_thum
---------------------------------------------------------*/
.img_thum {
	position: relative;
	z-index: 1;
	overflow: hidden;
	aspect-ratio: 230 / 150;
	border-radius: 30px;
}
.img_thum span {
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1.0s ease-out;
}
li:hover .img_thum span {
	transition: all 0.4s ease-out;
	transform: scale(1.1);
}
.img_thum img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.img_thum {
	border-radius: 2vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.img_thum {
	border-radius: 3vw;
}
}



/*.f_bnr
---------------------------------------------------------*/

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

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



/*footer
---------------------------------------------------------*/
footer {
	background: #fff;
}
footer .com_bg_bage {
	padding: 100px 0;
}
footer .com_bg_bage .f_logo {
	width: 80%;
	margin: 0 auto;
}
footer .com_bg_bage .f_clinic {
	margin: 40px 0 80px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	line-height: 1.8em;
}
footer .com_bg_bage .f_clinic .f_map_link a {
	color: #839453;
	font-size: 135%;
	letter-spacing: .04em;
	text-decoration: underline;
	margin-left: .5em;
}
footer .com_bg_bage .f_clinic .f_map_link a:hover {
	text-decoration: none;
}
footer .com_bg_bage .f_flex {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .com_bg_bage .f_flex .f_box_l {
	width: 50%;
	max-width: 570px;
}
footer .com_bg_bage .f_flex .f_box_r {
	width: 46%;
	max-width: 550px;
}
footer .com_bg_bage .com_timetable {
	margin-bottom: 40px;
}
footer .com_bg_bage .com_timetable table {
	font-size: min(120%,1.8vw);	/*曜日のサイズに合わせる*/
}
footer .com_bg_bage .com_timetable .time_txt {
	font-size: 100%;
}

footer .f_bg2 a:hover {
	color: #839453;
}
footer .f_bg2 .w1250 {
	padding-top: 80px;
	padding-bottom: 60px;
	font-size: 95%;
	letter-spacing: .16em;
	line-height: 1.2em;
}
footer .f_bg2 .f_site_map1 {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .f_bg2 .f_site_map1 li {
	padding-right: 1.0em;
	border-right: solid 1px #b2b2b2;
	margin-right: 1.0em;
}
footer .f_bg2 .f_site_map1 li:last-child {
	padding-left: 0;
	border-left: none;
	margin-left: 0;
}
footer .f_bg2 .f_site_map1 a {
	display: block;
}
footer .f_bg2 .f_site_map1 .ft_agenda_t {
	font-size: 120%;
	letter-spacing: .16em;
	line-height: 1.2em;
}
footer .f_bg2 .f_site_map2 li {
	margin-top: .5em;
}
footer .f_bg2 .f_site_map2 li:first-child {
	margin-top: 0;
}
footer .f_bg2 .f_site_map2 a {
	display: block;
	padding-left: 1.0em;
	position: relative;
}
footer .f_bg2 .f_site_map2 a::before {
	content: "";
	position: absolute;
	width: .5em;
	height: 1px;
	background: #000;
	left: 0;
	top: .6em;
}
footer .f_bg2 .f_site_style1 {
	margin-top: 1.5em;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .f_bg2 .f_site_style1 > dt {
	letter-spacing: .16em;
	margin-right: 1.0em;
}
footer .f_bg2 .f_site_style2 > dt {
	letter-spacing: .16em;
	line-height: 1.5em;
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 1.5em;
}
footer .f_bg2 .f_site_style2 > dt::before {
	content: "";
	position: absolute;
	width: .9em;
	height: .9em;
	background: #839453;
	border-radius: 50%;
	opacity: 0.7;
	left: 0;
	top: .3em;
}
footer .f_bg2 .f_site_style2 > dd {
	font-size: 80%;
	letter-spacing: .16em;
	line-height: 1.4em;
	display: flex;
    justify-content: space-between;
}
footer .f_bg2 .f_site_style2 > dd .f_site_style3 {
	width: 48%;
}
footer .f_bg2 .f_site_style3 > dt {
	letter-spacing: .16em;
	margin-bottom: 1.0em;
}
footer .f_bg2 .f_site_flex {
	margin-top: 60px;
	display: flex;
    justify-content: space-between;
}
footer .f_bg2 .f_site_flex > dl {
	width: 32%;
}

footer .f_bg3 {
	padding-bottom: 50px;
}
footer .f_bg3 .f_flex {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
footer .f_bg3 .f_flex .f_box_l {
	width: 48%;
}
footer .f_bg3 .f_flex .f_box_r {
	width: 48%;
	text-align: right;
}
footer .f_bg3 .f_bnr {
	width: 40%;
	max-width: 245px;
}
footer .f_bg3 .page_top a {
	display: inline-block;
}
footer .f_bg3 .page_top .com_arrow1 {
	font-size: min(175%,3.0vw);
	transform: rotate(-90deg);
}
footer .f_bg3 .page_top .copyright {
	font-size: 105%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-top: 2.0em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer .com_bg_bage {
	padding: 8% 0;
}
footer .com_bg_bage .f_clinic {
	margin: 3% 0 6%;
}
footer .com_bg_bage .com_timetable {
	margin-bottom: 6%;
}
footer .com_bg_bage .com_timetable table {
	font-size: 1.9vw;	/*曜日のサイズに合わせる*/
}
footer .com_bg_bage .com_timetable .time_txt {
	font-size: 90%;
}

footer .f_bg2 .w1250 {
	padding-top: 6%;
	padding-bottom: 6%;
	font-size: 95%;
	letter-spacing: .04em;
}
footer .f_bg2 .f_site_map1 .ft_agenda_t {
	letter-spacing: .06em;
}
footer .f_bg2 .f_site_style1 {
	margin-top: 1.0em;
}
footer .f_bg2 .f_site_style2 > dt {
	font-size: 105%;
	letter-spacing: .1em;
	margin-bottom: 1.0em;
}
footer .f_bg2 .f_site_style2 > dd {
	font-size: 90%;
	letter-spacing: normal;
}
footer .f_bg2 .f_site_flex {
	margin-top: 5%;
}

footer .f_bg3 {
	padding-bottom: 5%;
}
footer .f_bg3 .f_bnr {
	width: 50%;
}
footer .f_bg3 .page_top .copyright {
	letter-spacing: .06em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer .com_bg_bage {
	padding: 12% 0;
}
footer .com_bg_bage .f_logo {
	width: 100%;
}
footer .com_bg_bage .f_clinic {
	margin: 6% 0 6%;
	display: block;
	text-align: center;
}
footer .com_bg_bage .f_clinic .f_map_link a {
	margin-left: 0;
}
footer .com_bg_bage .f_flex {
	display: block;
}
footer .com_bg_bage .f_flex .f_box_l {
	width: 100%;
	max-width: 100%;
	margin-bottom: 8%;
}
footer .com_bg_bage .f_flex .f_box_r {
	width: 100%;
	max-width: 100%;
}
footer .com_bg_bage .com_timetable {
	margin-bottom: 6%;
}
footer .com_bg_bage .com_timetable table {
	font-size: 100%;	/*曜日のサイズに合わせる*/
}
footer .com_bg_bage .com_timetable .time_txt {
	font-size: 85%;
}

footer .f_bg2 .w1250 {
	padding-top: 10%;
	padding-bottom: 8%;
	font-size: 100%;
	letter-spacing: normal;
}
footer .f_bg2 .open_btn {
	text-align: center;
	font-size: 100%;
	letter-spacing: .1em;
	line-height: 1.0em;
	border: solid 1px rgba(131,148,83,0.2);
	border-radius: .2em;
	padding: .5em 0;
}
footer .f_bg2 .sp_open_box {
	display: none;
	padding-top: 1.5em;
}
footer .f_bg2 .f_site_map1 li {
	padding-right: 0;
	border-right: none;
	margin-right: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}
footer .f_bg2 .f_site_map1 a {
	display: block;
}
footer .f_bg2 .f_site_map1.sp_col3 {
    align-items: flex-start;
}
footer .f_bg2 .f_site_map1.sp_col3 li {
	width: 32%;
	margin-right: 2%;
}
footer .f_bg2 .f_site_map1.sp_col3 li:nth-child(3n),
footer .f_bg2 .f_site_map1.sp_col3 li:last-child {
	margin-right: 0;
}
footer .f_bg2 .f_site_style1 .f_site_map1 {
    justify-content: space-between;	/*診療案内：科目数で適宜調整*/
}

footer .f_bg2 .f_site_style1 {
	margin-top: 1.0em;
	display: block;
}
footer .f_bg2 .f_site_style1 > dt {
	margin-right: 0;
	margin-bottom: .5em;
}
footer .f_bg2 .f_site_style2 > dt {
	letter-spacing: .06em;
	padding-left: 1.2em;
	margin-bottom: .5em;
}
footer .f_bg2 .f_site_style2 > dd {
	font-size: 95%;
	letter-spacing: normal;
}
footer .f_bg2 .f_site_style3 > dt {
	margin-bottom: .5em;
}	
footer .f_bg2 .f_site_flex {
	margin-top: 0;
	display: block;
}
footer .f_bg2 .f_site_flex > dl {
	width: 100%;
	margin-top: 1.5em;
}

footer .f_bg3 {
	padding-bottom: 20vw;
}
footer .f_bg3 .f_flex {
	display: block;
}
footer .f_bg3 .f_flex .f_box_l {
	width: 100%;
}
footer .f_bg3 .f_flex .f_box_r {
	width: 100%;
}
footer .f_bg3 .f_bnr {
	width: 40%;
	max-width: 100%;
}
footer .f_bg3 .page_top .com_arrow1 {
	font-size: 150%;
}
footer .f_bg3 .page_top .copyright {
	font-size: 105%;
	letter-spacing: .06em;
	line-height: 1.6em;
	margin-top: 2.0em;
}
}



/*スマホフッター
---------------------------------------------------------*/
@media only screen and (min-width: 768px) {
#sp_footer {display: none !important;}
}

#sp_footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 400;
	box-sizing: border-box;
	text-align: center;
}



/* 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;}
}

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