/* base.cssに記載 */
body {background-color: #feedff !important;}

/* 共通・detail用に上書き */
#portal_title{
display: block;
margin: 0;
width: 100%;
}
#portal_title > a{
text-decoration: none !important;
}
#portal_title h1{
width: 100%;
}
/*パンくずリスト----------------------------------*/
nav.panlist{
color: #484848;
padding: 4px 0;
width: 100%;
}
nav.panlist a{
color: #484848;
}
nav.panlist strong{
font-weight:normal;
}
nav.panlist ol {
color:#484848;
display: flex;
white-space: nowrap;
font-size: min(0.7em,2.4vw);
list-style: none;
line-height:1.5;
margin: 0 auto;
padding: 0;
max-width: 1270px;
width: 98%;
}
nav.panlist li + li::before {
content: ">";
margin: 0 0.5em;
}
#sns_button {
margin-top: 30px;
}
.onlyPc {display: block;}
.onlySp {display: none;}

/* 個別css */
#detail_main {
display: flex;
justify-content: space-between;
margin: 2% auto 0;
width: 1160px;
}
#detail_main h2 {
font-size: min(1.7em,5.0vw);
line-height: 1.7;
text-align: left;
margin: 0 auto 2%;
width: 100%;
}
h3 {
margin-bottom: 20px;
}
/* left ---------------------------- */
#left {
background-color: #fff;
box-sizing: border-box;
padding: 25px 90px 40px;
width: 72%;
}
#left .imgArea {
margin-bottom: 35px;
}
#left .imgArea img {
height: auto;
vertical-align: bottom;
width: 100%;
}
#left .txtArea {
line-height: 1.7;
text-align: left;
}

/* right ---------------------------- */
#right {
box-sizing: border-box;
height: max-content;
width: 26%;
}
#right .block{
background-color: #fff;
/*margin: 20px auto 0; 広告ない間は削除*/
padding: 25px 20px;
}
#right #event_list_now {
margin: 0 auto;
text-align: left;
width: 100%;
}
#right #event_list_now ul {
margin: 0;
padding: 0;
}
#right #event_list_now li {
list-style-type: none;
margin: 0 0 15px;
}
#right #event_list_now li a {
color: #9a00a8;
display: inline-block;
line-height: 1.4;
margin-left: 15px;
}
#right #event_list_now li .eve_date {
margin: 0 0 1%;
}
#sns_button {
text-align: center;
padding-bottom: 2%;
}
#sns_button img {
height: 40px !important;
width: 40px !important;
margin: 0.5%;
}

.event_top_btn {
display: block;
font-size: 1rem;
font-weight: bold;
margin: 0 auto;
text-decoration: none !important;
transition: 0.2s all;
/*width: fit-content;*/
width: auto;
}
.event_top_btn::before{
content: "＜";
margin: 0 2% 0 0;
}
.event_top_btn:hover {
text-decoration: underline !important;
}
.shousai_btn {
background: linear-gradient(90deg, #c12bd4, #f470aa);
box-shadow: 0 0 10px rgba(43, 22, 41, 0.4);
color: #fff !important;
border-radius: 10px;
display: block;
font-size: 1.4rem;
font-weight: bold;
margin: 30px auto;
padding: 15px;
text-align: center;
text-decoration: none !important;
transition: 0.2s opacity;
width: 300px;
}
.shousai_btn:hover {
opacity: 0.8;
}
/* ------------------------------------------------ */
/* イベント項目装飾テンプレ */
h4.event_item_title {
border-bottom: 1px solid #323232;
font-weight: bold;
line-height: 1.7;
padding: 0 0 3px 3px;
}
p.event_item_text {
line-height: 1.7;
margin-bottom: 35px;
padding: 5px 0 0 3px;
}

/* SP  -------------------------------------------------- */
@media screen and (max-width:640px) {
	/* 共通・detail用に上書き */
	#portal_header{
	width: 100%;
	}
	#sns_button {
	margin: 20px auto;
	}
	.onlyPc {display: none;}
	.onlySp {display: block;}
	h1 {
	font-size: 1.4rem;
	margin: 0 auto 20px;
	text-align: left;
	}
	/* 個別css */
	#detail_main {
	display: block;
	margin: 0 auto;
	max-width: 744px;
	width: 95%;
	}
	#left {
	margin-bottom: 30px;
	padding: 20px 20px 30px;
	width: 100%;
	}
	#left .imgArea {
	margin-bottom: 30px;
	text-align: center;
	}
	#left .imgArea img {
	max-width: 500px;
	}
	#left .txtArea {
	word-wrap: break-word;
	}

	/* right ---------------------------- */
	#right {
	width: 100%;
	}
	#right .block{
	margin: 25px auto 0;
	}
	#right #event_list_now {
	word-wrap: break-word;
	}
	#right #event_list_now li {
	margin-bottom: 25px;
	}
	.shousai_btn {
	padding: 10px 15px;
	width: 80%;
	}
	.event_top_btn:hover {
	opacity: 0.8;
	}
}