﻿@charset "utf-8";
/*------------------------------------------------------------
 全体設定
------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	min-width: 1080px;
}

p {
	margin: 0.5em 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media (max-width: 768px) {
	body {
		font-size: 14px;
		min-width: 100%;
	}
}

@media (max-width: 544px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/*--------------------clearfix--------------------*/
.clearfix::after {
	content: " ";
	display: block;
	clear: both;
}

/*--------------------リンク--------------------*/
a {
	color: #6f470c;
}

a:hover {
	text-decoration: underline;
	color: #6f470c;
}

/*--------------------コンテナ--------------------*/
.container {
	box-sizing: border-box;
	margin: 0 auto;
	width: 1080px;
}

@media (max-width: 768px) {
	.container {
		width: 100%;
	}
}

/*--------------------見出し--------------------*/
h1 {
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	margin: 0;
	width: 520px;
}

h2 {
	color: #6f470c;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin: 0;
	padding: 15px 0
}

h3 {
	color: #6f470c;
	font-weight: bold;
	font-size: 20px;
}

h4 {
	color: #6f470c;
	font-weight: bold;
	font-size: 18px;
}

.page-title {
	background: url(../img/common/bg_h1.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 20px 0;
}

.page-title h1 {
	color: #6f470c;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	padding: 0;
	width: 100%;
}

.page-title h1 span {
	font-size: 14px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 10px;
		line-height: 1.1;
		padding: 0;
		width: 100%;
	}
	h2 {
		font-size: 20px;
		padding: 15px 0
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	}
}

@media (max-width: 544px) {
	h2 {
		font-size: 18px;
	}
}

