* {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.pc {
  display: inline !important;
}

.tb,
.sp,
#tb_s,
#tb_p,
#sp_s_hm {
  display: none !important;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

#h_hm_p {
  padding: 20px 0 33px;
  margin: 0 auto;
  gap: 10px;
}

#h_hm_pf {
  padding: 33px 0;
  gap: 10px;
}

#h_hm_add {
  gap: 10px;
}

#h_hm_add .form_add_1 {
  gap: 10px;
}

#h_hm_add .form_add_2 {
  justify-content: unset;
}

#h_hm_add .add_sns {
  padding-bottom: 10px;
}

main a {
  color: #252525;
}

img {
  width: 100%;
  vertical-align: top;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 27px;
}

main {
  background-color: #fbf7f1;
}

.h_black {
  display: flex;
  align-items: center;
  padding: 0 80px;
  justify-content: space-between;
  height: 100px;
  background: #252525;
}

.h_gold {
  height: 5px;
  width: 100%;
  background-image: linear-gradient( 90deg, #C18E44, #E1B97D,  #F3E1C3, #E6C592, #C5934B );
}

.logo {
  width: 275px;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.h_ber {
  display: flex;
  align-items: center;
  gap: 32px;
}

.h_btn {
  transition: 0.3s;
}

.h_btn:hover {
  opacity: 0.8;
}

.h_btn a {
  display: flex;
  background: #ffffff;
  border-radius: 6px;
  font-size: 18px;
  color: #252525;
  padding: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.h_btn a img {
  width: 21px;
  height: auto;
}

.Instagram-icon {
  max-width: 32px;
}

.Instagram-icon img {
  width: 100%;
}

/* ハンバーガーメニュー */
.hamburger_icon {
  display: block;
  height: 50px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}

.hamburger_menu {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 36px;
}

.hamburger_menu span {
  display: block;
  position: absolute;
  background: #ffffff;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  transform-origin: center;
}

/* 平時の位置 */
.hamburger_menu span:nth-of-type(1) {
  top: 12px;
}
.hamburger_menu span:nth-of-type(2) {
  top: 24px;
}

/* クリック時に横アイコンが斜めになる */
#menu_toggle:checked ~ .hamburger_icon .hamburger_menu span:nth-of-type(1) {
  top: 18px;
  transform: rotate(45deg);
}

#menu_toggle:checked ~ .hamburger_icon .hamburger_menu span:nth-of-type(2) {
  top: 18px;
  transform: rotate(-45deg);
}

.menu_toggle {
  display: none;
}

.menu_content {
  position: fixed;
  top: 105px;
  right: -100%;
  width: 100%;
  z-index: 90;
  background: #252525;
  color: #ffffff;
  font-size: 18px;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.menu_content a {
  text-decoration: none;
  color: #ffffff;
}

/* メニューを表示 */
#menu_toggle:checked ~ .menu_content {
  right: 0;
}

/* top */
.top {
  position: relative;
  height: 256px;
  display: flex;
  align-items: center;
  padding: 105px 80px 0;
  background-image: url(../images/ashirai/head-bg.webp);
  }

/*.top {
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  padding: 0 186px;
  background-image: url(../images/ashirai/head-bg.webp);
}*/

.top_title {
  color: #ffffff;
  font-size: 32px;
  /*font-size: 40px;*/
  line-height: 33px;
  display: flex;
  align-items: stretch;
  gap: 10px;
  filter: drop-shadow(0px 0px 12px #000000cc);
}

.top_title img {
  width: 25px;
}

/* main */

/* introduction */
.introduction {
  display: flex;
  justify-content: space-between;
  padding: 106px 0;
  margin: 0 auto;
  width: 954px;
}

.introduction_right {
  display: flex;
  flex-direction: column;
  width: 460px;
  gap: 24px;
}

.introduction_box {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dfd1bb;
  border-radius: 16px;
  box-shadow: 0 0 10px #c18e4440;
}

.box_title {
  display: flex;
  padding: 17px 24px;
  border-bottom: 1px solid #dfd1bb;
}

.box_column {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

.box_text {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  white-space: nowrap;
  padding: 24px 0;
  border-bottom: 1px solid #dfd1bb;
}

.box_text:last-child {
  border-bottom: none;
}

#tel_box {
  padding: 20px 0 24px;
}

.introduction_left {
  width: 460px;
}

#border_none {
  border-bottom: none;
}

.box_btn {
  display: flex;
  border-radius: 12px;
  height: 57px;
  transition: 0.3s;
}

.box_btn:hover {
  opacity: 0.8;
}

.box_btn a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  padding: 0 35px 0 20px;
  gap: 10px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

#btn_black {
  background-color: #252525;
}

