﻿body {
  color: #333;
  font-family: "YakuHanJP", Lato, "Kiwi Maru", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
a {
  color: #ffb100;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #cc8e00;
}
img {
  max-width: 100%;
  height: auto;
}
.ja {
  font-family: "YakuHanJP", Lato, "Kiwi Maru", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
}
.en {
  font-family: "YakuHanJP", "Nunito", sans-serif;
  font-weight: 500;
}
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 100px;
  background-color: #fff;
}
.loader::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -58px;
  width: 116px;
  height: 100px;
  animation: rotate 2.5s linear infinite;
  background: url(../img/loader.png) no-repeat center/contain;
}
.loader.off {
  display: none;
}
@keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg);
  }
}
#top-modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
}
#top-modal.close {
  display: none;
  opacity: 0;
}
#top-modal .modal-box {
  max-width: 800px;
  padding: 40px 30px;
  background: #fff;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0;
}
#top-modal .modal-close {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.8rem;
  background: #ffb100;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transition: all 0.3s ease;
}
#header .inner {
  max-width: 95%;
  margin: 0 auto;
  min-width: 1024px;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header.static {
  position: static;
}
.head_contact li:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #fff;
}
.icon_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}
.icon_head li {
  margin-right: 20px;
}
.icon_head li a {
  color: #333;
}
.icon_head li i {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  width: 32px;
  line-height: 32px;
}
.icon_head li span {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.subordinate #header #logo {
  margin: 20px 0 0 0;
  width: 380px;
}
.subordinate .head_contact li:last-child {
  border-top: 2px solid #ffb100;
}
.subordinate #navi {
  bottom: inherit;
  top: 150px;
}
.subordinate #navi > ul {
  margin: 0 0 0 5%;
}
.subordinate #navi > ul > li > a {
  color: #333;
}
.subordinate #navi > ul > li > a:after {
  background: #333;
}
.subordinate .subordinate_head {
  position: relative;
  height: 250px;
}
.subordinate .drop .sub_navi li a {
  background-color: #fafafa;
}
#navi {
  position: absolute;
  bottom: 150px;
  z-index: 5;
  width: 100%;
}
#navi > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  max-width: 960px;
}
#navi > ul > li {
  position: relative;
  flex: 1 0 auto;
}
#navi > ul > li > a {
  display: block;
  position: relative;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 600;
}
#navi > ul > li > a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.6s;
}
#navi > ul > li > a:hover:after {
  opacity: 1;
}
#navi > ul > li i {
  display: block;
}
.hours {
  font-size: 1.4rem;
}
.hours dt,
.hours dd {
  margin-bottom: 10px;
}
.hours dt:last-child,
.hours dd:last-child {
  margin-bottom: 0;
}
.hours dt {
  clear: both;
  float: left;
  width: 8em;
  background-color: #fff;
  border: 1px solid #ffb100;
  color: #ffb100;
  border-radius: 5em;
  text-align: center;
}
.hours dd {
  padding-left: 9em;
}
#fixed_header {
  display: none;
  background-color: #ffb100;
  transition: all 0.3s ease;
}
#fixed_header .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
}
#fixed_header .fixed_logo {
  width: 240px;
}
#fixed_header .fixed_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#fixed_header .fixed_navi > li {
  margin-left: 2em;
}
#fixed_header .fixed_navi > li > a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  color: #fff;
}
#fixed_header .fixed_navi > li > a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.6s;
}
#fixed_header .fixed_navi > li > a:hover:after {
  opacity: 1;
}
#fixed_header .fixed_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#fixed_header .fixed_contact li {
  width: 240px;
  margin-left: 30px;
}
#fixed_header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  display: block;
}
.drop {
  position: relative;
  z-index: 3;
}
.drop .sub_navi {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.drop .sub_navi li {
  margin: 0 0 1px;
}
.drop .sub_navi li a {
  display: block;
  background-color: #fff;
  color: #ffb100 !important;
  padding: 12px 20px;
  font-size: 1.4rem;
}
.drop .sub_navi li a:hover {
  background-color: #ffb100;
  color: #fff !important;
}
.drop:hover .sub_navi {
  top: 30px;
  visibility: visible;
  opacity: 1;
}
.navi_tel a {
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
}
.navi_tel a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.navi_tel a em {
  font-style: normal;
}
.navi_tel a em:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 10px;
  color: #ffb100;
}
.foot_tel {
  text-align: center;
}
.foot_tel a {
  color: #333;
  font-size: 4rem;
  font-weight: 500;
}
.foot_tel a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.foot_tel a em {
  font-style: normal;
}
.foot_tel a em:before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 900;
  margin-right: 10px;
  color: #ffb100;
}
#sub_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#sub_navi .sub_navi_title {
  width: 150px;
}
#sub_navi_list li {
  font-size: 1.2rem;
}
#sub_navi_list li a {
  display: block;
  margin-bottom: 15px;
  color: #ffb100;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
