@charset "UTF-8";
/* 半端ウィンドウ対応 
@media screen and (min-width:1000px) and (max-width:1099px){
} 半端ウィンドウ対応 ここまで */


@media screen and (max-width: 999px) { /*ウィンドウ幅が最大999pxまでの場合に適用*/
	
/* ===================================================================
　共通
==================================================================== */
/* 共通 */
.pc-none{ display: block; }
.sp-none{ display:none; }
	
/* レスポンシブ調整 外側 */
.inner,
.inner1000,
.inner900,
.inner800{
	width: 100%!important;
	min-width: 100%!important;
	max-width: 999px!important;
	margin: 0 auto;	
}
.inner900{
	width:93%!important;
	min-width: 93%!important;
}
.inner1080{
	width: 85%;
	margin: auto;
}
header .logo{
	padding: 17px 19px 24px 15px;		
}
	
#slide::before{
		border-top: 22vw solid #fff;
    border-left: 22vw solid #fff;
    border-right: 22vw solid transparent;
    border-bottom: 22vw solid transparent;
    position: absolute;
    top: -5vw;
    left: -0.5vw;
	}

/*　レスポンシブ調整 内側　*/
#page .inner,
#single .inner{
	width: 100%!important;
	min-width:  85%!important;
	max-width: 85%!important;
	margin: auto!important;	
}
#page #archive #left .inner {
	width: 100%!important;
	min-width:  100%!important;
	max-width: 100%!important;
	margin: 0 auto!important;	
}
#page #page-contents .inner{
	margin: 0 auto 40px!important;	
}
	
pre { white-space: pre-wrap; }
img{ max-width: 100%; }
iframe{ max-width:100%; }

body, html {
	/*height: 100%;*/
	margin:0;
	padding:0;
}
body{
	font-size: 14px; 
	line-height: 1.6;
}
.pagenavi{
	margin-bottom:20px;
	text-align: center;	
}


/* ===================================================================
　btn
==================================================================== */
.btn{
  max-width: 250px;
}
.btn a{
	padding:0.3rem 0.5rem;
}
	
/* btn-img */
.btn-img {
	width: 103%;
    margin: 20px auto 50px;
}
.btn-img img{
	max-width: 160px;	
}
	
.btn03 a {
    margin: 22px 0 18px 0;
}
.box-left-wrap02 .btn03 a {
    margin: 10px 0 0 0!important;
}
	
/* btn-green-mini */
.btn-green-mini{
  display: block;
   margin: 0 0 0 0; 
}

/* btn04 */
.btn04 a,
.btn05 a{
	font-size: 14px;
	line-height: 140%;	
	padding: 1em 1em 1em;
	margin: 5px auto;
}
	
	
/* ===================================================================
　フロントの最初のロゴ表示アニメーション
==================================================================== */
#start p {
	width: 100px;
}	
	

/* ===================================================================
　ハンバーガーメニュー
==================================================================== */
.hamburger {
    width:20px;
    height: 16px;
    top: 3%;
    right: 6%;
}
.hamburger:before{
  top: -14px;
  right: -13px;
  width: 46px;
  height: 46px;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 7px;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}
.kaso-hamburger-wrap .hamburger:before,
.is-fixed-02:before{
  top: -14px;
  right: -13px;
  width: 46px;
  height: 46px;
}
.kaso-hamburger-wrap .hamburger span,
.kaso-hamburger-wrap .hamburger span:nth-of-type(2)::after,
.is-fixed-02 span,
.is-fixed-02 span:nth-of-type(2)::after{
  background-color: #fff;
}
.peke:before{
  top: -14px;
  right: -13px;
  width: 46px;
  height: 46px;
}
#hamburger-menu.peke span:nth-of-type(1) {  
  top: 7px;
}
#hamburger-menu.peke span:nth-of-type(3) {	  
  bottom: 7px;
}

	
.drawr {
	width:100%;
	padding: 0;
}	
.drawer .menu-inner {
 display:block;
 flex-wrap:nowrap;
justify-content: flex-start;
 align-content:stretch;
 position:static;
width: 100%;
padding: 10vh 10%;
 align-items:normal;
}
.drawer .logo-ham {
	width: 100%;
  padding-right: 0;
	padding-left: 0;
	margin: 0 0 10px 0;
}
.drawer .logo-ham img{
	width: 140px;
}
.drawr-about{
	display: none;
}
.menu-inner-right{
	width: 100%;
	padding-top: 5px;
  padding-right: 0;	
  padding-left: 0;	
  font-size: 19px;
   border-left: 0;  
}
.menu-inner-right ul{	
	border-left: 2px solid #fff;  
	margin: 30px 0;
}
	.menu-inner-right a{
		color: #fff;
	}
	
