@charset "UTF-8";
/*!
Theme Name: ash_takasaki
Theme URI: http://www.office-iwakiri.com/
Author: m.iwakiri
Author URI: http://www.office-iwakiri.com/
Description: Description
Version: 1.0.0
Text Domain: ash_takasaki
Tags: custom-background, custom-logo, custom-menu
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Header
# Navigation
# Content
    ## Toppage
    ## Blog
    ## Coupon
    ## Menu
    ## Staff
    ## Hairtyle
    ## Salon List
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
@font-face {
  font-family: 'gilroy-light';
  src: url("inc/Gilroy-Light.otf") format("opentype");
}

@font-face {
  font-family: 'gilroy-exbold';
  src: url("inc/Gilroy-ExtraBold.otf") format("opentype");
}

body {
  visibility: hidden;
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.5;
  color: #221714;
  background: #ffffff;
  letter-spacing: 1px;
}

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

@media (min-width: 1280px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #221714;
  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;
}

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

.font-mincho {
  font-family: "Noto Serif JP", serif;
}

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

ul {
  list-style: 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;
  }
}

.hidden {
  display: none;
}

.inner {
  margin: 0 auto;
  padding: 1.0em;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.mgb20 {
  margin-bottom: 2.0em;
}

.red {
  color: #e4393a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  width: 100%;
  height: 9.41132vw;
  padding: 0.5em 0;
  border-bottom: 2px solid #319acf;
  position: fixed;
  background: #ffffff;
  z-index: 50;
  box-sizing: content-box;
}

@media (min-width: 768px) {
  header {
    height: auto;
  }
}

header h1 {
  width: 16.13348vw;
  margin: 0 auto;
}

header h1 img {
  display: block;
}

header a#menu-open {
  font-size: 8.28646vw;
  position: absolute;
  top: 0.25em;
  left: 0.5em;
  line-height: 1.0;
  color: #221714;
}

@media (min-width: 768px) {
  header .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: table;
  }
  header .inner h1 {
    width: auto;
    display: table-cell;
    vertical-align: middle;
  }
  header .inner h1 img {
    width: auto;
    height: 6.25vw;
    max-height: 80px;
  }
  header .inner p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 1.0em;
  }
  header .inner p a {
    display: block;
    border-radius: 0.25em;
    color: #ffffff;
    text-align: center;
    padding: 0.5em 1.0em;
  }
  header .inner p a img {
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
  }
  header .inner p a span {
    font-size: 1.25vw;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0.5em;
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  header .inner p a span {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  header .inner p.reserve {
    width: 10em;
  }
  header .inner p.reserve a {
    background: #d57aa8;
  }
  header .inner p.tel {
    width: 14em;
  }
  header .inner p.tel a {
    background: #777777;
  }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
nav#pc-navigation {
  max-width: 1280px;
  width: 100%;
  margin: 0.5em auto;
  padding: 0;
  font-family: "gilroy-light", sans-serif;
  color: #d57aa8;
  border-color: #d57aa8;
}

nav#pc-navigation ul {
  display: table;
  width: 100%;
}

nav#pc-navigation ul li {
  display: table-cell;
  padding: 0.5em;
  text-align: center;
}

nav#main-navigation {
  position: fixed;
  top: calc( 9.41132vw + 1.0em);
  left: 0;
  background: #ffffff;
  z-index: 100;
}

nav#main-navigation ul {
  padding: 0 0.5em;
}

nav#main-navigation ul li a {
  display: block;
  padding: 1.0em 0.5em;
  border-bottom: 1px solid #221714;
}

nav#footer-navi {
  position: fixed;
  bottom: 0;
  z-index: 50;
  width: 100%;
  height: 9.82377vw;
}

@media (min-width: 768px) {
  nav#footer-navi {
    position: relative;
    height: auto;
  }
}

nav#footer-navi ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

nav#footer-navi ul li {
  width: 33.333333%;
}

nav#footer-navi ul li a {
  width: 100%;
  height: 9.82377vw;
  padding: 0.5em 0;
  display: block;
  text-align: center;
  background: #bfbfbf;
  color: #ffffff;
}

@media (min-width: 768px) {
  nav#footer-navi ul li a {
    height: auto;
  }
}

nav#footer-navi ul li a img {
  display: inline-block;
  vertical-align: middle;
}

nav#footer-navi ul li a i {
  font-size: 3.75vw;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  nav#footer-navi ul li a i {
    font-size: 1.95313vw;
  }
}

@media (min-width: 1280px) {
  nav#footer-navi ul li a i {
    font-size: 25px;
  }
}

nav#footer-navi ul li a span {
  font-size: 2.96875vw;
  vertical-align: middle;
  display: inline-block;
  padding-left: 0.5em;
}

@media (min-width: 768px) {
  nav#footer-navi ul li a span {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  nav#footer-navi ul li a span {
    font-size: 20px;
  }
}

nav#footer-navi ul li:nth-of-type(1) a {
  background: #737373;
}

nav#footer-navi ul li:nth-of-type(2) a img {
  width: 2.92463vw;
}

@media (min-width: 768px) {
  nav#footer-navi ul li:nth-of-type(2) a img {
    width: auto;
    height: 1.5em;
  }
}

nav#footer-navi ul li:nth-of-type(3) a {
  background: #d57aa8;
}

nav#footer-navi ul li:nth-of-type(3) a img {
  width: 7.12411vw;
}

@media (min-width: 768px) {
  nav#footer-navi ul li:nth-of-type(3) a img {
    width: auto;
    height: 1.5em;
  }
}

.wp-pagenavi {
  text-align: center;
  margin: 0 auto 2.0em;
}

.wp-pagenavi > * {
  padding: 0 0.5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
  padding-top: calc( 9.41132vw + 1.0em);
}

iframe.instagram-media {
  min-width: 320px !important;
}

main.site-main:not(.top) {
  max-width: 1280px;
  margin: 0 auto;
}

main .title h2 img {
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  main .title h2 img {
    margin: 0 auto;
  }
}

main .title h3 {
  padding: 0.25em 0 0.25em 2.0em;
  margin: 0 0 1.5em;
  color: #848484;
  background: #f0f0f0;
  font-size: 3.75vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  main .title h3 {
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  main .title h3 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  main .flex_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    flex-wrap: wrap;
  }
  main .flex_area.two .flex_column {
    width: 46%;
    margin: 0 2%;
  }
}

/*--------------------------------------------------------------
## Toppage
--------------------------------------------------------------*/
#top {
  margin: 3.0em 0;
}

#top img {
  display: block;
  margin: 0 auto;
  width: 31.5625%;
  max-width: 202px;
}

ul#slider, ul#slider-pc {
  width: 96%;
  margin: 0 auto 2.0em;
  position: relative;
}

ul#slider ul.slick-dots, ul#slider-pc ul.slick-dots {
  position: absolute;
  bottom: 1.0em;
  right: 2%;
}

@media (min-width: 768px) {
  ul#slider ul.slick-dots, ul#slider-pc ul.slick-dots {
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  ul#slider ul.slick-dots, ul#slider-pc ul.slick-dots {
    font-size: 24px;
  }
}

ul#slider ul.slick-dots li, ul#slider-pc ul.slick-dots li {
  display: inline-block;
}

ul#slider ul.slick-dots li button, ul#slider-pc ul.slick-dots li button {
  position: relative;
  text-indent: -200vw;
  padding: 0 0.25em;
  width: 1.5em;
}

@media (min-width: 768px) {
  ul#slider ul.slick-dots li button, ul#slider-pc ul.slick-dots li button {
    padding: 0 0.5em;
  }
}

ul#slider ul.slick-dots li button:before, ul#slider-pc ul.slick-dots li button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f111';
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0.25em;
  font-size: 2.96875vw;
  color: #ffffff;
}

@media (min-width: 768px) {
  ul#slider ul.slick-dots li button:before, ul#slider-pc ul.slick-dots li button:before {
    font-size: 1.875vw;
  }
}

ul#slider ul.slick-dots li.slick-active button:before, ul#slider-pc ul.slick-dots li.slick-active button:before {
  color: #d57aa8;
}

#topnavi {
  border-top: 1px solid #319acf;
  border-bottom: 1px solid #319acf;
  margin-bottom: 3.0em;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 2.34375vw;
}

@media (min-width: 768px) {
  #topnavi {
    display: none;
  }
}

#topnavi ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#topnavi ul li {
  width: 10.79865vw;
  margin: 1.5em 1.0em;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#topnavi ul li.info, #topnavi ul li.blog {
  background-image: url("images/btn-info.png");
}

#topnavi ul li.menu {
  background-image: url("images/btn-menu.png");
}

#topnavi ul li.style {
  background-image: url("images/btn-style.png");
}

#topnavi ul li.staff {
  background-image: url("images/btn-staff.png");
}

#topnavi ul li.coupon {
  background-image: url("images/btn-menu.png");
}

#topnavi ul li.reserve {
  background-image: url("images/btn-reserve.png");
}

#topnavi ul li a {
  display: block;
  padding-top: 11.69854vw;
  text-align: center;
  color: #221714;
}