/*--------------------ボタン--------------------*/
.button {
	box-sizing: border-box;
	background: #fad75f;
	color: #6f470c;
	font-weight: bold;
	display: block;
	padding: 15px;
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	width: 320px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

.button:hover {
	background: #6f470c;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 544px) {
	.button {
		width: 90%;
	}
}

/*--------------------文字サイズ--------------------*/
.small {
	font-size: 12px;
}

.large {
	font-size: 16px;
}

@media (max-width: 768px) {
	.large {
		font-size: 14px;
	}
}

/*--------------------文字色--------------------*/
.pink {
	color: #e96596;
}

.green {
	color: #51a081;
}

.blue {
	color: #54a0b7;
}

.orange {
	color: #f4a229;
}

.red {
	color: #f55668;
}

/*--------------------注意書き--------------------*/
.small {
	font-size: 12px;
}

/*--------------------バナー画像--------------------*/
.banner {
	width: 85%;
	margin: 0 auto;
}

.banner img {
	max-width: 100%;
	padding: 1em 0 0;
}

@media (max-width: 768px) {
	.banner {
		width: 100%;
	}
}

/*--------------------ページナビ設定--------------------*/
.pager {
	box-sizing: border-box;
	width: 100%;
	clear: both;
	padding: 30px 10px 0;
}

.pager .wp-pagenavi span,
.pager .wp-pagenavi a {
	border: 2px solid #a27733;
	color: #a27733;
	font-weight: bold;
	padding: 5px 12px!important;
	margin: 0 3px;
}

.pager .wp-pagenavi span.pages {
	background: #f6f2e6;
	border: 2px solid #f6f2e6;
}

.pager .wp-pagenavi span.current {
	background: #f39800;
	border: 2px solid #f39800;
	color: #fff;
}


/*------------------------------------------------------------
 ヘッダー
------------------------------------------------------------*/
header {
	border-top: 5px solid #958571;
}

header .container {
	position: relative;
}

header .header-logo {
	margin-top: 10px;
}

header .header-corp {
	width: 340px;
	position: absolute;
	top: 10px;
	left: 530px;
}

header .header-contact {
	position: absolute;
	top: -5px;
	left: 880px;
}

header .header-contact a:hover {
	opacity: 1;
}

.nav-pc ul {
	list-style-type: none;
	margin: 15px 0 10px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.nav-pc li a {
	border-radius: 5px;
	color: #6f470c;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 15px 10px;
	transition: .3s;
}

.nav-pc li a::before {
	content: "";
	display: inline-block;
	margin: 0 3px -15px 0;
	height: 40px;
	width: 40px;
}

.nav-pc li:nth-child(1) a::before {
	background: url(../img/common/nav_home.png) no-repeat center center;
}

.nav-pc li:nth-child(2) a::before {
	background: url(../img/common/nav_message.png) no-repeat center center;
}

.nav-pc li:nth-child(3) a::before {
	background: url(../img/common/nav_flow.png) no-repeat center center;
}

.nav-pc li:nth-child(4) a::before {
	background: url(../img/common/nav_works.png) no-repeat center center;
}

.nav-pc li:nth-child(5) a::before {
	background: url(../img/common/nav_company.png) no-repeat center center;
}

.nav-pc li:last-child a::before {
	background: url(../img/common/nav_contact.png) no-repeat center center;
}

.nav-pc li:last-child a {
	background: #fad75f;
}

header .bt-nav-open {
	display: none;
	background: #fad75f;
	border: none;
	border-radius: 5px;
	color: #6f470c;
	font-size: 10px;
	padding: 5px 10px;
	position: absolute;
	bottom: 1vw;
	right: 5vw;
}

header .bt-nav-open i,
header .bt-nav-close i {
	font-size: 24px;
}

.nav-sp {
	display: none;
	box-sizing: border-box;
	background: #fff;
	width: 100vw;
	height: 100vh;
	padding: 5vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

header .bt-nav-close {
	background: #fad75f;
	border: none;
	border-radius: 5px;
	color: #6f470c;
	font-size: 12px;
	padding: 5px 10px;
	position: fixed;
	top: 5vw;
	right: 5vw;
	z-index: 10001;
}

.nav-sp-logo {
	margin-top: 10px;
}

.nav-sp-logo img {
	width: 70%;
}

.nav-sp ul {
	list-style-type: none;
	margin: 20px 0 0;
	padding: 0;
}

.nav-sp ul ul {
	margin: 0 0 0 2em;
}

.nav-sp a {
	display: block;
	border-bottom: 2px dotted #eee;
	color: #6f470c;
	font-weight: bold;
	font-size: 16px;
	padding: 7px;
	text-decoration: none;
}

.nav-sp a i {
	color: #7cbf10;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	width: 18px;
}

header a:hover {
	opacity: 0.6;
}

@media (max-width: 768px) {
	header .container {
		padding: 5px;
	}
	header .header-logo {
		margin: 15px 0 5px;
	}
	header .header-corp,
	header .header-contact,
	.nav-pc {
		display: none;
	}
	header .bt-nav-open {
		display: block;
	}
}

@media (max-width: 544px) {
	header .header-logo img {
		width: 70%;
	}
}



/*------------------------------------------------------------
 トップページ
------------------------------------------------------------*/
/*--------------------メインビジュアル--------------------*/
.slider .swiper-container {
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
	width: 100%;
}

.swiper-container img {
	display: block;
	width: 100%;
}

.swiper-container img.sp {
	display: none;
}

@media (max-width: 544px) {
	.swiper-container img.pc {
		display: none;
	}
	.swiper-container img.sp {
		display: block;
	}
}

/*--------------------谷工務店について--------------------*/
.info .container {
	text-align: center;
}

.info-concept {
	background: url(../img/top/bg_info.jpg) no-repeat left bottom;
	background-size: 100% auto;
	padding-bottom: 15px;
}

.info h2 {
	font-size: 26px;
	margin: 1em 0 0.3em;
}

.info .container > p {
	font-size: 16px;
	line-height: 1.8;
}

.info-list {
	margin: 30px auto;
}

.info-item {
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
	width: calc(100% / 3);
}

.info-item a:nth-of-type(1) {
	color: #333;
	display: block;
	text-decoration: none;
	transition: .3s;
}

.info-item a:hover {
	opacity: 0.6;
}

.info-item .info-item-img {
	box-sizing: border-box;
	border: 1px dashed #a27733;
	border-radius: 100vw;
	height: 282px;
	width: 282px;
	margin: 0 auto;
}

.info-item .info-item-img img {
	display: block;
	margin: 5px;
}

.info-item h3 {
	margin: 5px 0;
}

.info-item a.button {
	display: inline-block;
	font-size: 14px;
	padding: 10px 20px;
	margin: 0 auto;
	width: auto;
}

@media (max-width: 768px) {
	.info h2 {
		font-size: 20px;
	}
	.info-item .info-item-img {
		height: 30vw;
		width: 30vw;
	}
	.info-item .info-item-img img {
		height: 29vw;
		width: 29vw;
		margin: 0.35vw;
	}
	.info-item p br {
		display: none;
	}
}

@media (max-width: 690px) {
	.info .container h2,
	.info .container > p {
		margin-left: 5vw;
		margin-right: 5vw;
	}
	.info .container h2 {
		font-size: 16px;
	}
	.info .container > p br {
		display: none;
	}
	.info .container > p {
		font-size: 14px;
	}
	.info-item {
		float: none;
		width: 100%;
	}
	.info-item + .info-item {
		margin-top: 30px;
	}
	.info-item .info-item-img {
		height: 50vw;
		width: 50vw;
	}
	.info-item .info-item-img img {
		height: 49vw;
		width: 49vw;
		margin: 0.35vw;
	}
	.info-item p br {
		display: block;
	}
}

/*--------------------施工事例--------------------*/
.works-top {
	background: url(../img/top/bg_works.svg) no-repeat;
	background-size: 100% 100%;
	padding: 60px 0 30px;
}

.works-top h2 {
	line-height: 1;
}

.works-top-list {
	position: relative;
}

.works-item {
	box-sizing: border-box;
	text-align: center;
/*	width: 320px;*/
}

.works-item a {
	color: #333;
	display: block;
	text-decoration: none;
	transition: .3s;
}

.works-item a:hover {
	opacity: 0.6;
}

.works-item-img {
/*	background: #000;
	width: 320px;
	height: 180px;*/
	position: relative;
}

/*.works-item-img::before {
	box-sizing: border-box;
	content: " ";
	border: 1px solid #fff;
	width: 310px;
	height: 170px;
	position: absolute;
	top: 5px;
	left: 5px;
}*/

.works-item-img img {
	width: 340px;
	height: 186px;
	object-fit: cover;
	transition: .1s;
}

.works-item p:nth-of-type(1) {
	color: #666;
	font-size: 12px;
	text-align: left;
}

.works-item p:nth-of-type(2) {
	background: #fff;
	border: 1px solid #86b53a;
	color: #86b53a;
	font-size: 12px;
	text-align: center;
	width: 5.5em;
	float: right;
	margin: -22px 0 0 0;
}

.works-item h3 {
	margin: 5px 0;
	text-align: left;
}

.works-item p:nth-of-type(3) {
	font-size: 14px;
	margin: 0;
	text-align: left;
}

.works-top-list .swiper-button-next {
	background: #fad75f;
	padding: 5px;
	top: 31%;
	right: -10px;
}

.works-top-list .swiper-button-prev {
	background: #fad75f;
	padding: 5px;
	top: 31%;
	left: -10px;
}

@media (max-width: 768px) {
	.works-item-img img {
		width: 30vw;
		height: 16.5vw;
	}
	.works-top-list .swiper-button-next {
		right: 0;
	}
	.works-top-list .swiper-button-prev {
		left: 0;
	}
}

@media (max-width: 544px) {
	.works-item-img img {
		width: 80vw;
		height: 43.7vw;
	}
	.works-item {
		padding: 0 10vw;
	}
}

/*--------------------谷工務店からのお知らせ--------------------*/
.news-top {
	box-sizing: border-box;
	border: 6px solid #fcf2e7;
	float: left;
	padding: 0 25px;
	margin-top: 50px;
	width: 600px;
}

.news-top h2 {
	line-height: 1;
	margin-top: -35px;
}

.news-item p {
	color: #666;
	font-size: 12px;
}

.news-item a {
	border-bottom: 4px dotted #eee;
	color: #333;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.news-item a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.news-top {
		float: none;
		margin: 30px auto 0;
		width: 90%;
	}
}

/*--------------------Facebook--------------------*/
.facebook {
	margin-top: 50px;
	float: right;
	width: 450px;
}
@media (max-width: 768px) {
	.facebook {
		float: none;
		margin: 30px auto 0;
	}
	.fb-container{
		float:none;
		width:100%;
		margin-bottom:20px;
		background:#ccc;
	}
	.fb-page{
		display:block !important;
		width:100%;
		max-width:500px;
		margin-left:auto;
		margin-right:auto;
		//height:450px;
	}
}

@media (max-width: 544px) {
	.facebook {
		padding: 0 5vw;
		width: 90%;
	}
}



/*------------------------------------------------------------
  谷工務店からのお知らせ　
------------------------------------------------------------*/
/*--------------------お知らせ一覧--------------------*/
.news {
	padding-top: 30px;
}

.news h2 {
	text-align: left;
}

.news .news-list {
	margin: 0 auto;
	width: 80%;
}

.news .news-list p {
	font-size: 14px;
}

.news .news-list a {
	padding: 5px 0;
}

/*--------------------お知らせ詳細--------------------*/
.news .container > h2 {
	width: 80%;
	margin: 0 auto;
}

.news-detail {
	margin: 0 auto;
	width: 80%;
}

.news-detail .date {
	color: #666;
	font-size: 14px;
	text-align: right;
}

.news-detail img {
	width: 50%;
	height: auto;
}

.news .wp-block-image {
	margin: 10px 0;
}

/*
.news-detail .blocks-gallery-grid {
	list-style-type: none;
}
*/
@media (max-width: 768px) {
	.news-detail img {
		width: 80%;
	}
}

@media (max-width: 544px) {
	.news-detail img {
		width: 100%;
	}
}



/*------------------------------------------------------------
  谷工務店の家づくり　
------------------------------------------------------------*/
.about {
	background: url(../img/about/bg.jpg) no-repeat center top;
	padding-top: 500px;
	position: relative;
}

.about h1 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	padding: 0;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
}

.about h1 span {
	font-size: 14px;
}

.about .container {
	width: 900px;
}

.about h2 {
	text-shadow: 0 0 5px rgba(255,255,255,1);
}

.about p {
	line-height: 1.5;
	padding: 0.8em 0 0;
}

.about .f-right {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
}

.about .f-left {
	float: left;
	margin: 10px 20px 70px 0;
	padding: 0;
}

@media (max-width: 768px) {
	.about .container {
		width: 100%;
		padding: 0 5%;
	}
	.about p img {
		width: 90vw;
	}
	.about p.f-right {
		margin: 10px 0 10px 10px;
	}
	.about p.f-left {
		margin: 10px 10px 10px 0;
	}
	.about p.f-right img,
	.about p.f-left img {
		width: 50vw;
	}
}

@media (max-width: 544px) {
	.about {
		background-size: 150% auto;
		padding-top: 85vw;
	}
	.about h1 {
		color: #6f470c;
		font-size: 7vw;
		text-shadow: none;
		top: 55vw;
	}
	.about p.f-right,
	.about p.f-left {
		float: none;
		margin: 10px 0;
		text-align: center;
	}
	.about p.f-right img,
	.about p.f-left img {
		width: 70vw;
	}
}



/*------------------------------------------------------------
 社長の思い　
------------------------------------------------------------*/
.message {
	background: url(../img/message/bg.jpg) no-repeat center top;
	padding-top: 500px;
	position: relative;
}

.message h1 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	padding: 0;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
}

