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

/*
	BASE
--------------------------------------------------*/
body {
	background: #fff;
	color: #212121;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}
a {
	color: #212121;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: .75;
}

img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:768px) {
	body {
		font-size: 12px;
	}
}


/*
	HEADER
--------------------------------------------------*/
#header {
	height: 70px;
	line-height: 1;
	background: #666;
}
#header .headerIn {
	width: 970px;
	margin: 0 auto;
	position: relative;
}
#header .headerIn::after {
	content: "";
	display: block;
	clear: both;
}
#headerTop {
	overflow: hidden;
	position: relative;
}
#headerTop .headerLogo {
	text-align: center;
	margin-top: 23px;
}
#headerTop ul.language {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 26px;
}
#headerTop ul.language li {
	float: left;
}
#headerTop ul.language li:first-child {
	border-right: 1px solid #fff;
	padding-right: 13px;
	margin-right: 13px;
}
#headerTop ul.language li a {
	display: block;
	padding: 2px 0;
}
/* DROP MENU */
#dropMenu #dropMenuContent {
	width: 245px;
	background: rgba(0,0,0,.8);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}
#dropMenu a {
	display: block;
}
#dropMenu .menuBtn {
	position: absolute;
	left: 0;
	top: 29px;
}
#dropMenu .menuBtn:hover {
	cursor: pointer;
	opacity: .75;
}
#dropMenu .closeBtn {
	padding: 25px 15px;
}
#dropMenu .closeBtn:hover {
	cursor: pointer;
	opacity: .75;
}
#dropMenu ul.gNavi {
	margin-bottom: 20px;
}
#dropMenu ul.gNavi li a {
	padding: 13px 30px;
	position: relative;
}
#dropMenu ul.gNavi li a.current::before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background: #777;
	position: absolute;
	left: 0;
	top: 0;
}
#dropMenu ul.language {
	border-top: 1px solid rgba(255,255,255,.3);
	border-bottom: 1px solid rgba(255,255,255,.3);
	overflow: hidden;
}
#dropMenu ul.language li {
	width: 50%;
	text-align: center;
	float: left;
}
#dropMenu ul.language li a {
	padding: 16px 0 15px;
}
#dropMenu ul.language li:first-child a {
	background: rgba(68,68,68,.8);
}
#dropMenu .labLogo a {
	text-align: center;
	padding: 16px 0 15px;
}

@media screen and (max-width:768px) {
	#header {
		height: auto;
	}
	#header .headerIn {
		width: 100%;
	}
	#headerTop .headerLogo {
		width: 171px;
		margin: 13px auto 10px;
	}
	#headerTop .headerLogo a {
		display: block;
		width: 171px;
		height: 32px;
		text-indent: -9999px;
		background: url(../img/logo01_sp.png) no-repeat center center;
		background-size: 100% auto;
	}
	#headerTop .headerLogo.english a {
		display: block;
		width: 171px;
		height: 32px;
		text-indent: -9999px;
		background: url(../img/logo01_sp_en.png) no-repeat center center;
		background-size: 100% auto;
	}
	
	#headerTop ul.language {
		position: static;
	}
	#headerTop ul.language li {
		width: 50%;
		text-align: center;
		background: rgba(33,33,33,.9);
	}
	#headerTop ul.language li:first-child {
		border-right: none;
		padding-right: 0;
		margin-right: 0;
	}
	#headerTop ul.language li a {
		display: block;
		padding: 14px 0;
	}
	#headerTop ul.language li:first-child a {
		border-right: 1px solid rgba(255,255,255,.7);
	}
	/* DROP MENU */
	#dropMenu #dropMenuContent {
		width: 100%;
	}
	#dropMenu .menuBtn {
		width: 29px;
		height: 17px;
		background: url(../img/btn_menu01_sp.png);
		background-size: 100% auto;
		left: 10px;
		top: 20px;
	}
	#dropMenu .menuBtn img {
		display: none;
	}
}


