/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit:before {
  background: url(../img/tourism/pagetit.jpg) no-repeat center;
  background-size: cover;
}

.slide_block .block_slide {
  left: -220px;
}
.slide_block .block_slide > img {
  border-radius: 50px;
}
.slide_block.reverse .block_slide {
  left: auto;
  right: -100px;
}
.slide_block .block_container {
  padding-bottom: 48px;
}

.pickup_col .col_txt {
  width: calc(100% - 360px);
  padding-top: 20px;
}
.pickup_col .tour_btns {
  position: relative;
  width: 300px;
}
.pickup_col .tour_btns .btn {
  width: 100%;
}
.pickup_col .tour_btns .btn + .btn {
  margin-top: 10px;
}
.pickup_col .tour_btns .btn.btn_hp {
  float: none;
}
.pickup_col .tour_btns .btn.btn_map {
  float: none;
}

.pickup_tit {
  width: calc(100% - 360px);
  padding-bottom: 18px;
  border-bottom: 1px dashed #a98963;
}
.pickup_tit .tit_tit {
  display: inline-block;
  margin-right: 20px;
  font-size: 2.8rem;
  line-height: 1.5;
}
.pickup_tit .tit_tit .en {
  display: inline-block;
  margin-right: 25px;
  font-size: 2.4rem;
  line-height: 1;
}
.pickup_tit .tit_tit .en .num {
  font-size: 4.8rem;
}
.pickup_tit .tit_tit span {
  display: inline-block;
}
.pickup_tit .tit_time {
  display: inline-block;
}

.tour_list {
  margin-bottom: -48px;
  justify-content: flex-start;
}
.tour_list .list_item {
  position: relative;
  width: 350px;
  max-width: 32.41%;
  margin: 0 1.3% 48px 0;
  padding-bottom: 70px;
}
.tour_list .list_item:nth-of-type(3n) {
  margin-right: 0;
}
.tour_list .list_item .item_pic {
  position: relative;
  margin-bottom: 24px;
}
.tour_list .list_item .item_pic .pic_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-shadow: 1px  1px 0px #000, -1px  1px 0px #000, 1px -1px 0px #000, -1px -1px 0px #000, 1px  0px 0px #000, 0px  1px 0px #000, -1px  0px 0px #000, 0px -1px 0px #000;
}
.tour_list .list_item .item_tit {
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #a98963;
  font-size: 2.2rem;
  line-height: 1.5;
}
.tour_list .list_item .item_tit .small {
  display: inline-block;
  font-size: 1.6rem;
}
.tour_list .list_item .item_time {
  margin-top: -10px;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px dashed #a98963;
  line-height: 1.77;
}

