/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #000000;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 12px/24px Helvetica, Helvetica Neue, Arial;
	background:#f5f5f5;
}

.main-container{
	width: 100%;
	margin: 0 auto;
}
#navi-home{
	position:fixed;
	top: 0px;
	left: 0px;
	width: 50px;
	z-index:99999;
}
#navi-onlinestore{
	position:fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	z-index:99999;
}
#btn-pagetop{
	position:fixed;
	bottom: 50px;
	right: 0px;
	width: 50px;
/*	z-index:99999;*/
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
	background: #f5f5f5;
}

.footer-container,
{
	background: #f5f5f5;
}

.header-container,
.footer-container,
.main aside {
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul li {
    margin: 0;
    padding: 0;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 50px auto;
	width: 100%;
	
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
.wrapper {
	margin: 0 auto;
}


img{
width: 100%;
}
h1.title{
	margin: 30px auto 25px auto;
	padding: 0px;
	width: 55%;
}

a{
	color:#000000;
	text-decoration:none;
	display:block;
}
a:hover{
	color:#ff5440;
/*	text-decoration:underline;*/
}
/*
a img {  
    -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;  
}  
a img:hover {  
    opacity: 0.7;  
    filter: alpha(opacity=70);  
}   
*/
.contents-container{
	background: #ffffff;
}
.footer-container{
	padding: 0px 0px 10px 0px;
}
.footer-container p{
	text-align:center;
}
.footer-container .banner{
	text-align: center;
	padding: 30px 10px 10px 10px;
	position:relative;
}
.footer-container .banner .facebook{
	position:absolute;
	width: 12%;
    left: 5%;
    top: 30%;
}
.footer-container .banner li{
	display:inline;	
	text-align:center;
	font-size: 12px;
	padding: 10px;
}
.footer-container .banner li a{
	display:inline;	
}
.footer-container .foot-navi{
}
.footer-container .foot-navi li a{
	font-size: 12px;
	padding: 10px 0px;
	border-top: 1px solid #b6b6b6;
	text-align:center;
	background: #ffffff;
}
.footer-container .foot-navi ul{
	border-bottom: 1px solid #b6b6b6;
}

.maincontents-area{
	margin: 0px auto 40px auto;
	background: #ffffff;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.pos-rel{position:relative;}
.pos-abs{position:absolute;}

/* ==========================================================================
   page
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   2column
   ========================================================================== */
.two-column{
}
.two-column .left{
	padding: 10% 5% 5% 5%;
}
.two-column .left h2{
	margin: 0px;
	padding: 0px;
}
.two-column .right{
}
.two-column .right .right-inner{
	padding: 0px 5%;
}
.two-column .right .right-inner dt,
.two-column .right .right-inner dd
{
	margin: 0;
	padding: 0;
}
.two-column .right .right-inner dt{
	line-height: 1.6;
}

/* ==========================================================================
   concept
   ========================================================================== */

.concept{
}
.concept .visual{
	padding-bottom: 0px;
}
.concept .maincontents-area{
	width: 90%;
	margin: 20px auto 40px auto;
	padding: 0px 0px 20px 0px;
}
.concept .maincontents-area h2{
	margin: 20px auto 40px auto;
}
.concept .maincontents-area p{
	font-size: 12px;
}
.concept .maincontents-area p span{
	font-size: 11px;
}
.concept .btn{
	width: 50%;
	margin: 40px auto 20px auto;
}

/* ==========================================================================
   privacy
   ========================================================================== */

.privacy{}
.privacy .intro{
	padding: 0px 0px 50px 0px;
}
.privacy dl{
	border-top: 1px solid #dddddd;
	padding: 30px 0px 30px 0px;
}
/*
.privacy dl:last-child{
	border-bottom: 1px solid #dddddd;
}
*/
.privacy dt{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px !important;
	padding: 0;
	display:block;
}
.privacy dd{
}

/* ==========================================================================
   topics
   ========================================================================== */

.topics{}

.topics .right h3{
	font-size: 16px;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5%;
	background: #dddddd;
}
.topics .right .list li{
	border-bottom: 1px solid #dddddd;
	font-size: 12px;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5%;
}
.topics .right .list li a{
	display:inline;
}
.topics .right-inner{
	padding: 0 !important;
}
.topics .right-inner .title{
	border-bottom: 2px solid #ff5440;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	color:#000;
	background: #f0f0f0;
}

.topics .right .title .date{
	width: 20%;
	border: 1px solid #b6b6b6;
	padding: 0ox 5px;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	text-align:center;
	background: #fff;
}

.topics .right .title h3{
	font-size: 18px;
	margin: 5px 0px;
	padding: 0px;
	background: #f0f0f0;
}
.topics .right .topics-body{
	width: 90%;
	margin: 10px auto;
	font-size:13px;
}
.topics .right .topics-body img{
	width:auto;
	height: auto;
}
.topics .pagination{
	width: 90%;
	margin: 20px auto;
}
.topics a.previouspostslink,
.topics a.nextpostslink{
}
.topics .pagenation .previous a,
.topics .pagenation .next a{
	display:inline;
}
.topics .previous a,
.topics .next a,
.topics a.previouspostslink,
.topics a.nextpostslink{
	display: inline-block;
	width: 59px;
	height: 19px;
	background-image: url(../img/topics/prev.png);
	background-repeat: no-repeat;
	outline:none;

	/* alternative 	text-indent: -9999px; */
	text-indent: 100%;
	white-space: nowrap;
	overflow:hidden;
}
.topics .next a,
.topics a.nextpostslink{
	background-image: url(../img/topics/next.png);
	float:right;
}


/* ==========================================================================
   howto
   ========================================================================== */

.howto{}

.howto .right h3{
	font-size: 16px;
	font-weight:normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5%;
	background: #dddddd;
}
.howto .right .list li{
	border-bottom: 1px solid #dddddd;
	font-size: 12px;
	font-weight:normal;
	margin: 10px 0px 10px 0px;
	padding: 10px 5% 10px 5%;
}
.howto .right .list li a{
	display:inline;
}
.howto .right-inner{
	padding: 0 !important;
}
.howto .right-inner .title{
	border-bottom: 2px solid #ff5440;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	color:#000;
	background: #f0f0f0;
}

.howto .right .title .date{
	width: 20%;
	border: 1px solid #b6b6b6;
	padding: 0ox 5px;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
	text-align:center;
	background: #fff;
}

.howto .right .title h3{
	font-size: 18px;
	margin: 5px 0px;
	padding: 0px;
	background: #f0f0f0;
}
.howto .right .title h3 span{
	font-size: 14px;
}
.howto .right .howto-body{
	width: 90%;
	margin: 10px auto;
	font-size:13px;
}
.howto .right .howto-body br{
	display:none;
}
/*
.howto .right .howto-body img{
	width:auto;
	height: auto;
}
*/

.howto .pagination{
	border-top: 1px solid #b6b6b6;
	padding: 30px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}

.howto .pagination .previous{
	width: 270px;
	float:left;
	background-image: url(../img/howto/prev.png);
	background-repeat: no-repeat;
	background-position:center left;
	
}
.howto .pagination .previous .page-inner{
	width: 180px;
	padding: 10px;
	margin-left:70px; 
	float:left;
	border: 1px solid #b6b6b6;
	
}
.howto .pagination .previous .page-inner .image{
	width: 60px;
	float:left;
}
.howto .pagination .previous .page-inner .text{
	width: 120px;
	float:left;
}
.howto .pagination .previous .page-inner .text .date{
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.howto .pagination .previous .page-inner .text h3{
	font-size: 12px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}


.howto .pagination .next{
	width: 270px;
	float:right;
	background-image: url(../img/howto/next.png);
	background-repeat: no-repeat;
	background-position:center right;
	
}
.howto .pagination .next .page-inner{
	width: 180px;
	padding: 10px;
	margin-right:60px; 
	float:left;
	border: 1px solid #b6b6b6;
	
}
.howto .pagination .next .page-inner .image{
	width: 60px;
	float:right;
}
.howto .pagination .next .page-inner .text{
	width: 120px;
	float:left;
}
.howto .pagination .next .page-inner .text .date{
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.howto .pagination .next .page-inner .text h3{
	font-size: 12px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.howto .item-modal{
	display:none;
}
.howto .item-modal img{
	width: 100%;
}

.howto .archive-list{
	border-top: 1px solid #b6b6b6;
	padding: 30px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
}

.howto .archive-list h3{
	background: #ffffff;
}
.howto .archive-list li img{
	width: auto;
	height: auto;
}
.howto .archive-list li .image{
	width: 30%;
	float:left;
}
.howto .archive-list li .text{
	width: 70%;
	float:left;
}
.howto .archive-list li .text h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/* ==========================================================================
   web-policy
   ========================================================================== */

.web-policy{}
.web-policy .intro{
	padding: 0px 0px 50px 0px;
}
.web-policy dl{
	border-top: 1px solid #dddddd;
	padding: 30px 0px 30px 0px;
}
.web-policy dl:first-child{
	border-top:none;
}
.web-policy dt{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 10px 0px !important;
	padding: 0;
	display:block;
}
.web-policy dd{
}
.web-policy dd .browser{}
.web-policy dd .browser h3 span{
	background: #545454;
	font-size: 14px;
	color:#ffffff;
	padding: 5px 10px;
}
.web-policy dd .browser h4{
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}
.web-policy dd .browser dl{
	margin-bottom: 1px;
	border: 1px solid #dddddd;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}
.web-policy dd .browser dt{
	background: #dddddd;
	font-size: 12px;
	float:left;
	width: 37%;
	margin: 0px !important;
	padding: 5px !important;
}
.web-policy dd .browser dd{
	font-size: 12px;
	float:left;
	width: 54%;
	margin: 0px;
	padding: 3px 5px 2px 5px !important;
}


/* ==========================================================================
   company
   ========================================================================== */

.company{}
.company p{
	font-size: 13px;
}

.company .info{
	margin-top: 100px;
}
.company dl{
	border-top: 2px solid #dddddd;
	padding: 10px 0px 0px 0px;
}
.company .right-inner dl:nth-child(1){
	border-top: 2px solid #000;
	margin-top: 30px;
}
.company dt{
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0px 10px 0px !important;
	padding: 0;
	display:block;
	width: 25%;
	float:left;
}
.company dd{
	margin: 12px 0px 10px 0px !important;
	width: 75%;
	float:left;
	font-size: 12px;
	line-height: 1.5;
}

/* ==========================================================================
   contact
   ========================================================================== */

.contact{}
.contact p.intro{
	font-size: 14px;
}

.contact p{
	font-size: 11px;
	line-height: 1.6;
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
}

.contact .info{
	margin: 40px auto;
}
.contact dl{
/*	border-top: 2px solid #dddddd;*/
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.contact dt{
	font-size: 14px;
	margin: 0px 0px 0px 0px !important;
	padding: 0;
	display:block;
}
.contact dt .must{
	color:#ff5440;
}
.contact .error{
	color:#ff0000;
	font-size: 12px;
}
.contact dd{
	margin: 0px 0px 0px 0px !important;
	font-size: 13px;
	line-height: 1.5;
}
.contact dd input[type="text"],
.contact dd textarea
{
	border: 1px solid #dddddd;
	font-size:12px;
	padding: 4px;
	margin: 4px;
	width: 95%;
}
.contact dd textarea{
	height: 200px;
}
.contact .btn{
	text-align:center;
}
.contact .btn input{
	border: none;
	background: #000;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 15px;
}

/* ==========================================================================
   sitemap
   ========================================================================== */

.sitemap{}
.sitemap p{
	font-size: 13px;
}

.sitemap dl{
	border: 1px solid #dddddd;
	padding: 0px 10px 0px 20px;
}

.sitemap dt{
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px 10px 0px !important;
	padding: 0;
	display:block;
}
.sitemap dl.staff{
	margin: 10px 0px 3px 0px !important;
}
.sitemap li {
    padding: 10px 0px 10px 10px;
    margin: 0px 0px 3px 0px;
    background: #e9e9e9;
    font-size: 14px;
}

/* ==========================================================================
   collection
   ========================================================================== */

.collection{}
.collection h2{
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 10% 0 5% 0;
}
.collection .visual{
	margin: 0px 0px 20px 0px;
}

.collection .copy{
	margin: 0px 0px 50px 0px;
	text-align:center;
}
.collection .copy p{
	margin: 20px auto 0 auto;
	width: 90%;
	text-align:left;
	font-size: 14px;
}
.collection .collection-area .accordion_dl{
	margin: 0px;
}
.collection .collection-area .accordion_dl dt{
	margin: 0px 0px 10px 0px;
}
.collection .collection-area .accordion_dl dd{
	margin: 0;
	padding: 0;
}
.collection .block{
	margin: 50px auto 50px auto;
	position:relative;
}

.collection .block01.ladys .full{
	right: 2%;
	bottom: 3%;
	width: 50%;
}

.collection .block04 .full{
	position:absolute;
	width: 55%;
	top: 45%;
	right: 0;
}

.collection .block .item{
}
.collection .block .item:last-child{
	margin-right: 0px;
}
.collection .block .large{
	width: 90%;
	margin: 0 auto 20px auto;
}
.collection .block .full{
	width: 45%;
	padding: 0 2.5%;
	float:left;
}

.collection .block02 .full{
	top: 45%;
	right: 0;
	width: 50%;
}

.collection .block .text{
	width: 45%;
	padding: 0 2.5%;
	float:left;
}
.collection .block .text h3{
	margin: 0px 0px 10px 0px;
}
.collection .block .text p{
	margin: 0px 0px 10px 0px;
	line-height: 1.5;
}
.collection .block .text dl{
	border-bottom: 1px solid #b6b6b6;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 10px 0px;
}

.collection .block .text dt{
	width:85%;
	font-size: 11px;
	float:left;
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}

.collection .block .text dd{
	display:block !important;
	width:30%;
	font-size: 11px;
	float:left;
	margin: 0px;
	padding: 0px;
}
.collection .block .text dd.cart{
	width: 15%;
}
.collection .block .text .disclaimer{
	font-size: 10px;
	line-height: 1.4;
}
.collection .block .text .btn{
	width: 30%;
}
.collection .ac_close{
	margin: 0px 0px 30px 0px;
}
.collection .other-item{
	margin: 0 auto;
}
.collection .other-item h3{
	margin: 60px 0px 60px 0px;
}
.collection .other-item ul{
}

.collection .other-item li{
	float:left;
	margin: 0px 2.5% 30px 2.5%;
	width: 45%;
}
.collection .other-item li:nth-child(2n){
}
.collection .other-item li .line{
	left: 0px;
	top: 10px;
}
.collection .other-item li .closeup{
	left: 0px;
	bottom: 0px;
}
.collection .other-item li .btn{
	right: 0px;
	bottom: 0px;
}
#cboxOverlay{
	background:url(../img/coodinates/overlay.png);
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxContent{
	border: 3px solid #000000;
	background: #ffffff;
}
#cboxClose {
    position: absolute;
    top: 3px;
    right: 3px;
    background: url(../img/collection/modal_close.png) no-repeat left center !important;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
	border:none;
}
.collection .item-modal{
	display:none;
}
.item-modal{
	width: 90%;
	margin: 10% auto;
}
.item-modal .photo{
	margin-bottom: 10px;
}
.item-modal .info ul{
	margin: 10px auto 50px auto;
	width: 100%;
}
.item-modal .info ul .name{
	float:left;
	width: 60%;
	font-size: 13px;
}
.item-modal .info ul .price{
	float:right;
	text-align:right;
	width: 30%;
	font-size: 13px;
}

.item-modal div.cart{
	position:absolute;
	width: 47px;
	height: 47px;
	right: 3px;
	bottom: 3px;
}

.item-modal .list{
	width: 100%;
}
.item-modal .list dl{
	border-bottom: 1px solid #b6b6b6;
	margin: 0px 8px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	float:left;
	line-height: 1.4;
}
.item-modal .list dl:last-child{
	border-bottom: none;
}
.item-modal .list dt{
	width: 60%;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.4;
}
.item-modal .list dd{
	width: 30%;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.4;
}
.item-modal .list dd.cart{
	width: 10%;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.item-modal .list dd.cart img{
	width: 30px;
}

/* ==========================================================================
   staff
   ========================================================================== */

.staff .left h2{
	margin: 0px 0px 10px 0px;
}

.staff .left h3{
	margin: 0px 0px 20px 0px;
}
.staff .right .navi{
	width: 90%;
	margin: 0 auto;
}
.staff .right .navi li{
	float:left;
	margin: 0px 2.5% 0px 0px;
	width: 47.5%;
}
.staff .right .navi li:last-child{
	margin: 0px 0px 0px 2.5%;
}
.staff .profile-wrap{
	width: 90%;
	margin: 10px auto;
}
.staff .profile-list{
	padding: 0px 6% 0px 0px;
	width: 44%;
	float:left;
	border-right: 1px solid #b6b6b6;
}
.staff .profile-list:nth-child(2){
	padding: 0px 0 0px 5%;
	width: 44%;
	float:left;
	border-right:none;
}
.staff .profile-list dl{
	margin: 0px 0px 0px 0px;
}

.staff .profile-list dt{
	width:40%;
	font-size: 12px;
	float:left;
	margin: 0px;
	padding: 0px;
}

.staff .profile-list dd{
	width:60%;
	font-size: 11px;
	float:left;
	margin: 0px;
	padding: 0px;
}
.staff .left p{
	font-size: 10px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.staff .right{}
.staff .right .visual{
	margin: 0px auto 50px auto;
	width: 90%;
}

.staff .right .bx-wrapper{
	margin-bottom: 10px;
	width: 86% !important;
}

.staff .right .bx-wrapper .bx-pager{
	position:relative;
	padding-top: 0;
}
.staff .right .bx-wrapper .bx-viewport{
	margin: 0px 0px 10px 0px;
}
.staff .right .bx-controls{
	margin-top: -30px;
}
.staff .right .bx-controls .bx-pager-item{
	float:left;
	margin: 0px 3px 3px 0px;
}
.staff .right .bx-controls .bx-pager-item:nth-child(10n){
	margin: 0px 0px 3px 0px;
}
.staff .right .bx-controls .bx-pager-item img{
	border: 1px solid #dddddd;
}

.staff .right .bx-controls .bx-custom-pager{
	clear:both;
}

.staff .right .bx-wrapper .bx-controls-direction{
	width: 100%;
}

.staff .right .bx-wrapper .bx-prev {
	left: 101%;
	
	background: url(../img/staff/prev.png) no-repeat left center;
}

.staff .right .bx-wrapper .bx-next {
	left: -8%;
	background: url(../img/staff/next.png) no-repeat left center;
}

.staff .right .bx-wrapper .bx-prev:hover {
	background: url(../img/staff/prev.png) no-repeat left center;
}

.staff .right .bx-wrapper .bx-next:hover {
	background: url(../img/staff/next.png) no-repeat left center;
}

.staff .right .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.staff .right .text,
.staff .right .archive,
.staff .right .movie{
	margin: 0px auto 50px auto;
	width: 90%;
}
.staff .right .movie li{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.staff .right .movie li iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.staff .right .text p{
	line-height: 1.6;
}
.staff .right .archive ul{
	margin: 0px 0px 0px 0px;
}
.staff .right .archive h3{
	margin: 0px 0px 15px 0px;
}
.staff .right .archive li{
	float:left;
	margin: 0px 3% 3% 0px;
	width: 31%;
}
.staff .right .archive li:nth-child(3n){
	margin-right: 0;
}
.staff .right .archive li a{
	border:1px solid #c5c5c5;
	background: #fff;
}
.staff .right .archive li.active a{
	border:1px solid #e8e8e8;
	background: #e8e8e8;
}

/* ==========================================================================
   shop
   ========================================================================== */
.shop{}
.shop .left{}

.shop .left .accordion_dl{}
.shop .left .accordion_dl dt{
	text-align:center;
	border: 1px solid #b6b6b6;
	padding: 10px 0px;
	margin: 0px 0px 5px 0px;
	cursor:pointer;
	display:block;
	font-size: 14px;
}

.shop .left .accordion_dl dd{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

.shop .left .accordion_dl dd li{
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 3px 0px;
	background: #e9e9e9;
	font-size: 14px;
}

.shop .right{}
.shop .right .right-inner{
	padding: 0;
    width: 100%;
}
.shop.top .right .right-inner{
}
.shop.top .right .right-inner h3{
	margin: 40px;
}
.shop.top .right .right-inner #map{
	margin: 50px auto;
}

.shop.area .right .right-inner .pref{
   margin-top:-70px;
    padding-top:70px;
}

.shop.area .right .right-inner h3{
	font-size:20px;
	margin: 0px 0px 10px 20px;
}
.shop.area .right .right-inner h4{
	font-size: 16px;
	font-weight:normal;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 20px;
	background: #e9e9e9;
}
.shop.area .right .right-inner .list ul{
	width: 90%;
	margin: 0 auto;
}
.shop.area .right .right-inner .list li{
	width: 44%;
	float:left;
	margin: 0px 3% 50px 3%;
}
.shop.area .right .right-inner .list li:nth-child(2){
	margin-right: 0px;
}
.shop.area .right .right-inner h5{
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.shop.area .right .right-inner p{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.shop.area .right .right-inner .map{
	width: 50%;
}
.shop.detail .right .right-inner{
	width: 86%;
	margin: 0 auto;
}

.shop.detail .right .right-inner .list li{
	margin: 0px 10px 50px 0px;
}
.shop.detail .right .right-inner h2{
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
.shop.detail .right .right-inner p{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.shop .right .right-inner .area-path{
	border-bottom: 1px solid #dddddd !important;
	padding: 10px 0px !important;
	width: 86%;
	margin: 0 auto 40px auto !important;
	font-size: 12px !important;
}
.shop .right .right-inner .area-path a{
	display:inline;
}
.shop .right .right-inner > .area-path{
}

/* ==========================================================================
   coodinates
   ========================================================================== */

.coodinates{}
.coodinates h2{
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 10% 0 5% 0;
}
.coodinates .visual{
	margin: 0px 0px 20px 0px;
}

.coodinates .copy{
	margin: 0px 0px 50px 0px;
	text-align:center;
}
.coodinates .copy p{
	margin: 20px auto 0 auto;
	width: 90%;
	text-align:center;
	font-size: 14px;
}

.coodinates .tab{
	display:block;
	min-height:	50px;
}
.coodinates .tab.ladys .link{
	width: 31%;
	right: 16%;
	top: 0;
}
.coodinates .tab.mens .link{
	width: 31%;
	left: 16%;
	top: 0;
}
.coodinates .block{
	margin: 50px auto 50px auto;
	position:relative;
}

.coodinates .block01.ladys .full{
	right: 2%;
	bottom: 3%;
	width: 50%;
}
.coodinates .block .item{
}
.coodinates .block .item:last-child{
	margin-right: 0px;
}
.coodinates .block .large{
	width: 90%;
	margin: 0 auto 20px auto;
}
.coodinates .block .full{
	width: 45%;
	padding: 0 2.5%;
	float:left;
}
.coodinates .block .text{
	width: 45%;
	padding: 0 2.5%;
	float:left;
}
.coodinates .block .text h3{
	margin: 0px 0px 10px 0px;
}
.coodinates .block .text p{
	margin: 0px 0px 10px 0px;
	line-height: 1.5;
}
.coodinates .block .text dl{
	margin: 0px 0px 0px 0px;
}

.coodinates .block .text dt{
	width:60%;
	font-size: 11px;
	float:left;
	margin: 0px;
	padding: 0px;
}

.coodinates .block .text dd{
	display:block !important;
	width:40%;
	font-size: 11px;
	float:right;
	margin: 0px;
	padding: 0px;
}
.coodinates .block .text .disclaimer{
	font-size: 10px;
	line-height: 1.4;
}
.coodinates .block .text .btn{
	width: 30%;
}
.coodinates .ac_close{
	margin: 0px 0px 30px 0px;
}
.coodinates .other-item li:nth-child(2n){
}

.coodinates .coodinates-area{
	padding-bottom: 40px;
}
.coodinates .coodinates-area ul{
	width: 90%;
	margin: 0 auto;
} 
.coodinates .coodinates-area li{
	width: 50%;
	float:left;
} 
.coodinates .coodinates-area li {
}

.coodinates li .line{
	left: 0px;
	top: 10px;
}
.coodinates li .closeup{
	left: 0px;
	bottom: 0px;
}
.coodinates li .btn{
	right: 0px;
	bottom: 0px;
}
.coodinates .item-modal{
	display:none;
}
.item-modal{
	width: 90%;
	margin: 10% auto;
}
.item-modal .photo{
}
.item-modal h3{
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
.item-modal p{
	font-size: 11px;
	font-weight:normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


/* ==========================================================================
   catalogue
   ========================================================================== */

.catalogue{}
.catalogue .main{
	padding: 10% 0% 5% 0%;;
}
.catalogue .bx-wrapper{
	margin:0;
}

.catalogue .bx-wrapper .bx-pager{
	width: 95%;
	height: 150px;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;
	position:relative;
	top:0;
}

.catalogue .bx-wrapper .bx-pager .bx-pager-item{
	float:left;
	width: 14%;
	margin: 0% 3% 1.5% 0%;
	display:inline-block;
}
.catalogue .bx-wrapper .bx-pager .bx-pager-item img{
	border: 2px solid #dddddd;
}
.catalogue .bx-wrapper .bx-pager .bx-pager-item .active img{
	border: 2px solid #ff5440;
    -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;  
    opacity: 0.7;  
    filter: alpha(opacity=70);  }

.catalogue .bx-wrapper .bx-pager .bx-pager-item:nth-child(6n){
	margin-right: 0px;
}




p.footer {
    line-height: 1.8em;
    text-align: center;
}