.box_btn a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 18px;
  border-radius: 1px;
}

#c_line {
  display: flex;
  padding: 14px 19px;
}

#c_line img {
  width: 87px;
  height: 100%;
}

#c_insta {
  width: 48px;
  height: 48px;
}

#c_insta img {
  width: 21px;
}

.tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #252525;
  border-radius: 50%;
}

.tel img {
  width: 19px;
  height: auto;
}

.tel_text {
  display: flex;
  flex-direction: column;
}

.tel_text a {
  font-family: "Expletus Sans", sans-serif;
  font-size: 32px;
  text-decoration: none;
}

.c_form {
  width: 100%;
}

/* form */
.wpcf7 label {
  font-size: 15px;
  color: #252525;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 select {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  margin-top: 12px;
}

.wpcf7 textarea {
  width: 100%;
  height: 258px;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  margin-top: 12px;
}

.wpcf7-form.init p {
  padding-bottom: 16px;
}

.wpcf7-form.init p:last-child {
  padding-bottom: 0;
}

.check_area {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.wpcf7 input[type="checkbox"]{
  width: 23px;
  height: 23px;
  appearance: none;
  border: 1px solid #adadad;
  border-radius: 3px;
  margin: 0;
  vertical-align: text-top;
  cursor: pointer;
  accent-color: #252525;
}

.wpcf7 input[type="checkbox"]:checked {
  background-color: #252525;
  border-color: #252525;
  border-radius: 3px;
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.wpcf7 input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  padding: 0;
}

span.wpcf7-spinner {
  display: none;
}

.submit_btn_area {
  display: flex;
  justify-content: center;
  gap: 14px;
  height: 73px;
  padding: 34px 0 40px;
}

.submit_btn {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  background-color: #252525;
  padding: 0 85px 0 65px;
  gap: 10px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
}

.submit_btn:hover {
  opacity: 0.8;
}

.submit_btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 30px;
  border-radius: 1px;
}

