@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Header
# Content
    ## Toppage
    ## Blog
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 3.46667vw;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 1px;
}

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

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

a {
  color: #333333;
  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: #333333;
    text-decoration: none;
  }
}

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

ul {
  list-style: none;
}

.visible-phone {
  display: inherit;
}

.hidden-phone {
  display: none;
}

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

.is-hide {
  display: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  text-align: center;
  position: relative;
  color: #231815;
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
}

@media (min-width: 768px) {
  header {
    border-bottom: 1px solid #000000;
  }
}

header h1 {
  display: inline-block;
  padding: 1.0em 0 0.75em;
  font-size: 5.2vw;
}

@media (min-width: 768px) {
  header h1 {
    padding: 2.0em 0;
    font-size: 1.875vw;
  }
}

@media (min-width: 1280px) {
  header h1 {
    font-size: 24px;
  }
}

header h1 img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  header h1 img {
    max-width: 450px;
  }
}

header a#menu-btn {
  position: absolute;
  top: 1.0em;
  right: 1.0em;
  font-size: 4.8vw;
}

header a.youtube {
  position: absolute;
  top: 35px;
  right: 0;
  background: #FF0000;
  color: #ffffff;
  text-align: center;
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 157px;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
}

header a.youtube strong {
  font-size: 1.25vw;
}

@media (min-width: 1280px) {
  header a.youtube strong {
    font-size: 16px;
  }
}

header a.reserve {
  position: absolute;
  top: 0;
  right: 0;
  width: 157px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5em;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  font-size: 0.85938vw;
}

@media (min-width: 1280px) {
  header a.reserve {
    font-size: 11px;
  }
}

header a.reserve strong {
  padding-right: 0.5em;
  font-size: 1.25vw;
}

@media (min-width: 1280px) {
  header a.reserve strong {
    font-size: 16px;
  }
}

#sp-navi {
  position: absolute;
  top: 14.26667vw;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

#sp-navi ul li a {
  display: block;
  padding: 0.5em 0;
  text-align: center;
  border-bottom: 1px solid #000000;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
}

#pc-navi {
  padding: 1.0em 0;
}

#pc-navi 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;
}

#pc-navi ul li a {
  display: block;
  font-size: 1.17188vw;
  padding: 1.0em 2.0em;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
}

@media (min-width: 1280px) {
  #pc-navi ul li a {
    font-size: 15px;
  }
}

#pc-navi ul li a:hover {
  background: #000000;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#mv {
  width: 100%;
  margin-bottom: 4.0em;
  text-align: center;
}

@media (min-width: 768px) {
  #mv {
    margin-bottom: 8.0em;
  }
}

#special {
  width: 90%;
  border: 1px solid #000000;
  padding: 1.0em;
  margin: 0 auto 2.0rem;
}

@media (min-width: 768px) {
  #special {
    width: 70%;
    padding: 2.0em;
  }
}

#special h2 {
  text-align: center;
  color: #e4393a;
  margin-bottom: 0.5em;
}

#special p {
  margin-bottom: 1.0em;
}

#special img.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-pagenavi {
  text-align: center;
  margin-bottom: 3.0em;
}

.wp-pagenavi > * {
  display: inline-block;
  margin: 0 0.1em;
  padding: 0.5em;
  border-radius: 0.3em;
  background: #dfdede;
  color: #ffffff;
  line-height: 1.0;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  vertical-align: middle;
  font-size: 4.53333vw;
}

@media (min-width: 768px) {
  .wp-pagenavi > * {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  .wp-pagenavi > * {
    font-size: 20px;
  }
}

.wp-pagenavi span {
  background: #555555;
}

ul.pageNate {
  display: block !important;
  text-align: center;
  margin-bottom: 3.0em;
}

ul.pageNate li {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  margin: 0 0.1em !important;
}

ul.pageNate li a, ul.pageNate li button {
  display: block;
  padding: 0.5em;
  border-radius: 0.3em;
  background: #dfdede;
  color: #ffffff;
  line-height: 1.0;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 4.53333vw;
}

@media (min-width: 768px) {
  ul.pageNate li a, ul.pageNate li button {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  ul.pageNate li a, ul.pageNate li button {
    font-size: 20px;
  }
}

iframe.wp-embedded-content,
iframe.instagram-media {
  max-width: 100% !important;
  min-width: 200px !important;
}

@media (min-width: 768px) {
  iframe.wp-embedded-content,
  iframe.instagram-media {
    max-width: 50% !important;
    margin: 0 auto !important;
    display: block;
  }
}

div#ez-toc-container ul li {
  font-size: 13px;
}

/*--------------------------------------------------------------
# toppage
--------------------------------------------------------------*/
main.toppage section#banners {
  width: 93.33333%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.0em;
  position: relative;
}

@media (min-width: 768px) {
  main.toppage section#banners {
    margin-bottom: 10.0em;
    width: 100%;
  }
}

main.toppage section#banners ul {
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

main.toppage section#banners ul li {
  margin-bottom: 2.0em;
  width: 48.57143%;
  text-align: center;
}

@media (min-width: 768px) {
  main.toppage section#banners ul li {
    margin-bottom: 3.0em;
    width: 47.5%;
  }
}

main.toppage section#banners ul li img {
  display: block;
  margin-bottom: 1.0em;
}

main.toppage section#banners ul li h2 {
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  font-size: 4vw;
}

@media (min-width: 768px) {
  main.toppage section#banners ul li h2 {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  main.toppage section#banners ul li h2 {
    font-size: 30px;
  }
}

main.toppage section#banners ul li p {
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.toppage section#banners ul li p {
    font-size: 1.32812vw;
  }
}

@media (min-width: 1280px) {
  main.toppage section#banners ul li p {
    font-size: 17px;
  }
}

main.toppage #column {
  width: 93.33333%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.0em;
}

@media (min-width: 768px) {
  main.toppage #column {
    width: 100%;
  }
}

main.toppage #column h2 {
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  margin-bottom: 1.0em;
  text-align: center;
}

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

@media (min-width: 1280px) {
  main.toppage #column h2 {
    font-size: 30px;
  }
}

main.toppage #column ul {
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 3.0em;
}

main.toppage #column ul li {
  text-align: left;
}

main.toppage #column ul li:not(:last-of-type) {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  main.toppage #column ul li {
    width: 30%;
  }
}

main.toppage #column ul li p.date {
  margin-bottom: 0;
}

main.toppage #column ul li h4 {
  margin-bottom: 0;
}

main.toppage #column ul li h3 a {
  color: #000;
}

main.toppage #column p.more {
  text-align: center;
  margin-bottom: 4.0em;
}

main.toppage #column p.more a {
  color: #000;
  text-decoration: none;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main.toppage #column p.more a {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.toppage #column p.more a {
    font-size: 20px;
  }
}

main.toppage #faq {
  margin-bottom: 3.0em;
}

main.toppage #faq h2 {
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  margin-bottom: 1.0em;
  text-align: center;
}

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