/*
	NAVIGATION
--------------------------------------------------*/
#fixedNavi {
	width: 100%;
	height: 50px;
	line-height: 1;
	background: rgba(17,17,17,.5);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
}
#fixedNavi ul.gNavi {
	width: 955px;
	margin: 0 auto;
	overflow: hidden;
}
#fixedNavi ul.gNavi li {
	margin: 19px 40px 0 0;
	float: left;
}
#fixedNavi ul.gNavi li:nth-last-child(2) {
	margin-right: 0;
}
#fixedNavi ul.gNavi li.snsList {
	margin: 11px 0 0;
	float: right;
}
#fixedNavi ul.gNavi li.snsList a {
	display: inline-block;
	vertical-align: middle;
}
#fixedNavi ul.gNavi li.snsList a:not(:first-child) {
	margin-left: 5px;
}
@media screen and (max-width:768px) {
	#fixedNavi {
		display: none;
	}
}


/*
	MAIN CONTENTS
--------------------------------------------------*/
.contentIn {
	width:970px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.contentIn::after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width:768px) {
	.contentIn {
		width: 100% !important;
		padding: 0 4% !important;
	}
}


/*
	FOOTER
--------------------------------------------------*/
#footer {
	padding: 0 0 100px;
}
#footer .footerImg{
	position:relative;
	display:block;
	height:290px;
	width:100%;
	background:#2BA6E0 url(../img/bg_footer02.jpg) repeat-x 0 bottom;
	overflow:hidden;
	z-index:1;
}
#footer .footerImg:before{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-150px;
	content:"";
	width:850px;
	height:290px;
	background: url(../img/bg_footer01.jpg) no-repeat 0 bottom;
	z-index:-1;
}

#footer .footerBannerIn {
	width: 970px;
	margin: 0 auto;
	padding-top:50px;
	overflow: hidden;
}

#footer .footerBanner{
	margin:0 auto;
	width:360px;
}


#footer .footerIn {
	width: 675px;
	margin: 0 auto;
	padding-top:50px;
	overflow: hidden;
}
#footer .logo {
	width: 236px;
	float: left;
}
#footer .address {
	max-width: 400px;
	line-height: 1.8;
	margin-top: 10px;
	float: right;
}
#footer .copyright {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 5px;
}
#footer .fNavi {
	display: none;
}
#footer .pagetopBtn {
	display: none;
}


@media screen and (max-width:768px) {
.footerBanner{
		text-align:center;
		width:100%;
	}
}

@media screen and (max-width:768px) {
	#footer {
		margin-top:60px;
		padding:0;
	}
	#footer .footerImg{
		height:120px;
		background-size:5px 104px;
	}
	#footer .footerImg:before{
		margin-left:-100px;
		width:425px;
		height:120px;
		background-size:contain;
	}
	
	#footer .footerIn {
		width: 100%;
		padding-top:25px;
	}
	#footer .logo {
		width: 100%;
		text-align: center;
		padding: 0 20px;
		float: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer .address {
		width: 100%;
		font-size: 10px;
		padding: 0 20px;
		margin: 15px 0 20px;
		float: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer .copyright {
		text-align: center;
	}
	#footer .fNavi {
		display: block;
		background: rgba(17,17,17,.5);
		padding: 18px 0;
	}
	#footer .fNavi dl {
		text-align: center;
		overflow: hidden;
	}
	#footer .fNavi dl dt {
		width: 112px;
		display: inline-block;
		margin: 0 5px;
	}
	#footer .fNavi dl dd {
		height: 35px;
		display: inline-block;
		margin: 0 5px;
	}
	#footer .fNavi dl dd img {
		width: auto;
		max-height: 100%;
	}
	#footer .pagetopBtn {
		display: block;
		text-align: center;
	}
	#footer .pagetopBtn a {
		display: block;
		padding: 15px 0;
	}
	#footer .pagetopBtn a img {
		width: 35px;
	}
}


/*
	COMMON STYLE
--------------------------------------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.sp {
	display: none !important;
}
.hide {
	display: none;
}

.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}

.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}


@media screen and (max-width:768px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}


/*
	DETAIL STYLE
--------------------------------------------------*/


/*	title
--------------------------------------------------*/
/* img bgffffff */
.ttl_specs01{
	text-align: center;
	background: rgba(255,255,255,.5);
	padding: 2px 0 8px;
}
/* fontsize18 center */
.ttl_specs02{
	margin:65px 0 30px;
	font-size:18px;
	font-weight:normal;
	text-align: center;
	line-height: 1.2;
	letter-spacing:0.1em;
}
@media screen and (max-width:768px) {
	.ttl_specs01 img{
		width: 137px;
	}
	.ttl_specs02{
		margin:45px 0 20px;
		font-size:16px;
	}
}

