@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(15px,20px,25px);
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) {
  .sp-menu, .overlay {
    display: none !important;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

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

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

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;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
header {
  padding: 20px var(--horizontal-space);
}
header .Inner__wrap {
  max-width: 1000px;
  margin: auto;
}

.header-contact {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-contact .logo-wrap {
  width: 290px;
  max-width: 290px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .logo-wrap {
    max-width: 180px;
  }
}
.header-contact .logo-wrap img {
  max-width: 100%;
  height: auto;
}
.header-contact .contact-wrap {
  display: flex;
  width: calc(100% - 290px);
  justify-content: space-between;
  max-width: 600px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .contact-wrap {
    width: calc(100% - 190px);
  }
}
.header-contact .contact-wrap .line-btn,
.header-contact .contact-wrap .mail-btn {
  width: 32%;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 0.65em 0.5em;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .contact-wrap .line-btn,
  .header-contact .contact-wrap .mail-btn {
    font-size: 12px;
  }
}
.header-contact .contact-wrap .line-btn i,
.header-contact .contact-wrap .mail-btn i {
  font-size: 23px;
  font-weight: normal;
}
.header-contact .contact-wrap .line-btn {
  background-color: #00B900;
  border-bottom: 4px solid #0BA10B;
  color: #fff;
  font-size: 15px;
}
.header-contact .contact-wrap .line-btn:hover {
  background-color: #11e311;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .contact-wrap .line-btn {
    font-size: 12px;
  }
}
.header-contact .contact-wrap .mail-btn {
  background-color: #EE6611;
  border-bottom: 4px solid #CE560B;
  color: #fff;
  flex-direction: column;
  align-items: center;
}
.header-contact .contact-wrap .mail-btn:hover {
  background-color: #ff9900;
}
.header-contact .contact-wrap .mail-btn .Inner {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .contact-wrap .mail-btn .Inner {
    font-size: 12px;
  }
}
.header-contact .contact-wrap .mail-btn span.bottom {
  background-color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 3px 20px;
  color: #EE6611;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 5px auto 0;
  border-radius: 16px;
  line-height: 1;
}
.header-contact .contact-wrap .tel-wrap {
  padding: 0;
  width: 32%;
  color: #5B5B5B;
  font-size: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .header-contact .contact-wrap .tel-wrap {
    font-size: 9px;
  }
}
.header-contact .contact-wrap .tel-wrap a {
  color: #00B900;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-contact .contact-wrap .tel-wrap a {
    font-size: 17px;
  }
}
.header-contact .contact-wrap .tel-wrap a i {
  font-size: 18px;
}

nav.gloval {
  background-color: #008000;
  width: 100%;
}
nav.gloval ul {
  margin: 0 auto;
  list-style: none;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
nav.gloval ul li {
  background: #00B900;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  min-width: 16.6666666667%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  nav.gloval ul li {
    font-size: 14px;
  }
}
nav.gloval ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em 0.5em;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  height: 100%;
  position: relative;
}
nav.gloval ul li a:after {
  content: "";
  width: 1px;
  height: 33%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
nav.gloval ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
nav.gloval ul li:last-of-type a:after {
  display: none;
}

.mv__wrapper {
  background: url(../images/mv__bg.jpg) no-repeat center/cover;
  padding: 20px var(--horizontal-space);
}

.mv__Inner {
  border-radius: 0.86em;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4vh var(--horizontal-space);
}
.mv__Inner .top__text {
  color: #00B900;
  font-size: clamp(2.2rem, 2.8916666667vw, 2.9vw);
  font-weight: 800;
  justify-content: center;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  margin: 0;
  line-height: 1.45;
}
.mv__Inner .top__text span.pref {
  background-color: #00B900;
  border-radius: 8px;
  color: #fdf3a6;
  line-height: 1.2;
  padding: 10px;
  font-size: 25px;
}
.mv__Inner .main__lead__top {
  color: #282828;
  font-weight: bold;
  text-align: center;
  margin-top: 0.25em;
  font-size: clamp(24px, 2.01875vw, 2.2vw);
}
@media screen and (min-width: 1921px) {
  .mv__Inner .main__lead__top {
    font-size: 1.4vw;
  }
}
.mv__Inner .main__lead__top .main {
  color: #EE6611;
  font-weight: 900;
  text-align: center;
  font-style: italic;
  font-size: clamp(34px, 4.9833333333vw, 6.7vw);
  font-feature-settings: "palt";
  line-height: 1.1;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 1921px) {
  .mv__Inner .main__lead__top .main {
    font-size: 3.38vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__Inner .main__lead__top .main {
    font-size: 7.8vw;
  }
}
.mv__Inner .main__lead__top .local {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  align-items: center;
  color: #FFBB00;
  font-weight: 900;
  font-size: clamp(19px, 1.7104166667vw, 1.9vw);
  line-height: 1.4;
}
@media screen and (min-width: 1921px) {
  .mv__Inner .main__lead__top .local {
    font-size: 1.2vw;
  }
}
.mv__Inner .main__lead__top .local picture {
  max-width: 280px;
}
.mv__Inner .campaign__wrap {
  border: 5px solid #000;
  border-radius: 8px;
  background: #fff;
  padding: 0.75em 0.5em;
  position: relative;
  margin: 0.5em auto 0;
  max-width: 900px;
  box-shadow: 0px 10px 4px -6px rgba(0, 0, 0, 0.3);
}
.mv__Inner .campaign__wrap::before {
  content: "";
  background: url(../images/check-mv.png) no-repeat center center/contain;
  position: absolute;
  left: 10px;
  top: -12px;
  width: 52px;
  height: 52px;
}
.mv__Inner .campaign__wrap .Inner {
  position: relative;
  z-index: 1;
}
.mv__Inner .campaign__wrap picture.right {
  position: absolute;
  z-index: 0;
  right: 0;
  top: -20px;
  transform: rotate(5deg);
}
.mv__Inner .campaign__wrap picture.right img {
  border: 4px solid #fff;
  box-shadow: 0px 10px 4px -6px rgba(0, 0, 0, 0.3);
}
.mv__Inner .campaign__wrap .title {
  background: #F9FFA1;
  padding: 5px 0.5em;
  color: #EE6611;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  font-size: 35px;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .mv__Inner .campaign__wrap .title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .mv__Inner .campaign__wrap .title {
    margin-left: 55px;
  }
}
.mv__Inner .campaign__wrap .price {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 1.2;
}
.mv__Inner .campaign__wrap .price span.big {
  font-size: clamp(40px, 1.9791666667vw, 2vw);
  color: #EE6611;
  font-weight: 900;
}
.mv__Inner .campaign__wrap .price span.big small {
  font-size: 90%;
}
.mv__Inner .campaign__wrap .price picture {
  width: 180px;
  text-align: center;
}
.mv__Inner .campaign__wrap .bottom__text {
  color: #00B900;
  text-align: center;
  font-weight: 900;
  line-height: 1.155;
  font-size: clamp(47px, 2.4479166667vw, 2.6vw);
}
@media screen and (min-width: 1921px) {
  .mv__Inner .campaign__wrap .bottom__text {
    text-align: left;
  }
}
@media screen and (min-width: 901px) and (max-width: 1100px) {
  .mv__Inner .campaign__wrap .bottom__text {
    padding-right: 50px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .mv__Inner .campaign__wrap .bottom__text {
    text-align: left;
    font-size: 42px;
    padding-left: 20px;
  }
}

section {
  padding: 8vh var(--horizontal-space);
}
@media screen and (min-width: 1921px) {
  section {
    padding: 5vh var(--horizontal-space);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }
}

#worries {
  background: url(../images/worries__bg\ .png) no-repeat center top -10vh #EBEBE2;
  background-size: contain;
  padding-top: 10vh;
  min-height: 50vh;
}
@media screen and (min-width: 1921px) {
  #worries {
    background-size: 50%;
    background-position: top;
  }
}
#worries .Inner__wrap {
  max-width: 1000px;
  margin: auto;
}
#worries .Inner__wrap .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.85vh 2%;
}
#worries .Inner__wrap .flex dl.worries {
  width: 49%;
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  background: #fff;
  margin: 0;
  border-radius: 8px;
  align-items: center;
  border-right: 4px solid #D7D2D2;
  padding: 0.85em;
  border-bottom: 4px solid #D7D2D2;
}
#worries .Inner__wrap .flex dl.worries:last-of-type {
  margin-left: auto;
  margin-right: auto;
}
#worries .Inner__wrap .flex dl.worries dt {
  width: 190px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #worries .Inner__wrap .flex dl.worries dt {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #worries .Inner__wrap .flex dl.worries dt {
    width: 120px;
  }
}
#worries .Inner__wrap .flex dl.worries dd {
  width: calc(100% - 190px);
  padding: 0 0 0 0.5em;
  margin-left: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  #worries .Inner__wrap .flex dl.worries dd {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #worries .Inner__wrap .flex dl.worries dd {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #worries .Inner__wrap .flex dl.worries dd {
    font-size: 18px;
  }
}
#worries .Inner__wrap ul.worries {
  display: flex;
  background: #fff;
  flex-wrap: wrap;
  padding: 1em;
  width: 100%;
  list-style-position: inside;
  list-style: none;
  border-right: 4px solid #D7D2D2;
  padding: 0.85em;
  border-bottom: 4px solid #D7D2D2;
}
@media screen and (max-width: 767px) {
  #worries .Inner__wrap ul.worries {
    flex-direction: column;
  }
}
#worries .Inner__wrap ul.worries li {
  width: 49%;
  font-size: 21px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #worries .Inner__wrap ul.worries li {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #worries .Inner__wrap ul.worries li {
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 0.75em;
  }
  #worries .Inner__wrap ul.worries li:last-of-type {
    margin-bottom: 0;
  }
}
#worries .Inner__wrap ul.worries li::before {
  content: "・";
}
#worries .omakase__text {
  font-size: clamp(2.45rem, 3.3333333333vw, 3.7vw);
  font-feature-settings: "palt";
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  line-height: 1.355;
  width: 100%;
  color: #43301D;
}
@media screen and (min-width: 1921px) {
  #worries .omakase__text {
    font-size: 2.3vw;
  }
}
#worries .omakase__text span {
  color: #EE6611;
}
#worries .triangle {
  max-width: 200px;
  margin: 0.5em auto 0;
}

