@charset "UTF-8";

main {
	padding-top: 140px;
}

section.works {
	padding: 0 80px;
}
section.works .inner {
	max-width: 1280px;
	margin: 0 auto;
}
section.works ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
section.works ul::after {
	content: '';
	display: block;
	width: calc( ( 100% - 80px ) / 3 );
}
section.works li {
	width: calc( ( 100% - 80px ) / 3 );
	margin-bottom: 40px;
}
section.works li a {
	text-decoration: none;
	position: relative;
	display: block;
	color: #fff;
}
section.works li img {
	width: 100%;
}
section.works li div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	text-align: center;
	line-height: 1.6;
	opacity: 0;
	transition: opacity 0.3s ease;
}
section.works li a:hover div {
	opacity: 1;
}

@media screen and (max-width: 999px){
	
	main {
		padding-top: 100px;
	}

	section.works {
		padding: 0 60px;
	}
	section.works ul {
		margin-bottom: 30px;
	}
	section.works ul::after {
		display: none;
	}
	section.works li {
		width: calc( ( 100% - 30px ) / 2 );
		margin-bottom: 30px;
	}
	section.works li div {
		font-size: 14px;
	}
	
}

@media screen and (max-width: 767px){
	
	main {
		padding-top: 60px;
	}

	section.works {
		padding: 0 20px;
	}
	section.works ul {
		margin: 0 auto 20px;
		max-width: 480px;
	}
	section.works li {
		width: 100%;
		margin-bottom: 20px;
	}
	section.works li div {
		font-size: 13px;
	}
	
}

section.works_more {
	padding: 0 80px;
}
section.works_more .inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section.works_more .left {
	width: 340px;
	order: -1;
}
section.works_more h1 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 40px;
}
section.works_more .caption {
	line-height: 2;
	margin-bottom: 40px;
}
section.works_more .moreinfo {
	margin-bottom: 40px;
}
section.works_more dl {
	margin-bottom: 40px;
	border-left: 1px solid #000;
	padding: 10px 0 10px 25px;
}
section.works_more dt {
	font-weight: bold;
	margin-bottom: 15px;
}
section.works_more dd {
	line-height: 1.6;
}
section.works_more dd a {
	color: #666;
	text-decoration: underline !important;
}
section.works_more dd a:hover {
	text-decoration: none !important;
}
section.works_more .btn_back {
	display: block;
	text-align: center;
	color: #222;
	text-decoration: none;
	transition: opacity 0.3s ease;
	margin-top: 60px;
}
section.works_more .btn_back:hover {
	opacity: 0.6;
}
section.works_more .btn_back img {
	width: 32px;
	margin-bottom: 15px;
}
section.works_more .btn_back p {
	font-size: 12px;
}
section.works_more .right {
	width: calc( 100% - 380px );
}
section.works_more .right li {
	margin-bottom: 40px;
}
section.works_more .right img {
	width: 100%;
}

@media screen and (max-width: 999px){
	
	section.works_more {
		padding: 0 60px;
	}
	section.works_more .inner {
		display: block;
	}
	section.works_more .left {
		width: 100%;
		margin-bottom: 50px;
	}
	section.works_more h1 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	section.works_more .caption {
		margin-bottom: 40px;
		font-size: 14px;
	}
	section.works_more .moreinfo {
		margin-bottom: 50px;
	}
	section.works_more dl {
		margin-bottom: 40px;
		padding: 10px 0 10px 25px;
		font-size: 14px;
	}
	section.works_more dt {
		margin-bottom: 15px;
	}
	section.works_more .btn_back {
		margin-top: 50px;
	}
	section.works_more .btn_back p {
		font-size: 12px;
	}
	section.works_more .right {
		width: 100%;
		margin-bottom: 40px;
	}
	section.works_more .right li {
		margin-bottom: 30px;
	}
	
}

@media screen and (max-width: 767px){
	
	section.works_more {
		padding: 0 20px;
	}
	section.works_more .left {
		margin-bottom: 50px;
	}
	section.works_more h1 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	section.works_more .caption {
		margin-bottom: 40px;
		font-size: 14px;
	}
	section.works_more .moreinfo {
		margin-bottom: 50px;
	}
	section.works_more dl {
		margin-bottom: 40px;
		padding: 5px 0 5px 20px;
		font-size: 14px;
	}
	section.works_more dt {
		margin-bottom: 10px;
	}
	section.works_more .btn_back img {
		width: 26px;
	}
	section.works_more .btn_back p {
		font-size: 10px;
	}
	section.works_more .right {
		margin-bottom: 30px;
	}
	section.works_more .right li {
		margin-bottom: 20px;
	}
	
}


section.page {
	padding: 0 80px 60px;
}
section.page .inner {
	max-width: 800px;
	margin: 0 auto;
}
section.page section {
	margin-bottom: 70px;
}
section.page section:last-of-type {
	margin-bottom: 0;
}
section.page .honbun {
	margin-bottom: 2em;
	line-height: 1.6;
}
section.page .honbun a {
	color: #222;
	text-decoration: underline !important;
}
section.page .honbun a:hover {
	text-decoration: none !important;
}
section.page ul {
	margin-bottom: 2em;
}
section.page ul li {
	margin-bottom: 1em;
	line-height: 1.6;
	list-style: disc inside;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.hd_a {
	font-size: 18px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}
.page_ttl {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin: 30px 0 60px;
}

@media screen and (max-width: 999px){
	
	section.page {
		padding: 0 60px 60px;
	}
	section.page section {
		margin-bottom: 50px;
	}
	section.page .honbun {
		font-size: 14px;
	}
	section.page ul li {
		font-size: 14px;
	}
	.hd_a {
		margin-bottom: 30px;
		font-size: 16px;
		padding: 0 0 20px 0;
	}
	.page_ttl {
		font-size: 20px;
		margin: 30px 0 60px;
	}
	
}
@media screen and (max-width: 767px){
	
	section.page {
		padding: 0 20px 40px;
	}
	section.page .inner {
		max-width: 480px;
	}
	section.page section {
		margin-bottom: 50px;
	}
	section.page .honbun {
		font-size: 14px;
	}
	section.page ul li {
		font-size: 14px;
	}
	.hd_a {
		margin-bottom: 20px;
		font-size: 15px;
		padding: 0 0 15px 0;
	}
	.page_ttl {
		font-size: 20px;
		margin: 30px 0 60px;
	}
	
}

/*------お問い合わせフォーム-----*/

.f_table {
	line-height: 1.5;
	margin-bottom: 30px;
}
.f_table .tr {
	display: flex;
}
.f_table .th, .f_table .td {
	padding: 20px 0px;
}
.f_table .th {
	width: 240px;
	display: flex;
	align-items: center;
	font-weight: 500;
}
.f_table .th span, .privacy_check span {
	background-color: #222;
	color: #fff;
	font-size: 11px;
	display: inline-block;
	width: 40px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin-right: 20px;
}
.f_table .th span.opt {
	background-color: #dddddd;
	color: #222;
}
.f_table .td {
	width: calc( 100% - 230px );
}
.f_table input[type='text'], .f_table input[type='email'] {
	height: 46px;
	background-color: #f8f8f8;
	border: 1px solid #d5d5d5;
	width: 100%;
	padding: 7px;
	font-size: 16px;
	line-height: 1.5;
	font-family: inherit;
}
.f_table textarea {
	height: 230px;
	background-color: #f8f8f8;
	border: 1px solid #d5d5d5;
	width: 100%;
	padding: 7px;
	font-size: 16px;
	line-height: 1.5;
	font-family: inherit;
}
.f_table .td li {
	margin-bottom: 0.5em;
}
.f_table .td li:last-child {
	margin-bottom: 0.5em;
}
::placeholder {
  color: #666;
}
.privacy_check {
	background: #f6f8f8;
	border-radius: 10px;
	padding: 35px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 50px;
}
.privacy_check div {
	font-weight: bold;
	margin-bottom: 25px;
}
.privacy_check span {
	margin-left: 0.5em;
}
.privacy_check p {
	font-size: 13px;
	line-height: 1.5;
}
.privacy_check p a {
	color: #991c40;
	text-decoration: underline !important;
}
.privacy_check p a:hover {
	text-decoration: none !important;
}
.form input[type='submit'] {
	letter-spacing: 0.1em;
	width: 100%;
	max-width: 320px;
	height: 60px;
	color: #fff;
	border-radius: 30px;
	background: #000;
	font-size: 16px;
	font-family: inherit;
	border: none;
	margin: 0 auto;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.3s ease;
	-webkit-appearance : none;
	display: block;
}

.form input[type='submit']:hover {
	opacity: 0.6;
}

.wpcf7-response-output {
	background-color: #f00 !important;
	border: none !important;
	padding: 10px !important;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
	background-color: #46b450 !important;
	color: #fff !important;
}
.wpcf7-list-item {
	display: block;
}
.wpcf7-spinner {
	display: block;
}
.policy {
	border: 1px solid #ccc;
	padding: 25px;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	height: 200px;
	overflow: auto;
	margin-bottom: 40px;
}

.policy p {
	margin-bottom: 2em;
}
.policy h4 {
	text-align: center;
}
.policy h4, .policy h5 {
	margin-bottom: 1em;
}
.policy ul {
    list-style-type: lower-alpha;
    padding-left: 2em;
    margin-bottom: 2em;
}


@media screen and (max-width: 999px){
	
	.f_table {
		margin-bottom: 20px;
	}
	.f_table .tr {
		display: block;
	}
	.f_table .th {
		padding: 10px 10px 12px;
	}
	.f_table .td {
		padding: 0 10px 15px 10px;
	}
	.f_table .th {
		width: auto;
		display: block;
	}
	.f_table .th span, .privacy_check span {
		font-size: 11px;
		width: 36px;
		height: 18px;
		line-height: 17px;
		margin-right: 15px;
	}

	.f_table .td {
		width: auto;
	}
	.f_table input[type='text'], .f_table input[type='email'] {
		height: 40px;
		padding: 5px;
		font-size: 15px;
	}
	.f_table textarea {
		height: 180px;
		padding: 5px;
		font-size: 15px;
	}
	.privacy_check {
		padding: 20px;
		font-size: 14px;
		margin: 0 auto 30px;
	}
	.privacy_check div {
		margin-bottom: 20px;
	}
	.privacy_check span {
		margin-left: 1em;
	}
	.privacy_check p {
		font-size: 13px;
		text-align: left;
	}
	.policy {
		margin-bottom: 30px;
	}
}

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

	.f_table input[type='text'], .f_table input[type='email'] {
		font-size: 14px;
	}
	.f_table textarea {
		font-size: 14px;
	}
	.privacy_check {
		padding: 20px 15px;
		font-size: 14px;
		margin: 0 auto 30px;
	}
	.privacy_check div {
		margin-bottom: 20px;
	}
	.privacy_check p {
		font-size: 14px;
	}
	.form input[type='submit'] {
		font-size: 14px;
	}
	.form input[type='submit'] {
		max-width: 240px;
		height: 46px;
		border-radius: 23px;
		font-size: 14px;
	}
	body.page-confirm .btn_back {
		max-width: 130px;
		font-size: 14px;
		margin-right: 5px;
		height: 46px;
	}
	body.page-confirm .form input[type='submit'] {
		max-width: 130px !important;
		margin: 0 0 0 5px;
	}
}


