@charset "utf-8";

/*** index ***/
#home .intro{
  max-width: 520px;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
  font-size: 1.4rem;
  line-height: 2;
}
#home .shincasa .logo{
  width: 520px;
  display: block;
  transition: .3s;
  z-index: 1;
  margin: 0 0 30px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#home .shincasa .logo.fixed{
  position: fixed;
  top: 10%;
}
#home .shincasa .logo .bk{
  display: block;
}
#home .shincasa .logo .w{
  display: none;
}
#home .shincasa .logo.fixed .bk{
  display: none;
}
#home .shincasa .logo.fixed .w{
  display: block;
}
#home .shincasa .logo.fixed.none{
  opacity: 0;
}
#home .shincasa figure{
  position: relative;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
#home .shincasa figure .scroll{
  position: absolute;
  top: 50px;
  right: 30px;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
  width: 21px;
}
#home .shincasa figure .scroll.fixed{
  position: fixed;
}
#home .shincasa figure .scroll.none{
  opacity: 0;
  animation: none;
}
#home .message{
  padding: 100px 0;
  background-color: #F5F3EC;
}
#home .message .tit{
  width: 87px;
  margin-bottom: 20px;
}
#home .message .inner{
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
#home .message .inner .wrap{
  display: flex;
  justify-content: space-between;
}
#home .message .inner .wrap .txtBox{
  color: #000;
  margin-right: 30px;
}
#home .message .inner .wrap .txtBox .midashi{
  max-width: 476px;
  margin-bottom: 20px;
}
#home .message .inner .wrap .txtBox .txt{
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
}
#home .message .inner .wrap .txtBox .name{
  display: flex;
  align-items: center;
}
#home .message .inner .wrap .txtBox .name span{
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-right: 20px;
}
#home .message .inner .wrap .txtBox .name strong{
  max-width: 110px;
}
#home .message .inner .wrap figure img{
  width: auto;
}
@media (max-width: 798px){
  #home .shincasa .logo{
    width: 60%;
    height: auto;
  }
  #home .shincasa figure .scroll{
    top: 20px;
    right: 10px;
    width: 15px;
  }
  #home .message{
    padding: 60px 0;
  }
  #home .message .tit{
    width: 87px;
  }
  #home .message .inner{
    width: 90%;
  }
  #home .message .inner .wrap{
    display: block;
  }
  #home .message .inner .wrap .txtBox{
    margin: 0 0 30px;
  }
  #home .message .inner .wrap .txtBox .midashi{
    max-width: 476px;
    margin-bottom: 20px;
  }
  #home .message .inner .wrap .txtBox .txt{
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  #home .message .inner .wrap .txtBox .name strong{
    max-width: 80px;
  }
  #home .message .inner .wrap figure img{
    width: 100%;
  }
}

/*** pursue ***/
#pursue .mv{
  background: url(../img/pursue/mv.jpg) no-repeat center center/cover;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 53.5%;
}
#pursue .mv h2{
  position: absolute;
  max-width: 560px;
  width: 94%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#pursue .tab_area{
  display: flex;
  justify-content: space-between;
  margin-top: -58px;
  background-color: rgba(255,255,255,.25);
  position: relative;
  z-index: 1;
}
#pursue .tab_area li{
  width: 33.333%;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  padding: 15px 0;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  opacity: .5;
}
#pursue .tab_area li.select,
#pursue .tab_area li:hover{
  opacity: 1;
}
#pursue .content_area{
  padding: 120px 0 0;
}
#pursue .content_area .tit{
  text-align: center;
  line-height: 1.4;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  letter-spacing: .2rem;
  font-size: 5.6rem;
  margin-bottom: 100px;
}
#pursue .content_area .tit img{
  display: block;
  width: auto;
  margin: 20px auto 0;
  height: 30px;
}
#pursue .content_area ul li{
  padding: 100px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