/**********************見出し*****************************/
h2 {
  font-size: clamp(2.45rem, 3.3333333333vw, 3.7vw);
  color: #43301D;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (min-width: 1921px) {
  h2 {
    font-size: 2vw;
  }
}
h2.Center {
  text-align: center;
}
h2.border {
  padding-bottom: 0.25em;
  border-bottom: 5px solid #43301D;
}

/**********************選ばれる理由*****************************/
h2#reason {
  background: url(../images/reason__bg.jpg) no-repeat center/cover;
  padding: 4vh var(--horizontal-space);
  line-height: 1.4;
  margin: 0 auto;
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}
h2#reason .Inner__wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
h2#reason .Inner__wrap span {
  font-size: 140%;
  display: block;
}

section#reason-sec {
  position: relative;
}
section#reason-sec .Inner__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
section#reason-sec .movie__wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  margin: 5vh auto 0;
}
section#reason-sec .movie__wrap .Item {
  width: 49%;
  margin: 0 auto;
}
section#reason-sec .movie__wrap .Item video {
  border: 4px solid #202020;
  background: #222;
  width: 100%;
  max-height: 340px;
}
section#reason-sec .reason__content {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
section#reason-sec .reason__content:nth-of-type(n + 2) {
  margin-top: 5vh;
}
section#reason-sec .reason__content:nth-of-type(odd) {
  flex-direction: row-reverse;
}
section#reason-sec .reason__content .Text {
  padding: 1em;
  background: #FFFDEA;
  margin-top: 2.5vh;
}
section#reason-sec .reason__content .contents, section#reason-sec .reason__content picture {
  width: 47.5%;
}
section#reason-sec .reason__content .contents h3, section#reason-sec .reason__content picture h3 {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  color: #EE6611;
  font-size: clamp(33px, 2.0575vw, 2.4vw);
  font-weight: 900;
  line-height: 1.455;
}
@media screen and (min-width: 1921px) {
  section#reason-sec .reason__content .contents h3, section#reason-sec .reason__content picture h3 {
    font-size: 1.55vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#reason-sec .reason__content .contents h3, section#reason-sec .reason__content picture h3 {
    font-size: 30px;
  }
}
section#reason-sec .reason__content .contents h3 span.en, section#reason-sec .reason__content picture h3 span.en {
  color: #00B900;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: -0.5em;
}
section#reason-sec .reason__content .contents h3 .main--title, section#reason-sec .reason__content picture h3 .main--title {
  color: #00B900;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.15em;
  font-family: "Poppins", sans-serif;
}
section#reason-sec .reason__content .contents h3 .main--title span.big, section#reason-sec .reason__content picture h3 .main--title span.big {
  font-size: 160%;
}

