/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../stay_couple/img/pagetit.jpg) no-repeat center;
  background-size: cover;
  text-shadow: 0 0 10px #7a3e00, 0 0 10px #7a3e00, 0 0 15px #7a3e00, 0 0 15px #7a3e00, 0 0 20px #7a3e00, 0 0 20px #7a3e00;
}

#stay_lead {
  background: #b64249;
  color: #fff;
  font-size: 15px;
}
#stay_lead .sec_tit {
  color: #fff;
}
#stay_lead .lead_col .col_txt {
  width: 45%;
}
#stay_lead .lead_col .col_pic {
  width: 50%;
}
#stay_lead .lead_col .col_pic > img {
  max-width: none;
}

.stay_section {
  position: relative;
  padding: 40px 0;
}
.stay_section:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  display: block;
  margin-left: -82px;
  border-style: solid;
  border-width: 28px 82px 0 82px;
  border-color: #fff transparent transparent transparent;
  z-index: 10;
}
.stay_section:last-child:after {
  content: none;
}
.stay_section.bg_gray:after {
  border-color: #f6f6f6 transparent transparent transparent;
}
.stay_section .stay_tit {
  margin-bottom: 25px;
  color: #b64249;
}
.stay_section .stay_tit .time {
  margin-bottom: 20px;
  font-size: 60px;
  font-family: "Great Vibes", cursive;
  letter-spacing: .08em;
  white-space: nowrap;
}
.stay_section .stay_tit .time:after {
  content: "";
  display: block;
  width: 106px;
  height: 1px;
  margin-top: 10px;
  background: #b64249;
}
.stay_section .stay_tit .tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
.stay_section .stay_tit .tit span {
  font-weight: bold;
}
.stay_section .stay_tit .tit .small {
  font-size: 22px;
}
.stay_section .caption {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
.stay_section .caption span {
  font-weight: bold;
}
.stay_section .caption .small {
  font-size: 20px;
}
.stay_section .stay_col .col_txt {
  width: 46%;
}
.stay_section .stay_col .col_pic {
  width: 50%;
}
.stay_section .stay_col .col_pic img {
  max-width: none;
  float: left;
}
.stay_section .stay_col.reverse .col_pic img {
  float: right;
}
.stay_section .stay_txtcol .stay_tit {
  width: 16%;
  margin-bottom: 0;
}
.stay_section .stay_txtcol .col_txt {
  width: 81%;
}
.stay_section .stay_pic {
  margin: 35px auto 0;
}
.stay_section .stay_pic > img {
  width: 100%;
}
.stay_section .stay_pic .pic_wide {
  width: 732px;
}
.stay_section .stay_pic .pic_min {
  width: 550px;
}
.stay_section .stay_pic.flexbox {
  max-width: 1282px;
}
.stay_section .stay_btn {
  margin-top: 30px;
}
.stay_section .stay_list {
  margin-top: 20px;
}
.stay_section .stay_list > li {
  width: 245px;
  max-height: 23.56%;
  line-height: 1.8;
}
.stay_section .stay_list > li .caption {
  margin-top: 15px;
}
#stay06.all_stay{
    background: #1f160e!important;
}
#stay06.all_stay .stay_tit{
    color: #fff!important;
}
#stay06.all_stay .stay_tit .time:after{
    background: #fff!important;
}
#stay06.all_stay .col_txt p{
    color: #fff!important;
}

