@charset "utf-8";
/*
Theme Name: theme gate
Theme URI: https://mh-tec.co.jp/
Author: Mental Health Technologies Co.Ltd.
Author URI: https://mh-tec.co.jp/
Version: 2.0
*/

:root {
  --main-color: #23625e;
  --sub-color: #7fae97;
  --sub-color2: #F4F9F1;
  --point-color: #f3f9f2;
}
.main-color {
  color: var(--main-color);
}
.sub-color {
  color: var(--sub-color);
}

/*--------------------------------------------------------------
html
--------------------------------------------------------------*/

  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    vertical-align: middle;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/*--------------------------------------------------------------
body
--------------------------------------------------------------*/

  body {
    font-size: 14px;
    line-height: 165%;
    margin: 0;
    font-family: "Zen Kaku Gothic New","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
    color: #555555;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/*--------------------------------------------------------------
common
--------------------------------------------------------------*/

  * {box-sizing:border-box;}
  article,aside,footer,header,nav,section {
    display: block;
  }
  figcaption,figure,main,section {
    display: block;
  }
  hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    word-break: break-all;
    color: var(--main-color);
  }
  a:active,a:hover,a:visited,a:active,a:focus,*:focus {
    outline-width: 0;
    color: var(--main-color);
    outline: none;
  }
  b,strong {
    font-weight: inherit;
    font-weight: 600;
  }
  small {
    font-size: 80%;
  }
  audio,video {
    display: inline-block;
  }
  img {
    border-style: none;
    max-width: 100%;
    height: auto;
  }
  button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,input {
    overflow: visible;
  }
  button,select {
    text-transform: none;
  }
  textarea {
    overflow: auto;
  }

/*--------------------------------------------------------------
column
--------------------------------------------------------------*/

  .row {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-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;
  }

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/

header {
  position: relative;
  padding: 0px;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
  background: url(./img/header-bg.png),linear-gradient(to right, var(--main-color), var(--sub-color));
  background-repeat: no-repeat;
  background-size: auto 100%,auto;
  background-position: center right, center;
}

header h1 {
  width: 390px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 100%;
  padding: 30px 0 0;
  z-index: 3;
  position: relative;
  text-align: left;
}

header .header-inner-left {
  display: inline-block;
  text-align: left;
  float: left;
  max-width: 100%;
}

header h1 a {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 500;
}

header h1 a img {
  max-width: 100%;
  margin-top: 5px;
}
.header-inner-left a {
  color: var(--sub-color);
}

header .index_nav {
  display: inline-block;
  float: right;
  padding: 50px 0;
}
header p.header-tel {
  text-align: left;
  margin-bottom: 0;
}
header p.header-tel a {
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  color: var(--main-color);
  padding: 10px 0px 0px 25px;
}
header p.header-tel a::before {
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 600;
  content: "\f3cd";
  position: absolute;
  left: 2px;
  top: 11px;
}


    /*header responsive*/
        @media (max-width: 543px) { /* xs */
          header {}
          header h1 {
            text-align: left;
            padding: 15px 0 0;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          header {}
          header h1 {
            text-align: left;
            padding: 20px 0 0;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          header {}
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
  top-kv
------------------------------------------------------------------------------------ */

  .top-kv {
    position: relative;
    background-image: url(/wp/wp-content/uploads/2025/08/top-bg01-bokashi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
/*    overflow: hidden; */
  }
  .top-kv .header-inner {
    width: 80%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
/*    margin-bottom: 7vh; */
  }
  .top-kv .top-kv-inner {
    max-width: 65%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 7vh;
  }
  .top-kv .top-kv-inner img.top-kv-img {
    width: 100%;
    height: auto;
  }
  .top-kv .top-kv-inner figure {
    display: inline-block;
    width: 100%;
    max-width: 25%;
    position: absolute;
    left: -4%;
    bottom: 5%;
  }
  .top-kv .top-kv-inner figcaption {
    font-size: 1.35vw;
    position: absolute;
    left: 0;
    right: 0;
    /*top: 0;*/
    top: 50%; /* ADD */
    /*bottom: 0;*/
    margin: auto;
    transform: translateY(-50%); /* ADD */
    color: #593F1E;
  }

/*top-kv*/
        @media (max-width: 767px) { /* xs */
          .top-kv .top-kv-inner {
            width: 90%;
            max-width: 80%;
            margin-bottom: 3vh;
          }
          .top-kv .top-kv-inner figure {
            max-width: 40%;
          }
          .top-kv .top-kv-inner figcaption {
            font-size: 2.5vw;
          }
          .top-kv .header-inner {
            width: 90%;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }



/*--------------------------------------------------------------
#top-info
--------------------------------------------------------------*/

#top-info {
  text-align: center;
  margin: 0 auto;
}
#top-info .section-content {
  max-width: 1140px;
  width: 70%;
  margin: 0 auto;
  text-align: left;
}
#top-info h2 {
  color: var(--main-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 30px;
}
#top-info h2 small {
  color: var(--sub-color);
  font-size: 75%;
  display: block;
  margin-top: 5px;
}
#top-info a.btn_info {
  display: inline-block;
  background: linear-gradient(to right, #23625e, #9bcba4);
  border-radius: 3px;
  color: #fff;
  padding: 0.6em 1em;
  min-width: 150px;
  text-align: center;
  font-size: 12px;
  position: relative;
}
#top-info a.btn_info:hover {
  opacity: 0.5;
  text-decoration: none;
}
#top-info a.btn_info::after {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(./img/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
}
#top-info ul.top-info-list {
  list-style: none;
  padding: 0;
}
#top-info ul.top-info-list li {
  border-bottom: 2px dotted var(--sub-color);
  padding: 0.5em 0;
  font-size: 14px;
}
#top-info ul.top-info-list li > div {
  display: inline-block;
  letter-spacing: 1px;
}
#top-info ul.top-info-list li > div.date {
  white-space: nowrap;
  min-width: 100px;
  font-size: 90%;
}

/*wrapper responsive*/
        @media (max-width: 543px) { /* xs */
          #top-info {
            margin-bottom: 5vh;
          }
          #top-info h2 {
            margin-bottom: 10px;
            display: inline-block;
            vertical-align: bottom
          }
          #top-info a.btn_info {
            display: inline-block;
            float: right;
            vertical-align: bottom;
          }
          #top-info ul.top-info-list li > div {
            display: block;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          #top-info {
            margin-bottom: 5vh;
          }
          #top-info h2 {
            margin-bottom: 10px;
            display: inline-block;
            vertical-align: bottom
          }
          #top-info a.btn_info {
            display: inline-block;
            float: right;
            vertical-align: bottom;
          }
          #top-info ul.top-info-list li > div {
            display: block;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          #top-info {
            margin-bottom: 5vh;
          }
          #top-info h2 {
            margin-bottom: 10px;
            display: inline-block;
            vertical-align: bottom
          }
          #top-info a.btn_info {
            display: inline-block;
            float: right;
            vertical-align: bottom;
          }
          #top-info ul.top-info-list li > div {
            display: block;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }



/*--------------------------------------------------------------
#btn-fixed
--------------------------------------------------------------*/

  #btn-fixed {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 99;
  }
  #btn-fixed a.btn-web-reserve,
  #btn-fixed a.btn-web-form {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    font-size: 15px;
    font-weight: normal;
    padding: 30px 0px 30px 5px;
    color: #fff;
    text-align: center;
    width: 80px;
    border-radius: 8px 0 0 8px;
  }
  #btn-fixed a.btn-web-reserve {
    background-color: var(--sub-color);
  }
  #btn-fixed a.btn-web-form {
    margin-top: 20px;
    background-color: var(--main-color);
  }
  #btn-fixed a.btn-web-reserve:hover,
  #btn-fixed a.btn-web-form:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.7;
  }
  #btn-fixed a.btn-web-reserve::after,
  #btn-fixed a.btn-web-form::after {
    display: block;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-top: 5px;
  }
  #btn-fixed a.btn-web-reserve::after {
    content: "\f073";
  }
  #btn-fixed a.btn-web-form::after {
    content: "\f328";
  }
  /*btn-fixed responsive*/
        @media (max-width: 543px) { /* xs */
          #btn-fixed {
            top: 15%;
          }
          #btn-fixed a.btn-web-reserve,
          #btn-fixed a.btn-web-form {
            font-size: 11px;
            font-weight: 500;
            padding: 20px 0 20px 5px;
            color: #fff;
            text-align: center;
            width: 50px;
            line-height: 125%;
          }
          #btn-fixed a.btn-web-reserve::after,
          #btn-fixed a.btn-web-form::after {
            margin-top: 10px;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          #btn-fixed {
            top: 13%;
          }
          #btn-fixed a.btn-web-reserve,
          #btn-fixed a.btn-web-form {
            font-size: 13px;
            font-weight: 600;
            padding: 35px 0 35px 5px;
            color: #fff;
            text-align: center;
            width: 60px;
            line-height: 125%;
          }
          #btn-fixed a.btn-web-reserve::after,
          #btn-fixed a.btn-web-form::after {
            margin-top: 10px;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
  btn_type
------------------------------------------------------------------------------------ */

a.btn_type01 {
  display: inline-block;
  background: linear-gradient(to right, #23625e, #9bcba4);
  border-radius: 3px;
  color: #fff;
  padding: 0.7em 1.75em 0.7em 1em;
  min-width: 150px;
  text-align: left;
  position: relative;
  line-height: 145%;
  font-weight: 400;
}
a.btn_type01::after {
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(./img/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 13px;
}
a.btn_type01:hover {
  text-decoration: none;
  opacity: 0.5;
}
a.btn_type02 {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #23625e, #9bcba4);
  border-radius: 3px;
  color: #fff;
  padding: 0.7em 2em 0.7em 0.9em;
  min-width: 150px;
  line-height: 145%;
  text-align: left;
}
a.btn_type02::after {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(./img/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
}
a.btn_type02:hover {
  text-decoration: none;
  opacity: 0.5;
}
a.btn_type03 {
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, #23625e, #9bcba4);
  border-radius: 3px;
  color: #fff;
  padding: 0.5em 1em;
  min-width: 150px;
  text-align: center;
  font-weight: 500;
}
a.btn_type03::after {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(./img/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
}
a.btn_type03:hover {
  text-decoration: none;
  opacity: 0.5;
}

  #under-content p a.btn_type01,
  #under-content p a.btn_type02,
  #under-content p a.btn_type03 {
    text-decoration: none;
    color: white;
  }
  #under-content p a.btn_type01:hover,
  #under-content p a.btn_type02:hover,
  #under-content p a.btn_type03:hover {
    text-decoration: none;
    color: var(--main-color);
  }

    /*btn_type responsive*/
        @media (max-width: 543px) { /* xs */
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/*--------------------------------------------------------------
information Zone
--------------------------------------------------------------*/


#information p {
  margin-bottom: 20px;
  box-sizing:border-box;
}
#information a.btn_type01 {
  float: right;
  font-size: 10px;
}
ul.info-list {margin-bottom: 20px;}
body.home ul.info-list .info_day {
  line-height: 100%;
}
ul.info-list .info_day {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}
ul.info-list .info_cat {
  display: block;
  text-align: center;
}
ul.info-list .info_cat > a {
  display: block;
  color: #fff!important;  
  text-align: center;
  font-size: 12px;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);;
  line-height: 100%;
  padding: 5px 3px;
  border-radius: 3px;
  text-decoration: none!important;
  font-weight: 400;
}
ul.info-list .info_cat > a:hover {
  background-color: #fff;
}
ul.info-list .info_cat > a > span {
  color: #fff!important;    
}
ul.info-list .info_cat > a:hover > span {
  color: var(--main-color)!important;
}
ul.info-list li {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}
#under-content ul.info-list li {
    text-shadow: none;
    line-height: 145%;
}

#under-content ul.info-list li a,
#under-content ul.info-list .info_day {
    color: #333!important;
}

