@charset "utf-8";
/* CSS Document */

/*ナビゲーションエリア*/

.main_logo{
	position:absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

header nav{
	text-align: center;
	max-width: 1920px;
	height: 85px;
	border-bottom: 1.5px solid #6c6c6c;
	background-color: #212121;
	display: flex;
	justify-content: right;
	align-items:center;
}

header nav ul:nth-child(2){
	margin-left: auto;
}

header a{
	text-decoration: none;
	color: #fff;
	/*font-family: "Shrikhand", serif;
  	font-weight: 400;
  	font-style: normal;*/

	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

header ul{
	display: flex;
}



/*ファーストビュー画像エリア*/
.firstview{
	height:100vh;
	background-image: url("../img/union_top.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/*導入文エリア*/
.top{
	text-align: center;
	padding-top: 100px;
}

.top h2 {
	color: #212121;
	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	margin-top: 70px;
	margin-bottom: 20px;
}

.top p:first-of-type{
	color: #212121;
	font-family: "BIZ UDGothic", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 15px;
	margin-bottom: 80px;
}
.top p:nth-of-type(2){
	color: #212121;
	font-family: "BIZ UDGothic", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 100px;
}

.btn{
	font-family: "filson-soft", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	background-color: #212121;
	padding: 35px 130px;
	border-radius: 10px;
}

.top a{
	color: #fff;
	text-decoration: none;
}

/*店内エリア*/

#middle{
	height:1160px;
	background-image: url("../img/26236122_m.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 180px;
	padding-top: 100px;
	/*padding-bottom: 100px;*/
	padding-left: 150px;
	padding-right: 150px;
	
}

.concept,.concept2{
	display: flex;
	justify-content:space-around;
	align-items: center;
	color: #fff;
	
}

.concept_text,.concept_text2{
	font-family: "BIZ UDGothic", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
}

.concept2{
	padding-top: 50px;
}

/*中間ハンバーガー画像エリア*/
.bu_i{
	height:60vh;
	background-image: url("../img/union_middle_02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

/*MENUエリア*/
.menu{
	text-align: center;
}

.menu h2 {
	color: #212121;
	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	margin-top: 100px;
	margin-bottom: 20px;
}

.menu p:first-of-type{
	color: #212121;
	font-family: "BIZ UDGothic", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 15px;
	margin-bottom: 80px;
}

.icon{
	text-align: center;
	display: flex;
	justify-content:space-around;
	padding-left: 200px;
	padding-right: 200px;
}

/*お問い合わせエリア*/

.player_i{
	height:430px;
	background-image: url("../img/player_i.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 150px;
	text-align: center;
	padding-top: 70px;
}

.player_i h2{
	color: #fff;
	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	/*margin-top: 100px;*/
	margin-bottom: 20px;
}

.player_i p:first-of-type{
	color: #fff;
	font-family: "BIZ UDGothic", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 15px;
	margin-bottom: 40px;
}

.player_i p:nth-of-type(2){
	color: #fff;
	font-family: "BIZ UDGothic", sans-serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 100px;
}

/*グーグルマップ*/
.g-map {
    width: 100%;
    position: relative;
    padding-top: 40%;/*地図の高さ*/
}
.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*フッターエリア*/

footer{
	text-align: center;
	max-width: 1920px;
	height: 400px;
	background-color: #212121;
	padding-top: 60px;
}

footer nav ul{
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

footer a{
	text-decoration: none;
	color: #fff;
	font-family: "ltc-broadway", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.copyright{
	color: #ffff;
}












