@charset "UTF-8";

/*======================================

　main

=======================================*/

.main_slide {
	width: 100% !important;
	max-width: 100% !important;
}
.sp-buttons {
	padding-top: 0 !important;
	margin-top: -30px;
}
.sp-button {
	margin: 0 13px 8px !important;
	border: none !important;
	background: #9e9e9f;
}
.sp-selected-button {
	background-color: #fff !important;
}
.sp-horizontal .sp-arrows {
	opacity: 1 !important;
}
.sp-arrow {
	display: block !important;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.sp-arrow:before {
	left: 50px !important;
	top: 0 !important;
	bottom: 0 !important;
	margin: auto 0;
	width: 32px !important;
	height: 32px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
}
.sp-arrow:after {
	left: 60px !important;
	top: 10px !important;
	display: block;
	width: 10px !important;
	height: 10px !important;
	border-top: solid 2px #5e5654;
	border-right: solid 2px #5e5654;
	background: none !important;
	-webkit-transform: rotate(45deg) !important;
	-ms-transform: rotate(45deg) !important;
	transform: rotate(45deg) !important;
}
.sp-horizontal .sp-next-arrow {
	top: 0;
	bottom: 0;
	right: 20px;
	left: auto;
	margin: auto 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sp-horizontal .sp-previous-arrow {
	top: 0;
	bottom: 0;
	left: 20px;
	right: auto;
	margin: auto 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sp_slide_img {
	display: none !important;
}

/*-----------------------------------

	wood_bg 

-----------------------------------*/

#wood_bg {
	background: url(../img/wood_bg.jpg);
 	background-size:cover;	
	padding-bottom: 70px;
}

@media screen and (max-width: 640px) {

	#wood_bg {
		padding-bottom: 40px;
	}
	
}

/*-----------------------------------

	nav_link

-----------------------------------*/

#nav_link {
	background:#FFF000;
	padding:50px 0;
	text-align:center;
}
#nav_link h2{
	display: flex;
	align-items: center;
	position:relative;
}
#nav_link h2:before,#nav_link h2:after {
	content: "";
	flex-grow: 1;
	height: 10px;
	background: #000;
	display: block;
}
#nav_link h2:before {
	margin-right: 2.4em;
}
#nav_link h2:after {
	margin-left: 2.4em;
}
#nav_link p {
    font-size: 21px;
    font-weight: bold;
    margin: 10px auto 40px;
}
#nav_link .sns_btn {
	width:46%;
}
#nav_link .right{
	margin-left:8%;
}

@media screen and (max-width: 840px) {
	
	#nav_link .sns_btn {
		width:49%;
	}
	#nav_link .right{
		margin-left:2%;
	}
	#nav_link h2:before {
		margin-right: .4em;
	}
	#nav_link h2:after {
		margin-left: .4em;
	}
	
}

@media screen and (max-width: 640px) {
	
	#nav_link {
		padding:30px 0;
	}
	#nav_link h2 img{
		width:226px;
	}
	#nav_link h2::before, #nav_link h2::after {
		height: 5px;
	}
	#nav_link p {
		font-size: 18px;
		margin: 10px auto 25px;
	}
	#nav_link .sns_btn img{
		width:254px;
	}
			
}

/*-----------------------------------

	section01

-----------------------------------*/

#section01 {
	/*padding-top:90px; */
	text-align:left;
}
#section01 .text_box {
    width: 45%;
    float: left;
}
#section01 .inner_conte {
	padding-right: 30px;
}
#section01 .text_box h2 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 60px;
    line-height: 1;
    letter-spacing: 0.01em;
	position:relative;
}
#section01 .text_box h2:before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #000;
}
#section01 .text_box h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 150%;
}
#section01 .text_box p {
    font-size: 22px;
    line-height: 150%;
	letter-spacing: 0.01rem;
    margin-bottom: 30px;
}
#section01 .img_box{
	width:55%;
	float:right;
}
#section01 .img_box img {
    border: 10px solid #000;
}
#section01 .img_bottom_box {
    margin-top:40px;
}
#section01 .img_bottom_box img {
    border: 10px solid #000;
}

@media screen and (max-width: 1200px) {
	
	#section01 .text_box h2 {
    	font-size: 50px;
	}
	#section01 .img_bottom_box {
		margin-top: 20px;
	}
	#section01 .img_bottom_box .left {
		width:49%;
		margin-right:2%;
	}
	#section01 .img_bottom_box .right {
		width:49%;
	}
	
}
@media screen and (max-width: 1100px) {
	
	#section01 .text_box p {
		font-size: 17px;
	}
}

@media screen and (max-width: 840px) {
	
	#section01 .text_box p {
		font-size: 13px;
	}
}

@media screen and (max-width: 640px) {
	
	#section01 .text_box h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#section01 .text_box h2:before {
		top: 30px;
		height: 5px;
	}
	#section01 .inner_conte {
		padding-right: 3%;
	}
	#section01 .text_box h3 {
		font-size: 14px;
	}
	#section01 .text_box p {
		font-size: 12px;
		margin-bottom: 15px;
	}
	
	#section01 .about_img_02,
	#section01 .img_box img,
	#section01 .img_bottom_box img {
		border: 5px solid #000;
	}
}

@media screen and (max-width: 520px) {
	
	#section01 .text_box {
		width: 60%;
	}
	#section01 .img_box{
		width:40%;
	}
}
@media screen and (max-width: 340px) {
	
	#section01 .text_box {
		width: 65%;
	}
	#section01 .text_box p {
		font-size: 11px;
	}
	#section01 .img_box{
		width:35%;
	}
}

/*-----------------------------------

	section02

-----------------------------------*/
#section02 {
	/*padding-top:90px;*/
	text-align:left;
}
#section02 .h2_conte {
	position:relative;	
}
#section02 h2{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 60px;
    line-height: 1;
    letter-spacing: 0.01em;
}
#section02 .h2_conte:before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #000;
}
#section02 h2 span {
    font-size: 16px;
    text-align: right;
    float: right;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 15px;
    right: 0;
}
#section02 .text_box {
	margin-bottom:30px;	
}
#section02 .line_box {
    font-size: 35px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    padding: 10px;
    line-height: 1;
}
#section02 .text {
    font-size: 21px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
#section02 .main02_photo img{
	text-align:center;
	display:block;
	margin:0 auto;	
}
@media screen and (max-width: 640px) {
	
	#section02 h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	#section02 .h2_conte:before{
		top: 30px;
		height: 5px;
	}
	#section02 h2 span {
		font-size: 14px;
		bottom: 10px;
	}
	#section02 .line_box {
		font-size: 14px;
	}
	#section02 .text {
		font-size: 14px;
	}
}
/*-----------------------------------

	section03

-----------------------------------*/
#section03 {
	text-align:left;	
}
#section03 .h2_conte {
	position:relative;	
}
#section03 h2{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 60px;
    line-height: 1;
    letter-spacing: 0.01em;
}
#section03 .h2_conte:before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #000;
}
#section03 .add_text {
	font-size: 16px;
    font-weight: 100;
    line-height: 200%;
    letter-spacing: 0.01em;
	margin:10px 0 40px;	
}
iframe {
	vertical-align:bottom;	
}
@media screen and (max-width: 840px) {

}

@media screen and (max-width: 640px) {
	
	#section03 h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	#section03 .h2_conte:before {
		top: 30px;
		height: 5px;
	}
	#section03 .add_text {
    	font-size: 14px; 
	}
	#section03 .logo_access{
		width:328px;
	}
}