/* ====================================
	共通スタイル
 ==================================== */


span.deep-blue {
	color: #008EC8;
}

article {
	line-height: 1.8;
	overflow: hidden;
}


#sub01 .tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 3rem;
}

#sub01 .tag li {
	border: 1px solid #008EC8;
	margin-right: .5rem;
}

#sub01 .name {
	position: relative;
}

#sub01 .name span {
	font-size: 2.2rem;
	color: #7c8890;
}

#sub01 .name:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 20px;
	height: 1px;
	left: 0;
	background-color: #B9B6A9;
}



#sub01 .btn-arrow-right {
	margin-left: 0;
}




.reserve {
	width: 100vw;
	background-color: #F2F9FC;
}

.reserve .title {
	text-align: center;
	position: relative;
}

.reserve .title::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #66bbde;
}

.reserve .btn-arrow-right a {
	margin-left: auto;
	margin-right: auto;
}

#sub02 .name {
	position: relative;
}

#sub02 .name:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 20px;
	height: 1px;
	left: 0;
	background-color: #B9B6A9;
}

#sub02 ul.star {
	margin-top: 2rem;
}

span.movie-icon {
	background: url(images/movie.svg) right 70%/16px auto no-repeat;
	padding-right: 20px;
}

/* ====================================
	767px以下専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	#mainVisual .main-img {
		background-image: url(images/mv-studio_sp.jpg);
	}


	.sub-text {
		font-size: 1.4rem;
	}

	.flex-container>.flex-item {
		width: 100%;
	}

	#sub01.sub-section {
		padding-bottom: 8rem;
	}

	#sub01 .flex-container.half:last-of-type .flex-item.img {
		margin-top: 8rem;
	}


	#sub01 .flex-container.half {
		/* position: relative;
		z-index: 1;
		padding-bottom: 57vw; */
		margin-top: 4rem;
	}

	#sub01 .flex-container.half>.flex-item.text {
		margin-top: 3rem;

	}


	/* #sub01 .flex-container.half>.flex-item.img-item01::before {
		content: '';
		background: url(images/sub01-1.jpg) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 58vw;
		position: absolute;
		top: 0;
		right: 0;
	} */



	/* #sub01 .flex-container.half>.flex-item.img-item02::before {
		content: '';
		background: url(images/sub01-2.jpg) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 58vw;
		position: absolute;
		top: 0;
		right: 0;
	} */
	#sub01.sub-section .flex-container.half .flex-item:nth-of-type(n+2) {
		margin-top: 6rem;
		}
	#sub01 .tag {
		margin-top: 2rem;
	}
	#sub01 .tag li {
		font-size: 1.2rem;
		padding: .2rem .5rem;
	}

	#sub01 .name {
		font-size: 2rem;
		margin-top: 1rem;
		line-height: 1.4;
	}



	#sub01 .name span {
		font-size: 1.6rem;
	}

	#sub01 .name:before {
		bottom: -15px;
		width: 20px;
	}

	#sub01 .detail {
		font-size: 1.2rem;
		margin-top: 3rem;
	}

	#sub01 .detail-text {
		font-size: 1.4rem;
		margin-top: 3rem;
	}

	#sub01 .btn-arrow-right {
		margin-top: 4rem;
		margin-left: auto;
    margin-right: auto;
	}

	.reserve {
		width: 100vw;
		padding-top: 5rem;
		padding-bottom: 5rem;
		margin-bottom: 10rem;
	}

	.reserve .title {
		font-size: 1.8rem;
	}

	.reserve .title::before {
		bottom: -15px;
		width: 40px;

	}



	.reserve .btn-box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		margin-top: 2rem;
	}

	.reserve .btn-box .flex-item {
		width: 100%;
		margin-top: 2rem;
	}

	.reserve .btn-arrow-right {
		max-width: 330px;
		margin-top: 3rem;
	}



	.reserve .btn-arrow-right.online a {
		padding-right: 1.4rem;
	}


	.reserve .btn-wrap {
		padding-right: 26px;
	}

	#sub02 .name {
		font-size: 2rem;
		margin-bottom: 3rem;
	}

	#sub01 .name:before {
		bottom: -15px;
		width: 20px;
	}


	#sub02 .address {
		font-size: 1.4rem;
		margin-bottom: 1.6rem;
		line-height: 1.8;
	}

	#sub02 .traffic {
		font-size: 1.4rem;
		margin-bottom: 2rem;
		line-height: 1.8;
	}

	#sub02 .flex-container.half:last-of-type {
		margin-top: 6rem;
	}

	#sub02 .flex-container .flex-item .img-container {
		margin-top: 3rem;
	}

	#sub02 .name:before {
		bottom: -15px;
	}

	#sub02 .map-wrap {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}

	#sub02 .flex-container.half {
		flex-direction: column-reverse;
	}

	#sub02 .flex-container.half>.flex-item.img {
		position: relative;
		z-index: 1;
		padding-bottom: 68vw;
		margin-top: 1rem;
	}

	#sub02 .flex-container.half>.flex-item.text {
		margin-top: 3rem;

	}


	#sub02 .flex-container.half>.flex-item.img-item01::before {
		content: '';
		background: url(images/sub02-1.jpg) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 68vw;
		position: absolute;
		top: 0;
		/* right: -20vw; */
	}



	#sub02 .flex-container.half>.flex-item.img-item02::before {
		content: '';
		background: url(images/sub02-2.jpg) no-repeat;
		background-size: 100%;
		width: 100%;
		height: 68vw;
		position: absolute;
		top: 0;
		/* left: -5vw; */
	}
	/* #sub02.sub-section{
		padding-bottom:8rem;
	}
	.btn-wrap.yoyaku {
		margin-bottom: 10rem;
	} */
}

