@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }
html.enable-javascript #topimg, html.enable-javascript #headimg {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }
html.enable-javascript.window-load #topimg, html.enable-javascript.window-load #headimg {
  visibility: visible; }

.bg-switcher {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #bf69a7 !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #bf69a7 !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/*上からフェードインアニメーション*/
.css-fade2 {
  animation-name: fade-in2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

@keyframes fade-in2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
/*ふわふわ1*/
.fuwafuwa1 {
  -webkit-animation: fuwafuwa1 3s infinite linear alternate;
  animation: fuwafuwa1 3s infinite linear alternate; }

@-webkit-keyframes fuwafuwa1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(-5deg); }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(5deg); } }
@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, 0) rotate(-5deg); }
  50% {
    transform: translate(0, -5px) rotate(0deg); }
  100% {
    transform: translate(0, 0) rotate(5deg); } }
/*ふわふわ2*/
.fuwafuwa2 {
  -webkit-animation: fuwafuwa2 3s infinite linear alternate;
  animation: fuwafuwa2 3s infinite linear alternate; }

@-webkit-keyframes fuwafuwa2 {
  100% {
    -webkit-transform: translate(0, 0) rotate(-5deg); }
  50% {
    -webkit-transform: translate(0, -5px) rotate(0deg); }
  0% {
    -webkit-transform: translate(0, 0) rotate(5deg); } }
@keyframes fuwafuwa2 {
  100% {
    transform: translate(0, 0) rotate(-5deg); }
  50% {
    transform: translate(0, -5px) rotate(0deg); }
  0% {
    transform: translate(0, 0) rotate(5deg); } }
/*ローディング画像*/
.loader {
  color: #fc83ad;
  font-size: 10px;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
#loading-container {
  display: none; }

.loader {
  position: absolute;
  left: 50%;
  top: 50%; }

/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: "kinuta-maruminold-stdn", serif, "メイリオ", -apple-system, -apple-system;
  background-color: #fff7ff;
  padding: 0 !important;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }
  body .wrap {
    overflow: hidden !important; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
h1, h2, h3, h4, h5, h6 {
  font-family: "kinuta-maruminold-stdn", serif; }

.common-btn {
  margin: 10px auto;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #54a40b;
    text-decoration: none;
    text-align: center;
    font-family: "kinuta-maruminold-stdn", serif; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #54a40b;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 1%;
  right: 5%;
  z-index: 500; }
  @media print, screen and (max-width: 991px) {
    .pagetop {
      display: none; } }
  .pagetop a {
    width: 100px;
    height: 100px;
    font-weight: bold;
    font-family: "kinuta-maruminold-stdn", serif;
    background-image: url(../imgs/bk_pagetop.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    padding: 40px 5px 0;
    display: block;
    color: #e1515f;
    font-size: 0.8rem;
    line-height: 1.4;
    float: right;
    text-align: center; }

.back2 {
  background-color: #fff7ff; }

.back3 {
  background-color: #e5c9e8; }

.btn2 {
  text-align: center; }

.btn2 a {
  color: #fff;
  display: inline-block;
  background-color: #e1515f;
  border-radius: 15px;
  padding: 5px 15px;
  margin: 20px auto 10px; }

.btn2 a:hover {
  text-decoration: none; }

.btn3 {
  text-align: center; }

.btn3 a {
  color: #fff;
  display: inline-block;
  background-color: #83c5f5;
  border-radius: 15px;
  padding: 5px 35px;
  margin: 10px auto; }

.btn3 a:hover {
  text-decoration: none; }

/*! ==================================================
　header
=================================================== */
#pcmenu {
  width: 550px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 5px; }
  @media print, screen and (max-width: 991px) {
    #pcmenu {
      display: none; } }
  #pcmenu ul {
    margin: 0;
    width: 550px; }
  #pcmenu li {
    width: 90px;
    margin: 0;
    padding: 0;
    list-style: none; }
    #pcmenu li a {
      color: #b31b30;
      display: inline-block;
      width: 80px;
      height: 80px;
      padding-top: 30%;
      border-radius: 50%;
      margin: 0 auto;
      background-image: url(../imgs/btn_menu.png);
      background-size: contain;
      font-size: 0.9rem;
      font-family: "kinuta-maruminold-stdn", serif;
      line-height: 1.0;
      text-align: center; }
      #pcmenu li a span {
        font-size: 0.6rem; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #pcmenu li a {
          font-size: 0.8rem;
          line-height: 1.0; } }
    #pcmenu li a:hover {
      text-decoration: none; }

#telbtn a {
  display: block;
  width: 40px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 60px;
  z-index: 500;
  text-align: center;
  outline: none;
  background-color: #bf69a7;
  color: #fff;
  padding: 8px 5px; }
@media print, screen and (min-width: 992px) {
  #telbtn {
    display: none; } }

#header-fixed-home {
  z-index: 10000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: opacity ease 1s;
  /*スクロールしたら背景色をつける*/ }
  #header-fixed-home header h1.sitetitle {
    margin: 0;
    padding: 0 5px 0; }
    #header-fixed-home header h1.sitetitle a {
      display: block;
      width: 70vw;
      position: absolute;
      left: 0;
      top: 5px;
      text-decoration: none;
      visibility: hidden; }
  #header-fixed-home header #pcmenu {
    visibility: hidden; }
    @media print, screen and (min-width: 576px) and (max-width: 991px) {
      #header-fixed-home header #pcmenu {
        display: none; } }
  @media print, screen and (max-width: 991px) {
    #header-fixed-home .is-animation {
      background-color: #f8e6ff;
      transition: background-color 0.5s ease-out;
      -o-transition: background-color 0.5s ease-out;
      /* opera */
      -moz-transition: background-color 0.5s ease-out;
      /* firefox */
      -webkit-transition: background-color 0.5s ease-out;
      /* chrome, safari */
      -ms-transition: background-color 0.5s ease-out;
      /* ie */
      height: 60px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #header-fixed-home .is-animation {
      height: 100px; } }
  @media print, screen and (max-width: 991px) {
    #header-fixed-home .is-animation h1.sitetitle a {
      display: block;
      visibility: visible; } }
  #header-fixed-home .is-animation-home {
    background-color: #f8e6ff;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    /* opera */
    -moz-transition: background-color 0.5s ease-out;
    /* firefox */
    -webkit-transition: background-color 0.5s ease-out;
    /* chrome, safari */
    -ms-transition: background-color 0.5s ease-out;
    /* ie */
    height: 60px; }
    #header-fixed-home .is-animation-home #pcmenu {
      visibility: visible; }
    #header-fixed-home .is-animation-home h1.sitetitle a {
      visibility: visible; }
      @media print, screen and (min-width: 992px) {
        #header-fixed-home .is-animation-home h1.sitetitle a {
          width: 30vw; } }
    @media print, screen and (min-width: 768px) {
      #header-fixed-home .is-animation-home {
        height: 90px; } }

