@charset "UTF-8";
/*---------------------------------------------
    Header
---------------------------------------------*/
#header #h-inner .fixed-logo {
  height: 436px;
}

/*---------------------------------------------
    Active Catchphrase
---------------------------------------------*/
#main {
  padding-top: 102px;
}

#main .active-info {
  margin-bottom: 30px;
  text-align: center;
}

#main .active-info p {
  font-size: 1.4rem;
  font-weight: bold;
}

#main .btn {
  margin: 10px auto 0;
  width: 200px;
}

#main .btn a {
  font-size: 1.4rem;
  padding-top: 10px;
}

#main .btn.web a {
  background: #cdb77d;
  border: 1px solid #cdb77d;
  position: relative;
}

#main .btn.web a::after {
  background: url(../images/common/icon_web.png);
  bottom: 0;
  content: "";
  display: block;
  height: 18px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: -2px;
  width: 18px;
}

#main .btn.top {
  margin-top: 20px;
  width: 270px;
}

#main .btn.top a {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  font-size: 80%;
  font-weight: bold;
  padding-top: 10px;
}

/*---------------------------------------------
    Active Contents
---------------------------------------------*/
.active-inner {
  padding-bottom: 100px;
}

.active-inner .active-box-wrap {
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.active-inner .active-box-wrap.slider .active-box {
  max-width: 230px;
}

.active-inner .active-box-wrap.slider .active-box:nth-child(2n) {
  margin-right: 20px !important;
}

.active-inner .active-box-wrap.slider:nth-child(4n) {
  margin-right: 20px !important;
}

.active-inner .active-box-wrap .active-box {
  background: #fff;
  height: auto;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 230px;
}

.active-inner .active-box-wrap .active-box:nth-child(4n) {
  margin-right: 0;
}

.active-inner .active-box-wrap .active-box .active-ttl {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background: #cdb77d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  justify-content: center;
}

.active-inner .active-box-wrap .active-box .active-ttl h2 {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 24px;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.active-inner .active-box-wrap .active-box .active-pict img {
  display: block;
  width: 230px;
}

.active-inner .active-box-wrap .active-box .active-txt {
  padding: 14px;
}

.active-inner .active-box-wrap .active-box .active-txt p {
  font-size: 1.2rem;
  font-weight: bold;
}

.active-inner .active-box-wrap.detail .active-box {
  margin-right: 20px;
  width: 480px;
}

.active-inner .active-box-wrap.detail .active-box:nth-child(2n) {
  margin-right: 0;
}

.active-inner .active-box-wrap.detail .active-txt {
  height: 125px !important;
}

.active-inner .active-box-wrap.detail .active-txt .tel {
  font-size: 2rem;
  text-align: center;
}

.active-inner .active-box-wrap.detail .active-pict img {
  display: block;
  height: auto;
  width: 100%;
}

.slideControls {
  display: table;
  margin: 10px auto 0;
  padding: 0 25px;
  position: relative;
}

.slideControls .slick-dots {
  line-height: 0;
  position: static;
}

/*---------------------------------------------
    common
---------------------------------------------*/
.section-ttl {
  border-bottom: 1px solid #d3c191;
  font-size: 3.12rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 20px;
  margin-right: 50px;
  position: relative;
  position: relative;
}

.section-ttl .en {
  bottom: -6px;
  color: #cdb77d;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.9rem;
  line-height: 1;
  position: absolute;
  right: -6px;
}

.inner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.inner .catch {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 100px;
}

/*---------------------------------------------
      info
  ---------------------------------------------*/
.info {
  background: #eee;
  margin: 0 0 50px auto;
  max-width: 780px;
  width: 100%;
}

.info .inner {
  padding-right: 50px;
}

.info .inner .info-list li {
  font-size: 1.56rem;
  margin-bottom: 30px;
}

.info .inner .info-list li .cat {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.6965rem;
  font-weight: bold;
  height: 32px;
  margin-right: 15px;
  padding-top: 1px;
  text-align: center;
  width: 150px;
}

.info .inner .info-list li .date {
  margin-right: 25px;
}

.season {
  background: #eee;
  padding-bottom: 20px;
  padding-top: 10px;
}

.season .section-ttl {
  padding-left: 50px;
}

.season.green .section-ttl {
  border-bottom: 1px solid #b3d465;
}

.season.green .section-ttl .en {
  color: #aad899;
}

.season.winter .section-ttl {
  border-bottom: 1px solid #97cfe8;
}

.season.winter .section-ttl .en {
  color: #97cfe8;
}

.season .inner .season-list {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.season .inner .season-list li {
  margin-bottom: 30px;
  position: relative;
  width: 310px;
}

.season .inner .season-list .btn {
  bottom: -9px;
  position: absolute;
  right: 0;
  width: 250px;
}

.season .inner .season-list .btn > a {
  background: rgba(205, 183, 125, 0.9);
  border: none;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: bold;
  height: 42px;
  padding-left: 10px;
  padding-top: 8px;
  position: relative;
  text-align: left;
  width: 100%;
}

.season .inner .season-list .btn > a::after {
  background: url(../images/common/icon_arrow_01.png);
  bottom: 0;
  content: "";
  display: block;
  height: 17px;
  margin: auto;
  position: absolute;
  right: 18px;
  top: 0;
  width: 17px;
}

.season.green .inner li {
  width: 227px;
}

.season.green .inner .btn {
  width: 200px;
}

.season.green .inner .btn > a {
  background: rgba(170, 216, 153, 0.9);
}

.season.winter .inner .btn > a {
  background: rgba(151, 207, 232, 0.9);
}

.event {
  background: #fff;
  padding-top: 30px;
  position: relative;
}

.event .section-ttl {
  margin-bottom: 30px;
  padding-left: 50px;
}

.event .inner .event-list {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.event .inner .event-list li {
  background: #fff;
  height: 346px;
  margin-bottom: 44px;
  padding-bottom: 46px;
  position: relative;
  width: 180px;
}

.event .inner .event-list li > a {
  display: block;
}

.event .inner .event-list li .img img {
  display: block;
}

.event .inner .event-list li .ttl {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 70px;
  line-height: 1.3;
  padding-left: 10px;
  padding-right: 10px;
}

.event .inner .event-list li .date {
  font-size: 1.3rem;
  padding-left: 10px;
  padding-top: 10px;
}

.event .inner .event-list li .txt {
  font-size: 1.4rem;
  font-weight: bold;
  height: calc(1.4em * 3);
  line-height: 1.4;
  margin-bottom: 14px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: justify;
}

.event .inner .event-list li .txt::before {
  background: #fff;
  bottom: 0;
  content: "…";
  position: absolute;
  right: 10px;
}

.event .inner .event-list li .txt::after {
  background: #fff;
  content: "";
  height: 100%;
  margin-left: -1em;
  position: absolute;
  width: 100%;
}

.event .inner .event-list li .btn {
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 160px;
}

.event .inner .event-list li .btn > span {
  background: #000;
  border: #000 solid 1px;
  border-radius: 26px;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  height: 36px;
  margin: 0 auto;
  padding-top: 6px;
  position: relative;
  text-align: center;
  width: 100%;
}

.event .inner .event-list li .btn > span.outside::after {
  content: url("../images/common/icon_arrow_02.png");
  margin-left: 10px;
  position: relative;
  right: -3px;
  top: 2px;
}

.event .inner .event-list li .btn > span.detail::after {
  background: url("../images/common/icon_arrow_02.png");
  bottom: 0;
  content: "";
  display: block;
  height: 17px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  width: 17px;
}
