@charset "utf-8";

/* izu-guidebook detail common -------------------------------------------------------------------*/
[data-directory-first="izu-guidebook"][data-directory-second="points"] .breadcrumb ul li,
[data-directory-first="izu-guidebook"][data-directory-second="points"] .breadcrumb ul li a,
[data-directory-first="izu-guidebook"][data-directory-second="points"] .breadcrumb ul li:after,
[data-directory-first="izu-guidebook"][data-directory-second="points"] .breadcrumb ul li:last-of-type {
	color: #fff;
}
[data-directory-first="izu-guidebook"][data-directory-second="points"] .page_headLine_v1::before {
	background-image: url(../images/guidebook/common/guidebook_headline_01.jpg);
}
[data-directory-first="izu-guidebook"][data-directory-second="points"] .page_headLine_v1 .page_headLine_title {
	padding-bottom: 0;
}
[data-directory-first="izu-guidebook"][data-directory-second="points"] + #footer {
	border-top: 1px solid #DDDDDD;
}

@media screen and (max-width: 640px) {
	[data-directory-first="izu-guidebook"][data-directory-second="points"] .breadcrumb ul {
		line-height: 1.35;
	}
	[data-directory-first="izu-guidebook"][data-directory-second="points"] .page_headLine_v1 {
		height: 152px;
	}
	[data-directory-first="izu-guidebook"][data-directory-second="points"] .page_headLine_v1::before {
		background-image: url(../images/guidebook/common/guidebook_headline_01-sp.jpg);
	}
	[data-directory-first="izu-guidebook"][data-directory-second="points"] .page_headLine_v1 .page_headLine_title {
	}
	[data-directory-first="izu-guidebook"][data-directory-second="points"] + #footer {
		border-top: none;
	}
}


/* @group #article */
#article {
	overflow: hidden;
}
#article > .container {
	padding-bottom: 0;
}
@media screen and (max-width: 640px) {
	#article > .container {
		display: flex;
		padding-top: 30px;
		flex-direction: column-reverse;
	}
}

/* @group #subnav */
#subnav {
	float: left;
	width: 222px;
	border: 1px solid #e8ebeb;
}

#subnav ul {
	margin: 10px 0;
}

#subnav ul li {
	background: url(../images/common/icon-arrow-link-reverse.png) 182px center no-repeat #f5f5f5;
	background-size: 18px;
}

#subnav ul li:hover {
	background-color: #ffffff;
}

#subnav ul li.current {
	background-color: #ffffff;
	background-image: url(../images/common/icon-arrow-link.svg);
	border-left: 4px solid #203b39;
}

#subnav ul li:first-of-type a {
	border-top: 1px solid #eeeeee;
}

#subnav ul li a {
	display: block;
	margin-left: 17px;
	margin-right: 17px;
	padding: 10px 0;
	padding-right: 24px;
	border-bottom: 1px solid #eeeeee;
}

#subnav ul li a:hover {
	opacity: 1;
	font-weight: bold;
}

#subnav ul li.current a {
	border-bottom: none;
}

@media screen and (max-width: 640px) {
	#subnav {
		float: none;
		width: auto;
		margin: 10px -20px 0;
		border-left: none;
		border-right: none;
	}
	
	#subnav ul {
		margin: 0;
	}
	
	#subnav ul li {
		background: none;
	}
	
	#subnav ul li:hover {
	}
	
	#subnav ul li.current {
		background-image: none;
		background-color: #203b39;
		border-left: none;
	}
	
	#subnav ul li.current a {
		color: #fff;
	}
	
	#subnav ul li:first-of-type a {
		border-top: none;
	}

	#subnav ul li:last-child a {
		border-bottom: none;
	}
	
	#subnav ul li a {
		position: relative;
		display: block;
		margin-left: 0;
		margin-right: 0;
		padding: 16px 17px;
		padding-right: 50px;
		font-size: 14px;
		border-bottom: 1px solid #eeeeee;
	}

	#subnav ul li a::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-image: url(../images/common/icon-arrow-link.svg);
	background-size: 100% auto;
}
#subnav ul li.current a::after {
background-image: url(../images/common/icon-arrow-link-w.svg);
}
	
	#subnav ul li a:hover {
		opacity: 1;
		font-weight: bold;
	}
	
	#subnav ul li.current a {
		border-bottom: none;
	}
}

