@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%);
  }
}
@keyframes zoomPhoto {
  to {
    transform: scale(110%);
  }
}
/* */
@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: #d3c79f;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  padding: 1.25rem 2.5rem;
  position: relative;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.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;
}
html.modal {
  overflow: hidden;
}
html.modal body {
  overflow: hidden;
}

body {
  position: relative;
  width: 100%;
  color: #727171;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

header {
  position: relative;
}
header .slider {
  position: relative;
  z-index: 1;
  height: 80vh;
  max-height: 900px;
}
@media screen and (max-width: 749px) {
  header .slider {
    height: 50vh;
  }
}
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: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  gap: 1.25rem;
}
header .visual_box:before {
  position: absolute;
  bottom: 7.5rem;
  left: 50%;
  color: #b1a79b;
  text-shadow: 1px 0 20px rgb(255, 255, 255), 1px 0 20px rgb(255, 255, 255), 1px 0 20px rgb(255, 255, 255), 1px 0 10px rgb(255, 255, 255), 1px 0 5px rgb(255, 255, 255);
  font-size: 3.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1;
  content: "Text";
  transform: translate(-50%, 0);
}
@media screen and (max-width: 749px) {
  header .visual_box:before {
    font-size: 2.5rem;
  }
}
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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0.6894958667) 78%, rgba(255, 255, 255, 0) 100%);
  padding: 3rem 0;
}
@media screen and (max-width: 1100px) {
  header .nav_box {
    padding: 1.875rem;
    box-sizing: border-box;
  }
  header .nav_box .inner {
    display: flex;
    align-self: center;
    gap: 3.125rem;
  }
  header .nav_box .logo {
    width: 50%;
    max-width: 18.0625rem;
  }
  header .nav_box .logo h1 a {
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 29.0657439446%;
    background: url("../img/common/logo.svg") no-repeat center/cover;
  }
  header .nav_box nav {
    display: inline;
  }
  header .nav_box nav > ul {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    box-sizing: border-box;
    background: #ffffff;
    height: 100vh;
    overflow: auto;
    z-index: 80;
    padding: 10vh 9.375rem 0;
  }
  header .nav_box nav > ul:before {
    content: "";
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 29.0657439446%;
    background: url("../img/common/logo.svg") no-repeat center/cover;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1100px) and (max-width: 749px) {
  header .nav_box nav > ul {
    padding: 10rem 2.5rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  header .nav_box nav > ul li a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
  }
  header .nav_box nav > ul li.menu {
    border-top: 1px solid #6ca8a3;
    border-bottom: 1px solid #6ca8a3;
    margin-top: -1px;
    padding: 1.25rem 0;
  }
  header .nav_box nav > ul li.menu a {
    font-size: 1.25rem;
    color: #727171;
    position: relative;
    display: block;
  }
  header .nav_box nav > ul li.menu 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);
    border-color: #727171;
  }
  header .nav_box nav > ul li.web, header .nav_box nav > ul li.tel {
    margin-top: 1.25rem;
  }
  header .nav_box nav > ul li.web a, header .nav_box nav > ul li.tel a {
    position: relative;
    display: flex;
    color: #ffffff;
    background: #6ca8a3;
    font-size: 1.5625rem;
    line-height: 1;
    padding: 0.9375rem;
    box-sizing: border-box;
    gap: 0.9375rem;
  }
  header .nav_box nav > ul li.web a:before, header .nav_box nav > ul li.tel a:before {
    content: "";
    display: block;
    background: url("../img/common/icon_tel.svg") no-repeat center/cover;
    width: 1em;
    height: 1em;
    font-size: 1.5625rem;
    margin-top: 5px;
  }
  header .nav_box nav > ul li.web a {
    background-color: #d3c79f;
  }
  header .nav_box nav > ul li.web a:before {
    background: url("../img/common/icon_web.svg") no-repeat center/cover;
    margin-top: 2px;
  }
}
@media screen and (max-width: 749px) {
  header .nav_box address {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  header .nav_box #floting_banner {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
  }
  header .nav_box #floting_banner li {
    /* WEB予約対応
                   &:first-child{
    	margin-bottom:rem(25);
    	a{
    		background:#d3c79f;
    		&:after{
    			background:url('../img/common/icon_web.svg') no-repeat center/cover;
    		}
    	}
    } */
  }
  header .nav_box #floting_banner li a {
    background: #6ca8a3;
    display: block;
    margin: 0 auto;
    text-align: right;
    box-sizing: border-box;
    text-decoration: none;
    color: #ffffff;
    padding: 3.75rem 1.2em 1em;
    border-radius: 0.625rem 0 0 0.625rem;
    width: 4em;
    position: relative;
  }
  header .nav_box #floting_banner li a span {
    writing-mode: vertical-lr;
    line-height: 1.6;
    display: block;
  }
  header .nav_box #floting_banner li a:after {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: calc(50% - 0.5em);
    background: url("../img/common/icon_tel.svg") no-repeat center/cover;
    width: 1em;
    height: 1em;
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 749px) {
  header .nav_box #floting_banner {
    display: none;
  }
}
@media screen and (min-width: 1099px) {
  header .nav_box .inner {
    width: 90%;
    max-width: 1344px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  header .nav_box .inner .logo {
    width: 50%;
    max-width: 18.0625rem;
  }
  header .nav_box .inner .logo h1 a {
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 29.0657439446%;
    background: url("../img/common/logo.svg") no-repeat center/cover;
  }
  header .nav_box .inner nav {
    max-width: 54.375rem;
    width: 70%;
  }
  header .nav_box .inner nav address {
    font-weight: 400;
    text-align: right;
    margin-bottom: 0.3125rem;
  }
  header .nav_box .inner nav address br {
    display: none;
  }
  header .nav_box .inner nav > ul {
    display: flex;
    justify-content: end;
  }
  header .nav_box .inner nav > ul li {
    max-width: 10.5rem;
    width: 20%;
    text-align: center;
    position: relative;
  }
  header .nav_box .inner nav > ul li:first-child {
    max-width: 7.375rem;
  }
  header .nav_box .inner nav > ul li:nth-of-type(5) {
    max-width: 7.375rem;
    text-align: right;
  }
  header .nav_box .inner nav > ul li + li:before {
    content: "/";
    font-weight: bold;
    color: #6ca8a3;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .nav_box .inner nav > ul li a {
    font-weight: 400;
    color: #727171;
  }
}

@media screen and (max-width: 1100px) {
  #sp_menu {
    position: fixed;
    z-index: 100;
    top: 1.875rem;
    right: 1.875rem;
    width: 1em;
    height: 1em;
    background: #6ca8a3;
    font-size: 4.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sp_menu span {
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    width: 1em;
    height: 1em;
    font-size: 1.875rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sp_menu span:after {
    content: "";
    display: block;
    width: 100%;
    border-top: 3px solid #ffffff;
  }
}

@media screen and (max-width: 1100px) {
  html.open header .nav_box nav > ul {
    display: block;
    animation: fadeIn 0.2s ease forwards;
  }
}

footer {
  padding-top: 8rem;
}
footer .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 749px) {
  footer .inner {
    display: block;
  }
}
footer .inner > div {
  flex-grow: 1;
  max-width: 567px;
}
@media screen and (max-width: 749px) {
  footer .inner > div.info_box .logo {
    width: 80%;
    margin: 0 auto;
  }
}
footer .inner > div + div {
  margin-left: 5.2631578947%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 749px) {
  footer .inner > div + div {
    margin-top: 5rem;
    margin-left: 0;
    height: 400px;
  }
}
footer .inner > div + div iframe {
  width: 100%;
  height: 100%;
  max-height: 567px;
}
footer .inner > div + div .btn_box {
  margin-top: auto;
  margin-bottom: 0;
  border-bottom: 3px solid #d3c79f;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  footer .inner > div + div .btn_box {
    margin-top: 1.875rem;
  }
}
footer .inner > div + div .btn_box a {
  display: block;
  color: #6ca8a3;
  position: relative;
  max-width: 11.25rem;
  width: 50%;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 0.9375rem;
}
footer .inner > div + div .btn_box 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);
  border-color: #6ca8a3;
}
footer .inner > div .logo {
  max-width: 280px;
  margin: 0 auto;
}
footer .inner > div .logo img {
  width: 100%;
  height: auto;
}
footer .inner > div address {
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  footer .inner > div address {
    text-align: center;
  }
}
footer .inner > div address .tel a {
  color: #727171;
}
footer .inner > div address .tel a ruby {
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  padding-top: 1.25rem;
}
footer .inner > div address .tel a ruby rt {
  vertical-align: top;
  position: absolute;
  letter-spacing: -0.1em;
  top: 0;
  right: 0;
}
footer .inner > div address .tel > span {
  font-size: 18px;
  display: inline-block;
  margin-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  footer .inner > div address .tel > span {
    display: block;
    margin-left: 0;
    flex-basis: 100%;
    margin-top: 1.25rem;
    text-align: center;
  }
}
@media screen and (max-width: 749px) {
  footer .inner > div address {
    width: 280px;
    margin: 2.125rem auto 0;
  }
  footer .inner > div address .tel {
    margin-top: 1.5rem;
  }
}
footer .inner > div address p {
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
footer .inner > div .tel {
  display: flex;
  align-items: baseline;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 749px) {
  footer .inner > div .tel {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .inner > div .tel:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 16px;
  background: url("../img/common/icon_tel2.svg") no-repeat center/cover;
  margin-right: 0.5em;
}
footer .inner > div .tel span {
  font-size: 32px;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
footer .inner > div .time_table {
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  footer .inner > div .time_table {
    margin-top: 3rem;
  }
}
footer .inner > div .time_table p {
  margin-top: 0.6em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
footer .inner > div .time_table table {
  width: 100%;
  display: block;
}
footer .inner > div .time_table table th, footer .inner > div .time_table table td {
  box-sizing: border-box;
  width: 12.9696969697%;
  display: block;
}
footer .inner > div .time_table table thead {
  display: block;
}
footer .inner > div .time_table table thead tr {
  display: flex;
  background: #9fc6c3;
  overflow: hidden;
  box-sizing: border-box;
}
footer .inner > div .time_table table thead th {
  padding: 0.875rem 0;
}
footer .inner > div .time_table table thead th span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
footer .inner > div .time_table table thead th:first-child {
  width: 31.25%;
}
footer .inner > div .time_table table tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
footer .inner > div .time_table table tbody tr {
  width: 100%;
  display: flex;
}
footer .inner > div .time_table table tbody tr + tr {
  border-top: 1px solid #9fc6c3;
}
footer .inner > div .time_table table tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 3.75rem;
}
footer .inner > div .time_table table tbody tr td span {
  text-align: center;
  line-height: 1;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
footer .inner > div .time_table table tbody tr td:first-child {
  width: 31.25%;
}
footer > nav {
  background: #6ca8a3;
  margin-top: 8rem;
  padding-top: 3.75rem;
}
footer > nav ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  footer > nav ul {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  footer > nav ul li {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin-left: -1px;
    padding: 0 1.375rem;
  }
}
@media screen and (max-width: 749px) {
  footer > nav ul li {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-top: -1px;
    padding: 1.375rem;
  }
}
footer > nav ul li a {
  color: #ffffff;
}
@media screen and (max-width: 749px) {
  footer > nav ul li a {
    display: block;
    position: relative;
  }
  footer > 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);
    border-color: #ffffff;
  }
}
footer .copyright {
  padding: 2rem 0 3.75rem;
  background: #6ca8a3;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 749px) {
  footer .copyright {
    padding-top: 5rem;
  }
}

#page_top a {
  position: fixed;
  bottom: 10px;
  right: 1.25rem;
  width: 1em;
  height: 1em;
  background: url("../img/common/gotop.svg") no-repeat center/cover;
  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;
}

.title_box {
  margin-bottom: 2.5rem;
}
.title_box span {
  font-size: 2rem;
  display: block;
  color: #727171;
  line-height: 1;
  margin-bottom: 0.9375rem;
  display: block;
  padding-left: 2.8125rem;
  position: relative;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.title_box span:before {
  content: "";
  height: 3.5px;
  background: #6ca8a3;
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
}
.title_box h2 {
  font-size: 3.5rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #727171;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .title_box h2 {
    font-size: 2.5rem;
  }
}

#bread_list {
  background: #f3f8f8;
  padding: 4rem 0;
}
#bread_list ul {
  width: 90%;
  max-width: 1344px;
  margin: 0 auto;
  display: flex;
  gap: 0.625rem;
}
#bread_list ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #727171;
}
#bread_list ul li a {
  color: #727171;
}
#bread_list ul li + li:before {
  content: ">";
  display: inline-block;
  margin-right: 0.625rem;
}