@media (min-width: 1280px) {
  main.toppage #faq h2 {
    font-size: 30px;
  }
}

main.toppage #faq .box {
  padding: 1.0em;
}

@media (min-width: 768px) {
  main.toppage #faq .box {
    border: #dfdede 1px solid;
    padding: 3.0em 8.0em;
  }
}

@media (min-width: 768px) {
  main.toppage #faq dl {
    margin-bottom: 5.0em;
  }
}

main.toppage #faq dl dt {
  border-bottom: 1px solid #000000;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main.toppage #faq dl dt {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.toppage #faq dl dt {
    font-size: 20px;
  }
}

main.toppage #faq dl dt span {
  display: inline-block;
  width: 6.66667vw;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  main.toppage #faq dl dt span {
    font-size: 2.1875vw;
    width: 3.90625vw;
  }
}

@media (min-width: 1280px) {
  main.toppage #faq dl dt span {
    font-size: 28px;
  }
}

main.toppage #faq dl dd {
  margin-bottom: 1.5em;
  padding-top: 0.5em;
  padding-left: 6.66667vw;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.toppage #faq dl dd {
    padding-top: 1.0em;
    padding-left: 5.0em;
    padding-right: 1.0em;
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  main.toppage #faq dl dd {
    font-size: 14px;
  }
}

main.toppage #faq p.more {
  text-align: center;
  margin-bottom: 4.0em;
}

main.toppage #faq p.more a {
  color: #000;
  text-decoration: none;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main.toppage #faq p.more a {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.toppage #faq p.more a {
    font-size: 20px;
  }
}

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

@media (min-width: 768px) {
  main.menu {
    margin-bottom: 7.0em;
  }
}

main.menu section.menu_group {
  margin-bottom: 3.0em;
}

main.menu section.menu_group p.title {
  font-family: "Amethysta", "Noto Serif JP", serif;
  text-align: center;
  font-size: 5.6vw;
}

@media (min-width: 768px) {
  main.menu section.menu_group p.title {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  main.menu section.menu_group p.title {
    font-size: 30px;
  }
}

main.menu section.menu_group h2, main.menu section.menu_group h3 {
  color: #555555;
  margin-bottom: 2.5em;
  font-weight: normal;
  text-align: center;
}

main.menu section.menu_group .content {
  padding: 1.0em;
}

main.menu section.menu_group ul.menulist li {
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-left: 1.0em;
  border-bottom: 1px solid #dfdede;
}

main.menu section.menu_group ul.menulist li:first-of-type {
  border-top: 1px solid #dfdede;
}

main.menu section.menu_group ul.menulist li h4 {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  font-size: 4vw;
}

@media (min-width: 768px) {
  main.menu section.menu_group ul.menulist li h4 {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.menu section.menu_group ul.menulist li h4 {
    font-size: 18px;
  }
}

main.menu section.menu_group ul.menulist li p.price {
  display: inline-block;
  width: 38%;
  text-align: right;
  vertical-align: top;
  margin-bottom: 0.5em;
  font-size: 4vw;
}

@media (min-width: 768px) {
  main.menu section.menu_group ul.menulist li p.price {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.menu section.menu_group ul.menulist li p.price {
    font-size: 18px;
  }
}

main.menu section.menu_group ul.menulist li p.process {
  font-weight: bold;
}

main.menu section.menu_group ul.menulist li p.detail {
  color: #555555;
}

@media (min-width: 768px) {
  main.menu section.menu_group ul.menulist {
    border-top: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
    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;
  }
  main.menu section.menu_group ul.menulist li {
    width: 49%;
    margin-right: 2%;
    padding: 1.5em;
    border: none;
  }
  main.menu section.menu_group ul.menulist li:first-of-type {
    border-top: none;
  }
  main.menu section.menu_group ul.menulist li:nth-of-type(2n) {
    margin-right: 0;
  }
}

main.menu section.menu_group2 p.title {
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 2.5em;
  font-size: 5.6vw;
}

@media (min-width: 768px) {
  main.menu section.menu_group2 p.title {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  main.menu section.menu_group2 p.title {
    font-size: 30px;
  }
}

main.menu section.menu_group2 h2 {
  color: #555555;
  margin-bottom: 1.5em;
  font-weight: normal;
  text-align: center;
}

main.menu section.menu_group2 h3 {
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  padding: 1.0em 1.5em;
  display: table;
  width: 100%;
  font-size: 4.8vw;
}

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

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

main.menu section.menu_group2 h3 img {
  height: 5.0em;
}

main.menu section.menu_group2 h3 span {
  display: table-cell;
  vertical-align: middle;
}

main.menu section.menu_group2 h3 span:last-of-type {
  text-align: right;
}

main.menu section.menu_group2 ul.menulist li {
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-left: 1.0em;
  border-bottom: 1px solid #dfdede;
}

main.menu section.menu_group2 ul.menulist li:first-of-type {
  border-top: 1px solid #dfdede;
}

main.menu section.menu_group2 ul.menulist li h4 {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  font-size: 4vw;
}

@media (min-width: 768px) {
  main.menu section.menu_group2 ul.menulist li h4 {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.menu section.menu_group2 ul.menulist li h4 {
    font-size: 18px;
  }
}

main.menu section.menu_group2 ul.menulist li p.price {
  display: inline-block;
  width: 38%;
  text-align: right;
  vertical-align: top;
  font-size: 4vw;
}

@media (min-width: 768px) {
  main.menu section.menu_group2 ul.menulist li p.price {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.menu section.menu_group2 ul.menulist li p.price {
    font-size: 18px;
  }
}

main.menu section.menu_group2 ul.menulist li p.detail {
  color: #555555;
  padding-top: 0.5em;
}

@media (min-width: 768px) {
  main.menu section.menu_group2 ul.menulist {
    border-top: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
    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;
  }
  main.menu section.menu_group2 ul.menulist li {
    width: 49%;
    margin-right: 2%;
    padding: 1.5em;
    border: none;
  }
  main.menu section.menu_group2 ul.menulist li:first-of-type {
    border-top: none;
  }
  main.menu section.menu_group2 ul.menulist li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
# Coupon
--------------------------------------------------------------*/
main.coupon section#navi {
  margin-bottom: 3.0em;
}

main.coupon section#navi ul {
  text-align: center;
}

main.coupon section#navi ul li {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
  padding: 0.5em 0;
  border: #000000 1px solid;
}

main.coupon ul.couponlist {
  margin-bottom: 3.0em;
}

@media (min-width: 768px) {
  main.coupon ul.couponlist {
    margin-bottom: 5.0em;
    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;
  }
}

main.coupon ul.couponlist > li {
  background: #f8f8f8;
  padding: 1.5em 7.33333%;
}

main.coupon ul.couponlist > li:nth-of-type(2n) {
  background: #ffffff;
}

@media (min-width: 768px) {
  main.coupon ul.couponlist > li {
    width: 50%;
  }
  main.coupon ul.couponlist > li:nth-of-type(4n+1) {
    background: #f8f8f8;
  }
  main.coupon ul.couponlist > li:nth-of-type(4n+2) {
    background: #ffffff;
  }
  main.coupon ul.couponlist > li:nth-of-type(4n+3) {
    background: #ffffff;
  }
  main.coupon ul.couponlist > li:nth-of-type(4n) {
    background: #f8f8f8;
  }
}

main.coupon ul.couponlist > li .head {
  background: #d1d1d1;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main.coupon ul.couponlist > li .head {
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  main.coupon ul.couponlist > li .head {
    font-size: 14px;
  }
}

main.coupon ul.couponlist > li ul.type {
  margin: 1.0em 0;
}

main.coupon ul.couponlist > li ul.type li {
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  border-radius: 0.3em;
  background: #e4393a;
  color: #ffffff;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.coupon ul.couponlist > li ul.type li {
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  main.coupon ul.couponlist > li ul.type li {
    font-size: 14px;
  }
}

main.coupon ul.couponlist > li h3 {
  text-align: left;
  font-size: 4vw;
}

@media (min-width: 768px) {
  main.coupon ul.couponlist > li h3 {
    font-size: 1.40625vw;
  }
}

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

main.coupon ul.couponlist > li p.price {
  text-align: right;
  margin-bottom: 1.0em;
  font-size: 4vw;
}

@media (min-width: 768px) {
  main.coupon ul.couponlist > li p.price {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.coupon ul.couponlist > li p.price {
    font-size: 18px;
  }
}

main.coupon ul.couponlist > li img {
  width: 25%;
  float: left;
  margin-bottom: 1.5em;
}

main.coupon ul.couponlist > li p.detail {
  padding-left: 28%;
  color: #555555;
  margin-bottom: 1.5em;
}

main.coupon ul.couponlist > li a.button {
  clear: both;
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Staff
--------------------------------------------------------------*/
main.staff h3 {
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  margin-bottom: 2.0em;
  padding: 0.5em;
  line-height: 1.0;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  text-align: center;
  font-size: 5.6vw;
}

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

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

main.staff section.list ul {
  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;
}

main.staff section.list ul li {
  width: 48%;
  margin-right: 4%;
  text-align: center;
  margin-bottom: 3.0em;
}

main.staff section.list ul li:nth-of-type(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  main.staff section.list ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  main.staff section.list ul li:nth-of-type(2n) {
    margin-right: 2%;
  }
  main.staff section.list ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}

main.staff section.list ul li img {
  display: block;
  margin: 0 auto 1.0em;
  width: 36.93333vw;
}

@media (min-width: 768px) {
  main.staff section.list ul li img {
    width: 90%;
  }
}

main.staff section.list ul li h4 {
  font-weight: normal;
  font-size: 4.53333vw;
}

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

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

main.staff section.list ul li p.rome {
  color: #555555;
  font-size: 2.93333vw;
}

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

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

main.staff .cal_outer {
  max-width: 760px;
  min-width: 300px;
  margin: 2.0em auto;
}

main.staff .cal_outer .cal_inner {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  main.staff .cal_outer .cal_inner {
    padding-bottom: 75%;
  }
}

main.staff .cal_outer .cal_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

main.staff section#detail {
  width: 100%;
  margin-bottom: 4.0em;
}

@media (min-width: 768px) {
  main.staff section#detail {
    display: table;
    margin-bottom: 7.0em;
  }
}

main.staff section#detail .picture {
  padding: 0 7.33333% 3em;
  text-align: center;
}

@media (min-width: 768px) {
  main.staff section#detail .picture {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
}

main.staff section#detail .picture img {
  display: block;
  width: 53.33333vw;
  margin: 0 auto 1.0em;
  max-width: 400px;
}

main.staff section#detail .picture h3 {
  font-weight: normal;
  color: #000000;
  margin-bottom: 0;
  border: none;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 4.53333vw;
}

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

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

main.staff section#detail .picture p.rome {
  margin-bottom: 0.5em;
}

