@charset "UTF-8";
/*----------------------------------------

	number CSS

	- common
	- s_notes
	- s_color
	- s_place
	- s_movie
	- s_contact
	- pageBack

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/
#header .popupClose {
	position: fixed;
	top: 20px;
	right: 20px;
}
#header .popupClose a {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #0b004a;
	border-radius: 4px;
}
#header .popupClose a:after ,
#header .popupClose a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	border-bottom: 1px solid #fff;
}
#header .popupClose a:after {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	    -ms-transform: translate(-50%,-50%) rotate(45deg);
	        transform: translate(-50%,-50%) rotate(45deg);
}
#header .popupClose a:before {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	    -ms-transform: translate(-50%,-50%) rotate(-45deg);
	        transform: translate(-50%,-50%) rotate(-45deg);
}

#contents section .notes {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 62px 0 0;
	background: url(../img/number_obj01.png) center 0 no-repeat;
	background-size: 56px auto;
	line-height: 1.6;
}
#contents section .borderBox01 {
	margin: 0 0 0 -10px;
}
#contents section .borderBox01 li {
	display: inline-block;
	padding: 0 0 0 10px;
}
#contents section .borderBox01 li.boxSize01 {
	width: 50%;
}
#contents section .borderBox01 li.boxSize02 {
	width: 100%;
	margin: 10px 0 0;
}
#contents section .borderBox01 li > div {
	border: 1px solid #ddd;
	border-radius: 6px;
}
#contents section .borderBox01 li > div figure + figure {
	position: relative;
	margin: 12px 0 0;
}
#contents section .borderBox01 li > div figure + figure:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	margin: 0 0 0 -10px;
	border-top: 8px solid #ccc;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

/*----------------------------------------
	s_notes
-----------------------------------------*/
#s_notes {
	margin: 30px 0 50px;
}
#s_notes p {
	padding: 16px 18px;
	border: 2px solid #ec2929;
	border-radius: 6px;
}

/*----------------------------------------
	s_color
-----------------------------------------*/
#s_color {
	margin: 0 0 50px;
}
#s_color .t01 {
	margin: 26px 0 16px;
}
#s_color .borderBox01 li > div {
	padding: 12px 0 16px;
}
#s_color .borderBox01 li > div p {
	margin: 0 0 12px;
}
#s_color .borderBox01 li > div figure {
	padding: 0 12px;
}

/*----------------------------------------
	s_place
-----------------------------------------*/
#s_place {
	margin: 0 0 50px;
}
#s_place h2 {
	margin: 0 0 30px;
}
#s_place .notes {
	margin-top: 34px;
}
#s_place .borderBox01 li > div {
	padding: 14px 0 14px;
}
#s_place .borderBox01 li > div h4 {
	display: table;
	margin: 0 auto 12px;
	padding: 2px 18px;
	border-radius: 4px;
	color: #fff;
}
#s_place .borderBox01 li:nth-child(1) > div h4 {
	background-color: #c6006e;
}
#s_place .borderBox01 li:nth-child(2) > div h4 {
	background-color: #00873b;
}
#s_place .borderBox01 li > div figure {
	padding: 0 12px;
}

/*----------------------------------------
	s_movie
-----------------------------------------*/
#s_movie {
	margin: 0 0 50px;
}
#s_movie h2 {
	margin: 0 0 30px;
}
#s_movie .notes {
	margin-top: 34px;
}

/*----------------------------------------
	s_contact
-----------------------------------------*/
#s_contact {
}
#s_contact .contact_table {
	width: 100%;
	margin: 0 0 40px;
}
#s_contact .contact_table dl {
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
}
#s_contact .contact_table dl dt + dd {
	margin: 0 0 8px;
}

/*----------------------------------------
	pageBack
-----------------------------------------*/
#pageBack {
	display: none;
	position: fixed;
	left: 32px;
	bottom: 10px;
	z-index: 2000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#pageBack > div > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 310px;
	padding: 11px 0 11px;
	border: 1px solid #857fa4;
	border-radius: 4px;
	background-color: #fff;
}
#pageBack > div > a figure {
	width: 40px;
}
#pageBack > div > a p {
	padding-left: 10px;
	line-height: 1.4;
}
#pageBack .b_close > a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	border-radius: 0 4px 0 4px;
	background-color: #857fa4;
}
#pageBack .b_close > a::before ,
#pageBack .b_close > a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	margin: -1px 0 0 -5px;
	border-bottom: 1px solid #fff;
}
#pageBack .b_close > a::before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#pageBack .b_close > a::after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}