/*media*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.site {
  background: url(../design/top.png) no-repeat top center/100% auto;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.62vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}

li, p, a, label {
  font-size: 2rem;
  line-height: 1.6em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  li, p, a, label {
    font-size: 1.6rem;
  }
}

li {
  list-style: none;
}

a {
  color: #161616;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

input[type=text], input[type=email], input[type=tel], input[type=text], input[type=radio], input[type=checkbox], select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.mpc {
  display: none;
}
@media screen and (max-width: 1600px) {
  .mpc {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

header {
  width: 100%;
  z-index: 20;
  font-weight: bold;
  padding: 1.5rem 0 1rem;
  position: sticky;
  top: 0;
  background: #fff;
}
header .in__box {
  max-width: 1765px;
}
@media screen and (max-width: 767px) {
  header .in__box {
    padding-right: 1rem;
  }
}

.header__logo img {
  width: 20.8rem;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 16rem;
  }
}

.header__menu {
  display: flex;
  justify-content: flex-end;
  width: 77%;
}
.header__menu ul.flex__box li {
  padding: 1rem 2rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .header__menu ul.flex__box li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header__menu {
    transform: translateX(130%);
    position: fixed;
    top: 7.5rem;
    left: 0;
    transition: all 0.4s;
    padding: 2rem 3rem;
    background: rgba(0, 0, 0, 0.2784313725);
    flex-wrap: wrap;
    width: 100%;
    height: 90vh;
  }
  .header__menu ul {
    background: #fff;
    padding: 3rem;
  }
  .header__menu ul li {
    width: 100%;
  }
  .header__menu ul li a {
    display: block;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1rem;
  }
}

.header_button {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_button {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 3rem 3rem;
    background: #fff;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .header_button a {
    width: 100%;
  }
}
.header_button a:last-child {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .header_button a:last-child {
    margin: 1rem 0 0;
  }
}
.header_button img {
  width: 29rem;
}

.sp__button {
  width: 8rem;
  height: 8rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sp__button {
    display: flex;
    width: 6rem;
    height: 4.5rem;
    padding: 0.5rem 0;
  }
}
.sp__button span {
  width: 60%;
  height: 3px;
  display: inline-block;
  background: #161616;
}

#sp__button:checked ~ .sp__button span {
  transition: all 0.4s;
}
#sp__button:checked ~ .sp__button span:nth-child(1) {
  transform: rotate(35deg);
  position: absolute;
  left: 23%;
  top: 3.2rem;
  width: 30%;
}
@media screen and (max-width: 767px) {
  #sp__button:checked ~ .sp__button span:nth-child(1) {
    top: 1.6rem;
  }
}
#sp__button:checked ~ .sp__button span:nth-child(2) {
  transform: rotate(-35deg);
}
#sp__button:checked ~ .sp__button span:nth-child(3) {
  transform: rotate(35deg);
  position: absolute;
  right: 23%;
  width: 30%;
  bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #sp__button:checked ~ .sp__button span:nth-child(3) {
    bottom: 1.6rem;
  }
}
#sp__button:checked ~ .header__menu {
  transition: all 0.4s;
  transform: translateX(0);
}

.in__box {
  max-width: 1410px;
  width: 100%;
  margin: auto;
  padding: 0 2rem;
}

.flex__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.button__box {
  padding: 5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button__box li {
    width: 100%;
  }
}
.button__box {
  /*
  a,.button_inner {
    font-size: 2.5rem;
    padding: 1rem 0;
    display: block;
    margin: auto;
    width: 30rem;
    border-radius: 2em;
    border: 1px solid;
    position: relative;
    text-align: center;
    @include sp {
      width: 90%;
      font-size: 2rem;
    }
    &::after {
      content: "";
      display: block;
      height: 1.2em;
      width: 1.2em;
      background: $color-black;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1em;
      margin: auto;
    }
  }*/
}
.button__box span {
  padding: 0;
}
.button__box span input {
  width: 100%;
  height: 100%;
  padding: 1.4rem 0;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: bold;
  background: #fff;
  color: #CC0000;
  border-radius: 1rem;
  border: 3px solid #CC0000;
  width: 44rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button__box span input {
    width: 100%;
    font-size: 1.6rem;
  }
}
.button__box span input:hover {
  background: #CC0000;
  color: #fff;
}

footer .footer__text {
  text-align: center;
  padding: 2rem 0;
  background: url(../img/footer-bg.png) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  footer .footer__text {
    font-size: 1.2rem;
    padding: 2rem 0;
  }
}

.en_text {
  font-size: 1.6em;
  display: block;
  line-height: 1em;
}

.mein_text {
  font-size: 2.5em;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .mein_text {
    font-size: 2.2em;
  }
}

