@charset "utf-8";

* {
	zoom: 1;
}

ul,
ol,
li {
	zoom: normal;
}

#area-body {
	font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: left;
}

/* #area-body a:hover img { opacity: 0.8;} */

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.spB10 {
	margin-bottom: 10px;
}

.spB20 {
	margin-bottom: 20px;
}

.top_ttl_under {
	margin: 25px 0 40px;
}

.area-body-inner-full {
	width: 100%;
}

.area_inner_noimg {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------

customize

----------------------*/
#area-body {
	font-size: 16px;
}

#dekamori-2511 {
	position: relative;
}

#dekamori-2511 *,
#dekamori-2511 *::before,
#dekamori-2511 *::after {
	box-sizing: border-box;
}

#dekamori-2511 {
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.5;
	color: #000;
}

#dekamori-2511 .cp_wrap {
	margin-bottom: -1px;
}

#dekamori-2511 a {
	transition: .2s;
}

#dekamori-2511 a:hover {
	opacity: .8;
}

#dekamori-2511 img {
	width: 100%;
}

#dekamori-2511 ul {
	list-style-type: none;
}

#dekamori-2511 .inr {
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	max-width: 1480px;
}



/*----------------------

contents

----------------------*/
#dekamori-2511 .bg_wrap {
	background-color: rgba(230, 40, 46, .7);
	padding: 10px 30px 20px;
}

#dekamori-2511 .cp_wrap .icon {
	display: none;
}

#dekamori-2511 .subttl img {
	display: block;
	max-width: 420px;
	margin: 0 auto;
}

#dekamori-2511 .item_list {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

#dekamori-2511 .item_list>li {
	background-color: #fffbd6;
	border-radius: 20px;
	width: 32.5%;
}

#dekamori-2511 .item_list img {
	margin-top: -35px;
}

#dekamori-2511 .entry_ttl {
	color: #96050f;
	font-weight: bold;
	;
	text-align: center;
	margin-bottom: 5px;
}

#dekamori-2511 .entry_list {
	padding: 0 5px 10px;
}

#dekamori-2511 .entry_list a {
	background-color: #ffeb5b;
	border: 3px solid #96050f;
	border-radius: 40px;
	color: #96050f;
	display: block;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-size: clamp(16px, 1.6vw, 24px);
	font-weight: bold;
	padding: 15px 12%;
	text-align: center;
	position: relative;
	filter: drop-shadow(0 2px 0 #96050f);
}

#dekamori-2511 .entry_list a::after {
	content: '';
	display: block;
	width: 10px;
	height: 13px;
	background-image: url(../img/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8%;
}

@media (hover: hover) {
	#dekamori-2511 .entry_list a:hover {
		text-decoration: none;
		background-color: #ffcba0;
	}
}

#dekamori-2511 .detail .subttl {
	background-color: #fff5df;
	border: 2px solid #f4b93b;
	border-bottom: none;
	margin-top: 10px;
	padding: 5px;
}

#dekamori-2511 .detail_wrap {
	background-color: #fff;
	border: 2px solid #f4b93b;
	border-top: none;
	font-size: 75%;
	line-height: 1.6;
	padding: 0 20px 10px;
	word-break: break-all;
	display: flex;
	justify-content: space-between;
}

#dekamori-2511 .detail_wrap>.left {
	width: 48%;
}

#dekamori-2511 .detail_wrap>.right {
	width: 50%;
}

#dekamori-2511 .detail_wrap {
	text-align: justify;
}

#dekamori-2511 .detail_wrap h3:not(:first-child) {
	border-top: 2px dotted #f4b93b;
	margin-top: 10px;
}

#dekamori-2511 .detail_wrap h3 {
	display: flex;
	align-items: center;
	line-height: 1.0;
	font-size: 120%;
	padding: 15px 0 5px;
}

#dekamori-2511 .detail_wrap h3::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: #f4b93b;
	border-radius: 50%;
	margin-right: 5px;
}


#dekamori-2511 .detail_wrap li {
	margin-top: 3px;
	text-align: justify;
	position: relative;
	padding-left: 1.0em;
}

#dekamori-2511 .detail_wrap li::before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#dekamori-2511 .detail_wrap li.kome::before {
	content: '※';
}

#dekamori-2511 .detail_wrap .num {
	padding-left: 1.0em;
}

#dekamori-2511 .detail_wrap .num li::before {
	content: '';
}

#dekamori-2511 .detail_wrap .num li {
	padding-left: 1em;
	text-indent: -1em;
}

#dekamori-2511 .detail_wrap a {
	color: #e6282e;
	text-decoration: underline;
}

#dekamori-2511 .detail_wrap .new_tab::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(../img/icon_tab.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 2px;
}



/*----------------------
sns
----------------------*/
#dekamori-2511 .bnr_area ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	width: calc(100% - 80px);
}

#dekamori-2511 .bnr_area .bnr_l,
#dekamori-2511 .bnr_area .bnr_s {
	width: 33%;
}

#dekamori-2511 .sns_inr {
	width: 75%;
	/* max-width: 980px; */
}

#area-body .sns_area {
	border: 5px solid #d8c98e;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	width: 100%;
	padding: 20px 50px;
	text-align: center;
	font-weight: bold;
	margin: 25px 0 35px 0;
	font-size: 16px;
}

#area-body .sns_area a:hover {
	opacity: .8;
}

#area-body .sns_area>div {
	margin: 0 5%;
}

#area-body .sns_area h2 {
	color: #000;
	font-size: 100%;
}

.btm_snsBox {
	border: 5px solid #d8c98e;
	padding: 20px;
	margin-top: 50px;
}

#area-body .sns_area ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

#area-body .sns_area ul li {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 10px 0 10px;
	padding: 0;
	/* *display: inline;
	*zoom: 1; */
}

/* 20231020:追記 */
#area-body .area_inner {
	width: 100%;
}