@charset "utf-8";
/* CSS Document */

html {  
	overflow-y:scroll; 
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 6.25%; /* sets the base font to 10px for easier math */
 	-webkit-text-size-adjust: none;	
    height: 100%;
}

body{
	margin: 0;
	padding: 0;
    height: 100%;
	font-size: 16px;
	line-height:2;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color: #fff;
}


@media screen and (max-width: 768px){
	html {font-size: 5%;}
	body {
		font-size: 16em;
	}
}


/********リンク********/
a{color: red;}
a:hover{}

a:hover img{
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1.0;
  }

/********改行********/

.res {
	display: none;
}

.res2 {
	display: none;
}

.res3 {
	display: none;
}

.res4 {
	display: none;
}


@media screen and (max-width: 768px){

    .res {
        display: inline;
    }

}


@media screen and (max-width: 414px){

    .res2 {
        display: inline;
    }

}


@media screen and (max-width: 375px){

    .res3 {
        display: inline;
    }

}

@media screen and (max-width: 320px){

    .res4 {
        display: inline;
    }

}

/********マージン、パディング********/

.marTop1em {margin-top: 1em;}
.marTop2em {margin-top: 2em;}
.marTop3em {margin-top: 3em;}
.marTop4em {margin-top: 4em;}
.marTop5em {margin-top: 5em;}
.marRgt1em {margin-right: 1em;}
.marRgt2em {margin-right: 2em;}
.marRgt3em {margin-right: 3em;}
.marRgt4em {margin-right: 4em;}
.marRgt5em {margin-right: 5em;}
.marBtm1em {margin-bottom: 1em;}
.marBtm2em {margin-bottom: 2em;}
.marBtm3em {margin-bottom: 3em;}
.marBtm4em {margin-bottom: 4em;}
.marBtm5em {margin-bottom: 5em;}
.marLft1em {margin-left: 1em;}
.marLft2em {margin-left: 2em;}
.marLft3em {margin-left: 3em;}
.marLft4em {margin-left: 4em;}
.marLft5em {margin-left: 5em;}


/********テキスト********/

.uline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}

.right {text-align: right;}
.left {text-align: left;}
.cen {text-align: center;}

.point {color:#FF0004;}

.s {font-size: 0.8em;}


/********共通********/

.floatL {float: left;}
.floatR {float: right;}
.clear {float: clear;}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}



#header{}

#navi{}

#main{}

#footer{}

#wrap{}


.wrap{ 
    text-align: center;
/*	width: 1120px;
    height: 100%;
	margin: 0 auto;*/
}

.header {
    max-width: 800px;
    margin: 0 auto;
}
.header p {
    margin-top: 0;
}

.main{
    padding: 1em;
/*	text-align: center;
	word-wrap: break-word;
    padding-top: 2em;*/
}

.footer{
	margin: 20px auto;
	text-align: center;
	font-size: 14rem;
}

.footer .copy {
	color: #000;
}

#pagetop{
    position: fixed;
    right: 15px;
    bottom: 20px;
	z-index: 1000;
}



/********見出し********/

.heading_page {
    margin: 2em auto;
    color: #000;
    line-height: 1.5;
    font-size: 1.5em;
font-family: 'Noto Serif JP';
}

.heading_page_sec {
/*font-family: 'Noto Serif JP';*/
    margin: 2em auto 1em;
    font-size: 1.2em;
    text-align: left;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px){

    .heading_page {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 430px){

    .heading_page {
        font-size: 1.2em;
    }
}


@media screen and (max-width: 390px){

    .heading_page {
        font-size: 1.2em;
    }
}

/********　お知らせ系共通　********/

.box {
    max-width: 800px;
    padding: 2em;
    margin: 0 auto 1em;
    border: 1px solid #000;
    text-align: left;
}

.caution {
	text-align: left;	
    font-size: 0.9em;
}

.caution li {
    padding-left: 1em;
    text-indent: -1em;
}


@media screen and (max-width: 375px){
    .box {
         padding: 1em;
    }
}


.lead {
    text-align: left;
}

.text {
    margin-bottom: 1em;
    text-align: left;
}

.sign {
	text-align: right;
}

.url {}

.list_stage_sch {}
.list_stage_sch li {
    margin-bottom: 0.5em;
}
.list_stage_sch .title {
    display: inline-block;
    font-weight: bold;
}

.list_stage_sch .sch {
    display: inline-block;
}

.title_change {
    margin: 3em auto 0;
    font-size: 20rem;
    font-weight: 900;
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.list_stage {}
.list_stage .note {
    line-height: 1.8;
    padding: 1em 1em 0.5em;
    border: 1px solid #000;
    border-top: none;
}
.list_stage dt {
    padding: 0.5em 1em;
    background: #eee;
    border: 1px solid #000;
    border-bottom: none;
}
.list_stage dt .title {
    font-weight: 700;
}
.list_stage dt .title,
.list_stage dt .sch {
    display: inline-block;
}

.list_stage dd {
    margin-bottom: 2em;
}

.list_stage .bor_box {
    padding: 0.5em 1em;
    border: 1px solid #000;
    line-height: 1.8;
}

.list_stage .data {
    width: 100%;
    margin: 0 auto;
}

.list_stage .data th,
.list_stage .data td {
    padding: 0.5em 1em;
    border: 1px solid #000;
    line-height: 1.8;
}

.list_stage .data th {
    width: 13em;
    font-weight: normal;
}

.list_stage .data td {}
.list_stage .time {
    display: inline-block;
}

.list_stage .change {
/*    font-weight: 700;*/
}

.list_root dt {
    font-weight: 900;
}


.list_root dd {
    margin-bottom: 1em;
}

@media screen and (max-width: 580px){

    .list_stage .data th {
        width: 8em;
        font-weight: normal;
    }    
    .list_stage .time {
        display: block;
        font-size: 14rem;
    }
    
}

/****　払戻し方法　****/

.refund {}

.refund .item {
    display: block;
    margin: 0 auto 1em;
    padding: 1em;
    border: 1px solid #333;
    text-decoration: none;
    color: #000;
}
.refund .item_s {
    display: inline-block;
}

.refund .item:hover {
    background: #eee;
}

.refund .item .fas {
    margin-right: 0.3em;
}

@media screen and (max-width: 550px){
    .refund .item {
        text-align: center;
    }

    .refund .item .fas {
        display: none;
    }
}


/****　ページを閉じる　****/
.box_close {
    margin: 3em auto 0;
}



/****　エンターページ　****/

.ent .header {
    border-bottom: 3px double #000;
}

.ent .heading_page {
    line-height: 2em;
}

.ent .msg {
    margin: 2em auto;
    font-size: 20rem;
    font-weight: 900;
}

.ent .msg .fas {
    font-size: 30rem;
}

.ent a {
    color: #000;
    text-decoration: none;
}


.ent .box {
    padding: 0 2em 2em;
    border-radius: 5px;
}



@media screen and (max-width: 500px){
    .ent .header {
    }
    .ent .heading_page {
        font-size: 20rem;
        line-height: 1.8;
    }
    .ent .heading_page .day {
        display: block;
        font-size: 18rem;
    }    
}



