@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  letter-spacing:0.1em;
  font-family:"游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
:root{
	scroll-padding: 110px;
	scroll-behavior: smooth;
}
p{
  font-family:"游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}
a{
    color: inherit;
    text-decoration: none;
    color: #fff;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    font-size: 18px;
}
a:visited {
    color: #fff;
}
h1 {
    color:#86e18f;
    font-family: "Yomogi", cursive;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
}
.flex {
  display: flex;
}
li {
  list-style: none;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}
img {
  width: 100%;
}
.flex {
  display: flex;
}
.width {
  width: 80%;
  margin: 0 auto;
}
p.point-span span{
color:red;
}
h3 {
  font-size: 2rem;
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}
.top {
  margin-top: 2rem;
}
section {
    margin-bottom: 6rem;
}
/* header */
header {
    position: fixed;
    z-index: 1;
    width: 100%;
    transition: all 0.2s ease-out;
}
.hamburger .btn-gNav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}
.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-gNav {
    display: none;
}
.fa-solid {
    font-size: 18px;
}
.fa-brands, .fab {
    font-size: 18px;
	font-weight: bold ;
}
header.headerColorScroll {
    background-color: #5e5252;
    transition: all 0.2s ease-out;
}
.single_page_head {
    background-color: #5e5252;
}
.header-logo {
    height: 12vh;
}
.header-logo-img {
    width: 9%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo-img h1 {
    display: flex;
    justify-content: center;
}
.header-big {
    height: 12vh;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
nav {
    line-height: 12vh;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li {
    margin-left: 40px;
}

nav ul li a {
    text-decoration: none;
    color: white;
}

nav ul li a:hover {
    text-decoration: underline;
}
.title {
    font-size: 2.75em;
    font-weight: bold;
    text-align: center;
    color: #5e4b40; 
    position: relative;
    -webkit-box-reflect: below -20px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .5));
    margin-bottom: 3rem;
}
.about_title {
    margin-bottom: 0rem;
    font-size: 2.75em;
    font-weight: bold;
    text-align: center;
    color: #5e4b40; 
    position: relative;
}
.about_title_sub {
    position: relative;
    text-align: center;
    margin-bottom: 5rem;
}
.about_title_sub::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 30px;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color:currentColor !important;
    /*Lightning見出しデザイン設定のCSS対策*/
    top:unset;
    border: unset;
    margin-left: unset;
    margin-right:unset;
}
/* main_image */
.bgi {
    position: relative;
    height: 80vh;
}
.main_text_box_img {
    width: 220px;
    height: 180px;
    margin-bottom: 2rem;
}
.main_text_box_img img {
    height: 100%;
    box-shadow: 0px 0px 10px 1px #808080;
    object-fit: cover;
}
.main_image {
    position: absolute; 
    /* top: -15vh; */
    z-index: -1;
    height:100%;
    width: 100%;
    background-size: cover; /* 画像全体を表示しつつ、縦横比を維持 */
    background-repeat: no-repeat;
    background-position: center;
}
.main_text_box {
    text-align: center;
    color: #fff;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main_text_box h2 {
    font-weight: normal;
    text-shadow: 2px 3px 1px #808080;
}
h2 .top_text {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 3px 4px 1px #808080;
}
.contact_message {
    text-align: center;
}
/* salon_mb */
.salon_mb {
    position: relative;
    margin-bottom: 12rem;
    /* margin-top: 14rem; */
}
.salon_mb_bck {
    position: absolute;
    top: -6rem;
    background-image: url(../images/bck.png);
    width: 100%;
    height: 40vh;
    z-index: -1;

}
.salon_mb_img {
    width: 50%;
    margin-left: auto;
}
.salon_mb_container_box {
    position: absolute;
    right: 45%;
    top: 10%;
}
.salon_mb_container {
    background-color: #fff;
    border: 2px solid #8c7b6a;
    padding: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.salon_mb_title {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #5e4b40;
    border-bottom: solid #8c7b6a;    
}

.salon_mb_description {
    font-size: 18px;
    line-height: 1.8;
    color: #5e4b40;
    margin-bottom: 20px;
}
.salon_mb_container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -10px;
    border: 1px solid #8c7b6a;
    pointer-events: none;
}