.tour_btns {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tour_btns:after {
  content: "";
  clear: both;
  display: block;
}
.tour_btns .btn {
  width: 49%;
  padding-right: 25px;
  padding-left: 5px;
}
.tour_btns .btn.btn_hp {
  float: left;
  background: #fff;
}
.tour_btns .btn.btn_hp:hover {
  background: #024c35;
}
.tour_btns .btn.btn_map {
  float: right;
  background: #f0f2e2;
}
.tour_btns .btn.btn_map:hover {
  background: #024c35;
}

@media screen and (max-width: 768px) {
  .slide_block .block_slide {
    left: -4.8vw;
    margin-bottom: -50px;
    overflow: hidden;
  }
  .slide_block .block_slide > img {
    width: 150%;
    max-width: 150%;
    margin: 0 -25%;
    border-radius: 0;
  }
  .slide_block.reverse .block_slide {
    left: auto;
    right: -4.8vw;
  }
  .slide_block .block_container {
    padding-bottom: 44px;
  }

  .pickup_col .col_txt {
    width: 100%;
    padding-top: 0;
  }
  .pickup_col .tour_btns {
    width: 100%;
    margin-top: 20px;
  }
  .pickup_col .tour_btns .btn {
    width: 49%;
  }
  .pickup_col .tour_btns .btn + .btn {
    margin-top: 0;
  }
  .pickup_col .tour_btns .btn.btn_hp {
    float: left;
  }
  .pickup_col .tour_btns .btn.btn_map {
    float: right;
  }

  .pickup_tit {
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #a98963;
  }
  .pickup_tit .tit_tit {
    display: block;
    margin-right: 0;
    padding-bottom: 12px;
    border-bottom: 1px dashed #a98963;
    font-size: 2.8rem;
  }
  .pickup_tit .tit_tit .en {
    margin-right: 20px;
    font-size: 2.4rem;
  }
  .pickup_tit .tit_tit .en .num {
    font-size: 4.8rem;
  }
  .pickup_tit .tit_time {
    padding-top: 8px;
  }

  .tour_list {
    margin-bottom: -32px;
    justify-content: space-between;
  }
  .tour_list .list_item {
    width: 48%;
    max-width: 48%;
    margin: 0 0 32px 0;
    padding-bottom: 0;
  }
  .tour_list .list_item .item_pic {
    margin-bottom: 16px;
  }
  .tour_list .list_item .item_pic .pic_caption {
    font-size: 16px;
  }
  .tour_list .list_item .item_tit {
    margin-bottom: 12px;
    padding-bottom: 16px;
    font-size: 2.2rem;
  }
  .tour_list .list_item .item_tit .small {
    font-size: 1.6rem;
  }
  .tour_list .list_item .item_time {
    margin-top: -8px;
    margin-bottom: 10px;
  }

  .tour_btns {
    position: relative;
    margin-top: 20px;
  }
  .tour_btns .btn {
    width: 49%;
    font-size: 18px;
    letter-spacing: .03em;
  }
  .tour_btns .btn.btn_hp:hover {
    background: #fff;
  }
  .tour_btns .btn.btn_map:hover {
    background: #f0f2e2;
  }
  .tour_btns .btn .icon_arrow {
    right: 8px;
  }
}
@media screen and (max-width: 667px) {
  .tour_list .list_item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .tour_btns {
    font-size: 16px;
  }
}
/* ---------------------------------------------------
	lead
------------------------------------------------------ */
#lead .sec_tit {
  margin-top: 60px;
}
#lead .sec_map iframe {
  width: 100%;
  height: 475px;
  border: none;
}
#lead .sec_btn {
  margin: 32px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #lead .sec_tit {
    margin-top: 44px;
  }
  #lead .sec_map iframe {
    height: 300px;
  }
  #lead .sec_btn {
    margin: 24px 0 32px;
  }
}
/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 section {
  padding-top: 38px;
  background: none;
}
#sec01 section .sec_tit {
  margin-bottom: 22px;
  font-size: 2.8rem;
}
#sec01 section.slide_block {
  background: #fff;
}
#sec01 #sec01_01 {
  padding-top: 0;
}
#sec01 #sec01_02 {
  margin-top: 150px;
  padding-top: 0;
}
#sec01 #sec01_03 {
  margin-top: 0;
}
#sec01 #sec01_04 {
  margin-top: 0;
}
#sec01 #sec01_05 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #sec01 .sec_tit {
    padding: 0 10px;
  }
  #sec01 section {
    padding-top: 38px;
    background: none;
  }
  #sec01 section .sec_tit {
    margin-bottom: 22px;
    font-size: 2.8rem;
  }
  #sec01 section.slide_block {
    background: #fff;
  }
  #sec01 #sec01_01 {
    margin-top: 72px;
    padding-top: 0;
  }
  #sec01 #sec01_02 {
    margin-top: 84px;
    padding-top: 0;
  }
  #sec01 #sec01_03 {
    margin-top: 0;
  }
}
/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 section {
  padding-top: 38px;
  background: none;
}
#sec02 section .sec_tit {
  margin-bottom: 22px;
  font-size: 2.8rem;
}
#sec02 section.slide_block {
  background: #fff;
}
#sec02 #sec02_01 {
  padding-top: 0;
}
#sec02 #sec02_02 {
  margin-top: 150px;
  padding-top: 0;
}
#sec02 #sec02_03 {
  margin-top: 0;
}
#sec02 #sec02_04 {
  margin-top: 0;
}
#sec02 #sec02_05 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #sec02 .sec_tit {
    padding: 0 10px;
  }
  #sec02 #sec02_02 {
    margin-top: 84px;
  }
  #sec02 #sec02_03 {
    margin-top: 0;
  }
}
/* ---------------------------------------------------
	sec03
------------------------------------------------------ */
/* ---------------------------------------------------
	sec04
------------------------------------------------------ */
#sec04 .tour_list {
  justify-content: space-between;
}
#sec04 .tour_list .list_item {
  width: 520px;
  max-width: 48.2%;
  margin-right: 0;
}
#sec04 .tour_list .list_item .item_tit {
  position: relative;
}
#sec04 .tour_list .list_item .item_tit .en02 {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -10px;
  color: #3b399e;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
}
#sec04 #sec04_01 .list_item:nth-of-type(1) .item_tit .en02 {
  color: #a33761;
}
#sec04 #sec04_01 .list_item:nth-of-type(2) .item_tit .en02 {
  color: #38a07d;
}
#sec04 #sec04_01 .list_item:nth-of-type(3) .item_tit .en02 {
  color: #a06338;
}
#sec04 #sec04_02 {
  margin-top: 48px;
  padding-top: 0;
  background: none;
}
#sec04 #sec04_02 .bg_white {
  padding-top: 44px;
  padding-bottom: 44px;
  background: #e2e1f1;
}
#sec04 #sec04_02 .bg_white .sec_tit {
  margin-bottom: 28px;
  font-size: 2.2rem;
}
#sec04 #sec04_02 .bg_white .tour_list .list_item .item_pic .pic_caption {
  color: #000;
  text-shadow: 1px  1px 0px #fff, -1px  1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px  0px 0px #fff, 0px  1px 0px #fff, -1px  0px 0px #fff, 0px -1px 0px #fff;
}

@media screen and (max-width: 768px) {
  #sec04 .tour_list .list_item {
    width: 100%;
    max-width: 100%;
  }
  #sec04 .tour_list .list_item .item_tit .en02 {
    font-size: 40px;
  }
  #sec04 #sec04_01 .tour_list .list_item:nth-of-type(4) .item_tit .en02 {
    bottom: auto;
    top: -40px;
  }
  #sec04 #sec04_02 .bg_white {
    padding-top: 32px;
    padding-bottom: 44px;
  }
  #sec04 #sec04_02 .bg_white .sec_tit {
    margin-bottom: 28px;
    font-size: 2.2rem;
  }
  #sec04 #sec04_02 .bg_white .tour_list .list_item .item_tit .en02 {
    bottom: auto;
    top: -40px;
  }
}
/* ---------------------------------------------------
	sec05
------------------------------------------------------ */
#sec05 .bg_white {
  padding-top: 44px;
  padding-bottom: 44px;
}
#sec05 .table th {
  width: 32%;
}

@media screen and (max-width: 768px) {
  #sec05 .bg_white {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #sec05 .table th {
    width: 100%;
  }
  #sec05 .table td a {
    word-break: break-all;
  }
}
