@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600;700;900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: -apple-system, sans-serif;
  line-height: 1.4em;
  color: #000;
}

h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, form, input {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
}

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

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

table {
  font-size: 100%;
}

article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* common
---------------------------------- */
* {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.875;
  font-size: 16px;
  color: #020202;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  body {
    font-size: 2.5128205128vw;
  }
}

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

em {
  font-weight: 700;
  font-style: normal;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
/* layout
---------------------------------- */
body {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body {
    font-weight: 400;
  }
}

.mv {
  margin-bottom: 150px;
}
@media (max-width: 1000px) {
  .mv {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 40px;
    background: #7A6F6B;
  }
}
.mv h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 96px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    padding-top: 25px;
    height: auto;
    background: #7A6F6B;
  }
}
.mv-loop {
  display: flex;
  line-height: 0;
}
.mv-loop-wrap {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv-loop-wrap {
    display: none;
  }
}
.mv-loop li {
  width: 33.3333333333vw;
}
.mv-loop.loop1 {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.mv-loop.loop2 {
  animation: infinity-scroll-right 100s infinite linear 0.5s both;
}
.mv-slide {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv-slide {
    display: block;
    line-height: 0;
    background: #7A6F6B;
    padding-bottom: 70px;
  }
}
.mv-slide ul {
  position: relative;
}
.mv-slide li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 6s ease;
}
.mv-slide li:first-child {
  position: static;
  transition: opacity 4s ease;
}
.mv-slide li.active {
  opacity: 1;
}
.mv-slide li img {
  display: block;
  width: 100%;
}
.mv-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 136px;
  background: #7A6F6B;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 1060px) {
  .mv-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .mv-title {
    display: block;
    height: auto;
    padding: 40px 7.7%;
    font-size: 6.1538461538vw;
    line-height: 1.5;
    text-align: left;
  }
}

@layer base {
  .sec p,
  .sec h2 {
    letter-spacing: 0.05em;
  }
}
.sec-heading {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: 0.13em;
}
@media (max-width: 1000px) {
  .sec-heading {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  .sec-heading {
    letter-spacing: 0.1em;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .sec-heading {
    font-size: 5.1282051282vw;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .sec-heading {
    font-size: 3.5897435897vw;
  }
}
.sec-heading::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 139px;
  margin-top: 30px;
  background: #000;
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 215px;
  height: 34px;
  padding-bottom: 0.15em;
  border-radius: 40px;
  background: #B76745;
  color: #fff;
  text-align: center;
  font-weight: 900;
  border: 1px solid #B76745;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .btn a {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .btn a {
    height: 35px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.btn a:hover {
  background: #fff;
  color: #B76745;
}
.btn.white a {
  background: #fff;
  border-color: #fff;
  color: #B76745;
}
.btn.white a:hover {
  background: transparent;
  color: #fff;
}
@media (max-width: 900px) {
  .btn.white a {
    background: #B76745;
    border-color: #B76745;
    color: #fff;
  }
}
@media (max-width: 900px) {
  .btn.white a:hover {
    color: #B76745;
    background: #fff;
  }
}

.item-period {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .item-period {
    font-weight: 900;
  }
}
.item-period span.bg {
  display: inline-block;
  min-width: 242px;
  padding: 0 10px 1px 10px;
  text-align: center;
  background: #B76745;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .item-period span.bg {
    min-width: initial;
    padding: 1px 10px;
  }
}
@media screen and (max-width: 374px) {
  .item-period span.bg {
    font-size: 12px;
    padding: 1px 5px;
  }
}
.item-period.white span.bg {
  background: #fff;
  color: #B76745;
}
@media (max-width: 900px) {
  .item-period.white span.bg {
    background: #B76745;
    color: #fff;
  }
}
.item-period span.gentei {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0 17px 1px 17px;
  background: #fff;
  color: #FF1313;
}
@media (max-width: 900px) {
  .item-period span.gentei::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #FF1313;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .item-period span.gentei {
    margin-bottom: 7px;
    padding: 1px 10px;
  }
}
@media screen and (max-width: 374px) {
  .item-period span.gentei {
    font-size: 12px;
    padding: 1px 5px;
  }
}
.item-period span.gentei.bd::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #FF1313;
  box-sizing: border-box;
}
.item-period span.reito {
  display: inline-block;
  margin-right: 10px;
  padding: 0 10px;
  background: #2E3397;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .item-period span.reito {
    margin-right: 7px;
    padding: 1px 10px;
  }
}
@media screen and (max-width: 374px) {
  .item-period span.reito {
    margin-right: 5px;
    font-size: 12px;
    padding: 1px 5px;
  }
}
.item-name {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .item-name {
    margin-bottom: 10px;
    font-size: 4.1025641026vw;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .item-name {
    font-size: 2.8717948718vw;
  }
}
.item-para {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .item-para {
    letter-spacing: 0;
    line-height: 1.7142857143;
  }
}
.item-price-box {
  display: flex;
  gap: 30px;
}
@media (max-width: 900px) {
  .item-price-box {
    justify-content: right;
  }
}
@media screen and (max-width: 768px) {
  .item-price-box {
    gap: 23px;
    align-items: start;
    font-weight: 600;
  }
}
.item-price-box-image {
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .item-price-box-image {
    max-width: 88px;
    padding-top: 5px;
  }
}
@media (max-width: 480px) {
  .item-price-box-body {
    width: 155px;
  }
}
.item-price-box .capacity {
  margin-bottom: 5px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .item-price-box .capacity {
    line-height: 1.4285714286;
    letter-spacing: 0;
  }
}
.item-price-box .price {
  align-items: baseline;
  margin-bottom: 10px;
  padding-top: 5px;
  border-top: 1px solid #020202;
  line-height: 1.6;
}
.item-price-box .price em {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .item-price-box .price em {
    font-size: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .item-price-box .price em {
    font-size: 3.5897435897vw;
  }
}
.item-price-box .price.white {
  border-color: #fff;
}
@media (max-width: 900px) {
  .item-price-box .price.white {
    border-color: #020202;
  }
}
@media screen and (max-width: 768px) {
  .item-price-box .price span:last-of-type {
    display: block;
  }
}
.item .notedot {
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .item .notedot {
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .item .notedot {
    font-size: 2.1538461538vw;
  }
}
.item .notedot::before {
  content: "・";
}
.item .notedot-list {
  margin-top: 25px;
}
.item .notedot-list li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .item .notedot-list li {
    font-size: 3.0769230769vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .item .notedot-list li {
    font-size: 2.1538461538vw;
  }
}
.item .notedot-list li::before {
  content: "・";
}
.item .notedot-list li span.reito {
  margin-right: 2px;
  padding: 3px 6px 4px 6px;
  background: #2E3397;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .item .notedot-list li span.reito {
    padding: 1px 6px 2px 6px;
  }
}

.sec1 {
  margin-bottom: 116px;
}
@media (max-width: 900px) {
  .sec1 {
    margin-bottom: 50px;
    background: url(../img/sec1-titlebg-sp.jpg) no-repeat 0 0/100% auto;
  }
}
@media screen and (max-width: 768px) {
  .sec1 {
    margin-bottom: 80px;
  }
}
.sec1 .item-box {
  display: flex;
  justify-content: right;
  width: 60.6%;
}
@media (max-width: 1000px) {
  .sec1 .item-box {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .sec1 .item-box {
    display: block;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .sec1 .sec-heading {
    padding: 0 7.7%;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .sec1 .sec-heading::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .sec-heading {
    font-weight: 400;
  }
}
.sec1 .item {
  position: relative;
  width: 720px;
  height: 660px;
  color: #fff;
}
@media (max-width: 1200px) {
  .sec1 .item {
    width: 100%;
    height: auto;
    padding-bottom: 91.67%;
  }
}
@media (max-width: 900px) {
  .sec1 .item {
    padding-bottom: 0;
  }
}
.sec1 .item-img {
  display: none;
}
@media (max-width: 900px) {
  .sec1 .item-img {
    display: block;
    line-height: 0;
  }
  .sec1 .item-img img {
    width: 58.97%;
  }
}
.sec1 .item-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 46px 50px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .sec1 .item-body {
    position: static;
    padding: 27px 7.7% 0 7.7%;
    color: #020202;
  }
}
.sec1 .item-period span.bg {
  display: block;
  width: 100%;
}
@media (max-width: 900px) {
  .sec1 .item-period span.bg {
    display: inline-block;
    width: auto;
    padding: 0 17px 1px 17px;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .item-period span.bg {
    padding: 0 12px;
  }
}
.sec1 .item .item-cont1 {
  width: 242px;
}
@media (max-width: 900px) {
  .sec1 .item .item-cont1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec1-box1 {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 44px;
}
@media (max-width: 900px) {
  .sec1-box1 {
    display: block;
    margin-bottom: 30px;
  }
}
.sec1-box1 .title-box {
  position: sticky;
  width: 39.4%;
  background: url(../img/sec1-titlebg.jpg) no-repeat right bottom/100% auto;
}
@media (min-width: 1800px) {
  .sec1-box1 .title-box {
    background-position: right center;
    background-size: 830px auto;
  }
}
@media (max-width: 1000px) {
  .sec1-box1 .title-box {
    width: 30%;
  }
}
@media (max-width: 900px) {
  .sec1-box1 .title-box {
    width: 100%;
    background-image: none;
  }
}
.sec1-box1 .title-box .sec-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding-left: 18px;
  width: 73.6%;
}
@media (max-width: 1200px) {
  .sec1-box1 .title-box .sec-heading {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .sec1-box1 .title-box .sec-heading {
    display: block;
    margin: 0;
    padding: 22px 7.7% 55px 7.7%;
  }
}
.sec1-box1 .item {
  background: url(../img/item1.jpg) no-repeat 0 0/cover;
}
@media (max-width: 900px) {
  .sec1-box1 .item {
    background-image: none;
  }
}
.sec1-box2 {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
}
@media (max-width: 900px) {
  .sec1-box2 {
    display: block;
  }
}
.sec1-box2 .item {
  background: url(../img/item2.jpg) no-repeat 0 0/cover;
}
@media (max-width: 900px) {
  .sec1-box2 .item {
    background-image: none;
  }
}
@media (max-width: 900px) {
  .sec1-box2 .item-img {
    text-align: right;
  }
}
.sec1-box2 .item-box {
  justify-content: left;
  margin-left: 39.4%;
}
@media (max-width: 1000px) {
  .sec1-box2 .item-box {
    margin-left: 30%;
  }
}
@media (max-width: 900px) {
  .sec1-box2 .item-box {
    margin: 0;
  }
}
.sec1-box2 .item-cont1 {
  align-self: flex-start;
}

.sec2 {
  padding-bottom: 153px;
}
@media (max-width: 1023px) {
  .sec2 {
    padding-bottom: 115px;
  }
}
@media (max-width: 900px) {
  .sec2 {
    background: url(../img/sec2-titlebg-sp.jpg) no-repeat 0 0/100% auto;
  }
}
.sec2-box {
  display: flex;
  position: relative;
  top: -520px;
  margin-bottom: -520px;
}
@media (max-width: 900px) {
  .sec2-box {
    display: block;
    position: static;
    top: auto;
    margin-bottom: 0;
  }
}
.sec2 .title-box {
  width: 39.4%;
  background: url(../img/sec2-titlebg.jpg) no-repeat left bottom/100% auto;
}
@media (min-width: 1800px) {
  .sec2 .title-box {
    background-size: 830px auto;
  }
}
@media (max-width: 1000px) {
  .sec2 .title-box {
    width: 30%;
  }
}
@media (max-width: 900px) {
  .sec2 .title-box {
    width: 100%;
    background-image: none;
  }
}
.sec2 .title-box .sec-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 900px) {
  .sec2 .title-box .sec-heading {
    display: block;
    padding: 100px 7.7% 150px 7.7%;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    text-align: right;
  }
  .sec2 .title-box .sec-heading::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec2 .title-box .sec-heading {
    padding: 30px 7.7% 110px 7.7%;
  }
}
.sec2-body {
  width: 60.6%;
  max-width: 728px;
  margin-left: -8px;
  padding-top: 520px;
  padding-bottom: 80px;
}
@media (max-width: 1000px) {
  .sec2-body {
    width: 70%;
  }
}
@media (max-width: 1140px) {
  .sec2-body {
    padding-right: 30px;
  }
}
@media (max-width: 900px) {
  .sec2-body {
    width: 100%;
    max-width: initial;
    margin: 0;
    padding: 0 7.7%;
  }
}
.sec2-body h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec2-body h2 {
    margin-bottom: 12px;
    font-size: 4.1025641026vw;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .sec2-body h2 {
    font-size: 2.8717948718vw;
  }
}
.sec2-body p {
  color: #251E1C;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec2-body p {
    letter-spacing: 0;
    line-height: 1.7142857143;
  }
}
.sec2-item-list {
  display: flex;
  justify-content: space-between;
  max-width: 1138.5px;
  margin: 0 auto;
  padding-top: 30px;
  gap: 30px;
}
@media (max-width: 1140px) {
  .sec2-item-list {
    max-width: initial;
    padding: 0 30px;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .sec2-item-list {
    flex-wrap: wrap;
    gap: 40px;
    max-width: 700px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec2-item-list {
    width: 100%;
    max-width: initial;
    gap: 20px;
    margin-top: 35px;
    padding: 40px 7.7% 20px 7.7%;
    background: #EAE5E3;
  }
}
.sec2-item-list li {
  position: relative;
  width: calc((100% - 90px) / 4);
  padding: 25px;
  padding-top: 10px;
  background: #EAE5E3;
  color: #251E1C;
}
@media (max-width: 1140px) {
  .sec2-item-list li {
    width: calc((100% - 60px) / 4);
    padding: 20px;
    padding-top: 10px;
  }
}
@media (max-width: 1023px) {
  .sec2-item-list li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .sec2-item-list li {
    margin-bottom: 50px;
    padding: 0;
    width: calc((100% - 20px) / 2);
  }
}
.sec2-item-list-batch {
  position: absolute;
  top: -30px;
  right: 8px;
  width: 79px;
}
@media screen and (max-width: 768px) {
  .sec2-item-list-batch {
    width: 72px;
    right: 7px;
    top: -26px;
  }
}
@media screen and (max-width: 374px) {
  .sec2-item-list-batch {
    width: 60px;
    height: 60px;
  }
}
.sec2-item-list-img {
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec2-item-list-img img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sec2-item-list-name {
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sec2-item-list-name {
    margin-bottom: 5px;
    font-size: 4.1025641026vw;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .sec2-item-list-name {
    font-size: 2.8717948718vw;
  }
}
.sec2-item-list-capacity {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sec2-item-list-capacity {
    font-weight: 600;
  }
}
.sec2-item-list-price {
  margin-bottom: 13px;
  border-top: 1px solid #020202;
  margin-top: 5px;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .sec2-item-list-price {
    font-weight: 600;
  }
}
.sec2-item-list-price em {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .sec2-item-list-price em {
    font-size: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .sec2-item-list-price em {
    font-size: 3.5897435897vw;
  }
}
.sec2-item-list .btn a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec2-item-list .btn a {
    padding-left: 0;
    padding-right: 0;
  }
}

.item-wrap {
  position: relative;
  align-items: flex-start;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}
.item-wrap h2 {
  position: sticky;
  top: 80px;
  display: flex;
  align-items: center;
  width: 24.6%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 20px;
  padding-bottom: 50px;
}
@media (max-width: 900px) {
  .item-wrap h2 {
    width: 21.3%;
    top: 70px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .item-wrap h2 {
    padding-left: 0;
    font-size: 3.5897435897vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .item-wrap h2 {
    font-size: 2.5128205128vw;
  }
}
@media (max-width: 900px) {
  .item-wrap h2 > span {
    display: flex;
    align-items: center;
  }
}
.item-wrap h2 span.block {
  display: block;
}
.item-wrap h2 em {
  margin-top: -0.4em;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .item-wrap h2 em {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .item-wrap h2 em {
    font-size: 5.1282051282vw;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .item-wrap h2 em {
    font-size: 3.5897435897vw;
  }
}
.item-wrap .item-box {
  width: 75.4%;
}
@media (max-width: 900px) {
  .item-wrap .item-box {
    width: 78.7%;
  }
}
.item-wrap.reverse {
  flex-direction: row-reverse;
}
.item-wrap.reverse h2 {
  padding-right: 20px;
  padding-left: 0;
}
@media (max-width: 900px) {
  .item-wrap.reverse h2 {
    padding-right: 0;
  }
}

.sec3 {
  position: relative;
  margin-bottom: 180px;
}
@media (max-width: 900px) {
  .sec3 {
    margin-bottom: 0;
  }
}
.sec3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: url(../img/sec3-titlebg.jpg) no-repeat 0 0/cover;
  z-index: -1;
}
@media (max-width: 900px) {
  .sec3::before {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .sec3::before {
    height: 236px;
    background-image: url(../img/sec3-titlebg-sp.jpg);
  }
}
.sec3 .item-wrap1 {
  margin-bottom: 5px;
}
@media (max-width: 900px) {
  .sec3 .item-wrap2 {
    background: #EAE5E3;
    padding-top: 60px;
  }
}
.sec3 .item-wrap2 h2 {
  top: 0;
  padding-top: 108px;
}
@media (max-width: 900px) {
  .sec3 .item-wrap2 h2 {
    top: 70px;
    padding-top: 0;
  }
}
.sec3 .item-img {
  display: none;
}
@media (max-width: 900px) {
  .sec3 .item-img {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .item-img {
    padding-top: 5px;
    margin-bottom: 8px;
  }
}
.sec3 .item-img img {
  width: 100%;
}
.sec3 .title-box {
  display: flex;
  justify-content: center;
  padding-top: 100px;
}
@media (max-width: 900px) {
  .sec3 .title-box {
    height: 400px;
    margin-bottom: 100px;
    padding: 0;
    justify-content: right;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .title-box {
    margin-bottom: 70px;
    height: 236px;
  }
}
.sec3 .sec-heading {
  margin-bottom: 110px;
}
.sec3 .sec-heading::after {
  margin-top: 40px;
}
@media (max-width: 900px) {
  .sec3 .sec-heading {
    margin-bottom: 0;
    padding: 0 7.7%;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .sec3 .sec-heading::after {
    display: none;
  }
}
.sec3 .item7 {
  position: relative;
  width: 100%;
  padding: 73px 67px 35px 46%;
  min-height: 540px;
  background: url(../img/item7.jpg) no-repeat center center/cover;
  color: #fff;
}
@media (max-width: 1190px) {
  .sec3 .item7 {
    min-height: initial;
    padding: 60px 40px 40px 40%;
  }
}
@media (max-width: 900px) {
  .sec3 .item7 {
    margin-bottom: 80px;
    padding: 0;
    padding-left: 8.79%;
    background-image: none;
    color: #020202;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .item7 {
    margin-bottom: 45px;
  }
}
.sec3 .item7 .item-cont2 {
  margin-top: 40px;
}
@media (max-width: 900px) {
  .sec3 .item7 .item-cont2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .item7 .item-cont2 {
    margin-top: 20px;
  }
}
.sec3 .item7 .notedot {
  text-align: left;
}
.sec3 .item8 {
  display: flex;
  justify-content: space-between;
  background: #EAE5E3;
  padding: 50px 67px 54px 67px;
}
@media (max-width: 1190px) {
  .sec3 .item8 {
    padding: 50px 40px 54px 30px;
  }
}
@media (max-width: 900px) {
  .sec3 .item8 {
    display: block;
    margin-bottom: 80px;
    padding: 0;
    padding-left: 8.79%;
    background: transparent;
    color: #020202;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .item8 {
    margin-bottom: 55px;
  }
}
.sec3 .item8-img {
  display: flex;
  justify-content: right;
  width: 46%;
  padding-right: 47px;
}
@media (max-width: 1190px) {
  .sec3 .item8-img {
    width: 40%;
    padding-right: 35px;
  }
}
@media (max-width: 900px) {
  .sec3 .item8-img {
    display: none;
  }
}
.sec3 .item8-img img {
  width: 304px;
}
@media (max-width: 1190px) {
  .sec3 .item8-img img {
    width: 100%;
  }
}
.sec3 .item8 .notedot {
  text-align: left;
}
.sec3 .item8 .notedot.narrow {
  display: none;
}
@media (max-width: 1190px) {
  .sec3 .item8 .notedot.narrow {
    display: block;
    text-align: right;
  }
}
@media (max-width: 900px) {
  .sec3 .item8 .notedot.narrow {
    text-align: left;
  }
}
.sec3 .item8 .notedot.wide {
  display: block;
}
@media (max-width: 1190px) {
  .sec3 .item8 .notedot.wide {
    display: none;
  }
}
.sec3 .item8-body {
  width: 54%;
}
@media (max-width: 1190px) {
  .sec3 .item8-body {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .sec3 .item8-body {
    width: 100%;
  }
}
.sec3 .item8 .item-cont1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec3 .item8 .item-cont1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .sec3 .item8 .item-cont2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
}
.sec3 .item8 .price {
  border-color: #020202;
}
@media screen and (max-width: 768px) {
  .sec3 .item8 .item-price-box-image img {
    width: 65px;
  }
}
.sec3 .item9 {
  position: relative;
  width: 100%;
  padding: 73px 0 35px 86px;
  min-height: 540px;
  background: url(../img/item9.jpg) no-repeat right 0/cover;
  color: #fff;
}
@media (max-width: 1190px) {
  .sec3 .item9 {
    min-height: initial;
    padding: 60px 0 40px 40px;
    background-position: 70% center;
  }
}
@media (max-width: 900px) {
  .sec3 .item9 {
    margin-bottom: 80px;
    padding: 0;
    padding-right: 8.79%;
    background-image: none;
    color: #020202;
  }
}
.sec3 .item9 .item-cont1 {
  width: 52%;
}
@media (max-width: 1190px) {
  .sec3 .item9 .item-cont1 {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .sec3 .item9 .item-cont1 {
    width: 100%;
  }
}
.sec3 .item9 .item-cont2 {
  margin-top: 40px;
}
@media (max-width: 900px) {
  .sec3 .item9 .item-cont2 {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .item9 .item-cont2 {
    margin-top: 10px;
  }
}
.sec3 .item9 .notedot {
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec3 .item9 .notedot {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .item9 .item-price-box-image img {
    width: 80px;
  }
}
.sec3 .item10 {
  display: flex;
  justify-content: space-between;
  background: #EAE5E3;
  padding: 50px 0 54px 86px;
}
@media (max-width: 1190px) {
  .sec3 .item10 {
    padding: 50px 30px 54px 40px;
  }
}
@media (max-width: 900px) {
  .sec3 .item10 {
    margin-bottom: 80px;
    padding: 0;
    padding-right: 8.79%;
  }
}
.sec3 .item10-body {
  width: 52%;
}
@media (max-width: 1190px) {
  .sec3 .item10-body {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .sec3 .item10-body {
    width: 100%;
  }
}
.sec3 .item10-img {
  width: 41.8%;
}
@media (max-width: 1190px) {
  .sec3 .item10-img {
    width: 40%;
    padding-left: 35px;
  }
}
@media (max-width: 900px) {
  .sec3 .item10-img {
    display: none;
  }
}
.sec3 .item10-img img {
  width: 304px;
}
@media (max-width: 1190px) {
  .sec3 .item10-img img {
    width: 100%;
  }
}
.sec3 .item10 .notedot {
  text-align: left;
}
.sec3 .item10 .notedot.narrow {
  display: none;
}
@media (max-width: 1190px) {
  .sec3 .item10 .notedot.narrow {
    display: block;
    text-align: left;
  }
}
.sec3 .item10 .notedot.wide {
  display: block;
}
@media (max-width: 1190px) {
  .sec3 .item10 .notedot.wide {
    display: none;
  }
}
.sec3 .item10 .item-cont1 {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .sec3 .item10 .item-cont1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .item10 .item-cont1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .sec3 .item10 .item-cont2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .item10 .item-price-box-image img {
    width: 70px;
  }
}
.sec3 .item11 {
  position: relative;
  width: 100%;
  padding: 53px 0 35px 86px;
  min-height: 618px;
  background: url(../img/item11.jpg) no-repeat 0 0/cover;
  color: #fff;
}
@media (max-width: 1190px) {
  .sec3 .item11 {
    padding: 50px 0 35px 40px;
  }
}
@media (max-width: 900px) {
  .sec3 .item11 {
    margin-bottom: 80px;
    padding: 0;
    padding-right: 8.79%;
    background-image: none;
    color: #020202;
  }
}
.sec3 .item11 .item-period span {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .sec3 .item11 .item-period span {
    margin-bottom: 0;
  }
  .sec3 .item11 .item-period span:first-of-type {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  .sec3 .item11 .item-period span:first-of-type {
    margin-bottom: 5px;
  }
}
.sec3 .item11 .item-period span.bg {
  padding: 0 19px 1px 19px;
}
@media screen and (max-width: 768px) {
  .sec3 .item11 .item-period span.bg {
    padding: 1px 10px;
  }
}
.sec3 .item11 .item-period span.reito-pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sec3 .item11 .item-period span.reito-pc {
    display: none;
  }
}
.sec3 .item11 .item-period span.reito-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec3 .item11 .item-period span.reito-sp {
    display: inline-block;
    margin-left: 7px;
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .sec3 .item11 .item-period span.reito-sp {
    margin-left: 5px;
    margin-right: 0;
  }
}
.sec3 .item11 .item-cont1 {
  width: 52%;
  margin-bottom: 40px;
}
@media (max-width: 1190px) {
  .sec3 .item11 .item-cont1 {
    width: 65%;
  }
}
@media (max-width: 900px) {
  .sec3 .item11 .item-cont1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .item11 .item-cont1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .sec3 .item11 .item-cont2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
}
.sec3 .item11 .notedot {
  margin-top: 25px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec3 .item11 .notedot {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .item11 .btn.white a {
    max-width: 220px;
  }
}

.order {
  padding: 80px 30px 130px 30px;
  background: url(../img/order-bg.jpg) no-repeat 0 0/cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .order {
    padding: 55px 7.7% 65px 7.7%;
    background-image: url(../img/order-bg-sp.jpg);
  }
  .order * {
    letter-spacing: 0;
  }
}
.order-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.order h2 {
  margin-bottom: 50px;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .order h2 {
    margin-bottom: 45px;
    font-size: 4.6153846154vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order h2 {
    font-size: 3.2307692308vw;
  }
}
.order .lead {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 1190px) {
  .order .lead {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .order .lead {
    margin-bottom: 30px;
    line-height: 1.7142857143;
  }
}
.order dl {
  display: flex;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1090px;
}
@media (max-width: 960px) {
  .order dl {
    display: block;
  }
}
.order dl dt {
  width: 385px;
  padding-right: 1em;
  padding-top: 0.2em;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .order dl dt {
    padding-top: 0;
    font-size: 22px;
    width: 330px;
  }
}
@media (max-width: 960px) {
  .order dl dt {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .order dl dt {
    margin-bottom: 20px;
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order dl dt {
    font-size: 2.8717948718vw;
  }
}
.order dl dt span {
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .order dl dt span {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .order dl dt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .order dl dt span {
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order dl dt span {
    font-size: 2.5128205128vw;
  }
}
@media screen and (max-width: 768px) {
  .order dl:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.order dl:nth-of-type(3) dt {
  padding-top: 0;
}
.order dl dd {
  display: flex;
  width: calc(100% - 385px);
}
@media screen and (max-width: 1280px) {
  .order dl dd {
    display: block;
    width: calc(100% - 330px);
  }
}
@media (max-width: 960px) {
  .order dl dd {
    width: 100%;
  }
}
.order dl dd .tit {
  width: 250px;
  padding-top: 1em;
}
@media screen and (max-width: 1280px) {
  .order dl dd .tit {
    width: 100%;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .order dl dd .tit {
    margin-bottom: -5px;
    padding-top: 0;
  }
}
.order dl dd .tel {
  width: calc(100% - 250px);
}
@media screen and (max-width: 1280px) {
  .order dl dd .tel {
    width: 100%;
  }
}
.order dl dd .tel a {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .order dl dd .tel a {
    font-size: 6.1538461538vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .order dl dd .tel a {
    font-size: 4.3076923077vw;
  }
}
.order dl dd .tel a img {
  margin-right: 7px;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .order dl dd .tel a img {
    width: 34px;
  }
}
.order dl dd .tel .note {
  display: block;
}
@media screen and (max-width: 768px) {
  .order dl dd .tel .note {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .order dl dd .tel .para {
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) {
  .order ul {
    margin-top: 36px;
  }
}
.order ul li {
  margin-left: 1.2em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 768px) {
  .order ul li {
    margin-left: 0;
  }
}
.order ul li::before {
  content: "・";
  margin-right: 0.5em;
}

.contact {
  padding: 40px 150px;
  background: #B76745;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .contact {
    padding: 40px 70px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 55px 7.7% 58px 7.7%;
  }
}
.contact h2 {
  margin-bottom: 30px;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 5.1282051282vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .contact h2 {
    font-size: 3.5897435897vw;
  }
}
.contact p {
  letter-spacing: 0.05em;
}
.contact p:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 4.1025641026vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .contact p:nth-of-type(1) {
    font-size: 2.8717948718vw;
  }
}

.footer {
  padding: 0 150px;
  background: #7A6F6B;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .footer {
    padding: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 7.7%;
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .footer {
    font-size: 2.1538461538vw;
  }
}
.footer-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1240px;
  margin: 0 auto;
  padding: 75px 0 40px 0;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    display: block;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer ul {
    margin-bottom: 35px;
  }
}
.footer ul li:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer ul li:first-child {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}