@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Cabin);
.top-slider {
  height: 100vh !important;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top-slider {
    height: 70vh !important;
  }
}
.top-slider__container {
  height: 100vh;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top-slider__container {
    height: 70vh !important;
  }
}
.top-slider__container .vegas-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-slider__container .vegas-wrapper h1 {
  display: inline;
  margin: auto;
}
@media all and (-ms-high-contrast: none) {
  .top-slider__container .vegas-wrapper h1 {
    margin-right: 63%;
  }
}
@media only screen and (max-width: 767px) {
  .top-slider__container .vegas-wrapper h1 img {
    zoom: 0.7;
  }
}
.top-slider__container .vegas-wrapper h1 img {
  -webkit-filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.6));
}

.waves {
  bottom: -7px;
  position: absolute;
  z-index: 2;
}

.home h2 {
  font-size: 30px;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .home h2 {
    font-size: 22px;
  }
}
.home h2 .fas,
.home h2 .far {
  color: #b6404b;
  display: block;
  font-size: 45px;
  margin: 0 auto 15px auto;
}
@media only screen and (max-width: 767px) {
  .home h2 .fas,
  .home h2 .far {
    font-size: 35px;
  }
}
.home h2 img {
  display: block;
  margin: 0 auto 15px auto;
  zoom: 0.5;
}
.home h2 span {
  font-size: 25px;
}

