/*noto sans 読み込み*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
    background: #081029;
    color: #fff;
    line-height: 1.8em;
    font-size: 0.85em;
    font-family: 'Noto Sans Japanese',sans-serif;
}

a { color:#fff;}
a:hover { color:#999;}
a:visited { color:#fff;}

/* HEADER */
header {
    position: relative;
    width: 100%; 
    height: 700px;
    overflow: hidden;
}

header h1 {
    position: absolute;
    top: 17%;
    left: 25%;
    width: 50%;
    z-index: 10;
}

header h1 img { width: 100%; }
header#lp {
    background: url(../images/lp_header.jpg) no-repeat;
    background-size: cover;
    background-position: center;
     height:230px;
}
header#lp h1 {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: 400px;
    margin: 1em auto 0;
}

/* CONTAINER */

div#container { width: 100%; }


/* INTRODUCTION */
div#container div#introduction {
    width: 100%;
    margin: 0 0 15em;
    padding: 8em 0 0;
    font-size: 1.1em;
    line-height: 2.3em;
}

div#container div#introduction p { margin: 1em 0 2em 10em;  }

/* SECTION 基本設定 */
div#menu,div#space,div#access,div#outline {
    margin: 20em 0;
    width: 100%;
}


div#instagram hgroup,div#menu hgroup,div#space instagram,div#space hgroup,div#access hgroup,div#outline hgroup {
    width: 80%;
    margin: 0 auto;

}

div#menu div#menulist,div#space p,div#outline p,div#outline dl {
    width: 80%;
    margin: 0 auto;
}

div#instagram h2,div#menu h2,div#space h2,div#access h2,div#outline h2,
div#lp_intro h2,div#lp_order h2,div#lp_postage h2,div#lp_payment h2
{
    display: inline-block;
    font-size: 1.6em;
    font-weight: 600; 
    border-bottom: 3px solid #fff;
}
div#instagram h3,div#menu h3,div#space h3,div#access h3,div#outline h3{
    display: inline-block;
    font-size: 0.85em;
    font-weight: 400;
    margin: 0 0 0 1em;
}

/* ランディングページ SECTION 基本設定 */
div#container p.back { margin: 4em 0 6em 2em;}


div#lp_intro,div#lp_order,div#lp_postage,div#lp_payment,div#lp_contact {
    margin: 5em auto;
    width: 80%;
}


div#lp_intro h3 {
    margin: 3em 0;
    font-size: 1.2em;
    font-weight: 600;
}
div#lp_intro h3 span { margin-left: 3em; }
div#lp_intro h3 span small {
    display: inline-block;
    margin-left: 1em;
    font-weight: 400;
    font-size: 0.8em; }

div#lp_intro h2,div#lp_order h2,div#lp_postage h2,div#lp_payment h2
{
   margin-bottom: 1em;
}

div#lp_contact h2 {
    font-size: 1.5em;
    border: none;
    text-align: center;
    line-height: 1.8em;
}


div#lp_intro div.left {
    float: left;
    width: 60%;
    
}
div#lp_intro div.right {
    float: right;
    width: 35%;    
}
div#lp_intro div.right img {
    width: 100%;
    margin: 0 0 1em;
}

div#lp_intro ul {
    display: inline-block;
    margin: 1em 0 2em;
    padding: 2em;
    border: 1px solid #fff;
    
}

div#lp_intro ul li {
    margin: 0 0 0.5em 2em;
    
}
div#lp_intro ul li span {
    display: inline-block;
    width: 8em;
    font-weight: 600;
}

div#lp_intro p strong {
    display: block;
}


div#lp_contact div {
    width: 100%;
    text-align: center;
}

div#lp_contact p {
    display: inline-block;
    padding: 1em;
    margin: 2em 1em;
    border: 1px solid #fff; 
    font-size: 1.3em
}

/* 改行設定 */
@media only screen and (min-width: 600px){
 h3 br{ display:none; }
}

/* INSTAGRAM */
div#instagram {position: relative}
div#instagram hgroup {margin-bottom: 2em;}
div#instagram p {
    position: absolute;
    top:0;
    right:12em;
}

