@charset "UTF-8";
.banner-page {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 14rem;
}
@media screen and (max-width: 1500px) {
  .banner-page {
    margin-top: 13rem;
  }
}
@media screen and (max-width: 999px) {
  .banner-page {
    margin-top: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-page {
    margin-top: 10rem;
  }
}
.banner-page img {
  width: 100%;
  height: 55rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .banner-page img {
    height: 35rem;
  }
}
.banner-page .banner-page-title {
  padding: 0.6rem 3rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: #926546;
  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.6rem, 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  color: #926546;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.brecum-page-ul .icon {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  transform: rotate(45deg);
}
.brecum-page-ul a {
  color: #212121;
  transition: all 0.3s ease-in-out;
}
.brecum-page-ul a:hover {
  color: #926546;
}

.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 #926546;
  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: #926546;
  -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: #926546;
}
@media screen and (min-width: 768px) {
  .under-list-ul a:hover {
    color: #926546;
    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.3rem;
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 4rem;
  position: relative;
  background-image: url(../img/common/icon1.png);
  background-size: 8.2rem auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 8rem;
}
.setting-title h3::first-letter {
  color: #926546;
}
@media screen and (max-width: 767px) {
  .setting-title h3 {
    background-size: 7.2rem auto;
    font-size: 2.4rem;
    padding-top: 7.5rem;
    margin-bottom: 2.5rem;
  }
}

.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 h4 {
  letter-spacing: 0.5rem;
  line-height: 1.45;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  margin-top: 5rem;
  background-color: #926546;
  padding: 1rem 1.5rem;
  border-bottom: max(0.3rem, 1px) dashed #fff;
  color: #fff;
  padding-top: 0;
}
.setting-title h4:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-image: url(../img/common/icon2.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 1rem;
  transform: translateY(0.7rem);
}
@media screen and (max-width: 767px) {
  .setting-title h4 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
    letter-spacing: 0.1rem;
  }
}

.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: #926546;
  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;
}
.default-txt a {
  text-decoration: underline;
  color: #926546;
}
@media screen and (min-width: 768px) {
  .default-txt a:hover {
    text-decoration: none;
  }
}

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

.endoscopy.endoscopy-row-reque {
  grid-template-columns: 38.2% 58.5%;
  grid-template-areas: "right left";
}

.endoscopy.endoscopy-row-reque .endoscopy__text {
  grid-area: left;
}

.endoscopy.endoscopy-row-reque .endoscopy__image {
  grid-area: right;
}

.setting-title h5 {
  font-size: 2.2rem;
  padding: 1.5rem 1rem;
  margin-bottom: 2.2rem;
  margin-top: 4rem;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0.3rem;
  color: #926546;
  padding-top: 0;
}
.setting-title h5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  content: "";
  background-image: linear-gradient(240deg, rgb(2, 64, 151) 0%, rgb(55, 145, 154) 100%);
}

.m_kakomi__checklist {
  font-size: 1.7rem;
  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;
}
@media screen and (max-width: 767px) {
  .m_kakomi__checklist {
    font-size: 1.6rem;
  }
}
.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: #926546;
}
@media screen and (min-width: 768px) {
  .m_kakomi__checklist li a:hover {
    text-decoration: none;
  }
}

.m_kakomi {
  border-radius: 1rem;
  padding: 3rem 3rem;
  background-color: rgba(255, 216, 189, 0.1607843137);
  border: 0.6rem solid #926546;
}

.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;
}

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

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

.m_kakomi02 {
  padding: 3rem 3rem 4rem;
  margin-top: 3rem;
  background-image: url(../img/common/image10.jpg);
  background-size: contain;
  background-repeat: repeat;
  border-radius: 1rem;
}
.m_kakomi02 h1, .m_kakomi02 h2, .m_kakomi02 h3, .m_kakomi02 h4, .m_kakomi02 h5, .m_kakomi02 h6 {
  margin-top: 0 !important;
}

.m_kakomi02_box-stiker {
  font-size: 1.7rem;
  padding: 0.3em 0.5em 0.3em;
  margin-bottom: 1.9rem;
  background-color: #926546;
  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 #926546;
}

.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: #212121;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
}

.tlt-style-line {
  font-size: 2.2rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid #212121;
  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: #926546;
  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: 32rem;
    top: 61%;
  }
  .brecum-page-ul {
    font-size: 1.4rem;
    -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 #926546;
    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;
  }
  .pt {
    padding-top: 3.7rem;
  }
  .pb {
    padding-bottom: 4.5rem;
  }
  .default-txt {
    font-size: 1.6rem;
  }
  .endoscopy {
    display: flex;
    flex-direction: column-reverse;
  }
  .endoscopy .endoscopy__image {
    margin-bottom: 1.8rem;
  }
  .setting-title h5 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
    margin-top: 3.7rem;
  }
  .m_kakomi {
    padding: 2.25rem 1.5rem;
  }
  .m_kakomi__checklist {
    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 1.5rem;
    margin-top: 1.8rem;
  }
  .m_kakomi02_box-stiker {
    font-size: 1.6rem;
    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 #926546;
  }
  .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 #926546 !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: #926546;
  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: #926546;
  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 (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);
  }
}

.q_box {
  position: relative;
  cursor: pointer;
}
.q_box .toggle-iconplus {
  position: absolute;
  top: 1.3rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .q_box .toggle-iconplus {
    top: 1rem;
  }
}
.q_box .toggle-iconplus:before, .q_box .toggle-iconplus:after {
  content: "";
  width: 3rem;
  height: max(2px, 0.4rem);
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.q_box .toggle-iconplus:after {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.q_box.is-active .toggle-iconplus:after {
  opacity: 0;
}

.qa_box-gr .qa_box_item .q_box-tlt {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: #926546;
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .qa_box-gr .qa_box_item .q_box-tlt {
    font-size: 1.8rem;
    padding-right: 5rem;
  }
}
.qa_box-gr .qa_box_item .q_box-tlt:before {
  content: "Q.";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  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.7rem;
  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: 2.6rem;
  font-weight: 600;
  line-height: 1.7;
  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;
  display: none;
}
.qa_box-gr .qa_box_item + .qa_box_item {
  border-top: max(1px, 0.1rem) solid #926546;
  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-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: #926546;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

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

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

.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: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single-post-tlt {
    font-size: 2rem;
  }
}

.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: #926546 !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%;
  }
}

.menu-global {
  font-size: 10px;
  display: none;
  padding-top: 2em;
}
@media screen and (max-width: 1500px) {
  .menu-global {
    font-size: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-global {
    font-size: 0.67vw;
  }
}
.menu-global.menu-global-1column {
  width: 25em;
}
.menu-global.menu-global-3column .menu-colum-global {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 3em 3em;
  -moz-column-gap: 5em;
       column-gap: 5em;
}

.menu-colum-global {
  background-color: #926546;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.menu-colum-global a {
  display: block;
  line-height: 1.5;
  padding: 1em 2em;
  background-image: url(../img/common/vettor16.svg);
  background-size: 0.7em auto;
  background-repeat: no-repeat;
  background-position: left 0.7em center;
}
.menu-colum-global a span {
  font-size: 1.7em;
}
.menu-colum-global a:hover {
  opacity: 0.7;
}
.menu-colum-global li {
  border-bottom: max(1px, 0.1em) solid #fff;
}

.dropmenu1column {
  position: relative;
}
.dropmenu1column .menu-global-1column {
  position: absolute;
  top: calc(100% - 1em);
  left: -1em;
}
.dropmenu1column:hover .menu-global-1column {
  display: block !important;
}

.dropmenu3column .menu-global-3column {
  position: absolute;
  top: calc(100% - 5em);
  right: 3em;
  padding-top: 5em;
}
.dropmenu3column:hover .menu-global-3column {
  display: block !important;
}

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

.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 #926546 !important;
  border-radius: 10rem;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #926546;
}
.link-arline-page:hover {
  background-color: #fff;
  color: #926546;
}
@media screen and (max-width: 767px) {
  .link-arline-page {
    font-size: 1.6rem;
  }
}

.archive-post--column {
  display: block;
}

.archive-post-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 3rem;
}
.archive-post-column li {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.14);
}
.archive-post-column li img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .archive-post-column li img {
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column li img {
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .archive-post-column {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }
}

.content-box-sub-column {
  padding: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .content-box-sub-column {
    padding: 1rem;
  }
}

.list-post-topics-txt-date {
  font-size: 1.5rem;
  color: #926546;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-date {
    font-size: 1.4rem;
  }
}

.list-post-topics-txt-tlt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-tlt {
    font-size: 1.5rem;
  }
}

