@charset "UTF-8";/* 文字コードを指定 */
body{
  font-family: Source Sans 3 ExtraLight, 'ヒラギノ角ゴ Pro W3', sans-serif;
  font-weight: 400;
  font-style: normal;
}
*{
  padding: 0;
}
body{
  display: flex;
  height: 553.55vh;
  font-size: 1.3vw;
  position: relative;
  margin: 0;
}

p{
  font-size: 1vw;
  letter-spacing: 0.2vw;
  margin: 0;
}
h2{
  font-size: 2.4vw;
  margin: 0;
}
/* ここからheader ================================== */
body .header_pc{
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.header_pc{
  width: 13vw;
  height: 100vh;
  background-color: #E1D6CE;
  color: #626262;
  position: relative;
} 
.header_pc a{
  text-decoration:none;
  color: #626262;
}
.header_pc a:hover{
  color:rgb(204, 123, 57);
}

.h_p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 2.5vw;
}

.header_pc ul{
  width: 110px;
}
.header_pc li{
  list-style:none;
  margin-bottom: 6vh;
}


/* PCでは非表示にしておく */
.nav_toggle,
.header_phone{
  display: none;
}

@media screen and (max-width:600px) {
  body{
    display: flex;
    height: auto;
    font-size: 1.3vw;
    position: relative;
    margin: 0;
  }
  body .header_phone{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .header_phone{
    width: 100vw;
    height: 8vh;
    background-color: #E1D6CE;
    color: #626262;
    position: relative;
  }
  .header_phone a:active{
    color:rgb(204, 123, 57);
  }
  p{
    font-size: 2vw;
    letter-spacing: 0.2vw;
    margin: 0;
  }
  .header_phone{
    display: block;
    display: flex;
    align-items: center;
  }
  .header_phone a{
    font-size: 5vw;
    text-decoration: none;
    color: #626262;
  }
  .header_phone li{
    list-style:none
  }
  .header_pc{
    display: none;
  }
  /* ハンバーガーのマーク */
  .nav_toggle {
    left: 88vw;
    display: block;
    position: relative;
    width: 1.75rem;
    height: 1.5rem;
    margin-right: 10px;
    z-index: 999;
  }
  .nav_toggle i {
      display: block;
      width: 100%;
      height: 6px;
      background-color: #7E8F96;
      position: absolute;
      transition: transform 0.5s, opacity 0.5s;
  }
  .nav_toggle i:nth-child(1) {
      top: 0;
  }
  .nav_toggle i:nth-child(2) {
      top: 0;
      bottom: 0;
      margin: auto;
  }
  .nav_toggle i:nth-child(3) {
      bottom: 0;
  }
  /* クリックされた後のハンバーガーのマーク */
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
      opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
      transform: translateY(-12px) rotate(45deg);
  }
  .nav {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    background-color: #fff;
    z-index: 1;
  }
  .nav_menu_li {
      margin-bottom: 30px;
  }
  .nav_menu_li a {
      color: #ee6557;
      text-decoration: none;
  }
  /* クリックで表示されるメニュー：クリックされた後 */
  .nav.show {
      opacity: 1;
      visibility: visible;
      z-index: 998;
  }
}

/* ここからtop page ================================== */
main{
  width: 87vw;
  height: 100vh;
  margin-left: auto;
  position: relative;
}
.mainvisual{
  width: 87vw;
  height: 100vh;
}
.main_bun{
  position: absolute;
  top: 40vw;
  left: 5vh;
}
.main_bun p{
  line-height: 2.5vw;
}
.main_bun h3{
  font-size: 2.2vw;
  color: #fff;
}
.main_bun p{
  font-size: 1.8vw;
  color: #fff;
}

/* PCでは非表示にしておく */
.mainvisual_phone{
  display: none;
}
.scrooll{
  display: none;
}

@media screen and (max-width:600px) {
  p{
    font-size: 2.5vw;
    line-height: 3.3vh;
    letter-spacing: 0.5vw;
    padding-bottom: 1vh;
  }
  .top_about{
    text-align: left;
  }
  main{
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    position: relative;
  }
  .mainvisual{
    display: none;
  }
  .mainvisual_phone{
    display: block;
    width: 100vw;
  }
  .main_bun{
    position: absolute;
    top: 140vw;
    left: 1vh;
  }
  .main_bun h3{
    font-size: 5vw;
  }
  .main_bun p{
    font-size: 4vw;
  }
  .scrooll{
    display: block;
    position: absolute;
    width: 6%;
    top: 180vw;
    left: 2vh;
  }
 

}








