@charset "UTF-8";
/*
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
}
@media (max-width: 576px) {
}

----------------------------------------------------------- */
html {
  font-style: normal;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 1.5;
}

body {
  font-family: "Cinzel", serif;
  font-weight: 600;
  color: #222222;
  background: #fff;
  margin: 0;
  padding: 0;
  height: auto;
  height: 100%;
}

html {
  box-sizing: border-box;
}

*, *:after, *:before {
  box-sizing: inherit;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

p {
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}

h2 {
  font-size: 24px;
  font-weight: 600;
}

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

ul {
  list-style: none;
  padding-inline-start: 0 !important;
}

.wrap {
  overflow: hidden;
}

a {
  text-decoration: none !important;
  color: #222 !important;
}

a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

button:focus {
  outline: none !important;
}

@media (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sm_none {
    display: none !important;
  }
}
/*
ヘッダー
----------------------------------------------------------- */
#header {
  height: 120px;
  position: fixed;
  top: 0;
  transition: all, 0.5s;
}

@media (max-width: 767px) {
  #header {
    height: auto;
  }
}
#header .header-inner {
  margin: 0 auto;
}

#header, #header .header-inner {
  width: 100%;
  z-index: 9;
  background: #fff;
  text-align: center;
}

#header .header-inner h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  font-size: 0;
}

#header .header-inner nav {
  transition: all, 0.5s;
  margin-top: 20px;
}

.clearfix {
  min-height: 1px;
  clear: both;
}

#header .header-inner nav > ul > li {
  display: inline-block;
}

#header .header-inner nav > ul > li a {
  color: #000;
  display: block;
  text-align: center;
  font-family: "Cinzel", serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  margin: 0 38px;
  padding: 12px 0;
}

#header .header-inner nav > ul > li:not(:last-child) a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 767px) {
  #header .header-inner nav {
    display: none;
  }
}
#header .header-inner aside {
  position: absolute;
  top: 40px;
  right: 24px;
  transition: all, 0.5s;
}

.clearfix {
  min-height: 1px;
  clear: both;
}

#header .header-inner aside ul li {
  float: left;
}

.header-inner img {
  width: 160px;
  top: 30px;
  left: 20px;
  position: absolute;
}

@media (max-width: 767px) {
  .header-inner img {
    width: 80px;
    top: 20px;
  }
}
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ".";
}

.button_container {
  position: fixed;
  top: 46px;
  right: 30px;
  height: 31px;
  width: 60px;
  cursor: pointer;
  z-index: 9999;
}

@media (max-width: 767px) {
  .button_container {
    top: 20px;
    right: 20px;
    height: 31px;
    width: 60px;
  }
}
.button_container, .overlay {
  display: block;
}

.button_container span {
  background: #000;
  border: none;
  height: 1px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all, 0.35s ease;
  cursor: pointer;
}

.button_container span {
  background: #000;
  border: none;
  height: 1px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all, 0.35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 10px;
}

.button_container:hover span:nth-of-type(2) {
  width: 20px;
}

.button_container span:nth-of-type(3) {
  top: 20px;
  width: 40px;
}

.button_container:hover span:nth-of-type(3) {
  width: 60px;
}

.button_container.open .top {
  transform: translateY(11px) rotate(45deg);
  background: #fff;
}

.button_container.open .middle {
  opacity: 0;
  background: #000;
}

.button_container.open .bottom {
  transform: translateY(-11px) rotate(-45deg);
  background: #fff;
  width: 60px;
}

