@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Noto+Sans+JP:wght@400;500&family=Roboto:wght@500&display=swap);

main {
	background-image: none;
	background-color: #fff
}

main .comBtn01 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: .05em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

a {
	color: #3c3c3c
}

.pc_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-blue {
	color: #003764
}

.c-red {
	color: #891313
}

.more_link .link span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: .05em;
	color: #81cddf;
	text-decoration: underline
}

.more_link .link span.arrow {
	display: inline-block
}

.more_link .link span.arrow::before {
	top: 1px;
	bottom: 0;
	margin: auto 0;
	right: -10px;
	border-top: 1px solid #81cddf;
	border-right: 1px solid #81cddf
}

.no-touchevents .more_link .link:hover span {
	text-decoration: none
}

.link_wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1
}

.link_wrap .bg {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.link_wrap .bg::after {
	position: absolute;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(.12, .76, .475, .995);
	transition: .5s cubic-bezier(.12, .76, .475, .995);
	z-index: 10
}

.link_wrap .bg .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	background-size: cover;
	background-position: center center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: border-radius .5s cubic-bezier(.12, .76, .475, .995), -webkit-transform .5s cubic-bezier(.12, .76, .475, .995);
	-webkit-transition: border-radius .5s cubic-bezier(.12, .76, .475, .995), -webkit-transform .5s cubic-bezier(.12, .76, .475, .995);
	transition: transform .5s cubic-bezier(.12, .76, .475, .995), border-radius .5s cubic-bezier(.12, .76, .475, .995);
	transition: transform .5s cubic-bezier(.12, .76, .475, .995), border-radius .5s cubic-bezier(.12, .76, .475, .995), -webkit-transform .5s cubic-bezier(.12, .76, .475, .995)
}

.no-touchevents .link_wrap:hover .bg .img {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04)
}

.no-touchevents .link_wrap:hover .bg:after {
	opacity: .2
}

.arrow {
	position: relative;
	display: block
}

.arrow::before {
	position: absolute;
	content: "";
	display: inline-block;
	border-top: 1px solid #3c3c3c;
	border-right: 1px solid #3c3c3c;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 10
}

.bnr_area {
	margin: 0 auto
}

.bnr_area .bnr_link {
	-webkit-transition: .3s;
	transition: .3s
}

.no-touchevents .bnr_area .bnr_link:hover {
	opacity: .8
}

.bnr_area .bnr_link .img {
	width: 100%;
	vertical-align: bottom
}

body {
	padding-top: 150px
}

.sec_ttl {
	text-align: center
}

.sec_ttl .en {
	font-weight: 400;
	letter-spacing: .05em;
	font-size: 4rem;
	font-family: Amiri, serif;
	font-weight: 400;
	color: #a18100
}

.sec_ttl .ja {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: .1em;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}

.sec_sttl {
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}

.sec_sttl.ver02 {
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}

.sec_sttl.ver02 .en {
	font-weight: 400;
	letter-spacing: .05em;
	font-size: 3.4rem;
	font-family: Amiri, serif;
	font-weight: 400;
	line-height: 1
}

.sec_sttl.ver02 .ja {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 1;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500
}

.sec_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}

.mainArea {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}

[data-slidephotofade].type01 {
	overflow: hidden
}

[data-slidephotofade].type01 .slidephotofade_wrap {
	position: relative
}

[data-slidephotofade].type01 .slidephotofade_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	-o-object-fit: cover;
	object-fit: cover
}

[data-slidephotofade].type01 .slidephotofade_link.active {
	opacity: 1 !important
}

[data-slidephotofade].type01 .slidephotofade_link.disableTrs {
	-webkit-transition: none !important;
	transition: none !important
}

[data-slidephotofade].type01 .slidephotofade_imgpager_btn {
	position: relative;
	cursor: pointer;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

[data-slidephotofade].type01 .slidephotofade_imgpager_btn:after {
	content: "";
	position: absolute;
	display: block;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s
}

.no-touchevents [data-slidephotofade].type01 .slidephotofade_imgpager_btn:hover {
	opacity: .6
}

[data-slidephotofade].type01 .slidephotofade_imgpager_btn.active {
	cursor: default;
	pointer-events: none
}

[data-slidephotofade].type01 .slidephotofade_imgpager_btn.active:after {
	opacity: 1
}

[data-slidephotofade].type01 .slidephotofade_count {
	text-align: center;
	font-size: .16rem
}

[data-slidephotofade].type01 .slidephotofade_count_now {
	display: inline-block
}

[data-slidephotofade].type01 .slidephotofade_count_total {
	display: inline-block
}

.titleArea {
	padding-bottom: 80px
}

.titleArea .catchText {
	margin-top: 60px;
	text-align: center
}

.titleArea .catchText .sec_txt {
	margin-top: 24px
}

.navigationLayoutWrap {
	margin-bottom: 120px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f7f4f2
}

.navigationLayoutWrap .navigationContents .content {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15)
}

