/* --------------------------------------------------- */
/* #header */
#header {
	background-color:transparent;
	border-bottom:none;
}

/* --------------------------------------------------- */
/* global navi & primary navi */

#gnav > li span,
#gnav > li a {
	
	color:#fff;
	display: block;
	font-weight: 700;
	text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
	text-decoration:none;
}


/* primary navi */
#pnav > li span,
#pnav > li a {
	
	color:#fff;
	display: block;
	font-weight: 700;
	text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
	text-decoration:none;
}

#pnav > li .btn { color:#fff; }

/* spview */
@media screen and (max-width:767px) {
	
	/* btn color */
	#header_nav_btn:before { color:#fff; }

	#gnav > li span,
	#gnav > li a {
		
		color:#666;
		text-shadow:none;
	}
	
	/* primary navi */
	#pnav > li span,
	#pnav > li a {
		
		color:#666;
		text-shadow:none;
	}
	#pnav > li .btn { color:#fff; }
}

/* mainvisual */
/* --------------------------------------------------- */

#mv {
	padding:0 0 6em;
	margin-bottom:2em;
	background-color:#777;
	background-image:url(../images/main_img.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	
	position:relative;
}

#mv > .inner {
	position:relative;
	z-index:1;
}

.mv_logo {
	
	width:100%;
	max-width:320px;
	text-align:center;
	padding:0 2em;
	margin:0 auto;
}

.mv_text {
	padding:4em 0 1em;
	text-align:center;
}

.mv_head,
.mv_lead {
	color:#fff;
	display: block;
	font-weight: 700;
	text-shadow: rgba(0, 0, 0, 0.35) 1px 1px 1px;
	text-decoration:none;
}

.mv_head { font-size:342%; }

.mv_lead { font-size:150%; }
.mv_lead small { font-size:100%; }

.mv_form_wrap {
	background: #E0FBFE;
}

.mv_form {
	width:100%;
	max-width:640px;
	text-align:center;
	padding:0 2em;
	margin:0 auto;
}

.mv_form_input,
.mv_form_submit { vertical-align:middle; }

.mv_form_input {
	width:66%;
	font-size:128%;
	padding:0.25em;
}
.mv_form_submit { width:8em; }

/* spview */
@media screen and (max-width:767px) {
	
	#mv { padding:0 0 4em; }

	.mv_text {
		padding:10em 0 2em;
	}

	.mv_head { font-size:200%; }
	.mv_lead { font-size:100%; }

	.mv_form_input {
		width:100%;
		margin-bottom:0.5em;
	}
	.mv_form_submit {
		width:100%;
	}
}


.mv_bg {
	
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
}

.mv_bg_slide {}

.mv_bg_slide_item {
	
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}


/* pickup_list */
/* --------------------------------------------------- */
.pickup_list { margin:0 -0.5em; }
.pickup_list li {
	width:50%;
	padding:0 0.5em 0.5em;
	margin-bottom:1em;
	float:left;
}

.pickup_list_image {
	border-top:solid 3px #e2e2e2;
	text-align:center;
	overflow:hidden;
    -webkit-transform: translate3d(0,0, 1px);
    -ms-transform: translate3d(0,0, 1px);
    transform: translate3d(0,0, 1px);
}
.pickup_list_image img {
	
    position: relative;
    top: 50%;
    left: 50%;
	margin-left:-100%;
	
    width: 100%;
    height: auto;
}

.pickup_list_data {
	border-left:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;
	padding:0.5em 1em 0;
}
.pickup_list_data > p {
	color:#9d9d9d;
	font-size:80%;
}
.pickup_list_data > p:first-child {}

.pickup_list_text {
	padding:0.5em 1em 0;
	border-left:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;
}

.pickup_list_btn {
	padding:0.5em 1em 1em;
	border-left:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;
	
	text-align:right;
}

/* category_list 1&2 */
/* --------------------------------------------------- */

/* clearfix */
.category_list1:before,
.category_list2:before,
.category_list1:after,
.category_list2:after { content: " "; display: table; }
.category_list1:after,
.category_list2:after { clear: both; }