/* ここからtop あいさつ ================================== */
 /* topあいさつ 全体の設定 ============ */
.top_about{
  position: relative;
  height: 70vw;
}
.top_about p{
  line-height: 2.5vw;
}
 /* topあいさつ 画像の設定 ============ */
.about_img{
  position: relative;
}
.bird{
  position: absolute;
  left: 50vw;
}
.naisou1{
  position: absolute;
  left: 15vw;
  top: 8vw;
}
.naisou2{
  position: absolute;
  left: 60vw;
  top: 50vh;
}
.naisou3{
  position: absolute;
  left: 15vw;
  top: 80vh;
}
.about_img img{
  width: 15%;
}
 /* topあいさつ 背景設定 ============ */
.about_backdiv{
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40vw;
  height: 60vw;
  
}
 /* topあいさつ 文章設定 ============ */
.about_text{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24vw;
  height: 50vw;
  text-align: center;
}
.about_h3 h3{
  color: #626262;
  border-bottom: 5px solid #FFFFB1;
  line-height: 5vh;
  font-size: 1.5vw;
  letter-spacing: 0.7vw;
}
.about_p{
  color: #626262;
}

.about_h3{
  font-size: 2vw;
}
.about_p{
  padding-top: 2vw;
  padding-bottom: 11.7vh;
}
.about_p p{
  padding-bottom: 5vw;
}
.about_flax2 img{
  padding-right: 2.7vw;
}
.cap{
  position: relative;
}
.cap img{
  position: absolute;
  z-index: -1;
  top: -830px;
  left:65vw;
  width: 48%;
}
.about_back{
  width: 40vw;
  z-index: -1;
}
/* PCでは非表示にしておく */
.about_back_phone{
  display: none;
}
.about_end{
  display: none;
}
.mame{
  display: none;
}

@media screen and (max-width:600px) {
   /* topあいさつ 全体の設定 ==== */
  .top_about{
    height: 65vh;
    padding: 3vh 0 15vh 0;
  }
   /* topあいさつ 画像の設定 ==== */
   .naisou1,.naisou2,.naisou3{
    display: none;
  }
  .bird{
    position: absolute;
    top: -1vh;
    left: 45vw;
  }
  .about_img img{
    width: 35%;
  }
   /* topあいさつ 背景設定 ==== */
  .about_backdiv{
    width: 100vw;
    height: 65vh;
  }
  .about_backdiv img{
    height: 65vh;
  }
  .about_back_phone{
    display: block;
    width: 100vw;
    z-index: -1;
  }
  .about_back{
    display: none;
  }
   /* topあいさつ 文章設定 ==== */
  .about_text{
    width: auto;
    height: 65vh;
  }
  .about_flex{
    width: auto;
  }
  .about_h3{
    position: static;
    width: 45vw;
    text-align: left;
    padding-top: 5vh;
    margin-left: 10vw;
    font-size: 3vw;
    letter-spacing: 1vw;
  }
  .about_h3 h3{
    color: #626262;
    border-bottom: 5px solid #FFFFB1;
    line-height: 3vh;
    font-size: 3vw;
  }
  .about_p{
    margin: 0 auto;
    text-align: center;
    padding-top: 5vw;
    align-items: center;
    padding-bottom: 1vh;
  }
  .about_p p{
    font-size: 2.5vw;
    line-height: 3.5vh;
    letter-spacing: 0.5vw;
    padding-bottom: 3vh;
  }
  .about_end{
    position: absolute;
    bottom: 0;
    display: block;
    text-align: right;
  }
  .about_end1{
    width: 50vw;
    padding-bottom: 0.5vh;
  }
  .about_end2{
    width: 70vw;
  }
  .mame{
    display: block;
    width: 30vw;
    margin: 0 auto;
    padding: 1.5vh 0 1.5vh 0;
  }
  
}


