@charset "UTF-8";



/* ******************************************
	General
****************************************** */

html,
body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75em;
	color: #313332;
	position: relative;
}
html {
	padding-top: 160px;
	scroll-behavior: smooth;
}

main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 200px;
	position: relative;
}

section {
	width: 100%;
	margin: 0 auto;
	padding: 85px 0;
	text-align: center;
}

h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 45px;
	line-height: 1.2em;
	letter-spacing: 1px;

  font-weight: 600;
  font-style: normal;
}
h2 {
	margin: 0 0 40px;
	padding: 0;
	font-size: 48px;
	line-height: 1.2em;
	letter-spacing: 1px;
}
h3 {
	margin: 0 0 45px;
	padding: 0;
	text-align: center;
	font-size: 28px;
	color: #b88f63;
	/* font-weight: normal; */
	letter-spacing: 1px;
}
h4 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
}

p {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #313332;
}
a:hover {
	border-bottom: 1px dashed #f8dc4a;
}

img {
	width: 100%;
	height: auto;
	border: none;
}
picture {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
	line-height: 0.1em;
}
picture img {
	width: 100%;
}

i, address {
	font-style: normal;
}

@media screen and (max-width:1024px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		margin: 0 0 25px;
		font-size: 35px;
	}
	h2.f51 {
		font-size: 45px;
	}
}
@media screen and (max-width:600px) {
	html {
		padding-top: 150px;
	}
	section {
		padding: 50px 0;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 25px;
	}
	h2.f51 {
		font-size: 35px;
	}
}


/* ******************************************
	class
****************************************** */
.wrap {
	width: 90%;
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
}
.wrap.min {
	max-width: 950px;
}

/* 余白 */
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr75 { padding-right: 75px; }
.pr100 { padding-right: 100px; }

.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl75 { padding-left: 75px; }
.pl100 { padding-left: 100px; }

.mt15 { margin-top: 15px; }
.mt50 { margin-top: 50px; }

.mb15 { margin-bottom: 15px; }
.mb25 { margin-bottom: 25px; }
.mb50 { margin-bottom: 50px; }


