@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #553618;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

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

body {
  position: relative;
  width: 100%;
  min-width: 1024px;
  font-family: "Noto sans jp", sans-serif;
  color: #000;
  box-sizing: border-box;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 360px;
    margin: 0 0 66px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  a:hover {
    opacity: 1;
    transition: none;
  }
  input[type=text], input[type=email], input[type=tel], textarea {
    font-size: 16px;
  }
}
.header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1030px;
  padding: 80px 0 0;
  box-sizing: border-box;
  background: url(../images/key01.jpg) center/cover no-repeat;
}
.header .logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.header .villax_logo {
  margin: 0 0 30px;
  text-align: center;
}
.header .page_title {
  padding-top: 10%;
  text-align: center;
}
.header .key_text {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "noto serif jp", serif;
  font-size: 63px;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 0px 1px, rgba(255, 255, 255, 0.5) 0px -1px 1px, rgba(255, 255, 255, 0.5) 0px 1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px;
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
    width: 100%;
    height: 70vh;
    padding: 20% 5.3vw 0;
    box-sizing: border-box;
    background: url(../images/key01.jpg) center/cover no-repeat;
  }
  .header .logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .header .villax_logo {
    width: 53.3vw;
    width: 200px;
    height: 40.2vw;
    height: 151px;
    margin: 0 auto 8vw;
    text-align: center;
  }
  .header .villax_logo img {
    width: 100%;
    height: 100%;
  }
  .header .page_title {
    text-align: center;
  }
  .header .key_text {
    position: absolute;
    bottom: -24vw;
    left: 8vw;
    right: 0;
    margin: 0 auto;
    font-family: "noto serif jp", serif;
    font-size: 40px;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 0px 1px, rgba(255, 255, 255, 0.5) 0px -1px 1px, rgba(255, 255, 255, 0.5) 0px 1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px;
  }
}

.sec01 {
  padding: 140px 0 450px;
  background: url(../images/kitchen.png) center top/cover no-repeat;
}
.sec01 .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  width: 1024px;
  margin: 0 auto;
}
.sec01 .sec_title {
  margin: 70px 0 0;
}
.sec01 .sec_text {
  margin: 0 50px 0 0;
  letter-spacing: 0.1em;
  line-height: 2;
  writing-mode: vertical-rl;
  font-family: "noto serif jp", serif;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 0px 1px, rgba(255, 255, 255, 0.5) 0px -1px 1px, rgba(255, 255, 255, 0.5) 0px 1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px;
}
.sec01 .sec_text .big {
  font-size: 36px;
}
.sec01 .sec_text .small {
  font-size: 20px;
  padding-top: 5%;
}
@media screen and (max-width: 768px) {
  .sec01 {
    position: relative;
    padding: 100px 5.3vw 200px;
    box-sizing: border-box;
    background: url(../images/kitchen.png) center top/cover no-repeat;
  }
  .sec01 .inner {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
  }
  .sec01 .sec_title {
    margin: 0 0 13.3vw;
    text-align: center;
  }
  .sec01 .sec_text {
    margin: 0;
    text-align: justify;
    text-justify: distribute;
    letter-spacing: 0.1em;
    line-height: 2;
    writing-mode: horizontal-tb;
    font-family: "noto serif jp", serif;
    font-weight: 700;
    text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 0px 1px, rgba(255, 255, 255, 0.5) 0px -1px 1px, rgba(255, 255, 255, 0.5) 0px 1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px;
  }
  .sec01 .big {
    font-size: 30px;
    text-align: center;
  }
  .sec01 .small {
    text-align: center;
    font-size: 20px;
    padding-bottom: 5%;
  }
}

.sec02 {
  padding: 140px 0;
}
.sec02 .inner {
  width: 1024px;
  margin: 0 auto;
}
.sec02 .sec_title {
  margin: 0 0 80px;
  font-family: "noto serif jp", serif;
  font-size: 26px;
  text-align: center;
}
.sec02 .sec_title .name {
  display: inline-block;
  padding: 0 20px 0 0;
}
.sec02 .sec_title .large {
  display: inline-block;
  padding: 20px 0 0;
  font-size: 44px;
}
.sec02 .flex {
  display: flex;
  justify-content: space-between;
}
.sec02 .textbox {
  margin: 0 0 0 50px;
}
.sec02 .small_title {
  margin: 0 0 30px;
  font-family: "noto serif jp", serif;
  font-size: 26px;
}
.sec02 .sec_text {
  width: 400px;
  text-align: justify;
  text-justify: distribute;
  line-height: 2;
}
.sec02 .sec_image {
  position: relative;
}
.sec02 .sec_image:before {
  position: absolute;
  right: 20px;
  bottom: -35px;
  content: "Luxury & Outdoor";
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "noto serif jp", serif;
  font-size: 47px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 80px 5.3vw;
    box-sizing: border-box;
  }
  .sec02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .sec_title {
    margin: 0 0 50px;
    font-family: "noto serif jp", serif;
    font-size: 26px;
    text-align: center;
  }
  .sec02 .sec_title .name {
    display: block;
    padding: 0 0 20px;
  }
  .sec02 .sec_title .large {
    display: inline-block;
    padding: 20px 0 0;
    font-size: 32px;
  }
  .sec02 .flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .sec02 .textbox {
    margin: 0;
  }
  .sec02 .small_title {
    margin: 0 0 30px;
    font-family: "noto serif jp", serif;
    font-size: 22px;
  }
  .sec02 .sec_text {
    width: 100%;
    text-align: justify;
    text-justify: distribute;
    line-height: 2;
  }
  .sec02 .sec_image {
    position: relative;
    width: 100%;
    height: 66.6vw;
    margin: 0 0 13.3vw;
  }
  .sec02 .sec_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec02 .sec_image:before {
    position: absolute;
    right: 10px;
    bottom: -5.3vw;
    content: "Luxury & Outdoor";
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "noto serif jp", serif;
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: 0.07em;
  }
}