@media screen and (max-width: 1300px) {
  .stay_section .stay_pic .pic_wide {
    max-width: 57.1%;
  }
  .stay_section .stay_pic .pic_min {
    max-width: 42.9%;
  }
}
@media screen and (max-width: 768px) {
  #pagetit {
    background: url(../../stay_couple/img/pagetit_sp.jpg) no-repeat center;
    background-size: cover;
  }

  #stay_lead .container {
    width: 100%;
  }
  #stay_lead .lead_col .col_txt {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0 25px;
  }
  #stay_lead .lead_col .col_pic {
    width: 100%;
  }
  #stay_lead .lead_col .col_pic > img {
    max-width: 100%;
  }

  .stay_section {
    padding: 35px 0 30px;
  }
  .stay_section:after {
    bottom: -20px;
    margin-left: -54px;
    border-style: solid;
    border-width: 20px 54px 0 54px;
  }
  .stay_section .stay_tit {
    margin-bottom: 15px;
    text-align: center;
  }
  .stay_section .stay_tit .time {
    margin-bottom: 10px;
    font-size: 44px;
  }
  .stay_section .stay_tit .time:after {
    width: 86px;
    height: 1px;
    margin: 7px auto 0;
  }
  .stay_section .stay_tit .tit {
    font-size: 24px;
  }
  .stay_section .stay_tit .tit .small {
    font-size: 20px;
  }
  .stay_section .caption {
    font-size: 19px;
  }
  .stay_section .caption .small {
    font-size: 16px;
  }
  .stay_section .stay_col .col_txt {
    width: 100%;
  }
  .stay_section .stay_col .col_pic {
    width: 100%;
    margin-top: 15px;
  }
  .stay_section .stay_col .col_pic img {
    max-width: 100%;
    float: none;
  }
  .stay_section .stay_col.reverse .col_pic img {
    float: none;
  }
  .stay_section .stay_txtcol .stay_tit {
    width: 100%;
    margin-bottom: 15px;
  }
  .stay_section .stay_txtcol .col_txt {
    width: 100%;
  }
  .stay_section .stay_pic {
    margin: 15px auto 0;
  }
  .stay_section .stay_pic .pic_wide {
    width: 100%;
    max-width: 100%;
  }
  .stay_section .stay_pic .pic_min {
    width: 100%;
    max-width: 100%;
  }
  .stay_section .stay_btn {
    margin-top: 20px;
  }
  .stay_section .stay_list {
    margin-top: 5px;
  }
  .stay_section .stay_list > li {
    display: flex;
    width: 100%;
    max-height: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }
  .stay_section .stay_list > li .caption {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .stay_section .stay_list > li .list_pic {
    width: 40%;
  }
  .stay_section .stay_list > li .list_txt {
    width: 60%;
    padding-left: 15px;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 .sec_tit,
#sec2 .sec_tit {
  position: relative;
  width: 411px;
  min-height: 132px;
  margin: -70px auto 0;
  padding: 50px 20px 0;
  background: url(../../img/tit_bg.png) no-repeat center top;
  background-size: 411px;
  color: #b64249;
  text-align: center;
  z-index: 10;
}
#sec1 .sec_tit .en,
#sec2 .sec_tit .en {
  margin-bottom: 10px;
  font-size: 40px;
  font-family: "Playfair Display SC", serif;
  line-height: 1.2;
  letter-spacing: .05em;
}
#sec1 .sec_tit .tit,
#sec2 .sec_tit .tit {
  display: inline-block;
  padding: 0 48px;
  background: url(../../img/tit_bg_02.png) no-repeat center left, url(../../img/tit_bg_02.png) no-repeat center right;
  background-size: 30px;
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #sec1 .sec_tit,
  #sec2 .sec_tit {
    min-height: 132px;
    margin: -50px auto 0;
    background: url(../../img/tit_bg.png) no-repeat center top;
    background-size: 100%;
  }
  #sec1 .sec_tit .en,
  #sec2 .sec_tit .en {
    margin-bottom: 5px;
    font-size: 35px;
    font-family: "Playfair Display SC", serif;
    line-height: 1.2;
    letter-spacing: .05em;
  }
  #sec1 .sec_tit .tit,
  #sec2 .sec_tit .tit {
    padding: 0 46px;
    background-size: 26px 1px;
    font-size: 23px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  #sec1 .sec_tit,
  #sec2 .sec_tit {
    width: 411px;
    max-width: 90%;
    min-height: 132px;
    padding: 12% 10px 0;
  }
}
@media screen and (max-width: 320px) {
  #sec1 .sec_tit .en,
  #sec2 .sec_tit .en {
    font-size: 33px;
  }
}
/* ---------------------------------------------------
	nav
------------------------------------------------------ */
.nav_section {
  padding-bottom: 70px;
}
.nav_section .stay_col {
  width: 100%;
  margin: 0 auto;
}
.nav_section .stay_col .col_col {
  position: relative;
  width: 251px;
  max-width: 24.14%;
  background: #b64249;
  transition: all .4s;
}
.nav_section .stay_col .col_col:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  opacity: 0;
  transition: all .2s;
}
.nav_section .stay_col .col_col:hover:after {
  opacity: 1;
}
.nav_section .stay_col .col_col:hover a {
  opacity: 1;
}
.nav_section .stay_col .col_col a {
  display: block;
  height: 100%;
  color: #fff;
}
.nav_section .stay_col .col_col .col_tit {
  padding: 0 5px 10px;
  text-align: center;
}
.nav_section .stay_col .col_col .col_tit .play_dc {
  position: relative;
  margin: -18px 0 10px;
  font-size: 28px;
  text-shadow: 0 0 4px #000;
  letter-spacing: .1em;
  z-index: 10;
}
.nav_section .stay_col .col_col .col_tit .tit {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  z-index: 10;
}
.nav_section .stay_col .col_col .col_pic {
  position: relative;
  z-index: 10;
}
.nav_section .stay_col .col_col.col02 {
  background: #397792;
}
.nav_section .stay_col .col_col.col03 {
  background: #4a8012;
}
.nav_section .stay_col .col_col.col04 {
  background: #1f2358;
}

