@charset "utf-8";


@import url(slide.css);

@keyframes opa1 {
0% {opacity: 0;}
100% {opacity: 1;}
}

/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;
	background: #fff url(../images/bg.png);
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
	transition: 0.5s;
}
a:hover {
	color: #009603;
	text-decoration: none;
}

/*サイトの最大幅の設定
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;
	margin: 0 auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #fff;
	background: #fff linear-gradient(#d5edff, rgba(255,255,255,0) 50%);
	background: #fff linear-gradient(rgba(255,255,255,0),#d5edff);
}
header .inner {
	position: relative;overflow: hidden;
	margin: 0 auto;
	height: 130px;
	background: linear-gradient(rgba(255,255,255,0),#d5edff), #fff url(../images/header_bg.jpg) no-repeat center center/50%;
}
/*ロゴ画像*/
header #logo {
	width: 350px;
	position: absolute;
	left: 2%;
	bottom: 40px;
}

/*ヘッダー内メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#headermenu {
	position: absolute;
	right: 2%;
	top: 80px;
}

#headermenu li {
	float: left;
	margin-left: 10px;
}
#headermenu li a {
	text-decoration: none;display: block;
	background: #ff8a00;
	background: linear-gradient(#ffa600, #ff8a00);
	color: #FFF;
	padding: 3px 15px;
	border-radius: 4px;
	border: 1px solid #ff8a00;
}
/*マウスオン時*/
#headermenu li a:hover {
	color: #ff8a00;
	background: #fff;
}

#headermenu li.tel {
	font-size: 150%;
}
#headermenu li.tel span{
	font-size: 80%;
}


/*文字サイズ変更ボタン
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
#fsize {
	position: absolute;
	right: 2%;
	top: 0px;
	width: 250px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	border-radius: 0px 0px 5px 5px;
	line-height: 50px;
	padding: 10px 0px;
}
#fsize p {
	float: left;
	font-size: 18px;
	padding: 0 20px;
}
#fsize ul li {
	float: left;
}
#fsize ul a {
	overflow: hidden;display: block;text-decoration: none;text-align: center;
	color: #fff;
}
#fsize ul li#small a::before {
	display: block;
	content: "小";
	font-size: 16px;
	background: #009603;
	width: 40px;
	line-height: 40px;
	margin-top: 5px;
	margin-right: 10px;
}
#fsize ul li#large a::before {
	display: block;
	content: "大";
	font-size: 30px;
	background: #ccc;
	width: 50px;
	line-height: 50px;
}
#fsize ul li#large a:hover::before {
	background: #009603;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	overflow: hidden;
	background: #fff;
	background: linear-gradient(#fff 30%, #eee);
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 40px;
	margin-bottom: 5px;
}
#menubar li {
	float: left;
	width: 16.66%;
}
#menubar li a {
	text-decoration: none;display: block;text-align: center;
	padding: 10px 0;
	margin: 10px 5px;
	border-radius: 5px;
}
#menubar li a:hover, #menubar li.current a {
	background: #009603;
	color: #fff;
}
#menubar-s {display: none;}
#menubar_hdr {display: none;}

.top{
	margin-top: 42px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	box-sizing: border-box;
	padding: 2%;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	margin-bottom: 40px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*メインコンテンツブロック*/
#main {
	float: left;
	width: 75%;
	padding-bottom: 40px;
}
.c1 #main {
	float: none;
	width: auto;
}
#main h2 {
	clear: both;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 120%;
	color: #fff;
	background: #009603;
	border-radius: 5px;
}
#main h2::first-letter {
	border-left: 3px solid #fff;
	padding-left: 15px;
}
#main h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 5px 20px;
	font-size: 110%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: url(../images/bg_wood.png) 0 0 no-repeat !important;
}
#main h3::first-letter {
	border-left: 3px solid #009603;
	padding-left: 15px;
}
#main h4 {
	clear: both;
	color: #009603;
	margin-bottom: 20px;
	padding: 4px 0px;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 3px solid #009603;
}
#main h4::before {
	content: "●";
}
#main p {
	padding: 0px 20px 20px;
}
#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	padding-top: 30px;
}

