/*  
Theme Name: GRITS THEME
Version:1.0
2019.06.05
*/
@import url(library/css/common.css);
@import url(library/css/animate.min.css);
@import url(library/css/jquery.bxslider.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/******************************************************
font読み込み
******************************************************/
@font-face {
   font-family: "Noto Sans Japanese";
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
/******************************************************
サイトカラー・使用フォント
******************************************************/
body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
input, textarea, select {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.serif {
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
}
html, body {
  color: #000;
}
a {
  color: #000;
}
/* フォームボタン */
input[type="submit"] {
  color: #fff;
  background: #91d77d;
  border: 1px solid #91d77d;
}
input[type="submit"]:hover {
  color: #91d77d;
  background: #fff;
  border: 1px solid #91d77d;
}
/* ページャー */
#pagination li a,
#pagination li span {
  color: #fff;
  background: #999;
}
#pagination li a:hover {
  background: #91d77d;
}
#pagination li span.current {
  background: #91d77d;
}
/******************************************************
メインビジュアル
******************************************************/
.bx-wrapper {
  background-color: transparent;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper img {
  display: block;
  margin: 0 auto;
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  bottom: 20px;
}
/******************************************************
背景
******************************************************/
.highlight {background: #f6f6f6;}
.darklight {
  color: #fff;
  background: #212121;
}
/******************************************************
テキスト
******************************************************/
.bold {font-weight:bold;}
.color-green {color: #91d77d;}
.color-orange {color:#ffa221;}
.text-large {font-size: 2em;}
/******************************************************
レスポンシブ
******************************************************/
@media screen and (max-width: 767px){
  .inner {margin: 0 1.5rem;}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .inner {margin: 0 3rem;}
}
@media screen and (min-width: 1025px){
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .box {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1025px) {
/******************************************************
ヘッダー
******************************************************/
  /* 上部アドレス */
  #fix_contact {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -170px;
    z-index: 100;
  }
  #h_address {
    color: #fff;
    font-size: 1.2rem;
    background: #91d77d;
  }
  #h_address .address,
  #h_address .tel,
  #h_address .reserve {
    display: inline-block;
    line-height: 1.6rem;
    padding: .7rem 0;
    margin-left: 1em;
  }
  #h_address a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;	
  }
  #h_address a:hover {
    opacity: .7;
  }
  #h_address span {
    margin: 0 .5em;
    vertical-align: baseline;
  }
  /* メインメニュー */
  .h_inner {
    width: 1000px;
    margin: 0 auto;
  }
  #h_logo {
    float: left;
    padding: 3rem 0;
  }
  #h_nav {
    float: right;
    margin-right: -1em;
  }
  #h_sp_link {
    display: none;
  }
  #h_nav .menu {
    font-size: 0;
    padding: 3.5rem 0;
  }
  #h_nav .menu > li {
    display: inline-block;
  }
  #h_nav .menu > li > a {
    position: relative;
    display: block;
    padding: 0 1em;
    color: #212121;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 4rem;
  }
  #h_nav li > a:hover {
    color: #fff;
    background: #91d77d;
    opacity: 1;
  }
  #h_nav .sub-menu {
    display: none;
    position: absolute;
    z-index: 10000;
    background: #91d77d;
  }
  #h_nav .sub-menu a {
    display: block;
    padding: 0 5rem 0 2rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 5rem;
    text-decoration: none;
  }
  #h_nav .sub-menu a:hover {
    background: #7fbd6d;
  }
  #h_nav .sub-menu a:after {
    position: absolute;
    right: 20px;
    content: "\f105";
    font-family: 'FontAwesome';
  }
  #page_top {
    display: none;
    margin-top: 2rem;
    text-align: center;
    z-index: 10000;
  }
  #page_top a {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
    line-height: 7.6rem;
    color: #fff;
    background: #91d77e;
    border-radius: 50%;
    text-decoration: none;
  }
  #page_top a:before {
    content: "\f106";
    font-family: 'FontAwesome';
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    background: #fff;
  }