.news {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .news {
    padding: 40px 2%;
  }
}
.news ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news ul li {
  background: #b6404b;
  -webkit-box-shadow: rgba(68, 68, 68, 0.3) 1px 1px 3px 2px;
          box-shadow: rgba(68, 68, 68, 0.3) 1px 1px 3px 2px;
  list-style: none;
  margin: 5px;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .news ul li {
    background: none;
    margin: 5px;
    width: 46%;
  }
}
.news ul li figure img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .news ul li p {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .news ul li:hover img {
    opacity: 0.9;
  }
  .news ul li:hover a {
    background: none;
    color: #fff;
  }
  .news ul li:hover .date,
  .news ul li:hover p {
    background: none;
    color: #fff;
  }
}
.news__imglink {
  background: #fff;
  display: block;
}
.news__txtlink {
  background: #fff;
  color: #b6404b;
  display: block;
  font-weight: bold;
  height: 60px;
  text-align: left;
  padding: 5px 20px;
}
@media only screen and (max-width: 767px) {
  .news__txtlink {
    height: initial;
  }
}
.news .date {
  background: #fff;
  display: block;
  font-size: 12px;
  padding: 10px 20px 0 20px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.news p {
  background: #fff;
  display: block;
  font-size: 13px;
  height: 85px;
  padding: 0 20px 20px 20px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .news p {
    height: initial;
  }
}

/*-----------------------------------------
	calender
-----------------------------------------*/
.top-event {
  background: url(../images/bg3.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .top-event {
    padding: 40px 2%;
  }
}
.top-event + figure img {
  height: auto;
  width: 100%;
}

.ai1ec-month-view .ai1ec-date {
  font-size: 13px;
  /*height: initial;
  line-height: initial;
  padding: 5px;*/
}

.ai1ec-month-view,
.ai1ec-week-view,
.ai1ec-oneday-view {
  /*.ai1ec-event {
  	border-radius: 0!important;
  	height: initial;
  	line-height: initial;
  	padding: 5px 0;
  }
  .a.ai1ec-event-container {
  	font-size: 13px;
  }
  .ai1ec-multiday-bar {
  	height: initial;
  }
  .ai1ec-multiday-arrow1,
  .ai1ec-multiday-arrow2 {
  	display: none;
  }*/
}

.timely p {
  padding: 10px 0;
  text-align: left;
}

/*-----------------------------------------
	facilities
-----------------------------------------*/
.top-facilities {
  background: url(../images/bg1.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .top-facilities {
    padding: 40px 2%;
  }
}
.top-facilities .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-facilities .container li {
  background: #b6404b;
  margin: 0 0 40px 0;
  min-height: 600px;
  overflow: hidden;
  outline: 1px solid #271e1a;
  outline-offset: 10px;
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .top-facilities .container li {
    margin: 0 auto 40px auto;
    min-height: 500px;
    width: 90%;
  }
}
.top-facilities .container li img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.top-facilities .container li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.top-facilities .container li a em {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/facility_ttl.png) no-repeat center center;
  color: #271e1a;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 25px;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  width: 156px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.top-facilities .container li a span {
  color: #fff;
  font-size: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .top-facilities .container li a span {
    bottom: 20px;
    font-size: 13px;
    opacity: 1;
    position: absolute;
    text-align: left;
    width: 90%;
  }
}
.top-facilities .container li:hover {
  outline: 1px solid #b6404b;
}
.top-facilities .container li:hover img {
  opacity: 0.5;
}
.top-facilities .container li:hover em {
  color: #b6404b;
}
.top-facilities .container li:hover span {
  opacity: 1;
}

.top-guide {
  background: url(../images/bg2.jpg) no-repeat center top;
  background-size: cover;
  margin-top: -100px;
  padding: 200px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .top-guide {
    padding: 80px 2% 40px 2%;
  }
}
.top-guide__inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top-guide__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-guide__txt {
  background: rgba(255, 255, 255, 0.8);
  margin-left: auto;
  padding: 30px;
}
.top-guide__txt h3 {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 20px auto;
}
.top-guide__txt p span {
  color: #767676;
  display: block;
  font-size: 12px;
}
.top-guide__txt ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/guide_line.png) no-repeat center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto 15px auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

.top-access {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .top-access {
    padding: 40px 0;
  }
  .top-access h2 {
    margin: 0 auto;
  }
}
.top-access .container {
  position: relative;
}
.top-access .btn {
  position: absolute;
  right: 0;
  top: -100px;
}
@media only screen and (max-width: 767px) {
  .top-access .btn {
    bottom: -140px;
    position: relative;
    top: initial;
  }
}
.top-access p {
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 767px) {
  .top-access p {
    margin: 0 auto 120px auto;
  }
}

/*------------------------------------
	onsen
------------------------------------*/
.hs__intro {
  background: url(/cms/wp-content/uploads/2018/08/hs_intro_wrap.png) no-repeat center top;
  background-size: 100% auto;
  margin: 0 auto 80px auto;
  padding: 80px 0;
}
.hs__intro .container {
  background: url(../images/hs_intro_bg.png) no-repeat center top;
  background-size: 100% auto;
  padding: 80px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hs__intro .container {
    background-size: 96% auto;
    padding: 80px 20px 0 20px;
  }
}
.hs__intro h2 {
  font-size: 30px;
  margin: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: -15px;
}
@media only screen and (max-width: 767px) {
  .hs__intro h2 {
    font-size: 20px;
  }
  .hs__intro h2 span {
    background: #fff;
    padding: 10px;
  }
}
.hs__intro p {
  font-size: 17px;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 767px) {
  .hs__intro p {
    font-size: 14px;
    text-align: left;
  }
}

.hs__box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 40px auto;
  position: relative;
}
.hs__box figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .hs__box figure {
    width: 100%;
  }
}
.hs__box--txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .hs__box--txt {
    width: 100%;
  }
}
.hs__box--txt h3 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.hs__box--txt h3 span {
  background: url(/cms/wp-content/uploads/2018/08/hs_h3.png) repeat-x center top;
  font-size: 25px;
  display: block;
  margin: 0 auto 40px auto;
  padding: 20px 5px;
}
@media only screen and (max-width: 767px) {
  .hs__box--txt h3 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hs__box--txt p {
    text-align: left;
  }
  .hs__box--txt p br {
    display: none;
  }
}
.hs__box--txt p + p {
  margin-top: 20px;
}
.hs__box--icn {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .hs__box:nth-of-type(odd) figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hs__box:first-of-type .hs__box--icn {
  left: 0;
  top: 0;
}
.hs__box:nth-of-type(2) .hs__box--icn {
  bottom: 0;
  right: 0;
}
.hs__box:nth-of-type(3) .hs__box--icn {
  bottom: 0;
  left: 0;
}
.hs__box:nth-of-type(4) .hs__box--icn {
  bottom: 0;
  right: 0;
}
.hs__box:nth-of-type(5) .hs__box--icn {
  left: 0;
  top: 0;
}
.hs__box:nth-of-type(6) .hs__box--icn {
  bottom: 0;
  right: 0;
}
.hs__box:nth-of-type(7) .hs__box--icn {
  bottom: 0;
  left: 0;
}

.hs__effect {
  background: url(/cms/wp-content/uploads/2018/08/hs_effect_bg.jpg) no-repeat;
  background-size: cover;
  font-size: 17px;
  padding: 80px 0;
}
.hs__effect h3 {
  background: url(/cms/wp-content/uploads/2018/08/hs_effect_ttl.png) no-repeat center center;
  margin: 0 auto 40px auto;
}
.hs__effect h3 span {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .hs__effect p {
    padding: 0 2%;
  }
}

/*------------------------------------
	restaurant
------------------------------------*/
.food__season {
  background: url(/cms/wp-content/uploads/2018/08/food_bg1.png) no-repeat left -100px top -350px;
}
.food__season h2 {
  background: url(/cms/wp-content/uploads/2018/08/food_season_ttl.png) no-repeat center center;
  margin: 80px auto 40px auto;
}
.food__season h2 span {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .food__season p {
    padding: 0 2%;
  }
}
.food__season--img {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
  overflow: hidden;
}
.food__season--img li {
  list-style: none;
  width: 50%;
}
.food__season--img figcaption {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .food__season--img figcaption {
    font-size: 13px;
    padding: 10px;
    text-align: left;
  }
}
.food__season--img figcaption em {
  color: #b6404b;
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .food__season--img figcaption em {
    font-size: 17px;
  }
}
.food__restaurant {
  background: url(/cms/wp-content/uploads/2018/08/food_title_bg.png) no-repeat right center;
  background-size: 100% auto;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .food__restaurant {
    background-position: right top;
    background-size: auto 250px;
    padding: 250px 2% 0 2%;
  }
}
.food__restaurant .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 50%;
}
@media only screen and (max-width: 767px) {
  .food__restaurant .container {
    padding: 0;
  }
}
.food__restaurant ul {
  color: #fff;
  font-size: 17px;
  margin: 40px auto 0 auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .food__restaurant ul {
    color: #222;
    font-size: 15px;
    margin: 20px auto 40px auto;
  }
}
.food__restaurant ul li {
  list-style: none;
  padding: 10px;
}
.food__restaurant ul li + li {
  border-top: 1px solid #f2f2f2;
}
.food__menu .container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .food__menu .container {
    padding: 40px 0;
  }
}
.food__menu:nth-of-type(odd) {
  background: url(/cms/wp-content/uploads/2018/08/food_bg2.png) no-repeat;
  background-size: cover;
}
.food__menu:nth-of-type(odd) h2 span {
  border-left: 6px double #00561f;
  color: #00561f;
}
@media only screen and (max-width: 767px) {
  .food__menu:nth-of-type(odd) h2 span {
    border-bottom: 6px double #00561f;
    border-left: none;
  }
}
.food__menu h2 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  left: -70px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .food__menu h2 {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    position: static;
  }
}
.food__menu h2 span {
  border-left: 6px double #b6404b;
  color: #b6404b;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .food__menu h2 span {
    border-bottom: 6px double #b6404b;
    border-left: none;
  }
}
.food__menu--weekday {
  padding: 40px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .food__menu--weekday {
    padding: 40px 2% 20px 2%;
  }
}
.food__menu--wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  padding: 0 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .food__menu--wrap {
    padding: 40px 2%;
  }
}
.food__menu--wrap li {
  list-style: none;
  margin: 0 1% 40px 0;
  width: 24%;
}
@media only screen and (min-width: 768px) {
  .food__menu--wrap li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .food__menu--wrap li {
    margin-right: 3%;
    width: 48%;
  }
  .food__menu--wrap li:nth-of-type(even) {
    margin-right: 0;
  }
}
.food__menu--wrap li img {
  border: 1px solid #dcdcdc;
}
.food__menu--wrap li p {
  font-size: 17px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .food__menu--wrap li p {
    font-size: 15px;
  }
}
.food__menu--wrap li span {
  border-top: 1px solid darkgray;
  display: block;
  margin: 10px auto;
  padding: 10px 0 0 0;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .drink__menu {
    padding: 0 2%;
  }
}
.drink__menu + .notice {
  font-size: 13px;
  margin: 40px auto;
  text-align: left;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .drink__menu + .notice {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    width: 96%;
  }
}
.drink__menu--wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}
.drink__menu--wrap h2 {
  background: url(../images/icn_slide_active.png) no-repeat center bottom;
  color: #b6404b;
  margin: 0 auto 30px auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .drink__menu--wrap h2 {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.drink__menu--wrap ul {
  text-align: left;
}
.drink__menu--wrap ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
.drink__menu--wrap ul li p {
  margin: 0;
}
.drink__menu--wrap ul li span {
  text-align: right;
  width: 100px;
}
.drink__menu--box {
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .drink__menu--box {
    margin: 20px auto;
    padding: 30px 20px;
    width: 100%;
  }
}

/*--202404～--*/
.restaurant {
  background: url(https://komachionsen.com/cms/wp-content/uploads/2024/04/bg_meal.jpg) repeat-y;
  background-size: 100% auto;
  padding: 60px 0;
}
.restaurant .container {
  background: rgba(255, 255, 255, 0.85);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .restaurant .container {
    padding: 30px 20px;
  }
}
.restaurant__ttl {
  font-size: 30px;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .restaurant__ttl {
    font-size: 22px;
  }
}
.restaurant__ttl i {
  color: #b6404b;
  display: block;
  font-size: 45px;
  margin: 0 auto 15px auto;
}
@media only screen and (max-width: 767px) {
  .restaurant__ttl i {
    font-size: 35px;
  }
}
.restaurant__ttl span {
  font-size: 25px;
}
.restaurant__reserve {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .restaurant__reserve {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.restaurant__reserve li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .restaurant__reserve li {
    width: 100%;
  }
}
.restaurant__reserve li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .restaurant__reserve li + li {
    margin-top: 20px;
  }
}
.restaurant__reserve i {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  color: #b6404b;
  display: block;
  font-size: 40px;
  margin: 0 auto 10px auto;
}
.restaurant__reserve i:hover {
  color: #c8616b;
}
.restaurant__reserve span {
  color: #222;
}
.restaurant__meal {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 80px auto;
}
@media only screen and (max-width: 767px) {
  .restaurant__meal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .restaurant__meal li {
    width: 100%;
  }
}
.restaurant__meal li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .restaurant__meal li + li {
    margin-top: 20px;
  }
}
.restaurant .btn {
  width: 350px;
}
@media only screen and (max-width: 767px) {
  .restaurant .btn {
    width: 100%;
  }
}
.restaurant__notice {
  display: block;
  margin: 40px auto;
}
.restaurant__ttl {
  color: #222;
  left: 0;
  margin: 80px auto;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .restaurant__ttl {
    font-size: 20px;
  }
}
.restaurant__ttl span {
  background: url(../images/icn_slide_active.png) no-repeat center bottom;
  font-size: 25px;
  font-weight: bold;
  padding: 0 20px 30px 20px;
  position: relative;
  z-index: 5;
}

/*----------------------------------------------------
	events
----------------------------------------------------*/
.event-main {
  margin: 40px auto;
}
.event-main .container {
  font-size: 15px;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .event-main .container {
    padding: 40px 2%;
  }
}
.event-main .container .ai1ec-event-time {
  color: #b6404b;
}

.event__calender {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto;
  width: 100%;
}
.event__calender li {
  list-style: none;
  margin: 10px;
  max-width: 48%;
}
@media all and (-ms-high-contrast: none) {
  .event__calender li {
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .event__calender li {
    margin: 10px auto;
    max-width: 100%;
  }
}

/*----------------------------------------------------
	access
----------------------------------------------------*/
.access {
  padding: 40px 0;
}
.access .page-navi {
  margin: 0 auto;
}
.access .page-navi ul {
  margin-top: 0;
}
.access .page-navi + p {
  margin: 40px auto 20px auto;
}
.access .page-navi + p strong {
  color: #b6404b;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.access h2 {
  color: #b6404b;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .access h2 {
    padding-top: 60px;
  }
}
.access h2 span {
  display: block;
  font-size: 13px;
}
.access h2 i {
  color: #b6404b;
  display: block;
  font-size: 40px;
  margin: 0 auto 5px auto;
}
.access h2 + p {
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .access h2 + p {
    text-align: left;
    width: 96%;
  }
}
.access__box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .access__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.access__box dl {
  margin: 0;
  width: 300px;
}
@media only screen and (min-width: 768px) {
  .access__box dl + dl {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .access__box dl {
    margin: 0 auto 40px auto;
  }
}
.access__box dl dt {
  color: #b6404b;
  display: inline-block;
  font-size: 20px;
  margin: 10px auto;
  padding: 15px 0;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .access__box dl dt {
    width: 100%;
  }
}
.access__box ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  padding: 10px;
  width: 100%;
}
.access__box ul li:nth-of-type(odd) {
  border: 1px solid #b6404b;
}
.access__box ul li:nth-of-type(even) {
  font-size: 12px;
}
.access__box ul li:nth-of-type(even) svg {
  color: #271e1a;
}
.access__box ul li:last-of-type {
  background: #b6404b;
  color: #fff;
  font-size: 15px;
  margin: 20px auto 0 auto;
}
.access__box ul li span {
  display: block;
  font-size: 11px;
}
.access__box + p {
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto 0 auto;
  padding: 20px;
  text-align: left;
  width: 800px;
}
@media only screen and (max-width: 767px) {
  .access__box + p {
    margin: 0 auto 40px auto;
    width: 96%;
  }
}
.access__box + p a {
  color: #b6404b;
  text-decoration: underline;
}
.access__box + p a:hover {
  color: #271e1a;
  text-decoration: none;
}
.access__box dl.timetable {
  margin: 40px 0;
  width: 300px;
}
.access__box dl.timetable + dl {
  margin-left: 200px;
}
@media only screen and (max-width: 767px) {
  .access__box dl.timetable + dl {
    margin: 0 auto 40px auto;
  }
}
.access__box dl.timetable dt {
  background: #b6404b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 17px;
  padding: 10px;
  width: 100%;
}
.access__box dl.timetable dd {
  border: 1px solid #b6b6b6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  margin: 0 auto 10px auto;
  padding: 10px;
}

/*----------------------------------------------------
	sightseeing
----------------------------------------------------*/
.ss h2 {
  background: url(../images/icn_slide.png) no-repeat center bottom;
  color: #767676;
  font-size: 25px;
  margin: 60px auto 40px auto;
  padding-bottom: 20px;
}
.ss__wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ss__box {
  border: 1px solid #271e1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1% 40px 0;
  position: relative;
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .ss__box {
    margin: 0 auto 40px auto;
    width: 96%;
  }
}
@media only screen and (min-width: 768px) {
  .ss__box:nth-of-type(3n) {
    margin-right: 0;
  }
}
.ss__box img {
  display: block;
}
.ss__box h3 {
  background: #271e1a;
  color: #fff;
  font-size: 15px;
  margin: 0 auto 10px auto;
  padding: 5px 0;
}
.ss__box p {
  font-size: 13px;
  padding: 0 10px;
  text-align: left;
}
.ss__box dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px;
  text-align: left;
}
.ss__box dl dt {
  background: #f2f2f2;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 30%;
}
.ss__box dl dd {
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 70%;
  word-break: break-all;
}
.ss__box dl dd a {
  color: #b6404b;
  text-decoration: underline;
  word-break: break-all;
}
.ss__box dl dd a:hover {
  color: #271e1a;
  text-decoration: none;
}

.company {
  padding: 40px 0;
}
.company .dl-table {
  margin: 40px auto;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .company .dl-table {
    width: 96%;
  }
}

.privacy .container {
  padding: 40px 0;
  text-align: left;
  width: 800px;
}
@media only screen and (max-width: 767px) {
  .privacy .container {
    margin: 0 auto;
    width: 96%;
  }
}
.privacy h2 {
  border-left: 2px solid #b6404b;
  margin: 60px auto 20px auto;
  padding: 0 0 0 10px;
}
.privacy p {
  margin: 0 auto;
  padding: 0 20px;
}
.privacy ol {
  padding: 0 20px 0 40px;
}
@media only screen and (max-width: 767px) {
  .privacy ol {
    padding: 0 0 0 30px;
  }
}
.privacy ol li {
  margin: 0 auto 10px auto;
}

.faq .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 800px;
}
@media only screen and (max-width: 767px) {
  .faq .container {
    width: 96%;
  }
}
.faq h2 {
  color: #222;
  left: 0;
  margin: 60px auto 80px auto;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .faq h2 {
    font-size: 20px;
  }
}
.faq h2 span {
  background: url(../images/icn_slide_active.png) no-repeat center bottom;
  font-size: 25px;
  font-weight: bold;
  padding: 0 20px 30px 20px;
  position: relative;
  z-index: 5;
}
.faq dl {
  text-align: left;
}
.faq dl dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b6404b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 5px auto;
  padding: 10px;
}
.faq dl dd {
  background: #f2f2f2;
  margin: 0 auto 20px auto;
  padding: 10px;
}
.faq dl dd a {
  color: #b6404b;
  display: inline-block;
  margin: 20px auto 10px auto;
  text-decoration: underline;
}
.faq dl dd a + a {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .faq dl dd a + a {
    margin: 5px auto 0 auto;
  }
}
.faq dl dd a:hover {
  color: #b6404b;
  text-decoration: none;
}

