@charset "utf-8";

body {
	overflow-y: hidden!important;
}
body.loaded {
	overflow-y: visible!important;
}
#progressWrap {
	background: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
#progress {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#progressBar {
	background-color: #cf9a34;
	height: 1px;
	left: 0%;
	position: absolute;
	top: 50%;
	width: 0%;
	z-index: 10;
}
#progressTtl {
	color: #cf9a34;
	font-size: 16px;
	left: 0;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-37px);
}
#progressTxt {
	color: #cf9a34;
	font-size: 45px;
	font-weight: 400;
	line-height: 1;
	margin-top: 25px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-10px);
	width: 100%;
	z-index: 5;
}
#progressTxt span {
	color: #cf9a34;
	font-size: .3em;
}

.section {
	background: #fff;
	overflow: hidden;
	padding: 90px 0 80px;
}

/* common */

/* main visual*/
#description {
	max-width: 100%;
	padding: 10px calc((100vw - 1200px)/2 + 130px) 0;
}
#description, #header {
	background: #fff;
	position: absolute;
	transform: translateY(-100%);
	transition: all 1s ease;
	transition-delay: 0s;
	transition-duration: 0s;
	z-index: 9;
}
#header.on {
	top: 25px;
}
#description.on, #header.on {
	transform: translateY(0);
	transition-duration: 1s;
}
#mainVisual {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#mainVisual .scene {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 1s ease-in-out;
	transition-delay: 0s;
	transition-duration: 0s;
	width: 100%;
}
#mainVisual .scene.none {
	display: none;
}
#mainVisual .scene.on {
	opacity: 1;
	transition-duration: 1.5s;
	visibility: visible;
}
#mainVisual .scene01 {
	background: #fff url("/img/tpo/yamabukikagurazaka/page/top/bg_scene01.png") no-repeat center center;
	background-size: cover;
	z-index: 1;
}
#mainVisual .scene02 {
	background: #fff url("/img/tpo/yamabukikagurazaka/page/top/bg_scene02.png") no-repeat center center;
	background-size: cover;
	z-index: 2;
}
#mainVisual .scene03 {
	background: #fff url("/img/tpo/yamabukikagurazaka/page/top/bg_scene03.png") no-repeat center center;
	background-size: cover;
	z-index: 3;
}
#mainVisual .scene04 {
	background: #fff url("/img/tpo/yamabukikagurazaka/page/top/bg_scene04.png") no-repeat center bottom;
	background-size: cover;
	z-index: 4;
}
#mainVisual .scene01 .middle {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
#mainVisual .scene01 .logo01, #mainVisual .scene01 .logo02 {
	opacity: 0;
}
#mainVisual .scene01.on .logo01, #mainVisual .scene01.on .logo02 {
	opacity: 1;
	transition: all 2s ease-in-out;
	transition-delay: 1.25s;
}
#mainVisual .scene01 .logo01 img, #mainVisual .scene01 .logo02 img {
	height: 42px;
}
#mainVisual .scene01 .text {
	color: #5a5145;
	font-size: 26px;
	margin: 35px 0;
	opacity: 0;
	text-align: center;
	transition: opacity 2s ease-in-out;
	transition-delay: 0s;
	transition-duration: 0s;
}
#mainVisual .scene01.on .text {
	opacity: 1;
	transition-delay: 2.75s;
	transition-duration: 2s;
}
#mainVisual .scene01 .text02 {
	color: #a56823;
	font-size: 32px;
	opacity: 0;
	text-align: center;
	transition: opacity 2.25s ease-in-out;
	transition-delay: 0s;
	transition-duration: 0s;
}
#mainVisual .scene01.on .text02 {
	opacity: 1;
	transition-delay: 4.5s;
	transition-duration: 2.2s;
}
#mainVisual .scene01.on .logo02 {
	transition-delay: 2.75s;
	transition-duration: 1.75s;
}
#mainVisual .scene02 .txt_left {
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: -50%;
	transition: all 2.5s ease-in-out .75s;
	width: 25%;
}
#mainVisual .scene02.on .txt_left {
	opacity: 1;
	top: 0;
}
#mainVisual .scene02 .txt_left img {
	margin-right: auto;
}
#mainVisual .scene02 .txt_center {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
#mainVisual .scene02 .txt_center img {
	margin: 0 auto;
}
#mainVisual .scene02.on .txt_center {
	opacity: 1;
	transition: all 1.25s ease-in-out 5s;
}
#mainVisual .scene02 .txt_right {
	bottom: -50%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	transition: all 1.5s ease-in-out 2.25s;
	width: 25%;
}
#mainVisual .scene02 .txt_right img {
	margin-left: auto;
}
#mainVisual .scene02.on .txt_right {
	bottom: 0;
	opacity: 1;
}
#mainVisual .scene03 .middle {
	height: 610px;
	left: 0;
	margin: 0 auto;
	max-width: 770px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
