@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.displaynone {display:none;}

.p-postSlider.-ps-style-normal .p-postList__body {
    padding-right: 10px;
}

.p-postList__period {
    color: #ff00ae;
    font-size: .7em;
    margin-top: 0.2em;
}

i.fa-regular.fa-calendar.fa-period {
    margin-right: 0.1em;
	position: relative;
	top: 1px;
}

i.icon-schedule:before {
	margin-right: 0.1em;
	position: relative;
	top: 1px;
}

i.icon-schedule:before {
	content: "\e931";
}

#sp_menu .p-postList__period {
	color: #fff;
	font-size: .7em;
	margin-top: 4px;
}

.c-tabBody__item .-type-list .p-postList__item {
	margin-bottom: .8em;
	padding-bottom: .8em;
    border-bottom: 1px dotted #ccc;
}

.icon-posted:before {
    content: "\e934";
}



div#breadcrumb {
	padding: 8px 0 7px;
	border-bottom: 1px solid #efefef!important;
    background-color: #f3f3f3!important;
}

.p-mainVisual__inner {
	max-height: 320px;
	min-height: 270px;
}

.l-mainContent__inner>.post_content {
	margin: 0 0 2em;
}

.wp-block-gallery.has-nested-images figcaption {
	color: inherit;
    display: block !important;
    font-size: .8em;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    opacity: .8;
    text-align: center;
}

/** popular posts starts */
body{
  counter-reset: rank_number;  
}
.wpp_thumb_wrapper{
  position: relative;
}
.wpp_thumb_wrapper:after{
  counter-increment: rank_number;
  content: counter(rank_number);
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(50, 50, 50, 0.8);
  color: white;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
}
/** popular posts finish */

/* 目次周り start */
.w-beforeToc {
	margin-top: 0;
}
.w-beforeToc .affiliate-toc .wp-block-columns {
	justify-content: space-between;
}
/* 目次周り finish */

/* サイドバーの人気記事一覧(popular-posts) start */
.popular-posts .wpp-post-title{
	color: #333;
	font-size: 14px;
}
/* サイドバーの人気記事一覧(popular-posts) finish */

/* 記事一覧まわり start */
.-type-list .p-postList__thumb,
.-type-list2 .p-postList__thumb {
	width: 12%;
	box-shadow: none;
}
.-type-list .p-postList__body,
.-type-list2 .p-postList__body {
	width: 86%;
}
.-type-card .p-postList__thumb {
	box-shadow: none;
}
.-type-list .p-postList__body .p-postList__title {
	font-size: 1em;
}
.p-postList__body {
	display: flex;
	flex-direction: column;
}
.p-postList__meta {
	order: -1;
	margin-top: 0;
}
/* 記事一覧まわり finish */

/* search & filter 記事一覧まわり start */
.search-filter-results .c-tabBody__item {
	padding-top: .4em;
	border-top: 1px dotted #ccc;
}
.c-tabBody .sf-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .8em 0;
}
.c-tabBody .sf-pagination .nav-next {
	width: 40%;
	text-align: left;
}
.c-tabBody .sf-pagination .nav-previous {
	width: 40%;
	text-align: right;
}
.c-tabBody .sf-pagination .nav-pagenum {
	width: 30%;
	text-align: center;
}
.c-tabBody .sf-pagination .nav-pagenum span {
	
}
.c-tabBody .sf-pagination .nav-next a,
.c-tabBody .sf-pagination .nav-previous a {
    padding: 10px 12px;
    background-color: #ff00a0;
    color: #fff;
	font-size: 12px;
}
/* search & filter 記事一覧まわり finish */

/* 記事のカスタムタクソノミー一覧 start */
.p-articleMetas.-top .p-articleMetas__termList.c-tagList.customTax {
    display: none;
}
/* 記事のカスタムタクソノミー一覧 finish */

/* ヘッダーナビ start */
.c-gnav>.menu-item {
	width: 8em;
	border-left: 1px solid #ccc;
}
.c-gnav>.menu-item:last-child {
	border-right: 1px solid #ccc;
}
.c-gnav>.menu-item>a {
	padding: 0 16px;
	/* border-bottom: 2px solid var(--color_main); */
}
/* ヘッダーナビ finish */