body.home section.news {
  padding-top: 8rem;
  background: rgb(233, 242, 241);
  background: linear-gradient(180deg, rgb(233, 242, 241) 50%, rgb(255, 255, 255) 50%);
}
body.home section.news .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 4.5rem;
  position: relative;
  min-height: 24.25rem;
}
@media screen and (max-width: 1100px) {
  body.home section.news .inner {
    display: block;
  }
}
body.home section.news .inner .title_box {
  flex-basis: 21.7553688142%;
}
body.home section.news .inner ul {
  flex-basis: 68.1605975724%;
}
body.home section.news .inner ul li a {
  display: flex;
  text-align: left;
  margin-bottom: 3rem;
  gap: 1.5625rem;
  color: #727171;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.home section.news .inner ul li a {
    display: block;
    padding-right: 3em;
  }
}
body.home section.news .inner 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);
}
@media screen and (max-width: 749px) {
  body.home section.news .inner ul li a:after {
    right: 0;
  }
}
body.home section.news .inner ul li a time {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  color: #727171;
}
body.home section.news .inner ul li a i {
  display: block;
}
body.home section.news .inner ul li:last-child a {
  margin-bottom: 0;
}
body.home section.news .inner ul li + li {
  padding-top: 3rem;
  border-top: 1px solid #6ca8a3;
}
body.home section.news .inner .btn_box {
  position: absolute;
  bottom: 4.5rem;
  left: 4.5rem;
}
@media screen and (max-width: 1100px) {
  body.home section.news .inner .btn_box {
    position: static;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 749px) {
  body.home section.news .inner .btn_box {
    text-align: center;
  }
}
body.home section.news .inner .btn_box a {
  width: 14.5625rem;
}
body.home section.about {
  margin-top: 5rem;
  background: url("../img/home/about_bg.jpg") no-repeat center/cover;
}
body.home section.about:before {
  content: "";
  padding-top: 5.291005291%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
}
body.home section.about:after {
  content: "";
  margin-top: 3rem;
  padding-top: 5.291005291%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
}
body.home section.about .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  body.home section.about .inner {
    padding-top: 7.5rem;
  }
}
body.home section.about .inner .text_box {
  width: 90%;
  max-width: 36.75rem;
}
@media screen and (max-width: 749px) {
  body.home section.about .inner .text_box {
    width: 100%;
  }
}
body.home section.about .inner .text_box h3 {
  color: #6ca8a3;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 749px) {
  body.home section.about .inner .text_box h3 {
    font-size: 1.75rem;
  }
}
body.home section.about .inner .text_box p {
  text-shadow: 0 0 8px rgb(255, 255, 255);
}
@media screen and (max-width: 749px) {
  body.home section.about .inner .text_box p {
    padding: 1em;
    background: rgba(255, 255, 255, 0.5);
  }
}
body.home section.about .inner .text_box .btn_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem;
  margin-top: 4rem;
}
body.home section.about .inner .text_box .btn_box .btn {
  width: 100%;
}
body.home section.about .inner .text_box .btn_box .btn + .btn {
  background: #6ca8a3;
}
body.home section.treatment {
  padding-top: 5rem;
}
body.home section.treatment .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
body.home section.treatment .inner .title_box {
  text-align: center;
}
body.home section.treatment .inner .title_box span {
  padding: 0;
}
body.home section.treatment .inner .title_box span::before {
  position: static;
  margin: 0 auto 1.875rem;
  display: block;
  width: 3.5px;
  height: 2rem;
}
body.home section.treatment .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 749px) {
  body.home section.treatment .inner .grid_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.home section.treatment .inner .grid_box li {
  padding: 58.3333333333% 4rem 4rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.home section.treatment .inner .grid_box li {
    padding: 58.3333333333% 2rem 2rem;
  }
}
body.home section.treatment .inner .grid_box li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: red;
  display: block;
  padding-top: 69.4444444444%;
  z-index: 5;
}
body.home section.treatment .inner .grid_box li.box1::before {
  background: url("../img/home/img1.jpg") no-repeat center/cover;
}
body.home section.treatment .inner .grid_box li.box2::before {
  background: url("../img/home/img2.jpg") no-repeat center/cover;
}
body.home section.treatment .inner .grid_box li.box3::before {
  background: url("../img/home/img3.jpg") no-repeat center/cover;
}
body.home section.treatment .inner .grid_box li.box4::before {
  background: url("../img/home/img4.jpg") no-repeat center/cover;
}
body.home section.treatment .inner .grid_box li a {
  color: #727171;
  display: block;
  border-bottom: 3px solid #d3c79f;
  box-sizing: border-box;
  background: #ffffff;
  padding: 2.25rem 2.25rem 1.25rem;
  position: relative;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 749px) {
  body.home section.treatment .inner .grid_box li a {
    padding: 1.625rem 1.125rem 1.25rem;
  }
}
body.home section.treatment .inner .grid_box li a:hover {
  opacity: 0.9;
}
body.home section.treatment .inner .grid_box li a h3 {
  color: #6ca8a3;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5625rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
body.home section.treatment .inner .grid_box li a span {
  display: block;
  color: #6ca8a3;
  position: relative;
  max-width: 9.375rem;
  width: 50%;
  margin: auto auto 0;
  transform: translateX(3.125rem);
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 749px) {
  body.home section.treatment .inner .grid_box li a span {
    width: 80%;
    transform: none;
  }
}
body.home section.treatment .inner .grid_box li a span: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: #6ca8a3;
}
body.home section.treatment .inner .grid_box li a p {
  line-height: 3;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 749px) {
  body.home section.treatment .inner .grid_box li a p {
    line-height: 2;
  }
}
body.home section.doctor {
  padding-top: 4rem;
  background: url("../img/home/doctor_bg.jpg") no-repeat center/cover;
}
body.home section.doctor .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1216px;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  body.home section.doctor .inner {
    display: block;
  }
}
body.home section.doctor .inner .text_box {
  order: 2;
  max-width: 36rem;
}
body.home section.doctor .inner .text_box p {
  line-height: 2.5;
}
@media screen and (max-width: 749px) {
  body.home section.doctor .inner .text_box p {
    line-height: 1.8;
  }
}
body.home section.doctor .inner .text_box p + p {
  margin-top: 1.25rem;
  line-height: 1;
  display: flex;
  justify-content: end;
  align-items: end;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
}
body.home section.doctor .inner .text_box p + p i {
  font-weight: 500;
  font-size: 0.8em;
  margin-right: 0.3em;
}
body.home section.doctor .inner .text_box p + p span {
  font-weight: 500;
  font-size: 1em;
}
body.home section.doctor .inner .text_box .btn_box {
  margin-top: 4rem;
}
body.home section.doctor .inner .text_box .btn_box .btn {
  width: 100%;
}
body.home section.doctor .inner .img_box {
  max-width: 36rem;
  order: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  body.home section.doctor .inner .img_box {
    margin-top: 3.75rem;
    width: 80%;
    margin: 0 auto;
  }
}
body.home section.doctor .inner .img_box img {
  width: 100%;
  height: auto;
}

