/* ----------------------------------------------------------------------------
/  spmenu
/ ---------------------------------------------------------------------------- */
/*スクロール　MENU固定*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    height: 98px;
}
/*----------------------------------*/
.header_inner {
    max-width: 1080px;
    margin:25px auto 0;
    align-items: center!important;
}
.front_menu {
    width: 717px;
}
.front_menu a {
    color: inherit;
    text-decoration: none;
}

.front_menu a:visited {
    color: inherit;
}


/*logo*/
.logo{
    width: 180px;
}
.logo a{
    display: block;
    width: 160px;
}
/*header_tel*/
.header_tel{
    width: 175px;
}
.header_tel p {
    text-align: center;
    color: #AB9860;
    position: relative;
    display: table;
    margin: 0 auto;
}
.header_tel p:before, .header_tel p:after {
    content: "";
    position: absolute;
    top: 9px;
    width: 1px;
    height: 11px;
    background-color: #AB9860;
    left: -10px;
}
.header_tel p:after{
    left:inherit;
    right: -10px;
}
.header_tel a {
    text-align: center;
    display: block;
    margin-left: 9px;
    font-size: 2.2rem;
    padding-left: 7px;
    color: #204C3B;
    background-image: url(../img/top/sp_icon.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left top 11px;
    letter-spacing: 0;
}
/* PC用*/
.front_menu .drawer_nav_wrapper {
    transform: translate(0);
/*    width: 70%;*/
    height: 70px;
    position: relative;
    background-color: #F8F7F2;
}
.front_menu .drawer_nav {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    list-style-type: none;
    box-sizing: border-box;
    padding: 0 18px 3rem;
}
.front_menu .drawer_nav li {
    margin: 0;
    padding: 0;
    height: 70px;
    padding-right: 1rem!important;
    line-height: 70px;
    text-align: center;
    list-style-type: none;
    font-size: 1.4rem;
    position: relative
}
.front_menu .drawer_nav .sns{
    width: 2rem!important;
    text-align: center;
}
.front_menu .drawer_nav .sns:last-of-type{
    padding-right:0!important;
}
.front_menu .drawer_nav .sns img{
    padding-top: 2.4rem;
}

/*.front_menu .drawer_nav li:nth-child(1){
    position: relative;
}*/
/*.front_menu .drawer_nav li:nth-child(2) a{
    background-image: url(../img/top/nav_yazirushi.svg);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: right 25px center;
}
@media all and (-ms-high-contrast: none) {
.front_menu .drawer_nav li:nth-child(2) a{
    background-image: url(../img/top/nav_yazirushi.png);
}
}*/
.front_menu .drawer_nav li a{
    display: block;
    color: #AB9860;
}
.front_menu .drawer_nav li a:hover {
    opacity: 1;
    color: #564D39;
}

/* PC非表示 */
@media screen and (min-width:1025px) {
    .pc-hidden {
        display: none;
        text-align: center;
    }
}
@media screen and (min-width: 1025px) {
/* ドロップダウンメニュー2階層目 */
.front_menu .drawer_nav li ul.second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: -1;
    top: 70px;
    margin: 0;
    padding-left: 0;
    width: 280px;
    transition: inherit;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
    box-sizing: border-box;
}
.front_menu .drawer_nav .second-level li {
    margin: 0;
    padding: 0;
    padding-right: 1rem;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    line-height: 30px;
    height: 30px;
}
.front_menu .drawer_nav .second-level li a:hover{
    color: #564D39;
}
.front_menu .drawer_nav li:hover ul.second-level {
    visibility: visible;
    z-index: 999;
    top: 70px;
    transition: inherit;
    left: -20px;
}
/*
.front_menu .drawer_nav li:hover ul.second-level li {
    transition:all 0s ease;
    text-align: center;
    padding-right: 1rem;
}
*/
.front_menu .drawer_nav li:hover ul.second-level li a {
    display: block;
    background-image:none;
}
.front_menu .drawer_nav li ul.second-level li a {
    transition:inherit;
    display: inline-block;
}
.front_menu .drawer_nav li:hover ul.second-level li a:hover {
    opacity: 1;
    
}
}
/*+++ Default Button Color +++*/

.front_menu .drawer_button {
    color: #204C3B;;/* ハンバーガーメニュー文字色 */
    display: none;
}

.front_menu .drawer_button .frontmenu_bar {
    background-color: #204C3B;;/* ハンバーガーメニュー三本線の色 */
}

/* 1000px以下 */