/* about */
.about_mb {
    position: relative;
}
.about_mb_img {
    width: 55%;
    height: 450px;
}
.about_mb_img img {
    height: 100%;
    object-fit: cover;
}
.about_mb_container_box {
    position: absolute;
    bottom: -100px;
    left: 51%;
}
.about_mb_container {
    background-color: rgba(170, 150, 130, 0.9);
    padding: 60px;
    width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.about_mb_title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;    
    position: relative;
}
.about_mb_title::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-15deg);
	top: -100px;
	left: 230px;
	color:#ece7e2;
	font-size: 40px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}
.about_mb_description {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 20px;
}
.btn11 {
	position: relative;
	border: none;
	border-bottom: 1px solid #fff;
	width: fit-content;
}
.btn11 a {
    color: #fff;
}
.btn11 a::after {
	content: ">";
	margin-left: 20px;

}
.access_mb {
    position: relative;
    margin-top: 12rem;
    margin-bottom: 12rem;
}
.access_mb_img {
    width: 55%;
    height: 450px;
    margin-left: auto;
}
.access_mb_img img {
    height: 100%;
    object-fit: cover;
}
.access_mb_container_box {
    position: absolute;
    bottom: -100px;
    right: 51%;
}
.access_mb_container {
    background-color: rgba(170, 150, 130, 0.9);
    padding: 60px;
    width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.access_mb_title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;    
    position: relative;
}
.access_mb_title::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-15deg);
	top: -100px;
	left: 230px;
	color:#ece7e2;
	font-size: 40px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}
.access_mb_description {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 20px;
}
/* news */
.post {
    margin-bottom: 3rem;
}
.news_list{
    list-style: none outside;
    margin: 0;
    padding: 0;
    width: 70%;
    margin: 0 auto;
  }
  .news_list .item a{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
  }
  .news_list .item a:hover{
    opacity: 0.7;
  }
  .news_list .item:first-child a{
    border-top: 1px solid #CCC;
  }
  .news_list .item .date{
    margin: 0;
    min-width: 160px;
  }
  .news_list .item .news_title{
    margin: 0;
  }
  .news_list .item a:hover .title{
    color: #00F;
  }
  .button {
    margin-top: 3rem;
  }
  .button a{
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 25px 30px;
    line-height: 2;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    color: #333;
}
.button a:hover {
    background: #333;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}
/* stass */
.staff {
    /* background-color: rgba(170, 150, 130, 0.7); */
    background-image: url(../images/bck.png);
    padding-top: 60px;
    padding-bottom: 60px;
}
.title_color {
    color: #fff;
}
.staff_img {
    width: 50%;
}
.staff_img_box{
    height: 100%;
}
.staff_img_box img{
    height: 100%;
    object-fit: cover;
}
.staff_box {
    justify-content: center;
}
.staff_text {
    width: 50%;
}
.staff_text {
    color: #fff;  
    padding: 50px;
}
.message_text_title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1rem;
}
.staff_img_box {
    width: 90%;
    margin-left: auto;
}

/* price */
.price_section {
    margin-bottom: 6rem;
}
.price_box {
    width: 30%;
    border-radius: 240px 15px 50px 15px / 15px 200px 15px 185px;
    border: 2px solid rgba(170, 150, 130, 0.9);
    padding: 30px;
}
.price_flex {
    justify-content: space-between;
}
.price_img {
    height: 300px;
}
.price_img img {
    height: 100%;
    object-fit: cover;
}
.price_title {
    padding: 0em 0.5em;/*上下 左右の余白*/
    color: #5e4b40;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 2px #766962;/*左線*/
    font-size: 18px;
    margin: 16px 0;
}
.other_price_box {
    width: 60%;
    border-radius: 240px 15px 50px 15px / 15px 200px 15px 185px;
    border: 2px solid rgba(170, 150, 130, 0.9);
    padding: 30px;
}
.other_price_box span {
    font-size: 16px;
    margin-bottom: 30px;
}
.other_price_text {
    margin-top: 1rem;
}
.option {
    width: 35%;
    display: flex;
    flex-direction: column;
}
.option_box {
    border-radius: 240px 15px 50px 15px / 15px 200px 15px 185px;
    border: 2px solid rgba(170, 150, 130, 0.9);
    padding: 30px;
    margin-bottom: 2rem;
}
.other_price {
    justify-content: space-between;
    margin-top: 2rem;
}
.please {
    margin-bottom: 1rem;
}
/* qa */
.faq {
    width: 600px;
    margin: 2rem auto;
  }
  
  .faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background-color: rgba(170, 150, 130, 0.9);
    color: #fff;
    padding: 10px 20px;
  }
  
  .faq__toggleIcon {
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
  }
  
  .faq__toggleIcon::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 9px;
    background: #fff;
    transform: translateY(50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
  }
  
  .faq__toggleIcon::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 9px;
    background: #fff;
    transform: translateY(50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 0;
  }
  
  .faq__answer {
    display: none;
    padding: 10px 20px;
    background: rgba(245, 237, 230);
  }
  .faq__toggleIcon {
    transition: transform .3s ease-in-out;
  }
  
  .faq__question.is-open .faq__toggleIcon {
    transform: rotate(180deg);
  }
