@charset "utf-8";
/* css?0121 Document */



/* ロゴスペースcss?0121追加 *************************************************************************************/

header {position: fixed; transition: .8s; top: 0; left: 0; width: 100%;  z-index:1001; background-image:url(../img/menu_wrap.png);  background-size:cover;}

.head_logo {max-width: 1000px; width:100%; margin:5px auto; height:80px;}
.header_logo { width:100%; text-align: center;}



@media screen and (max-width: 767px) {
	header {border-bottom:5px solid #b06363;}
	.head_logo {height:65px;}
	.header_logo { width:100%; text-align: left; line-height:0;}
	.header_logo img {height:54px; margin:6px 0 0 6px}
}

/* 電話設定 */
ul li.tel p:before{ content:""; display:inline-block; width:1.5em; height:1.1em; background:url(../img/icon_tel.png) no-repeat; background-size:contain; }
@media only screen and (min-width : 768px) {
	ul li.tel { display:none;}
}



@media print{
header {position: relative;}
.top_margin {height:20px;}
.top_margin0 {height:0;}
}
/* ロゴスペースcss?0121追加 *************************************************************************************/

.drawer_menu a {
    color: inherit;
    text-decoration: none;
}

.drawer_menu a:visited {
    color: inherit;
}


/* PC用ナビゲーション */

.drawer_menu .drawer_nav_wrapper {
    transform: translate(0);
    width: 100%;
    height: 40px;/* PC用メニュー高さ */
    position: relative;
    top: auto;
    right: auto;
    z-index: 100;
    background-color: #b27e6e;/* PC用メニュー背景色 */
}

.drawer_menu .drawer_nav {
    max-width: 1000px;/* コンテンツ幅に合わせる */
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
	border-left:1px solid #660000;
    justify-content: center;
    list-style-type: none;
}

.drawer_menu .drawer_nav li {
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;/* PC用メニュー高さ */
    line-height: 40px;/* PC用メニュー高さ */
    background-color: #b27e6e;/* PC用メニューボタン背景色 */
	border-right:1px solid #660000;
    text-align: center;
    list-style-type: none;
}

.drawer_menu .drawer_nav li a {
    color: #fff;/* PC用メニューボタン文字色 */
	display:block;
}

/* PCメニュー改行修正 */
@media screen and (max-width:1000px) {
	.drawer_menu .drawer_nav li {font-size: 14px;}
}





/* PC非表示 */

@media screen and (min-width:768px) {
    .pc-hidden {
        display: none;
        text-align: center;
    }
}

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

/* PC用メニューボタンマウスオーバー背景色 */
.drawer_menu .drawer_nav li a:hover {
    background-color: #660000;
}


/* ドロップダウンメニュー2階層目 */
.drawer_menu .drawer_nav li ul.second-level {
    visibility: hidden;
    list-style-type: none;
    position: absolute;
    z-index: -1;
    top: 0;
    margin: 0;
    padding-left: 0;
}

.drawer_menu .drawer_nav li:hover ul.second-level {
    visibility: visible;
    z-index: 1;
    top: 40px;/* PC用メニューの高さに合わせる */
    transition: all .3s;
}

.drawer_menu .drawer_nav li:hover ul.second-level li {
    width: 240px;/* ドロップダウンメニューボタン横幅 */
    height: 50px;/* Pドロップダウンメニューボタン高さ */
    text-align: center;
}

.drawer_menu .drawer_nav li:hover ul.second-level li a {
    display: block;
    background-color: #75da80;/* ドロップダウンメニューの文字の背景色 */
    color: #fff;/* ドロップダウンメニューの文字色 */
    font-size: 100%;
    text-decoration: none;
    line-height: 50px;/* Pドロップダウンメニューボタン高さ */
    text-align: center;
}

.drawer_menu .drawer_nav li:hover ul.second-level li a:hover {
    background-color: #75da80;/* ドロップダウンメニューマウスホバー背景色 */
}
}

/*+++ Default Button Color +++*/

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

.drawer_menu .drawer_button .drawer_bar {
    background-color: #fff;/* ハンバーガーメニュー三本線の色 */
}