#top-concept h2 {
  font-size: 4.6875vw;
  color: #d57aa8;
  font-family: "gilroy-light", sans-serif;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: normal;
}

@media (min-width: 768px) {
  #top-concept h2 {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  #top-concept h2 {
    font-size: 30px;
  }
}

#top-concept p {
  line-height: 2.0;
  font-size: 2.8125vw;
  width: 94%;
  margin: 0 auto 2.0em;
}

@media (min-width: 768px) {
  #top-concept p {
    font-size: 1.40625vw;
    max-width: 1280px;
  }
}

@media (min-width: 1280px) {
  #top-concept p {
    font-size: 18px;
  }
}

#top-style {
  background: #f5f5f5;
  padding: 2.0em 0 0;
  margin-bottom: 2.0em;
}

#top-style h2 {
  color: #ffffff;
  border: none;
  background-color: #d57aa8;
  font-family: "gilroy-light", sans-serif;
  text-align: center;
  font-weight: normal;
  font-size: 5.15625vw;
  line-height: 1.8;
  margin-bottom: 1.0em;
}

@media (min-width: 768px) {
  #top-style h2 {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  #top-style h2 {
    font-size: 30px;
  }
}

#top-style ul#style-slide {
  width: 100%;
  margin: 0 auto 1.0em;
  position: relative;
}

#top-style ul#style-slide li {
  margin: 0 0.5em;
}

#top-style ul#style-slide li img {
  margin-bottom: 0.5em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-height: 9999px;
  height: auto;
}

#top-style ul#style-slide li > a {
  position: relative;
  overflow: hidden;
  display: block;
  height: calc( (33.333vw - 1.0em) * 1.333);
  margin-bottom: 0.5em;
}

@media (min-width: 1280px) {
  #top-style ul#style-slide li > a {
    width: 300px;
    height: 400px;
    margin: 0 auto 0.5em;
  }
}

#top-style ul#style-slide a.arrow {
  position: absolute;
  display: block;
  top: calc(50% - 0.75em);
  z-index: 20;
  font-size: 4.6875vw;
}

@media (min-width: 768px) {
  #top-style ul#style-slide a.arrow {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  #top-style ul#style-slide a.arrow {
    font-size: 30px;
  }
}

#top-style ul#style-slide a.arrow.prev {
  left: 0;
}

#top-style ul#style-slide a.arrow.next {
  right: 0;
}

#top-style ul#style-slide a.arrow span {
  border-radius: 50%;
  background: #ffffff;
  display: block;
  line-height: 1.5;
  width: 1.5em;
  height: 1.5em;
}

#top-style ul#style-slide a.arrow span i {
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  color: #3d3a39;
}

#top-style h3 {
  border-top: 1px solid #545151;
  border-bottom: 1px solid #545151;
}

#top-style h3 a {
  font-size: 2.96875vw;
  font-family: "gilroy-light", sans-serif;
  text-align: center;
  display: block;
  padding: 0.25em 0;
}

@media (min-width: 768px) {
  #top-style h3 a {
    font-size: 1.48438vw;
  }
}

@media (min-width: 1280px) {
  #top-style h3 a {
    font-size: 19px;
  }
}

#top-style .buttons {
  border-top: 1px solid #319acf;
  border-bottom: 1px solid #319acf;
  background: #ffffff;
  text-align: center;
}

#top-style .buttons a {
  margin: 0.5em 1.0em;
  padding: 0.25em 1.0em;
  background: #bfbfbf;
  color: #ffffff;
  border-radius: 0.5em;
  display: inline-block;
  font-family: "gilroy-light", sans-serif;
}

@media (min-width: 768px) {
  #top-style .buttons a {
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  #top-style .buttons a {
    font-size: 24px;
  }
}

#top-style .buttons a i {
  font-size: 0.8em;
}

#top-style .buttons a.ranking {
  background: #737373;
}

#instagram {
  margin: 2.0em 0;
}

#instagram h2 {
  width: 90%;
  margin: 0 auto 0.25em;
  position: relative;
  text-align: center;
}

#instagram h2:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3d3a39;
}

#instagram h2 span {
  padding: 0 1.0em;
  background: #ffffff;
  z-index: 1;
  position: relative;
  font-family: "Libre Baskerville", serif;
  font-size: 4.53125vw;
  font-weight: normal;
}

@media (min-width: 768px) {
  #instagram h2 span {
    font-size: 2.26563vw;
  }
}

@media (min-width: 1280px) {
  #instagram h2 span {
    font-size: 29px;
  }
}

#instagram h3 {
  text-align: center;
  font-weight: normal;
  margin: 0 0 1.0em;
  font-size: 2.65625vw;
}

@media (min-width: 768px) {
  #instagram h3 {
    font-size: 1.32813vw;
  }
}

@media (min-width: 1280px) {
  #instagram h3 {
    font-size: 17px;
  }
}

#instagram h3 span {
  font-size: 3.28125vw;
  font-family: "Libre Baskerville", serif;
}

@media (min-width: 768px) {
  #instagram h3 span {
    font-size: 1.64063vw;
  }
}

@media (min-width: 1280px) {
  #instagram h3 span {
    font-size: 21px;
  }
}

#instagram iframe {
  margin: 0 0 1.0em;
}

#instagram a.more {
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  background: #999999;
  color: #ffffff;
  border-radius: 0.25em;
  width: 5.0em;
  margin: 0 auto;
  padding: 0.25em 0;
  text-align: center;
}

@media (min-width: 768px) {
  #instagram a.more {
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  #instagram a.more {
    font-size: 24px;
  }
}

#top-staff {
  margin-bottom: 2.0em;
}

#top-staff h2 {
  text-align: center;
  font-size: 4.6875vw;
  color: #d57aa8;
  margin-bottom: 1.0em;
  font-family: "gilroy-light", sans-serif;
  font-weight: normal;
}

@media (min-width: 768px) {
  #top-staff h2 {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  #top-staff h2 {
    font-size: 30px;
  }
}

#top-staff ul#staff-slide {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 1.0em;
  position: relative;
}

#top-staff ul#staff-slide li {
  margin: 0 0.5em;
  text-align: center;
}

#top-staff ul#staff-slide li img {
  height: calc(((100vw / 3) - 1.0em ) * 1.5);
  overflow: hidden;
  margin: 0 auto 0.5em;
}

@media (min-width: 768px) {
  #top-staff ul#staff-slide li img {
    height: calc(((100vw / 4) - 1.0em ) * 1.5);
  }
}

@media (min-width: 1280px) {
  #top-staff ul#staff-slide li img {
    height: calc(((1280px / 4) - 1.0em ) * 1.5);
  }
}

#top-staff ul#staff-slide li p.category {
  font-size: 3.125vw;
  color: #d57aa8;
}

@media (min-width: 768px) {
  #top-staff ul#staff-slide li p.category {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  #top-staff ul#staff-slide li p.category {
    font-size: 20px;
  }
}

#top-staff ul#staff-slide li p.job {
  font-size: 2.03125vw;
}

@media (min-width: 768px) {
  #top-staff ul#staff-slide li p.job {
    font-size: 1.01563vw;
  }
}

@media (min-width: 1280px) {
  #top-staff ul#staff-slide li p.job {
    font-size: 13px;
  }
}

#top-staff ul#staff-slide li p.name {
  font-size: 3.4375vw;
}

@media (min-width: 768px) {
  #top-staff ul#staff-slide li p.name {
    font-size: 1.71875vw;
  }
}

@media (min-width: 1280px) {
  #top-staff ul#staff-slide li p.name {
    font-size: 22px;
  }
}

#top-staff ul#staff-slide a.arrow {
  position: absolute;
  display: block;
  top: 4.5em;
  z-index: 20;
  font-size: 4.6875vw;
}

@media (min-width: 768px) {
  #top-staff ul#staff-slide a.arrow {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  #top-staff ul#staff-slide a.arrow {
    font-size: 30px;
  }
}

#top-staff ul#staff-slide a.arrow.prev {
  left: 0;
}

#top-staff ul#staff-slide a.arrow.next {
  right: 0;
}

#top-staff ul#staff-slide a.arrow span {
  border-radius: 50%;
  background: #ffffff;
  display: block;
  line-height: 1.5;
  width: 1.5em;
  height: 1.5em;
}

#top-staff ul#staff-slide a.arrow span i {
  display: block;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  color: #3d3a39;
}

#top-staff a.more {
  display: block;
  font-family: "gilroy-light", sans-serif;
  background: #999999;
  color: #ffffff;
  border-radius: 0.25em;
  width: 5.0em;
  margin: 0 auto;
  padding: 0.25em 0;
  text-align: center;
}

@media (min-width: 768px) {
  #top-staff a.more {
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  #top-staff a.more {
    font-size: 24px;
  }
}

#top-extra {
  width: 94%;
  border: solid 1px #d70035;
  padding: 1.5em;
  margin: 0 auto 2.0em;
}

@media (min-width: 768px) {
  #top-extra {
    width: 88%;
    max-width: 1024px;
    padding: 2.5em;
  }
}

#top-extra h3 {
  text-align: center;
  margin-bottom: 1.0em;
}

#top-extra p {
  line-height: 2.0;
  margin-bottom: 1.0em;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
