@charset "UTF-8";

/*================================================================
# 共通スタイル
================================================================ */
.sp {
	display: none;
}

@media screen and (max-width: 640px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*================================================================
# 特集1
================================================================ */
.suggestion {
	margin: 60px 0 0;
}

.suggestion-title {
	width: 100px;
	height: 50px;
	padding: 10px 0 0;
	border-radius: 9999px 9999px 0 0;
	background: #f6ac19;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.suggestion-title:before {
	width: 25px;
	height: 21px;
	background: url(../images/n_toku01_suggestion-title.png) no-repeat center top / contain;
	position: absolute;
	content: "";
	top: -15px;
	right: 5px;
}

.suggestion p {
	margin: 10px 0 0;
}

.implementation {
	margin: 30px 0 0;
}

.implementation-title {
	width: 100px;
	height: 50px;
	margin: 0;
	padding: 10px 0 0;
	border-radius: 9999px 9999px 0 0;
	background: #e9473f;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight: 600;
	line-height: 1;
	color: #fff;
}

.implementation-title:before {
	width: 25px;
	height: 21px;
	background: url(../images/n_toku01_implementation-title.png) no-repeat center top / contain;
	position: absolute;
	content: "";
	top: -15px;
	right: 5px;
}

.implementation p {
	margin: 10px 0 0;
}

/*================================================================
# 特集2
================================================================ */
.toku02_h2 span {
	display: flex;
	gap: 10px;
}

.toku02_h2 span b {
	width: 146px;
	padding: 5px 10px;
	border-radius: 10px 10px 0 0;
	background: #8cbe51;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	letter-spacing: 0.01em;
}

.toku02_h2.gr span b {
	background: #12b8d6;
}

.ttl_u_bar.toku02_h2.gr .kessan {
	font-size: clamp(3rem, 4vw, 3.8rem);
	letter-spacing: 0.2em;
}

.toku02_h2 span b>span:first-of-type {
	font-size: 1.6rem;
}

.toku02_h2.gr {
	color: #12b8d6;
}

.toku02_h2 span strong {
	width: calc(100% - 156px);
	display: flex;
	align-items: center;
}

.toku02_yosan_warp {
	width: 335px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 15px 5px 15px;
	border: 2px solid #555;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.toku02_sai {
	width: 100%;
	border-radius: 10px;
	background: #ffff55;
	text-align: center;
	letter-spacing: 0.5em;
}

.toku02_col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.toku02_col2_box {
	width: 48%;
}

.toku02_col2_box.w100 {
	width: 100%;
}

.toku02_wrap,
.toku02_col2_box.wrap {
	margin-top: 40px;
	padding: 20px;
	border: 3px solid #8cbe51;
	border-radius: 15px;
}

.toku02_wrap.gr,
.toku02_col2_box.wrap.gr {
	border-color: #12b8d6;
}

.toku02_h3 {
	font-size: clamp(2rem, 2vw, 3rem);
	font-weight: bold;
	color: #8cbe51;
}

.toku02_wrap.gr,
.toku02_col2_box.wrap.gr .toku02_h3 {
	color: #12b8d6;
}

.toku02_wrap_yen {
	display: flex;
	justify-content: flex-end;
}

.toku02_kiban .ttl_bg_gy {
	margin-bottom: 20px;
	color: #12b8d6;
}

.toku02_pnk {
	width: 90px;
	height: 90px;
	padding: 10px;
	border-radius: 54px;
	background: #7dba54;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
	text-align: center;
}

.toku02_kiban h4 {
	height: clamp(80px, 9vw, 90px);
	display: flex;
	justify-content: center;
	font-size: clamp(2rem, 2vw, 2.4rem);
	font-weight: bold;
	line-height: 1.4;
	color: #12b8d6;
	text-align: center;
	margin-block: 10px;
}

.toku02_h2 span b>span:last-of-type {
	font-size: 1.8rem;
}

.inner_box .toku02_yosan {
	font-size: clamp(3rem, 3vw, 3rem);
	font-weight: bold;
	color: #8cbe51;
	text-decoration-color: #ffff55;
	text-decoration-thickness: 20px;
	text-underline-offset: -0.3em;
	text-decoration-skip-ink: none;
}

.toku02_posi {
	position: relative;
}

.toku02_yume {
	position: absolute;
	top: -15px;
	right: 0;
}

.toku02_days {
	position: absolute;
	top: -15px;
	right: 0;
}

.toku02_tag .tag {
	width: 60px;
	height: 26px;
	margin-top: 0;
	margin-right: 5px;
	padding: 0 2px;
	background: #df3686;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #fff;
}

.toku02_tag .tag.new {
	background: #5bbecf;
}

.toku02_tag {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.toku02_tag .txt {
	width: calc(100% - 70px);
	font-size: clamp(1.8rem, 1vw, 1.5rem);
	font-weight: 600;
	line-height: 1.4;
}

.toku02_col2_wrap {
	width: 46%;
}

.n_toku02_ck {
	width: 1.5em;
	margin-right: 0.4em;
	vertical-align: bottom;
}

.line_ul ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}

.line_ul {
	padding: 15px 30px;
	border: solid 2px #01a75d;
	border-radius: 10px;
	background: #fff;
}

.line_ul p {
	text-align: right;
}

.fuki {
	margin: 20px 0 0 -20px;
	display: flex;
}

.fuki li {
	width: calc(40% - 40px);
	margin: 0 0 0 40px;
}

.fuki .img {
	width: 154px;
	margin: 0;
	list-style: none;
}

@media screen and (max-width: 640px) {
	.fuki {
		margin: 20px 0 0 20px;
		display: block;
	}

	.fuki li {
		width: auto;
		margin: 0;
	}

	.fuki .img {
		margin: 0;
	}

	.sp-img,
	.fuki .sp-img {
		margin: 10px auto 0;
	}
}

.fuki02 {
	margin: 20px 0 0 -20px;
	display: flex;
}

.fuki02 li {
	width: calc(50% - 40px);
	margin: 0 0 0 40px;
}

.fuki02 .img {
	width: 154px;
	margin: 0 0 0 16px;
	list-style: none;
	flex: 0 0 153px;
}

@media screen and (max-width: 640px) {
	.fuki02 {
		margin: 20px 0 0 20px;
		display: block;
	}

	.fuki02 li {
		width: auto;
		margin: 10px 0 0;
	}

	.fuki02 .img {
		margin: 10px auto;
	}
}

.toku02_container {
	display: flex;
}

@media screen and (max-width: 640px) {
	.toku02_container {
		flex-direction: column;
	}
}

.toku02_container02 {
	margin: 20px 0 0 -20px;
	display: flex;
}

.toku02_container02 li {
	margin: 0 0 0 40px;
}

.toku02_container02 .img {
	width: 144px;
	list-style: none;
	flex: 0 0 144px;
}

@media screen and (max-width: 640px) {
	.toku02_container02 {
		flex-direction: column;
	}

	.toku02_container02 .img {
		margin: 10px auto 0;
	}
}

.toku02_yen {
	padding: 6px 10px 5px;
	border: 1px solid #8cbe51;
	border-radius: 0 10px 0 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: clamp(2rem, 2vw, 2.4rem);
	font-weight: 600;
	line-height: 1;
	color: #8cbe51;
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3em;
}

.section02 .toku02_yen {
	width: 194px;
	height: 38px;
	padding: 6px 10px 7px;
	border: 0;
	border-radius: 0;
	background: url(../images/n_corner.png) no-repeat center top / contain;
}

.toku02_yen span {
	margin: 0 0 3px;
	padding: 0 4px;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
}

.section01 .toku02_h3 {
	color: #000;
}

.toku02_block_bl .toku02_h3 strong,
.toku02_block_gr .toku02_h3 strong,
.toku02_block_or .toku02_h3 strong,
.toku02_block_pu .toku02_h3 strong,
.toku02_block_br .toku02_h3 strong {
	font-size: clamp(3rem, 2.8vw, 4rem);
}

.toku02_bl,
.toku02_block_bl .toku02_h3 strong,
.toku02_block_bl .toku02_yen {
	color: #12b8d6;
}

.toku02_gr,
.toku02_block_gr .toku02_h3 strong,
.toku02_block_gr .toku02_yen {
	color: #22ac38;
}

.toku02_or,
.toku02_block_or .toku02_h3 strong,
.toku02_block_or .toku02_yen {
	color: #f08a44;
}

.toku02_pu,
.toku02_block_pu .toku02_h3 strong,
.toku02_block_pu .toku02_yen {
	color: #994f8b;
}

.toku02_br,
.toku02_block_br .toku02_h3 strong,
.toku02_block_br .toku02_yen {
	color: #624930;
}

.toku02_col2_box.wrap.toku02_block_bl,
.toku02_col2_box.wrap.toku02_block_bl .toku02_yen {
	border-color: #12b8d6;
}

.toku02_col2_box.wrap.toku02_block_gr,
.toku02_col2_box.wrap.toku02_block_gr .toku02_yen {
	border-color: #22ac38;
}

.toku02_col2_box.wrap.toku02_block_or,
.toku02_col2_box.wrap.toku02_block_or .toku02_yen {
	border-color: #f08a44;
}

.toku02_col2_box.wrap.toku02_block_pu,
.toku02_col2_box.wrap.toku02_block_pu .toku02_yen {
	border-color: #994f8b;
}

.toku02_col2_box.wrap.toku02_block_br,
.toku02_col2_box.wrap.toku02_block_br .toku02_yen {
	border-color: #624930;
}

@media screen and (max-width: 640px) {
	.toku02_col2_wrap {
		width: 100%;
	}

	.toku02_h2 span {
		flex-direction: column;
	}

	.toku02_h2 span strong {
		width: 100%;
	}

	.toku02_yosan_warp {
		width: 290px;
	}

	.toku02_col2 {
		flex-direction: column;
	}

	.toku02_col2_box {
		width: 100%;
	}

	.inner_box .toku02_yosan {
		font-size: clamp(2.7rem, 2.5vw, 2.7rem);
	}

	.toku02_col2_wrap:first-of-type {
		margin-bottom: 20px;
	}
}

/*================================================================
# クローズアップ京都府
================================================================ */
.inner_box .col2_txt {
	padding: 0;
}

.inner_box .close_up_h2 a {
	text-decoration: none;
}

/*================================================================
# 気になる地域HOT情報
================================================================ */
@media screen and (min-width: 769px) {
	.event_box {
		display: flex;
		align-items: center;
	}

	.event_box .img_cap:nth-child(1) {
		margin-left: 0;
	}

	.event_box .img_cap {
		margin-left: 30px;
	}
}

@media screen and (max-width: 640px) {
	.event_box .img_cap {
		margin-bottom: 30px;
	}

	.event_box .img_cap img {
		width: 100%;
	}

	.col2_73.toku01_flex .txt,
	.inner_box .col2_73.toku01_flex .img {
		width: 100%;
	}

	.col2_73.toku02_flex .txt,
	.inner_box .col2_73.toku02_flex .img {
		width: 100%;
	}

	.col2_73.toku02_flex .txt {
		margin-top: 5%;
		margin-left: 0px;
	}

	.flex.flex2 {
		display: flex;
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	.flex.flex2 .img {
		margin-left: 0px;
	}

	.flex.flex3 {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
}

/*================================================================
# 府警あんぜん広場
================================================================ */
.fukei_boushi li {
	font-size: 2.4rem;
	text-decoration: underline;
	text-decoration-color: #ff0;
	text-decoration-thickness: 8px;
	text-underline-offset: 0.08em;
}

.fukei_sec1_container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.fukei_sec1_container img {
	max-width: 100%;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.fukei_sec1_container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 20px;
	}
}

.fukei_sec1_container .text {
	text-align: center;
}

.fukei_sec1_container .img {
	margin: 20px 0 0;
	text-align: center;
}

.fukei_sec2_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.fukei_tel {
	font-size: 1.5em;
}

/*================================================================
# 暮らしガイド
================================================================ */
.kurashi_box.gekkan .toi {
	margin: 10px 0 0;
}

.pickup.addh2 {
	max-width: 1050px;
	margin: 70px auto 0;
}

.pickup.addh2 p {
	padding: 0 1em;
	position: relative;
	display: inline-block;
	color: #4c912b;
}

.pickup.addh2 p::before {
	width: 1em;
	height: 1px;
	background-color: #4c912b;
	position: absolute;
	content: "";
	top: 0.7em;
	left: 0;
	display: block;
	transform: rotate(50deg);
}

.pickup.addh2 p::after {
	width: 1em;
	height: 1px;
	background-color: #4c912b;
	position: absolute;
	content: "";
	top: 0.7em;
	right: 0;
	display: block;
	transform: rotate(-50deg);
}

.tag .info {
	padding: 0;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #da4444;
}

.kurashi_h1 {
	margin: 8px 0 16px;
	border-bottom: 1px solid #4c912b;
	font-size: 3rem;
	font-weight: bold;
	color: #4c912b;
	letter-spacing: 0.2em;
}

.kurashi_h1>span {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 0 10px;
	display: block;
	letter-spacing: 0.2em;
}

.kurashi_box .ttl_u_bar>span {
	padding: 0 0 10px;
}

@media screen and (max-width: 640px) {
	.kurashi_h1 {
		font-size: 2.4rem;
	}
}

.kurashi_box.tv .ttl_u_bar {
	margin: 8px 0 16px;
}

.kurashi_box.tv .ttl_left_bar {
	border-left-color: #751485;
}

.kurashi_box.tv .ttl_left_yoko::before {
	background-color: #751485;
}

.n_kurashi_event_illust01 {
	max-width: 1050px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.n_kurashi_event_illust01 img {
		width: 100%;
		height: auto;
	}
}

/*================================================================
# その他のお知らせ
================================================================ */
.mgt0 {
	margin-top: 0;
}

.other-notice.pickup p {
	color: #751485;
}

.other-notice.pickup p::before {
	background-color: #751485;
}

.other-notice.pickup p::after {
	background-color: #751485;
}