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

#contents{
	margin-top: 0;
	margin-top: -90px;
	position: relative;
	z-index: 1;
}

html,body{
	height: 100%;
}

#topMv{
	background: url(../images/bg_mv.jpg) center top no-repeat;
	background-size: cover;
	height: -moz-calc(100% - 116px);
	height: -webkit-calc(100% - 116px);
	height: calc(100% - 116px);
	margin-bottom: 0;
	width: 100%;
	position: relative;
	z-index: 0;
}
#topMv .topMvInr{
	background: url(../images/h_mv.png) center top no-repeat;
	margin: 0 auto;
	max-width: 1140px;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
#topMv .topMvInr .topMvLead{
	display: table-cell;
	vertical-align: middle;
	padding-left: 130px;
}
#topMv h2{
	color: #4a545a;
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.4;
}
#topMv p{
	color: #3f3f3f;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 2;
}
#topMv p span{
	border-bottom: 1px dashed #6d8f99;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	padding: 10px .5em;
}

.choiceBlock{
}
.choiceBlock ul{
	overflow: hidden;
}
.choiceBlock li{
	background: #000;
	float: left;
	width: 48.5%;
}
.choiceBlock li:nth-child(2n){
	float: right;
}
.choiceBlock li figcaption{
	border: 2px solid #000;
	background: #333;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: bold;
	padding: 20px 1em;
	text-align: center;
}
.choiceBlock li figure{
	position: relative;
	height: 100%;
	width: 100%;
}
.choiceBlock li figure span{
	border: 2px solid #000;
	display: block;
	overflow: hidden;
	line-height: 0;
}
.choiceBlock li figure img{
	max-width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.choiceBlock li figure a{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.choiceBlock li:hover figure img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
	opacity: .7;
}
.choiceBlock li figcaption{
	border: 2px solid #a668a7;
	background: #a668a7;
}
.choiceBlock li+li figcaption{
	border: 2px solid #d42750;
	background: #d42750;
}
.choiceBlock li figure span{
	border: 2px solid #a668a7;
}
.choiceBlock li+li figure span{
	border: 2px solid #d42750;
}
.choiceBlock .btn{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 20px;
}
.choiceBlock li .btn span{
	background: #a668a7;
	border: none;
	border-radius: 300px;
	color: #FFF;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	font-size: 1.8rem;
	font-weight: bold;
	padding: 20px 100px;
}
.choiceBlock li+li .btn span{
	background: #d42750;
}

.gopenBlock h2{
	color: #145293;
	font-size: 4.2rem;
	font-weight: 500;
	font-family: 'notoserif', "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}
.gopenBlock h2 span{
	font-size: 70%;
	vertical-align: baseline;
}
.gopenBlock p{
	font-size: 1.7rem;
}

.aboutBlock{
	background: url(../images/bg_about.gif) left top repeat;
	padding: 60px 0;
	text-align: center;
}
.aboutBlock h2{
	margin-bottom: 40px;
}

/*170913追加*/
.aboutBlock .ttl{
	background: #194d83;
    color: #fff;
    font-size: 2.1rem;
    font-weight: bold;
    width: 100%;
    padding: 15px;
    text-align: center;
}
.aboutBlock .imgB{
	margin-bottom: 30px;
}
.aboutBlock .small{
	width: 50%;
	margin: 0 auto;
}
.aboutBlock .pointBox li{
	width: 100%;
	font-size: 0;
	margin-bottom: 30px;
}
.aboutBlock .pointBox li .img{
	width: 35%;
	float: left;
}
.aboutBlock .pointBox li .img img{
	width: 100%;
}
	.pointBox li .img .caution{
		display: block;
		margin-top: 5px;
		font-size: 11px;
		text-align: left;
		color: #333;
	}
.aboutBlock .pointBox li .tx{
	width: 62%;
	float: right;
	text-align: left;
	font-size: 1.5rem;
	margin-top: 50px;
}
.aboutBlock .pointBox li .tx .copy{
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff38a 0%) repeat scroll 0 0;
	font-size: 3.0rem;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.3 !important;
}
.aboutBlock .pointBox li .tx span{
	color: #d85580;
}

.aboutBlock .pointBox li.opp .img{
	float: right !important;
}
.aboutBlock .pointBox li.opp .tx{
	float: left !important;
}
.btn a{
	background-color: #d42750;
    border: 1px solid #d42750;
    border-radius: 100px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    line-height: 140%;
    padding: 10px 80px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
	font-size: 1.6rem;
}
.btn a:hover{
	background-color:#b01f41;
}
/*----*/

/*.aboutBlock li{
	background: #000;
}
.aboutBlock li figcaption{
	background: #194d83;
	color: #FFF;
	font-size: 2.1rem;
	font-weight: bold;
	padding: 20px 1em;
	text-align: center;
	margin: 0;
}
.aboutBlock li figure{
	position: relative;
	height: 100%;
	width: 100%;
}
.aboutBlock li figure span{
	display: block;
	overflow: hidden;
	line-height: 0;
}
.aboutBlock li figure img{
	max-width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.aboutBlock li figure a{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.aboutBlock li:hover figure img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
	opacity: .7;
}*/

/*180608追加*/
ul#topBnrList > li a:hover{
	opacity: 0.7;
}

/*SP*/
@media only screen and (max-width: 800px) {
	section.choiceBlock,section.topBnrArea{
		margin-bottom: 20px;
	}
#contents{
	margin-top: -90px;
}

#topMv{
	height: 350px;
}
#topMv .topMvInr{
	background-size: contain;
	padding: 50px 1em 0;
}
#topMv .topMvInr .topMvLead{
	display: block;
	padding: 0;
}
#topMv h2{
	font-size: 2.3rem;
	margin-bottom: 10px;
}
#topMv p{
	font-size: 1.1rem;
	line-height: 1.5;
}
#topMv p span{
	padding: 5px .5em;
}

.choiceBlock li figcaption{
	font-size: 1.0rem;
	padding: 10px .5em;
}
.choiceBlock .btn{
	bottom: 10px;
}
.choiceBlock li .btn span{
	font-size: 4vw;
	padding: 10px 1em;
}

.gopenBlock h2{
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.gopenBlock p{
	font-size: 1.3rem;
}

.aboutBlock{
	padding: 40px 0;
}
.aboutBlock h2{
	margin-bottom: 20px;
	text-align: center;
}
.aboutBlock h2 img{
	max-width: 100%;
}
	

/*170913追加*/

.aboutBlock .small{
	width: 100%;
}
	.aboutBlock .ttl{
		padding: 5px 0;
	}
.aboutBlock .pointBox li .img{
	width: 80%;
	float: none;
	margin: 0 auto;
}

.aboutBlock .pointBox li .tx{
	width: 100%;
	float: none;
	margin-top: 20px;
}
	.aboutBlock .pointBox li .tx .copy{
		font-size: 2.5rem;
	}
.aboutBlock .pointBox li.opp .img{
	float: none!important;
}
.aboutBlock .pointBox li.opp .tx{
	float: none!important;
}
.btn a{
	display: block;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 12px 5%;
    text-align: center;
    width: 100%;
}
	/*
.aboutBlock li{
	background: #000;
}
.aboutBlock li figcaption{
	font-size: 4vw;
	padding: 10px .5em;
}
.aboutBlock li figure{
	position: relative;
	height: 100%;
	width: 100%;
}
.aboutBlock li figure span{
	display: block;
	overflow: hidden;
	line-height: 0;
}
.aboutBlock li figure img{
	max-width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.aboutBlock li figure a{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.aboutBlock li:hover figure img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
	opacity: .7;
}
*/






}
/*/*/