@media (min-width: 768px) {
  main.blog .post_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    flex-wrap: wrap;
  }
}

main.blog article {
  width: 94%;
  margin: 0 auto 2.0em;
  display: table;
}

@media (min-width: 768px) {
  main.blog article {
    width: 29.333333%;
    margin: 0 2% 2.0em;
    display: block;
  }
}

main.blog article > a {
  display: table-cell;
  vertical-align: top;
  width: 45.54688vw;
  height: 22.77344vw;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  main.blog article > a {
    display: block;
    width: 100%;
    height: calc(29.333333vw * 0.5);
  }
}

@media (min-width: 1280px) {
  main.blog article > a {
    height: 187.725px;
  }
}

main.blog article > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 9999px;
  height: 100%;
}

main.blog article .text {
  display: table-cell;
  vertical-align: top;
  width: 54.45313vw;
  padding-left: 5.85938vw;
  position: relative;
}

@media (min-width: 768px) {
  main.blog article .text {
    display: block;
    padding-left: 0;
    width: 100%;
  }
}

main.blog article .text h4 {
  font-size: 3.4375vw;
  color: #848484;
}

@media (min-width: 768px) {
  main.blog article .text h4 {
    font-size: 1.71875vw;
  }
}

@media (min-width: 1280px) {
  main.blog article .text h4 {
    font-size: 22px;
  }
}

main.blog article .text h4 a {
  display: inline;
}

main.blog article .text .date {
  position: absolute;
  bottom: 0;
  left: 5.85938vw;
  line-height: 1.0;
  font-size: 2.96875vw;
  color: #bdb000;
  font-family: "gilroy-light", sans-serif;
}

@media (min-width: 768px) {
  main.blog article .text .date {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0.5em;
    font-size: 1.48438vw;
  }
}

@media (min-width: 1280px) {
  main.blog article .text .date {
    font-size: 19px;
  }
}

main.blog #post-head {
  position: relative;
  height: 50vw;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  main.blog #post-head {
    height: 640px;
  }
}

main.blog #post-head.no_img {
  height: auto;
}

main.blog #post-head img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 9999px;
  height: 100%;
}

main.blog #post-head .writer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.0em 0 1.0em 1.5em;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
}

main.blog #post-head .writer.no_img {
  position: relative;
}

main.blog #post-head .writer span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.0;
}

main.blog #post-head .writer span.icon {
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.5em;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 768px) {
  main.blog #post-head .writer span.icon {
    width: 5.0em;
    height: 5.0em;
    margin-right: 1.5em;
  }
}

main.blog #post-head .writer span.icon img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: auto;
}

main.blog #post-head .writer span.name {
  margin-right: 0.5em;
  font-size: 4.375vw;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #4a4a4a;
}

@media (min-width: 768px) {
  main.blog #post-head .writer span.name {
    margin-right: 1.0em;
    font-size: 2.65625vw;
  }
}

@media (min-width: 1280px) {
  main.blog #post-head .writer span.name {
    font-size: 34px;
  }
}

main.blog #post-head .writer span.job {
  color: #858585;
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.blog #post-head .writer span.job {
    font-size: 1.71875vw;
  }
}

@media (min-width: 1280px) {
  main.blog #post-head .writer span.job {
    font-size: 22px;
  }
}

main.blog article.single {
  width: 88%;
  margin: 1.5em auto;
}

@media (min-width: 768px) {
  main.blog article.single {
    margin-bottom: 4.0em;
  }
}

main.blog article.single .title h3 {
  margin-bottom: 0;
}

main.blog article.single h2 {
  font-size: 4.375vw;
  color: #848484;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  main.blog article.single h2 {
    font-size: 2.1875vw;
  }
}

@media (min-width: 1280px) {
  main.blog article.single h2 {
    font-size: 28px;
  }
}

main.blog article.single p.category {
  float: right;
  font-size: 2.65625vw;
}

@media (min-width: 768px) {
  main.blog article.single p.category {
    font-size: 1.32813vw;
  }
}

@media (min-width: 1280px) {
  main.blog article.single p.category {
    font-size: 17px;
  }
}

main.blog article.single p.date {
  font-size: 2.96875vw;
  color: #bdb000;
  font-family: "gilroy-light", sans-serif;
  margin-bottom: 2.0em;
}

@media (min-width: 768px) {
  main.blog article.single p.date {
    font-size: 1.48438vw;
  }
}

@media (min-width: 1280px) {
  main.blog article.single p.date {
    font-size: 19px;
  }
}

main.blog article.single .entry-body {
  clear: both;
}

main.blog article.single .entry-body h2 {
  border-top: solid 1px #5bd393;
  border-bottom: solid 1px #5bd393;
  background: #f5f5f5;
  margin: 1.0em 0;
  padding: 0.5em;
}

main.blog article.single .entry-body h3 {
  font-size: 1.25em;
  margin: 1.0em 0.5em;
  padding: 0.5em 0;
  border-bottom: dashed 1px #5bd393;
}

main.blog article.single .entry-body p {
  margin-bottom: 1.5em;
  padding: 0 1.0em;
}

@media (min-width: 768px) {
  main.blog article.single .entry-body img {
    max-width: 50%;
  }
}

main.blog article.single .entry-body img.aligncenter {
  display: block;
  max-width: 80%;
  margin: 0 auto 1.5em;
}

main.blog .writer {
  margin: 2.0em 0;
}

main.blog .writer h3 {
  text-align: center;
  background: #5bd393;
  font-size: 5vw;
  padding: 0.25em 0;
  color: #ffffff;
  line-height: 1.0;
  font-weight: normal;
  font-family: "gilroy-light", sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  main.blog .writer h3 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.blog .writer h3 {
    font-size: 32px;
  }
}

main.blog .writer .detail {
  width: 88%;
  margin: 1.5em auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  main.blog .writer .detail {
    width: 100%;
  }
}

main.blog .writer .detail img {
  float: left;
  width: 28.67188vw;
}

@media (min-width: 768px) {
  main.blog .writer .detail img {
    width: 30%;
  }
}

main.blog .writer .detail .text {
  padding-left: 33.35938vw;
}

@media (min-width: 768px) {
  main.blog .writer .detail .text {
    padding-left: 34%;
  }
}

main.blog .writer .detail .text h4 a {
  font-size: 5.3125vw;
  margin-bottom: 0.5em;
  color: #4a4a4a;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.0;
}

@media (min-width: 768px) {
  main.blog .writer .detail .text h4 a {
    font-size: 2.1875vw;
  }
}

@media (min-width: 1280px) {
  main.blog .writer .detail .text h4 a {
    font-size: 28px;
  }
}

main.blog .writer .detail .text p.rome {
  font-size: 2.96875vw;
  font-family: "gilroy-light", sans-serif;
  color: #bdb000;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  main.blog .writer .detail .text p.rome {
    font-size: 1.25vw;
  }
}

@media (min-width: 1280px) {
  main.blog .writer .detail .text p.rome {
    font-size: 16px;
  }
}

main.blog .writer .detail .text p.job {
  font-size: 3.125vw;
  margin-bottom: 1.0em;
}