/******************************************************
フッター
******************************************************/
  /* フッター上部お問い合わせ */
  #f_contact {
    padding: 8rem 0;
    text-align: center;
    background: url(images/top_bg008.jpg) top center no-repeat;
    background-size: cover;
  }
  #f_contact .message {
    margin-top: 5rem;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 2;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #f_contact .tel {
    margin-bottom: 5rem;
    font-size: 3.2rem;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #f_contact .tel a {
    text-decoration: none;
  }
  #f_contact .tel span {
    font-size: 4.8rem;
  }
  #f_contact .btn {
    margin-top: 1rem;
    text-align: center;
  }
  #f_contact .btn a {
    display: inline-block;
    width: 360px;
    padding: 5px;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    background: #91d77d;
    box-sizing: border-box;
  }
  #f_contact .btn a:nth-child(n+2) {
    margin-top: 1rem;
  }
  #f_contact .btn a span {
    display: block;
    line-height: 5rem;
    border: 1px solid #fff;
  }
  /* フッター */
  #footer {
    background: #faf9f2;
  }
  #footer .f_cover {
    padding: 5rem 0;
    text-align: center;
  }
  #f_logo {
    margin-bottom: 3rem;
  }
  /* フッターアドレス */
  #footer .f_address {
    margin-bottom: 1em;
  }
  #footer .f_address a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;	
  }
  #footer .f_address a:hover {
    opacity: .7;
  }
  #footer .f_data {
    margin-bottom: 4rem;
  }
  #footer .address,
  #footer .tel,
  #footer .reserve,
  #footer .time,
  #footer .holiday {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 1em;
  }
  #footer .address span,
  #footer .tel span,
  #footer .reserve span {
    margin: 0 .5em;
    vertical-align: baseline;
  }
  #footer .time span,
  #footer .holiday span {
    margin-right: 1em;
    padding: 0 1em;
    color: #fff;
    background: #91d77d;
  }
  /* フッターナビゲーション */
  #f_nav ul {
    font-size: 0;
    text-align: center;
  }
  #f_nav li {
    display: inline-block;
    margin: 0 2rem;
    font-size: 1.4rem;
  }
  #f_nav li a:hover {
    text-decoration: underline;
  }
  /* コピーライト */
  #copyright {
    color: #fff;
    font-size: 1.2rem;
    line-height: 5rem;
    text-align: center;
    background: #7e6b5a;
  }
