@charset "UTF-8";
#mainContent {
  padding-top: 0;
  line-height: 1.6;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #mainContent {
    font-size: 1.4rem;
  }
}

.orangeTxt {
  color: #685C20;
}

.box01 {
  background: url(../img/bg_flower_left.png) left 20px top 75px no-repeat, url(../img/bg_flower_right.png) right 20px top 20px no-repeat;
  background-color: rgba(204, 233, 186, 0.7);
  padding: 30px 40px;
}

@media screen and (max-width: 767px) {
  .box01 {
    background-position: left 0px top 20px, right 0px top 10px;
    background-size: 34px auto, 45px auto;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .box01 .contentInner {
    padding: 0 !important;
  }
}

.box02 {
  border-top: 1px solid #9f8d55;
  margin-top: 15px;
  padding-top: 15px;
}

.box03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .box03 {
    display: block;
  }
}

.box03 .img {
  width: 58%;
}

@media screen and (max-width: 767px) {
  .box03 .img {
    width: 100%;
  }
}

.box03 .txt {
  width: 39%;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .box03 .txt {
    width: 100%;
  }
}

.box04 {
  display: table;
  border: 1px solid #f17c14;
  padding: 15px;
}

.box04.w600 {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .box04.w600 {
    width: auto;
  }
}

.box05 {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #a08e56;
  padding: 40px;
  margin: 0 auto 15px;
  max-width: 800px;
  display: table;
}

@media screen and (max-width: 767px) {
  .box05 {
    padding: 15px;
  }
}

.box-flower {
  position: relative;
}

.box-flower:before, .box-flower:after {
  content: '';
  display: block;
  position: absolute;
}

.box-flower:before {
  background: url(../img/bg_flower_right.png) 0 0/contain no-repeat;
  width: 90px;
  height: 128px;
  right: 0;
  top: -10%;
}

@media screen and (max-width: 767px) {
  .box-flower:before {
    width: 45px;
    height: 64px;
    right: -3%;
  }
}

.box-flower:after {
  background: url(../img/bg_flower_left.png) 0 0/contain no-repeat;
  width: 68px;
  height: 79px;
  left: 0;
  top: 30%;
}

@media screen and (max-width: 767px) {
  .box-flower:after {
    width: 34px;
    height: 39.5px;
    left: -5%;
  }
}

.box-flower.type02:before {
  left: 2%;
  right: auto;
  top: 40%;
}

@media screen and (max-width: 767px) {
  .box-flower.type02:before {
    display: none;
  }
}

.box-flower.type02:after {
  right: 4%;
  left: auto;
  top: 15%;
}

@media screen and (max-width: 767px) {
  .box-flower.type02:after {
    display: none;
  }
}

.ttl01 {
  color: #9f8d55;
  font-size: 30px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 22px;
  }
}

.ttl01 .sub {
  display: block;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .ttl01 .sub {
    font-size: 16px;
  }
}

.ttl01 .sub2 {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .ttl01 .sub2 {
    font-size: 16px;
  }
}

.ttl01.color01 {
  color: #509E2F;
}

.ttl02 {
  color: #9f8d55;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 17px;
  }
}

.ttl02 .sub {
  border-top: 1px solid #9f8d55;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding-top: 10px;
}

.ttl02.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ttl03 {
  color: #9f8d55;
  font-size: 20px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
}

@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 16px;
  }
}

.ttl04 {
  color: #685C20;
  font-size: 28px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
  position: relative;
  width: 105%;
  padding-bottom: 30px;
  padding-top: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 0;
  }
}

.ttl04:before {
  content: '';
  display: block;
  position: absolute;
  width: 92px;
  height: 62px;
  background: url(../img/bg_ttl_flower.png) 0 0/contain no-repeat;
  top: 17px;
  right: 30px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ttl04:before {
    display: none;
  }
}

.ttl04 > span {
  position: relative;
  display: inline-block;
}

.ttl04 > span:before {
  content: '';
  display: block;
  position: absolute;
  width: 1240px;
  height: 1px;
  background: #cce9ba;
  top: 50%;
  left: calc(100% + 30px);
}

@media screen and (max-width: 767px) {
  .ttl04 > span:before {
    display: none;
  }
}

.ttl04 .sub {
  font-size: 18px;
}

.ttl05 {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ttl05 {
    font-size: 16px;
  }
}

.ttl05.bdr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}

.ttl06 {
  color: #685C20;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl06 {
    font-size: 16px;
  }
}

.ttl06 .sub {
  border-top: 1px solid #685C20;
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding-top: 10px;
  font-family: "-apple-system", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .ttl06 .sub {
    font-size: 13px;
  }
}

.ttl06 .icon {
  position: relative;
  display: inline-block;
}

.ttl06 .icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 74px;
  height: 74px;
  /*background: url(../img/icon01.png) 0 0/contain no-repeat;*/
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .ttl06 .icon:before {
    position: static;
    -webkit-transform: none;
    transform: none;
    display: block;
    margin: 0 auto 10px;
    width: 60px;
    height: 60px;
  }
}

.ttl07 {
  color: #9f8d55;
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ttl07 {
    font-size: 14px;
  }
}

.line01 {
  display: none;
}