ul.info-list li a {color: #333!important;font-weight: 500;}
ul.next_post_link {margin-bottom: 60px;padding-top: 15px;margin-top: 30px;border-top: 1px solid var(--sub-color);}
ul.next_post_link li {display: inline-block;width: 49%;}
ul.next_post_link li.left {text-align: left;}
ul.next_post_link li.right {text-align: right;}
ul.next_post_link li a {color: var(--main-color);display: inline-block;width: auto;padding: 3px 10px;line-height: 100%;font-size: 13px;}
.none-info {text-align: center;width: 100%;font-size: 20px;font-weight: 500;border-bottom: 2px dashed #fff;border-top: 2px dashed #fff;display: block;width: 100%;padding: 10px;}
img.attachment-index_thumbnail {padding: 15px;margin: 0 auto;}
    /*#information responsive*/
        @media (max-width: 543px) { /* xs */
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
content-section
--------------------------------------------------------------*/

  .content-section {
    position: relative;
    width: 80%;
    max-width: 1140px;
    text-align: center;
    margin: 0 auto;
    padding: 5vh 15px;
    box-sizing: border-box;
  }
  .content-section article {
    margin-bottom: 7vh;
  }

  /*content-section responsive*/
        @media (max-width: 543px) { /* xs */
          .content-section {
            padding: 3vh 15px;
            width: 95%;
            max-width: 100%;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .content-section {
            padding: 3vh 15px;
            width: 95%;
            max-width: 100%;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          .content-section {
            padding: 3vh 15px;
            width: 95%;
            max-width: 100%;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          .content-section {
            padding: 3vh 15px;
            width: 95%;
            max-width: 100%;
          }
        }
        @media screen and (min-width:1200px) { /* xl */

        }


/* ------------------------------------------------------------------------------------
#medical 
------------------------------------------------------------------------------------ */

  #medical .section-heading {
    margin-bottom: 13vh;
  }
  #medical .section-heading h2 {
    display: block;
    text-align: center;
    border: none;
    padding: 3vh 15px;
    font-size: 18px;
    color: var(--main-color);
    background-image: url(./img/h-bg-color01.svg);
    background-repeat: no-repeat;
    background-size:  auto 100%;
    background-position: 52% center;
  }
  #medical .section-heading h2 small {
    display: block;
    font-size: 10px;
    color: #9C9D9C;
    margin-top: 10px;
    font-weight: 600;
  }
  #medical .section-heading p {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--main-color);
  }
  #medical article.medical-about {
    border: 4px solid var(--sub-color2);
    border-radius: 20px;
    padding: 2vw;
    text-align: center;
  }
  #medical .section-content article.medical-about h3,
    #medical .section-content article.medical-about p {
    text-align: left;
  }
  #medical .section-content article.medical-about img {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
  #medical .section-content article.medical-about ul.btn-list {
    padding: 0;
    list-style: none;
    text-align: left;
  }
  #medical .section-content article.medical-about ul.btn-list li {
    margin-bottom: 5px;
  }
  #medical .section-content article.medical-about img.top-img01,
  #medical .section-content article.medical-about img.top-img02,
  #medical .section-content article.medical-about img.top-img03 {
    margin-top: 4vh;
  }
  #medical .section-content article.medical-about ul.btn-list li a.btn_type02 {
    min-width: 250px;
  }
  #medical .section-content h3 {
    position: relative;
    color: var(--main-color);
    padding: 0;
    display: block;
    text-align: center;
    font-size: 23px;
    margin-bottom: 3vh;
  }
  #medical .section-content p {
    color: #555;
    font-size: 13px;
    line-height: 175%;
    margin-bottom: 20px;
  }
  #medical .section-content figure {
    margin-bottom: 4vh;
  }
  #medical .section-content figure img.icon-medical {
    max-width: 120px;
    width: 100%;
    background-color: #F1EAD7;
    border-radius: 50%;
    padding: 1vw;
    margin-bottom: 2vh;
  }
  #medical .section-content figure figcaption {
    font-weight: 600;
    text-align: center;
    font-size: 15px;
  }
  #medical .section-content .medical-about-detail figure img.top-medical {
    width: 100%;
    max-width: 100%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius:50%;
  }
  #medical .section-content .medical-about-detail .row {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-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;
  }
  #medical .section-content .medical-about-detail .row > div {
    position: relative;
    padding-bottom: 60px;
    text-align: center;
  }
  #medical .section-content .medical-about-detail figure figcaption {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: var(--sub-color);
    margin: 1em 0;
  }
  #medical .section-content .medical-about-detail figure p {
    padding: 0 1em;
    text-align: left;
  }
  #medical .section-content .medical-about-detail p.btn-fixed {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
  }

        /* medical responsive */
        @media (max-width: 767px) { /* xs */
          #medical {
            max-width: 95%;
          }
          #medical .section-content article.medical-about img.top-img01,
          #medical .section-content article.medical-about img.top-img02,
          #medical .section-content article.medical-about img.top-img03 {
            margin-top: 0vh;
          }
          #medical .section-content article.medical-about {
            padding-top: 30px;
          }
          #medical .section-content article.medical-about h3,
          #medical .section-content article.medical-about p {
            text-align: center;
          }
          #medical .section-content article.medical-about p {
            margin-bottom: 15px;
          }
          #medical .section-content article.medical-about ul.btn-list {
            text-align: center;
            display: inline-block;
            margin: 0 auto 15px;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/* ------------------------------------------------------------------------------------
 featured Style 
------------------------------------------------------------------------------------ */

  #featured {
    padding: 0;
    background-color: var(--sub-color2);
    text-align: center;
  }
  #featured .section-heading h2 {
    display: block;
    text-align: center;
    border: none;
    padding: 3vh 15px;
    font-size: 18px;
    background-image: url(./img/h-bg-color02.svg);
    background-repeat: no-repeat;
    background-size:  auto 100%;
    background-position: 52% center;
    width: 100%;
    margin-bottom: 5vh;
  }
  #featured .section-heading h2 small {
    display: block;
    font-size: 10px;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
  }
  #featured .section-heading p {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--main-color);
  }
  #featured .section-content h3 {
    position: relative;
    color: var(--sub-color);
    padding: 0;
    display: block;
    text-align: center;
    font-size: 23px;
    margin-bottom: 3vh;
  }
  #featured .section-content p {
    color: #555;
    font-size: 13px;
    line-height: 175%;
    margin-bottom: 1em;
  }
  #featured .section-content.featured-list .row {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-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;
  }
  #featured .section-content.featured-list .row > div {
    position: relative;
    padding-bottom: 100px;
    text-align: center;
  }
  #featured .section-content.featured-list figure figcaption {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    color: var(--main-color);
    margin: 1em 0;
  }
  #featured .section-content.featured-list figure p {
    padding: 0 0.5em;
    text-align: left;
  }
  #featured .section-content.featured-list p.btn-fixed {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left:0;
    right: 0;
  }
  #featured .section-content.featured-list figure .img-inner {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
  }
  #featured .section-content.featured-list figure .img-inner img {
    width: 100%;
    border-radius: 10px;
  }
  #featured .section-content.featured-list figure .img-inner span.number {
    display: inline-block;
    color: #fff;
    background-color: #7EAE95;
    width: 70px;
    line-height: 70px;
    font-size: 25px;
    font-weight: 600;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
  }
  #featured .section-content.featured-list figure figcaption span {
    color: var(--main-color);
  }


/*--------------------------------------------------------------
footer-info
--------------------------------------------------------------*/
  
  #footer-info {
    background-color: var(--sub-color2);
  }

  body.home #footer-info {
    padding-top: 50px;
    background-color: #fff;
  }

  #footer-info .content-section {
    text-align: left;
    margin-bottom: 0;
    border-bottom: 1px solid var(--main-color);
    padding-top: 10vh;
  }

  body.home #footer-info .content-section {
    border-bottom: none;
    padding-top: 0;
  }

  #footer-info img.hours-content-logo {
    width: 100%;
    max-width: 130px;
    margin: 0 auto 15px;
  }

  #footer-info p.hours-content-address {
    font-size: 14px;
    line-height: 135%;
    font-weight: 400;
    margin-bottom: 15px;
  }

  #footer-info p.hours-content-tel {
    position: relative;
    color: var(--main-color);
    font-size: 14px;
    line-height: 135%;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 15px;
  }

  #footer-info p.hours-content-tel::before {
      font-family: "Font Awesome 5 Free";
      font-size: 28px;
      font-weight: 600;
      content: "\f3cd";
      position: absolute;
      left: 0;
      top: 1px;
  }

  #footer-info p.hours-content-tel a {
    display: block;
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: -8px;
  }

  #footer-info .time-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 100%;
    text-align: center; 
    margin-bottom: 15px;
  }

  #footer-info .time-table th {
    padding: 15px 10px;
    vertical-align: middle;
    text-align: center;
    color: white;
    line-height: 1.0;
    background-color: var(--main-color);
    border: 1px solid white;
  }

  #footer-info .time-table td {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    line-height: 1.0;
    vertical-align: middle;
    color: var(--main-color);
  }

  #footer-info a.footer-info-btn {
    width: 100%;
    margin: 10px 0 15px;
  }

  #footer-info iframe {
    width: 100%;
  }

  /*footer-info responsive*/
        @media (max-width: 543px) { /* xs */
          #footer-info p.hours-content-address,
          #footer-info p.hours-content-tel {
            display: inline-block;
            vertical-align: top;
          }
          #footer-info img.hours-content-logo {
            width: 100%;
            max-width: 140px;
          }
          #footer-info .content-section {
            width: 95%;
          }
          #footer-info .time-table th {
            padding: 10px;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
 movie Style 
------------------------------------------------------------------------------------ */

  #movie .content-section {
    padding: 20vh 0 20vh;
    position: relative;
    width: 100%;
    display: inline-block;
    height: auto;
    left: auto;
    text-align: center;
    -webkit-transform: translate(0, 0) translate3d(0, 0, 0);
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: translate(0, 0) translate3d(0, 0, 0);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background-image: url(./img/h-bg-color03.svg);
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: auto 85%;
    text-align: center;
    margin: 0 auto;
  }
  #movie iframe {
    margin: 0 auto;
  }
  #movie p {
    text-align: center;
    font-size: 14px;
    color: var(--main-color);
    font-weight: 600;
  }

  /*movie responsive*/
      @media (max-width: 543px) { /* xs */
        #movie .content-section {
          padding: 10vh 0 10vh;
        }
        #movie iframe {
          width: 300px;
          height: 168.75px;
        } 
      }
      @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        #movie .content-section {
          padding: 15vh 0 15vh;
        }
        #movie iframe {
          width: 500px;
          height: 281.25px;
        } 
      }
      @media screen and (min-width:768px) and (max-width:991px) { /* md */
        #movie iframe {
          width: 700px;
          height: 393.75px;
        }
      }
      @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        #movie iframe {
          width: 800px;
          height: 450px;
        }
      }
      @media screen and (min-width:1200px) { /* xl */
        #movie iframe {
          width: 700px;
          height: 393.75px;
        }
      }