/******************************************************
トップページ
******************************************************/
  main {
    padding-top: 140px;
  }
  /* トップページ　共通 */
  .top_section h2 {
    margin-bottom: 5rem;
    font-size: 3.6rem;
    text-align: center;
    line-height: 1;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .top_section h2 span {
    font-size: 1.6rem;
  }
  a, .btn a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;	
  }
  a:hover, .btn a:hover {
    opacity: .7;
    text-decoration: none;
  }
  /* 医院紹介 */
  #top_clinic {
    color: #fff;
    background: url(images/top_bg009.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_clinic .top_001_inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem;
    box-sizing: border-box;
  }
  #top_clinic .left {
    padding: 5rem;
    text-align: center;
    background: rgba(145,215,125,.85);
    box-sizing: border-box;
  }
  #top_clinic .title {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
  #top_clinic .data {
    padding: 2rem 0;
  }
  #top_clinic .data .tel {
    float: left;
    width: 48%;
    fotn-size: 1.6rem;
  }
  #top_clinic .data .tel a {
    color: #fff;
  }
  #top_clinic .data .tel span {
    font-size: 3.2rem;
  }
  #top_clinic .data .address {
    float: right;
    width: 48%;
    text-align: left;
  }
  #top_clinic .treatment {
    line-height: 5rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #top_clinic .train {
    margin-bottom: 1em;
    line-height: 4rem;
    border: 1px solid #fff;
  }
  #top_clinic table {
    width: 100%;
    table-layout: fixed;
  }
  #top_clinic th,
  #top_clinic td {
    padding: 1em;
    color: #8ed37b;
    background: #fff;
    border-bottom: 2px solid #8ed37b;
  }
  #top_clinic th {
    width: 25%;
  }
  #top_clinic td {
    border-left: 2px solid #8ed37b;
  }
  #top_clinic .memo {
    text-align: left;
  }
  #top_clinic .top_map {
    margin-bottom: 2rem;
  }
  #top_clinic .top_map iframe {
    width: 100%;
    height: 460px;
  }
  #top_clinic .btn {
    text-align: left;
  }
  #top_clinic .btn a {
    display: inline-block;
    width: 49%;
    padding: 5px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #91d77d;
    box-sizing: border-box;
  }
  #top_clinic .btn a span {
    display: block;
    line-height: 5rem;
    border: 1px solid #fff;
  }
  #top_clinic .btn a:first-child {
    margin-right: 2%;
  }  
  #top_feature {
    padding: 8rem 0 0;
  }
  #top_feature .feature_list li {
    width: 100%;
  }
  #top_feature .feature_list li .inner {
    display: table;
  }
  #top_feature .feature_list li:nth-child(1) {
    background: url(images/top_bg001.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list li:nth-child(2) {
    background: url(images/top_bg002.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list li:nth-child(3) {
    background: url(images/top_bg003.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list li:nth-child(4) {
    background: url(images/top_bg004.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list li:nth-child(5) {
    background: url(images/top_bg005.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_list li .data {
    display: table-cell;
    padding: 8rem 0;
    padding-left: 40%;
  }
  #top_feature .feature_list li:nth-child(2n) .data {
    padding-right: 40%;
    padding-left: 0;
  }
  #top_feature .feature_list li .point {
    margin-bottom: 2rem;
    color: #91d77d;
    font-size: 4.8rem;
    font-style: italic;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_feature .feature_list li .point span {
    border-bottom: 2px solid #91d77d;
  }
  #top_feature .feature_list li .title {
    margin-bottom: 3rem;
    color: #7e6b5a;
    font-size: 4.2rem;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_feature .feature_list li p {
    margin-bottom: 3rem;
    font-size: 1.8rem;
    line-height: 2;
  }
  #top_feature .feature_list li .btn {
    text-align: left;
  }
  #top_feature .feature_list li .btn a {
    display: inline-block;
    width: 360px;
    padding: 5px;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    background: #91d77d;
    box-sizing: border-box;
  }
  #top_feature .feature_list li .btn a span {
    display: block;
    line-height: 5rem;
    border: 1px solid #fff;
  }
  #top_menu .menu_list {
    font-size: 0;
    text-align: center;
  }
  #top_menu .menu_list li {
    display: inline-block;
    width: 25%;
    font-size: 1.4rem;
    border: 1px solid #fff;
    background: #91d77d;
    box-sizing: border-box;
  }
  #top_menu .menu_list li:nth-child(2),
  #top_menu .menu_list li:nth-child(4),
  #top_menu .menu_list li:nth-child(5),
  #top_menu .menu_list li:nth-child(7) {
    background: #7fbd6d;
  }
  .top_inspection {
    padding: 8rem 0;
    background: #faf9f2;
  }
  .top_inspection .inspection_list {
    margin-bottom: 5rem;
  }
  .top_inspection .inspection_list ul {
    font-size: 0;
    text-align: left;
  }
  .top_inspection .inspection_list li {
    display: inline-block;
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box;
  }
  .top_inspection .inspection_list li a {
    display: block;
    margin-top: 1rem;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    background: #91d77d;
  }
  .top_inspection .inspection_list li:nth-child(4n) {
    margin-right: 0;
  }
  .top_inspection .inspection_list li .comment {
  }
  .top_inspection .inspection_list li .title {
    margin-bottom: 1em;
    color: #7e6b5a;
    text-align: center;
    font-weight: bold;
  }
  .top_inspection .inspection_list li p {
    margin: 0;
    min-height: 115px;
  }
  #top_greeting {
    padding-top: 8rem;
  }
  #top_greeting .greeting_left,
  #top_greeting .greeting_right {
    width: 50%;
    padding: 4rem 2rem;
    box-sizing: border-box;
  }
  #top_greeting .greeting_left {
    float: left;
    color: #fff;
    text-align: right;
    background: url(images/top_bg006.jpg) top left no-repeat;
    background-size: cover;
  }
  #top_greeting .greeting_right {
    float: right;
    color: #fff;
    text-align: left;
    background: url(images/top_bg007.jpg) top right no-repeat;
    background-size: cover;
  }
  #top_greeting .greeting_left .line {
    padding-left: 5rem;
  }
  #top_greeting .greeting_right .line {
    padding-right: 5rem;
  }
  #top_greeting .line {
    display: inline-block;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
  }
  #top_greeting .name span {
    font-size: 2.4rem;
  }
  #top_greeting p {
    margin-bottom: 3rem;
    line-height: 2;
  }
  #top_greeting .btn {
    margin-bottom: 2rem;
  }
  #top_greeting .btn a {
    display: inline-block;
    width: 300px;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    line-height: 6rem;
    border: 1px solid #fff;
  }
  #top_information {
    padding: 8rem 0;
  }
  #top_information .news_left {
    float: left;
    width: 48%;
  }
  #top_information .news_right {
    float: right;
    width: 48%;
  }
  #top_information .top_news ul {
    margin-bottom: 2em;
    border-top: 1px solid #ccc;
    min-height: 225px;
  }
  #top_information .top_news li {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
  }
  #top_information .top_news li a {
    display: block;
  }
  #top_information .top_news li time {
    font-weight: bold;
  }
  #top_information .top_news li p {
    margin: 0;
  }
  #top_information .top_news .btn {
    text-align: center;
  }
  #top_information .top_news .btn a {
    display: inline-block;
    width: 300px;
    padding: 5px;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    background: #91d77d;
    box-sizing: border-box;
  }
  #top_information .top_news .btn a span {
    display: block;
    line-height: 5rem;
    border: 1px solid #fff;
  }
  #top_information .top_facebook {
    height: 280px;
    padding: 3rem;
    background: #f2f2f2;
  }
  /* スライダー */
  #image-scroll {
    padding: 1rem 0;
  }
  #image-scroll.simply-scroll-list li {
    float: left; 
    padding: 0 .5rem;
    margin: 0;
    width: 360px;
    height: 240px;
    list-style:none!important;
  }
}

