@charset "utf-8";

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* LOWER PAGES */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.lower_wrapper{
	min-height: calc(100vh - 11rem);
}

/*---------------------------------------------------------*/
/* lower_header */
#lower_header{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#lower_header .photo{
	overflow: hidden;
	height: 30rem;
	width: 100%;
}
#lower_header .photo img{
	opacity: 0.2;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#lower_header .text{
	position: absolute;
	text-align: center;
	z-index: 2;
}
#lower_header .text .title{
	font-weight: bold;
	font-size: 6rem;
}
#lower_header .text .title .size_s{
	display: block;
	font-size: 4rem;
}
#lower_header .text .caption{
	font-size: 3rem;
	line-height: 1.8;
	margin-top: 2.4rem;
}

/*---------------------------------------------------------*/
/* lower_contents */
.lower_contents{
	padding: 9rem 0;
}

/*---------------------------------------------------------*/
/* lower_catchcopy */
.lower_catchcopy{
	font-size: 2.2rem;
	line-height: 2;
	padding: 3rem 0;
}

/*---------------------------------------------------------*/
/* lower_link & lower_anchor */
.lower_link,
.lower_anchor{
	margin-bottom: 4.8rem;
}
.lower_link ul,
.lower_anchor ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.lower_link li,
.lower_anchor li{
	margin-bottom: 1.81818%;
	width: 23.63636%;
}
.lower_link li:not(:nth-child(4n)),
.lower_anchor li:not(:nth-child(4n)){
	margin-right: 1.81818%;
}
.lower_link a,
.lower_anchor a{
	background: #ede2cd;
	border: 0.2rem solid #fff;
	border-radius: 0.8rem;
	box-shadow: 0 0.4rem 2rem 0 rgba(0,0,0,0.05);
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 2rem 1rem 3rem;
	height: 8.6rem;
}
.lower_link a::after,
.lower_anchor a::after{
	background: url(../img/common/ic_arrow_black.svg) no-repeat center;
	background-size: contain;
	content: "";
	height: 2.2rem;
	width: 2.2rem;
}
.lower_anchor a::after,
.lower_link a.link_anchor::after{
	transform: rotate(90deg);
}

/* lower_link_3column */
.lower_link_3column li,
.lower_anchor_3column li{
	width: 32.12121%;
}
.lower_link_3column li:not(:nth-child(4n)),
.lower_anchor_3column li:not(:nth-child(4n)){
	margin-right: 0;
}
.lower_link_3column li:not(:nth-child(3n)),
.lower_anchor_3column li:not(:nth-child(3n)){
	margin-right: 1.818185%;
}

/*---------------------------------------------------------*/
/* lower_box */
.lower_box{
	background: #fff;
	border-radius: 1.6rem;
	margin-top: 3.2rem;
	padding: 4.8rem;
}
.lower_box.box_brown{
	background: #f6f1e6;
}

/*---------------------------------------------------------*/
/* lower text */
/* lower_title_jp */
.lower_title_jp{
	align-items: center;
	font-size: 2.8rem;
	margin-bottom: 2.4rem;
}
.lower_title_jp.border_bottom{
	border-bottom: #b7985b solid 1px;
	padding-bottom: 2.2rem;
}
.lower_title_jp .link{
	background: #ede2cd;
	border-radius: 10rem;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1;
	padding: 0.8rem 0.8rem 0.8rem 2.4rem;
}
.lower_title_jp .link .icon_arrow_black_right{
	height: 1.6rem;
	width: 1.6rem;
}
.lower_title_jp_s{
	font-size: 2.4rem;
	margin-bottom: 1.6rem;
}

/* lower_title_sidebar */
.lower_title_sidebar{
	font-size: 1.8rem;
	margin-bottom: 1.6rem;
	padding-left: 3.6rem;
	position: relative;
}
.lower_title_sidebar::before{
	background: #222;
	border-radius: 2rem;
	content: "";
	position: absolute;
	top: 1.1rem;
	left: 0;
	height: 0.2rem;
	width: 2.4rem;
}

/* lower_p */
.lower_p{
	line-height: 2;
}
.lower_p:not(:first-child){
	margin-top: 1.5em;
}

/* lower_text_wrap */
.lower_text_wrap + .lower_text_wrap{
	margin-top: 4rem;
}
.lower_text_wrap h5{
	font-size: 1.8rem;
}
.lower_text_wrap p,
.lower_text_wrap ul{
	margin-top: 1em;
	margin-bottom: 1em;
}
.lower_text_wrap p,
.lower_text_wrap li,
.lower_text_wrap dt,
.lower_text_wrap dd{
	font-size: 1.6rem;
	line-height: 1.8;
}
.lower_text_wrap dt{
	margin-top: 1.2rem;
}

