* {
  font-weight: 400;
  box-sizing: border-box;
}

html {
  font-size: 100px !important;
}

body {
  margin: 0;
  font-size: 0.16rem;
  line-height: 1.5;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: inherit;
  color: inherit;
  transition: all 1s;
}

a:link,
a:visited {
  color: inherit;
}

a:hover,
a:focus {
  opacity: 0.5;
  outline: none;
}

#contents,
#main,
#main #col_main {
  width: 100%;
}

#main #col_main {
  float: none;
}

#contents_wrap,
header#global_header,
footer#global_footer {
  min-width: 0;
}

img.imgL {
  max-width: initial;
  margin: 0;
}

figure,
p,
ul {
  margin: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

header#global_header {
  min-width: 0 !important;
  width: 100%;
}

#contents_wrap {
  min-width: 0 !important;
  width: 100%;
}

#contents {
  width: 100%;
}

#main {
  width: 100%;
}

#main #col_main {
  float: none;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 834px) {
  #main #col_main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ly_header__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 40px;
}
@media screen and (max-width: 640px) {
  .ly_header__inner {
    padding: 20px 20px;
  }
}

.ly_content--inner_small {
  max-width: calc(1280px - 400px);
  margin: 0 auto;
  padding: 0 40px;
}

.ly_footer__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 40px;
}
@media screen and (max-width: 640px) {
  .ly_footer__inner {
    padding: 20px 20px;
  }
}

