@charset "utf-8";

*{
  box-sizing:border-box;
}

body{
  margin:0;
    font-family:YakuHanMPs   , "Times New Roman",
   "YuMincho",
    "Hiragino Mincho ProN",
     "Yu Mincho", "MS PMincho", serif;

}

.f_gothic{
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media(min-width:961px){
	.sponly{
	  display:none !important;
	}
  }
@media(max-width:960px){
  .pconly{
    display:none !important;
  }
}
@media(min-width:561px){
	.show_sp{display: none !important;}
 }
 @media(min-width:961px){
	.show_sptb{display: none !important;}
 }
 @media(max-width:560px){
	.show_tbpc{display: none !important;}
 }
 @media(max-width:960px){
	.show_pc{display: none !important;}
 }
/*変数*/
:root{
	--basecolor: #edffe9 ; /*基本色*/
	--sabcolor: #f2ffec; /*サブカラー*/
}

img{
  max-width:100%;
  vertical-align:bottom;
}


p{
	margin:0
}

h3{
	margin:0;
}

a{
	color: #55321f;
  text-decoration: none;

}

a:visited{
    color: #000;
}

a:hover{
  /*filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;*/
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.mg0{
	margin: 0 auto;
}


.margin1{
	margin:10px
}
.margin2{
	margin:20px
}
.margin3{
	margin:30px
}
.margin4{
	margin:40px
}
.margin5{
	margin:50px
}
.mgb1{
	margin-bottom:10px
}
.mgb2{
	margin-bottom:20px
}
.mgb3{
	margin-bottom:30px
}
.mgb4{
	margin-bottom:40px
}
.mgb5{
	margin-bottom:50px
}
.mgt1{
	margin-top:10px
}
.mgt2{
  margin-top:20px
}
.mgt3{
	margin-top:30px
}
.mgt4{
	margin-top:40px
}
.mgt5{
	margin-top:50px
}
.mgl1{
	margin-left:10px
}
.mgl2{
	margin-left:20px
}
.mgl3{
	margin-left:30px
}
.mgl4{
	margin-left:40px
}
.mgl5{
	margin-left:50px
}
.mgr1{
	margin-right:10px
}
.mgr2{
  margin-right:20px
}
.mgr3{
	margin-right:30px
}
.mgr4{
	margin-right:40px
}
.mgr5{
	margin-right:50px
}
.n_mgt5{
	margin-top:5%
}

.padding1{
	padding:10px
}
.padding2{
	padding:20px
}
.padding3{
	padding:30px
}
.padding4{
	padding:40px
}
.padding5{
	padding:50px
}
.pdt1{
	padding-top:10px
}
.pdt2{
  padding-top:20px
}
.pdt3{
  padding-top:30px
}
.pdt4{
  padding-top:40px
}
.pdt5{
	padding-top:50px
}
.pdt6{
	padding-top:60px
}
.pdt7{
	padding-top:70px
}
.pdt8{
	padding-top:80px
}
.pdt9{
	padding-top:90px
}
.pdt10{
	padding-top:100px
}
.pdb1{
	padding-bottom:10px
}
.pdb2{
  padding-bottom:20px
}
.pdb3{
  padding-bottom:30px
}
.pdb4{
  padding-bottom:40px
}
.pdb5{
	padding-bottom:50px
}
.pdb6{
	padding-bottom:60px
}
.pdb7{
	padding-bottom:70px
}
.pdb8{
	padding-bottom:80px
}
.pdb9{
	padding-bottom:90px
}
.pdb10{
	padding-bottom:100px
}
.pdr5{
	padding-right:30% ;

}

/*----------
特殊例
-----------*/
/*----------
マーカー下線
----------*/
.marker_line {
    background: linear-gradient(transparent 60%, var(--basecolor) 0%);
}
.marker_line_oreng{
	background: linear-gradient(transparent 50%, #ffd95d9f 50%);
}
/*---------
 題字下下線
 ----------*/
.hr-green {
    border-top: 2px solid #3ca27e;
    width: 80px;
}
/*--------------
矢印が右に移動する
----------------*/
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
    /*形状*/
    display:block;
    color: #333;
    text-decoration: none;
    outline: none;
}
/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:0;
    /*下線の形状*/    
    width: 60%;
    height: 1px;
	background:#333;
    /*アニメーションの指定*/
    transition: all .3s;
}
.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:40%;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
/*hoverした際の移動*/
.btnarrow4:hover::before{
    left:10%;
}
.btnarrow4:hover::after{
    right:30%;
}

/*-------------
ボタン共通設定
--------------*/
.btn06{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	color:#000000;
    padding: 10px 40px 10px 30px;
    text-align: right;
    outline: none;
	border: 1px solid #83e66d ;
	background-color: #83e66d;
    /*アニメーションの指定*/
    transition: ease .2s;
}

.btn06:hover{
	background-color: #cbfcdb ;
	border: 1px solid #cbfcdb;
}
/*--------------
矢印が右に移動
--------------*/
.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 20px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 11px;
}