/* footer */
.footer {
  background: #252525;
  color: #ffffff;
  font-size: 18px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer_menu {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 1120px;
  padding: 88px 0;
  margin: 0 auto 88px;
  border-bottom: 1px solid #ffffff;
  gap: 20px;
}

.footer_menu_one {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.f_title {
  border-bottom: 1px solid #ffffff;
  padding: 13px 0;
}

.footer_menu_one.right {
  justify-content: space-between;
}

.footer_menu_one ul {
  list-style-position: inside;
  padding-left: 0;
  padding-top: 20px;
}

.footer_menu_list {
  padding-bottom: 17px;
}

.footer_menu_list:last-child {
  padding-bottom: 0;
}

.footer_form {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  padding: 0 0 88px;
  margin: 0 auto;
}

.footer_form_logo img {
  width: 284px;
  padding-bottom: 20px;
}

.footer_form_logo p {
  font-size: 16px;
  line-height: 24px;
}

.footer_form_add {
  display: flex;
  gap: 30px;
}

.form_add_1 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.add_tel,
.add_yoyaku {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 58px;
  border-bottom: 1px solid #ffffff;
}

.add_tel img,
.add_yoyaku img {
  width: 24px;
  height: auto;
}

.add_tel a {
  font-family: "Expletus Sans", sans-serif;
  font-size: 37px;
  letter-spacing: 3px;
}

.add_yoyaku a {
  font-size: 26px;
}

.form_add_2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.add_sns {
  display: flex;
  gap: 25px;
}

.line {
  display: flex;
  background: #438b44;
  border-radius: 12px;
  padding: 18px 24px;
}

.insta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d34547;
  width: 73px;
  height: 73px;
  border-radius: 50%;
}

.insta img {
  width: 32px;
}

.add_link {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.add_link a {
  font-size: 14px;
}

.copyright {
  padding: 25px 0;
  font-size: 16px;
  text-align: center;
  background-image: url(../images/ashirai/head-bg.webp);
}

@media screen and (max-width: 1180px) {

  .tb,
  #tb_p {
    display: inline !important;
  }

  .pc,
  .sp,
  #tb_s {
    display: none !important;
  }

  .h_black {
    padding: 0 40px;
  }

  .top_title {
    font-size: 32px;
  }

  .introduction {
    padding: 72px 0;
    width: 704px;
  }

  .introduction_right,
  .introduction_left {
    width: 335px;
  }

  .introduction_right p {
    font-size: 14px;
  }

  .box_btn a {
    font-size: 15px;
    padding: 0 25px 0 12px;
  }

  .box_btn a::after {
    right: 15px;
  }

  .box_title {
    padding: 17px 20px 15px;
  }

  .box_column {
    padding: 0 20px;
  }
  .box_text {
    gap: 17px;
  }

  .footer_menu {
    flex-direction: column;
    width: 846px;
    padding: 88px 0 0;
    margin: 0 auto;
    gap: 48px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer_menu_tb {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .footer_menu_one {
    width: calc(33.333% - 22px);
  }

  .footer_menu_tb.right {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .footer_menu_tb.right .footer_menu_one {
    width: calc(33.333% - 22px);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer_form {
    flex-direction: column;
    width: 846px;
    padding: 48px 0 88px;
    gap: 48px;
  }

  .footer_form_add {
    gap: 48px;
  }

}

@media screen and (max-width: 844px) {

  .pc,
  .sp,
  #tb_p {
    display: none !important;
  }

  .tb,
  #tb_s {
    display: inline !important;
  }

  .h_black {
    padding: 0 35px;
  }

  .h_ber {
    gap: 27px;
  }

  .footer_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 568px;
    padding: 88px 0 40px;
    gap: 40px;
  }

  .footer_menu_one {
    width: 100%;
  }

  .footer_menu_tb.right {
    flex-direction: column;
    gap: 0;
  }

  .footer_menu_tb.right .footer_menu_one {
    width: 100%;
  }

  .footer_form {
    width: 568px;
    padding: 40px 0 88px;
    margin: 0 auto;
  }

  .footer_form_add {
    flex-direction: column;
  }

  .footer_form_add {
    width: 355px;
  }

  .add_sns {
    padding-bottom: 48px;
  }

  .add_link {
    justify-content: flex-start;
  }

  .top {
    height: 186px;
  }

  .top_title img {
    width: 19px;
  }

  .introduction {
    width: 690px;
  }

}

@media screen and (max-width: 450px) {

  .sp {
    display: inline !important;
  }

  .pc,
  .tb,
  #tb_p {
    display: none !important;
  }

  #tb_s,
  #sp_s_hm {
    display: inline !important;
  }

  .h_ber {
    gap: 20px;
  }

  .h_black {
    padding: 0 15px;
  }

  .logo {
    width: 180px;
  }

  .h_btn_os img {
    width: 21px;
    height: auto;
  }

  .hamburger_menu {
    width: 24px;
    height: 32px;
  }

  .hamburger_menu span:nth-of-type(1) {
    top: 14px;
  }

  .hamburger_menu span:nth-of-type(2) {
    top: 22px;
  }

  .menu_content {
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }

  #h_hm_pf {
    margin-bottom: 100px;
  }

  .slider_wrapper {
    width: 100%;
  }

  .top {
    height: 120px;
    padding: 105px 20px 0;
  }

  .top_title {
    padding: 0;
    font-size: 24px;
  }

  .introduction {
    flex-direction: column;
    width: 335px;
    padding: 56px 0;
    gap: 24px;
  }
	
  .form_bottom_text {
    font-size: 14px;
  }

  .footer_menu {
    display: flex;
    flex-direction: column;
    width: 335px;
    padding: 40px 0 0;
    margin: 0 auto;
  }

  .footer_menu_list {
    font-size: 15px;
  }

  .footer_form {
    width: 335px;
    padding: 48px 0 56px;
    margin: 0 auto;
    gap: 32px;
  }

  .footer_form_add {
    width: 335px;
  }

  .add_tel ,
  .add_yoyaku {
    gap: 8px;
  }

  .add_tel a {
    font-size: 32px;
  }

  .add_yoyaku a {
    font-size: 24px;
  }

  .form_add_2 {
    align-items: center;
  }

  .copyright {
    font-size: 14px;
  }

}