#header-fixed {
  z-index: 10000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: opacity ease 1s;
  /*スクロールしたら背景色をつける*/ }
  #header-fixed header h1.sitetitle {
    margin: 0;
    padding: 0 5px 0; }
    #header-fixed header h1.sitetitle a {
      display: block;
      width: 30vw;
      position: absolute;
      left: 0;
      top: 5px;
      text-decoration: none; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #header-fixed header h1.sitetitle a {
          width: 40vw; } }
      @media print, screen and (max-width: 991px) {
        #header-fixed header h1.sitetitle a {
          width: 70vw; } }
  #header-fixed header h1.sitetitle_sp {
    margin: 0;
    padding: 0 5px 0; }
    @media print, screen and (min-width: 992px) {
      #header-fixed header h1.sitetitle_sp {
        display: none; } }
    #header-fixed header h1.sitetitle_sp a {
      display: block;
      width: 70vw;
      position: absolute;
      left: 0;
      top: 5px;
      text-decoration: none;
      visibility: hidden; }
  #header-fixed header #pcmenu {
    width: 550px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px; }
    @media print, screen and (max-width: 991px) {
      #header-fixed header #pcmenu {
        display: none; } }
    #header-fixed header #pcmenu ul {
      margin: 0;
      width: 550px; }
    #header-fixed header #pcmenu li {
      width: 90px;
      margin: 0;
      padding: 0;
      list-style: none; }
      #header-fixed header #pcmenu li a {
        color: #b31b30;
        display: inline-block;
        width: 80px;
        height: 80px;
        padding-top: 30%;
        border-radius: 50%;
        margin: 0 auto;
        background-image: url(../imgs/btn_menu.png);
        background-size: contain;
        font-size: 0.9rem;
        font-family: "kinuta-maruminold-stdn", serif;
        line-height: 1.0;
        text-align: center; }
        #header-fixed header #pcmenu li a span {
          font-size: 0.6rem; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #header-fixed header #pcmenu li a {
            font-size: 0.8rem;
            line-height: 1.0; } }
      #header-fixed header #pcmenu li a:hover {
        text-decoration: none; }
  #header-fixed header #telbtn a {
    display: block;
    width: 40px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 60px;
    z-index: 500;
    text-align: center;
    outline: none;
    background-color: #bf69a7;
    color: #fff;
    padding: 8px 5px; }
  @media print, screen and (min-width: 992px) {
    #header-fixed header #telbtn {
      display: none; } }
  #header-fixed .is-animation {
    background-color: #f8e6ff;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    /* opera */
    -moz-transition: background-color 0.5s ease-out;
    /* firefox */
    -webkit-transition: background-color 0.5s ease-out;
    /* chrome, safari */
    -ms-transition: background-color 0.5s ease-out;
    /* ie */
    height: 90px; }
    @media print, screen and (max-width: 767px) {
      #header-fixed .is-animation {
        height: 60px; } }
    @media print, screen and (max-width: 991px) {
      #header-fixed .is-animation h1.sitetitle_sp a {
        display: block;
        visibility: visible; } }

/*! ==================================================
　spnavi
=================================================== */
@media print, screen and (min-width: 992px) {
  #spnavi {
    display: none; } }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　HOME