/*--------------------------------------------------------------
footer Zone
--------------------------------------------------------------*/

  footer#footer {
    position: relative;
    background-color: var(--sub-color2);
  }



  footer#footer p {
    line-height: 145%;
    font-size: 12.5px;
    margin-bottom: 15px;
    color: #333;
  }

  footer#footer .textwidget {
      line-height: 145%;
  }

  footer#footer #footer-copyright .textwidget {
      margin-bottom: 0;
  }

  footer#footer .copy p {
    margin-bottom: 0;
  }
  footer#footer .copy {
    color: var(--main-color);
    font-weight: bold;
      text-align: center;
      font-size: 9px;
      padding: 10px 15px;
  }
  footer#footer ul {
    list-style: none;
    text-align: left;
    font-weight: 600;
  }
  footer#footer ul li {
    margin-bottom: 7px;
  }
  footer#footer ul li a {font-weight: 500}
  footer#footer ul li a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  footer#footer .content-section {
    padding-bottom: 0;
  }
      /*wrapper responsive*/
          @media (max-width: 543px) { /* xs */
          }
          @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          }
          @media screen and (min-width:768px) and (max-width:991px) { /* md */
          }
          @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          }
          @media screen and (min-width:1200px) { /* xl */
          }

/*--------------------------------------------------------------
side Zone
--------------------------------------------------------------*/

nav#menu {
  padding: 0px 0px;
  z-index: 999;
  
  position: relative;
}
nav {
    text-align: center;
    background: transparent;
}

ul#menu-gnav {
  list-style: none;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
ul#menu-gnav > li {
    display: inline-block;
    line-height: 100%;
    text-align: center;
    box-sizing:border-box;
    vertical-align: middle;
    position: relative;
}
ul#menu-gnav > li a {
  color: var(--main-color);
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 120%;
  position: relative;
  vertical-align: middle;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

ul#menu-gnav > li.update > a:before {
  display: inline-block;
  content: "New";
  background-color: red;
  line-height: 100%;
  padding: 3px 5px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  text-align: center;
}

ul#menu-gnav > li.menu_2line a {
  padding: 8px 0;
}
ul#menu-gnav > li li a {text-shadow: none;}

/* ul#menu-gnav > li.menu-item-has-children > a {pointer-events:none;} */

ul#menu-gnav > li.menu-item-has-children > a:after {
}
ul#menu-gnav > li > a:before {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 3px;
}


ul#menu-gnav > li a:hover {
  text-decoration: none!important;
  opacity: 0.6;
}

ul#menu-gnav > li ul {
  z-index: 9999;
  position: absolute;
  top: 35px;
  left: 10px;
  list-style: none;
  text-align: left;
  display: none;
  width: 190px;
}
ul#menu-gnav > li:hover ul {
  display: block;
}

ul#menu-gnav > li ul a {
  margin: 0;
  box-shadow: none;
  font-weight: normal;
  text-align: left;
  width: 100%;
  display: block;
  padding-left: 15px!important;
  font-size: 14.5px;
}
ul#menu-gnav > li:last-child > a {
  padding-right: 0!important;
}
ul#menu-gnav > li ul a:before {display: none;}


ul#menu-gnav > li ul li {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
  margin: 0;
  position: relative;
  background-color: rgba(255,255,255,0.9);
  margin-bottom: 5px;
  border-radius: 3px;
}

ul#menu-gnav > li:hover ul li{
  overflow: visible;
  padding: 0;
  height: auto;
  font-weight: normal!important;
}

.pure-drawer ul {background: #fff!important;}
.pure-drawer #global-menu {float: none;display: block;}
.pure-drawer {width: 80%!important;max-width: 300px;}
.pure-drawer a {
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid var(--sub-color);
  display: block;
  color: var(--main-color);
  text-align: left;
}
.pure-drawer a br {display: none;}
.pure-drawer h2 {
  width: 100%;
  padding: 15px;
  font-size: 30px;
  line-height: 45px;
  background-color: var(--main-color);
  color: #fff;
}
.pure-drawer li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    font-weight: 600;
    content: "\e5cf";
    margin-left: 5px;
    color: var(--sub-color);
}
.pure-drawer ul li a:hover {text-decoration: none!important;opacity:0.7}
.pure-drawer li.menu-item-has-children > a {border-bottom: none; /* pointer-events: none; */}
.pure-drawer .sub-menu {border-bottom: 1px solid var(--sub-color);}
.pure-drawer .sub-menu li {margin-left: 25px;}
.pure-drawer .sub-menu li:first-child a {padding-top: 5px;}
.pure-drawer .sub-menu li a {border-bottom: 1px dotted var(--sub-color);font-weight: 400}
.pure-drawer .sub-menu li:last-child a {border-bottom:none}

.pure-drawer ul#menu-gnav li {display: block;width: 100%;padding: 5px 15px;}
.pure-drawer ul#menu-gnav li a:after {
    content: "";
}

.pure-drawer ul#menu-gnav a {padding-right: 0;}
.pure-drawer ul#menu-gnav {margin-top: 0;margin-right: 10px;}

    /*navi responsive*/
        @media (max-width: 543px) { /* xs */
          .nav #menu {display: none;}
          .index_nav {height: auto!important;}
          .pure-drawer ul#menu-gnav {margin-right: 5px;margin-left: 30px;}
          .pure-drawer ul#menu-gnav li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .nav #menu {display: none;}
          .pure-drawer ul#menu-gnav li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:768px) and (max-width:990px) { /* md */
          .nav #menu {display: none;}
          .pure-drawer ul#menu-gnav li.top_sp a {margin-top: 1em!important;}
          .pure-drawer ul#menu-gnav li.top_sp a:before {content: "\f061"!important;font-size: 12px!important;}
        }
        @media screen and (min-width:991px) and (max-width:1199px) { /* lg */
          li.top_sp {display: none!important;}
          ul#menu-gnav > li ul a {
            min-width: 100px;
            padding: 10px 5px;
          }
          ul#menu-gnav a {font-size: 14px;}
          ul#menu-gnav > li {width: auto;}
          ul#menu-gnav > li a {padding: 10px 5px;letter-spacing: 0;font-size: 14px;}

        }
        @media screen and (min-width:1200px) { /* xl */
          li.top_sp {display: none!important;}
          ul#menu-gnav > li {width: auto;}
          ul#menu-gnav > li a {padding: 10px 5px;}
        }


