@charset "UTF-8";

/* ---------------------------------------
  pagettl
-----------------------------------------*/
#pagettl {
	background-image: url(../img/topics/pagettl_pc.jpg);
}

@media screen and (max-width: 767px) {
	#pagettl {
		background-image: url(../img/topics/pagettl_sp.jpg);
	}
}

/* ---------------------------------------
  topics
-----------------------------------------*/


#sec_topics .wrap,
#sec_topics_detail .wrap {
	width: 792px;
}

@media screen and (max-width: 767px) {

	#sec_topics .wrap,
	#sec_topics_detail .wrap {
		width: 84%;
	}
}


/* topics_list
--------------------------------*/
#sec_topics {
	padding: 100px 0 20px;
}

.topics_list .item {
	border-bottom: 1px dashed #000000;
}

.topics_list .item a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 24px 0;
	transition: .3s ease;
}


.topics_list .item .date {
	flex: 0 0 auto;
	width: 7em;
	line-height: 1.3125;
	margin-right: 18px;
}

.topics_list .item .cate {
	line-height: 1;
}

.topics_list .item .cate span {
	display: inline-block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 1.5em;
	background-color: #f1f3ef;
	margin-right: 5px;
	margin-bottom: 5px;
}

.topics_list .item .ttl {
	width: 100%;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
	.topics_list .item a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 767px) {
	#sec_topics {
		padding: 10rem 0 3rem;
	}

	.topics_list .item a {
		padding: 5.5rem 0 3.5rem;
	}

	.topics_list .item .date {
		margin-right: 3rem;
	}

	.topics_list .item .cate span {
		font-size: 2.1rem;
		margin-right: 1rem;
		margin-bottom: 1rem;
	}

	.topics_list .item .ttl {
		font-size: 2.6rem;
		letter-spacing: 0;
		margin-top: .5em;
	}

}

/* pagenavi
--------------------------------*/

.wp-pagenavi {
	margin: 70px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span {
	position: relative;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4d4d4d;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0;
	background-color: transparent;
	border-radius: 50%;
	margin: 0 8px;
	transition: .3s ease;
}

.wp-pagenavi span.current {
	color: #000;
	background-color: #f1f3ef;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	width: 66px;
	color: transparent !important;
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 2.99px 2.99px 4.98px rgba(0, 0, 0, 0.2);
	margin: 0 30px;
}

.wp-pagenavi .nextpostslink {
	margin-right: 0;
}

.wp-pagenavi .previouspostslink {
	margin-left: 0;
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
	content: "";
	width: 10px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	transition: .3s ease;
}

.wp-pagenavi .nextpostslink::before {
	background-image: url(../img/common/ico_arw.svg);
	right: 25px;
}

.wp-pagenavi .previouspostslink::before {
	background-image: url(../img/common/ico_arw2.svg);
	left: 25px;
}

@media screen and (min-width: 768px) {
	.wp-pagenavi a:hover {
		color: #000;
		background-color: #f1f3ef;
	}

	.wp-pagenavi .nextpostslink:hover,
	.wp-pagenavi .previouspostslink:hover {
		background-color: #fff;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	}

	.wp-pagenavi .nextpostslink:hover::before {
		transform: translateX(4px);
	}

	.wp-pagenavi .previouspostslink:hover::before {
		transform: translateX(-4px);
	}
}

@media screen and (max-width: 767px) {

	.wp-pagenavi {
		margin: 10rem 0 0;
		padding: 0 9rem;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 6rem;
		height: 6rem;
		font-size: 2.4rem;
		margin: 0 1.5rem 1.5rem;
	}

	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		width: 8.3rem;
		border-radius: 3rem;
		box-shadow: .45rem .45rem .75rem rgba(0, 0, 0, 0.2);
		margin: 0;
		position: absolute;
		top: calc(50% - 4rem);
	}

	.wp-pagenavi .nextpostslink {
		right: 0;
	}

	.wp-pagenavi .previouspostslink {
		left: 0;
	}

	.wp-pagenavi .nextpostslink::before,
	.wp-pagenavi .previouspostslink::before {
		width: 1.5rem;
		height: 2.25rem;
		margin-top: -1.1rem;
	}

	.wp-pagenavi .nextpostslink::before {
		right: 3.4rem;
	}

	.wp-pagenavi .previouspostslink::before {
		left: 3.4rem;
	}
}

/* detail
--------------------------------*/
#sec_topics_detail {
	padding: 100px 0 125px;
}

