@charset "UTF-8";


/* ================================================
　メインビジュアル
================================================ */
.mainvisual_box {
	background: #000;
}
.slick-prev.slick-arrow {
	position: absolute;
	left: 0;
	top: center;
}
.slick-next.slick-arrow {
	position: absolute;
	right: 0;
	top: center;
}
.slick-prev ,
.slick-next {
	width: 20px;
	height: 20px;
}


/* SP版 */
@media screen and (max-width:767px) {
.mainvisual {
	margin-top: -20px;
}
}


/* TB以上 */
@media screen and (min-width:768px) {
.mainvisual {
	margin: -40px auto 0;
	position: relative;
	min-width: 1020px;
	max-width: 1820px;
}
}


/* 店舗情報
--------------------------------------------------------- */
/* SP版 */
@media screen and (max-width:767px) {
.outline {
	background: url(common/img/h_bg_1.png) repeat-x center top;
	color: #fff;
	padding: 10px 20px;
}
.outline_box dl {
	margin-bottom: .5em;
}
.outline_box dt {
	background: #fff;
	width: 60px;
	color: #117;
	font-size: 12px;
	text-align: center;
}
.outline_box dd {
	padding-left: 80px;
	margin-top: -1.3em;
	margin-bottom: .2em;
}
.outline_box > p a {
	color: #fff;
}
.outline_box > a {
	background: #fff;
	width: 100%;
	padding: .5em 0;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #117;
}
.outline_box > a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	background: url(common/img/arrow_b.png) no-repeat left bottom;
	background-size: 6px 10px;
}
}
/* TB以上 */
@media screen and (min-width:768px) {
.outline {
	background: url(common/img/h_bg_1.png) repeat-x center top;
	color: #fff;
}
.outline_box {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 80px;
}
.outline_box dl {
	position: absolute;
	left: 30px;
	top: 20px;
}
.outline_box dt {
	background: #fff;
	width: 60px;
	color: #117;
	font-size: 12px;
	text-align: center;
}
.outline_box dd {
	padding-left: 80px;
	margin-top: -1.3em;
	margin-bottom: .2em;
}
.outline_box > p {
	position: absolute;
	left: 360px;
	top: 20px;
}
.outline_box > a {
	position: absolute;
	right: 30px;
	top: 20px;
	background: #fff;
	width: 180px;
	padding: .5em 0;
	display: block;
	text-align: center;
	font-weight: bold;
}
.outline_box > a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	background: url(common/img/arrow_b.png) no-repeat left bottom;
	background-size: 6px 10px;
}
}



/* ================================================
　新着情報
================================================ */
.news dl {
	text-align: left;
	border-top: 1px solid #ccc;
}
.news dt {
	padding-top: 1em;
}
.news dd {
	margin-top: -1.4em;
	padding-left: 10em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

/* TB以上 */
@media screen and (min-width:768px) {
.news dl {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
}


/* ================================================
　岩手のおすすめ商品
================================================ */
/* SP版 */
@media screen and (max-width:767px) {
.no123 {
	width: 100%;
	height: 200px;
	font-size: 10px;
}
.recommend_2 {
	top: 30px;
	display: none;
}
.recommend_3 {
	top: 30px;
	display: none;
}
}


/* TB以上 */
@media screen and (min-width:768px) {
.no123 {
	width: 960px;
	height: 380px;
}
.recommend_2 {
	top: 80px;
	display: none;
}
.recommend_3 {
	top: 80px;
	display: none;
}
}


.no123 {
	margin: 0 auto;
	background: hsla(0,0%,0%,0.00);
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}
.recommend_1 {
	margin: 0;
	position: absolute;
	left: 25%;
	top: 0;
	width: 50%;
	z-index: 100;
	overflow: hidden;
}
/* SP版 */
@media screen and (max-width:767px) {
.recommend_1 {
	position: absolute;
	left: 15%;
	top: 0;
	width: 70%;
}
}
.recommend_1 img {
	width: 100%;
}
.recommend_2 {
	position: absolute;
	left: 0;
	width: 30%;
	z-index: 50;
	text-align: left;
}
/* SP版 */
@media screen and (max-width:767px) {
.recommend_2 {
	left: 5%;
}
}
.recommend_2 img {
	width: 100%;
}
.recommend_3 {
	position: absolute;
	right: 0;
	width: 30%;
	z-index: 50;
	text-align: right;
}
/* SP版 */
@media screen and (max-width:767px) {
.recommend_3 {
	right: 5%;
}
}
.recommend_3 img {
	margin-left: -20%;
	width: 100%;
}
.recommend_1 a {
	max-height: 320px;
}
.recommend_2 a ,
.recommend_3 a {
	max-height: 200px;
}


/* SP版 */
@media screen and (max-width:767px) {
.recommend_1 a ,
.recommend_2 a ,
.recommend_3 a {
	overflow: hidden;
	display: block;
	border: 5px solid #f6f6f6;
	margin-bottom: 1em;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.recommend img {
	width: 100%;
}
}


/* TB以上 */
@media screen and (min-width:768px) {
.recommend_1 a ,
.recommend_2 a ,
.recommend_3 a {
	overflow: hidden;
	display: block;
	border: 10px solid #f6f6f6;
	margin-bottom: 1em;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.recommend .bbb {
	width: 100%;
}
}



/* ================================================
　loopslider ループスライダー
================================================ */

div.loopSlide ,
div.simply-scroll.simply-scroll-container ,
div.simply-scroll-clip ,
ul.simply-scroll-list {
}
.simply-scroll-container {
	position: relative;
}
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: 100%;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
.simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0;
	width: 168px;
	height: 100px;
}
.simply-scroll-list li {
	position: relative;
}
.simply-scroll-list li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	background: hsla(0,0%,0%,0.50);
	display: block;
	padding: .4em .8em;
	width: 168px;
	color: #fff;
	font-size: 10px;
	text-align: left;
}



/* ================================================
　イベント情報
================================================ */


/* SP版 */
@media screen and (max-width:767px) {
.event_no {
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event_title {
	background: hsla(0,0%,0%,0.60);
	border: 1px solid hsla(0,0%,100%,0.80);
	color: #fff;
	padding: 1em;
	line-height: 1.2;
	margin: 3em 1em;
	font-size: 18px;
}
.event_title:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 15px;
	background: url(common/img/arrow_w.png) no-repeat left bottom;
	background-size: 6px 10px;
}
.event_day ,
.event_text ,
.event_link ,
.event_live {
	display: none;
}
.event a.btn_obi {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
}


/* TB以上 */
@media screen and (min-width:768px) {
.event_box {
	position: relative;
	height: 400px;
	margin-bottom: 3em;
}
.event_no {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.no1 {
	left: 20%;
	top: 0;
	width: 30%;
	height: 400px;
}
.no2 {
	left: 50%;
	top: 0;
	width: 30%;
	height: 400px;
}
.no3 {
	left: 80%;
	top: 0;
	width: 20%;
	height: 150px;
}
.no4 {
	left: 80%;
	top: 150px;
	width: 20%;
	height: 250px;
}
.no5 {
	left: 0%;
	top: 0;
	width: 20%;
	height: 250px;
}
.no6 {
	left: 0%;
	top: 250px;
	width: 20%;
	height: 150px;
}
.event_no .event_title {
	background: hsla(0,0%,0%,0.60);
	border: 1px solid hsla(0,0%,100%,0.80);
	color: #fff;
	padding: 1em;
	line-height: 1.2;
	margin-left: 1em;
	margin-right: 1em;
	font-size: 18px;
}
.event_no .event_live {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.event_no .event_live img {
	width: 80px;
	height: 80px;
}
.event_no:hover {
	display: block;
	overflow: hidden;
}
.event_no:hover .event_title {
	background: none;
	width: auto;
	height: auto;
	position: static;
	padding: 0;
	border: none;
	opacity: 1.0;
	font-size: 24px;
	font-family: "ryo-gothic-plusn",sans-serif;
	margin: 0;
}
.event_day ,
.event_text ,
.event_link {
	display: none;
}
.event_no:hover .event_day ,
.event_no:hover .event_text ,
.event_no:hover .event_link {
	display: block;
	color: #fff;
	background: hsla(0,0%,0%,0.70);
}
.event_no:hover .event_title {
	background: hsla(0,0%,0%,0.70);
	padding: 2em 1em 0;
}
.event_no.no3:hover ,
.event_no.no4:hover ,
.event_no.no5:hover ,
.event_no.no6:hover {
	display: flex;
}
.event_no.no3:hover .event_title ,
.event_no.no4:hover .event_title ,
.event_no.no5:hover .event_title ,
.event_no.no6:hover .event_title {
	background: hsla(0,0%,0%,0.70);
	padding: 100em 1em;
	width: 1000px;
}
.event_no:hover .event_day {
	padding: 0 1em 1em;
}
.event_no:hover .event_text {
	text-align: left;
	text-align: justify;
	padding: 0 1em 1em;
}
.event_no:hover .event_link {
	padding-bottom: 100em;
}
.event_no:hover .event_link:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 15px;
	background: url(common/img/arrow_w.png) no-repeat left bottom;
	background-size: 6px 10px;
}
}



/* ================================================
　SNSコーナー
================================================ */
.sns {
}

/* SP版 */
@media screen and (max-width:767px) {
.sns {
}
}

/* TB以上 */
@media screen and (min-width:768px) {
.sns {
	padding-bottom: 0;
}
.sns .box_box_box {
	width: 46%;
	float: left;
	margin: 0 2%;
}
}






/* ================================================
　インスタグラム
================================================ */
#sample {
}
#sample ul {
	list-style: none;
}
#sample li {
	float: left;
	width: 9.90%;
	margin: 0 0.05% 2em;
}
#sample .instagram-image {
	width: 100%;
}
/* SP版 */
@media screen and (max-width:767px) {
#sample li {
	float: left;
	width: 19%;
	margin: 0 0.5% 1px;
}
}

