@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 */
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: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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;
}
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;
}

img {
  vertical-align: top;
}

@keyframes hoverMenu {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutMask {
  0% {
    opacity: 1;
    z-index: 200;
  }
  99% {
    opacity: 0.02;
    z-index: 200;
  }
  100% {
    z-index: -1;
    opacity: 0;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(1rem);
  }
}
@keyframes textUp {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes zoomLink {
  to {
    transform: scale(105%);
  }
}
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
}

strong {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

/* */
@media screen and (min-width: 750px) {
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 750px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .sp_only {
    display: block;
  }
}

#mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 200;
}
#mask.action {
  animation: fadeOutMask 1s ease-in-out forwards;
}

.btn {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  background: #86b8ba;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1.125rem;
  padding: 0.875rem 2.5rem;
  position: relative;
  line-height: 1;
}
.btn:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 2em;
  height: 1em;
  width: 1em;
  font-size: 10px;
  border-right: 1px solid #867d73;
  border-top: 1px solid #867d73;
  transform: rotate(45deg);
  border-color: #ffffff;
}
.btn:hover {
  opacity: 0.8;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 12px;
  }
}
html.open {
  overflow: hidden;
}
html.open body {
  overflow: hidden;
}

body {
  background: url("../img/common/bg.jpg");
  position: relative;
  width: 100%;
  color: #646464;
}

a {
  text-decoration: none;
}

header .slider {
  position: relative;
  z-index: 1;
  height: 80vh;
  max-height: 1100px;
}
@media screen and (max-width: 749px) {
  header .slider {
    height: 40vh;
  }
}
header .slider .swiper-wrapper {
  overflow: hidden;
}
header .slider .swiper-wrapper .slide1 {
  height: 100%;
  background: url("../img/home/slide1.jpg") no-repeat center/cover;
}
header .slider .swiper-wrapper .slide2 {
  height: 100%;
  background: url("../img/home/slide2.jpg") no-repeat center/cover;
}
header .slider .swiper-wrapper .slide3 {
  height: 100%;
  background: url("../img/home/slide3.jpg") no-repeat center/cover;
}
header .slider .swiper-wrapper .swiper-slide > div {
  opacity: 0;
  height: 100%;
}
header .slider .swiper-wrapper .swiper-slide.swiper-slide-prev > div {
  animation: fadeOut 2s ease-in forwards;
}
header .slider .swiper-wrapper .swiper-slide.swiper-slide-active > div {
  animation: fadeIn 2s ease-in forwards;
}
header .visual_box {
  position: relative;
  z-index: 1;
  height: 60vh;
  max-height: 650px;
  background: #aaaaaa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
}
header .visual_box:before {
  display: block;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 3.5rem;
  line-height: 1;
  margin-top: -10%;
}
header .visual_box:after {
  display: block;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 1.625rem;
  line-height: 1;
}
header .visual_box .fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  animation: fadeOut 1.8s ease-in-out 0.5s forwards;
}
@media screen and (max-width: 749px) {
  header .visual_box {
    height: 40vh;
  }
}
header .nav_box {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 750px) {
  header .nav_box {
    padding-top: 11.25rem;
  }
}
header .nav_box .radius {
  border-radius: 50%;
  background: red;
  background: url("../img/common/bg.jpg");
  top: 0;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  z-index: 1;
  position: absolute;
}
header .nav_box .radius:before {
  content: "";
  display: block;
  padding-top: 19.7368421053%;
}
header .nav_box h1 {
  z-index: 3;
  margin: 0 auto;
  width: 260px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -18%);
}
@media screen and (max-width: 1100px) {
  header .nav_box h1 {
    width: 180px;
  }
}
header .nav_box h1 a {
  display: block;
  text-indent: -9999em;
  white-space: nowrap;
}
header .nav_box h1 a:after {
  content: "";
  display: block;
  padding-top: 116.5384615385%;
  background: url("../img/common/logo.svg") no-repeat center/cover;
}
header .nav_box h1 a:hover {
  opacity: 0.9;
  animation: zoomLink 0.2s ease forwards;
}
@media screen and (min-width: 750px) {
  header .nav_box nav {
    position: relative;
    z-index: 10;
    width: 90%;
    max-width: 1344px;
    margin-left: auto;
    margin-right: auto;
  }
  header .nav_box nav ul {
    padding-bottom: 3.75rem;
    display: flex;
    width: 100%;
  }
  header .nav_box nav ul li {
    width: 100%;
    text-align: center;
  }
  header .nav_box nav ul li a {
    text-decoration: none;
    color: #867d73;
    line-height: 1;
    font-size: 1.125rem;
    transform: scale(100%);
    display: block;
  }
  header .nav_box nav ul li a:before {
    content: "";
    width: 30%;
    padding-top: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.625rem;
  }
  header .nav_box nav ul li a:hover {
    opacity: 0.8;
    animation: zoomLink 0.2s ease forwards;
  }
  header .nav_box nav ul li + li {
    border-left: 1px dashed #aaa49d;
  }
  header .nav_box nav ul li.menu1 a::before {
    background: url("../img/common/menu1.svg") no-repeat center/cover;
  }
  header .nav_box nav ul li.menu2 a::before {
    background: url("../img/common/menu2.svg") no-repeat center/cover;
  }
  header .nav_box nav ul li.menu3 a::before {
    background: url("../img/common/menu3.svg") no-repeat center/cover;
  }
  header .nav_box nav ul li.menu4 a::before {
    background: url("../img/common/menu4.svg") no-repeat center/cover;
  }
  header .nav_box nav ul li.menu5 a::before {
    background: url("../img/common/menu5.svg") no-repeat center/cover;
  }
  header .nav_box nav ul li.menu6 a::before {
    background: url("../img/common/menu6.svg") no-repeat center/cover;
  }
}
@media screen and (max-width: 749px) {
  header .nav_box nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: url("../img/common/bg.jpg");
  }
  header .nav_box nav ul {
    margin: 0 5% 0;
    padding-bottom: 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  header .nav_box nav ul:before {
    content: "";
    width: 200px;
    height: 71px;
    display: block;
    background: url("../img/common/logo_sp.svg") no-repeat center/cover;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  header .nav_box nav ul li {
    opacity: 0;
  }
  header .nav_box nav ul li a {
    display: block;
    text-align: center;
    background: #cfe3e3;
    text-decoration: none;
    color: #867d73;
    border-radius: 10px;
    font-size: 18px;
    padding: 24px 0;
    position: relative;
  }
  header .nav_box nav ul li a:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5em);
    right: 2em;
    height: 1em;
    width: 1em;
    font-size: 10px;
    border-right: 1px solid #867d73;
    border-top: 1px solid #867d73;
    transform: rotate(45deg);
  }
  header .nav_box nav ul li:nth-last-of-type(2n) a {
    background: #eddbd8;
  }
  header .nav_box nav ul li.web a {
    background: #d1938b;
    color: #ffffff;
  }
  header .nav_box nav ul li.web a:after {
    border-color: #ffffff;
  }
  header .nav_box nav ul li.tel a {
    background: #72b2b1;
    color: #ffffff;
  }
  header .nav_box nav ul li.tel a:after {
    border-color: #ffffff;
  }
  header .nav_box nav ul li:nth-of-type(1) {
    animation: fadeIn 0.5s ease-out 1 0.2s forwards;
  }
  header .nav_box nav ul li:nth-of-type(2) {
    animation: fadeIn 0.5s ease-out 1 0.4s forwards;
  }
  header .nav_box nav ul li:nth-of-type(3) {
    animation: fadeIn 0.5s ease-out 1 0.6s forwards;
  }
  header .nav_box nav ul li:nth-of-type(4) {
    animation: fadeIn 0.5s ease-out 1 0.8s forwards;
  }
  header .nav_box nav ul li:nth-of-type(5) {
    animation: fadeIn 0.5s ease-out 1 1s forwards;
  }
  header .nav_box nav ul li:nth-of-type(6) {
    animation: fadeIn 0.5s ease-out 1 1.2s forwards;
  }
  header .nav_box nav ul li:nth-of-type(7) {
    animation: fadeIn 0.5s ease-out 1 1.4s forwards;
  }
  header .nav_box nav ul li:nth-of-type(8) {
    animation: fadeIn 0.5s ease-out 1 1.6s forwards;
  }
  header .nav_box nav ul li:nth-of-type(9) {
    animation: fadeIn 0.5s ease-out 1 1.8s forwards;
  }
}
@media screen and (min-width: 750px) {
  header .nav_box .banner {
    position: fixed;
    width: 4.375rem;
    right: calc(0px + var(--scrollbar-width, 0px));
    top: 100px;
    z-index: 15;
    box-sizing: border-box;
  }
  header .nav_box .banner ul {
    display: flex;
    flex-direction: column;
  }
  header .nav_box .banner li {
    display: inline-block;
    border-radius: 10px 0 0 10px;
    border: 2px solid #ffffff;
    font-size: 1rem;
    letter-spacing: 0.2em;
    box-sizing: border-box;
    position: relative;
  }
  header .nav_box .banner li a {
    display: block;
    margin: 0 auto;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffffff;
    padding: 0.9em 0.9em 3.75rem;
  }
  header .nav_box .banner li a span {
    text-combine-upright: all;
  }
  header .nav_box .banner li a:hover {
    opacity: 0.8;
  }
  header .nav_box .banner li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3.125rem;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 0px 0 0 5px;
  }
  header .nav_box .banner li a:after {
    content: "";
    display: block;
    font-size: 2.1875rem;
    height: 1em;
    width: 1em;
    position: absolute;
    bottom: 1.5625rem;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  header .nav_box .banner li + li {
    margin-top: 1.5rem;
  }
  header .nav_box .banner li:nth-of-type(1) {
    background: #d1938b;
  }
  header .nav_box .banner li:nth-of-type(1) a::after {
    background: url("../img/common/icon1.svg") no-repeat center/cover;
  }
  header .nav_box .banner li:nth-of-type(2) {
    background: #72b2b1;
  }
  header .nav_box .banner li:nth-of-type(2) a::after {
    background: url("../img/common/icon2.svg") no-repeat center/cover;
  }
}
@media screen and (max-width: 749px) {
  header .nav_box .banner {
    display: none;
  }
}
header #sp_menu {
  display: none;
}
@media screen and (max-width: 749px) {
  header #sp_menu {
    display: block;
    position: fixed;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
    border-radius: 0 0 0 35px;
    background: #f3e8e6;
    z-index: 1000;
    font-size: 35px;
    overflow: hidden;
  }
  header #sp_menu span {
    display: block;
    height: 100%;
  }
  header #sp_menu span:before {
    content: "";
    position: absolute;
    top: calc(50% + 16.5px);
    left: calc(50% - 0.5em);
    width: 1em;
    height: 3px;
    border-radius: 2px;
    background: #d1a59d;
  }
  header #sp_menu span:after {
    content: "";
    position: absolute;
    top: calc(50% - 17.5px);
    left: calc(50% - 0.5em);
    width: 1em;
    height: 3px;
    border-radius: 2px;
    background: #d1a59d;
  }
  header #sp_menu:after {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    left: calc(50% - 0.5em);
    width: 1em;
    height: 3px;
    border-radius: 2px;
    background: #86b8ba;
  }
}

