@charset "utf-8";
/* CSS Document */

/* タイトル */

#contents h2 {
	padding: 5px 0px;
	color: #000;
	font-weight: bold;
	font-size: 3.1rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #BCCCCC;
}

#contents h2 span.icon {
	    padding: 0px 0 0 45px;
		background: url(../img/page_icon.png) no-repeat left top 7px;
}

.ttl h2 span.eng {
	color: #0860A8;
	margin: 7px 0 0 5px;
	padding: 0px 10px;
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
}

.ttl {
	margin-bottom: 20px;
}

.txt-intro {
	margin-bottom: 1em;
}


h3:before{
	display: none;
}

.btn-block{
	margin: 2em 0;
}

@media screen and (max-width: 768px) {
	.binfo-col {
		display: block;
	}

	.binfo-col dt {
		text-align: center;
	}
	
	.binfo-col .ph-b {
		width: auto;
		margin-right: 0;
		margin-bottom: 1em;
		text-align: center;
	}
}

.register-block {
	display: flex;
	gap: 2em;
}

.register-block > div {
	width: 100%;
	font-size: 1.3rem;
	font-weight: bold;
	flex: 1;
	letter-spacing: 0;
}

.register-block > div h5:before {
	display: none;
}

.register-block > div h5 span {
	margin-right: 0.3em;
}

.register-block .col-fee {
	margin-bottom: 1em;
	display: grid;
	grid-template-columns: 6em 1fr 1fr 1fr;
	gap: 1em;
	justify-content: center;
}

.register-block .parts-fee {
	padding: 0.5em;
	text-align: center;
	display: grid;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid #0860A8;
}

.register-block .parts-fee + .parts-fee::before {
	content: "+";
	width: 1em;
	height: 1em;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: -1em;
	transform: translateY(-50%);
}

.register-block .parts-fee span {
	font-size: 1rem;
	line-height: 1.5;
	display: block;
	text-align: left;
}

.register-block .col-fee > .ttl {
	/* width: 6em;
	min-width: 6em; */
	margin: 0;
	white-space: nowrap;
	text-align: center;
}

.register-block .col-fee > .ttl span {
	color: #FFF;
	padding: 0.2em 0;
	background: #0860A8;
	display: block;
	text-align: center;
}


/* floor-block */
.floor-block{
	border: 1px solid #707070;
	padding: 2em;
	margin: 2em 0;
	position: relative;
}
.floor-block .floor-ttl{
	color: #0C4F8D;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	border: none;
	margin: 1em 0 2em;
}
.floor-block .floor-img{
	position: absolute;
	top: 18%;
	right: 2em;
}
.floor-block .floor-map{
	margin-top: -1em;
}
.floor-block .floor-note{
	font-weight: bold;
	text-align: right;
}

.ce-20 {
	position: absolute;
	top: 18%;
    right: 2em;
}

.ce-20 p a {
	color: #0C4F8D;
	font-weight: bold;
}

/* floor-list */
.contentsInner.wigyw ul.floor-list>li{
	list-style: none;
	padding-left: 3.5em;
    text-indent: -3.5em;
	width: 55%;
}
.floor-list{
	margin: 1em;
}
.floor-list li {
	font-weight: bold;
	margin: .5em 0;
}
.floor-list li span{
	color: #FFF;
	background: #0C4F8D;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 .5em;
	margin-right: .5em;
}
.floor-list li a{
	color: #0C4F8D
}

.ttl-21 {
	margin-left: 1em;
}

@media screen and (max-width: 768px) {
	.register-block {
		display: block;
	}
	.col-fee-wrap {
		overflow-x: auto;
	}
	.col-fee-wrap .col-fee {
		min-width: 600px;
	}
	
	/* floor-block */
	.floor-block{
		padding: 1em;
	}
	.floor-block .floor-ttl{
		font-size: 2rem;
		margin: 0 0 1em;
	}
	.floor-block .floor-ttl span{
		display: block;
	}
	.floor-block .floor-img{
		width: 40%;
		position: absolute;
		top: auto;
		right: 1em;
		bottom: 18em;
	}
	.floor-block .floor-map{
		margin: 10em -.5em 1em;
	}
	.floor-block .floor-note{
		text-align: left;
		margin: .5em 0;
	}

	/* floor-list */
	.contentsInner.wigyw ul.floor-list>li{
		width: 100%;
	}
	.floor-list{
		margin: 1em 0;
	}
	.contentsInner.wigyw ul.floor-list{
		padding: 0;
	}

	.ce-20 {
		top: auto;
		left: 1em;
		bottom: 20em;
	}

	.ce-20 h5 {
		padding-bottom: 0.2em;
	}

}
@media screen and (max-width: 600px) {
	.floor-block .floor-img{
		bottom: 13em;
	}
	.floor-block .floor-map{
		margin: 6em -.5em 1em;
	}
	.ce-20 {
		top: auto;
		bottom: 13em;
	}
}