#works {
  background: #fff9e5;
}
#works .Inner__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#works h2 {
  padding: 0.25em;
  text-align: center;
  background: #fff;
  margin: 0 auto 0.5em;
}
#works h3 {
  color: #EE6611;
  font-weight: bold;
  text-align: center;
  font-size: 1.7rem;
  margin: 0 auto 0.5em;
}
#works .works__wrap {
  position: relative;
  z-index: 0;
}
#works .works__wrap .Inner {
  border: 10px solid #FFE48B;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #fff;
  position: relative;
  padding: 1em;
  z-index: 1;
}
#works .works__wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 10px;
  top: 10px;
  height: 100%;
  background: #F2EAD1;
  z-index: 0;
}
#works .works__wrap .title {
  border-radius: 2.46em;
  background: #00B900;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  padding: 0.5em;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: clamp(20px, 1.6666666667vw, 1.7vw);
  margin: 0 auto 1em;
}
@media screen and (min-width: 1921px) {
  #works .works__wrap .title {
    font-size: 1.15vw;
  }
}
#works .works__wrap .title span {
  display: inline-block;
  padding: 8px;
  line-height: 1;
  position: relative;
}
#works .works__wrap .title span:after {
  content: "";
  background: #FFFDE2;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
}
#works .works__wrap .Image__wrap {
  display: flex;
  -moz-column-gap: 3%;
       column-gap: 3%;
  flex-wrap: wrap;
}
#works .works__wrap .Image__wrap picture {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#works .works__wrap .Image__wrap picture .photo-title {
  background: #FFFDE2;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #works .works__wrap .Image__wrap picture .photo-title {
    font-size: 17px;
  }
}
#works .works__wrap .detail__wrap {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 1em auto 0;
  max-width: 70%;
}
#works .works__wrap .detail__wrap .contents {
  border-radius: 10px;
  padding: 0.5em;
  background: #E2F9EC;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 10px) / 2);
  flex-direction: column;
  line-height: 1.4;
}
#works .works__wrap .staff__wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-top: 1em;
}
#works .works__wrap .staff__wrap picture {
  width: 80px;
}
#works .works__wrap .staff__wrap .Text {
  width: calc(100% - 90px);
}
#works .works__wrap .staff__wrap .Text h3 {
  text-align: left;
  color: #202020;
  margin: 0 0 0.25em;
  font-size: 1.2rem;
}
#works .works__wrap .staff__wrap .Text p {
  margin-top: 0;
}

