@charset "utf-8";
/* モバイルファースト（差分記述：末尾のメディアクエリ―別記載の箇所に個別指定しない限りすべてのデバイスでこの欄の記述が有効） */
/* 160404 */

.href_ara{
    display: block;
    width: 100%;
    height: 100%;}

/* hack */
.sidr ul li:hover>a, .sidr ul li:hover>span, .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span {
    box-shadow: 0 0 15px 3px #fff inset;
}

/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/



/*---------------------------------------------
 ** 診療時間の表組記述
---------------------------------------------*/

/* 予約ボタン */
.reserve_202212{
    display: flex;
    justify-content: center;
    margin: 1rem auto;
    gap: 1em;
}
.reserve_202212 .item{
    width: calc( ( 100% - 1em ) / 2);
    background-color: #ffecec;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 0 1rem 0;
    text-align: center;
    border: 2px solid #E18085;
}
.reserve_202212 .item.open{
    width: 80%;
}
.reserve_202212 .item h3{
    color: #fff;
    font-weight: bold;
    background-color: #E18085;
    border-radius: 18px 18px 0 0;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}
.reserve_202212 .item a{
    margin: 5px auto;
    float: none !important;
}
.reserve_202212 .item p{
    box-sizing: border-box;
    padding: 0.5rem;
    font-weight: bold;
    color: #666;
    margin-bottom: 0;
}


/*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
.common_indentA{padding-left: 4em; text-indent: -4em; margin-bottom:1em;}

/*---------------------------------------------
 ** index.php
---------------------------------------------*/


/*---------------------------------------------
 ** 共通
---------------------------------------------*/
/*
#img_main{width:100%; height:414px; margin:0 0 40px 0; padding:0; border-top:solid 1px #ECAFB2;border-bottom:solid 1px #ECAFB2;overflow: hidden; position:relative;}
*/

#img_main{width:100%; height:450px; margin:0 0 40px 0; padding:0;
    border-top:solid 1px #ECAFB2;
    border-bottom:solid 1px #ECAFB2;overflow: hidden;
    position:relative;text-align: center;}

.logoplus:before{margin:0 7px 3px 0;
 content:" ";
 display:inline-block;
 width:21px;
 height:21px;
 background:url( ../img/common/hdr_ico.png);
 background-size:contain;
 vertical-align:middle;}

.logoplus:after{margin:0 0 3px 7px;
 content:" ";
 display:inline-block;
 width:21px;
 height:21px;
 background:url( ../img/common/hdr_ico.png);
 background-size:contain;
 vertical-align:middle;}

#treat_guide ul.mark_strong li b a		{color:#523;}
#treat_guide ul li{ line-height: 1.5em;}
#treat_guide ul li b a		{color:#523;}
#treat_guide ul li b a > span.status{ 
    padding: 0.1em 0.5em;
    font-size: 0.65em;
    color: #E18085;
    box-sizing: border-box;
    border: 1px solid #E18085;
    border-radius: 50px;
    font-weight: bold;
    clear: both;
}
#treat_guide ul li b a:after{
    display: block;
    content: '';
    background: url(../img/treat/treat_ico_accordion.png);
    background-size: contain;
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    width: 20px;
    height: 20px;
}
#treat_guide ul.mark_strong li b a:after{
    display: block;
    content: '';
    background: url(../img/treat/treat_ico_accordion.png);
    background-size: contain;
    position: absolute;
    top: 0.3em;
    right: 0.2em;
    width: 20px;
    height: 20px;
}

/* googleカレンダー設定*/
.cal_wrapper {
  max-width: 1200px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}

/*---------------------------------------------
 ** 個別指定 for スマートフォン
---------------------------------------------*/
@media screen and (max-width: 740px) {
.only_tab, .only_pc	{display:none;}
.only_sp		{display:inline;}
.exc_sp		{display:none;}
.only_sp_none{ display: none !important;}
.sp_br		{display:block;}


/* 予約ボタン */
.reserve_202212{
    flex-direction: column;
}
.reserve_202212 .item{
    width: 98%;
    margin: 5px auto;
}
.reserve_202212 .item a{
    width: 80%;
}

/* 年末年始のお知らせ */
.nennai_shinryou_wrapper {
    border-top: solid 1px #ECAFB2;
    text-align: center;
    padding: 25px 0 25px;
}
.nennai_shinryou_wrapper_end{
    border-top: solid 1px #ECAFB2;
}
#img_main {
    border-top: none;
}
.nennai_shinryou{
    width:90%;
    height: auto;
    max-width:310px;
    margin:0 auto;
}
/* 担当医表 */
.time_attention{
    display: flex;
    width: 100%;
    margin: 1rem auto;
    flex-direction: column;
}
.common_time .img img{
    width: 100%;
}
.common_time .img{ width: 95%; margin: 1rem auto;}
.common_time .img.pc_only{
    display: none;
}
.time_attention dl{
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 20px;
}
.time_attention dl dt{
    background-color:#FAE7E7;
    border-bottom: 1px solid #E18085;
    color: #E18085;
    text-align: center;
    padding: 0.5rem 0;
    border-radius: 18px;
    font-weight: bold;
}
.time_attention dl dd{
    padding: 0.5rem 1rem;
    text-align: left;
    font-size: 14px;
}
/* よくあるご質問 */
.faqlist{
    background-color:#FAE7E7;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 1rem;
}
.faqlist li{  
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.2rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5em;
}
.faqlist li:hover{
    border: 1px solid #E18085;
}
.faqlist span{
    font-weight: bold;
    color: #E18085;
}

/*202406*/
.bnr_dx{
    width: 90%;
    margin: 0 auto 40px auto;
}



/* -------------- style.css override ----------------- */
html { font-size: 120%; }
body { font-size: 19px; font-size: 1rem; }

#index p, #doctor p, #first p, #clinic p, #treat p {
    font-size: 1em;
}

#img_main.only_sp{display:block;}

/* --------- main img ------------*/
#img_main{width:100%; height:180px; background-size: cover !important; margin-bottom:20px !important;}
#img_main{ position: absolute; top: 80px;}

/* --------- common header --------- */
#header		{ width:100%; height: 260px; overflow:hidden; margin:0 auto; position:relative;}
#hdr_logo_wrapper{width:100%; margin:0 auto; position:relative;}/* #hdr_logo_wrapper に含まれるオブジェクトをabsolute配置 */
#hdr_logo_bar	{ width:100%; height:60px; }

#hdr_logo	{ height:60px; background: url(../img/common/common_hdr_logo_sp.png?date=20220427) no-repeat 10px 10px; background-size: 70%; text-indent:-300%; margin:0 auto;}
#hdr_parking	{ width:107px; height:87px; overflow:hidden; position:absolute; right:calc((100% - 311px)/2); top:277px; background:#00A0EA; }
#hdr_tel	{ width:184px; height:36px; overflow:hidden; position:absolute; left:calc((100% - 311px)/2); top:280px;}
#hdr_btn_yoyaku	{ width:184px; height:38px; overflow:hidden; position:absolute; left:calc((100% - 311px)/2); top:325px;}
#hdr_tbl	{ width:311px; height:86px; overflow:hidden; position:absolute; left:0; right:0; top:370px; margin:0 auto;}
#hdr_tbl{ display: none;}
#img_main .box_cont{width:250px; height:55px; position:absolute; left:0 /*147px*/; right:0; top:20px /*15px*/; margin:auto; border-top:solid 1px #EDB4B6;border-bottom:solid 1px #EDB4B6; background:url(../img/common/bg_title.png)}

/* common */
#pagetop_obi	{ width:100%; height:60px; background:#ECAFB2; position:relative; margin-top:60px;}
#pagetop	{ width:79px; height:71px; position:absolute; top:-24px; left:calc(50% - 38px); }

/* --------- common footer --------- */
#footer		{font-size:0.8em;}
#ftr_logo	{width:196px; height:110px; margin:22px auto 28px auto;}


#ftrL		{width:calc(100% - 40px); margin:0 auto; position:relative;}
#ftrL p		{color:#A38B77;}
#ftr_btn_yoyaku	{ width:161px; height:40px; overflow:hidden; position:relative; left: calc(50% - 80px); bottom:9px; margin-bottom:15px;}

#ftrC		{width:calc(100% - 40px); margin:0 auto; position:relative;}
#ftrC p		{color:#A38B77;}
#ftr_tbl	{width:100%;}
.ftr_kakomi	{display:block; background:#FAE7E7;color:#A38B77; font-weight:bold; padding:1px 3px; width:5em; text-align:center;}

#ftrR		{width:calc(100% - 40px); margin:0 auto;/* width:calc(100% - 40px); margin:0 auto; position:relative;*/}
#map-canvas	{width:100%;height:325px;}
#ftrR p		{color:#A38B77;}


.ftr_obi	{width:100%; background:#ECAFB2; color:#fff;}
#f_nav		{width:calc(100% - 30px); margin:0 auto;}
#copyright	{width:100%; height:40px; font-size:0.6em; line-height:40px; text-align:center; color: #A38B77;}

/* --------- main box --------- */

.box_cont	{ width:100%; margin:0 auto;}
.box_all	{ width:100%; margin:0;}

/* --------- index intro --------- */
#intro		{margin-bottom:40px;}
#intro h2	{display:block; width:179px; height:83px; overflow:hidden; background:url(../img/index/index_h2_introduction.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%; background-size: contain;}
#intro h3	{margin:0 auto 60px auto; color:#ECAFB2; text-align:center; width:calc(100% - 10px); }

.intro_2022{
    background-color: #FAE7E7;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 2rem 2rem;
    margin-bottom: 3rem;
}
.intro_2022 h3{
    color: #85125c;
    font-weight: bold;
    font-size: 20px;
}
.intro_2022  span{
    text-align: right;
    font-size: 16px;
    display: block;
}
.intro_2022 p{ font-size: 16px !important;}

#intro div a dl 	{display:block; width:100%; min-height:290px; margin:0 auto 40px auto;}

dl#joi dt{display:block; width:100%; height:190px; overflow:hidden;background:url(../img/index/index_li_introduction_01.png) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}
dl#nin dt{display:block; width:100%; height:190px; overflow:hidden;background:url(../img/index/index_li_introduction_02.png) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}
dl#ken dt{display:block; width:100%; height:190px; overflow:hidden;background:url(../img/index/index_li_introduction_03.png?date=20220427) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}
dl#kid dt{display:block; width:100%; height:190px; overflow:hidden;background:url(../img/index/index_li_introduction_04.png) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}

#intro div a dl dd {display:block; width:100%; margin:0 auto;}

.glid_tab{width:calc(100% - 30px); margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between;}
.glid_tab >a{ width: 48%;}
.glid_tab dl dd{ font-size: 14px;}

#index #aisatsu	{margin-bottom:40px; padding:40px 0;}
#index #aisatsu h2	{display:block; width:125px; height:82px; overflow:hidden; background:url(../img/index/index_h2_aisatsu.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#index #aisatsu h3	{margin:0 auto 60px auto; color:#523; text-align:center;}

#index #aisatsu #honbun{width:calc(100% - 40px); margin:0 auto;}
#index #aisatsu #honbun p {color:#523; text-align:justify;}
#index_btn_doctor{display:block;width:164px; height:44px; margin:0 auto;}

#topic		{ width:calc(100% - 30px); margin:0 auto;}
#topic .other_news h4,
#topic .ninpu_news h4,
#topic .common_news h4{ border-radius: 50px; padding: 0.5rem 1rem; box-sizing: border-box; text-align: center; color: #fff; font-weight: bold; margin-bottom: 1rem;}
#topic .ninpu_news h4{ background-color: #D87D78;}
#topic .other_news h4{ background-color:#FAE7E7; color:#D87D78 !important;}
#topic .common_news h4{ background-color:#ECAFB2;}


#oshirase		{margin-bottom:40px;}
#oshirase h2	{display:block; width:100px; height:82px; overflow:hidden; background:url(../img/index/index_h2_news.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#oshirase h3	{margin:0 auto 60px auto; color:#ECAFB2; text-align:center;}

#oshirase #topic dl	{display:block; width: 95%; clear:left; margin: 10px auto; /*border-bottom:dashed 1px #A38B77;*/ font-size:0.9em;}
#oshirase #topic dl dt	{display:block; width:100%; height:24px; line-height:24px; font-weight:bold; text-align:center; color:#fff; background:#ECAFB2; margin:15px 0; padding:3px 0;}
#oshirase #topic .ninpu_news dl dt{ background-color: #D87D78;}
#oshirase #topic .other_news dl dt{ background-color: #D87D78;}
#oshirase #topic dl dd	{display:block; line-height:1.4em;}
#oshirase #topic dl dd span	{display:block; font-weight:bold; color:#ECAFB2; margin-bottom:10px;}
#oshirase #topic .ninpu_news dl dd span{color:#D87D78;}
#oshirase #topic .other_news dl dd span	{color:#D87D78;}
#index_btn_news{display:block;width:164px; height:44px; margin:60px auto 0 auto;}

/* クリニック紹介 */
#clinic_clinic					{width:calc(100% - 30px);margin:0 auto 40px;}
#clinic_clinic h2				{display:block; width:235px; height:82px; overflow:hidden; background:url(../img/clinic/clinic_h2_clinic.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

.body .block			{margin:0 0 40px 0; text-align:center;}
.body .block img		{margin-bottom:15px;}

#clinic_clinic .block p			{color:#444; font-size:1em;    margin-bottom: 5px !important;}
#clinic_clinic .block p span		{color:#ECAFB2;}
.clinic_cap	{font-size:0.95em　!important;    text-align:justify; line-height:1.5em;}

#clinic_env					{width:calc(100% - 30px);margin:0 auto 40px;padding: 40px 0;}
#clinic_env h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/clinic/clinic_h2_env.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#clinic_env .block p			{color:#523; font-size:1em;    margin-bottom: 5px !important;}
#clinic_env .block p span		{color:#E18085;}

#clinic_vierra					{width:calc(100% - 30px);margin:0 auto 40px;}
#clinic_vierra h2				{display:block; width:255px; height:82px; overflow:hidden; background:url(../img/clinic/clinic_h2_vierra.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#clinic_vierra .block p			{color:#444; font-size:1em;    margin-bottom: 5px !important;}
#clinic_vierra .block p span		{color:#ECAFB2;}


/* 初診の方 */
#first_about				{width: calc(100% - 30px); margin:0 auto 40px;}
#first_about h2				{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/first/first_h2_first.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
.first_L				{  }
.first_tbl 				{ width:100%; border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; border-collapse: collapse; border-spacing: 0; padding: 0; margin: 0 0 25px 0;}
.first_tbl th 				{ display:block;width:calc(100% - 31px); text-align: center; background: #FAE7E7;}
.first_tbl td				{ display:block;width:calc(100% - 31px); border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; font-weight: normal; padding: 12px 15px 12px 30px; vertical-align: top; font-size:0.9em;}
.first_tbl td strong			{ display:block; background:#FAE7E7; text-align:center; margin-top:15px;}
.first_tbl th, .first_tbl td 		{ border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; font-weight: normal; padding: 12px 15px; vertical-align: middle;font-size: 0.85em;}
.first_02_L 				{ width: calc(100% - 36px); border: 3px solid #ECAFB2; float: left; background: #FFF; text-align: center; padding: 15px; margin: 0 30px 0 0;}
.first_02_L dl				{display:block;}
.first_02_L dl:first-child,
.first_02_L dl:nth-child(2)  		{ border-bottom: 1px solid #ECAFB2; padding: 0 0 20px 0;}
.first_02_L dl:last-child,
.first_02_L dl:nth-child(2) 		{ padding-top:20px;}
.first_02_L dl dd,.first_02_R dl dd	{ margin: 5px 0 0 0; text-align: justify;}
.first_02_L h3, .first_02_R h3		{ font-size: 18px; font-weight: bold; color:#A38B77;}
.first_02_R 				{ width: calc(100% - 36px); border: 3px solid #ECAFB2; float: left; background: #FFF; text-align: center; padding: 36px 15px; margin: 30px 0 0 0;}
.first_02_R dl dd img			{display:block; margin:0 auto 20px;}

#first_flow				{margin-bottom:40px;padding: 40px 0;}
#first_flow h2				{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/first/first_h2_flow.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#first_flow_wrapper				{ width: calc(100% - 30px); margin: 0 auto 30px; }
#first_flow_wrapper .LR_wrapper:nth-child(odd)	{ width: 100%; margin: 0 auto; }
#first_flow_wrapper .LR_wrapper:nth-child(even)	{ width: 100%; margin: 20px auto 50px; }

#first_flow_wrapper .LR_wrapper h3		{ color:#523; border-bottom:dashed 1px #A38B77; font-size:1.4em; font-weight:bold; padding-bottom:8px;}
#first_flow_wrapper .LR_wrapper h3:first-letter	{background-color:#523; color:#ffffff; padding:8px 16px; font-size:1.4em; font-weight:bold;border-radius:30px; -moz-border-radius:30px;-webkit-border-radius:30px;}
#first_flow_wrapper .LR_wrapper p		{margin-top:15px; color:#523;/*#A38B77;*/}

.first_btn_yoyaku				{display:block; width:250px; margin: 0 auto 15px;}
.first_btn_sheet				{display:block; width:250px; margin: 0 auto 15px;}

.first_indentB					{padding-left: 1em; text-indent: -1em; margin-bottom:0;}

/* 診療のご案内 */
#treat_rinen					{width:calc(100% - 30px);margin:0 auto 40px;padding: 40px 0;}
#treat_rinen h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_rinen.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

.treat_block					{ /*background:#F8e8e8 url(../img/treat/treat_bg_block.png) no-repeat 380px 160px; padding:30px 20px;*/}
.treat_block p					{ font-size:0.9em !important;}
.treat_block2					{ /*background:#FAE7E7 url(../img/treat/treat_bg2_block.png) no-repeat 320px 150px; padding:0;*/}
.treat_block2_inner{width:100%; }

.treat_block2_inner h3 {
    color: #523;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: dashed 1px #523;
    padding-bottom: 10px;
}








.box_cont2{

    margin: 0 auto;
    position: relative;
}

#treat_kenshin h2					{display:block; width:314px; height:114px; overflow:hidden; background:url(../img/treat/treat_h2_point.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#treat_kenshin{padding:60px 0; text-align:center; }

#treat_kenshin h3{
display: block;
font-size:1.1em;
color:#fff;
background:#85125c;
padding:8px 12px;
text-align:center;
margin: 0 auto 40px auto;
border-radius:10px; -moz-border-radius:10px;-webkit-border-radius:10px;
text-align:justify;
}

#treat_kenshin .midashi{
display:block;
    overflow: hidden;
    background: #fcf5c8;
    margin: 0 auto 40px auto;
padding:20px;
font-size:1em;
font-weight:bold;
border-radius:10px; -moz-border-radius:10px;-webkit-border-radius:10px;
text-align:justify;
}
#treat_kenshin .midashi p{margin-bottom:0;}

#treat_kenshin .block1{display:block; width:100%; margin:0 auto;}
#treat_kenshin .block1 h4{
    width: 100%;
color:#85125c;
font-weight:bold;
    background: url(../img/sp/kenshin_block1_midashi_sp.png) no-repeat;
    margin: 0 auto 10px;
padding-top:2.4em;
    background-size: contain;
}
#treat_kenshin .block1_str{
    width: 90%; text-align:justify;
    margin: 0 auto 10px auto;
font-size:0.9em;
}
#treat_kenshin .block1 img{width:100%;}


#treat_kenshin .uri_centralsports{display:block; width:90%; margin:10px auto 0; text-align:left; font-size:0.8em;}

#treat_kenshin .block2{display:block; width:100%; margin:40px auto;}
#treat_kenshin .block2 h4{
    width: 100%;
color:#85125c;
font-weight:bold;
    background: url(../img/sp/kenshin_block2_ttl_sp.png) no-repeat;
    margin: 0 auto 10px;
padding-top:2.4em;
    background-size: contain;
}
#treat_kenshin .block2_str{
    width: 90%; text-align:justify;
    margin: 0 auto 10px auto;
font-size:0.9em;
}
#treat_kenshin .block2 img{width:100%;}


#treat_kenshin .block3{display:block; width:100%; margin:40px auto;}
#treat_kenshin .block3 h4{
    width: 100%;
color:#85125c;
font-weight:bold;
    background: url(../img/sp/kenshin_block3_ttl_sp.png) no-repeat;
    margin: 0 auto 10px;
padding-top:2.4em;
    background-size: contain;
}
#treat_kenshin .block3_L{
    width: 90%; text-align:justify;
    margin: 0 auto 10px auto;
font-size:0.9em;
}
#treat_kenshin .block3_R{
    width: 100%; text-align:justify;
    margin: 0 auto 10px auto;