/*-----------------
      swiper
----------------- */

.floor-slider.swiper-container{
	margin-bottom: 1em;
}

/* swiper-button */
.floor-slider .swiper-button-next,
.floor-slider .swiper-button-prev {
	width: 65px;
	height: 65px;
	top: 45%;
}
.floor-slider .swiper-button-prev,
.floor-slider .swiper-container-rtl .swiper-button-next {
	left:20px;
	right:auto;
}
.floor-slider .swiper-button-next,
.floor-slider .swiper-container-rtl .swiper-button-prev {
	right:20px;
	left:auto;
}
.floor-slider .swiper-button-prev.swiper-button-circle,
.floor-slider .swiper-container-rtl .swiper-button-next.swiper-button-circle {
	background:url("../img/ico_prev.png") no-repeat center / contain;
}
.floor-slider .swiper-button-next.swiper-button-circle,
.floor-slider .swiper-container-rtl .swiper-button-prev.swiper-button-circle {
	background:url("../img/ico_next.png") no-repeat center / contain;
}

/* swiper-pagination */
.floor-slider .swiper-pagination-bullet {
	border: 1px solid #0860A8;
}
.floor-slider .swiper-pagination-bullet-active {
	opacity:1;
	background:#0860A8;
}
.floor-slider .swiper-pagination{
	margin: .2em 0;
}

@media screen and (max-width: 768px) {
	/* swiper-button */
	.floor-slider .swiper-button-next,
	.floor-slider .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
	.floor-slider .swiper-button-prev,
	.floor-slider .swiper-container-rtl .swiper-button-next {
		left:10px;
	}
	.floor-slider .swiper-button-next,
	.floor-slider .swiper-container-rtl .swiper-button-prev {
		right:10px;
	}
}
@media screen and (max-width: 420px) {
	/* swiper-button */
	.floor-slider .swiper-button-next,
	.floor-slider .swiper-button-prev {
		top: 35%;
	}
}

/*-----------------
      modal
----------------- */
.modal .modal__container{
	padding: 3em 4em 2em;
	border-radius: 3em;
	height: 95vh;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	.modal .modal__container{
		height: auto;
	}
}

.modal .modal__container::-webkit-scrollbar {
    display:none;
}
.modal .modal__content{
	margin: 1em 0;
}
#contents .modal .modal__title{
	color: #0860A8;
	font-size: 2.5rem;
	border: none;
}
.contentsInner.wigyw .modal figure{
	width: 100%;
	background: #e2e5ec;
    padding-top: 60%;
    margin-bottom: .5em;
	position: relative;
    z-index: 1;
}
.contentsInner.wigyw .modal figure img{
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.7s;
    object-fit: cover;
}
.contentsInner.wigyw .modal figcaption{
	color: #FFF;
	background-color: #0860A8;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: .5em 0;
	position: relative;
    z-index: 2;
}
.contentsInner.wigyw .modal .sttl{
	color: #0860A8;
	background: none;
	font-size: 2rem;
	padding: 0 0.5em;
    margin-bottom: 0.5em;
	border-left: 5px solid #0860A8;
}
.contentsInner.wigyw .modal p{
	color: #000;
}
.contentsInner.wigyw .modal a{
	color: #0860A8;
	font-weight: bold;
}
.modal .modal__footer .modal__btn{
	color: #FFF;
	background: #0860A8;
	font-weight: bold;
	display: block;
	border-radius: 5em;
	padding:  .8em 2.5em;
	margin: 0 auto;
}
/* IE */
@media all and (-ms-high-contrast: none) {
	.modal .modal__footer .modal__btn{
		margin: 1em auto;
	}
}
.modal .modal__footer .modal__btn:before{
	content: '\f00d';
    margin: 0 0.8em 0 0;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    display: inline-block;
}

@media screen and (max-width: 768px) {
	.modal .modal__container{
		padding: 1em; 
		border-radius: 2em;
	}
	#contents .modal .modal__title{
		font-size: 2rem;
		line-height: 1.8;
	}
	.modal .modal__footer .modal__btn{
		padding:  .5em 2em;
	}
}