@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.common-width {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

#wrap {
  overflow: hidden;
}

.common-ma {
  padding: 100px 0 0 0;
}

.page-title-left h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}
.page-title-left h2 span {
  font-size: 1.8rem;
  color: #FF6F00;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1;
}

.page-title-center h2 {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.page-title-center h2 span {
  font-size: 1.8rem;
  color: #FF6F00;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.page-subtitle {
  background: #85683C;
  padding: 16px 16px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 500;
  margin-top: 60px;
}

.btn {
  width: 280px;
  display: block;
  background: #FF6F00;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  margin-top: 32px;
  transition: all ease 0.5s;
}
.btn:hover {
  background: #FF8800;
}

#pagetop {
  position: fixed;
  bottom: -80px;
  right: 2%;
  width: 52px;
  height: 52px;
  z-index: 999;
  transition: all ease 0.5s;
}
#pagetop img {
  width: 100%;
}
#pagetop:hover {
  opacity: 0.5;
}

#pagetop.is-show {
  bottom: 24px;
}

.sp-bottom {
  display: none;
}

/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 45px);
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

.anchor {
  display: block;
  padding-top: 120px;
  margin-top: 0px !important;
  color: #fff !important;
}

.headline {
  animation: SlideIn 1.2s;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 1; /*初期状態では透明に*/
    transform: translateX(324px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#global-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 998;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#global-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 95%;
  margin: 12px auto 0 auto;
}
#global-header .inner .header-left .logo {
  width: 460px;
}
#global-header .inner .header-left .logo a {
  transition: all ease 0.5s;
}
#global-header .inner .header-left .logo a:hover {
  opacity: 0.5;
}
#global-header .inner .header-left .logo a img {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  #global-header .inner .header-left .logo {
    width: 360px;
  }
}
#global-header .inner .header-right {
  display: flex;
  flex-direction: column;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#global-header .inner .header-right::before {
  content: "";
  background: url(../images/tel-icon.svg) no-repeat;
  background-size: contain;
  width: 112px;
  height: 112px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -124px;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  #global-header .inner .header-right::before {
    width: 100px;
    height: 100px;
    left: -112px;
  }
}
#global-header .inner .header-right a.tel {
  padding: 8px 0;
  pointer-events: none;
}
@media screen and (max-width: 1240px) {
  #global-header .inner .header-right a.tel {
    width: 90%;
  }
}
#global-header .inner .header-right a.tel img {
  width: 100%;
}
#global-header .inner .header-right .teltxt-top {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Serif JP";
}
@media screen and (max-width: 1240px) {
  #global-header .inner .header-right .teltxt-top {
    font-size: 1.6rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#global-header .inner .header-right .tel-time {
  font-size: 1.6rem;
  font-weight: 500;
  background: #E9E1D6;
  border-radius: 50px;
  padding: 10px 16px;
  line-height: 1;
  color: #85683C;
}
@media screen and (max-width: 1240px) {
  #global-header .inner .header-right .tel-time {
    font-size: 1.5rem;
    padding: 8px 12px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#global-header .inner .header-right .tel-time span {
  font-size: 1.4rem;
  background: #85683C;
  padding: 2px 4px;
  margin-right: 6px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  #global-header .inner .header-right .tel-time span {
    font-size: 1.3rem;
    background: #85683C;
    padding: 1px 4px;
    margin-right: 6px;
  }
}
#global-header .key-top {
  display: none;
}
#global-header #global-navi {
  width: 100%;
}
#global-header #global-navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 88vw;
  width: 95%;
  margin: 16px auto 0 auto;
}
@media screen and (max-width: 1240px) {
  #global-header #global-navi ul {
    margin: 8px auto 0 auto;
  }
}
#global-header #global-navi ul li {
  display: block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  transition: all ease 0.3s;
  height: -moz-fit-content;
  height: fit-content;
}
#global-header #global-navi ul li:hover a {
  color: #FF6F00;
}
#global-header #global-navi ul li a {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 12px 22px;
  color: #552B15;
  display: block;
  transition: all ease 0.5s;
  font-weight: 500;
  letter-spacing: 0.001rem;
}
@media screen and (max-width: 1320px) {
  #global-header #global-navi ul li a {
    font-size: 1.6rem;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 1100px) {
  #global-header #global-navi ul li a {
    padding: 12px 11px;
  }
}

/* メイン部分 */
.g-menu {
  display: flex;
}

.g-menu__link {
  display: block;
  padding: 50px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  pointer-events: none;
}

.g-menu__dropdown-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 34px;
  left: -30px;
  right: 0;
  margin: auto;
  background: #A98D64;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  z-index: 999;
  width: 210px !important;
}
@media screen and (max-width: 1320px) {
  .g-menu__dropdown-menu {
    left: -40px;
  }
}

.g-menu__dropdown-menu-item {
  margin-right: 0 !important;
  text-align: left !important;
  width: 100%;
}
.g-menu__dropdown-menu-item a {
  padding: 10px 0 10px 0 !important;
  font-size: 1.6rem !important;
  text-align: center;
  position: relative;
  font-weight: 400 !important;
  color: #fff !important;
  border-bottom: 1px dashed #552B15 !important;
  margin: 0 6px;
}
.g-menu__dropdown-menu-item a:hover {
  color: #E2D6C4 !important;
}
@media screen and (max-width: 1320px) {
  .g-menu__dropdown-menu-item a {
    font-size: 1.5rem !important;
    letter-spacing: 0.001rem;
  }
}

.g-menu__dropdown-menu-item:last-child {
  border-width: 0;
}
.g-menu__dropdown-menu-item:last-child a {
  border-bottom: none !important;
}

.g-menu__dropdown-menu-link {
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.g-menu__item:hover .g-menu__link {
  transition: 0.5s;
}

.g-menu__item:hover .g-menu__dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
  margin: 0 auto !important;
  top: 100%;
}