@media (min-width: 768px) {
  main.blog .writer .detail .text p.job {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.blog .writer .detail .text p.job {
    font-size: 18px;
  }
}

main.blog .writer .detail .text .content {
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.blog .writer .detail .text .content {
    font-size: 1.25vw;
  }
}

@media (min-width: 1280px) {
  main.blog .writer .detail .text .content {
    font-size: 16px;
  }
}

main.blog .writer a.button {
  display: block;
  background: #999999;
  color: #ffffff;
  border-radius: 0.25em;
  width: 94%;
  margin: 0 auto;
  padding: 0.25em 0;
  text-align: center;
}

@media (min-width: 768px) {
  main.blog .writer a.button {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.blog .writer a.button {
    font-size: 20px;
  }
}

main.blog .share {
  margin: 0 0 3.0em;
}

main.blog .share h3 {
  text-align: center;
  font-size: 3.125vw;
  font-weight: normal;
  margin: 0 0 1.0em;
}

@media (min-width: 768px) {
  main.blog .share h3 {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.blog .share h3 {
    font-size: 20px;
  }
}

main.blog .share ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

main.blog .share ul li {
  width: 25%;
  margin: 0 1%;
}

main.blog .share ul li a {
  display: block;
  color: #ffffff;
  background: #999999;
  text-align: center;
  font-family: "gilroy-light", sans-serif;
  font-size: 2.96875vw;
  padding: 0.5em 0;
}

@media (min-width: 768px) {
  main.blog .share ul li a {
    font-size: 1.48438vw;
  }
}

@media (min-width: 1280px) {
  main.blog .share ul li a {
    font-size: 19px;
  }
}

main.blog .share ul li.line > a {
  background: #2bbd14;
}

main.blog .share ul li.facebook > a {
  background: #265a94;
}

main.blog .share ul li.twitter > a {
  background: #01aaea;
}

main.blog .relation {
  background: #ffffff;
  padding: 2.0em 0;
  margin-bottom: 2.0em;
}

@media (min-width: 768px) {
  main.blog .relation {
    padding-top: 0;
  }
}

main.blog .relation h3 {
  text-align: center;
  background: #5bd393;
  font-size: 5vw;
  padding: 0.25em 0;
  margin-bottom: 1.0em;
  color: #ffffff;
  line-height: 1.0;
  font-weight: normal;
  font-family: "gilroy-light", sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  main.blog .relation h3 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.blog .relation h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  main.blog .relation article {
    width: 100%;
    margin: 0 0 1.5em;
    overflow: hidden;
  }
  main.blog .relation article > a {
    float: left;
    width: 35%;
  }
  main.blog .relation article .text {
    padding-left: 38%;
  }
}

main.blog .keyword {
  margin-bottom: 2.0em;
}

main.blog .keyword h3 {
  text-align: center;
  background: #5bd393;
  font-size: 5vw;
  padding: 0.25em 0;
  margin-bottom: 1.0em;
  color: #ffffff;
  line-height: 1.0;
  font-weight: normal;
  font-family: "gilroy-light", sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  main.blog .keyword h3 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.blog .keyword h3 {
    font-size: 32px;
  }
}

main.blog .keyword ul {
  width: 88%;
  margin: 0 auto 2.0em;
}

main.blog .keyword ul li {
  display: inline-block;
  padding-right: 2.0em;
}

/*--------------------------------------------------------------
## Coupon
--------------------------------------------------------------*/
main.coupon ul.category {
  width: 94%;
  margin: 0 auto 2.0em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

main.coupon ul.category li {
  width: 32%;
  border: solid 1px #c1c1c1;
}

main.coupon ul.category li a {
  display: block;
  padding: 0.25em;
  color: #6a6a6a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.coupon ul.category li a {
    padding: 0.25em 0.5em;
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.coupon ul.category li a {
    font-size: 18px;
  }
}

.coupon-item {
  background: #ffffff;
  padding: 0 0 1.0em;
  margin-bottom: 1.0em;
}

.coupon-item:nth-of-type(2n) {
  background: #fafafa;
}

@media (min-width: 768px) {
  .coupon-item:nth-of-type(4n+1) {
    background: #ffffff;
  }
  .coupon-item:nth-of-type(4n+2) {
    background: #fafafa;
  }
  .coupon-item:nth-of-type(4n+3) {
    background: #fafafa;
  }
  .coupon-item:nth-of-type(4n) {
    background: #ffffff;
  }
}

.coupon-item p.category {
  text-align: center;
  font-size: 3.125vw;
  color: #ffffff;
  background: #999999;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .coupon-item p.category {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  .coupon-item p.category {
    font-size: 20px;
  }
}

.coupon-item p.category.all {
  background: #999999;
}

.coupon-item p.category.new {
  background: #ffffff;
  border: 1px solid #999999;
  color: #221714;
}

.coupon-item p.category.repeat {
  background: #737373;
}

.coupon-item ul.menus {
  width: 94%;
  margin: 0 auto 0.5em;
}

.coupon-item ul.menus li {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em;
  background: #e4393a;
  color: #ffffff;
  font-size: 3.125vw;
  border-radius: 0.5em;
}

@media (min-width: 768px) {
  .coupon-item ul.menus li {
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  .coupon-item ul.menus li {
    font-size: 14px;
  }
}

.coupon-item h4 {
  font-size: 4.375vw;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  width: 94%;
  margin: 0 auto 0.5em;
  color: #848484;
}

@media (min-width: 768px) {
  .coupon-item h4 {
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  .coupon-item h4 {
    font-size: 24px;
  }
}

.coupon-item a.button {
  display: block;
  background: #999999;
  color: #ffffff;
  border-radius: 0.25em;
  width: 94%;
  margin: 0 auto;
  padding: 0.25em 0;
  text-align: center;
}

@media (min-width: 768px) {
  .coupon-item a.button {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  .coupon-item a.button {
    font-size: 20px;
  }
}

.coupon-item .detail {
  width: 94%;
  margin: 0 auto 1.0em;
}

@media (min-width: 768px) {
  .coupon-item .detail {
    width: 100%;
  }
}

.coupon-item .detail img {
  float: left;
  width: 28.98438vw;
}

@media (min-width: 768px) {
  .coupon-item .detail img {
    width: 30%;
  }
}

.coupon-item .detail > div {
  padding-left: 32.89063vw;
  font-size: 3.4375vw;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .coupon-item .detail > div {
    font-size: 1.0em;
    padding-left: 33%;
  }
}

.coupon-item .detail > div:after {
  content: '';
  visibility: hidden;
  clear: both;
  height: 0;
  display: block;
}

.coupon-item .detail > div.no-image {
  padding-left: 0;
}

/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
main.menu {
  margin-bottom: 2.0em;
}

main.menu .menu-item h3 {
  padding: 0.5em 5%;
  background: #f4f4f4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1.0;
  font-weight: normal;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

main.menu .menu-item h3 .main {
  font-family: "gilroy-light", sans-serif;
  font-size: 6.09375vw;
}

@media (min-width: 768px) {
  main.menu .menu-item h3 .main {
    font-size: 3.04688vw;
  }
}

@media (min-width: 1280px) {
  main.menu .menu-item h3 .main {
    font-size: 39px;
  }
}

main.menu .menu-item h3 .sub {
  font-size: 3.4375vw;
}

@media (min-width: 768px) {
  main.menu .menu-item h3 .sub {
    font-size: 1.71875vw;
  }
}

@media (min-width: 1280px) {
  main.menu .menu-item h3 .sub {
    font-size: 22px;
  }
}

main.menu .menu-item .has-image {
  position: relative;
}

main.menu .menu-item .has-image img {
  display: block;
}

main.menu .menu-item .has-image h3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1.0em 8%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
}

main.menu .menu-item .menu-detail {
  padding: 0.75em 5%;
  border-bottom: 1px solid #aaaaaa;
}

main.menu .menu-item .menu-detail:last-of-type {
  border: none;
}

main.menu .menu-item .menu-detail h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

main.menu .menu-item .menu-detail h4 span.red {
  font-size: 2.8125vw;
}

@media (min-width: 768px) {
  main.menu .menu-item .menu-detail h4 span.red {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.menu .menu-item .menu-detail h4 span.red {
    font-size: 18px;
  }
}

main.menu .menu-item .menu-detail h4 span.price {
  min-width: 6.0em;
  text-align: right;
}

main.menu .menu-item .menu-detail p {
  font-size: 2.8125vw;
}

@media (min-width: 768px) {
  main.menu .menu-item .menu-detail p {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.menu .menu-item .menu-detail p {
    font-size: 18px;
  }
}

main.menu .menu-item .notice {
  padding: 0.75em 5%;
  font-size: 2.34375vw;
}

@media (min-width: 768px) {
  main.menu .menu-item .notice {
    font-size: 1.17188vw;
  }
}

@media (min-width: 1280px) {
  main.menu .menu-item .notice {
    font-size: 15px;
  }
}

main.menu .menu-item .notice p {
  margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
## Staff
--------------------------------------------------------------*/
main.staff {
  margin-bottom: 2.0em;
}

main.staff .staff-list {
  padding-bottom: 1.0em;
  margin-bottom: 2.0em;
  background: #f4f4f4;
}

main.staff .staff-list h3 {
  font-family: "gilroy-light", sans-serif;
  font-size: 6.875vw;
  text-align: center;
  padding: 0.75em 0;
  font-weight: normal;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  main.staff .staff-list h3 {
    font-size: 3.4375vw;
  }
}

@media (min-width: 1280px) {
  main.staff .staff-list h3 {
    font-size: 44px;
  }
}

main.staff .staff-list h3:first-letter {
  color: #bdb000;
}

@media (min-width: 768px) {
  main.staff .staff-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.0em;
  }
}

main.staff .staff-list ul li {
  background: #ffffff;
  width: 100%;
  padding: 0.75em 2.0em;
  margin-bottom: 1.0em;
  display: table;
}

@media (min-width: 768px) {
  main.staff .staff-list ul li {
    width: 23%;
    margin: 0 1.0% 2.0em;
    padding: 1.0em;
    display: block;
  }
}

main.staff .staff-list ul li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  main.staff .staff-list ul li:last-of-type {
    margin-bottom: 2.0em;
  }
}

main.staff .staff-list ul li > a {
  display: table-cell;
  vertical-align: top;
  width: 40.625vw;
  height: 54.14063vw;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  main.staff .staff-list ul li > a {
    display: block;
    width: 100%;
    height: calc( (23vw - 2.0em) * 1.333);
  }
}

@media (min-width: 1280px) {
  main.staff .staff-list ul li > a {
    height: 349px;
  }
}

main.staff .staff-list ul li > a img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-height: 9999px;
  height: auto;
}

main.staff .staff-list ul li .detail {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding-left: 1.0em;
  position: relative;
}

@media (min-width: 768px) {
  main.staff .staff-list ul li .detail {
    display: block;
    padding: 0;
  }
}

main.staff .staff-list ul li .detail h4 {
  color: #4a4a4a;
  font-size: 5.3125vw;
  padding-top: 0.5em;
}

@media (min-width: 768px) {
  main.staff .staff-list ul li .detail h4 {
    font-size: 2.65625vw;
  }
}

@media (min-width: 1280px) {
  main.staff .staff-list ul li .detail h4 {
    font-size: 34px;
  }
}

main.staff .staff-list ul li .detail p.rome {
  color: #bdb000;
  font-family: "gilroy-light", sans-serif;
  font-size: 2.96875vw;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  main.staff .staff-list ul li .detail p.rome {
    font-size: 1.48438vw;
  }
}

@media (min-width: 1280px) {
  main.staff .staff-list ul li .detail p.rome {
    font-size: 19px;
  }
}

main.staff .staff-list ul li .detail p.job {
  color: #858585;
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.staff .staff-list ul li .detail p.job {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.staff .staff-list ul li .detail p.job {
    font-size: 20px;
  }
}

main.staff .staff-list ul li .detail .buttons {
  position: absolute;
  left: 1.0em;
  bottom: 0;
  width: calc(100% - 1.0em);
}

@media (min-width: 768px) {
  main.staff .staff-list ul li .detail .buttons {
    position: relative;
    left: 0;
  }
}

main.staff .staff-list ul li .detail .buttons a {
  display: block;
  width: 100%;
  margin-top: 0.5em;
  padding: 0.25em;
  border-radius: 0.5em;
  background: #bfbfbf;
  color: #ffffff;
  text-align: center;
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.staff .staff-list ul li .detail .buttons a {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.staff .staff-list ul li .detail .buttons a {
    font-size: 20px;
  }
}

main.staff .staff-list ul li .detail .buttons a.detail {
  background: #737373;
}

main.staff .staff-list ul li .detail .buttons a i {
  font-size: 4.6875vw;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  main.staff .staff-list ul li .detail .buttons a i {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  main.staff .staff-list ul li .detail .buttons a i {
    font-size: 30px;
  }
}

main.staff .staff-list ul li .detail .buttons a span {
  display: inline-block;
  vertical-align: middle;
}

main.staff #staff-head {
  position: relative;
}

main.staff #staff-head img {
  display: block;
}

main.staff #staff-head .title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1.5em 0 2.0em;
}

@media (min-width: 768px) {
  main.staff #staff-head .title {
    position: relative;
    top: 0;
  }
}

main.staff #staff-head .title h2 {
  color: #4a4a4a;
  font-size: 5.9375vw;
  padding-top: 0.5em;
}

@media (min-width: 768px) {
  main.staff #staff-head .title h2 {
    font-size: 2.96875vw;
  }
}

@media (min-width: 1280px) {
  main.staff #staff-head .title h2 {
    font-size: 38px;
  }
}

main.staff #staff-head .title p.rome {
  color: #bdb000;
  font-family: "gilroy-light", sans-serif;
  font-size: 2.96875vw;
  margin-bottom: 1.0em;
}

@media (min-width: 768px) {
  main.staff #staff-head .title p.rome {
    font-size: 1.48438vw;
  }
}

