@charset "UTF-8";
/*
* Theme Name: テンプレート01_05
* Author: Iscream Design
* Version: 1.5
* Description:
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
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;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
strong,b {
  font-weight: bold !important;
}


body {
  position: relative;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333333;
  min-width: 1054px;
}

a { color: #ff4e0e;}
a:hover { color: #ff9d7a; text-decoration: none;}

.container { width: 1054px;}

@media only screen and (max-width: 800px) {
  body { min-width: 0px;}
  .container { width: 100%;}
}

/************************************ header_01　左ロゴ・下メニュー*/

.header_logo { padding-top: 20px;}
.header_contact li { display: inline-block; vertical-align: middle; margin: 0px 10px 10px;}
.header_contact dl { display: table;}
.header_contact dt, .header_contact dd { display: table-cell; vertical-align: top;}
.header_contact dt { width: 6em;}
.header_contact dt span { display: inline-block; width: 5.5em; border-radius: 10px;}

.mainimage { background: url(images/mainimage.jpg) no-repeat center top; height: 500px; padding-top: 200px;}

@media only screen and (max-width: 800px) {
  .header_01 h1 { padding-right: 70px;}
  .header_logo { padding-top: 0px;}

  .mainimage { height: auto; background-size: cover; padding: 10% 10%;}
}