/* ここからabout us ================================== */
.top_aboutus_out{
  padding-top: 25vh;
  margin-top:-25vh;
}
.top_aboutus{
  background-color: #B39272;
}
.top_aboutus p{
  line-height: 2.5vw;
}
.aboutus_floatfl{
  display: flex;
  justify-content: center;
}
.aboutus_float{
  padding-top: 8.8vh;
  padding-bottom: 8.4vh;
  position: relative;
  height: 35.7vh;
  display: flex;
  align-items: center;
  width: 63vw;
}
.aboutus_coffeediv{
  position: absolute;
  z-index: 1;
  left: 30vw;
}
.aboutus_coffee{
  width: 33vw;
  position: relative;
  left: 7.3vw;
}
.aboutus_setumei{
  position: relative;
  z-index: 2;
}
.fukidasi{
  width: 35.5vw;
}
.setumei_p{
  margin-left: 3.5vw;
  font-size: 15px;
  color: #fff;
}
.aboutus_view img{
  width: 8.7vw;
  margin-top: 2vh;
  margin-left: 3.5vw;
}
.aboutbtn{
  position: relative;
	width:14vw;
	height: 10vh;
	display: block;
	overflow: hidden;
}
.aboutbtn img{
	position: absolute;
	width: 10vw;
	display: block;
}
.aboutbtn:hover img:nth-of-type(2) {
	opacity: 0;
}
/* PCで非表示 */
.aboutus_coffee_phone{
  display: none;
}
.fukidasi_phone{
  display: none;
}
.setumei_p_phone{
  display: none;
}
.coffeetime_phone{
  display: none;
}
@media screen and (max-width:600px) {
  .top_aboutus_out{
    padding-top: 15vh;
    margin-top:-15vh;
  }
  .aboutus_float{
    padding-top: 1vh;
    padding-bottom: 1vh;
    position: relative;
    height: 35vh;
    display: flex;
    align-items: center;
    width: 80vw;
  }
  .aboutus_coffee{
    display: none;
  }
  .fukidasi{
    display: none;
  }
  .fukidasi_phone{
    display: block;
    width: 80vw;
    margin: 0 auto;
  }
  .aboutus_coffee_phone{
    display: block;
    width: 100vw;
  }
  .setumei_p{
    display: none;
  }
  .setumei_p_phone{
    display: block;
    color: #fff;
  }
  .setumei_p_phone p{
    font-size: 2.5vw;
    line-height: 3.3vh;
    letter-spacing: 0.5vw;
    padding-bottom: 1vh;
  }
  .aboutbtn{
    width: 30vw;
  }
  .aboutbtn img{
    width: 25vw;
  }
}






/* ここからたのしみ方 */

/* エンジョイ看板 */
.enjoy_div img{
  padding-top: 7.8vh;
  padding-left: 56.1vw;
  width: 21.6vw;
}
/* 並び方設定 */
.enjoy1_first{
  padding-top: 5vh;
  padding-left: 13vh;
}
.enjoy1bun p{
  font-size: 1.2vw;
  color: #626262;
}
.enjoy2_first{
  padding-top: 3vh;
  padding-left: 13vh;
}
.enjoy2bun p{
  font-size: 1.2vw;
  color: #626262;
}
.enjoy{
  position: relative;
  padding: 8vh 13vh 13vh 13vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}
