@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

html {
  /* フォントサイズの正確に */
  -webkit-text-size-adjust: 100%;
  /* 文字をシャープに */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* カーニングとリガチャ（合字）を調整 */
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  background-color: #fff3dd;
}

b,
strong,
.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.none {
  display: none;
}

.sp {
  display: none;
}

header {
  height: 100%;
  width: 100%;
  padding-top: 3px;
  position: relative;
}
header img {
  position: absolute;
  width: 100%;
  margin-top: -3px;
}
header nav {
  width: 52.08%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff3dd;
  border-radius: 100px;
  position: relative;
  padding: 30px 0;
}
header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
header nav ul li {
  list-style: none;
}
header nav ul li a {
  text-decoration: none;
  color: #5f453d;
  font-size: 2vw;
  font-weight: bold;
  font-family: "Segoe UI";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header nav ul li a:hover {
  color: #996f63;
}
header .hamburger-menu {
  display: none;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: auto;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
header .hamburger-menu .bar {
  width: 100%;
  height: 3px;
  background-color: #2a2a37;
  margin: 0 auto;
  margin-bottom: 6px;
  margin-top: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .hamburger-menu .bar-last {
  margin-bottom: 0 !important;
}

.main-content {
  width: 100%;
  margin-top: 29%;
}
.main-content .div1 img {
  width: 100%;
  pointer-events: none;
}
.main-content .div2 {
  margin-top: -10px;
}
.main-content .div2 img {
  width: 100%;
  pointer-events: none;
}
.main-content .div3 {
  position: relative;
  margin-top: -10px;
}
.main-content .div3 img {
  width: 100%;
}
.main-content .div3 .box {
  position: absolute;
  top: 0;
  padding-top: 19%;
  padding-left: 18.5%;
}
.main-content .div3 .box p {
  color: #4c4c63;
  font-size: 1.8vw;
  font-weight: bold;
  padding-bottom: 11%;
}
.main-content .div4 {
  margin-top: -10px;
  position: relative;
}
.main-content .div4 img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.main-content .div4 .contentbox {
  position: absolute;
  width: 100%;
  top: 18%;
  z-index: 5;
}
.main-content .div4 .content {
  background-color: #fff3dd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto 70px auto;
  border-radius: 30px;
  padding: 3.3% 0;
}
.main-content .div4 .content .left {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid black;
}
.main-content .div4 .content .left h2 {
  color: #4c4c63;
  font-size: 1.8vw;
  font-weight: bold;
  margin: 0 auto;
}
.main-content .div4 .content .right {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.main-content .div4 .content .right div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 50%;
}
.main-content .div4 .content .right div .B {
  text-align: right;
}
.main-content .div4 .content .right div .D {
  text-align: right;
}
.main-content .div4 .content .right div div {
  display: block;
  width: auto;
}
.main-content .div4 .content .right div p {
  color: #4c4c63;
  font-size: 1.8vw;
  font-weight: bold;
}
.main-content .div4 .content .right div .BBB {
  white-space: nowrap;
}
.main-content .div4 .content2 .right div {
  width: 60%;
  margin-right: auto;
  margin-left: 0;
}
.main-content .div4 .content2 .right .A {
  padding-left: 7%;
}
.main-content .div4 .content2 .right .D {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.main-content .div4 .ppp {
  position: absolute;
  bottom: 9%;
  z-index: 6;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #c04439;
  font-size: 1.5vw;
  font-weight: bold;
  margin: 0 auto;
}
.main-content .div4 .ppp p:first-of-type {
  padding-bottom: 5%;
}

footer {
  position: relative;
  background-color: #fff;
  margin-top: -10px;
}
footer img {
  width: 100%;
}
footer ul {
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6%;
}
footer ul li {
  list-style: none;
  line-height: 1;
}
footer ul li a {
  text-decoration: none;
  color: #5f453d;
  font-size: 2vw;
  line-height: 1;
  font-weight: bold;
  font-family: "Segoe UI";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer ul li a:hover {
  color: #996f63;
}
footer div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
footer div img {
  width: 39.06%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 5%;
}
footer div .right {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5%;
  width: 20%;
  padding-top: 1%;
}
footer div .right p {
  color: #5f453d;
  font-size: 2vw;
  line-height: 1;
  font-weight: bold;
  font-family: "Segoe UI";
}
footer div .right a {
  width: 10%;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer div .right a:hover {
  opacity: 0.8;
}
footer div .right a img {
  width: 100%;
  height: auto;
  display: block;
}
footer .copy {
  color: #5f453d;
  font-size: 2vw;
  line-height: 1;
  font-family: "小塚ゴシック Pr6N";
  text-align: center;
  padding-top: 10%;
  padding-bottom: 2.5%;
}

#mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 994px) and (max-width: 1200px) {
  header nav {
    padding: 20px 0;
  }
  header nav ul li a {
    font-size: 1.4rem;
  }
  .main-content {
    margin-top: 29%;
  }
}
@media only screen and (min-width: 771px) and (max-width: 993px) {
  header nav {
    padding: 20px 0;
  }
  header nav ul li a {
    font-size: 1.8vw;
  }
  .main-content {
    margin-top: 27.8%;
  }
  .main-content .div4 .ppp {
    bottom: 7%;
  }
}
@media only screen and (min-width: 450px) and (max-width: 770px) {
  .smpnone {
    display: none;
  }
  body .none {
    display: block !important;
  }

  #mask.active {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    cursor: pointer;
    z-index: 10;
  }
  header nav {
    display: none;
    padding-top: 0;
  }
  header .hamburger-menu {
    display: block;
    position:absolute;
    right: 20px;
    top: 30px;
    z-index: 15;
  }
  header .hamburger-menu.active .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
            transform: rotate(45deg) translate(6px, 6px);
  }
  header .hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }
  header .hamburger-menu.active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
            transform: rotate(-45deg) translate(6px, -6px);
  }
  header .global-nav {
    width: 80%;
    margin-left: 0;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 6;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
  }
  header .global-nav.active {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
  }
  header .global-nav nav {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0 auto;
  }
  header .global-nav nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    background-color: rgb(255, 255, 255);
    height: 100vh;
    padding-top: 110px;
    width: 100%;
    border-left: 1px solid rgba(51, 51, 51, 0.0941176471);
    overflow-y: scroll;
    padding-bottom: 80px;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  header .global-nav nav ul li {
    margin-right: 0;
    text-align: center;
    width: 100%;
    display: inline;
    line-height: 60px;
    position: relative;
  }
  header .global-nav nav ul li .top {
    border-top: 1px solid rgba(51, 51, 51, 0.0941176471);
  }
  header .global-nav nav ul li a {
    font-family: "Cormorant";
    line-height: 60px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #2a2a37;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding-bottom: 4px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.0941176471);
  }
  .main-content {
    margin-top: 166.9%;
  }
  .main-content .div3 .box {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 5%;
    padding-left: 0;
    display: inline;
  }
  .main-content .div3 .box p {
    display: block;
    white-space: nowrap;
    font-size: 3vw;
  }
  .main-content .div4 .contentbox {
    position: absolute;
    width: 100%;
    top: 18%;
    z-index: 5;
  }
  .main-content .div4 .content {
    background-color: #fff3dd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto 70px auto;
    border-radius: 30px;
    padding: 3.3% 0;
  }
  .main-content .div4 .content .left {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 2px solid black;
  }
  .main-content .div4 .content .left h2 {
    color: #4c4c63;
    font-size: 3vw;
    font-weight: bold;
    margin: 0 auto;
  }
  .main-content .div4 .content .right {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .main-content .div4 .content .right div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 100%;
  }
  .main-content .div4 .content .right div:first-of-type {
    padding-bottom: 4%;
  }
  .main-content .div4 .content .right div .A {
    margin-left: 0;
  }
  .main-content .div4 .content .right div .B {
    text-align: right;
    margin-left: 10%;
  }
  .main-content .div4 .content .right div .D {
    text-align: right;
    margin-left: 10%;
  }
  .main-content .div4 .content .right div .C {
    text-align: left;
    margin-left: 0;
  }
  .main-content .div4 .content .right div div {
    display: block;
    width: auto;
  }
  .main-content .div4 .content .right div p {
    color: #4c4c63;
    font-size: 3vw;
    font-weight: bold;
  }
  .main-content .div4 .content .right div .BBB {
    white-space: nowrap;
  }
  .main-content .div4 .content2 .right div {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    padding-bottom: 0 !important;
  }
  .main-content .div4 .content2 .right .A {
    padding-left: 0;
    margin-right: 0;
  }
  .main-content .div4 .content2 .right .D {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  .main-content .div4 .ppp {
    position: absolute;
    bottom: 6%;
    z-index: 6;
    text-align: center;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    color: #c04439;
    font-size: 3vw;
    font-weight: bold;
    margin: 0 auto;
  }
  .main-content .div4 .ppp p:first-of-type {
    padding-bottom: 5%;
  }
  footer img {
    width: 100%;
  }
  footer ul {
    width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    padding-top: 15%;
  }
  footer ul li {
    list-style: none;
    line-height: 1;
  }
  footer ul li a {
    text-decoration: none;
    color: #5f453d;
    font-size: 4.5vw;
    line-height: 1;
    font-weight: bold;
    font-family: "Segoe UI";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer ul li a:hover {
    color: #996f63;
  }
  footer div {
    display: block;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 20%;
    margin: 0;
    text-align: center;
  }
  footer div img {
    width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  footer div .right {
    margin-right: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    width: 70%;
    padding-top: 2%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer div .right p {
    color: #5f453d;
    font-size: 4.5vw;
    line-height: 1;
    font-weight: bold;
    font-family: "Segoe UI";
  }
  footer div .right a {
    width: 10%;
    margin-left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer div .right a:hover {
    opacity: 0.8;
  }
  footer div .right a img {
    width: 100%;
    height: auto;
    display: block;
  }
  footer .copy {
    color: #5f453d;
    font-size: 4.5vw;
    line-height: 1;
    font-family: "小塚ゴシック Pr6N";
    text-align: center;
    padding-top: 10%;
    padding-bottom: 2.5%;
  }
}
@media only screen and (min-width: 316px) and (max-width: 450px) {
  .smpnone {
    display: none;
  }
    body .none {
    display: block !important;
  }
  .sp {
    display: block;
  }
  #mask.active {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    cursor: pointer;
    z-index: 10;
  }
  header nav {
    display: none;
    padding-top: 0;
  }
  header .hamburger-menu {
    display: block;
    position:absolute;
    right: 20px;
    top: 30px;
    z-index: 15;
  }
  header .hamburger-menu.active .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
            transform: rotate(45deg) translate(6px, 6px);
  }
  header .hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }
  header .hamburger-menu.active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
            transform: rotate(-45deg) translate(6px, -6px);
  }
  header .global-nav {
    width: 80%;
    margin-left: 0;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 6;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
  }
  header .global-nav.active {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
  }
  header .global-nav nav {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0 auto;
  }
  header .global-nav nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    background-color: rgb(255, 255, 255);
    height: 100vh;
    padding-top: 110px;
    width: 100%;
    border-left: 1px solid rgba(51, 51, 51, 0.0941176471);
    overflow-y: scroll;
    padding-bottom: 80px;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  header .global-nav nav ul li {
    margin-right: 0;
    text-align: center;
    width: 100%;
    display: inline;
    line-height: 60px;
    position: relative;
  }
  header .global-nav nav ul li .top {
    border-top: 1px solid rgba(51, 51, 51, 0.0941176471);
  }
  header .global-nav nav ul li a {
    font-family: "Cormorant";
    line-height: 60px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #2a2a37;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding-bottom: 4px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.0941176471);
  }
  .main-content {
    margin-top: 166.9%;
  }
  .main-content .div3 .box {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 5%;
    padding-left: 0;
    display: inline;
  }
  .main-content .div3 .box p {
    display: block;
    white-space: nowrap;
    font-size: 3vw;
  }
  .main-content .div4 .contentbox {
    position: absolute;
    width: 100%;
    top: 18%;
    z-index: 5;
  }
  .main-content .div4 .content {
    background-color: #fff3dd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto 40px auto;
    border-radius: 30px;
    padding: 3.3% 0;
  }
  .main-content .div4 .content .left {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 2px solid black;
  }
  .main-content .div4 .content .left h2 {
    color: #4c4c63;
    font-size: 3vw;
    font-weight: bold;
    margin: 0 auto;
  }
  .main-content .div4 .content .right {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .main-content .div4 .content .right div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 100%;
  }
  .main-content .div4 .content .right div:first-of-type {
    padding-bottom: 4%;
  }
  .main-content .div4 .content .right div .A {
    margin-left: 0;
  }
  .main-content .div4 .content .right div .B {
    text-align: right;
    margin-left: 10%;
  }
  .main-content .div4 .content .right div .D {
    text-align: right;
    margin-left: 10%;
  }
  .main-content .div4 .content .right div .C {
    text-align: left;
    margin-left: 0;
  }
  .main-content .div4 .content .right div div {
    display: block;
    width: auto;
  }
  .main-content .div4 .content .right div p {
    color: #4c4c63;
    font-size: 3vw;
    font-weight: bold;
  }
  .main-content .div4 .content .right div .BBB {
    white-space: nowrap;
  }
  .main-content .div4 .content2 .right div {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    padding-bottom: 0 !important;
  }
  .main-content .div4 .content2 .right .A {
    padding-left: 0;
    margin-right: 0;
  }
  .main-content .div4 .content2 .right .D {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  .main-content .div4 .ppp {
    position: absolute;
    bottom: 6%;
    z-index: 6;
    text-align: center;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    color: #c04439;
    font-size: 3vw;
    font-weight: bold;
    margin: 0 auto;
  }
  .main-content .div4 .ppp p:first-of-type {
    padding-bottom: 5%;
  }
  footer img {
    width: 100%;
  }
  footer ul {
    width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    padding-top: 15%;
  }
  footer ul li {
    list-style: none;
    line-height: 1;
  }
  footer ul li a {
    text-decoration: none;
    color: #5f453d;
    font-size: 4.5vw;
    line-height: 1;
    font-weight: bold;
    font-family: "Segoe UI";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer ul li a:hover {
    color: #996f63;
  }
  footer div {
    display: block;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 20%;
    margin: 0;
    text-align: center;
  }
  footer div img {
    width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  footer div .right {
    margin-right: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    width: 70%;
    padding-top: 2%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer div .right p {
    color: #5f453d;
    font-size: 4.5vw;
    line-height: 1;
    font-weight: bold;
    font-family: "Segoe UI";
  }
  footer div .right a {
    width: 10%;
    margin-left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer div .right a:hover {
    opacity: 0.8;
  }
  footer div .right a img {
    width: 100%;
    height: auto;
    display: block;
  }
  footer .copy {
    color: #5f453d;
    font-size: 4.5vw;
    line-height: 1;
    font-family: "小塚ゴシック Pr6N";
    text-align: center;
    padding-top: 10%;
    padding-bottom: 2.5%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 315px) {
  .smpnone {
    display: none;
  }
    body .none {
    display: block !important;
  }
  .sp {
    display: block;
  }
  #mask.active {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    cursor: pointer;
    z-index: 10;
  }
  header nav {
    display: none;
    padding-top: 0;
  }
  header .hamburger-menu {
    display: block;
    position:absolute;
    right: 20px;
    top: 30px;
    z-index: 15;
  }
  header .hamburger-menu.active .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
            transform: rotate(45deg) translate(6px, 6px);
  }
  header .hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }
  header .hamburger-menu.active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -6px);
            transform: rotate(-45deg) translate(6px, -6px);
  }
  header .global-nav {
    width: 80%;
    margin-left: 0;
    height: 100vh;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 6;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
  }
  header .global-nav.active {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
  }
  header .global-nav nav {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0 auto;
  }
  header .global-nav nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    background-color: rgb(255, 255, 255);
    height: 100vh;
    padding-top: 110px;
    width: 100%;
    border-left: 1px solid rgba(51, 51, 51, 0.0941176471);
    overflow-y: scroll;
    padding-bottom: 80px;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  header .global-nav nav ul li {
    margin-right: 0;
    text-align: center;
    width: 100%;
    display: inline;
    line-height: 60px;
    position: relative;
  }
  header .global-nav nav ul li .top {
    border-top: 1px solid rgba(51, 51, 51, 0.0941176471);
  }
  header .global-nav nav ul li a {
    font-family: "Cormorant";
    line-height: 60px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    color: #2a2a37;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding-bottom: 4px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(51, 51, 51, 0.0941176471);
  }
  .main-content {
    margin-top: 166.9%;
  }
  .main-content .div3 .box {
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 5%;
    padding-left: 0;
    display: inline;
    width: 100%;
    padding: 0 10px;
  }
  .main-content .div3 .box p {
    display: block;
    font-size: 3vw;
  }
  .main-content .div4 .contentbox {
    position: absolute;
    width: 100%;
    top: 18%;
    z-index: 5;
  }
  .main-content .div4 .content {
    background-color: #fff3dd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 0 auto 20px auto;
    border-radius: 30px;
    padding: 3.3% 0;
  }
  .main-content .div4 .content .left {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 2px solid black;
  }
  .main-content .div4 .content .left h2 {
    color: #4c4c63;
    font-size: 3vw;
    font-weight: bold;
    margin: 0 auto;
  }
  .main-content .div4 .content .right {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .main-content .div4 .content .right div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    width: 100%;
  }
  .main-content .div4 .content .right div:first-of-type {
    padding-bottom: 4%;
  }
  .main-content .div4 .content .right div .A {
    margin-left: 0;
  }
  .main-content .div4 .content .right div .B {
    text-align: right;
    margin-left: 10%;
  }
  .main-content .div4 .content .right div .D {
    text-align: right;
    margin-left: 10%;
  }
  .main-content .div4 .content .right div .C {
    text-align: left;
    margin-left: 0;
  }
  .main-content .div4 .content .right div div {
    display: block;
    width: auto;
  }
  .main-content .div4 .content .right div p {
    color: #4c4c63;
    font-size: 3vw;
    font-weight: bold;
  }
  .main-content .div4 .content .right div .BBB {
    white-space: nowrap;
  }
  .main-content .div4 .content2 .right div {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    padding-bottom: 0 !important;
  }
  .main-content .div4 .content2 .right .A {
    padding-left: 0;
    margin-right: 0;
  }
  .main-content .div4 .content2 .right .D {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  .main-content .div4 .ppp {
    position: absolute;
    bottom: 5%;
    z-index: 6;
    text-align: center;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    color: #c04439;
    font-size: 3vw;
    font-weight: bold;
    margin: 0 auto;
  }
  .main-content .div4 .ppp p:first-of-type {
    padding-bottom: 5%;
  }
  footer {
    padding-top: 3.1%;
  }
  footer img {
    width: 100%;
  }
  footer ul {
    width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    padding-top: 15%;
  }
  footer ul li {
    list-style: none;
    line-height: 1;
  }
  footer ul li a {
    text-decoration: none;
    color: #5f453d;
    font-size: 4.5vw;
    line-height: 1;
    font-weight: bold;
    font-family: "Segoe UI";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer ul li a:hover {
    color: #996f63;
  }
  footer div {
    display: block;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 20%;
    margin: 0;
    text-align: center;
  }
  footer div img {
    width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  footer div .right {
    margin-right: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    width: 70%;
    padding-top: 2%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer div .right p {
    color: #5f453d;
    font-size: 4.5vw;
    line-height: 1;
    font-weight: bold;
    font-family: "Segoe UI";
  }
  footer div .right a {
    width: 10%;
    margin-left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer div .right a:hover {
    opacity: 0.8;
  }
  footer div .right a img {
    width: 100%;
    height: auto;
    display: block;
  }
  footer .copy {
    color: #5f453d;
    font-size: 4.5vw;
    line-height: 1;
    font-family: "小塚ゴシック Pr6N";
    text-align: center;
    padding-top: 10%;
    padding-bottom: 2.5%;
  }
}
/********************************************************/
/* contact.html */
/********************************************************/
.contact__header {
  background-color: #fff3dd;
  position: relative;
  width: 100%;
  height: 35rem;
}

.contact__mv__picture {
  width: 100%;
}

.contact__container {
  position: relative;
  background-color: #fff3dd;
  width: 100%;
}

.contact {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}

.inner {
  padding-top: 14rem;
  margin-inline: auto;
  width: min(100% - 4rem, 1000px);
  position: relative;
  z-index: 5;
}

.contact__picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact__text-box {
  padding: 3rem;
  width: 100%;
  font-size: clamp(1rem, 0.7647rem + 1.1765vw, 1.5rem);
  border: solid 3px #000;
  border-radius: 25px;
}

.contact__text:nth-of-type(2) {
  margin-top: 2rem;
}

.contact__text__link {
  text-decoration: none;
  color: blue;
}

.contact__small__text {
  font-size: clamp(0.875rem, 0.7574rem + 0.5882vw, 1.125rem);
  color: #c04439;
}

.contact__menu {
  margin-top: 5rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  place-content: center;
  place-items: center;
  list-style: none;
}

.contact__list {
  width: 100%;
}

.question {
  padding-bottom: 10rem;
  position: relative;
  width: 100%;
  background-color: #ecb897;
}

.question__picture {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
}

.question__contents {
  width: 100%;
  font-size: clamp(1rem, 0.6471rem + 1.7647vw, 1.75rem);
  font-weight: 700;
  color: #5f453d;
}

.question__top {
  margin-top: 3rem;
  padding: 1rem 2rem;
  background-color: #fff3dd;
  border-radius: 25px 25px 0 0;
}

.question__bottom {
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
}

.question__span__q {
  display: inline-block;
  padding-right: 1rem;
  color: #4c4c63;
}

.question__span__a {
  display: inline-block;
  padding-right: 1rem;
  color: #c04439;
}

@media screen and (max-width: 768px) {
  .contact__header {
    height: 70rem;
  }
  .contact {
    padding-bottom: 2.5rem;
  }
  .inner {
    padding-top: 12rem;
  }
  .contact__text-box {
    padding: 2rem;
  }
  .contact__menu {
    margin-top: 2.5rem;
    grid-template-columns: 60%;
  }
  .question {
    padding-bottom: 5rem;
  }
  .question__picture {
    top: 25px;
  }
  .question__top {
    padding: 1rem 1rem;
  }
  .question__bottom {
    padding: 1rem 1rem;
  }
  .question__span__q {
    padding-right: 0.5rem;
  }
  .question__span__a {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 425px) {
  .inner {
    padding-top: 8rem;
  }
  .contact__header {
    height: 38rem;
  }
}
/********************************************************/
/* gallery.html */
/********************************************************/
.gallery__section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
}

.gallery__icon__img {
  width: 15%;
  max-width: 10rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 5;
}

.gallery__title {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 25% 1fr;
  gap: 1rem;
  place-content: center;
  place-items: center;
}

.gallery__years {
  grid-template-columns: 1fr 16% 1fr;
}

.gallery__line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #5f453d;
}

.gallery__title__text {
  font-size: clamp(1.25rem, 0.7794rem + 2.3529vw, 2.25rem);
  color: #5f453d;
  font-weight: 700;
}

.gallery__inner {
  margin-inline: auto;
  width: min(100% - 4rem, 1000px);
}

.gallery__container {
  position: relative;
  z-index: 10;
  margin-top: 5rem;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  color: #5f453d;
  list-style: none;
}

.gallery__img {
  width: 100%;
}

.gallery__contents__title {
  margin-top: 0.5rem;
  text-align: center;
  font-size: clamp(1.125rem, 0.9485rem + 0.8824vw, 1.5rem);
}

.gallery__contents__text {
  margin-top: 0.5rem;
  text-align: center;
  font-size: clamp(0.875rem, 0.8162rem + 0.2941vw, 1rem);
}

.menu__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.25rem, 0.7794rem + 2.3529vw, 2.25rem);
  color: #5f453d;
}

.btn__menu {
  margin-top: 2.5rem;
  max-width: 800px;
  margin-inline: auto;
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  place-content: center;
  place-items: center;
}

.btn__link {
  text-align: center;
  text-decoration: none;
  color: #5f453d;
  background-color: #fff;
  border-radius: 15px;
  padding: 1rem 2rem;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: clamp(1.25rem, 0.7794rem + 2.3529vw, 2.25rem);
  -webkit-box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1);
}

.btn__link:hover {
  color: #fff;
  background-color: #5f453d;
}

.btn__link:visited {
  color: #5f453d;
}

.btn__link:visited:hover {
  color: #fff;
}

.top__btn {
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 500;
}

.top__btn__link {
  background-color: #5f453d;
  color: #fff;
  padding: 41px 30px;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1);
}

.top__btn__link:hover {
  background-color: #fff;
  color: #5f453d;
}

@media screen and (max-width: 768px) {
  .gallery__section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .gallery__icon__img {
    width: 30%;
    right: 0;
    bottom: 0;
  }
  .gallery__title {
    grid-template-columns: 1fr 36% 1fr;
    gap: 1rem;
  }
  .gallery__years {
    grid-template-columns: 1fr 22% 1fr;
  }
  .gallery__container {
    padding: 1rem;
    margin-top: 2.5rem;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .btn__menu {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .top__btn {
    right: 10px;
    bottom: 25px;
  }
  .top__btn__link {
    padding: 22px 13px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */


/********************************************************/
/* order.html */
/********************************************************/
.price__section {
  background-color: #EBB997;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
}

.price__title {
  width: 35%;
}

.price__inner {
  width: min(100% - 4rem, 1000px);
  margin-inline: auto;
}

.price__content:first-child {
  border-radius: 25px 25px 0 0;
}

.price__content {
  padding: 1.5rem;
  font-size: clamp(0.75rem, 0.3971rem + 1.7647vw, 1.5rem);
  background-color: #FFF3DD;
  color: #4c4c63;
  font-weight: 700;
  margin-top: 2rem;
  width: 100%;
  border-radius: 25px;
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.price__content__text {
  padding: 1.5rem;
  font-size: clamp(0.75rem, 0.3971rem + 1.7647vw, 1.5rem);
  background-color: #FFF3DD;
  border-radius: 0 0 25px 25px;
  text-align: center;
  font-weight: bold;
  color: #4c4c63;
}

.price__content__left-box {
  text-align: center;
  border-right: solid 5px #4C4C63;
  padding: 1.5rem;
  width: 25%;
}

.price__content__right-box {
  width: 70%;
  max-width: 470px;
  margin-inline: auto;
}

.price__menu {
  list-style: none;
}

.price__list {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  justify-content: space-between;
}

.price__list__text:nth-of-type(even) {
  text-align: right;
}

.price__small__text {
  font-size: clamp(0.875rem, 0.7574rem + 0.5882vw, 1.125rem);
}

.price__red {
  display: block;
  color: #c04439;
  font-size: clamp(0.875rem, 0.7574rem + 0.5882vw, 1.125rem);
}

.price__content__bottom__text-box {
  margin-top: 5rem;
  width: 100%;
  text-align: center;
}

.price__content__bottom__text {
  margin-top: 1rem;
  font-size: clamp(0.875rem, 0.5221rem + 1.7647vw, 1.625rem);
  color: #4c4c63;
  font-weight: bold;
}

  .sp-br {
    display: none;
  }

@media screen and (max-width: 768px) {
  .price__title {
    width: 65%;
  }

  .price__content {
    grid-template-columns: 1fr;
  }
  .price__content__left-box {
    text-align: center;
    border-right: none;
    border-bottom: solid 5px #4C4C63;
    padding: 1rem;
    width: 100%;
  }

  .price__content__right-box {
    width: 100%;
    max-width: 350px;
  }

  .price__small__text {
    font-size: 10px;
  }

  .price__red {
    color: #c04439;
    font-size: 10px;
  }

  .sp-br {
    display: block;
  }

  .price__list {
    gap: 1rem;
  }

/*  .price__content__text > br {
    display: none;
  }*/
}


/********************************************************/
/* 注意事項 */
/********************************************************/
.attention {
  width: 100%;
  position: relative;
}

.attention__img {
  position: relative;
  z-index: 1;
}

.attention__text {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90%;
  font-size: 1.8vw;
  color: #4c4c63;
}


@media screen and (max-width: 768px) {
  .attention__text br {
    /*display: none;*/
  }

  .attention__text {
    position: absolute;
    top: 17%;
    font-size: 3vw;
  }
}  
