@charset "UTF-8";
/*
Creation Date:	2018.01.26
Last Updated:	2018.02.03
*/


/* set
------------------------------------------------------------ */
.sp {
	display: none;
}

/* about
------------------------------------------------------------ */
#about #box .inner iframe {
	background: #FFF;
	margin: 30px auto 100px;
	padding: 1px;
	display: block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* contents
------------------------------------------------------------ */
/* form set */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	background: #FFF;
	font-size: 13px;
	width: 90%;
	height: 35px;
	padding: 0 1%;
	border: 1px solid #999;
}
input.short {
	width: 50%;
}
textarea {
	padding: 2% 1%;
	height: 200px;
}
input[type="reset"],
input[type="submit"] {
    background: #df813b;
    color: #FFF;
	font-size: 14px;
    text-align: center;
    cursor: pointer;
    width: 180px;
    max-width: 100%;
    height: 40px;
    border: 1px solid #df813b;
    border-radius: 3px;
    transition: all .3s ease;
}
input[type="reset"] {
	background: #FFF;
	color: #d98b43;
}
input[type="reset"]:hover {
	background: #df813b;
    color: #FFF;
}
input[type="submit"]:hover {
	background: #FFF;
	color: #d98b43;
}

#contact #box .inner table th {
	width: 180px;
}
#contact #box .inner table td span {
	display: block;
}
#contact #box .inner ul {
	letter-spacing: -.40em;
	text-align: center;
	margin: 30px auto 80px;
	display: block;
}
#contact #box .inner ul li {
	letter-spacing: normal;
	max-width: 48%;
	margin: 0 1%;
	display: inline-block;
}

.screen-reader-response {
	display: none;
}
.wpcf7c-conf {
	background-color: #FFF !important;
	border: none !important;
}
.use-floating-validation-tip dl label span.wpcf7-not-valid-tip {
	font-size: 1.2rem;
	top: -100%;
	width: 190px;
}
div.wpcf7-response-output {
	background: #FF0000;
	font-size: 14px;
	color: #fff;
	line-height: 3;
	text-align: center;
	width: 70%;
	margin: 2em auto 1em !important;
	border: none;
}
div.wpcf7-mail-sent-ok {
	background: #F18E1D;
	border: none !important;
}
div.wpcf7-validation-errors {
	border: none !important;
}





@media screen and (max-width: 945px) {
/* iPad縦以下 */

/* set
------------------------------------------------------------ */
body {
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
img {
	vertical-align: bottom;
	width: auto;
	max-width: 100%;
	height: auto;
}
.sp {
	display: block;
}
.pc {
	display: none;
}

/* header
------------------------------------------------------------ */
#header {
	background: url(img/common/bg.jpg) repeat;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
#header .inner {
	max-width: 100%;
}
#header .inner h1 {
	margin-top: 10px;
}
#header .inner h1 img {
	height: 40px;
}
#header .inner ol {
	display: none;
	background: url(img/common/bg.jpg) repeat;
	width: 120px;
	padding: 15px 0;
	position: fixed;
	top: 60px;
	right: 0;
}
#header .inner ol li {
	float: none;
}
#header .inner ol li img {
	width: 90px;
	padding-right: 4px;
}
#header .inner ol li:last-child img {
	width: 95px;
}
#header .inner ol li:first-child img {
	border-top: 1px dotted #918f8d;
}
#header .inner ol li:not(:last-child) img {
	border-right: 1px dotted #918f8d;
}

/* Responsive Menu */
#header div.sp {
	width: 90px;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
}
#header div.sp a {
	color: #443F39;
	font-size: 10px;
	text-decoration: none;
	position: absolute;
	bottom: 2px;
	left: 15px;
}
#header div.sp:before,
#header div.sp:after,
#header div.sp a:before  {
	content: "";
	background: #443F39;
	width: 26px;
	height: 2px;
	margin-top: 5px;
	position: absolute;
	top: 12px;
	left: 18px;
	transition: .3s;
}
#header div.sp:after {
	top: 20px;
}
#header div.sp a:before {
	top: -10px;
	left: 3px;
}
#header div.open a:before {
	display: none;
}
#header div.open:before,
#header div.open:after {
	content: "";
	top: 18px;
	-webkit-transform:	rotate(-45deg);
	transform:			rotate(-45deg);
	transition: .3s;
}
#header div.open:after {
	-webkit-transform:	rotate(45deg);
	transform:			rotate(45deg);
}

/* contents
------------------------------------------------------------ */
#contents {
	max-width: 96%;
	margin: 50px auto 0;
}
#contents h2 {
	max-width: 100%;
}

