@charset "UTF-8";

#vegas{width:100vw;height:100vh;}

.fs10-08{font-size:1rem;}
.fs15-12{font-size:1.5rem;}
.fs20-12{font-size:2rem;}
.fs20-14{font-size:2rem;}
.fs20-16{font-size:2rem;}
.fs30-14{font-size:3rem;}
.fs35-18{font-size:3.5rem;}

.bg-warning{background:#FB8C00 !important;}
.bg-darkred{background:#D81B60;}
.bg-b{background:#FCF5EC;}

.border-md-bottom{border-bottom:1px solid #dee2e6!important;}


.logo-nav{width:100px;}
.taiyo-logo{width:30%;}

.centering{display: flex;justify-content: center;align-items: center;}
.item-desc{height:50px;}

.table-spot th{text-align:center;background:#FAFAFA;}
.post h2{color:#FFF;font-size:1.5rem;margin-bottom: 2rem;background:#3399CC;padding:0.5rem 1rem;}
.post p{padding:0 1rem;}
.post h3{color:#006598;font-weight: bold;font-size:1.5rem;margin-bottom:2rem;}
.post h3:before{content:"-";margin-right:0.5rem;}
.post h3:after{content:"-";margin-left:0.5rem;}
.post .box01{padding:2rem;border:1px solid #DDD;background:#FAFAFA;margin-top:2rem; margin-bottom:2rem;}

.post_thumb01{width:100%;height:150px;background-size:cover;background-position: center;}
.post_thumb02{width:100%;height:300px;background-size:cover;background-position: center;}

.logo-taiyo01{width:40%;}
.bg-side-tomato{background-image: url(../image/side-tomato.jpg);background-position: center;background-size:cover;}

.td01{width:30%;}
.td_map{width:100px;}

.case-index-blog{display:block;width:100%;height:130px;background-size:cover;background-position: center center;}
.case-index-item{display:block;width:100%;height:150px;background-size:cover;background-position: center center;}
.case-item-detail-main{display:block;width:100%;height:500px;background-size:cover;background-position: center center;}


.s-shadow_w {filter: drop-shadow(0px 0px 5px #fff);}

.table-a th{background:#000;color:#FFF;}

.scroll{position:fixed;bottom:150px;left:20px;border-top:1px solid #c62828;padding:1px 10px;}
.scroll span{color:#c62828;font-size:.8rem;}
.scrollArrow{animation: scrollArrow 2s alternate infinite;}

@keyframes scrollArrow{
	0%{transform:translateY(0) rotate(-90deg);}
	100%{transform:translateY(50px) rotate(-90deg);}
}

@media (min-width: 1201px) {
.card-columns {column-count: 5;}
}



@media (max-width: 1200px) {
.card-columns {column-count: 4;}
}



@media (max-width: 992px) {
.card-columns {column-count: 3;}
}



@media (max-width: 768px) {
.card-columns {column-count: 2;}
}



@media (max-width: 576px) {
.fs10-08{font-size:0.8rem;}
.fs15-12{font-size:1.2rem;}
.fs20-12{font-size:1.2rem;}
.fs20-14{font-size:1.4rem;}
.fs20-16{font-size:1.6rem;}
.fs30-14{font-size:1.4rem;}
.fs35-18{font-size:1.8rem;}
.logo-nav{width:80px;}
.logo-taiyo01{width:80%;}
.taiyo-logo{width:50%;}
.bg-side-tomato{background-size:220%;background-repeat: no-repeat;background-position: top;}
.card-columns {column-count: 1;}
body,html{font-size:16px;}
.border-md-bottom{border-bottom:0px !important;}
.showcase{min-height:350px;}
.showcase img{max-height:340px;}
.case-index-item{height:200px;}
.post_thumb01{height:80px;}
.post_thumb02{height:200px;}
.table-mob td,.table-mob th{display:block;}
.td01{width:100%;}
.table-a{font-size:0.7rem;}
.item-desc{height:70vh;}
}