@charset "UTF-8";
/* 周辺観光 */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../tourism/img/pagetit_bg.jpg) no-repeat center;
  background-size: cover;
}

#lead {
  padding-bottom: 30px;
}
#lead .logo {
  margin-top: 30px;
}

.pagenav_wrap {
  padding: 20px 0 70px;
}

section .tour_flex > .pic_col {
  position: relative;
  width: 50%;
}
section .tour_flex > .pic_col .pic {
  float: left;
  margin-bottom: 30px;
}
section .tour_flex > .pic_col .pic img {
  display: block;
}
section .tour_flex > .txt_col {
  position: relative;
  width: calc(50% - 80px);
}
section .tour_flex > .txt_col .main_tit {
  margin-bottom: 10px;
  text-align: left;
}
section .tour_flex > .txt_col .pic {
  position: absolute;
  right: 0;
  bottom: 0;
}
section .tour_flex .pickup {
  position: absolute;
  top: -25px;
  left: -80px;
}
section .tour_flex.reverse > .pic_col .pic {
  float: right;
}
section .tour_flex.reverse > .txt_col .pic {
  right: auto;
  left: 0;
}
section .tour_flex.reverse .pickup {
  left: auto;
  right: -60px;
}
section .tour_flex .time {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.4);
}
section .tour_flex .time .icon {
  margin-right: 10px;
}
section .tour_flex .btns {
  clear: both;
  display: flex;
  justify-content: space-between;
}
section .tour_flex .btns a {
  position: relative;
  display: block;
  width: 48%;
  max-width: 251px;
  padding: 12px 10px;
  border: 1px solid #fff;
  font-family: "NotoSerif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.4;
}
section .tour_flex .btns a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  width: 10px;
  height: 16px;
  vertical-align: middle;
  background: url(../img/arrow_white.png) no-repeat;
  background-size: 100%;
}
section .tour_flex .btns a.btn_hp {
  background: #b7b8be;
  color: #001c42;
}
section .tour_flex .btns a.btn_hp:after {
  background: url(../img/arrow_blue.png) no-repeat;
  background-size: 100%;
}
section .tour_flex .btns a.btn_map {
  background: #70727e;
}
section .tour_box_wrap {
  justify-content: flex-start;
}
section .tour_box_wrap hr {
  display: block;
  width: 100%;
  height: 0;
  margin: 0 auto;
  border-top: none;
  border-bottom: 1px dashed #888993;
}
section .tour_box {
  width: 280px;
  margin: 0 100px 0 0;
  padding: 55px 0 60px;
}
section .tour_box:nth-of-type(3n) {
  margin-right: 0;
}
section .tour_box .tit {
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "NotoSerif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  text-align: center;
}
section .tour_box .time {
  padding: 10px 5px;
  background: url(../img/bg_common_02.png);
  text-align: center;
}
section .tour_box .time .icon {
  margin-right: 10px;
}
section .tour_box .pic {
  margin-bottom: 10px;
}
section .tour_box .detail {
  margin: 30px 0 20px;
  line-height: 1.8;
}
section .tour_box .detail dt {
  float: left;
  clear: both;
}
section .tour_box .detail dd {
  margin-left: 3em;
}
section .tour_box .btns {
  margin-top: 20px;
}
section .tour_box .btns a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #fff;
  font-family: "NotoSerif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.4;
}
section .tour_box .btns a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  width: 10px;
  height: 16px;
  vertical-align: middle;
  background: url(../img/arrow_white.png) no-repeat;
  background-size: 100%;
}
section .tour_box .btns a.btn_hp {
  background: #b7b8be;
  color: #001c42;
}
section .tour_box .btns a.btn_hp:after {
  background: url(../img/arrow_blue.png) no-repeat;
  background-size: 100%;
}
section .tour_box .btns a.btn_map {
  background: #70727e;
}
section .tour_box .btns a + a {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #lead {
    padding-bottom: 30px;
  }
  #lead .logo {
    margin-top: 20px;
  }
  #lead .logo img {
    width: 260px;
  }

  .pagenav_wrap {
    padding: 10px 15px 30px;
  }

  section .tour_flex {
    display: block;
    margin-top: 30px;
  }
  section .tour_flex > .pic_col {
    position: relative;
    width: 100%;
  }
  section .tour_flex > .pic_col .pic {
    float: none;
    margin-bottom: 20px;
  }
  section .tour_flex > .txt_col {
    position: relative;
    width: 100%;
  }
  section .tour_flex > .txt_col .main_tit {
    margin: 15px 0 10px;
    text-align: left;
  }
  section .tour_flex > .txt_col .pic {
    position: static;
    right: 0;
    bottom: 0;
    margin: 15px 0;
  }
  section .tour_flex .pickup {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 70px;
    margin-left: -35px;
  }
  section .tour_flex.reverse > .pic_col .pic {
    float: none;
  }
  section .tour_flex.reverse > .txt_col .pic {
    right: auto;
    left: 0;
  }
  section .tour_flex.reverse .pickup {
    left: 50%;
    right: auto;
  }
  section .tour_flex .time {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  section .tour_flex .time .icon {
    margin-right: 10px;
  }
  section .tour_flex .btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  section .tour_flex .btns a {
    width: 100%;
    max-width: 100%;
  }
  section .tour_flex .btns a + a {
    margin-top: 10px;
  }
  section .tour_box_wrap {
    padding: 20px 0 0;
  }
  section .tour_box_wrap hr {
    display: none;
  }
  section .tour_box {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 30px;
    border-bottom: 1px dashed #888993;
  }
  section .tour_box:last-child {
    border-bottom: none;
  }
  section .tour_box .tit {
    margin-bottom: 15px;
    font-size: 22px;
    font-family: "NotoSerif", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.4;
    text-align: center;
  }
  section .tour_box .time {
    padding: 10px 5px;
    background: url(../img/bg_common_02.png);
    text-align: center;
  }
  section .tour_box .time .icon {
    margin-right: 10px;
  }
  section .tour_box .pic {
    margin-bottom: 10px;
  }
  section .tour_box .detail {
    margin: 15px 0 20px;
    line-height: 1.65;
  }
  section .tour_box .btns {
    margin-top: 20px;
  }
  section .tour_box .btns a {
    width: 100%;
  }
  section .tour_box .btns a + a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .pagenav_wrap {
    padding: 10px 10px 30px;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding: 50px 0 60px;
}
#sec1 .gmap {
  width: 100%;
  max-width: 1280px;
  height: 512px;
  margin: 0 auto 0;
}
#sec1 .gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border: none;
}
#sec1 .btn_wrap {
  margin: 45px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding: 30px 0 40px;
  }
  #sec1 .gmap {
    height: 240px;
    margin: 30px auto 0;
  }
  #sec1 .btn_wrap {
    margin: 30px 0 0;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 .container > .main_tit {
  margin-bottom: 90px;
}
#sec2 .container > .main_tit .icon {
  margin-right: 20px;
}
#sec2 #sec2_1 {
  padding: 30px 0 80px;
}
#sec2 #sec2_2 {
  padding: 80px 0 80px;
}

