@charset "utf-8";

/*--------------------------------------------------------------
1.0 - basic
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body,
input,
select,
textarea {
	color: #333;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	letter-spacing: 0.08em;
}

body {
	background: #fff;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
	color: #242424;
}
h1 {
	font-size: 2.7em;
}
h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.4em;
}

a {
	text-decoration:none;
	color: #20B2AA;
}
a:hover {
	color: #62C9C3;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*--------------------------------------------------------------
2.0 - PC
--------------------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
}

/* Header */
#site-header {
	position: fixed;
	width: 100%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
	padding: 0;
}
.hd_container {
	width: 100%;
	max-width: 90%;
	aspect-ratio: 691/45;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	transition: 0.5s;
}
.logo {
	width: 18%;
	padding: 0;
}
.logo a {
	line-height: normal;
	transition: 0.5s;
}
.logo a:hover {
	opacity: .8;
}
.logo img {
	width: 100%;
	height: auto;
	transition: 0.5s;
	display: block;
}
/* Main manu */
.nav-holder {
	width: 82%;
	margin: 0;
	padding: 0;
}
.main-nav {
	width: 100%;
}
.nav-container {
	width: 100%;
}
.hd-mainmenu {
	width: 100%;
	margin: 0;
	padding: 0 0 0.5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.hd-mainmenu li {
	position: relative;
	height: 100%;
	padding: 0 2.5%;
	text-align: center;
	letter-spacing: 0.12em;
}
.hd-mainmenu li:last-child {
	padding: 0 0 0 2.5%;
}
.hd-mainmenu li a {
	height: 100%;
	color: #111;
	font-size: 1.05vw;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	transition: 0.5s;
}
.hd-mainmenu li a:hover {
	opacity: .6;
}
.hd-mainmenu li a .english {
	font-size: 80%;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #999;
	display: block;
}

.hd-mainmenu .have_child {
	margin-right: 2.1%;
}
.hd-mainmenu li.menu-item-has-children > a::after {
	font-family: 'FontAwesome';
	content: '\f078';
	font-size: 0.9vw;
	position: absolute;
	right: 0;
}
.hd-mainmenu li:hover ul.drop_child {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
	transition: 0.5s;
}
.hd-mainmenu li .drop_child {
	list-style: none;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	padding-top: 5.17%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 6% 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.hd-mainmenu li .drop_child li {
	display: block;
	padding: 4% 0;
}
.hd-mainmenu li .drop_child li:last-child {
	padding: 4% 0;
}
.hd-mainmenu li .drop_child li a {
	text-align: center;
	color: #fff;
	font-size: 0.9vw;
}

.section {
}
.section-a {
	background: #000;
}
.section-b {
	background: #fff;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#site-header.scroll-nav .hd_container {
	aspect-ratio: 691/35;
}
#site-header.scroll-nav .logo {
	width: 16%;
}
/* Main manu */
	#site-header.scroll-nav .nav-holder {
	width: 84%;
}
#site-header.scroll-nav .hd-mainmenu li a {
	font-size: 1.0vw;
}
#site-header.scroll-nav .hd-mainmenu li .drop_child li a {
	font-size: 0.85vw;
}

/* SP manu */
.sp_menu {
	display: none;
}

#container {
	width: 100%;
	padding: 5.86% 0;
}


/*----- パンくず -----*/
.breadcrumb {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	padding: 3% 0 0;
	list-style: none;
}
.breadcrumb li {
	display: inline;
	font-size: 1.0vw;
}
.breadcrumb li a {
	color: #666;
}
.breadcrumb li a:hover {
	color: #333;
}
.breadcrumb li + li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0;
	padding: 0 0.7%;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.4px #fff;
}
.breadcrumb li:first-child::before {
	font-family: 'FontAwesome';
	content: '\f015';
	margin: 0;
	padding: 0 0.5% 0 0;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: 0.4px #fff;
}