/* ====================================
	768px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	#mainVisual .main-img {
		background-image: url(images/mv-studio.jpg);
	}

	/* #mainVisual .main-img {
		background-position: center -440px !important;
	} */


	.sub-text {
		font-size: 1.8rem;
	}

	/* 画像下揃え */
	.fix-bottom-img .flex-item {
		display: flex;
		flex-direction: column;
	}

	.fix-bottom-img .img-container {
		min-height: 0%;
		/* IE対応 */
		width: 100%;
		margin-top: auto;
		padding-top: 2rem;
	}

	.flex-container.half>.flex-item {
		width: 48%;
	}

	#sub01.sub-section {
		padding-bottom: 10rem;
	}
	#sub01.sub-section .flex-container.half .flex-item:nth-of-type(n+3) {
	margin-top: 10rem;
	}



	#sub01 .flex-container.half {
		margin-top: 14rem;
		padding-bottom: 8rem;
	}

	#sub01 .flex-container .flex-item {
		/* padding-bottom: 29rem; */
	}

	/* #sub01 .flex-container.half>.flex-item.img {
		position: relative;
	} */



	#sub01 .flex-container.half>.flex-item.img-item01::before {
		background: url(images/sub01-1.jpg) no-repeat;
		background-size: 100%;
		content: '';
		background-size: 100%;
		width: 50vw;
		height: 47rem;
		position: absolute;
		top: 0;
		right: 0;
		max-width: 750px;

	}

	#sub01 .flex-container.half>.flex-item.img-item02::before {
		background: url(images/sub01-2.jpg) no-repeat;
		background-size: 100%;
		content: '';
		background-size: 100%;
		width: 50vw;
		height: 47rem;
		position: absolute;
		top: 0;
		right: 0;
		max-width: 750px;
	}


	#sub01 .tag li {
		font-size: 1.4rem;
		padding: .2rem .5rem;
	}

	#sub01 .name {
		font-size: 3rem;
		margin-top: 3rem;
		line-height: 1.4;
	}

	#sub01 .name span {
		font-size: 2.2rem;
	}

	#sub01 .name:before {
		bottom: -20px;
	}

	#sub01 .detail {
		font-size: 1.2rem;
		margin-top: 5rem;
	}
	#sub01 .detail.h-adj{
    height: 24px !important;
	}

	#sub01 .detail-text {
		font-size: 1.4rem;
		margin-top: 4rem;
	}

	#sub01 .btn-arrow-right {
		margin-top: 4rem;
	}

	.reserve {
		width: 100vw;
		padding-top: 7rem;
		padding-bottom: 7rem;
		margin-bottom: 16rem;
	}

	.reserve .title {
		font-size: 2.8rem;
		text-align: center;
		position: relative;
	}

	.reserve .title::before {
		bottom: -20px;
	}


	.reserve .btn-box .flex-item {
		width: 100%;
	}

	.reserve .btn-arrow-right {
		max-width: 320px;
		font-size: 1.5rem;
	}



	.reserve .btn-arrow-right.online a {
		padding-right: 1.4rem;
	}

	.reserve .btn-wrap {
		padding-right: 26px;
	}

	#sub02 .name {
		font-size: 3rem;
		margin-bottom: 3rem;
	}

	#sub02 .name:before {
		bottom: -20px;
	}

	#sub02 .address {
		font-size: 1.6rem;
		margin-bottom: 2rem;
	}

	#sub02 .traffic {
		margin-bottom: 2em;
		font-size: 1.4rem;
	}

	#sub02 .flex-container.half {
		align-items: flex-start;
	}

	#sub02 .flex-container.half:last-of-type {
		margin-top: 14rem;
		padding-bottom: 20vw;
	}

	#sub02 .map-wrap {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}


	#sub02 .flex-container.half>.flex-item.img-item01::before {
		background: url(images/sub02-1.jpg) no-repeat;
		background-size: 100%;
		content: '';
		width: 48vw;
		height: 38vw;
		position: absolute;
		top: 0;
		left: 0vw;
		max-width: 750px;

	}

	#sub02 .flex-container.half>.flex-item.img-item02::before {
		background: url(images/sub02-2.jpg) no-repeat;
		background-size: 100%;
		content: '';
		width: 50vw;
		height: 40vw;
		position: absolute;
		top: 0;
		left: 0vw;
		max-width: 750px;
	}

	#sub02 .flex-container.half>.flex-item.img {
		position: relative;
	}

	#sub02 .btn-arrow-right {
		margin-left: 0;
	}
	#sub02 .yoyaku .btn-arrow-right {
		margin-right: auto;
		margin-left: auto;
	}