main.staff section#detail .picture p.job {
  margin-bottom: 1.0em;
  font-size: 3.46667vw;
}

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

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

main.staff section#detail .picture a.button {
  clear: both;
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
  margin: 0;
}

main.staff section#detail .comment {
  background: #f8f8f8;
  padding: 2.5em 7.33333%;
}

@media (min-width: 768px) {
  main.staff section#detail .comment {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 2.0em 4.0em;
  }
}

main.staff section#detail .comment h3 {
  margin-bottom: 1.0em;
  border: none;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 5.6vw;
}

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

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

main.staff section#detail .comment p.catch {
  text-align: center;
  margin-bottom: 1.0em;
  font-size: 4vw;
}

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

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

main.staff section#detail .comment .comment_body {
  margin-bottom: 2.0em;
  font-size: 3.46667vw;
}

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

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

main.staff section#detail .comment dl dt {
  padding: 0 0.5em;
  border-bottom: 1px solid #dfdede;
  font-size: 4vw;
}

@media (min-width: 768px) {
  main.staff section#detail .comment dl dt {
    font-size: 1.64062vw;
  }
}

@media (min-width: 1280px) {
  main.staff section#detail .comment dl dt {
    font-size: 21px;
  }
}

main.staff section#detail .comment dl dd {
  padding: 1.0em 0.75em 1.5em;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.staff section#detail .comment dl dd {
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  main.staff section#detail .comment dl dd {
    font-size: 14px;
  }
}

main.staff section.catalog {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 4.0em;
}

@media (min-width: 768px) {
  main.staff section.catalog {
    clear: both;
    margin-bottom: 7.0em;
  }
}

@media (min-width: 1280px) {
  main.staff section.catalog {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

main.staff section.catalog p.title {
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  margin-bottom: 0.5em;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  main.staff section.catalog p.title {
    font-size: 2.1875vw;
  }
}

@media (min-width: 1280px) {
  main.staff section.catalog p.title {
    font-size: 28px;
  }
}

main.staff section.catalog h3 {
  font-weight: normal;
  color: #555555;
  text-align: center;
  margin-bottom: 3.0em;
  font-family: inherit;
  font-size: inherit;
  border: none;
}

main.staff section.catalog ul {
  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;
  margin-bottom: 2.0em;
}

main.staff section.catalog ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 1.0em;
  height: calc( 100vw * 0.9 * 0.31 * 1.481481);
  overflow: hidden;
}

main.staff section.catalog ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  main.staff section.catalog ul li {
    width: 18%;
    margin-right: 2.5%;
    height: calc( 100vw * 0.9 * 0.18 * 1.481481);
  }
  main.staff section.catalog ul li:nth-of-type(3n) {
    margin-right: 2.5%;
  }
  main.staff section.catalog ul li:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  main.staff section.catalog ul li {
    height: 288px;
  }
}

main.staff section.catalog ul li img {
  width: 100%;
  height: auto;
}

