@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/* CSS Document */

html {
    scroll-behavior: smooth;
    scroll-padding-top: 60px;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.75em;
	margin: 0 auto;
	position: relative;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #333;
	background: #fff;
	display:none;
}
img {
	display: block;
	width: 100%;
}

/*====================================

    .logo

====================================*/

.logo {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 12px;
    z-index: 100;
}
.logo img {
    width: 60px;
}

/*====================================

	#wp_tp

====================================*/

#wp_tp {
	width: 100%;
	margin: 0 auto;
}

/*====================================

	#wp_sd

====================================*/

#wp_sd {
	padding: 3rem 0 0 0;
	width: 100%;
	margin: 0 auto;
}
#wp_sd section {
	background: #ccc;
	padding: 0 20px;
	margin-bottom: 20px;
}
#wp_sd section .sec_inner {
}

/*====================================

	btn

====================================*/

/*====================================

	page_ttl

====================================*/

.page_ttl {
	padding: 60px 20px;
	background: #ccc;
	margin-bottom: .5rem;
}

/*====================================

	bread

====================================*/

.bread {
	margin-bottom: 20px;
	padding: 0 20px;
	display: block;
}
.bread ul {
	width: 100%;
	margin: 0 auto;
}
.bread ul li {
	float: left;
}
.bread ul li:not(:last-of-type)::after {
	content: ">";
	margin: 0 .2em;
	color: #777;
}
.bread ul li a {
	color: #333;
	font-size: 90%;
	text-decoration: underline;
}
.bread ul li a:hover {
	text-decoration: none;
}
.bread ul li p {
	color: #333;
	font-size: 90%;
}

/*====================================

	loading

====================================*/ 

#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
	display: grid;
	place-items: center;
}
.spinner {
	width: 100px;
	height: 100px;
	background-color: #000;
	border-radius: 100%;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@keyframes sk-scaleout {
	0% {
		transform: scale(0);
	} 100% {
		transform: scale(1.0);
		opacity: 0;
	}
}
.loaded {
	opacity: 0;
	visibility: hidden;
}

/*====================================

	header

====================================*/  

#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#header .logo {
	width: 80px;
	float: left;
	position: fixed;
	z-index: 1;
	top: 14px;
	left: 14px;
}

/*====================================

	menu

====================================*/	

#menu {
	display: none;
}

/*====================================

	accordion

====================================*/	

.accordion {
    width: 100%;
    margin: 0 auto;
    background: #BBB4A3;
}
.accordion .heading {
    cursor: pointer;
}
.accordion .heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border-top: 4px solid #846828;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin: .55rem .5rem 0 0;
}
.accordion .active.heading::before {
    transform: rotate(-180deg);
}
.accordion .not-active.heading::before {
    transform: rotate(0deg);
}
.accordion .contents {
    display: none;
    background: #fff;
}

/*====================================

    remodal

====================================*/ 

.remodal {
    background: #fff;
    text-align: left;
    width: 100%;
    max-width: 90%;
}
.remodal-cancel {
    color: #f00;
    border-bottom: 1px solid #111;
    border: 0;
    background: #fff;
    cursor: pointer;
}
.remodal-cancel:hover {
    border-bottom: 1px solid #fff;
}

/*====================================

	pager

====================================*/

.pager {
}
.pager .pagination {
	text-align: center;
	padding: 0 20px;
}
.pager .pagination li {
	display: inline;
	padding: 0;
	display: inline-block;
	text-align: center;
	position: relative;
}
.pager .pagination li a {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #333;
	text-decoration: none;
	padding: 1em 0;
	background: #A3B4A5;
}
.pager .pagination li a span {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.pager .pagination li{
		display: none;
	}
	.pager .pagination li.pre,
	.pager .pagination li.next{
		display: inline-block;
		width: 49%;
		text-align: center;
	}
	.pager .pagination li.pre a,
	.pager .pagination li.next a{
		width: 100%;
		text-align: center;
	}
	.pager .pagination li.pre span::after{
		content: "　前の10件へ";
	}
	.pager .pagination li.next span::before{
		content: "次の10件へ　";
	}
}

/*====================================

    pagetop

====================================*/  

.pagetop {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}
.pagetop a {
    width: 10px;
    display: block;
}

/*====================================

	#footer

====================================*/ 

#footer {
	background: #333;
	padding: 30px;
}
#footer .inner {
}
#footer .inner p {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 80%;
}

.copy_wright {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
    text-align: center;
}
.copy_wright p {
    font-size: 80%;
    line-height: 1em;
    padding: 0 0 20px 0;
}


