@charset "UTF-8";
/*----------------
    TOPページ
------------------*/
/*----メイン画像トリミング------*/
.Main{
  width:100vw;
  height:100vw;
}
@media screen and (min-width: 736px){
  .Main{
    width:100%;
    height:calc(100vh - 62px);
  }
}
.Main_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.Intro{
  width:90%;
  margin:0 auto;
}
@media screen and (min-width: 736px){
  .Intro{
    max-width: 1030px;
    padding:0 15px;
    box-sizing: border-box;
  }
}
.Intro_ttl_en{
  display: block;
  color:#3B4043;
  font-size: calc(31 * (100vw / 375));
  line-height: 1.1;
  font-family:'Lora', 'Noto Sserif JP', '游明朝', YuMincho, 'メイリオ', Meiryo, serif;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top:11vw;
  margin-bottom: -3%;
}

@media screen and (min-width: 736px){
  .Intro_ttl_en{
    font-size: 45px;
    line-height: 1;
    padding-top:128px;
    margin-bottom: 0;
  }
}
/*-----------------------
    TOP内・共通ボタン
----------------------*/
.Top_common_btn{
  width:100%;
  margin:8.5vw auto 0;
}
@media screen and (min-width: 736px){
  .Top_common_btn{
    width:411px;
    margin: 45px auto;
  }
}

.Top_common_btn_a{
  display: block;
  line-height: 13vw;
  color:#212121;
  font-size: calc(16 * (100vw / 375));
  font-family:'Lora', 'Noto Serif JP', '游明朝', YuMincho, 'メイリオ', Meiryo, serif;
  text-align: center;
  cursor: pointer;
  border: 1px solid #212121;
}
@media screen and (min-width: 736px){
  .Top_common_btn_a{
    line-height:54px;
    font-size: 18px;
  }
}
.Top_common_btn_a:hover{
  background-color: #212121;
  color:#fff;
  opacity: 1;
}
/*----サービス------*/
.Service{
  width:90%;
  margin:23vw auto;
}
@media screen and (min-width: 736px){
  .Service{
    max-width: 1030px;
    padding:0 15px;
    box-sizing: border-box;
    margin:131px auto;
  }
}
.Service_desc{
  margin-top:8vw;
}
@media screen and (min-width: 736px){
  .Service_desc{
    margin-top:53px;
    display: flex;
    justify-content: space-between;

  }
}
.Service_desc_box{
  margin-bottom: 8vw;
}
@media screen and (min-width: 736px){
  .Service_desc_box{
    margin-bottom: 0;
    width:31.3%;
  }
}
.Service_desc_box:nth-child(1) .Service_desc_box_trim{
  background-image: url("../img/common/service_1.jpg");
}
.Service_desc_box:nth-child(2) .Service_desc_box_trim{
  background-image: url("../img/common/service_2.jpg");
  background-position: top center;
}
.Service_desc_box:nth-child(3) .Service_desc_box_trim{
  background-image: url("../img/common/service_3.jpg");
  background-position: bottom center;
}
.Service_desc_box_trim{
  width: 100%;
  height: 46.7vw;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 736px){
  .Service_desc_box_trim{
    width: 100%;
    height: 14.1vw;
    margin-bottom: 15px;
  }
}

.Service_desc_box_trim::before{
  content: ' ';
  background-color: rgba(250,250,250,.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
a.Service_desc_box_trim_a{
  /*cursor: pointer;*/
  pointer-events: none;
  display: block;
}

.Service_desc_box_trim_a_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Service_desc_box_trim_a_txt{
  background-color: #fff;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width:54vw;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 11.1vw;
  font-weight: 700;
  color:#3B4043;
  font-size: calc(16 * (100vw / 375));
  font-family: 'Open Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
@media screen and (min-width: 736px){
  .Service_desc_box_trim_a_txt{
    width:85%;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
  }
}


/*----お問い合わせ------*/
.Contact{
  background-color:#DDDDDD;
  width:100%;
  padding: 14vw 0 14vw;
}
@media screen and (min-width: 736px){
  .Contact{
    padding: 65px 0;
  }
}
.Contact_ttl{
  font-size: calc(16 * (100vw / 375));
  font-family:'Lora', 'Noto Serif JP', '游明朝', YuMincho, 'メイリオ', Meiryo, serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 736px){
  .Contact_ttl{
    font-size:18px;
    margin-bottom: 33px;
  }
}
.Contact_select{
  width:89vw;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
}

@media screen and (min-width: 736px){
  .Contact_select{
    max-width: 800px;
    padding:0 15px;
    box-sizing: border-box;
  }
}
.Top .Contact_select_box{
  width:43vw;
  border:1px solid #212121;
  margin-bottom: 0;
}
@media screen and (min-width: 736px){
  .Top .Contact_select_box{
    width:49%;
  }
}
.Contact_select_box_a{
  display: block;
  line-height: 22vw;
  color:#212121;
  font-size: calc(15 * (100vw / 375));
  font-family:'Lora', 'Noto Serif JP', '游明朝', YuMincho, 'メイリオ', Meiryo, serif;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  background-color: #fff;
}
@media screen and (min-width: 736px){
  .Contact_select_box_a{
    line-height: 56px;
    font-size: 15px;
  }
}
.Contact_select_box_a:hover{
  background-color: #212121;
  color: #fff;
  opacity: 1;
}
/*----Cafe-atelier-----*/
.Cafe-atelier{
  margin:23vw auto;
}
@media screen and (min-width: 736px){
  .Cafe-atelier{
    margin:85px auto 182px;
  }
}
.Top .Cafe-atelier .Common_ttl_en{
  padding-bottom: 8.2vw;
}

.Cafe-atelier_trim{
  width:100%;
  /*height: 63.7vw;*/
}
@media screen and (min-width: 736px){
  .Top .Cafe-atelier .Common_ttl_en {
    padding:37px 0 37px;
  }
  .Cafe-atelier_trim{
    width:90%;
    margin: 0 auto;
    /*height: 39.6vw;*/
    /*max-height: 508px;*/
    max-width: 800px;
  }
}
.Cafe-atelier_trim_img{
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.Cafe-atelier_desc{
  width:90%;
  margin:0 auto;
}

.Top .Cafe-atelier .Common_ttl{
  padding: 8.2vw 0;
}
@media screen and (min-width: 736px){
  .Top .Cafe-atelier .Common_ttl{
    padding:54px 0 44px;
  }
}