.message h1 span {
	font-size: 14px;
}

.message .container {
	width: 900px;
}

.message h2 {
	text-shadow: 0 0 5px rgba(255,255,255,1);
}

.message h3 {
	margin: 2em 0 0;
}

.message p {
	line-height: 1.5;
	padding: 0.8em 0 0;
}

.message .f-right {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
}

.message .f-left {
	float: left;
	margin: 10px 20px 70px 0;
	padding: 0;
}

@media (max-width: 768px) {
	.message {
		background-size: 150% auto;
		padding-top: 55vw;
	}
	.message .container {
		width: 100%;
		padding: 0 5%;
	}
	.message p img {
		width: 90vw;
	}
	.message p.f-right img,
	.message p.f-left img {
		width: 50vw;
	}
}

@media (max-width: 544px) {
	.message .container {
		padding-top: 30vw;
	}
	.message h1 {
		color: #6f470c;
		font-size: 7vw;
		text-shadow: none;
		top: 55vw;
	}
	.message p.f-right,
	.message p.f-left {
		float: none;
		margin: 10px 0;
		text-align: center;
	}
	.message p.f-right img,
	.message p.f-left img {
		width: 70vw;
	}
}



/*------------------------------------------------------------
 家づくりの流れ　
------------------------------------------------------------*/
.flow {
	background: url(../img/flow/bg.jpg) no-repeat center top;
	padding-top: 500px;
	position: relative;
}

