@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}

body { 
	color:#37001b;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "小塚ゴシック Pro R", "小塚ゴシック Pro EL", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif; 
	font-size: 12px;
	background: url(../images/bg.jpg) repeat;
	width: 100%;
}


/*common*/
.WD100 {
	width: 100%;
	min-width: 1100px;
}
.WD90 {
	width: 90%;
  margin-left: auto;
  margin-right: auto;
	min-width: 1100px;
}
.WD1000 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.WD1100 {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.PDB0 {
	padding-bottom: 0 !important;
}

.csstransitions .effBTN {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
a .icnBtn {
	font-size:9px;
	-webkit-transform:scale(0.75);
	display:inline-block;
	padding-right: 8px;
	padding-top: 1px;
}
.kakkoBox {
	position: relative;
	width: 90% !important;
	margin: 0 auto;
}
.kakko {
	display: block;
	width: 20px;
	height: 151px;
	position: absolute;
	top: 50%;
	margin-top: -75px;
}
.rightKakko {
	right: 0;
}
.leftKakko {
	left: 0;
}


#top {
	display: none;
}

header {
	position: relative;
}

.halfBg {
	height: 20px;
}
.halfBg div {
	width: 50%;
	height: 100%;
}
.halfBg .left {
	background: url(../images/bg_left.jpg) repeat;
}
.halfBg .right {
	background: url(../images/bg_right.jpg) repeat;
}

header h1 {
	width: 200px;
	height: 198px;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 0;
	z-index: 100;
}
header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

header nav ul {
	width: 450px;
}
header nav ul li {
	width: 50%;
	height: 178px;
	float: left;
	position: relative;
}
header nav ul li a {
	display: block;
	width: 100%;
	height: 110px;
	padding-top: 68px;
	text-align: center;
	font-family: 'Francois One', sans-serif;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-weight: bold;
	font-size: 18px;
}
header nav ul li a span {
	display: block;
}
header nav ul li:hover {
	background-color: #37001b;
	color: #FFF;
}
/*
.csstransitions header nav ul li a:hover {
	padding-top: 77px;
	height: 101px;
}
*/

header nav ul li ul.slideNav {
	width: 100% !important;
	right: 0;
	top: 100%;
	z-index: 100000;
	position: absolute;
}
header nav ul li ul.slideNav li {
	width: 100%;
	float: none;
	height: 50px;
	line-height: 50px;
	position: relative;
}
header nav ul li ul.slideNav a {
	display: block;
	width: 97%;
	padding-left: 3%;
	height: 50px;
	line-height: 50px;
	background-color: rgba(255,255,255,0.65);
	border-bottom: #efefef 1px solid;
	font-size: 12px;
	padding-top: 0;
	text-align: left;
	font-family: 'Francois One', sans-serif;
	letter-spacing: 0em;
	text-indent: 0em;
	color: #37001b;
}
header nav ul li ul.slideNav li:last-child a {
	border-bottom: none;
}
header nav ul li ul.slideNav li:hover {
	background-color: #37001b;
}
.csstransitions header nav ul li ul.slideNav li a:hover {
	padding-top: 0;
	height: 50px;
	color: #FFF;
	background-color: #37001b;
}

.csstransitions header nav ul .effBTN {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#flip > li{
}
#flip li ul{
  visibility: hidden;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
#flip li:hover ul{
  visibility: visible;
  transform: rotateX(0);
}


.mainImg {
	height: 580px;
	overflow: hidden;
}
.bx-wrapper {
	max-width: 100% !important;
	height: 580px;
}
.bx-viewport {
	max-width: 100% !important;
	height: 580px !important;
}
.mainImg .mainImgBox {
	width: 100% !important;
	min-width: 1150px;
}
.mainImg .mainImgBox img {
	display: block;
	width: 100%;
	min-width: 1150px;
}
.bx-wrapper .bx-pager {
	display: none;
}

@media (max-width: 1450px){
	
.mainImg {
	height: 520px;
}
.mainImg .mainImgBox {
	height: 520px;
}
.bx-wrapper {
	height: 520px;
}
.bx-viewport {
	height: 520px !important;
}

}


.halfBox div.left,
.halfBox div.right {
	width: 50%;
	overflow: hidden;
}
.halfBox div img.contImg {
	display: block;
	width: 100%;
	min-width: 600px;
}

.mainCopy {
	text-align: center;
	font-weight: bold;
	padding: 45px 0 50px;
	background-color: #b59f72;
	color: #FFF;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
.mainCopy img {
	display: block;
	margin: 8px auto 0;
}


.halfBox {
	height: 560px;
	overflow: hidden;
}
.mainContBox .txtBox {
	height: 560px;
}
.mainContBox .txtBoxInner {
	position: relative;
	width: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mainContBox h1 {
	font-size: 20px;
}
.mainContBox p {
	font-size: 15px;
	line-height: 2.2;
}
.mainContBox .txtBox .fontAJ {
	letter-spacing: 0.07em;
	text-indent: 0.07em;
}
.kazari {
	display: block;
	width: 103px;
	height: 16px;
	margin: 28px auto;
}
.txtBox a {
	display: block;
	width: 50%;
	margin: 30px auto 0;
	background-color: #FFF;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	border: 1px solid #FFF;
}

@media (max-width: 1450px){

.halfBox {
	height: 420px;
}
.mainContBox .txtBox {
	height: 420px;
}
.mainContBox p {
	font-size: 14px;
	line-height: 2.0;
}

.hAJBox {
	height: 470px;
}
.hAJBox2 {
	height: 400px;
}
.hAJBox .txtBox {
	height: 470px;
}

}


.purpleBox a:hover {
	background-color: #3f0d25;
}
.beigeBox a:hover {
	background-color: #a38342;
}

.purpleBox {
	background-color: #3f0d25;
	color: #FFF;
	text-align: center;
}
.yellowBox {
	background-color: #a38342;
	color: #FFF;
	text-align: center;
}
.beigeBox {
	background-color: #a38342;
	color: #FFF;
	text-align: center;
}

.mainContBox .engTTL {
	font-size: 30px;
}
.engTTL {
	font-family: 'Francois One', sans-serif;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	margin-top: 80px;
}
.engTTL span {
	display: block;
	font-size: 14px;
	margin-top: 15px;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	font-variant: normal;
}
.mainContBox .contLeadTXT {
	text-align: center;
	margin-top: 20px;
}

.sizeBox {
	padding-bottom: 80px;
}

.slideWrapper {
	max-width: 1150px;
	margin: 30px auto 0;
	position: relative;
	height: auto;
}
.slideBox .slide {
	width: 376px;
	margin: 0 30px;
/*
	width: 28%;
	margin-right: 8%;
*/
	float: left;
}
.slideBox .slide img {
	display: block;
	width: 100%;
	border: none;
	outline: none;
}

.csstransitions .sizeBox a.fancybox {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #000;
}
.csstransitions a.fancybox img {
	transition: 1.8s;
}
a.fancybox img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.csstransitions a.fancybox img:hover {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


#arrows {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -34px;
}
.slick-prev, .slick-next {
    width:48px;
    height:68px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	position: absolute;
	cursor: pointer;
}
.slick-prev {
	background: url(../images/icn_prev.jpg) no-repeat;
	left: -19px;
}
.slick-next {
	background: url(../images/icn_next.jpg) no-repeat;
	right: -20px;
}

@media (max-width: 1250px){
	
.slick-prev {
	background: url(../images/icn_prev.jpg) no-repeat;
	left: 0;
}
.slick-next {
	background: url(../images/icn_next.jpg) no-repeat;
	right: 0;
}

}

.btn2color {
	width: 26%;
	margin: 50px auto 0;
	text-align: center;
	height: 56px;
	line-height: 60px;
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
.btn2color a {
	display: block;
	width: 100%;
	height: 56px;
	position: relative;
	z-index: 20;
}
.btn2color .colorP,
.btn2color .colorY {
	width: 50%;
	position: absolute;
	top: 0;
	height: 56px;
	z-index: -10;
}
.btn2color .colorP {
	left: 0;
	border-top: #3f0d25 1px solid;
	border-bottom: #3f0d25 1px solid;
}
.btn2color .colorY {
	right: 0;
	border-top: #a38342 1px solid;
	border-bottom: #a38342 1px solid;
}


.shopInfo {
	background: url(../images/shopImg_bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 1px;
	/*height: 435px;*/
	position: relative;
  text-align: center;
	padding-bottom: 70px;
}
.shopInfo .engTTL {
	margin-top: 60px;
}
.shopBox {
	width: 650px;
	margin: 30px 10px 0;
	text-align: center;
	border: #3f0d25 3px solid;
	background-color: rgba(255,255,255,0.8);
  float: none;
}
.shopBoxInner {
	width: 640px;
	margin: 4px auto;
	border: #a38342 1px solid;
	padding: 20px 0;
}
.shopBox h2 {
	font-size: 17px;
}
.shopBox.right h2{
	line-height: 2.75;
}
.shopBoxInner .btn2color {
	width: 200px;
	margin-top: 20px;
}
.btn2color .colorP,
.btn2color .colorY {
	width: 50%;
	position: absolute;
	top: 0;
	height: 56px;
	z-index: 10;
	background-color: rgba(255,255,255,0);
}

.shopBoxDiv2 {
	width: 30%;
  display: inline-block;
	vertical-align: middle;
}
.shopBoxDiv2 .shopBoxInner {
	width: 98%;
}


.backTTL {
	width: 100%;
	background-color: #3f0d25;
	color: #FFF;
	padding: 6px 0;
	position: relative;
}
.backTTL span {
	width: 44px;
	height: 14px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}
.backTTL span.kazariLeft { left: 18px; }
.backTTL span.kazariRight { right: 18px; }
.mainContBox .newsTTL {
  margin-top: 0;
}
.articleBox {
	margin: 0 auto;
	background-color: #f2f2f2;
	padding: 0 20px;
}
.articleBox table {
	table-layout: fixed;
	width: 100%;
}
.articleBox table th,
.articleBox table td {
	padding: 30px 0;
	border-bottom: #e6e6e6 1px solid;
}
.articleBox table th.engTTL {
	font-size: 15px;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	width: 100px;
	text-align: left;
}
.articleBox table td {
	padding-left: 20px;
	font-size: 14px;
}
.articleBox table td a {
	display: inline-block;
	margin-top: 5px;
	text-decoration: underline;
}
.articleBox table tr:last-child th,
.articleBox table tr:last-child td {
	border-bottom: none;
}



.pageTop {
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	z-index: 100;
}

footer {
	position: relative;
	overflow: hidden;
	color: #FFF;
	padding-bottom: 25px;
}
footer .halfBg {
	height: 290px;
	position: absolute;
	z-index: -10;
}
footer .halfBg .left {
	background: url(../images/bg_leftFT.jpg) repeat;
}
footer .halfBg .right {
	background: url(../images/bg_rightFT.jpg) repeat;
}

footer nav {
	width: 1000px;
	margin: 50px auto 0;
	padding-bottom: 20px;
	background: url(../images/ft_line.png) no-repeat left bottom;
}
footer nav ul li {
	display: inline;
}
footer nav ul li a {
	display: block;
	width: 25%;
	float: left;
	color: #FFF;
	font-size: 18px;
	font-family: 'Francois One', sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
footer nav ul li a:hover {
	color: #999999;
}
footer nav ul li a span {
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	text-indent: 0;
	margin-top: 6px;
}

footer nav {
	width: 1100px;
	margin: 50px auto 0;
	padding-bottom: 20px;
	background: url(../images/ft_line.png) repeat-x left bottom;
}
footer nav ul li {
	width: 25%;
	float: left;
	position: relative;
}
footer nav ul li a {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 18px;
	font-family: 'Francois One', sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}
footer nav ul li a:hover {
	color: #999999;
}
footer nav ul li a span {
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	text-indent: 0;
	margin-top: 6px;
}

footer nav ul li ul.slideNav {
	width: 300%;
	display: none;
	position: absolute;
	right: 0;
	bottom: -44px;
}
footer nav ul li ul.slideNav li {
	float: left;
	position: relative;
	width: 25%;
}
footer nav ul li ul.slideNav a {
	display: block;
	width: 94%;
	padding: 0 3%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(255,255,255,0.8);
	border-right: #efefef 1px solid;
	font-size: 12px;
	padding-top: 0;
	text-align: left;
	font-family: 'Francois One', sans-serif;
	letter-spacing: 0em;
	text-indent: 0em;
	color: #37001b;
}
footer nav ul li ul.slideNav li:last-child a {
	border-right: none;
}
footer nav ul li ul.slideNav li:hover {
	background-color: #37001b;
}
.csstransitions footer nav ul li ul.slideNav li a:hover {
	color: #FFF;
	background-color: #37001b;
}


footer .ftLogo {
	width: 210px;
	height: 49px;
	margin: 30px auto 12px;
}
footer .copy {
	text-align: center;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	font-size: 10px;
}
