@charset "utf-8";
/*
Theme Name: grits THEME
Author: grits
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Homemade+Apple&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: 400;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #605f5d;
	font-size: 100%;
  font-weight: 400;
	font: inherit;
  letter-spacing: .1em;  
	vertical-align: middle;
  word-break : break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 16px;
	font-size: 1.6rem;
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: normal;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  text-align: left;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #605f5d;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp30 {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp30 {
  animation-name: fadeInUp30;
  animation-duration: 1s;
}
@keyframes fadeInUp60 {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp60 {
  animation-name: fadeInUp60;
  animation-duration: 1s;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
/******************************************************
iPhoneリセット
******************************************************/
.clearfix:after,
.inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
iPhoneリセット
******************************************************/
input,textarea,select {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
/******************************************************
レスポンシブ
******************************************************/
@media screen and (max-width: 1024px){
  .inner {
    position:relative;
    margin: 0 1.5rem;
  }
  .sp {display: block;}
  .sp-left {text-align:left!important;}
  .sp-right {text-align:right!important;}
  .sp-center {text-align:center!important;}
}
@media screen and (min-width: 1025px) {
  .inner {
    position:relative;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  .pc {display: block;}
  .pc-left {text-align:left!important;}
  .pc-right {text-align:right!important;}
  .pc-center {text-align:center!important;}
}
/******************************************************
基本フォント
******************************************************/
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.sans {font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;}
.serif {font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;}
.bold {font-weight: bold;}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width:1240px) {
  #header {
    display: none;
  }
  #h_cover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem;
    padding-right: calc(100px + 3rem);
    box-sizing: border-box;
    z-index: 100;
  }
  #h_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    height: 240px;
    margin-top: -1.5rem;
    padding: 2rem;
    background: #f7f6f5;
    box-sizing: border-box;
  }
  #h_logo .image {
    padding: 2rem;
    box-sizing: border-box;
  }
  #h_logo .type {
    display: flex;
    flex-direction: column;
    color: #65503c;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;     
  }
  #h_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-family: "Noto Serif JP", serif;
  }
  #h_btn .btn {
    position: relative;
    width: 300px;
    margin-left: 1.5rem;
  }
  #h_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;    
    height: 100px; 
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_btn .btn a:hover {
    opacity: .7;
  }
  #h_btn .btn a .title {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  #h_btn .btn a .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  
  /* 電話番号 */
  #h_btn .btn a.tel {
    color: #65503c;
    background: #f7f6f5;
  }
  #h_btn .btn a.tel:after {
    content: "";
    position: absolute;
    border-left: 30px solid #65503c;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    bottom: -20px;
    right: -5px;
    width: 0;
    height: 0;
    transform: rotate(45deg);
  }
  #h_btn .btn a.tel .logo {
    color: #65503c;
  }
  #h_btn .btn a.tel .logo .icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    line-height: 3rem;
    background: url(/wp-content/uploads/images/icon_phone.webp) center center;
    background-size: contain;
  }
  /* フォーム */
  #h_btn .btn a.form {
    color: #fff;
    background: #65503c;
  }
  #h_btn .btn a.form:after {
    content: "";
    position: absolute;
    border-left: 30px solid #f7f6f5;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    bottom: -20px;
    right: -5px;
    width: 0;
    height: 0;
    transform: rotate(45deg);
  }
  #h_btn .btn a.form .logo {
    color: #fff;
  }
  #h_btn .btn a.form .logo .icon {
    content: "";
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    line-height: 3rem;
    background: url(/wp-content/uploads/images/icon_plane.webp) center center;
    background-size: contain;
  }  
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 100px;
    height: 100px;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 101;
    color: #fff;
    background: #65503c;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 30px;
    -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: 24px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 36px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 48px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 36px;
    -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: 36px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-family: "Noto Serif JP", serif;
  }
  
  /* メニュー全体 */
  #h_nav {
    background: rgba(255,255,255,.95);
    display: block;
    width: 480px;
    max-width: calc(100% - 60px);
    height: 100%;
    padding: 18rem 6rem 6rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    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;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-left: 1.5em;
    border-bottom: 1px solid #f2f2f2;
  }
  #h_nav li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    margin-top: -.5rem;
    line-height: 1;
    background: #d9936a;
  }  
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width:1240px) {
  #f_clinic {
    padding: 10rem 0;
    background: #f9f9f9;
  }
  #f_clinic .clinic_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #f_clinic .clinic_flex .clinic_image {
    width: calc(50% - 4rem);
  }
  #f_clinic .clinic_flex .clinic_image .image {
    margin-bottom: 2rem;
  }
  #f_clinic .clinic_flex .clinic_image .image img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
  #f_clinic .clinic_flex .clinic_image .schedule {
    padding: 3rem;
    background: #fff;
  }
  #f_clinic .clinic_flex .clinic_image .schedule span {
    color: #4c6b8a;
  }  
  #f_clinic .clinic_flex .clinic_image .schedule table {
    width: 100%;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
  }
  #f_clinic .clinic_flex .clinic_image .schedule table tr:first-child {
    border-bottom: 1px solid #ccc;
  }
  #f_clinic .clinic_flex .clinic_image .schedule table th,
  #f_clinic .clinic_flex .clinic_image .schedule table td {
    padding: .4em;
    text-align: center;
  }
  #f_clinic .clinic_flex .clinic_image .schedule table tr.am th,
  #f_clinic .clinic_flex .clinic_image .schedule table tr.am td {
    padding-bottom: 0;
  }
  #f_clinic .clinic_flex .clinic_image .schedule table tr.pm th,
  #f_clinic .clinic_flex .clinic_image .schedule table tr.pm td {
    padding-top: 0;
  }
  #f_clinic .clinic_flex .clinic_image .schedule p {
    text-align: right;
  }  
  
  #f_clinic .clinic_flex .clinic_data {
    width: calc(50% - 4rem);
    text-align: center;
  }
  #f_clinic .clinic_flex .clinic_data .logo {
    margin-bottom: 5rem;
  }
  #f_clinic .clinic_flex .clinic_data .logo img {
    width: 360px;
    height: auto;
  }
  #f_clinic .clinic_flex .clinic_data .btn {
    margin-bottom: 5rem;
  }
  #f_clinic .clinic_flex .clinic_data .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;    
    background: #caa100;
    border: 1px solid #caa100;
    border-radius: 30px;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #f_clinic .clinic_flex .clinic_data .btn a:hover {
    color: #caa100;
    background: #fff;
  }
  #f_clinic .clinic_flex .clinic_data .tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.6rem;
    line-height: 1.5;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;
  }
  #f_clinic .clinic_flex .clinic_data .tel a:before {
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-right: .5em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_tel_gray.webp) center center no-repeat;
    background-size: contain;
  }
  #f_clinic .clinic_flex .clinic_data .address {
    margin-bottom: 5rem;
  }  
  #f_clinic .clinic_flex .clinic_data .access_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #f_clinic .clinic_flex .clinic_data .access_list .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(50% - 5px);
    height: 70px;
    padding-left: 60px;
    color: #4c6b8a;
    text-align: center;
    line-height: 1.3;
    border-radius: 35px;
    border: 1px solid #4c6b8a;
    box-sizing: border-box;
    overflow: hidden;
  }
  #f_clinic .clinic_flex .clinic_data .access_list .list span {
    width: 100%;
    font-family: 'Noto Serif JP','游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'MS PMincho', 'Times New Roman', serif;    
  }
  #f_clinic .clinic_flex .clinic_data .access_list .list:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 0 50% 50% 0;
  }
  #f_clinic .clinic_flex .clinic_data .access_list .list.list001:before {
    background: #4c6b8a url(/wp-content/uploads/images/icon_access001.webp) center center no-repeat;
    background-size: 50%;
  }
  #f_clinic .clinic_flex .clinic_data .access_list .list.list002:before {
    background: #4c6b8a url(/wp-content/uploads/images/icon_access002.webp) center center no-repeat;
    background-size: 50%;
  }
  
  #f_map {}
  #f_map .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 540px;
    position: relative;
  }
  #f_map .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }   
  #copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8rem;
    color: #fff;
    text-align: center;
    background: #4e6986;
  }
}
/******************************************************
追従バナー
******************************************************/
@media screen and (min-width:1025px) {
  .fix_banner {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 100;
  }
  .fix_banner.hidden {
    display: none;
  }
  .fix_banner span.close_btn {
    display: block;
    width: 20px;
    height: 20px;
    color: #65503c;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
}
@media screen and (max-width:1024px) {
  .fix_banner {
    position: fixed;
    bottom: 7rem;
    left: 1rem;
    z-index: 99;
  }
  .fix_banner.hidden {
    display: none;
  }
  .fix_banner span.close_btn {
    display: block;
    width: 20px;
    height: 20px;
    color: #65503c;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
  }
  .fix_banner img {
    max-width: 60%;
  }
}

/******************************************************
タイトル
******************************************************/
@media screen and (min-width:1240px) {
  .main_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
    color: #343434;
    font-size: 3rem;
    text-align: center;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;   
  }
  .main_title span.eng {
    color: #4c6b8a;
    font-size: 10.8rem;
    line-height: 1.3;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;   
  }
}
/******************************************************
切り替えボタン
******************************************************/
@media screen and (min-width:1240px) {
  .change_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
  }
  .change_btn {
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;   
  } 
  .change_btn:hover {
    opacity: .7;
  }  
  .change_btn.adult {
    color: #fff;
    background: #4c6b8a;
  }
  .change_btn.child {
    color: #fff;
    background: #caa100;
  }
  .change_btn a,
  .change_btn span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    color: #fff;
  }
  .change_btn span:after {  
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }    
  .change_btn.adult.active span:after {  
    border-top: 15px solid #4c6b8a;
  }     
  .change_btn.child.active span:after {  
    border-top: 15px solid #caa100;
  }
  /* コンテンツ */
  .change_content {
    display: none;
  }
  .change_content.active {
    display: block;
  }
}




