/*nav*/
.mainnav1 a{
	background: #35c380 url(../common/images/nav1-on.png) no-repeat center;
	background-size: auto 12px;
}
.mainnav1 a:hover{
	opacity: 1;
}

/*mainimage*/
.mainimage img{
	width: 100%;
}

/*info*/
.info{
	margin-bottom: 30px;
}
.info h2{
	margin-bottom: 25px;
	border-bottom: 1px solid #808080;
	text-align: center;
	padding-bottom: 10px;
}
.info h2::after{
	content: none;
}
.info .inner{
	margin: 0 45px;
	height: 250px;
	overflow-y: scroll;
}
.info .inner p{
	color: #f91d16;
	/*margin-bottom: 1em;*/
}
.info .inner p span{
	color: #111;
}
.info th::before{
	color: #8cc999;
	content: "● ";
}
.info th{
	width: 145px;
	color: #8cc999;
}
.info th,
.info td{
	vertical-align: top;
	padding-bottom: 15px;
}
.info td strong,
.info td strong a{
	color: #e53a2b;
	font-weight: normal;
}
/*mq*/
@media (max-width: 768px) {
	.info .inner{
		margin: 0;
	}
	.info th{
		padding-bottom: 0;
	}
	.info th,
	.info td{
		display: block;
		width: 100%;
	}
}

/*banner-campaign*/
.banner-campaign .row > div{
	margin-bottom: 30px;
}
.banner-campaign .row > div a{
	max-width: 540px;
	margin: auto;
}
.banner-campaign .caption{
	margin-top: 5px;
	line-height: 1.2;
}
@media (max-width: 768px) {
	.banner-campaign .row > div{
		margin-bottom: 15px;
	}
}