@media screen and (max-width: 1024px) {
/******************************************************
ヘッダー
******************************************************/
  /* 上部アドレス */
  #h_address {display: none;}
  #h_nav {display: none;}
  
  
  #fix_contact {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  #fix_contact ul {
    font-size: 0;
    text-align: left;
  }
  #fix_contact li {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
  }
  #fix_contact li img {
    width: 100%;
  }
  /* メインメニュー */
  #h_logo {
    padding: 2rem 1rem;
    text-align: left;
  }
  #h_logo img {
    width: auto;
    height: 2.4rem;
  }
  /* ナビバック */
  #h_nav_modal {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .1;
    position: fixed;
    top: 0;
    z-index: 1001;
    visibility: hidden;
    webkit-transition: visibility 0 linear .4s, opacity .4s;
    -moz-transition: visibility 0 linear .4s, opacity .4s;
    transition: visibility 0 linear .4s, opacity .4s;
    webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  #h_nav_modal.on {
    opacity: 1;
    webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    visibility: visible;
  }
  /* ハンバーガー */
  #h_toggle_btn {
    display: block;
    position: absolute;
    width: 32px;
    height: 27px;
    top: 1.8rem;
    right: 1rem;
    z-index: 1002;
  }
  #h_toggle_btn span{
    display: block;
    height: 3px;
    background: #91d77d;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top:0px;
  }
  #h_toggle_btn span:nth-child(2){
    top:12px;
  }
  #h_toggle_btn span:nth-child(3){
    top:24px;
  }
  #h_toggle_btn.open {
    position: fixed;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }

  /* メニュー */
  #h_sp_nav {
    background: #fff;
    display: block;
    width: 80%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_sp_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_sp_nav li a {
    display: block;
    padding: 0 2rem;
    color: #212121;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 6rem;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
  }
  #h_sp_nav li a:after {
    float: right;
    content: "\f105";
    font-family: "FontAwesome";
  }
  #f_contact_btn {
    display: none;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 9rem;
    right: 1rem;
    text-align: center;
    z-index: 10000;
  }
  #page_top a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    font-size: 1.6rem;
    text-align: center;
    line-height: 4.6rem;
    color: #fff;
    background: #91d77e;
    border-radius: 50%;
    text-decoration: none;
  }
  #page_top a:before {
    content: "\f106";
    font-family: 'FontAwesome';
  }
  
  
  
/******************************************************
フッター
******************************************************/
  /* フッター上部お問い合わせ */
  #f_contact {
    padding: 5rem 0;
    text-align: center;
    background: url(images/top_bg008.jpg) top center no-repeat;
    background-size: cover;
  }
  #f_contact .message {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #f_contact .tel {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #f_contact .tel a {
    text-decoration: none;
  }
  #f_contact .tel span {
    font-size: 2.4rem;
  }
  #f_contact .btn {
    margin-bottom: 3rem;
    text-align: center;
  }
  #f_contact .btn a {
    display: inline-block;
    width: 80%;
    padding: 5px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background: #91d77d;
    box-sizing: border-box;
  }
  #f_contact .btn a:nth-child(n+2) {
    margin-top: 1rem;
  }
  #f_contact .btn a span {
    display: block;
    line-height: 5rem;
    border: 1px solid #fff;
  }
  /* フッター */
  #footer {
    background: #faf9f2;
  }
  #footer .f_cover {
    padding: 5rem 0;
    text-align: center;
  }
  #f_logo {
    margin-bottom: 3rem;
  }
  /* フッターアドレス */
  #footer .f_address {
    margin-bottom: 1em;
  }
  #footer .f_data {
  }
  #footer .address,
  #footer .tel,
  #footer .reserve,
  #footer .time,
  #footer .holiday {
    margin-bottom: 1rem;
    display: block;
    font-size: 1.2rem;
  }
  #footer .address span,
  #footer .tel span,
  #footer .reserve span {
    margin: 0 .5em;
    vertical-align: baseline;
  }
  #footer .time span,
  #footer .holiday span {
    margin-right: 1em;
    padding: 0 1em;
    color: #fff;
    background: #91d77d;
  }
  /* フッターナビゲーション */
  #f_nav {
    display: none;
  }
  /* コピーライト */
  #copyright {
    padding-bottom: 7.5rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 5rem;
    text-align: center;
    background: #7e6b5a;
  }
