@charset "UTF-8";
/* css start */
/************************************************
	Setting
************************************************ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&family=Noto+Serif+JP:wght@300;600&display=swap");
@font-face {
  font-family: "DIN Alternate Bold";
  src: url("../fonts/DINAlternate-Bold.woff") format("woff");
}
* {
  transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, transform 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, color 0.3s ease-out, background-color 0.3s ease-out, border-radius 0.3s ease-out, box-shadow 0.3s ease-out, text-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  color: #231815;
  font-size: 1.071rem;
  font-family: Avenir, "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  background: #F1F2EE;
  line-height: 2;
  -webkit-text-size-adjust: none;
}

/* link */
a {
  text-decoration: none;
  color: #231815;
}

a:hover {
  text-decoration: none;
  color: #231815;
}

a img {
  background-color: rgba(255, 255, 255, 0.01);
}

a:hover img {
  opacity: 0.8;
}

.btn {
  text-align: left;
  line-height: 1;
  border-radius: 0;
  padding: 0;
  position: relative;
}

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

/* ul ol*/
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

input[type=text], input[type=email], input[type=tel], input[type=submit], input[type=button], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/************************************************
	PC
************************************************ */
/************************************************
	汎用
************************************************ */
.bg01 {
  background: #F1F2EE;
}

.bg02 {
  background: #7F807E;
}

.bg03 {
  background: #C1BEBC;
}

.bg04 {
  background: #E0E2DD;
}

.bg_fff {
  background: #fff;
}

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

.gothic {
  font-family: Avenir, "Noto Sans JP", sans-serif;
}

.din {
  font-family: "DIN Alternate Bold", san-serif;
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.inner {
  padding: 0 40px;
}

.inner_s {
  max-width: 1072px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}

.plusHeadline {
  margin-bottom: 50px;
}
.plusHeadline b {
  font-size: 1.143rem;
  font-weight: normal;
  position: relative;
  display: inline-block;
  min-width: 180px;
}
.plusHeadline b:after {
  content: "+";
  margin-left: 0.2em;
  vertical-align: super;
}
.plusHeadline span {
  font-size: 1.071rem;
  font-weight: normal;
}
.plusHeadline span:before {
  content: "|";
  margin-right: 1em;
}
.plusHeadline strong {
  display: block;
  font-size: 2.857rem;
  font-weight: normal;
  margin-top: 5px;
}

.linkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.linkBtn a {
  display: inline-block;
  width: 430px;
  text-align: center;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 15px 0;
}
.linkBtn a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 3px solid #231815;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.linkBtn a:hover {
  color: #00b9ef;
}

.grayBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grayBtn a {
  width: 100%;
  max-width: 400px;
  height: 100px;
  color: #fff;
  font-size: 1.429rem;
  background: #7F807E;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grayBtn a:after {
  content: "";
  background: url(../images/arrow_link_fff.svg) no-repeat;
  height: 9px;
  width: 90px;
  display: inline-block;
  transition: 0.3s;
}
.grayBtn a:hover {
  background: rgb(101.5, 102.2992125984, 100.7007874016);
}
.grayBtn a:hover:after {
  transform: translateX(10px);
}

.clearBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clearBtn a {
  width: 100%;
  max-width: 400px;
  height: 100px;
  color: #231815;
  font-size: 1.429rem;
  border: 1px solid #231815;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clearBtn a:after {
  content: "";
  background: url(../images/arrow_link.svg) no-repeat;
  height: 9px;
  width: 90px;
  display: inline-block;
  transition: 0.3s;
}
.clearBtn a:hover {
  background: #E6E6E6;
}
.clearBtn a:hover:after {
  transform: translateX(10px);
}

.arrowLinkTxt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.arrowLinkTxt:after {
  content: "";
  background: url(../images/arrow_link.svg) no-repeat;
  height: 9px;
  width: 90px;
  margin-left: 1em;
  transition: 0.3s;
}
.arrowLinkTxt:hover:after {
  transform: translateX(10px);
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.071rem;
  }
  #container {
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }
  .inner, .inner_s {
    width: 100%;
    padding: 0 5.3vw;
    position: relative;
    padding: 0 4.2vw;
  }
  .plusHeadline {
    margin-bottom: 30px;
  }
  .plusHeadline b {
    display: block;
    min-width: initial;
  }
  .plusHeadline span {
    font-size: 0.929rem;
  }
  .plusHeadline span:before {
    content: none;
  }
}
/************************************************
	header
************************************************ */
#header {
  height: 110px;
  padding: 35px 0 25px;
}
#header .mainmenu li {
  padding: 0 20px;
  font-size: 1rem;
}
#header .menu-cta li {
  margin-left: 40px;
}
#header .menu-cta li.member {
  background: #e95513;
  display: none;
}
#header .menu-cta li.reserve a {
  color: #00b9ef;
}
#header .menu-cta li#menuBtn {
  width: 35px;
  height: 50px;
}
#header .menu-cta li a {
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
#header .menu-cta li:hover {
  opacity: 0.8;
}
#header.show {
  background: rgba(255, 255, 255, 0.9);
}

.menuBtn {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.menuBtn span {
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menuBtn span::before, .menuBtn span::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.menuBtn span::before {
  top: -6px;
}
.menuBtn span::after {
  top: 6px;
}

.menuBtn.open span {
  background: transparent;
}
.menuBtn.open span::before {
  transform: rotate(45deg);
  top: 0;
}
.menuBtn.open span::after {
  transform: rotate(-45deg);
  top: 0;
}

#gNavi {
  position: fixed;
  top: 110px;
  right: -100%;
  bottom: 0;
  width: 40%;
  min-width: 500px;
  z-index: 9990;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 6%;
  overflow-y: auto;
  transition: 0.6s ease-out;
}
#gNavi .gnavi {
  justify-content: space-between;
  flex-wrap: wrap;
}
#gNavi .gnavi .navBlock {
  flex-basis: 45%;
  opacity: 0;
  transform: translateX(20px);
}
#gNavi .gnavi .navBlock:nth-of-type(1) {
  transition-delay: 0.5s;
}
#gNavi .gnavi .navBlock:nth-of-type(2) {
  transition-delay: 0.7s;
}
#gNavi .gnavi .navBlock:nth-of-type(3) {
  transition-delay: 0.9s;
}
#gNavi .gnavi .navBlock:nth-of-type(4) {
  transition-delay: 1.1s;
}
#gNavi.open {
  right: 0;
}
#gNavi.open .gnavi .navBlock {
  opacity: 1;
  transform: translateX(0);
}

.gnavi .navBlock {
  padding: 0 3%;
  margin-bottom: 100px;
}
.gnavi .navBlock h2 {
  font-size: 1.143rem;
  position: relative;
  padding-bottom: 65px;
  margin-bottom: 20px;
}
.gnavi .navBlock h2:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ctaArea .ctaBtn li {
  margin-bottom: 10px;
}
.ctaArea .ctaBtn li a {
  background: #3E3A39;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 18px 40px 15px;
  border-radius: 10px;
  line-height: 1;
}
.ctaArea .ctaBtn li a i {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #header {
    padding: initial;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
  }
  #header .logo {
    margin-bottom: 0;
    display: block;
  }
  #header .mainmenu {
    display: none;
  }
  #header .menu-cta {
    display: none;
  }
  #header.show {
    background: none;
  }
  #gNavi {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: -100%;
    width: 100%;
    min-width: initial;
    height: calc(100vh - 80px);
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    padding: 160px 5.3vw 80px;
    overflow-y: auto;
    transition: 0.6s ease-out;
  }
  #gNavi .gnavi {
    flex-wrap: wrap;
  }
  #gNavi .gnavi .navBlock {
    flex-basis: 45%;
    opacity: 0;
    transform: translate(0, 20px);
  }
  #gNavi .gnavi .navBlock:nth-of-type(1) {
    transition-delay: 0.5s;
  }
  #gNavi .gnavi .navBlock:nth-of-type(2) {
    transition-delay: 0.7s;
  }
  #gNavi .gnavi .navBlock:nth-of-type(3) {
    transition-delay: 0.9s;
  }
  #gNavi .gnavi .navBlock:nth-of-type(4) {
    transition-delay: 1.1s;
  }
  #gNavi .gnavi .navBlock a {
    font-size: 1.143rem;
  }
  #gNavi.open {
    bottom: 80px;
  }
  #gNavi.open .gnavi .navBlock {
    opacity: 1;
    transform: translate(0, 0);
  }
  .gnavi .navBlock {
    padding: 0 3%;
    margin-bottom: 100px;
  }
  .gnavi .navBlock h2 {
    font-size: 1.143rem;
    position: relative;
    padding-bottom: 65px;
    margin-bottom: 20px;
  }
  .gnavi .navBlock h2:after {
    content: "";
    width: 1px;
    height: 40px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ctaArea .ctaBtn li {
    margin-top: 20px;
  }
  .ctaArea .ctaBtn li a {
    background: #3E3A39;
    padding: 18px 0 15px 30px;
  }
}
/************************************************
	mv sub
************************************************ */
#pageTit {
  margin-top: 110px;
  background: #231815;
}
#pageTit h1 {
  color: #fff;
  font-size: 1.714rem;
  padding: 23px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #pageTit {
    margin-top: 50px;
  }
  #pageTit h1 {
    color: #fff;
    font-size: 1.071rem;
    font-weight: normal;
    padding: 12px 0;
    margin-bottom: 0;
  }
}
/************************************************
	sub common
************************************************ */
.titleArea {
  padding: 20px 0;
  border-bottom: 1px solid #231815;
}
.titleArea .plusHeadline {
  margin-bottom: 0;
}
.titleArea .plusHeadline strong {
  display: block;
  font-size: 2.857rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 5px;
}

.subPageSec {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .subPageSec {
    padding: 50px 0;
  }
}
.breadCrumb {
  color: #888;
  margin-bottom: 50px;
}
.breadCrumb span {
  font-size: 0.857rem;
}
.breadCrumb span:nth-of-type(n+2):before {
  margin: 0 1em;
}
.breadCrumb span a {
  color: #888;
}
.breadCrumb span a:hover {
  color: #00b9ef;
}

@media screen and (max-width: 768px) {
  .breadCrumb {
    display: none;
  }
}
/************************************************
	footer
************************************************ */
#footer {
  padding: 75px 0 60px;
}
#footer h2, #footer a {
  color: #fff;
}
#footer .logo {
  margin-bottom: 50px;
}
#footer .gnavi {
  justify-content: space-between;
}
#footer .gnavi .navBlock {
  padding: 0 2%;
  margin-bottom: 160px;
  margin-top: 10px;
  flex: 1;
}
#footer .gnavi .navBlock h2:after {
  background: #fff;
}
#footer .naviContact {
  display: none;
}
#footer .copy {
  margin-top: 170px;
  color: #fff;
  text-align: center;
  font-size: 0.857rem;
  margin-bottom: 0;
}
#footer .ctaArea .ctaBtn li {
  flex-basis: 49%;
}

.footer-fixNav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.footer-fixNav.fixed {
  opacity: 1;
  visibility: visible;
}
.footer-fixNav .reserveBtn .salon a {
  background: #231815;
}
.footer-fixNav .reserveBtn .salon a:hover {
  background: rgb(66.875, 45.8571428571, 40.125);
}
.footer-fixNav .reserveBtn .reserve a {
  background: #00b9ef;
}
.footer-fixNav .reserveBtn .reserve a:hover {
  background: rgb(0, 145.5230125523, 188);
}
.footer-fixNav .reserveBtn a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 225px;
  height: 80px;
  padding: 20px;
  position: relative;
}
.footer-fixNav .reserveBtn a b {
  display: inline-block;
  font-size: 1.143rem;
  font-weight: normal;
  border-left: 1px solid #fff;
  line-height: 1.4;
  padding-left: 15px;
}
.footer-fixNav .reserveBtn a b span {
  font-size: 0.857rem;
}
.footer-fixNav .reserveBtn a:after {
  content: "";
  background: url(../images/arrow_reserve.svg) no-repeat;
  width: 18px;
  height: 9px;
  display: inline-block;
}
.footer-fixNav .reserveBtn a:hover {
  background: rgb(0, 145.5230125523, 188);
}

