@charset "UTF-8";

/* *******************************************************************************************
* 
*	人気野菜の育て方
*
******************************************************************************************* */

/* -------------------------------------------------------------------------------------------
*
* 共通 
*
* ----------------------------------------------------------------------------------------- */

footer .js-back-to-top{
	z-index: 100;
}
.contents_header_inner{
	padding-bottom: 15px;
}
.contents_header_bread{
	margin-bottom: 0;
}
#cont .pc{ display: block;}
#cont .sp{ display: none;}
#cont br.pc{ display: inline-block;}
#cont br.sp{ display: none;}
#cont img{
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}
sup{
	position: relative;
	bottom: 1ex;
	height: 0;
	font-size: 60%;
	line-height: 1;
	vertical-align: baseline;
}
.popular,
.popular_detail{
	color: #000;
	min-width: 320px;
}
.transition{
	transition: all .4s ease;
}
.underline{
	text-decoration: underline;
}
@media screen and (min-width : 737px){
	.underline:hover{
		text-decoration: none;
	}
}
@media screen and (max-width: 736px) {
	#cont .pc{ display: none;}
	#cont .sp{ display: block;}
	#cont br.pc{ display: none;}
	#cont br.sp{ display: inline-block;}
	.contents_header_inner {
		padding-bottom: 0;
	}
}

/* ----------------------------- 監修 ----------------------------- */