/*------------
きらっと光る
------------*/
.btnshine{
    /*キラッと光る基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/	
	display:inline-block;

    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
	content: '';
    /*絶対配置でキラッと光るの位置を決める*/
	position: absolute;
	top: 0;
	left: -75%;
    /*キラッと光る形状*/
    width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/*-------------
 文字animation
-------------*/
@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
.passing .passing-box {
	display: block;
	text-align: center;
}
.passing .passing-bar {
	position: relative;
	display: inline-block;
	/*　後ほど解説　*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: #11b319;
}
.passing .passing-txt {
	opacity: 0;
	/* 後ほど解説 */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* 任意の値 */
	font-size: 3vw;
	font-weight: bold;
	line-height: 1.5;
}
.passing.move .passing-bar:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}



/*------------*/

.flex{
	display: flex;
}
.flex_wrap_reverse{
	display: flex;
}

/*--------------------------------
       ここまでtemplate
---------------------------------*/
/*--------- top 幅規定とか--------*/

.top_menu_bar{
    top: 0px;
    right: 0px;
	z-index: 100;
	margin-bottom: 10px;
	position: fixed;
	width: 100%;
	background-color: #fffFFF50;
	padding: 10px 25px;
	/*background-repeat:no-repeat ;
	background-position:right 60% top -15%;*/
}
.contents_box{
	width: 100%;

}
.contents_box_2{
	width: 100%;
	padding-right: 100px;

}
.contents_box_3{
	width: 100%;


}

/*--------- menu bar css --------*/

.menu_back{
	position: relative;
	display: flex;
}


.menu_box{
	width: 80%;
	font-size: 1.4vw;
	font-weight: bold;

}
.menu_box a{
	margin: 15px 10px;
	letter-spacing: 2px;
	position: relative;
	display: inline-block;
	transition: .3s;
}
.menu_box a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #033d0f;
	transition: .3s;
	transform: translateX(-50%);
}
.menu_box a:hover::after{
	width: 100%;
}
.baner{
	margin-top:40px ;
}
.baner img{
	margin: 10px 0;
}
.sen_1{
	border-left:1px solid;
	height: 200px;
	position: absolute;
	bottom: -300;
	right: 50%;
}


/*--ハンバーガーメニュー--*/

nav {
	display: block;
	position: fixed;
	top: 0;
	left: -300px;/*左からmenuを出したければleftに変更*/
	bottom: 0;
	width: 300px;/*menuの幅はここで規定*/
	background: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 20;
	opacity: 0;
	}
  .open nav {
	left: 0;/*左からmenuを出したければleftに変更*/
	opacity: 1;
  }
  nav .inner {
	padding:50px 25px 25px;
  }
  nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
  }
  nav .inner ul li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #333;/*menuに線で区切り*/

  }
  nav .inner ul li a {
	  font-family:sans-serif;
	  font-weight:bold;
	display: block;
	color: #333;
	font-size: 16px;
	padding: 1em;
	text-decoration: none;
	transition-duration: 0.2s;
	}
  nav .inner ul li a:hover {
	background: #e4e4e4;
  }
  /*============
  .toggle_btn
  =============*/
  /*押すところのspanのcss*/
  .btn_back{
	  background-color: #ffffff;
	  padding: 3px;
	  position: fixed;
	  top: 0;
	  left: 12px;
	  z-index: 30;
	  border-radius: 0 0 5px 5px;
	  box-shadow:0 0 5px #0005
	}
  .toggle_btn {
		display: block;
		position: relative;
		width: 28px;
		height: 28px;
		transition: all .5s;
		cursor: pointer;
	}
  .toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 27px;
	height: 2px;
	background-color: #033d0f;
	border-radius: 4px;
	transition: all .5s;
	}
  .toggle_btn span:nth-child(1) {
	top: 5px;
	}
  .toggle_btn span:nth-child(2) {
	top: 13px;
	}
  .toggle_btn span:nth-child(3) {
	bottom: 5px;
	}
  .open .toggle_btn span {
	/*background-color: #fff;
*/  }
  .open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(-315deg);
	transform: translateY(8px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
	opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(315deg);
	transform: translateY(-8px) rotate(315deg);
  }

  @media screen and (max-width: 767px) {
	nav {
	  left: -220px;/*出したときの挙動に影響*/
	  width: 240px;/*menuの幅はここで規定*/
	}
  }
  
  /*============
  #mask
  =============*/
  #mask {
	display: none;
	transition: all .5s;
  }
  .open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 12;
	cursor: pointer;
	}




  
/*----------- contentsここから --------------*/
.section_box{
	margin: 0px auto;
	/* position: relative; */
	padding: 40px 0 0;
}
.contents_wrap {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
}
.back_green{
	background: #033d0f;
}
.bosyu_txt{
	background: #fff;
	color: #033d0f;
	padding: 35px 10px 30px;
}
.bosyu_txt h2{
	margin: 0;
	font-size: calc( 3.5vw + 15px  );
}
.bosyu_txt h2 span{
	font-size: calc( 2vw + 8px );
	display: block;
}
.bosyu_txt img{
	max-height:calc( 3.5vw + 10px);
	margin-right:15px;
}
.back_green_gradation{
	background:linear-gradient(to bottom,#fff 60%, #b0d4b1 100%);
	padding: 3%;
	border-radius: 15px;
}
.back_white{
	background: #fff;
	padding: 25px 3%;
	border-radius: 15px;
}


/* ▼タブ */
#tabcontrol.flex{
	justify-content: center;
	line-height:1.1;
}
#tabcontrol small{
	font-size:65%;
}
#tabcontrol a {
	width: 450px;
	display: block;            /* インラインブロック化 */
	border-width: 1px 1px 0px 1px;    /* 下以外の枠線を引く */
	border-style: solid;              /* 枠線の種類：実線 */
	border-color: black;              /* 枠線の色：黒色 */
	border-radius: 0.75em 0.75em 0 0; /* 枠線の左上角と右上角だけを丸く */
	padding: 0.3em 1em 0.7em;              /* 内側の余白 */
	text-decoration: none;            /* リンクの下線を消す */
	color: #033d0f;                     /* 文字色：黒色 */
	background-color: white;          /* 背景色：白色 */
	font-weight: bold;                /* 太字 */
	text-align: center;
	font-size: 240%;
	position: relative;               /* JavaScriptでz-indexを調整するために必要 */
	margin: 0 5px;
	font-family:sans-serif;
}
 /* ▼タブにマウスポインタが載った際（任意） */
 #tabcontrol a:hover {
	text-decoration: underline;   /* リンクの下線を引く */
 }
 /* ▼タブの中身 */
 #tabbody section {
	border-top: 1px solid black; /* 枠線：黒色の実線を1pxの太さで引く */
	margin-top: -2px;        /* 上側にあるタブと1pxだけ重ねるために「-1px」を指定 */
	padding: 2em 0;            /* 内側の余白量 */
	background-color: white; /* 背景色：白色 */
	position: relative;      /* z-indexを調整するために必要 */
	z-index: 0;              /* 重なり順序を「最も背面」にするため */
	}
 

#tabcontrol a:nth-child(1), #tabbody section:nth-child(1) { background: #fff; }
#tabcontrol a:nth-child(2), #tabbody section:nth-child(2) { background-color: #fff; }

/*tab1*/
.backtab_1{
	background: url(../img/back_1.png);
	padding: 0 0 30px 0;
}
.backtab_2{
	background: url(../img/back_2.png);
	padding: 30px 0;
}
.backtab_3{
	background: url(../img/back_3.png);
	padding: 0 0 30px 0;
}
.hinoki_ttl{
	text-align: center;
	padding: 4vw;
}
.hinoki_txt p{
	font-size: 130%;
}

.white_back{
	background-color: #fff;
	width: 85%;
	margin: 0 auto;
	border-radius: 10px;
	padding: 2%;

}
.lead_brown{
	background: #956134;
	color: #fff;
	padding: 5px 10px;
	width: 30%;
	text-align: center;
}

