@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, address, em, img, small, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

html {
  font-size: 62.5%;
  background: none;
}

body, input, select, textarea {
  font-family: Helvetica, Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 游ゴシック体, YuGothic, 'Yu Gothic', Meiryo,メイリオ, sans-serif;
}

body {
  text-align: left;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

input, button, textarea, select, p, blockquote, table, pre, address, ul, ol, dl {
  font-size: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
  line-height: 1.0;
}

strong {
  font-weight: bold;
}



em {
  font-style: italic;
}

a {
  text-decoration: none;
  color: #666;
  transition: all .5s;
}

a:hover, a:active {
  text-decoration: none;
  opacity: 0.6;
}

a:focus, button:focus {
  outline: none;
}

.clear {
  clear: both;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.middle {
  vertical-align: middle;
}

.hidden {
  overflow: hidden;
}

.pc_none {
    display: none;
}
.sp_none {
  display: block;
}

.pc_only {
  display: block;
}

.sp_only {
    display: none;
}

@media (max-width: 1024px) {
  .pc_none {
    display: block;
  }
  .pc_only {
    display: none;
  }

}

@media (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .pc_only {
    display: none;
  }

}
@media (max-width: 640px) {
  .sp_none {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_none {
    display: block;
  }
  .pc_only {
    display: none;
  }
}

@media (max-width: 480px) {
  .sp_none {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_none {
    display: block;
  }
  .pc_only {
    display: none;
  }
}






body{
width: 100%;
color: #666;
}

#robe,
#glossy,
#dea{
  background: #fff;
}

#home_robe{
  background: #fdf1ea;
  color: #666;
}


#home_glossy{
  background: #000;
  color: #666;
}

#home_dea{
  background: #ecebe8;
  color: #666;
}

#common{
  background: #fff;
  color: #666;
}	

#wrapper,
#header{
width: 100%;
}

#main_area{
	width: 100%;
	min-height: 1000px;
}

#home_robe #main_area{
    background: url(../images/main_robe.jpg) 400px top no-repeat;
    background-size: 100% cover;
}

#home_glossy #main_area{
    background: url(../images/main_glossy.jpg) 200px top no-repeat;
    background-size: 100% cover;
}

#home_dea #main_area{
    background: url(../images/main_dea.jpg) 400px top no-repeat;
    background-size: 100% cover;
}



#home_robe #mainimg,
#home_glossy #mainimg{
    width: 100%;
}


#contents{
	width: 70%;
	max-width: 2900px;
	background: #fff;
	float: right;
	height: auto;
	padding-top: 40px;
}

#contents div,
#contents p,
#contents h1,
#contents h2{
	margin: 0 auto 20px;
	text-align: center;
}

#contents p.left{
	text-align: left;
	padding-left: 30px;
}
.concept_image{
	padding-top: 80px;
}
.concept_image img{
	width: 350px;
}

#contents p{
	font-size: 1.25em;
	margin-bottom: 50px;
	padding: 20px;
}

#contents h2{
	font-family: 'Pinyon Script', cursive;
	font-size: 4em;
}

#contents .newitem{
	width: 90%;
	margin: 0 10% 40px;
}
#contents .newitem .item{
	float: left;
	margin-right: 4%;
}

#contents .newitem .item:last-child{
	margin-right: 0;
}



#nav{
    position: fixed;
	width: 30%;
	max-width: 500px;
	height: 100vh;
	float: left;
	display: block;
	over-flow-y: hidden;
}
#nav_inner{
	width: auto;
	text-align: center;
}	

#home_robe #nav,
#robe #nav{
	background: #fdf1ea;
}
#home_glossy #nav,
#glossy #nav{
	background: #000;
}

#home_dea #nav,
#dea #nav{
	background: #ecebe8;
}

#common #nav{
	height: 100vh;
	border-right: 1px solid #333;
}


.logo{
	padding-top: 200px;
	margin-bottom: 40px;
}

#nav1{
	margin-bottom: 50px;
}

#nav1 li{
	height: 30px;
	margin-bottom: 30px;
}

#nav2{
	width: 420px;
	margin: 0 auto 180px;

}
#nav2 li{
	float: left;
	margin-right: 30px;
}

#nav2 li:last-child{
	margin-right: 0;
}


#sns{
	width: 200px;
	margin: 0 auto 50px;
}
#sns li{
	float: left;
	margin-right: 30px;
}
#sns li:last-child{
	margin-right: 0;
}

a:hover img{
	opacity: 0.7;
}

#nav1 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#nav1 a::after {
  position: absolute;
  bottom: -4px;
  left: 10%;
  content: '';
  width: 80%;
  height: 1px;
  background: #d7b979;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#nav1 a:hover::after {
  transform: scale(1, 1);
}

#company{
	padding-top: 220px;
}

#company p{
	font-size: 1.2em;
	line-height: 2.2;
	margin-bottom: 0;
}

#company p .name{
	font-size: 1.3em;
}



/* ------------------------------
   #tabAccordion
------------------------------ */
#tabAccordion {
    margin: 0 auto;
    width: 700px;
    font-size: 12px;
    position: relative;
    min-height: 800px;
}
 
