@charset "UTF-8";


/* トップページ
---------------------------------- */

/* メインビジュアル */
#main-visual-layer {
	position: relative;
	margin: 0 0 150px 0;
}

#main-visual-image {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1201px) {
	#main-visual-image {
		width: auto;
		height: 100%;;
	}
}

#main-visual-images-layer {
	max-height: 680px;
	overflow: hidden;
}

#main-visual-images-layer img {
	width: 100%;
	height: auto;
}

#canvas-wrapper {
    position: absolute;
    bottom: -120px;
	width: 110%;
	height: 300px;
}

#canvas {
	width: 100%;
	height: 300px;
}

#main-visual-mask {
    position: absolute;
    bottom: -1px;
	width: 100%;
	height: auto;
	min-height: 50px;
	background: url(https://d4a0d6.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/img/top/img_mask_wave.png) repeat-x left bottom;
}

/* 最新記事表示部分 */
.slide-post-container {
	width: 100%;
	position: absolute;
	bottom:-60px;
}

.slide_all {
	width: 920px;
	margin: 0 auto;
	height: 190px;
	position: relative;
}

.slide_wrap {
	width: 2800px;
	position: absolute;
	left: 50%;
	margin-left: -1400px;
}

.bxslider {
	position: relative;
	width: 100%;
}

.slide {
	display: block;
	width: 920px;
	height: 190px;
}

.slide {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.slide.active {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


.slide-post-box {
	width: 280px;
	height: 190px;
	display: inline-block;
	margin: 0 25px 0 0;
	overflow: hidden;
	position: relative;
	background: #000;
}

.slide-post-box.end {
	margin: 0 0 0 0;
}

.slide-img {
	position: absolute;
	width: 280px;
	height: 190px;
}

.slide-img img {
	width: auto;
	height: 190px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}


.slide-date {
	display: inline-block;
	position: absolute;
	width: auto;
	padding:1px 5px 7px 5px;
	height:22px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.08em;
	font-family: 'Source Sans Pro', sans-serif;
}

.slide-icon {
	display: inline-block;
	position: absolute;
	top:30px;
}

.slide-copy-layer {
	position: absolute;
	color: #fff;
	text-align: center;
	width:200px;
	left:40px;
	bottom:15px;
	line-height: 1.3;
}

.slide-copy {
	padding:0 0 9px 0;
}

.slide-text {
	font-size: 11px;
}


.bx-controls {
    width: 960px;
    height:40px;
    margin: 0 auto;
	position: relative;
	top:-100px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
	left:0;
	background: none;
}

.bx-wrapper .bx-controls-direction a.bx-next {
	right:0;
	background: none;
}

.bx-wrapper .bx-controls-direction a.bx-prev:after,
.bx-wrapper .bx-controls-direction a.bx-next:after {
    display: block;
    content: "";
    position: absolute;
    top: 48%;
    width: 20px;
    height: 20px;
    margin: -14px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bx-wrapper .bx-controls-direction a.bx-next:after {
    border-top: solid 6px #000;
    border-right: solid 6px #000;
    right: 0;
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
    border-bottom: solid 6px #000;
    border-left: solid 6px #000;
    left: 0;
}


/* SECTION */
#content-top section {
	width:960px;
	margin: 0 auto;
	padding:80px 0 70px 0;
}


.svg-title {
	width:244px;
	height: 46px;
	margin: 0 auto 50px auto;
	position: relative;
	text-align: center;
}

.svg-title span {
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 0;
	width:240px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.svg-title svg {
	position: absolute;
	top: 0;
	left: 0;
}


/* WHT TO DO */
#content-top section#top-cnt-whattodo-layer {
	padding: 10px 0 70px 0;
}

#top-cnt-whattodo-intro {
	text-align: center;
	padding:0 0 50px 0;
	position: relative;
	letter-spacing: 0.15em;
	font-weight: bold;
}

#top-cnt-whattodo-intro:before,
#top-cnt-whattodo-intro:after {
	position: absolute;
	content: '';
	border-top: 1px solid #000;
	width: 350px;
	height: 1px;
	left:0;
	margin: 10px 0 0 0;
}