font-size:0.9em;
    padding:20px 0;

background:#ffffcc;
background-image:url(../img/treat/kenshin_block3_img.png);
background-position: right;
background-repeat: no-repeat;
}
#ul_wrapper{}

#treat_kenshin .block3_R ul{
display:block;
margin:0 auto;
}
#treat_kenshin .block3_R ul li{
list-style:disc;
font-size:0.8em;
color:#85125c;
margin-left:0.5em;
text-indent:-1em;
padding-left:1em;
list-style-position: inside;

/* for modan browser */
text-shadow:0px 2px 1px #ffffff,0px 1px 1px #ffffff,1px 1px 1px #ffffff,1px 0px 1px #ffffff,2px 0px 1px #ffffff,1px -1px 1px #ffffff,1px -2px 1px #ffffff,0px -2px 1px #ffffff,-1px -2px 1px #ffffff,-2px -2px 1px #ffffff,-2px -1px 1px #ffffff,-2px 0px 1px #ffffff,-2px 1px 1px #ffffff,-1px 1px 1px #ffffff;

/* for IE */
filter:dropshadow(color=#ffffff,offx=0,offy=2,positive=1),dropshadow(color=#ffffff,offx=1,offy=1,positive=1),dropshadow(color=#ffffff,offx=1,offy=-1,positive=1),dropshadow(color=#ffffff,offx=0,offy=-2,positive=1),dropshadow(color=#ffffff,offx=-1,offy=-2,positive=1),dropshadow(color=#ffffff,offx=-2,offy=-1,positive=1),dropshadow(color=#ffffff,offx=-2,offy=1,positive=1),dropshadow(color=#ffffff,offx=-1,offy=1,positive=1);

}
#treat_kenshin .block3_R ul li span{
color:#444;
}

#treat_kenshin_kakomi{border:solid 2px #85125c; min-height:150px; background:#fff; padding:12px; margin:50px 0; text-align:center;}
#treat_kenshin_kakomi h4{ font-size:1em; font-weight:bold; color:#85125c; margin-bottom: 10px;}
#treat_kenshin_kakomi .block_L{width:100%; text-align:justify; font-size:0.9em; margin-bottom:20px;}











