@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: "century-gothic", "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: "century-gothic", "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: "century-gothic", "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;
	transition: 0.5s;
}
.hd_container {
	width: 100%;
	max-width: 92%;
	margin: 0 auto;
	padding: 0;
	display: block;
	transition: 0.5s;
}
.logo {
	width: 17%;
	margin: 2% auto 1%;
	padding: 0;
	transition: 0.5s;
}
.logo a {
	line-height: normal;
	transition: 0.5s;
}
.logo a:hover {
	opacity: .7;
}
.logo img {
	width: 100%;
	height: auto;
	transition: 0.5s;
	display: block;
}
/* Main manu */
.nav-holder {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	transition: 0.5s;
}
.main-nav {
	width: 100%;
	transition: 0.5s;
}
.nav-container {
	width: 100%;
	transition: 0.5s;
}
.hd-mainmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}
.hd-mainmenu li {
	position: relative;
	width: fit-content;
	padding: 1% 2%;
	text-align: center;
	transition: 0.5s;
}
.hd-mainmenu li a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #777;
	font-size: 1.0vw;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	transition: 0.5s;
}
.hd-mainmenu li a:hover {
	opacity: .8;
}
.hd-mainmenu li:last-child {
	padding: 1% 2%;
	transition: 0.5s;
}
.hd-mainmenu .have_child {
	margin-right: 1.9%;
	transition: 0.5s;
}
.hd-mainmenu li.menu-item-has-children > a::after {
	font-family: 'FontAwesome';
	content: '\f078';
	font-size: 0.9vw;
	position: absolute;
	right: 0;
	transition: 0.5s;
}
.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;
	top: 100%;
	left: 0;
	width: calc(100% + 15.5%);
	padding: 6% 0;
	background-color: rgba(0, 0, 0, 0.8);
	transition: 0.5s;
}
.hd-mainmenu li .drop_child li {
	width: 100%;
	display: block;
	padding: 4% 0;
	transition: 0.5s;
}
.hd-mainmenu li .drop_child li a {
	text-align: center;
	color: #fff;
	font-size: 0.9vw;
	transition: 0.5s;
}

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

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#site-header.scroll-nav .hd_container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#site-header.scroll-nav .logo {
	width: 12%;
	margin: 0;
}
/* Main manu */
#site-header.scroll-nav .nav-holder {
	width: 88%;
	margin: 0;
}
#site-header.scroll-nav .hd-mainmenu {
	justify-content: flex-end;
}
#site-header.scroll-nav .hd-mainmenu li:last-child {
	padding: 1% 0 1% 2%;
}
#site-header.scroll-nav .hd-mainmenu li .drop_child li:last-child {
	padding: 4% 0;
}

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

#container {
	width: 100%;
	padding-top: 8.39%;
}


