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

/* PC
---------------------------------------------------------------------- */

@media (min-width: 1001px) {
	
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100%;
	height: 400px;
	background: url(../images/pageTitleBg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
#pageTitleVox::after{
	top:0;
	left: 0;
	content: "";
	width: 100%;
	height: 400px;
	z-index: 1;
	position: absolute;
	mix-blend-mode: multiply;
	background: linear-gradient(rgba(230, 230, 230, 1), rgba(230, 230, 230, 1));
}
#pageTitleVox .inner{
	width: 90%;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
/* common */
.stayingregulation h2.yakkan_ttl{
	font-size: 2.375em;
	text-align: center;
}
.stayingregulation h3.yakkan_subttl{
	font-size: 1.375em;
}

/* yakkan rule */
.stayingregulation .yakkan,
.stayingregulation .rule{
	padding: 80px 0 90px;
}
.stayingregulation .yakkan .inner,
.stayingregulation .rule .inner{
	margin: 0 auto;
	text-align: left;
}
.stayingregulation .rule .inner h3{
	color: #c1272d;
}
.stayingregulation p,
.stayingregulation p{
	line-height: 1.5;
	text-align: left;
}
.stayingregulation p.txt{
	font-size: 1.125em;
	line-height: 1.75;
	letter-spacing: 1px;
}
.stayingregulation p.right{
	text-align: right;
}
.stayingregulation ol li ol{
	padding-left: 20px;
}

/* cancel */
.stayingregulation .cancel{
	padding: 80px 0 150px;
}
.yakkan_table {
	width: 100%;
}
.yakkan_table table {
    border-collapse: collapse;
}
.yakkan_table tr{
    width: 12%;
}
.yakkan_table th {
    border: solid 1px #000;
    text-align: center;
    padding: 0.8vw 1vw 1vw;
	vertical-align: middle;
}
.yakkan_table td {
    border: solid 1px #000;
    padding: 0.8vw 1.5vw;
	text-align: center;
	vertical-align: middle;
}
.yakkan_table td ul{
	text-align: left;
}
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width:1000px){
/* visual
---------------------------------------------------------------------- */
#pageTitleVox {
	width: 100vw;
	height: 80vw;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url(../images/pageTitleBg_sp.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
#pageTitleVox .inner{
	width: 90vw;
	height: 80vw;
	margin: 0 auto;
	position: relative;
}

/* inner
---------------------------------------------------------------------- */	
/* common */
.stayingregulation h2.yakkan_ttl{
	font-size: 2em;
	text-align: center;
}
.stayingregulation h3.yakkan_subttl{
	font-size: 1.5em;
}

/* yakkan rule */
.stayingregulation .yakkan,
.stayingregulation .rule{
	padding: 3em 0 4em;
}
.stayingregulation .yakkan .inner,
.stayingregulation .rule .inner{
	margin: 0 auto;
	text-align: left;
}
.stayingregulation .rule .inner h3{
	color: #c1272d;
}
.stayingregulation p,
.stayingregulation p{
	line-height: 1.5;
	text-align: left;
}
.stayingregulation p.txt{
	font-size: 1.125em;
	line-height: 1.75;
	letter-spacing: 1px;
}
.stayingregulation p.right{
	text-align: right;
}
.stayingregulation ol li ol{
	padding-left: 1em;
}

/* cancel */
.stayingregulation .cancel{
	padding: 3em 0 4em;
}
.yakkan_table {
	width: 100%;
}
.yakkan_table table {
    border-collapse: collapse;
}
.yakkan_table tr{
    width: 12%;
}
.yakkan_table th {
    border: solid 1px #000;
    text-align: center;
    padding: 0.8vw 1vw 1vw;
	vertical-align: middle;
}
.yakkan_table td {
    border: solid 1px #000;
    padding: 0.8vw 1.5vw;
	text-align: center;
	vertical-align: middle;
}
.yakkan_table td ul{
	text-align: left;
}
}