body.about header .visual_box {
  background-image: url("../img/about/main.jpg");
}
body.about header .visual_box:before {
  content: "病院紹介";
}
body.about main {
  background: #f3f8f8;
}
body.about main .title_box {
  text-align: center;
}
body.about main .title_box span {
  padding: 0;
}
body.about main .title_box span::before {
  position: static;
  margin: 0 auto 0.625rem;
  display: block;
  width: 3.5px;
  height: 2rem;
  transform: rotate(45deg);
}
body.about main .title_box h2 {
  color: #b1a79b;
  font-weight: 700;
}
body.about main .title_box p {
  letter-spacing: 0.02em;
  font-size: 1rem;
  margin-top: 4rem;
}
body.about .content1 {
  margin-bottom: 8rem;
}
body.about .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
body.about .content1 .inner .grid_box {
  margin-top: 4rem;
  counter-reset: count;
}
body.about .content1 .inner .grid_box h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
  padding: 1.25rem 0;
  line-height: 1;
  background: #86b8ba;
}
body.about .content1 .inner .grid_box > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
}
@media screen and (max-width: 749px) {
  body.about .content1 .inner .grid_box > div {
    grid-template-columns: 1fr;
  }
}
body.about .content1 .inner .grid_box > div > div {
  margin-top: 3.375rem;
  position: relative;
  background: #ffffff;
  padding: 2rem;
  counter-increment: count;
}
body.about .content1 .inner .grid_box > div > div:before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
  color: #b1a79b;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
