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


/*基本設定*/

html {
	font-size: 62.5%;
}

body {
	font-family:メイリオ, Meiryo, Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1{
	text-align: center;
	font-size: 18px;
	font-family:'Noto Serif JP',serif;
}

img {
	border: none;
	line-height: 0;
	vertical-align: bottom;
}

h2 {
	width: 750px;
    font-size: 2rem;
	text-align: center;
    margin: 0 auto 40px;
	padding-bottom: 4px;
    font-family: 'Anton', sans-serif;
	border-bottom:solid 1px #000;
}

h3{
	font-size: 1.5rem;
	color: #8da1d1;
	margin: 10px 0;
}

main{
	width: 750px;
	margin: auto;
	text-align: center;
}

footer{
	max-width: 100%;
	margin: auto;
    margin-bottom: 100PX;
	text-align: center;
	border-top:solid 1px #000;
}


/*基本設定ここまで*/

/*ナビゲーション部分*/


#sait_navi ul{
	margin: 50px 0 100px;
	display:flex;
	justify-content: center;
}

#sait_navi li{
	border-right: solid 1px #000;
	border-left: solid 1px #000;
}

#sait_navi li+ li {
  border-left: 0;
}

#sait_navi a {
	display: block;
	width: 160px;
	font-size:12px;
	color: #000;
	line-height: 15px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}

#sait_navi a:hover {
    color:#8da1d1;
}

/*メインロゴとしゃしんまで*/
.mainlogo{
	width: 6%;
	height: auto;
	margin-bottom: 50px;
}

#menuimages{
	width: 900px;
	height: 350px;
	margin: 0 auto 100px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image:url("../images/main_top.jpg");
	background-size: cover;
	background-position: center;
}	

#menuimages h5{
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-size: 70px;
	color:#fff;
}

#menuimages h6{
	position: absolute;
    right: 20px;
	bottom: 10px;
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	color:#fff;
}


/*しゃしんから下*/
#instagram{
	text-align: right;
}

#instagram img{
	width: 40px;
	height: auto;
	margin-bottom: 70px;
}

#menublock{
	display:flex;
	margin-bottom: 100px;
}

.menuleft{
	width: 400px;
	height: auto;
}	

.menuleft img{
	width: 400px;
	height: auto;
	}

.menuright{
	font-size: 13px;
	width: 300px;
	margin-left: 50px;
}

.menutime{
	border: solid 1px #000;
	text-align: center;
	margin: 20px 0 20px;
	padding: 25px 50px 25px;
}

span{
	font-size:0.5em;
}

.menucomment{
	line-height: 40px;
	text-align: justify;
}


/*スペース(店内)*/
#tennai{
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

#tennaiblock{
	display:flex;
	margin-top: 20px;
	margin-bottom: 100px;
}

.tennai_left{
	width: 400px;
	height: auto;
}

.tennai_left_img{
	width: 80%;
	height: auto;
	margin-top: 20px;
}

.tennai_right{
	width: 300px;
	margin-left: 50px;
	text-align: left;
}

.tennai_pic_content{
	margin-bottom: 100px;
	display: flex;
    justify-content: space-between;
}

.tennai_pic_content img{
	width: 100px;
	height: auto;
}

#access{
	display: flex;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	padding-bottom: 200px;
}
	
.map{
	width: 400px;
	position : relative;
    height : 0;
    padding-bottom : 50%; /* 縦横比の指定 */
    overflow : hidden;
}

address{
	width: 300px;
	margin-top: 20px;
	margin-left: 50px;
	text-align: left;
}

.mgn-10px{
	margin-right: 10px;
}

.parking{
	font-size: 16px;
	border: solid 1px #000;
	text-align: center;
	margin: 20px 0 20px;
	padding: 18px 50px 18px;
}

.footerlogo{
	margin-top: 50px;
	width: 10%;
	height: auto;
}
