/*
body
----------------------------------------*/
body {
	width: 100%;
	background: #f7f8fc;
	color: #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}
a:hover {
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/*
header
----------------------------------------*/
header {
	width: 1000px;
	background: #f7f8fc;
	position: fixed;
	z-index: 500;
}
header .top {
	padding: 10px 0 0;
	position: relative;
}
header .top .btn-contact {
	width: 115px;
	height: 30px;
	background: #288cc8;
	position: absolute;
	top: 20px;
	right: 125px;
}
header .top .btn-fb {
	width: 115px;
	height: 30px;
	background: #288cc8;
	position: absolute;
	top: 20px;
	right: 0;
}

header .top .senkyokeihatsu{
	position: absolute;
	top: 54px;
	right: 0px;
}

/* nav */
header nav ul {
	width: 100%;
	height: 45px;
	margin: 10px 0 0;
	display: table;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
header nav ul li {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #c8c8c8;
}
header nav ul li a {
	display: block;
}
header nav ul li:last-child {
	border-right: none;
}
header nav li ul {
	width: 250px;
	height: auto;
	margin: 15px 0 0;
	border-bottom: 1px solid #c8c8c8;
	border-bottom: none;
	background: #f7f8fc;
  	display: none;
  	position: absolute;
}
header nav li ul li {
	width: 250px;
	padding: 10px 0;
	border-right: none;
	border-bottom: 1px solid #c8c8c8;
	display: block;
}

#mainimg {
	padding: 165px 0 0;
}

/*
content
----------------------------------------*/
h2 {
	background: url("../img/bg_title_left.png") no-repeat left bottom;
	background-size: 16px 20px;
}
h2 .inner {
	margin: 0 2px;
	border-bottom: 1px solid #5ca7d5;
	background: url("../img/bg_title_right.png") no-repeat right bottom;
	background-size: 29px 20px;
}
h2 img {
	padding: 0 0 10px;
}

/* about */
#content #about {
	padding: 60px 0 0;
}
#content #about .left {
	float: left;
}
#content #about .right {
	float: right;
}
#content #about .left .tx {
	margin: 20px 0 0;
}
#content #about .left .box h3 {
	height: 35px;
	margin: 15px 0 0;
	background: #288cc8;
	line-height: 35px;
}
#content #about .left .box dl {
	width: 162px;
	float: left;
	border-left: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
#content #about .left .box dl:last-child {
	border-right: 1px solid #c8c8c8;
}
#content #about .left .box dl dt {
	padding: 10px 0 15px;
}
#content #about .left .box dl dd {
	padding: 0 0 20px;
}
#content #about .bottom  {
	padding: 25px 0 0;
}
#content #about .bottom ul li {
	float: left;
}

/* gallery */
.simply-scroll-container {
	position: relative;
}
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.simply-scroll-list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}
.simply-scroll-list li img {
	border: none;
	display: block;
}
.simply-scroll {
	width: 1000px;
	height: 100px;
}
.simply-scroll .simply-scroll-clip {
	width: 1000px;
	height: 100px;
}
.simply-scroll .simply-scroll-list li {
	width: 154px;
	height: 100px;
	float: left;
}

/* spec */
#content #spec {
	padding: 90px 0 0;
}
#content #spec ul {
	margin: 25px -24px 0 0;
}
#content #spec ul li {
	width: 317px;
	margin: 0 24px 0 0;
	float: left;
}
#content #spec ul li h3 {
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #c8c8c8;
}
#content #spec ul li .box .img {
	float: left;
}
#content #spec ul li .box .tx {
	margin: 0 0 0 20px;
	float: right;
}

/* gallery */
#content #gallery {
	padding: 90px 0 0;
}
#content #gallery ul {
	margin: 0 -22px 0 0;
}
#content #gallery ul li {
	margin: 35px 22px -10px 0;
	float: left;
	line-height: 0;
	position: relative;
	overflow: hidden;
}
#content #gallery ul li .tx {
	width: 100%;
	height: 345px;
	z-index: 2;
	background: rgba(0,0,0,.6);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#content #gallery ul li .tx img {
	height: 345px;
}
#content #gallery ul li:hover .tx {
	opacity: 1;
}