/* 文字カラー */
.f_color_wh { color: #fff; }
.f_color_bl { color: #75BFD3; }
.f_color_pk { color: #DE7E7B; }


/* 背景カラー */
.bg_color_gr { background-color: #ECECEC; }
.bg_color_lgr { background-color: #F6F6F6; }
.bg_color_wh { background-color: #fff; }
.bg_color_gre { background-color: #E8EDD8; }


/* 縦書き */
.vertical {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

/* 文字揃え */
.talign_l {
	text-align: left;
}
.talign_r {
	text-align: right;
}
.talign_c {
	text-align: center;
}



/* 改行 */
.wbr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.wbr.center {
  justify-content: center;
}
.wbr i {
	display: inline-block;
	font-style: normal;
	white-space: nowrap;
}


/* ボタン */
.btn_more {
	display: block;
	margin-top: 50px;
	text-align: center;
}
.btn_more a {
	background-color: #fff;
	border: 1px solid #313332;
	color: #313332;
	padding: 20px 40px;
	margin: 0 auto;
	line-height: 1em;
	transition: 0.8s;
	position: relative;
	display: inline-block;
}
.btn_more a:hover {
	background-color: #313332;
	color: #fff;
}
.btn_more a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #313332;
	border-right: 1px solid #313332;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	margin-top: 5px;
}



/* フレックス */
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flex .item {}

.ashirai_tree {
	width: 100px;
	max-width: 100px;
	height: 205px;
	position: absolute;
	bottom: 0;
	right: 5%;
	background-image: url(../images/common/foot_ashirai.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.ashirai_I {
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background-color: rgba(248,243,239,1);
	position: absolute;
	top: -30px;
	left: -1%;
	z-index: -1;
}
.ashirai_II {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background-color: rgba(248,243,239,1);
	position: absolute;
	top: 150px;
	right: calc(0.5% + 100px);
	z-index: -1;
}
.ashirai_III {
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background-color: rgba(248,243,239,1);
	position: absolute;
	top: 200px;
	right: 1%;
	z-index: -1;
}


@media screen and (max-width:600px) {
	.ashirai_tree {
		height: 150px;
		right: 3%;
	}

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



/* ******************************************
	header
****************************************** */
header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 140px;
	z-index: 999;

	background-image: url(../images/common/head_bk.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 100%;

	transition: 0.5s;
}
header .wrap {
	width: 100%;
	height: 100%;
	max-width: none;
	position: relative;
}

header h1 {
	font-size: 23px;
	text-align: left;
	margin-left: 5%;
	margin-top: 35px;
}
header h1 a:hover {
	text-decoration: none;
}
header h1 small {
	font-size: 15px;
	display: block;
}

header nav {
	height: 105px;
	margin: 0;
	padding: 0 100px;
	background-color: #fff;
	border-radius: 0 0 0 105px;

	position: absolute;
	right: 0;
	top: 0;

	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header nav ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header nav ul li {
	padding: 0;
	margin: 0;
	margin-right: 45px;
}
header nav ul li a {
	display: block;
	line-height: 1em;
	white-space: nowrap;
}
header nav ul li a:hover {
	border-bottom: none;
	color: #f8dc4a;
}

@media screen and (max-width:1220px) {
	header nav {
		padding: 0 155px 0 65px;
	}
	header nav ul li {
		margin-right: 6%;
	}
}
@media screen and (max-width:1024px) {
	header nav {
		display: none;
	}
}
@media screen and (max-width:600px) {	
	header {
		height: 98px;
	}
	header h1 {
		font-size: 19px;
		margin-left: 2%;
		margin-top: 12px;
		width: calc(100% - 105px);
	}
}



/* ******************************************
	footer
****************************************** */
footer {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #f8dc4a;
}
footer .wrap {
	padding: 55px 0;
	margin: 0 auto;
}
footer .flex {
	align-items: flex-start;
}
footer .company {
	width: calc(100% - 450px);
}

footer .company h1 {
	font-size: 23px;
	text-align: left;
	margin-bottom: 35px;
}
footer .company h1 a:hover {
	text-decoration: none;
}
footer .company h1 small {
	font-size: 15px;
	display: block;
}

footer .company nav ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
footer .company nav ul li {
	padding: 0;
	margin: 0;
	margin-right: 25px;
	margin-bottom: 15px;
}

footer .contact {
	width: 450px;
}
footer .contact h4 {
	font-size: 16px;
}
footer .contact .telephone {
	border: 1px solid #313332;
	padding: 10px 0;
	border-radius: 999px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
footer .contact .telephone a {
	display: inline-block;
	padding: 0 20px;
	font-size: 20px;
}
footer .contact .telephone small {
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
}

footer .copyright {
	width: 100%;
	text-align: right;
	font-size: 14px;
}


@media screen and (max-width:1024px) {
	footer .company {
		width: calc(100% - 300px);
	}
	footer .contact {
		width: 300px;
	}
}
@media screen and (max-width:768px) {
	footer .company {
		width: 100%;
	}
	footer .company h1 {
		text-align: center;
	}
	footer .company h1 .wbr {
		justify-content: center;
	}
	footer .company nav {
		display: none;
	}
	footer .contact {
		width: 100%;
		margin-bottom: 25px;
	}
	footer .copyright {
		text-align: center;
	}
}



/* ******************************************
	page_title
****************************************** */
#page_title {}
#page_title h1 {
}
#page_title h1::before {
	content: '';
	display: block;
	width: 70px;
	height: 50px;
	margin: 0 auto 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
	#page_title {
		padding: 0;
	}
	#page_title h1::before {
		width: 40px;
		height: 30px;
		margin: 0 auto 10px;
	}
}



/* ******************************************
	breadcrumb
****************************************** */
#breadcrumb {
	padding: 0;
}
#breadcrumb .wrap {
	padding: 20px 0;
	position: relative;
	text-align: left;
}
#breadcrumb .wrap a {
	display: inline-block;
	margin-right: 20px;
}
#breadcrumb .wrap a::after {
	content: ' /';
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:425px) {
}


/* ******************************************
	photo_list
****************************************** */
.photo_list,
.photo_list_2 {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.photo_list li,
.photo_list_2 li {
  padding: 0;
  margin: 0;
  margin-right: 2%;
  margin-bottom: 33px;
}
.photo_list li {
  width: 32%;
}
.photo_list_2 li {
  width: 49%;
}
.photo_list li:nth-child(3n) {
  margin-right: 0;
}
.photo_list_2 li:nth-child(2n) {
  margin-right: 0;
}
.photo_list li a:hover,
.photo_list_2 li a:hover {
	opacity: 1;
}
.photo_list li picture,
.photo_list_2 li picture {
	overflow: hidden;
	position: relative;
  margin-bottom: 10px;
}
.photo_list li img,
.photo_list_2 li img {
  width: 100%;
	transition: all 0.5s ease-in-out;
}
.photo_list li img:hover,
.photo_list_2 li img:hover {
	transform: scale(1.1);
}
.photo_list li p,
.photo_list_2 li p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.2em;
}
#woodwall_works .photo_list li p {
  font-size: 16px;
}
#woodwall_works .photo_list li p span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}



@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	.photo_list li {
    margin-right: 2%;
    width: 49%;
  }
  .photo_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .photo_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width:425px) {
  .photo_list_2 li {
    margin-right: 0;
    width: 100%;
  }
}




/* ******************************************
	page_link
****************************************** */
#page_link {}
#page_link .btn_more {
	margin-top: 0;
}



/* 下から上のフェードイン */
.fadeInUp {
	opacity: 0;
	transform: translateY(65px);
}
/* フェードインアニメーション */
@keyframes fadeIn {
	0% {
	}
	100% {
			opacity: 1;
			transform: translate(0);
	}
}
/* フェードインさせるクラス */
.fadeIn {
	animation-name: fadeIn;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
}





/* ******************************************
	pagetop
****************************************** */
/* トップへ戻る */
.gotop {
	display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow:hidden;
	cursor: pointer;
	-webkit-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
  z-index:9000;
}
#top {
	background-color: rgba(0,0,0,0.7);
  width: 48px;
  height: 48px;
  text-align:center;
  position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#top::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	margin-top: 15px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px){
}