/*interview*/
.interview .text{
	text-align: center;
	padding: 35px 10px;
	font-size: 14px;
}
.interview h2{
	font-size: 10px;
	letter-spacing: 4px;
	color: #6d1425;
	background: #fff;
	font-weight: normal;
	padding: 2px;
	margin: 0 auto 5px;
	width: 200px;
}
.interview h3{
	font-size: 28px;
	margin-bottom: 0;
	padding-top: 0;
	margin-bottom: 5px;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	display: inline-block;
	text-shadow: 0 0 2px #6d1425;
}
.interview h2::after,
.interview h3::after{
	content: none;
}
.interview p{
	line-height: 1.2;
	background: url(../images/interview-line.png) no-repeat center top;
	background-size: 100% auto;
	padding-top: 12px;
	text-shadow: 0 0 2px #6d1425;
	font-size: 11px;
}
.interview a{
	position: relative;
	display: block;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #6d1425 url(../images/interview-bg.png) no-repeat center center;
	background-size: cover;
}
.interview a,
.interview a:link,
.interview a:visited{
	color: #fff;
}
.interview a::before,
.interview a::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all 0.3s;
}
.interview a:hover .inner{
	background: #fff;
}
.interview a:hover h2,
.interview a:hover h3,
.interview a:hover p{
	color: #6d1425;
	text-shadow: none;
}
.interview a:hover h2{
	color: #fff;
	background: #6d1425;
}
.interview a:hover p{
	background: url(../images/interview-line-active.png) no-repeat center top;
	background-size: 100% auto;
}
.interview a::before {
	border-top: 2px solid #6d1425;
	border-bottom: 2px solid #6d1425;
	transform: scale(0, 1);
}
.interview a::after {
	border-right: 2px solid #6d1425;
	border-left: 2px solid #6d1425;
	transform: scale(1, 0);
}
.interview a:hover::after,
.interview a:hover::before {
	transform: scale(1);
}
/*mq*/
@media (max-width: 899px) {
	.interview h3{
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	.interview{
		margin-bottom: 15px;
	}
}

/*ad3*/
.ad3 h2{
	font-size: 13px;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #79563b;
	font-weight: normal;
	padding: 5px 0;
	margin-bottom: 0;
}
.ad3 h3{
	font-size: 22px;
	padding: 10px 0 0 20px;
	line-height: 1.2;
	text-align: left;
	color: #111;
	font-weight: normal;
	vertical-align: middle;
	text-shadow: 0 0 5px #fff , 0 0 5px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.ad3 h3 span{
	color: #fff;
	background: #79563b;
	font-size: 14px;
	margin-left: 6px;
	margin-bottom: 2px;
	padding: 2px 4px;
	text-shadow: none;
	vertical-align: middle;
	display: inline-block;
}
.ad3 h2::after,
.ad3 h3::after{
	content: none;
}
.ad3 a{
	background: url(../images/ad8-bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 185px;
	position: relative;
	display: block;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.ad3 a,
.ad3 a:link,
.ad3 a:visited{
	color: #fff;
}
.ad3 a::before,
.ad3 a::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all 0.3s;
}
.ad3 a::before {
	border-top: 2px solid #79563b;
	border-bottom: 2px solid #79563b;
	transform: scale(0, 1);
}
.ad3 a::after {
	border-right: 2px solid #79563b;
	border-left: 2px solid #79563b;
	transform: scale(1, 0);
}
.ad3 a:hover::after,
.ad3 a:hover::before {
	transform: scale(1);
}
.ad3 a:hover h2{
	background: #fff;
	color: #79563b;
	border-bottom: 1px solid #79563b;
}
/*mq*/
@media (max-width: 900px) {
	.ad3 h2{
		font-size: 12px;
	}
	.ad3 h3{
		font-size: 20px;
	}
	.ad3 a{
		min-height: 156px;
	}
}
@media (max-width: 768px) {
	.ad3 h2 br{
		display: none;
	}
	.ad3 h3{
		font-size: 16px;
		padding-left: 10px;
		padding-bottom: 15%;
	}
	.ad3 a{
		min-height: auto;
	}
}

/*ad4*/
.ad4 h2{
	font-size: 13px;
	border-bottom: 1px solid #fff;
	color: #fff;
	background: #94252a;
	font-weight: normal;
	padding: 5px 0;
	margin-bottom: 0;
}
.ad4 h3{
	font-size: 22px;
	padding: 5% 0 25% 20px;
	line-height: 1.2;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
}
.ad4 h3 span{
	color: #fff;
	font-size: 16px;
}
.ad4 h2::after,
.ad4 h3::after{
	content: none;
}
.ad4 a{
	background: #94252a;
	background-size: cover;
	position: relative;
	display: block;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.ad4 a,
.ad4 a:link,
.ad4 a:visited{
	color: #fff;
}
.ad4 a::before,
.ad4 a::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all 0.3s;
}
.ad4 a::before {
	border-top: 2px solid #94252a;
	border-bottom: 2px solid #94252a;
	transform: scale(0, 1);
}
.ad4 a::after {
	border-right: 2px solid #94252a;
	border-left: 2px solid #94252a;
	transform: scale(1, 0);
}
.ad4 a:hover::after,
.ad4 a:hover::before {
	transform: scale(1);
}
.ad4 a:hover h2{
	background: #fff;
	color: #94252a;
	border-bottom: 1px solid #94252a;
}
/*mq*/
@media (max-width: 900px) {
	.ad4 h2{
		font-size: 12px;
	}
	.ad4 h3{
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.ad4 h2 br{
		display: none;
	}
	.ad4 h3{
		font-size: 16px;
		padding-left: 10px;
	}
	.ad4 a{
		background-size: 100% auto;
	}
}

/*event*/
.event h2{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	color: #222;
	background: #feb61a;
	font-weight: normal;
	margin-bottom: 0;
}
.event h3{
	font-size: 18px;
	text-align: left;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	color: #fff;
	/*font-weight: normal;*/
	vertical-align: middle;
}
.event h3 span{
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
}
.event h2::after,
.event h3::after{
	content: none;
}
.event p{
	line-height: 1.2;
}
.event .text{
	padding-top: 10px;
	padding-right: 10px;
}
.event .present{
	border-bottom: 3px double #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.event .caption{
	line-height: 1.2;
	font-size: 10px;
	color: #eee;
}
.event .time{
	text-align: left;
}
.event .time p{
	padding: 2px 4px;
	margin: 5px auto;
	background: #222;
	display: inline-block;
}
.event .circle{
	position: absolute;
	right: 10%;
	top: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #111;
	color: #fff;
	text-align: center;
}
.event .circle p {
	position: relative;
	line-height: 1.2;
	top: 50%;
	font-size: 12px;
	transform: translateY(-50%);
}
.event a{
	background: #94252a url(../images/event-bg.png);
	background-size: 15px auto;
	position: relative;
	display: block;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.event .row {
	margin-left: -5px;
	margin-right: -5px;
}
.event .row > div{
	padding: 0 5px;
}
.event a,
.event a:link,
.event a:visited{
	color: #fff;
}
.event a::before,
.event a::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all 0.3s;
}
.event a:hover{
	background: #fff;
}
.event a:hover h2{
	color: #94252a;
	background: #fff;
	border-bottom: 1px solid #94252a;
}
.event a:hover p,
.event a:hover h3,
.event a:hover h3 span{
	color: #94252a;
}
.event a:hover .present{
	border-bottom: 3px double #94252a;
}
.event a:hover .time p{
	color: #fff;
}
.event a::before {
	border-top: 2px solid #94252a;
	border-bottom: 2px solid #94252a;
	transform: scale(0, 1);
}
.event a::after {
	border-right: 2px solid #94252a;
	border-left: 2px solid #94252a;
	transform: scale(1, 0);
}
.event a:hover::after,
.event a:hover::before {
	transform: scale(1);
}
.event img{
	padding: 10px 0 10px 10px;
}
.cboxPhoto{
	border: none;
}
/*mq*/
@media (max-width: 900px) {
	.event h3{
		font-size: 13px;
	}
	.event p{
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.event h3{
		font-size: 12px;
	}
	.event h3 span,
	.event p{
		font-size: 11px;
	}
	.event .present{
		border-bottom: 1px solid #fff;
		margin-bottom: 2px;
		padding-bottom: 2px;
	}
}

/*modelplan*/
.modelplan .text{
	text-align: center;
	position: relative;
	padding-left: 200px;
}
.modelplan h2{
	padding-top: 15px;
	font-size: 18px;
	letter-spacing: 2px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.modelplan h3{
	font-size: 36px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10px;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
}
.modelplan h2::after,
.modelplan h3::after{
	content: none;
}
.modelplan small{
	font-size: 14px;
	color: #fff;
}
.modelplan span{
	background: #fff;
	color: #e58765;
	padding: 3px 10px 0;
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}
.modelplan .circle{
	position: absolute;
	right: 10px; /*20*/
	bottom: 15px;
	width: 50px; /*40*/
	height: 50px; /*40*/
	border-radius: 50%;
	background: #fdf051;
	color: #e58765;
	text-align: center;
}
.modelplan .circle p {
	position: relative;
	top: 50%;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	font-family: "Noto Sans Japanese", "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	transform: translateY(-50%);
}
.modelplan a{
	background: #e58765 url(../images/model-photo1.jpg) left center no-repeat;
	background-size: 200px auto;
	position: relative;
	display: block;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.modelplan a,
.modelplan a:link,
.modelplan a:visited{
	color: #fff;
}
.modelplan a::before,
.modelplan a::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all 0.3s;
}
.modelplan a:hover{
	color: #e58765;
	background: #fff url(../images/model-photo1.jpg) left center no-repeat;
	background-size: 200px auto;
}
.modelplan a:hover h2{
	color: #e58765;
	border-bottom: 1px solid #e58765;
}
.modelplan a:hover h3{
	color: #e58765;
}
.modelplan a:hover small{
	color: #e58765;
}
.modelplan a:hover span,
.modelplan a:hover .circle{
	background: #e58765;
	color: #fff;
}
.modelplan a::before {
	border-top: 2px solid #e58765;
	border-bottom: 2px solid #e58765;
	transform: scale(0, 1);
}
.modelplan a::after {
	border-right: 2px solid #e58765;
	border-left: 2px solid #e58765;
	transform: scale(1, 0);
}
.modelplan a:hover::after,
.modelplan a:hover::before {
	transform: scale(1);
}
/*mq*/
@media (max-width: 899px) {
	.modelplan .text{
		padding-left: 25%;
	}
	.modelplan a,
	.modelplan a:hover{
		background-size: 25% auto;
	}
	.modelplan h2{
		letter-spacing: 0;
		margin-left: 0;
	}
	.modelplan h3{
		font-size: 20px;
		margin-left: 0;
	}
	.modelplan .circle{
		width: 40px;
		height: 40px;
		right: 5px;
		bottom: 5px;
	}
}
@media (max-width: 768px) {
	.modelplan{
		margin-bottom: 5px;
	}
	.modelplan h2{
		letter-spacing: 0;
		font-size: 14px;
		text-align: left;
		padding: 5px 0 10px 10px;
	}
	.modelplan h3{
		margin-top: 10px;
		padding: 0 0 5px 10px;
		text-align: left;
	}
}

/*newyear*/
.newyear h2{
	font-size: 14px;
	border-bottom: 1px solid #fff;
	color: #f5e7be;
	background: #94252a;
	font-weight: normal;
	padding: 10px 0;
	margin-bottom: 0;
	position: relative;
}
.newyear h2 img{
	position: absolute;
	top: -20px;
	left: 0;
	width: 100px;
}
.newyear h3{
	background: #94252a;
	font-size: 16px;
	padding-bottom: 5px;
	line-height: 1.2;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	margin-bottom: 0;
}
.newyear h3 span{
	font-size: 20px;
	color: #fff;
}
.newyear h2::after,
.newyear h3::after{
	content: none;
}
.newyear .text >img{
	/*margin-top: -10px;*/
	position: relative;
	z-index: 1;
}
.newyear a{
	background: url(../images/ad5-bg2.png) no-repeat center center;
	border: 1px solid #fff;
	position: relative;
	display: block;
	text-decoration: none;
	outline: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.newyear a,
.newyear a:link,
.newyear a:visited{
	color: #fff;
}
.newyear a::before,
.newyear a::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all 0.3s;
}
.newyear a::before {
	border-top: 2px solid #94252a;
	border-bottom: 2px solid #94252a;
	transform: scale(0, 1);
}
.newyear a::after {
	border-right: 2px solid #94252a;
	border-left: 2px solid #94252a;
	transform: scale(1, 0);
}
.newyear a:hover::after,
.newyear a:hover::before {
	transform: scale(1);
}
.newyear a:hover h2{
	background: #fff;
	color: #b81c22;
	border-bottom: 1px solid #94252a;
}
.newyear a:hover h3{
	background: #fff;
	color: #b81c22;
	border-top: 1px solid #94252a;
}
.newyear a:hover  h3 span{
	color: #94252a;
}
/*mq*/
@media (max-width: 900px) {
	.newyear h2 img{
		width: 70px;
		top: -10px;
	}
}
@media (max-width: 768px) {
	.newyear h2 img{
		top: 0;
	}
	.newyear a{
		margin-bottom: 20px;
	}
}

/*banner*/
.banner{
	/* margin-top: 40px; */
}
.banner .text-link{
	color: #333;
	text-decoration: none;
	font-size: 11px;
}
.benner .text-link:hover{
	color: #666;
}
.banner .pull-left{
	margin-right: 30px;
}


/* banner-btn */
.banner-btn{
	/* display: table;
	table-layout:fixed;
	width: 100%; */
	max-width: 400px;
}
.banner-btn a{
	position: relative;
	text-decoration: none;
	outline: none;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.banner-btn a,
.banner-btn a:link,
.banner-btn a:visited{
	color: #fff;
}
.banner-btn a::before,
.banner-btn a::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all 0.3s;
}
.banner-btn a::before {
	transform: scale(0, 1);
}
.banner-btn a::after {
	transform: scale(1, 0);
}
.banner-btn a:hover::after,
.banner-btn a:hover::before {
	transform: scale(1);
}
.banner-btn > a div{
	display: inline-block;
	vertical-align: middle;
}
.banner-btn > a div:first-child{
	width: 45%;
}
.banner-btn .title{
	width: 50%;
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
}
.banner-btn .title h3{
	font-size: 12px;
	line-height: 1.2;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 5px;
	color: #fff;
	text-align: left;
}
.banner-btn .title h3::after{
	display: none;
}
.banner-btn a:hover{
	text-decoration: none;
}

/*sale-btn*/
.sale-btn a{
	background: #8cc999;
}
.sale-btn a:hover {
	color: #8cc999;
	background: #fff;
}
.sale-btn a::before {
	border-top: 2px solid #8cc999;
	border-bottom: 2px solid #8cc999;
}
.sale-btn a::after {
	border-right: 2px solid #8cc999;
	border-left: 2px solid #8cc999;
}
.sale-btn a:hover .title h3{
	border-bottom: 1px solid #8cc999;
	color: #8cc999;
}


/*sale-btn2*/
.sale-btn2 a{
	background: #35c380;
}
.sale-btn2 a:hover {
	color: #35c380;
	background: #fff;
}
.sale-btn2 a::before {
	border-top: 2px solid #35c380;
	border-bottom: 2px solid #35c380;
}
.sale-btn2 a::after {
	border-right: 2px solid #35c380;
	border-left: 2px solid #35c380;
}
.sale-btn2 a:hover .title h3{
	border-bottom: 1px solid #35c380;
	color: #35c380;
}
@media (max-width: 767px) {
	.sale-btn2{
		margin-top: 15px;
	}
}


/*access-btn*/
.access-btn a{
	background: #e8a1a1;
}
.access-btn a:hover {
	color: #e8a1a1;
	background: #fff;
}
.access-btn a::before {
	border-top: 2px solid #e8a1a1;
	border-bottom: 2px solid #e8a1a1;
}
.access-btn a::after {
	border-right: 2px solid #e8a1a1;
	border-left: 2px solid #e8a1a1;
}
.access-btn a:hover .title h3{
	border-bottom: 1px solid #e8a1a1;
	color: #e8a1a1;
}


/*city-btn*/
.city-btn a{
	background: #6fb2db;
}
.city-btn a:hover {
	color: #6fb2db;
	background: #fff;
}
.city-btn a::before {
	border-top: 2px solid #6fb2db;
	border-bottom: 2px solid #6fb2db;
}
.city-btn a::after {
	border-right: 2px solid #6fb2db;
	border-left: 2px solid #6fb2db;
}
.city-btn a:hover .title h3{
	border-bottom: 1px solid #6fb2db;
	color: #6fb2db;
}


/*city-btn2*/
.city-btn2 a{
	background: #4e7eba;
}
.city-btn2 a:hover {
	color: #4e7eba;
	background: #fff;
}
.city-btn2 a::before {
	border-top: 2px solid #4e7eba;
	border-bottom: 2px solid #4e7eba;
}
.city-btn2 a::after {
	border-right: 2px solid #4e7eba;
	border-left: 2px solid #4e7eba;
}
.city-btn2 a:hover .title h3{
	border-bottom: 1px solid #4e7eba;
	color: #4e7eba;
}
@media (max-width: 767px) {
	.city-btn2{
		margin-top: 15px;
	}
}


/*special-btn*/
.special-btn a{
	background: #c89eaa;
}
.special-btn a:hover {
	color: #c89eaa;
	background: #fff;
}
.special-btn a::before {
	border-top: 2px solid #c89eaa;
	border-bottom: 2px solid #c89eaa;
}
.special-btn a::after {
	border-right: 2px solid #c89eaa;
	border-left: 2px solid #c89eaa;
}
.special-btn a:hover .title h3{
	border-bottom: 1px solid #c89eaa;
	color: #c89eaa;
}


/*special-btn2*/
.special-btn2 a{
	background: #b67e8e;
}
.special-btn2 a:hover {
	color: #b67e8e;
	background: #fff;
}
.special-btn2 a::before {
	border-top: 2px solid #b67e8e;
	border-bottom: 2px solid #b67e8e;
}
.special-btn2 a::after {
	border-right: 2px solid #b67e8e;
	border-left: 2px solid #b67e8e;
}
.special-btn2 a:hover .title h3{
	border-bottom: 1px solid #b67e8e;
	color: #b67e8e;
}
@media (max-width: 767px) {
	.special-btn2{
		margin-top: 15px;
	}
}


/*title*/
.sale-title{
	background: url(../images/sale-title-bg.png) right bottom 25px no-repeat;
	background-size: 100% auto;
}
.access-title{
	background: url(../images/access-title-bg.png) right bottom 25px no-repeat;
	background-size: 100% auto;
}
.city-title{
	background: url(../images/city-title-bg.png) right bottom 25px no-repeat;
	background-size: 100% auto;
}
.special-title{
	background: url(../images/special-title-bg.png) right bottom 25px no-repeat;
	background-size: 100% auto;
}
.sale-title,
.access-title,
.city-title,
.special-title{
	text-align: left;
	margin-bottom: 0;
}
.sale-title::after,
.access-title::after,
.city-title::after,
.special-title::after{
	content: none;
}

/*mq*/
@media (max-width: 768px) {
	.sale-title,
	.city-title{
		background-size: 200% auto;
	}
}
@media (max-width: 430px) {
	.banner-btn{
		max-width: 100%;
	}
}

.notice-caption{
	margin-top:25px;
	font-size:10px;
	color:#999;
}
.notice-caption p{
	margin-bottom: 1em;
}

/*slide-bar*/
.slide-bar{
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: -0.5em;
}
.slide-bar h2{
	margin-bottom: 10px;
}
.slide-bar h2::after{
	display: none;
}
.slide-bar > div{
	letter-spacing: normal;
	display: inline-block;
	width: calc(33.33333% - 20px);
	margin: 0 10px;
	vertical-align: top;
}
.slide-bar > div:last-child h2{
	margin-bottom: 0;
}
.slide-bar img{
	max-width: 100%;
}
@media (max-width: 767px) {
	.slide-bar{
		margin-bottom: 0
	}
	.slide-bar > div{
		width: 100%;
		margin: 0 0 15px;
	}
	.slide-bar h2,
	.slide-bar p{
		display: inline-block;
		width: 48%;
		vertical-align: middle;
	}
	.slide-bar h2{
		margin-bottom: 0
	}
}


/*event*/
/*.popup-event{
	max-width: 540px;
	margin: auto;
	position: relative;
	padding-top: 28px;
}
.popup-event a{
	display: block;
}*/


/*float-banner*/
/*.float-banner{
	position: fixed;
	top: 50%;
	right: 10px;
	margin-top: -150px;
	z-index: 1000;
}
.float-close{
	text-align: right;
	cursor: pointer;
	margin-bottom: 5px;
}
.float-banner a{
	display: inline-block;
}
.float-banner a:hover{
	opacity: 0.75;
}
.float-banner img{
	max-width: 350px;
}
@media (max-width: 767px) {
	.float-banner{
		position: relative;
		top: auto;
		right: auto;
		margin-top: 0;
		text-align: center;
	}
	.float-banner img{
		max-width: 100%;
		margin: 0 auto 15px;
	}
	.float-close{
		display: none;
	}
}*/

/*anime*/
/*.float-banner a img{
	opacity: 0;
	-ms-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s ease-out;
}
.float-banner.delighter.started a img{
	-ms-transform: none;
	transform: none;
	opacity: 1;
	transform: scale(1);
	animation-name: anim_sc;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 8;
	animation-direction: alternate;
	animation-duration: 0.5s;
	transition: all 0.5s ease-out 0s;
}
@keyframes anim_sc {
	100% {
		transform: scale(0.8);
	}
}
.float-banner .float-close{
	opacity: 0;
	transition: all 0.5s ease-out;
}
.float-banner.delighter.started .float-close{
	opacity: 1;
	transition: all 0.5s ease-out 5s;
}*/

/*movie*/
#modal-content,
#modal-content2{
	width: 100%;
	max-width: 800px;
	margin: 0;
	padding: 0;
	position: fixed;
	display: none ;
	z-index: 99999;
}
#modal-content .inner,
#modal-content2 .inner{
	position:relative;
}
#modal-content .inner,
#modal-content2 .inner{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
#modal-content .inner #player,
#modal-content2 .inner #player2{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#modal-overlay{
	z-index: 9999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 255,255,255, 0.75 );
}
.modal-close{
	margin-bottom: 5px;
	text-align: right;
}
@media (max-width: 800px) {
	#modal-content{
		max-width: 100%;
	}
}


/* banner-movie */
.banner-movie{
	width: 100%;
	position: relative;
}
.banner-movie a:hover img{
	opacity: 1;
}
.banner-movie:hover{
	/* opacity: 0.5; */
	/* transition: all .4s ease-out; */
}
.banner-movie h3{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.banner-movie a:hover h3{
	/*opacity: 0.5;*/
}
.banner-movie h3::after{
	display: none;
}
.banner-movie a{
	/*background: rgba(0, 0, 0, 0.25);*/
	display: block;
	background-position: center center;
	position: relative;
}
.banner-movie a:hover::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5) url(../images/icon-movie.png) no-repeat;
	background-position: center center;
	transition: all .4s ease-out;
}
.banner-table > div{
	position: relative;
	z-index: -1;
}
.banner-table > div:first-child{
	background: #646d78 url("../images/banner-movie-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 10px;
	text-align: center;
	background-size: cover;
	position: relative;
}
.banner-table > div:last-child{
	background: #646d78;
}
.banner-movie .new{
	position: absolute;
	top: -1px;
	left: -1px;
}
.banner-movie-wapper{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.banner-movie-wapper iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/*extra*/
.extra {
	margin: 0 auto 30px;
	text-align: center;
	border: 3px double #e7291e;
}
.extra a {
	text-decoration: none;
	color: #e7291e;
	display: block;
	padding: 20px;
	font-size: 18px;
}
.extra a:hover {
	text-decoration: none;
	background: #e7291e;
	color: #fff;
}
.extra img {
	margin-left: 5px;
	width: 20px;
	vertical-align: middle;
}
.extra a:hover img {
	opacity: 1;
}
@media (max-width: 767px) {
	.extra {
		margin-bottom: 15px
	}
}