/* ページヘッダ */
#pagehead.ph_breakfast{
	background-image:url("../images/breakfast/pagehead.jpg");
	background-position:right center;
}

.breakfast_wrap,
.breakfast_wrap_b{
	padding:30px 0;
}


.breakfast_wrap .container{
	display:flex;
	justify-content:flex-end;
	position: relative;
}

.breakfast_wrap_b{
	background:#fff;
}
.breakfast_wrap_b .container{
	display:flex;
	justify-content:flex-start;
	position: relative;
}

@media only screen and (max-width: 767px){
	.breakfast_wrap .container{
		flex-direction: column;
	}
	.breakfast_wrap_b .container{
		flex-direction: column-reverse;
	}
}
.breakfast_img{
	width:50%;
	margin-bottom:0px;
}

.breakfast_txt{
	width:50%;
	padding:30px;
}
.breakfast_wrap,
.breakfast_wrap_b{
	position: relative;
}
.breakfast_wrap.mt,
.breakfast_wrap_b.mt{
	margin-top:60px;
}
.breakfast_wrap.mt2,
.breakfast_wrap_b.mt2{
	margin-top:120px;
}
.breakfast_txt{
	/*margin-right:100px;*/
	padding-bottom:50px;
}
.background_fff{
	position: absolute;
	top: 80px;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.breakfast_txt h2{
	font-size:24px;
	color:#A58638;
	margin-bottom:50px;
	padding-bottom:50px;
	line-height:1.5em;

	border-bottom:1px solid #A58638;

}
.breakfast_txt h2 span{
	font-size:80%;
}
.breakfast_txt h3{
	font-size:16px;
	color:#A58638;
	margin-top:50px;
	margin-bottom:50px;
	line-height:1.5em;
}
.breakfast_txt p{
	line-height:2em;
	margin-bottom:44px;
}

.breakfast_txt ul{
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0 0 30px 0;         /* デフォルト指定上書き */
    padding: 0 0 0 10px;         /* デフォルト指定上書き */
}

.breakfast_txt ul li{
	padding-top:6px;
	padding-bottom:6px;
}

.breakfast_txt ul li:before {
    content:  "";     /* 空の要素作成 */
    width:  6px;               /* 幅指定 */
    height:  6px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #A58638;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: -1px;                  /* 位置調整 */
    margin-right: 10px;          /* 余白指定 */
}


@media only screen and (min-width: 768px) and (max-width: 1280px) {

	.breakfast_txt{
		width:50%;
	}
	.breakfast_img{
		width:50%;
		margin-bottom:60px;
	}

	.breakfast_txt{
		/*margin-right:40px;*/
		padding-bottom:30px;
	}

	.background_fff{
		top: 80px;
		width: 100%;
	}

	.breakfast_txt h3{
		font-size:16px;
		margin-bottom:30px;
		line-height:1.4em;
	}
}

@media screen and (max-width: 767px) {

	.breakfast_wrap.mt,
	.breakfast_wrap_b.mt{
		margin-top:20px;
	}
	.breakfast_wrap.mt2,
	.breakfast_wrap_b.mt2{
		margin-top:20px;
	}

	h2.ttl_breakfast_sp{
		text-align:center;
		font-size:20px;
		color:#A58638;
		margin-bottom:15px;
		line-height:1.5em;
		background:#fff;
		padding:16px 0;
	}
	h2.ttl_breakfast_sp span{
		font-size:80%;
	}


	.breakfast_wrap .container,
	.breakfast_wrap_b .container{
		/*display: block;*/
	}
	.breakfast_txt{
		width:100%;
		padding:40px 20px 40px !important;
	}

	.background_fff{
		display:none;
	}

	.breakfast_img{
		width:100%;
		margin-bottom:20px;
	}

	.breakfast_img img{
		width:80%;
	}

	.breakfast_txt h2{
		font-size:20px;
		margin-bottom:30px;
		padding-bottom:30px;
	}

	.breakfast_txt h3{
		margin-top:0;
		font-size:16px;
		margin-bottom:30px;
	}

	.rsv_btn_area{
		text-align:center;
	}
	.rsv_btn_area a{
		margin-left:auto;
		margin-right:auto;
	}
}

.breakfast_img_slick1 img,
.breakfast_img_slick2 img,
.breakfast_img_slick3 img,
.breakfast_img_slick4 img{
	width:100%;
}

.breakfast_img_slick_nav1,
.breakfast_img_slick_nav2,
.breakfast_img_slick_nav3,
.breakfast_img_slick_nav4{
	margin-top:4px;
	box-sizing: border-box;
}

.breakfast_img_slick_nav1 div,
.breakfast_img_slick_nav2 div,
.breakfast_img_slick_nav3 div,
.breakfast_img_slick_nav4 div{
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.breakfast_img_slick_nav1 div img,
.breakfast_img_slick_nav2 div img,
.breakfast_img_slick_nav3 div img,
.breakfast_img_slick_nav4 div img{
	width:96%;
	margin:3px auto;
  box-sizing: border-box;
}

.slick-list.draggable{
}




.breakfast_txt dl{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	font-size:14px;
	margin-bottom:30px;
	padding-left:6px;
	border-left:1px solid #A58638;
}
.breakfast_txt dt{
  width: 100px;
	padding:6px;
}
.breakfast_txt dd{
  width: calc(100% - 100px) ;
	padding:6px;
}


.gallery1 img {
  max-width: 100%;
  vertical-align: top;
}

.gallery1 {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 310px;

}

.gallery__img1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb1 {
  padding-top: 6px;
  margin: 6px;
  display: block;
}
.gallery__selector1 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector1:checked + .gallery__img1 {
  opacity: 1;
}
.gallery__selector1:checked ~ .gallery__thumb1 > img {
  box-shadow: 0 0 0 3px #A58638;
}


.gallery2 img {
  max-width: 100%;
  vertical-align: top;
}

.gallery2 {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 310px;

}

.gallery__img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb2 {
  padding-top: 6px;
  margin: 6px;
  display: block;
}
.gallery__selector2 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector2:checked + .gallery__img2 {
  opacity: 1;
}
.gallery__selector2:checked ~ .gallery__thumb2 > img {
  box-shadow: 0 0 0 3px #A58638;
}


.gallery3 img {
  max-width: 100%;
  vertical-align: top;
}

.gallery3 {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 310px;

}

.gallery__img3 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb3 {
  padding-top: 6px;
  margin: 6px;
  display: block;
}
.gallery__selector3 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector3:checked + .gallery__img3 {
  opacity: 1;
}
.gallery__selector3:checked ~ .gallery__thumb3 > img {
  box-shadow: 0 0 0 3px #A58638;
}


.gallery4 img {
  max-width: 100%;
  vertical-align: top;
}

.gallery4 {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 310px;

}

.gallery__img4 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb4 {
  padding-top: 6px;
  margin: 6px;
  display: block;
}
.gallery__selector4 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector4:checked + .gallery__img4 {
  opacity: 1;
}
.gallery__selector4:checked ~ .gallery__thumb4 > img {
  box-shadow: 0 0 0 3px #A58638;
}
