@charset "UTF-8";

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office
Customized by minimalgreen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.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%;
	/* PC用メニュー高さ */
	position: relative;
	top: 0;
	right: auto;
	z-index: 100;
	/* PC用メニュー背景色 */
}
.drawer_menu .drawer_nav_wrapper .menu{}
.drawer_menu .drawer_nav_wrapper .catalog-wrap{padding-bottom: 1.5em;}
.drawer_menu .drawer_nav_wrapper .catalog-wrap .catalog{width: 100px!important;display: block;margin-bottom: 2em;}
.drawer_menu .drawer_nav_wrapper .catalog-wrap .catalog p{font-size: .9em;text-align: center;color: white;margin-top: .3em;}
.drawer_menu .drawer_nav_wrapper .sns{display: flex;}
.drawer_menu .drawer_nav_wrapper .sns a{margin-right: 1em;}
.drawer_menu .drawer_nav_wrapper .sns a:last-child{margin-right:0;}


.drawer_menu .drawer_nav {
	padding: 0;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
}

.drawer_menu .drawer_nav li {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: none;
	text-align: center;
	list-style-type: none;
}
.drawer_menu .drawer_nav li.chiikawa{display: flex;align-items: center;}
.drawer_menu .drawer_nav li.chiikawa img{width: 35px;height: auto;margin-left: .5em;}

