@charset "utf-8";

/* ベーシックスタイル */
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Lucida Grande","Lucida Sans Unicode",verdana,Sans-Serif;
/*	-webkit-text-size-adjust: none;	*/
	color: #000;
	color: #0d0d0d;
	font-size: 12px;
	line-height: 1.67;

	overflow-y: scroll;
}

a {
	color: #666;
	color: #6d6d6d;
	opacity: 1;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	opacity: 1;
}
h1 a, h2 a, h3 a, h4 a { text-decoration: none;}
h1 { font-size: 20px; line-height: 1.5;}
h2 { font-size: 13px; 				color: #0d0d0d;	color: #000;}
h3 { font-size: 12px; line-height: 1.67; 	font-weight: bold;}


/* = Selected Text */
::selection {
    background: #000;
	color: #fff; /* Safari */
}
::-moz-selection {
    background: #000;
	color: #fff; /* Firefox */
}


/* font-family  */

h1, h2, .gnavi ul li, .gnavi ul li a, .gnavi ul li a.current, p.en, span.eng, #footer p.copyright, dt, input, button, textarea, .caption p, table {
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 700;
}


/* -------------------------- */
img {
	opacity: 1;
}
@keyframes imgAppear {
	  0% { transform: translate3d(0,1px,100px); opacity:0; }
	 20% { opacity:0; }
	100% { transform: translate3d(0,0,0); opacity:1; }
}
@-webkit-keyframes imgAppear {
	  0% { -webkit-transform: translate3d(0,1px,0); opacity:0; }
	 20% { opacity:0; }
	100% { -webkit-transform: translate3d(0,0,0); opacity:1; }
}
a:hover img {
	opacity: 0.9;
}



/* レイアウト
--------------------------------------------------------------------- */
#wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
}
#container {
	width: 960px;
/*	max-width: 940px;	*/
	position: relative;
	z-index: 0;
	margin: 0 50%;
	left: -480px;
	padding: 0 10px;
	padding: 0;
	background: #fff;
	text-align: left;
}
#header {
	background: url(../img/line.gif) no-repeat center bottom;
	width: 100%;
	height: 140px;
	position: relative;
}
.top #header {
	background: none;
}

#header #ci {
	position: absolute;
	top:20px;
	left: 20px;
	width: 230px;
}
#header #ci a {
	display: block;
}
#header #ci a:hover img {
	opacity: 1;
}
#header .gnavi{
}
.gnavi ul{
}
.gnavi ul li {
	position: absolute;
	list-style: none; 
	letter-spacing: 0.045em;
}

.gnavi ul li a {
	display: block; 
	position: relative;
	z-index: 1;
	font-size: 12px;
	color: #0d0d0d;
	color: #000;
}

.gnavi ul li.sub a {
	font-weight: normal;
	color: #999;
}

.gnavi ul li a:hover{
	opacity: 0.5;
}

.gnavi ul li a.current {
	z-index: -1;
}

.gnavi ul li.about_joe_mc { left:403px; top:40px; }
.gnavi ul li.brand        { left:521px; top:40px; }
.gnavi ul li.comm_arch    { left:521px; top:65px; }
.gnavi ul li.robinson     { left:521px; top:90px; }
.gnavi ul li.collection   { left:685px; top:40px; }
.gnavi ul li.stockist     { left:685px; top:65px; }
.gnavi ul li.info         { left:782px; top:40px; }
.gnavi ul li.contact      { left:782px; top:65px; }

.sns {
	margin: 0 0 0 0;
}
.sns ul li {
	position: absolute;
}

.sns ul li a {
	display: block;
	font-size: 20px;
}

.sns ul li.sns-fb { left:893px; top:40px; }
.sns ul li.sns-tw { left:930px; top:40px; }



#footer {
	margin: 0 auto 25px;;
/*	padding-top: 100px;
	text-align: center;	*/
	font-size: 10px;
}
#footer p.copyright {
	font-size: 10px;
	font-weight: 400;
	margin: 0 0 0 10px;
	letter-spacing: 0.06em;
}



.pageTop {
	margin: 30px 10px 0 0;
	text-align: right;
	font-size: 14px;
}
.pageTop a {
	display: inline-block;
	background: url("../img/toPageTop.png") no-repeat;
	background-size: contain;
	color: transparent;
	width: 90px;
	height: 16px;
}



