@charset "UTF-8";
/*
Theme Name: あい歯科クリニック
Theme URI:http://dent-ai.com
Author: kiraramarketing
Description: あい歯科クリニック
Version: 1.0
*/
@import url("reset.css");
@import url("drawer.min.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  word-break: break-all;
  line-height: 1.8;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 200;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 150%;
  /*	@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}*/
}
/*********************************

PC_CSS START

**********************************/
@media screen and (min-width:769px) {
  /***************************************
	
	共通設定
	
***************************************/
  .pcnone {
    display: none !important;
  }
  .center {
    text-align: center;
  }
  #wrapper {
    width: 100%;
  }
  .mt70 {
    margin-top: 70px;
  }
  .mt135 {
    margin-top: 135px;
  }
  .mt195 {
    margin-top: 195px;
  }
  .mt200 {
    margin-top: 200px;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mb0 {
    margin-bottom: 0;
  }
  .mb6 {
    margin-bottom: 6px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt84 {
    margin-top: 84px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pt76 {
    padding-top: 76px;
  }
  .pb84 {
    padding-bottom: 84px;
  }
  .red {
    font-size: 12px;
    color: red;
  }
  .fade {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .clear {
    clear: both;
  }
  /***************************************
	
	テキストアニメーション
	
***************************************/
  /***************************************
	
	ヘッダー設定
	
***************************************/
  #headerpc {
    width: 100%;
    margin-top: 15px;
	  position: relative;
  }
	
	 .topheaderwrap {
	max-width: 1200px;
        margin: 0 auto;
	}
	
	
  .header_container {
    width: 1000px;
    margin: 0 auto;
    height: 95px;
    padding-left: 20px;
  }
  .header_container h1 {
    color: #000;
    font-size: 13px;
  }
  .header_logo {
    float: left;
    width: 353px;
    height: 70px;
    box-sizing: border-box;
    margin-top: 5px;
  }
  .header_contact {
    float: left;
    height: 70px;
    width: 285px;
    margin-left: 232px;
  }
  .header_contact img, .header_contact p {
    float: left;
    margin: 0;
  }
  .header_contact img {
    margin-right: 10px;
  }
  .mt5 {
    margin-top: 5px !important;
  }
  .header_contact p {
    font-size: 12px;
  }
  .font24 {
    font-size: 24px !important;
    font-weight: 700;
  }
  a.header_mail {
    display: block;
    float: right;
    margin-right: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #F5CA1F;
    color: #000;
    text-align: center;
    padding-top: 17px;
    font-size: 12px;
    box-sizing: border-box;
    margin-top: -10px;
  }
  /*********************************************

グローバルナビ設定

********************************************/
  #nav_wrap {
    width: 100%;
  }
  #g_nav {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    /*padding-left: 65px;*/
    box-sizing: border-box;
  }
  span.navpink {
    font-size: 8px;
    color: #E8879F;
    display: block;
  }
  span.nav_text {
    display: block;
    margin-top: 8px;
    font-weight: 700;
    color: #000;
  }
  /*ナビゲーション*/
  #global-nav {
    width: 1000px;
    height: 65px;
    margin: 0 auto 15px;
    overflow: visible;
  }
  #global-nav ul {
    margin: 0;
    position: absolute;
    overflow: visible;
    width: 1000px;
  }
  #global-nav ul li {
    float: left;
    box-sizing: border-box;
    width: 123px;
    text-align: center;
    margin-bottom: 10px;
    border-right: 2px solid #F5CA1F;
    overflow: visible;
  }
  #global-nav ul li:last-child {
    border: none;
  }
  #global-nav ul li li {
    float: none;
  }
  #global-nav a {
    display: block;
    outline: 1;
    text-decoration: none;
    padding: 10px 0;
    color: #000;
    font-weight: 700;
    overflow: visible;
  }
  #global-nav li ul {
    display: none;
  }
  #global-nav .menu-item {
    position: relative;
    display: inline-block;
  }
  #global-nav .menu-item::after {
    bottom: 0;
    content: '';
    display: block;
    background: #000;
    left: 0;
    position: absolute;
    width: 0;
  }
  #global-nav .menu-item:hover {
    background: url(image/common/activ.png);
    background-position: bottom -5px right 0;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: visible;
  }
  #global-nav .menu-item:hover a {}
  #global-nav .current-menu-item a, #global-nav .current-post-ancestor a, #global-nav .current-page-ancestor a {
    overflow: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #global-nav .current-menu-item, #global-nav .current-post-ancestor, #global-nav .current-page-ancestor, #global-nav .menu-item:hover {
    /*background:url(image/common/activ.png);*/
    background-position: bottom -5px right 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sub-menu {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .sub-menu:hover {}
  /*#global-nav .current-menu-item, 
#global-nav.current-post-ancestor, 
#global-nav .current-page-ancestor, 
#global-nav .menu-item:hover {
	background-position: 0;
	
}*/
  #global-nav ul ul {
    position: absolute;
    z-index: 100;
    width: auto;
  }
  #global-nav ul .menu-item ul a {
    width: 170px;
    color: #333;
    background: none;
    text-indent: 0;
    /*height: 22px;*/
    padding: 10px 5px;
    border-top: dotted 1px #ddd;
  }
  /*#global-nav ul .menu-item ul a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}*/
  #global-nav ul .menu-item ul li {
    background: #fff;
    float: none;
    padding: 0 5px;
    min-width: 130px;
    height: auto;
    margin-bottom: 0px !important;
    margin-left: 0 !important;
  }
  #global-nav ul .menu-item ul li a {
    border-top: none;
    border-bottom: 1px dashed #ccc;
    font-size: 12px;
    width: auto;
    height: auto;
    vertical-align: baseline;
  }
  #global-nav ul .menu-item ul li:last-child a {
    border-top: none;
    border-bottom: none;
    width: auto;
    height: auto;
    font-size: 12px;
    vertical-align: baseline;
  }
  #global-nav ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
  }
  #global-nav ul li ul li {
    border: none !important;
  }
  #global-nav ul li ul {
    background: #fff;
  }
  #global-nav li:hover ul li {
    overflow: visible;
  }
  .dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .dropmenu li ul li {
    width: 100%;
  }
  .dropmenu li ul li a {
    padding: 13px 15px;
    border-top: 1px solid #7c8c0e;
    background: #6e7c0c;
    text-align: left;
  }
  .dropmenu li:hover > a {
    background: #6e7c0c;
  }
  .dropmenu li a:hover {
    background: #616d0b;
  }
  #dropmenu li ul li {
    overflow: hidden;
    height: 0;
    transition: .2s;
  }
  #dropmenu li:hover ul li {
    overflow: visible;
    height: 38px;
  }
  /*********************************

トップページ設定

**********************************/
  #headerimagewrap {
    max-width: 1200px;
	  width:100%;
    position: relative;
    height: 853px;
    margin: 0 auto;
  }
  #headerimagewrap img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
  }
  #headerimagewrap p {
    position: absolute;
    font-size: 31px;
    line-height: 2;
    font-weight: 700;
    left: 170px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: 489px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: 700;
    letter-spacing: 1px;
  }
  #headerimagewrap p span {
    border-right: 3px solid #f4c91d;
    font-weight: 700;
    padding-right: 3px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  }
  #container_wrapper {
    width: 100%;
    padding: 60px 0 116px 0;
  }
  .container {
    width: 1000px;
    margin: 0 auto;
  }
  .container h2 {
    text-align: center;
    color: #E8879F;
    font-size: 25px;
    padding: 10px;
  }
  .container h3 {
    text-align: center;
    color: #000;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 45px;
  }
  .container h4 {}
  span.borderyellow {
    border-bottom: 2px solid #F5CA1F;
    padding: 2px 0.5em;
  }
  span.borderpink {
    border-bottom: 2px dotted #E8879F;
    padding: 2px 0.5em;
  }
  .topcontents1 {
    width: 100%;
  }
  .topcontents1_left {
    float: left;
    width: 420px;
  }
  .topcontents1_left img {
    width: 100%;
    height: auto;
  }
  .topcontents1_right {
    float: left;
    width: 540px;
    margin-left: 40px;
    line-height: 1.5;
  }
  .topcontents1_right h5 {
    margin: 0 0 17px 0;
    font-size: 20px;
    color: #E8879F;
  }
  .topcontents1_right p {
    line-height: 1.8;
  }
  .mascot {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }
  .topglid {
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;
    margin-top: 37px;
    margin-bottom: 55px;
  }
  .topglid li {
    float: left;
    width: 244px;
    margin-left: 72px;
  }
  .topglid li:nth-child(3n+1) {
    margin-left: 0;
  }
  .topglid li h4 {
    font-size: 19px;
    text-align: center;
    color: #E8879F;
    margin: 24px 0 17px;
    line-height: 1.5;
  }
  .topglid li p {
    font-size: 14px;
    color: #000;
  }
  .tokuchobtn {
    background: #F5CA1F;
    color: #000;
    width: 376px;
    height: 48px;
    text-align: center;
    display: block;
    line-height: 46px;
    margin: 0 auto;
  }
  .yajirushi:after {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 40px; /*画像の幅*/
    height: 18px; /*画像の高さ*/
    background-image: url(image/top/yajirushi.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 30px;
    margin-top: -5px;
  }
  .mb112 {
    margin-bottom: 112px;
  }
  table.toptable {
    width: 100%;
    margin-bottom: 96px;
  }
  table.toptable td {
    width: 25%;
    border-bottom: 2px dotted #CACACA;
    padding: 20px 40px;
    border-right: 2px dotted #CACACA;
  }
  table.toptable td h6 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  table.toptable td img {
    margin: 15px 0;
  }
  .mt45 {
    margin-top: 45px;
  }
  .thmnail {
    width: 110px;
    height: 110px;
    float: left;
  }
  .column_list {
    float: left;
    width: 640px;
    padding-left: 25px;
    box-sizing: border-box;
  }
  .cal {
    width: 100%;
    margin-bottom: 94px;
  }
  .category_column {
    padding: 4px;
    background: #666;
    color: #fff;
    display: inline;
    font-size: 12px;
  }
  article.news {
    width: 100%;
    margin-bottom: 72px;
  }
  article.news h4 {
    font-size: 26px;
    color: #E8879F;
    float: left;
  }
  article.news p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
  }
  div.news_box {
    width: 750px;
    float: right;
  }
  .news_box ul {
    width: 750px;
  }
  .news_box ul li {
    width: 100%;
    margin-bottom: 45px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .news_box ul li a {
    clear: both;
    display: block;
    font-size: 16px;
    color: #000;
  }
  div.news_box2 {
    width: 710px;
    float: right;
  }
  .news_box2 ul {
    width: 710px;
  }
  .news_box2 ul li {
    width: 100%;
    margin-bottom: 45px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  .news_box2 ul li a {
    display: inline-block;
    font-size: 16px;
    color: #000;
  }
  span.topinfodate {
    display: inline-block;
    width: 140px;
    float: left;
    font-size: 14px;
    line-height: 19px;
  }
  a.btn_more {
    color: #000;
    text-align: right;
  }
  .top_recommend_contents {
    width: 1025px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .top_recommend_contents > div {
    float: left;
  }
  .news_left {
    width: 250px;
    float: left;
  }
  .w430 {
    width: 430px;
  }
  .w285 {
    width: 285px;
  }
  .ml15 {
    margin-left: 15px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .googlemap {
    width: 1000px;
    height: 350px;
    margin: 70px auto 0;
  }
  .googlemap a {
    text-decoration: underline;
    color: #E8879F;
  }
  /*********************************

フッター設定

**********************************/
  #footerwrap {
    background: #fff;
    padding: 84px 0 110px 0;
  }
  .footer_logo {
    float: left;
    width: 388px;
    box-sizing: border-box;
    margin-right: 72px;
  }
  .footer_logo img {
    margin-bottom: 20px;
  }
  p.footer_add {
    color: #000;
    font-size: 12px;
  }
  p.footer_tel {
    color: #000;
    font-size: 30px;
  }
  div.footer_time {
    float: left;
    width: 530px;
    box-sizing: border-box;
  }
  table.footertime {
    border-collapse: separate;
    border-spacing: 8px;
  }
  table.footertime th {
    text-align: left;
    font-size: 12px;
  }
  table.footertime td {
    font-size: 12px;
    padding-left: 14px;
  }
  table.footertable {
    width: 100%;
    border: 1px solid #E8879F;
    margin-bottom: 15px;
  }
  table.footertable th {
    font-size: 12px;
    background: #E8879F;
    width: 71px;
    color: #fff;
    padding: 12px 0;
    text-align: center;
  }
  table.footertable th:first-child {
    width: 100px;
  }
  table.footertable td {
    padding: 12px 0;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    text-align: center;
	  vertical-align: middle;
  }
  .brgray {
    border-right: 1px solid #7F8080;
  }
  .bbgray {
    border-bottom: 1px solid #7F8080;
  }
  .ml80 {
    margin-left: 80px;
  }
  .footerchui {
    background: rgba(232, 135, 159, 0.3);
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .footertel {
    font-size: 25px;
    color: #525353;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .footereigyosho {
    font-size: 12px;
    color: #525353;
    font-weight: 700;
    margin: 6px 0;
  }
  .footertelsmall {
    font-size: 18px;
  }
  .footertelsmall:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 28px; /*画像の幅*/
    height: 28px; /*画像の高さ*/
    background-image: url(image/common/tel.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 6px;
    padding: 2px;
  }
  .copyright {
    text-align: center;
    color: #fff;
    background: #E8879F;
    padding: 28px 0;
    font-size: 12px;
  }
  /*********************************

お問い合わせ

**********************************/
  #contact_wrap {
    width: 100%;
    margin: 45px 0;
  }
  .mw_wp_form_g-enquete .action-buttons {
    text-align: center;
  }
  /*確認画面へ進むボタン用*/
  .mw_wp_form_input .btn input {
    background: #9E292C !important;
    width: 300px;
    color: #fff;
    overflow: hidden;
    border: none;
    cursor: pointer;
    line-height: 30px;
  }
  .mw_wp_form_confirm .btn input {
    /*送信ボタン用*/
    background: #9E292C !important;
    width: 300px;
    color: #fff;
    overflow: hidden;
    border: none;
    cursor: pointer;
    line-height: 30px;
  }
  #submitback input {
    /*戻るボタン用*/
    background: #9E292C !important;
    width: 80px;
    height: 30px;
    color: #fff;
    overflow: hidden;
    border: none;
    cursor: pointer;
    line-height: 30px;
  }
  .mw_wp_form_g-enquete input[type="submit"], .mw_wp_form_g-enquete input[type="button"], .mw_wp_form_g-enquete button {
    border: none !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 20px;
    padding: 10px 30px !important;
    text-shadow: none !important;
  }
  .mw_wp_form_g-enquete input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  .mw_wp_form_g-enquete .require {
    display: none;
  }
  .hisu {
    color: #FF0004;
    margin-left: 20px;
    font-size: 12px;
  }
  /*********************************

固定ページ設定

**********************************/
  #pagehead {
    width: 100%;
    height: 500px;
    position: relative;
  }
  #pagehead p {
    position: absolute;
    top: 35%;
    left: 45%;
    font-size: 20px;
    padding: 50px 40px;
    background: #E8879F;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .about_clinic_pagehead {
    background: url(image/pagehead/about_clinic.jpg) center center;
    background-size: cover;
  }
  .medical_care_pagehead {
    background: url(image/pagehead/medical_care.jpg) center center;
    background-size: cover;
  }
  .faq_pagehead {
    background: url(image/pagehead/faq.jpg) center center;
    background-size: cover;
  }
  .contact_pagehead {
    background: url(image/pagehead/contact.jpg) center center;
    background-size: cover;
  }
  .access_pagehead {
    background: url(image/pagehead/access.jpg) center center;
    background-size: cover;
  }
  #pagehead.staff_pagehead {
    background: url(image/pagehead/staff_new2025.jpg) center center;
    background-size: cover;
    height: 810px;
  }
  .ippan_pagehead {
    background: url(image/pagehead/ippann.jpg) center center;
    background-size: cover;
  }
  .pt90 {
    padding-top: 90px;
  }
  .page {
    width: 1000px;
    margin: 0 auto;
  }
  .page a {
    text-decoration: underline;
    color: #F3ABB1;
  }
  .border_yellow1 {
    background: url(image/page/border_yellow1.svg) bottom;
    background-repeat: no-repeat;
    padding-bottom: 12px;
  }
  .border_yellow2 {
    background: url(image/page/border_yellow2.svg) bottom;
    background-repeat: no-repeat;
    padding-bottom: 12px;
  }
  h2.pagesection {
    font-size: 23px;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 45px;
  }
  h4.titlesub {
    color: #F3ABB1;
    text-align: center;
    font-size: 10px;
  }
  .concept {
    width: 100%;
    position: relative;
    overflow: visible;
  }
  .concept_left {
    width: 555px;
    position: absolute;
    top: 46px;
  }
  .concept_left h3 {
    font-size: 20px;
    color: #E8879F;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .concept_left p {
    line-height: 1.8;
  }
  .concept_right {
    position: absolute;
    top: 0;
    left: 634px;
    overflow: visible;
  }
  .h490 {
    height: 490px;
  }
  .rinen_page {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
  }
  .glid_page_3 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .glid_page_3 li {
    width: 300px;
    float: left;
    margin-left: 50px;
    margin-bottom: 70px;
  }
  .glid_page_3 li:nth-child(3n+1) {
    margin-left: 0;
  }
  .glid_page_4 {
    margin-top: 37px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .glid_page_4 li {
    width: 223px;
    float: left;
    margin-left: 36px;
    margin-bottom: 70px;
  }
  .glid_page_4 li:nth-child(4n+1) {
    margin-left: 0;
  }
  p.future {
    color: #F5CA1F;
    font-size: 8px !important;
    text-align: center !important;
    margin-top: 20px;
  }
  .glid_page_4 li h3, .glid_page_3 li h3 {
    font-size: 18px;
    color: #E8879F;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 18px;
    line-height: 1.5;
  }
  .glid_page_4 li p, .glid_page_3 li p {
    text-align: left;
    font-size: 14px;
  }
  .page_image {
    text-align: center;
  }
  .rinen_image {
    text-align: center;
    width: 202px;
    margin: 0 auto 30px;
  }
  .rinen_image img {
    width: 100%;
    height: auto;
  }
  .rinen_glid {}
  .rinen_text {
    width: 480px;
  display:flex;
	  margin:60px auto 30px;
  }
  .rinen_text li {
    float: left;
    width: 152px;
    margin-left: 12px;
  }
  .rinen_text li:first-child {
    margin-left: 0;
  }
  .rinen_text li p {
    font-size: 14px;
    text-align: left;
  }
  .rinen_text li p:first-child {
    text-align: center;
  }
  .rinen_text li p:nth-child(2) {
    font-size: 13px !important;
  }
  p.colorpink {
    color: #EA6180;
    font-size: 21px !important;
    margin-bottom: 10px;
  }
  p.colorgreen {
    color: #A8B51E;
    font-size: 21px !important;
    margin-bottom: 10px;
  }
  p.colorblue {
    color: #1AADC0;
    font-size: 21px !important;
    margin-bottom: 10px;
  }
  .h676 {
    height: 876px;
  }
  .incho_image {
    width: 552px;
    height: 645px;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 0;
  }
  .inchobox {
    position: absolute;
    left: 0;
    top: 474px;
    z-index: 10;
    width: 211px;
    height: 201px;
    background: #E8879F;
    color: #fff;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 30px;
  }
  .incho_text {
    position: absolute;
    top: 20px;
    left: 473px;
    line-height: 2;
  }
  .incho_text p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
    text-indent: 1em;
  }
  @-moz-document url-prefix() {
    .incho_text {
      position: absolute;
      top: 20px;
      left: 470px;
      line-height: 2;
    }
  }
  .incho_text p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
    text-indent: 1em;
  }
  p.font10_incho {
    font-size: 10px !important;
  }
  p.font12_incho {
    font-size: 12px !important;
  }
  p.font24_incho {
    font-size: 24px !important;
    margin: 15px 0;
  }
  /*********************************

よくある質問

**********************************/
  p.question {
    border-top: 2px dotted #F3ABB1;
    color: #4E4D4D;
    padding-top: 25px;
    font-size: 21px;
  }
  p.question:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/question.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 30px;
  }
  .answer {
    padding: 25px 20px 97px 30px;
    line-height: 1.8;
  }
  .answer p {
    margin-bottom: 20px;
  }
  /*********************************

アクセス

**********************************/
  .map {
    widows: 100%;
  }
  .access_wrap {
    width: 1000px;
    margin-top: 100px;
  }
  .access_wrap p {
    font-size: 14px !important;
    text-align: center;
  }
  .gaikan {
    float: left;
    width: 483px;
  }
  .access_right {
    float: left;
    width: 440px;
    margin-left: 77px;
    padding: 0 50px;
    box-sizing: border-box;
  }
  h5.access {
    margin-bottom: 32px;
    text-align: center;
    font-weight: 700;
  }
  .mb66 {
    margin-bottom: 66px;
  }
  .chushajo_left {
    float: left;
    width: 483px;
    padding: 0 50px;
    box-sizing: border-box;
  }
  .chushajo_right {
    float: left;
    width: 440px;
    margin-left: 77px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  /*********************************

診療内容

**********************************/
  .shinryo_title {
    font-size: 25px;
    color: #E8879F;
    margin-bottom: 33px;
  }
  .shinryo_wrap {
    width: 1000px;
    padding-bottom: 50px;
    border-bottom: 2px dotted #CACACA;
    margin-bottom: 48px;
    clear: both;
  }
  .shinryo_left {
    width: 186px;
    float: left;
  }
  .shinryo_center {
    width: 416px;
    margin-left: 48px;
    float: left;
  }
  .shinryo_right {
    width: 310px;
    float: left;
    margin-left: 40px;
  }
  .shinryo_image {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 110px;
  }
  p.shinryo {
    color: #000;
    font-size: 20px;
  }
  h6.shinryo_txt {
    width: 100%;
  }
  h6.shinryo01:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon01.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo02:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon02.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo03:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon03.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo04:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon04.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo05:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon05.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo06:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon06.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo07:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon07.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo08:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon08.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  span.border_bottom_yellow {
    border-bottom: 2px solid #F5CA1F;
    font-weight: 700;
    padding-bottom: 8px;
  }
  p.shinryo_txt2 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .konnashojo {
    float: right;
    color: #F3ABB1;
    height: 30px;
    margin-right: 50px;
  }
  /*********************************

医師・スタッフ

**********************************/
  .doctor {
    width: 1000px;
  }
  .doctor_left {
    width: 500px;
    float: left;
  }
  .doctor_right {
    width: 500px;
    float: left;
    padding-left: 40px;
    box-sizing: border-box;
  }
  div.doctortable {
    padding-bottom: 33px;
    border-bottom: 2px dotted #CACACA;
    margin-bottom: 47px;
  }
  div.doctortable2 {
    padding-bottom: 33px;
    border-bottom: 2px dotted #CACACA;
    margin-bottom: 47px;
    width: 100%;
  }
  table.doctor1 {
    width: 100%;
  }
  table.doctor1 tbody {
    padding-bottom: 33px;
  }
  table.doctor1 th {
    font-size: 14px;
    color: #E8879F;
    text-align: left;
    vertical-align: top;
    width: 96px;
  }
  table.doctor1 td {
    font-size: 14px;
    color: #000;
    padding-bottom: 12px;
  }
  .dfont1 {
    font-size: 14px;
    color: #000;
  }
  span.name {
    font-size: 26px;
    color: #000;
  }
  span.furigana {
    font-size: 15px;
    margin-left: 26px;
  }
  .aisatsu_txt {
    font-size: 23px;
    color: #E8879F;
    margin: 36px 0;
  }
  .mb47 {
    margin-bottom: 47px;
  }
  .parsonalbox {
    background: rgba(245, 202, 31, 0.1);
    padding: 30px 25px;
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .parsonalbox p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  span.parsonaltitle {
    color: #F3ABB1;
  }
  .staffwrap {
    background: #FEF3E2;
  }
  .doctor_right2 {
    width: 540px;
    float: left;
    padding-left: 100px;
    box-sizing: border-box;
  }
  .doctor_left2 {
    width: 460px;
    float: left;
  }
  .pb220 {
    padding-bottom: 220px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  /*********************************

一般歯科

**********************************/
  .ippan_wrap {
    width: 100%;
    margin-bottom: 84px;
  }
  .ippan_wrap img {
    float: left;
    height: auto;
    width: 460px;
  }
  .ippan_wrap p {
    float: left;
    width: 500px;
    margin-left: 40px;
  }
  table.ippantable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 145px;
  }
  table.ippantable td {
    font-size: 14px;
    vertical-align: middle;
    padding-bottom: 35px;
  }
  table.ippantable tr {
    border-bottom: 2px dotted #CACACA;
  }
  table.ippantable tr td:first-child {
    width: 320px;
    text-align: center;
  }
  table.ippantable tr td:nth-child(2) {
    width: 172px;
    text-align: center;
  }
  table.ippantable tr td:nth-child(3) {
    padding-left: 30px;
    line-height: 2;
  }
  /*********************************

投稿設定

**********************************/
  #single_wrap {
    width: 100%;
    padding-top: 60px;
    border-top: 1px solid #7F8080;
  }
  .single {
    width: 1000px;
    margin: 0 auto;
  }
  .singlewrap {
    float: left;
    width: 710px;
  }
  .single_date {
    font-size: 12px;
    margin-bottom: 28px;
  }
  .singlewrap h1 {
    text-align: left;
    color: #000;
    font-size: 25px;
    padding: 10px 0;
    margin-bottom: 47px;
  }
  span.borderyellow_single {
    border-bottom: 2px solid #F5CA1F;
    padding: 2px 0;
  }
  .singlewrap p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .singlewrap img {
    max-width: 100%;
    height: auto;
  }
  .singlewrap h2 {
    color: #000;
    font-size: 20px;
  }
  .singlewrap h3 {}
  .singlewrap h4 {}
  .sidebar {
    float: right;
    width: 230px;
    overflow: hidden;
  }
  .sidebar ul li a {
    font-size: 12px;
    color: #000;
    border-bottom: 2px dotted #c9c9c9;
  }
  .sidebar ul li {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
  }
  .sidebar ul {
    padding-bottom: 30px;
  }
  .sidebar h2 {
    font-size: 17px;
    color: #E8879F;
    border-bottom: 1px solid #E8879F;
    margin-bottom: 15px;
  }
  .dateright {
    text-align: right;
    width: 100%;
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
  }
  .nextpre {
    width: 1000px;
    margin: 60px auto 30px;
    padding-bottom: 50px;
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
  }
  .pre {
    float: left;
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .next {
    float: right;
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
  }
  .select-box01 select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
    background-size: 20px, 100%;
  }
  h4.sidebar-title {
    font-size: 17px;
    color: #E8879F;
    border-bottom: 1px solid #E8879F;
    margin-bottom: 25px;
  }
  .screen-reader-text {
    display: none;
  }
  .sidebar-wrapper ul li {
    border-bottom: 2px dotted #CACACA;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .sidebar-wrapper ul li a {
    color: #000;
  }
  .fontbold {
    font-weight: 700;
  }
  .btn {
    color: #fff;
    margin: 30px auto;
    width: 300px;
  }
  table.list01 {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  table.list01 th {
    vertical-align: middle;
    padding: 20px;
    background: #FDF7E2;
    font-weight: 700;
    text-align: center;
    width: 183px;
    border-bottom: 1px solid #ccc;
  }
  table.list01 td {
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
  .form_blanc {
    margin-left: 10px;
  }
  select {
    font-size: 14px;
  }
  input {
    font-size: 14px;
  }
  #archives-dropdown-3 {
    margin-bottom: 20px;
  }
  /*wp-pagenavi 17*/
  .wp-pagenavi {
    clear: both;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #E8879F;
    background-color: #FFFFFF;
    padding: 20px 25px;
    border-radius: 3px;
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: thin solid #E8879F;
  }
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #E8879F;
  }
  .wp-pagenavi span.current {
    color: #fff;
    background-color: #E8879F;
    border: thin solid #E8879F;
  }
  .general_image01 {
    width: 757px;
    height: 372px;
    margin: 0 auto 123px;
  }
  .mb94 {
    margin-bottom: 94px;
  }
  table.yoboutable {
    width: 100%;
  }
  table.yoboutable th {
    text-align: left;
    padding-top: 44px;
    padding-left: 12px;
    padding-bottom: 60px;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    width: 250px;
    font-size: 14px;
    border-bottom: 2px dotted #ffcb00;
  }
  table.yoboutable td {
    border-bottom: 2px dotted #ffcb00;
  }
  table.yoboutable th span {
    background: linear-gradient(transparent 70%, #ffff66 70%);
    font-weight: 700;
    font-size: 20px;
  }
  a.kenkoiji {
    display: block;
    text-decoration: none;
    color: #000;
    background: #ffcc00;
    width: 376px;
    height: 60px;
    margin: 140px auto 230px;
    line-height: 60px;
    text-align: center;
  }
  .migiyajirushi:after {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 18px; /*画像の幅*/
    height: 9px; /*画像の高さ*/
    background-image: url(image/page/ippan/yajirushi_right.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
  }
  .inp01 {
    width: 630px;
    margin: 0 auto;
  }
  .inpwrap {
    width: 1000px;
  }
  .inpwrap p {
    float: left;
    width: 500px;
  }
  .inpwrap img {
    float: left;
    width: 448px;
    margin-left: 52px;
  }
  .general_image02 {
    width: 757px;
    height: 305px;
    margin: 0 auto 56px;
  }
  .mb22 {
    margin-bottom: 22px;
  }
  table.inp01 {
    width: 100%;
    border: 2px dotted #c4c4c4;
  }
  table.inp01 td {
    text-align: center;
    width: 33%;
  }
  table.inp01 th {
    text-align: center;
    font-weight: 700;
  }
  .bl_dott_gray {
    border-left: 2px dotted #c4c4c4;
  }
  .bb_dott_gray {
    border-bottom: 2px dotted #c4c4c4;
  }
  .back_yellow {
    background: #ffcb00;
    color: #000;
  }
  table.inp02 {
    width: 100%;
  }
  table.inp02 td {
    text-align: center;
    width: 20%;
    font-size: 14px;
    padding: 10px;
  }
  table.inp02 th {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 4px;
    vertical-align: middle;
  }
  .border_dotted_gray {
    border: 2px dotted #c4c4c4;
  }
  .kigou {
    font-size: 12px;
    text-align: center;
    color: #ffb0b6;
  }
  .kigou:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 5px; /*画像の幅*/
    height: 12px; /*画像の高さ*/
    background-image: url(image/page/ippan/kigo_left.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  .kigou:after {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 5px; /*画像の幅*/
    height: 12px; /*画像の高さ*/
    background-image: url(image/page/ippan/kigo_right.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
  }
  p.inp03 {
    font-size: 14px;
  }
  .inp04_chui {
    width: 100%;
  }
  .inp04_chui_left {
    float: left;
    width: 500px;
    margin-right: 50px;
  }
  .inp04_chui_right {
    width: 448px;
    float: left;
  }
  a.kenkoiji2 {
    display: block;
    text-decoration: none;
    color: #000;
    background: #ffcc00;
    width: 376px;
    height: 60px;
    margin: 70px auto 100px;
    line-height: 60px;
    text-align: center;
  }
  /*コラムページ*/
  .column_wrap {
    width: 100%;
  }
  .column_wrap img {
    max-width: 100%;
    height: auto;
  }
  .column_wrap p {
    font-size: 14px;
    line-height: 1.8;
  }
  .column_wrap p span {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
  .category_icon {
    font-size: 16px;
    color: #000;
    padding: 9px 13px;
    background: #f6eb6c;
    display: inline-block;
  }
  .column_wrap h2 {
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    margin-top: 60px;
    margin-bottom: 25px;
  }
  .column_wrap h2:first-child {
    margin-top: 0 !important;
  }
  .column_wrap h3 {
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
  }
  .column_wrap h4 {
    font-size: 16px;
    color: #000;
    padding: 9px 13px;
    background: #f6eb6c;
    text-align: center;
  }
  .column_wrap h5 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 9px 13px;
    background: #f6eb6c;
    text-align: center;
  }
  .column_wrap h6 {
    font-size: 16px;
    color: #000;
    text-align: center;
  }
  .column_wrap a {
    text-decoration: underline;
    color: #f48ba5;
  }
  .column_sec_yellow {
    font-size: 14px;
    color: #000;
    padding: 9px 13px;
    background: #fbf6bd;
    text-align: left;
  }
  .column_wrap h2 span {
    border-bottom: 2px solid #ffd000;
    padding-bottom: 10px;
  }
  .column_wrap h1 {
    text-align: center;
    margin-bottom: 30px !important;
  }
  .colum_pink {
    color: #f48ba5;
    text-align: center;
    font-size: 8px;
    margin-bottom: 0 !important;
  }
  table.column_table {
    width: 100%;
    margin-bottom: 100px;
  }
  table.column_table th {
    background: #ffd000;
    color: #000;
    text-align: center;
    font-size: 12px;
    padding: 5px;
  }
  table.column_table td {
    color: #000;
    text-align: left;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 20px 10px;
  }
  table.column_table3 {
    width: 100%;
    margin-bottom: 10px;
  }
  table.column_table3 th {
    background: #ffd000;
    color: #000;
    text-align: center;
    font-size: 12px;
  }
  table.column_table3 td {
    color: #000;
    text-align: left;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 20px 10px;
  }
  .column_table_yellow {
    background: #fffce5;
    color: #000 !important;
    text-align: center !important;
    padding: 8px;
    border: 1px solid #ffd000;
    font-weight: 700;
  }
  p.number_colum {
    text-align: center;
    font-size: 42px !important;
    margin-bottom: 5px !important;
  }
  p.human_colum {
    text-align: center;
    font-size: 12px;
  }
  table.column_table2 {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    margin-bottom: 100px;
  }
  table.column_table2 th {
    color: #000;
    text-align: center;
    font-size: 12px;
  }
  table.column_table2 th:nth-child(n+2) {
    background: #faf3a7;
  }
  table.column_table2 td {
    color: #000;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
    padding: 20px 10px;
  }
  table.column_table4 {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    margin-bottom: 100px;
  }
  table.column_table4 th {
    color: #000;
    text-align: center;
    font-size: 12px;
    background: #faf3a7;
  }
  table.column_table4 td {
    color: #000;
    font-size: 12px;
    text-align: left;
    width: 300px;
    padding: 20px 10px;
    vertical-align: top;
  }
  table.column_table4 td img {
    width: 100% !important;
    vertical-align: top;
    height: auto;
  }
  .colum_glid_two {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colum_glid_two div {
    float: left;
    width: 50%;
    font-size: 12px;
  }
  .colum_glid_two div span {
    border-bottom: 1px solid #ffd000;
  }
  .colum_glid_two div p {
    font-size: 12px;
  }
  .colum_glid_three {
    width: 100%;
    margin: 40px 0 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colum_glid_three div {
    width: 230px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .colum_glid_three div:nth-child(3n+1) {
    margin-left: 0;
  }
  .colum_glid_three div img {
    width: 100%;
    height: auto;
  }
  .colum_glid_three2 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mnone {
    margin: 0 !important;
  }
  .color_black {
    color: #000;
  }
  .colum_glid_three2 div {
    width: 230px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
  }
  .colum_glid_three2 div:nth-child(3n+1) {
    margin-left: 0;
  }
  .colum_glid_three2 div img {
    width: 100%;
    height: auto;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  span.border_yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
  .table_div_wrap {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table_pink_harf {
    background: #fff0f1;
    width: 40%;
    float: left;
    margin-left: 20%;
    font-size: 14px;
    padding: 20px;
    box-sizing: border-box;
  }
  .table_pink_harf h7 {
    font-size: 19px;
  }
  .table_pink_harf:first-child {
    margin-left: 0;
  }
  .mb103 {
    margin-bottom: 103px;
  }
  .pink_back {
    background: #fde8ed;
    padding: 8px 0;
  }
  .inp_td_02 {
    font-size: 14px !important;
    text-align: left !important;
    padding: 28px 30px;
  }
  .mb67 {
    margin-bottom: 67px;
  }
  .lineheight18 {
    line-height: 1.8;
  }
  .mb137 {
    margin-bottom: 137px !important;
  }
  table.ryokin {
    width: 100%;
  }
  table.ryokin tr:nth-child(odd) {
    background: rgba(245, 202, 31, 0.3);
  }
  table.ryokin th {
    background: #fed200;
    text-align: center;
  }
  table.ryokin td {
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    padding: 5px;
    font-size: 13px;
    text-align: center;
  }
  .mb144 {
    margin-bottom: 144px !important;
  }
  .mt15 {
    margin-top: 15px;
  }
  .hokengai {
    padding: 7px 110px;
    text-align: center;
    color: #000;
    background: #f5efaf;
    box-sizing: border-box;
    width: 460px;
    margin: 0 auto;
  }
  .hokengai_text {
    padding: 55px 0 100px;
    line-height: 1.8;
  }
  .hokengai_text2 {
    padding: 15px 0 15px;
    line-height: 1.8;
  }
  h3.kakaku {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
  }
  .kakaku span {
    font-weight: 700;
  }
  p.kakaku_sub {
    text-align: center;
    font-size: 14px;
    margin: 18px 0 15px;
  }
  .annaibtn {
    text-decoration: none !important;
    background: #fbebee;
    font-size: 12px;
    text-align: center;
    color: #000 !important;
    padding: 4px 18px;
    display: inline-block;
    margin: 15px auto 0;
  }
  .annaibtn2 {
    text-decoration: none !important;
    background: #fbebee;
    font-size: 12px;
    text-align: center;
    color: #000 !important;
    padding: 4px 18px;
    display: inline-block;
    margin: 15px auto 0;
    width: 100%;
    box-sizing: border-box;
  }
  .h72 {
    height: 72px;
  }
  .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .map iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/************************************************************************************************************************************

PC_CSS END

*************************************************************************************************************************************/
/************************************************************************************************************************************

SP_CSS START

*************************************************************************************************************************************/
@media screen and (max-width: 768px) {
  .spnone {
    display: none !important;
  }
  p {
    font-size: 14px;
  }
  .fade {
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .fade:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .clear {
    clear: both;
  }
  #spheader {
    width: 100%;
    background: #fff;
    height: 57px;
    box-sizing: border-box;
    /* margin-top: -51px; */
  }
  .headerlogo_recruit {
    /*text-align: center;*/
    width: 100%;
    vertical-align: middle;
    height: 60px;
    line-height: 57px;
    padding: 0 0 4px 20px;
    box-sizing: border-box;
  }
  .headerlogo_recruit a {
    vertical-align: middle;
  }
  .headerlogo_recruit img {
   /* width: 70%;*/
      width: 55%;
    height: auto;
    vertical-align: middle;
    margin: auto auto;
  }
  /*********************************

グーグルカレンダー設定

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

トップページ設定

**********************************/
  #headerimagewrap {
    width: 100%;
    margin: 0 auto;
  }
  .slider {
    width: 100%;
  }
  .sp_telmailwrap {
    width: 80%;
    padding: 20px 10% 30px;
    background: #ffffef;
  }
  .sp_telmailwrap p {
    text-align: center;
    font-size: 13px;
  }
  .text_sp_top {
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
    line-height: 1.8;
  }
  .text_sp_top span {
    line-height: 2.2;
    border-bottom: 2px solid #f1c61d;
    padding-bottom: 4px;
  }
  .container {
    width: 92%;
    margin: 0 4%;
  }
  .container h2 {
    text-align: center;
    color: #E8879F;
    font-size: 18px;
    padding: 10px;
  }
  .container h3 {
    text-align: center;
    color: #000;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 5px;
  }
  span.borderpink {
    border-bottom: 2px dotted #E8879F;
    padding: 2px 0.5em;
  }
  .center {
    text-align: left;
    font-size: 14px;
  }
  span.borderyellow {
    border-bottom: 2px solid #F5CA1F;
    padding: 2px 0.5em;
    display: block;
  }
  .topcontents1 {
    width: 100%;
  }
  .topcontents1_left {
    width: 100%;
  }
  .topcontents1_right {
    width: 100%;
    line-height: 1.8;
  }
  .topcontents1_right h5 {
    margin: 15px 0;
    font-size: 16px;
    color: #E8879F;
    text-align: center;
    line-height: 1.5;
  }
  .topcontents1_right p {
    line-height: 1.8;
    font-size: 14px;
  }
  .mascot {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }
  .topglid {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 37px;
    margin-bottom: 55px;
  }
  .topglid li {
    width: 100%;
    margin-bottom: 40px;
  }
  .topglid li img {
    width: 50%;
    height: auto;
    margin: 0 25%;
  }
  .topglid li h4 {
    font-size: 19px;
    text-align: center;
    color: #E8879F;
    margin: 24px 0 17px;
    line-height: 1.5;
  }
  .topglid li p {
    font-size: 14px;
    color: #000;
  }
  .tokuchobtn {
    background: #F5CA1F;
    color: #000;
    width: 80%;
    height: 48px;
    text-align: center;
    display: block;
    line-height: 46px;
    margin: 0 auto 50px;
  }
  .yajirushi:after {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 20px; /*画像の幅*/
    height: 9px; /*画像の高さ*/
    background-image: url(image/top/yajirushi.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
  }
  ul.top_glid_sp_contents {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    display: table;
  }
  table.toptable {
    width: 100%;
    margin-bottom: 10px;
  }
  table.toptable td {
    width: 32%;
    padding: 5px;
  }
  table.toptable td h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
    height: 47px;
    vertical-align: middle;
    color: #e8879f;
    border-bottom: 1px solid #f1c61d;
  }
  table.toptable td h7 {
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;
    height: 31px;
    line-height: 1.1;
    vertical-align: middle;
    color: #e8879f;
    border-bottom: 1px solid #f1c61d;
  }
  table.toptable td img {
    margin: 15px 0 0;
  }
  article.news {
    width: 100%;
    margin-bottom: 20px;
  }
  article.news h4 {
    font-size: 16px;
    color: #E8879F;
    float: left;
  }
  article.news p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
  }
  .news_left {
    width: 25%;
    float: left;
  }
  div.news_box {
    width: 75%;
    float: right;
  }
  .news_box ul {
    width: 100%;
  }
  .news_box ul li {
    width: 100%;
    margin-bottom: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .thmnail {
    width: 30%;
    float: left;
  }
  .news_box ul li a {
    clear: both;
    display: block;
    font-size: 14px;
    color: #000;
  }
  .column_list {
    float: left;
    width: 65%;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .category_column {
    padding: 4px;
    background: #666;
    color: #fff;
    display: inline;
    font-size: 10px;
  }
  .topinfodate {
    font-size: 12px;
  }
  .top_recommend_contents {
    width: 92%;
    margin: 0 4%;
    padding-top: 50px;
  }
  .top_recommend_contents div:first-child {
    width: 100% !important;
  }
  .top_recommend_contents div:nth-child(n+2) {
    width: 49% !important;
    float: left;
  }
  .top_recommend_contents div:nth-child(3) {
    margin-left: 2%;
  }
  .googlemap {
    width: 100%;
    height: 350px;
    margin: 70px auto 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .googlemap iframe, .googlemap object, .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .googlemap p {
    clear: both;
  }
  .g_chui {
    width: 92%;
    margin: 20px 4%;
  }
  .g_chui a {
    color: #E8879F;
  }
  /*********************************

フッター設定

**********************************/
  #footerwrap {
    background: #ffffef;
    padding: 40px 0 30px 0;
  }
  table.footertable {
    width: 100%;
    border: 1px solid #E8879F;
    margin-bottom: 15px;
  }
  table.footertable th {
    font-size: 12px;
    background: #E8879F;
    width: 71px;
    color: #fff;
    padding: 12px 0;
    text-align: center;
  }
  table.footertable th:first-child {
    width: 100px;
  }
  table.footertable td {
    padding: 12px 0;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #4c4c4c;
    color: #000;
    text-align: center;
    background: #fff;
	  vertical-align:middle;
  }
  .copyright {
    text-align: center;
    color: #fff;
    background: #E8879F;
    padding: 18px 0;
    font-size: 12px;
  }
  .footerchui {
    background: rgba(232, 135, 159, 0.3);
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1.5;
  }
  .footer_logo {
    width: 100%;
    margin: 20px 0 0;
    padding: 20px;
    border-top: 1px solid #000;
    box-sizing: border-box;
  }
  p.footer_add {
    color: #000;
    font-size: 12px;
    text-align: center;
  }
  div.spfooter_time {
    padding: 20px;
    font-size: 10px;
  }
  /*********************************

お問い合わせ

**********************************/
  #contact_wrap {
    width: 100%;
    margin: 45px 0;
  }
  .mw_wp_form_g-enquete .action-buttons {
    text-align: center;
  }
  /*確認画面へ進むボタン用*/
  .mw_wp_form_input .btn input {
    background: #9E292C !important;
    width: 300px;
    color: #fff;
    overflow: hidden;
    border: none;
    cursor: pointer;
    line-height: 30px;
  }
  .mw_wp_form_confirm .btn input {
    /*送信ボタン用*/
    background: #9E292C !important;
    width: 300px;
    color: #fff;
    overflow: hidden;
    border: none;
    cursor: pointer;
    line-height: 30px;
  }
  #submitback input {
    /*戻るボタン用*/
    background: #9E292C !important;
    width: 80px;
    height: 30px;
    color: #fff;
    overflow: hidden;
    border: none;
    cursor: pointer;
    line-height: 30px;
  }
  .mw_wp_form_g-enquete input[type="submit"], .mw_wp_form_g-enquete input[type="button"], .mw_wp_form_g-enquete button {
    border: none !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 20px;
    padding: 10px 30px !important;
    text-shadow: none !important;
  }
  .mw_wp_form_g-enquete input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  .mw_wp_form_g-enquete .require {
    display: none;
  }
  .hisu {
    color: #FF0004;
    margin-left: 20px;
    font-size: 12px;
  }
  /*********************************

固定ページ設定

**********************************/
  #pagehead {
    width: 100%;
    height: 250px;
    position: relative;
  }
  #pagehead p {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 25%;
    font-size: 16px;
    padding: 25px 20px;
    background: #E8879F;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
    width: 50%;
    box-sizing: border-box;
  }
  .about_clinic_pagehead {
    background: url(image/pagehead/about_clinic.jpg) center center;
    background-size: cover;
  }
  .medical_care_pagehead {
    background: url(image/pagehead/medical_care.jpg) center center;
    background-size: cover;
  }
  .faq_pagehead {
    background: url(image/pagehead/faq.jpg) center center;
    background-size: cover;
  }
  .contact_pagehead {
    background: url(image/pagehead/contact.jpg) center center;
    background-size: cover;
  }
  .access_pagehead {
    background: url(image/pagehead/access.jpg) center center;
    background-size: cover;
  }
  .staff_pagehead {
    background: url(image/pagehead/staff.jpg) center center;
    background-size: cover;
  }
  .ippan_pagehead {
    background: url(image/pagehead/ippann.jpg) center center;
    background-size: cover;
  }
  .page {
    width: 92%;
    margin: 0 4%;
    padding-top: 30px;
  }
  h4.titlesub {
    color: #F3ABB1;
    text-align: center;
    font-size: 10px;
  }
  h2.pagesection {
    font-size: 18px;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 25px;
  }
  .border_yellow1 {
    /*background: url(image/page/border_yellow1.svg) bottom;
        background-repeat: repeat;
    background-repeat: no-repeat;*/
    padding-bottom: 12px;
    border-bottom: 2px solid #f5ca1f;
  }
  .mb94 {
    margin-bottom: 40px;
  }
  .pb84 {
    padding-bottom: 40px;
  }
  /*********************************

よくある質問

**********************************/
  p.question {
    border-top: 2px dotted #F3ABB1;
    color: #4E4D4D;
    padding-top: 25px;
    font-size: 18px;
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  p.question:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/question.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
  }
  .answer {
    padding: 10px 10px 40px 20px;
    line-height: 1.8;
  }
  .answer p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  /*********************************

アクセス

**********************************/
  .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .map iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .access_wrap {
    width: 100%;
    margin-top: 20px;
  }
  .gaikan {
    width: 100%;
    margin-bottom: 20px;
  }
  .access_right {
    width: 100%;
  }
  h5.access {
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
  }
  .border_yellow2 {
    /* background: url(image/page/border_yellow2.svg) bottom;
        background-repeat: repeat;
    background-repeat: no-repeat;*/
    padding-bottom: 12px;
    border-bottom: 2px solid #f5ca1f;
  }
  .access_wrap p {
    font-size: 14px !important;
    text-align: left;
    margin: 5px 0 10px;
  }
  /*********************************

お知らせ

**********************************/
  .news_box2 ul {
    width: 100%;
    padding-top: 20px;
  }
  .news_box2 ul li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  span.topinfodate {
    display: block;
    width: 140px;
    font-size: 12px;
    line-height: 19px;
  }
  .news_box2 ul li a {
    display: block;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
  }
  /*wp-pagenavi 17*/
  .wp-pagenavi {
    clear: both;
    text-align: center;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #E8879F;
    background-color: #FFFFFF;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: thin dotted #E8879F;
  }
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #E8879F;
  }
  .wp-pagenavi span.current {
    color: #fff;
    background-color: #E8879F;
  }
  .sidebar {
    width: 92%;
    margin: 0 4%;
    overflow: hidden;
    padding-bottom: 90px;
    padding-top: 40px;
  }
  .sidebar h2 {
    font-size: 17px;
    color: #E8879F;
    border-bottom: 1px solid #E8879F;
    margin-bottom: 15px;
  }
  .dateright {
    text-align: right;
    width: 100%;
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
  }
  .nextpre {
    width: 1000px;
    margin: 60px auto 30px;
    padding-bottom: 50px;
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
  }
  .pre {
    float: left;
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .next {
    float: right;
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
  }
  .select-box01 select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
    background-size: 20px, 100%;
  }
  h4.sidebar-title {
    font-size: 17px;
    color: #E8879F;
    border-bottom: 1px solid #E8879F;
    margin-bottom: 25px;
  }
  .screen-reader-text {
    display: none;
  }
  .sidebar-wrapper ul li {
    border-bottom: 2px dotted #CACACA;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .sidebar ul li a {
    color: #000;
  }
  /*********************************

一般歯科

**********************************/
  /*.ippan_wrap{
	width: 100%;
	margin-bottom: 84px;
}
.ippan_wrap img{
	float: left;
	height: auto;
	width: 460px;
}
.ippan_wrap p{
	float: left;
	width: 500px;
	margin-left: 40px;
}*/
  table.ippantable {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 80px;
  }
  table.ippantable td {
    font-size: 14px;
    vertical-align: middle;
    padding-bottom: 35px;
  }
  table.ippantable td img {
    width: 100%;
    height: auto;
  }
  table.ippantable tr {
    border-bottom: 2px dotted #CACACA;
  }
  table.ippantable tr td:first-child {
    width: 30%;
    text-align: center;
  }
  table.ippantable tr td:nth-child(2) {
    width: 20%;
    text-align: center;
  }
  table.ippantable tr td:nth-child(3) {
    padding-left: 5px;
    line-height: 2;
    width: 50%;
  }
  .mb137 {
    margin-bottom: 70px;
  }
  .mb103 {
    margin-bottom: 70px;
  }
  a.kenkoiji {
    display: block;
    text-decoration: none;
    color: #000;
    background: #ffcc00;
    width: 90%;
    height: 60px;
    margin: 70px auto 70px;
    line-height: 60px;
    text-align: center;
  }
  a.kenkoiji2 {
    display: block;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    background: #ffcc00;
    width: 90%;
    height: 60px;
    margin: 70px auto 70px;
    line-height: 60px;
    text-align: center;
  }
  .migiyajirushi::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 9px;
    background-image: url(image/page/ippan/yajirushi_right.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 5px;
  }
  table.yoboutable {
    width: 100%;
  }
  table.yoboutable th {
    text-align: left;
    padding-top: 20px;
    padding-left: 6px;
    padding-bottom: 60px;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    width: 35%;
    font-size: 14px;
    border-bottom: 2px dotted #ffcb00;
  }
  table.yoboutable td {
    width: 65%;
    border-bottom: 2px dotted #ffcb00;
    padding-bottom: 20px;
    font-size: 14px;
  }
  table.yoboutable th span {
    background: linear-gradient(transparent 70%, #ffff66 70%);
    font-weight: 700;
    font-size: 16px;
  }
  /*********************************

インプラント

**********************************/
  .shinryo_title {
    font-size: 16px;
    color: #E8879F;
    margin-bottom: 15px;
    text-align: center;
  }
  table.inp01 {
    width: 100%;
    border: 2px dotted #c4c4c4;
  }
  table.inp01 td {
    text-align: center;
    width: 33%;
    font-size: 12px;
    text-align: left;
  }
  table.inp01 th {
    text-align: center;
    font-weight: 700;
  }
  table.inp01 td img {
    width: 100%;
    height: auto;
  }
  .bl_dott_gray {
    border-left: 2px dotted #c4c4c4;
  }
  .bb_dott_gray {
    border-bottom: 2px dotted #c4c4c4;
  }
  .back_yellow {
    background: #ffcb00;
    color: #000;
  }
  table.inp02 {
    width: 100%;
    margin-bottom: 10px;
  }
  table.inp02 td {
    text-align: left;
    font-size: 12px;
    padding: 10px;
  }
  table.inp02 th {
    width: 25%;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 4px;
    vertical-align: middle;
  }
  .border_dotted_gray {
    border: 2px dotted #c4c4c4;
  }
  .kigou {
    font-size: 16px;
    text-align: center;
    color: #ffb0b6;
    margin-bottom: 5px;
  }
  .kigou:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 5px; /*画像の幅*/
    height: 12px; /*画像の高さ*/
    background-image: url(image/page/ippan/kigo_left.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  .kigou:after {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 5px; /*画像の幅*/
    height: 12px; /*画像の高さ*/
    background-image: url(image/page/ippan/kigo_right.svg);
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
  }
  .pink_back {
    background: #fde8ed;
    padding: 8px 0;
  }
  .inp04_chui {
    width: 100%;
  }
  .inp04_chui_left {
    width: 100%;
    font-size: 14px;
  }
  .inp04_chui_right {
    width: 100%;
  }
  .inp04_chui_right img {
    width: 100%;
    height: auto;
  }
  /*********************************

院の紹介

**********************************/
  .concept {
    width: 100%;
    position: relative;
    overflow: visible;
  }
  .concept_left {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .concept_left h3 {
    font-size: 16px;
    color: #E8879F;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .concept_right {
    width: 100%;
  }
  .concept_right img {
    width: 100%;
    height: auto;
  }
  .concept_incho_sp {
    width: 100%;
    position: relative;
    overflow: visible;
    height: 400px;
  }
  .inchobox {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
    background: #E8879F;
    color: #fff;
    box-sizing: border-box;
    padding: 30px;
  }
  .incho_image {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 0;
  }
  .incho_image img {
    width: 280px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .incho_text {
    clear: both;
    width: 100%;
    font-size: 14px;
    margin-bottom: 60px;
  }
  .incho_text p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
    text-indent: 1em;
  }
  .rinen_page {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
  }
  .rinen_text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .rinen_text li {
    float: left;
    width: 30%;
    margin-left: 5%;
    font-size: 12px;
  }
  .rinen_text li:first-child {
    margin-left: 0;
  }
  p.colorpink {
    color: #EA6180;
    font-size: 15px !important;
    margin-bottom: 10px;
    text-align: center !important;
  }
  p.colorgreen {
    color: #A8B51E;
    font-size: 15px !important;
    margin-bottom: 10px;
    text-align: center !important;
    ;
  }
  p.colorblue {
    color: #1AADC0;
    font-size: 15px !important;
    margin-bottom: 10px;
    text-align: center !important;
    ;
  }
  .rinen_text li p {
    font-size: 12px;
    text-align: left;
  }
  .rinen_image {
    text-align: center;
    width: 50%;
    margin: 0 auto 30px;
  }
  .glid_page_4 {
    margin-top: 37px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .glid_page_4 li {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 35px;
  }
  .glid_page_4 li:nth-child(odd) {
    margin-left: 0;
  }
  p.future {
    color: #F5CA1F;
    font-size: 8px !important;
    text-align: center !important;
    margin-top: 5px;
  }
  .glid_page_4 li h3, .glid_page_3 li h3 {
    font-size: 15px;
    color: #E8879F;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .glid_page_4 li p, .glid_page_3 li p {
    text-align: left;
    font-size: 14px;
  }
  .glid_page_3 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .glid_page_3 li {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 35px;
  }
  .glid_page_3 li:nth-child(odd) {
    margin-left: 0;
  }
  .glid_page_3_sp {
    width: 80%;
    margin: 0 auto;
  }
  .glid_page_3_sp li {
    width: 100%;
    margin-bottom: 35px;
  }
  .glid_page_3_sp li img {
    width: 100%;
    height: auto;
  }
  .glid_page_3_sp li h3 {
    font-size: 18px;
    color: #E8879F;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 18px;
    line-height: 1.5;
  }
  .page_image {
    text-align: center;
    margin-bottom: 60px;
  }
  .mb30_sp {
    margin-bottom: 30px;
  }
  h6.shinryo01:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon01.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo02:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon02.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo03:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon03.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo04:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon04.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo05:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon05.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo06:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon06.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo07:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon07.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  h6.shinryo08:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 37px; /*画像の幅*/
    height: 37px; /*画像の高さ*/
    background-image: url(image/page/shinryo/icon08.svg);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
  .shojo {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .shojo_left {
    width: 57%;
    float: left;
    font-size: 14px;
  }
  .shojo_right {
    width: 43%;
    float: left;
    padding-top: 30px;
  }
  .shojo_right img {
    width: 100%;
    height: auto;
  }
  .shojo_img {
    clear: both;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .shojo_img img {
    width: 74%;
    margin: 0 13%;
  }
  .konnashojo {
    text-align: center;
    color: #F3ABB1;
    height: 30px;
    margin-right: 50px;
  }
  .annaibtn {
    text-decoration: none !important;
    background: #fbebee;
    font-size: 12px;
    text-align: center;
    color: #000 !important;
    padding: 4px 18px;
    display: block;
    width: 80%;
    margin-top: 15px;
    margin: 0 auto;
  }
  .annaibtn2 {
    text-decoration: none !important;
    background: #fbebee;
    font-size: 12px;
    text-align: center;
    color: #000 !important;
    padding: 4px;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .hokengai {
    padding: 7px;
    text-align: center;
    color: #000;
    background: #f5efaf;
    box-sizing: border-box;
    width: 80%;
    font-size: 14px;
    margin: 0 auto;
  }
  .hokengai_text {
    padding: 25px 0 50px;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
  }
  h3.kakaku {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
  }
  span.border_yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
  table.ryokin {
    width: 100%;
    margin-top: 10px;
  }
  table.ryokin tr:nth-child(odd) {
    background: rgba(245, 202, 31, 0.3);
  }
  table.ryokin th {
    background: #fed200;
    text-align: center;
  }
  table.ryokin td {
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    padding: 5px;
    font-size: 13px;
    text-align: center;
  }
  .mb144 {
    margin-bottom: 70px !important;
  }
  .mt15 {
    margin-top: 15px;
  }
  /*********************************

お問い合わせ設定

**********************************/
  .btn {
    margin: 20px 0;
    text-align: center;
  }
  table.list01 {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    table-layout: fixed;
  }
  table.list01 tbody {
    width: 100%;
  }
  table.list01 th {
    vertical-align: middle;
    padding: 20px;
    background: #FDF7E2;
    font-weight: 700;
    text-align: center;
    width: 100% !important;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  table.list01 td {
    padding: 20px;
    width: 100% !important;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  .form_blanc {
    margin-bottom: 10px;
    display: block;
  }
  select {
    font-size: 14px;
  }
  input {
    font-size: 14px;
  }
  #archives-dropdown-3 {
    margin-bottom: 20px;
  }
  input[type="text"] {
    width: 100%;
  }
  textarea {
    width: 100%;
  }
  p.navbtn {
    color: #000;
    font-weight: 700;
  }
  p.navbtn_sub {
    font-size: 8px;
    color: #E8879F;
    display: block;
  }
  .top_yoyaku_sp {
    text-align: left !important;
  }
  .dentalicon:before {
    content: ''; /*何も入れない*/
    display: inline-block; /*忘れずに！*/
    width: 50px; /*画像の幅*/
    height: 50px; /*画像の高さ*/
    background-image: url(image/common/dentalicon.svg);
    background-size: contain;
    vertical-align: middle;
  }
  a.telbtn {
    display: block;
  }
  a.contactbtn {
    display: block;
  }
  .mb8 {
    margin-bottom: 8px;
  }
  .sp_telmailwrap_footer {
    width: 100%;
    padding: 20px 0 0;
    background: #ffffef;
  }
  /*********************************

医師スタッフ

**********************************/
  .spimage_staff {
    width: 100%;
  }
  .dfont1 {
    font-size: 12px;
    color: #000;
  }
  span.name {
    font-size: 18px;
    color: #000;
    margin-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
  .aisatsu_txt {
    font-size: 18px;
    color: #E8879F;
    margin: 15px 0;
  }
  .parsonalbox {
    background: rgba(245, 202, 31, 0.1);
    padding: 15px 12px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  span.parsonaltitle {
    color: #F3ABB1;
  }
  table.doctor1 {
    width: 100%;
    margin-top: 20px;
  }
  table.doctor1 tbody {
    padding-bottom: 33px;
  }
  table.doctor1 th {
    font-size: 14px;
    color: #E8879F;
    text-align: left;
    vertical-align: top;
    width: 50px;
  }
  table.doctor1 td {
    font-size: 12px;
    color: #000;
    padding-bottom: 12px;
  }
  table.doctor1 td:first-child {
    padding-right: 10px;
  }
  table.doctor1 td:nth-child(3) {
    width: 60%;
  }
  div.doctortable {
    padding-bottom: 15px;
    border-bottom: 1px dotted #CACACA;
    margin-bottom: 22px;
  }
  .staffwrap {
    background: #FEF3E2;
    padding-bottom: 50px;
  }
  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
  }
  .arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .sample5-3::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #E8879F;
  }
  .sample5-3::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*********************************

投稿設定

**********************************/
  #single_wrap {
    width: 100%;
    padding-top: 60px;
    /*border-top: 1px solid #7F8080;*/
  }
  .single {
    width: 92%;
    margin: 0 4%;
  }
  .singlewrap {
    width: 100%;
  }
  .single_date {
    font-size: 12px;
    margin-bottom: 28px;
  }
  .singlewrap h1 {
    text-align: center;
    color: #000;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 47px;
  }
  span.borderyellow_single {
    border-bottom: 2px solid #F5CA1F;
    padding: 2px 0;
  }
  .singlewrap p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .singlewrap img {
    max-width: 100%;
    height: auto;
  }
  .singlewrap h2 {
    color: #000;
    font-size: 20px;
  }
  .singlewrap h3 {}
  .singlewrap h4 {}
  .category_icon {
    font-size: 16px;
    color: #000;
    padding: 9px 13px;
    background: #f6eb6c;
    display: inline-block;
  }
  .colum_pink {
    color: #f48ba5;
    text-align: center;
    font-size: 8px;
    margin-bottom: 0 !important;
  }
  p.number_colum {
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 5px !important;
  }
  div.sidebar li {
    margin-bottom: 35px;
  }
  div.sidebar li ul li {
    margin-bottom: 10px !important;
  }
  div.sidebar li ul li a {
    font-size: 12px;
  }
  .cat-item {
    font-size: 12px;
  }
  .cat-item-1 {
    margin-bottom: 10px;
  }
  /*.sidebar{
	float: right;
	width: 230px;
	overflow: hidden;
}
.sidebar ul li a{
	font-size: 12px;
	color: #000;
	border-bottom: 2px dotted #c9c9c9;
}
.sidebar ul li {
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
	
}	
.sidebar ul{
	padding-bottom: 30px;
}	
	
.sidebar h2{
	font-size: 17px;
	color: #E8879F;
	border-bottom: 1px solid #E8879F;
	margin-bottom: 15px;
}

.dateright{
		text-align: right;
	width: 100%;
	margin: 10px 0;
	font-weight: 700;
	font-size: 14px;
	}
.nextpre{
		width: 1000px;
	margin: 60px auto 30px;
	padding-bottom: 50px;
	padding-top: 30px;
	border-bottom: 1px solid #ccc;
	}
.pre{
		float: left;
		width: 50%;
		padding-right: 50px;
		box-sizing: border-box;
	}
.next{
		float: right;
		width: 50%;
		padding-left: 50px;
		box-sizing: border-box;
	}

*/
  /*コラムページ*/
  .column_wrap {
    width: 100%;
  }
  .column_wrap img {
    max-width: 100%;
    height: auto;
  }
  .column_wrap p {
    font-size: 14px;
    line-height: 1.8;
  }
  .column_wrap p span {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
  .category_icon {
    font-size: 16px;
    color: #000;
    padding: 9px 13px;
    background: #f6eb6c;
    display: inline-block;
  }
  .column_wrap h2 {
    text-align: center;
    font-weight: 700;
    font-size: 19px;
    margin-top: 60px;
    margin-bottom: 25px;
    line-height: 2;
  }
  .column_wrap h2:first-child {
    margin-top: 0 !important;
  }
  .column_wrap h3 {
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
  }
  .column_wrap h4 {
    font-size: 16px;
    color: #000;
    padding: 9px 13px;
    background: #f6eb6c;
    text-align: center;
  }
  .column_wrap h6 {
    font-size: 16px;
    color: #000;
    text-align: center;
  }
  .column_sec_yellow {
    font-size: 14px;
    color: #000;
    padding: 9px 13px;
    background: #fbf6bd;
    text-align: left;
  }
  .column_wrap h2 span {
    border-bottom: 2px solid #ffd000;
    padding-bottom: 10px;
  }
  .column_wrap h1 {
    text-align: center;
    margin-bottom: 30px !important;
  }
  .colum_pink {
    color: #f48ba5;
    text-align: center;
    font-size: 8px;
    margin-bottom: 0 !important;
  }
  table.column_table {
    width: 100%;
    margin-bottom: 100px;
  }
  table.column_table th {
    background: #ffd000;
    color: #000;
    text-align: center;
    font-size: 12px;
    padding: 5px;
  }
  table.column_table td {
    color: #000;
    text-align: left;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 20px 10px;
  }
  table.column_table3 {
    width: 100%;
    margin-bottom: 10px;
  }
  table.column_table3 th {
    background: #ffd000;
    color: #000;
    text-align: center;
    font-size: 12px;
  }
  table.column_table3 td {
    color: #000;
    text-align: left;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 20px 10px;
  }
  .column_table_yellow {
    background: #fffce5;
    color: #000 !important;
    text-align: center !important;
    padding: 8px;
    border: 1px solid #ffd000;
    font-weight: 700;
  }
  p.number_colum {
    text-align: center;
    font-size: 42px !important;
    margin-bottom: 5px !important;
  }
  p.human_colum {
    text-align: center;
    font-size: 12px;
  }
  table.column_table2 {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    margin-bottom: 100px;
  }
  table.column_table2 th {
    color: #000;
    text-align: center;
    font-size: 12px;
  }
  table.column_table2 th:nth-child(n+2) {
    background: #faf3a7;
  }
  table.column_table2 td {
    color: #000;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
    padding: 20px 10px;
  }
  table.column_table4 {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    margin-bottom: 100px;
  }
  table.column_table4 th {
    color: #000;
    text-align: center;
    font-size: 12px;
    background: #faf3a7;
  }
  table.column_table4 td {
    color: #000;
    font-size: 12px;
    text-align: left;
    width: 300px;
    padding: 20px 10px;
    vertical-align: top;
  }
  table.column_table4 td img {
    width: 100% !important;
    vertical-align: top;
    height: auto;
  }
  .colum_glid_two {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colum_glid_two div {
    float: left;
    width: 50%;
    font-size: 12px;
  }
  .colum_glid_two div span {
    border-bottom: 1px solid #ffd000;
  }
  .colum_glid_two div p {
    font-size: 12px;
  }
  .colum_glid_three {
    width: 100%;
    margin: 40px 0 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colum_glid_three div {
    width: 80%;
    /*float: left;*/
    margin-left: 10%;
    margin-right: 10%;
    font-size: 12px;
    margin-bottom: 30px;
  }
  /*.colum_glid_three div:nth-child(3n+1) {
margin-left: 0;
}*/
  .colum_glid_three div img {
    width: 100%;
    height: auto;
  }
  .colum_glid_three2 {
    width: 80%;
    margin: 0 10%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mnone {
    margin: 0 !important;
  }
  .color_black {
    color: #000;
  }
  .colum_glid_three2 div {
    width: 100%;
    font-size: 12px;
  }
  .colum_glid_three2 div:last-child {
    margin-bottom: 30px;
  }
  /*.colum_glid_three2 div:nth-child(3n+1) {
margin-left: 0;
}*/
  .colum_glid_three2 div img {
    width: 100%;
    height: auto;
  }
  .mb90 {
    /*margin-bottom: 90px !important;*/
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  span.border_yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
  }
  .table_div_wrap {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table_pink_harf {
    background: #fff0f1;
    /*width: 40%;*/
    float: left;
    /*margin-left: 20%;*/
    font-size: 14px;
    /*padding: 20px;*/
    box-sizing: border-box;
    width: 100%;
    clear: both;
    padding: 6px;
    box-sizing: border-box;
  }
  .table_pink_harf h7 {
    font-size: 19px;
  }
  .table_pink_harf:first-child {
    margin-left: 0;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    padding: 6px;
    box-sizing: border-box;
  }
  .mb103 {
    margin-bottom: 103px;
  }
  .pink_back {
    background: #fde8ed;
    padding: 8px 0;
  }
  .inp_td_02 {
    font-size: 14px !important;
    text-align: left !important;
    padding: 5px 5px;
  }
  .mb67 {
    margin-bottom: 67px;
  }
  .lineheight18 {
    line-height: 1.8;
  }
  .mb137 {
    margin-bottom: 137px !important;
  }
  table.ryokin {
    width: 100%;
  }
  table.ryokin tr:nth-child(odd) {
    background: rgba(245, 202, 31, 0.3);
  }
  table.ryokin th {
    background: #fed200;
    text-align: center;
  }
  table.ryokin td {
    border: 1px solid #c9c9c9;
    vertical-align: middle;
    padding: 5px;
    font-size: 13px;
    text-align: center;
  }
  .mb144 {
    /*margin-bottom: 144px !important;*/
  }
  .mt15 {
    margin-top: 15px;
  }
  .hokengai {
    padding: 7px;
    text-align: center;
    color: #000;
    background: #f5efaf;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
  .hokengai_text {
    padding: 20px 0 100px;
    line-height: 1.8;
  }
  .hokengai_text2 {
    padding: 15px 0 15px;
    line-height: 1.8;
  }
  h3.kakaku {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
  }
  .kakaku span {
    font-weight: 700;
  }
  p.kakaku_sub {
    text-align: center;
    font-size: 14px;
    margin: 18px 0 15px;
  }
  .annaibtn {
    text-decoration: none !important;
    background: #fbebee;
    font-size: 12px;
    text-align: center;
    color: #000 !important;
    padding: 4px 18px;
    display: inline-block;
    margin: 15px auto 0;
  }
  .annaibtn2 {
    text-decoration: none !important;
    background: #fbebee;
    font-size: 12px;
    text-align: center;
    color: #000 !important;
    padding: 4px 18px;
    display: inline-block;
    margin: 15px auto 0;
    width: 100%;
    box-sizing: border-box;
  }
  .h72 {
    height: 72px;
  }
  .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .map iframe, .map object, .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .colum4_txt_sp {
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
  }
}
/*********************************

SP_CSS END

**********************************/
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important
}
.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow:
    hidden;
  width: 16.25rem;
  height: 100%;
  background: #fff;
  color: #000;
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #fff
}
.drawer-menu {
  display: block;
  margin: 0 0 15px;
  /*border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #4d4d4d;*/
  list-style: none；font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  /*background: #333;*/
  color: #fff;
  /*border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #4d4d4d;*/
}
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 16px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample4-2::before {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.sample4-2::after {
  left: 15px;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #E8879F;
}
.drawer-menu li {
  /*
border-bottom: 1px solid #000;
margin-bottom: 10px;*/
  display: block;
  margin: 0;
  padding: 8px 10px 8px 28px;
  /*line-height: 40px;*/
  /*border-top: 1px solid #4d4d4d;*/
  /*border-top: 1px solid #e8879f;*/
  border-bottom: 1px solid #e8879f;
  /*padding: 0 0 5px 15px;*/
}
.child_link_sp {
  padding-left: 30px !important;
}
.child_link_sp a {
  font-size: 12px !important;
  color: #000 !important;
  font-weight: 700 !important;
  padding-left: 8px;
}
.drawer-menu li a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  /*padding-left: 25px;*/
}
.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222
}
.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent
}
.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2)
}
.drawer-open .drawer-overlay {
  display: block
}
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
  transition: top .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--top.drawer-open .drawer-nav {
  top: 0
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0
}
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
  transition: left .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem
}
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
  transition: right .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  z-index: 500;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem
}
.drawer-hamburger {
  position: fixed;
  background: #fff;
  z-index: 4;
  top: -5px;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  /*background-color:transparent*/
}
.drawer-hamburger:hover {
  cursor: pointer;
  background: #fff; /*background-color:transparent*/
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  background-color: #e8879f
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " "
}
.drawer-hamburger-icon:after {
  top: 10px
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent
}
.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0
}
.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #e8879f
}
@media (min-width:64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem
  }
}
@media (min-width:75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem
}
.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff
}
.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%
}
.drawer-navbar--fixed {
  position: fixed
}
.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center
}
.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none
}
.drawer-navbar .drawer-brand:hover {
  background-color: transparent
}
.drawer-navbar .drawer-nav {
  padding-top: 3.75rem
}
.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem
}
@media (min-width:64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0
  }
  .drawer-navbar .drawer-menu--right {
    float: right
  }
  .drawer-navbar .drawer-menu li {
    float: left
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0
  }
  .drawer-navbar .drawer-hamburger {
    display: none
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  .drawer-navbar .drawer-menu {
    padding: 0
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem
  }
}
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff
}
.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none
}
.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222
}
.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent
}
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block
}
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}
.drawer-container {
  margin-right: auto;
  margin-left: auto
}
@media (min-width:64em) {
  .drawer-container {
    max-width: 60rem
  }
  @media (min-width:75em) {
    .drawer-container {
      max-width: 70rem
    }
  }