@font-face {
  font-family: "NotoSans";
  src: url(../webfonts/NotoSansJP-Black.otf);
  src: url(../webfonts/NotoSansJP-Bold.otf);
  src: url(../webfonts/NotoSansJP-Regular.otf);
}
/* =========================================

break point

========================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 16px;
  letter-spacing: 0.05rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    font-size: 14px;
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  list-style: none;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

p {
  line-height: 1.5;
}

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

a {
  color: #36280C;
}

a:hover {
  text-decoration: none;
}

.text-sp {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-sp {
    text-align: left;
  }
}

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

.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}
.flex figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex figure {
    width: 100%;
  }
}
.flex figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex .flex-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex .flex-right {
    width: 100%;
  }
}

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

.mod-hd {
  color: #604A39;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
}

.mod-hd__h2-top {
  font-size: 0.8rem;
  position: relative;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2-top {
    margin-bottom: 23px;
  }
}
.mod-hd__h2-top:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: linear-gradient(to right, #42a0ab, #2f368d);
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2-top:after {
    bottom: -15px;
  }
}

.mod-hd__h2, .page-kv .page-kv__hd .page-kv__hd__h2 {
  color: #A43731;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2, .page-kv .page-kv__hd .page-kv__hd__h2 {
    font-size: 1.4rem;
  }
}

.mod-hd__h2__under {
  color: #88E6D5;
  font-size: 0.9rem;
}

.mod-hd__txt {
  margin-top: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mod-hd__txt {
    font-size: 1rem;
  }
}

.btn__contact {
  background: #A43731;
  max-width: 400px;
  width: 100%;
  padding: 4px 0;
  border-radius: 60px;
  margin-right: 20px;
  transition: 0.3s all;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn__contact {
    padding: 10px 0;
    margin-right: 10px;
  }
}
.btn__contact a {
  padding: 4px 40px 4px 60px;
  white-space: nowrap;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn__contact a {
    font-size: 0.8rem;
    padding: 4px 20px 4px 30px;
  }
}
@media screen and (max-width: 345px) {
  .btn__contact a {
    padding: 4px 14px 4px 30px;
    font-size: 0.75rem;
  }
}
.btn__contact a:after {
  content: "";
  position: absolute;
  left: 40px;
  top: 11px;
  background-image: url(../img/common/contact_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .btn__contact a:after {
    top: -2px;
    left: 18px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 345px) {
  .btn__contact a:after {
    left: 15px;
  }
}
.btn__contact a p {
  color: #fff;
  font-weight: 300;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .btn__contact a p {
    display: none;
  }
}
.btn__contact:hover {
  opacity: 0.8;
}

.btn__contact.mail a:after {
  background-image: url(../img/common/contact_mail.png);
  top: 12px;
}
@media screen and (max-width: 767px) {
  .btn__contact.mail a:after {
    top: -1px;
    left: 17px;
  }
}
@media screen and (max-width: 345px) {
  .btn__contact.mail a:after {
    left: 15px;
  }
}

.link-btn {
  background: #A43731;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s all;
}
.link-btn a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 14px 40px;
  display: block;
}
.link-btn:hover {
  opacity: 0.8;
}

.link-btn__more a {
  position: relative;
  color: #fff;
  font-size: 0.8rem;
}
.link-btn__more a:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  top: 41%;
  right: -68px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
}

.link-btn__contact {
  background: #fff;
  border: 2px solid #A43731;
  max-width: 280px;
  padding: 10px 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 60px;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s all;
  cursor: pointer;
}
.link-btn__contact:hover {
  background: #A43731;
  color: #fff;
}
.link-btn__contact a {
  color: .link-btn__contact a color-main;
  font-weight: 600;
}

.link-btn__contact_rtn {
  font-size: 1rem;
  background: none;
  border: none;
  text-decoration: underline;
  margin: 40px 0 0px;
}

.page-kv {
  padding-top: 100px;
  background: #545454;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-kv {
    padding-top: 70px;
    height: 270px;
  }
}
.page-kv .page-kv__hd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-kv .page-kv__hd .page-kv__hd__txt {
  color: #fff;
  font-weight: 300;
}
.page-kv .page-kv__hd .page-kv__hd__h2 {
  color: #fff;
  line-height: 1.8;
}

.page-kv__about {
  background-image: url("../img/about/header-bg.jpg");
}

.page-kv__interview {
  background-image: url("../img/interview/header-bg.jpg");
}

.page-kv__qanda {
  background: #267f7f;
}

.page-kv__c-contact {
  background: #fcbe56;
}

.page__txt {
  font-size: 1rem;
  line-height: 2;
  margin-top: 30px;
}
.page__txt .bold {
  color: #A43731;
  font-weight: 600;
}

.page-contents {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

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

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

.fade_in {
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 1000ms;
}

.fade_on {
  opacity: 1;
  transform: translate(0, 0);
}

* {
  box-sizing: border-box;
  color: #36280C;
  text-decoration: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #38240F;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.hd {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hd {
    margin-bottom: 40px;
  }
}

.section-padding {
  padding: 80px 10px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 40px 10px;
  }
}

.page-section-padding {
  padding: 60px 10px 70px;
}
@media screen and (max-width: 767px) {
  .page-section-padding {
    padding: 40px 10px 50px;
  }
}

.section-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.footer {
  background: #A43731;
  padding: 64px 0px;
}
.footer .footer-logo {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    margin-bottom: 32px;
  }
}
.footer .footer-logo .footer-logo__img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo .footer-logo__img {
    max-width: 230px;
  }
}
.footer .footer-contact .footer-contact__tel a {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  padding-left: 20px;
}
.footer .footer-contact .footer-contact__tel a:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 11px;
  background-image: url(../img/common/contact_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.footer .footer-contact .footer-contact__mail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer .footer-contact .footer-contact__mail a {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  padding: 4px 8px 4px 27px;
  border: 1px solid #fff;
}
.footer .footer-contact .footer-contact__mail a:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  background-image: url(../img/common/contact_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.footer .footer-contact p.footer-content__info {
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer-link {
  text-align: center;
}
.footer .footer-link a {
  font-size: 0.8rem;
  color: #fff;
}
.footer .footer-copyright {
  margin-top: 10px;
  text-align: center;
}
.footer .footer-copyright .address .footer-copyright__txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-copyright .address .footer-copyright__txt {
    font-size: 0.7rem;
  }
}

.spnav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgb(255, 248, 243);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .spnav {
    max-width: 300px;
  }
}

.open .spnav {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.spnav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 30px 20px 8vw;
  max-width: 900px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .spnav-inner {
    flex-direction: column;
    padding: 80px 20px 20px;
  }
}
.spnav-inner .spnav-inner-left {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left {
    max-width: 210px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list {
  margin-top: 20px;
}
.spnav-inner .spnav-inner-left .spnav-inner__list li {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li {
    margin: 0 0 20px 0;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  position: relative;
  max-width: 600px;
  width: 100%;
  letter-spacing: 6px;
  font-weight: 400;
  padding: 10px 0px;
  text-decoration: none;
  transition-duration: 0.2s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li a {
    font-size: 1.1rem;
    text-align: center;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a:hover {
  transition: 0.4s;
  background: #2e3b44;
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a:after {
  position: absolute;
  right: 110px;
  color: #bbbbbb;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li a:after {
    font-size: 0.8rem;
    top: 0;
    left: 10px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu {
    margin-top: 0px;
    margin-left: 9px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul {
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul {
    margin-bottom: 50px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li {
  position: relative;
  padding-left: 20px;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li:not(:first-child) {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li {
    padding-left: 24px;
    margin-bottom: 24px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li a {
  font-size: 0.84rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li a {
    font-size: 1.1rem;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li:hover {
  opacity: 0.7;
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li:before {
  content: "";
  position: absolute;
  background-image: url(../images/footer_info.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
}
.spnav-inner .spnav-inner-right {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right {
    padding-top: 40px;
    margin-top: 30px;
    max-width: 280px;
    border-top: 1px solid #b4b4b4;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__logo img {
  max-width: 130px;
  width: 100%;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns {
    margin-top: 50px;
    flex-direction: column;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a {
  transition: 0.4s;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a:hover {
  opacity: 0.7;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns a:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 20px;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns a img {
    height: 21px;
  }
}

.spnav-inner__menu {
  display: flex;
  flex-wrap: wrap;
}
.spnav-inner__menu .spnav-inner__menu__item {
  margin-top: 12px;
  width: 100%;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col {
  margin-top: 8px;
  text-align: center;
  padding: 20px 20px;
  width: 100%;
  background: #f2a039;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col a {
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle_btn {
  display: block;
  position: relative;
  top: -5px;
  width: 40px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1002;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 2px;
  width: 34px;
  height: 2px;
  background-color: #A43731;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 5px;
}

.toggle_btn span:nth-child(2) {
  top: 13px;
}

.toggle_btn span:nth-child(3) {
  bottom: 7px;
}

.open .toggle_btn {
  position: fixed;
  top: 26px;
  right: 30px;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
  top: 2px;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
  bottom: 6px;
}

.open .toggle_btn .toggle_btn__txt {
  display: none;
}

.toggle_btn__txt {
  position: relative;
  top: 27px;
  color: #A43731;
  font-size: 0.66rem;
  font-weight: 800;
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 1000;
  cursor: pointer;
}

.page-top {
  position: fixed;
  display: block;
  bottom: -100px;
  right: 20px;
  transition: 0.6s;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #A43731;
  opacity: 0.6;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 60px;
    height: 60px;
    right: 10px;
  }
}
.page-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: #A43731 3px solid;
  border-right: #A43731 3px solid;
  transform: rotate(-45deg);
  position: absolute;
  top: 44%;
  margin: auto;
  right: 0;
  left: 0;
}
.page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.page-top.is-show {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-top.is-show {
    bottom: 10px;
  }
}

.news-arcive.section-padding {
  padding-top: 30px;
}

.news-items__item {
  border-bottom: 1px solid #A43731;
  padding: 40px 0px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.news-items__item:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news-items__item {
    padding: 20px 0px 14px;
    flex-wrap: wrap;
  }
}
.news-items__item .news-items__item--mod {
  margin-right: 110px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-items__item .news-items__item--mod {
    margin-bottom: 4px;
  }
}
.news-items__item .news-items__item--mod .news-items__item--mod__day {
  color: #939393;
}
.news-items__item .news-items__item__title {
  line-height: 1.6;
  font-weight: 400;
}

.news-items__item:first-child {
  padding-top: 0px;
}

.single-col__title {
  border-bottom: 1px dashed #e2e2e2;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single-col__title {
    padding: 12px 0px 10px;
  }
}

.single-col__title--mod {
  text-align: right;
  padding: 12px 120px;
}
@media screen and (max-width: 767px) {
  .single-col__title--mod {
    padding: 20px 10px;
  }
}

.single-col__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .single-col__content {
    padding: 0px 0px;
  }
}
.single-col__content figure {
  width: 100%;
}
.single-col__content figure img {
  width: 100%;
}
.single-col__content p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .single-col__content p {
    line-height: 1.8;
  }
}

.single-link {
  display: flex;
  justify-content: space-between;
  margin: 100px 0px 0px;
  font-size: 0.9rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .single-link {
    margin-top: 70px;
  }
  .single-link div {
    width: 43%;
  }
}

.container-pagenavi {
  margin-top: 30px !important;
  max-width: 1300px;
  padding-left: 27px;
  padding-right: 27px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .container-pagenavi {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi .page {
  width: auto;
  max-width: 0;
  display: flex;
  justify-content: center;
}
.wp-pagenavi .current {
  padding: 10px 18px !important;
  color: #fff;
  border: 1px solid #A43731 !important;
  background: #A43731;
  margin: 0 6px;
}
.wp-pagenavi a {
  padding: 10px 18px !important;
  color: #A43731;
  border: 1px solid #A43731 !important;
  margin: 0 6px;
}

.header-under {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .header-under {
    padding-top: 80px;
  }
}
.header-under .section-padding {
  padding: 80px 10px 0px;
}
@media screen and (max-width: 767px) {
  .header-under .section-padding {
    padding: 30px 10px 0px;
  }
}

.contact-col {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.contact-col table {
  width: 100%;
}
.contact-col tr {
  width: 100%;
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-col tr {
    flex-direction: column;
  }
}
.contact-col tr th {
  width: 100%;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-col tr th {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }
}
.contact-col tr td {
  width: 100%;
}
.contact-col input[type=text],
.contact-col input[type=email],
.contact-col input[type=number],
.contact-col input[type=url],
.contact-col input[type=password],
.contact-col input[type=date],
.contact-col textarea,
.contact-col select {
  width: 100%;
  display: block;
  padding: 12px;
  font-size: 16px;
  background: #f4f4f4;
  border: none;
  width: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  transition: all 0.4s;
}
.contact-col .emphasis {
  margin-left: auto;
  font-weight: 600;
  color: #fc5f60;
}
.contact-col .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
}
.contact-col .checkbox label {
  margin: 0 14px 0 0;
}
.contact-col .checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 165px;
  position: relative;
  top: 2px;
}
.contact-col .checkbox a {
  position: absolute;
  bottom: 2px;
  margin-left: -54px;
  color: #A43731;
  text-decoration: underline;
}
.contact-col .checkbox .error {
  position: absolute;
  top: 29px;
}

.error {
  color: #fc5f60;
}

.contact__text {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    margin-bottom: 40px;
  }
}

.arcive_day {
  font-size: 0.8rem;
  margin-top: 4px;
}

body {
  background: #FBF6EA;
}

b {
  color: #A43731;
}

.container-560 {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .container-560 {
    max-width: 400px;
  }
}

.container-800 {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.box-shadow, .cta-fixed, .section-7 table, .section-2 .item-col .item, .section-1 .section-1-col .section-1-col-item {
  box-shadow: 2px 0px 10px rgba(54, 40, 12, 0.2);
  border-radius: 4px;
  background: #fff;
}

.fv {
  height: 570px;
  position: relative;
  background-image: url(../img/fv_bg.png);
  background-size: cover;
  max-width: 1370px;
  margin: 0 auto;
  background-position: center;
  top: 40px;
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url(../img/fv_bg_sp.jpg);
    height: 554px;
  }
}
@media screen and (max-width: 321px) {
  .fv {
    height: 492px;
  }
}
.fv::before {
  content: "";
  background-image: url(../img/fv_after_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 440px;
  display: block;
  height: 490px;
}
@media screen and (max-width: 1200px) {
  .fv::before {
    width: 310px;
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .fv::before {
    background-image: url(../img/fv_under_line.png);
    background-size: cover;
    width: 100%;
    height: 22px;
    bottom: 0px;
    right: 0px;
    z-index: 3;
  }
}
@media screen and (max-width: 321px) {
  .fv::before {
    bottom: -490px;
  }
}
.fv::after {
  content: "";
  background-image: url(../img/fv_after_left.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 40px;
  margin: auto;
  width: 26vw;
  display: block;
  height: 450px;
  z-index: 1;
}
@media screen and (max-width: 1110px) {
  .fv::after {
    background-image: url(../img/fv_after_left_2.png);
  }
}
@media screen and (max-width: 767px) {
  .fv::after {
    display: none;
    background-image: url(../img/fv_after_left_sp.png);
    width: 67px;
    height: 66px;
    top: 57px;
    bottom: inherit;
    left: 2px;
  }
}
.fv .fv-inner {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  justify-content: center;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  height: 570px;
}
@media screen and (max-width: 767px) {
  .fv .fv-inner {
    max-width: 360px;
    padding: 0 18px;
    height: 554px;
  }
}
.fv .fv-inner .fv-catch {
  text-align: center;
}
.fv .fv-inner .fv-cta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv .fv-inner .fv-cta {
    display: none;
    margin-top: 17px;
  }
}

.fv-sp-inner {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv-sp-inner {
    display: block;
    max-width: 580px;
    margin: 0 auto;
    padding: 14px 4px 10px;
  }
}
.fv-sp-inner .header-logo {
  margin-bottom: 18px;
  max-width: 180px;
}

.img-under-sp {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
  max-width: 410px;
}

.fv-bnr {
  position: relative;
  top: -100px;
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: -200px;
}
@media screen and (max-width: 767px) {
  .fv-bnr {
    top: 20px;
    margin-bottom: -60px;
  }
}
.fv-bnr figure {
  text-align: center;
  position: relative;
  top: -90px;
  z-index: 100;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv-bnr figure {
    top: -50px;
    max-width: 340px;
  }
}

.bnr {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .bnr {
    margin-top: 24px;
  }
}

.section-1 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-1 {
    margin-top: 30px;
  }
}
.section-1 .section-1-col {
  margin-top: 20px;
}
.section-1 .section-1-col .section-1-col-item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .section-1-col-item:not(:last-child) {
    margin-bottom: 26px;
  }
}
.section-1 .section-1-col .section-1-col-item .hd {
  display: flex;
  background: #A87704;
  padding: 12px 32px;
  line-height: 1.2;
  align-items: center;
  position: relative;
  justify-content: center;
  border-radius: 4px 4px 0px 0px;
}
.section-1 .section-1-col .section-1-col-item .hd span {
  color: #A87704;
  background: #fff;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 20px;
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .section-1-col-item .hd span {
    left: 10px;
    width: 24px;
    height: 24px;
  }
}
.section-1 .section-1-col .section-1-col-item .hd h3 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .section-1-col-item .hd h3 {
    font-size: 1.4rem;
  }
}
.section-1 .section-1-col .disc {
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc {
    padding: 16px;
  }
}
.section-1 .section-1-col .disc .disc-hd {
  color: #604A39;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc .disc-hd {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}
.section-1 .section-1-col .disc .disc-hd span {
  color: #CB4836;
}
.section-1 .section-1-col .disc .disc-hd span.big {
  font-size: 2.2rem;
}
.section-1 .section-1-col .disc .disc-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 4px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc .disc-img {
    flex-direction: column;
  }
}
.section-1 .section-1-col .disc .disc-img div {
  width: calc(50% - 10px);
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc .disc-img div {
    width: 100%;
    margin-top: 0px;
  }
  .section-1 .section-1-col .disc .disc-img div:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section-1 .section-1-col .disc .disc-img div p {
  padding: 2px 4px;
  background: #E7E6E1;
  font-size: 0.8rem;
  text-align: right;
  border-radius: 0px 0px 4px 4px;
}
.section-1 .section-1-col .disc .disc-img div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0px 0px;
}
.section-1 .section-1-col .disc .item-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-1 .section-1-col .disc .item-col .item {
  width: calc(25% - 6px);
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc .item-col .item {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
}
.section-1 .section-1-col .disc .erea {
  max-width: 560px;
  margin: 0 auto;
  border: 1px solid #604A39;
  border-radius: 4px;
}
.section-1 .section-1-col .disc .erea h4 {
  background: #604A39;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  padding: 8px;
}
.section-1 .section-1-col .disc .erea figure {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc .erea figure {
    max-width: 240px;
  }
}

.hd-under {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hd-under {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-center {
    text-align: left;
  }
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../img/kaitorijisseki_bg.png");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .section-2 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.section-2 .hd {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .section-2 .hd {
    max-width: 150px;
  }
}
.section-2 .item-col {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col {
    margin-top: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.section-2 .item-col .item {
  width: calc(33.33% - 14px);
  margin-bottom: 24px;
  border-radius: 8px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col .item {
    padding: 8px;
    margin-bottom: 14px;
    max-width: 350px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 600px) {
  .section-2 .item-col .item {
    width: calc(50% - 14px);
    margin-bottom: 10px;
  }
}
.section-2 .item-col .item figure {
  height: 200px;
}
@media screen and (max-width: 600px) {
  .section-2 .item-col .item figure {
    height: 120px;
  }
}
.section-2 .item-col .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-2 .item-col .item .disc {
  padding: 16px 0px 0px;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col .item .disc {
    padding: 12px 0px 0px;
  }
}
.section-2 .item-col .item .disc h3 {
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col .item .disc h3 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .section-2 .item-col .item .disc h3 {
    font-size: 0.96rem;
    height: 42px;
  }
}
.section-2 .item-col .item .disc .price {
  padding: 8px 8px 2px 8px;
  border-radius: 4px;
  color: #A43731;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col .item .disc .price {
    margin-top: 0px;
  }
}
.section-2 .item-col .item .disc .price p {
  color: #A43731;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.8rem;
}
.section-2 .item-col .item .disc .price span {
  color: #A43731;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 1.6rem;
  margin: 0px 4px 9px 4px;
}
@media screen and (max-width: 600px) {
  .section-2 .item-col .item .disc .price span {
    font-size: 1rem;
    margin: 0px 4px 6px 4px;
  }
}
.section-2 .item-col .item .disc .price span.en {
  color: #A43731;
  font-weight: 500;
  font-size: 1.1rem;
  margin-left: -5px;
  position: relative;
  bottom: 1px;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col .item .disc .price span.en {
    font-size: 0.8rem;
  }
}

.cta-outline {
  background: #A43731;
  padding: 70px 0px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-outline {
    padding: 50px 0px 30px;
  }
}
.cta-outline::before {
  content: "";
  background-image: url(../img/cta_before.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18%;
  display: block;
  height: 90%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta-outline::before {
    background-image: url(../img/cta_before_sp.png);
    width: 20%;
    height: 25%;
  }
}
.cta-outline::after {
  content: "";
  background-image: url(../img/cta_after.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 18%;
  display: block;
  height: 90%;
}
@media screen and (max-width: 767px) {
  .cta-outline::after {
    background-image: url(../img/cta_after_sp.png);
    bottom: -6%;
    width: 21%;
    height: 33%;
  }
}
.cta {
  position: relative;
  max-width: 800px;
  margin: 0px auto 60px;
  background: #fff;
  border-radius: 8px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding-top: 30px;
    margin: 0px 10px 34px;
    padding-bottom: 20px;
  }
}
.cta::before {
  content: "";
  background-image: url(../img/cta_pop.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 320px;
  display: block;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .cta::before {
    width: 260px;
  }
}
.cta .container-800 {
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .cta .container-800 {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 340px;
  }
}
.cta .container-800 figure {
  position: relative;
}
.cta .item-col {
  padding: 26px 0px 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: 680px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .cta .item-col {
    padding: 12px 0px 0px;
    flex-direction: column;
    max-width: 250px;
  }
}
.cta .item-col figure {
  width: calc(50% - 3px);
}
@media screen and (max-width: 767px) {
  .cta .item-col figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cta .item-col figure:not(:last-child) {
    margin-bottom: 10px;
  }
}

.cta-under {
  margin-top: -20px;
  justify-content: center;
  display: flex;
}

.cta-under-text p {
  color: #fff;
  font-weight: 500;
  margin-top: 30px;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .cta-under-text p {
    margin-top: 18px;
    padding: 0 20px;
  }
}

.section-4 .hd {
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-4 .hd {
    max-width: 200px;
  }
}
.section-4 .hd-under {
  color: #36280C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-4 .hd-under {
    margin-bottom: 20px;
  }
}
.section-4 .item-col {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-4 .item-col {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-4 .item-col figure {
    max-width: 250px;
    margin: 0 auto;
  }
}

.section-7 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-7 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-7 .container-800 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section-7 table {
  margin-top: 30px;
  width: 100%;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .section-7 table {
    padding: 4px 14px;
  }
}
.section-7 table tr {
  padding: 24px 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-7 table tr {
    flex-direction: column;
    padding: 12px 0px;
  }
}
.section-7 table tr:not(:last-child) {
  border-bottom: 1px solid #E7E6E1;
}
.section-7 table tr th {
  text-align: left;
  width: 120px;
  font-weight: 500;
  color: #A87704;
  vertical-align: top;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-7 table tr th {
    margin-bottom: 4px;
  }
}
.section-7 table tr td {
  width: calc(100% - 100px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-7 table tr td {
    width: 100%;
  }
}
.section-7 table tr iframe {
  margin-top: 20px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .section-7 table tr iframe {
    margin-top: 10px;
    height: 200px;
  }
}

.footer-copy {
  background: #38240F;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    padding: 4px 0 88px;
  }
}
.footer-copy p {
  text-align: center;
  color: #fff;
  font-size: 0.86rem;
}
@media screen and (max-width: 767px) {
  .footer-copy p {
    font-size: 0.7rem;
  }
}

.cta-fixed {
  background: #fff;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  padding: 4px 20px;
  max-width: 580px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cta-fixed {
    padding: 4px 15px 10px 17px;
    background: rgba(0, 0, 0, 0.631372549);
    bottom: 0px;
    right: inherit;
    border-radius: 0px;
    box-shadow: none;
  }
}
.cta-fixed .cta-fixed-img {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta-fixed .cta-fixed-img {
    max-width: 270px;
    margin: 0 auto 4px;
  }
}
.cta-fixed .footer-cta {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cta-fixed .footer-cta {
    justify-content: space-between;
  }
  .cta-fixed .footer-cta figure {
    max-width: 200px;
    width: calc(50% - 3px);
  }
}

.cta-fixed2 {
  position: fixed;
  z-index: 994;
  right: 0px;
  bottom: 30%;
}
@media screen and (max-width: 767px) {
  .cta-fixed2 {
    left: 0;
    bottom: 0px;
    padding: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .cta-fixed2 .footer-cta {
    display: flex;
  }
}
.cta-fixed2 .footer-cta figure {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .cta-fixed2 .footer-cta figure {
    width: 50%;
  }
}

.cta-bnr {
  margin-top: 40px;
}

.erabareru {
  position: relative;
}
@media screen and (max-width: 767px) {
  .erabareru {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .erabareru .erabareru-text {
    padding: 0 20px;
  }
}
.erabareru .hd {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .erabareru .hd {
    max-width: 200px;
    text-align: left;
  }
}
.erabareru .item-col {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .erabareru .item-col {
    margin-top: 40px;
  }
}
.erabareru .item-col .item {
  display: flex;
  align-items: center;
}
.erabareru .item-col .item:not(:last-child) {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .erabareru .item-col .item {
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.erabareru .item-col .item figure {
  max-width: 470px;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .erabareru .item-col .item figure {
    margin-right: 0px;
  }
}
.erabareru .item-col .item .disc {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .erabareru .item-col .item .disc {
    padding: 0 12px;
  }
}
.erabareru .item-col .item .disc h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
  font-family: "Zen Old Mincho", serif;
  color: #A43731;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 767px) {
  .erabareru .item-col .item .disc h3 {
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 8px;
    text-align: center;
  }
}
.erabareru .item-col .item .disc h3::before {
  content: "";
  background-image: url(../img/erabareru_after.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -30px;
  width: 100%;
  display: block;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .erabareru .item-col .item .disc h3::before {
    top: -3px;
    left: 70px;
    height: 51px;
    opacity: 0.8;
    width: 100px;
  }
}
.erabareru .item-col .item .disc p {
  font-weight: normal;
  font-size: 0.94rem;
}
.erabareru .item-col .item .disc p span {
  color: #A43731;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .erabareru .item-col .item:nth-child(2) figure, .erabareru .item-col .item:nth-child(4) figure {
    order: 1;
    margin-right: 0px;
    margin-left: 40px;
  }
  .erabareru .item-col .item:nth-child(2) .disc, .erabareru .item-col .item:nth-child(4) .disc {
    order: 0;
  }
}

.erabareru.section-padding, .container.col {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .erabareru.section-padding, .container.col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.kaitori {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .kaitori {
    margin-bottom: 40px;
  }
}
.kaitori .container {
  background-image: url(../img/kaitori_bg.png);
  background-repeat: repeat;
  border: 2px solid #38240F;
  padding: 60px 20px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .kaitori .container {
    padding: 24px 6px 20px;
  }
}
.kaitori .container h2 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .kaitori .container h2 {
    font-size: 1.1rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 376px) {
  .kaitori .container h2 {
    font-size: 1rem;
  }
}
.kaitori .container .kaitori-col {
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.kaitori .container .kaitori-col .kaitori-item {
  width: calc(20% - 10px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .kaitori .container .kaitori-col .kaitori-item {
    width: calc(33.33% - 8px);
    margin-bottom: 20px;
  }
}
.kaitori .container .kaitori-col .kaitori-item figure {
  text-align: center;
  height: 120px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .kaitori .container .kaitori-col .kaitori-item figure {
    padding: 0px 6px;
  }
}
.kaitori .container .kaitori-col .kaitori-item figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.kaitori .container .kaitori-col .kaitori-item p {
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .kaitori .container .kaitori-col .kaitori-item p {
    margin-top: 4px;
  }
}

.tuyomi {
  background-image: url(../img/tuyomi_bg.png);
  background-repeat: repeat;
}
.tuyomi .hd {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .tuyomi .hd {
    max-width: 300px;
  }
}
.tuyomi .tuyomi-col {
  display: flex;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 40px auto 0;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tuyomi .tuyomi-col {
    margin: 20px auto 0;
    flex-direction: column;
    justify-content: center;
  }
}
.tuyomi .tuyomi-col .item {
  width: calc(50% - 14px);
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tuyomi .tuyomi-col .item {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 12px;
  }
}

.section-review p {
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .section-review p {
    margin-bottom: 8px;
  }
}
.section-review h3 {
  font-family: "Zen Old Mincho", serif;
  color: #A43731;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-review h3 {
    font-size: 1.4rem;
  }
}
.section-review .col {
  max-width: 1240px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .section-review .col {
    flex-direction: column;
    margin: 20px auto 0;
  }
}
.section-review .col .item {
  width: calc(33.33% - 8px);
}
@media screen and (max-width: 767px) {
  .section-review .col .item {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
}

.ishikawa {
  background-image: url(../img/ishikawa_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: center;
  padding: 24px 20px;
}
.ishikawa .item {
  max-width: 880px;
  margin: 0 auto;
  padding: 140px 20px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .ishikawa .item {
    padding: 50px 12px;
  }
}
.ishikawa .item h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.ishikawa .item h3:after {
  content: "";
  width: 100px;
  background: #fff;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ishikawa .item p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ishikawa .item p {
    font-size: 0.84rem;
    text-align: left;
  }
}

.kaisya {
  background-image: url(../img/kaisya_bg.jpg);
  background-repeat: repeat;
  padding: 50px 20px;
}
.kaisya .container-1000 {
  max-width: 1100px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kaisya .container-1000 {
    flex-direction: column;
  }
}
.kaisya .container-1000 .left {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .kaisya .container-1000 .left {
    width: 100%;
  }
}
.kaisya .container-1000 .right {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .kaisya .container-1000 .right {
    width: 100%;
    max-width: 300px;
  }
}
.kaisya .container-1000 h2 {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .kaisya .container-1000 h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}

.header {
  align-items: center;
  position: fixed;
  display: flex;
  height: 60px;
  background: #fbf6ea;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #c0a66f;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header .header-inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header .header-inner {
    justify-content: space-between;
  }
}
.header .header-logo {
  align-items: center;
  display: flex;
  height: 100%;
  transition: 0.4s;
}
.header .header-logo a {
  display: block;
}
.header .header-logo .logo__img {
  max-width: 170px;
  width: 100%;
  width: 230px;
  padding: 0px 20px 0px 0px;
}
@media screen and (max-width: 767px) {
  .header .header-logo .logo__img {
    max-width: 142px;
  }
}
@media screen and (max-width: 345px) {
  .header .header-logo .logo__img {
    max-width: 155px;
  }
}
.header .nav {
  display: flex;
  align-items: center;
}

.header-page {
  background: #fff;
}

#fixed-header.is-show {
  top: 0;
  position: fixed;
}

.footer-up {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .footer-up {
    padding-top: 80px;
  }
}

.archive-cate {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .archive-cate {
    margin-top: 40px;
  }
}
.archive-cate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.archive-cate ul li {
  margin: 0 10px 12px;
}
@media screen and (max-width: 767px) {
  .archive-cate ul li {
    margin: 0 6px 12px;
  }
}
.archive-cate ul li a {
  display: block;
  background: #fff;
  padding: 12px 18px;
  border: 1px solid #A43731;
  color: gray;
}
@media screen and (max-width: 767px) {
  .archive-cate ul li a {
    padding: 8px 12px;
    font-size: 0.9rem;
  }
}
.archive-cate ul .current {
  color: #fff;
  background: #A43731;
  border: 1px solid #A43731;
}

.company-table {
  max-width: 800px;
  width: 100%;
  margin: 0px auto 0;
  padding-top: 60px;
}

.company-table table {
  width: 100%;
}

.company-table table tr {
  border-bottom: 1px solid #c5c5c5;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .company-table table tr {
    flex-wrap: wrap;
    display: flex;
    text-align: left;
  }
}
.company-table table tr th {
  width: 100%;
  padding: 20px 0px 0px;
  text-align: left;
  font-weight: 600;
  font-size: 0.94rem;
}

@media screen and (max-width: 767px) {
  .company-table table tr th {
    width: 100%;
    padding: 14px 10px 0px;
    font-size: 0.96rem;
  }
}
.company-table table tr td {
  padding: 8px 0 20px;
}

@media screen and (max-width: 767px) {
  .company-table table tr td {
    width: 100%;
    padding: 6px 10px 14px;
  }
}
.company-table table tr:first-child {
  border-top: 1px dashed #DEE2E6;
}

.company-map__google {
  margin-top: 60px;
  padding-bottom: 50px;
}

.company-map__txt {
  margin-top: 34px;
  text-align: right;
}

.page-company {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .page-company {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.page-company .company-table table tr:first-child {
  border-top: none;
}

.page-company .company-table table tr td a {
  text-decoration: underline;
}

.company-google-map {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 10px 40px;
}
@media screen and (max-width: 767px) {
  .company-google-map {
    padding: 0 10px 20px;
  }
}
.company-google-map .map-item {
  height: 500px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .company-google-map .map-item {
    height: 350px;
  }
}

.company-message {
  max-width: 800px;
  margin: auto;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .company-message {
    max-width: 500px;
  }
}
.company-message .flex-left {
  max-width: 380px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .company-message .flex-left {
    margin-right: 0px;
    order: 1;
  }
}
.company-message .flex-right h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .company-message .flex-right {
    padding: 0 14px;
    margin-bottom: 20px;
    order: 0;
  }
}

.company-hd {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .company-hd {
    max-width: 160px;
  }
}

.blog-hd {
  max-width: 200px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .blog-hd {
    max-width: 160px;
  }
}

.breadcrumb {
  display: flex;
  margin-bottom: 40px;
}
.breadcrumb li.breadcrumb-item a {
  -webkit-text-decoration: under !important;
          text-decoration: under !important;
}

.archive-col {
  margin-bottom: 60px;
}

.single-contents {
  margin-bottom: 60px;
}

.single-btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .single-btn {
    margin-top: 60px;
  }
}

.archive-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .archive-list {
    margin-top: 20px;
  }
}
.archive-list .archive-list-item {
  width: calc(33% - 24px);
  margin: 0 12px 24px;
}
@media screen and (max-width: 767px) {
  .archive-list .archive-list-item {
    width: calc(50% - 16px);
    margin: 0 8px 24px;
  }
}
.archive-list .archive-list-item figure {
  border: 2px solid #ebebeb;
  height: 190px;
}
@media screen and (max-width: 767px) {
  .archive-list .archive-list-item figure {
    height: 120px;
  }
}
.archive-list .archive-list-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-list .archive-list-item h3 {
  margin-top: 4px;
  line-height: 1.3;
}

.gnav {
  display: flex;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .gnav {
    margin-left: 0px;
    flex-direction: column;
  }
}
.gnav li:not(:last-child) {
  margin-right: 40px;
}

.single-col-cat-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .single-col-cat-container {
    padding: 0px 0px;
  }
}
.single-col-cat-container .single-col__cat a {
  background: #fff;
  border: 1px solid #A43731;
  border-radius: 100px;
  padding: 4px 12px;
  color: #A43731;
  font-weight: bold;
  font-size: 0.8rem;
}

article h2 {
  font-size: 22px;
  margin-top: 60px;
  padding: 10px 8px 10px 20px;
  background: #fffdf8;
  border-left: 3px solid #A43731;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  article h2 {
    font-size: 18px;
    margin-top: 40px;
    padding: 8px 8px 8px 16px;
  }
}
article h3 {
  font-size: 20px;
  padding: 8px;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  margin-bottom: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  article h3 {
    font-size: 16px;
    margin-top: 26px;
  }
}
article h4 {
  background: none !important;
  position: relative !important;
  font-size: 18px !important;
  margin: 0 0 16px !important;
  padding: 0 0 0 34px !important;
}
article h4:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #B07A17;
  transform: rotate(45deg);
  left: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
article ul {
  padding-left: 24px;
}
article ul li {
  list-style: disc;
}
article table {
  margin-bottom: 30px;
}
article table th {
  text-align: left;
  border: 1px solid #828282;
  padding: 6px 10px;
}
article table td {
  padding: 6px 10px;
  border: 1px solid #828282;
}/*# sourceMappingURL=style.css.map */