@charset "utf-8";

/*  INDEX  --------------------------------------------------------------------
*	top -- line 13 > 186
*	member_list -- line 188 > 289
*	layout spacing -- line 291 > 300
*	responcive -- line 302 > 374
*	sp_table_layout -- line 376 > 422
*	fix content -- line 424 > 428
*	pageTopBtn -- line 430 > end
--------------------------------------------------------------------  INDEX  */

/* top */
.top_ttl{ display: none }
.top_header{
	width: 0px;
	height: 0px;
}
.hero{
	background-image: url("../images/top/top_mv.png");
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #322a17;
	text-shadow: 0px 0px 4px #f5f1ef, 0px 0px 4px #f5f1ef, 0px 0px 4px #f5f1ef, 0px 0px 4px #f5f1ef, 0px 0px 4px #f5f1ef;
}
.top-sub_ttl{
	font-size: 2.25em;
	font-weight: 630;
	letter-spacing: 4px;
	transition: 0.2s;
	padding-top: 10.8%;
	padding-bottom: 1.6%;
}
.site_ttl{
	font-size: 5.2em;
	font-weight: 630;
	transition: 0.2s;
	padding-bottom: 13.25%;
}
.white_panel{
	border-radius: 10px;
	background-color: #ffffff;
}
.top_about{
	padding: 5.77% 0px 5.96%;
	font-weight: 700;
}
.top_about-ttl{
	font-size: 2.25rem;
	line-height: 1;
}
.top_about p{
	font-size: 1.63rem;
	line-height: 1.385;
}
.top_about small{
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.5px;
}
.top_about small a{
	display: inline-block;
	color: #f39800;
	text-decoration: underline;
}
.top_about small a:hover{
	opacity: 0.7;
}
.top_about-addr{
	color: #262626;
	margin-top: 5.288%;
}
.top_about-addr h3{
	font-size: 1.5rem;
}
.top_about-addr span{
	font-size: 1.13rem;
}
.top_about-addr address{
	font-size: 1.0rem;
	line-height: 2;
	margin-top: 20px;
}
.top_about-addr .tel_number{
	font-size: inherit;
	letter-spacing: 1.15px;
}
.top_about-addr .top_mail{
	font-size: 1.0rem;
}
.btn_top{
	width: 320px;
	height: auto;
	margin: 4.327% auto 0;
}
.btn_top a:hover{
	opacity: 0.7;
}
.wood_scool-bnr{
	width: 799px;
	height: auto;
	margin: 0 auto;
}
.wood_scool-bnr:hover{
	cursor: pointer;
	opacity: 0.7;
}

.top_info{
	position: relative;
	padding-bottom: 7.69%;
}
.top_info-head{
	width: 100%;
}
.top_info-inner{
	width: 960px;
	margin: 0 auto;
	color: #262626;
}
.top_info-experience{
	display: flex;
	justify-content: space-between;
}
.text_left{
	margin-right: 40px;
	box-sizing: border-box;
}
.experience h3{
	color: #f39800;
	font-size: 2.25rem;
	line-height: 1.306;
	letter-spacing: 1px;
	margin: 2px 0px 20px;
}
.experience p{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 2.5px;
}
.experience_border-box{
	padding: 1.85% 3.89% 3.70%;
	border: solid 1px #bfbfbf;
	font-size: 0.94rem;
}
.experience_border-box h4{
	margin: 0px;
	color: #7c4e00;
	font-size: 1.27rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 1px;
}
.experience_border-box p{
	margin: 0px;
	line-height: 1.6;
}
.experience_border-box address{
	margin: 0px;
	line-height: 1.6;
}
.experience_border-box .price{ margin-bottom: 12px; }

