@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Noto+Serif+JP:400,500,700|Noto+Serif+JP:400,500&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,video,button,input,textarea,select{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family:  YakuHanJP,"Noto Sans JP","Noto Serif JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
}
body {
	font-size: 16px;
	line-height: 30px;
	color: #404040;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	transition: opacity 0.3s;
}
a.link_bk{
	text-decoration: underline;
	color: #2A2A2A;
}
a.link_bk2{
	color: #2A2A2A;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  display: block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0
}
.clear {
  /* 触发 hasLayout */
  zoom: 1;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
.inner{
	max-width: 1120px;
	padding: 0 100px;
	margin: 0 auto;
}
img {
	vertical-align:top;
	max-width: 100%;
}
.tips{
	position: relative;
	padding-left: 1.2em;
}
.tips-span{
	position: absolute;
	left: 0;
	top: 0;
}
.magbottom01{
	margin-top: 2.5em;
}
.mag10{margin-top: 10px;}

h3{margin: 10px 0;}
.contentsbox{margin: 2em 0;}

/*--------------------------------
画像サイズ指定
--------------------------------*/
.imgfull{
	width: 100%;
	height: 100%;
}
.img_wid33{
	width: 33%;
	height: 100%;
	padding: 30px 0;
}
.img_wid25 {
    width: 25%;
    height: 100%;
    padding: 30px 0;
}
/*--------------------------------
ヘッダー
--------------------------------*/
header{
	width: 100%;
	background: #3B3837;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: 10;
}
.header-group{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-group .g-nav .menu{
	display: flex;
}
.header-group .g-nav .menu li{
	list-style: none;
	display: block;
}
.header-group .g-nav .menu li+li{
	margin-left: 40px;
}
.header-group .g-nav .menu li a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.main-nav-toggle {
  display: none;
}
.main-nav-toggle:checked ~ .main-nav-toggle_label span:nth-of-type(1) {
  transform: translateY(-1px) rotate(45deg);
}
.main-nav-toggle:checked ~ .main-nav-toggle_label span:nth-of-type(2) {
  transform: translateX(100%);
  opacity: 0;
}
.main-nav-toggle:checked ~ .main-nav-toggle_label span:nth-of-type(3) {
  transform: translateY(1px) rotate(-45deg);
}
.main-nav-toggle_label {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 36px;
  height: 26px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.main-nav-toggle_label span {
  display: block;
  background-color: #fff;
  height: 3px;
  transform-origin: left;
  transition: all 0.3s ease-in-out;
}
.main-nav-under {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.65;
  background-color: #242424;
  z-index: -1;
  display: none;
}

/*--------------------------------
TOP
--------------------------------*/
section{
	padding-top: 100px;
}
.kv img{
	width: 100%;
}
.home-title{
	font-weight: normal;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}
.home-products-item a{
	display: block;
}
.home-products-item img{
	width: 100%;
}
.home-products-item+.home-products-item{
	margin-top: 25px;
}
.main{
	padding-bottom: 100px;
	padding-top: 90px;
}
/*--------------------------------
FOOTER
--------------------------------*/
footer{
	background-color: #eee;
	padding: 60px 0;
	text-align: center;
}
.footer-logo img{
	max-width: 300px;
}
.footer-share{
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-share a{
	background-color: #fff;
	display: block;
	margin: 0 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.snslogo{
	width: 65%;
    margin: 6px 0;
}

/*--------------------------------
CRUMBS
--------------------------------*/
.crumbs-box{
	display: flex;
	align-items: center;
	padding: 10px 0 30px;
}
.crumbs-box a{
	color: inherit;
}
.crumbs-box span{
	padding: 0 8px;
}

/*--------------------------------
SERVICE
--------------------------------*/
.sub-service-box+.sub-service-box{
	margin-top: 100px;
}
.sub-service-img img{
	width: 100%;
}
.sub-service-text{
	padding-top: 20px;
}
.sub-service-text p{
	font-size: 18px;
}
/*--------------------------------
WORK
--------------------------------*/
.sub-work-list{
	display: flex;
	margin: 0 -30px;
	flex-wrap: wrap;
}
.sub-work-item{
	width: calc(50% - 60px);
	padding: 0 30px 50px;
}
.sub-work-title{
	border-top: 3px solid #D40505;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin-bottom: 10px;
}
.sub-work-title h3{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}
.sub-work-img img{
	width: 100%;
}
.sub-work-text{
	padding-top: 20px;
}
.sub-work-text p{
	font-size: 18px;
}
.sub-work-item.pad-b-0{
	padding-bottom: 0;
}
/*--------------------------------
PROFILE
--------------------------------*/
.profile-box table{
	width: 100%;
	border-top: 2px solid #2A2A2A;
	border-bottom: 2px solid #2A2A2A;
}
.profile-box th,.profile-box td{
	border-bottom: 1px solid #2A2A2A;
}
.profile-box th{
	background-color: #F8F6F6;
	width: 300px;
	padding: 20px 0;
	vertical-align: top;
}
.profile-box td{
	padding: 20px 40px;
	vertical-align: middle;
}
.profile-box td iframe{
	width: 100%;
	height: 460px;
}
/*--------------------------------
CONTACT
--------------------------------*/
.contact-wrap{
	margin: 20px 0;
}
.bk{
	border: solid 1px #000;
    margin: 0 0 1em 0;
}
.contact_p{margin: 10px 0;}
.contact-box input[type="text"]{
	border: 1px solid #999;
	width: 100%;
	max-width: 400px;
	height: 30px;
}
.contact-box textarea{
	width: 100%;
	border: 1px solid #999;
	height: 230px;
	resize: none;
}
.require{
	color: red;
	margin-right: 5px;
}
.form-tips{
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}
.contact-btn{
	display: flex;
	justify-content: center;
	margin: 40px -20px 0;
}
.contact-btn button{
	width: calc(50% - 40px);
	margin: 0 20px;
	border: 1px solid #999;
	max-width: 260px;
	height: 40px;
	border-radius: 9px;
	font-size: 16px;
}
.contact-btn button.next{
	font-weight: bold;
	color: #fff;
	background-color: #2A2A2A;
	border-color: #2A2A2A;
}
.contact-btn button.back{
	color: #404040;
}
.err_message{
	color: red;
}
/*--------------------------------
PRODUCTS
--------------------------------*/
.products-box{
	padding-bottom: 60px;
}
.products-box-img img{
	width: 100%;
}
.products-box-text{
	padding-top: 20px;
	padding-bottom: 24px;
}
.products-item+.products-item{
	padding-top: 60px;
}
.products-title{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	border-bottom: 4px solid #A2A2A2;
	margin-bottom: 10px;
	padding: 0 30px 10px;
	margin-top: 30px;
}
.tax{font-size:14px ;}
.products-title h2{
	min-width: 300px;
	position: relative;
	font-size: 40px;
	line-height: 50px;
}
.products-title h2::after{
	content: '';
	width: calc(100% + 30px);
	height: 4px;
	background-color: #D40505;
	position: absolute;
	left: -30px;
	bottom: -14px;
}
.products-title p{
	font-size: 20px;
	line-height: 30px;
}
.products-desc{
	padding: 0 30px 10px;
}
.products-txt{
	padding: 20px 30px 30px;
}
.products-list-box{
	display: flex;
	align-content: center;
	margin: 0 -10px;
}
.products-list-box02{
	display: flex;
	align-content: center;
	margin-bottom: 2.5em;
}
.products-list-box-item{
	width: calc(25% - 20px);
	padding: 10px;
	width: 30%;
}
.products-list-box-item img{
	width: 100%;
}
.products-banner{
	margin-top: 60px;
}
.products-banner-img{
	padding: 0 30px 30px;
}


.products-txt-box1{
	display: flex;
	justify-content: space-between;
}
.products-txt-l,.products-txt-r{
	width: calc(50% - 20px);
}
.products-txt-box2{
	display: flex;
	justify-content: space-between;
}
.products-txt-box2 .products-list-box-item{
	width: 80%;
	margin: 0 auto;
}

.order_btn {
  text-align: center;
}
.btn-flat-border {
  display: inline-block;
  margin: 3rem 0;
  padding: 1rem 5rem;
  text-decoration: none;
  font-size: 1.5rem;
  background-color: #EE6F17;
  color: #fff;
  border-radius: 40px;
  transition: .4s;
}
.btn-flat-border:hover {
  background-color: #fff;
  color: #EE6F17;
  border: solid 2px #EE6F17;
}
.right_top{
	padding-top: 6em;
}
.clear{clear: both;}
.hinmei{
	line-height: 120%;
	font-size: 13px;
}
.ripea_txt{
	font-size: 15px;
	line-height: 130%;
	margin-bottom: 20px;
}
.ripea_tit{
	font-size: 18px;
    padding-bottom: 10px;
}
.contents{
	margin: 20px auto;
}
.btn_info{
	display: inline-block;
    background-color: #7fbe26;
    padding: 15px 7px;
    border-radius: 10px;
    margin-top: 7px;
    width: 200px;
}
.btn_info a{color: #000;}
.btn_info a:visited{color: inherit;}

@media (min-width: 1100px) {
	.inner{
		padding: 0 50px;
	}
	.header-group .g-nav .menu li+li {
	    margin-left: 20px;
	}
	.clum_left{
		float: left;
		width: 43%;
		margin: 0 40px 0 0;
	}
	.clum_left02{
		float: left;
		width: 35%;
		margin: 0 40px 0 0;
	}
	.clum_right{
		position: relative;
	}
	.clum_80{width: 80%;}
	.clum_25{width: 25%;}
	.clum_70{width: 70%;}
	.clum_30{width: 30%;}
	.clum_40{width: 40%;}
}
@media (max-width: 1100px) {
	.header-group{
		height: 70px;
		justify-content: space-between;
	}
	.header-group h1{
		max-width: calc(100% - 100px);
	}
	.main{
		padding-top: 70px;
	}
	.g-nav {
	  display: none;
	  position: absolute;
	  top: 70px;
	  width: 100vw;
	  left: 0;
	  height: auto;
	  background-color: #fff;
	  text-align: center;
	  padding: 0 0 60px;
	  box-sizing: border-box;
	}
	.header-group .g-nav .menu {
	  display: block;
	  text-align: left;
	}
	.menu li {
	  display: block;
	  border-bottom: solid 3px #242424;
	  padding: 1rem 0;
	}
	.header-group .g-nav .menu li {
	    margin: 0 20px;
	}
	.header-group .g-nav .menu li a{
		color: #404040;
		display: block;
	}
	.main-nav-toggle:checked ~ .g-nav {
	  display: block;
	  max-height: calc(100vh - 70px);
	  overflow-y: auto;
	}
	.main-nav-toggle_label {
	  display: flex;
	  overflow: hidden;
	}
	.main-nav-toggle:checked ~ .main-nav-under {
	  display: block;
	}
	.main{
		padding-top: 70px;
	}
}
@media (max-width: 768px) {
	.inner{
		padding: 0 20px;
	}
	body{
		font-size: 14px;
		line-height: 24px;
	}
	.products-list-box02 {
		flex-wrap: wrap;
		width: calc(50% - 20px);
		padding: 10px 10px 0;
	}
	/*--------------------------------
	TOP
	--------------------------------*/
	section{
		padding-top: 60px;
	}
	.home-title{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.home-products-item+.home-products-item{
		margin-top: 15px;
	}
	.main{
		padding-bottom: 60px;
	}
	/*--------------------------------
	FOOTER
	--------------------------------*/
	footer{
		padding: 40px 0;
	}
	.footer-logo img{
		max-width: 90%;
	}
	.footer-share a{
		margin: 0 7px;
	}
	
	/*--------------------------------
	CRUMBS
	--------------------------------*/
	.crumbs-box{
		padding: 7px 0 20px;
	}
	
	/*--------------------------------
	SERVICE
	--------------------------------*/
	.sub-service-box+.sub-service-box{
		margin-top: 60px;
	}
	.sub-service-text{
		padding-top: 15px;
	}
	.sub-service-text p{
		font-size: 14px;
	}
	/*--------------------------------
	WORK
	--------------------------------*/
	.sub-work-list{
		margin: 0;
	}
	.sub-work-item{
		width: 100%;
		padding: 0 0 30px;
	}
	.sub-work-title{
		border-top: 2px solid #D40505;
		padding: 7px 20px;
		height: auto;
		margin-bottom: 10px;
	}
	.sub-work-title h3{
		font-size: 18px;
	}
	.sub-work-text{
		padding-top: 10px;
	}
	.sub-work-text p{
		font-size: 14px;
	}
	.sub-work-item.pad-b-0.sp-pad{
		padding-bottom: 30px;
	}
	/*--------------------------------
	PROFILE
	--------------------------------*/
	.profile-box th,.profile-box td{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.profile-box th{
		padding: 12px;
		text-align: left;
		border-bottom: none;
		font-size: 16px;
	}
	.profile-box td{
		padding: 12px;
	}
	.profile-box td iframe{
		height: 300px;
	}
	/*--------------------------------
	CONTACT
	--------------------------------*/
	.contact-box textarea{
		height: 150px;
	}
	.form-tips{
		font-size: 12px;
		line-height: 18px;
	}
	.contact-btn{
		margin: 30px -5px 0;
	}
	.contact-btn button{
		width: calc(50% - 10px);
		margin: 0 5px;
		font-size: 14px;
	}
	/*--------------------------------
	PRODUCTS
	--------------------------------*/
	.products-title{
		margin-bottom: 10px;
		padding: 0 0 10px;
	}
	.products-title h2{
		min-width: auto;
		width: calc(100% - 140px);
		font-size: 22px;
		line-height: 30px;
	}
	.products-title h2::after{
		width: 100%;
		left: 0;
	}
	.products-title p{
		font-size: 16px;
	}
	.products-desc{
		padding: 0 0 10px;
	}
	.products-list-box{
		padding: 0;
		flex-wrap: wrap;
	}
	.products-list-box-item{
		width: calc(50% - 20px);
		padding: 10px 10px 0;
	}
	.products-banner-img{
		padding: 0 0 10px;
	}
	.products-txt-box1{
		flex-wrap: wrap;
	}
	.products-txt-l,.products-txt-r{
		width: 100%;
	}
	.products-txt-r{
		margin-top: 24px;
	}
	.products-txt{
		padding: 20px 0 30px;
	}
	.clum_left{
		margin: 0 40px 0 0;
	}
	.clum_left02{
		margin: 0 40px 0 0;
	}
	.clum_right{
		position: relative;
	}
	.spimg{width: 50%;}
}