@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------PageTitle*/
/*PageTitle*/
#pagetitle {
	background: url(../img/guide_img/pagetitle_bg.jpg) no-repeat center;
	background-size: contain;
}
/*------------------------------------------------------------Content*/
/*sec01*/
#sec01 {
	margin-bottom: 20px;
}
/*Map*/
#map {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #8f82bc;
}
/*sec02*/
#sec02 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #8f82bc;
}
#sec02 p {
	text-align: left;
	line-height: 1.8;
}
#sec02 p span {
	color: #a40000;
	font-weight: bold;
}
#sec02 img {
	margin: 10px 0 10px 10px;
	box-shadow: 0px 2px 10px 3px #ad9298;
}
/*sec03 sec04*/
#sec03, #sec04 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #8f82bc;
}
#sec03 p, #sec04 p {
	text-align: left;
	line-height: 1.8;
}
#sec03 p span, #sec04 p span {
	color: #a40000;
	font-weight: bold;
}
#sec03 img, #sec04 img {
	margin-top: 10px;
	box-shadow: 0px 2px 10px 3px #ad9298;
}

/*sec05*/
#sec05 {
	background: url(../img/guide_img/bg_banner.gif);
	padding: 10px;
	text-align: center;
	border: 6px double #fff;
}
#sec05 ul.over li {
	font-family: "NotoSerifRegular";
	color: #000;
	font-size: 1.8rem;
	line-height: 1.5;
	display: inline-block;
}
#sec05 ul.under {
	margin: 15px 0;
	position: relative;
}
#sec05 ul.under li {
	font-family: "NotoSerifRegular";
	font-size: 1.6rem;
	color: #fff;
}
#sec05 ul.under li span{
	padding: 5px 35px;
	display: inline-block;
	font-family: "NotoSerifRegular";
	font-size: 1.6rem;
	background: #fff;
	color: #fa889e;
	border: 4px double #fa889e;
}
#sec05 ul.under li+li {
	margin-top: 40px; /*矢印画像の高さと配置を考慮して設定*/
}
#sec05 ul.under li:nth-child(1)+li:before,
#sec05 ul.under li:nth-child(2)+li:before,
#sec05 ul.under li:nth-child(3)+li:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 250px;
	top: 0px; 
	right: 0px;
}
#sec05 ul.under li:nth-child(1)+li:before {
	background: url(../img/common_img/arrow1.png) no-repeat 50% 67px;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 25px;/*Android 2.1 対策として表示させたい縦サイズを記載*/;
}
#sec05 ul.under li:nth-child(2)+li:before {
	background: url(../img/common_img/arrow1.png) no-repeat 50% 130px;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 25px;/*Android 2.1 対策として表示させたい縦サイズを記載*/;
}
#sec05 ul.under li:nth-child(3)+li:before {
	background: url(../img/common_img/arrow1.png) no-repeat 50% 207px;
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 25px;/*Android 2.1 対策として表示させたい縦サイズを記載*/;
}