@charset "utf-8";

/*  一覧  */

.continuationFrame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.continuationMain {
    max-width: 980px;
    width: 80.32%;
}

.continuationSide {
    max-width: 200px;
    width: 16.39%;
    border: solid 1px #E2750F;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.44;
    text-align: center;
}

.continuationList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 4.08%;
}

.continuationLink {
    display: block;
}

.continuationImg {
    position: relative;
    padding: 0 0 60%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.continuationImg > img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: .5s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.continuationCate {
    display: block;
    border: solid 1px #E2750F;
    background: #E2750F;
    color: #fff;
    padding: 13px 2% 12px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.44;
    text-align: center;
}

.continuationName {
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.45em;
    text-align: center;
    border: solid 1px #E2750F;
    background: #fff;
    padding: 15px 2% 14px;
    border-radius: 0 0 10px 10px;
}

.continuationLink:hover .continuationImg > img {
    transform: scale(1.1);
}

/*  カテゴリー  */

.categoryListTtl {
    background: #E2750F;
    color: #fff;
    padding: 12px 2%;
}

.categoryList > li > a {
    display: block;
    color: #E2750F;
    padding: 12px 2%;
    border-bottom: dashed 1px #E2750F;
}

.categoryList > li:last-child > a {
    border-bottom: 0;
}

.categoryList > li > a:hover {
    background: #FFF9E5;
}

/* ページャー */

.wp-pagenavi {
	margin: 80px auto 0;
	max-width: 800px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wp-pagenavi .page {
	border-color: #E2750F;
	background-color: #fff;
	color: #E2750F;
}

.wp-pagenavi .page:hover {
    border-color: #E2750F;
    background: #E2750F;
    color: #fff;
}

.wp-pagenavi .page:hover {
	text-decoration: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
	display: inline-block;
	width: 30px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0 5px;
	padding: 8px 3px 7px;
}

.wp-pagenavi .current {
		border-color: #E2750F !important;
		background-color: #E2750F;
		color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: inline-block;
	width: 30px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0 5px;
	padding: 8px 3px 7px;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink:hover {
    background: #E2750F;
    color: #fff;
    border-color: #E2750F;
}

.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    border-color: #E2750F !important;
    color: #E2750F;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0 5px !important;
    padding: 8px 3px 7px !important;
}

.wp-pagenavi .extend {
	margin: 0 5px;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	margin: 0 10px;
}

/*  詳細  */

.comBtn01.continuationBtn .wp-element-button:after {
    left: 8px !important;
    right: auto !important;
    transform: scaleX(-1);
}

.continuationBtn .wp-element-button {
    padding: 9px 9px 9px 61px;
}

.continuationDtl {
    max-width: 980px;
    width: 100%;
    margin: auto;
}

.continuationDtl > .tit {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.44em;
    text-align: center;
    border-top: dashed 1px #E2750F;
    border-bottom: dashed 1px #E2750F;
    padding: 21px 2%;
}

.continuationDtl > .img {
    margin: 30px 0 0;
    text-align: center;
}

.continuationDtl > .img > img {
    border-radius: 10px;
}

.continuationDtl > .content {
    background: #FFF9E5;
    border-radius: 10px;
    padding: 60px 7%;
    margin: 30px 0 0;
}

.continuationDtl > .cate {
    margin: 50px 0 0;
}

.continuationDtl > .cate > span {
    color: #70846F;
}

.continuationBtn {
    margin: 60px auto 0;
}

.continuationBtn:after {
    transform: translateY(-50%) scale(-1,1);
	right: auto;
	left: 18px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*  一覧  */

.continuationSide {
    font-size: 16px;
}

.continuationCate {
	font-size: 16px;
}

.continuationName {
    font-size: 18px;
}

/*  詳細  */

.continuationDtl > .tit {
    font-size: 22px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.continuationName {
    font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*  一覧  */

.continuationFrame {
    display: block;
}

.continuationMain {
    max-width: 100%;
    width: 100%;
}

.continuationSide {
    max-width: 100%;
    width: 100%;
    margin: 60px auto 0;
    font-size: 14px;
}

.continuationList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 4.08%;
}

.continuationCate {
	font-size: 14px;
}
	
.continuationName {
    font-size: 16px;
}

/*  詳細  */

.continuationDtl > .tit {
    font-size: 18px;
    padding: 10px 2%;
}

.continuationDtl > .img {
    margin: 15px 0 0;
}

.continuationDtl > .content {
    padding: 30px 5%;
    margin: 15px 0 0;
}

.continuationBtn {
    margin: 30px auto 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 576px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */






/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */





/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */