@charset "utf-8";

/*----------------------------------------------------
スマホ用　768px以下
----------------------------------------------------*/



.header-toi_btn{
	display: inline-block;
	background: #3AB04C;
	color: #fff;
	padding: 6px 5px 4px;
	font-weight: bold;
	border-radius: 5px;
	width: 22%;
	text-align: center;
	font-size: 12px;
	position: absolute;
	right: 65px;
	top: 12px;
	line-height: 1.4;
}

input::placeholder {
 font-size: 10px;
}

html{
	overflow-x: hidden;
}

/*-------ヘッダー---------*/
#header-sm{
width: 100%;
}


/*-------ヘッダー---------*/
.sp-menu{
  width: 100%;
}
.sp-menu ul:first-child{
  display: flex;
  justify-content: space-around;
	padding-bottom: 15px;
}
.sp-menu ul:nth-child(2) li a{
  display: block;
  height: 45px;
  line-height: 45px;
  border-top:1px solid #A5A5A5;
  padding-left: 15px;
  color: #000;
}
.sp-menu ul:nth-child(2) li:last-child a{
  border-bottom: 2px solid #A5A5A5;
}

.sp-menu ul:last-child li a{
  display: block;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #A5A5A5;
  padding-left: 15px;
  color: #000;
}
.sp-menu ul:last-child li:last-child a{
  background-color: #EDD1D3;
}

.header-menu{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  border-bottom: 1px solid #A5A5A5;
}

.header-menu > nav{
  top:20px;
  right: 0px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.header-menu > nav ul{
  display: flex;
  width: 115px;
  
}

.header-menu > nav.active{
  display: none;
}

.logo{margin: 17px 0 0 10px;}

.logo img{width: 165px;}

.cart{
	width: 35px;
	margin-top: 20px;
	padding-left: 49px;
}

/*検索*/

.header-search{
	width: 100%;
	background-color: #999999;
	margin-bottom: 8%;
	padding: 0.8% 0;
}
.header-search01{
	width: 90%;
	margin: 0 auto;
	height: auto;
	padding:8px 0;
}

.header-search-wrap {
    margin-bottom: 3%;
    width: 100%;
    height: auto;
    padding-top: 70px;
    margin: -1px auto;
    position: fixed;
    background-color: #eee;
    display: block;
	z-index: 9998;

}

#header-form-text{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 80%;
	font-size: 4vw;
	padding: 5px 0;
	vertical-align: middle;
	border: 1px solid #ddd;
}


#sbtn{
	width: 50px;
	height:30px;
	border-radius: 3px;
	border: none;
	background-color: #fff;
	font-size: 15px;
	color: #333;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input, button, select, textarea {
  -webkit-appearance: none!important;
}

/*-------------------スライダー-------------------*/
.slider{
	background-color: #eeeeee;
	margin: 20px 0;
}
.slick-slide{
	margin: 0 5px;
}

/*-------------------container-------------------*/

/*#container h1{padding-top: 115px;}*/     /*---　←　お知らせを非表示にした場合は左のタグを適用させる---*/

/*---お知らせ非表示は padding-top: 115px; ---*/

.contents01 img {
	margin-bottom: 15px;
}

.contents02 {
	margin-top: 50px;
}

.contents02 h2{
	border: #C50000 solid 1px;
	background: #FBF3F3;
	padding: 20px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}

.contents02 h2 span {
	font-size: 25px;
	color: #C50000 ;
}

.kangen{
	margin-top: 30px;
}

/* ------------------------
ご連絡
---------------------------*/
#ct{
	width: 100%;
    background-color: #F8E0E0;
    padding: 10px 0 15px 12px;/*---コロナ表示は padding: 120px 0 65px 19px; ---*/
}

.ct-text{
	width: 95%;
	font-size: 11px;
}
	