@media screen and (max-width: 768px) {
  .nav_section {
    padding-bottom: 30px;
  }
  .nav_section .stay_col .col_col {
    position: relative;
    width: 49%;
    max-width: 49%;
    margin-bottom: 2%;
  }
  .nav_section .stay_col .col_col:after {
    content: none;
  }
  .nav_section .stay_col .col_col .col_tit {
    padding: 0 5px 10px;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  .nav_section .stay_col .col_col .col_tit .play_dc {
    font-size: 7.5vw;
  }
  .nav_section .stay_col .col_col .col_tit .tit {
    font-size: 4vw;
  }
}
/* ---------------------------------------------------
	footer
------------------------------------------------------ */
#stay_footer .footer_tourism {
  padding: 40px 0;
}
#stay_footer .footer_tourism .caption {
  font-size: 22px;
}
#stay_footer .footer_tourism .caption > img {
  margin-bottom: 15px;
}
#stay_footer .footer_tourism .tourism_pic {
  margin: 30px auto;
  text-align: center;
}
#stay_footer .footer_tourism .tourism_pic img {
  width: 100%;
}
#stay_footer .footer_nav {
  padding: 30px 0 40px;
  background: #f6f6f6;
}
#stay_footer .footer_nav .caption {
  margin-bottom: 25px;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  #stay_footer .footer_tourism {
    padding: 40px 0 30px;
  }
  #stay_footer .footer_tourism .taC {
    text-align: left;
  }
  #stay_footer .footer_tourism .caption {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
  }
  #stay_footer .footer_tourism .caption > img {
    width: 110px;
    margin-bottom: 10px;
  }
  #stay_footer .footer_tourism .tourism_pic {
    margin: 20px auto;
  }
  #stay_footer .footer_nav {
    padding: 25px 0 30px;
  }
  #stay_footer .footer_nav .caption {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 1.4;
  }
}
/* ---------------------------------------------------
	stay_couple
------------------------------------------------------ */
#stay_couple #stay04 {
  padding-bottom: 0;
}
#stay_couple #stay06 {
  background: url(../../stay_couple/img/sec1_bg_01.jpg) no-repeat center top, #1f160e;
  color: #fff;
}
#stay_couple #stay06:after {
  border-top-color: #1f160e;
}
#stay_couple #stay06 .stay_tit {
  color: #fff;
}
#stay_couple #stay06 .stay_tit .time:after {
  background: #fff;
}
#stay_couple #stay06 .caption {
  color: #fff;
}
#stay_couple #stay07 {
  padding-bottom: 90px;
}
#stay_couple #stay07 .stay_txtcol .col_txt {
  margin-top: 10px;
}
#stay_couple #stay08 {
  margin-top: -80px;
  padding-top: 100px;
  background: url(../../stay_couple/img/sec2_bg_01.jpg) no-repeat center top, #fffae3;
}
#stay_couple #stay08:after {
  border-top-color: #fffae3;
}

