*{
  padding:0;
  margin:0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
img{
  max-width:100%;
  vertical-align:bottom;
}
ul{
  list-style:none;
}
h1,h2,h3,h4,h5,h6{
  line-height: initial;
}
body{
  font-size:16px;
  color:#2b2b2b;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height:1.8rem;
}
@media all and (-ms-high-contrast: none) {
  body{line-height:normal;}
  .brdDashedBox ul li span{display:inline-block;padding:13px 10px 2px 8px !important; line-height:100%;}
}
a{
  color:#2b2b2b;
  text-decoration:none;
  transition-duration: .2s;
}
a:hover{
  color:#510f11;
  opacity:.7;
}
#container{
  width:1183px;
  margin:0 auto;
  overflow-x:auto;
}
.pcOnly{
  display:block;
}
.spOnly{
  display:none;
}
.fntNotoSerif400{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
}
.fntNotoSerif500{
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
}
.fntYumincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.hdrFv{
  width:100%;
  margin:0 auto;
  background:url(../img/hdrFvTopBg.png) no-repeat;
    background-size: cover;
  min-height:600px;
  overflow:hidden;
  position:relative;
}
.hdrLogo{
  padding:15px 0 0 20px;
  float:left;
}
.hdrFv .nav-list{
  width: 670px;
  display:flex;
/*  margin:35px 15px 0 0;*/
/*  float:right;*/
    margin: 35px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}
.hdrFv .nav-list li{
  font-size:14px;
  text-align:center;
  margin-left: 26px;
  letter-spacing: 0.1em;
}
.hdrFv .nav-list li a:hover{
  border-bottom: 1px solid #510f11;
  padding-bottom: 2px;
}
.hdrFv .nav-list li a.active{
  color:#510f11;
  border-bottom: 1px solid #510f11;
  padding-bottom: 2px;
}
.hdrFv .hdrTelBg{
  width:240px;
  background:#552729;
  text-align:center;
  padding:15px 0;
  float:right;
}
.hdrFvLead{
  clear:both;
  position:absolute;
  top:160px;
  left:350px;
}
.pageLead{
  text-align:center;
  margin:60px auto;
}
.pageLead h1{
  font-size:50px;
}
.dottedHr{
  width:800px;
  border-bottom:dashed 1px #222;
  border-left:none;
  border-right:none;
  border-top:none;
  margin:20px auto;
}
.pageLead h1 span.subH1{
  display:block;
  font-size:40px;
}
.pageLead p{
  font-size:20px;
}
.maker{
  background:linear-gradient(transparent 75%, #ece3c7 75%);
  padding:0 5px;
}
.boxReason6{
  width:1183px;
  background:url(../img/boxReason6Bg.png) no-repeat;
  min-height:573px;
  padding:50px 0 0;
  margin:0 auto 80px;
}
.boxReason6 > div{
  width:1000px;
  background:rgba(255,255,255,0.95);
  padding:50px 45px;
  margin:0 auto;
}
.sectionLead{
  font-size:24px;
  text-align:center;
}
.sectionLead:after {
  display: block;
  content: "";
  height: 1px;
  width: 60px;
  border-bottom: solid 1px #552729;
  margin: 15px auto 0;
}
.boxReason6 > div h2{
  font-size:40px;
  text-align:center;
  margin-top: -25px;
  margin-bottom:25px;
}
.boxReason6 > div h2 span{
  color:#552729;
}
.boxReason6 > div h2 span span{
  font-size:70px;
}
.brdDashedBox{
  border:dashed 1px #222;
  padding:20px;
}
.brdDashedBox ul{
  display:flex;
  flex-wrap:wrap;
}
.brdDashedBox ul li{
  font-size:22px;
  font-weight:600;
  letter-spacing:1px;
}
.brdDashedBox ul li:nth-child(2n+1){
  width:56%;
}
.brdDashedBox ul li:nth-child(2n){
  width:44%;
}
.brdDashedBox ul li:nth-child(3),
.brdDashedBox ul li:nth-child(4){
  margin:25px 0;
}
.brdDashedBox ul li span{
  color:#552729;
  font-size:28px;
  background:#e5e1e3;
  text-align:center;
  letter-spacing:-2px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  border-radius: 130px;
  padding:5px 10px 2px 8px;
  margin-right:13px;
}
.boxPlan{
  width:1183px;
  min-height:500px;
  background:url(../img/planBoxBg.png) no-repeat;
  margin:0 auto;
  overflow:hidden;
}
.boxPlan > p{
  width:auto;
  padding:40px 0 0 135px;
  float:left;
}
.boxPlan > div{
  color:#FFF;
  width:590px;
  font-size:16px;
  padding: 60px 0 0 90px;
  float:left;
}
.boxPlan > div h2{
  font-size:20px;
  font-weight:normal;
  margin:0 0 30px;
}
.boxPlanList{
  width:1100px;
  background:#FFF;
  padding:50px;
  margin:-177px auto 40px;
  box-shadow: 0px 0px 25px 0px rgba(26,26,26,0.2);
}
.boxPlanList ul{
  display:flex;
  flex-wrap:wrap;
}
.boxPlanList ul li{
  width:calc(96% / 2);
  margin-bottom:60px;
}
.boxPlanList ul li:nth-child(2n+1){
  margin-right:2%;
}
.boxPlanList ul li:nth-child(2n){
  margin-left:2%;
}
.boxPlanList ul li h3{
  color:#FFF;
  font-size:24px;
  background:#552729;
  text-align:center;
  padding:20px 0;
}
.boxPlanList ul li p{
  margin:28px 0;
}
.boxPlanList ul li .planPrice{
  text-align:right;
  margin:10px 0 0;
}
.btMore{
  text-align:center;
}
.btMore a{
  display:inline-block;
  color:#FFF;
  background:#222;
  text-align:center;
  padding:20px 90px;
  position:relative;
}
.btMore a:after{
  content:url(../img/btMoreArrow.png);
  position:absolute;
  right:15px;
}
.boxWorks{
  width:1183px;
  margin:0 auto;
  overflow:hidden;
}
.boxWorks p{
  width:auto;
  padding:40px 0 0 135px;
  float:left;
  position: relative;
  z-index: 2;
}
.boxWorks div{
  width:1015px;
  font-size:20px;
  padding: 60px 0 0 90px;
  float:left;
}
.boxWorksBg{
  width:1183px;
  background:linear-gradient(90deg,#FFF 0%,#FFF 6%,#f0f0f0 6%,#f0f0f0 100%);
  padding:40px 0 75px 230px;
  margin:-150px auto 80px;
  position:relative;
  z-index: 1;
}
.boxWorksBg ul{
  display:flex;
  margin-bottom: 40px;
}
.boxWorksBg ul li{
  width:calc(814px / 2);
  box-shadow: 0px 0px 25px 0px rgba(26,26,26,0.2);
}
.boxWorksBg ul li:nth-child(2n){
  margin-left:48px;
}
.hlBoxWorksBg{
  display:inline-block;
  font-size:28px;
  border-bottom:solid 1px #222;
  padding:0 20px 12px;
  margin-bottom:30px;
}
.boxWorksBg ul li div{
  padding:23px 25px;
}
.boxWorksBg ul li div h4{
  font-size:18px;
  margin-bottom:12px;
}
.boxWorksBgMore{
  font-weight:600;
  text-align:center;
  position:absolute;
  bottom:75px;
  left:115px;
}
.boxWorksBgMore img{
  margin-top:5px;
}
.boxAbout{
  width:1183px;
  margin:0 auto 75px;
}
.boxAbout h2{
  font-size:40px;
  text-align:center;
}
.boxAbout h2:after {
  display: block;
  content: "";
  height: 1px;
  width: 60px;
  border-bottom: solid 1px #552729;
  margin: 22px auto 12px;
}
.boxAbout > p{
  font-size:20px;
  text-align:center;
  margin-bottom:50px;
}
.boxGridBox1,
.boxGridBox2{
  min-height:600px;
  position:relative;
}
.boxGrid1{
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}
.boxGrid2{
  position:absolute;
  width:660px;
  min-height:480px;
  background:#FFF;
  box-shadow: 0px 0px 25px 0px rgba(26,26,26,0.2);
  padding:70px;
  top:55px;
  right:0;
  z-index:2;
}
.boxGrid3{
  position:absolute;
  width:660px;
  min-height:480px;
  background:#FFF;
  box-shadow: 0px 0px 25px 0px rgba(26,26,26,0.2);
  padding:70px;
  top:60px;
  left:0;
  z-index:4;
}
.boxGrid3 div{
  margin-bottom:37px;
}
.boxGrid3 div p{
  margin-bottom:3px;
}
.boxGrid3 .btMore{
  text-align:left;
}
.boxGrid4{
  position:absolute;
  top:0;
  right:0;
  z-index:3;
}
.boxGrid2 div{
  margin-bottom:40px;
}
.boxAboutSubHl{
  color:#552729;
  padding-left:70px;
  position:relative;
}
.boxAboutSubHl:before{
  content:"";
  width:60px;
  border-top:solid 1px #552729;
  position:absolute;
  left:0;
  top:50%;
}
.boxAbout h3{
  font-size:33px;
  margin:20px 0 30px;
}
.boxGrid2 .btMore{
  width:285px;
  text-align:left;
}
.boxGrid2 .btMore a{
  padding: 20px 46px;
}
.boxBlog{
  text-align:center;
  position:relative;
  z-index:2;
}
.boxBlog > p img.pcOnly{
  display:inline-block;
}
.boxBlogBg{
  width:1183px;
  background:#f0f0f0;
  padding:0 0 80px;
  margin: -95px auto 0;
  position:relative;
  z-index:1;
}
.boxBlogBg > p{
  font-size: 20px;
  text-align: center;
  padding: 120px 0 45px;
}
.boxBlogBg ul{
  display:flex;
  width:1000px;
  margin:0 auto;
}
.boxBlogBg ul li{
  width:calc(900px / 3);
}
.boxBlogBg ul li:nth-child(2){
  margin:0 50px;
}
.boxBlogBg ul li a img{
  position:relative;
  z-index:1;
}
.boxBlogBg ul li a div{
  width:90%;
  background:#FFF;
  padding:15px 20px;
  margin:-30px 0 0;
  position:relative;
  z-index:2;
}
.boxBlogBg ul li a div p.title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxBlogBg ul li a div p.date{
  font-size:14px;
}
.boxFtr{
  width:100%;
  margin:0 auto;
}
.boxFtrLead{
  font-size:22px;
  text-align:center;
  margin:80px 0 30px;
}
.boxFtrTelMail{
  width:900px;
  border-top:solid 1px #a2a2a2;
  border-bottom:solid 1px #a2a2a2;
  padding:50px 0;
  margin:0 auto 80px;
}
.boxFtrTelMail ul{
  display:flex;
  width:830px;
  margin:0 auto;
}
.boxFtrTelMail li{
  width:calc(830px / 2);
}
.boxFtrTelMail li:nth-child(1){
  margin-right:2%;
}
.boxFtrTelMail li:nth-child(2){
  margin-left:2%;
}
.boxFtrMoreBt a{
  display:block;
  color:#FFF;
  text-align:center;
  background:#552729;
  padding:20px 70px;
  position:relative;
}
.boxFtrMoreBt a:after{
  content:url(../img/btMoreArrow.png);
  position:absolute;
  right:15px;
}
.footer{
  font-size: 14px;
  min-height:245px;
  background:url(../img/footerBg.png) no-repeat;
  padding:55px 100px 30px;
    background-size: cover;
}
.footerBox{
    margin: 0 auto;
    width: 1083px;
}
.footer div ul{
  display:flex;
}
.footer div ul li:nth-child(1){
  width:660px;
}
.footer div ul li:nth-child(2){
  text-align:right;
}
.footer > ul{
  text-align: center;
  clear: both;
  margin: 40px 0 0;
}
.footer > ul li{
  display: inline-block;
  padding: 0 15px;
}
.footerLogo{
  margin:10px 0;
}
.copyRights{
  color:#FFF;
  font-size:14px;
  width:100%;
  text-align:center;
  background:#222;
  padding:10px 0;
  margin:0 auto;
}
#pagetop{
  position: fixed;
  bottom: 70px;
  right: 50px;
}
.footTel{
    background-color: #552729;
    color: #fff;
    padding: 10px;
    width: 265px;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

/*対応エリア*/
.area{
  margin-top: 30px;
}

.f-h3{
  font-size: 20px;
}

.f-h4{
  font-size: 18px;
}

@media screen and (max-width:768px){
body{
  font-size:1.2rem;
}
.pcOnly{
  display:none;
}
.spOnly{
  display:block;
}
.hdrFv{
  width:100%;
  background:url(../img/hdrFvTopBgSp.png) no-repeat;
  background-size:cover;
}
.hdrFvLead{
  position: inherit;
  top: auto;
  left: auto;
  text-align: center;
  padding-top: 25%;
}
.hdrFvLead img.spOnly{
  display:inline-block;
  width: 35%;
}
.hdrLogo img{
  width:60%;
}
.hdrFv > div{
  width:100%;
  background:#FFF;
}
.pageLead h1{
  font-size: 40px;
  width: 90%;
  margin: 0 auto;
}
.pageLead h1 span.subH1{
  font-size: 1.5rem;
  padding-top: 5%;
}
.pageLead{
  margin: 10% auto;
}
.dottedHr{
  width:90%;
}
.pageLead p {
  font-size: 1.5rem;
  width: 95%;
  margin: 0 auto;
}
.boxReason6{
  width:100%;
  background-image:none;
  background-color:#a2a2a2;
  padding: 30px 0;
}
.boxReason6 > div{
  width: 95%;
  padding: 30px 10px;
}
.sectionLead{
  font-size: 1.5rem;
}
.sectionLead:after{
  width: 80px;
  margin: 20px auto 40px;
}
.boxReason6 > div h2{
  font-size: 2rem;
  line-height: 2.8rem;
}
.boxReason6 > div h2 span span{
  font-size: 3.5rem;
}
.brdDashedBox ul {
  display: block;
  flex-wrap: inherit;
}
.brdDashedBox ul li{
  font-size: 1rem;
  letter-spacing: 0;
  margin: 1rem 0 !important;
}
.brdDashedBox ul li:nth-child(2n+1),
.brdDashedBox ul li:nth-child(2n) {
  width: 100%;
}
.brdDashedBox ul li span{
  font-size: 1rem;
  letter-spacing: -1px;
  padding: 5px 8px 5px 7px;
  letter-spacing: 0px;
}
.brdDashedBox{
  padding:0 .5rem;
}
.boxPlan{
  width:100%;
  min-height:auto;
  background:url(../img/planBoxBgSp.png) no-repeat;
  background-size:cover;
  padding-bottom: 15%;
  margin:0 auto;
  overflow: inherit;
}
.boxPlan > p {
  width: 100%;
  text-align: center;
  padding: 0;
  float: none;
}
.boxPlan > p img.spOnly{
  display: inline-block;
  margin-top: 3rem;
  width: 6.5%;
}
.boxPlan > div{
  width: 100%;
  font-size: 1.2rem;
  padding: 5%;
  float: none;
}
.boxPlan > div h2{
  font-size: 1.5rem;
  margin: 10% 0 5%;
}
.boxPlanList{
  width: 95%;
  padding: 5% 5% 10%;
  margin: -10% auto 15%;
}
.boxPlanList ul {
  display: block;
  flex-wrap: inherit;
}
.boxPlanList ul li {
  width: 100%;
  margin-bottom: 10%;
}
.btMore a{
  display: block;
}
.boxWorks{
  width: 90%;
  overflow: inherit;
}
.boxWorks p img.spOnly{
  width:50%;
}
.boxWorks p{
  width: 100%;
  padding: 0;
  float: none;
}
.boxWorks div {
  width: 100%;
  font-size: 1.5rem;
  padding: 10% 0;
  float: none;
}
.boxWorksBg{
  width: 100%;
  background: #f0f0f0;
  padding: 10% 5% 15%;
  margin: 0;
}
.boxWorksBg ul {
  display: block;
}
.boxWorksBg ul li{
  width:100%;
  margin-bottom: 10%;
}
.boxWorksBg ul li:nth-child(2n) {
  margin-left: 0;
}
.boxWorksBg ul li div{
  background: #FFF;
}
.boxWorksBgMore {
  position: relative;
  bottom: auto;
  left: auto;
}
.boxAbout{
  width: 100%;
  margin: 15% 0;
}
.boxGridBox1, .boxGridBox2{
  min-height: auto;
}
.boxGrid1,
.boxGrid2,
.boxGrid3,
.boxGrid4 {
  width: 100%;
  min-height: auto;
  position: relative;
  top: auto;
  left: auto;
}
.boxGrid2,
.boxGrid3{
  padding: 10% 5%;
}
.boxGrid2 .btMore,
.boxGrid3 .btMore{
  width:100%;
}
.boxBlog p img.spOnly{
  display:inline-block;
  width: 9%;
}
.boxBlogBg{
  width: 100%;
  padding: 0 0 10%;
  margin: -25% auto 0;
}
.boxBlogBg > p{
  font-size: 1.5rem;
  padding: 35% 0 10%;
}
.boxBlogBg ul {
  display: block;
  width: 95%;
}
.boxBlogBg ul li {
  width: 100%;
  margin:0 0 10% !important;
}
.boxBlogBg ul li img{
  width:100%;
}
.boxBlogBg ul li a div p.date {
  font-size: 1rem;
}
.boxFtr{
  width: 100%;
}
.boxFtrLead{
  font-size: 1.5rem;
  margin: 15% 0 10%;
}
.boxFtrTelMail{
  width: 95%;
  padding: 13% 0 3%;
  margin: 0 auto 15%;
}
.boxFtrTelMail ul {
  display: block;
  width: 100%;
}
.boxFtrTelMail li {
  width: 100%;
  margin:0 0 10% !important;
}
.boxFtrMoreBt a{
  padding: 6% 10%;
}
.footer{
  font-size: 1.1rem;
  min-height:auto;
  background:url(../img/footerBgSp.png) no-repeat;
  padding:5%;
}
.footerBox{
margin: 0 auto;
width: 100%;
}
.footer div ul{
  display: block;
}
.footer div ul li:nth-child(1){
  width: 100%;
  text-align: center;
  margin: 0 0 5%;
}
.footerLogo img.spOnly{
  display:inline-block;
  width:80%;
}
.footer > ul{
  display: flex;
  flex-wrap: wrap;
  margin: 5% 0 10%;
}
.footer > ul li{
  width: calc(100% / 2);
  text-align: left;
  padding: 2% 9%;
}
.copyRights{
  font-size: .8rem;
  width: 100%;
}
#pagetop{
  bottom: 8%;
  right: 5%;
  z-index: 5;
}
.boxGrid4 iframe{
  width:100%;
  height: 454px;
}
.hdrFv .nav-list li{
  font-size:1.5rem;
  margin-left: 0;
}
.boxBlog > p img.pcOnly{
  display:none;
}

/* ハンバーガーメニュー */
.burger-btn{
  display: block;
  width: 70px !important;
  height: 70px;
  position: fixed;
  z-index: 7;
  right: 0;
}
.hdrFv > div.burger-btn{
  background: #222;
}
.hdrFv > div.close{
  background: #FFF;
}
.bar{
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
}
.hdrFv > div.close .bar{
  background-color: #222;
}
.bar_top{
  top: 23px;
  transition: transform .3s;
}
.bar_mid{
  width: 15px;
  top: 50%;
  transform: translate(-95%,-50%);
  transition: transform .3s;
}
.bar_bottom{
  width: 20px;
  bottom: 23px;
  transition: transform .3s;
  transform: translateX(-75%);
}
.burger-btn.close .bar_bottom{
  width:30px;
}
.burger-btn.close .bar_top{
  transform: translate(-50%,10px) rotate(45deg);
  transition: transform .3s;
}
.burger-btn.close .bar_mid{
  opacity: 0;
  transition: opacity .3s;
}
.burger-btn.close .bar_bottom{
  transform: translate(-50%,-12px) rotate(-45deg);
  transition: transform .3s;
}
.nav-wrapper{
  transform: translateX(100%);
  transition: .3s;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}
.nav-wrapper.slide-in{
  transform: translateX(0);
  transition: .3s;
}
.header-nav{
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header-nav .nav-list{
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.header-nav .nav-list li:last-child{
  margin-top:20%;
}
.header-nav .nav-item{
  margin-right: 0;
  margin-bottom: 30px;
}

}