@charset "UTF-8";
/*------------------------------------------------------------
	サイト全体トップ（店舗選択）
------------------------------------------------------------*/

.topWrapper {
	position: relative;
	width: 100%!important;
	height: 100%;
	overflow: visible!important;
}

.topWrapper header div#inner_head {
	width: 100%!important;
}

.topContainer {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.topLogo {
	display: block;
  background: url(../common/img/logo_hawaii.png) left top no-repeat;
  background-size: contain;
  width: 320px;
  height: 130px;
  margin: 0 auto 88px;
}

.topStoreBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 792px;
	margin-top: 88px;
	margin: -24px auto 0;
}

.topStoreBtnItem span {
	display: block;
	text-align: center;
	font-size: 20px;
	font-family: 'Futura W01 Medium';
	font-weight: 400;
	background: url(../img/bg_ttl.png) center top no-repeat;
	margin-bottom: 10px;
}

.topStoreBtnItem {
	margin-top: 24px;
}

.topStoreBtnItem a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 344px;
	padding: 26px 38px;
	background-color: #2B1F0F;
	border: 1px solid #2B1F0F;
	color: #FFF;
	font-size: 20px;
	font-family: 'Futura W01 Medium';
	font-weight: 400;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.topStoreBtnItem a:after {
	font-family: "fontawesome";
  content: "\f077";
  font-size: 10px;
  transform: rotate(90deg);
}

.topStoreBtnItem:hover a {
	background-color: #FFF;
	color: #2B1F0F;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

header div#inner_head.topLanguage form {
	right: calc((130/1280)*100%);
}

@media only screen and (max-width: 792px) {
	.topStoreBtn {
		width: 344px;
	}
}

@media only screen and (max-width: 641px) {
	header div#inner_head.topLanguage {
		margin-top: 27px;
		width: calc((335/375)*100%);
	}
	header div#inner_head.topLanguage .languageBtn {
		top:15px;
		right: calc((20/375)*100%);
	}

	.topContainer {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
	}

	.topLogo {
		width: calc((191/375)*100%);
	  height: auto;
	  padding-top: calc((78/375)*100%);
	  margin: 54px auto 70px;
	}

	.topStoreBtn {
		flex-wrap: wrap;
		justify-content: center;
		width: calc((335/375)*100%);
		margin-top: 0;
		margin-bottom: 90px;
	}

	.topStoreBtnItem:nth-of-type(n+2) {
		margin-top: 24px;
	}

	.topStoreBtnItem {
		width: 100%;
	}

	.topStoreBtnItem a {
		width: 100%;
	}
}


/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/

div.mainVis h1 {
	font-size:13px;
	font-family:'MS Mincho';
	text-align:center;
	margin-bottom:0;/*reset*/
}

div.mainVis p.name {
	font-size:26px;
	text-align:center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}



@media only screen and (min-width: 641px) {

div.mainVis {
	height:540px;
}

div.mainVis div.mainCopy {
	width:440px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-480px;
	text-align:left;
}

div.mainVis h1 {
	font-size:15px;
	letter-spacing:1px;
	font-family:'MS Mincho';
	text-align:left;
	margin-bottom:0;/*reset*/
}

div.mainVis p.name {
	font-size:36px;
	letter-spacing:1px;
	text-align:justify;
}

div.mainVis h2 {
	width:424px;
	line-height:2.0;
	font-size:12px;
	margin:0;/*reset*/
}
	
}

/*------------------------------------------------------------
	臨時ニュース
------------------------------------------------------------*/


.holiday-news {
	width: 90%;
	margin: 30px auto 15px;
	border: 1px solid #c49f4f; 
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
}

.holiday-news dt {
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
}

.holiday-news dt span {
	font-size: 13px;
}

.holiday-news dt:after {
	content: '';
	background: #c49f4f;
	width: 40px;
	height: 1px;;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%); 
}

.holiday-news dd {
	font-size: 13px;
	text-align: left;
	line-height: 1.8;
	color: #333;
}

.holiday-news dd:not(:last-child) {
	margin-bottom: 10px;
}

.holiday-news dd span {
	display: block;
	font-size: 12px;
}