@media screen and (max-width: 768px) {
  #sec2 .container > .main_tit {
    margin-bottom: 50px;
  }
  #sec2 .container > .main_tit .icon {
    margin-right: 15px;
  }
  #sec2 #sec2_1 {
    padding: 30px 0 40px;
  }
  #sec2 #sec2_2 {
    padding: 30px 0 40px;
  }
}
/* ---------------------------------------------------
	sec3
------------------------------------------------------ */
#sec3 .container > .main_tit {
  margin-bottom: 50px;
}
#sec3 .container > .main_tit .icon {
  margin-bottom: 4px;
  margin-right: 20px;
}
#sec3 #sec3_1 {
  padding: 35px 0 80px;
}
#sec3 #sec3_1 .tour_flex .btns {
  justify-content: flex-end;
}
#sec3 #sec3_2 {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #sec3 .container > .main_tit {
    margin-bottom: 50px;
  }
  #sec3 .container > .main_tit .icon {
    margin-right: 15px;
  }
  #sec3 #sec3_1 {
    padding: 30px 0 40px;
  }
  #sec3 #sec3_2 {
    padding-bottom: 20px;
  }
}
/* ---------------------------------------------------
	sec4
------------------------------------------------------ */
#sec4 {
  padding-bottom: 90px;
}
#sec4 .bar {
  margin-bottom: 0;
  padding: 32px 0 28px;
}
#sec4 .bar .icon {
  margin-right: 20px;
}
#sec4 .tour_box .tit:not(.row2) {
  padding-top: .6em;
}

@media screen and (max-width: 768px) {
  #sec4 {
    padding-bottom: 10px;
  }
  #sec4 .bar {
    margin-bottom: 0;
    padding: 15px 0 15px;
  }
  #sec4 .bar .icon {
    width: 30px;
    margin-right: 15px;
  }
  #sec4 .tour_box_wrap {
    padding-top: 0;
  }
  #sec4 .tour_box .tit:not(.row2) {
    padding-top: 0;
  }
}
