@charset "UTF-8";
/************************************************************************************************************************************

SP_CSS START

*************************************************************************************************************************************/
@media screen and (max-width: 768px) {
  .sns-line {
    width: 88.3%;
    height: auto;
    float: none;
    margin: 16px auto;
    position: static;
  }
  .spbtnarea {
    overflow: scroll;
    padding-bottom: 80px;
  }
  .headerlogo_recruit_spmenu {
    padding: 16px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .docter__name p.doctorname-small {
    font-size: 2.5vw;
  }
  .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: 4px 0 4px 0;
    box-sizing: border-box;
  }
  .headerlogo_recruit a {
    vertical-align: middle;
    display: block;
  }
  .headerlogo_recruit img {
    /*width: 50%;
height: auto;*/
    vertical-align: middle;
    margin: auto auto;
    height: 55px;
    width: auto;
  }
  /***************************************

共通設定

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

テキストアニメーション

***************************************/
  /*************************************
	
スライダー

************************************/
  .slider-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 2.8vw;
    font-weight: 700;
    color: #fff;
    z-index: 10;
    text-align: center;
    width: 100%;
  }
  a.top-slide-btn {
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 60%;
    height: 8vw;
    margin: 3vw auto;
    background: #40343d;
    border-radius: 5vw;
    text-align: center;
    line-height: 8vw;
    z-index: 10;
    color: #fff;
    font-size: 3vw;
  }
  .topslider-wrap {
    width: 100%;
    height: 44vw;
    background: #000;
    overflow: hidden;
  }
  .topslidcontainer {
    clear: both;
    width: 100vw;
    height: 51vw;
    width: 100%;
    height: 44vw;
    margin: 0 auto;
    position: relative;
  }
  .topslider {
    width: 100%;
    height: 44vw;
    position: relative;
  }
  .slidertxt01, .slidertxt02, .slidertxt03 {
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .slidertxt01 {
    width: 260px;
    font-weight: 700;
  }
  .slidertxt02 {
    width: 734px;
    font-weight: 700;
  }
  .sliderimg {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 45vw;*/
    width: 100%;
  }
  .sliderimg img {
    transform: scale(1.2);
    transition: .8s cubic-bezier(.645, .045, .355, 1);
  }
  .slick-current img {
    transform: scale(1);
  }
  .slick-slide {
    position: relative;
  }
  .slick-slide .caption {
    position: absolute;
    z-index: 2;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: .3s ease;
  }
  .slick-current .caption {
    opacity: 1;
    transition-delay: .5s;
  }
  .slick-slide .slidersubtxt {
    width: 734px;
    position: absolute;
    left: -150px;
    bottom: 0;
    opacity: 0;
    transition: .3s ease;
    z-index: 2;
    transform: translateX(100px);
  }
  .slick-slide .slidersubtxt img {
    opacity: .7;
  }
  .slick-current .slidersubtxt {
    opacity: 1;
    transition-delay: .5s;
    animation: anim 1s forwards;
  }
  @keyframes anim {
    0% {
      transform: translateX(-500px);
    }
    100% {
      transform: translateX(0);
    }
  }
  .slick-current .slidersubtxt01 {
    opacity: 1;
    transition-delay: .5s;
  }
  .scroll {
    position: absolute;
    width: 1vw;
    right: 10vw;
    bottom: 2vw;
    z-index: 10;
  }
  /************************

トップページ

************************/
  .top-section01 {
    width: 100%;
    padding-bottom: 10vw;
  }
  h2.toph2-1 {
    font-size: 5vw;
    text-align: center;
    line-height: 1.7;
    background: url(../image/top/tp-h2-under.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 6px;
    background-size: 166px 6px;
    padding-top: 10vw;
    margin-bottom: 5vw;
    font-weight: 700;
  }
  h2.toph2-1 span {
    font-weight: 700;
  }
  p.top-txt01 {
    text-align: center;
    font-size: 2.8vw;
    margin-bottom: 6vw;
    line-height: 1.7;
    font-weight: 600;
    width: 90%;
    margin: 5vw auto;
  }
  .mask-animation {
    display: inline-block;
    overflow: hidden;
    position: relative;
  }
  .mask-animation.is-cover, .mask-animation.is-cover .mask-animation__inner {
    height: 100%;
    width: 100%;
  }
  .mask-animation:before {
    content: "";
    height: 100%;
    width: 0;
    background-color: #edd0e5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .mask-animation__inner {
    opacity: 0;
  }
  .mask-animation.is-animated:before {
    -webkit-animation: overlayIn cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, overlayOut cubic-bezier(0.23, 1, 0.32, 1) 1s 0.8s;
    animation: overlayIn cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, overlayOut cubic-bezier(0.23, 1, 0.32, 1) 1s 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .mask-animation.is-animated .mask-animation__inner {
    -webkit-animation: fadeIn .1s 0.8s;
    animation: fadeIn .1s 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes zoomIn {
    from {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes zoomIn {
    from {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    to {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @-webkit-keyframes zoomOut {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }
  @keyframes zoomOut {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes overlayIn {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  @keyframes overlayIn {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
  @-webkit-keyframes overlayOut {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(102%);
      transform: translateX(102%);
    }
  }
  @keyframes overlayOut {
    from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(102%);
      transform: translateX(102%);
    }
  }
  @-webkit-keyframes bounce {
    from {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    to {
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes bounce {
    from {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    to {
      -webkit-transform: none;
      transform: none;
    }
  }
  .aikokura__item {
    display: block;
    height: 300px;
    width: 100%;
    position: relative;
  }
  .aikokura__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .aikokura__list li {
    height: 300px;
  }
  .aikokura__list li:nth-of-type(1) .aikokura__picture {
    background-image: url(../image/top/image01.jpg);
  }
  .aikokura__list li:nth-of-type(2) .aikokura__picture {
    background-image: url(../image/top/image02.jpg);
  }
  .aikokura__list li:nth-of-type(3) .aikokura__picture {
    background-image: url(../image/top/image03.jpg);
  }
  .aikokura__item {
    display: block;
    height: 300px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  .aikokura__inner, .aikokura__picture {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .aikokura__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .aikokura__name {
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
  }
  .aikokura__name:after {
    background: url(../image/top/yajirushi2.svg);
    width: 33px;
    height: 33px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .aikokura__picture {
    background: no-repeat center;
    background-size: cover;
  }
  .aikokura__block {
    margin-top: 16px;
    height: 36px;
    width: 224px;
    color: #fff;
    border: solid 3px rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
  }
  .aikokura__list {
    width: 80%;
    margin: 0 auto;
    /*height: 300px;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .aikokura__list li {
    width: 100%;
  }
  .aikokura__item {
    border: solid 1px #dedede;
  }
  .aikokura__item:hover .aikokura__name {
    color: #fff;
  }
  .aikokura__item:hover .aikokura__picture {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  .aikokura__item:hover .aikokura__block {
    background-color: transparent;
    border: solid 3px rgba(255, 255, 255, 0.5);
  }
  .aikokura__picture {
    -webkit-transform: none;
    transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .aikokura__name {
    color: #000;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
  }
  .aikokura__block {
    border: solid 3px #e50020;
    background-color: #e50020;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .home-facility__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  a.top-btn01 {
    display: block;
    width: 281px;
    height: 46px;
    margin: 30px auto;
    background: #40343d;
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
  }
  a.top-btn01 span {
    color: #fff;
    text-align: center;
    font-size: 13px;
  }
  a.top-btn01 span:before {
    content: "";
    background: url(../image/top/yajirushi.svg) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    width: 6px;
    height: 11px;
    display: inline-block;
  }
  .top-aisatsu-wrap {
    background: rgba(237, 208, 229, 0.4);
    width: 100%;
    padding-top: 111px;
    padding-bottom: 160px;
  }
  .top-aisatsu-container {
    width: 90%;
    margin: 0 auto;
  }
  .top-aisatsu-left {
    width: 100%;
  }
  .top-aisatsu-img {
    width: 100%;
    height: AUTO;
    margin-top: 5vw;
    text-align: center;
  }
  h3.top-aisatsuh3 {
    font-size: 4vw;
    color: #40343d;
    font-weight: 700;
    margin-bottom: 4vw;
  }
  p.top-aisatsu-p {
    font-size: 2.5vw;
    line-height: 2;
  }
  /***************************************

トップ診療内容

***************************************/
  div.medical-care {
    width: 100%;
    background: #ededed;
    /*height: 772px;*/
    position: relative;
  }
  h2.toph2-medical {
    color: #40343d;
    font-size: 6vw;
    text-align: center;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
  }
  span.topsubtxt {
    text-align: center;
    display: block;
    font-size: 11px;
    color: #edd0e5;
    padding-top: 31px;
  }
  .mt27 {
    margin-top: 27px;
  }
  div.medicalgrid {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.medicalgrid div {
    width: 49%;
    margin-bottom: 5vw;
  }
  h3.medicalh3 {
    background: url(../image/top/shinryobottom.svg) no-repeat;
    background-position: bottom center;
    background-size: 120px 4px;
    font-size: 4vw;
    text-align: center;
    color: #40343d;
    font-weight: 700;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  p.medicalp {
    color: #040000;
    font-size: 2.5vw;
    text-align: center;
    line-height: 1.7;
  }
  /***************************************

トップカレンダー

***************************************/
  .google-cal {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10vw;
  }
  .google-cal iframe {
    width: 98%;
    height: 600px;
  }
  div.top-calender-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  /***************************************

トップコラム

***************************************/
  div.top-column-wrap {
    background: url(../image/top/top-column-back.jpg);
    width: 100%;
    /*height: 483px;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 64px;
  }
  div.top-column-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10vw;
  }
  h3.topcolumnh3 {
    text-align: center;
    font-size: 5vw;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
  }
  h3.topcolumnh3 span {
    font-size: 3vw;
    color: #edd0e5;
    font-weight: 700;
    margin-left: 10px;
  }
  p.top-column-sub {
    text-align: center;
    color: #fff;
    font-size: 2.5vw;
  }
  .top-column_box {
    width: 90%;
    margin: 0 auto;
    /*height: 250px;*/
  }
  .top-column_box ul {
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 8vw;
  }
  .top-column_box ul li {
    width: 100%;
    /*height: 84px;*/
    padding-top: 5vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .top-column_box ul li a {
    display: block;
  }
  .column-thmnail {
    float: left;
    width: 20%;
    /*height: 60px;*/
  }
  .column_list {
    /*float: left;
width: 400px;*/
  }
  div.category_column {
    width: 100%;
    font-size: 3vw;
    color: #fff;
  }
  div.category_column span {
    background: #fff;
    color: #40343d;
    font-size: 15px;
    width: 55px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 16px;
  }
  .topinfodate {
    margin-top: 12px;
    color: #fff;
    font-size: 2.5vw;
  }
  a.btn_more-topcolumn {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    color: #40343d;
    background: #edd0e5;
    line-height: 110px;
    text-align: center;
    margin: 10vw auto;
  }
  /***************************************

トップお知らせ

***************************************/
  .top-news-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .top-news-left {
    width: 100%;
  }
  h3.top-news-h3 {
    font-size: 4vw;
    color: #000;
    font-weight: 700;
  }
  h3.top-news-h3 span {
    font-size: 2.5vw;
    color: #877d85;
    font-weight: 700;
    margin-left: 3vw;
  }
  .top-news-wrap {
    padding: 75px 0 112px;
  }
  .top-news-left {
    width: 100%;
  }
  ul.topnews {
    width: 100%;
    padding: 0 15px;
    margin-top: 5vw;
    box-sizing: border-box;
  }
  ul.topnews li a {
    color: #000;
    display: block;
    margin-top: 3vw;
  }
  p.topnews-up {
    width: 100%;
  }
  span.topnews-category {
    border: 1px solid #000;
    text-align: center;
    display: inline-block;
    width: 85px;
    line-height: 21px;
    height: 21px;
    color: #000;
    margin-right: 10px;
  }
  .topnewsdate {
    display: inline-block;
    font-size: 11px;
  }
  .top-news-right {
    width: 100%;
    margin: 5vw 0;
  }
  /***************************************

トップスタッフ

***************************************/
  .fixed-bg {
    min-height: 331px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 124px;
    box-sizing: border-box;
    width: 100%;
  }
  .bg01 {
    background-image: url(../image/top/staffimage3.jpg);
    background-position: center center;
    background-size: cover;
  }
  .top-messageh4 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 4vw;
    width: 90%;
    margin: 0 auto;
  }
  /***************************************

トップアクセス

***************************************/
  .top-access-wrap {
    width: 100%;
    padding: 100px 0;
  }
  .top-access {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  p.topmapicon {
    z-index: 10;
    width: 80%;
    margin: 5vw auto;
  }
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .top-bottom-img {
    width: 100%;
  }
  /***************************************

フッター

***************************************/
  .footerwrap {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 10vw;
  }
  .footer-container {
    width: 90%;
    margin: 0 auto;
  }
  div.footer-left {
    width: 100%;
    box-sizing: border-box;
  }
  div.footerright {
    width: 100%;
  }
  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 #40343d;
    margin-bottom: 15px;
  }
  table.footertable th {
    font-size: 12px;
    background: #40343d;
    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: 2.5vw;
    line-height: 1.5;
    color: #000;
    text-align: center;
  }
  .footer-chui {
    font-size: 12px;
    line-height: 1.7;
  }
  .copy2 {
    text-align: center;
    height: 57px;
    line-height: 57px;
    font-size: 12px;
    color: #fff;
    background: #40343d;
  }
  .footermail {
    display: block;
    width: 80%;
    height: 34px;
    background: #40343d;
    text-align: center;
    border-radius: 17px;
    margin-bottom: 10px;
    line-height: 34px;
    margin: 0 auto 5vw;
  }
  .footermail span {
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
  }
  .footermail span:before {
    content: "";
    display: inline-block;
    background: url(../image/footer/footer-mail.svg);
    width: 17px;
    height: 11px;
    margin-right: 12px;
  }
  .footeradd {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-tel {
    color: #40343d;
    font-size: 35px;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer-tel:before {
    content: "";
    background: url(../image/footer/footer-tel.svg);
    display: inline-block;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    margin-right: 12px;
  }
  .bbgray {
    border-bottom: 1px solid #7F8080;
  }
  .brgray {
    border-right: 1px solid #7F8080;
  }
  /***************************************

固定ページ

***************************************/
  .page-head-wrap {
    width: 100%;
    height: 50vw;
    position: relative;
  }
  .faq {
    background: url(../image/pagehead/faq.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contactform {
    background: url(../image/pagehead/contactback2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contactform-confirm {
    background: url(../image/pagehead/contactback2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contactform-thank {
    background: url(../image/pagehead/contactback2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contactform-error {
    background: url(../image/pagehead/contactback2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .access {
    background: url(../image/pagehead/access.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .staff_info {
    background: url(../image/pagehead/staff-info2025.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .medical_care {
    background: url(../image/pagehead/medical_care.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about_clinic {
    background: url(../image/pagehead/about_clinic.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pagetitle {
    width: 70%;
    height: 25vw;
    /* background: #fff;*/
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
  .pagetitle h2.pagetitleh2 {
    font-size: 6vw;
    font-weight: 700;
    color: #40343d;
    padding-top: 6vw;
  }
  p.pagetitlesub {
    font-size: 2.5vw;
    color: #edd0e5;
    margin-top: 4px;
  }
  .page-head-wrap2 {
    width: 100%;
    height: 150px;
    background: #877d85;
    padding-top: 50px;
    box-sizing: border-box;
  }
  h2.pagetitleh2-2 {
    font-size: 33px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
    text-align: center;
  }
  p.pagetitlesub-2 {
    text-align: center;
    font-size: 11px;
    color: #edd0e5;
  }
  /***************************************

診療内容ページ

***************************************/
  div.shinryo-bottom {
    width: 100%;
    margin-top: 195px;
  }
  h4.shinryo-bottomh4 {
    text-align: center;
    font-size: 6vw;
    color: #40343d;
    background: url(../image/shinryo/h4line.svg);
    background-size: 176px 2px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 18px;
    margin-bottom: 36px;
  }
  h5.shinryo-h5 {
    color: #40343d;
    font-size: 20px;
  }
  div.shinryo-grid {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  div.shinryo-grid a {
    display: block;
    width: 49%;
    border-bottom: 1px solid #7f7f80;
    border-right: 1px solid #7f7f80;
    margin-bottom: 17px;
    text-align: center;
    box-sizing: border-box;
    height: 245px;
  }
  div.shinryo-grid a img {
    margin: 3vw auto 13px;
  }
  div.shinryo-grid a p {
    font-size: 3vw;
    color: #40343d;
  }
  div.shinryo-container {
    width: 90%;
    margin: 0 auto;
    padding-top: 10vw;
  }
  h2.shinryo-titleh2 {
    text-align: center;
    padding-bottom: 16px;
    font-weight: 700;
    color: #40343d;
    font-size: 23px;
  }
  h2.shinryo-titleh2 span.shinryo-title-line {
    font-size: 23px;
    font-weight: 700;
    color: #40343d;
    padding-bottom: 11px;
    border-bottom: 2px solid #edd0e5;
  }
  h3.shinryo-titleh3 {
    text-align: center;
    padding-bottom: 16px;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 25px;
  }
  p.shinryo-txt01 {
    width: 100%;
    margin: 0 auto;
    font-size: 3vw;
    line-height: 1.8;
    margin-bottom: 85px;
  }
  div.shinryobox01 {
    width: 100%;
    margin: 8vw auto 10vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  div.shinryobox01 .mushibaimg {
    width: 80%;
    margin: 0 auto;
  }
  div.shinryobox01 .mushibatxt {
    width: 100%;
    line-height: 1.7;
    font-size: 3vw;
  }
  div.shinryobox02 {
    width: 100%;
    margin: 8vw auto 10vw;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7f7f80;
  }
  div.shinryobox02 .mushibaimg2 {
    width: 49%;
  }
  div.shinryobox02 .mushibatxt2 {
    width: 49%;
    padding-left: 3vw;
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 3vw;
  }
  a.shinryo-btn {
    display: block;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    margin: 82px auto;
    background: #40343d;
  }
  a.shinryo-btn span {
    color: #fff;
  }
  a.shinryo-btn span:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 9px;
    background: url(../image/shinryo/yajirushi.svg);
    margin-left: 23px;
  }
  div.shinryoimg {
    width: 90%;
    margin: 0 auto 10vw;
  }
  p.shinryo-txt02 {
    width: 90%;
    margin: 0 auto;
    font-size: 3vw;
    line-height: 1.8;
    margin-bottom: 75px;
    text-align: center;
  }
  p.shinryo-txt03 {
    width: 90%;
    margin: 40px auto 0;
    font-size: 3vw;
    line-height: 1.8;
    margin-bottom: 75px;
    text-align: left;
  }
  div.shinryobox03 {
    width: 100%;
    margin: 56px auto 96px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7f7f80;
  }
  div.shinryobox03 .yobo-1 {
    width: 35%;
    font-size: 4vw;
    font-weight: 700;
    color: #40343d;
  }
  div.shinryobox03 .yobo-1 span {
    font-weight: 700;
    color: #40343d;
    letter-spacing: 2px;
    background: linear-gradient(transparent 60%, #edd0e5 60%);
  }
  div.shinryobox03 .yobo-2 {
    width: 65%;
    box-sizing: border-box;
    line-height: 1.8;
    color: #40343d;
    font-size: 3vw;
    padding-bottom: 40px;
  }
  div.inplantimg {
    width: 100%;
    margin: 0 auto 10vw;
  }
  table.inp01 {
    width: 100%;
    margin-top: 67px;
    border: 2px solid #c4c4c4;
  }
  table.inp01 img {
    width: 202px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  table.inp01 td {
    text-align: left;
    width: 33%;
    padding: 35px 30px;
    box-sizing: border-box;
  }
  table.inp01 th {
    text-align: center;
    font-weight: 700;
  }
  .bl_dott_gray {
    border-left: 2px solid #c4c4c4;
  }
  .bb_dott_gray {
    border-bottom: 2px solid #c4c4c4;
  }
  .back_pink {
    background: #edd0e5;
  }
  table.inp02 {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
  }
  table.inp02 td {
    text-align: center;
    width: 20%;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
  }
  table.inp02 th {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 4px;
    vertical-align: middle;
    background: #edd0e5;
  }
  table.inp03 {
    width: 100%;
  }
  table.inp03 td {
    text-align: center;
    width: 20%;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
  }
  table.inp03 td span {
    font-size: 14px;
  }
  table.inp03 td span:before {
    content: "";
    background: url(../image/shinryo/inplant-left.svg);
    width: 5px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
  }
  table.inp03 td span:after {
    content: "";
    background: url(../image/shinryo/inplant-right.svg);
    margin-left: 5px;
    width: 5px;
    height: 12px;
    display: inline-block;
  }
  .grayback {
    background: #ededed;
  }
  div.shinryobox04 {
    width: 1000px;
    margin: 56px auto 96px;
    display: flex;
    justify-content: space-between;
  }
  div.shinryobox04 .lefttxt {
    width: 100%;
    line-height: 1.7;
  }
  div.shinryobox04 .rightimg {
    width: 447px;
  }
  h5.inplanth5 {
    text-align: center;
    font-size: 17px;
  }
  p.shinryo-txt04 {
    width: 1000px;
    margin: 22px auto 0;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 75px;
    text-align: left;
  }
  p.inplant-chui {
    margin-bottom: 142px;
    font-size: 12px;
  }
  p.inplant-chui span {
    font-size: 10px;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  p.shinryo-txt04 {
    width: 100%;
    margin: 40px auto 0;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 75px;
    text-align: left;
  }
  .mb125 {
    margin-bottom: 125px !important;
  }
  div.shinryobox04 {
    width: 100%;
    margin: 56px auto 96px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7f7f80;
    flex-wrap: wrap;
  }
  div.shinryobox04 .yobo-1 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #40343d;
  }
  div.shinryobox04 .yobo-1 span {
    font-weight: 700;
    color: #40343d;
    letter-spacing: 2px;
    background: linear-gradient(transparent 60%, #edd0e5 60%);
  }
  div.shinryobox04 .yobo-2 {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.8;
    color: #40343d;
    padding-bottom: 40px;
  }
  div.merit {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
  }
  div.merit1, div.merit2 {
    width: 274px;
    background: #ededed;
    padding: 21px 28px;
  }
  h4.merith4 {
    font-weight: 700;
    font-size: 19px;
  }
  .cera1 {
    margin-bottom: 35px;
  }
  /***************************************

お知らせ

***************************************/
  .news {
    background: url(../image/pagehead/about_clinic.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /*********************************

投稿設定

**********************************/
  #single_wrap {
    width: 100%;
    padding-top: 10vw;
    border-top: 1px solid #7F8080;
    padding-bottom: 10vw;
  }
  .single {
    width: 90%;
    margin: 0 auto;
  }
  .singlewrap {
    padding-bottom: 20vw;
    width: 100%;
  }
  .single_date {
    font-size: 2.5vw;
    margin-bottom: 5vw;
  }
  .singlewrap h1 {
    text-align: left;
    color: #000;
    font-size: 6vw;
    padding: 10px 0;
    margin-bottom: 47px;
  }
  span.borderyellow_single {
    border-bottom: 2px solid #F5CA1F;
    padding: 2px 0;
  }
  .singlewrap p {
    font-size: 2.5vw;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .singlewrap img {
    max-width: 100%;
    height: auto;
  }
  .singlewrap h2 {
    color: #000;
    font-size: 4vw;
    text-align: center;
    margin-bottom: 10vw;
  }
  .singlewrap h3 {}
  .singlewrap h4 {}
  .sidebar {
    width: 100%;
    overflow: hidden;
    list-style: none;
  }
  .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: 4vw;
    background: #FDF7E2;
    font-weight: 700;
    text-align: center;
    width: 20%;
    font-size: 3vw;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    background: #ededed;
  }
  table.list01 th span {
    font-size: 2vw;
  }
  table.list01 td {
    padding: 4vw;
    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;
    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: 75%;
    font-size: 3vw;
    padding: 10px;
  }
  table.inp02 th {
    text-align: center;
    font-weight: 700;
    font-size: 3vw;
    padding: 4px;
    vertical-align: middle;
  }
  .border_dotted_gray {
    border: 2px dotted #c4c4c4;
  }
  .kigou {
    font-size: 4vw;
    margin: 3vw 0;
    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: #fff;
    padding: 9px 13px;
    background: #40343d;
    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%;
  }
  .thmnail {
    /*width: 110px;
height: 110px;
float: left;*/
  }
  .column_list {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 2%;
  }
  .cal {
    width: 100%;
    margin-bottom: 94px;
  }
  .category_column {
    padding: 4px;
    color: #fff;
    display: inline;
    font-size: 12px;
  }
  article.news {
    width: 100%;
    margin-bottom: 72px;
  }
  article.news h4 {
    font-size: 4vw;
    color: #E8879F;
    float: left;
  }
  article.news p {
    font-size: 2.5vw;
    color: #000;
    margin-bottom: 10px;
  }
  div.news_box {
    width: 100%;
  }
  .news_box ul {
    width: 100%;
  }
  .news_box ul li {
    width: 100%;
    margin-bottom: 8vw;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5vw;
  }
  .news_box ul li a {
    clear: both;
    display: block;
    font-size: 3vw;
    color: #000;
  }
  div.news_box2 {
    width: 100%;
  }
  .news_box2 ul {
    width: 100%;
  }
  .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;
  }
  .singleinfodate {
    font-size: 12px;
    background: #40343d;
    color: #fff;
    padding: 1vw;
    margin-right: 2vw;
  }
  span.list_infodate {
    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;
  }
  span.borderpink {
    border-bottom: 2px solid #edd0e5;
    padding: 2px 0.5em;
  }
  /*********pageナビ*********/
  div.pagenavi {
    width: 1200px;
    margin: 0 auto;
  }
  .pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
  }
  .pagination-box {
    display: inline-block;
  }
  .pagination span, .pagination a {
    display: block;
    /*float: left;*/
    margin: 2px 2px 2px 0;
    padding: 10px 14px 10px 14px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #fff;
    border-radius: 50%;
  }
  .pagination span.page-of {
    background: none;
    color: #e60012;
  }
  .pagination a:hover {
    color: #e60012; /* マウスホバー時の文字色 */
    background: #edd0e5; /* マウスホバー時の背景色 */
  }
  .pagination .current {
    padding: 10px 14px 10px 14px;
    color: #e60012; /* 現在のページの文字色 */
    background: #edd0e5; /* 現在のページの背景色 */
  }
  .page-numbers {
    /*width: 100%; */
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
  }
  .page-numbers li {
    display: inline;
  }
  .page-numbers:after {
    content: "";
    display: block;
    clear: both;
  }
  .current {
    color: #fff;
    background-color: #edd0e5;
  }
  .next, .prev {
    color: #edd0e5;
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
  .next:hover, .prev:hover {
    color: #fff;
    background-color: #edd0e5;
  }
  .pagenavi {
    color: #edd0e5;
    margin: 0 auto 40px;
    line-height: 2em;
    text-align: center;
    clear: both;
    overflow: visible;
    display: flex;
  }
  .pagenavi a {
    text-decoration: none;
  }
  .pagenavi a.page-numbers, .pagenavi .current {
    color: #edd0e5;
    padding: 10px;
    border: solid 1px #ccc;
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    display: inline-block;
  }
  .pagenavi a.page-numbers:hover {
    color: #fff;
    background: #edd0e5;
  }
  .pagenavi .current {
    color: white;
    background: #edd0e5;
    border-color: #edd0e5;
    font-weight: bold;
  }
  .pagenavi .next, .pagenavi .prev {
    border: 0 none;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
  }
}
/*********************************

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
    }
  }