/* Post */
.hd_archive {
	width: 100%;
	margin: 0 auto;
	padding: 3% 0;
	background-color: #f9f9f9;
}
.hd_archive h1 {
	width: 100%;
	font-size: 1.6vw;
	text-align: center;
}
.primary {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	padding: 3% 0 0 0;
	display: flex;
}
.primary a {
	color: #000;
	transition: 0.5s;
}
.primary a:hover {
	opacity: .5;
}
.main {
	width: 77%;
	margin: 0 3% 10% 0;
}
.roop {
	width: 100%;
	margin: 0 0 5%;
	padding: 0 0 5%;
	border-bottom: dotted 1px #ccc;
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
}
.roop_thum {
	width: 40%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.roop_thum img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.roop_detail {
	width: 56%;
	margin: 0 0 0 4%;
	padding: 0;
}
.roop_detail h2 {
	margin: 0;
	padding: 0 0 1%;
	font-size: 1.3vw;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.roop_meta {
	width: 100%;
	margin: 0;
	padding: 0 0 2% 0;
	font-size: 0.9vw;
}
.meta_date {
	margin-right: 1.5%;
}
.meta_date::before {
	font-family: 'FontAwesome';
	content: '\f073';
	font-size: 1.0vw;
	margin-right: 0.8%;
	color: #999;
}
.meta_author {
	margin-right: 1.5%;
}
.meta_author::before {
	font-family: 'FontAwesome';
	content: '\f007';
	font-size: 1.0vw;
	margin-right: 0.8%;
	color: #999;
}
.meta_cat {
	margin-right: 1.5%;
}
.meta_cat::before {
	font-family: 'FontAwesome';
	content: '\f03a';
	font-size: 1.0vw;
	margin-right: 0.8%;
	color: #999;
}
.roop_excerpt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	font-size: 0.95vw;
	line-height: 2.0;
}
.roop_excerpt a {
	display: block;
	text-align: right;
	padding-top: 2%;
}

/* Pagination */
.pagination {
	margin: 4% 0 0 0;
	line-height: normal;
}
.nav-links {
	display: flex;
	justify-content: center;
}
.pagination .page-numbers {
	display: inline-block;
	margin-right: 1.2%;
	padding: 0.6% 1.2% 0.8% 1.2%;
	color: #333;
	border: solid 1px #eee;
	border-radius: 3px;
	background: #fff;
	font-size: 0.9vw;
	line-height: 1.2em;
}
.pagination .page-numbers:hover {
	background: #eee;
}
.pagination .current {
	padding: 0.6% 1.2% 0.8% 1.2%;
	background: #999;
	color: #fff;
}
.pagination .current:hover {
	background: #999;
}
.pagination .prev,
.pagination .next {
	background: transparent;
	color: #111;
}
.pagination .dots {
	background: transparent;
	border-style: none;
}
.pagination .dots:hover {
	background: #fff;
}

/* side bar */
.side {
	width: 23%;
	margin: 0 0 10% 3%;
	line-height: normal;
}
.side .widget {
	margin: 0 0 15%;
}
.side .widget h2 {
	padding: 0;
	font-size: 1.1vw;
	font-weight: 500;
}
.side .widget ul li {
	padding: 3% 0;
	font-size: 0.9vw;
	border-bottom: dotted 1px #ccc;
}

/* Single */
.single_ttl {
	margin: 0;
	padding: 0 0 0.5%;
	font-size: 1.4vw;
	font-weight: 500;
}
.single_meta {
	width: 100%;
	margin: 0 0 2%;
	padding: 0 0 1.5% 0;
	font-size: 0.9vw;
	border-bottom: dotted 1px #ccc;
}
.single_cntnt p {
	margin: 0;
	padding: 0 0 1.5%;
	font-size: 0.95vw;
	line-height: 2.0;
}
.single_pagination {
	margin-top: 10%;
	font-size: 0.9vw;
	line-height: 1.4;
}
.nav-previous {
	margin: 0;
	padding-right: 3%;
	border-right: solid 1px #aaa;
	text-align: right;
}
.nav-next {
	margin: 0;
	padding-left: 3%;
	text-align: left;
}

/* Footer */
#footer {
	width: 100%;
	padding: 2% 0;
	color: #ccc;
	background: #212121;
	position: relative;
}
#footer a {
	color: #fff;
	transition: 0.5s;
}
#footer a:hover {
	opacity: .6;
}
#footer a img {
	transition: 0.5s;
}
#footer a:hover img {
	opacity: .6;
}
#footer a[href*="tel:"] {
	color: #ccc;
}

