l@charset "utf-8";
* {
min-height:0;
min-width : 0;
}

html{
   visibility: hidden;
   	font-size: 10px;
	transition: .2s;
}

html.wf-active{
visibility:visible;
}



html,body{
    width: 100%;

}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'),
url(https://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff)
format('woff');
}

 *{
     box-sizing: border-box;
 }



body{
   font-family: 'Noto Sans JP', sans-serif;


   font-size: 1.6rem;
	line-height: 1.6;
    text-align: center;

}
body,
td,
th{
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}


h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: 700;
    line-height: 1.5;
}
th{
font-weight: 400;
}

a {
	color:#333;
	outline: none;
	text-decoration: none;

}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}


input, select, textarea {
    padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 2px;
    background: #fff;

}


input[type=radio], input[type=checkbox] {
	margin:0 5px 0 0;
	width: auto;
}
label{
	display: inline-block;
}

.width100{
	width:100%;
}

.wrap{
	padding-top:15rem;
}


.block{
	display: block;
}

.onlysp{
	display: none;
}
.none{
	display:none;
}

.uline{
    text-decoration: underline;
}


/* 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;
}






.wrap{
overflow: hidden;
}
.home .wrap{

}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-150px;
   padding-top:150px;
}*/
#mw_wp_form_mw-wp-form-24{
  display: block;
   margin-top:-150px;
   padding-top:150px;
}



 .mainbody{
	max-width:100rem;
	margin: 0 auto;
}
.mainbody2{
	max-width:120rem;
	margin: 0 auto;
}
 .contents {
  padding: 8rem 0;
}

.boxBgWrap {
	display: inline-block;
	position: relative;
	z-index: 1;
 }



 

/*https://www.ikasuru.com/website/css/css-blur-animation**/
.blur-box{
  animation-name: blur;
  animation-duration: .7s;
  animation-fill-mode:forwards;
  /*animation-iteration-count: infinite;*/
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}

@keyframes blur{
  from {
    filter: blur(50px);
  }

  to {
    filter: blur(0) ;
   
  }
}




Alternate Gothic No2 D Regular,
.fo-ag2{
font-family: "alternate-gothic-no-2-d", sans-serif;
font-weight: 400;
font-style: normal;
}

Futura PT Demi,
.fo-futura{
font-family: "futura-pt", sans-serif;
font-weight: 600;
font-style: normal;

}

.fo-noto{
   
}



AB-kirigirisu Regular,
.fo-kirigirisu{
font-family: "ab-kirigirisu", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: -.5rem;

}
.noto-serif jp-regular,
.fo-notoserif{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.fo-futuraB{
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;
}

Dunbar Text Extra Bold,
.fo-dunbar {
font-family: "dunbar-text", sans-serif;
font-weight: 800;
font-style: normal;
}
TA-kai_regular Regular,
.fo-takai{
font-family: "ta-kai-regular", sans-serif;
font-weight: 400;
font-style: normal;
}





/*ヘッダー
------------------------------------------------*/
.headerwrap{
    width: 100%;
    position:fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: .5s;
  height: 15rem;

}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
     height: 10rem;
     padding: 0 2rem;
     background: #fff;
     

}
.logo h1 a{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.logo h1 strong{
   font-size: 4rem;
   margin: 0 1rem;
   font-weight: 700;
}
.logo h1 span{
   font-size: 1.6rem;
   font-weight: 500;
}
.logo img{
    margin-right: .8rem;
}


.headright{
    display: flex;
    align-items: center;
}
.headtel{
    text-align: left;
}
.headtel dt{
    margin: 0 1rem 0 0 ;
}
.headtel p{
    font-size: 1.4rem;
    white-space: nowrap;
}
.headtel h2{
    font-size: 4rem;
    color: #c1272d;
    line-height: 1;
    white-space: nowrap;
}
.headtime{
    text-align: left;
    padding: 0 2rem;
    
}
.headtime h3 {
    line-height: 1;
    margin-bottom: -.5rem;
    white-space: nowrap;
}
.headtime h3 span{
    font-size: 1.2rem;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 5px;
    display: inline-block;
    margin: 0 .5rem 0 0;
    padding: .3rem .5rem;

    vertical-align: 4px;
}
.headtime h3 strong{
    font-size: 3rem;
}
.headtime p{
    font-size: 1.2rem;
    white-space: nowrap;
}

.headcontact a{
    background: #c1272d;
    color: #fff;
    border: 3px solid #d26267;
    border-radius: 99px;
    font-weight: 700;
    display: inline-block;
    font-size: 2.2rem;
    padding: 1.5rem 4rem;
    line-height: 1;
    box-shadow: 0px 0px 16px -6px #777777;
    white-space: nowrap;
}
.headcontact a:after{
    display: inline-block;
    background: url("../img/arrow_u.svg") no-repeat center center;
    background-size: cover;
    height: 2rem;
    width: 2rem;
    content: "";
    margin: 0 0 0 1rem;
    
}



.gnavi {
    background: #637d28;
}
.gnavi ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    
}
.gnavi li{
    border-left: 1px solid #fff; 
    white-space: nowrap;
}
.gnavi li:last-child{
    border-right: 1px solid #fff;
}


.gnavi a{
    color: #fff;
    width: 100%;
    display: block;
    padding: 0 1.4rem;
}








.menubtn{
    display: none;
 }