.faq__area ul li {
  width: 100%;
  padding: 5.5rem 14rem 7rem 8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .faq__area ul li {
    padding: 2rem;
  }
}
.faq__area ul li span {
  text-align: left;
  display: flex;
  align-items: flex-start;
  line-height: 1.4em;
}
.faq__area ul li span b {
  font-size: 2.5em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .faq__area ul li span b {
    font-size: 2em;
  }
}
.faq__area ul li span.text_q {
  padding-bottom: 5rem;
}
.faq__area ul li span.text_q span {
  font-weight: bold;
}

.form__area {
  background: #fff;
}
.form__area input[type=text], .form__area input[type=email], .form__area input[type=tel], .form__area input[type=text], .form__area select, .form__area textarea {
  padding: 2rem;
  width: 100%;
  border: 1px solid;
}
.form__area .privacy_check * {
  text-align: center;
}
.form__area .wpcf7-spinner {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .form__area .wpcf7-spinner {
    position: static;
    margin: 2rem auto 0;
    display: block;
  }
}
.form__area .button__box {
  display: flex;
  justify-content: center;
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .form__area .button__box {
    flex-wrap: wrap;
    margin: auto;
  }
}
.form__area .button__box .button_inner {
  display: inline-block;
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .form__area .button__box .button_inner {
    margin: auto;
    width: 100%;
  }
  .form__area .button__box .button_inner.last-button {
    margin-top: 1rem;
  }
}
.form__area .wpcf7-radio {
  padding-bottom: 2rem;
}
.form__area .wpcf7-radio .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.form__area .wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.form__area .wpcf7-radio .wpcf7-list-item-label::after {
  background: #161616;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
.form__area .wpcf7-acceptance,
.form__area .wpcf7-checkbox {
  padding-bottom: 2rem;
}
.form__area .wpcf7-acceptance .wpcf7-list-item-label,
.form__area .wpcf7-checkbox .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.form__area .wpcf7-acceptance .wpcf7-list-item-label::before,
.form__area .wpcf7-checkbox .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  left: 0.5em;
  position: absolute;
  top: 0.7em;
}
.form__area .wpcf7-acceptance .wpcf7-list-item-label::after,
.form__area .wpcf7-checkbox .wpcf7-list-item-label::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  display: block;
  height: 1.5rem;
  width: 0.8rem;
  left: 1.5rem;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 55%;
  transform: rotate(45deg);
}
.form__area input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__box {
  font-size: 2.3rem;
}
.form__box li {
  padding: 4.4rem 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form__box li {
    flex-wrap: wrap;
  }
}
.form__box li .title {
  width: 12em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .form__box li .title {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.form__box li .title span {
  background: #CC0000;
  color: #fff;
  font-size: 0.9em;
  padding: 0.1rem 1rem;
  margin-left: 1rem;
}
.form__box li .text {
  width: calc(100% - 13em);
}
@media screen and (max-width: 767px) {
  .form__box li .text {
    width: 100%;
  }
}
.form__box li .text.flex__box {
  padding: 0;
}
.form__box li .select .wpcf7-form-control-wrap {
  position: relative;
}
.form__box li .select .wpcf7-form-control-wrap::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  top: 0.6em;
  right: 1.5em;
}

.Iamge__area .flex__box img, .Iamge__area .flex__box .text__box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .Iamge__area .flex__box img, .Iamge__area .flex__box .text__box {
    width: 100%;
  }
}

.list__area {
  overflow: hidden;
}
.list__area .in__box {
  position: relative;
  margin-bottom: 1rem;
}
.list__area .in__box img {
  position: absolute;
  top: 0;
  right: 50%;
  width: 50vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list__area .in__box img {
    position: static;
    width: 100%;
    order: -1;
  }
}
.list__area .in__box img + .text__box {
  padding: 0 0 0 50%;
}
@media screen and (max-width: 767px) {
  .list__area .in__box img + .text__box {
    padding: 0;
  }
}
.list__area .in__box .text__box {
  padding: 0 50% 0 0;
}
@media screen and (max-width: 767px) {
  .list__area .in__box .text__box {
    padding: 0;
  }
}
.list__area .in__box .text__box + img {
  right: auto;
  left: 50%;
}

ul.list__box li {
  display: flex;
  flex-wrap: wrap;
}
ul.list__box li .title {
  width: 10em;
}
@media screen and (max-width: 767px) {
  ul.list__box li .title {
    width: 100%;
  }
}
ul.list__box li .text {
  width: calc(100% - 11em);
}
@media screen and (max-width: 767px) {
  ul.list__box li .text {
    width: 100%;
  }
}

.slide__area {
  position: relative;
}

.mv-text-img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-text-img img {
  width: 93.8rem;
}
@media screen and (max-width: 767px) {
  .mv-text-img img {
    width: 70%;
  }
}