section#message {
  background: #FAF8E8;
}
section#message .Inner__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
section#message .Inner__wrap .flex__top {
  display: flex;
  flex-wrap: wrap;
}
section#message .Inner__wrap .flex__top picture {
  width: 38%;
  transform: rotate(-5deg);
}
section#message .Inner__wrap .flex__top picture img {
  box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.3);
}
section#message .Inner__wrap .border__wrap {
  border: 6px solid #00B900;
  background: #fff;
  padding: clamp(1em, 2.6vw, 2.8vw);
  border-radius: 10px;
}
section#message .Inner__wrap .border__wrap p {
  text-align: center;
  font-size: clamp(1rem, 18px, 19px);
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap .border__wrap p {
    font-size: 16px;
  }
}
section#message .Inner__wrap .border__wrap p:last-of-type {
  margin-bottom: 0;
}
section#message .Inner__wrap .border__wrap .center__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
  align-items: center;
  margin: 0 auto;
}
section#message .Inner__wrap .border__wrap .center__wrap picture {
  max-width: 40%;
}
section#message .Inner__wrap .border__wrap .center__wrap .Text {
  font-weight: 900;
  font-size: 24px;
}
section#message .Inner__wrap h2 {
  width: 60%;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap h2 {
    padding-left: 0.5em;
  }
}
section#message .Inner__wrap h2 .top {
  color: #EE6611;
  padding: 0.5em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: clamp(1.1rem, 1.3vw, 1.5vw);
  max-width: -moz-max-content;
  max-width: max-content;
  background: #fff;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap h2 .top {
    font-size: 1.2rem;
  }
}
section#message .Inner__wrap h2 .center {
  color: #43301D;
  font-size: clamp(1.4rem, 1.6vw, 2vw);
  font-weight: 900;
}
@media screen and (min-width: 1921px) {
  section#message .Inner__wrap h2 .center {
    font-size: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap h2 .center {
    font-size: 1.3rem;
  }
}
section#message .Inner__wrap h2 .bottom {
  font-size: 2.4vw;
  font-weight: 900;
}
@media screen and (min-width: 1921px) {
  section#message .Inner__wrap h2 .bottom {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap h2 .bottom {
    font-size: 4.8vw;
  }
}
section#message .Inner__wrap h2 .bottom span {
  font-size: 3.5vw;
}
@media screen and (min-width: 1921px) {
  section#message .Inner__wrap h2 .bottom span {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1240px) {
  section#message .Inner__wrap h2 .bottom span {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#message .Inner__wrap h2 .bottom span {
    font-size: 6vw;
  }
}