@media screen and (max-width: 1024px) {
.front_menu {
    width: inherit;
}
.header_inner {
    margin: 0 auto 0;
    padding:0 20px;
}
.logo {
    margin-top: 13px;
}
header {
    background-color: #fff;
    height: 98px;
}
.front_menu .front_menu_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    top: 0;
    left: 0;
}
.header_tel {
    width: 175px;
    margin: 10px 80px 0;
}
.front_menu .drawer_button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 42px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 1001;
    text-align: center;
    outline: none;
}
.front_menu .drawer_button.active span:nth-of-type(1),
.front_menu .drawer_button.active span:nth-of-type(2),
    .front_menu .drawer_button.active span:nth-of-type(3) {
    width: 49px;
}
.front_menu .drawer_button.active span:nth-of-type(1) {
    transform: rotate(30deg);
}
.front_menu .drawer_button.active span:nth-of-type(2) {
    opacity: 0;
}
.front_menu .drawer_button.active span:nth-of-type(3) {
    transform: rotate(-30deg);
}
.front_menu .drawer_button.active .front_menu_text {
    display: none;
}
.front_menu .drawer_button.active .drawer_close {
    display: block;
}
button.drawer_button.active .drawer_menu_text {
    display: none;
}
.front_menu span {
    display: block;
    height: 2px;
    margin: 10px 0;
    transition: all 0.2s;
    transform-origin: 0 0;
}
.front_menu .drawer_text {
    text-align: center;
    font-size: 10px;
}
.front_menu .drawer_close {
    letter-spacing: 0.08em;
    display: none;
}
.front_menu .front_menu_text {
    display: block;
}
.front_menu .drawer_nav_wrapper {
    width: 250px;
    height: 100%;
/*        transition: all 0.2s;*/
    transform: translate(250px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #FFF;/* ドロワーメニュー内背景色 */
    overflow-x: hidden;
    overflow-y: auto;
}
.front_menu .drawer_nav {
    display: block;
    position: relative;
    margin-top: 40px;
    padding-left: 20px;
}
.front_menu .drawer_nav li {
    background-color: #fff;
    height: auto;
    line-height: 50px;/*  ドロワーメニューリスト項目高さ */
    position: relative;
}
.front_menu .drawer_nav li a {
    background-color: #fff;/* ドロワーメニューリスト背景色 */
    color: #204C3B;/* ドロワーメニューリスト文字色 */
    display: block;
    text-align: left;
}
/* スマートフォン2階層目 */
.front_menu .drawer_nav li:hover ul.second-level {
    display: block;
}
.front_menu .drawer_nav li ul.second-level {
    visibility: visible;
    position: relative;
    padding: 0;
    z-index: 1001;
}
.front_menu .drawer_nav li ul.second-level li {
    border-top: 1px solid #eee;
}
.front_menu .drawer_nav li ul.second-level li a {
    line-height: 1.8;
    text-indent: -15px;
    padding: 10px 0 10px 35px;
}
.front_menu .drawer_nav_wrapper.open {
    transform: translate(0);
}
.front_menu.left .drawer_button {
    right: auto;
    left: 32px;
}
.front_menu.left .drawer_nav_wrapper {
    transform: translate(-250px);
    right: auto;
    left: 0;
}
.front_menu.left .drawer_nav_wrapper.open {
    transform: translate(0);
}
.pc-hidden {
    text-align: center;
}
.front_menu .drawer_nav li:nth-child(2) a{
    background-image: none;
}
.front_menu .drawer_nav .sns{
    width: 2.5rem;
}
.front_menu .drawer_nav .sns img{
    padding-top: 1.8rem;
}
}
@media (max-width: 500px){
.header_tel {
    margin: 0;
    position: fixed;
    background-color: #F7F6E9;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    left: 0;
    box-sizing: border-box;
    padding: 20px;
    border-top:solid 2px #204C3B;
    border-bottom:solid 2px #204C3B;
}
.header_tel p:before,
.header_tel p:after {
    display: none;
}
.header_tel p {
    text-align: left;
    color: #AB9860;
    position: relative;
    display: table;
    margin: 0;
}
.header_tel a {
    text-align: center;
    display: block;
    margin-left: 29px;
    font-size: 2.2rem;
    padding-left: 25px;
}
header {
    height: 70px;
}
.logo {
    margin-top: 24px;
}
.front_menu .drawer_button {
    top: 4px;
}
}
@media (max-width: 320px){
.header_tel a {
    font-size: 1.8rem;
}
}