=================================================== */
#home #topimg {
  position: relative;
  /*
  .bg-switcher {
  	background-size: cover;
  	background-position: left top;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 100vw;
  	height: 90vh;
  	@include media(xs-sm){
  		height: 50vh;
  	}
  	@include media(md-lg){
  		height: 60vh;
  	}
  	@include media(xl){				
  		height: 80vh;
  	}
  	 
  }*/ }
  @media print, screen and (min-width: 1200px) {
    #home #topimg {
      margin-bottom: 500px; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #home #topimg {
      margin-bottom: 440px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #topimg {
      margin-bottom: 100px; } }
  @media print, screen and (max-width: 767px) {
    #home #topimg {
      margin-bottom: 50px; } }
  #home #topimg .topimgslide {
    position: relative; }
    #home #topimg .topimgslide .cycle-slideshow {
      z-index: 1;
      position: absolute; }
    @media print, screen and (max-width: 575px) {
      #home #topimg .topimgslide {
        height: 350px;
        width: 135%; } }
    @media print, screen and (min-width: 576px) and (max-width: 767px) {
      #home #topimg .topimgslide {
        height: 450px;
        width: 125%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #topimg .topimgslide {
        height: 450px; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #topimg .topimgslide {
        height: 500px; } }
    @media print, screen and (min-width: 1200px) {
      #home #topimg .topimgslide {
        height: 600px; } }
    @media print, screen and (min-width: 1500px) {
      #home #topimg .topimgslide {
        height: 750px; } }
    #home #topimg .topimgslide .photo01 {
      position: absolute;
      z-index: 2;
      top: 7%;
      right: 7%;
      width: 15vw; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #topimg .topimgslide .photo01 {
          top: 10%; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #topimg .topimgslide .photo01 {
          top: 10%;
          right: 12%; } }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #home #topimg .topimgslide .photo01 {
          top: 10%;
          right: 30%;
          width: 20vw; } }
      @media print, screen and (max-width: 575px) {
        #home #topimg .topimgslide .photo01 {
          top: 18%;
          right: 30%;
          width: 20vw; } }
    #home #topimg .topimgslide .photo02 {
      position: absolute;
      z-index: 2;
      top: 35%;
      right: 20%;
      width: 15vw; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #topimg .topimgslide .photo02 {
          top: 40%; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #topimg .topimgslide .photo02 {
          top: 35%;
          right: 23%; } }
      @media print, screen and (max-width: 767px) {
        #home #topimg .topimgslide .photo02 {
          top: 35%;
          right: 45%;
          width: 20vw; } }
    #home #topimg .topimgslide .topimgtxt {
      z-index: 2;
      /* 縦書き表示設定　3行*/
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      top: 7%;
      right: 30%;
      font-size: 1.4rem;
      color: #ea5710;
      line-height: 1.816;
      text-shadow: 1px 1px 1px #fff; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #topimg .topimgslide .topimgtxt {
          top: 10%;
          right: 25%;
          font-size: 1.1rem; } }
      @media print, screen and (max-width: 991px) {
        #home #topimg .topimgslide .topimgtxt {
          top: 10%;
          right: 70%;
          font-size: 1.0rem; } }
  #home #topimg #topimgcontent {
    z-index: 2;
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100vw; }
    #home #topimg #topimgcontent .sitetitlearea {
      background-image: url(../imgs/bk_sitetitle.png);
      background-repeat: no-repeat;
      background-size: 100%;
      margin: auto;
      text-align: center;
      position: relative;
      background-position: center top; }
      @media print, screen and (max-width: 767px) {
        #home #topimg #topimgcontent .sitetitlearea {
          padding-top: 50px;
          padding-bottom: 50px;
          background-size: 280%; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #topimg #topimgcontent .sitetitlearea {
          padding-top: 70px;
          padding-bottom: 50px;
          background-size: 200%; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #topimg #topimgcontent .sitetitlearea {
          padding-top: 75px;
          padding-bottom: 50px;
          background-size: 200%; } }
      @media print, screen and (min-width: 1200px) {
        #home #topimg #topimgcontent .sitetitlearea {
          padding-top: 75px;
          padding-bottom: 50px; } }
      #home #topimg #topimgcontent .sitetitlearea .sitetitle {
        width: 70vw;
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #home #topimg #topimgcontent .sitetitlearea .sitetitle {
            width: 90vw; } }
      #home #topimg #topimgcontent .sitetitlearea .tel {
        width: 50vw;
        margin: auto; }
      #home #topimg #topimgcontent .sitetitlearea .illust01 {
        position: absolute;
        right: 15%;
        top: -15%; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #topimg #topimgcontent .sitetitlearea .illust01 {
            top: -20%;
            right: 5%; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #home #topimg #topimgcontent .sitetitlearea .illust01 {
            top: -20%;
            right: 5%; } }
        @media print, screen and (max-width: 767px) {
          #home #topimg #topimgcontent .sitetitlearea .illust01 {
            top: -30%;
            right: 5%; } }
        #home #topimg #topimgcontent .sitetitlearea .illust01 img {
          width: 15vw; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #home #topimg #topimgcontent .sitetitlearea .illust01 img {
              width: 20vw; } }
          @media print, screen and (min-width: 768px) and (max-width: 991px) {
            #home #topimg #topimgcontent .sitetitlearea .illust01 img {
              width: 20vw; } }
          @media print, screen and (min-width: 576px) and (max-width: 767px) {
            #home #topimg #topimgcontent .sitetitlearea .illust01 img {
              width: 30vw; } }
          @media print, screen and (max-width: 575px) {
            #home #topimg #topimgcontent .sitetitlearea .illust01 img {
              width: 35vw; } }
      #home #topimg #topimgcontent .sitetitlearea .flower01 {
        position: absolute;
        left: 10%;
        top: -8%; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #topimg #topimgcontent .sitetitlearea .flower01 {
            top: -10%;
            left: 5%; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #home #topimg #topimgcontent .sitetitlearea .flower01 {
            top: -10%;
            left: 5%; } }
        @media print, screen and (max-width: 767px) {
          #home #topimg #topimgcontent .sitetitlearea .flower01 {
            top: -20%;
            left: 2%; } }
        #home #topimg #topimgcontent .sitetitlearea .flower01 img {
          width: 15vw; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #home #topimg #topimgcontent .sitetitlearea .flower01 img {
              width: 20vw; } }
          @media print, screen and (min-width: 768px) and (max-width: 991px) {
            #home #topimg #topimgcontent .sitetitlearea .flower01 img {
              width: 20vw; } }
          @media print, screen and (min-width: 576px) and (max-width: 767px) {
            #home #topimg #topimgcontent .sitetitlearea .flower01 img {
              width: 30vw; } }
          @media print, screen and (max-width: 575px) {
            #home #topimg #topimgcontent .sitetitlearea .flower01 img {
              width: 35vw; } }
      #home #topimg #topimgcontent .sitetitlearea .flower02 {
        position: absolute;
        left: 10%;
        top: 70%; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #topimg #topimgcontent .sitetitlearea .flower02 {
            top: 80%;
            left: 5%; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #home #topimg #topimgcontent .sitetitlearea .flower02 {
            top: 70%;
            left: 5%; } }
        @media print, screen and (max-width: 767px) {
          #home #topimg #topimgcontent .sitetitlearea .flower02 {
            top: 80%;
            left: 2%; } }
        #home #topimg #topimgcontent .sitetitlearea .flower02 img {
          width: 8vw; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #home #topimg #topimgcontent .sitetitlearea .flower02 img {
              width: 10vw; } }
          @media print, screen and (min-width: 768px) and (max-width: 991px) {
            #home #topimg #topimgcontent .sitetitlearea .flower02 img {
              width: 10vw; } }
          @media print, screen and (min-width: 576px) and (max-width: 767px) {
            #home #topimg #topimgcontent .sitetitlearea .flower02 img {
              width: 20vw; } }
          @media print, screen and (max-width: 575px) {
            #home #topimg #topimgcontent .sitetitlearea .flower02 img {
              width: 25vw; } }
      #home #topimg #topimgcontent .sitetitlearea .flower03 {
        position: absolute;
        right: 10%;
        top: 70%; }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #home #topimg #topimgcontent .sitetitlearea .flower03 {
            top: 80%;
            right: 5%; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #home #topimg #topimgcontent .sitetitlearea .flower03 {
            top: 70%;
            right: 5%; } }
        @media print, screen and (max-width: 767px) {
          #home #topimg #topimgcontent .sitetitlearea .flower03 {
            top: 80%;
            right: 2%; } }
        #home #topimg #topimgcontent .sitetitlearea .flower03 img {
          width: 8vw; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #home #topimg #topimgcontent .sitetitlearea .flower03 img {
              width: 10vw; } }
          @media print, screen and (min-width: 768px) and (max-width: 991px) {
            #home #topimg #topimgcontent .sitetitlearea .flower03 img {
              width: 10vw; } }
          @media print, screen and (min-width: 576px) and (max-width: 767px) {
            #home #topimg #topimgcontent .sitetitlearea .flower03 img {
              width: 20vw; } }
          @media print, screen and (max-width: 575px) {
            #home #topimg #topimgcontent .sitetitlearea .flower03 img {
              width: 25vw; } }
    #home #topimg #topimgcontent #topmenubk {
      background-color: #fff7ff;
      margin: 0 auto 0;
      text-align: center;
      padding-top: 15px; }
      @media print, screen and (max-width: 991px) {
        #home #topimg #topimgcontent #topmenubk {
          display: none; } }
      #home #topimg #topimgcontent #topmenubk #topmenu {
        position: relative;
        width: 100%;
        height: 245px;
        padding-top: 20px;
        background-image: url(../imgs/bk_menu.png);
        background-size: contain;
        background-repeat: no-repeat; }
        #home #topimg #topimgcontent #topmenubk #topmenu li {
          list-style: none;
          position: relative; }
        #home #topimg #topimgcontent #topmenubk #topmenu span.menubtn {
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          /* Safari用 */
          transform: translate(-50%, -50%);
          padding-top: 8vw; }
        #home #topimg #topimgcontent #topmenubk #topmenu .menubtn1 {
          padding-top: 10vw !important; }
        #home #topimg #topimgcontent #topmenubk #topmenu .menubtn2 {
          padding-top: 9vw !important; }
        #home #topimg #topimgcontent #topmenubk #topmenu a {
          color: #b31b30;
          display: block;
          width: 7vw;
          height: 7vw;
          padding-top: 35%;
          border-radius: 50%;
          margin: auto;
          background-image: url(../imgs/btn_menu.png);
          background-size: contain;
          font-size: 1.0rem;
          font-family: "kinuta-maruminold-stdn", serif;
          line-height: 1.2; }
          #home #topimg #topimgcontent #topmenubk #topmenu a span {
            font-size: 0.7rem; }
          @media print, screen and (min-width: 992px) and (max-width: 1199px) {
            #home #topimg #topimgcontent #topmenubk #topmenu a {
              font-size: 0.8rem;
              line-height: 1.0; } }
        #home #topimg #topimgcontent #topmenubk #topmenu a:hover {
          text-decoration: none; }
