/* CSS Document */

@charset "utf-8";

/* ---------- init ---------- */
* {
	margin: 0;
	padding: 0;
  box-sizing: border-box;
}

header,
main,
article,
section,
nav,
aside,
figure,
figcaption,
footer {
	display: block;
}

a {
	background-color: transparent;
	outline: none;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

button,
input,
textarea,
select {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
 display: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
	cursor: pointer;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

textarea {
	overflow: auto;
}

b,strong {
	font-weight: bold;
}

address {
	font-style: normal;
}

caption {
	text-align: left;
}


/* ---------- common ---------- */
body {
	color: #00130e;
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 100%;
  letter-spacing: 0.08em; 
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 500;
	line-height: 1.4;
}

p,address {
	font-size: 18px;
	line-height: 1.8;
  margin-bottom: 1em;
}

table {
  width: 100%;
}
table th,
table td {
	font-size: 18px;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
}

dt,dd {
	font-size: 18px;
	line-height: 1.8;
}

li {
	font-size: 18px;
	line-height: 1.8;
	list-style-type: none;
}

input,textarea,select {
	font-size: 14px;
	line-height: 100%;
}

a {
	color: #00130e;
	text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #00130e;
}
/*
.num {
	font-family: 'Sora', sans-serif;
	font-weight: 600;
}
.en {
	font-family: 'Sora', sans-serif;
	font-weight: 600;
}*/

.en {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Roboto Condensed', sans-serif;
  /*font-family: 'Oswald', sans-serif;*/
  font-weight: 400;
  letter-spacing: 0.04em;
	font-size: 24px;
	color: #d9bb74;
}
.num {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
	font-size: 24px;
	color: #d9bb74;
}


/* ---------- layout ---------- */

/* wp_pagenavi */
.wp-pagenavi {
	padding-top: 80px;
	padding-bottom: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-pagenavi .previouspostslink {
	padding: 12px 15px;
    color: #799797;
    background: #fff;
    border-radius: 5px;
	border: 1px solid #799797;
	margin-right: 10px;
}
.wp-pagenavi .current {
	padding: 12px 15px;
    color: #fff;
    background: #799797;
    border-radius: 5px;
	margin-right: 10px;
}
.wp-pagenavi .extend {
	padding: 12px 15px;
    color: #799797;
    background: #fff;
    border-radius: 5px;
	border: 1px solid #799797;
	margin-right: 10px;
}
.wp-pagenavi a.first {
	padding: 12px 15px;
    color: #799797;
    background: #fff;
    border-radius: 5px;
	border: 1px solid #799797;
	margin-right: 10px;
}
.wp-pagenavi a.last {
	padding: 12px 15px;
    color: #799797;
    background: #fff;
    border-radius: 5px;
	border: 1px solid #799797;
	margin-right: 10px;
}
.wp-pagenavi .page {
	padding: 12px 15px;
    color: #799797;
    background: #fff;
    border-radius: 5px;
	border: 1px solid #799797;
	margin-right: 10px;
}
.wp-pagenavi .pages {
	padding: 12px 15px;
    color: #799797;
    background: #fff;
    border-radius: 5px;
	border: 1px solid #799797;
	margin-right: 10px;
}
.wp-pagenavi .nextpostslink {
	padding: 12px 15px;
    color: #799797;
    background: #fff;
    border-radius: 5px;
	border: 1px solid #799797;
	margin-right: 10px;
}

#container {
	min-width: 1200px;
  margin: 0 auto;
}
/*p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 42px;
}*/
/*a,
a:link,
a:visited,
a:hover,
a:active {
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
	text-decoration: none;
}*/
/*li {
	list-style-type: none;
}*/
/*.nav-font {
	font-family: DINCondensed;
	font-weight: bold;
	font-size: 14px;
	color: #d9bb74;
	line-height: 18px!important;
}*/
/* common */
.is-SP {
	display: none;
}
span.is-PC {
	padding-left: 0!important;
	background: none!important;
	transition: none !important;
}
.is-SP::after {
	background: none!important;
}
.box {
	width: 1600px;
	margin: 0 auto;
}
#header {
	/*display: block;*/
}
#header .inner {
	position: relative;
	height: 163px;
}
#header .logo {
	position: absolute;
	width: 124px;
	height: 96px;
	top: 32px;
	left: 42px;
}
#header .logo img {
	width: 100%;
	height: auto;
}


#header .head-nav {
  /*text-align: center; */
  padding-top: 45px;
  /* 強制左シフト:目分量 */
  margin-left: -150px;
}
#header .head-nav .gnav {
  display: block;
  overflow: hidden;
  width: 584px;
  margin: 0 auto;
}
#header .head-nav .gnav li {
  float: left;
  margin-right: 80px;
}
#header .head-nav .gnav li.work {
  margin-right: 0;
}
#header .head-nav .gnav li a {
  display: block;
  padding-top: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em; 
  width: 100%;
}
#header .head-nav .gnav li.home a { background: url("../img/icon/ic_header-toppage_01_bk.png") center top no-repeat;}
#header .head-nav .gnav li.abou a { background: url("../img/icon/ic_header-service_01_bk.png") center top no-repeat;}
#header .head-nav .gnav li.conc a { background: url("../img/icon/ic_header-concept_01_bk.png") center top no-repeat;}
#header .head-nav .gnav li.work a { background: url("../img/icon/ic_header-works_01_bk.png") center top no-repeat;}
#header .head-nav .gnav li a span.en {
  display: block;
  font-size: 14px;
}
#header .head-nav .gnav li.abou-sub {
}
#header .head-nav .gnav li.abou-sub ul {
	display: flex;
	justify-content: space-between;
	padding-left: 56px;
	background-color: #f7f7f7;
}
#header .head-nav .gnav li.abou-sub ul {
	width: 100%;
}
#header .head-nav .gnav li.abou-sub ul li a {
	padding-left: 0;
	padding-right: 21px;
	font-size: 11px;
}
#header .head-nav .gnav li a {
	padding-bottom: 15px;
	position: relative;
}
#header .head-nav .gnav li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgb(37,107,71);
	transform: scale(0,1);
	transform-origin: center top;
	transition: transform 0.3s ease-out;
}
#header .head-nav .gnav li a:hover::after{
	transform: scale(1,1);
}