/*----- パンくず -----*/
.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: 4% 0 1%;
	background-color: #fff;
}
.hd_archive h1 {
	width: 100%;
	color: #555;
	font-size: 1.6vw;
	font-weight: 400;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.primary_cat {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	padding: 3% 0 10% 0;
}


/*.primary {
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	padding: 3% 0 0 0;
	display: flex;
}
.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;
}
.roop h2 {
	margin: 0;
	padding: 0 0 0.5%;
	font-size: 1.4vw;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.roop_meta {
	width: 100%;
	margin: 0;
	padding: 0 0 1.5% 0;
	font-size: 0.95vw;
}
.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_thum {
	width: 40%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.roop_thum img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.roop_excerpt {
	width: 56.3%;
	margin: 0;
	padding: 0 0 0 3%;
	display: inline-block;
	vertical-align: top;
	font-size: 1.0vw;
	line-height: 2.0;
}
.roop_excerpt a {
	display: block;
	text-align: right;
	padding-top: 2%;
}*/

/* Pagination */
.pagination {
	margin: 4% 0 0 0;
}
.nav-links {
	display: flex;
	justify-content: center;
}
.nav-links a {
	color: #999;
	transition: 0.6s;
}
.nav-links a:hover {
	color: #333;
}
.pagination .page-numbers {
	display: inline-block;
	margin-right: 1.2%;
	padding: 0.6% 1.2% 0.7% 1.2%;
	color: #333;
	border: solid 1px #eee;
	border-radius: 3px;
	background: #fff;
	font-size: 0.9vw;
	line-height: 1.8;
}
.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 */
.primary_single {
	width: 100%;
	max-width: 50%;
	margin: 0 auto;
	padding: 3% 0 0 0;
}

.single_ttl {
	margin: 0;
	padding: 0 0 1.5%;
	font-size: 1.4vw;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}
.single_meta {
	width: 100%;
	margin: 0 0 4%;
	padding: 0 0 4%;
	text-align: center;
	border-bottom: dotted 1px #ccc;
}
.single_meta a {
	width: fit-content;
	margin: 0 0.5%;
	display: inline;
	padding: 0.4% 2% 0.4%;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #777;
	font-size: 0.9vw;
	text-align: center;
	transition: 0.6s;
	border-radius: 100vh;
	line-height: 1.6;
}
.single_meta a:hover {
	border: 1px solid #ccc;
	background-color: #ccc;
}
.single_thum img {
	width: 100%;
	height: auto;
	display: block;
}
.gallery-item img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.single_cntnt p {
	margin: 0;
	padding: 0 0 1.5%;
	font-size: 0.95vw;
	line-height: 1.8;
}
.single_exp p {
	margin: 0;
	padding: 0;
	font-size: 0.9vw;
	line-height: 1.8;
}

.single_pagination {
	margin: 4% 0 10%;
	font-size: 0.9vw;
	line-height: 1.4;
}
.single_pagination .nav-links {
	justify-content: space-between;
}
.nav-previous {
	width: 50%;
	margin: 0;
	padding-right: 2%;
	border-right: solid 1px #aaa;
	text-align: right;
	box-sizing: border-box;
}
.nav-next {
	width: 50%;
	margin: 0;
	padding-left: 2%;
	text-align: left;
	box-sizing: border-box;
}

/* Lightbox */
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
	box-shadow: 0 0 64px -40px #000!important;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
	padding: 0!important;
	border-radius: 0!important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_details {
	display: none;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
	left: -35px!important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
	right: -35px!important;
}



/* Footer */
#footer {
	width: 100%;
	padding: 2% 0;
	color: #fff;
	background: #333;
	position: relative;
}
#footer-widget {
	width: 100%;
	max-width: 88%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	color: #fff;
	font-size: 0.9vw;
	line-height: normal;
}
#footer-widget li {
	list-style: none;
	padding: 0 2.8% 0 0;
}
#footer-widget li:last-child {
	padding: 0;
}
#footer-widget .widget {
	width: 33.33%;
}
#footer-widget .widget h2 {
	padding-bottom: 2%;
	color: #fff;
	font-size: 1.2vw;
	text-align: center;
}
#footer-widget .widget p {
	padding: 0 0 2%;
	font-size: 0.9vw;
	line-height: 1.8;
}
.copyright {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 0.9vw;
	text-align: center;
}

/* Page Top */
#page_top {
	position: fixed;
	right: 1.2%;
	bottom: 30px;
	width: 4.2%;
	cursor: pointer;
}
#page_top a {
	background-color: #999;
	border-radius: 50%;
	width: 100%;
	height: 0;
	padding-top: 100%;
	text-align: center;
	transition: opacity .5s;
	display: block;
	color: #fff;
	position: relative;
	border: solid 1px #fff;
}
#page_top p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.9vw;
	line-height: 1.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%;
}


/*----- 投稿一覧 -----*/
.post_list {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.post_list ul {
	width: 85%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: start;
}
.post_list ul li {
	width: 23.8%;
	margin: 0 1.6% 1.6% 0;
	padding: 0;
}
.post_list ul li:nth-of-type(4n) {
	margin: 0 0 1.6% 0;
}
.post_list ul li .thum {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.post_list ul li .thum a {
	display: block;
	transition: all .6s ease-in-out;
	position: relative;
}
.post_list ul li .thum a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #555;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .6s ease-in-out;
}
.post_list ul li .thum img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
	display: block;
}
.post_list ul li .thum a:hover {
	transform: scale(1.1);
}
.post_list ul li .thum a:hover::before {
	opacity: .6;
}
.post_list ul li .thum a h2 {
	position: absolute;
	width: 78%;
	left: 11%;
	bottom: 10%;
	font-size: 1.1vw;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
	opacity: 0;
	transition: 0.6s;
}
.post_list ul li .thum a:hover h2 {
	opacity: 1.0;
}