#mainVisual .scene03 .circle {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
#mainVisual .scene03 .line_yellow, #mainVisual .scene03 .line_blue {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: all .5s linear 1.5s;
	width: 0%;
	z-index: 0;
}
#mainVisual .scene03 .line_yellow img, #mainVisual .scene03 .line_blue img {
	bottom: 0;
	height: 100%;
	left: 0;
	max-width: inherit;
	position: absolute;
}
#mainVisual .scene03 .line_blue {
	left: auto;
	right: 0;
	z-index: 2;
}
#mainVisual .scene03 .line_blue img {
	left: auto;
	right: 0;
}
#mainVisual .scene03.on .line_yellow, #mainVisual .scene03.on .line_blue {
	width: 100%;
}
#mainVisual .scene03 .text {
	box-shadow: 0px 0px 20px #fefefe;
	color: #5a5145;
	font-size: 24px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -75px;
	transition: opacity 1.25s ease-in-out 3.5s;
	width: 100%;
	z-index: 3;
}
#mainVisual .scene03.on .text {
	opacity: 1;
}
#mainVisual .scene04 .minutes {
	background: url(/img/tpo/yamabukikagurazaka/page/top/scene04_02.png) no-repeat center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all 1.25s ease-in-out 2.5s;
	width: 100%;
	z-index: 2;
	z-index: 3;
}
#mainVisual .scene04 .minutes img {
	display: none;
	width: 100%;
}
#mainVisual .scene04.on .minutes {
	opacity: 1;
}
#mainVisual .scene04.shownow .minutes {
	opacity: 1;
	transition: inherit!important;
}
#mainVisual .scene04 .polelight {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 1;
}
#mainVisual .scene04 .polelight img {
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin: 0 auto;
	max-width: inherit;
	position: absolute;
	right: 0;
	transform: scale(0);
	transition: all .65s ease-in-out .5s;
	width: 110px;
}
#mainVisual .scene04.on .polelight img {
	transform: scale(1);
}
#mainVisual .scene04 .text {
	color: #5a5145;
	font-size: 27px;
	letter-spacing: .2em;
	line-height: 1.7;
	opacity: 0;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	/*top: 190px;*/
	top: 24%;
	transition: opacity 1.25s ease-in-out 5s;
	width: 100%;
	z-index: 4;
}
#mainVisual .scene04.on .text {
	opacity: 1;
}
#mainVisual .scene04.shownow .text {
	opacity: 1;
	transition: inherit!important;
}
#btn_skip, #btn_replay {
	bottom: 28px;
	cursor: pointer;
	position: absolute;
	right: 28px;
	transition: all ease .25s;
	z-index: 9;
}
#btn_skip:hover, #btn_replay:hover {
	opacity: .75;
}
#btn_skip img, #btn_replay img {
	width: 111px;
}
#btn_skip {
	display: block;
}
#btn_skip.off {
	display: none;
}
#btn_replay {
	display: none;
}
#btn_replay.on {
	display: block;
}

@media only screen and (max-width: 1441px) {
	#mainVisual .scene03 .middle {
		height: 475px;
		max-width: 600px;
	}
	#mainVisual .scene03 .text {
		top: -50px;
	}
}

@media only screen and (max-width: 992px) {
	#mainVisual .scene02.on .txt_left, #mainVisual .scene02.on .txt_right {
		width: 20%;
	}
	#mainVisual .scene03 .middle {
		height: 555px;
		max-width: 700px;
	}
	#mainVisual .scene04 .text {
		font-size: 26px;
	}
}

