#mv-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

#mv-gallery .mv-gallery-images {
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  width: 100%;
  margin: 0 auto;
}

#mv-gallery .mv-gallery-images ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

#mv-gallery .mv-gallery-images ul li img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  width: 100%;
  height: auto;
  margin: auto;
}

#mv-gallery .mv-gallery-pager {
  position: absolute;
  z-index: 2;
  bottom: 31px;
  width: 100%;
  height: 0;
}

#mv-gallery .mv-gallery-pager ol {
  font-size: 0;
  text-align: center;
}

#mv-gallery .mv-gallery-pager ol li {
  display: inline-block;
  margin: 0 8px;
}

#mv-gallery .mv-gallery-pager ol li a {
  display: inline-block;
  width: 11px;
  height: 11px;
  opacity: .5;
  border-radius: 100%;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

#mv-gallery .mv-gallery-pager ol li.selected a {
  opacity: 1;
  background-color: #292929;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}

#news .news-inner {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
}

#news .news-header {
  margin: 0 0 25px;
  text-align: center;
}

#news .news-header .subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0 0;
}

#news .news-list {
  font-size: 12px;
  margin: 0 0 17px;
  text-align: center;
}

#news .news-list ul {
  display: inline-block;
  text-align: left;
}

#news .news-list ul li {
  margin: 9px 0 0;
  *zoom: 1;
}

#news .news-list ul li:after {
  display: block;
  clear: both;
  content: '';
}

#news .news-list ul li:first-child {
  margin: 0;
}


/* ▼20180129 */

/*#news .news-list ul li dt {
	float: left;
	clear: left;
	font-size: 12px;
    font-weight: bold;
	width: 90px;
    color: #666;
}*/
#news .news-list ul li dl dt {
	float: left;
	clear: left;
	font-size: 12px;
    font-weight: bold;
	width: 90px;
    color: #666;
}

/*#news .news-list ul li dd {
	padding: 0 0 0 90px;
}*/

#news .news-list ul li dl dd {
	padding: 0 0 0 90px;
	display: block;
}

/* ▲20180129 */

#news .news-list ul li .date {
  font-size: 12px;
  font-weight: bold;
  display: block;
  float: left;
  width: 90px;
  color: #666;
}

#news .news-list ul li .title {
  display: block;
  overflow: hidden;
}

#news .archive {
  margin: 0;
  text-align: center;
}

#news .archive .btn {
  width: 270px;
}

#hotel {
  background-color: #eee;
}

#hotel .hotel-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 28px 15px 30px;
}

/*-------------------------------------------------*/
.pc-mapbox,
.pc-brandbox{display: none;}
.sp-mapbox,
.sp-brandbox{display: block;}

.refine-box {
	margin: 0 0 30px;
}

.refine-box > div {
	display: none;
	visibility: visible;
}

.refine-box .chubu p {
	text-align: center;
	font-size: 15px;
	color: #FFF;
	background: #aaa;
	padding: 10px 0;
}

.refine-btnbox ul {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	margin: 0 0 30px;
}

.refine-btnbox ul li {
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	width: 25%;
}

.refine-btnbox ul li.active{
	border-bottom: 6px solid #000;
}

.hotels-link {
	font-size: 0;
}

.hotels-link li {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

.hotels-link li a {
	display: block;
	position: relative;
}

.hotels-link li a img {
	width: 100%;
	height: auto;
}

.hotels-link li a span {
    position: absolute;
    bottom: 5px;
    display: block;
    text-align: center;
    font-size: 4vw;
    color: #FFF;
    width: 100%;
    line-height: 1.3;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
}

.search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
    position: inherit;
    width: 100%;
}

.search-btn.posinone {
    position: static;
    padding: 0;
}

.slide-hotellink {
	margin: 0 0 20px;
	    background: #aaa;
    padding: 0 0 20px;
	visibility: visible;
}

.slide-hotellink li a {
	display: block;
	position: relative;
}

.slide-hotellink li a span{
	position: absolute;
    bottom: 5px;
    display: block;
    text-align: center;
    font-size: 3.5vw;
    color: #FFF;
    width: 100%;
	 background: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
	line-height: 1.3;
}

.logo-tabbtn {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
	margin: 10px 0 30px 0;
}

