@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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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: normal;
	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: #494949;
	font-size: 100%;
  font-weight: normal;
	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-weight: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
@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: #000;
  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 fadeInUp90 {
  from {
    opacity: 0;
    transform: translate3d(0, 90px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp90 {
  animation-name: fadeInUp90;
  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;
}
/******************************************************
レスポンシブ
******************************************************/
.pc, .tab, .sp {display: none;}
.inner {position: relative;}
@media screen and (max-width: 767px){
  .inner {
    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: 768px) {
  .inner {
    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, "MS PMincho", "Times New Roman", serif;}
.bold {font-weight: bold;}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1240px){
  /* ロゴ */
  #h_logo {
    position: absolute;
    top: 0;
    left: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 300px;
    padding: 3rem 0;
    text-align: center;
    background: #fff;
    border-radius: 0 0 50% 50%;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    z-index: 100;
    box-sizing: border-box;
  }
  #h_logo .logo {
    margin-bottom: 2rem;
  }
  #h_logo .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #d8a3a5;
    text-align: center;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #h_logo .title .large {
    font-size: 2.4rem;
  }
  #h_logo .title .small {
    font-size: 1.8rem;
  }
  /* 追尾ボタン */
  #h_btn_list {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 0 3rem;
    z-index: 100;
  }
  #h_btn_list .list:nth-child(n+2) {
    margin-top: 1.6rem;
  }
  #h_btn_list .list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
  }
  #h_btn_list .list a img {
    width: auto;
    height: 24px;
  }
  #h_toggle_btn {
    position: fixed;
    top: 20px;
    right: 30px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 1002;
  }
  #h_toggle_btn .btn {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #h_toggle_btn .btn span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #d8a3a5;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;    
  }
  #h_toggle_btn .btn span:nth-child(1) {
    top: 10px;
  }
  #h_toggle_btn .btn span:nth-child(2) {
    top: 20px;
  }
  #h_toggle_btn .btn span:nth-child(3) {
    top: 30px;
  }
  #h_toggle_btn.open .btn span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }      
  #h_toggle_btn .text {
    margin-right: 1em;
    color: #d8a3a5;
    font-size: 1.2rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", 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: 1001;
    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;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
    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: #d8a3a5;
  }  
  #page_top_cover {
    position: relative;
    z-index: 100;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1000;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 9rem;
    height: 9rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #ca989a;
    -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: -.7rem;
    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: -.7rem;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }    
  #page_top a:hover {
    opacity: .7;
  }
  
  .fix_banner_list {
    position: fixed;
    bottom: 1rem;
    right: 12rem;
    z-index: 100;
    display: flex;
  }
  .fix_banner_list .fix_banner:nth-child(n+2) {
    margin-left: 1rem;
  }
  .fix_banner_list .fix_banner {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
  }
  .fix_banner_list .fix_banner:hover {
    opacity: .7;
  }
  .fix_banner_list .fix_banner img {
    width: 360px;
  }
  .fix_banner.hidden {
    display: none;
  }
  .fix_banner span.close_btn {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    color: #ad9978;
    line-height: 15px;
    text-align: center;
    background: #fbfbfb;
    cursor: pointer;
  }  
  .fix_banner span.close_btn:before,
  .fix_banner span.close_btn:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 1px;
    content: "";
    background: #ad9978;
    top: 10px;
    left: 4px;
  }
  .fix_banner span.close_btn:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .fix_banner span.close_btn:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }    
  
}
@media screen and (max-width: 1239px){
  #header {
    position: relative;
    height: 7rem;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  /* ロゴ */
  #h_logo {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  #h_logo .logo {
    margin-right: 1rem;
  }
  #h_logo .logo img {
    width: auto;
    height: 4rem;
  }
  #h_logo .title {
    display: flex;
    flex-direction: column;
    color: #d8a3a5;
    text-align: left;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #h_logo .title .large br {
    display: none;
  }
  #h_logo .title .small {
    font-size: 1rem;
  }
  /* 追尾ボタン */
  #h_btn_list {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: calc(100% - 6rem);
    z-index: 100;
  }
  #h_btn_list .list {
    width: calc(100% / 3);   
    border-right: 1px solid #f5eaea;
  }
  #h_btn_list .list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    text-align: center;
    background: #fff;
  }
  #h_btn_list .list a img {
    width: auto;
    height: 20px;
  }
  #h_toggle_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    z-index: 1002;
  }
  #h_toggle_btn .btn {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
  }
  #h_toggle_btn .btn span {
    position: absolute;
    left: 5px;
    display: block;
    width: 30px;
    height: 1px;
    background: #d8a3a5;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;    
  }
  #h_toggle_btn .btn span:nth-child(1) {
    top: 21px;
  }
  #h_toggle_btn .btn span:nth-child(2) {
    top: 28px;
  }
  #h_toggle_btn .btn span:nth-child(3) {
    top: 35px;
  }
  #h_toggle_btn.open .btn span:nth-child(1) {
    top: 28px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }      
  #h_toggle_btn .text {
    color: #d8a3a5;
    font-size: 1rem;
    text-align: center;
    line-height: 2rem;
    letter-spacing: 0em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
  }
  #h_nav {
    background: rgba(255,255,255,.95);
    display: block;
    width: 480px;
    max-width: calc(100% - 60px);
    height: 100%;
    padding: 9rem 3rem 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    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;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
    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: #d8a3a5;
  }  
  #page_top_cover {
    position: relative;
    z-index: 100;
  }
  #page_top {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
  }
  #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: #ca989a;
    -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: 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;
  }    
  #page_top a:hover {
    opacity: .7;
  }
  
  .fix_banner_list {
    position: fixed;
    bottom: 7rem;
    left: 1rem;
    z-index: 100;
    display: flex;
    box-sizing: border-box;
  }
  .fix_banner_list .fix_banner {
    width: 60%;
  }
  .fix_banner_list .fix_banner img {
    width: 100%;
  }
  
  .fix_banner.hidden {
    display: none;
  }
  .fix_banner span.close_btn {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    color: #ad9978;
    line-height: 15px;
    text-align: center;
    background: #eee;
    cursor: pointer;
  }  
  .fix_banner span.close_btn:before,
  .fix_banner span.close_btn:after {
    position: absolute;
    display: block;
    width: 12px;
    height: 1px;
    content: "";
    background: #ad9978;
    top: 10px;
    left: 4px;
  }
  .fix_banner span.close_btn:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .fix_banner span.close_btn:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }      
  
}
/******************************************************
タイトル
******************************************************/
@media screen and (min-width: 1240px) {
  .main_title {
    display: flex;
    flex-direction: column;
    jusitfy-content: center;
    align-items: center;
    margin-bottom: 6rem;
    text-align: center;
    line-height: 1;
  }
  .main_title .jap {
    margin-bottom: .5em;
    font-size: 4.8rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;       
  }
  .main_title .eng {
    font-size: 2.4rem;
    letter-spacing: .2em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;    
  }
  .main_title .eng.pink {
    color: #d8a3a5;
  }
  .main_title .eng.beige {
    color: #ad9978; 
  }
  .main_title .eng.white {
    color: #fff;
  }
  .sub_title {
    margin-bottom: 6rem;
    font-size: 4.8rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif; 
  }
}
@media screen and (max-width: 1239px) {
  .main_title {
    display: flex;
    flex-direction: column;
    jusitfy-content: center;
    align-items: center;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1;
  }
  .main_title .jap {
    margin-bottom: .5em;
    font-size: 2rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;       
  }
  .main_title .eng {
    font-size: 1.4rem;
    letter-spacing: .2em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;    
  }
  .main_title .eng.pink {
    color: #d8a3a5;
  }
  .main_title .eng.beige {
    color: #ad9978; 
  }
  .main_title .eng.white {
    color: #fff;
  }
  .sub_title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif; 
  }
}
/******************************************************
メインビジュアル
******************************************************/
@media screen and (min-width: 1240px) {
  #top_main {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(0deg, rgba(249, 245, 243, 1), rgba(250, 249, 248, 1));
  }
  #main_visual {
    width: 100%;
    height: 100vh;
  }
  #main_visual .image {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  } 
  #main_visual .image_a {
    position: absolute;
    top: -30vw;
    left: 20vw;
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
  }
  #main_visual .image_b {
    position: absolute;
    bottom: -30vw;
    right: -30vw;
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
  }
  #main_visual .image:before {
    position: absolute;
    top: -30vw;
    left: 19vw;
    display: block;
    content: "";
    width: 60vw;
    height: 60vw;    
    border-radius: 50%;
    background: rgba(216,163,165,.3);
    z-index: 0;
  }
  #main_visual .image:after {
    position: absolute;
    bottom: -30vw;
    right: -29vw;
    display: block;
    content: "";
    width: 60vw;
    height: 60vw;    
    border-radius: 50%;
    background: rgba(216,163,165,.3);
    z-index: 0;
  }  
  /* 1枚目 */
  #main_visual .image_1 .photo_a {
    width: 60vw;
    height: 60vw;
    background: url(/wp-content/uploads/images/main_img001_a.webp) bottom center no-repeat;
    background-size: 100% 50%;
  }
  #main_visual .image_1 .photo_b {
    width: 60vw;
    height: 60vw;
    background: url(/wp-content/uploads/images/main_img001_b.webp) top left no-repeat;
    background-size: 50% 50%;
  }
  /* 2枚目 */  
  #main_visual .image_2 .photo_a {
    width: 60vw;
    height: 60vw;
    background: url(/wp-content/uploads/images/main_img002_a.webp) bottom center no-repeat;
    background-size: 100% 50%;
  }  
  #main_visual .image_2 .photo_b {
    width: 60vw;
    height: 60vw;
    background: url(/wp-content/uploads/images/main_img002_b.webp) top left no-repeat;
    background-size: 50% 50%;
  }  
  /* キャッチコピー */
  #catch_copy {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4vw;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    letter-spacing: .2em;
  }
  #catch_copy .main_catch {
    margin-bottom: .5em;
    color: #d8a3a5;
    font-size: 2.4vw;
  }
  #catch_copy .sub_catch {
    color: #ad9978;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 1239px) {
  #top_main {
    position: relative;
    width: 100%;
    height: 75vh;
    background-image: linear-gradient(0deg, rgba(249, 245, 243, 1), rgba(250, 249, 248, 1));
  }
  #main_visual {
    width: 100%;
    height: 75vh;
  }
  #main_visual .image {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
  } 
  #main_visual .image_a {
    position: absolute;
    top: -50vw;
    left: 0;
    width: 100vw;
    height: 100vw;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
  }
  #main_visual .image_b {
    position: absolute;
    bottom: -50vw;
    right: -50vw;
    width: 100vw;
    height: 100vw;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
  }
 
  /* 1枚目 */
  #main_visual .image_1 .photo_a {
    width: 100vw;
    height: 100vw;
    background: url(/wp-content/uploads/images/main_img001_a.webp) bottom center no-repeat;
    background-size: 100% 50%;
  }
  #main_visual .image_1 .photo_b {
    width: 100vw;
    height: 100vw;
    background: url(/wp-content/uploads/images/main_img001_b.webp) top left no-repeat;
    background-size: 50% 50%;
  }
  /* 2枚目 */  
  #main_visual .image_2 .photo_a {
    width: 100vw;
    height: 100vw;
    background: url(/wp-content/uploads/images/main_img002_a.webp) bottom center no-repeat;
    background-size: 100% 50%;
  }  
  #main_visual .image_2 .photo_b {
    width: 100vw;
    height: 100vw;
    background: url(/wp-content/uploads/images/main_img002_b.webp) top left no-repeat;
    background-size: 50% 50%;
  }  
  /* キャッチコピー */
  #catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    letter-spacing: .2em;
  }
  #catch_copy .main_catch {
    margin-bottom: .5em;
    color: #d8a3a5;
    font-size: 4.8vw;
  }
  #catch_copy .sub_catch {
    color: #ad9978;
    font-size: 2.4vw;
  }
}
/******************************************************
こんなお悩みはありませんか？
******************************************************/
@media screen and (min-width: 1240px) {
  #top_worry {
    padding: 12rem 0 0;
    border-top: 12rem solid #f9f5f3;
    background: #fff;
  }
  #top_worry .worry_comment {
    margin-bottom: 9rem;
    text-align: center;
  }
  #top_worry .worry_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_worry .worry_list .list {
    width: 50%;
    padding: 8rem 0;
    box-sizing: border-box;
    background: #f5eaea;
  }
  #top_worry .worry_list .list:nth-child(2) {
    background: #efe9e3;
  }
  #top_worry .worry_list .list .flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12rem;
  }
  #top_worry .worry_list .list:nth-child(2) .flex {
    flex-direction: row-reverse;
  }
  #top_worry .worry_list .list .flex:after {
    position: absolute;
    top: calc(100% + 4rem);
    left: 50%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -120px;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 40px solid #efdddc;
    z-index: 1;
  }
  #top_worry .worry_list .list:nth-child(2) .flex:after {
    border-top: 40px solid #e2dbcf;
  }
  #top_worry .worry_list .list .image {
    width: calc(100% - 540px);
  }
  #top_worry .worry_list .list:nth-child(1) .image {
    background: url(/wp-content/uploads/images/worry_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_worry .worry_list .list:nth-child(2) .image {
    background: url(/wp-content/uploads/images/worry_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_worry .worry_list .list .image img {
    display: none;
  }
  #top_worry .worry_list .list .text {
    width: 540px;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  #top_worry .worry_list .list .text h3 {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1em;;
    font-size: 3rem;
    text-align: center;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    letter-spacing: .2em;
  }
  #top_worry .worry_list .list .text h3:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    margin-left: -50px;
    background: #d8a3a5;
  }
  #top_worry .worry_list .list:nth-child(2) .text h3:after {
    background: #ad9978;
  }
  #top_worry .worry_list .list .text li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1em;
    line-height: 1.5;
    font-size: 1.8rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;       
  }
  #top_worry .worry_list .list .text li:before {
    display: block;
    content: "";
    width: 3em;
    height: 3em;
    margin-right: 1em;
    background: url(/wp-content/uploads/images/icon_check_pink.webp) center center no-repeat;
    background-size: 80% 80%;
  }
  #top_worry .worry_list .list:nth-child(2) .text li:before {
    background: url(/wp-content/uploads/images/icon_check_beige.webp) center center no-repeat;
    background-size: 80% 80%;
  }  
  
  
  #top_worry .worry_list .list .text li:nth-child(n+2) {
    border-top: 1px dotted #ccc;
  }
  #top_worry .worry_list .list .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: 100px;
    margin: 0 auto;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_worry .worry_list .list:nth-child(1) .btn a {  
    background: #d8a3a5;
    box-shadow: 1rem 1rem 0 0 rgba(239,221,220,1);
  }
  #top_worry .worry_list .list:nth-child(2) .btn a {  
    background: #ad9978;
    box-shadow: 1rem 1rem 0 0 rgba(226,219,207,1);
  }
  #top_worry .worry_list .list .btn a:hover {
    box-shadow: none;
  }  
}
@media screen and (max-width: 1239px) {
  #top_worry {
    padding: 5rem 0 0;
    background: #fff;
  }
  #top_worry .worry_comment {
    margin-bottom: 5rem;
    padding: 0 1.5rem;
    text-align: center;
  }
  #top_worry .worry_list {}
  #top_worry .worry_list .list {
    padding: 0 0 5rem;
    box-sizing: border-box;
    background: #f5eaea;
  }
  #top_worry .worry_list .list:nth-child(2) {
    background: #efe9e3;
  }
  #top_worry .worry_list .list .flex {
    margin-bottom: 5rem;
  }
  #top_worry .worry_list .list:nth-child(2) .flex {
    flex-direction: row-reverse;
  }
  #top_worry .worry_list .list .flex:after {
    position: absolute;
    top: calc(100% + 4rem);
    left: 50%;
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -120px;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 40px solid #efdddc;
    z-index: 1;
  }
  #top_worry .worry_list .list:nth-child(2) .flex:after {
    border-top: 40px solid #e2dbcf;
  }
  #top_worry .worry_list .list .image {
    margin-bottom: 5rem;
  }
  #top_worry .worry_list .list .image img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_worry .worry_list .list .text {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  #top_worry .worry_list .list .text h3 {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1em;;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    letter-spacing: .2em;
  }
  #top_worry .worry_list .list .text h3:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    margin-left: -50px;
    background: #d8a3a5;
  }
  #top_worry .worry_list .list:nth-child(2) .text h3:after {
    background: #ad9978;
  }
  #top_worry .worry_list .list .text li {
    display: flex;
    align-items: center;
    position: relative;
    padding: .8em;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;       
  }
  #top_worry .worry_list .list .text li:before {
    display: block;
    content: "";
    width: 2.4em;
    height: 2.4em;
    margin-right: 1em;
    background: url(/wp-content/uploads/images/icon_check_pink.webp) center center no-repeat;
    background-size: 80% 80%;
  }
  #top_worry .worry_list .list:nth-child(2) .text li:before {
    background: url(/wp-content/uploads/images/icon_check_beige.webp) center center no-repeat;
    background-size: 80% 80%;
  }  
  
  
  #top_worry .worry_list .list .text li:nth-child(n+2) {
    border-top: 1px dotted #ccc;
  }
  #top_worry .worry_list .list .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }
  #top_worry .worry_list .list:nth-child(1) .btn a {  
    background: #d8a3a5;
    box-shadow: 1rem 1rem 0 0 rgba(239,221,220,1);
  }
  #top_worry .worry_list .list:nth-child(2) .btn a {  
    background: #ad9978;
    box-shadow: 1rem 1rem 0 0 rgba(226,219,207,1);
  }
  #top_worry .worry_list .list .btn a:hover {
    box-shadow: none;
  }  
}
/******************************************************
当院の医療脱毛
******************************************************/
@media screen and (min-width: 1240px) {
  #top_removal {
    background: #fff;
  }  
  #top_removal .section_001 {
    padding: 12rem 0 24rem;
    background:
      url(/wp-content/uploads/images/bg_removal.webp),
      url(/wp-content/uploads/images/removal_img001.webp);      
    background-repeat:
      no-repeat;
    background-size:
      100% auto,
      auto 100%;
    background-position:
      bottom center,
      top left;
    background-color:
      #fff;
  }
  #top_removal .section_002 {
    padding: 8rem 0 12rem;
    background-image: linear-gradient(0deg, rgba(239, 221, 220, 1), rgba(245, 235, 234, 1));
  }
  #top_removal .section_003 {
    padding-bottom: 12rem;
    background: #efdddc url(/wp-content/uploads/images/bg_reason.webp) bottom center no-repeat;
    background-size: 100% auto;
  }
  #top_removal .section_004 {
    padding-top: 8rem;
    background: #fff url(/wp-content/uploads/images/bg_savon.png) center center no-repeat;
    background-size: contain;
  }
  #top_removal .section_005 {
    padding: 12rem 0 8rem;
    background-image: linear-gradient(0deg, rgba(247, 241, 239, 1) 50%, rgba(255, 255, 255, 1));
  }
  /* 当院の医療脱毛 */  
  #top_removal .removal_flex {
    display: flex;
    justify-content: flex-end;
  }
  #top_removal .removal_flex .sp_image {
    display: none;
  }
  #top_removal .removal_flex .text {
    width: 640px;
    margin-left: auto;
  }
  #top_removal .removal_flex .text h3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
  }
  #top_removal .removal_flex .text h3 .jap {
    position: relative;
    font-size: 3.6rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
    z-index: 1;
  }
  #top_removal .removal_flex .text h3 .eng {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    color: #efdddc;
    font-size: 6rem;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
     transform:rotate(-15deg);
  }
  /* 当院で取り扱う脱毛機材 */  
  #top_removal .product_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  #top_removal .product_flex .image {
    width: calc(100% - 560px);
  }
  #top_removal .product_flex .text {
    width: 480px;
  }
  #top_removal .product_flex .text .title {
    margin-bottom: 1em;
    font-size: 4.8rem;
    letter-spacing: .2em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal; 
  }
  /* 他の脱毛機材との比較 */
  #top_removal .comparison_box table {
    width: 100%;
    table-layout: fixed;
  }
  #top_removal .comparison_box table td {
    padding: 1.2em;
    text-align: center;
    border-left: 1px solid #efdddc;        
    background: #fff;
  }
  #top_removal .comparison_box table tr:nth-child(n+2) td {
    border-top: 1px solid #efdddc;
  }
  #top_removal .comparison_box table td:nth-child(1) {
    background: #f5ebea;
  }
  #top_removal .comparison_box table tr:nth-child(1) {
    background: #f5ebea;
  }
  #top_removal .comparison_box table td:nth-child(3) {
    font-weight: 600;
    border-left: 5px solid #d8a3a5;
    border-right: 5px solid #d8a3a5;
  }
  #top_removal .comparison_box table tr:nth-child(1) td:nth-child(3) {
    color: #fff;
    border-top: 5px solid #d8a3a5;
    background: #d8a3a5;
  }
  #top_removal .comparison_box table tr:last-child td:nth-child(3) {
    border-bottom: 5px solid #d8a3a5;
  }
  /* 当院の脱毛が選ばれる理由 */
  #top_removal .reason_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_removal .reason_list .list {
    display: flex;
    flex-direction: column;
    width: calc(50% - 15px);
    margin-left: 30px;
  }
  #top_removal .reason_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_removal .reason_list .list:nth-child(n+3) {
    margin-top: 6rem;
  }
  #top_removal .reason_list .list .image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 4rem;
    z-index: 1;
  }
  #top_removal .reason_list .list .image .number {
    display: flex;
    flex-direction: column;
    color: #efdddc;
    text-align: center;
    line-height: 1.5;
    width: calc(100% - 240px);
  }
  #top_removal .reason_list .list .image .number .large {
    font-size: 16rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
    line-height: 1;
  }
  #top_removal .reason_list .list .image .number .small {
    letter-spacing: .2em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;    
  }
  #top_removal .reason_list .list .image .photo {
    width: 240px;
  }
  #top_removal .reason_list .list .image .photo img {
    border-radius: 120px;
  }
  #top_removal .reason_list .list .text {
    flex-grow: 1;
    margin-top: -18rem;
    padding: 6rem;
    padding-top: 24rem;
    background: #f7f1ef;
  }
  #top_removal .reason_list .list .text h3 {
    margin-bottom: 1em;
    color: #d8a3a5;
    font-size: 2.4rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
  }
  /* 当院のチケット料金 */
  #top_removal .ticket_comment {
    margin-bottom: 6rem;
    text-align: center;
  }
  #top_removal .ticket_comment h3 {
    margin-bottom: 1em;
    font-size: 4.8rem;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
  }
  #top_removal .ticket_comment h3 span {
    display: inline-block;
    padding: .4em 1.2em;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, rgba(239, 221, 221, 1) 65%);
  }
  #top_removal .ticket_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_removal .ticket_list .list {
    width: calc(50% - 2rem);
    margin-left: 4rem;
  }
  #top_removal .ticket_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_removal .ticket_list .list:nth-child(n+3) {
    margin-top: 4rem;
  }
  #top_removal .ticket_list .list table {
    width: 100%;
    border-top: 1px solid #f7f1ef;
    border-left: 1px solid #f7f1ef;
  }
  #top_removal .ticket_list .list th,
  #top_removal .ticket_list .list td {
    width: 25%;
    padding: .8em;
    text-align: center;
    background: #fff;
    border-right: 1px solid #f7f1ef;
    border-bottom: 1px solid #f7f1ef;
  }
  #top_removal .ticket_list .list th {
    color: #fff;
    font-size: 2rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;       
    background: #d8a3a5;
  }
  #top_removal .ticket_list .list td.title {
    width: 50%;
    text-align: left;
  }
}
@media screen and (max-width: 1239px) {
  #top_removal {
    background: #fff;
  }  
  #top_removal .section_001 {
    padding: 5rem 0;
    background:
      url(/wp-content/uploads/images/bg_removal.webp);      
    background-repeat:
      no-repeat;
    background-size:
      100% auto;
    background-position:
      bottom center;
    background-color:
      #fff;
  }
  #top_removal .section_002 {
    padding: 5rem 0;
    background-image: linear-gradient(0deg, rgba(239, 221, 220, 1), rgba(245, 235, 234, 1));
  }
  #top_removal .section_003 {
    padding: 0 0 5rem;
    background: #efdddc url(/wp-content/uploads/images/bg_reason.webp) bottom center no-repeat;
    background-size: 100% auto;
  }
  #top_removal .section_004 {
    padding: 5rem 0;
    background: #fff url(/wp-content/uploads/images/bg_savon.png) center center no-repeat;
    background-size: contain;
  }
  #top_removal .section_005 {
    padding: 5rem 0;
    background-image: linear-gradient(0deg, rgba(247, 241, 239, 1) 50%, rgba(255, 255, 255, 1));
  }
  /* 当院の医療脱毛 */  
  #top_removal .removal_flex {}
  #top_removal .removal_flex .sp_image {
    margin-bottom: 1em;
  }
  #top_removal .removal_flex .text {
  }
  #top_removal .removal_flex .text h3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  #top_removal .removal_flex .text h3 .jap {
    position: relative;
    font-size: 2.4rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
    z-index: 1;
  }
  #top_removal .removal_flex .text h3 .eng {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    color: #efdddc;
    font-size: 4rem;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
     transform:rotate(-15deg);
  }
  /* 当院で取り扱う脱毛機材 */  
  #top_removal .product_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  #top_removal .product_flex .image {
    margin-bottom: 1em;
  }
  #top_removal .product_flex .text {}
  #top_removal .product_flex .text .title {
    margin-bottom: 1em;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: .2em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal; 
  }
  /* 他の脱毛機材との比較 */
  #top_removal .comparison_box table {
    width: 100%;
    table-layout: fixed;
  }
  #top_removal .comparison_box table td {
    padding: .6em;
    text-align: center;
    border-left: 1px solid #efdddc;        
    background: #fff;
  }
  #top_removal .comparison_box table tr:nth-child(n+2) td {
    border-top: 1px solid #efdddc;
  }
  #top_removal .comparison_box table td:nth-child(1) {
    background: #f5ebea;
  }
  #top_removal .comparison_box table tr:nth-child(1) {
    background: #f5ebea;
  }
  #top_removal .comparison_box table td:nth-child(3) {
    font-weight: 600;
    border-left: 5px solid #d8a3a5;
    border-right: 5px solid #d8a3a5;
  }
  #top_removal .comparison_box table tr:nth-child(1) td:nth-child(3) {
    color: #fff;
    border-top: 5px solid #d8a3a5;
    background: #d8a3a5;
  }
  #top_removal .comparison_box table tr:last-child td:nth-child(3) {
    border-bottom: 5px solid #d8a3a5;
  }
  /* 当院の脱毛が選ばれる理由 */
  #top_removal .reason_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_removal .reason_list .list {
    display: flex;
    flex-direction: column;
  }
  #top_removal .reason_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_removal .reason_list .list .image {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    z-index: 1;
  }
  #top_removal .reason_list .list .image .number {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #efdddc;
    text-align: center;
    line-height: 1.5;
    width: 240px;
    margin-right: -240px;
    z-index: 1;
  }
  #top_removal .reason_list .list .image .number .large {
    font-size: 8rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
    line-height: 1;
  }
  #top_removal .reason_list .list .image .number .small {
    letter-spacing: .2em;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;    
  }
  #top_removal .reason_list .list .image .photo {
    width: 240px;
  }
  #top_removal .reason_list .list .image .photo img {
    border-radius: 120px;
  }
  #top_removal .reason_list .list .text {
    flex-grow: 1;
    margin-top: -9rem;
    padding: 3rem;
    padding-top: 12rem;
    background: #f7f1ef;
  }
  #top_removal .reason_list .list .text h3 {
    margin-bottom: 1em;
    color: #d8a3a5;
    font-size: 2.4rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
  }
  /* 当院のチケット料金 */
  #top_removal .ticket_comment {
    margin-bottom: 3rem;
    text-align: center;
  }
  #top_removal .ticket_comment h3 {
    margin-bottom: 1em;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
  }
  #top_removal .ticket_comment h3 span {
    display: inline-block;
    padding: .4em 1.2em;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 65%, rgba(239, 221, 221, 1) 65%);
  }
  #top_removal .ticket_list {}
  #top_removal .ticket_list .list {}
  #top_removal .ticket_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_removal .ticket_list .list table {
    width: 100%;
    border-top: 1px solid #f7f1ef;
    border-left: 1px solid #f7f1ef;
  }
  #top_removal .ticket_list .list th,
  #top_removal .ticket_list .list td {
    width: 30%;
    padding: .8em;
    text-align: center;
    background: #fff;
    border-right: 1px solid #f7f1ef;
    border-bottom: 1px solid #f7f1ef;
  }
  #top_removal .ticket_list .list th {
    color: #fff;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;       
    background: #d8a3a5;
  }
  #top_removal .ticket_list .list td.title {
    width: 40%;
    text-align: left;
  }
}
/******************************************************
当院の点滴治療
******************************************************/
@media screen and (min-width: 1240px) {
  #top_drip {}
  #top_drip .section_001 {
    padding: 24rem 0;
    background:
      url(/wp-content/uploads/images/bg_drip.webp),
      url(/wp-content/uploads/images/bg_drip002.webp),
      url(/wp-content/uploads/images/drip_img001.webp);      
    background-repeat:
      no-repeat;
    background-size:
      100% auto,
      100% auto,
      auto 100%;
    background-position:
      top center,
      bottom center,
      top right;
    background-color:
      #fff;    
  }  
  #top_drip .section_002 {
    padding: 12rem 0 8rem;
    background: #eee8e2;
  }
  #top_drip .section_003 {
    padding: 24rem 0;
    background:
      url(/wp-content/uploads/images/bg_drip003.webp),
      url(/wp-content/uploads/images/bg_drip002.webp),
      url(/wp-content/uploads/images/drip_img003.webp);      
    background-repeat:
      no-repeat;
    background-size:
      100% auto,
      100% auto,
      auto 100%;
    background-position:
      top center,
      bottom center,
      top left;
    background-color:
      #fff;    
  }    
  #top_drip .section_004 {
    padding: 12rem 0;
    background: #eee8e2;
  }
  /* 当院の医療脱毛 */  
  #top_drip .drip_flex {
    display: flex;
  }
  #top_drip .drip_flex .sp_image {
    display: none;
  }
  #top_drip .drip_flex .text {
    width: 640px;
    margin-left: 0;
    margin-right: auto;
  }
  #top_drip .drip_flex.reverse .text {
    margin-right: 0;
    margin-left: auto;
  }  
  #top_drip .drip_flex .text h3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
  }
  #top_drip .drip_flex .text h3 .jap {
    position: relative;
    font-size: 3.6rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
    z-index: 1;
  }
  #top_drip .drip_flex .text h3 .eng {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    color: #efdddc;
    font-size: 6rem;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
     transform:rotate(-15deg);
  }  
  #top_drip .drip_recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 8rem;
  }
  #top_drip .drip_recommend .image {
    width: calc(50% - 3rem);
  }
  #top_drip .drip_recommend .text {
    width: calc(50% - 3rem);
  }
  
  #top_drip .drip_recommend .text h3 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-size: 2.4rem;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    letter-spacing: .2em;  
  }
  #top_drip .drip_recommend .text h3:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    margin-top: -.4em;
    width: .8em;
    height: .8em;
    background: #ad9978;
  }
  #top_drip .drip_recommend .text li {
    display: flex;
    align-items: center;
    position: relative;
    padding: .8em;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;       
  }
  #top_drip .drip_recommend .text li:before {
    display: block;
    content: "";
    width: 2.4em;
    height: 2.4em;
    margin-right: 1em;
    background: url(/wp-content/uploads/images/icon_check_beige.webp) center center no-repeat;
    background-size: 80% 80%;
  }
  #top_drip .drip_recommend .text li:nth-child(n+2) {
    border-top: 1px dotted #ccc;
  }
  #top_drip .drip_product_comment {
    margin-bottom: 6rem;
    text-align: center;
  }
  #top_drip .drip_product_comment h3 {
    margin-bottom: 1em;
    font-size: 3.6rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    letter-spacing: .2em;  
  }
  #top_drip .drip_product_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
  }
  #top_drip .drip_product_list.triple .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc((100% / 3) - 20px);
    margin-left: 30px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  #top_drip .drip_product_list.triple .list:nth-child(3n+1) {
    margin-left: 0;
  }  
  
  #top_drip .drip_product_list.double .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc((100% / 2) - 15px);
    margin-left: 30px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  #top_drip .drip_product_list.double .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_drip .drip_product_list .list .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    padding: .8em;
    color: #fff;
    background: #ad9978;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    line-height: 1.5;
    letter-spacing: .2em;
    box-sizing: border-box;
  }
  #top_drip .drip_product_list .list .title span.large {
    font-size: 2.4rem;
  }
  #top_drip .drip_product_list .list .comment {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    padding: .8em;
    box-sizing: border-box;
  }
  #top_drip .drip_product_list .list .price {
    margin-top: .5em;
    font-size: 2rem;
    color: #ad9978;
    text-align: right;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
  }
  #top_drip .drip_comment {
    text-align: center;
  }
}
@media screen and (max-width: 1239px) {
  #top_drip {}
  #top_drip .section_001 {
    padding: 5rem 0;
    background:
      url(/wp-content/uploads/images/bg_drip.webp),
      url(/wp-content/uploads/images/bg_drip002.webp);    
    background-repeat:
      no-repeat;
    background-size:
      100% auto,
      100% auto;
    background-position:
      top center,
      bottom center;
    background-color:
      #fff;    
  }  
  #top_drip .section_002 {
    padding: 5rem 0;
    background: #eee8e2;
  }
  #top_drip .section_003 {
    padding: 5rem 0;
    background:
      url(/wp-content/uploads/images/bg_drip003.webp),
      url(/wp-content/uploads/images/bg_drip002.webp);      
    background-repeat:
      no-repeat;
    background-size:
      100% auto,
      100% auto;
    background-position:
      top center,
      bottom center;
    background-color:
      #fff;    
  }    
  #top_drip .section_004 {
    padding: 5rem 0;
    background: #eee8e2;
  }
  /* 当院の医療脱毛 */  
  #top_drip .drip_flex .sp_image {
    margin-bottom: 1em;
  }
  #top_drip .drip_flex .text h3 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  #top_drip .drip_flex .text h3 .jap {
    position: relative;
    font-size: 2.4rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
    z-index: 1;
  }
  #top_drip .drip_flex .text h3 .eng {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    color: #efdddc;
    font-size: 4rem;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
     transform:rotate(-15deg);
  }  
  #top_drip .drip_recommend {
    margin-bottom: 5rem;
  }
  #top_drip .drip_recommend .image {
    margin-bottom: 1em;
  }
  #top_drip .drip_recommend .text {}
  
  #top_drip .drip_recommend .text h3 {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em;
    font-size: 2rem;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    letter-spacing: .2em;  
  }
  #top_drip .drip_recommend .text h3:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    margin-top: -.4em;
    width: .8em;
    height: .8em;
    background: #ad9978;
  }
  #top_drip .drip_recommend .text li {
    display: flex;
    align-items: center;
    position: relative;
    padding: .8em;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;       
  }
  #top_drip .drip_recommend .text li:before {
    display: block;
    content: "";
    width: 2.4em;
    height: 2.4em;
    margin-right: 1em;
    background: url(/wp-content/uploads/images/icon_check_beige.webp) center center no-repeat;
    background-size: 80% 80%;
  }
  #top_drip .drip_recommend .text li:nth-child(n+2) {
    border-top: 1px dotted #ccc;
  }
  #top_drip .drip_product_comment {
    margin-bottom: 3rem;
    text-align: center;
  }
  #top_drip .drip_product_comment h3 {
    margin-bottom: 1em;
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    letter-spacing: .2em;  
  }
  #top_drip .drip_product_list {
    margin-bottom: 3rem;
  }
  #top_drip .drip_product_list .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
  }
  #top_drip .drip_product_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }  
  

  #top_drip .drip_product_list .list .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    padding: .8em;
    color: #fff;
    background: #ad9978;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    line-height: 1.5;
    letter-spacing: .2em;
    box-sizing: border-box;
  }
  #top_drip .drip_product_list .list .title span.large {
    font-size: 1.8rem;
  }
  #top_drip .drip_product_list .list .comment {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    padding: .8em;
    box-sizing: border-box;
  }
  #top_drip .drip_product_list .list .price {
    margin-top: .5em;
    font-size: 1.6rem;
    color: #ad9978;
    text-align: right;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;  
  }
  #top_drip .drip_comment {
    text-align: center;
  }
}
/******************************************************
お問い合わせ
******************************************************/
@media screen and (min-width: 1240px) {
  #top_contact {
    padding: 12rem 0;
    background: #f5f1ee;
  }
  #top_contact .banner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_contact .banner_list .list {
    width: calc((100% / 2) - 15px);
  }
  #top_contact .banner_list .list:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }
  #top_contact .banner_list .list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
    background: #d8a3a5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #top_contact .banner_list .list a:hover {
    opacity: .7;
  }
  #top_contact .banner_list .list a .icon {
    width: 80px;
    height: 80px;
    padding: 25px;
    margin-right: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
  }  
  #top_contact .banner_list .list a .icon img {
    display: block;
  }
}
@media screen and (max-width: 1239px) {
  #top_contact {
    padding: 5rem 0;
    background: #f5f1ee;
  }
  #top_contact .banner_list {}
  #top_contact .banner_list .list {
    width: 100%;
  }
  #top_contact .banner_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_contact .banner_list .list a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 1.5rem;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
    background: #d8a3a5;
    box-sizing: border-box;
  }
  #top_contact .banner_list .list a .icon {
    width: 50px;
    height: 50px;
    padding: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
  }  
  #top_contact .banner_list .list a .icon img {
    display: block;
  }
}
/******************************************************
スライダー
******************************************************/
@media screen and (min-width: 1240px) {
  #top_slider {
    padding: 2rem 0;
  }
  .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; 
    margin: 0;
  }    
  .simply-scroll-list .image {
    width: 360px;
    height: 240px;
    padding: 0 1rem;
  }
  .simply-scroll-list .image img {
    display: block;
  }   
}
@media screen and (max-width: 1239px) {
  #top_slider {
    padding: 1.5rem 0;
  }
  .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; 
    margin: 0;
  }    
  .simply-scroll-list .image {
    width: 240px;
    height: 160px;
    padding: 0 .5rem;
  }
  .simply-scroll-list .image img {
    display: block;
  }   
}
/******************************************************
医師紹介
******************************************************/
@media screen and (min-width: 1240px) {
  #top_doctor {
    padding: 12rem 0;
    color: #fff;    
    background-image: url(/wp-content/uploads/images/doctor_img001.webp), url(/wp-content/uploads/images/bg_doctor.webp);
    background-repeat:
      no-repeat,
      no-repeat;
    background-size:
      auto 100%,
      cover;
    background-position:
      top right 10%,
      top center;    
  }
  #top_doctor .doctor_flex {
    display: flex;
    flex-wrap: wrap;
  }
  #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 {
    font-size: 12rem;
    letter-spacing: .1em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
  }
  #top_doctor .doctor_flex .title .jap {
    position: relative;
    font-size: 2rem;
    text-align: right;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "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% - 6em);
    height: 1px;
    background: #fff;
  }
  #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 (max-width: 1239px) {
  #top_doctor {
    padding: 5rem 0;
    color: #fff;    
    background: url(/wp-content/uploads/images/bg_doctor.webp) top center no-repeat;
    background-size: cover;
  }
  #top_doctor .doctor_flex {}
  #top_doctor .doctor_flex .text {}
  #top_doctor .doctor_flex .title {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-bottom: 3rem;
    line-height: 1.5;
  }
  #top_doctor .doctor_flex .title .eng {
    font-size: 4rem;
    letter-spacing: .1em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
  }
  #top_doctor .doctor_flex .title .jap {
    position: relative;
    font-size: 1.6rem;
    text-align: right;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "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% - 6em);
    height: 1px;
    background: #fff;
  }
  #top_doctor .doctor_flex .sp_image {
    margin-bottom: 1em;
    text-align: center;
  }
  
  #top_doctor .doctor_flex .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_doctor .doctor_flex .comment p.name {
    text-align: right;
  }
}
/******************************************************
医院情報
******************************************************/
@media screen and (min-width: 1240px) {
  #top_clinic {
    padding: 12rem 0;
  }
  #top_clinic .clinic_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_clinic .clinic_flex .image {
    width: calc(50% - 3rem);
  }
  #top_clinic .clinic_flex .text {
    width: calc(50% - 3rem);
  }
  #top_clinic .clinic_flex .text .data {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .text .data th,
  #top_clinic .clinic_flex .text .data td {
    padding: .8em;
    border-bottom: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .text .data th {
    width: 20%;
  }
  #top_clinic .clinic_flex .text .schedule {
    width: 100%;
    margin-top: 5rem;
  }
  #top_clinic .clinic_flex .text .schedule th,
  #top_clinic .clinic_flex .text .schedule td {
    padding: .8em;
    text-align: center;
    border-bottom: 3px solid #fff;
  }
  #top_clinic .clinic_flex .text .schedule th {
    color: #fff;
    background: #ad9978;
  }
  #top_clinic .clinic_flex .text .schedule td {
    background: #f5f1ee;
  }
  #top_clinic .clinic_flex .text .schedule .color {
    color: #ca989a;
  }
  #top_clinic .clinic_flex .text p {
    margin-top: 1em;
    text-align: right;
  }
}
@media screen and (max-width: 1239px) {
  #top_clinic {
    padding: 5rem 0;
  }
  #top_clinic .clinic_flex {}
  #top_clinic .clinic_flex .image {
    margin-bottom: 3rem;
  }
  #top_clinic .clinic_flex .text {}
  #top_clinic .clinic_flex .text .data {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .text .data th,
  #top_clinic .clinic_flex .text .data td {
    padding: .6em;
    border-bottom: 1px solid #ccc;
  }
  #top_clinic .clinic_flex .text .data th {
    width: 100px;
  }
  #top_clinic .clinic_flex .text .schedule {
    width: 100%;
    margin-top: 3rem;
  }
  #top_clinic .clinic_flex .text .schedule th,
  #top_clinic .clinic_flex .text .schedule td {
    padding: .6em;
    text-align: center;
    border-bottom: 3px solid #fff;
  }
  #top_clinic .clinic_flex .text .schedule th {
    color: #fff;
    background: #ad9978;
  }
  #top_clinic .clinic_flex .text .schedule td {
    background: #f5f1ee;
  }
  #top_clinic .clinic_flex .text .schedule .color {
    color: #ca989a;
  }
  #top_clinic .clinic_flex .text p {
    margin-top: 1em;
    text-align: right;
  }
}



/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1240px) {
  #clinic_map .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 480px;
  } 
  #clinic_map .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);    
  }    
  #copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 11rem;
    color: #fff;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
    background: #d8a3a5;
  }
}
@media screen and (max-width: 1239px) {
  #footer {
    padding-bottom: 6rem;
  }
  #clinic_map .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  } 
  #clinic_map .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);    
  }    
  #copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    color: #fff;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;      
    background: #d8a3a5;
  }
}