@charset "utf-8";
----------------------
Start ハンバーガーメニュー
----------------------
*/
/* Start ヘッダー */
.headerNavOuter {
    margin-bottom: 0;
    position: relative;
}
.siteIcon {
    margin: 0;
}
.siteIcon img {
    width: 60px;
    height: 60px
}
/* End ヘッダー */

/* Start ナビゲーション */
.headerNav {
    position: fixed;
    right: -100%;/*右側に隠しておきます*/
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #CCBA97;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 20;
    overflow-y: auto;
}
.navList {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
    max-width: 500px;
}
.navItem {
    border: none;
    margin: 0;
    list-style: none;
}
.navItem a {
    display: block;
    background-color: #FCF2DF;
    border-bottom: 1px solid #A38A59;
    color: #A38A59;
    padding: 24px 0;
    width: 100%;
    margin: 0 auto;
    font-size: 2rem;
    text-decoration: none;
}
.nav-logo{
    width: 20vw;
    margin: 10vw 2vw;
}
.nav-name{
    font-size: 4.2rem;
    text-align: center;
}
.nav-phone img{
    width: 10vw;
}
.nav-group{
    width: fit-content;
    margin: 10vw auto;
}
.nav-phone{
    display: flex;
    align-items: center;
}
.nav-phone figcaption{
    color: #3C2C20;;
    font-size: 2.4rem;
}
/* End ナビゲーション */

/* Start ハンバーガーボタン(三本線の実装) */
.hamburger_btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 30;
    position: relative;
}
.hamburger_line {
    position: absolute;/*.headerNavOuterを基準にして、絶対配置*/
    width: 30px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.hamburger_txt{
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 30px;

}
.hamburger_line_2 {
    top: 12px;
}
.hamburger_line_3 {
    top: 24px;
}
/* End ハンバーガーボタン(三本線の実装) */

/*ハンバーガーメニュをクリックした後に現れる半透明の背景*/
.black-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #000;
    opacity: 0;
    visibility: hidden;/* 非表示にしておきます */
    -webkit-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
}

/* Start ハンバーガーボタンをクリックした際の動き */
/* ナビゲーションが現れる */
.nav-open .headerNav {
    right: 0;
}

/* 半透明の背景を表示させます。 */
.nav-open .black-bg {
    opacity: .8;
    visibility: visible;
}

/* 三本線のハンバーガーを、バッテンにします */
.nav-open .hamburger_line_1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    width: 30px;
}
.nav-open .hamburger_line_2 {
    width: 0;
    left: 50%;
}
.nav-open .hamburger_line_3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    width: 30px;
}
/* End ハンバーガーボタンをクリックした際の動き */
/* ドロップメニュー */
.dropdown__list{
    list-style: none;
}
.dropdown__lists{
    padding: 0;
}
.clickFloatBtn::after{
    position: absolute;
    top: 35%;
    right: 25px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%) rotate(45deg);
    border-right: solid 2px #5f6c2e;
    border-bottom: solid 2px #5f6c2e;
    content: "";
    transition: all 0.3s;
}
.burger-drawer-inner{
    display: none;
}
/* set */
.nav-inner{
    width: 78%;
    margin: auto;
}
.barger-top{
    background-color: #A38A59;
    padding: 25px 20px;
    position: sticky;
    top: 0;
    left: 0;
}
.barger-top h1{
    font-size: 2.4rem;
}
.barger-top p{
    margin: 0;
    color: #fff;
    font-size: 1.3rem;
}
.nav-menu-ttl{
    font-size: 2rem;
    color: #fff;
}
.nav-menu-btn{
    display: block;
    font-size: 1.9rem;
    color: #917F5A;
    font-weight: 100;
    background-color: #FDF8EB;
    border: 1px solid #A38A59;
    border-radius: 40px;
    padding: 18px 24px;
    margin-bottom: 20px;
}
.nav-kimono small{
    font-size: 1.3rem;
    color: #D03C3C;
    padding-bottom: 20px;
}
.nav-menu-btn{
    position: relative;
}
.nav-form::after{
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 5px;
    right: 15px;
    background-image: url(../img/navform.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.nav-line::after{
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 5px;
    right: 15px;
    background-image: url(../img/navLINE.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.nav-tel::after{
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 5px;
    right: 15px;
    background-image: url(../img/navtel.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
/*
----------------------
End ハンバーガーメニュー
----------------------
*/