.flow h1 {
	color: #6f470c;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	text-shadow: 0 0 5px rgba(255,255,255,1);
	padding: 0;
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0;
}

.flow h1 img {
	filter: drop-shadow(0 0 5px rgba(255,255,255,1));
}

.flow h1 span {
	font-size: 14px;
}

.flow .container {
	width: 900px;
}

.flow h2 {
	text-shadow: 0 0 2px rgba(255,255,255,1);
}

.flow ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.flow li {
	position: relative;
}

.flow li::after {
	font-family: 'Font Awesome 5 Free';
	content: "\f103";
	color: #7cbf10;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	bottom: -38px;
	left: 48%;
}

.flow li:last-child::after {
	content: none;
}

.flow h3 {
	border-bottom: 2px dashed #eee;
	margin: 2em 0 0;
}

.flow h3::before {
	background: #fad75f;
	border-radius: 100vw;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	margin-right: 0.5em;
	height: 30px;
	width: 30px;
}

.flow ul li:nth-of-type(1) h3::before {
	content: "１";
}
.flow ul li:nth-of-type(2) h3::before {
	content: "２";
}
.flow ul li:nth-of-type(3) h3::before {
	content: "３";
}
.flow ul li:nth-of-type(4) h3::before {
	content: "４";
}
.flow ul li:nth-of-type(5) h3::before {
	content: "５";
}
.flow ul li:nth-of-type(6) h3::before {
	content: "６";
}
.flow ul li:nth-of-type(7) h3::before {
	content: "７";
}
.flow ul li:nth-of-type(8) h3::before {
	content: "８";
}
.flow ul li:nth-of-type(9) h3::before {
	content: "９";
}
.flow ul li:nth-of-type(10) h3::before {
	content: "10";
}
.flow ul li:nth-of-type(11) h3::before {
	content: "11";
}
.flow ul li:nth-of-type(12) h3::before {
	content: "12";
}

