@charset "UTF-8";
/*////////////////////////


commons
///////////////////////*/
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}
/**/
.clearfix:after {   
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}

.pageWidth{
	width:960px;
	margin:auto;
}
.pageWidth img{
	max-width:100%;
	height: auto;
}

.msp20{margin:20px}


.mT0{margin-top:0px;}
.mT10{margin-top:10px;}
.mT20{margin-top:20px;}
.mT30{margin-top:30px;}
.mT40{margin-top:40px;}
.mT50{margin-top:50px;}
.mT60{margin-top:60px;}
.mT70{margin-top:70px;}
.mT80{margin-top:80px;}
.mT90{margin-top:90px;}
.mT100{margin-top:100px;}

.mB0{margin-bottom:0px;}
.mB10{margin-bottom:10px;}
.mB20{margin-bottom:20px;}
.mB30{margin-bottom:30px;}
.mB40{margin-bottom:40px;}
.mB50{margin-bottom:50px;}
.mB60{margin-bottom:60px;}
.mB70{margin-bottom:70px;}
.mB80{margin-bottom:80px;}
.mB90{margin-bottom:90px;}
.mB100{margin-bottom:100px;}


.tbView,
.spView{
	display:none;
}
.pcView{
	display:inherit;
}
.pcOff{
	display:off;
}
.fR{float:right;}
.fL{float: left;}

body{
	color:#3e3a39;
	font-family: 'Lato',Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.5em;
	background:#fffaf0;
	 color: #3a3430;
	 position:relative;
    /* IE6対策（スクロール時の表示ブレ防止） */
    background-image : url("dummy");
    background-attachment: fixed;
	}
