@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=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: #000;
	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;
}
/******************************************************
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: 900px){
  #h_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem;
    display: flex;
    flex-direction: row-reverse;
    /*align-items: center;*/
    box-sizing: border-box;
  }
  #h_logo .image {
    display: flex;
    flex-direction: column;
    margin-left: 1em;
  }
  #h_logo .image img {
    width: 8.4rem;
    height: auto;
  }
  #h_logo .text {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #h_logo .text .title {
    margin-bottom: 1rem;
    padding: 0 1em;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2;
    box-sizing: border-box;
    background: #928160;
  }
  #h_logo .text .sub_title {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 100px;
    height: 100px;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 101;
    color: #fff;
    background: #006241;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 30px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
  }
  #h_toggle_btn span:nth-child(1){
    top: 24px;
  }
  #h_toggle_btn span:nth-child(2){
    top: 36px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 48px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 36px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 36px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: 16px;
    text-align: center;
  }  
  
  #h_btn {
    position: absolute;
    top: 1.5rem;
    right: 13.5rem;
    z-index: 1;
  }
  #h_btn .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 100px;
    line-height: 1.3;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
  }
  #h_btn .btn a .number span {
    font-size: 3rem;
  }
  
  #h_nav {
    background: rgba(0,98,65,.95);
    display: block;
    width: 540px;
    max-width: calc(100% - 60px);
    height: 100%;
    padding: 18rem 6rem 6rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1.2em 0;
    padding-right: 3em;
    color: #fff;
    border-bottom: 1px solid #ccc;
  }
  #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: var(--main-color);
  }
  #h_nav li:nth-child(even) a:before {
    background: var(--sub-color);
  }
  
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
  }
  #page_top a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 8rem;
    height: 8rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background: #928160;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }       
  
  
  .fix_banner_list {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    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: #6d7783;
    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: #6d7783;
    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: 899px){
  #header {
    height: 7rem;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    background: #fff;
    z-index: 100;
  }
  #h_cover.active {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
  }
  
  /*
  #h_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem;
    display: flex;
    flex-direction: row-reverse;
    box-sizing: border-box;
  }
  #h_logo .image {
    display: flex;
    flex-direction: column;
    margin-left: 1em;
  }
  #h_logo .image img {
    width: 8.4rem;
    height: auto;
  }
  #h_logo .text {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #h_logo .text .title {
    margin-bottom: 1rem;
    padding: 0 1em;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2;
    box-sizing: border-box;
    background: #928160;
  }  
  */
  
  
  
  
  
  
  
  
  
  #h_logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 7rem;
    padding: 1rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    box-sizing: border-box;
  }
  #h_logo .image {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
  }
  #h_logo .image img {
    width: 4.5rem;
    height: auto;
  }
  #h_logo .text {
    display: flex;
    flex-direction: column;
    
    font-size: 1rem;
    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 .text .title {
    margin-bottom: .3rem;
    padding: 0 1em;
    color: #fff;
    line-height: 1.8;
    letter-spacing: .1em;
    box-sizing: border-box;
    background: #928160;    
  }
  #h_logo .text .sub_title {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    z-index: 101;
    color: #fff;
    background: #006241;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
  }
  #h_toggle_btn span {
    display: block;
    width: 30px;
    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: 24px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 32px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: #fff;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 24px;
    -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: 24px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #fff;
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    font-size: 1rem;
    bottom: 10px;
    text-align: center;
  }  
  
  #h_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: calc(100% - 6rem);
  }
  #h_btn .btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    height: 60px;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    background: #006241;
  }
  #h_btn .btn a .number span {
    font-size: 2rem;
  }
  
  #h_nav {
    background: rgba(0,98,65,.95);
    display: block;
    width: 540px;
    max-width: calc(100% - 60px);
    height: 100%;
    padding: 8rem 1.5rem 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 a {
    position: relative;
    display: block;
    padding: 1.2em 0;
    padding-right: 3em;
    color: #fff;
    border-bottom: 1px solid #ccc;
  }
  #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: var(--main-color);
  }
  #h_nav li:nth-child(even) a:before {
    background: var(--sub-color);
  }
  
  #page_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50;
  }
  #page_top a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 6rem;
    height: 6rem;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    background: #928160;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }        
 
  
  .fix_banner_list {
    position: fixed;
    bottom: 7rem;
    left: 1rem;
    z-index: 100;
    display: flex;
    width: calc(100% - 2rem);
    box-sizing: border-box;
    
    display: none;
  }
  .fix_banner_list .fix_banner:nth-child(n+2) {
    margin-left: 1rem;
  }
  .fix_banner_list .fix_banner {
    width: calc(50% - .5rem);
    -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: 100%;
  }
  
  .fix_banner.hidden {
    display: none;
  }
  .fix_banner span.close_btn {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    color: #6d7783;
    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: #6d7783;
    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){
  .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 480px;
    filter: grayscale(100%);
  } 
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
  #copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    color: #fff;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    background: #006241;
  }
}
@media screen and (max-width: 1239px){
  .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    filter: grayscale(100%);
  } 
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
  #copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    color: #fff;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    background: #006241;
  }  
}
/******************************************************
トップ
******************************************************/
@media screen and (min-width: 1240px){
  /****************************************************
  タイトル
  ****************************************************/   
  .title_cover {
    position: relative;
  }
  .main_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3em;
    text-align: center;
    line-height: 1.2;
    z-index: 1;
  }
  .main_title span {
    font-size: 4.8rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .main_title span i {
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    vertical-align: baseline;
  }
  .main_title span i.green {
    color: #006241
  }  
  
  .title_cover .eng {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fafafa;
    font-size: 10vw;
    text-align: center;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  /****************************************************
  お問い合わせ
  ****************************************************/    
  .section_contact {
    padding: 12rem 0;
    background: #006241 url(/wp-content/uploads/images/bg_contact.webp) center center no-repeat;
    background-size: cover;
  }
  .section_contact .contact_title {
    margin-top: -18rem;
    color: #fff;
    font-size: 15rem;
    line-height: 1;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    opacity: .5;
  }
  .section_contact .contact_comment {
    margin-bottom: .6em;
    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;    
  }
  .section_contact .contact_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section_contact .contact_btn .btn {
    width: calc(50% - 20px);
  }
  .section_contact .contact_btn .btn a {
    display: block;
    padding: 5px;
    box-shadow: -1.2rem 1.2rem 1.2rem 0 rgba(0,0,0,.15);    
  }
  .section_contact .contact_btn .btn a.tel {
    color: #fff;    
    background: #b24f0c;    
  }
  .section_contact .contact_btn .btn a.faq {
    color: #fff;    
    background: #928160;    
  }  
  .section_contact .contact_btn .btn a .border {
    display: flex;
    flex-direction: column;
    justify-content: center;    
    height: 150px;
    font-size: 3.6rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    border: 1px solid #fff;
  }
  .section_contact .contact_btn .btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section_contact .contact_btn .btn a.tel span:before {
    display: block;
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-right: .8em;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: contain;
  }
  .section_contact .contact_btn .btn a.faq span:before {
    display: block;
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-right: .8em;
    background: url(/wp-content/uploads/images/icon_faq.webp) center center no-repeat;
    background-size: contain;
  }
  /****************************************************
  こんなお悩みはありませんか？
  ****************************************************/
  #top_worry {
    padding: 12rem 0;
    color: #fff;
    background: url(/wp-content/uploads/images/bg_worry.webp) top center;
  }
  #top_worry .worry_box {
    width: 720px;
    margin-left: auto;
  }
  #top_worry .worry_box li {
    position: relative;
    padding: .6em 0;
    padding-left: 2.4em;
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px dotted #fff;
  }
  #top_worry .worry_box li:first-child {
    border-top: 1px dotted #fff;
  }
  #top_worry .worry_box li: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_check_green.webp) center center no-repeat;
    background-size: contain;
  }
  /****************************************************
  多焦点眼内レンズとは
  ****************************************************/  
  #top_about {
    padding-bottom: 10rem;
  }
  #recommend_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;
  }
  #recommend_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 #fafafa;
    border-bottom: 0;    
    z-index: -1;
  }
  #top_about .about_box {
    margin: 0 10%;
    padding: 5px;
    color: #fff;
    background: #928160 url(/wp-content/uploads/images/bg_about.webp) center center no-repeat;
    background-size: cover;
  }
  #top_about .about_box .cover {
    position: relative;
    padding: 10rem;
    border: 1px solid #fff;
    background: #928160 url(/wp-content/uploads/images/bg_dot.png) center center;
  }
  #top_about .about_box .cover:before {
    position: absolute;
    top: -10rem;
    left: -10rem;
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    background: url(/wp-content/uploads/images/about_img001.webp) bottom center no-repeat;
    background-size: contain;
  }
  #top_about .about_box .cover:after {
    position: absolute;
    bottom: -10rem;
    right: -10rem;
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    background: url(/wp-content/uploads/images/about_img002.webp) bottom center no-repeat;
    background-size: contain;
  }
  #top_about .about_box .about_comment {
    width: 640px;
    margin: 0 auto;
  }
  #top_about .about_box .about_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  /****************************************************
  メリット
  ****************************************************/   
  #top_merit .merit_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  #top_merit .merit_box .merit_title_list {
    width: 540px;
  }
  #top_merit .merit_box .merit_title_list .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    background: #eae6de;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;        
  }
  #top_merit .merit_box .merit_title_list .list:nth-child(even) {
    background: #f0ece4;
  }
  #top_merit .merit_box .merit_title_list .list:hover,
  #top_merit .merit_box .merit_title_list .list.active {
    color: #fff;
    background: #928160;
  }
  #top_merit .merit_box .merit_title_list .list .number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 120px;
    color: #928160;
    text-align: center;
    line-height: 1.2;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif; 
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
  #top_merit .merit_box .merit_title_list .list.active .number {
    color: #fff;
  }
  #top_merit .merit_box .merit_title_list .list .number .large {
    font-size: 4.8rem;
  }
  #top_merit .merit_box .merit_title_list .list .title {
    font-size: 2rem;
    line-height: 1.5;
  }
  #top_merit .merit_box .merit_contents {
    position: relative;
    display: flex;
    flex-direcction: column;
    width: calc(100% - 540px);
  }
  #top_merit .merit_box .merit_contents .content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    height: 100%;
    flex-grow: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;        
  }
  #top_merit .merit_box .merit_contents .content.active {
    visibility: visible;
    opacity: 1;
  }
  #top_merit .merit_box .merit_contents .content:before {
    display: block;
    content: "";
    width: calc(100% - 420px);
    background: #ddd;
  }
  #top_merit .merit_box .merit_contents .content:nth-child(1):before {
    background: url(/wp-content/uploads/images/merit_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_merit .merit_box .merit_contents .content:nth-child(2):before {
    background: url(/wp-content/uploads/images/merit_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_merit .merit_box .merit_contents .content:nth-child(3):before {
    background: url(/wp-content/uploads/images/merit_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_merit .merit_box .merit_contents .content:nth-child(4):before {
    background: url(/wp-content/uploads/images/merit_img004.webp) top center no-repeat;
    background-size: cover;
  }
  #top_merit .merit_box .merit_contents .content:nth-child(5):before {
    background: url(/wp-content/uploads/images/merit_img005.webp) top center no-repeat;
    background-size: cover;
  }
  #top_merit .merit_box .merit_contents .content .comment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 420px;
    padding: 6rem;
    color: #fff;
    background: #928160;
    box-sizing: border-box;
  }
  #top_merit .merit_box .merit_contents .content .comment .title {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_merit .merit_box .merit_contents .content .comment .title:after {
    display: block;
    content: "";
    margin: 1em 0;
    width: 3em;
    height: 1px;
    background: #fff;
  }
  #top_merit .merit_box .merit_contents .content .comment .sp_title {
    display: none;
  }
  
  
  /****************************************************
  多少点眼内レンズと単焦点眼内レンズの違い
  ****************************************************/ 
  #top_comparison {
    position: relative;
    margin-bottom: 12rem;
    padding-bottom: 10rem;
    background: #f0ece4;
  }
  #top_comparison:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: #eae6de;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  #comparison_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;
  }
  #comparison_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 #fafafa;
    border-bottom: 0;    
    z-index: -1;
  }  
  
  #top_comparison .comparison_message {
    margin-bottom: 5rem;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
  }
  #top_comparison .comparison_message .type_a {
    color: #006241;
  }
  #top_comparison .comparison_message .type_b {
    color: #928160
  }
  #top_comparison .comparison_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
  #top_comparison .comparison_list .list {
    display: flex;
    flex-direction: column;    
    width: calc(50% - 2rem);
    padding: 5px;
    background: #fff;
    box-sizing: border-box;
  }
  #top_comparison .comparison_list .list.type_a .cover {
    flex-grow: 1;
    padding: 5px;
    border: 1px solid #006241;
  }
  #top_comparison .comparison_list .list.type_b .cover {
    flex-grow: 1;
    padding: 5px;
    border: 1px solid #928160;
  }
  #top_comparison .comparison_list .list h3 {
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    line-height: 6rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    background: #ccc;
  }
  #top_comparison .comparison_list .list.type_a h3 {
    background: #006241;
  }
  #top_comparison .comparison_list .list.type_b h3 {
    background: #928160;
  }
  #top_comparison .comparison_list .list ul {
    padding: 4rem;    
  }
  #top_comparison .comparison_list .list li {
    position: relative;
    padding: .8em 0;
    padding-left: 2.4em;
    line-height: 1.8;
  }
  #top_comparison .comparison_list .list li:nth-child(n+2) {
    border-top: 1px dotted #000;
  }
  #top_comparison .comparison_list .list li: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_check_green.webp) center center no-repeat;
    background-size: contain;
  }  
  #top_comparison .comparison_comment {
    margin-bottom: 8rem;
  }
  #top_comparison .comparison_comment p {
    width: 800px;
    margin: 0 auto;
  }
  #top_comparison .comparison_image_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
  #top_comparison .comparison_image_list .list {
    width: calc(50% - 2rem);
    box-sizing: border-box;
  }
  #top_comparison .comparison_image_list .list .title {
    margin-bottom: 1.2em;
    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_comparison .comparison_image_list .list.type_a .title span {
    color: #006241;
  }
  #top_comparison .comparison_image_list .list.type_b .title span {
    color: #928160;
  }  
  
  /****************************************************
  選ばれる理由
  ****************************************************/    
  #top_reason {
  }
  #top_reason .reason_list .list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8rem;
  }
  #top_reason .reason_list .list:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #top_reason .reason_list .list:nth-child(odd):before {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    display: block;
    content: "";
    width: 20vw;
    height: 20vw;
    background: rgba(0,0,0,.03);
  }
  
  
  #top_reason .reason_list .list:nth-child(even) {
    color: #fff;
    background: #006241;
  }
  #top_reason .reason_list .list:nth-child(even):before {
    position: absolute;
    top: 4rem;
    right: 4rem;
    display: block;
    content: "";
    width: 20vw;
    height: 20vw;
    background: rgba(255,255,255,.03);
  }  
  #top_reason .reason_list .list .image {
    position: relative;
    width: 50%;
    background: #ccc;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    z-index: 2;
  }
  #top_reason .reason_list .list:nth-child(1) .image {
    background: url(/wp-content/uploads/images/reason_img001cut.webp) top center no-repeat;
    background-size: cover;
  }
  #top_reason .reason_list .list:nth-child(2) .image {
    background: url(/wp-content/uploads/images/reason_img002cut.webp) top center no-repeat;
    background-size: cover;
  }
  #top_reason .reason_list .list:nth-child(3) .image {
    background: url(/wp-content/uploads/images/reason_img003cut.webp) top center no-repeat;
    background-size: cover;
  }
  #top_reason .reason_list .list:nth-child(4) .image {
    background: url(/wp-content/uploads/images/reason_img004cut.webp) top center no-repeat;
    background-size: cover;
  }
  
  #top_reason .reason_list .list:nth-child(odd) .image {
    margin-top: 5vw;
  }
  #top_reason .reason_list .list:nth-child(even) .image {
    margin-bottom: 5vw;
  }  
  
  #top_reason .reason_list .list .text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% + 5vw);
    padding: 8rem;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    box-sizing: border-box;
    z-index: 1;
  }
  #top_reason .reason_list .list:nth-child(odd) .text {
    margin-bottom: 5vw;
    margin-right: -5vw;
    padding-right: 10vw;
    background: url(/wp-content/uploads/images/reason_border_odd.webp) center center no-repeat;
    background-size: contain;;
  }
  #top_reason .reason_list .list:nth-child(even) .text {
    margin-top: 5vw;
    margin-left: -5vw;
    padding-left: 10vw;
    background: url(/wp-content/uploads/images/reason_border_even.webp) center center no-repeat;
    background-size: contain;
  }
  #top_reason .reason_list .list .text h3 {
    margin-bottom: .8em;
    font-size: 2.1875vw;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  
  
  /****************************************************
  当院で取扱っている多焦点眼内レンズについて
  ****************************************************/    
  #top_product {
    padding: 12rem 0;
    background: url(/wp-content/uploads/images/bg_product.webp) top center no-repeat;
    background-size: cover;
  }
  #top_product .product_list {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }
  #top_product .product_list .list .image {
    margin-bottom: 1.2em;
  }
  #top_product .product_list .list .title {
    margin-bottom: 1.2em;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_product .product_list .list .title span {
    font-size: 2.4rem;
  }
  
  #top_product .product_list .arrow {
    position: absolute;
    top: 320px;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
  }
  #top_product .product_list .prev {
    right: calc(100% + 20px);
    background: #f2f2f2 url(/wp-content/uploads/images/icon_prev.webp) center center no-repeat;
    background-size: contain;
  }
  #top_product .product_list .next {
    left: calc(100% + 20px);
    background: #f2f2f2 url(/wp-content/uploads/images/icon_next.webp) center center no-repeat;
    background-size: contain;    
  }
  
  
  /****************************************************
  よくあるご質問
  ****************************************************/   
  #top_faq {
    padding: 12rem 0;
    background: #f2f2f2;
  }
  #top_faq .faq_list .list:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_faq .faq_list .list .question {
    position: relative;
    padding: 1em;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    background: #006241;
    cursor: pointer;
  }
  #top_faq .faq_list .list .answer {
    display: none;
  }
  #top_faq .faq_list .list .answer.active {
    display: block;
  }
  #top_faq .faq_list .list .question:before,
  #top_faq .faq_list .list .question:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #top_faq .faq_list .list .question:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
  }
  #top_faq .faq_list .list .question.active:before {
    opacity: 0;
  }
  #top_faq .faq_list .list .question.active:after {
    transform: translateY(-50%) rotate(180deg);
  }  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  #top_faq .faq_list .list .question span {
    position: relative;
    display: block;
    padding-left: 1.5em;
    font-size: 1.8rem;
  }
  #top_faq .faq_list .list .question span:before {
    position: absolute;
    content: "Q";
    top: 50%;
    left: 0;
    margin-top: -.5em;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
  }
  #top_faq .faq_list .list .answer {
    position: relative;
    margin-top: 1em;
    padding: 3rem;
    padding-left: calc(3rem + 1.5em);
    background: #f2f2f2;
  }
  #top_faq .faq_list .list .answer:before {
    position: absolute;
    content: "A";
    top: 3rem;
    left: 3rem;
  }
  /****************************************************
  ごあいさつ
  ****************************************************/  
  #top_greeting {
    padding: 12rem 0;
    /*background: url(/wp-content/uploads/images/bg_greeting.webp) top center no-repeat;
    background-size: cover;*/
  }
  #top_greeting .greeting_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #top_greeting .greeting_box .image {
    width: 480px;
  }
  #top_greeting .greeting_box .image img {
    box-shadow: -1.2rem 1.2rem 1.2rem 0 rgba(0,0,0,.15);
  }
  #top_greeting .greeting_box .text {
    width: calc(100% - 540px);
  }
  #top_greeting .greeting_box .text .name {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2em;
    padding-bottom: 2em;    
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #ccc;
  }
  #top_greeting .greeting_box .text .name .jap {
    font-size: 2.4rem;
  }
  #top_greeting .greeting_box .text .name .jap span {
    margin-left: .6em;
    font-size: 3.6rem;
  }
  #top_greeting .greeting_box .text .name .eng {
    color: #ccc;
    letter-spacing: .2em;
  }
  #top_greeting .greeting_box .text .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_greeting .clinic_banner_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8rem;
  }
  #top_greeting .clinic_banner_list .list {
    width: calc(50% - 20px);
  }
  #top_greeting .clinic_banner_list .list a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #top_greeting .clinic_banner_list .list img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
    box-shadow: -1.2rem 1.2rem 1.2rem 0 rgba(0,0,0,.15);
  }
  #top_greeting .clinic_banner_list .list a:hover img {
    box-shadow: none;
  }  
  /****************************************************
  クリニック情報
  ****************************************************/
  #top_clinic {
    position: relative;
    padding: 12rem 0;
    background: url(/wp-content/uploads/images/bg_clinic.webp) top center no-repeat;
    background-size: cover;
  }
  #top_clinic:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 24rem;
    background: #006241;
  }
  #top_clinic .clinic_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    box-shadow: -1.2rem 1.2rem 1.2rem 0 rgba(0,0,0,.15);
    background: #fff;
    z-index: 1;
  }
  #top_clinic .clinic_box:before {
    display: block;
    content: "";
    width: 50%;
    background: url(/wp-content/uploads/images/clinic_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_box .text {
    width: 50%;
    padding: 6rem;
    text-align: center;
    box-sizing: border-box;
  }
  #top_clinic .clinic_box .text .logo {
    margin-bottom: 2rem;
  }
  #top_clinic .clinic_box .text .name {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    letter-spacing: .1em;
  }
  #top_clinic .clinic_box .text .type {
    margin-bottom: 2rem;
  }
  #top_clinic .clinic_box .text .type span {
    display: inline-block;
    padding: 0 2em;
    line-height: 3;
    border: 1px solid #ccc;
  }
  #top_clinic .clinic_box .text .address {
    margin-bottom: 2rem;
  }
  #top_clinic .clinic_box .text .tel {
    color: #006241;
    font-size: 3.6rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_clinic .clinic_box .text .tel a {
    color: #006241;
  }
  #top_clinic .clinic_box .text .schedule {
    margin-bottom: 1em;
    padding: 2rem;
    background: #f2f2f2;
  }
  #top_clinic .clinic_box .text .schedule table {
    width: 100%;
    table-layout: fixed;
  }
  #top_clinic .clinic_box .text .schedule table tr:nth-child(1) {
    border-bottom: 1px solid #000;
  }
  #top_clinic .clinic_box .text .schedule th,
  #top_clinic .clinic_box .text .schedule td {
    padding: .5em 0;
  }
  #top_clinic .clinic_box .text .schedule th {
    width: 100px;
  }
  #top_clinic .clinic_box .text .schedule table span {
    color: #006241;
  }
  #top_clinic .clinic_box .text .note {
    display: flex;
    align-items: center;
  }
  #top_clinic .clinic_box .text .note span {
    margin-right: .5em;
    padding: 0 1em;
    color: #fff;
    background: #006241;
  }
}
@media screen and (max-width: 1239px){
  /****************************************************
  タイトル
  ****************************************************/   
  .title_cover {
    position: relative;
  }
  .main_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.2;
    z-index: 1;
  }
  .main_title span {
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  .main_title span i {
    position: relative;
    display: inline-block;
    font-size: 1.3em;
    vertical-align: baseline;
  }
  .main_title span i.green {
    color: #006241
  }
  .title_cover .eng {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fafafa;
    font-size: 10vw;
    text-align: center;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  /****************************************************
  お問い合わせ
  ****************************************************/    
  .section_contact {
    padding: 5rem 0;
    background: #006241 url(/wp-content/uploads/images/bg_contact.webp) center center no-repeat;
    background-size: cover;
  }
  .section_contact .contact_title {
    color: #fff;
    font-size: 4.8rem;
    line-height: 1;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    opacity: .5;
  }
  .section_contact .contact_comment {
    margin-bottom: .6em;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
  }
  .section_contact .contact_btn {}
  .section_contact .contact_btn .btn:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .section_contact .contact_btn .btn a {
    display: block;
    padding: 5px;
    box-shadow: -1.2rem 1.2rem 1.2rem 0 rgba(0,0,0,.15);    
  }
  .section_contact .contact_btn .btn a.tel {
    color: #fff;    
    background: #b24f0c;    
  }
  .section_contact .contact_btn .btn a.faq {
    color: #fff;    
    background: #928160;    
  }  
  .section_contact .contact_btn .btn a .border {
    display: flex;
    flex-direction: column;
    justify-content: center;    
    height: 60px;
    font-size: 1.6rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    border: 1px solid #fff;
  }
  .section_contact .contact_btn .btn a span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section_contact .contact_btn .btn a.tel span:before {
    display: block;
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-right: .8em;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: contain;
  }
  .section_contact .contact_btn .btn a.faq span:before {
    display: block;
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-right: .8em;
    background: url(/wp-content/uploads/images/icon_faq.webp) center center no-repeat;
    background-size: contain;
  }
  /****************************************************
  こんなお悩みはありませんか？
  ****************************************************/
  #top_worry {
    padding: 5rem 0;
    color: #fff;
    background: url(/wp-content/uploads/images/bg_worry.webp) top center;
  }
  #top_worry .worry_box {
  }
  #top_worry .worry_box li {
    position: relative;
    padding: .6em 0;
    padding-left: 2.4em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px dotted #fff;
  }
  #top_worry .worry_box li:first-child {
    border-top: 1px dotted #fff;
  }
  #top_worry .worry_box li: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_check_green.webp) center center no-repeat;
    background-size: contain;
  }
  /****************************************************
  多焦点眼内レンズとは
  ****************************************************/  
  #top_about {
    
    padding-bottom: 5rem;
    overflow: hidden;
  }
  #recommend_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 0;
    font-size: 2rem;
    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;
  }
  #recommend_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 #fafafa;
    border-bottom: 0;    
    z-index: -1;
  }
  #top_about .about_box {
    margin: 0 1.5rem;
    padding: 5px;
    color: #fff;
    background: #928160 url(/wp-content/uploads/images/bg_about.webp) center center no-repeat;
    background-size: cover;
  }
  #top_about .about_box .cover {
    position: relative;
    padding: 5rem 1.5rem;
    border: 1px solid #fff;
    background: #928160 url(/wp-content/uploads/images/bg_dot.png) center center;
  }
  #top_about .about_box .cover:before {
    position: absolute;
    top: -3rem;
    left: -3rem;
    content: "";
    display: block;
    width: 25vw;
    height: 25vw;
    background: url(/wp-content/uploads/images/about_img001.webp) bottom center no-repeat;
    background-size: contain;
  }
  #top_about .about_box .cover:after {
    position: absolute;
    bottom: -3rem;
    right: -3rem;
    content: "";
    display: block;
    width: 25vw;
    height: 25vw;
    background: url(/wp-content/uploads/images/about_img002.webp) bottom center no-repeat;
    background-size: contain;
  }
  #top_about .about_box .about_comment {
    margin: 0 auto;
  }
  #top_about .about_box .about_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  /****************************************************
  メリット
  ****************************************************/   
  #top_merit {}
  #top_merit .merit_box {}
  #top_merit .merit_box .merit_title_list {
  }
  #top_merit .merit_box .merit_title_list .list {
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    background: #eae6de;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;        
    display: none;
  }
  #top_merit .merit_box .merit_title_list .list:nth-child(even) {
    background: #f0ece4;
  }
  #top_merit .merit_box .merit_title_list .list:hover,
  #top_merit .merit_box .merit_title_list .list.active {
    color: #fff;
    background: #928160;
  }
  #top_merit .merit_box .merit_title_list .list .number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 120px;
    color: #928160;
    text-align: center;
    line-height: 1.2;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif; 
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
  #top_merit .merit_box .merit_title_list .list.active .number {
    color: #fff;
  }
  #top_merit .merit_box .merit_title_list .list .number .large {
    font-size: 4.8rem;
  }
  #top_merit .merit_box .merit_title_list .list .title {
    font-size: 2rem;
    line-height: 1.5;
  }
  #top_merit .merit_box .merit_contents {
    position: relative;
  }
  #top_merit .merit_box .merit_contents .content {
    flex-grow: 1;   
  }

  #top_merit .merit_box .merit_contents .content:before {
    display: block;
    content: "";
    width: 100%;
    height: 56.25vw;
    background: #ddd;
  }
  #top_merit .merit_box .merit_contents .content:nth-child(1):before {
    background: url(/wp-content/uploads/images/merit_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_merit .merit_box .merit_contents .content:nth-child(2):before {
    background: url(/wp-content/uploads/images/merit_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_merit .merit_box .merit_contents .content:nth-child(3):before {
    background: url(/wp-content/uploads/images/merit_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_merit .merit_box .merit_contents .content:nth-child(4):before {
    background: url(/wp-content/uploads/images/merit_img004.webp) top center no-repeat;
    background-size: cover;
  }
  #top_merit .merit_box .merit_contents .content:nth-child(5):before {
    background: url(/wp-content/uploads/images/merit_img005.webp) top center no-repeat;
    background-size: cover;
  }
  #top_merit .merit_box .merit_contents .content .comment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 1.5rem 5rem;
    color: #fff;
    background: #928160;
    box-sizing: border-box;
  }
  #top_merit .merit_box .merit_contents .content .comment .title {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_merit .merit_box .merit_contents .content .comment .title:after {
    display: block;
    content: "";
    margin: 1em 0;
    width: 3em;
    height: 1px;
    background: #fff;
  }
  #top_merit .merit_box .merit_contents .content .comment .sp_title {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  
  /****************************************************
  多少点眼内レンズと単焦点眼内レンズの違い
  ****************************************************/ 
  #top_comparison {
    position: relative;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
    background: #f0ece4;
  }
  #comparison_title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5rem;
    padding: 1em 0;
    font-size: 2rem;
    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;
  }
  #comparison_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 #fafafa;
    border-bottom: 0;    
    z-index: -1;
  }  
  
  #top_comparison .comparison_message {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
  }
  #top_comparison .comparison_message .type_a {
    color: #006241;
  }
  #top_comparison .comparison_message .type_b {
    color: #928160
  }
  #top_comparison .comparison_list {
    margin-bottom: 5rem;
  }
  #top_comparison .comparison_list .list {
    padding: 5px;
    background: #fff;
    box-sizing: border-box;
  }
  #top_comparison .comparison_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_comparison .comparison_list .list.type_a .cover {
    padding: 5px;
    border: 1px solid #006241;
  }
  #top_comparison .comparison_list .list.type_b .cover {
    padding: 5px;
    border: 1px solid #928160;
  }
  #top_comparison .comparison_list .list h3 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    line-height: 6rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    background: #ccc;
  }
  #top_comparison .comparison_list .list.type_a h3 {
    background: #006241;
  }
  #top_comparison .comparison_list .list.type_b h3 {
    background: #928160;
  }
  #top_comparison .comparison_list .list ul {
    padding: 3rem 1.5rem;  
  }
  #top_comparison .comparison_list .list li {
    position: relative;
    padding: .6em 0;
    padding-left: 2.4em;
    line-height: 1.8;
  }
  #top_comparison .comparison_list .list li:nth-child(n+2) {
    border-top: 1px dotted #000;
  }
  #top_comparison .comparison_list .list li: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_check_green.webp) center center no-repeat;
    background-size: contain;
  }  
  #top_comparison .comparison_comment {
    margin-bottom: 3rem;
  }
  #top_comparison .comparison_comment p {
    margin: 0 auto;
  }
  #top_comparison .comparison_image_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_comparison .comparison_image_list .list {
    box-sizing: border-box;
  }
  #top_comparison .comparison_image_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #top_comparison .comparison_image_list .list .title {
    margin-bottom: 1.2em;
    font-size: 2rem;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }

  #top_comparison .comparison_image_list .list.type_a .title span {
    color: #006241;
  }
  #top_comparison .comparison_image_list .list.type_b .title span {
    color: #928160;
  }    
  
  /****************************************************
  選ばれる理由
  ****************************************************/    
  #top_reason {
    padding-top: 5rem;
  }
  #top_reason .reason_list .list {
    position: relative;
  }  
  #top_reason .reason_list .list:nth-child(even) {
    color: #fff;
    background: #006241;
  }
  #top_reason .reason_list .list .image {
    position: relative;
    width: 100%;
    background: #ccc;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    z-index: 2;
  }
  #top_reason .reason_list .list:nth-child(1) .image {
    background: url(/wp-content/uploads/images/reason_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_reason .reason_list .list:nth-child(2) .image {
    background: url(/wp-content/uploads/images/reason_img002.webp) top center no-repeat;
    background-size: cover;
  }
  #top_reason .reason_list .list:nth-child(3) .image {
    background: url(/wp-content/uploads/images/reason_img003.webp) top center no-repeat;
    background-size: cover;
  }
  #top_reason .reason_list .list:nth-child(4) .image {
    background: url(/wp-content/uploads/images/reason_img004.webp) top center no-repeat;
    background-size: cover;
  }

  
  #top_reason .reason_list .list .text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 1.5rem;
    box-sizing: border-box;
    z-index: 1;
  }
  #top_reason .reason_list .list .text h3 {
    margin-bottom: .8em;
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  
  
  /****************************************************
  当院で取扱っている多焦点眼内レンズについて
  ****************************************************/    
  #top_product {
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_product.webp) top center no-repeat;
    background-size: cover;
  }
  #top_product .product_list {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }
  #top_product .product_list .list .image {
    margin-bottom: 1.2em;
  }
  #top_product .product_list .list .title {
    margin-bottom: 1.2em;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_product .product_list .list .title span {
    font-size: 2.4rem;
  }
  
  #top_product .product_list .arrow {
    position: absolute;
    top: 30vw;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #ccc;
  }
  #top_product .product_list .prev {
    left: -1rem;
    background: #f2f2f2 url(/wp-content/uploads/images/icon_prev.webp) center center no-repeat;
    background-size: contain;
  }
  #top_product .product_list .next {
    right: -1rem;
    background: #f2f2f2 url(/wp-content/uploads/images/icon_next.webp) center center no-repeat;
    background-size: contain;    
  }
  
  
  /****************************************************
  よくあるご質問
  ****************************************************/   
  #top_faq {
    padding: 5rem 0;
    background: #f2f2f2;
  }
  #top_faq .faq_list .list:nth-child(n+2) {
    margin-top: 1em;
  }
  #top_faq .faq_list .list .question {
    position: relative;
    padding: 1em;
    padding-right: 2.5em;
    color: #fff;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    background: #006241;
    cursor: pointer;
  }
  #top_faq .faq_list .list .answer {
    display: none;
  }
  #top_faq .faq_list .list .answer.active {
    display: block;
  }
  #top_faq .faq_list .list .question:before,
  #top_faq .faq_list .list .question:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  #top_faq .faq_list .list .question:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
  }
  #top_faq .faq_list .list .question.active:before {
    opacity: 0;
  }
  #top_faq .faq_list .list .question.active:after {
    transform: translateY(-50%) rotate(180deg);
  }  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  #top_faq .faq_list .list .question span {
    position: relative;
    display: block;
    padding-left: 1.5em;
  }
  #top_faq .faq_list .list .question span:before {
    position: absolute;
    content: "Q";
    top: 50%;
    left: 0;
    margin-top: -.5em;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
  }
  #top_faq .faq_list .list .answer {
    position: relative;
    margin-top: 1em;
    padding-bottom: 1em;
    background: #f2f2f2;
  }
  #top_faq .faq_list .list .answer:before {
    display: block;
    content: "A";
  }
  /****************************************************
  ごあいさつ
  ****************************************************/  
  #top_greeting {
    padding: 5rem 0;
  }
  #top_greeting .greeting_box {}
  #top_greeting .greeting_box .image {
    width: 60%;
    max-width: 600px;
    margin: 0 auto 3rem;
  }
  #top_greeting .greeting_box .image img {
    box-shadow: -.6rem .6rem .6rem 0 rgba(0,0,0,.15);
  }
  #top_greeting .greeting_box .text {}
  #top_greeting .greeting_box .text .name {
    text-align: center;
    margin-bottom: 2em;
    padding-bottom: 2em;    
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    border-bottom: 1px solid #ccc;
  }
  #top_greeting .greeting_box .text .name .jap {
    font-size: 1.8rem;
  }
  #top_greeting .greeting_box .text .name .jap span {
    margin-left: .6em;
    font-size: 3.6rem;
  }
  #top_greeting .greeting_box .text .name .eng {
    color: #ccc;
    letter-spacing: .2em;
  }
  #top_greeting .greeting_box .text .comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_greeting .clinic_banner_list {
    margin-top: 3rem;
    text-align: center;
  }
  #top_greeting .clinic_banner_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #top_greeting .clinic_banner_list .list a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #top_greeting .clinic_banner_list .list a:hover {
    opacity: .7;
  }
  #top_greeting .clinic_banner_list .list img {
    box-shadow: -.6rem .6rem .6rem 0 rgba(0,0,0,.15);
  }  
  
  /****************************************************
  クリニック情報
  ****************************************************/
  #top_clinic {    
    position: relative;
    padding: 5rem 0;
    background: url(/wp-content/uploads/images/bg_clinic.webp) top center no-repeat;
    background-size: cover;
  }
  #top_clinic:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 24rem;
    background: #006241;
  }
  #top_clinic .clinic_box {
    position: relative;
    box-shadow: -1.2rem 1.2rem 1.2rem 0 rgba(0,0,0,.15);
    background: #fff;
    z-index: 1;
  }
  #top_clinic .clinic_box:before {
    display: block;
    content: "";
    width: 100%;
    height: 56.25vw;
    background: url(/wp-content/uploads/images/clinic_img001.webp) top center no-repeat;
    background-size: cover;
  }
  #top_clinic .clinic_box .text {
    padding: 3rem 1.5rem;
    text-align: center;
    box-sizing: border-box;
  }
  #top_clinic .clinic_box .text .logo {
    margin-bottom: 2rem;
  }
  #top_clinic .clinic_box .text .logo img {
    height: 6rem;
  }
  #top_clinic .clinic_box .text .name {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
    letter-spacing: .1em;
  }
  #top_clinic .clinic_box .text .type {
    margin-bottom: 2rem;
  }
  #top_clinic .clinic_box .text .type span {
    display: inline-block;
    padding: 0 2em;
    line-height: 3;
    border: 1px solid #ccc;
  }
  #top_clinic .clinic_box .text .address {
    margin-bottom: 2rem;
  }
  #top_clinic .clinic_box .text .tel {
    color: #006241;
    font-size: 3.6rem;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;
  }
  #top_clinic .clinic_box .text .tel a {
    color: #006241;
  }
  #top_clinic .clinic_box .text .schedule {
    margin-bottom: 1em;
    padding: 2rem;
    background: #f2f2f2;
  }
  #top_clinic .clinic_box .text .schedule table {
    width: 100%;
    /*
    table-layout: fixed;
    */
  }
  #top_clinic .clinic_box .text .schedule table tr:nth-child(1) {
    border-bottom: 1px solid #000;
  }
  #top_clinic .clinic_box .text .schedule th,
  #top_clinic .clinic_box .text .schedule td {
    padding: .5em 0;
  }
  #top_clinic .clinic_box .text .schedule th {
    width: 100px;
  }
  #top_clinic .clinic_box .text .schedule table span {
    color: #006241;
  }
  #top_clinic .clinic_box .text .note {
    display: flex;
    align-items: center;
  }
  #top_clinic .clinic_box .text .note span {
    margin-right: .5em;
    padding: 0 1em;
    color: #fff;
    background: #006241;
  }
  
  
  
  
  

  
  
  
  
  
  
  
  
  
  
  
  
}
@media screen and (min-width: 900px) {
  /****************************************************
  メインビジュアル
  ****************************************************/ 
  #top_image {
    position: relative;
    width: 100%;
    padding: 13rem 0 5vw;
  }  
  #top_image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 85%;
    height: 65%;
    background-image: linear-gradient(90deg, rgba(234, 230, 222, 1), rgba(240, 236, 228, 1));
  }
  #top_image:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 45%;
    height: 65%;
    background: #fafafa;
    z-index: -1;
  }    
  #top_image_list .list {
    position: relative;
    width: 100%;
    padding-bottom: 6rem;
  }
  #top_image_list .list .image_a {
    display: block;
    width: 50%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_image_list .list .image_b {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 25%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_image_list .list .image_c {
    position: absolute;
    bottom: 48%;
    right: 10%;
    display: block;
    width: 20%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_image_list .list:nth-child(1) .image_a {
    background: url(/wp-content/uploads/images/main_img001a.webp) center center no-repeat;
    background-size: cover;
  }
  #top_image_list .list:nth-child(1) .image_b {
    background: url(/wp-content/uploads/images/main_img001b.webp) center center no-repeat;
    background-size: cover;
  }
  #top_image_list .list:nth-child(1) .image_c {
    background: url(/wp-content/uploads/images/main_img001c.webp) center center no-repeat;
    background-size: cover;
  }  
  #top_image_list .list:nth-child(2) .image_a {
    background: url(/wp-content/uploads/images/main_img002a.webp) center center no-repeat;
    background-size: cover;
  }
  #top_image_list .list:nth-child(2) .image_b {
    background: url(/wp-content/uploads/images/main_img002b.webp) center center no-repeat;
    background-size: cover;
  }
  #top_image_list .list:nth-child(2) .image_c {
    background: url(/wp-content/uploads/images/main_img002c.webp) center center no-repeat;
    background-size: cover;
  }  
  #main_clinic_name {    
    position: absolute;
    bottom: 5vw;
    left: .5em;
    color: #928160;
    font-size: 6vw;
    letter-spacing: .1em;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;     
  }  
  #main_catch_copy {
    position: absolute;
    top: 13rem;
    right: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    height: 100%;
    font-size: 2.5vw;
    line-height: 1.3;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    box-sizing: border-box;
  }
  #main_catch_copy span i {
    position: relative;
    display: inline-block;
    padding: 0 .3em;
    font-size: 1.3em;
    vertical-align: baseline;
  }
  #main_catch_copy span i:after {
    position: absolute;
    top: 10%;
    left: 0;
    content: "";
    width: 2px;
    height: 80%;
    display: block;
    background: #928160;
  }  
  #main_image_address {
    padding: 0 1.5rem;
    text-align: right;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;   
  }
  #main_mark_list {
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    display: flex;
  }
  #main_mark_list .list {
    width: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    object-fit: cover;
    aspect-ratio: 1 /1;
    color: #fff;
    font-size: 1vw;
    text-align: center;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif; 
    border-radius: 50%;
  }
  #main_mark_list .list:nth-child(n+2) {
    margin-left: 1vw;
  }
  #main_mark_list .list.right {
    border: 5px solid #00583a;
    background: #006241 url(/wp-content/uploads/images/bg_mark.webp) center center no-repeat;
    background-size: contain;
  }
  #main_mark_list .list.left {
    border: 5px solid #837456;
    background: #928160 url(/wp-content/uploads/images/bg_mark.webp) center center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width:899px) {
  /****************************************************
  メインビジュアル
  ****************************************************/ 
  #top_image {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5vw 0;
  }  
  #top_image:before {
    position: absolute;
    top: 25%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    background-image: linear-gradient(90deg, rgba(234, 230, 222, 1), rgba(240, 236, 228, 1));
  }
  #top_image:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 45%;
    height: 65%;
    background: #fafafa;
    z-index: -1;
  } 
  #top_image_list .list {
    position: relative;
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding-bottom: 6rem;
  }
  #top_image_list .list .image_a {
    display: block;
    width: 75%;
    margin-right: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_image_list .list .image_b {
    display: block;
    width: 50%;
    margin-top: 25vw;
    margin-right: 4vw;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_image_list .list .image_c {
    display: block;
    width: 40%;
    margin-top: 20vw;
    margin-left: 4vw;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_image_list .list:nth-child(1) .image_a {
    background: url(/wp-content/uploads/images/main_img001a.webp) center center no-repeat;
    background-size: cover;
  }
  #top_image_list .list:nth-child(1) .image_b {
    background: url(/wp-content/uploads/images/main_img001b.webp) center center no-repeat;
    background-size: cover;
  }
  #top_image_list .list:nth-child(1) .image_c {
    background: url(/wp-content/uploads/images/main_img001c.webp) center center no-repeat;
    background-size: cover;
  }  
  #top_image_list .list:nth-child(2) .image_a {
    background: url(/wp-content/uploads/images/main_img002a.webp) center center no-repeat;
    background-size: cover;
  }
  #top_image_list .list:nth-child(2) .image_b {
    background: url(/wp-content/uploads/images/main_img002b.webp) center center no-repeat;
    background-size: cover;
  }
  #top_image_list .list:nth-child(2) .image_c {
    background: url(/wp-content/uploads/images/main_img002c.webp) center center no-repeat;
    background-size: cover;
  }  
  #main_clinic_name {    
    position: absolute;
    top: 44%;
    left: 1em;
    color: #928160;
    font-size: 6vw;
    letter-spacing: .1em;
    line-height: 1;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;     
  }  
  #main_catch_copy {
    position: absolute;
    top: 2em;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    height: 100%;
    font-size: 5vw;
    line-height: 1.3;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;    
    box-sizing: border-box;
  }
  #main_catch_copy span i {
    position: relative;
    display: inline-block;
    padding: 0 .3em;
    font-size: 1.3em;
    vertical-align: baseline;
  }
  #main_catch_copy span i:after {
    position: absolute;
    top: 10%;
    left: 0;
    content: "";
    width: 2px;
    height: 80%;
    display: block;
    background: #928160;
  }  
  #main_image_address {
    order: 10;
    width: 100%;
    padding: 0 1.5rem;
    text-align: center;
    letter-spacing: .2em;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif;   
    box-sizing: border-box;
  }
  #main_mark_list {
    position: absolute;
    bottom: 10%;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #main_mark_list .list {
    width: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    object-fit: cover;
    aspect-ratio: 1 /1;
    color: #fff;
    font-size: 3.2vw;
    text-align: center;
    line-height: 1.5;
    font-family: "游明朝体", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", YuMincho, "MS PMincho", "Times New Roman", serif; 
    border-radius: 50%;
  }
  #main_mark_list .list:nth-child(n+2) {
    margin-left: 2vw;
  }
  #main_mark_list .list.right {
    border: 3px solid #00583a;
    background: #006241 url(/wp-content/uploads/images/bg_mark.webp) center center no-repeat;
    background-size: contain;
  }
  #main_mark_list .list.left {
    border: 5px solid #837456;
    background: #928160 url(/wp-content/uploads/images/bg_mark.webp) center center no-repeat;
    background-size: contain;
  }  
} 