#top-cnt-whattodo-intro:after{
	right:0;
	left:auto;
}

#top-cnt-whattodo-nav {
	width:850px;
	margin:10px auto;
}

#top-cnt-whattodo-nav li {
	display: inline-block;
	padding:0 40px;	
}

#top-cnt-whattodo-nav li.whattodo-nav-food {
	padding:0 40px 0 0;	
}

#top-cnt-whattodo-nav li.whattodo-nav-create {
	padding:0 80px;	
}

#top-cnt-whattodo-nav li.whattodo-nav-enjoy {
	padding:0 0 0 40px;	
}

/* WNT TO DO 画像表示部分 */
#top-cnt-whattodo-image-layer {
	width: 960px;
	height: auto;
	margin: 80px 0 0 0;
}

.top-cnt-whattodo-image-block {
	width: 960px;
	height: auto;
	position: relative;
}

.top-cnt-whattodo-image-l,
.top-cnt-whattodo-image-r {
	width: 50%;
	float:left;
}

.wh-100 {
	width: 100%;
    padding-top: 100%;
}

.w-100 {
	width: 100%;
}

.h-100 {
    padding-top: 100%;
}

.wh-75 {
	width: 50%;
    padding-top: 75%;
}

.w-75 {
	width: 75%;
}

.h-75 {
    padding-top: 75%;
}

.wh-50 {
	width: 50%;
    padding-top: 50%;
}

.w-50 {
	width: 50%;
}

.h-50 {
    padding-top: 50%;
}

.wh-25 {
	width: 25%;
    padding-top: 25%;
}

.w-25 {
	width: 25%;
}

.h-25 {
    padding-top: 25%;
}

.wh-12_5 {
	width: 12.5%;
    padding-top: 12.5%;
}

.layout-box {
    position: relative;
    height: 0;
    float: left;
}

.layout-box-child {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-box,
.text-box {
	overflow: hidden;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-box img {
	height: 100%;
	width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.text-box {
	text-align: center;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	letter-spacing: 0.1em;
	background: #fff;
}

.text-box p {
	margin: 34% 0 0 0;
}


/* MENU */
#top-cnt-menu {
	width:710px;
	margin: 40px auto 0 auto;
	letter-spacing: 0.1em; 
}

#top-cnt-menu-l,
#top-cnt-menu-r {
	float:left;
	width:300px;
	letter-spacing: 0.05em;
}

#top-cnt-menu-l {
	margin: 0 110px 0 0;
}

#top-cnt-menu-l h3,
#top-cnt-menu-r h3 {
	padding:10px 0 0 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #000;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:22px;
	letter-spacing: 0.1em;
}

#top-cnt-menu-l li,
#top-cnt-menu-r li {
	padding: 8px 0;
	text-align: center;
	letter-spacing: 0.1em;
}

#top-cnt-menu-l li p,
#top-cnt-menu-r li p {
	display: inline-block;
	text-align: left;
}

.menu-name {
	position: relative;
	width: 180px;
	padding:0 20px 0 0;
	vertical-align: middle;
}

.menu-name:after{
	position: absolute;
	content: '';
	border-top: 1px solid #000;
	width: 10px;
	height: 1px;
	right:0;
	top:45%;
}

.menu-price {
	width: 55px;
	padding:0 0 0 20px;
}

#top-cnt-menu-link {
	clear: both;
	text-align: center;
	padding: 50px 0 0 0;
}

#top-cnt-menu-link a {
	display: inline-block;
	width:405px;
	margin: 0 auto;
	background: url(https://8fae05.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/img/top/bg_menu_link.png) repeat center;
	color: #000;
	font-weight: bold;
	font-size:17px;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
}

#top-cnt-menu-link a span {
	padding: 0 0 0 30px;
	background: url(https://371838.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/img/top/allow_menu_link.png) no-repeat left center;
}


/* CONCEPT */
#top-cnt-concept-layer {
	padding: 0 0 100px 0;
}