@media screen and (max-width: 768px) {
  #stay_couple #stay01 {
    padding-top: 20px;
  }
  #stay_couple #stay07 {
    padding-bottom: 80px;
  }
  #stay_couple #stay07 .stay_txtcol .col_txt {
    margin-top: 0;
  }
  #stay_couple #stay08 {
    margin-top: -60px;
    padding-top: 70px;
    background: #fffae3;
  }
}
/* ---------------------------------------------------
	stay_business
------------------------------------------------------ */
#stay_business .stay_section .stay_tit {
  color: #397792;
}
#stay_business .stay_section .stay_tit .time:after {
  background: #397792;
}
#stay_business #stay_lead {
  background: #397792;
}
#stay_business #sec1 .sec_tit,
#stay_business #sec2 .sec_tit {
  color: #397792;
}
#stay_business #stay05 {
  padding-bottom: 140px;
}
#stay_business #stay05 .stay_txtcol .col_txt {
  margin-top: 10px;
}
#stay_business #stay06 {
  margin-top: -80px;
  padding-top: 100px;
  background: url(../../stay_couple/img/sec2_bg_01.jpg) no-repeat center top, #fffae3;
}
#stay_business #stay06:after {
  border-top-color: #fffae3;
}
#stay_business #stay07 {
  padding: 90px 0 80px;
}

@media screen and (max-width: 768px) {
  #stay_business #stay01 {
    padding-top: 20px;
  }
  #stay_business #stay05 {
    padding-bottom: 80px;
  }
  #stay_business #stay05 .stay_txtcol .col_txt {
    margin-top: 0;
  }
  #stay_business #stay06 {
    margin-top: -60px;
    padding-top: 70px;
    background: #fffae3;
  }
  #stay_business #stay07 {
    padding: 35px 0 60px;
  }
}
/* ---------------------------------------------------
	stay_family
------------------------------------------------------ */
#stay_family .stay_section .stay_tit {
  color: #4a8012;
}
#stay_family .stay_section .stay_tit .time:after {
  background: #4a8012;
}
#stay_family #stay_lead {
  background: #4a8012;
}
#stay_family #sec1 .sec_tit,
#stay_family #sec2 .sec_tit {
  color: #4a8012;
}
#stay_family #stay04 {
  padding-bottom: 0;
}
#stay_family #stay06 {
  padding-top: 50px;
  background: url(../../stay_couple/img/sec1_bg_01.jpg) no-repeat center top, #1f160e;
  color: #fff;
}
#stay_family #stay06:after {
  border-top-color: #1f160e;
}
#stay_family #stay06 .stay_tit {
  color: #fff;
}
#stay_family #stay06 .stay_tit .time:after {
  background: #fff;
}
#stay_family #stay06 .caption {
  color: #fff;
}
#stay_family #stay07 {
  padding-bottom: 90px;
}
#stay_family #stay07 .stay_txtcol .col_txt {
  margin-top: 10px;
}
#stay_family #stay08 {
  margin-top: -80px;
  padding-top: 100px;
  background: url(../../stay_couple/img/sec2_bg_01.jpg) no-repeat center top, #fffae3;
}
#stay_family #stay08:after {
  border-top-color: #fffae3;
}