/* price */
#content #price {
	padding: 90px 0 0;
}
#content #price .left {
	width: 500px;
	margin: 35px 0 0;
	float: left;
}
#content #price .left .box {
	width: 478px;
	padding: 35px 0;
	border: 4px solid #288cc8;
}
#content #price .left .table {
	width: 486px;
	margin: 15px 0 0;
}
#content #price .left .table h3 {
	height: 35px;
	margin: 15px 0 0;
	background: #288cc8;
	line-height: 35px;
}
#content #price .left .table dl {
	width: 135px;
	float: left;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
#content #price .left .table dl.title {
	width: 76px;
	border-left: 1px solid #c8c8c8;
}
#content #price .left .table dl dt {
	padding: 10px 0;
	border-bottom: 1px solid #c8c8c8;
}
#content #price .left .table dl dd {
	padding: 25px 0;
}
#content #price .right {
	margin: 35px 0 0;
	width: 500px;
	float: right;
}
#content #price .right .tx {
	text-align: right;
}

/* csr */
#content #csr {
	margin: 90px 0 0;
}
#content #csr h2 {
	background: url("../img/bg_title_left_csr.png") no-repeat left bottom;
	background-size: 16px 20px;
}
#content #csr h2 .inner {
	margin: 0 2px;
	border-bottom: 1px solid #4daf5d;
	background: url("../img/bg_title_right_csr.png") no-repeat right bottom;
	background-size: 29px 20px;
}
#content #csr h2 img {
	padding: 0 0 10px;
}
#content #csr02.sp {
	display: none;
}
#content #csr .left {
	width: 500px;
	margin: 50px 0 25px;
	float: left;
	text-align: left;
}
#content #csr .right {
	width: 500px;
	margin: 50px 0 25px;
	float: right;
	text-align: right;
}
#content #csr .left h3 {
	width: 478px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
}
#content #csr .right h3 {
	width: 478px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
	float: right;
}
#content #csr .left .tx {
	width: 478px;
}
#content #csr .right .tx {
	width: 478px;
	float: right;
}
#content #csr .bottom {
	padding: 50px 0 0;
}
#content #csr .bottom h3 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #c8c8c8;
}
#content #csr .bottom ul {
	margin: 0 auto;
	padding: 50px 0 0;
	display: table;
}
#content #csr .bottom ul li {
	padding: 0 20px;
	display: table-cell;
}

/* contact */
#content #contact {
	margin: 90px 0 0;
	padding: 90px 0 0;
	border-top: 1px solid #c8c8c8;
}
#content #contact h2 {
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: none;
}
#content #contact .tx {
	margin: 25px 0 0;
}

/*-----*/
.p-contact-list {display: grid;grid-template-columns: 200px 1fr;gap: 20px;padding: 30px;margin: 20px auto;border: solid 1px #ccc;border-radius: 10px;width: 800px;}
.p-contact-list__title {padding: 10px;text-align: left;}
.p-contact-list__required {color: red;font-size: 0.6em;vertical-align: top;margin-left: 5px;}
.p-contact-list__data {margin: 0;text-align: left;padding: 10px;}
.p-contact-list__data input[type=text],
.p-contact-list__data input[type=email],
.p-contact-list__data textarea,
.p-contact-list__data select{padding: 10px;width: 100%;box-sizing: border-box;border: 1px solid #ddd;border-radius: 3px;}
.p-contact-list__data .mwform-tel-field {display: flex;align-items: center;gap: 10px;}
.sbt ul{display: flex;justify-content: center;gap:10px;}
.sbt ul input[type=submit]{padding: 15px 40px;}
.sbt input[type=submit].back{background: #555;}


/* company */
#content #company {
	margin: 90px 0 0;
	padding: 90px 0 0;
	border-top: 1px solid #c8c8c8;
}
#content #company h2 {
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: none;
}
#content #company .box {
	width: 650px;
	margin: 0 auto;
	padding: 0 0 30px;
/*	border-left: 4px solid #288cc8;
	border-right: 4px solid #288cc8;
	border-bottom: 4px solid #288cc8; */
}
#content #company .box h3 {
	height: 35px;
	margin: 15px 0 0;
	background: #288cc8;
	line-height: 35px;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}