body.about .content1 .inner .grid_box > div > div .subtitle {
  background: #e2eeed;
  color: #86b8ba;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 4.875rem;
  text-align: center;
}
body.about .content1 .inner .grid_box > div > div .subtitle span {
  font-weight: 500;
  color: #86b8ba;
  font-size: 1.25rem;
  line-height: 1.5;
}
body.about .content1 .inner .grid_box > div > div p {
  margin-top: 1.25rem;
  line-height: 2.5;
  letter-spacing: 0.3em;
}
body.about .content2 {
  margin-top: 8rem;
  overflow: hidden;
}
body.about .content2 .photoArea {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 4rem;
}
body.about .content2 .photoArea .swiper-slide {
  padding: 0 4rem;
  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 {
  position: relative;
}
body.about .content2 .photoArea .swiper-slide .img_box img {
  width: 100%;
  height: auto;
  display: block;
}
body.about .content2 .photoArea .swiper-slide .img_box h3 {
  display: none;
}
body.about .content2 .photoArea .swiper-slide.swiper-slide-active {
  animation: 0.2s ease zoomPhoto forwards;
}
@media screen and (max-width: 749px) {
  body.about .content2 .photoArea .swiper-slide.swiper-slide-active {
    animation: none;
  }
}
body.about .content2 .photoArea .swiper-slide.swiper-slide-active h3 {
  width: 100%;
  display: block;
  color: #727171;
  text-align: center;
  padding: 0.8em 0;
  font-size: 1.3125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #9c9c9c;
}
body.about .content2 .photoArea .swiper-slide.swiper-slide-active h3:after {
  content: "";
  display: block;
  width: 37.2631578947%;
  height: 5px;
  transform: translateY(2.5px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dacfad;
}
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: 15.4605263158%;
}
@media screen and (max-width: 749px) {
  body.about .content2 .photoArea .swiper-button-next {
    right: 6.9078947368%;
  }
}
body.about .content2 .photoArea .swiper-button-prev {
  left: 15.4605263158%;
}
@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;
  margin-top: 12.5rem;
  padding-bottom: 8rem;
}
body.about .content2 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 749px) {
  body.about .content2 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
body.about .content2 .inner .grid_box img {
  width: 100%;
  height: auto;
}
body.about .content2 .inner .grid_box h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
body.about .content2 .inner .grid_box h3:before {
  content: "";
  width: 5px;
  height: 1.25rem;
  position: absolute;
  top: 0.0625rem;
  left: 0;
  background: rgb(218, 207, 173);
  background: linear-gradient(180deg, rgb(218, 207, 173) 50%, rgb(152, 194, 191) 50%);
}
body.about .content2 .inner .grid_box p {
  margin-top: 1.25rem;
  line-height: 2.5;
  letter-spacing: 0.3em;
}

body.access header .visual_box {
  background-image: url("../img/access/main.jpg");
}
body.access header .visual_box:before {
  content: "交通アクセス";
}
body.access main {
  background: #f3f8f8;
}
body.access .content1 {
  padding-bottom: 8rem;
}
body.access .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}
body.access .content1 .inner .flex_box {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .flex_box {
    display: block;
  }
}
body.access .content1 .inner .flex_box > div {
  flex-grow: 1;
  max-width: 567px;
}
body.access .content1 .inner .flex_box .map {
  margin-left: 5.2631578947%;
  min-height: 100%;
  order: 2;
  height: 33.9375rem;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .flex_box .map {
    margin-left: 0;
    height: 400px;
  }
}
body.access .content1 .inner .flex_box .map iframe {
  width: 100%;
  height: 100%;
  max-height: 567px;
}
body.access .content1 .inner .flex_box .text_box {
  order: 1;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .flex_box .text_box {
    margin-top: 3.75rem;
  }
}
body.access .content1 .inner .flex_box .text_box > dl {
  display: flow-root;
}
body.access .content1 .inner .flex_box .text_box > dl:before {
  content: "";
  width: 1em;
  height: 0.57em;
  background: url("../img/access/icon_bus.svg") no-repeat center/cover;
  display: block;
  float: left;
  margin-right: 1.5rem;
}
@media screen and (min-width: 1099px) {
  body.access .content1 .inner .flex_box .text_box > dl:before {
    font-size: 100px;
  }
}
@media screen and (max-width: 1100px) {
  body.access .content1 .inner .flex_box .text_box > dl:before {
    font-size: 80px;
  }
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .flex_box .text_box > dl:before {
    font-size: 60px;
  }
}
body.access .content1 .inner .flex_box .text_box > dl dt {
  color: #727171;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  margin-left: 7.8125rem;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .flex_box .text_box > dl dt {
    font-size: 1.625rem;
    margin-left: 5.625rem;
  }
}
body.access .content1 .inner .flex_box .text_box > dl dd {
  margin-top: 0.625rem;
  margin-left: 7.8125rem;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .flex_box .text_box > dl dd {
    margin-left: 5.625rem;
  }
}
body.access .content1 .inner .flex_box .text_box > dl dd:before {
  content: "●";
  color: #82b5b1;
  display: inline-block;
  margin-right: 0.3em;
}
body.access .content1 .inner .flex_box .text_box > dl + dl {
  margin-top: 2.75rem;
  border-top: 1px solid #9c9c9c;
  padding-top: 2.75rem;
}
body.access .content1 .inner .flex_box .text_box .car:before {
  background: url("../img/access/icon_car.svg") no-repeat center/cover;
}
body.access .content1 .inner .flex_box .text_box .car dd:before {
  color: #d3c79f;
}
body.access .content1 .inner .flex_box .text_box address {
  margin-top: 2.8125rem;
  border: 1px solid #dacfad;
  padding: 0.5rem;
  font-style: normal;
}
body.access .content1 .inner .flex_box .text_box address > div {
  background: #ffffff;
  padding: 1.375rem;
}
body.access .content1 .inner .flex_box .text_box address > div dt {
  color: #82b5b1;
}
body.access .content1 .inner .flex_box .text_box address > div dl + dl {
  border-top: 1px solid #727171;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
body.access .content1 .inner .flex_box .text_box address > div dl.tel a {
  color: #727171;
  font-size: 1.125rem;
}
body.access .content1 .inner .flex_box .text_box address > div dl.tel a ruby {
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  padding-top: 0.625rem;
}
body.access .content1 .inner .flex_box .text_box address > div dl.tel a ruby rt {
  vertical-align: top;
  position: absolute;
  letter-spacing: -0.1em;
  top: 0;
  right: 0;
}
body.access .content1 .inner .time_table {
  margin-top: 5rem;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .time_table {
    margin-top: 3rem;
  }
}
body.access .content1 .inner .time_table p {
  margin-top: 0.6em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5625rem;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .time_table p {
    font-size: 1rem;
  }
}
body.access .content1 .inner .time_table table {
  width: 100%;
  display: block;
}
body.access .content1 .inner .time_table table th, body.access .content1 .inner .time_table table td {
  box-sizing: border-box;
  width: 12.9696969697%;
  display: block;
}
body.access .content1 .inner .time_table table thead {
  display: block;
}
body.access .content1 .inner .time_table table thead tr {
  display: flex;
  background: #9fc6c3;
  overflow: hidden;
  box-sizing: border-box;
}
body.access .content1 .inner .time_table table thead th {
  padding: 1.5625rem 0;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .time_table table thead th {
    padding: 0.875rem 0;
  }
}
body.access .content1 .inner .time_table table thead th span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .time_table table thead th span {
    font-size: 1rem;
  }
}
body.access .content1 .inner .time_table table thead th:first-child {
  width: 31.25%;
}
body.access .content1 .inner .time_table table tbody {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
body.access .content1 .inner .time_table table tbody tr {
  width: 100%;
  display: flex;
}
body.access .content1 .inner .time_table table tbody tr + tr {
  border-top: 1px solid #9fc6c3;
}
body.access .content1 .inner .time_table table tbody tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 7.375rem;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .time_table table tbody tr td {
    height: 3.75rem;
  }
}
body.access .content1 .inner .time_table table tbody tr td span {
  text-align: center;
  line-height: 1;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5625rem;
}
@media screen and (max-width: 749px) {
  body.access .content1 .inner .time_table table tbody tr td span {
    font-size: 1rem;
  }
}
body.access .content1 .inner .time_table table tbody tr td:first-child {
  width: 31.25%;
}

