@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@700&display=swap");
html {
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

body {
  /*ゴシック系セット*/
  font-family: Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3', Roboto, 'Droid Sans','メイリオ',sans-serif;
  line-height: 1.5;
  color: #0d0015;
  border-top: 1.0rem solid #000;
}

.font-mincho {
  font-family: Georgia,"游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif;
}

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

a {
  color: #1a1a80;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a:visited {
  text-decoration: none;
}

.bg_white {
  background: #fff;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    color: #0d0015;
    text-decoration: none;
  }
}

/* div固定用 */
.clear {
  clear: both;
}

.clear hr {
  display: none;
}

.visible-phone {
  display: inherit;
}

@media (min-width: 768px) {
  .visible-phone {
    display: none;
  }
}

.hidden-phone {
  display: none;
}

@media (min-width: 768px) {
  .hidden-phone {
    display: inherit;
  }
}

.inner {
  width: 91.79688vw;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .inner {
    width: 90vw;
    max-width: 900px;
  }
}

header {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  position: relative;
  padding: 0.5rem 0;
  border-bottom: 2px solid #000;
}

@media (min-width: 768px) {
  header {
    padding: 2em 0 10px;
  }
}

header .kerastase {
  position: absolute;
  right: 0;
  top: -16px;
  max-width: 298px;
}

header .wrap {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media (min-width: 768px) {
  header .wrap {
    padding: 0;
  }
}

header .wrap .site-title h1 {
  padding: 0;
  margin: 0;
  display: block;
  width: auto;
}

header .wrap .site-title h1 img {
  display: block;
  width: auto;
  height: 8.20313vw;
}

@media (min-width: 768px) {
  header .wrap .site-title h1 img {
    width: 21.5vw;
    height: auto;
  }
}

@media (min-width: 1000px) {
  header .wrap .site-title h1 img {
    width: 215px;
  }
}

header .wrap #menu-open {
  width: 6.51042vw;
}

@media (min-width: 768px) {
  header .wrap .site-address p.tel {
    line-height: 1.0;
  }
  header .wrap .site-address p.tel a {
    color: #ff0000;
    font-size: 3.6vw;
  }
}

@media (min-width: 768px) and (min-width: 1000px) {
  header .wrap .site-address p.tel a {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  header .wrap .link {
    width: 31.3vw;
    max-width: 313px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  header .wrap .link a:first-of-type {
    margin-right: 40%;
    margin-bottom: 0.5rem;
  }
}

nav#main-menu {
  all: initial;
  display: none;
  height: 0;
}

nav#main-menu.visible {
  display: block;
  height: auto;
  z-index: 100;
  transition: all 0.5s ease-in-out;
}

nav#main-menu ul {
  all: initial;
}

nav#main-menu ul li {
  all: initial;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000000;
}

nav#main-menu ul li a {
  all: initial;
  display: block;
  color: #0d0015;
  width: 100%;
  padding: 0.5em 1.0em;
  text-align: left;
}

#contents_area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#contents_area #second {
  margin-top: 2.0rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  #contents_area #second {
    margin-top: 4.0rem;
    margin-bottom: 2.5rem;
  }
}

#contents_area #second p {
  line-height: 2.0;
  font-size: 4.16667vw;
}

@media (min-width: 768px) {
  #contents_area #second p {
    font-size: 3.2vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #second p {
    font-size: 32px;
  }
}

#contents_area #second .gallery {
  margin: 2.0rem 0;
}

@media (min-width: 768px) {
  #contents_area #second .gallery {
    display: flex;
    justify-content: space-between;
  }
}

#contents_area #second .gallery img {
  display: block;
  width: 78.64583vw;
  margin: 0 auto 1.0rem;
}

@media (min-width: 768px) {
  #contents_area #second .gallery img {
    width: 32%;
    margin: 0;
  }
}

#contents_area #extra {
  border: 3px double #3b3b3b;
  padding: 1.0em;
  margin: 2.0em auto 3.0em;
}

@media (min-width: 768px) {
  #contents_area #extra {
    margin-bottom: 5.0rem;
  }
}

#contents_area #extra h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #e24747;
  margin: 0 0 10px;
  height: initial;
  text-align: center;
}