.logo-tabbtn li {
	width: 30%;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	padding: 0 0 10px;
	border-bottom: 6px solid #eee;
}

.logo-tabbtn li.active{
	border-bottom: 6px solid #000;
}

.logo-tabbtn li.logo-mar img {
	width: 65%;
}

.logo-tabbtn li.logo-crt img {
	width: 100%;
}

.logo-tabbtn li.logo-laf img {
	width: 70%;
}

.bland-tabarea {
	margin: 0 0 30px;
}

.bland-tabarea > div {
	display: none;
}

.group-list {
    max-width: 980px;
    margin: 20px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    font-size: 14px;
	padding: 0 15px;
}

#content #mori-group .header {
    margin: 0 15px 25px;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 5px 0;
}

.group-list article {
    width: 100%;
}

.group-left > div:nth-of-type(2) > div {
	display: none;
}

.border-line {
	border-bottom: 1px solid #000;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.mini-tit {
    font-size: 14px;
    background: #aaa;
    padding: 8px;
    margin: 0 0 15px;
    color: #FFF;
    text-align: center;
}

.group-tit {
    font-size: 15px;
    text-align: left;
    margin: 0 0 20px;
}

.group-left .group-tit:first-child {
	position: relative;
	padding: 0 0 0 20px;
}

.group-left .group-tit:first-child:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	top: 4px;
	    border-left: 7px solid #000;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.group-left .group-tit.open:before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0;
	top: 5px;
	    border-top: 7px solid #000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

 .group-list dl{
    padding: 0 0 15px;
    border-bottom: 1px dotted #000;
    margin: 0 0 10px;
}

.group-list dl.last {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.group-list dt {
    float: none;
    margin: 0 0 10px;
}

.group-list dt.dinone {
	display: none;
}

.group-list dd {
    padding: 0 0 0 10px;
    margin: 0 0 20px;
}

.group-list dd:last-child {
	margin: 0;
}

.group-list dl.last dd {
    margin: 0 0 20px;
}

.info-area {
	border-bottom: 1px solid #000;
	padding: 0 0 20px;
}

.info-tit {
    font-size: 15px;
    margin: 0 0 15px;
	text-align: left;
}


/*---------------------------------------------------*/

#hotel .hotel-header {
  margin: 0 0 25px;
  text-align: center;
}

#hotel .hotel-header .hotel-heading {
  font-size: 17px;
  letter-spacing: 1px;
  color: #333;
}

#hotel .hotel-header .subtitle {
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 0;
  color: #333;
}

#hotel .explorer {
  font-size: 13px;
  font-size: 1.3rem;
  font-size: 11px;
}

#hotel .explorer ul {
  *zoom: 1;
}

#hotel .explorer ul:after {
  display: block;
  clear: both;
  content: '';
}

#hotel .explorer ul li {
  float: left;
  width: 33%;
  text-align: center;
}

#hotel .explorer ul li a {
  font-weight: bold;
}

#hotel .explorer .location a:before {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  content: '';
}

.dpr1 #hotel .explorer .location a:before {
  background-image: url('../img/sp/ico_explorer_location.png');
}

.dpr2 #hotel .explorer .location a:before {
  background-image: url('../img/sp/ico_explorer_location@2x.png');
  background-size: 55px;
}

#hotel .explorer .location a span {
  display: block;
}

#hotel .explorer .purpose a:before {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  content: '';
}

.dpr1 #hotel .explorer .purpose a:before {
  background-image: url('../img/sp/ico_explorer_purpose.png');
}

.dpr2 #hotel .explorer .purpose a:before {
  background-image: url('../img/sp/ico_explorer_purpose@2x.png');
  background-size: 55px;
}

#hotel .explorer .purpose a span {
  display: block;
}

#hotel .explorer .sightseeing a:before {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin: 0 auto 10px;
  content: '';
}

.dpr1 #hotel .explorer .sightseeing a:before {
  background-image: url('../img/sp/ico_explorer_sightseeing.png');
}

.dpr2 #hotel .explorer .sightseeing a:before {
  background-image: url('../img/sp/ico_explorer_sightseeing@2x.png');
  background-size: 55px;
}

#hotel .explorer .sightseeing a span {
  display: block;
}