section#estimate {
  background: url(../images/pc_sky__bg.jpg) no-repeat center top/cover;
}
section#estimate .Inner__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
section#estimate .Inner__wrap p {
  text-align: center;
  font-size: 20px;
}
section#estimate .Inner__wrap p:last-of-type {
  margin-bottom: 0;
}
section#estimate .Inner__wrap h2 {
  background-color: #00B900;
  position: relative;
  padding: 0.3em;
  border-radius: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.455;
}
section#estimate .Inner__wrap h2 span {
  color: #FFE100;
  font-size: 140%;
}
section#estimate .Inner__wrap h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
  border-top: 42px solid #00b900;
  border-bottom: 0;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
section#estimate .Inner__wrap ul.nayami {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vh 2%;
  justify-content: center;
}
section#estimate .Inner__wrap ul.nayami li {
  background: #f5f5f5;
  border: 1px solid #919191;
  border-radius: 16px;
  padding: 0.5em;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  font-size: clamp(1.2rem, 22px, 24px);
  font-weight: bold;
  align-items: center;
  width: 49%;
  line-height: 1.455;
  box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.3);
}
section#estimate .Inner__wrap ul.nayami li::before {
  content: "";
  background: url(../images/check.png) no-repeat center center/contain;
  width: 50px;
  height: 50px;
}