#sub_navi_list li span {
  display: block;
  width: 60px;
  margin: 0 auto 5px;
}
#page-top {
  position: fixed;
  right: -10px;
  bottom: 6em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 5;
}
#page-top a {
  display: block;
  position: relative;
  color: #333;
  font-weight: 400;
}
#page-top a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-top a:hover:before {
  width: 100px;
}
#footer {
  background-color: #fef5db;
  font-size: 1.6rem;
}
#footer .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 0;
}
#footer .link_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .link_list a {
  color: #333;
}
#footer .link_list a:hover {
  text-decoration: underline;
}
#footer .link_list > li > a {
  color: #ffb100;
  font-weight: 600;
}
#footer .sub_link_list {
  margin-top: 15px;
  font-size: 1.4rem;
}
#footer .sub_link_list li {
  margin-top: 10px;
}
#footer .sub_link_list li a {
  position: relative;
  padding-left: 15px;
}
#footer .sub_link_list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #ffb100;
}
#footer .copyright {
  background-color: #ffb100;
  color: #fff;
  padding: 10px 0;
  font-size: 1rem;
  text-align: center;
}
.contact_footer {
  padding: 30px 0;
}
.fixed_image {
  background-image: url(../img/fixed_image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 30vh;
}
#sp_navi,
#nav-toggle,
#gloval-nav {
  display: none;
}
#slideshow {
  position: relative;
  overflow: hidden;
}
#slideshow:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slider {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.slider > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
}
.slider > div .slider-img {
  display: none;
}
.slider > div > div {
  flex: none;
  background-repeat: no-repeat;
}
#catch {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 2;
  width: 680px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: fadeIn 6s ease 1s 1 normal;
  -webkit-animation: fadeIn 6s ease 1s 1 normal;
}
.contact_btn li a,
.contact_btn li button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1em 3em;
  border-radius: 5em;
  font-weight: 600;
  text-align: center;
}
.contact_btn li a span,
.contact_btn li button span {
  position: relative;
}
.contact_btn li a:before,
.contact_btn li button:before {
  display: block;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.contact_btn li a:after,
.contact_btn li button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.contact_btn li a:hover:before,
.contact_btn li button:hover:before {
  width: 100%;
}
.contact_btn li .contact_other {
  background-color: #f2ead2;
  color: #fff;
}
.contact_btn li .contact_other:before {
  background-color: #ece1be;
}
.contact_btn li .contact_mail {
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
}
.contact_btn li .contact_mail:before {
  background-color: rgba(38, 38, 38, 0.9);
}
.contact_btn li .contact_shop {
  background-color: #fff;
  color: #ffb100;
}
.contact_btn li .contact_shop:before {
  background-color: #f2f2f2;
}
.contact_btn li .contact_shop:hover {
  color: #ffb100;
}
.contact_btn li .contact_w_01 {
  width: 340px;
  padding: 1.5em 3em;
}
.contact_btn li .contact_w_02 {
  margin: 30px auto 0;
}
.single_01 {
  margin: 0 auto;
  max-width: 1280px;
  padding-bottom: 100px;
}
.single_02 {
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 100px;
}
.single_03 {
  margin: 0 auto;
  max-width: calc(100% - 100px);
  padding-bottom: 100px;
}
.single_04 {
  margin: 0 auto;
  max-width: 768px;
  padding-bottom: 100px;
}
.single_05 {
  margin: 0 auto;
  max-width: 1280px;
}
.single_06 {
  margin: 0 auto;
  max-width: 960px;
}
.single_07 {
  margin: 0 auto;
  max-width: calc(100% - 100px);
}
.single_08 {
  margin: 0 auto;
  max-width: 768px;
}
.single_09 {
  padding-bottom: 100px;
}
.bg_common {
  padding-top: 100px;
}
.bg_b {
  margin-bottom: 100px;
}
.bg_01 {
  position: relative;
}
.bg_01:before,
.bg_01:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  height: 80%;
}
.bg_01:before {
  left: 0;
  width: 630px;
  background-image: url(../img/bg_01_before.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.bg_01:after {
  right: 0;
  width: 600px;
  background-image: url(../img/bg_01_after.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
.bg_02 {
  position: relative;
  background-color: #fef5db;
}
.bg_03 {
  position: relative;
  z-index: 1;
  background-color: #fbf9f7;
}
.bg_03:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 269px;
  background-image: url(../img/bg_03_after.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  z-index: -1;
}
.bg_04 {
  background-color: #f2dba0;
}
.bg_05 {
  background-color: #fcfcfc;
}
.bg_white {
  background-color: #fff;
}
.half {
  display: flex;
  justify-content: space-between;
}
.half .child {
  width: 50%;
}
.triple {
  display: flex;
  justify-content: space-between;
}
.triple .child {
  width: 33.3%;
}
.column2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.column2.algncenter {
  align-items: center;
}
.column2 > .child {
  width: 48.44%;
  margin: 0 3% 3% 0;
}
.column2 > .child:nth-child(2n) {
  margin: 0 0 3% 0;
}
.column3 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.column3 > .child {
  width: 31.3%;
  margin: 0 3% 3% 0;
}
.column3 > .child:nth-child(3n) {
  margin: 0 0 3% 0;
}
.column4 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.column4 > .child {
  width: 22.7%;
  margin: 0 3% 3% 0;
}
.column4 > .child:nth-child(4n) {
  margin: 0 0 3% 0;
}
.column5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2%;
}
.column5 > .child {
  width: 18.4%;
  margin: 0 2% 2% 0;
}
.column5 > .child:nth-child(5n) {
  margin: 0 0 2% 0;
}
.column6 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -2%;
}
.column6 > .child {
  width: 15%;
  margin: 0 2% 2% 0;
}
.column6 > .child:nth-child(6n) {
  margin: 0 0 2% 0;
}
.align_center {
  align-items: center;
}
.sec_wrap {
  background: url(../img/bg_04.jpg) no-repeat center 80%;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.sec_wrap .sec_child {
  width: 50%;
  padding: 50px 25px;
  font-size: 1.6rem;
  font-weight: 500;
}
.sec_wrap .sec_child .sec_txt {
  max-width: 560px;
  margin: 0 auto;
}
.sec_wrap #sec_left {
  background: rgba(255, 177, 0, 0.8);
}
.sec_wrap #sec_right {
  background: rgba(0, 0, 0, 0.3);
}
.vertical {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vertical .title {
  position: relative;
  width: 5%;
}
.vertical .contents {
  width: 91%;
}
.mtitle {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 500;
}
.mtitle_greeting {
  margin-bottom: 50px;
}
.mtitle_policy {
  margin-bottom: 15px;
  color: #ffb100;
  font-size: 2.4rem;
  font-weight: 500;
}
.mtitle_medical {
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
}
.mtitle_medical span {
  display: block;
  font-size: 4rem;
}
.mtitle_medical span:first-letter {
  color: #ffb100;
}
.mtitle_trouble {
  margin-bottom: 40px;
  text-align: center;
}
.mtitle_news {
  position: relative;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.4;
}
.mtitle_news span {
  position: relative;
  display: table;
  font-size: 2.4rem;
}
.mtitle_news span:before {
  content: "";
  position: absolute;
  right: -140px;
  top: 16px;
  width: 120px;
  height: 1px;
}
.mtitle_middle {
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-align: center;
}
.mtitle_middle:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #333;
  top: 0;
  width: 105px;
  height: 1px;
}
.mtitle_middle span {
  display: block;
  font-size: 1.5rem;
}
.mtitle_small {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #333;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.25em;
}
.mtitle_icon {
  margin-bottom: 15px;
  color: #ffb100;
  font-weight: 500;
  text-align: center;
}
.mtitle_ribon {
  position: absolute;
  top: 25px;
  left: -10px;
  width: 100%;
}
.mtitle_ribon span {
  display: inline-block;
  background: #ffb100;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 10px 30px;
}
.mtitle_ribon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #996a00 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.mtitle_ribon.mtitle_ribon_top {
  top: -25px;
}
.mtitle_balloon {
  font-size: 3.5rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.mtitle_balloon span {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
  line-height: 1em;
  overflow: hidden;
}
.mtitle_balloon span:before,
.mtitle_balloon span:after {
  content: "";
  display: block;
  border-bottom: 3px solid #333;
  position: absolute;
  width: 50%;
  bottom: 6px;
}
.mtitle_balloon span:before {
  left: -5px;
}
.mtitle_balloon span:after {
  right: -5px;
}
.mtitle_balloon span i {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 2px;
}
.a_btn {
  margin-top: 20px;
}
.a_btn a,
.a_btn button {
  display: table;
  background: #fff;
  border: 1px solid #f2ead2;
  color: #f2ead2;
  margin: 0 auto;
  padding: 0.5em 2em;
  border-radius: 100px;
}
.a_btn a:after,
.a_btn button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  margin-left: 10px;
}
.a_btn a:hover,
.a_btn button:hover {
  background: #f2ead2;
  color: #fff;
}
.b_btn {
  display: block;
  margin-top: 30px;
  width: 300px;
  padding: 1em;
  text-align: center;
  color: #ffb100;
  border: 1px solid #ffb100;
  background-color: transparent;
  position: relative;
  -webkit-transition: 0.46s;
  transition: 0.46s;
}
.b_btn:hover {
  background-color: #ffb100;
  color: #fff;
}
.b_btn:hover .b_btn_icon {
  background-color: #fff;
  right: 26px;
  width: 30px;
}
.b_btn:hover .b_btn_icon:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.b_btn .b_btn_icon {
  position: absolute;
  top: calc(50% - 1px);
  right: -30px;
  width: 60px;
  height: 1px;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #ffb100;
}
.b_btn .b_btn_icon:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #ffb100;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ffb100;
  -webkit-transition: inherit;
  transition: inherit;
}
.b_btn.b_btn_01 {
  margin: 30px auto 0;
}
.b_btn.b_btn_white {
  color: #fff;
  border: 1px solid #fff;
}
.b_btn.b_btn_white:hover {
  background-color: #fff;
  color: #ffb100;
}
.b_btn.b_btn_white:hover .b_btn_icon {
  background-color: #ffb100;
}
.b_btn.b_btn_white:hover .b_btn_icon:before {
  border-left: 4px solid #ffb100;
  border-bottom: 4px solid #ffb100;
}
.b_btn.b_btn_white .b_btn_icon {
  background-color: #fff;
}
.b_btn.b_btn_white .b_btn_icon:before {
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.c_btn {
  margin-top: 30px;
}
.c_btn a,
.c_btn button {
  display: block;
  position: relative;
  width: 320px;
  max-width: 100%;
  background: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.c_btn a:after,
.c_btn button:after {
  position: absolute;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  transition: 0.2s;
}
.c_btn a:hover:after,
.c_btn button:hover:after {
  right: 10px;
}
.c_btn.c_btn_01 {
  position: absolute;
  bottom: -8%;
}
.c_btn.c_btn_02 a,
.c_btn.c_btn_02 button {
  margin: 0 auto;
}
.d_btn {
  height: 3.125em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.9s all cubic-bezier(0.19, 1, 0.22, 1);
  margin-top: 30px;
  padding: 0 1em;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
  max-width: 300px;
  min-width: 2100px;
  will-change: transform;
  color: #fff;
}
.d_btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s all cubic-bezier(0.19, 1, 0.22, 1);
  top: 0;
  left: 0;
  transform: rotate(45deg);
}
.d_btn:hover {
  transform: scale(1.1);
  color: #fff;
}
.d_btn:hover:before {
  opacity: 1;
  transform: scale(2) rotate(0deg);
}
.d_btn span {
  margin: 0 0.3125em;
  position: relative;
  z-index: 1;
}
.d_btn i {
  line-height: 1em;
  margin-left: 0.8em;
  position: relative;
  z-index: 1;
}
.d_btn i:before {
  font-family: "Font Awesome 5 Free";
  content: "\2192";
  font-weight: 900;
}
.d_btn.d_btn_01 {
  background: #ffb100;
}
.d_btn.d_btn_01 span,
.d_btn.d_btn_01 i {
  color: #fff;
}
.d_btn.d_btn_01:before {
  background: #fff;
}
.d_btn.d_btn_01:hover span,
.d_btn.d_btn_01:hover i {
  color: #ffb100;
}
.d_btn.d_btn_02 {
  background: #f2ead2;
}
.d_btn.d_btn_02 span,
.d_btn.d_btn_02 i {
  color: #ffb100;
}
.d_btn.d_btn_02:before {
  background: #ffb100;
}
.d_btn.d_btn_02:hover span,
.d_btn.d_btn_02:hover i {
  color: #fff;
}
.d_btn.d_btn_03 {
  margin: 30px auto 0;
}
.e_btn {
  margin-top: 30px;
}
.e_btn a,
.e_btn span {
  display: table;
  position: relative;
  background: #fff;
  color: #333;
  padding: 0.5em 3em;
  border-radius: 100px;
  margin: 0 auto;
}
.e_btn a:after,
.e_btn span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.more_btn {
  border-top: 1px solid #ffb100;
  border-bottom: 1px solid #ffb100;
  color: #ffb100;
  margin: 50px auto 0;
  padding: 1em 0;
  letter-spacing: 0.3em;
  line-height: 1.7;
  max-width: 32em;
  font-size: 1.4rem;
  text-align: center;
}
.more_btn a {
  color: #ffb100;
  padding-left: 1em;
}
.more_btn:hover {
  border-color: #f8eccd;
}
.more_btn:hover a {
  color: #f8eccd;
}
.more_btn i {
  font-size: 100%;
  margin-left: 20px;
}
.news-bl dt {
  float: left;
  width: 7em;
  margin-bottom: 10px;
  text-align: center;
}
.news-bl dd {
  padding: 0 0 10px 9em;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
.news_list li {
  border-bottom: 1px solid #ccc;
}
.news_list li:first-child {
  border-top: 1px solid #ccc;
}
.news_list li a {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  color: #333;
}
.news_list li a:hover {
  background-color: #fff;
}
.news_list li a .news_date {
  margin-right: 20px;
  font-size: 1.2rem;
}
.news_list li a .news_category {
  background: #fff;
  border: 1px solid #f2ead2;
  color: #f2ead2;
  padding: 5px;
  margin-right: 30px;
  min-width: 140px;
  text-align: center;
}
.tbl {
  width: 100%;
  background-color: #fff;
}
.tbl th,
.tbl td {
  vertical-align: middle;
  padding: 15px;
  border: 1px solid #ccc;
}
.tbl th {
  background-color: #ffb100;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
.tbl .demerit {
  background-color: #dbd9d9;
  color: #333;
}
.tbl_new {
  width: 100%;
  border-top: 1px dotted #ccc;
  font-size: 1.4rem;
}
.tbl_new th,
.tbl_new td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
}
.tbl_new th {
  text-align: left;
  font-weight: 500;
}
.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px;
  vertical-align: middle;
}
.company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #ffb100;
  color: #fff;
  font-weight: 500;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fff;
  border-width: 10px;
  border-left-color: #ffb100;
  margin-top: -10px;
}
.company td {
  background: #fff;
  padding-left: 20px;
}
.tbl_simple {
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
.tbl_simple th,
.tbl_simple td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ccc;
}
.tbl_simple th {
  background-color: #ffb100;
  color: #fff;
  font-weight: 500;
}
.mark {
  color: #ffb100;
}
.ready {
  color: #f2ead2;
}
.cell_01 {
  width: 23%;
}
.cell_02 {
  width: 48%;
}
.cell_03 {
  width: 20%;
}
.list_common li {
  padding-bottom: 10px;
  padding-left: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.list_half {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.list_half li {
  width: 33%;
}
.list_check li {
  position: relative;
  padding: 0 0 5px 1.5em;
}
.list_check li:before {
  position: absolute;
  top: 0;
  left: 1.5em;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  content: "\f14a";
  margin: 0 5px 0 -1.5em;
  padding: 1px;
  color: #ffb100;
}
.list_note li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}
.list_note li:last-child {
  margin-bottom: 0;
}
.list_note li:before {
  content: "※";
  margin: 0 5px 0 -1.5em;
  color: #ff0000;
}
.list_disc li {
  margin-bottom: 5px;
  padding-left: 1.5em;
}
.list_disc li:last-child {
  margin-bottom: 0;
}
.list_disc li:before {
  content: "・";
  margin: 0 5px 0 -1em;
  color: #ffb100;
}
.list_line li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.list_line li:after {
  position: absolute;
  right: 0;
  content: "/";
}
.list_line li:last-child:after {
  display: none;
}
.list_macker {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.list_macker li {
  width: 18.4%;
  margin: 0 2% 1% 0;
}
.list_macker li:nth-child(5n) {
  margin: 0 0 1% 0;
}
.rounded-list {
  counter-reset: li;
  padding-left: 1em;
  list-style: none;
}
.rounded-list li {
  position: relative;
  padding: 0.4em 0.4em 0.4em 2em;
  margin: 0.5em 0;
  background: #fafafa;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}
.rounded-list li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #ffb100;
  color: #fff;
  height: 3em;
  width: 3em;
  line-height: 2.4em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}
.ggmap {
  position: relative;
  padding-bottom: 20.25%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggcalendar {
  position: relative;
  padding-bottom: 76.25%;
  height: 0;
  overflow: hidden;
}
.ggcalendar iframe,
.ggcalendar object,
.ggcalendar embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}
.article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fef5db;
}
.article .article_image {
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article .article_detail {
  width: 40%;
  box-sizing: border-box;
  padding: 100px 0;
}
.article .article_detail .inner {
  margin: 0 auto;
  width: 80%;
}
.article.article_b {
  margin-bottom: 50px;
}
.article.article_white {
  background-color: #fff;
}
.article.article_01 .article_image {
  background-image: url(../img/article_01-2.jpg);
}
.article.article_02 .article_image {
  background-image: url(../img/article_02.jpg);
}
.article.article_03 .article_image {
  background-image: url(../img/article_03.jpg);
}
.article.article_04 .article_image {
  background-image: url(../img/article_04.jpg);
}
.article.article_05 .article_image {
  background-image: url(../img/article_05.jpg);
}
.article.article_06 .article_image {
  background-image: url(../img/article_06.jpg);
}
.article.article_07 .article_image {
  background-image: url(../img/article_07.jpg);
}
.article.article_08 .article_image {
  background-image: url(../img/article_08.jpg);
}
.article.article_09 .article_image {
  background-image: url(../img/article_09.jpg);
}
.article.article_10 .article_image {
  background-image: url(../img/article_10.jpg);
}
.article.article_11 .article_image {
  background-image: url(../img/article_11.jpg);
}
.article.article_12 .article_image {
  background-image: url(../img/article_12.jpg);
}
.article.article_13 .article_image {
  background-image: url(../img/article_13-2.jpg);
}
.article.article_14 .article_image {
  background-image: url(../img/article_14.jpg);
}
.top_blog {
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #333;
  padding-bottom: 3%;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
}
.top_blog:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #f2ead2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_blog:hover {
  color: #333;
}
.bg_01 .top_blog:hover {
  color: #fff;
}
.top_blog:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.top_blog .inner {
  padding: 20px 30px 40px;
}
.date {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}
.date_entry {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 500;
}
.top_blog_title {
  margin-bottom: 10px;
}
.top_blog_txt {
  font-size: 1.3rem;
}
.blog_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog_contents .blog_main {
  width: 65%;
}
.blog_contents .blog_side {
  width: 30%;
  background-color: #fff;
  padding: 30px;
}
.category_nav li {
  border-bottom: 1px dotted #333;
}
.category_nav li a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 25px;
  font-size: 1.6rem;
}
.category_nav li a:before {
  position: absolute;
  top: 0.6em;
  left: 0.6em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #ffb100;
  margin-right: 5px;
}
.category_nav li a:hover {
  background-color: #fbf9f7;
}
.category_nav li:last-child a {
  border-bottom: none;
}
.blog_title {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
}
.blog_title:before {
  margin-right: 5px;
  color: #ffb100;
}
.blog_title.archive:before {
  font-family: "Font Awesome 5 Free";
  content: "\f187";
  font-weight: 900;
}
.blog_title.new:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
  font-weight: 900;
}
.blog_article {
  padding: 50px 30px 80px;
  background-color: #fff;
  margin-bottom: 50px;
}
.blog_article:last-child {
  margin-bottom: 0;
}
.blog_new {
  border-bottom: 1px dotted #ffb100;
}
.blog_new:last-child {
  border-bottom: none;
}
.blog_new a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px;
}
.blog_new a .image {
  width: 40%;
}
.blog_new a .detail {
  width: 50%;
}
.blog_new a .detail .entry_title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pages {
  overflow: hidden;
  margin-top: 50px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
}
.pages .page_next a,
.pages .page_prev a {
  display: block;
  padding: 10px 20px;
  background-color: #fff;
}
.pages .page_next {
  float: left;
}
.pages .page_prev {
  float: right;
}
.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.gallery_ul a {
  display: none;
  position: relative;
  overflow: hidden;
  height: 250px;
}
.gallery_ul a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.ie .gallery_ul a img {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.gallery_ul a:first-child {
  display: block;
}
.gallery_ul span {
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
}
.gallery_ul em {
  display: block;
  font-style: normal;
  font-size: 1.2em;
}
.gallery_ul.gallery_ul_01 li {
  width: 31.3%;
  margin: 0 3% 3% 0;
}
.gallery_ul.gallery_ul_01 li:nth-child(3n) {
  margin: 0 0 3% 0;
}
.gallery_ul.gallery_ul_02 li {
  width: 22.7%;
  margin: 0 3% 3% 0;
}
.gallery_ul.gallery_ul_02 li:nth-child(4n) {
  margin: 0 0 3% 0;
}
.gallery_ul.gallery_ul_03 li {
  width: 48.5%;
  margin: 0 3% 3% 0;
}
.gallery_ul.gallery_ul_03 li:nth-child(2n) {
  margin: 0 0 3% 0;
}
.sns_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sns_list li {
  width: 24%;
  margin-right: 1.2%;
}
.sns_list li:last-child {
  margin: 0;
}
.sns_btn {
  overflow: hidden;
  color: #fff;
  position: relative;
  display: block;
  border-radius: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
}
.sns_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns_btn i {
  font-size: 2rem;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.sns_btn span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.sns_btn:hover {
  color: #fff;
}
.sns_btn:hover span {
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.facebook_btn {
  background: #4267b2;
}
.insta_btn {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.insta_btn:before {
  background: -webkit-linear-gradient(
      15deg,
      #ffdb2c,
      #f9764c 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
  background: linear-gradient(
      15deg,
      #ffdb2c,
      #f9764c 25%,
      rgba(255, 77, 64, 0) 50%
    )
    no-repeat;
}
.line_btn {
  background: #00b82b;
}
.twitter_btn {
  background: #55acee;
}
.feature_image {
  position: relative;
  overflow: hidden;
  height: 300px;
  margin-bottom: 15px;
}
.feature_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle;
}
.feature_num {
  opacity: 0.5;
  margin: -10px 0 15px;
  color: #f2dba0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1em;
}
.feature_num span {
  font-size: 5rem;
}
.point_num {
  display: block;
  position: relative;
  z-index: 2;
  left: -10px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  border: 1px solid #ffb100;
  color: #ffb100;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.point_num:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/icon_point.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  height: 13px;
}
.flex_type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.flex_type:last-child {
  margin-bottom: 0;
}
.flex_type_01 .flex_image {
  width: 32%;
}
.flex_type_01 .flex_detail {
  width: 62%;
}
.flex_type_02 .flex_image {
  width: 25%;
}
.flex_type_02 .flex_detail {
  width: 70%;
}
.order {
  order: 2;
}
.mbox {
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
  padding: 90px 70px;
}
.sbox {
  background-color: #fff;
  border: 5px solid #fef5db;
  padding: 60px;
}
.ssbox {
  background-color: #fff;
  border: 5px solid #fef5db;
  padding: 30px;
}
.faq dt {
  position: relative;
  margin-bottom: 20px;
  background: #dbc583;
  padding: 8px 16px 8px 36px;
  cursor: pointer;
}
.faq dt:before {
  content: "＋";
  position: absolute;
  top: -6px;
  left: -6px;
  font-size: 2rem;
  line-height: 35px;
  color: #fff;
  background: #996a00;
  width: 35px;
  height: 35px;
  text-align: center;
}
.faq dt:hover {
  background: #f2ead2;
}
.faq dt.active:before {
  content: "-";
}
.faq dd {
  position: relative;
  display: none;
  position: relative;
  margin-bottom: 24px;
  background: #fff;
  padding: 2em;
}
.faq dd:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  line-height: 35px;
  color: #fff;
  background: #fef5db;
  width: 35px;
  height: 35px;
  text-align: cente;
}
.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #efefef;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 5vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background-color: #ffb100;
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 2;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffb100;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #ffb100;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #ffb100;
  margin-bottom: 1vh;
}
.vertical_image {
  position: relative;
  overflow: hidden;
  height: 440px;
}
.vertical_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle;
}
.medical_image {
  position: relative;
  height: 280px;
}
.medical_image > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle;
}
.medical_image span {
  position: absolute;
  right: -15px;
  bottom: -50px;
  width: 200px;
  height: 186px;
}
.icon_image {
  width: 60px;
  margin: 0 auto 5px;
}
.index_contents {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_contents > div {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.index_contents .index_image {
  overflow: hidden;
}
.index_contents .index_image {
  background-image: url(../img/index_image.jpg);
}
.index_contents .index_detail {
  background-color: #ffb100;
  color: #fff;
  padding: 100px 3%;
}
.about_box {
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.04);
}
.about_box .inner {
  position: relative;
  padding: 90px 25px 50px;
}
.about_box.about_box_top .inner {
  padding: 50px 25px;
}
.greeting_contents {
  display: flex;
  align-items: center;
}
.greeting_contents .image {
  width: 59.72222%;
  position: relative;
  z-index: -1;
}
.greeting_contents .image img {
  display: block;
  width: 100%;
  height: 482px;
  font-family: "object-fit: cover; object-position: center;";
  object-fit: cover;
  object-position: center;
}
.greeting_contents .detail {
  margin-left: -35px;
  width: 35%;
}
.greeting_contents .title {
  margin-bottom: 30px;
  color: #ffb100;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2;
}
.greeting_contents .txt {
  line-height: 2;
}
.section_contents {
  position: relative;
}
.section_contents .section_image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 70%;
}
.section_contents .section_image figure {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.section_contents .section_image figure img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle;
}
.section_contents .section_detail {
  padding-top: 50px;
}
.section_contents .detail_title {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 500;
}
.section_contents .detail_txt {
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 2.2;
  padding: 40px;
  padding-left: 0;
  width: 60%;
}
.new_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.new_bnr li {
  position: relative;
  overflow: hidden;
  width: 32%;
  height: 320px;
  box-sizing: border-box;
}
.new_bnr li .bg {
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 3s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}
.new_bnr li .bg.bg_new_01 {
  background-image: url(../img/bg_new_01.jpg);
}
.new_bnr li .bg.bg_new_02 {
  background-image: url(../img/bg_new_02.jpg);
}
.new_bnr li .bg.bg_new_03 {
  background-image: url(../img/bg_new_03.jpg);
}
.new_bnr li a {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
}
.new_bnr li .text {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.new_bnr li .text span {
  display: block;
  font-size: 2.4rem;
}
.new_bnr li .btn {
  position: absolute;
  bottom: 58px;
  right: 50px;
  z-index: 1;
  display: block;
  width: 58px;
  height: 58px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.12s ease-in 0s;
}
.new_bnr li .btn:before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  top: 25px;
  left: 24px;
  width: 6.5px;
  height: 6.5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.12s ease-in 0s;
}
.new_bnr li:hover .bg {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.95);
}
.new_bnr li:hover .btn {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  background-color: #ffb100;
  border: 1px solid #ffb100;
}
.new_bnr li:hover .btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.img_shadow {
  position: relative;
  transition: all 0.5s ease-in 0s;
}
.img_shadow:after {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, transparent 40%, #000 100%);
  opacity: 0.45;
  transition: all 0.5s ease-in 0s;
}
.img_shadow:hover :after {
  background: linear-gradient(transparent 0%, transparent 40%, #000 100%);
  opacity: 0.65;
}
.slide_list {
  position: relative;
}
.slide_list li img {
  width: auto;
  height: 270px;
}
.slide_list li span {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.massage {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  line-height: 2.4;
}
.massage p {
  margin-bottom: 30px;
}
.massage p:last-child {
  margin-bottom: 0;
}
.medical {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: -3%;
}
.medical .child {
  width: 31.3%;
  margin: 0 3% 3% 0;
  padding: 0 3% 3% 0;
  border-right: 1px solid #ccc;
}
.medical .child:nth-child(3n) {
  margin: 0 0 3% 0;
  padding-right: 0;
  border-right: none;
}
.medical_link {
  margin-top: 60px;
}
.medical_link li {
  margin-bottom: 15px;
  position: relative;
  display: block;
  padding-left: 1em;
  color: #333;
  font-size: 2rem;
}
.medical_link li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  position: absolute;
  top: 0.1em;
  left: 0;
  font-size: 1.6rem;
}
.medical_link li span {
  display: block;
  font-size: 1.6rem;
}
.medical_link_01 li:before {
  color: #7fcc99;
}
.medical_link_02 li:before {
  color: #8fbcdb;
}
.medical_link_03 li:before {
  color: #e1ab7e;
}
.img_big {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: calc(50% - 50vw);
}
.img_big .inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.img_big .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  background: #fbf9f7;
  width: 690px;
  height: calc(100% + 100px);
  margin-left: 30px;
}
.img_big .inner div {
  position: relative;
  z-index: 1;
  max-width: 1035px;
  margin-right: 30px;
  margin-bottom: 80px;
  margin-left: auto;
}
.img_big .inner div img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.trouble {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.trouble li {
  position: relative;
  width: 20%;
  margin-bottom: 3%;
}
.trouble li:nth-child(even) {
  margin-top: -3%;
}
.trouble li a {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.trouble li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.news_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news_top .news_title {
  width: 20%;
}
.news_top .news_title .mtitle_news {
  margin-bottom: 0;
}
.blog_topics {
  width: 77%;
  font-size: 1.3rem;
}
.blog_topics li a {
  display: block;
  color: #333;
  padding: 15px;
}
.blog_topics li a:hover {
  background-color: #fff;
}
.blog_topics li a .topics_detail {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}
.blog_topics li a .topics_detail .image {
  width: 10%;
}
.blog_topics li a .topics_detail .text {
  width: 80%;
  margin-left: 10px;
}
.blog_topics li a .time_date {
  width: 120px;
  font-size: 1.2rem;
}
.blog_topics_list {
  width: 100%;
}
.blog_topics_list li a {
  color: #333;
}
.manufacturer {
  margin-top: 60px;
}
.manufacturer li {
  display: inline-block;
  margin: 0 20px;
  width: 160px;
  vertical-align: top;
}
.manufacturer_bike {
  margin-top: 60px;
}
.manufacturer_bike li {
  display: inline-block;
  margin: 0 20px;
  width: 240px;
  vertical-align: top;
}
.manufacturer_bike li a {
  color: #333;
}
.manufacturer_bike li span {
  font-size: 0.8em;
}
.img_contents {
  overflow: hidden;
  position: relative;
  padding-top: 120px;
  margin-bottom: 80px;
}
.img_contents .img_area {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -270px;
  z-index: 1;
}
.img_contents .img_container {
  position: relative;
  z-index: 2;
}
.img_contents .img_container .txt_01 {
  margin-bottom: 50px;
}
.bg_image {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.bg_image:last-child {
  margin-bottom: 0;
}
.bg_image .photobx {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.bg_image .photobx_r {
  justify-content: flex-end;
}
.bg_image .pbx {
  background: rgba(255, 177, 0, 0.8);
  color: #fff;
  width: 50%;
  vertical-align: middle;
  padding: 100px 60px;
}
.bg_image_01 {
  background-image: url(../img/bg_image_01.jpg);
  background-position: center bottom;
  background-size: cover;
}
.bg_image_02 {
  background-image: url(../img/bg_image_02.jpg);
  background-size: cover;
}
.bg_image_03 {
  background-image: url(../img/bg_image_03.jpg);
  background-size: cover;
}
.bg_image_04 {
  background-image: url(../img/bg_image_04.jpg);
  background-size: cover;
}
.bg_image_05 {
  background-image: url(../img/bg_image_05.jpg);
  background-size: cover;
}
.movie {
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.movie_bg {
  position: relative;
  background: url("../img/bg_movie.jpg") center center/cover no-repeat;
  width: 100%;
  height: 400px;
  transition: 0.6s ease-in-out;
}
.movie_bg:hover {
  transform: scale(1.1);
}
.movie_bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.movie_text {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-align: center;
}
.movie_link {
  pointer-events: auto;
}
.txt_animation {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.txt_animation.is-animated {
  clip-path: inset(0);
}
.zoomin {
  opacity: 0;
}
.zoomin.is-animated {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeup {
  opacity: 0;
}
.fadeup:nth-child(odd).is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.fadeup:nth-child(even).is-animated {
  animation: fadebottom 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadebottom {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.half_image {
  margin: 0 auto;
  width: 50%;
}
.fee {
  margin: 0 5px;
  font-size: 1.2em;
  font-weight: 500;
}
.dotted {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #ffb100;
}
.dotted:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.font_ss {
  font-size: 1rem;
}
.font_s {
  font-size: 1.2rem;
}
.font_m {
  font-size: 1.4rem;
}
.font_l {
  font-size: 1.6rem;
}
.num {
  color: #f2ead2;
  font-size: 1.5em;
  margin: 0 5px;
}
.fly {
  display: block;
}
.fly span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fly:hover span {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.aesthetic {
  margin: 0 auto 20px;
  width: 70%;
}
.macker {
  background-image: -webkit-linear-gradient(left, transparent 50%, #f2dba0 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #f2dba0 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #f2dba0 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #f2dba0 50%);
  background-image: linear-gradient(left, transparent 50%, #f2dba0 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.3em;
  background-position: 0 1em;
  transition: all 3.5s ease;
  font-style: normal;
  font-weight: bold;
  padding: 0 5px;
}
.macker.active {
  background-position: -100% 0.8em;
}
.cut {
  overflow: hidden;
  zoom: 1;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animation-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 101%;
  }
}
@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 101%;
    width: 0;
  }
}
@-webkit-keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation.move .animation-bar:before {
  -webkit-animation: animation-bar 1s ease 0s 1 normal forwards;
  animation: animation-bar 1s ease 0s 1 normal forwards;
}
.animation.move .animation-txt {
  -webkit-animation: animation-txt 0s ease 0.5s 1 normal forwards;
  animation: animation-txt 0s ease 0.5s 1 normal forwards;
}
.animation .animation-box {
  display: block;
  text-align: center;
}
.animation .animation-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.animation .animation-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #ffb100;
}
.animation .animation-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.effect_fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 2s;
}
.effect_fade.effect_scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.page_title_box {
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg_01_before.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 60vh;
}
.page_title_box:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mtitle_page {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.2;
  text-align: center;
}
.mtitle_page span {
  display: block;
  font-size: 4rem;
}
.mtitle_page span:first-letter {
  color: #ffb100;
}
.breadcrumb_box {
  padding: 10px 0;
}
.breadcrumb_box .breadcrumb {
  width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  font-size: 1.3rem;
}
.breadcrumb_box .breadcrumb li {
  display: inline;
}
.breadcrumb_box .breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}
.breadcrumb_box .breadcrumb li .home:before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
}
.form_dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dotted #ccc;
  padding: 2% 1%;
}
.form_dl dt {
  width: 30%;
  background-color: #ffb100;
  color: #fff;
  padding: 1% 2% 1.5%;
}
.form_dl dd {
  width: 65%;
}
.file_list li {
  margin-bottom: 0.5em;
}
.form .form-contents {
  background: transparent;
  padding: 0;
}
.form .form-contents dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none;
  padding: 2% 1%;
  margin-bottom: 0;
}
.form .form-contents form dl dt:not(.pattern-exclusion) {
  width: 30%;
  background-color: #ffb100;
  color: #fff;
  padding: 1% 2% 1.5%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.form .form-contents form dl dd:not(.pattern-exclusion) {
  width: 65%;
  padding: 1% 0 1.5%;
  border-bottom: none;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.form .form-contents dd:not(.pattern-exclusion) .textarea {
  border-radius: 0;
  border: none;
}
.form .form-contents dd:not(.pattern-exclusion) input.textarea {
  height: 40px;
}
.form label {
  margin-right: 5px;
}
.form .form-pattern-1 .submit-btn {
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  border-radius: 5em;
  padding: 1.5em 3em;
}
.form .form-pattern-1 .submit-btn:hover {
  background-color: rgba(38, 38, 38, 0.9);
}
.form .required,
.form .form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
  position: relative;
  top: -1px;
  background: #ce0808;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
  font-size: 1.1rem;
}
.form .textarea,
.form textarea {
  border: none;
  background-color: #fff;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.form .textarea {
  height: 40px;
}
.form .textarea_02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea_02:last-child {
  margin-right: 0;
}
.form .textarea_03 {
  width: 20%;
  margin-right: 1%;
}
.form .selectarea {
  border: none;
  border-radius: 0;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
  height: 30px;
}
.form button {
  display: inline-block;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease-in-out 0s;
  font-family: "YakuHanJP", Lato, "Kiwi Maru", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  font-size: 1.5rem;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding: 0 0 3px 20px;
  display: inline-block;
  line-height: 1.2;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 1px;
  top: 3px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #ffb100;
  z-index: 1;
}
.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type="radio"]:checked {
  box-shadow: none;
}
.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding: 0 0 3px 25px;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.2;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #ffb100;
  border-bottom: 3px solid #ffb100;
  transform: rotate(45deg);
  z-index: 1;
}
.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type="checkbox"]:checked {
  box-shadow: none;
}
.form label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 41px 0px #eee;
}
#ui-datepicker-div {
  z-index: 3 !important;
}
.payment_wrap {
  text-align: center;
}
.payment {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment img {
  margin: 10px;
}
@media screen and (max-width: 667px) {
  .payment img {
    margin: 0;
  }
}

/*# sourceMappingURL=basis.css.map */
