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

.bgcolor{
	background-color:#;
}
.bgcolor,.bgcolor h1,.bgcolor a,.bgcolor a:visited,.bgcolor a:hover{
	color:#fff;
}
.theme-color1-background{
	background-color:# !important;
}

.theme-color1-background,.theme-color1-background-grad,.theme-color1-background a,.theme-color1-background a:visited,.theme-color1-background a:hover,.theme-color1-background-grad a,.theme-color1-background-grad a:visited,.theme-color1-background-grad a:hover{
 color:#fff;
}

.theme-color1-background a,.theme-color1-background a:visited,.theme-color1-background a:hover,.theme-color1-background-grad a,.theme-color1-background-grad a:visited,.theme-color1-background-grad a:hover{
text-decoration: underline;
}

.theme-color1-background-change{
	background-color:#333333 !important;
	color:white;
}

.theme-color1-background-change a,.theme-color1-background-change a:visited,.theme-color1-background-change a:hover,.theme-color1-background-change-grad a,.theme-color1-background-change-grad a:visited,.theme-color1-background-change-grad a:hover{
	color:white;
}

.theme-color1-background-grad{
	/* webkit系 */

	background: -webkit-gradient(linear,left top,left bottom, from(#), to(black));

	/* Mozilla系 */
	background: -moz-linear-gradient(top,  #, black);

	/* InternetExplorer */
	filter: progid:DXImageTransform.Microsoft.gradient
	(startColorstr='#', endColorstr='black', GradientType=0);
	background: linear-gradient(to bottom, #, black);/* IE10+, W3C */

}

.theme-color2-background{
	background-color:# !important;
	color:#fff;
}

a.theme-color2-background,.theme-color2-background a,.theme-color2-background a:visited,.theme-color2-background a:hover,.theme-color2-background-grad a,.theme-color2-background-grad a:visited,.theme-color2-background-grad a:hover{
	color:#fff !important;
}
.theme-color2-font{
	color:#fff;
}

.theme-color2-background-grad{
	background:none !important;
	/* webkit系 */

	background: -webkit-gradient(linear,left top,left bottom, from(#4c4c4c), to(#)) !important;;

	/* Mozilla系 */
	background: -moz-linear-gradient(top,  #4c4c4c, #) !important;;;

	/* InternetExplorer */
	filter: progid:DXImageTransform.Microsoft.gradient
	(startColorstr='#4c4c4c', endColorstr='#', GradientType=0);
	background: linear-gradient(to bottom, #4c4c4c, #) !important;;;/* IE10+, W3C */

}

.theme-color2-background a,.theme-color2-background a:visited,.theme-color2-background a:hover,.theme-color2-background-grad a,.theme-color2-background-grad a:visited,.theme-color2-background-grad a:hover{
 color:#fff;
}

.theme-color3-background{
background-color:# !important;
	color:#fff !important;
}
.theme-color3-background-a:after{
background-color:# !important;
}
.theme-color3-background-b:before{
background-color:# !important;
}
.theme-color3-border {
	border-color: #;
}
.theme-color3-background a,.theme-color3-background a:visited,.theme-color3-background a:hover,.theme-color3-background-grad a,.theme-color3-background-grad a:visited,.theme-color3-background-grad a:hover{
	color:#fff;
}

.theme-color1-font,.theme-color1-font a,.theme-color1-font a:hover,.theme-color1-font a:visited{
color:# !important;
}

.theme-color2-font,.theme-color2-font a,.theme-color2-font a:hover,.theme-color2-font a:visited{
color:white !important;
}
.theme-color3-font,.theme-color3-font a,.theme-color3-font a:hover,.theme-color3-font a:visited{
color:# !important;
}
.white-font{
color:white !important;
}


/**
* type1_mobile
*/
.sidr ul li{
border-top:0px;
border-bottom: 1px solid #999;
}
.page-index #topslider .photo {
width:100%;
height:320px !important;
}
.content-header-half{
text-align: center;
padding-left: 0;
padding-right: 0;
    margin-top: 20px;
}
.result-row{
margin-top: 7px;
}
.column-wide{
width:100%;
}
.column-half-top{
border-top:6px solid # !important;
border-bottom: 1px solid #555;
}
.page-index .bx-pager{
background-color:rgba(0,0,0,1) !important;
height:15px;
padding-top:0;
}
.bx-wrapper .bx-pager.bx-default-pager a{
width:6px !important;
height:6px !important;
}
.page-index #slider-prev{
border-color: transparent transparent # #;
}
.page-index #slider-prev,.page-index #slider-prev:visited,.page-index #slider-prev:hover{
color:#fff !important;
}


.page-index #slider-next{
border-color: transparent # # transparent;
}
.page-index #slider-next,.page-index #slider-next:visited,.page-index #slider-next:hover{
color:#fff !important;
}

#header #simple-menu.icon-menu-white{
    /*
  ハンバーガーが見えなくなるため削除
background-color:#white !important;
*/
}

.post-list .post{
border-bottom: 1px solid #999;
}
/**
* type1_mobile end
*/


.sns-list {
	position: static;
	margin-top: 15px;
	text-align: center;
}
.sns-list a{
	color: #fff !important;
	background-color: #;
	display: inline-block;
	margin: 0 10px;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	font-size: 48px;
	text-align: center;
	position: relative;
}
.sns-list a .fa-twitter,
.sns-list a .fa-x-twitter-twitter,
.sns-list a .fa-x-twitter{
	position: absolute;
	top: 6px;
	left: 8px;
}
.sns-list a .fa-facebook{
	position: absolute;
	right: 10px;
	bottom: 0;
}
.sns-list a .fa-instagram{
	position: absolute;
	top: 6px;
	left: 10px;
}

.tab{
    display: flex;
    flex-wrap: nowrap;
}
.tab-item{
    display: block;
    width: 100%;
}
.tab-item:not(:last-child){
    border-right: 1px solid #eeeeee;
}
.tab-link{
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    color: #000;
    background-color: lightgrey;
}
.tab-link.active{
    color: #fff !important;
    background-color: #;
}

.tab-btn{
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #000;
    background-color: lightgrey;
}
.tab-btn.active{
    color: white;
    background-color: #;
}

#tab .tab_name{
    color: white !important;
    background-color: #4c4c4c !important;

}
#tab .tab_name.active {
    color: white !important;
    background-color: # !important;

}

.tab_button button.tab_btn_active{

    background-color: # !important;

}