#footer-widget {
	width: 100%;
	max-width: 88%;
	margin: 0 auto;
	padding: 2.5% 0 3%;
	display: flex;
	color: #fff;
	font-size: 0.9vw;
	line-height: normal;
}
#footer-widget .widget {
	width: 100%;
}
#footer-widget .widget h2 {
	padding-bottom: 2%;
	color: #fff;
	font-size: 1.2vw;
	text-align: center;
}

.ft_info {
	width: 50%;
	margin: 0 auto;
	padding: 0;
	color: #ccc;
	text-align: center;
}
.ft_info img {
	margin: 0;
	padding: 0;
	display: block;
}
.ft_info .ft_logo {
	width: 35%;
	margin: 0 auto;
}
.ft_inner {
	width: 100%;
	margin: 6% auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
}
.fti_left {
	width: 50%;
	margin: 0 4% 0 0;
	padding: 0;
	text-align: left;
}
.fti_left p {
	margin: 0;
	padding: 0;
	font-size: 0.95vw;
	line-height: 2.0;
}
.fti_left .name {
	padding: 0 0 1%;
	font-size: 1.1vw;
	font-weight: 600;
}
.fti_right {
	width: 46%;
	margin: 0;
	padding: 0;
}
.fti_right p {
	margin: 0;
	padding: 1% 0 0 0;
	font-size: 0.9vw;
	line-height: 2.0;
}
.fti_right .ft_sns {
	width: 38%;
	margin: 6% auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
}
.fti_right .ft_sns li {
	width: 50%;
	margin: 0;
	padding: 0;
}
.fti_right .ft_sns li img {
	width: 60%;
	margin: 0 auto;
	display: block;
}
.fti_right .ft_submenu {
	width: 100%;
	margin: 6% auto 0;
	padding: 0 0 1%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.fti_right .ft_submenu li {
	width: fit-content;
	margin: 0;
	padding: 0 5% 0 0;
	font-size: 0.9vw;
	line-height: 1.5;
	border-right: solid 1px #666;
	box-sizing: border-box;
}
.fti_right .ft_submenu li:last-child {
	padding: 0 0 0 5%;
	border-style: none;
}

.copyright {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #ccc;
	font-size: 0.9vw;
	text-align: center;
}

/* footer floating Banner */
#footer_fb {
	left: 0;
	width: 100%;
	padding: 0;
	background-color: #ffcc00;
	z-index: 100;
}
.ffb_inner {
	width: 62%;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	line-height: 1.6;
}
.ffbi_ttl {
	width: 24%;
	margin: 0 2.2% 0 0;
	padding: 0;
	line-height: 1.9;
	position: relative;
	text-align: center;
}
.ffbi_ttl h2 img {
	width: 100%;
	display: block;
}
.ffbi_tel {
	width: 32%;
	margin: -0.7% 0 0 4%;
	padding: 0;
	position: relative;
	text-align: right;
}
.ffb_inner .end {
	width: 33.8%;
}
.ffbi_tel::before {
	position: absolute;
	top: 8%;
	left: 0;
	content: "\f095";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.9vw;
	line-height: 1.2;
	color: #000;
}
.ffb_inner .end::before {
	content: "\f3cd";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.ffbi_tel a {
	font-size: 2.3vw;
	font-weight: 800;
	letter-spacing: 0.07em;
	color: #000;
	line-height: 1.2;
}
.ffbi_tel span {
	font-size: 0.9vw;
	font-weight: 500;
	letter-spacing: 0.07em;
	display: block;
}

/* Page Top */
#page_top {
	position: fixed;
	right: 1.2%;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 120;
}
#page_top a {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-color: #000;
	border-radius: 50%;
	text-align: center;
	transition: opacity .5s;
	display: block;
	color: #fff;
	position: relative;
}
#page_top a:hover {
	opacity: .7;
}
#page_top p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.7em;
	line-height: 1.2;
}

/*----- ANCHOR LINK -----*/
.anchor {
	display: block;
	padding-top: 2%;
	margin-top: -2%;
}

/*----- 404 NOT FOUND -----*/
#notfound {
	width: 100%;
	margin: 0 auto;
	padding: 15% 0;
	text-align: center;
}
#notfound h1 {
	font-size: 3.3vw;
	color: #ccc;
	padding: 0 0 2%;
}
#notfound p {
	font-size: 1.0vw;
	padding: 0 0 3%;
}

/*--------------------------------------------------------------
3.0 - Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
	/* Header */
	
	/* Post */
	
	
}

