@charset "utf-8";
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input,select,textarea{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;font-weight:400;vertical-align:bottom;background:transparent;}
article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block;}
html{font-size:62.5%;}
body{font-family:sans-serif;line-height:1;}
ul,ol{list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;vertical-align:bottom;background:transparent;outline:none;}
img{vertical-align:bottom;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
th,td{text-align:left;vertical-align:top;}
input,select,textarea{font-family:inherit;}
input[type="submit"]{cursor:pointer;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}


/*=============================================================
 02_base
=============================================================*/
/*!  02_base
================================================ */
html { overflow: auto; }
body { position: relative; min-width: 320px; line-height: 1.64286; overflow: hidden; background-color: #fafafa; color: #363636; font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; font-size: 1.4rem; letter-spacing: .05em; }
.cf:after { display: block; clear: both; content: ""; }
img { width: 100%; height: auto; }
a { color: #363636; text-decoration: none; }

.sp_none{ display:none; }


/*clearfix*/

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

* html .clearfix {
	height: 1px;
}

.clear{
	clear:both;
}


/*iframe*/

.iframe_wrapper{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframe_wrapper iframe,
.iframe_wrapper object,
.iframe_wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*ページ内リンク表示位置調整*/
.page_link{
	margin-top:-35px!important;
	padding-top:35px!important;
}


/* layout


-------------------------------------------------
#wrapperでfloat解除
sideは右に、contentsは左にfloat
-------------------------------------------------
*/
/*#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 39px;
	overflow: hidden;
}
#contents {
	width: 700px;
	float: left;
}
#sidebar {
	width: 200px;
	float: right;
}*/
/*=============================================================
 03_layout
=============================================================*/
/*!  #gHeader
================================================ */
#gHeader .hdInfo { display: table; width: 100%; height: 55px; position: fixed; background: rgba(186, 143, 60, 0.9); z-index: 999;}
#gHeader .hdInfo .logo { padding:8px 0 0 15px;}
#gHeader .hdInfo .logo img { width: 203px;}
#gHeader .hdInfo .tel,
#gHeader .hdInfo .reservation{
	display: table-cell;
	width: 44px;
	height: 40px;
	vertical-align: middle;
}
#gHeader .hdInfo .tel img{
	margin-left: 4px;
}
#gHeader .hdInfo .menu { display: table-cell; width: 45px; height: 50px; background: url(../img/sp/btn_menu01.png) no-repeat center; background-size: contain; }
#gHeader .hdInfo .menu.is_open { background: url(../img/sp/btn_menu02.png) no-repeat center; background-size: contain; }

/*! gNav
================================================== */
#gNav { display: none; position: fixed; z-index: 10; box-sizing: border-box; width: 100%; padding: 0 20px 30px; border-top: 1px solid #b98f3c; background-color: #fff; margin-top: 55px;}
#gNav .list { margin-bottom: 20px; }
#gNav .list[style="display: none;"] + .tel {
	margin-top: 20px;
}
#gNav .list .item { border-bottom: 1px solid #e9e9e9; }
#gNav .list .item a { display: block; position: relative; padding: 17px 0; font-size: 1.3rem; }
#gNav .list .item a:before { position: absolute; top: 45%; right: 5px; box-sizing: border-box; width: 5px; height: 5px; border: 5px solid transparent; border-left: 5px solid #b98f3c; content: ""; }
#gNav .list .item a img { width: 44px; margin-left: 13px; vertical-align: middle; }
#gNav .list .item.about a { color: #b98f3c; font-size: 1.4rem; }
#gNav .tel { padding: 0 15px; }
#gNav .tel .txt { padding-bottom: 10px; font-size: 1.7rem; text-align: center; }
/*! overlay
================================================== */
.overlay { display: none; position: absolute; top: 55px; left: 0; z-index: 9; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); }

/*!  #contents フッタースペース
================================================ */
#contents {padding-bottom: 30px}
/*!  #mainImg 下層
================================================ */
#mainImg #mainTitle {
	padding: 53px 0;
	background: url(../img/about_bg_main01.png)no-repeat center center;
    background-size: cover;
    font-size: 23px;
    letter-spacing: 5px;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}


/*! gFooter
================================================== */
#gFooter { /*! #ftNavi ================================================== */ }
#gFooter .pagetop a { display: block; padding: 14px 0; background-color: #c39f57; text-align: center; }
#gFooter .pagetop a img { width: 15px; vertical-align: middle; }
#gFooter .ftContent { padding-top: 30px; background-color: #222; color: #fff; }
#gFooter .ftContent .ftInfo { text-align: center; }
#gFooter .ftContent .ftInfo .tit { width: 228px; margin: 0 auto; margin-bottom: 15px; }
#gFooter .ftContent .ftInfo address { line-height: 1.66667; margin-bottom: 3px; font-size: 1.2rem; }
#gFooter .ftContent .ftInfo .tel a{
	font-size: 20px;
    letter-spacing: 2px;
    background: url(../img/foot_tel.svg)no-repeat left center;
    background-size: 30px auto;
    display: inline-block;
    padding-left: 40px;
	color: #fff;
	margin-bottom: 20px;
}