/******************************************************
トップページ
******************************************************/
  /* トップページ　共通 */
  .top_section h2 {
    margin-bottom: 1em;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .top_section h2 span {
    font-size: 1.4rem;
  }
  a, .btn a {
    text-decoration: none;
  }
  a:hover, .btn a:hover {
    text-decoration: none;
  }
  /* 医院紹介 */
  #top_clinic {
    padding: 3rem 0;
    color: #fff;
    background: url(images/top_bg009.jpg) top center no-repeat;
    background-size: cover;
  }
  #top_clinic .top_001_inner {
    margin: 0 1.5rem;
    box-sizing: border-box;
  }
  #top_clinic .left {
    margin-bottom: 2rem;
    padding: 1.5rem;
    text-align: center;
    background: rgba(145,215,125,.85);
    box-sizing: border-box;
  }
  #top_clinic .title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  #top_clinic .data {
    padding: 2rem 0;
  }
  #top_clinic .data .tel {
    fotn-size: 1.6rem;
  }
  #top_clinic .data .tel a {
    color: #fff;
  }
  #top_clinic .data .tel span {
    font-size: 3.2rem;
  }
  #top_clinic .data .address {
    text-align: center;
  }
  #top_clinic .data .address br {
    display: none;
  }
  #top_clinic .treatment {
    padding: 1em 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  #top_clinic .train {
    padding: .5em;
    margin-bottom: 1em;
    border: 1px solid #fff;
  }
  #top_clinic table {
    width: 100%;
    table-layout: fixed;
  }
  #top_clinic th,
  #top_clinic td {
    padding: .5em;
    color: #8ed37b;
    background: #fff;
    border-bottom: 2px solid #8ed37b;
  }
  #top_clinic th {
    width: 40%;
  }
  #top_clinic td {
    border-left: 2px solid #8ed37b;
  }
  #top_clinic .memo {
    text-align: left;
  }
  #top_clinic .top_map {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #top_clinic .top_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #top_clinic .btn {
    text-align: left;
  }
  #top_clinic .btn a {
    width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #91d77d;
    box-sizing: border-box;
  }
  #top_clinic .btn a:first-child {
    margin-bottom: 1rem;
  }
  #top_clinic .btn a span {
    display: block;
    line-height: 5rem;
    border: 1px solid #fff;
  }
  #top_feature {
    padding: 5rem 0 0;
  }
  #top_feature .feature_list li {
    width: 100%;
    background: #f2f2f2;
  }
  #top_feature .feature_list li:nth-child(2n) {
    background: #fff;
  }
  #top_feature .feature_list li .data {
    padding: 5rem 0;
  }
  #top_feature .feature_list li .point {
    margin-bottom: 1rem;
    color: #91d77d;
    font-size: 2.4rem;
    font-style: italic;
    text-align: center;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_feature .feature_list li .point span {
    border-bottom: 2px solid #91d77d;
  }
  #top_feature .feature_list li .title {
    margin-bottom: 1rem;
    color: #7e6b5a;
    font-size: 2rem;
    text-align: center;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_feature .feature_list li .image {
    margin-bottom: 1rem;
  }
  #top_feature .feature_list li p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
  #top_feature .feature_list li .btn {
    text-align: center;
  }
  #top_feature .feature_list li .btn a {
    display: inline-block;
    width: 80%;
    padding: 5px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background: #91d77d;
    box-sizing: border-box;
  }
  #top_feature .feature_list li .btn a span {
    display: block;
    line-height: 5rem;
    border: 1px solid #fff;
  }
  #top_menu .menu_list {
    font-size: 0;
    text-align: center;
  }
  #top_menu .menu_list li {
    display: inline-block;
    width: 50%;
    font-size: 1.4rem;
    border: 1px solid #fff;
    background: #91d77d;
    box-sizing: border-box;
  }
  #top_menu .menu_list li:nth-child(2),
  #top_menu .menu_list li:nth-child(3),
  #top_menu .menu_list li:nth-child(6),
  #top_menu .menu_list li:nth-child(7) {
    background: #7fbd6d;
  }
  .top_inspection {
    padding: 5rem 0;
    background: #faf9f2;
  }
  .top_inspection.banner {
    padding: 3rem 0;
  }
  .top_inspection .inspection_list {
    margin-bottom: 3rem;
  }
  .top_inspection .inspection_list ul {
    font-size: 0;
    text-align: left;
  }
  .top_inspection .inspection_list li {
    box-sizing: border-box;
  }
  .top_inspection .inspection_list li a {
    display: block;
    margin-top: 1rem;
    padding: 1rem 0;
    color: #fff;
    text-align: center;
    background: #91d77d;
  }
  .top_inspection .inspection_list li:nth-child(n+2) {
    margin-top: 2rem;
  }
  .top_inspection .inspection_list li .comment {
    padding: 1em;
  }
  .top_inspection .inspection_list li .title {
    margin-bottom: 1em;
    color: #7e6b5a;
    text-align: center;
    font-weight: bold;
  }
  .top_inspection .inspection_list li p {
    margin: 0;
  }
  #top_greeting {
    padding: 5rem 1.5rem;
  }
  #top_greeting .greeting_left,
  #top_greeting .greeting_right {
    padding: 4rem 2rem;
    box-sizing: border-box;
  }
  #top_greeting .greeting_left {
    margin-bottom: 2rem;
    padding: 1.5rem;
    color: #fff;
    background: #91d77d;
  }
  #top_greeting .greeting_right {
    padding: 1.5rem;
    color: #fff;
    background: #7fbd6d;
  }
  #top_greeting .line br {
    display: none;
  }
  #top_greeting .line {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
  }
  #top_greeting .name span {
    font-size: 2.4rem;
    margin: 0 .1em;
  }
  #top_greeting p {
    margin-bottom: 2rem;
    line-height: 2;
  }
  #top_greeting p br {
    display: none;
  }
  #top_greeting .btn {
    margin-bottom: 1rem;
    text-align: center;
  }
  #top_greeting .btn a {
    display: inline-block;
    width: 80%;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 6rem;
    border: 1px solid #fff;
  }
  #top_information {
    padding: 5rem 0;
  }
  #top_information .news_left {
    margin-bottom: 5rem;
  }
  #top_information .top_news {
    margin-bottom: 5rem;
  }
  #top_information .top_news ul {
    margin-bottom: 2rem;
    border-top: 1px solid #ccc;
  }
  #top_information .top_news li {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
  }
  #top_information .top_news li a {
    display: block;
  }
  #top_information .top_news li time {
    font-weight: bold;
  }
  #top_information .top_news li p {
    margin: 0;
  }
  #top_information .top_news .btn {
    text-align: center;
  }
  #top_information .top_news .btn a {
    display: inline-block;
    width: 80%;
    padding: 5px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background: #91d77d;
    box-sizing: border-box;
  }
  #top_information .top_news .btn a span {
    display: block;
    line-height: 5rem;
    border: 1px solid #fff;
  }
  #top_information .top_facebook {
    height: 280px;
    padding: 1.5rem;
    background: #f2f2f2;
  }
  /* スライダー */
  #image-scroll {
    padding: 1rem 0;
  }
  #image-scroll.simply-scroll-list li {
    float: left; 
    padding: 0 .5rem;
    margin: 0;
    width: 240px;
    height: 160px;
    list-style:none!important;
  }
}