/* links */
.category_list1 a,
.category_list2 a {
	text-decoration:none;
	color:#02A8E3;
}

/* inner box */
.category_list_notes,
.category_list_cate {
	display:table-cell;
	vertical-align:middle;
	padding:0.5em;
}

.category_list_cate {
	/*border-right: solid 1px #cdcdcd;*/
	background-color:#02A8E3;
	color:#fff;
	width:10em;
}
.category_list_cate i {
	vertical-align:middle;
	margin-right:0.5em;
}

.category_list_keyword {
	vertical-align:middle;
	font-size:120%;
	font-weight:bold;
	display:inline-block;
	line-height:1.1;
}
.category_list_suffix {
	display:block;
	font-size:75%;
	font-weight:lighter;
	margin-top:0.5em;
}

.category_list_notes {
	font-size:80%;
	/*color:#9d9d9d;*/
	/*background-color:#E0FBFE;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* category_list1 */
/* --------------------------------------------------- */

.category_list1 { margin:0 -0.5em; }
.category_list1 li {
	width:50%;
	padding:0 0.5em 0.5em;
	float:left;
}

.category_list1 a {
	display:table;
	border-collapse:separate;
	border-spacing:0em;
	width:100%;
	border: solid 1px #02A8E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.category_list1 a:hover {}

/* spview */
@media screen and (max-width:767px) {
	
	.category_list1 li {
		width:auto;
		float:none;
	}
}

/* category_list2 */
/* --------------------------------------------------- */

.category_list2 { margin:0 -0.5em; }
.category_list2 li {
	width:50%;
	padding:0 0.5em 0.5em;
	float:left;
}

.category_list2 a {
	display:block;
	padding:0 0.5em 0 0;
	border: solid 1px #02A8E3;
	color:#02A8E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.category_list2 a:hover {}

.category_list2 a:before {
	margin-right:0.5em;
	background-color:#02A8E3;
	color:#fff;
	vertical-align:middle;
	display:inline-block;
	line-height:1;
	padding:0.5em;
    font-family: 'icomoon' !important;
    content: "\e99f";
}

/* spview */
@media screen and (max-width:767px) {
	
	.category_list2 li {
		width:auto;
		float:none;
	}
}


/* information */
/* --------------------------------------------------- */

#information {
	box-shadow:0px 6px 3px -3px rgba(6,6,7,0.11) inset;
	-moz-box-shadow:0px 6px 3px -3px rgba(6,6,7,0.11) inset;
	-webkit-box-shadow:0px 6px 3px -3px rgba(6,6,7,0.11) inset;
	padding:2em 0 0;
}

.information_list {}
.information_list li {
	border-bottom:dotted 1px #cdcdcd;
	padding:0 0 1em;
	margin:0 0 1em;
}
.information_list .date {
	color:#9d9d9d;
	display:block;
}
.information_list a {
	display:block;
}


/* bnr_media */
/* --------------------------------------------------- */

.bnr_media { text-align:center; }
.bnr_media ul {}
.bnr_media ul li {
	margin:1em 0.5em;
	display:inline-block;
	text-align:center;
}

/* spview */
@media screen and (max-width:767px) {

	.bnr_media ul {
		letter-spacing:-0.5ex;
		margin:0 0 0.5em;
	}
	.bnr_media ul li {
		padding:0 0.5em 0.5em;
		margin:0;
		width:33%;
		letter-spacing:normal;
	}
	.bnr_media ul li img {
		width:100%;
		height:auto;
		max-width:160px;
	}
}

/* #top_value */
/* --------------------------------------------------- */

#top_value {}
#top_value .image {}
#top_value .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_value .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}



/* #top_regist */
/* --------------------------------------------------- */

#top_regist {}
#top_regist .image {}
#top_regist .image img {}

/* spview */
@media screen and (max-width:767px) {
	
	#top_regist .image img {
		width:100%;
		height:auto;
		max-width:200px;
	}
}