/*listブロック
---------------------------------------------------------------------------*/
#main .list {
	overflow: hidden;position: relative;
	border: 1px solid #ccc;
	box-shadow: 3px 4px 2px rgba(0,0,0,0.1);
	padding: 20px;
	margin-bottom: 20px;
}
#main .list a {
	display: block;text-decoration: none;overflow: hidden;
	margin: -20px;
	padding: 20px;
}
#main .list a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}
#main .list figure {
	float: left;
	width: 30%;
	margin-right: 20px;
}
#main .list h4 {
	color: #009603;
	font-size: 120%;
}
#main .list p {
	padding: 0;
}
#main .list a::before {
	display: block;text-align: center;
	content: "→";
	width: 30px;
	line-height: 30px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #999;
	color: #fff;
}
#main .list a:hover::before {
	background: #009603;
}

#main .list.link a {
	margin: 0;padding: 0;
	display: inline;
	text-decoration: underline;
}
#main .list.link a::before {
	display: none;
}

/*list-column（３列ブロック）
---------------------------------------------------------------------------*/
#main .list-column-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 3%;
}
#main .list-column-2 {
	width: 32% !important;
}
#main .list-column {
	display: flex;
	flex-direction: column;
	width: 48%;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
#main .list-column-sdnone {
	box-shadow: 0px 0px 10px rgba(256,256,256,0.3);
}
#main .list-column h4 {
	line-height: 1;
	margin-bottom: 10px;
	font-size: 1rem;
	border-bottom: none !important;
}
#main .list-column h4::before {
    content: none;
}
#main .list-column a h4::after{
	content: url(../images/icon_pdf.png);
}
/*-#main .list-column h4::after{
	content: url(../images/icon_pdf.png);
}
*/
#main .list-column p {
	padding: 0;
	font-size: 0.875rem;
	line-height: 1;
}
#main .list-column .text {
	padding: 5%;
	flex: 1 0 auto;
}
/*IEバグ対応*/
#main .list-column figure {
	min-height: 0%;
}

#main .list-column a{
	text-decoration: none;
}

#main .bg-grn{
	background-color: #009603;
}
#main .bg-grn h4{
	color: #fff;
	background-color: #009603;
}
#main .bg-grn .text {
	padding: 0%;
	flex: 1 0 auto;
}
#main .bg-grn figure{
	margin: 0 auto 15px;
	text-align: center;
}


/*詳細ページのサムネイル画像（CMS用）
---------------------------------------------------------------------------*/
.thumb {
	width: 70px;
	height: 70px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
/*マウスオン時*/
.thumb:hover {
	border: 1px solid #999;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 22%;
	padding-bottom: 40px;
}
/*１カラム字のサブコンテンツ*/
.c1 #sub {display: none;}
/*h2見出しタグ設定*/
#sub h2 {
	margin-bottom: 10px;
	font-size: 110%;
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left: 3px solid #009603;
	padding-left: 10px;
}
/*段落タグ（p）設定*/
#sub p {
	line-height: 1.6;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub .submenu {
	margin-bottom: 20px;
	border-top: solid 1px #e4e4e4;
}
/*メニュー１個ごとの設定*/
#sub .submenu li {
	border-bottom: solid 1px #e4e4e4;
}
#sub .submenu li a {
	text-decoration: none;display: block;
	padding: 5px 10px;
	background: #fff;
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 15px;
	margin-bottom: 20px;
	background: #f5f5f5;
	border: solid 1px #dbdbdb;
	box-shadow: 0px 0px 1px 1px #fff inset;
}
/*box1内のメニューの設定*/
#sub .box1 .submenu {
	margin-bottom: 0px;
}

/*サブコンテンツ内のbox2
---------------------------------------------------------------------------*/
#sub .box2 {
	margin-bottom: 15px;
	font-size: 120%;
	box-shadow: 0px 0px 2px 5px #fff inset;
	background: #edf5fa;
}
#sub .box2 a {
	text-decoration: none;
	display: block;
	padding: 40px 15px;
	border: solid 3px #e4e4e4;
}
#sub .box2 a:hover {
	border: solid 3px #009603;
}
#sub .box2.link1 {
	background: #edf5fa url(../images/ban_link1.png) no-repeat right center / 100%;
	filter: saturate(150%);
}
#sub .box2 span{
	visibility: hidden;
}
#sub .box2.link2 {
	background: #edf5fa url(../images/ban_link2.png) no-repeat right center / 100%;
	filter: saturate(150%);
}