body.doctor header .visual_box {
  background-image: url("../img/doctor/main.jpg");
}
body.doctor header .visual_box:before {
  content: "医師紹介";
}
body.doctor main {
  background: #f3f8f8;
}
body.doctor main .title_box {
  text-align: center;
}
body.doctor main .title_box span {
  padding: 0;
}
body.doctor main .title_box span::before {
  position: static;
  margin: 0 auto 0.625rem;
  display: block;
  width: 3.5px;
  height: 2rem;
  transform: rotate(45deg);
}
body.doctor main .title_box h2 {
  color: #b1a79b;
  font-weight: 700;
}
body.doctor .content1 {
  padding-bottom: 8rem;
}
body.doctor .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
}
body.doctor .content1 .inner > h3 {
  width: 100%;
  display: block;
  color: #727171;
  padding: 0 0 0.6em;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #9c9c9c;
  line-height: 1;
  margin-bottom: 4rem;
}
body.doctor .content1 .inner > h3 i {
  display: block;
  font-size: 0.8em;
  margin-bottom: 1em;
}
body.doctor .content1 .inner > h3 span {
  color: #89b9b5;
  margin-left: 1em;
  display: inline-block;
}
body.doctor .content1 .inner > h3:after {
  content: "";
  display: block;
  width: 17.6809210526%;
  height: 5px;
  transform: translateY(2.5px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dacfad;
}
body.doctor .content1 .inner .float_box {
  display: flow-root;
}
@media screen and (min-width: 750px) {
  body.doctor .content1 .inner .float_box img {
    float: left;
    margin-right: 4rem;
    margin-bottom: 4rem;
    width: 36rem;
  }
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .float_box img {
    display: block;
    width: 70%;
    margin: 0 auto 4rem;
  }
}
body.doctor .content1 .inner .float_box p {
  line-height: 2.5;
}
@media screen and (min-width: 750px) {
  body.doctor .content1 .inner .float_box p {
    margin-top: -1em;
  }
}
body.doctor .content1 .inner .flex_box {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box {
    display: block;
  }
}
body.doctor .content1 .inner .flex_box > div {
  flex-grow: 1;
  max-width: 567px;
  background: #ffffff;
  margin-top: 5rem;
}
body.doctor .content1 .inner .flex_box > div h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  padding: 0.6875rem 0;
  background: #d3c79f;
  font-size: 1.3125rem;
}
body.doctor .content1 .inner .flex_box > div ul {
  padding: 1.375rem 2rem;
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box > div ul {
    padding: 1rem 1.375rem;
  }
}
body.doctor .content1 .inner .flex_box > div ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  letter-spacing: 0.1em;
}
body.doctor .content1 .inner .flex_box > div ul li:before {
  content: "●";
  color: #d3c79f;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
body.doctor .content1 .inner .flex_box > div ul li + li {
  margin-top: 0.875rem;
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box > div ul li + li {
    margin-top: 0.625rem;
  }
}
body.doctor .content1 .inner .flex_box > div dl {
  padding: 1.375rem 2rem;
  display: grid;
  grid-template-columns: 24.4140625% 73.4375%;
  column-gap: 1.5rem;
  row-gap: 1rem;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  body.doctor .content1 .inner .flex_box > div dl {
    grid-template-columns: 32.2265625% 65.625%;
    padding: 1rem 1.375rem;
    column-gap: 1rem;
  }
}
body.doctor .content1 .inner .flex_box > div dl dt {
  position: relative;
  padding-left: 1.2em;
  letter-spacing: 0.05em;
}
body.doctor .content1 .inner .flex_box > div dl dt:before {
  content: "●";
  color: #82b5b1;
  position: absolute;
  transform: scale(80%);
  top: 0;
  left: 0;
}
body.doctor .content1 .inner .flex_box > div dl dd {
  letter-spacing: 0.1em;
}
body.doctor .content1 .inner .flex_box > div:first-child {
  margin-right: 5.2631578947%;
}
body.doctor .content1 .inner .flex_box > div:first-child h3 {
  background: #82b5b1;
}

body.news header .visual_box {
  background-image: url("../img/news/main.jpg");
}
body.news header .visual_box:before {
  content: "お知らせ";
}
body.news main {
  background: #f3f8f8;
}
body.news .content1 {
  padding-bottom: 8rem;
}
body.news .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
}
body.news .content1 .inner .news_list > li {
  border: 1px solid #dacfad;
  padding: 3rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  body.news .content1 .inner .news_list > li {
    padding: 1.375rem;
  }
}
body.news .content1 .inner .news_list > li + li {
  margin-top: 4rem;
}
body.news .content1 .inner .news_list > li > * {
  position: relative;
  z-index: 5;
}
body.news .content1 .inner .news_list > li:before {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  bottom: 0.5rem;
  right: 0.5rem;
  background: #ffffff;
  content: "";
  z-index: 1;
}
body.news .content1 .inner .news_list > li time {
  display: block;
  margin-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.3125rem;
}
body.news .content1 .inner .news_list > li h2 {
  width: 100%;
  display: block;
  color: #727171;
  padding: 0 0 0.6em;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #9c9c9c;
  line-height: 1;
  margin-bottom: 0.875rem;
}
body.news .content1 .inner .news_list > li h2:after {
  content: "";
  display: block;
  width: 17.6809210526%;
  height: 5px;
  transform: translateY(2.5px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6ca8a3;
}
body.news .content1 .inner .news_list > li:nth-of-type(2n) h2::after {
  background-color: #dacfad;
}
body.news .content1 .inner .news_list > li > * + p {
  margin-top: 2rem;
}
body.news .content1 .inner .news_list > li > h2 + p {
  margin-top: 0.875rem;
}
body.news .content1 .inner .news_list > li p a {
  text-decoration: underline;
  color: #6ca8a3;
}
body.news .content1 .inner .news_list > li > ul {
  margin-top: 1.375rem;
}
@media screen and (max-width: 749px) {
  body.news .content1 .inner .news_list > li > ul {
    margin-top: 1rem;
  }
}
body.news .content1 .inner .news_list > li > ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  letter-spacing: 0.1em;
}
body.news .content1 .inner .news_list > li > ul li:before {
  content: "●";
  color: #d3c79f;
  position: absolute;
  top: 0;
  left: 0;
}
body.news .content1 .inner .news_list > li > ul li + li {
  margin-top: 0.875rem;
}
@media screen and (max-width: 749px) {
  body.news .content1 .inner .news_list > li > ul li + li {
    margin-top: 0.625rem;
  }
}