#gFooter .ftContent .ftInfo .calendarInfo { padding: 0 20px 30px; }
#gFooter .ftContent .ftInfo .calendarInfo .schedule { width: 100%; }
#gFooter .ftContent .ftInfo .calendarInfo .schedule .term { box-sizing: border-box; width: 135px; padding: 4px 0 4px 12px; border: solid 1px #4e4e4e; font-size: 11px; text-align: left; }
#gFooter .ftContent .ftInfo .calendarInfo .schedule .term.night { padding: 0 0 0 56px; }
#gFooter .ftContent .ftInfo .calendarInfo .schedule td { width: 35px; border: solid 1px #4e4e4e; text-align: center; }
#gFooter .ftContent .ftInfo .calendarInfo .holiday { padding-top: 7px; font-size: 1.1rem; }
#gFooter #ftNavi .list { border-bottom: 1px solid #4e4e4e; }
#gFooter #ftNavi .list .item { float: left; box-sizing: border-box; width: 50%; border-top: 1px solid #4e4e4e; text-align: left; }
#gFooter #ftNavi .list .item a { display: block; position: relative; padding: 17px 20px; color: #fff; font-size: 13px; }
#gFooter #ftNavi .list .item a:before { position: absolute; top: 45%; right: 25px; width: 5px; height: 5px; border-top: 2px solid #a9a9a9; border-right: 2px solid #a9a9a9; content: ""; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#gFooter #ftNavi .list .item:nth-child(odd) { border-right: 1px solid #4e4e4e; }
#gFooter #ftNavi .list .item:nth-child(6) { border-bottom: 1px solid #4e4e4e; }
#gFooter #ftNavi .list .item.linkClinic { clear: both; width: 100%; }
#gFooter .copyright { padding: 17px 0; background-color: #181818; color: #fff; font-size: 1.0rem; text-align: center; }


/*=============================================================
 04_modules
=============================================================*/
/*!  button
================================================ */
/*
#styleguide
mod_btn01

mod_btn01

```
<p class="mod_btn01"><a href="#">mod_btn01</a></p>
```
*/
.mod_btn01 { width: 260px; max-width: 100%; margin: 0 auto; }
.mod_btn01 a { display: block; position: relative; padding: 18px 0; border: 1px solid #b98f3c; background-color: #b98f3c; color: #fff; text-align: center; }
.mod_btn01 a:after { position: absolute; top: 45%; right: 15px; box-sizing: border-box; width: 5px; height: 5px; border: 5px solid transparent; border-left: 5px solid #fff; content: ""; }
/*
#styleguide
mod_btn02

mod_btn02

```
<p class="mod_btn02"><a href="#">mod_btn02</a></p>
```
*/
.mod_btn03 { width: 260px; max-width: 100%; margin: 20px auto 30px auto; }
.mod_btn03 a { display: block; position: relative; padding: 12px 0; border: 1px solid #b98f3c; color: #b98f3c; text-align: center; }
.mod_btn03 a:after { position: absolute; top: 45%; right: 15px; box-sizing: border-box; width: 5px; height: 5px; border: 5px solid transparent; border-left: 5px solid #b98f3c; content: ""; }
/*!  inner
================================================ */
.mod_inner01 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }
/*# sourceMappingURL=maps/modules.css.map */

/*=============================================================
 home トップページ
=============================================================*/
/*# top_mv */
#top_mv{
	padding: 55px 0 0 0;
	position: relative;
}

#top_mv img{
	padding: 0;
}

#top_mv .top_mv_access{
	position: absolute;
    right: -10px;
    bottom: -30px;
    width: 110px;
    height: 110px;
}

/* タブレットのみ */
@media screen and (min-width : 768px) and (max-width: 1023px) {
#top_mv .top_mv_access{
    right: 30px;
    bottom: -60px;
    width: 180px;
    height: 180px;
}

#top_mv .tab_none{
	display: none;
}

#top_mv .mv_foot .txt_box{
	max-width: 660px;
	font-size: 15px;
}

#top_mv .mv_foot .txt_box p .txt_l{
	font-size: 20px;
}
}

#mainImg { padding-top: 55px;}
#home #intro .introInfo { padding-top: 33px; padding-bottom: 40px; }
#home #intro .introInfo .introTit01 { width: 341px; max-width: 100%; padding-bottom: 20px; }
#home #intro .introInfo .introCont .introTit02 { line-height: 1.66667; padding-bottom: 15px; font-weight: bold; font-size: 1.4rem; }
#home #intro .introInfo .introCont .txt { padding-bottom: 20px; }


#home #feature{
    background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

#home #feature .inbox{
    padding: 0 20px;
}


#home #feature h2{
	margin-bottom: 25px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 22px;
	letter-spacing: 5px;
	line-height: 25px;
}

#home #feature ul li{
	margin-bottom: 35px;
}

#home #feature ul li:last-child{
	margin-bottom: 0;
}

#home #feature ul li img{
	width: 100%;
}

#home #feature ul li h3{
	font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    z-index: 2;
    text-align: center;
    background-size: contain;
    position: relative;
    padding: 15px 0 10px 0;
}

#home #feature ul li h3 img{
	position: absolute;
	width: 135px;
	top: -65px;
	left:-30px;
}

#home #feature ul li p{
	text-align:justify;
	padding: 0 5px;
}

#contents #menu_sub_ortho .bgImg .menuInfo  {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

#menu_sub_ortho{
	background-color: #cbc5cb;
}

.list_ortho {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_ortho li{
	width: 46%;
	margin-bottom: 10px;
	background-color: #f8f8f8;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
	text-align: center;
	padding:10px 5px;
}

#home #menu .bgImg,
#contents #menu_sub .bgImg{
  background-color: #cbc5cb;
}

#home #menu .bgImg .menuInfo{
  padding-top: 45px;
  padding-bottom: 40px;
}

#contents #menu_sub .bgImg .menuInfo{
  padding-top: 40px;
  padding-bottom: 40px;
  height: 630px;
  margin-bottom: 20px;
}

#home #menu .bgImg .menuInfo .menuIit,
#contents #menu_sub .bgImg .menuInfo .menuIit,
#contents #menu_sub_ortho .bgImg .menuInfo .menuIit{
	text-align: center;
    background: url(../img/h2_underline.svg) no-repeat bottom center;
    background-size: 70px auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 14px;
    margin-bottom: 25px;
}