@media (max-width: 767px) {
  .button_container.open .top,
.button_container.open .bottom {
    background: #000;
  }
}
.split__nav {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.split__nav .left__nav {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.split__nav.open .left__nav {
  opacity: 1;
  width: 20%;
}

.split__nav nav {
  margin: 0 auto;
  width: 40%;
}

.split__nav nav ul li {
  margin: 20px 0;
  opacity: 0;
  transform: translateY(100px);
}

.split__nav.open .left__nav nav ul li {
  opacity: 1;
  transform: translateY(0);
}

.split__nav nav ul li a {
  color: #222;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 500;
  font-family: "Cinzel", serif;
}

@media (max-width: 767px) {
  .split__nav nav ul li a {
    font-size: 14px;
  }
}
.split__nav.open .right__nav {
  opacity: 1;
  width: 80%;
}

.split__nav .right__nav {
  align-items: center;
  background: #222;
  color: #fff;
  display: flex;
  height: 100%;
  left: 20%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.split__nav .right__nav .inn {
  margin: 0 auto;
  width: 80%;
}

.split__nav .right__nav .inn .list {
  display: flex;
}

.split__nav .right__nav .inn .list > div {
  margin: 20px 0;
  opacity: 0;
  transform: translateY(100px);
  width: 30%;
  height: auto;
}

.split__nav.open .right__nav .list > div,
.split__nav.open .right__nav h3 {
  opacity: 1;
  transform: translateY(0);
}

.split__nav .right__nav .inn .list > div a {
  color: #fff;
}

.split__nav .right__nav .inn .list > div p {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

.split__nav .right__nav .inn .list > div span.tl {
  margin-top: 20px;
}

.split__nav .right__nav .inn .list > div span.bl,
.split__nav .right__nav .inn .list > div span.tl {
  display: block;
  width: 100%;
  height: 1px;
  background: #4d4d4d;
  position: relative;
}

.split__nav .right__nav .inn .list > div span.tl:after,
.split__nav .right__nav .inn .list > div span.tl:before {
  top: 0;
}

.split__nav .right__nav .inn .list > div span.bl:after,
.split__nav .right__nav .inn .list > div span.bl:before {
  top: auto;
  bottom: 0;
}

.split__nav .right__nav .inn .list > div ul {
  padding: 12px 10px;
}

.split__nav .right__nav .inn .list > div ul li a {
  display: block;
  text-align: center;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px 2px;
  letter-spacing: 0;
}

.split__nav .right__nav .inn .list > div ul li:not(:first-child) {
  margin-top: 10px;
}

.split__nav .right__nav .inn .list > div:not(:first-child) {
  margin-left: 5%;
}

.split__nav .right__nav .inn .list > div a figure img {
  display: block;
  width: 100%;
  height: auto;
}

.split__nav .right__nav .inn .list > div a figcaption {
  margin-top: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
  background: url(../img/icon/right-thin.svg) no-repeat 100% 50%;
  background-size: 24px 6px;
}

@media screen and (max-width: 768px) {
  .split__nav.open .left__nav, .split__nav.open .right__nav {
    width: 100%;
  }

  .split__nav .left__nav {
    display: block;
    height: auto;
    position: static;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .split__nav nav {
    margin: 0;
    width: 100%;
    padding: 60px 20px 20px;
  }

  .split__nav nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .split__nav nav ul li {
    width: 44%;
    position: relative;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .split__nav nav ul li:nth-child(2n) {
    margin-left: 12%;
  }

  .split__nav .right__nav {
    display: block;
    height: auto;
    position: static;
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .split__nav .right__nav .inn {
    width: 100%;
    padding: 30px 20px;
  }

  .split__nav .right__nav .inn .list > div {
    margin: 0;
    width: 50%;
  }

  .split__nav .right__nav .inn .list > div p {
    font-size: 10px;
    margin-top: 6px;
    letter-spacing: 0;
  }

  .split__nav .right__nav .inn .list > div:not(:first-child) {
    margin-left: 2%;
  }
}
.hero__inner img {
  margin-top: 120px;
  width: 100%;
}

video {
  width: calc(100% - 105px);
  margin-left: 105px;
  margin-top: 105px;
}

@media (max-width: 767px) {
  .hero__inner img {
    object-position: 100% 100% !important;
  }

  video {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero__inner img {
    margin-top: 60px;
    padding-left: 0;
    height: 350px;
    object-fit: cover;
    object-position: 100% 100% !important;
  }
}
.wrapper {
  height: 100%;
  height: 100vh;
  position: relative;
  width: 100%;
}

video {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  left: 0;
  min-height: 100%;
  min-height: calc(100vh - 60px);
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  top: 0;
  z-index: 1;
  background: #222;
}

#hero {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

#hero .hero__inner {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

#hero .blank__lt {
  left: 0;
}

#hero .blank__lt {
  position: absolute;
  background: #fff;
  z-index: 2;
  top: 0;
  display: flex;
  width: 105px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  #hero .blank__lt {
    width: 0;
  }
}
#hero .swiper-pagination {
  position: absolute;
  z-index: 100;
}

#hero .swiper-pagination-fraction {
  top: 50%;
  left: 30px;
  width: 40px;
  text-align: center;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 767px) {
  #hero .swiper-pagination-fraction {
    display: none;
  }
}
#hero .swiper-pagination-fraction span {
  writing-mode: vertical-rl;
  font-size: 12px;
}

.scroll_box {
  overflow: auto;
  height: 80%;
}

.visi {
  visibility: hidden;
}

/*
TOPコンセプト
----------------------------------------------------------- */
@media (min-width: 768px) {
  .sp_br {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}
.top_concept {
  text-align: center;
  background: #E6E6E6;
}
.top_concept .review {
  display: inline-block;
  margin: 30px 0 44px 0;
}

@media (max-width: 767px) {
  .top_concept .review {
    display: inline-block;
    margin: 32px 0 39px 0;
  }
}
.top_concept h2 {
  font-family: "Cinzel", serif;
  font-weight: 500 !important;
}

h2.main_ttl {
  letter-spacing: 5px;
  margin-bottom: 40px;
}

p.main_text {
  line-height: 1.8;
  font-family: "Cinzel", serif;
  text-align: left;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .top_concept h2 {
    font-size: 18px !important;
  }

  p.main_text {
    font-size: 12px;
    text-align: left;
    margin-bottom: 32px;
  }
}
.concept_txt {
  margin: 16px auto;
  text-align: center;
  display: block;
}

.concept_txt .main_text {
  text-align: left;
  display: inline-block;
  font-size: 18px;
}

.c-button_type-arrow {
  margin-top: 60px;
}

.c-button_type-arrow a {
  width: 235px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 43px;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  border: 1px solid #424141;
  margin: 0 auto;
  font-family: "Cinzel", serif;
  color: #222;
}

.head_btn {
  margin-top: 20px;
}

.head_btn a {
  width: 100%;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  border: 1px solid #fff;
  margin: 0 auto;
  font-family: "Cinzel", serif;
  color: #fff !important;
}

.c-button_type-arrow a:before {
  content: url(../img/arrow.svg);
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  width: 39px;
  padding-right: 10px;
}

/*
TOPブランド
----------------------------------------------------------- */
.top_brand {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #F0F0F0;
}

@media (max-width: 767px) {
  .top_brand {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.box01 {
  position: relative;
  display: block;
  margin: -12.46153% 0 0 35%;
  width: 65%;
  background: #FFF;
  z-index: 3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box01 {
    margin: -40px 0 0 0;
    width: 90%;
  }

  .box02 {
    margin-left: 40px !important;
  }
}
.box01 img {
  text-align: center;
}

.box01 > .vessel {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box01 > .vessel {
    display: block;
    width: auto;
    height: auto;
  }
}
.box01 .main01 {
  padding: 10% 12% 10% 12%;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .box01 .main01 {
    padding: 12.2vw 10vw 12.4vw 10vw;
  }
}
@media screen and (max-width: 767px) {
  .box01 .side01, .box01 .main01 {
    display: block;
  }
}
.main01 img {
  width: 240px;
}

@media (max-width: 767px) {
  .main01 img {
    width: 150px;
  }
}
.brandtext01 {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.tag01 {
  position: absolute;
  top: 50px;
  left: 45px;
  display: block;
  padding-bottom: 144px;
  width: 2em;
  color: #969696;
  font-size: 12px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.tag01 .scrollLine01 {
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: -5px;
  width: 1px;
  height: 30px;
  overflow: hidden;
}

.scrollLine01:before {
  background: #FFF;
  z-index: 10;
  animation: scroll 2.4s infinite normal;
}

.tag01 .scrollLine01::after, .tag01 .scrollLine01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(124, 124, 124, 0.3);
}

.brandtext {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

.brandtext > .lo0101 {
  margin: 0 auto;
}

.brandtext01 {
  display: block;
  font-size: 36px;
  font-family: "Cinzel", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}

.indexTxtMod02 {
  display: block;
  margin-top: 11px;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
}

.iconMod01 {
  display: inline-block;
  padding: 0 9px;
  height: 28px;
  background: #E24D0A;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}

.brandtext02 {
  display: block;
  margin-top: 60px;
  color: #5F5F5F;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .brandtext02 {
    margin-top: 40px;
  }
}
.brandtext02 > .p {
  display: block;
}

@media (max-width: 767px) {
  .brandtext02 > .p {
    font-size: 12px;
    text-align: left;
  }
}
.brandtext02 > .p + .p {
  margin-top: 28px;
}

.box01 .side01 {
  overflow: hidden;
  width: 10vw;
  background: #1C2015;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.box01 .side01::before {
  content: "";
  position: absolute;
  left: -10vw;
  background: #000;
  display: block;
  width: 10vw;
  height: 100%;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .box01 .side01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60px;
    text-indent: 0.1em;
  }
}
.box01 .side01text01 {
  transition: 0.2s cubic-bezier(0.32, 0.95, 0.6, 1);
}

.box01 .side01 .side01text01 {
  display: inline-block;
  font-size: 12px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .box01 .side01 .side01text01 {
    transform: rotate(0);
  }
}
#brandarea .box01 {
  position: relative;
  display: block;
  margin: -21.76923% 0 0 0;
  width: 65%;
  background: #FFF;
  z-index: 3;
}

#brandarea .box01 > .vessel {
  display: flex;
  width: 100%;
}

#brandarea .box01 .main01 {
  padding: 10% 12% 10% 12%;
  flex: 1;
}

@media screen and (max-width: 767px) {
  #brandarea .box01 {
    margin: -40px 0 0 0;
    width: 90%;
  }

  #brandarea .box01 > .vessel {
    display: block;
    width: auto;
    height: auto;
  }

  #brandarea .box01 .main01 {
    padding: 12.2vw 10vw 12.4vw 10vw;
  }

  #brandarea .box01 .side01 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60px;
    text-indent: 0.1em;
  }
}
.brand1, .brand2 {
  padding-bottom: 80px;
}