#home #yorisoi {
  position: relative;
  padding-top: 50px; }
  @media print, screen and (min-width: 576px) and (max-width: 767px) {
    #home #yorisoi {
      z-index: 200;
      padding-top: 130px; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #home #yorisoi {
      z-index: 200;
      padding-top: 100px; } }
  @media print, screen and (min-width: 992px) {
    #home #yorisoi {
      z-index: 200;
      margin-top: -50px; } }
  #home #yorisoi h2 {
    color: #1d2a89;
    text-align: center; }
  #home #yorisoi p {
    font-family: "kinuta-maruminold-stdn", serif;
    color: #bf69a7;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 50px; }
  #home #yorisoi .illust02 {
    z-index: 50000;
    text-align: center;
    padding: 0;
    margin: 20px auto 0; }
    #home #yorisoi .illust02 img {
      width: 50%;
      margin: 40px auto 0; }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #home #yorisoi .illust02 img {
          width: 40%; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #home #yorisoi .illust02 img {
          width: 60%; } }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #yorisoi .illust02 {
        margin: 10px auto 0; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .illust02 {
        margin: 20px auto 20px; } }
    @media print, screen and (min-width: 576px) and (max-width: 767px) {
      #home #yorisoi .illust02 {
        margin: 20px auto 10px; } }
    @media print, screen and (max-width: 575px) {
      #home #yorisoi .illust02 {
        margin: 20px auto 20px; } }
  #home #yorisoi .photobox {
    padding: 0;
    margin: 20px auto;
    text-align: center; }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .photobox {
        margin: 0 auto; } }
    #home #yorisoi .photobox img {
      width: 95%; }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #home #yorisoi .photobox img {
          width: 65%; } }
      @media print, screen and (min-width: 1200px) {
        #home #yorisoi .photobox img {
          width: 55%; } }
  #home #yorisoi .photo3 {
    padding-left: 30px; }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .photo3 {
        padding-top: 10px; } }
  #home #yorisoi .photo4 {
    padding-right: 30px; }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .photo4 {
        padding-top: 10px; } }
  #home #yorisoi .flower041 {
    width: 50px;
    position: absolute;
    left: 5%;
    top: 5%; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #yorisoi .flower041 {
        top: 5%;
        left: 5%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .flower041 {
        top: 15%;
        left: 10%; } }
    @media print, screen and (max-width: 767px) {
      #home #yorisoi .flower041 {
        top: 20%;
        left: 10%; } }
  #home #yorisoi .flower042 {
    width: 50px;
    position: absolute;
    left: 30%;
    top: 70%; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #yorisoi .flower042 {
        left: 30%;
        top: 70%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .flower042 {
        display: none; } }
    @media print, screen and (max-width: 767px) {
      #home #yorisoi .flower042 {
        display: none; } }
  #home #yorisoi .flower043 {
    width: 50px;
    position: absolute;
    left: 63%;
    top: 20%; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #yorisoi .flower043 {
        left: 63%;
        top: 20%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .flower043 {
        display: none; } }
    @media print, screen and (max-width: 767px) {
      #home #yorisoi .flower043 {
        display: none; } }
  #home #yorisoi .flower044 {
    width: 50px;
    position: absolute;
    left: 90%;
    top: 80%; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #yorisoi .flower044 {
        left: 90%;
        top: 80%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .flower044 {
        left: 80%;
        top: 90%; } }
    @media print, screen and (max-width: 767px) {
      #home #yorisoi .flower044 {
        left: 80%;
        top: 50%; } }
  #home #yorisoi .flower051 {
    width: 70px;
    position: absolute;
    left: 5%;
    top: 80%; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #yorisoi .flower051 {
        left: 5%;
        top: 80%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .flower051 {
        left: 10%;
        top: 90%;
        width: 50px; } }
    @media print, screen and (max-width: 767px) {
      #home #yorisoi .flower051 {
        left: 10%;
        top: 50%;
        width: 50px; } }
  #home #yorisoi .flower052 {
    width: 70px;
    position: absolute;
    left: 32%;
    top: 20%; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #yorisoi .flower052 {
        left: 32%;
        top: 20%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .flower052 {
        display: none; } }
    @media print, screen and (max-width: 767px) {
      #home #yorisoi .flower052 {
        display: none; } }
  #home #yorisoi .flower053 {
    width: 70px;
    position: absolute;
    left: 65%;
    top: 70%; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #yorisoi .flower053 {
        left: 65%;
        top: 70%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .flower053 {
        display: none; } }
    @media print, screen and (max-width: 767px) {
      #home #yorisoi .flower053 {
        display: none; } }
  #home #yorisoi .flower054 {
    width: 70px;
    position: absolute;
    left: 90%;
    top: 5%; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #home #yorisoi .flower054 {
        left: 90%;
        top: 5%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #home #yorisoi .flower054 {
        left: 80%;
        top: 15%;
        width: 50px; } }
    @media print, screen and (max-width: 767px) {
      #home #yorisoi .flower054 {
        left: 80%;
        top: 20%;
        width: 50px; } }