/*サブコンテンツ内のsdgs
---------------------------------------------------------------------------*/
#sub .sdgs {
	margin-bottom: 15px;
	font-size: 110%;
	font-weight: bold;
	box-shadow: 0px 0px 2px 5px #fff inset;
	background: #edf5fa url(../images/sdgs.png) no-repeat left center / 30%;
	filter: saturate(150%);
}
#sub .sdgs a {
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 70px;
	border: solid 3px #e4e4e4;
}


/*フッター設定
---------------------------------------------------------------------------*/
/*footerボックス*/
footer {
	clear: both;overflow: hidden;
	background: #009603;
	color: #fff;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	clear: both;overflow: hidden;
	font-size: 80%;
	padding: 20px 0;
}
/*１列分の設定*/
#footermenu ul {
	float: left;
	width: 24%;
	margin-left: 1%;
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 0 10px;
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
}
/*マウスオン時のリンクテキスト*/
#footermenu a:hover {
	opacity: 1;	
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;text-align: center;
	background: #333;
	padding: 10px;
}
#copyright a {text-decoration: none;color: #fff;}
#copyright .pr {display: block;}

/*パンくずリスト
---------------------------------------------------------------------------*/
.breadcrumb {
	margin: 0 0 5px;
	padding: 0;
	list-style: none;
  }
  
  .breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
  font-size: 80%;
  }
  
  .breadcrumb li:after {
	/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #555;
  }
  
  .breadcrumb li:last-child:after {
	content: '';
  }
  
  .breadcrumb li a {
	text-decoration: none;
	color: gray;
  }
  
.breadcrumb li:first-child a::before {
	content: '\f015';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.1em;
	color: #009603;
}
  
.breadcrumb li a:hover {
	text-decoration: underline;
  }
  
 /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;
	margin-bottom: 20px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;
}

