@charset "UTF-8";
/* CSS Document */
#mainArea {
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
  position: relative;
}

.slideBlock {
  background-size: cover;
  /*background-attachment:fixed;*/
  position: relative;
  width: 100%;
  height: auto;
  z-index: 12;
}

.formArea {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 13px 0;
  z-index: 60;
}

.formBlock {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.formBlock:after {
  content: '';
  display: block;
  clear: both;
}
.formBlock h2 {
  width: 122px;
  height: 38px;
  border: #FFF solid 1px;
  color: #FFF;
  text-align: center;
  padding: 22px 0 0 0;
  font-family: "hannari";
}

.innerForm {
  width: auto;
  height: auto;
  box-sizing: border-box;
}
.innerForm #search_01 {
  display: none;
}

.search-widget-search-container-bf1818 {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px 0px 0px;
}

.innerFormBtn {
  padding: 4px 0 0;
}
.innerFormBtn .searchBtn {
  float: right;
}
.innerFormBtn p {
  float: left;
  padding: 5px 0 0 3px;
  font-size: 92.4%;
}
.innerFormBtn p a {
  color: #FFF;
}

.search_table_489ban02 {
  margin: 2px 0 0;
}

.checkDateCell {
  width: 155px;
  display: block;
}

.checkDate {
  border: 0;
  padding: 4px;
  font-size: 1.1em;
  font-family: Arial, sans-serif;
  border: solid 1px #ccc;
  width: 150px;
  height: 27px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  background-color: #FFF;
  background-image: url(../images/icon_cal.png);
  background-repeat: no-repeat;
  background-position: 96% center;
}

.checkAccom {
  border: 0;
  padding: 2px 2px;
  font-family: Arial, sans-serif;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  height: 27px;
}

.ninzuCell {
  padding: 0 0 0 8px;
  color: #FFF;
}

.ninzu {
  border: 0;
  padding: 4px;
  font-size: 1.1em;
  font-family: Arial, sans-serif;
  border: solid 1px #ccc;
  width: 20px;
  height: 27px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}

.checkRoomCell {
  padding: 0 0 0 5px;
  color: #FFF;
}

.checkRoom {
  border: 0;
  padding: 2px 2px;
  font-size: 1.1em;
  font-family: Arial, sans-serif;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}

.checkRoomCell select {
  border: 0;
  padding: 2px 2px;
  font-family: Arial, sans-serif;
  border: solid 1px #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  height: 27px;
}