#home #topmedical .titlearea {
  background-image: url(../imgs/line01.png);
  background-repeat: no-repeat;
  background-position: top;
  width: 100vw;
  background-size: cover; }
  #home #topmedical .titlearea h2 {
    text-align: center;
    background-image: url(../imgs/bk_title01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 200px;
    height: 200px;
    margin: auto;
    padding-top: 80px;
    font-size: 1.2rem;
    color: #1d2a89; }
    #home #topmedical .titlearea h2 span {
      font-size: 0.8rem;
      color: #bf69a7; }
    @media print, screen and (max-width: 991px) {
      #home #topmedical .titlearea h2 {
        width: 150px;
        height: 150px;
        padding-top: 50px; } }
#home #topmedical .btnarea {
  padding: 30px 30px 50px;
  border-bottom: 10px solid #f8e6ff; }
  @media print, screen and (max-width: 575px) {
    #home #topmedical .btnarea {
      padding: 15px 15px 30px; } }
  #home #topmedical .btnarea .btn1 {
    padding: 10px 5px 0; }
    @media print, screen and (max-width: 991px) {
      #home #topmedical .btnarea .btn1 {
        padding: 15px 5px 0; } }
    #home #topmedical .btnarea .btn1 a {
      display: block;
      font-size: 1.2rem;
      background-color: #fff4ff;
      border-radius: 10px;
      text-align: center;
      padding: 10px;
      color: #1d2a89; }
    #home #topmedical .btnarea .btn1 a:hover {
      text-decoration: none; }
#home #rss {
  padding-top: 20px; }
  #home #rss h2 {
    background-image: url(../imgs/bk_title02.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
    background-size: 100%;
    width: 300px;
    margin: auto;
    padding: 40px 5px 20px 100px;
    font-size: 1.2rem;
    color: #1d2a89; }
    #home #rss h2 span {
      color: #bf69a7;
      font-size: 0.7rem; }
  #home #rss .topnews {
    padding: 30px 50px; }
    @media print, screen and (max-width: 991px) {
      #home #rss .topnews {
        padding: 30px 20px; } }
    #home #rss .topnews dt {
      color: #bf69a7;
      margin-top: 10px;
      font-size: 0.9rem; }
    #home #rss .topnews dd {
      padding-bottom: 15px;
      border-bottom: 2px dotted #e5c9e8; }
      #home #rss .topnews dd a {
        color: #1d2a89;
        font-size: 1.2rem; }
      #home #rss .topnews dd a:hover {
        text-decoration: none; }
  #home #rss .doctor {
    padding-top: 20px; }
    #home #rss .doctor .doctorbox {
      width: 80%;
      margin: auto;
      padding-top: 20px; }
      @media print, screen and (max-width: 767px) {
        #home #rss .doctor .doctorbox {
          width: 80vw; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #rss .doctor .doctorbox {
          width: 60vw; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #rss .doctor .doctorbox {
          width: 30vw; } }
    #home #rss .doctor .illust03 img {
      width: 5vw;
      margin-left: 15px;
      margin-right: 15px; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #home #rss .doctor .illust03 img {
          width: 4vw; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #rss .doctor .illust03 img {
          width: 10vw; } }
      @media print, screen and (max-width: 767px) {
        #home #rss .doctor .illust03 img {
          width: 20vw; } }
    #home #rss .doctor .clinicname {
      color: #1d2a89;
      text-align: center;
      padding-right: 30px; }
    #home #rss .doctor .doctorname {
      padding-top: 15px;
      padding-left: 10px;
      color: #1d2a89;
      text-align: center;
      font-size: 1.4rem; }
      #home #rss .doctor .doctorname span {
        color: #bf69a7;
        font-size: 1.0rem; }

/*! ==================================================
他ページ共通
=================================================== */
.ptitle {
  background-image: url(../imgs/bk_ptitle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 200px;
  text-align: center;
  padding-top: 70px;
  margin-top: 100px;
  margin-right: 100px;
  color: #fff;
  float: right;
  display: block;
  line-height: 1.0; }
  .ptitle span {
    font-size: 0.9rem; }
  @media print, screen and (max-width: 575px) {
    .ptitle {
      display: none; } }
  @media print, screen and (min-width: 1200px) {
    .ptitle {
      margin-right: 200px; } }

.ptitle2 {
  background-image: url(../imgs/bk_ptitle2.png);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 50px;
  z-index: 600;
  position: absolute;
  bottom: -100px;
  width: 100vw;
  background-size: 100%;
  color: #1d2a89;
  line-height: 1.0;
  background-position: center top; }
  .ptitle2 span {
    font-size: 0.8rem;
    color: #bf69a7; }
  @media print, screen and (min-width: 576px) and (max-width: 991px) {
    .ptitle2 {
      background-size: 100%;
      background-position: center;
      padding-top: 80px;
      line-height: 0.8; } }
  @media print, screen and (max-width: 575px) {
    .ptitle2 {
      background-size: 150%;
      background-position: center;
      padding-top: 120px;
      line-height: 0.8; } }

#headimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  position: relative; }
  @media print, screen and (min-width: 576px) and (max-width: 991px) {
    #headimg {
      height: 400px; } }
  @media print, screen and (max-width: 575px) {
    #headimg {
      height: 250px; } }
  #headimg .flower02 {
    position: absolute;
    left: 10%;
    top: 73%;
    z-index: 650; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #headimg .flower02 {
        top: 70%;
        left: 5%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #headimg .flower02 {
        top: 82%;
        left: 5%; } }
    @media print, screen and (min-width: 576px) and (max-width: 767px) {
      #headimg .flower02 {
        top: 80%;
        left: 5%; } }
    @media print, screen and (max-width: 575px) {
      #headimg .flower02 {
        top: 70%;
        left: 2%; } }
    #headimg .flower02 img {
      width: 8vw; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #headimg .flower02 img {
          width: 10vw; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #headimg .flower02 img {
          width: 10vw; } }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #headimg .flower02 img {
          width: 20vw; } }
      @media print, screen and (max-width: 575px) {
        #headimg .flower02 img {
          width: 25vw; } }
  #headimg .flower03 {
    position: absolute;
    right: 10%;
    top: 73%;
    z-index: 650; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #headimg .flower03 {
        top: 70%;
        right: 5%; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #headimg .flower03 {
        top: 82%;
        right: 5%; } }
    @media print, screen and (min-width: 576px) and (max-width: 767px) {
      #headimg .flower03 {
        top: 80%;
        right: 5%; } }
    @media print, screen and (max-width: 575px) {
      #headimg .flower03 {
        top: 70%;
        right: 2%; } }
    #headimg .flower03 img {
      width: 8vw; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #headimg .flower03 img {
          width: 10vw; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #headimg .flower03 img {
          width: 10vw; } }
      @media print, screen and (min-width: 576px) and (max-width: 767px) {
        #headimg .flower03 img {
          width: 20vw; } }
      @media print, screen and (max-width: 575px) {
        #headimg .flower03 img {
          width: 25vw; } }

