/*-----------------------------------------------
__Default Clear
-----------------------------------------------*/
body{
  margin: 0;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  overflow-x: hidden;
  outline: none;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #583d33;
}
address{
  font-style: normal;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style-type: none;
}
a{
  text-decoration: none;
  outline: none;
  color: #aa3819;
}
p,dl,dd,ol{
  margin: 0;
}
.pc_none{
	display:none !important;
}
.sp_none{
  display: block;
}
/*-----------------------------------------------
__layout
-----------------------------------------------*/
#container{
  background: #faf7f2;
}
#main{
  margin-left: 106px;
}
.wrap{
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
.wrap02{
  max-width: 950px;
  margin: 0 auto;
}
.pt0{
  padding-top: 0;
}
.bg02{
  position: relative;
  color: #4e2409;
}
.bg02::before{
  content: '';
  display: inline-block;
  width: 100vw;
  height: 100%;
  background: #f7f2ea;
  position: absolute;
  top: 0;
  right: 0;
}
.fl_box{
  display: flex;
}
.ta_center{
  text-align: center;
}
.posi_r{
  position: relative;
}
.pc_none{
  display: none;
}
/*-----------------------------------------------
__h
-----------------------------------------------*/
h1{
  font-size: 2.8em;
  letter-spacing: 0.26em;
}
.bt{
  padding-top: 60px;
  position: relative;
}
.bt::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #decdc1;
  position: absolute;
  top: 0;
  left: 0;
}
.bt::after{
  content: '';
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #a28b6c;
  position: absolute;
  top: 0;
  left: 0;
}
h2{
  font-size: 1.9em;
  padding-top: 30px;
  position: relative;
}
h2::before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #aa3819;
  position: absolute;
  top: 0;
  left: 0;
}
/*-----------------------------------------------
__a
-----------------------------------------------*/
.text-line{
  background: url("../images/underline.gif") left bottom / 100% 1px no-repeat;
  transition: background-size .4s;
}
.text-line:hover{
  background-size: 0 1px;
}
.a01{
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  padding: 34px 0;
  font-size: 1.2em;
  transition: all .4s;
}
.a01 span{
  padding-left: 65px;
  position: relative;
}
.a01 span::before{
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  background: rgba(222,205,193,0.5);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.a01:hover{
  background: rgba(255,255,255,0.4);
}
/*-----------------------------------------------
__table
-----------------------------------------------*/
table{
  width: 100%;
  margin: 40px auto !important;
  border-collapse: collapse;
}
.tb01 th, .tb01 td{
  border-bottom: rgba(83,62,54,0.2) 2px solid;
}
.tb01 th{
  width: 20%;
  padding: 20px 0;
}
.tb01 td{
  padding: 20px;
}
.tb01 td span{
  display: inline-block;
  padding-left: 1em;
}

.certification{
  margin: 0 !important;
}
.certification th, .certification td{
  border: none;
  font-size: 0.9em;
  padding: 5px 0 5px 10px;
}
.certification tr:not(:first-of-type):nth-child(odd){
  background: #f7efe9;
}
.certification tr:first-of-type{
  background: #ebe0d9;
}
.certification th{
  width: auto;
  text-align: left;
}
#company small{
  display: block;
  padding: 10px 0;
}
#company dd:first-of-type{
  margin-bottom: 30px;
}
#company h3{
  display: block;
  overflow: hidden;
}
#company h3 small.right{
  float: right;
  display: inline-block;
  font-size: 0.7em;
}
/*-----------------------------------------------
__dl
-----------------------------------------------*/
.dl01 dt{
  font-size: 1.25em;
  margin: 40px 0 15px;
  position: relative;
  padding-left: 38px;
}
.dl01 dt::before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #decdc1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.dl02 dt{
  font-size: 1.4em;
  margin: 40px 0 15px;
}
/*-----------------------------------------------
__header
-----------------------------------------------*/
header .header_img{
  background: url(../images/header_img.jpg) no-repeat;
  background-size: cover;
  width: calc(100%);
  height: 85vh;
  position: relative;
}
header .header_img p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 15px rgba(10,10,10,0.8);
}
.header_flex_right{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 50px 15px;
  word-break: keep-all;
  position: relative;
}
.nav li{
  margin-bottom: 1.3em;
  font-weight: bolder;
  font-size: 1.03em;
  padding-left: 20px;
  position: relative;
  transition: all .4s;
  transform: translateX(0);
}
.nav li::before{
  content: '';
  display: inline-block;
  width: 13px;
  height: 1px;
  background: rgba(88,61,51,0.3);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav li.activ::before{
  content: '';
  background: #aa3819;
}
.nav li:hover{
  transform: translateX(3px);
}
.nav li:hover::before{
  background: #aa3819;
}
.nav li a{
  color: #583d33;
}

.header_nav{
  display: block;
}
.nav-button{
  display: none;
}
.nav-wrap.open{
  display: block;
}
.nav-wrap.close{
  display: none;
}
/*__hrader_catalog
-----------------------------------------------*/
.header_catalog{
  margin-top: 80px;
  font-size: 0.85em;
  text-align: center;
}
.header_catalog a{
  display: flex;
  flex-direction: column;
  width: 125px;
}
.header_catalog a::before{
  content: url("../images/header_catalog_img.png");
}
/*__scroll
-----------------------------------------------*/
.scroll{
  margin-top: 130px;
}
.scroll a{
  ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 0.9em;
  color: #583d33;
  position: relative;
  transition: all .4s;
}
.scroll a::before{
  content: '';
  position: absolute;
  top: 65px;
  left: 50%;
  width: 2px;
  height: 70px;
  background: rgba(88,61,51,0.3);
}
.scroll a::after{
  content: '';
  position: absolute;
  top: 65px;
  left: 50%;
  width: 2px;
  height: 20px;
  animation: sdl 3s ease infinite;
  background: #583d33;
}
@keyframes sdl{
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(50px);
  }
  100%{
    transform: translateY(50px);
	opacity: 0;
  }
}
.scroll a:hover{
  opacity: 0.7;
}
/*__header_flex2(お知らせ・ロゴ)
-----------------------------------------------*/
.header_flex2{
  height: 150px;
}
.news{
  width: calc(100% - 300px);
  background-image: url("../images/bg_news.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 100px;
  box-sizing: border-box;
}
.news dt{
  border: 1px solid;
  padding: 5px 17px;
}
.news dd{
  width: calc(100% - 165px);
  height: 60px;
  overflow-y: scroll;
  -ms-overflow-style: none;   /* IE, Edge 対応 */
  scrollbar-width: none;   /* Firefox 対応 */
  font-size: 0.9em;
}
.news dd::-webkit-scrollbar{  /* Chrome, Safari 対応 */
  display:none;
}
.news dd li{
  margin-bottom: 1em;
}
.news dd li span{
  margin-right: 50px;
}
.index_logo{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 100%;
  background: #5f4840;
  position: relative;
  overflow: hidden;
}
.index_logo img{
  display: inline-block;
  max-width:100%;
  backface-visibility: hidden;
  position: relative;
  transition: all .4s;
}
.index_logo::before{
  content: '';
  display: inline-block;
  width: 580px;
  height: 355px;
  background: rgba(35,20,16,0.2);
  transform: rotate(-37deg);
  position: absolute;
  top: -155px;
  left: -460px;
}
.index_logo::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_logo_noise.png");
  background-position: top 85px right 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.index_logo:hover img{
  opacity: 0.7;
}
/*-----------------------------------------------
__下層ページ　ヘッダー
-----------------------------------------------*/
.u_header_menu{
  display: flex;
  align-items: center;
  /*background: rgba(255,255,255,0.95);
  padding: 20px 15px;*/
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.u_header_menu .logo{
  padding-left: 30px;
}
.u_header_menu .header_nav{
  margin: 0 30px 0 auto;
}
.u_header_menu .nav{
  display: flex;
}
.u_header_menu .nav li{
  margin: 0 15px;
}
.u_header_menu .header_catalog{
  margin-top: 0;
  font-size: 0.8em;
  background: #aa3819;
}
.u_header_menu .header_catalog a{
  justify-content: center;
  width: 120px;
  height: 120px;
  color: #fff;
}
.u_header_menu .header_catalog a::before{
  content: url("../images/u_header_catalog_img.png");
  height: 50px;
}
/*-----------------------------------------------
__main
-----------------------------------------------*/
.products .wrap{
  padding-top: 100px;
}
.products .introduction{
  background: url("../images/bg_logo_img.png") no-repeat;
  background-position: top 80px right 0;
}
.intro_txt{
  align-items: baseline;
}
.intro_txt p{
  margin-left: 80px;
}
/*__tsuki_ita
-----------------------------------------------*/
.tsuki_ita{
  color: #4e2409;
  font-size: 1.05em;
  padding: 80px 0;
  position: relative;
}
.tsukiita_txt{
  position: relative;
  padding-top: 3.3em;
  justify-content: space-between;
}
.tsukiita_txt::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #decdc1;
  position: absolute;
  top: 0;
  left: 0;
}
.tsukiita_txt::after{
  content: '';
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #a28b6c;
  position: absolute;
  top: 0;
  left: 0;
}
.tsukiita_txt p{
  margin-top: 10px;
}
.tsuki_ita .a01{
  margin-top: 50px;
}
.tsukiita_img{
  position: relative;
}
/*__tosou
-----------------------------------------------*/
.tosou ul{
  margin: 50px auto 10px;
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tosou ul li{
  width: 46%;
  box-sizing: border-box;
  padding: 32px 12px;
  border-bottom: rgba(83,62,54,0.2) 2px solid;
}
.tosou ul li:first-child, .tosou ul li:nth-child(2){
  border-top: rgba(83,62,54,0.2) 2px solid;
}
/*-----------------------------------------------
__下層ページメイン
-----------------------------------------------*/
.u_main{
  padding-top: 80px;
}
/*-----------------------------------------------
__visual_img
-----------------------------------------------*/
.visual{
  padding: 160px 0 0 3%;
}
.visual img{
  max-width: 100%;
}
/*-----------------------------------------------
__business.html
-----------------------------------------------*/
.concept{
  font-size: 1.25em;
  text-align: center;
  line-height: 2.2em;
  background: url("../images/bg_logo_img.png") no-repeat;
  background-position: top right;
  padding-right: 30px;
}
.flow_flex{
  margin: 40px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
.flow{
  list-style-type: none;
  width: calc(100%);
  position: relative;
}
.flow::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px solid #decdc1;
  left: 12px;
  top: 0;
}
.flow li{
  font-size: 110%;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.flow li:last-child{
  margin-bottom: 0;
}
.flow li:last-child dd{
  background: #faf7f2;
}
.flow  li dt{
  display: table;
  font-size: 1.25em;
  border: 1px solid #583d33;
  padding: 0 5px;
  background: #faf7f2;
}
.flow  li dd{
  padding-top: 0.25em;
  padding-left: 30px;
}
.flow  li.indent{
  padding-left: 42px;
  position: relative;
}
.flow  li.indent::before{
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  border-top: 1px solid #decdc1;
  left: 12px;
  top: 1em;
}

.flow_img{
  width: 35%;
}
.flow_img  img{
  width: 100%;
  height: auto;
}

/*-----------------------------------------------
__products.html
-----------------------------------------------*/
.products .dl01 ul{
  display: flex;
  flex-wrap: wrap;
}
.products .dl01 ul li{
  width: calc(100% / 3);
  box-sizing: border-box;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
}
.products .dl01 ul li img{
  width: 90%;
  height: 200px;
  object-fit: cover;
}
.products .dl01 ul li.other{
  justify-content: center;
  align-items: center;
}

.products_tsuki_ita .fl_box{
  align-items: center;
  justify-content: space-between;
}
.products_tsuki_ita .tsuki_ita_type{
  margin: 50px 0;
  align-items: flex-start;
}
.products_tsuki_ita .tsuki_ita_type p{
  margin-left: 30px;
}
.products_tsuki_ita .tsuki_ita_type p span{
  display: block;
  font-size: 1.25em;
  margin-bottom: 10px;
}
.products_tsuki_ita .tsuki_ita_type .itame_type{
  margin-left: 30px;
}
.products_tsuki_ita .tsuki_ita_type .itame_type li{
  display: flex;
}
.products_tsuki_ita .tsuki_ita_type .itame_type li span{
  word-break: keep-all;
}

.page_link{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.page_link > li{
  width: 30%;
  margin-right: 5%;
  position: relative;
}
.page_link > li::after{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-right: 1px solid #aa3819;
  border-bottom: 1px solid #aa3819;
  right: 10px;
  top: 35px;
  transition: all ease .5s;
}
.page_link > li:hover::after{
  top: 40px;
}

.page_link > li a{
  display: block;
  padding: 30px 0 ;
  position: relative;
}
.page_link > li a::before,
.page_link > li a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
}
.page_link > li a::before{
  width: 100%;
  background: #decdc1;
}
.page_link > li a::after{
  background: #aa3819;
  width: 0;
  transition: all ease .5s;
}
.page_link > li a:hover::after{
  width: 100%;
}

/*-----------------------------------------------
__works.html
-----------------------------------------------*/
.case dd img{
  margin-bottom: 15px;
}

.tab-wrap{
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  overflow: hidden;
  padding: 0 0 20px;
  margin-top: 40px;
}
.tab-label {
  color: #decdc1;
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  order: -1;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.tab-label:hover{
  background: rgba(250,247,242,0.8);
}
.tab-switch:checked + .tab-label{
  color: #aa3819;
}
.tab-label::after{
  content: '';
  background: #aa3819;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
  z-index: 1;
}
.tab-switch:checked ~ .tab-label::after{
  transform: translateX(-100%);
}
.tab-switch:checked + .tab-label::after{
  opacity: 1;
  transform: translateX(0);
}
.tab-content{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0;
  padding: 0 40px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .3s 80ms, opacity .3s 80ms;
}
.tab-switch:checked ~ .tab-content{
  transform: translateX(30%);
}
.tab-switch:checked + .tab-label + .tab-content{
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.tab-wrap::after{
  content: '';
  width: 100%;
  height: 20px;
  order: -1;
}
.tab-switch{
  display: none;
}

.works_content{
  width: 30%;
  margin-top: 10px;
}
.works_content article img{
  width: 100%;
  height: auto;
  border: #efefef 1px solid;
}
/*-----------------------------------------------
__about.html
-----------------------------------------------*/
.access{
  position: relative;
  color: #4e2409;
}
.access .company_img{
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 30px;
}
.access .company_img p{
  font-size: 1.1em;
}
.access .company_img ul.fl_box li{
  margin-left: 15px;
}
.gmap{
  height: 300px;
}
.access .a01{
  margin-top: 50px;
}
/*-----------------------------------------------
__pagetop
-----------------------------------------------*/
.pagetop{
  padding: 0 40px;
}
.pagetop a{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #583d33;
  position: relative;
  padding-top: 95px;
  transition: all .4s;
}
.pagetop a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 70px;
  background: rgba(88,61,51,0.3);
}
.pagetop a::after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 25px;
  animation: sdl2 3s ease infinite;
  background: #583d33;
}
@keyframes sdl2{
  0%{
    transform: translateY(50px);
  }
  50%{
    transform: translateY(0px);
  }
  100%{
    transform: translateY(0px);
	opacity: 0;
  }
}
.pagetop a:hover{
  opacity: 0.7;
}
/*-----------------------------------------------
__footer
-----------------------------------------------*/
.footer_inner{
  width: calc(100% - 106px);
  color: #fff;
  background: #5f4840;
  padding: 70px 60px 30px 120px;
  box-sizing: border-box;
  font-size: 1.05em;
  position: relative;
  overflow: hidden;
}
.footer_inner::before{
  content: '';
  display: inline-block;
  width: 580px;
  height: 355px;
  background: rgba(35,20,16,0.2);
  transform: rotate(-38deg);
  position: absolute;
  top: -142px;
  left: -177px;
}
.footer_inner::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_logo_noise.png);
  background-position: top 50px right 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.footer_inner .fl_box{
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.campany_name{
  font-size: 1.25em;
  margin-bottom: 2em;
}
.company_area .number{
  display: block;
}
.number_margin{
  margin-right: 2em;
}
.address_margin{
  margin-right: 1em;
}
.footer_inner .fl_box ul{
  width: 330px;
  display: flex;
  flex-wrap: wrap;
}
.footer_inner .fl_box ul li{
  width: 50%;
}
.footer_inner .fl_box ul li a{
  color: #fff;
  font-size: 0.95em;
  padding-left: 23px;
  position: relative;
  transition: all .4s;
}
.footer_inner .fl_box ul li a::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer_inner .fl_box ul li a:hover{
  opacity: 0.7;
}
.catalog{
  width: 330px;
  background: #878076;
  color: #fff !important;
  display: flex;
  align-items: center;
  margin: 20px 0 0 auto;
  padding: 12px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.catalog span{
  margin-left: 20px;
  font-size: 0.95em;
}
.catalog::before{
  content: '';
  display: inline-block;
  width: 1px;
  height: calc(100% - 24px);
  background: rgba(245,244,244,0.8);
  position: absolute;
  right: 55px;
}
.catalog::after{
  content: '';
  display: inline-block;
  width: 9px;
  height: 20px;
  background: url("../images/arrow_right.png") no-repeat;
  margin-left: auto;
  padding-right: 12px;
}
address{
  color: rgba(255,255,255,0.5);
  font-size: 0.9em;
}