.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.banner-page img {
  width: 100%;
  height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.banner-page .banner-page-title {
  padding: 0.6rem 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: #B78681;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  max-width: 50rem;
  width: -moz-max-content;
  width: max-content;
}

.brecum-page-ul {
  font-size: max(1.4rem, 12px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  color: #B78681;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.brecum-page-ul .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #383232;
  border-right: 1px solid #383232;
  transform: rotate(45deg);
}
.brecum-page-ul a {
  color: #383232;
  transition: all 0.3s ease-in-out;
}
.brecum-page-ul a:hover {
  color: #B78681;
}

.cont-1200 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.under-list-ul {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  border: max(0.2rem, 1px) solid #B78681;
  border-radius: 1rem;
  padding: 1.8rem 4rem 3.8rem;
  background-color: #fff;
  line-height: 1.4;
}
.under-list-ul a {
  padding-left: 0.3rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-right: 3.5rem;
  min-height: 5.6rem;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #cec9c6;
  transition: all 0.3s ease-in-out;
}
.under-list-ul a:before {
  content: "";
  position: absolute;
  width: max(1rem, 8px);
  height: max(1rem, 8px);
  background: #B78681;
  -webkit-mask: url("../img/common/icon_arrow.svg") center/100% no-repeat;
          mask: url("../img/common/icon_arrow.svg") center/100% no-repeat;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
}
.under-list-ul a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s ease-in-out;
  background-color: #B78681;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #B78681;
    padding-left: 0.7rem;
  }
  .under-list-ul a:hover:after {
    width: 100%;
  }
  .under-list-ul a:hover:before {
    animation: arrowMove 0.6s ease 0s 1 both;
  }
}

.setting-title h3 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 5.6rem;
  position: relative;
}
.setting-title h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: max(0.2rem, 2px);
  background-color: #B78681;
}

.setting-title h2 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .setting-title h2 {
    font-size: 3rem;
    margin-bottom: 3.3rem;
  }
}

.setting-title h5 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
  background-color: #B78681;
  color: #fff;
  padding: 1rem 1.5rem;
  border-bottom: max(0.4rem, 2px) solid #f1b9b3;
}
@media screen and (max-width: 767px) {
  .setting-title h5 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.setting-title h6 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.setting-title h6:before {
  content: "";
  display: block;
  width: 2rem;
  height: max(0.4rem, 2px);
  background-color: #B78681;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .setting-title h6 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.pt {
  padding-top: 7.6rem;
}

.pb {
  padding-bottom: 10rem;
}

.default-txt {
  font-size: 1.7rem;
  line-height: 2.3;
  letter-spacing: 0.2rem;
}
.default-txt a {
  text-decoration: underline;
  color: #B78681;
}
@media screen and (min-width: 768px) {
  .default-txt a:hover {
    text-decoration: none;
  }
}

.endoscopy {
  display: grid;
  grid-template-columns: 61.9% 34.2%;
  justify-content: space-between;
  align-items: flex-start;
}
.endoscopy .endoscopy__image img {
  border-radius: 1.5rem;
}

.setting-title h4 {
  font-size: 2.2rem;
  padding-left: 3rem;
  padding-bottom: 2rem;
  border-bottom: max(0.2rem, 1px) solid #B78681;
  margin-bottom: 2.2rem;
  margin-top: 6.8rem;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.3rem;
}
.setting-title h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 3rem;
  z-index: 1;
  background: #B78681;
}

.m_kakomi__checklist {
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  line-height: 2;
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.4rem;
  grid-template-columns: 1fr 1fr;
}
.m_kakomi__checklist li {
  padding-left: 3.4rem;
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: top 0.8rem left 0.1rem;
}
.m_kakomi__checklist li a {
  text-decoration: underline;
  color: #B78681;
}
@media screen and (min-width: 768px) {
  .m_kakomi__checklist li a:hover {
    text-decoration: none;
  }
}

.m_kakomi {
  background: rgba(66, 62, 62, 0.08);
  border-radius: 1rem;
  padding: 6rem 5rem;
}

.m_kakomi__alltext--pt {
  margin-top: 1.7rem;
}
.m_kakomi__alltext--pt li + li {
  margin-top: 1.7rem;
}

.m_kakomi__checklist--3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.setting-mgt0 {
  margin-top: 0 !important;
}

.m_kakomi02 {
  padding: 3rem 3rem 4rem;
  margin-top: 3rem;
  background-color: rgba(66, 62, 62, 0.08);
  border-radius: 1rem;
}

.m_kakomi02_box-stiker {
  font-size: 1.7rem;
  padding: 0.3em 0.5em 0.3em;
  margin-bottom: 1.9rem;
  background-color: #B78681;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.2rem;
  line-height: 1.45;
}

.default-txt-mini {
  font-size: max(1.4rem, 10px);
  line-height: 2;
}

.m_kakomi02-img {
  padding-top: 1.4rem;
}

.m_kakomi02-img img {
  border-radius: 2rem;
  width: 100%;
}

.m_kakomi02-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 36.36%;
  -moz-column-gap: 5.8%;
       column-gap: 5.8%;
}

.m_kakomi02_box_list li + li {
  margin-top: 2.9rem;
  padding-top: 3rem;
  border-top: 1px dashed #cec9c6;
}

.import-youtube iframe {
  width: 100%;
  height: 49.7rem;
}

.m_flow {
  padding-left: 2rem;
  margin-top: 6.5rem;
}
.m_flow h2, .m_flow h3, .m_flow h4, .m_flow h5, .m_flow h6 {
  margin-top: 0 !important;
}
.m_flow li {
  border-radius: 2rem;
  padding: 3.9rem 6rem 6rem;
  border: 2px solid #cec9c6;
  position: relative;
}
.m_flow li + li {
  margin-top: 6.5rem;
}
.m_flow li + li:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #383232;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #383232;
  margin-bottom: 3.2rem;
  line-height: 1.45;
  letter-spacing: 0.15rem;
}