.flow .clearfix {
	margin-left: 2.5em;
}

.flow p {
	line-height: 1.5;
	padding: 0.8em 0 0;
}

.flow .f-right {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
}

.flow .f-left {
	float: left;
	margin: 10px 20px 70px 0;
	padding: 0;
}

@media (max-width: 768px) {
	.flow {
		background-size: 150% auto;
		padding-top: 55vw;
	}
	.flow .container {
		width: 100%;
		padding: 0 5%;
	}
	.flow p img {
		width: 90vw;
	}
}

@media (max-width: 544px) {
	.flow .container {
		padding-top: 30vw;
	}
	.flow h1 {
		color: #6f470c;
		font-size: 7vw;
		text-shadow: none;
		top: 55vw;
	}
}



/*------------------------------------------------------------
 施工事例　
------------------------------------------------------------*/
.works-list .container > p {
	text-align: center;
}

.works-list .category {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.works-list .category li + li {
	margin-left: 20px;
}

.works-list .category span {
	background: #fff;
	border: 2px solid #86b53a;
	color: #86b53a;
	display: inline-block;
	font-weight: bold;
	padding: 10px 30px;
	text-decoration: none;
}

.works-list .category a {
	background: #86b53a;
	border: 2px solid #86b53a;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 30px;
	text-decoration: none;
}

.works-list .category a:hover {
	opacity: 0.6;
}

.works-item-list {
	display: flex;
	flex-wrap: wrap;
}

.works-list .works-item {
	box-sizing: border-box;
	float: left;
	padding: 0 10px 40px;
	width: 360px;
}

@media (max-width: 768px) {
	.works-list .container {
		padding: 0 5%;
	}
	.works-list .works-item {
		padding: 0 2vw 40px;
		width: 48%;
	}
	.works-list .works-item .works-item-img img {
		width: 100%;
		height: 22.4vw;
	}
}

@media (max-width: 544px) {
	.works-list .category span {
		padding: 5px 8px;
	}
	.works-list .category a {
		padding: 5px 8px;
	}
	.works-list .works-item {
		width: 100%;
	}
	.works-list .works-item .works-item-img img {
		width: 100%;
		height: 54vw;
	}
}



/*------------------------------------------------------------
 施工事例詳細　
------------------------------------------------------------*/
.works-detail {
	text-align: center;
}

.works-detail .container > p span {
	background: #86b53a;
	color: #fff;
	padding: 10px 30px;
}

.works-detail .works-detail-img {
	margin: 30px auto 0;
	padding: 0 30px;
	width: 60%;
	position: relative;
}

.works-detail .swiper-container3 {
	background: #fff;
	overflow: hidden;
}

.works-detail .works-detail-img img {
	width: 100%;
	//max-width: 100%;
	height: auto;
	//max-height: 550px;
	display: block;
	margin: 0 auto;
}

.works-detail .works-detail-img .swiper-slide span {
	background: #fff;
	display: block;
	padding: 5px 0;
}

.works-detail .swiper-button-next {
	background: #fad75f;
	padding: 10px 5px;
	top: 50%;
	right: -10px;
}

.works-detail .swiper-button-prev {
	background: #fad75f;
	padding: 10px 5px;
	top: 50%;
	left: -10px;
}

.works-detail-txt {
	border: 4px solid #fcf2e7;
	padding: 15px;
	margin: 40px 100px 0;
	text-align: left;
}

@media (max-width: 768px) {
	.works-detail .works-detail-img {
		width: 80%;
	}
	.works-detail .swiper-container3 {
		//width: 90%;
	}
	.works-detail-txt {
		margin: 40px 5% 0;
		text-align: left;
	}
}

@media (max-width: 544px) {
	.works-detail .swiper-container3 {
		width: 100%;
	}
	.works-detail .works-detail-img {
		width: 80%;
	}
	.works-detail .swiper-button-next {
		right: -5px;
	}

	.works-detail .swiper-button-prev {
		left: -5px;
	}
}



/*------------------------------------------------------------
 会社案内　
------------------------------------------------------------*/
/*--------------------会社概要--------------------*/
.outline {
	padding-top: 30px;
}

.outline table {
	box-sizing: border-box;
	border-collapse: collapse;
	border: 4px solid #f6f2e6;
	margin: 0 auto;
	width: 80%;
}

.outline tr {
	border-bottom: 2px dotted #c3b6a6;
}

.outline th,
.outline td {
	padding: 15px 20px;
}

.outline th {
	background: #f6f2e6;
	color: #6f470c;
	width: 10em;
}

@media (max-width: 544px) {
	.outline table {
		width: 90%;
	}
	.outline tr {
		border: none;
	}
	.outline th,
	.outline td {
		display: block;
		padding: 10px 20px;
		width: auto;
	}
}

/*--------------------アクセス--------------------*/
.access {
	padding-top: 30px;
}

.access iframe {
	display: block;
	margin: 0 auto;
	width: 80%;
}

@media (max-width: 544px) {
	.access iframe {
		width: 90%;
	}
}

/*--------------------沿革--------------------*/
.history {
	padding-top: 30px;
}

.history table {
	box-sizing: border-box;
	border-collapse: collapse;
	border: 4px solid #f6f2e6;
	margin: 0 auto;
	width: 80%;
}

.history tr {
	border-bottom: 2px dotted #c3b6a6;
}

.history th,
.history td {
	padding: 15px 20px;
}

.history th {
	background: #f6f2e6;
	color: #6f470c;
	width: 15em;
}

@media (max-width: 544px) {
	.history table {
		width: 90%;
	}
	.history tr {
		border: none;
	}
	.history th,
	.history td {
		display: block;
		padding: 10px 20px;
		width: auto;
	}
}



/*------------------------------------------------------------
 お問い合わせ　
------------------------------------------------------------*/
/*--------------------お電話でのお問い合わせ--------------------*/
.tel {
	padding-top: 30px;
	text-align: center;
}

@media (max-width: 544px) {
.tel img {
	width: 90%;
}
}

/*--------------------メールでのお問い合わせ--------------------*/
.form {
	padding-top: 30px;
}

.form p {
	margin: 1em auto;
	width: 80%;
}

.form table {
	box-sizing: border-box;
	border-collapse: collapse;
	border: 4px solid #f6f2e6;
	margin: 0 auto;
	width: 80%;
}

.form tr {
	border-bottom: 2px dotted #c3b6a6;
}

.form th,
.form td {
	padding: 15px 20px;
}

.form th {
	background: #f6f2e6;
	color: #6f470c;
	width: 15em;
}

.form td {
	font-size: 18px;
}

.form td p {
	margin: 1em 0;
}

.form td input,
.form td select,
.form td textarea {
	font-size: 18px;
	padding: 3px;
}

.form td textarea {
	box-sizing: border-box;
	width: 100%;
}

.required {
	color: #d33;
}

.form .confirm,
.form .submit {
	display: inline-block;
	border: none;
	background: #f39800;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 20px;
	margin: 20px 0 0;
}

.form .back {
	display: inline-block;
	background: #999;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 20px;
	margin: 20px 0 0;
}

@media (max-width: 768px) {
	.form p {
		width: 90%;
	}
	.form table {
		width: 90%;
	}
	.form tr {
		border: none;
	}
	.form th,
	.form td {
		display: block;
		padding: 10px 20px;
		width: auto;
	}
}



/*------------------------------------------------------------
 プライバシーポリシー　
------------------------------------------------------------*/
.privacy {
	padding-top: 30px;
}

.privacy dl {
	margin: 0 auto;
	width: 80%;
}

.privacy dt {
	background: linear-gradient(to bottom, #7cb913, #5fa916);
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px 5px 70px;
	margin-top: 20px;
	position: relative;
}

.privacy dt span {
	background: url(../img/privacy/bg.png) no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 50px;
	position: absolute;
	top: -10px;
	left: 10px;
}

.privacy dd {
	padding: 15px 10px 10px;
	margin: 0;
}

.privacy dd ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 544px) {
	.privacy dl {
		width: 90%;
	}
}



/*------------------------------------------------------------
 サイトマップ　
------------------------------------------------------------*/
.sitemap {
	padding-top: 30px;
}

.sitemap ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 80%;
}

.sitemap ul ul {
	margin: -40px 0 0 50%;
	width: 50%;
}

.sitemap li {
	border-bottom: 2px dotted #eee;
	padding: 5px;
}

.sitemap li li:last-child {
	border: none;
}

.sitemap li::before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 0.5em;
	color: #7cbf10;
	content: "\f152";
	font-weight: bold;
}

.sitemap a {
	font-weight: bold;
	display: inline-block;
	padding: 8px;
}

@media (max-width: 544px) {
	.sitemap ul {
		width: 90%;
	}
	.sitemap li {
		padding: 5px 5px 5px 15px;
	}
	.sitemap ul ul {
		margin: 0 0 0 2em;
		width: auto;
	}
	.sitemap ul ul li {
		border: none;
	}
}



/*------------------------------------------------------------
 ページトップボタン
------------------------------------------------------------*/
.pagetop {
	box-sizing: border-box;
	position: fixed;
	bottom: 50px;
	right: 30px;
	color: #7cbf10;
	font-size: 14px;
	font-weight: bold;
}

.pagetop:hover {
	opacity: 0.6;
}

.pagetop span {
	display: inline-block;
	margin-left: 0.5em;
}

@media (max-width: 768px) {
	.pagetop {
		opacity: 0.7;
		font-size: 40px;
		bottom: 30px;
		right: 5px;
	}
	.pagetop span {
		display: none;
	}
}



