@charset 'UTF-8';
@charset "UTF-8";
.section {	
	padding: 45px 0 0;
	color: #000;
}
body.sp .section {
	min-width: 100%;
}
body.sp .section p {
	width: 100%;
	/* font-size: 240%; */
	font-size: 220%;
}

body.pc .section,
body.tablet .section {	
	background: url(../images/bg.jpg) top center no-repeat;	
	background-size: 2000px auto;
}
body.sp .section {
	background: url(../images/bg_s.jpg) top center no-repeat;
	background-size: 100% auto;
	padding: 1% 0 0;
}

body.pc .section .pageTitle {
	width: 358px;
	margin: 15px auto 130px auto;
}

body.sp .section .pageTitle {
	width: 60%;
	padding: 43% 0 0;
	margin: 0 auto 50%;
	background: transparent;
}

body .section .pageTitle img {
	width: 100%;
}

body {
	position: relative;
}
body::before {
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #13387e url(../images/bg_content.png) top center repeat;
	background-size: 100%;
	z-index: -1;
	/* margin-top: -45px; */
}

.bodyMain {
	padding: 30px 0 0;
}
.bodyDescription {
	text-align: center;
	margin: 0 0 20px;
}
body.sp .bodyDescription {
	margin: 0 0 5vw;
}
.bodyDescription h2 {
	color: #022e4f;
	font-weight: bold;
	font-size: 24px;
}
.lead {
	color: #fff;
	text-align: center;
	margin: 0 0 70px;
}
body.sp .lead {
	margin: 0 0 0;
	padding: 0.8em 0 2em;
}
body.sp .lead p {
	font-size: 220%;
}
body.sp .section_sns .body {
	width: auto;
}

.section_sns {
	background: #000;
}
.section_sns .threeColumnsType2 {
	margin: 0 auto;
	padding: 75px 0;
}

.setplan_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 30px;
	margin: 0 0 80px;
}
body.sp .setplan_nav {
	flex-direction: column;
	gap: 30px 0;
	margin: 0 0 70px;
}
.setplan_nav li {
	width: 438px;
	margin: 0 0 25px;
}
body.sp .setplan_nav li {
	width: 94%;
	margin: 0 auto;
}
.setplan_nav li a {
	transition: opacity .3s;
}
body.pc .setplan_nav li a:hover {
	opacity: 0.8;
}
.setplan_nav li img {
	width: 100%;
	height: auto;
}
#plan1, #plan2 {
	scroll-margin-top: 60px;
}
body.sp #plan1, body.sp #plan2 {
	scroll-margin-top: 240px;
}
.set-box {
	background: #fff url(../images/box_bg.png) top center repeat-y;
	background-size: 100% auto;
	margin: 0 0 50px;
	padding: 65px 0;
	padding: 50px 0;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.set-box::before,
.set-box::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 75px;
	z-index: 0;
}
body.sp .set-box::before,
body.sp .set-box::after {
	height: 72px;
}
.set-box::before {
	top: 0;
	background: #fff url(../images/box_bg_top.png) top center no-repeat;
	background-size: 100% auto;
}
.set-box::after {
	bottom: 0;
	background: #fff url(../images/box_bg_btm.png) bottom center no-repeat;
	background-size: 100% auto;
}

.set-box p {
	margin-bottom: 15px;
}
.set-box strong {
	font-weight: bold;
}
.set-box a {
	color: #000;
}
#wrapperArea .set-box_icon {
	width: 135px;
	height: auto;
	position: absolute; 
	left: 18px;
	top: 0;
}
body.sp #wrapperArea .set-box_icon {
	width: 194px;	
	width: 18%;
}
.set-box_icon img {
	width: 100%;
	height: auto;
}
.section h2.set-box_title {
	position: relative;
	text-align: left;
	padding: 0 0 64px 180px;
	background: url(../images/title_line.png) bottom center no-repeat;
	background-size: 830px 40px;
}
body.sp .section h2.set-box_title {
	padding: 0 0 74px 216px;
	background: url(../images/title_line_sp.png) bottom center no-repeat;
	background-size: 82vw 5.2vw;
}
.section #plan1 h2.set-box_title {
	margin-top: 32px;
}

#plan1 .set-box_title img {
	width: 658px;
	height: auto;
}
body.sp #plan1 .set-box_title img {
	width: 93%;
}
#plan2 .set-box_title img {
	width: 720px;
	height: auto;
}
body.sp #plan2 .set-box_title img {
	width: 93%;
}

.set-box_in {
	width: 840px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
body.sp .set-box_in {
	width: 86%;
}
.set-box_pic {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 0;
}

.set-box_pic figure {
	margin: 0 0 5px;
	padding: 0;
	width: 405px;
}
body.sp .set-box_pic figure {
	width: 48%;
}
.set-box_pic figcaption {
	line-height: 1.4;
	margin: 12px 0 0;
	font-size: 16px;
	text-align: center;
}
body.sp .set-box_pic figcaption {
	margin: 18px 0 0;
	font-size: 190%;
	text-align: center;
}
.set-box_pic figure img {
	width: 100%;
	height: auto;
}
.set-box_pic .set-box_pic_copy {
	font-size: 11px;
	text-align: right;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0;
}
body.sp .set-box_pic .set-box_pic_copy {
	font-size: 180%;
}
.set-box p.set-box_indent {
	font-size: 13px;
	padding-left: 1em;
	text-indent: -1em;
}

.section h3.set-box_subtitle {	
	font-size: 22px;
	font-weight: bold;
	color: #91600a;
	margin: 40px 0 10px;
	display: flex;
	gap: 0 16px;
}
body.sp .section h3.set-box_subtitle {
	font-size: 240%;
	align-items: center;
}

.set-box_subtitle::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 1.2em;
	background-color: #91730a;
}

body.sp .set-box_subtitle::before {
	width: 5px;
	height: 1.1em;
}

/* btn */
.ticket-btns {
	display: flex;
	justify-content: space-between;	
}
body.sp .ticket-btns {
	flex-direction: column;
	gap: 30px 0;
	margin-top: 32px;
	margin-bottom: 70px;
}
.ticket-btns a {
	width: 408px;
	/* transition: opacity .3s; */
}
body.sp .ticket-btns a {
	width: 100%;
}
/* .ticket-btns a:hover {
	opacity: 0.8;
} */
.ticket-btns a img {
	width: 100%;
}


.set-box_btn {
	margin: 15px 0;
}
.set-box_btn a {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	background:linear-gradient(#ecb658, #9a6d2f);
	border-radius: 8px;
	padding: 18px 50px 18px 70px;
}
body.sp .set-box_btn a {
	font-size: 200%;
	padding: 3vw 6vw 3vw 10vw;
}
.set-box_btn a:before {
	content: '';
	position: absolute;
	display: inline-block;
    top: calc(50% - 2px);
	left: 45px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	background: url(../images/icon_link_ext_w.png) 0 0 no-repeat;
	background-size: 100% auto;
}
body.sp .set-box_btn a:before {
	width: 2.5vw;
	height: 2.5vw;
}

p.set-box_inquiry {
	margin: 50px 0;
}
a.set-box_link {
	color: #a57837;
}
.set-box_link:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon_link_ext_b.png) 0 0 no-repeat;
	background-size: 100% auto;
	margin-right: 10px;
}
body.sp .set-box_link:before {
	width: 2.5vw;
	height: 2.5vw;
	margin-right: 2vw;
}

.set-box_footer {
	margin: 0 0 80px;
}
body.sp .set-box_footer {
	margin-top: 88px;
}
body.sp .set-box_footer dl {
	padding-inline: 14px;
}
.set-box_footer dl dt {
	background: url(../images/title_line2.png) right 9px no-repeat;
	background-size: 870px auto;
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px;
}
body.sp .set-box_footer dl dt {
	font-size: 200%;
	background-size: 83% auto;
	background-position: right 45%;
}
.set-box_footer dl dd {
	color: #fff;
	font-size: 16px;
	margin: 0 0 8px;
	line-height: 1.8;
}
body.sp .set-box_footer dl dd {
	font-size: 200%;
}

.threeColumnsType2, body.sp .threeColumnsType2 {
	/* margin: 75px auto; */
	margin: 0 auto;
	padding: 75px 0;
}

.set-box p.text-s {
	font-size: 14px;
}

.pic-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
	margin: 60px 0 0;
}
body.sp .pic-container {
	gap: 40px 40px;
}
.pic-container figure {
	margin: 0;
}
/* 1枚目を中央に配置 */
.pic-container figure:first-child {
  grid-column: 1 / -1;
  justify-self: center;
  text-align: center;
}
body.sp .pic-container figure:first-child img {
	margin: 0 auto;
}
.pic-container img {
  width: 400px;
  height: auto;  
	display: block;
	margin: 0 auto;
}
body.sp .pic-container figure img {
	width: 100%;
}
.pic-container figcaption {
	text-align: center;
	margin-top: 16px;
	font-size: 16px;
}
body.sp .pic-container figure:first-child figcaption {
	text-align: center;
}
body.sp .pic-container figcaption {
	text-align: left;
	margin-top: 18px;
	font-size: 190%;
}
.pic-container + .pic-container-copy {
	font-size: 12px;
	text-align: right;
	margin-top: 16px;
	margin-bottom: 0;
}
body.sp .pic-container + .pic-container-copy {
	font-size: 180%;
}

/* brSp brPc
-------------------------------------------------- */
body.pc .brSp {
	display: none;
}
body.sp .brSp {
	display: block;
}
body.pc .brPc {
	display: block;
}
body.sp .brPc {
	display: none;
}
