@charset "UTF-8";
/*=============================================================================
# mixins
==============================================================================*/
/*=============================================================================
# common - 全体に共通するスタイル
==============================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&family=Noto+Serif:wght@400;700&display=swap");
/*=============================================================================
# mixins
==============================================================================*/
/*=============================================================================
# contact-page main-visual
==============================================================================*/
.main-visual-contact_content {
  background: url(../image/contact/contact_top.png) no-repeat center center/cover;
  width: 100%;
  height: 400px;
  text-align: center;
  padding-top: 175px;
}
@media screen and (max-width: 767px) {
  .main-visual-contact_content {
    padding-top: 90px;
    height: 300px;
    background: url(../image/contact/contact_top_sp.png) no-repeat center center/cover;
  }
}

.page-title-contact {
  font-size: 45px;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 20px;
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .page-title-contact {
    font-size: 30px;
    padding: 10px 20px;
    margin-top: 80px;
  }
}

.contact_text {
  text-align: center;
  color: #fff;
  font-size: 21px;
  line-height: 1.5em;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact_text {
    font-size: 16px;
  }
}

.contact-form_area {
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .contact-form_area {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.contact_form {
  width: 100%;
  background: #E5E5E5;
  border-radius: 20px;
  margin: 40px auto 0;
  padding: 40px 50px 80px;
}
@media screen and (max-width: 767px) {
  .contact_form {
    padding: 10px 10px 40px;
  }
}

.contact-form_row {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contact-form_row {
    display: block;
    margin-top: 40px;
  }
}

.contact-form_label {
  width: calc(100% - 590px);
  font-size: 20px;
  padding-top: 20px;
  width: 100%;
}
.contact-form_label label {
  position: relative;
}
.contact-form_label label::after {
  position: absolute;
  content: "*";
  width: 20px;
  height: 20px;
  right: -30px;
  top: -5px;
  color: #FC0707;
  font-size: 30px;
}

.contact-form_input {
  max-width: 590px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form_input {
    margin-top: 20px;
  }
}
.contact-form_input [type=text] {
  box-shadow: none;
  border: 1px solid #002A5B;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  font-size: 16px;
}
.contact-form_input [type=email] {
  box-shadow: none;
  border: 1px solid #002A5B;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  font-size: 16px;
}
.contact-form_input [type=tel] {
  box-shadow: none;
  border: 1px solid #002A5B;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  font-size: 16px;
}
.contact-form_input textarea {
  height: 240px;
  box-shadow: none;
  border: 1px solid #002A5B;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  resize: none;
  font-size: 16px;
}

.contact-form_button {
  margin-top: 90px;
  text-align: center;
}

.contact-form_submit {
  color: #C19A35;
  background: #fff;
  padding: 15px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  border: 1px solid #C19A35;
  letter-spacing: 1em;
  text-indent: 1em;
  font-size: 25px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  transition: background-color 0.4s, color 0.4s;
  text-align: center;
  display: inline-block;
}
.contact-form_submit._active {
  color: #fff;
  background: #C19A35;
}

#footer.no-margin {
  margin-top: 0;
}

#formWrap {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  color: #502200;
  line-height: 120%;
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  #formWrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .is-sp {
    display: none;
  }
}
body {
  font-size: 16px;
  color: #292929;
  font-family: "M PLUS 2", sans-serif;
}

img {
  width: 100%;
}

.inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  height: inherit;
}

.all-wrap {
  overflow: hidden;
}

/*=============================================================================
# drawer
==============================================================================*/
.drawer-icon {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 300;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  padding: 10px;
  transition: transform 0.5s ease 0s;
  opacity: 0.9;
  cursor: pointer;
}
.drawer-icon:hover {
  opacity: 1;
}
@media screen and (min-width: 1100px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active {
  transform: translateX(-250px);
  background-color: transparent;
}
.drawer-icon.is-active .drawer-icon_bar1 {
  transform: rotate(-45deg);
  top: 20px;
  background: #fff;
}
.drawer-icon.is-active .drawer-icon_bar2 {
  transform: rotate(45deg);
  top: 20px;
  background: #fff;
}
.drawer-icon.is-active .drawer-icon_bar3 {
  display: none;
}

.drawer-icon_bars {
  width: 50px;
  display: block;
  position: relative;
}

.drawer-icon_bar1,
.drawer-icon_bar2,
.drawer-icon_bar3 {
  position: absolute;
  width: 50px;
  height: 5px;
  background: #502200;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.drawer-icon_bar1 {
  top: 5px;
}

.drawer-icon_bar2 {
  top: 22px;
}

.drawer-icon_bar3 {
  top: 39px;
}

.drawer-content {
  width: 250px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content_item {
  border-bottom: 1px dotted #333;
}
.drawer-content_item a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 20px;
  position: relative;
}
.drawer-content_item a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 22px;
  background: url(../image/arrow-b.png) no-repeat center center/contain;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/*=============================================================================
# top
==============================================================================*/
.header {
  height: 100px;
  background-color: rgba(80, 34, 0, 0.9);
}
@media screen and (min-width: 1100px) {
  .header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.header-content {
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.header_logo {
  margin-top: 30px;
  max-width: 360px;
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
.header_logo h1 {
  color: #fff;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .header_logo h1 {
    font-size: 20px;
  }
}
.header_logo::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 80px;
  width: 300px;
  background: url(../image/header_lline.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .header_logo::after {
    width: 200px;
  }
}

.header__nav {
  display: flex;
  justify-content: center;
  margin-left: 60px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .header__nav {
    display: none;
  }
}
.header__nav li {
  position: relative;
}
.header__nav li:not(:first-child) {
  margin-left: 40px;
}
.header__nav li:not(:first-child)::after {
  position: absolute;
  content: "/";
  left: -24px;
  top: -2px;
  color: #fff;
  font-size: 22px;
}
.header__nav a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.header-contact_button {
  max-width: 180px;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .header-contact_button {
    margin-left: 10px;
    text-align: left;
    max-width: 160px;
  }
}
.header-contact_button a {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  background-color: #c09933;
  border-radius: 20px;
  cursor: pointer;
}
.header-contact_button a img {
  max-width: 50px;
  height: 50px;
  width: 100%;
}

.header-contact_pc {
  font-size: 20px;
  color: #fff;
  padding: 10px;
}

.top-visual {
  height: 650px;
  position: relative;
}

.top-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: -50px;
  left: 0;
  overflow: hidden;
  z-index: -2;
}
.top-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.top-scroll {
  background: url(../image/scroll_down.png) no-repeat center center/contain;
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: flash 1s linear infinite;
}
@media screen and (max-width: 767px) {
  .top-scroll {
    width: 50px;
    height: 50px;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*=============================================================================
# main
==============================================================================*/
.features {
  background: #502200;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .features {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.features-contents {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.features-items {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .features-items {
    display: block;
  }
}

.features-item {
  max-width: 300px;
  width: 100%;
  height: 400px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .features-item {
    max-width: 250px;
    border: 10px solid #c09933;
  }
  .features-item:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .features-item:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .features-item {
    margin: 0 auto;
  }
  .features-item:not(:first-child) {
    margin-top: 50px;
  }
}

.features-item_content {
  height: 100%;
  width: 100%;
}
.features-item_content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.6);
}
.features-item_content._01 {
  background: url(../image/features01.jpg) no-repeat center center/cover;
}
.features-item_content._02 {
  background: url(../image/features02.png) no-repeat center center/cover;
}
.features-item_content._03 {
  background: url(../image/features03.jpg) no-repeat center center/cover;
}

.features-text {
  color: #fff;
  margin-top: -250px;
  position: relative;
  font-size: 25px;
  line-height: 1.3em;
}

.features-frame {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .features-frame {
    display: none;
  }
}
.features-frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../image/waku02.png) no-repeat center center/contain;
}

.contact {
  background: #502200;
  padding-top: 30px;
  padding-bottom: 100px;
}

.contact-contents {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.contact-text {
  color: #fff;
  font-size: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-text {
    font-size: 20px;
  }
}
.contact-text::after {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(../image/contact_line.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .contact-text::after {
    bottom: -30px;
  }
}

.tel-contents {
  margin: 80px auto 0;
  border: 2px solid #fff;
  max-width: 700px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .tel-contents {
    max-width: 350px;
  }
}

.tel-contents_image {
  max-width: 90px;
  width: 100%;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .tel-contents_image {
    padding: 15px;
    max-width: 70px;
  }
}

.tel-contents_right {
  color: #fff;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .tel-contents_right {
    margin-left: 0;
  }
}

.tel-number {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
}
.tel-number a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .tel-number {
    font-size: 20px;
  }
}

.tel-time {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tel-time {
    font-size: 16px;
  }
}

