@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
*, *::after, *::before {
  box-sizing: border-box;
}

:root {
  --horizontal-space:clamp(10px,15px,20px);
  --vertical-space:5vh;
}

img {
  max-width: 100%;
}

span.marker {
  background: linear-gradient(transparent 70%, #F9FFA1 70%);
}

html, body {
  padding: 0 !important;
  margin: 0 !important;
}

html.active, body.active {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}

/****************ハンバーガーメニュー******************/
.btn-trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 45px;
  height: 40px;
  cursor: pointer;
  z-index: 60;
  background: #EE6611;
}

.btn-trigger span {
  position: absolute;
  left: 10px;
  right: 10px;
  width: 60%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 10px;
}

.btn-trigger span:nth-of-type(2) {
  top: 19px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 10px;
}

#sp-menu.active span:nth-of-type(1) {
  transform: translateY(20px) rotate(-315deg);
  top: 0;
}

#sp-menu.active span:nth-of-type(2) {
  opacity: 0;
}

#sp-menu.active span:nth-of-type(3) {
  transform: translateY(-20px) rotate(315deg);
  bottom: -1px;
}

.overlay {
  display: none;
  opacity: 0;
  z-index: -1;
  position: fixed;
  transition: 0.3s;
}
.overlay .sp-menu {
  top: -100vh;
  opacity: 0;
}

.sp-menu {
  position: fixed;
  left: 0;
  top: -50vh;
  opacity: 0;
  display: none;
  transition: 0.3s;
}

.overlay.active {
  opacity: 1;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
  z-index: 30;
}

.sp-menu.active {
  position: fixed;
  top: 45px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
  transition: 0.3s;
  height: auto;
  z-index: 55;
}
.sp-menu.active .fixed__footer {
  display: block !important;
  position: relative;
}
.sp-menu.active nav.sp {
  width: 100%;
}
.sp-menu.active nav.sp ul {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.sp-menu.active nav.sp ul li a {
  display: block;
  padding: 0.5em;
  text-align: center;
  color: #202020;
  font-weight: bold;
  border: 1px solid #EE6611;
  border-bottom: none;
  text-decoration: none;
  text-align: center;
}
.sp-menu.active nav.sp ul li a:hover {
  background: #EE6611;
  color: #fff;
}
.sp-menu.active nav.sp ul li:last-of-type {
  border-bottom: 1px solid #EE6611;
}

header {
  padding: 10px 0.5em 10px;
}
header .Inner__wrap {
  max-width: 1000px;
  margin: auto;
}
header .contact-wrap {
  display: none !important;
}

.header-contact .logo-wrap {
  width: 250px;
}

section {
  padding: var(--vertical-space) var(--horizontal-space);
}

nav.gloval {
  display: none;
}

.mv__wrapper {
  padding: 0.5em;
}
.mv__wrapper .mv__Inner {
  padding: 0.5em;
  line-height: 1.4;
}
.mv__wrapper .mv__Inner .main__lead__top {
  font-size: 20px;
  margin-bottom: 0.75em;
}
.mv__wrapper .mv__Inner .main__lead__top .main {
  font-size: 35px;
}
.mv__wrapper .mv__Inner .main__lead__top .local {
  font-size: 1.1rem;
  margin-top: 1em;
}
.mv__wrapper .mv__Inner .main__lead__top .local picture {
  margin-top: -15px;
  max-width: 170px;
}
.mv__wrapper .mv__Inner .top__text {
  font-size: 1.6rem;
}
.mv__wrapper .mv__Inner .top__text span.pref {
  font-size: 0.9rem;
}
.mv__wrapper .mv__Inner .campaign__wrap picture.right {
  width: 90px;
  top: 0;
}
.mv__wrapper .mv__Inner .campaign__wrap .bottom__text {
  font-size: 28px;
  padding-right: 95px;
}
.mv__wrapper .mv__Inner .campaign__wrap .title {
  font-size: 1.2rem;
  max-width: calc(100% - 95px);
  margin-left: 0;
  margin-right: auto;
}
.mv__wrapper .mv__Inner .campaign__wrap .price {
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: center;
}
.mv__wrapper .mv__Inner .campaign__wrap .price span.big {
  font-size: 1.55rem;
}
.mv__wrapper .mv__Inner .campaign__wrap .price picture {
  width: 100%;
}
.mv__wrapper .mv__Inner .campaign__wrap::before {
  top: -25px;
  width: 42px;
  height: 42px;
  z-index: 3;
}

section#flow .Inner__wrap ul.flow {
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
section#flow .Inner__wrap ul.flow li {
  width: 49%;
}

h2 {
  font-size: 1.65rem;
  margin-top: 0;
}

#worries {
  background-position: top;
}
#worries .Inner__wrap .flex {
  row-gap: 0.5vh;
}
#worries .Inner__wrap .flex dl.worries {
  width: 100%;
}
#worries .Inner__wrap .flex dl.worries dd {
  font-size: 16px;
}
#worries .omakase__text {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
#worries .triangle {
  max-width: 120px;
}