#home #menu .bgImg .menuInfo .menuIit .txt_en,
#contents #menu_sub .bgImg .menuInfo .menuIit .txt_en,
#contents #menu_sub_ortho .bgImg .menuInfo .menuIit .txt_en
{
   	font-size: 25px;
    display: block;
    letter-spacing: 4px;
    line-height: 15px;
    margin-bottom: 10px;
}

#home #menu .bgImg .menuInfo .menuIit .txt_jp,
#contents #menu_sub .bgImg .menuInfo .menuIit .txt_jp,
#contents #menu_sub_ortho .bgImg .menuInfo .menuIit .txt_jp{
   	font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}

#home #menu .bgImg .menuInfo .list .item,
#contents #menu_sub .bgImg .menuInfo .list .item
{
  float: left;
  width: 48%;
  margin-bottom: 10px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
}

#home #menu .bgImg .menuInfo .list .item:nth-child(even),
#contents #menu_sub .bgImg .menuInfo .list .item:nth-child(even){
  float: right;
}

#home #menu .bgImg .menuInfo .list .item a{
  display: block;
  padding: 20px 0;
  font-size: 1.2rem;
  text-align: center;
}

#contents #menu_sub .bgImg .menuInfo .list .item a{
  display: block;
  padding: 10px 0;
  font-size: 1.2rem;
  text-align: center;
}

#home #menu .bgImg .menuInfo .list .item a span,
#contents #menu_sub .bgImg .menuInfo .list .item a span,
#contents #menu_sub .bgImg .menuInfo .list_ortho .item_03 a span{
  display: block;
  padding-top: 10px;
}

#home #menu .bgImg .menuInfo .list .item a .ico{
  width: auto;
  height: 39px;
  margin: 0 auto;
}

#contents #menu_sub .bgImg .menuInfo .list .item a .ico,
#contents #menu_sub_ortho .bgImg .menuInfo .list_ortho .item_03 a .ico{
  width: auto;
  height: 30px;
  margin: 0 auto;
}


#home #clinic .clinicInfo { padding-top: 45px; padding-bottom: 50px; }
#home #clinic .clinicInfo .clinicBox .clinicIit{
	text-align: center;
    background: url(../img/h2_underline.svg) no-repeat bottom center;
    background-size: 70px auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

#home #clinic .clinicInfo .clinicBox .clinicIit .txt_en{
   	font-size: 25px;
    display: block;
    letter-spacing: 4px;
    line-height: 15px;
    margin-bottom: 10px;
}

#home #clinic .clinicInfo .clinicBox .clinicIit .txt_jp{
   	font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}


#home #clinic .clinicInfo .clinicBox .clinicCont { padding-bottom: 17px; }
#home #clinic .clinicInfo .clinicBox .clinicCont .clinicImg { padding-bottom: 15px; }
#home #clinic .clinicInfo .clinicBox.staff { margin-top: 35px; padding-top: 35px; border-top: 1px solid #ede5d4; }
.slick-slide {padding: 0 2px;}
/*!  .googleMap
================================================ */
.googleMap { background-color: #fff; }
.googleMap .areaGoogleMap { width: 100%; height: 250px; }
.googleMap .inner { padding-top: 40px; padding-bottom: 40px; }

.googleMap .access .tit{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 25px;
    position: relative;
}
.googleMap .access .tit:after{
	content: "";
    height: 2px;
    width: 60px;
    background: #b79245;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.googleMap .access .tit .txt_en{
   	font-size: 22px;
    letter-spacing: 3px;
    line-height: 30px;
    margin-right: 8px;
}

.googleMap .access .tit .txt_jp{
   	font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}

.googleMap .access .list { padding-bottom: 15px; }
.googleMap .access .list li:before { content: "●"; }
.googleMap .access .place { display: table; width: 100%; background-color: #f0f0f0; }
.googleMap .access .place .img .slick-next,.googleMap .access .place .img .slick-prev { display: none!important;}
.googleMap .access .place .img { display: block; width: 120px; vertical-align: top; }
.googleMap .access .place .placeTxt { display: table-cell; padding: 0 15px 0 20px; vertical-align: middle; }
.googleMap .access .place .placeTxt .txt { padding-bottom: 10px; font-size: 1.3rem; }
.googleMap .access .place .placeTxt a { color: #b98f3c; text-decoration: underline; }
.googleMap .access .place .placeTxt a:before { display: inline-block; box-sizing: border-box; width: 4px; height: 4px; margin-right: 8px; border: 4px solid transparent; border-left: 4px solid #7a0; content: ""; }
#home .gallerySlider.slick-slider .slick-arrow {
	width: 24px;
	height: 46px;
	margin-top: -23px;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	background: url('../img/ico_arw01.png') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 2;
}
#home .gallerySlider.slick-slider .slick-prev {
	left: 50%;
	margin-left: -143px;
}
#home .gallerySlider.slick-slider .slick-next {
	right: 50%;
	margin-right: -143px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#home .gallerySlider.slick-slider .slick-slide div {
	background: #000;
}
#home .gallerySlider.slick-slider .slick-slide img {
	opacity: .7;
}
#home .gallerySlider.slick-slider .slick-current img {
	opacity: 1;
}
/*!  #breadcrumb
================================================ */
#breadcrumb { padding: 10px 0; }
#breadcrumb span { font-size: 1.2rem; padding: 0 8px; line-height: 23px;}
#breadcrumb span a { text-decoration: none; }
#breadcrumb span:first-child { padding: 0 5px 0 0; color: #c39f57; }



