@charset "utf-8";
/*-----------------------------------------------------

	top.css
	TOP CSS

------------------------------------------------------*/



/*-----------------------------------------------------
	TOP header　
-----------------------------------------------------*/

#header_top {
	width: 100%;
	height: 115px;
	position: relative;
}

	#header_top h1 {
		width: 541px;
		position: absolute;
		top: 25px;
		left: 50%;
		margin-left: -270px;
	}

	#header_top ul.sns {
		position: absolute;
		bottom: 10px;
		right: 0px;
		text-align: right;
	}

	#header_top .wp_social_bookmarking_light {
		position: absolute;
		bottom: 10px;
		right: 0px;
		text-align: right;

	}

	#header_description p {
		font-size: 1.6em;
		color: #fff;
		text-align: center;
	}

	#header_description h2 {
		font-size: 2.4em;
		font-weight: 700;
		color: #fdff7e;
		text-align: center;
	}


@media screen and (min-width: 768px) {

#header_description {
	background: #3487a5;
	height: 110px;
	padding-top: 9px;
}

/* Main Image slides  */

#main_visual {
	width: 100%;
	height: 455px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border-top: solid 5px #34599c;
	background: #fbf8f4;
}

#main_visual_cover_l {
	width: 300px;
	height:450px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	background: url(../images/top/main_visual_cover_l.png) no-repeat left top;
}

#main_visual_cover_r {
	width: 300px;
	height:450px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	background: url(../images/top/main_visual_cover_r.png) no-repeat left top;
}

#mainimage_slides {
	-webkit-transition: all .3s;
	transition: all .3s;
}

#main_visual .bx-wrapper {
	width: 1400px !important;
	max-width: 1400px !important;
	height: 450px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -700px !important;
	overflow: hidden;
}

#main_visual .bx-viewport {
	width: 1400px !important;
	height: 450px !important;
	padding-left: 300px;
	border-bottom: solid 5px #34599c;
}

#main_visual .bx-controls {
	margin-top: -45px;
	position: relative;
	z-index: 9999;
}

/* PAGER */
#main_visual .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 15px;
}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  outline: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main_visual .bx-wrapper .bx-pager.bx-default-pager a.active,
#main_visual .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #666;
}
#main_visual .bx-wrapper .bx-pager-item,
#main_visual .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
#main_visual .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.age_tit {
	position: absolute;
	bottom: 40px;
	left: 20px;
	background: url(../images/common/pattern_koushi.png);
	padding: 10px 100px 20px 60px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: 700;
	opacity: 0;
}

.age_tit::after {
	width: 56px;
	height: 42px;
	content: '';
	display: block;
	position: absolute;
	top: -30px;
	left: 15px;
	background: url(../images/common/icon_fusen_top.png) no-repeat center center;
	background-size: 100% auto;
}