.top_info-access h2{
	position: relative;
	padding-left: 40px;
	margin: 0px 0px 12px;
	font-size: 2.25rem;
}
.top_info-access h2::before{
	position: absolute;
	content: "";
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: #262626;
}
.map_wrapper{
	position: relative;
	width: 100%;
}
.map_wrapper::before{
	content: "";
	display: block;
	padding-top: 39.375%;
}
.access_map{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.top_info-shop{
	display: flex;
	justify-content: space-between;
}

.shop h2{
	font-size: 1.88rem;
	line-height: 1.6;
	margin: 12.5% 0px 2.29%;
}
.shop address{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.875;
}
.addr_label{
	font-weight: 700;
	color: #7c4e00;
}

.experience{ width: 540px; }
.shop{ width: 420px; }

/* member_list */
.member_list-header{
	position: fixed;
	padding-bottom: 29px;
	color: #262626;
	border-top: solid 4px #f39800;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-obox-sizing: border-box;
	box-sizing: border-box;
	z-index: 1000;
}
.member_list-ttl{
	display: flex;
	height: 61px;
	margin-bottom: 14px;
	justify-content: space-between;
}
.member_list-ttl p{
	font-size: 2.2rem;
	line-height: 1;
	margin-top: 20px;
}
.sub_ttl{
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.member_inner{
	max-width: 1000px;
	margin: 0 auto;
}
.member_hero{ padding-top: 133px; }
.member_table{
	border-spacing: unset;
}
.member_table thead{
	display: block;
	color: #fafafa;
	font-size: 0.92rem;
	line-height: 1;
	background-color: #f39800;
}
.member_table thead th{
	padding: 25px 0px;
	border-right: solid 1px #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.member_table thead th:last-child{
	border: none;
}
.member_table tbody{
	display: block;
	color: #333333;
	font-size: 1rem;
	line-height: 1.286;
}
.member_table .win{
	color: #000000;
}
.member_table tbody tr{
	height: 154px;
	align-items: center;
	background-color: #ffffff;
	border-spacing: 1px;
}
.member_table tbody td{
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-bottom: solid 1px #f5f5f5;
	box-sizing: border-box;
}
.member_table tbody .member_name{
	padding: 0;
}
.member_table tbody .member_items{
	padding: 0 20px;
}
.member_corp{
	width: 188px;
	margin: 0;
	font-weight: 700;
	padding-left: 22px;
}
.member_corp a{
	color: #f39800;
	text-decoration: underline;
}
.member_name{
	width: 121px;
	text-align: center;
}
.member_addr{ width: 334px; }
.addr-label{
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.286;
	margin-right: 12px;
}
.member_addr .office{
	margin-bottom: 20px;
}
.member_industry{ width: 160px; }
.member_items{
	width: 197px; 
}
.body_backHome-btn{
	text-align: center;
	margin-top: 102px;
	padding-bottom: 103px;
}

/* layout spacing style */
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; }
.mb80{ margin-bottom: 80px; }
.mb110{ margin-bottom: 110px; }
/* これより後にスタイルを記述する場合は詳細度に注意 */

/* responcive */
@media screen and (max-width: 1200px){
	.wrapper{
		max-width: 100%;
	}
	.top_inner{
		width: 86.6667%;
		margin-top: -5.4167%;
	}
	.hero{
		width: 100%;
	}
	.top_info{
		width: 100%;
		margin-bottom: 10.577%;
	}
	/* .main_inner{
		margin-top: -5.4167vw;
	} */
	.top_info-inner{
		width: 92.3%
	}
	.wood_scool-bnr{
		width: 76.8%;
	}
}
@media screen and (max-width: 1000px){
	.header_inner{
		width: 95%;
	}
	.top_info-experience{
		margin-bottom: 5.21%;
	}
	.top_info-access{
		margin-bottom: 3.125%;
	}	
}
@media screen and (max-width: 768px){
	.top-sub_ttl{
		padding-top: 10.8vw;
	}
	.site_ttl{
		padding-bottom: 13.25vw;
	}
	.top_inner{
		margin-top: -5.4167vw;
	}
	.top_about{
		padding: 5.77vw 4.52vw 5.96vw;
	}
	.top_about p{
		font-size: 1.3rem;
	}
	.top_info-experience,.top_info-shop{
		flex-wrap: wrap;
	}
	.experience, .shop{
		width: 100%;
	}
	.img_right{
		margin: 2vw auto;
	}
	.btn_top{
		width: 60vw;
	}
}
@media screen and (max-width: 640px){
	.top_about p{
		font-size: 1.33rem;
	}
	.top_about{
		padding: 5vw 2.5vw;
	}
	.top_about small{
		font-size: 1.0rem;
	}
	.wood_scool-bnr{
		width: 100%;
	}
}
@media screen and (max-width: 480px){
	/* .top_inner{
		margin-top: -35px;
	} */
	html{
		font-size: 10px;
	}
	.top_about p{
		font-size: 1rem;
	}
	.top_about small{
		letter-spacing: -1px;
		font-size: 0.7rem;
	}
	.white_panel{
		border-radius: 5px;
	}
}

/* fix content */
.fixed_head{
	position: fixed;
	top: 133px;
}

/* PageTopへ戻るボタン */
#pageTop {
	position: fixed;
	bottom: 90px;
	right: 40px;
	z-index: 9999;
}
#pageTop a { display: block; }
#pageTop a:hover { opacity: 0.7; }

/* with smart phone's table layout */
@media screen and (max-width: 1000px){
	.member_table{
		width: 80%;
		margin: 0 auto;
	}
	.member_table thead {
		display: none;
	}
	.member_table tr {
		width: 100%;
	}
	.member_table td {
		display: inline-block;
		text-align: right;
		width: 100%;
		padding: 3px 10px;
		border-bottom: dashed 1px #f39800;
	}
	.member_table tbody .member_name{
		padding: 3px 10px;
		padding-left: 20px;
	}
	.member_table td:first-child,
	.member_table td:first-child a{
		background-color: #f39800;
		color: #fff;
		padding: 5px 0px;
		text-align: center;
	}
	.member_table td:last-child{
		border: none;
		margin-bottom: 5px;
	}
	.member_table td::before,
	.member_table td p::before,
	.member_table td address::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
	.addr-label{
		display: none;
	}
	.member_name{
		margin-top: 5px;
	}
	.member_addr .office{
		margin-bottom: 5px;
	}
	#pageTop{
		transform: scale(0.8);
		bottom: 55px;
		right: 10px;
	}
}


/* Edit by t_iwamoto@gogo_web_market since 2020/first quoater */

.title1 {
    margin: 100px 0 30px;
}

.pamphlet_area {
	display: flex;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}

 .pamphlet_list {
	margin-right: 5%;
 }
 
  .pamphlet_list:last-child {
	margin-right: 0;
 }
 
  .pamphlet_list h3 {
  	margin-top: 20px;
  }
 
  .pamphlet_list p {
  	font-size: 1.2rem;
    padding-top: 10px;
 }
 
  .pamphlet_list img {
  	border: 1px solid #ddd;
	vertical-align: middle;
 }

  .pamphlet_list a {
  	transition: .5s;
  	text-decoration: underline;
  	color: #f39800;
  }

  .pamphlet_list a:hover {
 	opacity: 0.7;
  }

@media screen and (max-width: 767px){
.title1 {
    margin-top: 60px;
}
.pamphlet_area {
	flex-direction: column;
}

 .pamphlet_list {
	margin-right: 0;
	margin-bottom: 30px;
 }
 
  .pamphlet_list:last-child {
	margin-bottom: 0;
 }
 
   .pamphlet_list h3 {
  	margin-top: 15px;
  }
 
 .type-1 {
 	width: 70%;
    margin: 0 auto 30px;
 }
}