@media only screen and (max-width: 767px) {
	#mainVisual .scene01 .text {
		font-size: 16px;
		margin: 20px 0 12px;
	}
	#mainVisual .scene01 .text02 {
		font-size: 16px;
	}
	#mainVisual .scene01 .logo01 img, #mainVisual .scene01 .logo02 img {
		height: 18px;
	}
	#mainVisual .scene02.on .txt_left {
		top: 0%;
	}
	#mainVisual .scene02.on .txt_right {
		bottom: 0%;
	}
	#mainVisual .scene03 .middle {
		height: 295px;
		max-width: 380px;
	}
	#mainVisual .scene03 .line_yellow {
		left: 0;
	}
	#mainVisual .scene03 .text {
		font-size: 13px;
		top: -30px;
	}
	#mainVisual .scene04 .text {
		font-size: 18px;
		top: 18%;
	}
	#mainVisual .scene04 {
		background: #fff url("/img/tpo/yamabukikagurazaka/page/top/bg_scene04_sp.png") no-repeat center bottom;
		background-size: cover;
		z-index: 4;
	}
	#mainVisual .scene04 .minutes {
		background: url(/img/tpo/yamabukikagurazaka/page/top/scene04_02_sp.png) no-repeat center bottom;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#mainVisual .scene04 .polelight img {
		bottom: -120px;
	}
	#mainVisual .scene04.on .polelight img {
		transform: scale(.5);
	}
	#btn_skip, #btn_replay {
		bottom: auto;
		right: 0;
		top: 0;
	}
	#btn_skip img, #btn_replay img {
		width: 75px;
	}
}

.top_info .img_content {
	background: url(/img/tpo/yamabukikagurazaka/page/top/bg_info.png) repeat-y top center;
	background-size: cover;
	padding: 30px 0;
}
.top_info .img_content .img {
	padding: 0 40px;
}
.top_info .img_content .line {
	border-bottom: 1px solid #c26823;
	display: block;
	margin-bottom: 25px;
}
.top_info .bg_content {
	background: #4a3f33;
	color: #fff;
	line-height: 1.5;
	padding: 25px 0;
}

.f16 {
	font-size: 16px;
}

.top_info .bg_content span {
	font-size: 23px;
}
.top_info .bg_content .cap {
	font-size: 16px;
	margin-top: 10px;
}
.top_info .bg_content .num {
	font-size: 37px;
}
.top_info .bg_content .first {
	border: 1px solid;
	font-size: 16px;
	line-height: 1;
	padding: 10px;
}
.top_info .bg_content .last {
	line-height: 1;
}
@media only screen and (max-width: 991px) {
	.top_info .bg_content {
		padding: 20px;
	}
	.top_info .bg_content .inner {
		padding: 0;
	}
	.top_info .bg_content .inner div {
		margin: 10px 0;
	}

	.top_info .bg_content span {
		font-size: 19px;
	}
	.top_info .bg_content .num {
		font-size: 30px;
	}
	.top_info .bg_content .cap {
		font-size: 12px;
		display: inline-block;
	}
	.top_info .bg_content .first {
		font-size: 14px;
	}
}

