@charset "UTF-8";
/* ---------------------------------------
  宿フェスとは
-----------------------------------------*/
@media screen and (max-width: 767px) {
	.p-about .l-header .inner {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.p-about .l-header .logo_wrap {
		position: static;
	}
	.p-about .l-header .logo_wrap .logo {
		width: 6rem;
		height: 6rem;
	}
	.p-about .l-header .logo_wrap .logo img {
		width: 4.3rem;
	}
	.p-about .l-header .logo_wrap .date {
		display: none;
	}
}
.p-about-mv-wrap {
	display: -ms-grid;
	display: grid;
	place-content: center;
	padding-top: 6rem;
	height: 50rem;
	background: url(../img/about/mv_bg_pc.jpg) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
	.p-about-mv-wrap {
		padding-top: 0;
		height: 44rem;
		background: url(../img/about/mv_bg_sp.jpg) no-repeat center bottom/cover;
	}
	.p-about-mv-wrap .c-wrap {
		padding: 0;
	}
}
.p-about-mv-wrap .ttl {
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.15em;
	color: #fff;
	text-align: center;
	position: relative;
	margin-top: 1.5rem;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-about-mv-wrap .ttl {
		margin-top: 0;
	}
}
.p-about-intro-wrap {
	padding: 9rem 0 8rem;
}
@media screen and (max-width: 767px) {
	.p-about-intro-wrap .c-wrap {
		padding: 0 5rem;
	}
}
.p-about-intro-wrap .ttl {
	text-align: center;
	font-size: 4.4rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.p-about-intro-wrap .ttl {
		font-size: 5.6rem;
	}
}
.p-about-intro-wrap .ttl span {
	display: block;
	color: #F00;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 0.15em;
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.p-about-intro-wrap .ttl span {
		font-size: 3.2rem;
	}
}
.p-about-intro-wrap .txt {
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 2.0833333333;
	letter-spacing: 0.15em;
	margin-top: 2em;
}
@media screen and (max-width: 767px) {
	.p-about-intro-wrap .txt {
		font-size: 3.2rem;
		line-height: 2.1875;
		letter-spacing: 0;
	}
}
.p-about-point-wrap .item {
	position: relative;
	color: #fff;
	background-size: cover;
	background-position: center;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-about-point-wrap .item {
		margin-bottom: 1rem;
	}
}
.p-about-point-wrap .item::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
}
.p-about-point-wrap .item .c-wrap {
	max-width: 110rem;
	height: 28rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 0;
	padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.p-about-point-wrap .item .c-wrap {
		height: 39rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 0 0 1.8rem;
	}
}
.p-about-point-wrap .item .ttl_wrap {
	width: 26.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-about-point-wrap .item .ttl_wrap {
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 0 3.6rem;
	}
}
.p-about-point-wrap .item .ttl_wrap .num {
	font-weight: 700;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.15em;
}
.p-about-point-wrap .item .ttl_wrap .num span {
	display: block;
	color: #F00;
	font-size: 8.8rem;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 1rem;
}
.p-about-point-wrap .item .ttl_wrap .ttl {
	font-size: 15rem;
	line-height: 1;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) {
	.p-about-point-wrap .item .ttl_wrap .ttl {
		-webkit-transform: translateY(-0.12em);
		        transform: translateY(-0.12em);
	}
}
.p-about-point-wrap .item .txt {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-size: 4.3rem;
	line-height: 1.75;
	margin-left: 17rem;
	margin-right: -1em;
}
@media screen and (max-width: 767px) {
	.p-about-point-wrap .item .txt {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		text-align: center;
		margin-left: 0;
		margin-top: 2.5rem;
		margin-right: 0;
	}
}
.p-about-point-wrap .item .txt span {
	margin-left: -0.5em;
}
.p-about-point-wrap .item._01 {
	background-image: url(../img/about/point01_bg_pc.jpg);
}
@media screen and (max-width: 767px) {
	.p-about-point-wrap .item._01 {
		background-image: url(../img/about/point01_bg_sp.jpg);
	}
}
.p-about-point-wrap .item._02 {
	background-image: url(../img/about/point02_bg_pc.jpg);
}
@media screen and (max-width: 767px) {
	.p-about-point-wrap .item._02 {
		background-image: url(../img/about/point02_bg_sp.jpg);
	}
}
.p-about-point-wrap .item._03 {
	background-image: url(../img/about/point03_bg_pc.jpg);
}
@media screen and (max-width: 767px) {
	.p-about-point-wrap .item._03 {
		background-image: url(../img/about/point03_bg_sp.jpg);
	}
}
.p-about-point-wrap .item._04 {
	background-image: url(../img/about/point04_bg_pc.jpg);
}
@media screen and (max-width: 767px) {
	.p-about-point-wrap .item._04 {
		background-image: url(../img/about/point04_bg_sp.jpg);
	}
}
.p-about-message-wrap {
	padding: 7.8rem 0 8rem;
	background: url(../img/about/message_bg_pc.jpg) no-repeat left center/auto 100%;
	background-color: #000;
}
@media screen and (max-width: 1440px) {
	.p-about-message-wrap {
		background-size: 144rem auto;
		background-position: center;
	}
}
@media screen and (max-width: 767px) {
	.p-about-message-wrap {
		padding: 50rem 0 7.5rem;
		background: url(../img/about/message_bg_sp.jpg) no-repeat center 2rem/100% auto;
		background-color: #000;
	}
}
.p-about-message-wrap .txt_wrap {
	width: 60rem;
	color: #fff;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.p-about-message-wrap .txt_wrap {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.p-about-message-wrap .txt_wrap .ttl {
	font-size: 4.4rem;
	line-height: 1.75;
}
@media screen and (max-width: 767px) {
	.p-about-message-wrap .txt_wrap .ttl {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		text-align: center;
	}
}
.p-about-message-wrap .txt_wrap .txt {
	letter-spacing: -0.05em;
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-about-message-wrap .txt_wrap .txt {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		padding: 0 1rem;
		margin-top: 3.7rem;
	}
}
.p-about-message-wrap .txt_wrap .img_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-about-message-wrap .txt_wrap .img_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 2rem 0;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 3.7rem;
	}
}
.p-about-message-wrap .txt_wrap .img_wrap img {
	width: 29rem;
}
@media screen and (max-width: 767px) {
	.p-about-message-wrap .txt_wrap .img_wrap img {
		width: 100%;
	}
}
.p-about-data-wrap {
	padding: 8rem 0 7rem;
	background-color: #E6E6E6;
}
@media screen and (max-width: 767px) {
	.p-about-data-wrap {
		padding: 7rem 0 8rem;
	}
}
.p-about-data-wrap .c-wrap_s {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.p-about-data-wrap .c-wrap_s {
		display: block;
	}
}
.p-about-data-wrap .ttl {
	font-size: 5rem;
}
@media screen and (max-width: 767px) {
	.p-about-data-wrap .ttl {
		text-align: center;
		font-size: 6rem;
	}
}
.p-about-data-wrap .txt_wrap {
	width: 80rem;
}
@media screen and (max-width: 767px) {
	.p-about-data-wrap .txt_wrap {
		width: 100%;
	}
}
.p-about-data-wrap .txt_wrap .tb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
	.p-about-data-wrap .txt_wrap .tb {
		display: block;
		margin-top: 6.5rem;
	}
}
.p-about-data-wrap .txt_wrap .tb dt,
.p-about-data-wrap .txt_wrap .tb dd {
	padding: 0.1rem 0 0.2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.p-about-data-wrap .txt_wrap .tb dt {
	width: 19rem;
}
@media screen and (max-width: 767px) {
	.p-about-data-wrap .txt_wrap .tb dt {
		width: 100%;
		padding: 1.5rem 0 0;
		border-bottom: none;
	}
	.p-about-data-wrap .txt_wrap .tb dt.fee {
		border-bottom: 1px solid rgba(0, 0, 0, 0.5);
		padding-bottom: 1.5rem;
	}
}
.p-about-data-wrap .txt_wrap .tb dt .js-typ {
	width: 4em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-about-data-wrap .txt_wrap .tb dt .js-typ {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: auto;
		display: inline-block;
	}
	.p-about-data-wrap .txt_wrap .tb dt .js-typ::before, .p-about-data-wrap .txt_wrap .tb dt .js-typ::after {
		display: inline;
	}
	.p-about-data-wrap .txt_wrap .tb dt .js-typ::before {
		content: "[";
	}
	.p-about-data-wrap .txt_wrap .tb dt .js-typ::after {
		content: "]";
	}
}
.p-about-data-wrap .txt_wrap .tb dd {
	width: calc(100% - 19rem);
}
@media screen and (max-width: 767px) {
	.p-about-data-wrap .txt_wrap .tb dd {
		width: 100%;
		padding: 0 0 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.p-about-data-wrap .txt_wrap .tb dd.sp-noline {
		border-bottom: none;
	}
}
.p-about-data-wrap .txt_wrap .gmap {
	width: 100%;
	height: 40rem;
	margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
	.p-about-data-wrap .txt_wrap .gmap {
		margin-top: 4rem;
	}
}
.p-about-data-wrap .txt_wrap .gmap iframe {
	width: 100%;
	height: 100%;
}
/*# sourceMappingURL=about.css.map */