@charset "utf-8";

/* ----------------------------------------------------------------------------
	トップページ
	index.html
---------------------------------------------------------------------------- */
#content img,
#visual img{
	width:100%;
}


/*#visual{
	width: 100%;
	max-width: 1600px;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	background: #4d4a52;
	z-index: 10;
}*/
/*#visual::before{
	content: "";
	display: block;
	padding-top: 46.25%;
}*/

#visual{
	width: 100%;
	height: calc(100vh - 190px);
	position: relative;
	padding: 0 0 0 0;
	box-sizing: border-box;
	overflow: hidden;
	background: #4d4a52;
	z-index: 10;
}

#visual #main_slide{
	width: 100%;
	height: 100%;
	margin:0 auto;
	position:absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	line-height: 0;
	opacity: 1;
}
#visual #main_slide .unit{
	width: 100%;
	height: 100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	line-height: 0;
}
#visual #main_slide .unit figcaption{
	position: absolute;
	bottom: 20px;
	right: 15px;
}

#visual #main_slide .unit .bg{
	width: 100%;
	height: 100%;
	margin:0 auto;
	position:relative;
	display: block;
}
#visual #main_slide .unit#cut1 .bg{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
#visual #main_slide .unit#cut2 .bg{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
#visual #main_slide .unit#cut3 .bg{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

#visual #main_slide .unit .bg img{
	width: 100%;
	height: auto;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}

#visual #main_slide .unit .bg .pc{
	display: block;
}
#visual #main_slide .unit .bg .ssp{
	display: none;
}

#visual #main_slide .unit#cut1 .bg img{
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
}
#visual #main_slide .unit#cut2 .bg img{
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
}
#visual #main_slide .unit#cut3 .bg img{
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
}

#visual #main_slide .unit h2{
	width: 465px;
	position:absolute;
	top: 30%;
	right: 10%;
	line-height: 0;
}
#visual #main_slide .unit#cut1 h2{
}
#visual #main_slide .unit#cut2 h2{
}
#visual #main_slide .unit#cut3 h2{
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
@keyframes v_slide {
	0% {
		transform: scale(1) translateY(0%);
	}
	100% {
		transform: scale(1) translateY(-40%);
	}
}
@keyframes l_slide {
	0% {
		transform: scale(1) translate(0%);
	}
	100% {
		transform: scale(1) translate(-7%);
	}
}
.unit .bg {
	object-fit: cover;
}
.unit .bg img {
	object-fit: cover;
	transform: scale(1) translate(0%) translateY(0%);
}

#cut1.swiper-slide-active .bg img,
#cut1.swiper-slide-duplicate-active .bg img,
#cut1.swiper-slide-prev .bg img {
  animation: zoomUp 6.2s linear 0s normal both;
}
#cut2.swiper-slide-active .bg img,
#cut2.swiper-slide-duplicate-active .bg img,
#cut2.swiper-slide-prev .bg img {
  animation: zoomUp 6.2s linear 0s normal both;
}
#cut3.swiper-slide-active .bg img,
#cut3.swiper-slide-duplicate-active .bg img,
#cut3.swiper-slide-prev .bg img {
  animation: zoomUp 6.2s linear 0s normal both;
}



#visual #playbtns{
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: block;
	z-index: 10;
	margin: 0 0 0 0;
}
#visual #playbtns .play_btn{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	cursor: pointer;
	border: none;
	opacity: 0.5;
}
#visual #playbtns .play_btn.swiper_pause{
	background: url("../../img/stop.svg") center center/cover no-repeat;
	display: block;
}
#visual #playbtns .play_btn.swiper_start{
	background: url("../../img/start.svg") center center/cover no-repeat;
	display: none;
}
#visual #playbtns .play_btn.swiper_pause.active{
	display: none;
}
#visual #playbtns .play_btn.swiper_start.active{
	display: block;
}

#visual #main_slide .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	text-align: center;
	opacity: 1 !important;
	background: #efefef !important;
	box-sizing: border-box;
	border-radius: 15px;
	margin: 0 10px !important;
	cursor: pointer;
}
#visual #main_slide .swiper-pagination-bullet-active {
	background: #89693c !important;
}
#visual #main_slide .swiper-pagination {
	display: block;
	bottom: 106px !important;
}