a:link .age_tit {text-decoration:none; color:#3487a5;}
a:visited .age_tit {text-decoration:none; color:#3487a5;}
a:hover .age_tit {text-decoration:none; color:#3487a5; background: url(../images/common/pattern_koushi_yellow.png);}

.age_tit .age {
	font-size: 3.2em;
	color: #fea202;
}

.age_tit .age::after {
	width: 45px;
	height: 61px;
	content: '';
	display: block;
	position: absolute;
	top: 25px;
	right: 20px;
	background: url(../images/common/icon_door.png) no-repeat center center;
	background-size: 100% auto;
}

.age_tit .age_subtit{
	font-size: 2.8em;
}


/* TOP slides  */

#recommend_slide {
	width: 1200px;
	margin: 30px auto;
	position: relative;
}

	#recommend_slide h2 {
		border-bottom: solid 1px #9a9692;
		font-size: 2.8em;
		font-weight: 700;
		text-align: center;
		padding-bottom: 5px;
	}

	#recommend_slide .bx-wrapper {
		letter-spacing: -.40em;
	}

	#recommend_slide .bx-viewport {
		padding: 20px 0 0 18px;
	}

	#mv_slides {
		opacity: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	#mv_slides li {
		letter-spacing: normal;
		display: inline-block;
		width: 330px;
		height: 160px;
		padding: 0;
		text-align: center;
		position: relative;
		background: none !important;
	}

	#mv_slides li .slide_cover {
		display: none;
	}

	#mv_slides li .slide_photo {
		width: 140px;
		height: 140px;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 140px;
		-webkit-border-radius: 140px;
		-moz-border-radius: 140px;
		border: solid 5px #fff;
		overflow: hidden;
		z-index: 999;
		background: #fff;
	}

	#mv_slides li .slide_photo img {
		height: 100%;
		width: auto;
	}

	#mv_slides li p {
		display: block;
		width: 270px;
		height: 108px;
		padding: 10px 10px 0 45px;
		position: absolute;
		top: 20px;
		left: 100px;
		background: #fffaf3;
		font-size: 1.5em;
		line-height: 1.3;
		color: #323232;
		border-bottom: solid 3px #fea202;
		text-align: left;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

		#mv_slides li p span.font_large {
			font-size: 1.2em;
		}

		#mv_slides li p span.font_bold {
			font-weight: 700;
		}

		#mv_slides li p span.kaigyou {
			display: block;
		}

	#mv_slides li a:hover img {
		opacity: 0.8;
	}

	#mv_slides li a:hover p {
		background: #fffec0;
	}

	#recommend_slide .bx-prev,  #recommend_slide .bx-next {
		width: 27px;
		height: 42px;
		position: absolute;
		top: 125px;
		text-indent: -9999px;
		overflow: hidden;
	}

	#recommend_slide .bx-prev {
		left: -24px;
		background: url(../images/top/slide_arrow_l.png) no-repeat left top;
	}

	#recommend_slide .bx-prev:hover {
		background: url(../images/top/slide_arrow_l.png) no-repeat left -42px;
	}

	#recommend_slide .bx-next {
		right: -24px;
		background: url(../images/top/slide_arrow_r.png) no-repeat left top;
	}

	#recommend_slide .bx-next:hover {
		background: url(../images/top/slide_arrow_r.png) no-repeat left -42px;
	}

}

body#top #gnavi {
	margin: 10px 0 20px;
}



/*-----------------------------------------------------
	TOP contents
------------------------------------------------------*/

body#top #contents {
	margin-top: 0px;
}

body#top section#search h2 {
	background: url(../images/common/icon_search.png) no-repeat right 10px center;
	background-size: 20px auto;
}

body#top section {
	padding-bottom: 85px;
}

/*
body#top .fifth_less {
	display: none;
}
*/

body#top section#opinion {
	padding-bottom: 0;
}

body#top section#recommended_agent {
	margin-bottom: 0;
}

body#top section#guide_new {
	padding-top: 0;
}

body#top section#theme_guide {
	padding-bottom: 0;
}


/*-----------------------------------------------------

	SP layout

------------------------------------------------------*/

@media screen and (max-width: 767px) {


/*-----------------------------------------------------
	SP header
------------------------------------------------------*/

#header_top {
	height: 55px;
	background: #fff;
	box-shadow: 0px 0px 6px #ccc;
	-moz-box-shadow: 0px 0px 6px #ccc;
	-webkit-box-shadow: 0px 0px 6px #ccc;
}

	#header_top h1 {
		width: 250px;
		top: 10px;
		left: 10px;
		margin: 0;
	}

#main_visual {
	width: 100%;
	height: 71vw;
	position: relative;
	overflow: hidden;
}

	#mv_slides {
		opacity: 0;
		height: 90px;
	}

	#mv_slides ul {
		width: 100%;
	}

	#mv_slides li {
		height: 90px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
		padding: 10px 0;
	}

	#mv_slides li .slide_cover {
		width: 100%;
		height: 100%;
		background: rgba(52,135,165,0.85);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

  #mv_slides li a {
    display: block;
    overflow: hidden;
    z-index: 99;
  }

	#mv_slides li .slide_photo {
		width: 70px;
		height: 70px;
		float: left;
		margin-left: 10%;
		border-radius: 70px;
		-webkit-border-radius: 70px;
		-moz-border-radius:70px;
		border: solid 3px #fff;
		overflow: hidden;
		z-index: 999;
		background: #fff;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		position: relative;
		z-index: 99;
	}

	#mv_slides li .slide_photo img {
		height: 100%;
		width: auto;
	}

	#mv_slides li p {
		float: left;
		line-height: 1.3;
		font-size: 1.3rem;
		color: #fff;
		margin-left: 10px;
		padding-top: 10px;
		position: relative;
		z-index: 99;
	}

		#mv_slides li p span.font_large {
			font-size: 1.2em;
		}

		#mv_slides li p span.font_bold {
			font-weight: 700;
		}

		#mv_slides li p span.kaigyou {
			display: block;
		}

	#mv_slides li a:hover img {
		opacity: 0.8;
	}

	#recommend_slide .bx-wrapper {
    position: relative;
	}

	#recommend_slide .bx-prev,  #recommend_slide .bx-next {
		width: 14px;
		height: 21px;
		position: absolute;
		top: 35px;
		text-indent: -9999px;
		overflow: hidden;
	}

	#recommend_slide .bx-prev {
		left: 10px;
		background: url(../images/top/slide_arrow_l.png) no-repeat left top;
		background-size: 14px auto;
		z-index: 999;
	}

	#recommend_slide .bx-next {
		right: 10px;
		background: url(../images/top/slide_arrow_r.png) no-repeat left top;
		background-size: 14px auto;
		z-index: 999;
	}