#maincontents {
  margin-top: 100px; }
  @media print, screen and (max-width: 575px) {
    #maincontents {
      margin-top: 70px; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #maincontents {
      padding-left: 10px;
      padding-right: 10px; } }
  @media print, screen and (min-width: 1200px) {
    #maincontents {
      padding-left: 80px;
      padding-right: 80px; } }

/*! ==================================================
　clinic
=================================================== */
#clinic #headimg {
  background-image: url(../imgs/clinic_mainphogo.jpg); }
#clinic h3 {
  text-align: center;
  color: #1d2a89;
  font-size: 1.6rem;
  margin-bottom: 40px; }
  @media print, screen and (max-width: 575px) {
    #clinic h3 {
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #clinic h3 {
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 992px) {
    #clinic h3 {
      margin-top: 50px;
      font-size: 1.8rem;
      margin-bottom: 50px; } }
#clinic p {
  text-align: center;
  color: #bf69a7;
  font-size: 1.0rem;
  margin-top: 30px; }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #clinic p {
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 1200px) {
    #clinic p {
      margin-top: 40px;
      font-size: 1.2rem; } }
#clinic .photo {
  margin: 30px auto 50px;
  text-align: center; }
  #clinic .photo img {
    width: 90%; }
    @media print, screen and (min-width: 1200px) {
      #clinic .photo img {
        width: 80%; } }

/*! ==================================================
　doctor
=================================================== */
#doctor #headimg {
  background-image: url(../imgs/doctor_mainphoto.jpg); }
#doctor #maincontents #message {
  position: relative;
  background-image: url(../imgs/bk_doctor.png);
  background-repeat: no-repeat;
  background-size: 90%;
  text-align: center;
  min-height: 300px;
  background-position: center 20%;
  padding-top: 20px;
  padding-bottom: 50px;
  color: #1d2a89; }
  #doctor #maincontents #message span {
    color: #bf69a7;
    font-size: 0.9rem; }
  @media print, screen and (max-width: 575px) {
    #doctor #maincontents #message {
      padding-top: 0;
      padding-bottom: 20px;
      background-image: none; } }
  @media print, screen and (min-width: 576px) and (max-width: 767px) {
    #doctor #maincontents #message {
      padding-top: 0;
      padding-bottom: 20px;
      background-position: top; } }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    #doctor #maincontents #message {
      background-size: 90%;
      min-height: 400px;
      padding-top: 0;
      padding-bottom: 20px;
      background-position: top; } }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #doctor #maincontents #message {
      background-size: 70%;
      min-height: 400px; } }
  @media print, screen and (min-width: 1200px) {
    #doctor #maincontents #message {
      background-size: 50%;
      min-height: 450px; } }
  #doctor #maincontents #message p {
    margin-top: 25px;
    font-size: 1.2rem; }
  #doctor #maincontents #message .doctorimg {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 20%; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #doctor #maincontents #message .doctorimg {
        width: 12%;
        right: 18%; } }
    @media print, screen and (min-width: 1200px) {
      #doctor #maincontents #message .doctorimg {
        width: 8%;
        right: 25%; } }
#doctor #maincontents #profile {
  width: 90%;
  margin: 20px auto; }
  #doctor #maincontents #profile h3 {
    background-image: url(../imgs/bk_title2.png);
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 50px;
    padding: 10px 60px;
    color: #bf69a7;
    font-size: 2.0rem;
    margin-top: 60px; }
  #doctor #maincontents #profile ul {
    margin-top: 20px;
    padding-left: 10px; }
    #doctor #maincontents #profile ul li {
      background-image: url(../imgs/bk_title3.png);
      background-position: left center;
      background-repeat: no-repeat;
      text-align: left;
      background-size: 25px;
      padding: 5px 10px 5px 40px;
      list-style: none;
      font-size: 1.1rem;
      color: #1d2a89; }
  @media print, screen and (min-width: 1500px) {
    #doctor #maincontents #profile {
      width: 60%;
      margin: 100px auto; } }

/*! ==================================================
　medical
=================================================== */
#medical #headimg {
  background-image: url(../imgs/medical_mainphoto.jpg); }
