/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
.logged-in header #nav {
	display: none;
}
.logged-in #scrollnav {
	display: none;
}

.logged-in #nav_fixed #nav {
	display: none;
}

/* ログイン時・ログアウト時の挙動制御
.logged-in #menu-footer-arm-menu .menu-item:nth-child(1),


.logged-in #menu-footer-arm-menu .menu-item:nth-child(2)  {
	display: none;
}
*/

body:not(.logged-in) #menu-footer-arm-menu .menu-item:last-child {
	display: none;
}


.contents-hide-box {
	position: relative;
	border: 1px solid;
}
.contents-hide-box::before {
	position: absolute;
	top: -251px;
	left: 0;
	width: 100%;
	height: 250px;
	background-image: linear-gradient(to top, #fff, transparent);
	content: '';
}
.contents-hide-box > .title {
	font-weight: bold;
}
.contents-hide-box > .btn-area {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* テーブルの表削除*/


/* spでロゴ非表示*/
@media screen and (max-width: 768px) {
	.bigfooter_colomn:first-child {
		display: none;
	}
}

/*ピックアップスライダーの日付削除*/
.pickup-dt {
display: none;
}

.wp-block-heading.has-text-align-center {
  text-align: center;
}