.bl_btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 10px 0.5em;
  text-align: center;
  font-size: 0.16rem;
  border: 2px solid #dadada;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .bl_btn {
    font-size: calc(0.16rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_btn {
    font-size: calc(0.16rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_btn {
    font-size: calc(0.16rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_btn {
    font-size: calc(0.24rem);
  }
}
.bl_btn--size_s {
  width: 260px;
}
.bl_btn--size_l {
  width: 400px;
  padding: 55px 0.5em;
  font-size: 0.2rem;
}
@media screen and (min-width: 641px) {
  .bl_btn--size_l {
    font-size: calc(0.2rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_btn--size_l {
    font-size: calc(0.2rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_btn--size_l {
    font-size: calc(0.2rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_btn--size_l {
    font-size: calc(0.24rem);
  }
}
.bl_btn--side_icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.bl_btn--side_icon > i {
  margin-right: 10px;
}
.bl_btn--triangle {
  position: relative;
}
.bl_btn--triangle::before {
  content: "";
  border-top: 25px solid transparent;
  border-right: 25px solid #dadada;
  border-bottom: 25px solid #dadada;
  border-left: 25px solid transparent;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.bl_btn-drawer {
  display: block;
  width: 40px;
  padding: 15px 0;
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 1000;
}
@media screen and (min-width: 835px) {
  .bl_btn-drawer {
    display: none;
  }
}
.bl_btn-drawer__line1, .bl_btn-drawer__line2, .bl_btn-drawer__line3 {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(155, 155, 155);
  position: absolute;
  transition: all 0.5s ease;
}
.bl_btn-drawer__line1 {
  top: 0;
}
.bl_btn-drawer__line2 {
  top: 50%;
  transform: translateY(-50%);
}
.bl_btn-drawer__line3 {
  top: 100%;
  transform: translateY(-100%);
}

.is_open .bl_btn-drawer__line1 {
  transform: translate(0, 15px) rotate(45deg);
}
.is_open .bl_btn-drawer__line2 {
  display: none;
}
.is_open .bl_btn-drawer__line3 {
  transform: translate(0, -15px) rotate(-45deg);
}

html, body {
  height: 100%;
}

@media screen and (min-width: 835px) {
  .ly_header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
  }
}

.is_open {
  overflow: hidden;
}
.is_open .header {
  height: 100%;
  position: relative;
}
.is_open .bl_nav {
  transform: translate(0, 0);
}

@media screen and (max-width: 834px) {
  .bl_nav {
    width: 100%;
    height: 100%;
    padding-top: 10vh;
    background-color: #dadada;
    overflow: scroll;
    font-size: 0.2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translate(-100%, 0);
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 835px) {
  .bl_nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .bl_nav__list {
    width: 100%;
    padding: 20px 0.5em;
    text-align: left;
    border-bottom: 1px solid white;
  }
}
@media screen and (min-width: 835px) {
  .bl_nav__list {
    text-align: center;
  }
  .bl_nav__list :last-child {
    margin-right: 0;
  }
}
.bl_nav__list > a {
  display: block;
}

.bl_dropDown {
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .bl_dropDown {
    height: 0px;
  }
}
@media screen and (min-width: 835px) {
  .bl_dropDown {
    width: -moz-max-content;
    width: max-content;
    height: 0;
    opacity: 0;
    position: absolute;
    right: 50%;
    z-index: 10;
    transform: translate(50%, 0);
  }
}
@media screen and (min-width: 835px) {
  .bl_dropDown__list {
    padding: 10px;
    border-bottom: 1px solid #cda270;
    background-color: white;
  }
}
@media screen and (max-width: 834px) {
  .bl_dropDown__list {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .bl_dropDown > li:first-child {
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .bl_dropDown > li:last-child {
    margin-bottom: 0;
  }
}

.has_dropDown {
  position: relative;
}

@media screen and (min-width: 835px) {
  .has_dropDown:hover .bl_dropDown {
    height: auto;
    opacity: 1;
  }
}

@media screen and (min-width: 835px) {
  .has_dropDown__btn {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .has_dropDown__btn {
    padding: 10px;
    position: absolute;
    top: 15px;
    right: 20px;
    transform: translate(0, 0);
    z-index: 10;
  }
}

@media screen and (max-width: 834px) {
  .is_checked .bl_dropDown {
    height: auto;
    transition: 0.2s;
  }
}

@media screen and (max-width: 834px) {
  .is_checked .has_dropDown__btn {
    transform: translate(0, 0) rotate(45deg);
  }
}

.bl_eye-catch {
  width: 100%;
  position: relative;
}
.bl_eye-catch__image {
  width: 100%;
  height: 100% !important;
  max-height: 600px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_eye-catch__title {
  width: 100%;
  font-size: 0.3rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 641px) {
  .bl_eye-catch__title {
    font-size: calc(0.3rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_eye-catch__title {
    font-size: calc(0.3rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_eye-catch__title {
    font-size: calc(0.3rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_eye-catch__title {
    font-size: calc(0.72rem);
  }
}
.bl_eye-catch__title span {
  display: inline-block;
  white-space: nowrap;
}

.bl_sub-eye-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  font-size: 0.3rem;
}
@media screen and (min-width: 641px) {
  .bl_sub-eye-catch {
    font-size: calc(0.3rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_sub-eye-catch {
    font-size: calc(0.3rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_sub-eye-catch {
    font-size: calc(0.3rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_sub-eye-catch {
    font-size: calc(0.48rem);
  }
}

.form_wrap.bl_dl-reset > dl, .form_wrap.bl_dl-news > dl {
  width: 100%;
}
.form_wrap.bl_dl-reset > dl:last-of-type > dt, .form_wrap.bl_dl-news > dl:last-of-type > dt, .form_wrap.bl_dl-reset > dl:last-of-type > dd, .form_wrap.bl_dl-news > dl:last-of-type > dd {
  border: none;
}
.form_wrap.bl_dl-reset > dl > dt, .form_wrap.bl_dl-news > dl > dt, .form_wrap.bl_dl-reset > dl > dd, .form_wrap.bl_dl-news > dl > dd {
  border: none;
  background-color: transparent;
  padding: 0;
}

.form_wrap.bl_dl-news {
  height: 630px;
  overflow-y: scroll;
}
.form_wrap.bl_dl-news::-webkit-scrollbar {
  width: 5px;
}
.form_wrap.bl_dl-news::-webkit-scrollbar-track {
  background-color: white;
}
.form_wrap.bl_dl-news::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 5px;
}
.form_wrap.bl_dl-news dl {
  flex-direction: column;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .form_wrap.bl_dl-news dl:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .form_wrap.bl_dl-news > dl > dt {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .form_wrap.bl_dl-news > dl > dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .form_wrap.bl_dl-news > dl > dd {
    width: 100%;
  }
}

.bl_map {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.bl_map > iframe {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.bl_map--4-1 {
  padding-top: 100%;
}
@media screen and (min-width: 835px) {
  .bl_map--4-1 {
    padding-top: 62.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .bl_map--4-1 {
    padding-top: 25%;
  }
}
.bl_map--4-3 {
  padding-top: 100%;
}
@media screen and (min-width: 835px) {
  .bl_map--4-3 {
    padding-top: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .bl_map--4-3 {
    padding-top: 36%;
  }
}
.bl_map--16-9 {
  padding-top: 100%;
}
@media screen and (min-width: 835px) {
  .bl_map--16-9 {
    padding-top: 56.25%;
  }
}
@media only screen and (min-width: 1200px) {
  .bl_map--16-9 {
    padding-top: 30%;
  }
}

.bl_pankuzu {
  font-size: 0.14rem;
  margin-top: 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .bl_pankuzu {
    margin-bottom: 80px;
  }
}
.bl_pankuzu .pankuzu {
  display: flex;
}
.bl_pankuzu .pankuzu > li {
  margin-right: 10px;
}
.bl_pankuzu .pankuzu > li:last-child {
  margin-right: 0;
}

.bl_h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .bl_h2 {
    margin-bottom: calc(40px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_h2 {
    margin-bottom: calc(40px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_h2 {
    margin-bottom: calc(40px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_h2 {
    margin-bottom: calc(60px);
  }
}
.bl_h2 > article > h2 {
  font-size: 0.24rem;
  position: relative;
  border-bottom: 2px solid #dadada;
  padding: 10px 0;
}
@media screen and (min-width: 641px) {
  .bl_h2 > article > h2 {
    font-size: calc(0.24rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_h2 > article > h2 {
    font-size: calc(0.24rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_h2 > article > h2 {
    font-size: calc(0.24rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_h2 > article > h2 {
    font-size: calc(0.36rem);
  }
}
.bl_h2 > article > h2:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 20%;
  height: 2px;
  content: "";
  background: #cda270;
}

.bl_h3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .bl_h3 {
    margin-bottom: calc(20px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_h3 {
    margin-bottom: calc(20px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_h3 {
    margin-bottom: calc(20px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_h3 {
    margin-bottom: calc(40px);
  }
}
.bl_h3 > article > h3 {
  font-size: 0.18rem;
  padding-left: 5px;
  border-left: solid 4px #dadada;
}
@media screen and (min-width: 641px) {
  .bl_h3 > article > h3 {
    font-size: calc(0.18rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_h3 > article > h3 {
    font-size: calc(0.18rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_h3 > article > h3 {
    font-size: calc(0.18rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_h3 > article > h3 {
    font-size: calc(0.3rem);
  }
}

.bl_flexbox-card .box {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.bl_flexbox-card div.box:last-child {
  margin-bottom: 0;
}
.bl_flexbox-card .box > article > img {
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_flexbox-card .box > article > h3 {
  margin-bottom: 10px;
  font-size: 0.2rem;
  border-bottom: 1px solid #dadada;
}
@media screen and (min-width: 641px) {
  .bl_flexbox-card .box > article > h3 {
    font-size: calc(0.2rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_flexbox-card .box > article > h3 {
    font-size: calc(0.2rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_flexbox-card .box > article > h3 {
    font-size: calc(0.2rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_flexbox-card .box > article > h3 {
    font-size: calc(0.26rem);
  }
}
@media screen and (min-width: 641px) {
  .bl_flexbox-card--col2 .box {
    width: calc((100% - (40px * 1)) / 2);
  }
}

.bl_flexbox-media {
  display: flex;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 640px) {
  .bl_flexbox-media {
    flex-direction: column !important;
  }
}
@media screen and (min-width: 641px) {
  .bl_flexbox-media {
    align-items: center;
  }
}
.bl_flexbox-media .box {
  flex: 50%;
}
@media screen and (max-width: 640px) {
  .bl_flexbox-media div.box:first-child {
    margin-bottom: 40px;
  }
}
.bl_flexbox-media div.box:last-child {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .bl_flexbox-media.odd .box:first-child {
    text-align: center;
    margin-right: 40px;
  }
}
@media screen and (min-width: 641px) {
  .bl_flexbox-media.even {
    flex-direction: row-reverse !important;
  }
}
@media screen and (min-width: 641px) {
  .bl_flexbox-media.even div.box:first-child {
    text-align: center;
  }
}
@media screen and (min-width: 641px) {
  .bl_flexbox-media.even div.box:last-child {
    margin-right: 40px;
  }
}
.bl_flexbox-media .box > img {
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.form_wrap.bl_form dl:last-of-type > dt,
.form_wrap.bl_form dl:last-of-type > dd {
  border: none;
}
.form_wrap.bl_form dt, .form_wrap.bl_form dd {
  border: none;
}
.form_wrap.bl_form dt {
  flex-direction: row;
  justify-content: flex-start;
  background-color: transparent;
}
.form_wrap.bl_form dd input {
  padding: 10px 5px !important;
}

.bl_form-anuc {
  margin-bottom: 20px;
  font-size: 0.14rem;
  color: rgb(201, 83, 83);
}
@media screen and (min-width: 641px) {
  .bl_form-anuc {
    margin-bottom: calc(20px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_form-anuc {
    margin-bottom: calc(20px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_form-anuc {
    margin-bottom: calc(20px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_form-anuc {
    margin-bottom: calc(40px);
  }
}

section form p.annot {
  display: none;
}

form .mail.title {
  display: none;
}

.form_wrap.confirm {
  margin-top: 60px;
}

.bl_tbl-reset td, .bl_tbl-open td {
  padding: 0 !important;
  border: none;
}

.bl_tbl-open table {
  table-layout: auto;
}
.bl_tbl-open td {
  padding: 10px !important;
}

.bl_privacy-policy h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 0.2rem;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width: 641px) {
  .bl_privacy-policy h2 {
    margin-bottom: calc(20px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_privacy-policy h2 {
    margin-bottom: calc(20px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_privacy-policy h2 {
    margin-bottom: calc(20px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_privacy-policy h2 {
    margin-bottom: calc(30px);
  }
}
@media screen and (min-width: 641px) {
  .bl_privacy-policy h2 {
    font-size: calc(0.2rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_privacy-policy h2 {
    font-size: calc(0.2rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_privacy-policy h2 {
    font-size: calc(0.2rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_privacy-policy h2 {
    font-size: calc(0.3rem);
  }
}
.bl_privacy-policy p {
  margin-bottom: 60px;
}
@media screen and (min-width: 641px) {
  .bl_privacy-policy p {
    margin-bottom: calc(60px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .bl_privacy-policy p {
    margin-bottom: calc(60px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .bl_privacy-policy p {
    margin-bottom: calc(60px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .bl_privacy-policy p {
    margin-bottom: calc(120px);
  }
}
.bl_privacy-policy p p:last-of-type {
  margin-bottom: 0;
}

a.privacy-policy {
  color: rgb(81, 151, 255);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is_open-modal {
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .is_open-modal .bl_modal {
    display: block;
  }
}
@media screen and (min-width: 835px) {
  .is_open-modal .bl_modal {
    display: none;
  }
}

.bl_modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.5s;
}
.bl_modal__wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow: scroll;
  padding: 40px 20px;
  background-color: #ffffff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.bl_modal__btn-wrapper {
  text-align: right;
}
.bl_modal__close {
  font-size: 0.18rem;
  margin-bottom: 20px;
}

.bl_fixed-btm {
  display: block;
}
@media screen and (min-width: 835px) {
  .bl_fixed-btm {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bl_fixed-btm {
    position: fixed;
    bottom: 0;
    z-index: 500;
  }
}

.hp_mid-mb {
  margin-bottom: 60px;
}
@media screen and (min-width: 641px) {
  .hp_mid-mb {
    margin-bottom: calc(60px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .hp_mid-mb {
    margin-bottom: calc(60px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .hp_mid-mb {
    margin-bottom: calc(60px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .hp_mid-mb {
    margin-bottom: calc(120px);
  }
}

.hp_txt-align_right {
  text-align: right;
}

.hp_txt-break {
  display: inline-block;
  white-space: nowrap;
}

header .ly_header {
  background-color: rgb(255, 255, 255);
}
header .logo-wrapper {
  max-width: 235px;
  max-height: 40px;
}
header .ly_header__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 835px) {
  header .ly_header__inner {
    border-bottom: 1px solid #dadada;
  }
}
header .row-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 835px) {
  header .row-1 {
    margin-bottom: 35px;
  }
}
header .reserve {
  display: none;
}
@media screen and (min-width: 835px) {
  header .reserve {
    display: block;
    margin-left: auto;
    margin-right: 1.5625%;
    color: #cda270;
    font-size: 0.16rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 835px) and (min-width: 641px) {
  header .reserve {
    font-size: calc(0.16rem * 1.2);
  }
}
@media screen and (min-width: 835px) and (min-width: 835px) {
  header .reserve {
    font-size: calc(0.16rem * 1.4);
  }
}
@media only screen and (min-width: 835px) and (min-width: 1000px) {
  header .reserve {
    font-size: calc(0.16rem * 1.6);
  }
}
@media only screen and (min-width: 835px) and (min-width: 1200px) {
  header .reserve {
    font-size: calc(0.3rem);
  }
}
header .tel.bl_btn,
header .contact.bl_btn {
  display: none;
}
@media only screen and (min-width: 1200px) {
  header .tel.bl_btn,
  header .contact.bl_btn {
    display: flex;
    color: #333333;
  }
}
header .tel.bl_btn > i,
header .contact.bl_btn > i {
  color: #dadada;
}
header .tel {
  margin-right: 1.04166%;
}
@media screen and (max-width: 1199px) {
  header .tel {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-right: 0;
    border-radius: 60px;
    border: 1px solid #cda270 !important;
    background-color: white;
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  header .tel {
    bottom: 80px;
  }
}
@media screen and (max-width: 1199px) {
  header .tel > i {
    margin-right: 0;
    color: #cda270 !important;
  }
}
@media screen and (max-width: 1199px) {
  header .tel > span {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  header .open-btn {
    width: 100%;
    padding: 20px 40px;
    color: rgb(255, 255, 255);
    background-color: #cda270;
    left: 0;
    font-size: 0.16rem;
    font-family: "Shippori Mincho", serif;
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: -4px;
  }
}
header .bl_nav {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  header .bl_nav__list {
    width: 14.2857142857%;
  }
}
@media only screen and (min-width: 1200px) {
  header .bl_nav__list {
    width: 10.7142862857%;
    margin-right: 4.166666%;
  }
}
header .bl_nav__list > a {
  font-family: "EB Garamond", serif;
}
header .bl_nav__list > a::after,
header .bl_dropDown__list {
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 1200px) {
  header .bl_nav__list.contact {
    display: none;
  }
}
header .bl_eye-catch {
  margin-bottom: 60px;
  color: rgb(255, 255, 255);
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 641px) {
  header .bl_eye-catch {
    margin-bottom: calc(60px *1.2);
  }
}
@media screen and (min-width: 835px) {
  header .bl_eye-catch {
    margin-bottom: calc(60px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  header .bl_eye-catch {
    margin-bottom: calc(60px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  header .bl_eye-catch {
    margin-bottom: calc(150px);
  }
}
header .bl_eye-catch__title {
  text-shadow: 0 0 10px #dc7715, 0 0 10px #dc7715;
}
header .bl_eye-catch__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d6bb9c;
  filter: blur(40px);
  -webkit-filter: blur(40px);
  -moz-filter: blur(40px);
  -o-filter: blur(40px);
  -ms-filter: blur(40px);
  position: absolute;
  z-index: -1;
}
header .slick-track {
  display: flex;
}
header .slick-slide {
  height: auto !important;
}

footer .ly_footer {
  padding-top: 20px;
  background-color: #dadada;
}
footer .logo-wrapper,
footer .copyright {
  text-align: center;
}
footer .logo-wrapper {
  margin-bottom: 20px;
}
footer .logo-wrapper img {
  width: 235px;
  max-width: 100%;
}
footer .copyright {
  font-family: "Shippori Mincho", serif;
  font-size: 0.14rem;
}

html {
  overflow-x: hidden;
}

section:has(.top.concept) {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  overflow-x: hidden;
}

.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.top.concept {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  padding-top: 110px;
  margin-bottom: 60px;
}
@media screen and (min-width: 641px) {
  .top.concept {
    margin-bottom: calc(60px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .top.concept {
    margin-bottom: calc(60px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .top.concept {
    margin-bottom: calc(60px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .top.concept {
    margin-bottom: calc(150px);
  }
}
@media screen and (max-width: 1199px) {
  .top.concept {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 640px) {
  .top.concept {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .top.concept {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .top.concept {
    justify-content: space-between;
    flex-wrap: nowrap !important;
  }
}
@media only screen and (min-width: 1200px) {
  .top.concept > div:first-child {
    flex: 22.85714%;
  }
}
@media screen and (max-width: 1199px) {
  .top.concept > div:first-child {
    margin-bottom: 40px;
    margin-bottom: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) and (min-width: 641px) {
  .top.concept > div:first-child {
    margin-bottom: calc(40px *1.2);
  }
}
@media screen and (max-width: 1199px) and (min-width: 835px) {
  .top.concept > div:first-child {
    margin-bottom: calc(40px * 1.4);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .top.concept > div:first-child {
    margin-bottom: calc(40px * 1.6);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .top.concept > div:first-child {
    margin-bottom: calc(60px);
  }
}
@media screen and (max-width: 1199px) and (min-width: 641px) {
  .top.concept > div:first-child {
    margin-bottom: calc(60px *1.2);
  }
}
@media screen and (max-width: 1199px) and (min-width: 835px) {
  .top.concept > div:first-child {
    margin-bottom: calc(60px * 1.4);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .top.concept > div:first-child {
    margin-bottom: calc(60px * 1.6);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .top.concept > div:first-child {
    margin-bottom: calc(100px);
  }
}
.top.concept > div:first-child h3 {
  margin-bottom: 10px;
  font-size: 0.32rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 641px) {
  .top.concept > div:first-child h3 {
    font-size: calc(0.32rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .top.concept > div:first-child h3 {
    font-size: calc(0.32rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .top.concept > div:first-child h3 {
    font-size: calc(0.32rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .top.concept > div:first-child h3 {
    font-size: calc(0.48rem);
  }
}
@media screen and (max-width: 1199px) {
  .top.concept > div:first-child h3 {
    margin-bottom: 5px;
  }
}
.top.concept > div:first-child div {
  color: #cda270;
  font-family: "EB Garamond", serif;
}
.top.concept > div:last-child div {
  color: #333333;
  font-family: "Shippori Mincho", serif;
}
.top.news {
  display: flex;
  max-width: 1920px;
  margin-bottom: 60px;
  padding: 0 40px;
}
@media screen and (min-width: 641px) {
  .top.news {
    margin-bottom: calc(60px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .top.news {
    margin-bottom: calc(60px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .top.news {
    margin-bottom: calc(60px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .top.news {
    margin-bottom: calc(150px);
  }
}
@media screen and (max-width: 640px) {
  .top.news {
    padding: 0 20px;
  }
}
.top.news__image {
  width: 50%;
  margin-right: 5.43478%;
}
@media screen and (max-width: 1199px) {
  .top.news__image {
    display: none;
  }
}
.top.news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top.news__list-wrapper {
  flex: 1;
}
.top.news__list dt {
  font-family: "EB Garamond", serif;
}
.top.news__list dd {
  font-family: "Shippori Mincho", serif;
}
.top.news__title, .top.info__title, .top.about-title {
  margin-bottom: 60px;
}
@media screen and (min-width: 641px) {
  .top.news__title, .top.info__title, .top.about-title {
    margin-bottom: calc(60px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .top.news__title, .top.info__title, .top.about-title {
    margin-bottom: calc(60px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .top.news__title, .top.info__title, .top.about-title {
    margin-bottom: calc(60px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .top.news__title, .top.info__title, .top.about-title {
    margin-bottom: calc(100px);
  }
}
.top.news__title article > h2, .top.info__title article > h2, .top.about-title article > h2 {
  margin-bottom: 20px;
  font-size: 0.3rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 641px) {
  .top.news__title article > h2, .top.info__title article > h2, .top.about-title article > h2 {
    font-size: calc(0.3rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .top.news__title article > h2, .top.info__title article > h2, .top.about-title article > h2 {
    font-size: calc(0.3rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .top.news__title article > h2, .top.info__title article > h2, .top.about-title article > h2 {
    font-size: calc(0.3rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .top.news__title article > h2, .top.info__title article > h2, .top.about-title article > h2 {
    font-size: calc(0.48rem);
  }
}
@media screen and (max-width: 1199px) {
  .top.news__title article > h2, .top.info__title article > h2, .top.about-title article > h2 {
    margin-bottom: 10px;
    text-align: center !important;
  }
}
.top.news__title div, .top.info__title div, .top.about-title div {
  color: #cda270;
  font-size: 0.18rem;
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 641px) {
  .top.news__title div, .top.info__title div, .top.about-title div {
    font-size: calc(0.18rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .top.news__title div, .top.info__title div, .top.about-title div {
    font-size: calc(0.18rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .top.news__title div, .top.info__title div, .top.about-title div {
    font-size: calc(0.18rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .top.news__title div, .top.info__title div, .top.about-title div {
    font-size: calc(0.24rem);
  }
}
@media screen and (max-width: 1199px) {
  .top.news__title div, .top.info__title div, .top.about-title div {
    text-align: center !important;
  }
}
.top.info {
  max-width: 1920px;
  margin-bottom: 60px;
  padding: 100px 40px;
}
@media screen and (min-width: 641px) {
  .top.info {
    margin-bottom: calc(60px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .top.info {
    margin-bottom: calc(60px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .top.info {
    margin-bottom: calc(60px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .top.info {
    margin-bottom: calc(150px);
  }
}
@media screen and (max-width: 640px) {
  .top.info {
    padding: 100px 20px;
  }
}
.top.info__title, .top.about-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .top.info__title, .top.about-title {
    margin-bottom: calc(40px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .top.info__title, .top.about-title {
    margin-bottom: calc(40px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .top.info__title, .top.about-title {
    margin-bottom: calc(40px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .top.info__title, .top.about-title {
    margin-bottom: calc(60px);
  }
}
.top.info__lists {
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .top.info__lists {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .top.info__lists {
    margin-top: -1.5625%;
  }
}
@media screen and (max-width: 1199px) {
  .top.info__lists .box {
    width: 49.21875%;
    margin-right: 1.5625%;
    margin-bottom: 1.5625%;
  }
}
@media screen and (max-width: 640px) {
  .top.info__lists .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .top.info__lists .box {
    width: 23.828125%;
    margin-right: 1.5625%;
  }
}
@media screen and (max-width: 1199px) {
  .top.info__lists > div:nth-child(even) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .top.info__lists > div:last-child {
    margin-right: 0;
  }
}
.top.info__lists .box > article {
  position: relative;
}
@media screen and (max-width: 640px) {
  .top.info__lists .box > article {
    max-width: 440px;
    margin: 0 auto;
  }
}
.top.info__lists .box > article > img {
  width: 100%;
}
.top.info__lists .box > article > h3 {
  display: none;
}
.top.info__lists .box > article > div {
  width: 100%;
  padding: 0.9em 0;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}
@media screen and (min-width: 641px) {
  .top.info__lists .box > article > div {
    font-size: calc(0.2rem * 1.2);
  }
}
@media screen and (min-width: 835px) {
  .top.info__lists .box > article > div {
    font-size: calc(0.2rem * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .top.info__lists .box > article > div {
    font-size: calc(0.2rem * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .top.info__lists .box > article > div {
    font-size: calc(0.36rem);
  }
}
.top.about {
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 40px;
}
@media screen and (min-width: 641px) {
  .top.about {
    margin-bottom: calc(60px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .top.about {
    margin-bottom: calc(60px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .top.about {
    margin-bottom: calc(60px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .top.about {
    margin-bottom: calc(150px);
  }
}
@media screen and (max-width: 640px) {
  .top.about {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .top.about {
    display: flex;
    max-width: 1400px;
  }
}
@media screen and (max-width: 1199px) {
  .top.about__list {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .top.about__list {
    width: 50%;
    margin-right: 7.14285%;
  }
}
.top.about__list dl {
  display: block;
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
}
.top.about__list dl:last-child {
  margin-bottom: 0;
}
.top.about__list dl:nth-child(3) dt {
  display: none;
  margin-bottom: 0;
  border: none !important;
}
.top.about__list dt {
  margin-bottom: 20px;
  font-size: 0.2rem;
  border-bottom: 1px solid #dadada !important;
}
.top .about__btn-wrapper .qr-wrapper {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .top .about__btn-wrapper .qr-wrapper {
    display: none;
  }
}
.top.about__map {
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .top.about__map {
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .top.about__map {
    max-width: 600px;
  }
}
.top.about__map iframe {
  width: 100%;
  height: 100%;
}

.bl_sub-eye-catch {
  color: rgb(255, 255, 255);
  font-family: "Shippori Mincho", serif;
  text-shadow: 0px 0px 10px #dc7715, 0px 0px 10px #dc7715;
}

.pankuzu {
  font-family: "Shippori Mincho", serif;
}

.font1 {
  font-family: "Shippori Mincho", serif;
}

.bl_flexbox-card {
  font-family: "Shippori Mincho", serif;
}
.bl_h2,
.bl_h3 {
  font-family: "Shippori Mincho", serif;
}

.bl_form {
  font-family: "Shippori Mincho", serif;
}

.open {
  margin: 0 auto;
  padding: 45px 40px;
  background-color: #f2f2f2;
}

.bl_modal__close {
  font-family: "Shippori Mincho", serif;
}

.open.on-eye-catch {
  max-width: 470px;
}
@media screen and (min-width: 641px) {
  .open.on-eye-catch {
    display: block;
    position: absolute;
    right: 0;
    transform: translateY(-320px);
  }
}
@media screen and (max-width: 834px) {
  .open.on-eye-catch {
    display: none;
  }
}

.open__title {
  margin-bottom: 10px;
  text-align: left;
}
.open__title h2 {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.open__title div {
  color: #cda270;
  font-size: 14px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

.open__time {
  font-family: "EB Garamond", serif;
}
.open__time tr {
  border-bottom: 1px solid #dadada;
}
.open__time td > div {
  text-align: center;
}

.bl_modal .open.on-header {
  width: 100%;
  padding: 40px 6.25%;
}
@media screen and (max-width: 640px) {
  .bl_modal .open.on-header td {
    padding: 10px 0.833333vw !important;
  }
}

@media screen and (max-width: 640px) {
  .about-open td {
    padding: 10px 0.833333vw !important;
  }
}

.about .about-info .top.about {
  padding: 0;
}

.staff.bl_flexbox-media .box > div > b {
  display: inline-block;
  font-size: 0.18rem;
  margin-bottom: 5px;
}

.equip.flexbox {
  width: 100%;
  justify-content: space-between;
}
.equip.flexbox .box {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (min-width: 641px) {
  .equip.flexbox .box {
    margin-bottom: calc(100px *1.2);
  }
}
@media screen and (min-width: 835px) {
  .equip.flexbox .box {
    margin-bottom: calc(100px * 1.4);
  }
}
@media only screen and (min-width: 1000px) {
  .equip.flexbox .box {
    margin-bottom: calc(100px * 1.6);
  }
}
@media only screen and (min-width: 1200px) {
  .equip.flexbox .box {
    margin-bottom: calc(120px);
  }
}
@media screen and (max-width: 834px) {
  .equip.flexbox .box {
    text-align: center;
  }
}
@media screen and (min-width: 835px) {
  .equip.flexbox .box.odd > article > img {
    margin-right: 40px;
  }
}
.equip.flexbox .box.even > article {
  flex-direction: row-reverse;
}
@media screen and (min-width: 835px) {
  .equip.flexbox .box.even > article > img {
    margin-left: 40px;
  }
}
@media screen and (min-width: 835px) {
  .equip.flexbox .box > article {
    display: flex;
    align-items: center;
  }
}
.equip.flexbox .box > article > h3 {
  display: none;
}
.equip.flexbox .box > article > img {
  width: 400px;
  height: 400px !important;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .equip.flexbox .box > article > img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 835px) {
  .equip.flexbox .box > article > div {
    flex: 50%;
    text-align: center;
  }
}
.equip.flexbox .box > article > div > b {
  display: inline-block;
  font-size: 0.24rem;
  margin-bottom: 10px;
}

.guide.house-dentistry img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=common_style.css.map */