#medical #maincontents {
  width: 100%;
  margin: 80px auto 20px;
  padding-left: 0;
  padding-right: 0; }
  #medical #maincontents .btnarea {
    padding: 20px 30px 20px; }
    @media print, screen and (max-width: 575px) {
      #medical #maincontents .btnarea {
        padding: 15px 15px 30px; } }
    #medical #maincontents .btnarea .btn1 {
      padding: 10px 5px 0; }
      @media print, screen and (max-width: 991px) {
        #medical #maincontents .btnarea .btn1 {
          padding: 15px 5px 0; } }
      #medical #maincontents .btnarea .btn1 a {
        display: block;
        font-size: 0.9rem;
        background-color: #fff4ff;
        border-radius: 5px;
        text-align: center;
        padding: 10px 2px;
        color: #1d2a89; }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #medical #maincontents .btnarea .btn1 a {
            font-size: 1.0rem; } }
        @media print, screen and (min-width: 1500px) {
          #medical #maincontents .btnarea .btn1 a {
            font-size: 1.0rem; } }
      #medical #maincontents .btnarea .btn1 a:hover {
        text-decoration: none; }
  #medical #maincontents .contents {
    color: #333;
    width: 90%;
    margin: 30px auto; }
    @media print, screen and (min-width: 1500px) {
      #medical #maincontents .contents {
        width: 60%; } }
    #medical #maincontents .contents .imgbox {
      margin-top: 20px; }
  #medical #maincontents h3 {
    background-image: url(../imgs/bk_title4.png);
    background-width: 100vw;
    padding: 10px;
    color: #1d2a89;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 50px; }
    @media print, screen and (min-width: 1500px) {
      #medical #maincontents h3 {
        font-size: 2.0rem; } }
  #medical #maincontents h4 {
    margin-top: 30px;
    color: #bf69a7;
    text-align: center;
    border-top: 2px dotted #e5c9e8;
    border-bottom: 2px dotted #e5c9e8;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media print, screen and (max-width: 575px) {
      #medical #maincontents h4 {
        text-align: left;
        font-size: 1.4rem; } }
  #medical #maincontents .title1 {
    margin: 30px auto 10px;
    text-align: center;
    border: 0; }
    #medical #maincontents .title1 span {
      background-color: #e1515f;
      border-radius: 15px;
      padding: 5px 30px;
      color: #fff;
      text-align: center;
      font-size: 1.2rem;
      display: inline-block; }
  #medical #maincontents .title2 {
    margin-top: 30px;
    font-size: 1.2rem;
    text-align: center; }
  #medical #maincontents .title3 {
    font-size: 1.2rem;
    margin-top: 30px;
    background-color: #F9F6C5;
    padding: 2px 10px;
    line-height: 1.5; }
  #medical #maincontents .title4 {
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center; }
  #medical #maincontents p {
    padding-top: 15px;
    font-size: 1.0rem;
    line-height: 1.8; }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #medical #maincontents p {
        font-size: 1.2rem; } }
    @media print, screen and (min-width: 1500px) {
      #medical #maincontents p {
        font-size: 1.2rem; } }
  #medical #maincontents p.txt1 {
    border-top: 2px dotted #e5c9e8;
    margin-top: 20px;
    background-image: url(../imgs/bk_title3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: left;
    background-size: 25px;
    padding: 20px 10px 0 40px;
    list-style: none;
    font-size: 1.1rem;
    color: #1d2a89; }
    @media print, screen and (max-width: 575px) {
      #medical #maincontents p.txt1 {
        font-size: 0.8rem;
        background-position: left center; } }
  #medical #maincontents .list1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.2rem;
    padding-top: 10px; }
    #medical #maincontents .list1 li {
      background-image: url(../imgs/bk_title3.png);
      background-position: left 7px;
      background-repeat: no-repeat;
      text-align: left;
      background-size: 25px;
      padding: 5px 10px 5px 40px;
      list-style: none;
      font-size: 1.1rem;
      color: #1d2a89; }
  #medical #maincontents table {
    text-align: center; }
    #medical #maincontents table th, #medical #maincontents table td {
      padding: 5px; }
  #medical #maincontents .tbl1 th {
    background-color: #f8e6ff; }
  #medical #maincontents .tbl1 td {
    text-align: left; }
  #medical #maincontents .tbl2 {
    border: 1px solid #e5c9e8; }
    #medical #maincontents .tbl2 th {
      background-color: #f8e6ff;
      border: 1px solid #e5c9e8; }
    #medical #maincontents .tbl2 td {
      border: 1px solid #e5c9e8; }
    #medical #maincontents .tbl2 .after {
      color: #e1515f; }
  #medical #maincontents .sankou {
    margin-top: 20px; }
    #medical #maincontents .sankou span {
      background-color: #83c5f5;
      border-radius: 15px;
      padding: 2px 15px;
      font-size: 0.8rem;
      color: #fff;
      display: inline-block; }
    #medical #maincontents .sankou a {
      text-decoration: underline;
      color: #bf69a7;
      font-size: 1.0rem; }

/*! ==================================================
　contact
=================================================== */
#contact #maincontents {
  text-align: center;
  color: #bf69a7;
  font-size: 1.2rem;
  line-height: 2.0; }
  #contact #maincontents p {
    padding-bottom: 30px; }
  #contact #maincontents .tbl1 th {
    background-color: #f8e6ff; }
  @media print, screen and (min-width: 576px) and (max-width: 1199px) {
    #contact #maincontents .sitetitle {
      width: 50% !important; } }
  @media print, screen and (min-width: 1200px) {
    #contact #maincontents .sitetitle {
      width: 30% !important; } }
@media print, screen and (min-width: 1200px) {
  #contact .gmap {
    width: 80%;
    margin: auto; } }

/*! ==================================================
　#news,#homenews
=================================================== */
.newsList {
  /*home newslist共通*/ }
  .newsList time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px; }
    .newsList time span {
      display: inline-block;
      background-color: #1aa6cc;
      padding: 2px 5px;
      color: #fff; }
  .newsList h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1e5aa0; }
    @media print, screen and (max-width: 767px) {
      .newsList h3 {
        padding-top: 5px; } }
    .newsList h3 img {
      border-style: solid;
      border-width: 5px;
      border-color: #eeeeee;
      border-radius: 50%;
      background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      width: 40px;
      height: 40px; }
  .newsList .list {
    border-bottom: 2px dotted #79cee6;
    padding-bottom: 10px;
    margin-bottom: 5px; }
    .newsList .list p {
      font-size: 0.8rem; }

#news .newsList {
  padding-top: 20px; }