#contents_area #extra h3 {
  color: #e24747;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  height: initial;
  text-align: left;
}

#contents_area #extra p {
  padding: 1.0rem;
}

#contents_area #extra ol {
  padding: 0 1.0em;
  margin-bottom: 1.0em;
}

#contents_area #extra ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

#contents_area #extra .notice {
  padding: 1.0em;
  font-size: 0.9em;
  font-weight: bold;
  color: #003b00;
}

#contents_area article {
  width: 100%;
  margin: 0 auto 3.0rem;
}

@media (min-width: 768px) {
  #contents_area article {
    margin-bottom: 5.0rem;
  }
}

#contents_area article h2 {
  background-color: #000000;
  padding: 0.5rem 0;
}

#contents_area article h2 span {
  display: block;
  width: 100%;
  border-top: 2px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 5.46875vw;
}

@media (min-width: 768px) {
  #contents_area article h2 span {
    font-size: 2.9vw;
  }
}

@media (min-width: 1000px) {
  #contents_area article h2 span {
    font-size: 29px;
  }
}

#contents_area article .lead {
  line-height: 2.0;
  margin: 1.5rem auto;
  font-size: 3.64583vw;
}

@media (min-width: 768px) {
  #contents_area article .lead {
    font-size: 1.8vw;
  }
}

@media (min-width: 1000px) {
  #contents_area article .lead {
    font-size: 18px;
  }
}

#contents_area #coupon ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}

@media (min-width: 768px) {
  #contents_area #coupon ul::after {
    content: '';
    width: 32%;
  }
}

#contents_area #coupon ul li {
  width: 49%;
  margin-bottom: 1.0rem;
  background-color: #f5f5f5;
  padding-bottom: 1.0rem;
}

@media (min-width: 768px) {
  #contents_area #coupon ul li {
    width: 32%;
  }
}

#contents_area #coupon ul li figure {
  width: 100%;
  margin: 0;
  padding: 0;
}

#contents_area #coupon ul li figure img {
  display: block;
  margin: 0;
  width: 100%;
}

#contents_area #coupon ul li h3 {
  height: auto;
  background-color: #505050;
  color: #ffffff;
  padding: 0.5rem 0.5rem;
  text-align: left;
}

@media (min-width: 768px) {
  #contents_area #coupon ul li h3 {
    padding: 0.75rem 1.0em;
  }
}

#contents_area #coupon ul li h3 strong {
  display: block;
  font-weight: normal;
  font-size: 3.64583vw;
}

@media (min-width: 768px) {
  #contents_area #coupon ul li h3 strong {
    font-size: 2.4vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #coupon ul li h3 strong {
    font-size: 24px;
  }
}

#contents_area #coupon ul li h3 small {
  display: block;
  font-weight: normal;
  font-size: 2.21354vw;
}

@media (min-width: 768px) {
  #contents_area #coupon ul li h3 small {
    font-size: 1.6vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #coupon ul li h3 small {
    font-size: 16px;
  }
}

#contents_area #coupon ul li p.price {
  text-align: center;
  margin: 1.0rem 0;
  font-weight: bold;
  color: #ff0000;
  font-size: 5.85938vw;
}

@media (min-width: 768px) {
  #contents_area #coupon ul li p.price {
    font-size: 3.8vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #coupon ul li p.price {
    font-size: 38px;
  }
}

#contents_area #coupon ul li p {
  padding: 0 0.5rem;
  font-size: 2.34375vw;
}

@media (min-width: 768px) {
  #contents_area #coupon ul li p {
    padding: 0 1.0rem;
    font-size: 1.2vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #coupon ul li p {
    font-size: 12px;
  }
}

#contents_area #menu h2 {
  position: relative;
}

#contents_area #menu h2 span {
  font-family: 'Cinzel', serif;
  letter-spacing: 0.2em;
}

#contents_area #menu h2 small {
  color: #ff0000;
  position: absolute;
  bottom: 1.0rem;
  right: 1.0rem;
  font-size: 1.2rem;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  #contents_area #menu h2 small {
    font-size: 0.8rem;
    right: 3.0rem;
  }
}

#contents_area #menu .menu_content ul {
  margin: 2.0rem auto;
  list-style: none;
}