@media only screen and (max-width: 1200px) {	
	/*#visual::before{
		content: "";
		display: block;
		padding-top: 52.25%;
	}*/
	
	@keyframes l_slide {
		0% {
			transform: scale(1) translate(0%);
		}
		100% {
			transform: scale(1) translate(-12%);
		}
	}
	
	#visual #main_slide .unit h2{
		width: 38.75%;
		top: 30%;
		right: 10%;
	}
}
@media only screen and (max-width: 999px) {	
	#visual{
		padding: 0 0 0 0;
	}
	/*#visual::before{
		content: "";
		display: block;
		padding-top: 62.25%;
	}*/
	
	#visual #main_slide .unit .bg .pc{
		display: block;
	}
	#visual #main_slide .unit .bg .ssp{
		display: none;
	}
	
	
	@keyframes l_slide {
		0% {
			transform: scale(1) translate(0%);
		}
		100% {
			transform: scale(1) translate(-11%);
		}
	}
	@keyframes v_slide {
		0% {
			transform: scale(1) translateY(0%);
		}
		100% {
			transform: scale(1) translateY(-30%);
		}
	}

}
@media only screen and (max-width: 768px) {
	#visual{
		padding: 0 0 0 0;
		height: calc(100vh - 170px);
	}
	#visual::before{
		content: none;
	}

	
	#visual #main_slide .unit figcaption{
		bottom: 30px;
	}
	
	#visual #main_slide .unit#cut1 .bg img{
		width: 100%;
		height: 100%;
	}

	#visual #main_slide .unit#cut2 .bg img{
		width: auto;
		height: 100%;
		top: 0%;
		bottom: auto;
	}
	#visual #main_slide .unit#cut3 .bg img{
	}
	
	#visual #main_slide .unit .bg .pc{
		display: block !important;
	}
	#visual #main_slide .unit .bg .ssp{
		display: none;
	}
	
	#visual #main_slide .unit h2{
		width: 50%;
		top: 30%;
		right: 10%;
	}
	
	@keyframes zoomUp {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.15);
		}
	}
	/*@keyframes v_slide {
		0% {
			transform: scale(1) translateY(0%) translateX(-50%);
		}
		100% {
			transform: scale(1) translateY(15%) translateX(-50%);
		}
	}
	@keyframes l_slide {
		0% {
			transform: scale(1) translate(0%);
		}
		100% {
			transform: scale(1) translate(-18%);
		}
	}*/
	
	#visual #playbtns{
		width: 40px;
		height: 40px;
		bottom: 30px;
		left: 3%;
	}
}
@media only screen and (max-width: 480px) {
	#visual{
		padding: 0 0 0 0;
	}
	#visual #copy_area{
		height: calc(100% - 115px);
	}
	#visual #main_slide .unit figcaption{
		bottom: 30px;
	}
	
	#visual #main_slide .unit h2{
		width: 60%;
		top: 20%;
		right: 7%;
	}
	
	#visual #main_slide .unit .bg .pc{
		display: none !important;
	}
	#visual #main_slide .unit .bg .ssp{
		display: block !important;
	}
	
	#visual #playbtns{
		bottom: 30px;
	}
	
	/*@keyframes l_slide {
		0% {
			transform: scale(1) translate(0%);
		}
		100% {
			transform: scale(1) translate(-35%);
		}
	}*/
}



#scroll_icon{
	width: 28px;
	height: 44px;
	position: fixed;
	bottom: 25px;
	left: 50%;
	margin: 0 0 0 -14px;
	z-index: 300;
}
#scroll_icon #roll{
	width: 6px;
	height: 20px;
	background: rgba(255,255,255,1.00);
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -3px;
}
#scroll_icon #i_under{
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-color:  transparent transparent #FFF #FFF;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin: 0 0 0 -10px;
	animation-name:scrollAnime;
	animation-duration:2s;
	animation-delay:.2s;
	animation-fill-mode:backwards;
	animation-timing-function:ease-out;
	animation-iteration-count: infinite;
}

@keyframes scrollAnime{
	0% {
		bottom: 15px;
		opacity: 0;
	}
	80% {
		bottom: 0px;
		opacity: 1;
	}
	100% {
		bottom: 0px;
		opacity: 0;
	}
}
@media only screen and (max-width: 999px) {	
	#scroll_icon{
		bottom: 25px;
	}
}
@media only screen and (max-width: 768px) {
	#scroll_icon{
		bottom: 70px;
	}
}
@media only screen and (max-width: 480px) {
	
}





