@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 16px/1.8 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: normal !important;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #5f6743;
	background: #223704;
}

a{
	color: #5f6743;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 10px;
}

#mainnav a{
	color: #5f6743;
}
#mainnav a:hover{
	color: #9b954b;
}

#mainImg{
}

#mainImg img{
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 30px 10px 70px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
	padding-top: 0px;
}

section h2{
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.inner{
	width: 75%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.inner_adjust{
	width: 75%;
	margin: 0 auto;
	padding-bottom: 15px;
}



/*　改行
------------------------------------------------------------------------------*/
/*スマホで改行*/
.br-sp {
  display: none;
}
@media screen and (max-width: 640px) {
.br-pc {
	display: none;
}
.br-sp {
	display: inline-block;
}
}


/*　その他
------------------------------------------------------------------------------*/
/*追従するトップへボタン　*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 90px;
  right: 10px;
  background-color: #51712b;
  z-index: 9999;
  border-radius: 50%;
  opacity: 0; /* ← 最初は透明 */
  visibility: hidden; /* ← 最初は見えない */
  transform: translateY(50px); /* ← 下にずらしておく */
  transition: all 0.3s ease;
}

#page_top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* ← 元の位置にスライド */
}

#page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#page_top a:hover {
	border-radius: 50%;
	opacity: 0.5;
}



/*　下部固定メニュー　*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   /*opacity: 0.9;*/
   z-index: 99;
}
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}
#sp-fixed-menu li{
	justify-content: center;
	align-items: center;
	display: flex;
	width: 50%;
	margin: 0;
	font-size: 25px;
	background: #9b954b;
	line-height: 1em;
}
#sp-fixed-menu li.li_center{
	justify-content: center;
	align-items: center;
	display: flex;
	width: 50%;
	margin: 0;
	font-size: 25px;
	background: #51712b;
	line-height: 1em;
}
/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #223704;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px 0;
}
#sp-fixed-menu li a:hover{
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
#sp-fixed-menu .sub{
	font-size: 0.8rem;
}

@media only screen and (max-width: 640px) {
#sp-fixed-menu li{
	line-height: 0.8;
	/*align-items: center; 縦中央揃えしたい時必要
	display: flex;縦中央揃えしたい時必要*/
}
}


/* ENJOY THE OUTDOORS
------------------------------------------------------------*/
#message{
	text-align: center;
}

.f59{
	font-size: 2.95rem;
	font-weight: 600;
}
.f42{
	font-size: 2.1rem;
	font-weight: 600;
}
.f36{
	font-size: 1.8rem;
	font-weight: 600;
}
.f30{
	font-size: 1.5rem;
	font-weight: 600;
}
@media only screen and (max-width: 799px){
.f59{
	font-size: 2.3rem;
}
.f42{
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 5px;
}
.f36{
	font-size: 1.5rem;
	line-height: 1.3;
}
.f30{
	font-size: 1.2rem;
}
}

#instagram{
	margin-top: 40px;
}

/* insta リンクボックス　*/
#instagram .link_box {
	display: inline-block;
	background: #223704;
	/*color: #fff;*/
	padding: 0.5em 2em;
	text-decoration: none;
	text-align: center;
	transition: background 0.3s;
	border: #5f6743 solid 2px;
	margin: 20px 0;
}
#instagram .link_box:hover {
	background: #5f6743;
	border: #5f6743 solid 2px;
	color: #223704;
}


/* WORKS
------------------------------------------------------------*/
#works{
	text-align: center;
}

#works p{
	margin-bottom: 15px;
	font-weight: 600;
}



/* COMPANY
------------------------------------------------------------*/
#company{
	background: #fffcd9;
	padding-top: 10px;
}

#company .col2 li {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}

@media only screen and (min-width: 641px) {
  .col2 {
    display: flex;
    gap: 4%;
  }

  .col2 li:first-child {
    width: 35%;
    height: 100%; /* 高さを100%にして、次のliと高さを合わせる */
  }

  .col2 li:last-child {
    width: 60%;
    position: relative; /* 画像を絶対配置するため */
  }

  /* 画像のスタイルを右側のliに適用 */
  .col2 li:last-child img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像が親要素のサイズにフィット */
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*　会社概要　*/
.tb_company {
	padding: 40px 10px;
}
.tb_company th,
.tb_company td {
	border: none;
	padding: 5px 0;
}
.tb_company th {
	padding-right: 30px;
	font-weight: normal;
	width: auto;
	white-space: nowrap;
}

#map{
	margin-top: 20px;
}



/* subimg ロゴメイン
------------------------------------------------------------*/
#logo_bg {
  background: url("../images/logo_bg.png") no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* PC向け */
  text-align: center;
  padding: 220px 20px;
}

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

/* スマホ（640px以下）向けスタイル */
@media (max-width: 640px) {
  #logo_bg {
    background-attachment: scroll; /* スマホでは fixed 無効化 */
    background-position: center top; /* 背景の見切れ防止 */
    padding: 120px 15px; /* 余白も調整 */
  }
}


/* CONTACT
------------------------------------------------------------*/
#contact{
	text-align: center;
}

/* mailform リンクボックス　*/
#contact .link_box {
	display: inline-block;
	background: #c9caca;
	border-radius: 20px;
	color: #223704;
	padding: 0.1em 2em;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	transition: background 0.3s;
	border: #c9caca solid 2px;
	margin: 20px 0;
}
#contact .link_box:hover {
	background: #223704;
	border: #c9caca solid 2px;
	color: #c9caca;
}
@media only screen and (max-width: 799px){
	#contact .link_box {
		font-size: 1.2rem;
	}
}


/*　個人情報について　*/
.accordion {
  margin: 2em 0;
}
.accordion__summary {
  display: inline-block;
  background: #223704; /* 見出しの背景色 */
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 10px 100px 10px 30px;
	border: #5f6743 solid 2px;
	border-radius: 20px;
}
.accordion__summary:hover {
	background: #5f6743;
	color: #223704;
	transition: 0.3s;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
  content: "＋open　";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
	font-weight: normal;
}
.accordion[open] .accordion__summary::after {
  content: "×close　";
}
.accordion__detail {
  padding: 4px 10px;
  margin: 10px 0;
	text-align: left;
	/*color: #727171;*/
}
.accordion__text {
  margin: 0;
}

.pp_subttl{
	margin-top: 15px;
	font-weight: 600;
}










/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:20px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 0 25px 10px;
		font-size: 20px;
		font-weight: 500;
	}
}


@media only screen and (max-width: 640px){
	.inner{
		width: 94%;
		padding-bottom: 40px;
	}
	.inner_adjust{
		width: 94%;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #223704;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #223704;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #223704;
		border-right: solid 2px #223704;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 70px;
		z-index: -100;
	}
	section{
		padding-top: 20px;
	}
	section h2{
		margin: 0 auto 10px;
	}
	
}