.ct-text p{
	line-height: 18px;
	padding-top: 5px;
	text-align: center;/*---2021.12.20 甲斐出追記 ---*/
	width: 90%;/*---2021.12.20 甲斐出追記 ---*/
	margin: 0 auto;/*---2021.12.20 甲斐出追記 ---*/
}
	
.ct-text span{
	font-size: 13px ;
	font-weight: bold ;
}
	
.ct-b{
	margin-top: 10px;
	padding: 7px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    background-color: #006600;
    font-size: 13px;
    float: left;
    width: 65%;
    border-radius: 5px;
}

.ct-b a{
	color: #FFFFFF;
}

.ct-b a:link {
text-decoration:none;
color:#FFFFFF;
}
.ct-b a:visited {
text-decoration:none;
color:#FFFFFF;
}
.ct-b a:active {
text-decoration:none;
color:#FFFFFF;
}
.ct-b a:hover {
text-decoration:underline;
}

#gw{
	width: 100%;
    background-color: #FBF3F3;
    padding: 10px 0 15px 12px;
    margin-top: 15px;
}

.gw-text{
	width: 95%;
	font-size: 11px;
}
	
.gw-text p{
	line-height: 18px;
	padding-top: 5px;
}
	
.gw-text span{
	font-size: 14px ;
	font-weight: bold ;
}



/* ------------------------
ご連絡
---------------------------*/
	#top-header-information-area{
		background-color: #F8E0E0;
	}
	
	.top-header-information-text{
		font-size: 11px;
		width: 96%;
		margin: 0 auto;
		padding: 3% 0;
		line-height: 2.0;
	}

/*-------------------下記更新予定↓-------------------*/
/*施工事例*/
.sekou{
padding-bottom:30px;
margin: 0 15px;
}

.sekou_left{
float: left;
}

.sekou_right{
float: right;
margin: 0px
}
	
.sekou_main{
width: 100% !important;
margin: 0px

}

.sekou img{
	width: 48%;
	padding-bottom: 10px;
}


/*商品を選ぶ*/
.choose{
padding-bottom:30px;
margin: 0 15px;
}

.choose_left{
float: left;
}

.choose_right{
float: right;
margin: 0px
}

.choose img{
	width: 48%;
	padding-bottom: 10px;
}


/*インデックス*/
.index{
padding-bottom:30px;
margin: 0 15px;
}

.index .index_left{
float: left;
width: 31%;
}

.index .index_left2{
float: left;
width: 31%;
margin-left: 13px;
}

.index .index_right{
float: right;
margin: 0px;
width: 31%;
	}

.index img{
	width: 33%;
	padding-bottom: 10px;
}


/*銘板選びのお役立ちツール*/
.tool {
	padding-bottom: 30px;
	margin: 0 15px;
	}

.tool img{
vertical-align: bottom;
	padding-bottom: 0px;
}


/*-------------------フッター-------------------*/

footer{
	width: 100%;
	background-color: #a91018;
	color: #fff;
	padding-left: 20px;
}

.footer-logo{
    height: auto;
	padding-right: 15px !important;
	width: 180px !important;
}

.footer-list{
    position: relative;
    right: 14px;
    top: 25px;
	padding-left: 15px;
}

.footer-list li{
	float: left;
    padding: 0 10px 0 0;
}

.sns-icon{
	width: 35px !important;
}

h4{
	margin: 50px 0 10px;
    font-size: 16px;
}

#info p{
	margin: 0 0 6px;
    line-height: 16px;
    font-size: 14px;
    line-height: 19px;
}

h5{
	margin: 28px 0 8px;
    font-size: 14px;
    color: #FBF3F3;
}

.footer-site-list{
	list-style: none;
    padding: 0;
	padding-bottom: 20px;
    display: block;
}

.footer-site-list a{
	color: #fff;
    position: relative;
    padding: 0 0 0 14px;
    line-height: 25px;
    font-size: 14px;
}

.footer02{
	color: #fff;
	background-color: #666666;
	text-align: center;
	font-size: 10px;
}

.footer02 a{
	color: #fff;
}

.gaiyou{
	padding-top: 20px;
}

.copyright{
	padding-bottom: 20px;
}

#page-toiawase {
	outline: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    position: fixed;
    background-color: #C50000;
    color: #fff;
    height: 32px;
    background-repeat: no-repeat;
    bottom: 85px;
    margin-right: 3px;
    padding: 10px 10px;
    right: 10px;
    top: auto;
    width: auto;
    z-index: 90;
    font-size: 16px;
}
#page-toiawase a {
	color: #fff;
}

#page-top {
	outline: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    position: fixed;
    background-color: #666666;
    color: #fff;
    height: 32px;
    background-repeat: no-repeat;
    bottom: 20px;
    margin-right: 3px;
    padding: 11px 20px;
    right: 10px;
    top: auto;
    width: auto;
    z-index: 90;
    font-size: 16px;
}




/*----------------------------------------------------
2022/03/07 更新内容
----------------------------------------------------*/

.item-area{
	margin: 60px 0;
}

.item-area h2{
	background-color: #B10D23;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 25px;
	padding: 12px 0 10px;
}

.title-comment{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width: 95%;
	margin: 0 auto;
}

.item-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 40px 0 10px;
}

.item-list li{
	width: 46%;
	margin-bottom: 40px;
}

.item-list a{
	display: block;
	background-color: #fff;
	border: solid 1px #B10D23;
	padding: 8px 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.7px;
	font-weight: bold;
	transition: 0.5s;
	margin: 12px 0;
	border-radius: 5px;
		}
		
/*＞の字のCSS*/
.item-list li a::before{
		content: "";
		display: block;
		border-top: solid 2px #B10D23;
		border-right: solid 2px #B10D23;
		width: 7px;
		height: 7px;
		transform: rotate(45deg);
		color: #B10D23;
		position: absolute;
		left: 90%;
		top: 37%;
		}

.list-btn{
	position: relative;
}

.list-comment{
	font-size: 13px;
}



.all-item-list-btn a{
	display: block;
	background-color: #fff;
	border: solid 1px #B10D23;
	padding: 8px 0;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.7px;
	font-weight: bold;
	transition: 0.5s;
	margin: 12px 0;
	border-radius: 5px;
}


/*＞の字のCSS*/
.all-item-list-btn a::before{
		content: "";
		display: block;
		border-top: solid 2px #B10D23;
		border-right: solid 2px #B10D23;
		width: 7px;
		height: 7px;
		transform: rotate(45deg);
		color: #B10D23;
		position: absolute;
		left: 90%;
		top: 37%;
		}

.all-item-list-btn{
	position: relative;
	width: 80%;
	margin: 0 auto;
}


.item-list .reform-jirei{
	width: 95%;
}

.reform-jirei p{
	width: 80%;
	margin: 0 auto;
}

.construction-example-area{
	background-color: #F2F2F2;
	padding-bottom: 60px;
	margin-bottom: -60px;
}

.construction-example-comment{
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 30px;
}

.construction-example-comment .red{
	color: #B10D23;
}

.special-edition-area .item-list li img{
	filter:drop-shadow(3px 3px 2px #333);
}


.special-edition-area li{
	width: 41%!important;
}

.contents01{
	margin: 50px 0;
}



/*フェードインのCSS */


		/* 画面外での動き */
		.fade-block1 {
		  opacity: 0;
		  transition: all 1.5s;
		}
		/* 画面に入った時の動き */
		.fade-block1.blockIn {
		  opacity: 1;
		}




.effect-fade {
	opacity: 0;
	transition: all 2000ms;
}

.effect-scroll{
	opacity: 1;
}







/*----------------------------------------------------
タブレット用　min-width:768px; →768px以上
----------------------------------------------------*/
@media only screen and (min-width: 768px) {

}