.tel-sp {
  display: none;
}

.key-wrap {
  position: relative;
}
.key-wrap #key-visual {
  margin-top: 196px;
  height: 536px;
  width: 100%;
  background: url(../images/key-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .key-wrap #key-visual {
    margin-top: 176px;
  }
}
.key-wrap #key-visual .key-contents {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.key-wrap #key-visual .key-contents::before {
  content: "";
  background: url(../images/key-img.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 13vw;
  bottom: -6px;
  max-width: 398px;
  max-height: 474px;
  width: 30vw;
  height: 34.5vw;
  z-index: 1;
}
@media screen and (max-width: 1460px) {
  .key-wrap #key-visual .key-contents::before {
    right: 3vw;
  }
}
.key-wrap #key-visual .key-contents .key-txt {
  position: absolute;
  max-width: 740px;
  width: 55%;
  left: 13vw;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1460px) {
  .key-wrap #key-visual .key-contents .key-txt {
    width: 48%;
    left: 3vw;
  }
}
.key-wrap #key-visual .key-contents .key-txt img {
  display: block;
}
.key-wrap #key-visual .key-contents .key-tag {
  display: none;
}

#subkey-visual {
  width: 100%;
  height: 300px;
  margin-top: 196px;
  background: url(../images/newcomer/key-bg.webp) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1240px) {
  #subkey-visual {
    margin-top: 176px;
  }
}
#subkey-visual h1 {
  font-size: 5.2rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
  margin: auto;
  line-height: 1.1;
  height: -moz-fit-content;
  height: fit-content;
}
#subkey-visual h1 span {
  font-size: 2.1rem;
  color: #FF6F00;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 1;
}

.pankuzu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
.pankuzu li {
  margin-right: 40px;
}
.pankuzu li:last-child {
  margin-right: 0;
}
.pankuzu li:last-child a::after {
  display: none;
}
.pankuzu li a {
  font-size: 1.5rem;
  position: relative;
}
.pankuzu li a::after {
  content: ">";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -24px;
}