#goTop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#goTop.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 40px 0 110px;
  }
  #footer .gnavi {
    display: none !important;
  }
  #footer .copy {
    margin-top: 50px;
    font-size: 0.857rem;
  }
  #footer .ctaArea .ctaBtn li {
    margin-top: 20px;
  }
  #footer .ctaArea .ctaBtn li a {
    background: #3E3A39;
    padding: 18px 0 15px 30px;
  }
  .footer-fixNav {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9990;
  }
  .footer-fixNav .reserveBtn ul {
    width: 100%;
  }
  .footer-fixNav .reserveBtn li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 1 auto;
    width: auto;
    height: 80px;
    padding: 5%;
    position: relative;
  }
  .footer-fixNav .reserveBtn li a b {
    display: inline-block;
    font-size: 4.2vw;
    font-weight: normal;
    border-left: 1px solid #fff;
    line-height: 1.4;
    padding-left: 10px;
  }
  .footer-fixNav .reserveBtn li a b span {
    font-size: 3.2vw;
  }
  .footer-fixNav .reserveBtn li a:after {
    content: "";
    background: url(../images/arrow_reserve.svg) no-repeat;
    width: 18px;
    height: 9px;
    display: inline-block;
  }
  .footer-fixNav .reserveBtn .salon {
    flex: 1 1 auto;
  }
  .footer-fixNav .reserveBtn .salon a {
    background: #231815;
  }
  .footer-fixNav .reserveBtn .salon a:hover {
    background: rgb(66.875, 45.8571428571, 40.125);
  }
  .footer-fixNav .reserveBtn .reserve {
    flex: 1 1 auto;
  }
  .footer-fixNav .reserveBtn .reserve a {
    background: #00b9ef;
  }
  .footer-fixNav .reserveBtn .reserve a:hover {
    background: rgb(0, 145.5230125523, 188);
  }
  .footer-fixNav .reserveBtn .menuBtn {
    background: #fff;
    width: 80px;
    height: 80px;
    justify-self: flex-end;
  }
  #goTop {
    width: 60px;
    height: 60px;
    z-index: 990;
  }
}
/************************************************
	pager
************************************************ */
#pager {
  padding: 50px 0 0;
  text-align: center;
}
#pager a, #pager .current {
  width: 40px;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  text-align: center;
  vertical-align: top;
}
#pager a.page:hover, #pager .current {
  border-bottom: 2px solid #000;
}
#pager .first:before {
  content: "";
  background: url(../images/arrow_pager_double.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(180deg);
}
#pager .last:before {
  content: "";
  background: url(../images/arrow_pager_double.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: inline-block;
}
#pager .previouspostslink:before {
  content: "";
  background: url(../images/arrow_pager_prev.svg) no-repeat;
  background-size: cover;
  width: 8px;
  height: 15px;
  display: inline-block;
}
#pager .nextpostslink:before {
  content: "";
  background: url(../images/arrow_pager_prev.svg) no-repeat;
  background-size: cover;
  width: 8px;
  height: 15px;
  display: inline-block;
  transform: rotate(180deg);
}

/************************************************
	table
************************************************ */
.detailTable {
  border-top: 2px solid #000;
  width: 100%;
}
.detailTable tr {
  border-bottom: 1px solid #ccc;
}
.detailTable td:nth-of-type(1) {
  vertical-align: middle;
  font-weight: bold;
  width: 210px;
  padding: 30px 20px;
}
.detailTable td:nth-of-type(2) {
  padding: 30px 20px 30px 0;
}
.detailTable.history td:nth-of-type(1) {
  font-size: 2.571rem;
  font-weight: bold;
  line-height: 1;
}
.detailTable a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .detailTable td:nth-of-type(1) {
    display: block;
    font-size: 1.143rem;
    width: 100%;
    padding: 20px 10px 0;
  }
  .detailTable td:nth-of-type(2) {
    display: block;
    padding: 10px 10px 20px 10px;
  }
  .detailTable.history td:nth-of-type(1) {
    font-size: 1.714rem;
  }
}
/************************************************
	TOP
************************************************ */
#mvTop {
  padding: 110px 40px 0;
}
#mvTop .mainImg {
  position: relative;
}
#mvTop .mainImg .topSlider .swiper-slide {
  width: 100% !important;
  height: auto;
}
#mvTop .mainImg .topSlider img {
  width: 100%;
  height: auto;
}
#mvTop .video {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
#mvTop video {
  width: 100%;
  height: auto;
}
#mvTop iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mvTop .button {
  text-align: right;
}
#mvTop .button button {
  border: none;
  outline: none;
}
#mvTop .catchArea {
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 800;
}
#mvTop .txtClm {
  padding: 60px;
  margin-top: auto;
}
#mvTop .txtClm .bland {
  font-size: 2vw;
  margin-bottom: 0.5em;
  position: relative;
}
#mvTop .txtClm .bland:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 5em;
  background: #231815;
  margin-left: 0.5em;
}
#mvTop .txtClm .catch {
  font-size: 3.5vw;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 0;
}
#mvTop .txtClm .catchSub {
  font-size: 1.7vw;
  margin-bottom: 2em;
}
#mvTop .txtClm .txt {
  font-size: 1.46vw;
  margin-bottom: 0;
  line-height: 1.8;
}
#mvTop .catchArea.ver202510 {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
#mvTop .catchArea.ver202510 .txtClm {
  font-weight: bold;
}
#mvTop .catchArea.ver202510 .txtClm .catchSub {
  font-size: 1.8vw;
  letter-spacing: 0.1em;
  margin-top: 50px;
  margin-bottom: 0.4vh;
  line-height: 1.7;
}
#mvTop .catchArea.ver202510 .txtClm .txt {
  font-size: 1.2vw;
  line-height: 1.8;
}
#mvTop .catchArea.ver202510:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  width: 1px;
  height: 80px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #mvTop {
    padding: 0;
    margin-top: 0;
    position: initial;
    top: 0;
    width: 100%;
    height: auto;
  }
  #mvTop .mainImg {
    position: initial;
  }
  #mvTop .video {
    margin-top: 0;
    position: relative;
  }
  #mvTop iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #mvTop .catchArea {
    position: initial;
    top: auto;
    right: 0;
    width: 100%;
    background: none;
    height: 50%;
  }
  #mvTop .txtClm {
    padding: 0 9.6vw 6.4vw;
    margin-top: 50px;
  }
  #mvTop .txtClm .bland {
    font-size: 5.3vw;
    margin-bottom: 0.4em;
  }
  #mvTop .txtClm .catch {
    font-size: 6.4vw;
    line-height: 1;
  }
  #mvTop .txtClm .catchSub {
    font-size: 3.7vw;
    margin-bottom: 1.2em;
    margin-top: 50px;
  }
  #mvTop .txtClm .txt {
    font-size: 3.7vw;
    line-height: 1.8;
  }
  #mvTop .topSlider.sp {
    position: relative;
  }
  #mvTop .topSlider.sp:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 18px;
    height: 190px;
    background-color: #000;
    -webkit-mask-image: url(../images/arrow_slide_scroll.png);
    mask-image: url(../images/arrow_slide_scroll.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 18px auto;
    mask-size: 18px auto;
    z-index: 20;
  }
  #mvTop .catchArea.ver202510 {
    padding-bottom: 20px;
  }
  #mvTop .catchArea.ver202510 .txtClm .catchSub {
    font-size: 4.2vw;
    margin-bottom: 0.4vh;
    margin-top: 0;
  }
  #mvTop .catchArea.ver202510 .txtClm .txt {
    font-size: 2.8vw;
  }
  #mvTop .catchArea.ver202510:before {
    height: 40px;
    bottom: -25px;
  }
}
#topContentsSec {
  padding: 100px 0;
}
#topContentsSec .hairArea ul {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
#topContentsSec .hairArea ul li:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
#topContentsSec .hairArea ul li:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 3/4;
}
#topContentsSec .hairArea ul li:nth-of-type(3) {
  grid-row: 1/2;
  grid-column: 4/5;
}
#topContentsSec .hairArea ul li:nth-of-type(4) {
  grid-row: 2/3;
  grid-column: 3/4;
}
#topContentsSec .hairArea ul li:nth-of-type(5) {
  grid-row: 2/3;
  grid-column: 4/5;
}
#topContentsSec .hairArea ul li img {
  width: 100%;
  height: auto;
}
#topContentsSec .nailArea ul {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
#topContentsSec .nailArea ul li:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
#topContentsSec .nailArea ul li:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 3/4;
}
#topContentsSec .nailArea ul li:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 3/4;
}
#topContentsSec .nailArea ul li img {
  width: 100%;
  height: auto;
}
#topContentsSec .otherArea ul li:nth-of-type(-n+2) figure {
  aspect-ratio: 500/265;
  overflow: hidden;
}
#topContentsSec .otherArea ul li:nth-of-type(-n+2) figure img {
  width: 100%;
  height: auto;
  transform: translateY(-20%);
}
#topContentsSec .otherArea li {
  position: relative;
  margin-bottom: 20px;
}
#topContentsSec .otherArea li a {
  position: relative;
}
#topContentsSec .otherArea li a:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  transition: 0.3s;
}
#topContentsSec .otherArea li a:hover img {
  opacity: 1;
}
#topContentsSec .otherArea li a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
#topContentsSec .otherArea li figure {
  position: relative;
  margin: 0;
}
#topContentsSec .otherArea li figcaption {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  font-size: 2.143rem;
}
#topContentsSec .otherArea li img {
  width: 100%;
  height: auto;
}
#topContentsSec .arrowLink {
  margin: 50px 0 80px;
}

@media screen and (max-width: 768px) {
  #topContentsSec {
    padding-bottom: 50px;
    padding-top: 30px;
  }
  #topContentsSec .hairArea ul {
    display: flex;
    flex-wrap: wrap;
  }
  #topContentsSec .hairArea ul li:nth-of-type(3) {
    flex-basis: 100%;
  }
  #topContentsSec .hairArea ul li:nth-of-type(-n+2), #topContentsSec .hairArea ul li:nth-of-type(n+4) {
    flex-basis: 50%;
  }
  #topContentsSec .nailArea ul {
    display: flex;
    flex-wrap: wrap;
  }
  #topContentsSec .nailArea ul li:nth-of-type(n+2) {
    flex-basis: 50%;
  }
  #topContentsSec .nailArea ul li:nth-of-type(1) {
    flex-basis: 100%;
  }
  #topContentsSec .otherArea ul li:nth-of-type(-n+2) figure img {
    transform: translateY(-20%);
  }
  #topContentsSec .otherArea li {
    position: relative;
    padding: 5px 10px;
    margin-bottom: 0;
  }
  #topContentsSec .otherArea li a {
    position: relative;
  }
  #topContentsSec .otherArea li a:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    transition: 0.3s;
  }
  #topContentsSec .otherArea li a:hover img {
    opacity: 1;
  }
  #topContentsSec .otherArea li a:hover:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
  }
  #topContentsSec .otherArea li:nth-of-type(3), #topContentsSec .otherArea li:nth-of-type(5) {
    padding-right: 5px;
  }
  #topContentsSec .otherArea li:nth-of-type(4), #topContentsSec .otherArea li:nth-of-type(6) {
    padding-left: 5px;
  }
  #topContentsSec .otherArea li figure {
    position: relative;
  }
  #topContentsSec .otherArea li figcaption {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    font-size: 2.143rem;
  }
  #topContentsSec .otherArea li img {
    width: 100%;
    height: auto;
  }
  #topContentsSec .arrowLink {
    margin: 20px 0 50px;
  }
}
#topShopdSec {
  padding: 100px 0;
}
#topShopdSec .bgImg {
  background: url(../images/bg_top_salon.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0 100px;
}
#topShopdSec .bgImg h3, #topShopdSec .bgImg p {
  color: #fff;
}
#topShopdSec .bgImg h3 {
  font-size: 1.714rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