/*---------------------------------------------------------*/
/* lower_btn */
.lower_btn{
	margin-top: 4rem;
}

/*---------------------------------------------------------*/
/* topic_path */
.topic_path{
	font-size: 1.4rem;
	margin: 5rem 0;
}
.topic_path a{
	text-decoration: underline;
}
.topic_path ul{
	display: flex;
	flex-wrap: wrap;
}
.topic_path ul li::after{
	content: "／";
	margin: 0 0.5rem;
}
.topic_path ul li:last-child:after{
	display: none;
}

/*---------------------------------------------------------*/
/* pagenavi */
/*---------------------------------------------------------*/
.p-posts-navigation__wrap{
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}
.wp-pagenavi .current, .wp-pagenavi a,.wp-pagenavi .extend, .wp-pagenavi .dots {
	border-radius: 0.4rem;
	box-sizing: border-box;
	margin: 0 0.8rem;
	width: 4.8rem;
	height: 4.8rem;
	font-size: 1.5rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-pagenavi .current {
	background: #222222;
	color: #fff;
}
.wp-pagenavi a {
	background: #d9d9d9;
	text-decoration: none;
}
.wp-pagenavi a:hover{
}
.wp-pagenavi .dots {
	border: none;
}
a.nextpostslink, a.previouspostslink, a.first, a.last {
	background-color: #d9d9d9;
	border: none;
}
a.nextpostslink i,
a.previouspostslink i,
a.first i,
a.last i{
	display: none;
}
a.nextpostslink{
	background:#d9d9d9 url(../img/common/ic_triangle_black.svg) no-repeat center center;
	background-size: 2.4rem;
}
a.previouspostslink{
	background:#d9d9d9 url(../img/common/ic_triangle_black.svg) no-repeat center center;
	background-size: 2.4rem;
	transform: rotate(180deg);
}
.screen-reader-text{
	display: none;
}

/*---------------------------------------------------------*/
/* post-navigation */
/*---------------------------------------------------------*/
.post-navigation{
	height: 5.6rem;
	position: relative;
}
.post-navigation .nav-previous,
.post-navigation .nav-next{
	position: absolute;
}
.post-navigation a{
	background: #222;
	border-radius: 10rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5.6rem;
	width: 13rem;
}
.post-navigation .nav-previous a::before,
.post-navigation .nav-next a::after{
	background: url(../img/common/ic_arrow_white.svg) no-repeat center center;
	background-size: contain;
	content: "";
	height: 1.8rem;
	width: 1.8rem;
}
.post-navigation .nav-previous{
	left: 0;
}
.post-navigation .nav-previous a::before{
	margin-right: 0.8rem;
	transform: rotate(180deg);
}
.post-navigation .nav-next{
	right: 0;
}
.post-navigation .nav-next a::after{
	margin-left: 0.8rem;
}

/*---------------------------------------------------------*/
/* fancybox */
/*---------------------------------------------------------*/
.fancybox__dialog .f-button.is-arrow{
	border-radius: 0;
	height: 80%;
	opacity: 0;
}
.fancybox__dialog .f-button.is-arrow.is-prev{
	left: 0 !important;
}
.fancybox__dialog .f-button.is-arrow.is-next{
	right: 0 !important;
}

/*---------------------------------------------------------*/
/* aa */
/*---------------------------------------------------------*/
.sort-buttons{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2em;
}
.sort-buttons a{
	background: #fff;
	border: 0.2rem solid #3bafda;
	padding: 0.5em 1em;
}
.sort-buttons a.is-active{
	background: #3bafda;
	color: #fff;
	font-weight: bold;
}
.sort-buttons a:first-child{
	border-radius: 10em 0 0 10em;
}
.sort-buttons a:last-child{
	border-radius: 0 10em 10em 0;
}

/* aa_items & next_link */
.aa_items .item a,
.next_link a{
	background: #fff;
	border: 0.2rem solid #999;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.2em;
}
.aa_items .item a:visited,
.next_link a:visited{
	background: #ddd;
}
.aa_items .item .photo,
.next_link .photo{
	width: 20%;
}
.aa_items .item .text,
.next_link .text{
	width: 75%;
}

/* next_link & next_nolink & prev_link */
.next_link a{
	margin-bottom: 2em;
}
.next_nolink{
	background: #ddd;
	margin-bottom: 2em;
	padding: 1em;
}
.prev_link a{
	background: #fff;
	border: 0.2rem solid #bbb;
	display: block;
	margin-bottom: 2em;
	padding: 0.5em;
}
.prev_link a:visited{
	background: #ddd;
}