p.en {
	margin: 36px 0;
	margin: 30px 0;
	font-weight: 400;
	text-align: justify;
}
p.ja {
	font-size: 10px;
	line-height: 2.4;
}




/* about
----------------------------------- */
.about #topMain {
	width: 460px;
	margin: 150px auto 100px;
}
.about h1 {
	margin: 0 0 45px;
}



/* comm.arch - robinson
----------------------------------- */
.reserve #topMain,
.comm_arch #topMain,
.robinson #topMain {
	margin: 150px auto 50px;
}

.reserve #topMain h1,
.comm_arch #topMain h1,
.robinson #topMain h1 {
	padding: 40px 30px 20px 30px;
	text-align: center;
}

.brand-description {
	padding: 30px 30px 0 30px;
}

.brand-description p {
	margin-top: 0;
	width: 425px;
}

.brand-description p.en { float:left; }
.brand-description p.ja { float:right; }


/* clearfix */
.brand-description:after {
	content:          " ";
	height:           0px;
	clear:            both;
	visibility:       hidden;
	display:          block;
}

.brand-description {
	display:          inline-block;
}

/*\*/

* html .brand-description{
	height:           1%;
}

.brand-description {
	display:          block;
}
/*\*/





/* contact
----------------------------------- */
#contactMain {
 	max-width:600px;
 	max-width: 960px;
	text-align: center;
	margin: 150px auto 100px;
}
#contactMain h1 {
	text-align: left;
	margin: 0 0 45px 55px;
/*	letter-spacing: 0.145em;	*/
}
#contactMain .mainsection {
	max-width: 440px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 1.5;
}
#contactMain dl dt {
	float:left;
	font-size: 11px;
	text-align: right;
	padding: 1em 0 0;
	margin: 0 15px 0 0;
	width: 125px;
}
#contactMain dl dd {
	padding: 0 0 10px;
}
#contactMain dd input,
#contactMain textarea {
	background: #f2f2f2;
	border: none;
	width: 290px;
	height: 40px;
	font-size: 12px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 0 0 0 10px;
}
#contactMain textarea {
	height: 170px;
	padding: 10px 0 0 10px;
}
#contactMain .caption p {
	color: #808080;
	text-align: right;
	letter-spacing: 0.05em;
	line-height: 1;
}
.submitbutton {
	margin: 62px 0 0;
	text-align:center;
	max-width:440px;
	/* padding-left:110px;*/
}
/*
#btn_clear {
	margin-right:10px;
	border:0;
	background-image:url(../img/btn_clear.png);
	width:200px;
	height:35px;
}
*/
#btn_submit {
	color: #fff;
	font-size: 15px;
	background: #000;
	border: 0;
	width: 160px;
	height: 40px;
}
#btn_submit:hover,
.forms table td.submit input:hover,
.backHome input:hover {
	cursor: pointer;
	opacity: 0.8;
}



/* contact - confirm - complete
----------------------------------- */
.form_exp {
	text-align: left;
	margin: 0 0 30px 55px;
}
.forms table th {
	text-align: right;
	padding: 0 15px 0 0;
	width: 125px;
}
.forms table td {
	text-align: left;
	font-size: 12px;
	padding: 10px 0;
	width: 300px;
	letter-spacing: 0.05em;
}
.forms td.submit,
.backHome {
	padding: 62px 0 0 55px;
}
.backHome {
	text-align: left;
}
.forms table td.submit input,
.backHome input {
	background: #f2f2f2;
	border: none;
	border-radius: 0;
	font-size: 15px;
	width: 160px;
	height: 40px;
	-webkit-appearance: none;
}
.forms table td.submit input.send {
	background: #000;
	color: #fff;
}





/* collection
----------------------------------- */
#collection {
	width: 900px;
	margin: 0px auto 100px;
	padding-top: 120px;
}

#collection h1 {
	font-size: 20px;
	margin: 0 0 40px 0;
}

#collection h1 {
	font-family: "Quattrocento Sans",sans-serif;
	font-size: 20px;
    margin: 0 0 30px 0;
	}

#collection h1.title_n {
	font-family: "Quattrocento Sans",sans-serif;
    font-size: 22px;
    font-weight: 200;
    margin: 0 0 0px 70px;
    letter-spacing: 0.08em;
    position: relative;
    top: 270;
    z-index: 100;
	}

#collection h1.title_2019ss {
	font-family: 'EB Garamond', serif;
    font-size: 23px;
	color:#333333;
    font-weight: 200;
    margin: 0 0 0 30px;
    letter-spacing: 0.1em;
    position: relative;
    top: 270;
    z-index: 100;
	}
#collection h1.title_2018fw {
	font-family: 'EB Garamond', serif;
    font-size: 25px;
	color:#00489E;
    font-weight: 200;
    margin: 0 0 0px 330px;
    letter-spacing: 0.1em;
    position: relative;
    top: 45;
    z-index: 100;
	}

#collection ul#cl-menu {
	margin: 0 0 40px 0;
}

#collection ul#cl-menu li {
	font-family: "Quattrocento Sans",sans-serif;
	font-size: 13px;
	margin: 0 20px 0 0;
	display: inline;
}

#collection ul#cl-menu li a {
	text-decoration: underline;
}

#collection ul#cl-menu li a:hover {
	text-decoration: none;
}

#collection 	#cl-menu-n {
	margin: 0 auto 1em auto;
	font-family: "Quattrocento Sans",sans-serif;
	font-size: 14px;
	text-align:right;
	letter-spacing:0.08em;
	}
#collection #cl-menu-n a {
	color:#000;
	text-decoration: none;
}
#collection #cl-menu-n a:hover {
	color:#000;
	text-decoration: underline;
}

#collection #thumbs {
	width: 930px;
    margin: 0 auto;
}
#collection #thumbs .item {
	margin-bottom: 30px;
    float: left;
    position: relative;
    overflow: hidden;
}

#collection #thumbs .item a {
    display: block;
    position: absolute;
}

#collection #thumbs .item,
#collection #thumbs .item a    { width: 280px; height: 280px; }
#collection #thumbs .item.w2,
#collection #thumbs .item.w2 a { width: 590px; }
#collection #thumbs .item.h2,
#collection #thumbs .item.h2 a { height: 590px; }

#collection #thumbs .item a img {
    display: block;
}

#collection #thumbs .item a:hover {
	transition: none;
	background-color: rgba(00,00,00,0.6);
	z-index: 2;
}

#collection #thumbs .item a span.zoom,
#collection #thumbs .item a span.logo-comm,
#collection #thumbs .item a span.logo-robinson ,
#collection #thumbs .item a span.label {
	visibility: hidden;
	position: absolute;
	z-index: 3;
	
}

#collection #thumbs .item a:hover span.zoom,
#collection #thumbs .item a:hover span.logo-comm,
#collection #thumbs .item a:hover span.logo-robinson ,
#collection #thumbs .item a:hover span.label {
	visibility: visible;	
}

#collection #thumbs .item a span.logo-comm {
	background: url(../img/logo_comm_s.png) no-repeat center 0 ;
	width: 100%;
	height: 47px;
	display: block;
}

#collection #thumbs .item a span.logo-robinson {
	background: url(../img/logo_robinson_s.png) no-repeat center 0 ;
	width: 100%;
	height: 47px;
	display: block;
}

#collection #thumbs .item a span.label {
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	width: 100%;
	display: block;
	opacity: 1;
}

/*
#collection #thumbs .item a span.zoom {
	transition: transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
}

#collection #thumbs .item a:hover span.zoom {
	background: url(../img/icon_zoom.png) no-repeat center 0 ;
	width: 24px;
	height: 24px;
	display: block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
*/

#collection #thumbs .item a:hover span.label         { top:80px; left:0px; }
#collection #thumbs .item a:hover span.logo-comm,
#collection #thumbs .item a:hover span.logo-robinson { top:180px; left:0px; }
#collection #thumbs .item a:hover span.zoom          { top:15px;  right:15px; }
#collection #thumbs .item.h2 a:hover span.label         { top:230px; left:0px; }
#collection #thumbs .item.h2 a:hover span.logo-comm,
#collection #thumbs .item.h2 a:hover span.logo-robinson { top:330px; left:0px; }
#collection #thumbs .item.h2 a:hover span.zoom          { top:15px;  right:15px; }


/* full */

#collection.full #thumbs .item,
#collection.full #thumbs .item a { height: 420px; }
#collection.full #thumbs .item a:hover span.label         { top:110px; }
#collection.full #thumbs .item a:hover span.logo-comm,
#collection.full #thumbs .item a:hover span.logo-robinson { top:250px; }

#collection.full #thumbs .item .inner-item a,
#collection.full #thumbs .item .inner-item a:hover { height: 195px; }
#collection.full #thumbs .item .inner-item a:hover span.logo-comm,
#collection.full #thumbs .item .inner-item a:hover span.logo-robinson { top:75px; }

/* stockist
----------------------------------- */
#stockist {
	width: 890px;
	margin: 0 auto;
	padding: 50px 0 60px 0;
}

#stockist h1 {
	font-size: 20px;
	margin: 0 0 40px 0;
}

#stockist h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
}


#stockist ul#anhor {
	margin: -30px 0 70px 0;	
}

#stockist ul#anhor li {
	margin:  0 30px 0 0 ;
	display: inline;
}

#stockist ul#anhor li a {
	color: #999999 !important;
}

#stockist ul#anhor li a:hover {
	color: #111111 !important;
	transition: none;
}



#stockist ul.list {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 50px;	
}

#stockist ul.list li {
	font-size: 13px;
	font-family: "Helvetica", "Arial", sans-serif;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 5px;
}

#stockist ul.list li a {
	text-decoration: underline !important;
	background: url(../img/icon_link.gif) no-repeat 0 16px;
	height: 40px;
	padding: 0 0 0 12px;
	display: block;
}

#stockist ul.list li a span.l-title {
	line-height: 40px;
	width: 500px;
	height: 40px;
	float: left;
	display: block;
}

#stockist ul.list li a span.l-bland {
	height: 40px;
	margin-top: 5px;
	float: right;
	display: block;
}

#stockist ul.list li a span.l-bland img {
	margin-left: 10px;
}

#stockist ul.list li a:hover {
	text-decoration: none !important;
}


#stockist table.list {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 50px;	
}

#stockist table.list th,
#stockist table.list td {
	font-size: 13px;
	font-family: "Helvetica", "Arial", sans-serif;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 5px;
	vertical-align: top;
}

#stockist table.list th {
	width: 120px;
}

#stockist table.list td {
	font-weight: normal;
}

#stockist table.list td a {
	text-decoration: underline !important;
}

#stockist table.list td a:hover {
	text-decoration: none !important;
}

#stockist table.list tr.l-brand td img {
	margin-right: 10px;
}

#stockist #map-canvas {
	width: 890px;
	height: 450px;
	
}


/* clearfix */
/*/////////////////////////////////////////////////*/
#stockist ul.list li a:after {
	content:          " ";
	height:           0px;
	clear:            both;
	visibility:       hidden;
	display:          block;
}

#stockist ul.list li a {
	display:          inline-block;
}

/*\*/

* html #stockist ul.list li a {
	height:           1%;
}

#stockist ul.list li a {
	display:          block;
}
/*\*/



/* info
----------------------------------- */
#info {
	width: 890px;
	margin: 0 auto;
	padding: 150px 0 60px 0;
}

#info h1 {
	font-size: 20px;
	margin: 0 0 40px 0;
}

#info div.cnt {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 50px 0;
	padding: 0 0 20px 0;
}

#info h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

#info h2 a {
	text-decoration: underline;
	color: #111111;
}

#info h2 a:hover {
	text-decoration: none;
}

#info p {
	font-size: 13px;
	margin: 0 0 20px 0;
}

#info p.date {
	font-family: "Helvetica", "Arial", sans-serif;
	text-align: right;
	color: #999999;
	margin: 40px 0 0px 0;
}

div.pagenation {
}

div.pagenation li {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 13px;
	color: #999999;
	margin-right: 20px;
	display: inline;
}

div.pagenation li a {
	color: #111111;
	text-decoration: underline;
}

div.pagenation li a:hover {
	text-decoration: none;
}




/* PC時非表示設定
--------------------------------------------------------------------- */
#header_sp, #topImg_sp {display: none;}


/****************************************************
スマホ用のスタイリング
*****************************************************/
@media only screen and (max-width:639px) {

	/* iPhone5 >> 568px */





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

/* 共通要素
--------------------------------------------------------------------- */





}	/* スマホ用ここまで// */