#topShopdSec .areaBtnsSec {
  background: none;
}
#topShopdSec .areaBtnsSec .areaBtns li a {
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #topShopdSec {
    padding: 50px 0;
  }
  #topShopdSec .bgImg {
    padding: 100px 0 60px;
  }
  #topShopdSec .bgImg h3 {
    font-size: 1.286rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 2em;
  }
  #topShopdSec .areaBtnsSec {
    background: none;
  }
  #topShopdSec .areaBtnsSec .areaBtns {
    flex-direction: column;
    gap: 10px;
  }
  #topShopdSec .areaBtnsSec .areaBtns li a {
    border-color: #fff;
    color: #fff;
    width: 210px;
  }
}
#topNewSec {
  padding: 100px 0;
}
#topNewSec .arrowLink {
  margin-top: 30px;
}
#topNewSec .newsArea {
  position: relative;
}
#topNewSec .importantNews {
  margin-bottom: 40px;
}
#topNewSec .importantNews li {
  margin-bottom: 10px;
}
#topNewSec .importantNews li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/ico_attention.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}
#topNewSec .importantNews li a {
  border-bottom: 1px solid #000;
}
#topNewSec .snsLink {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#topNewSec .snsLink li {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #topNewSec {
    padding: 50px 0;
  }
  #topNewSec .importantNews {
    margin-bottom: 40px;
  }
  #topNewSec .importantNews li {
    margin-bottom: 10px;
    padding-left: 30px;
    text-indent: -30px;
  }
  #topNewSec .importantNews li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/ico_attention.png) no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  #topNewSec .importantNews li a {
    border-bottom: 1px solid #000;
  }
  #topNewSec .snsLink {
    margin-top: 30px;
    position: static;
  }
  #topNewSec .snsLink li {
    margin-right: 40px;
  }
}
.newsSec .newsList li {
  border-top: 1px solid #ccc;
}
.newsSec .newsList li:last-of-type {
  border-bottom: 1px solid #ccc;
}
.newsSec .newsList li a {
  display: flex;
  width: 100%;
  padding: 20px 10px;
}
.newsSec .newsList li a .cate {
  background: #ccc;
  font-size: 0.929rem;
  color: #fff;
  text-align: center;
  height: 25px;
  flex: 0 0 100px;
  display: inline-block;
}
.newsSec .newsList li a .tit {
  flex: 0 1 auto;
  font-size: 1.071rem;
  padding: 0 0 0 1em;
  line-height: 1.7;
}
.newsSec .newsList li a time {
  line-height: 1.7;
}
.newsSec .newsList li a:hover {
  color: #00b9ef;
}

@media screen and (max-width: 768px) {
  .newsSec h2 {
    padding: 0;
  }
  .newsSec .newsArea {
    padding: 0;
  }
  .newsSec .newsList li a {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
  .newsSec .newsList li a .cate {
    font-size: 0.929rem;
    display: inline-block;
    min-width: 100px;
  }
  .newsSec .newsList li a .tit {
    font-size: 1.071rem;
    padding: 0;
    display: block;
    margin-bottom: 0;
  }
}
#topBrandsSec {
  padding: 80px 0 200px;
}
#topBrandsSec h2 {
  font-size: 2.571rem;
}
#topBrandsSec .brandLogos {
  flex-wrap: no-wrap;
}
#topBrandsSec .brandLogos li:last-of-type {
  border-right: 1px solid #ccc;
}
#topBrandsSec .brandLogos:nth-of-type(1) li {
  border-top: 1px solid #ccc;
}
#topBrandsSec li {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#topBrandsSec li img {
  max-width: 100%;
  height: auto;
}
#topBrandsSec li {
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #topBrandsSec {
    padding: 50px 0 100px;
  }
  #topBrandsSec .brandLogos {
    flex-wrap: wrap;
  }
  #topBrandsSec .brandLogos:nth-of-type(1) li, #topBrandsSec .brandLogos:nth-of-type(2) li {
    flex-basis: 33.3%;
    border-top: none;
  }
  #topBrandsSec .brandLogos:nth-of-type(1) li:nth-of-type(3n), #topBrandsSec .brandLogos:nth-of-type(2) li:nth-of-type(3n) {
    border-right: 1px solid #ccc;
  }
  #topBrandsSec .brandLogos:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
}
#topCompanySec .about li {
  position: relative;
}
#topCompanySec .about li figure {
  margin-bottom: 0;
}
#topCompanySec .about li figure img {
  width: 100%;
  height: auto;
}
#topCompanySec .about li h2 {
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.714rem;
}
#topCompanySec .about li h2 small {
  font-size: 1.143rem;
}

@media screen and (max-width: 768px) {
  #topCompanySec .about li figure {
    margin-bottom: 0;
  }
  #topCompanySec .about li h2 {
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 1.714rem;
  }
  #topCompanySec .about li h2 small {
    font-size: 1.143rem;
  }
}
/************************************************
	Shop List
************************************************ */
.areaBtnsSec {
  background: #E0E2DD;
  padding: 50px 0;
}
.areaBtnsSec.shopList {
  background: none;
  border-bottom: 1px solid #231815;
}

.areaBtns li {
  margin: 0 10px 0;
}
.areaBtns li a {
  width: 300px;
  padding: 10px 0;
  font-size: 1.286rem;
  text-align: center;
  display: block;
  border: 1px solid #231815;
}
.areaBtns li a:hover {
  background: #231815;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .areaBtnsSec {
    padding: 20px 0;
  }
  .areaBtns {
    justify-content: space-between;
  }
  .areaBtns li {
    margin: 0;
    flex-basis: 48%;
  }
  .areaBtns li a {
    width: 100%;
    padding: 5px 0;
    font-size: 1.143rem;
  }
}
.shopListSec {
  padding: 100px 0;
}
.shopListSec .plusHeadline {
  margin-bottom: 0;
}
.shopListSec .shopList .item {
  padding: 40px 0;
  flex-basis: 47%;
}
.shopListSec .shopList .item .foto {
  position: relative;
}
.shopListSec .shopList .item .foto img {
  width: 100%;
  height: auto;
}
.shopListSec .shopList .item .foto > a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 50%);
  display: block;
}
.shopListSec .shopList .item figcaption {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.shopListSec .shopList .item figcaption h4 {
  text-align: center;
  font-size: 1.714rem;
  color: #fff;
}
.shopListSec .shopList .item figcaption li a {
  display: block;
  color: #fff;
  font-size: 1.286rem;
  border-radius: 20px;
  padding: 0 30px;
}
.shopListSec .shopList .item figcaption li.tel a {
  background: #231815;
  pointer-events: none;
}
.shopListSec .shopList .item figcaption li.reserve a {
  background: #00b9ef;
}
.shopListSec .shopList .item figcaption li.reserve a:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.shopListSec .shopList .item .txtClm address {
  font-size: 1rem;
  text-align: center;
}
.shopListSec .shopList .item .txtClm .shop-serviceList {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .shopListSec {
    padding: 50px 0;
  }
  .shopListSec .plusHeadline {
    margin-bottom: 30px;
  }
  .shopListSec .shopList {
    border-top: 1px solid #ccc;
  }
  .shopListSec .shopList .item {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .shopListSec .shopList .item h4 {
    font-size: 1.286rem;
  }
  .shopListSec .shopList .item .foto {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  .shopListSec .shopList .item .foto > a:before {
    content: none;
  }
  .shopListSec .shopList .item .foto > a {
    flex-basis: 48%;
  }
  .shopListSec .shopList .item figcaption {
    position: static;
    flex-basis: 48%;
  }
  .shopListSec .shopList .item figcaption .reserve {
    text-align: center;
    font-size: 1.143rem;
    font-weight: bold;
    margin-bottom: 0;
  }
  .shopListSec .shopList .item figcaption li {
    margin-top: 10px;
  }
  .shopListSec .shopList .item figcaption li a {
    font-size: 1.143rem;
    border-radius: 20px;
    padding: 5px 0;
    text-align: center;
  }
  .shopListSec .shopList .item figcaption li.tel a {
    pointer-events: auto;
  }
  .shopListSec .shopList .item figcaption li.tel a span {
    display: none;
  }
  .shopListSec .shopList .item figcaption li.reserve a:hover {
    box-shadow: none;
  }
  .shopListSec .shopList .item .txtClm address {
    font-size: 1.071rem;
    text-align: left;
    margin-bottom: 0;
  }
  .shopListSec .shopList .item .shop-serviceList {
    padding: 10px 0 20px;
  }
}
.shop-serviceList li {
  margin: 0 1px;
  text-align: center;
  font-size: 0.857rem;
  line-height: 1.6;
}

#shopHeader {
  padding: 50px 0 0;
}
#shopHeader .shopName {
  font-size: 1.714rem;
}
#shopHeader .tabMenu {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#shopHeader .tabMenu li {
  flex: 1;
}
#shopHeader .tabMenu li a {
  display: block;
  position: relative;
  padding: 10px;
  text-align: center;
  border-left: 1px solid #ccc;
}
#shopHeader .tabMenu li a:hover, #shopHeader .tabMenu li a.active {
  background: #ccc;
}
#shopHeader .tabMenu li:last-of-type a {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #shopHeader {
    padding: 50px 0 0;
  }
  #shopHeader .shopName {
    font-size: 1.714rem;
  }
  #shopHeader .shop-serviceList {
    margin-top: 20px;
    justify-content: flex-start;
  }
  #shopHeader .tabMenu {
    margin-top: 30px;
  }
  #shopHeader .tabMenu li a {
    padding: 0 10px;
  }
}
.shopSingleSec {
  display: none;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .shopSingleSec {
    display: none;
    padding: 50px 0;
  }
}
#salon-info .infoArea {
  margin-bottom: 100px;
}
#salon-info .infoArea .reserve {
  margin-right: 150px;
}
#salon-info .infoArea .telBtn a, #salon-info .infoArea .reserveBtn a {
  display: block;
  width: 300px;
  padding: 10px;
  text-align: center;
  font-size: 1.286rem;
  color: #fff;
  background: #00b9ef;
  position: relative;
  border-radius: 30px;
}
#salon-info .infoArea .telBtn a {
  font-size: 1.429rem;
  background: #231815;
  pointer-events: none;
}
#salon-info .shopSlider {
  overflow: hidden;
  margin-bottom: 50px;
}
#salon-info .shopSlider .swiper-wrapper {
  width: 1000px;
  height: auto;
}
#salon-info .shopSlider .swiper-pagination {
  position: static;
}
#salon-info .shopSlider .swiper-pagination .swiper-pagination-bullet-active {
  background: #231815;
}
#salon-info .newsArea {
  padding: 50px 0 50px;
}
#salon-info .newsArea .newsList li {
  border-bottom: 1px solid #ccc;
}
#salon-info .newsArea .newsList li a {
  display: flex;
  width: 100%;
  padding: 10px 10px;
}
#salon-info .newsArea .newsList li a .tit {
  flex: 0 1 auto;
  font-size: 1.071rem;
  padding: 0 0 0 1em;
  line-height: 1.7;
  margin: 0;
}
#salon-info .newsArea .newsList li a time {
  line-height: 1.7;
}
#salon-info .newsArea .newsList li a:hover {
  color: #00b9ef;
}
#salon-info .locationArea {
  padding: 50px 0;
}
#salon-info .description {
  margin-bottom: 50px;
  line-height: 1.8;
}
#salon-info .gMap iframe {
  width: 100%;
  height: 300px;
}
#salon-info .arrowLink {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #salon-info .infoArea {
    margin-bottom: 30px;
  }
  #salon-info .infoArea .reserve {
    margin: 0;
    padding: 0 0 100px;
  }
  #salon-info .infoArea .telBtn a {
    pointer-events: auto;
  }
  #salon-info .infoArea .telBtn a, #salon-info .infoArea .reserveBtn a {
    width: 100%;
  }
  #salon-info .shopSlider {
    margin-bottom: 50px;
  }
  #salon-info .newsArea .newsList li a {
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  #salon-info .newsArea .newsList li a .tit {
    padding: 0;
  }
}
#salon-menu h4 {
  font-size: 2.571rem;
  font-weight: normal;
  padding: 15px 0 0;
  border-top: 3px solid #7F807E;
}
#salon-menu .priceTable {
  width: calc(100% - 20px);
  margin-bottom: 50px;
  margin-left: 20px;
}
#salon-menu .priceTable thead th {
  font-size: 2.143rem;
  color: #808080;
  font-weight: normal;
}
#salon-menu .priceTable thead th small {
  display: block;
  line-height: 1.8;
  font-size: 1.143rem;
  color: #231815;
  padding: 0 10px 10px;
}
#salon-menu .priceTable tbody th {
  background: #ddd;
  padding: 10px 10px;
  font-size: 1.286rem;
  line-height: 1.5;
}
#salon-menu .priceTable tbody th small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1.5;
}
#salon-menu .priceTable tbody td {
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  font-size: 1.143rem;
  line-height: 1.5;
}
#salon-menu .priceTable tbody td small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1.5;
}
#salon-menu .priceTable tfoot td {
  color: #666;
  font-size: 80%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #salon-menu h4 {
    font-size: 2.143rem;
    padding: 15px 0 0;
  }
  #salon-menu .priceTable {
    width: calc(100% - 10px);
    margin-bottom: 30px;
    margin-left: 10px;
  }
  #salon-menu .priceTable thead th {
    font-size: 1.714rem;
  }
  #salon-menu .priceTable tbody th {
    font-size: 1.071rem;
  }
  #salon-menu .priceTable tbody th small {
    font-size: 90%;
  }
  #salon-menu .priceTable tbody td {
    font-size: 1.071rem;
  }
  #salon-menu .priceTable tbody td small {
    font-size: 90%;
  }
}
#salon-staff .plusHeadline {
  margin-bottom: 0;
}
#salon-staff .plusHeadline:nth-of-type(n+2) {
  margin-top: 100px;
}
#salon-staff .staffList {
  margin-bottom: 40px;
}
#salon-staff .staffList li {
  flex-basis: 30%;
  max-width: 30%;
  margin-top: 50px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  position: relative;
}
#salon-staff .staffList li:hover {
  transform: translateY(-10px);
}
#salon-staff .staffList li:not(:nth-of-type(3n)) {
  margin-right: 5%;
}
#salon-staff .staffList li figure {
  margin-bottom: 0;
}
#salon-staff .staffList li figure img {
  width: 100%;
  height: auto;
}
#salon-staff .staffList li figcaption {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
#salon-staff .staffList li figcaption .name {
  line-height: 1.4;
  margin-bottom: 10px;
}
#salon-staff .staffList li figcaption .name b {
  font-size: 1.714rem;
  font-weight: normal;
  display: block;
}
#salon-staff .staffList li figcaption .name small {
  font-size: 1rem;
  display: block;
}
#salon-staff .staffList li figcaption .position {
  margin-bottom: 0;
  line-height: 1.4;
}
#salon-staff .staffList li > a {
  display: block;
  position: relative;
}
#salon-staff .staffList li > a:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.85) 55%, transparent 90%);
  display: block;
}
#salon-staff .staffList li > a:hover img {
  opacity: 1;
}
#salon-staff .staffList li .insta {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #salon-staff .staffList {
    margin-bottom: 40px;
    justify-content: space-between;
  }
  #salon-staff .staffList li {
    flex-basis: 48%;
    max-width: 48%;
    margin-top: 30px;
    box-shadow: none;
    position: static;
  }
  #salon-staff .staffList li:hover {
    transform: translateY(0);
  }
  #salon-staff .staffList li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  #salon-staff .staffList li figcaption {
    margin-top: 10px;
    font-size: 1.071rem;
    position: static;
    padding: 0;
  }
  #salon-staff .staffList li figcaption .name b {
    font-size: 1.429rem;
  }
  #salon-staff .staffList li figcaption .name small {
    font-size: 0.857rem;
  }
  #salon-staff .staffList li figcaption .position {
    margin-bottom: 5px;
  }
  #salon-staff .staffList li > a:before {
    content: none;
  }
  #salon-staff .staffList li > a:hover img {
    opacity: 1;
  }
  #salon-staff .staffList li .insta {
    position: static;
    width: 30px;
  }
}
/************************************************
	Company
************************************************ */
/************************************************
	company-data
************************************************ */
#company-dataSec01 .philosophyTxt {
  padding-bottom: 70px;
}
#company-dataSec01 .philosophyTxt p {
  margin-bottom: 30px;
}
#company-dataSec01 .wayTxt {
  padding: 70px 0;
  margin-bottom: 50px;
}
#company-dataSec01 .wayTxt li {
  font-weight: bold;
  line-height: 2.3;
}
#company-dataSec01 .gMap iframe {
  width: 100%;
  height: 500px;
}

