/* 共通リセット */
body, h1, h2, h3, h4, p, ul, ol, li, figure, img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  color: #444;
  background-color: #fff;
  line-height: 1.8;
  background-image: url(../image/header_bg.png);
  background-repeat: no-repeat;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  }


html { font-size: 62.5%; 
} 

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ヘッダー */
.site-header {
    padding: 30px 0;
    text-align: left;
    z-index: 10;
}

.header-inner {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

.logo-wrapper {
    width: 239px;
    margin-left: -7.5vw ;
}

.header-title{
    margin-top: 37px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.header-title h1 {
    font-size: 4.3rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

.header-title .subtitle {
    font-size: 1.9rem;
    font-family: "Noto Serif JP", serif;
}

.header-flower{
    position: absolute;
    width: 531.21px;
    right: -420px;
    top: 0;
    z-index: 10;
}

/* フッター */

.site-footer {
  padding: 40px 0 60px;
  text-align: center;
  position: relative;
  z-index: -1;
}

.footer-flower{
    position: absolute;
    top: -449px;
    width: 639.3px;
    right: -340px;
    z-index: -10;

}

.footer-inner {
    max-width: 1080px;
    margin: 0 auto;
    border-top: #9E62AA 2px solid;
    position: relative;
}

.footer-border{
    width: 100%;
    height: 5px;
    background: #9E62AA;
    margin-top: 4px;
}

.footer-logo {
  width: 239px;
  margin: 57px auto 22px;
}

.footer-text{
    font-size: 1.8rem;
    font-weight: bold;
}

.footer-copyright {
  font-size: 1.4rem;
  margin-top: 16px;
}

.order-form-wrapper {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 13px;
  box-sizing: border-box;
}

.contents-wrapper{
  width: 100%;
  background: url("../image/footer_bg.png") no-repeat center bottom;
  background-size: cover;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  z-index: -10;
}

.sp-only{
  display: none;
}

@media (max-width: 1366px) {
    .logo-wrapper{
    margin-left: 0;
  }
}


@media (max-width: 1080px) and (min-width: 767px) {

    .order-form-wrapper {
    overflow-x: scroll;
  }

.contents-wrapper{
  min-width: fit-content;
}
}

@media screen and (max-width: 767px) {
  /* .order-form-wrapper {
    overflow-x: hidden;
  } */
    .logo-wrapper{
    margin-left: 0;
    width: 160px;
  }
  .site-header{
    padding: 20px 0;
  }
  body{
    overflow-x: scroll;
  }
  /* .contents-wrapper{
  width: 1080px;
  } */
  .header-title{
    margin-top: 32px;
    display: block;
    text-align: center;
  }
  .header-title h1{
    font-size: 2.6rem;
  }
  .footer-logo{
    width: 200px;
    margin: 27px auto 16px;
  }
  
  .footer-text{
      font-size: 1.6rem;
      font-weight: bold;
  }

  .footer-copyright {
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .order-form-wrapper {
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
}
  .header-flower{
    display: none;
  }
  .footer-flower{
    display: none;
  }
  .sp-only{
    display: block;
  }

}
