@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: 100px;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-size: 16px;
	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%;
	/*display: none;*/
}
img {
	display: block;
	width: 100%;
}

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

	#wp_tp,
	#wp_bottom

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

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


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

	#wp_sd

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

#wp_sd {
	padding: 4.7rem 0 0 0;
	max-width: 1400px;
	min-width: 1000px;
	margin: 0 auto;
	background: #fff;
}
#wp_sd section {
	background: #eee;
	padding: 0 40px;
	margin-bottom: 60px;
}
#wp_sd section .sec_inner {
}

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

	btn

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

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

	page_ttl

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

.page_ttl {
	padding: 60px 40px;
	background: #ccc;
}

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

	bread

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

.bread {
	margin-bottom: 20px;
	display: block;
}
.bread ul {
	width: 100%;
	padding: 0 40px;
	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: 10000!important;
	display: none;
}
#header .inner {
	min-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 30px;
	background: #fff;
}
#header .logo {
	width: 400px;
	position: absolute;
	top: 20px;
	left: 20px;
}
#header .nav {
	width: 100%;
}
#header .nav ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#header .nav ul li {
	margin-left: 20px;
}
#header .nav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
	line-height: 1em;
}
#header .nav ul li a span {
	display: block;
	font-size: 80%;
	line-height: 1em;
}
#header .nav ul li a:hover {
}

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

	menu

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

#menu {
	display: block;
}
.slicknav_menu {
	display: none;
}

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

	accordion

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

.accordion {
    width: 100%;
    margin: 0 auto;
    background: #BBB4A3;
}
.accordion .heading {
    cursor: pointer;
}
.accordion .heading:hover {
    background: #e6dfcf;
}
.accordion .heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border-top: 7px solid #846828;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    float: right;
    transform: rotate(0);
    transition: all 0.5s;
    margin: .75rem 1rem 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: 900px;
}
.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;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	background:#eee;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border-radius: 2px;
}
.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #333;
	text-decoration: none;
}
.pager .pagination li a span {
	display:table-cell;
	vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #fff;
	background: #A3B4A5;
	border-radius: 2px;
}
.pager .pagination .pre a,
.pager .pagination .next a {
	font-size: 50%;
}

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

	parent_col3

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

.parent_col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.parent_col3::after {
	content: "";
	display: block;
	width: 31%;
}
.parent_col3 li {
	width: 31%;
	border: 1px solid #ccc;
}

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

	parent_col4

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

.parent_col4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.parent_col4::before,
.parent_col4::after {
	content: "";
	display: block;
	width: 23%;
}
.parent_col4::before {
	order: 1;
}
.parent_col4 li {
	width: 23%;
	border: 1px solid #ddd;
}

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

	parent_col5

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

.parent_col5 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.parent_col5::after {
	content: "";
	width: 18%;
}
.parent_col5::before {
	order: 1;
	content: "";
	width: 18%;
}
.parent_col5 li {
	display: block;
	width: 18%;
	border: 1px solid #80796a;;
	margin-bottom: 5px;
}
.parent_col5 .flex__item-empty {
	display: block;
	width: 18%;
}

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

	parent_row

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

.parent_row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row;
}
.parent_row li {
	width: 50%;
}

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

	parent_row_reverse

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

.parent_row_reverse {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.parent_row_reverse li {
	width: 50%;
}

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

    pagetop

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

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

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

	#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;
}

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

	jojo-ni

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

/*{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}*/

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

	opacity

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

/*.opacity a:hover {
	filter: alpha(opacity=80);
 	-moz-opacity:0.8;
 	opacity:0.8;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
}*/