section.sec_about {
	padding: 0 80px 80px;
}
section.sec_about .inner {
	max-width: 1000px;
	margin: 0 auto;
}

section.sec_about .img {
	margin-bottom: 60px;
}
section.sec_about .img img {
	width: 100%;
}
section.sec_about .h1_box {
	margin-bottom: 60px;
	text-align: center;
}
section.sec_about .h1_box h1 {
	font-size: 72px;
	margin-bottom: 20px;
}
section.sec_about .h1_box p {
	font-size: 16px;
	font-weight: bold;
}
.table {
	border-top: 1px solid #ccc;
}
.table .tr {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
.table .th, .table .td {
	padding: 30px 20px;
	font-size: 15px;
	line-height: 1.6;
}
.table .th {
	width: 180px;
	font-weight: bold;
}
.table .td {
	width: calc( 100% - 180px );
}
.table a {
	color: #222;
	text-decoration: underline !important;
}
.table a:hover {
	text-decoration: none !important;
}

@media screen and (max-width: 999px){
	
	section.sec_about {
		padding: 0 60px 70px;
	}
	section.sec_about .img {
		margin-bottom: 50px;
	}
	section.sec_about .h1_box {
		margin-bottom: 50px;
	}
	section.sec_about .h1_box h1 {
		font-size: 60px;
		margin-bottom: 20px;
	}
	section.sec_about .h1_box p {
		font-size: 15px;
	}
	.table .th, .table .td {
		padding: 30px 20px;
		font-size: 14px;
	}
	.table .th {
		width: 150px;
	}
	.table .td {
		width: calc( 100% - 150px );
	}
	
}
@media screen and (max-width: 767px){
	
	section.sec_about {
		padding: 0 20px 50px;
	}
	section.sec_about .inner {
		max-width: 480px;
	}
	section.sec_about .img {
		margin-bottom: 30px;
	}
	section.sec_about .h1_box {
		margin-bottom: 30px;
	}
	section.sec_about .h1_box h1 {
		font-size: 40px;
		margin-bottom: 15px;
	}
	section.sec_about .h1_box p {
		font-size: 14px;
	}
	.table .tr {
		display: block;
	}
	.table .th, .table .td {
		font-size: 14px;
	}
	.table .th {
		width: 100%;
		padding: 25px 10px 15px;
	}
	.table .td {
		width: 100%;
		padding: 0 10px 25px;
	}
	
}

section.sec_access {
	padding: 0;
}
.gmap iframe {
	width: 100%;
	height: 500px;
}
@media screen and (max-width: 999px){
	
	section.sec_access {
		padding: 0;
	}
	
}
@media screen and (max-width: 767px){
	
	section.sec_access {
		padding: 0;
	}
	.gmap iframe {
		height: 300px;
	}
	
}