/*
TOPニュース
----------------------------------------------------------- */
.top_news {
  margin-top: 80px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .top_news {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.top_news h2 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .top_news h2 {
    font-size: 24px;
  }

  .top_news p {
    font-size: 12px;
  }

  .news_thumbnail {
    margin-bottom: 20px;
  }
}
/*
TOPリクルート
----------------------------------------------------------- */
.top_recruit {
  margin-top: 80px;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .top_recruit {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.top_recruit h2 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .top_recruit h2 {
    font-size: 24px;
  }

  .recruit_img img {
    height: 220px;
    object-fit: cover;
    object-position: 0 100%;
  }
}
.recruit_font {
  font-family: "Cinzel", serif;
}

h2.rec_ttl {
  font-size: 32px;
  font-family: "Cinzel", serif;
  font-weight: 300;
}

.recruit_font p {
  font-family: "Cinzel", serif;
  font-weight: 100;
}

/*
404
----------------------------------------------------------- */
.error {
  padding-top: 60px;
}

/*
下層ページ
----------------------------------------------------------- */
.page_head {
  margin-top: 105px;
  background-color: #F0F0F0;
  padding-top: 60px;
  margin-bottom: 80px;
}

/*
サロン一覧
----------------------------------------------------------- */
.salon_list {
  margin-top: 80px;
  margin-bottom: 120px;
}

.salon_list h2 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 10px;
}

@media (max-width: 767px) {
  .salon_list {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .salon_list h2 {
    font-size: 32px;
  }
}
.logo_list {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}

.logo_list img {
  width: 150px;
}

.list {
  margin-bottom: 60px;
}

.list h2 {
  text-align: left;
  font-family: "Cinzel", serif;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold;
}

.list p {
  font-size: 14px;
}

.list a {
  font-size: 15px;
}

.list_border {
  border-bottom: solid 1px #D1D1D1;
  margin-top: 40px;
}

.list_btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_btn a {
  width: 235px;
  height: 45px;
  display: block;
  line-height: 43px;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  border: 1px solid #424141;
  font-family: "Cinzel", serif;
  color: #222;
  text-align: center;
  margin: 0 20px;
}

.list_btn a:before {
  content: url(../img/arrow.svg);
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  width: 39px;
  padding-right: 10px;
}

.list_bt {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .sm-none {
    display: none;
  }

  .list_btn a {
    font-size: 12px;
  }

  .list_btn a:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
/*
スタイル詳細
----------------------------------------------------------- */
@media (min-width: 768px) {
  .col-md-style {
    flex: 0 0 14.2857143%;
    max-width: 14.2857143%;
  }
}
h2.main_ttl {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  h2.main_ttl {
    font-size: 24px;
  }
}

@media (max-width: 376px) {
  h2.main_ttl {
    font-size: 20px;
  }
}

.concept_ttl {
  font-family: "Cinzel", serif;
  font-size: 28px !important;
  text-align: center;
  font-weight: 600 !important;
  letter-spacing: 5px;
  line-height: 1.8;
}

.concept_txt {
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6;
  font-size: 18px;
}

.style_tab {
  margin-top: 40px;
  margin-bottom: 80px;
}

.style_tab a {
  border-right: 1px solid #222222;
  font-family: "Cinzel", serif;
  padding: 5px 0;
}

.style_btn {
  justify-content: center;
  align-items: center;
  color: #222;
  background: #fff;
}

.style_btn:hover {
  transition: all 0.5s;
  background: #222222;
  color: #fff !important;
}

.style_tab a:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .style_tab a:nth-child(3n) {
    border-right: none;
  }
}
.style_area {
  margin-bottom: 120px;
}

.style_area h3 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 60px;
}

.style_single_img img {
  margin-bottom: 40px;
}

.style_single_inner {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .style_single_inner {
    margin-bottom: 20px;
  }
}
h4.sub_ttl {
  font-family: "Cinzel", serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 10px;
}

.style_single_inner p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  padding-bottom: 20px;
}