/* CONTACT */
.contact {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 6%;
	line-height: 1.8;
	letter-spacing: 0.08em;
	background: #999;
}
.contact h1 {
	width: 100%;
	padding: 4% 0 1%;
	font-size: 1.6vw;
	font-weight: 400;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #fff;
}
.contact_inner {
	width: 70%;
	margin: 3% auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}
.contact_inner .col_left {
	width: 65%;
	margin: 0 5% 0 0;
	padding: 0;
}
.contactform {
	width: 100%;
	margin: 0 auto;
	color: #fff;
}
.contactform table {
	width: 100%;
	margin: 0 auto;
	font-size: 0.9vw;
	border-collapse: collapse;
}
.contactform table p {
	font-family: "Helvetica Neue", Helvetica , Arial , Verdana , Roboto , "Noto Sans JP", sans-serif;
}
.contactform table th {
	width: 100%;
	display: block;
	padding: 0 0 1%;
	text-align: left;
	vertical-align: middle;
}
.contactform table .required {
	padding: 0 0 0 2%;
	color: #cc0000;
	font-size: 92%;
}
.contactform table td {
	width: 100%;
	display: block;
	padding: 0 0 3.5%;
	vertical-align: middle;
}

input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	background: #f7f7f7;
	border-style: none;
	outline: none;
	padding: 1.2% 2% 1.2% 2%;
	overflow: hidden;
	font-size: 0.9vw;
	line-height: 1.5;
	box-sizing: border-box;
}
.wpcf7-submit {
	margin:  2% 0 0 0;
	padding: 1% 6% 1.2% 6%;
	background-color: #333;
	color: #fff;
	font-size: 1.0vw;
	font-weight: 600;
	line-height: 1.6;
	transition: 0.5s;
	border-style: none;
}
.wpcf7-submit:hover {
	background-color: #666;
}
.contactform .wpcf7-spinner {
	margin: 7% 0 0 0;
	display: inline;
}
.wpcf7-not-valid-tip {
	display: inline;
	color: #cc0000;
	border: none;
	position: relative;
	top: auto;
	left: auto;
	margin: 1% 0 0 0;
	background: none;
}
.wpcf7-response-output {
	width: 100%;
	margin: 2% auto 0!important;
	padding: 1% 2%!important;
	font-size: 0.95vw;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}
.wpcf7 form .wpcf7-response-output {
	border: 1px solid #999!important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid #333!important;
}
.wpcf7 form.spam .wpcf7-response-output {
	border: 1px solid #f56e28!important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border: 1px solid #cc0000!important;
}

.contact_inner .col_right {
	width: 26%;
	margin: 0 0 0 4%;
	padding: 0;
	letter-spacing: 0.06em;
}
.contact_inner .col_right a {
	color: #fff;
	transition: 0.5s;
}
.contact_inner .col_right a:hover {
	opacity: .6;
}
.contact_inner .col_right h2 {
	margin: 8% 0 0 0;
	padding: 0 0 1%;
	font-size: 1.0vw;
	font-weight: 600;
	line-height: 1.8;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica , Arial , Verdana , Roboto , "Noto Sans JP", sans-serif;
}
.contact_inner .col_right .h2_top {
	margin: 0;
}
.contact_inner .col_right p {
	margin: 0;
	padding: 0 0 5%;
	font-size: 0.9vw;
	line-height: 1.8;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica , Arial , Verdana , Roboto , "Noto Sans JP", sans-serif;
}
.contact_inner .col_right .p_end {
	padding: 0;
}



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