/*よく頂く質問
---------------------------------------------------------------------------*/
/*外側ブロック*/
.faq {
	padding: 0px 20px;
}
/*質問*/
.faq dt {
	color: #009603;
	font-weight: bold;
	padding-left: 35px;
	background: url(../images/faq_q.png) no-repeat left top / 34px;
}
/*回答*/
.faq dd {
	padding-left: 35px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	background: url(../images/faq_a.png) no-repeat left top / 34px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption,
.ta2 caption {
	border: 1px solid #999;	
	border-bottom: none;	
	text-align: left;		
	background: #cce6f6;		
	font-weight: bold;		
	padding: 10px;			
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi,
.ta2 th.tamidashi {
	width: auto;
}
/*ta1,ta2共通設定*/
.ta1,
.ta2 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th,
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	border: 1px solid #999;	
	padding: 10px;	
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi,
.ta2 th.tamidashi {
	width: auto;
	text-align: left;	
	background: #cce6f6;	
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;
	text-align: center;	
	background: #f0f0f0;	
}
/*ta2の左側ボックス*/
.ta2 th {
	background: #fffeba;	
}
/*ta2の右側ボックス*/
.ta2 td {
	text-align: center;	
}
/*料金ページの追加設定（CMS用）*/
.ta1.price td {
	text-align: right;
}
.ta1.price tr.total th {
	background: #b7e0ee;
	font-size: 150%;
}
.ta1.price tr.total td {
	background: #deeff4;
	font-weight: bold;
	font-size: 150%;
}
/*-罫線なしtable-*/
.ta-bn th,
.ta-bn td{
	padding: 0 5px;
	border: none;
}
.ta-bn th{
	text-align: left;
	background: none;
	width: 100px;	
}

dl.dl-bn dt{
	font-weight: bold;
	float: left;
	width: 20%;
}
dl.dl-bn dd{
	padding-left: 20%;
}

.woodmarket .ta2, .ta2 td, .ta2 th {
    padding: 5px 5px;
	font-size: 95%;
}
.month{
	font-weight: bold;
	background-color:#cce6f6 !important;
}
.day{
	background-color: #fffeba;
}

.woodmarket caption{
	text-align: center;
    background: url(../images/woodmarket.jpg) no-repeat right 0;
}
.woodmarket a,
.member a {
	position: relative;
    padding-right: 23px;
}
.woodmarket a[href$=".pdf"]:after,
.member a[href$=".pdf"]:after {
		background: transparent url(../images/icon_pdf.png) no-repeat right 0;
    content: "";
    height: 100%;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 20px;
}
.woodmarket a[href$=".PDF"]:after,
.member a[href$=".PDF"]:after {
		background: transparent url(../images/icon_pdf.png) no-repeat right 0;
    content: "";
    height: 100%;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 20px;
}

.woodmarket .more span,
.woodmarket .more span a{
		color: #009603;
		font-weight: bold;
		padding: 0 5px;

}
.woodmarket span a:after {
	background: none !important;
    width: 0px !important;
}

.column{
	column-count: 2;
}

.accordion  {
	margin: 30px auto;
}

.accordion_title {
	position: relative;
	border: none;
	display: block;
	list-style: none;
	width: 100%;
	cursor: pointer;
	line-height: 1.6em;
}

summary.accordion_title::-webkit-details-marker {
	display:none;
}

.accordion_title:after {
	content: "+";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 20px;
	line-height: 1;
	padding: 0;
	pointer-events: none;
	font-size: 1.6em;
  	color: #009603;
}

.accordion::details-content {
	opacity: 0;
	block-size: 0;
	transition: .3s;
	transition-property: display, opacity, block-size, padding;
	transition-behavior: allow-discrete;
	line-height: 1.6em;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline: none !important;
}

.accordion .accordion_content {
	padding: 0 2em 0 3em;
}

.accordion .accordion_content > *:first-of-type {
	margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
	margin-bottom: 0;
}

.accordion[open]::details-content {
	opacity: 1;
	block-size: auto;
	block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
	padding: 1.4em 2em 1.4em 3em;
}

.accordion[open] .accordion_title:after {
	content: "-";
	
	/* font-size: 1.6em;
  	color: #009603; */
}

/*-事業紹介-*/
.service .hr img{
	clear: both;
	display: inline;
	width: 49.5%;
	padding-bottom: 30px;
	margin-left: 5px;
	float: right;
}
.service .cb{
	clear: both;
}
.service .hf img{
	clear: both;
	display: inline;
	width: 49.5%;
	padding-bottom: 30px;
}
/*-sitemap-*/
/*list-column
---------------------------------------------------------------------------*/
/*カラムブロック全体を囲むボックス*/
.sitemap-container {
	margin: 0 3%;					
}
/*１カラムあたりの設定*/
#sitemap .catWrap {
    display: table;
    border: 1px solid #ccc;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	border-radius: 5px;	
}
#sitemap .bannerWrap, #sitemap .catWrap {
width: 98%;
    margin: 0 auto 60px;
}
#sitemap .catWrap .thumb {
    display: table-cell;
    width: 295px;
}
#sitemap .catWrap .thumb img {
    vertical-align: top;
}
#sitemap .catWrap .linkWrap {
    display: table-cell;
	vertical-align: middle;
}
#sitemap .catWrap .linkWrap .mainttl.noMrg {
    margin: 0;
}
#sitemap .catWrap .linkWrap .mainttl {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 0 0 0 120px;
    letter-spacing: .2em;
}
#sitemap .catWrap .linkWrap a {
    text-decoration: none;
    color: #000;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 1;
}
#sitemap .catWrap h4{
	border: none;
}
#sitemap .catWrap h4::after{
	content: none !important;
}
#sitemap section + section {
    padding-top: 0px;
}

#sitemap .catWrap .linkWrap .linkList {
    line-height: 1.2;
    padding: 20px 0 0 120px;
}
#sitemap .catWrap .linkWrap li {
    position: relative;
    display: inline;
    width: 310px;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}
#sitemap .catWrap .linkWrap a {
    text-decoration: none;
    color: #000;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    opacity: 1;
}
/*404ページ
---------------------------------------------------------------------------*/
#notfound p{
	text-align: center;
}
#notfound p.title{
	font-size: 120%;
	font-weight: bold;
	margin: 30px 0 10px;
}
#notfound img{
	display: block;
	text-align: center;
	margin: 20px auto;
	width: 100%;
}