@media screen and (min-width: 1025px) {
/******************************************************
ページ（見出し）
******************************************************/
  #page .page_title_cover {
    padding: 12rem 0;
    color: #fff;
    background: url(images/page_bg001.jpg);
  }
  #page h1 {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    text-shadow: -2px 2px 3px rgba(0,0,0,0.5);
  }
  #page h2 {
    margin-bottom: 6rem;
    color: #212121;
    text-align: center;
    font-size: 3rem;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #page h2:after {
    display: block;
    margin: 1rem auto 0;
    content: "";
    width: 60px;
    height: 1px;
    background: #91d77d;
  }
  #page h3 {
    margin-bottom: 4rem;
    padding: 1rem;
    color: #fff;
    font-size: 2rem;
    background: #91d77d;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #page h4 {
    padding: 1rem 2rem;
    color: #7e6b5a;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 3rem;
    background: #faf9f2;
    border-left: 5px solid #91d77d;
  }
  #page h5 {
    color: #91d77d;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }
  #page h6 {}
  #page .message {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #page .message span {
    border-bottom: 2px solid #f2f2f2;
  }
  #page .symptoms {
    list-style: none;
    margin: 0 0 4rem;
    padding: 0;
  }
  #page .symptoms li {
    display: inline-block;
    padding: 1em 2em;
    color: #407a2f;
    font-size: 1.4rem;
    margin: 0 1em 1em 0;
    font-weight: bold;
    border-radius: 8px;
    background: #faf9f2;
  }
  #page .strong {
    color: #7e6b5a;
    font-size: 1.2em;
    font-weight: bold;
  }
  #page .price {
    text-align: right;
  }
  #page .price span {
    margin-left: 1rem;
    color: #7e6b5a;
    font-size: 1.3em;
    font-weight: bold;
  }
  #page .link_btn {
    text-align: right;
  }
  #page .link_btn a {
    display: inline-block;
    width: 240px;
    padding: 5px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 4rem;
    background: #91d77d;
    box-sizing: border-box;
  }
  #page .faq dt {
    color: #91d77d;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  #page .faq dt:before {
    content: "Q.";
    margin-right: .5em;
  }
  #page .faq dd {
    margin-bottom: 2em;
    padding: 1.5em;
    background: #faf9f2;
    border-radius: 8px;
  }
  #page .career {
    border: none;
    border-top: 1px solid #ccc;
    background: none;
  }
  #page .career th,
  #page .career td {
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
  }
  #page .facility {
    list-style: none;
    margin: 0 0 4rem;
    padding: 0;
    font-size: 0;
    text-align: left;
  }
  #page .facility li {
    display: inline-block;
    width: 32%;
    font-size: 1.4rem;
    vertical-align: top;
    margin-right: 2%;
  }
  #page .facility li:nth-child(3n) {
    margin-right: 0;
  }
  #page .facility li:nth-child(n+4) {
    margin-top: 4rem;
  }
  #page .facility li h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
