@charset "UTF-8";
/* keyvisual */
@media screen and (max-width: 959px){
	.keyvisual__title {
		margin-bottom: 20px;
	}
}
/* reservation*/
.textBlock {
	margin-bottom: 40px;
}
.reservation--tell .contactBlock{
	margin-top: 40px;
}
.bold {
	font-weight: bold;
}
@media screen and (max-width: 959px) {
	.content_margin{
	    margin-bottom: 20px;
}
	.before-information {
		margin-bottom: 55px;
	}
}
@media screen and (min-width: 959px){
	.content_margin{
	    margin-bottom: 40px;
}
	.before-information {
		margin-bottom: 106px;
	}
}
/* contactBlock__detail*/
@media screen and (max-width: 959px) {
    .contactBlock_btn__cv_typeblack a {
	    padding: 11px 0;
	    font-size: 1.4rem;
    }
}
@media screen and (min-width: 960px) {
	.contactBlock__detail__title {
		margin-bottom: 0;
		line-height: 33px;
		font-size: 2rem;
		vertical-align: middle;
		width: 50%;
	}
	.contactBlock__detail_content {
		margin: 0 auto;
		width: 50%;
	}
}

/* biggerBtn */
@media screen and (max-width: 959px){
.biggerBtn {
		font-size:1.4rem;
		line-height:3rem;
}
}
@media screen and (min-width: 959px){
.biggerBtn {
		font-size:2rem;
		line-height:4rem;
	
}
.btn--typeDefault li {
		width: 50%;
}
/* btn--home */
.btn--home .btn__linkArrow:before {
	transform: scale( -1, 1 );
	margin: 0 28px 0 0;
}
@media screen and (max-width: 959px){
	.btn--home {
		width: 100%;
		padding: 0 10px;
	}
	.btn--home .btn__linkArrow {
		background-image: none;
	}
	.btn--home .btn__linkArrow:before {
		content: '';
		width: 7px;
		height: 12px;
		margin: 0 13px 0 0;
		overflow: hidden;
		background: url(/element_2017/images/arrow_middle_right_btn2.png) left top no-repeat;
		display: inline-block;
	}
}
@media screen and (min-width: 959px){
	.btn--home {
		margin-bottom: 120px;
	}
	.btn--home .btn__linkArrow {
		width: 432px;
		height: 57px;
		margin: 0 auto;
	}
}