.list-post-topics-txt-dect {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .list-post-topics-txt-dect {
    margin-top: 0.5rem;
  }
}
.list-post-topics-txt-dect a {
  display: inline-block;
  color: #926546;
  border-bottom: max(1px, 0.1rem) solid #926546;
  line-height: 1.2;
}

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

.table-normal-style {
  width: 100%;
}
.table-normal-style tr td:first-child {
  width: 15rem;
  background-color: #926546;
  color: #fff;
  font-weight: 500;
  padding-left: 1.5rem;
  border-bottom-color: #fff;
}
.table-normal-style tr:last-child td:first-child {
  border-bottom-color: #926546;
}
.table-normal-style tr td:last-child {
  width: calc(100% - 15rem);
  padding-left: 1.5rem;
  padding-right: 1rem;
  background-color: #fff;
}
.table-normal-style tr td {
  border: max(1px, 0.1rem) solid #926546;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .table-normal-style tr td {
    width: 100% !important;
    float: left;
    border: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-normal-style2 tr td:first-child {
    width: 35rem;
  }
  .table-normal-style.table-normal-style2 tr td:last-child {
    width: calc(100% - 35rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style3 tr td:first-child {
    width: 43rem;
  }
  .table-normal-style.table-style3 tr td:last-child {
    width: calc(100% - 43rem);
  }
  .table-normal-style.table-style5 tr td:first-child {
    width: 50rem;
  }
  .table-normal-style.table-style5 tr td:last-child {
    width: calc(100% - 50rem);
  }
}
@media screen and (min-width: 768px) {
  .table-normal-style.table-style4 tr td:first-child {
    width: 25rem;
  }
  .table-normal-style.table-style4 tr td:last-child {
    width: calc(100% - 25rem);
  }
}

.table-calender-style {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-calender-style {
    font-size: 1.4rem;
  }
}
.table-calender-style tr td:first-child {
  width: 28rem;
  text-align: left;
  background-color: #926546;
  color: #fff;
  padding-left: 2rem;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td:first-child {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td:first-child {
    width: 10rem;
    padding-left: 1rem;
  }
}
.table-calender-style tr td {
  width: calc((100% - 28rem) / 8);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .table-calender-style tr td {
    width: calc((100% - 30rem) / 8);
  }
}
@media screen and (max-width: 767px) {
  .table-calender-style tr td {
    width: calc((100% - 10rem) / 8);
  }
}
.table-calender-style tr:first-child td {
  background-color: #926546;
  color: #fff;
}
.table-calender-style tr:first-child td:last-child {
  border-right: max(1px, 0.1rem) solid #926546;
}
.table-calender-style tr:first-child td + td {
  border-left: max(1px, 0.1rem) solid #fff;
}
.table-calender-style tr + tr td:first-child {
  border-top: max(1px, 0.1rem) solid #fff;
}
.table-calender-style tr:not(:first-child) td:not(:first-child) {
  border-left: max(1px, 0.1rem) solid #926546;
  border-bottom: max(1px, 0.1rem) solid #926546;
}
.table-calender-style tr:not(:first-child) td:not(:first-child):last-child {
  border-right: max(1px, 0.1rem) solid #926546;
}

#toc_container {
  border: 0 !important;
  position: relative;
  color: #926546;
  width: 66rem !important;
  margin-bottom: 0 !important;
  padding: 2rem 1.5rem !important;
  background-color: rgba(230, 206, 79, 0.16) !important;
}
@media screen and (max-width: 767px) {
  #toc_container {
    width: 100% !important;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  background-color: #fff;
  color: #926546;
  padding: 0.5rem 1.5rem !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  font-size: 1.8rem !important;
}
#toc_container .toc_list {
  font-size: 1.6rem;
  font-weight: 500;
  text-underline-offset: 0.5rem;
}
#toc_container a {
  display: inline-block;
  text-decoration: underline !important;
  position: relative;
  padding-left: 2rem;
}
#toc_container a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#toc_container a:hover {
  opacity: 0.7;
}
#toc_container li + li {
  margin-top: 1rem;
}

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

.list-paradai {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
@media screen and (max-width: 999px) {
  .list-paradai {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .list-paradai {
    display: block;
  }
  .list-paradai .list-paradai-item + .list-paradai-item {
    margin-top: 3rem;
  }
}

.list-paradai-item {
  display: flex;
  flex-direction: column;
}
.list-paradai-item .list-paradai-item-img {
  flex-shrink: 0;
}
.list-paradai-item .list-paradai-item-content {
  flex: 1;
}
.list-paradai-item .default-txt {
  text-align: left;
}

.list-paradai-item-img img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 25.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list-paradai-item-img img {
    height: 23rem;
  }
}

.list-paradai-item-content {
  background-color: #926546;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.7rem;
  padding-bottom: 3.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list-paradai-item-content {
    font-size: 1.7rem;
    padding-bottom: 2rem;
  }
}
.list-paradai-item-content p.no-hiden {
  border-bottom: max(1px, 0.2rem) solid #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.scrool-link-parent {
  position: relative;
}
.scrool-link-parent .scrool-link-child {
  position: absolute;
  top: -15rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .scrool-link-parent .scrool-link-child {
    top: -10rem;
  }
}

@media screen and (min-width: 768px) {
  .txt-centersp {
    text-align: center;
  }
}

.ud_point-item-number {
  position: relative;
}

.ud_point-item-number-txt {
  font-size: 8rem;
  color: #926546;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ud_point-item-number-txt {
    font-size: 6rem;
    bottom: -2rem;
  }
}
.ud_point-item-number-txt:before {
  content: "POINT";
  font-size: 2rem;
  font-weight: 500;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .ud_point-item-number-txt:before {
    font-size: 1.8rem;
  }
}

.ud_point-item {
  padding: 3rem 4rem;
  padding-top: 1rem;
  background-image: url(../img/common/image07.png), url(../img/common/image08.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
  background-color: rgba(146, 101, 70, 0.06);
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
}
@media screen and (max-width: 767px) {
  .ud_point-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-size: 27rem auto, 37rem auto;
  }
}

.ud_point {
  padding-top: 5rem;
}
.ud_point .ud_point-item + .ud_point-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .ud_point {
    padding-top: 4rem;
  }
  .ud_point .ud_point-item + .ud_point-item {
    margin-top: 7rem;
  }
}

.mgt3 {
  margin-top: 3rem;
}

.ud_step {
  padding-top: 3rem;
}
.ud_step .ud_step-item + .ud_step-item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item {
    margin-top: 7rem;
  }
}
.ud_step .ud_step-item + .ud_step-item:after {
  content: "";
  position: absolute;
  top: -6rem;
  width: 3rem;
  height: 3rem;
  background-color: #926546;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ud_step .ud_step-item + .ud_step-item:after {
    width: 2rem;
    height: 2rem;
    top: -5rem;
  }
}

.ud_step-item {
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(71, 71, 71, 0.2901960784);
  width: calc(100% - 1.5rem);
  padding: 3rem 2.5rem;
  padding-top: 0.2rem;
  position: relative;
  background-image: url(../img/common/image07.png), url(../img/common/image08.png);
  background-size: 40rem auto, 60rem auto;
  background-position: bottom right, top left;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .ud_step-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: calc(100% - 0.6rem);
    background-size: 27rem auto, 37rem auto;
  }
}
.ud_step-item:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: -1.5rem;
  bottom: -2rem;
  background-color: #926546;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ud_step-item:before {
    right: -0.6rem;
    bottom: -1rem;
  }
}
.ud_step-item .ud_step-item-step {
  position: absolute;
  font-size: 3rem;
  font-weight: 500;
  width: 20rem;
  padding: 1rem 0;
  background-color: #926546;
  color: #fff;
  letter-spacing: 0.5rem;
  line-height: 1;
  text-align: center;
  transform: translateY(-50%);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .ud_step-item .ud_step-item-step {
    font-size: 2.5rem;
    width: 15rem;
    letter-spacing: 0.3rem;
  }
}

.list-select-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .list-select-table {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 3rem;
  }
}

.list-select-table-btn {
  width: 30rem;
  height: 6rem;
  background-color: #926546;
  border: max(1px, 0.1rem) solid #926546;
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .list-select-table-btn {
    font-size: 1.7rem;
    width: 48%;
    height: 5rem;
  }
}
.list-select-table-btn:hover, .list-select-table-btn.is-active {
  background-color: #fff;
  color: #926546;
}

.informetab {
  display: none;
}

#tab1 {
  display: block;
}

.mgt5 {
  margin-top: 5rem;
}

.fade-top {
  opacity: 0;
  animation: fade-top 0.5s ease forwards;
  animation-delay: 0.6s;
}