.contact {
  padding: 40px 0;
}
.contact .dl-table {
  margin: 40px auto;
}

/*----------------------------------------------------
	rest
----------------------------------------------------*/
.rest__intro {
  background: url(../images/bg2.jpg) no-repeat left bottom -100px;
}
.rest .container {
  margin: 0 auto;
  padding: 40px 0 150px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rest .container {
    width: 96%;
  }
}
.rest h2 {
  color: #b6404b;
  left: 0;
  margin: 60px auto 40px auto;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .rest h2 {
    font-size: 20px;
  }
}
.rest h2 span {
  background: url(../images/icn_slide_active.png) no-repeat center bottom;
  font-size: 25px;
  font-weight: bold;
  padding: 0 20px 30px 20px;
  position: relative;
  z-index: 5;
}
.rest p {
  font-size: 17px;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 767px) {
  .rest p {
    font-size: 15px;
    text-align: left;
  }
  .rest p br {
    display: none;
  }
}
.rest__box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 40px auto;
}
.rest__box figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .rest__box figure {
    width: 100%;
  }
}
.rest__box--txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .rest__box--txt {
    width: 100%;
  }
}
.rest__box--txt h3 {
  background: url(../images/icn_slide_active.png) no-repeat center bottom;
  color: #b6404b;
  font-size: 25px;
  margin: 0 auto 30px auto;
  padding-bottom: 30px;
}
.rest__box--txt p {
  font-size: 15px;
  margin: 0 auto;
}
.rest__box--txt .btn {
  margin: 30px auto 0 auto;
}
.rest__box:nth-of-type(odd) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .rest__box:nth-of-type(odd) figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

