<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.mainTtl {
    margin-bottom: 0;
    position:relative;
}
.mainTtl img {
   	width:19%;
}

#nameBlock .mainTtl img {
  max-width: 137px;
}

.snsBox {
    position: absolute;
    right: 0;
    top: 22%;
    width: 8.85%;
}
.snsBox li:first-child {
    margin: 0 10% 0 0;
}
.snsBox li {
    float: left;
    width: 45%;
}
.snsBox li img {
    width: 100%;
}



.inner {
    text-align: left;
}

.mainBlock {
    margin-top: 5%;
}
#nameBlock { margin-top:1.5%; }
#nameBlock .mainTtl {
    margin-bottom: 1.3%; /**/
}

#nameBlock .mainTtl h4 &gt; img {
    width: 132px;
}

#nameBlock .mainTtl .snsBlock {
    float: right;
    margin-top: 10px;
}

#nameBlock .mainTtl .snsBlock img {
    width: auto;
}

#nameBlock .mainTtl .snsBlock ul li {
    float: left;
    margin-left: 7px;
}

#nameBlock .inner {
    position: relative;
    background-color: #FFFFFF;
    padding: 3% 4%;
    width: 92%;
    border: 0;
    margin: 0;
    border-top: 4px solid #e0b037;
}

#nameBlock .inner h3 {
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1;

}

#nameBlock .inner h3 span {
    font-size: 0.5em;
}

#nameBlock .inner a {
    display: block;
    float: right;
    margin: -38px 0 0 0;
    width: 150px;
    left: auto;
}

#profileBlock .pic, #profileBlock .content {
    float: left;
    width: 49%;
}


#profileBlock .pic {
    margin-right: 2%;
}

#profileBlock .content {
    color: #FFFFFF;
    border-top: 4px solid #e0b037;
    font-size: 1.18em;
}

#profileBlock .content .detail {
    margin: 12px 0 12px 0;
    line-height: 1.4;
}

#profileBlock .content .detail .ttl {
    color: #e0b037;
    font-size: 1.4em;
}

#profileBlock .accordeon {
    margin-top: 30px;
}

#profileBlock .accordeon .table {
    width: 100%;
    margin-bottom: 4%;
}

#profileBlock .accordeon .table:nth-child(2n) {
}






#profileBlock .partLeft {
    width: 49%;
    float: left;
    margin-right: 2%;
    clear: both;
}

#profileBlock .partRight {
    width: 49%;
    float: left;
}

.table table {
    width: 100%;
}

.table table tr td {
    background-color: #FFFFFF;
    color: #2e2e2e;
    padding: 10px 5px 10px 15px;
    font-size: 1.3em;
    border-bottom: 1px solid #c9c9c9;
}

.table table tr td:first-child {
    background-color: #333333;
    color: #FFFFFF;
    width: 80px;
    border-bottom: 1px solid #000000;
}

.table table tr:last-child td {
    border-bottom: 0;
}

.table td p {
    display: inline-block;
    float: left;
    width: 80%;
}
.table td span {
    display: inline-block;
    float: left;
    padding-left: 2%;
    width: 15%;
}

#scheduleBlock{
	margin-top: 5%;
}
#scheduleBlock .entryBlock{
	margin-top: 5%;
}
#scheduleBlock .entryBlock:first-child{
	margin-top: 0;
}
#scheduleBlock .ttl {
    margin-bottom: 1.3%; 
}
#scheduleBlock .ttl h4{
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size: contain;
}
#scheduleBlock .entry2015 .ttl h4{ background-image:url(../img/detail/ttl_entry_2015.png);}
#scheduleBlock .entry2016 .ttl h4{ background-image:url(../img/detail/ttl_entry_2016.png);}
#scheduleBlock .entry2017 .ttl h4{ background-image:url(../img/detail/ttl_entry_2017.png);}
#scheduleBlock .entry2018 .ttl h4{ background-image:url(../img/detail/ttl_entry_2018.png);}
#scheduleBlock .entry2019 .ttl h4{ background-image:url(../img/detail/ttl_entry_2019.png);}
#scheduleBlock .entry2020 .ttl h4{ background-image:url(../img/detail/ttl_entry_2020.png);}

#scheduleBlock .ttl h4 &gt; img {
    width: 430px;
}
#scheduleBlock .table table tr td:first-child {
    width: 20%;
}

#scheduleBlock .table {
    border-top: 4px solid #e0b037;
}



#scheduleBlock .table a {
    color: #E37630;
}

#scheduleBlock .table a:hover {
    text-decoration: underline;
}

#scheduleBlock .table a br {
    display:none;
}

#scheduleBlock .remarks .mainTtl h5 {
	color:#FFF;
    font-size: 24px;
    font-weight: bold;
}

#scheduleBlock .remarks .inner {
    background-color: #FFFFFF;
    padding: 15px 20px;
    font-size: 14px;
    border-top: 4px solid #e0b037;
}


#related_info .mainTtl {
    margin-bottom: 5%; 
    border-bottom: 4px solid #e0b037;
}
#related_info .mainTtl img {
    margin-bottom: 1.9%; 
}

#related_info ul {
	margin-top:1.5%;
}
#related_info li {
	background:#1a1a1a;
	width:31.94%;
	float:left;
	margin:0 2.05% 3% 0;
	color:#fff;
}
#related_info li:nth-child(3n) { margin-right:0; }
#related_info li p {
	padding:5%;
    min-height: 5em;
    font-size: 1.2em;
}
#related_info a {
	color:#e0b037;
}
#related_info li .pic {
	background:#2e2e2e;
	text-align:center;
}


#related_info .mainTtl img {
    width: 164px; width:153px;
}

#toContinu {
    margin: 5% auto 0;
    width: 100%;
}

#toContinu a {
    display: block;
}

#toContinu a &gt; img {
  width: 100%;;
}

.accordeonWrapper{
	display:none;
}

@media only screen and  (max-width:845px) {
    #toContinu {
        margin: 5% auto 0;
        width: 90%;
    }
    #profileBlock .partLeft, #profileBlock .partRight {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #profileBlock .table table tr td:first-child {
        width: 20%;
    }
    .table td { line-height:1.5; }
    .table td p {
	    width:75%;
	}
	.table td span {
	    width:20%;
	}
}

@media only screen and  (min-width:640px) {
	.accordeonWrapper{
		display:block !important;
	}
}

@media only screen and  (max-width:640px) {
	.mainTtl img {
   		width:30%;
	}
	#nameBlock .mainTtl {
		padding-bottom:1.3%;
	}

    #nameBlock .inner h3 {
        font-size: 2.2em;
    }
    #nameBlock{
        margin-top: 0;
        padding-top: 5%;
    }
    #nameBlock .inner {
        border-top: 4px solid #E0B037;
        width: 100%;
        min-height: 1px;
        clear: both;
        padding: 5% 6%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #nameBlock .inner::after {
        content: ".";
        display: block;
        clear: both;
        height: 0px;
        visibility: hidden;
    }

    #nameBlock .mainTtl {
        display: none;
    }

    #nameBlock .inner a {
        width: 38%;
        margin-top: 2%;
        position: relative;
    }

    .mainBlock {
        width: 90%;
        margin: 0 auto;
    }

    #profileBlock .pic{
        padding-top:5%;
    }
    #profileBlock .pic, #profileBlock .content, #profileBlock .pic img {
        float: none;
        width: 100%;
        border: 0
    }

    #profileBlock .accordeon {
        background:url("../img/detail/bg_dot.png") repeat center center;
        background-size:1% auto;
        border:2px solid #e0b037;
        border-bottom:none;
        padding: 4%;
    }

    #profileBlock .accordeon .ttl {
        text-indent: -99999px;
        padding: 4% 0;
        background: url('../img/detail/ttl_detail05.png') center center no-repeat;
        background-size: 60% auto;
        margin-bottom: 5%;
    }

    #profileBlock .table table tr td:first-child {
        width: 28%;
    }
    #profileBlock .table table tr td {
        font-size:12px;
    }

    #profileBlock .toggleBtn {
        padding: 4% 0px;
        margin-left: 0;
        border: medium none;
        background: #000 url("../img/detail/btn_open.png") top left no-repeat;
        background-size: 100% auto;
        text-indent: -99999px;
        cursor: pointer;
        width: 100%;
        display: block;
    }

    #profileBlock .toggleBtn.open {
        background: #000 url("../img/detail/btn_close.png") top left no-repeat;
        background-size: 100% auto;
    }
	#scheduleBlock .ttl {
	    margin-bottom: 2%;
		padding:4% 4% 5.5% 4%;
	}
	#scheduleBlock .ttl h4{
		background-position: center bottom;
		background-repeat:no-repeat;
		background-size: contain;
	}
	#scheduleBlock .ttl h4 img{
		width: 100%;
	}
	#scheduleBlock .entry2015 .ttl h4{background-image:url(../img/detail/ttl_entry_2015_sp.png);}
	#scheduleBlock .entry2016 .ttl h4{background-image:url(../img/detail/ttl_entry_2016_sp.png);}
	#scheduleBlock .entry2017 .ttl h4{background-image:url(../img/detail/ttl_entry_2017_sp.png);}
	#scheduleBlock .entry2018 .ttl h4{background-image:url(../img/detail/ttl_entry_2018_sp.png);}
	#scheduleBlock .entry2019 .ttl h4{background-image:url(../img/detail/ttl_entry_2019_sp.png);}
	#scheduleBlock .entry2020 .ttl h4{background-image:url(../img/detail/ttl_entry_2020_sp.png);}
	
	#scheduleBlock .accordeonWrapper{
		margin-bottom: 6%;
	}
	#scheduleBlock .accordeon {
        background:url("../img/detail/bg_dot.png") repeat center center;
        background-size:1% auto;
        border:2px solid #e0b037;
        border-bottom:none;
        padding: 4%;
    }
	#scheduleBlock .table {
		border-top: none;
	}
 	#scheduleBlock .toggleBtn {
        padding: 4% 0px;
        margin-left: 0%;
        border: medium none;
        background: #000 url("../img/detail/btn_open.png") top left no-repeat;
        background-size: 100% auto;
        text-indent: -99999px;
        cursor: pointer;
        width: 100%;
        display: block;
    }
    #scheduleBlock .toggleBtn.open {
        background: #000 url("../img/detail/btn_close.png") top left no-repeat;
        background-size: 100% auto;
    }
	#scheduleBlock .entryBlock:first-child{
		padding-bottom: 4%;
	}
	#scheduleBlock .entryBlock:first-child .ttl{
		margin-bottom: 2.5%;
		padding:0;
	}
	#scheduleBlock .entryBlock:first-child.entry2015 .ttl h4{background-image:url(../img/detail/ttl_entry_2015.png);}
	#scheduleBlock .entryBlock:first-child.entry2016 .ttl h4{background-image:url(../img/detail/ttl_entry_2016.png);}
	#scheduleBlock .entryBlock:first-child.entry2017 .ttl h4{background-image:url(../img/detail/ttl_entry_2017.png);}
	#scheduleBlock .entryBlock:first-child.entry2018 .ttl h4{background-image:url(../img/detail/ttl_entry_2018.png);}
	#scheduleBlock .entryBlock:first-child.entry2019 .ttl h4{background-image:url(../img/detail/ttl_entry_2019.png);}
	#scheduleBlock .entryBlock:first-child.entry2020 .ttl h4{background-image:url(../img/detail/ttl_entry_2020.png);}
	#scheduleBlock .entryBlock:first-child .accordeon{
		border: none;
		padding:0;
		background:none;
	}
	#scheduleBlock .entryBlock:first-child .table {
		border-top: 4px solid #e0b037;
	}
	#scheduleBlock .entryBlock:first-child .accordeonWrapper{
		display:block !important;
	}
	#scheduleBlock .entryBlock:first-child .toggleBtn{
		display:none;
	}
	
    #scheduleBlock .remarks .mainTtl {
	    padding-bottom: 1.3%;
	}

    #scheduleBlock .remarks .mainTtl h4 &gt; img {
        width: 17.2%;
    }

    #related_info li:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
    #related_info li { min-height:1px; clear:both; float:none; width:100%; margin:0 0 3% 0; vertical-align:middle; }
    * html #related_info li { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }

    #related_info li a { /*display:inline-block; width:auto; vertical-align: middle; width:43%; */ }
    #related_info li a img { width:100%; }
    
    #related_info li .pic { display:inline-block; width:auto; vertical-align: middle; width:43%; }

    #related_info dd p {
        display:inline-block;
        width:46%;
        margin:0;
        vertical-align: middle;
        min-height: 0;
    }
	#related_info dd p a { width:auto; }

	
    #nameBlock .mainTtl h4 &gt; img {
        width: 29.2%;
    }
    
    #related_info .mainTtl {
	    padding-bottom: 1.3%;
	}

    #related_info .mainTtl img {
        width: 35.6%;
    }
    
    #scheduleBlock .table a br {
	    display:block;
	}


}

@media only screen and  (max-width:400px) {

    #scheduleBlock .table table tr td {
        font-size: 1em;
        padding-left: 3.5%;
    }
    #related_info dd p { line-height:1.5; }

}
</pre></body></html>