#news .newsDetail {
  padding-top: 20px; }
  #news .newsDetail h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #1e5aa0;
    border-bottom: 2px dotted #79cee6;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 15px; }
    @media print, screen and (max-width: 767px) {
      #news .newsDetail h3 {
        padding-top: 5px; } }
    #news .newsDetail h3 img {
      border-style: solid;
      border-width: 5px;
      border-color: #eeeeee;
      border-radius: 50%;
      background-image: -moz-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -webkit-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      background-image: -ms-linear-gradient(90deg, white 0%, white 51%, #fbf8f3 100%);
      width: 40px;
      height: 40px; }
  #news .newsDetail time {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 5px; }
    #news .newsDetail time span {
      display: inline-block;
      background-color: #1aa6cc;
      padding: 2px 5px;
      color: #fff; }
  #news .newsDetail #content {
    padding-bottom: 30px; }
    #news .newsDetail #content ul {
      margin: 20px !important; }
    #news .newsDetail #content a {
      text-decoration: underline; }
    #news .newsDetail #content p {
      padding-top: 15px; }

#news .pagelink {
  text-align: center;
  padding-top: 30px;
  font-size: 0.8rem; }

/*! ==================================================
　footer
=================================================== */
#footer {
  margin-top: 30px;
  background-color: #fff; }
  #footer #footnavi {
    background-color: #fff7ff;
    padding: 15px 10px; }
    #footer #footnavi ul {
      font-size: 0;
      text-align: center; }
    #footer #footnavi li {
      font-size: 0.8rem;
      display: inline-block;
      padding: 0 10px; }
    #footer #footnavi li {
      padding-top: 5px;
      padding-bottom: 5px; }
      #footer #footnavi li a {
        color: #443621;
        font-size: 0.7rem; }
    @media print, screen and (max-width: 991px) {
      #footer #footnavi {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      #footer #footnavi {
        display: block; } }
  #footer .copyright {
    text-align: center;
    font-size: 0.6rem;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e5c9e8;
    color: #443621;
    border-top: 10px solid #f8e6ff; }

#information {
  padding: 30px 15px;
  text-align: center;
  color: #1d2a89; }
  #information .sitetitle {
    width: 80%;
    margin: auto; }
  #information .tel {
    width: 80%;
    margin: 15px auto 0; }
    @media print, screen and (max-width: 1199px) {
      #information .tel {
        width: 70%; } }
  #information address {
    margin-top: 30px; }
  #information p {
    margin-top: 20px;
    font-size: 1.2rem; }
  #information span {
    font-size: 0.8rem; }
  #information span.ampm {
    background-color: #e1515f;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    padding: 5px 15px;
    margin: 5px; }
  #information span.ampm.sat {
    background-color: #83c5f5 !important; }
  #information .tbl1 {
    border-top: 1px solid #e5c9e8;
    border-bottom: 1px solid #e5c9e8;
    border-right: none;
    border-left: none;
    text-align: center;
    color: #1d2a89;
    width: 80%;
    margin: 30px auto 0; }
    @media print, screen and (max-width: 575px) {
      #information .tbl1 {
        width: 95%; } }
    #information .tbl1 th {
      background-color: #fff7ff;
      padding: 10px;
      border-right: 1px solid #e5c9e8;
      border-bottom: 1px solid #e5c9e8; }
    #information .tbl1 td {
      padding: 10px;
      border-right: 1px solid #e5c9e8;
      border-bottom: 1px solid #e5c9e8;
      height: 70px !important; }
    #information .tbl1 .sattime {
      font-size: 0.8rem;
      line-height: 1.0; }
    #information .tbl1 .br0 {
      border-right: none; }

/*! ==================================================
　privacy
=================================================== */
#privacy h3 {
  margin-top: 30px;
  font-weight: bold; }
#privacy p {
  margin-top: 15px; }
#privacy .numlist {
  margin: 0;
  position: relative; }
  #privacy .numlist li {
    list-style: none !important;
    list-style-position: outside !important;
    margin: 10px 0 0 0 !important; }
    #privacy .numlist li span {
      position: absolute !important;
      left: 0 !important;
      margin: 0 !important; }

/*! ==================================================
　sitemap
=================================================== */
#sitemap .box, #link .box {
  padding: 15px;
  margin-top: 15px;
  background-color: #fcfcfc; }
  #sitemap .box h3, #link .box h3 {
    font-weight: bold; }
  #sitemap .box ul, #link .box ul {
    margin-bottom: 30px; }
    #sitemap .box ul li, #link .box ul li {
      margin-left: 20px;
      padding-top: 10px; }
      #sitemap .box ul li a, #link .box ul li a {
        text-decoration: underline;
        color: #1e5aa0; }

/*! ==================================================
　その他
=================================================== */
.medicalno {
  margin-top: -100px;
  padding-top: 100px; }

/*! ==================================================
　common header
=================================================== */
.common #headimg {
  background-image: url(../imgs/common_headimg.jpg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 250px;
  position: relative; }
  @media print, screen and (max-width: 991px) {
    .common #headimg {
      height: 140px; } }

/*! ==================================================
　wp追加
=================================================== */
.entry-title {
  color: #1d2a89 !important;
  text-align: center;
  width: 80%;
  margin: 50px auto 0; }
  .entry-title a {
    color: #1d2a89; }
  @media print, screen and (max-width: 991px) {
    .entry-title {
      font-size: 1.6rem;
      width: 90%; } }

.entry-meta {
  display: none; }

.entry-content {
  width: 80%;
  margin: 50px auto;
  font-size: 1.4rem;
  color: #bf69a7;
  line-height: 1.7; }
  @media print, screen and (min-width: 768px) and (max-width: 991px) {
    .entry-content {
      margin: 60px auto; } }
  @media print, screen and (max-width: 991px) {
    .entry-content {
      font-size: 1.2rem;
      width: 90%;
      margin: 20px auto; } }
  .entry-content a {
    color: #1d2a89; }

.entry-footer {
  text-align: right;
  width: 80%;
  margin: 20px auto;
  padding-bottom: 40px;
  border-bottom: 2px dotted #e5c9e8; }
  @media print, screen and (max-width: 991px) {
    .entry-footer {
      width: 90%; } }
  .entry-footer a {
    color: #1d2a89; }

.screen-reader-text {
  color: #1d2a89;
  font-size: 1.0rem;
  margin-top: 50px; }

.meta-nav {
  display: none; }

.svg-icon, .screen-reader-text, .author, .cat-links {
  display: none; }

.navigation {
  text-align: center;
  width: 80%;
  margin: 0 auto; }
  @media print, screen and (max-width: 991px) {
    .navigation {
      width: 90%; } }
  .navigation a {
    color: #1d2a89;
    text-decoration: underline; }