/*btn（inputタグ用）
---------------------------------------------------------------------------*/
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	padding: 5px 10px;		
	border: 1px solid #ccc;	
	border-radius: 3px;		
	background: #eee;		
}
/*マウスオン時の設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {
	border: 1px solid #999;	
	background: #fff;		
}

/*checkブロック。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
	border-radius: 3px;
}
p.check a {color: #fff;}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 60px;		
	line-height: 60px;	
	bottom: 40px;		
	right: 1%;			
	background: #009603;	
	color: #fff;		
	border: 1px solid #fff;
	border-radius: 50%;		
	animation-name: opa1;	
	animation-duration: 1S;	
	animation-fill-mode: forwards;	
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {list-style: disc;padding: 0 20px 20px 45px;}
ol {padding: 0 20px 20px 45px;}

/*「NEW」アイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	
	color: #FFF;		
	font-size: 70%;		
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.clear {clear: both;}
.color1 {color: #009603 !important;}
.color2 {color: #ff0000 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.fr {float: right;margin-left: 2%;margin-bottom: 20px;}
.fl {float: left;margin-right: 2%;margin-bottom: 20px;}
.big {font-size: 110%;letter-spacing: 0.1em;}
.big1 {font-size: 200%;letter-spacing: 0.2em;}
.mini1 {font-size: 80%;}
.sh {display: none;}
.indent1 {text-indent: 1em;}
img {
    image-rendering: -webkit-optimize-contrast;
}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

/*文字サイズ変更ボタン
---------------------------------------------------------------------------*/
#fsize {
	display: none;	/*非表示にする*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;
	animation-name: opa1;
	animation-duration: 0.5S;
	animation-fill-mode: both;
}
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 10px;	
	border-bottom: 1px solid #fff;
	background: #009603;	
	color: #fff;		
}
#menubar-s li a span {
	font-size: 12px;	
	margin-left: 20px
}
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;position: absolute;z-index: 2;
	top: 15px;	
	right: 2%;	
	border: 1px solid #fff;	
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;		
	height: 50px;		
	border-radius: 50%;	
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #009603 url(../images/icon_menu.png) no-repeat center top/50px;	
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #333 url(../images/icon_menu.png) no-repeat center bottom/50px;	
}

/*main,sub
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side {display: none;}
.big1 {font-size: 150%;letter-spacing: normal;}
.sh {display:block;}
.pc {display:none;}

}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header .inner {
	position: static;
	height: auto;
	padding: 10px;
	background-position: right center;	
}
/*ロゴ画像*/
header #logo {
	position: static;
	margin: 0 auto;
}

/*ヘッダー内メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#headermenu {
	position: static;
	margin: 0 auto;
}
/*メニュー１個あたり*/
#headermenu li {
	float: none;
	max-width: 300px;	
	margin: 10px auto;
	text-align: center;
}

table.ta-bn{
    display: block;
}
.ta-bn th{
display: block;
width: 100% !important;
}

}

@media screen and (max-width: 700px) {
	.woodmarket .ta2 {
	  width: 80%;
	  border: none;
	}
	.woodmarket .ta2 .thead  {
		display: none;
	}
	.woodmarket .ta2 tr {
	  width: 100%;
	}
	.woodmarket .ta2 td {
	  display: block;
	  text-align: right;
	  width: 100%;
	}
	.woodmarket .ta2 td:first-child {
	  font-weight: bold;
	  text-align: center;
	}
	.woodmarket .ta2 td:before {
	  content: attr(data-label);
	  float: left;
	  font-weight: bold;
	  margin-right: 10px;
	}
  
	#sitemap .bannerWrap, #sitemap .catWrap {
		margin: 0 auto 30px;
	}
	#sitemap .catWrap .thumb {
		width: 50%;
	}
	#sitemap .catWrap .linkWrap .mainttl {
		padding: 0 0 0 0px;
	}
	#sitemap .catWrap .linkWrap .linkList {
		padding: 20px 0 0 0px;
	}

}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*文字サイズ指定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	font-size: 2.93vw;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo {
	width: 220px;
	padding: 10px 0;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption,
.ta2 caption {
	padding: 5px;	
}
/*ta1,ta2共通設定*/
.ta1, .ta1 td, .ta1 th,
.ta2, .ta2 td, .ta2 th {
	padding: 5px;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}



.service .hr img{
	clear: both;
	display: inline;
	width: 100%;
	margin-left: 0;
	padding-bottom: 0px;
	float: none;
}
.service .cb{
	clear: both;
}
.service .hf img{
	clear: both;
	display: inline;
	width: 100%;
	padding-bottom: 5px;
}

#sub .sdgs {
    background: #edf5fa url(../images/sdgs.png) no-repeat left center / 15%;
    filter: saturate(150%);
}



}