#company-outline, #history {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #company-dataSec01 .wayTxt {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  #company-dataSec01 .gMap iframe {
    width: 100%;
    height: 300px;
  }
}
/************************************************
	Way
************************************************ */
#philosophySec01 h3 {
  font-size: 2.143rem;
  font-weight: bold;
  margin-bottom: 80px;
}
#philosophySec01 .lead {
  font-size: 1.429rem;
  line-height: 2.3;
}
#philosophySec01 .logo {
  padding: 100px 0 0;
}
#philosophySec01 .wayBlock .wp-block-columns {
  gap: 5em;
}
#philosophySec01 .wayBlock .wp-block-column {
  flex-basis: 43%;
  padding: 100px 0;
}
#philosophySec01 .wayBlock .wp-block-column h3 {
  font-size: 1.429rem;
  font-weight: bold;
  margin-bottom: 0;
}
#philosophySec01 .wayBlock .wp-block-column p {
  margin-top: 40px;
}
#philosophySec01 .arrowLink {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  #philosophySec01 h3 {
    font-size: 2.143rem;
    font-weight: bold;
    margin-bottom: 80px;
  }
  #philosophySec01 .lead {
    font-size: 1.071rem;
    line-height: 2.3;
  }
  #philosophySec01 .wayBlock .wp-block-columns {
    gap: 0;
  }
  #philosophySec01 .wayBlock .wp-block-column {
    padding: 50px 0;
  }
  #philosophySec01 .wayBlock .wp-block-column h3 {
    font-size: 1.429rem;
    font-weight: bold;
    margin-bottom: 0;
  }
  #philosophySec01 .wayBlock .wp-block-column p {
    margin-top: 2em;
  }
  #philosophySec01 .arrowLink {
    margin-top: 50px;
  }
}
/************************************************
	経営者コラム
************************************************ */
#companyColumnSec01 .eyecatch {
  margin-bottom: 100px;
}
#companyColumnSec01 .eyecatch img {
  width: 100%;
  height: auto;
}
#companyColumnSec01 .profile .imgClm {
  flex: 0 0 315px;
}
#companyColumnSec01 .profile .txtClm {
  padding-left: 50px;
}
#companyColumnSec01 .profile .txtClm p.name {
  font-size: 1.429rem;
}
#companyColumnSec01 .profile .txtClm .snsLink li {
  margin-right: 30px;
  margin-bottom: 50px;
}
#companyColumnSec01 .arrowLink {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #companyColumnSec01 .eyecatch {
    margin-bottom: 50px;
  }
  #companyColumnSec01 .profile .imgClm {
    width: 48%;
  }
  #companyColumnSec01 .profile .txtClm {
    padding-left: 0;
  }
  #companyColumnSec01 .profile .txtClm p.name {
    font-size: 1.286rem;
  }
  #companyColumnSec01 .profile .txtClm .snsLink li {
    margin-right: 30px;
    margin-bottom: 50px;
  }
  #companyColumnSec01 .profile .description {
    font-size: 1.071rem;
  }
  #companyColumnSec01 .arrowLink {
    margin-top: 50px;
  }
}
.companyColumnList {
  padding: 100px 0;
}
.companyColumnList ul {
  border-top: 2px solid #000;
}
.companyColumnList ul li {
  border-bottom: 1px solid #ccc;
}
.companyColumnList ul li a {
  padding: 20px 0;
  width: 100%;
  display: block;
}
.companyColumnList ul li a time {
  flex: 0 0 260px;
  margin-bottom: 0;
}
.companyColumnList ul li a .tit {
  margin-bottom: 0;
}
.companyColumnList ul li a:hover {
  background: #F1F2EE;
  color: #00b9ef;
}
.companyColumnList .arrowLink {
  margin-top: 40px !important;
}

/************************************************
	privacy
************************************************ */
#privacySec01 h4 {
  font-size: 1.071rem;
  font-weight: bold;
  margin-top: 30px;
}
#privacySec01 a {
  text-decoration: underline;
}
#privacySec01 .arrowLink {
  margin-top: 100px;
}
#privacySec01 .arrowLink a {
  text-decoration: none;
}

/************************************************
	Service
************************************************ */
.tbMenu {
  padding: 50px 0;
}
.tbMenu .plusHeadline {
  margin-bottom: 30px;
}
.tbMenu .serviceList {
  justify-content: center;
}
.tbMenu li {
  padding: 0 2%;
}
.tbMenu li figure {
  margin-bottom: 0;
}
.tbMenu li figcaption {
  text-align: center;
  margin-top: 5px;
}
.tbMenu li a:hover {
  color: #00b9ef;
}