.swiper-slide img {
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .swiper-slide img {
    height: 25rem;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 4rem;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 1.8em;
  padding: 0.8em 1em;
  border: 1px solid;
  line-height: 1em;
  margin: 0 0.3em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 1.6rem;
    padding: 0.4em 0.5em;
  }
}

.area__title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.area__title span {
  width: 100%;
  color: #ccc;
  text-align: center;
  font-size: 4rem;
  padding: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .area__title span {
    font-size: 2rem;
  }
}
.area__title img {
  width: 26.6rem;
}
@media screen and (max-width: 767px) {
  .area__title img {
    width: 45%;
  }
}

.nwes__area {
  padding: 8rem 0;
  background: url(../img/news-area-bg.png) no-repeat top center/cover;
}

.news-list {
  max-width: 1200px;
  margin: auto;
  padding: 5rem 0 0;
}
.news-list li {
  padding: 2rem 2rem 2rem 10rem;
  border: 0.6rem solid #ccc;
  margin-bottom: 1.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .news-list li {
    padding: 1rem;
  }
}
.news-list li a {
  font-weight: bold;
  display: flex;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .news-list li a {
    display: flex;
    flex-wrap: wrap;
  }
}
.news-list .date {
  font-size: 2.4rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .news-list .date {
    font-size: 1.6rem;
  }
}
.news-list .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  padding: 0.4rem 0;
  color: #fff;
  background: #CC9A00;
}
@media screen and (max-width: 767px) {
  .news-list .cat {
    font-size: 1.4rem;
    width: auto;
    padding: 0 1rem;
    min-width: 7rem;
  }
}
.news-list .cat.important {
  background: #CC0000;
}
.news-list .title {
  padding-left: 3rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .news-list .title {
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
  }
}

.list-link {
  max-width: 1145px;
  display: flex;
  justify-content: flex-end;
  margin: auto;
}
.list-link a {
  font-size: 2.6rem;
  color: #CC0000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list-link a {
    font-size: 1.6rem;
  }
}

