@charset "utf-8";
*{
	box-sizing: border-box	
}
h1,h2,h3,h4,h5,p,form,ul,li,figure{
	margin: 0;
	padding: 0;
	list-style: none
}
body{
	background: #000;
	border-top: 4px solid #8CC343;
	margin: 0;
	padding: 0;
}
header{
	background: #000;
	width: 100%;
	height: 95px;

	position: fixed;
	left: 0;
	top:0;
	display: flex;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	z-index: 5;
}
header .item1{
	padding:19px 0 0 10px
}
header .item1 a{
	width: 320px;
	display: block;
}
header .item1 img{
	width: 100%;
	height: auto;
}
header .item2{
	font-size: 18px;
	padding: 35px 0 0 30px;
	font-weight: bold;
		color: #FFF
}
header .item3{
	margin-left: auto;
	width: 260px;
}
header .item3 p{
	font-size: 15px;
	line-height: 1;
	padding-bottom: 4px;
	padding-top: 20px;
	color: #FFF
}
header .item3 a{
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	line-height: 1;
}
header .item4{
	width: 380px;
	padding-top: 25px;

}
header .item4 p{
	width: 380px;
	padding-left:20px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	line-height: 150%;
	border-left: 2px solid #8CC342;
}
#mv{
	padding-top: 95px;
	padding-right: 380px
}
#mv img{
	width: 100%;
	height: auto;
	vertical-align: bottom
}
main{
	padding-right: 380px;
}
.inner{
	width: 900px;
	margin: 0 auto
}
#point{
	background: #333;
	background-image: url("../img/bg1.jpg");
	background-size: cover;
	padding: 30px 0;
	margin-bottom: 50px;
}
#point ul{
	display: flex;
	grid-gap: 1%;
	flex-wrap: wrap
}
#point ul li{
	background: #000;
	width: 32%;

	padding: 10px 25px 30px 25px;
	margin-bottom: 10px;
	border-radius: 14px;
}

#point ul h3{
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	line-height: 130%;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 3px dashed #ccc;
}
.no{

	font-size: 36px;
	font-weight: 900;
	text-align: center
}
#point ul p{
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 170%;
	color: #FFF;
}

#lineup{
	background-image: url("../img/bg_square.jpg");
	background-size: 22px 22px;
	padding: 50px 0;
}
.h2{
	text-align: center;
	margin-bottom: 40px;

}
.h2 span{
	font-size: 20px;
	display: inline-block;
	padding-right: 10px;
	color: #FFF;
}
.h2 p{
	font-size: 30px !important;
	display: inline-block;
	line-height: 130%;
	color: #FFF;
}
.bdr{
	width: 120px;
	height: 3px;
	background: #C4B382;
	margin: 10px auto 0 auto
}
.txt1{
	text-align: center;
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 180%;
	color: #FFF;
}

.ttl{
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
	color: #FFF;
}
#service .inner{
	padding: 60px 0;
}
.grd {
  font-size: 38px;
  font-weight: 700;
	font-family: "Zen Old Mincho", serif;
  text-transform: uppercase;
  background: linear-gradient(to right, #b8860b, #f1e8a2, #b8860b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 2px;
	text-align: center;
	width: 100%;
}
.coating-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
	margin-bottom: 30px;
}

.coating-links li a {
  display: block;
  text-align: center;
  text-decoration: none;
	color: #FFF;
}

.coating-links figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.coating-links img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.coating-links li:hover img {
  transform: scale(1.05);
}
.coating-block{
	margin-bottom: 60px;
	padding-bottom: 60px;

}
.coating-block h3{
	text-align: center;
	margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
	font-family: "Zen Old Mincho", serif;
  text-transform: uppercase;
  background: linear-gradient(to right, #b8860b, #f1e8a2, #b8860b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 2px;

	width: 100%;
	border: 1px solid #b8860b;
	border-radius: 4px;
	padding: 15px 8px;
}
.coating-block__subtitle{
	text-align: center;
	margin-bottom: 15px;
	font-size: 22px;
	color: #FFF;
}
.coating-block__desc{
	margin-bottom: 30px;
	text-align: center;
	color: #FFF;
	line-height: 180%;
}
.coating-block table{
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 100%;
	margin-bottom: 15px;
}
.coating-block td,.coating-block th{
	padding: 7px;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-size: 16px;
	color: #FFF;
	text-align: center
}
.coating-block th{
	background: #333
}
.coating-note{
	font-size: 14px;
	margin-bottom: 15px;
	color: #FFF;
	margin-bottom: 30px;
}
#lineup ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 10px;
	background: #FFF;
	border:2px solid #8CC342;
	padding: 30px;
}
#lineup li{
	width: 24%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #E3F0D2;
	border-radius: 10px;
	line-height: 1;
	padding: 15px 0;
	margin-bottom: 10px;
}

#voice{
	padding: 50px 0;

}

#voice ul{
	display: flex;
	justify-content: space-between
}
#voice li{
	width: 49%;
	background: #FFF;
	border-radius: 15px;

	padding: 20px 40px;

}
#voice .inr{
	display: flex
}
#voice li h3{
	color: #00520C;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
#voice li p{
	font-size: 14px;
	padding-right: 10px;
	margin-bottom: 20px;
}
#voice li figure{
	display: block;

}
#voice figure img{
	width: 100%;
	height: auto;
	width: 120px;
}
.op{
	font-size: 14px;
	background: #EEEEEE;
	text-align: center;
	padding: 10px;
}

#flow{
	padding: 50px 0;
}
#flow ul{

}
#flow li{
	display: table;
	width: 100%;

	padding: 25px 15px;
	border-radius: 15px;
	margin-bottom: 15px;
	background: #111
}
#flow .item1{
	width: 90px;
	display: table-cell;
	text-align: center;
	font-weight: 900;
	font-size: 40px;
	color: #C4B382;
	line-height: 1;
	vertical-align: middle;
	border-right:2px solid #eee
}
#flow .item2{
	width: calc(100% - 90px );
	display: table-cell;
	padding-left: 20px;
}
#flow .item2 h3{
	color: #FFF;
}
#flow .item2 p{
	font-size: 13px;
	color: #FFF;
}

#faq{
	padding: 50px 0;

}
#faq ul{
	
}
#faq li{
	display: table;
	width: 100%;

	padding: 20px 15px;
	border-radius: 15px;
	margin-bottom: 12px;
	background: #111
}
#faq ul div{
	display:table-cell;
	width: 90px;
	font-weight: 900;
	font-size: 40px;
	color: #C4B382;
	line-height: 1;
	vertical-align: middle;
	text-align: center
}
#faq a{
	width: calc(100% - 90px );
	display:table-cell;
	text-decoration: none;
	color: #FFF;
	border-left:2px solid #eee;
	padding-left: 20px;
	padding-top: 8px;
}
#faq ul h3{
	font-size: 18px;
		color: #FFF;
	background-image: url("../img/open.png");
	background-size: 23px 23px;
	background-position: center right 15px;
	background-repeat: no-repeat;
}
#faq ul p{
	padding-top: 10px;
	font-size: 15px;
	line-height: 200%;
	color: #FFF;
	display: none;
	padding-right: 40px;
}

#ftr_contact{
	padding: 20px 0 40px 0
}
#ftr_txt{
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;

	padding: 50px 0 10px 0px;
	width: 500px;
	position: relative;
	z-index: 2;
	margin: 0 auto 20px auto
}
#ftr_contact a{
	display: block;
     background:#C4B382;
	color: #000;
	width: 400px;
	margin: 0 auto 20px auto;
	border-radius: 5px;
	text-decoration: none;
	padding: 20px 0;
	text-align: center;

}
#ftr_contact a div{
	font-size: 25px;
	font-weight: bold;

	line-height: 1;
	display: inline-block;
	margin-right: 10px;

}
#ftr_contact a p{
	font-size: 15px;

	line-height: 1;
	display: inline-block;
}

footer{
	text-align: center;
	padding-right: 380px;
	padding-bottom: 40px;
	
}
footer h3{
	font-size: 15px;
	margin-bottom: 28px;
	background-image: url("../img/logo_ftr.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 300px auto;
	padding-top: 40px;
	color: #FFF;
}
footer p{
	font-size: 16px;
	color: #FFF;
	line-height: 200%;
}
.ftr_logo{
	width: 240px;
	margin: 0 auto 30px auto
}
.ftr_logo img{
	width: 100%;
	height: auto
}
sub{
	position: fixed;
	top:95px;
	right: 0;
	width: 380px;
	background: #FFF;
	border-left: 1px solid #000;
	height: 110vh;
	overflow-y: scroll;
}
.sub_inner{
	padding: 15px 25px;
	overflow-x: hidden;

}
sub form{
	display: block;

}
sub h2{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	color: #719E33
}
.sub_txt1{
	text-align: center;
	padding-bottom: 15px;
}
sub h3{
	font-size: 15px;
	margin-bottom: 8px;
}
.hissu{
	color: #D90000;
	background: #FFF;
	border: 1px solid #D90000;
	font-size:11px;
	display: inline-block;
	margin-left: 8px;
	line-height: 1;
	padding: 4px 6px;
}
.nini{
	color: #666;
	background: #FFF;
	border: 1px solid #666;
	font-size:11px;
	display: inline-block;
	margin-left: 8px;
	line-height: 1;
	padding: 4px 6px;
}
.frm_select{
	
}
.frm_select li{
	
}
.frm_select label{
	display: block;
	background: #fff;
	border: 2px solid #8CC342;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 5px;
}
.frm_select input{
	
}
sub input[type=text],sub input[type=tel],sub input[type=email]{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	border-radius: 4px;
	font-size: 16px;
	padding: 8px 6px;
}
sub textarea{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	border-radius: 4px;
	font-size: 16px;
	padding: 8px 6px;
}
.sub_txt2{
	
}
.sub_txt2 a{
	
}
iframe{
	border: 1px solid #ccc;
	width: 100%;
}
.btn1{
	background: #000;
	color: #FFF !important;
	text-align: center;
	border: none;
	font-weight: bold;
	border-radius: 4px;
	font-size: 17px;
	width: 100%;
	padding: 10px;
	text-decoration: none
}
.mb{
	margin-bottom: 20px;	
}
#confirm main,#thanks main{
	padding: 130px 0 0 0;
}
#confirm footer,#thanks footer {
	padding-right: 0;
	padding-top: 40px;
}
.ta1{
	width: 100%;
	margin-bottom: 20px;
}
.ta1 td{
	padding: 10px;
	border-top: 1px solid #ccc;
	color: #FFF;
}
.ta1 th{
	color: #FFF;
	width: 140px;
	padding: 10px;
	border-top: 1px solid #ccc
}
.btnbox{
	padding: 30px 0 60px 0;
	text-align: center
}
.btnbox a{
	color: #333
}
.sp{ display:none}
.pc{ display:block}
.swiper {
	margin-bottom: 40px;
}