/*	text
--------------------------------------------------*/
/* fontsize15 lh4.0 */
.txt_specs01{
	margin:30px auto 50px;
	font-size:15px;
	text-align:center;
	line-height: 4.0;
	letter-spacing:0.1em;
}
@media screen and (max-width:768px) {
	.txt_specs01{
		margin:20px auto 45px;
		font-size:14px;
		line-height:1.8;
	}
}


/*	button
--------------------------------------------------*/
.button01 a {
	display: block;
	width: 304px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(214,214,214,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(214,214,214,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #CCC;
	padding: 10px 0 9px;
	margin: 0 auto;
}
.button01 a:hover {
	text-decoration: none;
	opacity: .75;
}
@media screen and (max-width:768px) {
	.button01 a {
		width: 250px;
		font-size: 12px;
	}
}


/*	tab
--------------------------------------------------*/
.tabBtn {
	text-align: center;
}
.tabBtn:after {
	content: "";
	display: block;
	clear: both;
}
.tabBtn li {
	float: left;
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(223,223,223,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(223,223,223,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(223,223,223,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabBtn .tab:hover ,
.tabBtn .tab.select {
	background: #fff;
	cursor: pointer;
	border-bottom: inset 1px #fff;
}


/*
	COMMON LAYOUT STYLE
--------------------------------------------------*/

/* common main visual */
#mainVisual01 {
	height: 380px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#mainVisual01 .catch {
	text-align: center;
	padding-top: 110px;
}
@media screen and (max-width:768px) {
	/* main visual */
	#mainVisual01 {
		height: 150px;
		position: relative;
	}
	#mainVisual01 .catch {
		width: 94%;
		padding: 0;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}


/* smileArea ul */
#smileArea .matchHeight {
	margin-bottom: 15px;
	overflow: hidden;
}
#smileArea .matchHeight li {
	width: 186px;
	font-size: 12px;
	margin: 0 10px 25px 0;
	float: left;
	text-align: center;
}
#smileArea .matchHeight li:nth-child(5n) {
	margin-right: 0;
}
#smileArea .matchHeight li a {
	outline: none;
}
#smileArea .matchHeight li a img {
	display: block;
	margin: 0 auto;
}
#smileArea .matchHeight li p.name {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #BBB;
	padding-bottom: 2px;
	margin: 7px 0;
}
.lity {
	background: rgba(15,15,15,.8) !important;
}

@media screen and (max-width:768px) {
	#smileArea .matchHeight li {
		width: 47.5%;
		margin: 0 0 15px;
		float: left;
	}
	#smileArea .matchHeight li:nth-child(2n) {
		float: right;
	}
	#smileArea .matchHeight li p.name span {
		display: block;
	}
}

/* pager */
.pager{
	width:100%;
	margin:35px 0 65px;
	text-align:center;
	letter-spacing:-0.4em;
}
.pager li{
	width:30px;
	height:30px;
	margin:0 5px 5px 0;
	line-height: 30px;
	display:inline-block;
	letter-spacing:normal;
	border:1px solid #BAA684;
	border-radius:3px;
}
.pager li:first-child{
	margin-left:0;
}
.pager li a{
	display:block;
	width:100%;
	height:100%;
	color:#79513A;
	text-decoration:none;
}
.pager li a:hover{
	color:#ffffff;
	background:#BAA684;
}

.pager li.prevL,
.pager li.prev,
.pager li.next,
.pager li.nextL{ border-color:#E6E6E6; }
.pager li.prevL a,
.pager li.prev a,
.pager li.next a,
.pager li.nextL a{ color:#BDBDAE; background:#F8F8F8; }
.pager li.prevL a:hover,
.pager li.prev a:hover,
.pager li.next a:hover,
.pager li.nextL a:hover{ color:#F8F8F8; background:#BDBDAE; }


/* post link */
.postLink{
	width:100%;
	margin:35px 0 65px;
	text-align:center;
	letter-spacing:-0.4em;
}
.postLink li{
	width:30px;
	height:30px;
	margin:0 30px;
	line-height: 30px;
	display:inline-block;
	letter-spacing:normal;
	border:1px solid #BAA684;
	border-radius:3px;
}
.postLink li a{
	display:block;
	width:100%;
	height:100%;
	color:#79513A;
	text-decoration:none;
}
.postLink li a:hover{
	color:#ffffff;
	background:#BAA684;
}

@media screen and (max-width:768px) {
}