@charset "UTF-8";
/* CSS Document */

/* acessarea
=============================================================================*/


/* accessArea - */
#accessArea{
display: none;
}

.access_area_in {
    width:1100px;
    margin:0 auto;
  }
  @media only screen and (max-width: 680px) {
    .access_area_in {
        width:auto;
		padding:30px 0;        
        margin:0 auto;
    }
  }
  
  
  /* access_area_cnt - */

  .access_area_cnt > .media {
    float: left;
    margin-right: 5px;
    width: 55%;
  }
  .access_area_cnt > .col {
    float: right;
    width: 42%;
  }
  .access_area_cnt > .col .ht {
    position: relative;
    margin:15px 0 5px 0;
    padding:5px 0 0px 5px;
    color: #e9e7e3;
    background-color:  #ea7b75;
    font-size: 2.6rem;
  	font-family: "Kosugi Maru","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	  font-weight:bold;

  }
  .access_area_cnt > .col .ht::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 168px;
    height: 2px;
    background: #4f9154;
  }
  .access_area_cnt > .col .txt {
    margin: 0 0 15px 5px;
    font-family: "Kosugi Maru","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.3rem;
  }
  .access_area_cnt > .col .list-note {
    margin-bottom: 2.14286em;
  }
  .access_area_cnt > .col .txt-em {
    color: #e42c02;
  }
  .access_area_cnt > .col > :last-child {
    margin-bottom: 0;
  }
  @media only screen and (max-width: 680px) {
    .access_area_cnt > .media {
      float: none;
      margin-right: 0;
      width: 100%;
    }
    .access_area_cnt > .col {
      float: none;
      margin-bottom: 1.78571em;
      width: 100%;
    }
    .access_area_cnt > .col .hdg {
      margin:0px 10px 5px 5px;
      padding-bottom: .5px;
      font-size: 2rem;
    }
    .access_area_cnt .clnDate {
      float: left;
      margin:5px 0 5px 0;
      padding-left: 10px;
      width: 75%;
      height: 75%;
 }


  }
  
  
  /* .map_cnt ----- */
  .map_cnt {
    position: relative;
    overflow: hidden;
    background-color: rgb(43, 42, 41);
    margin: 15px 15px 15px 5px;
    padding-top: 15px;
    padding-bottom: 60%;
    height: 0;
  }
  .map_cnt iframe, .map_cnt object, .map_cnt embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  @media only screen and (max-width: 680px) {
    .map_cnt {
        position: relative;
        overflow: hidden;
        margin: 15px 5px 15px 5px;
        padding: 15px 5px 15px 0px;
        width:auto;
        height: 400px;
      }

      .map_cnt iframe, .map_cnt object, .map_cnt embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    
  }
