@charset "utf-8";
/*　すべてのページに適用　*/
html {font-size: 16px;
font-family: Arial, Helvetica, "sans-serif";}
*{box-sizing: border-box;
}
body{
	margin: 0 0 0 0;
}
p, li, td{line-height: 1.7}
a:link{color:#FFBD5D;
	text-decoration:none}
a:visited{color:#8BDBFB;
	text-decoration:none}
a:hober{color:#F986C0;
	text-decoration:none}
a:active{color:#89E9FF;
	text-decoration:none}

img {max-width: 100%;
}

/*　すべてのページに適用　ヘッダー　*/
.header{
	padding-top: 40px;
	background-image:url("../images/stripe.png");
    background-repeat: repeat-x;
}
.logo{text-align: center}

nav ul{
	margin:  30px 0 0 0;
	padding: 0;
    list-style-type: none;
	display: flex;
	justify-content:space-between;
	gap: 40px;
}
/*　すべてのページに適用ヒーロー　*/
.hero {
	padding: 137px 0;
	color: #FFffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.hero.index{
	background-image: url("../images/home-hero.jpg");
	padding: 287px,0; 
	
}
.hero{
	background-image:url("../images/menu-hero.jpg");
}
.hero.contact{background-image:url("../images/access-hero.jpg")
	
}
/*　すべてのページに適用メイン　*/
main{margin: 90px auto 90px auto;
	max-width: 1000px;
}
main h2{
	margin: 60px 0 20px 0;
	border-bottom:  2px solid #253958;
	padding: 0 0 5px 0;
	color:#253958;
font-size: 1.3}

/*　すべてのページに適用フッター　*/
.gotop{text-align: center}
.copyright{
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 75px;
	padding-bottom: 75px;
	text-align: center;
	background-color: #253958;
	color:white;
	
}
/*　個別のスタイル*/

/* index.html */
.logo-whale{text-align: center}

.shop-info{
	border-collapse: collapse;
}

.shop-info th{
	width: 112px;
	text-align: left;
	vertical-align: top;
}

.shop-info th,.shop-info td{
	border:solid #dbdbdb;
	padding:20px
	
		
}