@charset "utf-8";

/*=================================================================================================================================*/
/**  個別指定 for PC	*/
/*=================================================================================================================================*/
@media screen and (min-width: 980px) and (max-width: 1279px) {
  /* fook */
  .only_pc_none {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  /* fook */
  .only_pc_none {
    display: none !important;
  }

  /* 見出し h */
  /*---------------------------------------------
 ** h2
---------------------------------------------*/
  h2 {
    margin-bottom: 30px;
  }

  /*---------------------------------------------
 ** h3
---------------------------------------------*/
  h3 {
    font-size: 26px;
  }

  /*---------------------------------------------
 **  h4
---------------------------------------------*/
  h4 {
  }

  /*---------------------------------------------
 **  ナビゲーション
---------------------------------------------*/
  .nav-toggle {
    display: none !important;
  }

  /*---------------------------------------------
 ** width
---------------------------------------------*/
  .w1100 {
    width: 1100px !important;
  }

  /*---------------------------------------------
 ** margin
---------------------------------------------*/
  .mb0 {
    margin-bottom: 0 !important;
  }

  /*---------------------------------------------
 **  flexbox
---------------------------------------------*/
  .display_flex {
    display: flex;
  }
  .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex_item_clounm_3 {
    width: 31.5%;
  }
  .flex_item_clounm_2 {
    width: 48.5%;
  }
  .flex_item_clounm_4 {
    width: 23.5%;
    margin-bottom: 25px;
  }
  /*=================================================================================================================================*/
  /**  共通部分	*/
  /*=================================================================================================================================*/

  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  /* ヘッダー */
  .header_wrapper {
    height: 150px;
  }
  /* ロゴ */
  #logo {
    width: 298px;
    height: 113px;
    margin: 0px auto 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 999;
  }


  #content{
    margin-top:30px;
  }

  #right_igawadani	{ width:98px; height:195px; position: fixed; right: 0; top: 140px; z-index:99;}
  #right_akashi	{ width:98px; height:195px; position: fixed; right: 0; top: 350px; z-index:99;}
  #right_recruit	{ width:95px; height:105px; position: fixed; right: 0; top: 350px; z-index:99; overflow: hidden;}

  /*=================================================================================================================================*/
  /**  TOPコンテンツ	*/
  /*=================================================================================================================================*/

  .back_logo{
    width: 1200px;
    /* width:780px!important;
    background:url(../img/common/logo2.png) no-repeat top right;
    background-size:auto 80%;
    padding-right:380px; */
  }

  /*---------------------------------------------
 **  フッター
---------------------------------------------*/
  /* フッター */
  .footer_inner {
    width: 1200px;
    _zoom: 1;
    overflow: hidden;
  }

  /* ページTOPへ */
  #pageTop a {
    width: 55.5px;
    height: 67px;
  }

  .inner_box:nth-of-type(odd) {
    float:unset !important;
    width: calc((77% - 20px)) !important;
    margin-right: unset;
    margin: 0 auto !important;
  }

  .access{
    width:100%;
    height:400px;
  }
  .access iframe{
    width:100%!important;
    height:400px;
  }

  .map {
    width:90%;
    margin:0 auto;
    display:flex;
  }
  .map p:nth-child(1){
    width:100%;
    margin:3% 2% 0 0;
    font-size:2.6rem;
    text-align: center;
  }


  .map p span{
    display: inline-block;
    width:150px;
    text-align: center;
    background:#6a4832;
    color:#fff;
    font-size:2.0rem;
    margin-right:10px;
  }

  .map2 {
    width:90%;
    margin:0 auto;
    display:flex;
  }
  .map2 p{
    width:100%;
    margin:1% 0 0 0;
    font-size:2.1rem;
    text-align: center;
  }
  .access_how{
    width:95%;
    margin:20px auto 0;
    display: flex;
    flex-wrap: wrap;
  }
  .access_how dt{
    width:14%;
    display: inline-block;
    background:#eee;
    padding:5px 10px;
    margin-right:20px;
    margin-bottom:10px;
    text-align: center;
  }
  .access_how dd{
    width:80%;
    padding:5px 10px;
    margin-bottom:10px;
  }


  /*特徴*/
  .point_block{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    dl{
      width: 48%;
    }
  }

  .pc_tel { color: #ae7913 !important; text-decoration: none !important;}

  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/
}
