@charset "UTF-8";
html {
  font-size: 62.5%;
}

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

:root {
	--noto-font:  "Noto Sans JP", sans-serif;
  --mplus-font: "M PLUS 1p", sans-serif;
}

body {
  margin: 0;
  font-family: var(--noto-font);
  font-size: 1.6rem;
  color: #515151;
  letter-spacing: .1em;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

a{
  display: block;
}

img{
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4{
  font-weight: normal;
  font-size: inherit;
  margin: 0;
}

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

address {
  font-style: normal;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  z-index: 40;
  padding: 30px 40px;
}

.logo {
  width: 100%;
  max-width: 240px;
}

.hero {
  background: url(img/hero.png) no-repeat center / cover;
  height: 52.08vw;
  background-color: #FFEDE3;
}

/* 
.hero {
  background-color: #FFEDE3;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.hero_content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100vh;
}

.eyecatch {
  padding: 0 6%;
  padding-top: 100px;
  position: relative;
  text-align: center;
}

.eyecatch::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 70px;
  background-image: url(img/hand.svg);
}

.eyecatch_obi {
  background-color: #E9775D;
  color: #fff;
  line-height: 1;
  padding: 10px 10px 10px 14px;
  font-family: var(--mplus-font);
  font-weight: 700;
  font-size: 2.4rem;
  position: relative;
}

.eyecatch_obi::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  left: -60px;
  width: 40px;
  height: 47px;
  background-image: url(img/fukidashi.svg);
}

.eyecatch_obi::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  right: -60px;
  width: 40px;
  height: 47px;
  background-image: url(img/fukidashi.svg);
  transform: rotateY(180deg);
}

.eyecatch_main {
  margin-top: 45px;
  font-family: var(--mplus-font);
  font-size: 4.8rem;
  color: #E9775D;
  line-height: 1.2;
  font-weight: 700;
}

.eyecatch_main span {
  font-size: 6.4rem;
}

.hero_deco1 {
  position: absolute;
  bottom: 820px;
  left: 3.6%;
  transform: rotate(180deg);
  width: 152px;
  height: 157px;
}

.hero_deco2 {
  position: absolute;
  bottom: 806px;
  left: 37.4%;
  transform: rotateX(180deg);
  width: 276px;
  height: 285px;
}

.hero_deco3 {
  position: absolute;
  top: 23px;
  right: 1.6%;
  width: 139px;
  height: 120px;
  transform: rotate(60deg);
}

.hero_deco4 {
  position: absolute;
  bottom: 736px;
  left: -34px;
  width: 197px;
  height: 160px;
  transform: rotate(60deg);
}

.hero_deco5 {
  position: absolute;
  bottom: 150px;
  left: -3.4%;
  transform: rotateY(180deg);
  width: 209px;
  height: 217px;
}

.hero_deco6 {
  position: absolute;
  bottom: 170px;
  left: 37.5%;
  transform: rotateX(180deg);
  width: 77px;
  height: 80px;
}

.hero_deco7 {
  position: absolute;
  bottom: 80px;
  left: 44.4%;
  width: 105px;
  height: 80px;
} */

main {
  background-color: #FFEDE3;
  border-radius: 0 0 150px 150px;
  overflow: hidden;
  padding-bottom: 108px;
}

section {
  padding-top: 120px
}

.inner {
  padding: 0 20px;
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section_intro {
  position: relative;
}

.deco1 {
  position: absolute;
  width: 138px;
  height: 120px;
  top: 124px;
  left: 3%;
}

.deco2 {
  position: absolute;
  width: 61px;
  height: 63px;
  top: 105px;
  right: 9%;
  transform: rotate(-90deg);
}

.deco3 {
  position: absolute;
  width: 105px;
  height: 80px;
  top: 313px;
  right: 5%;
  transform: rotate(90deg);
}

.section_intro .container {
  display: flex;
  align-items: center;
  column-gap: 7%;
  position: relative;
  z-index: 2;
}

.intro_img {
  width: 52%;
}

.intro_txt {
  position: relative;
}

.intro_h2 {
  font-family: var(--mplus-font);
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.75;
  color: #E9775D;
  position: relative;
  z-index: 2;
}

.intro_h2_deco {
  position: absolute;
  top: -25px;
  left: -35px;
  width: 84px;
  height: 87px;
  z-index: 1;
}

.intro_p_wrap {
  margin-top: 48px;
  display: grid;
  row-gap: 32px;
  line-height: 2.5;
  max-width: 685px;
}

.flow {
  text-align: center;
  position: relative;
}

.deco4 {
  position: absolute;
  width: 321px;
  height: 333px;
  top: -100px;
  right: -6%;
}

.deco5 {
  position: absolute;
  width: 94px;
  height: 97px;
  top: 181px;
  left: 14%;
  transform: rotate(90deg);
}

.deco6 {
  position: absolute;
  width: 400px;
  height: 414px;
  top: 372px;
  left: -6%;
  transform: rotate(90deg);
}

.deco7 {
  position: absolute;
  width: 159px;
  height: 120px;
  top: 660px;
  left: 4%;
}

.deco8 {
  position: absolute;
  width: 300px;
  height: 240px;
  top: 809px;
  right: -1%;
  transform: rotate(60deg);
}

.deco9 {
  position: absolute;
  width: 160px;
  height: 166px;
  bottom: 890px;
  right: 6%;
}

.deco10 {
  position: absolute;
  width: 178px;
  height: 184px;
  bottom: 438px;
  left: -3%;
  transform: rotate(45deg);
}

.deco11 {
  position: absolute;
  width: 143px;
  height: 120px;
  bottom: 220px;
  right: 9%;
  transform: rotate(60deg);
}

.normal_h2 {
  font-family: var(--mplus-font);
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.75;
  color: #E9775D;
  position: relative;
  padding-top: 60px;
  text-align: center;
  margin-bottom: 40px;
}

.normal_h2::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 53px;
  height: 55px;
  background-image: url(img/round.svg);
}

.p_wrap {
  display: grid;
  row-gap: 32px;
  line-height: 2.5;
  justify-content: center;
}

.ul_pink {
  font-weight: 700;
  color: #E9775D;
  list-style: disc;
  padding-left: 3rem;
}

.ul_pink li {
  width: fit-content;
  margin: auto;
}

.flow_box {
  margin: 80px auto 0;
  background-color: #fff;
  max-width: 1100px;
  border-radius: 30px;
  box-shadow: 0 0 40px 0 rgba(233,119,93,.25);
  padding: 60px 20px;
}

.flow_box_title {
  font-family: var(--mplus-font);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.75;
  color: #E9775D;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.flow_box_title::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #E9775D;
}

.flow_box_img {
  margin: 0 auto;
}

.flow_box_img.visit {
  max-width: 518px;
}

.flow_box_img.tel {
  max-width: 735px;
}

.flow_box_p {
  margin-top: 40px;
  line-height: 2.5;
}

.time {
  text-align: center;
  position: relative;
}

.deco12 {
  position: absolute;
  width: 61px;
  height: 63px;
  top: 0;
  right: 9%;
  transform: rotateX(180deg);
}

.deco13 {
  position: absolute;
  width: 298px;
  height: 309px;
  top: 91px;
  left: 11%;
  transform: rotateY(180deg);
}

.time_p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
  border-bottom: 3px solid #E9775D;
}

.use {
  text-align: center;
  position: relative;
}

.deco14 {
  position: absolute;
  width: 419px;
  height: 434px;
  top: 300px;
  right: 3%;
}

.deco15 {
  position: absolute;
  width: 181px;
  height: 160px;
  top: 364px;
  left: 10%;
}

.use_p {
  line-height: 2.5;
}

.qr {
  margin: 60px auto 0;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(233,119,93,.25);
  max-width: 230px;
}

a.use_btn {
  margin: 40px auto 0;
  color: #fff;
  background-color: #E9775D;
  max-width: 300px;
  border-radius: 10px;
  padding: 18px;
  line-height: 1;
  font-family: var(--mplus-font);
  font-weight: 700;
  font-size: 2.4rem;
  box-shadow: 0 0 20px 0 rgba(233,119,93,.25);
  transition: .3s;
}

a.use_btn:hover {
  opacity: .8;
}

.note {
  line-height: 1.75;
  letter-spacing: .05em;
  max-width: 1150px;
  margin: 100px auto 0;
  text-align: left;
}

.note ul {
  list-style: disc;
  padding-left: 3rem;
}

footer {
  padding: 80px 20px;
  text-align: center;
}

.footer_p {
  line-height: 1.75;
}

.footer_logo {
  max-width: 240px;
  margin: 24px auto 0;
}

.sp_br {
  display: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
}

.fade-up.show {
  animation: fadeUp 1s linear 1 normal forwards;
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

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

  body {
    font-size: 1.4rem;
  }

  header {
    padding: 16px;
  }

  .logo {
    max-width: 160px;
  }

  .hero {
    background: url(img/hero_sp.png) no-repeat center / cover;
    height: 157vw;
    background-color: #FFEDE3;
  }

  main {
    border-radius: 0 0 60px 60px;
    padding-bottom: 80px;
  }

  section {
    padding-top: 70px;
  }

  .section_intro .container {
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .intro_h2 {
    font-size: 2rem;
  }

  .intro_h2_deco {
    top: -10px;
    left: -15px;
    width: 52px;
    height: 53px;
    z-index: 1;
  }

  .intro_p_wrap {
    margin-top: 24px;
    row-gap: 16px;
  }

  .intro_img {
    width: 80%;
  }

  .deco1,.deco2,.deco3,.deco4,.deco5,.deco6,.deco7,.deco8,.deco9,.deco10,.deco11,.deco12,.deco13,.deco14,.deco15 {
    display: none;
  }

  .normal_h2 {
    font-size: 2.4rem;
    padding-top: 40px;
    margin-bottom: 30px;
  }

  .normal_h2::before {
    width: 38px;
    height: 40px;
  }

  .p_wrap {
    row-gap: 16px;
    text-align: left;
  }

  .ul_pink {
    text-align: left;
  }

  .ul_pink li {
    width: auto;
    text-align: left;
  }

  .flow_box {
    margin: 50px auto 0;
    border-radius: 20px;
    padding: 30px 20px;
  }

  .flow_box_title {
    font-size: 1.8rem;
    padding-bottom: 16px;
    margin-bottom: 40px;
  }

  .flow_box_p {
    margin-top: 20px;
    text-align: left;
  }

  .time_p {
    font-size: 1.6rem;
  }

  .use_p {
    text-align: left;
  }

  .qr {
    margin: 30px auto 0;
    padding: 10px;
    max-width: 180px;
  }

  a.use_btn {
    font-size: 1.8rem;
  }

  .note {
    margin: 60px auto 0;
  }

  .note ul {
    padding-left: 2.4rem;
  }

  .sp_br {
    display: block;
  }

  footer {
    padding: 60px 20px;
  }

}