@media only screen and (max-width: 800px) {
	.top_info .bg_content .inner div {
	    padding-left: 0;
			padding-right: 0;
	}
}
.sec_info {
	line-height: 1.7;
	text-align: center;
}
.sec_info .ttl_en {
	color: #cf9a34;
	font-size: 18px;
	letter-spacing: .3em;
	margin-bottom: 25px;
}
.sec_info .ttl_jp {
	font-size: 30px;
	margin-bottom: 25px;
}
.sec_info .register .btn {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 40px;
	max-width: 100%;
	padding: 18px 15px 15px;
	width: 500px;
}
.sec_info .entry .btn {
	background: #846536;
	margin-bottom: 20px;
}
.sec_info .entry .btn:hover {
	background: #fff;
	color: #846536;
}
.sec_info .entry .btn:before, .sec_info .entry .btn:after {
	background: #846536;
}
.sec_info .box {
	border: 1px solid #000;
	display: inline-block;
	padding: 17px 20px 14px;
	position: relative;
}
.sec_info .logo {
	background: #fff;
	left: 50%;
	margin: 0 auto;
	max-width: 100%;
	padding: 5px 20px;
	position: absolute;
	top: 0;
	transform: translate(-50%,-70%);
	width: 200px;
}
.sec_info .txt {
	color: #4a3f33;
	font-size: 16px;
	text-align: center;
}
.sec_info .txt .phone {
	color: #4a3f33;
	font-size: 24px;
}
.sec_info .bnr {
	margin: auto;
	max-width: 100%;
	width: 770px;
}
.sec_info .bnr img {
	border: 1px solid #9a9ea1;
	transition: all ease .25s;
}
.sec_concept {
	background: url(/img/tpo/yamabukikagurazaka/page/top/bg_concept.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	line-height: 1.5;
	min-height: 100vh;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 0;
}
.sec_concept .wrap_parallax {
	padding: 150px 0 50px;
	position: relative;
}
.sec_concept .wrap_concept {
	background: rgba(255,255,255,.8);
	padding: 80px 85px 55px;
	position: relative;
}
.sec_concept .wrap_concept .ttl {
	left: 50%;
	max-width: 70%;
	position: absolute;
	top: -45px;
	transform: translateX(-50%);
	width: 430px;
	z-index: 1;
}
.sec_concept .wrap_concept .text01 {
	font-size: 18px;
	letter-spacing: .2em;
	margin-bottom: 25px;
	padding-top: 55px;
}
.sec_concept .wrap_concept .text02 {
	font-size: 16px;
}
.sec_concept .wrap_concept .top_concept {
	margin-bottom: 30px;
}
.sec_concept .wrap_concept .bottom_concept {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 10px;
}
.sec_concept .wrap_concept .bottom_concept .item_01 {
	-ms-flex: 0 0 21.4%;
	flex: 0 0 21.4%;
}
.sec_concept .wrap_concept .bottom_concept .item_02 {
	-ms-flex: 0 0 33.6%;
	flex: 0 0 33.6%;
}
.sec_concept .wrap_concept .bottom_concept .item_02 .picsWrap {
	left: -30px;
	top: 50px;
}
.sec_concept .wrap_concept .bottom_concept .item_03 {
	-ms-flex: 0 0 26.2%;
	flex: 0 0 26.2%;
}
.sec_concept .wrap_concept .bottom_concept .item_03 .picsWrap {
	left: -50px;
}
.sec_concept .wrap_concept .bottom_concept .item_04 {
	-ms-flex: 0 0 18.8%;
	flex: 0 0 18.8%;
}
.sec_concept .wrap_concept .bottom_concept .item_04 .picsWrap {
	left: -25px;
	top: -79px;
}
.sec_concept .wrap_concept .link {
	text-align: center;
}
.sec_concept .wrap_concept .link .btn {
	background: #cf9a34;
	display: inline-block;
	font-size: 18px;
	max-width: 90%;
	padding: 18px 15px 15px;
	text-align: center;
	width: 500px;
}
.sec_concept .wrap_concept .link .btn:hover {
	background: #fff;
	color: #cf9a34;
}
.sec_concept .wrap_concept .link .btn:before, .sec_concept .wrap_concept .link .btn:after {
	background: #cf9a34;
}
.sec_concept .wrap_concept .js_effect {
	opacity: 0;
	transition: all .25s linear;
	transition-duration: 1s;
}
.sec_concept .wrap_concept .js_effect.on {
	opacity: 1;
}
.sec_concept .wrap_concept .js_effect.effect02 {
	transition-delay: .25s;
}
.sec_concept .wrap_concept .js_effect.effect03 {
	transition-delay: .5s;
}
.sec_concept .wrap_concept .js_effect.effect04 {
	transition-delay: .75s;
}
.sec_concept .wrap_concept .js_effect.effect05 {
	transition-delay: 1s;
}
.sec_concept .wrap_concept .js_effect.item {
	transform: translateY(20px);
	transition-delay: 1.5s;
}
.sec_concept .wrap_concept .js_effect.item.on {
	transform: translateY(0px);
}
.sec_concept .wrap_concept .js_effect.effect07 {
	transition-delay: 1.75s;
}
.sec_concept .wrap_concept .js_effect.effect08 {
	transition-delay: 2s;
}
.sec_concept .wrap_concept .js_effect.effect09 {
	transition-delay: 2.25s;
}
.sec_entire .entire .item {
	position: relative;
	z-index: 1;
}
.sec_entire .entire .item:before {
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s ease;
	z-index: 0;
}
.sec_entire .entire .item:after {
	background: #cf9a34;
	bottom: -7px;
	content: "";
	left: 7px;
	position: absolute;
	right: -7px;
	top: 7px;
	transition: all .5s ease;
	z-index: -2;
}
.sec_entire .entire .item .info {
	color: #fff;
	left: 0;
	margin-top: 30px;
	padding: 15px 25px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.sec_entire .entire .item .info .ttl_en {
	font-size: 24px;
	letter-spacing: .2em;
	margin-bottom: 10px;
}
.sec_entire .entire .item .info .ttl_jp {
	font-size: 16px;
	margin-bottom: 15px;
}
.sec_entire .entire .item .info .line {
	background: #fff;
	display: inline-block;
	height: 55px;
	margin-bottom: 20px;
	width: 1px;
}
.sec_entire .entire .item .info .btn {
	background: #cf9a34;
	font-size: 16px;
	letter-spacing: .2em;
	padding: 10px 15px;
}
.sec_entire .entire .item .img img {
	transition: all .5s ease;
	z-index: -1;
}
.sec_entire .entire .item .img {
	overflow: hidden;
}
.sec_entire .entire .item:hover .img img {
	opacity: 1;
	transform: scale(1.15);
}
.sec_entire .entire .item:hover:after {
	opacity: 0;
}
.sec_entire .entire .item:hover .info .btn {
	background: #fff;
	color: #cf9a34;
}
.sec_entire .entire .item .info .btn:before, .sec_entire .entire .item .info .btn:after {
	background: #cf9a34;
}
.sec_entire .entire .item:hover .info .btn:before, .sec_entire .entire .item:hover .info .btn:after {
	transition: .5s ease all;
	width: 100%;
}
.corona {
	padding: 50px 15px;
	text-align: center;
}
.sec_info .bnr_itot {
	margin-bottom: 50px;
}

.sec_info .bnr_pickup {
	margin-bottom: 40px;
}

.sec_info .bnr_pickup figure {
	margin-left: -7px;
}

.sec_info .bnr_pickup img {
	border: none;
}


.sec_info .bnr_vr dl dt {
	width: 100%;
}

.sec_info .bnr_vr dl dd {
	display: flex;
	padding: 20px;
	justify-content: center;
	background: #faf5eb;
}

.sec_info .bnr_vr {
	margin-bottom: 50px;
}

.sec_info .bnr_vr dl dd a {
	display: block;
	width: 48.63%;
}

.sec_info .bnr_vr dl dd a img {
	width: 100%;
}

.sec_info .bnr_vr img {
	border: none;
}

@media only screen and (max-width: 991px) {
	.sec_info .ttl_jp {
		font-size: 17px;
	}
	.sec_info .txt {
		font-size: 14px;
	}
	.sec_entire .entire .item {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 800px) {
	.top_info .bg_content .inner div {
		margin: 15px 0;
	}
	.sec_concept {
		padding-bottom: 0;
		padding-top: 0;
	}
	.sec_concept .wrap_concept {
		padding: 50px 50px 55px;
	}
	.sec_concept .wrap_concept .top_concept .order-1 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}
	.sec_concept .wrap_concept .top_concept .order-1 .picsCaps.RsideTop {
		bottom: 0;
		left: 0;
		right: auto;
		top: auto;
	}
	.sec_concept .wrap_concept .ttl {
		top: -5%;
	}
	.sec_concept .wrap_concept .top_concept .order-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	.sec_concept .wrap_concept .text01 {
		padding-top: 30px;
	}
	.sec_concept .wrap_concept .bottom_concept {
		margin-bottom: 55px;
		padding-right: 0;
	}
	.sec_concept {
		background-attachment: scroll;
	}
	.sec_concept .bg_img .img {
		display: none;
	}
	.sec_concept .wrap_concept .link .btn {
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
	#wrap {
		margin-top: 0;
	}
	#header.on {
		top: 0;
		z-index: 999;
	}
}
@media only screen and (max-width: 767px) {
	.section {
		padding: 50px 0;
	}
	.top_info .img_content {
		background: url(/img/tpo/yamabukikagurazaka/page/top/bg_info-sp.png) repeat-y top center;
		background-size: cover;
		padding: 20px 0;
	}
	.top_info .img_content .img {
		padding: 0 15px;
	}
	.top_info .bg_content .inner {
		text-align: center;
		width: 100%;
	}

	.top_info .bg_content .last .cap {
		display: block;
		font-size: 10px;
		margin-top: 10px;
	}
	.top_info .bg_content .last .pc_only {
		display: none;
	}
	.sec_info .bnr img {
		border: none;
	}
	.top_info .img_content .line {
		margin: 10px auto 30px;
	}
	.sec_info .register .btn {
		margin-bottom: 20px;
	}
	.sec_info .entry .btn {
		margin-bottom: 10px;
	}
	.sec_info .txt {
		line-height: 1.5;
		padding-top: 15px;
	}
	.sec_info .txt .line {
		display: none;
	}
	.sec_entire {
		overflow: hidden;
		padding: 15px 0;
	}
	.sec_entire .inner {
		max-width: 100%;
		width: 100%;
	}
	.sec_entire .entire .col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.sec_entire .entire .item {
		margin-bottom: 15px;
		overflow: hidden;
	}
	.sec_entire .entire .item .img {
		height: 280px;
		transition: all .25s ease;
		z-index: -1;
	}
	.sec_entire .entire .item:hover .img {
		transform: scale(1.1);
	}
	.sec_entire .entire .item img {
		display: none !important;
	}
	.sec_entire .entire .item_access .img {
		background: url(/img/tpo/yamabukikagurazaka/page/top/entire_access-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.sec_entire .entire .item_location .img {
		background: url(/img/tpo/yamabukikagurazaka/page/top/entire_location-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.sec_entire .entire .item_design .img {
		background: url(/img/tpo/yamabukikagurazaka/page/top/entire_design-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.sec_entire .entire .item_plan .img {
		background: url(/img/tpo/yamabukikagurazaka/page/top/entire_plan-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.sec_entire .entire .item .info {
		bottom: 20px;
		font-size: 100%;
		left: 50%;
		margin-top: 0;
		max-width: 90%;
		top: auto;
		transform: translate(-50%, 0);
		width: 500px;
	}
	.sec_entire .entire .item:after {
		display: none;
	}
	.sec_entire .entire .item .info .line {
		height: 30px;
	}



	.sec_info .bnr_pickup {
		margin-bottom: 20px;
	}

	.sec_info .bnr_pickup figure {
		margin-left: -7px;
	}

	.sec_info .bnr_vr dl dd {
		display: block;
		padding: 10px;
	}

	.sec_info .bnr_vr {
		margin-bottom: 25px;
	}

	.sec_info .bnr_vr dl dd a {
		width: 100%;
	}

	.sec_info .bnr_vr dl dd a:not(:last-child) {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 640px) {
	.top_info .img_content .line {
		margin: 0px auto 20px;
	}
	.sec_info .register .btn {
		font-size: 14px;
		padding: 10px 15px 8px;
	}
	.sec_concept .wrap_concept {
		padding: 50px 30px 35px;
	}
	.sec_concept .wrap_concept .bottom_concept {
		margin-bottom: 35px;
	}
	.sec_concept .wrap_concept .text01 {
		font-size: 16px;
	}
	.sec_concept .wrap_concept .text02 {
		font-size: 12px;
	}
	.sec_concept .wrap_concept .link .btn {
		padding: 13px 15px 12px;
	}
	.sec_concept {
		padding-top: 0px;
	}
	.sec_concept .wrap_parallax {
		padding-top: 70px;
	}
	.sec_entire .entire .item .img {
		height: 200px;
	}
	.sec_entire .entire .item .info .ttl_en {
		font-size: 18px;
		margin-bottom: 0;
	}
	.sec_entire .entire .item .info .ttl_jp {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.sec_entire .entire .item .info .line {
		height: 20px;
	}
	.sec_entire .entire .item .info .btn {
		font-size: 12px;
		padding: 5px 10px;
	}
}
@media only screen and (max-width: 480px) {
	.sec_entire .entire .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.corona {
		padding: 25px 15px;
		text-align: center;
	}
	.sec_info .bnr_itot {
		margin-bottom: 25px;
	}
}

.sec_info .ttl_jp small {
	font-size: 50%;
}

.info_covid {
	font-size: 18px;
	margin-bottom: 20px;
}

.topics {
	margin-top: 50px;
	margin-bottom: 50px;
}

.topics_ttl {
	color: #cf9a34;
	font-size: 24px;
	letter-spacing: .35em;
	margin-bottom: 20px;
}

.topics_list {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	text-align: left;
	width: auto;
}

.topics_list a {
	text-decoration: underline;
}

.topics_list dl {
	margin: 0 auto 10px;
	max-width: 520px;
	width: 100%;
}

.topics_list dl dt, .topics_list dl dd {
	display: inline-block;
	font-size: 16px;
	letter-spacing: .1em;
	margin: 0 10px;
	width: auto;
}

.topics_list dl dt.new {
	position: relative;
}

.topics_list dl dt.new::after {
    content: "NEW";
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 50%;
		transform: translateY(-50%);
    right: 100%;
    width: 40px;
		margin-right: 10px;
    background: #df2222;
    height: 14px;
    line-height: 14px;
		padding-top:1px;
    letter-spacing: 0;
    display: inline-block;
		text-align: center;
    opacity: .9;
	}

@media screen and (max-width: 768px) {
	.info_covid {
		font-size: 14px;
	}

	.topics_list dl {
		font-size: 12px;
		margin-bottom: 10px;
		max-width: 90%;
	}

	.topics_list dl dt {
		display: block;
		margin-bottom: 5px;
	}

	.topics_list dl dt.new::after {
		right: 0;
		position: static;
		margin-left: 10px;
		transform: translateY(-2px);
	}
}


/* お詫びと訂正20200420 */
.apologizeBox{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #900;
	margin: 30px auto;
	padding: 20px;
	text-align: center;
}
.text_apologize{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}
.text_apologize .appTitle {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.table_apologize dl{
	margin-top: 2px;
}

.table_apologize dl dd {
	text-align: left;
}

.marL-8{margin-left: -8px;}
.marL26{margin-left: 26px;}
.padL7{padding-left: 7px;}

@media screen and (min-width: 321px){
	.table_apologize dl dt{
		text-align: left;
		width: 90px;
		float: left;
	}
	.table_apologize dl dd{
		margin-left: 100px;
	}
}
@media screen and (max-width: 767px){
	.apologizeBox {
		width: 100%; padding: 20px 10px;
	}
	.text_apologize{
		text-align: left;
	}
	.appTitle {
		text-align: center;
	}
	.table_apologize{
		margin: 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 320px){
	.ip5over{
		display: none;
	}
	.ip5{
		display: inline-block;
	}
}
@media screen and (min-width: 321px){
	.ip5{
		display: none;
	}
}

.table_apologize {
	margin: 10px 40px;
}

@media screen and (max-width: 767px){
	.table_apologize {
		margin: 10px 10px;
	}
}

.table_apologize table {
	table-layout: fixed;
	width: 100%;
	font-size: 13px;
}

@media screen and (max-width: 767px){
	.table_apologize table {
		font-size: 12px;
		max-width: 360px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 414px){
	.table_apologize table {
		max-width: 250px;
	}
}


.table_apologize table br {
	display: none;
}
@media screen and (max-width: 414px){
	.table_apologize table br {
		display: block;
	}
}

.table_apologize table th,
.table_apologize table td {
	padding-bottom: 6px;
}

.table_apologize table th:first-child {
	width: 100px;
	text-align: left;
}

@media screen and (max-width: 767px){
	.table_apologize table th:first-child {
		width: 80px;
	}
}

.table_apologize table td {
	text-align: center;
}

.online {
	position: relative;
}
.online img {
		width: 100%;
}

.online_link {
	position: absolute;
	bottom: 3%;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.online_link li {
	width: 43.2%;
	margin: 0;
}

.online_attention,
.attention {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.online_attention p,
.attention p{
	text-indent: -1em;
	padding-left: 1em;
	color: #888;
	font-size: 11px;
}


@media screen and (max-width: 767px){
	.online {
		margin-top: 30px;
	}
	.online_link {
		display: block;
		bottom: 3.3%;
	}

	.online_link li {
		width: 90.7%;
		margin: 0 auto;
	}

	.online_attention p,
	.attention p{
		text-align: left;
		font-size: .6rem;
		letter-spacing: 0.03em;
	}
}


.online {
	position: relative;
	margin-top: 50px;
}
.online img {
		width: 100%;
}

.online_link {
	position: absolute;
	bottom: 3%;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%;
	left: 0;
}

.online_link li {
	width: 43.2%;
	margin: 0;
}

.online_caption {
	margin-top: 10px;
	line-height: 1.4;
	color: #777;
}

.online_attention,
.attention {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.online_attention p,
.attention p{
	text-indent: -1em;
	padding-left: 1em;
	color: #888;
	font-size: 11px;
}

@media screen and (max-width: 767px){
	.online {
		margin-top: 30px;
	}
	.online_link {
		display: block;
		bottom: 3.3%;
	}

	.online_link li {
		width: 90.7%;
		margin: 0 auto;
	}

	.online_attention p,
	.attention p{
		text-align: left;
		font-size: .6rem;
		letter-spacing: 0.03em;
	}
}


.walk {
	max-width: 770px;
	margin: 0 auto;
}
/* 登録概要
---------------------------*/
.touroku{
  border: solid 1px #cf9a34;
  max-width: 90%;
	margin: 0 auto;
	padding: 25px;
}
.touroku table tr th,
.touroku table tr td {
	padding: 6px 15px;
	line-height: 1.6;
	vertical-align: middle;
}

.touroku table tr th{
	color: #fff;
	width: 160px;
	background: #cf9a34;
	border-bottom: 10px solid #fff;
}

.touroku table tr td{
	font-size: 14px;
	text-align: left;
}

.touroku .small{
	font-size: 11px;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
	color: #666;
	display: inline-block;
}

.touroku_note {
}

.touroku_note p {
	font-size: 11px;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
	color: #666;
}

@media only screen and (max-width: 767px) {
	.touroku {
		max-width: 100%;
		padding: 10px;
	}

.touroku table,
.touroku table tr,
.touroku table tr th,
.touroku table tr td {
	display: block;
	width: 100%;
}

.touroku table tr th,
.touroku table tr td {
	border: none;
}

.touroku table tr th{
	font-size: 14px;
		padding: 6px;
}
.touroku table tr td{
		padding: 8px 6px 10px;
		font-size: 13px;
}


.touroku .small,
.touroku_note p {
	font-size: 10px;
}
}

.inner.content_note {
	padding-top:15px;
	font-size: 11px;
	line-height: 1.6;
	color: #7f7f7f;
	text-align: left;
}


.changeTime {
	border-top: 1px solid #df2222;
	border-bottom: 1px solid #df2222;
	max-width: 90%;
	margin: 20px auto 40px;
	padding: 30px 20px;
}

.changeTime p {
	font-size: 14px;
}

.changeTime .changeTimeTitle {
	font-size: 18px;
	color: #df2222;
	margin-bottom: 10px;
}

.changeTime ul {
	margin: 15px 0;
	display: inline-block;
}


@media only screen and (max-width: 767px){

.changeTime {
	text-align: center;
	max-width: 100%;
	padding: 20px 0;
}

.changeTime .changeTimeTitle {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.changeTime .changeTimeTitle span {
	display: none;
}

.changeTime p {
	font-size: 13px;
	text-align: left;
}


	.changeTime ul {
	line-height: 1.6;
	display: inline-block;
	margin: 15px 0;
	}

	.changeTime ul li {
		display: flex;
		text-align: left;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.changeTime ul li:last-child {
		margin-bottom: 0;
	}

	.changeTime ul li span:first-child {
		width: 70px;
		margin-right: 5px;
	}

	.changeTime ul li span:last-child {
		flex: 1 1 0%;
	}
}



.sec_info{
}
	.rentalInfoTtl{
		font-size: 13px;
	    letter-spacing: .1em;
	    margin-bottom: 20px;
	}
	.rentalInfoData{
		float: left;
    	width: 66.875%;
	}
	.rentalInfoBtn{
		float: left;
	    width: 27.916667%;
	}
@media screen and (max-width: 768px){
	.sec_info .mb40SP{
		margin-bottom: 0 !important;
	}
	.sec_info .ttl_en{
		margin-bottom: 10px;
	}
	.rentalInfoTtl{
		font-size: 11px;
	    margin-bottom: 10px;
	}
	.rentalInfoData{
		float: none;
	    width: 87.5%;
	    max-width: 536px;
	    margin: auto;
	}
	.rentalInfoBtn{
		float: none;
	    width: 230px;
	    margin: 10px auto 0;
	}
}



.sec_entire{
	padding-top: 40px;
}
	.sec_entire .row{
		justify-content: center;
	}
@media screen and (max-width: 768px){
	.sec_entire{
		padding-top: 20px;
	}
}










