@charset "UTF-8";
/* Corporation CSS */

/* 共通 */
table.building_table, table.access_table, .room, table.schedule_table{
	margin: 2rem 0;
	width: 100%;
}
	
table.event_table{
	margin:1rem 0;
	width: 100%;
}

div.calendar_caption span{ display:inline-block; padding: 0.5rem 1rem; border: #000 solid 1px; }

.orange{ background: #fabf8f; }

.yellow{ background: #ffff00; }
	
/* アクセスタブ */
.access_box{
	border-bottom: #c8c8c8 solid 1px;
}
	
.green{
	color: #349800;
}

.map_link{
	text-align: center;
}
.map_link a{
	color: blue;
	text-decoration: underline;
	display: inline-block;
}

/* カレンダータブ */
table.calender_table td:nth-child(1n){
	width: 80%;
}
	
table.calender_table td:nth-child(2n){
	text-align: center;
}

/* B型タブ */
.work_b_text{
	margin: 2rem 0;
}

/* 製品紹介タブ */
ul.product_ul{
	width: 100%;
	overflow: hidden;
}

ul.product_ul li{
	background: url(../img/bg/img_product_bg_01.png) no-repeat;
	width: 128px;
	height: 160px;
	float: left;
	margin: 0 0.5rem 1rem 0;
}

/* 行事予定 */
.event_hack{
	border-bottom: #349800 solid 0.1rem;
	padding-bottom: 0.4rem;
	margin-top: 2rem;
	font-size: 1.8rem;
	color: #349800;
	font-weight: bold;
	cursor: pointer;
	position: relative;
}

.event_slide{
	display: none;
}

/* 矢印CSS */

.arrow_event.active:before,
.arrow_event.active:after {

}
.arrow_event.active:before {
  transform: rotate(-60deg) translateX(0) translateY(0);
}
.arrow_event.active:after {
  transform: rotate(60deg) translateX(0) translateY(0);
}
.arrow_event:before,
.arrow_event:after {
  background: none repeat scroll 0 0 #349800;
  border-radius: 10px;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  top: 6px;
  transition: all 300ms ease 0s;
  width: 20px;
}
.arrow_event:before {
  left: -3px;
  transform: rotate(60deg);
}
.arrow_event:after {
  right: -3px;
  transform: rotate(-60deg);
}

.event_title{
	width: 100%;
	overflow: hidden;
}

/* 左側 */
@media only screen and (min-width: 769px) {
	
	.nav_ul .menu_li:nth-child(2){
		float: left;
		width: 152px;
		text-align: center;
		color: #349800;
		pointer-events: none;
		margin-top: 2px;
	}
	
	.nav_ul .menu_li:not(:nth-child(2)):hover{
		border: #349800 dashed 2px;
		border-radius: 4px;
		margin-top: -2px;
		padding-left: 2px;
	}
	
	.nav_ul .menu_li:first-child:hover{
		border: #349800 dashed 2px;
		border-radius: 4px;
		margin-top: -2px;
		padding-right: 2px;
	}
	
	.pankuzu{
		color: #349800;
		font-size: 1.2rem;
		border-bottom: #349800 dashed 1px;
		padding-bottom: 2px;
	}
	
	.pankuzu > a{
		color: #349800;
	}
	
	.h2_circle{
		display: inline-block;
		width: 40px;
		height: 40px;
		background-color: #c8f096;
		border-radius: 0.6rem;
		margin-bottom: -0.6rem;
	}	

	table.building_table tr, table.access_table tr, table.schedule_table tr, table.event_table tr{
		border-bottom: #c8c8c8 solid 1px;
	}

	table.building_table th, table.access_table th, table.schedule_table th, table.event_table th{
		color: #349800;
		text-align: left;
		margin-right: 10px;
		padding: 6px 0;
		width: 30%;
	}
	
	table.event_table th{
		color: #349800;
		text-align: left;
		margin-right: 10px;
		padding: 6px 0 6px 12px;
		width: 15%;
	}
	
	aside{
		width: 248px;
	}
	
	.sidenav_menu_a li:first-child{
		cursor: pointer;
		background: url(../img/img_guide_01.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:first-child:hover{
		cursor: pointer;
		background: url(../img/img_guide_01_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:first-child.select{
		cursor: pointer;
		background: url(../img/img_guide_01_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(2){
		cursor: pointer;
		background: url(../img/img_guide_02.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(2):hover{
		cursor: pointer;
		background: url(../img/img_guide_02_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(2).select{
		cursor: pointer;
		background: url(../img/img_guide_02_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(3){
		cursor: pointer;
		background: url(../img/img_guide_03.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(3):hover{
		cursor: pointer;
		background: url(../img/img_guide_03_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(3).select{
		cursor: pointer;
		background: url(../img/img_guide_03_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(4){
		cursor: pointer;
		background: url(../img/img_guide_04.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(4):hover{
		cursor: pointer;
		background: url(../img/img_guide_04_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(4).select{
		cursor: pointer;
		background: url(../img/img_guide_04_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(5){
		cursor: pointer;
		background: url(../img/img_guide_05.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(5):hover{
		cursor: pointer;
		background: url(../img/img_guide_05_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(5).select{
		cursor: pointer;
		background: url(../img/img_guide_05_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(6){
		cursor: pointer;
		background: url(../img/img_guide_06.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(6):hover{
		cursor: pointer;
		background: url(../img/img_guide_06_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(6).select{
		cursor: pointer;
		background: url(../img/img_guide_06_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(7){
		cursor: pointer;
		background: url(../img/img_guide_07.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(7):hover{
		cursor: pointer;
		background: url(../img/img_guide_07_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(7).select{
		cursor: pointer;
		background: url(../img/img_guide_07_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(8){
		cursor: pointer;
		background: url(../img/img_guide_08.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(8):hover{
		cursor: pointer;
		background: url(../img/img_guide_08_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(8).select{
		cursor: pointer;
		background: url(../img/img_guide_08_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(9){
		cursor: pointer;
		background: url(../img/img_guide_11.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(9):hover{
		cursor: pointer;
		background: url(../img/img_guide_11_on.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(9).select{
		cursor: pointer;
		background: url(../img/img_guide_11_on.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	table.room{
		border: #c8c8c8 solid 1px;
		width: 100%;
	}
	
	table.room thead{
		background-color: #94949a;
	}
	
	table.room thead th{
		color: #fff !important;
		text-align: center !important;
	}
	
	.room_tr th{
		background-color: #fafcf2;
		width: 174px;
		color: #349800;
		text-align: left;
		padding: 4px 0 4px 10px;
		border-bottom: #c8c8c8 solid 1px;
	}
	
	.room_tr td.room_num{
		text-align: center;
		table-layout: fixed;
		width: 60px;
		border-left: #c8c8c8 solid 1px;
		border-right: #c8c8c8 solid 1px;
		border-bottom: #c8c8c8 solid 1px;
	}
	
	.room_tr .room_place{
		border-bottom: #c8c8c8 solid 1px;
	}
	
	/* アクセスタブ */
	.google_map{
		height: 350px;
	}
	
	.map_box{
		width: 100%;
		overflow: hidden;
		padding-bottom: 16px;
	}
	
	.map_box_text{
		float: right;
		margin-top:4px;
	}
	
	/* カレンダータブ */
	ul.calendar_ul{
		overflow: hidden;
		width: 97%;
		margin: 12px auto;
	}
	
	ul.calendar_ul li{
		float: left;
		margin: 10px 18px 0 0;
	}
	
	ul.calendar_ul li:nth-child(3n){
		margin-right: 0;
	}
	
	table.calender_table{
		width:160px;
		font-size: 0.9rem;
		border: #000 solid 1px;
		margin-top: 12px;
	}
	
	table.calender_table td{
		padding: 4px 0;
		border: #000 solid 1px;
		line-height: 120%;
	}
	
	table.calender_table tr td:first-child{
		padding-left: 4px;
	}
	
	/* B型タブ */
	
	#work_b img{
		display: block;
		margin: 0 auto;
	}
	
	/* 製品紹介タブ */
	ul.product_ul li{
		padding: 0 0 0 0;
	}
	
	a.iframe img{
		padding: 16% 0 0 8%;
	}
	
	a.iframe p{
		color: #5a4628;
		text-align: center;
		margin-top: 2px;
	}
	
	a.calender_link{
		display: inline-block;
		color: #349800;
		text-decoration: underline;
	}
	
	/* 行事予定 */
/* 矢印CSS */
.arrow_event {
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  width: 2rem;
  right: 0;
  margin-top: 8px;
}

/* ギャラリー画面 */
.gallery_btn{ margin-top: 1rem; }

.sidenav_link_8{ cursor: pointer; }

#guide_gallery ul li{ display:inline-block; margin-right: 20px; width: 255px; }

#guide_gallery ul li:nth-child(2n){ margin-right:0; }

#guide_gallery .gallery_img{ margin: 2rem 0 1rem 0; }

#guide_gallery ul li p{ line-height: 140%; }

.gallery_backbtn{ margin-top: 2rem; cursor: pointer; }
	
}

@media only screen and (max-width: 768px) {
	.pc_menu_btn{
		display: none;
	}
	
	.guide_title, .open{
		color: #349800;
		font-weight: bold;
		font-size:1.9rem;
		cursor: pointer;
		margin-top: 2rem;
		padding: 0 0 1.6rem 0;
		border-bottom: #1482d2 dashed 0.1rem;
	}

.h2_circle{
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background-color: #c8f096;
	border-radius: 0.6rem;
}

.arrow2:before,
.arrow2:after {
	background: none repeat scroll 0 0 #349800;
}

.building_table tr, table.access_table tr, table.schedule_table tr, table.event_table tr{
	border-bottom: #c8c8c8 solid 0.1rem;
}

.building_table th, table.access_table th, table.schedule_table th{
	color: #349800;
	text-align: left;
	margin-right: 1rem;
	padding: 0.6rem 0.6rem 0.6rem 0;
	width: 35%
}

table.event_table th{
	color: #349800;
	text-align: left;
	margin-right: 1rem;
	padding: 0.6rem 0.6rem 0.6rem 0;
	width: 18%
}

#building td, table.access_table td, table.schedule_table td, table.event_table td{
	padding: 0.6rem 0;
}

table.room{
	border: #c8c8c8 solid 0.1rem;
	width: 100%;
}
	
table.room thead{
	background-color: #94949a;
}
	
table.room thead th{
	color: #fff !important;
	text-align: center !important;
}
	
.room_tr th{
	background-color: #fafcf2;
	width: 25%;
	color: #349800;
	text-align: left;
	padding: 0.4rem 0.2rem 0.2rem 0.4rem;
	border-bottom: #c8c8c8 solid 0.1rem;
}
	
.room_tr td.room_num{
	text-align: center;
	table-layout: fixed;
	width: 10%;
	border-left: #c8c8c8 solid 0.1rem;
	border-right: #c8c8c8 solid 0.1rem;
	border-bottom: #c8c8c8 solid 0.1rem;
}
	
.room_tr .room_place{
	border-bottom: #c8c8c8 solid 0.1rem;
}

.president_img{
	margin: 2rem 0;
}

.name_text{
	text-align: right;
}

.president_text{
	width: 50%;
	margin: 1rem 0;
}

/* アクセスタブ（SP） */
.google_map{
	height: 25rem;
}

.map_box_text{
	margin-top: 0.6rem;
	padding-bottom: 0.6rem;
}

/* カレンダータブ */
ul.calendar_ul{
	overflow: hidden;
	width: 93%;
	margin: 12px auto;
}
	
ul.calendar_ul li{
	margin-bottom: 2rem;
}
	
ul.calendar_ul li:nth-child(2n){
	margin-right: 0;
}
	
table.calender_table{
	width: 100%;
	font-size: 0.9rem;
	border: #000 solid 1px;
}

table.calender_table td{
	padding: 4px 0;
	border: #000 solid 1px;
	line-height: 120%;
}

table.calender_table td:nth-child(odd){
	padding-left: 1rem;
}

/* 製品紹介タブ（SP） */
.product_ul li img{
	padding: 16% 8% 0 8%;

}

.product_ul li p{
	text-align: center;
	font-size: 1.1rem;
	color: #5a4628;
	margin-top: 0.2rem;
}

/* 行事予定 */
.arrow_event {
  display: inline-block;
  height: 1.2rem;
  position: absolute;
  width: 2rem;
  right: 0;
  margin-top: 0.5rem;
}

/* ギャラリー画面 */
.gallery_btn{
	margin-top: 1rem;
}

#guide_gallery ul li p{ margin: 1rem 0 2rem 0; }

.gallery_backbtn{ width: 30%; }

}