.swiper img{
	height: 400px;
	width: 100%;
	object-fit: cover
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ftr_fixed{
	width: 100%;
	position: fixed;
	left: 0;
	bottom:0;
	text-align: center;
	background: rgba(0,0,0,0.85);
	padding: 5px;
}
@media screen and (max-width: 768px) {
	.sp{ display:block}
	.pc{ display:none}
    header{

        width: 100%;
        height: 95px;

        position: fixed;
        left: 0;
        top:0;
        display:block;
        box-shadow: 0 0 4px rgba(0,0,0,0.4);
        z-index: 5;
    }
    header .item1{
        padding:34px 0px 0px 0px;
    }
    header .item1 a{
        width: 280px;
		margin: 0 auto;
        display: block;
    }
    header .item1 img{
        width: 100%;
        height: auto;
    }
    header .item2{
        font-size: 13px;
		text-align: center;
        padding: 0;
        font-weight: normal;
		position: absolute;
		width: 100%;
		top:4px;

    }

    header .item4, header .item3{
        display: none
    }

    #mv{
        padding-top: 95px;
        padding-right: 0px
    }
    #mv img{
        width: 100%;
        height: auto
    }
    main{
        padding-right: 0px;
    }
    .inner{
        width: 100%;
        margin: 0 auto
    }
    #point{

        padding: 30px 0;
    }
    #point ul{
        display: flex;
        grid-gap: 2%;
        flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0 8px;
    }
    #point ul li{

        width: 49%;
        height: 250px;
        padding: 10px 15px 0px 15px;
        margin-bottom: 10px;
        border-radius: 14px;
    }


    #point ul h3{

        font-size: 16px;
        font-weight: 900;
        text-align: center;
        line-height: 130%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px dashed #ccc;
    }
    .no{

        font-size: 28px;
        font-weight: 900;
        text-align: center
    }
    #point ul p{
        font-size: 13px;
    }

    #lineup{
        background-image: url("../img/bg_square.jpg");
        background-size: 22px 22px;
        padding: 50px 15px;
    }
    .h2{
        text-align: center;
        margin-bottom: 40px;
    }
    .h2 span{
        font-size: 20px;
        display: block;
        padding-right: 10px;
    }
    .h2 p{
        font-size: 26px !important;
        display: inline-block
    }
    .bdr{
        width: 120px;
        height: 3px;
        margin: 10px auto 0 auto
    }
    .txt1{
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
    }
    #lineup ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-radius: 10px;
        background: #FFF;
        border:2px solid #8CC342;
        padding: 30px;
    }
    #lineup li{
        width: 49%;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        background: #E3F0D2;
        border-radius: 10px;
        line-height: 1;
        padding: 15px 0;
        margin-bottom: 7px;
    }

    #voice{
  
    }

    #voice ul{
        display: flex;
		flex-wrap: wrap;
        justify-content: space-between
    }
    #voice li{
        width: 100%;
        background: #FFF;
        border-radius: 15px;

        padding: 20px 20px;
		margin-bottom: 10px;
    }
    #voice .inr{
        display: flex
    }
    #voice li h3{
        color: #00520C;
        text-align: center;
        font-size: 20px;
        margin-bottom: 10px;
    }
    #voice li p{
        font-size: 14px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    #voice li figure{
        display: block;

    }
    #voice figure img{
        height: auto;
        width: 100px;
    }
    .op{
        font-size: 14px;
        background: #EEEEEE;
        text-align: center;
        padding: 10px;
    }

    #flow{
        padding: 50px 15px;
    }
    #flow ul{

    }
    #flow li{
        display: table;
        width: 100%;
        padding: 15px 15px;
        border-radius: 15px;
        margin-bottom: 10px;
    }
    #flow .item1{
        width: 70px;
        display: table-cell;
        text-align: center;
        font-weight: 900;
        font-size: 30px;

        line-height: 1;
        vertical-align: middle;
        border-right:2px solid #eee
    }
    #flow .item2{
        width: calc(100% - 70px );
        display: table-cell;
        padding-left: 20px;
    }
    #flow .item2 h3{
		font-size: 15px;
    }
    #flow .item2 p{
        font-size: 13px;
    }

    #faq{
        padding: 50px 15px;

    }
    #faq ul{

    }
    #faq li{
        display: table;
        width: 100%;

        padding: 10px 15px;
        border-radius: 15px;
        margin-bottom: 10px;

    }
    #faq ul div{
        display:table-cell;
        width: 50px;
        font-weight: 900;
        font-size: 30px;

        line-height: 1;
        vertical-align: middle;
        text-align: center
    }
    #faq a{
        width: calc(100% - 50px );
        display:table-cell;
        text-decoration: none;

        border-left:2px solid #eee;
        padding-left: 10px;
        padding-top: 4px;
    }
    #faq ul h3{
        font-size: 16px;
        background-image: url("../img/open.png");
        background-size: 17px 17px;
        background-position: center right 5px;
        background-repeat: no-repeat;
		padding-right: 40px;
    }
    #faq ul p{
        padding-top: 10px;
        font-size: 15px;
        line-height: 200%;
        display: none;
        padding-right: 40px;
    }

    #ftr_contact{
        padding: 20px 15px 40px 15px
    }
    #ftr_txt{
        text-align: center;
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 16px;

        padding: 0px 0 10px 0px;
        width: 100%;
        position: relative;
        z-index: 2;
        margin: 0 auto 20px auto
    }
    #ftr_contact a{
        display: block;

		border-radius: 4px;
        width: 100%;
        margin: 0 auto 20px auto;

        text-decoration: none;
        padding: 20px 0;
        text-align: center;

    }
    #ftr_contact a div{
        font-size: 25px;
        font-weight: bold;
        line-height: 1;
        display: inline-block;
        margin-right: 10px;

    }
    #ftr_contact a p{
        font-size: 15px;
        line-height: 1;
        display: inline-block;
    }

    footer{
        text-align: center;
        padding-right: 0px;
        padding-bottom: 40px;
		padding-top: 30px;
    }
    footer h3{
        font-size: 15px;
        margin-bottom: 8px;
        background-image: url("../img/logo_ftr.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 300px auto;
        padding-top: 40px;
    }
    footer p{
        font-size: 13px;
    }
    sub{
        position: relative;
        top:0;
        right: 0;
        width: 100%;
		height: auto;
        border-left: none;

        overflow-y:hidden;
		background: #FFF;
    }
    .sub_inner{
        padding: 15px 25px 45px 25px;
        overflow-x: hidden;
		background: #FFF;
    }
    sub form{
        display: block;

    }
    sub h2{
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
        color: #719E33
    }
    .sub_txt1{
        text-align: center;
        padding-bottom: 15px;
    }
    sub h3{
        font-size: 15px;
        margin-bottom: 8px;
    }
    .hissu{
        color: #D90000;
        background: #FFF;
        border: 1px solid #D90000;
        font-size:11px;
        display: inline-block;
        margin-left: 8px;
        line-height: 1;
        padding: 4px 6px;
    }
    .nini{
        color: #666;
        background: #FFF;
        border: 1px solid #666;
        font-size:11px;
        display: inline-block;
        margin-left: 8px;
        line-height: 1;
        padding: 4px 6px;
    }
    .frm_select{

    }
    .frm_select li{

    }
    .frm_select label{
        display: block;
        background: #fff;
        border: 2px solid #8CC342;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    .frm_select input{

    }
    sub input[type=text],sub input[type=tel],sub input[type=email]{
        display: block;
        width: 100%;
        border: 1px solid #ccc;
        background: #FFF;
        border-radius: 4px;
        font-size: 16px;
        padding: 8px 6px;
    }
    sub textarea{
        display: block;
        width: 100%;
        border: 1px solid #ccc;
        background: #FFF;
        border-radius: 4px;
        font-size: 16px;
        padding: 8px 6px;
    }
    .sub_txt2{

    }
    .sub_txt2 a{

    }
    iframe{
        border: 1px solid #ccc;
    }
    .btn1{

        color: #FFF !important;
        text-align: center;
        border: none;
        font-weight: bold;
        border-radius: 4px;
        font-size: 17px;
        width: 100%;
        padding: 10px;
        text-decoration: none
    }
    .mb{
        margin-bottom: 20px;	
    }
    #confirm main,#thanks main{
        padding: 130px 0 0 0;
    }
    #confirm footer,#thanks footer {
        padding-right: 0;
        padding-top: 40px;
    }
    .ta1{
        width: 100%;
        margin-bottom: 20px;
    }
    .ta1 td{
        padding: 10px;
		display: block;
		width: 100%;
        border-top: 1px solid #ccc
    }
    .ta1 th{

		display: block;
		width: 100%;
        padding: 10px;
        border-top: 1px solid #ccc
    }
    .btnbox{
        padding: 30px 0 60px 0;
        text-align: center
    }
    .btnbox a{
        color: #333
    }
.coating-block{
	padding: 0 15px;
	}
.coating-block h3{
  font-size: 26px !important;
	letter-spacing: 0px;
	

}
	.coating-block__desc{
		text-align: left
	}
	.coating-block__desc br{
		display: none
	}
/* テーブルをレスポンシブ対応 */
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* スマホでのスムーズスクロール */
}

.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap; /* 折り返し防止 */
}

.table-wrap th,
.table-wrap td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/* スマホ表示時の微調整 */

  .table-wrap table {
    font-size: 14px;
  }
  .table-wrap th,
  .table-wrap td {
    padding: 6px 8px;
  }

}