/*=============================================================
about 医院紹介ページ
=============================================================*/
#about #mainTitle { background-image: url(../img/about_bg_main01.png); }
#about #mainTitle img { width: 106px; }
#about #intro .introInfo { padding-bottom: 40px; }
#about #intro .introInfo .introCont .img { padding-bottom: 20px; }
#about #intro .introInfo .introCont .introTit01 { width: 295px; max-width: 100%; padding-bottom: 13px; }
#about #intro .introInfo .introTxt .txt { padding-bottom: 20px; }
#about #intro .introInfo .btn a { line-height: 1.5; padding: 10px 0; }
#about #intro .introPoint .item + .item { margin-top: 22px; }
#about #intro .introPoint .item .pointImg { position: relative; padding-bottom: 10px; }
#about #intro .introPoint .item .pointImg:after { position: absolute; top: 75%; left: -11px; z-index: 1; width: 100px; height: 100px; background: no-repeat center; content: ""; }
#about #intro .introPoint .item:nth-child(1) .pointImg:after { background-image: url(../img/about_ico_point01.png); background-size: contain; }
#about #intro .introPoint .item:nth-child(2) .pointImg:after { background-image: url(../img/about_ico_point02.png); background-size: contain; }
#about #intro .introPoint .item:nth-child(3) .pointImg:after { background-image: url(../img/about_ico_point03.png); background-size: contain; }
#about #intro .introPoint .item .subTit { position: relative; z-index: 2; line-height: 1.47059; padding-bottom: 10px; font-weight: bold; font-size: 1.7rem; text-align: center; }
#about #intro .introPoint .item .txt { position: relative; z-index: 2; }
#about #activity .inner { padding-top: 32px; }
#about #activity .activityTit { width: 313px; max-width: 100%; padding-bottom: 20px; }
#about #activity .activityCont .activityImg { position: relative; padding-bottom: 15px; }
#about #activity .activityCont .activityImg:before { position: absolute; top: 93%; left: -11px; z-index: 2; width: 100px; height: 100px; background: no-repeat center; background-image: url(../img/about_ico_point01.png); background-size: contain; content: ""; }
#about #activity .activityInfo { position: relative; padding-top: 40px; }
#about #activity .activityInfo:before { position: absolute; top: 6%; left: -11px; width: 100px; height: 100px; background: no-repeat center; background-image: url(../img/about_ico_point02.png); background-size: contain; content: ""; }
#about #activity .activityInfo .img { padding-top: 15px; }
#about #activity .tit { position: relative; z-index: 2; line-height: 1.47059; padding-bottom: 5px; padding-left: 70px; color: #b98f3c; font-size: 1.7rem; }
#about #activity .txt { position: relative; z-index: 2; }
#media .mediaInfo { padding-top: 40px; }
#media .mediaIit{
	text-align: center;
    background: url(../img/h2_underline.svg) no-repeat bottom center;
    background-size: 70px auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

#media .mediaIit .txt_en{
   	font-size: 25px;
    display: block;
    letter-spacing: 4px;
    line-height: 15px;
    margin-bottom: 10px;
}

#media .mediaIit .txt_jp{
   	font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}

#media .mediaIxt { padding-bottom: 15px; font-weight: bold; font-size: 1.5rem; text-align: center; }
#media .mediaCont .mediaBox { display: table; box-sizing: border-box; width: 100%; padding: 10px; border: 2px solid #b98f3c; }
#media .mediaCont .mediaBox + .mediaBox { margin-top: 15px; }
#media .mediaCont .mediaBox .mediaImg { display: table-cell; width: 100px; vertical-align: top; }
#media .mediaCont .mediaBox .txtArea { display: table-cell; padding-left: 15px; vertical-align: top; }
#media .mediaCont .mediaBox .txtArea .category { display: inline-block; margin-bottom: 5px; padding: 0 7px; background-color: #b98f3c; color: #fff; font-size: 1.1rem; }
#media .mediaCont .mediaBox .txtArea .tit { line-height: 1.42857; padding-bottom: 10px; font-weight: bold; letter-spacing: 0; }
#media .tit { line-height: 1.42857; padding-bottom: 5px; font-weight: bold; letter-spacing: 0; margin-top: 15px;}
#media video{  width: 100%;}
#media .mediaCont .mediaBox .txtArea .tit small { font-weight: bold; font-size: 1.1rem; }
#media .mediaCont .mediaBox .txtArea table { width: 100%; }
#media .mediaCont .mediaBox .txtArea table .txt { width: 35px; font-weight: bold; font-size: 1.1rem; }
#media .mediaCont .mediaBox .txtArea table td { font-size: 1.1rem; }
#media .mediaCont .mediaBox .txtArea .link_txt a { word-break : break-all; }

#media .media_bnr {
    display: inline-block;
}

#media .media_bnr_box {
    margin-bottom: 15px;
}

#about #access .accessInfo { padding-top: 35px; padding-bottom: 35px; }
#about #access .accessTit{
	text-align: center;
    background: url(../img/h2_underline.svg) no-repeat bottom center;
    background-size: 70px auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

#about #access .accessTit .txt_en{
   	font-size: 25px;
    display: block;
    letter-spacing: 4px;
    line-height: 15px;
    margin-bottom: 10px;
}

#about #access .accessTit .txt_jp{
   	font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}

#about #access .googleMapWrap { margin: 0 -20px; padding-bottom: 20px; }
#about #access .googleMap { width: 100%; height: 250px; }
#about #access .accessTxt .txt { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ece4d3; }
#about #access .accessTxt .list li:before { content: "●"; }
#about #guide { background: url(../img/about_bg_guide01.png) no-repeat center; background-size: cover; }
#about #guide .guideInfo { padding-top: 40px; padding-bottom: 40px; }
#about #guide .guideInfo .guideTit {
    margin-bottom: 25px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 25px;
}

#about #guide .guideInfo .guideCont { padding: 20px 25px; background-color: rgba(255, 255, 255, .9); }
#about #guide .guideInfo .guideCont .guideTxt .tit { line-height: 1.66667; padding-bottom: 5px; font-weight: bold; font-size: 1.5rem; }
#about #guide .guideInfo .guideCont .guideTxt .txt { padding-bottom: 20px; }
#about #bnrArea .bnrAreadeInfo { padding-top: 35px; padding-bottom: 35px; }
#about #bnrArea .bnrAreadeInfo .list { padding: 0 35px; }
#about #bnrArea .bnrAreadeInfo .list .item + .item { margin-top: 10px; }


