@charset "UTF-8";

img{
	max-width:100%;
	height:auto;
}


/*デバイス表示関係*/

.sp_only {
  display: none !important;
}
.pc_only {
	display: none !important;
}
.sp-tab_only {
	display: block !important;
}

.sp-tab_none {
	display: none !important;
}

.tab_none {
	display: none !important;
}

/*tabのみ*/
.tab_only {
	display: block !important;
}
.sp-tab_w90 {
	width:90% !important;
	margin-left:auto !important;
	margin-right:auto !important;
}



/*リンクテキスト*/


/*topへ戻る*/

#pagetop {
	position: fixed;
	right: 4%;
	bottom: 2%;
	zoom: 1;
	z-index: 9999;
}
#pagetop a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#pagetop a:hover {
	display: block;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	text-decoration: none;
}
/*topへ戻る*/



/* =====================
	　    全ページ共通 
===================== */
a {
  color: black;
  text-decoration: none;
}
#wrap{
	height: inherit;
}
.content-area{
	width: 100%;
	max-width: 2560px;
	height:inherit;
}
#content {
	max-width: 2560px;
	margin: 0 auto 0 auto;
	height:inherit;
} /*変更*/
main{
	width: 100%;
	margin: 0 auto;
    height: initial;
}
#page {
	width: 100%;
	max-width: 2560px;
	height:auto;
	background:#FFF;	
}

/* ボタン */
.buttonA{
    width: 100%;
    height: auto;
    padding: 12px 10px;
    line-height: 16px;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    border: 1px solid #FFF;
    border-radius:8px;
}

/* 見出し 
h2 {font-size:36px;font-weight:bold;}
h3 {font-size:36px;font-weight:bold;color:#004e2b;}
h4 {font-size:30px;font-weight:bold;color:#000;}
h5 {font-size:16px;font-weight:bold;color:#004e2b;padding-bottom:10px;line-height: 1.6;}
.midashi-36{
	font-size: 36px;
    font-weight: bold;
}
*/
/* =====================
	　   パンくず 
===================== */




/* =====================
	　　　 TOPページ 
===================== */
ul.main-menu {
    margin: 0px auto 0; 
    padding-top: 0px;
}
.top_parallax-window h2 {
    padding: 0 20px 35px;

}
.top_onestop_h {
	text-align:center;
}
.top_link .contents1 div {
    width: 19%;
}

.footer_contact {
    padding: 0 20px;
}
.footer_link .contents{
	padding:0 20px;
}
/*
.footer_link .contents div:nth-child(1){
    width: 49.3%;
}
*/
.footer_link .contents div:nth-child(2){
    width: 23.5%;
}
.footer_link .contents div:nth-child(3){
    width: 23.5%;
}

/* =====================

===================== */
.shinrin .back {
    padding: 30px 20px;
}



/* =====================

===================== */
.hanbai_box_r .content {
    width: 80%;
    margin: 0 auto;
	padding:0;
}
.hanbai_box_r .hanbai_title {
    text-align: center;
}

/* =====================

===================== */
.works_box_r .works_button {
    left: 0;
    right: 0;
}


/* =====================

===================== */
.sugi_ikusei .box .right {
    margin-right: 4%;
}


/* =====================

===================== */
.page-intro_kawakami{
    padding: 0 20px;		
}


/* =====================

===================== */
.sample-container {
	 max-width:90vw;
    max-height: 75vh;
	 margin:0 auto;
    background-color: #eee;
    border-radius: 5px;
    padding: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


/* =====================
	資料請求
===================== */
.request .flex div {
    text-align: center;
}
.request .flex {
    margin-right: 6%;
}
.request #mailformpro table th {
    vertical-align: top;
}
.form_coution {
    width: 96%;
}
.request_cloth {
    padding-right: 20px;
}
/* =====================

===================== */



/* =====================

===================== */








/* =====================
	　 カテゴリ一覧 
===================== */
#cat_main{
	padding:0 40px;
}
.cat_list {
    width: 47%;
}


/* =====================
	　 固定ページ共通 
===================== */
.entry-content{
	width: 100%;
	max-width: 100%;
}
.zengo {
    width: calc(100%  - 40px)
}
.kanren_link_3 a {
    display: block;
    margin-bottom: 20px;
    font-size: .17rem;
    text-align: center;
    color: #006837;
    line-height: 60px;
    width: 32%;
    max-width: 340px;
    border: 2px solid #006837;
    box-sizing: content-box;
}
.kanren_link_3 a,.footer_contact a{
    font-size: .17rem;
}
/* =====================
	プライバシーポリシ
===================== */
.privacy_policy li {
    width: auto;
    float: none;
}
.privacy_policy ul.inpagelink {
    padding-left: 0px;
    text-align: center;
}

/* =====================
  ヘッダー
===================== */
.header_intro{
    margin-top: 21px;
}

/* =====================
  フッター
===================== */

footer {
	width: 100%;
	height: auto;
	position: relative;
}
.footer_bottom ul {
    display: grid; 
    line-height: 1.6;
    margin-bottom: 21px;
}
.footer_menu p{
    font-size: .12rem;
}