#pursue .content_area ul li:after{
  content: '';
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  left: 0;
  z-index: -1;
}
#pursue .content_area ul li:nth-child(even):after{
  left: initial;
  right: 0;
}
#pursue .content_area.made ul li:after{
  background-color: #F5F3EC;
}
#pursue .content_area.feel ul li:after{
  background-color: #D0EAE8;
}
#pursue .content_area.hand ul li:after{
  background-color: #D8C3CD;
}
#pursue .content_area ul li .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#pursue .content_area ul li:nth-child(odd) .inner{
  flex-flow: row-reverse;
}
#pursue .content_area ul li .inner img{
  width: auto;
}
#pursue .content_area ul li .inner .txtBox{
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 0 0 0 40px;
}
#pursue .content_area ul li .inner .txtBox strong{
  font-size: 1.9rem;
  display: block;
}
#pursue .content_area ul li:nth-child(odd) .inner .txtBox{
  margin: 0 40px 0 0;
}
@media (max-width: 798px){
  #pursue .mv h2{
    width: 90%;
  }
  #pursue .tab_area{
    margin-top: -49px;
  }
  #pursue .tab_area li{
    font-size: 1.4rem;
    padding: 15px 0;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    opacity: .5;
  }
  #pursue .content_area{
    padding: 40px 0 0;
  }
  #pursue .content_area .tit{
    font-size: 3rem;
    margin-bottom: 40px;
  }
  #pursue .content_area .tit img{
    margin: 10px auto 0;
    height: 10px;
  }
  #pursue .content_area ul li{
    padding: 40px 0;
    margin-bottom: 20px;
  }
  #pursue .content_area ul li .inner{
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #pursue .content_area ul li .inner img{
    width: 100%;
  }
  #pursue .content_area ul li .inner .txtBox{
    font-size: 1.2rem;
    line-height: 2;
    margin: 20px 0 0;
  }
  #pursue .content_area ul li:nth-child(odd) .inner .txtBox{
    margin: 20px 0 0;
  }
}