.contact-button_items {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact-button_items {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contact-mail {
  max-width: 300px;
  width: 100%;
  background: #C19A35;
  height: 100px;
  position: relative;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  padding-top: 35px;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .contact-mail {
    padding-left: 50px;
    height: 80px;
    padding-top: 23px;
  }
}
.contact-mail::after {
  position: absolute;
  content: "";
  height: 80px;
  max-width: 80px;
  width: 100%;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: url(../image/メールの無料アイコン.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .contact-mail::after {
    max-width: 40px;
  }
}

.contact-line {
  max-width: 300px;
  width: 100%;
  background: #038D03;
  height: 100px;
  margin-left: 40px;
  position: relative;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  padding-top: 35px;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .contact-line {
    padding-left: 50px;
    margin-left: 10px;
    height: 80px;
    padding-top: 23px;
  }
}
.contact-line::after {
  position: absolute;
  content: "";
  height: 80px;
  max-width: 80px;
  width: 100%;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: url(../image/line_icon.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .contact-line::after {
    max-width: 40px;
  }
}

.service-contents {
  padding-top: 40px;
  text-align: center;
  position: relative;
  height: 900px;
}
@media screen and (max-width: 767px) {
  .service-contents {
    height: 1100px;
  }
}

.service-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .service-video {
    height: 100%;
  }
}
.service-video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.util-title {
  color: #F9D26C;
  font-size: 40px;
  font-family: "Noto Serif", serif;
  text-shadow: 1px 2px 3px #000;
}
.util-title span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

.service-item_contents {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.service-items {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .service-items {
    display: block;
  }
}

.service-items_right {
  margin-top: 70px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .service-items_right {
    margin-left: 0;
    margin-top: 40px;
  }
}

.service-item {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  height: 100px;
  background: url(../image/service_title.png) no-repeat top center/contain;
  font-size: 20px;
  color: #502200;
  padding-top: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service-item {
    max-width: 320px;
    height: 70px;
    padding-top: 10px;
  }
}
.service-item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 1100px) {
  .service-item:first-child {
    margin-left: -60px;
  }
  .service-item:nth-child(3) {
    margin-left: 60px;
  }
  .service-item:nth-child(4) {
    margin-left: 120px;
  }
}

.price {
  background: #F9F7EB;
}

.price-contents {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 150px;
}

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

.price-title_sub {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}

.price-item_contents {
  margin-top: 40px;
}

.price-items {
  display: flex;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .price-items {
    display: block;
    display: none;
  }
}

.price-item {
  max-width: 320px;
  width: 100%;
  background: #fff;
  color: #502200;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .price-item:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .price-item {
    margin-left: auto;
    margin-right: auto;
  }
  .price-item:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .price-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .price-item:not(:first-child) {
    margin-left: 20px;
  }
}

.price-item_title {
  font-size: 20px;
  color: #fff;
  background: #502200;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
}

.price-item_price {
  font-size: 30px;
  margin-top: 15px;
}

.price-item_description {
  margin-top: 20px;
}

.price-explain {
  text-align: center;
  margin-top: 80px;
}

.price-explain_contents {
  position: relative;
}
.price-explain_contents::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
  height: 50px;
  background: url(../image/price_point_up.png) no-repeat center center/contain;
}
.price-explain_contents::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
  height: 50px;
  background: url(../image/price_point_down.png) no-repeat center center/contain;
}

.price-text {
  line-height: 1.8em;
  color: #502200;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .price-text {
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.question {
  background: #502200;
}

.question-contents {
  padding-top: 250px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .question-contents {
    padding-top: 150px;
  }
}
.question-contents::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 120px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/wa_line.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .question-contents::before {
    height: 80px;
  }
}
.question-contents::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90px;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/wa_line.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .question-contents::after {
    height: 80px;
    bottom: -80px;
  }
}