.enjoy_yaji{
  display: flex;
  align-items: center;
}
.enjoy2_yaji{
  display: flex;
  align-items: center;
}
.enjoy_flex1{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enjoy_flex2{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enjoy2_flex1{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enjoy2_flex2{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* エンジョイ文字 */
.enjoy p{
  color: #626262;
}
/* エンジョイ要素の大きさ設定など */
.yoyaku_g img{
  width: 8.3vw;
}
.insta img{
  width: 9.2vw;
  height: 20vh;
}
.yoyaku_p p{
  line-height: 1.5vw;
}
.yoyaku_p a{
  color: #F08FDE;
}
.tuika_p a{
  color: #27e66a;
}
.yoyaku_p a:hover,.tuika_p a:hover{
  color:red;
}
/* エンジョイのグループごとの設定 */
.yoyaku{
  position: relative;
  width: 14vw;
}
.yoyaku_g{
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yoyaku2{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 14vw;
  height: 35vh;
  background-color: #F7F7F7;
}
/* エンジョイ要素の大きさ設定など２*/
.sankaku_ img{
  width: 3vw;
}
.come_g img{
  width: 8.3vw;
}
.door img{
  width: 7vw;
  height: 20vh;
}
.talk img{
  width: 10vw;
  height: 20vh;
}
.come_p p{
  line-height: 1.5vw;
}
.come{
  position: relative;
  width: 14vw;
}
.come_g{
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}
.come2{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 14vw;
  height: 35vh;
  background-color: #F7F7F7;
}
/* エンジョイのグループごとの設定 */
.talk2{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 14vw;
  height: 35vh;
  background-color: #F7F7F7;
}
.drink_g img{
  width: 8.3vw;
}
.cup img{
  width: 9.2vw;
  height: 20vh;
}
.box img{
  width: 11vw;
  height: 20vh;
}
.drink_p p{
  line-height: 1.5vw;
}
.drink{
  position: relative;
  width: 14vw;
}
.drink_g{
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}
.drink2{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 14vw;
  height: 35vh;
  background-color: #F7F7F7;
}
.hassou2{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 14vw;
  height: 35vh;
  background-color: #F7F7F7;
}
.buy_g img{
  width: 8.3vw;
}
.change img{
  width: 9.2vw;
  height: 20vh;
}
.coffeetime img{
  height: 20vh;
}
.buy_p p{
  line-height: 1.5vw;
}
.buy{
  position: relative;
  width: 14vw;
}
.buy_g{
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}
.buy2{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 14vw;
  height: 35vh;
  background-color: #F7F7F7;
}
.toutyaku2{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 14vw;
  height: 35vh;
  background-color: #F7F7F7;
}
.border{
  position: absolute;
  bottom: 5vw;
  z-index: -1;
}
.border img{
  width: 70vw;

}

/* PCで非表示 */
.enjoy_div_phone{
  display: none;
}
.yaji{
  display: none;
}
.border_phone{
  display: none;
}
.yaji_mid{
  display: none;
}
.top_enjoy hr{
  display: none;
}

@media screen and (max-width:600px) {
  .top_enjoy{
    padding-top: 10vh;
    margin-top:-10vh;
  }
  .top_enjoy p{
    line-height: 2vh;
  }
  .enjoy{
    display: block;
    padding: 0vh  0 0 0;
    height: 130vw;
    gap: 0;
    position: relative;
  }
  .enjoy_div{
    display: none;
  }
  .enjoy_div_phone{
    display: block;
    text-align: right;
    padding: 5vh 0 0 0;
  }
  .enjoy_div_phone img{
    width: 50vw;
  }
  .sankaku{
    display: none;
  }
  .sankaku_ img{
    width: 10vw;
  }
  .yaji{
    display: block;
  }
  .border{
    display: none;
  }
  .enjoy_flex1{
    position: relative;
  }
  .border_phone{
    display: block;
    position: absolute;
    z-index: -99;
    width: 100vw;
    bottom: -3vw;
  }
  .border_phone img{
    width: 100vw;
  }
  .enjoy_yaji{
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .enjoy2_yaji{
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .yaji_mid{
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 15vw;
  }
  .enjoy1_first{
    display: flex;
    align-items: center;
    padding-top: 0vh;
    padding-left: 0vh;
  }
  .enjoy1_first hr{
    height: 0.2vw;
    background-color: #626262;
    width: 48vw;
    border: none;
    
  }
  .enjoy1bun{
    margin: 10vw 0 5vw 5vw;
  }
  .enjoy1bun p{
    font-size: 3vw;
    color: #626262;
    padding-bottom: 4vw;
  }
  .enjoy2_first{
    display: flex;
    align-items: center;
    padding-top: 0vh;
    padding-left: 0vh;
  }
  .enjoy2_first hr{
    height: 0.2vw;
    background-color: #626262;
    width: 32vw;
    border: none;
    
  }
  .enjoy2bun{
    margin: 10vw 0 5vw 5vw;
  }
  .enjoy2bun p{
    font-size: 3vw;
    color: #626262;
    padding-bottom: 4vw;
  }
  /*エンジョイフレックス1 */
  .enjoy_flex1{
    position: relative;
    padding: 0vh 0 0 0;
    width: 100vw;
    align-items: normal;
  }
  .sankaku1{
    position: absolute;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44vw;
    width: 10vw;
  }
  .sankaku1 img{
    width: 20vw;
  }
  .sankaku2{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44vw;
    width: 10vw;
    width: 10vw;
  }
  .sankaku2 img{
    width: 20vw;
  }
  
  /*予約大きさ設定 */
  .yoyaku{
    position: relative;
    width: 40vw;
    height: 54vw;
    margin-right: 9vw;
    background-color: #F7F7F7;
  }
  .yoyaku_g img{
    width: 25vw;
  }
  .insta img{
    width: 23vw;
    height: 27vw;
    padding-bottom: 1vh;
  }
  .yoyaku_p p{
    line-height: 1.5vw;
  }
  .yoyaku2{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    height: 54vw;
  }
  /*来店大きさ設定 */
  .come{
    position: relative;
    width: 40vw;
    height: 54vw;
    background-color: #F7F7F7;
  }
  .come_g img{
    width: 25vw;
  }
  .door img{
    width: 18vw;
    height: 27vw;
    padding-bottom: 1vh;
  }
  .come_p p{
    line-height: 1.5vw;
  }
  .come2{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    height: 54vw;
  }

  /*エンジョイフレックス2 */
  .enjoy_flex2{
    margin: 5vh 0 0 0;
    width: 100vw;
    align-items: normal;
  }
  /*試飲大きさ設定 */
  .drink{
    position: relative;
    width: 40vw;
    height: 54vw;
    margin-right: 9vw;
    background-color: #F7F7F7;
  }
  .drink_g img{
    width: 25vw;
  }
  .cap{
    height: 12vh;
  }
  .cup img{
    width: 18vw;
    height: 27vw;
    padding-bottom: 1vh;
  }
  .drink2{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    height: 54vw;
  }
  /*支払い大きさ設定 */
  .buy{
    position: relative;
    width: 40vw;
    height: 54vw;
    background-color: #F7F7F7;
  }
  .buy_g img{
    width: 25vw;
  }
  .change img{
    width: 18vw;
    height: 27vw;
    padding-bottom: 1vh;
  }
  .buy2{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    height: 54vw;
  }

  /*エンジョイ2フレックス1 */
  .enjoy2_flex1{
    margin: 0vh 0 0 0;
    width: 100vw;
    align-items: normal;
  }
  /*注文大きさ設定 */
  .talk{
    background-color: #F7F7F7;
  }
  .talk2{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    height: 54vw;
  }
  .talk img{
    width: 18vw;
    height: 27vw;
    padding: 0;
    padding-bottom: 1vh;
  }


  /*エンジョイ2フレックス2 */
  .enjoy2_flex2{
    margin: 5vh 0 0 0;
    width: 100vw;
    align-items: normal;
  }
  .sankaku3{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44vw;
    width: 10vw;
  }
  .sankaku3 img{
    width: 20vw;
  }
  .sankaku4{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44vw;
    width: 10vw;
  }
  .sankaku4 img{
    width: 20vw;
  }
  /*発送大きさ設定 */
  .hassou2{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    height: 54vw;
    background-color: #F7F7F7;
  }
  .box img{
    width: 25vw;
    height: 27vw;
    padding: 0;
    padding-bottom: 1vh;
  }
  /*到着大きさ設定 */
  .coffeetime_pc{
    display: none;
  }
  .coffeetime_phone{
    display: block;
  }
  .toutyaku2{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40vw;
    height: 54vw;
    background-color: #F7F7F7;
  }
  .coffeetime img{
    margin: 0 auto;
    width: 15vw;
    height: 27vw;
    padding-bottom: 1vh;
  }
  
  
  
  


}





/* ここからaccess */
.nameline img{
  width: 87vw;
}
.access_a{
  text-align: center;
  padding: 7.8vh 0 5vh 0;
}
.access p{
  color: #ABA6A2;
}
.access h5{
  color: #626262;
  font-size: 1.5vw;
  margin: 0 0 0.8vh 0;
  letter-spacing: 0.5vw;
  line-height: 2.8vh;
}
.access_g img{
  width: 7.6vw;
}
.address{
  padding: 2vh 0 3vh 12vw;
}
.address p{
  font-size: 1vw;
  color: #626262;
}
.address1{
  padding-bottom: 1vh;
}
.map {
  width: 100%;
  position: relative;
  padding-top: 30vh;
  height: 8vw;
}
.map iframe {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64vw;
  height: 35vw;
}
/* pcで非表示 */
.nameline_phone{
  display: none;
}
.access_phone{
  display: none;
}
@media screen and (max-width:600px) {
  .nameline_pc{
    display: none;
  }
  .nameline img{
    width: 100vw;
  }
  .nameline_phone{
    display: block;
    width: 100vw;
    padding: 10vw 0 5vw 0;
  }
  .access_a{
    text-align: center;
    padding: 7vh 0 2vh 0;
  }
  .access p{
    color: #ABA6A2;
    line-height: 1vh;
  }
  .access h5{
    color: #626262;
    font-size: 4.5vw;
    margin: 0 0 0 0;
    letter-spacing: 1vw;
    line-height: 2.5vh;
  }
  .access_pc{
    display: none;
  }
  .access_phone{
    display: block;
    margin: 0 auto;
  }
  .access_g img{
    width: 25vw;
    padding-top: 1vw;
  }
  .address{
    padding: 3vh 0 0vh 6vw;
  }
  .address p{
    font-size: 3vw;
    line-height: 4.5vw;
    color: #626262;
  }
  .address1{
    padding-bottom: 1vh;
  }
  .map {
    width: 90vw;
    position: relative;
    padding-top: 5vh;
    padding-bottom: 10vh;
    height: 70vw;
    margin: 0 auto;
  }
  .map iframe {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    height: 50vw;
    margin-top: 20vw;
  }
}







/* ここからフッター */
.footer{
  margin-top: 30vh;
  height: 10vh;
  position: relative;
}
.gyon img{
  width: 87vw;
  position: absolute;
  z-index: -1;
}
.footer_bun{
  position: absolute;
  top: 8vh;
  left: 12vw;
}
.footer h3{
  line-height: 0.5vh;
  color: #fff;
}
.footer a{
  text-decoration:none;
  color: #fff;
}
.footer a:hover{
  color: #626262;
}
.footer p{
  line-height: 0.5vh;
}
/* pcで非表示 */
.gyon_phone{
  display: none;
}
@media screen and (max-width:600px) {
  .footer{
    position: absolute;
    bottom: 0;
    margin-top: 5vh;
    height: 10vh;
    position: relative;
  }
  .gyon img{
    width: 100vw;
    position: absolute;
    z-index: -1;
  }
  .footer_bun{
    position: absolute;
    top: 2vh;
    left: 12vw;
  }
  .footer h3{
    font-size: 4vw;
    line-height: 0.2vh;
  }
  .footer p{
    line-height: 0.2vh;
    font-size: 2.5vw;
  }
  .gyon_pc{
    display: none;
  }
  .gyon_phone{
    display: block;
  }
}

/* -------------topページ終わり---------------- */





/* --------------aboutページ------------------- */
main{
  height: auto;
}
.about_body{
  height: auto;
}
.aboutusf_div{
  position: relative;
  width: 87vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.aboutin_backdiv{
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 80vw;
  height: 82vh;
}
.aboutin_back{
  width: 80vw;
}
.aboutin_photo1 img{
  width: 20vw;
}
.aboutin_float{
  display: flex;
  align-items: center;
}
.aboutin_text{
  color: #626262;
}
.aboutin_text h4{
  margin: 0 0 5vh 0;
}
.aboutin_p2{
  padding: 5vh 0 5vh 5vh;
}
.aboutin_bean{
  position: relative;
}
.aboutin_bean img{
  position: absolute;
  width: 18vw;
  top: -10vh;
  left: 20vw;
}

.tuyomi{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80vw;
}
.tuyomi_back{
  position: absolute;
  z-index: -2;
  background-color: #DBC0A5;
  width: 80vw;
  height: 220vh;
  border-radius: 7vh; 
}
.tuyomi_yaji img{
  width: 2.5vw;
  padding-top: 3vh;
}
.tuyomi_bean img{
  width: 25vw;
  padding-top: 1.5vh;
}
.tuyo img{
  width: 68vw;
  padding-top: 10vh;
  padding-bottom: 5vh;
}
.hinsitu_yaji img{
  width: 13vw;
  padding-left: 2.5vw;
}
.hinsitu{
  width: 56vw;
  display: flex;
  justify-content: space-between;
  padding-top: 3vh;
  margin: 0 auto;
  text-align: center;
}
.hinsitu p{
  font-size: 0.9vw;
  color: #fff;
}
.hin img{
  width: 12vw;
}
.tuyo2_flex{
  display: flex;
  width: 65vw;
  justify-content: center;
  margin: 0 auto;
}
.tuyo2_fleximg img{
  width: 28vw;
}
.tuyo2_flextext{
  width: 28vw;
  padding-left: 2.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.tuyo2_flextext h4{
  margin-top: 0;
  margin-bottom: 1.5vh;
}
.Barrel{
  width: 65vw;
  height: 35vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.barrelfreame{
  width: 65vw;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.barrelfreame img{
  width: 60vw;
  height: 31vh;
  position: absolute;
}
.barrel_flex{
  width: 65vw;
  height: 27.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
  color: #fff;
}
.barrel_flex p{
  width: 28vw;
}
.barrel_photo{
  position: relative;
}
.barrel{
  position: absolute;
  right: -2vw;
  top: 12vh;
}
.barrel img{
  width: 6vw;
}
.barrel_img{
  width: 25vw;
}
.Infused{
  padding-top: 5vh;
  width: 65vw;
  height: 35vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.infusedfreame{
  width: 65vw;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.infusedfreame img{
  width: 60vw;
  height: 31vh;
  position: absolute;
}
.infused_flex{
  width: 65vw;
  height: 27.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3vh;
  color: #fff;
}
.infused_flex p{
  width: 28vw;
}
.infused_photo{
  position: relative;
}
.infused{
  position: absolute;
  right: -2vw;
  top: 14vh;
}
.infused img{
  width: 7vw;
}
.infused_img img{
  width: 25vw;
}

/* pcで非表示 */
.aboutin_backdiv_phone{
  display: none;
}
.aboutin_text_h4phone1{
  display: none;
}
.aboutin_text_h4phone2{
  display: none;
}
.aboutin_text_h4phone3{
  display: none;
}
.aboutin_photo1{
  display: block;
}
.aboutin_photo1_phone{
  display: none;
}
.aboutin_p_phone{
  display: none;
}
.tuyomi_yaji_phone{
  display: none;
}
.tuyomi_title{
  display: none;
}
.tuyomi1img_phone{
  display: none;
}
.tuyomi2img_phone{
  display: none;
}
.tuyomi3img_phone{
  display: none;
}
.tuyomi1_midasi{
  display: none;
}
.hinsitumidasi_phone{
  display: none;
}
.tuyo2_midasi{
  display: none;
}
.barrelfreame_phone{
  display: none;
}
.tuyo3_midasi{
  display: none;
}
.infusedfreame_phone{
  display: none;
}




@media screen and (max-width:600px) {
  .about_body{
    display: flex;
    height: 347vh;
    font-size: 1.3vw;
    position: relative;
    margin: 0;
  }
  .aboutusf_div{
    width: 100vw;
    height: 84vh;
    padding-top: 0vh;
    margin-top: 11vh;
  }
  .aboutin_backdiv{
    display: none;
  }
  .aboutin_backdiv_phone{
    display: block;
    position: absolute;
    z-index: -3;
    top: 0vh;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 85vw;
    height: 85vh;
  }
  .aboutin_backdiv_phone img{
    width: 85vw;
    height: 85vh;
  } 
  .aboutin_bean{
    top: 5vh;
  }
  .aboutin_bean img{
    width: 30vw;
  }
  .aboutin_text{
    width: 70vw;
    height: 78vh;
    color: #626262;
  }
  .aboutin_float{
    flex-direction: column;
    align-items: stretch;
  }
  .aboutin_text h4{
    letter-spacing: 0.8vw;
  }
  .aboutin_text_h4{
    display: none;
  }
  .aboutin_text_h4phone1{
    display: block;
    font-size: 5vw;
    margin: 0!important ;
  }
  .aboutin_text_h4phone_flex{
    display: flex;
    padding-left: 20vw;
    padding-bottom: 5vh;
  }
  .aboutin_text_h4phone2{
    display: block;
    font-size: 5vw;
    margin: 0!important ;
  }
  .aboutin_text_h4phone3{
    display: block;
    font-size: 3vw;
    margin: 0!important ;
    padding-top: 1.5vh;
  }
  .aboutin_photo1{
    display: none;
  }
  .aboutin_photo1_phone{
    display: block;
    padding-bottom: 3vh;
  }
  .aboutin_photo1_phone img{
    width: 70vw;
  }
  .aboutin_p{
    display: none;
  }
  .aboutin_p_phone{
    display: block;
  }
  /*  ↓about強み↓  */
  .tuyomi_yaji{
    display: none;
  }
  .tuyomi_yaji_phone{
    display: block;
    text-align: center;
    margin-top: 0.8vh;
    margin-bottom: 4vh;
  }
  .tuyomi_yaji_phone img{
    width: 8.5vw;
  }
  .tuyomi_back{
    width: 85vw;
    height: 225vh;
    border-radius: 2vh; 
  }
  .tuyomi_bean{
    display: none;
  }
  .tuyomi_title{
    display: block;
    color: #fff;
    text-align: center;
  }
  .tuyomi_title h5{
    font-size: 3.5vw;
    letter-spacing: 1.2vw;
    margin: 3vh 0 2vh 0;
  }
  .tuyomi_title h4{
    font-size: 6vw;
    letter-spacing: 2vw;
    margin: 0 0 1vh 0;
  }
  .tuyomi_title img{
    width: 38vw;
  }
  .tuyomi1img{
    display: none;
  }
  .tuyomi1img_phone{
    display: block;
  }
  .tuyomi2img{
    display: none;
  }
  .tuyomi2img_phone{
    display: block;
  }
  .tuyomi3img{
    display: none;
  }
  .tuyomi3img_phone{
    display: block;
  }
  .tuyo img{
    padding: 1.5vh 0 3vh 0;
  }
  .hinsitu_yaji{
    display: none;
  }
  .tuyomi1_midasi{
    display: block;
    color: #fff;
  }
  .tuyomi1_midasi p{
    font-size: 5vw;
  }
  .hinsitumidasi_phone{
    display: block;
    color: #fff;
  }
  .hinsitumidasi_phone h5{
    font-size: 3.8vw;
    letter-spacing: 0.5vw;
    margin: 3vh 0 0 0;
  }
  .about_border{
    border-bottom: 1px solid #fff;
  }
  .tuyomi1_in{
    margin: 0 auto;
    width: 65vw;
  }
  .hinsitu{
    width: 65vw;
    flex-wrap: wrap;
    margin: 0;
  }
  .hin img{
    width: 31vw;
  }
  .hin p{
    font-size: 3vw;
    line-height: 2vh;
  }
  .tuyo2_midasi{
    display: block;
    color: #fff;
    font-size: 5vw;
  }
  .tuyo2_flex{
    flex-direction: column;
  }
  .tuyomi2_in{
    width: 65vw;
    margin: 0 auto;
  }
  .tuyo2_fleximg img{
    width: 65vw;
  }
  .tuyo2_flextext{
    width: 63vw;
    padding: 1.5vh 0 0 0;
    margin: 0 auto;
  }
  .tuyo2_flextext h4{
    font-size: 3.3vw;
    letter-spacing: 0.5vw;
    text-align: center;
  }
  .tuyo2_flextext p{
    font-size: 2.5vw;
    line-height: 2vh;
    letter-spacing: 0.5vw;
  }
  
  .tuyo3_midasi{
    display: block;
    color: #fff;
    padding-bottom: 2.5vh;
  }
  .tuyo3_midasi p{
    font-size: 5vw;
  }
  .barrel_img img{
    width: 55vw;
  }
  .barrel_img{
    width: 55vw;
  }
  .barrelfreame{
    display: none;
  }
  .barrelfreame_phone{
    display: block;
    z-index: -2;
  }
  .barrelfreame_phone img{
    position: absolute;
    width: 65vw;
    z-index: -2;
  }
  .barrel_flex{
    margin-top: 2vh;
    flex-direction: column;
    height: 33vh;
  }
  .barrel_flex p{
    width: 55vw;
    letter-spacing: 0.5vw;
    line-height: 2vh;
    color: #fff;
    font-size: 2.5vw;
  }
  .barrel img{
    width: 13vw;
  }
  .barrel{
    top: 9vh;
  }

  .infused{
    top: 11vh;
  }
  .infused img{
    width: 13vw;
  }
  .infusedfreame{
    display: none;
  }
  .infusedfreame_phone{
    display: block;
    z-index: -2;
  }
  .infusedfreame_phone img{
    position: absolute;
    width: 65vw;
    z-index: -2;
  }
  .infused_img{
    width: 55vw;
  }
  .infused_img img{
    width: 55vw;
  }
  .infused_flex{
    margin-top: 2vh;
    flex-direction: column;
    height: 33vh;
  }
  .infused_flex p{
    width: 55vw;
    letter-spacing: 0.5vw;
    line-height: 2vh;
    color: #fff;
    font-size: 2.5vw;
  }
  .footer{
    bottom: 0;
    height: 10vh;
    position: absolute;
  }
  .gyon img{
    width: 100vw;
    position: absolute;
    z-index: -1;
  }
  .footer_bun{
    position: absolute;
    top: 2vh;
    left: 12vw;
  }
  .footer h3{
    font-size: 4vw;
    line-height: 0.2vh;
  }
  .footer p{
    line-height: 0.2vh;
    font-size: 2.5vw;
  }
  .gyon_pc{
    display: none;
  }
  .gyon_phone{
    display: block;
  }
}





/*上下左右中央
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); ================================== */