@media screen and (max-width: 768px) {
  .tbMenu {
    padding: 50px 0;
  }
  .tbMenu li {
    padding: 5px;
  }
  .tbMenu li figure {
    margin-bottom: 0;
  }
  .tbMenu li figcaption {
    text-align: center;
    margin-top: 5px;
  }
}
.tbList .item {
  margin-top: 10px;
  flex-basis: 49%;
}
.tbList .item .foto {
  position: relative;
}
.tbList .item .foto img {
  width: 100%;
  height: auto;
}
.tbList .item a {
  display: block;
}
.tbList .item a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 50%);
  display: block;
}
.tbList .item a:after {
  content: "";
  width: 5px;
  height: 5px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 7px;
  right: 7px;
}
.tbList .item a:hover {
  opacity: 0.8;
}
.tbList .item a:hover img {
  opacity: 1;
}
.tbList .item figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 25px;
  color: #fff;
}
.tbList .item figcaption h3 {
  margin-bottom: 0;
}
.tbList .item figcaption strong {
  font-size: 4.286rem;
  display: block;
  line-height: 1;
  font-weight: normal;
  margin-top: 5px;
}
.tbList .item figcaption strong.mbfbc {
  font-size: 4rem;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  .tbList .item {
    margin-top: 0;
  }
  .tbList .item figure {
    margin-bottom: 0;
  }
  .tbList .item figcaption {
    width: 100%;
  }
  .tbList .item figcaption strong {
    font-size: 4.286rem;
  }
}
#tbContentSec01 .leadSec {
  padding: 100px 0 0;
}
#tbContentSec01 .leadSec p {
  line-height: 2.3;
}
#tbContentSec01 article {
  padding: 100px 0;
}
#tbContentSec01 article:last-of-type {
  padding-bottom: 200px;
}
#tbContentSec01 .tb-haircataList {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
#tbContentSec01 .tb-haircataList li:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
#tbContentSec01 .tb-haircataList li:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 3/4;
}
#tbContentSec01 .tb-haircataList li:nth-of-type(3) {
  grid-row: 1/2;
  grid-column: 4/5;
}
#tbContentSec01 .tb-haircataList li:nth-of-type(4) {
  grid-row: 2/3;
  grid-column: 3/4;
}
#tbContentSec01 .tb-haircataList li:nth-of-type(5) {
  grid-row: 2/3;
  grid-column: 4/5;
}
#tbContentSec01 .tb-haircataList li img {
  width: 100%;
  height: auto;
}
#tbContentSec01 .tb-nailcataList {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
#tbContentSec01 .tb-nailcataList li:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
#tbContentSec01 .tb-nailcataList li:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 3/4;
}
#tbContentSec01 .tb-nailcataList li:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 3/4;
}
#tbContentSec01 .tb-nailcataList li:nth-of-type(4) {
  grid-row: 3/4;
  grid-column: 1/2;
}
#tbContentSec01 .tb-nailcataList li:nth-of-type(5) {
  grid-row: 4/5;
  grid-column: 1/2;
}
#tbContentSec01 .tb-nailcataList li:nth-of-type(6) {
  grid-row: 3/5;
  grid-column: 2/4;
}
#tbContentSec01 .tb-nailcataList li img {
  width: 100%;
  height: auto;
}
#tbContentSec01 .arrowLink {
  margin-top: 40px;
}
#tbContentSec01 .btnArea {
  margin-top: 60px;
}
#tbContentSec01 .btnArea li {
  flex: 1;
}
#tbContentSec01 .tb-contentArea p {
  margin-top: 2rem;
}
#tbContentSec01 .tb-contentArea img {
  margin-bottom: 2rem;
}
#tbContentSec01 .tb-topicArea .topicList {
  margin-left: 0;
}
#tbContentSec01 .tb-topicArea .topicList > li {
  flex-basis: 49%;
  margin-bottom: 30px;
}
#tbContentSec01 .tb-topicArea .topicList > li figure {
  flex: 0 0 180px;
  margin-bottom: 0;
}
#tbContentSec01 .tb-topicArea .topicList > li .txtClm {
  padding: 5% 30px 0;
}
#tbContentSec01 .tb-topicArea .topicList > li .txtClm h4 {
  font-size: 1.286rem;
  font-weight: bold;
}
#tbContentSec01 .tb-topicArea .topicList > li a:hover .txtClm h4 {
  color: #00b9ef;
}
#tbContentSec01 .tb-movieList li .movie {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  width: 100%;
}
#tbContentSec01 .tb-movieList li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tbContentSec01 .tb-movieList li .tit {
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
}
#tbContentSec01 .tb-menuArea .tbMenuMainImg {
  width: 100%;
  margin-bottom: 2em;
}
#tbContentSec01 .tb-menuArea .tbMenuMainImg img {
  flex: 1;
}
#tbContentSec01 .tb-menuArea .attention {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 1rem;
}
#tbContentSec01 .tb-menuArea .attention li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#tbContentSec01 .tb-menuArea .priceList {
  column-count: 2;
  column-gap: 3em;
}
#tbContentSec01 .tb-menuArea .priceTable {
  border-top: 3px solid #000;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 80px;
}
#tbContentSec01 .tb-menuArea .priceTable:last-of-type {
  margin-bottom: 0;
}
#tbContentSec01 .tb-menuArea .priceTable th, #tbContentSec01 .tb-menuArea .priceTable td {
  padding: 10px;
}
#tbContentSec01 .tb-menuArea .priceTable thead th {
  font-size: 1.429rem;
  font-weight: bold;
}
#tbContentSec01 .tb-menuArea .priceTable thead td {
  padding-top: 0;
  font-size: 1rem;
}
#tbContentSec01 .tb-menuArea .priceTable tbody {
  border-top: 1px solid #ccc;
}
#tbContentSec01 .tb-menuArea .priceTable tbody tr {
  border-bottom: 1px solid #ccc;
}
#tbContentSec01 .tb-menuArea .priceTable tbody th, #tbContentSec01 .tb-menuArea .priceTable tbody td {
  font-size: 1.143rem;
}
#tbContentSec01 .tb-menuArea .priceTable tbody th small, #tbContentSec01 .tb-menuArea .priceTable tbody td small {
  font-size: 1rem;
  line-height: 1.7;
  display: inline-block;
}
#tbContentSec01 .tb-menuArea .priceTable tbody th {
  font-weight: normal;
}
#tbContentSec01 .tb-menuArea .priceTable tbody td {
  text-align: right;
}
#tbContentSec01 .tb-menuArea .priceTable tfoot {
  font-size: 1rem;
}
#tbContentSec01 .tb-menuArea a[target=_blank]:after {
  content: "";
  background: url(../images/ico_blank.svg) no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-left: 0.5em;
}

@media screen and (max-width: 768px) {
  #tbContentSec01 {
    margin-bottom: 0;
  }
  #tbContentSec01 .leadSec {
    padding: 50px 0;
  }
  #tbContentSec01 article {
    padding: 50px 0;
    margin-bottom: 0;
  }
  #tbContentSec01 article:last-of-type {
    padding-bottom: 100px;
  }
  #tbContentSec01 .tb-haircataList {
    display: flex;
    flex-wrap: wrap;
  }
  #tbContentSec01 .tb-haircataList li:nth-of-type(1) {
    flex-basis: 100%;
  }
  #tbContentSec01 .tb-haircataList li:nth-of-type(n+2) {
    flex-basis: 50%;
  }
  #tbContentSec01 .tb-haircataList li img {
    width: 100%;
    height: auto;
  }
  #tbContentSec01 .tb-nailcataList {
    display: flex;
    flex-wrap: wrap;
  }
  #tbContentSec01 .tb-nailcataList li:nth-of-type(n+2) {
    flex-basis: 50%;
  }
  #tbContentSec01 .tb-nailcataList li:nth-of-type(1), #tbContentSec01 .tb-nailcataList li:nth-of-type(6) {
    flex-basis: 100%;
  }
  #tbContentSec01 .tb-nailcataList li img {
    width: 100%;
    height: auto;
  }
  #tbContentSec01 .arrowLink {
    margin-top: 30px;
  }
  #tbContentSec01 .btnArea li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #tbContentSec01 .tb-contentArea p {
    margin-top: 2rem;
  }
  #tbContentSec01 .tb-topicArea .topicList > li {
    margin-bottom: 20px;
  }
  #tbContentSec01 .tb-topicArea .topicList > li figure {
    flex: 1 0 35%;
  }
  #tbContentSec01 .tb-topicArea .topicList > li .txtClm {
    padding: 5px 0 0 20px;
    flex: 1 1 auto;
  }
  #tbContentSec01 .tb-topicArea .topicList > li .txtClm h4 {
    font-size: 1.143rem;
  }
  #tbContentSec01 .tb-topicArea .topicList > li .txtClm p {
    margin-bottom: 0;
    line-height: 1.8;
  }
  #tbContentSec01 .tb-movieList li {
    margin-top: 10px;
  }
  #tbContentSec01 .tb-menuArea .tbMenuMainImg {
    width: 100%;
    margin-bottom: 2em;
  }
  #tbContentSec01 .tb-menuArea .tbMenuMainImg img {
    flex: 1;
  }
  #tbContentSec01 .tb-menuArea .attention {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  #tbContentSec01 .tb-menuArea .attention li {
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  #tbContentSec01 .tb-menuArea .priceList {
    column-count: 1;
    column-gap: 0;
  }
  #tbContentSec01 .tb-menuArea .priceTable {
    border-top: 3px solid #000;
    width: 100%;
    break-inside: avoid;
    margin-bottom: 80px;
  }
  #tbContentSec01 .tb-menuArea .priceTable:last-of-type {
    margin-bottom: 0;
  }
  #tbContentSec01 .tb-menuArea .priceTable th, #tbContentSec01 .tb-menuArea .priceTable td {
    padding: 10px;
  }
  #tbContentSec01 .tb-menuArea .priceTable thead th {
    font-size: 1.429rem;
    font-weight: bold;
  }
  #tbContentSec01 .tb-menuArea .priceTable thead td {
    padding-top: 0;
    font-size: 1rem;
  }
  #tbContentSec01 .tb-menuArea .priceTable tbody {
    border-top: 1px solid #ccc;
  }
  #tbContentSec01 .tb-menuArea .priceTable tbody tr {
    border-bottom: 1px solid #ccc;
  }
  #tbContentSec01 .tb-menuArea .priceTable tbody th, #tbContentSec01 .tb-menuArea .priceTable tbody td {
    font-size: 1.143rem;
  }
  #tbContentSec01 .tb-menuArea .priceTable tbody th small, #tbContentSec01 .tb-menuArea .priceTable tbody td small {
    font-size: 1rem;
    line-height: 1.7;
    display: inline-block;
  }
  #tbContentSec01 .tb-menuArea .priceTable tbody th {
    font-weight: normal;
  }
  #tbContentSec01 .tb-menuArea .priceTable tbody td {
    text-align: right;
  }
  #tbContentSec01 .tb-menuArea .priceTable tfoot {
    font-size: 1rem;
  }
  #tbContentSec01 .tb-menuArea a[target=_blank]:after {
    content: "";
    background: url(../images/ico_blank.svg) no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 0.5em;
  }
}
#tbContentSec02 .plusHeadline, #tbContentSec02 figcaption {
  color: #fff;
}

/************************************************
	STAFF
************************************************ */
#staffDataSec {
  padding: 50px 0;
}
#staffDataSec .plusHeadline {
  margin-bottom: 30px;
}
#staffDataSec .staffData {
  padding: 0 0 50px;
}
#staffDataSec .staffData .staffName {
  flex-basis: 47%;
}
#staffDataSec .staffData .nameArea {
  padding: 20px 0 50px;
  position: relative;
}
#staffDataSec .staffData .nameArea h4 b {
  font-size: 2.571rem;
  font-weight: normal;
  display: block;
}
#staffDataSec .staffData .nameArea h4 small {
  font-size: 1rem;
  display: block;
  margin-top: 10px;
}
#staffDataSec .staffData .nameArea .position {
  font-size: 1.429rem;
}
#staffDataSec .staffData .nameArea .insta {
  position: absolute;
  top: 20px;
  right: 0;
}
#staffDataSec .staffData .catch {
  font-size: 1.286rem;
  font-weight: bold;
  padding: 50px 0;
}
#staffDataSec .staffData .reserve .shop {
  font-size: 1.571rem;
  font-weight: bold;
}
#staffDataSec .staffData .reserve .reserveBtn li {
  margin-bottom: 10px;
}
#staffDataSec .staffData .reserve .telBtn a, #staffDataSec .staffData .reserve .reserveBtn a, #staffDataSec .staffData .reserve .hpBtn a, #staffDataSec .staffData .reserve .otherBtn a {
  display: block;
  width: 300px;
  padding: 10px;
  text-align: center;
  font-size: 1.286rem;
  color: #fff;
  background: #00b9ef;
  position: relative;
  border-radius: 30px;
}
#staffDataSec .staffData .reserve .telBtn a {
  font-size: 1.429rem;
  background: #231815;
  pointer-events: none;
}
#staffDataSec .staffData .reserve .hpBtn a {
  background: #D384A6;
}
#staffDataSec .staffData .reserve .otherBtn a {
  background: #666;
}
#staffDataSec .staffData .reserve .insta {
  margin-top: 20px;
}
#staffDataSec .staffData .reserve .insta a {
  text-decoration: underline;
}
#staffDataSec .staffData .txtClm {
  flex-basis: 47%;
}
#staffDataSec .staffData .txtClm .plusHeadline:nth-of-type(n+2) {
  margin-top: 100px;
}
#staffDataSec .calendarSec {
  padding-top: 50px;
}
#staffDataSec .calendarSec .staff-schedule .marks {
  margin-top: 20px;
}
#staffDataSec .calendarSec .staff-schedule .marks li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 5px 0 0;
}
#staffDataSec .calendarSec .staff-schedule .marks li:nth-child(1):before {
  background: #add8e6;
}
#staffDataSec .calendarSec .staff-schedule .marks li:nth-child(2):before {
  background: #ffe4e1;
}
#staffDataSec .calendarSec .staff-schedule .marks li:nth-child(3):before {
  background: #c3a065;
}

