/* 基本CSS　*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #eaeaea;
	font-weight: 100;
}
body {
	font-family: 'Noto Serif JP', serif;
	background: #000020;
}
ul {
	list-style: none;
}
section {
	padding: 60px 0;
}
a:hover {
	text-shadow: 0px 0px 15px rgba(245, 245, 245, 1);
	color: #fff;
}
.container{
	width: 950px;
	margin: 0 auto;
}
a {
    text-decoration: none;
	color: rgba(245, 245, 245, 0.8);
}
h2 {
	text-align: center;
	margin-bottom: 60px;
	font-size: 60px;
	font-weight: 600;  
	letter-spacing: 5px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

/* ボーダーリセットCSS */
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* moreなどのリンク */
.link-more {
	font-size: 16px;
}

/* header */
header {
    background: url(images/header_top.jpg) center no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}
#gnav {
	background: rgba(0 ,0 ,0 ,0.5);
}
#gnav ul {
	display: flex;
	justify-content: right;
	padding: 10px 20px 10px;
}
#gnav li {
	padding: 0 15px;
}
.title-img {
	height: 557px;
	justify-content: center;
	align-items: center;
	display: flex;
}
	
/* section1 導入文　*/
#sec1 {
    padding-top: 120px;
    text-align: center;
}
#sec1 h1 {
	font-size: 20px;
	letter-spacing: 10px;
}
#sec1 p {
	font-size: 20px;
    line-height: 60px;
	letter-spacing: 10px;
}
.sec1-link {
	margin: 50px;
}

/* section2 メニュー */
.menu-box-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu-box {
	width: 250px;
	padding: 15px;
}
.menu-box img{
	width: 100%;
}
.menu-box p {
	font-size: 16px;
	padding: 5px;
	text-align: center;
}
.sec2-link {
	text-align: center;
	margin: 50px;
}

/* section3 info */
#sec3-h2 {
	text-align: left;
	margin-bottom: 0;
}
.info {
	display: flex;
	flex-wrap: wrap;
}
.info-text {
	width: 40%;
}
.info-detile {
	width: 60%;
}
.table-info {
	width: 100%;
	border-spacing: 0;
}
.table-info td {
	border-bottom: 1px solid;
	border-color: #eaeaea;
	padding-top: 40px;
}
.td-1 {
	width: 30%;
	padding-left: 40px;
}
.td-2 {
	width: 60%;
}
.td-3 {
	text-align: right;
}
.sec3-link {
	text-align: right;
	margin: 40px 0;
}

/* section4 店舗情報 */
.store-info {
	display: flex;
	flex-wrap: wrap;
}
.store-detile {
	width: 50%;
}
#sec4 table {
	width: 400px;
}
.store-detile th {
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}
.store-detile td {
	text-align: left;
	margin: 10px;
	padding-left: 50px;
	padding-bottom: 40px;
}
.store-info img {
	width: 50%;
}
.sec4-link {
	text-align: center;
	margin: 50px;
}

/* footer */
.fade {
	border-top: 1px solid ;
}
#footer-nav  ul {
	display: flex;
	justify-content: center;
	padding: 20px 0px 100px;
}
#footer-nav li {
	padding: 0 15px;
}

/* タブレット */
@media(max-width:950px) {
	.container {
		width: 98%;
	}
}

/* スマホCSS */
@media(max-width:640px) {
	.container{
		width: 100%;
	}
	/* moreなどのリンク */
	.more {
	font-size: 12px;
	}
	#gnav {
		background: rgba(0 ,0 ,0 ,1);
		position: fixed;
		width: 100%;
	
	}
	#gnav ul {
		justify-content: center;
	}
	#gnav li {
		padding: 0 5px;
	}
	.title-img img {
		width: 100%;
	}
	#sec1 h1 {
		font-size: 15px;
		letter-spacing: 3px;
	}
	#sec1 p {
		font-size: 15px;
		line-height: 60px;
		letter-spacing: 3px;
	}
	.h2-sp {
		margin-right: 0;
		margin-left: auto;
		width: 80%;
		border-bottom: 1px solid;
		margin-bottom: 30px;
	}
	.h2-sp-sec3 {
		margin-right: 0;
		margin-left: auto;
		width: 80%;
		border-bottom: 1px solid;
		margin-bottom: 10px; /* ここのみ違う */
	}
	h2 {
		text-align: left;
		margin-bottom: 0px;
		padding-left: 10px;
		font-size: 24px;
		font-weight: 500;  
		letter-spacing: 2px;
		text-decoration-line: none;
	}
	.menu-box {
		width: 33%;
	}
	.menu-box p {
		font-size: 12px;
	}
	.info {
		font-size: 12px;
	}
	.info-text {
		margin-right: 0;
		margin-left: auto;
		width: 80%;	
		padding-left: 10px;
	}
	.info-detile {
		margin-right: 0;
		margin-left: auto;
		width: 70%;	
	}
	.table-info td {
		padding-top: 30px;
	}
	.td-1 {
		width: 30%;
		padding-left: 10px;
	}
	.td-2 {
		width: 60%;
	}
	.td-3 {
		text-align: right;
		padding-right: 10px;
	}
	.sec3-link {
		text-align: right;
		margin: 30px 0;
		padding-right: 10px;
	}
	.store-info {
		flex-direction: column-reverse
	}
	.store-info img {
		width: auto;
		height: 200px;
		object-fit: cover; 
	}
	.store-detile {
		width: 100%;
		margin-top: 70px;
	}
	#sec4 table {
		width: 70%;
		margin: auto;
		font-size: 14px;
	}
	.store-detile th {
		text-decoration-line: underline;
		text-decoration-style: solid;
		text-decoration-thickness: 1px;
		text-decoration-skip-ink: none;
		text-underline-offset: 2px
	}
	.store-detile td {
		padding-left: 15%;
	}
	
	/* footer */
	#footer-nav  ul {
		padding: 0px 0px 100px;
	}
	#footer-nav li {
		padding: 0 5px;
	}
}