/*=============================================================
 menu 診療内容ページ
=============================================================*/
#menu #mainTitle,
#menu_sub #mainTitle{ background-image: url(../img/menu_bg_main01.png); }
#menu #mainTitle img,
#menu_sub #mainTitle img{ width: 109px; }
.menuWrap { padding-top: 15px; padding-bottom: 40px; }
.menu + .menu { margin-top: 20px; padding-top: 20px; border-top: 1px solid #e9e9e9; }
.menu .tit { width: 335px; max-width: 100%; padding-bottom: 10px; }
.menu .txtArea .copy { line-height: 1.47059; padding-bottom: 10px; font-weight: bold; font-size: 1.7rem; letter-spacing: .03em; }


/*=============================================================
gallery 院内ギャラリーページ
=============================================================*/
#gallery #mainTitle { background-image: url(../img/gallery_bg_main01.png); }
#gallery #mainTitle img { width: 175px; }
.galleryInner { padding-top: 15px; padding-bottom: 40px; }
.galleryInner .galleryInfo + .galleryInfo { margin-top: 30px; }
.galleryInner .galleryInfo .img { padding-bottom: 15px; }
.galleryInner .galleryInfo .txtArea .tit { width: 100%; text-align: center; padding-bottom: 10px; }

#gallery .galleryInfo .txtArea .tit{
	text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#gallery .galleryInfo .txtArea .tit .txt_jp{
   	font-size: 20px;
    letter-spacing: 3px;
    position: relative;
    display: block;
    font-weight: bold;
}

#gallery .galleryInfo .txtArea .tit .txt_jp:after{
	content: "";
    height: 1px;
    width: 46px;
    background: #e7d7b9;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -23px;
}

#gallery .galleryInfo .txtArea .tit .txt_en{
   	font-size: 9px;
    letter-spacing: 1px;
    color: #b79245;
    font-weight: bold;
}



/*=============================================================
 staff スタッフ紹介ページ
=============================================================*/
#staff #mainTitle { background-image: url(../img/staff_bg_main01.png); }
#staff #mainTitle img { width: 152px; }
.staffInner { padding-top: 15px; padding-bottom: 35px; }
.staffInner .staffInfo + .staffInfo { margin-top: 20px; padding-top: 20px; border-top: 1px solid #e4e4e4; }
.staffInner .staffInfo .tit { width: 345px; max-width: 100%; margin: 0 auto; padding-bottom: 18px; }
.staffInner .staffInfo .areaText .intro { line-height: 1.53846; margin-bottom: 10px; padding-top: 13px; padding-bottom: 15px; border-bottom: 1px solid #b98f3c; font-size: 1.3rem; }
.staffInner .staffInfo .txtArea .txt { padding-bottom: 15px; }
.staffInner .staffInfo .txtArea .category dl + dl { margin-top: 10px; }
.staffInner .staffInfo .txtArea .category dl .minTit { padding-bottom: 5px; font-weight: bold; font-size: 1.3rem; }
.staffInner .staffInfo .txtArea .category dl .list ul li { line-height: 1.66667; padding-left: 1em; font-size: 1.2rem; text-indent: -1em; }
.staffInner .staffInfo .txtArea .category dl .list ul li:before { content: "●"; }
.staffInner .staffInfo .assis .img { width: 110px; padding-bottom: 15px; }


/*=============================================================
 fee 治療費ページ
=============================================================*/
#fee #mainTitle { background-image: url(../img/fee_bg_main01.png); }
#fee #mainTitle img { width: 85px; }


/*=============================================================
 access 地図・診療時間ページ
=============================================================*/
#access #mainTitle { background-image: url(../img/access_bg_main01.png); }
#access #mainTitle img { width: 175px; }
#access .accessTit{
	text-align: center;
    background: url(../img/h2_underline.svg) no-repeat bottom center;
    background-size: 70px auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

#access .accessTit .txt_en{
   	font-size: 25px;
    display: block;
    letter-spacing: 4px;
    line-height: 15px;
    margin-bottom: 10px;
}

#access .accessTit .txt_jp{
   	font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}

#access #map .accessInfo { padding-top: 35px; padding-bottom: 35px; }
#access #map .googleMapWrap { margin: 0 -20px; padding-bottom: 20px; }
#access #map .googleMap { width: 100%; height: 250px; }
#access #map .accessTxt .txt { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ece4d3; }

#access #map .accessTxt .list li:before { content: "●"; }
#access #timeschedule{ margin-top: 30px;}
#access #timeschedule .calendarInfo { padding: 0 20px 30px; }
#access #timeschedule .calendarInfo .schedule { width: 100%; }
#access #timeschedule .calendarInfo .schedule .term { box-sizing: border-box; width: 135px; padding: 4px 0 4px 12px; border: solid 1px #c39f57; font-size: 11px; text-align: left; }
#access #timeschedule .calendarInfo .schedule .term.night { padding: 0 0 0 56px; }
#access #timeschedule .calendarInfo .schedule td { width: 35px; border: solid 1px #c39f57; text-align: center; }
#access #timeschedule .calendarInfo .holiday { padding-top: 7px; font-size: 1.1rem; text-align: center;}

/*=============================================================
clinic 赤羽岩淵診療所（内科）についてページ
=============================================================*/
#clinic #mainImg #mainTitle { padding: 40px 20px; background-image: url(../img/clinic_bg_main01.png); }

#clinic #mainTitle .h1_box{
	font-size: 23px;
    letter-spacing: 3px;
    color: #363636;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    line-height: 30px;
    padding: 28px 10px;
}