@media (min-width: 1280px) {
  main.staff #staff-head .title p.rome {
    font-size: 19px;
  }
}

main.staff #staff-head .title p.job {
  color: #858585;
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.staff #staff-head .title p.job {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.staff #staff-head .title p.job {
    font-size: 20px;
  }
}

main.staff a.button {
  width: 88%;
  display: block;
  margin: 2.0em auto;
  padding: 0.25em;
  border-radius: 0.25em;
  background: #737373;
  color: #ffffff;
  text-align: center;
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.staff a.button {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.staff a.button {
    font-size: 20px;
  }
}

main.staff #staff-detail {
  background: #f8f8f8;
  padding: 1em 6%;
}

@media (min-width: 768px) {
  main.staff #staff-detail {
    margin-top: 3.5em;
  }
}

main.staff #staff-detail h3 {
  color: #7f7f7f;
  font-size: 3.75vw;
  padding: 0 0.5em 0.25em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #cccccc;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  main.staff #staff-detail h3 {
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  main.staff #staff-detail h3 {
    font-size: 24px;
  }
}

main.staff #staff-detail h4 {
  color: #797371;
  font-size: 3.75vw;
  font-weight: normal;
  padding: 0 0.5em 0.25em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #cccccc;
}

@media (min-width: 768px) {
  main.staff #staff-detail h4 {
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  main.staff #staff-detail h4 {
    font-size: 24px;
  }
}

main.staff #staff-detail p {
  font-size: 3.59375vw;
  padding: 0 1.875vw;
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  main.staff #staff-detail p {
    font-size: 1.25vw;
  }
}

@media (min-width: 1280px) {
  main.staff #staff-detail p {
    font-size: 16px;
  }
}

main.staff #staff-detail p.comment-title {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  padding: 0 0.5em;
  margin-bottom: 0.75em;
}

@media (min-width: 768px) {
  main.staff #staff-detail p.comment-title {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.staff #staff-detail p.comment-title {
    font-size: 18px;
  }
}

main.staff #staff-detail p.comment {
  font-size: 3.125vw;
  padding: 0 0.6em;
}

@media (min-width: 768px) {
  main.staff #staff-detail p.comment {
    font-size: 1.25vw;
  }
}

@media (min-width: 1280px) {
  main.staff #staff-detail p.comment {
    font-size: 16px;
  }
}

main.staff #staff-detail2 {
  background: #ffffff;
  padding: 2.0em 0 3.0em;
}

main.staff #staff-detail2 dl {
  width: 88%;
  margin: 0 auto;
}

main.staff #staff-detail2 dl dt {
  float: left;
  color: #7f7f7f;
  padding: 0.5em 0 0 0.5em;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

main.staff #staff-detail2 dl dt.nofloat {
  float: none;
  padding: 0.5em;
}

@media (min-width: 768px) {
  main.staff #staff-detail2 dl dt.nofloat {
    float: left;
    padding: 0.5em 0 0 0.5em;
  }
}

main.staff #staff-detail2 dl dd {
  padding: 0.5em 0.5em 0.5em 12.5em;
  border-bottom: 1px solid #cccccc;
}

main.staff #staff-detail2 dl dd:after {
  content: '';
  visibility: hidden;
  clear: both;
  height: 0;
  display: block;
}

main.staff #staff-detail2 dl dd.nofloat {
  padding: 0 0.5em 0.5em;
}

@media (min-width: 768px) {
  main.staff #staff-detail2 dl dd.nofloat {
    padding: 0.5em 0.5em 0.5em 12.5em;
  }
}

main.staff #instagram {
  margin: 0 0 3.0em;
}

main.staff #instagram h2 {
  text-align: center;
  font-size: 5vw;
  margin-bottom: 0.75em;
  font-weight: normal;
  font-family: "gilroy-light", sans-serif;
}

@media (min-width: 768px) {
  main.staff #instagram h2 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.staff #instagram h2 {
    font-size: 32px;
  }
}

main.staff #instagram iframe {
  margin: 0 0 1.0em;
}

main.staff #instagram a {
  display: block;
  text-align: center;
  color: #6e6e6e;
  font-size: 2.65625vw;
}

@media (min-width: 768px) {
  main.staff #instagram a {
    font-size: 1.32813vw;
  }
}

@media (min-width: 1280px) {
  main.staff #instagram a {
    font-size: 17px;
  }
}

main.staff #instagram a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.0em;
}

main.staff #instagram a span {
  display: inline-block;
  vertical-align: middle;
}

main.staff section {
  margin: 0 0 2.0em;
}

main.staff section h2 {
  text-align: center;
  background: #5bd393;
  font-size: 5vw;
  padding: 0.25em 0;
  margin: 0 0 0.5em;
  color: #ffffff;
  line-height: 1.0;
  font-weight: normal;
  font-family: "gilroy-light", sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  main.staff section h2 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.staff section h2 {
    font-size: 32px;
  }
}

main.staff #style ul.length {
  font-size: 3.125vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 94%;
  margin: 0.5em auto 1.5em;
}

@media (min-width: 768px) {
  main.staff #style ul.length {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.staff #style ul.length {
    font-size: 20px;
  }
}

main.staff #style ul.length li {
  padding: 0 0.5em 0.5em;
}

main.staff #style ul.style {
  width: 94%;
  margin: 0 auto 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media (min-width: 768px) {
  main.staff #style ul.style {
    width: 100%;
  }
}

main.staff #style ul.style li {
  width: 31%;
  margin: 0 1.166666% 1.0em;
}

@media (min-width: 768px) {
  main.staff #style ul.style li {
    width: 23%;
    margin: 0 1% 1.0em;
  }
}

main.staff #style ul.style li a {
  display: block;
  position: relative;
  height: 38.98438vw;
  overflow: hidden;
}

@media (min-width: 1280px) {
  main.staff #style ul.style li a {
    height: 441.585px;
  }
}

main.staff #style ul.style li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 9999px;
  height: 100%;
}

main.staff #style h4 {
  width: 88%;
  margin: 0 auto 1.0em;
  font-size: 3.125vw;
  color: #797371;
}

@media (min-width: 768px) {
  main.staff #style h4 {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.staff #style h4 {
    font-size: 20px;
  }
}

main.staff #style ul.category {
  width: 88%;
  margin: 0 auto 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.staff #style ul.category {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.staff #style ul.category {
    font-size: 20px;
  }
}