.btn-wrap.yoyaku {
	padding-top: 4rem;
} 
}

/* ====================================
	768px以上1023px以下専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.reserve .btn-box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		margin-top: 7rem;
	}

	.reserve .btn-box .flex-item {
		width: 100%;
		margin-top: 2rem;
	}

	.reserve .btn-arrow-right {
		max-width: 430px;
		font-size: 1.5rem;
	}


	.reserve .btn-arrow-right.online a {
		padding-right: 1.4rem;
	}

	.reserve .btn-wrap {
		padding-right: 26px;
	}
}

/* ====================================
	1023px以上専用スタイル
===================================== */
@media screen and (min-width: 1023px) {

	.reserve .btn-box {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		max-width: 1120px;
		margin-top: 9rem;
	}

	.reserve .btn-box .flex-item {
		width: 32%;
	}

	.reserve .btn-arrow-right {
		max-width: 320px;
		font-size: 1.5rem;
	}

	.reserve .btn-arrow-right a {
		margin-left: auto;
		margin-right: auto;
	}

	.reserve .btn-arrow-right.online a {
		padding-right: 2.4rem;
	}

	.reserve .btn-wrap {
		padding-right: 26px;
	}
}
	/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
	@media print,
	screen and (min-width: 1024px) and (max-width: 1199px) {}

	/* ====================================
	1200px以上専用スタイル
===================================== */
	@media screen and (min-width: 1200px) {}

	/* ====================================
	1500px以上専用スタイル
===================================== */
	@media screen and (min-width: 1500px) {}

	/* ====================================
	IE
===================================== */
	@media all and (-ms-high-contrast: none),
	(-ms-high-contrast: active) {}