@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;
	/* border-bottom: 0.4vw solid #c0c0c0; */
}

#dekamori-2511 .cp_wrap {
	/* background-color: #000; */
}

#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: 90%;
	max-width: 700px;
}



/*----------------------

contents

----------------------*/
#dekamori-2511 h1 {
	margin: 0;
}

#dekamori-2511 .cp_wrap .icon {
	display: none;
}

#dekamori-2511 .subttl {
	background-color: #f9d154;
	margin-top: 10px;
	padding: 0 10px;
}

#dekamori-2511 .subttl img {
	display: block;
	max-width: 700px;
	margin: 0 auto;
}

#dekamori-2511 .term .subttl {
	margin-top: 0;
}

#dekamori-2511 .term p {
	padding: 5px 0 0;
}

#dekamori-2511 .item_list {
	margin-top: 8vw;
}

#dekamori-2511 .item_list li {
	background-color: #fffbd6;
	border-radius: 20px;
	margin-top: 5vw;
}

#dekamori-2511 .item_list img {
	margin-top: -7vw;
}

#dekamori-2511 .entry_list {
	margin-top: 10px;
}

#dekamori-2511 .entry_list li {
	margin-top: 5px;
}

#dekamori-2511 .entry_list a {
	background-color: #fffbd6;
	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-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%;
}

#dekamori-2511 .detail {
	padding-bottom: 20px;
}

#dekamori-2511 .detail_wrap {
	background-color: #fff;
	border: 2px solid #f4b93b;
	font-size: 75%;
	line-height: 1.6;
	margin-top: 10px;
	padding: 0 10px 10px;
	word-break: break-all;
}

#dekamori-2511 .detail_wrap {
	text-align: justify;
}

#dekamori-2511 .detail_wrap h3:not(:first-child) {
	border-top: 2px dotted #f4b93b;
	margin-top: 5px;
}

#dekamori-2511 .detail_wrap h3 {
	display: flex;
	align-items: center;
	line-height: 1.0;
	font-size: 120%;
	padding: 10px 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
----------------------*/
.bnr-tokuhapi {
	position: relative;
	padding-top: 25px;
	width: 89.333333333332vw;
	margin: 0 auto;
}

.bnr-tokuhapi img {
	width: 100%;
}

.bnr-tokuhapi p {
	position: absolute;
	font-size: 5vw;
	color: #ffffff;
	line-height: 1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.bnr_area {
	text-align: center;
	font-weight: bold;
	margin: 8.66666667vw 0 35px 0;
}

.bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0;
	list-style: none;
}

.bnr_area ul li {
	display: inline-block;
	letter-spacing: 0;
	margin: 1%;
	padding: 0;
	width: 48%;
}

.bnr_area h2 {
	color: #000;
	font-size: 2.5vw;
	margin-bottom: 5px;
}

.bnr_area div {
	width: 70%;
	flex-direction: column;
	flex-grow: 1;
	display: flex;
	margin: 0 auto;
}

.sns_share ul,
.sns_official ul {
	justify-content: space-between;
	margin: 0 auto;
}

.bnr_area .sns_share ul li,
.bnr_area .sns_official ul li {
	width: 26%;
}