@charset "utf-8";
/* -------------------- 共通------------------- */

/* --------------------サイド------------------- */
.side-ttl{
	font-weight: bold;
	background-color: var(--DARK01);
	color: var(--WHITE);
	letter-spacing: 0.12em;
}
.side-tag li a{
	display: block;
	text-align: center;
	border: 1px solid #454545;
	border-radius: 20px;
	background: #fff;
}
.side-tag li a span:before{
	content: "#";
	margin-right: 3px;
}
.side-choose li a{
	display: block;
	position: relative;
	border-bottom: 1px dashed #ababab;
}
.side-choose li a::before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	content: '\f054';
	color: #ababab;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
}
.side-arrival .slick-arrow {
	transition: all  0.5s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.side-arrival .slick-arrow:hover{
	cursor: pointer;
	opacity: 0.7;
}
.side-arrival .prev-arrow {
	left: 0;
}
.side-arrival .next-arrow {
	right: 0;
}
.side-arrival .prev-arrow:before,
.side-arrival .next-arrow:before{
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 20px;
	color: var(--GRAY04);
}
.side-arrival .prev-arrow:before{
	content: "\f053";
}
.side-arrival .next-arrow:before{
	content: "\f054";
}
#searchform{
	position: relative;
}
#searchform input[type="text"],
#searchform input[type="image"] {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	font-size: 14px;
	color: #2e2e2e;
	background: #fff;
}
#searchform input[type="text"]{
	width: 100%;
	display: block;
	border: 1px solid #8d8d8d;
	border-radius: 3px;
}
#searchform input[type="image"]{
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px){
	.side-wrap:not(:last-child){
		margin-bottom: 30px;
	}
	.side-ttl{
		font-size: 18px;
		margin-bottom: 15px;
		padding: 5px 12px;
	}
	.side-tag li{
		margin: 0 10px 8px 0;
	}
	.side-tag li a{
		font-size: 12px;
		padding: 0px 8px;
	}
	#searchform input[type="text"]{
		padding: 10px 31px 8px 8px;
	}
	#searchform input[type="image"]{
		width: 16px;
		right: 9px;
	}
	.side-choose li a{
		padding: 5px 0 5px 20px;
	}
	.side-choose li a::before{
		font-size: 13px;
	}
	.side-choose li a:hover{
		background: var(--GRAY02);
	}
	.side-arrival .slick-list{
		width: 80%;
		margin: 0 auto;
	}
	.side-arrival .slick-slide{
		margin: 0 5px;
	}
	.side-arrival-ttl{
		font-size: 12px;
		margin-top: 3px;
	}
}
@media screen and (max-width: 767px){
	.side-wrap:not(:last-child){
		margin-bottom: 30px;
	}
	.side-ttl{
		font-size: 16px;
		margin-bottom: 8px;
		padding: 5px 0 5px 10px;
	}
	.side-tag li{
		margin: 0 8px 6px 0;
	}
	.side-tag li a{
		font-size: 11px;
		padding: 2px 6px 3px;
	}
	#searchform input[type="text"]{
		padding: 10px 35px 10px 10px;
	}
	#searchform input[type="image"]{
		width: 20px;
		right: 9px;
	}
	.side-choose li a{
		padding: 4px 0 4px 18px;
	}
	.side-choose li a::before{
		font-size: 12px;
	}
	.side-arrival .slick-list{
		width: 80%;
		margin: 0 auto;
	}
	.side-arrival .slick-slide{
		margin: 0 5px;
	}
	.side-arrival-ttl{
		font-size: 12px;
		margin-top: 3px;
	}
}
/* 人気記事 */
.side-popular li a{
	display: flex;
	align-items: center;
	background: var(--GRAY02);
	padding: 10px;
}
.side-popular-img{
	width: 30%;
	margin-right: 10px;
}
.side-popular-ttl{
	flex: 1;
	font-size: 12px;
	line-height: 1.4;
}
@media screen and (min-width: 768px){
	.side-popular li:not(:last-child){
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	.side-popular li:not(:last-child){
		margin-bottom: 10px;
	}
}

/* ランキング */
.side-ranking{
	counter-reset: original-counter;
}
.side-ranking li{
	position: relative;
	z-index: 0;
}
.side-ranking li::before{
	content: counter(original-counter);
	counter-increment: original-counter;
	color: #fff;
	position: absolute;
	top: 1px;
	left: 8px;
	font-size: 12px;
	z-index: 2;
}
.side-ranking li::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.side-ranking li:nth-of-type(1)::after{
	border-color: #d1bd58 transparent transparent transparent;
}
.side-ranking li:nth-of-type(2)::after{
	border-color: #b4b4b4 transparent transparent transparent;
}
.side-ranking li:nth-of-type(3)::after{
	border-color: #ae846d transparent transparent transparent;
}
/* -------------------- ページナビ------------------- */
/* ページナビ */
#next {
  text-align: center;
}
#next .wp-pagenavi span,
#next a {
  line-height: 1.4;
  color: #000;
  font-weight: bold;
}
#next a:hover{
  color: var(--GRAY01);
  background: none;
}
#next .wp-pagenavi {
  justify-content: center;
  display: flex;
  align-items: center;
}
#next .wp-pagenavi span.current {
    background: #f7f7f7;
    color: #797979;
}
#next .wp-pagenavi span.extend{
	color: #909090;
}
#next span.pages{
	font-size: 14px;
  margin-top: 9px;
  color: #777777;
  font-weight: bold;
  display: block;
}
#next .gallery-navi-hide{
	display: none;
}
#next a.previouspostslink .navi-prev, #next a.nextpostslink .navi-next{
    background: var(--GRAY01);
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    padding: 2px 21px 1px;
}
#next a.previouspostslink .navi-prev::before,#next a.nextpostslink .navi-next::before{
		font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f104";
	display: inline-block;
  color: #383838;
  font-size: 16px;
  vertical-align: text-bottom;
  color: #fff;
}
#next a.previouspostslink .navi-prev::before{
	content: "\f104";
}
#next a.nextpostslink .navi-next::before{
	content: "\f105";
}
#next .current{
	border: none;
}


