@charset "utf-8";

/*---------------------------------------------------------
ミニPCサイズ
---------------------------------------------------------*/
@media(max-width: 1280px) {
  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
  /* header .header_inner .site_title {
    width: 90px;
    padding: 50px 100px;
  }

  header .header_menu {
    margin: 0 100px;
  } */

  /*---------------------------------------------------------
  湯の華会について
  ---------------------------------------------------------*/
  #ABOUT .wrapper {
    width: 80%;
  }

  #ABOUT .about_enkaku {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #ABOUT .about_enkaku .about_enkaku_img {
    margin: 0;
    width: 80%;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
  }

  #ABOUT .about_enkaku .about_enkaku_img img {
    border-radius: 15px;
    opacity: 0.6;
  }

  #ABOUT .about_enkaku .about_enkaku_word {
    position: unset;
    top: 0;
    right: 0;
    z-index: 2;
  }



}