#top-container .btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 60px;
}
#top-container .btn-list li a {
  display: block;
  background: linear-gradient(0deg, rgb(83, 48, 31), rgb(55, 27, 13));
  padding: 16px 0;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  transition: all ease 0.5s;
}
#top-container .btn-list li a:hover {
  opacity: 0.8;
}
#top-container #search {
  margin-top: 60px;
}
#top-container #search p {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 24px;
}
#top-container #search p span {
  color: #FF6F00;
  font-weight: 500;
}
#top-container #search .frame-top {
  max-width: 900px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: 2px solid #A88D64;
  position: relative;
  margin: 24px auto;
  padding: 40px 0;
  display: grid;
  place-items: center;
}
#top-container #search .frame-top::before {
  content: "●";
  font-size: 1.8rem;
  color: #E3D8C7;
  position: absolute;
  top: 8px;
  left: 8px;
}
#top-container #search .frame-top::after {
  content: "●";
  font-size: 1.8rem;
  color: #E3D8C7;
  position: absolute;
  top: 8px;
  right: 8px;
}
#top-container #search .frame-top .frame-bottom::before {
  content: "●";
  font-size: 1.8rem;
  color: #E3D8C7;
  position: absolute;
  bottom: 8px;
  left: 8px;
}
#top-container #search .frame-top .frame-bottom::after {
  content: "●";
  font-size: 1.8rem;
  color: #E3D8C7;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#top-container #search .frame-top p, #top-container #search .frame-top li {
  font-size: 2.2rem;
  margin: 0;
}
#top-container #search .frame-top .point {
  display: grid;
  gap: 12px;
}
#top-container #search .frame-top .point li {
  position: relative;
  font-weight: 500;
  padding-left: 32px;
}
#top-container #search .frame-top .point li::before {
  content: "";
  background: #FF6F00;
  width: 25px;
  height: 25px;
  background: #FF6F00;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Roboto";
  text-align: center;
  line-height: 1.7;
}
#top-container #search .frame-top .point li:nth-child(1)::before {
  content: "1";
}
#top-container #search .frame-top .point li:nth-child(2)::before {
  content: "2";
}
#top-container #search .frame-top .point li:nth-child(3)::before {
  content: "3";
}
#top-container #search .frame-top .point li:nth-child(4)::before {
  content: "4";
}
#top-container #search .frame-top .point li:nth-child(5)::before {
  content: "5";
}
#top-container #search h4 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 600;
  margin-top: 60px;
}
#top-container #search .check {
  margin: 24px 0;
  background: #F2E8D6;
  padding: 24px 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 0;
}
#top-container #search .check li {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding-left: 32px;
}
#top-container #search .check li::before {
  content: "";
  background: url(../images/check.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#top-container #point {
  margin-top: 120px;
}
#top-container #point .point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2%;
  margin-top: 32px;
}
#top-container #point .point-list li {
  width: 23%;
  margin: 2% 0;
  position: relative;
}
#top-container #point .point-list li::before {
  content: "";
  background: #FF6F00;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 2;
}
#top-container #point .point-list li:nth-child(1)::before {
  content: "01";
}
#top-container #point .point-list li:nth-child(2)::before {
  content: "02";
}
#top-container #point .point-list li:nth-child(3)::before {
  content: "03";
}
#top-container #point .point-list li:nth-child(4)::before {
  content: "04";
}
#top-container #point .point-list li:nth-child(5)::before {
  content: "05";
}
#top-container #point .point-list li:nth-child(6)::before {
  content: "06";
}
#top-container #point .point-list li:nth-child(7)::before {
  content: "07";
}
#top-container #point .point-list li figure img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
#top-container #point .point-list li h3 {
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}
#top-container #point .btn {
  margin: 40px auto 0 auto;
}
#top-container #greeting {
  background: url(../images/greeting-bg.webp) no-repeat right;
  background-size: cover;
  padding: 60px 0;
  margin-top: 120px;
}
#top-container #greeting .greeting-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
#top-container #greeting .greeting-contents .greeting-img {
  width: 320px;
}
#top-container #greeting .greeting-contents .greeting-img figure img {
  width: 100%;
  display: block;
}
#top-container #greeting .greeting-contents .greeting-img .greeting-name {
  background: #F5EAD9;
  padding: 12px;
}
#top-container #greeting .greeting-contents .greeting-img .greeting-name .yaku {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
#top-container #greeting .greeting-contents .greeting-img .greeting-name .name {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  margin-top: 4px;
}
#top-container #greeting .greeting-contents .greeting-img .greeting-name .name span {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Roboto";
  color: #A88D64;
  line-height: 1;
}
#top-container #greeting .greeting-contents .greeting-txt {
  width: calc(100% - 320px - 4%);
}
#top-container #greeting .greeting-contents .greeting-txt h3 {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP";
}
#top-container #greeting .greeting-contents .greeting-txt p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 32px;
}
#top-container #greeting .greeting-contents .greeting-txt p span {
  color: #FF6F00;
  font-weight: 600;
}
#top-container #disease {
  margin-top: 120px;
}
#top-container #disease .disease-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}
#top-container #disease .disease-list li a {
  display: block;
}
#top-container #disease .disease-list li a:hover img {
  transform: scale(1.2);
}
#top-container #disease .disease-list li a figure {
  overflow: hidden;
}
#top-container #disease .disease-list li a figure img {
  width: 100%;
  display: block;
  transition: all ease 0.5s;
}
#top-container #disease .disease-list li a h3 {
  font-size: 2.2rem;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  background: linear-gradient(0deg, rgb(83, 48, 31), rgb(55, 27, 13));
}
#top-container #news {
  background: #fff;
  padding: 32px 120px 60px 120px;
  margin-top: 100px;
}
#top-container #news .news-list {
  margin-top: 32px;
}
#top-container #news .news-list li {
  display: flex;
  padding: 16px 24px;
  border-top: 1px solid #E2D9CC;
}
#top-container #news .news-list li:last-child {
  border-bottom: 1px solid #E2D9CC;
}
#top-container #news .news-list li time {
  width: 120px;
  font-size: 1.8rem;
  color: #A88D64;
  font-family: "Roboto";
}
#top-container #news .news-list li .news-contents {
  width: calc(100% - 120px);
}
#top-container #news .news-list li .news-contents h1 {
  font-size: 2.8rem;
  font-weight: 600;
}
#top-container #news .news-list li .news-contents h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
}
#top-container #news .news-list li .news-contents h3 {
  font-size: 2rem;
  font-weight: 600;
}
#top-container #news .news-list li .news-contents h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
#top-container #news .news-list li .news-contents h5 {
  font-size: 1.7rem;
  font-weight: 600;
}
#top-container #news .news-list li .news-contents h6 {
  font-size: 1.6rem;
  font-weight: 600;
}
#top-container #news .news-list li .news-contents p {
  font-size: 1.6rem;
  line-height: 1.8;
}
#top-container #news .news-list li .news-contents p span, #top-container #news .news-list li .news-contents p a {
  color: #FF6F00;
}
#top-container #news .news-list li .news-contents p a {
  text-decoration: underline;
}
#top-container #news .news-list li .news-contents img {
  width: auto;
  max-width: 600px;
  margin: 8px auto;
}
#top-container #news .news-list li .news-contents p {
  font-size: 1.8rem;
}
#top-container #news .news-list li .news-contents p span, #top-container #news .news-list li .news-contents p a {
  color: #FF6F00;
}
#top-container #news .news-list li .news-contents p a {
  text-decoration: underline;
  transition: all ease 0.5s;
}
#top-container #news .news-list li .news-contents p a:hover {
  color: #FF6F00;
}
#top-container #news .btn {
  margin: 32px auto 0 auto;
}

#newcomer-container p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 16px;
}
#newcomer-container p span, #newcomer-container p a {
  color: #FF6F00;
}
#newcomer-container p a {
  text-decoration: underline;
}
#newcomer-container .about .about-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
#newcomer-container .about .about-inner .about-txt {
  width: 65%;
}
#newcomer-container .about .about-inner .about-txt p {
  margin-top: 0;
}
#newcomer-container .about .about-inner .about-txt .about-imgtxt {
  background: #F2E9D9;
  border: 2px solid #D8C9AE;
  padding: 20px 48px;
  margin: 16px auto;
  width: -moz-fit-content;
  width: fit-content;
}
#newcomer-container .about .about-inner .about-txt .about-imgtxt img {
  width: 100%;
}
#newcomer-container .about .about-inner .about-img {
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
}
#newcomer-container .about .about-inner .about-img img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#newcomer-container .gallery .gallery-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 16px;
}
#newcomer-container .gallery .gallery-list li figure img {
  width: 100%;
  border-radius: 8px;
}
#newcomer-container .gallery .gallery-list li figure figcaption {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
}
#newcomer-container .merit .merit-list {
  display: grid;
  gap: 32px 0;
  margin-top: 16px;
}
#newcomer-container .merit .merit-list li {
  display: flex;
  justify-content: space-between;
}
#newcomer-container .merit .merit-list li figure {
  width: 30%;
}
#newcomer-container .merit .merit-list li figure img {
  width: 100%;
  border-radius: 8px;
}
#newcomer-container .merit .merit-list li .merit-txt {
  width: 67%;
}
#newcomer-container .merit .merit-list li .merit-txt h4 {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #85683C;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
#newcomer-container .merit .merit-list li .merit-txt h4 span {
  background: #FF6F00;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-right: 8px;
}
#newcomer-container .merit .merit-list li .merit-txt p {
  margin-top: 8px;
}
#newcomer-container .last .last-list {
  display: grid;
  gap: 24px;
  margin-top: 16px;
}
#newcomer-container .last .last-list h4 {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #85683C;
  padding-bottom: 6px;
  display: flex;
  align-items: center;
}
#newcomer-container .last .last-list h4::before {
  content: "●";
  font-size: 2.8rem;
  color: #FF6F00;
  margin-right: 6px;
}
#newcomer-container .last .last-list p {
  margin-top: 8px;
}
#newcomer-container .last .last-list p a {
  text-decoration: underline;
}

#about-container p, #chiro-container p, #hari-container p, #flow-container p, #faq-container p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 16px;
}
#about-container p span, #about-container p a, #chiro-container p span, #chiro-container p a, #hari-container p span, #hari-container p a, #flow-container p span, #flow-container p a, #faq-container p span, #faq-container p a {
  color: #FF6F00;
}
#about-container p a, #chiro-container p a, #hari-container p a, #flow-container p a, #faq-container p a {
  text-decoration: underline;
}
#about-container .point .point-list, #chiro-container .point .point-list, #hari-container .point .point-list, #flow-container .point .point-list, #faq-container .point .point-list {
  display: grid;
  gap: 24px 0;
  margin-top: 16px;
}
#about-container .point .point-list li, #chiro-container .point .point-list li, #hari-container .point .point-list li, #flow-container .point .point-list li, #faq-container .point .point-list li {
  display: flex;
  justify-content: space-between;
}
#about-container .point .point-list li figure, #chiro-container .point .point-list li figure, #hari-container .point .point-list li figure, #flow-container .point .point-list li figure, #faq-container .point .point-list li figure {
  width: 30%;
  height: -moz-fit-content;
  height: fit-content;
}
#about-container .point .point-list li figure img, #chiro-container .point .point-list li figure img, #hari-container .point .point-list li figure img, #flow-container .point .point-list li figure img, #faq-container .point .point-list li figure img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
#about-container .point .point-list li .point-txt, #chiro-container .point .point-list li .point-txt, #hari-container .point .point-list li .point-txt, #flow-container .point .point-list li .point-txt, #faq-container .point .point-list li .point-txt {
  width: 67%;
}
#about-container .point .point-list li .point-txt h4, #chiro-container .point .point-list li .point-txt h4, #hari-container .point .point-list li .point-txt h4, #flow-container .point .point-list li .point-txt h4, #faq-container .point .point-list li .point-txt h4 {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #85683C;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
#about-container .point .point-list li .point-txt h4 span, #chiro-container .point .point-list li .point-txt h4 span, #hari-container .point .point-list li .point-txt h4 span, #flow-container .point .point-list li .point-txt h4 span, #faq-container .point .point-list li .point-txt h4 span {
  background: #FF6F00;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-right: 8px;
}
#about-container .point .point-list li .point-txt p, #chiro-container .point .point-list li .point-txt p, #hari-container .point .point-list li .point-txt p, #flow-container .point .point-list li .point-txt p, #faq-container .point .point-list li .point-txt p {
  margin-top: 8px;
}
#about-container .point .point-list li .point-txt .btn-list, #chiro-container .point .point-list li .point-txt .btn-list, #hari-container .point .point-list li .point-txt .btn-list, #flow-container .point .point-list li .point-txt .btn-list, #faq-container .point .point-list li .point-txt .btn-list {
  display: flex;
}
#about-container .point .point-list li .point-txt .btn-list li:first-child, #chiro-container .point .point-list li .point-txt .btn-list li:first-child, #hari-container .point .point-list li .point-txt .btn-list li:first-child, #flow-container .point .point-list li .point-txt .btn-list li:first-child, #faq-container .point .point-list li .point-txt .btn-list li:first-child {
  margin-right: 24px;
}
#about-container .point .point-list li .point-txt .btn-list li a, #chiro-container .point .point-list li .point-txt .btn-list li a, #hari-container .point .point-list li .point-txt .btn-list li a, #flow-container .point .point-list li .point-txt .btn-list li a, #faq-container .point .point-list li .point-txt .btn-list li a {
  margin-top: 16px;
}
#about-container .point table, #chiro-container .point table, #hari-container .point table, #flow-container .point table, #faq-container .point table {
  background: #fff;
  width: 100%;
  margin: 32px 0 16px;
}
#about-container .point table caption, #chiro-container .point table caption, #hari-container .point table caption, #flow-container .point table caption, #faq-container .point table caption {
  font-size: 2.4rem;
  font-weight: 500;
  color: #85683C;
  text-align: left;
  margin-bottom: 8px;
}
#about-container .point table tr, #chiro-container .point table tr, #hari-container .point table tr, #flow-container .point table tr, #faq-container .point table tr {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E2D9CC;
  padding: 16px;
}
#about-container .point table tr:last-child, #chiro-container .point table tr:last-child, #hari-container .point table tr:last-child, #flow-container .point table tr:last-child, #faq-container .point table tr:last-child {
  border-bottom: none;
}
#about-container .point table tr th, #about-container .point table tr td, #chiro-container .point table tr th, #chiro-container .point table tr td, #hari-container .point table tr th, #hari-container .point table tr td, #flow-container .point table tr th, #flow-container .point table tr td, #faq-container .point table tr th, #faq-container .point table tr td {
  font-size: 1.7rem;
}
#about-container .point table tr th, #chiro-container .point table tr th, #hari-container .point table tr th, #flow-container .point table tr th, #faq-container .point table tr th {
  width: 220px;
  text-align: left;
  font-weight: 500;
}
#about-container .point table tr td, #chiro-container .point table tr td, #hari-container .point table tr td, #flow-container .point table tr td, #faq-container .point table tr td {
  color: #978B7A;
  width: calc(100% - 220px);
}