div#instagram ul.instafeed {
  width: 90%;
  margin: 2em auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;

}

div#instagram ul.instafeed li {
    display: inline;
    width: 20%;
  padding: 0 1.5%;
}

div#instagram ul.instafeed li img {
  width: 100%;
  height: auto;

}

@media screen and (max-width: 47.9375em) {
 div#instagram ul.instafeed li {
    width: 40%;
    padding: 10px;
  }

  div#instagram ul.instafeed li img {
    width: 100%;
  }
}


/* MENU */

div#menulist { width: 100%; }

div#menulist div.box {
    width: 30%;
    margin: 2em 1%;
    float: left;    
}

div#menulist p {
    display: inline-block;
    width: 100%;
    margin: 4.5em 0 0;
    font-size: 0.9em;
}
div#menulist p.misc {
    display: inline-block;
    width: 100%;
    margin: 2em 0 0;
    text-align: right;
    text-decoration: underline;
}

div#menulist p img {
    width: 100%;
    margin:0;
}

div#menulist div.box h4 {
    font-weight: 600;
    text-align: center;
    line-height: 4em;
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
}

div#menulist div.box ul {
    list-style: none;
    line-height: 4em;
}
div#menulist div.box ul li {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 1em;
}

div#menulist div.box ul li span {
    position: absolute;
    right:1em;
}

/* SPACE */

div#space p {
    margin: 1em auto;
    font-size: 1.1em;

}

/* SLIDER */
header div.slider_head {
    position: absolute;
    width:100%;
    top: 0;
    z-index: 1;
}

header div.slider_head div {
    width:100%;
    height: 700px;
    margin: 0;
    overflow: hidden;
}

header div.slider_head div img {
    width: 100%;
    min-height:700px;
    object-fit: cover;
}

div#space div.slider{    
    width:90%;
    margin: 2em auto;   
}

div#space div.slider div.slick-list {
    position: relative;
    height:auto;
    z-index: 2;

}
div#space div.slider img  { height:auto;width: 100%; }
div#space div.slider div.slick-slide { margin: 0 0.25em 0; }


.slick-prev, .slick-next {
    width: 60px!important;
	height: 60px!important;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #081029;/* 円の色 */
    z-index: 10;
}
.slick-prev:hover, .slick-next:hover {
    color: #ccc;
    background-color: #081029;/* 円の色 */
}

.slick-prev:before, .slick-next:before { color: #fff; }

/* ACCESS */
div#access {
    position: relative;
    min-height: 45em;
    overflow:visible;
}

div#access div.map {
    position: relative;
    width: 100%;
    margin: 3em 0 0;
    z-index: 2;
}

div#access div.map img{ width: 100%; }

div#access p.link {
    position: absolute;
    top:0;
    right:12em;
}

div#access div#access_text {
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 5;
    text-align: justify;
}

div#access div.box {
    width: 42%;
    margin: 2em 2%;
    float: left; 
}

div#access div.box p {
    margin: 0 0 1em;
    padding: 0 0 1em;
    border-bottom: 1px dotted #ccc;
}

div#access p.notice {
    display: block;
    margin: 1em 2%;
    padding: 0 0 1em;
    float: left; 
    font-weight: 600;
}

/* SHOP OUTLINE */

div#outline p,div#outline dl {
    margin: 3em auto;
    font-size: 1.3em;
    line-height: 2em;
}


div#outline dl dt {
    margin: 0;
    width: 8em;
    font-weight: 600;
}

div#outline dl dd {
    display: block;
    margin: -2em 0 0 10em;
}
div#outline dl dd span {
    font-size:0.7em;
    margin: 0 0 0 1em;
}

div#outline dl dd span.br {
    display: block;
    font-size:0.7em;
    margin: 0;
}

/* 改行設定*/
@media only screen and (min-width: 600px){
div#outline dl dd span.br{
    display: inline;
     margin: 0 0 0 1em;
 }
}




/* CLEARFIX*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}