/******************************************************
投稿一覧（見出し）
******************************************************/
  #archive .page_title_cover {
    padding: 12rem 0;
    color: #fff;
    background: url(images/page_bg001.jpg);
  }
  #archive h1 {
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    text-shadow: -2px 2px 3px rgba(0,0,0,0.3);
  }
  #archive .thumbnail {
    margin-bottom: 1rem;
  }
  #archive .time {
    color: #91d77d;
    font-weight: bold;
  }
  #archive .title {
    margin-bottom: 1rem;
    font-weight: bold;
  }
  #archive .excerpt {
    font-size: 1.2rem;
  }
/******************************************************
投稿記事（見出し）
******************************************************/
  #post .page_title_cover {
    padding: 12rem 0;
    color: #fff;
    background: url(images/page_bg001.jpg);
  }
  #post .page_title {
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    text-shadow: -2px 2px 3px rgba(0,0,0,0.3);
  }
  #post h1 {
    margin-bottom: 6rem;
    padding-bottom: 3rem;
    font-size: 3rem;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #ccc;
  }
  #post h2 {
    margin-bottom: 6rem;
    color: #91d77d;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #ccc;
  }
  #post h2:before {
    content: url(images/h2_title_icon_g.png);
    margin-right: 1rem;
    vertical-align: text-top;
  }
  #post h3 {
    margin-bottom: 4rem;
    padding: 1rem;
    color: #fff;
    font-size: 2rem;
    background: #91d77d;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,.1)
  }
  #post h4 {
    padding: .5rem 1rem;
    color: #91d77d;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 3rem;
    background: url(images/color_bg002.jpg) center center;
  }
  #post h5 {
    color: #91d77d;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }
  #post h6 {}
  #post .thumbnail {
    margin-bottom: 6rem;
    text-align: center;
  }
  #post .time {
    display: block;
    color: #ccc;
    text-align: right;
  }
  #post .message {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #post .message span {
    border-bottom: 2px solid #f2f2f2;
  }
}

@media screen and (max-width: 1024px) {
/******************************************************
ページ（見出し）
******************************************************/
  #page .page_title_cover {
    padding: 4rem 0;
    color: #fff;
    background: url(images/page_bg001.jpg);
  }
  #page h1 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    text-shadow: -2px 2px 3px rgba(0,0,0,0.5);
  }
  #page h2 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: #212121;
    text-align: center;
    font-size: 2rem;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #page h2:after {
    display: block;
    margin: 1rem auto 0;
    content: "";
    width: 60px;
    height: 1px;
    background: #91d77d;
  }
  #page h3 {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    color: #fff;
    font-size: 1.6rem;
    background: #91d77d;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #page h4 {
      margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    color: #7e6b5a;
    font-size: 1.4rem;
    font-weight: bold;
    background: #faf9f2;
    border-left: 5px solid #91d77d;
  }
  #page h5 {
    color: #91d77d;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }
  #page h6 {}
  #page .message {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #page .message span {
    border-bottom: 2px solid #f2f2f2;
  }
  #page .symptoms {
    list-style: none;
    margin: 0 0 4rem;
    padding: 0;
  }
  #page .symptoms li {
    display: block;
    padding: 1em 2em;
    color: #407a2f;
    font-size: 1.4rem;
    margin: 0 0 1em;
    font-weight: bold;
    border-radius: 8px;
    background: #faf9f2;
  }
  #page .strong {
    color: #7e6b5a;
    font-size: 1.2em;
    font-weight: bold;
  }
  #page .price {
    text-align: right;
  }
  #page .price span {
    margin-left: 1rem;
    color: #7e6b5a;
    font-size: 1.3em;
    font-weight: bold;
  }
  #page .link_btn {
    text-align: right;
  }
  #page .link_btn a {
    display: inline-block;
    width: 240px;
    padding: 5px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    line-height: 4rem;
    background: #91d77d;
    box-sizing: border-box;
  }
  #page .faq dt {
    color: #91d77d;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  #page .faq dt:before {
    content: "Q.";
    margin-right: .5em;
  }
  #page .faq dd {
    margin-bottom: 2em;
    padding: 1.5em;
    background: #faf9f2;
    border-radius: 8px;
  }
  #page .career {
    border: none;
    border-top: 1px solid #ccc;
    background: none;
  }
  #page .career th,
  #page .career td {
    width: 100%;
    text-align: left;
    border: none;
    display: block;
    background: none;
  }
  #page .career th {
    padding-bottom: 0;
  }
  #page .career td {
    border-bottom: 1px solid #ccc;
  }
  #page .facility {
    list-style: none;
    margin: 0 0 4rem;
    padding: 0;
    font-size: 0;
    text-align: left;
  }
  #page .facility li {
    display: inline-block;
    width: 49%;
    font-size: 1.4rem;
    vertical-align: top;
    margin-right: 2%;
  }
  #page .facility li:nth-child(2n) {
    margin-right: 0;
  }
  #page .facility li:nth-child(n+3) {
    margin-top: 2rem;
  }
  #page .facility li h3 {
    margin-bottom: 1rem;
    padding: .5rem 0;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  }
  #page .schedule th,
  #page .schedule td {
    width: auto;
  }
  #page .schedule .title {
    width: 25%;
  }