#chiro-container .point-txt p, #hari-container .point-txt p, #flow-container .point-txt p {
  margin-top: 0;
}

#price-container p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 16px;
}
#price-container p span, #price-container p a {
  color: #FF6F00;
}
#price-container p a {
  text-decoration: underline;
}
#price-container .price table {
  width: 100%;
  margin-top: 16px;
}
#price-container .price table tr {
  border-top: 1px solid #E2D9CC;
}
#price-container .price table tr:last-child {
  border-bottom: 1px solid #E2D9CC;
}
#price-container .price table tr th, #price-container .price table tr td {
  font-size: 1.8rem;
  padding: 16px;
}
#price-container .price table tr th {
  background: #EBE1D1;
  font-weight: 500;
  width: 260px;
}
#price-container .price table tr td {
  width: calc(100% - 260px);
  background: #fff;
}
#price-container .time {
  margin-top: 60px;
}
#price-container .time table {
  width: 100%;
  margin-top: 12px;
}
#price-container .time table tr {
  border-top: 1px solid #E2D9CC;
}
#price-container .time table tr:last-child {
  border-bottom: 1px solid #E2D9CC;
}
#price-container .time table tr th, #price-container .time table tr td {
  font-size: 1.8rem;
  padding: 16px;
  text-align: center;
}
#price-container .time table tr th {
  background: #EBE1D1;
  font-weight: 500;
}
#price-container .time table tr td {
  background: #fff;
}
#price-container .time table tr td span {
  color: #FF6F00;
}
#price-container .reserve {
  margin-top: 60px;
}
#price-container .reserve .tel-btn {
  background: #FF6F00;
  border-radius: 50px;
  width: 380px;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  pointer-events: none;
}
#price-container .reserve .tel-btn::before {
  content: "";
  background: url(../images/footer-tel.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 6px;
}

#staff-container p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 16px;
}
#staff-container p span, #staff-container p a {
  color: #FF6F00;
}
#staff-container p a {
  text-decoration: underline;
}
#staff-container .profile-top {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#staff-container .profile-top .profile-img {
  width: 22%;
  height: -moz-fit-content;
  height: fit-content;
}
#staff-container .profile-top .profile-img img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#staff-container .profile-top .profile-img figcaption {
  background: #EBE1D1;
  padding: 12px;
}
#staff-container .profile-top .profile-img figcaption p {
  margin-top: 0;
}
#staff-container .profile-top .profile-img figcaption .yakusyoku {
  font-size: 1.4rem;
  letter-spacing: 0.001rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1360px) {
  #staff-container .profile-top .profile-img figcaption .yakusyoku {
    text-align: left;
  }
  #staff-container .profile-top .profile-img figcaption .yakusyoku br {
    display: none;
  }
}
#staff-container .profile-top .profile-img figcaption .name {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
#staff-container .profile-top .profile-img figcaption .name span {
  font-size: 1.5rem;
  text-align: center;
  color: #A88D64;
  line-height: 1;
}
#staff-container .profile-top .profile-txt {
  width: 73%;
}
#staff-container .profile-top .profile-txt table {
  width: 100%;
}
#staff-container .profile-top .profile-txt table tr {
  border-top: 1px solid #E2D9CC;
}
#staff-container .profile-top .profile-txt table tr th, #staff-container .profile-top .profile-txt table tr td {
  padding: 16px;
  font-size: 1.8rem;
}
#staff-container .profile-top .profile-txt table tr th {
  font-weight: 500;
  width: 230px;
  background: #EBE1D1;
}
#staff-container .profile-top .profile-txt table tr td {
  width: calc(100% - 230px);
  background: #fff;
}
#staff-container .profile-detail {
  margin-top: 60px;
}
#staff-container .profile-detail summary {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  position: relative;
  background: #85683C;
  padding: 12px 16px;
}
#staff-container .profile-detail summary::-webkit-details-marker {
  display: none;
}
#staff-container .profile-detail summary .icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
#staff-container .profile-detail summary .icon::before, #staff-container .profile-detail summary .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #fff;
}
#staff-container .profile-detail summary .icon::before {
  left: 0;
  transform: rotate(45deg);
}
#staff-container .profile-detail summary .icon::after {
  right: 0;
  transform: rotate(-45deg);
}
#staff-container .profile-detail .contents h3 {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid #85683C;
  padding-bottom: 4px;
  margin-top: 32px;
}
#staff-container .profile-detail .contents p {
  margin-top: 8px;
}
#staff-container .profile-detail .contents strong {
  font-weight: bold;
}

.profile-detail[open] .icon {
  transform: rotate(180deg);
}