#customers {
  background: #E7F4F4;
}
#customers .Inner__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#customers .Inner__wrap h2 {
  color: #218B8B;
  margin: 0 auto 0.5em;
  font-size: 2vw;
  padding-bottom: 0.5em;
  border-bottom: 7px solid #fff;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 1921px) {
  #customers .Inner__wrap h2 {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #customers .Inner__wrap h2 {
    font-size: 3.4vw;
  }
}
#customers .Inner__wrap h2 span {
  font-size: 4.0104166667vw;
}
@media screen and (min-width: 1921px) {
  #customers .Inner__wrap h2 span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #customers .Inner__wrap h2 span {
    font-size: 6vw;
  }
}
#customers .Inner__wrap .review__wrap {
  background: #fff;
  padding: 1em;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border-radius: 0.46em;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.15);
}
#customers .Inner__wrap .review__wrap picture {
  width: 69px;
}
#customers .Inner__wrap .review__wrap .Text {
  width: calc(100% - 75px);
}
#customers .Inner__wrap .review__wrap .Text b {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
#customers .Inner__wrap .review__wrap .Text .Inner {
  padding: 0.5em;
  background: #F4FBFF;
  border-radius: 0.46em;
}
#customers .Inner__wrap .review__wrap:nth-of-type(n + 2) {
  margin-top: 1em;
}

section#flow h2 {
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: 7px solid #00B900;
  margin: 0 auto 1em;
  max-width: 1000px;
}
section#flow .Inner__wrap {
  max-width: 1240px;
  margin: 0 auto;
}
section#flow .Inner__wrap ul.flow {
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 25px;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#flow .Inner__wrap ul.flow {
    flex-wrap: wrap;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
section#flow .Inner__wrap ul.flow li {
  padding: 1em 0.5em 0.5em 0.5em;
  background: #FFFDE2;
  border: 1px solid #FFE100;
  position: relative;
  width: calc((100% - 5px) / 6);
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #EE6611;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#flow .Inner__wrap ul.flow li {
    width: calc((98% - 5px) / 3);
  }
}
section#flow .Inner__wrap ul.flow li .Inner {
  padding-bottom: 0.5em;
  border-bottom: 4px solid #EE6611;
  line-height: 1.25;
  margin-top: 0.5em;
}
section#flow .Inner__wrap ul.flow li .title {
  background: #00B900;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5em;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  margin: -30px auto 0;
}
section#flow .Inner__wrap ul.flow li small {
  display: inline-block;
  font-size: 60%;
  margin-top: -10px;
}
section#flow .arrow {
  position: absolute;
  display: inline-block;
  right: -10px;
  top: 45%;
  width: 20px;
  height: 2px;
  margin: 3.9px 0;
  border-radius: 9999px;
  background-color: #00b900;
  z-index: 3;
}
section#flow .arrow::before,
section#flow .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #00b900;
  transform-origin: calc(100% - 1px) 50%;
}
section#flow .arrow::before {
  transform: rotate(45deg);
}
section#flow .arrow::after {
  transform: rotate(-45deg);
}

section#faq {
  background: #FFFBE0;
}
section#faq .Inner__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
section#faq h2 {
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: 7px solid #00B900;
  margin: 0 auto 1em;
  max-width: 1000px;
}