@media screen and (max-width: 1280px) {
	/* Header */
	.hd_container {
		max-width: 92%;
		aspect-ratio: 943/80;
	}
	.logo {
		width: 20%;
	}
	/* Main manu */
	.nav-holder {
		width: 80%;
	}
	.hd-mainmenu {
		padding: 0 0 1%;
	}
	.hd-mainmenu li a {
		font-size: 1.25vw;
	}
	.hd-mainmenu li .drop_child li a {
		font-size: 1.1vw;
	}
	
	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#site-header.scroll-nav .hd_container {
		aspect-ratio: 943/60;
	}
	#site-header.scroll-nav .logo {
		width: 18%;
	}
	#site-header.scroll-nav .nav-holder {
		width: 82%;
	}
	#site-header.scroll-nav .hd-mainmenu li a {
		font-size: 1.2vw;
	}
	#site-header.scroll-nav .hd-mainmenu li .drop_child li a {
		font-size: 1.05vw;
	}
	
	#container {
		padding: 7.81% 0 7.04%;
	}
	
	/*----- パンくず -----*/
	.breadcrumb {
		max-width: 92%;
	}
	.breadcrumb li {
		font-size: 1.2vw;
	}
	
	/* Post */
	.hd_archive h1 {
		font-size: 1.8vw;
	}
	.roop_detail h2 {
		font-size: 1.5vw;
	}
	.roop_meta {
		font-size: 1.1vw;
	}
	.meta_date::before {
		font-size: 1.2vw;
	}
	.meta_author::before {
		font-size: 1.2vw;
	}
	.meta_cat::before {
		font-size: 1.2vw;
	}
	.roop_excerpt {
		font-size: 1.15vw;
		line-height: 1.8;
		letter-spacing: 0.07em;
	}
	.roop_excerpt a {
		padding-top: 0;
	}
	
	/* Pagination */
	.pagination .page-numbers {
		font-size: 1.1vw;
	}
	/* side bar */
	.side .widget h2 {
		font-size: 1.3vw;
	}
	.side .widget ul li {
		font-size: 1.1vw;
	}
	
	/* Single */
	.single_ttl {
		font-size: 1.6vw;
	}
	.single_meta {
		font-size: 1.1vw;
	}
	.single_cntnt p {
		font-size: 1.15vw;
	}
	.single_pagination {
		font-size: 1.1vw;
	}
	
	/* Footer */
	#footer-widget {
		font-size: 1.1vw;
	}
	#footer-widget .widget h2 {
		font-size: 1.4vw;
	}
	.ft_info {
		width: 65%;
	}
	.fti_left p {
		font-size: 1.15vw;
	}
	.fti_left .name {
		font-size: 1.3vw;
	}
	.fti_right p {
		font-size: 1.1vw;
	}
	.fti_right .ft_submenu li {
		font-size: 1.1vw;
	}
	
	.copyright {
		font-size: 1.1vw;
	}
	
	/* footer floating Banner */
	.ffb_inner {
		width: 73%;
	}
	.ffbi_tel::before {
		top: 9.5%;
		font-size: 2.1vw;
	}
	.ffbi_tel a {
		font-size: 2.7vw;
	}
	.ffbi_tel span {
		font-size: 1.1vw;
		letter-spacing: 0.05em;
	}
	
	/* Page Top */
	#page_top {
		right: 1.5%;
	}
	
	
}


