@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

/* タブレット対応 */
.PC{
	display: 	block;
}
.SP{
	display:	block;
}
@media print, screen and (max-width: 5000px) {
 .PC{display: block;}
 .SP{display: none;}
 }
@media screen and (max-width: 860px) {
	.PC{display: none;}
	.SP{display: block;}
 }
.body{min-width: 320px;}

/* メインページの上部ヘッダーメニュー(緑の部分) */
.header{
	position:					fixed;
	width:						100%;
	height:						80px;
	z-index: 					10;
	background-color: #92d050;
	padding-top: 			1vw;
}
@media print{
	.header{position: absolute;}
}
.header_SP{
	width: 100%;
}

/* ヘッダーの会社ロゴ */
.header_PC img{
	display: 		  inline-block;
	float:			  left;
	width:			  350px;
	padding-top:  10px;
}
.header_SP img{
	display: 			inline-block;
	float:				left;
	width:				75%;
	max-width: 		350px;
	padding-top: 	25px;
}

/* メインページのGナビ PC用 */
.gnavi{
	position: 			absolute;
	width:					calc(95% - 360px);
	max-width: 			2000px;
	float: 					left;
	left: 					360px;
	text-align: 		right;
	color:					white;
	font-size: 			min(1.3vw,2.0em);
}
.gnavi li{
	width:						5%;
	height: 					80px;
	display: 					table-cell;
	vertical-align: 	middle;
}
.gnavi li a{
	color:						white;
	text-decoration: 	none;
}
/* Gナビメニューはオンマウスで緑に */
.gnavi li a:hover{
	color:	#228b22;
}
/* Gナビは印刷で非表示に */
@media print{
	.gnavi{display: none;}
}

/* メインページハンバーガーメニュー*/
#g-nav{
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
		top:					0;
    right: 				-120%;
		width:				100%;
    height: 			100vh;
		background:		#9ACd32;
		opacity: 			80%;
		transition: 	all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}


/*ナビメニューの書式*/
#g-nav ul {
	/*画面中央にメニュー配置*/
    position: absolute;
    z-index: 		99;
    top:				50%;
    left:				50%;
    transform:	translate(-50%,-50%);
}
#g-nav li{
	list-style: 			none;
  text-align: 			center;
	height: 						75px;
}
#g-nav li a{
	color: 						white;
	text-decoration: 	none;
	padding:					10px;
	display: 					block;
	text-transform: 	uppercase;
	letter-spacing: 	0.5em;
	font-size: 				4vw;
}

/* ハンバーガーボタン */
.openbtn{
	position:	fixed;
  z-index: 	9999;
	top:			15px;
	right: 		5vw;
	cursor: 	pointer;
  width: 		50px;
  height:		50px;
}
/*ハンバーガーメニューは印刷で非表示に*/
@media print{
	.openbtn{display: none;}
}

/*ハンバーガーの動き方*/
.openbtn span{
    display: inline-block;
    transition: all .2s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
		background-color: white;
  	width: 45%;
  }
.openbtn span:nth-of-type(1) {top:15px;}
.openbtn span:nth-of-type(2) {top:23px;}
.openbtn span:nth-of-type(3) {top:31px;}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {opacity: 0;}
.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}



/* メインページ部分*/
.mb {
	position: 						relative;
	width: 								100%;
	padding-top: 					140px;
}
.title{
	position: relative;
	font-size: 2.0em;
	letter-spacing: 0.9em;
	color:#92D050;
	text-align: center;
	width: 100%;
	height: 80px;
	padding-top: 50px;
}
.Subtitle{
	position: relative;
	margin: auto;
	font-size: 1.5em;
	letter-spacing: 0.6em;
	background-color: #66cdaa;
	color:#FFF;
	text-align: center;
	width: 50%;
	height: 40px;
	padding-top: 0.5%;
}

table.saiyou{
	margin: 0 auto;
  width:50%;
  border-collapse:collapse;
	line-height: 250%;
	text-align: left;
	font-size: 1.0vw;
	color: #696969;
}
td.saiyou_lt{
	width:20%;
	text-align: center;
}
td.saiyou_center{
	width:40%;
	text-align: left;
}
td.saiyou_content{
	font-size: 0.9em;
	line-height: 200%;
	text-align: left;
}
tr.saiyou_midashi{
	color:#92D050;
	font-size: 1.2em;
}
table.saiyou_noboder{
	margin: 0 auto;
  width:65%;
	text-align: left;
	line-height: 250%;
	font-size: 0.8vw;
	color: #696969;
}
table.saiyou tr{
	border-bottom: dashed 0.3px #92D050;
}
td.co_saiyou{
	text-align: right;
}
table.saiyou td img{
	width:300px;
	height: 250px;
	object-fit: cover;
	object-position: top;
}

td.tdlt{
	width:30%;
	font-size: 1.5em;
	color: inherit;
	text-align: center;
	letter-spacing: 0.3em;
}
td.tdlt a{
	text-decoration: none;
	color:#008080;
}
td.tdlt :hover{
	color: #92D050;
}
td.tdrt{
	width: 45%;
}
table.zigyou td img{
	width:300px;
	height: 250px;
	object-fit: cover;
	object-position: top;
}

/*----- スマホ対応用 -------*/
.Subtitle_sp{
	position: relative;
	margin: auto;
	font-size: 1.0em;
	letter-spacing: 0.6em;
	background-color: #66cdaa;
	color:#FFF;
	text-align: center;
	width: 75%;
	height: 40px;
	padding-top: 0.5%;
}

table.saiyou_sp{
	margin: 0 auto;
	width:85%;
	border-collapse:collapse;
	text-align: left;
	line-height: 250%;
	font-size:0.5em;
	color: #696969;
	line-height: 100%;
}
table.saiyou_sp tr{
	border-bottom: dashed 0.3px #92D050;
	line-height: 250%;
}

p.navi{
	padding-left: 20%;
	text-align: left;
	font-size: 0.7em;
	color:#008080;
}
p.navi a{
	color: #008080;
}

.mb_content_blank {
	width:100%;
	height:5vw;
}

.footer{
	position:	absolute;
	width:100%;
	height: 100px;
	background-color: #92D050;
}
.footer_text{
	text-align: center;
	margin-top: 60px;
	font-size: 0.9em;
	color:white;
}

.red {
	color: #FF0000;
}

.orange {
	color: #FF6600;
}

.brown {
	color: #996600;
}

.aqua {
	color: #00ffff;
}

.blue {
	color: #003399;
}

.gray{
	color: #333333;
}

.green {
	color: #008000;
}

.width460{
	width: 460px;
}