@keyframes fade-top {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.setting-single-heading h1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h1 {
    font-size: 2.6rem;
    margin: 2rem 0;
  }
}
.setting-single-heading h2 {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  background-color: #926546;
  color: #fff;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h2 {
    font-size: 2.2rem;
    margin: 1rem 0;
  }
}
.setting-single-heading h3, .setting-single-heading h4, .setting-single-heading h5, .setting-single-heading h6 {
  font-size: 2.3rem;
  font-weight: 500;
  color: #926546;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h3, .setting-single-heading h4, .setting-single-heading h5, .setting-single-heading h6 {
    font-size: 2.2rem;
    margin: 0.7rem 0;
  }
}
.setting-single-heading h4 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h4 {
    font-size: 2rem;
  }
}
.setting-single-heading h5 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h5 {
    font-size: 1.8rem;
  }
}
.setting-single-heading h6 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h6 {
    font-size: 1.7rem;
  }
}

.alower-secmer {
  border: max(1rem, 5px) solid rgb(254, 175, 172);
  padding: 3rem 3rem;
  background-color: rgba(255, 244, 244, 0.7);
}
@media screen and (max-width: 767px) {
  .alower-secmer {
    padding: 2rem 1.5rem;
    border: max(0.5rem, 1px) solid rgb(254, 175, 172);
  }
}

.alower-secmer-grid {
  display: grid;
  grid-template-columns: 63% 35%;
  justify-content: space-between;
  align-items: flex-start;
}
.alower-secmer-grid .alower-secmer-img img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .alower-secmer-grid {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}

.disadvantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .disadvantages {
    display: block;
  }
}
.disadvantages .disadvantages-item {
  border: max(0.2rem, 2px) solid #1FB1E8;
}
.disadvantages .disadvantages-item h1, .disadvantages .disadvantages-item h2, .disadvantages .disadvantages-item h3, .disadvantages .disadvantages-item h4, .disadvantages .disadvantages-item h5, .disadvantages .disadvantages-item h6 {
  margin-top: 0;
}
.disadvantages .disadvantages-item .disadvantages-acres {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .disadvantages .disadvantages-item + .disadvantages-item {
    margin-top: 3rem;
  }
}

.skin-metamax {
  font-size: 2.6rem;
  font-weight: 500;
  color: #926546;
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.skin-metamax:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2.5rem;
  background-color: #926546;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  transform: translateY(1rem);
}
@media screen and (max-width: 767px) {
  .skin-metamax:before {
    height: 2rem;
    transform: translateY(0.7rem);
  }
}
@media screen and (max-width: 767px) {
  .skin-metamax {
    font-size: 2.1rem;
  }
}

.clnumberzen {
  color: #926546;
  font-weight: 500;
}

.doctor-single-name {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: right;
  color: #926546;
}
@media screen and (max-width: 999px) {
  .doctor-single-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .doctor-single-name {
    font-size: 1.8rem;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1000px) {
  header {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
  header.is-active {
    background-color: #fff;
  }
  header.is-active-page {
    background-color: #fff;
  }
}
@media screen and (max-width: 999px) {
  header {
    background-color: #fff;
  }
}

.header {
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5em;
  padding-right: 2.5em;
  padding-top: 1em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 1500px) {
  .header {
    padding-left: 1em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 0.71vw;
  }
}
@media screen and (max-width: 999px) {
  .header {
    font-size: 1rem;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1.5em;
  }
}

.header-logo img {
  width: 27.5em;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 23.5em;
  }
}

.header-right-top-address {
  text-align: right;
}
.header-right-top-address span {
  font-size: 1.6em;
  line-height: 1.5;
}

.header-right-top-link--tel img {
  width: 28em;
  border-radius: 5em;
}

.header-right-top-link--web img {
  width: 15em;
  border-radius: 5em;
}

.header-right-top-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}

.header-right-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.header-right-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.header-right-ul > li .header-right-link {
  text-align: center;
  line-height: 1.4;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
  position: relative;
  z-index: 2;
  padding-bottom: 1em;
}
.header-right-ul > li .header-right-link .jpn {
  font-size: 1.8em;
  transition: all 0.3s ease-in-out;
}
.header-right-ul > li .header-right-link .eng {
  font-size: 1.4em;
  color: #624331;
  text-transform: uppercase;
}
.header-right-ul > li .header-right-link span {
  display: block;
  font-weight: 500;
}
.header-right-ul > li .header-right-link.icon-down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0.8em;
  height: 0.8em;
  border: max(1px, 0.2em) solid #624331;
  border-top: 0;
  border-left: 0;
}
.header-right-ul > li .header-right-link:hover .jpn, .header-right-ul > li .header-right-link.is-active .jpn {
  color: #624331;
}
.header-right-ul > li + li {
  border-left: max(1px, 0.1em) solid #624331;
}

.header-right-bottom {
  padding-top: 1em;
}

@media screen and (max-width: 999px) {
  .header-right {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .btn-hamberger {
    display: none;
  }
}

.sec1-top-slider-item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .sec1-top-slider-item img {
    max-height: calc(100vh - 11rem);
    height: 60rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-slider-item img {
    max-height: calc(100vh - 10rem);
    height: 35rem;
  }
}

.sec1-banner {
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec1-banner {
    margin-top: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-banner {
    margin-top: 10rem;
  }
}
.sec1-banner .sec1-banner-tlt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 77.7em;
  height: 43.7em;
  padding-left: 5em;
  padding-bottom: 2em;
  background-image: url(../img/top/img03.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 0.52vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 999px) {
  .sec1-banner .sec1-banner-tlt {
    width: 53.7em;
    height: 30.7em;
    padding-left: 2em;
    padding-bottom: 2em;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-banner .sec1-banner-tlt {
    width: 100%;
    height: auto;
    padding-left: 1.5em;
    padding-right: 3em;
    padding-bottom: 1em;
    padding-top: 1em;
    background-image: none;
    background-color: rgba(247, 239, 225, 0.6);
    box-shadow: 0px 0px 1rem 1rem rgba(247, 239, 225, 0.6);
  }
}
.sec1-banner .sec1-banner-tlt h1, .sec1-banner .sec1-banner-tlt h2, .sec1-banner .sec1-banner-tlt h3, .sec1-banner .sec1-banner-tlt h4, .sec1-banner .sec1-banner-tlt h5, .sec1-banner .sec1-banner-tlt h6 {
  font-size: 5em;
  color: #624331;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .sec1-banner .sec1-banner-tlt h1, .sec1-banner .sec1-banner-tlt h2, .sec1-banner .sec1-banner-tlt h3, .sec1-banner .sec1-banner-tlt h4, .sec1-banner .sec1-banner-tlt h5, .sec1-banner .sec1-banner-tlt h6 {
    font-size: 3.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-banner .sec1-banner-tlt h1, .sec1-banner .sec1-banner-tlt h2, .sec1-banner .sec1-banner-tlt h3, .sec1-banner .sec1-banner-tlt h4, .sec1-banner .sec1-banner-tlt h5, .sec1-banner .sec1-banner-tlt h6 {
    font-size: 1.8em;
  }
}
.sec1-banner .sec1-banner-tlt .sec1-banner-txt {
  padding-top: 0.7em;
}
.sec1-banner .sec1-banner-tlt .sec1-banner-txt span {
  font-size: max(2.5em, 15px);
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .sec1-banner .sec1-banner-tlt .sec1-banner-txt span {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec1-banner .sec1-banner-tlt .sec1-banner-txt span {
    font-size: 1.5em;
  }
}

.sec1-top-main {
  display: grid;
  grid-template-columns: 50rem 61rem;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .sec1-top-main {
    grid-template-columns: 45% 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-main {
    display: block;
  }
}
.sec1-top-main .sec-tlt-lv1 {
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .sec1-top-main .sec-tlt-lv1 {
    padding-bottom: 2rem;
  }
}

.sec-tlt-lv1 h1, .sec-tlt-lv1 h2, .sec-tlt-lv1 h3, .sec-tlt-lv1 h4, .sec-tlt-lv1 h5, .sec-tlt-lv1 h6 {
  font-size: 3.2rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .sec-tlt-lv1 h1, .sec-tlt-lv1 h2, .sec-tlt-lv1 h3, .sec-tlt-lv1 h4, .sec-tlt-lv1 h5, .sec-tlt-lv1 h6 {
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 999px) {
  .sec-tlt-lv1 h1, .sec-tlt-lv1 h2, .sec-tlt-lv1 h3, .sec-tlt-lv1 h4, .sec-tlt-lv1 h5, .sec-tlt-lv1 h6 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt-lv1 h1, .sec-tlt-lv1 h2, .sec-tlt-lv1 h3, .sec-tlt-lv1 h4, .sec-tlt-lv1 h5, .sec-tlt-lv1 h6 {
    font-size: 2.2rem;
  }
}

.sec1-top-left-list-news {
  overflow: auto;
  height: 44rem;
}
@media screen and (max-width: 999px) {
  .sec1-top-left-list-news {
    height: 39rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-left-list-news {
    height: 25rem;
  }
}
.sec1-top-left-list-news::-webkit-scrollbar {
  width: max(0.4rem, 4px);
  background-color: #E3DAD4;
}
.sec1-top-left-list-news::-webkit-scrollbar-thumb {
  background: #926546;
  border-radius: 100rem;
}

.sec1-top-left-list-box {
  border-top: max(1px, 0.2rem) solid #E5E5E5;
  border-bottom: max(1px, 0.2rem) solid #E5E5E5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.sec1-top-left-ul {
  line-height: 1.5;
  width: calc(100% - 1.5rem);
}
.sec1-top-left-ul li {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: max(1px, 0.1rem) dashed #E5E5E5;
}
@media screen and (max-width: 999px) {
  .sec1-top-left-ul li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top-left-ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.sec1-top-left-ul .list-news-date {
  color: #937C6C;
}
.sec1-top-left-ul .list-news-tlt a {
  color: #666666;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-style-lv1 {
  display: flex;
  font-size: 2.2rem;
  color: #926546;
  justify-content: center;
  align-items: center;
  height: 7rem;
  border: max(1px, 0.1rem) solid #926546 !important;
  border-radius: 10rem;
  text-transform: uppercase;
  font-weight: 500;
  background-image: url(../img/top/img04.png);
  background-size: 2.8rem auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  transition: all 0.3s ease-in-out;
}
.link-style-lv1:hover {
  background-color: #926546;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .link-style-lv1 {
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 999px) {
  .link-style-lv1 {
    font-size: 2rem;
    height: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .link-style-lv1 {
    width: 25rem;
    font-size: 1.8rem;
    height: 5.5rem;
    background-position: right 1.5rem center;
  }
}

.mw380 {
  max-width: 38rem;
}
@media screen and (max-width: 999px) {
  .mw380 {
    max-width: 30rem;
  }
}

.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.sec1-top-link {
  margin-top: 3.5rem;
}
@media screen and (max-width: 999px) {
  .sec1-top-link {
    margin-top: 2rem;
  }
}

.table-calender-main {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-calender-main {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .table-calender-main {
    letter-spacing: 0.3rem;
  }
}
.table-calender-main tr:first-child td {
  background-color: #E6CE4F;
  border-bottom: 0;
}
.table-calender-main tr:first-child td:first-child {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.table-calender-main tr:first-child td:last-child {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.table-calender-main tr td:first-child {
  width: 16rem;
}
@media screen and (max-width: 999px) {
  .table-calender-main tr td:first-child {
    width: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .table-calender-main tr td:first-child {
    width: 10rem;
  }
}
.table-calender-main tr td {
  width: calc((100% - 16rem) / 7);
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  text-align: center;
  background-color: #fff;
  border-bottom: max(1px, 0.1rem) solid #B8B6B1;
}
@media screen and (max-width: 999px) {
  .table-calender-main tr td {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    width: calc((100% - 13rem) / 7);
  }
}
@media screen and (max-width: 767px) {
  .table-calender-main tr td {
    width: calc((100% - 10rem) / 7);
  }
}
.table-calender-main .cril {
  color: #E6CE4F;
}

.txt-fs16 {
  font-size: 1.7rem;
}
@media screen and (max-width: 999px) {
  .txt-fs16 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.table-calender-main-sub {
  color: #3E4943;
  margin-top: 2rem;
}

.gr-top-access-tlt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5EEE6;
  border-radius: 1rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .gr-top-access-tlt {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.gr-top-access-tlt:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2.4rem;
  background-image: url(../img/top/img05.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.gr-top-access-driver {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .gr-top-access-driver {
    display: block;
  }
}
.gr-top-access-driver .gr-top-access-driver-item {
  display: flex;
  height: 10.5rem;
  border: max(2px, 0.6rem) solid #F5EEE6;
  border-radius: 1rem;
  color: #926546;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: left 2rem center;
  background-size: 5.7rem auto;
}
@media screen and (max-width: 999px) {
  .gr-top-access-driver .gr-top-access-driver-item {
    font-size: 1.6rem;
    background-size: 4.7rem auto;
    background-position: left 1rem center;
    height: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .gr-top-access-driver .gr-top-access-driver-item {
    background-size: 5.7rem auto;
  }
}

.access-driver--taxi {
  background-image: url(../img/top/img06.png);
  padding-left: 7rem;
}
@media screen and (max-width: 999px) {
  .access-driver--taxi {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .access-driver--taxi {
    padding-left: 10rem;
  }
}

.access-driver--shikansen {
  background-image: url(../img/top/img07.png);
  padding-left: 10rem;
}
@media screen and (max-width: 999px) {
  .access-driver--shikansen {
    padding-left: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .access-driver--shikansen {
    padding-left: 12rem;
    margin-top: 1.5rem;
  }
}

.gr-top-access {
  margin-top: 3rem;
}

@media screen and (min-width: 1000px) {
  .link-style-lv2 {
    letter-spacing: 0.3rem;
  }
}
.link-style-lv2 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #926546;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  height: 7rem;
  background-image: url(../img/top/img08.png);
  background-size: 1.7rem auto;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .link-style-lv2 {
    height: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .link-style-lv2 {
    height: 5.5rem;
    font-size: 1.5rem;
    background-position: right 1rem center;
  }
}
.link-style-lv2:hover {
  background-color: #EEC96A;
}

.gr-top-access-driver-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  align-items: center;
  padding-top: 3rem;
}
@media screen and (max-width: 999px) {
  .gr-top-access-driver-link {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .gr-top-access-driver-link {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.sec1-top {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url(../img/top/img09.png), url(../img/top/img10.png);
  background-size: 29.6rem auto, 69.1rem auto;
  background-repeat: no-repeat, no-repeat;
  background-position: top 2rem right 1rem, bottom left;
}
@media screen and (max-width: 999px) {
  .sec1-top {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec1-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

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

.sec-tlt-lv2 {
  text-align: center;
  position: relative;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec-tlt-lv2 {
    padding-bottom: 1rem;
  }
}
.sec-tlt-lv2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: max(3rem, 30px);
  height: max(1px, 0.1rem);
  background-color: #926546;
  transform: translateX(-50%);
}
.sec-tlt-lv2 .sec-tlt-lv2-eng {
  font-size: 15rem;
  line-height: 1;
  color: #926546;
  font-weight: 500;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 1500px) {
  .sec-tlt-lv2 .sec-tlt-lv2-eng {
    font-size: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt-lv2 .sec-tlt-lv2-eng {
    font-size: 4rem;
    padding-bottom: 0.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec-tlt-lv2 .sec-tlt-lv2-eng {
    letter-spacing: 0.5rem;
  }
}
.sec-tlt-lv2 h1, .sec-tlt-lv2 h2, .sec-tlt-lv2 h3, .sec-tlt-lv2 h4, .sec-tlt-lv2 h5, .sec-tlt-lv2 h6 {
  font-size: 3.2rem;
  color: #33312E;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .sec-tlt-lv2 h1, .sec-tlt-lv2 h2, .sec-tlt-lv2 h3, .sec-tlt-lv2 h4, .sec-tlt-lv2 h5, .sec-tlt-lv2 h6 {
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec-tlt-lv2 h1, .sec-tlt-lv2 h2, .sec-tlt-lv2 h3, .sec-tlt-lv2 h4, .sec-tlt-lv2 h5, .sec-tlt-lv2 h6 {
    font-size: 2.13vw;
  }
}
@media screen and (max-width: 999px) {
  .sec-tlt-lv2 h1, .sec-tlt-lv2 h2, .sec-tlt-lv2 h3, .sec-tlt-lv2 h4, .sec-tlt-lv2 h5, .sec-tlt-lv2 h6 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt-lv2 h1, .sec-tlt-lv2 h2, .sec-tlt-lv2 h3, .sec-tlt-lv2 h4, .sec-tlt-lv2 h5, .sec-tlt-lv2 h6 {
    font-size: 2rem;
  }
}

.sec2-top {
  background-image: url(../img/top/img29.png), url(../img/top/img11.jpg);
  background-size: 192rem auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, bottom center;
  padding-top: 10rem;
  padding-bottom: 22rem;
}
@media screen and (max-width: 999px) {
  .sec2-top {
    padding-top: 5rem;
    padding-bottom: 12rem;
    background-size: 100% auto, cover;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
  }
}

.sec2-top-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  row-gap: 2rem;
  padding-top: 6rem;
}
@media screen and (max-width: 999px) {
  .sec2-top-list {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-list {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1.5rem;
    padding-top: 3rem;
  }
}
.sec2-top-list .sec2-top-list-item {
  width: calc((100% - 4.2rem) / 4);
  height: 24rem;
  background-color: #fff;
  border-radius: 1.5rem;
  position: relative;
  padding-top: 2.4rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .sec2-top-list .sec2-top-list-item {
    height: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-list .sec2-top-list-item {
    width: calc((100% - 1rem) / 2);
    padding-top: 1.4rem;
    height: 17rem;
  }
}
.sec2-top-list .sec2-top-list-item:before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  border-bottom-right-radius: 1rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background-color: #E5AE01;
}
@media screen and (max-width: 767px) {
  .sec2-top-list .sec2-top-list-item:before {
    width: 2rem;
    height: 2rem;
  }
}
.sec2-top-list .sec2-top-list-item .sec2-top-list-item-link {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sec2-top-list .sec2-top-list-item:hover {
  opacity: 0.7 !important;
}
.sec2-top-list .sec2-top-list-item-icon {
  width: 13rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 999px) {
  .sec2-top-list .sec2-top-list-item-icon {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec2-top-list .sec2-top-list-item-icon {
    width: 8rem;
  }
}
.sec2-top-list .sec2-top-list-item-txt {
  text-align: center;
  line-height: 1.5;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec2-top-list .sec2-top-list-item-txt {
    font-size: 1.4rem;
  }
}
.sec2-top-list .sec2-top-list-item-txt--single {
  padding-top: 2.2rem;
}

.sec3-top {
  background-color: #F7F7F5;
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 999px) {
  .sec3-top {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.sec3-top-cont {
  max-width: 174.6rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 2.2%;
       column-gap: 2.2%;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-cont {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-cont {
    display: block;
  }
  .sec3-top-cont .sec3-top-item + .sec3-top-item {
    margin-top: 2.5rem;
  }
}
.sec3-top-cont .sec3-top-item {
  border-radius: 1rem;
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .sec3-top-cont .sec3-top-item {
    width: 49%;
    background-position: left center;
  }
  .sec3-top-cont .sec3-top-item:last-child {
    width: 100%;
  }
  .sec3-top-cont .sec3-top-item:last-child .sec3-top-item-txt {
    height: auto !important;
  }
  .sec3-top-cont .sec3-top-item:last-child .sec3-top-item-cont {
    max-width: 52rem;
  }
}
@media screen and (max-width: 1400px) {
  .sec3-top-cont .sec3-top-item {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
.sec3-top-cont .sec3-top-item .sec3-top-item-tlt {
  text-align: center;
  border-bottom: max(1px, 0.1rem) solid #fff;
  padding-bottom: 2rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 1400px) {
  .sec3-top-cont .sec3-top-item .sec3-top-item-tlt {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.sec3-top-cont .sec3-top-item .sec3-top-item-cont {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
.sec3-top-cont .sec3-top-item .sec3-top-item-txt {
  line-height: 2.2;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1500px) {
  .sec3-top-cont .sec3-top-item .sec3-top-item-txt {
    letter-spacing: 0;
  }
}

.sec3-top-item-link-media {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #926546;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4rem;
  height: 6rem;
  text-align: center;
  font-weight: 500;
  background-image: url(../img/top/img30.png);
  background-size: 0.7rem auto;
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .sec3-top-item-link-media {
    height: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-item-link-media {
    font-size: 1.4rem;
    height: 4.6rem;
    background-position: right 1rem center;
  }
}
.sec3-top-item-link-media:hover {
  background-color: #926546;
  color: #fff;
}

.sec3-top-item-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1.5rem;
  margin-top: 4rem;
}
.sec3-top-item-link li {
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 1400px) {
  .sec3-top-item-link {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-item-link {
    row-gap: 1.5rem;
  }
}

.txt-fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 1400px) {
  .txt-fs30 {
    font-size: 2.14vw;
  }
}
@media screen and (max-width: 999px) {
  .txt-fs30 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-fs30 {
    font-size: 2rem;
  }
}

.sec3-top-bottom {
  max-width: 111.7rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.7rem;
}
@media screen and (max-width: 767px) {
  .sec3-top-bottom {
    row-gap: 1.5rem;
  }
}
.sec3-top-bottom .sec3-top-bottom-item {
  width: calc((100% - 4rem) / 5);
  background-color: #fff;
  border-radius: 1.5rem;
  height: 20rem;
  background-size: 13rem auto;
  background-repeat: no-repeat;
  background-position: top 1.5rem center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec3-top-bottom .sec3-top-bottom-item {
    background-size: 10rem auto;
    height: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-bottom .sec3-top-bottom-item {
    width: calc((100% - 2rem) / 3);
    background-size: 8rem auto;
    height: 13rem;
    border-radius: 1rem;
  }
  .sec3-top-bottom .sec3-top-bottom-item:nth-child(3) .sec3-top-bottom-txt {
    padding-top: 7rem;
  }
}
.sec3-top-bottom .sec3-top-bottom-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  background-color: #DEAD4F;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec3-top-bottom .sec3-top-bottom-item:before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.sec3-top-bottom .sec3-top-bottom-item .sec3-top-bottom-txt {
  color: #33312E;
  text-align: center;
  padding-top: 14rem;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .sec3-top-bottom .sec3-top-bottom-item .sec3-top-bottom-txt {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-bottom .sec3-top-bottom-item .sec3-top-bottom-txt {
    padding-top: 8rem;
    line-height: 1.4;
  }
}
.sec3-top-bottom .sec3-top-bottom-item .sec3-top-bottom-dual {
  padding-top: 13rem;
}
@media screen and (max-width: 999px) {
  .sec3-top-bottom .sec3-top-bottom-item .sec3-top-bottom-dual {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .sec3-top-bottom .sec3-top-bottom-item .sec3-top-bottom-dual {
    padding-top: 7rem;
  }
}
.sec3-top-bottom .sec3-top-bottom-item .sec3-top-bottom-hvo {
  color: #33312E;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 1.5rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sec3-top-bottom .sec3-top-bottom-item .sec3-top-bottom-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
@media screen and (min-width: 1000px) {
  .sec3-top-bottom .sec3-top-bottom-item:hover .sec3-top-bottom-hvo {
    opacity: 1;
  }
}

.sec4-top {
  background-image: url(../img/top/img43.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
.sec4-top .sec-tlt-lv2 .sec-tlt-lv2-eng, .sec4-top h1, .sec4-top h2, .sec4-top h3, .sec4-top h4, .sec4-top h5, .sec4-top h6 {
  color: #fff;
}
.sec4-top .sec-tlt-lv2:before {
  background-color: #fff;
}

.sec-tlt-lv3 {
  text-align: center;
}
.sec-tlt-lv3 h1, .sec-tlt-lv3 h2, .sec-tlt-lv3 h3, .sec-tlt-lv3 h4, .sec-tlt-lv3 h5, .sec-tlt-lv3 h6 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #33312E;
}
@media screen and (max-width: 1500px) {
  .sec-tlt-lv3 h1, .sec-tlt-lv3 h2, .sec-tlt-lv3 h3, .sec-tlt-lv3 h4, .sec-tlt-lv3 h5, .sec-tlt-lv3 h6 {
    font-size: 2.33vw;
  }
}
@media screen and (max-width: 999px) {
  .sec-tlt-lv3 h1, .sec-tlt-lv3 h2, .sec-tlt-lv3 h3, .sec-tlt-lv3 h4, .sec-tlt-lv3 h5, .sec-tlt-lv3 h6 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt-lv3 h1, .sec-tlt-lv3 h2, .sec-tlt-lv3 h3, .sec-tlt-lv3 h4, .sec-tlt-lv3 h5, .sec-tlt-lv3 h6 {
    font-size: 2rem;
  }
}
.sec-tlt-lv3 .sec-tlt-lv3-img {
  width: 34.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 1500px) {
  .sec-tlt-lv3 .sec-tlt-lv3-img {
    width: 23vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt-lv3 .sec-tlt-lv3-img {
    width: 15rem;
    margin-top: 1rem;
  }
}

.sec5-top {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-image: url(../img/top/img57.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 999px) {
  .sec5-top {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
}

.sec5-top-gr .sec5-top-item {
  max-width: 175.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .sec5-top-gr .sec5-top-item {
    display: block;
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.sec5-top-gr .sec5-top-item .sec5-top-left {
  width: 42.7%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .sec5-top-gr .sec5-top-item .sec5-top-left {
    width: 44.7%;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-gr .sec5-top-item .sec5-top-left {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-gr .sec5-top-item .sec5-top-left {
    width: 100%;
  }
}
.sec5-top-gr .sec5-top-item .sec5-top-left .txt-fs30 {
  color: #33312E;
  padding-left: 5rem;
  padding-bottom: 6.5rem;
  padding-top: 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .sec5-top-gr .sec5-top-item .sec5-top-left .txt-fs30 {
    padding-left: 3.13vw;
    padding-bottom: 4.06vw;
    padding-top: 3.75vw;
  }
}
@media screen and (max-width: 1500px) {
  .sec5-top-gr .sec5-top-item .sec5-top-left .txt-fs30 {
    padding-left: 1.13vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-gr .sec5-top-item .sec5-top-left .txt-fs30 {
    padding-left: 0;
    padding-bottom: 2rem;
    padding-top: 0;
    text-align: center;
  }
}
.sec5-top-gr .sec5-top-item .sec5-top-left .sec5-top-left-txt {
  color: #33312E;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec5-top-gr .sec5-top-item .sec5-top-left .sec5-top-left-txt {
    margin-top: 2rem;
  }
}
.sec5-top-gr .sec5-top-item .sec5-top-left .sec5-top-left-number {
  position: absolute;
  top: 0;
  left: 0;
}
.sec5-top-gr .sec5-top-item .sec5-top-right {
  width: 52.4%;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec5-top-gr .sec5-top-item .sec5-top-right {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-gr .sec5-top-item .sec5-top-right {
    width: 100%;
    margin-top: 3rem;
  }
}
.sec5-top-gr .sec5-top-item .sec5-top-right .sec5-top-right-img-sub {
  width: 51.4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
@media screen and (max-width: 1600px) {
  .sec5-top-gr .sec5-top-item .sec5-top-right .sec5-top-right-img-sub {
    width: 32.13vw;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-gr .sec5-top-item .sec5-top-right .sec5-top-right-img-sub {
    transform: translateX(-50%) translateY(37%);
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-gr .sec5-top-item .sec5-top-right .sec5-top-right-img-sub {
    width: 25rem;
    position: static;
    margin-top: -3rem;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec5-top-gr .sec5-top-item .sec5-top-right .sec5-top-right-img-sub2 {
  width: 19.2rem;
  position: absolute;
  bottom: 2rem;
  right: 5rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top-gr .sec5-top-item .sec5-top-right .sec5-top-right-img-sub2 {
    width: 12vw;
    bottom: 1.25vw;
    right: 3.13vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-gr .sec5-top-item .sec5-top-right .sec5-top-right-img-sub2 {
    width: 10rem;
    right: 0;
    bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec5-top-gr .sec5-top-item:nth-child(odd) {
    margin-left: auto;
  }
  .sec5-top-gr .sec5-top-item:nth-child(odd) .sec5-top-right-img img {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .sec5-top-gr .sec5-top-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .sec5-top-gr .sec5-top-item:nth-child(2n) .sec5-top-right-img img {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
.sec5-top-gr .sec5-top-item + .sec5-top-item {
  margin-top: 10rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top-gr .sec5-top-item + .sec5-top-item {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-gr .sec5-top-item + .sec5-top-item {
    margin-top: 5rem;
  }
}

.img-number-top {
  height: 16.5rem;
}
@media screen and (max-width: 1600px) {
  .img-number-top {
    height: 10.31vw;
  }
}
@media screen and (max-width: 767px) {
  .img-number-top {
    height: 10rem;
  }
}

.sec5-top-link {
  display: flex;
  flex-wrap: wrap;
  height: 6.7rem;
  border-radius: 0.8rem;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .sec5-top-link {
    font-size: 1.5rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-link {
    height: 5.7rem;
  }
}
.sec5-top-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.sec5-top-link.sec5-top-link--grow {
  background-color: #624331;
  color: #fff;
}
.sec5-top-link.sec5-top-link--grow:before {
  background-color: #533929;
}
.sec5-top-link.sec5-top-link--yelow {
  background-color: #E6CE4F;
  color: #624331;
}
.sec5-top-link.sec5-top-link--yelow:before {
  background-color: #BCA841;
}

.sec5-top-left-ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1.8rem;
       column-gap: 1.8rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1600px) {
  .sec5-top-left-ul {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-left-ul {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-top: 2.13vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-left-ul {
    display: block;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
  }
  .sec5-top-left-ul li + li {
    margin-top: 1rem;
  }
}

.sec5-top-gr {
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-gr {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .sec5-top-right-img {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.sec5-top-lk {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 57.8rem 57.8rem;
  justify-content: space-between;
  padding-top: 12rem;
}
@media screen and (max-width: 1700px) {
  .sec5-top-lk {
    max-width: 129rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec5-top-lk {
    max-width: 123rem;
  }
}
@media screen and (max-width: 1300px) {
  .sec5-top-lk {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .sec5-top-lk {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-lk {
    display: block;
  }
  .sec5-top-lk .sec5-top-lk-item + .sec5-top-lk-item {
    margin-top: 7rem;
  }
}

.sec5-top-lk-item {
  background-color: #F0EEE9;
  padding-bottom: 5rem;
  border-radius: 1.5rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .sec5-top-lk-item {
    padding-bottom: 3rem;
  }
}
.sec5-top-lk-item .sec5-top-lk-item-number {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-35%) translateY(-31%);
}
@media screen and (max-width: 1600px) {
  .sec5-top-lk-item .sec5-top-lk-item-number {
    transform: translateX(-23%) translateY(-31%);
  }
}
@media screen and (max-width: 1400px) {
  .sec5-top-lk-item .sec5-top-lk-item-number {
    transform: translateX(-1.5rem) translateY(-31%);
  }
}

.sec5-top-lk-item-img img {
  width: 100%;
  height: 38rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec5-top-lk-item-img img {
    height: 29rem;
  }
}
@media screen and (max-width: 767px) {
  .sec5-top-lk-item-img img {
    height: 22rem;
  }
}

.txt-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 999px) {
  .txt-fs20 {
    font-size: 1.8rem;
  }
}

.sec5-top-lk-item-tlt {
  color: #fff;
  background-color: #624331;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-lk-item-tlt {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.sec5-top-lk-content {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}

.sec5-top-lk-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sec5-top-lk-link {
    display: block;
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .sec5-top-lk-link li + li {
    margin-top: 1.5rem;
  }
}

.sec5-top-lk-content-txt {
  padding-bottom: 4rem;
}
@media screen and (max-width: 999px) {
  .sec5-top-lk-content-txt {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .sec5-top-lk-link-single {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec6-top-tlt {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
}
@media screen and (min-width: 768px) {
  .sec6-top-tlt .sec-tlt-lv2 {
    width: -moz-max-content;
    width: max-content;
  }
}

.sec6-top {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-image: url(../img/top/img58.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 1500px) {
  .sec6-top {
    background-position: right 36% bottom;
  }
}
@media screen and (max-width: 999px) {
  .sec6-top {
    background-position: right 55% bottom;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec6-top {
    background-position: left bottom;
    padding-bottom: 4rem;
  }
}

.txt-fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 999px) {
  .txt-fs24 {
    font-size: 1.9rem;
  }
}

.sec6-top24 {
  margin-top: 3.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 999px) {
  .sec6-top24 {
    margin-top: 2.4rem;
    margin-bottom: 1rem;
  }
}

.sec6-top-secment {
  margin-top: 4rem;
  border-bottom: max(1px, 0.1rem) solid #33312E;
  margin-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  .sec6-top-secment {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.sec6-top-secment span {
  font-weight: 500;
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 1rem;
}

.sec6-top-content {
  max-width: 58rem;
  color: #33312E;
}

@media screen and (max-width: 767px) {
  .sec6-top-img-sp {
    margin-top: 2.5rem;
  }
}

.sec7-top {
  background-color: #F7F7F5;
  padding-top: 8.5rem;
}
@media screen and (max-width: 999px) {
  .sec7-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top {
    padding-top: 3rem;
  }
}

.sec7-top-list-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (max-width: 999px) {
  .sec7-top-list-column {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-list-column {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.sec7-top-column-img img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 999px) {
  .sec7-top-column-img img {
    height: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-column-img img {
    height: 13rem;
  }
}

.sec7-top-column-date {
  color: #937C6C;
  font-weight: 500;
  padding-top: 1rem;
}

.sec7-top-column-tlt {
  font-size: 1.7rem;
  color: #937C6C;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 0.5rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-column-tlt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-column-tlt {
    font-size: 1.5rem;
  }
}

.sec7-top-column-txt {
  color: #484848;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-column-txt {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}

.sec7-top-list-column--top {
  margin-top: 6rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-list-column--top {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-list-column--top {
    margin-top: 3rem;
  }
}

.sec7-top-link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  color: #926546;
  width: 28rem;
  height: 7rem;
  border: max(1px, 0.1rem) solid #926546 !important;
  border-radius: 0.8rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-top: 5rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-link {
    font-size: 1.6rem;
    height: 6rem;
    width: 25rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-link {
    height: 5.7rem;
  }
}
.sec7-top-link:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background-color: #926546;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec7-top-link:hover {
  color: #fff;
  background-color: #926546;
}

.sec7-top-slider-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .sec7-top-slider-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.sec7-top-slider-item img {
  border-radius: 2rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-slider-item img {
    border-radius: 1rem;
  }
}

.sec7-top-slider {
  padding-top: 10rem;
}
@media screen and (max-width: 999px) {
  .sec7-top-slider {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec7-top-slider {
    padding-top: 3rem;
  }
}

.sec8-top {
  background: linear-gradient(to bottom, #F7F7F5 0, #F7F7F5 40rem, #F1E9E4 0rem, #F1E9E4 100%);
  padding-top: 13.5rem;
}
@media screen and (max-width: 999px) {
  .sec8-top {
    padding-top: 8.5rem;
    background: linear-gradient(to bottom, #F7F7F5 0, #F7F7F5 28rem, #F1E9E4 0rem, #F1E9E4 100%);
  }
}
@media screen and (max-width: 767px) {
  .sec8-top {
    padding-top: 5rem;
  }
}

.sec8-top-clinic {
  max-width: 168rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 6rem;
  padding-bottom: 9rem;
  width: calc(100% - 3rem);
}
@media screen and (max-width: 999px) {
  .sec8-top-clinic {
    padding-bottom: 4rem;
    border-radius: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-clinic {
    padding-top: 3rem;
  }
}

.sec8-top-clinic-content {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 48.6% 1fr;
  -moz-column-gap: 3.8%;
       column-gap: 3.8%;
  margin-top: -7rem;
}
@media screen and (max-width: 1500px) {
  .sec8-top-clinic-content {
    grid-template-columns: 51.6% 1fr;
  }
}
@media screen and (max-width: 1300px) {
  .sec8-top-clinic-content {
    grid-template-columns: 54.6% 1fr;
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 999px) {
  .sec8-top-clinic-content {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-clinic-content {
    display: block;
    margin-top: 1rem;
  }
}

.sec8-top-clinic-left-logo {
  text-align: center;
}
.sec8-top-clinic-left-logo img {
  width: 32.5rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-clinic-left-logo img {
    width: 29.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-clinic-left-logo img {
    width: 25.5rem;
  }
}

.sec8-top-clinic-left-tell {
  text-align: center;
  margin-top: 1.6rem;
}
.sec8-top-clinic-left-tell img {
  width: 32.7rem;
}
@media screen and (max-width: 999px) {
  .sec8-top-clinic-left-tell img {
    width: 29.7rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-clinic-left-tell img {
    width: 24.7rem;
  }
}

.sec8-top-clinic-left .gr-top-access-tlt {
  background-color: #fff;
  margin-top: 1rem;
}
@media screen and (min-width: 1000px) {
  .sec8-top-clinic-left .access-driver--taxi {
    padding-left: 10rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .sec8-top-clinic-left .access-driver--taxi {
    padding-left: 7rem;
  }
}
@media screen and (min-width: 1000px) {
  .sec8-top-clinic-left .access-driver--shikansen {
    padding-left: 12rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1400px) {
  .sec8-top-clinic-left .access-driver--shikansen {
    padding-left: 10rem;
  }
}

.sec8-top-clinic-right {
  padding-top: 2.2rem;
}
.sec8-top-clinic-right .table-calender-top {
  max-width: 61rem;
}

.sec8-top-clinic-tlt {
  transform: translateY(-37%);
}
@media screen and (max-width: 999px) {
  .sec8-top-clinic-tlt {
    transform: translateY(-29%);
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-clinic-tlt {
    transform: none;
  }
}

.sec8-top-recruit {
  border-radius: 3rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: 33.3% 1fr;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec8-top-recruit {
    display: flex;
    flex-direction: column-reverse;
  }
}

.sec-tlt-lv4 h1, .sec-tlt-lv4 h2, .sec-tlt-lv4 h3, .sec-tlt-lv4 h4, .sec-tlt-lv4 h5, .sec-tlt-lv4 h6 {
  line-height: 1;
  font-size: 7rem;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .sec-tlt-lv4 h1, .sec-tlt-lv4 h2, .sec-tlt-lv4 h3, .sec-tlt-lv4 h4, .sec-tlt-lv4 h5, .sec-tlt-lv4 h6 {
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec-tlt-lv4 h1, .sec-tlt-lv4 h2, .sec-tlt-lv4 h3, .sec-tlt-lv4 h4, .sec-tlt-lv4 h5, .sec-tlt-lv4 h6 {
    font-size: 4.67vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-tlt-lv4 h1, .sec-tlt-lv4 h2, .sec-tlt-lv4 h3, .sec-tlt-lv4 h4, .sec-tlt-lv4 h5, .sec-tlt-lv4 h6 {
    font-size: 4rem;
  }
}

.sec8-top-recruit-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #333333;
  height: 7rem;
  background-color: #EEC96A;
  border-top-left-radius: 2rem;
  position: relative;
}
.sec8-top-recruit-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-color: #8F6F3E;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .sec8-top-recruit-link {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
    height: 6rem;
  }
}

.sec8-top-recruit-left {
  padding-left: 4rem;
  padding-right: 4rem;
  background-color: #624331;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .sec8-top-recruit-left {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-recruit-left {
    padding: 3rem 1.5rem;
  }
}

.sec8-top-recruit-left-txt {
  margin-top: 1.4rem;
  margin-bottom: 2rem;
}

.sec8-top-recruit-main {
  padding: 12rem 0;
}
@media screen and (max-width: 999px) {
  .sec8-top-recruit-main {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec8-top-recruit-main {
    padding: 5rem 0;
  }
}

.sec9-top {
  display: flex;
}
.sec9-top iframe {
  width: 100%;
  height: 50rem;
}
@media screen and (max-width: 999px) {
  .sec9-top iframe {
    height: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .sec9-top iframe {
    height: 25rem;
  }
}

footer {
  color: #fff;
  padding-top: 6.5rem;
  padding-bottom: 5rem;
  background-image: url(../img/common/img02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 999px) {
  footer {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }
}

.footer {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 3rem);
  display: grid;
  grid-template-columns: 43.5% 1fr;
  -moz-column-gap: 5.2%;
       column-gap: 5.2%;
}
@media screen and (max-width: 1300px) {
  .footer {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width: 999px) {
  .footer {
    -moz-column-gap: 3%;
         column-gap: 3%;
    grid-template-columns: 42.5% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    display: block;
  }
}

.footer-left-logo {
  text-align: center;
}
.footer-left-logo img {
  width: 31.3rem;
}
@media screen and (max-width: 999px) {
  .footer-left-logo img {
    width: 28.3rem;
  }
}

.footer-left-address {
  text-align: center;
  padding-top: 2rem;
}
@media screen and (max-width: 999px) {
  .footer-left-address {
    padding-top: 1rem;
  }
}

.footer-left-tell {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 999px) {
  .footer-left-tell {
    padding-bottom: 2rem;
  }
}
.footer-left-tell img {
  width: 25rem;
}
@media screen and (max-width: 999px) {
  .footer-left-tell img {
    width: 23rem;
  }
}

.footer-left .table-calender-main tr:first-child td {
  background-color: #fff;
  color: #49433E;
}
.footer-left .table-calender-main tr td {
  background-color: transparent;
}
.footer-left .table-calender-main .cril {
  color: #fff;
}
.footer-left .table-calender-main-sub {
  color: #fff;
}

.footer-right-tlt {
  font-size: 5rem;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  .footer-right-tlt {
    letter-spacing: 0.3rem;
  }
}
.footer-right-tlt {
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 1400px) {
  .footer-right-tlt {
    font-size: 3.57vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-tlt {
    font-size: 3rem;
  }
}

.link-ft-dots {
  display: grid;
  max-width: -moz-max-content;
  max-width: max-content;
  grid-template-columns: max-content 1fr;
}
.link-ft-dots:before {
  content: "・";
  display: block;
}

@media screen and (min-width: 768px) {
  .footer-right-ul-block li + li {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-ul-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-right-ul-flex {
    display: grid;
    grid-template-columns: max-content max-content;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    row-gap: 1.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer-right-ul-flex {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-right-ul-flex li + li {
    margin-top: 1.3rem;
  }
}

.footer-right {
  display: grid;
  grid-template-columns: 1fr max-content;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-right {
    display: block;
    padding-top: 3rem;
  }
  .footer-right .footer-right-item + .footer-right-item {
    margin-top: 1.5rem;
  }
}

.all-right-reser {
  background-color: #624331;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 999px) {
  .all-right-reser {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .all-right-reser {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-bottom: 6rem;
  }
}

.all-right-reser-txt {
  font-size: 1.4rem;
}

.all-right-reser-logo {
  border-right: max(1px, 0.1rem) solid #fff;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .all-right-reser-logo {
    padding-right: 1rem;
  }
}
.all-right-reser-logo img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .all-right-reser-logo img {
    width: 12rem;
  }
}

.scrolltop {
  background-image: url(../img/common/vettor17.svg);
  background-size: 1.2rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  width: 6rem;
  height: 6rem;
  background-color: #926546;
  border: 0;
  outline: 0;
  z-index: 20;
  position: fixed;
  bottom: 17.4rem;
  right: 1.5rem;
  border-radius: 100rem;
  cursor: pointer;
  border: max(1px, 0.1rem) solid #fff;
}
.scrolltop.toggle-bottom {
  bottom: 10rem;
}
@media screen and (max-width: 999px) {
  .scrolltop {
    width: 5.5rem;
    height: 5.5rem;
    right: 1.5rem;
    bottom: 14.4rem;
  }
}
@media screen and (max-width: 767px) {
  .scrolltop {
    bottom: 13rem;
  }
  .scrolltop.toggle-bottom {
    bottom: 4rem;
  }
}

.btn-screen-fixed {
  position: fixed;
  z-index: 22;
  width: 32.7rem;
  height: 10rem;
  background-image: url(../img/top/img72.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 4rem;
  right: 3rem;
  border-radius: 1rem;
}
@media screen and (max-width: 999px) {
  .btn-screen-fixed {
    width: 25.7rem;
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-screen-fixed {
    background-size: cover;
    width: 21.7rem;
    height: 6rem;
    bottom: 6rem;
    right: 1.5rem;
  }
}
.btn-screen-fixed .btn-screen-fixed-close {
  width: 3rem;
  height: 3rem;
  background-image: url(../img/top/img73.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transform: translate(-1.5rem, -1.5rem);
  position: relative;
  z-index: 2;
}
.btn-screen-fixed a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-toggle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding-top: 14rem;
  z-index: 80;
  visibility: hidden;
  transition: all 0.3s linear;
}
@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    padding-top: 12rem;
  }
}

.menu-cont {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  height: calc(100vh - 14rem);
}
@media screen and (max-width: 767px) {
  .menu-cont {
    height: calc(100vh - 12rem);
    display: block;
  }
  .menu-cont .menu-block + .menu-block {
    padding-top: 4rem;
  }
  .menu-cont .menu-block:last-child {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .menu-cont .menu-block {
    padding-bottom: 3rem;
  }
}

.menu-block-title {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  background-color: #926546;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .menu-block-title {
    font-size: 2.2rem;
  }
}

.menu-block-list {
  font-size: 1.8rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .menu-block-list {
    font-size: 1.6rem;
    padding-top: 2.5rem;
  }
}
.menu-block-list li + li {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .menu-block-list.menu-block-list-999 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
  }
  .menu-block-list.menu-block-list-999 li {
    margin-top: 0 !important;
  }
}
.menu-block-list a:hover, .menu-block-list a.is-active {
  border-bottom: max(1px, 0.1rem) solid #212121;
}

.inside-menu {
  overflow: auto;
}

@media screen and (min-width: 1000px) {
  .header-right-top-link--tablet {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  .header-right-top-link--tablet {
    margin-left: auto;
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .header-right-top-link--tablet {
    display: none !important;
  }
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 48% 36% 1fr;
}

.footer-fixed-link {
  display: block;
  height: 5rem;
}
.footer-fixed-link--tel {
  background-image: url(../img/common/tel02.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-fixed-link--web {
  background-image: url(../img/common/web02.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-fixed-link--toggle {
  background-image: url(../img/common/vettor17.svg);
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #533929;
}

.google-mapassess iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .google-mapassess iframe {
    height: 30rem;
  }
}

.greenting1, .greenting2 {
  font-size: 2rem;
  font-weight: 500;
  color: #926546;
}
@media screen and (max-width: 767px) {
  .greenting1, .greenting2 {
    font-size: 1.8rem;
  }
}

.greenting2 {
  text-align: right;
}

.greenting3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #926546;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .greenting3 {
    font-size: 2rem;
  }
}

.table-price {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .table-price {
    width: 80rem;
  }
}
.table-price tr td:first-child {
  width: 30rem;
  background-color: #926546;
  color: #fff;
  font-weight: 500;
  border-bottom: max(1px, 0.1rem) solid #fff;
}
@media screen and (max-width: 767px) {
  .table-price tr td:first-child {
    width: 20rem;
  }
}
.table-price tr td {
  width: calc((100% - 30rem) / 3);
  padding: 1.5rem;
  border: max(1px, 0.1rem) solid #926546;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table-price tr td {
    width: calc((100% - 20rem) / 3);
    padding: 1rem;
  }
}
.table-price tr:first-child td {
  background-color: #926546;
}
.table-price tr:first-child td a {
  color: #fff;
  font-weight: 500;
}
.table-price tr:first-child td:not(td:last-child) {
  border-right: max(1px, 0.1rem) solid #fff;
}

.table-price-flow {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .table-price-flow {
    padding-bottom: 2rem;
  }
}

.center-page {
  text-align: center;
}

.mw420 {
  max-width: 42rem;
}

.table-sudanmore-main {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table-sudanmore-main {
    width: 95rem;
  }
}
.table-sudanmore-main tr:first-child td {
  background-color: #926546;
  color: #fff;
  font-weight: 500;
}
.table-sudanmore-main tr:first-child td:not(:last-child) {
  border-right: max(1px, 0.1rem) solid #fff;
}
.table-sudanmore-main tr td:first-child {
  background-color: #926546;
  color: #fff;
  border-bottom: max(1px, 0.1rem) solid #fff;
}
.table-sudanmore-main tr td {
  padding: 1.5rem 0.5rem;
  border: max(1px, 0.1rem) solid #926546;
}

@media screen and (max-width: 767px) {
  .table-sudanmore {
    overflow: auto;
    padding-bottom: 2rem;
  }
}

.table-cont-price {
  max-width: 76rem;
}

.table-normal-style--price tr td:last-child {
  text-align: right;
}

.setting-single-heading h1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h1 {
    font-size: 2.6rem;
    margin: 2rem 0;
  }
}
.setting-single-heading h2 {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  background-color: #926546;
  color: #fff;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h2 {
    font-size: 2.2rem;
    margin: 1rem 0;
  }
}
.setting-single-heading h3, .setting-single-heading h4, .setting-single-heading h5, .setting-single-heading h6 {
  font-size: 2.3rem;
  font-weight: 500;
  color: #926546;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h3, .setting-single-heading h4, .setting-single-heading h5, .setting-single-heading h6 {
    font-size: 2.2rem;
    margin: 0.7rem 0;
  }
}
.setting-single-heading h4 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h4 {
    font-size: 2rem;
  }
}
.setting-single-heading h5 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h5 {
    font-size: 1.8rem;
  }
}
.setting-single-heading h6 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .setting-single-heading h6 {
    font-size: 1.7rem;
  }
}
.setting-single-heading .aligncenter {
  display: block;
  margin: 0 auto;
}
.setting-single-heading .alignright {
  display: block;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sec5-top-right-log2 {
    padding-top: 4rem !important;
  }
}

.ud_point .scrool-link-parent .scrool-link-child {
  top: -20rem;
}
@media screen and (max-width: 767px) {
  .ud_point .scrool-link-parent .scrool-link-child {
    top: -15rem;
  }
}

.list-paradai--single .list-paradai-item-content {
  padding-bottom: 1rem !important;
}

.link-style-tell {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1000px) {
  .link-style-tell {
    letter-spacing: 0.3rem;
  }
}
.link-style-tell {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #926546;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  height: 7rem;
  background-image: url(../img/common/img01.png);
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 999px) {
  .link-style-tell {
    height: 6.5rem;
    max-width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .link-style-tell {
    height: 5.5rem;
    font-size: 1.5rem;
  }
}
.link-style-tell:hover {
  background-color: #EEC96A;
}/*# sourceMappingURL=style.css.map */