@charset "UTF-8";
/*共通*/
*{
	box-sizing:border-box;
}
.contents{
	width:100%;
}
/*おすすめ*/
.recommend h1.ttl ,
.theme h1.ttl {
	font-size: 28px;
	font-size: 2.8rem;
	position: relative;
	padding: 20px;
	text-align: center;
	margin: 40px 0;
	font-weight: 600;
	color: #4c4c4c;
}
.recommend h1.ttl:after ,
.theme h1.ttl:after {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 40px);
    width: 40px;
    height: 4px;
    content: '';
    background: var(--corporate-color);
}
.recommend h1.ttl:before ,
.theme h1.ttl:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: calc(50% - 40px);
	opacity: .5;
    width: 80px;
    height: 4px;
    background: #00a0e9;
}
.theme > p{
	font-size: 15px;
	font-size: 1.5rem;
	color:#606060;
	margin: 0 auto 45px;
	text-align: center;
}
/*バナー4並び*/
.recommend_bn_wrap_inner{
	display:flex;
/*	margin: 15px;*/
/*	overflow-x: auto;*/
	width:990px;
}
.theme_bn_wrap{
	display:flex;
	flex-wrap: wrap;
	margin-left: 17px;
}
/*.recommend_bn_wrap > div,*/
.theme_bn_wrap > div{
    position: relative;
    background-color: #ffffff;
    margin: 0 10px 40px 0;
	width: 240px;
/*    width: calc(100% / 4 - 30px);*/
    box-shadow: 0px 20px 10px -10px #d0d0d0;
	display: inline-block;
	 flex: 0 0 auto;
    height: auto;
	border: 1px #e5e5e5 solid;
	border-radius: 4px;
	text-align:left;
}
.theme_bn > div:nth-of-type(4n) {
	margin-right:0;
}
.recommend_bn{
	position: relative;
	background-color: #ffffff;
	margin: 0 10px 40px 0;
	width: 240px;
	/*    width: calc(100% / 4 - 30px);*/
	box-shadow: 0px 20px 10px -10px #d0d0d0;
	display: inline-block;
	 flex: 0 0 auto;
	height: auto;
	border: 1px #e5e5e5 solid;
	border-radius: 4px;
}
.recommend_bn:nth-of-type(4n) {
	margin-right:0;
}
.recommend_bn > a > div,
.theme_bn > a > div{
	position: relative;
    margin-bottom: 10px;
}
.recommend_bn div,
.theme_bn div{
	overflow: hidden;
}
.recommend_bn .pht,
.theme_bn .pht{
	width: 100%;
}
.recommend_bn .pht img,
.theme_bn .pht img{
	    width: 100%;
    height: auto;
	border-radius: 4px 4px 0 0;
}
.recommend_bn .ttl,
.theme_bn .ttl{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #3a66c8;
	white-space: normal;
}
.recommend_bn .cap,
.theme_bn .cap{
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
	white-space: normal;
	padding:13px 13px 30px;
}
.recommend_bn .cap span.icon,
.theme_bn .cap span.icon{
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	padding: 3px 5px;
	border-radius: 4px;
	background: var(--caution-color);
	font-weight: bold;
	display: inline-block;
	margin-right: 3px;
}

.recommend_bn a:hover,
.theme_bn a:hover{
	color: #333333;
}
.recommend_bn:hover,
.theme_bn:hover{
	opacity: 0.3;
	transition: all 0.6s;
}

.recommend_bn .prc,
.theme_bn .prc{
	font-size: 16px;
    color: #cc0000;
    font-weight: bold;
    text-align: right;
	white-space: normal;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.swiper-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    padding-bottom: 15px;
}
.recommend_box_wrap{
	background: #f0f0f0;
	width: 100%;
}
.recommend_box {
	width: 1024px;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
}
.recommend_box .swiper-container {
	width: 1090px;
	position:initial;
}
/* 前ページ、次ページボタン共通のスタイル */
.swiper-button-prev,
.swiper-button-next {
	width: 50px; /* ボタンの幅 */
	height: 50px; /* ボタンの高さ */
	background-size: 50px 50px; /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
	margin-top: -24px; /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}
/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/theme/images/arrow.png);
	filter: drop-shadow(0px 0px 4px #bbb);
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/theme/images/arrow.png);
	transform: scale(-1, 1); /* 左右反転 */
	filter: drop-shadow(0px 0px 4px #bbb);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: -20px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: -20px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0!important;
}
/*swiper-minのページャーカスタム*/
.swiper-pagination{
	width:100%;
}
.swiper-pagination-bullet {
	background: #f8f8f8;
	opacity: 1;
	width: 14px;
	height: 14px;
	margin:0 10px;
}
.swiper-pagination-bullet-active {
	background: #cccccc;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
     -webkit-transform: scale(1);
    -ms-transform: scale(1);
     transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
     -webkit-transform: scale(1);
    -ms-transform: scale(1);
     transform: scale(1);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
/*
     -webkit-transform: scale(1);
    -ms-transform: scale(1);
     transform: scale(1);
*/
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
}

/*タブ切り替え*/
.theme_tabs_wrapper{
	display:inline-block;
	width:auto;
	margin:0 auto;
}

.tab_container {
	margin: 0 auto;
	width: 1024px;
	text-align:center;
}
.tab_item {

}
.tab_item:nth-of-type(4n) {
		margin-right: 0;
}
.tab_item:nth-of-type(n+5) {
		margin-bottom: 0;
}
/*.tab_item:hover {
	background-color: #fff;
	border: #00a0e9 solid 2px;
	border-bottom: none;
	color: #00a0e9;
}*/

input[name="tab_item"] {
  display: none;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content,
#tab8:checked ~ #tab8_content {
  display: block;
}
.tab_container .theme_tabs_wrapper input:checked + .tab_item {
	background-color: #fff;
	border: #00a0e9 solid 2px;
	border-bottom: none;
	color: #00a0e9;
}
/*.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}*/

.tab_wrapper{
	width: auto;
    display: inline-block;
    margin: 0 auto 40px;
}

.tab_wrapper div{
	width:253px;
	height:63px;
	background-color: var(--corporate-color);
	text-align: center;
	display:inline-block;
	/*display: block;*/
	float: left;
	/*text-align: center;*/
	transition: all 0.2s ease;
	margin-right: 4px;
	margin-bottom: 4px;
	/*display: flex;*/
}

.tab_wrapper div:hover{
	background-color: #fff;
    border: var(--corporate-color) solid 2px;
    border-bottom: none;
    color: var(--corporate-color);
}

.tab_wrapper div.current{
	background-color: #fff;
    border: var(--corporate-color) solid 2px;
    border-bottom: none;
    color: var(--corporate-color);
}

.tab_wrapper div .tab_item{
    display: flex;
}

.tab_wrapper div .tab_item span{
	width: 96%;
    padding: 2%;
    line-height: 3em;
	color: #fff ;
	font-size: 18px;
	font-weight: bold;
    text-align: center;
    /* display: -webkit-box; */
    /* -webkit-box-align: center; */
    /* text-align: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab_wrapper div.current .tab_item span, .tab_wrapper div:hover .tab_item span{
	color: var(--corporate-color);
}

.tab_wrapper div:nth-of-type(4n){
	margin-right:0;
}

#gotop {
    width: 90px;
    height: 95px;
    right: 10px;
	bottom: 10px;
	position: fixed;
   	z-index: 1;
    -webkit-transform: translate3d(0,0,0);
}
