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

html {
	background-color: #FBFBFB;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.8em;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
.noto-sans-jp-300 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

.noto-sans-jp-400 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.noto-sans-jp-600 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.noto-sans-jp-900 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
}

.bdt-navbar-nav>li>a, .bdt-navbar-item, .bdt-navbar-toggle {
	font-family: "Noto Sans JP", sans-serif !important;
}


a:focus {
	outline: none;
}

article#wrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

header#m ain_header {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

footer#main_footer {
	width: 100%;
	margin: 0px;
	padding: 0 0 60px 0;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

.pankuzu {
	font-size: 12px;
	line-height: 1.2em;
	color: #ffffff;
}

.pankuzu a:link,
.pankuzu a:visited {
	color: #eeeeee;
	text-decoration: none;
}

.pankuzu a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#main_footer a:link,
#main_footer a:visited {
	color: #333333;
}

#main_footer a:hover {
	color: #888888;
}

.foot_address a:link,
.foot_address a:visited {
	color: #333333;
	text-decoration: underline;
}

.foot_address a:hover {
	color: #888888;
	text-decoration: none;
}


.footnavi a:link,
.footnavi a:visited {
	color: #333333;
	text-decoration: underline;
}

.footnavi a:hover {
	color: #888888;
	text-decoration: none;
}

.footnavi ul,
.footnavi li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.2em;
}

.footnavi li {
	padding-top: 4px;
	padding-bottom: 4px;
}

.footnavi li:before {
	content: "●";
	color: #F8B200;
	font-size: 11px;
	padding-right: 0.4em;
}

.footnavi ul li ul li:before {
	content: "";
}

.footnavi ul li ul {
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 0.4em;
	padding-left: 1.5em;
	border-left: 1px solid #cccccc;
}

a.nolink {
	pointer-events: none;
}

/* ipad pc ---*/
@media screen and (min-width:768px) {
	.sp_only {
		display: none !important;
	}
}

/* sp --- */
@media (max-width:767px) {
	.pc_only {
		display: none !important;
	}
}