#top-cnt-concept-intro {
	text-align: center;
	font-weight: bold;
	line-height: 2.2;
	font-size: 18px;
	letter-spacing: 0.10em;
	padding: 5px 0 0 0;
}

#top-cnt-concept-image-layer {
	width: 960px;
	height: auto;
	margin: 60px 0 0 0;

}

.top-cnt-concept-image-block {
	width: 960px;
	height: auto;
	position: relative;	
}

.top-cnt-concept-image-l,
.top-cnt-concept-image-r {
	width: 50%;
	float:left;
}

#top-cnt-concept-image-kitchen .top-cnt-concept-image-l,
#top-cnt-concept-image-kitchen .top-cnt-concept-image-r {
	float:right;
}


#top-cnt-concept-image-layer .wh-100 {
	width: 100%;
    padding-top: 100%;
}

#top-cnt-concept-image-layer .w-100 {
	width: 100%;
}

#top-cnt-concept-image-layer .h-100 {
    padding-top: 100%;
}

#top-cnt-concept-image-layer .wh-75 {
	width: 50%;
    padding-top: 75%;
}

#top-cnt-concept-image-layer .w-75 {
	width: 75%;
}

#top-cnt-concept-image-layer .h-75 {
    padding-top: 75%;
}

#top-cnt-concept-image-layer .h-66 {
    padding-top: 320px;
}

#top-cnt-concept-image-layer .h-41 {
    padding-top: 200px;
}

#top-cnt-concept-image-layer .wh-50 {
	width: 50%;
    padding-top: 50%;
}

#top-cnt-concept-image-layer .w-50 {
	width: 50%;
}

#top-cnt-concept-image-layer .h-50 {
    padding-top: 50%;
}

#top-cnt-concept-image-layer .wh-25 {
	width: 25%;
    padding-top: 25%;
}

#top-cnt-concept-image-layer .w-25 {
	width: 25%;
}

#top-cnt-concept-image-layer .h-25 {
    padding-top: 25%;
}

#top-cnt-concept-image-layer .wh-12_5 {
	width: 12.5%;
    padding-top: 12.5%;
}

#top-cnt-concept-image-layer .layout-box {
    position: relative;
    height: 0;
    float: left;
}

#top-cnt-concept-image-layer .layout-box-child {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top-cnt-concept-image-layer .image-box,
#top-cnt-concept-image-layer .text-box {
	overflow: hidden;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top-cnt-concept-image-layer .image-box img {
	height: 100%;
	width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#top-cnt-concept-image-layer .text-box {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.1em;
	font-weight: normal;
	font-size: 14px;
	background: none;
}

#top-cnt-concept-image-layer .text-box .top-concept-head {
	margin: 25px 0 0 0;
	font-size: 20px;
}

#top-cnt-concept-image-layer .text-box .t-small {
	font-size: 13px;
	font-weight: normal;
}

#top-cnt-concept-image-layer .text-box .top-concept-body {
	margin: 8px 0 0 0;
	line-height: 2.0;
}

#top-cnt-concept-image-layer .text-box .top-concept-link {
	width: 360px;
	margin: 16px auto 0 auto;
}

#top-cnt-concept-image-layer .text-box .top-concept-link a {
	display: inline-block;
	padding: 5px 0;
	text-decoration: none;
	color: #fff;
}

#top-concept-menu .top-concept-link a {
	background: #ebac51;
	width: 230px;
}

#top-concept-menu .top-concept-link a:before {
	content: url("https://888683.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/common/img/bg_link_btn.png") ;
	margin: 0 10px 0 0;
	position: relative;
    top: 2px;
}

#top-concept-atlier .top-concept-link-l {
	width:230px;
	float:left;
	margin: 0 15px 0 0;
}

#top-concept-atlier .top-concept-link-l a {
	background: #16aa97;
	width: 220px;
}

#top-concept-atlier .top-concept-link-l a:before {
	content: url("https://888683.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/common/img/bg_link_btn.png") ;
	margin: 0 10px 0 0;
	position: relative;
    top: 2px;
}