.style_single_img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: top;
}

.thumbnails img {
  width: 100%;
  height: 60%;
  object-fit: cover;
  object-position: top;
}

.fluid-box {
  width: 100vw;
  background-color: #F0F0F0;
  margin-bottom: 80px;
}

h2.style_ttl {
  font-size: 14px;
  padding-top: 10px;
}

.fluid-box-inner {
  padding-top: 60px;
  padding-bottom: 80px;
}

h2.length_ttl {
  font-family: "Cinzel", serif;
  font-size: 32px;
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 2px;
}

.staff_text h2 {
  font-size: 14px;
  font-family: "Cinzel", serif;
  margin-bottom: 10px;
}

.staff_text h3 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 5px;
}

.staff_text h4 {
  font-size: 15px;
  font-family: "Cinzel", serif;
  font-weight: normal;
}

.type {
  margin-top: -80px;
}

@media (max-width: 767px) {
  .type {
    margin-top: 40px;
  }
}
.type_row {
  display: flex;
  -ms-align-items: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}

h5.type_ttl {
  font-size: 14px;
  padding-bottom: 10px;
  width: 100px;
  text-align: left;
}

.type_row span {
  background: #222;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px;
  width: 90px;
  margin-right: 20px;
  text-align: center;
}

span.type_btn {
  background: #fff !important;
  color: #222 !important;
}