#content #company .box h4 {
	margin: 30px 0 20px;
}

/*
footer
----------------------------------------*/
footer {
	margin: 90px 0 0;
	padding: 90px 0 45px;
	border-top: 1px solid #c8c8c8;
}


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

/* ==== clearfix ==== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

@media screen and (max-width: 480px) {
body {
	width: auto;
}
#wrapper {
	width: auto;
}

/*
header
----------------------------------------*/
header {
	width: 100%;
}
header .top h1 {
	text-align: left;
	margin: 0 0 0 10px;
}
header .top h1 img {
	width: 50px;
	height: 50px;
}
header .top .btn-contact {
	width: 88px;
	height: 25px;
	position: absolute;
	top: 12px;
	right: 108px;
}
header .top .btn-fb {
	width: 88px;
	height: 25px;
	position: absolute;
	top: 12px;
	right: 10px;
}
header .top .senkyokeihatsu{
	right: 10px;
	width: 186px;
	top: 40px;
}

/* nav */
header nav ul li {
	width: 25%;
	padding: 0 5px;
}
header nav ul li .frame {
	width: 100%;
	text-align: center;
}
header nav ul li .frame img {
	margin: 0 auto;
	text-align: center;
}
header nav ul li:last-child {
	border-right: none;
}
header nav li ul {
	width: 100%;
	height: auto;
	margin: 18px 0 0;
  	position: absolute;
	left: 0;
}
header nav li ul li {
	width: auto;
	padding: 10px 0 10px 10px;
	border-right: none;
}

#mainimg {
	padding: 95px 0 0;
}
#mainimg .img img {
	width: 100%;
	height: 100%;
}

/*
content
----------------------------------------*/
#content {
	padding: 0 10px;
}

/* about */
#content #about {
	padding: 30px 0 0;
}
#content #about .left {
	float: none;
}
#content #about .right {
	margin: 35px 0 0;
	float: none;
}
#content #about .right img {
	width: 100%;
	height: 100%;
}
#content #about .left .tx {
	margin: 20px 0 0;
}
#content #about .left .tx img {
	width: 100%;
	height: 100%;
}

#content #about .left .box h3 {
	margin: 35px 0 0;
}
#content #about .left .box dl {
	width: auto;
	float: none;
	border-left: none;
}
#content #about .left .box dl:last-child {
	border-right: none;
}
#content #about .left .box dl dd img {
	width: 100%;
	height: 100%;
}
#content #about .bottom  {
	padding: 15px 0 0;
}

/* gallery */
.simply-scroll {
	width: 300px;
}
.simply-scroll .simply-scroll-clip {
	width: 300px;
}

/* spec */
#content #spec {
	padding: 60px 0 0;
}
#content #spec ul {
	width: 100%;
	margin: 5px 0 0 0;
}
#content #spec ul li {
	width: auto;
	margin: 15px 0 0;
	float: none;
}
#content #spec ul li .box {
	width: 100%;
	display: table;
}
#content #spec ul li .box .img {
	display: table-cell;
	float: none;
}
#content #spec ul li .box .tx {
	display: table-cell;
	float: none;
}
#content #spec ul li .box .img img {
	width: 100%;
	height: auto;
	padding: 0 10px 0 0;
}
#content #spec ul li .box .tx img {
	width: 100%;
	height: auto;
	padding: 0 0 0 10px;
}


/* gallery */
#content #gallery {
	padding: 60px 0 0;
}
#content #gallery ul {
	margin: 35px 0 0 0;
}
#content #gallery ul li {
	margin: 0 0 -10px 0;
	float: none;
	overflow: hidden;
}
#content #gallery ul li.half {
	display: table-cell;
}
#content #gallery ul li.half img {
	width: 100%;
	height: auto;
}
#content #gallery ul li img {
	width: 100%;
	height: auto;
}
#content #gallery ul li .tx img {
	height: auto;
}

/* price */
#content #price {
	padding: 60px 0 0;
}
#content #price .left {
	width: auto;
	margin: 35px 0 0;
	float: none;
}
#content #price .left .box {
	width: auto;
	padding: 20px 0;
}
#content #price .left .box img.sp {
	text-align: center;
	display: inline;
}
#content #price .left .table {
	width: auto;
	margin: 15px 0 0;
}
#content #price .left .table .frame {
	width: 100%;
	margin: 0;
	display: table;
}
#content #price .left .table h3 {
	width: 100%;
	height: 35px;
	margin: 15px 0 0;
}
#content #price .left .table .frame dl {
	width: 25%;
	float: none;
	display: table-cell;
}
#content #price .left .table .frame dl.title {
	width: 25%;
}
#content #price .left .table .frame dl dd {
	padding: 25px 0;
}
#content #price .left .table .frame dl dd img.sp {
	text-align: center;
	display: inline;
}
#content #price .right {
	width: auto;
	float: none;
}
#content #price .right .tx img {
	width: 100%;
	height: 100%;
}

/* csr */
#content #csr {
	margin: 60px 0 0;
}
#content #csr02.sp {
	display: block;
}
#content #csr .left {
	width: auto;
	margin: 35px 0 25px;
	float: none;
}
#content #csr .right {
	width: auto;
	margin: 0 0 25px;
}
#content #csr .left .img img,
#content #csr .right .img img,
#content #csr .left .tx img,
#content #csr .right .tx img {
	width: 100%;
	height: 100%;
}
#content #csr .left h3 {
	width: auto;
	text-align: center;
}
#content #csr .right h3 {
	width: auto;
	float: none;
}
#content #csr .left .tx {
	width: auto;
}
#content #csr .right .tx {
	width: auto;
	float: none;
}
#content #csr .bottom {
	padding: 35px 0 0;
}
#content #csr .bottom .tx img {
	width: 100%;
	height: 100%;
}
#content #csr .bottom ul {
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#content #csr .bottom ul li {
	padding: 30px 10px 0;
}

/* contact */
#content #contact {
	margin: 90px 0 0;
	padding: 90px 0 0;
	border-top: 1px solid #c8c8c8;
}
#content #contact h2 {
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: none;
}
#content #contact .tx {
	margin: 25px 0 0;
}
#content #contact .tx.module img {
	width: 100%;
	height: 100%;
}

.p-contact-list{width: 100%;padding: 4vw;display: block;}
.p-contact-list__title,.p-contact-list__data{padding: 0;margin: 3vw 0 0 0;}

/* company */
#content #company {
/*	margin: 90px 0 0;
	padding: 90px 0 0; */
	margin: 50px 0 0;
	padding: 50px 0 0;
	border-top: 1px solid #c8c8c8;
}
#content #company h2 {
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: none;
}
#content #company .box {
	width: auto;
	margin: 0 auto;
	padding: 0 0 30px;
}
#content #company .box h3 {
	height: 35px;
	margin: 15px 0 0;
	background: #288cc8;
	line-height: 35px;
	color: #FFF;
	font-size: 24%;
}
#content #company .box h4 {
	margin: 30px 0 20px;
}
#content #company .box .tx {
	padding: 0 20px;
}
#content #company .box .tx img {
/*	width: 100%;
	height: 100%; */
}

/*
footer
----------------------------------------*/
footer .copy {
	width: 300px;
	margin: 0 auto;
}

/*
----------------------------------------*/
.pc {
	display: none;
}
.sp {
	display: block;
}
}