#drawrmenu li:before{
   content: "";
   position: absolute;
   border-right: 1px solid #fff;
   border-top: 1px solid #fff;
   width: 4px;
   top:45%;
   left: 2%;
   height: 4px;
   transform: rotate(45deg);
	cursor: pointer;
	z-index: 99;
}	
#drawrmenu li a {
	color:#fff;
	width: 100%;
	display: inline-block;
  line-height: 140%;
	padding:3px 1em 3px 1.1em;
	transition:all 0.3s;  
}
#drawrmenu li a span{
	font-size: 8px;
	margin: 0 0 0 10px;
	line-height: 1;	
}
#drawrmenu li:last-of-type {
    margin-bottom: 0;
}
	
.menu-inner-right .pc-none{
	margin: 15px auto 0;
	color:#fff!important;
}
.menu-inner-right .mb20{
	margin-bottom: 10px!important;
}
.menu-inner-right .pc-none p{
	font-size: 11.5px;
	line-height: 135%;
}
.menu-inner-right .pc-none p span{
	display: inline-block;
  margin: 0 24px 0 0;
  font-family: Georgia, Times New Roman, "Koburina Gothic W3 JIS2004", sans-serif;
  font-weight: normal;   
}
.menu-inner-right .pc-none p span:nth-of-type(3){
  margin: 0 14px 0 0;  
}


.drawer-info-btn-wrap{
	width: 100%;
  margin: 0 20px 0 0;
}
.drawer-info-btn{
	  display: inline-block;
	width: 45%;	
}
.drawer-info-btn a {
	font-size: 12px;
	max-width: auto;
	padding: 1em 0 1em;
}



/* フェード（左から右に）-------------------------- */
.menu-inner .fadeRight {
    animation-name: fadeRight02;
    animation-duration: 1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeRight02 {
from {
    opacity: 0;
    transform: translateX(0);
}
to {
    opacity: 1;
	transform: translateX(20px);
}
}

	
/* ===================================================================
　スライド
==================================================================== */	
.metaslider .slides img {
  height: 700px!important;
  object-fit: cover;
	object-position: 50% 50%;	
	transform: none;	
}
.metaslider .flexslider {
    height: auto;
    margin: 0 0 0!important;
}	
.catch-logo img{
    width: 40vw;
}
.catch-txt h2{
	font-size: 22px;
    letter-spacing: 1px;
	text-align: left;
}
.on_slide_txt_wrap div.btn{
	margin: 20px 10px 0 0; 
}
.on_slide_txt_wrap{
	top: 35vh;
}
	
#slide{
	height: 65vh;
}
.catch-txt{
	padding-left: 5%;
}

.catch-txt-accent{
	max-width: 250px;
	padding:0.3rem 0.5rem;
}
.catch-txt-accent span{
	font-size: 18px;
}

	
	
	
/* ===================================================================
　index
==================================================================== */
#index {
	font-size: 13px;
 	line-height: 2.1;
	/*! letter-spacing: 0.2em; */
}
#index h2{
	font-size:20px;
	margin-bottom:25px;
	line-height: 150%!important;
	letter-spacing: 0;
}
#index h2 span{
	font-size:10px;
	margin: 0 0 0;
	line-height: 1;
}

#index h3{
	font-size:15px!important;
	margin:10px 0!important;
}

#index p{
	line-height: 20px!important;
}
	
#index section#index-sec-01 p {
    text-align: left!important;
}
	
#index .works-archive {
    overflow: hidden;
}
	