/* tablet */
@media screen and (max-width: 1024px) {
	/* Header */
	.hd_container {
		max-width: 94%;
		aspect-ratio: 723/70;
	}
	.logo {
		width: 22%;
	}
	/* Main manu */
	.nav-holder {
		width: 78%;
	}
	.hd-mainmenu {
		padding: 0 0 1.8%;
	}
	.hd-mainmenu li {
		padding: 0 2%;
		letter-spacing: 0.1em;
	}
	.hd-mainmenu li:last-child {
		padding: 0 0 0 2%;
	}
	.hd-mainmenu li a {
		font-size: 1.55vw;
	}
	.hd-mainmenu li .drop_child li a {
		font-size: 1.4vw;
	}
	
	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#site-header.scroll-nav .hd_container {
		aspect-ratio: 241/20;
	}
	#site-header.scroll-nav .logo {
		width: 20%;
	}
	#site-header.scroll-nav .nav-holder {
		width: 80%;
	}
	#site-header.scroll-nav .hd-mainmenu li a {
		font-size: 1.5vw;
	}
	#site-header.scroll-nav .hd-mainmenu li .drop_child li a {
		font-size: 1.35vw;
	}
	
	#container {
		padding: 9.11% 0 8.82%;
	}
	
	/*----- パンくず -----*/
	.breadcrumb {
		max-width: 94%;
	}
	.breadcrumb li {
		font-size: 1.5vw;
	}
	
	/* Post */
	.hd_archive h1 {
		font-size: 2.1vw;
	}
	.primary {
		max-width: 60%;
		display: block;
	}
	.main {
		width: 100%;
		margin: 0 0 10% 0;
	}
	.roop {
		margin: 0 0 6%;
		padding: 0 0 6%;
		display: block;
	}
	.roop_thum {
		width: 100%;
	}
	.roop_detail {
		width: 100%;
		margin: 3% 0 0 0;
	}
	.roop_detail h2 {
		font-size: 1.8vw;
	}
	.roop_meta {
		font-size: 1.4vw;
	}
	.meta_date::before {
		font-size: 1.5vw;
	}
	.meta_author::before {
		font-size: 1.5vw;
	}
	.meta_cat::before {
		font-size: 1.5vw;
	}
	.roop_excerpt {
		width: 100%;
		font-size: 1.45vw;
		letter-spacing: 0.08em;
	}
	
	/* Pagination */
	.pagination .page-numbers {
		font-size: 1.4vw;
	}
	
	/* side bar */
	.side {
		width: 100%;
		margin: 0 0 10% 0;
	}
	.side .widget h2 {
		font-size: 1.6vw;
		line-height: 1.4;
	}
	.side .widget ul li {
		font-size: 1.4vw;
	}
	
	/* Single */
	.single_ttl {
		font-size: 1.9vw;
	}
	.single_meta {
		font-size: 1.4vw;
	}
	.single_cntnt p {
		font-size: 1.45vw;
	}
	.single_pagination {
		font-size: 1.4vw;
	}
	
	/* Footer */
	#footer-widget {
		font-size: 1.4vw;
	}
	#footer-widget .widget h2 {
		font-size: 1.7vw;
	}
	.ft_info {
		width: 78%;
	}
	.fti_left p {
		font-size: 1.45vw;
	}
	.fti_left .name {
		font-size: 1.6vw;
	}
	.fti_right p {
		font-size: 1.4vw;
	}
	.fti_right .ft_submenu li {
		font-size: 1.4vw;
	}
	
	.copyright {
		font-size: 1.4vw;
	}
	
	/* footer floating Banner */
	.ffb_inner {
		width: 82%;
		margin: 0 14% 0 4%;
	}
	.ffbi_tel::before {
		top: 8%;
		font-size: 2.4vw;
	}
	.ffbi_tel a {
		font-size: 3.0vw;
	}
	.ffbi_tel span {
		font-size: 1.4vw;
		letter-spacing: 0.05em;
	}
	
	/* Page Top */
	#page_top {
		right: 3%;
	}
	
	
	
	
}


/* smart phone */
@media screen and (max-width: 844px) {
	
}

@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

.pc_view {
	display: block;
}
.sp_view {
	display: none;
}

.pcbr {
	display: block;
}

@media screen and (max-width: 768px) {
	.pc_view {
		display: none;
	}
	.sp_view {
		display: block;
	}
	
	.pcbr {
		display: none;
	}
	
	/* Header */
	.hd_container {
		max-width: 90%;
		height: 60px;
		aspect-ratio: auto;
	}
	.logo {
		width: 33%;
		max-width: 180px;
		transition: 0.5s;
	}
	
	/* Main manu */
	.nav-holder {
		display: none;
	}
	.main-nav {
		display: none;
	}
	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#site-header.scroll-nav .hd_container {
		height: 50px;
		aspect-ratio: auto;
	}
	#site-header.scroll-nav .logo {
		width: 30%;
		max-width: 160px;
	}
	
	/* SP manu */
	.sp_menu {
		display: inline-block;
	}
	.nav-open {
		width: 28px;
		height: 22px;
		vertical-align: middle;
	}
	.nav-open span, .nav-open span:before, .nav-open span:after {
		position: absolute;
		transition: all 0.4s;
		height: 3px;/*線の太さ*/
		width: 30px;/*長さ*/
		border-radius: 3px;
		background: #666;
		display: block;
		content: '';
		cursor: pointer;
		z-index: 9999;
	}
	.nav-open span:before {
		bottom: -9px;
	}
	.nav-open span:after {
		bottom: -18px;
	}
	.nav-content {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		transition: all 600ms ease-out;
		transform: translateZ(0) translateX(100%);
	}
	.nav-content.open {
		opacity: 1;
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9998;
		width: 60%;
		height: 100%;
		background: #333;/*背景色*/
		transition: all 600ms ease-out;
		transform: translateZ(0) translateX(0%);
	}
	.navi-container {
		width: 77%;
		margin: 60px auto 0;
	}
	.navi-container ul li {
		font-size: 2.5vw;
		padding: 8% 0;
		border-bottom: 1px solid #444;
		line-height: 1.6;
	}
	.navi-container ul li a {
		display: block;
		color: #fff;
	}
	.navi-container ul li a .english {
		font-size: 80%;
		font-weight: 500;
		letter-spacing: 0.08em;
		color: #999;
		display: block;
		
	}
	/*.menu-item-has-childrenは子メニューを持つ親メニューにつくクラス*/
	.navi-container li.menu-item-has-children {
		position: relative;
	}
	/*メニューが閉じてる時のアイコン設定*/
	.navi-container li.menu-item-has-children::after {
		font-family: 'FontAwesome';
		content: '\f078';
		font-weight: 400;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
		cursor: pointer;
		color: #fff;
	}
	/*メニューが開いてる時のアイコン設定*/
	.navi-container li.menu-item-has-children.arrowup::after {
		font-family: 'FontAwesome';
		content: '\f077';
		font-weight: 400;
		position: absolute;
		top: 20%;
		right: 10px;
		color: #fff;
	}
	.navi-container ul li .sub-menu {
		padding: 0 0 0 7%;
		border-bottom: none!important;
	}
	.navi-container ul li .sub-menu li {
		font-size: 2.2vw;
		padding: 7% 0;
		border-bottom: 1px dotted #494949;
	}
	.navi-container ul li .sub-menu li:last-child {
		padding: 7% 0 0 0;
		border-bottom: none;
	}
	
	/*三本線を動かす*/
	.nav-open.active span {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
		background-color: #888;
	}
	.nav-open.active span:before {
		-webkit-transform: translateY(-9px) rotate(45deg);/*打ち消す*/
		transform: translateY(-9px) rotate(45deg);/*打ち消す*/
		opacity: 0;
	}
	.nav-open.active span:after {
		-webkit-transform: translateY(-18px) rotate(45deg);
		transform: translateY(-18px) rotate(90deg);
		background-color: #888;
	}
	
	#container {
		padding: 60px 0 8.34%;
	}
	
	/*----- パンくず -----*/
	.breadcrumb {
		max-width: 90%;
	}
	.breadcrumb li {
		font-size: 2.1vw;
	}
	
	/* Post */
	.hd_archive h1 {
		font-size: 2.7vw;
	}
	.primary {
		max-width: 80%;
	}
	.roop_detail h2 {
		font-size: 2.4vw;
	}
	.roop_meta {
		font-size: 2.0vw;
	}
	.meta_date::before {
		font-size: 2.1vw;
	}
	.meta_author::before {
		font-size: 2.1vw;
	}
	.meta_cat::before {
		font-size: 2.1vw;
	}
	.roop_excerpt {
		font-size: 2.05vw;
	}
	
	/* Pagination */
	.pagination .page-numbers {
		font-size: 2.0vw;
	}
	
	/* side bar */
	.side .widget h2 {
		font-size: 2.2vw;
	}
	.side .widget ul li {
		font-size: 2.0vw;
	}
	
	/* Single */
	.single_ttl {
		font-size: 2.5vw;
	}
	.single_meta {
		font-size: 2.0vw;
	}
	.single_cntnt p {
		font-size: 2.05vw;
	}
	.single_pagination {
		font-size: 2.0vw;
	}
	
	/* Footer */
	#footer-widget {
		max-width: 90%;
		padding: 4.5% 0 1%;
		font-size: 2.0vw;
	}
	#footer-widget .widget h2 {
		font-size: 2.3vw;
	}
	.ft_info {
		width: 70%;
	}
	.ft_info .ft_logo {
		width: 45%;
	}
	.ft_inner {
		display: block;
	}
	.fti_left {
		width: 100%;
		margin: 0 0 3%;
		text-align: center;
	}
	.fti_left p {
		font-size: 2.05vw;
		line-height: 1.8;
	}
	.fti_left .name {
		font-size: 2.3vw;
	}
	.fti_right {
		width: 100%;
	}
	.fti_right p {
		padding: 0;
		font-size: 2.0vw;
		line-height: 1.8;
	}
	.fti_right .ft_submenu {
		margin: 6% auto 0;
		padding: 0;
	}
	.fti_right .ft_submenu li {
		padding: 0 4% 0 0;
		font-size: 2.0vw;
	}
	.fti_right .ft_submenu li:last-child {
		padding: 0 0 0 4%;
	}
	
	.copyright {
		font-size: 2.0vw;
	}
	
	/* footer floating Banner */
	.ffb_inner {
		width: 80%;
		height: 60px;
		margin: 0 0 0 5%;
		padding: 0 0 0.5%;
		justify-content: start;
	}
	.ffbi_ttl {
		display: none;
	}
	.ffbi_tel {
		width: 43%;
		margin: 0;
	}
	.ffb_inner .end {
		width: 45.5%;
		margin: 0 0 0 5.5%;
	}
	.ffbi_tel::before {
		top: 10%;
		font-size: 3.0vw;
	}
	.ffb_inner .end::before {
		top: 10%;
	}
	.ffbi_tel a {
		font-size: 3.8vw;
		letter-spacing: 0.1em;
	}
	.ffbi_tel span {
		font-size: 1.9vw;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
		text-align: center;
	}
	
	/* Page Top */
	#page_top {
		width: 36px;
		height: 36px;
		right: 5%;
	}
	#page_top p {
		font-size: 0.4em;
	}
	
	
	
}