/*----------------------------------------------------
	guide
----------------------------------------------------*/
.guide__intro {
  background: url(/cms/wp-content/uploads/2018/08/hs_effect_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.guide__intro .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.guide__intro h2 {
  background: url(/cms/wp-content/uploads/2018/08/food_season_ttl.png) no-repeat center center;
  margin: 0 auto 40px auto;
}
.guide__intro h2 span {
  font-size: 30px;
}
.guide__intro figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .guide__intro figure {
    width: 100%;
  }
}
.guide__intro--txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .guide__intro--txt {
    margin: 0 auto;
    padding: 20px;
    width: 96%;
  }
  .guide__intro--txt br {
    display: none;
  }
}
.guide__intro--txt .btn {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .guide__intro--txt .btn {
    margin: 30px auto 0 auto;
  }
}
.guide__intro p + p {
  margin: 20px auto 0 auto;
}
.guide__price {
  background: url(../images/bg1.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .guide__price {
    background-size: auto 100%;
  }
}
.guide__price h2 {
  background: url(../images/icn_slide.png) no-repeat center bottom;
  color: #b6404b;
  font-size: 25px;
  margin: 0 auto 30px autp;
  padding-bottom: 30px;
}
.guide__price--wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding-bottom: 60px;
}
.guide__price--wrap dl {
  background: rgba(255, 255, 255, 0.7);
  margin: 30px 50px;
  width: 300px;
}
.guide__price--wrap dl dt {
  background: #f2f2f2;
  color: #222;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  padding: 10px;
}
.guide__price--wrap dl dd {
  color: #b6404b;
  font-size: 17px;
  font-weight: bold;
  padding: 20px 10px;
}
.guide__price--wrap dl dd span {
  color: #222;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 15px auto 0 auto;
  text-align: left;
}
.guide__price--wrap dl dd span i {
  display: block;
  font-style: normal;
  text-align: center;
}
.guide__price--wrap p {
  font-size: 13px;
  width: 100%;
}
.guide__price ul {
  background: rgba(255, 255, 255, 0.7);
  margin: 40px auto;
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .guide__price ul {
    width: 300px;
  }
}
.guide__price ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .guide__price ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.guide__price ul li + li {
  border-top: 1px solid #f2f2f2;
}
.guide__price ul li em {
  font-style: normal;
}
.guide__box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 40px auto;
}
.guide__box figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .guide__box figure {
    width: 100%;
  }
}
.guide__box--txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .guide__box--txt {
    padding: 20px;
    width: 100%;
  }
}
.guide__box--txt h3 {
  background: url(../images/icn_slide.png) no-repeat center bottom;
  color: #222;
  font-size: 25px;
  margin: 0 auto 30px auto;
  padding-bottom: 30px;
}
.guide__box--txt p {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .guide__box--txt p {
    text-align: left;
  }
  .guide__box--txt p br {
    display: none;
  }
}
.guide__box--txt .btn {
  margin: 30px auto 0 auto;
}
.guide__box:nth-of-type(odd) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .guide__box:nth-of-type(odd) figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.guide__pack {
  background: url(/cms/wp-content/uploads/2018/08/pack_bg.jpg) repeat-y center top;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .guide__pack {
    padding: 40px 2%;
  }
}
.guide__pack h2 {
  color: #271e1a;
  font-size: 25px;
  margin: 0 auto 40px auto;
}
.guide__pack h2 img {
  display: block;
  margin: 10px auto;
}
.guide__pack p {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .guide__pack p {
    font-size: 15px;
    text-align: left;
  }
  .guide__pack p br {
    display: none;
  }
}
.guide__pack p span {
  display: block;
  font-size: 80%;
}
.guide__pack--wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
.guide__pack--wrap dl {
  background: #fff;
  margin: 0 10px;
  position: relative;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .guide__pack--wrap dl {
    margin: 10px auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .guide__pack--wrap dl dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .guide__pack--wrap dl dt figure {
    width: 100%;
  }
}
.guide__pack--wrap dl dt span {
  color: #b6404b;
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 17px;
  padding: 10px 10px 5px 10px;
}
@media only screen and (max-width: 767px) {
  .guide__pack--wrap dl dt span {
    display: inline;
    padding: 10px 0 0 10px;
  }
}
.guide__pack--wrap dl dt em {
  display: block;
  font-size: 13px;
  font-style: normal;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .guide__pack--wrap dl dt em {
    display: inline;
    padding: 10px 10px 0 0;
  }
}
.guide__pack--wrap dl dd {
  padding: 10px 10px 60px 10px;
  text-align: left;
}
.guide__pack--wrap dl dd span {
  display: block;
  font-size: 13px;
}
.guide__pack--wrap dl dd a {
  background: url(../images/arw_wh.png) no-repeat right 15px center #b6404b;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.guide__pack--wrap dl dd a:hover {
  background: url(../images/arw_wh.png) no-repeat right 10px center #c8616b;
}
.guide__option {
  background: url(https://www.centrale.co.jp/cms/wp-content/themes/centrale/images/bg1.jpg) repeat-x center top;
  background-size: 100% auto;
  padding: 40px 0;
}
.guide__option h2 {
  background: url(https://www.centrale.co.jp/cms/wp-content/themes/centrale/images/h2_line.png) no-repeat center bottom;
  font-size: 25px;
  padding-bottom: 20px;
}
.guide__option .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .guide__option .container {
    width: 96%;
  }
}
.guide__option .container dl {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: rgba(68, 68, 68, 0.3) 1px 1px 3px 2px;
          box-shadow: rgba(68, 68, 68, 0.3) 1px 1px 3px 2px;
  margin: 0 0 40px 0;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .guide__option .container dl {
    width: 48%;
  }
}
.guide__option .container dl dt {
  text-align: center;
}
.guide__option .container dl dt span {
  color: #009de3;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
}
.guide__option .container dl dt em {
  color: #222;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.guide__option .container dl dd {
  font-size: 13px;
  padding: 0 10px 10px 10px;
  text-align: left;
}
.guide__option + .centrale {
  margin-top: -100px;
}
.guide__party {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: rgba(68, 68, 68, 0.3) 1px 1px 3px 2px;
          box-shadow: rgba(68, 68, 68, 0.3) 1px 1px 3px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.guide__party figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .guide__party figure {
    width: 100%;
  }
}
.guide__party--txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .guide__party--txt {
    padding: 20px;
    width: 100%;
  }
  .guide__party--txt br {
    display: none;
  }
}
.guide__party--txt h3 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  margin: 0;
}
.guide__party--txt h3 span {
  background: url(/cms/wp-content/uploads/2018/08/hs_h3.png) repeat-x center top;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 25px;
  display: block;
  margin: 0 auto 40px auto;
  padding: 20px 5px;
}
.guide__party--txt p {
  margin: 0;
  text-align: left;
}
.guide__contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto;
  padding: 40px;
  width: 100%;
}
.guide__contact h3 {
  background: url(../images/guide_line.png) no-repeat center bottom;
  font-size: 25px;
  padding-bottom: 20px;
}
.guide__contact ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.guide__contact ul li {
  list-style: none;
  margin: 10px;
}
.guide__contact ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
}
.guide__contact ul li i {
  font-size: 30px;
  margin-right: 10px;
}
.guide__contact ul li span {
  display: block;
  font-size: 13px;
  margin: 10px auto 0 auto;
}
.guide__contact ul li:first-of-type a {
  color: #222;
}
.guide__contact ul li:last-of-type a {
  background: #b6404b;
  color: #fff;
}
.guide__contact ul li:last-of-type a:hover {
  background: #a33943;
}