#top-concept-atlier .top-concept-link-r {
	width: 100px;
	padding: 0 10px 0 0;
	float:left;
}

#top-concept-atlier .top-concept-link-r li {
	display:inline-block;
	margin:0 12px 0 0;
}

#top-concept-atlier .top-concept-link-r li.fb {
	margin:0 10px 0 0;
}

#top-concept-atlier .top-concept-link-r li.inst {
	margin:0 0 0 0;
}

#top-concept-atlier .top-concept-link-r a {
	display:inline-block;
}

#top-concept-atlier .top-concept-link-r li img {
	width: 22px;
	height: auto;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

/* ACCEESS */
#content-top section#top-cnt-access-layer {
    padding: 80px 0 80px 0;
}

#map {
    width: 100%;
    height: 500px;
	overflow: hidden;
	margin: 60px -50%;
    padding: 0 50%;
}

#top-cnt-access {
	width:650px;
	margin: 40px auto 0 auto;
	letter-spacing: 0.1em; 
	line-height: 2.0;
}

#top-cnt-access h3 {
	margin: 0 0 30px 0;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:17px;
	line-height: 1.0;
}

#top-cnt-access-l {
	width:330px;
	float:left;
	letter-spacing: 0.05em;
	margin: 0 70px 0 0;
}

#top-cnt-access-r {
	width:250px;
	float:left;
}

#top-cnt-access-mail a {
	text-decoration: underline;
	color: #000;
}


/* She 
---------------------------------- */

#she-content-detail{
	background: #fff url(https://24f4d3.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/img/she/she_bg.png) repeat center top;
	color: #eae5e3;
	}


/* archive-She */
.she-logo img{
	width:300px;
	padding: 100px 0;
	display: block;
	}

#she-intro {
	text-align: left;
	font-size: 16px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #eae5e3;
	line-height: 2.3;
	letter-spacing: 0.25em;
	margin-bottom: 100px;
	}

.she-post-area{
	padding-bottom: 100px;
	}

.she-copy-layer {
	color: #000;
	text-align: center;
	width: 960px;
	line-height: 1.3;
	}

.she-copy {
	text-align: left;
	font-size: 20px;
	letter-spacing: 0.09em;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 10px 0 40px 0;
	}

.she-copy a{color: #eae5e3;}

.she-post-box {
	width: 960px;
	display: inline-block;
	margin: 0 25px 0 0;
	overflow: hidden;
	position: relative;
	background: #000;	
	}

.she-post-box.end {
	margin: 0;
	}

.she-img {
	overflow: hidden;
    width: 100%;/* トリミングしたい枠の幅 */
    height: 300px;/* トリミングしたい枠の高さ */
	}

.she-img img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	}

/* single-She */

.she-image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	}

.cnt-detail-title-she {
	font-size: 20px;
	font-weight: bold;
	padding:10px 12px;
	border-bottom: 1px solid #eae5e3;
	margin: 10px 0;
	text-align: center;
	letter-spacing: 0.075em;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

.cnt-detail-body-she {
	letter-spacing: 0.05em;
	line-height: 2.0;
	padding: 0 12px 30px 12px;
	border-bottom: 1px solid #eae5e3;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

.cnt-detail-body-she img {
	width: 100%;
	height: auto;
	}

#cnt-detail-she-link {
	padding: 90px 0;
	text-align: center;
	}

#cnt-detail-she-link a {
	width: 700px;
	display: inline-block;
	font-size:18px;
	letter-spacing: 0.05em;
	color: #000;
	text-decoration: none;
	background: #eae5e3;
	}

#cnt-detail-she-link a span {
	display: inline-block;
	padding: 10px 0 10px 0px;
	}


/* メニューページ
---------------------------------- */
#content-menu section {
	width: 960px;
	margin: 120px auto 80px auto;
}

#cnt-kitchen-intro {
	text-align: center;
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 0.13em;
	margin: 0 0 70px 0;
	font-weight: bold;
}

#cnt-current-store-box {
	background: #fff;
}

#cnt-current-store-box-r,
#cnt-current-store-box-l {
	width:480px;
	float: left; 
}