@media screen and (max-width: 1280px) {
	/* Header */
	.logo {
		width: 20%;
	}
	/* Main manu */
	.hd-mainmenu li {
		padding: 1.5% 2%;
	}
	.hd-mainmenu li a {
		font-size: 1.2vw;
	}
	.hd-mainmenu li:last-child {
		padding: 1.5% 2%;
	}
	.hd-mainmenu li.menu-item-has-children > a::after {
		font-size: 1.1vw;
	}
	.hd-mainmenu li .drop_child li a {
		font-size: 1.1vw;
	}
	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#site-header.scroll-nav .logo {
		width: 15%;
	}
	/* Main manu */
	#site-header.scroll-nav .nav-holder {
		width: 85%;
	}
	#site-header.scroll-nav .hd-mainmenu li:last-child {
		padding: 1.5% 0 1.5% 2%;
	}
	
	#container {
		padding-top: 9.86%;
	}
	
	
	/*----- パンくず -----*/
	.breadcrumb li {
		font-size: 1.2vw;
	}
	
	/* Post */
	.hd_archive h1 {
		font-size: 1.8vw;
	}
	
	/*.roop h2 {
		font-size: 1.6vw;
	}
	.roop_meta {
		font-size: 1.15vw;
	}
	.meta_date::before {
		font-size: 1.2vw;
	}
	.meta_author::before {
		font-size: 1.2vw;
	}
	.meta_cat::before {
		font-size: 1.2vw;
	}
	.roop_excerpt {
		width: 56.1%;
		font-size: 1.2vw;
	}*/
	
	/* 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 */
	.primary_single {
		max-width: 60%;
	}
	.single_ttl {
		font-size: 1.6vw;
	}
	.single_meta a {
		font-size: 1.1vw;
	}
	.single_cntnt p {
		font-size: 1.15vw;
	}
	.single_exp p {
		font-size: 1.1vw;
	}
	.single_pagination {
		font-size: 1.1vw;
	}
	
	/* Footer */
	#footer-widget {
		font-size: 1.1vw;
	}
	#footer-widget .widget h2 {
		font-size: 1.4vw;
	}
	#footer-widget .widget p {
		font-size: 1.1vw;
	}
	.copyright {
		font-size: 1.1vw;
	}
	/* Page Top */
	#page_top  {
		width: 4.8%;
	}
	#page_top p {
		font-size: 1.1vw;
	}
	
	/*----- 投稿一覧 -----*/
	.post_list ul li {
		width: 31.4%;
		margin: 0 2.9% 2.9% 0;
	}
	.post_list ul li:nth-of-type(3n) {
		margin: 0 0 2.9% 0;
	}
	.post_list ul li:nth-of-type(4n) {
		margin: 0 2.9% 2.9% 0;
	}
	.post_list ul li:last-child {
		margin: 0 0 2.9% 0;
	}
	.post_list ul li .thum a h2 {
		font-size: 1.3vw;
	}
	
	/* CONTACT */
	.contact h1 {
		font-size: 1.8vw;
	}
	.contact_inner {
		width: 85%;
	}
	.contact_inner .col_left {
		width: 64%;
		margin: 0 2% 0 0;
	}
	.contactform table {
		font-size: 1.1vw;
	}
	input[type="text"],
	input[type="email"],
	textarea {
		font-size: 1.1vw;
	}
	.wpcf7-submit {
		font-size: 1.2vw;
	}
	.wpcf7-response-output {
		font-size: 1.15vw;
	}
	.contact_inner .col_right {
		width: 32%;
		margin: 0 0 0 2%;
	}
	.contact_inner .col_right h2 {
		font-size: 1.2vw;
	}
	.contact_inner .col_right p {
		font-size: 1.1vw;
	}
	
	
	
	
	
}


