@charset "UTF-8";


/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {


body {
	padding-top: 0px;
}


/* header */
/*------------------------------------------------------------------------------*/
header {
	position: static;
}
header #header__top {
	display: table;
	width: 100%;
	height: 46px;
}
header #header__top > .inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 0 50px 0 1%;
}
header #header__top > .inner h1 {
	width: 100%;
	font-size: 3vw;
	line-height: 1.2;
}
header #header__top > .inner > a.instagram {
	display: none;
}
header #header__main {
	width: 100%;
	height: 100%;
	padding: 0 3%;
}
header #header__main > h2 {
	text-align: center;
	position: static;
	-webkit-transform: translateY(0%) translateX(0%);
	transform: translateY(0%) translateX(0%);
	padding: 15px 0;
}
header #header__main > h2 > a {
	display: inline-block;
	width: 35%;
}
header #header__main > h2 > a > img {
	width: 100%;
	height: auto;
}

#utility__box {
	height: auto;
	padding-left: 0;
	position: static;
}
#utility__box > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#utility__box > ul > li {
	display: block;
	width: 49%;
}
#utility__box > ul > li+li {
	margin-left: 0;
	padding-left: 0;
}
#utility__box > ul > li:nth-of-type(n+3) {
	margin-top: 5px;
}
#utility__box > ul > li > a {
	height: 30px;
	line-height: 1.1;
	background-color: #7B5B5C;
	webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	padding: 0 0.5em;
}
#utility__box > ul > li > a > span.icon {
	font-size: 1.3em;
	color: #fff;
}
#utility__box > ul > li > a:hover > span.icon {
	color: #fff;
}
#utility__box > ul > li.company > a > span.text {
	white-space: nowrap;
}
#utility__box > ul > li > a > span.text {
	font-size: 1em;
	color: #fff;
}
#utility__box > ul > li > a:hover > span.text {
	color: #fff;
}

#utility__box #headerNewEntry {
	display: none;
}


#area__login {
	background-color: #ddc;
	position: static;
	margin-bottom: 10px;
	padding: 5px 3%;
}


/* ID,Pass */
#area__before__login {
	display: block;
	/* display: none; */
	position: static;
/* 	padding: 10px; */
}
#area__before__login > div+div {
	margin-left: 0;
}
div#id__box .text,
div#password__box .text {
	font-size: 0.8em;
	height: auto;
}
div#id__box .input > input,
div#password__box .input > input {
	height: auto;
}
div#id__box .input > input {
	width: 100%;
}
div#password__box .input > input {
	width: 100%;
}

div#btn__login {
	display: table;
	width: 80%;
	height: auto;
	margin: 10px auto 0 auto!important;
}
div#btn__login > input {
	display: table-cell;
	width: 100%;
	height: 100%;
	background-color: #d0a808;
	padding: 0.5em 0;
}
div#btn__login > input:hover {
	background-color: #d0a808;
}
.btnType01 > input > span.icon {
	font-size: 1.8em;
}
.btnType01 > input > span.text {
	font-size: 1.4em;
	position: static;
	-webkit-transform: translateY(0%) translateX(0%);
	transform: translateY(0%) translateX(0%);
}


/* ログアウト */
#area__after__login {
	display: flex;
	justify-content: space-between;
}
#area__after__login > div {
	margin-left: 0;
}
div#btn__logout {
	width: 48%;
	height: 60px;
}
div#btn__logout > a {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background-color: #e64261;
}
div#btn__logout > a > span {
	font-size: 1.3em;
	background: url('../images/arr01.png') no-repeat 10px 50%;
	background-size: 10%;
}
div#btn__logout > a:hover {
	background-color: #e64261;
}

div#staffStateArea {
	width: 48%;
	height: 60px;
}
div#staffStateArea ul > li {
	display: table;
	width: 100%;
	height: 27px;
	border-right: none;
}
div#staffStateArea ul > li+li {
	margin-top: 6px;
}
div#staffStateArea ul > li > a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	transition: all 0.2s;
}
div#staffStateArea ul > li#staffStateChange > a {
	background-color: #0f7333;
}
div#staffStateArea ul > li#staffRelease > a {
	background-color: #057490;
}
div#staffStateArea ul > li > a:hover {
	opacity: 1;
}
div#staffStateArea ul > li > a > span {
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: url('../images/arr03.png') no-repeat center left;
	padding: 0 0 0 1em;
}


#btn__sp__menu {
	display: block;
	width: 46px;
	height: 46px;
	background-color: #67543c;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 110;
}
#btn__sp__menu.active {
	background-color: rgba(0, 0, 0, 0);
}
#btn__sp__menu div {
	display: block;
	width: 34px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#btn__sp__menu div span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .2s;
}
#btn__sp__menu div span:nth-of-type(1) {
	top: 0;
}
#btn__sp__menu div span:nth-of-type(2) {
	top: 12px;
}
#btn__sp__menu div span:nth-of-type(3) {
	bottom: 0;
}
#btn__sp__menu.active div span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
#btn__sp__menu.active div span:nth-of-type(2) {
	opacity: 0;
}
#btn__sp__menu.active div span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}





/* nav */
/*------------------------------------------------------------------------------*/
nav {
	width: 100%;
	min-width: 100%;
	height: 100%;
	/* background-color: #67543c; */
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 46px 3% 10px 3%;
}
nav > .areaMain {
/* 	background-color: #67543c; */
}
nav > .areaMain > ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
nav > .areaMain > ul#worksNav {
	background-color: #67543c;
	position: static;
	margin-bottom: 5px;
}
nav > .areaMain > ul > li:nth-of-type(n+2):after {
	display: none;
}
nav > .areaMain > ul > li {
	width: 50%;
}
nav > .areaMain > ul > li:nth-of-type(n+3) {
	border-top: 1px solid #937755;
}
nav > .areaMain > ul > li:nth-of-type(odd) {
	border-right: 1px solid #937755;
}

