@charset "UTF-8";
/* ********************************************************************** */
/* For Breakfast Page */
/* ********************************************************************** */

#RthCustomizeW .page_breakfast .main_contents{
	background: #fff;
	padding-bottom: 140px;
}
#RthCustomizeW .page_breakfast .ch3 .jp{
	font-size: 30px;
	line-height: 1.75;
}

/* ---------------------------------------------------------------------- */
/* breakfast_start & breakfast_place */
#RthCustomizeW #breakfast_start,
#RthCustomizeW #breakfast_place{
	padding: 100px 0;
	position: relative;
}
#RthCustomizeW #breakfast_start .background,
#RthCustomizeW #breakfast_place .background{
	background: url(../images/start_bg.jpg) no-repeat center top;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#RthCustomizeW #breakfast_place .background{
	background-image: url(../images/place_bg.jpg);
}
#RthCustomizeW #breakfast_start .w1100,
#RthCustomizeW #breakfast_place .w1100{
	background: rgba(255, 255, 255, 0.9);
	padding: 50px;
	position: relative;
	width: 850px;
	z-index: 2;
}
#RthCustomizeW #breakfast_place .ch3{
	margin-bottom: 0;
}
#RthCustomizeW #breakfast_start .photo{
	border-radius: 10px;
	height: 450px;
	max-width: 900px;
	margin: 50px auto 0;
	overflow: hidden;
}
#RthCustomizeW #breakfast_start .text,
#RthCustomizeW #breakfast_place .text{
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.84;
	margin-top: 50px;
}
#RthCustomizeW #breakfast_place .text{
	margin-top: 30px;
}
#RthCustomizeW #breakfast_place .detail{
	font-size: 20px;
	margin: 50px auto 0;
}
#RthCustomizeW #breakfast_place .detail th,
#RthCustomizeW #breakfast_place .detail td{
	font-weight: normal;
	text-align: left;
}
#RthCustomizeW #breakfast_place .detail th{
	width: 165px;
}

/* ---------------------------------------------------------------------- */
/* breakfast_health */
#RthCustomizeW #breakfast_health{
	padding: 100px 0;
	position: relative;
}
#RthCustomizeW #breakfast_health .text{
	font-size: 20px;
}
#RthCustomizeW #breakfast_health .health_items{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding: 0 25px;
}
#RthCustomizeW #breakfast_health .health_items li{
	width: 280px;
}
#RthCustomizeW #breakfast_health .health_items .photo{
	height: 280px;
	width: 280px;
}
#RthCustomizeW #breakfast_health .health_items .comment{
	font-size: 24px;
	margin-top: 25px;
}

/* ---------------------------------------------------------------------- */
/* breakfast_scroll */
#RthCustomizeW #breakfast_scroll{
	padding-bottom: 100px;
}