.treat_addition					{ margin:20px 0 0 0;font-size:0.8em !important; color:#523;}
.treat_addition2					{ margin:10px 20px 0 20px;background:#fff; margin-bottom:40px;padding:15px; font-size:0.9em;}
.treat_addition2 h3				{font-size: 1.1em;font-weight:bold;
    color: #523;
    text-align: center;
    margin-bottom: 20px;
}
.treat_addition p				{ padding-left: 1em; text-indent: -1em; margin-bottom:0.5em; }
.treat_addition2 p				{ margin-bottom:0.5em; }


.treat_block					{ /*background:#F8e8e8 url(../img/treat/treat_bg_block.png) no-repeat 380px 160px; padding:30px 20px;*/}
.treat_block_inner				{ padding:15px; background:#FAE7E7; border-radius:10px; -moz-border-radius:10px;-webkit-border-radius:10px;}
.treat_block_inner h3				{ font-size: 1em;color: #A38B77;font-weight: bold;padding: 9px 0 5px 0;text-align: left;}
.treat_sp_shikiri				{ display:block;width:100%; margin-top:-20px; text-align:center;}
/*
.treat_block_inner h3:before{margin:0 7px 3px 0;
 content:" ";
 display:inline-block;
 width:21px;
 height:21px;
 background:url( ../img/common/hdr_ico.png);
 background-size:contain;
 vertical-align:middle;}
*/
/*
.treat_block_inner h3:after{margin:0 0 3px 7px;
 content:" ";
 display:inline-block;
 width:21px;
 height:21px;
 background:url( ../img/common/hdr_ico.png);
 background-size:contain;
 vertical-align:middle;}
*/

h3.catch					{ font-size: 1.1em; color: #A38B77; font-weight: bold; padding: 9px 0 5px 0;padding-left: 1.1em; text-indent: -1.1em;}


#treat_guide					{width:calc(100% - 30px);margin:0 auto 40px;padding: 20px 0;}
#treat_guide h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_guide.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}


#treat_guide ul					{ margin:0 0 40px 0;list-style: none; padding: 18px 0 18px 18px;}
#treat_guide ul li 				{ position: relative; padding-left: 15px;padding-bottom: 15px; font-size:0.9em; text-align:justify;}
#treat_guide ul li:before			{ display: block; content: ''; background:url(../img/common/hdr_ico.png); background-size:cover; position: absolute; top: 0.2em; left: -0.6em; width: 21px; height: 21px; }

#treat_guide ul.mark_strong li			{ padding-bottom: 30px;}
#treat_guide ul.mark_strong li b		{ font-size:1.4em; color:#523;}
#treat_guide ul.mark_strong li:before		{ display: block; content: ''; background:url(../img/common/hdr_ico.png); background-size:cover; position: absolute; top: 0.2em; left: -1.1em; width: 30px; height: 30px; }
#treat_guide ul li b a{
    display: block;
    min-height: 40px;
}
.guideL						{padding-top:10px;}
.guideR						{padding-top:30px;}
.guideL p					{/*padding-left: 1em; text-indent: -1em;*/ font-size:0.9em !important;}
.guideR p					{font-size:0.9em !important;}
.guideL h3, .guideR h3				{font-size: 150%; color: #523; text-align: center; border-top: 1px solid #523; border-bottom: 1px solid #523; margin-bottom:20px;margin-top:30px;}


#treat_menu					{width:calc(100% - 30px);margin:0 auto 40px;}
#treat_menu h2				{display:block; width:274px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_menu.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

table.treat_menu			{ border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: none; background: #ffecec; border-collapse: separate; border-spacing: 0; width: 100%; margin-bottom: 1em;}
table.treat_menu tr th 			{ color: #fff; background:#ECAFB2; font-size: 1.1em; display:block; width:100%; text-align: center;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px; }
table.treat_menu tr td { width: auto; display: inline-block; padding: 20px 10px 20px 20px;}
table.treat_menu tr td p{margin-bottom:0;}

#treat_time					{width:calc(100% - 30px);margin:0 auto 40px;padding: 40px 0;}
#treat_time h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_time.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

table.clinicinfo				{ width: 100%;border: 2px solid #A38B77;border-collapse: collapse;border-spacing: 0;}
table.clinicinfo tr				{ border: 1px solid #A38B77; background: #fff;}
table.clinicinfo th				{ background: #eee; font-weight: bold; border: 1px solid #ccc;    text-align: center;padding: 10px 0;    font-size: 0.8em;}
table.clinicinfo th:first-child			{ background: #523; color: #fff; width:16%;}
table.clinicinfo td				{ padding: 5px 10px;text-align: left;font-size: 14px;border: 1px solid #ccc;width: calc( (100% - 80px) / 2 );}

#treat_btn_schedule{    display: block;    width: 232px;    height: 44px;    margin: 40px auto 30px auto;}
#treat_btn_pricelist{    display: block;    width: 90%;     margin: 60px auto 0 auto;}
#treat_btn_pricelist img{ width: 100%;}


#angelmem{display:block; width:100%; text-align:center; padding-top:20px; margin-bottom:30px;}
#angelmem h3{
    font-size: 150%;
    color: #523;
    text-align: center;
    border-top: 1px solid #523;
    border-bottom: 1px solid #523;
    margin-bottom: 20px;
    margin-top: 30px;
}


.angelimg{width:90%; margin:0 auto 20px;}
.angelp{display:block;  text-align:left;}
.angelp p{ margin-bottom:20px !important;}
.angelp p span{display:block; margin-top:13px;}

/* ドクター紹介 */
#doctor #aisatsu		{width:calc(100% - 30px); margin:0 auto; margin-bottom:40px;}
#doctor #aisatsu h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/doctor/doctor_h2_aisatsu.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#doctor #aisatsu .body img	{margin-bottom:30px;}
.nmblock		{width:15em;     margin-left: calc(100% - 15em);}

#profile		{width:calc(100% - 30px); margin:0 auto; margin-bottom:40px; padding-top:40px;}
#profile h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/doctor/doctor_h2_profile.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#profile .body		{ margin-bottom:60px;}
#profile .body h3	{ color:#523; font-size:1.5em; text-align:center; margin-bottom:0;}
#profile .body p	{ color:#523; font-size:1em; text-align:center; margin-top:-15px;}
#profile .body dl	{ /*border-bottom:dashed 1px #A38B77; float: left;*/ width: 100%; margin-bottom: 20px; padding-bottom: 20px;}
#profile .body dl dt	{ width: 100%; padding-left: 0%; color: #FFF; font-weight: bold; }
#profile .body dl dt span	{ width: 100%; display: block; background-color: #523; -moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px; text-align: center; color: #FFF;}
#profile .body dl dd	{width: 100%; background-repeat: repeat-y; background-position: left top; margin: 20px 0 0 0; text-align:center;color: #523;}
#profile .body dl dd dl	{ border: none !important; background-image: none !important; padding-bottom: 0px !important; margin-bottom: 0px !important;}

#profile .body dl dd dl dt	{ width: 100%; float: none; color: #523 !important; margin: 20px 0 0 0; text-align: center;}
#profile .body dl dd dl dt:first-child	{ margin:0;}
#profile .body dl dd dl dd	{ padding: 0 !important;font-size: 0.9em;     margin: 5px auto !important; color:#523;}
#profile .body dl dd dl dd:last-child	{margin-bottom:0;}

.outdoctor{ margin-bottom:60px; color:#523;}
.outdoctor .outbox{ margin:0 auto;text-align: center; background:#fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding:20px 0;}
.outdoctor .outbox h3{ font-size: 28px; font-weight: bold; line-height: 1.2;}
.outdoctor .outbox .h3_01{ font-size: 13px!important; font-weight: bold; display: inline-block; margin:10px auto; padding: 5px 10px 2px; border-top:1px solid #523; border-bottom:1px solid #523;}
.outdoctor .outbox .h3_02{ font-size: 13px!important; font-weight: bold; display: inline-block; margin:0 auto;}
.outdoctor .outbox .brown{width: 90%;display: block;background-color: #523;-moz-border-radius: 14px;-webkit-border-radius: 14px;border-radius: 14px;text-align: center;color: #FFF;margin: 20px auto 10px;}

.outdoctor .outbox dl{width: 86%;margin: 0 auto 20px;font-size:90%;line-height: 1.4;padding:0 10px;}
.outdoctor .outbox dt{text-align: center;padding: 5px 0 4px;font-weight: bold;}
.outdoctor .outbox dd{text-align: center;padding: 5px 0 4px;}

.outdoctor .outbox ul{width: 86%;margin:0 auto;font-size:90%;line-height: 1.4;}
.outdoctor .outbox li{text-align: center;padding: 5px 10px 4px;}


/* よくある質問 */
#question		{margin-bottom:40px;}
#question h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/faq/faq_h2_faq.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#question .body		{width:calc(100% - 30px); margin:auto;}
#question .body dl	{ border-bottom:dashed 1px #EDB4B6; margin: 30px 0 0 0; padding: 0 0 30px 0; font-size:0.9em;}
#question .body dl:last-child{border-bottom:none; padding-bottom:80px;}
#question .body dl dt	{ color:#ECAFB2; margin-bottom:10px;padding-left: 40px;}
/* #question .body dl dt:first-letter {background-color:#ECAFB2; color:#ffffff; padding:3px 10px; font-size:1.1em; font-weight:bold;border-radius:20px; -moz-border-radius:20px;-webkit-border-radius:20px;} */
#question .body dl dd	{ color:#A38B77; padding-left: 40px;}
/* #question .body dl dd:first-letter {background-color:#A38B77; color:#ffffff; padding:2px 10px; font-size:1.1em; font-weight:bold;border-radius:20px; -moz-border-radius:20px;-webkit-border-radius:20px;} */

/* アクセス */
#map		{margin-bottom:80px;}
#map h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/access/access_h2_map.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#map .body	{ width:100%; margin-bottom:15px;}
.fa-map-marker	{ font-size: 60px !important; float: left; color: #ECAFB2;    position: relative;    left: 7px;}
.ad		{ float: left;position: relative; top: 5px; left: 15px;display: block; width: calc(100% - 50px);    font-size: 0.9em;}
#access_btn_map	{display:block;width:164px; height:44px; margin:0 auto; padding-bottom:40px;}

#access .bg_main{    margin-top: 80px;}

#traffic		{margin-bottom:0; padding: 40px 0;}
#traffic h2	{display:block; width:314px; height:82px; overflow:hidden; background:url(../img/access/access_h2_traffic.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#traffic h3	{margin:0 auto 60px auto; color:#523; text-align:center;}

#traffic .body	{ width:100%;  margin-bottom:15px;}
dl.traffic	{display:block; width:calc(100% - 30px); text-align:center; margin:0 auto 30px;}

dl.traffic dt span	{font-size:1.2em; font-weight:bold;display:block;}
dl.traffic dd img	{margin-bottom:30px;}
dl.traffic dt		{margin-top:50px;border-top: solid 1px #523; padding-top: 15px;border-bottom: solid 1px #523; }
dl.traffic dt:first-child{margin-top:0;}
dl.traffic dd		{margin:20px 0;}



#inq		{margin:40px auto;}
#inq h2		{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/access/inqry_h2_inq.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
.inq		{width: calc(100% - 46px);; border: solid 3px #ECAFB2; padding: 10px; font-size: 1.6em; color: #ECAFB2; font-weight: bold; text-align: center; margin: 0 auto 20px;}
.inq_ara	{width: calc(100% - 40px);; color: #ECAFB2; text-align:center; margin: 0 auto 20px;}





/* 料金表 */
#list		{margin-bottom:40px;}
#list h2	{display:block; width:77px; height:82px; overflow:hidden; background:url(../img/price/price_h2_list.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#price dl {zoom: 1;}
#price dl:after {content: "";display: block;clear: both;}


.list_small{display:block; font-size:0.9em; margin:0;}
.txt_small{font-size:0.9em; margin:0;}
.border{border:none;  margin-bottom:1em; border-bottom: dashed 1px #523;}

.kakaku{display:block;text-align:right; font-weight:bold;}
.yen{font-size:0.7em; font-weight:normal;}


.price_bdr 				{width: 90%;border-right: 1px solid #cccccc;border-top: 1px solid #cccccc;border-collapse: collapse;border-spacing: 0;padding: 0;margin: 0 auto 25px auto;}
.price_bdr th 				{text-align: center; background: #FAE7E7;}
.price_bdr td				{text-align: center; border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; font-weight: normal; padding: 12px 15px 12px 30px; vertical-align: top; font-size:0.9em;}
.price_bdr th, .price_bdr td 		{width:calc(100% - 30px);    display: block; border-bottom: 1px solid #cccccc;border-left: 1px solid #cccccc;font-weight: normal;padding: 12px 15px;vertical-align: middle;}



	.listL,.listR{float:none;  width:calc(100% - 30px); font-size:0.85em; margin:0 auto;}

	#price h3{display: block; margin: 2em 0 1.4em; padding: 0px 0; font-weight: bold; font-size: 1.3em; background-color: #523; -moz-border-radius: 24px; -webkit-border-radius: 24px; border-radius: 24px; text-align: center; color: #FFF;}


.price_block{margin:5px 0 20px;}
.price_notice{ display:block; clear:both; text-align:right; padding-right:0.5em; color:#523; font-weight:bold; font-size:0.95em !important;position:relative;     top: -0.5em;}

dl.level_1   {display:block; float:none; clear:both; width:calc(100% - 40px); padding:0 0 0 40px; position:relative;font-size:1.1em;}
dl.level_1 dt{width:calc(100% - 6.9em);font-weight:bold; color: #523 !important;float: left;  color: #523 !important;padding-left: 0;}
dl.level_1 dd{width: 6em;  float: left !important;  padding: 0 !important;  color: #523;padding-right: 0.2em !important;}
dl.level_1 dt span:before{display: block;  content: '';  background: url(../img/common/hdr_ico.png); background-size: contain; position: absolute; top: 0.2em; left: 0.6em; width: 24px; height: 24px;}

dl.level_2{display:block; clear:both; float:none; }
dl.level_2 dt{width:calc(100% - 11em);  float: left; text-align:left; color: #523 !important;padding-left: 3em;}
dl.level_2 dd{width:7em; float: left !important; padding: 0 !important; color: #523;padding-right: 1em;}

dl.level_3   {display:block; clear:both; float:none; }
dl.level_3 dt{width:calc(100% - 11em);  float: left; text-align:left; color: #523 !important;padding-left: 5em;}
dl.level_3 dd{width:5em; float: left !important; padding: 0 !important; color: #523;padding-right: 1em;}

dl.level_1.line1   {}
dl.level_1.line1 dt{width:100% !important;}
dl.level_1.line1 dd{display:none;}

dl.level_2.line2   {}
dl.level_2.line2 dt{width:calc(100% - 3em) !important; float:none !important; clear:both !important;}
dl.level_2.line2 dd{width:calc(100% - 1em) !important; padding-right:1em; float:none; clear:both; margin-bottom:0.7em;}

dl.level_3.line2   {}
dl.level_3.line2 dt{width:calc(100% - 5em) !important; float:none !important; clear:both !important;}
dl.level_3.line2 dd{width:calc(100% - 1em) !important; padding-right:1em; float:none; clear:both; margin-bottom:0.7em;}



.list_kakomi		{display:block; float:none; clear:both; border: solid 1px #ECAFB2; font-size:0.9em; width:calc(100% - 7em); margin:0.5em 0 1em 3em; padding:0.5em 1em;}
.list_kakomi_afternotice{display:block; float:none; clear:both; border: solid 1px #ECAFB2; font-size:0.9em; width:calc(100% - 7em); margin:0.5em 0 1em 3em; padding:0.5em 1em;position:relative;     top: -1em;}
.list_kakomi2		{display:block; float:none; clear:both; border: solid 1px #ECAFB2; font-size:0.9em; width:calc(100% - 11em); margin-left:7.5em; margin-bottom:0.5em; padding:0.5em 1em;}

.yose_L3{padding-left:1.5em;}

.aki_T05{margin-top:0.5em;}
.aki_B1{margin-bottom:1em;}




/* wordpress */
#primary,#secondary	{width:calc(100% - 30px); margin:auto; font-size:0.85em; float:none !important;}
#primary h1	{font-size:1.4em;}
#primary .entry-meta{font-size:0.8em;}
#secondary li{font-size:1em;}

/* お知らせ */
#wp_btn_news{ width:240px; margin:40px auto 60px;}

/* WEB予約 */
#guide		{margin-bottom:40px;}
#guide h2	{display:block; width:310px; height:82px; overflow:hidden; background:url(../img/reserve/reserve_h2_guide.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

.reservation_top_all {
/*    width: calc(100% - 96px);
    border: 8px solid #ECAFB2;
    background: #FFF;*/
    text-align: left;
    padding: 0 15px 15px;
    margin: 0 auto;
}
.clinic_onayami {
    float: left;
}

.reservation_list {
    margin: 0;
    padding: 0;
    _zoom: 1;
    overflow: hidden;
}
.reservation_list li {
    margin: 0 20px 0 0;
    list-style: inside;
    color: #ECAFB2;
}
.reservation_str {
    padding: 10px;
    text-align: left;
}
.reservation_str h4{font-size:1em; font-weight:bold;color: #ECAFB2;}
.reservation_bt {
    padding: 0;margin-bottom:15px;
    text-align: center;
}
.nyuji_bt {
    background-image: -moz-linear-gradient(50% 0% -90deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,200,222)),color-stop(1, rgb(255,172,204)));
    background-image: -webkit-linear-gradient(-90deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    background-image: -o-linear-gradient(-90deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    background-image: linear-gradient(180deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    padding: 13px 10px;
    -moz-border-radius: 29px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    display: block;
    text-decoration: none !important;
    color: #FFF !important;
    position: relative;
    font-weight: bold;
}
.first_need_bottom_con {
    padding: 15px;
    background: #FAE7E7;
    font-size: 14px;
    text-align: left;
}
.first_need_bottom_con h3{font-size:1.2em; font-weight:bold; color:#A38B77;}


.reserve_wrap {
    width:calc(100% - 30px);
    padding: 0 0 30px 0;
    margin:0 auto 30px;
    border-bottom: 1px dashed #523;
}
.reserve_L {
    padding: 0;
}
.reserve_L p:last-child{margin-bottom:0;}
.reserve_L h3 {
    border-bottom: 3px solid #523;
    color: #523;
    padding: 13px 15px 7px;
    margin-bottom: 15px;font-weight:bold; font-size:1.1em;
}
.reserve_L h4 {
    color: #A38B77;
}
.reserve_R {
    width:100%;
    margin:30px auto;
}
.reserve_R img {

}

#howto		{margin-bottom:0; padding: 40px 0;}
#howto h2	{display:block; width:128px; height:82px; overflow:hidden; background:url(../img/reserve/reserve_h2_howto.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#edit		{margin:40px auto;}
#edit h2	{display:block; width:calc(100% - 10px) ;max-width:343px; height:82px; overflow:hidden; background:url(../img/reserve/reserve_h2_edit.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#joi_notice{
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.2em;
    margin: auto;
    font-size: 0.6em;
    color: #e89;}
#joi_notice span{display:inline-block; background:#e9a; color:#fff; padding:1px 3px 0; margin-right:0.5em; font-size:0.96em;}


#bdy_joi_notice{
    margin:0.3em 0 0.5em;
    font-size: 0.9em;
    color: #e89;}
#bdy_joi_notice span{display:block; background:#e9a; color:#fff; padding:1px 5px 0; text-align:center; margin:1em 0;font-size:0.94em; }


#ftr_joi_notice{
    margin-bottom:0.8em;
    font-size: 0.9em;
    color: #e89;}
#ftr_joi_notice span{display:block;width:10em; background:#e9a; color:#fff; padding:1px 5px 0; text-align:center; font-weight:bold;font-size:0.9em;}


.ftr_p{margin-bottom:0.2em !important;}




#access_add01{
display: block;position:relative;
width:calc(100% - 1.7em - 34px) !important;height:auto !important;overflow:hidden;background:url(../img/treat/treat_bg_block.png) no-repeat 700px -40px !important;
background-size:40% !important;text-indent:0 !important;margin:25px auto 20px auto !important;
    font-size:1.15em;font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;border:solid 2px #552233;
    background-color:#FAE7E7 !important;padding:0.4em 0.7em 0.4em 1em;color:#552233;
}

#access_add02{display:block;background:#E8AEB1;padding:0.3em 0.5em;font-size:1.1em;text-align:left;}
.addition_jr{display:inline-block;height:1em;line-height:1em;font-size:0.6em;margin-right:0.5em;background:#444; color:#fff;padding:0.3em 0.7em;position:relative;top:-0.3em;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}

#access_add03{display:block;padding:1em 0 0 2.6em;text-align:left}
.handR {font-size: 0.9em !important;
    line-height: 1.4em !important;
    padding-left: 1.3em;
    text-indent:0.5em;margin:0}

.kome{font-size: 0.9em !important;
    line-height: 1.4em !important;
    padding-left: 1.3em;
    text-indent: -1.3em;}

.upperM{margin-top:0.7em;}

.traffic #access_add01{text-align:left;font-size:1em;}
#footer #access_add01{border-color:#ECAFB2 !important;color:#A38B77 !important;width:calc(100% - 1.7em - 44px) !important;}
#footer .addition_jr{background:#A38B77 !important}



}

/*---------------------------------------------
 ** 個別指定 for タブレット
---------------------------------------------*/
 @media screen and (min-width: 741px) and (max-width: 1023px) {
.only_sp, .only_pc{display:none;}
.only_tab		{display:inline;}

/* 年末年始のお知らせ */
.nennai_shinryou_wrapper {
    border-top: solid 1px #ECAFB2;
    text-align: center;
    padding: 25px 0 25px;
}
.nennai_shinryou_wrapper_end{
    border-top: solid 1px #ECAFB2;
}
#img_main {
    border-top: none;
}
.nennai_shinryou{
    width:90%;
    height: auto;
    max-width:700px;
    margin:0 auto;
}
/* 担当医表 */
.time_attention{
    display: flex;
    width: 100%;
    margin: 1rem auto;
    flex-wrap: wrap;
    justify-content:flex-start;
    gap: 1%;
}
.common_time .img img{
    width: 100%;
}
.common_time .img.sp_only{
    display: none;
}
.time_attention dl{
    width: 32%;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
}
.time_attention dl:first-child{
    width: 100%;
    margin-bottom: 1rem;
}
.time_attention dl dt{
    background-color:#FAE7E7;
    border-bottom: 1px solid #E18085;
    color: #E18085;
    text-align: center;
    padding: 0.5rem 0;
    border-radius: 18px 18px 0 0;
    font-weight: bold;
}
.time_attention dl dd{
    padding: 0.5rem 1rem;
    text-align: left;
    font-size: 14px;
}
/* よくあるご質問 */
.faqlist{
    background-color:#FAE7E7;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 1rem;
}
.faqlist li{  
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.2rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 50px;
}
.faqlist li:hover{
    border: 1px solid #E18085;
}
.faqlist span{
    font-weight: bold;
    color: #E18085;
}

/*202406*/
.bnr_dx{
    width: 620px;
    text-align: center;
    margin: 0 auto 40px auto;
}



/* -------------- style.css override ----------------- */
#index p, #doctor p, #first p, #clinic p, #treat p {
    font-size: 1em;
}

/* --------- main img ------------*/
/* #img_main{width:100%; height:290px; background-size: cover !important;overflow: hidden;}*/
#img_main{width:100%; height:290px; background-size: cover !important;overflow: hidden;}
#img_main::before{content:'';}


/* --------- common header --------- */
#header		{ width:100%; height:225px; overflow:hidden; margin:0 auto; position:relative;}
#hdr_logo_wrapper{width:100%; margin:0 auto; position:relative;}/* #hdr_logo_wrapper に含まれるオブジェクトをabsolute配置 */

#hdr_logo_bar	{ width:100%; height:192px; border-bottom:solid 1px #ECAFB2;}

#hdr_logo	{ width:250px; height:192px; overflow:hidden; background:#ECAFB2 url(../img/common/common_hdr_logo.png?date=20220418) no-repeat; background-size: contain; text-indent:-300%;}
#hdr_parking	{ width:107px; height:87px; overflow:hidden; position:absolute; right:339px; top:12px; background:#00A0EA; }
#hdr_tel	{ width:184px; height:36px; overflow:hidden; position:absolute; right:239px; bottom:20px;}
#hdr_btn_yoyaku	{ width:184px; height:38px; overflow:hidden; position:absolute; right:10px; bottom:20px;}
#hdr_tbl	{ width:311px; height:86px; overflow:hidden; position:absolute; right:10px; top:12px;}

#img_main .box_cont{width:350px; height:60px; position:absolute; left:0 /*147px*/; right:0; top:20px /*15px*/; margin:auto; border-top:solid 1px #EDB4B6;border-bottom:solid 1px #EDB4B6; background:url(../img/common/bg_title.png)}

/* common */
#pagetop_obi	{ width:100%; height:60px; background:#ECAFB2; position:relative; margin-top:60px;}
#pagetop	{ width:79px; height:71px; position:absolute; top:-24px; left:calc(50% - 38px); }

/* --------- common footer --------- */
#ftr_logo	{width:196px; height:110px; margin:22px auto 28px auto;}

.intro_2022{
    background-color: #FAE7E7;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 2rem 3rem;
    margin-bottom: 3rem;
}
.intro_2022 h3{
    color: #85125c;
    font-weight: bold;
    font-size: 1.5rem;
}
.intro_2022  span{
    text-align: right;
    font-size: 0.8rem;
    display: block;
}

#ftrL		{width:calc(50% - 40px); float:left; margin-left:25px;margin-right:30px; position:relative;}
#ftrL p		{color:#A38B77;}
#ftr_btn_yoyaku	{ width:161px; height:40px; overflow:hidden; position:absolute; right:17px; bottom:25px;}

#ftrC		{width:calc(50% - 40px); float:left; margin:0;}
#ftrC p		{color:#A38B77;}
#ftr_tbl	{width:100%;}

#ftrR		{width:calc(50% - 40px); clear:left; margin:30px auto 60px 0;padding: 50px 0 0 0;}
#map-canvas	{width:100%;height:325px;}
#ftrR p		{color:#A38B77;}


.ftr_obi	{width:100%; height:120px; background:#ECAFB2; color:#fff;}
#f_nav		{width:600px; height:80px; margin:0 auto;}
#copyright	{width:100%; height:40px; font-size:0.8em; line-height:40px; text-align:center; color: #A38B77}

/* --------- main box --------- */

.box_cont	{ width:100%; margin:0 auto;}
.box_all	{ width:100%; margin:0;}

/* --------- index intro --------- */
#intro		{margin-bottom:40px;}
#intro h2	{display:block; width:179px; height:83px; overflow:hidden; background:url(../img/index/index_h2_introduction.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%; background-size: contain;}
#intro h3	{display:block; width:603px; height:20px; overflow:hidden; background:url(../img/index/index_h3_introduction_str.png) no-repeat; margin:0 auto 60px auto; text-indent:-300%;background-size: contain;}

.glid_tab	{width:520px; margin:0 auto;}

#intro div a dl 	{display:block; width:210px; min-height:360px; float:left; }
dl#joi,dl#ken{margin-right:100px;}
dl#nin.dl#kid{margin-right:0;}

dl#joi dt{display:block; width:210px; height:210px; overflow:hidden;background:url(../img/index/index_li_introduction_01.png) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}
dl#nin dt{display:block; width:210px; height:210px; overflow:hidden;background:url(../img/index/index_li_introduction_02.png) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}
dl#ken dt{display:block; width:210px; height:210px; overflow:hidden;background:url(../img/index/index_li_introduction_03.png?date=20220427) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}
dl#kid dt{display:block; width:210px; height:210px; overflow:hidden;background:url(../img/index/index_li_introduction_04.png) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}

#index #aisatsu	{width: calc(100% - 30px); margin: 0 auto;margin-bottom:40px; padding:40px 0;}
#index #aisatsu h2	{display:block; width:125px; height:82px; overflow:hidden; background:url(../img/index/index_h2_aisatsu.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#index #aisatsu h3	{display:block; width:653px; height:19px; overflow:hidden; background:url(../img/index/index_h3_aisatsu_str.png) no-repeat; margin:0 auto 60px auto; text-indent:-300%;    background-size: contain;}

#index #aisatsu #honbun{width:100%; min-height:230px; background:url(../img/index/index_img_aisatsu.png) no-repeat right top;    background-size:35%;}
#index #aisatsu #honbun p { width: calc(65% - 50px); margin:0 25px;; color:#523; text-align:justify;}
#index_btn_doctor{display:block;width:164px; height:44px; margin:0 auto;}

#topic		{width:calc(100% - 50px); margin:0 auto;}

#oshirase		{margin-bottom:40px;}
#oshirase h2	{display:block; width:100px; height:82px; overflow:hidden; background:url(../img/index/index_h2_news.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#oshirase h3	{display:block; width:386px; height:19px; overflow:hidden; background:url(../img/index/index_h3_news_str.png) no-repeat; margin:0 auto 60px auto; text-indent:-300%;    background-size: contain;}

#oshirase #topic dl	{display:block; width: 95%; clear:left; margin: 10px auto;;}
#oshirase #topic dl dt	{display:block; width:120px; height:24px; line-height:24px; margin-right: 15px; font-weight:bold; text-align:center; color:#fff; background:#ECAFB2; float:left; }
#oshirase #topic .ninpu_news dl dt{ background-color: #D87D78;}
#oshirase #topic .other_news dl dt{ background-color: #D87D78;}
#oshirase #topic dl dd	{display:block; width:100%; margin: 0 auto;}
#oshirase #topic dl dd span	{display:block; font-weight:bold; color:#ECAFB2;}
#oshirase #topic .ninpu_news dl dd span	{color:#D87D78;}
#oshirase #topic .other_news dl dd span	{color:#D87D78;}
#index_btn_news{display:block;width:164px; height:44px; margin:60px auto 0 auto;}

#topic		{ display: flex; flex-wrap: wrap; justify-content: space-between;}
#topic .common_news{ width: 100%; margin-bottom: 1rem;}
#topic .other_news,
#topic .ninpu_news{ width: 48%;}
#topic .other_news h4,
#topic .ninpu_news h4,
#topic .common_news h4{ border-radius: 50px; padding: 0.5rem 1rem; box-sizing: border-box; text-align: center; color: #fff; font-weight: bold; margin-bottom: 1rem;}
#topic .ninpu_news h4{ background-color: #D87D78;}
#topic .other_news h4{ background-color:#FAE7E7; color: #D87D78 !important;}
#topic .common_news h4{ background-color:#ECAFB2;}

/* クリニック紹介 */
#clinic_clinic					{width:calc(100% - 30px);margin:0 auto 40px;}
#clinic_clinic h2				{display:block; width:235px; height:82px; overflow:hidden; background:url(../img/clinic/clinic_h2_clinic.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#clinic .body{ display: flex; flex-wrap: wrap;}
.body .block			{ width:29%; margin:0 20px 40px 0; text-align:center;min-height: 330px;}
.body .block img		{margin-bottom:15px;}
.body .block:nth-child(3n)	{margin-right:0;}
#clinic_clinic .block p			{color:#444; font-size:1em;    margin-bottom: 5px !important;}
#clinic_clinic .block p span		{color:#ECAFB2;}
.clinic_cap	{font-size:0.95em !important;    text-align:justify; line-height:1.5em; }

#clinic_env					{width:calc(100% - 30px);margin:0 auto 40px;padding: 40px 0;}
#clinic_env h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/clinic/clinic_h2_env.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#clinic_env .block p			{color:#523; font-size:1em;    margin-bottom: 5px !important;}
#clinic_env .block p span		{color:#E18085;}

#clinic_vierra					{width:calc(100% - 30px);margin:0 auto 40px;}
#clinic_vierra h2				{display:block; width:255px; height:82px; overflow:hidden; background:url(../img/clinic/clinic_h2_vierra.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#clinic_vierra .block p			{color:#444; font-size:1em;    margin-bottom: 5px !important;}
#clinic_vierra .block p span		{color:#ECAFB2;}



/* 初診の方 */
#first_about				{width: calc(100% - 30px); margin:0 auto 60px;}
#first_about h2				{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/first/first_h2_first.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
.first_L				{  }
.first_tbl 				{ width:100%; border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; border-collapse: collapse; border-spacing: 0; padding: 0; margin: 0 0 25px 0;}
.first_tbl th 				{ width: 20%; text-align: center; background: #FAE7E7;}
.first_tbl td				{ width:80%; border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; font-weight: normal; padding: 12px 15px 12px 30px; vertical-align: top; font-size:0.9em;}
.first_tbl th, .first_tbl td 		{ border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; font-weight: normal; padding: 12px 15px; vertical-align: middle;}
.first_02_L 				{ width: calc(100% - 66px); border: 3px solid #ECAFB2; float: left; background: #FFF; text-align: center; padding: 30px; margin: 0 30px 0 0;}
.first_02_L dl				{display:block;}
.first_02_L dl:first-child,
.first_02_L dl:nth-child(2) 		{ border-bottom: 1px solid #ECAFB2; padding: 0 0 20px 0;}
.first_02_L dl:last-child,
.first_02_L dl:nth-child(2) 		{ padding-top:20px;}
.first_02_L dl dd,.first_02_R dl dd	{ margin: 5px 0 0 0; text-align: justify;}
.first_02_L h3, .first_02_R h3		{ font-size: 18px; font-weight: bold; color:#A38B77;}
.first_02_R 				{ width: calc(100% - 66px); border: 3px solid #ECAFB2; float: left; background: #FFF; text-align: center; padding: 36px 30px; margin: 30px 0 0 0;}
.first_02_R dl dd img			{display:block; margin:0 auto 20px;}

#first_flow				{margin-bottom:40px;padding: 40px 0;}
#first_flow h2				{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/first/first_h2_flow.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#first_flow_wrapper				{ width: calc(100% - 30px); margin: 0 auto 30px; }
#first_flow_wrapper .LR_wrapper:nth-child(odd)	{ float: left; width: 270px; padding-right: 30px; margin-top: 0px; }
#first_flow_wrapper .LR_wrapper:nth-child(even)	{ float: left; width: calc(100% - 300px); margin: 0 0 20px 0; }

#first_flow_wrapper .LR_wrapper h3		{ color:#523; border-bottom:dashed 1px #A38B77; font-size:1.4em; font-weight:bold; padding-bottom:8px;}
#first_flow_wrapper .LR_wrapper h3:first-letter	{background-color:#523; color:#ffffff; padding:0 13px; font-size:1.4em; font-weight:bold;border-radius:30px; -moz-border-radius:30px;-webkit-border-radius:30px;}
#first_flow_wrapper .LR_wrapper p		{margin-top:15px; color:#523;/*#A38B77;*/}

.first_btn_yoyaku				{display:block; float:left; width:250px; margin: 0 30px 0 0;}
.first_btn_sheet				{display:block; float:left; width:250px; margin: 0 30px 0 0;}

.first_indentB					{padding-left: 1em; text-indent: -1em; margin-bottom:0;}

#first_yoyaku_kochira {padding-top: 11px;    margin-bottom: 18px;}

/* 診療のご案内 */
#treat_rinen					{width:calc(100% - 30px);margin:0 auto 40px;padding: 40px 0;}
#treat_rinen h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_rinen.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

.treat_block					{ /*background:#F8e8e8 url(../img/treat/treat_bg_block.png) no-repeat 380px 160px; padding:30px 20px;*/}
.treat_block_inner				{ padding:15px; background:#FAE7E7; border-radius:10px; -moz-border-radius:10px;-webkit-border-radius:10px;}
.treat_block_inner h3				{ font-size: 150%;color: #A38B77;font-weight: bold;padding: 9px 0 5px 0;text-align: left;}
.treat_block_inner h3:before{margin:0 7px 3px 0;
 content:" ";
 display:inline-block;
 width:21px;
 height:21px;
 background:url( ../img/common/hdr_ico.png);
 background-size:contain;
 vertical-align:middle;}
/*
.treat_block_inner h3:after{margin:0 0 3px 7px;
 content:" ";
 display:inline-block;
 width:21px;
 height:21px;
 background:url( ../img/common/hdr_ico.png);
 background-size:contain;
 vertical-align:middle;}
*/
.treat_block2					{ /*background:#FAE7E7 url(../img/treat/treat_bg2_block.png) no-repeat 380px 250px; padding:0; margin-bottom:40px;*/}
.treat_block2_inner{width:calc((100% - 60px) / 3); float:left; margin-right:20px; margin-bottom:20px;}
.treat_block2_inner:last-child{margin-right:0;}
.treat_block2_inner h3 {
    color: #523;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: dashed 1px #523;
    padding-bottom: 10px;
}











.box_cont2{

    margin: 0 auto;
    position: relative;
}

#treat_kenshin h2					{display:block; width:314px; height:114px; overflow:hidden; background:url(../img/treat/treat_h2_point.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#treat_kenshin{padding:60px 0; text-align:center; }

#treat_kenshin h3{
display: block;
font-size:1.6em;
color:#fff;
background:#85125c;
padding:8px 12px;
text-align:center;
margin: 0 auto 40px auto;
border-radius:10px; -moz-border-radius:10px;-webkit-border-radius:10px;

}

#treat_kenshin .midashi{
display:block;
    overflow: hidden;
    background: #fcf5c8;
    margin: 0 auto 40px auto;
padding:20px;
font-size:1.1em;
border-radius:10px; -moz-border-radius:10px;-webkit-border-radius:10px;
}
#treat_kenshin .midashi p{margin-bottom:0;}

#treat_kenshin .block1{display:block; width:620px; margin:0 auto;}
#treat_kenshin .block1 h4{
    width: 620px;
    height: 70px;
    overflow: hidden;
    background: url(../img/treat/kenshin_block1_midashi_tab.png) no-repeat;
    margin: 0 auto 10px;
    text-indent: -900%;
    background-size: contain;
}
#treat_kenshin .block1_str{
    width: 500px; text-align:justify;
    margin: 0 auto 10px auto;
}
#treat_kenshin .uri_centralsports{display:block; width:500px; margin:10px auto 0; text-align:left;}

#treat_kenshin .block2{display:block; width:620px; margin:40px auto;}
#treat_kenshin .block2 h4{
    width: 620px;
    height: 70px;
    overflow: hidden;
    background: url(../img/treat/kenshin_block2_ttl_tab.png) no-repeat;
    margin: 0 auto 10px;
    text-indent: -900%;
    background-size: contain;
}
#treat_kenshin .block2_str{
    width: 500px; text-align:justify;
    margin: 0 auto 10px auto;
}



#treat_kenshin .block3{display:block; width:620px; margin:40px auto;}
#treat_kenshin .block3 h4{
    width: 620px;
    height: 70px;
    overflow: hidden;
    background: url(../img/treat/kenshin_block3_ttl_tab.png) no-repeat;
    margin: 0 auto 10px;
    text-indent: -900%;
    background-size: contain;
}
#treat_kenshin .block3_L{
    width: 500px; text-align:justify;
    margin: 0 auto 10px auto;
}
#treat_kenshin .block3_R{

    width: 500px; text-align:justify;
    padding:20px 0;
    margin: 0 auto 10px auto;
background:#ffffcc;
background-image:url(../img/treat/kenshin_block3_img.png);
background-position: 360px;
background-repeat: no-repeat;
}
#treat_kenshin .block3_R ul{
position:relative;
left:40px;
}
#treat_kenshin .block3_R ul li{
list-style:disc;
font-size:0.8em;
color:#85125c;
padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
}
#treat_kenshin .block3_R ul li span{
color:#444;
}

#treat_kenshin_kakomi{border:solid 2px #85125c; min-height:150px; background:#fff; padding:30px; background: url(../img/treat/kenshin_block3_kakomi_img.png) no-repeat; background-position-x: 360px; background-position-y: center; margin:50px 0; text-align:center;}
#treat_kenshin_kakomi h4{ font-size:1.4em; color:#85125c; margin-bottom: 10px;}
#treat_kenshin_kakomi .block_L{width:54%; padding-right:30px; text-align:justify;}















.treat_addition					{ margin:20px 0 0 0;}
.treat_addition2				{ margin:20px 40px 0 40px;background:#fff; margin-bottom:40px;padding:30px;}

.treat_addition2 h3				{font-size: 1.1em;font-weight:bold;
    color: #523;
    text-align: center;
    margin-bottom: 20px;
}
.treat_addition p				{ padding-left: 1em; text-indent: -1em; margin-bottom:0.5em; }
.treat_addition2 p				{ margin-bottom:0.5em; }


h3.catch					{ font-size: 150%; color: #A38B77; font-weight: bold; padding: 9px 0 5px 0;}

.guideL h3, .guideR h3				{font-size: 150%; color: #523; text-align: center; border-top: 1px solid #523; border-bottom: 1px solid #523; margin-bottom:20px;margin-top:30px;}

#treat_guide ul					{ margin:0;padding:0 0 30px 20px;list-style: none;}
#treat_guide ul li 				{ position: relative; padding-left: 15px;padding-bottom: 5px; text-align:justify;}
#treat_guide ul li:before			{ display: block; content: ''; background:url(../img/common/hdr_ico.png); background-size:cover; position: absolute; top: 0.2em; left: -0.6em; width: 21px; height: 21px; }

#treat_guide ul.mark_strong li			{ padding-bottom: 30px;}
#treat_guide ul.mark_strong li b		{ font-size:1.2em; color:#523;}
#treat_guide ul.mark_strong li:before		{ display: block; content: ''; background:url(../img/common/hdr_ico.png); background-size:cover; position: absolute; top: 0.2em; left: -1.1em; width: 30px; height: 30px; }

.guideL						{width:calc((100% - 30px) / 2); margin-right:30px; float:left;}
.guideR						{width:calc((100% - 30px) / 2); float:left;}

#treat_guide					{width:calc(100% - 30px);margin:0 auto 40px;padding: 40px 0;}
#treat_guide h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_guide.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}


#treat_menu					{width:calc(100% - 30px);margin:0 auto 40px;}
#treat_menu h2				{display:block; width:274px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_menu.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

table.treat_menu			{ border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: none; background: #ffecec; border-collapse: separate; border-spacing: 0; width: 100%; margin-bottom: 1em;}
table.treat_menu tr th 			{ color: #fff; background:#ECAFB2; font-size: 1.1em; border-bottom: solid 1px #fff; width:27%; text-align: center; -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0;}
table.treat_menu tr td { width: auto; display: inline-block; padding: 20px 10px 20px 30px;}
table.treat_menu tr td p{margin-bottom:0;}

#treat_time					{width:calc(100% - 30px);margin:0 auto 40px;padding: 40px 0;}
#treat_time h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_time.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

table.clinicinfo				{ width: 100%;border: 2px solid #A38B77;border-collapse: collapse;border-spacing: 0;}
table.clinicinfo tr				{ border: 1px solid #A38B77; background: #fff;}
table.clinicinfo th				{ background: #eee; font-weight: bold; border: 1px solid #ccc;    text-align: center;padding: 10px 0;}
table.clinicinfo th:first-child			{ background: #523; color: #fff; width:13%;}
table.clinicinfo td				{ padding: 5px 10px;text-align: left;font-size: 14px;border: 1px solid #ccc;width: calc( (100% - 80px) / 2 );}

#treat_btn_schedule{    display: block;    width: 232px;    height: 44px;    margin: 50px auto 30px auto;}
#treat_btn_pricelist{    display: block;    width: 464px;    height: 88px;    margin: 60px auto 0 auto;}
#treat_btn_pricelist img{ width: 100%;}


#angelmem{display:block; width:100%; text-align:center; padding-top:20px; margin-bottom:30px;}
#angelmem h3{
    font-size: 150%;
    color: #523;
    text-align: center;
    border-top: 1px solid #523;
    border-bottom: 1px solid #523;
    margin-bottom: 20px;
    margin-top: 30px;
}

.angelimg{width:35%; float:left; margin-right:30px;}
.angelp{display:block; float:left; width:calc(65% - 30px); text-align:left;}
.angelp p{ margin-bottom:20px !important;}
.angelp p span{display:block; margin-top:13px;}

/* ドクター紹介 */
#doctor #aisatsu		{width:calc(100% - 30px); margin:0 auto; /*margin-bottom:40px;*/}
#doctor #aisatsu h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/doctor/doctor_h2_aisatsu.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#doctor #aisatsu .body img	{margin-bottom:30px;}
.nmblock		{width:15em;     margin-left: calc(100% - 15em);}

#profile		{width:calc(100% - 30px); margin:0 auto; margin-bottom:40px; padding-top:40px;}
#profile h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/doctor/doctor_h2_profile.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#profile .body		{ margin-bottom:40px;}
#profile .body h3	{ color:#523; font-size:2.3em; text-align:center; margin-bottom:0;}
#profile .body p	{ color:#523; font-size:1em; text-align:center; margin-top:-15px;}
#profile .body dl	{ border-bottom:dashed 1px #A38B77; float: left; width: 100%; margin-bottom: 20px; padding-bottom: 20px;}
#profile .body dl dt	{ float: left; width: 19%; padding-left: 0%; color: #FFF; font-weight: bold; font-size: 14px;}
#profile .body dl dt span	{ width: 111px; display: block; background-color: #523; -moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px; text-align: center; color: #FFF;}
#profile .body dl dd	{float: right; width: 77%; background-repeat: repeat-y; background-position: left top; padding-left: 4%;color: #523;}
#profile .body dl dd dl	{ float: left; border: none !important; background-image: none !important; padding-bottom: 0px !important; margin-bottom: 0px !important;}

#profile .body dl dd dl dt	{ width: 100px; float: left; color: #523 !important;}
#profile .body dl dd dl dd	{ float: left !important; padding: 0 !important;color: #523;}

.outdoctor{ margin-bottom:60px; display:flex; color:#523;}
.outdoctor .outbox{ width:48%; text-align: center; background:#fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding:20px 0;}
.outdoctor .outbox h3{ font-size: 30px; font-weight: bold; line-height: 1.2;}
.outdoctor .outbox .h3_01{ font-size: 15px; font-weight: bold; display: inline-block; margin:10px auto; padding: 5px 10px 2px; border-top:1px solid #523; border-bottom:1px solid #523;}
.outdoctor .outbox .h3_02{ font-size: 15px; font-weight: bold; display: inline-block; margin:0 auto;}
.outdoctor .outbox .brown{width: 111px;display: block;background-color: #523;-moz-border-radius: 14px;-webkit-border-radius: 14px;border-radius: 14px;text-align: center;color: #FFF;margin: 20px auto 5px;}

.outdoctor .outbox dl{width: 86%;margin:0 auto;border-bottom:dashed 1px #A38B77;display: flex;font-size:90%;line-height: 1.4;padding:0 10px;}
.outdoctor .outbox dt{width:90px;text-align: left;padding: 5px 0 4px;}
.outdoctor .outbox dd{text-align: left;padding: 5px 0 4px;}

.outdoctor .outbox ul{width: 86%;margin:0 auto;font-size:90%;line-height: 1.4;}
.outdoctor .outbox li{text-align: left;padding: 5px 10px 4px;border-bottom:dashed 1px #A38B77;}


/* よくある質問 */
#question		{margin-bottom:40px;}
#question h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/faq/faq_h2_faq.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#question .body		{width:calc(100% - 30px); margin:auto;}
#question .body dl	{ border-bottom:dashed 1px #EDB4B6; margin: 30px 0 0 0; padding: 0 0 30px 0;}
#question .body dl:last-child{border-bottom:none; padding-bottom:80px;}
#question .body dl dt	{ color:#ECAFB2; margin-bottom:10px;padding-left: 58px;}
/* #question .body dl dt:first-letter {background-color:#ECAFB2; color:#ffffff; padding:5px 15px; font-size:1.8em; font-weight:bold;border-radius:30px; -moz-border-radius:30px;-webkit-border-radius:30px;} */
#question .body dl dd	{ color:#A38B77; padding-left:3em; width:calc(100% - 3.5em);padding-left: 58px; }
/* #question .body dl dd:first-letter {background-color:#A38B77; color:#ffffff; padding:4px 15px; font-size:1.8em; font-weight:bold;border-radius:30px; -moz-border-radius:30px;-webkit-border-radius:30px;} */

/* アクセス */
#map		{margin-bottom:40px;    position: relative;}
#map h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/access/access_h2_map.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#map .body	{ width:100%; margin-bottom:15px;}
.fa-map-marker	{ font-size: 60px !important; float: left; color: #ECAFB2;    position: relative;   left: 8px;}
.ad		{ float: left;position: relative; top: 5px; left: 15px;}
#access_btn_map	{display:block;width:164px; height:44px; position:absolute; right:8px; bottom:15px;}

#traffic		{margin-bottom:0; padding: 40px 0;}
#traffic h2	{display:block; width:314px; height:82px; overflow:hidden; background:url(../img/access/access_h2_traffic.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#traffic h3	{display:block; width:368px; height:20px; overflow:hidden; background:url(../img/access/access_h3_traffic_str.png) no-repeat; margin:0 auto 60px auto; text-indent:-300%;    background-size: contain;}

#traffic .body	{ width:100%; margin-bottom:15px;}
dl.traffic	{display:block; width:calc(50% - 20px); text-align:center; float:left; margin-right:15px;margin-left: 10px;}
dl.traffic:last-child{ margin-right:10px; margin-left:0;}
dl.traffic dt span	{font-size:1.6em; font-weight:bold;display:block;}
dl.traffic dt		{margin-top:80px;border-top: solid 1px #523; padding-top: 15px;border-bottom: solid 1px #523; }
dl.traffic dt:first-child{margin-top:0;}
dl.traffic dd		{margin:20px 0;text-align: left; /*padding: 0 1em;*/}



#inq		{margin-bottom:40px; margin-top:40px;}
#inq h2		{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/access/inqry_h2_inq.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
.inq		{width: 520px; border: solid 3px #ECAFB2; padding: 10px; font-size: 3em; color: #ECAFB2; font-weight: bold; text-align: center; margin: 0 auto 20px;}
.inq_ara	{width: calc(100% - 40px);; color: #ECAFB2; text-align:center; margin: 0 auto 20px;}




/* 料金表 */
#list		{margin-bottom:40px;}
#list h2	{display:block; width:77px; height:82px; overflow:hidden; background:url(../img/price/price_h2_list.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#price dl {zoom: 1;}
#price dl:after {content: "";display: block;clear: both;}


.list_small{display:block; font-size:0.9em; margin:0;}
.txt_small{font-size:0.9em; margin:0;}
.border{border:none;  margin-bottom:1em; border-bottom: dashed 1px #523;}

.kakaku{display:block;text-align:right; font-weight:bold;}
.yen{font-size:0.7em; font-weight:normal;}


.price_bdr 				{width: 500px;border-right: 1px solid #cccccc;border-top: 1px solid #cccccc;border-collapse: collapse;border-spacing: 0;padding: 0;margin: 0 auto 25px auto;}
.price_bdr th 				{ text-align: center; background: #FAE7E7;}
.price_bdr td				{ text-align: right; border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; font-weight: normal; padding: 12px 15px 12px 30px; vertical-align: top; font-size:0.9em;}
.price_bdr th, .price_bdr td 		{width: 50%;border-bottom: 1px solid #cccccc;border-left: 1px solid #cccccc;font-weight: normal;padding: 12px 15px;vertical-align: middle;}



	.listL{float:left;  width:calc((100% - 65px)/2); margin-left:15px; margin-right:35px; font-size:1em;}
	.listR{float:left;  width:calc((100% - 65px)/2); margin-right:15px;font-size:1em;}

	#price h3{display: block; margin: 2em 0 1.4em; padding: 0px 0; font-weight: bold; font-size: 1.3em; background-color: #523; -moz-border-radius: 24px; -webkit-border-radius: 24px; border-radius: 24px; text-align: center; color: #FFF;}


.price_block{margin:5px 0 20px;}
.price_notice{ display:block; clear:both; text-align:right; padding-right:0.5em; color:#523; font-weight:bold; font-size:0.95em !important;position:relative;     top: -0.5em;}

dl.level_1   {display:block; float:none; clear:both; width:calc(100% - 40px); padding:0 0 0 40px; position:relative;font-size:1.1em;}
dl.level_1 dt{width:calc(100% - 6.9em);font-weight:bold; color: #523 !important;float: left;  color: #523 !important;padding-left: 0;}
dl.level_1 dd{width: 6em;  float: left !important;  padding: 0 !important;  color: #523;padding-right: 0.2em !important;}
dl.level_1 dt span:before{display: block;  content: '';  background: url(../img/common/hdr_ico.png); background-size: contain; position: absolute; top: 0.2em; left: 0.6em; width: 24px; height: 24px;}

dl.level_2{display:block; clear:both; float:none; }
dl.level_2 dt{width:calc(100% - 11em);  float: left; text-align:left; color: #523 !important;padding-left: 3em;}
dl.level_2 dd{width:7em; float: left !important; padding: 0 !important; color: #523;padding-right: 1em;}

dl.level_3   {display:block; clear:both; float:none; }
dl.level_3 dt{width:calc(100% - 16em);  float: left; text-align:left; color: #523 !important;padding-left: 7em;}
dl.level_3 dd{width:8em; float: left !important; padding: 0 !important; color: #523;padding-right: 1em;}

.list_kakomi		{display:block; float:none; clear:both; border: solid 1px #ECAFB2; font-size:0.9em; width:calc(100% - 7em); margin:0.5em 0 1em 3em; padding:0.5em 1em;}
.list_kakomi_afternotice{display:block; float:none; clear:both; border: solid 1px #ECAFB2; font-size:0.9em; width:calc(100% - 7em); margin:0.5em 0 1em 3em; padding:0.5em 1em;position:relative;     top: -1em;}
.list_kakomi2		{display:block; float:none; clear:both; border: solid 1px #ECAFB2; font-size:0.9em; width:calc(100% - 11em); margin-left:7.5em; margin-bottom:0.5em; padding:0.5em 1em;}

.yose_L3{padding-left:3em;}

.aki_T05{margin-top:0.5em;}
.aki_B1{margin-bottom:1em;}



/* wordpress */
#primary,#secondary	{width:calc(100% - 30px); margin:auto; font-size:0.85em; float:none !important;}
#primary h1	{font-size:1.2em;}
#primary .entry-meta{font-size:0.8em;}

/* お知らせ */
#wp_btn_news{ width:240px; margin:40px auto 60px;}

/* WEB予約 */
#guide		{margin-bottom:40px;}
#guide h2	{display:block; width:310px; height:82px; overflow:hidden; background:url(../img/reserve/reserve_h2_guide.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

.reservation_top_all {
/*    width: calc(100% - 96px);
    border: 8px solid #ECAFB2;
    background: #FFF;*/
    text-align: left;
    padding: 30px;
    margin: 0 auto;
}
.clinic_onayami {
    float: left;
}

.reservation_list {
    margin: 0;
    padding: 0;
    _zoom: 1;
    overflow: hidden;
}
.reservation_list li {
    margin: 0 20px 0 0;
    list-style: inside;
    color: #ECAFB2;
}
.reservation_str {
    padding: 10px;
    text-align: left;
}
.reservation_str h4{font-size:1em; font-weight:bold;color: #ECAFB2;}
.reservation_bt {
    padding: 0;margin-bottom:15px;
    text-align: center;
}
.nyuji_bt {
    background-image: -moz-linear-gradient(50% 0% -90deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,200,222)),color-stop(1, rgb(255,172,204)));
    background-image: -webkit-linear-gradient(-90deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    background-image: -o-linear-gradient(-90deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    background-image: linear-gradient(180deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    padding: 13px 10px;
    -moz-border-radius: 29px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    display: block;
    text-decoration: none !important;
    color: #FFF !important;
    position: relative;
    font-weight: bold;
}
.first_need_bottom_con {
    padding: 15px;
    background: #FAE7E7;
    font-size: 14px;
    text-align: left;
}
.first_need_bottom_con h3{font-size:1.2em; font-weight:bold; color:#A38B77;}


.reserve_wrap {
    width:calc(100% - 30px);
    padding: 0 0 30px 0;
    margin:0 auto 30px;
    border-bottom: 1px dashed #523;
}
.reserve_L {
    padding: 0 10px;
}
.reserve_L p:last-child{margin-bottom:0;}
.reserve_L h3 {
    border-bottom: 3px solid #523;
    color: #523;
    padding: 13px 15px 7px;
    margin-bottom: 15px;font-weight:bold; font-size:1.1em;
}
.reserve_L h4 {
    color: #A38B77;
}
.reserve_R {
    width:600px;
    margin:30px auto;
}
.reserve_R img {

}

#howto		{margin-bottom:0; padding: 40px 0;}
#howto h2	{display:block; width:128px; height:82px; overflow:hidden; background:url(../img/reserve/reserve_h2_howto.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#edit		{margin:40px auto;}
#edit h2	{display:block; width:343px; height:82px; overflow:hidden; background:url(../img/reserve/reserve_h2_edit.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}


#joi_notice{
    position: absolute;
    right: 1em;
    bottom: 5.8em;
    font-size: 0.72em;
    color: #e89;}
#joi_notice span{display:inline-block; background:#e9a; color:#fff; padding:1px 3px 0; margin-right:0.5em; font-size:0.96em;}


#bdy_joi_notice{
    margin:0.3em 0 0.5em;
    font-size: 1em;
    color: #e89;}
#bdy_joi_notice span{display:inline-block; background:#e9a; color:#fff; padding:1px 5px 0; margin-right:0.5em;font-size:0.94em;}


#ftr_joi_notice{
    margin-bottom:0.8em;
    font-size: 0.95em;
    color: #e89;}
#ftr_joi_notice span{display:block; width:10em; text-align:center; background:#e9a; color:#fff; padding:1px 5px 0; margin-right:0.5em;font-size:0.95em;}


.ftr_p{margin-bottom:0.2em !important;}



#access_add01{
display: block;position:relative;
width:calc(100% - 1.7em - 24px) !important;height:auto !important;overflow:hidden;background:url(../img/treat/treat_bg_block.png) no-repeat 700px -40px !important;
background-size:40% !important;text-indent:0 !important;margin:25px auto 20px auto !important;
    font-size:1.4em;font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;border:solid 2px #552233;
    background-color:#FAE7E7 !important;padding:0.4em 0.7em 0.4em 1em;color:#552233;
}
#access_add02{display:block;background:#E8AEB1;padding:0.3em 0.5em;font-size:1.1em;}

.addition_jr{display:inline-block;height:1em;line-height:1em;font-size:0.6em;margin-right:0.5em;background:#444; color:#fff;padding:0.3em 0.7em;position:relative;top:-0.3em;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}



#access_add03{display:block;padding:1em 0 0 2.6em;}
.handR {font-size: 0.9em !important;
    line-height: 1.4em !important;
    padding-left: 1.3em;
    text-indent:0.5em;margin:0}

.kome{font-size: 0.9em !important;
    line-height: 1.4em !important;
    padding-left: 1.3em;
    text-indent: -1.3em;}

.upperM{margin-top:0.7em;}

.traffic #access_add01{font-size:1.1em;}
#footer #access_add01{border-color:#ECAFB2 !important;color:#A38B77 !important;width:calc(100% - 1.7em - 54px) !important;}
#footer .addition_jr{background:#A38B77 !important}


}

/*-----------------------------------------------------	*/
/*  個別指定 for PC	*/
/*-----------------------------------------------------	*/
@media screen and (min-width: 1024px) {
.only_tab, .only_sp{display:none;}
.only_pc		{display:inline;}



/* 年末年始のお知らせ */
.nennai_shinryou_wrapper {
    border-top: solid 1px #ECAFB2;
    text-align: center;
    padding: 25px 0 0;
}
.nennai_shinryou_wrapper_end{
    border-top: solid 1px #ECAFB2;
}
#img_main {
    border-top: none;
}
.nennai_shinryou{
    width:90%;
    height: auto;
    max-width:988px;
    margin:0 auto;
}
/* 担当医表 */
.time_attention{
    display: flex;
    width: 100%;
    margin: 1rem auto;
    flex-wrap: wrap;
    justify-content:flex-start;
    gap: 1%;
}
.common_time .img img{
    width: 100%;
}
.common_time .img.sp_only{
    display: none;
}
.time_attention dl{
    width: 32%;
    box-sizing: border-box;
    border-radius: 20px;
}
.time_attention dl:first-child{
    width: 100%;
    margin-bottom: 1rem;
}
.time_attention dl dt{
    background-color:#FAE7E7;
    border-bottom: 1px solid #E18085;
    color: #E18085;
    text-align: center;
    padding: 0.5rem 0;
    border-radius: 18px;
    font-weight: bold;
}
.time_attention dl dd{
    padding: 0.5rem 1rem;
    text-align: left;
    font-size: 14px;
}
/* よくあるご質問 */
.faqlist{
    background-color:#FAE7E7;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 1rem 2rem;
}
.faqlist li{  
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.2rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 50px;
}
.faqlist li:hover{
    border: 1px solid #E18085;
}
.faqlist span{
    font-weight: bold;
    color: #E18085;
}


/* --------- common header --------- */
#header		{ width:980px; height:162px; overflow:hidden; margin:0 auto; position:relative;}
#hdr_logo_wrapper{width:980px; margin:0 auto; position:relative;}/* #hdr_logo_wrapper に含まれるオブジェクトをabsolute配置 */

#hdr_logo	{ width:220px; height:162px; overflow:hidden; background:#ECAFB2 url(../img/common/common_hdr_logo.png?date=20220418) no-repeat; background-size: contain; text-indent:-300%;}
#hdr_parking	{ width:107px; height:87px; overflow:hidden; position:absolute; left:339px; top:12px; background:#00A0EA; }
#hdr_tel	{ width:184px; height:36px; overflow:hidden; position:absolute; left:464px; top:12px;}
#hdr_btn_yoyaku	{ width:184px; height:38px; overflow:hidden; position:absolute; left:464px; top:60px;}
#hdr_tbl	{ width:311px; height:86px; overflow:hidden; position:absolute; right:0; top:12px;}

#img_main .box_cont{width:450px; height:90px; position:absolute; left:50px/*147px*/; right:0; top:34px /*15px*/; margin:auto; border-top:solid 1px #EDB4B6;border-bottom:solid 1px #EDB4B6; background:url(../img/common/bg_title.png)}

/* common */
#pagetop_obi	{ width:100%; height:60px; background:#ECAFB2; position:relative; margin-top:60px;}
#pagetop	{ width:79px; height:71px; position:absolute; top:-24px; left:calc(50% - 38px); }

/* --------- common footer --------- */
#ftr_logo	{width:196px; height:110px; margin:22px auto 28px auto;}


#ftrL		{width:310px; float:left; margin-right:25px; position:relative;}
#ftrL p		{color:#A38B77;}
#ftr_btn_yoyaku	{ width:150px; height:40px; overflow:hidden; position:absolute; right:-1px; bottom:55px;}

#ftrC		{width:320px; float:left; margin-right:25px;}
#ftrC p		{color:#A38B77;}
#ftr_tbl	{width:100%;}

#ftrR		{width:300px; float:left; clear:right; margin-bottom:30px;}
#ftrR p		{color:#A38B77;}

#map-canvas	{width:100%;height:395px;}

.ftr_obi	{width:100%; height:120px; background:#ECAFB2; color:#fff;}
#f_nav		{width:600px; height:120px; float:left;}
#copyright	{width:380px; height:120px; float:left; font-size:0.8em; line-height:120px; text-align:right; color: #A38B77}

/* --------- main box --------- */

.box_cont	{ width:980px; margin:0 auto;position: relative;}
.box_all	{ width:100%; margin:0;}

/* --------- index intro --------- */
#intro		{margin-bottom:40px;}
#intro h2	{display:block; width:179px; height:83px; overflow:hidden; background:url(../img/index/index_h2_introduction.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%; background-size: contain;}
#intro h3	{display:block; width:603px; height:20px; overflow:hidden; background:url(../img/index/index_h3_introduction_str.png) no-repeat; margin:0 auto 60px auto; text-indent:-300%;background-size: contain;}
#intro div a dl 	{display:block; width:210px; min-height:330px; float:left; }
dl#joi,dl#ken{margin-right:47px;}
dl#nin{margin-right:46px;}

.intro_2022{
    background-color: #FAE7E7;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 2rem 3rem;
    margin-bottom: 3rem;
}
.intro_2022 h3{
    color: #85125c;
    font-weight: bold;
    font-size: 1.5rem;
}
.intro_2022  span{
    text-align: right;
    font-size: 0.8rem;
    display: block;
}

dl#joi dt{display:block; width:210px; height:210px; overflow:hidden;background:url(../img/index/index_li_introduction_01.png) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}
dl#nin dt{display:block; width:210px; height:210px; overflow:hidden;background:url(../img/index/index_li_introduction_02.png) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}
dl#ken dt{display:block; width:210px; height:210px; overflow:hidden;background:url(../img/index/index_li_introduction_03.png?date=20220427) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}
dl#kid dt{display:block; width:210px; height:210px; overflow:hidden;background:url(../img/index/index_li_introduction_04.png) no-repeat; text-indent:-300%; margin-bottom:5px;    background-size: contain;}

#index #aisatsu	{margin-bottom:40px; padding:40px 0;}
#index #aisatsu h2	{display:block; width:125px; height:82px; overflow:hidden; background:url(../img/index/index_h2_aisatsu.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#index #aisatsu h3	{display:block; width:653px; height:19px; overflow:hidden; background:url(../img/index/index_h3_aisatsu_str.png) no-repeat; margin:0 auto 60px auto; text-indent:-300%;    background-size: contain;}

#index #aisatsu #honbun{width:100%; min-height:230px; background:url(../img/index/index_img_aisatsu.png) no-repeat right top;    background-size:50%;}
#index #aisatsu #honbun p {width:460px; color:#523; text-align:justify;}
#index_btn_doctor{display:block;width:164px; height:44px; margin:0 auto;}

#oshirase		{margin-bottom:40px;}
#oshirase h2	{display:block; width:100px; height:82px; overflow:hidden; background:url(../img/index/index_h2_news.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#oshirase h3	{display:block; width:386px; height:19px; overflow:hidden; background:url(../img/index/index_h3_news_str.png) no-repeat; margin:0 auto 60px auto; text-indent:-300%;    background-size: contain;}

#oshirase #topic dl	{display:block; width: 95%; clear:left; margin: 10px auto;}
#oshirase #topic dl dt	{display:block; width:120px; height:24px; line-height:24px; margin-right: 15px; font-weight:bold; text-align:center; color:#fff; background:#ECAFB2; float:left; }
#oshirase #topic .ninpu_news dl dt{ background-color: #D87D78;}
#oshirase #topic .other_news dl dt{ background-color: #D87D78;}
#oshirase #topic dl dd	{display:block; width: 100%; margin: 0 auto;}
#oshirase #topic dl dd span	{display:block; font-weight:bold; color:#ECAFB2;}
#oshirase #topic .ninpu_news dl dd span	{color:#D87D78;}
#oshirase #topic .other_news dl dd span	{color:#D87D78;}
#index_btn_news{display:block;width:164px; height:44px; margin:60px auto 0 auto;}

#topic		{ display: flex; flex-wrap: wrap; justify-content: space-between;}
#topic .common_news{ width: 100%; margin-bottom: 1rem;}
#topic .other_news,
#topic .ninpu_news{ width: 48%;}
#topic .other_news h4,
#topic .ninpu_news h4,
#topic .common_news h4{ border-radius: 50px; padding: 0.5rem 1rem; box-sizing: border-box; text-align: center; color: #fff; font-weight: bold; margin-bottom: 1rem;}
#topic .ninpu_news h4{ background-color: #D87D78;}
#topic .other_news h4{ background-color:#FAE7E7; color: #D87D78 !important;}
#topic .common_news h4{ background-color:#ECAFB2;}

/* クリニック紹介 */
#clinic_clinic					{margin-bottom:40px;}
#clinic_clinic h2				{display:block; width:235px; height:82px; overflow:hidden; background:url(../img/clinic/clinic_h2_clinic.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#clinic .body{ display: flex; flex-wrap: wrap;}
.body .block			{ width:29%; margin:0 40px 40px 0; text-align:center; min-height: 365px;}
.body .block img		{margin-bottom:15px;}
#clinic_clinic .block p			{color:#444; font-size:1em;    margin-bottom: 5px !important;}
#clinic_clinic .block p span		{color:#ECAFB2;}
.clinic_cap	{font-size:0.95em !important;    text-align:justify; line-height:1.5em;}

#clinic_env					{margin-bottom:40px;padding: 40px 0;}
#clinic_env h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/clinic/clinic_h2_env.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#clinic_env .block p			{color:#523; font-size:1em;    margin-bottom: 5px !important;}
#clinic_env .block p span		{color:#E18085;}

#clinic_vierra					{margin-bottom:40px;}
#clinic_vierra h2				{display:block; width:255px; height:82px; overflow:hidden; background:url(../img/clinic/clinic_h2_vierra.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#clinic_vierra .block p			{color:#444; font-size:1em;    margin-bottom: 5px !important;}
#clinic_vierra .block p span		{color:#ECAFB2;}


/* 初診の方 */
#first_about				{margin-bottom:60px;}
#first_about h2				{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/first/first_h2_first.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
.first_L				{ width: 460px; float: left; margin-right:20px;}
.first_tbl 				{ border-right: 1px solid #cccccc; border-top: 1px solid #cccccc; border-collapse: collapse; border-spacing: 0; padding: 0; margin: 0 0 25px 0;}
.first_tbl th 				{ width: 80px; text-align: center; background: #FAE7E7;}
.first_tbl td				{ border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; font-weight: normal; padding: 12px 15px 12px 30px; vertical-align: top; font-size:0.9em;}
.first_tbl th, .first_tbl td 		{ border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; font-weight: normal; padding: 12px 15px; vertical-align: middle;}
.first_02_L 				{ width: 514px; /*384px;*/ border: 3px solid #ECAFB2; float: left; background: #FFF; text-align: center; padding: 30px; margin: 0 30px 0 0;}
.first_02_L dl				{display:block;}
.first_02_L dl:first-child,
.first_02_L dl:nth-child(2)		{ border-bottom: 1px solid #ECAFB2; padding: 0 0 5px 0;}
.first_02_L dl:last-child,
.first_02_L dl:nth-child(2) 		{ padding-top:20px;}
.first_02_L dl dd,.first_02_R dl dd	{ margin: 5px 0 0 0; text-align: justify;}
.first_02_L h3, .first_02_R h3		{ font-size: 18px; font-weight: bold; color:#A38B77;}
.first_02_R 				{ width: 304px; /*434px;*/ border: 3px solid #ECAFB2; float: left; background: #FFF; text-align: center; padding: 94px 30px; margin: 0; height: 230px;}
.first_02_R dl dd img			{display:block; margin:0 auto 20px;}

#first_flow				{margin-bottom:40px;padding: 40px 0;}
#first_flow h2				{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/first/first_h2_flow.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#first_flow_wrapper				{ margin-bottom: 30px; }
#first_flow_wrapper .LR_wrapper:nth-child(odd)	{ float: left; width: 340px; padding-right: 30px; margin-top: 0px; }
#first_flow_wrapper .LR_wrapper:nth-child(even)	{ float: left; width: 610px; margin-top: 0px; }

#first_flow_wrapper .LR_wrapper h3		{ color:#523; border-bottom:dashed 1px #A38B77; font-size:1.4em; font-weight:bold; padding-bottom:8px;}
#first_flow_wrapper .LR_wrapper h3:first-letter	{background-color:#523; color:#ffffff; padding:0 13px; font-size:1.4em; font-weight:bold;border-radius:30px; -moz-border-radius:30px;-webkit-border-radius:30px;}
#first_flow_wrapper .LR_wrapper p		{margin-top:15px; color:#523;/*#A38B77;*/}

.first_btn_yoyaku				{display:block; float:left; width:198px; margin: 0 20px 0 0;}

.first_indentB					{padding-left: 1em; text-indent: -1em; margin-bottom:0;}

#first_yoyaku_kochira {padding-top: 7px;    margin-bottom: 12px;}

/* 診療のご案内 */
#treat_rinen					{margin-bottom:40px;padding: 0px 0;}
#treat_rinen h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_rinen.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

.treat_block					{ /*background:#F8e8e8 url(../img/treat/treat_bg_block.png) no-repeat 620px 70px; padding:30px;*/}
.treat_block_inner				{ padding:15px; background:#FAE7E7; border-radius:10px; -moz-border-radius:10px;-webkit-border-radius:10px;}
.treat_block_inner h3				{ font-size: 150%;color: #A38B77;font-weight: bold;padding: 9px 0 5px 0;text-align: center;}
.treat_block_inner h3:before{margin:0 7px 3px 0;
 content:" ";
 display:inline-block;
 width:21px;
 height:21px;
 background:url( ../img/common/hdr_ico.png);
 background-size:contain;
 vertical-align:middle;}

.treat_block_inner h3:after{margin:0 0 3px 7px;
 content:" ";
 display:inline-block;
 width:21px;
 height:21px;
 background:url( ../img/common/hdr_ico.png);
 background-size:contain;
 vertical-align:middle;}
.treat_block2					{ /*background:#FAE7E7 url(../img/treat/treat_bg2_block.png) no-repeat 620px 170px; margin-bottom:40px;padding:30px;*/}

.treat_block2_inner{width:calc((100% - 60px) / 3); float:left; margin-right:20px; margin-bottom:20px;}
.treat_block2_inner:last-child{margin-right:0;}
.treat_block2 .treat_block2_inner:nth-child(3){margin-right:0;}
.treat_block2_inner h3 {
    color: #523;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: dashed 1px #523;
    padding-bottom: 10px;
}

.box_cont2{
width: 1040px;
    margin: 0 auto;
    position: relative;
}

#treat_kenshin h2					{display:block; width:314px; height:114px; overflow:hidden; background:url(../img/treat/treat_h2_point.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#treat_kenshin{padding:60px 0;}

#treat_kenshin h3{
display: block;
    width: 980px;
    height: 63px;
    overflow: hidden;
    background: url(../img/treat/kenshin_all_ttl_2022.png) no-repeat;
    margin: 0 auto 40px auto;
    text-indent: -300%;
    background-size: contain;
}

#treat_kenshin .midashi{
    width: 980px;
    height:151px;
    overflow: hidden;
    background: url(../img/treat/kenshin_all_midashi.png?date=20211006) no-repeat;
    margin: 0 auto 40px auto;
    text-indent: -300%;
    background-size: contain;
}


#treat_kenshin .block1{float:left; display:block; width:472px; margin-right:18px;}
#treat_kenshin .block1 h4{
    width: 472px;
    height: 72px;
    overflow: hidden;
    background: url(../img/treat/kenshin_block1_midashi.png) no-repeat;
    margin: 0 auto 10px;
    text-indent: -900%;
    background-size: contain;
}
#treat_kenshin .block1_str{
    width: 436px; text-align:justify;
    padding-left:36px;
    margin: 0 auto 10px auto;
}
#treat_kenshin .uri_centralsports{display:inline-block; padding-left:36px; margin:10px 0 0;}

#treat_kenshin .block2{float:left; display:block; width:472px; margin-left:18px;}
#treat_kenshin .block2 h4{
    width: 472px;
    height: 72px;
    overflow: hidden;
    background: url(../img/treat/kenshin_block2_ttl.png) no-repeat;
    margin: 0 auto 10px;
    text-indent: -900%;
    background-size: contain;
}
#treat_kenshin .block2_str{
    width: 436px; text-align:justify;
    padding-left:36px;
    margin: 0 auto 10px auto;
}



#treat_kenshin .block3{display:block;margin-top:40px;}
#treat_kenshin .block3 h4{
    width: 980px;
    height: 71px;
    overflow: hidden;
    background: url(../img/treat/kenshin_block3_ttl.png?date=20211106) no-repeat;
    margin: 0 auto 10px;
    text-indent: -900%;
    background-size: contain;
}
#treat_kenshin .block3_L{
float:left;
    width: 436px; text-align:justify;
    padding-left:36px;
    margin: 0 36px 10px 0;
}
#treat_kenshin .block3_R{
float:left;
    width: 400px; text-align:justify;
    padding:20px 0 20px 30px;
    margin: 0 0 10px 36px;
background:#ffffcc;
background-image:url(../img/treat/kenshin_block3_img.png);
background-position: 310px;
background-repeat: no-repeat;
}

#treat_kenshin .block3_R ul li{
list-style:disc;
font-size:0.8em;
color:#85125c;
/*  padding-left: 1em;
  text-indent: -1em;*/
  list-style-position: inside;
}
#treat_kenshin .block3_R ul li span{
color:#444;
}

#treat_kenshin_kakomi{border:solid 2px #85125c; min-height:150px; background:#fff; padding:30px; background: url(../img/treat/kenshin_block3_kakomi_img.png) no-repeat; background-position-x: 690px; background-position-y: 45px; margin:50px 0;}
#treat_kenshin_kakomi h4{ font-size:1.4em; color:#85125c; margin-bottom: 10px;}
#treat_kenshin_kakomi .block_L{float:left; width:calc(100% - 320px); padding-right:30px; text-align:justify;}








.treat_addition					{ margin:20px 0 0 0;}
.treat_addition2					{ margin:20px 0 0 0;background:#fff; margin-bottom:40px;padding:30px;}
.treat_addition2 h3				{



font-size: 140%;
    color: #523;
    text-align: center;
    margin-bottom: 10px;
}
.treat_addition p				{ padding-left: 1em; text-indent: -1em; margin-bottom:0.5em; }
.treat_addition2 p				{ margin-bottom:0.5em; }

h3.catch					{ font-size: 150%; color: #A38B77; font-weight: bold; padding: 9px 0 5px 0;}
#treat_guide					{ margin-bottom:40px;padding: 40px 0 80px;}
#treat_guide h2					{ display:block; width:193px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_guide.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#treat_guide ul					{ margin:0 0 0 20px;list-style: none;}
#treat_guide ul li 				{ position: relative; padding-left: 15px;padding-bottom: 15px; text-align:justify;}
#treat_guide ul li:before			{ display: block; content: ''; background:url(../img/common/hdr_ico.png); background-size:cover; position: absolute; top: 0.2em; left: -0.6em; width: 21px; height: 21px; }

#treat_guide ul.mark_strong li			{ padding-bottom: 30px;}
#treat_guide ul.mark_strong li b		{ font-size:1.4em; color:#523;}
#treat_guide ul.mark_strong li:before		{ display: block; content: ''; background:url(../img/common/hdr_ico.png); background-size:cover; position: absolute; top: 0.2em; left: -1.1em; width: 30px; height: 30px; }

.guideL						{width:calc((100% - 40px) / 2); margin-right:40px; float:left;}
.guideR						{width:calc((100% - 40px) / 2); float:left;}
.guideL h3, .guideR h3				{font-size: 150%; color: #523; text-align: center; border-top: 1px solid #523; border-bottom: 1px solid #523; margin-bottom:20px;margin-top:30px;}

#treat_menu					{margin-bottom:60px;}
#treat_menu h2				{display:block; width:274px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_menu.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

table.treat_menu			{ border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: none; background: #ffecec; border-collapse: separate; border-spacing: 0; width: 100%; margin-bottom: 1em;}
table.treat_menu tr th 			{ color: #fff; background:#ECAFB2; font-size: 1.1em; border-bottom: solid 1px #fff; width:320px; text-align: center; -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0;}
table.treat_menu tr td { width: 600px; display: inline-block; padding: 20px 10px 20px 50px;}
table.treat_menu tr td p{margin-bottom:0;}

#treat_time					{margin-bottom:40px;padding: 40px 0;}
#treat_time h2					{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/treat/treat_h2_time.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

table.clinicinfo				{ width: 100%;border: 2px solid #A38B77;border-collapse: collapse;border-spacing: 0;}
table.clinicinfo tr				{ border: 1px solid #A38B77; background: #fff;}
table.clinicinfo th				{ background: #eee; font-weight: bold; border: 1px solid #ccc;    text-align: center;padding: 10px 0;}
table.clinicinfo th:first-child			{ background: #523; color: #fff;}
table.clinicinfo td				{ padding: 5px 10px;text-align: left;font-size: 14px;border: 1px solid #ccc;width: calc( (100% - 80px) / 2 );}

#treat_btn_schedule{    display: block;    width: 232px;    height: 44px;    margin: 0px auto 30px auto;}
#treat_btn_pricelist{    display: block;    width: 464px;    height: 88px;    margin: 60px auto 15px auto;}
#treat_btn_pricelist img{ width: 100%;}



#angelmem{display:block; width:100%; text-align:center; padding-top:50px; margin-bottom:60px;}
#angelmem h3{
    font-size: 150%;
    color: #523;
    text-align: center;
    border-top: 1px solid #523;
    border-bottom: 1px solid #523;
    margin-bottom: 20px;
    margin-top: 30px;
}

.angelimg{width:350px; float:left; margin-right:30px;}
.angelp{display:block; float:left; width:570px; text-align:left;}
.angelp p{ margin-bottom:20px !important;}
.angelp p span{display:block; margin-top:13px;}

/* ドクター紹介 */
#doctor #aisatsu		{margin-bottom:40px;}
#doctor #aisatsu h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/doctor/doctor_h2_aisatsu.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#doctor #aisatsu .body img	{margin-bottom:30px;}
.nmblock		{width:15em;     margin-left: calc(100% - 15em);}

#profile		{margin-bottom:40px; padding-top:40px;}
#profile h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/doctor/doctor_h2_profile.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#profile .body		{ margin-bottom:60px;}
#profile .body h3	{ color:#523; font-size:2.3em; text-align:center; margin-bottom:0;}
#profile .body p	{ color:#523; font-size:1em; text-align:center; margin-top:-15px;}
#profile .body dl	{ border-bottom:dashed 1px #A38B77; float: left; width: 100%; margin-bottom: 20px; padding-bottom: 20px;}
#profile .body dl dt	{ float: left; width: 19%; padding-left: 0%; color: #FFF; font-weight: bold; font-size: 14px;}
#profile .body dl dt span	{ width: 111px; display: block; background-color: #523; -moz-border-radius: 14px; -webkit-border-radius: 14px; border-radius: 14px; text-align: center; color: #FFF;}
#profile .body dl dd	{float: right; width: 75%; background-repeat: repeat-y; background-position: left top; padding-left: 4%;color: #523;}
#profile .body dl dd dl	{ float: left; border: none !important; background-image: none !important; padding-bottom: 0px !important; margin-bottom: 0px !important;}

#profile .body dl dd dl dt	{ width: 100px; float: left; color: #523 !important;}
#profile .body dl dd dl dd	{ float: left !important; padding: 0 !important;color: #523;}

.outdoctor{ margin-bottom:60px; display:flex; color:#523;}
.outdoctor .outbox{ width:40%; text-align: center; background:#fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; padding:20px 0;}
.outdoctor .outbox h3{ font-size: 30px; font-weight: bold; line-height: 1.2;}
.outdoctor .outbox .h3_01{ font-size: 15px; font-weight: bold; display: inline-block; margin:10px auto; padding: 5px 10px 2px; border-top:1px solid #523; border-bottom:1px solid #523;}
.outdoctor .outbox .h3_02{ font-size: 15px; font-weight: bold; display: inline-block; margin:0 auto;}
.outdoctor .outbox .brown{width: 111px;display: block;background-color: #523;-moz-border-radius: 14px;-webkit-border-radius: 14px;border-radius: 14px;text-align: center;color: #FFF;margin: 20px auto 5px;}

.outdoctor .outbox dl{width: 86%;margin:0 auto;border-bottom:dashed 1px #A38B77;display: flex;font-size:90%;line-height: 1.4;padding:0 10px;}
.outdoctor .outbox dt{width:90px;text-align: left;padding: 5px 0 4px;}
.outdoctor .outbox dd{text-align: left;padding: 5px 0 4px;}

.outdoctor .outbox ul{width: 86%;margin:0 auto;font-size:90%;line-height: 1.4;}
.outdoctor .outbox li{text-align: left;padding: 5px 10px 4px;border-bottom:dashed 1px #A38B77;}


/* よくある質問 */
#question		{margin-bottom:40px;}
#question h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/faq/faq_h2_faq.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#question .body		{width:980px; margin:auto;}
#question .body dl	{ border-bottom:dashed 1px #EDB4B6; margin: 40px 0 0 0; padding: 0 0 40px 0;}
#question .body dl:last-child{border-bottom:none; padding-bottom:80px;}
#question .body dl dt	{ color:#ECAFB2; margin-bottom:20px;padding-left: 58px; }
/* #question .body dl dt:first-letter {background-color:#ECAFB2; color:#ffffff; padding:5px 15px; font-size:1.8em; font-weight:bold;border-radius:30px; -moz-border-radius:30px;-webkit-border-radius:30px;} */
#question .body dl dd	{ color:#A38B77; margin-left:60px; padding-left: 58px; }
/* #question .body dl dd:first-letter {background-color:#A38B77; color:#ffffff; padding:4px 15px; font-size:1.8em; font-weight:bold;border-radius:30px; -moz-border-radius:30px;-webkit-border-radius:30px;} */
#question .body dl dd span	{display:inline-block;     padding-left: 3.6em;    position: relative;    top: -0.5em;}

/* アクセス */
#map		{margin-bottom:40px;}
#map h2	{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/access/access_h2_map.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#map .body	{ width:100%;  margin-bottom:15px;}
.fa-map-marker	{ font-size: 60px !important; float: left; color: #ECAFB2;}
.ad		{ float: left;position: relative; top: 5px; left: 15px;}
#access_btn_map	{display:block;width:164px; height:44px; position:absolute; right:0; bottom:15px;}

#traffic		{margin-bottom:0; padding: 40px 0;}
#traffic h2	{display:block; width:314px; height:82px; overflow:hidden; background:url(../img/access/access_h2_traffic.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
#traffic h3	{display:block; width:368px; height:20px; overflow:hidden; background:url(../img/access/access_h3_traffic_str.png) no-repeat; margin:0 auto 60px auto; text-indent:-300%;    background-size: contain;}

#traffic .body	{ width:100%;margin-bottom:15px;}
dl.traffic	{display:block; width:calc(50% - 25px); text-align:center; float:left; margin-right:50px;}
dl.traffic:last-child{ margin-right:0;}
dl.traffic dt span	{font-size:1.6em; font-weight:bold;display:block;}
dl.traffic dt		{margin-top:80px;border-top: solid 1px #523; padding-top: 15px;border-bottom: solid 1px #523; }
dl.traffic dt:first-child{margin-top:0;}
dl.traffic dd		{margin:20px 0;text-align: left; padding: 0 1em;}

#inq		{margin:40px auto;}
#inq h2		{display:block; width:193px; height:82px; overflow:hidden; background:url(../img/access/inqry_h2_inq.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}
.inq		{width: calc(50% - 6px); border: solid 3px #ECAFB2; padding: 10px; font-size: 3em; color: #ECAFB2; font-weight: bold; text-align: center; margin: 0 auto 20px;}
.inq_ara	{width: calc(100% - 40px);; color: #ECAFB2; text-align:center; margin: 0 auto 20px;}


/* 料金表 */
#list		{margin-bottom:40px;}
#list h2	{display:block; width:77px; height:82px; overflow:hidden; background:url(../img/price/price_h2_list.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#price dl {zoom: 1;}
#price dl:after {content: "";display: block;clear: both;}


.list_small{display:block; font-size:0.9em; margin:0;}
.txt_small{font-size:0.9em; margin:0;}
.border{border:none;  margin-bottom:1em; border-bottom: dashed 1px #523;}

.kakaku{display:block;text-align:right; font-weight:bold;}
.yen{font-size:0.7em; font-weight:normal;}


.price_bdr 				{width: 500px;border-right: 1px solid #cccccc;border-top: 1px solid #cccccc;border-collapse: collapse;border-spacing: 0;padding: 0;margin: 0 auto 25px auto;}
.price_bdr th 				{ text-align: center; background: #FAE7E7;}
.price_bdr td				{ text-align: right; border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; font-weight: normal; padding: 12px 15px 12px 30px; vertical-align: top; font-size:0.9em;}
.price_bdr th, .price_bdr td 		{width: 50%;border-bottom: 1px solid #cccccc;border-left: 1px solid #cccccc;font-weight: normal;padding: 12px 15px;vertical-align: middle;}



	.listL{float:left;  width:calc((100% - 35px)/2); margin-right:35px; font-size:1em;}
	.listR{float:left;  width:calc((100% - 35px)/2); font-size:1em;}

	#price h3{display: block; margin: 2em 0 1.4em; padding: 0px 0; font-weight: bold; font-size: 1.3em; background-color: #523; -moz-border-radius: 24px; -webkit-border-radius: 24px; border-radius: 24px; text-align: center; color: #FFF;}


.price_block{margin:5px 0 20px;}
.price_notice{ display:block; clear:both; text-align:right; padding-right:0.5em; color:#523; font-weight:bold; font-size:0.95em !important;position:relative;     top: -0.5em;}

dl.level_1   {display:block; float:none; clear:both; width:calc(100% - 40px); padding:0 0 0 40px; position:relative;font-size:1.1em;}
dl.level_1 dt{width:calc(100% - 6.9em);font-weight:bold; color: #523 !important;float: left;  color: #523 !important;padding-left: 0;}
dl.level_1 dd{width: 6em;  float: left !important;  padding: 0 !important;  color: #523;padding-right: 0.2em !important;}
dl.level_1 dt span:before{display: block;  content: '';  background: url(../img/common/hdr_ico.png); background-size: contain; position: absolute; top: 0.2em; left: 0.6em; width: 24px; height: 24px;}

dl.level_2{display:block; clear:both; float:none; }
dl.level_2 dt{width:calc(100% - 11em);  float: left; text-align:left; color: #523 !important;padding-left: 3em;}
dl.level_2 dd{width:7em; float: left !important; padding: 0 !important; color: #523;padding-right: 1em;}

dl.level_3   {display:block; clear:both; float:none; }
dl.level_3 dt{width:calc(100% - 16em);  float: left; text-align:left; color: #523 !important;padding-left: 7em;}
dl.level_3 dd{width:8em; float: left !important; padding: 0 !important; color: #523;padding-right: 1em;}

.list_kakomi		{display:block; float:none; clear:both; border: solid 1px #ECAFB2; font-size:0.9em; width:calc(100% - 7em); margin:0.5em 0 1em 3em; padding:0.5em 1em;}
.list_kakomi_afternotice{display:block; float:none; clear:both; border: solid 1px #ECAFB2; font-size:0.9em; width:calc(100% - 7em); margin:0.5em 0 1em 3em; padding:0.5em 1em;position:relative;     top: -1em;}
.list_kakomi2		{display:block; float:none; clear:both; border: solid 1px #ECAFB2; font-size:0.9em; width:calc(100% - 11em); margin-left:7.5em; margin-bottom:0.5em; padding:0.5em 1em;}

.yose_L3{padding-left:3em;}

.aki_T05{margin-top:0.5em;}
.aki_B1{margin-bottom:1em;}



/*
.tsume{position:relative;     top: -0.6em;   right: -1em;}
.tsume_U05{position:relative;     top: -0.5em;}
.tsume_U1{position:relative;     top: -1em;}
.tsume_U15{position:relative;     top: -1.5em;}
.tsume_U2{position:relative;     top: -2em;}
.tsume_U3{position:relative;     top: -3em;}
*/




/* お知らせ */
#wp_btn_news{margin-bottom:30px;}


/* WEB予約 */
#guide		{margin-bottom:40px;}
#guide h2	{display:block; width:310px; height:82px; overflow:hidden; background:url(../img/reserve/reserve_h2_guide.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

.reservation_top_all {
    width: calc(100% - 76px);
    border: 8px solid #ECAFB2;
    background: #FFF;
    text-align: left;
    padding: 30px;
    margin: 0 auto;
}
.clinic_onayami {
    float: left;
}

.reservation_list {
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
    _zoom: 1;
    overflow: hidden;
    width: 600px;
}
.reservation_list li {
    margin: 0 20px 0 0;
    list-style: inside;
    color: #ECAFB2;
}
.reservation_str {
    float: left;
    padding: 10px;
    width: 500px;
    text-align: left;
}
.reservation_str h4{font-size:1em; font-weight:bold;color: #ECAFB2;}
.reservation_bt {
    float: right;
    padding: 30px 10px 0 0;
    width: 300px;
    text-align: center;
}
.nyuji_bt {
    background-image: -moz-linear-gradient(50% 0% -90deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,200,222)),color-stop(1, rgb(255,172,204)));
    background-image: -webkit-linear-gradient(-90deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    background-image: -o-linear-gradient(-90deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    background-image: linear-gradient(180deg,rgb(255,200,222) 0%,rgb(255,172,204) 100%);
    padding: 13px 10px;
    -moz-border-radius: 29px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    display: block;
    text-decoration: none !important;
    color: #FFF !important;
    position: relative;
    font-weight: bold;
}
.first_need_bottom_con {
    padding: 20px;
    background: #FAE7E7;
    font-size: 14px;
    text-align: left;
}
.first_need_bottom_con h3{font-size:1.2em; font-weight:bold; color:#A38B77;}


.reserve_wrap {
    padding: 0 0 40px 0;
    margin-bottom: 30px;
    border-bottom: 1px dashed #523;
    display:table;
    min-height:275px;
}
.reserve_L {
    width: 470px;display:table-cell;vertical-align: top;
    padding: 0 10px;
 /*   float: left;*/
}
.reserve_L p:last-child{margin-bottom:0;}
.reserve_L h3 {
    border-bottom: 3px solid #523;
    color: #523;
    padding: 13px 15px 7px;
    margin-bottom: 15px;font-weight:bold; font-size:1.1em;
}
.reserve_L h4 {
    color: #A38B77;
}
.reserve_R {
    width: 470px;display:table-cell;vertical-align: bottom;
    padding: 0 10px;
 /*   float: left;*/
}
.reserve_R img {

}

#howto		{margin-bottom:0; padding: 40px 0;}
#howto h2	{display:block; width:128px; height:82px; overflow:hidden; background:url(../img/reserve/reserve_h2_howto.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}

#edit		{margin:40px auto;}
#edit h2	{display:block; width:343px; height:82px; overflow:hidden; background:url(../img/reserve/reserve_h2_edit.png) no-repeat; margin:0 auto 40px auto; text-indent:-300%;    background-size: contain;}


#joi_notice{
    position: absolute;
    right: 0;
    bottom: 3.4em;
    font-size: 0.72em;
    color: #e89;}
#joi_notice span{display:inline-block; background:#e9a; color:#fff; padding:1px 3px 0; margin-right:0.5em; font-size:0.96em;}


#bdy_joi_notice{
    margin:0.3em 0 0.5em;
    font-size: 0.9em;
    color: #e89;}
#bdy_joi_notice span{display:inline-block; background:#e9a; color:#fff; padding:1px 5px 0; margin-right:0.5em;font-size:0.94em;}


#ftr_joi_notice{
    margin-bottom:0.8em;
    font-size: 0.72em;
    color: #e89;}
#ftr_joi_notice span{display:inline-block; background:#e9a; color:#fff; padding:1px 5px 0; margin-right:0.5em;font-size:0.96em;}


.ftr_p{margin-bottom:0.2em !important;}




#access_add01{
display: block;position:relative;
width:calc(100% - 1.7em - 4px) !important;height:auto !important;overflow:hidden;background:url(../img/treat/treat_bg_block.png) no-repeat 700px -40px !important;
background-size:40% !important;text-indent:0 !important;margin:25px auto 20px auto !important;
    font-size:1.5em;font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;border:solid 2px #552233;
    background-color:#FAE7E7 !important;padding:0.4em 0.7em 0.4em 1em;color:#552233;
}
#access_add02{display:block;background:#E8AEB1;padding:0.3em 0.5em;font-size:1.2em;}
.addition_jr{display:inline-block;height:1em;line-height:1em;font-size:0.6em;margin-right:0.5em;background:#444; color:#fff;padding:0.3em 0.7em;position:relative;top:-0.3em;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
#access_add03{display:block;padding:1em 0 0 2.6em;}
.handR {font-size: 0.9em !important;
    line-height: 1.4em !important;
    padding-left: 1.3em;
    text-indent:0.5em;margin:0}

.kome{font-size: 0.9em !important;
    line-height: 1.4em !important;
    padding-left: 1.3em;
    text-indent: -1.3em;}

.upperM{margin-top:0.7em;}

.traffic #access_add01{font-size:1.1em;}
#footer #access_add01{border-color:#ECAFB2 !important;color:#A38B77 !important}
#footer .addition_jr{background:#A38B77 !important}



/*202406*/
.bnr_dx{
    max-width: 620px;
    text-align: center;
    margin: 0 auto 40px auto;
}
}


/*-------------ここからサイズ共通 ---------*/

.bnr_dx img{ width: 100%;}
/*202412*/
.guideR h3,
.guideL h3{
    line-height: 1em;
    line-height: 1.1em;
    padding: 15px 0;
    box-sizing: border-box;
}


.guideR h3 span.status,
.guideL h3 span.status,
#angelmem h3 span.status{ 
    padding: 0.1em 0.5em;
    font-size: 0.65em;
    color: #E18085;
    box-sizing: border-box;
    border: 1px solid #E18085;
    border-radius: 50px;
    font-weight: bold;
    clear: both;
}
