@charset "UTF-8";
/* 必須指定 */
#contWrap {
  margin: 0 auto;
  width: 100%;
  color: #262d40;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  #contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
/*共通*/
#contWrap .flex_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contWrap figure{
  margin: 0;
}
#contWrap .inner{
  padding: 0 20px 0 20px;
}
#contWrap .title_h3{
  background-color: #262d40;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 22px 0 24px 0;
  margin: 0 0 20px 0;
}
#contWrap .text_area{
  text-align: center;
  margin: 40px 0 40px 0;
}
#contWrap strong{
  background:linear-gradient(transparent 60%, #eeff2e 60%);
}
@media screen and (max-width: 750px){
  #contWrap .title_h3{
    font-size: 20px;
    padding: 16px 10px 17px 10px;
  }
  #contWrap .inner{
    padding: 0 10px 0 10px;
  }
  #contWrap .text_area{
    text-align: left;
    margin: 10px 0 20px 0 ;
  }
}
/*メインイメージ
---------------------------------------*/
#main_img{
  background-image: url(../images/main_img.jpg);
}
#main_img > div {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#main_img .text_wrap{
  margin: 0 auto;
  background-color: rgba(169,217,65,0.94);
  border: solid 2px #fff;
  box-shadow: 0px 0px 0px 10px rgb(169 217 65 / 94%);
  width: 670px;
  min-height: 250px;
  padding: 0 0 16px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column;
}
#main_img .text_wrap p{
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #262d40;
}
#main_img .text_wrap p::before,
#main_img .text_wrap p::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #262d40;
}

#main_img .text_wrap p::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
#main_img .text_wrap p::after {
	margin-left: 18px;
	transform: rotate(35deg)
}
#main_img .text_wrap h2{
  font-size: 54px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 0 0 12px #4c7517;
}
#main_img .text_wrap h2 span{
  font-size: 42px;
}
@media screen and (max-width: 750px){
  #main_img > div {
    min-height: 400px;
}
  #main_img .text_wrap{
    width: 90%;
    min-height: 200px;
  }
  #main_img .text_wrap p {
    font-size: 20px;
    margin-bottom: 0;
  }
  #main_img .text_wrap p::before, #main_img .text_wrap p::after{
    height: 26px;
  }
  #main_img .text_wrap p::before {
  	margin-right: 20px;
  }
  #main_img .text_wrap p::after {
  	margin-left: 12px;
  }
  #main_img .text_wrap h2{
    font-size: 38px;
  }
  #main_img .text_wrap h2 span{
    font-size: 30px;
  }
}
/*最安値帯でオーダー製作が可能
---------------------------------------*/
#description{
  margin: 30px 0 0 0;
}
#description .titile_h4{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 20px 0;
}
#description .flex_wrap{
  margin: 0 0 40px 0;
  background-color: #f2f2f2;
  padding: 1%;
  border-radius: 6px;
}
#description .flex_wrap figure{
  width: 20%;
}
#description .flex_wrap figcaption{
  text-align: center;
}
#description .clip_path{
  clip-path: inset(3% 3% 3% 3% round 5px);
}
@media screen and (max-width: 750px){
  #description .titile_h4{
    font-size: 20px;
  }
  #description .flex_wrap figure {
    width: 48%;
  }
  #description .flex_wrap{
    padding: 20px 2%;
  }
}
/*人気４種
---------------------------------------*/
#item{
  margin: 100px 0 0 0;
}
#item > #acrylic{
  margin: 50px 0 0 0;
}
#item .item_wrap{
  margin: 0 0 120px 0;
}
#item .item_wrap > div{
  margin: 0 0 40px 0;
}
#item .item_title_h4{
  font-size: 30px;
  border-left: solid 8px #a9d941;
  font-weight: bold;
  padding: 0 0 0 10px;
}
#item .item_text_area{
  margin: 20px 0 0 0;
}
#item .item_wrap .button{
  text-align: center;
  margin: 20px auto;
}
#item .item_wrap .button a{
  background-color: #a9d941;
  color: #fff;
  padding: 19px 60px 20px 60px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
}
#item .item_wrap .button a::after{
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  left: 26px;
  border-left: 8px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 8px;
  position: relative;
  margin-top: -0.2em;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#item .item_wrap .button a:hover{
  background-color: #262d40;
  color: #fff;
  text-decoration: none;
}
/*グリッド*/
#item .item_wrap .grid_wrap{
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
}
#item .item_wrap .grid_wrap.grid_box{
  width: 100%;
  height: 224px;
}
#item .item_wrap .grid_wrap .grid_box >img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#item .item_wrap .grid_wrap .text_box{
  background-color: #f2f2f2;
  padding: 5%;
}
#item .item_wrap .grid_wrap .main_box{
  width: 100%;
  height: 690px;
}
#item .item_wrap .grid_wrap .main_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#item .item_wrap  .main_right{/*メイン画像右*/
  grid-template-rows: 222px 224px 224px;
  grid-template-columns: 30% 30% 38.3%;
}
#item .item_wrap .main_right .text_box{
  grid-row: 1/2;
  grid-column: 1/3;
}
#item .item_wrap .main_right .main_box{
  grid-row: 1/4;
  grid-column: 3/4;
}
#item .item_wrap  .main_left{/*メイン画像左*/
  grid-template-rows: 224px 224px 222px;
  grid-template-columns:38.3% 30% 30%;
}
#item .item_wrap .main_left .text_box{
  grid-row: 1/2;
  grid-column: 2/4;
}
#item .item_wrap .main_left .main_box{
  grid-row: 1/4;
  grid-column: 1/2;
}
@media screen and (max-width: 750px){
  #item{
    margin: 0;
  }
  #item .item_wrap{
    margin: 0 0 60px 0;
  }
  #item .item_wrap .grid_wrap{
    display: block;
  }
  #item .item_title_h4{
    font-size: 24px;
  }
  #item .item_wrap .button a{
    width: 90%;
    border-radius: 55px;
  }
  #item .item_wrap .button a::after{
    content: none;
  }
}
/*小さな大きな看板製作
---------------------------------------*/
#size {
  margin: 100px 0 0 0;
}
#size .item_title_h4{
  line-height: 1.4;
  font-size: 30px;
  border-left: solid 8px #a9d941;
  font-weight: bold;
  padding: 0 0 0 10px;
}
#size .item_text_area{
  margin: 20px 0 0 0;
}
/*グリッド*/
#size .grid_wrap{
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
  grid-template-rows: 224px 224px 224px 224px 224px;
  grid-template-columns: 32% 32% 32%;
}
#size .glid_wrap .main_box{
  width: 100%;
  height: 448px;
}
#size .glid_wrap .grid_box{
  width: 100%;
  height: 224px;
}
#size .grid_wrap .text_box{
  background-color: #f2f2f2;
  padding: 5%;
}
#size .grid_wrap .grid_box img,
#size .grid_wrap .main_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#size .grid_wrap .text_01{
  grid-row: 1/2;
  grid-column: 1/3;
}
#size .grid_wrap .text_02{
  grid-row: 3/4;
  grid-column: 2/4;
}
#size .grid_wrap .main_01{
  grid-row: 1/3;
  grid-column: 3/4;
}
#size .grid_wrap .main_02{
  grid-row: 3/5;
  grid-column: 1/2;
}
@media screen and (max-width: 750px){
  #size .grid_wrap{
    display: block;
  }
}
/*こちらのアイテムも人気です
---------------------------------------*/
#other-item{
  background-color: #f2f2f2;
  padding: 5%;
  margin-top: 80px;
}
#other-item h4{
  text-align: center;
  color: #262D40;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
#other-item .flex_wrap>div{
  width: 32%;
}
#other-item .other-box{
  background-color: #FFF;
  padding: 10px;
  text-align: center;
}
#other-item .other-box h5{
  font-size: 20px;
  font-weight: 600;
  margin: 12px 0 10px 0;
}
#other-item .other-box a{
  background-color: #a9d941;
  color: #fff;
  padding: 7px 50px 8px 50px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
  margin: 16px auto;
}
#other-item .other-box a::after{
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  left: 26px;
  border-left: 8px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-right: 8px;
  position: relative;
  margin-top: -0.2em;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#other-item .other-box a:hover{
  background-color: #262d40;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 750px){
  #other-item h4{
    margin-top: 30px;
    font-size: 20px;
  }
  #other-item .flex_wrap{
    display: block;
  }
  #other-item .flex_wrap>div{
    width: 100%;
    margin-bottom: 30px;
  }
}
/*トータルでご提案
---------------------------------------*/
#total{
  margin: 100px 0 0 0;
}
/*グリッド*/
#total .grid_wrap{
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
  grid-template-rows: 224px 224px 224px;
  grid-template-columns: 32% 32% 32%;
  margin-bottom: 40px;
}
#total .row_2{
  grid-template-rows: 224px 224px;
}
#total .grid_wrap .main_box{
  grid-row: 1/3;
  grid-column: 1/3;
}
#total .grid_wrap .main_box{
  width: 100%;
  height: 458px;
}
#total .grid_wrap .grid_box{
  width: 100%;
  height: 224px;
}
#total .grid_wrap .grid_box img,
#total .grid_wrap .main_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 750px){
  #total .grid_wrap{
    display: block;
  }
}
/* お客様の声
---------------------------------------*/
#voice{
  margin: 100px 0 0 0;
}
#voice .linkBtn{
  text-align: center;
}
#voice .linkBtn a{
  display: inline-block;
  text-decoration: none;
  background: #43bbba;
  color: #FFF;
  border-radius: 3px;
  padding: 20px 80px;
  line-height: 1.6;
}
#voice  .voiceItemCover:first-of-type {
	margin-top: 40px;
}
#voice .voiceItemCover .item {
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	border: #aaa solid 1px;
  margin-bottom: 50px;
}
#voice  .voiceItemCover .item .titleCover {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#voice  .voiceItemCover .item .customerName {
	font-weight: bold;
}
#voice  .voiceItemCover .item .tag {
	display: inline-block;
	color: #fff;
	line-height: 1em;
	padding: 7px 20px;
}
#voice .voiceItemCover .item .design {
	background-color: #037ad0;
}
#voice  .voiceItemCover .item .data {
	background-color: #9ec32e;
}
#voice  .voiceItemCover .item .pointCover {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 16px;
}
#voice  .voiceItemCover .item .pointCover .pointImage {
	width: 40%;
  text-align: center;
}
#voice  .voiceItemCover .item .pointCover .pointImage figure {
	margin: 0 0 1em 0;
}
#voice  .voiceItemCover .item .pointText {
	width: calc(60% - 40px);
	text-align: left;
}
#voice  .voiceItemCover .item .pointText p {
	margin-bottom: 10px;
}
#voice  .voiceItemCover .item .pointText .midashi {
	font-weight: bold;
}
#voice  .voiceItemCover .item .pointText p.commentText {
	margin-bottom: 20px!important;
}