/* ヘッダーナビ（スマホ） start */
header#header .l-header__spNav {
	background: #373737;
	color: #ff00a0;
	
	> ul > li {
		border-right: 1px solid #999;
	}
	> ul > li:first-child {
		border-left: 1px solid #999;
	}
	> ul > li > a {
		color: #fff;
	}
}
/* ヘッダーナビ（スマホ） finish */

/* 言語スイッチャー start */
.wpml-ls-statics-shortcode_actions > ul {
	display: flex;
	border-radius: 5px;
	background: #21abdd;
	overflow: hidden;
}
.wpml-ls-statics-shortcode_actions > ul > li {
	width: 100%;
    text-align: center;
}
.wpml-ls-statics-shortcode_actions > ul > li > a {
	padding: 12px 0;
}
.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item-ja > a {
}
.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item-en > a {
}
.wpml-ls-statics-shortcode_actions li.wpml-ls-current-language > a {
	background-color: #21abdd;
	box-shadow: none;
}
.wpml-ls-statics-shortcode_actions a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link, .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link, .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link:link {
	background-color: #b7b7b7;
	box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}
.wpml-ls-statics-shortcode_actions > ul > li > a > span {
	color: #fff;
}
/* 言語スイッチャー finish */

/* search & filter コンボボックス start */
.select2-container--default .select2-selection--single {
	font-size: 13px;
}
.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
	font-size: 13px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	font-size: 13px;
	padding-left: 28px;
}
.select2-search--dropdown {
	position: relative;
}
.select2-search.select2-search--dropdown::before {
	font-family: icomoon !important;
    content: "\e92e" !important;
    position: absolute;
    top: 8px;
    left: 12px;
}
.select2-results__option {
	padding: 4px 6px;
}
/* search & filter コンボボックス finish */

/* search & filter（サイドナビ） start */
#search-filter-form-99,
#search-filter-form-966,
#search-filter-form-3704,
#search-filter-form-7598,
#search-filter-form-20832,
#search-filter-form-20836 {
	> ul {
		padding: .8em 1.2em;
		box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	}
	> ul > li {
		padding: 4px 0 16px;
		border-bottom: 1px dotted #ccc;
	}
	> ul > li:last-child {
		border-bottom: none;
	}
	> ul > li h4 {
		font-size: 14px;
		padding: 5px 0;
	}
	> ul > li h4::before {
		top: 1px;
		margin-right: .325em;
		position: relative;
		font-family: icomoon !important;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		text-transform: none;
	}
	> ul > li > label {
		width: 100% !important;
		overflow: hidden;
	}
	> ul > li label,
	> ul > li select
	> ul > li input {
		cursor: pointer;
	}
	> ul > li > label.sf-input-checkbox {
		width: 100% !important;
	}
	> ul > li > label > span:not(.sf-count) {
		width: 100% !important;
	}
	> ul > li.sf-field-post-meta-eventperiod_start > ul {
		display: flex;
	}
	> ul > li.sf-field-post-meta-eventperiod_start > ul > li {
		width: 50%;
		display: flex;
		align-items: center;
	}
	> ul > li.sf-field-post-meta-eventperiod_start > ul > li > label {
		width: 100%;
	}
	> ul > li.sf-field-post-meta-eventperiod_start > ul > li > label > input {
		width: 100%;
	}
	> ul > li.sf-field-post-meta-eventperiod_start > ul > li > span {
		width: 4em;
	}
	> ul > li.sf-field-search input {
		width: 100%;
	}
	> ul > li.sf-field-submit {
		padding: 8px 0 0;
		border-bottom: none;
	}
	> ul > li.sf-field-submit input {
		width: 100%;
		text-align: center;
		background-color: #21abdd;
		display: block;
		color: #fff;
		padding: 8px 0;
		margin-top: 10px;
		border-radius: 8px;
		font-weight: bold;
	}
	> ul > li.sf-field-submit input:hover {
		opacity: .75;
		transition: opacity .25s, top .25s;
	}
	> ul > li.sf-field-submit input:not(:hover) {
		opacity: 1;
		transition: opacity .25s, top .25s;
	}
	> ul > li.sf-field-reset {
		padding: 0 0 10px;
	}
	> ul > li.sf-field-reset a.search-filter-reset {
		text-align: center;
		background-color: #333;
		display: block;
		color: #fff;
		padding: 8px 0;
		margin-top: 10px;
		border-radius: 8px;
		font-weight: bold;
	}
	> ul > li.sf-field-reset a.search-filter-reset:hover {
		opacity: .75;
		transition: opacity .25s, top .25s;
	}
	> ul > li.sf-field-reset a.search-filter-reset:not(:hover) {
		opacity: 1;
		transition: opacity .25s, top .25s;
	}
}
#search-filter-form-966,
#search-filter-form-3704,
#search-filter-form-7598,
#search-filter-form-20836 {
	> ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
    }
	> ul > li {
		width: 48%;
    }
	> ul > li.sf-field-taxonomy-series,
	> ul > li.sf-field-post-meta-eventperiod_start,
	> ul > li.sf-field-taxonomy-collaboration {
		width: 100%;
    }
	> ul > li.sf-field-submit,
	> ul > li.sf-field-reset {
		padding: 0;
		margin: 16px 0 6px;
    }
	> ul > li.sf-field-submit input,
	> ul > li.sf-field-reset a.search-filter-reset {
		margin-top: 0;
    }
}
#search-filter-form-3704,
#search-filter-form-7598,
#search-filter-form-20836 {
	background: #fff;
	
	> ul > li h4 {
		color: #333;
	}
}
/* search & filter（サイドナビ） finish */