/* PCのみ */
@media screen and (min-width:768px) {
#next {
  margin: 70px auto 0;
  }
#next .wp-pagenavi span,
#next a {
  font-size: 18px;
  padding: 18px;
  }
 #next a.previouspostslink .navi-prev, #next a.nextpostslink .navi-next{
    padding: 2px 21px 1px;
}
#next a.previouspostslink .navi-prev::before,#next a.nextpostslink .navi-next::before{
  font-size: 16px;
}
#next span.pages{
	font-size: 14px;
	}
}


/* SPのみ */
@media screen and (max-width:767px) {
#next {
  margin: 40px auto 0;
  }
 #next .wp-pagenavi span,
#next a {
  font-size: 17px;
  padding: 5px 12px;
  }
 #next .wp-pagenavi span.extend{
	padding:0 4px;
}
 #next .wp-pagenavi .first,#next .wp-pagenavi .last{
	 font-size: 15px;
 }
 #next a.previouspostslink .navi-prev, #next a.nextpostslink .navi-next{
    padding: 2px 14px 1px;
}
#next a.previouspostslink .navi-prev::before,#next a.nextpostslink .navi-next::before{
  font-size: 15px;
}
#next span.pages{
	font-size: 13px;
	}
}
/* -------------------- シングル------------------- */
.news-article{
	margin-left: auto;
	margin-right: auto;
}
.post-ttl{
	font-weight: bold;
	margin-bottom: 20px;
}
.post-date{
	text-align: right;
	display: none;
}
.post-date.news-date{
	display: block;
}
#post-link{
	display: flex;
	position: relative;
}
#post-link a{
	color: var(--GRAY01);
}
#previous-link{
	margin-right: auto;
}
#next-link{
	margin-left: auto;
}
.all-post{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px){
	.news-article{
		width: 760px;
	}
	.post-meta{
		margin-bottom: 15px;
	}
	.post-ttl{
		font-size: 25px;
	}
	.post-date{
		font-size: 16px;
	}
	.post-content{
		margin-bottom: 80px;
	}
	#post-link a{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.news-article{
		margin-bottom: 80px;
	}
	.post-meta{
		margin-bottom: 10px;
	}
	.post-ttl{
		font-size: 20px;
	}
	.post-date{
		font-size: 14px;
	}
	.post-content{
		margin-bottom: 60px;
	}
	#post-link a{
		font-size: 13px;
	}
}


