/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	border: 0;
	font-size: 14px; /* ベースのフォントサイズを記述 */
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #343434;
	line-height:180%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	background: #fff;
	min-width: 988px; /* 基本の横幅を記述 */
}
ul , li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
img,
input[type="image"] {

}
input[type="submit"] {
	cursor: pointer;
}
strong {
	font-weight:bold;
}
a {
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}
a:hover img,
input[type="image"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
	-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;
}
/*--------------------------------------------------------------
 Layout/PageBase
--------------------------------------------------------------*/
#header {
}
#footer {
}
#main {
}
#side {
}

/*--------------------------------------------------------------
 Project
--------------------------------------------------------------*/
.h_top {
	width:1180px;
	margin:0 auto;
	text-align: center;
	position: relative;
	padding:40px 0 50px;
}
.h_sns {
	position: absolute;
	left:0;	
}
.h_sns li {
	display: inline-block;
	margin-right:1em;
}
.h_tel {
	position: absolute;
	right:0;
}
@media all and (max-width: 1210px) {
	.h_top {
		width: auto;
		margin: 0 15px;
	}
}
.h_nav {
	text-align: center;
	padding-bottom: 25px;
}
.h_nav li {
	display: inline-block;
	margin:0 2em;
}
.h_nav li a img {
	display: block;
	border-bottom: solid 1px #fff;
}
.h_nav li a:hover img {
	border-bottom: solid 1px #000;
}
.h_main {
	margin-bottom: 90px;
	height:700px;
	background: url(../img/img_main.jpg) no-repeat top center;
}
@media all and (min-width: 1400px) {
	.h_main {
		background-size:cover;
	}
}
.news {
	padding-bottom: 90px;
}
.news ._left {
	float:left;
}
.news ._right {
	float:right;
	width: 725px;
}
.news_more ._arrow {
	margin-left:8px;
	display:inline-block;
	vertical-align: middle;
	width:29px;
	overflow:hidden;
	text-align:right;
	position:relative;
	height:10px;
	background:url(../img/arrow_newsmore.png) no-repeat top right;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.news_more:hover ._arrow {
	width:45px;
}
.news li span {
	position: absolute;
	left:0;
}
.news li {
	position: relative;
	padding-left:8em;
	margin-bottom: 1em;
}

.concept {
	background: #f4f5f8;
	text-align: center;
	padding:70px 0 60px;
}
.concept h2 {
	margin-bottom: 28px;
}
.concept p {
	font-size:15px;
	margin:18px 0 40px;
}
.concept li {
	display: inline-block;
	margin:0 50px;
}

.styles {
	text-align: center;
	padding:110px 0 60px;
}
.styles h2 {
	margin-bottom: 70px;
}

.view_more a {
	display: inline-block;
	font-size:18px;
	font-family: 'Times New Roman', 'ff-serif', "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", serif;
	width:290px;
	height:50px;
	line-height: 45px;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #afafaf;
	color: #231815;
	overflow: hidden;
}
.view_more a::before,
.view_more a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.view_more a,
.view_more a::before,
.view_more a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.view_more a:hover {
	color: #fff;
	border-color:#231815;
	text-decoration: none;
}
.view_more a::after {
	top:0;
	left: -100%;
	width: 100%;
	height: 100%;
}
.view_more a:hover::after {
	left: 0;
	background-color: #231815;
}

.menu {
	background: #f4f5f8;
	padding:65px 0 45px;
	text-align: center;
}
.menu_lst  {
	margin-left:-76px;
	margin-top: 40px;
}
.menu_lst > li {
	float:left;
	width:456px;
	margin-left:76px;
	margin-bottom: 40px;
}
.menu_lst > li h3 {
	border-bottom: solid 1px #231815;
	height:34px;
}
.menu_lst > li li {
	border-bottom: solid 1px #c3c2c2;
	padding:19px 0 16px;
	position: relative;
	text-align: left;
}
.menu_lst > li li span {
	position: absolute;
	right:0;
}
.menu p {
	text-align: left;
	font-size:12px;
}

.saloninfo {
	padding:75px 0 130px;
	text-align: center;
}
.saloninfo ._top {
	margin-bottom: 90px;
}
.saloninfo ._left {
	float:left;
	width:484px;
}
.saloninfo ._right {
	float:right;
	width:426px;
}
.saloninfo p {	
	text-align: left;
}
.saloninfo ._top h3 {
	margin-bottom: 40px;
}
.saloninfo ._shop {
	font-size:15px;
}
.saloninfo ._shop + p {
	font-size:13px;
	margin-bottom: 40px;
}
.view_map {
	text-align: center;
}
.saloninfo ._bottom h3 {
	text-align: left;
	margin-bottom: 25px;
}
.saloninfo ._owner {
	font-size:16px;
	margin-left:87px;
	margin-bottom: 1.5em;
}
.saloninfo ._owner + p {
	font-size:13px;
	margin-left:87px;
}

.footer {
	position: relative;
	padding-bottom: 40px;
}
.f_nav li {
	margin-right:2em;
	display: inline-block;
}
.f_copy {
	position: absolute;
	right:0;
	top:0;
}

.c_pgtop {
	height:110px;
	position: fixed;
	bottom:30px;
	right:30px;
	width:30px;
}
.c_pgtop ._arrow_outer {
	position: absolute;
	bottom:24px;
}
.c_pgtop ._arrow {
	display:block;
	width:50px;
	overflow:hidden;
	position:relative;
	height:63px;
	background:url(../img/arrow_pagetop.png) no-repeat top center;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.c_pgtop a:hover ._arrow {
	height:90px;
}
.c_pgtop .txt {
	position: absolute;
	bottom: 0;
	white-space: nowrap;
	font-family: 'Times New Roman', 'ff-serif', "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", serif;
}
#loading p {
	font-family: 'Times New Roman', 'ff-serif', "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", serif;
	position: absolute;
	top:50%;
	text-align: center;
	width:100%;
	font-size:80px;
	margin-top: -40px;
}
#loading {
	background: #fff;
	position: fixed;
	height:100%;
	width:100%;
	z-index: 100;
	top:0;
}
.modal_outer {
	z-index:10;
}
.gd_slider {
	text-align: center;
}
.gd_slider h3 {
	margin-bottom: 20px;
	font-size:32px;
	font-weight: bold;
}
.gd_slider p {
	font-size:24px;
}
.gd_slider li {
	padding:150px 60px 0;
}
.slide_overlay {
	position: fixed;
	width:100%;
	top:0;
	height:100%;
	background: #000;
	opacity: .6;
}
.modal_slide {
	position: fixed;
	width:100%;
	top:50%;
}
.hide {
	z-index: -10 !important;
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	opacity: 0;
}

