@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
  
.mainimage iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#top_movie{
    position: relative;
padding-bottom: 56.25%;
}
.mainimage,.mainimage img{
	width:100%;
}  
  
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
.top  .bg_block{
  background:#fff;
  color:#000;
  }  
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left:100%;
  }
/*.w18p{
width:18%!important;
}*/
.w24p{
width:20%!important;
}
body{
	background:#ff9e8c; //元は#050505
	color:#fff;
	line-height:1.7;
}
a,
a:visited,
a:hover{
	color:#fff5b8;
}

/**/
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.column{
box-sizing:border-box;
}
.bn5 a,.bn1 a,.bn2 a,.bn3 a,.bn4 a{
    background-size: cover;
    position: relative;
    height: 150px;
    line-height: 130px;
    display: block;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -webkit-transition: 200ms;
    transition: 200ms;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    border: 10px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    margin-bottom: 10px;
font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
a{
    -webkit-transition: 200ms;
    transition: 200ms;
}
a:hover,a:hover img{
opacity:0.8;
}
.bn5 a{background:url(/images/main_img01.png) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}
.bn1 a{background:url(/images/bn1.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}
.bn2 a{background:url(/images/bn2.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}
.bn3 a{background:url(/images/bn3.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}
.bn4 a{background:url(/images/bn4.jpg) center center no-repeat , 
linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%) , 
-webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%)}

.bn5 span,.bn1 span,.bn2 span,.bn3 span,.bn4 span{
position:absolute;
top:0px;
left:0px;
bottom:0px;
right:0px;
margin:auto;
color:#fff;
font-size:16px;
font-weight:bold;
}

/* header */
#header {
	border-bottom: 1px solid #ccc;
	/*
	height:130px;
	*/
}
#header h1 {
	float:left;
	margin-top:35px;
}
#header .info {
	float:right;
	width:70%;
	margin-top:18px;
}
.header_tel {
	text-align:right;
	margin-bottom:18px;
}
.header_tel span {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	line-height:1;
}
.header_tel img {
	vertical-align:bottom;
	margin-right:7px;
}

/* nav */
#nav {
	width:100%;
	margin-top:20px;
}
#nav .inner {
max-width:1200px;
margin:0 auto;
display:block;
}
#nav li {
	float:left;
	list-style:none;
	width:12.5%;
	height:50px;
	box-sizing:border-box;
}
#nav li a{
color:#fff;

}
#nav li a:before{
content:"≫ ";
color:#afcaf2;
}
#nav li.nav01 {
	
}
#nav li a {
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
#nav li a:hover {
	color:#8fcbff;
}

/* content */

#content {
	margin-bottom:40px;
	min-height:500px;
}
.top #content {
	margin-bottom:0;
}

#content .wrap p {
	margin-bottom:1.2em;
}
.wrap .inner{
max-width:1000px;
margin:0 auto;

}

/* メイン */

.carousel {
	padding-bottom:60px;
	width:100%;
	overflow:hidden;
}
.carousel > div {
	width:1000px;
	margin:0 auto;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  position: relative;
  outline: 0;
}
.slick-dots{}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
	content:'';

    width: 10px;
    height: 10px;
	background:#f3f2ee;
	border-radius:50%;
}
.slick-dots li.slick-active button:before {
	background:#fdcc07;
}
.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 37px;
  height: 37px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}
.carousel .slick-arrow:hover {
  opacity: 0.5;
}
.carousel .slick-arrow.slick-prev {
  left: -19px;
  background-image: url(../images/arrow_prev.png);
}
.carousel .slick-arrow.slick-next {
  right: -19px;
  background-image: url(../images/arrow_next.png);
}

