@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
}

#wrapInner {
	width: 100% !important;
}

#inner950 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: block;
}

#anchorLinkBlock {
	width: 100%;
	max-width: 950px;
	margin: 0 auto !important;
	display: block;
}

#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin: 0 auto 10px;
	font-size: 14px;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
	overflow: hidden;
	background: #EDEDED;
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------common-------------*/
@media (min-width:768px) {
	.pc_none {
		display: none;
	}

	.sp_br {
		display: none;
	}
}

@media (max-width:767px) {
	.sp_none {
		display: none;
	}

	#wrapper h2,
	#wrapper h3,
	#wrapper h4 {
		font-weight: bold;
	}
}

.disnon {
	display: none;
}

.text_red {
	color: #E7180F;
}

.text_bold {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.attention {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
}

.mgn_btm20 {
	margin-bottom: 20px;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

a.godetail {
	width: 80%;
	max-width: 350px;
	margin: 0 1.5% 20px;
	/*height: 110px;*/
	padding: 15px 15px 20px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_red.png") no-repeat center bottom;
	background-size: 100%;
	z-index: 1000;
	color: #FFFFFF;
}

a.godetail span {
	font-size: 120%;
	font-weight: bold;
}

a.godetail.chubu {
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100%;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

a.godetail.gray {
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100%;
	pointer-events: none;
}

.deco {
	font-weight: normal;
	display: inline-block;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
	background-size: 15px auto;
}

@media (max-width:767px) {
	a.godetail {
		width: 80%;
		height: 90px;
		margin: 0 auto 20px;
		padding-bottom: 5px;
	}

	.deco {
		display: inline-block;
		padding: 0 16px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: 12px;
	}

}

/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.page_roof .logoarea {
	width: 100%;
	background: #000;
}

.page_roof .logoarea .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

.page_roof .logoarea .inner dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #FFFFFF;
	padding: 30px 0 60px;
	font-size: 100%;
}

.page_roof .logoarea .inner dl dt {
	width: 40%;
	padding-right: 40px;
}

.page_roof .logoarea .inner dl dt img {
	width: 100%;
}

.page_roof .logoarea .inner dl dd {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page_roof h2 {
	font-size: 300%;
	border-bottom: 1px solid #E7180F;
	display: inline-block;
	margin-bottom: 10px;
}

.page_roof h2 span {
	color: #E7180F;
}

.logoarea p {
	font-size: 180%;
}

.photoinfo {
	display: block;
	max-width: 950px;
	margin: auto;
	color: #000;
	text-align: left;
	font-size: 80%;
}

@media (max-width:767px) {
	.page_roof .logoarea .inner dl {
		padding: 20px 0 30px;
	}

	.page_roof .logoarea .inner dl dt {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 20px;
	}

	.page_roof .logoarea .inner dl dt img {
		width: 60%;
	}

	.page_roof .logoarea .inner dl {
		font-size: 60%;
	}

	.page_roof .logoarea .inner dl dd {
		width: 100%;
	}

	.page_roof h2 {
		font-size: 6vw;
	}

	.photoinfo {
		margin: 0 25px 0 25px;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
}

.pageContent .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}

@media (max-width:767px) {
	.pageContent {
		width: 100%;
		margin-bottom: 20px;
	}
}

/*-------------about--------------*/
#about {
	margin-bottom: 30px;
}

#about .box {
	width: 95%;
	margin: 0 auto 20px;
	border: 4px double #999;
	padding: 20px 40px;
	border-radius: 20px;
	font-size: 100%;
	background: #FFFFFF;
}

#about h2 {
	font-size: 130%;
	text-decoration: underline;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}

#about p {
	font-size: 108%;
	/* margin-left: 0.5em; */
}

#about .p_small {
	font-size: 90%;
	margin-left: 0.5em;
}

#about .obi {
	width: 80%;
	margin: 0 auto;
	background: linear-gradient(to bottom, #b18835, #d4a649 50%, #b18835 65%, #8e6b00);
	padding: 15px 0;
	font-size: 100%;
	text-align: center;
}

#about .obi p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 150%;
}

@media (max-width:767px) {
	#about .box {
		padding: 15px 10px 15px 15px;
		font-size: 90%;
	}

	#about .obi {
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 85%;
	}
}

/*------------planhead--------------*/
#planhead {
	font-size: 100%;
	margin-bottom: 30px;
}

h2.title {
	font-size: 200%;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #E7180F;
	text-align: center;
}

h2.title span {
	position: relative;
	padding-left: 1.8em;
}

h2.title span::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1.8em;
	height: 100%;
	background: url("../images/medal.png")no-repeat center;
	background-size: contain;
}

@media (max-width:767px) {
	#planhead {
		font-size: 80%;
		margin-bottom: 20px;
	}

	h2.title span {
		padding-left: 1.5em;
	}
}

/*------------planA--------------*/
.pageContent.plan {
	font-size: 100%;
	margin-bottom: 30px;
}

.plan>.inner {
	background: #FFFFFF;
	padding: 20px;
}

.pageContent.plan h2.title2 {
	display: flex;
	font-size: 150%;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	background: #EDEDED;
	padding: 5px 5px;
	text-align: left;
	align-items: center;
}

.pageContent.plan h2.title2 span {
	width: 8em;
	text-align: center;
	color: #FFFFFF;
	background: #333;
	font-family: 'Noto Serif JP', serif;
	margin-right: 10px;
	padding: 3px 0 5px;
	font-size: 90%;
}

.pageContent.plan h2.title3 {
	width: 95%;
	text-align: center;
	color: #FFFFFF;
	background: #333;
	font-family: 'Noto Serif JP', serif;
	margin: 0 auto 10px;
	padding: 5px 0 7px;
	font-size: 110%;
}

.pageContent.plan .inner>p span {
	color: #E7180F;
	font-weight: bold;
}

.pageContent.plan .box_unit {
	display: flex;
	justify-content: center;
	margin: 20px 0 30px;
	font-size: 100%;
}

.pageContent.plan .box_unit .inner {
	padding: 10px 10px 10px;
}

.pageContent.plan .box_unit .ceremony {
	width: 49%;
	margin: 0 auto;
	background: #FFE7E7;
}

.pageContent.plan .box_unit .stage {
	width: 49%;
	margin: 0 auto;
	background: #DDEBF7;
}

.pageContent.plan .box_unit h3 {
	color: #FFFFFF;
	font-size: 130%;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 10px;
}

.pageContent.plan .box_unit h4 {
	font-size: 140%;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

.pageContent.plan .box_unit h4 span {
	color: #333;
	display: inline-block;
	font-size: 80%;
	font-weight: 900;
}

.pageContent.plan .ceremony h3 {
	background: #C00000;
}

.pageContent.plan .stage h3 {
	background: #2F75B5;
}

.pageContent.plan .ceremony h4 {
	color: #C00000;
	font-family: 'Noto Sans JP', sans-serif;
}

.pageContent.plan .stage h4 {
	color: #2F75B5;
	font-family: 'Noto Sans JP', sans-serif;
}

.pageContent.plan .inner>dl {
	display: flex;
	font-size: 100%;
	margin-bottom: 5px;
}

.pageContent.plan .inner>dl>dt {
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

.ceremony span {
	color: #C00000;
}

.pagecontent_p {
	font-size: 100%;
}

.ceremony p {
	font-size: 90%;
	margin-left: 12px;
}

.plan_sold {
	background-color: #C00000;
	color: #FFF;
	font-size: 140%;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 20px auto 0;
}

.plan_sold_p {
	/* margin: 0 0 15px 0; */
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #FFF;
	padding: 10px 20px;
}

.plan_resale {
	background-color: rgb(255, 255, 0);
	font-size: 140%;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 20px;
}

.plan_resale span {
	font-size: 80%;
}

@media (max-width:767px) {
	.pageContent.plan h2.title2 {
		font-size: 110%;
		flex-wrap: wrap;
		padding: 5px 10px;
	}

	.pageContent.plan h2.title2 span {
		width: 80%;
		margin: 5px auto 8px;
		padding: 2px 0 3px;
	}

	.pageContent.plan .box_unit {
		flex-wrap: wrap;
		justify-content: center;
		font-size: 90%;
	}

	.pageContent.plan .box_unit .ceremony {
		width: 100%;
		margin-bottom: 10px;
	}

	.pageContent.plan .box_unit .stage {
		width: 100%;
	}

	.pageContent.plan .inner>p {
		font-size: 90%;
	}
}

/*------------チケットについて--------------*/
#aboutticket .waku {
	width: 100%;
	border: 2px solid #E7180F;
	background: #FFFFFF;
	padding: 10px 20px;
	margin-bottom: 50px;
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

#aboutticket .waku h2 {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	color: #E7180F;
	margin: 0 0 0 -5px;
}

/*------------itinerary--------------*/
#itinerary {
	margin-bottom: 50px;
}

/*-----予約-----*/
.yoyaku {
	width: 100%;
	max-width: 950px;
	margin: 30px auto;
	text-align: center;
}

.yoyaku .yoyaku_unit {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
}

.yoyaku h2 {
	font-size: 130% !important;
	margin-bottom: 20px;
}

/*.yoyaku span{
	display: block;
	font-size: 150% !important;
	margin-bottom: 20px;
}*/
@media (max-width:767px) {
	.yoyaku {
		width: 90%;
	}
}

/*-----注記ボックス-----*/
#notes {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	background: #FFFFFF;
	padding-bottom: 50px;
}

#notes h2 {
	background: #333333;
	color: #FFFFFF;
	font-size: 130%;
	padding: 5px 0;
	margin: 0;
}

#notes h3 {
	background: #737373;
	color: #FFFFFF;
	font-size: 110%;
	margin-bottom: 10px;
}

#notes h2 span,
#notes h3 span {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	display: block;
}

#notes ul {
	width: 95%;
	margin: 0 auto 20px;
}

#notes ul li {
	margin-bottom: 5px;
	text-indent: -1em;
	margin-left: 1em;
}

#notes ul li::before {
	content: "●";
}

.ryokoshien ul {
	text-align: left;
	margin-bottom: 20px;
}

.ryokoshien ul li {
	font-size: 120%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 10px;
}

.ryokoshien p {
	font-size: 120%;
	text-align: left;
	margin-bottom: 20px;
}

.ryokoshien .kome {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

.ryokoshien .kome::before {
	content: "※";
}

@media (max-width:767px) {
	.ryokoshien {
		font-size: 80%;
	}
}

/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container {
	width: 100%;
	position: relative;
}

.swiper-container .swiper-slide img {
	width: 100%;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

/*-----topSwiper-------------------*/
.swiper-container.top .swiper-slide img {
	border-left: 1px solid #CCC;
	width: 100%;
}

.swiper-container.top .swiper-wrapper {
	transition-timing-function: linear !important;
}