#header .head-nav .subnav {
  position: absolute;
  top:25px;
  right: 30px;
}
#header .head-nav .subnav ul {
  overflow: hidden;
  margin-bottom: 15px;
  margin-left: 10px;
}
#header .head-nav .subnav ul li {
  float: left;
  margin-left: 35px;
}
#header .head-nav .subnav ul li:first-child {
  margin-left: 0;
}
#header .head-nav .subnav ul li a {
  display: block;
  padding-left: 10px;
  background: url("../img/icon/ic_dot.png") left center no-repeat;
  font-size: 14px;
  font-weight: 400;
}
#header .head-nav .subnav ul li a:hover {
  opacity: 0.7;
}

#header .head-nav .subnav .contact {
}
#header .head-nav .subnav .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 72px;
  border: 2px #000 solid;
  font-size: 18px;
  transition: all  0.2s;
}
#header .head-nav .subnav .contact a:hover {
  color: #FFFFFF;
  border-color: rgb(37,107,71);
  background-color: rgb(37,107,71);
  transition: all  0.2s ease-out;
}
#header .head-nav .subnav .contact a span {
  display: inline-block;
  padding-left: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: url("../img/icon/ic_mail.png") left center no-repeat;
  transition: all  0.2s ;
}
#header .head-nav .subnav .contact a span::after {
  background-image: url("../img/icon/ic_mail_h.png");
  display: none;
}
#header .head-nav .subnav .contact a:hover span {
  background: url("../img/icon/ic_mail_h.png") left center no-repeat;
  transition: all  0.2s ease-out;
}





/*
#header .header-inner .top-contact {
	display: inline-block;
    position: absolute;
	bottom: 20px;
	right: 30px;
	text-align: center;
}
#header .header-inner .pc-nav {
	padding-top: 46px;
}
#header .header-inner .pc-nav ul {
	text-align: center;
}
#header .header-inner .pc-nav ul li {
	display: inline-block;
	padding-right: 92px;
	text-align: center;
	position: relative;
}
#header .header-inner .pc-nav ul li > a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 18px;
}
#header .header-inner .pc-nav ul li.first > a{
	display: block;
	position: relative;
	transition: all .3s;
	padding-bottom: 15px;
	z-index: 9990;
}
#header .header-inner .pc-nav ul li.first a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: rgb(217,187,116);
	transform: scale(0,1);
	transform-origin: center top;
	transition: transform .3s;
	z-index: 9999;
}
#header .header-inner .pc-nav ul li.first > a:hover,
#header .header-inner .pc-nav ul li.open > a{
}
#header .header-inner .pc-nav ul li.first > a:hover::after,
#header .header-inner .pc-nav ul li.open > a::after{
	transform: scale(1,1);
}
#header .header-inner .pc-nav ul li img {
}
#header .header-inner .top-contact ul {
}
#header .header-inner .top-contact ul li {
	display: inline-block;
	padding-bottom: 30px;
	padding-right: 25px;
	list-style-type: disc!important;
	line-height: 0;
	font-size: 14px;
}
#header .header-inner .top-contact ul li a {

}
#header .header-inner .top-contact .contact-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 340px;
	height: 72px;
	border: 2px #000 solid;
	font-size: 18px;
}
#header .header-inner .top-contact .contact-btn img {
	  font-weight: 400;
	  font-family: 'Noto Sans JP', sans-serif;
	  font-size: 18px;
	  letter-spacing: 0.08em;
}*/
#footer {
}
#footer .inner {
	position: relative;
	background: url("../img/img_footer_01_dark.jpg") center center / cover no-repeat;
	color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}
#footer .stores {
  width: 1000px;
  margin-left: auto;
  margin-right: 160px;
  margin-bottom: 80px;
}
#footer .stores ul {
  overflow: hidden;
}
#footer .stores ul .box {
	display: block;
	float: left;
	width: 500px;
	border: 4px #FFF solid;
	font-size: 18px;
	color: #fff;
	justify-content: center;
	padding: 42px 40px 45px 40px;
}
#footer .stores ul .box + .box {
	margin-left: -4px;
}
#footer .stores ul .box .store-name {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}
#footer .stores ul .box > .address {
	color: inherit;
	font-size: 16px;
	letter-spacing: 0.12em;
	line-height: 1.75;
    margin-bottom: 0;
    display: block;
}