main.staff section.column {
  width: 100%;
  margin-bottom: 4.0em;
}

@media (min-width: 768px) {
  main.staff section.column {
    display: table;
    margin-bottom: 7.0em;
  }
}

main.staff section.column ul {
  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;
  margin: 0 5vw;
}

@media (min-width: 768px) {
  main.staff section.column ul {
    margin: 0;
  }
}

main.staff section.column ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3.0em;
}

main.staff section.column ul li:nth-of-type(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  main.staff section.column ul li {
    width: 32%;
    margin-right: 2%;
  }
  main.staff section.column ul li:nth-of-type(2n) {
    margin-right: 2%;
  }
  main.staff section.column ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

main.staff section.column ul li figure {
  width: 100%;
  height: calc(90vw * 0.48 * 0.75);
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  main.staff section.column ul li figure {
    height: calc(100vw * 0.32 * 0.75);
  }
}

@media (min-width: 1280px) {
  main.staff section.column ul li figure {
    height: 288px;
  }
}

main.staff section.column ul li figure 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%;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
main.blog .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

main.blog .flex .content {
  width: 100%;
}

@media (min-width: 768px) {
  main.blog .flex .content {
    width: 67%;
  }
}

main.blog .flex .content h2 {
  text-align: center;
  margin-bottom: 1.0rem;
  font-size: 6.4vw;
}

@media (min-width: 768px) {
  main.blog .flex .content h2 {
    font-size: 1.95312vw;
  }
}

@media (min-width: 1280px) {
  main.blog .flex .content h2 {
    font-size: 25px;
  }
}

main.blog .flex aside {
  width: 100%;
}

@media (min-width: 768px) {
  main.blog .flex aside {
    width: 30%;
  }
}

main.blog section#entries {
  padding: 3.0em 0 0;
}

@media (min-width: 768px) {
  main.blog section#entries {
    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;
  }
}

main.blog section#entries article {
  clear: both;
  overflow: hidden;
  margin-bottom: 4.0em;
}

@media (min-width: 768px) {
  main.blog section#entries article {
    width: 32%;
    margin-right: 2%;
  }
  main.blog section#entries article:nth-of-type(3n) {
    margin-right: 0;
  }
}

main.blog section#entries article figure {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  width: 50%;
  height: calc( 93.33333vw * 0.8533334 * 0.5 * 0.75);
}

@media (min-width: 768px) {
  main.blog section#entries article figure {
    float: none;
    width: 100%;
    margin-bottom: 1.0em;
    height: calc( 100vw * 0.935 * 0.67 * 0.32 * 0.75);
  }
}

@media (min-width: 1280px) {
  main.blog section#entries article figure {
    height: 230.4px;
  }
}

main.blog section#entries article 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 section#entries article .text {
  padding-left: 55%;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  main.blog section#entries article .text {
    padding-left: 0;
    font-size: 1.25vw;
  }
}

@media (min-width: 1280px) {
  main.blog section#entries article .text {
    font-size: 16px;
  }
}

main.blog section#entries article .text p.date {
  color: #555555;
}

main.blog section#entries article .text h3 {
  font-weight: normal;
  text-align: left;
  color: #000000;
}

main.blog #sidebar {
  width: 100%;
  margin: 0 0 3.0rem;
  padding: 1.0rem;
  border: 1px solid #000000;
}

@media (min-width: 768px) {
  main.blog #sidebar {
    width: 30%;
  }
}

main.blog #sidebar .pickup {
  margin-bottom: 2.0rem;
}

@media (min-width: 768px) {
  main.blog #sidebar .pickup {
    margin-bottom: 3.0rem;
  }
}

main.blog #sidebar .pickup h2 {
  text-align: center;
  margin-bottom: 1.0rem;
  font-size: 6.4vw;
}

@media (min-width: 768px) {
  main.blog #sidebar .pickup h2 {
    font-size: 1.95312vw;
  }
}

@media (min-width: 1280px) {
  main.blog #sidebar .pickup h2 {
    font-size: 25px;
  }
}

main.blog #sidebar .pickup .control {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.0rem;
}

main.blog #sidebar .pickup .control a {
  width: calc(50% - 0.5em);
  border: 1px solid #000000;
  color: #000000;
  line-height: 2.0;
  text-align: center;
  cursor: pointer;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main.blog #sidebar .pickup .control a {
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  main.blog #sidebar .pickup .control a {
    font-size: 14px;
  }
}

main.blog #sidebar .pickup .control a.active {
  background-color: #000000;
  color: #ffffff;
}

main.blog #sidebar .pickup #popular {
  display: none;
}

main.blog #sidebar .pickup #popular.active {
  display: block;
}

main.blog #sidebar .pickup #popular li {
  border-bottom: 1px solid #000000;
  padding-bottom: 1.0rem;
  margin-bottom: 1.0rem;
}

main.blog #sidebar .pickup #popular li a {
  display: flex;
}

main.blog #sidebar .pickup #popular li figure {
  width: 30%;
  margin-right: 3%;
}

main.blog #sidebar .pickup #popular li .cont {
  width: 67%;
}

main.blog #sidebar .pickup #popular li .cont .meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.blog #sidebar .pickup #popular li .cont .meta {
    font-size: 1.01562vw;
  }
}

@media (min-width: 1280px) {
  main.blog #sidebar .pickup #popular li .cont .meta {
    font-size: 13px;
  }
}

main.blog #sidebar .pickup #popular li .cont p.title {
  text-align: left;
  margin-bottom: 0.5rem;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main.blog #sidebar .pickup #popular li .cont p.title {
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  main.blog #sidebar .pickup #popular li .cont p.title {
    font-size: 14px;
  }
}

main.blog #sidebar .pickup #popular li .cont p.date {
  color: #c9c9c9;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.blog #sidebar .pickup #popular li .cont p.date {
    font-size: 1.01562vw;
  }
}

@media (min-width: 1280px) {
  main.blog #sidebar .pickup #popular li .cont p.date {
    font-size: 13px;
  }
}

main.blog #sidebar .pickup #archive {
  display: none;
}

main.blog #sidebar .pickup #archive.active {
  display: block;
}

main.blog #sidebar .category {
  margin-bottom: 2.0rem;
}

@media (min-width: 768px) {
  main.blog #sidebar .category {
    margin-bottom: 3.0rem;
  }
}

main.blog #sidebar .category h2 {
  text-align: left;
  margin-bottom: 1.0rem;
  border-bottom: 1px solid #000000;
  font-size: 6.4vw;
}

@media (min-width: 768px) {
  main.blog #sidebar .category h2 {
    font-size: 1.95312vw;
  }
}

@media (min-width: 1280px) {
  main.blog #sidebar .category h2 {
    font-size: 25px;
  }
}

main.blog #sidebar .category ul.categories {
  margin-bottom: 1.5rem;
}

main.blog #sidebar .category ul.categories li {
  margin-bottom: 0.5rem;
}

main.blog #sidebar .category ul.children {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