#index .products-archive li h4 {
    padding: 0 2%;
	line-height: 21px;
	font-weight: bold;
	word-break: keep-all;
	letter-spacing: 0.8px;
}
	
	
/* ===================================================================
　#top-menu
==================================================================== */
section#top-menu ul{
	display: block;
}
section#top-menu ul li{
	display: inline-block;
	width: 48%;
	margin-right: 0;
	font-size: 15px;
	margin-left: 0!important;
}	
	
/* ===================================================================
　#index-sec-00
==================================================================== */
.i-s-00-inner{
  position: static;
	width: 80%;
	max-width: 999px;
	margin: 0 auto;
	padding: 30px 0 40px 0;	
}
.i-s-00-inner p{
  text-align: left;
}	
.i-s-00-inner p {
    margin-bottom: 20px;
}	

/* ===================================================================
　#index-sec-01 (property)
==================================================================== */
section#index-sec-01 {
  padding: 30px 0 10px 0;
}
section#index-sec-01 .obi-btn{
	top: -10px;
	right:-10px;
}

	
#index-sec-01 ul{
	display: block;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
#index-sec-01 ul:after,
#index-sec-01 ul:before{
	width: 100%;
}
#index-sec-01 ul li{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin-bottom: 40px;
}


.price-box {
    display: inline-block;
  vertical-align: top;
    border: 1px solid #999;
  color: #999;
    padding: 2px 7px;
    text-align: center;
    margin-right: 10px;
    font-size: 10px;
  letter-spacing: 0.1em;
	border-radius: 2px; 
}
.price-txt {
    display: inline-block;
  vertical-align: middle;
}
p.price {
    line-height: 22px;
    margin-top: 15px;
    font-size: 22px;
}
#index-sec-01 .cat {
	position: absolute;
    right: 10px;
    left: auto;
}
#index-sec-01 .thumb img{
	transition: none;
}
#index-sec-01 .thumb img:hover {/*マウスホバーで画像拡大*/
	border-radius: 5px;
	transform: translate(-50%,-50%) scale(1, 1);
}
#index-sec-01 .cat-title-wrap{
	padding-top: 10px;
}

#index-sec-01 .thumb .ico-new{
	display: inline-block;
    position: absolute;
    top: -10px;
    left: -72px;
    width: 130px;
    height: auto;
    padding: 40px 0 10px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    background: #274c8f;
    transform: rotate(
-45deg
);
    transform-origin: top center;
    box-sizing: border-box;
    text-align: center;
  z-index: 99;
  font-family: Georgia, Times New Roman, serif;
font-weight: normal;
}
	

#index-sec-01 h3,
#page #index-sec-01 h3 {
	font-size: 17px;
  line-height: 165%;
	padding: 0;
	margin: 0 0 10px 0;
}
#index-sec-01 ul li a{
	color: #000;
  text-decoration: none;
}
#index-sec-01 h2{
    text-align: left;
}
#index-sec-01 p{
	margin-top:0;
}

	
/* ===================================================================
　section#index-sec-02 (news)
==================================================================== */
section#index-sec-02 {
	width: 90%;
	margin: auto;
  padding: 30px 0 30px 0;
	position: relative;	
}
section#index-sec-02 .inner-80p {
    width: 90%!important;
}  
section#index-sec-02 .obi-btn{
	top: 0;
	right: 0;
}	
	
#index section#index-sec-02 h2{
	font-size:28px;
    text-align: left;
    letter-spacing: 2px;
}
section#index-sec-02 ul{
	margin: 20px auto 20px;
	font-size: 14px;
}
section#index-sec-02 ul li{
	position: relative;
	border-bottom:1px solid #3e3a39;
	padding: 1.2em 0.5em 1.2em 0;
}
section#index-sec-02 ul li .date,
section#index-sec-02 ul li .cat,
section#index-sec-02 ul li .title {
	line-height: 165%;
}
section#index-sec-02 ul li .date,
section#index-sec-02 ul li .cat{
	margin-bottom: 7px;
}
section#index-sec-02 ul li .title a:after{
   top:45%;
}		
section#index-sec-02 ul li .date{
	width: auto;
}
section#index-sec-02 ul li .cat{
	width: auto;
  padding-right:0;
}
section#index-sec-02 ul li .title{
	width: 100%;
}	
	


/* ===================================================================
　section#index-sec-03
==================================================================== */
section#index-sec-03 {
	position: static;
	display: block;
	padding: 0 0 40px;
}
section#index-sec-03 div.txt-wrap{
    width: 100%;
	margin: auto;
	padding: 0;
    height: auto;
    position: static;
    top: auto;
    left: auto;
	transform: translate(0,0);
	margin-bottom: 30px;
}
section#index-sec-03  div.txt-wrap h2{
	font-size: 23px;
	text-align: center;
	letter-spacing: 3px;
}
section#index-sec-03 div.txt-wrap p{
    margin-bottom: 20px;
}
section#index-sec-03 .txt-wrap .btn04 a {
    margin: 0 auto;
}	
section#index-sec-03 div.img-container{
	width: 100%;
  min-height: auto;
	margin: 0 0 0 auto;
}
section#index-sec-03 div.img-container img{
  height: auto;
  object-fit: cover;
}
	
section#index-sec-03 div.txt-wrap-right{
	width: 100%;
}
section#index-sec-03 div.txt-wrap-right .price-wrap{
	width: 49%;
}
section#index-sec-03 div.txt-wrap-right .price{
	font-size: 23px;
}


/* ===================================================================
　#index-sec-04
==================================================================== */
section#index-sec-04{
	background-color: #074322;
  color: #fff;
}
.i-s-04-inner{
    position: relative;
    width: 80%;
	margin: auto;
    padding: 30px 0 40px;
}
.i-s-04-wrap{
    display: block;
    flex-wrap: nowrap;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
#index .i-s-04-left h2 {
    font-size: 28px;
}	
.i-s-04-left{
	width: 100%;
    padding-right: 0;
}
.i-s-04-right{
	width: 100%;
    padding-right: 0;	
}
section#index-sec-04 .i-s-04-right .btn04 a {
    margin: 0 auto;
}	
section#index-sec-04 .i-s-04-right p{
    margin-bottom: 20px;
}


	
/* ===================================================================
　section#index-sec-05
==================================================================== */
section#index-sec-05 {
	position: static;
	display: block;
	padding: 0 0 40px;
}
section#index-sec-05 div.txt-wrap{
    width: 80%;
	margin: auto;
	padding: 30px 0 0;
    height: auto;
    position: static;
    top: auto;
    left: auto;
	  transform: translate(0,0);
}
section#index-sec-05  div.txt-wrap h2{
	font-size: 28px;
  text-align: center;
}
section#index-sec-05 div.txt-wrap p{
    margin-bottom: 20px;
}
section#index-sec-05 .txt-wrap .btn04 a {
    margin: 0 auto;
}	
section#index-sec-05 div.img-container{
	width: 100%;
  min-height: auto;
	margin: 0 0 0 auto;
}
section#index-sec-05 div.img-container img{
  height: auto;
  object-fit: cover;
}
	
	
/* ===================================================================
　section#index-sec-06
==================================================================== */
section#index-sec-06 {
	position: static;
	display: block;
	padding: 0 0 40px;
}
section#index-sec-06 div.txt-wrap{
    width: 80%;
	margin: auto;
	padding: 30px 0 0;
    height: auto;
    position: static;
    top: auto;
    left: auto;
	  transform: translate(0,0);
}
section#index-sec-06  div.txt-wrap h2{
	font-size: 28px;
  text-align: center;
}
section#index-sec-06 div.txt-wrap p{
    margin-bottom: 20px;
}
section#index-sec-06 .txt-wrap .btn04 a {
    margin: 0 auto;
}	
section#index-sec-06 div.img-container{
	width: 100%;
  min-height: auto;
	margin: 0 0 0 auto;
}
section#index-sec-06 div.img-container img{
  height: auto;
  object-fit: cover;
}


/* ===================================================================
　#index-sec-07 (works)
==================================================================== */
section#index-sec-07 {
  padding: 30px 0;
}
section#index-sec-07 .obi-btn{
	top: 0;
	right:0;
}
section#index-sec-07 .inner-80p{
	width: 80%!important;
}
#index-sec-07 .thumb img{
	position: relative;
}

#index-sec-07 .txt{
	width: 62%;
	padding-right: 20px;
}
#index-sec-07 .txt .cat{
	width: auto;
	top: 0px;
	font-size: 13px;
}