/*page------------------------------------*/
.main_content {
	width: 1080px;
	margin-top: 0;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

h1.page-title {
	color: #000000;
	font-size: 24px;
	line-height: 1.2em;
	border-bottom: 3px solid #01438F;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 15px;
}

h1.ctg-title {
	text-align: center;
	color: #333333;
	font-size: 24px;
	line-height: 1em;
	margin-top: 50px;
	margin-bottom: 50px;
}

h1.ctg-title span {
	position: relative;
	display: inline-block;
	padding: 0 15px;
}

h1.ctg-title span::before, h1.ctg-title span::after {
	position: absolute;
	content: '';
	top: 50%;
	width: 40px;
	height: 2px;
	background-color: #34A2DC;
}

h1.ctg-title span::before {
	left: 100%;
}

h1.ctg-title span::after {
	right: 100%;
}


/*solution*/
.solution_category strong {
	color: #E35252;
	font-weight: bold;
}

.mainbox {
	border-left: 10px solid #E0EFFB;
	border-top: 10px solid #E0EFFB;
	border-right: 10px solid #BDDAF2;
	border-bottom: 10px solid #BDDAF2;
}

.mainbox_inner {}

.example ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.example ul li {
	list-style-type: none;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 5px solid #BDDAF2;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #01438F;
	font-size: 20px;
	line-height: 1em;
}


@media (max-width:1080px) {
	.main_content {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
		margin-bottom: 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width:767px) {

	/*SP*/
	.main_content {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	h1.page-title {
		font-size: 20px;
		margin-bottom: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	h1.ctg-title {
		font-size: 16px;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.example ul li {
		border: 4px solid #BDDAF2;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 4px;
		padding-bottom: 6px;
		font-size: 16px;
		line-height: 1em;
	}
}


/* table ------------*/
table.tablebox {
	line-height: 1.6em;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}

.tablebox td, .tablebox th {
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.tablebox th {
	text-align: left;
	border-right-style: none;
	background-color: #F8F8F8;
	font-weight: normal;
}

.tablebox.td-color th {
	border-right-style: none;
	background-color: #EFFAFC;
}

.tablebox .txt-hosoku {
	padding-top: 8px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666666;
}

@media (max-width:767px) {

	/*SP*/
	/* table ------------*/
	table.tablebox {
		line-height: 1.6em;
		font-size: 14px;
	}

	.tablebox td, .tablebox th {
		padding: 8px;
	}

	.tablebox.td-block th {
		border-right: 1px solid #DDDDDD;
		border-bottom-style: none;
	}

	.td-block td, .td-block th {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}


/* form ---------------------- */
.wide-S {
	width: 80px;
}

.wide-M {
	width: 300px;
}

.wide-L {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btnbox {
	text-align: center;
	padding: 15px;
	clear: both;
}

.btnbox input {
	font-size: 1.1em;
	letter-spacing: 0.2em;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

.hissu {
	color: #FFFFFF;
	background-color: #D45C62;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	border-radius: 4px;
	letter-spacing: 0.2em;
	line-height: 1em;
	display: inline;
	float: right;
	margin-top: 5px;
}

.msg {
	color: #FF0000;
}

.hosoku {
	font-size: 0.9em;
	color: #777;
}

.formbox input {
	padding: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.formbox textarea {
	padding: 10px;
}

.formbox select {
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
}


@media (max-width:767px) {

	/*SP*/
	.wide-S {
		width: 80px;
	}

	.wide-M {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.wide-L {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.formbox input {
		font-size: 16px;
	}

	.formbox textarea {
		font-size: 16px;
	}

	.hissu {
		margin-top: 2px;
	}

}


/*sitemap*/
.sitemap_box ul,
.sitemap_box ul li {
	padding: 0;
	margin: 0;
}

.sitemap_box ul {
	margin-left: 20px;
	margin-right: 20px;
}

.sitemap_box ul li {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #E7E7E7;
	list-style-position: outside;
}

.sitemap_box ul li ul li {
	border-top: none;
}



@media (max-width:767px) {

	/*SP*/
	.sitemap_box ul {
		margin-left: 20px;
		margin-right: 10px;
		font-size: 14px;
		line-height: 1.4em;
	}

	.sitemap_box ul li {
		padding-top: 8px;
		padding-bottom: 8px;
		border-top: 1px solid #E7E7E7;
	}

	.sitemap_box a {
		display: block;
	}
}

.post-content__single a {
	color: #34A2DC;
	text-decoration: underline;
}

.post-content__single a:hover {
	text-decoration: none;
}


.pagination {
	display: flex;
	justify-content: center;
	margin: 24px 0;
}

.pagination a, .pagination span {
	color: #0098E1;
	/* ボタンのテキストカラー */
	padding: 6px 12px;
	margin: 0 5px;
	border: 1px solid #0098E1;
	/* ボタンの枠線カラー */
	text-decoration: none;
	border-radius: 4px;
	transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover {
	background-color: #0098E1;
	color: #ffffff;
}

.pagination .current {
	background-color: #0098E1;
	color: #ffffff;
	border-color: #0098E1;
	cursor: default;
}


/*リンク画像色変え */
.opacity a img {
	display: inline-block;
}

.opacity a:hover img, .opacity a:active img {
	-moz-opacity: 0.85;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

/* 2025イベントページのコンタクトナビを非表示に */
body.page-id-5834 .btm_fix_nav {
	display: none;
}

body.page-id-5834 footer#main_footer {
	padding: 0;
}




/* イベントページ　アーティストモーダル****************************** */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 100;
}

.modal:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.2em;
}

.modal.is-active {
	opacity: 1;
	visibility: visible;
}

/* ボタン部分 */

.artist-setting {
	display: flex;
	flex-wrap: wrap;
}

.artist-setting__btn {
	width: 20%;
	padding: 12px;
}

.artist-setting__btn h3 {
	text-align: center;
	font-size: 14px;
	padding: 0;
	margin: 4px 0;
	line-height: 1.4em;
}


/* モーダルを閉じるボタンの指定 */
.modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #34A2DC;
	border-radius: 50%;
	cursor: pointer;
}

.modal-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 860px;
	width: 90%;
	background-color: #ffffff;
	padding: 20px;
}

.modal-content {
	background: #fff;
	text-align: left;
	line-height: 1.8em;
	padding: 20px;
}

.modal-contents h2 {
	width: 100%;
	color: #2c1c06;
	background-color: #edce38;
	margin: 0 0 20px 0;
	padding: 12px;
	font-size: 18px;
	border-radius: 8px;
}

.modal-contents__outer {
	display: flex;
	justify-content: space-between;
}

.modal-contents__left {
	width: 40%;
}

.modal-contents__right {
	width: calc(60% - 30px);
}

.modal-contents__right .artist-detail {
	text-align: left;
}

.modal-contents__right .artist-detail h3 {
	font-size: 14px;
	margin: 0 0 8px 0;
	padding: 2px 8px;
	background-color: #fcf4e9;
	border-bottom: 2px dashed #c0a682;
}

.modal-contents__right .artist-detail .artist-detail__inner {
	margin: 0 12px 20px 0;
	font-size: 14px;
}

a.more_link {
	display: inline-block;
	background-color: #34a2dc;
	color: #fff;
	text-decoration: none;
	padding: 2px 40px 3px;
	border-radius: 25px;
}

a.more_link:hover {
	background-color: #6abae6;
}

@media (max-width:767px) {

	/*SP*/
	/* ボタン部分 */

	.artist-setting__btn {
		width: 50%;
		padding: 12px;
	}

	.artist-setting__btn h3 {
		font-size: 12px;
		padding: 0;
		margin: 4px 0;
		line-height: 1.4em;
	}

	.modal-contents__outer {
		flex-wrap: wrap;
	}

	.modal-contents__left {
		width: 80%;
		margin: 0 auto 20px auto;
	}

	.modal-contents__right {
		width: 100%;
	}
	.modal-contents h2 {
		padding: 8px;
		font-size: 16px;
	}
}