@charset "UTF-8";
/* CSS Document */
#ttlArea {
  width: 100%;
  height: 460px;
  background-repeat: no-repeat;
  background-image: url(../images/main.jpg);
  background-size: cover;
  background-position: center top;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.ttlBlock {
  width: 1000px;
  height: 460px;
  margin: 0 auto;
  position: relative;
}

.ttlBox {
  position: absolute;
  top: 185px;
  width: 200px;
  height: 200px;
  display: block;
  background-image: url(../../common/images/bg_murasaki.jpg);
  opacity: 0.8;
}

.ttlBlock h1 {
  position: absolute;
  top: 245px;
  width: 200px;
  height: auto;
  text-align: center;
}

#contentsArea {
  margin-bottom: 80px;
}

/* GoogleMap */
.listTtl {
  padding: 20px 0 30px;
  height: 500px;
  border-bottom: 8px solid #666666;
  overflow: hidden;
}

.ggmap {
  width: 98%;
  margin: 0 auto;
  position: relative;
  padding-top: 1000px;
  height: 500px;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

p.txt {
  position: relative;
  top: -26px;
  right: 5px;
  text-align: right;
  color: #fff;
  font-size: 100%;
}

/* ちょうど良い場所です */
.introBlock {
  width: 1000px;
  height: auto;
  margin: 30px auto;
}

.introBlock h2 {
  font-size: 247%;
  font-family: "hannari";
  line-height: 1.1em;
  padding: 0 0 20px;
}

.introBlock p {
  line-height: 1.4em;
}

/* アクセス方法 */
.accessBlock {
  width: 1000px;
  margin: 10px auto 30px;
  height: auto;
}

.accessBlock h2 {
  font-size: 2.3em;
  font-family: "hannari";
  line-height: 1.1em;
  padding: 0 0 20px 48px;
}

.accessBlock h2.car {
  background: url(../images/icon_car.png) no-repeat 4px 5px;
  background-size: 36px 30px;
}

.accessBlock h2.train {
  background: url(../images/icon_train.png) no-repeat 4px 5px;
  background-size: 34px 30px;
}

.accessBlock h2.plane {
  background: url(../images/icon_plane.png) no-repeat 0 7px;
  background-size: 48px 30px;
}

.accessBlock h2.kanko {
  background-repeat: no-repeat;
  background-position: 0 7px;
  background-image: url(../images/icon_kanko.png);
  background-size: 38px 30px;
}

.bnrBox {
  width: 275px;
  height: auto;
  float: right;
}

.accessBox {
  width: 1000px;
  height: 1050px;
  background-image: url(../images/bg.jpg);
}

#kanko {
  padding: 30px 0 0;
}

.kankoPicBox img {
  float: left;
}

.kankoBox {
  width: 470px;
  height: 130px;
  margin-left: 30px;
  float: left;
}

.kankoBox_l {
  width: 469px;
  height: 155px;
  margin-left: 30px;
  float: left;
}

.accessBox h3 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.kankoTxtBox {
  text-align: left;
  width: 290px;
  float: left;
  padding-left: 15px;
  line-height: 16px;
  color: #000000;
}

.kankoTxtBox h4 {
  font-size: 15px;
  padding-bottom: 5px;
  color: #000000;
  background-image: url(../images/maru.png);
  background-repeat: no-repeat;
  background-position: 1% 27%;
}

.shizen {
  width: 1000px;
  height: auto;
  margin-top: 10px;
}

.seaBox {
  background-image: url(../images/bg_s.png);
  width: 931px;
  height: 54px;
  margin-left: 30px;
  position: relative;
}

.seaTxtBox a {
  background-image: url(../images/icon_sankaku.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 21px;
  left: 10px;
  margin-left: 10px;
  font-size: 16px;
  color: #000000;
}

.seaBox ul li {
  float: left;
  margin-top: 20px;
  background-image: url(../images/icon_sankaku.png);
  background-repeat: no-repeat;
  background-position: 22% 0%;
}

.linkBox ul li {
  background-image: url(../images/icon_sankaku.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding-bottom: 15px;
  height: auto;
  margin: 0;
  width: 272px;
}

.linkBox {
  width: 1000px;
}

.seaBox ul li a {
  font-size: 16px;
  padding-left: 60px;
  padding-right: 50px;
  color: #000000;
  margin-left: 0px;
}

.linkBox ul li a {
  font-size: 16px;
  padding-left: 13px;
  padding-right: 50px;
  color: #000000;
  margin-left: 0px;
  width: auto;
}

.linkBox ul {
  width: 250px;
  float: left;
  margin-left: 70px;
  padding-left: 0px;
}

/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {
  #ttlArea {
    height: 200px;
  }

  .seaTxtBox {
    margin: 0;
    display: block;
    float: left;
    width: 200px;
    height: auto;
  }

  .ttlBlock {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    position: relative;
  }

  .ttlBox {
    display: none;
  }

  .ttlBlock h1 {
    top: 85px;
    width: 100%;
  }

  #contentsArea {
    margin-bottom: 30px;
  }

  /* GoogleMap */
  .listTtl {
    padding: 7px 0 18px;
    height: 240px;
    border-bottom: 2px solid #666666;
    overflow: hidden;
  }

  .ggmap {
    width: 96%;
    margin: 0 auto;
    padding-top: 100px;
    height: 240px;
    overflow: hidden;
  }

  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }

  p.txt {
    position: relative;
    top: -16px;
    right: 5px;
    text-align: right;
    color: #fff;
    font-size: 90%;
  }

  /* ちょうど良い場所です */
  .introBlock {
    width: 96%;
    height: auto;
    margin: 15px auto 20px;
  }

  .introBlock h2 {
    font-size: 189%;
    font-family: "hannari";
    line-height: 1.1em;
    padding: 0 0 10px;
  }

  .introBlock p {
    line-height: 1.4em;
  }

  /* アクセス方法 */
  .accessBlock {
    width: 96%;
    height: auto;
    margin: 10px auto 20px;
  }

  .accessBlock h2 {
    font-size: 1.6em;
    font-family: "hannari";
    line-height: 1.1em;
    padding: 0 0 12px 35px;
  }

  .accessBlock h2.car {
    background: url(../images/icon_car.png) no-repeat 4px 4px;
    background-size: 26px 22px;
  }

  .accessBlock h2.train {
    background: url(../images/icon_train.png) no-repeat 4px 5px;
    background-size: 25px 22px;
  }

  .bnrBox {
    width: auto;
    text-align: center;
    height: auto;
    float: none;
  }

  .kankoPicBox {
    width: 150px;
    height: 92px;
    float: left;
    margin: 0;
  }
}