.sec03 .sec_title {
  position: relative;
  padding: 20px 0;
  margin: 0 0 50px;
  text-align: center;
}
.sec03 .sec_title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 1px;
  background: #000;
}
.sec03 .sec_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 1px;
  background: #000;
}
.sec03 .cont {
  padding: 0 0 100px;
}
.sec03 .cont_head {
  position: relative;
  width: 70%;
  padding: 30px 0 30px 130px;
  box-sizing: border-box;
  background: #231815;
}
.sec03 .cont_head .cont_title {
  font-family: "noto serif jp", serif;
  font-size: 28px;
  color: #fff;
}
.sec03 .cont_head .cont_title .large {
  font-size: 38px;
}
.sec03 .cont_head .absolute {
  position: absolute;
  width: 180px;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 1px solid #000;
  background: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "noto serif jp", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
}
.sec03 .item_text {
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec03 .cont01 .cont_head {
  margin: 0 0 50px auto;
}
.sec03 .cont01 .cont_head .absolute {
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
}
.sec03 .cont01 .cont_body {
  width: 900px;
  margin: 0 auto;
}
.sec03 .cont01 .item_title {
  margin: 0 0 30px;
}
.sec03 .cont01 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec03 .cont01 .item:nth-of-type(1) {
  margin: 0 0 80px;
}
.sec03 .cont01 .item:nth-of-type(1) .item_image {
  min-width: 439px;
  margin: 0 30px 0 0;
}
.sec03 .cont01 .item:nth-of-type(2) {
  margin: 0 0 80px;
}
.sec03 .cont01 .item:nth-of-type(2) .flex {
  flex-direction: row-reverse;
}
.sec03 .cont01 .item:nth-of-type(2) .item_image {
  min-width: 441px;
}
.sec03 .cont01 .item:nth-of-type(2) .item_text {
  margin: 0 30px 0 0;
}
.sec03 .cont01 .item:nth-of-type(3) .item_image {
  min-width: 441px;
  margin: 0 30px 0 0;
}
.sec03 .cont02 .cont_head {
  margin: 0 0 50px;
}
.sec03 .cont02 .cont_head .cont_title {
  width: 580px;
  margin: 0 150px 0 auto;
}
.sec03 .cont02 .cont_head .absolute {
  top: 50%;
  transform: translateY(-50%);
  right: -85px;
}
.sec03 .cont02 .cont_text {
  width: 660px;
  margin: 0 auto 70px;
  line-height: 2;
}
.sec03 .cont02 .list {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
}
.sec03 .cont02 .item_title {
  position: relative;
  padding: 0 0 40px;
  margin: 0 0 20px;
  letter-spacing: 0.07em;
  text-align: center;
}
.sec03 .cont02 .item_image {
  margin: 0 0 20px;
}
.sec03 .cont02 .item_text {
  width: 320px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec03 .cont02 .item:nth-of-type(1) {
  margin: 0 15px 0 0;
}
.sec03 .cont02 .item:nth-of-type(1) .item_title:before {
  content: "mountain style";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "noto serif jp", serif;
  font-size: 30px;
  text-align: center;
}
.sec03 .cont02 .item:nth-of-type(2) {
  margin: 0 15px 0 0;
}
.sec03 .cont02 .item:nth-of-type(2) .item_title:before {
  content: "ocean style";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "noto serif jp", serif;
  font-size: 30px;
  text-align: center;
}
.sec03 .cont02 .item:nth-of-type(3) .item_title:before {
  content: "glamping style";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "noto serif jp", serif;
  font-size: 30px;
  text-align: center;
}
.sec03 .cont03 .cont_head {
  margin: 0 0 50px auto;
}
.sec03 .cont03 .cont_head .absolute {
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
}
.sec03 .cont03 .list {
  width: 990px;
  margin: 0 auto;
}
.sec03 .cont03 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec03 .cont03 .textbox {
  width: 400px;
  margin: 0 auto;
}
.sec03 .cont03 .item_num {
  position: relative;
  width: 350px;
  margin: 0 auto 20px;
  font-family: "noto serif jp", serif;
  font-size: 39px;
  text-align: center;
}
.sec03 .cont03 .item_num:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 130px;
  height: 1px;
  margin: auto 0;
  background: #000;
}
.sec03 .cont03 .item_num:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 130px;
  height: 1px;
  margin: auto 0;
  background: #000;
}
.sec03 .cont03 .item_title {
  margin: 0 0 30px;
  font-family: "noto serif jp";
  font-size: 30px;
  text-align: center;
}
.sec03 .cont03 .item:nth-of-type(1) {
  flex-direction: row-reverse;
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .sec03 .sec_title {
    position: relative;
    padding: 20px 0;
    margin: 0 0 50px;
    text-align: center;
  }
  .sec03 .sec_title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 1px;
    background: #000;
  }
  .sec03 .sec_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 1px;
    background: #000;
  }
  .sec03 .cont {
    padding: 0 0 100px;
  }
  .sec03 .cont_head {
    position: relative;
    width: 95%;
    padding: 2.6vw 0 2.6vw 10.6vw;
    box-sizing: border-box;
    background: #231815;
  }
  .sec03 .cont_head .cont_title {
    width: 84.2vw;
    margin: 0 auto;
    font-family: "noto serif jp", serif;
    font-size: 16px;
    font-size: 4.4vw;
    color: #fff;
  }
  .sec03 .cont_head .cont_title .large {
    font-size: 22px;
    font-size: 5.8vw;
  }
  .sec03 .cont_head .absolute {
    position: absolute;
    width: auto;
    padding: 1.3vw;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #fff;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "noto serif jp", serif;
    font-size: 3.4vw;
    letter-spacing: 0.1em;
  }
  .sec03 .cont_head .absolute .space {
    display: inline-block;
    margin: 0 1.3vw 0 0;
  }
  .sec03 .item_text {
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec03 .cont01 .cont_head {
    margin: 0 0 13.3vw auto;
  }
  .sec03 .cont01 .cont_head .absolute {
    left: auto;
    right: 1.3vw;
    top: auto;
    bottom: -6.6vw;
    transform: none;
  }
  .sec03 .cont01 .cont_body {
    width: 100%;
    padding: 0 5.3vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec03 .cont01 .item_title {
    margin: 0 0 30px;
  }
  .sec03 .cont01 .flex {
    display: block;
  }
  .sec03 .cont01 .item:nth-of-type(1) {
    margin: 0 0 80px;
  }
  .sec03 .cont01 .item:nth-of-type(1) .item_image {
    min-width: auto;
    height: 200px;
    margin: 0 0 20px;
    overflow: hidden;
  }
  .sec03 .cont01 .item:nth-of-type(1) .item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .cont01 .item:nth-of-type(2) {
    margin: 0 0 80px;
  }
  .sec03 .cont01 .item:nth-of-type(2) .flex {
    flex-direction: row-reverse;
  }
  .sec03 .cont01 .item:nth-of-type(2) .item_image {
    min-width: auto;
    height: 200px;
    margin: 0 0 20px;
    overflow: hidden;
  }
  .sec03 .cont01 .item:nth-of-type(2) .item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .cont01 .item:nth-of-type(2) .item_text {
    margin: 0;
  }
  .sec03 .cont01 .item:nth-of-type(3) .item_image {
    min-width: auto;
    height: 200px;
    margin: 0 0 20px;
    overflow: hidden;
  }
  .sec03 .cont01 .item:nth-of-type(3) .item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .cont02 .cont_head {
    margin: 0 0 13.3vw;
    padding: 2.6vw 10.6vw 2.6vw 5.3vw;
  }
  .sec03 .cont02 .cont_head .cont_title {
    width: 84.2vw;
    margin: 0 150px 0 auto;
  }
  .sec03 .cont02 .cont_head .absolute {
    right: 1.3vw;
    top: auto;
    bottom: -6.6vw;
    transform: none;
  }
  .sec03 .cont02 .cont_body {
    padding: 0 5.3vw;
    box-sizing: border-box;
  }
  .sec03 .cont02 .cont_text {
    width: 100%;
    margin: 0 auto 70px;
    line-height: 2;
  }
  .sec03 .cont02 .list {
    display: block;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont02 .item_title {
    position: relative;
    padding: 0 0 35px;
    margin: 0 0 20px;
    letter-spacing: 0.07em;
    text-align: center;
  }
  .sec03 .cont02 .item_image {
    width: 321px;
    max-width: 100%;
    height: 178px;
    margin: 0 auto 20px;
  }
  .sec03 .cont02 .item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .cont02 .item_text {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec03 .cont02 .item:nth-of-type(1) {
    margin: 0 0 50px;
  }
  .sec03 .cont02 .item:nth-of-type(1) .item_title:before {
    content: "mountain style";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "noto serif jp", serif;
    font-size: 26px;
    text-align: center;
  }
  .sec03 .cont02 .item:nth-of-type(2) {
    margin: 0 0 50px;
  }
  .sec03 .cont02 .item:nth-of-type(2) .item_title:before {
    content: "ocean style";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "noto serif jp", serif;
    font-size: 26px;
    text-align: center;
  }
  .sec03 .cont02 .item:nth-of-type(3) .item_title:before {
    content: "glamping style";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "noto serif jp", serif;
    font-size: 26px;
    text-align: center;
  }
  .sec03 .cont03 .cont_head {
    margin: 0 0 13.3vw auto;
  }
  .sec03 .cont03 .cont_head .absolute {
    left: auto;
    right: 1.3vw;
    top: auto;
    bottom: -6.6vw;
    transform: none;
  }
  .sec03 .cont03 .cont_body {
    padding: 0 5.3vw;
    box-sizing: border-box;
  }
  .sec03 .cont03 .list {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont03 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec03 .cont03 .textbox {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont03 .item_num {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    font-family: "noto serif jp", serif;
    font-size: 30px;
    text-align: center;
  }
  .sec03 .cont03 .item_num:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 34vw;
    height: 1px;
    margin: auto 0;
    background: #000;
  }
  .sec03 .cont03 .item_num:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 34vw;
    height: 1px;
    margin: auto 0;
    background: #000;
  }
  .sec03 .cont03 .item_title {
    margin: 0 0 20px;
    font-family: "noto serif jp";
    font-size: 24px;
    text-align: center;
  }
  .sec03 .cont03 .item_image {
    width: 100%;
    height: 250px;
    margin: 0 0 20px;
    overflow: hidden;
  }
  .sec03 .cont03 .item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec03 .cont03 .item:nth-of-type(1) {
    flex-direction: row-reverse;
    margin: 0 0 60px;
  }
}

.sec04 {
  padding: 100px 0 120px;
  background: #f1f0ea;
}
.sec04 .sec_title {
  margin: 0 0 20px;
  font-family: "noto serif jp", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec04 .lead_text {
  margin: 0 0 30px;
  font-family: "noto serif jp", serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.sec04 .lead_text .name {
  display: inline-block;
  padding: 0 20px 0 0;
  vertical-align: sub;
}
.sec04 .lead_text .large {
  font-size: 40px;
  letter-spacing: 0.07em;
  font-weight: 700;
}
.sec04 .sub_title {
  position: relative;
  width: 410px;
  margin: 0 auto 50px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec04 .sub_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto 0;
  background: #000;
}
.sec04 .sub_title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto 0;
  background: #000;
}
.sec04 .sec_image {
  margin: 0 0 50px;
  text-align: center;
}
.sec04 .small_title {
  margin: 0 0 30px;
  font-family: "noto serif jp", serif;
  font-size: 26px;
  text-align: center;
}
.sec04 .sec_text {
  width: 600px;
  margin: 0 auto 50px;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec04 .cont {
  width: 950px;
  padding: 40px 50px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.sec04 .cont_head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}
.sec04 .cont_num {
  min-width: 86px;
  margin: 0 50px 0 0;
}
.sec04 .cont_title {
  font-family: "noto serif jp", serif;
  font-size: 26px;
}
.sec04 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec04 .cont_image {
  min-width: 371px;
  margin: 0 50px 0 0;
}
.sec04 .cont_text {
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec04 .cont01,
.sec04 .cont03 {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 100px 5.5vw 120px;
    box-sizing: border-box;
    background: #f1f0ea;
  }
  .sec04 .sec_title {
    margin: 0 0 20px;
    font-family: "noto serif jp", serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec04 .lead_text {
    margin: 0 0 30px;
    font-family: "noto serif jp", serif;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
  .sec04 .lead_text .name {
    display: inline-block;
    padding: 0 0 20px;
    vertical-align: sub;
  }
  .sec04 .lead_text img {
    padding: 0 10px 0 0;
    width: 180px;
  }
  .sec04 .lead_text .large {
    font-size: 30px;
    letter-spacing: 0.07em;
    font-weight: 700;
  }
  .sec04 .sub_title {
    position: relative;
    width: 320px;
    margin: 0 auto 50px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec04 .sub_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 3px;
    margin: auto 0;
    background: #000;
  }
  .sec04 .sub_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 3px;
    margin: auto 0;
    background: #000;
  }
  .sec04 .sec_image {
    margin: 0 0 50px;
    text-align: center;
  }
  .sec04 .small_title {
    margin: 0 0 30px;
    font-family: "noto serif jp", serif;
    font-size: 18px;
    text-align: center;
  }
  .sec04 .sec_text {
    width: 100%;
    margin: 0 auto 50px;
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec04 .cont {
    width: 100%;
    padding: 20px;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  .sec04 .cont_head {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
  }
  .sec04 .cont_num {
    min-width: auto;
    width: 60px;
    margin: 0 auto 10px;
  }
  .sec04 .cont_title {
    font-family: "noto serif jp", serif;
    font-size: 22px;
    text-align: center;
  }
  .sec04 .flex {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .sec04 .cont_image {
    min-width: 100%;
    height: 220px;
    margin: 0 0 10px;
    overflow: hidden;
  }
  .sec04 .cont_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec04 .cont_text {
    line-height: 2;
    text-align: justify;
    text-justify: distribute;
  }
  .sec04 .cont01,
  .sec04 .cont03 {
    background: #fff;
  }
}

.sec05 {
  padding: 0 0 150px;
  background: #f1f0ea;
}
.sec05 .inner {
  width: 720px;
  margin: 0 auto;
}
.sec05 .sec_title {
  margin: 0 0 30px;
  font-family: "noto serif jp", serif;
  font-size: 35px;
  text-align: center;
}
.sec05 .sec_text {
  width: 500px;
  margin: 0 auto 50px;
  line-height: 2;
  text-align: justify;
  text-justify: distribute;
}
.sec05 .select_type {
  width: 250px;
  margin: 0 auto;
  background: #fff;
}
.sec05 .select_type a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  background: #231815;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
}
.sec05 .select_type a:before {
  content: "▲";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  transform: rotate(90deg);
}
.sec05 .row {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #000;
}
.sec05 form#mailformpro dl dt {
  float: none;
  width: auto;
  clear: none;
  font-size: 18px;
  padding: 0;
  text-align: left;
  border-top: none;
  margin: 0px;
}
.sec05 form#mailformpro .term {
  width: 260px;
  font-size: 18px;
}
.sec05 form#mailformpro dl dd {
  border-top: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.sec05 .time_list {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  margin: 30px 0 0;
}
.sec05 form#mailformpro dl dd ul li {
  margin: 0 20px 20px 0;
  padding: 0px;
  list-style: none;
}
.sec05 form#mailformpro .row01 .time_list {
  margin: 30px 0 0;
}
.sec05 form#mailformpro .row01 .hope_item {
  padding: 30px 0;
}
.sec05 form#mailformpro .row01 .hope_item:nth-of-type(3) {
  padding: 30px 0 0;
}
.sec05 .row01 .hope_item {
  padding: 30px 0 0;
}
.sec05 .row01 .hope {
  display: inline-block;
  padding: 0 20px 0 0;
}
.sec05 .row01 .hope_date {
  height: 34px;
}
.sec05 .row02 .data input,
.sec05 .row03 .data input,
.sec05 .row04 .data input {
  width: 400px;
  height: 34px;
}
.sec05 form#mailformpro dl dd ul li.trigger_item {
  margin: 0 20px 20px 0;
}
.sec05 .row05 .trigger_list {
  display: flex;
  flex-wrap: wrap;
  width: 480px;
}
.sec05 .row05 .trigger_item {
  width: 150px;
}
.sec05 .row06 {
  margin: 0 0 40px;
}
.sec05 .row06 .data textarea {
  width: 400px !important;
  height: 200px !important;
}
.sec05 .g-recaptcha {
  width: 300px;
  margin: 0 auto 20px;
}
.sec05 .warning {
  margin: 0 0 20px;
  text-align: center;
}
.sec05 .confirm_btn {
  width: 150px;
  margin: 0 auto 50px;
  border: 1px solid #000;
}
.sec05 .confirm_btn input {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 15px 0;
  font-size: 16px;
  letter-spacing: 0.2em;
}
.sec05 .confirm_btn input:hover {
  opacity: 0.7;
  transition: 0.4s;
  cursor: pointer;
}
.sec05 .privacy {
  padding: 30px 60px;
  background: rgba(255, 255, 255, 0.51);
}
.sec05 .privacy_title {
  line-height: 2;
}
.sec05 .privacy_text {
  line-height: 2;
}
.sec05 .privacy_text01 {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 0 5.3vw 150px;
    box-sizing: border-box;
    background: #f1f0ea;
  }
  .sec05 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .sec_title {
    margin: 0 0 30px;
    font-family: "noto serif jp", serif;
    font-size: 30px;
    text-align: center;
  }
  .sec05 .sec_text {
    width: 100%;
    margin: 0 auto 50px;
    line-height: 2;
  }
  .sec05 .select_type {
    width: 250px;
    margin: 0 auto;
    background: #fff;
  }
  .sec05 .select_type a {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    background: #231815;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
  }
  .sec05 .select_type a:before {
    content: "▲";
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    transform: rotate(90deg);
  }
  .sec05 .row {
    display: block;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #000;
  }
  .sec05 form#mailformpro dl dt {
    float: none;
    width: auto;
    clear: none;
    font-size: 18px;
    padding: 0;
    text-align: left;
    border-top: none;
    margin: 0px;
  }
  .sec05 form#mailformpro .term {
    width: auto;
    margin: 0 0 10px;
    font-size: 18px;
  }
  .sec05 form#mailformpro .row05 .term {
    margin: 0 0 30px;
  }
  .sec05 form#mailformpro dl dd {
    border-top: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
  .sec05 .time_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 0;
  }
  .sec05 .mfp_element_all {
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec05 form#mailformpro dl dd ul li {
    margin: 0 10px 10px 0;
    padding: 0px;
    list-style: none;
  }
  .sec05 form#mailformpro .row01 .time_list {
    margin: 30px 0 0;
  }
  .sec05 form#mailformpro .row01 .hope_item {
    padding: 30px 0;
  }
  .sec05 form#mailformpro .row01 .hope_item:nth-of-type(3) {
    padding: 30px 0 0;
  }
  .sec05 .row01 .hope_item {
    padding: 30px 0 0;
  }
  .sec05 .row01 .hope {
    display: inline-block;
    padding: 0 20px 0 0;
  }
  .sec05 .row01 .hope_date {
    height: 34px;
  }
  .sec05 .row02 .data input,
  .sec05 .row03 .data input,
  .sec05 .row04 .data input {
    width: 100%;
    height: 34px;
  }
  .sec05 form#mailformpro dl dd ul li.trigger_item {
    margin: 0 10px 20px 0;
  }
  .sec05 .row05 .trigger_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sec05 .row05 .trigger_item {
    width: 150px;
  }
  .sec05 .row06 {
    margin: 0 0 40px;
  }
  .sec05 .row06 .data textarea {
    width: 100% !important;
    height: 200px !important;
  }
  .sec05 .g-recaptcha {
    width: 300px;
    margin: 0 auto 20px;
  }
  .sec05 .warning {
    margin: 0 0 20px;
    text-align: center;
  }
  .sec05 .confirm_btn {
    width: 150px;
    margin: 0 auto 50px;
    border: 1px solid #000;
  }
  .sec05 .confirm_btn input {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px 0;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #000;
  }
  .sec05 .confirm_btn input:hover {
    opacity: 0.7;
    transition: 0.4s;
    cursor: pointer;
  }
  .sec05 .privacy {
    padding: 20px;
    background: rgba(255, 255, 255, 0.51);
  }
  .sec05 .privacy_title {
    line-height: 2;
  }
  .sec05 .privacy_text {
    line-height: 2;
  }
  .sec05 .privacy_text01 {
    margin: 0 0 40px;
  }
}

.sec06 .sec_head {
  width: 100%;
  padding: 70px 0;
  margin: 0 0 50px;
  background: url(../images/kitchen03.jpg) center/cover no-repeat;
}
.sec06 .sec_title {
  position: relative;
  padding: 50px 0;
  font-family: "noto serif jp", serif;
  font-size: 33px;
  text-align: center;
  color: #58370b;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 0px 1px, rgba(255, 255, 255, 0.5) 0px -1px 1px, rgba(255, 255, 255, 0.5) 0px 1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px, rgba(255, 255, 255, 0.5) 1px 1px 1px, rgba(255, 255, 255, 0.5) -1px 1px 1px, rgba(255, 255, 255, 0.5) 1px -1px 1px, rgba(255, 255, 255, 0.5) -1px -1px 1px;
}
.sec06 .sec_title:before {
  content: "ABOUT";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "noto sans jp", sans-serif;
  font-size: 24px;
  text-align: center;
  color: #58370b;
}
.sec06 .sec_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 51px;
  height: 45px;
  margin: 0 auto;
  background: url(../images/logo03.png) center/contain no-repeat;
}
.sec06 .sec_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1024px;
  margin: 0 auto;
}
.sec06 .body_head {
  position: relative;
  width: 460px;
  padding: 40px 0;
  margin: 0 0 50px;
  text-align: center;
}
.sec06 .body_head .head_text01 {
  margin: 0 0 10px;
}
.sec06 .body_head .head_text02 {
  font-family: "noto serif jp", serif;
  font-size: 27px;
}
.sec06 .body_head .head_text02 .large {
  font-size: 43px;
}
.sec06 .body_head .border {
  content: "";
  position: absolute;
  background: #000;
}
.sec06 .body_head .border01 {
  left: 0;
  top: 0;
  width: 140px;
  height: 2px;
}
.sec06 .body_head .border02 {
  left: 0;
  top: 0;
  width: 2px;
  height: 140px;
}
.sec06 .body_head .border03 {
  right: 0;
  bottom: 0;
  width: 140px;
  height: 2px;
}
.sec06 .body_head .border04 {
  right: 0;
  bottom: 0;
  width: 2px;
  height: 140px;
}
.sec06 .cont {
  width: 460px;
  margin: 0 0 50px;
}
.sec06 .cont_num {
  margin: 0 0 20px;
  text-align: center;
}
.sec06 .cont_text {
  font-family: "noto serif jp", serif;
  font-size: 24px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sec06 .sec_head {
    width: 100%;
    padding: 70px 0;
    margin: 0 0 50px;
    background: url(../images/kitchen03.jpg) center/cover no-repeat;
  }
  .sec06 .sec_title {
    position: relative;
    padding: 50px 0;
    font-family: "noto serif jp", serif;
    font-size: 30px;
    text-align: center;
  }
  .sec06 .sec_title:before {
    content: "ABOUT";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: "noto sans jp", sans-serif;
    font-size: 20px;
    text-align: center;
    color: #58370b;
  }
  .sec06 .sec_title:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 51px;
    height: 45px;
    margin: 0 auto;
    background: url(../images/logo03.png) center/contain no-repeat;
  }
  .sec06 .sec_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 5.3vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sec06 .body_head {
    position: relative;
    width: 100%;
    padding: 40px 0;
    margin: 0 0 50px;
    text-align: center;
  }
  .sec06 .body_head .head_text01 {
    width: 80vw;
    margin: 0 auto 2.6vw;
  }
  .sec06 .body_head .head_text01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec06 .body_head .head_text02 {
    font-family: "noto serif jp", serif;
    font-size: 5.8vw;
  }
  .sec06 .body_head .head_text02 .large {
    font-size: 8vw;
  }
  .sec06 .body_head .border {
    content: "";
    position: absolute;
    background: #000;
  }
  .sec06 .body_head .border01 {
    left: 0;
    top: 0;
    width: 26.6vw;
    height: 1px;
  }
  .sec06 .body_head .border02 {
    left: 0;
    top: 0;
    width: 1px;
    height: 26.6vw;
  }
  .sec06 .body_head .border03 {
    right: 0;
    bottom: 0;
    width: 26.6vw;
    height: 1px;
  }
  .sec06 .body_head .border04 {
    right: 0;
    bottom: 0;
    width: 1px;
    height: 26.6vw;
  }
  .sec06 .cont {
    width: 100%;
    margin: 0 0 50px;
  }
  .sec06 .cont_num {
    width: 18.1vw;
    margin: 0 auto 20px;
    text-align: center;
  }
  .sec06 .cont_num img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec06 .cont_text {
    font-family: "noto serif jp", serif;
    font-size: 5.3vw;
    text-align: center;
    line-height: 2;
  }
}