.accordion {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.accordion-q-prefix {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 1;
  width: 46px;
  height: 46px;
  background: #EE6611;
  line-height: 25px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, (min-width: 768px) {
  .accordion-q-prefix {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q-prefix {
    font-size: 24px;
    min-width: 42px;
    min-height: 42px;
    max-height: 42px;
    max-width: 42px;
  }
}
.accordion-q-content {
  display: block;
  line-height: 1.6;
  color: #43301D;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .accordion-q-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q-content {
    font-size: 18px;
  }
}
.accordion-q-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .accordion-q-icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q-icon {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
.accordion-q-icon::before,
.accordion-q-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 2px;
  background: #43301D;
}

@media print, (min-width: 768px) {
  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q-icon::before,
  .accordion-q-icon::after {
    top: 7px;
  }
}
.accordion-q-icon::after {
  transform: rotate(90deg);
  transition: transform 400ms;
}

.accordion-q button {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
  background: #FFE100;
  border-radius: 0.46em;
  margin-bottom: 1em;
}

@media print, (min-width: 768px) {
  .accordion-q button {
    padding: 1em 60px 1em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .accordion-q button {
    padding: 20px 36px 20px 10px;
  }
}
@media print, (min-width: 768px) {
  .accordion-q button:hover,
  .accordion-q button:active {
    opacity: 0.5;
  }
}
.accordion-a {
  display: none;
  overflow: hidden;
}

.accordion-a-inner {
  position: relative;
  margin-bottom: 1em;
  background: #fff;
}
.accordion-a-inner p {
  margin: 0;
}

@media print, (min-width: 768px) {
  .accordion-a-inner {
    border-radius: 0.46em;
    padding: 20px 10px 20px 1em;
  }
}
@media screen and (max-width: 767px) {
  .accordion-a-inner {
    padding: 15px 10px 15px 10px;
  }
}
.accordion-a-prefix {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 1;
  color: #fe0009;
  display: none;
}

@media print, (min-width: 768px) {
  .accordion-a-prefix {
    left: 20px;
    top: 10px;
    font-size: 30px;
    color: #EE6611;
  }
}
@media screen and (max-width: 767px) {
  .accordion-a-prefix {
    left: 10px;
    top: 10px;
    font-size: 24px;
  }
}
@media print, (min-width: 768px) {
  .accordion-a-content p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .accordion-a-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media print, (min-width: 768px) {
  .accordion-a-content p + p {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-a-content p + p {
    margin-top: 20px;
  }
}
.accordion > li.is-open .accordion-q-icon::after {
  transform: rotate(0deg);
}

section#form {
  background: #FEFFED;
}
section#form .Inner__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
section#form .Inner__wrap p.big {
  text-align: center;
  font-size: 24px;
}
section#form .Inner__wrap .title-top {
  color: #EE6611;
  font-size: 20px;
  padding: 0.5em;
  background: #fff;
  line-height: 1.2;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  margin: 0 auto 0.5em;
}
section#form .Inner__wrap h2 {
  color: #00B900;
  margin-top: 0;
  border-bottom: 7px solid #FFE100;
  padding: 0 0 0.35em;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
section#form .Inner__wrap h3 {
  color: #EE6611;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.35em;
  margin-bottom: 0.25em;
  border-bottom: 4px solid #000;
  font-size: clamp(32px, 2.1875vw, 2.4vw);
  font-weight: bold;
}
@media screen and (min-width: 1921px) {
  section#form .Inner__wrap h3 {
    font-size: 1.6vw;
  }
}
section#form .Inner__wrap .tel__wrap {
  display: flex;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
  justify-content: center;
  align-items: center;
}
section#form .Inner__wrap .tel__wrap a {
  color: #00B900;
  font-size: clamp(27px, 2.8875vw, 3.1vw);
  display: flex;
  font-weight: 900;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1921px) {
  section#form .Inner__wrap .tel__wrap a {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section#form .Inner__wrap .tel__wrap a {
    font-size: 32px;
  }
}
section#form .Inner__wrap .tel__wrap span {
  color: #202020;
  font-size: 90%;
  display: block;
}

dl.contact {
  display: flex;
  background: #fff;
  border-radius: 0.46em;
  margin-bottom: 0.5em;
}
dl.contact dt {
  width: 20%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  dl.contact dt {
    width: 35%;
  }
}
dl.contact dt .Inner {
  width: 100%;
}
dl.contact dt .Inner p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
dl.contact dt .Inner p span.block {
  display: block;
  margin: 0 0 0 auto;
}
dl.contact dt .text_red {
  color: #fff;
  background: #EE6611;
  padding: 0.25em;
  line-height: 1;
  font-size: 0.8rem;
  display: block;
  margin-left: auto;
  text-align: center;
}
dl.contact dt .any {
  background: #DBBCA9;
  padding: 0.25em;
  line-height: 1;
  font-size: 0.8rem;
  display: block;
  margin-left: auto;
  text-align: center;
  color: #fff;
}
dl.contact dd {
  width: 80%;
  padding: 0.5em;
  margin-left: 0;
}