/* 1200px以下 */

/* スマホ非表示 */
@media screen and (max-width: 767px) {
    .sp-hidden {
        display: none;
        text-align: center;
    }
}


@media screen and (max-width: 768px) {
/* スマホ用メニューボタンマウスオーバー背景色 */
.drawer_menu .drawer_nav li a:hover {
    background-color: #333;
}

    .drawer_menu .drawer_bg {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 999;
        background-color: rgba(51, 51, 51, 0.5);
        display: none;
        top: 0;
        left: 0;
    }
    .drawer_menu .drawer_button {
        display: block;
        background: none;
        border: none;
        padding: 0;
        width: 42px;
        letter-spacing: 0.1em;
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 20px;
        z-index: 1001;
        text-align: center;
        outline: none;
    }
    .drawer_menu .drawer_button.active {
        width: 39px;
    }
   .drawer_menu .drawer_button.active .drawer_bar1 {
       -webkit-transform: translate(4px,26px) rotate(-45deg); transform: translate(4px,26px) rotate(-45deg);
		background-color: #fff;
    }
    .drawer_menu .drawer_button.active .drawer_bar2 {
        opacity: 0;
    }
    .drawer_menu .drawer_button.active .drawer_bar3 {
        -webkit-transform: translate(7px, -26px) rotate(45deg); transform: translate(7px,-26px) rotate(45deg);
		background-color: #fff;
    }
    .drawer_menu .drawer_button.active .drawer_menu_text {
        display: none;
    }
    .drawer_menu .drawer_button.active .drawer_close {
        display: block;
		color: #fff;
    }
    .drawer_menu .drawer_bar {
        display: block;
        height: 4px;
        margin: 8px 0;
        transition: all 0.2s;
        transform-origin: 0 0;
    }
    .drawer_menu .drawer_text {
        text-align: center;
        font-size: 10px;
    }
    .drawer_menu .drawer_close {
        letter-spacing: 0.08em;
        display: none;
    }
    .drawer_menu .drawer_menu_text {
        display: block;
    }
    .drawer_menu .drawer_nav_wrapper {
        width: 70%;/* 280px */
        height: 100%;
        transition: all 0.2s;
        transform: translate(100%);/* 280px */
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        background-color: #333;/* ドロワーメニュー内背景色 */
        overflow-x: hidden;
        overflow-y: auto;
    }
    .drawer_menu .drawer_nav {
		border-left:none;
        display: block;
        position: relative;
        margin-top: 40px;
        padding-left: 20px;
    }
    .drawer_menu .drawer_nav li {
        background-color: #333;
        height: auto;
        line-height: 50px;/*  ドロワーメニューリスト項目高さ */
        position: relative;
    }
    .drawer_menu .drawer_nav li a {
        background-color: #333;/* ドロワーメニューリスト背景色 */
        color: #fff;/* ドロワーメニューリスト文字色 */
        display: block;
        text-align: left;
    }
    /* スマートフォン2階層目 */
    .drawer_menu .drawer_nav li:hover ul.second-level {
        display: block;
    }
    .drawer_menu .drawer_nav li ul.second-level {
        visibility: visible;
        position: relative;
        padding: 0;
        z-index: 1001;
    }
    .drawer_menu .drawer_nav li ul.second-level li {
        border-top: 1px solid #ddd;
    }
    .drawer_menu .drawer_nav li ul.second-level li a {
        padding-left: 20px;
    }
    .drawer_menu .drawer_nav_wrapper.open {
        transform: translate(0);
    }
    .drawer_menu.left .drawer_button {
        right: auto;
        left: 32px;
    }
    .drawer_menu.left .drawer_nav_wrapper {
        transform: translate(-100%);/* 280px */
        right: auto;
        left: 0;
    }
    .drawer_menu.left .drawer_nav_wrapper.open {
        transform: translate(0);
    }
    .pc-hidden {
        text-align: center;
    }
}


/*  スマホ時のメニューのスライドIN */
@media screen and (max-width: 360px) {
    .drawer_menu .drawer_nav_wrapper { 
        width: 80%;/* 280px */
    }
}