@media only screen and (min-width: 813px) {
	
	.holiday-news {
	    max-width: 900px;
	    margin: 40px auto 25px;
	    padding: 30px 20px;
	}
	
	.holiday-news dt {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	.holiday-news dt:after {
		bottom: -15px;
	}
	
	.holiday-news dd {
	font-size: 16px;
		line-height: 2;
		text-align: center;
	}

}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

p.ttl01 {
	font-size:20px;
	font-family:'FuturaBTW01-MediumConde';
	background:url(../img/top/bg_ttl.png) center top no-repeat;
	margin-bottom:20px;
	text-align:center;
}

p.ttl01 span.instagram:before {
	 font-family: "fontawesome";
	 content: "\f16d";
	 padding-right:10px;
}

p.ttl01 span.location:before {
	 font-family: "fontawesome";
	 content: "\f041";
	 padding-right:10px;
}

p.ttl01 span.facebook:before {
	 font-family: "fontawesome";
	 content: "\f16d";
	 padding-right:10px;
}


h3 {
	font-size:18px;
font-family:'MotoyaExAporo_1173680';
	text-align:center;
}

/*------------------------------------------------------------
	ABOUT US
------------------------------------------------------------*/

div.aboutBox {
	background:#fff;
	box-shadow:0 0 3px #ccc;
	margin-bottom:20px;
}

div.aboutBox div.aboutImg {
	width:100%;
	max-height:218px;
	overflow:hidden;
}

div.aboutBox div.aboutImg a img {
	max-width:100%;
	height:auto;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-ms-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}

div.aboutBox a:hover img {
	-webkit-transform:scale(1.10,1.10);
	-moz-transform:scale(1.10,1.10);
	-ms-transform:scale(1.10,1.10);
	-o-transform:scale(1.10,1.10);
	transform:scale(1.10,1.10);
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

div.aboutBox dl {
	padding:10px 15px 15px;
	text-align:justify;
}

div.aboutBox dl dt {
	margin-bottom:5px;
}

div.aboutBox dl dt a {
	font-size:14px;
	font-weight:bold;
}

div.aboutBox dl dd {
	font-size:12px;
}

@media only screen and (min-width: 641px) {

div.aboutBox {
	margin-bottom:0;
}

div.aboutBox div.aboutImg {
	height:218px;
}

div.aboutBox dl {
	padding:15px;
}

}

/*------------------------------------------------------------
	INSTAGRAM
------------------------------------------------------------*/

div.instagram {
	background:#fff;
	padding:8px 5px;
	box-sizing:border-box;
	box-shadow:0 0 3px #ccc;
	margin:0 10px 5px;
}

div.instagram img {
	margin-bottom:5px;
}

div.instagram p {
	font:normal 11px 'Futura W01 Medium';
	color:#000;
	margin-left:6px;
}

/*------------------------------------------------------------
	Google Map & Facebook
------------------------------------------------------------*/


div#mapCanvas,
div#facebookBox {
	width:100%;
	height:485px;
	background:#fff;
	box-sizing:border-box;
	border:10px solid #fff;
	box-shadow:0 0 3px #ccc;
}

.topInstagram div#facebookBox {
	height:auto;
}

/*------------------------------------------------------------
	各店舗ページトップのReserbation
------------------------------------------------------------*/

.contents.topReserbation {
	padding-top: 64px!important;
	margin-bottom: 134px!important;
}

.contents.topReserbation .txt {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.contents.topReserbation a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 333px;
	padding: 26px 58px;
	margin: 32px auto 0;
	border: 1px solid #2B1F0F;
	background-color: #2B1F0F;
	color: #FFF;
	font-size: 20px;
	font-family: 'Futura W01 Medium';
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
.contents.topReserbation a:after {
	font-family: "fontawesome";
  content: "\f077";
  font-size: 10px;
  transform: rotate(90deg);
}
.contents.topReserbation a:hover {
	background-color: #FFF;
	color: #2B1F0F;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}


@media only screen and (max-width: 641px) {
	
	div#mapCanvas,
	div#facebookBox {
		height:365px;
	}
	
}

div#mapCanvas {
	margin-bottom:40px;
}


div#facebookBox {
	margin-bottom:10px;
}