#sample .instagram-data {
	float: right;
	width: 800px;
	display: none;
}
#sample .instagram-data .date {
}
#sample .instagram-like .like-user {
	float: left;
	margin-right: 20px;
	font-size: 11px;
}
#sample .instagram-comments {
	clear: both;
	padding-top: 10px;
}
#sample .instagram-comments .comments-user {
	overflow: hidden;
	margin-bottom: 10px;
}
#sample .instagram-comments .comments-user-icon {
	float: left;
	margin-right: 10px;
}




/* ================================================
　その他の情報コーナー
================================================ */

.etc {
	padding: 40px 0 60px;
	clear: both;
}
.etc .box_box {
	background: hsla(0,0%,0%,0.00);
}
.etc_anecco {
	font-size: 12px;
	text-align: left;
}
.etc_anecco img {
	width: 65%;
}
.etc_obi {
	background: #999;
	width: 70%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	padding: .2em 0;
	margin: .5em 0;
}
.etc_book {
	width: 25%;
	margin-left: 5%;
	float: right;
}
.etc_book img {
	width: 100%;
}
.etc ul {
	background: hsla(0,0%,0%,0.00);
}
.etc ul li {
	width: 32%;
	float: left;
	margin: 0 0 .5em 1%;
}
.etc ul img {
	width: 100%;
}

/* TB以上 */
@media screen and (min-width:768px) {
.etc_anecco {
	width: 30%;
	float: left;
}
.etc ul {
	width: 65%;
	float: right;
}
}
