@media screen and (max-width: 768px) {
  #staffDataSec {
    padding: 50px 0 0;
  }
  #staffDataSec .staffData .staffName {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #staffDataSec .staffData .foto {
    flex-basis: 47%;
  }
  #staffDataSec .staffData .nameArea {
    flex-basis: 47%;
    padding: 0;
    position: static;
  }
  #staffDataSec .staffData .nameArea h4 b {
    font-size: 1.429rem;
    font-weight: normal;
    display: block;
  }
  #staffDataSec .staffData .nameArea h4 small {
    font-size: 0.857rem;
    display: block;
    margin-top: 10px;
  }
  #staffDataSec .staffData .nameArea .position {
    font-size: 1.071rem;
  }
  #staffDataSec .staffData .nameArea .insta {
    position: static;
    margin-bottom: 0;
    width: 28px;
  }
  #staffDataSec .staffData .reserve {
    flex-basis: 100%;
  }
  #staffDataSec .staffData .reserve .shop {
    font-size: 1.286rem;
  }
  #staffDataSec .staffData .reserve .reserveBtn li {
    margin-bottom: 10px;
  }
  #staffDataSec .staffData .reserve .telBtn a, #staffDataSec .staffData .reserve .reserveBtn a, #staffDataSec .staffData .reserve .hpBtn a, #staffDataSec .staffData .reserve .otherBtn a {
    width: 100%;
    font-size: 1.143rem;
  }
  #staffDataSec .staffData .reserve .telBtn a {
    font-size: 1.286rem;
    pointer-events: auto;
  }
  #staffDataSec .staffData .txtClm {
    padding: 100px 0 0;
  }
  #staffDataSec .staffData .txtClm .plusHeadline:nth-of-type(n+2) {
    margin-top: 100px;
  }
  #staffDataSec .calendarSec {
    padding-top: 50px;
  }
  #staffDataSec .calendarSec .staff-schedule > div table {
    float: none;
    width: 100%;
  }
  #staffDataSec .calendarSec .staff-schedule > div table.attmgr_monthly_staff_schedule_left {
    margin: 0 0 10px;
  }
  #staffDataSec .calendarSec .staff-schedule .marks {
    margin-top: 20px;
  }
  #staffDataSec .calendarSec .staff-schedule .marks li:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 5px 0 0;
  }
  #staffDataSec .calendarSec .staff-schedule .marks li:nth-child(1):before {
    background: #add8e6;
  }
  #staffDataSec .calendarSec .staff-schedule .marks li:nth-child(2):before {
    background: #ffe4e1;
  }
  #staffDataSec .calendarSec .staff-schedule .marks li:nth-child(3):before {
    background: #c3a065;
  }
}
/************************************************
	EXPERIENCE
************************************************ */
.experienceSec {
  padding: 100px 0;
}
.experienceSec .bg {
  background: #fff;
  padding: 40px 0 0;
}
.experienceSec .item {
  margin-bottom: 40px;
}
.experienceSec .item figure {
  aspect-ratio: 630/450;
  overflow: hidden;
  margin-bottom: 0;
}
.experienceSec .item figure img {
  width: 100%;
  height: auto;
}
.experienceSec .item .txtClm {
  margin: -20px auto 0;
  width: 90%;
  background: rgba(0, 0, 0, 0.65);
  padding: 20px;
  position: relative;
  z-index: 10;
}
.experienceSec .item .cate {
  font-size: 0.857rem;
  margin-bottom: 10px;
}
.experienceSec .item .tit {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
}
.experienceSec .item a {
  color: #fff;
}
.experienceSec .item a:hover .txtClm {
  background: rgba(0, 185, 239, 0.65);
}
.experienceSec .arrowLink {
  margin-top: 50px;
}

.sub .experienceSec {
  padding: 100px 0;
}

#experienceArchiveSec {
  padding: 50px 0 100px;
}
#experienceArchiveSec .experienceList {
  padding-top: 40px;
}

#experienceSinglesec .eyecatch img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .experienceSec .item {
    margin-bottom: 20px;
  }
  .experienceSec .item .txtClm {
    margin: -30px -4.2vw 0 auto;
    width: 80%;
  }
  #experienceSec {
    padding: 50px 0;
  }
  #experienceSec .inner {
    padding: 0;
  }
  #experienceSec .bg {
    padding: 20px 0 0;
  }
  #experienceSec .item {
    margin-bottom: 20px;
  }
  #experienceSec .item .txtClm {
    margin: -30px -4.2vw 0 auto;
    width: 80%;
  }
  #experienceSec .item .cate {
    font-size: 0.857rem;
    margin-bottom: 10px;
  }
  #experienceSec .item .tit {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0;
  }
  #experienceSec .item a {
    color: #fff;
  }
  #experienceSec .item a:hover .txtClm {
    background: rgba(0, 185, 239, 0.65);
  }
  #experienceSec .arrowLink {
    margin-top: 40px;
  }
  .sub #experienceSec {
    padding: 100px 0 !important;
  }
  #experienceArchiveSec {
    padding: 50px 0;
  }
  #experienceArchiveSec .experienceList {
    padding-top: 20px;
  }
}
/************************************************
	Catalog
************************************************ */
.cataMenu {
  padding: 50px 0;
}
.cataMenu li {
  flex: 1;
  margin-bottom: 0;
  padding: 5px;
}
.cataMenu li a {
  display: block;
  padding: 10px;
  text-align: center;
  position: relative;
  border: 1px solid #231815;
}
.cataMenu li a.active, .cataMenu li a:hover {
  background: #666;
  color: #fff;
}