.type_row2 {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.type_row2 img {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .type_row2 img {
    margin-right: 10px;
  }
}
/*
店舗詳細
----------------------------------------------------------- */
.hero__inner {
  position: relative;
}

.hero__inner img {
  max-height: 850px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .hero__inner img {
    max-height: 760px;
    object-position: top;
  }
}
@media (max-width: 1280px) {
  .hero__inner img {
    max-height: 720px;
    object-position: top;
  }
}
.shop_area h3, .map_area h3 {
  text-align: left !important;
  font-size: 18px;
}

.shop_area p, .map_area p {
  text-align: left !important;
  font-size: 16px;
}

.access {
  background: #F0F0F0;
}

.access p {
  padding: 20px 40px;
  font-size: 14px !important;
}

.credit_area {
  display: flex;
}

.credit_area img {
  width: 45px;
  padding: 0 5px;
  height: auto;
}

span.service_text {
  background: #F0F0F0;
  color: #222222;
  padding: 10px 15px;
  text-align: center;
  margin: 0 10px;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .credit_area img {
    width: 40px;
    padding: 0 5px;
    height: auto;
  }

  span.service_text {
    padding: 8px 10px;
    font-size: 10px;
    margin: 0 4px;
  }
}
.original-ul.row {
  margin-left: -25px;
  margin-right: -25px;
}

.original-ul > li {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .original-ul.row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .original-ul > li {
    padding-right: 15px;
    padding-left: 15px;
  }
}
li.shop_border div {
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 10px;
}

.shop_description {
  padding-top: 40px;
}

iframe {
  width: 100% !important;
}

.map_area {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .map_area {
    margin-top: 80px;
  }
}
.reserve-button {
  margin-top: 40px !important;
}

.shop_staff {
  margin-top: 80px;
  margin-bottom: 120px;
  text-align: center;
}

@media (max-width: 767px) {
  .shop_staff {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
.shop_staff h2 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 10px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .shop_staff h2 {
    font-size: 32px;
  }
}
.staff_loop img {
  width: 100%;
  max-height: 270px;
  object-fit: cover;
  object-position: top;
}

.staff_loop h2 {
  text-align: left;
  font-family: "Cinzel", serif;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: normal;
}

.staff_loop h3 {
  text-align: left;
  font-size: 18px;
}

.staff_loop h4 {
  text-align: left;
  font-size: 14px;
  font-family: "Cinzel", serif;
  border-bottom: solid 1px #D1D1D1;
}

.staff_loop p {
  text-align: left;
  font-family: "Cinzel", serif;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1px;
}

/*
メニュー
----------------------------------------------------------- */
.menu-list {
  text-align: left !important;
}

.menu-list h2 {
  font-family: "Cinzel", serif;
  font-size: 24px;
  font-weight: bold !important;
  letter-spacing: 3px;
  padding-bottom: 15px;
  border-bottom: solid 1px #D1D1D1;
}

.menu-list span {
  font-size: 12px;
  padding-left: 20px;
  color: #D1D1D1;
  font-family: "Cinzel", serif;
}

.menu-list p {
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: "Cinzel", serif;
  margin-bottom: 0;
  padding-bottom: 30px;
}

p.sub_menu {
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-top: -25px;
}

.waribiki {
  background-color: #F0F0F0;
}

.waribiki p {
  padding: 20px 40px;
  text-align: center !important;
  font-size: 14px !important;
}

.price-text p {
  line-height: 2;
  font-size: 14px !important;
}

/*
ブログ
----------------------------------------------------------- */
.blog_area {
  margin-top: 80px;
  margin-bottom: 120px;
}

.blog_area h2, h2.blog_ttl {
  font-family: "Cinzel", serif;
  font-size: 24px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 5px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.blog_area p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .blog_area {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .blog_area h2 {
    font-size: 18px;
  }
}
.blog_info {
  display: flex;
  align-items: center;
}

.blog_info p {
  background: #F0F0F0;
  padding: 5px;
  font-size: 12px;
  margin: 0;
}

.blog_info time {
  padding-left: 20px;
}

.next {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.next p {
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
}

.category_area h3 {
  padding-bottom: 20px;
  border-bottom: solid 1px #D1D1D1;
  font-family: "Cinzel", serif;
}

.category_area li {
  margin-bottom: 10px;
  font-family: "Cinzel", serif;
  list-style: none;
}

.category_area a {
  line-height: 2;
}

.blog_archive h2 {
  font-size: 18px;
  margin-top: 5px;
}

.blog_archive img {
  width: 100%;
  min-height: 260px;
  max-height: 260px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .blog_archive img {
    min-height: 120px;
    max-height: 120px;
  }

  .blog_archive h2 {
    font-size: 14px;
  }

  .blog_info {
    font-size: 12px;
  }

  .blog_info p {
    padding: 2px 3px;
  }

  .top_blog img {
    width: 100%;
    min-height: 260px;
    max-height: 260px;
    object-fit: cover;
  }
}
.news_thumbnail img {
  margin-bottom: 10px;
}

/*
会社概要
----------------------------------------------------------- */
table {
  width: 100%;
}

.subpage-table th {
  font-weight: 400;
  text-align: left;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 32px;
  padding-left: 20px;
  white-space: nowrap;
}
.subpage-table td {
  padding-right: 20px;
}

.gray {
  background: #f0f0f0;
}

/*
採用ページ
----------------------------------------------------------- */
#top-company {
  position: relative;
  z-index: 1;
}

#top-project {
  position: relative;
  z-index: 1;
}

#top-about .top-content {
  position: relative;
  margin-bottom: 112px;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.section-left .mini-txt-area {
  left: 0;
}

.mini-txt-area {
  width: 440px;
  padding: 48px;
  background: #fff;
  z-index: 99;
  position: absolute;
  top: 64px;
}

#top-about .top-content .sectionTtl-bg {
  text-align: left;
}

.sectionTtl-bg, .header-entry-btn a, #newsrelease h2, .subnav-ttl, #pageTtl {
  font-weight: normal;
  text-transform: uppercase;
  font-weight: bold;
}

