@charset "UTF-8";
/*
Theme Name:haku_tcd080_child
Version:1.0
Template:haku_tcd080
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
  padding: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

figure {
  margin: 0;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
}

html body #header_slider .catch {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 40px !important;
  line-height: 1.4;
  padding: 0 !important;
  letter-spacing: 0.05em;
  color: #fff;
  width: 100% !important;
  letter-spacing: 0.04em;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 375px) {
  html body #header_slider .catch {
    font-size: 7.4666666667vw !important;
  }
}

#header_logo .pc_logo_image {
  display: block !important;
}

#header_logo .mobile_logo_image {
  display: none !important;
}

html body {
  font-family: "Zen Maru Gothic", serif;
}
html body .mobile #header_logo .logo a,
html body #menu_button:before,
html body #lang_mobile_button:before {
  color: #fff;
}
html body #global_menu > ul {
  text-align: end;
  margin-right: clamp(0px, 2.196193265vw, 30px);
}
html body #global_menu > ul > li > a {
  padding: 0 clamp(10px, 1.4641288433vw, 20px);
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
@media (max-width: 1275px) {
  html body #global_menu > ul > li > a {
    font-size: 14px;
    padding: 0 10px !important;
  }
}
@media (max-width: 1070px) {
  html body #global_menu > ul > li > a {
    font-size: 12px;
    padding: 0 10px !important;
  }
}
@media (max-width: 1000px) {
  html body #global_menu > ul > li > a {
    font-size: 14px;
  }
}
html body #mobile_menu a {
  font-weight: bold;
}

#header_slider_button {
  background: #a4bb6b !important;
  border-bottom-right-radius: 20px;
}
#header_slider_button::before {
  color: #fff !important;
}

html body {
  background: #f4f6ee;
}
html body #header_slider {
  background: #f4f6ee;
  padding: 40px 40px 0 40px;
}
@media (max-width: 1000px) {
  html body #header_slider {
    padding: 0;
  }
}
html body #header_slider .slick-list {
  border-radius: 20px;
  height: -webkit-fill-available;
}
@media (max-width: 1000px) {
  html body #header_slider .slick-list {
    border-radius: 0;
    height: 100vh;
  }
}

#s01 {
  padding: clamp(80px, 8.6383601757vw, 118px) 0 clamp(60px, 6.2225475842vw, 85px);
  position: relative;
}
#s01::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "Yorozuya Honpo";
  width: -moz-max-content;
  width: max-content;
  font-family: "Zen Maru Gothic", serif;
  font-size: 12.8843338214vw;
  font-weight: bold;
  color: #fff;
  line-height: normal;
}
#s01::after {
  content: "";
  position: absolute;
  bottom: clamp(30px, 5.5636896047vw, 76px);
  left: 6.8081991215vw;
  background: url(/wp-content/uploads/top_shochan.png) no-repeat center center;
  background-size: contain;
  width: clamp(160px, 23.4260614934vw, 320px);
  height: clamp(61px, 8.9311859444vw, 122px);
}
#s01 .inner {
  position: relative;
  z-index: 1;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}
#s01 .inner .wrap {
  margin: 0 20px;
}
#s01 .inner .wrap .flex_box {
  display: flex;
  -moz-column-gap: clamp(30px, 3.8067349927vw, 52px);
       column-gap: clamp(30px, 3.8067349927vw, 52px);
}
@media (max-width: 600px) {
  #s01 .inner .wrap .flex_box {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 40px;
  }
}
#s01 .inner .wrap .flex_box .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: clamp(22px, 2.0497803807vw, 28px);
  line-height: normal;
  letter-spacing: 0.04em;
  color: #6b8375;
  writing-mode: vertical-lr;
}
@media (max-width: 600px) {
  #s01 .inner .wrap .flex_box .title {
    writing-mode: horizontal-tb;
  }
}
#s01 .inner .wrap .flex_box .content {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #544947;
  writing-mode: vertical-rl;
}

#s02 {
  padding: clamp(100px, 10.6881405564vw, 146px) 0 clamp(85px, 4.39238653vw, 60px);
  border-radius: clamp(40px, 3.6603221083vw, 50px);
  background: url(/wp-content/uploads/top_about_bg.jpg) no-repeat center center;
  background-size: cover;
}
#s02 .inner {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}
#s02 .inner .wrap {
  margin: 0 20px;
}
#s02 .inner .wrap .content {
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.8;
  letter-spacing: 0.04em;
  color: #fff;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#s03 {
  padding: clamp(110px, 11.7130307467vw, 160px) 0 clamp(80px, 8.78477306vw, 120px);
}
#s03 .inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
#s03 .inner .wrap {
  margin: 0 20px;
}
#s03 .inner .wrap .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: clamp(32px, 2.9282576867vw, 40px);
  line-height: normal;
  letter-spacing: 0.04em;
  color: #544947;
  position: relative;
  text-align: center;
  margin-bottom: clamp(70px, 7.3206442167vw, 100px);
}
#s03 .inner .wrap .title span {
  position: relative;
  z-index: 1;
}
#s03 .inner .wrap .title::after {
  content: "Service";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: clamp(80px, 17.8623718887vw, 244px);
}
#s03 .inner .wrap .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: clamp(45px, 3.6603221083vw, 50px);
       column-gap: clamp(45px, 3.6603221083vw, 50px);
  row-gap: clamp(45px, 3.6603221083vw, 50px);
}
@media (max-width: 1024px) {
  #s03 .inner .wrap .grid_box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 769px) {
  #s03 .inner .wrap .grid_box {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  #s03 .inner .wrap .grid_box {
    grid-template-columns: repeat(1, 1fr);
  }
}
#s03 .inner .wrap .grid_box .col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  transition: 0.4s all;
  position: relative;
}
#s03 .inner .wrap .grid_box .col:hover {
  transform: translateY(-10px);
}
#s03 .inner .wrap .grid_box .col::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 100%;
  border-radius: 500px;
  background: #eaf0dc;
}
@media (max-width: 500px) {
  #s03 .inner .wrap .grid_box .col::after {
    border-radius: 150px;
  }
}
#s03 .inner .wrap .grid_box .col .card_title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: clamp(22px, 1.9033674963vw, 26px);
  color: #6b8375;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#s03 .inner .wrap .grid_box .col .card_title .title_small {
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
#s03 .inner .wrap .grid_box .col figure {
  text-align: center;
  max-width: 90%;
  width: 100%;
  margin: 0 auto 13px auto;
  position: relative;
  z-index: 1;
}
#s03 .inner .wrap .grid_box .col figure::after {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/arrow_btn.svg) no-repeat center center;
  background-size: contain;
  width: 32px;
  height: 32px;
  bottom: 0;
  right: -14px;
}
#s03 .inner .wrap .grid_box .col figure img {
  width: 100%;
}
#s03 .inner .wrap .grid_box .col .card_content {
  position: relative;
  z-index: 1;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 14px;
  color: #544947;
  line-height: 2;
}
@media (max-width: 769px) {
  #s03 .inner .wrap .grid_box .sp_none {
    display: none;
  }
}

/*ボタンホバー時*/
.hidden_area label:hover {
  opacity: 0.7;
  transition: 0.4s;
}