.menu__area {
  padding: 8rem 0;
  background: url(../img/menu-area-bg.png) no-repeat top center/cover;
}
.menu__area ul {
  padding: 7rem 0 6.5rem;
}
.menu__area ul li {
  width: 29.5%;
  border-radius: 1rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .menu__area ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.menu__area ul li img {
  width: 100%;
  height: auto;
}
.menu__area ul li p {
  padding: 4rem 0 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .menu__area ul li p {
    padding: 1rem 0;
  }
}
.menu__area ul li p strong {
  font-size: 4rem;
  font-weight: bold;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .menu__area ul li p strong {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.menu__area ul li p span {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .menu__area ul li p span {
    font-size: 1.6rem;
  }
}
.menu__area ul li p span:last-child {
  color: #CC0000;
  font-size: 3rem;
  font-weight: bold;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .menu__area ul li p span:last-child {
    font-size: 2.4rem;
  }
}

.bottom_text a {
  color: #fff;
  padding: 1.3rem 0;
  display: block;
  width: 44rem;
  margin: auto;
  text-align: center;
  background: #CC0000;
  border-radius: 1rem;
  border: 3px solid #CC0000;
}
@media screen and (max-width: 767px) {
  .bottom_text a {
    width: 100%;
  }
}
.bottom_text a:hover {
  background: #fff;
  color: #CC0000;
}

.iamge__area {
  padding: 14rem 0 11rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .iamge__area {
    padding: 8rem 0;
  }
}
.iamge__area .in__box {
  max-width: 1230px;
  align-items: flex-start;
}
@media screen and (max-width: 1300px) {
  .iamge__area .in__box {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .iamge__area .in__box {
    max-width: 100%;
  }
}
.iamge__area img {
  padding-top: 1rem;
  width: 48rem;
}
.iamge__area .text__box {
  width: 53%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .iamge__area .text__box {
    width: 100%;
  }
}
.iamge__area .text__box p {
  font-size: 2.4rem;
  padding: 3.5rem 0 3rem;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .iamge__area .text__box p {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
.iamge__area .area__title {
  font-size: 6rem;
  justify-content: flex-start;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .iamge__area .area__title {
    font-size: 2.4rem;
    padding-top: 4rem;
  }
}
.iamge__area .bottom_text {
  width: 100%;
  padding-top: 6.5rem;
}
.iamge__area .bottom_text a {
  color: #000;
  border: 3px solid #CC0000;
  background: #fff;
  font-weight: bold;
}
.iamge__area .bottom_text a:hover {
  background: #CC0000;
  color: #fff;
}

.contact__area {
  padding: 12rem 0 8rem;
  background: url(../img/contact-area-bg.png) no-repeat top center/cover;
}
.contact__area .area__title {
  font-size: 6.5rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact__area .area__title {
    font-size: 3rem;
  }
}
.contact__area p {
  font-size: 3.1rem;
  text-align: center;
  color: #fff;
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .contact__area p {
    font-size: 2rem;
  }
}

.titie-img {
  width: 100%;
  text-align: center;
}

.action__area {
  padding: 8rem 0;
  background: url(../img/action-area-bg.png) no-repeat top center/cover;
}
.action__area .text__box {
  width: 48%;
  padding: 4rem 5rem;
  margin-top: 3.5rem;
  background: #CC0000;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .action__area .text__box {
    width: 100%;
    padding: 2rem;
  }
}
.action__area .text__box img {
  width: 100%;
}
.action__area .text__box .area__title {
  display: flex;
  margin: 2rem auto 1rem;
  justify-content: flex-start;
}
.action__area .text__box .area__title img {
  width: auto;
  margin-top: 1rem;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .action__area .text__box .area__title img {
    width: 6rem;
    margin: 0 0 0 2rem;
  }
}
.action__area .text__box .area__title strage {
  font-size: 5rem;
  font-weight: bold;
  padding-left: 3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .action__area .text__box .area__title strage {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
.action__area .text__box p {
  font-size: 2.3rem;
  padding-left: 1rem;
  letter-spacing: 0.06em;
  padding-bottom: 3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .action__area .text__box p {
    font-size: 1.6rem;
  }
}
.action__area .text__box .bottom_text a {
  font-size: 3rem;
  font-weight: bold;
  background: #fff;
  color: #CC0000;
  border: 3px solid #fff;
}
@media screen and (max-width: 767px) {
  .action__area .text__box .bottom_text a {
    font-size: 2rem;
  }
}
.action__area .text__box .bottom_text a:hover {
  background: #CC0000;
  color: #fff;
}
.action__area .text__box:last-child {
  background: #fff;
}
.action__area .text__box:last-child .area__title img {
  width: 10.3rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .action__area .text__box:last-child .area__title img {
    width: 5.5rem;
  }
}
.action__area .text__box:last-child .area__title strage {
  color: #000;
}
.action__area .text__box:last-child p {
  letter-spacing: 0.03em;
  color: #000;
}
.action__area .text__box:last-child .bottom_text a {
  background: #000;
  color: #fff;
  border-color: #000;
}
.action__area .text__box:last-child .bottom_text a:hover {
  background: #fff;
  color: #000;
}

.site__footer {
  padding-top: 7rem;
  background: #fff;
}
.site__footer .in__box {
  max-width: 1695px;
  padding-bottom: 3rem;
}
.site__footer .text__box {
  text-align: center;
}
.site__footer .text__box img {
  width: 31.6rem;
}
.site__footer .text__box img.insta {
  width: 11%;
}
@media screen and (max-width: 767px) {
  .site__footer .text__box img {
    width: 45%;
  }
}
.site__footer .text__box p {
  text-align: center;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .site__footer .text__box p {
    font-size: 1.4rem;
  }
}

.footer__menu {
  padding-top: 12rem;
}
.footer__menu  ul {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu a {
  font-size: 2.4rem;
  font-weight: bold;
  width: 16.9rem;
  display: inline-block;
  text-align: center;
}

.single-content .area__title {
  font-size: 3rem;
  padding: 4rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .single-content .area__title {
    font-size: 2rem;
  }
}
.single-content .news-list {
  display: flex;
  max-width: none;
  padding: 0;
  align-items: center;
}
.single-content .news-list .cat {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .single-content .news-list .cat {
    font-size: 1.4rem;
    padding: 0.4rem 0;
  }
}

.shop_base_info {
  background: url(../img/action-area-bg.png) no-repeat top center/cover;
}
.shop_base_info .in__box {
  background: #fff;
  padding: 7rem;
}
@media screen and (max-width: 767px) {
  .shop_base_info .in__box {
    margin: 0 2rem;
    padding: 2rem;
    width: calc(100% - 4rem);
  }
}
.shop_base_info table {
  width: 100%;
  margin: 7rem 0;
}
@media screen and (max-width: 767px) {
  .shop_base_info table {
    margin: 2rem 0;
  }
}
.shop_base_info table th, .shop_base_info table td {
  font-size: 2.4rem;
  padding: 1rem 0;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .shop_base_info table th, .shop_base_info table td {
    font-size: 1.6rem;
  }
}
.shop_base_info table th {
  width: 30%;
}
.shop_base_info table td {
  width: 70%;
}

.form__area {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .form__area {
    padding-bottom: 4rem;
  }
}
.form__area .area__title {
  font-size: 6rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .form__area .area__title {
    font-size: 2.4rem;
  }
}
.form__area .in__box {
  max-width: 1000px;
}/*# sourceMappingURL=style.css.map */