@charset "utf-8";
/* CSS Document */
html, body {
  overflow-x: hidden;
}
body {
  margin: 0;
  background-color: #f1f1e4;
  position: relative;
  font-family: "m-plus-rounded-1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sp-br {
  display: none;
}
.header {
  background: #f2d324;
  width: 100%;
  height: 690px;
  position: relative;
  overflow: hidden;
}
.logo {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 200px;
}
.logo img {
  width: 100%;
  height: auto;
}
h1 {
  padding: 50px 0 0 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
h1 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.mask {
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 0% 100%;
  -webkit-mask-repeat: no-repeat;
  animation: revealWithBlur 2s ease forwards;
  display: block;
}
.title2 {
  animation-delay: 1s;
}
@keyframes revealWithBlur {
  to {
    -webkit-mask-size: 100% 100%;
  }
}
.mask.owari {
  -webkit-mask-image: none;
}
.backimg {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.backimg img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(0.9);
  transform-origin: bottom center;
  height: 100%;
  animation: scaleUpImg 5s ease forwards;
}
@keyframes scaleUpImg {
  to {
    transform: translateX(-50%) scale(1);
  }
}
.main {
  width: 460px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -430px;
}
.main img {
  width: 100%;
  height: auto;
  display: block;
}
.onpu {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 30px;
  animation-delay: 0s;
}
.heart {
  position: absolute;
  top: 10px;
  right: 40px;
  width: 35px;
  animation-delay: 2s;
}
.onpu-sp, .heart-sp {
  display: none;
}
.banner {
  max-width: 740px;
  margin-top: -95px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  position: relative;
  opacity: 0;
  transform: scale(1.2);
  animation: showBanner 0.3s ease-out 3s forwards;
}
@keyframes showBanner {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
}
.floating {
  position: absolute;
  animation: floatUpDown 4s ease-in-out infinite;
  z-index: 20;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
section {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  background: #f2d324;
  padding: 1px 0 2px 13px;
  margin: 20px 0 20px 0;
}
p {
  font-size: 18px;
  padding: 0 0 20px 0;
}
strong {
  font-weight: 700;
}
.box-container {
  display: flex;
}
.box {
  padding: 0 20px 40px 20px;
  position: relative;
}
.left-box {
  width: 45%;
}
.right-box {
  width: 58%;
}
.left-box p {
  margin: 0 0 3px 0;
  text-indent: -18px;
  padding-left: 30px;
  line-height: 1.5;
  position: relative;
}
.right-box p {
  padding: 0 0 0 13px;
  line-height: 1.5;
  position: relative;
}
.mark {
  display: inline;
}
.floating-img {
  float: right;
  width: 90px;
  height: auto;
  margin: -2px -10px 0 0;
}
.sublist {
  font-size: 0.8em;
  padding-left: 13px;
  list-style: none;
}
.sublist .han {
  text-indent: -1.5em;
}
.sublist li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 4px;
}
.section2 {
  text-align: center;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  padding-top: 50px;
}
h2 {
  margin: 0 auto 30px auto;
  max-width: 600px;
}
h2 img {
  width: 100%;
}
.sec2bnr {
  max-width: 550px;
}
.button-container {
  margin: 10px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  text-align: center;
}
.button {
  background-color: #e6a722;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  font-size: 26px;
  font-weight: 600;
  border-radius: 5px;
  transition: transform 0.2s ease, background-color 0.2s ease;
  display: inline-block;
  min-width: 280px;
}
.button:hover {
  transform: scale(1.05);
  background-color: #f2d324;
}
.button:active {
  transform: scale(0.95);
}
.sec2txt p {
  margin: 15px 0 0 0;
  font-size: 14px;
  text-indent: -1.5em;
}
.tel {
  margin: 20px 0 0 0;
  text-align: center;
}
.tel p {
  margin: -5px 0 0 0;
  font-size: 14px;
}
.tel a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.hai {
  background: #5d5f60;
  text-align: center;
  color: #fff;
  padding: 0;
}
.hai p {
  margin: 25px 0 0 0;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 10px 0;
}
.kasen {
  text-decoration: underline;
}
footer {
  padding: 30px 0 0 0;
  text-align: center;
}
.address-wrapper {
  text-align: center;
}
.address-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}
.zip {
  font-size: 0.9rem;
  margin-bottom: 4px;
}
.addr {
  font-size: 1rem;
  align-self: center;
}
.time {
  padding: 10px 0 40px 0;
  font-size: 1rem;
  align-self: center;
}
.copyright {
  font-size: 0.9rem;
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 1100px) {
  .header {
    height: 675px;
  }
}
@media screen and (max-width: 970px) {
  .header {
    height: 650px;
  }
  .banner {
    margin-top: -90px;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    margin-left: -10%;
    margin-right: -10%;
  }
  .section {
    width: 90%;
  }
  .section1 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 780px) {
  .header {
    height: 640px;
  }
  .banner {
    margin-top: -85px;
  }
  .button-container {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 680px) {
  .sp-br {
    display: inline;
  }
  .header {
    height: 620px;
  }
  .banner {
    margin-top: -75px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    margin-left: -17%;
    margin-right: -17%;
  }
  .box-container {
    flex-direction: column;
  }
  .left-box, .right-box {
    width: 90%;
  }
  .floating-img {
    margin: -2px 0px 0 0;
  }
}
@media screen and (max-width: 580px) {
  .header {
    height: 600px;
  }
  .banner {
    margin-top: -65px;
  }
  h3 {
    padding-left: 9px;
  }
  .section1 p {
    font-size: 16px;
  }
  .left-box p {
    text-indent: -18px;
    padding-left: 30px;
  }
  .right-box p {
    padding-left: 10px;
    font-size: 15.5px;
  }
  .sec2txt p {
    margin-top: -35px;
  }
  .hai p {
    font-size: 1rem;
  }
  .zip {
    font-size: 0.8rem;
  }
  .addr {
    font-size: 0.9rem;
  }
  .time {
    font-size: 0.9rem;
  }
  .copyright {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 530px) {
  .header {
    height: 590px;
  }
  .banner {
    margin-top: -60px;
  }
}
@media screen and (max-width: 480px) {
  .header {
    height: 560px;
  }
  .logo {
    width: 35%;
  }
  h1 {
    padding: 40px 0 0 0;
  }
  .main {
    width: 90%;
    top: -430px;
  }
  .onpu, .heart {
    display: none !important;
  }
  .onpu-sp, .heart-sp {
    position: absolute;
    display: block !important;
  }
  .banner {
    margin-top: -55px;
  }
}
@media screen and (max-width: 455px) {
  .header {
    height: 530px;
  }
  .banner {
    margin-top: -55px;
  }
}
@media screen and (max-width: 430px) {
  .header {
    height: 510px;
  }
  .banner {
    margin-top: -50px;
  }
}
@media screen and (max-width: 400px) {
  .header {
    height: 495px;
  }
  .banner {
    margin-top: -50px;
  }
}
@media screen and (max-width: 380px) {
  .header {
    height: 480px;
  }
  .banner {
    margin-top: -45px;
  }
}