main.blog #sidebar .category ul.children li {
  margin-bottom: 0.5rem;
}

main.blog #sidebar .category .search h3 {
  border-left: 5px solid #555555;
  padding-left: 10px;
  line-height: 1.0;
  margin-bottom: 0.5rem;
  font-weight: normal;
  text-align: left;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.blog #sidebar .category .search h3 {
    font-size: 1.01562vw;
  }
}

@media (min-width: 1280px) {
  main.blog #sidebar .category .search h3 {
    font-size: 13px;
  }
}

main.blog #sidebar .category .search form {
  display: flex;
  align-items: center;
}

main.blog #sidebar .category .search form input[type="text"] {
  border: 1px solid #c9c9c9;
  width: 84%;
  margin-right: 1%;
  height: 2.2em;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main.blog #sidebar .category .search form input[type="text"] {
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  main.blog #sidebar .category .search form input[type="text"] {
    font-size: 14px;
  }
}

main.blog #sidebar .category .search form button {
  width: 15%;
}

main.blog #sidebar .category .search form button img {
  display: block;
  margin: 0;
}

main.blog #sidebar .keyword {
  margin-bottom: 2.0rem;
}

@media (min-width: 768px) {
  main.blog #sidebar .keyword {
    margin-bottom: 3.0rem;
  }
}

main.blog #sidebar .keyword h2 {
  text-align: left;
  margin-bottom: 1.0rem;
  border-bottom: 1px solid #000000;
  font-size: 6.4vw;
}

@media (min-width: 768px) {
  main.blog #sidebar .keyword h2 {
    font-size: 1.95312vw;
  }
}

@media (min-width: 1280px) {
  main.blog #sidebar .keyword h2 {
    font-size: 25px;
  }
}

main.blog #sidebar .keyword ul.keywords li {
  display: inline-block;
  border: 1px solid #000000;
  padding: 0.5em;
  margin: 0 0.5em 0.5em 0;
  line-height: 1.0;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.blog #sidebar .keyword ul.keywords li {
    font-size: 1.01562vw;
  }
}

@media (min-width: 1280px) {
  main.blog #sidebar .keyword ul.keywords li {
    font-size: 13px;
  }
}

main.blog #sidebar .keyword ul.keywords li a {
  color: #555555;
}

main.blog section.entry_body {
  width: 75%;
  margin: 4.0em auto;
}

main.blog section.entry_body p.date {
  text-align: center;
  margin-bottom: 0.5em;
  font-size: 4.26667vw;
}

@media (min-width: 768px) {
  main.blog section.entry_body p.date {
    padding-left: 0;
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.blog section.entry_body p.date {
    font-size: 18px;
  }
}

main.blog section.entry_body h2 {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 4.26667vw;
}

@media (min-width: 768px) {
  main.blog section.entry_body h2 {
    padding-left: 0;
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.blog section.entry_body h2 {
    font-size: 18px;
  }
}

main.blog section.entry_body .body_text h3 {
  font-size: 4vw;
  border-top: solid 1px #B0B0B0;
  border-bottom: solid 1px #B0B0B0;
  background: #F8F8F8;
  margin: 1.0em 0;
  padding: 0.5em;
}

@media (min-width: 768px) {
  main.blog section.entry_body .body_text h3 {
    font-size: 1.64062vw;
  }
}

@media (min-width: 1280px) {
  main.blog section.entry_body .body_text h3 {
    font-size: 21px;
  }
}

main.blog section.entry_body .body_text h4 {
  font-size: 3.73333vw;
  margin: 1.0em 0.5em;
  padding: 0.5em 0;
  border-bottom: dashed 1px #B0B0B0;
}

@media (min-width: 768px) {
  main.blog section.entry_body .body_text h4 {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.blog section.entry_body .body_text h4 {
    font-size: 18px;
  }
}

main.blog section.entry_body .body_text p {
  margin-bottom: 1.5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.blog section.entry_body .body_text p {
    font-size: 1.17188vw;
  }
}

@media (min-width: 1280px) {
  main.blog section.entry_body .body_text p {
    font-size: 15px;
  }
}

main.blog section.entry_body .body_text p img {
  display: block;
  margin: 0 auto 1.0em;
}

@media (min-width: 768px) {
  main.blog section.entry_body .body_text p img {
    max-width: 50%;
  }
}

main.blog section.coupon {
  width: 100%;
  background: #f8f8f8;
  padding: 1.5em 12.5%;
  margin-bottom: 2.0em;
}

main.blog section.coupon .head {
  background: #d1d1d1;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.blog section.coupon .head {
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  main.blog section.coupon .head {
    font-size: 14px;
  }
}

main.blog section.coupon ul.type {
  margin: 1.0em 0;
}

main.blog section.coupon ul.type li {
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  border-radius: 0.3em;
  background: #e4393a;
  color: #ffffff;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  main.blog section.coupon ul.type li {
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  main.blog section.coupon ul.type li {
    font-size: 14px;
  }
}

main.blog section.coupon h3 {
  text-align: left;
  font-size: 4vw;
}

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

@media (min-width: 1280px) {
  main.blog section.coupon h3 {
    font-size: 18px;
  }
}

main.blog section.coupon p.price {
  text-align: right;
  margin-bottom: 1.0em;
  font-size: 4vw;
}

@media (min-width: 768px) {
  main.blog section.coupon p.price {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.blog section.coupon p.price {
    font-size: 18px;
  }
}

main.blog section.coupon img {
  width: 25%;
  float: left;
  margin-bottom: 1.5em;
}

main.blog section.coupon p.detail {
  padding-left: 28%;
  color: #555555;
  margin-bottom: 1.5em;
}

main.blog section.coupon a.button {
  clear: both;
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
  margin: 0;
}

main.blog section.writer {
  width: 70%;
  margin: 0 auto 2.0em;
}

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

main.blog section.writer a {
  display: block;
  overflow: hidden;
}

main.blog section.writer a img {
  display: block;
  float: left;
  width: 25%;
}

main.blog section.writer a .text {
  padding-left: 30%;
  padding-top: 0.5em;
}

main.blog section.writer a .text h4 {
  color: #000000;
  font-size: 4.53333vw;
}

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

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

main.blog section.writer a .text p.rome {
  color: #555555;
  font-size: 2.93333vw;
}

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

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

main.blog section.writer a .text i {
  float: right;
  padding-top: 1.0em;
  color: #d1d1d1;
  font-size: 5.6vw;
}

@media (min-width: 768px) {
  main.blog section.writer a .text i {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  main.blog section.writer a .text i {
    font-size: 30px;
  }
}

main.blog section.writer a.button {
  clear: both;
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
  margin: 0;
}

main.blog section.popular {
  margin-bottom: 4.0em;
}

@media (min-width: 768px) {
  main.blog section.popular {
    margin-bottom: 7.0em;
  }
}

main.blog section.popular h3 {
  background: #d1d1d1;
  color: #ffffff;
  text-align: center;
  padding: 0.25em 0;
  margin: 0 auto 2.5em;
  width: 90%;
  font-size: 4.26667vw;
}

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

@media (min-width: 1280px) {
  main.blog section.popular h3 {
    font-size: 17px;
  }
}

main.blog section.popular .list {
  padding: 0 7.5%;
}

@media (min-width: 768px) {
  main.blog section.popular .list {
    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.blog section.popular article {
  margin-bottom: 3.0em;
  clear: both;
  overflow: hidden;
}

@media (min-width: 768px) {
  main.blog section.popular article {
    width: 30%;
    padding: 0;
    margin-bottom: 0;
  }
}

main.blog section.popular article figure {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  width: 50%;
  height: calc( 93.33333vw * 0.8533334 * 0.5 * 0.75);
}

@media (min-width: 768px) {
  main.blog section.popular article figure {
    float: none;
    width: 100%;
    margin-bottom: 1.0em;
    height: calc( 100vw * 0.8533334 * 0.3 * 0.75);
  }
}

@media (min-width: 1280px) {
  main.blog section.popular article figure {
    height: 230.4px;
  }
}

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

main.blog section.popular article .text {
  padding-left: 55%;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.blog section.popular article .text {
    padding-left: 0;
    font-size: 1.25vw;
  }
}

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

main.blog section.popular article .text p.date {
  color: #555555;
}

main.blog section.popular article .text h3 {
  font-weight: normal;
  text-align: left;
  color: #000000;
}

/*--------------------------------------------------------------
# Hair Style
--------------------------------------------------------------*/
main.style section#search {
  padding-left: 10.66667%;
  padding-right: 10.66667%;
  margin-bottom: 3.0em;
  color: #6a6a6a;
}

@media (min-width: 768px) {
  main.style section#search {
    padding: 0 10%;
    margin-bottom: 5.0em;
  }
}

@media (min-width: 1280px) {
  main.style section#search {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

main.style section#search h3 {
  border-left: 0.3em solid #6a6a6a;
  padding-left: 0.5em;
  margin-bottom: 1.0em;
}

main.style section#search ul.length {
  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;
}

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

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

main.style section#search ul.taglist {
  margin-bottom: 1.0em;
}

main.style section#search ul.taglist li {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid #dfdede;
}

main.style section#search input[type="text"] {
  border: 1px solid #dfdede;
  width: calc( 100% - 2.5em);
  margin-right: 0.5em;
}

main.style section#search button {
  background: #dfdede;
  color: #ffffff;
  padding: 0 0.5em;
  width: 2.0em;
  height: calc(1.5em + 2px);
  text-align: center;
}

main.style section.banner {
  margin: 0 auto 50px;
  width: 96%;
  max-width: 760px;
}

main.style section#stylelist {
  padding-left: 10.66667%;
  padding-right: 10.66667%;
  margin-bottom: 4.0em;
}

@media (min-width: 768px) {
  main.style section#stylelist {
    padding: 0 10%;
    margin-bottom: 7.0em;
  }
}

@media (min-width: 1280px) {
  main.style section#stylelist {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

main.style section#stylelist h3 {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 5.6vw;
}

@media (min-width: 768px) {
  main.style section#stylelist h3 {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  main.style section#stylelist h3 {
    font-size: 30px;
  }
}

main.style section#stylelist ul {
  margin-bottom: 3.0em;
  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;
}

main.style section#stylelist ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2.0em;
}

main.style section#stylelist ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  main.style section#stylelist ul li {
    width: 23.5%;
    margin-right: 2%;
  }
  main.style section#stylelist ul li:nth-of-type(3n) {
    margin-right: 2%;
  }
  main.style section#stylelist ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}

main.style section#stylelist ul li picture {
  height: calc( (100vw - (10.66667vw * 2)) * 0.32 * 1.481481);
  display: block;
  margin: 0 auto 0.5em;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  main.style section#stylelist ul li picture {
    height: calc( 100vw * 0.9375 * 0.8 * 0.235 * 1.481481);
  }
}

@media (min-width: 1280px) {
  main.style section#stylelist ul li picture {
    height: 300.8px;
  }
}

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

main.style section#detail {
  padding-left: 10.66667%;
  padding-right: 10.66667%;
  margin-bottom: 3.0em;
}

@media (min-width: 768px) {
  main.style section#detail {
    padding: 0;
    float: left;
    width: 50%;
  }
}

main.style section#detail figure {
  display: block;
  width: 53.333333%;
  margin: 0 auto 1.0em;
}

main.style section#detail figure.movie {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  main.style section#detail figure.movie {
    width: 80%;
    padding-top: 45%;
  }
}

main.style section#detail figure.movie iframe, main.style section#detail figure.movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.style section#detail ul#thumbnail {
  display: flex;
  width: 100%;
  margin: 0 auto 2.0em;
}

@media (min-width: 768px) {
  main.style section#detail ul#thumbnail {
    width: 70%;
  }
}

main.style section#detail ul#thumbnail li {
  width: 32%;
  margin-right: 2%;
}

main.style section#detail ul#thumbnail li:last-of-type {
  margin-right: 0;
}

main.style section#detail ul#thumbnail li a, main.style section#detail ul#thumbnail li picture {
  display: block;
  width: 100%;
  height: calc(78.68vw * 0.32 * 1.481481);
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  main.style section#detail ul#thumbnail li a, main.style section#detail ul#thumbnail li picture {
    height: 178px;
  }
}

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

main.style section#detail h3 {
  width: 86%;
  margin: 0 auto 0.5em;
  font-size: 4.26667vw;
}

@media (min-width: 768px) {
  main.style section#detail h3 {
    width: 80%;
    font-size: 1.71875vw;
  }
}

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

main.style section#detail p {
  width: 86%;
  margin: 0 auto 2.0em;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.style section#detail p {
    width: 80%;
    font-size: 1.09375vw;
  }
}

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

main.style section#detail dl {
  width: 90%;
  margin: 0 auto 2.0em;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main.style section#detail dl {
    width: 85%;
    font-size: 1.25vw;
  }
}

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

main.style section#detail dl dt {
  float: left;
  width: 6.0em;
  padding: 0.5em;
}

main.style section#detail dl dd {
  padding: 0.5em 0.5em 0.5em 7.0em;
  border-bottom: 1px solid #dfdede;
}

main.style section#detail dl dd:first-of-type {
  border-top: 1px solid #dfdede;
}

main.style section#styling_movie {
  width: 100%;
  margin-bottom: 3.0em;
  padding: 2.5em 0 3.0em;
}

@media (min-width: 768px) {
  main.style section#styling_movie {
    float: left;
    width: 50%;
    padding: 0;
  }
}

main.style section#styling_movie h2 {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 5.6vw;
}

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

@media (min-width: 1280px) {
  main.style section#styling_movie h2 {
    font-size: 30px;
  }
}

main.style section#styling_movie figure.movie {
  display: block;
  margin: 0 auto 1.0em;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}