#access-container p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 16px;
}
#access-container p span, #access-container p a {
  color: #FF6F00;
}
#access-container p a {
  text-decoration: underline;
}
#access-container .map .map-inner {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}
#access-container .map .map-inner img {
  width: 100%;
}
#access-container .map .map-inner .map-contents iframe {
  width: 100%;
  height: 100%;
}
#access-container .access {
  margin-top: 100px;
}
#access-container .access table {
  width: 100%;
  margin-top: 24px;
}
#access-container .access table tr {
  border-top: 1px solid #E2D9CC;
}
#access-container .access table tr:last-child {
  border-bottom: 1px solid #E2D9CC;
}
#access-container .access table tr th, #access-container .access table tr td {
  font-size: 1.8rem;
  padding: 16px;
}
#access-container .access table tr th {
  background: #EBE1D1;
  width: 230px;
  text-align: left;
}
#access-container .access table tr td {
  background: #fff;
  width: calc(100% - 230px);
}
#access-container .access .map {
  max-width: 425px;
  width: 100%;
  margin: 16px auto 0 auto;
}
#access-container .access .map img {
  width: 100%;
}
#access-container .access .map figcaption {
  font-size: 1.8rem;
  text-decoration: underline;
  text-align: center;
}
#access-container .access .route-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 32px;
  margin-top: 60px;
}
#access-container .access .route-list li {
  position: relative;
}
#access-container .access .route-list li::before {
  content: "";
  background: #FF6F00;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#access-container .access .route-list li:nth-child(1)::before {
  content: "01";
}
#access-container .access .route-list li:nth-child(2)::before {
  content: "02";
}
#access-container .access .route-list li:nth-child(3)::before {
  content: "03";
}
#access-container .access .route-list li:nth-child(4)::before {
  content: "04";
}
#access-container .access .route-list li:nth-child(5)::before {
  content: "05";
}
#access-container .access .route-list li:nth-child(6)::before {
  content: "06";
}
#access-container .access .route-list li:nth-child(7)::before {
  content: "07";
}
#access-container .access .route-list li figure img {
  border-radius: 12px;
  width: 100%;
}
#access-container .access .route-list li figure figcaption {
  font-size: 1.8rem;
  line-height: 1.8;
}

#voice-container p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 16px;
}
#voice-container p span, #voice-container p a {
  color: #FF6F00;
}
#voice-container p a {
  text-decoration: underline;
}
#voice-container .page-title-left {
  margin-top: 80px;
}
#voice-container .experience-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 32px;
  margin-top: 24px;
}
#voice-container .experience-list li h3 {
  margin-top: 0;
}
#voice-container .experience-list li .name {
  text-align: center;
  margin-top: 12px;
}
#voice-container .experience-list li .experience-img {
  display: flex;
  justify-content: center;
  margin: 16px 0;
}
#voice-container .experience-list li .experience-img figure {
  width: 50%;
}
#voice-container .experience-list li .experience-img figure img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#voice-container .experience-list li .experience-img figure a {
  display: block;
  height: 100%;
}
#voice-container .experience-list li h4 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 8px 0;
}
#voice-container .experience-list li p {
  margin-top: 8px;
}
#voice-container .tyuui {
  max-width: 900px;
  margin: 52px auto 0 auto;
  background: #F2E9D9;
  border: 2px solid #D8C9AE;
  padding: 32px 60px;
}
#voice-container .tyuui .name {
  text-align: right;
  margin-top: 12px;
  font-weight: 500;
}
#voice-container .interview-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
#voice-container .interview-contents figure {
  width: 25%;
  height: -moz-fit-content;
  height: fit-content;
}
#voice-container .interview-contents figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#voice-container .interview-contents figure figcaption {
  font-size: 1.8rem;
  text-align: center;
}
#voice-container .interview-contents .interview-txt {
  width: 70%;
}

#policy-container h3 {
  font-size: 2.1rem;
  font-weight: 600;
}
#policy-container .txt-right {
  text-align: right;
}
#policy-container p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 16px;
}
#policy-container p span, #policy-container p a {
  color: #FF6F00;
}
#policy-container p a {
  text-decoration: underline;
}
#policy-container .policy-list li ol {
  padding-left: 48px;
  margin-top: 12px;
}
#policy-container .policy-list li ol li {
  font-size: 1.8rem;
  list-style: decimal;
}

#link-container h3 {
  font-size: 2.1rem;
  font-weight: 600;
}
#link-container p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 16px;
}
#link-container p span, #link-container p a {
  color: #FF6F00;
}
#link-container p a {
  text-decoration: underline;
}
#link-container table {
  margin: 8px 0 24px 0;
  width: 100%;
}
#link-container table caption {
  font-size: 2.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
}
#link-container table caption::before {
  content: "●";
  font-size: 2.1rem;
  color: #FF6F00;
  display: block;
  margin-right: 6px;
}
#link-container table tr {
  border-top: 1px solid #DFD3C1;
}
#link-container table tr:last-child {
  border-bottom: 1px solid #DFD3C1;
}
#link-container table tr th, #link-container table tr td {
  font-size: 1.8rem;
  padding: 16px 12px;
  vertical-align: middle;
}
#link-container table tr th {
  font-weight: 600;
  width: 335px;
  text-align: left;
}
#link-container table tr th a {
  transition: all ease 0.5s;
}
#link-container table tr th a:hover {
  color: #FF6F00;
}
#link-container table tr td:nth-child(2) {
  width: 180px;
}
#link-container table tr td:nth-child(3) {
  width: calc(100% - 515px);
}