#clinic #mainTitle .h1_box .txt_s{
	font-size: 13px;
    letter-spacing: 2px;
    color: #c39f57;
    border: 1px solid #c39f57;
    border-radius: 17px;
    width: 100px;
    height: 20px;
    display: block;
    font-weight: bold;
    margin: 0 auto 12px auto;
    line-height: 22px;
}

#clinic #mainImg #mainTitle img { width: 335px; max-width: 100%; }
#clinic #chief { padding-top: 30px; padding-bottom: 30px; background-color: #fff; }
#clinic #chief .clinicInfo .tit { width: 322px; max-width: 100%; padding-bottom: 10px; }
#clinic #chief .clinicInfo .inbox .txtArea { margin-bottom: 13px; padding-bottom: 17px; border-bottom: 1px solid #b98f3c; }
#clinic #chief .clinicInfo .inbox .txtArea .copy { line-height: 1.47059; padding-bottom: 5px; font-weight: bold; font-size: 1.7rem; }
#clinic #chief .clinicInfo .inbox .txtArea .txt { padding-bottom: 25px; }
#clinic #chief .clinicInfo .inbox .category dl + dl { margin-top: 10px; }
#clinic #chief .clinicInfo .inbox .category dl .minTit { padding-bottom: 5px; font-weight: bold; font-size: 1.3rem; }
#clinic #chief .clinicInfo .inbox .category .list ul li { line-height: 1.66667; padding-left: 1em; font-size: 1.2rem; text-indent: -1em; }
#clinic #chief .clinicInfo .inbox .category .list ul li:before { content: "●"; }
#clinic_consult .consultInfo { padding-top: 30px; padding-bottom: 30px; }
#clinic_consult .consultInfo .consultCont .tit { width: 297px; max-width: 100%; margin: 0 auto; padding-bottom: 25px; }
#clinic_consult .consultInfo .consultCont .textArea + .textArea { margin-top: 25px; }
#clinic_consult .consultInfo .consultCont .textArea .img { padding-bottom: 10px; }
#clinic_gallery { background-color: #fff; }
#clinic_gallery .galleryInfo { padding-top: 40px; padding-bottom: 40px; }
#clinic_gallery .galleryInfo .tit { width: 143px; margin: 0 auto; padding-bottom: 25px; }
#clinic_gallery .slick-prev , #clinic_gallery .slick-next { z-index: 1; width: 18px; height: 34px; }
#clinic_gallery .slick-prev { left: -10px; background: url(../img/clinic_btn_prev.png) no-repeat center; background-size: contain; }
#clinic_gallery .slick-next { right: -10px; background: url(../img/clinic_btn_next.png) no-repeat center; background-size: contain; }
#clinic_about { background-color: #fff; }
#clinic_about .aboutInfo { padding-bottom: 30px; }
#clinic_about .aboutInfo .tit { width: 109px; margin: 0 auto; padding-bottom: 25px; }
#clinic_about .aboutInfo .aboutCont .img { padding-bottom: 10px; }
#clinic_about .aboutInfo .aboutCont .textArea .titLogo { width: 122px; padding-bottom: 17px; }
#clinic_about .aboutInfo .aboutCont .textArea .tel {
    font-size: 22px;
    letter-spacing: 3px;
    background: url(../img/foot_tel.svg)no-repeat left center;
    background-size: 35px 20px;
    display: inline-block;
    padding-left: 45px;
	margin: 10px 0;
}
#clinic_about .aboutInfo .aboutCont .textArea .station { width: 100%; margin-bottom: 15px; }
#clinic_about .aboutInfo .aboutCont .textArea .station th { width: 100px; color: #b98f3c; }
#clinic_about .aboutInfo .aboutCont .textArea .schedule { width: 100%; margin-bottom: 10px; }
#clinic_about .aboutInfo .aboutCont .textArea .schedule th , #clinic_about  .aboutInfo .aboutCont .textArea .schedule td { box-sizing: border-box; padding: 4px 0; border: 1px solid #eae1d1; font-size: 1.3rem; text-align: center; vertical-align: middle; }
#clinic_about .aboutInfo .aboutCont .textArea .schedule .time { width: 120px; padding: 10px 0; font-size: 1.1rem; }
#clinic_about .aboutInfo .aboutCont .textArea .schedule .mark { color: #b98f3c; }




/*=============================================================
その他　新規追加のサブページ用テンプレート
=============================================================*/

#contents .paragraph{
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

#contents .paragraph--marginTop{
    margin-top: 40px;
}

#contents .paragraph .gold{
	color: #b88f3c;
}

#contents .paragraph .bold{
	font-weight: bold;
}

#mainTitle img {
    height: 23px;
    width: auto;
}


/*--------------------------------------------------------------
## サブページ、イントロボックス
--------------------------------------------------------------*/

#contents .paragraph .intro-box {
	margin: 20px 0 15px 0;
    padding: 20px 18px 20px 18px;
    background: #fbf7ef;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 28px;
	/*text-align: center;*/
}

#contents .paragraph .intro-box h2{
	font-size: 20px;
	border: none;
	margin: 5px 0 10px 0;
	color: #b88f3c;
	padding: 0;
	text-align: center;
}

/*--------------------------------------------------------------
## サブページ、見出し
--------------------------------------------------------------*/

#contents .paragraph h2 {
	font-size: 20px;
    border-top: 1px solid #b88f3c;
    border-bottom: 1px solid #b88f3c;
    margin: 40px 0 10px 0;
    padding: 10px 0 10px 0;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 2px;
	text-align: center;
}

#contents .paragraph .h2Iit{
    text-align: center;
    background: url(../img/h2_underline.svg) no-repeat bottom center;
    background-size: 70px auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border: none;
}

#contents .paragraph .h2Iit .txt_en{
    font-size: 25px;
 display: block;
 letter-spacing: 4px;
 line-height: 15px;
 margin-bottom: 10px;
}

