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

.stay_sec {
  margin-top: 0;
  padding-top: 0;
  background: none;
}
.stay_sec .bg_white {
  padding: 0 0 48px;
}
.stay_sec .stay_tit {
  font-size: 2.8rem;
  line-height: 1.4;
}
.stay_sec .stay_tit .time {
  display: inline-block;
  min-width: 117px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 9px 5px 15px;
  background: #024c35;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.stay_sec .stay_tit .main {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle;
}
.stay_sec .stay_tit .label_b,
.stay_sec .stay_tit .label_g {
  display: inline-block;
  min-width: 476px;
  margin-right: 20px;
  padding: 15px;
  background: #0057c8;
  border-radius: 25px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.stay_sec .stay_tit .label_g {
  background: #1c9e91;
}
.stay_sec .caption {
  font-weight: bold;
}
.stay_sec .caption span {
  font-weight: bold;
}
.stay_sec .stay_bg_col .col_b,
.stay_sec .stay_bg_col .col_g {
  width: 50%;
  padding: 48px 16px;
}
.stay_sec .stay_bg_col .col_b {
  background: rgba(0, 87, 200, 0.2);
}
.stay_sec .stay_bg_col .col_b .bg_white {
  float: right;
}
.stay_sec .stay_bg_col .col_b .col_fukidashi {
  float: right;
  margin-left: 0;
  margin-right: 24px;
}
.stay_sec .stay_bg_col .col_b .col_pic {
  left: -20px;
}
.stay_sec .stay_bg_col .col_g {
  background: rgba(28, 158, 145, 0.2);
}
.stay_sec .stay_bg_col .col_g .col_fukidashi {
  background: #1c9e91;
}
.stay_sec .stay_bg_col .col_g .col_fukidashi:before {
  border-top-color: #1c9e91;
}
.stay_sec .stay_bg_col .bg_white {
  width: 490px;
  max-width: 100%;
}
.stay_sec .stay_bg_col .col_fukidashi {
  position: relative;
  width: 480px;
  margin-bottom: 152px;
  margin-left: 24px;
  padding: 15px;
  background: #0057c8;
  border-radius: 25px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.stay_sec .stay_bg_col .col_fukidashi:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #0057c8 transparent transparent transparent;
}
.stay_sec .stay_bg_col .col_pic {
  position: relative;
  left: 20px;
}
.stay_sec .stay_bg_col .col_pic:nth-of-type(1) {
  top: -124px;
  margin-bottom: -124px;
}
.stay_sec .stay_bg_col .col_txt {
  padding: 36px 24px 0;
}
.stay_sec .stay_bg_col .col_txt .txt_btn {
  margin-top: 20px;
  text-align: center;
}
.stay_sec .stay_col {
  width: 100%;
  max-width: 960px;
  margin: 84px auto 0;
}
.stay_sec .stay_col .col_pic {
  position: relative;
  top: -48px;
  width: 50%;
  margin-bottom: -48px;
}
.stay_sec .stay_col .col_txt {
  width: 45.84%;
  padding-top: 48px;
}
.stay_sec .stay_pic_col {
  width: 100%;
  max-width: 960px;
  margin: 24px auto 0;
}
.stay_sec .stay_pic_col .col_pic {
  width: 33.334%;
  max-width: 320px;
}
.stay_sec .stay_pic {
  position: relative;
  text-align: center;
}
.stay_sec .stay_txt {
  width: 100%;
  max-width: 960px;
  margin: -50px auto 0;
  padding-top: 98px;
}
.stay_sec .stay_btn {
  margin-top: 32px;
  text-align: center;
}

.stay_arrow {
  margin: 36px 0;
  text-align: center;
}

@media screen and (min-width: 2052px) {
  .stay_sec .stay_bg_col .col_b .col_fukidashi {
    float: none;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .stay_sec .container {
    width: 100%;
  }
  .stay_sec .bg_white {
    width: 97%;
    margin: 0 auto;
    padding: 0 0 32px;
  }
  .stay_sec .stay_tit {
    font-size: 2.6rem;
  }
  .stay_sec .stay_tit .time {
    width: 117px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 5px 5px 12px;
    font-size: 22px;
  }
  .stay_sec .stay_tit .main {
    margin-bottom: 15px;
  }
  .stay_sec .stay_tit .label_b,
  .stay_sec .stay_tit .label_g {
    display: block;
    min-width: 0;
    width: calc(97% - 40px);
    max-width: 440px;
    margin: 0 auto 16px;
    padding: 10px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .stay_sec .stay_bg_col .col_b,
  .stay_sec .stay_bg_col .col_g {
    width: 100%;
    padding: 32px 16px;
  }
  .stay_sec .stay_bg_col .col_b .bg_white {
    float: none;
  }
  .stay_sec .stay_bg_col .col_b .col_fukidashi {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .stay_sec .stay_bg_col .col_b .col_pic {
    left: -6%;
    right: auto;
  }
  .stay_sec .stay_bg_col .bg_white {
    width: 100%;
  }
  .stay_sec .stay_bg_col .col_fukidashi {
    width: 100%;
    margin: 0 auto 152px;
    padding: 10px;
    font-size: 1.8rem;
  }
  .stay_sec .stay_bg_col .col_pic {
    right: -6%;
  }
  .stay_sec .stay_bg_col .col_pic:nth-of-type(1) {
    top: -124px;
    margin-bottom: -124px;
  }
  .stay_sec .stay_bg_col .col_txt {
    padding: 24px 20px 0;
  }
  .stay_sec .stay_bg_col .col_txt .txt_btn {
    margin-top: 20px;
  }
  .stay_sec .stay_col {
    margin: 72px auto 0;
  }
  .stay_sec .stay_col .col_pic {
    top: -48px;
    width: 100%;
    margin-bottom: -48px;
    padding: 0 20px;
  }
  .stay_sec .stay_col .col_txt {
    width: 100%;
    padding: 24px 20px 0;
  }
  .stay_sec .stay_pic_col {
    width: 100%;
    padding: 0 20px;
  }
  .stay_sec .stay_pic_col .col_pic {
    width: 33.334%;
    max-width: 320px;
  }
  .stay_sec .stay_pic {
    overflow: hidden;
  }
  .stay_sec .stay_pic img {
    width: 150%;
    max-width: 150%;
    margin: 0 -25%;
  }
  .stay_sec .stay_txt {
    width: 100%;
    max-width: 960px;
    margin: -25px auto 0;
    padding: 50px 20px 0;
  }
  .stay_sec .stay_btn {
    width: 88%;
    margin: 20px auto 0;
  }

  .stay_arrow {
    margin: 24px 0;
  }
}
/* ---------------------------------------------------
	lead
------------------------------------------------------ */
#lead {
  padding-bottom: 0;
}
#lead .lead_nav {
  margin-top: 128px;
}
#lead .lead_nav .nav_item {
  position: relative;
  width: 50%;
  padding: 0 16px 24px;
  background: rgba(0, 87, 200, 0.2);
}
#lead .lead_nav .nav_item img {
  float: right;
  margin-top: -80px;
}
#lead .lead_nav .nav_item .item_label {
  position: absolute;
  right: 36px;
  top: -62px;
  width: 180px;
  height: 180px;
  padding-top: 62px;
  padding-left: 3px;
  background: #0057c8;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
#lead .lead_nav .nav_item.item02 {
  background: rgba(28, 158, 145, 0.2);
}
#lead .lead_nav .nav_item.item02 img {
  float: none;
}
#lead .lead_nav .nav_item.item02 .item_label {
  right: auto;
  left: 36px;
  background: #1c9e91;
}

@media screen and (max-width: 768px) {
  #lead .lead_nav {
    margin-top: 60px;
  }
  #lead .lead_nav .nav_item {
    width: 50%;
    padding: 0 3% 3%;
  }
  #lead .lead_nav .nav_item img {
    float: none;
    margin-top: -32px;
  }
  #lead .lead_nav .nav_item .item_label {
    position: relative;
    left: 0;
    right: 0;
    top: -20px;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 10px 5px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
  }
  #lead .lead_nav .nav_item.item02 .item_label {
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  #lead .lead_nav .nav_item .item_label {
    font-size: 14px;
  }
}
/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 #stay04 {
  margin-top: 48px;
}
#sec01 #stay05 {
  padding: 60px 0 64px;
  background: url(../img/stay/sec01_bg_01.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#sec01 #stay05 .stay_tit .time {
  background: none;
  border: 1px solid #fff;
}
#sec01 #stay05 .stay_col {
  max-width: 100%;
  margin: 0 0 40px;
}
#sec01 #stay05 .stay_col .col_txt {
  width: 40.8%;
  margin-left: 5.5%;
}
#sec01 #stay05 .stay_col .col_pic {
  top: 0;
  margin-bottom: 0;
}
#sec01 #stay05 .stay_pic_col {
  max-width: 100%;
  padding-bottom: 0;
}
#sec01 #stay05 .stay_pic_col .col_pic {
  max-width: 360px;
}
#sec01 #stay05 .stay_btn .btn {
  background: #f0f2e2;
}
#sec01 #stay05 .stay_btn .btn:hover {
  background: #024c35;
}
#sec01 #stay09 .stay_tit {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec01 #stay05 {
    padding: 0 0 48px;
  }
  #sec01 #stay05 .stay_col {
    max-width: 100%;
    margin: 0 0 20px;
  }
  #sec01 #stay05 .stay_col .col_txt {
    width: 88%;
    margin: 0 auto;
    padding: 24px 0 0;
  }
  #sec01 #stay05 .stay_col .col_pic {
    padding: 0;
  }
  #sec01 #stay05 .stay_pic_col {
    width: 88%;
    margin: 0 auto;
    padding: 0;
  }
  #sec01 #stay05 .stay_pic_col .col_pic {
    max-width: 360px;
  }
  #sec01 #stay05 .stay_btn {
    width: 88%;
    margin: 24px auto 0;
  }
  #sec01 #stay05 .stay_btn .btn:hover {
    background: #f0f2e2;
  }
  #sec01 #stay09 .stay_tit {
    text-align: center;
  }
}
/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 #stay11 .bg_white {
  padding-top: 48px;
}
#sec02 #stay11 .stay_pic_col {
  margin-top: 0;
}
#sec02 #stay11 .stay_pic_col .col_pic {
  width: 50%;
  max-width: 100%;
}
#sec02 #stay13 {
  text-align: center;
}
#sec02 #stay14 {
  margin-bottom: 96px;
  text-align: center;
}
#sec02 #stay14 .stay_bg_col .col_b,
#sec02 #stay14 .stay_bg_col .col_g {
  padding: 32px 32px 1px;
}
#sec02 #stay14 .stay_bg_col .col_b .stay_tit {
  color: #0057c8;
}
#sec02 #stay14 .stay_bg_col .col_fukidashi {
  float: none;
  width: 440px;
  max-width: 100%;
  margin: 0 auto 32px;
}
#sec02 #stay14 .stay_bg_col .stay_tit {
  font-size: 2.4rem;
}
#sec02 #stay14 .stay_bg_col .stay_tit .main {
  margin-bottom: 0;
}
#sec02 #stay15 .stay_tit {
  text-align: center;
}
#sec02 #stay15 .stay_tit .main {
  margin-bottom: 0;
}
#sec02 #stay15 .stay_bg_row01 {
  padding: 48px 0;
  background: rgba(0, 87, 200, 0.2);
}
#sec02 #stay15 .stay_bg_row02 {
  padding: 48px 0;
  background: rgba(28, 158, 145, 0.2);
}
#sec02 #stay15 .stay_col .stay_tit {
  text-align: left;
}
#sec02 #stay15 .stay_col .stay_tit .main {
  margin-bottom: 20px;
}
#sec02 #stay15 .stay_col .col_pic img {
  float: right;
  max-width: none;
}
#sec02 #stay15 .stay_col.reverse .col_pic img {
  float: none;
}