/* tablet */
@media screen and (max-width: 1024px) {
	/* Header */
	.hd_container {
		max-width: 95%;
	}
	.logo {
		width: 25%;
		margin: 2.5% auto 0.5%;
	}
	/* Main manu */
	.hd-mainmenu li {
		padding: 1.5% 2.5%;
	}
	.hd-mainmenu li a {
		font-size: 1.6vw;
	}
	.hd-mainmenu li:last-child {
		padding: 1.5% 2.5%;
	}
	.hd-mainmenu .have_child {
		margin-right: 2.2%;
	}
	.hd-mainmenu li.menu-item-has-children > a::after {
		font-size: 1.5vw;
	}
	.hd-mainmenu li .drop_child {
		width: calc(100% + 13%);
	}
	.hd-mainmenu li .drop_child li a {
		font-size: 1.5vw;
	}
	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#site-header.scroll-nav .logo {
		width: 18%;
	}
	/* Main manu */
	#site-header.scroll-nav .nav-holder {
		width: 82%;
	}
	#site-header.scroll-nav .hd-mainmenu li {
		padding: 2% 2.2%;
	}
	#site-header.scroll-nav .hd-mainmenu li a {
		font-size: 1.5vw;
	}
	#site-header.scroll-nav .hd-mainmenu li:last-child {
		padding: 2% 0 2% 2.2%;
	}
	#site-header.scroll-nav .hd-mainmenu li.menu-item-has-children > a::after {
		font-size: 1.4vw;
		right: -2%;
	}
	#site-header.scroll-nav .hd-mainmenu li .drop_child li {
		padding: 4% 0;
	}
	#site-header.scroll-nav .hd-mainmenu li .drop_child li a {
		font-size: 1.4vw;
	}
	
	#container {
		padding-top: 11.19%;
	}
	
	/*----- パンくず -----*/
	.breadcrumb li {
		font-size: 1.4vw;
	}
	
	/* Post */
	.hd_archive h1 {
		font-size: 2.1vw;
	}
	
	/*.main {
		margin: 0 2% 10% 0;
	}
	.roop h2 {
		font-size: 1.8vw;
	}
	.roop_meta {
		font-size: 1.35vw;
	}
	.meta_date::before {
		font-size: 1.4vw;
	}
	.meta_author::before {
		font-size: 1.4vw;
	}
	.meta_cat::before {
		font-size: 1.4vw;
	}
	.roop_excerpt {
		width: 55.8%;
		font-size: 1.4vw;
	}*/
	
	/* Pagination */
	.pagination .page-numbers {
		padding: 0.4% 1.2%;
		font-size: 1.5vw;
	}
	
	/* side bar */
	.side {
		margin: 0 0 10% 2%;
	}
	.side .widget h2 {
		font-size: 1.5vw;
		line-height: 1.4;
	}
	.side .widget ul li {
		font-size: 1.3vw;
	}
	
	/* Single */
	.primary_single {
		max-width: 70%;
	}
	.single_ttl {
		font-size: 1.9vw;
	}
	.single_meta a {
		font-size: 1.4vw;
	}
	.single_cntnt p {
		font-size: 1.45vw;
	}
	.single_exp p {
		font-size: 1.4vw;
	}
	.single_pagination {
		font-size: 1.4vw;
	}
	
	/* Lightbox */
	#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_layout {
		width: 88%!important;
		left: 6%;
	}
	#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
		width: 100%;
	}
	#slb_viewer_wrap .slb_theme_slb_baseline .slb_content {
		width: 100%!important;
		height: auto!important;
	}
	#slb_viewer_wrap .slb_theme_slb_baseline .slb_content img {
		display: block!important;
	}
	#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
		left: -32.5px!important;
	}
	#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
		right: -32.5px!important;
	}
	
	/* Footer */
	#footer-widget {
		font-size: 1.4vw;
	}
	#footer-widget .widget h2 {
		font-size: 1.7vw;
	}
	#footer-widget .widget p {
		font-size: 1.4vw;
	}
	.copyright {
		font-size: 1.4vw;
	}
	
	/* Page Top */
	#page_top {
		width: 5.3%;
		right: 1.5%;
	}
	#page_top p {
		transform: translate(-48%, -50%);
		font-size: 1.3vw;
		line-height: 1.1;
	}
	
	/*----- 投稿一覧 -----*/
	.post_list ul {
		width: 90%;
	}
	.post_list ul li .thum a h2 {
		font-size: 1.7vw;
	}
	
	/* CONTACT */
	.contact h1 {
		font-size: 2.1vw;
	}
	.contact_inner {
		width: 90%;
	}
	.contactform table {
		font-size: 1.4vw;
	}
	input[type="text"],
	input[type="email"],
	textarea {
		font-size: 1.4vw;
	}
	.wpcf7-submit {
		font-size: 1.5vw;
	}
	.wpcf7-response-output {
		font-size: 1.45vw;
	}
	.contact_inner .col_right h2 {
		font-size: 1.5vw;
	}
	.contact_inner .col_right p {
		font-size: 1.4vw;
	}
	
	
	
	
	
}


