.drawer-nav {
	display:none;
}
#head {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	text-align:center;
	z-index:99;
	box-sizing:border-box;
	padding:15px 0;
	background:#ffffff;
	border-top:5px solid #FFD21A;
	border-bottom:5px solid #FFD21A;
	min-width:1024px;
}
#head #header {
	width:calc(100% - 60px);
	margin:0;
	padding:0;
	box-sizing:border-box;
	position:relative;
}
#head #header .logo {
	width:200px;
}
#head #header .hcontact {
	display:none;
}
#head #header .menu-gmenu-container {
	
}
#head #header #menu-gmenu,
#head #header #menu-gmenu2 {
    font-size:1.8rem;
    width:100%;
    box-sizing:border-box;
	line-height:1;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#head #header #menu-gmenu > li:not(:first-child) {
	margin-left: .75em;
}
#head #header #menu-gmenu li a,
#head #header #menu-gmenu2 li a {
    font-weight: 500;
    transition:.3s;
    font-size:1.7rem;
	line-height:1;
    position:relative;
    transform:rotate(0.001deg);
	margin-right:0em;
}
#head #header #menu-gmenu li a .svg-inline--fa,
#head #header #menu-gmenu2 li a .svg-inline--fa {
    color:#FFBA00;
    margin-right:.5em;
    transform:scale(1.1);
}
#head #header #menu-gmenu > li.menu-item-has-children {
	position:relative;
	width:7em;
}
#head #header #menu-gmenu > li.menu-item-has-children ul {
	display:none;
    position:absolute;
	z-index:1;
    top:.5em;
    left:0;
    padding-top:1em;
}
#head #header #menu-gmenu > li.menu-item-has-children:hover ul {
	display:block;
}
#head #header #menu-gmenu > li.menu-item-has-children ul a {
	display:block;
	width:8em;
	box-sizing:border-box;
	padding:0 1em;
	line-height:2;
	background:rgba(255,255,255,1);
}
#head #header #menu-gmenu > li.menu-item-has-children ul a:hover {
	display:block;
	background:#ffffff;
	opacity:1;
}

#head #header > ul {
	font-size:1.6rem;
	width:15em;
	text-align:center;
}
#head #header > ul li a {
	display:block;
	position:relative;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto 100%;
	line-height:1.5;
	box-sizing:border-box;
}
#head #header > ul li.access {
	width:6em;
	margin-right:1em;
	margin-bottom:.5em;
}
#head #header > ul li.access a {
	background-image:url(../img/common/icon_map.png);
	padding-left:1.5em;
	font-weight:500;
}
#head #header > ul li.contact {
	width:8em;
	margin-bottom:.5em;
}
#head #header > ul li.contact a {
	background-image:url(../img/common/icon_mail.png);
	background-size:auto 80%;
	padding-left:2em;
	font-weight:500;
}
#head #header > ul li.tel {
	width:14.5em;
	transform: translateY(-5px);
}
#head #header > ul li.tel a {
	font-family: 'Lato', sans-serif;
	font-size:3rem;
	text-align:right;
	background-image:url(../img/common/icon_tel.png);
	background-size:auto 66%;
}
#head #header > ul li.tel a > span {
	font-family: 'Lato', sans-serif;
	position:relative;
}
#head #header > ul li.tel a > span span {
    position:absolute;
    font-size:1.3rem;
    font-weight:500;
    bottom: -1.4em;
    right:0;
    width:115%;
    text-align:center;
    background:#FFBA00;
    color:#000000;
}

#head #header .sm-title-inner-wrap span {
    white-space: nowrap;
}

#head .spmenu,
#spmenu {
	display:none;
}

li.soon {
	opacity:.33;
	pointer-events:none;
}

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

#head #header .menu-gmenu-container {
	width: 31em;
	text-align:center;
}
#head #header #menu-gmenu {
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}

#head #header #menu-gmenu > li:not(:first-child) {
	margin-left: .7em;
}
#head #header #menu-gmenu > li:nth-child(-n+5) {
    margin-bottom:.8em;
}
#head #header #menu-gmenu > li:nth-child(6) {
	margin-left:0;
}
#head #header #menu-gmenu li a {
    font-size: 1.5rem;
}

}