/*** case ***/
#case .mv{
  background: url(../img/case/mv.jpg) no-repeat center center/cover;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 53.5%;
}
#case .mv h2{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: .2rem;
  font-size: 12rem;
  color: #fff;
}
#case .mv h2 span{
  display: block;
  font-size: 1.8rem;
  margin-bottom: -15px;
}
#case .intro{
  padding: 80px 0;
  text-align: center;
}
#case .intro h3{
  max-width: 420px;
  margin: 0 auto 60px;
}
#case .intro .txt{
  line-height: 2;
  font-size: 1.4rem;
}
#case .intro .features{
  display: flex;
  justify-content: center;
  max-width: 520px;
  margin: 30px auto 0;
}
#case .intro .features li:nth-child(2){
  margin: 0 -10px 0;
}
#case .gallery .en{
  text-align: center;
  margin-bottom: 30px;
}
#case .gallery .en p{
  color: #E6E1D0;
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: .2rem;
  font-size: 11rem;
  display: inline-block;
}
#case .gallery .en span{
  display: block;
  font-size: 3.6rem;
  margin-top: -10px;
  text-align: right;
}
#case .gallery li ol{
  max-width: 830px;
  width: 94%;
  margin: 0 auto;
  padding: 20px 0 40px;
  line-height: 2;
  font-size: 1.4rem;
}
#case .gallery li ol li{
  text-indent: -5rem;
  margin-left: 5rem
}
#case .gallery li ol li a{
  text-decoration: underline;
}
#case .gallery li ol li a:hover{
  text-decoration: none;
}
#case .bf_af{
  padding: 80px 0;
}
#case .bf_af .midashi{
  text-align: center;
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: .2rem;
  font-size: 5.6rem;
  margin-bottom: 80px;
}
#case .bf_af .midashi span{
  max-width: 780px;
  width: 94%;
  display: block;
  margin: 10px auto 0;
}
#case .bf_af .zu{
  padding-bottom: 30px;
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
#case .bf_af .zu li{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#case .bf_af .zu li.before{
  margin: 0 auto 70px;
  padding-bottom: 70px;
  position: relative;
}
#case .bf_af .zu li.before:after{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 80px 0 80px;
  border-color: #e6e1d0 transparent transparent transparent;
}
#case .bf_af .zu li figure img{
  width: auto;
}
#case .bf_af .zu li .txtBox{
  line-height: 2.2;
  font-size: 1.6rem;
  margin: 0 0 0 30px;
}
#case .bf_af .zu li .txtBox .tit{
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: .6rem;
  margin-bottom: 30px;
}
#case .bf_af .zu li.before .txtBox .tit{
  color: #C9CACA;
  font-size: 10rem;
}
#case .bf_af .zu li.after .txtBox .tit{
  color: #E6E1D0;
  font-size: 13rem;
}
#case .bf_af .zu li .img{
  margin-top: 30px;
}
#case .bf_af .zu li .img img{
  width: 100%;
}
#case .bf_af .list{
  max-width: 950px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#case .bf_af .list li{
  width: 30%;
  margin-top: 6%;
  font-size: 1.4rem;
  line-height: 1.8;
}
#case .bf_af .list li .tit{
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: .3rem;
  margin-bottom: 10px;
  font-size: 3rem;
  text-align: center;
}
#case .thanks{
  max-width: 629px;
  width: 90%;
  margin: 0 auto;
}
#case .thanks .txt{
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.8;
}
@media (max-width: 798px){
  #case .mv h2{
    font-size: 6rem;
  }
  #case .mv h2 span{
    display: block;
    font-size: 1rem;
    margin-bottom: -15px;
  }
  #case .intro{
    padding: 50px 0;
  }
  #case .intro h3{
    max-width: 300px;
    margin: 0 auto 30px;
  }
  #case .gallery li ol{
    width: 90%;
    font-size: 1.2rem;
  }
  #case .gallery li ol li{
    text-indent: -4.5rem;
    margin-left: 4.5rem
  }
  #case .intro .features{
    width: 94%;
  }
  #case .gallery .en{
    margin-bottom: 20px;
  }
  #case .gallery .en p{
    font-size: 5rem;
  }
  #case .gallery .en span{
    font-size: 1.6rem;
    margin-top: -5px;
  }
  #case .gallery li .txt{
    width: 90%;
    font-size: 1.2rem;
  }
  #case .bf_af{
    padding: 50px 0;
  }
  #case .bf_af .midashi{
    text-align: center;
    font-size: 3rem;
    margin-bottom: 40px;
  }
  #case .bf_af .midashi span{
    max-width: 300px;
    margin: 0 auto 0;
  }
  #case .bf_af .zu{
    padding-bottom: 30px;
  }
  #case .bf_af .zu li{
    display: block;
  }
  #case .bf_af .zu li.before{
    margin: 0 auto 30px;
    padding-bottom: 30px;
    position: relative;
  }
  #case .bf_af .zu li.before:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 40px 0 40px;
    border-color: #e6e1d0 transparent transparent transparent;
  }
  #case .bf_af .zu li figure{
    width: 80%;
    margin: 0 auto 20px;
  }
  #case .bf_af .zu li figure img{
    width: 100%;
  }
  #case .bf_af .zu li .txtBox{
    line-height: 1.8;
    font-size: 1.2rem;
    width: 100%;
    margin: 20px auto 0;
  }
  #case .bf_af .zu li .txtBox .tit{
    margin-bottom: 10px;
    text-align: center;
  }
  #case .bf_af .zu li.before .txtBox .tit{
    font-size: 5rem;
  }
  #case .bf_af .zu li.after .txtBox .tit{
    font-size: 6rem;
  }
  #case .bf_af .zu li .img{
    margin-top: 20px;
    width: 100%;
  }
  #case .bf_af .list{
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  #case .bf_af .list li{
    width: 100%;
    margin-top: 6%;
    font-size: 1.2rem;
  }
  #case .bf_af .list li .tit{
    font-size: 2.4rem;
  }
  #case .thanks .txt{
    font-size: 1.4rem;
  }
}

/*** about ***/
#about h2{
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: .3rem;
  font-size: 5.6rem;
  text-align: center;
  padding: 100px 0;
}
#about .conts{
  padding-bottom: 100px;
}
#about .conts .tit{
  text-align: center;
  padding: 0 0 60px;
}
#about .conts h3{
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: .3rem;
  font-size: 4.5rem;
  display: inline;
  position: relative;
}
#about .conts h3:after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.6);
  position: absolute;
  bottom: -20px;
  left: 0;
}
#about .conts .txt{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 50px;
}
#about .conts .img{
  background-color: #CCC5C1;
}
#about .conts .img figure{
  max-width: 634px;
  width: 90%;
  margin: 0 auto;
}
#about .conts .img.mini figure{
  max-width: 436px;
  width: 80%;
  margin: 0 auto;
}
#about .conts ul{
  max-width: 634px;
  width: 90%;
  margin: 0 auto;
}
#about .conts ul li{
  margin-top: 100px;
  text-align: center;
  font-size: 1.6rem;
}
#about .conts ul li .midashi{
  font-size: 2.4rem;
}
#about .conts ul li figure{
  margin: 30px 0;
}
@media (max-width: 798px){
  #about h2{
    font-size: 3rem;
    padding: 50px 0;
  }
  #about .conts{
    padding-bottom: 50px;
  }
  #about .conts .tit{
    text-align: center;
    padding: 0 0 30px;
  }
  #about .conts h3{
    font-size: 2.4rem;
  }
  #about .conts h3:after{
    bottom: -10px;
  }
  #about .conts .txt{
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    width: 90%;
    margin: 0 auto 20px;
  }
  #about .conts ul li{
    margin-top: 50px;
    font-size: 1.2rem;
  }
  #about .conts ul li .midashi{
    font-size: 1.8rem;
  }
  #about .conts ul li figure{
    margin: 20px 0;
  }
}

/*** company ***/
#company .outline .midashi{
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
  font-size: 15px;
  border-bottom: solid 1px rgba(0,0,0,.3);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#company .outline table{
  max-width: 800px;
  width: 94%;
  margin: 0 auto 50px;
}
#company .outline table tr{
  border-bottom: solid 1px rgba(0,0,0,.3);
}
#company .outline table th,
#company .outline table td{
  font-size: 15px;
  line-height: 2;
  font-weight: normal;
  vertical-align: top;
  padding: 20px 0;
}
#company .outline table td{
  padding-left: 40px;
}
#company .outline .results{
  max-width: 800px;
  width: 94%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#company .outline .results .year{
  background-color: #BEB8B5;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  width: 150px;
}
#company .outline .results table{
  margin: 0 0 0 30px;
}
#company .outline .results tr{
  border-bottom: none;
}
#company .outline .results th,
#company .outline .results td{
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  vertical-align: top;
  padding: 0 0 10px;
}
#company .outline .results td{
  text-align: right;
  width: 6rem;
}
@media (max-width: 798px){
  #company .outline .midashi{
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #company .outline table{
    width: 90%;
    margin: 0 auto 30px;
  }
  #company .outline table th,
  #company .outline table td{
    font-size: 13px;
    line-height: 1.6;
    padding: 10px 0 5px;
    display: block;
    width: 100%;
  }
  #company .outline table td{
    padding: 5px 0 10px;
    border-top: dotted 1px rgba(0,0,0,.3);
  }
  #company .outline .results{
    width: 90%;
    margin: 0 auto 20px;
    display: block;
  }
  #company .outline .results .year{
    padding: 10px 0;
    font-size: 13px;
    width: 120px;
  }
  #company .outline .results table{
    margin: 0;
    width: 100%;
  }
  #company .outline .results tr{
    border-bottom: none;
  }
  #company .outline .results th,
  #company .outline .results td{
    font-size: 13px;
    line-height: 1.6;
    padding: 10px 0 5px;
    display: block;
    width: 100%;
  }
  #company .outline .results td{
    text-align: right;
    width: 100%;
    padding: 5px 0 10px;
  }
}

/*** outline ***/
#outline .midashi{
  max-width: 820px;
  width: 94%;
  margin: 0 auto 10px;
  font-size: 2rem;
}
#outline .closed{
  max-width: 820px;
  width: 94%;
  margin: 0 auto 10px;
  font-size: 1.8rem;
  color: #c00;
}
#outline table{
  max-width: 800px;
  width: 94%;
  margin: 0 auto 50px;
}
#outline table tr{
  border-bottom: solid 1px rgba(0,0,0,.3);
}
#outline table th,
#outline table td{
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  vertical-align: top;
  padding: 20px 0;
}
#outline table th{
  margin-left: 1rem;
  text-indent: -1rem;
  width: 240px;
}
#outline table td{
  padding-left: 40px;
}
#outline table td .map{
  margin-top: 10px;
}
#outline table td .map iframe{
  width: 100%;
  height: 300px;
}
@media (max-width: 798px){
  #outline .closed{
    font-size: 1.6rem;
    text-align: center;
  }
  #outline table{
    width: 90%;
    margin: 0 auto 30px;
  }
  #outline table th,
  #outline table td{
    font-size: 13px;
    line-height: 1.6;
    padding: 10px 0 5px;
    display: block;
    width: 100%;
  }
  #outline table td{
    padding: 5px 0 10px;
    border-top: dotted 1px rgba(0,0,0,.3);
  }
}

/*** policy ***/
#policy .mv h2{
  letter-spacing: 1rem;
}
#policy .inner{
  max-width: 800px;
  width: 94%;
  margin: 0 auto 20px;
}
#policy .inner .midashi{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#policy .inner .txt{
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#policy .inner ul{
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-left: 1rem;
}
@media (max-width: 798px){
  #policy .mv{
    padding: 50px 0;
    text-align: center;
  }
  #policy .mv h2{
    font-size: 2.4rem;
    letter-spacing: .5rem;
  }
  #policy .mv h2 span{
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #policy .inner{
    width: 90%;
    margin: 0 auto 20px;
  }
  #policy .inner .midashi{
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  #policy .inner .txt{
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #policy .inner ul{
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-left: 1rem;
  }
  #policy .inner ul li{
    margin-left: 1rem;
    text-indent: -1rem;
  }
}

/*** sitemap ***/
#sitemap{
  margin-top: 0;
}
#sitemap .mv{
  padding: 100px 0;
  text-align: center;
}
#sitemap .mv h2{
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 1rem;
  font-family: 'Noto Serif JP', serif;
}
#sitemap .mv h2 span{
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: .3rem;
  margin-top: 30px;
  font-size: 2rem;
}
#sitemap .inner{
  max-width: 800px;
  width: 94%;
  margin: 0 auto 20px;
  text-align: center;
}
#sitemap .inner li{
  padding: 20px 0;
  position: relative;
}
#sitemap .inner li:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #000;
}
#sitemap .inner a{
  color: #000;
  font-size: 1.4rem;
  width: 100%;
}
@media (max-width: 798px){
  #sitemap .mv{
    padding: 50px 0;
    text-align: center;
  }
  #sitemap .mv h2{
    font-size: 2.4rem;
    letter-spacing: .5rem;
  }
  #sitemap .mv h2 span{
    margin-top: 10px;
    font-size: 1.4rem;
  }
  #sitemap .inner{
    width: 90%;
    margin: 0 auto 20px;
  }
}

/*** contact ***/
#contact .mv h2{
  letter-spacing: 1rem;
}
#contact .inner{
  max-width: 800px;
  width: 94%;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#contact table {
  width: 100%;
}
#contact table tr{
  border-bottom: solid 1px rgba(0,0,0,.3);
}
#contact table th {
  width: 26%;
  vertical-align: top;
  text-align: right;
  padding: 10px 4% 10px 0;
}
#contact table th label{
  display: block;
}
#contact table th .hissu{
  background-color: #a40000;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 5px;
  margin-left: 10px;
}
#contact table td {
  width: 70%;
  padding: 15px 0;
}
#contact table td input[type=text],
#contact table td textarea {
  padding: 2%;
  width: 96%;
  box-sizing: border-box;
  border: none;
  background-color: #eee;
}
#contact .btn{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#contact .btn li{
  margin: 0 5px;
}
#contact .btn li input[type="submit"],
#contact .btn li input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  display: block;
  width: 300px;
  background: #000;
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
  box-sizing: border-box;
  padding: 20px 0;
  border: solid 2px #000;
  transition: .3s;
}
#contact .btn li input[type="submit"]:hover,
#contact .btn li input[type="button"]:hover {
  background-color: #fff;
  color: #000;
}
#contact .txt01{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  padding-bottom: 50px;
}
#contact .thanks{
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  padding-bottom: 50px;
}
#contact .thanks .back{
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
}
#contact .thanks .back:hover{
  text-decoration: none;
}
#contact .sec01{
  max-width: 720px;
  width: 94%;
  margin: 0 auto 60px;
  text-align: center;
}
#contact .sec01 .txt{
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 30px;
  font-family: 'Noto Serif JP', serif;
  color: #595757;
}
@media (max-width: 798px){
  #contact .inner{
    width: 90%;
  }
  #contact table {
    width: 100%;
    border-top: solid 1px rgba(0,0,0,.3);
  }
  #contact table tr{
    border-bottom: solid 1px rgba(0,0,0,.3);
  }
  #contact table th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px 0 5px 0;
  }
  #contact table th label{
    display: inline-block;
  }
  #contact table th .hissu{
    background-color: #a40000;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    padding: 2px 5px;
    margin-left: 10px;
  }
  #contact table td {
    width: 100%;
    display: block;
    padding: 5px 0 10px;
  }
  #contact .btn li input[type="submit"],
  #contact .btn li input[type="button"] {
    width: 280px;
    font-size: 1.4rem;
    padding: 15px 0;
  }
  #contact .sec01{
    margin: 0 auto 30px;
  }
  #contact .sec01 .txt{
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 10px;
  }
}

/*** familie ***/
#familie .mv{
  background: url(../img/familie/mv.jpg) no-repeat center center/cover;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 55.5%;
}
#familie .mv h2{
  position: absolute;
  max-width: 450px;
  width: 90%;
  bottom: 30px;
  left: 30px;
}
#familie {
  background-color: #efdfae;
}
#familie .intro{
  padding: 50px 0 100px;
}
#familie .intro h3{
  max-width: 364px;
  width: 84%;
  margin: 0 auto 50px;
}
#familie .intro .feature{
  max-width: 810px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#familie .intro .feature li{
  width: 31%;
}
#familie .gallery .en{
  background-color: #fffcd9;
  padding: 30px 0;
}
#familie .gallery .en p{
  max-width: 430px;
  width: 90%;
  margin: 0 auto;
}
#familie .gallery li ol{
  max-width: 860px;
  width: 94%;
  margin: 0 auto;
  padding: 20px 0 40px;
  line-height: 2;
  font-size: 1.4rem;
}
#familie .gallery li ol li{
  text-indent: -5rem;
  margin-left: 5rem;
}
#familie .gallery li ol li a{
  text-decoration: underline;
}
#familie .gallery li ol li a:hover{
  text-decoration: none;
}
#familie .bf_af{
  padding: 160px 0 80px;
  background: url(../img/familie/bg01.jpg);
  position: relative;
}
#familie .bf_af:before{
  content: '';
  display: block;
  position: absolute;
  left:0;
  top: 0;
  border-top: 50px solid #efdfae;
  border-left: 49vw solid #efdfae;
  border-right: 49vw solid transparent;
  border-bottom: 50px solid transparent;
}
#familie .bf_af .midashi{
  text-align: center;
  margin: 0 auto 80px;
  max-width: 550px;
  width: 94%;
  display: block;
}
#familie .bf_af .zu{
  padding-bottom: 30px;
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
}
#familie .bf_af .zu li{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#familie .bf_af .zu li.before{
  margin: 0 auto 70px;
  padding-bottom: 70px;
  position: relative;
}
#familie .bf_af .zu li.before:after{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 80px 0 80px;
  border-color: #cec8be transparent transparent transparent;
}
#familie .bf_af .zu li figure img{
  width: auto;
}
#familie .bf_af .zu li .txtBox{
  line-height: 2.2;
  font-size: 1.6rem;
  margin: 0 0 0 30px;
}
#familie .bf_af .zu li .txtBox .tit{
  margin-bottom: 30px;
}
#familie .bf_af .zu li.before .txtBox .tit{
  max-width: 190px;
}
#familie .bf_af .zu li.after .txtBox .tit{
  max-width: 150px;
}
#familie .bf_af .zu li .img{
  margin-top: 30px;
}
#familie .bf_af .zu li .img img{
  width: 100%;
}
@media (max-width: 798px){
  #familie .mv h2{
    max-width: 200px;
    bottom: 10px;
    left: 10px;
  }
  #familie .intro{
    padding: 30px 0 50px;
  }
  #familie .intro h3{
    max-width: 280px;
    width: 94%;
    margin: 0 auto 30px;
  }
  #familie .intro .feature{
    width: 94%;
  }
  #familie .intro .feature li{
    width: 32%;
  }
  #familie .gallery li ol{
    width: 90%;
    font-size: 1.2rem;
  }
  #familie .gallery li ol li{
    text-indent: -4.5rem;
    margin-left: 4.5rem
  }
   #familie .bf_af:before{
    border-top: 20px solid #efdfae;
    border-left: 49vw solid #efdfae;
    border-right: 49vw solid transparent;
    border-bottom: 20px solid transparent;
  }
  #familie .bf_af{
    padding: 80px 0 50px;
  }
  #familie .bf_af .midashi{
    margin-bottom: 40px;
  }
  #familie .bf_af .zu{
    padding-bottom: 30px;
  }
  #familie .bf_af .zu li{
    display: block;
  }
  #familie .bf_af .zu li.before{
    margin: 0 auto 30px;
    padding-bottom: 30px;
    position: relative;
  }
  #familie .bf_af .zu li.before:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 40px 0 40px;
    border-color: #e6e1d0 transparent transparent transparent;
  }
  #familie .bf_af .zu li figure{
    width: 80%;
    margin: 0 auto 20px;
  }
  #familie .bf_af .zu li figure img{
    width: 100%;
  }
  #familie .bf_af .zu li .txtBox{
    line-height: 1.8;
    font-size: 1.2rem;
    width: 100%;
    margin: 20px auto 0;
  }
  #familie .bf_af .zu li .txtBox .tit{
    margin: 0 auto 10px;
    text-align: center;
  }
  #familie .bf_af .zu li .img{
    margin-top: 20px;
    width: 100%;
  }
}

/*** familie2 ***/
#familie.f2{
  background-color: #fff;
  font-family: 'Noto Serif JP', serif;
}
#familie.f2 .mv{
  background: url(../img/familie2/mv.jpg) no-repeat center center/cover;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 55.5%;
}
#familie.f2 .mv h2{
  position: absolute;
  max-width: 650px;
  width: 90%;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#familie.f2 .intro{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4;
  background: url(../img/familie2/intro_bg.jpg) no-repeat center center/cover;
  padding: 100px 0;
}
#familie.f2 .intro h3{
  max-width: 460px;
  width: 84%;
  margin: 0 auto 50px;
}
#familie.f2 .intro .feature{
  margin: 70px auto 0;
}
#familie.f2 .gallery .en{
  background: url(../img/familie2/gallery_bg.jpg) no-repeat center center/cover;
  padding: 30px 0;
}
#familie.f2 .bf_af{
  padding: 160px 0 80px;
  background: url(../img/familie2/bg01.jpg) no-repeat center center/cover;
  position: relative;
}
#familie.f2 .bf_af:before{
  display: none;
}
@media (max-width: 798px){
  #familie.f2 .mv h2{
    bottom: 10px;
  }
  #familie.f2 .intro{
    font-size: 1.4rem;
    line-height: 2;
    padding: 40px 10px;
  }
  #familie.f2 .intro h3{
    margin: 0 auto 30px;
  }
  #familie.f2 .intro .feature{
    margin: 30px auto 0;
  }
  #familie.f2 .bf_af{
    padding: 50px 0;
  }
}