@media (min-width: 768px) {
  #contents_area #menu .menu_content ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

#contents_area #menu .menu_content ul li {
  background-color: #f5f5f5;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  #contents_area #menu .menu_content ul li {
    width: 49%;
  }
  #contents_area #menu .menu_content ul li:nth-of-type(2n+1) {
    margin-right: 2%;
  }
}

#contents_area #menu .menu_content ul li h3 {
  background-color: #505050;
  color: #ffffff;
  padding: 1.0rem 1.0rem;
  margin: 0;
  line-height: 1.0;
  text-align: left;
  height: initial;
  font-size: 3.90625vw;
}

@media (min-width: 768px) {
  #contents_area #menu .menu_content ul li h3 {
    font-size: 2vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #menu .menu_content ul li h3 {
    font-size: 20px;
  }
}

#contents_area #menu .menu_content ul li h3 small {
  font-size: 0.7em;
  font-weight: normal;
  padding-left: 1.0rem;
}

#contents_area #menu .menu_content ul li dl {
  padding: 1.0rem;
  overflow: hidden;
  font-size: 2.73438vw;
}

@media (min-width: 768px) {
  #contents_area #menu .menu_content ul li dl {
    font-size: 1.4vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #menu .menu_content ul li dl {
    font-size: 14px;
  }
}

#contents_area #menu .menu_content ul li dl dt {
  clear: both;
  float: left;
  min-width: 50%;
  max-width: 80%;
}

#contents_area #menu .menu_content ul li dl dd {
  float: right;
  min-width: 20%;
  max-width: 50%;
  text-align: right;
}

#contents_area #menu .menu_content ul li dl dd::after {
  clear: both;
  content: '';
  height: 0;
  display: block;
  visibility: hidden;
}

#contents_area #access h2 span {
  font-family: 'Cinzel', serif;
  letter-spacing: 0.2em;
}

#contents_area #access .wrap {
  width: 78.25521vw;
}

@media (min-width: 768px) {
  #contents_area #access .wrap {
    width: 85vw;
    max-width: 850px;
    display: flex;
    justify-content: space-between;
    margin: 4.0rem auto;
  }
}

#contents_area #access .wrap .left {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  #contents_area #access .wrap .left {
    width: 50%;
  }
}

#contents_area #access .wrap .left p.tel {
  text-align: center;
  color: #ff0000;
  font-weight: bold;
  margin: 1.5rem 0 1.0rem;
  font-size: 5.72917vw;
}

@media (min-width: 768px) {
  #contents_area #access .wrap .left p.tel {
    font-size: 3vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #access .wrap .left p.tel {
    font-size: 30px;
  }
}

#contents_area #access .wrap .left p.tel a {
  color: #ff0000;
  font-size: 6.77083vw;
}

@media (min-width: 768px) {
  #contents_area #access .wrap .left p.tel a {
    font-size: 4vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #access .wrap .left p.tel a {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  #contents_area #access .wrap .right {
    width: 42%;
  }
}

#contents_area #access .wrap .right p {
  margin: 0 0 2.0rem;
  font-size: 3.38542vw;
}

@media (min-width: 768px) {
  #contents_area #access .wrap .right p {
    font-size: 1.4vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #access .wrap .right p {
    font-size: 14px;
  }
}

#contents_area #access .wrap .right p.info {
  margin: 0 0 0.5rem;
  font-weight: bold;
  font-size: 3.90625vw;
}

@media (min-width: 768px) {
  #contents_area #access .wrap .right p.info {
    font-size: 2vw;
  }
}

@media (min-width: 1000px) {
  #contents_area #access .wrap .right p.info {
    font-size: 20px;
  }
}

#contents_area #access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  #contents_area #access .map {
    width: 85vw;
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 45%;
  }
}

#contents_area #access .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

footer {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 1.5rem 0;
  font-family: inherit;
  line-height: 1.5;
  font-size: 2.08333vw;
}

@media (min-width: 768px) {
  footer {
    font-size: 1.1vw;
  }
}

@media (min-width: 1000px) {
  footer {
    font-size: 11px;
  }
}

footer a {
  color: #ffffff;
}