@media screen and (max-width: 768px) {
  #stay_family #stay01 {
    padding-top: 20px;
  }
  #stay_family #stay06 {
    padding-top: 35px;
  }
  #stay_family #stay07 {
    padding-bottom: 80px;
  }
  #stay_family #stay07 .stay_txtcol .col_txt {
    margin-top: 0;
  }
  #stay_family #stay08 {
    margin-top: -60px;
    padding-top: 70px;
    background: #fffae3;
  }
}
/* ---------------------------------------------------
	stay_group
------------------------------------------------------ */
#stay_group .stay_section .stay_tit {
  color: #1f2358;
}
#stay_group .stay_section .stay_tit .time:after {
  background: #1f2358;
}
#stay_group #stay_lead {
  background: #1f2358;
}
#stay_group #sec1 .sec_tit,
#stay_group #sec2 .sec_tit {
  color: #1f2358;
}
#stay_group #stay03 {
  padding-bottom: 0;
}
#stay_group #stay05 {
  padding-top: 50px;
  background: url(../../stay_group/img/sec1_bg_01.jpg) no-repeat center top, #1f160e;
  color: #fff;
}
@media screen and (min-width: 2001px) {
  #stay_group #stay05 {
    background-size: 100%;
  }
}
#stay_group #stay05:after {
  border-top-color: #1f160e;
}
#stay_group #stay05 .stay_tit {
  color: #fff;
}
#stay_group #stay05 .stay_tit .time:after {
  background: #fff;
}
#stay_group #stay05 .caption {
  color: #fff;
}
#stay_group #stay05 .dinner_col {
  margin-top: 30px;
}
#stay_group #stay05 .dinner_col .col_col {
  width: 490px;
  max-width: 47.2%;
}
#stay_group #stay05 .dinner_col .col_col .col_pic01 img {
  max-width: none;
}
#stay_group #stay05 .dinner_col .col_col .col_pic02 {
  margin: 20px 0;
}
#stay_group #stay05 .dinner_col .col_col .col_pic02 > div {
  max-width: 48.98%;
}
#stay_group #stay07 {
  padding-bottom: 90px;
}
#stay_group #stay07 .stay_txtcol .col_txt {
  margin-top: 10px;
}
#stay_group #stay08 {
  margin-top: -80px;
  padding-top: 100px;
  background: url(../../stay_couple/img/sec2_bg_01.jpg) no-repeat center top, #fffae3;
}
#stay_group #stay08:after {
  border-top-color: #fffae3;
}

@media screen and (max-width: 768px) {
  #stay_group #stay05 {
    padding: 35px 0 0;
    background: url(../../stay_group/img/sec1_bg_01_sp01.jpg) no-repeat center top, #1f160e;
  }
  #stay_group #stay05:after {
    border-top-color: #643202;
  }
  #stay_group #stay05 .container:last-of-type {
    width: 100%;
  }
  #stay_group #stay05 .dinner_col {
    margin-top: 0;
  }
  #stay_group #stay05 .dinner_col .col_col {
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
  }
  #stay_group #stay05 .dinner_col .col_col .col_container {
    width: 90%;
    margin: 0 auto;
  }
  #stay_group #stay05 .dinner_col .col_col .col_pic01 img {
    float: none;
    max-width: 100%;
  }
  #stay_group #stay05 .dinner_col .col_col .col_pic02 {
    margin: 3% 0 15px;
  }
  #stay_group #stay05 .dinner_col .col_col .col_pic02 > div {
    width: 48.98%;
  }
  #stay_group #stay05 .dinner_col .col_col.col02 {
    background: url(../../stay_group/img/sec1_bg_01_sp02.jpg) no-repeat center top, #643202;
    background-size: 100%;
  }
  #stay_group #stay07 {
    padding-bottom: 80px;
  }
  #stay_group #stay07 .stay_txtcol .col_txt {
    margin-top: 0;
  }
  #stay_group #stay08 {
    margin-top: -60px;
    padding-top: 70px;
    background: #fffae3;
  }
}