.modal_close {
	position: absolute;
	right:-50px;
	top:-25px;	
}
.gd_slider {
	position: relative;
	width:900px;
	height:600px;
	margin:-300px auto;
	background: #fff;
}
.gd_slider .bx-wrapper .bx-prev {
	left: -4%;
	background: url(../img/btn_slide_prev_ia.png) no-repeat;
	background-position: left;
}
.gd_slider .bx-wrapper .bx-next {
	right: -4%;
	background: url(../img/btn_slide_next_a.png) no-repeat;
	background-position: right;
}
.gd_slider .bx-wrapper .bx-prev:hover,
.gd_slider .bx-wrapper .bx-next:hover {
	opacity: .8;
}
.gd_slider .bx-wrapper .bx-controls-direction a {
	margin-top: 0;
	top: 0;
	width: 54%;
	height: 100%;
}
.gd_slider .bx-wrapper {
	margin-bottom: 1.2%;
}


/*--------------------------------------------------------------
 Utility
--------------------------------------------------------------*/
.u_inner {
	width: 988px; /* 基本の横幅を記述 */
	margin:0 auto;
}
.u_clearfix:after,
.u_clearfix > li:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
* html .u_clearfix,
* html .u_clearfix > li {
	zoom: 1;
}
*+html .u_clearfix,
*+html .u_clearfix li {
	zoom: 1;
}
.u_clear {
	clear:both;
}
.u_hide {
	display: none;
}
/* 透過画像、文字などでリンクマップ時、HOVERモーションを追加  */
a.u_hvr,
.u_hvr a {
	color:transparent;
}
a.u_hvr:hover,
.u_hvr a:hover {
	background: #fff;
	opacity: 0.3;
	filter: alpha(opacity=80);
	-moz-opacity: 0.3;
	-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;	
}
.u_aln-center {
	text-align: center;
}
.u_aln-center img {
	margin: 0 auto;
	display: block;
}
.u_aln-right {
	text-align: right;
}
.u_fl-left {
    float:left;
    width:48%;
}
.u_fl-right {
    float:right;
    width:48%;
}
.u_lnk-right {
    text-align: right;
}
.u_lnk-right a {
    display: inline-block;
}

/*--------------------------------------------------------------
 Context
--------------------------------------------------------------*/
@media all and (max-width: 640px) {
}
@media all and (max-width: 1018px) {
	.u_inner {
		width: auto;
		margin: 0 15px;
	}
}













/*--------------------------------------------------------------
slider override sample NEXT/PREV
--------------------------------------------------------------*/
.slide1 .bx-wrapper .bx-prev {
	left: 36%;
	background: url(../img/prev.png) no-repeat;
}
.slide1 .bx-wrapper .bx-next {
	right: 36%;
	background: url(../img/next.png) no-repeat;
}
.slide1 .bx-wrapper .bx-prev:hover {
	opacity: .8;
}
.slide1 .bx-wrapper .bx-next:hover {
	opacity: .8;
}
.slide1 .bx-wrapper .bx-controls-direction a {
	top: auto;
	margin-top: 6%;
	width: 12%;
	height: 66px;
    background-size:contain;
}
/*--------------------------------------------------------------
slider override sample PAGER
--------------------------------------------------------------*/
.slide2 .bx-wrapper .bx-pager {
	bottom: 0;
	padding-top: 0;
}
.slide2 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}
.slide2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slide2 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ef8000;
}
