@charset "utf-8";
/* CSS Document */


/************************************ header****************************************/

/************ headerの上の細いグラデ ************/
#header_border{	
	height:6px;
	background: linear-gradient(#d3b876, #e9dfb8);
}


#header_logo img{
	margin:5px 0 0 0;
	width:276px
}

@media screen and (max-width: 768px) {
	
#header_border{
	display:none
}


#header_logo img{
	margin:6px 0 0 10px;
	width:222px
}	
	
}







/***************タイトル部　ネイビーグラデ***************/

/*********h1 タイトル　*******/
h1{
	color:#e9dfb8;
	/*font-family: "Sawarabi Mincho"; */
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:31px;
	font-weight:normal;
	padding:14px 0 0 0;
	letter-spacing:0.2em;
}



#page_title{
	background:linear-gradient(#0f2f59, #0f4c78);
	height:135px;
	margin:90px 0 0 0
}

#page_title_inner{
	width:950px;
	margin:0 auto;
}

#breadcrumb {
	font-size:14px;
	font-weight:600;
	padding:6px 0 0 0;
	color:#fff;
	text-decoration:none;
	font-weight:normal
}
#breadcrumb a{
	text-decoration:none;
}
	
#breadcrumb a span {
	color:#d3b876;
	text-decoration:none;
}

.title_english{
	color:#e9dfb8;
	font-family: 'Crimson Text', serif;
	font-style:italic;
	letter-spacing:0.4em;
	font-size:18px;
	font-weight:100;
	padding:15px 0 0 0
}


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

h1{
	color:#e9dfb8;
	font-family: "Sawarabi Mincho"; 
	font-size:26px;
	font-weight:normal;
	padding:14px 0 0 0;
	letter-spacing:0.2em;
}

	
#page_title{
	background:linear-gradient(#0f2f59, #0f4c78);
	height:auto;
	min-height:115px;
	margin:55px 0 0 0;
	
}

#page_title_inner{
	width:90%;
	margin:0 auto;
}	

#breadcrumb{
	font-size:12px;
	font-weight:600;
	padding:6px 0 0 0
}

.title_english{
	color:#e9dfb8;
	font-family: 'Crimson Text', serif;
	font-style:italic;
	letter-spacing:0.4em;
	font-size:15px;
	font-weight:100;
	padding:12px 0 0 0
}


	
}



/***************メニュー店舗検索***************/
.menu_shop{
	background: linear-gradient(#d3b876, #e9dfb8);
	color:#002044;
	border-radius:3px;
	padding: 5px 0 7px 0;
    height: 14px;
    margin: -7px 10px 0 0;
}



/************ header ************/
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0px 0 0;
	line-height: 1;
	z-index: 999;
	background:#fff;
	height:90px;
	box-shadow: 0 0px 12px 0px  #CFCFCF;
	
}

#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	left: 320px;
	top: 35px;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}




#global-nav ul li a {
	padding: 0 6px;
	font-weight:600;
	color:#757575;
	text-decoration:none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* header内inner */
.inner {
	width: 980px;
	margin:0 auto;
	padding:10px 0 0 0
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}



/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}



/*******
@media screen and (max-width: 980px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}
******/

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

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
		height: 55px;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 55px;
		z-index: 999;
		position: relative;
	}
	
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 4px;
		top: 8px;
		color: #333;
		font-size: 26px;
		width:140px
	}

	#global-nav {
		position: absolute;
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		opacity: 0.8;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	#global-nav ul {
		list-style: none;
		position: static;
		width:100%;
		font-size: 14px;
	}
	
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	
	
	
	
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}

	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}


}



/************************************ footer　****************************************/


/***************フッタ***************/
footer{
	background:linear-gradient(#0f2f59, #0f4c78);
	clear:both
}

.footer_inner{
	width:950px;
	margin:0 auto;
	padding:30px 0
}

.footer_menu{
	float:left;
	margin:0px 30px 20px 0;
	
}

.footer_menu li{
	width:180px;
	margin:0 0 10px 0;
}

	
.footer_menu li a{
	background:url(img/common/yaji.svg) no-repeat;
	background-size:10px;
	background-position:0;
	color:#fff;
	font-size:15px;
	padding: 0 0 0px 15px;
	text-decoration:none
}

.footer_banner{
	float:left;
}

#copy{
	clear:both;
	background:linear-gradient(#d3b876, #e9dfb8);
	text-align:center;
	color:#003165;
	width:100%;
	font-size:14px;
	font-weight:500;
	padding:10px 0
}

#copy img{
	width:240px;
}

#copy p{
	margin-top:-5px;
	margin-left:20px;
	font-size:12px
}





@media screen and (max-width: 768px) {
	
.footer_inner{
	width:100%;
	margin:0 auto;
	padding:0px 0
}

.footer_menu{
	float:none;
	margin:0px 0  0 20px ;
	
}

.footer_menu li{
	width:100%;
	margin:0 0 15px 0;
}

	
.footer_menu li a{
	background:url(img/common/yaji.svg) no-repeat;
	background-size:10px;
	background-position:0;
	color:#fff;
	font-size:15px;
	padding: 0px 0 0px 15px;
	text-decoration:none
}



.footer_banner{
	float:none;
	display:none
}

	#copy{
		clear:both;
		background:linear-gradient(#d3b876, #e9dfb8));
		text-align:center;
		color:#003165;
		width:100%;
		font-size:14px;
		font-weight:500;
		padding:10px 0
	}

	#copy p{
		margin-top:-10px;
		margin-left:20px
	}


	.sp_footer_float{
		float:left;
		padding:25px 0 20px 0
	}
	}