﻿

/*　Mobile View 〜 480px */



/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/

h1 {
	font-size:3rem;
	font-family: 'Trenda Semibold';
    font-style: italic;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}

h1 span {
	display: block;
	font-size: 1.2rem;
	font-family: "游ゴシック","Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1:after {
	content: '';
	background: #105028;
	width: 200px;
	height: 1px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -100px;
}

h1.eng:after {
	top: 55px;
}

h2 {
	padding: 0 6%;
	font-size:1.1rem;
	line-height: 1.8;
	text-align: justify;
	z-index: 10;
	
}

h2.h2PC {
	display: none;	
}

h6 {
	font-size: 1.1rem;
	font-family: 'Trenda Semibold';
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header {
	background: #fafafa;
	width:100%;
	height:60px;
	position:fixed; 
	top:0;
	z-index:100;
}

#innerHead {
	width:96%;
	margin:0 auto;
}

#innerHead p#siteID a {
	display: block;
	background: url(../image/logo_blk.svg) left center / contain no-repeat;
    width: 32vw;
    height: 8vw;
    text-indent: -9999px;
    position: absolute;
    top: 18px;
    left: 3vw;
}

#innerHead nav#gNavi {
	display: none;
}

#innerHead ul#snsLink {
	display: none;
	position: absolute;
	top: 19px;
	right: 125px;
}

#innerHead ul#snsLink li {
	font-size: 1.6rem;
	display: inline-block;
	margin: 0 0 0 12px;
}


#innerHead form {
	position: absolute;
	top: 22px;
	right: 35px;
/*
	border: 1px solid #232323;
	border-radius: 13px;
*/
}


@media only screen and (min-width: 737px) {
	
	#innerHead form {
		border: 1px solid #232323;
		border-radius: 13px;
	
	}
	
}
.customSelect { 
/* This is the default class that is used */
/* Put whatever custom styles you want here */
	background:url(https://aube-hongkong.com/common/img/bg_select.png) left top no-repeat;
	width:60px;
	height:25px;
	line-height: 25px;
	color:#232323;
	box-sizing:border-box;
}


.customSelect:after {
	content: '\f0ac';
	font-size: 1.3rem;
	font-family: 'fontawesome';
	position: absolute;
	top: 1px;
	left: 12px;
} 


.customSelect.customSelectHover {
/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
/* Styles for when the select box is open */
}

.customSelect.customSelectFocus {
/* Styles for when the select box is in focus */
}

.customSelectInner {
/* You can style the inner box too */
	font-size:1.2rem;
	padding:1px 0 0 30px;
	width: 70px!important;
}

.mySelectBoxClass {
	border: none;
	cursor: pointer;
	
}

.mySelectBoxClass option {
	background: #eee;
	font-size: 12px;
	padding: 5px;
	cursor: pointer;	
}


.reserve-btn {
	font-size: 1.1rem;
	position: absolute;
	top: 22px;
	right: 128px;
	line-height: 25px;
}

.reserve-btn a {
	display: block;
	border: 1px solid #232323;
	border-radius: 13px;
	padding: 0 10px;
	text-decoration: none;
}

.reserve-btn a:hover {
	color: #000;
}

.whats-app-btn {
    font-size: 1.6rem;
    position: absolute;
    top: 19px;
    right: 98px;
}

@media only screen and (min-width: 737px) {
	
	.reserve-btn,
	.whats-app-btn {
		display: none;
	}
	
}

/*------------------------------------------------------------
	ナビゲーション
------------------------------------------------------------*/

p.menuBtn a {
	color: #000;
	text-align: center;
	position: absolute;
	font-size: 2rem;
	top: 17px;
	right: 3.5%;
	line-height: 1.3;
	text-decoration: none;
}

p.menuBtn a i {
	margin: 0;
}

p.menuBtn span {
	display: block;
	font-size: 0.8rem;
}


div.remodal {
	background: #f9f9f9;
    padding: 30px 40px 25px;
}

div.remodal img {
	width: 100px;
	height: auto;
	margin: 0 auto 25px;
}

div.remodal div {
	width: 100%;
	margin-bottom: 10px;
}

div.remodal div:last-child {
	margin-bottom: 20px;
}

div.remodal div a {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	font-family: 'Trenda Semibold';
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	position: relative;
}

div.remodal div a:after {
	content: '\f105';
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	right: 20px;
}

div.remodal ul li {
	width: 50%;
	float: left;
}

div.remodal ul li a {
	font-size: 1.2rem;
	line-height: 2.4;
	text-decoration: none;
}


/*------------------------------------------------------------
	コンテンツ：レイアウト
------------------------------------------------------------*/

div.container {
	width:100%;
	margin:0 auto;
	padding: 30px 0 20px;
}

div.container div.contents {
	width:100%;
	margin:0 auto;
	padding: 0 6%;
	position:relative;
}

section {
	display:flex;
	flex-wrap:wrap;
	display: -webkit-flex; /*古いブラウザ用*/
	-webkit-flex-wrap: wrap;/*古いブラウザ用*/
}

/*テンプレ用 仮設定*/
.grid {
	margin-bottom:10px;
	/*↓2行 テンプレ判別用 実際には不要*/
	min-height:100px;
}


.bgBlk {
	background: #2d2d2d;
}


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

main {
	width: 100%;
	margin-top: 60px;
	padding-top: 15px;
	position: relative;
}

div.imgHolder {
	position: relative;
	width: 100%;
	height: 320px;
	margin: 20px 0 15px;
}


.imgHolder01 {
	background: #eee;
	width: 47%;
	height: 270px;
	position: absolute;
	top: 25px;
	left: 3%;
	z-index: 5;
}

.imgHolder02 {
	background: #f1f1f1;
	width: 52%;
	height:320px;
	position: absolute;
	top: 0;
	right: 3%;
	z-index: 2;
}


/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/

ul.breadcrumb {
	margin-bottom:20px;
}

ul.breadcrumb li {
	float:left;
}

ul.breadcrumb li:after {
	content:">";
	margin:0 1em;
}

ul.breadcrumb li:last-child:after {
	content: none;
}

/*------------------------------------------------------------
	RESPONSIVE GRID
------------------------------------------------------------*/

.fullwidth,
.oneHalf,
.oneThird,
.oneThirdLeft,
.oneThirdRight,
.twoThirdLeft,
.twoThirdRight,
.twoFifthLeft,
.twoFifthRight,
.threeFifthLeft,
.threeFifthRight {
	width:100%;
}

.oneFourth,
.oneFifth {
	width:48%;
	margin-right:4%;
}

.oneFourth:nth-child(2n),
.oneFifth:nth-child(2n) {
	margin-right:0;
}

/*------------------------------------------------------------
	2カラム（サイドナビ有り）
------------------------------------------------------------*/

div#sideLeft,
div#sideRight {
	display:none;
	/*↓2行 テンプレ判別用 実際には不要*/
	background:#3BC9B4;
}