.faq__answer_red {
	color:red;
	border-bottom: solid;
	font-weight:bold;
}

  /* footer */
.license-info {
    background-color: #f8f9fa;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e9ecef;
/*     font-size: 0.9rem; */
    line-height: 1.6;
}

.license-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.license-item {
    flex: 1 1 300px;
}

.license-label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #495057;
    border-bottom: 2px solid #6c757d;
    padding-bottom: 0.2rem;
}

.license-content {
    padding-left: 1rem;
}

.license-content p {
    margin: 0.3rem 0;
    color: #495057;
}

.footer {
    height: 10vh;
    margin-bottom: 10vh;
    background-color: #f5f5f5;
    border: 2px solid rgba(170, 150, 130, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.menu li {
    display: inline;
}

.menu li a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
}

.menu li a:hover {
    color: #333;
}
.fixed-contact {
    position: fixed;
    bottom: 0px;
    display: flex;
    width: 100%;
}
.fixed-contact a {
    display: inline-block;
    width: 50%;
    height: 10vh;
    line-height: 10vh;
    color: white;
    text-decoration: none;
    text-align: center;
}
.fixed-form {
    position: fixed;
    bottom: 12vh;
    right: 30px;
}

.mail {
    display: flex;
    flex-direction: column; /* 縦方向に並べる */
    align-items: center; /* 中央揃え */
    justify-content: center; /* 垂直方向の中央揃え */
    padding: 10px;
    width: 80px;
    height: 80px;
    background-color: rgba(170, 150, 130, 0.9);
    border-radius: 50%;
    text-decoration: none; /* 下線を消す */
    color: inherit; /* テキスト色を継承 */
}

.mail i {
    font-size: 16px; /* アイコンのサイズを調整 */
    margin-bottom: 5px; /* アイコンとテキストの間に余白を追加 */
}
.mail span {
    font-size: 12px; /* アイコンのサイズを調整 */
    margin-bottom: 5px; /* アイコンとテキストの間に余白を追加 */
}

a.phone{
    background-color: #ff9eab;
}
a.phone span {
	font-weight:bold;
	font-family :"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;;
}
a.line {
    background-color: #86e18f;
}
a.line span {
	font-weight:bold;
	font-family :"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;;
}
/* single */
.single {
    padding-top: 15vh;
}
.page-blog {
    padding-top: 15vh;
}

@media (min-width: 2000px) {
    .salon_mb {
        width: 70%;
        margin: 0 auto;
    }
    .salon_mb_container {
        background-color: #fff;
        border: 2px solid #8c7b6a;
        padding: 40px;
        width: 600px;
        margin-left: auto;
        margin-right: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .salon_mb_bck {
        height: 400px;
    }
    .salon_mb_img {
        width: 45%;
        margin-left: 50%;
    }
    .salon_mb_container_box {
        position: absolute;
        right: 45%;
        top: 10%;
    }
}
@media (max-width: 1300px) {
    .salon_mb_container_box {
        position: static;
        width: 80%;
        margin: 0 auto;
    }
    .salon_mb_img {
        width: 80%;
        margin: 0 auto;
    }
    .salon_mb {
        margin-bottom: 0;
    }
    .salon_mb_container {
        width: 100%;
        max-width: 100%;
    }
    .about_mb_img {
        width: 100%;
        margin: 0 auto;
    }
    .about_mb_img img{
        width: 100%;
    }
    .about_mb_container_box {
        position:static ;
        width: 100%;
    }
    .about_mb_container {
        width: 100%;
    }
    .access_mb_img {
        width: 100%;
        margin: 0 auto;
    }
    .access_mb_img img{
        width: 100%;
    }
    .access_mb_container_box {
        position:static ;
        width: 100%;
    }
    .access_mb_container {
        width: 100%;
    }
    .staff .width .flex {
        display:block ;
    }
    .staff_img {
        width: 100%;
    }
    .staff_img_box {
        width: 100%;
    }
    .staff_text {
        width: 100%;
    }
    .price_flex {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .price_img {
        height: 700px;
    }
    .price_box  {
        width: 100%;
        margin-bottom: 2rem;
        padding: 60px;
    }
    .other_price {
        flex-direction: column;
    }
    .other_price_box {
        width: 100%;
        margin-bottom: 2rem;
    }
    .option {
        width: 100%;
    }
}
@media (max-width: 987px) {
    .width {
        width: 90%;
    }
    .salon_mb_container_box {
        width: 85%;
        bottom: -60%;
    }
    .salon_mb_img {
        width: 90%;
        margin: 0 auto;
    }
    .staff_text {
        padding: 20px;
    }
}
@media (max-width: 760px) {
    .salon_mb_container_box {
        width: 85%;
    }
    .about_mb_title::before {
        top: -100px;
        left: 5px;
    }
    .access_mb_title::before {
        top: -100px;
        left:5px;
    }
    .faq {
        width: 100%;
    }
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        z-index: 1;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }
    .gNav-bgc {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;        
    }
    .gNav .gNav-menu {
        padding-top: 50px;
        width: 80%;
        margin-right: 0;
        margin-left: auto;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.8);
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 100%;
        /* padding: 15px; */
        border-bottom: #525252 1px solid;
    }
    .header-logo-img {
        width: 30%;
    }
    .price_flex {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .price_box  {
        width: 100%;
        margin-bottom: 2rem;
        padding: 20px;
    }
    .other_price {
        flex-direction: column;
    }
    .other_price_box {
        width: 100%;
        margin-bottom: 2rem;
    }
    .option {
        width: 100%;
    }
    nav ul li {
        margin-left: 0px;
    }
    nav {
        line-height: 10vh;
    }
    .news_mobile {
        flex-direction: column;
    }
    .news_mobile p {
        width: 100%;
    }
	    .license-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .license-item {
        flex: 1 1 100%;
    }

}
@media (max-width: 680px) {
    .width {
        width: 95%;
    }
    .salon_mb_container_box {
        width: 92%;
    }
    .salon_mb_img {
        width: 95%;
        margin: 0 auto;
    }
    .salon_mb_bck {
        height: 30vh;
    }
    .news_list {
        width: 100%;
    }
    .news_list .item .date {
        min-width: 100px;
    }
    .menu{
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
        justify-content: space-between;

    }
    .menu li {
        width: 20%;
    }
    .price_img {
        height: 500px;
    }

}
@media (max-width: 480px) {
    .salon_mb_container_box {
        width: 92%;
    }
    .about_mb_title {
        font-size: 1.6em;
    }
    .access_mb_title {
        font-size: 1.6em;
    }
    .about_mb_title::before {
        font-size: 20px;
        top: -50px;
    }
    .access_mb_title::before {
        font-size: 20px;       
        top: -50px;
    }
    .access_mb_container {
        padding: 20px;
    }
    .about_mb_container{
        padding: 20px;
    }
    .about_mb_img {
        height: 280px;
    }
    .access_mb_img {
        height: 280px;
    }
    .main_text_box h2 {
        font-size: 20px;
    }
    h2 .top_text {
        font-size: 30px;
    }
    .access_mb {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .message_text {
        font-size: 18px;
    }
    .menu li a {
        font-size: 14px;
    }
    .menu {
        gap: 5px;
    }
    .main_text_box_img {
        width: 120px;
        height: 100px;
        margin-bottom: 2rem;
    }
    .other_price_box span {
        font-size: 12px;
    }
    .fixed-form {
        position: fixed;
        bottom: 19vh;
        right: 5px;
    }
    .price_img {
        height: 300px;
    }
}