@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=Zen+Maru+Gothic&display=swap');
/******************************************************
基本設定
******************************************************/
:root {
  --white: #fff; /* 白 */
  --main-color: #cd99a5; /* メインカラー */
  --sub-color: #eb9f5b; /* サブカラー */
  --bg-color: #cd99a5; /* 背景色1（基本的にメインカラーと同じ） */
  --bg-high-color: #faf4f6; /* 背景色2 */
  --bg-high-color-2: #f2f7fb; /* 背景色3 */
  --inner-size: 1300px; /* インナー */
  --text-size-pc: 16px; /* フォントサイズ */
  --text-size-sp: 14px; /* フォントサイズ */
  --text-color: #444; /* テキストカラー（通常） */
  --text-high-color: #fff; /* テキストカラー（背景あり） */
  --text-space: 0; /* フォントの間隔 */
  --text-weight: 400; /* フォントの太さ */
  --text-weight-bold: 600; /* フォント（太字）の太さ */
  --text-weight-black: 900; /* フォント（超太字）の太さ */
  --border-color: #ccc; /* 線の色 */
  --sans: "Zen Maru Gothic", sans-serif; /* ゴシック体 */
  --serif: "游明朝体","Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif; /* 明朝体 */
  --catch: "Noto Sans JP", "游ゴシック", "Zen Kaku Gothic New", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --alphabet: "Funnel Sans", sans-serif; /* 英語フォント */
}
/******************************************************
リセット
******************************************************/
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: var(--text-weight);
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: var(--text-color);
	font-size: 100%;
  font-weight: var(--text-weight);
	font: inherit;
	vertical-align: middle;
  word-break: break-all;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: var(--text-size-pc);
  line-height: 2;
  font-weight: var(--text-weight);
  letter-spacing: var(--text-space);
  font-family: var(--sans);
}
@media screen and (max-width:767px) {
  body {
    font-size: var(--text-size-sp);
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: var(--text-weight);
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: var(--text-weight);
}
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: var(--text-color);
  text-decoration: none;
  vertical-align: baseline;
  border:　none;
  outline:　none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
iPhoneリセット
******************************************************/
input,textarea,select {
  font-family: var(--sans);
}
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 {
  font-size: 1.6rem;
  font-family: var(--sans);
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--border-color);
  box-sizing: border-box;
}
/******************************************************
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 zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/******************************************************
iPhoneリセット
******************************************************/
.clearfix:after,
.inner:after,
.box:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
レスポンシブ
******************************************************/
.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: var(--inner-size);
    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;}
}
/******************************************************
基本フォント
******************************************************/
.sans {
  font-family: var(--sans);
}
.serif {
  font-family: var(--serif);
}
.bold {
  font-weight: var(--text-weight-bold);
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width:1240px) {
  #footer {
    position: relative;
  }
  /* トップに戻る */
  #page_top {
    display: none;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 50;
  }
  #page_top.fixed {
    position: absolute;
    bottom: 11.5rem;
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 7rem;
    height: 7rem;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 50%;
    background: var(--sub-color);
    -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: -.5rem;
    transform-origin: top left;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--white);
  }
  #page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 1.4rem;
    height: 1px;
    margin-top: -.5rem;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--white);
  }     
  #page_top a:hover {
    opacity: .7;
  }  
  /* GoogleMap */
  #f_map .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1;
    vertical-align: middle;
  }
  /* コピーライト */
  #copyright {
    display: flex;
    flex-directinon: column;
    justify-content: center;
    align-items: center;
    height: 10rem;
    color: var(--white);
    font-size: 1.4rem;
    text-align: center;
    font-family: var(--serif);
    line-height: 1;
    background: var(--main-color);
  }
}
@media screen and (max-width:1239px) {
  #footer {
    position: relative;
    padding-bottom: 6rem;
  }  
  /* トップに戻る */
  #page_top {
    position: fixed;
    bottom: 7rem;
    right: 1rem;
    z-index: 100;
  }
  #page_top.fixed {
    position: absolute;
    bottom: calc(100% + 1rem);
  }
  #page_top a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    color: var(--white);
    text-align: center;
    border-radius: 50%;
    background: var(--sub-color);
  }  
  #page_top a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    margin-top: -.3rem;
    transform-origin: top left;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--white);
  }
  #page_top a:after {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    margin-top: -.3rem;
    transform-origin: top right;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--white);
  }    
  /* GoogleMap */
  #f_map .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    vertical-align: middle;
  }
  /* コピーライト */
  #copyright {
    display: flex;
    flex-directinon: column;
    justify-content: center;
    align-items: center;
    height: 6rem;
    color: var(--white);
    font-size: 1.2rem;
    text-align: center;
    font-family: var(--serif);
    line-height: 1;
    background: var(--main-color);
  }
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width:1240px) {
  #header {}
  #h_cover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem;
    padding-right: calc(100px + 3rem);
    box-sizing: border-box;
    z-index: 100;
  }
  /* ロゴ・タイトル */
  #h_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-align: center;
  }
  #h_logo .image {}
  #h_logo .image img {
    width: auto;
    height: 70px;
  }
  #h_logo .type {
    width: 300px;
    margin-top: 8px;
    color: var(--white);
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.2rem;
    background: var(--main-color);
  }
  /* ボタン */
  #h_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  #h_btn .btn {
    position: relative;
    width: 300px;
    margin-left: 1.5rem;
    background: var(--white);
  }
  #h_btn .btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100px; 
    color: var(--white);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
    box-shadow: -.3em .3em .6em rgba(0,0,0,.1);
  }
  #h_btn .btn a:hover {
    opacity: .7;
  }
  #h_btn .btn a .title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #h_btn .btn a .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 2rem;
    line-height: 1.5;
  }
  /* 電話番号 */
  #h_btn .btn a.tel {
    background: var(--main-color);
  }
  #h_btn .btn a.tel:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: var(--white);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  #h_btn .btn a.tel .logo {
    color: var(--white);
  }
  #h_btn .btn a.tel .logo .icon {
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-right: .5em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center;
    background-size: contain;
  }
  /* フォーム */
  #h_btn .btn a.form {
    background: var(--sub-color);
  }
  #h_btn .btn a.form:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: var(--white);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  #h_btn .btn a.form .logo {
    color: var(--white);
  }
  #h_btn .btn a.form .logo .icon {
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-right: .5em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_form.webp) center center;
    background-size: contain;
  }  
  /* ハンバーガーメニュー */
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 100px;
    height: 100px;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 101;
    color: var(--white);
    background: var(--main-color);
    cursor: pointer;
    box-sizing: border-box;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: -.3em .3em .6em rgba(0,0,0,.1);    
  }
  #h_toggle_btn span {
    display: block;
    width: 40px;
    height: 1px;
    background: var(--white);
    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: var(--white);
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 36px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--white);
  }
  #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: var(--white);
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    font-family: var(--serif);
  }  
  /* メニュー全体 */
  #h_nav {
    background: rgba(255,255,255,.95);
    display: block;
    width: 480px;
    max-width: calc(100% - 60px);
    height: 100%;
    padding: 12rem 6rem 6rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-left: 1.5em;
    border-bottom: 1px solid var(--bg-high-color);
  }
  #h_nav li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-top: -.5rem;
    line-height: 1;
    background: var(--sub-color);
  }
}
@media screen and (max-width:1239px) {
  #header {
    height: 6rem;
  }
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    background: var(--white);    
  }
  /* ロゴ・タイトル */
  #h_logo {
    padding: 1.3rem;
    padding-right: 7.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #h_logo .image img {
    display: block;
    height: 3.4rem;
    vertical-align: middle;
  }
  #h_logo .type {
    margin-left: .6rem;
    padding: .6rem 1.2rem;
    color: var(--white);
    font-size: 1.2rem;
    line-height: 1;
    text-align: left;
    background: var(--main-color);
  }
  /* ボタン */
  #h_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #h_btn .btn {
    width: calc(100% / 2);
    background: var(--white);
  }
  #h_btn .btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: var(--white);
    box-sizing: border-box;
  }
  #h_btn .btn a .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #h_btn .btn a .logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }  
  /* 電話番号 */
  #h_btn .btn a.tel {
    background: var(--main-color);
  }
  #h_btn .btn a.tel .logo .icon {
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-right: .5em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center;
    background-size: contain;
  }
  /* フォーム */
  #h_btn .btn a.form {
    background: var(--sub-color);
  }
  #h_btn .btn a.form .logo .icon {
    content: "";
    width: 1.6em;
    height: 1.6em;
    margin-right: .5em;
    line-height: 1;
    background: url(/wp-content/uploads/images/icon_form.webp) center center;
    background-size: contain;
  }  
  /* ハンバーガーメニュー */
  #h_toggle_btn {
    position: fixed;
    display: block;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 101;
    color: var(--white);
    background: var(--main-color);
    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: 26px;
    height: 1px;
    background: var(--white);
    position: absolute;
    left: 17px;
    -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: 22px;
  }
  #h_toggle_btn span:nth-child(3){
    top: 28px;
  }
  #h_toggle_btn.open {
    z-index: 10004;
  }
  #h_toggle_btn.open span {
    color: var(--white);
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    background: var(--white);
  }
  #h_toggle_btn.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #h_toggle_btn.open span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: var(--white);
  }  
  #h_toggle_btn div {
    position: absolute;
    width: 100%;
    bottom: .8rem;
    font-size: 1rem;
    text-align: center;
    font-family: var(--serif);
  }  
  /* メニュー全体 */
  #h_nav {
    background: rgba(255,255,255,.9);
    display: block;
    width: 280px;
    max-width: 100%;
    height: 100%;
    padding: 9rem 3rem 3rem;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #h_nav li a {
    position: relative;
    display: block;
    padding: 1em;
    padding-left: 1.5em;
    border-bottom: 1px solid var(--bg-high-color);
  }
  #h_nav li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 1rem;
    height: 1rem;
    margin-top: -.5rem;
    border-radius: 50%;
    line-height: 1;
    background: var(--sub-color);
  }
}
/******************************************************
タイトル
******************************************************/
@media screen and (min-width:1240px) {
  .main_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
    text-align: center;
    font-weight: var(--text-weight-bold);
    line-height: 1.5;
  }  
  .main_title .eng {
    color: var(--main-color);
    font-size: 2rem;
    letter-spacing: .2em;
  }
  .main_title .jap {
    font-size: 3rem;
  }
  .main_title.white .eng,
  .main_title.white .jap {
    color: var(--white);
  }
}
@media screen and (max-width:1239px) {
  .main_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: var(--text-weight-bold);
    line-height: 1.5;
  }  
  .main_title .eng {
    color: var(--main-color);
    letter-spacing: .2em;
  }
  .main_title .jap {
    font-size: 2rem;
  }
  .main_title.white .eng,
  .main_title.white .jap {
    color: var(--white);
  }  
}
/******************************************************
メインビジュアル
******************************************************/
@media screen and (min-width:1240px) {
  #top_main {
    position: relative;
    width: 100%;
    aspect-ratio: 2 / 1;
    background: var(--white) url(/wp-content/uploads/images/bg_main.webp) bottom center no-repeat;
    background-size: contain;
    overflow: hidden;
  }
  #catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    aligin-items: center;
    box-sizing: border-box;
  }
  #catch_copy .catch_cover {
    width: 600px;
    margin-left: auto;
  }
  #catch_copy .catch {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    aligin-items: center;    
    margin-bottom: .4em;
    font-size: 4.8rem;
    font-weight: var(--text-weight-bold);
    text-align: left;
    line-height: 1.5;
    z-index: 1;
  }
  #catch_copy .catch i {
    color: var(--main-color);
  }
  #catch_copy .area_title {
    position: relative;
    width: 100%;
    margin-bottom: 1.2em;
    font-size: 2.4rem;
    font-weight: var(--text-weight-bold);
  }
  #catch_copy .area_title:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: "";
    width: calc(100% - 6em);
    height: 2px;
    margin-top: -1px;
    background: var(--text-color);
    border-radius: 1px;
  }  
  #catch_copy .area_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #catch_copy .area_list .list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 5) - .3em);
    height: 2.6em;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    border-radius: 1.3em;
    background: #50819d;
    box-sizing: border-box;
  }
  #catch_copy .area_list .list:first-child {
    margin-left: 0;
  }
  #catch_copy .other_comment {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 3) - .3em);
    height: 2.6em;
    margin: .6em auto 0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    border-radius: 1.3em;
    background: #50819d;
    box-sizing: border-box;   
  }
}
@media screen and (max-width:1239px) {
  #top_main {
    position: relative;
    width: 100%;
    padding-bottom: 100vw;
    aspect-ratio: 5 / 6;
    background: var(--white) url(/wp-content/uploads/images/bg_main.webp) bottom center no-repeat;
    background-size: contain;
    overflow: hidden;
    box-sizing: border-box;
  }
  #catch_copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #catch_copy .catch_cover {
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
    aspect-ratio: 4 / 3;
  }
  #catch_copy .catch {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    aligin-items: center;    
    margin-bottom: .4em;
    font-size: 6vw;
    font-weight: var(--text-weight-bold);
    text-align: center;
    line-height: 1.5;
    z-index: 1;
  }
  #catch_copy .catch i {
    color: var(--main-color);
  }
  #catch_copy .area_title {
    position: relative;
    width: 100%;
    margin-bottom: 1.2em;
    font-size: 4vw;
    text-align: center;
    font-weight: var(--text-weight-bold);
  }
  #catch_copy .area_title span {
    display: inline-block;
    padding: 0 1.5em;
  }
  #catch_copy .area_title:after {
    content: "ー";
  }  
  #catch_copy .area_title:before {
    content: "ー";
  }   
  #catch_copy .area_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #catch_copy .area_list .list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 5) - .3em);
    height: 2.6em;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1;
    border-radius: 1.3em;
    background: #50819d;
    box-sizing: border-box;
  }
  #catch_copy .other_comment {
    margin-top: .6em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% / 3) - .3em);
    height: 2.6em;
    margin: .6em auto 0;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1;
    border-radius: 1.3em;
    background: #50819d;
    box-sizing: border-box;
  }  
}
/******************************************************
ごあいさつ
******************************************************/
@media screen and (min-width:1240px) {
  #top_greeting {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12rem;
    padding: 12rem 0;
    color: #fff;
    text-align: center;
    background: var(--main-color);
    box-sizing: border-box;
  }
  #top_greeting .greeting_comment {
    font-size: 2rem;
  }
  #top_greeting .greeting_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
}
@media screen and (max-width:1239px) {
  #top_greeting {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    padding: 5rem 1.5rem;
    color: #fff;
    background: var(--main-color);
    box-sizing: border-box;
  }
  #top_greeting .greeting_comment {}
  #top_greeting .greeting_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_greeting .greeting_comment p br {
    display: none;
  }
}
/******************************************************
サービス
******************************************************/
@media screen and (min-width:1240px) {
  #top_service {
    margin-bottom: 12rem;
  }  
  #top_service .service_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_service .service_list .list {
    width: calc(100% / 5);
    padding: 3rem;
    border-left: 1px solid var(--border-color);
    box-sizing: border-box;
  }
  #top_service .service_list .list:first-child {
    border-left: none;
  }
  #top_service .service_list .list .icon {
    margin-bottom: 1.2em;
    text-align: center;
  }
  #top_service .service_list .list .icon img {
    width: 180px;
    color: #fff;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    background: var(--main-color);
  }
  #top_service .service_list .list .title {
    margin-bottom: 1.2em;
    color: var(--main-color);
    font-size: 2.4rem;
    text-align: center;
    font-weight: var(--text-weight-bold);
  }
  #top_service .service_list .list .comment > *:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_service .service_list .list ul {
    padding: 1em;
    background: var(--bg-high-color);
  }
  #top_service .service_list .list li {
    position: relative;
    padding-left: 1em;
  }
  #top_service .service_list .list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
}
@media screen and (max-width:1239px) {
  #top_service {
    margin-bottom: 5rem;
  }  
  #top_service .service_list {
    padding: 0 1.5rem
  }
  #top_service .service_list .list {
    box-sizing: border-box;
  }
  #top_service .service_list .list:nth-child(n+2) {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid var(--border-color);
  }
  #top_service .service_list .list .icon {
    margin-bottom: 1.2em;
    text-align: center;
  }
  #top_service .service_list .list .icon img {
    width: 120px;
    color: #fff;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    background: var(--main-color);
  }
  #top_service .service_list .list .title {
    margin-bottom: 1.2em;
    color: var(--main-color);
    font-size: 1.8rem;
    text-align: center;
    font-weight: var(--text-weight-bold);
  }
  #top_service .service_list .list .comment > *:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_service .service_list .list ul {
    padding: 1em;
    background: var(--bg-high-color);
  }
  #top_service .service_list .list li {
    position: relative;
    padding-left: 1em;
  }
  #top_service .service_list .list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }  
}
/******************************************************
スライダー
******************************************************/
@media screen and (min-width:1240px) {
  #top_slider {
    margin-bottom: 12rem;
  }
  .simply-scroll-container {
    position: relative;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #image-scroll.simply-scroll-list .image {
    float: left; 
    padding: 0 1rem;
    margin: 0;
    width: 25vw;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }    
  #image-scroll.simply-scroll-list .image img {
    border-radius: .8vw;
  }
}
@media screen and (max-width:1239px) { 
  #top_slider {
    margin-bottom: 5rem;
  }
  .simply-scroll-container {
    position: relative;
    overflow: hidden;
  }
  .simply-scroll-clip {
    position: relative;
    overflow: hidden; 
  }
  .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #image-scroll.simply-scroll-list .image {
    float: left; 
    padding: 0 .5rem;
    margin: 0;
    width: 50vw;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }    
  #image-scroll.simply-scroll-list .image img {
    border-radius: 2vw;
  } 
}
/******************************************************
スタッフ紹介
******************************************************/
@media screen and (min-width:1240px) {
  #top_staff {
    margin-bottom: 12rem;
  }
  #top_staff .staff_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_staff .staff_list .list {
    width: calc((100% / 3) - 40px);
    margin-left: 60px;
  }
  #top_staff .staff_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_staff .staff_list .list .image {
    margin-bottom: 1.2em;
  }
  #top_staff .staff_list .list .image img {
    border-radius: .8vw;
  }
  #top_staff .staff_list .list .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.2em;
    text-align: center;
    font-weight: var(--text-weight-bold);
  }
  #top_staff .staff_list .list .title .large {
    font-size: 2rem;
  }
  #top_staff .staff_list .list .title .small {
    color: var(--main-color);
  }
  #top_staff .staff_list .list .data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.2em;
  }
  #top_staff .staff_list .list .data li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2em;
    margin: 0 .5em;
    padding: 0 1em;
    font-size: .8em;
    border-radius: 1em;
    border: 1px solid var(--border-color);
  }
  #top_staff .staff_list .list h4 {
    margin-bottom: 1.2em;
    padding-bottom: .6em;
    font-weight: var(--text-weight-bold);
    border-bottom: 1px solid var(--border-color);
  }
}
@media screen and (max-width:1239px) {
  #top_staff {
    margin-bottom: 5rem;
  }
  #top_staff .staff_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_staff .staff_list .list {
    width: calc((100% / 2) - 5px);
    margin-left: 10px;
  }
  #top_staff .staff_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_staff .staff_list .list:nth-child(n+3) {
    margin-top: 3rem;
  }
  #top_staff .staff_list .list .image {
    margin-bottom: 1.2em;
  }
  #top_staff .staff_list .list .image img {
    border-radius: 2vw;
  }
  #top_staff .staff_list .list .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.2em;
    text-align: center;
    font-weight: var(--text-weight-bold);
  }
  #top_staff .staff_list .list .title .large {
    font-size: 1.6rem;
  }
  #top_staff .staff_list .list .title .small {
    color: var(--main-color);
    font-size: 1.2rem;
  }
  #top_staff .staff_list .list .data ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.2em;
  }
  #top_staff .staff_list .list .data li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 2em;
    margin: 0 .5em;
    padding: 0 1em;
    font-size: .8em;
    border-radius: 1em;
    border: 1px solid var(--border-color);
  }
  #top_staff .staff_list .list h4 {
    margin-bottom: 1.2em;
    padding-bottom: .6em;
    font-weight: var(--text-weight-bold);
    border-bottom: 1px solid var(--border-color);
  }
}
/******************************************************
インスタグラム
******************************************************/
@media screen and (min-width:1240px) {
  #top_instagram {
    margin-bottom: 12rem;
    padding: 12rem 0;
    background: var(--bg-high-color-2);
  }
  #top_instagram #sb_instagram {
    margin-bottom: 6rem;
  }
  #top_instagram #sb_instagram .sbi_photo img {
    border-radius: .4vw;
  }
  #top_instagram .link_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_instagram .link_btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 60px;
    color: #fff;
    font-weight: var(--text-weight-bold);
    border-radius: 30px;
    background: #50819d;
  }
}
@media screen and (max-width:1239px) {
  #top_instagram {
    margin-bottom: 5rem;
    padding: 5rem 0;
    background: var(--bg-high-color-2);
  }
  #top_instagram #sb_instagram {
    margin-bottom: 3rem;
  }
  #top_instagram #sb_instagram .sbi_photo img {
    border-radius: 1vw;
  }
  #top_instagram .link_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_instagram .link_btn a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 50px;
    color: #fff;
    font-weight: var(--text-weight-bold);
    border-radius: 25px;
    background: #50819d;
  }
}
/******************************************************
施設情報
******************************************************/
@media screen and (min-width:1240px) {
  #top_information {
    margin-bottom: 12rem;
  }
  #top_information .information_data {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
  #top_information .information_data dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_information .information_data dl:nth-child(n+2) {
    margin-top: 10px;
  }
  #top_information .information_data dt,
  #top_information .information_data dd {
    padding: 1.2em;
    font-weight: var(--text-weight-bold);
    background: var(--bg-high-color);
    border-radius: .4vw;
    box-sizing: border-box;
  }
  #top_information .information_data dt {
    width: 300px;
    text-align: center;
  }
  #top_information .information_data dd {
    width: calc(100% - 310px);
  }
  #top_information .information_data a.tel {
    pointer-events: none;
  }
}
@media screen and (max-width:1239px) {
  #top_information {
    margin-bottom: 5rem;
  }
  #top_information .information_data {
    max-width: 100%;
    margin: 0 auto;
  }
  #top_information .information_data dl {
  }
  #top_information .information_data dl:nth-child(n+2) {
    margin-top: 10px;
  }
  #top_information .information_data dt,
  #top_information .information_data dd {
    padding: 1.2em;
    text-align: center;    
    font-weight: var(--text-weight-bold);
    background: var(--bg-high-color);
    box-sizing: border-box;
  }
  #top_information .information_data dt {
    padding-bottom: .3em;
    border-radius: 1vw 1vw 0 0;
  }
  #top_information .information_data dd {
    padding-top: .3em;
    border-radius: 0 0 1vw 1vw;
  }
}
/******************************************************
ご相談・お問い合わせ
******************************************************/
@media screen and (min-width:1240px) {
  #top_contact {
    padding: 12rem 0;
    background: var(--bg-high-color);
  }
  #top_contact .form_cover {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;    
  }
  #top_contact .form_table {
    margin-bottom: 6rem;
  }
  #top_contact .form_table dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #top_contact .form_table dl:nth-child(n+2) {
    margin-top: 2rem;
  }
  #top_contact .form_table dl dt {
    width: 240px;
    font-weight: var(--text-weight-bold);
  }
  #top_contact .form_table dl dd {
    width: calc(100% - 300px);
  }
  #top_contact .check_comment {
    margin-bottom: 6rem;
    text-align: center;
  }
  #top_contact .check_comment label {
    font-weight: var(--text-weight-bold);
  }
  #top_contact .note {
    margin-bottom: 6rem;
    text-align: center;
  }
  #top_contact .note a {
    color: var(--main-color);
    font-weight: var(--text-weight-bold);
  }
  #top_contact .entry_btn {
    margin-bottom: 6rem;
    text-align: center;
  }
  #top_contact input[type=text],
  #top_contact input[type=email],
  #top_contact textarea {
    width: 100%;
    padding: 1.2em;
    border: none!important;
    background: var(--white);
    box-sizing: border-box;
  }
  #top_contact input[type=submit] {
    width: 360px;
    height: 60px;
    color: var(--white);
    font-weight: var(--text-weight-bold);
    background: var(--main-color);
    border-radius: 30px;
  }
  #top_contact .privacy {
    padding: 6rem;
    border-radius: .8vw;
    border: 1px solid var(--border-color);
  }
  #top_contact .privacy .title {
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-size: 2rem;
    text-align: center;
    font-weight: var(--text-weight-bold);
    border-bottom: 1px solid var(--border-color);
  }
  #top_contact .privacy li {
    position: relative;
    padding-left: 1em;
  }
  #top_contact .privacy li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
}
@media screen and (max-width:1239px) {
  #top_contact {
    padding: 5rem 0;
    background: var(--bg-high-color);
  }
  #top_contact .form_cover {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;    
  }
  #top_contact .form_table {
    margin-bottom: 3rem;
  }
  #top_contact .form_table dl {
  }
  #top_contact .form_table dl:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #top_contact .form_table dl dt {
    margin-bottom: .5em;
    font-weight: var(--text-weight-bold);
  }
  #top_contact .form_table dl dd {
  }
  #top_contact .check_comment {
    margin-bottom: 3rem;
    text-align: center;
  }
  #top_contact .check_comment label {
    font-weight: var(--text-weight-bold);
  }
  #top_contact .note {
    margin-bottom: 3rem;
  }
  #top_contact .note a {
    color: var(--main-color);
    font-weight: var(--text-weight-bold);
  }
  #top_contact .entry_btn {
    margin-bottom: 3rem;
    text-align: center;
  }
  #top_contact input[type=text],
  #top_contact input[type=email],
  #top_contact textarea {
    width: 100%;
    padding: 1.2em;
    border: none!important;
    background: var(--white);
    box-sizing: border-box;
  }
  #top_contact input[type=submit] {
    width: 240px;
    height: 50px;
    color: var(--white);
    font-weight: var(--text-weight-bold);
    background: var(--main-color);
    border-radius: 30px;
  }
  #top_contact .privacy {
    padding: 3rem;
    border-radius: 2vw;
    border: 1px solid var(--border-color);
  }
  #top_contact .privacy .title {
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-size: 2rem;
    text-align: center;
    font-weight: var(--text-weight-bold);
    border-bottom: 1px solid var(--border-color);
  }
  #top_contact .privacy li {
    position: relative;
    padding-left: 1em;
  }
  #top_contact .privacy li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "・";
  }
}