/* --------------------
	  action
--------------------*/
#action{
	width: 100%;
	margin: 0px auto 0 auto;
	padding: 20px 0 20px;
	box-sizing: border-box;
	background: #959288;
	position: relative;
    z-index: 5;
	border-bottom: rgba(255,255,255,0.20) 1px solid;
}
#action .info{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	margin: 0 0 0 0;
	position: relative;
}
#action .info h2{
	width: auto;
	display: block;
	font-size: 2.375rem;
	color: #FFF;
	padding: 0 0 0 0;
	line-height: 1.2;
}
#action .info h2 small{
	font-size: 0.6em;
}
#action .info h2 span{
	font-size: 1.3em;
}
#action .info h2 strong{
	font-size: 1.0em;
	font-weight: normal !important;
}

#action .info i{
	display: block;
	font-size: 0.938rem;
	padding: 0.5em 0.5em;
	color: #FFF;
	border: #FFF 1px solid;
	margin: 0 0 0 1em;
}

#action .info p{
	width: 70%;
	text-align: left;
	font-size: 1.000rem;
	color: rgba(255,255,255,1.00);
	padding: 0 0 15px 0;
	line-height: 1.6;
	margin: 0 auto;
}
#action .info p.note{
	width: 70%;
	text-align: left;
	font-size: 0.688rem;
	line-height: 1.6;
	margin: 0 auto;
}

#action .info a{
	display:block;
	width:220px;
	height:40px;
	font-size: 1.125rem;
	line-height:40px;
	vertical-align:middle;
	color: rgba(255,255,255,1.00);
	text-align:center;
	letter-spacing:0.1em;
	background: url(../../img/arrow02.png) no-repeat right 14px center;
	background-size:6px auto;
	transition: all .2s ease-out;
	text-decoration:none;
	border: rgba(255,255,255,0.61) 1px solid;
}
#action .info a:hover {
	opacity:0.8;
	background:url(../../img/arrow03.png) no-repeat right 11px center;
	background-size:6px auto;
}
@media only screen and (max-width: 1110px) {
	#action{
		padding: 20px 0;
	}
	#action .info{
	}
	#action .info h2{
		font-size: 1.875rem;
		padding: 0 0.5em 0 0;
	}

	#action .info p{
		width: 70%;
		text-align: left;
		font-size: 1.000rem;
		padding: 0 0 15px 0;
	}
	#action .info p.note{
		width: 70%;
		font-size: 0.688rem;
	}

	#action .info a{
		display:block;
		width:220px;
		height:40px;
		font-size: 1.00rem;
	}
	
	#action .info i{
		display: block;
		font-size: 0.938rem;
		padding: 0.5em 0.5em;
		color: #FFF;
		border: #FFF 1px solid;
		margin: 0 0 0 1em;
	}
}
@media only screen and (max-width: 768px) {
	#action{
		padding: 15px 5%;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	#action .info{
		justify-content: center;
	}
	#action .info h2{
		font-size: 1.500rem;
		padding: 0 0 0 0;
		text-align: center;
	}

	#action .info p{
		width: 70%;
		text-align: left;
		font-size:  0.938rem;
		padding: 0 0 15px 0;
	}
	#action .info p.note{
		width: 70%;
		font-size: 0.625rem;
	}

	#action .info a{
		display:block;
		width: 38%;
		height: auto;
		font-size: 2.5vw;
		margin:  0 0 0 5%;
	}
	
	#action .info i{
		width: 70%;
		font-size: 0.875rem;
		margin: 10px 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	#action .info h2{
		font-size: 1.375rem;
	}
	#action .info i{
		width: 70%;
		font-size: 0.750rem;
	}
}




#content .content_unit{
	width: 100%;
	height: calc(100vh - 190px);
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 0 0 0;
	overflow: hidden;
}
#content .content_unit .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#content .content_unit#concept .img{
	background: url("../../img/concept_img.jpg") center/cover no-repeat;
}
#content .content_unit#location .img{
	background: url("../../img/location_img.jpg") center/cover no-repeat;
}
#content .content_unit#design .img{
	background: url("../../img/design_img.jpg") center/cover no-repeat;
}
#content .content_unit#plan .img{
	background: url("../../img/plan_img.jpg") center/cover no-repeat;
}