#post-container {
  font-size: 1.8rem;
  line-height: 1.8;
}
#post-container h3 {
  font-size: 2.1rem;
  font-weight: 600;
}
#post-container p {
  font-size: 1.8rem;
  line-height: 1.8;
}
#post-container p a {
  text-decoration: underline;
  color: #FF6F00;
}
#post-container .post-list {
  margin-top: 24px;
}
#post-container .post-list li {
  border-top: 1px solid #DFD3C1;
}
#post-container .post-list li:last-child {
  border-bottom: 1px solid #DFD3C1;
}
#post-container .post-list li a {
  display: block;
  transition: all ease 0.5s;
  padding: 16px;
}
#post-container .post-list li a:hover {
  opacity: 0.8;
}
#post-container .post-list li a h4 {
  font-size: 2.1rem;
  font-weight: 600;
}
#post-container .post-list li a p {
  margin-top: 8px;
}
#post-container .bnr {
  max-width: 900px;
  width: 90%;
  margin: 48px auto 0 auto;
  background: url(../images/post/bnr-bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
  border: 2px solid #D8C9AE;
}
#post-container .bnr p {
  font-size: 2rem;
  text-align: center;
  color: #85683C;
  font-weight: 500;
  margin: 0;
}
#post-container .bnr h4 {
  font-size: 5.2rem;
  color: #85683C;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 0 21px 0;
}
#post-container .bnr h4::before {
  content: "";
  background: url(../images/post/icon.svg) no-repeat;
  background-size: contain;
  width: 52px;
  height: 44px;
  margin-right: 6px;
  display: block;
}
#post-container .bnr .btn {
  background: #FFAA00;
  max-width: 380px;
  width: 90%;
  margin: 0 auto;
  border-radius: 50px;
  padding: 16px 0;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  transition: all ease 0.5s;
}
#post-container .bnr .btn:hover {
  background: #FF6F00;
}
#post-container .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDE0D0;
  padding: 24px 40px;
  margin: 60px 0;
  position: relative;
}
#post-container .pagenation ul li {
  margin-right: 2%;
}
#post-container .pagenation ul li a {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 35px;
  font-size: 1.7rem;
  width: 35px;
  transition: all ease 0.3s;
  background: #5C1C23;
  border-radius: 50px;
}
#post-container .pagenation ul .page-active {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
}
#post-container .pagenation ul .next a, #post-container .pagenation ul .prev a {
  color: #5C1C23;
  font-size: 1.7rem;
  background: none;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
}
#post-container .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#post-container .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#post-container .contents-detail h2 {
  background: #85683C;
  padding: 16px 16px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 500;
  margin: 0 0 24px 0;
}
#post-container .contents-detail h2 span {
  color: #fff;
  font-weight: 500;
}
#post-container .contents-detail h3 {
  font-size: 2.1rem;
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}
#post-container .contents-detail h3::before {
  content: "";
  background: #FF6F00;
  width: 21px;
  height: 21px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 6px;
}
#post-container .contents-detail h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
#post-container .contents-detail h5, #post-container .contents-detail h6 {
  font-size: 1.7rem;
  font-weight: 600;
}
#post-container .contents-detail p strong {
  font-weight: 600;
}
#post-container .contents-detail img {
  max-width: 600px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: -moz-fit-content;
  height: fit-content;
  margin: 1em 0;
}
#post-container .contents-detail table {
  margin: 12px 0;
}
#post-container .contents-detail table tr {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
#post-container .contents-detail table tr td {
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 10px;
}
#post-container .contents-detail table tr td img {
  -o-object-fit: contain;
     object-fit: contain;
}
#post-container .contents-detail table tr:nth-child(2) {
  border-top: 1px solid #E9E1D6;
}
#post-container .contents-detail table tr + tr {
  border-bottom: 1px solid #E9E1D6;
}
#post-container .contents-detail ul {
  margin: 10px 0;
  padding-left: 1.2em;
}
#post-container .contents-detail ul li {
  list-style: disc;
}
#post-container .contents-detail ol {
  margin: 10px 0;
  padding-left: 1.2em;
}
#post-container .contents-detail ol li {
  list-style: auto;
}
#post-container .btn {
  margin: 40px auto 0 auto;
}

#news-container .news .news-list li {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #DFD3C1;
}
#news-container .news .news-list li:last-child {
  border-bottom: 1px solid #DFD3C1;
}
#news-container .news .news-list li time {
  color: #A88D64;
  font-size: 1.7rem;
  width: 120px;
}
#news-container .news .news-list li .news-contents {
  width: calc(100% - 120px);
}
#news-container .news .news-list li .news-contents h1 {
  font-size: 2.8rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents h2 {
  font-size: 2.4rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents h3 {
  font-size: 2rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents h5 {
  font-size: 1.7rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents h6 {
  font-size: 1.6rem;
  font-weight: 600;
}
#news-container .news .news-list li .news-contents p {
  font-size: 1.6rem;
  line-height: 1.8;
}
#news-container .news .news-list li .news-contents p span, #news-container .news .news-list li .news-contents p a {
  color: #FF6F00;
}
#news-container .news .news-list li .news-contents p a {
  text-decoration: underline;
}
#news-container .news .news-list li .news-contents img {
  width: auto;
  max-width: 600px;
  margin: 8px auto;
}
#news-container .news .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDE0D0;
  padding: 24px 40px;
  margin: 60px 0;
  position: relative;
}
#news-container .news .pagenation ul li {
  margin-right: 2%;
}
#news-container .news .pagenation ul li a {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 35px;
  font-size: 1.7rem;
  width: 35px;
  transition: all ease 0.3s;
  background: #5C1C23;
  border-radius: 50px;
}
#news-container .news .pagenation ul .page-active {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
}
#news-container .news .pagenation ul .next a, #news-container .news .pagenation ul .prev a {
  color: #5C1C23;
  font-size: 1.7rem;
  background: none;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
}
#news-container .news .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#news-container .news .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