/* ------------------------------------------------------------------------------------
  .pure-toggle-label
------------------------------------------------------------------------------------ */

  .pure-toggle-label {
    border: none!important;
  }

  .pure-toggle-label .pure-toggle-icon,
  .pure-toggle-label .pure-toggle-icon::before,
  .pure-toggle-label .pure-toggle-icon::after {
    border-radius: 0px!important;
    background: var(--main-color)!important;
  }
  .pure-toggle[data-toggle="left"]:checked ~ .pure-toggle-label[data-toggle-label="left"] .pure-toggle-icon,
  .pure-toggle[data-toggle="right"]:checked ~ .pure-toggle-label[data-toggle-label="right"] .pure-toggle-icon,
  .pure-toggle[data-toggle="top"]:checked ~ .pure-toggle-label[data-toggle-label="top"] .pure-toggle-icon {
    background: transparent!important;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          .pure-toggle-label {
            top: 20px!important;
            right: 4%!important;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          .pure-toggle-label {
            top: 20px!important;
            right: 5%!important;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          .pure-toggle-label {
            top: 35px!important;
            right: 5%!important;
          }
        }



/*--------------------------------------------------------------
list_type
--------------------------------------------------------------*/

  ul.list-type-square {
    list-style: none;
    padding: 0;
  }

  ul.list-type-square li {
    position: relative;
    padding-left: 2em;
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 125%;
  }

  ul.list-type-square li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0c8";
    margin-left: 10px;
    color: var(--main-color);
  }

  ul.list-type-square.square-black li:before {
    font-weight: 600;
  }
  ul.list-type-square.list-type-notice li:before {
    content: "※";
  }

/*--------------------------------------------------------------
img.section-wave
--------------------------------------------------------------*/

  img.section-wave {
    font-size: 0;
    line-height: 0;
  }



/*--------------------------------------------------------------
Page-top Zone
--------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 77%;
    margin-bottom: 0!important
}
#page-top a {
    text-decoration: none!important;
    color: var(--main-color)!important;
    padding: 10px 10px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    background: url(./img/h-bg-color03.svg);
    background-size: 100% 100%;
    background-color: var(--sub-color);
    text-align: center;
    text-shadow: none!important;
    

}
#page-top a i {display: block;font-size: 15px;}
#page-top a:hover {
    opacity: 0.6;
}
/*--------------------------------------------------------------
Responsive Free Zone
--------------------------------------------------------------*/
.content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 481px) {
  .content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0px 5px;
}
}
@media (min-width: 992px) {
  .content-area {
    padding: 10px;
}
.top-3pr {
  max-width: 100%;
  margin-bottom: 20px;
  margin: 0px 5px;
}
}
@media (min-width: 1200px) {
  .content-area {
    padding: 10px;
}
}


/*--------------------------------------------------------------
#under-content
--------------------------------------------------------------*/

  #under-content {
    position: relative;
    padding: 5vh 15px 5vh;
    margin-bottom: 0px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 165%;

    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    z-index: 1;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/*--------------------------------------------------------------
#under-content .container
--------------------------------------------------------------*/

  #under-content .container {
    max-width: 950px;
    background-color: #fff;
    padding: 30px;

    position: relative;
    z-index: 3;
  }


    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #under-content .container {
            max-width: 90%;
            padding: 20px;
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
          #under-content .container {
            max-width: 85%;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
          #under-content .container {
            min-height: 300px;
          }
        }

/*--------------------------------------------------------------
#under-content h
--------------------------------------------------------------*/

#under-content h1 {
  position: relative;
  display: block;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 22px;
  line-height: 135%;
  text-align: center;
  color: var(--main-color);
  margin-bottom: 45px;
  padding: 5vh 0;
  background-image: url(./img/h-bg-color01.svg);
  background-repeat: no-repeat;
  background-size:  auto 100%;
  background-position: 52% center;
  letter-spacing: 1.5px;
}
#under-content h1 small {
  display: block;
  font-size: 11px;
  color: #9C9D9C;
  margin-top: 5px;
  letter-spacing: 0.5px;
}
#under-content h1 span.day {
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--main-color);
}
#under-content h1 span.day i {
  margin-right: 5px;
}

#under-content h2 {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
  padding: 0px 15px 10px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--main-color);
}
#under-content h2 + p {
  margin-top: -15px;
}
#under-content h2::before,
#under-content h2::after {
  content: "";
  display: block;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
#under-content h2::before {
  background-color: var(--sub-color);
}
#under-content h2::after {
  border-radius: 0 2px 2px 0px;
  background-color: var(--main-color);
  width: 25%;
}
#under-content h2 em {
  display: inline-block;
  background-color: var(--main-color);
  color: #fff;
  line-height: 100%;
  padding: 5px 7px;
  margin-right: 10px;
  margin-left: -15px;
  font-size: 90%;
  border-radius: 3px;
  text-align: center;
}
#under-content h3 {
  position: relative;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding: 1px 10px 7px 15px;
  margin-bottom: 20px;
  line-height: 145%;
  display: block;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  color: var(--main-color);
  letter-spacing: 0;
}
#under-content ul + h3,
#under-content p + h3 {
  margin-top: 30px;
}
#under-content h3:before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  border-radius: 2px;
  background: var(--sub-color);

}
#under-content h4 {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 10px;
  padding: 5px 5px 5px 1.5em;
  border-bottom: 1px solid #ddd;
  position: relative;
  letter-spacing: 0;
}
#under-content h4:before {
  content: "●";
  color: var(--sub-color);
  position: absolute;
  left: 2px;
  top: 4px;
  font-size: 80%;
}

#under-content h5 {
  font-weight: 500;
  font-size: 16px;
  background-color: #f7f7f7;
  padding: 8px 20px;
  margin-bottom: 15px;
  line-height: 130%;
  position: relative;
  border-radius: 3px;
  letter-spacing: 0;
}
#under-content h5 i {
  color: var(--sub-color);
}
#under-content h5:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  border-left: 15px solid var(--sub-color);
  border-bottom: 15px solid transparent;
}
#under-content h6 {
  position: relative;
  font-weight: 500;
  font-size: 17px;
  margin-left: 0;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}
#under-content h6::before,
#under-content h6::after {
    position: absolute;
    width: 15px;
    height: 25px;
    content: '';
    color: var(--sub-color);
}

#under-content h6::before {
    border-left: double 5px;
    border-top: double 5px;
    top: 0;
    left: 0;
}

#under-content h6::after {
    border-right: double 5px;
    border-bottom: double 5px;
    bottom: 0;
    right: 0;
}


    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #under-content h1 {
            font-size: 21px;
            padding-bottom: 5px;
            margin-bottom: 30px;
          }
          #under-content h1:after {
            padding-bottom: -15px;
          }
          #under-content h2 {font-size: 18px;}
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/* ------------------------------------------------------------------------------------
#under-content
------------------------------------------------------------------------------------ */

#under-content a.cta-tel {
  position: relative;
  display: inline-block;
  text-decoration: none!important;
  line-height: 100%;
  padding: 10px 10px 10px 54px;
  border: 1px solid var(--sub-color);
  border-radius: 3px;
  color: var(--main-color);
  cursor: pointer;
}
#under-content a.cta-tel:hover {
  color: #fff;
  background-color: var(--sub-color);
}
#under-content a.cta-tel::before {
  font-family: "Font Awesome 5 Free";
  font-size: 47px;
  font-weight: 600;
  content: "\f3cd";
  position: absolute;
  left: 12px;
  /*top: 0;*/
  top: 50%; /* ADD */
  /*bottom: 0;*/
  margin: auto;
  transform: translateY(-50%); /* ADD */
}
#under-content a.cta-tel small {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
#under-content a.cta-tel big {
  display: block;
  font-size: 26px;
  font-weight: 400;
}

/* ------------------------------------------------------------------------------------
#under-content .img-point
------------------------------------------------------------------------------------ */

#under-content .img-point {
  text-align: center;
  box-sizing: border-box;
}
#under-content .img-point img {
  border-radius: 10px;
}
#under-content .img-point.img-point_type01,
#under-content .img-point.img-point_type03 {
  padding-left: 20px;
}
#under-content .img-point.img-point_type01 img,
#under-content .img-point.img-point_type03 img {
  box-shadow: -20px 20px 1px var(--sub-color);  
}
#under-content .img-point.img-point_type02,
#under-content .img-point.img-point_type04 {
  padding-right: 20px;
}
#under-content .img-point.img-point_type02 img,
#under-content .img-point.img-point_type04 img {
  box-shadow: 20px 20px 1px var(--main-color);  
}


/*wrapper responsive*/
        @media (max-width: 543px) { /* xs */
          #under-content .img-point.img-point_type01 img,
          #under-content .img-point.img-point_type02 img {
            max-width: 250px!important;
          }
          #under-content .img-point.img-point_type03 img,
          #under-content .img-point.img-point_type04 img {
            max-width: 150px!important;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          #under-content .img-point.img-point_type01 img,
          #under-content .img-point.img-point_type02 img {
            max-width: 250px!important;
          }
          #under-content .img-point.img-point_type03 img,
          #under-content .img-point.img-point_type04 img {
            max-width: 150px!important;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/* ------------------------------------------------------------------------------------
#under-content table
------------------------------------------------------------------------------------ */

  #under-content .so-panel table.table_type01 {
    width: auto;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 5px;
  }
  #under-content .so-panel table.table_type01 tbody th,
  #under-content .so-panel table.table_type01 tbody td {
    padding: 10px 15px;
    vertical-align: middle;
    line-height: 145%;
  }
  #under-content .so-panel table.table_type01 tbody th {
    text-align: center;
    font-weight: 500;
    position: relative;
    white-space: nowrap;
    text-align: right;
  }
  #under-content .so-panel table.table_type01 tbody th:after {
    display: block;
    content: "";
    background-color: var(--sub-color);
    width: 2px;
    height: 85%;
    position: absolute;
    border-radius: 2px;
    right: 0;
    /*top: 0;*/
    top: 50%; /* ADD */
    /*bottom: 0;*/
    margin: auto;
    transform: translateY(-50%); /* ADD */    
  }

/* ------------------------------------------------------------------------------------
　下層 リスト
------------------------------------------------------------------------------------ */

  /*ul　通常*/

  #under-content ul.dot {
    padding:0 0 0 0em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.dot > li {
    padding-left: 1.4em;
    position: relative;
  } 
  #under-content ul.dot > li:before { 
    content: "●";
    font-size: 9px;
    position: absolute;
    color: var(--sub-color);
    top: 0px;
    left: 3px;
  }

  /* ul.dot 入れ子*/
  #under-content ol ul.dot {
    margin-left: 2em;
  }

  /* ul.dot + ul.asterisk_list*/
  #under-content ul.dot + ul.asterisk_list {
    margin-top: -10px;
    padding-left: 0.3px;
  }

  /*ul　アスタリスク*/

  #under-content ul.asterisk_list {
    padding:0;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.asterisk_list > li {text-indent: -1em;padding-left: 1em;} 
  #under-content ul.asterisk_list > li:before { content: "※";}


  /*ul　矢印*/

  #under-content ul.ul_arrow {
    padding:0 0 0 1.5em;
    margin:0 0 20px;
    list-style: none;
  }
  #under-content ul.ul_arrow > li {text-indent: -1.5em;padding-left: 1em;margin-bottom: 15px;font-weight: 400;} 
  #under-content ul.ul_arrow > li:before {
      font-family: 'Material Icons';
      font-weight: 300;
      content: "\e5cc";
      color: #2c3970;
      margin-right: 0.5em;

  }

  /*OL 数字*/

  #under-content ol:not([class])  {
    padding:0 0 0 2.5em;
    margin:0 0 20px;
  }
   
  #under-content ol:not([class])  > li{
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt1;
    text-indent: -38px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 145%;
  }

  #under-content ol:not([class])  > li:before{
    display: marker;
    content: "（"counter(cnt1) "）";
    font-weight: 600;
    color: var(--main-color);
  }


  /*OL アルファベッド*/

  #under-content ol.upper-latin {
    padding:0;
    margin:0 0 20px;
  }
   
  #under-content ol.upper-latin > li {
    position: relative;
    list-style-type:none;
    list-style-position:inside;
    counter-increment: hoge;
    margin-bottom: 10px;
    vertical-align: middle;
    padding-left: 2em;
    font-weight: 400;
  }

  #under-content ol.upper-latin > li:before{
    content:counter(hoge, upper-alpha) "：";
    font-weight: 600;
    color: var(--sub-color);
    position: absolute;
    left: 0;
    top: 0;
  }


  #under-content ol.upper-latin.list-a > li {
    padding-left: 3.5em;
  }

  #under-content ol.upper-latin.list-a > li:before{
    content:"Ａ- "counter(hoge, number) "：";
  }


  #under-content ol.upper-latin.ol_b {
    counter-reset: number 0; 
  }

  #under-content ol.upper-latin.ol_b > li:before{
    counter-increment: number 2; 
    content: counter(number, upper-latin) "：";
  }

  /*OL 太字*/

  #under-content ol.bold > li {
    font-weight: 600;
  }
  #under-content ol.bold > li ul > li {
    font-weight: normal;
  }

  /*OL 入れ子*/

  #under-content ol > li > ol {
    margin-top: 10px!important;
    padding-top: 20px!important;
    border-top: 1px solid #ddd;
    margin-left: -2em!important;
    margin-bottom: 30px!important;
  }

  #under-content ol > li > ol > li {
    padding-left: 1em!important;
  }

  #under-content ol > li > ul.dot  {
    margin-top: 10px!important;
    padding-top: 18px!important;
    border-top: 1px solid #ddd;
    margin-left: -2em!important;
    margin-bottom: 20px!important;
  }

  #under-content ol > li > ul.dot > li {
    margin-left: 2em!important;
  }

  /*dl*/

  #under-content dl {
    padding: 0;
    margin:0 0 20px;
  }
   
  #under-content dl > dt {
    position: relative;
    padding: 0px 10px 10px;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 500;
  }

  #under-content dl > dt:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--sub-color);
  }

  #under-content dl > dd {
    margin-bottom: 15px;
  }

  #under-content dl > dd:last-child {
    margin-bottom: 0;
  }

  #under-content dl dd + dt {
    margin-top: 30px;
  }

  #under-content p + dl {
    margin-top: 30px;
  }

  /*dl 数字*/

  #under-content dl.dl_number {
  }
   
  #under-content dl.dl_number > dt {
    counter-increment: cnt2;
    margin-bottom: 10px;
    padding-left: 1.75em;
  }

  #under-content dl.dl_number > dt:before {
    display: marker;
    content: counter(cnt2) "．";
    position: absolute;
    left: 5px;
    top: 0;
  }

  #under-content dl.dl_number > dd > ul {
    margin-left: 1em;
  }

  /*dl dd_dot*/

  #under-content dl.dd_dot > dd {
    padding-left: 1.4em;
    position: relative;
    margin-bottom: 0;
  } 
  #under-content dl.dd_dot > dd:before { 
    content: "●";
    font-size: 9px;
    position: absolute;
    color: var(--sub-color);
    top: 0px;
    left: 3px;
  }
  #under-content dl.dd_dot.upper-latin dd {
    margin-left: 1.5em;
  }


  /*dl アルファベッド*/

  #under-content dl.upper-latin {
    padding:0;
    margin:0 0 20px;
  }
  #under-content dl.upper-latin > dt {
    position: relative;
    list-style-type:none;
    list-style-position:inside;
    counter-increment: hogehoge;
    margin-bottom: 10px;
    vertical-align: middle;
    padding-left: 2em;
    font-size: 15px;
    font-weight: 500;
  }
  #under-content dl.upper-latin > dt:before {
    content:counter(hogehoge, upper-alpha) "：";
    font-weight: 600;
    color: var(--sub-color);
    position: absolute;
    left: 0;
    top: 0;
  }