.line01:before {
  content: '';
  display: block;
  position: absolute;
  width: 65px;
  height: 52px;
  background: url(../img/bg_ttl_flower.png) top right/contain no-repeat;
  top: 3px;
  right: 10px;
}

@media screen and (max-width: 767px) {
  .line01 {
    display: block;
    border-bottom: 1px solid #685C20;
    margin-bottom: 30px;
    padding-top: 36px;
    position: relative;
  }
}

.slideWrap {
  position: relative;
  margin-bottom: 10px;
}

.slideWrap.new:after {
  content: '';
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  background: url(/tsubaki/img/icon_new.png) 0 0/contain no-repeat;
  top: -30px;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .slideWrap.new:after {
    width: 54px;
    height: 54px;
    top: -20px;
    right: -15px;
  }
}

.bdr01 {
  border: 1px solid #ccc;
}

.btn01 {
  background: #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.btn01 a {
  font-size: 16px;
  display: block;
  margin: 0 10px;
  padding: 20px;
  position: relative;
  color: #222;
}

@media screen and (max-width: 767px) {
  .btn01 a {
    font-size: 13px;
    width: 30%;
    padding: 15px 10px;
    margin: 0 1.5%;
  }
}

/* .btn01 a:after {
  content: "";
  height: 6px;
  width: 6px;
  display: block;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: 15px;
} */

@media screen and (max-width: 767px) {
  .btn01 a:after {
    bottom: 12px;
  }
}

.txt--red {
  color: #c10b2e;
}

.cont01 {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .cont01 {
    padding: 30px 0;
  }
}

.cont02 {
  padding: 30px 0 40px;
  background: url(../img/bg_stay.jpg) center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .cont02 {
    padding: 30px 0;
    background-image: url(../img/bg_stay_sp.jpg);
  }
}

@media screen and (max-width: 767px) {
  .cont02 .sectionTtl img {
    width: 92%;
  }
}

.cont02 .leadTxt {
  color: #fff;
}

.cont03 {
  padding: 30px 0 90px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .cont03 {
    padding: 40px 0;
  }
}

.cont03 .sectionTtl {
  width: 315px;
}

@media screen and (max-width: 767px) {
  .cont03 .sectionTtl img {
    width: 68%;
  }
}

.gift {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .gift {
    padding: 15px;
  }
}

@media screen and (min-width: 768px) {
  .gift .box:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .gift .box {
    margin-bottom: 30px;
  }
}

.welcome-gift {
  width: 346px;
}

@media screen and (max-width: 767px) {
  .welcome-gift {
    width: auto;
  }
}

.view {
  background: #fff;
  padding: 40px;
}

.view .col4 {
  -ms-flex-pack: center;
  justify-content: center;
}

.view li:last-child {
  margin-right: 0 !important;
}

.bnr {
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.bnr:before {
  content: '';
  display: block;
  position: absolute;
  width: 1240px;
  height: 2px;
  background: #ddd;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .bnr {
    padding: 30px 0;
  }
}

.bnr .lead {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bnr .lead {
    font-size: 16px;
  }
}

.header {
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 289px;
  }
}

.footer {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
}

.footer__top {
  padding: 20px;
}

.footer__top img {
  width: 200px;
}

.footer__btm {
  background: #685C20;
  color: #fff;
  padding: 20px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .footer__btm {
    font-size: 10px;
  }
}

.icon-flower:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/bg_flower_left.png) center/contain no-repeat;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  margin-right: 5px;
}

.icon-moon:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/icon_moon.png) center/contain no-repeat;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  margin-right: 5px;
}

#mainContent .sliderStyle01 {
  margin: auto;
}

#mainContent .sliderStyle01 .slick-arrow {
  background: #b12327;
  width: 28px;
  height: 88px;
  top: calc(50% - 44px);
}

@media screen and (max-width: 767px) {
  #mainContent .sliderStyle01 .slick-arrow {
    width: 20px;
    height: 46px;
    top: calc(50% - 26px);
  }
}

#mainContent .sliderStyle01 .slick-arrow:before {
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 767px) {
  #mainContent .sliderStyle01 .slick-arrow:before {
    width: 7px;
    height: 7px;
  }
}

#mainContent .sliderStyle01 .slick-arrow.next:before {
  left: 7px;
}

@media screen and (max-width: 767px) {
  #mainContent .sliderStyle01 .slick-arrow.next:before {
    left: 5px;
  }
}

#mainContent .sliderStyle01 .slick-arrow.prev:before {
  left: 11px;
}

@media screen and (max-width: 767px) {
  #mainContent .sliderStyle01 .slick-arrow.prev:before {
    left: 7px;
  }
}

#mainContent .sliderStyle01 img {
  width: 100%;
}

#mainContent .btnStyle01 li a.disable {
  padding: 11px 20px;
  text-align: center;
  pointer-events: none;
}

#mainContent .btnStyle01 li a.disable:after {
  display: none;
}

#mainContent .col2 > .box {
  width: 47%;
}

#mainContent .col2 > .box:nth-child(2n+1) {
  margin-right: 6%;
}

@media screen and (max-width: 767px) {
  #mainContent .col2 > .box:nth-child(2n+1) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #mainContent .boxStyle12 .imgBox {
    width: 100%;
  }
}

#mainContent .tableStyle03 tr th {
  border-left: 0;
  padding-left: 0;
}