/* @group #subnav + #content */

#subnav + #content {
	float: right;
	width: 894px;
}

#subnav + #content > *:last-child {
	margin-bottom: 0;
}

#subnav + #content h3 {
	margin-bottom: 50px;
	padding: 20px;
	background: url(../images/guidebook/devise/kodate/title-decorate.png) 764px 26px no-repeat #94bc69;
	border-radius: 8px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

#subnav + #content h3 > .article_sub {
	display: none;
}

#subnav + #content > section {
	margin: 0 20px;
	border-top: 2px solid #ecf4f2;
}

#subnav + #content > section h4 {
	margin-bottom: 50px;
	padding-top: 50px;
	padding-left: 60px;
	background: url(../images/guidebook/devise/kodate/content-heading-bg.png) 0 20px no-repeat;
	color: #333333;
	font-size: 24px;
}

#subnav + #content > section p {
	margin-bottom: 50px;
	line-height: 210%;
}

#subnav + #content > section p + p {
	margin-top: -30px;
}

#subnav + #content > section ul {
	margin-top: -30px;
	margin-bottom: 50px;
	padding: 20px;
	padding-left: 50px;
	background-color: #dfebd2;
	border-radius: 8px;
	list-style-type: decimal;
}

#subnav + #content > section ul li {
	margin-bottom: 10px;
}

#subnav + #content > section ul li:last-of-type {
	margin-bottom: 0;
	color: #0b0b0b;
}

#subnav + #content > section .image {
	margin-bottom: 50px;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#subnav + #content {
		float: none;
		width: 100%;
	}
	
	#subnav + #content > *:last-child {
		margin-bottom: 0;
	}
	
	#subnav + #content h3 {
		margin-bottom: 10px;
		padding: 0 0 28px;
		background: none;
		border-radius: 0;
		color: #203A39;
		font-size: 21px;
		font-weight: bold;
		border-bottom: 2px solid #94bc69;
	}

	#subnav + #content h3 > .article_sub {
		display: block;
		margin-bottom: 18px;
		color: #94bc69;
		font-size: 14px;
		font-weight: normal;
		font-family: 'Oswald', sans-serif;
		line-height: 1;
	}
	
	#subnav + #content > section {
		margin: 0;
		/* border-top: 2px solid #ecf4f2; */
		border-top: none;
	}
	
	#subnav + #content > section h4 {
		margin-bottom: 25px;
		padding-top: 25px;
		padding-left: 30px;
		background: url(../images/guidebook/devise/kodate/content-heading-bg.png) 0 20px no-repeat;
		background-size: 39px auto;
		color: #333333;
		font-size: 18px;
	}
	
	#subnav + #content > section p {
		margin: 0 0 25px;
		font-size: 15px;
		line-height: 2;
	}
	
	#subnav + #content > section p br {
		display: none;
	}
	
	#subnav + #content > section p + p {
		margin-top: 0;
	}
	
	#subnav + #content > section ul {
		margin-top: 0;
		margin-bottom: 25px;
		padding: 30px;
		padding-left: 35px;
		background-color: #dfebd2;
		border-radius: 8px;
		list-style-type: decimal;
	}
	
	#subnav + #content > section ul li {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 1.5;
	}
	
	#subnav + #content > section ul li:last-of-type {
		margin-bottom: 0;
		color: #0b0b0b;
	}
	
	#subnav + #content > section .image {
		margin-bottom: 25px;
		text-align: center;
	}
}

/* aguije edit */
.col_1 img { width: 854px !important;}
.col_2 img { width: 416px !important;}
.col_3 img { width: 270px !important;}

.image img {
	float: left;
	margin-right : 22px;
}

.image > img:last-child {
/*	float: left;
*/	margin-right : 0 !important;
}

@media screen and (max-width: 640px) {
	.col_1 img { width: 100% !important;}
	.col_2 img { width: 100% !important;}
	.col_3 img { width: 100% !important;}
	
	.image img {
		float: none;
		margin-right : 0;
		margin-bottom: 10px;
	}
	.image img:last-child {
		margin-bottom: 0;
	}
	
	.image > img:last-child {
	/*	float: left;
	*/	margin-right : 0 !important;
	}

}