/*--------------------------------------------------------------
#under-content other
--------------------------------------------------------------*/

  #under-content section {margin-bottom: 50px;}
  #under-content article {margin-bottom: 35px;}
  #under-content p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 165%;
    text-align: left;
    text-align: justify;text-justify: inter-ideograph;/*ジャスティファイ*/
    letter-spacing: 0
  }
  #under-content p a {text-decoration: underline;color: var(--sub-color);font-weight: 500}
  #under-content p b {font-weight: 600}
  #under-content p.bold {font-weight: 600}
  #under-content .bold {font-weight: 600}
  #under-content p.text-center {text-align: center;}
  #under-content p.text-right {text-align: right;}
  #under-content p em {color: var(--main-color);font-weight: 600}
  #under-content .asterisk { display: inline-block;padding-left: 1em;text-indent: -1em; }
  #under-content .asterisk:before { content: "※"; }
  #under-content .red {color: var(--main-color);font-weight: 500}
  #under-content .wp-caption-text {text-align: center;}
  #under-content img {max-width: 100%;width: auto;}
  #under-content span.marker {background: linear-gradient(transparent 40%, #e7ff64 40%);padding: 0 5px;}
  #under-content .attention {
    box-sizing: border-box;
    padding:  25px;
    border: 1px dotted #ff0000;
    text-align: center;
    border-radius: 3px;
  }
  #under-content .attention table {
    width: auto;
    display: inline-block;
  }
  #under-content .attention table td {
    font-size: 18px;
    font-weight: 600;
  }
  #under-content ol {
    padding:0 0 0 2em;
    margin:0;
  }

  #under-content p a.blank:after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e89e";
    margin: 0px 5px;
  }

  #under-content sup,
  #under-content sub {
    font-size: 60%;
  }
  #under-content sub {
    top: 0.6em;
  }
  #under-content sup {
    bottom: 0.6em;
  }

  #under-content hr {
    border: none;
    height: 1px;
    white-space: 100%;
    background-color: #ddd;
    padding: 0;
    margin: 15px 0;
  }

  #under-content del {
  background-image: linear-gradient(#fe3464, #fe3464);
  background-position: 0 50%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  margin: 0 0.4em;
  text-decoration: none;
  }
  #under-content .so-panel .textwidget > *:last-child,
  #under-content .so-panel .textwidget > p:last-child {
    margin-bottom: 0;
  }
  #under-content p + aside {
    margin-top: 30px;
  }

  #under-content aside {
    padding: 15px 20px;
    box-sizing: border-box;
    background-color: var(--sub-color2);
    border-radius: 10px;
    margin-bottom: 30px;
  }

  #under-content aside > h3:nth-child(1) {
    margin-top: 5px;
  }

  #under-content aside > h3 + p {
    margin-top: -5px;
  }

  #under-content aside > *:last-child {
    margin-bottom: 0;
  }
  #under-content i.fa-big-icon {
    color: var(--sub-color);
    font-size: 50px;
    margin: 0 auto;
    display: inline-block;
    line-height: 100%;
  }
  #under-content i.flow-down {
    color: var(--sub-color);
    font-size: 50px;
    margin: 0 auto;
    display: inline-block;
    line-height: 100%;
  }
  .wp-caption {text-align: center;margin: 0 auto;}

    /*wrapper responsive*/
        @media (max-width: 543px) { /* xs */
          #under-content {padding: 3vh 0px;}
          #under-content .attention {padding: 15px;}
          #under-content .attention table td {font-size: 14px;}
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          #under-content {padding: 5vh 15px;}
          #under-content .attention table td {font-size: 16px;}
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
 mailform
------------------------------------------------------------------------------------ */

/*#section#mailform*/
  section#mailform {max-width: 980px;margin: 0 15px;}
  section#mailform dl {}
  section#mailform dt label {padding: 2px 10px;width: 100%;display: inline-block;border-left: 4px solid var(--main-color);font-weight: normal;border-bottom: 1px solid #ddd;margin-bottom: 15px;font-weight: 600;font-size: 16px;}
  section#mailform dt {padding: 5px 10px ;vertical-align: top;}
  section#mailform dd {padding: 0px 10px 20px;vertical-align: top;}
  section#mailform dd.privacy_policy {padding: 10px;}
  section#mailform dd.privacy_policy p {
    padding: 15px;
    border: 1px solid rgb(171, 171, 171);
    box-sizing:border-box;
    height: 100px;
    overflow-y: scroll;
    overflow-x: none;
    background-color: #fff;
  }

  span.xs {color: #ff0000;font-size: 12px;display: inline-block;margin-left: 10px;}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid rgb(171, 171, 171);
  border-radius: 0px;
  padding: 7px 10px;
  width: 100%;
  background-color: #fff;
}

input[type="submit"], button.btn-check, button.btn-send, button.btn-back {
  color: #ffffff;
  /* text-shadow: 0px 0px 4px #fff; */
  font-weight: 600;
  letter-spacing: 0.2em;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: none!important;
  cursor: pointer;
  margin-bottom: 15px;
}

input[type="submit"]:hover {
  color: var(--main-color); 
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #222;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: .2em;
  border: 2px solid #222;
}

input::-webkit-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input[type="checkbox"] {
  float: left;
  display: inline-block;
  width: 25px;
}

input[type="radio"] {
  width: 20px;
}

ul#menu-gnav p {
    font-weight: 500;
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 120%;
    position: relative;
    vertical-align: middle;
}

.events_none { pointer-events: none; } /* aタグ無効 */

/*--------------------------------------------------------------
table 
--------------------------------------------------------------*/

table.tablepress {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  border-bottom: 1px solid #999;
}
table.tablepress tr:nth-child(even) { background-color: #f1f1f1;/* 偶数番目の指定*/}


table.tablepress td {
  border-top: 1px solid #999;
  padding: 5px 10px;
}
table.tablepress th:nth-child(1), table.tablepress td:nth-child(1) {border-left: none;}
table.tablepress th {
  padding: 5px 10px;
  font-size:14px;
  background-color: var(--main-color)!important;
  text-align: center;
  font-weight: 500!important;
  color: #fff;
  vertical-align: top;
  min-width: 4em;
}
table.tablepress td {font-size:14px;}
table.tablepress tbody strong {font-weight: 500;display: block;text-align: right;min-width: 4em;}
table.tablepress tbody strong:after {content: ":";}
table.tablepress .time {font-size:12px;text-align: center;vertical-align: middle;white-space: nowrap; }
table.tablepress .fa-chevron-right {font-size: 10px;}
table.tablepress .fa-file-pdf-o {margin-right: 5px;}
table.tablepress a {color: #afa02e;font-size: 95%;}


/*--------------------------------------------------------------
#under-content 囲み
--------------------------------------------------------------*/

#under-content .frame_type01 {
  font-weight: 400;
  box-sizing: border-box;
  background-color: #f7f7f7;
  padding: 30px 30px;
  margin-bottom: 15px;
  line-height: 130%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
#under-content .frame_type01:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  border-left: 15px solid var(--main-color);
  border-bottom: 15px solid transparent;
}
#under-content .frame_type01 .row-white {
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 0 30px 0;
}
#under-content .frame_type01 .row-white > *:last-child,
#under-content .frame_type01 .row-white > div > *:last-child {
  margin-bottom: 0!important;
}