/*チェックは見えなくする*/
.hidden_area input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_area .show-contents {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_area input:checked ~ .show-contents {
  padding: 10px 0;
  height: auto;
  opacity: 1;
} /*ボタン装飾*/
.hidden_area label {
  background: #6b8375;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff !important;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  transition: all 0.2s ease;
  max-width: 266px;
  width: 100%;
  border-radius: 6px;
  padding-right: 35px;
  height: 60px;
  line-height: 1.8;
  margin: 0 auto;
  display: none;
}
@media (max-width: 769px) {
  .hidden_area label {
    display: flex;
  }
}

@media (max-width: 425px) {
  .hidden_area label {
    font-size: 16px;
  }
}
.hidden_area label::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}

.hidden_area label:hover {
  background: #a4bb6b;
}

@media (max-width: 769px) {
  #s04 {
    background: url(/wp-content/uploads/top_flow_img.jpg) no-repeat center center;
    background-size: cover;
  }
}
#s04 .inner .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 950px) {
  #s04 .inner .wrap {
    grid-template-columns: 0.3fr 0.7fr;
  }
}
@media (max-width: 769px) {
  #s04 .inner .wrap {
    grid-template-columns: 1fr;
  }
}
#s04 .inner .wrap .box {
  padding: clamp(70px, 10.980966325vw, 150px) 30px;
}
@media (max-width: 769px) {
  #s04 .inner .wrap .box {
    background: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 769px) {
  #s04 .inner .wrap .box {
    padding: 70px 20px;
  }
}
#s04 .inner .wrap .box .box_wrap {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
#s04 .inner .wrap .box .cat {
  color: #a4bb6b;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 22px);
  line-height: normal;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