main.style section#styling_movie figure.movie iframe, main.style section#styling_movie figure.movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main.style section#recommend {
  width: 100%;
  background: #f8f8f8;
  color: #555555;
  margin-bottom: 3.0em;
  padding: 2.5em 0 3.0em;
}

@media (min-width: 768px) {
  main.style section#recommend {
    float: right;
    width: 50%;
  }
}

main.style section#recommend .inner {
  width: 80%;
  margin: 0 auto;
}

main.style section#recommend h3, main.style section#recommend h4 {
  margin-bottom: 0.5em;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main.style section#recommend h3, main.style section#recommend h4 {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.style section#recommend h3, main.style section#recommend h4 {
    font-size: 18px;
  }
}

main.style section#recommend .shape {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 1.0em;
  display: table;
  width: 100%;
}

main.style section#recommend .shape h4 {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}

main.style section#recommend .shape ul {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  letter-spacing: -0.4em;
}

main.style section#recommend .shape ul li {
  letter-spacing: normal;
  display: inline-block;
  width: 20%;
}

main.style section#recommend .shape ul li img {
  height: 3.0em;
}

main.style section#recommend .length {
  border-bottom: 1px solid #c3c3c3;
  padding: 1.0em 0;
}

main.style section#recommend .length ul li {
  display: inline-block;
  margin-right: 1.0em;
}

main.style section#recommend .length ul li.off i {
  color: #cfcfcf;
}

main.style section#recommend ul.bars {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.style section#recommend ul.bars li {
  width: 22%;
  margin-right: 1%;
}

main.style section#recommend ul.bars li span {
  display: block;
  width: 100%;
  height: 1.0em;
  background: #cfcfcf;
}

main.style section#recommend ul.bars li:last-of-type {
  margin-right: 0;
  text-align: right;
}

main.style section#recommend ul.bars li.on span {
  background: #555555;
}

main.style section#recommend .type1 {
  padding: 1.0em 0;
  border-bottom: 1px solid #c3c3c3;
  display: table;
  width: 100%;
}

main.style section#recommend .type1 > div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

main.style section#recommend .type1 .quality ul.bars {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

main.style section#recommend .type2 {
  padding: 1.0em 0;
  display: table;
  width: 100%;
}

main.style section#recommend .type2 > div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

main.style section#recommend .type2 .habit ul.bars {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

main.style section#stylist {
  padding-left: 10.66667%;
  padding-right: 10.66667%;
  margin-bottom: 4.0em;
  overflow: hidden;
}

@media (min-width: 768px) {
  main.style section#stylist {
    float: right;
    width: 50%;
    padding: 0 5%;
  }
}

main.style section#stylist img {
  display: block;
  float: left;
  width: 30%;
}

main.style section#stylist .text {
  padding-left: 33%;
  padding-top: 0.5em;
  margin-bottom: 3.0em;
}

main.style section#stylist .text h4 {
  color: #000000;
  font-size: 4.53333vw;
}

@media (min-width: 768px) {
  main.style section#stylist .text h4 {
    font-size: 1.40625vw;
  }
}

@media (min-width: 1280px) {
  main.style section#stylist .text h4 {
    font-size: 18px;
  }
}

main.style section#stylist .text p.rome {
  color: #555555;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  main.style section#stylist .text p.rome {
    font-size: 0.9375vw;
  }
}

@media (min-width: 1280px) {
  main.style section#stylist .text p.rome {
    font-size: 12px;
  }
}

main.style section#stylist .text p.job {
  margin-bottom: 0.5em;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  main.style section#stylist .text p.job {
    font-size: 0.9375vw;
  }
}

@media (min-width: 1280px) {
  main.style section#stylist .text p.job {
    font-size: 12px;
  }
}

main.style section#stylist a.button {
  clear: both;
  display: block;
  width: 8.0em;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.25em;
  margin: 0 auto 0.5em;
}

main.style section#stylist a.button.reserve {
  width: 14.0em;
}

main.style section#other {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 4.0em;
}

@media (min-width: 768px) {
  main.style section#other {
    clear: both;
    margin-bottom: 7.0em;
  }
}

@media (min-width: 1280px) {
  main.style section#other {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

main.style section#other p.title {
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  margin-bottom: 0.5em;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  main.style section#other p.title {
    font-size: 2.1875vw;
  }
}

@media (min-width: 1280px) {
  main.style section#other p.title {
    font-size: 28px;
  }
}

main.style section#other h3 {
  font-weight: normal;
  color: #555555;
  text-align: center;
  margin-bottom: 3.0em;
}

main.style section#other ul {
  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;
  margin-bottom: 2.0em;
}

main.style section#other ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 1.0em;
  height: calc( 100vw * 0.9 * 0.31 * 1.481481);
  overflow: hidden;
}

main.style section#other ul li:nth-of-type(3n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  main.style section#other ul li {
    width: 18%;
    margin-right: 2.5%;
    height: calc( 100vw * 0.9 * 0.18 * 1.481481);
  }
  main.style section#other ul li:nth-of-type(3n) {
    margin-right: 2.5%;
  }
  main.style section#other ul li:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media (min-width: 1280px) {
  main.style section#other ul li {
    height: 288px;
  }
}

main.style section#other ul li img {
  width: 100%;
  height: auto;
}

main.style .pagenation {
  text-align: center;
}

main.style .pagenation > * {
  display: inline-block;
  margin: 0 0.1em;
  padding: 0.5em;
  border-radius: 0.3em;
  background: #dfdede;
  color: #ffffff;
  line-height: 1.0;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 4.53333vw;
}