.m_flow_step {
  width: 8rem;
  height: 8rem;
  top: -3.7rem;
  left: -2.2rem;
  padding-top: 1rem;
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  border-radius: 100rem;
  background-color: #383232;
  color: #fff;
  letter-spacing: 0.2rem;
}
.m_flow_step span {
  font-size: 3rem;
  line-height: 1;
}

.m_flow-img {
  padding-top: 1.4rem;
}

.m_flow-img img {
  width: 100%;
  border-radius: 2rem;
}

.m_flow-txt-vs-img {
  display: grid;
  grid-template-columns: 1fr 39.7%;
  -moz-column-gap: 6.1%;
       column-gap: 6.1%;
}

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(120%, -50%);
  }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767px) {
  .banner-page img {
    height: 25rem;
    -o-object-position: left center;
       object-position: left center;
  }
  .banner-page .banner-page-title {
    padding: 0.6rem 1.5rem;
    font-size: 1.9rem;
    max-width: 30rem;
    top: 61%;
  }
  .brecum-page-ul {
    font-size: 1.2rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .under-list-ul {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    display: block;
    border: 0.1rem solid #B78681;
    padding-left: 1.8rem;
    padding-top: 1.3rem;
    padding-bottom: 2.5rem;
    padding-right: 1.8rem;
  }
  .under-list-ul a {
    min-height: 4.4rem;
    padding-left: 0.5rem;
    padding-top: 0.7rem;
    padding-right: 3rem;
    padding-bottom: 0.7rem;
    border-bottom: 0.1rem solid #cec9c6;
  }
  .under-list-ul a:before {
    width: 0.8rem;
    height: 0.8rem;
    right: 0.6rem;
  }
  .under-list-ul a:after {
    bottom: -0.1rem;
    height: 0.1rem;
  }
  .setting-title h3 {
    font-size: 2.2rem;
    margin-bottom: 3.3rem;
  }
  .pt {
    padding-top: 3.7rem;
  }
  .pb {
    padding-bottom: 4.5rem;
  }
  .default-txt {
    font-size: 1.3rem;
  }
  .endoscopy {
    display: flex;
    flex-direction: column-reverse;
  }
  .endoscopy .endoscopy__image {
    margin-bottom: 1.8rem;
  }
  .setting-title h4 {
    font-size: 2rem;
    padding-left: 2.4rem;
    padding-bottom: 1.1rem;
    border-bottom: 0.2rem solid #B78681;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
  }
  .setting-title h4:before {
    top: 0.18rem;
    left: 0.45rem;
    width: 0.37rem;
    height: 2.6rem;
  }
  .m_kakomi {
    padding: 2.25rem;
  }
  .m_kakomi__checklist {
    font-size: 1.3rem;
    display: block;
  }
  .m_kakomi__checklist li {
    padding-left: 2.7rem;
    background-image: url(../img/common/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    background-position: top 0.5rem left 0.1rem;
  }
  .m_kakomi__checklist li + li {
    margin-top: 1.1rem;
  }
  .m_kakomi__alltext--pt {
    margin-top: 1.3rem;
  }
  .m_kakomi__alltext--pt li + li {
    margin-top: 1.3rem;
  }
  .m_kakomi02 {
    padding: 3rem 2.25rem;
    margin-top: 1.8rem;
  }
  .m_kakomi02_box-stiker {
    font-size: 1.45rem;
    padding-top: 0.29rem;
    padding-bottom: 0.43rem;
    padding-left: 1.45rem;
    padding-right: 1.45rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.15rem;
  }
  .m_kakomi02_box_list li + li {
    margin-top: 3rem;
    border-top: 0.1rem dashed #B78681;
  }
  .m_kakomi02-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_kakomi02-img {
    padding-top: 0;
    margin-bottom: 1.3rem;
  }
  .default-txt-mini {
    font-size: 1rem;
  }
  .import-youtube iframe {
    height: 50rem;
  }
  .m_flow {
    padding-left: 0;
    margin-top: 4.5rem;
  }
  .m_flow li {
    padding: 2.25rem;
    padding-top: 3rem;
    border: 0.2rem solid #cec9c6;
  }
  .m_flow li + li {
    margin-top: 6.7rem;
  }
  .m_flow_step {
    width: 5.2rem;
    height: 5.2rem;
    top: -2.6rem;
    left: -1rem;
    padding-top: 0.7rem;
    font-size: 0.9rem;
  }
  .m_flow_step span {
    font-size: 2rem;
  }
  .tlt-style-line {
    font-size: 1.8rem;
    padding-bottom: 1.1rem;
    border-bottom: 0.2rem solid #423e3e;
    margin-bottom: 2.2rem;
  }
  .m_flow-txt-vs-img {
    display: flex;
    flex-direction: column-reverse;
  }
  .m_flow-img {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}
.m_page_links-item {
  font-size: 1.4rem;
  line-height: 1.4;
  background-color: #fff;
  padding: 1.2rem 1.8rem;
  border: max(1px, 0.1rem) solid #B78681 !important;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.3rem;
  transition: all 0.3s ease-in-out;
}
.m_page_links-item:hover, .m_page_links-item.is-active {
  background-color: #B78681;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .m_page_links-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    height: 100%;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}

.m_page_links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .m_page_links {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .m_page_links {
    gap: 1rem;
    justify-content: flex-start;
  }
  .m_page_links li {
    width: calc((100% - 1rem) / 2);
  }
}

.under-list-style2-ul-item {
  display: flex;
  align-items: center;
  background-color: #B78681;
  padding: 0.9rem 4rem 1rem 2rem;
  border-radius: 0.5rem;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.3rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul-item {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.under-list-style2-ul-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: max(0.8rem, 5px);
  height: max(0.8rem, 5px);
  border-right: max(1px, 0.2rem) solid #fff;
  border-bottom: max(1px, 0.2rem) solid #fff;
  transform: translateY(-75%) rotate(45deg);
}

.under-list-style2-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .under-list-style2-ul.row1 {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .under-list-style2-ul.row2 {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  .under-list-style2-ul.row2 li {
    width: calc((100% - 1rem) / 2);
  }
  .under-list-style2-ul.row3 li {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .under-list-style2-ul {
    display: block;
  }
  .under-list-style2-ul li + li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .under-list-style2.col1 .under-list-style2-ul {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
  .under-list-style2.col2 .under-list-style2-ul {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  .under-list-style2.col2 .under-list-style2-ul li {
    width: calc((100% - 1rem) / 2);
  }
  .under-list-style2.col3 .under-list-style2-ul li {
    width: calc((100% - 2rem) / 3);
  }
  .under-list-style2.col4 .under-list-style2-ul li {
    width: calc((100% - 3rem) / 4);
  }
}

.qa_box-gr .qa_box_item .q_box-tlt {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  color: #B78681;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt {
    font-size: 2rem;
  }
}
.qa_box-gr .qa_box_item .q_box-tlt:before {
  content: "Q.";
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  color: #B78681;
  font-family: "Merriweather", serif;
  display: inline-block;
  transform: translateY(-0.3rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box-tlt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt {
    font-size: 1.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box-tlt:before {
  content: "A.";
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  font-family: "Merriweather", serif;
  display: inline-block;
  transform: translateY(-1rem);
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .a_box-tlt:before {
    font-size: 2.5rem;
  }
}
.qa_box-gr .qa_box_item .a_box {
  padding-top: 1.5rem;
}
.qa_box-gr .qa_box_item + .qa_box_item {
  border-top: max(1px, 0.1rem) solid #B78681;
  padding-top: 2rem;
  margin-top: 2rem;
}

.archive-post-list {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .archive-post-list {
    font-size: 1.5rem;
  }
}
.archive-post-list li {
  display: grid;
  grid-template-columns: 14rem 1fr;
  padding: 2rem 2rem;
  border-bottom: max(1px, 0.1rem) solid #333333;
}
@media screen and (max-width: 767px) {
  .archive-post-list li {
    display: block;
    padding: 1.5rem;
  }
}

.archive-post {
  display: grid;
  grid-template-columns: 1fr 25rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .archive-post {
    display: block;
  }
}

.archive-main {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .archive-main {
    padding-top: 3rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .archive-post-right {
    padding-top: 3rem;
  }
}

.title-category {
  font-size: 2.2rem;
  color: #fff;
  background-color: #B78681;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.archive-post-category {
  font-size: 1.8rem;
  color: #B78681;
  font-weight: 500;
  border: max(1px, 0.1rem) solid #B78681;
}
.archive-post-category li {
  padding: 0 2rem;
}
.archive-post-category li a {
  display: block;
  padding: 1rem 1rem;
}

.wrap-pagi .wp-pagenavi {
  padding-top: 5rem;
}
.wrap-pagi .wp-pagenavi a, .wrap-pagi .wp-pagenavi span {
  padding: 1rem;
  font-size: 1.5rem;
  border-color: #B78681;
}
.wrap-pagi .wp-pagenavi a:hover, .wrap-pagi .wp-pagenavi span.current {
  background-color: #B78681;
  color: #fff;
  border-color: #B78681;
}

.single-post1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .single-post1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.single-post-tlt {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-post-tlt {
    font-size: 2.5rem;
  }
}

.single-post-date {
  font-size: 1.6rem;
  font-weight: 500;
}

.single-content-post {
  font-size: 1.6rem;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .single-content-post {
    font-size: 1.5rem;
  }
}

.parent-pre-list-next {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.parent-pre-list-next span.link-arline-page {
  opacity: 0.5;
  background-color: #B78681 !important;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .parent-pre-list-next {
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
  .parent-pre-list-next .link-arline-page {
    width: 30%;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
header.is-active {
  background-color: #d1b290;
}
@media screen and (max-width: 767px) {
  header.is-active {
    background-color: #B38982;
  }
}
@media screen and (min-width: 768px) {
  header.is-active .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.header {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 10rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .header {
    width: calc(100% - 3rem);
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.header .header-left-logo {
  display: inline-block;
}
.header .header-left-logo img {
  width: 22.5rem;
}

.header-right-txt1 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 2.4rem #614f4f;
  margin-right: 2rem;
}

.header-right-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 5rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.header-right-btn.white {
  background-color: #F2EFEA;
  color: #B78681;
  margin-right: 1.5rem;
}
.header-right-btn.white:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.7rem;
  background-image: url(../img/common/icon1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(0.4rem);
  transition: all 0.3s ease-in-out;
}
.header-right-btn.white:hover {
  background-color: #B78681;
  color: #fff;
}
.header-right-btn.white:hover:before {
  background-image: url(../img/common/icon2.png);
}
.header-right-btn.gray {
  background-color: #B78681;
  color: #fff;
  margin-right: 1rem;
}
.header-right-btn.gray:before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background-image: url(../img/common/calendar-icon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(0.3rem);
  transition: all 0.3s ease-in-out;
}
.header-right-btn.gray:hover {
  background-color: #F2EFEA;
  color: #B78681;
}
.header-right-btn.gray:hover:before {
  background-image: url(../img/common/calendar-icon2.png);
}

.btn-hamberger {
  width: 5rem;
  height: 5rem;
  position: relative;
}

.btn-hamberger span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10rem;
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.btn-hamberger::before,
.btn-hamberger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.4rem;
  border-radius: 10rem;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}

.btn-hamberger::before {
  top: 20%;
  left: 0;
}

.btn-hamberger::after {
  bottom: 20%;
  left: 0;
}

.btn-hamberger.is-active span {
  opacity: 0;
}

.btn-hamberger.is-active::before {
  transform: rotate(45deg);
  top: 50%;
}

.btn-hamberger.is-active::after {
  transform: rotate(-45deg);
  top: 50%;
  bottom: auto;
}

.toggle-simplate {
  width: 5rem;
  height: 5rem;
  background-color: #B78681;
  border-radius: 100rem;
  cursor: pointer;
}
.toggle-simplate .btn-hamberger {
  transform: scale(0.5);
}
@media screen and (max-width: 767px) {
  .toggle-simplate .btn-hamberger {
    transform: scale(0.6);
  }
}

.header-right-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu-first-view {
  z-index: -101;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.menu-first-view.is-active {
  z-index: 101;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-first-view .menu-first-view-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.menu-first-view .menu-first-view-child .menu-first-view-child-flex {
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .menu-first-view .menu-first-view-child .menu-first-view-child-flex {
    display: block;
  }
}
.menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-left, .menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-left, .menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-right {
    width: 100%;
  }
}
.menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-left {
  position: relative;
  background: #F3ECE5;
  background: linear-gradient(180deg, rgb(243, 236, 229) 0%, rgb(246, 247, 248) 30%);
}
.menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-left:before {
  content: "";
  position: absolute;
  height: min(58%, 53.1rem);
  width: min(46.5%, 44.2rem);
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%);
  background-image: url(../img/common/Layer0.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1200px) {
  .menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-left:before {
    bottom: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    height: 80%;
  }
}
.menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-right {
  background-color: #B38982;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-right .toggle-simplate {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background-color: #fff;
}
.menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-right .toggle-simplate .btn-hamberger span {
  background-color: #B78681;
}
.menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-right .toggle-simplate .btn-hamberger::before,
.menu-first-view .menu-first-view-child .menu-first-view-child-flex .menu-first-view-child-flex-right .toggle-simplate .btn-hamberger::after {
  background-color: #B78681;
}

.menu-first-view-child-item {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.menu-first-view-child-item:before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.menu-first-view-child-item:hover:before, .menu-first-view-child-item.is-active:before {
  opacity: 1;
}

.menu-first-view-child-ul {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.menu-first-view-child-ul li + li {
  margin-top: 2.5rem;
}

.header-right-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
}
.header-right-menu .header-right-ul {
  background-color: #B38982;
}

.header-right-item {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 1.8rem 0;
  transition: all 0.3s ease-in-out;
}
.header-right-item:hover, .header-right-item.is-active {
  background-color: #fff;
  color: #B38982;
}

.sec1-top-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec1-top-item img {
    min-height: 30rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.sec1-top-item .sec1-top-item-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-shadow: 0 0 2.4rem #614f4f;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .sec1-top-item .sec1-top-item-content {
    padding-bottom: 0;
    padding-top: 5rem;
  }
}

.sec1-top-item-content-tlth2 {
  font-size: 3.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-top-item-content-tlth2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.sec1-top-item-content-eng {
  font-size: 4rem;
  color: #fff;
  line-height: 1;
  margin-top: 3rem;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  .sec1-top-item-content-eng {
    font-size: 2.5rem;
    margin-top: 1.5rem;
    letter-spacing: 0.2rem;
  }
}

.sec1-top-item-content-txt {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  margin-top: 3rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .sec1-top-item-content-txt {
    margin-top: 1.5rem;
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}

.sec2-top {
  background-color: #F7F6F4;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-bottom: 5rem;
  }
}

.sec2-top1 {
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec2-top-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4.8rem;
       column-gap: 4.8rem;
  border-bottom: max(0.2rem, 1px) solid #F0E2E2;
  padding-bottom: 3.4rem;
  padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-link {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
    padding-bottom: 2.5rem;
    display: none;
  }
  .sec2-top-link li {
    width: 33.3333333333%;
    text-align: center;
  }
}
.sec2-top-link .sec2-top-link-item {
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
}
.sec2-top-link .sec2-top-link-item:before {
  content: "";
  position: absolute;
  bottom: 85%;
  left: 50%;
  width: 2rem;
  height: max(1px, 0.1rem);
  background-color: #B78681;
  transform-origin: bottom left;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sec2-top-link .sec2-top-link-item.is-active:before, .sec2-top-link .sec2-top-link-item:hover:before {
  opacity: 1;
}

.cont-1280 {
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.setting-title-top.cter {
  text-align: center;
}
.setting-title-top h2, .setting-title-top h3, .setting-title-top h4, .setting-title-top h5, .setting-title-top h6 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #B78681;
  font-size: 4rem;
  line-height: 1.4;
  display: inline-block;
  margin-right: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .setting-title-top h2, .setting-title-top h3, .setting-title-top h4, .setting-title-top h5, .setting-title-top h6 {
    font-size: 3rem;
    margin-right: 1rem;
  }
}
.setting-title-top h2:before, .setting-title-top h3:before, .setting-title-top h4:before, .setting-title-top h5:before, .setting-title-top h6:before {
  content: "";
  position: absolute;
  width: 5.2rem;
  height: max(0.1rem, 1px);
  background-color: #B78681;
}
@media screen and (max-width: 767px) {
  .setting-title-top h2:before, .setting-title-top h3:before, .setting-title-top h4:before, .setting-title-top h5:before, .setting-title-top h6:before {
    width: 4rem;
  }
}
.setting-title-top.line-top-left h2:before, .setting-title-top.line-top-left h3:before, .setting-title-top.line-top-left h4:before, .setting-title-top.line-top-left h5:before, .setting-title-top.line-top-left h6:before {
  transform-origin: bottom left;
  transform: rotate(-45deg);
  bottom: 100%;
  left: 1rem;
}
.setting-title-top.line-bottom-left h2:before, .setting-title-top.line-bottom-left h3:before, .setting-title-top.line-bottom-left h4:before, .setting-title-top.line-bottom-left h5:before, .setting-title-top.line-bottom-left h6:before {
  left: 100%;
}
.setting-title-top.line-bottom-mid h2:before, .setting-title-top.line-bottom-mid h3:before, .setting-title-top.line-bottom-mid h4:before, .setting-title-top.line-bottom-mid h5:before, .setting-title-top.line-bottom-mid h6:before {
  left: 8.5rem;
}
.setting-title-top .sub-title-eng {
  font-size: 1.8rem;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .setting-title-top .sub-title-eng {
    font-size: 1.6rem;
  }
}

.top-txt16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top-txt16 {
    font-size: 1.5rem;
  }
}

.sec2-top2-ul-txt {
  padding-top: 2.3rem;
}
.sec2-top2-ul-txt li + li {
  margin-top: 1rem;
}

.link-arline-page {
  width: 22rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  font-size: 1.8rem;
  border: max(1px, 0.1rem) solid #B78681 !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
}
.link-arline-page.is-active {
  background-color: #B78681;
  color: #fff;
}
.link-arline-page.is-active:hover {
  background-color: transparent;
  color: #B78681;
}
.link-arline-page.v-more {
  background-color: transparent;
  color: #B78681;
}
.link-arline-page.v-more:hover {
  background-color: #B78681;
  color: #fff;
}

.sec2-top2-left-link {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-top: 4.5rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-top2-left-link {
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
  }
}

.sec2-top2-left {
  width: 53.1%;
}
@media screen and (max-width: 767px) {
  .sec2-top2-left {
    width: 100%;
  }
}

.sec2-top2-right {
  width: 46.9%;
  padding-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .sec2-top2-right {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}

.sec2-top2-right-img {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec2-top2-right-img {
    width: 100%;
    margin-top: -8rem;
  }
}
.sec2-top2-right-img .sec2-top2-right-img1 {
  width: 37.5rem;
  border-radius: 2.7rem;
  box-shadow: 0 0 1.5rem rgba(97, 79, 79, 0.3);
}
@media screen and (max-width: 767px) {
  .sec2-top2-right-img .sec2-top2-right-img1 {
    width: 100%;
  }
}

.sec2-top2-right-img2 {
  border-radius: 1.5rem;
  box-shadow: 0 0 1.5rem rgba(97, 79, 79, 0.3);
  width: 24.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-top2-right-img2 {
    width: 20rem;
  }
}

.sec2-top2-right-img-bottom {
  margin-top: -5.5rem;
  margin-left: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sec2-top2-right-img-bottom {
    margin-top: 0;
    margin-left: 0;
    position: relative;
    z-index: 2;
  }
}

.sec2-top2-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  .sec2-top2-content {
    display: block;
    padding-top: 8rem;
  }
}

.sec3-top {
  background-color: #F3E9E8;
  overflow: hidden;
  padding-top: 14.5rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}

.sec3-top-item-left-content {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-left-content {
    padding-left: 0;
  }
}

.sec3-top-item-left-content-number {
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-left-content-number {
    margin-left: 0;
  }
}

.sec3-top-item-left-tlt {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.4rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-left-tlt {
    font-size: 2rem;
  }
}

.sec3-top-item-left-link {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-top: 3.8rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-left-link {
    margin-right: auto;
    margin-top: 2.5rem;
  }
}

.sec3-top-item-right-img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-right-img {
    padding-bottom: 2.5rem;
  }
}

.sec3-top-item-right {
  position: relative;
  width: 51.6%;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-right {
    width: 100%;
  }
  .sec3-top-item-right:before {
    content: none !important;
  }
}

.sec3-top-item-right-img1 {
  border-radius: 1.5rem;
  width: 100%;
}

.sec3-top-item-left {
  width: 48.4%;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-left {
    width: 100% !important;
    padding-top: 0 !important;
  }
}

.sec3-top-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec3-top-item {
    display: block;
  }
}
.sec3-top-item.sec3-top-item-default .sec3-top-item-left {
  max-width: 52rem;
}
.sec3-top-item.sec3-top-item-default .sec3-top-item-right:before {
  content: "";
  position: absolute;
  top: 7rem;
  left: 6rem;
  bottom: -8rem;
  width: 100vh;
  background-color: #E5D3D3;
}
@media screen and (max-width: 1400px) {
  .sec3-top-item.sec3-top-item-default .sec3-top-item-right:before {
    right: -8rem;
    width: auto;
  }
}
.sec3-top-item.sec3-top-item--first-child .sec3-top-item-left {
  padding-top: 3.5rem;
}
.sec3-top-item.sec3-top-item-reversec {
  flex-direction: row-reverse;
}
.sec3-top-item.sec3-top-item-reversec .sec3-top-item-right:before {
  content: "";
  position: absolute;
  top: 7rem;
  width: 100vh;
  bottom: -8rem;
  right: 6rem;
  background-color: #E5D3D3;
}
@media screen and (max-width: 1400px) {
  .sec3-top-item.sec3-top-item-reversec .sec3-top-item-right:before {
    width: auto;
    left: -8rem;
  }
}
.sec3-top-item.sec3-top-item--child2 {
  margin-top: 16rem;
}
.sec3-top-item.sec3-top-item--child2 .sec3-top-item-left {
  width: -moz-max-content;
  width: max-content;
  margin-right: 4.5rem;
  padding-top: 5rem;
}
.sec3-top-item.sec3-top-item--child3 {
  margin-top: 17.3rem;
}
.sec3-top-item.sec3-top-item--child3 .sec3-top-item-left {
  padding-top: 5rem;
}
.sec3-top-item.sec3-top-item--last {
  margin-top: 17rem;
}
.sec3-top-item.sec3-top-item--last .sec3-top-item-left {
  width: 51rem;
  margin-right: 2rem;
  padding-top: 6.4rem;
}

.sec3-top-list {
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-list {
    padding-top: 3rem;
  }
  .sec3-top-list .sec3-top-item + .sec3-top-item {
    margin-top: 5rem !important;
  }
}

.sec3-top-item-bottom {
  width: 100%;
  position: relative;
  z-index: 2;
}
.sec3-top-item-bottom .sec3-top-item-bottom-cont {
  position: absolute;
  top: -8.5rem;
  left: 0;
  right: -4rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-item-bottom .sec3-top-item-bottom-cont {
    right: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .sec3-top-item-bottom .sec3-top-item-bottom-cont {
    top: -11.5rem;
  }
}

.sec3-top-item-bottom-list-img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-bottom-list-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.sec3-top-item-bottom-list-img img {
  width: 21.7rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-item-bottom-list-img img {
    width: 100%;
  }
}

.sec4-top-cont {
  max-width: 122.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec4-top {
  background-color: #FEFAF6;
  padding-top: 14.3rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .sec4-top {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
.sec4-top .setting-title-top .sub-title-eng {
  color: #B78681;
}

.sec4-top-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-main {
    display: block;
    padding-top: 3rem;
  }
}

.sec4-top-left {
  width: 46.9%;
}
@media screen and (max-width: 767px) {
  .sec4-top-left {
    width: 100%;
  }
}
.sec4-top-left .sec4-top-main-img1 {
  width: 44rem;
  border-radius: 1.5rem;
}
.sec4-top-left .sec4-top-main-img2 {
  width: 20rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-left .sec4-top-main-img2 {
    width: 15rem;
  }
}
.sec4-top-left .sec4-top-left-img2 {
  margin-top: -6.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-left .sec4-top-left-img2 {
    margin-top: 0;
    position: relative;
    padding-top: 6rem;
  }
  .sec4-top-left .sec4-top-left-img2 .sec4-top-left-img2-ab {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.sec4-top-left .sec4-top-left-img1 {
  text-align: right;
}

.sec4-top-right {
  width: 53.1%;
  max-width: 55rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-right {
    width: 100%;
    max-width: 100%;
    padding-top: 3rem;
  }
}
.sec4-top-right .sec4-top-right-tlt {
  margin-bottom: 2.2rem;
}

.sec4-top-right-tlt {
  color: #B78681;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sec4-top-right-tlt .eng {
  font-size: 2.4rem;
  position: relative;
}
.sec4-top-right-tlt .eng:after {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: max(1px, 0.1rem);
  background-color: #B78681;
  transform-origin: bottom left;
  transform: rotate(-45deg) translateY(0.2rem);
  margin-left: 1rem;
}
.sec4-top-right-tlt span {
  display: inline-block;
}
.sec4-top-right-tlt .jpn {
  transform: translateY(-0.2rem);
}

.sec4-top-right-link {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-right-link {
    margin-right: auto;
    margin-top: 2rem;
  }
}

.sec4-top-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.7%;
       column-gap: 2.7%;
  align-items: flex-start;
  padding-top: 19.4rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-menu {
    padding-top: 5rem;
    display: block;
  }
}
.sec4-top-menu .top-txt16 {
  line-height: 1.6;
}
.sec4-top-menu .sec4-top-menu-item:nth-child(2) {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-menu .sec4-top-menu-item:nth-child(2) {
    margin-top: 4rem;
  }
}
.sec4-top-menu .sec4-top-menu-item:last-child {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-menu .sec4-top-menu-item:last-child {
    margin-top: 4rem;
  }
}

.sec4-top-menu-item-img {
  position: relative;
  margin-bottom: 1rem;
}
.sec4-top-menu-item-img img {
  width: 100%;
}
.sec4-top-menu-item-img .sec4-top-menu-item-tlt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: #FEFAF6;
  padding-left: 0.9rem;
  padding-top: 0.9rem;
  padding-right: 1.9rem;
  padding-bottom: 0.9rem;
}

.sec4-top-menu-link {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec4-top-menu-link {
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
  }
}

.sec5-top {
  background-color: #F3E9E8;
  padding-top: 16rem;
  padding-bottom: 19rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec5-top {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}

.sec6-top {
  background-color: #F3E9E8;
}

.sec5-top-cont {
  max-width: 125rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.sec5-top-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-main {
    display: block;
    padding-top: 3rem;
  }
}
.sec5-top-main .sec5-top-left {
  width: 44.1%;
  position: relative;
}
.sec5-top-main .sec5-top-left:before {
  content: "";
  position: absolute;
  top: 8rem;
  bottom: -7rem;
  left: -9.5rem;
  right: 8.5rem;
  background-color: #E5D3D3;
}
@media screen and (max-width: 767px) {
  .sec5-top-main .sec5-top-left:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-main .sec5-top-left {
    width: 100%;
  }
}
.sec5-top-main .sec5-top-right {
  width: 55.9%;
  padding-top: 5.4rem;
  max-width: 63rem;
  padding-right: 8rem;
}
@media screen and (max-width: 1300px) {
  .sec5-top-main .sec5-top-right {
    padding-right: 0;
    max-width: 100%;
    width: 47%;
  }
}
.sec5-top-main .sec5-top-right .top-txt16 {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec5-top-main .sec5-top-right {
    width: 100%;
    padding-top: 3rem;
  }
}

.sec5-top-left-img {
  position: relative;
  z-index: 2;
}
.sec5-top-left-img img {
  width: 100%;
  border-radius: 2.2rem;
}

.sec5-top-right-link {
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-right-link {
    margin-right: auto;
    margin-top: 2.5rem;
  }
}

.sec6-top-auto-slider img {
  width: 100%;
}

.sec6-top-google-map {
  padding-top: 1rem;
}
.sec6-top-google-map iframe {
  width: 100%;
  height: 48rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-google-map iframe {
    height: 25rem;
  }
}

.sec6-top-infor {
  max-width: 112rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  padding-top: 13.6rem;
}
.sec6-top-infor .sub-title-eng {
  color: #B78681;
}
@media screen and (max-width: 767px) {
  .sec6-top-infor {
    padding-top: 8rem;
  }
}

.sec6-top-infor-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-infor-main {
    padding-top: 3rem;
  }
}
.sec6-top-infor-main .sec6-top-infor-left {
  width: 42.4%;
}
@media screen and (max-width: 767px) {
  .sec6-top-infor-main .sec6-top-infor-left {
    width: 100%;
  }
}
.sec6-top-infor-main .sec6-top-infor-left img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 0 1.5rem rgba(97, 79, 79, 0.3);
}
.sec6-top-infor-main .sec6-top-infor-right {
  width: 57.6%;
  padding-left: 8.2rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-infor-main .sec6-top-infor-right {
    width: 100%;
    padding-left: 0;
    padding-top: 3rem;
  }
}

.sec6-top-infor-right-tlt {
  font-size: 2.6rem;
  color: #B78681;
}

.sec6-top-infor-right-ul {
  display: grid;
  grid-template-columns: 9.3rem 1fr;
  row-gap: 2rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-infor-right-ul {
    padding-top: 0.5rem;
  }
}

.sec6-top-infor-link-item .header-right-btn {
  width: 26rem;
  height: 6rem;
  font-size: 2rem;
}

.sec6-top-infor-link-item1 .header-right-btn {
  background-color: #fff;
  border: max(1px, 0.1rem) solid #B78681 !important;
  margin-right: 0 !important;
}

.sec6-top-infor-link-item2 .header-right-btn {
  border: max(1px, 0.1rem) solid #B78681 !important;
  margin-right: 0 !important;
}
.sec6-top-infor-link-item2 .header-right-btn:hover {
  background-color: #fff;
}

.sec6-top-infor-link {
  max-width: 65.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .sec6-top-infor-link {
    flex-direction: column;
    justify-content: center;
    row-gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.footer-page {
  background-color: #B78681;
  color: #fff;
}

.footer-page-cont {
  max-width: 133.2rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}

.footer-page-left14 {
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 1.4;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}

.footer-page-left-tell {
  display: inline-flex;
  line-height: 1;
  font-weight: 600;
  font-size: 2.4rem;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
}
.footer-page-left-tell:before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.7rem;
  background-image: url(../img/common/icon2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transform: translateY(0.5rem);
}

.footer-page-right-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .footer-page-right-ul {
    display: block;
    padding-top: 2rem;
  }
  .footer-page-right-ul li + li {
    margin-top: 1.5rem;
  }
}
.footer-page-right-ul a {
  display: inline-block;
  position: relative;
  line-height: 1;
  font-weight: 600;
}
.footer-page-right-ul a:before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: max(0.1rem, 1px);
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.footer-page-right-ul a:hover:before {
  opacity: 1;
}

.footer-page-main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2rem !important;
}
@media screen and (max-width: 767px) {
  .footer-page-main {
    display: block;
    text-align: center;
  }
}

.footer-page-left {
  padding-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer-page-left {
    padding-top: 4rem;
  }
}

.text-copyright {
  text-align: center;
  padding-top: 3.2rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .text-copyright {
    padding-top: 3rem;
    padding-bottom: 6.5rem;
  }
}

.scrolltop {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 10;
  background-image: url(../img/common/arrow.png);
  background-repeat: no-repeat;
  background-size: 2.5rem auto;
  background-position: center center;
  width: 6rem;
  height: 6rem;
  border-radius: 100rem;
  background-color: #B78681;
  border: 1px solid #fff;
  outline: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .scrolltop {
    border: 0.1rem solid #fff;
    width: 5rem;
    height: 5rem;
    background-size: 2rem auto;
    bottom: 7rem;
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.fixed-footer-icon {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fixed-footer-icon-item a {
  width: 100%;
  border-radius: 0;
}

.h1-none-page {
  display: none;
}

.footer-page-child {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .footer-page-child {
    margin-top: 5rem;
  }
}

.pagelink-href-id {
  position: relative;
}
.pagelink-href-id .pagelink-href-id-child {
  position: absolute;
  top: -11rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .pagelink-href-id .pagelink-href-id-child {
    top: -10rem;
  }
}

.list-menu-cake {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .list-menu-cake {
    display: block;
  }
  .list-menu-cake li + li {
    margin-top: 2rem;
  }
}
.list-menu-cake li {
  border: max(1px, 0.1rem) solid #B78681;
  background-color: #FBF9F4;
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .list-menu-cake li {
    padding: 2rem 1.5rem;
  }
}
.list-menu-cake li .list-menu-cake-tlt {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #B78681;
}
@media screen and (max-width: 767px) {
  .list-menu-cake li .list-menu-cake-tlt {
    font-size: 1.8rem;
  }
}
.list-menu-cake li .list-menu-cake-monney {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: right;
  color: #B78681;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list-menu-cake li .list-menu-cake-monney {
    font-size: 1.8rem;
  }
}
.list-menu-cake li .list-menu-cake-gr-txt-money {
  display: grid;
  grid-template-columns: 1fr 12rem;
  padding-top: 1.5rem;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .list-menu-cake li .list-menu-cake-gr-txt-money {
    grid-template-columns: 1fr 10.5rem;
  }
}
.list-menu-cake li .list-menu-cake-gr-txt-money .default-txt {
  line-height: 1.5;
}

.list-menu-cake-sub {
  color: #B78681;
  text-align: right;
  padding-top: 1rem;
  font-weight: 700;
}

.sec-link-method-page {
  margin-top: 2rem;
}
.sec-link-method-page.mid {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .sec-link-method-page {
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
}

.endoscopy-row-reque {
  grid-template-columns: 34.2% 61.9%;
  grid-template-areas: "right left";
}
.endoscopy-row-reque .endoscopy__text {
  grid-area: left;
}
.endoscopy-row-reque .endoscopy__image {
  grid-area: right;
}

.iamge-post0thumnail-single {
  padding-top: 3rem;
}

.under-list-style2--sitemap .under-list-style2-ul-item {
  font-size: 2rem !important;
  padding: 1.5rem 4rem !important;
  padding-right: 4rem !important;
}
.under-list-style2--sitemap .under-list-style2-ul-item:before {
  transform: translateY(-75%) rotate(-45deg) scale(1.5) !important;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .under-list-style2--sitemap .under-list-style2-ul-item {
    padding: 1.5rem 2rem !important;
    padding-right: 4rem !important;
  }
}
.under-list-style2--sitemap .under-list-style2-ul {
  max-width: 100% !important;
}/*# sourceMappingURL=style.css.map */
.header-right-link-line{
  display: flex;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  background-color: #00B900;
  border-radius: 100rem;
  overflow: hidden;
  padding: 0.1rem;
  margin-right: 1rem;
}
.header-right-menu-scrool{
  position: relative;
}
.header-right-menu-scrool-ul{
  position: absolute;
  top: -1.5rem;
  right: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 3.5rem;
  width: max-content;
}
.header-right-menu-scrool-item{
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
  color: #fff;
}
.header-right-menu-scrool-item:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: max(1px,0.1rem);
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header-right-menu-scrool-item:hover::before,.header-right-menu-scrool-item.is-active:before{
  opacity: 1;
}
@media screen and (max-width:1700px){
    .header-right-menu-scrool-ul{
      column-gap: 2rem;
    }
}
@media screen and (max-width:1600px){
    .header-right-menu-scrool-ul{
      column-gap: 1.5rem;
    }
}
@media screen and (max-width:1500px) and (min-width:768px){
  .header .header-right-btn{
    width: 11rem;
    font-size: 1.3rem;
  }
  .header-right-btn.gray{
    margin-right: 1rem;
  }
  .hd-web-site-news .header-right-btn {
      font-size: 1.1rem;
      width: 20rem;
  }
  header.is-active-top .header-right-btn.white{
    font-size: 0;
    width: 5rem;
    border-radius: 100rem;
    margin-right: 1rem;
  }
  .header .header-left-logo img {
      width: 14rem;
      margin-top: 1rem;
  }
}


@media screen and (max-width:1430px) and (min-width:768px){
  header.is-active-top .header-right-btn.white:before{
    width: 100%;
    height: 100%;
    transform: scale(0.7) translateX(0.3rem);
  }
  .header-right-menu-scrool-ul{
    right: 1rem;
    column-gap: 1rem;
  }
}
header.is-active-top .header-right-btn.white {
    font-size: 0;
    width: 5rem;
    border-radius: 100rem;
    margin-right: 1rem;
}
header.is-active-top .header-right-btn.white:before {
    width: 100%;
    height: 100%;
    transform: scale(0.7) translateX(0.3rem);
}
@media screen and (min-width:768px){
  .header-right-txt1 {
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  header.is-active-top .header-right-txt1{
      opacity: 0;
      visibility: hidden;
  }
  .header-right-menu-scrool{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  header.is-active-top .header-right-menu-scrool{
    visibility: visible;
    opacity: 1;
  }
}
.bottom-order-sub-fr{
  padding-bottom: 0 !important;
  justify-content: center;
  padding-top: 4rem !important;
}
.bottom-order-sub-fr2{
  padding-bottom: 0 !important;
  max-width: 100%;
  padding-top: 2rem;
}
.hd-web-site-news{
  position: relative;

}
.hd-web-site-news .header-right-btn{
    font-size: 1.2rem;
}
.header .header-right-btn.gray{
  font-size: 1.2rem;
}
.sec6-top-infor-link2end .sec6-top-infor-link-item:last-child .header-right-btn{
  line-height: 1.3;
  text-align: center;
}
.sec6-top-infor-link2end{
  max-width: 100%;
  justify-content: center;
  column-gap: 3rem;
}
.table-normal-page{
  width: 100%;
}
.table-normal-page tr td:first-child{
  width: 16rem;
}
.table-normal-page tr td:last-child{
  width: calc(100% - 16rem);
}
.table-normal-page tr td{
  padding: 1.5rem 0;
  border-bottom: max(1px,0.1rem) solid #333333;
}
.iframe-googlemap-only{
  width: 100%;
  height: 27rem;
}
.beauty-menu-link-long{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
}
.beauty-menu-link-long .header-right-btn{
  width: 39rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.hair-removal-menu-btn-link{
  padding-top: 0 !important;
}
@media screen and (max-width:767px){
  .fixed-footer-icon{
    grid-template-columns: 15% 37% 1fr;
  }
  .fixed-footer-icon .fixed-footer-icon-item:first-child .header-right-btn{
    font-size: 0;
    padding-left: 0.5rem;
  }
  .fixed-footer-icon .fixed-footer-icon-item a{
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
  }
  .fixed-footer-icon .fixed-footer-icon-item:last-child{
    border-left: max(1px,0.1rem) solid #F2EFEA;
  }
  .table-normal-page tr td:first-child{
    width: 9rem;
  }
  .table-normal-page tr td:last-child{
    width: calc(100% - 9rem);
  }
  .table-normal-page tr td{
    padding: 1rem 0;
  }
  .endoscopy__image100sp{
    width: 100%;
  }
  .beauty-menu-link-long .header-right-btn{
    width: 32rem !important;
  }
}
.endoscopy5050{
  grid-template-columns: 44% 50%;
}
.endoscopy-normal5050{
  grid-template-columns: 50% 44%;
}
@media screen and (max-width:1800px) {
  .header-right-menu-scrool-item{
    font-size: 1.2rem;
  }
}
@media screen and (max-width:1800px) and (min-width:1601px){
  .header-right-menu-scrool-ul{
    column-gap: 2.5rem;
  }
}
@media screen and (min-width:1501px){
  .header-right-btn-news{
    width: 13rem !important;
  }
}
.sec6-top-infor-link0925 .sec6-top-infor-link-item .header-right-btn{
  width: 33rem;
}