.serifFont{font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", "MS PMincho","MS 明朝",serif; }
.latoFont{font-family: 'Lato', sans-serif; letter-spacing:0.05em; line-height:1.75em;}
.latoFont{font-family: 'Lato', sans-serif; letter-spacing:0.05em; line-height:1.75em;}
.libreFont{font-family: 'Libre Baskerville', serif; letter-spacing:0.05em; line-height:1.75em;}

.attentionWrap {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    padding: 1em 1em;
    margin: 20px auto;
    border: 3px solid;
    letter-spacing: 1px;
	clear:both;
	font-family: 'Lato', "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.attentionWrap a.btn {
	color: #fff;
}
.title span.menuTime{
    text-transform: uppercase;
	font-size:0.4em;
	letter-spacing:normal;
	font-family:"MS Serif", "New York", serif;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	margin-bottom:30px;
	display:block;
}
.work-section .section-body .subTitle{
	font-size:1.4em;
	letter-spacing:normal;
	font-family:"MS Serif", "New York", serif;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	margin-bottom:30px;
}
.work-section .section-body .description {
    font-size: 12px;
    line-height: 1.75;
	font-family:"MS Serif", "New York", serif;
	color:#989691;
	font-weight:normal;
	font-style:italic;
	display:block;
	letter-spacing:0.1em;
	text-align:center;
	margin-bottom:30px;
}
.planDespriction{
	font-size:1.2em;
	letter-spacing:normal;
	font-family:"MS Serif", "New York", serif;
	font-weight:normal;
	font-style:italic;
	text-align:center;
	margin-bottom:30px;
    line-height:1.8em;
	display:block;
}
.planOption{
	width:700px;
	margin:30px 0 30px 40px;
	padding:20px;
	border:1px #625F5F solid;
	display:inline-block;
	text-align:center;
}

.attentionText2{
	font-size:0.8em;
	font-style:italic;
	text-align:center;
	line-height:1.7em;
}

.aC{
	text-align:center;
}

.mB30{
	margin-bottom:30px;
}
/* ------------------------------------------------------
google fonts
font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat Alternates', sans-serif;
font-family: 'Montserrat Subrayada', sans-serif;
------------------------------------------------------ */
/*////////////////////////////////////



header
///////////////////////////////////*/
.pageTitle {
    height: 350px;
    /*min-width: 960px;*/
    overflow: hidden;
    position: relative;
	text-align:center;
}
.pageTitle h1.title_h1{
	padding-top:140px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}
.pageTitle h1.title_h1 span.pageName{
	font-size:1.4em;
	line-height:1.2em;
	letter-spacing:0.2em;
	color:#fffaf0;
	margin:20px;
}
.pageTitle h1.title_h1 span.subtext{
	font-size:0.6em;
	color:#989691;
	font-weight:normal;
	font-style:italic;
	display:block;
	letter-spacing:0.1em;
	text-shadow:none;
	line-height:1.2em;
}
.page-header {
    width: 100%;
    /*min-width: 960px;*/
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	background:#431e22;
	border-bottom:5px #458082 solid;
}
/*//////// site-logo ////////*/
.page-header .site-logo {
    float: left;
    margin-left: -20px;
	height:70px;
	margin:0;
	width: 160px;
	padding-top: 10px;
}
.no-boxshadow .page-header {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.page-header.sticky {
	position:fixed;
	z-index:30;
    top: 0;
}
.page-header > .inner {
    margin: auto;
    /*width: 960px;*/
}


/*グーグルトランスファー*/
.gglTrans{
	/*position: absolute;*/
	position: fixed;
	bottom: 0px;
	left:0px;
	z-index: 10000;
}


/*////////////////////////////////////



.work-section
///////////////////////////////////*/
.work-section {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.no-boxshadow .work-section {
    border-bottom: 1px solid rgb(24, 24, 24);
}
.work-section .section-header {
    line-height: 70px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    position: relative;
}
.no-boxshadow .work-section .section-header {
    border-top: 1px solid rgb(204, 204, 204);
}
.work-section .section-header > .inner {
    margin: auto;
    /*width: 960px;*/
    position: relative;
}
.work-section h2 {
    float: left;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 1px;
}
/*//////// tabs-nav ////////*/
.work-section .tabs-nav {
    border-left: 1px solid rgb(218, 218, 218);
    float: right;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 1px 0 rgb(255, 255, 255);
	box-shadow: inset 1px 0 rgb(255, 255, 255);
	list-style:none;
}
.work-section .tabs-nav li {
    border-right: 1px solid rgb(218, 218, 218);
    float: left;
    position: relative;
    -webkit-box-shadow: 1px 0 rgb(255, 255, 255);
	box-shadow: 1px 0 rgb(255, 255, 255);
}
.work-section .tabs-nav a {
    display: block;
    outline: none;
    position: relative;
    text-align: center;
    width: 120px;
	line-height:1.5em;
	padding:20px 0;
    z-index: 10;
	font-size:1.6em;
	letter-spacing:0.1em;
	color:#3A3430;
}
.work-section .tabs-nav .ui-tabs-active a {
    color: rgb(255, 255, 255);
}
/*//////// tabs-highlight ////////*/
.work-section .tabs-highlight {
    background-color: rgb(51, 51, 51);
    height: 100%;
    position: absolute;
    width: 120px;
}
.work-section .tabs-highlight:after {
    background: url(../images/sprites.png) no-repeat 0 0;
    content: "";
    position: absolute;
    width: 37px;
    height: 19px;
    bottom: -19px;
    left: 50%;
    margin-left: -18px;
    z-index: 10;
}
/*//////// tabs-panel ////////*/
.tabs-panel{
	padding:60px 0;
}
.work-section .section-body {
    position: relative;
	width:auto; height:auto;
	display:block;
	padding-bottom:60px;
}
.work-section .section-body .title {
    font-weight: bold;
    text-transform: uppercase;
	text-align:center;
	margin-bottom:30px;
}
.work-section .section-body .title small.eng{
	font-size:3.1em;
	line-height:1.2em;
	letter-spacing:0.2em;
}
.work-section .section-body .title span.jap{
	font-size:1.3em;
	line-height:1.5em;
}
.work-section .section-body .image-wrapper {
    height: 100%;
    /*min-width: 960px;*/
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.work-section .section-body .image-wrapper img {
    position: absolute;
    left: 50%;
    margin-left: -800px;
}
.work-section .section-body .content {
    position: relative;
}
.work-section .section-body .content > .inner {
    position:relative;
}
.work-section .section-body #work01 .content > .inner {
	padding-top:20px;
}
.work-section .section-body #work02 .content > .inner {
	padding-top:20px;
}
.work-section .section-body #work03 .content > .inner {
	padding-top:20px;
}
.work-section .section-body #work04 .content > .inner {
	padding-top:20px;
}
.work-section .section-body #work05 .content > .inner {
	padding-top:20px;
}
/*////////////////////////////////////



navigatorWrap
///////////////////////////////////*/
#navigatorWrap{
	width:100%; height:85px;
}
/* Primary nav */
.primary-nav {
    float: right;
    line-height: 80px;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-size: 0.95em;
}
.primary-nav li {
    float: left;
}
.primary-nav a {
    display: block;
    padding: 0 1.10em;
	color:#fffaf0;
	text-decoration:none;
}