.txt_red,
.txt_blue,
.txt_green,
.txt_brown,
.txt_black,
.txt_brown_small,
.txt_black_small,
.txt_green_small{
	font-weight: bold;
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.txt_gothic{
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
.txt_red{
	color: red;
}
.txt_blue{
	color: #2facff;
}
.txt_green,
.txt_green_small{
	color: #033d0f;
}
.txt_brown,
.txt_brown_mintyo,
.txt_brown_small{
	color: #956134;
}
.txt_black,
.txt_black_small{
	color: #000;
}
.txt_brown_small,
.txt_black_small,
.txt_green_small{
	font-size:80%
}

.width_50{
	width: 49%;
}
.width_50:nth-child(1){
	margin-right: 2%;
}

.hinoki_explanation{
	margin-top: 30px;
}
.hinoki_explanation.flex{
	align-items: center;
}
.hinoki_history{
	border: 3px solid #956134;
	background: #f9f0ea;
	padding: 5px 20px;
}
.hinoki_history h2{
	margin: 5px;
	text-align: center;
}
.hinoki_gosinboku.flex{
	align-items: center;
}
.hinoki_gosinboku div:nth-child(1){
	width: 30%;
}
.hinoki_gosinboku div:nth-child(2){
	width: 70%;
	padding-left: 10px;
}
.hinoki_gosinboku div:nth-child(2) h2{
	margin: 0px auto;
}

.huro_lead{
	font-size: 220%;
	margin: 20px auto;
	width: fit-content;
}
.huro_katachi.flex{
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
.huro_katachi.flex p{
	font-size:130%
}

/*ログハウス*/
.loghouse_ttl{
	text-align: center;
	padding: 50px;
}
.backtab_3.contents_wrap{
	padding-top: 50px;
}
.backtab_3 .white_back{
	background-color:#ffffffe8 ;
}
.log_heimen_1{
	text-align: center;
}
.log_heimen_1 {
	width: 40%;
}
.log_heimen_2{
	width: 60%;
	padding-left: 2%;
}
.log_txt{
	width: 90%;
	margin: 10px auto 20px;
	font-size: 130%;
}
.kanbatu_txt p{
	margin: 10px 0;
}
.kanbatu_txt .rittaizu{
	width: 70%;
	margin-bottom: 20px;
}
.log_tel .flex{
	margin-top: 20px;
}
.log_tel .flex .log_heimen_2 p{
	font-size: 130%;
}


/*information*/
.info{
	background: #fff;
	padding: 2%;
	border-radius: 15px;
	border: 3px solid #0b3388;
	margin: 10px 0 0 0;
	text-align: center;
}
.info .flex{
	justify-content: center;
	margin-bottom: 50px;
}

.footer_txt{
	margin-top: 30px;
}
.footer_txt p{
	font-size: 150%;
	margin-top: 1em;
}
.footer_txt h2{
	margin: 10px 0 1em;
	font-size: 200%;

}

/*------------- footer -------------*/
footer.section_box{
	padding: 50px 0 50px;
}
footer iframe{
	width: 100%;
	height: 250px;
}
.addless.flex{
	align-items: center;
}
.addless h2{
	text-align: left;
	margin: 0 0 10px;
	font-size:calc(1vw + 8px)
}
.addless h2 span{
	color: #033d0f;
	font-size: 80%;
	display: inline-block;
	margin-right: 15px;
	border-bottom: 1px solid;
	min-width:7em;
	text-align-last:justify;
	vertical-align:0.2em
}
@media(max-width:900px){
	.addless h2{
		text-align: center;
		font-size:calc(1vw + 14px)
	}
	.addless h2 span{
		font-size:90%;
		display: block;
		width:fit-content;
		margin: 10px auto;
	}
}

.addless_map h2{
	text-align: center;
}

.addless_map{
	width: 40%;
	text-align: center;
}
.addless_img{
	width: 60%;
	text-align: center;
}
.addless_img img{
	max-height:65px;
	margin-bottom:15px
}

.footer_tel{
	display:inline-block;
	width: 80%;
	padding: 10px ;
	text-align: center;
	background: #033d0f;
	color:#fff;
	border-radius: 10px;
	box-shadow: 10px 10px 5px #ccc;
	transition: all 0.3s;
	margin-top:10px
}
.footer_tel:hover{
	background: #fff;
	color: #033d0f;

}
.footer_tel p{
	font-size: 200%;
	letter-spacing: 2px;
}
.footer_menu{
	margin-top: 3em;
	padding: 2em 0 0;
	border-top: 1px solid;
	font-family:sans-serif;
	font-weight:bold;
}
.footer_menu ul {
    list-style: none;
    padding: 0;
	margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.footer_menu li{
	position: relative;
}
.footer_menu li::after{
	position: absolute;
	content: "";
    top: 6px;
    left: 0%;
	border-left:1px solid ;
	height: 20px;
	transform:rotate(15deg);
}
.footer_menu li:nth-child(1)::after{
	border: none;
}
.footer_menu a {
    margin: 0 1em;
    font-size: calc( 0.5vw + 10px );
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    transition: .3s;
    color: #000;
}
.footer_menu a:hover{
	color: red;
}
.copyright{
	color: #fff;
	text-align:center;
	padding-top:1.5em;
}






/*--------------- お問い合わせ ---------------*/
.form{
	max-width: 900px;
	margin: 0 auto;
	width:90%;
}
.form p{
	margin-left: 10%;
}
.co_table{
	max-width: 900px;
	width: 100%;
	margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;


}
/*.co_table dl{
	margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: #CCC dotted 1px;
}*/
.co_table dt{
	float: left;
	margin-left: 25px;
}
.co_table dd{margin-left: 200px;
}
.co_table em{
	color: red;
	font-size: 0.7vw;
	font-weight: bold;
}

input,textarea{
	width: 100%;
	border-top:none;
	border-right:none;
	border-left: none;
	height: 30px;
	border-bottom: #6b6b6b dotted 1px;
	background-color: #f2ffec;
}
textarea{
	height:100px
}
.short{
	width: 200px;
	margin-bottom:10px
}
input[type="submit"]{
	width: auto;
	height: auto;
	text-align: center;
	border:1px solid;
	padding:8px 20px ;
	
}
input[type="checkbox"] {
    width: auto;
    height: auto;
}
.submit_tac{
	text-align: center;
}
.co_midashi1{
	position: relative;
}
.kazari_4{
	position: absolute;
	top:-30px;
	left:-40px;

}



/*----------- リクルート -------------*/





/*--------------SP--------------■■■■■■■■■■■*/
@media(max-width:1000px){
	#tabcontrol a{
		max-width: 45%;
		font-size: 130%;
	}
	.lead_brown{
		width: 50%;
	}
	.width_50{
		width: 100%;
	}



	/*-------- footer ----------*/
	.footer_menu a{
		font-size: calc( 3vw - 11px );
	}



}
@media(max-width:950px){
	/*------共通---------*/
	.flex_wrap_reverse{
		flex-wrap: wrap-reverse;
	}
	.flex{
		flex-wrap: wrap;
	}
	/*------ sp menu --------*/
	.header_menu_sp{
		position: fixed;
		left: 53px;
		top: 0px;
		z-index: 31;
		background-color: #ffffff;
		border-radius:0 0 5px 5px;
		box-shadow:0 0 5px #0005
	}
	.header_menu_sp img{
		width: 34px;
		vertical-align:bottom;
	}
	.contents_box{
		padding-left: 0;
	}
	.wrap2{
		margin: 50px 0 0;
	}
	/*----- sp under menu ------*/
	.sp_under{
		position: fixed;
		bottom: 0;
		text-align: center;
		width: 100%;
		display: flex;
		z-index: 1;
		font-family: 'Krona One', sans-serif;

	}
	.sp_under a{
		background-color: #55321f;
		font-size: 130%;
		display: inline-block;
		width: 50%;
		padding: 20px;
		color: #fff;
		letter-spacing: 3px;
	}
	.sp_under a:first-child{
		border-right:1px solid #fff
	}

	/*-------- contents -----------*/
	.section_box{
		padding: 45px 0 0;
	}
	.contents_wrap.backtab_1,
	.contents_wrap.backtab_2,
	.contents_wrap.backtab_3{
		width: 100%;
	}
	.white_back{
		width: 90%;
	}
	.mgl3{
		text-align: center;
		width: 100%;
		margin: 10px;
	}
	.width_50:nth-child(1){
		margin: 0 0 20px ;
	}
	.huro_lead{
		font-size: 150%;
	}


	.addless_img, .addless_map{
		width: 100%;
	}
	.addless_map{
		padding-top:20px;
	}

	.copyright{
		width: 100%;
		display: block;
	}

	/*----------- contact page----------------*/
	.co_table{
		clear: left;
		float: left;
		/* width: 10%; */
	}
	.co_table dt{
		float: left;
		margin-left: 0%;
    }
	.co_table dd{
		margin-left: 0%;
	}

}
@media(max-width:750px){
	.footer_menu a{
		font-size: calc( 4vw - 11px );
	}
	#tabcontrol a{
		font-size: calc( 1vw + 12px );
	}
	.log_heimen_1{
		width: 100%;
	}
	.log_heimen_2{
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
}

@media(max-width:560px){
	.lead_brown{
		width: 85%;
	}

	.footer_txt p{
		font-size: 100%;
	}

	.huro_lead{
		font-size: 100%;
	}

	.hinoki_txt p{
		font-size: 100%;
	}

	/*ログハウス*/

	.log_txt{
		font-size: 100%;
	}

	.kanbatu_txt h2{
		font-size: 120%;
	}

	.log_tel .flex .log_heimen_2 p{
		font-size: 100%;
	}

	/*footer*/
	.footer_txt h2{
		font-size: 120%;
	}

}

/*amo*/

.intro{
	/* width: 1200px; */
	/* max-width:95vw; */
	margin: 3vw auto 0;
	padding: 5vw calc(15vw - 30px);
	background:url(../img/hinoki_bg.jpg) 50% 50% no-repeat;
	background-size:cover;
}
.intro small{
	font-size:60%;
	vertical-align:0.2em;
	margin-right:0.4em
}
.intro em{
	color:#ff0;
	font-style:normal;
}
.intro big{
	font-size: 190%;
}
.intro p{
	font-family:sans-serif;
	color:#fff;
	font-size: calc(0.6vw + 16px);
	margin: 1em 0;
	font-weight:bold;
	letter-spacing:0.1em;
	text-shadow:
		0 0 5px #000,
		0 0 5px #000,
		0 0 5px #000,
		0 0 5px #000,
		0 0 5px #000,
		0 0 5px #000,
		0 0 5px #000,
		0 0 5px #000,
		0 0 5px #000,
		0 0 3px #000,
		0 0 3px #000,
		0 0 3px #000,
		0 0 3px #000,
		0 0 3px #000,
		0 0 3px #000,
		0 0 3px #000,
		0 0 3px #000,
		0 0 3px #000
}
.area_gyoshu{
	max-width:1200px;
	margin:30px auto 0;
	text-align:center;
	font-family:sans-serif;
	font-weight:bold;
	color:#fff
}
.area_gyoshu div{
	background:#956134;
	padding: 12px 0 28px;
}
.area_gyoshu h3{
	border-bottom:3px double;
	width:fit-content;
	margin:0 auto 25px;
	padding:10px 25px 0;
	font-size: calc(0.7vw + 18px);
}
.area_gyoshu p{
	font-size: calc(0.5vw + 14px);
	color:#fff;
	overflow-x:hidden;
}
.area_gyoshu p span{
	display:inline-block;
	transform: scale(0.7, 1);
	width:130%;
	margin-left:-15%;
}
.shohin_kochira{
	font-family:sans-serif;
	font-size: calc( 1.8vw + 8px  );
	color:#fff;
	text-align:center;
	margin:20px 0;
}
.img2-1{
	margin-bottom:50px;
}
.img2-1 p{
	width:50%;
}
.img2-1 img{
	width:100%;
}
@media(max-width:600px){
	.img2-1 p{
		width:80%;
		margin: 0 auto 20px;
	}	
}
.tenjijyo{
	color:#fff;
	text-align:center;
	font-family:sans-serif;
	font-weight:bold;
	font-size:calc(12px + 1vw );
	margin-bottom:0.3em;
}
.kanbatu_txt h3{
	font-size:calc(15px + 1.5vw) ;
	color:red;
	font-family:sans-serif;
}
.futogo{
	font-family:sans-serif;
	font-weight:bold;
}

.pamphlet{
	max-width:100%;
	margin:60px auto 80px;
}
.pamphlet p{
	margin-bottom:10px;
}
.pamphlet > div{
	display:flex;
	flex-wrap:wrap;
}
.pamphlet > div a{
	display:inline-block;
	width:16.66%
}
@media(max-width:900px){
	.pamphlet > div a{
		width:33.33%
	}
}