#cnt-current-store-box-l img {
	width: 100%;
	height: auto;
}

#cnt-current-store-box-r {
	width:360px;
	padding:20px 60px;
	text-align: center;
	overflow: hidden;
}

#current-store-title {
	padding:10px 0 20px 0;
	letter-spacing: 0.1em;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}

#current-store-name {
	border:3px solid #ebac51;
	padding: 5px 0;
	font-size: 20px;
	height: 50px
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    letter-spacing: 0.05em;
    font-weight: bold;
}

#current-store-text {
	margin: 20px 0 0 0;
	line-height: 1.8;
}

#current-store-link {
	margin: 20px 0 0 0;
}

#current-store-link a {
	display: inline-block;
	padding:10px 20px;
	color: #fff;
	text-decoration: none;
	background: #ebac51;
}

#current-store-link a:before {
    content: url("https://888683.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/common/img/bg_link_btn.png");
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
}

#content-menu #top-cnt-menu-l h3,
#content-menu #top-cnt-menu-r h3 {
	margin: 0 0 5px 0;
}

.cnt-menu-time {
	text-align: center;
	margin:0 0 30px 0;
	font-size: 12px;
}

.menu-image-layer {
	width: 960px;
	margin: 80px auto 20px auto;
}

.menu-image-layer.end {
	width: 960px;
	margin: 20px auto 0 auto;
}

.menu-image-box {
	width:240px;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

.menu-image-ph {
	width:240px;
	height: 240px;
	overflow: hidden;
	text-align: center;
}

.menu-image-ph img {
	width:auto;
	height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.menu-image-text {
	padding:5px 0;
}


/* TOPICS詳細ページ
---------------------------------- */
.cnt-detail-layer {
	width: 960px;
	margin: 0 auto;
}

.cnt-detail-layer .svg-title {
	margin: 20px auto 60px auto;
}

#sub-cnt-whattodo-nav {
	width:850px;
	margin:80px auto 80px auto;
}

#sub-cnt-whattodo-nav li {
	display: inline-block;
	padding:0 40px;	
}

#sub-cnt-whattodo-nav li.whattodo-nav-food {
	padding:0 40px 0 0;	
}

#sub-cnt-whattodo-nav li.whattodo-nav-create {
	padding:0 80px;	
}

#sub-cnt-whattodo-nav li.whattodo-nav-enjoy {
	padding:0 0 0 40px;	
}

.cnt-detail-image {
	width:100%;
	position: relative;
	height: auto;
}

.cnt-detail-date {
	position: absolute;
	top: 0;
	background: #000;
	color: #fff;
	font-size: 38px;
	padding: 10px 15px;
	z-index: 1;
	letter-spacing: 0.05em;
	line-height: 1.0;
	font-family: 'Source Sans Pro', sans-serif;
}

.cnt-detail-icon {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.cnt-detail-img {
	width:100%;
	height: auto;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.cnt-detail-img img {
	width:100%;
	height: auto;
}

.cnt-detail-title {
	font-size: 22px;
	font-weight: bold;
	padding:10px 12px;
	border-bottom: 1px solid #000;
	margin: 25px 0;
	letter-spacing: 0.05em;
}

.cnt-detail-body {
	letter-spacing: 0.05em;
	line-height: 2.0;
	padding: 0 12px 30px 12px;
	border-bottom: 1px solid #000;
}

.cnt-detail-body img {
	width: 100%;
	height: auto;
}

#cnt-detail-other-link {
	padding: 90px 0;
	text-align: center;
}

#cnt-detail-other-link a {
	width: 700px;
	display: inline-block;
	font-size:18px;
	letter-spacing: 0.05em;
	color: #000;
	text-decoration: none;
	background: #000;
}

#cnt-detail-other-link.other-link-eating a {
	background: #eacc86;
}

#cnt-detail-other-link.other-link-relaxing a {
	background: #b8d19c;
}

#cnt-detail-other-link.other-link-creating a {
	background: #aed0d6;
}