/*** legna2 ***/
#legna2{
  background-color: #fff;
  font-family: 'Noto Serif JP', serif;
}
#legna2 .mv{
  background: url(../img/legna2/mv.jpg) no-repeat center center/cover;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 55.5%;
}
#legna2 .mv h2{
  position: absolute;
  max-width: 393px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#legna2 .intro{
  padding: 80px 0;
  text-align: center;
  background: url(../img/legna2/intro-bg.jpg) repeat center center/320px;
}
#legna2 .intro h3{
  max-width: 420px;
  margin: 0 auto 60px;
}
#legna2 .intro .txt{
  line-height: 2.4;
  letter-spacing: .25rem;
  font-size: 1.6rem;
}
#legna2 .intro .features{
  display: flex;
  justify-content: center;
  max-width: 520px;
  width: 90%;
  margin: 30px auto 0;
}
#legna2 .intro .features li:nth-child(2){
  margin: 0 -10px 0;
}
#legna2 .gallery .en{
  text-align: center;
  padding: 30px 10px;
  background: url(../img/legna2/garally-bg.jpg) repeat center center/cover;
}
#legna2 .gallery .en img{
  max-width: 532px;
  width: 90%;
  margin: 0 auto;
  opacity: .6;
}
#legna2 .gallery li ol{
  max-width: 830px;
  width: 94%;
  margin: 0 auto;
  padding: 20px 0 40px;
  line-height: 2;
  font-size: 1.4rem;
}
#legna2 .gallery li ol li{
  text-indent: -5rem;
  margin-left: 5rem
}
#legna2 .gallery li ol li a{
  text-decoration: underline;
}
#legna2 .gallery li ol li a:hover{
  text-decoration: none;
}
#legna2 .bf_af{
  background: url(../img/legna2/intro-bg.jpg) repeat center center/320px;
  padding: 80px 0;
}
#legna2 .bf_af .midashi{
  max-width: 770px;
  margin: 0 auto 80px;
}
#legna2 .bf_af .midashi span{
  max-width: 780px;
  width: 94%;
  display: block;
  margin: 10px auto 0;
}
#legna2 .bf_af .zu{
  padding-bottom: 30px;
  max-width: 766px;
  width: 94%;
  margin: 0 auto;
}
#legna2 .bf_af .zu li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#legna2 .bf_af .zu li.before{
  margin: 0 auto 70px;
  padding-bottom: 70px;
  position: relative;
}
#legna2 .bf_af .zu li.before:after{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 80px 0 80px;
  border-color: #878075 transparent transparent transparent;
}
#legna2 .bf_af .zu li figure{
  width: 60%;
}
#legna2 .bf_af .zu li figure img{
}
#legna2 .bf_af .zu li .txtBox{
  line-height: 2.2;
  font-size: 1.6rem;
  width: 36%;
}
#legna2 .bf_af .zu li .txtBox .tit{
  margin-bottom: 30px;
}
#legna2 .bf_af .zu li.before .txtBox .tit{
  max-width: 208px;
}
#legna2 .bf_af .zu li.after .txtBox .tit{
  max-width: 174px;
}
#legna2 .bf_af .zu li .img{
  margin-top: 30px;
  width: 100%;
}
#legna2 .bf_af .zu li .img img{
  width: 100%;
}
#legna2 .bf_af .list{
  max-width: 950px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#legna2 .bf_af .list li{
  width: 30%;
  margin-top: 6%;
  font-size: 1.4rem;
  line-height: 1.8;
}
#legna2 .bf_af .list li .tit{
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: .3rem;
  margin-bottom: 10px;
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 798px){
  #legna2 .mv h2{
    max-width: 200px;
  }
  #legna2 .intro{
    padding: 50px 0;
  }
  #legna2 .intro h3{
    max-width: 300px;
    margin: 0 auto 30px;
  }
  #legna2 .intro .txt{
    line-height: 2;
    letter-spacing: .1rem;
    font-size: 1.4rem;
  }
  #legna2 .gallery li .txt{
    width: 90%;
    font-size: 1.2rem;
  }
  #legna2 .bf_af{
    padding: 50px 0;
  }
  #legna2 .bf_af .midashi{
    max-width: 300px;
    margin: 0 auto 40px;
  }
  #legna2 .bf_af .zu{
    padding-bottom: 30px;
  }
  #legna2 .bf_af .zu li{
    display: block;
  }
  #legna2 .bf_af .zu li.before{
    margin: 0 auto 30px;
    padding-bottom: 30px;
    position: relative;
  }
  #legna2 .bf_af .zu li.before:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 40px 0 40px;
  }
  #legna2 .bf_af .zu li figure{
    width: 80%;
    margin: 0 auto 20px;
  }
  #legna2 .bf_af .zu li figure img{
    width: 100%;
  }
  #legna2 .bf_af .zu li .txtBox{
    line-height: 1.8;
    font-size: 1.2rem;
    width: 100%;
    margin: 20px auto 0;
  }
  #legna2 .bf_af .zu li .txtBox .tit{
    margin:0 auto 10px;
    text-align: center;
  }
  #legna2 .bf_af .zu li.before .txtBox .tit{
    max-width: 150px;
  }
  #legna2 .bf_af .zu li.after .txtBox .tit{
    max-width: 130px;
  }
  #legna2 .bf_af .zu li .img{
    margin-top: 20px;
    width: 100%;
  }
  #legna2 .bf_af .list{
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  #legna2 .bf_af .list li{
    width: 100%;
    margin-top: 6%;
    font-size: 1.2rem;
  }
  #legna2 .bf_af .list li .tit{
    font-size: 2.4rem;
  }
}