@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: #343434;
	font-size: 100%;
  font-weight: 400;
	font: inherit;
	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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", 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 {
  width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  color: #343434;
  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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", 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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", 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: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;}
.bold {font-weight: bold;}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width:1240px) {
  #header {
    position: relative;
    z-index: 100;
  }
  #h_cover {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 10rem;
    padding-right: 12rem;
    box-sizing: border-box;
    z-index: 101;
  }
  #h_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem;
  }
  #h_logo .image img {
    width: auto;
    height: 6rem;
  }
  #h_logo .text {
    margin-left: 2rem;
    line-height: 1.5;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;  
  }
  #h_logo .text .title {
    font-size: 2.4rem;
  }
  #h_logo .text .sub {
    font-size: 1.6rem;
  }
  #h_btn_list {
    display: flex;
    flex-wrap: wrap;
  }
  #h_btn_list .btn {
    width: 200px;
    background: #fff;
  }
  #h_btn_list .btn a {
    position: relative;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_btn_list .btn a:hover {
    opacity: .7;
  }
  #h_btn_list .btn a:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: rgba(0,0,0,.025);
  }
  #h_btn_list .btn a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: rgba(0,0,0,.025);
  }
  #h_btn_list .btn a.tel {
    background: #9e92b6;
  }
  #h_btn_list .btn a.web {
    background: #b0a673;
  }  
  
  #h_btn_list .btn a span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10rem;
    color: #fff;
    font-size: 2rem;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
    z-index: 1;
  }
  #h_btn_list .btn a span:before {
    display: block;
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-bottom: .3em;    
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);    
  }
  #h_btn_list .btn a.tel span:before {
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: cover;

  }
  #h_btn_list .btn a.web span:before {
    background: url(/wp-content/uploads/images/icon_web.webp) center center no-repeat;
    background-size: cover;
  }
  /* 開閉ボタン */
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 120px;
    height: 120px;
    padding: 35px;
    top: 0;
    right: 0;
    z-index: 101;
    color: #fff;
    background: #b7a99a;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn .btn {
    position: relative;
    width: 50px;
    height: 50px;
    padding-top: 30px;
  }
  #h_toggle_btn span {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 5px;
    -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 {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #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_toggle_btn div {
    font-size: 1.2rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .1em;
  }
  
  /* メニュー全体 */
  #h_nav {
    background: rgba(255,255,255,.9);
    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 {
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-left: 2.6em;
    border-bottom: 1px solid #f2f2f2;
  }
  #h_nav li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-top: -.8em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_logo.webp) center center no-repeat;
    background-size: contain;
  }      
}
@media screen and (max-width:1239px) {
  #header {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 6rem;
  }
  #h_cover {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6rem;
    padding-right: 6rem;
    box-sizing: border-box;
    z-index: 101;
    background: #fff;
  }
  #h_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem;
  }
  #h_logo .image img {
    width: auto;
    height: 4rem;
  }
  #h_logo .text {
    margin-left: 1rem;
    line-height: 1.5;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;  
  }
  #h_logo .text .title {
    font-size: 1.4rem;
  }
  #h_logo .text .sub {
    font-size: 1rem;
  }
  #h_btn_list {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #h_btn_list .btn {
    width: 50%;
    background: #fff;
  }
  #h_btn_list .btn a {
    position: relative;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_btn_list .btn a:hover {
    opacity: .7;
  }
  #h_btn_list .btn a:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: rgba(0,0,0,.025);
  }
  #h_btn_list .btn a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: rgba(0,0,0,.025);
  }
  #h_btn_list .btn a.tel {
    background: #9e92b6;
  }
  #h_btn_list .btn a.web {
    background: #b0a673;
  }  
  
  #h_btn_list .btn a span {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    color: #fff;
    font-size: 1.2rem;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
    z-index: 1;
  }
  #h_btn_list .btn a span:before {
    display: block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    margin-bottom: .3em;    
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);    
  }
  #h_btn_list .btn a.tel span:before {
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: cover;

  }
  #h_btn_list .btn a.web span:before {
    background: url(/wp-content/uploads/images/icon_web.webp) center center no-repeat;
    background-size: cover;
  }
  /* 開閉ボタン */
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    top: 0;
    right: 0;
    z-index: 101;
    color: #fff;
    background: #b7a99a;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn .btn {
    position: relative;
    width: 60px;
    height: 60px;
    padding-top: 35px;
  }
  #h_toggle_btn span {
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 20px;
    -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: 16px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 23px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 30px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 23px;
    -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: 23px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  #h_toggle_btn div {
    font-size: 1rem;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .1em;
  }
  
  /* メニュー全体 */
  #h_nav {
    background: rgba(255,255,255,.9);
    display: block;
    width: 480px;
    max-width: calc(100% - 60px);
    height: 100%;
    padding: 6rem 3rem 3rem;
    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 {
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-left: 2.6em;
    border-bottom: 1px solid #f2f2f2;
  }
  #h_nav li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-top: -.8em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_logo.webp) center center no-repeat;
    background-size: contain;
  }      
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width:1240px) {
  #copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    color: #fff;
    text-align: center;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
    background: #b7a99a;
  }
}
@media screen and (max-width:1239px) {
  #copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-bottom: 6rem;
    color: #fff;
    text-align: center;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
    background: #b7a99a;
  }
}
/******************************************************
トップに戻るボタン
******************************************************/
@media screen and (min-width:1240px) {
  #page_top_cover {
    position: relative;
    z-index: 100;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1;
  }
  /*
  #page_top.fixed {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 102;
  }
  */
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 6rem;
    height: 6rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #92877b;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }      
  #page_top a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 1.4rem;
    height: 1px;
    margin-top: -.6rem;
    transform-origin: top left;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 1.4rem;
    height: 1px;
    margin-top: -.6rem;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }    
  #page_top a:hover {
    opacity: .7;
  }
}
@media screen and (max-width:1239px) {
  #page_top_cover {
    position: relative;
    z-index: 100;
  }
  #page_top {
    position: fixed;
    bottom: 6rem;
    right: 0;
    z-index: 100;
  }
  /*
  #page_top.fixed {
    position: absolute;
    right: 0;
    bottom: 100%;
    z-index: 102;
  }
  */
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    color: #fff;
    text-align: center;
    background: #92877b;
  }  
  #page_top a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 1rem;
    height: 1px;
    margin-top: -.4rem;
    transform-origin: top left;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 1rem;
    height: 1px;
    margin-top: -.4rem;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }      
}
/******************************************************
追従バナー
******************************************************/
@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", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
  }
  .main_title span.eng {
    font-size: 10.8rem;
    line-height: 1.3;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;  
    background: linear-gradient(180deg, #b7a99a 0%, #b7a99a 40%, #5c554d 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;       
  }
  .main_title.white {
    color: #fff;
  }
  .main_title.white .eng {
    font-size: 10.8rem;
    line-height: 1.3;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;  
    background: linear-gradient(180deg, #fff 0%, #fff 40%, #fff 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;      
  }  
  .sub_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
    color: #343434;
    font-size: 3.6rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
  }  
  /* 矢印タイトル */
  .arrow_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 8rem;
    padding: 1em 0;
    font-size: 4.8rem;
    text-align: center;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    overflow: hidden;
    z-index: 2;
  }
  .arrow_title span i {
    vertical-align: baseline;
  }
  .arrow_title span i.purple {
    color: #9e92b6;
  }
  .arrow_title span i.green {
    color: #b0a673;
  }  
  .arrow_title:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 5em solid #fff;
    border-bottom: 0;    
    z-index: -1;
  }    
}
/******************************************************
メインビジュアル
******************************************************/
@media screen and (min-width: 1240px) {
  #main_visual {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 10rem 6rem 6rem;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 1px;
  }
  #catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 8rem;
    color: #fff;
    text-align: center;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: .5em;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    z-index: 1;
  }
  #catch_copy #catch_cover {
    padding: 8rem;
  }
  #catch_copy #main_catch {
    font-size: 1.875vw;   
  }
  #catch_copy #sub_catch {
    font-size: 2.5vw;
  }
  #catch_copy #sub_catch span {
    display: inline-block;
    border-bottom: .05em solid #fff;
  }
  #main_slider {
    position: relative;
  }
  #main_slider:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(92,85,77,.3);
  }
  #main_slider .slide {
    width: 100%;
    height: calc(100vh - 16rem);
  }
  #main_slider .slide_1 {
    background: url(/wp-content/uploads/images/main_img001.webp) center center no-repeat;
    background-size: cover;
  }
  #main_slider .slide_2 {
    background: url(/wp-content/uploads/images/main_img002.webp) center center no-repeat;
    background-size: cover;
  }
  #main_slider .slide_3 {
    background: url(/wp-content/uploads/images/main_img003.webp) center center no-repeat;
    background-size: cover;
  }
}
/******************************************************
このようなお悩みはありませんか？
******************************************************/
@media screen and (min-width: 1240px) {
  #top_worry {
    position: relative;
    padding: 10rem 0;
    background: url(/wp-content/uploads/images/bg_worry.webp) top center;
  }
  #top_worry:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 20% 100%);
    background: rgba(158,146,182,.3);
  }
  #top_worry:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    clip-path: polygon(0 50%, 0% 100%, 40% 100%);
    background: rgba(176,166,115,.3);
  }
  #top_worry .worry_box {
    position: relative;
    width: 720px;
    margin-left: auto;
    z-index: 1;
  }
  #top_worry .worry_box .worry_title {
    margin-bottom: .5em;
    font-size: 3rem;
    text-align: center;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
  }
  #top_worry .worry_box .worry_title span {
    font-size: 4.8rem;
  }  
  #top_worry .worry_box li {
    position: relative;
    padding: .6em;
    padding-left: 3em;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
  }
  #top_worry .worry_box li:nth-child(n+2) {
    margin-top: 1rem;
  }
  #top_worry .worry_box li:before {
    position: absolute;
    top: 50%;
    left: .6em;
    display: block;
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-top: -.8em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_check.webp) center center no-repeat;
    background-size: contain;
  }
  #top_worry .worry_box li:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: #b0a673;
  }  
}
/******************************************************
咬筋ボツリヌス治療とは？
******************************************************/
@media screen and (min-width: 1240px) {
  #top_about {
    background: url(/wp-content/uploads/images/bg_about.webp) top center no-repeat;
    background-size: cover;
  }
  #top_about .about_title {
    margin-bottom: 1em;
    font-size: 2.4rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
  }
  #top_about .about_title span {
    font-size: 3.6rem;
  }
  #top_about .about_comment {
    text-align: center;
  }  
  #top_about .about_box {
    padding-bottom: 10rem;
  }
  #top_about .about_box .image {
    margin-bottom: 5rem;
    text-align: center;
  }
  #top_about .about_box .image img {
    width: auto;
  }
  #top_about .about_box .message {
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
  }
  #top_about .about_box .message span {
    display: inline-block;
    color: #9e92b6;
    border-bottom: 2px solid #9e92b6;
  }
  #top_about .description_box {
    position: relative;
    padding: 12rem 0;
    color: #fff;
    background: url(/wp-content/uploads/images/bg_description.webp) top center no-repeat;
    background-size: cover;
  }
  #top_about .description_box:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(79,73,91,.4);
  }
  #top_about .description_box .inner {
    position: relative;
    z-index: 1;
  }
  #top_about .description_box .inner .box:nth-child(n+2) {
    margin-top: 8rem;
  }
  #top_about .symptom_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #fff;
  }
  #top_about .symptom_list .list {
    position: relative;
    margin: 0 1em;
    padding-left: 1.5em;
    font-size: 2rem;
    font-weight: 600;
  }
  #top_about .symptom_list .list:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
  }
}
/******************************************************
ボツリヌス治療の効果
******************************************************/
@media screen and (min-width: 1240px) {
  #top_effect {
    padding: 10rem 0;
    background: #b0a673;
  }
  #top_effect .effect_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 8rem;
  }
  #top_effect .effect_list .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc((100% / 3) - 20px);
    margin-left: 30px;
    padding: 2rem;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,.05);
  }
  #top_effect .effect_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_effect .effect_list .list:nth-child(n+4) {
    margin-top: 30px;
  }  
  #top_effect .effect_list .list .image { 
    text-align: center;
  }
  #top_effect .effect_list .list .image img {
    width: 50%;
  }
  #top_effect .effect_list .list .title {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;     
  }
  #top_effect .effect_box_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
    color: #fff;
    font-size: 3.6rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
  }
  #top_effect .effect_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5rem;
    background: #fff;
    box-shadow: 10px 10px 0 0 rgba(0,0,0,.05);    
  }
  #top_effect .effect_flex .box {
    width: 50%;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  #top_effect .effect_flex .box:nth-child(2) {
    border-left: 1px solid #ccc;
  }
  #top_effect .effect_flex .title {
    position: relative;
    display: block;
    padding: 1em;
    padding-left: 2.6em;    
    font-size: 2.4rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
  }
  #top_effect .effect_flex .title:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-top: -.8em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_logo.webp) center center no-repeat;
    background-size: contain;
  }
  #top_effect .effect_flex li {
    position: relative;
    padding-left: 1.5em;
  }
  #top_effect .effect_flex li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
}
/******************************************************
メリット・デメリット
******************************************************/
@media screen and (min-width:1240px) { 
  #top_merit {
    padding: 10rem 0;
    background-image:
      url(/wp-content/uploads/images/bg_merit_top.webp),
      url(/wp-content/uploads/images/bg_merit_bottom.webp);
    background-position:
      top center,
      bottom center;
    background-repeat:
      no-repeat,
      no-repeat;
    background-size:
      100% auto,
      100% auto;
  }
  #top_merit .merit_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_merit .merit_box {
    width: calc(50% - 1rem);
    padding: 5rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }
  /*
  #top_merit .merit_box:nth-child(1) {
    background: #f5f4f8;
  }
  #top_merit .merit_box:nth-child(2) {
    background: #f8f6f5;
  }
  */
  #top_merit .merit_title {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 3rem;
  }
  #top_merit .merit_title .eng {
    font-size: 6rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;  
    line-height: 1;
  }
  #top_merit .merit_box:nth-child(1) .merit_title .eng {
    color: #9e92b6;
  }
  #top_merit .merit_box:nth-child(2) .merit_title .eng {
    color: #b0a673;
  }
  #top_merit .merit_title .jap {
    font-size: 3rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;   
  }
  #top_merit .merit_list {
    display: flex;
    flex-direction: column;
  }
  #top_merit .merit_list .list:nth-child(n+2) {
    margin-top: 1.2em;
    padding-top: 1.2em;
    border-top: 1px dotted #ccc;
  }
  #top_merit .merit_list .list h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: .5em;
    font-size: 2.4rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;     
  }
  #top_merit .merit_list .list h3 .number {
    margin-right: .5em;
  }
  #top_merit .merit_box:nth-child(1) h3 .number {
    color: #9e92b6;
  }
  #top_merit .merit_box:nth-child(2) h3 .number {
    color: #b0a673;
  }  
}  
/******************************************************
ボトックス治療を受けられない方
******************************************************/
@media screen and (min-width:1240px) {
  #top_not {
    padding: 10rem 0;
  }
  #top_not .not_comment .title {
    padding: .8em;
    color: #fff;
    font-size: 2.4rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
    line-height: 1;
    background: #b7a99a;
  }
  #top_not .not_comment .box {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);    
  }
  #top_not .not_comment .box:nth-child(n+2) {
    margin-top: 5rem;
  }
  #top_not .not_comment .box p {
    padding: 5rem;
    padding-bottom: 0;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
  }
  #top_not .not_comment .box ul {
    padding: 5rem;
  }
  #top_not .not_comment .box ul.double {
    display: flex;
    flex-wrap: wrap;
  }
  #top_not .not_comment .box ul.double li {
    width: 50%;
  }
  #top_not .not_comment .box li {
    position: relative;
    padding-left: 1.5em;
    font-size: 1.8rem;
    box-sizing: border-box;
  }
  #top_not .not_comment .box li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
}
/******************************************************
当院の治療の特徴
******************************************************/
@media screen and (min-width:1240px) {
  #top_feature {
    padding: 10rem 0 18rem;
    background: #f8f6f5;
  }
  /* カバー */
  #top_feature .feature_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8rem;
  }    
  #top_feature .feature_box.box_001 {
    flex-direction: row-reverse;
    margin-top: 0;
    padding-right: 8rem;
  }
  #top_feature .feature_box.box_001 .feature_text {
    margin-right: -8rem;
  }
  #top_feature .feature_box.box_002 {
    padding-left: 8rem;
  }
  #top_feature .feature_box.box_002 .feature_text {
    margin-left: -8rem;
  }
  #top_feature .feature_box.box_003 {
    padding-right: 8rem;
    padding-left: 8rem;
    justify-content: center;
  }    
  /* 画像 */
  #top_feature .feature_box .image {
    margin-bottom: 8rem;
  }
  #top_feature .feature_box .image_a {
    width: calc(100% - 720px);
    background: #ccc;
  }
  #top_feature .feature_box .image_b {
    width: calc((100% - 720px) / 2);
    margin-right: -8rem;
    padding-left: 8rem;
    background: #ccc;
  }
  #top_feature .feature_box .image_c {
    order: 3;
    width: calc((100% - 720px) / 2);
    margin-top: 16rem;
    margin-left: -8rem;
    margin-bottom: -8rem;
    padding-right: 8rem;
    background: #ccc;
  }
  #top_feature .feature_box .feature_img001 {
    background: url(/wp-content/uploads/images/feature_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_box .feature_img002 {
    background: url(/wp-content/uploads/images/feature_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_box .feature_img003 {
    background: url(/wp-content/uploads/images/feature_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_feature .feature_box .feature_img004 {
    background: url(/wp-content/uploads/images/feature_img004.webp) top center no-repeat;
    background-size: cover;
  }
  /* テキスト */
  #top_feature .feature_text {
    position: relative;
    width: 720px;
    margin-top: 8rem;
    padding: 6rem;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 10px 10px 0 0 rgba(183,169,154,.2);
    z-index: 1;
  }
  #top_feature .feature_text .number {
    color: #b7a99a;
    font-size: 9rem;
    text-align: center;
    line-height: 1.3;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
  }
  #top_feature .feature_text h3 {
    margin-bottom: .5em;
    color: #9e92b6;
    font-size: 2.4rem;
    text-align: center;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
  }
  #top_feature .feature_text .message {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
  }
  #top_feature .feature_text  .comment {
    border-top: 1px solid #ccc;
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
/******************************************************
治療の流れ
******************************************************/
@media screen and (min-width:1240px) {
  #top_flow {
    padding: 10rem 0;
    background: #b0a673;
  }
  #top_flow .inner {
    width: 1600px;
  }
  #top_flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_flow .flow_list .list {
    position: relative;
    width: calc((100% / 3) - 40px);
    padding: 3rem;
    background: #fff;
    box-sizing: border-box;
  }
  #top_flow .flow_list .list:nth-child(n+2):before {
    position: absolute;
    top: 50%;
    left: -50px;
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform:rotate(45deg); 
  }
  #top_flow .flow_list .list .number {
    position: absolute;
    top: -.5em;
    left: .5em;
    color: #dbd4cc;
    font-size: 6rem;
    line-height: 1;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;    
  }
  #top_flow .flow_list .list .title {
    margin: .5em 0;
    color: #5c554d;
    font-size: 2rem;
    text-align: center;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif;
  }
}
/******************************************************
カウンセリング
******************************************************/
@media screen and (min-width:1240px) {
  #top_counseling {
    padding: 10rem 0;
    background: url(/wp-content/uploads/images/bg_counseling.webp) center center no-repeat;
    background-size: cover;
  }
  #top_counseling .counseling_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_counseling .counseling_list .list {
    width: calc(50% - 2rem);
    overflow: hidden;
    border-radius: 6rem;   
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }
  #top_counseling .counseling_list .list a {
    position: relative;
    display: block;       
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #top_counseling .counseling_list .list a:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0));
  }

  #top_counseling .counseling_list .list a:hover {
    opacity: .7;
  }
  #top_counseling .counseling_list .list a.tel {
    background: #9e92b6;
  }
  #top_counseling .counseling_list .list a.web {
    background: #b0a673;
  }  
  
  #top_counseling .counseling_list .list a span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 12rem;
    color: #fff;
    font-size: 3rem;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
    z-index: 1;
  }
  #top_counseling .counseling_list .list a span:before {
    display: block;
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-right: .6em;    
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);    
  }
  #top_counseling .counseling_list .list a.tel span:before {
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: cover;

  }
  #top_counseling .counseling_list .list a.web span:before {
    background: url(/wp-content/uploads/images/icon_web.webp) center center no-repeat;
    background-size: cover;
  }
}
/******************************************************
症例紹介
******************************************************/
@media screen and (min-width:1240px) {
  #top_case {
    padding: 10rem 0;
    background: #f8f6f5 url(/wp-content/uploads/images/bg_case.webp) bottom center no-repeat;
    background-size: 100% auto;
  }
  #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: #f8f6f5 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: #f8f6f5 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 #b7a99a;
    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 #b7a99a;
  }
  #top_case .case_list .list td {
    border-bottom: 1px solid #ccc;
  }
}
/******************************************************
医師紹介
******************************************************/
@media screen and (min-width:1240px) {
  #top_doctor {
    padding: 10rem 0;
    background: #fff;
    background-size: 100% auto;
    overflow: hidden;
  }
  #top_doctor .message_cover {
    position: relative;
  }
  #top_doctor .message_cover .image_area {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
  }
  #top_doctor .message_cover .image_area:after {
    position: absolute;
    bottom: -120px;
    right: -240px;
    width: 360px;
    height: 240px;
    display: block;
    content: "";
    background: url(/wp-content/uploads/images/doctor_img002.webp) top center no-repeat;
    background-size: cover;
    box-shadow: 6px 6px 12px 0 rgba(0,0,0,.1);
  }
  #top_doctor .message_cover .photo {
    box-shadow: 6px 6px 12px 0 rgba(0,0,0,.1);
  }
  #top_doctor .message_cover .name {
    position: absolute;
    top: -4rem;
    left: 2rem;
    font-size: 1.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .05em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_doctor .message_cover .clinic_name {
    font-size: 2rem;
    border-left: 2px solid #343434;
  }
  #top_doctor .message_cover .doctor_name span {
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 500;
  }
  #top_doctor .message_cover .text_area {
    margin-right: 270px;
  }
  #top_doctor .message_cover h2 {
    margin-bottom: -6rem;
    padding-top: 4rem;
    padding-left: 4rem;
  }
  #top_doctor .message_cover h2 span {
    font-size: 12rem;
    letter-spacing: .1em;
    line-height: 1;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
    background: linear-gradient(180deg, #b7a99a 0%, #b7a99a 40%, #5c554d 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;   
  }  
  #top_doctor .message_cover .text {
    padding: 8rem 6rem;
    padding-right: 25rem;
    min-height: 500px;
    background: #f8f6f5;
    box-sizing: border-box;
  }
  #top_doctor .message_cover .text .comment p:nth-child(n+2) {
    margin-top: 1em;
  }
}
/******************************************************
よくあるご質問
******************************************************/
@media screen and (min-width:1240px) {
  #top_faq {
    padding: 10rem 0;
    background: #f8f6f5 url(/wp-content/uploads/images/bg_faq.webp) top center no-repeat fixed;
    background-size: cover;
  }
  #top_faq .faq dt {
    position: relative;
    padding: 1em 4em;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    background: #b7a99a;
    border-radius: 3.2rem;
  }
  #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;
    border-radius: 1.2vw;
    background: #fff;
  }
  #top_faq .faq dd:nth-of-type(1) {
    display: block;
  }
  #top_faq .faq dd:before {
    content: "A.";
    display: block;
    color: #b7a99a;
    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_slider {
    padding-top: 5rem;
  }
  .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: 360px;
    height: 240px;
    margin: 0;    
    padding: 0 1rem;
  }
  .simply-scroll-list .image img {
    display: block;
  }   
}
/******************************************************
医院情報
******************************************************/
@media screen and (min-width:1240px) {
  #top_clinic {
    padding: 10rem 0;
    background: url(/wp-content/uploads/images/bg_clinic.webp) bottom center no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 6rem;
  }
  #top_clinic .clinic_info:before {
    display: block;
    content: "";
    width: calc(100% - 600px);
    background: url(/wp-content/uploads/images/clinic_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_info .data {
    width: 600px;
    text-align: center;
  }
  #top_clinic .clinic_info .data .logo {
    margin-bottom: 1rem;
  }
  #top_clinic .clinic_info .data .logo img {
    width: auto;
    height: 4rem;
  }
  #top_clinic .clinic_info .data .address {
    margin-bottom: 1rem;
  }  
  #top_clinic .clinic_info .data .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    color: #9e92b6;
    font-size: 3.6rem;
    font-family: '游明朝体', 'Yu Mincho', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', YuMincho, 'Noto Serif JP', 'MS PMincho', 'Times New Roman', serif; 
    line-height: 1;
  }
  #top_clinic .clinic_info .data .tel:before {
    content: "";
    width: 1em;
    height: 1em;
    margin-right: .5em;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: contain;
  }

  #top_clinic .clinic_info .schedule {
    display: inline-block;
  }
  #top_clinic .clinic_info .schedule table {
    margin: 0 auto;
    background: #f8f6f5;
  }
  #top_clinic .clinic_info .schedule table tr:first-child {
    color: #fff;
    background: #b7a99a;
  }
  #top_clinic .clinic_info .schedule table tr:nth-child(n+2) th,
  #top_clinic .clinic_info .schedule table tr:nth-child(n+2) td {
    border-top: 5px solid #fff;
  }  
  #top_clinic .clinic_info .schedule table th,
  #top_clinic .clinic_info .schedule table td {
    padding: .5em 1em;
  }
  #top_clinic .clinic_info .schedule .color {
    color: #b7a99a;
  }
  #top_clinic .clinic_info .schedule p {
    margin-top: .5em;
    text-align: right;
  }
  #top_clinic .clinic_map .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 420px;
    position: relative;
  }
  #top_clinic .clinic_map .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }   
}