@charset "UTF-8";
/***********************************************************
for smartphone
************************************************************/
@media screen and (max-width:736px){

#header #global_menu {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	min-height: 60px;
	background-color: rgba(255,255,255,.8);
	border-bottom: 1px solid #FFF;
	box-shadow:0px 0px 5px 0px rgba(50,50,50,0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(50,50,50,0.5);
	-webkit-box-shadow:0px 0px 5px 0px rgba(50,50,50,0.5);
	z-index: 1000;
}

#header #global_menu .logo {
    padding: 15px 0 0 10px;
}

#header #global_menu .logo a img {
	height: 24px !important;
	width: auto !important;
	margin: 0px 8px 2px 0px;
}

#header .menu {
	position: relative;
	top: -12px;
	left: -16px;
	display: block;
	font-size: 1rem;
	font-weight: bold;
    color: #333;
}

.home {
	position: absolute;
	top: 12px;
	left: 12px;
}

.home img {
	width: 14% !important;
}

.drawer-nav {
	padding: 60px 0px;
	background-color: #F5F5F5;
}

.drawer-nav ul {
	display: block;
    width: 100%;
}

.drawer-nav ul li a {
	display: block;
    font-size: 0.95rem;
    width: 70%;
	padding: 12px 0px;
	margin: 0 auto;
	border-bottom: solid 1px #AAA;
    text-align: center;
    line-height: normal;
}

.drawer-nav ul .two li a {
	border-bottom: none;
}

.drawer-nav ul li.entry {
    margin-left: 15%;
}

.drawer-nav ul li.entry,
.drawer-nav ul li.login {
    float: left;
    width: 35%;
}

.drawer-nav ul li.entry a {
    border-right: none;
}

.drawer-nav ul li.entry a,
.drawer-nav ul li.login a {
    width: 100%;
    padding: 10px 0px;
	border-bottom: solid 1px #333;
}

.drawer-nav ul .sns_nav {
    margin-top: 10px;
}

.drawer-nav ul .sns_nav p {
    text-align: center;
}

.drawer-nav ul .sns_nav ul {
    display: flex;
    padding: 0 15%;
}

.drawer-nav ul .sns_nav ul li {
    width: 30%;
}

.drawer-nav ul .sns_nav ul li:nth-child(2) {
    margin: 0 5%;
}

.drawer-nav ul .sns_nav ul li a {
    width: 100%;
}

.drawer-nav ul .sns_nav ul li a img {
    height: 35px;
    width: auto !important;
}



}





/************************************************************
for pc  width 737px 以上はpc表示
************************************************************/
@media print, screen and (min-width:737px){


#header section a {
	color: #333;
}

#header #global_menu {
	position: fixed;
	width: 100%;
	min-height: 90px;
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid #FFF;
	box-shadow:0px 0px 5px 0px rgba(50,50,50,0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(50,50,50,0.5);
	-webkit-box-shadow:0px 0px 5px 0px rgba(50,50,50,0.5);
	z-index: 100;
}

#header #global_menu #drawer {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 1000px;
}

#header #global_menu #drawer #drawer-menu {
	overflow: hidden;
}

#header #global_menu #drawer #drawer-menu li {
	float: left;
	position: relative;
	width: 20%;
	height: 70px;
} 

#header #global_menu #drawer #drawer-menu li a {
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
} 

#header #global_menu #drawer #drawer-menu li img {
	width: 180px;
	height: 60px;
} 

#header #global_menu #drawer #drawer-menu li:nth-of-type(3) {
    font-size: 1.6rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 800;
    text-align: center;
	border-bottom: none;
	top: 13px;
} 



/** 下線の色が左から右に変わる **/
/** ヘッダーで使用 **/
.menu-border {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	border-bottom: solid 3px #DDDDDD;
}

.menu-border::after {
    background-color: #093e86;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    bottom: -3px;
    height: 3px;
    left: 0px;
    width: 0px;
}

/* hover */
.menu-border:hover::after {
    width: 100%;
    width: calc(100% + 1px);
}



}





/**
for pc  width 737px ～ 961px 以下で影響 **/
@media screen and (min-width:737px) and (max-width:1000px){

#header #global_menu {
	min-height: 150px;
}

#header #global_menu .logo {
	top: 21%;
}

#header #global_menu #drawer {
	padding-top: 45px;
}


}