#hotel .resort-szj {
	width: 70%;
	margin: 15px auto;
	text-align: center;
  border: 2px solid;
  padding: 10px;
  border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
}
#hotel .resort-szj a {
	font-weight: bold;}


.area-membership-plan {
    width: 100%;
    margin: 0 auto 40px;
    box-sizing: border-box;
}

#plan .plan-inner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 0;
}

#plan .plan-header {
  margin: 0 0 25px;
  text-align: center;
}

#plan .plan-header .plan-heading {
  font-size: 17px;
  letter-spacing: 1px;
  color: #333;
}

#plan .plan-inner dt p span {
    color: #FFF;
    padding: 6px 10px;
    background: #aaaaaa;
    font-size: 14px;
    display: inherit;
}

#plan .plan-header .subtitle {
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 0;
  color: #333;
}

.mod-4-grid .grid {
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    width: 48%;
    max-width: inherit;
    margin: 0 2% 2% 0;
    text-align: left;
    vertical-align: top;
    overflow: inherit;
}

.mod-4-grid .mod-plan-list-item .img {
    position: inherit;
    margin: 0 0 10px;
    float: none;
    width: 100%;
}

.mod-4-grid .mod-plan-list-item dl {
    padding: 0;
}

.mod-4-grid .mod-plan-list-item .titles {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0;
}

.mod-4-grid .mod-plan-list-item a .titles {
    border-bottom: none;
}

.mod-plan-list-item .img img {
    border-radius: 3px;
    width: 100%;
    height: auto;
}

#plan .archive {
  text-align: center;
}

#plan .archive .btn {
  width: 270px;
}

#recommend {
  background-color: #eee;
}

#recommend .recommend-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 28px 25px 20px;
}

#recommend .recommend-header {
  margin: 0 0 25px;
  text-align: center;
}

#recommend .recommend-header .recommend-heading {
  font-size: 17px;
  letter-spacing: 1px;
  color: #333;
}

#recommend .recommend-header .subtitle {
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 0;
  color: #333;
}

#recommend .recommend-info-block {
  background-color: #eee;
	width: 100%;
	padding: 0;
}

#recommend .recommend-info-block > div {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
}

#recommend .recommend-info-block:after {
  display: block;
  clear: both;
  content: '';
}

#recommend .recommend-info-block .primary {
    font-size: 12px;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    float: none;
    border-right: none;
}

#recommend .recommend-info-block .primary .badge {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}

#recommend .recommend-info-block .primary a {
  display: block;
  text-decoration: none;
}

#recommend .recommend-info-block .primary .img {
  margin: 0 0 14px;
	width: 100%
}

#recommend .recommend-info-block .primary .img img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

#recommend .recommend-info-block .primary .title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #333;
}

#recommend .recommend-info-block .primary .description {
  margin: 0 0 7px;
}


#recommend .recommend-info-block .info-list {
  font-size: 12px;
	overflow: inherit;
	padding: 0;
	width: 100%;
}

#recommend .recommend-info-block .info-list ul {
	font-size: 0;
}

#recommend .recommend-info-block .info-list ul li {
  position: relative;
	display: inline-block;
  margin: 0 2% 2% 0;
	width: 48%;
	vertical-align: top;
	box-sizing: border-box;
}

#recommend .recommend-info-block .info-list ul li:after {
  display: block;
  clear: both;
  content: '';
	display: none;
}

#recommend .recommend-info-block .info-list ul li a {
  display: block;
  text-decoration: none;
  color: #333;
}

#recommend .recommend-info-block .info-list ul li:first-child {
  margin: 0 2% 2% 0;
}

#recommend .recommend-info-block .info-list ul li:nth-of-type(even) {
	margin: 0 0 2% 0;
}

#recommend .recommend-info-block .info-list ul li .img {
    float: none;
    margin: 0;
}

#recommend .recommend-info-block .info-list ul li .img img {
	width: 100%;
	height: auto;
}


#recommend .recommend-info-block .info-list ul li .title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}

#recommend .recommend-info-block .info-list .archive {
  margin-top: 25px;
}

#recommend .archive {
  text-align: center;
}

#recommend .archive .btn {
  width: 270px;
}

#pickup .pickup-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 38px 15px;
}
#pickup .pickup-inner ul li {
    position: relative;
    margin: 0 2% 2% 0;
    display: inline-block;
    width: 48%;
	vertical-align: top;
}

.thumb_wrap4 .child {
    width: 48%;
    margin: 0 36px 60px 0;
    float: none;
    display: inline-block;
    font-size: 12px;
}

#pickup .pickup-inner ul li:nth-of-type(even) {
	margin: 0 2% 2% 0;
}


#others .others-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 30px;
}

.mod-3-grid {
    box-sizing: border-box;
    /* width: 980px; */
    width: 100%;
    max-width: 980px;
    padding: 0;
}

.mod-3-grid .grid {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: left;
    position: relative;
    padding: 22px 0 0 0;
}

#others .others-inner .mod-3-grid {
    box-sizing: border-box;
    width: 100%;
    max-width: 980px;
    padding: 0;
    font-size: 0;
}

#others .others-inner .mod-3-grid .grid {
    width: 48%;
    margin: 0 2% 30px 0 !important;
    text-align: left;
    display: inline-block;
    float: none;
    vertical-align: top;
    padding: 0;
}

#others .others-inner .mod-3-grid .grid:first-child {
    margin: 0 2% 30px 0;
}

.mod-plan-list-item .img {
    position: relative;
    margin: 0 15px 20px 0;
    width: 100%;
}

/*.mod-plan-list-item dl {
	padding: 0 0 0 120px;
}*/

.mod-plan-list-item .title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    text-align: left;
    width: 100%;
}

.mod-plan-list-item .detail {
	display: none;
}

/*.mod-plan-list-item a .title {
	border-bottom: 1px dotted #000;
}*/

#others ul {
  font-size: 12px;
}

#others ul li {
  position: relative;
  margin: 25px 0 0;
  *zoom: 1;
}

#others ul li:after {
  display: block;
  clear: both;
  content: '';
}

#others ul li a {
  display: block;
  text-decoration: none;
  color: #333;
}

#others ul li:first-child {
  margin: 0;
}

#others ul li .img {
  float: left;
  margin: 0 15px 0 0;
  padding: 5px 0 0;
}

#others ul li .img img {
  border-radius: 3px;
}

#others ul li .img figure {
  margin: 0;
}

#others ul li .img figure figcaption {
  font-size: 12px;
  font-weight: bold;
  margin: 6px 0 0;
}

#others ul li .text {
  overflow: hidden;
}

#laforet-club {
  background-color: #eee;
	margin: 0;
}

#laforet-club .laforet-club-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 26px 15px 5px;
}

/*-- 20190423 --*/
.service div dt {
    font-size: 17px;
    margin: 0 0 30px 0;
    font-weight: bold;
    text-align: center;
}

.service div dd {
    font-size: 14px;
    line-height: 1.5;
}

.service div dd:nth-of-type(1) {
    float: none;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}

.service a {
    border-bottom: 1px dashed #000;
    padding: 0 0 1px 0;
    font-size: 13px;
}
/*-- /20190423 --*/



#laforet-club .mod-3-grid {
	box-sizing: border-box;
	padding: 0;
	*zoom: 1;
}
#laforet-club .mod-3-grid img {
	border-radius: 3px;
	margin-bottom: 10px;
	width: 95%;
}
#laforet-club .mod-3-grid ul {
	width: 95%;
	padding: 0 5%;
}
#laforet-club .mod-3-grid li {
	vertical-align:middle;
	font-size: 1.2rem;
	margin: 25px 0;
}
#laforet-club .mod-3-grid a {
	text-decoration: none;
color: #333;
border-bottom: 1px dotted #333;}

#laforet-club .lead {
  font-size: 12px;
  margin: 0 0 15px;
}

#laforet-club .link-list {
  font-size: 12px;
}


.area-others .others-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 30px;
}



#content .header {
  margin: 0 0 25px;
  text-align: center;
}

#content .header .heading {
  font-size: 17px;
  letter-spacing: 1px;
  color: #333;
}

/*170802　NEWS　タグ色指定*/
.news-list ul li span.label {
  display: inline-block;
  padding: 2px 6px;
  color: #fff;
  border-radius: 2px;
  margin-left: 5px;
}

.news-list ul li span.label-gray {
  background-color: #a5a3a0;
}

.news-list ul li span.label-winered {
  background-color: #a52c35;
}

.news-list ul li span.label-gold {
  background-color: #be9f77;
}