#main_visual {
	text-align: center;
}

#mainimage_slides li {
	width: 100%;
	height: 71vw;
}

#mainimage_slides {
	opacity: 0;
}

#mainimage_slides li a img {
	height: 56.25vw;
}

#main_visual .age_tit {
	height: 45px;
	background: #3487a5;
	margin-bottom: 10px;
	padding: 13px 20px 10px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}

#main_visual .age_tit .age {
	font-size: 2rem;
	color: #fea202;
	display: inline-block;
	margin-right: 10px;
	background: url(../images/common/arrow_white.png) no-repeat left 0px top 3px;
	background-size: 10px auto;
	padding-left: 15px;
}

#main_visual .age_tit.title04 .age {
	font-size: 1.8rem;
}

#main_visual .age_subtit {
	font-size: 1.6rem;
	color: #fff;
	display: inline-block;
	line-height: 1.2;
}

#main_visual .age_tit.title04 .age_subtit {
	font-size: 1.4rem;
}

#main_visual .bx-prev,  #main_visual .bx-next {
	width: 20px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	text-indent: -9999px;
	overflow: hidden;
}

#main_visual .bx-prev {
	left: 10px;
	background: url(../images/common/slide_arrow_shadow_l.png) no-repeat left top;
	background-size: 100% auto;
	z-index: 999;
}

#main_visual .bx-next {
	right: 10px;
	background: url(../images/common/slide_arrow_shadow_r.png) no-repeat left top;
	background-size: 100% auto;
	z-index: 999;
}

#recommend_slide {
	height: 150px;
	overflow: hidden;
}

@media screen and (max-width: 320px) {

#main_visual .age_subtit {
	padding: 3px 0 0 15px;
}

#main_visual .age_tit .age {
	font-size: 1.8rem;
}

#main_visual .age_subtit {
	font-size: 1.4rem;
}

#main_visual .age_tit.title04 .age {
	font-size: 1.6rem;
}

#main_visual .age_tit.title04 .age_subtit {
	font-size: 1.2rem;
}

}

#recommend_slide h2 {
	border-bottom: solid 1px #9a9692;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 5px;
}

header .wp_social_bookmarking_light {
	display: inline-block;
}

header .wsbl_twitter {
	width: 75px !important;
}

header .wp_social_bookmarking_light div.wsbl_google_plus_one {
	margin-right: 0px !important;
}



/*-----------------------------------------------------
	SP contents
------------------------------------------------------*/

body#top section {
	padding-bottom: 50px;
}

body#top section#search h2 {
	background: url(../images/common/icon_search.png) no-repeat right 10px top 3px;
	background-size: 15px auto;
}

#search h3 {
	font-size: 1.6rem;
	padding-bottom: 15px;
	padding-right: 0;
}

#search_list_L {
	width: 100%;
	float: none;
}

#search_list_R {
	width: 100%;
	float: none;
	margin-top: 20px;
}

.search_list {
	padding: 10px 20px;
	margin: 0 10px;
}

#search_list_L ul li, #search_list_R ul li {
	font-size: 1.4rem;
}

#search_form_area h3 {
	font-size: 1.6rem !important;
}

body#top section#opinion {
	padding-bottom: 0px;
}




}