.searchBtn {
  color: #FFF;
  border: 0;
  padding: 5px 8px 5px 20px;
  margin: 0 0 0 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url(../images/icon_megane.png), #e45050;
  background: url(../images/icon_megane.png), -moz-linear-gradient(top, #e45050 0%, #d52020 36%, #ae1a1a 58%, #ad1b1b 100%);
  background: url(../images/icon_megane.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e45050), color-stop(36%, #d52020), color-stop(58%, #ae1a1a), color-stop(100%, #ad1b1b));
  background: url(../images/icon_megane.png), -webkit-linear-gradient(top, #e45050 0%, #d52020 36%, #ae1a1a 58%, #ad1b1b 100%);
  background: url(../images/icon_megane.png), -o-linear-gradient(top, #e45050 0%, #d52020 36%, #ae1a1a 58%, #ad1b1b 100%);
  background: url(../images/icon_megane.png), -ms-linear-gradient(top, #e45050 0%, #d52020 36%, #ae1a1a 58%, #ad1b1b 100%);
  background: url(../images/icon_megane.png), linear-gradient(to bottom, #e45050 0%, #d52020 36%, #ae1a1a 58%, #ad1b1b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e45050', endColorstr='#ad1b1b',GradientType=0 );
  background-repeat: no-repeat;
  background-position: 5% 45%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

.innerLink {
  width: 120px;
  height: auto;
  float: left;
  border-left: #CCC dotted 1px;
  margin: 0 0 0 12px;
  padding: 2px 0 6px 10px;
}
.innerLink li {
  padding: 4px 0 0;
  font-size: 77%;
}

.formContact {
  float: right;
}

.voiceArea {
  width: 100%;
  height: 500px;
  position: absolute;
  text-align: center;
  z-index: 50;
}
.voiceArea h2 {
  font-family: "hannari";
  font-size: 300%;
  line-height: 1.2em;
  padding: 0 0 0px;
  text-shadow: 2px 2px 2px #333;
  -moz-text-shadow: 2px 2px 2px #333;
  -webkit-text-shadow: 2px 2px 2px #333;
}
.voiceArea a:hover {
  text-decoration: none;
}
.voiceArea p {
  font-family: "hannari";
  font-size: 123%;
  line-height: 1.3em;
  text-shadow: 2px 2px 2px #333;
  -moz-text-shadow: 2px 2px 2px #333;
  -webkit-text-shadow: 2px 2px 2px #333;
}

.arrow_main {
  width: 54px;
  height: 54px;
  margin: 24px auto 0;
}

.vTtl {
  margin: 0 12px;
  padding: 12px 0 5px;
  border-bottom: #CCC dotted 1px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.vttlImg {
  width: 148px;
  height: auto;
}

.vttlTxt {
  width: 142px;
  height: auto;
  font-family: "hannari";
}
.vttlTxt h2 {
  font-size: 162%;
  line-height: 1.05em;
  padding: 5px 0 0;
  width: 127px;
}

.voiceBox {
  padding: 7px 12px 12px;
}
.voiceBox p {
  line-height: 1.5em;
}

.importBlock {
  max-width: 1030px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .importBlock {
    padding: 30px 10px;
  }
}
.importBlock .line_dotted {
  border-bottom: #CCC dotted 1px;
  padding: 0 0 15px;
  margin: 0 15px;
}
.importBlock h2 {
  text-align: center;
  font-size: 224%;
  font-family: "hannari";
  margin: -13px auto 13px;
  background: #000;
  width: 360px;
}

.planBox {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0 0;
}

.list_plans ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_plans ul li {
  width: 48%;
  padding: 20px 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .list_plans ul li {
    width: 100%;
    padding: 10px 0;
  }
}
.list_plans ul li a:hover {
  text-decoration: none;
}
.list_plans ul li h3 {
  font-size: 124%;
  color: #FFF;
  font-weight: bold;
  line-height: 1.4em;
  padding: 5px 10px;
  background: url(../../common/images/bg_murasaki.jpg);
}
.list_plans ul li .inner {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 0;
}
.list_plans ul li .inner .side_txt {
  padding: 0 0 0 16px;
  box-sizing: border-box;
  width: 50%;
}
.list_plans ul li .inner .side_txt p {
  line-height: 1.6em;
  font-size: 108%;
}
.list_plans ul li .inner .side_img {
  width: 50%;
}
.list_plans ul li .inner .side_img .box_img {
  width: 100%;
  position: relative;
  padding-top: 75%;
}
.list_plans ul li .inner .side_img .box_img .inner_inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.list_plans ul li .inner .side_img .box_img .inner_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.list_plans ul li .inner .side_img .box_img .arrow {
  position: absolute;
  bottom: 6px;
  right: -8px;
}
.list_plans ul li .inner .side_img .box_img .arrow img {
  width: 40px;
  height: auto;
}

.PlanView {
  width: 485px;
  height: 410px;
  margin: 15px;
  position: relative;
}

.picture {
  width: 200px;
  height: 152px;
  overflow: hidden;
  height: auto;
  border: #999 1px solid;
  padding: 4px 4px 4px 4px;
  position: absolute;
  top: 60px;
}
.picture img {
  width: 200px;
  height: auto;
  margin: 0px;
  padding: 0px;
}

.main_picture {
  margin: 0px;
  padding: 0px;
}

.explan {
  padding: 0;
}

.plan {
  font-size: 108%;
  color: #FFF;
  font-weight: bold;
  line-height: 1.4em;
  padding: 5px 10px;
  background: url(../../common/images/bg_murasaki.jpg);
  height: 40px;
  width: 465px;
  display: table-cell;
  vertical-align: middle;
}

.comment {
  padding: 10px 0 10px 220px;
  line-height: 1.4em;
}

.roomlist {
  padding: 10px;
  background: #dfd4d7;
  position: absolute;
  top: 233px;
  width: 465px;
  height: 160px;
  overflow: auto;
  color: #000;
}
.roomlist li {
  padding: 8px 0 0 15px;
  background: url(../../common/images/sankaku_or.png) no-repeat 5px 12px;
  line-height: 1.3em;
}
.roomlist li a {
  color: #1b1fed;
}

#imageArea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#imageArea div {
  height: 320px;
  width: 25%;
  background-size: cover;
  background-position: center center;
}

.st01 {
  background-image: url(../images/person_img01.jpg);
}

.st02 {
  background-image: url(../images/person_img02.jpg);
}

.st03 {
  background-image: url(../images/person_img03.jpg);
}

.st04 {
  background-image: url(../images/person_img04.jpg);
}

.st05 {
  background-image: url(../images/person_img05.jpg);
}

.st06 {
  background-image: url(../images/person_img06.jpg);
}

#infoArea {
  background-image: url(../images/bg_sns.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.shade_dotted {
  background-image: url(../../common/images/bg_px.png);
  padding: 50px 0;
}

.bnrBlock {
  width: 1030px;
  margin: 0 auto;
}
.bnrBlock ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.bnrBlock li {
  margin: 0 15px;
}

.infoBox {
  width: 1000px;
  margin: 0px auto 30px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.reserveBnr {
  width: 314px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
}
.reserveBnr h2 {
  font-family: "hannari";
  color: #000;
  margin: 20px 0 0 20px;
  padding: 0 0 0 20px;
  font-size: 139%;
  background-repeat: no-repeat;
  background-image: url(../../common/images/sankaku_m_y.png);
  height: 20px;
}
.reserveBnr ul {
  margin: 0 20px;
}

.reserveBtn_l li {
  margin: 10px 0 0;
  background: url(../../common/images/bg_murasaki.jpg);
  border-radius: 6px;
  font-family: "hannari";
  font-size: 139%;
  line-height: -2em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.reserveBtn_l li a {
  padding: 0 0 6px 30px;
  width: 244px;
  height: 62px;
  display: table-cell;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../../common/images/sankaku_m.png);
  background-position: 14px center;
}
.reserveBtn_l li a:hover {
  text-decoration: none;
}
.reserveBtn_l li:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

ul.infoBnr {
  border-top: #666 dotted 1px;
  margin: 10px 20px 20px 20px;
}
ul.infoBnr li {
  margin: 10px 0 0;
}

.snsBlock {
  width: 657px;
  height: auto;
  margin: 0 0 0 29px;
}
.snsBlock:after {
  content: '';
  display: block;
  clear: both;
}

.twitterBox {
  width: 314px;
  height: 360px;
  float: left;
}

.fbBox {
  width: 314px;
  height: 360px;
  float: right;
}

.instaBox {
  width: 657px;
  height: auto;
  padding: 10px 0 0 1px;
}
.instaBox h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 154%;
  padding: 0 0 8px;
}

#movieArea {
  width: 100%;
  height: auto;
  padding: 70px 0;
  background-color: #333333;
}

.movieBlock {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

#topicsArea {
  padding: 0px 0;
  width: 100%;
  height: auto;
}

.topicsTtl {
  width: auto;
  height: auto;
  margin: 0 auto 25px;
}
.topicsTtl .line_dotted {
  border-bottom: #CCC dotted 1px;
  padding: 0 0 15px;
}
.topicsTtl h2 {
  text-align: center;
  font-size: 224%;
  font-family: "hannari";
  margin: 0px auto 13px;
}

.topicsBlock {
  width: auto;
  height: auto;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topicsBox {
  width: 100%;
  margin: 8px 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
}

.topicsImg {
  margin: 14px;
  width: 180px;
  height: 100px;
  float: left;
}
.topicsImg p {
  width: 180px;
  height: 100px;
  overflow: hidden;
}
.topicsImg p img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.topicsBox dl {
  padding: 14px 14px 8px;
}
.topicsBox dt {
  font-size: 123%;
  line-height: 1.3em;
  border-bottom: #333 dotted 1px;
  padding: 0 0 3px;
}
.topicsBox dd {
  line-height: 1.4em;
  padding: 3px 0 0;
}

.topicsBtn {
  width: 208px;
  height: 26px;
  float: left;
}
.topicsBtn a {
  width: 208px;
  height: 26px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #9c7883;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.topicsBtn a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#gmapArea {
  width: 100%;
  height: 500px;
}

.gmapBlock {
  width: 100%;
  height: 500px;
}
.gmapBlock iframe {
  width: 100%;
  height: 500px;
}

#linkArea {
  background-color: #c6b6b9;
  padding: 34px 0 14px;
}

.linkBlock {
  width: 944px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.listBtn {
  width: 480px;
  margin: 30px auto 0;
  background: url(../../common/images/bg_murasaki.jpg);
  border-radius: 6px;
  font-family: "hannari";
  font-size: 182%;
  line-height: 1em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.listBtn a {
  padding: 14px 0 22px;
  display: block;
}
.listBtn a:hover {
  text-decoration: none;
}
.listBtn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.listBtn_tp {
  width: 480px;
  margin: 10px 0 0;
  background: url(../../common/images/bg_murasaki.jpg);
  border-radius: 6px;
  font-family: "hannari";
  font-size: 182%;
  line-height: 1em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.listBtn_tp a {
  padding: 14px 0 22px;
  display: block;
}
.listBtn_tp a:hover {
  text-decoration: none;
}
.listBtn_tp:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.snslink_box {
  padding: 0px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.snslink_box ul {
  width: 110px;
  padding: 15px 0 0;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.snslink_box li {
  width: 50px;
}
.snslink_box li img {
  width: 100%;
  height: auto;
}

.seasonInfo {
  position: absolute;
  z-index: 3000;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  z-index: 10;
}

.seasonInfoBlock {
  width: 1000px;
  height: auto;
  margin: 140px auto 0;
}
.seasonInfoBlock a {
  display: block;
  width: 360px;
}

.seasonInfoBox {
  width: 360px;
  height: auto;
  border-radius: 12px;
  background-color: rgba(253, 253, 253, 0.8);
  position: relative;
  padding: 10px 0 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.seasonInfoBox h2 {
  margin: 0px 10px;
  font: 116%;
  line-height: 1.2em;
  padding: 5px 10px 4px;
  background: url(../../common/images/bg_murasaki.jpg);
}

.seasonInfoColmn {
  padding: 6px 10px 10px 0;
  width: auto;
  height: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.siTxt {
  width: 210px;
  line-height: 1.3em;
  color: #000;
  font-size: 93%;
}

.siImg {
  margin: 0px 7px 0px 10px;
  width: 120px;
  height: 76px;
  overflow: hidden;
}
.siImg img {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.seasonInfoBlock a:hover {
  text-decoration: none;
}
.seasonInfoBlock a:hover .seasonInfoBox {
  background-color: rgba(241, 182, 183, 0.7);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollBtn {
  text-align: center;
  position: absolute;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120px;
  font-family: "hannari";
  z-index: 59;
}
.scrollBtn a {
  color: #FFF;
}
.scrollBtn a:hover {
  text-decoration: none;
}
.scrollBtn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scrollBtn a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

.scrollTxt {
  padding: 60px 0 0;
  font-size: 139%;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#conceptArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0px 0 0;
  position: relative;
  z-index: 200;
}
#conceptArea li {
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}

.cspa {
  background-image: url(../images/cimg01.jpg);
}
.cspa .conceptBox {
  background-color: #23325a;
  opacity: 0.702;
}

.croom {
  background-image: url(../images/cimg02.jpg);
}
.croom .conceptBox {
  background-color: #5a5323;
  opacity: 0.702;
}

.crelax {
  background-image: url(../images/cimg03.jpg);
}
.crelax .conceptBox {
  background-color: #643d13;
  opacity: 0.702;
}

.caccom {
  background-image: url(../images/cimg04.jpg);
}
.caccom .conceptBox {
  background-color: #641317;
  opacity: 0.702;
}

.conceptBox {
  background-repeat: no-repeat;
  background-image: url(../images/bg_cimg.png);
  width: 300px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 42;
}
.conceptBox h2 {
  font-family: "hannari";
  -ms-writing-mode: tb-rl;
  /* for MS IE8+ */
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 308%;
  height: 145px;
  width: 40px;
  line-height: 1em;
  display: block;
  padding: 15px 0 0;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 130px;
}
.conceptBox p {
  text-align: center;
  font-family: "hannari";
  font-size: 116%;
  line-height: 1.3em;
  letter-spacing: -0.05em;
  padding: 160px 0 0;
}

.clinkBtn {
  text-align: center;
  padding: 20px 0 0;
}
.clinkBtn a {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.clinkBtn a:hover {
  background-color: black;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.choitsume {
  letter-spacing: -0.06em;
}

.choichi {
  font-size: 80%;
  letter-spacing: -0.1em;
}

.clinkBtnw {
  width: 100%;
  text-align: center;
  padding: 20px 0 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.cside {
  padding: 0 5px;
}
.cside a {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 6px 4px;
  width: 110px;
  height: auto;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cside a:hover {
  background-color: black;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tabiiro {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30px;
}

.bn_wt_block {
  position: absolute;
  width: 1000px;
  height: auto;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 58;
  display: flex;
  justify-content: flex-end;
}
.bn_wt_block .box_caution {
  max-width: 380px;
  width: 100%;
  position: relative;
}
.bn_wt_block .box_caution a {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  background-color: rgba(134, 97, 111, 0.9);
  text-align: center;
}
.bn_wt_block .box_caution a:hover {
  background-color: #86616f;
}
.bn_wt_block .box_caution a .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.bn_wt_block .box_caution a .inner h3 {
  font-size: 18px;
  line-height: 1.4em;
  padding: 0 0 0px;
}

.bn_w_block {
  position: absolute;
  width: 1000px;
  height: auto;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 58;
}
.bn_w_block ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.bn_w_block ul li.replace {
  max-width: 380px;
  width: 100%;
  position: relative;
}
.bn_w_block ul li.replace a {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  background-color: rgba(134, 97, 111, 0.9);
}
.bn_w_block ul li.replace a:hover {
  background-color: #86616f;
}
.bn_w_block ul li.replace a .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bn_w_block ul li.replace a .inner h3 {
  font-size: 18px;
  line-height: 1.4em;
  padding: 0 0 0px;
}
.bn_w_block ul li.replace a .inner p {
  font-size: 40px;
  line-height: 1em;
  padding: 0 10px 0 0;
  color: #FFF;
}
.bn_w_block ul li.replace a .inner p i {
  border: #FFF solid 1px;
  padding: 8px;
  border-radius: 10px;
}

/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {
  #linkArea, .topicsTtl .line_dotted, #imageArea, .formArea, .seasonInfo, #conceptArea, .scrollBtn {
    display: none;
  }

  .slideBlock {
    background-size: auto 480px;
    min-width: 100%;
  }

  #gmapArea {
    width: 100%;
    height: 360px;
  }

  .gmapBlock {
    margin: 10px;
    width: auto;
    height: 350px;
  }
  .gmapBlock iframe {
    height: 350px;
  }

  .snsBlock {
    width: auto;
    padding: 0 0px;
    margin: 0 0 0 0;
  }

  #topicsArea {
    width: auto;
    padding: 30px 0 0 0px;
  }

  .topicsTtl {
    width: 100%;
  }
  .topicsTtl h2 {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .topicsBlock {
    width: 100%;
    margin: 0 0 0 0;
  }

  .topicsBox {
    width: auto;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
  }
  .topicsBox:after {
    content: '';
    display: block;
    clear: both;
  }

  .topicsImg {
    width: 130px;
    height: 80px;
    margin: 10px;
  }
  .topicsImg p {
    width: 130px;
    height: 80px;
    overflow: hidden;
  }

  .topicsBox dl {
    padding: 10px 10px 5px;
  }
  .topicsBox dt {
    font-size: 123%;
    line-height: 1.3em;
    border-bottom: #333 dotted 1px;
    padding: 0 0 3px;
  }
  .topicsBox dd {
    line-height: 1.4em;
    padding: 3px 0 0;
  }

  .topicsBtn {
    width: 120px;
    margin: 0 10px 10px;
    float: right;
  }
  .topicsBtn a {
    width: 120px;
  }

  #movieArea {
    padding: 10px 0;
  }

  .movieBlock {
    width: 300px;
    height: auto;
  }
  .movieBlock iframe {
    width: 100%;
    height: auto;
  }

  .shade_dotted {
    padding: 10px 10px;
  }

  .bnrBlock {
    width: 100%;
  }
  .bnrBlock ul {
    display: block;
  }
  .bnrBlock li {
    margin: 0 0 5px;
  }
  .bnrBlock li img {
    width: 100%;
    height: auto;
  }

  .infoBox {
    width: 100%;
    margin: 0px auto 10px;
    display: block;
  }

  .reserveBnr {
    padding: 10px;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .reserveBnr h2 {
    font-family: "hannari";
    color: #000;
    margin: 0px 0 0 0px;
    padding: 0 0 0 20px;
    font-size: 139%;
    background-repeat: no-repeat;
    background-image: url(../../common/images/sankaku_m_y.png);
    height: 20px;
  }
  .reserveBnr ul {
    margin: 0 10px 10px;
  }

  .reserveBtn_l li {
    margin: 10px 0 0;
  }
  .reserveBtn_l li a {
    padding: 0 0 6px 30px;
    width: 100%;
    height: 62px;
    display: table-cell;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../../common/images/sankaku_m.png);
    background-position: 14px center;
  }
  .reserveBtn_l li a:hover {
    text-decoration: none;
  }
  .reserveBtn_l li:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  ul.infoBnr {
    border-top: #666 dotted 1px;
    margin: 10px 20px 20px 20px;
  }
  ul.infoBnr li {
    margin: 10px 0 0;
  }
  ul.infoBnr li img {
    width: 100%;
    height: auto;
  }

  .voiceArea {
    display: none;
  }

  .voiceBlock {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .voiceBlock ul {
    display: block;
    padding: 0 10px;
  }
  .voiceBlock li {
    width: 100%;
    margin: 5px 0 0;
  }
  .voiceBlock a {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    border-radius: 6px;
    margin: 0 0px;
  }
  .voiceBlock a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .vTtl {
    margin: 0 8px;
    padding: 8px 0 9px;
    border-bottom: none;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .vttlImg {
    width: 50%;
  }
  .vttlImg img {
    width: 100%;
    height: auto;
  }

  .vttlTxt {
    width: 50%;
  }
  .vttlTxt h2 {
    width: auto;
  }

  .voiceBox {
    display: none;
  }

  .listBtn {
    width: 80%;
  }

  .tabiiro {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0px 0 10px;
  }
  .tabiiro img {
    width: 100%;
    height: auto;
  }

  .bn_wt_block {
    position: relative;
    width: 100%;
    height: auto;
    bottom: auto;
    padding: 0 10px;
    box-sizing: border-box;
    left: auto;
    transform: translateX(0%);
    z-index: 58;
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 60px;
    left: auto;
    transform: translateX(0%);
    z-index: 58;
    display: flex;
    justify-content: flex-end;
  }
  .bn_wt_block a img {
    width: 100%;
    height: auto;
  }
  .bn_wt_block .box_caution {
    width: 100%;
    height: 110px;
  }
  .bn_wt_block .box_caution a {
    position: relative;
    display: block;
    width: 100%;
    height: 110px;
    background-color: rgba(134, 97, 111, 0.8);
    text-align: center;
  }
  .bn_wt_block .box_caution a .inner {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .bn_wt_block .box_caution a .inner h3 {
    font-size: 17px;
  }
  .bn_wt_block .box_caution a .inner p {
    text-align: left;
  }
  .bn_wt_block .box_caution a .inner p.onegai {
    text-align: center;
  }

  .bn_w_block {
    width: 100%;
    height: auto;
    bottom: 10px;
    left: auto;
    transform: translateX(0%);
    z-index: 58;
  }
  .bn_w_block ul {
    display: block;
    padding: 5px;
    box-sizing: border-box;
  }
  .bn_w_block ul li {
    padding: 5px;
    box-sizing: border-box;
  }
  .bn_w_block ul li img {
    width: 100%;
    height: auto;
  }
}