/* 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;
}

@media screen and (max-width: 768px) {
	.pc_view {
		display: none;
	}
	.sp_view {
		display: block;
	}
	
	/* Header */
	.hd_container {
		max-width: 90%;
		height: 60px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.logo {
		width: 28%;
		max-width: 168px;
		margin: 0;
	}
	/* Main manu */
	.nav-holder {
		display: none;
	}
	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#site-header.scroll-nav .hd_container {
		height: 48px;
	}
	#site-header.scroll-nav .logo {
		width: 25%;
		max-width: 150px;
	}
	/* 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: 7% 0;
		border-bottom: 1px solid #444;
		line-height: 1.6;
	}
	.navi-container ul li a {
		width: 80%;
		display: block;
		color: #fff;
	}
	/*.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: 32px;
		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;
	}
	
	.spm_info {
		width: 77%;
		margin: 18% auto;
		text-align: center;
		line-height: 1.8;
	}
	.spm_info a {
		color: #fff;
	}
	.spm_info h2 {
		margin: 0;
		padding: 0 0 2%;
		font-size: 2.6vw;
		font-weight: 600;
		color: #ccc;
	}
	.spm_info .h2_top {
		margin: 12% 0 0 0;
	}
	.spm_info p {
		margin: 0;
		padding: 0;
		font-size: 2.2vw;
		color: #ccc;
	}
	
	
	#container {
		padding-top: 60px;
	}
	
	/*----- パンくず -----*/
	.breadcrumb {
		max-width: 92%;
	}
	.breadcrumb li {
		font-size: 1.6vw;
	}
	
	/* Post */
	.hd_archive h1 {
		font-size: 2.5vw;
	}
	
	/*.primary {
		max-width: 92%;
		display: block;
	}
	.main {
		width: 100%;
		margin: 0 0 10% 0;
	}
	.roop h2 {
		font-size: 2.1vw;
	}
	.roop_meta {
		font-size: 1.65vw;
	}
	.meta_date::before {
		font-size: 1.7vw;
	}
	.meta_author::before {
		font-size: 1.7vw;
	}
	.meta_cat::before {
		font-size: 1.7vw;
	}
	.roop_excerpt {
		font-size: 1.7vw;
	}*/
	
	/* Pagination */
	.pagination .page-numbers {
		padding: 0 1.2%;
		font-size: 2.0vw;
	}
	
	/* side bar */
	.side {
		width: 60%;
		margin: 0 auto 10%;
		display: block;
	}
	.side .widget h2 {
		font-size: 1.8vw;
	}
	.side .widget ul li {
		font-size: 1.6vw;
	}
	
	/* Single */
	.primary_single {
		max-width: 80%;
		padding: 5% 0 0 0;
	}
	.single_ttl {
		padding: 0 0 1%;
		font-size: 2.5vw;
		line-height: 1.6;
	}
	.single_meta {
		line-height: 1.6;
	}
	.single_meta a {
		font-size: 1.9vw;
	}
	.single_cntnt p {
		font-size: 1.95vw;
	}
	.single_exp p {
		font-size: 1.9vw;
	}
	.single_pagination {
		font-size: 1.9vw;
	}
	
	/* Lightbox */
	#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_layout {
		width: 86%!important;
		left: 7%;
	}
	#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
		left: -30px!important;
	}
	#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
		right: -30px!important;
	}
	
	/* Footer */
	#footer-widget {
		max-width: 92%;
		font-size: 1.9vw;
	}
	#footer-widget .widget h2 {
		font-size: 2.4vw;
	}
	#footer-widget .widget p {
		font-size: 1.9vw;
	}
	.copyright {
		font-size: 1.9vw;
	}
	
	/* Page Top */
	#page_top {
		width: 6.5%;
	}
	#page_top p {
		transform: translate(-48%, -54%);
		font-size: 1.6vw;
	}
	
	/*----- 投稿一覧 -----*/
	.post_list ul {
		width: 85%;
	}
	.post_list ul li {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.post_list ul li:nth-child(odd) {
		margin: 0 4% 4% 0;
	}
	.post_list ul li:nth-child(even) {
		margin: 0 0 4% 0;
	}
	.post_list ul li .thum a h2 {
		font-size: 2.2vw;
	}
	
	/* CONTACT */
	.contact h1 {
		font-size: 2.5vw;
	}
	.contact_inner {
		width: 80%;
	}
	.contact_inner .col_left {
		width: 100%;
		margin: 0 0 5% 0;
	}
	.contactform table {
		font-size: 1.9vw;
	}
	input[type="text"],
	input[type="email"],
	textarea {
		font-size: 1.9vw;
	}
	.wpcf7-submit {
		font-size: 2.0vw;
	}
	.wpcf7-response-output {
		font-size: 1.95vw;
	}
	.contact_inner .col_right {
		width: 100%;
		margin: 0;
	}
	.contact_inner .col_right h2 {
		margin: 4% 0 0 0;
		font-size: 2.0vw;
	}
	.contact_inner .col_right p {
		padding: 0 0 2%;
		font-size: 1.9vw;
	}
	
	
	
	
}