/*グローバルメニュー*/
.header_01 .gNavi > ul { background: url(images/shared/gn_bg.png) no-repeat center 50%; padding: 20px 15px;}
.header_01 .gNavi > ul > li { float: left; width: 14.2857%;}
.header_01 .gNavi > ul > li > a { display: block; text-decoration: none; color: #341709;}
.header_01 .gNavi > ul > li > a:hover { color: #ff4e0e;}
.header_01.under .gNavi { border-top: solid 1px #ddd;}

/*ドロップダウンメニュー*/
.gNavi .dd {
  position: relative;
  z-index: 500;
}
.gNavi .dd ul {
  width: 100%;
  position: absolute;
  display: none;
  left: 0;
  background: #fff;
  padding-bottom: 10px;
}
.gNavi .dd ul li a {
  color: #341709;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  border-bottom: dashed 1px #ddd;
  padding: 10px 0;
}
.gNavi .dd ul li:last-child a { border-bottom: none;}
.gNavi .dd ul li a:hover { color: #ff4e0e;}

@media only screen and (max-width: 800px) {
  /* ハンバーガーメニュー */
  .humberger {
    background: #ff4e0e;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 15px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 10000;
  }
  .humberger span {
    background: #fff;
    border-radius: 15px;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) { top: 9px;}
  .humberger span:nth-of-type(2) { top: 17px;}
  .humberger span:nth-of-type(3) { top: 25px;}
  .humberger:after {
    color: #fff;
    content: 'MENU';
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
  }
  .is-open .humberger:after { content: 'CLOSE';}
  .is-open .humberger span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .is-open .humberger span:nth-of-type(2) { opacity: 0;}
  .is-open .humberger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /* ナビ本体 */
  .sp-navi { -webkit-text-size-adjust: 100%;}
  .sp-navi.is-open .sp-navi-inner {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .sp-navi .sp-navi-inner {
    background: url(images/shared/bg01.png);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: .5s;
  }
  .sp-navi .sp-navi-inner > ul { padding: 60px 20px 20px;}
  .sp-navi .sp-navi-inner > ul > li {
    margin: 0 0 25px;
    position: relative;
  }
  .sp-navi .sp-navi-inner > ul > li > a {
    border-bottom: 4px solid #ff4e0e;
    display: inline-block;
    color: #333;
    font-size: 20px;
    line-height: 1.2;
    padding: 0 0 10px;
    text-decoration: none;
  }
  .sp-navi .sp-navi-inner > ul > li > ul { padding: 25px 0 0 15px;}
  .sp-navi .sp-navi-inner > ul > li > ul > li { margin-bottom: 10px;}
  .sp-navi .sp-navi-inner > ul > li > ul > li > a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel {
    background: #fff;
    border-radius: 5px;
    padding: 15px 5px;
    margin: 35px 0 0;
    text-align: center;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel a {
    border-color: #333;
    color: #333;
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel .time { margin: 5px 0 0;}
}


/************************************ コンテンツ*/
.contents {
  float: left;
  width: 740px;
}
@media only screen and (max-width: 800px) {
  .contents {
    float: none;
    width: auto;
  }
}

/************************************ タイトル*/

.pagettl { background: url(images/shared/bg01.png); padding: 50px 0px 70px;}
.pagettl h2 {
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 30px;
  line-height: 1.1;
  color: #ff4e0e;
  text-align: center;
  background: url(images/top_art01_icon.png) no-repeat center top;
  padding: 30px 15px 15px;
}

.heading_back {
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  background-color: #341709;
  border-radius: 2px;
  padding: 8px 13px 11px;
}
.heading_btmline, .postdata h4 {
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 25px;
  line-height: 1.2;
  color: #ff4e0e;
  border-bottom: dotted 2px #bba299;
  padding-bottom: 10px;
}
.heading_leftline, .postdata h5 {
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 20px;
  line-height: 1.2;
  color: #341709;
  padding-left: 15px;
  position: relative;
}
.heading_leftline:before, .postdata h5:before { content: ""; position: absolute; left: 0px; top: 0px; width: 5px; height: 100%; background-color: #beeaae; border-radius: 3px;}

@media only screen and (max-width: 800px) {
  .pagettl { padding: 15px 0px 25px;}
  .pagettl h2 { font-size: 26px;}

  .heading_back { font-size: 23px;}
  .heading_btmline, .postdata h4 { font-size: 22px; padding-bottom: 8px;}
}


/************************************ サイドバー*/
.rNavi {
  float: right;
  width: 256px;
}

.side_border { border: solid 2px #bba299;}
.side_sec01 a { display: block; text-decoration: none; color: #341709; background: url(images/under/ico_arrow.png) no-repeat 20px 50%; padding: 10px 10px 10px 35px; border-bottom: dashed 1px #bba299;}
.side_sec01 a:hover { background-color: #fafafa;}
.side_sec01 li:last-child a { border-bottom: none;}

.side_sec02 { border-top: solid 6px #ff4d0d; letter-spacing: 0px !important;}
.side_sec02 .map iframe { width: 100%; vertical-align: bottom;}

@media only screen and (max-width: 800px) {
  .rNavi {
    float: none;
    width: auto;
    max-width: 256px;
    margin: auto;
  }
}

/************************************ フッター */

/************************************ footer_01 */

.footer_01 { border-top: solid 5px #ff4e0e; padding-top: 50px;}
.footer_01 hr { border: none; border-bottom: dotted 2px #bba299;}
.footer_01 .text01 { padding: 0px 10px; border-radius: 20px;}

.footer_nav li { display: inline-block; margin: 0px 15px;}
.footer_nav li a { text-decoration: none; color: #333;}
.footer_nav li a:hover { text-decoration: underline;}

@media only screen and (max-width: 800px) {
}

/************************************ページトップボタン*/
.pagetop_btn {
  position: fixed;
  right: 20px;
  bottom: 0px;
  padding-bottom: 20px;
  display: none;
  z-index: 999;
}

/************************************テーブル (01_04 追加)*/
.table-bordered {
  border-collapse: collapse;
  border: solid 2px #bba299;
  width: 100%;
}
.table-bordered th, .table-bordered td {
  border: solid 1px #bba299;
  padding: 10px;
  vertical-align: middle;
}
.table-bordered th {
  width: 20%;
  color: #341709;
  background: url(images/shared/bg01.png);
}

/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {

  .sp-listlayout tr {
    display: block;
  }
  .sp-listlayout tr:first-of-type th{
    border-top: none;
  }
  .sp-listlayout th {
    border-right: none !important;
    border-left: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .sp-listlayout {
    table-layout: fixed;
  }
  .sp-listlayout * {
    word-wrap: break-word;
  }
}

/************************************アーカイブ関連*************************************/

/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
  background-color: #beeaae;
  font-family: "FOT-筑紫A丸ゴシック Std D", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 15px;
  color: #341709;
  padding: 5px 40px 7px;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
}
.more-btn a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 800px) {
  .more-btn a { padding: 7px 20px;}
}

/*WP用 投稿表示*/
.topics_sec article ul { padding-left: 1.5em;}
.topics_sec article ul li { list-style: outside disc;}
.topics_sec article p { margin-bottom: 15px;}
.topics_sec article p:last-Child { margin-bottom: 0px;}

ol { padding-left: 2em;}
ol li { list-style: outside decimal;}


.list_disc { padding-left: 20px;}
.list_disc li { list-style: outside disc;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 20px;
}
.postdata ul li {
  list-style: disc;
}
.postdata ol li {
  list-style: decimal;
}
.postdata strong{
  font-weight: bold;
}
.postdata em{
  font-style: italic;
}
.postdata a{
  text-decoration: underline;
}
.postdata a:hover{
  text-decoration: none;
}

/************************************ ORIGINAL ***********/

.rob.mg10 { margin: 0px -10px;}
.rob.mg10 .coll-1, .rob.mg10 .coll-2, .rob.mg10 .coll-3, .rob.mg10 .coll-4, .rob.mg10 .coll-5, .rob.mg10 .coll-6, .rob.mg10 .coll-7, .rob.mg10 .coll-8, .rob.mg10 .coll-9, .rob.mg10 .coll-10, .rob.mg10 .coll-11, .rob.mg10 .coll-12 { padding: 0px 10px;}

.iframe_wrap { position: relative; width: 100%; padding-top: 50%;/* 高さ÷幅 */}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.bx-wrapper { position: relative;}
.bx-controls-direction a { position: absolute; top: 50%; margin-top: -20px; width: 40px; height: 40px; display: block;}
.bx-controls-direction a:hover { opacity: 0.7;}
.bx-prev { left: -20px; background: url(images/ico_prev.png) no-repeat left top;}
.bx-next { right: -20px; background: url(images/ico_next.png) no-repeat left top;}

.fo30 { font-size: 30px;}

.top_heading { background: url(images/top_art01_icon.png) no-repeat center top; padding-top: 30px;}

.top_art02 h2 { background: url(images/top_art01_icon.png) no-repeat left top; border-bottom: dotted 2px #bba299; padding: 25px 0px 10px 0px;}
.top_art02 h2 { margin-top: -15px;}
.top_art02 figure div:after { content: url(images/top_art02_img02.png); position: absolute; bottom: -35px; left: -35px;}

.top_art04 h2 { border-bottom: dotted 2px #bba299; padding-bottom: 10px;}

.top_art06 h2 { border-bottom: dotted 2px #bba299; padding-bottom: 7px;}
.top_art06 dl { padding-bottom: 15px; margin-bottom: 15px;}
.top_art06 .map iframe { width: 100%; vertical-align: bottom;}

.clinic_pad { padding-top: 50px;}

.list_check li { background: url(images/under/ico_check.png) no-repeat left 0.4em; padding-left: 23px;}

@media only screen and (max-width: 800px) {
  .fo30 { font-size: 24px;}
  .top_art02 figure div:after { display: none;}
  .clinic_pad { padding-top: 0px;}
}

.box-txt {
  margin-right: auto;
  margin-left: auto;
  display:inline-block;
  border:2px solid #ED0003;
  padding: 15px;
  border-radius: 10px;
}
