@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use toppage
=================================================================== */
  .contents {
    border-top: solid 1px #d2d2d2;
  }
  .h1_area {
    background: url("/common/images/icon_menu_08.png") no-repeat center 20px;
    -moz-background-size: 60px auto;
         background-size: 60px auto;
    height: 165px;
    text-align: center;
  }
  .h1_area h1 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #09ba79;
    font-size: 3.5rem;
    padding-top: 90px;
  }
  .main {
    background: url("../images/mv.jpg") no-repeat left bottom;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    height: 340px;
    width: 100%;
  }
  .map {
    margin: 60px auto 86px;
    width: 1000px;
  }
  .map #gmap {
    height: 450px;
    width: 100%;
  }
  .map ul {
    font-size: 0;
    margin: 22px auto 0;
    width: 300px;
  }
  .map ul li {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: inline-block;
    height: 70px;
    padding: 2px 15px;
    vertical-align: top;
  }
  .map ul li p.name {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .map ul li p.address {
    color: #09ba79;
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .illust_map {
    margin: 85px 0;
    position: relative;
    text-align: center;
  }
  .illust_map > p {
    font-size: 1.8rem;
    position: absolute;
    left: 48%;
    bottom: 0;
  }
  html.big .map ul li {
    padding: 2px 7px;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use toppage
=================================================================== */
  .h1_area {
    background: url("/common/images/icon_menu_08.png") no-repeat center 12px;
    -moz-background-size: 25px auto;
         background-size: 25px auto;
    height: 74px;
    text-align: center;
  }
  .h1_area h1 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #09ba79;
    font-size: 1.8rem;
    padding-top: 44px;
    margin: 0;
  }
  .main {
    background: url("../images/mv.jpg") no-repeat left bottom;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    height: 118px;
    width: 100%;
  }
  .map {
    margin: 22px auto 33px;
    width: 92%;
  }
  .map #gmap {
    height: 176px;
    width: 100%;
  }
  .map ul {
    margin: 22px auto 0;
    width: 100%;
  }
  .map ul li {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: 60px;
    padding: 2px 4px;
  }
  .map ul li p.name {
    font-weight: bold;
    line-height: 1.3;
  }
  .map ul li p.address {
    color: #09ba79;
    margin-top: 2px;
  }
  .map ul li + li {
    margin-top: 10px;
  }
  .illust_map {
    margin: 26px auto 60px;
    position: relative;
    width: 92%;
  }
  .illust_map img {
    width: 100%;
  }
  .illust_map > p {
    bottom: 0;
    font-size: 1.2rem;
    left: 45%;
    position: absolute;
  }
}