/* フッター */
.totop {
	text-align:right;
	line-height:1;
	height:47px;
}
.totop img {
	display:block;
	float:right;
}
.top .totop {
	background:#000c1c;
	padding-top:30px;
}
#footer {
	background:#fff;
	border-top:1px solid #ccc;
	text-align:center;
	color:#333:
}
#footer a{
color:#000;
}
#footer .inner {
	padding:1em 0;
}
#footer ul {
	text-align:center;
	margin-bottom:10px;
}
#footer ul li {
	display:inline-block;
	list-style:none;
}
#footer ul li a,
#footer ul li a:visited {
	text-decoration:none;
}
#footer ul li a:after{
content:" | ";
}

#footer ul li a:hover {
	text-decoration:underline;
}
.copyright {
	width:100%;
	text-align:center;
	font-size:12px;
	line-height:1.8;
}


/* table */

.menu_table {
	width:100%;
	margin-bottom:10px;
	border-top:1px solid #e8e9e3;
}
.menu_table th,
.menu_table td {
	padding:14px 14px;
	border-bottom:1px solid #e8e9e3;
}
.menu_table th {
	text-align:left;
}
.menu_table td {
	text-align:right;
}

table.news {
	border-top:1px solid #e8e9e3;
	max-width:800px;
	margin:0 auto;
	width: 100%;
}
table.news th,
table.news td {
	padding:15px 10px 14px ;
	border-bottom:1px solid #e8e9e3;
}
table.news th {
	width:20%;
	color:#b4c22e;
	padding:15px 0 14px 20px;
}

table.info {
	border-top:1px solid #e8e9e3;
}
table.info th,
table.info td {
	padding:15px 5px 14px ;
	border-bottom:1px solid #e8e9e3;
	text-align:left;
}
table.info th {
	width:20%;
}


/* BTN */

.anchor_wrap a {
	width:180px;
	display:inline-block;
	height:32px;
	line-height:30px;
	color:#fff;
	text-decoration:none;

	background:#afcaf2;
	border-radius:16px;
	text-align:center;
	box-sizing:border-box;
	padding-top:2px;
}
.anchor_wrap a:hover {
	opacity:0.7;
}

/*TOP*/

h3 {
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align:center;
	letter-spacing:0.1em;
}
.top .h3 { 
	text-align:center; 
	display:block;
	padding-bottom:30px;
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing:0.1em;
	padding-top:2.5em;
}

.top h3.title{
	text-align:center;
	box-sizing:border-box;
	padding:0 0 5px 0;
	display:block;
	border-bottom:1px solid #ccc;
	display:block;
	font-size:24px;
	letter-spacing:0;
}
.top .sub {
	border:none;
	font-weight:normal;
	font-size:14px;
	padding:12px 0 0 0;
	display:block;
}

.under h3 {
	text-align:center;
}

.under h3{
	text-align:center;
	box-sizing:border-box;
	padding:0 0 5px 0;
	display:block;
	border-bottom:4px dotted #b0bf24;
	font-size:28px;
	display:inline-block;
}

.top h4 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:1em;
}
.under h4 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:1em;
	padding-top:0.6em;
	padding-bottom:0.3em;
	border-bottom:1px dotted #50350d;
}


.top  .bg_block {
/*	background:#000c1c;*/
}
.top .concept-block,
.top  .item-block {
	padding-bottom:2.5em;
	padding-top:2.5em;
	margin-bottom:2.5em;
}
.top  .info-block {
	margin-bottom:2.5em;
}
.top .concept-block img {
	margin-right:20px;
}
.top .concept-block h4,
.top .concept-block p ,
.top .concept-block .btn-style{
	/*padding-left:52%;*/
}
.top .shop-block img {
	/*margin-left:20px;*/
}
.top .shop-block p.entry_p {
	width:48%;
}
.top .shop-block .anchor_wrap {
	padding-top:1em;
}

.top dl.info { margin-bottom:20px;}

/* item */	

.item-list li {
	float:left;
	width:25%;
	box-sizing:border-box;
	padding:0 2% 2%;
	text-align:center;
}
.item-list li img {
	width:100%;
	border-radius:50%;
	margin-bottom:10px;
}
.item-list li span.item-price {
	padding-top:6px;
	font-size:16px;
	font-weight:bold;
	color: #b0bf24;
	display:block;
}