.pc580br {
	display: block;
}
.sp580br {
	display: none;
}

@media screen and (max-width: 580px) {
	.pc580br {
		display: none;
	}
	.sp580br {
		display: block;
	}
	
	/* Header */
	.logo {
		width: 45%;
		max-width: 160px;
	}
	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#site-header.scroll-nav .logo {
		width: 42%;
		max-width: 150px;
	}
	
	.nav-content.open {
		width: 70%;
	}
	.navi-container ul li {
		font-size: 3.1vw;
	}
	.navi-container ul li .sub-menu li {
		font-size: 2.8vw;
	}
	
	#container {
		padding: 60px 0 10.85%;
	}
	
	/*----- パンくず -----*/
	.breadcrumb {
		max-width: 90%;
	}
	.breadcrumb li {
		font-size: 2.7vw;
	}
	
	/* Post */
	.hd_archive h1 {
		font-size: 3.3vw;
	}
	.primary {
		max-width: 85%;
	}
	.roop {
		margin: 0 0 7%;
		padding: 0 0 7%;
	}
	.roop_detail h2 {
		font-size: 3.0vw;
	}
	.roop_meta {
		font-size: 2.6vw;
	}
	.meta_date::before {
		font-size: 2.7vw;
	}
	.meta_author::before {
		font-size: 2.7vw;
	}
	.meta_cat::before {
		font-size: 2.7vw;
	}
	.roop_excerpt {
		font-size: 2.65vw;
	}
	
	/* Pagination */
	.pagination .page-numbers {
		font-size: 2.6vw;
	}
	
	/* side bar */
	.side .widget h2 {
		font-size: 2.8vw;
	}
	.side .widget ul li {
		font-size: 2.6vw;
	}
	
	/* Single */
	.single_ttl {
		font-size: 3.1vw;
	}
	.single_meta {
		font-size: 2.6vw;
	}
	.single_cntnt p {
		font-size: 2.65vw;
	}
	.single_pagination {
		font-size: 2.6vw;
	}
	
	/* Footer */
	#footer-widget {
		padding: 5% 0 1%;
		font-size: 2.6vw;
	}
	#footer-widget .widget h2 {
		font-size: 2.9vw;
	}
	.ft_info {
		width: 85%;
	}
	.ft_info .ft_logo {
		width: 55%;
	}
	.fti_left p {
		font-size: 2.65vw;
	}
	.fti_left .name {
		font-size: 2.9vw;
	}
	.fti_right p {
		font-size: 2.6vw;
	}
	.fti_right .ft_submenu li {
		font-size: 2.6vw;
	}
	
	.copyright {
		font-size: 2.6vw;
	}
	
	/* footer floating Banner */
	.ffb_inner {
		width: 100%;
		margin: 0 0 0 3%;
	}
	.ffbi_tel {
		width: 39%;
	}
	.ffb_inner .end {
		width: 40.5%;
		margin: 0 0 0 3%;
	}
	.ffbi_tel::before {
		top: 16%;
		font-size: 3.6vw;
	}
	.ffb_inner .end::before {
		top: 16%;
	}
	.ffbi_tel a {
		font-size: 4.5vw;
		letter-spacing: 0.06em;
	}
	.ffbi_tel span {
		font-size: 2.2vw;
	}
	
	/* Page Top */
	#page_top {
		right: 3%;
	}
	
	
	
	
}