#anker {
  background: #f3f8f8;
  padding-bottom: 2.5rem;
}
#anker ul {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
}
@media screen and (max-width: 749px) {
  #anker ul {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}
#anker ul li {
  flex-basis: 23.0263157895%;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 749px) {
  #anker ul li {
    flex-basis: calc(50% - 0.625rem);
    margin-bottom: 0;
  }
}
#anker ul li a {
  border: 1px solid #6ca8a3;
  padding: 1.25rem 0;
  box-sizing: border-box;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #6ca8a3;
  position: relative;
}
@media screen and (max-width: 749px) {
  #anker ul li a {
    text-align: left;
    padding-left: 0.5em;
  }
}
#anker 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);
  top: calc(50% - 0.7em);
  transform: rotate(135deg);
  border-color: #6ca8a3;
  border-width: 1.5px;
}
@media screen and (max-width: 749px) {
  #anker ul li a:after {
    right: 0.75em;
    font-size: 0.625rem;
  }
}
#anker ul li:nth-of-type(2n) a {
  border-color: #b1a79b;
  color: #b1a79b;
}
#anker ul li:nth-of-type(2n) a:after {
  border-color: #b1a79b;
}

body.treatment header .visual_box {
  background-image: url("../img/treatment/main.jpg");
}
body.treatment header .visual_box:before {
  content: "診療案内";
}
body.treatment main {
  background: #f3f8f8;
}
body.treatment main .title_box {
  text-align: center;
}
body.treatment main .title_box span {
  padding: 0;
}
body.treatment main .title_box span::before {
  position: static;
  margin: 0 auto 0.625rem;
  display: block;
  width: 3.5px;
  height: 2rem;
  transform: rotate(45deg);
}
body.treatment main .title_box h2 {
  color: #b1a79b;
  font-weight: 700;
}
body.treatment .content1 {
  padding-bottom: 8rem;
}
body.treatment .content1 .inner {
  width: 90%;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1216px;
}
body.treatment .content1 .inner .title_box {
  margin-bottom: 4rem;
}
body.treatment .content1 .inner .subtitle {
  color: #ffffff;
  background: #6ca8a3;
  text-align: center;
  padding: 0.3125rem 0;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 4rem;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .subtitle {
    font-size: 1.625rem;
  }
}
body.treatment .content1 .inner .subtitle.type2 {
  color: #ffffff;
  background-color: #d3c79f;
}
body.treatment .content1 .inner .subtitle + p {
  margin-top: 2rem;
  line-height: 2.5;
}
body.treatment .content1 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .grid_box {
    grid-template-columns: 1fr;
  }
}
body.treatment .content1 .inner .grid_box > div {
  margin-top: 2rem;
  position: relative;
  background: #ffffff;
  padding: 1.1875rem;
}
body.treatment .content1 .inner .grid_box > div h3 {
  background: #e2eeed;
  color: #86b8ba;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  text-align: center;
  padding: 0.5rem 0;
}
body.treatment .content1 .inner .grid_box > div ul {
  padding-top: 1rem;
}
body.treatment .content1 .inner .grid_box > div ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  letter-spacing: 0.1em;
}
body.treatment .content1 .inner .grid_box > div ul li:before {
  content: "●";
  color: #d3c79f;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(80%);
}
body.treatment .content1 .inner .grid_box > div ul li + li {
  margin-top: 0.75rem;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .grid_box > div ul li + li {
    margin-top: 0.625rem;
  }
}
body.treatment .content1 .inner .box1 {
  margin-top: 3rem;
  position: relative;
  padding: 2rem;
  border: 1px solid #6ca8a3;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .box1 {
    padding: 1.25rem;
  }
}
body.treatment .content1 .inner .box1 > * {
  position: relative;
  z-index: 5;
}
body.treatment .content1 .inner .box1:after {
  position: absolute;
  top: 0.3125rem;
  bottom: 0.3125rem;
  right: 0.3125rem;
  left: 0.3125rem;
  content: "";
  background: #ffffff;
}
body.treatment .content1 .inner .box1 h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 1rem;
}
body.treatment .content1 .inner .box1 h3:before {
  content: "";
  width: 5px;
  height: 1.25rem;
  position: absolute;
  top: 0.0625rem;
  left: 0;
  background: rgb(218, 207, 173);
  background: linear-gradient(180deg, rgb(218, 207, 173) 50%, rgb(152, 194, 191) 50%);
}
body.treatment .content1 .inner .box1 p {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
body.treatment .content1 .inner .box1 ul {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.25rem;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .box1 ul {
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
body.treatment .content1 .inner .box1 ul li > span {
  display: block;
  background: #e2eeed;
  color: #86b8ba;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  text-align: center;
  padding: 0.5rem 0;
}
body.treatment .content1 .inner .box1 ul li > span:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .box1 ul li > span {
    font-size: 1.125rem;
  }
}
body.treatment .content1 .inner .box1 ul li > span.type2 {
  color: #b1a79b;
  background-color: #f4f1e7;
}
body.treatment .content1 .inner .box1 ul li > ul {
  display: none;
}
body.treatment .content1 .inner .box1.type2 {
  border-color: #d3c79f;
}
body.treatment .content1 .inner .box1.type2 p {
  padding: 1.25rem;
  background-color: #f6f4ec;
}
body.treatment .content1 .inner .box1.type3 p {
  padding: 1.25rem;
  background-color: #e9f2f1;
}
body.treatment .content1 .inner .box1.type4 {
  border-color: #d3c79f;
}
body.treatment .content1 .inner .box2 {
  margin-top: 3rem;
  position: relative;
  padding: 2rem;
  border: 1px solid #6ca8a3;
}
body.treatment .content1 .inner .box2 > * {
  position: relative;
  z-index: 5;
}
body.treatment .content1 .inner .box2:after {
  position: absolute;
  top: 0.3125rem;
  bottom: 0.3125rem;
  right: 0.3125rem;
  left: 0.3125rem;
  content: "";
  background: #ffffff;
}
body.treatment .content1 .inner .box2 ul li {
  position: relative;
  padding-left: 1.5625rem;
}
body.treatment .content1 .inner .box2 ul li:before {
  width: 1em;
  height: 1em;
  content: "";
  font-size: 1.125rem;
  background: url("../img/common/icon_check.svg") no-repeat center/cover;
  position: absolute;
  top: 0.5625rem;
  left: 0;
}
body.treatment .content1 .inner .float_box {
  display: flow-root;
}
@media screen and (min-width: 750px) {
  body.treatment .content1 .inner .float_box img {
    float: left;
    margin-right: 4rem;
    width: 36rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .float_box img {
    display: block;
    width: 90%;
    margin: 0 auto 4rem;
  }
}
body.treatment .content1 .inner .float_box p {
  line-height: 2.5;
}
@media screen and (min-width: 750px) {
  body.treatment .content1 .inner .float_box p {
    margin-top: -0.8em;
  }
}
@media screen and (min-width: 750px) {
  body.treatment .content1 .inner .float_box.type2 img {
    float: right;
    margin-left: 4rem;
    width: 36rem;
  }
}
body.treatment .content1 .inner .flex_box {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .flex_box {
    display: block;
  }
}
body.treatment .content1 .inner .flex_box > div {
  flex-grow: 1;
  max-width: 567px;
  background: #ffffff;
  margin-top: 5rem;
}
body.treatment .content1 .inner .flex_box > div h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  padding: 0.6875rem 0;
  background: #d3c79f;
  font-size: 1.3125rem;
}
body.treatment .content1 .inner .flex_box > div ul {
  padding: 1.375rem 2rem;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .flex_box > div ul {
    padding: 1rem 1.375rem;
  }
}
body.treatment .content1 .inner .flex_box > div ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  letter-spacing: 0.1em;
}
body.treatment .content1 .inner .flex_box > div ul li:before {
  content: "●";
  color: #d3c79f;
  position: absolute;
  top: 0;
  left: 0;
}
body.treatment .content1 .inner .flex_box > div ul li + li {
  margin-top: 0.875rem;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .flex_box > div ul li + li {
    margin-top: 0.625rem;
  }
}
body.treatment .content1 .inner .flex_box > div dl {
  padding: 1.375rem 2rem;
  display: grid;
  grid-template-columns: 24.4140625% 73.4375%;
  column-gap: 1.5rem;
  row-gap: 1rem;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  body.treatment .content1 .inner .flex_box > div dl {
    grid-template-columns: 32.2265625% 65.625%;
    padding: 1rem 1.375rem;
    column-gap: 1rem;
  }
}
body.treatment .content1 .inner .flex_box > div dl dt {
  position: relative;
  padding-left: 1.2em;
  letter-spacing: 0.05em;
}
body.treatment .content1 .inner .flex_box > div dl dt:before {
  content: "●";
  color: #82b5b1;
  position: absolute;
  top: 0;
  left: 0;
}
body.treatment .content1 .inner .flex_box > div dl dd {
  letter-spacing: 0.1em;
}
body.treatment .content1 .inner .flex_box > div:first-child {
  margin-right: 5.2631578947%;
}
body.treatment .content1 .inner .flex_box > div:first-child h3 {
  background: #82b5b1;
}

#modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
}

#modalbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(76, 76, 76, 0.5);
  z-index: 11000;
}

#modal {
  max-width: 1050px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12000;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  #modal {
    width: 90%;
    padding: 2.5rem 1.25rem;
    border-radius: 1.25rem;
  }
}
#modal .inner {
  background: #ffffff;
  padding: 3rem;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #modal .inner .content {
    overflow: auto;
    max-height: 80vh;
  }
}
#modal .inner span {
  display: block;
  background: #e2eeed;
  color: #86b8ba;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  text-align: center;
  padding: 0.5rem 0;
}
#modal .inner span.type2 {
  color: #b1a79b;
  background-color: #f4f1e7;
}
#modal .inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6875rem;
  margin-top: 1.375rem;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  #modal .inner ul {
    grid-template-columns: 1fr;
  }
}
#modal .inner ul li {
  position: relative;
  padding-left: 1.2em;
  line-height: 2;
  border-bottom: 1px dashed #86b8ba;
  padding-bottom: 0.1875rem;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#modal .inner ul li:before {
  content: "●";
  color: #d3c79f;
  position: absolute;
  transform: scale(80%);
  top: 0;
  left: 0;
}
#modal .inner ul.type2 li {
  border-bottom-color: #b1a79b;
}
#modal .inner ul.type2 li:before {
  color: #98c2bf;
}
#modal .inner #close {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  font-size: 4.375rem;
  border-radius: 0.5em;
  background: url("../img/modal/close.svg") no-repeat center/cover;
  transform: translate(50%, -50%);
}
#modal p {
  font-size: 1rem;
  color: #3c3c3c;
  text-align: center;
}
#modal .btn_box {
  display: flex;
  gap: 1.125rem;
  margin-top: 5rem;
  justify-content: center;
}
#modal .btn_box div {
  border: 1px solid #7d7d7d;
  box-sizing: border-box;
  padding: 1.125rem 1.875rem;
  gap: 0.625rem;
  border-radius: 1.875rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#modal .btn_box div span {
  display: block;
  line-height: 1;
}
#modal .btn_box div#prev i {
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  display: block;
  background: url("img/modal/arrow.svg") no-repeat center/cover;
  border-radius: 0.5em;
}
#modal .btn_box div#next i {
  content: "";
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  display: block;
  background: url("img/modal/arrow.svg") no-repeat center/cover;
  border-radius: 0.5em;
  transform: rotate(180deg);
}
#modal .btn_box div.disable {
  opacity: 0.4;
  cursor: not-allowed;
}

/*
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
*/
/*# sourceMappingURL=style.css.map */