main.staff #style ul.category li {
  margin: 0 0.5em 0.5em 0;
  padding: 0.25em 0.5em;
  border: 1px solid #b2b2b2;
  border-radius: 0.25em;
}

main.staff #style ul.category li a {
  color: #797371;
}

main.staff #style p.all {
  text-align: center;
}

main.staff #style p.all a {
  font-size: 3.125vw;
  color: #797371;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  main.staff #style p.all a {
    font-size: 1.71875vw;
  }
}

@media (min-width: 1280px) {
  main.staff #style p.all a {
    font-size: 22px;
  }
}

main.staff #column .post-item {
  width: 88%;
  margin: 2.0em auto;
  display: table;
}

main.staff #column .post-item > a {
  display: table-cell;
  vertical-align: middle;
  width: 42.1875vw;
}

@media (min-width: 768px) {
  main.staff #column .post-item > a {
    width: 45%;
  }
}

main.staff #column .post-item > a img {
  display: block;
}

main.staff #column .post-item > p {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

main.staff #column .post-item > p a {
  font-size: 3.28125vw;
  padding-left: 1.5em;
  display: block;
}

@media (min-width: 768px) {
  main.staff #column .post-item > p a {
    font-size: 1.64063vw;
  }
}

@media (min-width: 1280px) {
  main.staff #column .post-item > p a {
    font-size: 21px;
  }
}

main.staff #column p.all {
  text-align: center;
}

main.staff #column p.all a {
  font-size: 3.125vw;
  color: #797371;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  main.staff #column p.all a {
    font-size: 1.71875vw;
  }
}

@media (min-width: 1280px) {
  main.staff #column p.all a {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
## Hairtyle
--------------------------------------------------------------*/
main.hairstyle {
  margin-bottom: 2.0em;
}

main.hairstyle #style-head {
  padding: 1.0em;
  background: #fafafa;
  color: #6a6a6a;
}

@media (min-width: 768px) {
  main.hairstyle #style-head {
    padding: 2.0em;
  }
}

main.hairstyle #style-head a {
  color: #6a6a6a;
}

main.hairstyle #style-head h3 {
  text-align: center;
  font-weight: normal;
  font-size: 6.09375vw;
  letter-spacing: 0.1em;
  margin: 0 0 1.0em;
  font-family: "gilroy-light", sans-serif;
}

@media (min-width: 768px) {
  main.hairstyle #style-head h3 {
    font-size: 3.04688vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #style-head h3 {
    font-size: 39px;
  }
}

main.hairstyle #style-head h4 {
  border-left: 0.3em solid #6a6a6a;
  padding-left: 0.4em;
  margin-bottom: 1.0em;
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.hairstyle #style-head h4 {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #style-head h4 {
    font-size: 20px;
  }
}

main.hairstyle #style-head ul {
  margin: 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

main.hairstyle #style-head ul.length li {
  width: 25%;
  text-align: center;
  margin-bottom: 1.0em;
}

@media (min-width: 768px) {
  main.hairstyle #style-head ul.length li {
    width: 16.666666%;
  }
}

main.hairstyle #style-head ul.length li a {
  font-size: 3.125vw;
  font-family: "gilroy-light", sans-serif;
}

@media (min-width: 768px) {
  main.hairstyle #style-head ul.length li a {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #style-head ul.length li a {
    font-size: 20px;
  }
}

main.hairstyle #style-head ul.length li a.active {
  font-family: "gilroy-exbold", sans-serif;
}

main.hairstyle #style-head ul.tag li {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.25em 0.5em;
  border: 1px solid #c1c1c1;
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.hairstyle #style-head ul.tag li {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #style-head ul.tag li {
    font-size: 20px;
  }
}

main.hairstyle #style-head form {
  margin: 0.5em;
  font-size: 3.125vw;
  line-height: 1.0;
}

@media (min-width: 768px) {
  main.hairstyle #style-head form {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #style-head form {
    font-size: 20px;
  }
}

main.hairstyle #style-head form input[type="text"] {
  border: 1px solid #c1c1c1;
  height: 1.6em;
  width: 90%;
  margin-right: 1%;
  padding-left: 0.5em;
}

main.hairstyle #style-head form input[type="submit"] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  background: #c1c1c1;
  height: 1.6em;
  width: 7%;
  text-align: center;
}

main.hairstyle .style-list {
  padding-bottom: 2.0em;
}

main.hairstyle .style-list h3 {
  font-weight: normal;
  font-family: "gilroy-light", sans-serif;
  font-size: 6.09375vw;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1.0em 0;
  line-height: 1.0;
}

@media (min-width: 768px) {
  main.hairstyle .style-list h3 {
    font-size: 3.04688vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle .style-list h3 {
    font-size: 39px;
  }
}

main.hairstyle .style-list ul {
  margin-bottom: 1.0em;
  width: 100vw;
  height: 100vw;
  position: relative;
}

@media (min-width: 768px) {
  main.hairstyle .style-list ul {
    width: 46vw;
    height: 46vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle .style-list ul {
    width: 588.8px;
    height: 588.8px;
  }
}

main.hairstyle .style-list ul li {
  position: absolute;
}

main.hairstyle .style-list ul li:first-of-type {
  width: 66vw;
  height: 100vw;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  main.hairstyle .style-list ul li:first-of-type {
    width: 30.36vw;
    height: 46vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle .style-list ul li:first-of-type {
    width: 388.608px;
    height: 588.8px;
  }
}

main.hairstyle .style-list ul li:nth-of-type(2) {
  width: 32.67vw;
  height: 49.5vw;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  main.hairstyle .style-list ul li:nth-of-type(2) {
    width: 15.18vw;
    height: 23.0vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle .style-list ul li:nth-of-type(2) {
    width: 194.304px;
    height: 294.4px;
  }
}

main.hairstyle .style-list ul li:nth-of-type(3) {
  width: 32.67vw;
  height: 49.5vw;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  main.hairstyle .style-list ul li:nth-of-type(3) {
    width: 15.18vw;
    height: 23.0vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle .style-list ul li:nth-of-type(3) {
    width: 194.304px;
    height: 294.4px;
  }
}

main.hairstyle .style-list ul li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

main.hairstyle .style-list ul li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 9999px;
  height: 100%;
}

main.hairstyle .style-list p.all {
  text-align: center;
}

main.hairstyle .style-list p.all a {
  font-size: 3.4375vw;
  color: #555555;
}

@media (min-width: 768px) {
  main.hairstyle .style-list p.all a {
    font-size: 1.71875vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle .style-list p.all a {
    font-size: 22px;
  }
}

main.hairstyle ul#style-slide {
  width: 100%;
}

main.hairstyle ul#style-slide > li {
  width: 100vw;
  height: 152.109vw;
  overflow: hidden;
  position: relative;
}

main.hairstyle ul#style-slide > li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 9999px;
  height: 100%;
}

main.hairstyle ul#style-slide ul.slick-dots {
  position: absolute;
  bottom: 1.0em;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

main.hairstyle ul#style-slide ul.slick-dots li {
  display: inline-block;
}

main.hairstyle ul#style-slide ul.slick-dots li button {
  position: relative;
  text-indent: -200vw;
  padding: 0 0.25em;
  width: 1.5em;
}

main.hairstyle ul#style-slide ul.slick-dots li button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f111';
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0.25em;
  font-size: 2.96875vw;
  color: #848484;
}

@media (min-width: 768px) {
  main.hairstyle ul#style-slide ul.slick-dots li button:before {
    font-size: 1.48438vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle ul#style-slide ul.slick-dots li button:before {
    font-size: 19px;
  }
}

main.hairstyle ul#style-slide ul.slick-dots li.slick-active button:before {
  color: #cfcfcf;
}

main.hairstyle #style-body {
  margin: 1.0em auto;
  width: 88%;
}

@media (min-width: 768px) {
  main.hairstyle #style-body {
    font-size: 1.5625vw;
    line-height: 2.0;
    margin-bottom: 3.0em;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #style-body {
    font-size: 20px;
  }
}

main.hairstyle #style-body h2 {
  font-size: 3.75vw;
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  main.hairstyle #style-body h2 {
    font-size: 2.1875vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #style-body h2 {
    font-size: 28px;
  }
}

main.hairstyle #staff {
  margin: 2.0em 0;
}

@media (min-width: 768px) {
  main.hairstyle #staff {
    margin: 2.0em auto;
    width: 60%;
  }
}

main.hairstyle #staff .detail {
  width: 88%;
  margin: 1.5em auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  main.hairstyle #staff .detail {
    width: 100%;
  }
}

main.hairstyle #staff .detail img {
  float: left;
  width: 28.67188vw;
}

@media (min-width: 768px) {
  main.hairstyle #staff .detail img {
    width: 30%;
  }
}

main.hairstyle #staff .detail .text {
  padding-left: 33.35938vw;
}

@media (min-width: 768px) {
  main.hairstyle #staff .detail .text {
    padding-left: 35%;
  }
}

main.hairstyle #staff .detail .text h4 a {
  font-size: 5.3125vw;
  margin-bottom: 0.5em;
  color: #4a4a4a;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.0;
}