.sp390br {
	display: none;
}


@media screen and (max-width: 390px) {
	.sp390br {
		display: block;
	}
	
	/* Header */
	.logo {
		width: 55%;
		max-width: 145px;
	}
	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#site-header.scroll-nav .logo {
		width: 50%;
		max-width: 135px;
	}
	.navi-container ul li {
		font-size: 3.7vw;
		padding: 9% 0;
	}
	.navi-container ul li .sub-menu li {
		font-size: 3.4vw;
		padding: 9% 0;
	}
	.navi-container ul li .sub-menu li:last-child {
		padding: 9% 0 0 0;
	}
	
	#container {
		padding: 60px 0 15.94%;
	}
	
	/*----- パンくず -----*/
	.breadcrumb {
		max-width: 90%;
	}
	.breadcrumb li {
		font-size: 3.2vw;
	}
	
	/* Post */
	.hd_archive h1 {
		font-size: 3.8vw;
	}
	.primary {
		max-width: 90%;
	}
	.roop {
		margin: 0 0 8%;
		padding: 0 0 8%;
	}
	.roop_detail h2 {
		font-size: 3.5vw;
	}
	.roop_meta {
		font-size: 3.1vw;
	}
	.meta_date::before {
		font-size: 3.2vw;
	}
	.meta_author::before {
		font-size: 3.2vw;
	}
	.meta_cat::before {
		font-size: 3.2vw;
	}
	.roop_excerpt {
		font-size: 3.15vw;
	}
	
	/* Pagination */
	.pagination .page-numbers {
		font-size: 3.1vw;
	}
	
	/* side bar */
	.side .widget h2 {
		font-size: 3.3vw;
	}
	.side .widget ul li {
		font-size: 3.1vw;
	}
	
	/* Single */
	.single_ttl {
		font-size: 3.6vw;
	}
	.single_meta {
		font-size: 3.1vw;
	}
	.single_cntnt p {
		font-size: 3.15vw;
	}
	.single_pagination {
		font-size: 3.1vw;
	}
	
	/* Footer */
	#footer-widget {
		padding: 4% 0;
		font-size: 2.7vw;
	}
	#footer-widget .widget {
		padding-bottom: 4%;
	}
	#footer-widget .widget h2 {
		font-size: 3.0vw;
	}
	#footer-widget .widget p {
		font-size: 2.7vw;
	}
	.copyright {
		font-size: 2.7vw;
	}
	
	/* footer floating Banner */
	.ffb_inner {
		width: 100%;
		margin: 0 0 0 2%;
		line-height: 1.2;
	}
	.ffbi_tel {
		width: 42%;
		text-align: center;
	}
	.ffb_inner .end {
		width: 40.5%;
		margin: 0;
	}
	.ffbi_tel::before {
		display: none;
	}
	.ffb_inner .end::before {
		display: none;
	}
	.ffbi_tel a {
		font-size: 4.8vw;
		letter-spacing: 0.05em;
		line-height: 1.2;
	}
	.ffbi_tel span {
		padding-top: 1%;
		font-size: 2.4vw;
	}
	
	/* Page Top */
	#page_top {
		right: 2%;
	}
	
	
	
	
}


@media screen and (max-width: 360px) {
	/* Header */
	.nav-content.open {
		width: 70%;
	}
	
	
	
}