.no-touchevents .navigationLayoutWrap .navigationContents .content:hover .contentText>* {
	opacity: .6
}

.no-touchevents .navigationLayoutWrap .navigationContents .content:hover .contentText:after {
	-webkit-transform: rotate(45deg) translate(3px, 3px);
	-ms-transform: rotate(45deg) translate(3px, 3px);
	transform: rotate(45deg) translate(3px, 3px)
}

.navigationLayoutWrap .navigationContents .contentImg img {
	display: block;
	width: 100%;
	height: auto
}

.navigationLayoutWrap .navigationContents .contentText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 24px;
	padding-bottom: 48px;
	text-align: center;
	position: relative
}

.navigationLayoutWrap .navigationContents .contentText>* {
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.navigationLayoutWrap .navigationContents .contentText:after {
	content: "";
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	border-right: 1px solid #a18100;
	border-bottom: 1px solid #a18100;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

.navigationLayoutWrap .navigationContents .contentText .textHeading {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.navigationLayoutWrap .navigationContents .contentText .textHeading:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 20px;
	border-bottom: 2px solid #a18100;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.navigationLayoutWrap .navigationContents .contentText .textHeading>* {
	display: block
}

.navigationLayoutWrap .navigationContents .contentText .textHeading .en {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Amiri, serif;
	font-weight: 400;
	font-size: 3.4rem;
	letter-spacing: .05em;
	line-height: 1.8;
	color: #a18100
}

.navigationLayoutWrap .navigationContents .contentText .textHeading .ja {
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .1em;
	color: #767676
}

.navigationLayoutWrap .navigationContents .contentText .textDescription {
	margin-top: 12px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-size: 1.6rem;
	letter-spacing: .1em;
	line-height: 1
}

.venueLayoutWrap {
	padding-bottom: 200px
}

.venueLayoutWrap:not(._reverse) .venueStyle .styleText {
	background-color: #f7f4f2
}

.venueLayoutWrap:not(._reverse) .venueRecommend .recommendContents .content {
	background-color: #f7f4f2
}

.venueLayoutWrap:not(._reverse) .venueDataWrap .venueData {
	border-color: #f7f4f2
}

.venueLayoutWrap._reverse {
	background-color: #f7f4f2
}

.venueLayoutWrap._reverse .venueStyle .styleText {
	background-color: #fff
}

.venueLayoutWrap._reverse .venueRecommend .recommendContents .content {
	background-color: #fff
}

.venueLayoutWrap._reverse .venueDataWrap .venueData {
	border-color: #f4eee6
}

.venueLayoutWrap .venueHeader {
	text-align: center;
	padding-bottom: 100px
}

.venueLayoutWrap .headerMainvisual {
	position: relative;
	height: 720px
}

.venueLayoutWrap .headerMainvisual img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-position: center bottom;
	object-position: center bottom
}

.venueLayoutWrap .headerHeading {
	padding-top: 52px
}

.venueLayoutWrap .headerCatch {
	margin-top: 24px
}

.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_wrap {
	height: 450px
}

.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_wrap .slidephotofade_content .slidephotofade_link img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0
}

.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_imgpager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 8px -5px 0
}

