@charset "UTF-8";

.pc {
    display: block;
}

.sp {
    display: none;
}

.sp_line {
    display: none;
}

.tb {
    display: none;
}

/*
=================================================================================================
ヘッダー 
=================================================================================================
*/
.header {
    width: 100%;
    height: 128px;
    background: #2C1804;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.header_pc {
    display: flex;
    justify-content: space-between;
}

.header_logo {
    width: 256px;
    position: relative;
    top: 16px;
    left: 16px;
}

.headerList_wrap {
    display: flex;
}

.headerList_pc {
    display: flex;
}

.headerList_item_pc {
    padding-right: 40px;
    height:128px;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.headerList_item_pc:hover {
    color: #A28302;
    transition: 0.3s;
}

.headerList_item_pc-reserv {
    width: 208px;
    height: 128px;
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9F0909;
    transition: 0.3s;
}

.headerList_item_pc-reserv:hover {
    background: #C91515;
    transition: 0.3s;
}

.header_sp {
    display: none;
}

.headerName_sp {
    display: none;
}

#nav-toggle {
    display: none;
}

/*上に戻るボタン ----------------------------------*/
#toTop {
    width: 80px;
    height: 80px;
    position: fixed;
    right: 80px;
    border-radius: 50%;
    background: #A28302;
    border: 4px solid #fff;
    z-index: 100;
    transition: 0.3s;
}

#toTop:hover {
    background: #ddb71f;
    transition: 0.3s;
}

#toTop a{
    font-size: 3.5rem;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*
=================================================================================================
フッダー
=================================================================================================
*/
.footer_wrap_sp {
    display: none;
}

.footer_info_sp {
    display: none;
}

.footer_wrap_pc {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-around;
}

.footerList {
    margin: 40px 0;
    display: flex;
    font-size: 2.0rem;
}

.footerList li {
    padding-right: 40px;
    transition: 0.3s;
}

.footerList li:last-child{
    padding-right: 0;
}

.footerList li a {
    transition: 0.3s;
}

.footerList li a:hover {
    color: #A28302;
    transition: 0.3s;
}

.footer_reserv_sp {
    display: none;
}

.footer_logo {
    width: 220px;
}

.footer_info {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
}

.barberName {
    margin-right: 24px;
    font-size: 5.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.baeber_info a {
    font-size: 3.0rem;
    letter-spacing: 0.025em;
    display: inline-block;
    margin-bottom: 8px;
}

.baeber_info a span{
    margin-right: 8px;
    font-size: 2.5rem;
}

.baeber_info p {
    font-size: 1.8rem;
}

.copylight {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: right;
}

/*
=================================================================================================
共通部分
=================================================================================================
*/
.barberLine {
    width: 100%;
    height: 10px;
    background-image: linear-gradient(135deg, #ffffff 12.50%, #a10003 12.50%, #a10003 25%, #ffffff 25%, #ffffff 37.50%, #05199e 37.50%, #05199e 50%, #ffffff 50%, #ffffff 62.50%, #a10003 62.50%, #a10003 75%, #ffffff 75%, #ffffff 87.50%, #05199e 87.50%, #05199e 100%);
    background-size: 45.25px 45.25px;
}

[class*="_topttl"] {
    margin-bottom: 60px;
    font-size: 8.0rem;
    color: #A28302;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.025em;
}

[class*="_topttl"] span{
    margin-top: 24px;
    font-size: 3.0rem;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    display: block;
}

[class*="_toptxt"] {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 2;
    line-break: strict;/*厳密な禁則処理*/
    font-feature-settings: "palt";
    text-align: justify;
}

/*
=================================================================================================
トップビジュアル 
=================================================================================================
*/
.mainVisual {
    width: 100%;
    height: 80vh;
    position: relative;
}

.maincopy {
    width: 100%;
    font-size: 3.5vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    text-shadow: 
    0px 0px 10px rgba(0, 0, 0, 1),
    0px 0px 15px rgba(0, 0, 0, 0.5),
    0px 0px 25px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*
=================================================================================================
石坂理容院について
=================================================================================================
*/

.about {
    background: #2C1804;
}

.about_top_wrap {
    padding: 120px 0;
    height: 440px;
    position: relative;
    z-index: 1;
}

.about_topttl {
    position: relative;
}

.about_topttl::before {
    width: 490px;
    height: 384px;
    display: block;
    content: "";
    background: url(../img/hasami.png) no-repeat center center / cover;
    opacity: 0.3;
    position: absolute;
    top: -80px;
    left: -165px;
    z-index: -1;
}

.about_topttl span {
    color: #fff;
}

.about_toptxt {
    width: 43%;
    color: #fff;
}

.about_top_img {
    width: 50vw;
    height: 440px;
    background: url(../img/top_about_img.jpg) no-repeat center center / cover;
    position: absolute;
    right: 0;
    top: calc(100% - 560px);
    z-index: -1;
}

.about_under_img {
    width: 100%;
    height: 360px;
    background: url(../img/chair_img-pc.jpg) no-repeat center center / cover;
}

/*
=================================================================================================
メニュー＆料金
=================================================================================================
*/
.menu {
    position: relative;
}

.menu_top_wrap {
    padding: 120px 0;
}

.menu_back_img_pc {
    width: 53vw;
    height: 100%;
    background: url(../img/top_menu_img.jpg) no-repeat center center / cover rgba(44, 24, 4, 0.6);
    background-blend-mode: Multiply;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.menu_topttl {
    position: relative;
}

.menu_topttl::before {
    width: 490px;
    height: 384px;
    display: block;
    content: "";
    background: url(../img/hasami.png) no-repeat center center / cover;
    opacity: 0.1;
    position: absolute;
    top: -80px;
    left: -165px;
    z-index: -1;
}

.menu_toptxt {
    margin-bottom: 56px;
    width: 440px;
}

.menu_recommend {
    margin: auto 0;
    width: 584px;
    height: 320px;
    background: url(../img/menu_recommend-pc.png) no-repeat center center / cover;
    position: absolute;
    top: calc(50% - 160px);
    right: calc(30% - 292px);
    z-index: -1;
}

.menu_btn {
    padding: 30px 0;
    width: 320px;
    box-sizing: border-box;
    color: #fff;
    background: #342210;
    border: 2px solid #342210;
    display: block;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    transition: 0.3s;
}

.menu_btn:hover{
    color: #342210;
    background: #fff;
    transition: 0.3s;
}

.menu_btn::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
}

.menu_btn:hover::before {
    right: 16px;
    border-top: 3px solid #342210;
    border-right: 3px solid #342210;
    transition: 0.3s;
}

/*
=================================================================================================
当店取り扱いメーカーのご紹介
=================================================================================================
*/
.info {
    background: #2C1804;
}

.info_top_wrap {
    padding: 120px 0;
}

.info_topttl {
    margin-bottom: 24px;
    font-size: 4.0rem;
    text-align: center;
}

.info_topttl span{
    margin-bottom: 24px;
    color: #fff;
    font-size: 5.0rem;
}

.info_topttl::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.info_toptxt {
    margin-bottom: 40px;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

.maker_wrap {
    display: flex;
    justify-content: space-between;
}

.maker_wrap h3 {
    margin-bottom: 24px;
    font-size: 2.0rem;
    color: #fff;
}

[class*="info_img_"] {
    margin-bottom: 16px;
    width: 360px;
    height: 240px;
}

.info_img_haircolor {
    background: url(../img/maker_haircolor.jpg) no-repeat center center / cover;
}

.info_img_haircare {
    background: url(../img/maker_haircare.jpg) no-repeat center center / cover;
}

.info_img_babysbrush {
    background: url(../img/maker_babysbrush.jpg) no-repeat center center / cover;
}

.info_link {
    padding: 8px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    font-size: 2.0rem;
    color: #fff;
    display: block;
    border: #fff solid 2px;
    position: relative;
    transition: 0.3s;
}

.info_link_sp {
    display: none;
}

.info_link:hover{
    color: #2C1804;
    background: #fff;
    transition: 0.3s;
}

.info_link:last-child{
    margin-bottom: 0;
}

.info_link span{
    margin-left: 8px;
    font-size: 1.4rem;
}

.info_link_txtsmall {  /*バンインターナショナルの文字サイズだけ少し小さく*/
    font-size: 1.2rem !important;
}

.info_link i {
    position: absolute;
    right: 8px;
    top: calc(50% - 8px);
}

/*
=================================================================================================
アクセス
=================================================================================================
*/
.access {
    position: relative;
}

.access_google {
    width: 45%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
}

.access_top_wrap {
    padding: 120px 0;
    margin-left: auto;
    width: 50%;
    height: 360px;
}

.access_barberName {
    margin-bottom: 16px;
    font-size: 3.0rem;
}

.access_barberName::after {
    margin-top: 16px;
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    background: #000;
}

.access_add {
    margin-bottom: 40px;
    font-size: 2.0rem;
    font-weight: 400;
}

.access_add dt {
    margin-right: 16px;
    display: inline-block;
}

.access_add dd {
    display: inline-block;
}

.access_link {
    font-size: 2.0rem;
    color: #53AADE;
    border-bottom: 2px solid #53AADE;
    transition: 0.3s;
}

.access_link:hover{
    color: #91d7ff;
    border-bottom: 2px solid #91d7ff;
    transition: 0.3s;
}

.access_link i {
    margin-right: 8px;
    color: #C62828;
}

/*
=================================================================================================
ご予約
=================================================================================================
*/
.reserv {
    background: #2C1804;
}

.reserv_top_wrap {
    padding: 120px;
    display: flex;
    justify-content: space-between;
}

.reserv_topttl span {
    color: #fff;
}

.reserv_toptxt {
    color: #fff;
}

.reserv_tel {
    color: #fff;
    font-size: 6.0rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.reserv_tel::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.reserv_tel span {
    font-size: 3.0rem;
    margin-right: 8px;
}

.reserv_table {
    width: 100%;
    color: #fff;
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.reserv_table tr {
    border-bottom: 2px solid #fff;
}

.reserv_table th {
    width: 30%;
    text-align: left;
    vertical-align: middle;
}

.reserv_table td {
    padding: 18px 0;
}

.calender_blk {
    width: 50%;
}

.calender_blk p{
    margin-bottom: 24px;
    color: #fff;
    font-size: 3.0rem;
    text-align: center;
}

.reserv_calender {
    width: 100%;
    height: 440px;
}

/*
=================================================================================================
下層ページ  --　メニュー＆料金　--
=================================================================================================
*/
/*--- 下層ページトップ部分 ---*/
.menu_head {
    background:#2C1804;
    position: relative;
    display: block;
    height: 760px;
}

.menu_head_wrap {
    padding: 240px 0px;
    position: relative;
    left: 80px; 
}

.menu_head_ttl {
    font-size: 8.0rem;
    color: #A28302;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.menu_head_ttl span {
    margin-top: 24px;
    font-size: 3.0rem;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    display: block;
}

.menu_head_txt {
    margin-top: 60px;
    width: 480px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
    line-break: strict; /*厳密な禁則処理*/
    font-feature-settings: "palt";
    text-align: justify;
    color: #fff;
}

.menu_head_img {
    width: 45vw;
    height: 640px;
    display: block;
    background: url(../img/menu_top.jpg) no-repeat center center / cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*--- 下層ページ　サイドバー ---*/
.menu_sidebar {
    position: fixed;
    top: 232px;
    left: 5%;
    z-index: 500;
}

.menu_sidebar a {
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    line-height: 2.5;
    color: #fff;
    text-shadow:
    0px 0px 10px rgba(0, 0, 0, 1),
    0px 0px 15px rgba(0, 0, 0, 0.5),
    0px 0px 25px rgba(0, 0, 0, 0.3);
}

/*--- 下層ページ　メインメニュー ---*/
#cut,
#parm {
    background: #1A0D00;
}

#color {
    background: #2C1804;
}

.cut,
.color,
.parm  {
    padding: 88px 0 148px 0;
    position: relative;
}

[class*="mainMenuWrap-"] {
    padding: 88px 136px;
    width: 600px;
    background: #fff;
}

.mainMenuWrap-cut,
.mainMenuWrap-parm {
    margin-right: auto;
}

.mainMenuWrap-color {
    margin-left: auto;
}

[class*="mainMenu_ttl-"] {
    margin-bottom: 60px;
    font-size: 8.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: 0.025em;
    text-align: center;
}

[class*="mainMenu_ttl-"] ::after {
    margin: 0 auto;
    content: "";
    display: block;
    width: 40%;
    height: 3px;
    background: #A28302;
    position: relative;
    bottom: 52px;
}

[class*="mainMenu_ttl-"] span {
    margin-top: 40px;
    font-size: 3.0rem;
    font-family: 'Noto Serif JP', serif;
    display: block;
}

[class*="mainMenu_txt-"] {
    margin-bottom: 60px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2;
    line-break: strict; /*厳密な禁則処理*/
    font-feature-settings: "palt";
    text-align: justify;
}

[class*="mainMenu_img-"] {
    width: 560px;
    height: 640px;
    position: absolute;
}

.mainMenu_img-cut {
    background: url(../img/menu_cut_img.jpg) no-repeat center center / cover;
}

.mainMenu_img-color {
    background: url(../img/menu_color_img.jpg) no-repeat center center / cover;
}

.mainMenu_img-parm {
    background: url(../img/menu_parm_img.jpg) no-repeat center center / cover;
}

.mainMenu_img-cut,
.mainMenu_img-parm {
    right: -176px;
    bottom: 88px;
}

.mainMenu_img-color {
    left: -176px;
    bottom: 88px;
}

[class*="mainMenu_table-"] {
    margin-bottom: 24px;
    font-size: 1.8rem;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

[class*="mainMenu_table-"] dt{
    margin-bottom: 10px;
    width: 50%;
}

[class*="mainMenu_table-"] dd {
    margin-bottom: 10px;
    width: 30%;
    text-align: end;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

/*--- 下層ページ　サブメニュー ---*/
.sub_menu {
    display: flex;
    flex-wrap: wrap;
}

#headcare,
#others {
    background: #2C1804;
    width: 50%;
}

#straight,
#shaving {
    background: #fff;
    width: 50%;
}

[class*="subMenuWrap-"] {
    padding: 88px 136px;
    width: 480px;
}

.subMenuWrap-headcare,
.subMenuWrap-shaving { /*右に寄せる*/
    margin-left: auto;
}

.subMenuWrap-straight,
.subMenuWrap-others {  /*左に寄せる*/
    margin-right: auto;
}

[class*="subMenu_ttl-"] {
    margin-bottom: 60px;
    font-size: 8.0rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: 0.025em;
    text-align: center;
}

.subMenu_ttl-headcare,
.subMenu_ttl-others {
    color: #fff;
}

[class*="subMenu_ttl-"] ::after {
    margin: 0 auto;
    content: "";
    display: block;
    width: 90%;
    height: 3px;
    background: #A28302;
    position: relative;
    bottom: 48px;
}

[class*="subMenu_ttl-"] span {
    margin-top: 40px;
    font-size: 3.0rem;
    font-family: 'Noto Serif JP', serif;
    display: block;
}

[class*="subMenu_txt-"] {
    margin-bottom: 60px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 2;
    line-break: strict;
    /*厳密な禁則処理*/
    font-feature-settings: "palt";
    text-align: justify;
}

.subMenu_txt-headcare,
.subMenu_txt-others {
    color: #fff;
}


[class*="subMenu_table-"] {
    margin-bottom: 24px;
    font-size: 1.8rem;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.subMenu_table-headcare,
.subMenu_table-others {
    color: #fff;
}

[class*="subMenu_table-"] dt {
    margin-bottom: 10px;
    width: 65%;
    
}

[class*="subMenu_table-"] dd {
    margin-bottom: 10px;
    width: 35%;
    text-align: end;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.asterisk {
    width: 100%!important;
    text-align: left!important;
}


/*--- 下層ページ　予約部分 ---*/
.menu_reserv {
    background: #2C1804;
}

/*
=============================================================
common.css 1200px以下はタブレットサイズ
============================================================
*/
@media screen and (max-width: 1200px) {
.tb {
    display: block;
}

.inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.sp_inner {
    width: 90%;
    margin: 0 auto;
}

/*
=================================================================================================
ヘッダー ---tb
=================================================================================================
*/
.header_pc {
    display: none;
}

.header_sp {
    display: block;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.headerName_sp {
    display: block;
}


.header_logo {
    width: 192px;
    top: 8px;
    left: 8px;
}

/*ハンバーガーメニューの三本線*/
#nav-toggle {
    display: block;
    position: absolute;
    top: calc(100%/4);
    right: 0;
    cursor: pointer;
    z-index: 1000;
}

.nav_hamburger {
    position: relative;
    width: 100px;
    height: 100px;
}

.nav_hamburger span {
    width: 60%;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .3s ease, top .5s ease;
}

.nav_hamburger span:nth-child(1) {
    top: 0;
}

.nav_hamburger span:nth-child(2) {
    top: 20px;
}

.nav_hamburger span:nth-child(3) {
    top: 40px;
}

/*ハンバーガーメニューをクリックした時*/
.open .nav_hamburger {
    background: none;
}

.open .nav_hamburger span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
    background: #fff;
}

.open .nav_hamburger span:nth-child(2) {
    width: 0;
}

.open .nav_hamburger span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
    background: #fff;
}

/*ハンバーガーメニュー内のメニュー部分CSS*/
.header .header_sp {
    background: #412304;
    color: #fff;
    position: fixed;
    width: 90vw;
    height: 90vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 0 10vw;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    transform: translateX(100%);
    transition: transform 1s ease;
}

.open .header .header_sp {
    transform: translateX(0) !important;
}

.header .header_sp ul {
    display: block;
    position: absolute;
    left: 10%;
}

.header .header_sp li {
    position: relative;
    margin: 0;
    height: 10vh;
    text-align: left;
    transform: translateX(200px);
    transition: transform 1.3s ease;
}

.open .header .header_sp li {
    transform: translateX(0);
}

.header .header_sp li a {
    display: inline-block;
    color: #fff;
    padding: 10px 0;
    font-size: 3.0rem;
    font-weight: 500;
}

/*上に戻るボタン ----------------------------------*/



/*
=================================================================================================
フッダー ---tb
=================================================================================================
*/
.footerList {
    margin: 40px 0;
    font-size: 1.8rem;
}

.footerList li {
    padding-right: 24px;
}

.footerList li:last-child {
    padding-right: 0;
}

.footer_logo {
    width: 20vw;
}

.footer_info {
    margin-bottom: 24px;
}

.copylight {
    margin-bottom: 40px;
}

/*
=================================================================================================
共通部分 ---tb
=================================================================================================
*/

[class*="_topttl"] {
    margin-bottom: 40px;
    font-size: 7.0rem;
}

[class*="_topttl"] span {
    font-size: 2.5rem;
}

/*
=================================================================================================
トップビジュアル  ---tb
=================================================================================================
*/
.mainVisual {
    width: 100%;
    height: 70vh;
    position: relative;
}

    .maincopy {
    font-size: 9vw;
    top: 58%;
}

/*
=================================================================================================
石坂理容院について ---tb
=================================================================================================
*/
.about_top_wrap {
    padding: 80px 0;
}

.about_topttl::before {
    width: 264px;
    height: 204px;
    top: -60px;
    left: 0;
}

.about_toptxt {
    width: 40vw;
}

.about_top_img {
    top: calc(100% - 520px);
}

.about_under_img {
    width: 100%;
    height: 20vh;
    background: url(../img/chair_img-pc.jpg) no-repeat center center / cover;
}

/*
=================================================================================================
メニュー＆料金 ---tb
=================================================================================================
*/
.menu_top_wrap {
    padding: 80px 0;
}

.menu_back_img_pc {
    display: none;
}

.menu_back_img_sp {
    margin-bottom: 24px;
    padding: 24px 0;
    width: 100vw;
    background: url(../img/top_menu_img.jpg) no-repeat center center / cover rgba(44, 24, 4, 0.6);
    background-blend-mode: Multiply;
    z-index: -1;
}

.menu_topttl {
    position: relative;
}

.menu_topttl::before {
    width: 264px;
    height: 204px;
    top: -30%;
    left: 65%;
}

.menu_toptxt {
    margin: 0 auto 24px auto;
    width: 90%;
    font-size: 1.8rem;
}

.menu_recommend {
    margin: auto;
    width: 70%;
    height: auto;
    background: url(../img/menu_recommend-pc.png) no-repeat center center / cover;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
}

.menu_recommend::before {
    content: "";
    display: block;
    padding-top: 55%; /* 比率を指定 */
}

.menu_btn {
    margin: 0 auto;
}

/*
=================================================================================================
当店取り扱いメーカーのご紹介 ---tb  TODO 後で整える
=================================================================================================
*/
.info_top_wrap {
    padding: 80px 0;
}

.info_topttl {
    margin-bottom: 24px;
    font-size: 4.0rem;
}

.info_topttl span {
    margin-bottom: 24px;
    font-size: 5.0rem;
}

.maker_wrap {
    display: flex;
    justify-content: space-between;
}

.maker_wrap h3 {
    margin-bottom: 24px;
    font-size: 2.0rem;
    color: #fff;
}

[class*="info_img_"] {
    margin-bottom: 16px;
    width: 29vw;
    height: auto;
}

[class*="info_img_"]::before{
    content: "";
    display: block;
    padding-top: 70%;
}

.info_link {
    padding: 8px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.6rem;
    color: #fff;
    display: block;
    border: #fff solid 2px;
    position: relative;
    transition: 0.3s;
}

.info_link_sp {
    display: none;
}

.info_link:hover {
    color: #2C1804;
    background: #fff;
    transition: 0.3s;
}

.info_link:last-child {
    margin-bottom: 0;
}

.info_link span {
    margin-left: 0px;
    margin-top: 8px;
    font-size: 1.4rem;
    display: block;
}

.info_link_txtsmall {
    font-size: 1.4rem !important;
}

.info_link i {
    position: absolute;
    right: 8px;
    top: calc(50% - 8px);
}

/*
=================================================================================================
ご予約　　　---tb
=================================================================================================
*/
.reserv_top_wrap {
    padding: 80px 0;
    display: block;
}

.reserv_toptxt {
    font-size: 1.8rem;
}

.reserv_table tr {
    border-bottom: 2px solid #fff;
}

.reserv_table th {
    width: 30%;
    text-align: left;
    vertical-align: middle;
}

.reserv_table td {
    padding: 18px 0;
}

.calender_blk {
    width: 100%;
}

.calender_blk p {
    margin-bottom: 24px;
    color: #fff;
    font-size: 3.0rem;
    text-align: center;
}

.reserv_calender {
    width: 100%;
    height: 480px;
}

.sp_line {
    margin: 32px 0;
    display: block;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.sp_line p {
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0.025em;
    color: #fff;
    padding-bottom: 15px;
}

.sp_line a {
    padding: 20px 48px;
    border-radius: 10px;
    display: block;
    font-size: 3rem;
    color: #06C755;
    background: #fff;
    width: 50%;
    margin: 0 auto;
}




}



/*
=============================================================
common.css 以下スマホサイズ
============================================================
*/

@media screen and (max-width: 559px) {
.pc {
    display: none;
}

.sp {
    display: block;
}

/*ヘッダーー--------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
}

.header_logo {
    width: 128px;
    top: 8px;
    left: 8px;
}

.nav_hamburger {
    position: relative;
    width: 50px;
    height: 50px;
}

.nav_hamburger span {
    width: 60%;
    height: 2px;
}

.nav_hamburger span:nth-child(1) {
    top: 5px;
}

.nav_hamburger span:nth-child(2) {
    top: 15px;
}

.nav_hamburger span:nth-child(3) {
    top: 25px;
}

/*ハンバーガーメニューをクリックした時*/
.open .nav_hamburger span:nth-child(1) {
    top: 15px;
}

.open .nav_hamburger span:nth-child(3) {
    top: 15px;
}

/*ハンバーガーメニュー内のメニュー部分CSS*/
.header .header_sp li a {
    font-size: 2.0rem;
}

/*上に戻るボタン ----------------------------------*/
#toTop {
    width: 56px;
    height: 56px;
    right: 10vw;
    border: 3px solid #fff;
}

#toTop a {
    font-size: 2.5rem;
}

/*フッダーー--------------------------------*/

.footer_wrap_sp {
    margin: 24px auto;
    display: flex;
    justify-content: space-between;
}

.footer_wrap_pc {
    display: none;
}

.footer_logo {
    width: 115px;
}

.footerList {
    margin: 8px 8px 0px 32px;
    font-size: 4.5vw;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footerList li {
    padding-right: 0;
}

.footer_reserv_sp {
    margin: 0 auto 24px auto;
    width: 90%;
    display: block;
    padding: 16px 0;
    font-size: 2.0rem;
    text-align: center;
    color: #fff;
    background: #9F0909;
}


.footer_info_sp {
    padding: 24px 0;
    display: block;
    border-top: 1px solid #000;
}

.barberName {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 3.5rem;
    font-weight: 600;
    text-align: center;
}

.baeber_info {
    text-align: center;
}

.baeber_info a {
    margin-bottom: 8px;
}

.baeber_info a span {
    margin-right: 4px;
    font-size: 2.0rem;
}

.baeber_info p {
    margin-bottom: 24px;
    font-size: 1.4rem;
}

.copylight {
    font-size: 1.1rem;
    text-align: center;
}

/*
=================================================================================================
共通部分---sp
=================================================================================================
*/
[class*="_topttl"] {
    margin-bottom: 24px;
    font-size: 4.5rem;
}

[class*="_topttl"] span {
    margin-top: 24px;
    font-size: 1.8rem;
}

[class*="_toptxt"] {
    font-size: 1.4rem;
}

/*
=================================================================================================
トップビジュアル ---sp
=================================================================================================
*/
.mainVisual {
    height: 60vh;
}

/*
=================================================================================================
石坂理容院について---sp
=================================================================================================
*/
.about_top_wrap {
    padding: 40px 0;
    height: auto;
}

.about_topttl::before {
    width: 176px;
    height: 136px;
    top: -30%;
    left: 50%;
}

.about_toptxt {
    margin-bottom: 24px;
    width: 100%;
}

.about_top_img {
    width: 95%;
    height: 230px;
    position: relative;
    right: -5%;
    top: 0;
}

/*
=================================================================================================
メニュー＆料金---sp
=================================================================================================
*/
.menu_back_img_pc {
display: none;
}

.menu_top_wrap {
    padding: 40px 0;
}

.menu_topttl::before {
width: 176px;
height: 136px;
top: -30%;
left: 50%;
}

.menu_back_img_sp {
margin-bottom: 24px;
padding: 24px 0;
width: 100%;
background: url(../img/top_menu_img.jpg) no-repeat center center / cover rgba(44, 24, 4, 0.6);
background-blend-mode: Multiply;
z-index: -1;
}

.menu_recommend {
width: 90%;
background: url(../img/menu_recommend-sp.png) no-repeat center center / cover;
}

.menu_recommend::before {
padding-top: 70%; /* 比率を指定 */
}

.menu_btn {
margin: 0 auto;
padding: 24px 0;
width: 232px;
font-size: 1.8rem;
}

/*
=================================================================================================
当店取り扱いメーカーのご紹介---sp
=================================================================================================
*/
.info_top_wrap {
    padding: 48px 0;
}

.info_topttl {
    margin-bottom: 24px;
    font-size: 2.0rem;
}

.info_topttl span {
    margin-bottom: 24px;
    font-size: 2.2rem;
}

.info_topttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.info_toptxt {
    margin-bottom: 40px;
    font-size: 1.6rem;
}

.maker_wrap {
    display: block;
}

[class*="info_img_"] {
    width: 100%;
    height: auto;
}

[class*="info_img_"]::before {
    content: "";
    display: block;
    padding-top: 68%; /* 比率を指定 */
}

.info_link {
    font-size: 1.8rem;
    border: #fff solid 1px;
}

.info_link_sp {
    display: block;
}

.info_link span {
    margin-left: 8px;
    display: inline-block;
}

.info_link_txtsmall {
    /*バンインターナショナルの文字サイズだけ少し小さく*/
    font-size: 1.2rem !important;
}

.info_link:last-child {
    margin-bottom: 48px;
}

.info_babysbrush .info_link {
    margin-bottom: 0;
}

/*
=================================================================================================
アクセス---sp
=================================================================================================
*/
.access {
    padding: 40px 0;
    position: relative;
}

.access_google {
    margin-top: 36px;
    width: 100%;
    height: 240px;
    position: relative;
}

.access_top_wrap {
    padding: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}

.access_barberName {
    font-size: 2.0rem;
}

.access_add {
    margin-bottom: 24px;
    font-size: 1.6rem;
}

/*
=================================================================================================
ご予約---sp
=================================================================================================
*/

.reserv_top_wrap {
    padding: 40px 0;
}


.reserv_tel {
    font-size: 10vw;
}

.reserv_tel span {
    font-size: 5vw;
}

.reserv_tel::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.reserv_table {
    font-size: 4.5vw;
}

.reserv_table td {
    padding: 16px 0;
}

.sp_line {
    margin: 16px 0;
}

.sp_line p {
    font-size: 1.4rem;
}

.sp_line a {
    font-size: 2rem;
}

.calender_blk p {
    margin: 36px 0 24px 0;
    font-size: 2.2rem;
}

.reserv_calender {
    height: 280px;
}

/*
=================================================================================================
下層ページ  --　メニュー＆料金　-- ---sp
=================================================================================================
*/
/*--- 下層ページトップ部分 ---*/
.menu_head {
    padding: 64px 0 40px 0;
    position: relative;
    height: auto;
}

.menu_head_wrap {
    padding: 0;
    top: -28px;
    left: 0; 
    z-index: 1;
}

.menu_head_ttl {
    font-size: 4.5rem;
}

.menu_head_ttl span {
    font-size: 1.8rem;
}

.menu_head_txt {
    margin-top: 16px;
    width: 100%;
    font-size: 1.4rem;
}

.menu_head_img {
    width: 95%;
    height: 184px;
    position: relative;
    top: 0;
    right: -5%;
}

/*---TODO 下層ページ　サイドバー ---sp ---*/ 
#menuNav-toggle {
    width: 72px;
    padding: 8px 0;
    background: #868686;
    border-radius: 10px 0 0 10px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: 'Noto Serif JP', serif;
    position: fixed;
    top: 64px;
    right: 0;
    z-index: 2;
}

.menu_sidebar {
    padding: 40px 0;
    background:rgb(255, 255, 255, 0.8);
    border-radius: 20px 0 0 20px;
    width: 48vw;
    position: fixed;
    top: 64px;
    right: 0;
    left: auto;
    transform: translateX(100%);
    transition: transform 1s ease;
    z-index: 1;
}

.menuOpen .menu_sidebar {
    transform: translateX(0);
}

.menu_sidebar a {
    margin-left: 24px;
    margin-bottom: 40px;
    font-size: 2.0rem;
    line-height: 2.5;
    color: #000;
    text-shadow: none;
    transform: translateX(200px);
    transition: transform 2s ease;
}

.menuOpen .menu_sidebar a {
    transform: translateX(0);
}

/*--- 下層ページ　メインメニュー ---sp ---*/
#cut,
#parm {
    background: #1A0D00;
}

#color {
    background: #2C1804;
}

.cut,
.color,
.parm {
    padding: 40px 0 65px 0;
    position: relative;
}

[class*="mainMenuWrap-"] {
    padding: 40px 0 0 0;  
    width: 90%;
    height: auto;
    background: #fff;
}

[class*="mainMenu_ttl-"] {
    margin-bottom: 24px;
    font-size: 4.5rem;
    
}

[class*="mainMenu_ttl-"] ::after {
    bottom: 40px;
}

[class*="mainMenu_ttl-"] span {
    margin-top: 32px;
    font-size: 2.0rem;
}

[class*="mainMenu_txt-"] {
    margin: 0 auto;
    margin-bottom: 32px;
    font-size: 1.4rem;
    width: 90%;
}

[class*="mainMenu_img-"] {
    width: 95%;
    height: 384px;
    position: relative;
}

.mainMenu_img-cut,
.mainMenu_img-parm {
    right: calc(50% - 52.5%);
    bottom: 7px;
}

.mainMenu_img-color {
    left: calc(50% - 47.5%);
    bottom: 7px;
}

[class*="mainMenu_table-"] {
    width: 90%;
    margin: 0 auto 16px auto;
    font-size: 1.4rem;
}

[class*="mainMenu_table-"] dt {
    width: 50%;
}

.asterisk-cut {
    width: 100% !important;
}

[class*="mainMenu_table-"] dd {
    width: 50%;
}

/*--- 下層ページ　サブメニュー ---sp ---*/
.sub_menu {
    display: block;
}

#headcare,
#shaving {
    background: #2C1804;
    width: 100%;
}

#straight,
#others {
    background: #fff;
    width: 100%;
}

[class*="subMenuWrap-"] {
    margin: 0 auto;
    padding: 40px 0;
    width: 90%;
    height: auto;
}

[class*="subMenu_ttl-"] {
    margin-bottom: 24px;
    font-size: 4.5rem;
}

.subMenu_ttl-shaving {
    color: #fff;
}

.subMenu_ttl-others {
    color: #000;
}

[class*="subMenu_ttl-"] ::after {
    bottom: 40px;
    width: 70%;
}

[class*="subMenu_ttl-"] span {
    margin-top: 32px;
    font-size: 2.0rem;
}

[class*="subMenu_txt-"] {
    margin: 0 auto;
    margin-bottom: 32px;
    font-size: 1.4rem;
    width: 90%;
}

.subMenu_txt-shaving {
    color: #fff;
}

[class*="subMenu_table-"] {
    width: 90%;
    margin: 0 auto 16px auto;
    font-size: 1.4rem;
}

.subMenu_table-shaving {
    color: #fff;
}

.subMenu_table-others {
    color: #000;
}

[class*="subMenu_table-"] dt {
    width: 55%;
}

[class*="subMenu_table-"] dd {
    width: 45%;
}

}