/*header*/
.detail .header {
	position: relative;
	padding: 10px 54px 0;
	margin-bottom: 50px;
}

.detail .header::before,
.detail .header::after {
	content: "";
	width: 19px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
}

.detail .header::before {
	background-image: url(../img/common/secttl_kakko_l.svg);
	left: 0;
	top: 0;
}

.detail .header::after {
	background-image: url(../img/common/secttl_kakko_r.svg);
	right: 0;
	bottom: 0;
}

.detail .header .info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}

.detail .header .info .date {
	flex: 0 0 auto;
	width: 7em;
	line-height: 1.3125;
	margin-right: 18px;
}

.detail .header .info .cate {
	line-height: 1;
}

.detail .header .info .cate span {
	display: inline-block;
	/*	min-width: 103px;*/
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 1.5em;
	background-color: #f1f3ef;
	margin-right: 5px;
	margin-bottom: 5px;
}

.detail .header .ttl {
	font-size: 2.4rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

/*contents*/
.detail .contents > *:first-child {
	margin-top: 0 !important;
}

.detail .contents > *:last-child {
	margin-bottom: 0 !important;
}

.detail .contents h1,
.detail .contents h2,
.detail .contents h3,
.detail .contents h4 {
	line-height: 1.6;
	letter-spacing: 0.1em;
	position: relative;
}

.detail .contents h1 {
	font-size: 2.2rem;
	padding: .564em 25px;
	margin-top: 3em;
	margin-bottom: 1.5em;
	background-color: #f9d0c5;
	border-radius: 0px 20px 0px 0px;
}

.detail .contents h2 {
	font-size: 2rem;
	padding-bottom: .25em;
	margin-top: 2em;
	margin-bottom: 2em;
	border-bottom: 4px solid #f29b8c;
}

.detail .contents h3 {
	font-size: 1.8rem;
	margin-top: 2em;
	margin-bottom: 2em;
}

.detail .contents p:not(.btn) {
	line-height: 2.125;
	letter-spacing: 0.05em;
	text-align: justify;
}

.detail .contents p + p {
	margin-top: 2.25em;
}

.detail .contents p:not(.btn) > a {
	text-decoration: underline;
	transition: .3s ease;
}

.detail .contents p img {
	display: block;
}

.detail .contents figure.img {
	margin: 60px auto;
}

.detail .contents figcaption {
	display: block;
	text-align: left;
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: .75em;
}

/*hr*/
.detail .contents hr {
	display: block;
	width: 100%;
	height: 1px;
	border: none;
	margin: 60px 0;
	border-bottom: 1px dashed #000000;
}


/*col*/
.detail .contents .col2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 70px 0;
}

.detail .contents .col2 > * {
	display: block;
	width: 385px;
	margin: 0 !important;
}

/*btnwrap*/
.detail .contents .btnwrap {
	margin: 70px 0;
}

.detail .contents .btnwrap p {
	text-align: center;
	margin-bottom: .5em;
}

.detail .contents .btnwrap .btn a {
	width: 588px;
	font-size: 1.8rem;
	padding: 1.4175em 3em;
}

.detail .contents .btnwrap .btn a::before {
	width: 15px;
	height: 21px;
	right: 26px;
}

/*box*/
.detail .contents .txtbox {
	padding: 30px 50px 30px 36px;
	background-color: #c9e8ed;
	border-radius: 0px 20px 0px 0px;
	margin: 70px 0;
}

/*link_blank*/
.detail .contents .link_blank {
	margin: 70px 0;
}

.detail .contents .link_blank p {
	text-align: center;
	margin-bottom: .5em;
}

.detail .contents .link_blank .btn a {
	text-align: left;
	line-height: 2;
	padding: 1.125em 100px 1.125em 2em;
}

.detail .contents .link_blank .btn a::before {
	content: none;
}

.detail .contents .link_blank a .ico {
	width: 18px;
	height: 18px;
	border: 3px solid #82cdd9;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -9px;
}

.detail .contents .link_blank a .ico::before {
	content: "";
	width: 14px;
	height: 16px;
	border-top: 3px solid #f29b8c;
	border-right: 3px solid #f29b8c;
	position: absolute;
	right: -8px;
	top: -8px;
	transition: .3s ease;
	will-change: transform;
}

/*video_wrap*/
.detail .contents .video_wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin: 70px 0;
}

.detail .contents .video_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/*gmap*/
.detail .contents .gmap,
.detail .contents .gmap .map-inner {
	width: 100%;
	height: 430px;
	position: relative;
	margin: 70px 0;
}