@media screen and (max-width: 768px) {
  #sec02 #stay11 .bg_white {
    padding-top: 0;
  }
  #sec02 #stay11 .stay_pic_col {
    position: relative;
    top: -48px;
    margin-top: 72px;
    margin-bottom: -48px;
  }
  #sec02 #stay11 .stay_pic_col .col_pic {
    width: 100%;
  }
  #sec02 #stay11 .stay_txt {
    padding-top: 24px;
  }
  #sec02 #stay14 {
    margin-bottom: 32px;
    text-align: center;
  }
  #sec02 #stay14 .stay_bg_col .col_b,
  #sec02 #stay14 .stay_bg_col .col_g {
    padding: 24px calc(1.5% + 20px) 1px;
  }
  #sec02 #stay14 .stay_bg_col .stay_arrow {
    margin: 20px 0 24px;
  }
  #sec02 #stay15 .stay_bg_row01 {
    padding: 32px 0;
  }
  #sec02 #stay15 .stay_bg_row02 {
    padding: 32px 0;
  }
  #sec02 #stay15 .stay_col .stay_tit .main {
    margin-bottom: 15px;
  }
  #sec02 #stay15 .stay_col .col_pic img {
    float: none;
    max-width: 100%;
  }
}
/* ---------------------------------------------------
	sec03
------------------------------------------------------ */
#sec03 {
  padding: 92px 0 0;
}
#sec03 .sec_tit {
  margin-bottom: 44px;
  font-size: 2.8rem;
}
#sec03 .tour_slide {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#sec03 .tour_slide .slick-list {
  overflow: visible;
}
#sec03 .tour_slide .slide {
  position: relative;
}
#sec03 .tour_slide .slide img {
  width: 100%;
}
#sec03 .tour_slide .slide_caption {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  padding: 15px 20px;
  background: #fff;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: center;
}
#sec03 .sec_btn {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec03 {
    padding: 64px 0 0;
  }
  #sec03 .sec_tit {
    margin-bottom: 28px;
    font-size: 2.4rem;
  }
  #sec03 .tour_slide .slide_caption {
    padding: 8px 12px;
    font-size: 16px;
    letter-spacing: 0;
  }
  #sec03 .sec_btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 320px) {
  #sec03 .tour_slide .slide_caption {
    font-size: 14px;
  }
}