@media (min-width: 768px) {
  main.style .pagenation > * {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.style .pagenation > * {
    font-size: 20px;
  }
}

main.style .pagenation span {
  background: #555555;
}

/*--------------------------------------------------------------
# Contents
--------------------------------------------------------------*/
main.contents section {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

main.contents section.contents_head h3 {
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  margin-bottom: 2.5em;
  margin-top: 2.5em;
  color: #000000;
  font-weight: normal;
  text-align: center;
  font-size: 5.6vw;
}

@media (min-width: 768px) {
  main.contents section.contents_head h3 {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1280px) {
  main.contents section.contents_head h3 {
    font-size: 30px;
  }
}

main.contents section.contents_head p {
  line-height: 2.0;
  margin-bottom: 2.0em;
  margin-top: 2.0em;
  text-align: center;
  font-size: 4vw;
}

@media (min-width: 768px) {
  main.contents section.contents_head p {
    font-size: 1.71875vw;
  }
}

@media (min-width: 1280px) {
  main.contents section.contents_head p {
    font-size: 22px;
  }
}

main.contents section.contents_body div {
  padding: 2.5em 2.0em;
}

main.contents section.contents_body div p {
  margin-bottom: 1.5em;
  font-size: 3.2vw;
}

@media (min-width: 768px) {
  main.contents section.contents_body div p {
    font-size: 1.25vw;
  }
}

@media (min-width: 1280px) {
  main.contents section.contents_body div p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Ranking
--------------------------------------------------------------*/
main.ranking h2 {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 5.6vw;
}

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

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

main.ranking .summary {
  text-align: center;
}

main.ranking ul {
  width: 92%;
  margin: 2.0em auto 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

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

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

main.ranking ul li img {
  max-width: 100%;
}

main.ranking ul li h3 {
  font-size: 4.8vw;
}

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

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

main.ranking ul li .text {
  margin: 0.5em 0 1.0em;
}

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

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

main.ranking ul li:nth-of-type(-n+3) h3 {
  font-size: 4.8vw;
}

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

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

main.ranking ul li:nth-of-type(-n+3) h4 {
  font-size: 4.26667vw;
}

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

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

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

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

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

main.ranking a.detail {
  display: block;
  width: 100%;
  background: #000000;
  color: #ffffff;
  border-radius: 0.25em;
  text-align: center;
  padding: 0.25em 0;
  text-decoration: none;
}

main.reserve .cont h2 {
  font-size: 20px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  line-height: 2.0;
  margin-bottom: 2.0em;
}

main.reserve .cont .center {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1.0em;
}

main.reserve .cont ul {
  width: 22.0em;
  margin: 0 auto 2.0em;
}

main.reserve .cont ul li {
  list-style-type: square;
}

main.reserve .cont .box {
  background: #eeeeee;
  width: 95%;
  margin: 0 auto 2.0em;
  padding: 1.0em;
}

@media (min-width: 768px) {
  main.reserve .cont .box {
    width: 80%;
    padding: 2.0em;
    margin-bottom: 4.0em;
  }
}

main.reserve .cont .box h3 {
  text-align: center;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #000000;
  line-height: 2.0;
  margin-bottom: 2.0em;
}

main.reserve .cont .box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

main.faq h3 {
  font-weight: normal;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 6vw;
}

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

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

main.faq p.title {
  text-align: center;
  font-size: 4vw;
}

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

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

main.faq #faq {
  margin-bottom: 3.0em;
}

main.faq #faq h2 {
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", sans-serif;
  margin-bottom: 1.0em;
  text-align: center;
}

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

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

main.faq #faq .box {
  padding: 1.0em;
}

@media (min-width: 768px) {
  main.faq #faq .box {
    border: #dfdede 1px solid;
    padding: 3.0em 8.0em;
  }
}

@media (min-width: 768px) {
  main.faq #faq dl {
    margin-bottom: 5.0em;
  }
}

main.faq #faq dl dt {
  border-bottom: 1px solid #000000;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  main.faq #faq dl dt {
    font-size: 1.5625vw;
  }
}

@media (min-width: 1280px) {
  main.faq #faq dl dt {
    font-size: 20px;
  }
}

main.faq #faq dl dt span {
  display: inline-block;
  width: 6.66667vw;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  main.faq #faq dl dt span {
    font-size: 2.1875vw;
    width: 3.90625vw;
  }
}

@media (min-width: 1280px) {
  main.faq #faq dl dt span {
    font-size: 28px;
  }
}

main.faq #faq dl dd {
  margin-bottom: 1.5em;
  padding-top: 0.5em;
  padding-left: 6.66667vw;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  main.faq #faq dl dd {
    padding-top: 1.0em;
    padding-left: 5.0em;
    padding-right: 1.0em;
    font-size: 1.09375vw;
  }
}

@media (min-width: 1280px) {
  main.faq #faq dl dd {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  width: 93.33333%;
  margin: 0 auto;
  border-top: 1px solid #dfdede;
  line-height: 2.0;
}

@media (min-width: 768px) {
  footer {
    border-top: none;
    width: 100%;
  }
}

footer h2 {
  font-family: "Libre Baskerville", "Noto Serif JP", serif;
  font-weight: normal;
  padding: 1.5em 0.5em;
  font-size: 4.26667vw;
}

@media (min-width: 768px) {
  footer h2 {
    padding: 0 0 0.5em;
    border-bottom: 1px solid #dfdede;
    text-align: center;
    font-size: 1.875vw;
  }
}

footer p.address {
  border-bottom: 1px solid #dfdede;
  padding-bottom: 1.0em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  footer p.address {
    padding-top: 2.0em;
    padding-bottom: 2.0em;
    padding-left: 7.5%;
    padding-right: 7.5%;
    font-size: 1.25vw;
  }
}

@media (min-width: 1280px) {
  footer p.address {
    font-size: 16px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

footer .info {
  border-bottom: 1px solid #dfdede;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media (min-width: 768px) {
  footer .info {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

@media (min-width: 1280px) {
  footer .info {
    font-size: 16px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

footer .info p {
  margin-bottom: 1.0em;
}

footer .info .card {
  border-top: 1px solid #dfdede;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
}

footer .info .card h3 {
  font-weight: normal;
  margin-bottom: 0.5em;
}

footer .info .card ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

footer .info .card ul li {
  margin-right: 0.5em;
}

@media (min-width: 768px) {
  footer .info {
    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: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  footer .info .schedule {
    width: 33%;
  }
  footer .info .schedule:nth-of-type(1) {
    order: 2;
  }
  footer .info .schedule:nth-of-type(2) {
    order: 3;
  }
  footer .info .card {
    width: 33%;
    border-top: none;
    padding: 0;
    order: 1;
  }
  footer .info .card h3 {
    font-size: 1.25vw;
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  footer .info .card h3 {
    font-size: 16px;
  }
}

footer .buttons {
  border-bottom: 1px solid #dfdede;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media (min-width: 768px) {
  footer .buttons {
    padding-top: 2.0em;
    padding-bottom: 2.0em;
    padding-left: 7.5%;
    padding-right: 7.5%;
    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 .buttons a {
  display: block;
}

@media (min-width: 768px) {
  footer .buttons a {
    padding: 0 1.5em;
  }
}

footer .buttons a i:first-of-type {
  margin-right: 0.5em;
}

footer .buttons a i:last-of-type {
  display: none;
}

@media (min-width: 768px) {
  footer .buttons a i:first-of-type {
    display: none;
  }
  footer .buttons a i:last-of-type {
    display: inline;
    margin-left: 0.5em;
  }
}

footer .to_ent {
  padding: 1.0em;
  text-align: center;
}

footer .to_ent ul li {
  display: inline-block;
  margin: 0 1.0em;
}

footer .to_ent ul li a {
  font-size: 3.46667vw;
  text-decoration: none;
  color: #ffffff;
  background: #000000;
  border-radius: 0.5em;
  padding: 0.5em 2.0em;
}

@media (min-width: 768px) {
  footer .to_ent ul li a {
    padding: 0.5em 2.0em;
    font-size: 2.13333vw;
  }
}

@media (min-width: 1280px) {
  footer .to_ent ul li a {
    font-size: 16px;
  }
}

footer address {
  text-align: center;
  padding: 1.0em 0;
  font-size: 2.66667vw;
}

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

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