#index-sec-07 ul:after,
#index-sec-07 ul:before{
	width: 80%;
}
#index-sec-07 ul li{
	width: 80%;
	margin: 10px auto 20px;
	height: auto!important;
}
#index-sec-07 .thumb img{
	transition: none;
}
#index-sec-07 .thumb img:hover {/*マウスホバーで画像拡大*/
	transform: translate(-50%,-50%) scale(1, 1);
}
#index-sec-07 h3,
#page #index-sec-07 h3 {
	font-size: 17px;
  line-height: 165%;
	padding: 0;
	margin: 0 0 10px 0;
}
#index-sec-07 ul li a{
	color: #fff;
  text-decoration: none;
}
#index-sec-07 h2{
    text-align: left;
	margin-bottom: 30px;
}
#index-sec-07 p{
	margin: 0 10px 0 0;
}
section#index-sec-08 div.col2 .text{
	font-size: 17px;		
}	

section#index-sec-08 div.fukidasi img{
	height: 90px;
	margin-left: 0;
}
section#index-sec-08 div.txt-wrap{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
section#index-sec-08 div.txt-wrap h2{
	font-size: 21px;	
}
	
section#index-sec-08 div.col2 .number{
	font-size: 50px;
}
section#index-sec-08 div.fukidasi{
	width: 100%;		
}
section#index-sec-08 div.fukidasi-container{
	display: block;	
}	
	
#index-sec-07 ul li::after{
	top: 46%;	
}
section#index-sec-08 div.col2 img{
	margin-bottom: 3px;
}
section#index-sec-08 div.col2 li{
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	display: block;
}
section#index-sec-08 div.col2 li:nth-child(2n){
	padding-right: 0;
}
.obi-btn a{
	padding: 10px 27px 10px 16px;	
}
	
	
section#contact div.contact-container::before{
	left: 34%;
}
/* ===================================================================
　フッター
==================================================================== */
#footer{
	padding:40px 0 0 0; 
}
#footer-in {
	position: static;
	width: 90%;
	margin: auto;
	padding: 0;
}
#footer-in h3{
	padding: 0 0 5px;
	border-bottom: 1px solid #f3f3f3;	
}
.footer-left p span{
	margin-right: 12px;
}

#footer-wrap-01{
  display: block;
  justify-content: flex-start;
	margin-bottom: 30px;
}
.footer-left{
	display: block;
}
.footer-left .logo{
  position: static;
  width: auto;
  margin-right: 0;
	margin: 0 0 50px 0;	
}
.footer-left .logo img{
  max-width: 160px;
}
.footer-left .txt{
  position: static;
  width: 100%;
	margin: 0 auto 50px;
}
.footer-left p {
	margin: auto;
  text-align: left;
}


.footer-right{
	display: block;
  width: 90%;
	margin: auto;
}
.footer-right .sitemap{
  width: 100%;	
	max-width: auto;
}
.footer-right .sitemap ul{
	text-align: left;
  width: 100%;
	margin: auto;
}
.footer-right .sitemap{
	margin-left: 0;
	margin: 0 auto 40px;
	max-width: 100%;
} 
	.footer-right .sitemap:last-of-type{
	margin: 0 auto 0;		
	}
.footer-right .sitemap-banner{
	margin: auto;
}
.footer-right .sitemap-banner-p{
	text-align: left;
  width: 100%;
	margin: auto;
}



#footer-wrap-02{
	padding-top: 0;
  margin: 0 0 20px;  
	border-top: 0;
}
.copy{
	position: static;
	width: 90%;
	margin: auto;
	padding: 0;
}
.copy-left{
	position: static;
	top: auto;
	left: auto;
	text-align: center;
}
.copy-right{
	position: static;
	top: auto;
	right: auto;
	text-align: center;
}
.copy-bottom{
  text-align: left;
  padding: 20px 0 0;
	line-height: 140%;
}
	
.cat{
	width: 26%;
}
	
} /*ウィンドウ幅が最大999pxまでの場合に適用¨*/



/* 小さいウィンドウ対応
@media screen and (min-width:0px) and (max-width:600px){
} 小さいウィンドウ対応 ここまで */