@media (min-width: 768px) {
  main.hairstyle #staff .detail .text h4 a {
    font-size: 2.65625vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #staff .detail .text h4 a {
    font-size: 34px;
  }
}

main.hairstyle #staff .detail .text p.rome {
  font-size: 2.96875vw;
  font-family: "gilroy-light", sans-serif;
  color: #bdb000;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  main.hairstyle #staff .detail .text p.rome {
    font-size: 1.48438vw;
  }
}

@media (min-width: 768px) {
  main.hairstyle #staff .detail .text p.rome {
    font-size: 19px;
  }
}

main.hairstyle #staff .detail .text p.job {
  font-size: 3.125vw;
  margin-bottom: 1.0em;
}

@media (min-width: 768px) {
  main.hairstyle #staff .detail .text p.job {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #staff .detail .text p.job {
    font-size: 20px;
  }
}

main.hairstyle #staff .detail .text .content {
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  main.hairstyle #staff .detail .text .content {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #staff .detail .text .content {
    font-size: 20px;
  }
}

main.hairstyle #staff a.button {
  display: block;
  background: #999999;
  color: #ffffff;
  border-radius: 0.25em;
  width: 94%;
  margin: 0 auto;
  padding: 0.25em 0;
  text-align: center;
}

@media (min-width: 768px) {
  main.hairstyle #staff a.button {
    width: 100%;
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #staff a.button {
    font-size: 20px;
  }
}

main.hairstyle h3.result {
  margin: 1.0em auto;
  width: 88%;
  font-weight: normal;
}

main.hairstyle h3.length {
  font-weight: normal;
  font-family: "gilroy-light", sans-serif;
  font-size: 6.09375vw;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1.0em 0;
  line-height: 1.0;
}

@media (min-width: 768px) {
  main.hairstyle h3.length {
    font-size: 3.04688vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle h3.length {
    font-size: 39px;
  }
}

main.hairstyle #staff-style, main.hairstyle #style-list {
  margin: 0 0 2.0em;
}

main.hairstyle #staff-style h2, main.hairstyle #style-list h2 {
  text-align: center;
  background: #5bd393;
  font-size: 5vw;
  padding: 0.25em 0;
  margin: 0 0 0.5em;
  color: #ffffff;
  line-height: 1.0;
  font-weight: normal;
  font-family: "gilroy-light", sans-serif;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  main.hairstyle #staff-style h2, main.hairstyle #style-list h2 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #staff-style h2, main.hairstyle #style-list h2 {
    font-size: 32px;
  }
}

main.hairstyle #staff-style ul.style, main.hairstyle #style-list ul.style {
  width: 94%;
  margin: 0 auto 0.5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media (min-width: 768px) {
  main.hairstyle #staff-style ul.style, main.hairstyle #style-list ul.style {
    width: 100%;
    margin: 0 0 2.0em;
  }
}

main.hairstyle #staff-style ul.style li, main.hairstyle #style-list ul.style li {
  width: 31%;
  margin: 0 1.166666% 1.0em;
}

@media (min-width: 768px) {
  main.hairstyle #staff-style ul.style li, main.hairstyle #style-list ul.style li {
    width: 21%;
    margin: 0 2% 2.0em;
  }
}

main.hairstyle #staff-style ul.style li a, main.hairstyle #style-list ul.style li a {
  display: block;
  position: relative;
  height: 38.98438vw;
  overflow: hidden;
}

@media (min-width: 768px) {
  main.hairstyle #staff-style ul.style li a, main.hairstyle #style-list ul.style li a {
    height: calc(21vw * 1.333);
  }
}

@media (min-width: 1280px) {
  main.hairstyle #staff-style ul.style li a, main.hairstyle #style-list ul.style li a {
    height: 358.3104px;
  }
}

main.hairstyle #staff-style ul.style li a img, main.hairstyle #style-list ul.style li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 9999px;
  height: 100%;
}

main.hairstyle #staff-style p.all, main.hairstyle #style-list p.all {
  text-align: center;
}

main.hairstyle #staff-style p.all a, main.hairstyle #style-list p.all a {
  font-size: 3.125vw;
  color: #797371;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  main.hairstyle #staff-style p.all a, main.hairstyle #style-list p.all a {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.hairstyle #staff-style p.all a, main.hairstyle #style-list p.all a {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
## Hairtyle Ranking
--------------------------------------------------------------*/
main.ranking {
  margin-bottom: 2.0em;
}

main.ranking #ranking h3.ash {
  font-family: "Crimson Text", serif;
  font-size: 6.25vw;
  color: #000000;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px) {
  main.ranking #ranking h3.ash {
    font-size: 3.125vw;
  }
}

@media (min-width: 1280px) {
  main.ranking #ranking h3.ash {
    font-size: 40px;
  }
}

main.ranking #ranking h2 {
  color: #bea032;
  font-size: 6.875vw;
  text-align: center;
}

@media (min-width: 768px) {
  main.ranking #ranking h2 {
    font-size: 3.4375vw;
  }
}

@media (min-width: 1280px) {
  main.ranking #ranking h2 {
    font-size: 44px;
  }
}

main.ranking #ranking .summary {
  text-align: center;
  font-size: 4.375vw;
  color: #848484;
  font-weight: bold;
}

@media (min-width: 768px) {
  main.ranking #ranking .summary {
    font-size: 2.1875vw;
  }
}

@media (min-width: 1280px) {
  main.ranking #ranking .summary {
    font-size: 28px;
  }
}

main.ranking #ranking ul {
  width: 88%;
  margin: 2.0em auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  main.ranking #ranking ul {
    width: 100%;
    margin-bottom: 3.0em;
  }
}

main.ranking #ranking ul li {
  width: 46%;
  margin: 0 2% 2.0em;
}

@media (min-width: 768px) {
  main.ranking #ranking ul li {
    width: 20%;
    margin: 0 2.5% 3.0em;
  }
}

main.ranking #ranking ul li h3 {
  font-family: "gilroy-light", sans-serif;
  font-weight: normal;
  font-size: 4.375vw;
  color: #d9c98f;
}

@media (min-width: 768px) {
  main.ranking #ranking ul li h3 {
    font-size: 2.03125vw;
  }
}

@media (min-width: 1280px) {
  main.ranking #ranking ul li h3 {
    font-size: 26px;
  }
}

main.ranking #ranking ul li img {
  display: block;
  margin: 0 auto 0.5em;
}

main.ranking #ranking ul li h4 {
  margin-bottom: 1.0em;
}

@media (min-width: 768px) {
  main.ranking #ranking ul li h4 {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.ranking #ranking ul li h4 {
    font-size: 20px;
  }
}

main.ranking #ranking ul li .text {
  font-size: 3.125vw;
  margin-bottom: 1.0em;
}

@media (min-width: 768px) {
  main.ranking #ranking ul li .text {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.ranking #ranking ul li .text {
    font-size: 20px;
  }
}

main.ranking #ranking ul li a.detail {
  display: block;
  width: 100%;
  background: #999999;
  color: #ffffff;
  border-radius: 0.25em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 0.25em 0;
  font-size: 3.4375vw;
}

@media (min-width: 768px) {
  main.ranking #ranking ul li a.detail {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.ranking #ranking ul li a.detail {
    font-size: 20px;
  }
}

main.ranking #ranking ul li:nth-of-type(-n+3) {
  width: 100%;
}

@media (min-width: 768px) {
  main.ranking #ranking ul li:nth-of-type(-n+3) {
    width: 31.333333%;
    margin: 0 1.0% 3.0em;
  }
}

main.ranking #ranking ul li:nth-of-type(-n+3) h3 {
  width: 94%;
  margin: 0 auto 0.25em;
  font-size: 6.25vw;
  background-image: url("images/ico-rank1.png");
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: 24.14063vw auto;
  padding-left: 25.70313vw;
}

@media (min-width: 768px) {
  main.ranking #ranking ul li:nth-of-type(-n+3) h3 {
    font-size: 2.65625vw;
    width: 100%;
    background-size: 3.0em auto;
    padding-left: 3.0em;
  }
}

@media (min-width: 1280px) {
  main.ranking #ranking ul li:nth-of-type(-n+3) h3 {
    font-size: 34px;
  }
}

main.ranking #ranking ul li:nth-of-type(-n+3) img {
  width: 94%;
  margin: 0 auto 1.0em;
}

main.ranking #ranking ul li:nth-of-type(-n+3) a.detail {
  font-size: 4.0625vw;
}

@media (min-width: 768px) {
  main.ranking #ranking ul li:nth-of-type(-n+3) a.detail {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.ranking #ranking ul li:nth-of-type(-n+3) a.detail {
    font-size: 20px;
  }
}

main.ranking #ranking ul li:nth-of-type(1) h3 {
  color: #bea032;
}

main.ranking #ranking ul li:nth-of-type(2) h3 {
  color: #a0a0a0;
  background-image: url("images/ico-rank2.png");
}

main.ranking #ranking ul li:nth-of-type(3) h3 {
  color: #be5332;
  background-image: url("images/ico-rank3.png");
}

/*--------------------------------------------------------------
## Reserve
--------------------------------------------------------------*/
main.reserve {
  margin-bottom: 2.0em;
}

main.reserve ul {
  width: 94%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  main.reserve ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

main.reserve ul li {
  margin-bottom: 1.5em;
  position: relative;
}

@media (min-width: 768px) {
  main.reserve ul li {
    width: 46%;
    margin: 0 2% 3.0em;
  }
}

main.reserve ul li img {
  display: block;
  position: relative;
  width: 15.78125vw;
}

@media (min-width: 768px) {
  main.reserve ul li img {
    width: 9.375vw;
  }
}

@media (min-width: 1280px) {
  main.reserve ul li img {
    width: 120px;
  }
}

main.reserve ul li p {
  position: absolute;
  top: 0;
  left: 19.53125vw;
  width: calc(100% - 19.53125vw);
  line-height: 1.0;
  font-size: 4.375vw;
  font-weight: bold;
}

@media (min-width: 768px) {
  main.reserve ul li p {
    left: 11.71875vw;
    width: calc(100% - 11.71875vw);
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  main.reserve ul li p {
    left: 150px;
    width: calc(100% - 150px);
    font-size: 24px;
  }
}

main.reserve ul li a {
  position: absolute;
  bottom: 0;
  left: 19.53125vw;
  width: calc(100% - 19.53125vw);
  display: block;
  padding: 0.15em 0;
  border-radius: 0.25em;
  background: #999999;
  color: #ffffff;
  text-align: center;
  font-size: 4.0625vw;
  font-family: "Noto Serif JP", serif;
}

@media (min-width: 768px) {
  main.reserve ul li a {
    left: 11.71875vw;
    width: calc(100% - 11.71875vw);
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.reserve ul li a {
    left: 150px;
    width: calc(100% - 150px);
    font-size: 20px;
  }
}

main.reserve p.notice {
  text-align: center;
}

main.reserve a.text {
  display: block;
  text-align: center;
  margin-bottom: 3.0em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
aside#shopdata {
  background: #f5f5f5;
  color: #89776d;
}

aside#shopdata figure.shop-photo {
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
}

aside#shopdata .inner {
  padding: 2.0em 1.0em 1.0em;
}

@media (min-width: 768px) {
  aside#shopdata .inner {
    width: 70%;
    max-width: 1280px;
    margin: 0 auto 4.0em;
    padding: 3.0em 0 3.0em;
  }
}

aside#shopdata ul {
  font-size: 2.96875vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  aside#shopdata ul {
    font-size: 1.48438vw;
  }
}

@media (min-width: 1280px) {
  aside#shopdata ul {
    font-size: 19px;
  }
}

aside#shopdata ul li {
  width: 50%;
}

aside#shopdata ul li img {
  display: block;
}

aside#shopdata ul.card {
  margin-bottom: 2.0em;
}

aside#shopdata ul.card li {
  width: 10.5%;
  margin-right: 0.5%;
}

aside#shopdata h2 {
  font-family: "gilroy-light", sans-serif;
  margin-bottom: 1.5em;
  line-height: 1.0;
  color: #d57aa8;
  font-size: 5vw;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  aside#shopdata h2 {
    font-size: 2.5vw;
  }
}

@media (min-width: 1280px) {
  aside#shopdata h2 {
    font-size: 32px;
  }
}

aside#shopdata h3 {
  font-family: "gilroy-light", sans-serif;
  margin-bottom: 0.5em;
  line-height: 1.0;
  color: #737373;
  font-size: 3.4375vw;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  aside#shopdata h3 {
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  aside#shopdata h3 {
    font-size: 24px;
  }
}

aside#shopdata h4 {
  font-size: 2.96875vw;
}

@media (min-width: 768px) {
  aside#shopdata h4 {
    font-size: 1.48438vw;
  }
}

@media (min-width: 1280px) {
  aside#shopdata h4 {
    font-size: 19px;
  }
}

aside#shopdata p {
  font-size: 2.96875vw;
  margin-bottom: 1.0em;
}

@media (min-width: 768px) {
  aside#shopdata p {
    font-size: 1.48438vw;
  }
}

@media (min-width: 1280px) {
  aside#shopdata p {
    font-size: 19px;
  }
}

aside#shopdata p.address {
  font-size: 3.125vw;
}

@media (min-width: 768px) {
  aside#shopdata p.address {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  aside#shopdata p.address {
    font-size: 20px;
  }
}

aside#shopdata p.notice {
  font-size: 2.1875vw;
}

@media (min-width: 768px) {
  aside#shopdata p.notice {
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  aside#shopdata p.notice {
    font-size: 14px;
  }
}

aside#shopdata .last {
  margin-bottom: 1.0em;
}

aside#shopdata .last ul > li:nth-of-type(2n+1) {
  width: 45%;
}

aside#shopdata .last ul > li:nth-of-type(2n) {
  width: 55%;
}

aside#shopdata a.tel {
  display: block;
  margin-bottom: 1.0em;
  font-size: 5.78125vw;
  font-family: "gilroy-light", sans-serif;
  line-height: 1.0;
  color: #89776d;
}

@media (min-width: 768px) {
  aside#shopdata a.tel {
    font-size: 2.89063vw;
  }
}

@media (min-width: 1280px) {
  aside#shopdata a.tel {
    font-size: 37px;
  }
}

aside#shopdata a.tel span {
  font-size: 4.21875vw;
}

@media (min-width: 768px) {
  aside#shopdata a.tel span {
    font-size: 2.10938vw;
  }
}

@media (min-width: 1280px) {
  aside#shopdata a.tel span {
    font-size: 27px;
  }
}

aside#shopdata a.button {
  display: block;
  width: 80%;
  margin: 0 auto 0.75em;
  padding: 3px;
  background: #999999;
  letter-spacing: 0.1em;
}

aside#shopdata a.button span {
  display: block;
  padding: 0.5em 0;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 2.65625vw;
}

@media (min-width: 768px) {
  aside#shopdata a.button span {
    font-size: 1.32813vw;
  }
}

@media (min-width: 1280px) {
  aside#shopdata a.button span {
    font-size: 17px;
  }
}

aside#shopdata a.button.map {
  background: #bfbfbf;
}

aside#shopdata a.button.reserve {
  background: #d57aa8;
}

aside#information {
  padding: 2.0em 1.5em;
  background: #ffffff;
}

aside#information .inner {
  border: none;
}

aside#information h2 {
  font-size: 5.46875vw;
  line-height: 1.0;
  margin-top: 0;
  margin-bottom: 1.0em;
  position: relative;
}

@media (min-width: 768px) {
  aside#information h2 {
    font-size: 2.73438vw;
  }
}

@media (min-width: 1280px) {
  aside#information h2 {
    font-size: 35px;
  }
}

aside#information h2 span {
  color: #3d3a39;
  background: #ffffff;
  letter-spacing: 0.1em;
  font-family: "gilroy-light", sans-serif;
  text-align: center;
  display: block;
  width: 11.5em;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}

aside#information dl {
  color: #89776d;
  font-size: 2.96875vw;
}

@media (min-width: 768px) {
  aside#information dl {
    font-size: 1.48438vw;
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  aside#information dl {
    font-size: 19px;
  }
}

aside#information dl dt {
  float: left;
  width: 7.0em;
}

@media (min-width: 768px) {
  aside#information dl dt {
    width: 10.0em;
  }
}

aside#information dl dd {
  padding-left: 7.0em;
  margin-bottom: 2.0em;
}

@media (min-width: 768px) {
  aside#information dl dd {
    padding-left: 10.0em;
  }
}

aside#information dl dd:after {
  content: '';
  visibility: hidden;
  clear: both;
  height: 0;
  display: block;
}

aside#information a.more {
  display: block;
  font-family: "gilroy-light", sans-serif;
  background: #999999;
  color: #ffffff;
  border-radius: 0.25em;
  width: 5.0em;
  margin: 0 auto;
  padding: 0.25em 0;
  text-align: center;
}

@media (min-width: 768px) {
  aside#information a.more {
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  aside#information a.more {
    font-size: 24px;
  }
}

.page-top p {
  position: fixed;
  right: 0.5em;
  bottom: 9.82377vw;
  z-index: 300;
}

.move-page-top {
  display: block;
  background-color: #bfbfbf;
  color: #ffffff;
  border-radius: 0.5em;
  padding: 0.5em;
  line-height: 1.0em;
  font-size: 3.75vw;
}

footer {
  background: #f5f5f5;
  padding-bottom: 9.82377vw;
}

@media (min-width: 768px) {
  footer {
    padding-bottom: 0;
  }
}

footer ul#sns {
  padding: 1.5em 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

footer ul#sns li > a > i {
  line-height: 1.0;
  color: #f1a8a8;
  font-size: 9.84375vw;
  margin: 0 0.25em;
}

@media (min-width: 768px) {
  footer ul#sns li > a > i {
    font-size: 4.92188vw;
  }
}

@media (min-width: 1280px) {
  footer ul#sns li > a > i {
    font-size: 63px;
  }
}

footer address {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 2.8125vw;
  text-align: center;
  padding: 1.0em 0;
  color: #221714;
}

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

@media (min-width: 1280px) {
  footer address {
    font-size: 18px;
  }
}