.catalogSec .cataList {
  padding: 50px 0;
  width: 100%;
}
.catalogSec .cataList.col-4 .item {
  flex-basis: 23.5%;
  margin-right: 2%;
}
.catalogSec .cataList.col-4 .item:nth-of-type(4n) {
  margin-right: 0;
}
.catalogSec .cataList.col-3 .item {
  flex-basis: 32%;
  margin-right: 2%;
}
.catalogSec .cataList.col-3 .item:nth-of-type(3n) {
  margin-right: 0;
}
.catalogSec .cataList .item {
  margin-top: 20px;
  flex-basis: 23%;
}
.catalogSec .cataList .item a {
  position: relative;
}
.catalogSec .cataList .item a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .cataMenu {
    padding: 50px 0;
  }
  .cataMenu ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cataMenu li {
    flex-basis: 49%;
    max-width: 49%;
    margin-bottom: 10px;
    padding: 0;
  }
  .cataMenu li a {
    padding: 5px 10px;
  }
  .catalogSec .cataList.col-4 .item {
    flex-basis: 50%;
    margin-right: 0;
  }
  .catalogSec .cataList.col-3 .item {
    flex-basis: 50%;
    margin-right: 0;
  }
  .catalogSec .cataList .item {
    margin-top: 0;
  }
  .catalogSec .cataList .item a {
    position: relative;
  }
  .catalogSec .cataList .item a img {
    width: 100%;
    height: auto;
  }
}
.catalogSingleSec {
  padding: 50px 0;
}
.catalogSingleSec .portfolio-image {
  flex-basis: 480px;
}
.catalogSingleSec .portfolio-image .thumbnail li {
  flex-basis: 31%;
  margin-right: 4%;
}
.catalogSingleSec .portfolio-image .thumbnail li:nth-of-type(3) {
  margin-right: 0;
}
.catalogSingleSec .txtClm {
  flex-basis: 470px;
}
.catalogSingleSec .txtClm .cate {
  display: inline-block;
  width: 130px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  background: #ddd;
  margin-bottom: 30px;
}
.catalogSingleSec .txtClm h3.tit {
  font-size: 2.143rem;
}
.catalogSingleSec .txtClm .tag {
  margin-bottom: 30px;
}
.catalogSingleSec .txtClm .tag:before {
  content: "";
  background: url(../images/ico_tag.png) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.catalogSingleSec .txtClm .description {
  padding: 50px 0;
}
.catalogSingleSec .txtClm .menu {
  padding: 50px 0;
}
.catalogSingleSec .txtClm .menu p {
  font-size: 1rem;
  line-height: 1.8;
}
.catalogSingleSec .txtClm .stylistArea {
  padding: 50px 0;
  position: relative;
}
.catalogSingleSec .txtClm .stylistArea .profile .photo {
  flex-basis: 100px;
}
.catalogSingleSec .txtClm .stylistArea .profile .photo img {
  border: 1px solid #ccc;
}
.catalogSingleSec .txtClm .stylistArea .profile .profData {
  margin-left: 15px;
  position: relative;
  width: calc(100% - 100px);
}
.catalogSingleSec .txtClm .stylistArea .profile .profData .name {
  font-size: 1.429rem;
  margin-bottom: 10px;
  line-height: 1;
}
.catalogSingleSec .txtClm .stylistArea .profile .profData .shop {
  margin-bottom: 15px;
}
.catalogSingleSec .txtClm .stylistArea .profileTxt {
  font-size: 1.071rem;
}
.catalogSingleSec .txtClm .stylistArea .reserveBtn {
  margin-top: 20px;
  width: 100%;
}
.catalogSingleSec .txtClm .stylistArea .reserveBtn li {
  flex: 1;
}
.catalogSingleSec .txtClm .stylistArea .reserveBtn li a {
  display: block;
  padding: 7px;
  text-align: center;
  color: #fff;
  position: relative;
  border-radius: 30px;
}
.catalogSingleSec .txtClm .stylistArea .reserveBtn li a:hover {
  opacity: 0.8;
}
.catalogSingleSec .txtClm .stylistArea .reserveBtn li.shimei a {
  background: #00b9ef;
}
.catalogSingleSec .txtClm .stylistArea .reserveBtn li.hotpepper a {
  background: #D384A6;
}
.catalogSingleSec .arrowLink {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .catalogSingleSec {
    padding: 50px 0 0;
  }
  .catalogSingleSec .txtClm {
    padding: 50px 0 0;
  }
  .catalogSingleSec .txtClm h3.tit {
    font-size: 1.714rem;
  }
  .catalogSingleSec .txtClm .tag {
    margin-bottom: 30px;
  }
  .catalogSingleSec .txtClm .description {
    padding: 30px 0 50px;
  }
  .catalogSingleSec .txtClm .menu {
    padding: 50px 0;
  }
  .catalogSingleSec .txtClm .menu p {
    font-size: 1rem;
  }
  .catalogSingleSec .arrowLink {
    margin-top: 0;
  }
}
/************************************************
	PC
************************************************ */
.formSec {
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
.formSec h3 + .txt {
  text-align: center;
  margin-bottom: 40px;
}
.formSec .box {
  padding: 40px 100px;
}
.formSec .formTable {
  width: 95%;
  margin: 0 auto;
}
.formSec .formTable th, .formSec .formTable td {
  font-size: 1.071rem;
}
.formSec .formTable th {
  padding-top: 20px;
  vertical-align: top;
  width: 290px;
  position: relative;
}
.formSec .formTable th b {
  color: #fff;
  background: #00b9ef;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 21px;
  line-height: 1;
  padding: 8px 1em;
  border-radius: 3px;
}
.formSec .formTable td {
  padding: 10px 0;
}
.formSec .formTable td input[type=text], .formSec .formTable td input[type=email], .formSec .formTable td input[type=tel], .formSec .formTable td select, .formSec .formTable td textarea {
  padding: 10px 20px;
  border: 1px solid #ccc;
  width: 100%;
}
.formSec .formTable td .yourSelect {
  position: relative;
}
.formSec .formTable td .yourSelect:after {
  content: "▼";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.formSec .formTable td .yourCheck {
  display: block;
  margin-top: 10px;
}
.formSec .formTable td .wpcf7-list-item {
  display: block;
}
.formSec .formTable td .yourAccept {
  font-weight: bold;
}
.formSec .formTable td label {
  padding: 10px 40px;
  color: #ffffff;
  background-color: #fff;
  cursor: pointer;
  color: #000;
  border: 1px solid #ccc;
}
.formSec .formTable td input[type=file] {
  display: none;
}
.formSec .formTable td .fileName1 {
  margin: 10px 0 0 10px;
  display: inline-block;
}
.formSec .formTable td .fileName2 {
  margin: 10px 0 0 10px;
  display: inline-block;
}
.formSec .formTable td .wpcf7-radio label {
  padding: 8px 0px;
  background-color: initial;
  cursor: initial;
  border: initial;
}
.formSec .accept {
  text-align: center;
  margin-top: 50px;
}
.formSec .btnArea {
  margin-top: 80px;
  flex-direction: column;
}
.formSec .btnArea span {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  position: relative;
}
.formSec .btnArea span:after {
  content: "";
  background: url(../images/arrow_link_fff.svg) no-repeat;
  height: 9px;
  width: 90px;
  position: absolute;
  top: 45px;
  right: 20px;
  display: inline-block;
  transition: 0.3s;
}
.formSec .btnArea span:hover:after {
  transform: translateX(10px);
}
.formSec .btnArea input[type=submit] {
  border: none;
  width: 100%;
  max-width: 400px;
  height: 100px;
  color: #fff;
  font-size: 1.429rem;
  background: #7F807E;
  padding: 15px 20px;
  text-align: left;
  font-family: Avenir, "Noto Sans JP", sans-serif;
}
.formSec .btnArea input[type=submit]:hover {
  background: rgb(101.5, 102.2992125984, 100.7007874016);
}
.formSec .btnArea .back {
  width: 300px;
  background: #666;
  color: #fff;
  font-size: 1.143rem;
  padding: 10px;
  border: none;
}
.formSec .btnArea .back:hover {
  background: rgb(127.5, 127.5, 127.5);
}

#confirmSec01 .formTable td {
  padding-top: 20px;
}

/************************************************
	SP
************************************************ */
@media screen and (max-width: 768px) {
  .formSec {
    padding-bottom: 50px;
  }
  .formSec h3 + .txt {
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.8;
  }
  .formSec .formTable {
    width: 100%;
  }
  .formSec .formTable th, .formSec .formTable td {
    font-size: 1.071rem;
    display: block;
  }
  .formSec .formTable th {
    padding-top: 30px;
    width: 100%;
  }
  .formSec .formTable th b {
    position: static;
    margin-left: 1em;
    font-size: 3.4vw;
  }
  .formSec .formTable td {
    padding: 5px 0 0;
  }
  .formSec .formTable td .yourCheck {
    margin-top: 0;
  }
  .formSec .formTable td textarea {
    height: 200px;
  }
  #confirmSec01 .formTable td {
    padding: 0;
  }
  #confirmSec01 .formTable tr:last-of-type th {
    display: block;
  }
}
/************************************************
	PC
************************************************ */
.side .plusHeadline {
  margin-bottom: 30px;
}
.side .plusHeadline b {
  display: block;
  min-width: initial;
}
.side .plusHeadline span {
  font-size: 0.929rem;
}
.side .plusHeadline span:before {
  content: none;
}
.side .plusHeadline:nth-of-type(n+2) {
  margin-top: 100px;
}
.side .cateList li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.side .cateList li:before {
  content: "・";
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .side {
    margin-top: 100px;
  }
}
.singleSec .datecate time {
  margin-right: 1em;
}
.singleSec .datecate .cate a {
  display: inline-block;
  font-size: 0.929rem;
  color: #00b9ef;
  margin-right: 5px;
}
.singleSec .social {
  margin: 40px 0 40px;
}
.singleSec .contentWrap .eyecatch {
  margin-bottom: 50px;
  text-align: center;
}
.singleSec .contentWrap .eyecatch img {
  max-width: 100%;
}
.singleSec .contentWrap .newsTit {
  font-size: 1.714rem;
  margin-bottom: 40px;
  line-height: 1.5;
}
.singleSec .contentWrap .cate a {
  display: inline-block;
  font-size: 0.929rem;
  color: #231815;
  margin-right: 5px;
  border-bottom: 1px solid #231815;
}
.singleSec .contentWrap .cate ul {
  margin-bottom: 0;
}
.singleSec .contentWrap .content {
  padding: 50px 0;
}
.singleSec .contentWrap .content h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  background: #7F807E;
  padding: 10px 15px;
  font-size: 24px;
}
.singleSec .contentWrap .content h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  display: inline-block;
  border-bottom: 2px solid #ccc;
  padding: 0 15px 10px;
}
.singleSec .contentWrap .content h2 + h3 {
  margin-top: 20px;
}
.singleSec .contentWrap .content p {
  margin-top: 30px;
}
.singleSec .contentWrap .content h2 + p {
  margin-top: 0;
}
.singleSec .contentWrap .content h3 + p {
  margin-top: 0;
}
.singleSec .contentWrap .content figure {
  margin-top: 30px;
}
.singleSec .contentWrap .content figure img {
  max-width: 100%;
  height: auto;
}
.singleSec .contentWrap .content h2 + figure {
  margin-top: 0;
}
.singleSec .contentWrap .content h3 + figure {
  margin-top: 0;
}
.singleSec .contentWrap .content a {
  text-decoration: underline;
}
.singleSec .contentWrap .content .wp_social_bookmarking_light {
  margin-top: 50px !important;
}
.singleSec .social ul {
  margin-left: 20px;
}
.singleSec .social ul li {
  position: relative;
  height: 30px;
  margin-right: 5px;
  width: 130px;
}
.singleSec .social ul li:last-of-type {
  margin: 0;
}
.singleSec .social ul li a {
  display: flex;
  align-items: center;
  padding: 0 25px;
  color: #fff;
  font-size: 0.857rem;
  font-weight: bold;
  background: #C798AD;
  width: 100%;
  height: 30px;
  transition: 0.2s;
  border-radius: 5px;
}
.singleSec .social ul li a:before {
  display: block;
  font-family: FontAwesome, "FontAwesome";
}
.singleSec .social ul li a span {
  display: inline-block;
  margin-left: 12px;
}
.singleSec .social ul li a:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
}
.singleSec .social ul li a.btnFacebook {
  background: #1877F2;
}
.singleSec .social ul li a.btnFacebook:before {
  content: "\f39e";
}
.singleSec .social ul li a.btnTwitter {
  background: #1DA1F2;
}
.singleSec .social ul li a.btnTwitter:before {
  content: "\f099";
}
.singleSec .social ul li a.btnHatena {
  background: #01a4dd;
}
.singleSec .social ul li a.btnHatena:before {
  content: "";
  background: url(../images/hatenabookmark-logomark.svg) no-repeat;
  width: 25px;
  height: 25px;
}
.singleSec .page-links {
  display: flex;
  justify-content: center;
  color: #ccc;
}
.singleSec .page-links a {
  color: #C798AD;
  display: flex;
  align-items: center;
}
.singleSec .page-links .navi-prev a:before {
  content: "";
  background: url(../images/arrow_prev.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 5px;
  display: inline-block;
  margin-right: 15px;
  transition: 0.2s;
}
.singleSec .page-links .navi-prev a:hover:before {
  transform: translateX(-5px);
}
.singleSec .page-links .navi-next a:after {
  content: "";
  background: url(../images/arrow_next.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 5px;
  display: inline-block;
  margin-left: 15px;
  transition: 0.2s;
}
.singleSec .page-links .navi-next a:hover:after {
  transform: translateX(5px);
}

/************************************************
	SP
************************************************ */
@media screen and (max-width: 768px) {
  .singleSec .articleArea {
    max-width: 100%;
    min-width: initial;
  }
  .singleSec .newsTit {
    font-size: 6.4vw;
  }
  .singleSec .social {
    margin: 40px 0 40px;
  }
  .singleSec .content p {
    margin-bottom: 30px;
  }
  .singleSec .content h2 {
    font-size: 1.429rem;
  }
  .singleSec .content h2:after {
    content: "";
    background: url(../images/h2_blog.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
  }
  .singleSec .content h3 {
    font-size: 1.286rem;
  }
  .singleSec .social h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .singleSec .social ul {
    margin-left: 0;
  }
  .singleSec .social ul li {
    position: relative;
    flex: 1;
    width: auto;
  }
  .singleSec .social ul li:last-of-type {
    margin: 0;
  }
  .singleSec .social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
  }
}
/************************************************
	Column
************************************************ */
#columnSec {
  padding: 100px 0;
}
#columnSec .arrowLink {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #columnSec {
    padding: 50px 0;
  }
}
.columnList {
  padding: 60px 0;
}
.columnList .row {
  margin-left: 0;
  margin-right: 0;
}
.columnList .item {
  position: relative;
}
.columnList .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
}
.columnList .item .thumbnail {
  margin-bottom: 0;
  max-height: 18.6vw;
  overflow: hidden;
}
.columnList .item .thumbnail img {
  width: 100%;
  height: auto;
}
.columnList .item .txtClm {
  position: relative;
  padding-top: 80px;
}
.columnList .item .txtClm .author {
  position: absolute;
  top: -44px;
}
.columnList .item .txtClm .author figure {
  margin-left: 15px;
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
}
.columnList .item .txtClm .author .name {
  font-size: 0.929rem;
  line-height: 1.5;
}
.columnList .item .txtClm h3 {
  font-size: 1.143rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 10px 0 30px;
}
.columnList .item .txtClm .view {
  position: absolute;
  top: 0;
  right: 0;
  color: #C798AD;
  font-size: 1.286rem;
}
.columnList .item .txtClm .view:before {
  content: "";
  background: url(../images/ico_heart.png) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 0.5em;
}
.columnList .item .cate {
  font-size: 1.071rem;
  margin-bottom: 0;
}
.columnList .item .cate ul li {
  display: inline;
}
.columnList .item .cate ul li:nth-of-type(n+2):before {
  content: ", ";
}
.columnList .item .new {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: #C798AD;
  font-size: 1.571rem;
  color: #fff;
  padding: 5px 20px 10px;
}
.columnList .item a:hover .tit {
  color: #00b9ef;
}
.columnList .item a:focus {
  outline: #fff;
}