#cnt-detail-other-link.other-link-enjoying a {
	background: #e5b9c7;
}

#cnt-detail-other-link a span {
	display: inline-block;
	padding: 10px 0 10px 35px;
}

#cnt-detail-other-link.other-link-eating a span {
	background: url(https://8aebb0.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/common/img/icon_cat_eating_s.png) no-repeat left center;
}

#cnt-detail-other-link.other-link-relaxing a span {
	background: url(/assets/voidapart.com/wp-content/themes/voidapart/common/img/icon_cat_relaxing_s.png) no-repeat left center;
}

#cnt-detail-other-link.other-link-creating a span {
	background: url(https://b1bdb4.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/common/img/icon_cat_creating_s.png) no-repeat left center;
}

#cnt-detail-other-link.other-link-enjoying a span {
	background: url(/assets/voidapart.com/wp-content/themes/voidapart/common/img/icon_cat_enjoying_s.png) no-repeat left center;
}


/* TOPICSカテゴリ別一覧ページ
---------------------------------- */
#sub-cnt-whattodo-image-layer {
	width: 960px;
	height: auto;
	margin: 80px 0 80px 0;
	position: relative;
}

#sub-cnt-whattodo-image-layer h3 {
	text-align: center;
	padding:0 0 40px 0;
}

#sub-cnt-whattodo-image-l,
#sub-cnt-whattodo-image-r {
	width: 50%;
	float:left;
}

/* 記事リスト表示部分 */
.sub-slide-post-container {
	width: 960px;
	margin: 0 auto;
	height: auto;
	padding: 0 0 30px 0;
	overflow: hidden;
}

.sub-slide-post-container .slide_wrap {
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
}

.sub-slide-post-container .slide_all {
    width: 900px;
 	height: auto;
    margin: 0 auto;
    position: relative;

}

.sub-slide-post-container .slide {
	height: auto;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.sub-slide-post-container .bx-controls {
    width: 900px;
    height:40px;
    margin: 20px auto 0 auto;
	position: relative;
	top:0;
	bottom: 0;
}

.sub-slide-post-container .bx-wrapper .bx-pager.bx-default-pager a {
	background: #dadada;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 14px;
    height: 14px;
    margin: 0 15px 0 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
   background: #eacc86;
}

/* インスタグラムポップアップ部分 */
.lity {
	background: url(https://0e0df1.claudeassets.com/20230929195014im_/http://voidapart.com/wp-content/themes/voidapart/img/bg_popup.png) repeat;
}

.lity-content:after {
	display: none;
}

.lity-close {
	position: absolute;
	font-family: 'Source Sans Pro', sans-serif;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	width: 50px;
    height: 50px;
	color: #000;
    text-shadow:none;
    font-size: 70px;
    font-family: 'Source Sans Pro', sans-serif;
}

.image-box-popup {
	width: 700px;
	background: #fff;
	padding: 50px;
}

.image-box-popup-img {
	margin:0 0 20px 0;
}

.image-box-popup-img img {
	width:100%;
	height: auto;
}

.image-box-popup-prof {
	padding:0 0 20px 0;
}

.image-box-popup-name {
	float:left;
	font-weight:bold; 
}

.image-box-popup-name a {
	color: #000;
	text-decoration: underline;
}

.image-box-popup-date {
	float:right;
}

.image-box-popup-text {
	padding:0 0 20px 0;
}

.image-box-popup-tags a {
	color: #125688;
    text-decoration: none;
}

.sub-slide-post-block {
	margin:0 0 20px 0;
}

.cnt-error-msg {
	padding:0 0 100px 0;
	text-align: center;
}

/*
     FILE ARCHIVED ON 07:42:47 Apr 05, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:03:00 Jul 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.631
  exclusion.robots: 0.095
  exclusion.robots.policy: 0.085
  esindex: 0.014
  cdx.remote: 8.176
  LoadShardBlock: 243.57 (3)
  PetaboxLoader3.datanode: 227.092 (5)
  PetaboxLoader3.resolve: 132.804 (3)
  load_resource: 143.666 (2)
*/