.question-item_contents {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.question-items {
  margin: 80px auto;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .question-items {
    max-width: 300px;
  }
}

.question-item:not(:first-child) {
  margin-top: 50px;
}

.question-item_box {
  width: 100%;
  background: #CBAF7A;
  position: relative;
}
@media screen and (max-width: 767px) {
  .question-item_box {
    background: transparent;
  }
}
.question-item_box::after {
  position: absolute;
  content: "";
  left: 10px;
  top: 0;
  height: 60px;
  max-width: 60px;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  background: url(../image/question.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .question-item_box::after {
    max-width: 40px;
    height: 40px;
  }
}

.question-item_q {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .question-item_q {
    height: 80px;
  }
}

.item-q_text {
  padding-left: 100px;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .item-q_text {
    padding-top: 10px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 10px;
    line-height: 1.5em;
  }
}
.item-q_text::after {
  position: absolute;
  content: "";
  bottom: -30px;
  right: 10px;
  max-width: 20px;
  width: 100%;
  height: 20px;
  background: url(../image/question_sankaku.png) no-repeat center center/contain;
}

.question-item_a {
  padding-left: 100px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #502200;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .question-item_a {
    padding-left: 60px;
  }
}
.question-item_a img {
  max-width: 66px;
  width: 100%;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 66px;
  position: absolute;
  top: 0;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .question-item_a img {
    max-width: 46px;
    height: 46px;
  }
}
.question-item_a.is-open {
  display: block;
}
@media screen and (max-width: 767px) {
  .question-item_a {
    color: #fff;
    font-size: 16px;
  }
}

.question-button {
  margin-top: 80px;
  text-align: center;
  display: none;
}
.question-button a {
  text-decoration: none;
  color: #C19A35;
  font-size: 20px;
  display: inline-block;
  padding: 20px 40px;
  border: 2px solid #C19A35;
  letter-spacing: 1em;
  text-indent: 1em;
}
@media screen and (max-width: 767px) {
  .question-button a {
    padding: 10px 30px;
  }
}

/*=============================================================================
# footer
==============================================================================*/
footer {
  background: #F9F7EB;
  height: 300px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 80px;
    height: 350px;
  }
}

.footer-contents {
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-contents {
    display: block;
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .footer-contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer-logo_contents {
  max-width: 500px;
  width: 100%;
  display: flex;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer-logo_contents {
    padding-top: 30px;
  }
}

.footer-logo_image {
  background: url(../image/logo03_nocircle_light.png) no-repeat center center/contain;
  max-width: 100px;
  width: 100%;
  height: 100px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footer-logo_image {
    max-width: 80px;
    height: 80px;
    margin-top: 40px;
  }
}

.footer-logo_text {
  color: #502200;
  font-size: 25px;
  padding-top: 30px;
  padding-left: 30px;
  text-align: center;
}
.footer-logo_text span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.koan-number {
  font-size: 16px;
  margin-top: 15px;
}

.footer-contact_area {
  max-width: 500px;
  width: 100%;
  margin-top: 50px;
  border: 2px solid #502200;
  text-align: center;
  color: #502200;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .footer-contact_area {
    margin-top: 20px;
    padding: 10px;
  }
}

.footer-contact_text {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .footer-contact_text {
    font-size: 18px;
  }
}

.footer-contact_phone {
  font-size: 28px;
  margin-top: 10px;
  position: relative;
  padding-left: 10px;
}
.footer-contact_phone::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/phone_brown.png) no-repeat center center/contain;
}
@media screen and (min-width: 1100px) {
  .footer-contact_phone::after {
    left: 80px;
  }
}
.footer-contact_phone a {
  text-decoration: none;
  color: #502200;
}

.footer-contact_link {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.footer-contact_mail {
  display: inline-block;
  background: #C19A35;
  color: #fff;
  font-size: 22px;
  position: relative;
  max-width: 150px;
  width: 100%;
  height: 50px;
  padding-left: 30px;
  padding-top: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .footer-contact_mail {
    font-size: 18px;
    padding-top: 14px;
  }
}
.footer-contact_mail::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40px;
  width: 100%;
  height: 40px;
  background: url(../image/メールの無料アイコン.png) no-repeat center center/contain;
}

.footer-contact_line {
  display: inline-block;
  background: #038D03;
  color: #fff;
  font-size: 22px;
  margin-left: 30px;
  position: relative;
  max-width: 150px;
  width: 100%;
  height: 50px;
  padding-left: 30px;
  padding-top: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .footer-contact_line {
    font-size: 18px;
    margin-left: 20px;
    padding-top: 14px;
  }
}
.footer-contact_line::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40px;
  width: 100%;
  height: 40px;
  background: url(../image/line_icon.png) no-repeat center center/contain;
}

.footer-supplement {
  margin: 40px auto 0;
  max-width: 1100px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.privacy-policy {
  color: #502200;
}

.copy-right {
  color: #502200;
}

.to-top {
  position: fixed;
  right: 18px;
  bottom: 20px;
  width: 70px;
  z-index: 800;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .to-top {
    right: 5px;
    bottom: 10px;
  }
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */