@charset "UTF-8";
body {
  color: #A9A9A9;
  font-family: 'Klee One', sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 12px;
  }
}

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

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

.wrapper {
  padding: 0 48px;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    width: 800px;
    margin: 0 auto;
  }
}

.about h1, .about h2 {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 56px 0 40px;
  }
}

.header .header_logo {
  width: 56px;
}

@media screen and (min-width: 768px) {
  .header .header_logo {
    width: 120px;
  }
}

.header .header_logo img {
  width: 1;
}

.header .header_navi {
  display: flex;
}

.header .header_navi li {
  list-style-type: none;
}

.header .header_navi li a {
  display: inline-block;
  height: 8px;
}

@media screen and (min-width: 768px) {
  .header .header_navi li a {
    height: 10px;
  }
}

.header .header_navi li img {
  height: 100%;
  vertical-align: baseline;
}

.header .header_navi li:not(:last-child) {
  margin-right: 28px;
}

@media screen and (min-width: 768px) {
  .header .header_navi li:not(:last-child) {
    margin-right: 40px;
  }
}

.mv {
  margin: 20% 0 64%;
  line-height: 3;
}

@media screen and (min-width: 768px) {
  .mv {
    margin: 4% auto 30%;
  }
}

.mv_img {
  width: 100%;
  margin: 0 0 32%;
}

@media screen and (min-width: 768px) {
  .mv_img {
    margin-bottom: 23%;
  }
}

.mv_img img {
  width: 100%;
}

.mv_txt {
  margin-bottom: 56px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .mv_txt {
    line-height: 3;
  }
}

.mv_txt span {
  display: inline-block;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .info-box {
    margin-bottom: 80px;
  }
}

.info-box .info-box_map img {
  width: 100%;
}

.info-box .info-box_map iframe {
  height: 240px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.3;
}

@media screen and (min-width: 768px) {
  .info-box .info-box_map iframe {
    height: 500px;
  }
}

.info-box .info-box_info {
  margin: 64% 0 40%;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .info-box .info-box_info {
    margin: 30% auto 27%;
  }
}

.info-box .info-box_info .info-box_info--ttl {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 11px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .info-box .info-box_info .info-box_info--ttl {
    font-size: 14px;
  }
}

.info-box .info-box_info .info-box_info--contents:not(:last-child) {
  margin-bottom: 48px;
  line-height: 3;
}

.info-box_map p{
  text-align: right;
}

.info-box_map figure{
  margin-bottom: 12px;
}

.footer {
  text-align: center;
  padding: 40px 0 32px;
}

.footer .fa-instagram {
  font-size: 16px;
  margin-bottom: 40px;
  display: block;
}

@media screen and (min-width: 768px) {
  .footer .fa-instagram {
    margin-bottom: 56px;
  }
}

.footer .footer_navi {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}

@media screen and (min-width: 768px) {
  .footer .footer_navi {
    margin-bottom: 64px;
  }
}

.footer .footer_navi li:not(:last-child) {
  margin-right: 40px;
}

@media screen and (min-width: 768px) {
  .footer .footer_navi li {
    margin-bottom: 10px;
  }
}

.footer .footer_navi li a {
  height: 8px;
  display: inline-block;
}

.footer .footer_navi img {
  height: 100%;
}

.footer small {
  font-size: 10px;
}

.re h2, .re h3, .re h4, .re h5 {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .re h2, .re h3, .re h4, .re h5 {
    font-size: 12px;
  }
}

.re li {
  list-style-type: none;
}

.price_pre {
  padding: 112px 0 400px 0;
  line-height: 3;
}

@media screen and (min-width: 768px) {
  .price_pre {
    padding: 80px 0 182px;
    width: 590px;
    margin: 0 auto;
  }
}

.price_pre .price_pre--ttl {
  margin-bottom: 40px;
  font-weight: inherit;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .price_pre .price_pre--ttl {
    font-size: 12px;
    margin-bottom: 48px;
  }
}

.price_pre .price_pre--txt {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .price_pre .price_pre--txt {
    margin-bottom: 64px;
    line-height: 5;
  }
}

.price_pre .price_pre--attention---box {
  display: flex;
  justify-content: flex-end;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .price_pre .price_pre--attention---box {
    font-size: 12px;
  }
}

.price_pre .price_pre--attention---box .price_pre--attention li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .price_wrapper {
    width: 500px;
    margin: 0 auto;
  }
}

.price h2 {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .price .price_inner {
    padding: 48px 0;
  }
}

.price .price_inner--item---hd {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 12px 14px;
}

@media screen and (min-width: 768px) {
  .price .price_inner--item---hd {
    padding: 24px 16px 12px;
  }
}

.price .price_inner--item---hd span {
  font-size: 12px;
}

.price .price_attention {
  padding: 24px 14px 112px;
}

@media screen and (min-width: 768px) {
  .price .price_attention {
    padding-top: 32px;
  }
}

.price .price_attention p {
  margin-bottom: 14px;
}

.price .price_attention .price_attention--box {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .price .price_attention .price_attention--box {
    font-size: 12px;
  }
}

.price .price_inner--item---accordion {
  display: none;
  margin-bottom: 20px;
}

.price .price_inner--item---part {
  padding: 14px 14px 24px;
}

@media screen and (min-width: 768px) {
  .price .price_inner--item---part {
    padding: 24px 24px 48px;
  }
}

.price .price_inner--item---part .price_inner--item---part----ttl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .price .price_inner--item---part .price_inner--item---part----ttl {
    margin-bottom: 8px;
  }
}

.price .price_inner--item---part .sole-change {
  margin-top: 32px;
}

.price .price_inner--item---part .price_inner--item---part----inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .price .price_inner--item---part .price_inner--item---part----inner {
    padding-top: 24px;
  }
}

.price .price_inner--item---part .price_inner--item---part----inner:last-child {
  padding-bottom: 0;
}

.price .price_inner--item---part .price-box {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .price .price_inner--item---part .price-box span {
    font-size: 12px;
  }
}

.price .price_inner--item---part .price-box .price_inner--item---part----price {
  margin-right: 2px;
}

@media screen and (min-width: 768px) {
  .price .price_inner--item---part .price-box .price_inner--item---part----price {
    font-size: 12px;
  }
}

.price .price_inner--item---part .price-box .price_inner--item---part----price::before {
  content: '¥';
  margin-right: 2px;
}

.price .price_inner--item---part .price-box .from {
  font-size: 12px;
}

.price .price_inner--item---part .price-box .non-from {
  margin-right: 14px;
}

.price .price_inner--item---part .price-box .add_price {
  font-family: fot-klee-pro, sans-serif;
  margin-right: 4px;
}

@media screen and (min-width: 768px) {
  .price .price_inner--item---part .price-box .add_price {
    margin-right: 8px;
  }
}

.price .price_inner--item---part .price_inner--item---part----price,
.price .price_inner--item---part .estimate {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .price .price_inner--item---part .price_inner--item---part----price,
  .price .price_inner--item---part .estimate {
    font-size: 12px;
  }
}

.price .price_inner--item---part .price_inner--item---part----inner-----multiple .price_inner--item---part----name:not(:last-child) {
  padding-bottom: 14px;
}

.ent_img--first {
  background: url(../img/first@2x.jpg);
  background-position: 30%;
}

.ent_img--second {
  background: url(../img/second@2x.jpg);
  background-position: 66%;
}

.ent_img--third {
  background: url(../img/third@2x.jpg);
  position: relative;
  background-position: 63%;
}

.ent_img--forth {
  background: url(../img/forth@2x.jpg);
  position: relative;
  background-position: 19%;
}

.ent_img--fifth {
  background: url(../img/fifth@2x.jpg);
  position: relative;
  background-position: 28%;
}

.ent_img--sixth {
  background: url(../img/sixth@2x.jpg);
  background-position: 50%;
}

.ent_img {
  height: 100vh;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .ent_img--first {
    background-position: 25%;
  }
}

@media screen and (min-width: 960px) {
  .ent_img {
    background-position: inherit;
  }
}

.ent_img a {
  position: absolute;
}

.ent_img img {
  height: 10px;
}

@media screen and (min-width: 768px) {
  .ent_img img {
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .ent_img .ent_txt {
    height: 15px;
  }
}

.ent_img .ent_about {
  right: 14%;
  bottom: 49%;
}

@media screen and (min-width: 768px) {
  .ent_img .ent_about {
    right: 17%;
    bottom: 48%;
  }
}

.ent_img .ent_online-shop {
  left: 7%;
  bottom: 22%;
}

@media screen and (min-width: 768px) {
  .ent_img .ent_online-shop {
    left: 15%;
    bottom: 18%;
  }
}

.ent_img .ent_re {
  right: 11%;
  top: 29%;
}

@media screen and (min-width: 768px) {
  .ent_img .ent_re {
    right: 32%;
    top: 38%;
  }
}

.index {
  height: 100vh;
  position: relative;
}

.video_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.ent_btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  text-align: right;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .ent_btn {
    right: 7%;
    bottom: 7%;
  }
}

.ent_btn a {
  color: #b1dcd2;
}