/* ******************************************
	colorbox
****************************************** */
.gallery {
	margin:0 20px 20px 0;
}
#cboxOverlay {
	background: #000;
}
#cboxLoadedContent {
	background: #fff;
}
#inline-content {
	/* margin: 20px; */
}
#ajax-wrap {
	/* margin: 20px; */
}
#cboxLoadedContent {
	padding: 0;
	overflow: auto;
-moz-box-shadow: 0px 1px 10px #000000;
-webkit-box-shadow: 0px 1px 10px #000000;
box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
	top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible;
}
#cboxTitle {
	color: #fff;
}


/* ******************************************
	foot_contact
****************************************** */
#foot_contact {
	background-color: #F6F6F6;
}
#foot_contact .flex {
	align-items: stretch;
}
#foot_contact .btn_more {
	max-width: 800px;
	margin: 30px auto 0;
}
#foot_contact .btn_more .box {
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}
#foot_contact .btn_more .box.white {
	font-size: 24px;
}
#foot_contact .btn_more .box.white small {
	font-size: 16px;
	margin-right: 5px;
}
#foot_contact .btn_more .box.white span {
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 300;
}

@media screen and (max-width:600px) {
	#foot_contact .btn_more .box {
		width: 100%;
		margin-bottom: 12px;
	}
}



/* ******************************************
	foot_recruit
****************************************** */
#foot_recruit {}
#foot_recruit dl {
	padding: 0;
	margin: 0;
	border: 2px solid #75BFD3;
	text-align: center;
}
#foot_recruit dl dt {
	padding: 10px 0;
	margin: 0;
	background-color: #75BFD3;
	color: #fff;
	position: absolute;
	width: 250px;
}
#foot_recruit dl dd {
	padding: 10px 0;
	padding-left: 250px;
	margin: 0;
	position: relative;
	color: #231815;
}

@media screen and (max-width:1024px) {
	#foot_recruit dl dt {
		position: relative;
		width: 100%;
	}
	#foot_recruit dl dd {
		padding-left: 0;
	}
}