/******************************************************
投稿一覧（見出し）
******************************************************/
  #archive .page_title_cover {
    padding: 12rem 0;
    color: #fff;
    background: url(images/page_bg001.jpg);
  }
  #archive h1 {
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    text-shadow: -2px 2px 3px rgba(0,0,0,0.3);
  }
  #archive .thumbnail {
    margin-bottom: 1rem;
  }
  #archive .time {
    color: #91d77d;
    font-weight: bold;
  }
  #archive .title {
    margin-bottom: 1rem;
    font-weight: bold;
  }
  #archive .excerpt {
    font-size: 1.2rem;
  }
/******************************************************
投稿記事（見出し）
******************************************************/
  #post .page_title_cover {
    padding: 12rem 0;
    color: #fff;
    background: url(images/page_bg001.jpg);
  }
  #post .page_title {
    font-size: 3.6rem;
    font-weight: bold;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    text-shadow: -2px 2px 3px rgba(0,0,0,0.3);
  }
  #post h1 {
    margin-bottom: 6rem;
    padding-bottom: 3rem;
    font-size: 3rem;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #ccc;
  }
  #post h2 {
    margin-bottom: 6rem;
    color: #91d77d;
    font-size: 3rem;
    font-weight: bold;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #ccc;
  }
  #post h2:before {
    content: url(images/h2_title_icon_g.png);
    margin-right: 1rem;
    vertical-align: text-top;
  }
  #post h3 {
    margin-bottom: 4rem;
    padding: 1rem;
    color: #fff;
    font-size: 2rem;
    background: #91d77d;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,.1)
  }
  #post h4 {
    padding: .5rem 1rem;
    color: #91d77d;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 3rem;
    background: url(images/color_bg002.jpg) center center;
  }
  #post h5 {
    color: #91d77d;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 3rem;
  }
  #post h6 {}
  #post .thumbnail {
    margin-bottom: 6rem;
    text-align: center;
  }
  #post .time {
    display: block;
    color: #ccc;
    text-align: right;
  }
  #post .message {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #post .message span {
    border-bottom: 2px solid #f2f2f2;
  }
}


/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}


@media screen and (min-width: 1025px) {
  #page .btn {
    margin-top: 4rem;
  }
  #page .btn a {
    font-size: 1.8rem;
    color: #91d77d;
    opacity: 1;
    text-decoration: underline;
  }
  #page .btn a:hover {
    text-decoration: none;
  }
  #page ul.reason_cover {
    padding: 0;
    list-style: none!important;
  }
  .reason_cover li {
    padding: 8rem 0;
  }
  .reason_cover li:nth-child(2n) {
    background: #faf9f2;
  }
  #page .reason_cover h3 {
    margin: 0 0 4rem;
    padding: 0;
    color: #212121;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    background: none;
  }
  .reason_cover .reason {
    margin-bottom: 1rem;
    color: #91d77d;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
  }
  .reason_cover .reason span {
    font-size: 5rem;
  }
  .reason_cover .reason span:before {
    content: url(images/reson_icon_l.png);
  }
  .reason_cover .reason span:after {
    content: url(images/reson_icon_r.png);
  }
  .reason_cover li .image {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  #page .btn {
    margin-top: 4rem;
  }
  #page .btn a {
    font-size: 1.8rem;
    color: #91d77d;
    opacity: 1;
    text-decoration: underline;
  }
  #page .btn a:hover {
    text-decoration: none;
  }
  #page ul.reason_cover {
    padding: 0;
    list-style: none!important;
  }
  .reason_cover li {
    padding: 3rem 0;
  }
  .reason_cover li:nth-child(2n) {
    background: #faf9f2;
  }
  #page .reason_cover h3 {
    margin: 0 0 2rem;
    padding: 0;
    color: #212121;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background: none;
  }
  .reason_cover .reason {
    margin-bottom: 1rem;
    color: #91d77d;
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
  }
  .reason_cover .reason span {
    font-size: 5rem;
  }
  .reason_cover .reason span:before {
    content: url(images/reson_icon_l.png);
  }
  .reason_cover .reason span:after {
    content: url(images/reson_icon_r.png);
  }
  .reason_cover li .image {
    margin-bottom: 2rem;
  }
}

/* 予約フォーム人数枠非表示 */
#client-child,#client-baby {display:none;}
.input-number {display:none;}
.input-number:first-child {display: block;}

/*  
動画をレスポンシブ対応に
*/
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