.drawer_menu .drawer_nav li a {color: #fff;font-size: .9em;}
.drawer_menu .drawer_nav li a.active {color:#FE0000;position: relative;}
.drawer_menu .drawer_nav li a.active::before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top:.2em;
  left:-20px;
  color:#FE0000;
}



/* PC非表示 */
@media screen and (min-width:1001px) {
	.pc-hidden {
		display: none;
		text-align: center;
	}
}
/* //PC非表示 */

/* ドロップダウンメニュー2階層目 */
@media screen and (min-width: 1001px) {

	.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: 50px;
		/* PC用メニューの高さに合わせる */
		transition: all .3s;
	}

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

	.drawer_menu .drawer_nav li:hover ul.second-level li a {
		display: block;
		background-color: #555;
		/* ドロップダウンメニューの文字の背景色 */
		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: #999;}

	.touch-btn {color: #fff;margin-left: 5px;}
}

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

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

/* ハンバーガーメニュー三本線の色 */
.drawer_menu .drawer_button .drawer_bar {background:#000;}
.drawer_menu .drawer_button .drawer_bar1 {}
.drawer_menu .drawer_button .drawer_bar2 {}
.drawer_menu .drawer_button .drawer_bar3 {margin: 9px 2px 5px 2px;}


/* 1000px以下 */

.drawer_menu .drawer_bg {
width: 100%;
height: 100vh;
position: fixed;
z-index: 999;
background-color: white;
display: none;
top: 0px;
left: 0;
}

.drawer_menu .drawer_button {
display: block;
background-color: none;
border: none;
padding: 5px;
width: 50px;
letter-spacing: 0.1em;
cursor: pointer;
position: fixed;
top: 0px;
right: 10px;
z-index: 1001;
text-align: center;
outline: none;
}

.drawer_menu .drawer_button.active .drawer_bar {background: white;}

.drawer_menu .drawer_button.active .drawer_bar1 {transform: rotate(32deg);}

.drawer_menu .drawer_button.active .drawer_bar2 {opacity: 0;}

.drawer_menu .drawer_button.active .drawer_bar3 {transform: rotate(-32deg);	}

.drawer_menu .drawer_button.active .drawer_menu_text {display: none;}

.drawer_menu .drawer_button.active .drawer_close {display: block;color: white;}

.drawer_menu .drawer_bar {
display: block;
height: 1px;
margin: 9px 2px;
transition: all 0.2s;
transform-origin: 0 0;
border-radius: 0px;
}

.drawer_menu .drawer_text {
font-family: ' Michroma ';
text-align: center;
font-size: 9px;
letter-spacing: 0;
}

.drawer_menu .drawer_close {display: none;	}

.drawer_menu .drawer_menu_text {display: block;	color: black;}

.drawer_menu .drawer_nav_wrapper {
width: 100%;
height: 100%;
display: block;
transition: all 0.2s;
transform: translate(100%);
position: fixed;
top: 0px;
right: 0;
z-index: 1000;
padding-top: 30px;
padding-left: 30px;
background:rgba(0,0,0,.8);
overflow-x: hidden;
overflow-y:auto;
}
.drawer_menu .drawer_nav {
display: block;
position: relative;
margin-top: 0px;
padding-bottom: .5em;
border-bottom: 1px solid #555;
}

/*  ドロワーメニューリスト項目高さ */
.drawer_menu .drawer_nav li {
background-color: none;
height: auto;
line-height:1.5;
position: relative;
}
.drawer_menu .drawer_nav li a {
display: block;
text-align: left;
padding: 0px 0px 10px 0px;
color: white;
}
.drawer_menu .drawer_nav li a span{display: block; font-family: ' Michroma ';text-transform: uppercase;}
.drawer_menu .drawer_nav li a:hover {}


.drawer_menu .drawer_nav_sub {margin-top: 25px;margin-bottom: 20px;}
.drawer_menu .drawer_nav_sub a{display: block;
text-align: left;
padding: 0px 0px 10px 0px;
color: white;
font-size: .9em;
}
.drawer_menu .drawer_nav_sub a .fas{color: #FE0000;margin-left: .2em;}

/* スマートフォン2階層目 */
.drawer_menu .drawer_nav li:hover ul.second-level {
display: block;
background: #f7ebcb;
}
.drawer_menu .drawer_nav li ul.second-level {
display: none;
position: relative;
padding: 0;
z-index: 1001;
}
.drawer_menu .drawer_nav li ul.second-level li a {
padding-left: 60px;
background: white;
}
.drawer_menu .drawer_nav li ul.second-level li a.active {color: #a3c11c;}


.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(-250px);
right: auto;
left: 0;
}

.drawer_menu.left .drawer_nav_wrapper.open {transform: translate(0);}

.pc-hidden {text-align: center;	}

.touch-btn {
color: #555;
position: absolute;
top: .25rem;
right: 2%;
display: block;
z-index: 10;
width: 50px;
height: 50px;
text-align: center;
vertical-align: middle;
}

.drawer-logo{padding: 20px 0px 20px 20px;width: 100px;}


@media screen and (min-width: 667px) {
.drawer_menu .drawer_button {
display: block;
background-color: #e60012;
border: none;
padding: 5px 15px;
width: 70px;
height: 70px;
letter-spacing: 0.1em;
cursor: pointer;
position: fixed;
top: 0px;
right: 0px;
z-index: 1001;
text-align: center;
outline: none;
}
.drawer_menu .drawer_button .drawer_bar {background:#fff;}
.drawer_menu .drawer_menu_text {display: block;	color: white;}

.drawer_menu .drawer_button.active .drawer_bar {background: black;}
.drawer_menu .drawer_button.active .drawer_close {display: block;color:#222;}
.drawer_menu .drawer_nav_wrapper {display: flex;padding-top: 50px;}
.drawer_menu .drawer_nav_sub {margin-bottom: 0px;}

.drawer_menu .drawer_nav_wrapper .menu{width: 55%;}
.drawer_menu .drawer_nav_wrapper .catalog-wrap{width: 40%; padding-left: 5%;padding-bottom: 2.5em;display: flex;flex-direction: column;}
.drawer_menu .drawer_nav_wrapper .catalog-wrap .catalog{width: 120px!important;display: block;margin-top: auto;}
.drawer_menu .drawer_nav_wrapper .catalog-wrap .catalog p{font-size: .9em;text-align: center;color: white;margin-top: .3em;}
}


@media screen and (min-width: 992px) {
.drawer_menu .drawer_nav {}

/* PC用メニュー高さ */
.drawer_menu .drawer_nav li a {padding: 0px 0px 15px 0px;}
.drawer_menu .drawer_nav li a span{display: inline-block; font-family: ' Michroma ';text-transform: uppercase;margin-right: .3em;}
.drawer_menu .drawer_nav_wrapper .catalog-wrap{width: 40%; padding-left: 5%;padding-bottom: 4.5em;display: flex;flex-direction: column;}
.drawer_menu .drawer_nav_wrapper .catalog-wrap .catalog{width: 150px!important;display: block;margin-top: auto;}

}

@media screen and (min-width: 1440px) {
.drawer_menu .drawer_button {
display: block;
border: none;
padding: 5px 27px;
width: 100px;
height: 100px;
letter-spacing: 0.1em;
cursor: pointer;
position: fixed;
top: 0px;
right: 0px;
z-index: 1001;
text-align: center;
outline: none;
}

.drawer_menu .drawer_nav_wrapper {padding-left: 32%;}

/* PC用メニュー高さ */
.drawer_menu .drawer_nav li a {padding: 0px 0px 25px 0px;}
.drawer_menu .drawer_nav li a span{margin-right: .4em;}
.drawer_menu .drawer_nav_wrapper .catalog-wrap .catalog{width: 160px!important;}

}

@media screen and (min-width: 1680px) {
.drawer_menu .drawer_nav_wrapper {padding-left: 40%;}
.drawer_menu .drawer_nav li a{font-size: 1.1em;}
.drawer_menu .drawer_nav li a span{margin-right: .6em;}


}