div#mainLeft,
div#mainRight {
	width:100%;
	/*↓2行 テンプレ判別用 実際には不要*/
	background:#DBD2F0;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
	background: #fff;
	width:100%;
	padding-bottom:60px;
	text-align: center;
}

footer div.footInner {
	margin:0 auto;
	overflow:hidden;
}

footer div.footInner a {
	text-decoration: none;
}

footer div.footInner a:hover {
	text-decoration: underline;
}

footer div.footInner img.logo {
	width: 180px;
	height: auto;
	margin: 30px auto 20px;
}

footer div.footInner div.salonBox {
	width: 50%;
}

footer div.footInner p {
	font-size: 0.9rem;
	line-height: 1.8;
}

footer div.footInner dl {
	margin-bottom: 10px;
}

footer div.footInner dl dt {
	font-size:1.1rem;
}

footer div.footInner dl dd {
	font-size:1rem;
}

footer div.footInner ul.socialLinks {
	text-align: center;
	margin:5px auto 10px;
}

footer div.footInner ul.socialLinks li {
	display: inline-block;
	text-align:center;
	margin:0 5px;
}

footer div.footInner ul.socialLinks li a {
	display: inline-block;
	width:30px;
	height:30px;
	font-size:1.2rem;
	line-height: 28px;
	border: 1px solid #232323;
	border-radius:50%;
}

footer div.footInner ul.socialLinks li a:hover {
	background: #fff;
	color: #000;
}

footer div.footInner ul.socialLinks li a i {
	margin: 0;
}

footer div.footInner ul.socialBtn {
	width: 282px;
	height: 50px;
	margin: 0 auto;
}

footer div.footInner ul.socialBtn li {
	display: inline-block;
}

footer div.footInner address {
	font-size: 0.9rem;
}

footer div.footInner ul.socialBtn li {
	margin:5px;
	padding-top:5px;
	float:left;
}

.fb_iframe_widget span {
	vertical-align: top!important;
}


/*------------------------------------------------------------
	フッターフロート
------------------------------------------------------------*/

#footerMenu {
  width: 100%;
  height: 0px;
  z-index: 300;
  overflow: none;
  position: fixed;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu.show {
  height: 50px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

#footerMenu div {
	background: rgba(0,0,0,0.85);
	width: calc(100% / 2);
	height: 50px;
	border-right: 1px solid #2d2d2d;
	text-align: center;
	margin: 0;
}


#footerMenu div a {
	display: block;
	font-size: 1.2rem;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
}

address {
	color: #999;
	text-align: center;
}

/*------------------------------------------------------------
	ページトップへ
------------------------------------------------------------*/

p#pageTop a {
	background: #1d1d1d;
	width: 30px;
	height: 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	position: fixed;
	bottom: 84px;
	right: 3%;
	display: block;
	color: #fff;
	z-index: 100;
}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/

a.button {
	display: block;
	width: 200px;
	height: 40px;
	font-weight: 600;
	line-height: 38px;
	text-align: center;
	color: #105028;
	border: 1px solid #105028;
	border-radius: 40px;
	margin: 0 auto;
	text-decoration: none;
}

a.button:hover {
	background: #105028;
	color: #fff;
}

