@charset "utf-8";

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

.header {
  	max-width: 1920px;
  	width: 100%;
    margin: auto auto auto auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  	transition: .3s all;
}

.header-frame {
  	position: relative;
    padding: 35px 6% 15px 15px;
	z-index: 5;
}

.nav-single {
    position: relative;
    cursor: pointer;
}

.nav-single-link {
    padding-right: 15px;
    position: relative;
}

.nav-single-link:before, .nav-single-link:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: .3s;
}

.nav-single-link:after {
    transform: translateY(-50%) rotate(90deg);
}

.nav-single:hover .nav-single-link:after {
    transform: translateY(-50%) rotate(0deg);
}

/*ドロップダウン*/

.nav-second {
    width: 105px;
    padding: 10px 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
	left: 34%;
    transform: translateX(-50%);
    transition: .3s;
}

.nav-second-link {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font-family03);
    letter-spacing: 0.05em;
    line-height: 1.5em;
    color: #fff;
    padding: 0 0 0 20px;
    position: relative;
}

.nav-second-link:not(:first-child) {
    margin: 7px 0 0;
}

.nav-second-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 1px;
    background: var(--white);
    transition: .3s;
}


.nav-second-link:hover {
    color: var(--white);
}

.nav-single:hover .nav-second {
    opacity: 1;
    visibility: visible;
}

/*-----------------------------------------------------------
open
-----------------------------------------------------------*/

.open .hamburger-btn-inner {
    position: fixed;
	top: 35px;
    right: 20px;
}

.open .hamburger-btn-bar > div {
    background: var(--base-body-color);
}

/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.footer-navi-link02:before{
	content: "";
  	position: absolute;
  	top: 0;
  	right: auto;
  	bottom: 0;
  	left: 0;
  	margin: auto;
  	width: 8px;
  	height: 1px;
  	background: var(--base-body-color)
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

	/*-----------------------------------------------------------
	header
	-----------------------------------------------------------*/
  
    .header-logo {
        width: 27%;
  	}

}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

	/*-----------------------------------------------------------
	header
	-----------------------------------------------------------*/
  
    .header-logo {
        width: 25%;
  	}

}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
  
	/*-----------------------------------------------------------
	header
	-----------------------------------------------------------*/
  
    .header-frame {
        padding: 35px 11% 15px 15px;
    }
  
    .header-navi {
        margin: 0 16px 0 0;
        font-size: 14px !important;
    } 
  
	.nav-content .hamburger-btn {
        position: fixed;
        top: 35px;
        right: 15px;
    }
  
    /*-----------------------------------------------------------
    open
    -----------------------------------------------------------*/

    .open .hamburger-btn-inner {
        top: 35px;
        right: 15px;
    }

	/*-----------------------------------------------------------
	footer
	-----------------------------------------------------------*/

    .footer-tel-num {
        font-size: 17px;
    }

    .footer-btn-text {
        font-size: 15px;
    }

}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {
  
    .header-navi {
        font-size: 15px !important;
    } 

}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {
  
	/*-----------------------------------------------------------
	header
	-----------------------------------------------------------*/
  
    .header-frame {
        padding: 35px 10% 15px 15px;
    }
  
    .header-navi {
        margin: 0 24px 0 0;
        font-size: 18px !important;
    } 

    .nav-second-link {
		font-size: 16px;
    }
  
    .open .hamburger-btn-inner {
        top: 35px;
        right: 30px;
	}

	/*-----------------------------------------------------------
	footer
	-----------------------------------------------------------*/

    .footer-info-text {
      font-size: 14px;
    }

    .footer-tel-num {
        font-size: 14px;
    }
  
    .footer-btn-text {
        font-size: 16px;
    }

}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {
  
    .header-navi-block {
      /*margin: 0 100px 0 auto !important;*/
    }
  
    .header-navi {
        margin: 0 32px 0 0;
        font-size: 20px !important;
    }
  
	.open .hamburger-btn-inner {
        top: 40px;
        right: 50px;
    }

	/*-----------------------------------------------------------
	footer
	-----------------------------------------------------------*/

    .footer-info-text {
      font-size: 15px;
    }

    .footer-tel-num {
        font-size: 20px;
    }
  
    .footer-btn-text {
        font-size: 18px;
    }

}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

	/*-----------------------------------------------------------
	header
	-----------------------------------------------------------*/
  
    .header-frame {
        padding: 35px 120px 15px 15px;
    }
  
    .header-navi {
		margin: 0 48px 0 0;
    }
  
    .nav-single-link {
      padding: 0 22px 0 0;
  	}


}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {

	/*-----------------------------------------------------------
	全体スタイル
	-----------------------------------------------------------*/

	/*-- 改行 --*/

	/*-----------------------------------------------------------
	タイトル
	-----------------------------------------------------------*/



}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

	/*-----------------------------------------------------------
	ヘッダー
	-----------------------------------------------------------*/
  
	.header-frame {
        padding: 35px 170px 15px 15px;
    }
  
    .is-scroll .hamburger-btn-inner {
        right: 30px;
    }
  
    .open .hamburger-btn-inner {
            right: 50px;
        }

}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {

}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 