@charset "utf-8";

#mianImgWrap {
	height: 361px;
	background: url(../../img/kodawari/pic_main.jpg) no-repeat 50% 0;
	background-size: cover;
}

/* ----------------------------------------- */

/* MAIN SLIDER
----------------------------------------------------------- */
#mainSlider {
	height: auto;
}
#mainSlider::before {
	content: "";
	display: block;
	padding-top: 50.4666667%;
}
#mainSlider .slides {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#mainSlider .slides li {
	height: 100%;
}
#mainSlider .slides li#ms01 {
	background: url(../../img/kodawari/pic_mainslide01.jpg) no-repeat 50% 100%;
	background-size: contain;
}
#mainSlider .slides li#ms02 {
	background: url(../../img/kodawari/pic_mainslide02.jpg) no-repeat 50% 100%;
	background-size: contain;
}
#mainSlider .slides li#ms03 {
	background: url(../../img/kodawari/pic_mainslide03.jpg) no-repeat 50% 100%;
	background-size: contain;
}
#mainSlider .slides li#ms04 {
	background: url(../../img/kodawari/pic_mainslide04.jpg) no-repeat 50% 100%;
	background-size: contain;
}
#mainSlider .flex-control-thumbs {
	z-index: 2;
}
@media (min-width:1500px) {
	#mainSlider {
		height: 757px;
	}
	#mainSlider .slides li {
		height: 757px;
		background-size: cover !important;
	}
}

/* ----------------------------------------- */

.boxWrapTop {
	margin-bottom: 70px;
}

#kodawariPhotoList {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

#kodawariPhotoList li {
	float: left;
	width: 318px !important;
	height: 231px !important;
}

.bnrWrap {
	margin-bottom: 60px;
}


/* ex Box */

.boxStl01 .innBox {
	background: #c3996d;
	width: 500px;
	height: 333px;
	padding: 40px;
	box-sizing: border-box;
	font-size: 130%;
}

.boxStl01 innBox.exStl {
	padding: 20px ;
}

.boxStl01 dl {
	height: 333px;
}

.boxStl01 dl dt {
	margin-bottom: 4px;
	font-size: 130%;
	font-weight: 700;
	line-height: 1.5;
}

.boxStl01 dl dd {
	margin-bottom: 12px;
}


/* 地産地消の朝食 */

.ingredient-box-outer {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-bottom: 70px;
	margin-left: -10px;
}
.ingredient-box {
	box-sizing: border-box;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-right: 10px;
	padding-left: 10px;
}
.ingredient-box-inner {
	margin-bottom: 20px;
}
.ingredient-box img {
	max-width: 100%;
	height: auto;
}
.ingredient-box h4 {
	margin-top: 8px;
	font-size: 190%;
}
.ingredient-box dl {
	display: flex;
	flex-wrap: wrap;
	padding-top: 4px;
	padding-bottom: 4px;
}
.ingredient-box dt,
.ingredient-box dd {
	font-size: 120%;
	font-weight: 400;
}
.ingredient-box dt {
	width: 3em;
}
.ingredient-box dt::after {
	content: "：";
}
.ingredient-box dd {
	width: calc( 100% - 4em );
}

.ingredient-box p {
	font-size: 120%;
}

/* 食材用スライダースタイル */
.ingredient-slider {
	position: relative;
}
.ingredient-slider .flex-active-slide {
	position: relative;
}
.ingredient-slider .flex-direction-nav {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.ingredient-slider .flex-direction-nav li {
	width: 40px;
	height: 100%;
	overflow: hidden;
}
.ingredient-slider .flex-direction-nav a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.ingredient-slider:hover .flex-direction-nav a {
	opacity: 1;
}
.ingredient-slider .flex-direction-nav a.flex-prev {
	background: linear-gradient(to bottom, #FFC778, transparent);
	background-image: url(../../img/common/btn_kv_prev.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 30px;
}
.ingredient-slider .flex-direction-nav a.flex-next {
	background-image: url(../../img/common/btn_kv_next.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 30px;
}
.ingredient-slider .flex-caption {
	position: absolute;
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
	z-index: 100;
}