section#reason-sec .reason__content {
  flex-direction: row;
}
section#reason-sec .reason__content picture {
  width: 100%;
}
section#reason-sec .reason__content .contents {
  width: 100%;
}
section#reason-sec .reason__content .contents h3 {
  margin-top: 0.5em;
  font-size: 29px;
  margin-bottom: 0.5em;
}
section#reason-sec .reason__content .Text {
  margin-top: 0;
}
section#reason-sec .reason__content .Text p {
  margin: 0;
}
section#reason-sec .movie__wrap .Item {
  width: 100%;
}
section#reason-sec .movie__wrap .Item video {
  max-height: 300px;
}

#works h3 {
  font-size: 1.4rem;
  line-height: 1.5;
}
#works .works__wrap .staff__wrap {
  flex-wrap: nowrap;
  align-items: flex-start;
}
#works .works__wrap .staff__wrap picture {
  width: 35px;
}
#works .works__wrap .staff__wrap .Text {
  width: calc(100% - 42px);
}
#works .works__wrap .staff__wrap .Text p {
  font-size: 14px;
}
#works .works__wrap .title {
  flex-direction: column;
  line-height: 1.4;
}
#works .works__wrap .title span {
  margin-bottom: 0.35em;
  font-size: 15px;
}
#works .works__wrap .Image__wrap {
  flex-direction: column;
}
#works .works__wrap .Image__wrap picture {
  width: 100%;
}
#works .works__wrap .Image__wrap picture .photo-title {
  font-size: 16px;
  margin-bottom: 1em;
}
#works .works__wrap .detail__wrap {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
#works .works__wrap .detail__wrap .contents {
  font-size: 12px;
  line-height: 1.5;
}

section#message .Inner__wrap .flex__top {
  flex-direction: column;
}
section#message .Inner__wrap .flex__top picture {
  width: 75%;
  margin: 0 auto 0.75em;
}
section#message .Inner__wrap .flex__top h2 {
  width: 100%;
}
section#message .Inner__wrap .flex__top h2 .top {
  margin-left: auto;
  margin-right: auto;
}
section#message .Inner__wrap .flex__top h2 .center {
  text-align: center;
}
section#message .Inner__wrap .flex__top h2 .bottom {
  font-size: 26px;
  text-align: center;
}
section#message .Inner__wrap .flex__top h2 .bottom span {
  font-size: 34px;
}
section#message .Inner__wrap .border__wrap p {
  text-align: left !important;
  font-size: 16px !important;
}
section#message .Inner__wrap .border__wrap p:first-of-type {
  margin-top: 0;
}
section#message .Inner__wrap .border__wrap .center__wrap .Text {
  font-size: 20px;
}

section#estimate .Inner__wrap h2 span {
  font-size: 110%;
}
section#estimate .Inner__wrap p {
  font-size: 14px;
}
section#estimate .Inner__wrap ul.nayami li {
  width: 100%;
  font-size: 1.1rem;
}
section#estimate .Inner__wrap ul.nayami li:before {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

#customers .Inner__wrap h2 {
  font-size: 1.45rem;
}
#customers .Inner__wrap h2 span {
  font-size: 130%;
}
#customers .Inner__wrap .review__wrap {
  flex-direction: column;
}
#customers .Inner__wrap .review__wrap picture {
  margin: 0 auto;
}
#customers .Inner__wrap .review__wrap .Text {
  width: 100%;
}
#customers .Inner__wrap .review__wrap .Text b {
  text-align: center;
}

section#form .Inner__wrap p.big {
  font-size: 16px;
}
section#form .Inner__wrap h3 {
  font-size: 22px;
}
section#form .Inner__wrap .tel__wrap a {
  font-size: 31px;
  line-height: 1.45;
}
section#form .Inner__wrap .tel__wrap {
  flex-direction: column;
}
section#form .Inner__wrap dl.contact {
  flex-direction: column;
}
section#form .Inner__wrap dl.contact dt {
  width: 100%;
  border-bottom: 1px solid #eee;
}
section#form .Inner__wrap dl.contact dt span.block {
  margin-left: 0;
}
section#form .Inner__wrap dl.contact dt .text_red, section#form .Inner__wrap dl.contact dt .any {
  margin-left: 0;
}
section#form .Inner__wrap dl.contact dt p {
  margin: 0.5em 0;
}
section#form .Inner__wrap dl.contact dd {
  width: 100%;
}
section#form .Inner__wrap dl.contact dd p {
  margin: 0.5em 0;
}

#short {
  width: 100%;
  max-width: 100%;
}

dl.contact dt .Inner p {
  justify-content: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}

footer {
  padding-bottom: 110px;
}

.fixed__footer {
  padding: 0.5em;
  z-index: 10;
}

p.privacy {
  font-size: 15px;
}

input[type=submit] {
  font-size: 20px;
}

.fixed__footer .contact-wrap .tel-wrap a {
  font-size: 18px;
}

.fixed__footer .contact-wrap .tel-wrap a i {
  font-size: 20px;
}

.fixed__footer .contact-wrap .tel-wrap {
  width: 50%;
}

.fixed__footer .contact-wrap .line-btn, .fixed__footer .contact-wrap .mail-btn {
  width: 24%;
  padding: 0.3em;
}
.fixed__footer .contact-wrap .line-btn .Inner, .fixed__footer .contact-wrap .mail-btn .Inner {
  flex-direction: column;
  font-size: 12px;
}

input[type=submit] {
  margin-top: 0.5em;
}/*# sourceMappingURL=sp.min.css.map */