@media screen and (max-width: 580px) {
	/* Header */
	.logo {
		width: 40%;
		max-width: 140px;
	}
	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#site-header.scroll-nav .logo {
		width: 35%;
		max-width: 123px;
	}
	/* SP manu */
	.nav-content.open {
		width: 75%;
	}
	.navi-container {
		width: 82%;
	}
	.navi-container ul li {
		font-size: 3.1vw;
	}
	.navi-container li.menu-item-has-children.arrowup::after {
		top: 28px;
	}
	.navi-container ul li .sub-menu li {
		font-size: 2.8vw;
	}
	.spm_info {
		width: 82%;
	}
	.spm_info h2 {
		font-size: 3.2vw;
	}
	.spm_info p {
		font-size: 2.8vw;
	}
	
	/*----- パンくず -----*/
	.breadcrumb {
		max-width: 80%;
	}
	.breadcrumb li {
		font-size: 2.1vw;
	}
	
	/* Post */
	.hd_archive {
		padding: 5% 0 2%;
	}
	.hd_archive h1 {
		font-size: 3.2vw;
	}
	
	/*.primary {
		max-width: 80%;
		padding: 5% 0 0 0;
		display: block;
	}
	.roop h2 {
		font-size: 2.8vw;
	}
	.roop_meta {
		padding: 0 0 2% 0;
		font-size: 2.35vw;
	}
	.meta_date::before {
		font-size: 2.3vw;
	}
	.meta_author::before {
		font-size: 2.3vw;
	}
	.meta_cat::before {
		font-size: 2.3vw;
	}
	.roop_thum {
		width: 100%;
		display: block;
	}
	.roop_excerpt {
		width: 100%;
		margin: 0;
		padding: 2% 0 0 0;
		display: block;
		font-size: 2.3vw;
		line-height: 1.8;
	}*/
	
	/* Pagination */
	.pagination .page-numbers {
		margin-right: 1.6%;
		padding: 0 1.6%;
		font-size: 2.6vw;
	}
	
	/* side bar */
	.side {
		width: 100%;
	}
	.side .widget h2 {
		font-size: 2.4vw;
	}
	.side .widget ul li {
		font-size: 2.2vw;
	}
	
	/* Single */
	.primary_single {
		max-width: 90%;
	}
	.single_ttl {
		padding: 0 0 0.5%;
		font-size: 3.2vw;
	}
	.single_meta a {
		font-size: 2.5vw;
	}
	.single_cntnt p {
		font-size: 2.55vw;
	}
	.single_exp p {
		font-size: 2.5vw;
	}
	.single_pagination {
		font-size: 2.5vw;
	}
	
	/* Lightbox */
	#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
		left: -25px!important;
	}
	#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
		right: -25px!important;
	}
	
	/* Footer */
	#footer-widget {
		display: block;
		font-size: 2.5vw;
	}
	#footer-widget li {
		list-style: none;
		padding: 0;
	}
	#footer-widget .widget {
		width: 100%;
		padding-bottom: 3%;
	}
	#footer-widget .widget h2 {
		font-size: 3.0vw;
	}
	#footer-widget .widget p {
		font-size: 2.5vw;
	}
	.copyright {
		font-size: 2.5vw;
	}
	
	/* Page Top */
	#page_top {
		right: 3%;
		bottom: 10%;
		width: 9.5%;
	}
	#page_top p {
		font-size: 2.1vw;
	}
	
	/*----- 投稿一覧 -----*/
	.post_list ul {
		width: 90%;
	}
	.post_list ul li .thum a h2 {
		font-size: 2.8vw;
	}
	
	/* CONTACT */
	.contact h1 {
		padding: 5% 0 2%;
		font-size: 3.2vw;
	}
	.contact_inner {
		width: 90%;
	}
	.contactform table {
		font-size: 2.6vw;
	}
	input[type="text"],
	input[type="email"],
	textarea {
		font-size: 2.6vw;
	}
	.wpcf7-submit {
		font-size: 2.7vw;
	}
	.wpcf7-response-output {
		font-size: 2.65vw;
	}
	.contact_inner .col_right h2 {
		font-size: 2.7vw;
	}
	.contact_inner .col_right p {
		font-size: 2.6vw;
	}
	
	
	
	
	
}