/*------------------------------------------------------------
 フッター
------------------------------------------------------------*/
/*--------------------生協チラシバナー--------------------*/
.chirashi {
	box-sizing: border-box;
	text-align: center;
	padding: 50px 0;
}

.chirashi img {
	margin: 0 auto;
}

.chirashi img:hover {
	opacity: 0.6;
}

@media (max-width: 768px) {
	.chirashi {
		padding: 30px 5vw;
	}
	.chirashi img {
		width: 100%;
	}
}

/*--------------------ご相談・お問い合わせ--------------------*/
.contact h2 {
	line-height: 1;
}

.contact > div {
	background: repeating-linear-gradient(-45deg,#eee 0,#eee 5px,#fff 5px,#fff 10px);
	padding: 10px;
}

.contact div div {
	background: #fff url(../img/common/bg_contact.png) no-repeat left center;
	padding: 0 35px;
}

.contact p {
	box-sizing: border-box;
	float: left;
	color: #6f470c;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
	width: 50%;
}

.contact a {
	display: block;
	float: right;
}

.contact a:hover {
	opacity: 0.6;
}

.contact a:nth-of-type(1) {
	margin-top: 15px;
}

.contact a:nth-of-type(2) {
	background: #fad75f;
	color: #6f470c;
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0 15px;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
	width: 50%;
}

.contact a:nth-of-type(2)::before {
	content: " ";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px -7px 0;
	background: url(../img/common/nav_contact.png) no-repeat center center;
	background-position: center center;
}

@media (max-width: 768px) {
	.contact > div {
		margin: 0 5vw;
	}
	.contact div div {
		background: #fcfaf5 url(../img/common/bg_contact.png) no-repeat left top;
		background-size: 80% auto;
		padding: 3vw;
	}
	.contact p,
	.contact a {
		float: none;
		width: 100%;
	}
	.contact p {
		font-size: 22px;
		padding-left: 10vw;
		margin: 10px 0 50px;
	}
	.contact a {
		text-align: center;
	}
	.contact a img {
		width: 80%;
	}
	.contact a:nth-of-type(2) {
		width: 80%;
		margin: 15px auto 0;
	}
}

@media (max-width: 544px) {
	.contact div div {
		background: #fcfaf5 url(../img/common/bg_contact.png) no-repeat 190% top;
		background-size: 80% auto;
	}
	.contact p {
		font-size: 16px;
		padding-left: 0;
		margin: 60px 0 10px;
	}
	.contact a img {
		width: 90%;
	}
	.contact a:nth-of-type(2) {
		width: 100%;
		font-size: 16px;
	}
}

/*--------------------フッター--------------------*/
footer {
	background: #f6f2e6;
	margin-top: 60px;
	padding-top: 30px;
	width: 100%;
}

@media (max-width: 768px) {
	footer {
		margin-top: 30px;
	}
}

/*--------------------フッター店舗情報--------------------*/
.footer-info {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding-left: 10px;
}

.footer-info p:nth-of-type(4) {
	font-size: 13px;
}

@media (max-width: 768px) {
	.footer-info {
		width: 100%;
		padding-left: 30px;
	}
}

@media (max-width: 544px) {
	.footer-logo img {
		width: 70%;
	}
	.footer-info p:nth-of-type(2) img,
	.footer-info p:nth-of-type(3) img {
		width: 50%;
	}
	.footer-info p:nth-of-type(4) {
		font-size: 10px;
	}
	.footer-info p:nth-of-type(4) img {
		width: 60%;
	}
}

/*--------------------フッターナビ--------------------*/
.footer-nav {
	width: 50%;
	float: right;
}

.footer-nav > ul {
	width: 50%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-nav li {
	padding: 5px 0;
}

.footer-nav li::before {
	font-family: 'Font Awesome 5 Free';
	margin-right: 0.5em;
	color: #7cbf10;
	content: "\f152";
	font-weight: bold;
}

.footer-nav li a {
	color: #6f470c;
	font-weight: bold;
	text-decoration: none;
}

.footer-nav li a:hover {
	text-decoration: underline;
}

.footer-nav ul ul {
	list-style-type: none;
	padding-left: 1.5em;
}

.footer-nav li li::before {
	content: "\f0da";
}

@media (max-width: 768px) {
	.footer-nav {
		display: none;
	}
}

/*--------------------コピーライト--------------------*/
.copyright {
	clear: both;
	padding: 6px 0;
	margin: 20px 0 0;
	background: #958571;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

@media (max-width: 768px) {
	.copyright {
		font-size: 10px;
	}
}