#contents .paragraph .h2Iit .txt_jp{
    font-size: 14px;
 letter-spacing: 1px;
 font-weight: bold;
}

#contents .paragraph h3 {
	font-size: 18px;
    border-left: 4px solid #b88f3c;
    margin: 25px 0 10px 3px;
    padding: 3px 0 3px 12px;
    line-height: 25px;
	font-weight: bold;
}

#contents .paragraph h4{
	font-size: 17px;
    margin: 30px 0 15px 0;
	line-height: 20px;
	font-weight: bold;
	color: #b88f3c;
}

#contents .paragraph h5{
	font-weight:bold;
	font-size: 15px;
	line-height: 25px;
    margin: 25px 0 10px 0;
}

#contents .paragraph p {
    margin-bottom: 10px;
	padding: 0;
}


/*--------------------------------------------------------------
## サブページ 画像位置
--------------------------------------------------------------*/

#contents .paragraph img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 20px;
}

#contents .paragraph .img_right {
	margin: 0 auto 20px auto;
}

/*#contents .paragraph .ct_19 {
	max-width:100%;
	margin: 0 auto 20px auto;
}*/

#contents .paragraph .img_left {
	margin: 0 auto 20px auto;
}

#contents .paragraph .img_left_s {
	margin: 0 auto 20px auto;
	max-width: 80%;
}

#contents .paragraph .img_center {
	margin: 0 auto 20px auto;
}

#contents .paragraph .contents_img_wrapper{/*縦並びにしたいとき*/
	justify-content: center;
	width: 100%;
	max-width: 300px;
	margin: 30px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#contents .paragraph .contents_img_wrapper_no-wrap{/*横並びにしたいとき*/
	justify-content: center;
	width: 100%;
	max-width: 300px;
	margin: 30px auto 0 auto;
	display: flex;
	flex-wrap: nowrap;
}

#contents .paragraph .contents_img_wrapper img{
	margin-bottom: 25px;
	width: 100%;
	height:100%;
}

.contents_img_item{
	margin: 0 5px 10px 5px;
	text-align: center;
}


#contents .paragraph .img_tour{
	width: 100%;
    margin-bottom: 30px;
	height: auto;
}

#contents .paragraph img.no-resize{
	width:auto;
	height:auto;
}

#contents .paragraph .mv_center {
	display: block;
    margin: 20px auto 0 auto;
    width: 100%;
    height: 50vw;
}

#contents .paragraph .video{
    width: 100%;
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
## サブページ、ボーダーボックス
--------------------------------------------------------------*/

#contents .paragraph .border-box {
	margin:20px 0;
	padding: 20px 15px;
	border: 4px solid #f3efe8;
}

#contents .paragraph .border-box h2{
	margin-top:0;
}

#contents .paragraph .border-box h3{
	margin-top:0;
}

#contents .paragraph .border-box h4{
	margin-top:0;
}

#contents .paragraph .border-box h5{
	margin-top:0;
}

#contents .paragraph .border-box ul{
	margin:20px 0 0 0;
}


/*--------------------------------------------------------------
## サブページ リスト
--------------------------------------------------------------*/

#contents .paragraph ul{
	margin:20px 0 30px 0;
}

#contents .paragraph ul li {
	margin-bottom: 10px;
	padding: 0 10px;
    text-indent: -10px;
}

#contents .paragraph ul li:before {
    content: "• ";
    color: #b88f3c;
}

#contents .paragraph .list_number{
	list-style: none;
	counter-reset: number;
}

#contents .paragraph .list_number li{
	line-height: 25px;
	margin-bottom: 10px;
}

#contents .paragraph .list_number li:before{
	counter-increment: number;
	content: counter(number);
	color: #b88f3c;
	font-weight: bold;
	font-size: 18px;
	margin-right: 8px;
}


/*--------------------------------------------------------------
## サブページ テーブル
--------------------------------------------------------------*/

#contents .paragraph table{
	border-collapse: collapse;
	width: 100%;
	margin:20px 0 15px 0;
	font-size: 14px;
}

#contents .paragraph table th,#contents .paragraph table tr td{
	vertical-align: middle;
	border: 1px solid #e0e0e0;
	text-align:left;
}

#contents .paragraph table th{
	padding: 7px 8px 8px 8px;
	background-color:#f5f3ef;
	font-weight: 500;
}

#contents .paragraph table tr td{
	padding:5px 8px;
}

#contents .paragraph table th.th_title{
	background-color: #bf9a4f;
    color: #fff;
    font-weight: bold;
    border: 1px solid #ceb688;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 20px;
}

#contents .paragraph table td.td_title{
	background-color:#f9f9f9;
}

#contents .paragraph table td.right{
	text-align:right;
}

#contents .paragraph table td.center{
	text-align:center!important;
}

#contents .paragraph table ul {
    margin:4px 0 ;
}

#contents .paragraph table ul li {
    line-height: 20px;
    margin-bottom: 5px;
	padding: 0 0 0 10px;
	font-size: 13px;
}

#contents .paragraph .scroll table{
	display: block;
	white-space: nowrap;
	overflow-x: auto;
}

#contents .paragraph .scroll table::-webkit-scrollbar {
  height: 5px;
}
#contents .paragraph .scroll table::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
#contents .paragraph .scroll table::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

/*--------------------------------------------------------------
## 歯周病ページ チェックリスト
--------------------------------------------------------------*/
#contents .paragraph ul.checklist{
	list-style: none;
}


 #contents .paragraph ul.checklist li{
    position: relative;
    padding-left: 30px;
  }

 #contents .paragraph ul.checklist li:before {
    content: "";
    position: absolute;
    top: .3em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #b88f3c;
    border-bottom: 3px solid #b88f3c;
  }