@media screen and (max-width:1024px){
	
	
}

@media screen and (max-width:640px) {

#head {
	padding:10px 0;
	border-top:3px solid #FFD21A;
	border-bottom:3px solid #FFD21A;
	min-width:100%;
}

#head .spmenu {
	display:block;
	width:15%;
	position:absolute;
	top: 15%;
	right: 2%;
	z-index:999;
}
#head .spmenu span {
	font-family: 'Lato', sans-serif;
	font-size:3.6vw;
	color:#7C879B;
	display: block;
}
#head .spmenu .svg-inline--fa {
	font-size:8vw;
	color:#7C879B;
}
	
#head #header {
	width:calc(100% - 20px);
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}
#head #header .logo {
	width:40%;
	margin-right:5%;
}
#page-makurazaki #head #header .logo img {
	max-width:70px;
	display:block;
}
#head #header .menu-gmenu-container,
#head #header .menu-gmenu2-container {
	display:none;
}

#head #header > ul {
	width:40%;
}
#head #header > ul li.access,
#head #header > ul li.contact,
#head #header > ul li.tel {
	width:calc(100%/3);
	margin: 0;
	transform: translateY(0);
}
#head #header > ul li.access a,
#head #header > ul li.contact a,
#head #header > ul li.tel a {
	width:100%;
	padding:0;
	background-size:75% auto;
}
#head #header > ul li a::after {
	content:'';
	display:block;
	padding-top:100%;
}
#head #header > ul li a span {
	display:none;
}


#spmenu {
	display:block;
	position:fixed;
	z-index:998;
	top:0;
	left:-101vw;
	background:#ffffff;
	box-sizing:border-box;
	min-height:100vh;
	width:100%;
	padding:5vh 5vw;
	text-align:center;
	transition:.3s;
}
body.menuopen {
	overflow:hidden;
}
body.menuopen #spmenu {
	left:0;
}
#spmenu > img {
	display:block;
	width:40vw;
	margin:0 auto 3vh;
}
.menu-gmenu-container {
	margin-bottom:.5vh;
	text-align:center;
}
.menu-gmenu-container .menu {
	display:inline-block;
	text-align:left;
}
.menu-gmenu-container .menu li {
	font-size:1.8rem;
	line-height:1;
	margin-bottom:1em;
}
.menu-gmenu-container .menu li a {
	margin-right:.2em;
}
.menu-gmenu-container .menu li a:hover {
	color:#333333;
}
.menu-gmenu-container .menu li ul {
	padding-top:1em;
	padding-left:2em
}
.menu-gmenu-container .menu li ul li {
	margin-bottom:.5em;
	font-size:1.6rem;
}
.menu-gmenu-container .menu li a .svg-inline--fa {
    color:#FFBA00;
    margin-right:.3em;
}
#spmenu .spwrap {
	overflow: auto;
	height: 70vh;
	padding:15px 0
}
#spmenu .spwrap > .fbox {
	margin-bottom:3vh;
	margin-top: 3vw;
}
#spmenu .spwrap > .fbox li {
	width:40px;
	margin:0 5px;
}


.menu-spsub-container {
	text-align:center;
}
.menu-spsub-container .menu {
	display:inline-block;
	text-align:left;
	box-sizing:border-box;
	border-top:3px solid #cccccc;
	padding:1em;
}
.menu-spsub-container .menu li {
	font-size:1.6rem;
	line-height:1;
	margin-bottom:1em;
}
.menu-spsub-container .menu li a {
    margin-right: .2em;
}
.menu-spsub-container .menu li a:hover {
	color:#333333;
}

#spmenu > .close {
    position:absolute;
    top:15px;
    right:5vw;
    width:50px;
    height:50px;
}
#spmenu > .close span {
	font-family: 'Lato', sans-serif;
	font-size:3.6vw;
	color:#7C879B;
	display: block;
}
#spmenu > .close .svg-inline--fa {
	font-size:8vw;
	color:#7C879B;
}

}

@media screen and (max-width:480px){

}