.bg_grad01{
  background: rgb(0,114,178);
background: -moz-linear-gradient(90deg, rgba(0,114,178,1) 60%, rgba(0,186,150,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(0,114,178,1) 60%, rgba(0,186,150,1) 100%);
background: linear-gradient(90deg, rgba(0,114,178,1) 60%, rgba(0,186,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0072b2",endColorstr="#00ba96",GradientType=1);
}

/*全体レイアウト
------------------------------------------------*/


/**スマホのメニュー***/
body .sidr{
background: #637d28;

}
.smenu {
    color: #fff;
		position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 34rem;
    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding:1rem;
    background: #637d28;
		-webkit-transform: translateX(25px);
		-ms-transform: translateX(25px);
		transform: translateX(25px);
		z-index: 99990;
		opacity: 0;
    visibility: hidden;
	}
	.smenu.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
	}
.smenu a{

}


.spnavilogo{
    margin: 0 10% 2rem;
}


.smenu a{
    color: #fff;
}


.spmenu{
    text-align: left;
    margin: 0 0 2rem;
}
.spmenu li {

    padding: .5rem 2rem .5rem 0;
    border-bottom: 1px solid #fff;

    color: #fff;
    margin:0 0 .5rem;
     display: block;
     position: relative;
     font-weight: 700;
}
.spmenu li a:after{
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}










.spclose {
    text-align: right;
    padding: 0 0 10px 0;
    font-size: 200%;

}








/*フッター
-------------------------------------------------*/
/*footerの上***/
.foottopwrap{
    background: url("../img/bg_footertop.png") no-repeat bottom center;
   
}
.foottopbox{
    position: relative;
    padding: 0 0 20rem;
}


.fukititle01 {
color: #c1272d;
display: inline-block;
padding: 0 6rem;
background: url("../img/top/fuki1.svg") no-repeat left center,url("../img/top/fuki2.svg") no-repeat right center;
background-size: contain;
}
.fukititle01 p{
    font-size: 2rem;
}
.fukititle01 h2{
    font-size: 5.2rem;
    letter-spacing: -.3rem;
    
}
.foottopimg01{
   position: absolute;
   left: 0;
   bottom: 0rem;
}

.foottopimg02{
   position: absolute;
   right: 0;
   top: 2rem;
}

.gotop img{
    position: absolute;
    right: -10rem;
    top: -3.7rem;
}











/**footer**/
.footerwrap{
    background:url("../img/bg_footer.png") no-repeat center center;
    background-size: cover;
}

.footer{
    padding: 4rem 0;
}
.footlogo{
    padding: 0 0 9rem;
}


.footaddress{
    margin: 0 0 2rem;
}

.footsns li{
    padding: 1rem;
}


.copyrightwrap{
    padding: 1rem 0 13rem;
    font-size: 90%;

   
}



/**下固定**/
.footfixnavi{
    background: #fff;
    border-top: 2px solid #aab88a;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  
}
.footfix{
      height: 12rem;
} 


.footfixlogo h2{
    text-align: left;
    line-height: 1;
}
.footfixlogo h2 strong{
font-size: 3rem;
  margin: 0 1rem;
  font-weight: 700;
}
.footfixlogo h2 span{
font-size: 1.2rem;
  font-weight: 500;
}
.footfixpoint li{
    margin: 0 .3rem;
}
.footfixtel{
    background: #f0e66a;
    border: 3px solid #f6f0c1;
    display: block;
    border-radius: 99px;
    padding: 1rem 2rem;
}
.footfixtel dt{
font-size: 3.6rem;
  color: #c1272d;
  line-height: 1;
}
.footfixtel dd{
    font-size: 1.2rem;
}
.footfixtel dd span{
font-size: 1rem;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 5px;
  display: inline-block;
  margin: 0 .5rem 0 0;
  padding: .0rem .5rem;
  vertical-align: 0px;
}
.footfixtel dd strong{
    font-size: 1.8rem;
    margin: 0 1rem 0 0;
}



.footfixcontact a {
  background: #c1272d;
  color: #fff;
  border: 3px solid #d26267;
  border-radius: 99px;
  font-weight: 700;
  display: inline-block;
  font-size: 2.2rem;
  padding: 3rem 2rem;
  line-height: 1;
  box-shadow: 0px 0px 16px -6px #777777;
}
.footfixcontact a::after {
  display: inline-block;
  background: url("../img/arrow_u.svg") no-repeat center center;
  background-size: cover;
  height: 2rem;
  width: 2rem;
  content: "";
  margin: 0 0 0 1rem;
}







/*トップページ
------------------------------------------------*/
.mainvisualwrap{
  background: url("../img/top/bg_mv.jpg") no-repeat center center;
  background-size: cover;
  padding: 6rem 0 0rem;
  position: relative;
}
.mvbox{
    position: relative;
}
.mvcont{
    text-align: left;
    z-index: 2;
    position: relative;
    padding: 0 0 4rem;
}
.mvimg{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}


/*挨拶**/
.topgreetwrap{
    background: url("../img/top/bg01.jpg") no-repeat center center;
    background-size: cover;
}
.topgreetbox{
    position: relative;
}
.topgreetcont{
    flex-basis: 55%;
    text-align: left;
    color: #fff;
}
.topgreetimg{
    flex-basis: 40%;
}
.topgreettitle p span{
    display: inline-block;
    padding: 0 1rem;
    border: 1px solid #fff;
    border-radius: 99px;
    margin: 0 0 1rem;
}
.topgreettitle h2{
    padding: 0 0 1rem;
}
.topgreettitle h3{
    padding: 0 0 2rem;
    font-size: 2.4rem;
    
}
.topgreetcont p{
    font-size: 1.8rem;
}
.topgreetcont p big{
    font-size: 3.6rem;
}
.greetimg01{
    position: absolute;
    left: -30rem;
    top: 0;
}
.greetimg02{
    position: absolute;
    right: -5rem;
    top: 36rem;
}

/**価格*/
.toppricewrap{
    background:url("../img/top/bg02.jpg") no-repeat top center;
    background-size: cover;
}
.toppricenavititle{
    position: relative;
    padding: 0 0 5rem;
}
.toppricenavititleimg01{
    position: absolute;
    left: 2rem;
    bottom: 0;
}
.toppricenavititleimg02{
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}
.toppricenavi h3{
    background: #c1272d;
    color: #fff;
    font-size: 2rem;
    padding: 1rem;
    margin: 0 0 2rem;
    position: relative;
}

.toppricenavi h3:before {
  content: "";
  position: absolute;
  background: #e0cd4e;
  height: 100%;
  width: 2rem;
  clip-path: polygon(100% 0, 75% 50%, 100% 100%, 0 100%, 0 0);
  left: 0;
  top: 0;
}

.toppricenavi h3:after {
  content: "";
  position: absolute;
  background: #e0cd4e;
  height: 100%;
  width: 2rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 25% 50%, 0 0);
  right: 0;
  top: 0;
}

.toppricenavi ul{
    margin: 0 0 3rem;
}
.toppricenavi li{
    flex-basis: 25%;
}
.topricetitle01{
    margin: 0 0 2rem;
}
.topricetitle01 h3{
    margin: 0 2rem 0 0;
}
.topricetitle01 h4{
    font-size: 2rem;
}

/***/
.topricebox01{
    margin: 0 0 4rem;
}
.topricebox01._01{
    flex-direction: row-reverse;
}

._01 .topricebox01img:after{
    background: url("../img/top/bg_free01.png") no-repeat right top;
    background-size: auto 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200vw;
    content: "";
    display: block;
    z-index:1;
}
._02 .topricebox01img:after{
    background: url("../img/top/bg_free02.png") no-repeat left top;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200vw;
    content: "";
    display: block;
    z-index:1;
}




.topricebox01img{
    position: relative;
    padding: 0 0 3rem;
}
.topricebox01img img{
    position: relative;
    z-index:2;
}
.topriceboxcont{
 position: relative;
    z-index:2;
    flex-basis: 50%;
}
.topprice01{
    padding: 0 0 1rem;
    text-align: left;
}
.topprice01 dl{
    margin: 0 0 2rem;
}
.topprice01 dt{
    margin: 0 2rem 0 0;
    text-align: left;
}
.topprice01 dt h3{
    font-size: 3rem;
    margin: 0 0 .5rem;
}
.topprice01 dt h4{
    display: inline-block;
    background: #637d28;
    border-radius: 4px;
    padding: 0 1rem;
    color: #fff;
}
._02 .topprice01 dt h4{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.bigprice{
    color: #c1272d;
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 1;
   
     text-shadow: 4px  4px 1px #ffffff,
      -4px  4px 1px #ffffff,
       4px -4px 1px #ffffff,
      -4px -4px 1px #ffffff,
       4px  0px 1px #ffffff,
       0px  4px 1px #ffffff,
      -4px  0px 1px #ffffff,
       0px -4px 1px #ffffff,
       0px 4px 10px rgba(0, 0, 0, 0.4);
} 
.bigprice big{
    font-size: 9rem;
}

.toppricelist{
    margin: 0 0 1rem;
}

.toppricelist dl{
    background: #fff;
    flex-basis: 32%;
    border-radius: 5px;
    margin: 0 .5% .5rem;
    text-align: left;
    padding:.8rem 1rem;
     box-shadow:0px 2px 8px rgba(0, 0, 0, 0.2);
}
.toppricelist._02 dl{
    flex-basis: 49%;
}


.toppricelist dt span{
    background: #c1272d;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: 70%;
    padding: 0 1rem;
    margin: 0 0 0 1rem;
}
.toppricelist dd{
    line-height: 1;
}

.pirce01{
    color: #c1272d;
    font-weight: 800;
}
.pirce01 big{
    font-size: 3.2rem;
}

.topricebox01._02 h5{
    text-align: left;
    font-size: 1.8rem;
    margin: 0 0 .5rem;
}
.toppricelist._02 dl p{
    font-size: 80%;
    font-weight: 600;
}


.toppricelist ._pricetag{
     border-radius: 5px;
    display: inline-block;
    font-size: 70%;
    padding: 0.3rem 1rem;
    margin: 0 .5rem 0 0 ;
    background: #fff;
    border: 1px solid #000;
    vertical-align: 3px;
}
.toppricebox02{
    flex-basis: 48%;
    margin: 0 0 3rem;
}
.toppricebox02 h3{
    font-size: 2rem;
    text-align: left;
    margin: 0 0 1rem
}
.toppricebox02img{
    position: relative;
    margin-bottom: -4rem;
}
.toppricebox02img dt{
    background: url("../img/top/bg_free03.png") no-repeat top center;
    background-size:contain;
    font-size: 5.5rem;
    color: #228c73;
    line-height: 1;
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 0;
}
.toppricebox02._02 .toppricebox02img dt{
color: #3f5170;
}


.toppricebox02img dl{
    
}

.toppricebox02img dt span{
    text-align: left;
    display: inline-block;
}
.toppricebox02img dd{
    flex-basis:55%;
    margin: 0 0 0 -20%;
}


.ptable01{
    width: 100%;
    border-radius: 10px;
    border: none;
    border-spacing: 0;
    position: relative;
    margin: 0 0 1rem;

}
.ptable01 th,
.ptable01 td{
    padding: .5rem;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    background: #fff;
    font-size: 1.3rem;
}
.ptable01 th:last-child,
.ptable01 td:last-child{
    border-right: 1px solid #000;
}
.ptable01 tr:last-child th,
.ptable01 tr:last-child td{
 border-bottom: 1px solid #000;
}

.ptable01 th{
    background: #228c73;
    color: #fff;
}

.toppricebox02._02 .ptable01 th{
background: #3f5170;
}

.ptable01 tr:first-child>*:first-child{
    border-radius: 10px 0 0 0;
}
.ptable01 tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
.ptable01 tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
.ptable01 tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}
.ptable01 .pirce01 big{
    font-size: 2.4rem;
}
.toppricebox02 ._cap{
    text-align: left;
    font-size: 85%;
}


.otheritem{
    background: #fff;
    border-radius: 5px;
    padding: 2rem;
}
.otheritem dt{
    font-size: 4rem;
    flex-basis:33%;
}
.otheritem dd{
    flex-basis: 65%;
    padding: 0 5%;
    text-align: left;
    border-left: 1px solid #000;
}

/*お問い合わせ**/
.topcontactwrap{
    background:url("../img/top/bg_topcontact02.png") repeat-x center bottom, url("../img/top/bg_topcontact01.png") no-repeat center center;
    background-size:auto, cover;
}
.topcontact{
    position: relative;
    padding:4rem 0 8rem;
}
.topcontacttitle h2{
    color: #c1272d;
    font-size: 4rem;
    display: inline-block;
    padding: 0 1.5rem;
    position: relative;
    line-height: 1;
}
.topcontacttitle h2::before {
  content: "";
  display: block;
  transform: rotate(-30deg);
  height: 100%;
  border-left: 4px solid #c1272d;
  position: absolute;
  left: 0;
  top: 0;
}
.topcontacttitle h2::after {
  content: "";
  display: block;
  transform: rotate(30deg);
  height: 100%;
  border-left: 4px solid #c1272d;
  position: absolute;
  right: 0;
  top: 0;
}
.topcontacttitle h3{
    color: #c1272d;
    font-size: 5.5rem;
    line-height: 1;
}


.topcontacttitle p{
    padding: 0 0 1rem;
}
.topcontacttitle p span {
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 5px;
  display: inline-block;
  margin: 0 .5rem 0 0;
  padding: .0rem .5rem;
  vertical-align: 5px;
}
.topcontacttitle p strong {
  font-size: 3.5rem;
  margin: 0 1rem 0 0;
}
.contactbtn01{
  background: #c1272d;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 99px;
  font-weight: 700;
  display: inline-block;
  font-size: 2.2rem;
  padding: 3rem 4rem;
  line-height: 1;
  box-shadow: 0px 0px 16px -6px #777777;
}
.contactbtn01 span{
    color: #e0cd4e;
}
.contactbtn01::after {
  display: inline-block;
  background: url("../img/arrow_u.svg") no-repeat center center;
    background-size: auto;
  background-size: cover;
  height: 2rem;
  width: 2rem;
  content: "";
  margin: 0 0 0 1rem;
}


.topcontacttitle02{
    padding: 10rem 0 3rem;
}
.topcontacttitle02 h2{
    padding: 0 0 2rem;
}





.topcontactimg01 {
  position: absolute;
  left: -3rem;
  bottom: 0rem;
}
.topcontactimg02 {
  position: absolute;
  right: 0;
  top: 3rem;
}

.topcontactimg04{
  position: absolute;
  right: -5rem;
  top: 8rem;
}








/**施工事例*/
.title01{
    padding: 0 0 2rem;
}
.title01 h2{
    color: #c1272d;
    font-size: 5.4rem;
    line-height: 1;
    margin: 0 0 1rem;
}

.topworkslide dl{
    background: #f8f3d9;
    margin: 0 1rem;
    border-radius: 5px;
}
.topworkslide dt img{
    border-radius: 5px 5px 0 0;
}

.topworkslide dd h3 img{
    margin: -4rem auto 2rem;
}
.topworkslide dd{
    padding:0 2rem 2rem;
    text-align: left;
}
.topworkslide dd h4{
    margin: 0 0 1rem;
    color: #637d28;
}
.topworkslide ._amido  h4{
    color: #3f5170;
}.topworkslide ._fusuma  h4{
    color: #734476;
}
.topworkslide dd ._name{
    border-bottom: 1px dotted #000;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
}


.prev img
{
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  left: -5%;
  display: block;
  padding: 0;
  cursor: pointer;
  z-index: 90;
}
.next img
{
  position: absolute;
  top: 0%;
  bottom: 0;
  margin: auto;
  right: -5%;
  display: block;
  padding: 0;
  cursor: pointer;
  z-index: 90;
}

/*強み**/
.topstrengthwrap{
    background: url("../img/top/bg05.jpg") no-repeat center top;
    background-size: cover;
}

.strengthpointwrap{
    position: relative;
    margin: 0 0 5rem;
}
.strengthpointwrap._even{
    flex-direction: row-reverse;
}


.strengthtitlebox{
    position: relative;
    margin-right: -2rem;
}
._even .strengthtitlebox{
     margin:0 0 0 -2rem;
}


.strengthtitle{
    background: url("../img/top/bg_free03.png") no-repeat center center;
    background-size:contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20rem;
    height: 20rem;
    
    
}
.strengthtitle h3{
    font-size: 6rem;
    color: #637d28;
    line-height: 1;
}

.stpointimg{
    position: absolute;
    bottom: -3rem;
    left: 0;
    z-index:3;
    width: 28rem;
    
}

.strengthpointboxbg{
    background:url("../img/top/bg_tatami_line.jpg") repeat-x top center, url("../img/top/bg_tatami_line.jpg") repeat-x bottom center,url("../img/top/bg_tatami.jpg") no-repeat center center;
    background-size:auto, auto,cover;
    padding: 5rem 3rem;
    max-width: 82rem;
    position: relative;
    margin: 3rem 0 0;
    z-index: 2;
}
.strengthpointbox{
    background: #fff;
}
._even .strengthpointbox dl{
    flex-direction: row-reverse;
}


.strengthpointbox dt{
    text-align: left;
    flex-basis: 57%;
    padding: 2rem 2rem 2rem 0;
}
.strengthpointbox dt h3{
    font-size: 3rem;
    background: #e7d875;
    border-radius: 0 99px 99px 0;
    padding: 0 2rem;
    margin: 0 0 1rem;
}
._even .strengthpointbox dt h3{
    margin-left: -5rem;
    padding-left: 7rem;
}


.strengthpointbox dt h3 span{
    color: #c1272d;
}
.strengthpointbox dt p{
    padding: 0 0 0 2rem;
}

.strengthpointbox dd{
    flex-basis: 40%;
}
.strengthpointbox dd img{
    transform: rotate(5deg);
    border: 4px solid #e0cd4e;
    box-shadow: 0px 0px 16px -6px #777777;
}
._even .strengthpointbox dd img{
 transform: rotate(-5deg);
}

.stcloudimg01{
    position: absolute;
    top: -1rem;
    right: -12rem;
    z-index: 1;
}
._even .stcloudimg01{
    left: -12rem;
    right: auto;
}

/**流れ**/
.flowbox{
    gap:3rem;
}
.flowbox dl{
    flex-basis: 31%;
}
.flowbox dt{
    padding: 0 0 2rem;
}
.flowbox dt h3{
    color: #637d28;
    margin: 0 0 1rem;
    display: inline-block;
  padding: 0 1.5rem;
  line-height: 1;
  position: relative;
}
.flowbox dt h3::before {
  content: "";
  display: block;
  transform: rotate(-30deg);
  height: 100%;
  border-left: 2px solid #637d28;
  position: absolute;
  left: 0;
  top: 0;
}
.flowbox dt h3::after {
  content: "";
  display: block;
  transform: rotate(30deg);
  height: 100%;
  border-left: 2px solid #637d28;
  position: absolute;
  right: 0;
  top: 0;
}

.flowbox dd{
    text-align: left;
}

/**困りごと*/
.toptroublewrap{
    background: url("../img/top/bg_trouble.png") #b8c473 repeat-x top center;
    padding: 6rem 0 0;
    position: relative;
}
.toptroubletitle{
    color: #637d28;
    padding: 0 0 2rem;
}
.toptroubletitle h3{
    font-size: 2.4rem;
}
.toptroubletitle h2{
    font-size: 6rem;
}
.troublearrow{
    position: absolute;
    bottom: -8rem;
    margin: auto;
    left: 0;
    right: 0;
    
}


/**お客様の声*/
.topvoiceslide dl{
    margin:0 1rem; 
}

.topvoiceslide dt a{
    position: relative;
    display: block;
    margin:0 0 1rem;
}
.topvoiceslide dt a:after{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    height: 3rem;
    width: 3rem;
    background: url("../img/top/icon_zoom.svg") no-repeat center center;
    background-size: cover;
}

/*faq**/
.topfaqwrap{
    background: #f8f3d9;
}
.qabox{
  
    padding: 1rem 0rem;
    text-align: left;

}

.qabox dl{
    padding: 1rem 0;
}
.qabox dt {
  padding: 1rem 5rem 1rem 1rem;
  margin: 0 0 1rem;
  background: #637d28;
  vertical-align: middle;
  position: relative;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.qabox dt::before {
  content: "Q";
  font-size: 3.6rem;
  vertical-align: middle;
  padding: 0 .5rem;
  width: 1em;
  
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;
}
.qabox dt:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  transform: rotate(135deg);
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.qabox dt.active::after {
  transform: rotate(-45deg);

}

.qabox dd {
  padding: 0rem 5rem 2rem 1rem;
  position: relative;
   display: flex;
   

}
.qabox dd::before {
  content: "A";
  font-size: 3.6rem;
  vertical-align: middle;
  padding: 0 .5rem;
  width: 1em;

  top: .3rem;
  left: 0px;
 color: #c1272d;

  text-align: center;
  
  line-height: 1;
  font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;
}


/**about**/
.topaboutwrap{
    background: url("../img/top/bg04.jpg") no-repeat bottom center;
    background-size: cover;
}
.topabouttitle{
    background: url("../img/top/bg_abouttilte.jpg") no-repeat center center;
    background-size: cover;
    padding: 4rem;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.topabouttilteimg01{
    position: absolute;
    bottom: 0;
    left: 5rem;
}
.topabouttilteimg02{
    position: absolute;
    bottom: 0;
    right: 5rem;
}
.topaboutbox{
    background: #fff;
    padding: 3rem 5rem;
}
.topaboutinfo{
    flex-basis: 40%;
}
.map{
    flex-basis: 55%;
}
.map iframe{
    width: 100%;
    height: 35rem;
}
.aboutlogo {
    padding: 0 0 1rem;
}
.aboutlogo strong{
    font-size: 2.8rem;
    margin: 0 1rem;
    font-weight: 800;
}
.topaboutinfo dl{
    margin: 0 0 1rem;
}
.topaboutinfo dt{
    color: #fff;
    background: #637d28;
    border-radius: 5px;
    flex-basis:15%;
    font-size: 90%;
}

.topaboutinfo dd{
    text-align: left;
    flex-basis: 80%;
}
.aboutitle01{
    font-size: 1.8rem;
    margin: 0 0 2rem;
}
.shoplist dd{
padding: 1rem 0;

}



.youtubebtn{
    padding: 1rem 1rem;
    border: 1px solid #c1272d;
    border-radius: 99px;
    max-width: 45rem;
    margin: 0 auto;
}
.youtubebtn strong{
    font-size: 2rem;
    margin: 0 1rem;
}


/*お問い合わせ***/
.contacttel{
    border: 2px solid #c1272d;
    border-radius: 5px;
    position: relative;
    padding: 2rem 2rem 2rem;
    margin: 0 0 5rem;
}

.fukititle {
    max-width: 40rem;
    margin: -4rem auto 2rem;
    background: #c1272d;
    color: #fff;
    border-radius: 5px;
    font-size: 2rem;
    padding: .5rem;
    position: relative;
}
.fukititle._02{
    background: #637d28;
}

.fukititle img{
  vertical-align: -4px;
    margin: 0 .5rem 0 0;
}
.fukititle:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #c1272d transparent transparent transparent;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}
.fukititle._02:after {
border-color: #637d28 transparent transparent transparent;
}

.contacttel h3 a{
  color: #c1272d;
  display: inline-block;
  font-size: 5.5rem;
  line-height: 1;
}

.contacttelimg01{
    position: absolute;
    bottom: 0;
    left: 3rem;
    max-height: 20rem;
}

.contacttelimg02{
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 3rem;
}

/*form**/
.contactbox{
    border: 2px solid #637d28;
    padding: 2rem 10rem;
    border-radius: 5px;
    margin: 0 0 5rem;
}
.formtable {
    margin: 0 0 4rem 0;
    width: 100%;
     border-collapse: collapse;
}
.formtable td,
.formtable th{
	padding:2rem 1rem;
	vertical-align: middle;
    text-align: left;
   
}

.formtable th {

font-weight: 400;
}

.hissu{
    display: inline-block;
    color: #fff;
    background: #c1272d;
    padding: 0px 1rem;
    font-size: 80%;
    margin: 0 10px 0 0;
    border-radius: 5px;
    
}
.nini{    
display: inline-block;
    background: #333333;
    color: #fff;
    padding: 0px 10px;
    font-size: 80%;
    margin: 0 10px 0 0;
   
}

.formtable input[type=text],
.formtable select, 
.formtable textarea {
    padding: 10px 10px;
    border: none;
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 96%;
}
.formtable input{
	vertical-align: middle;
}
.formtable input[type=checkbox],
.formtable input[type=radio]{
  vertical-align: top;
    margin: 7px .5rem 0 0;
}

.checktypebox{
    display: flex;
    flex-wrap: wrap;
}
.checktypebox label{
    flex-basis: 30%;
}

.borderbtm1{
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
}

.douibtn{
    padding: .5rem 8rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}



input[type="submit"].linkbtn01,
input[type="submit"].linkbtn02 {
    /*text-align: center;
    color: #fff;
    font-size: 110%;
    text-decoration: none;
    padding: 10px 30px;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 5px 10px;
    background: #1e2d55;*/
    
    
    background: #c1272d;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 99px;
  font-weight: 700;
  display: inline-block;
  font-size: 2.2rem;
  padding: 2rem 4rem;
  line-height: 1;
  box-shadow: 0px 0px 16px -6px #777777;
    
    
    
 
}
.linkbtn02 {
    background: #aaa;
}










/*********************************/
/* PC用のスタイル記述ここから */
/*********************************/
/*@media print, screen and (min-width: 769px) {*/
@media print, screen and (min-width: 621px) {
img {
    image-rendering: -webkit-optimize-contrast;
}




.gnavi{
	/*display: block!important;*/
}



.leftbox{
	display:inline-block;
	float:left;
	padding:0px 10px 0px 0;
}
	.fmenucont .leftbox {
		padding: 0;
	}
.rightbox{
	display:inline-block;
	float:right;
	padding:0px 0 0px 10px;
}

.centerbox{
	display:inline-block;
	float:left;
	padding:0px 2.2%;
}

.mwidth50{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    max-width: 50%;
}
.mwidth40{
    width: 100%;
    max-width: 41%;
}
.mwidth30{
    width: 100%;
    max-width: 31%;
}
.mwidth60{
    width: 100%;
    max-width: 65%;
}

.mwidth25{
    width: 100%;
    max-width: 23%;
}
.mwidth20{
    width: 100%;
    max-width: 18%;
}







}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1350px) {
.topcampaignslide,.infoguideSlide{
	margin: 0 auto;
	width: 90%;
}
}

/*@media screen and (max-width: 768px) {*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {



}
/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {

html {
		/*360px*/
		font-size: 2.7777777vw;
	}
	body {
		font-size: 1.4rem;
		line-height: 1.5;
	}



.slick-slider {
    touch-action: pan-y;
}


.wrap {

}


.wrap,
.home .wrap{

}
.wrap{
	padding-top:5rem;
}






.mainbody,
.mainbody2,
.header .mainbody{
	margin:0 2rem;
	width:auto;
}

/*
#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#reserve,
#mw_wp_form_mw-wp-form-27{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}
*/
.contents{
    padding: 4rem 0;
}

.spinner {
  width: 150px;

}



/*ヘッダー
------------------------------------------------*/
.headerwrap{
    height: 5rem;
}
.header {
  height: 5rem;
  padding: 0 0 0 1rem;
}


.headright,
.headerwrap .gnavi{
    display: none;
}
.gnavi ul{
    display: none;
}


.logo h1 strong{
   font-size: 2.6rem;
   margin: 0 .5rem;
}
.logo h1 span{
   font-size: 1.4rem;
}
.logo img{
    margin-right: .1rem;
    max-height: 3rem;
}





.menubtn{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    background: #637d28;
    font-size: 235%;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
    width: 5rem;
}













/*フッター
-------------------------------------------------*/
/*footerの上***/

.foottopbox{
    padding: 0 0 55vw;
}


.fukititle01 {
color: #c1272d;
display: inline-block;
padding: 0 4rem;

}
.fukititle01 p{
    font-size: 1.1rem;
}
.fukititle01 h2{
    font-size: 2.2rem;
    letter-spacing: -.3rem;
    
}
.foottopimg01{
   position: absolute;
   left: 0;
   bottom: 0rem;
   width: 35%;
}

.foottopimg02{
   position: absolute;
   right: 0;
   top: auto;
   bottom: 3rem;
   width: 40%;
   
}


  .gotop img {topcontacttitle02
    position: absolute;
    right: -2rem;
    top: 0rem;
  }











/**footer**/
.footer {
  padding: 2rem 0;
}
.copyrightwrap{
    padding-bottom: 5rem;
}



.footfixnavi{
    display: none;
}
.footfixnavisp {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.footfixnavisp li{
    flex-basis: 50%;
}
.footfixnavisp a{
    display: block;
    padding: 1rem;
    background: #c1272d;
    color: #fff;
    font-weight: 700;
}
.footfixnavisp a img{
    margin: 0 .5rem 0 0;
    vertical-align: -8px;
}
.footfixnavisp ._contact a{
    background: #637d28;
}




/*トップページ
------------------------------------------------*/
.mainvisualwrap{
  padding: 2rem 0 0rem;
}

.mvcont{
    padding: 0 0 1rem;
}
.mvimg{
    position: relative;
    right: auto;
    bottom: auto;
}


/*挨拶**/
.topgreetbox{
    display: block;
}
.topgreetcont{
    padding: 0 0 2rem;
}
.topgreetimg{
   
}

.topgreettitle h2{
    padding: 0 0 1rem;
}
.topgreettitle h3{
    padding: 0 0 2rem;
    font-size:1.8rem;
    
}
.topgreetcont p{
    font-size: 1.4rem;
}
.topgreetcont p big{
    font-size: 3rem;
}
.greetimg01{
    display: none;
}
.greetimg02{
  top: auto;
  bottom: 0rem;
}




/**価格*/
.toppricenavititle{
    padding: 0 0 52vw;
}
.toppricenavititle h2{
    margin: 0 10%;
}
.toppricenavititleimg01{
    position: absolute;
    left: 2rem;
    bottom: 0;
    width: 50%;
    z-index: 1;
}
.toppricenavititleimg02{
    position: absolute;
    right: 2rem;
    bottom: 2rem;
     width: 50%;
}
.toppricenavi h3{
    font-size: 1.4rem;
    padding: 1rem 2rem;
    margin: 0 0 2rem;
}

.toppricenavi ul{
    margin: 0 0 2rem;
   
}
.toppricenavi li{
    flex-basis: 48%;
    margin: .5rem 1%;
}
.topricetitle01{
    margin: 0 0 2rem;
    display: block;
}
.topricetitle01 h3{
    margin: 0 0rem 1rem 0;
}
.topricetitle01 h4{
    font-size: 1.6rem;
}

/***/
.topricebox01{
    margin: 0 0 4rem;
    display: block;
}

.topricebox01img{
    padding: 0 0 3rem;
}

.topriceboxcont{
}
.topprice01{
    padding: 0 0 1rem;
    text-align: left;
}
.topprice01 dl{
    margin: 0 0 2rem;
}
.topprice01 dt{
    margin: 0 2rem 0 0;
}
.topprice01 dt h3{
    font-size: 2rem;
    margin: 0 0 .5rem;
}
.bigprice{
    font-size: 2.5rem;
} 
.bigprice big{
    font-size: 4.5rem;
}

.toppricelist{
    margin: 0 0 1rem;
}

.toppricelist dl{
    flex-basis:48%;
    border-radius: 5px;
    margin: 0 .5% .5rem;
}

.toppricelist dd{
    line-height: 1;
}
.toppricelist dt span{
    padding: 0 .5rem;
}

.pirce01{
    font-size: 80%;
}
.pirce01 big{
    font-size: 2rem;
}

.topricebox01._02 h5{
    text-align: left;
    font-size: 1.8rem;
    margin: 0 0 .5rem;
}
.toppricelist._02 dl p{
    font-size: 80%;
    font-weight: 600;
}

.topriceboxcont .txt70{
    font-size: 55%;
}


.toppricelist ._pricetag{
    padding: 0.3rem .5rem;
    margin: 0 .5rem 0 0 ;
    font-size: 60%;
}
.toppricebox02wrap {
    display: block;
}


.toppricebox02{
    margin: 0 0 3rem;
}
.toppricebox02 h3{
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 1rem
}
.toppricebox02img{
    position: relative;
    margin-bottom: -2rem;
}
.toppricebox02img dt{
    font-size: 3rem;
    padding: 4.5rem 0;
}

.ptable01 th,
.ptable01 td{
    padding: .5rem;
    font-size: 1rem;
}


.ptable01 th big{
    display: block;
}


.ptable01 .pirce01 big{
    font-size: 1.6rem;
}
.toppricebox02 ._cap{
    text-align: left;
    font-size: 2.5vw;
}


.otheritem{
    padding: 1rem;
}
.otheritem dl{
    display: block;
}
.otheritem dt{
    font-size: 2.5rem;
    flex-basis:33%;
}
.otheritem dd{
    padding: 1rem 0;
    text-align: left;
    border: none;
    border-top: 1px solid #000;
}






/*お問い合わせ**/

.topcontact{
    padding:4rem 0 54vw;
}
._02 .topcontact{
    padding:4rem 0 88vw;
}




.topcontacttitle h2{
    font-size: 2rem;
    display: inline-block;
    padding: 0 1.5rem;
}

.topcontacttitle h3{
    color: #c1272d;
    font-size: 3.4rem;
    line-height: 1;
}


.topcontacttitle p{
    padding: 0 0 1rem;
    font-size: 80%;
}
.topcontacttitle p span {
  font-size: 1rem;
}
.topcontacttitle p strong {
  font-size: 2.2rem;
  margin: 0 1rem 0 0;
}
.contactbtn01{
  display: block;
  font-size: 1.6rem;
  padding: 1rem 1rem;
  line-height: 1;
}
.contactbtn01 span{
    color: #e0cd4e;
}
.contactbtn01::after {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: -2px

}


.topcontacttitle02{
    padding: 5rem 0 3rem;
}





.topcontactimg01 {
  position: absolute;
  left: -0rem;
  bottom: 0rem;
  width: 50%;
}
._02 .topcontactimg01{
    width: 40%;
    left: 5%;
} 


.topcontactimg02 {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 3rem;
  width: 50%;
}

.topcontactimg04{
  position: absolute;
  right:0rem;
   top: auto;
  bottom: 2rem;
  width: 50%;
}






/**施工事例*/

.title01 h2{
    font-size: 3.2rem;
}



/*強み**/
.strengthpointwrap{
    margin:1rem 0 3rem;
    display: block;
}



.strengthtitlebox,
._even .strengthtitlebox{
    position: relative;
    margin:0 -2rem -3rem 0;
}




.strengthtitle{
    width: 15rem;
    height: 15rem;
    margin-left: 10%;
    
    
}
.strengthtitle h3{
    font-size: 4rem;
}

.stpointimg{
    position: absolute;
    bottom: -3rem;
    left:auto;
    right: 0;
    width: 55%;
}
.strengthpointboxbg{
    padding: 5rem 2rem;
    margin: 3rem 0 0;
}

.strengthpointbox dl{
    display: block;
}

.strengthpointbox dt{
    padding: 2rem 2rem 2rem 0;
}
.strengthpointbox dt h3,
._even .strengthpointbox dt h3{
    font-size: 2.2rem;
    padding: 1rem 1rem;
    margin: 0 0 1rem;
}
.strengthpointbox dd img{
    max-width: 80%;
    margin: 0 auto;
}

.stcloudimg01{
display: none;
}


/**流れ**/
.flowbox{
    display: block;
}
.flowbox dl{
    margin: 0 0 2rem;
}
.flowbox dt{
    padding: 0 10% 2rem;
}



/**困りごと*/
.toptroublewrap{
    background: url("../img/top/bg_trouble.png") #b8c473 repeat-x top center;
    background-size: 300%;
    padding: 3rem 0 0;

}
.toptroubletitle{
    padding: 0 0 2rem;
}
.toptroubletitle h3{
    font-size: 1.5rem;
}
.toptroubletitle h2{
    font-size:7.2vw;
}
.troublearrow{
    position: absolute;
    bottom: -8rem;
    margin: auto;
    left: 0;
    right: 0;
    
}



/**about**/
.topabouttitle{
    padding: 1rem 10% 28vw;
}
.topabouttilteimg01{
    left: 1rem;
    width: 50%;
}
.topabouttilteimg02{
    right: 1rem;
    width: 50%;
}
.topaboutinfowrap {
 display: block;
}

.topaboutbox{
    padding: 2em 2rem;
   
}
.topaboutinfo{
   margin: 0 0 2rem;
}
.map{
    
}
.map iframe{
    height: 25rem;
}
.aboutlogo {
    padding: 0 0 1rem;
}
.aboutlogo img{
    max-height: 3rem;
}
.aboutlogo strong{
    font-size: 2rem;
    margin: 0 .5rem;
}
.topaboutinfo dl{
    margin: 0 0 1rem;
    font-size: 90%;
}

.aboutitle01{
    font-size: 1.6rem;
    margin: 0 0 2rem;
}
.shoplist dl{
    flex-basis: 48%;
    margin: 0 0 1rem;
}
.shoplist dd{
padding: 1rem 0;

}



.youtubebtn{
    padding: 1rem 1rem;
    border: 1px solid #c1272d;
    border-radius: 99px;
    max-width: 45rem;
    margin: 0 auto;
}
.youtubebtn strong{
    font-size: 1rem;
    margin: 0 .5rem;
}





/*お問い合わせ***/
.contacttel{
    padding: 2rem 2rem 40vw;
    margin: 0 0 5rem;
}

.fukititle {
    max-width: 40rem;
    margin: -4rem auto 2rem;
    font-size: 1.4rem;
    padding: .5rem;
}

.fukititle img{
  vertical-align: -8px;
}



.contacttel h3 a{
  font-size: 3.2rem;
}

.contacttelimg01{
    position: absolute;
    bottom: 0;
    left: 10%;
    max-height: 20rem;
    width: 40%;
    
}

.contacttelimg02{
    position: absolute;
    bottom: 3rem;
    top: auto;
    margin: auto;
    right: 10%;
     width: 40%;
}

/*form**/
.contactbox{
    padding: 2rem 1rem;
    margin: 0 0 1rem;
}
.formtable {
    margin: 0 0 4rem 0;
    width: 100%;
}
.formtable td,
.formtable th{
    display: block;
	padding:1rem 1rem;
   
}

.checktypebox label{
    flex-basis: 50%;
}
.formtable input[type="checkbox"], .formtable input[type="radio"] {
  margin: 5px .5rem 0 0;
}


.douibtn{
    padding: .5rem 1rem;
    display: block;
    text-align: center;
}



input[type="submit"].linkbtn01,.linkbtn02 {
  display: block;
  font-size:1.8rem;
  padding: 2rem 1rem;
  width: 100%;
    
    
    
 
}





















.onlypc{
	display:none;
}
.onlysp{
	display: block;
}



.spblock{
	display: block;
}

.spcenter{
    text-align: center;
}




}







/*safariのみ**/
_::-webkit-full-page-media, _:future, :root .contacttel dd{

}


/*ieのみ*/
@media all and (-ms-high-contrast: none) {


}
