@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 (min-width: 959px){
	.reservation-infomation {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.reservation-infomation__items {
		flex-basis: 50%;
	}
}
@media screen and (max-width: 959px){
	.reservation-infomation__title{
		font-size: 12px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 959px) {
	.before-information {
		margin-bottom: 55px;
	}
}
@media screen and (min-width: 959px){
	.before-information {
		margin-bottom: 106px;
	}
}
/* contactBlock__detail*/
@media screen and (max-width: 959px) {
	.contactBlock__detail {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 959px){
    .contactBlock__detail{
	    margin-bottom: 60px;
    }
}
@media screen and (max-width: 959px) {
    .contactBlock_btn__cv_typeblack a {
	    padding: 11px 0;
	    font-size: 1.4rem;
    }
}

/* 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: 20px;
/*		margin-bottom: 120px;*/
	}
	.btn--home .btn__linkArrow {
		width: 100%;
/*		width: 427px; */
		height: 57px;
		margin: 0 auto;
	}
/*　以下追記 */
	.btn--typeDefault li {
		width: 42.7%;
	}
	.btn__list {
		margin-bottom:0;
	}
}

@media screen and (max-width: 959px) {
.lastSection {
	margin-bottom:55px;
	}
	
}
@media screen and (min-width: 959px){
.lastSection {
	margin-bottom:105px;
	}
}