/* 固定フッターメニュー start */
#fix_bottom_menu .menu-item.menu_btn {
	order: 99;
}
/* 固定フッターメニュー finish */


@media (min-width: 960px) { 
	.-img .c-headLogo__link {width: 92%;}
	.-series .l-header__logo {padding:0px;}
	.-series-right .l-header__inner {height:56px;}
	.w-fixSide {overflow: visible;}
	#main_visual #search-filter-form-3704,
	#main_visual #search-filter-form-20836 {max-width:75%;margin-left:auto;margin-right:auto;}
	div#content {padding-top:2em;}
}

@media not all and (min-width: 960px) { /* スマホサイズ */
	div#content {padding-top:1.2em;}
	.l-header__logo {padding: 0 3vw;}
	.p-articleThumb {width:100vw; margin:1.2em 0 0 -4vw;}
	.c-shareBtns {margin: 1.2em 0 2em;}
	h2.wp-block-heading {width:100vw; margin-left: -4vw;}
	
	/* 記事一覧・タブ start */
	.top #content {
		padding-top: 1em;
	}
	#content .p-postListTab.is-style-bb {
		width: 100vw;
		margin: 0 auto 1em;
		margin-left: -4vw;
		background: #ff66c6;
		
		.c-tabList {
			justify-content: flex-start;
			flex-wrap: nowrap;
			overflow-x: scroll;
			/* IE, Edge 対応 */
			-ms-overflow-style: none;
			/* Firefox 対応 */
			scrollbar-width: none;
		}
		.c-tabList::-webkit-scrollbar {
			display:none;
		}
		.c-tabList .c-tabList__item {
			flex: none;
			margin: 0;
			flex-wrap: nowrap;
			border-right: 1px solid #ffbbe6;
		}
		.c-tabList .c-tabList__item:first-child {
			border-left: 1px solid #ffbbe6;
		}
		.c-tabList .c-tabList__button {
			color: #fff;
			white-space: nowrap;
			padding: 12px;
			opacity: 1;
			background: var(--color_main);
			background: #ff66c6;
			transition: none;
		}
		.c-tabList .c-tabList__button:before {
			opacity: 1;
			height: 0px;
			background-color: var(--color_main);
		}
		.c-tabList .c-tabList__button:after {
			height: 0;
		}
		.c-tabList .c-tabList__button:hover{
			color: #fff;
		}
		.c-tabList .c-tabList__button[aria-selected=true] {
			color: #fff;
			background: var(--color_main);
		}
	}
	
	.p-postList__body {
		display: flex;
    	flex-direction: column;
	}
	.p-postList__meta {
		order: -1;
		margin-top: 0;
	}
	.-type-list .p-postList__thumb {
		width: 24%;
	}
	.-type-list .p-postList__body {
		width: 73%;
	}
	.-type-list .p-postList__body .p-postList__title {
		font-size: 3.1vw;
	}
	.c-tabBody__item .-type-list .p-postList__item {
		margin-bottom: .5em;
		padding-bottom: .5em;
	}
	/* 記事一覧・タブ finish */
}