@media screen and (max-width: 768px) {
  .columnList {
    padding: 0 0 20px;
  }
  .columnList .item {
    margin: 20px 0 0;
  }
  .columnList .item .thumbnail {
    margin-bottom: 0;
    max-height: 49.6vw;
    overflow: hidden;
  }
  .columnList .item .thumbnail img {
    width: 100%;
    height: auto;
  }
  .columnList .item .txtClm .view {
    font-size: 1.286rem;
  }
  .columnList .item .new {
    font-size: 1.571rem;
    padding: 5px 20px 10px;
  }
}
#columnArchiveSec .columnList {
  padding: 0;
}
#columnArchiveSec .columnList .item {
  margin-bottom: 20px;
}

#mediaArchiveSec .columnList {
  padding: 0;
}
#mediaArchiveSec .columnList .item {
  margin-bottom: 20px;
}
#mediaArchiveSec .columnList .item .thumbnail {
  margin-bottom: 0;
  max-height: inherit;
  overflow: hidden;
}
#mediaArchiveSec .columnList .item .thumbnail img {
  width: 100%;
  height: auto;
}
#mediaArchiveSec .columnList .item .txtClm {
  padding-top: 10px;
}

.singleSec .authorArea {
  margin-top: 30px;
  padding: 30px;
  border-top: 4px double #C798AD;
  border-bottom: 4px double #C798AD;
}
.singleSec .authorArea h2 {
  font-size: 1.286rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.singleSec .authorArea .cateArea {
  display: flex;
  align-items: center;
}
.singleSec .authorArea .cateArea figure {
  margin-bottom: 0;
}
.singleSec .authorArea .cateArea .txtClm {
  margin-left: 1em;
}
.singleSec .authorArea .cateArea .name {
  margin-bottom: 10px;
}
.singleSec .authorArea .cateArea .btnArea {
  margin-bottom: 0;
}
.singleSec .authorArea .cateArea .btnArea a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #C798AD;
  color: #C798AD;
  border-radius: 20px;
  font-size: 1rem;
}
.singleSec .authorArea .cateArea .btnArea a:hover {
  background: #C798AD;
  color: #fff;
}
.singleSec .page-links {
  margin-top: 50px;
}
.singleSec .page-links .prenex {
  text-align: center;
}
.singleSec .page-links a:hover {
  color: #C798AD;
}
.singleSec .arrowLink {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .singleSec .contentWrap .newsTit {
    font-size: 1.714rem;
  }
  .singleSec .contentWrap .cate {
    display: inline-block;
  }
  .singleSec .contentWrap .content h2 {
    font-size: 1.429rem;
  }
  .singleSec .contentWrap .content h3 {
    font-size: 1.143rem;
  }
}
/************************************************
	PC
************************************************ */
.blogSec {
  padding-bottom: 100px;
}
.blogSec #main {
  min-width: 640px;
}
.blogSec #sidebar {
  min-width: 240px;
}

.blog_archive .newsList .item:nth-of-type(n+2) {
  margin-top: 30px;
}
.blog_archive .newsList .item .eyecatch {
  flex: 0 0 200px;
  margin-right: 20px;
  margin-bottom: 0;
}
.blog_archive .newsList .item .txtClm .catetime {
  margin-bottom: 10px;
  line-height: 2;
}
.blog_archive .newsList .item .txtClm time {
  margin-right: 1em;
}
.blog_archive .newsList .item .txtClm .category {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 0.929rem;
  background: #C798AD;
}
.blog_archive .newsList .item .txtClm h3 {
  font-size: 1.429rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.blog_archive .newsList .item .txtClm .excerpt {
  font-size: 0.929rem;
  line-height: 1.8;
}
.blog_archive.related {
  margin-top: 100px;
}
.blog_archive.related h2 {
  font-size: 1.429rem;
  border-bottom: 3px solid #7F807E;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.blog_archive.related .item .txtClm h3 {
  font-size: 1.143rem;
  line-height: 1.8;
}
.blog_archive .cateName {
  background: #F1F2EE;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.blog_archive .cateName b {
  font-size: 1.286rem;
}

#sidebar .cate h3 {
  font-size: 1.429rem;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-self: flex-start;
}
#sidebar .cate h3:after {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #F1F2EE, #fff);
  position: absolute;
  bottom: 0;
  left: 0;
}
#sidebar .cate .cateList li {
  position: relative;
  padding-left: 1em;
}
#sidebar .cate .cateList li:before {
  content: "";
  background: #C798AD;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.singleSec .eyecatch {
  margin-bottom: 30px;
}
.singleSec .eyecatch img {
  width: 100%;
  height: auto;
}
.singleSec .catetime time {
  margin-right: 1em;
}
.singleSec .catetime .category a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  font-size: 0.929rem;
  background: #C798AD;
  margin-right: 5px;
}
.singleSec .newsTit {
  font-size: 2rem;
}
.singleSec .social {
  margin: 40px 0 40px;
}
.singleSec .content .eyecatch {
  margin-bottom: 80px;
}
.singleSec .content p {
  margin-bottom: 30px;
}
.singleSec .content h2 {
  font-size: 1.714rem;
  font-weight: bold;
  line-height: 1.8;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 30px;
}
.singleSec .content h2:after {
  content: "";
  background: url(../images/h2_blog.png) no-repeat;
  width: 41px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.singleSec .content h3 {
  font-size: 1.286rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 10px 20px;
  background: linear-gradient(to right, #F1F2EE, #fff);
  margin-bottom: 30px;
}
.singleSec .content a {
  transition: all 0.2s;
}
.singleSec .content a:hover {
  border-color: transparent;
}
.singleSec .social ul {
  margin-left: 20px;
}
.singleSec .social ul li {
  position: relative;
  height: 30px;
  margin-right: 5px;
  width: 130px;
}
.singleSec .social ul li:last-of-type {
  margin: 0;
}
.singleSec .social ul li a {
  display: flex;
  align-items: center;
  padding: 0 25px;
  color: #fff;
  font-size: 0.857rem;
  font-weight: bold;
  background: #C798AD;
  width: 100%;
  height: 30px;
  transition: 0.2s;
  border-radius: 5px;
}
.singleSec .social ul li a:before {
  display: block;
  font-family: FontAwesome, "FontAwesome";
}
.singleSec .social ul li a span {
  display: inline-block;
  margin-left: 12px;
}
.singleSec .social ul li a:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
}
.singleSec .social ul li a.btnFacebook {
  background: #1877F2;
}
.singleSec .social ul li a.btnFacebook:before {
  content: "\f39e";
}
.singleSec .social ul li a.btnTwitter {
  background: #1DA1F2;
}
.singleSec .social ul li a.btnTwitter:before {
  content: "\f099";
}
.singleSec .social ul li a.btnHatena {
  background: #01a4dd;
}
.singleSec .social ul li a.btnHatena:before {
  content: "";
  background: url(../images/hatenabookmark-logomark.svg) no-repeat;
  width: 25px;
  height: 25px;
}
.singleSec .page-links {
  display: flex;
  justify-content: center;
  color: #ccc;
}
.singleSec .page-links a {
  color: #C798AD;
  display: flex;
  align-items: center;
}
.singleSec .page-links .navi-prev a:before {
  content: "";
  background: url(../images/arrow_prev.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 5px;
  display: inline-block;
  margin-right: 15px;
  transition: 0.2s;
}
.singleSec .page-links .navi-prev a:hover:before {
  transform: translateX(-5px);
}
.singleSec .page-links .navi-next a:after {
  content: "";
  background: url(../images/arrow_next.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 5px;
  display: inline-block;
  margin-left: 15px;
  transition: 0.2s;
}
.singleSec .page-links .navi-next a:hover:after {
  transform: translateX(5px);
}

/************************************************
	SP
************************************************ */
@media screen and (max-width: 768px) {
  #infoSec {
    padding: 40px 0;
  }
  #infoSec .blog {
    max-width: initial;
    padding: 0;
  }
  #infoSec .blog h2 {
    font-size: 6.4vw;
  }
  #infoSec .blog h2 span {
    margin-left: 0;
    font-size: 3.7vw;
  }
  #infoSec .blog .newsList .item {
    margin-top: 20px;
  }
  #infoSec .blog .newsList .item .eyecatch {
    margin-right: 5.3vw;
  }
  #infoSec .blog .newsList .item .txtClm .catetime {
    line-height: 1.4;
  }
  #infoSec .blog .newsList .item .txtClm time {
    margin-right: 0;
    display: block;
    font-size: 0.929rem;
  }
  #infoSec .blog .newsList .item .txtClm .category {
    font-size: 0.857rem;
    line-height: 2;
  }
  #infoSec .blog .btnArea {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 0;
  }
  #infoSec .blog .btnArea .btn {
    width: 200px;
    display: inline-block;
    background: #C798AD;
    color: #fff;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
  }
  #infoSec .blog .btnArea .btn:after {
    content: "";
    background: url(../images/arrow_short.svg) no-repeat top left;
    width: 22px;
    height: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: 0.3s;
  }
  #infoSec .blog .btnArea .btn:hover:after {
    transform: translate(5px, -50%);
  }
  #infoSec .snsSec {
    padding: 60px 0 0;
  }
  #infoSec .snsSec h2 {
    font-size: 5.3vw;
  }
  #infoSec .snsSec .sns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .blogSec {
    padding-bottom: 50px;
  }
  .blogSec #main {
    min-width: initial;
    padding: 0;
  }
  .blogSec #sidebar {
    min-width: initial;
  }
  .blog_archive .newsList .item:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .blog_archive .newsList .item a {
    flex-direction: column;
  }
  .blog_archive .newsList .item .eyecatch {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blog_archive .newsList .item .eyecatch img {
    width: 100%;
  }
  .blog_archive .newsList .item .txtClm .catetime {
    margin-bottom: 10px;
    line-height: 2;
  }
  .blog_archive .newsList .item .txtClm time {
    margin-right: 1em;
  }
  .blog_archive .newsList .item .txtClm .category {
    font-size: 0.857rem;
  }
  .blog_archive .newsList .item .txtClm h3 {
    font-size: 1.429rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .blog_archive .newsList .item .txtClm .excerpt {
    font-size: 0.929rem;
    line-height: 1.8;
  }
  .blog_archive.related {
    margin-top: 100px;
  }
  .blog_archive.related h2 {
    font-size: 5.3vw;
    border-bottom: 3px solid #7F807E;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .blog_archive.related .item a {
    flex-direction: row;
  }
  .blog_archive.related .item .eyecatch {
    flex: 0 0 100px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .blog_archive.related .item .txtClm .catetime {
    line-height: 1.4;
  }
  .blog_archive.related .item .txtClm .category {
    font-size: 0.857rem;
    line-height: 2;
  }
  .blog_archive.related .item .txtClm h3 {
    font-size: 1.143rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .blog_archive .cateName {
    line-height: 1.8;
  }
  .blog_archive .cateName span {
    display: block;
  }
  #sidebar {
    padding: 100px 0 0;
  }
  #sidebar .cate h3 {
    font-size: 5.3vw;
  }
  .singleSec .newsTit {
    font-size: 6.4vw;
  }
  .singleSec .social {
    margin: 40px 0 40px;
  }
  .singleSec .content p {
    margin-bottom: 30px;
  }
  .singleSec .content h2 {
    font-size: 1.429rem;
  }
  .singleSec .content h2:after {
    content: "";
    background: url(../images/h2_blog.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
  }
  .singleSec .content h3 {
    font-size: 1.286rem;
  }
  .singleSec .social h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .singleSec .social ul {
    margin-left: 0;
  }
  .singleSec .social ul li {
    position: relative;
    flex: 1;
    width: auto;
  }
  .singleSec .social ul li:last-of-type {
    margin: 0;
  }
  .singleSec .social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */