@charset "UTF-8";

/*
 01.common
 02.header
 03.about
 04.works
 05.blog
 06.contact
 07.privacy-policy
 08.flow
 09.profile
 10.404
*/
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@400;500;600;700;800&display=swap');
/*====================================
	01.common
====================================*/
.block {
    padding-top: 50px;
	padding-bottom: 100px;
	max-width: 800px;
	margin: 0 auto;
}
.block .block_cont {
	margin-bottom: 90px;
}
.block .block_cont h3 {
    font-family: 'Big Shoulders Display', cursive;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: center;
}
.block .block_cont a{
	text-decoration: underline;
}

/* pagination */
.pagination {
	font-family: 'Big Shoulders Display', cursive;
	font-weight: 800;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 100px;
}
	/* 		#works .pagination .page-numbers {
	font-size: 16px;
	margin-left: 20px;
	}
	#works .pagination a.page-numbers {
	color: #a7a7a7;
	}
	#works .pagination .prev.page-numbers {
	content: '';
	display: inline-block;
	background: url(../img/icon_arrow_prev.png) no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	margin-left: 0;
	}
	#works .pagination .next.page-numbers {
	content: '';
	display: inline-block;
	background: url(../img/icon_arrow_next.png) no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	} */

	.pagination .wp-pagenavi a, .wp-pagenavi span {
		border: none;
		font-size: 16px;
		padding: 0;
		margin: 0;
		margin-left: 20px;
	}
	.pagination .wp-pagenavi a {
		color: #a7a7a7;
	}
	.pagination .first {
		margin-left: 0 !important;
		margin-right: 20px !important;
	}
	.pagination .previouspostslink {
		content: '';
		display: inline-block;
		background: url(../img/icon_arrow_prev.png) no-repeat;
		background-size: 12px;
		width: 12px;
		height: 12px;
		margin-left: 0 !important;
	}
	.pagination .nextpostslink {
		content: '';
		display: inline-block;
		background: url(../img/icon_arrow_next.png) no-repeat;
		background-size: 12px;
		width: 12px;
		height: 12px;
	}

/*====================================
	02.header
====================================*/
header {
    background: none;
	border-bottom: 1px solid #dcdcdc;
}
header #header_menu{
    position: relative;
}
#header_scroll {
	display: none;
}
/*====================================
	03.about
====================================*/
#about .txt {
	line-height: 1.8;
}

#about table {
	width: 100%;
	table-layout: fixed;
}
	#about table tr {
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		text-align: left;
	}
	#about table th {
		padding: 25px;
		width: 30%;
		font-weight: normal;
	}
	#about table td {
		padding: 25px;
		width: 70%;
	}

#about .gmap {
	height: 0;
	overflow: hidden;
/* 	padding-bottom: 56.25%; */
	padding-bottom: 50%;
	position: relative;
}
	#about .gmap iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}

/*====================================
	04.works
====================================*/
#works {
	max-width: 1200px;
}
#works #pan {
	margin-bottom: 40px;
}
#works .cat_area {
	margin-bottom: 30px;
}
	#works .cat_area ul {
		display: flex;
		justify-content: flex-end;
		list-style: none;
		flex-wrap: wrap;
	}
		#works .cat_area ul li {
			display: block;
			text-align: left;
			margin-left: 40px;
			font-weight: 700;
			font-size: 14px;
			line-height: 2;
		}
		#works .cat_area ul li.active {
			border-bottom: 1px solid #000;
		}
#works .box_area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#works .box_area::after {
	display: block;
	content:"";
	width: calc((100% - 30px) / 3);
}
	#works .box_area .item {
		width: calc((100% - 30px) / 3);
		text-align: center;
		margin-bottom: 70px;
	}
		#works .item img {
			width: 100%;
			height: auto;
		}
		#works .name h3 {
			font-size: 14px;
			color: #999999;
			margin: 15px 0 10px;
			font-weight: 700;
		}
		#works .name .txt {
			font-weight: 700;
			font-size: 14px;
		}

#works .shousai_area {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}
	#works .shousai_area .thum {
		margin-bottom: 30px;
	}
		#works .shousai_area .thum img {
			width: 100%;
			height: auto;
			object-fit: cover;
		}
	#works .shousai_area .ttl {
		margin-bottom: 30px;
	}
		#works .shousai_area .ttl h3 {
				font-size: 16px;
				color: #999999;
				margin: 0 0 10px;
				font-weight: 700;
			}
			#works .shousai_area .ttl  .txt {
				font-weight: 700;
				font-size: 22px;
			}
	#works .shousai_area .cont {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 45px;
	}
		#works .shousai_area .cont_txt {
			width: 63%;
			font-size: 15px;
		}
		#works .shousai_area .cont_table {
			width: 31%;
			font-size: 14px;
		}
			#works .shousai_area .cont_table table {
				width: 100%;
				table-layout: fixed;
			}
				#works .shousai_area .cont_table tr {
					border-top: 1px solid #dcdcdc;
					border-bottom: 1px solid #dcdcdc;
					text-align: left;
				}
				#works .shousai_area .cont_table th {
					padding: 10px;
					width: 40%;
					font-weight: normal;
				}
				#works .shousai_area .cont_table td {
					padding: 10px;
					width: 60%;
				}
	#works .shousai_area .pic {
			margin-bottom: 40px;
		}
			#works .shousai_area .pic img {
				width: 100%;
				height: auto;
				object-fit: cover;
				margin-bottom: 25px;
			}

/*====================================
	05.blog
====================================*/
#blog {
	max-width: 1200px;
}
#blog #pan {
	margin-bottom: 60px;
}
#blog .btn_area,
#blog .pagination {
	max-width: 640px;
	margin-left: auto;
}
#blog .blog_wrap {
	display: flex;
/* 	justify-content: center; */
	justify-content: space-between;
	flex-wrap: wrap;
}
	#blog .blog_wrap .main {
/* 		width: 58%;
		margin-right: 5%; */
		width: 75%;
	}
	#blog .item {
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 30px;
		max-width: 640px;
		margin-left: auto;
	}
		#blog .item .ttl {
			margin-bottom: 15px;
		}
				#blog .item .ttl h3 {
					display: inline-block;
					font-size: 18px;
					border-bottom: 2px solid #222222;
					margin: 0 0 20px;
					font-weight: 700;
					line-height: 1.2;
					padding-bottom: 5px;
				}
				#blog .item .ttl p {
					font-size: 14px;
				}
					#blog .item .ttl p span {
						display: inline-block;
						margin-left: 20px;
					}
		#blog .item .thum {
			margin-bottom: 20px;
		}
				#blog .item .thum img {
					width: 100%;
					height: auto;
					object-fit: cover;
				}
		#blog .item .cont {
			margin-bottom: 40px;
		}
				#blog .item .cont p {
					font-size: 16px;
				}
	#blog .blog_wrap aside {
		width: 20%;
	}
	#blog aside .aside_wrap {
		margin-top: 85px;
/* 		margin-bottom: 30px; */
	}
		#blog aside .aside_wrap h3 {
			display: none;
		}
		#blog aside .aside_wrap ul {
			list-style: none;
		}
			#blog aside .aside_wrap li {
				font-size: 14px;
			}

/*====================================
	06.contact
====================================*/

#contact #contact_txt {
	margin-bottom: 60px;
}
	#contact #contact_txt p {
		font-size: 16px;
		line-height: 1.8;
	}
	#contact #contact_txt span {
		color: #ff0000;
	}
	#contact #contact_txt a {
		text-decoration: underline;
	}
#contact #contact_form {
	margin-bottom: 0;
}
#contact table {
	margin-bottom: 30px;
	width: 100%;
}
#contact table tr {
	background: #fff;
}
	#contact table th {
		padding: 0 20px 20px 0;
		width: 27.5%;
		text-align: left;
	}
		#contact table th.cont {
			vertical-align: top;
			padding-top: 5px;
		}
		#contact table th .required {
			float: right;
			color: #ff0000;
			font-size: 13px;
			font-weight: bold;
			display: inline-block;
			vertical-align: middle;
			padding: 1px 5px;
		}
		#contact table th .furigana {
			font-size: 14px;
		}
	#contact table td {
		padding: 0 20px 20px 0;
		width: 72.5% !important;
		text-align: left;
		border: none;
	}
		#contact table td .sonota {
			font-size: 14px;
			color: #666666;
		}
		#contact table td .hankaku {
			font-size: 14px;
			color: #666666;
			display: block;
		}
#contact form input[type="text"], 
#contact form input[type="tel"], 
#contact form input[type="email"], 
#contact form textarea{
	-webkit-appearance: none;
    width: 45%;
    padding: 6px 10px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 0;
    border-radius: 4px;
}
#contact form input[type="text"].tel{
	width: 20%;
}
#contact form .pref_wrap{
	position: relative;
	width: 45%;
}
#contact form .pref_wrap::before{
	content: '▼';
	font-size: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	pointer-events: none;
}
#contact form select::-ms-expand {
  display: none;
}
#contact form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
    padding: 6px 10px;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 0;
    border-radius: 4px;
	cursor: pointer;
}

#contact form input[name="address"],
#contact form input[name="other"],
#contact form input[type="email"]{
	width: 100%;
}
#contact form textarea {
    width: 100%;
	height: 200px;
}
#contact form input[type="text"]#zip {
	width: 30%;
	border-radius: 4px 0 0 4px;
}
#contact button.zip-button {
	width: 15%;
	padding: 6px 5px 7px;
    font-size: 16px;
    border: 1px solid #000;
	border-radius: 0 4px 4px 0;
    margin-left: -5px;
	background: #000;
	color: #fff;
	cursor: pointer;
}
#contact .btn_send,
#contact .btn_back {
	display: block;
	width: 250px;
    margin: 0 auto;
/*     border: 1px solid #a0a0a0; */
	position: relative;
}
#contact .btn_back {
	display: none;
}
#contact .mw_wp_form_preview .btn_back {
	display: block;
}
#contact .mw_wp_form_preview .zip-button,
#contact .mw_wp_form_preview .sonota {
	display: none;
}
#contact .mw_wp_form_preview .pref_wrap::before {
	content: none;
}
	#contact .btn_send .kakunin_btn, 
    #contact .btn_back .back_btn {
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		letter-spacing: 1px;
		text-align: center;
		position: relative;
		overflow: hidden;
		z-index: 50;
		
		border: none;
		width: 100%;
		height: 100%;
		text-decoration: none;
		background: #000;
		color: #fff;
		cursor: pointer;
		outline: none;
		-webkit-appearance: none;
	}
	#contact .btn_back .back_btn {
		margin-top: 20px;
	}
	#contact .btn_send::after,
	#contact .btn_back::after {
		z-index: 50;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 15px;
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		background-repeat: no-repeat;
		background-image: url(../img/icon_arrow_next_w.png);
		background-size: 10px;
	}
	#contact .btn_back::after {
		background-image: url(../img/icon_arrow_prev_w.png);
	}
	#contact .btn_send:hover,
    #contact .btn_back:hover{
		opacity: .7;
	}

#thanks .btn_area {
	margin-top: 40px;
}

/*====================================
	07.privacy-policy
====================================*/

#privacy-policy .privacy_wrap p {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.8;
}
#privacy-policy .privacy_wrap h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
#privacy-policy .privacy_wrap ul {
	list-style: none;
	padding: 0;
	margin-top: -15px;
	margin-bottom: 30px;
}
	#privacy-policy .privacy_wrap ul li {
		font-size: 16px;
		padding-left: 1em;
  		text-indent: -1em;
		line-height: 1.8;
	}
#privacy-policy .privacy_wrap a {
	text-decoration: underline;
}

/*====================================
	08.flow
====================================*/
#flow .block_cont {
	margin-bottom: 0;
}
#flow .item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 40px;
}
	#flow .num {
		font-family: 'Big Shoulders Display', cursive;
		font-weight: 800;
		font-size: 50px;
		letter-spacing: 1px;
		color: #cccccc;
		margin-right: 40px;
		margin-top: -10px;
	}
	#flow .cont {
		flex: 1;
	}
		#flow .cont h3 {
			font-size: 20px;
			margin-bottom: 5px;
			text-align: left;
			font-family: 'Yu Gothic', sans-serif;
		}
		#flow .cont span {
			display: inline-block;
			font-size: 14px;
			margin-bottom: 5px;
		}
		#flow .cont p {
			font-size: 16px;
			margin-bottom: 40px;
		}
		#flow .cont a {
			text-decoration: underline;
		}

/*====================================
	09.profile
====================================*/
#profile .txt {
	line-height: 1.8;
}

#profile table {
	width: 100%;
	table-layout: fixed;
}
#profile table.ur {
	margin-bottom: 30px;
}
	#profile table tr {
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		text-align: left;
	}
	#profile table th {
		padding: 25px;
		width: 30%;
		font-weight: normal;
	}
	#profile table td {
		padding: 25px;
		width: 70%;
	}

#profile .gmap {
	height: 0;
	overflow: hidden;
/* 	padding-bottom: 56.25%; */
	padding-bottom: 50%;
	position: relative;
}
	#profile .gmap iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}

/*====================================
	10.404
====================================*/