.popular_supervision{
	background: #ebf4ef;
}
.popular_supervision .inner{
	margin: 0 auto;
	padding: 30px 0;
	width: 490px;
}
.supervision_clm{
	display: flex;
	align-items: center;
}
.supervision_clm_img{
	width: 168px;
}
.supervision_clm_img_holder{
	position: relative;
	width: 128px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 5;
}
.supervision_clm_info{
	width: 322px;
}
.supervision_clm_info_ttl{
	color: #618e76;
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.supervision_clm_info_txt{
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0;
}

@media screen and (max-width: 736px) {
	.popular_supervision .inner{
		padding: 24px 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.supervision_clm{
		justify-content: center;
	}
	.supervision_clm_img{
		width: 126px;
	}
	.supervision_clm_img_holder{
		width: 95px;
	}
	.supervision_clm_info{
		width: 162px;
	}
	.supervision_clm_info_ttl{
		margin-bottom: 2px;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0.06em;
	}
	.supervision_clm_info_txt{
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
	}
}

/* ----------------------------- こちらもチェック! ----------------------------- */

.popular_recommend{
	background: #fff;
}
.popular_recommend .inner{
	margin: 0 auto;
	padding: 40px 0 45px 0;
	width: 980px;
}
.recommend_ttl{
	margin-bottom: 28px;
	padding-left: 32px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url(../img/icon_sub.png) 0 center no-repeat;
	background-size: 20px auto;
}
.recommend_list{
	display: flex;
}
.recommend_list_item{
	margin-right: 58px;
	width: 201px;
}
.recommend_list_item:nth-child(4n){
	margin-right: 0;
}
.recommend_list_item a{
	position: relative;
	display: block;
	height: 100%;
}
.recommend_list_item_img{
	position: relative;
	margin-bottom: 15px;
	z-index: 10;
}
/* hover */
@media screen and (min-width : 737px){
	.recommend_list_item a:before{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
		border-radius: 32px;
		box-sizing: border-box;
		z-index: 5;
	}
	.recommend_list_item a:hover:before{
		transform: scale(1.2,1.05);
		background: #ebf4ef;
	}
}
.recommend_list_item_inner{
	position: relative;
	padding-bottom: 68px;
	height: calc(100% - 218px);
	box-sizing: border-box;
	z-index: 10;
}
.recommend_list_item_ttl{
	color: #618e76;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.06em;
}
.recommend_list_item_btn{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 120px;
}
.btn-more{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.06em;
	background: #97bea9;
	border-radius: 6px;
}

@media screen and (max-width: 736px) {
	.popular_recommend .inner{
		padding: 30px 16px 25px 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.recommend_ttl{
		margin-bottom: 20px;
		padding-left: 24px;
		font-size: 16px;
		line-height: 1;
		letter-spacing: 0.06em;
		background-size: 15px auto;
	}
	.recommend_list{
		display: block;
	}
	.recommend_list_item{
		position: relative;
		margin-right: 0;
		margin-bottom: 20px;
		padding-bottom: 25px;
		width: 100%;
	}
	.recommend_list_item:after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: url(../img/line_dot_x.png) 0 bottom repeat-x;
		background-size: 5px 1px;
	}
	.recommend_list_item:last-child{
		margin-bottom: 0;
	}
	.recommend_list_item:last-child:after{
		content: none;
	}
	.recommend_list_item a{
		display: flex;
		height: auto;
	}
	.recommend_list_item_img{
		margin-bottom: 0;
		margin-right: 16px;
		width: calc(50% - 8px);
	}
	.recommend_list_item_inner{
		padding-bottom: 0;
		width: calc(50% - 8px);
		height: auto;
	}
	.recommend_list_item_ttl{
		padding-top: 14px;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		letter-spacing: 0.06em;
	}
	.recommend_list_item_btn{
		bottom: 16px;
		right: auto;
		width: 100%;
		max-width: 136px;
	}
	.btn-more{
		font-size: 12px;
		line-height: 30px;
		letter-spacing: 0.06em;
		border-radius: 4px;
	}
}

/* -------------------------------------------------------------------------------------------
*
* TOP 
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- ビジュアル ----------------------------- */

.popular_visual{
	position: relative;
	padding-top: 77px;
	height: 437px;
	background: #e4f2ea url(../img/bg_visual.png) center bottom no-repeat;
	background-size: 1440px auto;
	box-sizing: border-box;
}
.popular_visual:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: url(../img/bg_visual_nami.png) center bottom repeat-x;
	z-index: 10;
}
.popular_visual .inner{
	margin: 0 auto;
	width: 980px;
}
.visual_ttl{
	margin: 0 auto 50px auto;
	width: 596px;
}
.visual_lead{
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.popular_visual{
		padding-top: 30px;
		height: 405px;
		background: #e4f2ea url(../img/bg_visual_sp.png) center bottom no-repeat;
		background-size: 461px auto;
	}
	.popular_visual:after{
		width: 100%;
		height: 7px;
		background: url(../img/bg_visual_nami_sp.png) 0 bottom repeat-x;
		background-size: 92px 7px;
	}
	.popular_visual .inner{
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.visual_ttl{
		margin-bottom: 29px;
		width: 224px;
	}
	.visual_lead{
		font-size: 14px;
		line-height: 26px;
		letter-spacing: 0.06em;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */

.popular_container{
	padding-bottom: 32px;
}
.popular_container .inner{
	margin: 0 auto;
	padding-top: 43px;
	width: 980px;
}
.popular_nav{
	display: flex;
	padding-top: 17px;
	margin-bottom: 60px;
}
.popular_nav li{
	display: block;
	width: 33.33%;
	height: 80px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.popular_nav li:last-child{
	border-right: 0;
}
.popular_nav li a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	text-align: center;
	background: #e4f2ea;
}
.popular_nav li:first-child a{
	border-radius: 40px 0 0 40px;
}
.popular_nav li:last-child a{
	border-radius: 0 40px 40px 0;
}
.popular_nav li a span{
	position: relative;
	display: block;
	padding-top: 21px;
	width: 100%;
	color: #618e76;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.popular_nav li a span:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
}
.popular_nav li a span.navItem-01:after{
	top: -34px;
	width: 63px;
	height: 42px;
	background: url(../img/illust_popular_nav_01.png) center 0 no-repeat;
	background-size: 63px auto;
}
.popular_nav li a span.navItem-02:after{
	top: -36px;
	width: 62px;
	height: 47px;
	background: url(../img/illust_popular_nav_02.png) center 0 no-repeat;
	background-size: 62px auto;
}
.popular_nav li a span.navItem-03:after{
	top: -37px;
	width: 50px;
	height: 47px;
	background: url(../img/illust_popular_nav_03.png) center 0 no-repeat;
	background-size: 50px auto;
}
/* hover */
@media screen and (min-width : 737px){
	.popular_nav li a{
		transition: all .2s ease;
	}
	.popular_nav li a:hover,
	.popular_nav li a.current{
		background: #97bea9;
	}
	.popular_nav li a span{
		transition: all .2s ease;
	}
	.popular_nav li a:hover span,
	.popular_nav li a.current span{
		color: #fff;
	}
	.popular_nav li a span:after{
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition: all .2s;
	}
	a:hover span.navItem-01:after,
	a:hover span.navItem-02:after,
	a:hover span.navItem-03:after{
		transform: translate(0, -3px);
	}
	a.current:hover span:after{
		transform: translate(0, 0);
	}
}
#popular_holder{
	display: none;
}
.popular_list{
	display: flex;
	flex-wrap: wrap;
}
.popular_list_item{
	margin-bottom: 30px;
	margin-right: 28px;
	width: 308px;
	overflow: hidden;
}
.popular_list_item:nth-child(3n){
	margin-right: 0;
}
.popular_list_item a{
	position: relative;
	display: block;
	padding: 28px;
	height: 100%;
	background: #fff;
	border: 4px solid #e4f2ea;
	border-radius: 32px;
	box-sizing: border-box;
}
.popular_list_item a:after{
	position: absolute;
	content: '';
	bottom: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	background: url(../img/icon_link.png) 0 0 no-repeat;
	background-size: 32px auto;
}
.popular_list_item_tag{
	display: flex;
	margin-bottom: 32px;
	width: 100%;
}
.popular_list_item_tag li{
	margin-right: 8px;
	width: 112px;
}
.popular_list_item_tag li:last-child{
	margin-right: 0;
}
.popular_list_item_tag li span{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	border-radius: 12px;
}
.popular_list_item_tag li span.tag-01{
	background: #e3a39e;
}
.popular_list_item_tag li span.tag-02{
	background: #91a0b8;
}
.popular_list_item_tag li span.tag-03{
	background: #f6b879;
}
.popular_list_item_tag li span.tag-04{
	background: #71a3c7;
}
.popular_list_item_img{
	position: relative;
	margin: 0 auto 21px auto;
	width: 200px;
	border-radius: 50%;
	z-index: 5;
	overflow: hidden;
}
.popular_list_item_name{
	margin-bottom: 20px;
	color: #618e76;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0;
}
.popular_list_item_name_copy{
	margin-bottom: 9px;
	color: #618e76;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}
.popular_list_item_name strong{
	color: #618e76;
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0;
}
.popular_list_item_info_section{
	padding: 17px 0 10px 0;
	background: url(../img/line_dot_x.png) 0 0 repeat-x;
	background-size: 5px 1px;
}
.popular_list_item_info_section:last-child{
	padding-bottom: 0;
}
.popular_list_item_info_section_ttl{
	margin-bottom: 7px;
	padding-left: 22px;
	color: #618e76;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url(../img/icon_sub.png) 0 center no-repeat;
	background-size: 16px auto;
}
.popular_list_item_info_section_txt{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0;
}

/* hover */
@media screen and (min-width : 737px){
	.popular_list_item a{
		transition: all .2s ease;
	}
	.popular_list_item a:hover{
		background: #ebf4ef;
	}
	.popular_list_item a:after{
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition: all .2s;
	}
	.popular_list_item a:hover:after{
		transform: translate(3px, 3px);
	}
	.popular_list_item_img{
		transition: all .2s ease;
	}
	a:hover .popular_list_item_img{
		opacity: .8;
	}
}
.zoomIn{
	animation: zoomIn .5s cubic-bezier(.175, .885, .32, 1.275);
	animation-fill-mode: both;
}
@keyframes zoomIn{
	from {
		transform: scale(.6,.6);
		opacity: 0;
	}
	to {
		transform: scale(1,1);
		opacity: 1;
	}
}

@media screen and (max-width: 736px) {
	.popular_container{
		padding-bottom: 24px;
	}
	.popular_container .inner{
		padding: 40px 16px 0 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.popular_nav{
		margin-bottom: 16px;
		padding-top: 0;
	}
	.popular_nav li{
		height: 94px;
	}
	.popular_nav li a{
		height: 94px;
	}
	.popular_nav li:first-child a{
		border-radius: 24px 0 0 24px;
	}
	.popular_nav li:nth-child(3) a{
		border-radius: 0 24px 24px 0;
	}
	.popular_nav li a span{
		padding-top: 48px;
		font-size: 13px;
		line-height: 1;
		letter-spacing: 0.06em;
	}
	.popular_nav li a span.navItem-01:after{
		top: 2px;
		width: 47px;
		height: 31px;
		background-size: 47px auto;
	}
	.popular_nav li a span.navItem-02:after{
		top: 0;
		width: 46px;
		height: 35px;
		background-size: 46px auto;
	}
	.popular_nav li a span.navItem-03:after{
		top: 0;
		width: 37px;
		height: 35px;
		background-size: 37px auto;
	}
	.popular_nav li a.current{
		background: #97bea9;
	}
	.popular_nav li a.current span{
		color: #fff;
	}
	.popular_list{
		display: block;
	}
	.popular_list_item{
		margin-bottom: 16px;
		margin-right: 0;
		width: 100%;
	}
	.popular_list_item a{
		padding: 15px;
		padding-bottom: 11px;
		height: auto;
		border: 3px solid #e4f2ea;
		border-radius: 24px;
	}
	.popular_list_item a:after{
		bottom: 12px;
		right: 12px;
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}
	.popular_list_item_tag{
		margin-bottom: 18px;
	}
	.popular_list_item_tag li{
		margin-right: 16px;
		width: calc(50% - 8px);
	}
	.popular_list_item_tag li:last-child{
		margin-right: 0;
	}
	.popular_list_item_clm{
		display: flex;
		align-items: center;
		margin-bottom: 18px;
	}
	.popular_list_item_img{
		margin-bottom: 0;
		width: 48%;
	}
	.popular_list_item_name{
		margin-bottom: 0;
		margin-right: -10px;
		padding-left: 14px;
		width: calc(52% + 10px);
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 0;
		box-sizing: border-box;
	}
	.popular_list_item_name_copy{
		margin-bottom: 6px;
		padding-right: 10px;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;
	}
	.popular_list_item_name strong{
		font-size: 20px;
		line-height: 28px;
	}
	.popular_list_item_info{
		width: 100%;
	}
	.popular_list_item_info_section{
		display: flex;
		padding: 9px 0 8px 0;
	}
	.popular_list_item_info_section_ttl{
		margin-bottom: 0;
		padding-left: 0;
		width: 60px;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.04em;
		background: none;
	}
	.popular_list_item_info_section_txt{
		width: calc(100% - 60px);
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;
	}
}

/* ----------------------------- ボトム ----------------------------- */

.popular_btm{
	position: relative;
	padding-top: 72px;
	height: 280px;
	text-align: center;
	background: #e4f2ea url(../img/bg_btm.png) center bottom no-repeat;
	background-size: 304px auto;
}
.popular_btm:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: url(../img/bg_btm_nami.png) center bottom repeat-x;
	z-index: 10;
}
.link-back{
	display: inline-block;
	padding-left: 30px;
	color: #618e76;
	font-size: 16px;
	line-height: 1;
	background: url(../img/icon_back.png) 0 center no-repeat;
	background-size: 16px auto;
}

@media screen and (max-width: 736px) {
	.popular_btm{
		padding-top: 40px;
		height: 200px;
		background-size: 228px auto;
	}
	.popular_btm:after{
		height: 10px;
		background: url(../img/bg_btm_nami_sp.png) center bottom repeat-x;
		background-size: 130px 10px;
	}
	.link-back{
		padding-left: 20px;
		font-size: 14px;
		line-height: 1;
		background: url(../img/icon_back.png) 0 2px no-repeat;
		background-size: 12px auto;
	}
}

/* -------------------------------------------------------------------------------------------
*
* 下層 
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- ビジュアル ----------------------------- */

.popular_detail_visual{
	position: relative;
	padding: 60px 0;
	min-height: 593px;
	background: #e4f2ea url(../img/bg_detail_visual.png) center bottom no-repeat;
	background-size: 1440px auto;
	box-sizing: border-box;
}
.popular_detail_visual:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: url(../img/bg_visual_nami.png) center bottom repeat-x;
	z-index: 10;
}
.popular_detail_visual .inner{
	position: relative;
	margin: 0 auto;
	width: 980px;
}
.detail_visual_info{
	padding-top: 13px;
	width: 540px;
}
.detail_visual_info_catch{
	margin-bottom: 20px;
	color: #618e76;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_visual_info_ttl{
	margin-bottom: 28px;
	color: #618e76;
	font-size: 52px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0;
	text-indent: -3px;
}
.detail_visual_info_ttl small{
	display: inline-block;
	padding-left: 5px;
	color: #618e76;
	font-size: 32px;
	line-height: 52px;
	letter-spacing: 0.06em;
	vertical-align: top;
}
.detail_visual_info_cat{
	display: inline-block;
	margin-bottom: 33px;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: #9bc7af;
	border-radius: 15px;
}
.detail_visual_info_lead{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_visual_info_txt{
	padding-right: 50px;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.detail_visual_img{
	position: absolute;
	top: 0;
	right: 0;
	width: 440px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 5;
}

@media screen and (max-width: 736px) {
	.popular_detail_visual{
		padding: 24px 0 85px 0;
		min-height: 0;
		text-align: center;
		background: #e4f2ea url(../img/bg_detail_visual_sp.png) center bottom no-repeat;
		background-size: 320px auto;
	}
	.popular_detail_visual:after{
		width: 100%;
		height: 10px;
		background: url(../img/bg_visual_detail_nami_sp.png) center bottom repeat-x;
		background-size: 130px 10px;
	}
	.popular_detail_visual .inner{
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.detail_visual_info{
		padding-top: 0;
		width: 100%;
	}
	.detail_visual_info_catch{
		margin-bottom: 2px;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 0.06em;
	}
	.detail_visual_info_ttl{
		margin-bottom: 6px;
		font-size: 39px;
		line-height: 45px;
		letter-spacing: 0;
		text-indent: 0;
	}
	.detail_visual_info_ttl small{
		display: block;
		padding-left: 0;
		font-size: 24px;
		line-height: 45px;
		letter-spacing: 0.06em;
	}
	.detail_visual_info_cat{
		margin-bottom: 30px;
		padding: 5px 17px;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.06em;
		border-radius: 15px;
	}
	.detail_visual_info_img{
		position: relative;
		margin: 0 auto 25px auto;
		width: 256px;
		border-radius: 50%;
		overflow: hidden;
		z-index: 5;
	}
	.detail_visual_info_lead{
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
		letter-spacing: 0.06em;
	}
	.detail_visual_info_txt{
		padding-right: 0;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		letter-spacing: 0.06em;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */

.popular_detail_container{
	padding: 60px 0 70px 0;
}
.popular_detail_container .inner{
	margin: 0 auto;
	width: 980px;
}
.detail_subTtl{
	margin-bottom: 16px;
	padding-left: 32px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url(../img/icon_sub.png) 0 4px no-repeat;
	background-size: 20px auto;
}

/* スケジュール */
.detail_schedule{
	margin-bottom: 40px;
}
.detail_schedule_clm{
	display: flex;
}
.detail_schedule_header{
	width: 260px;
}
.detail_schedule_body{
	width: 720px;
}
.detail_schedule_table{
	width: 100%;
	height: 100%;
	border-spacing: 0;
	border: 1px solid #cfe6d8;
	overflow: hidden;
}
.detail_schedule_header .detail_schedule_table{
	border-right: 0;
	border-radius: 32px 0 0 32px;
}
.detail_schedule_body .detail_schedule_table{
	border-radius: 0 32px 32px 0;
}
.detail_schedule_table th{
	width: 60px;
	height: 51px;
	color: #618e76;
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	background: #e4f2ea;
	border-right: 1px solid #cfe6d8;
	border-bottom: 1px solid #cfe6d8;
    box-sizing:border-box;
}
.detail_schedule_table th:last-child{
	border-right: 0;
	border-radius: 0 32px 0 0;/* for IE11 */
}
.detail_schedule_table th.label{
	padding: 0 20px;
	width: 260px;
	text-align: left;
	border-radius: 32px 0 0 0;/* for IE11 */
}
.detail_schedule_table td{
	height: 51px;
	color: #000;
	font-size: 16px;
	line-height: 32px;
	vertical-align: middle;
	border-right: 1px solid #cfe6d8;
	border-bottom: 1px solid #cfe6d8;
    box-sizing:border-box;
}
.detail_schedule_table td:last-child{
	border-right: 0;
}
.detail_schedule_table td.label{
	padding: 0 20px;
	text-align: left;
	background: #e4f2ea;
}
.detail_schedule_table tr:nth-child(odd) td{
	background: #f2f2f2;
}
.detail_schedule_table tr:nth-child(odd) td.label{
	background: #e4f2ea;
}
.detail_schedule_table tr:last-child td{
	border-bottom: 0;
}
.detail_schedule_table tr:last-child td.label{
	border-radius: 0 0 0 32px;/* for IE11 */
}
.detail_schedule_table tr:last-child td:last-child{
	border-radius: 0 0 32px 0;/* for IE11 */
}
.detail_schedule_header .detail_schedule_table tr:last-child td:last-child{
	border-radius: 0 0 0 32px;/* for IE11 */
}
.detail_schedule_table td .col3{
	display: flex;
	height: 100%;
}
.detail_schedule_table td .col3-half{
	height: 50%;
}
.detail_schedule_table td .col3 span{
	display: block;
	width: 33%;
}
.detail_schedule_table td .col3 span:last-child{
	width: 36%;
}
.detail_schedule_table td .col3 span.c1{
	background: #a3ccb6;
}
.detail_schedule_table td .col3 span.c2{
	background: #e3a39e;
}
.detail_schedule_table td .col3 span.c3{
	background: #98bed9;
}
.detail_schedule_table tr:last-child td:last-child .col3 span:last-child{
	border-radius: 0 0 32px 0;/* for IE11 */
}
.detail_schedule_option{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.detail_schedule_option_txt{
	width: 70%;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.06em;
}
.detail_schedule_option_label{
	display: flex;
	justify-content: flex-end;
	width: 30%;
}
.detail_schedule_option_label_item{
	position: relative;
	display: inline-block;
	padding-left: 38px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.06em;
}
.detail_schedule_option_label_item:first-child{
	padding-right: 20px;
}
.detail_schedule_option_label_item:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
}
.detail_schedule_option_label_item.label-c1:before{
	background: #a3ccb6;
}
.detail_schedule_option_label_item.label-c2:before{
	background: #e3a39e;
}
.detail_schedule_option_label_item.label-c3:before{
	background: #98bed9;
}

/* 概要 */
.detail_outline{
	margin-bottom: 80px;
}
.detail_outline_item{
	display: flex;
	border-bottom: 1px solid #e6e6e6;
}
.detail_outline_item:first-child{
	border-top: 1px solid #e6e6e6;
}
.detail_outline_item_label{
	padding: 12px 0;
	width: 180px;
	color: #618e76;
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_outline_item_data{
	padding: 12px 0;
	width: calc(100% - 180px);
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
}

/* 目次 */
.detail_menu{
	display: flex;
	margin-bottom: 80px;
	padding: 40px 0;
	background: #ebf4ef;
}
.detail_menu_label{
	width: 123px;
	color: #2b383f;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.06em;
	font-weight: 600;
	text-align: center;
	border-right: 1px solid #9bc7af;
	box-sizing: border-box;
}
.detail_menu_list{
	display: flex;
	flex-wrap: wrap;
	padding-left: 39px;
	width: calc(100% - 123px);
	box-sizing: border-box;
}
.detail_menu_list li{
	display: block;
	margin-bottom: 10px;
	width: 33%;
}
.detail_menu_list li:last-child,
.detail_menu_list li:nth-last-child(2),
.detail_menu_list li:nth-last-child(3){
	margin-bottom: 0;
}
.detail_menu_list li a{
	display: inline-block;
	padding-left: 39px;
	color: #618e76;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.07em;
	background: url(../img/icon_anchor.png) 0 5px no-repeat;
	background-size: 18px auto;
}

/* セクション */
.detail_section{
	position: relative;
	padding: 40px 0 80px 0;
}
.detail_section:last-child{
	padding-bottom: 0;
}
.detail_section:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #ebf4ef;
	border-radius: 2px;
	z-index: 5;
}
.detail_section:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 60px;
	height: 5px;
	background: #9bc7af;
	border-radius: 2px;
	z-index: 10;
}
.detail_section_ttl{
	margin-bottom: 44px;
	color: #618e76;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.detail_section_clm{
	display: flex;
}
.detail_section_clm + .detail_section_clm{
	margin-top: 40px;
}
.detail_section_clm_l{
	width: 500px;
}
.detail_section_clm_r{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 480px;
}
.detail_section_clm_item{
	margin-bottom: 14px;
}
.detail_section_clm_item:last-child{
	margin-bottom: 0;
}
.detail_section_clm_item_ttl{
	margin-bottom: 6px;
	padding-left: 32px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url(../img/icon_sub.png) 0 4px no-repeat;
	background-size: 20px auto;
}
.detail_section_clm_item_txt{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
}
.detail_section_clm_item_txt li{
	display: block;
	margin-left: 1.5em;
	margin-bottom: 10px;
	color: #000;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.06em;
	text-indent: -1.5em;
}
.detail_section_clm_item_txt li:last-child{
	margin-bottom: 0;
}
.detail_section_clm_item_reference{
	padding: 30px 0 26px 0;
}
.detail_section_clm_item_reference_inner{
	padding: 22px 30px;
	background: #ebf4ef;
}
.detail_section_clm_item_reference_ttl{
	color: #618e76;
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_section_clm_item_reference a{
	display: inline-block;
	padding-left: 19px;
	color: #618e76;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.06em;
	background: url(../img/icon_link_s.png) 0 11px no-repeat;
	background-size: 6px auto;
}
.detail_section_clm_img{
	margin-left: 40px;
	margin-bottom: 40px;
	width: 195px;
}
.detail_section_clm_img:last-child,
.detail_section_clm_img:nth-last-child(2){
	margin-bottom: 0;
}
.detail_section_clm_img_holder{
	margin-bottom: 17px;
	border: 1px solid #e6e6e6;
}
.detail_section_clm_img_caption{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.06em;
}
.detail_section_clm_point{
	margin-top: 30px;
	padding: 30px;
	padding-bottom: 20px;
	background: #ebf4ef;
}
.detail_section_clm_point_ttl{
	margin-bottom: 10px;
	width: 44px;
	line-height: 1;
}
.detail_section_clm_point_txt{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
}
.detail_section_clm_box{
	margin-top: 30px;
}
.detail_section_info{
	margin-top: 40px;
	padding: 20px 30px;
	border: 1px solid #cfe6d8;
}
.detail_section_info_ttl{
	color: #618e76;
	font-size: 16px;
	line-height: 36px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.detail_section_info_txt{
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
}
.detail_section_info_option{
	margin-top: 20px;
	padding-top: 20px;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
	background: url(../img/line_dot_x.png) 0 0 repeat-x;
	background-size: 5px 1px;
}
.detail_section_info_option strong{
	color: #618e76;
	font-weight: 600;
}
.detail_section_item{
	margin-bottom: 40px;
}
.detail_section_item:last-child{
	margin-bottom: 0;
}
.detail_section_item_ttl{
	margin-bottom: 16px;
	padding-left: 32px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 0.06em;
	background: url(../img/icon_sub.png) 0 4px no-repeat;
	background-size: 20px auto;
}
.detail_section_item_table{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	border-spacing: 0;
	border: 1px solid #e6e6e6;
}
.detail_section_item_table th{
	padding: 9px 20px;
	width: 62%;
	color: #000;
	font-weight: 600;
	text-align: left;
	vertical-align: middle;
	background: #f2f2f2;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
    box-sizing:border-box;
}
.detail_section_item_table th:first-child{
	width: 38%;
}
.detail_section_item_table th:last-child{
	border-right: 0;
}
.detail_section_item_table td{
	padding: 9px 20px;
	color: #000;
	vertical-align: middle;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
    box-sizing:border-box;
}
.detail_section_item_table td:last-child{
	border-right: 0;
}
.detail_section_item_table tr:last-child th,
.detail_section_item_table tr:last-child td{
	border-bottom: 0;
}

/* ボトム */
.detail_btm{
	padding-top: 40px;
}

@media screen and (max-width: 736px) {
	.popular_detail_container{
		padding: 40px 0;
	}
	.popular_detail_container .inner{
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.popular_detail_container .inner-spFull{
		padding: 0;
	}
	.detail_subTtl{
		margin-bottom: 11px;
		padding: 0 16px 0 40px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
		background: url(../img/icon_sub.png) 16px 4px no-repeat;
		background-size: 15px auto;
	}

	/* スケジュール */
	.detail_schedule{
		margin-bottom: 26px;
	}
	.detail_schedule_holder{
		position: relative;
	}
	.detail_schedule_scroll{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 94px;
		transform: translate(-50%,-50%);
		pointer-events: none;
		z-index: 15;
	}
	.detail_schedule_clm{
		display: block;
		overflow-x: auto;
	}
	.detail_schedule_header{
		position: absolute;
		top: 0;
		left: 0;
		width: 120px;
		z-index: 10;
	}
	.detail_schedule_body{
		margin-left: 120px;
		width: 540px;
	}
	.detail_schedule_header .detail_schedule_table{
		border-left: 0;
		border-right: 1px solid #cfe6d8;
		border-radius: 0;
	}
	.detail_schedule_body .detail_schedule_table{
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}
	.detail_schedule_table th{
		width: 45px;
		height: 37px;
		font-size: 14px;
		line-height: 20px;
	}
	.detail_schedule_table th:last-child{
		border-radius: 0;
	}
	.detail_schedule_table th.label{
		padding: 0 8px 0 16px;
		width: 120px;
		border-radius: 0;
	}
	.detail_schedule_table td{
		height: 57px;
		font-size: 14px;
		line-height: 20px;
	}
	.detail_schedule_table td.label{
		padding: 0 8px 0 16px;
	}
	.detail_schedule_table tr:last-child td.label{
		border-radius: 0;
	}
	.detail_schedule_table tr:last-child td:last-child{
		border-radius: 0;
	}
	.detail_schedule_header .detail_schedule_table tr:last-child td:last-child{
		border-radius: 0;
	}
	.detail_schedule_table tr:last-child td:last-child .col3 span:last-child{
		border-radius: 0;
	}
	.detail_schedule_option{
		display: block;
		margin-top: 15px;
	}
	.detail_schedule_option_txt{
		margin-top: 11px;
		padding: 0 16px;
		width: 100%;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.06em;
		box-sizing: border-box;
	}
	.detail_schedule_option_label{
		justify-content: flex-start;
		padding: 0 16px;
		width: 100%;
		box-sizing: border-box;
	}
	.detail_schedule_option_label_item{
		padding-left: 29px;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0.06em;
	}
	.detail_schedule_option_label_item:first-child{
		padding-right: 18px;
	}
	.detail_schedule_option_label_item:before{
		width: 18px;
		height: 18px;
	}

	/* 概要 */
	.detail_outline{
		margin-bottom: 40px;
	}
	.detail_outline_item_label{
		padding: 10px 0;
		width: 38%;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_outline_item_data{
		padding: 10px 0;
		width: 62%;
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}

	/* 目次 */
	.detail_menu{
		display: block;
		margin-bottom: 40px;
		padding: 20px;
		padding-top: 16px;
	}
	.detail_menu_label{
		margin-bottom: 10px;
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
		text-align: left;
		border-right: 0;
	}
	.detail_menu_list{
		padding-left: 0;
		width: 100%;
	}
	.detail_menu_list li{
		margin-bottom: 10px;
		width: 50%;
	}
	.detail_menu_list li:nth-last-child(3){
		margin-bottom: 10px;
	}
	.detail_menu_list li:last-child,
	.detail_menu_list li:nth-last-child(2){
		margin-bottom: 0;
	}
	.detail_menu_list li a{
		padding-left: 26px;
		font-size: 13px;
		line-height: 14px;
		letter-spacing: 0.07em;
		background: url(../img/icon_anchor.png) 0 0 no-repeat;
		background-size: 14px auto;
	}

	/* セクション */
	.detail_section{
		padding: 25px 0 40px 0;
	}
	.detail_section:last-child{
		padding-bottom: 0;
	}
	.detail_section:before{
		height: 4px;
	}
	.detail_section:after{
		width: 45px;
		height: 4px;
	}
	.detail_section_ttl{
		margin-bottom: 24px;
		font-size: 21px;
		line-height: 30px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm{
		display: block;
	}
	.detail_section_clm + .detail_section_clm{
		margin-top: 30px;
	}
	.detail_section_clm_l{
		width: 100%;
	}
	.detail_section_clm_r{
		justify-content: flex-start;
		margin-top: 30px;
		width: 100%;
	}
	.detail_section_clm_item{
		margin-bottom: 20px;
	}
	.detail_section_clm_item:last-child{
		margin-bottom: 0;
	}
	.detail_section_clm_item_ttl{
		margin-bottom: 11px;
		padding-left: 24px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
		background-size: 15px auto;
	}
	.detail_section_clm_item_txt{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_item_txt li{
		margin-left: 1.5em;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
		text-indent: -1.5em;
	}
	.detail_section_clm_item_txt li:last-child{
		margin-bottom: 0;
	}
	.detail_section_clm_item_reference{
		padding: 10px 0 6px 0;
	}
	.detail_section_clm_item_reference_inner{
		padding: 15px;
	}
	.detail_section_clm_item_reference_ttl{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_item_reference a{
		padding-left: 14px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
		background: url(../img/icon_link_s.png) 0 9px no-repeat;
		background-size: 4px auto;
	}
	.detail_section_clm_img{
		margin-left: 0;
		margin-right: 16px;
		margin-bottom: 20px;
		width: calc(50% - 8px);
	}
	.detail_section_clm_img:nth-child(2n){
		margin-right: 0;
	}
	.detail_section_clm_img:last-child,
	.detail_section_clm_img:nth-last-child(2){
		margin-bottom: 0;
	}
	.detail_section_clm_img_holder{
		margin-bottom: 11px;
	}
	.detail_section_clm_img_caption{
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_point{
		margin-top: 26px;
		padding: 20px 16px;
		padding-bottom: 15px;
	}
	.detail_section_clm_point_ttl{
		margin-bottom: 10px;
		width: 39px;
	}
	.detail_section_clm_point_txt{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_clm_box{
		margin-top: 26px;
	}
	.detail_section_info{
		margin-top: 30px;
		padding: 20px 16px;
	}
	.detail_section_info_ttl{
		margin-bottom: 2px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_info_txt{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_info_option{
		margin-top: 10px;
		padding-top: 10px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.06em;
	}
	.detail_section_item{
		margin-bottom: 30px;
	}
	.detail_section_item:last-child{
		margin-bottom: 0;
	}
	.detail_section_item_ttl{
		margin-bottom: 11px;
		padding-left: 24px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.06em;
		background-size: 15px auto;
	}
	.detail_section_item_table{
		font-size: 14px;
		line-height: 24px;
	}
	.detail_section_item_table th{
		padding: 6px 16px;
		width: 50%;
		font-weight: 300;
	}
	.detail_section_item_table th:first-child{
		width: 50%;
	}
	.detail_section_item_table td{
		padding: 6px 16px;
	}

	/* ボトム */
	.detail_btm{
		padding-top: 30px;
	}
}













