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

#lead {
  padding-bottom: 70px;
}

div#lead div.anc_btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 20px 0;
}
div#lead div.anc_btn a{
	display: block;
	max-width: 350px;
	padding: 0 4px;
	line-height: 2.5em;
}

.pickup_section {
  padding: 40px 0 60px;
}
.pickup_section .pickup_label {
  margin-bottom: 10px;
  color: #3a4957;
  font-size: 40px;
  font-family: "Playfair Display SC", serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.pickup_section .pickup_label .icon {
  margin-right: 20px;
  margin-bottom: 15px;
}
.pickup_section .pickup_pic {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.pickup_section .pickup_pic .pic_wide {
  width: 67.265625%;
}
.pickup_section .pickup_pic .pic_min {
  width: 32.734375%;
}
.pickup_section .caption {
  margin: 30px 0 10px;
  font-size: 23px;
  line-height: 1.4;
}
.pickup_section .pickup_time {
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #c08e47;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
}
.pickup_section .pickup_time .icon {
  top: -1px;
  margin-right: 5px;
}
.pickup_section .pickup_btns {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.pickup_section .pickup_btns a {
  display: block;
  width: 245px;
  max-width: 48%;
  min-width: 0;
}
.pickup_section .pickup_btns a + a {
  margin-left: 2%;
}
.pickup_section .pickup_btns a.btn_hp {
  background: #3a4957;
  color: #fff;
}
.pickup_section .pickup_btns a.btn_hp > span:before {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
}
.pickup_section .pickup_btns a.btn_hp:hover {
  background: #fff;
  color: #3a4957;
}
.pickup_section .pickup_btns a.btn_hp:hover > span:before {
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  #pagetit {
    background: url(../../tourism/img/pagetit_sp.jpg) no-repeat center;
    background-size: cover;
  }

  #lead {
    padding-bottom: 30px;
  }

  .pickup_section {
    padding: 25px 0 40px;
  }
  .pickup_section .pickup_label {
    margin-bottom: 20px;
    font-size: 33px;
  }
  .pickup_section .pickup_label .icon {
    display: block;
    width: 140px;
    margin: 0 auto;
  }
  .pickup_section .pickup_pic {
    width: 100%;
  }
  .pickup_section .pickup_pic .pic_wide {
    width: 100%;
  }
  .pickup_section .pickup_pic .pic_min {
    width: 100%;
  }
  .pickup_section .pickup_pic .pic_min img {
    float: left;
    width: 50%;
  }
  .pickup_section .caption {
    margin: 15px 0 10px;
    font-size: 23px;
  }
  .pickup_section .pickup_time {
    position: static;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  .pickup_section .pickup_btns {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .pickup_section .pickup_btns a {
    display: block;
    width: 245px;
    max-width: 48%;
    min-width: 0;
  }
  .pickup_section .pickup_btns a + a {
    margin-left: 2%;
  }
  .pickup_section .pickup_btns a.btn_hp {
    background: #3a4957;
    color: #fff;
  }
  .pickup_section .pickup_btns a.btn_hp > span:before {
    background: url(../img/arrow_white.svg) no-repeat;
    background-size: 100%;
  }
  .pickup_section .pickup_btns a.btn_hp:hover {
    background: #fff;
    color: #3a4957;
  }
  .pickup_section .pickup_btns a.btn_hp:hover > span:before {
    background: url(../img/arrow_blue.svg) no-repeat;
    background-size: 100%;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding: 30px 0 50px;
}
#sec1 .gmap {
  max-width: 1280px;
  margin: 0 auto 30px;
  text-align: center;
}
#sec1 .gmap iframe {
  width: 100%;
  max-height: 100%;
  border: 0;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding: 25px 0 40px;
  }
  #sec1 .gmap {
    margin: 0 auto 20px;
    height: 300px;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */

#sec2 .sec_tit{background: #fff; padding: 30px 0;}
#sec2 .pickup_label{margin: 30px 0 0;}

/* ---------------------------------------------------
	sec3
------------------------------------------------------ */
/* ---------------------------------------------------
	sec4
------------------------------------------------------ */
#sec4 {
  padding-top: 50px;
}
#sec4 .tour_col {
  justify-content: flex-start;
}
#sec4 .tour_col .col_col {
  width: 320px;
  max-width: 30.77%;
  margin: 0 3.5% 60px 0;
}
#sec4 .tour_col .col_col:nth-of-type(3n) {
  margin-right: 0;
}
#sec4 .tour_col .col_col .caption {
  min-height: 2.8em;
  margin: 15px 0 10px;
  font-size: 23px;
  line-height: 1.4;
}
#sec4 .tour_col .col_col .col_time {
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #c08e47;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
}
#sec4 .tour_col .col_col .col_time .icon {
  top: -1px;
  margin-right: 5px;
}
#sec4 .tour_col .col_col .col_txt {
  margin-bottom: 10px;
}
#sec4 .tour_col .col_col .col_btns {
  display: flex;
  justify-content: center;
}
#sec4 .tour_col .col_col .col_btns a {
  display: block;
  width: 48%;
  min-width: 0;
}
#sec4 .tour_col .col_col .col_btns a + a {
  margin-left: 4%;
}
#sec4 .tour_col .col_col .col_btns a.btn_hp {
  background: #3a4957;
  color: #fff;
}
#sec4 .tour_col .col_col .col_btns a.btn_hp > span:before {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
}
#sec4 .tour_col .col_col .col_btns a.btn_hp:hover {
  background: #fff;
  color: #3a4957;
}
#sec4 .tour_col .col_col .col_btns a.btn_hp:hover > span:before {
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  #sec4 {
    padding-top: 40px;
  }
  #sec4 .tour_col .col_col {
    width: 100%;
    max-width: 100%;
    margin: 0 0 50px 0;
  }
  #sec4 .tour_col .col_col .caption {
    min-height: 0;
    margin: 15px 0 10px;
    font-size: 23px;
  }
  #sec4 .tour_col .col_col .col_btns {
    display: flex;
    justify-content: center;
  }
  #sec4 .tour_col .col_col .col_btns a {
    display: block;
    width: 48%;
    min-width: 0;
  }
  #sec4 .tour_col .col_col .col_btns a + a {
    margin-left: 4%;
  }
  #sec4 .tour_col .col_col .col_btns a.btn_hp {
    background: #3a4957;
    color: #fff;
  }
  #sec4 .tour_col .col_col .col_btns a.btn_hp > span:before {
    background: url(../img/arrow_white.svg) no-repeat;
    background-size: 100%;
  }
  #sec4 .tour_col .col_col .col_btns a.btn_hp:hover {
    background: #fff;
    color: #3a4957;
  }
  #sec4 .tour_col .col_col .col_btns a.btn_hp:hover > span:before {
    background: url(../img/arrow_blue.svg) no-repeat;
    background-size: 100%;
  }
}
/* ---------------------------------------------------
	sec5
------------------------------------------------------ */
#sec5 {
  padding: 70px 0 80px;
}
#sec5 .info_table th {
  width: 25%;
}
#sec5 .info_table a:hover {
  color: #c08e47;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #sec5 {
    padding: 25px 0 40px;
  }
  #sec5 .info_table th {
    width: 100%;
  }
  #sec5 .info_table td {
    word-break: break-all;
  }
}
/* ---------------------------------------------------
	sec6
------------------------------------------------------ */
#sec6 {
  background: #c89c5d;
  color: #fff;
}