input[type=submit] {
  color: #FFFFFF;
  display: block;
  margin: 1em auto 0 auto;
  padding: 25px;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  background-color: #EE6611;
  border: 0;
  border-bottom: 6px solid #C8550D;
  border-radius: 4.46em;
  width: 100%;
  box-sizing: broder-box;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 1px;
  max-width: 500px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

input[type=reset]:hover, input[type=button]:hover, input[type=submit]:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0);
  background: #ea1f0f;
}

#short {
  max-width: 500px;
  margin: 0;
}

::-moz-placeholder {
  color: #B7B7B7;
}

::placeholder {
  color: #B7B7B7;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
select,
textarea {
  border-radius: 3px;
  padding: 1em 0.5em;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.1);
  border: solid 1px #F0F0F0;
  background: #fefefe;
  margin: auto;
  width: 100%;
  display: block;
  line-height: 1.4;
  font-size: 17px;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: solid 1px #00B900;
  background-color: #f2f2f2;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=date] {
  background-color: #fafafa;
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password], select, textarea {
  width: 100%;
  color: #010101;
}

p.privacy {
  margin: 1em 0 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 18px;
}
p.privacy a {
  text-decoration: none !important;
  color: #006BC3;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.submit_wrap p {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

footer {
  background: #00B900;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.5em 0.5em 140px;
}
footer.page {
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    padding-bottom: 110px;
  }
}

.fixed__footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 0.5em 0.5em;
  border-top: 6px solid #FFE100;
  border-bottom: 6px solid #FFE100;
}
.fixed__footer .contact-wrap {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
.fixed__footer .contact-wrap .line-btn,
.fixed__footer .contact-wrap .mail-btn {
  width: 32%;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 0.65em 0.5em;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.fixed__footer .contact-wrap .line-btn i,
.fixed__footer .contact-wrap .mail-btn i {
  font-size: 23px;
  font-weight: normal;
}
.fixed__footer .contact-wrap .line-btn {
  background-color: #00B900;
  border-bottom: 4px solid #0BA10B;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .fixed__footer .contact-wrap .line-btn {
    font-size: 19px;
  }
}
.fixed__footer .contact-wrap .line-btn:hover {
  background-color: #11e311;
}
.fixed__footer .contact-wrap .line-btn .Inner {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
.fixed__footer .contact-wrap .line-btn span.bottom {
  font-size: 14px;
}
.fixed__footer .contact-wrap .line-btn i {
  font-weight: normal;
  font-size: 30px;
}
.fixed__footer .contact-wrap .mail-btn {
  background-color: #EE6611;
  border-bottom: 4px solid #CE560B;
  color: #fff;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}
.fixed__footer .contact-wrap .mail-btn:hover {
  background-color: #ff9900;
}
.fixed__footer .contact-wrap .mail-btn .Inner {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-size: 22px;
}
.fixed__footer .contact-wrap .mail-btn span.bottom {
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 5px 10px;
  color: #EE6611;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 5px auto 0;
  border-radius: 16px;
  line-height: 1;
}
.fixed__footer .contact-wrap .mail-btn span.bottom small {
  color: #000;
}
.fixed__footer .contact-wrap .mail-btn i {
  font-size: 30px;
}
.fixed__footer .contact-wrap .tel-wrap {
  padding: 0;
  width: 32%;
  color: #272727;
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  flex-direction: column;
}
.fixed__footer .contact-wrap .tel-wrap a {
  color: #00B900;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed__footer .contact-wrap .tel-wrap a {
    font-size: 24px;
  }
}
.fixed__footer .contact-wrap .tel-wrap a i {
  font-size: 24px;
}

p.Center {
  text-align: center;
}

p b.big {
  font-size: 1.45rem;
}

#page_top {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  position: fixed;
  right: var(--horizontal-space);
  bottom: 1em;
  z-index: 80;
  background: #EE6611;
  border-radius: 50%;
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  #page_top {
    bottom: 135px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 110px;
  }
}/*# sourceMappingURL=style.min.css.map */