@charset "utf-8";

/* ------------------------------------------------------- */
/* global menu ------------------------------------------- */
/* ------------------------------------------------------- */

#globalmenu {
	width: 100%;
	background: #ffc4c0;
	position: relative;
	z-index: 500;
}
#globalmenu ul {
	display: flex;
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
}
#globalmenu ul li {
	position: relative;
	width: calc(100% / 7);
background: #ff928b;
background: -moz-linear-gradient(top,  #ff928b 0%, #ff7870 100%);
background: -webkit-linear-gradient(top,  #ff928b 0%,#ff7870 100%);
background: linear-gradient(to bottom,  #ff928b 0%,#ff7870 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff928b', endColorstr='#ff7870',GradientType=0 );
transition: all 0.3s ease;
	border-right: 1px solid #ffc4c0;
}
#globalmenu ul li:last-of-type {border-right: none;}
#globalmenu ul li a {
	text-decoration: none;
	width: 100%;
	height: 60px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-shadow: 0 0 5px rgba(255,92,82,0.9);
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
#globalmenu ul li:hover {
	background: #ff5c52;
	background: -moz-linear-gradient(top, #ff5c52 0%, #ff5c52 100%);
	background: -webkit-linear-gradient(top, #ff5c52 0%,#ff5c52 100%);
	background: linear-gradient(to bottom, #ff5c52 0%,#ff5c52 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5c52', endColorstr='#ff5c52',GradientType=0 );
}
#globalmenu ul ul {
	position: absolute;
	display: block;
	display: none;
	top: 60px;
	padding: 0;
	border-left: none;
	margin: 0 auto;
	float: none;
    width: 100%;
    min-width: 100px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}
#globalmenu ul ul li {
	display: block;
	float: none;
	border-top: 1px solid #ffc4c0;
	height: auto;
	border-right: none;
	width: 100%;
}
#globalmenu ul ul li.gmsub a {padding-right: 20px;}
#globalmenu ul ul li.gmsub li a {padding-right: 0;}
.gmsub a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	position: absolute;
	right: 5px;
    top: 50%;
    margin-top: -12px;
}
.gmsubNone a::after {
	content: "";
	position: static;
	right: 0;
}
#globalmenu ul ul li a {
	height: auto;
	display: block;
	background: #ff5c52;
	padding: 12px 4px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
}
#globalmenu ul ul li a:hover {
	background: #ff6600;
}
#globalmenu ul ul ul {
	top: -1px;
	left: 100%;
	position: absolute;
	display: none;
}
#globalmenu ul ul ul li {
/*	border-top: none;
	border-bottom: 1px solid #fff;*/
}
#globalmenu ul ul ul a {
	background: #ff6600;
	padding: 11px 4px 12px;
}
#globalmenu ul ul ul a:hover {
	background: #ff5400;
}
#drawernav {
	display: none;
}
.SPglobalmenu {
	display: none;
}
@media only screen and (max-width:999px) {
#globalmenu {
	position: static;
	display: none;
}
/*スマートフォン用メニュー*/
body.drawer-opened {
    overflow-y: hidden;
}
#page {
	padding-top: 50px;
	position: relative;
	z-index: 999;
	left: 0;
	background: #fff;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav {
	display: block;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100%;
	background: #fff;
	color: #000;
	z-index: 995;
	padding-top: 70px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav ul.SPmenu {
	list-style: none;
	padding: 0;
}
#drawernav ul.SPmenu li {
	border-bottom: 1px solid #ddd;
}
#drawernav ul.SPmenu li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	padding: 0 5px 0 0;
	color: #ff8b84;
}
#drawernav ul.SPmenu li a.gmc::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
}
#drawernav ul.SPmenu li ul {
	margin: 0 0 0 20px;
}
#drawernav ul.SPmenu li ul li:last-child {
	border-bottom: none;
}
#drawernav ul.SPmenu li a {
	color: #000;
	display: block;
	padding: 10px;
	text-decoration: none;
}
#drawernav ul.SPmenu li a:hover {
	background: #ffe9e7;
}
#drawernav h4 {
	padding: 0 15px;
}
#humberger {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 997;
	cursor: pointer;
	box-sizing: border-box;
	display: none;
	display: block;
	width: 60px;
}
	.humbergerMenu {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: 700;
		width: 60px;
		height: 60px;
		background: #ff5c52;
		border-radius: 30px;
	}
	.drawer-opened .humbergerMenu {
		
	}
.humbergerMenu::before {
	content: "MENU";
	font-size: 1.4rem;
}
.drawer-opened .humbergerMenu::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
}
.fixed-content {
	right: inherit;
	width: 100%;
	z-index: 996;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#overlay {
	z-index: -1;
	opacity: 0;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	-o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
/**
* ドロワー開放時のスタイル
**/

body.drawer-opened #page {
	left: -280px;
	-webkit-box-shadow: 1px 0 2px #000;
	box-shadow: 1px 0 2px #000;
}
body.drawer-opened .fixed-content {
	left: -280px;
}
body.drawer-opened #drawernav {
	right: 0;
}
#gmenu {
	display: none;
}
#humberger {
	display: block;
}
body.drawer-opened #humberger .icon-bar {
	background: #fff;
}

body.drawer-opened #overlay {
	z-index: 997;
	opacity: 0.3;
	left: -280px;
}

	/*drawer の開閉*/
	#drawernav ul.SPmenu li.menu-item-has-children ul { display: none; }
    #drawernav ul.SPmenu li.menu-item-has-children > a {
        padding-right: 30px;
		position: relative;
    }
	#drawernav ul.SPmenu li.menu-item-has-children > a:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 400;
		content: "\f0fe";
		padding: 0 5px 0 0;
        position: absolute;
		font-size: 2.0rem;
		right: 0;
        top: 7px;		
		color: #ff8b84;
	}
	#drawernav ul.SPmenu li.menu-item-has-children > a.active:after {
		content: "\f146";
	}
	
	.SPglobalmenu {
		display: block;
	}
	.SPglobalmenu ul {
		display: flex;
		box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
		position: relative;
		z-index: 1;
	}
	.SPglobalmenu li {
		width: calc((100% - 3px) / 4);
		margin-right: 1px;
	}
	.SPglobalmenu li:nth-of-type(4) {margin-right: 0;}
	.SPglobalmenu li a {
		display: block;
		font-size: 1.3rem;
		text-align: center;
		font-weight: 700;
		color: #fff;
		text-shadow: 0 0 5px rgba(255,92,82,0.9);
		background: #ff928b;
		background: -moz-linear-gradient(top,  #ff928b 0%, #ff7870 100%);
		background: -webkit-linear-gradient(top,  #ff928b 0%,#ff7870 100%);
		background: linear-gradient(to bottom,  #ff928b 0%,#ff7870 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff928b', endColorstr='#ff7870',GradientType=0 );
		line-height: 1.4;
		padding: 5px;
		text-decoration: none;
	}
}