@media screen and (max-width: 480px) {
	/* Lightbox */
	#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
		position: relative!important;
		margin-top: 10%!important;
	}
	
}



@media screen and (max-width: 390px) {
	/* Header */
	.logo {
		width: 50%;
		max-width: 125px;
	}
	/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
	#site-header.scroll-nav .logo {
		width: 45%;
		max-width: 112px;
	}
	/* SP manu */
	.nav-content.open {
		width: 80%;
	}
	.navi-container ul li {
		font-size: 3.6vw;
		padding: 9% 0;
	}
	.navi-container ul li .sub-menu li {
		font-size: 3.3vw;
		padding: 9% 0;
	}
	.navi-container ul li .sub-menu li:last-child {
		padding: 9% 0 0 0;
	}
	.spm_info {
		width: 90%;
	}
	.spm_info h2 {
		font-size: 3.7vw;
	}
	.spm_info p {
		font-size: 3.3vw;
	}
	
	/*----- パンくず -----*/
	.breadcrumb {
		max-width: 90%;
	}
	.breadcrumb li {
		font-size: 2.6vw;
	}
	
	/* Post */
	.hd_archive h1 {
		font-size: 3.8vw;
	}
	
	/*.primary {
		max-width: 90%;
	}
	.roop h2 {
		font-size: 3.3vw;
	}
	.roop_meta {
		font-size: 2.85vw;
	}
	.meta_date::before {
		font-size: 2.8vw;
	}
	.meta_author::before {
		font-size: 2.8vw;
	}
	.meta_cat::before {
		font-size: 2.8vw;
	}
	.roop_excerpt {
		font-size: 2.8vw;
	}*/
	
	/* Pagination */
	.pagination .page-numbers {
		margin-right: 2%;
		padding: 0 2%;
		font-size: 3.2vw;
	}
	
	/* side bar */
	.side .widget h2 {
		font-size: 2.9vw;
	}
	.side .widget ul li {
		font-size: 2.7vw;
	}
	
	/* Single */
	.single_ttl {
		padding: 0;
		font-size: 3.8vw;
	}
	.single_meta a {
		font-size: 3.0vw;
	}
	.single_cntnt p {
		font-size: 3.05vw;
	}
	.single_exp p {
		font-size: 3.0vw;
	}
	.single_pagination {
		font-size: 3.0vw;
	}
	
	/* Lightbox */
	#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_layout {
		width: 92%!important;
		left: 4%;
	}
	#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
		left: 5px!important;
	}
	#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
		right: 5px!important;
	}
	
	/* Footer */
	#footer-widget {
		font-size: 3.1vw;
	}
	#footer-widget .widget {
		padding-bottom: 4%;
	}
	#footer-widget .widget h2 {
		font-size: 3.6vw;
	}
	#footer-widget .widget p {
		font-size: 3.1vw;
	}
	.copyright {
		font-size: 3.1vw;
	}
	
	/* Page Top */
	#page_top {
		right: 4%;
		bottom: 10%;
		width: 12%;
	}
	#page_top p {
		font-size: 2.6vw;
	}
	
	/*----- 投稿一覧 -----*/
	.post_list ul li {
		width: 100%;
		margin: 0 0 8% 0;
	}
	.post_list ul li:nth-child(odd) {
		margin: 0 0 8% 0;
	}
	.post_list ul li:nth-child(even) {
		margin: 0 0 8% 0;
	}
	.post_list ul li .thum a h2 {
		font-size: 3.6vw;
	}
	
	/* CONTACT */
	.contact h1 {
		font-size: 3.8vw;
	}
	.contactform table {
		font-size: 3.2vw;
	}
	input[type="text"],
	input[type="email"],
	textarea {
		font-size: 3.2vw;
	}
	.wpcf7-submit {
		font-size: 3.3vw;
	}
	.wpcf7-response-output {
		font-size: 3.25vw;
	}
	.contact_inner .col_right h2 {
		font-size: 3.2vw;
	}
	.contact_inner .col_right p {
		font-size: 3.2vw;
	}
	
	
	
}