#not_found .not_found_wrap {
/* 	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center; */
	border: 6px solid #cccccc;
	padding-left: 75px;
	padding-right: 75px;
	margin-bottom: 50px;
}
	#not_found .not_found_wrap h3 {
		font-size: 20px;
		margin-top: 40px;
		margin-bottom: 15px;
		text-align: center;
	}
	#not_found .not_found_wrap p {
			font-size: 16px;
			line-height: 1.8;
			margin-bottom: 50px;
		}

@media only screen and (max-width: 768px){
/*
 01.common
 02.header
 03.about
 04.works
 05.blog
 06.contact
 07.privacy-policy
 08.flow
 09.profile
 10.404
*/
/*====================================
	01.common
====================================*/
	.block{
		padding: 4.5rem 1.5rem 9rem;
	}
	.block .block_cont {
		margin-bottom: 45px;
	}
		.block .block_cont h3 {
			font-size: 20px;
			margin-bottom: 20px;
		}
	#contents .sec_ttl {
		margin-bottom: 10px;
	}
	
	/* pagination */
	.pagination {
		margin-top: 25px;
		margin-bottom: 0;
	}
	.pagination .wp-pagenavi a, .wp-pagenavi span {
		font-size: 15.5px;
	}	
	
	
/*====================================
	02.header
====================================*/
	header #logo {
		z-index: 500;
	}
	header #logo h1 {
		font-size: 15px;
		font-weight: 800;
		letter-spacing: 1px;
		margin-bottom: 0;
		border-bottom: none;
	}
	header #logo h1 a {
		color: #000;
	}
	header #logo .catch {
		color: #000;
		font-size: 9px;
	}
	header #header_menu {
		height: 6rem;
	}
	.nav-button span {
		background-color: #000;
	}
	.nav-button.active span {
		background-color: #fff;
	}
	
/*====================================
	03.about
====================================*/
	#about .txt {
		font-size: 13px;
	}
	#about table {
		width: 100%;
	}
	#about table tr {
		font-size: 13px;
	}
		#about table th {
			padding: 10px;
		}
		#about table td {
			padding: 10px;
		}
	#about .gmap {
		padding-bottom: 87%;
	}
	
/*====================================
	04.works
====================================*/
#works {
}
#works #pan {
	margin-bottom: 60px;
}
#works .cat_area {
}
	#works .cat_area ul {
		justify-content: center;
	}
		#works .cat_area ul li {
			margin-left: 25px;
			font-size: 13px;
		}
		#works .cat_area ul li:first-child {
			margin-left: 0;
		}
#works .box_area {
}
#works .box_area::after {
	width: calc((100% - 5px) / 2);
}
	#works .box_area .item {
		width: calc((100% - 5px) / 2);
		margin-bottom: 25px;
	}
		#works .name h3 {
			font-size: 11.5px;
			margin: 10px 0 10px;
		}
		#works .name .txt {
			font-size: 13px;
		}
#works .shousai_area {
	padding-top: 0px;
}
	#works .shousai_area .thum {
		margin-bottom: 20px;
	}
	#works .shousai_area .ttl {
		margin-bottom: 20px;
		text-align: center;
	}
		#works .shousai_area .ttl h3 {
				font-size: 12px;
			}
			#works .shousai_area .ttl  .txt {
				font-size: 16px;
			}
	#works .shousai_area .cont {
		margin-bottom: 40px;
	}
		#works .shousai_area .cont_txt {
			width: 100%;
			font-size: 13px;
			margin-bottom: 30px;
		}
		#works .shousai_area .cont_table {
			width: 100%;
			font-size: 13px;
		}
			#works .shousai_area .cont_table table {
			}
				#works .shousai_area .cont_table th {
					width: 30%;
				}
				#works .shousai_area .cont_table td {
					width: 70%;
				}
	#works .shousai_area .pic {
			margin-bottom: 30px;
		}
			#works .shousai_area .pic img {
				margin-bottom: 15px;
			}
	
/*====================================
	05.blog
====================================*/
#blog {
}
#blog #pan {
	margin-bottom: 50px;
}
#blog .btn_area,
#blog .pagination {
	margin-right: auto;
}
#blog .blog_wrap {

}
	#blog .blog_wrap .main {
		width: 100%;
		margin-right: 0;
	}
	#blog .item {
		margin-bottom: 35px;
		margin-right: auto;
	}
		#blog .item .ttl {
			margin-bottom: 20px
		}
				#blog .item .ttl h3 {
					font-size: 15px;
					margin: 0 0 15px;
					padding-bottom: 5px;
				}
				#blog .item .ttl p {
					font-size: 12px;
				}
					#blog .item .ttl p span {
						margin-left: 10px;
					}
		#blog .item .thum {
		}
				#blog .item .thum img {
				}
		#blog .item .cont {
			margin-bottom: 35px;
		}
				#blog .item .cont p {
					font-size: 13px;
				}
	#blog .blog_wrap aside {
		width: 100%;
	}
	#blog aside .aside_wrap {
		margin-top: 50px;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
		#blog aside .aside_wrap ul {
		}
			#blog aside .aside_wrap li {
				font-size: 14px;
				margin-bottom: 15px;
			}
				#blog aside .aside_wrap li a:before {
					content: '>';
					margin-right: 5px;
				}

/*====================================
	06.contact
====================================*/

#contact #contact_txt {
	margin-bottom: 40px;
}
	#contact #contact_txt p {
		font-size: 13px;
		line-height: 1.8;
	}
#contact table tr {
}
	#contact table th {
		padding: 0 0 5px 0;
		width: 100%;
		font-size: 14px;
		display: block;
	}
		#contact table th.cont {
			vertical-align: middle;
			padding-top: 0;
		}
		#contact table th .required {
			float: none;
			font-size: 12px;
			margin-left: 15px;
			padding: 0;
		}
		#contact table th .furigana {
			font-size: 12px;
		}
	#contact table td {
		padding: 0 0 20px 0;
		width: 100% !important;
		display: block;
	}
	#contact table td.addr {
		padding-bottom: 10px;
	}
		#contact table td .sonota {
			font-size: 12px;
		}
		#contact table td .hankaku {
			font-size: 12px;
			margin-left: 0;
		}
#contact form input[type="text"], 
#contact form input[type="tel"], 
#contact form input[type="email"], 
#contact form textarea{
    width: 100%;
    padding: 6px 10px;
    font-size: 16px;
}
#contact form textarea{
	font-size: 16px;
}
#contact form .pref_wrap{
	width: 100%;
}
#contact form .pref_wrap::before{
	font-size: 11px;
}
#contact form select{
    padding: 6px 10px;
    font-size: 16px;
}
#contact form input[name="address"],
#contact form input[name="other"],
#contact form input[type="email"]{
	width: 100%;
}
#contact form textarea {
	height: 175px;
}
#contact form input[type="text"]#zip {
	width: 45%;
	height: 40px;
}
#contact button.zip-button {
	width: 25%;
	padding: 0 5px;
	height: 40px;
    font-size: 12px;
    margin-left: -5px;
}
#contact .btn_send,
#contact .btn_back {
	width: 220px;
    margin: 0 auto;
}
	#contact .btn_send .kakunin_btn, 
    #contact .btn_back .back_btn {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	#contact .btn_back .back_btn {
		margin-top: 10px;
	}

#thanks .btn_area {
	margin-top: 30px;
}
	
/*====================================
	07.privacy-policy
====================================*/

#privacy-policy .privacy_wrap p {
	font-size: 13px;
	margin-bottom: 20px;
}
#privacy-policy .privacy_wrap h3 {
	font-size: 15px;
	margin-bottom: 10px;
}
#privacy-policy .privacy_wrap ul {
	margin-top: -10px;
	margin-bottom: 20px;
}
	#privacy-policy .privacy_wrap ul li {
		font-size: 13px;
	}
	
/*====================================
	08.flow
====================================*/
#flow .item {
	border-bottom: none;
	margin-bottom: 20px;
	align-items: normal;
}
	#flow .num {
		font-size: 35px;
		margin-right: 20px;
		margin-top: 0;
		width: 30px;
	}
	#flow .cont {
		border-bottom: 1px solid #dcdcdc;
	}
		#flow .cont h3 {
			font-size: 15px;
		}
		#flow .cont span {
			font-size: 12px;
		}
		#flow .cont p {
			font-size: 13px;
			margin-bottom: 25px;
		}
	
/*====================================
	09.profile
====================================*/
	#profile .txt {
		font-size: 13px;
	}
	#profile table {
		width: 100%;
	}
	#profile table.ur {
		margin-bottom: 20px
	}
	#profile table tr {
		font-size: 13px;
	}
		#profile table th {
			padding: 10px;
		}
		#profile table td {
			padding: 10px;
		}
	#profile .gmap {
		padding-bottom: 87%;
	}
	
/*====================================
	10.404
====================================*/

#not_found .not_found_wrap {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 45px;
}
	#not_found .not_found_wrap h3 {
		font-size: 15px;
	}
	#not_found .not_found_wrap p {
			font-size: 13px;
		}
	
}
    