#tabAccordion dl {
    top: 0;
    left: 0;
    width: 700px;
    position: absolute;
}
 
#tabAccordion dl dt {
    top: 0;
    left: 0;
    width: 112px;
    font-weight: bold;
    position: absolute;
    border: #999 1px solid;
    background: #f0f0f0;
    box-sizing: border-box;
}

#tabAccordion dl:nth-child(1) dt{
    border-left: #999 1px solid;
}
#tabAccordion dl:nth-child(2) dt {
    left: 116px;
}
 
#tabAccordion dl:nth-child(3) dt {
    left: 232px;
}
 
#tabAccordion dl:nth-child(4) dt {
    left: 348px;
}
#tabAccordion dl:nth-child(5) dt {
    left: 464px;
}
#tabAccordion dl:nth-child(6) dt {
    left: 580px;
}
 
#tabAccordion dl dt a {
    padding: 15px 0;
    font-weight: bold;
    display: block;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
 
#tabAccordion dl dt.btnAcv {
    background: #5a5a5a;
    color: #fff;
}
#tabAccordion dl dt.btnAcv a{
    color: #fff;
}
@media only screen and (min-width: 768px) {
    #tabAccordion dl dt:hover > a {
        background: #fff;
    }
}
 
#tabAccordion dl dd {
    top: 50px;
    left: 0;
    padding: 30px;
    width: 100%;
    height: auto;
    text-align: left;
    overflow-y: auto;
    display: none;
    position: absolute;
    box-sizing: border-box;
}
 
#tabAccordion dl dd p {
    padding-bottom: 2em;
    line-height: 2em;
}
 
/* ------------------------------
   MEDIAQUERIES LAYOUT
------------------------------ */
@media only screen and (max-width: 800px) {
    #tabAccordion {
        width: 100%;
        box-sizing: border-box;
    }
 
    #tabAccordion dl {
        width: 100%;
        box-sizing: border-box;
    }
 
    #tabAccordion dl dt {
        width: 16%;
    }
 
    #tabAccordion dl:nth-child(2) dt {
        left: 16%;
    }
 
    #tabAccordion dl:nth-child(3) dt {
        left: 32%;
    }
 
    #tabAccordion dl:nth-child(4) dt {
        left: 48%;
    }
    #tabAccordion dl:nth-child(5) dt {
        left: 60%;
    }
    #tabAccordion dl:nth-child(6) dt {
        left: 76%;
    }
}
 
/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 768px) {
    #tabAccordion {
        width: 100%;
        height: auto;
        border: none;
    }
 
    #tabAccordion dl {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
    }
 
    #tabAccordion dl dt {
        top: auto;
        left: auto;
        width: 100%;
        position: relative;
        border-bottom: #999 1px solid;
        border-right: none;
    }
 
    #tabAccordion dl:first-child dt {
        border-top: #999 1px solid;
    }
 
    #tabAccordion dl:nth-child(2) dt,
    #tabAccordion dl:nth-child(3) dt,
    #tabAccordion dl:nth-child(4) dt,
    #tabAccordion dl:nth-child(5) dt,
    #tabAccordion dl:nth-child(6) dt{
        left: auto;
    }
 
    #tabAccordion dl dt a {
        padding: 20px;
        height: auto;
        line-height: 1em;
        text-align: left;
    }
 
    #tabAccordion dl dt a:after {
        content: '';
        margin-top: -4px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        position: absolute;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
 
    #tabAccordion dl dt.btnAcv {
        border-bottom: #999 1px solid;
        background: #5a5a5a;
    }
 
    #tabAccordion dl dt.btnAcv a:after {
        content: none;
    }
 
    #tabAccordion dl dd {
        top: auto;
        left: auto;
        padding: 20px;
        width: 100%;
        height: auto;
        position: relative;
        border-bottom: #999 1px solid;
    }
}

/* �h�����[���j���[ */


.drawer--top .drawer-nav{
	max-height: auto;
	overflow: scroll;
}
.drawer-nav{
	padding: 100px 0 25px;
}
.drawer-nav li{
	margin-bottom: 16px;
	text-align: center;
}
.drawer-nav li img{
	width: 30%;
}
.drawer-nav #sns li img{
	width: 60%;
}
.drawer-nav .mgn50{
	margin-bottom: 50px;
}

#robe_home .drawer-overlay,
#robe .drawer-overlay{
	background: rgba(253,241,234,0.7);
}


#glossy_home .drawer-hamburger,
#glossy .drawer-hamburger{
	background:#fff;
	border-radius: 3px;
	margin: 4px;
	width: 6%;
	max-width: 50px;

}

/* shop list */

#contents .shopinfo{
	border-bottom: 1px solid #aaa;
	padding-bottom: 15px;
}
#contents .shopinfo .shopname{
	font-size: 1.6em;
	margin-bottom: 8px;
	padding: 0;
}

#contents .shopinfo p{
	margin-bottom: 4px;
	padding: 0;
	text-align: left;
}



/*  Catalog */ 

#contents div.catalogimage{
	margin-bottom: 10px;
}
#contents .catalog{
	padding-bottom: 50px;
}

#contents .catalog p{
	margin-bottom: 150px;

}


/* Partner_test */

#contents .bnr_2retsu,
#contents .bnr_3retsu{
	width: 70%;
	margin: 40px auto 30px;
}
#contents .bnr_2retsu div{
	float: left;
	width: 47%;
	margin-right: 6%;
}
#contents .bnr_2retsu div:nth-child(even){
	margin-right: 0;
}

#contents .bnr_3retsu div{
	float: left;
	width: 31%;
	margin-right: 3.33%;
}
#contents .bnr_3retsu div:last-child{
	margin-right: 0;
}


#contents h3{
	font-size: 1.5em;
	border-bottom: 1px solid #222;
	padding: 0 0 6px 10px;
	width: 95%;
	margin: 0 auto 20px;
}
/* Google Calendar */
.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}




/*
=====================================
@media (max-width: 1470px)
=====================================
*/
@media (max-width: 1470px) {
#home_robe 	#main_area{
    background: url(../images/main_robe.jpg) 100px center no-repeat;
	background-size: cover;
}
#home_glossy 	#main_area{
    background: url(../images/main_glossy.jpg) center center no-repeat;
	background-size: cover;
}
#home_dea 	#main_area{
    background: url(../images/main_dea.jpg) 100px center no-repeat;
	background-size: cover;
}

#nav2{
	width: 176px;
	margin: 0 auto 100px;
}

#nav2 li{
	width: 176px;
	float: none;
	margin: 0 auto
	text-align: center;
}
#nav2 li:last-child{
	margin: 0 auto 15px;
}
}




/*
=====================================
@media (max-width: 1024px)
=====================================
*/

@media (max-width: 1024px) {
#home_robe #main_area,
#home_glossy #main_area,
#home_dea #main_area{
	background: none;
}


#main_area{
	min-height: 500px;
	padding-top: 70px;
}
#contents{
	width: 100%;
	float: none;
}


#nav{
	position: relative;
	width: 100%;
	float: none;
	margin: 50px auto 10px;
	height: auto;
	min-height: 300px;
}
#nav_inner{
	width: 100%;
}
#nav1{
	margin: 0 auto 60px;
	margin-left: 20%;
	
}

#nav1 li{
	float: left;
	margin-right: 30px;
}


#home_robe .header1,
#robe .header1{
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 70px;
	background: #fdf1ea;
}

#home_glossy .header1,
#glossy .header1{
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 70px;
	background: #000;
}

#home_dea .header1,
#dea .header1{
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 60px;
	background: #ecebe8;
}

#common .header1{
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 70px;
	background: #fff;
}
.header_logo,
.header_logo2{
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	padding-top: 12px;
}
.header_logo{
	width: 260px;
}
.header_logo2{
	width: 160px;
}
#common #nav{
	height: auto;
	border-right: 0;
	border-top: 1px solid #333;
	padding-top: 50px;
	width: 100%;
}

#contents{
	height: auto;
	min-height: 300px;
}
#company{
	padding-top: 0;
}

}

/*
=====================================
@media (max-width: 680px)
=====================================
*/
@media (max-width: 680px) {

#main_area{
	min-height: 300px;
	padding-top: 70px;
}

#nav_inner{
	width: 100%;
}
#nav1{
	margin: 0 auto 30px;
}
#nav2{
	margin: 0 auto 30px;
}
#nav1 img,
#nav2 img{
	width: 90%;
}

#contents{
	padding-top: 40px;
}

#contents .newitem{
	margin: 0 auto 80px;
}
#contents .newitem .item{
	float: none;
	margin-right: 0;
}

.concept_image{
	width: 76%;
	margin: 0 auto;
	padding-top: 0;
}

/*  Catalog */ 

#contents .catalog p{
	margin-bottom: 60px;

}

/* Partner_test */

#contents .bnr_2retsu,
#contents .bnr_3retsu{
	width: 90%;
	margin: 10px auto;
}
#contents .bnr_3retsu{
	margin-bottom: 50px;
}
}


/*
=====================================
@media (max-width: 480px)
=====================================
*/
@media (max-width: 480px) {

#nav1 li{
	float: none;
	margin: 0 auto 30px;
}
#nav2 li{
	width: 200px;
	margin: 0 auto 15px;
	float: none;
}
#nav2 li:last-child{
	margin: 0 auto 15px;
}

.header_logo{
	width: 200px;
}
#nav1 img,
#nav2 img{
	width: 80%;
}

/* Partner_test */

#contents .bnr_2retsu,
#contents .bnr_3retsu{
	width: 70%;
	margin: 10px auto 0;
}
#contents .bnr_3retsu{
	margin-bottom: 50px;
}
#contents .bnr_2retsu div,
#contents .bnr_3retsu div{
	float: none;
	width: 100%;
	text-align: center;
}
#contents .bnr_3retsu div{
	width: 94%;
	margin: 0 auto 20px;
}
#contents .bnr_3retsu div:last-child{
	margin: 0 auto;

}