#contact-container h3 {
  font-size: 2.1rem;
  font-weight: 600;
}
#contact-container p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 16px;
}
#contact-container p span, #contact-container p a {
  color: #FF6F00;
}
#contact-container p a {
  text-decoration: underline;
}
#contact-container form {
  margin-top: 24px;
  background: #EBE1D1;
  padding: 60px;
}
#contact-container form dl div {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
#contact-container form dl div dt {
  width: 240px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#contact-container form dl div dt span.hissu {
  color: #fff;
  background: #FF6F00;
  line-height: 1;
  font-size: 1.2rem;
  padding: 1px 4px;
  margin-right: 6px;
}
#contact-container form dl div dt br {
  display: none;
}
#contact-container form dl div dd {
  width: calc(100% - 240px);
}
#contact-container form dl div dd input, #contact-container form dl div dd textarea {
  font-size: 1.5rem;
  padding: 16px 16px;
  background: #F8F8F6;
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}
#contact-container form dl div .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 1.5rem;
  margin: 6px 24px 6px 0;
  display: inline-block;
  width: auto;
}
#contact-container form dl div .radio input {
  border-radius: 50px;
  position: absolute;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #D4D0D0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  top: 1px;
  left: 0;
  accent-color: #8B5E63;
}
#contact-container form dl div .radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#contact-container form .check {
  margin-top: 24px;
  text-align: center;
}
#contact-container form .check label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contact-container form .check label input {
  cursor: pointer;
}
#contact-container form .check label span {
  font-size: 1.8rem;
  font-weight: 500;
}
#contact-container form .tyuui {
  padding: 24px;
  background: #F5F2EB;
  margin-top: 24px;
}
#contact-container form .btn-group {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
  position: relative;
}
#contact-container form .btn-group::before {
  content: "";
  background: url(../images/contact/arrow.svg) no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  z-index: 1;
}
#contact-container form .btn-group input[type=submit] {
  border: none;
  font-size: 1.8rem;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  padding: 16px 60px;
  background: #FF6F00;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
#contact-container form .btn-group input[type=submit]:hover {
  background: #FF8800;
}
#contact-container form .wpcf7-not-valid-tip {
  font-size: 1.3rem;
}
#contact-container form .wpcf7-response-output {
  font-size: 1.8rem;
  text-align: center;
  color: #dc3232;
  font-weight: bold;
}
#contact-container form .wpcf7-spinner {
  position: absolute !important;
}

#global-footer {
  margin-top: 160px;
}
#global-footer .footer-contents {
  background: #F2E8D6;
  border: 3px solid #A88D64;
  padding: 60px 40px;
}
#global-footer .footer-contents .logo {
  width: 360px;
  display: block;
  margin: 0 auto 32px auto;
}
#global-footer .footer-contents .logo img {
  width: 100%;
}
#global-footer .footer-contents .footer-info {
  display: flex;
  justify-content: space-between;
}
#global-footer .footer-contents .footer-info iframe {
  width: 38%;
}
#global-footer .footer-contents .footer-info .info-txt {
  width: 58%;
}
#global-footer .footer-contents .footer-info .info-txt .info-item {
  display: flex;
  align-items: center;
  padding: 16px 12px;
  border-top: 1px solid #DFBF8F;
}
#global-footer .footer-contents .footer-info .info-txt .info-item:last-child {
  border-bottom: 1px solid #DFBF8F;
}
#global-footer .footer-contents .footer-info .info-txt .info-item dt, #global-footer .footer-contents .footer-info .info-txt .info-item dd {
  font-size: 1.8rem;
}
#global-footer .footer-contents .footer-info .info-txt .info-item dt {
  width: 100px;
  font-weight: 600;
}
#global-footer .footer-contents .footer-info .info-txt .info-item dd {
  width: calc(100% - 100px);
}
#global-footer .footer-contents .footer-contact {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#global-footer .footer-contents .footer-contact a {
  display: block;
  font-size: 2.5rem;
  padding: 20px 0;
  font-weight: 600;
  color: #fff;
  margin: 24px auto 0 auto;
  transition: all ease 0.5s;
  line-height: 1;
  width: 380px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#global-footer .footer-contents .footer-contact .contact-bnr {
  background: url(../images/footer-bg01.webp) no-repeat;
  background-size: cover;
  padding: 60px 0;
  width: 49%;
}
#global-footer .footer-contents .footer-contact .contact-bnr p, #global-footer .footer-contents .footer-contact .contact-bnr h3 {
  text-align: center;
}
#global-footer .footer-contents .footer-contact .contact-bnr p {
  font-size: 2.1rem;
}
#global-footer .footer-contents .footer-contact .contact-bnr h3 {
  font-size: 4.4rem;
  font-weight: 600;
  color: #85683C;
  display: flex;
  align-items: center;
  justify-content: center;
}
#global-footer .footer-contents .footer-contact .contact-bnr h3::before {
  content: "";
  background: url(../images/footer-time.svg) no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: block;
  margin: 2px 8px 0 0;
}
#global-footer .footer-contents .footer-contact .contact-bnr .contact-btn {
  background: #FFAA00;
}
#global-footer .footer-contents .footer-contact .contact-bnr .contact-btn::before {
  content: "";
  background: url(../images/mail.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 22px;
  height: 17px;
  margin: 2px 6px 0 0;
}
#global-footer .footer-contents .footer-contact .contact-bnr .contact-btn:hover {
  background: #FF8000;
}
#global-footer .footer-contents .footer-contact .tel-bnr {
  background: url(../images/footer-bg02.webp) no-repeat;
  background-size: cover;
  padding: 60px 0;
  width: 49%;
}
#global-footer .footer-contents .footer-contact .tel-bnr p, #global-footer .footer-contents .footer-contact .tel-bnr h3 {
  text-align: center;
}
#global-footer .footer-contents .footer-contact .tel-bnr p {
  font-size: 2.1rem;
}
#global-footer .footer-contents .footer-contact .tel-bnr h3 {
  font-size: 4.4rem;
  font-weight: 600;
  color: #85683C;
}
#global-footer .footer-contents .footer-contact .tel-bnr .tel-btn {
  background: #FF6F00;
  pointer-events: none;
}
#global-footer .footer-contents .footer-contact .tel-bnr .tel-btn::before {
  content: "";
  background: url(../images/footer-tel.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 19px;
  height: 19px;
  margin: 2px 6px 0 0;
}
#global-footer .footer-contents .footer-contact .tel-bnr .tel-btn:hover {
  background: #FF9100;
}
#global-footer p.copy_small {
  background: #ECE6DB;
  padding: 8px 0;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 120px;
}

#contents-404 h2 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
}
#contents-404 p {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */