@charset "UTF-8";
/* 基本設定 */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 GLOBAL 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
      ― スマホ表示切り替え
  =============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "elza-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad横から中型ディスプレイ)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close */
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横未満)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* modules */
body .wrapper {
  position: relative;
  width: 1920px;
  height: 1080px;
}
body .wrapper .background {
  position: relative;
  top: 0;
  left: 0;
  z-index: -2;
  max-width: 100%;
  height: 100%;
  line-height: 0;
  background-color: #e8ebe7;
}
body .wrapper .background .image {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
body .wrapper .container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
body .wrapper .container .left {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  height: 100%;
  padding: 0 140px 0 140px;
}
body .wrapper .container .left .title {
  display: inline-block;
  padding-top: 60px;
  border-top: 20px solid #76a1b8;
}
body .wrapper .container .left .title h1 {
  font-size: 130px;
  letter-spacing: 40px;
  line-height: 1.1;
  color: #76a1b8;
}
body .wrapper .container .left .contact {
  width: 60%;
  background-color: #76a1b8;
  color: #e8ebe7;
  margin-top: 60px;
  padding: 30px 20px;
  letter-spacing: 0.5ch;
}
body .wrapper .container .left .contact .detail p {
  font-size: 30px;
}
body .wrapper .container .left .contact .detail p span {
  font-size: 60px;
}
body .wrapper .container .left .contact .shop-name {
  margin-top: 20px;
  border-bottom: 3px solid #e8ebe7;
}
body .wrapper .container .left .contact .shop-name p {
  font-size: 30px;
}
body .wrapper .container .left .contact .shop-name p span {
  font-size: 60px;
}
body .wrapper .container .left .contact .address {
  font-size: 30px;
}
body .wrapper .container .right {
  display: flex;
  align-items: flex-end;
  line-height: 0;
}
body .wrapper .container .right .dates-image {
  padding-right: 20px;
  border-right: 20px solid #c9be72;
}/*# sourceMappingURL=style.css.map */