/*--------------------------------------------------------------
page link
--------------------------------------------------------------*/

#under-content ul.page_link {
  width: 100%;
  margin: 0 auto 0px;
  padding: 0;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  border-top: 3px solid #e9fbff;
  border-bottom: 3px solid #e9fbff;
}
#under-content ul.page_link > li {
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 7px 15px 7px 7px;
  border-right: 1px dotted;
  line-height: 130%;
  font-size: 14.5px;
  vertical-align: middle;
  margin-bottom: 10px;
  min-height: 41px;
  text-indent: 0;
  position: relative;
  letter-spacing: 0;

}
#under-content ul.page_link > li a {
    text-decoration: none;
}
#under-content ul.page_link > li::before {
    display: none;
}
#under-content ul.page_link > li::after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e5cf";
    
    position: absolute;
    right: 8px;
    /*top: 0;*/
    top: 50%; /* ADD */
    /*bottom: 0;*/
    margin: auto;
    transform: translateY(-50%); /* ADD */

}

    /*page_link responsive*/
        @media (max-width: 543px) { /* xs */
            #under-content ul.page_link > li {
                width: 49%;
            }          
            #under-content ul.page_link > li:nth-child(2n) {
                border-right: none;
            }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
            #under-content ul.page_link > li {
                width: 49%;
            }
            #under-content ul.page_link > li:nth-child(2n) {
                border-right: none;
            }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
            #under-content ul.page_link > li {
                width: 32%;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
            #under-content ul.page_link > li {
                width: 32%;
                min-height: 35px;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }
        @media screen and (min-width:1200px) { /* xl */
            #under-content ul.page_link > li {
                width: 32%;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }


/* ------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ */

.info-bottom {
  margin-top: 40px;
  padding: 30px;
  box-sizing: border-box;
  border: 3px double var(--sub-color);
  border-radius: 30px;
}
#under-content .info-bottom h3 {
  padding-left: 15px;
  margin-bottom: 20px;
}
#under-content .info-bottom h3:before {
  display: none;
}
.info-bottom-list {
  display: flex;
  flex-wrap: wrap;
}
.info-bottom-list.gray-out li {
  margin-bottom: 10px;
  display: block;
  border-radius: 3px;
  font-size: 14.5px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  background: #eee;
  color: #666;
  display: inline-block;
  padding: 5px 20px;
  margin: 0px 5px 15px 5px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}
.info-bottom-list a {
  display: block;
  border-radius: 3px;
  font-size: 14.5px;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  background: #fff;
  color: var(--main-color);
  display: inline-block;
  padding: 5px 20px;
  margin: 0px 5px 15px 5px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}
.info-bottom-list a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1259px){
      ul#menu-gnav > li a {
        padding: 10px 5px;
    }
}


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


.section-heading h2 {
  display: block;
  text-align: center;
  border: none;
  padding: 3vh 15px;
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  background-image: url(./img/h-bg-color01.svg);
  background-repeat: no-repeat;
  background-size:  auto 100%;
  background-position: 52% center;
  margin-bottom: 30px;
}
.section-heading h2 small {
  display: block;
  font-size: 10px;
  color: #9C9D9C;
  margin-top: 10px;
  font-weight: 600;
}

.about p {
  text-align: left;
  margin-bottom: 1em;
}
.about h3 {
  padding: 10px 12px;
  line-height: 1;
  border-bottom: 1px solid;
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
}
.about-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-row + .about-row {
  margin-top: 30px;
}
.about-box1 .about-box-n:last-child {
  letter-spacing: -1px;
}
.about-box2,
.about-box3 {
  width: calc(50% - 15px);
}
.about-box-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  gap: 20px;  
}
.about-box-n {
  width: 120px;
  font-size: 13px;
  line-height: 145%;
}
.about-box3:after {
  width: 100px;
  display: block;
  content: "";
  min-height: 130px;
}
.about-box-n img {
  display: block;
  background-color: var(--sub-color2);
  width: 100px;
  margin: 0 auto 20px;
  border-radius: 50px;
}
.about .section-content:last-child article {
  margin-bottom: 0;
}

.medical-contact {
  margin-bottom: 10px;
  text-align: left;
}
.medical-contact-tel {
  font-size: 22px;
}
.medical-contact-tel i {
  color: var(--main-color);
  margin-right: 5px;
  margin-bottom: 10px;
}
body.home .footer-map-bottom {
  background-color: var(--sub-color2);
}
.footer-map-bottom {
  background-color: #fff;
  line-height: 1;
  color: var(--main-color);
  padding: 8px 10px;
  margin-top: -5px;
}
.footer-map-bottom i {
  margin-right: 10px;
  font-size: 110%;
}
.footer-map-bottom a {
  float: right;
  display: block;
  margin-left: 90px;
}
.footer-map-bottom a i {
  margin: 0 0 0 20px;
  font-size: 90%;
}
.footer-map-bottom a:hover {
  opacity: 0.5;
  text-decoration: none;
  border-bottom: 1px solid;
}
.footer-h2 {
  color: var(--main-color);
}

/* sp */
@media screen and (max-width: 500px){
  .about-box-row {
    text-align: center;
  }
  .about-box-n {
    width: 25%;
  }
}
@media screen and (max-width: 991px){
  #featured .section-content.featured-list p.btn-fixed {
    position: relative;
    bottom: auto;
  }
  #featured .section-content.featured-list .row > div {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 920px){
  .about-box2,
  .about-box3 {
    width: 100%;
  }
  .about-box3 {
    margin-top: 30px;
  }
  .about-box3:after {
    display: none;
  }
}

@media screen and (max-width: 543px){
  .footer-map-bottom a {
    float: none;
    display: block;
    margin-left: auto;
    width: 120px;
    margin-top: 5px;
  }  
  .content-section {
      padding: 3vh 5px;
      width: 95%;
  }
}
@media screen and (max-width: 500px){
 header h1 a img {
  max-width: calc(100% - 70px);
 }
 #top-info a.btn_info {
    padding: 0.6em;
    min-width: 120px;
}
}


@media screen and (max-width: 440px){
.time-table-outer {
  overflow-x: scroll;
}
}


/* breadcrumbs */
.breadcrumbs {
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
}
.breadcrumbs > i {
  font-size: 10px;
  line-height: 16px;
  margin: 0 5px;
}
.breadcrumbs span small {display: none;}

.pager {
  font-size: 0;
  margin: 50px 0;
}
.pager span.page-numbers,
.pager a.page-numbers {
  display: inline-block;
  font-size: 18px;
  line-height: 100%;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid var(--sub-color);
  background-color: var(--sub-color);
  color: #fff;
  border-radius: 3px;
  margin: 0 5px;
}
.pager span.page-numbers {
  color: var(--sub-color);
  background-color: #fff;
}
.pager a.page-numbers {
  font-weight: 600;
}
.pager a.page-numbers.next,
.pager a.page-numbers.prev {
  font-size: 25px;
  border: none;
  background-color: transparent;
  color: var(--sub-color);
}