nav > .areaMain > ul > li.contact {
	/*width: 100%!important;*/
}

nav > .areaMain > ul > li > a {
	height: auto;
	background-color: #67543c;
	padding: 1.2em 0;
	transition: all 0.2s;
}
nav > .areaMain > ul > li > a:hover {
	background-color: #67543c;
}
nav > .areaMain > ul > li.contact > a {
	background-color: #a0753f;
}
nav > .areaMain > ul > li.contact > a:hover {
	background-color: #a0753f;
}
nav > .areaMain > ul > li.worksList {
	width: 50%;
}
nav > .areaMain > ul > li.worksList:after {
	display: none;
}
nav > .areaMain > ul > li.worksList02 {
	/* display: none; */
	width: 50%;
}
nav > .areaMain > ul > li > a > span {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
}
nav > .areaMain > ul > li > a > span.icon {
	font-size: 1.4em;
}
nav > .areaMain > ul > li > a > span.text {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0 0.5em;
}

nav > .areaMain > ul > li.worksList > a:hover {
	background-color: #854025;
}
nav > .areaMain > ul > li.worksList02 > a:hover {
	background-color: #6c2d3a;
}


nav.close {
	display: none;
	opacity: 0;
	animation-duration: 0.4s;
	animation-name: fade-out;
	-moz-animation-duration: 0.4s;
	-moz-animation-name: fade-out;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: fade-out;
}
@keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}
@-moz-keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}
@-webkit-keyframes fade-out {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
		opacity: 0;
	}
}

nav.open {
	display: block;
	opacity: 1;
	animation-duration: 0.4s;
	animation-name: fade-in;
	-moz-animation-duration: 0.4s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-name: fade-in;
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}





/* #main */
/*------------------------------------------------------------------------------*/
#main {
	width: 100%;
	font-size: 1.3em;
	padding: 20px 3% 40px 3%;
}

#main > section+section {
	margin-top: 20px;
}

#main > section .section__main {
	padding: 0;
}

/* footer */
/*------------------------------------------------------------------------------*/
footer {
	min-width: 100%;
}
footer #footer__contact__area {
	padding: 40px 3% 35px 3%;
}
footer #footer__contact__area > h2 {
	font-size: 2.6em;
	margin-bottom: 10px;
}
footer #footer__contact__area > #footer__contact__main {
	width: 100%;
	display: block;
}
footer #footer__contact__area > #footer__contact__main > div {
	width: 100%;
	padding: 30px 0;
}
footer #footer__contact__area > #footer__contact__main > div:nth-of-type(2) {
	border-left: none;
	border-top: 2px solid #7c8181;
}
footer #footer__contact__area > #footer__contact__main > div > h3 {
	font-size: 1.6em;
	margin-bottom: 30px;
}
footer #footer__contact__area > #footer__contact__main > div.tel li.num {
	margin-bottom: 15px;
}
footer #footer__contact__area > #footer__contact__main > div.tel li.num > a {
	font-size: 2.8em;
}
footer #footer__contact__area > #footer__contact__main > div.tel li.num > a > i {
	font-size: 0.9em;
}
footer #footer__contact__area > #footer__contact__main > div.tel li.time {
	font-size: 1.4em;
}
footer #footer__contact__area > #footer__contact__main > div.form > div.mailBox a {
	display: inline-block;
	width: 90%;
	font-size: 1.8em;
	padding: 1.2em 0;
}
footer #footer__contact__area > #footer__contact__main > div.form > div.mailBox a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

footer #footer__main__area {
	padding: 0% 2% 0% 2%;
}
footer #footer__main__area > .inner {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
footer #footer__main__area > .inner > .company_info {
	margin-bottom: 1em;
}
footer #footer__main__area > .inner > .company_info h2 {
	font-size: 4.4vw;
	margin-bottom: 1em;
}
footer #footer__main__area > .inner > .company_info ul > li {
	font-size: 3.4vw;
}

footer #footer__main__area > .inner .copy_area .instagram {
	display: none;
}
footer #footer__main__area > .inner .copy_area .instagram > a {
	display: inline-block;
	width: 90px;
}
footer #footer__main__area > .inner .copy_area .instagram > a > img {
	width: 100%;
	height: auto;
}
footer #footer__main__area > .inner .logo_area {
	display: inline-block;
}
footer #footer__main__area > .inner .logo_area > img {
	width: 100%;
	height: auto;
}    
    
    
.logo_Box {
     position:relative;
     width: 400px;
     height:150px;
     margin:0 auto;
     border:#000000 1px solid;
}

.logo_Box .center_img {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
     width:320px;
     height:230px;

}


#footerNewEntry {
	display: table;
	width: 100%;
	background-color: rgba(74, 27, 1, .9);
	padding: 5px 3%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 90;
	-webkit-transform: translateY(0%) translateX(0%);
	transform: translateY(0%) translateX(0%);
}
#footerNewEntry > div {
	display: table-cell;
	vertical-align: middle;
}
#footerNewEntry > div.textBox > p {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	padding-right: 1em;
}
#footerNewEntry > div.textBox {
	text-align: center;
}
#footerNewEntry > div.textBox > a {
	display: inline-block;
	width: 70%;
}
#footerNewEntry > div.textBox > a img {
	width: 100%;
	height: auto;
}

#footerNewEntry > div.imgBox {
	width: 45%;
}
#footerNewEntry > div.imgBox > a {
	display: block;
	background-color: #fff;
}
#footerNewEntry > div.imgBox > a > img {
	width: 100%;
	height: auto;
	opacity: 1;
}





#erroText {
	bottom: -1.2em;
}


}