/******************************************************
メインビジュアル
******************************************************/
@media screen and (min-width:1240px) {
  #top_main {
    width: 100%;
    height: 100vh;
    background: #ccc;
  }
}
/******************************************************
お問い合わせ
******************************************************/
@media screen and (min-width:1240px) {
  .section_contact {
    padding: 10rem 0;
    background: url(/wp-content/uploads/images/bg_contact.webp) center center no-repeat;
    background-size: cover;
  }
  .section_contact .title_cover {
    position: relative;
  }
  .section_contact .title_cover .title_jap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.5em;
    color: #fff;
    font-size: 4.8rem;
    text-align: center;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;     
    line-height: 1.2;
    z-index: 1;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
  }
  .section_contact .title_cover .title_eng {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -.5em;
    color: #486683;
    font-size: 18rem;
    text-align: center;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
  }
  .section_contact .contact_box {
    background: #fff;
  }
  .section_contact .contact_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem;
  }
  .section_contact .contact_flex .text {
    width: calc(50% - 1.5rem);
    text-align: center;
  }
  .section_contact .contact_flex .text .title {
    color: #4c6b8a;
    font-size: 3rem;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
  }
  .section_contact .contact_flex .text .message {
    margin-bottom: 2rem;
    padding: .5em;
    font-size: 2rem;
    line-height: 1;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;     
    background: #f6f7f9;
  }
  .section_contact .contact_flex .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 1.5rem);
    background: #f6f7f9;
  }
  .section_contact .contact_flex .list ul {
    padding: 3rem;
  }
  .section_contact .contact_flex .list li {
    position: relative;
    padding-left: 2em;
    padding-bottom: .3em;
    margin-bottom: .3em;
    border-bottom: 1px dotted #ccc;
  }
  .section_contact .contact_flex .list li:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    background: url(/wp-content/uploads/images/icon_check_yellow.webp) center center no-repeat;
    background-size: contain;
  }
  .section_contact .btn_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4rem;
    background: #f6f7f9;
  }
  .section_contact .btn_cover .btn {
    width: calc(50% - 1rem);
  }
  .section_contact .btn_cover .btn.tel {
    background: #4c6b8a;
  }
  .section_contact .btn_cover .btn.mail {
    background: #caa100;
  }
  .section_contact .btn_cover .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    color: #fff;
    line-height: 1;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
  }
  .section_contact .btn_cover .btn a .small {
    width: 100%;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 2.4rem;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .section_contact .btn_cover .btn a .large {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.6rem;
  }
  .section_contact .btn_cover .btn a .large:before {
    display: block;
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-right: .6em;
    line-height: 1;
  }
  .section_contact .btn_cover .btn.tel a .large:before {
    background: url(/wp-content/uploads/images/icon_tel_white.webp) center center no-repeat;
    background-size: contain;
  }    
  .section_contact .btn_cover .btn.mail a .large:before {
    background: url(/wp-content/uploads/images/icon_mail_white.webp) center center no-repeat;
    background-size: contain;
  }    
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
/******************************************************
こんなお悩みありませんか？
******************************************************/
@media screen and (min-width:1240px) {
  #top_trouble {
    padding: 10rem 0;
  }
}
/******************************************************
当院の矯正が選ばれる理由
******************************************************/
@media screen and (min-width:1240px) {
  #top_feature {
    padding: 10rem 0;
  }
}
/******************************************************
メリット
******************************************************/
@media screen and (min-width:1240px) {
  
}
/******************************************************
成人矯正と小児矯正の違い
******************************************************/
@media screen and (min-width:1240px) {
  #top_difference {
    padding: 10rem 0;
  }
}
/******************************************************
当院で可能な矯正治療
******************************************************/
@media screen and (min-width:1240px) {
  #top_type {
    padding: 10rem 0;
  }
  #top_type .type_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 12rem;
    padding: 8rem;
    background: #ccc;
  }
  #top_type .type_list.adult .list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #top_type .type_list.adult .list:nth-child(even) {
    flex-direction: row;
  }
  #top_type .type_list.child .list:nth-child(odd) {
    flex-direction: row;
  }
  #top_type .type_list.child .list:nth-child(even) {
    flex-direction: row-reverse;
  }  
  
  #top_type .type_list .list .image {
    width: calc(50% - 3rem);
    margin-top: -16rem;
  }
  #top_type .type_list .list .text {
    position: relative;
    width: calc(50% - 3rem);
    padding: 8rem;
    box-sizing: border-box;
  }
  #top_type .type_list .list .text:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100px;
    height: 100px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }  
  #top_type .type_list .list .text:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    width: 100px;
    height: 100px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }    
}
/******************************************************
矯正治療の流れ
******************************************************/
@media screen and (min-width:1240px) {
  #top_flow {
    background: #fff;
  }
  #top_flow .flow_list .list {
    position: relative;
    padding: 10rem 0;
  }
  #top_flow .flow_list .list:nth-child(odd) {
    background: #f9f9f9;
  }
  #top_flow .flow_list .list:nth-child(even) {
    background: #fff;
  }
  #top_flow .flow_list .list:nth-child(n+2):before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin-left: -60px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #ccc;
  }
  #top_flow .flow_list .list_inner {
    position:relative;
    display: flex;
    flex-wrap: wrap;
    
    justify-content: space-between;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  #top_flow .flow_list .list_inner .number {
    order: 1;
    width: 80px;
    color: #4c6b8a;
    font-size: 6rem;
    line-height: 1;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;     
  }
  #top_flow .flow_list .list_inner .image {
    order: 3;
    width: 300px;
  }
  #top_flow .flow_list .list_inner .comment {
    order: 2;
    width: calc(100% - 480px);
  }
  #top_flow .flow_list .list_inner .comment h3 {
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-size: 2.4rem;
    line-height: 1.5;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;  
    border-bottom: 1px solid #ccc;
  }
}
/******************************************************
症例紹介
******************************************************/
@media screen and (min-width:1240px) {
  #top_case {
    padding: 10rem 0;
    background: #f9f9f9;
  }
  #top_case .case_list .list {
    display: flex;
    flex-direction: column;
    width: 960px;
    padding: 2rem;
    box-sizing: border-box;
  }
  #top_case .case_list .arrow {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
  }
  #top_case .case_list .prev {
    left: calc(50% - 520px);
    background: #f9f9f9 url(/wp-content/uploads/images/icon_prev.webp) center center no-repeat;
    background-size: contain;
  }
  #top_case .case_list .next {
    right: calc(50% - 520px);
    background: #f9f9f9 url(/wp-content/uploads/images/icon_next.webp) center center no-repeat;
    background-size: contain;    
  }
  #top_case .case_list .list .box {
    flex-grow: 1;
    padding: 5rem;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    background: rgba(255,255,255,.9);
  }
  #top_case .case_list .list .image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  #top_case .case_list .list .image:after {
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin-top: -20px;
    border-left: 20px solid #4c6b8a;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #top_case .case_list .list .image .before,
  #top_case .case_list .list .image .after {
    width: calc(50% - 2rem);    
  }
  #top_case .case_list .list table {
    width: 100%;
    table-layout: fixed;
  }
  #top_case .case_list .list th,
  #top_case .case_list .list td {
    padding: .8em;
    text-align: left;
  }
  #top_case .case_list .list th {
    width: 25%;
    border-bottom: 1px solid #4c6b8a;
  }
  #top_case .case_list .list td {
    border-bottom: 1px solid #ccc;
  }
}
/******************************************************
費用について
******************************************************/
@media screen and (min-width:1240px) {
  #top_fee {
    padding: 10rem 0;
  }
}
/******************************************************
よくあるご質問
******************************************************/
@media screen and (min-width:1240px) {
  #top_faq {
    padding: 10rem 0;
    background: #f9f9f9;    
  }
  #top_faq .faq_contents .content.adult .faq dt {
    color: #fff;
    background: #4c6b8a;
  }
  #top_faq .faq_contents .content.child .faq dt {
    color: #fff;
    background: #caa100
  }
  #top_faq .faq dt:nth-of-type(n+2) {
    margin-top: 2rem;
  }
  #top_faq .faq dt:before {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    content: "";
    width: 15px;
    line-height: 1;
    border-bottom: 1px solid #fff;
  }
  #top_faq .faq dt:after {
    position: absolute;
    display: block;
    top: 50%;
    right: 27px;
    margin-top: -7px;
    content: "";
    height: 15px;
    line-height: 1;
    border-left: 1px solid #fff;
  }
  #top_faq .faq dt.active:after {
    display: none;
  }
  #top_faq .faq dt span:before {
    content: "Q.";
    position: absolute;
    top: 50%;
    left: 2rem;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.4rem;
    line-height: 1;
    margin-top: -.5em;
  }
  #top_faq .faq dd {
    display: none;
    position: relative;
    margin-top: 2rem;
    padding: 3em;
    background: #fff;
  }
  #top_faq .faq dd:nth-of-type(1) {
    display: block;
  }
  #top_faq .faq dd:before {
    content: "A.";
    display: block;
    font-size: 2.4rem;
    font-family: "Cormorant Garamond", serif;
  }
  #top_faq .faq_cover_1 .faq dd:nth-of-type(1) {
    display: block;
  }  
}
/******************************************************
胸腺担当医挨拶
******************************************************/
@media screen and (min-width: 1240px) {
  #top_doctor {
    position: relative;
    padding: 10rem 0;
    background: url(/wp-content/uploads/images/bg_doctor.webp) top center no-repeat;
    background-size: cover;
  }
  #top_doctor:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255,255,255,.3);
    clip-path: polygon(0 0, 45% 0, 75% 100%, 0% 100%);
  }
  #top_doctor:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/doctor_img001.webp) top center no-repeat;
    background-size: cover;
    z-index: 1;
  }  
  #top_doctor .doctor_flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
  }
  #top_doctor .doctor_flex .text {
    max-width: 640px;
  }
  #top_doctor .doctor_flex .title {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-bottom: 6rem;
    line-height: 1.5;
  }
  #top_doctor .doctor_flex .title .eng {
    color: #4c6b8a;
    font-size: 10.8rem;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: .2em;
  }
  #top_doctor .doctor_flex .title .jap {
    position: relative;
    font-size: 2rem;
    text-align: right;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;  
  }
  #top_doctor .doctor_flex .title .jap:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: calc(100% - 10em);
    height: 1px;
    background: #605f5d;
  }
  #top_doctor .doctor_flex .sp_image {
    display: none;
  }
  #top_doctor .doctor_flex .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_doctor .doctor_flex .comment p.name {
    display: none;
  }
}
/******************************************************
電話お問い合わせ
******************************************************/
@media screen and (min-width:1240px) {
  #tel_contact {
    padding: 10rem 0;
    background: url(/wp-content/uploads/images/bg_contact.webp) top center no-repeat;
    background-size: cover;
  }
  #tel_contact .contact_flex {
    display: flex;
    flex-wrap: wrap;
  }
  #tel_contact .contact_flex .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    width: 50%;
    padding: 6rem;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;  
    background: #4c6b8a;
    box-sizing: border-box;
  }
  #tel_contact .contact_flex .tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 6rem;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  #tel_contact .contact_flex .tel_cover {
    display: flex;
    flex-direction: column;    
    width: fit-content;
  }
  #tel_contact .contact_flex .tel .number a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.8rem;
    line-height: 1.5;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;  
  }
  #tel_contact .contact_flex .tel .number a:before {
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-right: .5em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_tel_gray.webp) center center no-repeat;
    background-size: contain;
  }  
  #tel_contact .contact_flex .tel .comment {
    display: flex;
    flex-direction: column;
    text-align :left;
  }
}
/******************************************************
スライダー
******************************************************/
@media screen and (min-width:1240px) {
  #top_slider {}
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .simply-scroll-list .image {
    float: left; 
    width: 420px;
    height: 280px;
    margin: 0;    
    padding: 0;
  }
  .simply-scroll-list .image img {
    display: block;
  }   
}