html{
	font-size: 62.5%;
}
/* 
.h-search-area.none{
	opacity: 0;
	visibility: hidden;
	z-index: -200;
	pointer-events: none;
}
@media screen and (min-width: 768px){
	.h-search-area{
		position: relative;
	}
}
.h-search-area > form:hover{
	cursor: pointer;
}
.h-search-area > form > input{
	pointer-events: none;
}

.h-search-popup{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 350px;
	background-color: var(--WHITE);
	padding: 20px 30px;
	display: grid;
	gap: 20px;
	box-shadow: 0px 0px 15px -5px #c7c7c7;
	border: 1px solid var(--BLACK);
	opacity: 0;
	visibility: hidden;
	z-index: -200;
	pointer-events: none;
}
.h-search-area.active .h-search-popup{
	opacity: 1;
	visibility: visible;
	z-index: 1;
	pointer-events: auto;
}
.h-search-popup .h-search-form{
	width: 100%;
}
.h-search-popup .h-search-form input{
	width: 100%;
}
.h-search-popup-ttl{
	font-weight: bold;
	margin-bottom: 5px;
}

.post-content *{
	max-width: 100%;
}
@media screen and (max-width: 767px){
	.h-search-area:has(.h-search-popup){
		padding: 0;
	}
	.h-search-area:has(.h-search-popup) > form.h-search-form{
		display: none;
	}
	.h-search-popup{
		width: 100%;
		border: none;
		background-color: var(--GRAY06);
		padding: 10px 20px 15px;
		gap: 10px;
	}
	.h-search-popup-ttl{
		color: var(--WHITE);
		font-weight: normal;
	}
} */


/********** 下層ページ追加 *************/
:root{
	--RED02:#CE1709;
}
.gothic{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
}
/* 汎用クラス */
.add-local{
	padding-block: 1em;
}

.add-3col,
.add-4col{
	display: grid;
}

.add-3col > article > a,
.add-4col > article > a{
	display: flex;
	flex-flow: column;
	height: 100%;
}
.add-3col__ttl,
.add-4col__ttl{
	font-size: 14px;
	flex-grow: 1;
	padding-block: .5em;
}
.add-4col__price{
	color: var(--RED02);
}

.more-btn.add-layout > a{
	border-radius: 40px;
}
.more-btn.add-layout > a:hover{
	background-color: var(--BLACK);
}
.more-btn.add-layout a::before{
	content: none;
}

.add-local__container > * + *:not(.small):not(p img){
	margin-top: 1em;
}

.add-local__container a{
	color: #1e5ee7;
	text-decoration: underline;
}
.add-local__container > p.small{
	margin-top: .5em;
	font-size: .85em;
}
.add-local__container .Thumb{
	max-width: 800px;
	margin-inline:auto;
}
.add-local__container.has-border{
	border: 1px solid var(--GRAY06);
	padding-inline: 1em;
}
.sub-ttl{
	text-align: center;
	margin-block: 1em;
}

.mgt-0{
	--mgt:0;
}
.mgb-0{
	--mgb:0;
}
.mgb-1{
	--mgb:1.5em;
}
.sub-ttl.bold{
	font-weight: bold;
}
.add-pickup{
	text-align: center;
	font-weight: bold;
}
.passreset-news{
	text-align: center;
	font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
@media screen and (min-width: 768px){
	.add-3col{
		grid-template-columns: repeat(3, 1fr);
		gap: clamp( 20px, 2vw, 40px)
	}
	.add-4col{
		grid-template-columns: repeat(4, 1fr);
		gap: clamp( 20px, 2vw, 40px);
	}
	.add-3col__price,
	.add-4col__price{
		font-size: 14px;
		color: var(--RED02);
	}

	.add-local__container{
		width: 90%;
		margin-inline:auto;
		padding: var(--mgt,1.5em) 0 var(--mgb,4.2em);
		line-height: 2;
	}
	.add-pickup{
		margin-bottom: 1em;
	}
	.sub-ttl{
		font-size: 26px;
	}
	.add-pickup{
		font-size: 26px;
		letter-spacing:2px;
	}
	.add-local__container > p img{
		margin-top: 2em;
	}
	.renewal-questionnaire__btns .more-btn{
		margin-top: 0;
		width: 420px;
	}
	.renewal-questionnaire__btns{
		flex-direction: column;
		justify-content: center;
	}
	.renewal-questionnaire__btns p{
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 767px){
	.add-3col,
	.add-4col{
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
		row-gap: 20px;
	}

	.add-3col__price,
	.add-4col__price{
		font-size: 14px;
		color: var(--RED02);
	}
	.add-local__container{
		padding: var(--mgt,1.5em) 0 var(--mgb,1em);
	}
	.add-pickup{
		margin-bottom: 0.85em;
	}

	.sp-mgb-0{
		--mgb:0;
	}
	.sp-mgt-0{
		--mgt:0;
	}
	.sp-mgb-1hf{
		--mgb:1.5em;
	}
	.add-local__container span.sp-small{
		font-size: .85em;
	}
	.memorial-bargain-sec{
		margin-bottom: 60px;
	}
	.sub-ttl{
		font-size: 18px;
	}
	.add-pickup{
		font-size: 19px;
	}
	.add-local__container > p img{
		margin-top: 1em;
	}
	.add-3col__ttl, .add-4col__ttl {
    font-size: 13px;
}
.renewal-outlet-sec, .renewal-anniversary-sec{
	margin-bottom: 65px;
}
}
/* renewalページ */

.sec-ttl > span.add-small{
	font-size: .8em;
}
.renewal-bag__thumb{
	margin-inline:auto;
}
.renewaltitle{
	font-weight: bold;
}
ul.dotlist{
	margin:0 !important;
}
ul.dotlist li{
	list-style: disc;
	margin-left: 20px;
}
@media screen and (min-width: 768px){
	.renewal-bag__thumb{
		width: 66%;
		margin-bottom: 40px;
	}
	.renewal-outlet-sec,.renewal-anniversary-sec{
		margin-bottom: 100px;
	}
	.renewal-front__thumb{
		margin-bottom: 40px;
	}
	.renewal-front-sec{
		margin-bottom: 70px;
	}
	.renewaltitle{
	font-size:33px;
	letter-spacing:0.1em;
	margin:60px 0 25px;
}
}
@media screen and (max-width: 767px){
	.renewal-bag__thumb{
		width: 80%;
		margin-bottom: 20px;
	}
	.renewal-outlet-sec{
		margin-bottom: 30px;
	}
	.renewal-front__thumb{
		margin-bottom: 20px;
	}
	.renewaltitle{
	font-size:22px;
	letter-spacing:0.07em;
	margin:30px 0 25px;
}
.renewal-front-sec{
	margin-bottom: 50px;
}
.renewal-anniversary-sec  .sub-ttl{
	font-size: 19px;
	margin: 24px 0 17px;
}
.renewal-anniversary-sec .add-local__container,.add-local__container{
	letter-spacing:0.02em;
	line-height: 1.9;
	margin-bottom: 20px;
}
ul.dotlist li{
	letter-spacing: 0;
	}
	.renewal-questionnaire__btns .more-btn{
		margin-top: 10px;
		width: 280px;
	}
	.renewal-questionnaire__btns{
		margin-bottom: 50px;
	}
}
/* memorialページ */
.memorial-ttl{
	color: var(--RED02);
}
.memorial-ttl > span{
	display: block;
}
.memorial-ttl > span.memorial-sub{
	font-size: .625em;
	font-weight: 500;
}
.memorial-ttl > span.memorial-small{
	font-size: .5em;
	color: var(--BLACK);
}

@media screen and (min-width: 768px){
.memorial-front-sec .sec-ttl{
	font-size: 36px;
}
	.memorial-bargain__thumb{
		width: 100%;
		margin-top: 25px;
	}
	.memorial-ttl{
		margin-top: 40px;
	}
	.memorial-popular-sec .sub-ttl{
		margin-top: 60px;
	}
	.memorial-popular-sec .add-local__container,.memorial-bargain-sec .add-local__container{
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 767px){
	.memorial-front-sec .sec-ttl{
		font-size: 28px;
	}
	.memorial-ttl{
		margin-top: 20px;
	}
	.memorial-popular-sec .sub-ttl{
		margin-top: 30px;
	}

}