.footer {
  color: #fff;
}
.footer .footer_upper {
  background: #000;
}
.footer .footer_upper .inner {
  width: 1024px;
  padding: 50px 0;
  margin: 0 auto;
}
.footer .footer_upper .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
.footer .footer_upper .info {
  margin: 0 0 0 50px;
}
.footer .footer_upper .logo {
  margin: 0 0 30px;
}
.footer .footer_upper .address .space {
  display: inline-block;
  padding: 0 10px 0 0;
}
.footer .footer_upper .tel a {
  font-size: 25px;
  color: #fff;
}
.footer .footer_upper .tel a .num {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: 38px;
}
.footer .footer_upper .time .space {
  display: inline-block;
  padding: 0 10px 0 0;
}
.footer .footer_upper .map {
  width: 50%;
  height: 320px;
  background: #ccc;
}
.footer .footer_upper .map iframe {
  width: 100%;
  height: 100%;
}
.footer .footer_upper .link_list {
  display: flex;
  justify-content: center;
}
.footer .footer_upper .link_item:nth-of-type(1),
.footer .footer_upper .link_item:nth-of-type(2) {
  margin: 0 20px 0 0;
}
.footer .footer_lower {
  padding: 100px 0;
  height: 680px;
  box-sizing: border-box;
  background: url(../images/night.jpg) center/cover no-repeat;
  text-align: center;
}
.footer .footer_lower .lower_text {
  margin: 0 0 270px;
  font-family: "noto serif jp", serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.footer .footer_lower .lower_text .name {
  display: inline-block;
  padding: 30px 0 0;
}
.footer .copy_right {
  padding: 20px 0;
  background: #000;
  text-align: center;
}
.footer .copy_right .copy {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .footer {
    color: #fff;
  }
  .footer .footer_upper {
    background: #000;
  }
  .footer .footer_upper .inner {
    width: 100%;
    padding: 50px 5.3vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .footer .footer_upper .flex {
    display: block;
    margin: 0 0 50px;
  }
  .footer .footer_upper .info {
    margin: 0 0 50px;
    text-align: center;
  }
  .footer .footer_upper .logo {
    margin: 0 0 30px;
  }
  .footer .footer_upper .address .space {
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .footer .footer_upper .tel a {
    font-size: 25px;
    color: #fff;
  }
  .footer .footer_upper .tel a .num {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 38px;
  }
  .footer .footer_upper .time .space {
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .footer .footer_upper .map {
    width: 100%;
    height: 320px;
    background: #ccc;
  }
  .footer .footer_upper .map iframe {
    width: 100%;
    height: 100%;
  }
  .footer .footer_upper .link_list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .footer_upper .link_item:nth-of-type(1),
  .footer .footer_upper .link_item:nth-of-type(2) {
    margin: 0 15px 30px;
  }
  .footer .footer_lower {
    padding: 50px 0;
    height: 680px;
    box-sizing: border-box;
    background: url(../images/night.jpg) center/cover no-repeat;
    text-align: center;
  }
  .footer .footer_lower .lower_text {
    margin: 0 0 270px;
    font-family: "noto serif jp", serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .footer .footer_lower .lower_text .name {
    display: inline-block;
    padding: 30px 0 0;
  }
  .footer .copy_right {
    padding: 20px 0;
    background: #000;
    text-align: center;
  }
  .footer .copy_right .copy {
    font-size: 16px;
  }
}

.pc_fixed {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 10%;
  width: 66px;
}

.pc_fixed02 {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: calc(10% + 300px);
  width: 70px;
}

/*
.sp_fixed {

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

        position: fixed;
        z-index: 1000;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 66px;
        display: flex;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, .8);
        background: #fff;

        // .tel_cont {
        //     width: 50%;
        //     height: 100%;
        //     background: #fff;
        //     border-right: 1px solid #fff;
        //     box-sizing: border-box;
        //     text-align: center;

        //     a {
        //         display: block;
        //         width: 100%;
        //         height: 100%;
        //         padding: 5px 12px;
        //         box-sizing: border-box;
        //         background: #000;
        //         font-family: "noto serif jp", serif;
        //         color: #fff;
        //     }

        //     .time_text01 {
        //         padding: 5px 0 0;
        //         font-size: 12px;
        //     }

        //     .time_text02 {
        //         font-size: 21px;
        //         font-weight: 500;

        //         img {
        //             padding: 0 5px 0 0;
        //             vertical-align: baseline;
        //         }
        //     }
        // }

        // fixed_areaここから
        .fixed_area {
        position: fixed;
        z-index: 3;
        right: 0;
        top: 120px;

        .reserve_btn {
            background: #fff;
        }

        .web_btn {
            background: #fff;
        }
        }
        // fixed_areaここまで


        .reserve_cont {
            height: 100%;
            width: 100%;
            background: #fff;

            a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                padding: 5px 12px;
                box-sizing: border-box;
                background: #231815;
                font-family: "noto serif jp", serif;
                color: #fff;
            }

            .time_text01 {
                position: relative;
                display: flex;
                justify-content: center;
                max-width: 355px;
                padding: 5px 100px 0 0;
                margin: 0 auto;
                font-size: 16px;

                &:before {
                    content: "";
                    position: absolute;
                    top: 5px;
                    right: 0;
                    width: 100px;
                    height: 43px;
                    background: url(../images/boqpod_photo.png) center /contain no-repeat;
                }

                img {
                    width: 35px;
                    padding: 0 10px 0 0;
                    object-fit: contain;
                }
            }
        }

        .reserve_cont02 {
            height: 100%;
            width: 50%;
            background: #fff;

            a {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                padding: 5px 12px;
                box-sizing: border-box;
                background: #3c4c68;
                font-family: "noto serif jp", serif;
                color: #fff;
            }

            .time_text01 {
                display: flex;
                justify-content: center;
                width: 156px;
                padding: 5px 35px 0 0;
                margin: 0 auto;
                font-size: 15px;

                img {
                    width: 35px;
                    padding: 0 10px 0 0;
                    object-fit: contain;
                }
            }
        }
    }
} */
@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
  }
  .sp_fixed .web_btn {
    width: 50%;
  }
  .sp_fixed .web_btn a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4vw;
    box-sizing: border-box;
    background: #1a1a1a;
    font-size: 3.7vw;
    color: #fff;
  }
  .sp_fixed .web_btn .web_icon {
    width: 8.5vw;
    height: 7.2vw;
    margin-right: 2.7vw;
  }
  .sp_fixed .web_btn .web_icon img {
    width: 100%;
  }
  .sp_fixed .reserve_btn {
    width: 50%;
  }
  .sp_fixed .reserve_btn a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4vw 5.5vw;
    box-sizing: border-box;
    background: #e0ba48;
    font-size: 3.7vw;
  }
  .sp_fixed .reserve_btn .reserve_icon {
    width: 8vw;
    height: 6.6vw;
    margin-right: 2.7vw;
  }
  .sp_fixed .reserve_btn .reserve_icon img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed02 {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    background: #fff;
    text-align: center;
  }
  .sp_fixed02 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    background: #231815;
    font-family: "noto serif jp", serif;
    color: #fff;
  }
  .sp_fixed02 .text01 {
    margin: 0 0 5px;
    font-size: 16px;
  }
  .sp_fixed02 .text02 {
    font-size: 18px;
  }
}

.thanks_header {
  padding: 100px 0;
  text-align: center;
}

.thanks_sec {
  padding: 0 0 200px;
  margin: 0 auto;
}
.thanks_sec .text {
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks_sec {
    padding: 0 5.5vw 200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .thanks_sec .text {
    font-size: 20px;
    line-height: 2.5;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */