
#slider-block {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}

#slider-block-in {
	
}


/* スライドショー */
#slider-block {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#slider-block-in {
    position:relative;
    left:0%;
    width:100%;
    margin-left:0px;
}
#slider-block-in li {
    width:100%;
	text-align:center;
}

#slider-block-in li img{
	display: inline-block;
    height: auto;
}

.bx-wrapper {
    margin:0 auto;
    position:relative;
}

.bx-wrapper .bx-viewport{
	border-top-width: 0px;
	border-top-style: none;
	box-shadow:0 0 0;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	left: 0px;
	bottom: 10px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    display:block;
    width:12px;
    height:12px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#ddd;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#ea5413;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    outline: 0;
    width: 66px;
    height: 66px;
    text-indent: -9999px;
    z-index: 2000;
}

.bx-wrapper .bx-prev {
	left: 50%;
	background: url(../../images/2019/top/b_prev.png) no-repeat;
	margin-left: -600px;
	display:none;
}

.bx-wrapper .bx-prev:hover{
	background-position: 0 0;
}

.bx-wrapper .bx-next {
    left: 50%;
    background: url(../../images/2019/top/b_next.png) no-repeat;
	margin-left: 534px;
	display:none;
}

.bx-wrapper .bx-next:hover{
	background-position: 0 0;
}

#btnArea{
    margin: 50px 0px 0px;
    padding: 0px;
    width: 100%;
}

#btnArea h2{
    margin: 0px;
	padding: 0px 0px 30px;
    font-weight: 600;
    font-size: 180%;
    line-height: 1;
    position: relative;
    text-align: center;
}

#btnArea h2:after{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
    content: "";
    width: 100px;
    height: 6px;
    background-color: #ec6a52;
    border-radius: 3px;
}

#btnArea .app-text{
    margin: 0px;
	padding: 20px 0px 0px;
    text-align: center;
}

#btnArea .btnUnit{
    margin: 0px auto;
	padding: 50px 0px 0px;
    width: 992px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    /*justify-content: center;*/
}

#btnArea .btnUnit li{
    margin: 0px;
	padding: 0px;
    width: 480px;
}

#btnArea .btnUnit li:nth-child(n+3){
    margin: 20px 0 0px;
}

#btnArea .btnUnit li.l100{
    width: 100%;
}

#btnArea .btnUnit a{
    width: 100%;
    margin: 0px;
    padding: 26px 0px;
    border-radius: 6px;
    font-size: 110%;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-image: url(../../images/2026/common/btn_arrow1.png);
    background-repeat: no-repeat;
    background-position: right 110px center;
    background-size: 14px auto;
}

#btnArea .btnUnit a.b1{
    background-color: #9dbdba;
    box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.1);
}

#btnArea .btnUnit a.b2{
    background-color: #ec6a52;
    box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.1);
}

#btnArea .btnUnit a.b3{
    background-color: #e60012;
    box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.1);
}

#btnArea .btnUnit a.b4{
    background-color: #2da4de;
    box-shadow: inset 0px -2px 0px 1px rgba(0, 0, 0, 0.1);
}

#btnArea .btnUnit a.two-way{
    padding: 15px 0px;
}


#top-bt-bg{
    margin: 75px 0px 0px;
	padding: 75px 0px;
    position: relative;
    overflow: hidden;
    background-image: url(../../images/2026/top/bg_top_bt.png);
    background-repeat: repeat-y;   
    background-position: 0px 0px;
    background-size: 100% auto;
}

#top-bt{
	margin: 0px auto;
	padding: 0px;
	width:1280px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#top-bana-ex{
    margin: 50px 0px 0px;
    padding: 0px;
    width: 100%;
}

#top-bana-ex h2{
    margin: 0px;
	padding: 0px 0px 30px;
    font-weight: 600;
    font-size: 180%;
    line-height: 1;
    position: relative;
    text-align: center;
}

#top-bana-ex h2:after{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
    content: "";
    width: 100px;
    height: 6px;
    background-image: url(../../images/2025/common/h2_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#top-bana-ex ul{
	position:relative;
	display: flex;
	justify-content: center;
}

#top-bana-ex ul li{
	margin: 50px 0px 0;
	padding: 0px;
	z-index:10;
	position:relative;
}


#top-news{
	margin: 0px;
	padding: 55px 45px 70px 55px;
	width: 880px;
    position: relative;
    background-color: #FFF;
    box-sizing: border-box;
}
#top-news section{
	margin: 0px;
	padding: 0px;
    z-index: 10;
    position: relative;
}

#top-news .head{
	margin: 0px;
	padding: 0px 0 20px;
	position: relative;
}

#top-news .head h3{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	font-weight: 600;
    display: inline-block;
}

#top-news .head h3.en{
	font-size: 100%;
	color: #fa6750;
    margin: 0 0px 0 20px;
	padding: 0px;
    display: inline-block;
}

#top-news .head .list{
	margin: 0px;
	padding: 0px;
}

#top-news .body{
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
}

#top-news dl{
	margin: 25px 0px 0px;
	padding: 0px;
	width:100%;
}

#top-news dl dt{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
    color: #fa6750;
}

#top-news dl dd{
	margin: 0px;
	padding: 5px 0px 0px;
}

#top-news .list{
	margin: 0px;
	padding: 0px;
}

#top-news .list a{
    color: #FFF;
    background-color: #fa6750;
    display: inline-block;
    margin: 0px;
    padding: 7px 0px;
    text-decoration: none;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    font-size: 100%;
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 0px;
}

#top-fb{
	margin: 0px;
	padding: 0px;
	width: 350px;
}

#top-contents .seminar-bn{
    margin: 0px;
	padding: 60px 0px 20px;
}

#top-contents .seminar-bn h3{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#top-contents .seminar-bn h3 span{
	position: relative;
	margin: 0px;
	padding: 0px 0px 25px;
	font-size: 200%;
	font-weight: 600;
    display: inline-block;
}

#top-contents .seminar-bn h3 span::after {
    content: "";
    background: #f29c9f;
    height: 3px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0%;
}

#top-contents .seminar-bn ul{
    margin: 30px 0px 0px;
	padding: 0px;
    display: flex;
	flex-wrap: wrap;
	justify-content: center ;
}

#top-contents .seminar-bn ul li{
    margin: 0px;
	padding: 0px 20px;
}

#top-contents .seminar-bn .text{
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
}

#top-contents .seminar-bn .sbtn{
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
}

#top-contents .seminar-bn .sbtn a{
	width: 420px;
}

#result-table{
	margin: 0px auto;
	padding: 0px 0px 10px;
    width: 1280px;
}

#result-table h3{
	position: relative;
	margin: 30px 0px 0px;
	padding: 5px 0px 5px 50px;
	font-size: 200%;
	font-weight: 600;
	border-left: 3px solid #f29c9f;
}

#result-table .num-table{
	position: relative;
	padding: 0px;
	margin-top: 0px;
}

#result-table .num-table p{
	text-align:right;
}
#result-table .num-table table{
	border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
	width:100%;
	margin:30px 0px 0px;
    border-collapse: separate;
}
#result-table .num-table th{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	padding:3px 8px;
	font-size:100%;
	vertical-align:middle;
	background:#f4f4f4;
	font-weight:bold;
	line-height:160%;
}
#result-table .num-table th.tenji{
	background: #FFF;
}
#result-table .num-table th .bf{
	color:#e60012;
}
#result-table .num-table th .pa{
	color:#2da4de;
}
#result-table .num-table th .nu{
	color:#f091a5;
}
#result-table .num-table th .ho{
	color:#07913a;
}
#result-table .num-table th .s{
	font-size:85%;
}
#result-table .num-table td{
	padding:3px 10px;
	text-align:right;
	vertical-align:middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#result-table .num-table td.day{
	text-align: left;
}
#result-table .num-table td span{
	font-size:.8rem;
}

#result-table .num-table th.day{width:200px; }
#result-table .num-table th.weather{width:200px; }
#result-table .num-table td.t-c{ text-align:center;border-bottom: solid 1px #ddd;}
#result-table .num-table td.t-b{ font-weight:bold;}
#result-table .num-table td.total{ text-align:center; font-weight:bold;}
#result-table .num-table td.total-num{ font-weight:bold;}


#result-table p.thanks{
    text-align:center;
    color: #F00;
    border: 3px solid #F00;
    margin: 20px 0px 0px;
	padding: 20px 0px;
    font-size: 120%;
}


#top-contents .top-cvoid{
	margin: 0;
	padding: 0px;
}

#top-contents .top-cvoid .cvoid-notes{
	margin: 0;
	padding: 50px 0px 0px;
    text-align: center;
}




#top-contents .ds-none,
#side .ds-none{
	display: none;
}

#cm-movie-bf,
#cm-movie-pa{
	margin: 0px;
	padding: 0px;
	/*height: 480px;*/
	width: 820px;
	overflow: hidden;
}

#today-movie{
	margin: 0px;
	padding: 0px;
	height: 360px;
	width: 640px;
	overflow: hidden;
	background: #000;
}

.movie-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie-frame iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.bn-tops-sp{
    width: 100%;
    margin: 60px auto 0;
	padding: 0px 0 50px;
    text-align: center;
}