.pointcard {
  background: url(/cms/wp-content/uploads/2018/08/point_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pointcard {
    height: initial;
    padding-bottom: 40px;
  }
}
.pointcard .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pointcard figure {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 5%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .pointcard figure {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .pointcard figure img {
    height: initial;
  }
}
.pointcard__txt {
  margin-left: auto;
  max-width: 50%;
  padding: 20px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .pointcard__txt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2%;
  }
  .pointcard__txt br {
    display: none;
  }
}
.pointcard__txt h2 {
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 767px) {
  .pointcard__txt h2 {
    background: #271e1a;
    color: #fff;
    padding: 10px;
    text-align: center;
  }
}
.pointcard__txt p + p {
  margin-top: 10px;
}
.pointcard__notice {
  color: #b6404b;
  font-size: 17px;
  font-weight: bold;
}

.main.news ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main.news ul li {
  margin-top: 40px;
}

.title__inner--news h1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title__inner--news h1 span {
  font-size: 15px;
}
@-moz-document url-prefix() {
  .title__inner--news h1 {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .title__inner--news h1 {
    height: 240px;
    padding: 0;
  }
}

.post__inner {
  margin: 60px auto;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .post__inner {
    width: 96%;
  }
}
.post__inner h2 {
  background: url(../images/icn_slide_active.png) no-repeat center bottom;
  font-size: 25px;
  margin: 0 auto 40px auto;
  padding-bottom: 20px;
}
.post__inner p {
  margin: 0 auto 20px auto;
  text-align: left;
}

.ai1ec-time {
  text-align: left;
}

.em-item-actions {
  display: none;
}

.em-cal-event span {
  border: 1px solid white;
  border-radius: 5px;
  display: block;
  margin: -6px -9px -6px -9px;
  padding: 3px 9px 6px 9px;
}