/*微調整*/
.p_left{
text-align:left!important;
padding-left:20px!important;
}

.top_notice{margin:15px 0;}

/*インプラント*/
.mod_btn_implant { width: 100%; max-width: 100%; margin: 20px auto 30px auto; }
.mod_btn_implant a { display: block; position: relative; padding: 12px 0; border: 1px solid #b98f3c; color: #b98f3c; text-align: center; }
.mod_btn_implant a:after { position: absolute; top: 40%; right: 15px; box-sizing: border-box; width: 5px; height: 5px; border: 5px solid transparent; border-left: 5px solid #b98f3c; content: ""; }




/*症例BOX*/
.case_box{
margin-bottom:20px;
}

.case_box img{
max-width:100%;
}

.case_box p.case_title{
font-size:120%;
line-height:250%;
background-color:#ece2cd;
font-weight:bold;
padding-left:15px!important;
}


/*↓元に戻せと言われたら下記をお使いください*/
/*.case{
margin-bottom:20px;
}

.case_box{
margin-bottom:40px;
}


.case_box p.case_title{
font-size:120%;
line-height:250%;
background-color:#ece2cd;
font-weight:bold;
}

.case_box img{
width:100%;
margin-top:-3px;
}
*/


/*★小児歯科メニューこここから************************/

.menu_wrapper_03 a{
text-decoration:none;
color:#666;
}

.menu_wrapper_03{
width:100%;
background-color:#efefef;
}

.menu_wrapper_03 p{
letter-spacing:0;
line-height:110%;
}

.menu_wrapper_03 .menu_wrapper_03_box{
width:49%;
padding-top:10px;
background-color:#efefef!important;
text-align:center;
margin-bottom:5px;
}

.menu_wrapper_03 .menu_wrapper_03_box img{
width:30px!important;
display:block;
margin-bottom:10px!important;
}

.sp_r{float:right!important;}
.sp_l{float:left!important;}

.mb40{margin-bottom:40px!important;}




/*こども矯正・大人の矯正ページ*/
/*ページ内リンクボタン2個*/
.ortho_child,
.ortho_adult{
width:48%;
height:60px;
background-color:#b98f3c;
color:#fff;
border-radius:5px;
margin-bottom:40px;
text-align:center;
line-height:420%;
font-size:98%;
float:left;
}

.ortho_child{
margin-right:3%;
}
.ortho_adult{
}

/*ページ内リンクボタン3個*/
.mb60{margin-bottom:60px!important;}

.ortho_01,
.ortho_02,
.ortho_03,
.sub_btn_01,
.sub_btn_02,
.sub_btn_03{
width:48%;
height:60px;
background-color:#b98f3c;
color:#fff;
border-radius:5px;
text-align:center;
float:left;
margin-top:10px;
line-height:450%;
font-size:90%;
}

.ortho_01,
.ortho_03,
.sub_btn_01,
.sub_btn_03{
margin-right:3%;
}

.ortho_03{margin-bottom:40px!important;}


/*トップページ　当院の特徴*/
.mod_btn_feature{
font-size: 1.4rem;
position: relative;
width: 100%;
text-align: center!important;
border: solid 1px #b98f3c;
margin-top:10px;
}

.mod_btn_feature a{
display: block;
padding: 5px 0;
text-decoration: none;
color: #b98f3c;
}

.mod_btn_feature a:after{
position: absolute;
top: 13px;
right: 13px;
display: block;
width: 0;
height: 0;
content: '';
border-width: 6px 0 6px 6px;
border-style: solid;
border-color: transparent transparent transparent #b98f3c;
}

.mod_btn_feature a:hover{
-webkit-transition: all .2s;
transition: all .2s;
opacity: .6;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.tweak_01{margin-top:20px!important;}
.tweak_02{margin-top:20px!important;}


/*ページ内リンク用　スマホ限定調整部分*/
.a_sp{
margin-bottom:75px!important;
}


/* お知らせ blog */
#blog{
    width: 100%;
    margin:  0 0 100px 0;
    box-sizing: content-box;
}

#blog a{
    text-decoration: none;
    color: #b98f3c;
}

#blog a:hover{
    transition: 0.5s;
    opacity: 0.5;
}

.blogArea{
    max-width: 240px;
    border: 1px solid #b98f3c;
    margin: 0 auto;
    box-sizing: content-box;
    padding: 30px 50px 30px 40px;
}

#blog .blogTit{
    margin-bottom: 39px;
    text-align: center;
    background: url(https://www.new-ohtani-dent.com/img/h2_underline.svg) no-repeat bottom center;
    background-size: 100px auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-bottom: 18px;
}

#blog .txt_en{
    font-size: 30px;
    display: block;
    letter-spacing: 8px;
    line-height: 30px;
    margin-bottom: 10px;
}

#blog .txt_jp{
    font-size: 16px;
 letter-spacing: 5px;
}

.blog-txtBox{
    display: flex;
    margin-bottom: 10px;
}


span.blog-date{
    font-weight: bold;
}

span.blog-txt{
}

.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}

.blog-title   {
    font-size: 14px!important;
}

/* 家庭医 */
#familyDr {
    padding: 30px 0 50px 0;
    background-color: #fff;
}

.familyDr_container {
    max-width: 1000px;
    margin: 0 20px;
    padding:40px 30px 50px 30px;
    background-color: rgba(255,243,223,0.6);
    border-radius: 30px;
}


.familyDr_img {
    max-width: 70%;
    display: block;
    margin: 0 auto 20px auto;
}

.familyDr_container ol {
    margin: 30px 0;
    padding-left: 20px;
}

.familyDr_container ol li {
    list-style-type: decimal;
}

/* ブログのリンク部分 */
.blog-a,
.blog-a--tag,
.blog-a--prev,
.blog-a--side,
.blog-a--month{
    color: #b98f3c;
    text-decoration: none;
}