/* under */

.page_title {
	background:#000c1c;
	text-align:center;
	margin-bottom:30px;
	padding:2em 0;
}
h2.title {
	max-width:1000px;
	margin:0 auto;
	font-size:40px;
	font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

/* template */

.under .wrap {
	margin-bottom:40px;
}
.type_basic_fl img {
	width:30%;
	margin-right:2%;
	float:left;
}
.type_basic_fr img {
	width:30%;
	margin-left:2%;
	float:right;
}
.img-half .type_basic_fl img {
	width:48%;
	margin-right:2%;
}
.img-half .type_basic_fr img {
	width:48%;
	margin-left:2%;
}

/* 画像 */

.wrap img {
	max-width:100%;
}

.img_list1 img {
	margin:0 0 2%;
}
.img_list3 li {
	width:32%;
	margin:0 0 2% 2%;
	float:left;
	display:block;
}
.img_list3 li:first-child {
	margin-left:0;
}

/*-------------------
 Responsive 
-------------------*/

.sp { display:none;}

.map {
position: relative;
padding-bottom: 40%;
height: 0;
overflow: hidden;
}
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


@media only screen and (max-width: 1010px) {
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
    margin-left: auto;
	margin-right:auto;
    width: 94%;
	float:none;
}
#nav li {
}
.map {
padding-bottom: 45%;
}

/**/

}
@media only screen and (max-width: 1000px) {
.carousel > div {
    width: 100%;
}
.carousel .slick-arrow.slick-next { right:5px;}
.carousel .slick-arrow.slick-prev { left:5px;}
}
@media only screen and (max-width: 1200px) {
.honten_body .teigeki_tel,
.honten_body .ginza_tel,
.honten_body .otani_tel,
.honten_body .takashimaya_tel,
.teigeki_body .honten_tel,
.teigeki_body .ginza_tel,
.teigeki_body .otani_tel,
.teigeki_body .takashimaya_tel,
.ginza_body .honten_tel,
.ginza_body .teigeki_tel,
.ginza_body .otani_tel,
.ginza_body .takashimaya_tel,
.otani_body .honten_tel,
.otani_body .teigeki_tel,
.otani_body .ginza_tel,
.otani_body .takashimaya_tel,
.takashimaya_body .honten_tel,
.takashimaya_body .teigeki_tel,
.takashimaya_body .otani_tel,
.takashimaya_body .ginza_tel,
.chikina_body .teigeki_tel,
.chikina_body .ginza_tel,
.chikina_body .otani_tel,
.chikina_body .takashimaya_tel,
.contact_body .teigeki_tel,
.contact_body .ginza_tel,
.contact_body .otani_tel,
.contact_body .takashimaya_tel,
.top .teigeki_tel,
.top .ginza_tel,
.top .otani_tel,
.top .takashimaya_tel
{display:none!important}
.w18p,.w10p,.w24p{
width:100%!important;
}
.sp { display:block;}
.pc { display:none;}

img {
	max-width:100%;
}

.tablet001{
       max-width:50%;
}

#header {
	height:90px;
}
#header h1 {
	position:absolute;
	margin-top:0;
	top:20px;
	left:10px;
	max-width:45%;
}
#header .info {
	position:absolute;
	top:20px;
	right:10px;
	margin-top:0;
	width:166px;
	max-width:36%;
	padding-top:0;
	float:right;
}
#header .info a {
margin-right: 40.5%;
display: block;
width: 30.5%;
float: right;
}
#header .info img {
	width:100%;
	display:block;
}

