@charset "utf-8";

/* パソコン画面 */
@media(min-width:678px){

  /* 共通 */
  .sp{
    display:none;
  }
  .pc{
    display:block;
  }



  /* ----------------------------ヘッダー---------------------------- */
  .header-inner{
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin:0 auto;
  }
  h1{
    text-align:left;
  }
  h1 img{
    width:250px;
    height:auto;
  }

  /* パソコン グローバルナビ */
  .globalnav-pc ul{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .globalnav-pc ul li{
    text-align: center;
  }
  .globalnav-pc ul li a{
    color:#fff;
    display:block;
    padding:10px 15px;
    font-size:14px;
  }
  .globalnav-pc ul li a:hover{
    border-bottom:1px solid #fff;
  }

  /* このクラスをjQueryで付け外しする（下にスクロールしたとき） */
  header.transform{
    background-color:rgba(0,0,0,0.5);
    justify-content: center;
  }
  header.transform .header-inner{
    justify-content: center;
  }

  /* スライドテキスト */
  .slide-txt{
    font-size:30px;
    max-width:980px;
    padding:0 15px;
  }



  /*--------------------------コンセプト------------------------------ */
  .concept-wrap{
    display:flex;
    align-items: flex-start;
    width:80%;
    margin:0 auto;
  }
  .concept img{
    width:50%;
    position:relative;
    left:25px;
    z-index: 0;
  }
  .concept-txt{
    width:50%;
    padding:54px 50px;
    position:relative;
    left:-25px;
    top:50px;
  }
  .concept .baysidecafe-btn{
    margin-top:80px;
  }



  /* ----------------------メニュー------------------------ */
  .recommend-menu{
    margin-top:50px;
  }
  .recommend-menu-wrap{
    max-width: 1020px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
  }
  .recommend-menu-item{
    width:32%;
    margin:0;
  }



  /* ------------------------こだわり------------------------------ */
  .obsession{
    padding-top:100px;
    padding-bottom:100px;
  }
  .obsession-txt{
    width:85%;
    line-height: 2;
    margin:0 auto;
  }


  /* ------------------ギャラリー----------------- */
  .slick_slider {
    max-width: 80%;
  }



  /* -------------------------お知らせ--------------------------- */
  .news-wrap{
    max-width: 1020px;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
  }
  .article-item{
    width:31%;
    margin:0;
  }
  .article-item-date,.article-item-cat,.article-item-txt{
    font-size:14px;
  }



  /* ------------------------アクセス------------------------ */
  .access-wrap{
    display:flex;
    justify-content: space-between;
    max-width:1020px;
    margin:0 auto;
  }
  .access-map{
    width:45%;
  }
  .access-wrap iframe{
    height:400px;
  }
  .access-info{
    width:45%;
    text-align: left;
  }
  .access img{
    width:65%;
    margin-bottom:20px;
  }
  .access-txt{
    padding:0;
  }



  /* --------------------投稿ページ----------------- */
  .container{
    display:flex;
    justify-content: space-between;
    max-width:1000px;
    margin:0 auto;
    padding:50px 20px;
  }
  .main-contents{
    width:65%;
    margin-bottom:30px;
  }
  .sidebar{
    width:25%;
  }

}
