@charset "UTF-8";
/* CSS Document */

*{
  font-size: 15px;
  line-height: 1.5;
  color: #FFF;
  letter-spacing: 0.03em;
}
/*common
-------------------------------------------*/
header{
  width: 100vw;
  height: 156px;
  position: relative;
}
.header__logo{
  position: absolute;
  left: 50%;
  top: 56%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer{
  background-color: #cead4c;
  padding: 40px 0 50px;
  position: relative;
}
footer:after{
  content: "";
  display: block;
  width: 100vw;
  height: 2px;
  background: url(/img/common/horizontal-dot.svg) 0 0 repeat-x;
  position: absolute;
  top: -14px;
}
footer .container{
  padding: 0;
}
.footer__logo{
  margin: 0 0 2px -10px;
}
.footer__address{
  font-size: 1rem;
  color: #000;
  font-style: normal;
}
.addressList{
  margin-top: 40px;
  margin-bottom: 60px;
}
.addressList:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  visibility:  hidden;
  clear: both;
}
.addressList__item{
  float: left;
}
.addressList__name{
  font-size: 1.2rem;
  color: #000;
  margin-bottom: 0.2em;
}
.addressList__address{
  font-size: 1rem;
  color: #000;
  font-style: normal;
  line-height: 1.5;
}
.addressList__item + .addressList__item{
  margin-left: 30px;
}
@media screen and (max-width: 780px){
  .addressList__item{
    float: none;
  }
  .addressList__item + .addressList__item{
    margin-left: 0;
    margin-top: 20px;
  }
}
.copyright{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #000;
}
.addressList + .copyright{
  bottom: -80px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.container{
  width: 1024px;
  margin: auto;
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 1024px){
  .container{
    width: 90vw;
  }
}
.table-box{
  display: table;
  table-layout: fixed;
}
.table-box > *{
  display: table-cell;
  vertical-align: top; 
}
.cap > img{
  float: right;
  display: block;
  margin: 0.7em 0 0 2em;
}
.btn{
  font-family: "essonnes-display",sans-serif;
  display: table;
  padding: .4em 1.5em .4em;
  text-align: center;
  border: 1px solid #FFF;
  transition: all .8s ease-out;
}
.btn.viewmore{
  table-layout: fixed;
  width: 240px;
  overflow: hidden;
  text-indent: 999em;
  background-image: url(/img/common/viewmore.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-width: 240px;
}
.btn:hover{
  color: #474a4d;
  background-color: #fff;
  transition: all .3s ease-out;
}

.related_buisiness{
  position: absolute;
  top: 0;
  right: 0;
}
.related_buisiness__list:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  visibility:  hidden;
  clear: both;
}
.bana_terawo{
  top: 105px;
}
.related_buisiness__list > li{
  float: left;
  padding: 0.3em 1em 0.4em;
  border: 1px solid #000;
  transition: all .1s linear;
}
.related_buisiness__list > li:hover{
  background-color: #f8f4e7;
}
.related_buisiness__list > li + li{
  margin-left: .5rem;
}
.related_buisiness__name{
  color: #000;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
}
.related_buisiness_title{
  color: #cead4c;
  background-color: #000;
  font-size: 0.95rem;
  padding:0.35em 0.8em 0.3em;
  position: relative;
  margin-bottom: 0.5rem;
}
.related_buisiness_title:after{
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}

/*index
-------------------------------------------*/

section h1{
  font-family: "essonnes-display",sans-serif;
  font-style: normal;;
  font-weight: 400;
  color: #cead4c;
  width: 182px;
  text-align: right;
  font-size: 1.67rem;
  padding-right: 62px;
  position: relative;
  letter-spacing: 0.02em;
  top: -0.2em;
}
section.withline{
  position: relative;
  padding-bottom: 0;
}
section.withline .cap{
  padding-bottom: 55px;
}
section.withline h1:after{
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 0;
  bottom: -0.2em;
  background-color: #cead4c;
  right: 30px;
}
section.withline .container{
  padding: 0;
}
section.withline.dotted_top .container{
  padding-top: 70px;
}
section.withline .container h1:before{
  content: "";
  display: block;
  width: 100%;
  height: 30px;
}
section.withline.dotted_top .container:after{
  content: "";
  display: block;
  width: 2px;
  height: 200px;
  position: absolute;
  top: -84px;
  left: 150px;
  background: url(/img/common/vertical-dot.svg) 0 0 repeat-y;
}
section#related_buisiness{
  background-color: #474a4d;
}
section#related_buisiness h1{
  padding-top: 40px;
}

.top__main-images li{
  position: relative;
  height: 100vh;
  max-height: 55vw;
  width: 100vw;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  transition: width .1s linear, height .1s linear;
}
.top__main-images li:nth-child(1){
  background-image: url(/img/index/top-main_kiyomizu.jpg);
}
.top__main-images li:nth-child(2){
  background-image: url(/img/index/top-main_kuromame.jpg);
}
.top__main-images li:nth-child(3){
  background-image: url(/img/index/top-main_havanero.jpg);
}
.top__main-images li:nth-child(4){
  background-image: url(/img/index/top-main_torii.jpg);
}
.top__main-cap{
  color: #cead4c;
  width: 24em;
  position: absolute;
  bottom: 84px;
  left: calc((100vw - 1024px) / 2);
  font-style: italic;
  font-weight: bold;
}
.top__main-cap p{
  font-size: 1.27em;
  line-height: 2.11em;
  background-image: linear-gradient(transparent 0.3em, rgba(26,26,26,0.85) 0.4em, 1.9em, transparent 1.8em);
  -webkit-background-size: 100% 2.11em;
  background-size: 100% 2.11em;
  padding: 0 .5em;
  text-align: justify;
  color: #cead4c;
  letter-spacing: .05em;
}
.top__main-cap h2 + p{
  color: #FFF;
}
.top__main-cap h2{
  font-size: 1.67rem;
  color: #cead4c;
  line-height: 2.11em;
  background-image: linear-gradient(transparent 0.3em, rgba(26,26,26,0.85) 0.4em, 1.9em, transparent 1.8em);
  -webkit-background-size: 100% 2.11em;
  background-size: 100% 2.11em;
  padding: 0 .5em;
  margin-bottom: 1.32em;
}
.company-info__section-contents{
  padding-top: 30px;
}
.section-image{
  width: 100vw;
  height: 100vh;
  background: url(../img/index/contact-image.jpg) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  margin: 0;
  max-height: 54.371vw;
}

.news__content{
  display: table;
  padding-right: 147px;
}
.news__content + .news__content{
  margin-top: 2.33em
}
.news__date{
  display: table-cell;
  width: calc(6em + 60px);
}
.news__text{
  display: table-cell;
}
#news{
  position: relative;
  z-index: 2;
}

#news .section-image{
  background-image: url(../img/index/news-image.jpg);
}
#news .section-image:after{
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
  border: 2px solid #cead4c;
}
#news .btn{
  position: relative;
  left: 50%;
  margin-top: 60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -73px;
}
#news .container:before{
  content: "";
  display: block;
  width: 2px;
  height: 348px;
  background-image: url(../img/common/vertical-dot.svg);
  background-repeat: repeat-y;
  position: absolute;
  top: -30px;
  right: 20px;
}
#news .container:after{
  content: "";
  display: block;
  width: 2px;
  background-color: #cbab4c;
  position: absolute;
  top: 318px;
  right: 20px;
  bottom: -52px;
}
#contact h1:before{
  display: none;
}
.contact__info{
  display: table;
  padding-bottom: 75px;
  border-collapse: separate;
  margin-left: 50px;
}
.contact__info > *{
  display: table-cell;
}
.contact__info > *:not(:last-child){
  padding-right: 80px;
}
.contact__box{
  position: relative;
  display: block;
  width: 208px;
  height: 181px;
  border: 1px solid rgba(255,255,255,.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact__box:after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact__way{
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  overflow: hidden;
  text-indent: 9999em;
  height: 17.5px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  margin-bottom: 50px;
}

.contact__address{
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  line-height: 1;
  font-size: 1.1rem;
  width: 100%;
  letter-spacing: 0.1em;
  color: #f0f0f0;
}
.tell .contact__way{
  width: 96px;
  background: url(/img/common/contact__tell_way.svg) 50% 50% no-repeat;
}

.mail .contact__way{
  width: 70px;
  background: url(/img/common/contact__mail_way.svg) 50% 50% no-repeat;
}

#contact .container{
  padding-bottom: 0;
  margin-bottom: 14px;
}
#contact .section-image{
  background-image: url(../img/index/contact-image.jpg);
}