.primary-nav a small.eng{
	font-size:1.28em;
	line-height:1.0em;
	letter-spacing:0.05em;
}
.primary-nav a span.jap{
	display:none;
}
.primary-nav a:hover,
.primary-nav .current a {
   background:#2d0f14;
}
/*////////////////////////////////////



/*//////// shopInfoBox ////////*/
.shopInfoBox{
	display:block;
	width:62.5%;
	height:auto;
	color:#fffaf0;
	font-size:0.7em;
	letter-spacing:0.1em;
	float:left;
	border-left:1px dotted #694b4e;
	padding-left:40px;
	margin-left:25px;
}
.shopName{
	font-size:1.8em;
	color:#FFFAF0;
}
.telNo{
	font-size:2.5em;
	color:#FFFAF0;
	letter-spacing:0.2em;
}
.telNo a{
	color:#FFFFFF;
}
.shopInfoBox .open{
	font-size:1.6em;
	line-height:1.5em;
	color:#C68086;
}
.shopInfoBox .open a{
	color:#C68086;
}
/*//////// social-links ////////*/
.social-links {
    float: left;
	width:auto; height:auto;
    text-transform: uppercase;
	margin-top:10px;
}
.social-links li {
    float: left;
    margin-left: 5px;
}
.social-links li:first-child {
    margin-left: 0;
}
.social-links a {
    display: block;
    padding: 6px;
	font-size:4.2em;
	color:#FFFAF0;
}
.social-links a:hover{
	color:#6d4f52;
}
.social-links .label {
    display: block;
    width:16px; height:16px;
    overflow: hidden;
}
.social-links .label:before {
    content: url(../images/sprites.png);
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.social-links .item-facebook .label:before {
    margin-left: -70px;
}
.social-links .item-twitter .label:before {
    margin-left: -90px;
}
/*//////// back-to-top ////////*/
.back-to-top {
	background:#fffaf0;
    border-width: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    width: 100%;
	font-size:4.0em;
	color:#999797;
}
.no-js .back-to-top {
    display: none;
}
/*//////// copyright ////////*/
.copyright {
    color:#fffaf0;
    font-size: 1.2em;
    padding:0 0 0 0;
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
	position:absolute;
	bottom:50%;
	margin-bottom:-12px;
}
/*//////// spMenu ////////*/
#spMenu{
	display:none;
}
/*//////// mask ////////*/
/* .mask_wrap{
	text-align: center;
	width: 40%;
}
.mask_wrap img{
	margin: -30px auto 20px;
} */
/*////////////////////////////////////



forBook
///////////////////////////////////*/
#forBook{
	position:relative;
	height:auto;
	overflow:hidden;
}
#imgList{
	height:600px;
}
#imgList li{
	display:inline-block;
	width:auto!important;
}
#imgList li img{
	width:auto; height:600px;
}
.cover{
	width:100%; height:auto;
	position:absolute;
	top:0; left:0;
}
.cover .coverWrap{
	background:url(../menu/images/cover.png) top left scroll repeat;
	background-image: -webkit-image-set(url("../menu/images/cover.png") 1x, url("../menu/images/cover@x2.png") 2x);
	background-image: -moz-image-set(url("../menu/images/cover.png") 1x, url("../menu/images/cover@x2.png") 2x);
	background-image: -ms-image-set(url("../menu/images/cover.png") 1x, url("../menu/images/cover@x2.png") 2x);
	background-image: image-set(url("../menu/images/cover.png") 1x, url("../menu/images/cover@x2.png") 2x);
	width:450px; height:auto;
	padding:75px;
	margin:auto;
	text-align:center;
}
.cover .coverWrap h3{
	display:block;
	margin-bottom:45px;
}
.cover .coverWrap h3 img{
	width:auto; height:auto;
	max-width:100%;
}
.cover .coverWrap .fL{
	width:40%; height:auto;
}
.cover .coverWrap .fL img{
	width:auto; height:auto;
	max-width:100%;
}
.cover .coverWrap .fR{
	width:55%;
	text-align:left;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:2.0em;
}
.cover .coverWrap .btn{
	width:80%;
	height:auto;
	margin:auto;
	margin-top:30px;
}
.cover .coverWrap .btn a{
	display:block;
	padding:15px 0;
	color:#FFFFFF;
	background:#272222;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border:1px solid #333;
}
.cover .coverWrap .btn a:hover{
	background:#333;
}
.cover .coverWrap .btn a small{
	display:block;
	font-size:1.2em;
	letter-spacing:0.2em;
}
.cover .coverWrap .btn a span{
	display:block;
	font-size:1.4em;
	letter-spacing:0.2em;
}


/*汎用ボタン*/
a span.btn{
	width:50%; height:auto;
	padding:10px 10px;
	margin:10px auto auto;
	background:#272222;
	color:#ffffff;
	font-size:1.2em;
	letter-spacing:0.2em;
	line-height:1.0em;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
}
a:hover span.btn{
	background:#431e22;
}




/*ヘッダWEB予約ボタン*/
.cutIn {
    display: block;
    width: auto;
    height: auto;
    position: fixed;
    z-index: 1000;
    text-align: center;
}
.cutIn a {
    display: block;
    text-decoration: none;
	background:#431e22;
	padding: 5px 18px;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #fff;
}
.cutIn a,.cutIn a i {
	color: #FFF;
}
.cutIn a:hover {
    opacity: 0.70;
}
#reserve {
    bottom: 0;
    right: 6px;
}