.detail .contents .gmap iframe {
	width: 100%;
	height: 100%;
}

.detail .contents .gmap .map_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.detail .contents .gmap .map_btn a {
	display: block;
	font-weight: 500;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-decoration: none;
	padding: 5px 1.5em;
	background-color: #82cdd9;
	transition: .3s ease;
}

.detail .contents .gmap .map_btn a .ico {
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	vertical-align: -.15em;
}

.detail .contents .gmap .map_btn a .ico img {
	display: inline;
}

.detail .contents .blank {
	display: block;
	height: 1rem;
	width: 100%;
}


@media screen and (min-width: 769px) {
	.detail .contents .link_blank a:hover .ico::before {
		transform: translate(3px, -3px);
	}
}

@media screen and (max-width: 768px) {
	#sec_topics_detail {
		padding: 12rem 0;
	}

	/*header*/
	.detail .header {
		position: relative;
		padding: 1.5rem 5rem 0;
		margin-bottom: 8rem;
	}

	.detail .header::before,
	.detail .header::after {
		width: 2.85rem;
		height: 3.75rem;
	}

	.detail .header .info {
		margin-bottom: 1.5rem;
	}

	.detail .header .info .date {
		margin-right: 3rem;
	}

	.detail .header .info .cate span {
		font-size: 2.1rem;
		margin-right: 1rem;
		margin-bottom: 1rem;
	}

	.detail .header .ttl {
		font-size: 3.8rem;
	}

	/*contents*/

	.detail .contents h1 {
		font-size: 3.6rem;
		padding: .564em 5rem;
		border-radius: 0px 3rem 0px 0px;
	}

	.detail .contents h2 {
		font-size: 3.3rem;
		border-bottom: .6rem solid #f29b8c;
	}

	.detail .contents h3 {
		font-size: 3rem;
	}

	.detail .contents figure.img {
		margin: 9rem auto;
	}

	.detail .contents figcaption {
		font-size: 2.1rem;
	}

	/*hr*/
	.detail .contents hr {
		margin: 9rem 0;
	}


	/*col*/
	.detail .contents .col2 {
		display: block;
		margin: 9rem 0;
	}

	.detail .contents .col2 > * {
		width: 100%;
		margin: 9rem 0 !important;
	}

	/*btnwrap*/
	.detail .contents .btnwrap {
		margin: 9rem 0;
	}

	.detail .contents .btnwrap .btn a {
		width: 100%;
		font-size: 2.7rem;
	}

	.detail .contents .btnwrap .btn a::before {
		width: 2.25rem;
		height: 3.15rem;
		right: 3.9rem;
	}

	/*box*/
	.detail .contents .txtbox {
		padding: 4.5rem 6rem;
		border-radius: 0px 3rem 0px 0px;
		margin: 9rem 0;
	}

	/*link_blank*/
	.detail .contents .link_blank {
		margin: 9rem 0;
	}

	.detail .contents .link_blank .btn a {
		padding: 1.125em 10rem 1.125em 2em;
	}

	.detail .contents .link_blank a .ico {
		width: 2.7rem;
		height: 2.7rem;
		border: .45rem solid #82cdd9;
		right: 4.5rem;
		margin-top: -1.35rem;
	}

	.detail .contents .link_blank a .ico::before {
		width: 2.1rem;
		height: 2.4rem;
		border-top: .45rem solid #f29b8c;
		border-right: .45rem solid #f29b8c;
		right: -1.2rem;
		top: -1.2rem;
		align-items:
	}

	/*video_wrap*/
	.detail .contents .video_wrap {
		margin: 9rem 0;
	}


	/*gmap*/
	.detail .contents .gmap,
	.detail .contents .gmap .map-inner {
		height: 45rem;
		margin: 9rem 0;
	}

	.detail .contents .gmap .map_btn a {
		font-size: 2.4rem;
		padding: .75rem 1.5em;
	}

	.detail .contents .gmap .map_btn a .ico {
		width: 2.4rem;
		height: 2.4rem;
		margin-right: 1.5rem;
	}
}



/* recommend
--------------------------------*/
#sec_topics_recommend {
	padding: 100px 0;
	background-color: #f1f3ef;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#sec_topics_recommend .topics_list .item .cate span {
	background-color: #fff;
}

#sec_topics_recommend .btn._back {
	margin-top: 45px;
}

@media screen and (max-width: 768px) {
	#sec_topics_recommend {
		padding: 12rem 0;
	}

	#sec_topics_recommend .btn._back {
		margin-top: 4.5rem;
	}
}