#s04 .inner .wrap .box .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: clamp(26px, 2.196193265vw, 30px);
  line-height: normal;
  letter-spacing: 0.04em;
  color: #6b8375;
  margin-bottom: 22px;
}
#s04 .inner .wrap .box .content {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  color: #544947;
  margin-bottom: 35px;
}
#s04 .inner .wrap .box .button a {
  background: #6b8375;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff !important;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  transition: all 0.2s ease;
  max-width: 266px;
  width: 100%;
  border-radius: 6px;
  padding-right: 35px;
  height: 60px;
  line-height: 1.8;
  display: flex;
}
@media (max-width: 769px) {
  #s04 .inner .wrap .box .button a {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  #s04 .inner .wrap .box .button a {
    font-size: 16px;
  }
}
#s04 .inner .wrap .box .button a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}
#s04 .inner .wrap .box .button a:hover {
  background: #a4bb6b;
}
#s04 .inner .wrap .box_bg {
  background: url(/wp-content/uploads/top_flow_img.jpg) no-repeat center center;
  background-size: cover;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media (max-width: 769px) {
  #s05 {
    background: url(/wp-content/uploads/top_faq_img.jpg) no-repeat center center;
    background-size: cover;
  }
}
#s05 .inner .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 950px) {
  #s05 .inner .wrap {
    grid-template-columns: 0.7fr 0.3fr;
  }
}
@media (max-width: 769px) {
  #s05 .inner .wrap {
    grid-template-columns: 1fr;
  }
}
#s05 .inner .wrap .box {
  padding: clamp(70px, 10.980966325vw, 150px) 30px;
}
@media (max-width: 769px) {
  #s05 .inner .wrap .box {
    background: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 769px) {
  #s05 .inner .wrap .box {
    padding: 70px 20px;
  }
}
#s05 .inner .wrap .box .box_wrap {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
#s05 .inner .wrap .box .cat {
  color: #a4bb6b;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 22px);
  line-height: normal;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
#s05 .inner .wrap .box .title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: clamp(26px, 2.196193265vw, 30px);
  line-height: normal;
  letter-spacing: 0.04em;
  color: #6b8375;
  margin-bottom: 22px;
}
#s05 .inner .wrap .box .content {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  color: #544947;
  margin-bottom: 35px;
}
#s05 .inner .wrap .box .button a {
  background: #6b8375;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff !important;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  transition: all 0.2s ease;
  max-width: 266px;
  width: 100%;
  border-radius: 6px;
  padding-right: 35px;
  height: 60px;
  line-height: 1.8;
  display: flex;
}
@media (max-width: 769px) {
  #s05 .inner .wrap .box .button a {
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  #s05 .inner .wrap .box .button a {
    font-size: 16px;
  }
}
#s05 .inner .wrap .box .button a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}
#s05 .inner .wrap .box .button a:hover {
  background: #a4bb6b;
}
#s05 .inner .wrap .box_bg {
  background: url(/wp-content/uploads/top_faq_img.jpg) no-repeat center center;
  background-size: cover;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

html body .index_post_list .headline span {
  font-family: "Zen Maru Gothic", serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #fff;
  letter-spacing: 0.07em;
}
html body .entry-date.updated {
  font-family: "Zen Maru Gothic", serif !important;
  font-weight: bold !important;
  font-size: 16px !important;
  letter-spacing: 0.04em;
}
html body .index_post_list .post_list .title span {
  font-family: "Zen Maru Gothic", serif !important;
  font-weight: 500;
  font-size: 14px !important;
  letter-spacing: 0.04em;
  line-height: 1.643;
}

#s_contact {
  background: url(/wp-content/uploads/top_contact_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: clamp(70px, 7.6134699854vw, 104px);
  padding-bottom: clamp(40px, 3.7335285505vw, 51px);
  margin-bottom: 0 !important;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
#s_contact .inner {
  max-width: 866px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  #s_contact .inner {
    max-width: 640px;
  }
}
#s_contact .inner .wrap {
  margin: 0 20px;
  text-align: center;
}
#s_contact .inner .wrap .title {
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: clamp(30px, 2.5622254758vw, 35px);
  font-size: clamp(24px, 2.3426061493vw, 32px);
  color: #fff;
  line-height: normal;
}
#s_contact .inner .wrap .content {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2.2;
  color: #fff;
  margin-bottom: 28px;
  text-align: center;
}
@media (max-width: 600px) {
  #s_contact .inner .wrap .content {
    text-align: start;
  }
}
#s_contact .inner .wrap .content .s08_space {
  display: none;
}
@media (max-width: 600px) {
  #s_contact .inner .wrap .content .s08_space {
    display: block;
  }
}
#s_contact .inner .wrap .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-bottom: clamp(25px, 2.196193265vw, 30px);
}
@media (max-width: 769px) {
  #s_contact .inner .wrap .grid_box {
    grid-template-columns: 1fr;
  }
}
#s_contact .inner .wrap .grid_box .button a {
  width: 100%;
  height: clamp(70px, 7.3206442167vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 1.9033674963vw, 26px) !important;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background: #a4bb6b;
  border-radius: 20px;
  transition: 0.4s;
}
@media (max-width: 769px) {
  #s_contact .inner .wrap .grid_box .button a {
    max-width: 400px;
    margin: 0 auto;
  }
}
#s_contact .inner .wrap .grid_box .button a:hover {
  transition: 0.4s;
  opacity: 0.7;
}
#s_contact .inner .wrap .grid_box .button a .phone {
  margin-right: 17px;
  width: clamp(30px, 2.7818448023vw, 38px);
  -o-object-fit: contain;
     object-fit: contain;
  height: clamp(30px, 2.7818448023vw, 38px);
  position: relative;
  left: -20px;
}
#s_contact .inner .wrap .grid_box .button a .mail {
  margin-right: 18px;
  width: clamp(30px, 2.7818448023vw, 38px);
  -o-object-fit: contain;
     object-fit: contain;
  height: clamp(28px, 2.5622254758vw, 35px);
}
#s_contact .s_info_space {
  display: none;
}
@media (max-width: 425px) {
  #s_contact .s_info_space {
    display: block;
  }
}

.fax {
  pointer-events: none !important;
}

#footer_logo image {
  max-width: 290px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

#footer {
  padding: clamp(45px, 4.9780380673vw, 68px) 0 !important;
}

#footer_menu {
  padding: 22px 0;
  margin-top: 0 !important;
  background: #fff;
  border-top: 1px solid #d9d9d9;
}
#footer_menu a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 14px;
  color: #544947;
}
.item1 .image{
	background-position-x: 48% !important;
}
.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */