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

/*/////////////// MV（下層ページ） ///////////////*/
.mv2 .wrap {
	background-color: rgba(34,34,34,0.25);
}


/*/////////////// 共通 ///////////////*/
.plan-wrap .title {
	display: none;
}

.tab__area{
    width: 100%;
}

.tab__list{
    display: table;
    margin: 0 auto;
    width: 100%;
    zoom: 1;
    table-layout: fixed;
    border-spacing: 0;
}

.tab__item{
    display: table-cell;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 32%;
}

.tab__item a{
    display: block;
    padding: 0.75rem 0.5rem;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tab__item a:hover{
    background-color: #fff;
}

.tab__item a.selected{
    background-color: #f0f0f0;
	color: #222;
}




/*/////////////// セクション1 ///////////////*/
/*///タブ切り替え　ここから///*/
.tab-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tab-container ul {
	width: 100%;
}

.plan {
	width: 100%;
}
.plan img {
	width: 170px;
}

.tab-container .plan h3 {
	font-size: 1.5em;
}

.tab-container li {
	display: block;
	width: 31%;
	margin: 0 1% 15px; 
}

.tab-container li a{
	display: block;
	background:#7a1b09;
	border-radius: 6px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5em;
	padding: 10px 0;
}

.tab-container li a span {
	font-size: 0.85em;
}


.tab-container li a:hover {
	background:#DCEEFC;
	color: #222 !important;
}

.area {
	display: none;
	opacity: 0;
	background: #fff;
}

.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

ul{
	list-style:none;
}

.tab-wrapper{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.contents {
	width: 100%;
	background-color: #fff;
	padding-top: 35px;
}
/*///タブ切り替え　ここまで///*/


@media (min-width: 576px) {
	/*///タブ切り替え　ここから///*/
	.tab-container {
		margin-bottom: 50px;
	}

	.tab-container li a{
		font-size: 0.9rem;
		padding: 10px 0;
	}

	.contents {
		padding-top: 55px;
	}

	.plan img {
		width: 190px;
	}

	.tab-container .plan h3 {
		font-size: 1.5em;
	}

	.tab-container li {
		width: 23%;
		margin: 0 1% 15px; 
	}	
	/*///タブ切り替え　ここまで///*/
}


@media (min-width: 768px) {
	/*///タブ切り替え　ここから///*/
	.tab-container {
		margin-bottom: 60px;
	}

	.tab-container li a{
		font-size: 1rem;
		padding: 15px 0;
	}

	.contents {
		padding-top: 65px;
	}
	
	.plan img {
		width: 200px;
	}

	.tab-container .plan h3 {
		font-size: 1.5em;
	}

	.tab-container li {
		width: 18%;
		margin: 0 1% 15px; 
	}	
	/*///タブ切り替え　ここまで///*/
}


@media (min-width: 992px) {
	/*///タブ切り替え　ここから///*/
	.tab-container {
		margin-bottom: 70px;
	}

	.tab-container li a{
		padding: 20px 0;
	}
	
	.contents {
		padding-top: 80px;
	}	
	/*///タブ切り替え　ここまで///*/
}

@media (min-width: 1200px) {
	/*///タブ切り替え　ここから///*/
	.tab-container li a{
		padding: 20px 0;
	}
	
	.contents {
		padding-top: 100px;
	}
	/*///タブ切り替え　ここまで///*/
}


/*/////////////// アンカーリンク ///////////////*/
.go-top a {
	background-color: #45474B;
	border-radius: 14px;
	padding: 12px 20px;
	color: #fff !important;
	text-decoration: none !important;
}

.go-top a:hover {
	opacity: 0.5;
	color: #fff !important;
}

#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8, #tab9, #tab10, #tab11, #tab12, #tab13, #tab14, #tab15, #tab16, #tab17 {
	padding-top: 60px !important;
}

@media (min-width: 768px) {
	.go-top a {
		padding: 15px 25px;
	}
}

@media (min-width: 1200px) {	
	#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8, #tab9, #tab10, #tab11, #tab12, #tab13, #tab14, #tab15, #tab16, #tab17 {
		padding-top: 90px !important;
	}	
}