#content .content_unit#location .img::after,
#content .content_unit#plan .img::after{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0,0,0,0.10);
	z-index: 3;
}


#content .content_unit .txt_area{
	width: 100%;
	padding: 0 15%;
	position: absolute;
	left: 0;
	z-index: 5;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	order: 2;
}
#content .content_unit .txt_area .inner{
	width: 500px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#content .content_unit .txt_area .ttl{
	width: 100%;
	text-align: left;
	padding: 0 0 30px 0;
}
#content .content_unit .txt_area p{
	width: 100%;
	box-sizing: border-box;
	font-size: 1.25rem;
	line-height: 2.0;
	letter-spacing: 0.05em;
	text-align: left;
}
#content .content_unit .txt_area h3{
	width: auto;
	height: 21px;
	padding: 0 0 20px 0;
	position: relative;
	display: block;
}
#content .content_unit .txt_area h3 img{
	width: auto;
	height: 100%;
	display: block;
}
#content .content_unit .txt_area h4{
	width: 100%;
	font-size: 2.375rem;
	line-height: 1.0;
	letter-spacing: 0.05em;
	padding: 0 0 1em 0;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	display: block;
}
#content .content_unit a.more{
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 1.3em 2.5em 1.3em 2.5em;
	text-align: center;
	position: relative;
	color: #000;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(255,255,255,0.60);
	border: #FFF 1px solid;
	cursor: pointer;
	overflow: hidden;
}
#content .content_unit a.more p{
	font-size: 0.875rem;
	transition: all 0.3s ease;
	box-sizing: border-box;
}
#content .content_unit a.more::after{
	transition: all 0.3s ease;
	content: "";
	width: 100%;
	height: 0%;
	background: #4d4a52;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#content .content_unit a.more::before{
	content: "";
	display: block;
	position: absolute;
	top: 0.15em;
	left: -20px;
	margin: -0.5px 0 0 0;
	width: 7px;
	height: 100%;
	font-size: 1.00rem;
	line-height: 1.0;
	background: url("../img/arrow_r.svg") center left/7px auto no-repeat;
	transition: all 0.3s ease;
}

#content .content_unit a.more:hover {
	transition: all 0.3s ease;
	opacity: 1.0;
	color: #FFF;
	padding: 1.3em 2.0em 1.3em 3.0em;
}
#content .content_unit a.more:hover p{
	transition: all 0.3s ease;
}
#content .content_unit a.more:hover::after{
	transition: all 0.3s ease;
	height: 100%;
}
#content .content_unit a.more:hover::before{
	left: 10px;
	transition: all 0.3s ease;
}

#content .content_unit figcaption{
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 11;
}



#content .content_unit#concept .txt_area{
	top: 15%;
	justify-content: flex-end;
}
#content .content_unit#concept .txt_area h4{
	padding: 0 0 1em 1em;
}
#content .content_unit#design .txt_area{
	top: 15%;
}
#content .content_unit#design .txt_area h4{
	padding: 0 0 1em 1em;
	color: #FFF;
	line-height: 1.4;
}
#content .content_unit#location .txt_area{
	top: 20%;
}
#content .content_unit#location .txt_area h3{
	 filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.8));
}
#content .content_unit#location .txt_area h4{
	color: #FFF;
	line-height: 1.4;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}

#content .content_unit#plan .txt_area{
	top: 15%;
	justify-content: flex-end;
}
#content .content_unit#plan .txt_area h4{
	padding: 0 0 1em 1em;
	color: #FFF;
	line-height: 1.4;
}
#content .content_unit#plan .txt_area h3{
	 filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.8));
}
#content .content_unit#plan .txt_area h4{
	color: #FFF;
	line-height: 1.4;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
/* effect setting */

.slEtAnime{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: inset(0% 100% 0% 0%);
	transition: clip-path 1.2s ease-out;
	transition: all 1.2s;
}
.slEtAnime .img{	
  	transform: translate(0, 20px) scale(1.08,1.08);
	transition: all 1.2s;
}
.slEtRAnime{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: inset(0% 0% 0% 100%);
	transition: clip-path 1.2s ease-out;
	transition: all 1.2s;
}
.slEtRAnime .img{	
  	transform: translate(0, 20px) scale(1.08,1.08);
	transition: all 1.2s;
}

.slEtLmove{
	opacity: 1;
	clip-path: inset(0% 0% 0% 0%);
}
.slEtLmove .img{
	transform: translate(0, 0) scale(1.0,1.0);
	transition: all 1.2s;
}

@media only screen and (max-width: 1200px) {
	#content .content_unit#concept .img{
		background: url("../../img/concept_img.jpg") center left 9%/cover no-repeat;
	}
	#content .content_unit#location .img{
		background: url("../../img/location_img.jpg") center/cover no-repeat;
	}

}
@media only screen and (max-width: 999px) {	
	#content .content_unit .txt_area{
		padding: 0 15%;
	}
	#content .content_unit .txt_area .inner{
		width: 500px;
	}

	#content .content_unit .txt_area .ttl{
		padding: 0 0 30px 0;
	}
	#content .content_unit .txt_area p{
		font-size: 1.000rem;
	}
	#content .content_unit .txt_area h3{
		width: auto;
		height: 19px;
		padding: 0 0 20px 0;
	}
	#content .content_unit .txt_area h3 img{
		width: auto;
		height: 100%;
		display: block;
	}
	#content .content_unit .txt_area h4{
		width: 100%;
		font-size: 2.000rem;
	}
	#content .content_unit a.more{
		font-size: 0.813rem;
	}
	#content .content_unit a.more p{
		font-size: 0.813rem;
	}
	#content .content_unit a.more::after{
	}
	#content .content_unit a.more::before{
		content: "";
		top: 0.15em;
		left: -20px;
		margin: -0.5px 0 0 0;
		width: 7px;
		background: url("../img/arrow_r.svg") center left/7px auto no-repeat;
	}

	#content .content_unit a.more:hover::before{
		left: 10px;
		transition: all 0.3s ease;
	}



	#content .content_unit#concept .txt_area{
		top: 20%;
		justify-content: flex-end;
	}
	#content .content_unit#concept .txt_area h3{
		 filter: drop-shadow(0px 0px 6px rgba(255,255,255,0.8));
	}
	#content .content_unit#concept .txt_area h4{
		padding: 0 0 1em 1em;
		text-shadow: 0 0 5px rgba(255,255,255,0.8);
	}
	#content .content_unit#location .txt_area{
		top: 20%;
	}
	#content .content_unit#plan .txt_area{
		top: 20%;
	}
}
@media only screen and (max-width: 768px) {
	#content .content_unit{
		width: 100%;
		height: calc(650px);
	}
	
	#content .content_unit .txt_area{
		padding: 0 10%;
	}
	#content .content_unit .txt_area .inner{
		width: 100%;
	}

	#content .content_unit#concept .img{
		background: url("../../img/concept_img.jpg") center left 15%/cover no-repeat;
	}
	#content .content_unit#location .img{
		background: url("../../img/location_img.jpg") center/cover no-repeat;
	}
	#content .content_unit#design .img{
		background: url("../../img/design_img.jpg") center left 15%/cover no-repeat;
	}
	#content .content_unit#plan .img{
		background: url("../../img/plan_img.jpg") center/cover no-repeat;
	}
	#content .content_unit .txt_area .ttl{
		padding: 0 0 30px 0;
	}
	#content .content_unit .txt_area p{
		font-size: 1.000rem;
	}
	#content .content_unit .txt_area h3{
		width: auto;
		height: 19px;
		padding: 0 0 20px 0;
	}
	#content .content_unit .txt_area h3 img{
		width: auto;
		height: 100%;
		display: block;
	}
	#content .content_unit .txt_area h4{
		width: 100%;
		font-size: 2.000rem;
	}
	#content .content_unit a.more{
		font-size: 0.813rem;
	}
	#content .content_unit a.more p{
		font-size: 0.813rem;
	}
	#content .content_unit a.more::after{
	}
	#content .content_unit a.more::before{
		content: "";
		top: 0.15em;
		left: -20px;
		margin: -0.5px 0 0 0;
		width: 7px;
		background: url("../img/arrow_r.svg") center left/7px auto no-repeat;
	}

	#content .content_unit a.more:hover::before{
		left: 10px;
		transition: all 0.3s ease;
	}



	#content .content_unit#concept .txt_area{
		top: 20%;
		justify-content: flex-end;
	}
	#content .content_unit#concept .txt_area h4{
		padding: 0 0 1em 1em;
	}
	#content .content_unit#location .txt_area{
		top: 20%;
	}
}
@media only screen and (max-width: 480px) {
	#content .content_unit{
		height: calc(450px);
	}
	#content .content_unit .txt_area .ttl{
		padding: 0 0 20px 0;
	}
	#content .content_unit .txt_area p{
		font-size: 0.875rem;
	}
	#content .content_unit .txt_area h3{
		width: auto;
		height: 13px;
		padding: 0 0 15px 0;
	}
	#content .content_unit .txt_area h3 img{
		width: auto;
		height: 100%;
		display: block;
	}
	#content .content_unit .txt_area h4{
		width: 100%;
		font-size: 6vw;
	}
	#content .content_unit a.more{
		font-size: 0.750rem;
	}
	#content .content_unit a.more p{
		font-size: 0.750rem;
	}
}



#bnr_type_area{
	width: 100%;
	display: block;
	position: relative;
	padding: 0px 0 90px 0;
}
#bnr_type_area p{
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0 0 1em 0;
	color: #FFF;
}
#bnr_type_area h3{
	width: 100%;
	text-align: center;
	padding: 0 0 50px 0;
	font-size: 1.000rem;
	color: #FFF;
	letter-spacing: 0.1em;
}
#bnr_type_area h3 strong{
	font-size: 3rem;
	font-family: "Cinzel", serif;
	font-weight: 400;
	color: #A9853A;
	vertical-align: middle;
	display: inline;
	padding: 0 10px;
}

#bnr_type_area a{
	width: 100%;
	display: block;
	text-align: center;
	padding: 0 0 0 0;
	font-size: 1.000rem;
	color: #FFF;
}
@media only screen and (max-width: 999px) {	
	#bnr_type_area{
		padding: 0px 0 90px 0;
	}
	#bnr_type_area p{
	}
	#bnr_type_area h3{
		padding: 0 0 50px 0;
		font-size: 1.000rem;
	}
	#bnr_type_area h3 strong{
		font-size: 2.500rem;
		padding: 0 10px;
	}

	#bnr_type_area a{
	}
	
}
@media only screen and (max-width: 768px) {
	#bnr_type_area{
		padding: 0px 0 60px 0;
	}
	#bnr_type_area p{
	}
	#bnr_type_area h3{
		padding: 0 0 50px 0;
		font-size: 0.938rem;
	}
	#bnr_type_area h3 strong{
		font-size: 2.000rem;
		padding: 0 10px;
	}

	#bnr_type_area a{
	}

}
@media only screen and (max-width: 480px) {
	#bnr_type_area{
		padding: 0px 0 40px 0;
	}
	#bnr_type_area p{
	}
	#bnr_type_area h3{
		padding: 0 0 30px 0;
		font-size: 0.875rem;
	}
	#bnr_type_area h3 strong{
		font-size: 1.875rem;
		padding: 0 10px;
	}
}


/* holiday */
#content #holiday{
	width: 740px;
	margin: 3em auto;
	padding: 1em;
	color: rgba(200,25,25,1.00);
	border: rgba(181,181,181,1.00) 1px solid;
	background: #fff;
	box-sizing: border-box;
}
#content #holiday p{
	font-size: 1.063rem;
	line-height: 1.4;
	text-align: center;
}
@media only screen and (max-width: 999px) {		
	#content #holiday{
		margin: 2em auto;
	}
	#content #holiday p{
		font-size: 1rem;
	}
}
@media only screen and (max-width: 860px) {
	#content #holiday{
		width: 90%;
		margin: 1.5em auto;
	}
	#content #holiday p{
		font-size: 0.937rem;
		line-height:1.6;
	}
	#content #holiday p br.sp{
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	#content #holiday p{
		text-align: left;
	}
}
@media only screen and (max-width: 480px) {	
	#content #holiday{
		width: 90%;
		margin: 1.5em auto;
	}
	#content #holiday p{
		font-size: 0.875rem;
	}
}