@charset "UTF-8";

/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
body {
  color: #3e312b;
}

ol {
  list-style-type: none;
}

/* .str-contents
----------------------------------------------- */
.str-contents {
  width: auto;
  margin: 0;
  padding: 0;
}

/* .clearfix
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}


/* ----------------------------------------------------------------
  Contents
----------------------------------------------------------------- */
/* .area_contents
----------------------------------------------- */
.area_contents {
  color: #3e312b;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.area_contents img {
  vertical-align: bottom;
}

.area_contents em, .area_contents b {
  font-style: normal;
  font-weight: bold;
}
.area_contents strong {
  font-weight: bold;
}

.area_contents a {
  color: #2967b4;
  text-decoration: underline;
}
.area_contents a:hover,
.area_contents a:active,
.area_contents a:focus {
  text-decoration: none;
}

.area_main {
  background: url(//s.skygate.co.jp/pc/dp/campaign/kto/dakarakorea2021/images/bg_main.jpg) no-repeat 50% 0;
  height: 487px;
}
.img_main {
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
}

.area_banner {
  text-align: center;
  padding: 20px;
}
.area_banner img {
  border: 3px solid #f55463;
  box-sizing: border-box;
}

.area_navi {
  background: #fd9998;
  height: 120px;
}
.area_navi ul {
  display: flex;
  /*justify-content: center;*/
  width: 860px;
  margin: 0 auto;
}
.area_navi ul li {
  width: 328px;
  /*margin-right: 50px;*/
  flex-grow: 1;
  text-align: center;
  margin-top: 28px;
}

.area_navi ul li + li {
  border-left: 4px dotted #fff;
  height: 64px;
}
.area_navi a {
  text-decoration: none;
  color: #3e312b;
  font-size: 20px;
  font-weight: bold;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.area_navi a:hover {
  color: #fff;
}
.navi_tour a {
  display: block;
  background: url(//s.skygate.co.jp/pc/dp/campaign/kto/dakarakorea2021/images/ico_camera.png) no-repeat 50% 10px;
  padding-top: 42px;
}
.navi_info a {
  display: block;
  background: url(//s.skygate.co.jp/pc/dp/campaign/kto/dakarakorea2021/images/ico_flag.png) no-repeat 50% 10px;
  padding-top: 42px;
}
.navi_dp a {
  display: block;
  background: url(//s.skygate.co.jp/pc/dp/campaign/kto/dakarakorea2021/images/ico_ticket.png) no-repeat 50% 10px;
  padding-top: 42px;
}

.area_plan {
  padding-top: 80px;
  background: url(//s.skygate.co.jp/pc/dp/campaign/kto/dakarakorea2021/images/bg_plan.png) #fff8e6 no-repeat 50% 0
}
.area_note {
  width: 1000px;
  margin: 0 auto 130px;
  padding: 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px #ccc;
  box-sizing: border-box;
  position: relative;
}
.area_note p {
  border-bottom: 3px dotted #ff7170;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 26px;
  width: 600px;
}
.area_note p:last-child {
  margin-bottom: 0;
}
.area_note img {
  position: absolute;
  top: -24px;
  right: -18px;
}

.area_tour {
  background: #fff8e6;
}
.area_tour_inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.tour_catch {
  text-align: center;
  font-weight: bold;
  line-height: 2.4;
  padding: 40px 0;
  font-size: 18px;
}
.tour_plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tour_plan > li {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  width: 485px;
  box-sizing: border-box;
}
.tour_title {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #3e312b;
  color: #ff7170;
  font-size: 24px;
  font-weight: bold;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.tour_text {
  margin-bottom: 20px;
}
.btn_reservation {
  width: 205px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  background: #ffd05a;
  color: #3e312b !important;
  text-decoration: none !important;
  border-radius: 22px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.btn_reservation:after {
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 13px;
  width: 0;
  height: 0;
  border-left: 5px solid #3e312b;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.btn_reservation:hover {
  background: #3e312b;
  color: #ffd05a !important;
}
.btn_reservation:hover:after {
  border-left: 5px solid #ffd05a;
}
.link_group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link_group > li {
  margin-bottom: 20px;
  width: 205px;
}
.link_group > li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.link_group p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 5px;
}

.area_info {
  background: #fff;
  padding-top: 60px;
}
.area_info_inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.info_catch {
  text-align: center;
  font-weight: bold;
  line-height: 2.4;
  padding: 40px 0;
  font-size: 18px;
}
.info_plan_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px dotted #3e312b;
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.info_plan_box:last-child {
  border-bottom: none;
}
.photo_credit {
  font-size: 12px;
  margin-top: 10px;
}
.info_content {
  width: 563px;
}
.info_title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
}
.info_text {
  margin-bottom: 20px;
  line-height: 2.4;
}
.photo_provide {
  font-size: 12px;
  text-align: right;
}

.area_search {
  background: url(//s.skygate.co.jp/pc/dp/campaign/kto/dakarakorea2021/images/bg_search.jpg) no-repeat 50% 0;
  height: 671px;
}
.area_search_inner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}
.area_search h3 {
  margin-bottom: 48px;
}