/* ---------------------------------------------------
	sec7
------------------------------------------------------ */
#sec7 {
  background: #f6f6f6;
}
#sec7 .sec_tit{background: #fff; padding: 30px 0;}
#sec7 .pickup_label{margin: 30px 0 0;}

@media screen and (max-width: 768px) {
	#sec7 .pc{display: none;}
}
@media screen and (min-width: 768px) {
	#sec7 .sp{display: none;}
}

/* ---------------------------------------------------
	sec8
------------------------------------------------------ */
#sec8 {
  padding-top: 50px;
	background: #fff;
}
#sec8 .tour_col {
  justify-content: flex-start;
}
#sec8 .tour_col .col_col {
  width: 320px;
  max-width: 30.77%;
  margin: 0 3.5% 60px 0;
}
#sec8 .tour_col .col_col:nth-of-type(3n) {
  margin-right: 0;
}
#sec8 .tour_col .col_pic{
	position: relative;
}
#sec8 .tour_col .col_pic span{
	display: block;
	position: absolute;
	right: 3px;
	bottom: 3px;
	font-weight: bold;
	color: #ffffff;
}
#sec8 .tour_col .col_col .caption {
  min-height: 2.8em;
  margin: 15px 0 10px;
  font-size: 23px;
  line-height: 1.4;
}
#sec8 .tour_col .col_col .col_time {
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #c08e47;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
}
#sec8 .tour_col .col_col .col_time .icon {
  top: -1px;
  margin-right: 5px;
}
#sec8 .tour_col .col_col .col_txt {
  margin-bottom: 10px;
}
#sec8 .tour_col .col_col .col_btns {
  display: flex;
  justify-content: center;
}
#sec8 .tour_col .col_col .col_btns a {
  display: block;
  width: 48%;
  min-width: 0;
}
#sec8 .tour_col .col_col .col_btns a + a {
  margin-left: 4%;
}
#sec8 .tour_col .col_col .col_btns a.btn_hp {
  background: #3a4957;
  color: #fff;
}
#sec8 .tour_col .col_col .col_btns a.btn_hp > span:before {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
}
#sec8 .tour_col .col_col .col_btns a.btn_hp:hover {
  background: #fff;
  color: #3a4957;
}
#sec8 .tour_col .col_col .col_btns a.btn_hp:hover > span:before {
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  #sec8 {
    padding-top: 40px;
  }
  #sec8 .tour_col .col_col {
    width: 100%;
    max-width: 100%;
    margin: 0 0 50px 0;
  }
  #sec8 .tour_col .col_col .caption {
    min-height: 0;
    margin: 15px 0 10px;
    font-size: 23px;
  }
  #sec8 .tour_col .col_col .col_btns {
    display: flex;
    justify-content: center;
  }
  #sec8 .tour_col .col_col .col_btns a {
    display: block;
    width: 48%;
    min-width: 0;
  }
  #sec8 .tour_col .col_col .col_btns a + a {
    margin-left: 4%;
  }
  #sec8 .tour_col .col_col .col_btns a.btn_hp {
    background: #3a4957;
    color: #fff;
  }
  #sec8 .tour_col .col_col .col_btns a.btn_hp > span:before {
    background: url(../img/arrow_white.svg) no-repeat;
    background-size: 100%;
  }
  #sec8 .tour_col .col_col .col_btns a.btn_hp:hover {
    background: #fff;
    color: #3a4957;
  }
  #sec8 .tour_col .col_col .col_btns a.btn_hp:hover > span:before {
    background: url(../img/arrow_blue.svg) no-repeat;
    background-size: 100%;
  }
}