.sectionTtl-bg {
  color: #333;
  font-weight: bold;
  border-top: none;
  text-align: left;
  border: none;
  font-size: 24px;
  margin: 0 0 32px;
  line-height: 1.6;
}

.sectionTtl-bg .miniTtl {
  display: block;
  font-size: 33.3%;
  margin: 24px 0 0;
  letter-spacing: 0.1em;
}

.next-page-link a {
  display: table;
  margin: 32px auto 0;
  text-decoration: none;
  padding: 15px 80px;
  font-size: 108%;
  letter-spacing: 0.1em;
  color: #000;
  text-shadow: none;
  border-radius: 3px;
  color: #fff;
}

.section-left .img-area {
  float: right;
  position: relative;
  margin: 0 -15px 0 0;
  max-width: 840px;
  max-height: 440px;
  object-fit: cover;
}

.top-content {
  margin-top: 60px;
}

.recruit-en img {
  vertical-align: bottom;
}

.clearfix {
  zoom: 1;
}

.section-right .mini-txt-area {
  right: 0;
}

.section-right .img-area {
  float: left;
  position: relative;
  margin: 0 0 0 -15px;
  max-width: 840px;
  max-height: 440px;
  object-fit: cover;
}

@media (max-width: 767px) {
  #top-about .top-content {
    margin-bottom: 40px;
  }

  .mini-txt-area {
    width: 100%;
    position: relative;
    padding: 0;
    top: 0;
    background: transparent;
  }

  .section-left .img-area, .section-right .img-area {
    float: none;
    margin: 16px 0 0;
  }

  .section-pdg img, #blogPostList img {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .mini-txt-area {
    width: 100%;
    position: relative;
    padding: 0;
    top: 0;
    background: transparent;
  }

  .sectionTtl-bg {
    font-size: 20px;
  }
}
.merit {
  padding-bottom: 120px;
}

.merit h2 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 10px;
}