#footer .stores .reserve-btn a {
	border: #fff 2px solid;
	color: #fff;
	width: 58.25%;
	height: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 26px;
	margin-top: 33px;
	font-size: 16px;
}

#footer .stores .reserve-btn a::before {
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
	content: "";
	width: 18px;
	height: 19px;
	background-image: url(../img/icon/icon_reserve_white.svg);
	background-size: contain;
	vertical-align: middle;
	top: 50%;
	left: 25%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {

	#footer .stores ul .box .store-name {
		font-size: 3.73vw;
		margin-bottom: 0.8vw;
	}

	#footer .stores .reserve-btn a::before {
		width: 3.2vw;
		height: 3.2vw;
		left: 30%;
	}

	#footer .stores .reserve-btn a {
		border: #fff 1px solid;
		width: 100%;
		margin-top: 4.26vw;
		font-size: 3.46vw;
		padding-left: 4.53vw;
	}
}
/*
#footer .stores ul li:last-of-type {
	display: inline-block;
	width: 485px;
	height: 152px;
	border-left: 0px #000 solid;
	text-align: left;
	padding-left: 0;
}*/
#footer .sitemap {
	width: 980px;
	margin-right: 160px;
  margin-left: auto;
}
#footer .sitemap > ul:first-of-type {
	display: block;
	font-size: 0;
	white-space: nowrap;
  overflow: hidden;
}
#footer .sitemap > ul:first-of-type >li{
  display: block;
  vertical-align: top;
  float: left;
}
#footer .sitemap > ul:first-of-type>li>ul>li a{
	font-size: 18px;
	line-height: 1.5;
}
#footer .sitemap>ul:first-of-type>li:nth-child(-n+2){
	padding-right: 100px;
}
#footer .sitemap>ul:first-of-type>li:nth-child(n+3){
	padding-right: 0px;
}
#footer .sitemap>ul:first-of-type>li:nth-child(n+4){
	width: 270px;
  float: right;
}
#footer .sitemap>ul:first-of-type>li:first-of-type>ul>:nth-of-type(n+2)  {
	border-left: 1px #000 solid;
	padding-left: 23px;
	border-color: #fff!important;
}
#footer .sitemap ul:first-of-type li ul{
	display: block;
}
#footer .sitemap ul:first-of-type li ul li{
	display: block;
	font-size: 18px;
	color: #fff!important;
}
#footer .sitemap  ul:first-of-type li ul li:nth-of-type(-n+3){
	padding-bottom: 30px;
}
#footer .sitemap  ul:first-of-type li ul li a {
	color: #fff!important;
}
#footer .sitemap  ul:first-of-type li ul li a:hover {
	opacity: 0.7;
}
/*
#footer .sitemap .contact {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 72px;
	font-size: 18px;
	color: #000!important;
	background-color: #fff;
}*/
#footer .sitemap .contact {
  padding-bottom: 40px;
}
#footer .sitemap .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 72px;
  font-size: 18px;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 18px;
  transition: all  0.2s ;
}
#footer .sitemap .contact a:hover {
  color: #FFFFFF;
  border-color: rgb(37,107,71);
  background-color: rgb(37,107,71);
  transition: all  0.2s ease-out;
}
#footer .sitemap .contact a span {
  display: inline-block;
  padding-left: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: url("../img/icon/ic_mail.png") left center no-repeat;
  transition: all  0.2s ;
  
}
#footer .sitemap .contact a:hover span {
  background: url("../img/icon/ic_mail_h.png") left center no-repeat;
  transition: all  0.2s ease-out;
}

#footer .sitemap .sns {
	margin-bottom: 15px;
}
#footer .sitemap .sns {
  /*
	display: flex;
	justify-content: flex-end;
	align-items: center;
  */
  /*text-align: right;*/
  /**/
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  
}
#footer .sitemap .sns div {
  /**/
	/*display: inline-block;*/
  margin-left: 10px;
  /*vertical-align: middle;*/
}
#footer .sitemap .sns div a {
}
#footer .sitemap .sns div a:hover {
  opacity: 0.7;
}

#footer .sitemap .copyright {
  display: block;
	font-size: 12px;
	text-align: right;
}

#pagetop {
	width: 70px;
	height: 70px;
	z-index: 10000;
	position: fixed;
	right: 0;
	bottom: 0;
}
#pagetop a {
	display: block;
}
#pagetop a:hover {
  opacity: 0.5;
}

/* postbody */
.postbody {
	overflow: hidden;
}
/*
.postbody *:first-child {
	margin-top: 0;
}
*/
.postbody p {
	margin-bottom: 1.5em;
	line-height: 1.8;
}
.postbody h1, 
.postbody h2 {
  font-size: 32px !important;
	font-weight: 700 !important;
	margin-top: 1.8em;
	margin-bottom: 0.8em !important;
  border-bottom: #e5e7e6 2px solid;
  padding-bottom: 0.4em;
}

.postbody h3:not(.project_single_main .postbody h3:first-of-type){
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-size: 28px;
  font-weight: 700;
  color: rgb(37,107,71);
}
.postbody h4 {
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-size: 20px;
  font-weight: 700;
}
.postbody h5 {
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-size: 18px;
  font-weight: 700;
}

.postbody a,
.postbody a:hover {
	text-decoration: underline;
}

.postbody img {
	display: block;
	margin: inherit;
	margin-top: 1em;
	margin-bottom: 2em;
}
.postbody img:first-child {
	margin-top: 0;
}