.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_imgpager .slidephotofade_imgpager_btn {
	margin: 0 5px 0;
	width: calc(100% / 4 - 10px);
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_imgpager .slidephotofade_imgpager_btn:after {
	border: 4px solid #a18100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_imgpager .slidephotofade_imgpager_btn img {
	display: block;
	width: 100%;
	height: auto
}

.venueLayoutWrap .venueStyle .styleText {
	padding-top: 76px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.venueLayoutWrap .venueStyle .styleText .sec_ttl {
	text-align: left
}

.venueLayoutWrap .venueStyle .styleText .sec_ttl .ja {
	margin-top: .8rem
}

.venueLayoutWrap .venueStyle .styleText .sec_sttl {
	margin-top: 28px
}

.venueLayoutWrap .venueStyle .styleText .sec_txt {
	margin-top: 24px
}

.venueLayoutWrap .venueRecommend {
	padding-top: 96px
}

.venueLayoutWrap .venueRecommend .recommendContentsWrap {
	margin-top: 40px
}

.venueLayoutWrap .venueRecommend .recommendContents .contentImg img {
	display: block;
	width: 100%;
	height: auto
}

.venueLayoutWrap .venueRecommend .recommendContents .contentText {
	padding-top: 32px;
	padding-bottom: 40px
}

.venueLayoutWrap .venueRecommend .recommendContents .contentText .textNumber {
	text-align: center;
	font-family: Amiri, serif;
	font-weight: 400;
	font-size: 3rem;
	letter-spacing: -.05em;
	line-height: 1;
	color: #a18100
}

.venueLayoutWrap .venueRecommend .recommendContents .contentText .textNumber>span {
	display: inline-block;
	padding-bottom: 4px;
	line-height: 1;
	position: relative
}

.venueLayoutWrap .venueRecommend .recommendContents .contentText .textNumber>span:after {
	content: "";
	display: block;
	margin: 0 auto;
	border-bottom: 2px solid;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.venueLayoutWrap .venueRecommend .recommendContents .contentText .sec_sttl {
	margin-top: 16px;
	text-align: center
}

.venueLayoutWrap .venueRecommend .recommendContents .contentText .sec_txt {
	margin-top: 12px;
	text-align: justify;
	text-justify: inter-ideograph
}

.venueLayoutWrap .venueDataWrap {
	padding-top: 100px
}

.venueLayoutWrap .venueDataWrap .venueData {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 20px solid;
	padding-top: 52px;
	padding-bottom: 52px;
	background-color: #fff
}

.venueLayoutWrap .venueDataWrap .venueData .dataImg img {
	display: block;
	max-width: 100%;
	height: auto
}

.venueLayoutWrap .venueDataWrap .venueData .dataText .textHeading {
	border-bottom: 1px solid #7e6606;
	padding-bottom: 4px;
	line-height: 1;
	font-size: 1.4rem;
	letter-spacing: .05em;
	font-weight: 400
}

.venueLayoutWrap .venueDataWrap .venueData .dataText .textHeading>.en {
	color: #7e6606;
	font-family: Amiri;
	font-size: 2rem;
	letter-spacing: .1em;
	font-weight: 700
}

.venueLayoutWrap .venueDataWrap .venueData .dataText .textSpec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -.5em;
	padding-top: 12px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: .05em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400
}

.venueLayoutWrap .venueDataWrap .venueData .dataText .textSpec>* {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: .5em
}

.venueLayoutWrap .venueDataWrap .venueData .dataText .textSpec>dt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 5em;
	padding-right: .5em;
	font-size: 1em;
	position: relative;
	-moz-text-align-last: justify;
	text-align-last: justify;
	color: #7e6606
}

.venueLayoutWrap .venueDataWrap .venueData .dataText .textSpec>dt:after {
	content: "：";
	position: absolute;
	right: -.2em;
	color: #333
}

.venueLayoutWrap .venueDataWrap .venueData .dataText .textSpec>dd {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: .5em;
	width: calc(100% - 5em);
	font-size: 1em
}

.venueLayoutWrap .venueDataWrap .venueData .dataText .textSpec>dd._breakKeep {
	word-break: keep-all;
	line-break: strict
}

.venueLayoutWrap .venueDataWrap .venueData .dataFeature {
	margin-top: 40px;
	border: 1px solid #7e6606;
	padding: 6px
}

.venueLayoutWrap .venueDataWrap .venueData .featureImg {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.venueLayoutWrap .venueDataWrap .venueData .featureImg img {
	display: block;
	width: 100%;
	height: auto
}

.venueLayoutWrap .venueDataWrap .venueData .featureText .textHeading {
	padding-bottom: 20px;
	font-size: 2rem;
	letter-spacing: .1em;
	line-height: 1;
	text-align: center;
	position: relative
}

.venueLayoutWrap .venueDataWrap .venueData .featureText .textHeading:after {
	content: "";
	display: block;
	width: 20px;
	margin: 0 auto;
	border-bottom: 2px solid #7e6606;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.venueLayoutWrap .venueDataWrap .venueData .featureText .textHeading>* {
	display: block
}

.venueLayoutWrap .venueDataWrap .venueData .featureText .textHeading .en {
	font-family: Amiri, serif;
	font-weight: 700;
	font-size: inherit;
	color: #7e6606
}

.venueLayoutWrap .venueDataWrap .venueData .featureText .textHeading .ja {
	margin-top: 12px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500
}

.venueLayoutWrap .venueDataWrap .venueData .sec_txt {
	margin-top: 12px
}

.asideFacilityLayoutWrap {
	padding-top: 90px;
	padding-bottom: 90px;
	background-position: center;
	background-image: url(../party/img/facility-bg.png)
}

.asideFacilityLayoutWrap .facilityImg img {
	display: block;
	width: 100%;
	height: auto
}

.asideFacilityLayoutWrap .facilityText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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
}

.asideFacilityLayoutWrap .facilityText .textHeading {
	padding-bottom: 12px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.7;
	letter-spacing: .1em;
	color: olive;
	position: relative
}

.asideFacilityLayoutWrap .facilityText .textHeading:after {
	content: "";
	display: block;
	margin: 0 auto;
	border-bottom: 2px solid #7e6606;
	width: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.asideFacilityLayoutWrap .facilityText .sec_txt {
	margin-top: 16px;
	text-align: justify;
	text-justify: inter-ideograph
}

.asideFacilityLayoutWrap .facilityText .comBtn01 {
	margin: 30px auto 0;
	height: 50px
}

.asideLayoutWrap {
	padding-top: 60px;
	/* padding-bottom: 100px */
}

.asideLayoutWrap .veArea .ph_box {
	margin: 0 auto;
	background-size: cover
}

.asideLayoutWrap .veArea .ph_box>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	position: relative
}

.asideLayoutWrap .veArea .ph_box>a:before {
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.no-touchevents .asideLayoutWrap .veArea .ph_box>a:hover:before {
	-webkit-transform: rotate(45deg) translate(3px, -3px);
	-ms-transform: rotate(45deg) translate(3px, -3px);
	transform: rotate(45deg) translate(3px, -3px)
}

.asideLayoutWrap .veArea .ph_box .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #7e6606
}

.asideLayoutWrap .veArea .ph_box .left img {
	margin: 0 auto;
	max-width: calc(100% - 2rem)
}

.asideLayoutWrap .veArea .ph_box .right {
	position: relative
}

.asideLayoutWrap .veArea .ph_box .right .txt {
	text-align: center;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}

.asideLayoutWrap .veArea .ph_box .right:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 4rem);
	height: 1px;
	background-color: #9b308c
}

.asideLayoutWrap .veArea .ph_box .right:after {
	content: "";
	position: absolute;
	bottom: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 4rem);
	height: 1px;
	background-color: #9b308c
}

@media print,
screen and (min-width:641px) {
	.headerArea {
		position: fixed;
		top: 0
	}

	.pb_180 {
		padding-bottom: 180px
	}

	.pb_120 {
		padding-bottom: 120px
	}

	.pt_120 {
		padding-top: 120px
	}

	.pt_100 {
		padding-top: 100px
	}

	.w980 {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 100%;
		width: 980px
	}

	.w1160 {
		margin: 0 auto;
		max-width: 100%;
		width: 1160px
	}

	.w1220 {
		margin: 0 auto;
		max-width: 100%;
		width: 1220px
	}

	.w1200 {
		margin: 0 auto;
		max-width: 100%;
		width: 1200px
	}

	.w1340 {
		margin: 0 auto;
		max-width: 100%;
		width: 1340px
	}

	.arrow::before {
		width: 7px;
		height: 7px;
		-webkit-transform: rotate(45deg) skew(-25deg, -25deg);
		-ms-transform: rotate(45deg) skew(-25deg, -25deg);
		transform: rotate(45deg) skew(-25deg, -25deg)
	}

	.no-touchevents a:hover .arrow:before {
		-webkit-transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px);
		-ms-transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px);
		transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px)
	}

	.no-touchevents a:hover .arrow:before {
		-webkit-transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px);
		-ms-transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px);
		transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px)
	}

	.bnr_area {
		max-width: 980px
	}

	.sec_ttl .en {
		line-height: 1
	}

	.sec_ttl .ja {
		margin-top: 1rem
	}

	.sec_sttl {
		font-size: 2.4rem;
		line-height: calc(40/24);
		letter-spacing: .1em
	}

	.sec_sttl.ver02 .en {
		line-height: 1
	}

	.sec_txt {
		font-size: 1.4rem;
		line-height: calc(26/14);
		letter-spacing: .05em
	}

	.mainArea {
		margin-top: 7.4rem
	}

	.navigationLayoutWrap .navigationContentsWrap {
		margin-top: 40px;
		padding: 0 20px;
		max-width: calc(100% - 40px)
	}

	.navigationLayoutWrap .navigationContents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -20px
	}

	.navigationLayoutWrap .navigationContents .content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 20px
	}

	.navigationLayoutWrap .navigationContents .contentText {
		min-height: 224px
	}

	.navigationLayoutWrap .navigationContents .contentText .textHeading {
		min-height: 105px
	}

	.navigationLayoutWrap .navigationContents .contentText .textHeading .en.row2 {
		margin-bottom: .15em;
		line-height: 1.2
	}

	.navigationLayoutWrap .navigationContents .contentText .textHeading .en.row2+.ja {
		padding-bottom: 20px
	}

	.venueLayoutWrap:not(._reverse) .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_imgpager {
		padding-left: 90px
	}

	.venueLayoutWrap:not(._reverse) .venueStyle .styleText {
		margin-left: -260px;
		padding-left: 350px;
		padding-right: 20px
	}

	.venueLayoutWrap._reverse .venueStyle {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.venueLayoutWrap._reverse .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_imgpager {
		padding-right: 90px
	}

	.venueLayoutWrap._reverse .venueStyle .styleText {
		margin-right: -260px;
		padding-left: 92px;
		padding-right: 280px
	}

	.venueLayoutWrap .venueStyle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 40px
	}

	.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: calc(50% + 130px)
	}

	.venueLayoutWrap .venueStyle .styleText {
		margin-top: 40px;
		margin-bottom: -40px;
		width: calc(50% + 130px)
	}

	.venueLayoutWrap .venueStyle .styleText .sec_txt {
		max-width: 370px
	}

	.venueLayoutWrap .venueRecommend .recommendContentsWrap {
		padding: 0 20px;
		max-width: calc(100% - 40px)
	}

	.venueLayoutWrap .venueRecommend .recommendContents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -20px
	}

	.venueLayoutWrap .venueRecommend .recommendContents .content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 20px
	}

	.venueLayoutWrap .venueRecommend .recommendContents .contentText .sec_txt {
		padding-left: 40px;
		padding-right: 40px
	}

	.venueLayoutWrap .venueRecommend .recommendContents .contentText .sec_txt._wide01 {
		padding-left: 34px;
		padding-right: 34px
	}

	.venueLayoutWrap .venueDataWrap .venueData {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 52px;
		padding-right: 52px
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataText {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 272px
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataText .textHeading {
		padding-left: 8px
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataText .textHeading .jp {
		display: inline-block;
		font-size: 1.4rem;
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataText .textSpec {
		padding-left: 8px
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataFeature {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataFeature>* {
		width: 50%
	}

	.venueLayoutWrap .venueDataWrap .venueData .featureImg {
		padding-right: 6px
	}

	.venueLayoutWrap .venueDataWrap .venueData .featureText {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.venueLayoutWrap .venueDataWrap .venueData .sec_txt {
		padding: 0 40px
	}

	.asideFacilityLayoutWrap .facility {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.asideFacilityLayoutWrap .facilityImg {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: calc(50% - 45px)
	}

	.asideFacilityLayoutWrap .facilityText {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 90px;
		padding-right: 45px
	}

	.asideFacilityLayoutWrap .facilityText .comBtn01 {
		width: 330px
	}

	.asideLayoutWrap .veArea .ph_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 72rem;
		height: 22rem;
		background-image: url(../party/img/aside-virtielbnr-bg_pc.jpg)
	}

	.asideLayoutWrap .veArea .ph_box>a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.asideLayoutWrap .veArea .ph_box>a:before {
		width: 10px;
		height: 10px
	}

	.asideLayoutWrap .veArea .ph_box .left {
		width: 15rem;
		height: 15rem
	}

	.asideLayoutWrap .veArea .ph_box .right {
		width: 36rem
	}

	.asideLayoutWrap .veArea .ph_box .right .txt {
		font-size: 2.6rem;
		letter-spacing: .1em;
		line-height: calc(36/26)
	}

	.asideLayoutWrap .veArea .ph_box .right:before {
		top: -1.8rem
	}

	.asideLayoutWrap .veArea .ph_box .right:after {
		bottom: -2rem
	}
}

@media screen and (max-width:640px) {
	.pc_flex {
		display: block
	}

	.pb_180 {
		padding-bottom: 60px
	}

	.pb_120 {
		padding-bottom: 60px
	}

	.pt_120 {
		padding-top: 60px
	}

	.pt_100 {
		padding-top: 50px
	}

	.arrow::before {
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg) skew(-15deg, -15deg);
		-ms-transform: rotate(45deg) skew(-15deg, -15deg);
		transform: rotate(45deg) skew(-15deg, -15deg)
	}

	.no-touchevents a:hover .arrow:before {
		-webkit-transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px);
		-ms-transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px);
		transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px)
	}

	.no-touchevents a:hover .arrow:before {
		-webkit-transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px);
		-ms-transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px);
		transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px)
	}

	.bnr_area {
		max-width: 89%
	}

	.sec_ttl .en {
		display: block;
		margin-bottom: 10px;
		font-size: 9.7vw
	}

	.sec_ttl .ja {
		font-size: 3.6vw
	}

	.sec_sttl {
		font-size: 5vw;
		line-height: calc(70/36);
		letter-spacing: .1em
	}

	.sec_sttl.ver02 {
		color: #7e6606
	}

	.sec_sttl.ver02 .en {
		display: block;
		margin-bottom: 10px;
		font-size: 8.3vw
	}

	.sec_sttl.ver02 .ja {
		font-size: 2.8vw
	}

	.sec_txt {
		font-size: 3.6vw;
		line-height: calc(46/26);
		letter-spacing: .05em
	}

	.mainArea {
		margin-top: calc(100vw * (126 / 720))
	}

	[data-slidephotofade].type01 .slidephotofade_imgpager_btn+.photogallery01_btn {
		margin-left: 0
	}

	.titleArea {
		padding-bottom: calc(100vw * (100 / 720))
	}

	.titleArea .catchText {
		margin-top: calc(100vw * (36 / 720))
	}

	.titleArea .catchText .sec_txt {
		margin-top: calc(100vw * (36 / 720))
	}

	.navigationLayoutWrap {
		margin-bottom: calc(100vw * (120 / 720));
		padding-top: calc(100vw * (120 / 720));
		padding-bottom: calc(100vw * (120 / 720));
		padding-left: calc(100vw * (80 / 720));
		padding-right: calc(100vw * (80 / 720))
	}

	.navigationLayoutWrap .navigationContents .content+.content {
		margin-top: calc(100vw * (40 / 720))
	}

	.navigationLayoutWrap .navigationContents .contentText {
		padding-top: calc(100vw * (48 / 720));
		padding-bottom: calc(100vw * (92 / 720))
	}

	.navigationLayoutWrap .navigationContents .contentText:after {
		width: calc(100vw * (20 / 720));
		height: calc(100vw * (20 / 720));
		bottom: calc(100vw * (36 / 720))
	}

	.navigationLayoutWrap .navigationContents .contentText .textHeading {
		padding-bottom: calc(100vw * (28 / 720))
	}

	.navigationLayoutWrap .navigationContents .contentText .textHeading:after {
		width: calc(100vw * (40 / 720))
	}

	.navigationLayoutWrap .navigationContents .contentText .textHeading .en {
		font-size: 8.3vw;
		line-height: 1.15
	}

	.navigationLayoutWrap .navigationContents .contentText .textHeading .ja {
		margin-top: calc(100vw * (12 / 720));
		font-size: 3.6vw
	}

	.navigationLayoutWrap .navigationContents .contentText .textDescription {
		margin-top: calc(100vw * (32 / 720));
		font-size: 3.6vw
	}

	.venueLayoutWrap {
		padding-bottom: calc(100vw * (220 / 720))
	}

	.venueLayoutWrap:not(._reverse) .venueStyle .styleText {
		margin-left: calc(100vw * (80 / 720));
		padding-left: calc(100vw * (40 / 720))
	}

	.venueLayoutWrap._reverse .venueStyle .styleText {
		margin-right: calc(100vw * (80 / 720));
		padding-left: calc(100vw * (80 / 720))
	}

	.venueLayoutWrap .venueHeader {
		padding-bottom: calc(100vw * (100 / 720))
	}

	.venueLayoutWrap .headerMainvisual {
		height: calc(100vw * (960 / 720))
	}

	.venueLayoutWrap .headerHeading {
		padding-top: calc(100vw * (72 / 720))
	}

	.venueLayoutWrap .headerCatch {
		margin-top: calc(100vw * (56 / 720))
	}

	.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide {
		padding-left: calc(100vw * (40/ 720));
		padding-right: calc(100vw * (40 / 720))
	}

	.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_wrap {
		height: calc(100vw * (428 / 720))
	}

	.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_imgpager {
		margin: 5px -3px 0
	}

	.venueLayoutWrap .venueStyle [data-slidephotofade].type01.styleImgSlide .slidephotofade_imgpager .slidephotofade_imgpager_btn {
		width: calc(100% / 4 - 6px);
		margin: 0 3px 0
	}

	.venueLayoutWrap .venueStyle .styleText {
		margin-top: calc(100vw * (260 / 720) * -1);
		padding-top: calc(100vw * (360 / 720));
		padding-bottom: calc(100vw * (80 / 720))
	}

	.venueLayoutWrap .venueStyle .styleText .sec_ttl .ja {
		margin-top: calc(100vw * (8 / 720))
	}

	.venueLayoutWrap .venueStyle .styleText .sec_sttl {
		margin-top: calc(100vw * (24 / 720))
	}

	.venueLayoutWrap .venueStyle .styleText .sec_txt {
		margin-top: calc(100vw * (32 / 720));
		width: calc(100vw * (450 / 720));
		text-align: justify;
		text-justify: inter-ideograph
	}

	.venueLayoutWrap .venueRecommend {
		padding-top: calc(100vw * (180 / 720));
		padding-left: calc(100vw * (40 / 720));
		padding-right: calc(100vw * (40 / 720))
	}

	.venueLayoutWrap .venueRecommend .recommendContentsWrap {
		margin-top: calc(100vw * (56 / 720))
	}

	.venueLayoutWrap .venueRecommend .recommendContents .content+.content {
		margin-top: calc(100vw * (40 / 720))
	}

	.venueLayoutWrap .venueRecommend .recommendContents .contentText {
		padding-top: calc(100vw * (44 / 720));
		padding-bottom: calc(100vw * (48 / 720))
	}

	.venueLayoutWrap .venueRecommend .recommendContents .contentText .textNumber {
		font-size: 5.8vw;
		letter-spacing: -.02em
	}

	.venueLayoutWrap .venueRecommend .recommendContents .contentText .textNumber>span {
		padding-bottom: 4px
	}

	.venueLayoutWrap .venueRecommend .recommendContents .contentText .textNumber>span:after {
		border-bottom-width: 1px;
		width: calc(100vw * (20 / 720))
	}

	.venueLayoutWrap .venueRecommend .recommendContents .contentText .sec_sttl {
		margin-top: calc(100vw * (24 / 720))
	}

	.venueLayoutWrap .venueRecommend .recommendContents .contentText .sec_txt {
		margin-top: calc(100vw * (12 / 720));
		text-align: center
	}

	.venueLayoutWrap .venueDataWrap {
		padding-top: calc(100vw * (150 / 720))
	}

	.venueLayoutWrap .venueDataWrap .venueData {
		margin-left: calc(100vw * (40 / 720));
		margin-right: calc(100vw * (40 / 720));
		border-width: calc(100vw * (10 / 720));
		padding: calc(100vw * (40 / 720)) calc(100vw * (40 / 720)) calc(100vw * (70 / 720))
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataImg img {
		width: 100%
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataText .textHeading {
		margin-top: calc(100vw * (80 / 720));
		padding-bottom: calc(100vw * (16 / 720));
		font-size: 3.6vw
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataText .textHeading>.en {
		font-size: 5vw
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataText .textHeading>.jp {
		display: inline-block;
		font-size: 4vw;
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataText .textSpec {
		padding-top: calc(100vw * (28 / 720));
		font-size: 3.6vw
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataText .textSpec>* {
		margin-bottom: calc(100vw * (20 / 720))
	}

	.venueLayoutWrap .venueDataWrap .venueData .dataFeature {
		margin-top: calc(100vw * (60 / 720));
		margin-left: calc(100vw * (10 / 720) * -1);
		margin-right: calc(100vw * (10 / 720) * -1);
		padding: calc(100vw * (20 / 720)) calc(100vw * (20 / 720)) calc(100vw * (52 / 720))
	}

	.venueLayoutWrap .venueDataWrap .venueData .featureText {
		margin-top: calc(100vw * (44 / 720))
	}

	.venueLayoutWrap .venueDataWrap .venueData .featureText .textHeading {
		font-size: 5vw;
		padding-bottom: calc(100vw * (32 / 720))
	}

	.venueLayoutWrap .venueDataWrap .venueData .featureText .textHeading:after {
		width: calc(100vw * (44 / 720));
		border-bottom-width: 1px
	}

	.venueLayoutWrap .venueDataWrap .venueData .featureText .textHeading .ja {
		margin-top: calc(100vw * (16 / 720))
	}

	.venueLayoutWrap .venueDataWrap .venueData .sec_txt {
		margin-top: calc(100vw * (24 / 720));
		text-align: center
	}

	.asideFacilityLayoutWrap {
		padding: calc(100vw * (72 / 720)) calc(100vw * (80 / 720));
		background-size: 100px 100px
	}

	.asideFacilityLayoutWrap .facilityText {
		margin-top: calc(100vw * (32 / 720))
	}

	.asideFacilityLayoutWrap .facilityText .textHeading {
		padding-bottom: calc(100vw * (32 / 720));
		font-size: 5vw;
		line-height: 1.66
	}

	.asideFacilityLayoutWrap .facilityText .textHeading:after {
		border-bottom-width: 1px;
		width: calc(100vw * (44 / 720))
	}

	.asideFacilityLayoutWrap .facilityText .sec_txt {
		word-break: break-all
	}

	.asideFacilityLayoutWrap .facilityText .comBtn01 {
		margin: calc(100vw * (60 / 720)) calc(100vw * (20 / 720)) 0;
		height: calc(100vw * (90 / 720))
	}

	.asideLayoutWrap {
		/* padding-top: calc(100vw * (120 / 720));
		padding-bottom: calc(100vw * (160 / 720)) */
		padding: 30px 0;
	}

	.asideLayoutWrap .veArea {
		padding-left: calc(100vw * (80 / 720));
		padding-right: calc(100vw * (80 / 720))
	}

	.asideLayoutWrap .veArea .ph_box {
		background-image: url(../party/img/aside-virtielbnr-bg_sp.jpg)
	}

	.asideLayoutWrap .veArea .ph_box {
		width: 100%;
		padding-top: calc(100vw * (50 / 720));
		padding-bottom: calc(100vw * (50 / 720))
	}

	.asideLayoutWrap .veArea .ph_box>a {
		margin: 0 auto;
		width: calc(100vw * (460 / 720))
	}

	.asideLayoutWrap .veArea .ph_box>a:before {
		right: calc(100vw * (16 / 720))
	}

	.asideLayoutWrap .veArea .ph_box .left {
		width: calc(100vw * (180 / 720));
		height: calc(100vw * (180 / 720))
	}

	.asideLayoutWrap .veArea .ph_box .left img {
		max-width: calc(100% - (100vw * (20 / 720)))
	}

	.asideLayoutWrap .veArea .ph_box .right {
		width: calc(100% - (100vw * (180 / 720)));
		height: calc(100vw * (180 / 720));
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.asideLayoutWrap .veArea .ph_box .right .txt {
		font-size: 4.2vw;
		letter-spacing: .14em;
		line-height: calc(36/30)
	}

	.asideLayoutWrap .veArea .ph_box .right:before {
		top: calc(100vw * (15 / 720));
		width: calc(100vw * (248 / 720))
	}

	.asideLayoutWrap .veArea .ph_box .right:after {
		bottom: calc(100vw * (15 / 720));
		width: calc(100vw * (248 / 720))
	}

}

/* 23.4-11
パーティーページフッター遷移 */

.asideLayoutWrap .asideMenuArea {
	/* margin-top: 40px;
	margin-bottom: 120px; */
}

.asideLayoutWrap .asideMenuArea .link_wrap::before {
	margin: auto 0;
	border-top-color: #fff;
	border-right-color: #fff;
	top: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.asideLayoutWrap .asideMenuArea .menu_ttl {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	color: #fff
}

.asideLayoutWrap .asideMenuArea .menu_ttl .ttl {
	font-family: Amiri;
	font-weight: 400;
	font-size: 3.4rem;
	letter-spacing: .05em;
	line-height: 1;
	margin-bottom: 12px
}

.asideLayoutWrap .asideMenuArea .menu_ttl .subttl {
	display: block;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1
}

@media print,
screen and (min-width:641px) {
	.asideLayoutWrap .asideMenuArea {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 100px;
		margin-bottom: 120px;
	}

	.asideLayoutWrap .asideMenuArea .detail {
		width: 31%;
		height: 150px
	}

	.asideLayoutWrap .asideMenuArea .link_wrap::before {
		width: 10px;
		height: 10px;
		left: 90%
	}

	.asideLayoutWrap .asideMenuArea .menu_ttl .subttl {
		font-size: 1.4rem
	}
}

@media screen and (max-width:640px) {
	.asideLayoutWrap .asideMenuArea {
		margin-top: calc(100vw * (40 / 720));
		padding-left: calc(100vw * (80 / 720));
		padding-right: calc(100vw * (80 / 720))
	}

	.asideLayoutWrap .asideMenuArea .detail {
		width: 100%;
		height: calc(100vw * .78 * .46)
	}

	.asideLayoutWrap .asideMenuArea .detail+.detail {
		margin-top: 10px
	}

	.asideLayoutWrap .asideMenuArea .link_wrap::before {
		right: 7%
	}

	.asideLayoutWrap .asideMenuArea .menu_ttl .ttl {
		margin-bottom: 7px;
		font-size: 8.3vw
	}

	.asideLayoutWrap .asideMenuArea .menu_ttl .subttl {
		font-size: 3.6vw
	}

}