@media (max-width: 767px) {
  .merit {
    padding-bottom: 80px;
  }

  .merit h2 {
    font-size: 32px;
  }
}
.merit h3 {
  padding-top: 60px;
  font-size: 24px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.merit p {
  text-align: center;
}

@media (max-width: 767px) {
  .merit h3 {
    font-size: 20px;
    text-align: left;
  }

  .merit p {
    text-align: left;
  }
}
.merit_area {
  padding-top: 40px;
}

.merit_area h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.merit_area p {
  text-align: left !important;
}

.box_img {
  text-align: center;
  padding: 20px;
}

.merit_area img {
  width: 50%;
}

.merit ul li {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.box {
  position: relative;
}

.merit ul li h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: 800;
  text-align: center;
}

.box-first h5 {
  font-size: 32px !important;
}

.box {
  background: #c7e5fa;
  margin: 0 auto;
  width: 250px;
  height: 250px;
}

@media (min-width: 1200px) {
  .merit ul li h5 {
    font-size: 26px;
  }

  .box {
    width: 270px;
    height: 270px;
  }

  .box-first h5 {
    font-size: 40px !important;
  }
}
.box2 {
  background: #FAE1E7;
}

@media (max-width: 991px) {
  .box {
    width: 190px;
    height: 190px;
  }

  .merit ul li h5 {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .box-first h5 {
    font-size: 32px !important;
  }
}
@media (max-width: 767px) {
  .merit ul li {
    font-size: 16px;
  }

  .box {
    width: 150px;
    height: 150px;
  }

  .merit ul li h5 {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .box-first h5 {
    font-size: 28px !important;
  }
}
.interview {
  padding-top: 80px;
  padding-bottom: 120px;
  background: #F0F0F0;
}

.interview h2 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 10px;
}

@media (max-width: 767px) {
  .interview {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .interview h2 {
    font-size: 32px;
  }
}
.interview img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 1199px) {
  .interview img {
    width: 100%;
    max-height: 290px;
    object-fit: cover;
    object-position: top;
  }
}
.interview_area {
  margin-top: 60px;
}

.staff_text span {
  font-size: 14px;
  font-family: "Cinzel", serif;
  margin-bottom: 20px;
  font-weight: normal;
}

.rec_staff {
  text-align: right !important;
}

.rec_staff h3 {
  text-align: right !important;
}

.rec_staff h2 {
  font-size: 20px;
  font-family: "Cinzel", serif;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
}

.rec_staff p {
  padding-bottom: 20px;
  text-align: left;
  font-size: 16px;
}

.message {
  margin-top: 80px;
  margin-bottom: 120px;
}

.message h2 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 10px;
}

@media (max-width: 767px) {
  .message {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .message h2 {
    font-size: 32px;
  }
}
.message_area {
  padding-top: 60px;
}

.message_area h2 {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 5px;
  font-family: "Cinzel", serif;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .message_area h2 {
    font-size: 20px;
  }
}
.daihyo {
  text-align: right;
}

.recruitment {
  margin-top: 80px;
  margin-bottom: 120px;
}

.recruitment h2 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 10px;
}

@media (max-width: 767px) {
  .recruitment {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .recruitment h2 {
    font-size: 32px;
  }
}
dl.about-wrap {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
}

.about-wrap dt {
  font-weight: 600;
  max-width: 30%;
  font-size: 16px;
  text-align: left;
  flex: 0 0 30%;
  padding: 3rem 0px 2.5rem 3rem;
  border-bottom: 1px solid #cccccc;
}

.about-wrap dd {
  font-weight: 400;
  margin-left: 0px;
  max-width: 70%;
  margin-bottom: 0px;
  font-size: 16px;
  text-align: left;
  flex: 0 0 70%;
  padding: 3rem 0px 2.5rem 3rem;
  border-bottom: 1px solid #cccccc;
}

@media (min-width: 992px) {
  dl.about-wrap {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-wrap dt {
    padding: 3rem 0px 2.5rem 0.5rem;
  }

  .about-wrap dd {
    padding: 3rem 0px 2.5rem 0.5rem;
  }
}
.entry {
  margin-top: 80px;
  margin-bottom: 120px;
}

.entry h2 {
  font-family: "Cinzel", serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 10px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .entry {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .entry h2 {
    font-size: 32px;
  }
}
.entry h3 {
  font-size: 18px;
  margin-bottom: 0;
}

span.kome {
  color: #EF0B0B;
}

input {
  width: 100%;
  border: none;
  background: #f0f0f0;
  padding: 4px 2px;
}

.gender input {
  width: auto;
}

.sourire-age input {
  width: auto;
}

.sourire-years input {
  width: auto;
}

textarea {
  width: 100%;
  border: none;
  background: #f0f0f0;
}

.c-button_type-arrow input {
  width: 235px;
  height: 45px;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  border: 1px solid #424141;
  margin: 0 auto;
  font-family: "Cinzel", serif;
  color: #222;
  background: #fff;
}

.gift h3 {
  font-weight: 800;
  font-size: 22px;
}

@media (max-width: 767px) {
  .entry h3 {
    font-size: 16px;
  }

  .gift h3 {
    font-size: 20px;
    text-align: left;
  }
}
.rec_img img {
  position: relative;
}

.rec_img h2 {
  font-family: "Cinzel", serif;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 10px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-left: 52px;
  margin-top: 52px;
}

@media (max-width: 767px) {
  .rec_img h2 {
    font-size: 40px;
    margin-left: 0;
    margin-top: 30px;
  }
}
/*
フッター
----------------------------------------------------------- */
footer {
  background: #F0F0F0;
  padding-top: 80px;
}

@media (max-width: 767px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .copy {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
footer img {
  width: 120px;
}

.footer_logo {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .footer_logo {
    margin-bottom: 60px;
  }
}
.copy span {
  font-size: 10px;
}

.footer_menu a {
  font-family: "Cinzel", serif;
}

.brand_list a {
  font-size: 12px;
  font-weight: 400;
}

.brand_list_ttl a {
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer_menu a {
    font-size: 14px;
  }

  .brand_list a {
    font-size: 12px;
  }

  .brand_list_ttl a {
    font-size: 12px;
  }
}
@media (min-width: 993px) {
  .lg-max-none {
    display: none;
  }
}
@media (max-width: 992px) {
  .lg-min-none {
    display: none;
  }
}
.logo-area {
  text-align: center;
  margin: 20px 0 10px 0;
}

.logo-area img {
  width: 150px;
}

.top-txt {
  position: absolute;
  right: 20px;
  bottom: 30px;
  color: #fff;
}

.top-txt h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.top-txt p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .top-txt {
    bottom: 10px;
    left: 110px;
  }

  .top-txt p {
    font-size: 12px;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .top-txt {
    bottom: 5px;
    left: 150px;
  }

  .top-txt h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
}
.top_feature {
  margin-top: 80px;
  margin-bottom: 120px;
}

.rsv-area {
  position: relative;
}

.rsv-area img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .rsv-area img {
    height: 200px;
  }
}
.rsv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.rsv-ttl h2 {
  margin-bottom: 0;
  color: #FA9292;
  background: #fff;
  padding: 0 10px;
}

footer {
  background: #fff;
}

.copy {
  background: #AAAAAA;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .button_container {
    display: none;
  }
}
.top_news h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.top_news h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top_news p {
  font-size: 16px;
}

.model h3, .model h4, .model p {
  text-align: center;
}

.info h3 {
  text-align: center;
  padding-bottom: 20px;
}

.ft-top h3 {
  padding-top: 20px;
  font-size: 18px;
}

.sns img {
  width: 80px;
}

p.red {
  color: #ff0000;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.row-eq-height img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.model img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 320px;
  object-position: 50% 0%;
}

.model-sm img {
  object-fit: cover;
  max-height: 230px;
  object-position: 50% 0%;
}

@media (max-width: 767px) {
  .model-sm h3 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
  }

  .model-sm h4 {
    font-size: 16px;
    text-align: left;
  }

  .model-sm p {
    font-size: 12px;
    text-align: left;
  }
}
.fee {
  text-align: center;
  display: block;
}

.fee p {
  text-align: left;
  display: inline-block;
}

@media (max-width: 767px) {
  .sm-style img {
    height: 280px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 575px) {
  .sm-style img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
}
.flow-area img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .flow-area img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}
@media (max-width: 575px) {
  .flow-area img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
}
.rsv_sm {
  position: fixed;
  bottom: 0;
  width: 100%;
  border: solid 1px #707070;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #fff;
}

.rsv_sm img {
  width: 40px;
}

.rsv_sm h2 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .rsv_sm {
    display: none;
  }
}
h3.under_line {
  text-decoration: underline;
}

span.tax {
  font-family: "Roboto", sans-serif !important;
  line-height: 1.5;
}

p.sub_ttl {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  p.sub_ttl {
    font-size: 14px;
  }
}

a.review {
  background: #3597EC;
  padding: 8px 40px;
  border-radius: 25px;
}

.review span {
  color: #fff;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  font-style: italic;
}

@media (max-width: 767px) {
  a.review {
    padding: 8px 20px;
  }

  .review span {
    font-size: 18px;
  }
}
span.under {
  text-decoration: line-through;
  font-family: "Roboto", sans-serif !important;
  line-height: 2;
  font-size: 14px;
  vertical-align: top;
  padding-left: 10px;
}

img.perm-img {
  object-position: 20% 0%!important;
}
.spbr {
  padding-top: 10px!important;
}

 #topstyle::before {
    display: block;
    height: 120px;
    margin-top: -120px;
    content: "";
    visibility: hidden;
}

#about::before {
   display: block;
   height: 120px;
   margin-top: -120px;
   content: "";
   visibility: hidden;
}

#faq::before {
   display: block;
   height: 120px;
   margin-top: -120px;
   content: "";
   visibility: hidden;
}

#flow::before {
   display: block;
   height: 120px;
   margin-top: -120px;
   content: "";
   visibility: hidden;
}

#menu::before {
   display: block;
   height: 120px;
   margin-top: -120px;
   content: "";
   visibility: hidden;
}

#access::before {
   display: block;
   height: 120px;
   margin-top: -120px;
   content: "";
   visibility: hidden;
}