@media screen and (max-width: 749px) {
  html.open header .nav_box nav {
    display: block;
    animation: fadeIn 0.2s ease forwards;
  }
}
html.open header #sp_menu span:before {
  width: 1.5em;
  top: calc(50% - 1.5px);
  left: calc(50% - 0.75em);
  transform: rotate(45deg);
}
html.open header #sp_menu span:after {
  width: 1.5em;
  top: calc(50% - 1.5px);
  left: calc(50% - 0.75em);
  background: #86b8ba;
  transform: rotate(-45deg);
}
html.open header #sp_menu:after {
  display: none;
}

main {
  display: block;
}
@media screen and (max-width: 749px) {
  main {
    margin-top: 180px;
  }
}

footer {
  background: #f5f8f8;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 1099px) {
  footer {
    padding-top: 155px;
  }
}
@media screen and (max-width: 1100px) {
  footer {
    padding-top: 125px;
  }
}
@media screen and (max-width: 749px) {
  footer {
    padding-top: 95px;
  }
}
footer .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
footer .inner .copyright {
  text-align: center;
  color: #86b8ba;
  margin-top: 2em;
}
footer .inner .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 749px) {
  footer .inner .grid {
    grid-template-columns: 1fr;
  }
}
footer .inner .grid .info_box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
footer .inner .grid .info_box .logo {
  width: 34.7222222222%;
  margin-left: auto;
  margin-right: auto;
}
footer .inner .grid .info_box address {
  text-align: center;
  color: #646464;
}
footer .inner .grid .info_box address .tel {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 0.3125rem;
}
footer .inner .grid .info_box address .tel:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  background: url("../img/common/icon3.svg") no-repeat center/cover;
  transform: translateY(0.15em);
}
footer .inner .grid .info_box address .tel span {
  font-size: 2rem;
  line-height: 1;
  color: #646464;
}
footer .inner .grid .info_box .time_table p {
  color: #867d73;
  margin-top: 0.6em;
}
footer .inner .grid .info_box .time_table .table {
  border-radius: 0.625rem;
  border: 1px solid #867d73;
  overflow: hidden;
}
footer .inner .grid .info_box .time_table .table table th, footer .inner .grid .info_box .time_table .table table td {
  text-align: center;
  padding: 0.9em 0;
  font-size: 1.125rem;
  line-height: 1;
}
footer .inner .grid .info_box .time_table .table table th {
  background: #867d73;
  color: #ffffff;
}
footer .inner .grid .info_box .time_table .table table th + th {
  border-left: 1px solid #ffffff;
}
footer .inner .grid .info_box .time_table .table table td {
  color: #867d73;
  border-top: 1px solid #867d73;
}
footer .inner .grid .info_box .time_table .table table td + td {
  border-left: 1px solid #867d73;
}
footer .inner .grid .info_box .time_table .table table th:first-child {
  width: 35.7638888889%;
}
footer .inner .grid .map_box {
  position: relative;
}
footer .inner .grid .map_box .btn_box {
  width: 11.25rem;
  height: 11.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d1a59d;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .inner .grid .map_box .btn_box:hover {
  background: #dab7b1;
}
footer .inner .grid .map_box .btn_box a {
  display: block;
  width: 88.8888888889%;
  height: 88.8888888889%;
  display: flex;
  font-size: 1.125rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px dashed #ffffff;
  text-decoration: none;
}
footer .inner .grid .map_box .btn_box a:hover {
  animation: zoomLink 0.3s ease forwards;
  opacity: 0.9;
}
footer .inner .grid .map_box .map {
  height: 100%;
  box-sizing: border-box;
  padding: 0 0 3.125rem 3.125rem;
}
@media screen and (max-width: 749px) {
  footer .inner .grid .map_box .map {
    height: 400px;
  }
}
footer .inner .grid .map_box .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
footer .inner nav {
  margin-top: 4rem;
}
footer .inner nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  footer .inner nav ul {
    flex-direction: column;
    border-bottom: 1px solid #cccccc;
  }
}
footer .inner nav ul + ul {
  margin-top: 3rem;
}
@media screen and (max-width: 749px) {
  footer .inner nav ul + ul {
    margin-top: -1px;
  }
}
footer .inner nav ul li {
  border-left: 1px solid #867d73;
  border-right: 1px solid #867d73;
  padding: 0.125rem 1.125rem;
  margin-left: -1px;
}
@media screen and (max-width: 1100px) {
  footer .inner nav ul li {
    border-left: none;
    border-right: none;
    border-top: 1px solid #cccccc;
    margin-left: 0;
  }
}
footer .inner nav ul li a {
  text-decoration: none;
  line-height: 1;
  color: #867d73;
}
footer .inner nav ul li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 749px) {
  footer .inner nav ul li a {
    display: block;
    padding: 1em 0;
    text-align: center;
  }
}

#page_top a {
  position: fixed;
  bottom: 10px;
  right: 1.25rem;
  width: 1em;
  height: 1em;
  background: url("../img/common/gotop.svg") no-repeat center/cover;
  border-radius: 0.625rem;
  opacity: 0;
  transform: translateY(-100%);
  animation: fadeDown 0.5s ease-in-out forwards;
  z-index: 10;
}
@media screen and (min-width: 1099px) {
  #page_top a {
    font-size: 70px;
  }
}
@media screen and (max-width: 1100px) {
  #page_top a {
    font-size: 55px;
  }
}
@media screen and (max-width: 749px) {
  #page_top a {
    font-size: 40px;
  }
}
#page_top a span {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}
#page_top.on a {
  animation: fadeUp 0.5s ease-in-out forwards;
}

#bread_list ul {
  background: #ffffff;
  padding: 4rem 4rem 2.8125rem;
  border-radius: 3.125rem 3.125rem 0 0;
  box-sizing: border-box;
  display: flex;
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  #bread_list ul {
    padding: 4rem 1.5rem 2.8125rem;
  }
}
#bread_list ul li {
  color: #d1a59d;
}
#bread_list ul li a {
  color: #838383;
}
#bread_list ul li + li:before {
  content: ">";
  display: inline-block;
  color: #838383;
  transform: translateY(-0.2em);
  margin: 0 0.5em;
}

.page_title {
  position: relative;
  text-align: center;
  padding-bottom: 0.9375rem;
  margin-bottom: 2.8125rem;
}
.page_title h2 {
  color: #d1a59d;
  font-size: 1.5rem;
}
.page_title h2::first-letter {
  color: #86b8ba;
}
.page_title span {
  color: #867d73;
  font-size: 3.375rem;
  line-height: 1;
}
.page_title:before, .page_title:after {
  content: "";
  width: 1.875rem;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
}
.page_title:before {
  left: calc(50% - 1.875rem);
  background: #86b8ba;
  border-radius: 0.25rem 0 0 0.25rem;
}
.page_title:after {
  right: calc(50% - 1.875rem);
  background: #dab7b1;
  border-radius: 0 0.25rem 0.25rem 0;
}

.title_box {
  margin-bottom: 2.5rem;
}
.title_box:before {
  content: "";
  display: block;
  font-size: 3.125rem;
  width: 1em;
  height: 0.92em;
  background: url("../img/common/pict1.svg") no-repeat center/cover;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}
.title_box span {
  font-size: 3.25rem;
  display: block;
  color: #86b8ba;
  line-height: 1;
  margin-bottom: 0.3125rem;
}
.title_box span::first-letter {
  color: #d1a59d;
}
.title_box h2 {
  font-size: 1.5rem;
  color: #867d73;
}

body.home main section.about {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  border-radius: 0 9.375rem 9.375rem 0;
  padding: 8rem 0;
  background: url("../img/home/section_bg1.jpg") no-repeat right center/cover;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.home main section.about {
    border-radius: 0;
    padding-top: 0;
    background: transparent;
  }
}
body.home main section.about:after {
  content: "";
  position: absolute;
  top: -4em;
  right: 5em;
  font-size: 0.625rem;
  width: 8.3em;
  height: 20em;
  background: url("../img/common/pict2.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.home main section.about:after {
    right: auto;
    left: 4em;
    font-size: 6px;
  }
}
@media screen and (max-width: 749px) {
  body.home main section.about:before {
    display: block;
    border-radius: 0 2.5rem 2.5rem 0;
    content: "";
    height: 40vh;
    background: url("../img/home/section_bg1.jpg") no-repeat right center/cover;
    margin-bottom: 50px;
  }
}
body.home main section.about .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
body.home main section.about .inner .text_box {
  width: 504px;
}
@media screen and (max-width: 749px) {
  body.home main section.about .inner .text_box {
    width: 90%;
    margin: 0 auto;
  }
}
body.home main section.about .inner .text_box .title_box {
  text-align: center;
}
body.home main section.about .inner .text_box h3 {
  margin-bottom: 4rem;
}
body.home main section.about .inner .text_box h3 span {
  border-bottom: 3px dashed #d1a59d;
  font-size: 2rem;
  color: #867d73;
}
body.home main section.about .inner .text_box p {
  font-size: 1.125rem;
}
body.home main section.about .inner .text_box p + p {
  margin-top: 2em;
}
body.home main section.about .inner .text_box ul {
  margin-top: 4rem;
  margin-right: 2rem;
  margin-left: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  body.home main section.about .inner .text_box ul {
    grid-template-columns: 1fr;
  }
}
body.home main section.about .inner .text_box ul li a {
  width: 100%;
}
body.home main section.reservation {
  padding-top: 9.375rem;
}
@media screen and (max-width: 749px) {
  body.home main section.reservation {
    padding-top: 1.25rem;
  }
}
body.home main section.reservation .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
body.home main section.reservation .inner .img_box img {
  width: 100%;
  height: auto;
}
body.home main section.reservation .inner .sns_box {
  margin-top: 4rem;
}
body.home main section.reservation .inner .sns_box .read_text {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px dashed #d1a59d;
  color: #646464;
}
body.home main section.reservation .inner .sns_box .read_text:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #d1a59d;
}
body.home main section.reservation .inner .sns_box ul {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  body.home main section.reservation .inner .sns_box ul {
    flex-wrap: wrap;
  }
}
body.home main section.reservation .inner .sns_box ul li {
  flex-grow: 1;
}
@media screen and (max-width: 749px) {
  body.home main section.reservation .inner .sns_box ul li {
    flex-basis: 100%;
  }
}
body.home main section.reservation .inner .sns_box ul li a {
  display: block;
  border: 1px solid #867d73;
  box-sizing: border-box;
  border-radius: 0.625rem;
  padding: 2rem 0;
}
body.home main section.reservation .inner .sns_box ul li a:hover {
  opacity: 0.8;
}
body.home main section.reservation .inner .sns_box ul li a:hover:before {
  animation: 0.2s ease-in zoomLink forwards;
}
body.home main section.reservation .inner .sns_box ul li a:before {
  content: "";
  display: block;
}
body.home main section.reservation .inner .sns_box ul li a.insta:before {
  width: 11.875rem;
  height: 2.1875rem;
  background: url("../img/home/icon_insta.png") no-repeat center/cover;
  margin: 0 auto;
}
body.home main section.reservation .inner .sns_box ul li a.line:before {
  width: 7.25rem;
  height: 2.1875rem;
  background: url("../img/home/icon_line.png") no-repeat center/cover;
  margin: 0 auto;
}
body.home main section.features {
  padding-top: 7.5rem;
  padding-bottom: 5.5rem;
  position: relative;
  background: linear-gradient(180deg, transparent 26.875rem, #e9d4d0 26.875rem, #e9d4d0 100%);
}
@media screen and (max-width: 749px) {
  body.home main section.features {
    background: linear-gradient(180deg, transparent 23.75rem, #e9d4d0 23.75rem, #e9d4d0 100%);
  }
}
body.home main section.features:after {
  content: "";
  display: block;
}
body.home main section.features .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
body.home main section.features .inner h2 {
  color: #ffffff;
  background: #d1a59d;
  border-radius: 0.625rem;
  line-height: 2;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.6em 0;
  position: relative;
}
body.home main section.features .inner h2:after {
  content: "";
  position: absolute;
  bottom: -3em;
  left: calc(50% - 3.5em);
  font-size: 0.625rem;
  width: 7em;
  height: 3em;
  background: url("../img/common/arrow.svg") no-repeat center/cover;
}
body.home main section.features .inner .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  body.home main section.features .inner .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
body.home main section.features .inner .grid .box {
  display: flex;
  flex-direction: column;
}
body.home main section.features .inner .grid .box .img_box {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
body.home main section.features .inner .grid .box .img_box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
body.home main section.features .inner .grid .box .text_box {
  background: #f8f4ef;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  z-index: 2;
  transform: translateY(-40px);
}
@media screen and (max-width: 749px) {
  body.home main section.features .inner .grid .box .text_box {
    transform: translateY(-20px);
  }
}
body.home main section.features .inner .grid .box .text_box:after {
  position: absolute;
  bottom: -1em;
  right: -1em;
  transform: rotate(45deg);
  width: 2em;
  height: 2em;
  background-color: #d1a59d;
  content: "";
}
body.home main section.features .inner .grid .box .text_box p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.9375rem;
  height: 100%;
  font-size: 1.125rem;
}
body.home main section.features .inner .grid .box .text_box p span {
  display: block;
  line-height: 1.6;
  padding: 0.5em 0;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 749px) {
  body.home main section.features .inner .grid .box .text_box p span {
    padding: 1em 0;
  }
}
@media screen and (max-width: 749px) {
  body.home main section.features .inner .grid .box .text_box p span br {
    display: none;
  }
}
body.home main section.gallery {
  overflow: hidden;
  position: relative;
  padding-bottom: 16.8125rem;
  background: #e9d4d0;
}
body.home main section.gallery .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24rem;
  z-index: 1;
  background-color: #ffffff;
}
@media screen and (max-width: 749px) {
  body.home main section.gallery .bg {
    height: 280px;
  }
}
body.home main section.gallery .bg img {
  width: 100%;
  height: 100%;
}
@keyframes slide2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
body.home main section.gallery .photo {
  display: flex;
  transform: translateX(0%);
  position: relative;
  z-index: 3;
}
body.home main section.gallery .grid {
  display: flex;
  animation: slide2 65s linear infinite;
}
body.home main section.gallery .grid > div {
  padding: 0 1rem;
  width: 27em;
}
body.home main section.gallery .grid > div:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
  background: red;
  border-radius: 0.625rem;
}
body.home main section.gallery .grid > div:nth-of-type(2n) {
  position: relative;
  top: 1.25rem;
}
body.home main section.gallery .grid .img_box1:before {
  background: url("../img/home/photo1.jpg") no-repeat center/cover;
}
body.home main section.gallery .grid .img_box2:before {
  background: url("../img/home/photo2.jpg") no-repeat center/cover;
}
body.home main section.gallery .grid .img_box3:before {
  background: url("../img/home/photo3.jpg") no-repeat center/cover;
}
body.home main section.gallery .grid .img_box4:before {
  background: url("../img/home/photo4.jpg") no-repeat center/cover;
}
body.home main section.gallery .grid .img_box5:before {
  background: url("../img/home/photo5.jpg") no-repeat center/cover;
}
body.home main section.gallery .grid .img_box6:before {
  background: url("../img/home/photo6.jpg") no-repeat center/cover;
}
body.home main section.gallery .grid .img_box7:before {
  background: url("../img/home/photo7.jpg") no-repeat center/cover;
}
body.home main section.gallery .grid .img_box8:before {
  background: url("../img/home/photo8.jpg") no-repeat center/cover;
}
body.home main section.gallery .grid .img_box9:before {
  background: url("../img/home/photo9.jpg") no-repeat center/cover;
}
body.home main section.treatment {
  background: #ffffff;
  padding-bottom: 8rem;
}
body.home main section.treatment .title_box {
  text-align: center;
}
body.home main section.treatment .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-3.125rem);
  position: relative;
  z-index: 8;
}
body.home main section.treatment .inner .btn {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
body.home main section.treatment .inner .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.125rem;
  row-gap: 5rem;
}
@media screen and (max-width: 749px) {
  body.home main section.treatment .inner .grid {
    display: flex;
    flex-direction: column;
  }
}
body.home main section.treatment .inner .grid > div {
  background: #b6d4d6;
  position: relative;
  padding-bottom: 3rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 749px) {
  body.home main section.treatment .inner .grid > div {
    flex-basis: 100%;
  }
}
body.home main section.treatment .inner .grid > div h3 {
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  background: #86b8ba;
  border-radius: 0.625rem 0.625rem 0 0;
}
body.home main section.treatment .inner .grid > div .img_box {
  width: 86.2778730703%;
  margin: 2.5rem auto;
}
body.home main section.treatment .inner .grid > div .img_box img {
  width: 100%;
  height: auto;
}
body.home main section.treatment .inner .grid > div .text_box {
  width: 86.2778730703%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.125rem;
}
body.home main section.treatment .inner .grid > div .btn_box {
  display: flex;
  width: 82.332761578%;
  gap: 1rem;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
body.home main section.treatment .inner .grid > div .btn_box .btn {
  width: 100%;
  letter-spacing: -0.05em;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #86b8ba;
}
body.home main section.treatment .inner .grid > div .btn_box .btn:after {
  border-color: #86b8ba;
}
body.home main section.treatment .inner .grid > div .btn_box .btn:hover {
  opacity: 0.9;
  animation: zoomLink 0.2s ease forwards;
}
body.home main section.treatment .inner .grid > div:nth-of-type(2), body.home main section.treatment .inner .grid > div:nth-of-type(3) {
  background: #e3c9c4;
}
body.home main section.treatment .inner .grid > div:nth-of-type(2) h3, body.home main section.treatment .inner .grid > div:nth-of-type(3) h3 {
  background: #d1a59d;
}
body.home main section.treatment .inner .grid > div:nth-of-type(2) .btn, body.home main section.treatment .inner .grid > div:nth-of-type(3) .btn {
  color: #d1a59d;
}
body.home main section.treatment .inner .grid > div:nth-of-type(2) .btn:after, body.home main section.treatment .inner .grid > div:nth-of-type(3) .btn:after {
  border-color: #d1a59d;
}
body.home main section.treatment .inner .grid > div:nth-of-type(2) .btn.type2, body.home main section.treatment .inner .grid > div:nth-of-type(3) .btn.type2 {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #d1a59d;
}
body.home main section.treatment .inner .grid > div:nth-of-type(2) .btn.type2:after, body.home main section.treatment .inner .grid > div:nth-of-type(3) .btn.type2:after {
  border-color: #ffffff;
}
@media screen and (max-width: 1100px) {
  body.home main section.treatment .inner .grid > div:nth-of-type(2) .btn.type2, body.home main section.treatment .inner .grid > div:nth-of-type(3) .btn.type2 {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 749px) {
  body.home main section.treatment .inner .grid > div:nth-of-type(2) .btn.type3, body.home main section.treatment .inner .grid > div:nth-of-type(3) .btn.type3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 749px) {
  body.home main section.treatment .inner .grid > div:nth-of-type(3) .btn_box {
    display: block;
    bottom: -2em;
  }
  body.home main section.treatment .inner .grid > div:nth-of-type(3) .btn_box a + a {
    margin-top: 1em;
  }
}
@media screen and (max-width: 749px) {
  body.home main section.treatment .inner .grid > div:nth-of-type(1) {
    order: 1;
  }
  body.home main section.treatment .inner .grid > div:nth-of-type(2) {
    order: 2;
  }
  body.home main section.treatment .inner .grid > div:nth-of-type(3) {
    order: 4;
  }
  body.home main section.treatment .inner .grid > div:nth-of-type(4) {
    order: 3;
  }
}
body.home main section.news {
  padding-top: 8rem;
  padding-bottom: 9.875rem;
  background: linear-gradient(0deg, rgba(252, 255, 255, 0.2) 16%, rgba(255, 255, 255, 0.5) 70%, rgb(255, 255, 255) 100%), url("../img/home/bg3.png") no-repeat left top, url("../img/home/bg4.png") no-repeat right bottom;
}
body.home main section.news .title_box {
  text-align: center;
}
body.home main section.news .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
body.home main section.news .inner .list {
  max-width: 908px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
body.home main section.news .inner .list:before {
  content: "";
  position: absolute;
  top: -5.5em;
  right: -13.9em;
  width: 13.9em;
  height: 16.5em;
  font-size: 0.625rem;
  background: url("../img/common/pict3.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.home main section.news .inner .list:before {
    font-size: 5px;
    top: -14.5em;
    right: -5.9em;
  }
}
body.home main section.news .inner .list:after {
  content: "";
  position: absolute;
  bottom: -18em;
  left: -11.5em;
  width: 11.5em;
  height: 18em;
  font-size: 0.625rem;
  background: url("../img/common/pict4.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.home main section.news .inner .list:after {
    font-size: 5px;
    bottom: -30em;
    left: -5.5em;
  }
}
body.home main section.news .inner .list > div {
  border-bottom: 2px dashed #d1a59d;
  position: relative;
}
body.home main section.news .inner .list > div:after {
  content: "";
  width: 1em;
  height: 0.5em;
  background: url("../img/common/arrow2.svg") no-repeat center/cover;
  position: absolute;
  top: calc(50% - 0.25em);
  right: 0em;
}
body.home main section.news .inner .list > div + div {
  margin-top: 4rem;
}
body.home main section.news .inner .list a {
  text-decoration: none;
  color: #86b8ba;
  display: grid;
  grid-template-columns: 6em calc(100% - 6em);
  align-items: baseline;
}
@media screen and (max-width: 749px) {
  body.home main section.news .inner .list a {
    display: block;
  }
}
body.home main section.news .inner .list a time {
  font-size: 1rem;
  display: block;
}
body.home main section.news .inner .list a span {
  display: block;
  font-size: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 1.5em;
}
body.home main section.news .inner .btn_box {
  margin-top: 4rem;
  text-align: center;
}
body.home main section.news .inner .btn_box .btn {
  width: 80%;
  max-width: 403px;
  background: #d6aea7;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.about header .visual_box {
  background: url("../img/about/main.jpg") no-repeat center/cover;
}
body.about header .visual_box:before {
  content: "About";
}
body.about header .visual_box:after {
  content: "当院について";
}
body.about .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 0 4rem 4rem;
  box-sizing: border-box;
  border-radius: 0 0 3.125rem 3.125rem;
}
@media screen and (max-width: 749px) {
  body.about .content1 .inner {
    padding: 0 1.5rem 4rem;
  }
}
body.about .content1 .inner .flex_box {
  display: flex;
  gap: 5.2631578947%;
}
@media screen and (max-width: 749px) {
  body.about .content1 .inner .flex_box {
    display: block;
  }
}
body.about .content1 .inner .flex_box .text_box {
  width: 100%;
}
@media screen and (min-width: 750px) {
  body.about .content1 .inner .flex_box .text_box {
    transform: translateY(-1rem);
  }
}
@media screen and (max-width: 749px) {
  body.about .content1 .inner .flex_box .text_box {
    margin-top: 1.5625rem;
  }
}
body.about .content1 .inner .flex_box .text_box h3 {
  font-size: 2rem;
  line-height: 1.8;
  color: #867d73;
}
@media screen and (max-width: 749px) {
  body.about .content1 .inner .flex_box .text_box h3 br {
    display: none;
  }
}
body.about .content1 .inner .flex_box .text_box p {
  line-height: 2;
  font-size: 1.125rem;
  color: #646464;
  margin-top: 0.5rem;
}
body.about .content1 .inner .flex_box .img_box {
  width: 100%;
  position: relative;
}
body.about .content1 .inner .flex_box .img_box img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  display: block;
}
body.about .content1 .inner .flex_box .img_box:before {
  content: "";
  top: -4.1em;
  left: 0;
  position: absolute;
  display: block;
  height: 8.4em;
}
@media screen and (min-width: 1099px) {
  body.about .content1 .inner .flex_box .img_box:before {
    font-size: 10px;
  }
}
@media screen and (max-width: 1100px) {
  body.about .content1 .inner .flex_box .img_box:before {
    font-size: 8px;
  }
}
@media screen and (max-width: 749px) {
  body.about .content1 .inner .flex_box .img_box:before {
    font-size: 6px;
  }
}
body.about .content1 .inner .flex_box .img_box.num1:before {
  width: 10.8em;
  background: url("../img/about/num1.svg") no-repeat center/cover;
}
body.about .content1 .inner .flex_box .img_box.num2:before {
  width: 11.6em;
  background: url("../img/about/num2.svg") no-repeat center/cover;
}
body.about .content1 .inner .flex_box .img_box.num3:before {
  width: 11.4em;
  background: url("../img/about/num3.svg") no-repeat center/cover;
}
body.about .content1 .inner .flex_box .img_box.num4:before {
  width: 11.8em;
  background: url("../img/about/num4.svg") no-repeat center/cover;
}
body.about .content1 .inner .flex_box:nth-of-type(2n-1) .text_box {
  order: 1;
}
body.about .content1 .inner .flex_box:nth-of-type(2n-1) .img_box {
  order: 2;
}
body.about .content1 .inner .flex_box + .flex_box {
  margin-top: 4.75rem;
  padding-top: 7.125rem;
  border-top: 3px dotted #86b8ba;
}
body.about .content2 {
  margin: 8rem 0 10rem;
}
body.about .content2 .photoArea {
  overflow: hidden;
  position: relative;
  margin-bottom: 4rem;
}
body.about .content2 .photoArea .swiper-slide {
  padding: 0 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  body.about .content2 .photoArea .swiper-slide {
    padding: 0 10px;
  }
}
body.about .content2 .photoArea .swiper-slide .img_box {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
body.about .content2 .photoArea .swiper-slide .img_box img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 5;
}
body.about .content2 .photoArea .swiper-slide .img_box span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d3a9a2;
  color: #ffffff;
  text-align: center;
  z-index: 10;
  padding: 0.8em 0;
}
@media screen and (min-width: 1099px) {
  body.about .content2 .photoArea .swiper-slide .img_box span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1100px) {
  body.about .content2 .photoArea .swiper-slide .img_box span {
    font-size: 27px;
  }
}
@media screen and (max-width: 749px) {
  body.about .content2 .photoArea .swiper-slide .img_box span {
    font-size: 22px;
  }
}
@media screen and (max-width: 749px) {
  body.about .content2 .photoArea .swiper-slide .img_box span {
    padding: 0.4em 0;
    line-height: 1;
  }
}
body.about .content2 .photoArea div[class^=swiper-button-] {
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  z-index: 5;
  border-radius: 0.5em;
  background: url("../img/about/arrow.svg") no-repeat center/cover;
}
@media screen and (min-width: 1099px) {
  body.about .content2 .photoArea div[class^=swiper-button-] {
    font-size: 64px;
  }
}
@media screen and (max-width: 1100px) {
  body.about .content2 .photoArea div[class^=swiper-button-] {
    font-size: 49px;
  }
}
@media screen and (max-width: 749px) {
  body.about .content2 .photoArea div[class^=swiper-button-] {
    font-size: 34px;
  }
}
body.about .content2 .photoArea div[class^=swiper-button-]:hover {
  opacity: 0.8;
  cursor: pointer;
}
body.about .content2 .photoArea .swiper-button-next {
  transform: rotate(180deg);
  right: 16.7763157895%;
}
@media screen and (max-width: 749px) {
  body.about .content2 .photoArea .swiper-button-next {
    right: 6.9078947368%;
  }
}
body.about .content2 .photoArea .swiper-button-prev {
  left: 16.7763157895%;
}
@media screen and (max-width: 749px) {
  body.about .content2 .photoArea .swiper-button-prev {
    left: 6.9078947368%;
  }
}
body.about .content2 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
body.about .content2 .inner .flex_box {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
body.about .content2 .inner .flex_box > div {
  flex-basis: calc(50% - 2rem);
  position: relative;
  background: #ffffff;
  box-sizing: border-box;
  padding: 5.25rem 4rem 4rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  body.about .content2 .inner .flex_box > div {
    flex-basis: 100%;
    padding: 5.25rem 2.125rem 4rem;
  }
}
body.about .content2 .inner .flex_box > div:before, body.about .content2 .inner .flex_box > div:after {
  content: "";
  width: 50%;
  height: 1.25rem;
  position: absolute;
  top: 0;
}
body.about .content2 .inner .flex_box > div:before {
  left: 50%;
  background: #dab7b1;
}
body.about .content2 .inner .flex_box > div:after {
  right: 50%;
  background: #86b8ba;
}
body.about .content2 .inner .flex_box > div.type2 {
  flex-basis: 100%;
}
body.about .content2 .inner .flex_box > div h3 {
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  padding: 1.25rem 0;
  text-align: center;
  color: #ffffff;
  background: #86b8ba;
  border-radius: 1.25rem;
  margin-bottom: 4rem;
}
body.about .content2 .inner .flex_box > div h4 {
  color: #86b8ba;
  font-size: 2rem;
  padding-bottom: 0.9375rem;
  border-bottom: 3px dotted #86b8ba;
  margin-bottom: 4rem;
  line-height: 1;
}
body.about .content2 .inner .flex_box > div p {
  margin-top: 3.75rem;
  font-size: 1.125rem;
}
body.about .content2 .inner .flex_box > div .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 749px) {
  body.about .content2 .inner .flex_box > div .grid {
    grid-template-columns: 1fr;
  }
}
body.about .content2 .inner .flex_box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem;
}
body.about .staff {
  margin: 8rem 0 10rem;
}
body.about .staff .inner {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 8rem 0;
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
body.about .staff .inner p {
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 749px) {
  body.about .staff .inner p {
    padding: 0 2rem;
    text-align: left;
  }
  body.about .staff .inner p br {
    display: none;
  }
}

body.doctor header .visual_box {
  background: url("../img/doctor/main.jpg") no-repeat center/cover;
}
body.doctor header .visual_box:before {
  content: "Doctor";
}
body.doctor header .visual_box:after {
  content: "医師紹介";
}
body.doctor .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 0 4rem 4rem;
  box-sizing: border-box;
  border-radius: 0 0 3.125rem 3.125rem;
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner {
    padding: 0 1.5rem 9.375rem;
  }
}
body.doctor .content1 .inner .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box {
    display: block;
  }
}
body.doctor .content1 .inner .flex_box .text_box {
  flex-basis: 57.7302631579%;
  position: relative;
}
@media screen and (min-width: 750px) {
  body.doctor .content1 .inner .flex_box .text_box {
    transform: translateY(-1rem);
  }
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box .text_box {
    margin-top: 5.3125rem;
  }
}
body.doctor .content1 .inner .flex_box .text_box h3 {
  font-size: 2rem;
  line-height: 1.8;
  color: #867d73;
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box .text_box h3 br {
    display: none;
  }
}
body.doctor .content1 .inner .flex_box .text_box p {
  line-height: 2;
  font-size: 1.125rem;
  color: #646464;
  margin-top: 0.5rem;
}
body.doctor .content1 .inner .flex_box .text_box:before {
  top: -5.9em;
  right: -11.9em;
  position: absolute;
  display: block;
  height: 12.7em;
  width: 11.9em;
}
@media screen and (min-width: 1099px) {
  body.doctor .content1 .inner .flex_box .text_box:before {
    font-size: 10px;
  }
}
@media screen and (max-width: 1100px) {
  body.doctor .content1 .inner .flex_box .text_box:before {
    font-size: 8px;
  }
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box .text_box:before {
    font-size: 6px;
  }
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box .text_box:before {
    top: auto;
    right: 2em;
    bottom: -15em;
  }
}
body.doctor .content1 .inner .flex_box .text_box.pict:before {
  content: "";
  background: url("../img/doctor/pict2.svg") no-repeat center/cover;
}
body.doctor .content1 .inner .flex_box .img_box {
  flex-basis: 37.0065789474%;
  position: relative;
  border-radius: 0.625rem;
  background: #f0f6f7;
}
body.doctor .content1 .inner .flex_box .img_box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem 0.625rem 0 0;
}
body.doctor .content1 .inner .flex_box .img_box h3 {
  text-align: center;
  padding: 0.6em 0;
  color: #ffffff;
  background: #86b8ba;
}
body.doctor .content1 .inner .flex_box .img_box p {
  font-size: 1.75rem;
  color: #86b8ba;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 1.125rem 0;
}
body.doctor .content1 .inner .flex_box .img_box p span {
  display: block;
  font-size: 1rem;
  color: #929292;
}
body.doctor .content1 .inner .flex_box .img_box:before {
  bottom: -11.2em;
  left: -6em;
  position: absolute;
  display: block;
  height: 14.7em;
  width: 10.1em;
}
@media screen and (min-width: 1099px) {
  body.doctor .content1 .inner .flex_box .img_box:before {
    font-size: 10px;
  }
}
@media screen and (max-width: 1100px) {
  body.doctor .content1 .inner .flex_box .img_box:before {
    font-size: 8px;
  }
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box .img_box:before {
    font-size: 6px;
  }
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box .img_box:before {
    left: -1em;
    bottom: -8.2em;
  }
}
body.doctor .content1 .inner .flex_box .img_box.pict:before {
  content: "";
  background: url("../img/doctor/pict1.svg") no-repeat center/cover;
}
body.doctor .content1 .inner .grid {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.2631578947%;
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .grid {
    grid-template-columns: 1fr;
  }
}
body.doctor .content1 .inner .grid > div {
  position: relative;
  padding-top: 5.5625rem;
}
body.doctor .content1 .inner .grid > div:before, body.doctor .content1 .inner .grid > div:after {
  content: "";
  width: 50%;
  height: 1.25rem;
  position: absolute;
  top: 0;
}
body.doctor .content1 .inner .grid > div:before {
  left: 50%;
  background: #dab7b1;
  border-radius: 0 0.625rem 0.625rem 0;
}
body.doctor .content1 .inner .grid > div:after {
  right: 50%;
  background: #86b8ba;
  border-radius: 0.625rem 0 0 0.625rem;
}
body.doctor .content1 .inner .grid > div h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #86b8ba;
  padding-bottom: 0.75rem;
  margin-bottom: 4rem;
  border-bottom: 2px dashed #86b8ba;
}
body.doctor .content1 .inner .grid > div dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  row-gap: 1.25rem;
}
body.doctor .content1 .inner .grid > div dl dt {
  flex-basis: 4rem;
  color: #86b8ba;
}
body.doctor .content1 .inner .grid > div dl dd {
  flex-basis: calc(100% - 4rem);
  padding-left: 1em;
  box-sizing: border-box;
}
body.doctor .content1 .inner .grid > div ul li {
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.8em;
}
body.doctor .content1 .inner .grid > div ul li:before {
  content: "";
  top: 0.625rem;
  left: 0;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #86b8ba;
}
body.doctor .content1 .inner .grid > div ul li + li {
  margin-top: 1.25rem;
}
body.doctor .content2 {
  margin-top: 8rem;
}
body.doctor .content2 .inner {
  background: #ffffff;
  padding: 8rem 4rem;
  box-sizing: border-box;
  border-radius: 3.125rem;
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  body.doctor .content2 .inner {
    padding: 3rem 1.5rem 6.875rem;
  }
}
body.doctor .content2 .inner .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 749px) {
  body.doctor .content2 .inner .flex_box {
    display: block;
  }
}
body.doctor .content2 .inner .flex_box .text_box {
  flex-basis: 57.7302631579%;
  padding-top: 5.5625rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.doctor .content2 .inner .flex_box .text_box {
    margin-top: 1.5625rem;
  }
}
body.doctor .content2 .inner .flex_box .text_box:before, body.doctor .content2 .inner .flex_box .text_box:after {
  content: "";
  width: 50%;
  height: 1.25rem;
  position: absolute;
  top: 0;
}
body.doctor .content2 .inner .flex_box .text_box:before {
  left: 50%;
  background: #dab7b1;
  border-radius: 0 0.625rem 0.625rem 0;
}
body.doctor .content2 .inner .flex_box .text_box:after {
  right: 50%;
  background: #86b8ba;
  border-radius: 0.625rem 0 0 0.625rem;
}
body.doctor .content2 .inner .flex_box .text_box h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #86b8ba;
  padding-bottom: 0.75rem;
  margin-bottom: 4rem;
  border-bottom: 2px dashed #86b8ba;
}
body.doctor .content2 .inner .flex_box .text_box dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  row-gap: 1.25rem;
}
body.doctor .content2 .inner .flex_box .text_box dl dt {
  flex-basis: 4rem;
  color: #86b8ba;
}
body.doctor .content2 .inner .flex_box .text_box dl dd {
  flex-basis: calc(100% - 4rem);
  padding-left: 1em;
  box-sizing: border-box;
}
body.doctor .content2 .inner .flex_box .img_box {
  flex-basis: 37.0065789474%;
  position: relative;
  border-radius: 0.625rem;
  background: #f0f6f7;
}
body.doctor .content2 .inner .flex_box .img_box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem 0.625rem 0 0;
}
body.doctor .content2 .inner .flex_box .img_box h3 {
  text-align: center;
  padding: 0.6em 0;
  color: #ffffff;
  background: #86b8ba;
}
body.doctor .content2 .inner .flex_box .img_box p {
  font-size: 1.75rem;
  color: #86b8ba;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 1.125rem 0;
}
body.doctor .content2 .inner .flex_box .img_box p span {
  display: block;
  font-size: 1rem;
  color: #929292;
}
body.doctor .history {
  margin: 8rem 0 10rem;
}
body.doctor .history .inner {
  background: #ffffff;
  padding: 8rem 4rem;
  box-sizing: border-box;
  border-radius: 3.125rem;
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  body.doctor .history .inner {
    padding: 3rem 1.5rem 6.875rem;
  }
}
body.doctor .history .inner .text_box {
  flex-basis: 57.7302631579%;
  padding-top: 5.5625rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.doctor .history .inner .text_box {
    margin-top: 1.5625rem;
  }
}
body.doctor .history .inner .text_box:before, body.doctor .history .inner .text_box:after {
  content: "";
  width: 50%;
  height: 1.25rem;
  position: absolute;
  top: 0;
}
body.doctor .history .inner .text_box:before {
  left: 50%;
  background: #dab7b1;
  border-radius: 0 0.625rem 0.625rem 0;
}
body.doctor .history .inner .text_box:after {
  right: 50%;
  background: #86b8ba;
  border-radius: 0.625rem 0 0 0.625rem;
}
body.doctor .history .inner .text_box h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #86b8ba;
  padding-bottom: 0.75rem;
  margin-bottom: 4rem;
  border-bottom: 2px dashed #86b8ba;
}
body.doctor .history .inner .text_box dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125rem;
  row-gap: 1.75rem;
}
body.doctor .history .inner .text_box dl dt {
  flex-basis: 4rem;
  color: #86b8ba;
}
body.doctor .history .inner .text_box dl dd {
  flex-basis: calc(100% - 4rem);
  padding-left: 1em;
  box-sizing: border-box;
}

body.treatment header .visual_box {
  background: url("../img/treatment/main.jpg") no-repeat center/cover;
}
body.treatment header .visual_box:before {
  content: "Treatment";
}
body.treatment header .visual_box:after {
  content: "診療案内";
}
body.treatment .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 0 4rem 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner {
    padding: 0 1.5rem 6.875rem;
  }
}
body.treatment .content1 .inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.6315789474%;
}
@media (max-width: 1440px) {
  body.treatment .content1 .inner ul {
    gap: 1.5625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner ul {
    gap: 1.5625rem;
    grid-template-columns: 1fr;
  }
}
body.treatment .content1 .inner ul li {
  text-align: center;
}
body.treatment .content1 .inner ul li a {
  display: block;
  position: relative;
  border: 2px solid #d1a59d;
  border-radius: 0.625rem;
  line-height: 1;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #d1a59d;
}
body.treatment .content1 .inner ul li a:after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
  content: "";
  background: url("../img/common/arrow3.svg") no-repeat center/cover;
  border-radius: 0.5em;
  font-size: 1.3125rem;
  width: 1em;
  height: 1em;
}
body.treatment .content1 .inner ul li:nth-of-type(2n) a {
  color: #86b8ba;
  border-color: #86b8ba;
}
body.treatment .content1 .inner ul li:nth-of-type(2n) a:after {
  background: url("../img/common/arrow4.svg") no-repeat center/cover;
}
body.treatment .box .inner {
  background: #ffffff;
  padding: 0 4rem 8rem;
  box-sizing: border-box;
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  body.treatment .box .inner {
    padding: 0 1.5rem 4rem;
  }
}
body.treatment .box .inner h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #dfc0ba;
  border-radius: 0.625rem;
  margin-bottom: 4rem;
}
body.treatment .box .inner h3 {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px dashed #d1a59d;
  color: #646464;
}
body.treatment .box .inner h3:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #86b8ba;
}
body.treatment .box .inner .text_box h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #86b8ba;
  padding-bottom: 0.75rem;
  margin-bottom: 4rem;
  border-bottom: 2px dashed #86b8ba;
}
body.treatment .box .inner .text_box p {
  font-size: 1.125rem;
}
body.treatment .box .inner .text_box .subtitle {
  padding-left: 1.5em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #86b8ba;
  position: relative;
  margin-bottom: 1.125rem;
}
body.treatment .box .inner .text_box .subtitle:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url("../img/common/smile.svg") no-repeat center/cover;
}
body.treatment .box .inner .text_box + h3 {
  margin-top: 4rem;
}
body.treatment .box .inner .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}
@media screen and (max-width: 749px) {
  body.treatment .box .inner .flex_box {
    display: block;
  }
}
body.treatment .box .inner .flex_box .text_box {
  flex-basis: 52.6315789474%;
  position: relative;
}
body.treatment .box .inner .flex_box .img_box {
  flex-basis: 42.1052631579%;
  position: relative;
  border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (max-width: 749px) {
  body.treatment .box .inner .flex_box .img_box {
    margin-top: 1.5625rem;
  }
}
body.treatment .box .inner .flex_box .img_box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem;
}
body.treatment .box .inner .flex_box .img_box h3 {
  text-align: center;
  padding: 0.6em 0;
  color: #ffffff;
  background: #86b8ba;
}
body.treatment .box .inner .flex_box .img_box p {
  font-size: 1.75rem;
  color: #86b8ba;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 1.125rem 0;
}
body.treatment .box .inner .flex_box .img_box p span {
  display: block;
  font-size: 1rem;
  color: #929292;
}
body.treatment .box .inner .list {
  margin-bottom: 4rem;
}
body.treatment .box .inner .list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  body.treatment .box .inner .list ul {
    grid-template-columns: 1fr;
  }
}
body.treatment .box .inner .list ul li {
  border-radius: 0.625rem;
  background: #f6edeb;
  color: #d1a59d;
  text-align: center;
  padding: 1.625rem;
  font-weight: bold;
  font-size: 1.125rem;
}
body.treatment .box .inner .list p {
  margin-top: 2rem;
}
body.treatment .box .inner .border {
  border-radius: 0.625rem;
  border: 2px solid #d1a59d;
  padding: 4rem;
  box-sizing: border-box;
}
body.treatment .box .inner .border.type2 {
  border-color: #86b8ba;
}
@media screen and (max-width: 749px) {
  body.treatment .box .inner .border {
    padding: 4rem 1.5rem;
  }
}
body.treatment .box .inner .border .note {
  background: #f3f8f8;
  border-radius: 0.625rem;
  line-height: 2;
  padding: 1.25rem 2rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 749px) {
  body.treatment .box .inner .border .note {
    padding: 1.25rem;
  }
}
body.treatment .box .inner .border .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  body.treatment .box .inner .border .items {
    grid-template-columns: 1fr;
  }
}
body.treatment .box .inner .border .items > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: 0.625rem;
  background: #f6f6f6;
  color: #d1a59d;
  padding: 1.75rem 2rem;
  overflow: hidden;
}
body.treatment .box .inner .border .items > div:before {
  content: "";
  width: 0.625rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #d8b2ac;
}
body.treatment .box .inner .border + .text_box {
  padding-top: 8rem;
  margin-top: 8rem;
  border-top: 2px dashed #b1b1b1;
  margin-bottom: 4rem;
}
body.treatment .box#nav2 h2 {
  background: #b6d4d6;
}
body.treatment .box#nav2 h3 {
  border-bottom-color: #86b8ba;
}
body.treatment .box#nav2 h3:before {
  background: #d1a59d;
}
body.treatment .box#nav2 .list ul li {
  background: #f3f8f8;
  color: #86b8ba;
}
body.treatment .box#nav2 .list.type1 ul {
  grid-template-columns: 1fr;
}
body.treatment .box#nav2 .list.type1 ul li {
  text-align: left;
  padding: 2rem;
}
@media screen and (max-width: 749px) {
  body.treatment .box#nav2 .list.type1 ul li {
    padding: 2rem 1.25rem;
  }
}
body.treatment .box#nav2 .border .note {
  background: #f8f1f0;
}
body.treatment .box#nav2 .border + .flex_box {
  padding-top: 8rem;
  margin-top: 8rem;
  border-top: 2px dashed #b1b1b1;
}
body.treatment .box#nav3 .text_box .subtitle {
  color: #dfc0ba;
}
body.treatment .box#nav3 .text_box .subtitle:before {
  background: url("../img/common/smile2.svg") no-repeat center/cover;
}
body.treatment .box#nav4 {
  margin-bottom: 10rem;
}
body.treatment .box#nav4 .inner {
  border-radius: 0 0 3.125rem 3.125rem;
}
body.treatment .box#nav4 h2 {
  background: #b6d4d6;
}
body.treatment .box#nav4 h3 {
  border-bottom: none;
  color: #86b8ba;
  font-size: 1.5rem;
  padding-bottom: 0;
}
body.treatment .box#nav4 h3:before {
  top: 0.6em;
  background: url("../img/common/smile.svg") no-repeat center/cover;
}
@media screen and (min-width: 750px) {
  body.treatment .box#nav4 h3.padding {
    padding-bottom: 3rem;
  }
}
body.treatment .box#nav4 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8rem;
}
@media screen and (max-width: 749px) {
  body.treatment .box#nav4 .grid {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
body.treatment .box#nav4 .grid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  box-sizing: border-box;
}
body.treatment .box#nav4 .grid p {
  font-size: 1.125rem;
  margin-top: 3.375rem;
}
body.treatment .box#nav4 .grid > div {
  position: relative;
}
@media screen and (min-width: 750px) {
  body.treatment .box#nav4 .grid > div:nth-of-type(2n-1) {
    padding-right: 5.2631578947%;
    border-right: 2px dashed #b1b1b1;
  }
  body.treatment .box#nav4 .grid > div:nth-of-type(2n-1):before {
    position: absolute;
    top: -4rem;
    left: 0;
    right: 2rem;
    height: 1px;
    border-top: 2px dashed #b1b1b1;
    content: "";
  }
  body.treatment .box#nav4 .grid > div:nth-of-type(2n) {
    padding-left: 5.2631578947%;
  }
  body.treatment .box#nav4 .grid > div:nth-of-type(2n):before {
    position: absolute;
    top: -4rem;
    left: 2rem;
    right: 0;
    transform: translateY(-1px);
    border-top: 2px dashed #b1b1b1;
    content: "";
  }
  body.treatment .box#nav4 .grid > div:nth-of-type(2n):after {
    position: absolute;
    bottom: -4rem;
    left: 2rem;
    right: 0;
    transform: translateY(1px);
    border-top: 2px dashed #b1b1b1;
    content: "";
  }
  body.treatment .box#nav4 .grid > div:first-child:before {
    display: none;
  }
  body.treatment .box#nav4 .grid > div:nth-of-type(2):before {
    display: none;
  }
  body.treatment .box#nav4 .grid > div.noborder {
    border: none;
  }
  body.treatment .box#nav4 .grid > div.noborder:after {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  body.treatment .box#nav4 .grid > div + div {
    border-top: 2px dashed #b1b1b1;
    padding-top: 4rem;
  }
}

body.access header .visual_box {
  background: url("../img/access/main.jpg") no-repeat center/cover;
}
body.access header .visual_box:before {
  content: "Access";
}
body.access header .visual_box:after {
  content: "アクセス";
}
body.access .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 0 4rem 8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner {
    padding: 0 1.5rem 8rem;
  }
}
body.access .content1 .inner p {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}
body.access .content1 .inner .border {
  position: relative;
}
body.access .content1 .inner .border:after {
  content: "";
  position: absolute;
  top: -25em;
  right: 0em;
  font-size: 0.625rem;
  width: 9em;
  height: 25em;
  background: url("../img/common/pict5.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .border:after {
    right: auto;
    right: 0;
    font-size: 6px;
  }
}
body.access .content1 .inner .border:before {
  content: "";
  position: absolute;
  bottom: -11em;
  left: 0em;
  font-size: 0.625rem;
  width: 11.1em;
  height: 15.4em;
  background: url("../img/common/pict6.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .border:before {
    right: auto;
    left: 4em;
    font-size: 6px;
  }
}
body.access .content1 .inner .border .map {
  height: 39.375rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
body.access .content1 .inner .border .map iframe {
  width: 100%;
  height: 100%;
}
body.access .access {
  margin-top: 8rem;
}
body.access .access .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 3.125rem;
  background: #ead6d3;
  box-sizing: border-box;
}
body.access .access .inner h2 {
  background: #d1a59d;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
body.access .access .inner .grid {
  margin: 4rem;
  padding: 4rem;
  background: #ffffff;
  border-radius: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 749px) {
  body.access .access .inner .grid {
    margin: 1.25rem;
    padding: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
}
@media screen and (max-width: 749px) {
  body.access .access .inner .img_box {
    order: 1;
  }
}
body.access .access .inner .img_box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem;
}
@media screen and (max-width: 749px) {
  body.access .access .inner .text_box {
    margin-top: 1.875rem;
    order: 2;
  }
}
body.access .access .inner h3 {
  position: relative;
  background: #86b8ba;
  margin-left: 1em;
  border-radius: 0 0.625rem 0.625rem 0;
  margin-top: 0.9375rem;
}
body.access .access .inner h3 span {
  display: block;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.5;
  margin-left: 3em;
}
@media screen and (max-width: 749px) {
  body.access .access .inner h3 span {
    font-size: 1.125rem;
  }
}
body.access .access .inner h3:before {
  position: absolute;
  width: 11em;
  height: 10.2em;
  font-size: 0.625rem;
  top: 50%;
  left: -1.8em;
  transform: translateY(-50%);
  content: "";
  background: url("../img/access/pict1.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.access .access .inner h3:before {
    font-size: 7px;
    left: -2.2em;
  }
}
body.access .access .inner .public {
  margin-bottom: 4.375rem;
}
body.access .access .inner ul {
  margin-top: 3.25rem;
}
body.access .access .inner ul li {
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.8em;
}
body.access .access .inner ul li:before {
  content: "";
  top: 0.625rem;
  left: 0;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #86b8ba;
}
body.access .access .inner ul li + li {
  margin-top: 1.25rem;
}
body.access .access .inner .parking h3 {
  background: #d1a59d;
}
body.access .access .inner .parking h3:before {
  background: url("../img/access/pict2.svg") no-repeat center/cover;
}
body.access .access .inner .parking ul li:before {
  background: #dfc0ba;
}
body.access .info {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
body.access .info .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 3.125rem;
  background: #c9dfe0;
  box-sizing: border-box;
}
body.access .info .inner h2 {
  background: #86b8ba;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
body.access .info .inner .bg {
  margin: 4rem;
  padding: 4rem;
  background: #ffffff;
  border-radius: 1.875rem;
}
@media screen and (max-width: 749px) {
  body.access .info .inner .bg {
    margin: 1.25rem;
    padding: 1.25rem;
    border-radius: 1.25rem;
  }
}
body.access .info .inner .bg .flex_box {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 749px) {
  body.access .info .inner .bg .flex_box {
    display: block;
  }
}
body.access .info .inner .bg .flex_box .text_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #867d73;
}
body.access .info .inner .bg .flex_box .text_box p {
  line-height: 1;
}
@media screen and (max-width: 749px) {
  body.access .info .inner .bg .flex_box .text_box p {
    line-height: 2;
  }
}
body.access .info .inner .bg .flex_box .text_box .tel {
  display: flex;
  align-items: baseline;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 749px) {
  body.access .info .inner .bg .flex_box .text_box .tel {
    justify-content: center;
  }
}
body.access .info .inner .bg .flex_box .text_box .tel:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  background: url("../img/access/tel.svg") no-repeat center/cover;
  transform: translateY(0.15em);
}
@media screen and (max-width: 749px) {
  body.access .info .inner .bg .flex_box .text_box .tel:before {
    font-size: 1.875rem;
  }
}
body.access .info .inner .bg .flex_box .text_box .tel span {
  font-size: 2rem;
  line-height: 1;
  color: #867d73;
}
@media screen and (max-width: 749px) {
  body.access .info .inner .bg .flex_box .text_box .tel span {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 749px) {
  body.access .info .inner .bg .flex_box .btn_box {
    margin-top: 1.875rem;
    text-align: center;
  }
}
body.access .info .inner .bg .flex_box .btn_box a {
  padding: 1.875rem 2.8125rem;
  background: #d6aea7;
}
body.access .info .inner .bg .time_table .table {
  margin-bottom: 2rem;
}
body.access .info .inner .bg .time_table .table table {
  display: block;
}
body.access .info .inner .bg .time_table .table table thead {
  display: block;
  background: #aacdcf;
  border-radius: 0.625rem;
}
body.access .info .inner .bg .time_table .table table tbody {
  display: block;
}
body.access .info .inner .bg .time_table .table table tbody tr {
  border-bottom: 1px solid #aacdcf;
}
body.access .info .inner .bg .time_table .table table tr {
  display: flex;
  flex-wrap: wrap;
}
body.access .info .inner .bg .time_table .table table tr td,
body.access .info .inner .bg .time_table .table table tr th {
  flex-basis: 9.1911764706%;
  text-align: center;
  padding: 0.9em 0;
  font-size: 1.125rem;
  line-height: 1.5;
  display: block;
}
body.access .info .inner .bg .time_table .table table tr td:first-child,
body.access .info .inner .bg .time_table .table table tr th:first-child {
  flex-basis: 35.6617647059%;
}
body.access .info .inner .bg .time_table .table table th {
  color: #ffffff;
  box-sizing: border-box;
}
body.access .info .inner .bg .time_table .table table td {
  color: #867d73;
  box-sizing: border-box;
}

body.news header .visual_box {
  background: url("../img/news/main.jpg") no-repeat center/cover;
}
body.news header .visual_box:before {
  content: "News";
}
body.news header .visual_box:after {
  content: "お知らせ";
}
body.news .content1 {
  margin-bottom: 10rem;
}
body.news .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 0 4rem 8rem;
  border-radius: 0 0 3.125rem 3.125rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  body.news .content1 .inner {
    padding: 0 1.5rem 8rem;
  }
}
body.news .content1 .inner .post {
  position: relative;
}
body.news .content1 .inner .post time {
  font-size: 1.125rem;
  color: #867d73;
}
body.news .content1 .inner .post h2 {
  color: #86b8ba;
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 1.75rem;
}
body.news .content1 .inner .post p {
  font-size: 1.125rem;
}
body.news .content1 .inner .post p + p {
  margin-top: 1.25rem;
}
body.news .content1 .inner .post p + ul {
  margin-top: 1.25rem;
}
body.news .content1 .inner .post p a {
  color: #86b8ba;
  text-decoration: underline;
}
body.news .content1 .inner .post + .post {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #b1b1b1;
}
body.news .content1 .inner .post ul li {
  padding-left: 1.3em;
  position: relative;
  font-size: 1.125rem;
}
body.news .content1 .inner .post ul li:before {
  content: "●";
  color: #86b8ba;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
body.news .content1 .inner .post .grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 749px) {
  body.news .content1 .inner .post .grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
body.news .content1 .inner .post .grid img {
  display: block;
  width: 100%;
  height: auto;
}

body.reservation header .visual_box {
  background: url("../img/reservation/main.jpg") no-repeat center/cover;
}
body.reservation header .visual_box:before {
  content: "Reservation";
}
body.reservation header .visual_box:after {
  content: "WEB予約について";
}
body.reservation .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 0 4rem 8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  body.reservation .content1 .inner {
    padding: 0 1.5rem 4rem;
  }
}
body.reservation .content1 .inner p {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}
body.reservation .content1 .inner .banner_box {
  margin-top: 5.625rem;
  margin-bottom: 8rem;
}
body.reservation .content1 .inner .banner_box img {
  width: 100%;
  height: auto;
}
body.reservation .content1 .inner h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #dfc0ba;
  border-radius: 0.625rem;
  padding: 0.625rem 0;
}
body.reservation .content1 .inner h3.type2 {
  background: #b6d4d6;
  margin-top: 8rem;
}
body.reservation .content1 .inner .grid_box {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 749px) {
  body.reservation .content1 .inner .grid_box {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
body.reservation .content1 .inner .grid_box img {
  width: 100%;
  height: auto;
}
body.reservation .content1 .inner .grid_box > div {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.reservation .content1 .inner .grid_box > div h4 {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  gap: 1.25rem;
}
body.reservation .content1 .inner .grid_box > div h4 span {
  color: #d1a59d;
  font-size: 4rem;
  line-height: 1;
}
body.reservation .content1 .inner .grid_box > div h4 span::first-letter {
  color: #86b8ba;
}
body.reservation .content1 .inner .grid_box > div h4 i {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #867d73;
}
body.reservation .content1 .inner .grid_box > div h4 i.ll {
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  body.reservation .content1 .inner .grid_box > div h4 i.ll {
    font-size: 1.125rem;
  }
}
body.reservation .content1 .inner .grid_box > div h4 + div {
  background: #edebea;
  padding: 2rem;
  border-radius: 0.625rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
}
body.reservation .content1 .inner .grid_box > div h4 + div p {
  margin-bottom: 0;
}
body.reservation .content1 .inner .grid_box > div h4 + div img {
  display: block;
  border-radius: 0.625rem;
}
body.reservation .content1 .inner .grid_box > div h4 + div .btn2 {
  margin-top: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #d1938b;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  font-size: 2rem;
  padding: 1.5rem 2.5rem;
  position: relative;
  line-height: 1;
}
body.reservation .content1 .inner .grid_box > div h4 + div .btn2:before {
  content: "";
  display: block;
  font-size: 2.1875rem;
  height: 1em;
  width: 1em;
  background: url("../img/common/icon4.svg") no-repeat center/cover;
}
body.reservation .content1 .inner .grid_box > div h4 + div .btn2:hover {
  opacity: 0.8;
}
body.reservation .content1 .inner .grid_box.type2 > div h4 span::first-letter {
  color: #d1a59d;
}
body.reservation .content1 .inner .grid_box.type2 > div h4 + div {
  background-color: #f6edeb;
}
body.reservation .content1 .inner .grid_box.type3 > div h4 span {
  color: #86b8ba;
}
body.reservation .content1 .inner .grid_box.type3 > div h4 + div {
  background-color: #e7f1f1;
}
body.reservation .content1 .inner .toggle_title {
  margin-top: 4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid #cfcbc7;
  box-sizing: border-box;
  padding: 0.3125rem 0 0.9375rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.reservation .content1 .inner .toggle_title {
    gap: 0.625rem;
    justify-content: start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
body.reservation .content1 .inner .toggle_title span {
  color: #d1a59d;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}
body.reservation .content1 .inner .toggle_title span::first-letter {
  color: #86b8ba;
}
@media screen and (max-width: 749px) {
  body.reservation .content1 .inner .toggle_title span {
    font-size: 1.875rem;
  }
}
body.reservation .content1 .inner .toggle_title i {
  font-size: 2rem;
  line-height: 1.2;
  color: #d1a59d;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  body.reservation .content1 .inner .toggle_title i {
    font-size: 1.25rem;
    letter-spacing: -0.1em;
  }
}
body.reservation .content1 .inner .toggle_title:hover {
  cursor: pointer;
  opacity: 0.8;
}
body.reservation .content1 .inner .toggle_title:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1.5rem;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  font-size: 2.5rem;
  background: #d1a59d url("../img/common/icon5.svg") no-repeat center/cover;
}
@media screen and (max-width: 749px) {
  body.reservation .content1 .inner .toggle_title:after {
    right: 0.75rem;
    font-size: 1.5625rem;
  }
}
body.reservation .content1 .inner .toggle_title.type2 i {
  color: #86b8ba;
}
body.reservation .content1 .inner .toggle_title.type2:after {
  background-color: #86b8ba;
}
body.reservation .content1 .inner .toggle_title + .grid_box {
  display: none;
}
body.reservation .content1 .inner .toggle_title + .grid_box.type2 {
  position: relative;
  padding-top: 0.9375rem;
}
body.reservation .content1 .inner .toggle_title + .grid_box.type2 > p {
  position: absolute;
  top: -1.875rem;
  left: 0;
  font-size: 1.125rem;
  color: #867d73;
  font-weight: 400;
}
body.reservation .content1 .inner .toggle_title + .grid_box.type2 > p i {
  color: #d1a59d;
}
body.reservation .content1 .inner .toggle_title.on:after {
  background-image: url("../img/common/icon6.svg");
}
body.reservation .content1 .inner .toggle_title.on + .grid_box {
  display: grid;
}
body.reservation .content2 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 0 4rem 8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  body.reservation .content2 .inner {
    padding: 0 1.5rem 4rem;
  }
}
body.reservation .content2 .inner p {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}
body.reservation .content2 .inner h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #b6d4d6;
  border-radius: 0.625rem;
  padding: 0.625rem 0;
  margin-bottom: 4rem;
}
body.reservation .content2 .inner .text_box h3 {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px dashed #86b8ba;
  color: #646464;
}
body.reservation .content2 .inner .text_box h3:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #d1a59d;
}
body.reservation .content2 .inner .text_box p {
  font-size: 1.125rem;
  line-height: 2;
}
body.reservation .content2 .inner .text_box p + h3 {
  margin-top: 4rem;
}
body.reservation .content2 .inner .text_box .subtitle {
  padding-left: 1.5em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #86b8ba;
  position: relative;
  margin-bottom: 1.125rem;
}
body.reservation .content2 .inner .text_box .subtitle:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url("../img/common/smile.svg") no-repeat center/cover;
}
body.reservation .content2 .inner .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  body.reservation .content2 .inner .flex_box {
    display: block;
  }
}
body.reservation .content2 .inner .flex_box .text_box {
  flex-basis: 52.6315789474%;
  position: relative;
}
body.reservation .content2 .inner .flex_box .img_box {
  flex-basis: 42.1052631579%;
  position: relative;
  border-radius: 0.625rem;
  padding: 3.125rem;
  box-sizing: border-box;
  background: #edebea;
}
@media screen and (max-width: 749px) {
  body.reservation .content2 .inner .flex_box .img_box {
    margin-top: 1.5625rem;
  }
}
body.reservation .content2 .inner .flex_box .img_box img {
  width: 100%;
  height: auto;
  display: block;
}
body.reservation .content2 .inner .border {
  border-radius: 0.625rem;
  border: 2px solid #86b8ba;
  padding: 4rem;
  box-sizing: border-box;
  margin-top: 4rem;
  counter-reset: count;
}
@media screen and (max-width: 749px) {
  body.reservation .content2 .inner .border {
    padding: 4rem 1.5rem;
  }
}
body.reservation .content2 .inner .border h3 {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px dashed #86b8ba;
  color: #646464;
}
body.reservation .content2 .inner .border h3:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #d1a59d;
}
body.reservation .content2 .inner .border .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.125rem;
}
@media screen and (max-width: 749px) {
  body.reservation .content2 .inner .border .grid_box {
    grid-template-columns: 1fr;
  }
}
body.reservation .content2 .inner .border .grid_box > div {
  padding: 1.375rem 2rem 2rem;
  border-radius: 0.625rem;
  background: #f6edeb;
}
body.reservation .content2 .inner .border .grid_box > div .img_box {
  margin-bottom: 1.5rem;
}
body.reservation .content2 .inner .border .grid_box > div .img_box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem;
}
body.reservation .content2 .inner .border .grid_box > div span {
  color: #d1a59d;
  font-weight: bold;
  font-size: 4rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
body.reservation .content2 .inner .border .grid_box > div span:first-letter {
  color: #86b8ba;
}
body.reservation .content3 {
  margin-bottom: 10rem;
}
body.reservation .content3 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: 0 4rem 8rem;
  box-sizing: border-box;
  border-radius: 0 0 3.125rem 3.125rem;
}
@media screen and (max-width: 749px) {
  body.reservation .content3 .inner {
    padding: 0 1.5rem 4rem;
  }
}
body.reservation .content3 .inner p {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}
body.reservation .content3 .inner h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background: #dfc0ba;
  border-radius: 0.625rem;
  padding: 0.625rem 0;
  margin-bottom: 4rem;
}
body.reservation .content3 .inner .border {
  border-radius: 0.625rem;
  border: 2px solid #d1a59d;
  padding: 4rem;
  box-sizing: border-box;
  margin-top: 4rem;
  counter-reset: count;
}
@media screen and (max-width: 749px) {
  body.reservation .content3 .inner .border {
    padding: 4rem 1.5rem;
  }
}
body.reservation .content3 .inner .border h3 {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px dashed #d1a59d;
  color: #646464;
}
body.reservation .content3 .inner .border h3:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #86b8ba;
}
body.reservation .content3 .inner .border .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.125rem;
}
@media screen and (max-width: 749px) {
  body.reservation .content3 .inner .border .grid_box {
    grid-template-columns: 1fr;
  }
}
body.reservation .content3 .inner .border .grid_box > div {
  padding: 1.375rem 2rem 2rem;
  border-radius: 0.625rem;
  background: #edf4f5;
}
body.reservation .content3 .inner .border .grid_box > div .img_box {
  margin-bottom: 1.5rem;
}
body.reservation .content3 .inner .border .grid_box > div .img_box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.625rem;
}
body.reservation .content3 .inner .border .grid_box > div span {
  color: #d1a59d;
  font-weight: bold;
  font-size: 4rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
body.reservation .content3 .inner .border .grid_box > div span:first-letter {
  color: #86b8ba;
}
/*# sourceMappingURL=style.css.map */