#nav {
	background:none;
}
#menu { display:none;}
#toggle {
	display: block;
	position: absolute;
	top:20px;
	right:10px;
	max-width:50px;
	width:10%;
}
#header  #toggle a {
	width:100%;
	margin:0;
	float:none;
	position: relative;
}
#nav ul {
    background: rgba(0,0,0,.7);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
	position:absolute;
	z-index:9999;
}
#nav ul li {
	display:block;
	text-align:left;
	float:none;
	height:auto;
	width:100%;
	padding:0;
	box-sizing:border-box;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0;
}
#nav ul li.nav01 { border-left:none;}
#nav ul li a {
	display:block;
	padding:14px 10px;
	width:100%;
	float:none;
	box-sizing:border-box;
	text-align:left;
	height:auto;
	line-height:1.5;
}

.item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
}

#content {
	width:100%;
}

/* top */
.top .concept-block img,
.top .shop-block img {
    margin:0 0 20px;
    max-width: 100%;
}

.top .concept-block h4,
.top .concept-block p,
.top .concept-block .anchor_wrap {
	padding-left:0;
}
.top .shop-block .anchor_wrap,
.top .concept-block .anchor_wrap {
	text-align:center;
}
.top .shop-block p.entry_p {
	width:100%;
}

/* template */

.type_basic_fl img,
.type_basic_fr img ,
.img-half .type_basic_fl img,
.img-half .type_basic_fr img,
.img_list3 img ,
.img_list3 a {
	float:none;
	width:100%;
	margin:0 0 20px ;
}

}

@media only screen and (max-width: 480px) {
#nav ul { top: 88px;}
.top .recommend-block .block-inner {
	background-size:20px;
	background-position:0 0;
}
.top .recommend-block .block-inner .fl {
	padding-left:0;
}

.tablet001{
        max-width:100%;
}

table.news th,
table.news td,
.info_dt,
.info_dd {
	display:block;
	float:none;
	width:100%;
	text-align:left;
}
table.news th,
.info_dt {
	padding:15px 2px 4px;
}
table.news td,
.info_dd {
	padding:4px 2px 15px;
}
table.news th,
.info_dt {
	border-bottom:none;
}

.menu_table th,
.menu_table td {
	display:block;
}
.menu_table th {
	border-bottom:none;
	padding-bottom:4px;
}
.menu_table td {
	padding-top:4px;
}

}
@media only screen and (max-width: 320px) {
#header h1 {
	top:10px;
}
#header .info {
	top:15px;
}
#toggle {
	top:15px;
}
#nav ul { top:65px;}

}
/***********BLOG************/
/***********BLOG************/
.wf_blog_ul{
max-width:1000px;
width:100%;
margin:5px auto;
display:block;
}
.wf_blog_ul .wf_blog_li_thumb,.wf_blog_ul .wf_Gallery_li_thumb:hover{
width:45px;
height:45px;
border-radius:100%!important;
display:block;
overflow:hidden;
float:left;
margin-right:10px;
}

.wf_blog_ul .wf_blog_li_thumb img{
width:100%;
min-width:45px;
max-width:200px;
min-height:45px;
max-height:200px;
}
.wf_blog_ul  li{
display:block;
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #fff;
/*font-size:12px;*/
}
.wf_blog_ul li:after{
content:"";
clear:both;
display:block;
}
.wf_blog_ul .wf_blog_li_date,.wf_blog_ul .wf_blog_li_title{
display:block;
float:left;
margin:0px!important;
padding:10px;
box-sizing:border-box;
max-width:100%;
}
.wf_bread_ul li{
display:inline;
}
.wf_blog_ul li a{
color:#888;
}
.wf_bread_ul {
width:100%;
max-width:1000px;
display:block;
margin:0px auto;
padding:5px;
}
.wf_blog_li_date_time{
display:none;
}
form .wrap{
}
@media screen and (max-width: 768px) {
form .wrap{
}
}

.youtube_btn .img_anchor::after {
  top: -40px !important;
}

.youtube_btn .img_anchor::before {
  display: none !important;
}

.youtube_btn {
      margin-bottom: 20px !important;
      display: block;
}

.youtube_btn img {
      width: 100%;
}

.text_right {
    text-align:right;
}

.btn_wrap a{
    background: #a54d3d;
    color: white;
}