.postbody ul {
	margin-bottom: 1.5em;
}
.postbody ul > li {
	padding-bottom: 0.5em;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.08em;
}

.postbody ol {
	margin-bottom: 1.5em;
}
.postbody ol > li {
	padding-bottom: 0.5em;
	list-style-position: inside;
	list-style-type: decimal;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.08em;
}

.postbody table {
	width: 100%;
	margin-bottom: 2em;
	border-spacing: 0px;
}
.postbody table th,
.postbody table td {
	border: solid 1px rgb(210,210,210);
	padding: 15px 20px;
	line-height: 180%;
	font-size: 18px;
	text-align: left;
}
.postbody table th {
	background-color: rgb(246,246,246);
	font-weight: bold;
	vertical-align: top;
}

.postbody .alignleft {
	float: left;
	margin-right: 2em;
}
.postbody .alignright {
	float: right;
	margin-left: 2em;
}
.postbody .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.postbody .wp-caption {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.postbody .wp-caption > img {
	margin: 0;
}
.postbody .wp-caption .wp-caption-text {
	font-size: 12px;
	margin: 0;
}

/*#footer .sitemap .contact-btn img {
}*/
/*
@media screen and (min-width: 1000px) and (max-width: 1400px) {
	#header .header-inner .pc-nav ul li {
		padding-right: 3vw;
	}
	#header .header-inner .top-contact {
		width: 25vw;
	}
	#header .header-inner .top-contact ul li {
		padding-right: 0.9vw;
	}
	#header .header-inner .top-contact .contact-btn {
		width: 25vw;
	}
	#footer .footer-inner .stores {	
		top: 10vw;
		right: 10vw;
	}
	#footer .footer-inner .stores ul li {
		width: 35vw;
	}
	#footer .footer-inner .stores ul li:last-of-type {
		width: 35vw;
	}
	#footer .footer-inner .sitemap>ul>li:nth-child(n+3){
		padding-right: 5vw;
	}
	#footer .footer-inner .sitemap {
		width: 69vw;
	}
	#footer .footer-inner .sitemap>ul>li:nth-child(-n+3){
		padding-right: 2vw;
	}
}
*/
.openNavButton {
    display: block;
    position: absolute;
    right: 20px;
    top: 26px;
    width: 28px;
    height: 28px;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 6000;
}
/*
@media screen and (max-width: 999px) {
	#body {
    width: 1000px;
    position: absolute;
    transform-origin: 0% 0%;
	}
}
@media screen and (min-width: 376px)  and (max-width: 1920px) {
	.openNavButton {
		display: none;
	}
}
*/
@media only screen and (max-width: 768px) {
	.is-PC {
		display: none!important;
	}
	.is-SP {
		display: block;
	}
	/* オープンナビゲーション */
	.open-nav-overlay {	
		width: auto;
		height: auto;
		overflow: auto;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 1900;
		opacity: 0;
		transition-duration: 0.5s;
		transition-property: opacity;
		display: none;
	}
	.open .open-nav-overlay {
		display: block;
		opacity: 1;
	}
	.open-nav-inner {
		z-index: 1910;
		position: relative;
		background-color: #fff;
	}
	/* openNavButton */
	.openNavButton {
		display: block;
		position: absolute;
		right: 20px;
		top: 26px;
		width: 28px;
		height: 28px;
		font-size: 0;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
		z-index: 6000;
	}
	.openNavButton:focus {
		outline: none;
	}
	.openNavButton span {
		display: block;
		position: absolute;
		width: 28px;
		top: 38px;
		right: 25px;
		height: 2.5px;
		background: #000;
		-webkit-transition: background 0 0.3s;
		transition: background 0 0.3s;
	}
	.openNavButton span:before,
	.openNavButton span:after {
		position: absolute;
		display: block;
		left: 0;
		width: 28px;
		height: 2.5px;
		background-color: #000;
		content: "";
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.openNavButton span:before {
		top: -5px;
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.openNavButton span:after {
		bottom: -5px;
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	.openNavButton small {
		display: none;
	}
	.open .openNavButton span {
		background: none;
	}
	.open .openNavButton span:before,
	.open .openNavButton span:after {
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}
	.open .openNavButton span:before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open .openNavButton span:after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	
	#body {
		width: 100vw;
	}
	.box {
		width: 100vw;
		margin: 0 auto;
	}
	#container {
		min-width: 100vw;
	}
	#header {
		/*display: block;*/
	}
	#header .inner {
		position: relative;
		height: 82px;
	}
	#header .logo-wrap {
		background-color: #fff;
		height: 82px;
		width: auto;
		z-index: 2000;
		position: relative;
	}
	#header .logo {
		position: absolute;
		width: 62px;
		top: 16px;
		left: 20px;
	}
	#header .logo img {
		width: 100%;
		height: auto;
	}
	#header .head-nav {
		position: absolute;
		top: 82px;
		/* top: 21.867vw; */
		z-index: 1000;
		display: flex;
		flex-direction: column;
		/* height: 137.333vw; */
		width: 100%;
		background-color: #fff;
		padding-top: 0;
		margin-left: 0;
		display: none;
	}
	#header .head-nav .gnav {
		width: 100%;
		display: flex;
		flex-direction: column;
		z-index: 1001;
	}
	#header .head-nav .gnav li {
		float: none;
		margin-right: 0;
		display: flex;
		height: 12vw;
		line-height: 12vw;
		border-bottom: #dddddd 2px solid;
		box-sizing: border-box;
		width: 100%;
	}
	#header .head-nav .gnav li.abou-sub ul li a {
		padding-left: 0;
		padding-right: 5.6vw;
		font-size: 2.933vw;
	}
	#header .head-nav .gnav li a::after {
		height: 0.533vw;
	}
	#header .head-nav .subnav {
		position: static;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 3.467vw;
		width: 77.333vw;
		margin: 0 auto;
	}
	#header .head-nav .subnav ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 0;
		margin-left: 0;
		width: 100%;
		padding: 4.533vw 0 8vw;
	}
	#header .head-nav .subnav ul li {
		margin-left: 0;
		height: 12vw;
		line-height: 12vw;
	}
	#header .head-nav .subnav ul li:nth-of-type(odd){
		width: 38.667vw;
	}
	#header .head-nav .subnav ul li a {
		font-size: 3.467vw;
	}
	#header .head-nav .subnav .contact {
		width: 100%;
	}
	#header .head-nav .subnav .contact a {
		width: 100%;
		font-size: 4.267vw;
		border: 0.267vw #000 solid;
		box-sizing: border-box;
		height: 13.333vw;
	}
	#header .head-nav .media {
		padding: 4.8vw 0 11.467vw;
		text-align: center;
	}
	#header .head-nav .media a:nth-of-type(1){
		display: inline-block;
		width: 8vw;
		height: 8vw;
		margin-right: 4.267vw;
		border-bottom: #eeeeee 0.267vw solid;
		box-sizing: border-box;
		background: #fff url(../img/icon/ic_ig_01_bl.png) center center / 8vw 8vw no-repeat;
	}
	#header .head-nav .media a:nth-of-type(2){
		margin-bottom: 0.8vw;
		display: inline-block;
		width: 9.333vw;
		height: 6.667vw;
		border-top: #eeeeee 0.267vw solid;
		box-sizing: border-box;
		background: #fff url(../img/icon/ic_youtube_01_bl.png) center center / 9.333vw 6.667vw no-repeat;
	}
	#header .head-nav .gnav li a {
		display: inherit;
		background-position: center left 9.333vw!important;
		background-size: 4vw 4vw!important;
		padding-top: 0;
		padding-bottom: 0;
		z-index: 1001;
		padding-left: 14.933vw;
		font-size: 3.467vw;
	}
	#header .head-nav .gnav li.abou-sub a {
		background-color: #f7f7f7!important;
	}
	#header .head-nav .gnav li a span.en {
		font-size: 3.2vw;
		padding-left: 2.4vw;
	}
	.openNavButton {
		width: 82px;
		height: 82px;
		top: 0;
		right: 0;
		box-shadow:-1px 0px 5px rgba(0,0,0,0.2);
	}
	.open .openNavButton {
		box-shadow: none;
		background-color: #fff;
	}
	.openNav {
		display: none;
		position: fixed;
		height: 100%;
		top: 0;
		right: 0;
		overflow: auto;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		z-index: 1905;
		padding-top: 16vw;
	}
	.openNav .openNavInner {
		width: 100vw;
	}
	.openNav .openNavInner .mainNav > ul {
		display: flex;
		flex-direction: column;
	}
	.openNav .openNavInner .mainNav > ul > li {
		padding: 7.2vw 0;
		border-bottom: #dddddd 0.533vw solid;
		background-color: #fff;
	}
	.openNav .openNavInner .mainNav > ul > li a {
		padding-left: 30.4vw;
	}
	.openNav .openNavInner .mainNav .home a {
		background: url("../img/icon/ic_header-toppage_01_bk.png") left 9vw top no-repeat;
	}
	.openNav .openNavInner .mainNav .serv span a {
		background: url("../img/icon/ic_header-service_01_bk.png") left 9vw top no-repeat;
	}
	.openNav .openNavInner .mainNav .serv .childNav {
		display: flex;
	}
	.openNav .openNavInner .mainNav .conc a {
		background: url("../img/icon/ic_header-concept_01_bk.png") left 9vw top no-repeat;
	}
	.openNav .openNavInner .mainNav .work a {
		background: url("../img/icon/ic_header-works_01_bk.png") left 9vw top no-repeat;
	}
	.openNav .openNavInner .subNav {
		padding-left: 30.4vw;
	}
	.openNav .openNavInner .subNav ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 77%;
		padding-top: 2vw;
		padding-bottom: 2vw;
	}
	.openNav .openNavInner .subNav ul li {
		padding: 1vw 0;
	}
	.openNav .openNavInner .subNav ul li a {
		display: block;
		padding-left: 2.667vw;
		background: url(../img/icon/ic_dot.png) left center no-repeat;
		font-weight: 400;
	}
	.openNav .openNavInner .contNav {
		padding-left: 30.4vw;
		padding-top: 3vw;
		padding-bottom: 3vw;
	}
	.openNav .openNavInner .contNav a {
		width: 77%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 26.667vw;
		box-sizing: border-box;
		border: #000000 0.533vw solid;
	}
	.openNav .openNavInner .contNav a span {
		display: inline-block;
		padding-left: 7.467vw;
		padding-top: 1.067vw;
		padding-bottom: 1.067vw;
		background: url(../img/icon/ic_mail.png) left center no-repeat;
		transition: all 0.2s;
	}
	.openNav .openNavInner .contNav a:hover {
		color: #FFFFFF;
		border-color: rgb(37,107,71);
		background-color: rgb(37,107,71);
		transition: all 0.2s ease-out;
	}
	.openNav .openNavInner .snsNav {
		padding-left: 30.4vw;
		height: 15vw;
		width: 77%;
	}
	.openNav .openNavInner .snsNav a:first-of-type {
		width: 8vw;
		height: 8vw;
		display: block;
		background: #fff url(../img/icon/ic_ig_01_bl.png) center center / 8vw 8vw no-repeat;
	}
	.openNav .openNavInner .snsNav a:last-of-type {
		width: 9.333vw;
		height: 6.667vw;
		display: block;
	    background: #fff url(../img/icon/ic_youtube_01_bl.png) center center / 9.333vw 6.667vw no-repeat;
	}
	#footer .inner {
		padding: 16vw 0;
		width: 100vw;
	}
	#footer .stores {
		width: 100%;
		margin-bottom: 16vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#footer .sitemap {
		padding-top: 33.333vw;
		width: 100%;
	}
	#footer .stores ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#footer .stores ul .box {
		display: block;
		float: left;
		width: 70.667vw;
		border: 0.533vw #FFF solid;
		font-size: 4.8vw;
		color: #fff;
		vertical-align: middle;
		justify-content: center;
		padding: 5.33vw 5.33vw 6.66vw 5.33vw;
	}
	#footer .stores ul .box + .box  {
		margin-left: 0;
		border-top: none;
	}
	#footer .stores ul .box > .address {
		font-size: 3.4667vw;
		line-height: 1.615;
		padding: 0;
	}
	#footer .sitemap {
		padding-top: 0;
		position: relative;
	}
	#footer .stores .contact {
		display: block;
		float: left;
		width: 70.667vw;
		margin-top: 8vw;
		padding: 6.4vw 8.267vw;
		border: 1.067vw #FFF solid;
		font-size: 4.267vw;
		background-color: #fff;
		vertical-align: middle;
		justify-content: center;
		text-align: center;
	}
	#footer .stores .contact a {
		font-size: 4.267vw;
		width: 70.667vw;
	}
	#footer .sitemap ul li {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#footer .sitemap ul li a {
		color: #fff;
	}
	#footer .sitemap ul:nth-of-type(2){
		position: static;
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
	#footer .sitemap ul:nth-of-type(2) li {
		padding: 5.333vw 0;
		font-size: 3.467vw;
		
	}
	#footer .sitemap ul:nth-of-type(2) li:nth-of-type(n) {
		border-top: rgb(255, 255, 255,0.3) 0.133vw solid;
	}
	#footer .sitemap ul:nth-of-type(2) li:nth-of-type(odd) {
		border-right: rgb(255, 255, 255,0.3) 0.133vw solid;
	}
	#footer .sitemap ul:nth-of-type(2) li:nth-of-type(n+5) {
		border-bottom: rgb(255, 255, 255,0.3) 0.133vw solid;
	}
	#footer .sitemap ul:nth-of-type(3) {
		position: static;
		display: grid;
		grid-template-columns: 40vw 30.667vw;
		width: 70.667vw;
		margin: 0 auto;
		padding: 12vw 0 21.333vw;
	}
	#footer .sitemap ul:nth-of-type(3) li {
		padding: 1.867vw 0;
		font-size: 3.467vw;
	}
	
	#footer .sitemap ul:nth-of-type(3) li:nth-of-type(odd){
		display: flex;
		justify-content: left;
	}
	#footer .sitemap>ul>li:first-of-type>ul>:nth-of-type(n+2) {
		border: none!important;
		padding-left: 0!important;
		padding-right: 0!important;
	}
	#footer .sitemap ul li ul li:nth-of-type(-n+3) {
		padding-bottom: 0!important;
	}
	#footer .sitemap>ul>li:nth-child(-n+2) {
		padding-right: 0!important;
	}
	#footer .sitemap ul li ul li {
		border: none;
		padding: 5.333vw 0;
		box-sizing: border-box;
		border:#f7f7f7 0.267vw solid;
	}
	
	#footer .inner .media {
		padding-top: 0;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#footer .inner .media .ig > a {
		display: inline-block;
		width: 8vw;
		height: 8vw;
		margin-right: 4.267vw;
		box-sizing: border-box;
		background: url(../img/icon/ic_ig_02_cl.png) center center / 8vw 8vw no-repeat;
	}
	#footer .inner .media .youtube > a {
		margin-bottom: 0.8vw;
		display: inline-block;
		width: 9.333vw;
		height: 6.667vw;
		box-sizing: border-box;
		background: url(../img/icon/ic_youtube_02_cl.png) center center / 9.333vw 6.667vw no-repeat;
	}
	#footer .inner .cpr {
		display: flex;
		justify-content: center;
		padding: 3.2vw 0 0;
	}
	#footer .inner .cpr p {
		font-size: 2.667vw;
	}
	#pagetop {
		display: none;
	}
	#sp-pagenavi {
		/* 強制左シフト:目分量 */
		margin-left: -40vw;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 10000;
		width: 100%;
	}
	#sp-pagenavi ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		overflow: hidden;
		background-color: #fff;
	}
	#sp-pagenavi ul li {
	}
	#sp-pagenavi ul li:nth-of-type(-n+4){
		border-right: #eeeeee 0.267vw solid;
		box-sizing: border-box;
	}
	#sp-pagenavi ul li.work {
		margin-right: 0;
	}
	#sp-pagenavi ul li a {
		display: block;
		padding-top: 7.399vw;
		text-align: center;
		font-size: 2.666vw;
		font-weight: 400;
		line-height: 1.5;
		letter-spacing: 0.08em;
	}
	#sp-pagenavi ul li.home a { background: url("../img/icon/ic_header-toppage_01_bk.png") center top 1.9vw / 5vw 5vw no-repeat;}
	#sp-pagenavi ul li.abou a { background: url("../img/icon/ic_header-service_01_bk.png") center top 1.9vw / 5vw 5vw no-repeat;}
	#sp-pagenavi ul li.conc a { background: url("../img/icon/ic_header-concept_01_bk.png") center top 1.9vw / 5vw 5vw no-repeat;}
	#sp-pagenavi ul li.work a { background: url("../img/icon/ic_header-works_01_bk.png") center top 1.9vw / 5vw 5vw no-repeat;}
	#sp-pagenavi ul li.cont a { background: #004622 url("../img/icon/ic_mail_h.png") center top 3.15vw / 3.467vw 2.667vw no-repeat;
		color: #fff;
	}
	#sp-pagenavi ul li.rese a {
		background: #FECA19 url("../img/icon/icon_reserve.svg") center top 3.1vw / 3.467vw 2.667vw no-repeat;
		background-size: 11px;
		color: #000;
	}
	#sp-pagenavi ul li.cont a:hover { 
		background: #004622 url("../img/icon/ic_mail_h.png") center top 9px / 11px 8px no-repeat;
		color: #fff;
		transition: all 0.3s ease-out;
	}
	#sp-pagenavi ul li a span.en {
		display: block;
		font-size: 0.8vw;
		line-height: 0.1;
	}
	#sp-pagenavi ul li a {
		padding-bottom: 2.6vw;
		position: relative;
	}
	#sp-pagenavi ul li a::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0.533vw;
		background-color: rgb(37,107,71);
		transform: scale(0,1);
		transform-origin: center top;
		transition: transform 0.3s ease-out;
	}
	#sp-pagenavi ul li a:hover::after{
		transform: scale(1,1);
	}
	table th, table td {
		font-size: 3.467vw;
	}
	li {
		font-size: 3.467vw;
	}

	.wp-pagenavi {
		padding-top: 21.333vw;
		padding-bottom: 32vw;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.wp-pagenavi > span,.wp-pagenavi > a {
		margin-bottom: 2.667vw;
	}
	.wp-pagenavi .previouspostslink {
		padding: 3.2vw 4vw;
		color: #799797;
		background: #fff;
		border-radius: 1.333vw;
		border: 1px solid #799797;
		margin-right: 2.667vw;
	}
	.wp-pagenavi .current {
		padding: 3.2vw 4vw;
		color: #fff;
		background: #799797;
		border-radius: 1.333vw;
		margin-right: 2.667vw;
	}
	.wp-pagenavi .extend {
		padding: 3.2vw 4vw;
		color: #799797;
		background: #fff;
		border-radius: 1.333vw;
		border: 1px solid #799797;
		margin-right: 2.667vw;
	}
	.wp-pagenavi a.first {
		padding: 3.2vw 4vw;
		color: #799797;
		background: #fff;
		border-radius: 1.333vw;
		border: 1px solid #799797;
		margin-right: 2.667vw;
	}
	.wp-pagenavi a.last {
		padding: 3.2vw 4vw;
		color: #799797;
		background: #fff;
		border-radius: 1.333vw;
		border: 1px solid #799797;
		margin-right: 2.667vw;
	}
	.wp-pagenavi .page {
		padding: 3.2vw 4vw;
		color: #799797;
		background: #fff;
		border-radius: 1.333vw;
		border: 1px solid #799797;
		margin-right: 2.667vw;
	}
	.wp-pagenavi .pages {
		padding: 3.2vw 4vw;
		color: #799797;
		background: #fff;
		border-radius: 1.333vw;
		border: 1px solid #799797;
		margin-right: 2.667vw;
	}
	.wp-pagenavi .nextpostslink {
		padding: 3.2vw 4vw;
		color: #799797;
		background: #fff;
		border-radius: 1.333vw;
		border: 1px solid #799797;
		margin-right: 2.667vw;
	}
  

  /* postbody */
  .postbody {
    overflow: hidden;
  }
  /*
  .postbody *:first-child {
    margin-top: 0;
  }
  */
  .postbody p {
    font-size: 3.467vw;
  }
  .postbody h1, 
  .postbody h2 {
    font-size: 5.6vw !important;
  }

  .postbody h3:not(.project_single_main .postbody h3:first-of-type){
    font-size: 5.067vw;
  }
  .postbody h4 {
    font-size: 4.267vw;
  }
  .postbody h5 {
    font-size: 3.467vw;
  }

  .postbody a,
  .postbody a:hover {
    text-decoration: underline;
  }

  .postbody img {
    max-width: 100%;
    height: auto;
  }
  .postbody img:first-child {
  }

  .postbody ul {
  }
  .postbody ul > li {
    font-size: 3.467vw;
  }

  .postbody ol {
  }
  .postbody ol > li {
    font-size: 3.467vw;
  }

  .postbody table {
    width: 100%;
    margin-bottom: 2em;
    border-spacing: 0px;
  }
  .postbody table th,
  .postbody table td {
    font-size: 3.467vw;
  }
  .postbody table th {
  }

  .postbody .alignleft {
    float: left;
    margin-right: 2em;
  }
  .postbody .alignright {
    float: right;
    margin-left: 2em;
  }
  .postbody .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .postbody .wp-caption {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .postbody .wp-caption > img {
    margin: 0;
  }
  .postbody .wp-caption .wp-caption-text {
    font-size: 12px;
    margin: 0;
  }

}
/*
@media screen and (max-width: 750px) {
	#body {
		min-width: 750px!important;
	}
	#container {
		min-width: 750px;
	}
	#header .inner {
		height: 23vw;
	}
	#header .logo {
		width: 9.8vw;
		top: 4.333vw;
		left: 3.333vw;
	}
	#header .head-nav {
	}
	.openNavButton {
		width: 9.8vw;
		top: 7.333vw;
		left: 86.333vw;
	}
	.openNav {
		display: none;
		position: static;
		height: 100%;
		top: 0;
		right: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 1905;
		padding-top: 16vw;
	}
	.openNav .openNavInner {
		width: 750px;
	}
	.openNav .openNavInner .mainNav > ul {
		display: flex;
		flex-direction: column;
	}
	.openNav .openNavInner .mainNav > ul > li {
		padding: 27px 0;
		border-bottom: #dddddd 2px solid;
	}
	.openNav .openNavInner .mainNav > ul > li a {
		padding-left: 20vw;
	}
	.openNav .openNavInner .mainNav .home a {
		background: url("../img/icon/ic_header-toppage_01_bk.png") left 9vw top no-repeat;
	}
	.openNav .openNavInner .mainNav .serv span a {
		background: url("../img/icon/ic_header-service_01_bk.png") left 9vw top no-repeat;
	}
	.openNav .openNavInner .mainNav .serv .childNav {
		display: flex;
	}
	.openNav .openNavInner .mainNav .conc a {
		background: url("../img/icon/ic_header-concept_01_bk.png") left 9vw top no-repeat;
	}
	.openNav .openNavInner .mainNav .work a {
		background: url("../img/icon/ic_header-works_01_bk.png") left 9vw top no-repeat;
	}
	.openNav .openNavInner .subNav {
		padding-left: 114px;
	}
	.openNav .openNavInner .subNav ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 77%;
		padding-top: 2vw;
		padding-bottom: 2vw;
	}
	.openNav .openNavInner .subNav ul li {
		padding: 1vw 0;
	}
	.openNav .openNavInner .subNav ul li a {
		display: block;
		padding-left: 10px;
		background: url(../img/icon/ic_dot.png) left center no-repeat;
		font-weight: 400;
	}
	.openNav .openNavInner .contNav {
		padding-left: 114px;
		padding-top: 3vw;
		padding-bottom: 3vw;
	}
	.openNav .openNavInner .contNav a {
		width: 77%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
		box-sizing: border-box;
		border: #000000 2px solid;
	}
	.openNav .openNavInner .contNav a span {
		display: inline-block;
		padding-left: 28px;
		padding-top: 4px;
		padding-bottom: 4px;
		background: url(../img/icon/ic_mail.png) left center no-repeat;
		transition: all 0.2s;
	}
	.openNav .openNavInner .contNav a:hover {
		color: #FFFFFF;
		border-color: rgb(37,107,71);
		background-color: rgb(37,107,71);
		transition: all 0.2s ease-out;
	}
	.openNav .openNavInner .snsNav {
		padding-left: 114px;
		height: 15vw;
		width: 77%;
	}
	.openNav .openNavInner .snsNav a:first-of-type {
		width: 30px;
		height: 30px;
		display: block;
		background: #fff url(../img/icon/ic_ig_01_bl.png) center center / 30px 30px no-repeat;
	}
	.openNav .openNavInner .snsNav a:last-of-type {
		width: 35px;
		height: 25px;
		display: block;
	    background: #fff url(../img/icon/ic_youtube_01_bl.png) center center / 35px 25px no-repeat;
	}
	.home .mainvisual {
		padding-left: 0;
		height: 125vw;
	}
	.home .mainvisual .label {
		position: absolute;
		left: 10vw;
		top: 50vw;
		color: #fff;
		line-height: 50%;
	}
	.home .mainvisual .label p {
		color: #fff;
		font-size: 9vw;
		font-family: ten-mincho-text, serif;
		line-height: 50%;
	}
	.home .mainvisual .sns {
		position: absolute;
		bottom: 5vw;
		left: 0;
	}
	.home .mainvisual .sns a {
		height: 14vw;
		width: 14vw;
	}
	.home .mainvisual .sns a:first-of-type {
		background: #fff url(../img/icon/ic_ig_01_bl.png) center center / 6vw 6vw no-repeat;
	}
	.home .mainvisual .sns a:last-of-type {
		background: #fff url(../img/icon/ic_youtube_01_bl.png) center center / 7vw 5vw no-repeat;
	}
}
*/