/* box */
#box {
	background-size: 100% auto;
	max-width: 100%;
}
#box .inner {
	background-size: 100% auto !important;
	padding: 7% 20px 40px !important;
}
#box .inner .left {
	width: 600px !important;
	max-width: 100%;
	margin: 40px auto !important;
	float: none !important;
	display: block !important;
}
#box .inner .left p {
	padding: 20px 0 0 !important;
}
#box .inner .post {
	max-width: 100%;
	margin: 30px auto 50px;
}

/* pagetop
------------------------------------------------------------ */
.pagetop {
	background: none;
	max-width: 100%;
}
.pagetop:before {
	content: "";
	background: url(img/common/arrow_02.jpg) no-repeat;
	width: 9px;
	height: 9px;
	margin-right: 5px;
	display: inline-block;
}

/* footer
------------------------------------------------------------ */
#footer {
	height: auto;
}
#footer .inner {
	max-width: 96%;
}
#footer .inner .navi {
	display: none;
}
#footer .inner div {
	max-width: 100%;
	margin: 0 auto;
	float: none;
	display: block;
}
#footer .inner address {
	letter-spacing: -.1em;
	text-align: center;
	padding: 10px 0;
}

/* top
------------------------------------------------------------ */
#flash {
	background: none;
	height: auto;
	margin: 70px 0 10px;
}
#flash .inner {
	background-size: 100% auto;
	max-width: 98%;
	height: 0;
	margin: 0 auto;
	padding: 0;
	padding-top: 51.57%;
}

section {
	max-width: 96%;
	margin: 0 auto;
	overflow: auto;
}

/* design
------------------------------------------------------------ */
#design #box .inner .left + div {
	text-align: center;
}

/* construction
------------------------------------------------------------ */
#construction #box .inner .left h3 {
	padding-left: 0;	
}
#construction #box .inner img.pho  {
	margin: 10px auto 0;
	display:block;
}

/* about
------------------------------------------------------------ */
#about #box .inner h3 {
	width: 600px;
	max-width: 100%;
	margin: 40px auto 0;
	padding: 0;
	overflow: hidden;
}
#about #box .inner h3 img {
	max-width: 200%;
}
#about #box .inner table {
	width: 600px;
	max-width: 100%;
	margin: 30px auto 0;
}
#about #box .inner table th {
	width: 30%;
	padding: 10px;
}
#about #box .inner table td {
	padding: 10px;
}
#about #box .inner iframe {
	width: 600px;
	max-width: 100%;
	height: 350px;
	margin: 30px auto;
}

/* contact
------------------------------------------------------------ */
#contact #box .inner h3 {
	width: 600px;
	max-width: 100%;
	margin: 40px auto 15px;
	padding: 0;
	overflow: hidden;
}
#contact #box .inner h3 img {
	max-width: 200%;
}
#contact #box .inner h3 + p {
	width: 600px;
	max-width: 96%;
	margin: 0 auto;
	padding: 0 0 20px;
}
#contact #box .inner p {
	padding: 0 0 20px;
}
#contact #box .inner h4 {
	width: 600px;
	max-width: 100%;
	margin: 20px auto 15px;
}
#contact #box .inner p.form {
	width: 600px;
	max-width: 96%;
	margin: 0 auto;
	padding: 0 0 20px;
}
#contact #box .inner table {
	width: 600px;
	max-width: 100%;
	margin: 0 auto 30px;
}

/* privacy
------------------------------------------------------------ */
#privacy #box .inner h3 {
	width: 600px;
	max-width: 100%;
	margin: 40px auto 15px;
	padding: 0;
	overflow: hidden;
}
#privacy #box .inner h3 img {
	max-width: 200%;
}
#privacy #box .inner p.sub {
	width: 600px;
	max-width: 96%;
	margin: 0 auto;
	padding: 0 0 20px;
}
#privacy #box .inner h4 {
	width: 600px;
	max-width: 100%;
	margin: 20px auto 15px;
}
#privacy #box .inner p {
	padding: 0px 10% 20px;
}
#privacy #box .inner div#ceo {
	text-align: right;
	padding: 30px 5% 0;
}

}


@media screen and (max-width: 740px) {
/* iPhone以下 */

/* contact
------------------------------------------------------------ */
#contact #box .inner table th,
#contact #box .inner table td {
	width: 100%;
	padding: 10px 10px 0;
	display: block;
	border: none;
}
#contact #box .inner table td {
	padding: 0px 10px 10px;
}
#contact #box .inner ul {
	margin: 20px auto;
}
#contact #box .inner #thanks_tit {
	display: none;
}
#contact #box .inner #thanks {
	max-width: 96%;
	margin: 0 auto;
	padding: 0 0 100px;
}
div.wpcf7-response-output {
	font-size: 11px;
	width: 100%;
}
}