@charset "utf-8";
/* ===================================================================

default.css
    var: 0

=================================================================== */

/*------------------------------------------------------------
	font
------------------------------------------------------------*/
@font-face {
	font-family: "abolition-w00-regular";
	src: url("../fonts/abolition-w00-regular.woff") format("woff");
}

/*------------------------------------------------------------
	body
------------------------------------------------------------*/
body, html, #slide {
	height: 100%;
}

.inner {
	max-width: 1000px;
	text-align: center;
	padding: 30px 10px;
	margin: 0 auto;
}


/* new-open */

.new-open {
	background-color: #e2c081;
}


.new-open p.place {
/*
	font-family: "abolition-w00-regular";
	font-size: 45px;
*/
	color: #fff;
	font-size: 16px;	
	font-weight: 600;
	width: auto;
	letter-spacing: 1px;
	background-color: #982c23;
	padding: 5px 10px 3px;
	display: inline-block;
	margin-bottom: 5px;
}

.new-open p.shop {
	font-family: "abolition-w00-regular";
	font-size: 74px;
	line-height: .9;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.new-open h2 {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
}

.new-open p.add {
	font-size: 13px;
	font-weight: 600;
}

.new-open a.phone {
/*	display: inline-block;*/
	font-size: 1.15em;
	font-family: "HelveticaNeueLTStd-BdCn";
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

.new-open p.add span {
	font-size: 1.15em;
	font-family: "HelveticaNeueLTStd-BdCn";
	font-weight: normal;
}

.new-open a.map {
	font-family: "abolition-w00-regular";
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	background-color: #222;
	text-decoration: underline;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 3px 8px;
}



/* policy */

#main {
	background-color: #222222;
	padding-top: 0px;
}

.top-policy-wap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 10px;
	text-align: center;
}

#top-policy h2 {
	margin: 35px 0 30px ;
	color: #fff;
	font-size: 33px;
	font-family: abolition-w00-regular;
	letter-spacing: 2px;
	line-height: 1
}

#top-policy {
	position: relative;
}

#top-policy h2::before {
    background-color: #fff;
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -20px;
}

#top-policy h2 .subcatch {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

#top-policy p {
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 2.1;
}

.btn a {
    color: #888;
	font-size: 11px;
	font-weight: bold;
	display: block;
    width: 180px;
	border: solid 1px #888;
	margin: 0 auto;
	line-height: 35px;
	border-radius: 2px;
	margin-top: 20px;
	text-decoration: none;
}

.btn a:hover {
	color: #fff;
	background: #555;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#sns-fb {
	margin-top: 60px;
}

#sns-fb {
	position: relative;
}

#sns-fb h2 {
	color: #fff;
	font-size: 27px;
	font-family: abolition-w00-regular;
	letter-spacing: 2px;
	line-height: 1;
	margin-top: -3px;
	margin-bottom: 10px;
}

#sns-fb h2::after {
    background-color: #fff;
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	margin-top: 11px;

}

#sns-fb h2 .subcatch {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 25px;
}


/* pr-video */

.pr-video {
	background-color: #fff;
}

.pr-video .inner {
	padding: 40px 10px;
}

.pr-video h2 {
	font-size: 27px;
	font-family: abolition-w00-regular;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: -3px;
	margin-bottom: 20px;
}

.pr-video h2::after {
	background-color: #333;
	content: "";
	width: 50px;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: 11px;
}

.pr-video h2 .subcatch {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	margin-top: 25px;
}

.pr-video .video .video1 {
	margin-bottom: 20px;
}

.pr-video .video iframe {
	width: 100%;
	max-width: 560px;
}


/*------------------------------------------------------------
	bxslider
------------------------------------------------------------*/

.bx-viewport, .bx-wrapper {
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li {
    height:100% !important;
}

.bxslider li {
    background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
	margin-top: 20px;
}

.bxslider .slide1 {
	background-position : 0px top;
}

.bxslider .slide2 {
	background-position : 0px left;
}

.bxslider .slide3 {
	background-position : center;
}

.bxslider .slide4 {
	background-position : center;
}


.bxslider .slide1 .slide1-copy-wap {
	position: relative;
	max-width: 1000px;
    height:100% !important;
    top:0;
    left:0;
	margin: 0 auto;
}

.bxslider .slide1 .slide1-copy {
	position: absolute;
	width: 85%;
/*	max-width: 330px;*/
	height: auto;
	bottom: 0;
	right: 0;
	left: 0;
	top: 15%;
	margin: auto;
}

.bx-wrapper .bx-viewport {
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.h_scl img {
	width: auto;
	height: 80px;
	position: absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: 0;
}


/*------------------------------------------------------------
	page-title
------------------------------------------------------------*/

#page-title {
	margin-bottom: 40px;
	padding: 70px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
}

#page-title .inner {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}

#page-title h1 {
    font-size: 28px;
    font-weight: bold;
}
#page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 15px;
}

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/
.breadcrumb a {
    color: #555;
}

.breadcrumb {
    position: absolute;
	top: 50%;
    left: auto;
    right: 15px;
	margin-top: -10px;
    font-size: 11px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li + li::before {
    padding: 0 3px;
    color: #ccc;
    content: "/\00a0";
}

.active {
    color: #888;
}



/*------------------------------------------------------------
	パララックス
------------------------------------------------------------*/


#page-title.page-title-parallax {
    padding: 70px 0;
    background-image: url(../img/8.jpg);
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

#page-title.page-title-parallax h1 {
	font-size: 28px;
    font-weight: bold;
    color: #fff;
}
#page-title.page-title-parallax .breadcrumb a {
    color: #fff;
}
#page-title.page-title-parallax .breadcrumb .active {
	color: rgba(255,255,255,.6);
}

/*------------------------------------------------------------
	パララックス2
------------------------------------------------------------*/


#page-title.page-title-parallax2 {
    padding: 70px 0;
    background-image: url(../img/9.jpg);
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

#page-title.page-title-parallax h1 {
	font-size: 28px;
    font-weight: bold;
    color: #fff;
}
#page-title.page-title-parallax .breadcrumb a {
    color: #fff;
}
#page-title.page-title-parallax .breadcrumb .active {
	color: rgba(255,255,255,.6);
}
.link-nav ul { 	
    margin: 20px 0 20px;
 } 

.link-nav ul li{ 	
     display:inline-block;
  vertical-align: middle;
    margin: 0 10px;
    
 } 

.link-nav ul li a:hover{
    opacity: 0.6;
 } 