@media screen and (max-width: 750px) {
	#contWrap .voiceItemCover {
		display: block;
		padding: 0;
	}
	#contWrap .voiceItemCover .item {
		width: 100%;
		margin-bottom: 20px;
	}
	#contWrap .voiceItemCover .item .titleCover {
		display: block;
	}
	#contWrap .voiceItemCover .item .customerName {
		margin-bottom: 10px;
	}
	#contWrap .voiceItemCover .item .pointCover {
		display: block;
	}
	#contWrap .voiceItemCover .item .pointCover .pointImage {
		width: 100%;
		margin-bottom: 20px;
	}
	#contWrap .voiceItemCover .item .pointCover .pointImage figure {
		width: 100%;
	}
	#contWrap .voiceItemCover .item .pointCover .pointText {
		width: 100%;
	}
}
/*よくあるご質問
---------------------------------------*/
#faq{
  margin: 80px 0 100px 0;
}
#faq .inner{
  margin: 60px 0 0 0;
}
/*お問合せエリア
---------------------------------------*/
#contact {
  width: 100%;
  background-color: #262d40;
  text-align: center;
  background-image: url(../images/contact-back-img@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#contact .wrap {
  padding-top: 40px;
  padding-bottom: 44px;
}
#contact h3 {
  font-size: 36px;
  color: #FFF;
  font-weight: 700;
}
#contact h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
#contact .wrap>p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #FFF;
  margin: 18px 0 26px 0;
}
#contact .wrap_wrap {
  width: 75.86206896551724%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contact_box {
  width: 48.86363636363637%;
  background-color: #FFF;
  border-radius: 6px;
  padding: 20px 0 8px 0;
}
.contact_tel {
  color: #ff6c00;
  text-decoration: none;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.8;
}
.contact_tel:hover {
  text-decoration: none;
}
.contact_box_p {
  font-size: 14px;
  margin-top: 10px;
}
.contact_box .btn {
  width: 60%;
  font-size: 16px;
  display: inline-block;
  background-color: #ff6c00;
  border-radius: 6px;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  padding: 15px 11% 12px 11%;
  border-bottom: solid 4px #a14400;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #contact{
    background-size: cover;
  }
  #contact h3 {
    font-size: 20px;
  }
  #contact .wrap{
    padding: 40px 10px 44px 10px;
  }
  #contact .wrap>p {
    font-size: 16px;
    text-align: left;
  }
  #contact .wrap_wrap {
    width: 100%;
    display: block;
  }
  .contact_box {
    width: 100%;
    padding: 20px 0;
  }
  .contact_box:nth-child(1) {
    margin-bottom: 20px;
  }
  .contact_box .btn{
    padding: 0;
  }
}
/*cuvicお問い合わせ
---------------------------------------*/
#cuvic-link {
  background-color: #FFEC01;
  text-align: center;
  background-image: url("../images/cuvic-inquiry@2x.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
}
#cuvic-link h3 {
  font-size: 26px;
  font-weight: bold;
  padding: 42px 0 14px 0;
}
#cuvic-link .link-btn {
  display: inline-block;
  font-size: 20px;
  padding: 16px 30px;
  background-color: #0A7C24;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  border-bottom: solid 4px #032a0c;
  margin: 24px 0 56px 0;
  text-decoration: none;
}
#cuvic-link .link-btn:hover {
  text-decoration: none;
  opacity: 0.5;
}
#cuvic-link .link-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 10px;
  background: url("../images/target-icon@2x.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  #cuvic-link {
    background-color: #FFEC01;
    text-align: center;
    background-image: url("../images/cuvic-inquiry_S@2x.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
  }
  #cuvic-link p {
    text-align: left;
  }
  #cuvic-link .link-btn {
    margin: 32px 10px 100px 10px;
  }
  #cuvic-link h3{
    font-size: 20px;
  }
}
/*お問合せ右下固定ボタン
---------------------------------------*/
.footer_fix_btn {
  position: fixed;
  width: 80px;
  right: 10px;
  bottom: 100px;
}
.footer_fix_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.footer_fix_btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .footer_fix_btn {
    position: fixed;
    width: 48px;
    right: 0px;
    bottom: 10px;
    z-index: 999;
  }
}
