/*
Theme Name: Beauty & Therapy Allure
Theme URI: http://example.com
Description: Beauty & TherapyAllureのテーマ
Version: 1.0
Author: kanasashi-mc
Author URI: http://www.kanasashi.co.jp/
*/
@charset "UTF-8";

html{
  font-size: 100%;
  scroll-behavior: smooth;
}
body{

  font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  line-height: 1.7;
  color: #432;
}
a{
  text-decoration: none;
}
img{
  width: 100%;
}
.content img {
    width: auto;
    height: auto;
}
.bxslider li {
  position: relative;
}
.bg-txtarea {
  position: absolute;
  top: 18%;
  right: 5%;
}
.bg-txtarea h1 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}
.bg-txtarea p {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
/* 共通のアイコンエフェクト */
.socialEffect__link {
  margin: .3em;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #bfbfbf;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.1);
  transition: transform ease-out 0.2s;
}

.socialEffect__box li {
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
}


/* インスタ用アイコン設定 */
.icon-instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}
.fab.fa-instagram {
  display: inline-block;
  color: #432;
}
.icon-instagram:hover {

  background: radial-gradient(
      circle farthest-corner at 32% 106%,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  transform: scale(0.9);
}


#date .row {
  max-width: 1200px;
}
.main .main_title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 30px;
}
.logo{
  width: 200px;
  margin-top: 10px;
}
.main-nav{
  display: flex;
  font-size: 1.25rem;
  margin-top: 34px;
  list-style: none;
  font-family: baskerville-display-pt, serif;
font-style: normal;
font-weight: 400;

}
.main-nav li{
  margin-left: 36px;
}
.main-nav a{
  color: #432;
}
.main-nav a:hover{
  color: #AFAFAF;
}
.main-nav a {
  position: relative;
}
.main-nav a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #F855D8;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.main-nav a:hover::after {
  transform: scale(1, 1);
}
.page-header{
  display: flex;
justify-content: flex-end;
  height: 100px;
}
.page-header h1 {
  margin-left: auto;
}
.page-header nav {
  margin-left: auto;
}
.btn--reserv {

}
/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
.btn--reserv,
a.btn--reserv {
  color: #fff;
  background: linear-gradient(#F144A0 , #FE8DC9);;
}
.btn--reserv:hover,
a.btn--reserv:hover {
  color: #fff;
  background: #4C42A8;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.btn-area {
margin-left: auto;

}
.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  padding: 1.4rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container {
  display: flex;
}

/* 修正・追加 */
.menu-img {
  position: relative;
}
.menu-img img{
 height: 260px;
}
.menu-txtarea {
background: #C4868B;
padding: 10px 10px;
color: #fff;
font-size: 20px;
position: absolute;
bottom: 0;
width:100%;
opacity: 0.9;
}
.menu-category {
    width: 33%;
    height: auto;
    display: flex;
    padding: 20px;
    flex-direction: column;
    box-sizing: border-box;
}
.menu-pickup {
text-align: left;
font-size: 18px;
color:#946F18;
}
.menu-box dt {
font-size: 14px;
display: flex;
width: 70%;
align-items: center;
-ms-flex-align: center;
font-weight: 600;
color: #030303;
}
.menu-box dd {
width: 30%;
text-align: right;
font-weight: 600;
color: #030303;
}

.menu-innerbox {
  background: #ffff;
  padding: 20px 10px;
}

.salonlogo-title {
    font-size: 2rem;
    text-align: center;
}
.sub-title {
  padding-bottom: 20px;
  font-size: 16px;
}

.salon-content {
  width: 50%;
  font-size:0;
  padding-right: 20px;
}
.insta-feed {
  width: 50%;
  padding-left: 20px;
}
.map {
  width: 50%;
  padding-left: 20px;
}
.salon-content img {
height: 300px;
}
.salon-textbox {
    background-color: #F9F8F4;
    font-size: 1rem;
}
.salon-textinner {
  padding: 20px 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.textinner-title {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 20px;
}
.bg-image {
  background: url(./images/footer-bg.jpeg) center center no-repeat;
  background-size:  cover;
}

.footer-bn {
  text-align: center;
  padding: 40px 0;
}
.btn-icon {
  width: 20px;
  vertical-align: text-top;
}
.onlineshop-bn {
  max-width: 728px;
  vertical-align: middle;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.column {
  -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}
.s-pic {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.s-desc {
padding-top: 10px;
}
.salon-container {
  display: flex;
  margin-top: 80px;
}
.menu-nav {
  max-width: 1000px;
  margin: 0 auto;
}
.menu-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem auto;
}
.menu-nav ul .nav-item {
  border: 1px solid #C4868B;
  padding: 20px 0;
    display: inline-block;
    width: 30%;
    margin: 10px 0;
    text-align: center;
    position: relative;
}
.nav-item a {
color: #C4868B;
}
.fa-chevron-down:before {
  margin-left: 20px;
}
.reserve-btnarea {
  max-width: 1000px;
  height: auto;
  margin: auto;
  margin-top: 30px;
  font-size:20px;
}
.reserve-btnarea span {
  margin-right: 20px;
}
.reserve-btnarea a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #963059;
  color: #fff;
  font-weight: bold;
padding: 40px 0;
}
.beauty_logo {
  vertical-align: middle;
}
.menu-noimage {
  width: 200px;
  margin-top: 20px;
}
/*home
--------------------------*/

.home-content{
text-align: center;
position: absolute;
top: 20%;
right: 4%;
}
.home-content p{
  font-size: 1.5rem;
  margin-top: 6px;
  color: #fff;
}
/*見出し*/
.page-title{
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
}

#home .page-title{
  text-transform: none;
}
.bg-colorbox {
  background-color: #FFF1F6;
}
.news-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.bg-title {
  font-size: 2rem;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.row {
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.news .news_pic img {
   height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
}
@media (min-width: 768px){
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}
.col-md-4{
  position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.news .news_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 0;
}
.news .news_meta ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news .news_meta ul li a {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 1rem;
    color: #fff;
    background: #c4868b;
    text-decoration: none;
}
.news .news_time {
    margin-left: 5px;
    font-size: 1rem;
}
.news_title {
  font-size: 1.2rem;
}
.news .news_title {
    padding: 10px 0;
    line-height: 1.2;
}
.news {
    width: 100%;
    margin-bottom: 30px;
}
.news a {
  color: black;
  text-decoration: none;
    display: inline-block;
}
.news ul {
    list-style: none;
    font-size: 1.2rem;
}
.news .news_desc p {
    font-size: 16px;
    margin-bottom: 5px;
}
.news .title {
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.title {
    padding-left: 140px;
}
.news .date, .news .title {
margin-bottom: 5px;
}
.news .date {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
}

.small-button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
    background: #C4868B;
    padding: 3px 8px;
    color: #fff;
}
.news-button {
  font-size: 1rem;
  font-weight: bold;
    background: #C4868B;
    padding: 10px 30px;
    color: #fff;
}
.news-btnarea {
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.bg-colorbox2 {
  background: url(./images/bg.jpg);

}
.bg-colorbox3 {
  background-color: #F9F8F4;

}
.bg-colorbox4 {
  background-color: #C4868B;

}
.mini-logo {
  margin-top: 40px;
  margin-bottom: -20px;
  width: 70px;
}
.logo-title {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 20px;
}
.plan-box {
  text-align: center;
 padding-bottom: 60px;
}
.aboutBox {
    width: 48%;
    background-image:  url(./images/box-bg.jpeg);
    margin-bottom: 3%;
    padding: 2em;
    padding-top: 1rem;
    -webkit-box-shadow: 7px 7px 5px rgb(197 195 195 / 50%);
    box-shadow: 7px 7px 5px rgb(197 195 195 / 50%);
}

.aboutBox_txt {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
.aboutBox_title {
  color: #fff;
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  font-size: 2rem;
}
.u-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.u-flex-jcsb {
    justify-content: space-between;
}
.u-flex-fww {
    flex-wrap: wrap;
}
.u-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
}
.commitment-box {
display: flex;
justify-content: space-between;
margin-left: 15px;
margin-right: 15px;
}
.commitment-inner {
  width: 48%;
  display: block;
  border-bottom: 1px solid #707070;
}
.commitment-photo {
max-height: 426px;
}
.inner-title{
  font-size: 1.4rem;
  padding-bottom: 10px;

}
.commitment-sentence {
  text-align: left;
  font-size: 1.2rem;
  padding: 10px;
}
.center-border {
    position: relative;
}
.center-border::after {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    display: block;
    width: 1px;
    height: 47em;
    background-color: #707070;
    content: "";
}
.commitment-btnarea {
margin-top: 70px;
    padding-bottom: 40px;
    text-align: center;
}
.commitment-button1 {
  font-size: 1rem;
  font-weight: bold;
    background: #C4868B;
    padding: 10px 20px;
    color: #fff;
}
.commitment-btnarea2 {
margin-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.commitment-button2 {
  font-size: 1rem;
  font-weight: bold;
    background: #4C42A8;
    padding: 10px 10px;
    color: #fff;
}
.menu-title {
  font-size: 1.4rem;
    background: #C4868B;
    padding: 10px 10px;
    color: #fff;
    margin-bottom: 10px;
}
.menu-minisentence{
    background-color: #f7f2ee;
    padding: 10px;
    margin-bottom: 20px;
}
.menuBase-home-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
}
.menuBase-home-list__title {
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 1em;
    width: 70%;
    font-size: 1.3em;
    font-weight: 600;
}
.menuBase-home-list__text {
    margin-top: 1em;
    width: 30%;
    text-align: right;
    font-size: 1.3em;
    font-weight: 600;
}
.menu-border {
  position: relative;
    width: 100%;
    display: flex;
    border-bottom: 1px dotted #707070;
}
.menu-photo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.menu-title2 {
  font-size: 1.4rem;
    background: #4C42A8;
    padding: 10px 10px;
    color: #fff;
    margin-bottom: 10px;
}
.menu-center-border {
    position: relative;
}
.menu-center-border::after {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    display: block;

    width: 1px;
    height: 47em;
    background-color: #707070;
    content: "";
}
.contact-title {
  font-size: 2rem;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.home-contactinner {
  width: 48%;
  padding: 1em;
}
.contact-content {
list-style: none;

font-size: 1.6rem;
text-align: left;
display: block;
}
.contact-img {
  width: 88%;
}
.contact-list__text {
  padding-left: 10px;
}
.contact-inner {
  display: flex;
  padding-bottom: 10px;
  justify-content: center;
}
.contact-list__text a {
  color: black;

}
.inner-box {
margin-top: 20px;
}
.line {
  text-align: center;
}
.line-logo {
  width: 150px;
  margin-top: 20px;
}
.line-reserve {
  font-size: 1.4rem;
}
.button-box {
  width: 33%;
  text-align: center;
}
.footer-button {
  font-size: 1.4rem;
  font-weight: 600;
    background: linear-gradient(#F144A0 , #FE8DC9);
    padding: 20px 20px;
    color: #fff;

}
.footer-button1 {
  font-size: 18px;
  font-weight: 500;
  background: #ffff;
    padding: 20px 50px;
    color: #AE2D5B;
}

.footer-button2 {
    font-size: 18px;
    font-weight: 500;
    background: #ffff;
    padding: 20px 50px;
    color: #00B900;
}
.footer-button3 {
    font-size: 18px;
    font-weight: 500;
    background: #ffff;
    padding: 20px 50px;
    color: #C4868B;
}
.material-symbols-outlined {
  vertical-align: text-bottom;
}
.footer-btnarea {
  margin-top: 60px;
  margin-bottom: 40px;

}
.material-icons-outlined {
  color: white;
position: relative;
top: 4px;
}
.rsv-area {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
/*footer
-------------------------------------------------*/
.footer-logo {
  width: 200px;
  margin-top: 40px;
}
.footer-textarea {
  padding-top: 10px;
}
.footer-navarea {

}
.footer-nav {
    display: flex;
    font-size: 1.25rem;
    margin-top: 34px;
    list-style: none;
    font-family: baskerville-display-pt, serif;
    font-style: normal;
    font-weight: 400;
    justify-content: space-evenly;
}
.footer-nav li {
    margin-left: 40px;
}
.footer-nav a {
    color: #432;
}
.footer-nav a:hover{
  color: #AFAFAF;
}
.footer-nav a {
  position: relative;
}
.footer-nav a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #F855D8;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.footer-nav a:hover::after {
  transform: scale(1, 1);
}
.footer_copyright-bg {
    background: #432;
}
.footer_copyright{
  color: #fff;
  text-align: center;
  padding: 10px;
}
.banner {
  width: 728px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.main-banner {
  width: 728px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.sp-banner {
display: none;
}
.banner-sentence {
  text-align: left;
  font-size: 1.2rem;
    padding: 10px;
}
/*about
--------------------------*/
#about .bg-colorbox3 {
padding-top: -40px;
}
.caption {
  max-width: 1200px;
  margin: 0 auto;
}
.second-header {
  position: relative;
  width: 100%;
}
.second-header img {
  width: 100%;
  display: block;
	height: auto;
}

.second-header-title {
  position: absolute;
  top: 40%;
  margin-left: 20px;
  font-size: 2rem;
}
.about-titlebox {
  display:flex;
  align-items:center;
max-width: 800px;
margin: auto;
margin-top: 40px;
}
.about-title {
  padding-left: 10px;
font-size: 1.6rem;
}
.title-No{
  font-size: 2rem;
  color: #946F18;
}
.about-content {
  display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    margin-bottom: 60px;
}

.about-photobox {
width: 600px;
}
.about-textbox {
background-color: #F9F8F4;
  font-size: 1.2rem;
  width: 600px;
  padding: 20px;
line-height:400px;
}
.about-photoarea img {
  max-width: 700px;
  height: auto;
  margin-top: 20px;
}
.a-pic {

  display: block;
  height: auto;
}
.about-textinner {
  display:inline-block;
   vertical-align: middle;
   line-height:normal;
}


/*Staff
  -------------------------------------------------*/
.whitebox {
  background-color: #fff;
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
.staff-pic {
  width: 300px;
  margin-top: 30px;
}
.staff-profarea{

}
.prof-name {
    font-size: 2rem;

}
.staff-profarea .mini-logo{
margin-top: 0;
margin-left: 30px;
}
.staff-profarea .logo-title{

padding-bottom: 0;
}
.staff-left {
  width: 24%;

}

.staff-right {
  width: 50%;

}
.staff-box {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
.ts {
  margin-top: 80px;
}
.prof-deco {
  width: 180px;
  background: #C4868B;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.prof-title{
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 20px;
  border-bottom: 1px solid;
}
.prof-text {
  font-size: 1rem;
  padding-top: 20px;
}
.plof-bg {
    background-image: url(./images/bck0061-066.jpg);
margin-top: 20px;
margin-bottom: 60px;
}
.plof-txtinner {
  padding: 10px;
}
.plof-txtinner p {
  font-size: 1rem;
font-weight: 500;
}
/*menu
-------------------------------------------------*/
.menu-titlearea {
  background: #C4868B;
  text-align:center;
  max-width: 1000px;
  margin: auto;

}
.menu-content {

}
.menu-maintitle {
  color: #fff;
  font-size: 1.6rem;
}
.menu-pic {
  width: 200px;
  margin-top: 20px;
}
.price {
  font-size: 1rem;
  padding-left: 10px;
}

.menu-txt {
    background: #F9F8F4;
    padding: 5px;
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 610px;
}
.menu-txt li{
list-style: none;
padding: 0 10px;
}
.menu-right {
  margin-top: 20px;
}
.menu-right-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #707070;
  width: 610px;
}
.menu-inner-title {
  color: #C4868B;
  font-size: 1.2rem;
}
.rsv-btn {

    font-size: 1rem;
    padding: 10px;
    margin-top: 35px;
    display: inline-block;
    background: #C4868B;
    color: #fff;
    height: 48px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.1em;

}
.rsv-btn a {
color: #fff;
}
.price-inner {
  text-align: right;
}
.menu-wrapper {
  max-width: 1000px;
  margin: auto;
margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menudesc-wrapper {
  max-width: 1000px;
  margin: auto;
}
.menu-desctitle {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.menu-desc {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  line-height: 2.5;
}
.op-menu-titlearea {
  text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-top: 60px;
}
.sub-menu-title {
  color: #fff;
  background: #C4868B;
  text-align: center;
    font-size: 1rem;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.sub-menu-title2 {
    color: #fff;
    background: #5A7C6D;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.sub-menu-title3 {
    color: #fff;
    background: #CDB226;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.sub-menu-title4 {
    color: #fff;
    background: #F855D8;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.sub-menu-title5 {
    color: #fff;
    background: #CDB226;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.sub-menu-title6 {
    color: #fff;
    background: #4C42A8;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.sub-menu-title7 {
    color: #fff;
    background: #ab72b5;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
!important
}

.op-menu-maintitle {
 color: #000;
 font-size: 1.6rem;
}
#menu .menu-linelogo {

    margin-bottom: 15px;
}

.caution {
  background: #FFF1F6;
  max-width: 1000px;
  text-align: center;

  margin: auto;
    margin-top: 40px;
  padding: 10px;

}
#menu .menu-border {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
  max-width: 1000px;
  margin: auto;
}
.menu-titlearea2 {
    background: #4C42A8;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-top: 80px;
}
.menu-inner-title2 {
    color: #4C42A8;
    font-size: 1.2rem;
}
.prof-subtitle {
  font-weight: 600;
}
.txtcolor-green {
  color: #5A7C6D;
}
.txtcolor-yellow {
  color: #CDB226;
}
.txtcolor-pink {
  color: #F855D8;
}
.txtcolor-blue {
  color: #92C3EA;
}
.txtcolor-purple {
  color: #ab72b5;
!important
}
.rsv-btn2 {
    font-size: 1rem;
    padding: 10px;
    margin-top: 35px;
    display: inline-block;
    background: #4C42A8;
    color: #fff;
    height: 48px;
    vertical-align: middle;
    text-align: center;
}
.rsv-btn2 a {
    color: #fff;
}
.title-bg-green {
  background: #5A7C6D;
}
.title-bg-yellow {
  background: #CDB226;
}
.title-bg-pink {
  background: #F855D8;
}
.title-bg-blue {
  background: #92C3EA;
}
.title-bg-purple {
  background: #ab72b5;
!important
}
.title-bg-normal {
  background: #C4868B;
!important
}

#menu .rsv-area {
  margin-top: 20px;
}
#menu .footer-button1 {
    font-size: 1.4rem;
    font-weight: 600;
    background: linear-gradient(#F144A0 , #FE8DC9);
    padding: 20px 30px;
    color: #fff;
}
.space-area {
  padding-bottom: 80px;
}
.menu-linelogo {
  width: 200px;
}
/*アクセス
----------------------------------------*/
#access .bg-colorbox3 {
    background-color: #F9F8F4;
    padding-bottom: 40px;
}
iframe{
width: 100%;
}
.mini-title {
    width: 140px;
    font-size: 1.4rem;
    padding: 4px 20px;
    margin: 0 20px 0 0;
    display: inline-block;
    background: #C4868B;
    color: #fff;

    margin: 0 20px 0 0;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.1em;

}
.c-areatext {
    font-size: 1.4rem;
    letter-spacing: 0.05em;

}
.ac-container {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-left: 15px;
    margin-right: 15px;
}
.ac-txt {
  font-size: 1.2rem;
}
.ac-txt a{
  color: #432;
  }
}
.ac-txt-inner {
  display: block;
}
.ac-txt-sub {
  font-size: 14px;
}
.ac-wrapper{
  max-width: 1200px;
    margin: auto;
}
/*予約
----------------------------------------*/
.rs-telcontainer {
  display: flex;
}
.rs-telleft {
  font-size: 1.6rem;
  font-weight: 500;
}
.rs-box {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 10px;
}
.rs-box a{
  color: black;
}
.linetxt {
  font-size: 1rem;
  margin-top: 20px;
}
#reserve .menu-linelogo {
  width: 230px;
}
#reserve .footer-button1 {
    font-size: 1.4rem;
    font-weight: 600;
    background: linear-gradient(#F144A0 , #FE8DC9);
    padding: 20px 20px;
    color: #fff;
}

.about-titlebox {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
}
.CF7_table {
  background: #fff;/**/
  width: 800px;
  margin: auto;
  margin-top: 20px;
}
.CF7_table td, th {
    padding: 8px;
    border-width: 0 1px 1px 0;
}
table.CF7_table tr{
 border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
 display:table;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: 0.75em;
}
@media (max-width: 1024px) {
table.CF7_table {
    width: 600px;
    margin: auto;
    margin-top: 20px;
}
}
@media (max-width: 600px) {
table.CF7_table {
    width: 300px;
    margin: auto;
    margin-top: 20px;
}
}
/*入力欄*/
.CF7_table input, .CF7_table textarea {
 border: 1px solid #d8d8d8;
 padding: 5px;
}

.CF7_table ::placeholder {
 color:#797979;
}

/*「必須」文字*/
.CF7_req{
 font-size:.9em;
 padding: 5px;
 background:#C4868B;/**/
 color: #fff;
 border-radius: 3px;
 margin-right:1em;
}
/*「任意」文字*/
.CF7_unreq {
    font-size: .9em;
    padding: 5px;
    background: #726a6a;
    color: #fff;
    border-radius: 3px;
    margin-right: 1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
 .CF7_table th{
 width:30%;/*横幅*/
 background-color:#fff1f6;
font-size: 14px;
 }
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {

    display: none;
}

/* レスポンシブ */
@media screen and (max-width: 768px){
 table.CF7_table{

 }
 .CF7_table tr, .CF7_table td, .CF7_table th{
 display: block;
 width: 100%;
 line-height:2.5em;
 }
 .CF7_table th{
 background-color:#fff1f6;
 }
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
 background-color:#c4868b;/* */
 border:0;
 color:#fff;
 font-size:1rem;
padding: 5px 20px;
 margin:0 auto;
 margin-bottom: 40px;
}

.CF7_btn{
 text-align:center;
 margin-top:20px;
}

.wpcf7-spinner{
 width:0;
 margin:0;
}
.CF7_table, td, th {
text-align: left;
}
/*コルギ
----------------------------------------*/
.korugi-box {
  display: block;
}
.korugi-photobox {
    width: 400px;

}
.korugi-textbox {
    background-color: #F9F8F4;
    font-size: 1.2rem;
    width: 700px;

    padding-left: 40px;
    line-height: 300px;
    text-align: left;
}
.korugi-table {
  width: 1000px;
  margin-bottom: 40px;
}
.table-wrapper {
  max-width: 1000px;
  margin:auto;
}
table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table.korugi-table th {
font-size: 1.4rem;
  padding: 10px;
text-align: center;
  vertical-align: top;
  background: #C4868B;
  color: #ffffff;
}
table.korugi-table td {
  padding: 10px;
  vertical-align: top;
  font-size: 1.2rem;
  text-align: left;
  background: #fff;
}
.korugi-caution {
  font-size: 1.4rem;
  font-weight: 500;
}
.kougi-listarea {
  text-align: left;
  width: 900px;
  margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
.grid {
    display: grid;
    gap: 26px;
   grid-template-columns: 1fr 1fr;

    margin-bottom: 50px;
}

/*Blog
--------------------------*/
.article .article_title {
    text-align: center;
    font-size: 1.6rem;
}
.article .article_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    padding: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.article .article_meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.article .article_meta ul li {
    padding-right: 10px;
    margin-bottom: 0.5em;
}
.article .article_meta ul li a {
    line-height: 1;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    background: #C4868B;
    color: #fff;
    text-decoration: none;
}
.archive {
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.archive .archive_title {
    font-size: 16px;
    padding: 20px 10px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    background: #C4868B;
    color: #fff;
}
.archive .archive_list li {
    margin: 0;
    border-bottom: 1px solid #ccc;
    line-height: 1;
}
.archive .archive_list li a {
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1;
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    color: #000;
}
.archive:last-child {
    margin-bottom: 0;
}
.archive .archive_list li a:after {
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -0.5em;
    font-size: 14px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #bbb;
}
ul {
  list-style: none;
  list-style-position: inside;
}
.main {
    padding: 50px 0;
}
.col-md-3 {
  position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-9 {
  position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.content {
    font-size: 16px;
}
.postLinks {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
}
.postLink {
    width: 50%;
    padding: 15px 0;
}
.postLink a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.postLink-prev i, .postLink-prev svg {
    margin-right: 10px;
}
.postLink-next i, .postLink-next svg {
    margin-left: 10px;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#single .row {
    max-width: 1200px;
}
.postLink-next {
    text-align: right;
}
@media (min-width: 768px){
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
}
}
/*ハンバーガー*/
.hamburger-menu {
  display: none;

}
.sp-titlearea {
  display: none;

}
#date .news .news_meta {
  display: block;
}
#top-news .news .news_pic img {
    height: 240px;
    max-width: 100%;
    display: block;
    object-fit: cover;
}
/*調整
----------------------------------------*/
@media (max-width: 1440px) {


}
/*調整
----------------------------------------*/
@media (max-width: 1270px) {

.caption {
    max-width: 900px;
    margin: 0 auto;
}
.about-photobox {
  max-width: 450px;
}
.about-textbox {
  max-width: 450px;
  line-height: 300px;
}
.about-photoarea {
  max-width: 900px;
  margin: 0 auto;
}
.commitment-sentence  {
  max-width: 900px;
  margin: 0 auto;
}
.banner-sentence  {
  max-width: 900px;
  margin: 0 auto;
}
}
@media (max-width: 1024px) {
  /*タブレット版
  ----------------------------------------*/
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 50%;
    max-width: 50%;
}
.socialEffect__box li {

    margin-top: 5px;
    margin-left: 10px;
}
  .logo {
    width: 100px;
    margin-top: 25px;
margin-left: 20px;
}
.main-nav {
    font-size: 14px;
}
.btn, a.btn, button.btn {
  font-size: 0.8rem;
  padding: 1.3rem 1rem;
}
.page-header {
    justify-content: flex-start;
    height: 80px;
}
.u-flex {
    padding: 20px;
}
.news-wrapper {
    max-width: 800px;
    margin: 0 auto;

}
.footer-button {
  font-size: 1rem;
  font-weight: 600;
    background: linear-gradient(#F144A0 , #FE8DC9);
    padding: 20px 10px;
    color: #fff;

}


.commitment-box {
    display: block;
}
.commitment-inner {
    width: 100%;
    display: block;
    border-bottom: 0px solid #707070;
    padding: 20px;
}
.commitment-photo {
    max-height: 561px;
}
.center-border::after {
  display: none;
}
.menu-center-border::after {
  display: none;
}
.home-contactinner {
    width: 100%;
    padding: 1em;
}
.contact-img {
    width: 100%;
}
.button-box {
    width: 100%;
  padding: 20px;
}
.line-reserve {
    font-size: 1rem;
}
.news .news_meta ul li a {
    font-size: 12px;
}
.news_title {
    font-size: 1rem;
}
.news .news_desc p {
    font-size: 14px;
}
.news .news_time {
    font-size: 12px;
}
.row {
    max-width: 800px;
    margin: 0 auto;

  }
    .wrapper {
    max-width: 800px;

}

.menu-box {
  display: block;
}
.menu-category{
  width: 100%;
}
.menu-img img {
    height: auto;
}
/*About
-------------------------------------------------*/
.caption {
    max-width: 700px;
    margin: 0 auto;
}
.commitment-sentence {
    padding: 20px;
}
.banner-sentence  {
  padding: 20px;
}
.about-titlebox {
max-width: 800px;
margin: auto;
margin-top: 40px;
}
.about-photoarea {
  padding: 20px;
}
.about-photobox {

}
.tab-container {
  display: block;
}
.about-textbox {
    background-color: #F9F8F4;
    font-size: 1.2rem;
    width: 600px;
    padding: 20px;
    height: auto;
    line-height: 10px;
}
/*Staff
----------------------------------------*/
.staff-pic {
    width: 200px;
    margin-top: 30px;
}
.staff-box {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: auto;
}
.staff-right {
  width: 60%;
}

/*menu
----------------------------------------*/
.menu-wrapper {
  max-width: 740px;
 display: block;
}
.menu-titlearea {
max-width: 740px;
}

.menu-pic {
    width: 130px;
    margin-top: 10px;
}

.menu-inner-title {
    font-size: 1.2rem;
}
.price {
    font-size: 1.2rem;

}
.sub-menu-title {
    font-size: 12px;
  text-align: left;
}
.sub-menu-title2 {
    font-size: 12px;
  text-align: left;
}
.sub-menu-title3 {
    font-size: 12px;
  text-align: left;
}
.sub-menu-title4 {
    font-size: 12px;
  text-align: left;
}
.sub-menu-title5 {
    font-size: 12px;
  text-align: left;
}
.sub-menu-title6 {
    font-size: 12px;
  text-align: left;
}
.rsv-btn {
    font-size: 14px;
    padding: 10px;
    margin-top: 35px;
    display: inline-block;
    background: #C4868B;
    color: #fff;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.1em;
}
.caution {
    max-width: 720px;
}
.menu-titlearea2 {
    max-width: 720px;
}
.menu-inner-title2 {
    font-size: 1.2rem;
}
.rsv-btn2 {
    font-size: 14px;
    height: 40px;
}
.menu-txt {
    font-size: 12px;
    display: block;
}

/*Access
-------------------------------------------------*/

.ac-wrapper {
  max-width: 700px;
  margin: auto;
}
.mini-title {
    font-size: 16px;
    width: 120px;
}
.ac-txt {
    font-size: 16px;
}
/*コルギ
----------------------------------------*/
.korugi-photobox {
    width: 400px;
    margin: 0 auto;
}
.korugi-textbox {
    background-color: #F9F8F4;
    font-size: 1.2rem;
    width: 700px;
  padding-top: 20px;
  padding-left: 0;
    line-height: 300px;
    text-align: left;
}
.korugi-table {
  width: 700px;
  margin-bottom: 40px;
}
.table-wrapper {
  max-width: 700px;
  margin:auto;
}
.kougi-listarea {
    text-align: left;
    width: 700px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
}
}
/*調整
----------------------------------------*/
@media (max-width: 1200px) {
  .center-border::after {
    height: 46em;
}
  .menu-center-border::after {
    height: 46em;
}
}
@media (max-width: 1200px) {
  .center-border::after {
    height: 45em;
}
  .menu-center-border::after {
    height: 46em;
}
}
@media (max-width: 1080px) {
  .center-border::after {
    height: 44em;
}
  .menu-center-border::after {
    height: 45em;
}
.menu-nav ul .nav-item {
  width: 40%;
}
}
@media (max-width: 768px) {

  .hamburger-menu {
    display: block;

  }
  .fab.fa-instagram {
    margin-right: 10px;
}
.menu-btn {
    position: fixed;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: flex-end;
    z-index: 90;
    background-color: #f7f7f700;
}
.menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #202122;
    transition: all 0.5s;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: black;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content ul {
    padding: 20px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
}
.menu-content {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #C4868B;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 30%;/*メニューを画面内へ*/
}
#menu-btn-check:checked ~ .menu-btn span:after{
  background-color: #000000;
}
#menu-btn-check:checked ~ .menu-btn span:before {
    background-color: #000000;
}
#menu-btn-check {
  display: none;
}


  .btn, a.btn, button.btn {
    display: none;
  }
  .main-nav {
    display: none;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 100%;
    max-width: 100%;
}
.news-wrapper {
    width: 500px;
    margin: 0 auto;
}
.row{
  margin: 0 auto;
}
.menu-wrapper {
    max-width: 580px;
    display: block;
}
.menudesc-wrapper {
    max-width: 580px;
}
.menu-titlearea {
    max-width: 580px;
}
.menu-titlearea2 {
    max-width: 580px;
}
#menu .whitebox {
    padding-top: 0px;
}
.menu-right-inner {
  display: block;
    width: 100%;
}
.menu-left {
  text-align: center;
}
.menu-pic {
    width: 100%;
    margin-top: 40px;
}
#menu .bg-colorbox3 {
    background-color: #fff;
}
.sp-btn-area {
text-align: center;
}
.op-menu-maintitle {
    font-size: 1.4rem;
}
.rsv-btn {
  margin-top: 20px;
}
.rsv-btn2 {
    margin-top: 20px;
}
#menu .rsv-area {
    margin-top: 80px;
}
#menu .footer-button1 {
    font-size: 1rem;
    font-weight: 600;
    background: linear-gradient(#F144A0 , #FE8DC9);
    padding: 15px 15px;
    color: #fff;
}
.menu-linelogo {
  width: 180px;
}
.menu-maintitle {
  margin-top: 60px;
}
.menu-title2 {
  margin-top: 20px;
}
.caution {
    max-width: 580px;
}
.table-wrapper{
  max-width: 580px;
}
.korugi-textbox {
    width: 580px;
}
.korugi-table {
    width: 580px;
}
.kougi-listarea {
  width: 580px;
}
.staff-box {
    max-width: 580px;
    padding: 10px;
}

.plan-box {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.col-md-9 {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 100%;
    flex: 0 0 100%;
}
.col-12 {
    max-width: 100%;
}
.col-md-3 {
    flex-basis: 100%;
}
.banner {
  width: 580px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.main-banner {
  width: 580px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
}
/*モバイル版
----------------------------------------*/
@media (max-width: 600px){
.sp-page-title {
  font-size: 16px;
font-weight: 600px;
}
.sp-titlearea {
padding: 40px 20px;
}
.sp-titlearea p{
font-size: 12px;
padding-top: 10px;
}
.menu-category {
  width: 100%;
  display: block;
}
.menu-nav ul .nav-item {
    width: 100%;
}
.menu-nav a{
  font-size: 12px;
}
  .logo {
    width: 100px;
    margin-top: 10px;
}
.sp-titlearea {
    display: block;
    text-align: center;
    background: #000;
    color: #ffff;
}
.socialEffect__box li {
    position: absolute;
    top: -30%;
    right: 10%;
}
.btn-tel{
  text-decoration: underline;
}

.salon-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.map {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
.s-desc {
    margin-bottom: 40px;
}
.insta-feed {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 20px;
}
.salon-textinner {
    padding: 20px 10px;
}

.btn, a.btn, button.btn {
  display: none;
}
.wrapper {
  width: 300px;
  padding-left: 0;
    padding-right: 0;
}
  .page-title{
    font-size: 2rem;
  }
  .home-content p {
    font-size: 1rem;
    margin-top: 3px;
}
.mini-logo {
    width: 40px;
    margin-bottom: -10px;
}
.bg-colorbox {
    padding-top: 80px;
}

  /*header*/

 .page-header {
  height: 60px;
  display: block;
  position: relative;
}
#top .page-header {
  display: block;
  position: relative;
}
  .main-nav {
    display: none;
  }
  .main-nav li {
    margin: 0 20px;
  }
  .news ul {
    font-size: 12px;
}
  /*ハンバーガー*/
  .hamburger-menu {
    display: block;
    position: absolute;
    top: 5%;
    right: 15%;
  }
.menu-btn {
    position: fixed;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #f7f7f700;
}
.menu-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #202122;
    transition: all 0.5s;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: black;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content ul {
    padding: 20px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 20px;
}
.menu-content {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #C4868B;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 30%;/*メニューを画面内へ*/
}
#menu-btn-check:checked ~ .menu-btn span:after{
  background-color: #000000;
}
#menu-btn-check:checked ~ .menu-btn span:before {
    background-color: #000000;
}
#menu-btn-check {
  display: none;
}


.bg-title {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.title {
    padding-left: 80px;
}
.small-button {
  display: none;
}
.news-button {
    font-size: 12px;
    padding: 8px 20px;
}
.column {
  margin-top: 20px;
  max-width: 100%;
}
.row {
    display: block;
}
.salon-container {
    display: block;

}
  /*home*/
  .home-content {
    margin-top: 20%;
  }
  .logo-title {
      font-size: 1.3rem;
      text-align: center;
      padding-bottom: 20px;
  }
  #top .logo-title {
      padding-bottom: 0;
  }
  .news-wrapper {
    width: 300px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.u-flex {
    display: block;
    padding-bottom: 0;
}
.aboutBox_title {
    font-size: 1.4rem;
}
.aboutBox {
    width: 100%;
    margin-bottom: 20px;
    padding: 2em 1em;
}
.aboutBox_txt {
    font-size: 14px;
    line-height: 1.6;
}
.plan-box {
    padding-bottom: 10px;
}
.news-btnarea {
margin-top: 20px;
}
.commitment-box {
    display: block;
}
.commitment-inner {
    width: 100%;
        border-bottom: 0px solid #707070;
}
.center-border::after {
  display: none;
}
.inner-title {
    font-size: 1.1rem;
    padding-bottom: 10px;
}
.commitment-sentence {
    font-size: 1rem;
}
.commitment-button1 {
    font-size: 14px;
}
.commitment-button2 {
    font-size: 14px;
}
.banner-sentence  {
    font-size: 1rem;
}
.menu-title , .menu-title2 {
    font-size: 1.3rem;

}
.menu-title {
    padding: 5px 10px;
}
.menu-title2 {
    padding: 5px 10px;
}
.menu-center-border::after {
  display: none;
}
.menu-minisentence {
  font-size: 14px;
}
.menuBase-home-list__title {
      width: 100%;
    font-size: 16px;
}
.menuBase-home-list__text {
    width: 100%;
    font-size: 16px;
}
.contact-title {
    font-size: 1.3rem;

}
.container {
    display: block;
}
.home-contactinner {
    width: 100%;
    padding: 0em;
}
.contact-inner {

    padding-bottom: 10px;
}
.contact-content {
    list-style: none;
    font-size: 1rem;
    text-align: left;
    padding: 0 10px
}
.contact-img {
    width: 100%;
}
.line-logo {
    width: 120px;
    margin-top: 10px;
}
.line-reserve {
    font-size: 12px;
}
.button-box {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-button {
    font-size: 14px;
    padding: 10px 20px;
}
.footer-btnarea {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 0;
}
.inner-box {
    margin-top: 20px;
}
.bg-colorbox4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sp-commitment-inner {
  border-top: 1px solid #707070;
  padding-bottom: 0;
}
.menu-photo {
    margin-bottom: 0px;
}
.commitment-btnarea {
    margin-top: 20px;
   padding-bottom: 20px;
}
.menu-maintitle {
    margin-top: 40px;
    font-size: 1.4rem;
}
.menu-border {
    display: block;
}

/*footer
-------------------------------------------------*/
.footer-nav {
    display: none;

}
.sp-banner {
  display: block;
  width: 250px;
  margin: auto;
  margin-top: 20px;
margin-bottom: 20px;
}
.banner {
  width: 260px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.main-banner {
  display: none;
}
  /*about*/
  .caption {
      max-width: 300px;

  }
  .second-header img {
    object-fit: cover;
    width: 100%;
    height: 80px;
    display: block;
}
  .second-header-title {
    position: absolute;
    top: 25%;
    font-size: 1.6rem;
}
.commitment-sentence {
    padding: 10px;
}
.about-photoarea {
    padding: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.about-photoarea img {

}
  .about-titlebox {
margin-top: 20px;
  }
  .title-No {
      font-size: 1.8rem;

  }
  .about-title {
    padding-left: 0;
      font-size: 1.2rem;
  }
  .about-photobox {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.about-textbox {
    background-color: #F9F8F4;
    font-size: 1rem;
    padding: 20px;
    height: auto;
    line-height: 10px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

  /*Staff*/
.staff-left {
  width: 100%;
}
.staff-right {
  width: 100%;
}
.staff-pic {
  margin: auto;
}
.sp-content {
  text-align: center;
}
.staff-profarea .mini-logo {
    margin-left: 0px;
}
.prof-deco {
    width: 180px;
    background: #C4868B;
    padding: 10px 10px;
    color: #fff;
    margin: auto;
    font-size: 14px;
    text-align: center;
}
.staff-profarea {
    margin-top: 20px;
}
#staff .bg-colorbox3 {
  background-color: #fff;
}


/*MENU
-------------------------*/
.reserve-btn {
  font-size: 14px;
}
.reserve-btnarea a {
  padding: 20px 20px;
}
.beauty_logo img {
  width: 80%;
}
#menu .whitebox {
    padding: 0px;
}
.menu-right-inner {
  display: block;
    width: 300px;
}
.menu-left {
  text-align: center;
}
.menu-pic {
    margin-top: 20px;
}
#menu .bg-colorbox3 {
    background-color: #fff;
}
.sp-btn-area {
text-align: center;
}
.op-menu-maintitle {
    font-size: 1.2rem;
}
.op-menu-titlearea p{
  font-size: 14px;
}
.caution p{
  font-size: 14px;
}
.rsv-btn {
  margin-top: 20px;
}
.rsv-btn2 {
    margin-top: 20px;
}
#menu .rsv-area {
    margin-top: 80px;
}
#menu .footer-button1 {
    font-size: 1rem;
    font-weight: 600;
    background: linear-gradient(#F144A0 , #FE8DC9);
    padding: 15px 15px;
    color: #fff;
}
.menu-linelogo {
  width: 180px;
}
.menu-maintitle {
  margin-top: 60px;

}
.menu-title2 {
  margin-top: 20px;
}

/*Access
-------------------------*/

.ac-container {
    display: block;
    align-items: center;
    padding-bottom: 40px;
}
.ac-txt-inner {
  padding-top: 10px;
}
.mini-title {
    width: 110px;
    padding: 4px 10px;
}


/*Resereve
-------------------------*/
#reserve .footer-button1 {
    font-size: 1rem;
    font-weight: 600;
    background: linear-gradient(#F144A0 , #FE8DC9);
    padding: 15px 15px;
    color: #fff;
}
#reserve .menu-linelogo {
    width: 180px;
}

/*コルギ
-------------------------*/
.table-wrapper {
    max-width: 300px;
}
.korugi-photobox {
    width: 300px;
    margin: 0 auto;
}
.korugi-textbox {
    background-color: #F9F8F4;
    font-size: 16px;
    width: 300px;
    padding-top: 20px;
    padding-left: 0px;
    line-height: 300px;
    text-align: left;
}
.korugi-table {
    width: 300px;
    margin-bottom: 40px;
}
.kougi-listarea {
    text-align: left;
    width: 300px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px;
}
table.korugi-table th {
    font-size: 1.2rem;

}
table.korugi-table td {
    font-size: 16px;

}
.kougi-listarea li {
  padding-bottom: 20px;
  list-style-type: disc;
}
.grid {
   grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.sp-border{
  border-top: 1px solid #707070;
}
/*Blog
--------------------------*/
.article .article_title {
    font-size: 18px;
}
.content {
  font-size: 14px;
}
.postLink a {
    font-size: 12px;
}
.postLink {
    padding: 0;
}
.col-md-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.archive_list {
  font-size: 12px;
}
.col-md-4 {
  -webkit-box-flex: 0;
  flex: 100%;
  max-width: 100%;
}
}