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

/*#mv-gallery .mv-gallery-images {
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  width: 100%;
  min-width: 1400px;
  margin: 0 auto;
}*/
#mv-gallery .mv-gallery-images {
  position: relative;
  width: 100%;
  min-width: 1400px;
  margin: 0 auto;
}

/*#mv-gallery .mv-gallery-images ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 590px;
}*/
#mv-gallery .mv-gallery-images ul li {
	float: left;
}

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

#mv-gallery .mv-gallery-controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1200px;
  margin: -19px auto 0;
}

#mv-gallery .mv-gallery-controls .prev {
  position: absolute;
  top: 50%;
  left: 32px;
}

#mv-gallery .mv-gallery-controls .prev a {
  display: block;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  padding: 13px 1px 0 0;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
}

#mv-gallery .mv-gallery-controls .next {
  position: absolute;
  top: 50%;
  right: 32px;
}

#mv-gallery .mv-gallery-controls .next a {
  display: block;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  padding: 13px 0 0 1px;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
}

#mv-gallery .mv-gallery-pager {
  position: absolute;
  z-index: 2;
  bottom: 65px;
  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 {
  /*width: 980px;*/
	max-width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}

/*<!--#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: 14px;
  font-size: 1.4rem;
  margin: 0 0 35px;
  text-align: center;
}

#news .news-list ul {
  display: inline-block;
  text-align: left;
	margin: 0 0 35px; /* 20190419 */
}

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

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

#news .news-list ul li dl {
  display: table;
}

#news .news-list ul li dl dt {
  font-weight: bold;
  display: table-cell;
  width: 105px;
  letter-spacing: 1px;
  color: #666;
}

#news .news-list ul li dl dd {
  display: table-cell;
}

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

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

#more_btn,
#close_btn{
	margin: 0 auto;
	    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 12px 35px;
    transition: opacity .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    color: #333;
    border: 1px solid #666;
    border-radius: 4px;
    background-color: #fff;
	width: 250px;
	cursor: pointer;
}

#more_btn:hover,
#close_btn:hover{
    text-decoration: none;
    opacity: .65;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
}

#more_btn:after {
	position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: auto;
    content: '';
	background-image: url(../img/sprites/1x-s98e1058949.png);
    background-position: 0px -14px;
}

#close_btn:after {
	position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    display: inline-block;
    width: 15px;
    height: 17px;
    margin: auto;
    content: '';
    background-image: url(../img/sprites/1x-s98e1058949.png);
    background-position: -34px -120px;
}




#hotel {
  background-color: #eee;
	margin: 0 0 40px;
}

#hotel .hotel-inner {
  position: relative;
  /*width: 980px;*/
	max-width: 980px;
  /*min-height: 650px;*/
  margin: 0 auto;
  /*padding: 54px 0 60px;*/
	padding: 54px 0 10px;
}

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

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

.search-tab {
	border-bottom: 1px solid #000;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	max-width: 900px;
	margin: 0 auto;
}

.search-tab li {
	width: 49%;
	cursor: pointer;
	background: #aaa;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
	font-size: 14px;
	transition: background .25s ease-out;
}

.search-tab li.on-tab,
.search-tab li:hover{
	background: #333;
}

.tab-area > div {
	display: none;
}

.pc-mapbox {
	position: relative;
	padding: 15px 0 0 0;
	/*text-align: center;*/
}

.pc-mapbox .mapimg {
	width: 85%;
	height: auto;
}

.hotel-link li {
	/*position: absolute;*/
	text-align: left;
}

.hotel-link li span {
	padding: 0 0 0 15px;
	display: block;
}


.hotel-link a {
	font-size: 14px;
	font-weight: bold;
    transition: color .25s ease-out;
    text-decoration: none;
    color: #777;
}

.hotel-link a:hover {
	color: #333;
}

.hotel-link p {
	/*position: relative;*/
	position: absolute;
	cursor: pointer;
}

/*.hotel-link li:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	background-image: url(../img/sprites/1x-s98e1058949.png);
    background-position: 0 -87px;
}*/

.hotel-link li:before {
    content: "●";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

.hotel-link li:hover:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	    background-image: url(../img/sprites/1x-s98e1058949.png);
    background-position: 0 -119px;
	z-index: 1;
}

.hotel-link li.cyh:before {
    left: 46.8%;
    top: 45%;
}

.hotel-link li.ymh:before {
    left: 49.1%;
    top: 49.7%;
}

.hotel-link li.bmh:before {
    left: 41.1%;
    top: 51.9%;
}

.hotel-link li.smh:before {
    left: 38.5%;
    top: 58.2%;
}

.hotel-link li.zao:before {
    top: 37.5%;
    right: 41.2%;
}

.hotel-link li.nas:before {
    top: 42.9%;
    right: 42.5%;
}

.hotel-link li.kmh:before {
    top: 45.8%;
    right: 47.7%;
}

.hotel-link li.gor:before {
    top: 51.2%;
    right: 46%;
}

.hotel-link li.ito:before {
    top: 53%;
    right: 45.9%;
}

.hotel-link li.szj:before {
    top: 52.6%;
    right: 46.8%;
}

.hotel-link li.cyh p {
	top: 23.5%;
    left: 15%;
}

.hotel-link li.ymh p {
    top: 31.5%;
    left: 13.9%;
}

.hotel-link li.bmh p {
   top: 40.5%;
    left: 13.3%;
}

.hotel-link li.smh p {
     top: 48.8%;
    left: 13.7%;
}

.hotel-link li.zao p {
       top: 30.4%;
    right: 16.1%;
}

.hotel-link li.nas p {
    top: 39%;
    right: 15.3%;
}

.hotel-link li.kmh p {
    top: 47%;
    right: 20%;
}

.hotel-link li.gor p {
    top: 54.5%;
    right: 13%;
}

.hotel-link li.ito p {
    top: 63.7%;
    right: 13%;
}

.hotel-link li.szj p {
    top: 72.8%;
    right: 21%;

}

.pc-brandbox dl {
	max-width: 685px;
	margin: 0 auto;
	padding: 60px 0 0;
}

.pc-brandbox dt {
	float: left;
	clear: both;
	width: 160px;
	text-align: center;
}

.pc-brandbox dt.mari img {
	width: 54%;
}
.pc-brandbox dt.cort img {
	width: 100%;
}
.pc-brandbox dt.lafo img {
	width: 66%;
}

.pc-brandbox dd {
	padding: 0 0 0 200px;
	margin: 0 0 50px;
}

.pc-brandbox dt.cort + dd {
	margin: 0 0 60px;
}

.pc-brandbox dd li {
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 0 20px;
	line-height: 1;
}

.pc-brandbox dd li:before {
	content: "●";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.pc-brandbox dd a{
	font-size: 14px;
	font-weight: bold;
    transition: color .25s ease-out;
    text-decoration: none;
    color: #777;
}

.pc-brandbox dd a:hover {
	color: #333;
}

/*.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;
}*/
.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: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 7%;
}

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

.search-btn li {
	width: 47%;
}

.search-btn li .btn-primary {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 12px 5px;
    transition: opacity .25s ease-in-out;
    text-align: center;
    text-decoration: none;
    opacity: 1;
    color: #333;
    border: 1px solid #666;
    border-radius: 4px;
    background-color: #fff;
}

.search-btn li .btn-primary:hover {
    border-bottom: solid 1px #666 !important;
    text-decoration: none;
    opacity: .65;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
}

#mori-group .header {
	margin: 0 0 40px;
}

.group-list {
	max-width: 980px;
	margin: 20px auto 40px;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
	font-size: 14px;
}

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

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

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

.group-list dt {
	float: left;
	clear: both;
}

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

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

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

.info-area p {
	margin: 0 0 20px;
}

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

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

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

#hotel .map {
  position: absolute;
  z-index: 0;
  top: 80px;
  left: 230px;
}

#hotel .map .points ul li a {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: '';
}

.dpr1 #hotel .map .points ul li a {
  background-image: url('../img/sprites/1x-s98e1058949.png');
  background-position: 0 -87px;
}

.dpr2 #hotel .map .points ul li a {
  background-image: url('../img/sprites/2x-s560cf0fb57.png');
  background-position: 0 -87px;
  background-size: 80px;
}

#hotel .map .points ul li a:hover {
  z-index: 2;
  width: 32px;
  height: 32px;
}

.dpr1 #hotel .map .points ul li a:hover {
  background-image: url('../img/sprites/1x-s98e1058949.png');
  background-position: 0 -119px;
}

.dpr2 #hotel .map .points ul li a:hover {
  background-image: url('../img/sprites/2x-s560cf0fb57.png');
  background-position: 0 -119px;
  background-size: 80px;
}

#hotel .map .points ul li.active a {
  z-index: 2;
  width: 32px;
  height: 32px;
}

.dpr1 #hotel .map .points ul li.active a {
  background-image: url('../img/sprites/1x-s98e1058949.png');
  background-position: 0 -119px;
}

.dpr2 #hotel .map .points ul li.active a {
  background-image: url('../img/sprites/2x-s560cf0fb57.png');
  background-position: 0 -119px;
  background-size: 80px;
}

#hotel .map .points ul li.gor a {
  top: 405px;
  left: 303px;
}

#hotel .map .points ul li.ito a {
  top: 415px;
  left: 305px;
}

#hotel .map .points ul li.szj a {
  top: 412px;
  left: 295px;
}

#hotel .map .points ul li.zao a {
  top: 280px;
  left: 350px;
}

#hotel .map .points ul li.nas a {
  top: 330px;
  left: 335px;
}

#hotel .map .points ul li.kmh a {
  top: 355px;
  left: 290px;
}

#hotel .map .points ul li.ymh a {
  top: 395px;
  left: 296px;
}

#hotel .map .points ul li.cyh a {
  top: 345px;
  left: 265px;
}

#hotel .map .points ul li.bmh a {
  top: 405px;
  left: 215px;
}

#hotel .map .points ul li.smh a {
  top: 455px;
  left: 190px;
}



#hotel .hotelsAndResorts-list {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 150px;
  left: 0;
  width: 480px;
  *zoom: 1;
}
#hotel .hotelsAndResorts-list h3, #hotel .trustgroup-list h3 {
	border-bottom: 1px solid;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
#hotel .hotelsAndResorts-list:after {
  display: block;
  clear: both;
  content: '';
}

#hotel .hotelsAndResorts-list .left {
  float: left;
  width: 20em;
}

#hotel .hotelsAndResorts-list .right {
  float: right;
  width: 19em;
}

#hotel .hotelsAndResorts-list ul li {
  margin: 0 0 10px;
}

#hotel .hotelsAndResorts-list ul li.active a {
  color: #333;
}

#hotel .hotelsAndResorts-list ul li.active a:before {
  width: 16px;
  height: 16px;
}

.dpr1 #hotel .hotelsAndResorts-list ul li.active a:before {
  background-image: url('../img/sprites/1x-s98e1058949.png');
  background-position: -13px -50px;
}

.dpr2 #hotel .hotelsAndResorts-list ul li.active a:before {
  background-image: url('../img/sprites/2x-s560cf0fb57.png');
  background-position: -13px -50px;
  background-size: 80px;
}


#hotel .hotelsAndResorts-list ul li a {
  font-weight: bold;
  transition: color .25s ease-out;
  text-decoration: none;
  color: #777;
}

#hotel .hotelsAndResorts-list ul li a:hover {
  color: #333;
}

#hotel .hotelsAndResorts-list ul li a:hover:before {
  width: 16px;
  height: 16px;
}

.dpr1 #hotel .hotelsAndResorts-list ul li a:hover:before {
  background-image: url('../img/sprites/1x-s98e1058949.png');
  background-position: -13px -50px;
}

.dpr2 #hotel .hotelsAndResorts-list ul li a:hover:before {
  background-image: url('../img/sprites/2x-s560cf0fb57.png');
  background-position: -13px -50px;
  background-size: 80px;
}

#hotel .hotelsAndResorts-list ul li a:before {
  position: relative;
  top: -.15em;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  content: '';
  vertical-align: middle;
}

.dpr1 #hotel .hotelsAndResorts-list ul li a:before {
  background-image: url('../img/sprites/1x-s98e1058949.png');
  background-position: -64px -87px;
}

.dpr2 #hotel .hotelsAndResorts-list ul li a:before {
  background-image: url('../img/sprites/2x-s560cf0fb57.png');
  background-position: -64px -87px;
  background-size: 80px;
}

/*森トラストグループ運営施設*/
#hotel .trustgroup-list {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 320px;
  *zoom: 1;
}

#hotel .trustgroup-list:after {
  display: block;
  clear: both;
  content: '';
}

#hotel .trustgroup-list ul li {
  margin: 0 0 10px;
}

#hotel .trustgroup-list ul li.active a {
  color: #333;
}

#hotel .trustgroup-list ul li.active a:before {
  width: 16px;
  height: 16px;
}

.dpr1 #hotel .trustgroup-list ul li.active a:before {
  background-image: url('../img/ico_chevron_circle_wht_off.png');
}

.dpr2 #hotel .trustgroup-list ul li.active a:before {
  background-image: url('../img/ico_chevron_circle_wht_off.png');
}

#hotel .trustgroup-list ul li a,
 #hotel .resort-szj a {
  font-weight: bold;
  transition: color .25s ease-out;
  text-decoration: none;
  color: #777;
}

#hotel .trustgroup-list ul li a:hover,
 #hotel .resort-szj a:hover {
  color: #333;
}

#hotel .trustgroup-list ul li a:hover:before {
  width: 17px;
  height: 17px;
}

.dpr1 #hotel .trustgroup-list ul li a:hover:before {
  background-image: url('../img/ico_chevron_circle_wht_on.png');
 background-repeat: no-repeat;
}

.dpr2 #hotel .trustgroup-list ul li a:hover:before {
  background-image: url('../img/ico_chevron_circle_wht_on.png');
  background-size: 16px;
  background-repeat: no-repeat;
}

#hotel .trustgroup-list ul li a:before {
  position: relative;
  top: -.15em;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 6px 0 0;
  content: '';
  vertical-align: middle;
}

.dpr1 #hotel .trustgroup-list ul li a:before {
  background-image: url('../img/ico_chevron_circle_wht_off.png');
}

.dpr2 #hotel .trustgroup-list ul li a:before {
  background-image: url('../img/ico_chevron_circle_wht_off.png');
  background-size: 16px;
}



#hotel .explorer {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  top: 470px;
  left: 0;
}

#hotel .explorer ul li {
  margin: 0 0 20px;
}
#hotel .explorer ul li img {
	margin-right: 0.5em;
	vertical-align: middle;
}
	
#hotel .explorer .location a:before {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
  content: '';
}

.dpr1 #hotel .explorer .location a:before {
  background-image: url('../img/sprites/1x-s98e1058949.png');
  background-position: 0 -267px;
}

.dpr2 #hotel .explorer .location a:before {
  background-image: url('../img/sprites/2x-s560cf0fb57.png');
  background-position: 0 -267px;
  background-size: 80px;
}

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

.dpr1 #hotel .explorer .purpose a:before {
  background-image: url('../img/sprites/1x-s98e1058949.png');
  background-position: 0 -151px;
}

.dpr2 #hotel .explorer .purpose a:before {
  background-image: url('../img/sprites/2x-s560cf0fb57.png');
  background-position: 0 -151px;
  background-size: 80px;
}

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

.dpr1 #hotel .explorer .sightseeing a:before {
  background-image: url('../img/sprites/1x-s98e1058949.png');
  background-position: 0 -209px;
}

.dpr2 #hotel .explorer .sightseeing a:before {
  background-image: url('../img/sprites/2x-s560cf0fb57.png');
  background-position: 0 -209px;
  background-size: 80px;
}


/*ラフォーレリゾート修善寺*/
#hotel .resort-szj {
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  bottom: 40px;
  left: 0;
  font-weight: bold;
  border: 1px solid;
  padding: 10px 20px;
  border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
}

.area-membership-plan {
    max-width: 980px;
	width: 100%;
    margin: 0 auto 80px;
}

#plan .plan-inner {
  position: relative;
  width: 100%;
  /*min-height: 495px;*/
  margin: 0 auto;
  padding: 80px 0 0;
}

.mod-4-grid {
    font-size: 0;
    width: 100%;
}

.mod-4-grid .grid {
    font-size: 12px;
    font-size: 1.2rem;
    display: inline-block;
    width: 22%;
    margin: 0 0 30px 4%;
    text-align: left;
    vertical-align: top;
}

#plan .grid img {
	width: 100%;
	height: auto;
}

#plan .plan-inner dt p {
	margin: 0 0 10px;
	line-height: 1;
}

/*#plan .plan-inner dt span {
	display: block;
	margin: 0 0 5px;
}

#plan .plan-inner dt span em {
	color: #FFF;
    padding: 6px 20px;
    background: #aaaaaa;
    font-size: 14px;
}*/

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

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

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

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

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

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

#recommend .recommend-inner {
  position: relative;
  max-width: 980px;
  min-height: 495px;
  margin: 0 auto;
  padding: 0 0 40px;
}

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

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

#recommend .recommend-info-block {
  position: relative;
  z-index: 1;
  /*padding: 18px 0;*/
  padding: 26px 0;
  border-radius: 2px;
  background-color: #eee;
	font-size: 0;
  *zoom: 1;
}

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

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

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

#recommend .recommend-info-block .primary {
  font-size: 12px;
  font-size: 1.2rem;
  width: 62%;
  padding: 0 46.6px 0 30px;
  border-right: 1px solid #d2d2d2;
}

#recommend .recommend-info-block .primary a {
  display: block;
  transition: opacity .25s ease-in-out;
  text-decoration: none;
  opacity: 1;
  color: #333;
}

#recommend .recommend-info-block .primary a:hover {
  opacity: .65;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
}

#recommend .recommend-info-block .primary .img {
  margin: 0 0 16px;
}

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

#recommend .recommend-info-block .primary .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px;
}


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

#recommend .recommend-info-block .info-list {
  overflow: hidden;
  padding: 0 57.14px;
	width: 38%;
}

#recommend .recommend-info-block .info-list ul li {
  margin: 0 auto 25px;
	width: 86%;
}

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

#recommend .recommend-info-block .info-list ul li a {
  display: block;
  transition: opacity .25s ease-in-out;
  text-decoration: none;
  opacity: 1;
  color: #333;
}

#recommend .recommend-info-block .info-list ul li a:hover {
  opacity: .65;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
}


#recommend .recommend-info-block .info-list ul li .img {
  margin: 0;
	text-align: center;
}

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

#recommend .recommend-info-block .info-list ul li .text {
  overflow: hidden;
}

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

#recommend .recommend-info-block .info-list ul li .detail {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 185px;
}

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

#recommend .archive {
  text-align: center;
	margin: 20px 0 0 0;
}

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

#pickup .pickup-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 0;
}

.thumb_wrap4 .child {
    width: 22%;
    margin: 0 4% 4% 0;
    float: left;
    display: inline;
    font-size: 12px;
}

.thumb_wrap4 .child:nth-child(4n) {
    margin: 0 0 4% 0;
}

/*#pickup .pickup-header {
  margin: 0 0 25px;
  text-align: center;
}

#pickup .pickup-header .subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0 0;
}
*/
#others .others-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}

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

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

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

#others .others-inner .mod-3-grid .grid:last-child {
	margin: 0 0 30px !important;
}

#others .others-inner .mod-plan-list-item .img img {
	width: 100%;
	height: auto;
}

/*#others .others-header {
  margin: 0 0 25px;
  text-align: center;
}

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

#laforet-club {
  margin: 0 0 80px;
}

#laforet-club .laforet-club-inner {
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 35px 40px;
  background-color: #eee;
  *zoom: 1;
}

#laforet-club .laforet-club-inner:after {
  display: block;
  clear: both;
  content: '';
}

/*-- 20190423 --*/
.service {
    margin: 0 0 50px 0;
}

.service div dl {
    overflow: hidden;
}

.service div dt {
    font-size: 18px;
    margin: 0 0 30px 0;
    font-weight: bold;
}

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

.service div ul {
    font-size: 0;
}

.service div ul li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.service div ul li:nth-of-type(1) {
    margin: 0 1% 0 0;
}

.service div dd ul li:nth-of-type(2) {
    margin: 0 0 0 1%;
}

.service div ul li img {
    width: 100%;
    height: auto;
}

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

.service a {
    border-bottom: 1px dotted #000;
    padding: 0 0 1px 0;
	    transition: opacity .25s ease-in-out;
	    opacity: 1;
}

.service a:hover {
    border-bottom: none;
    padding: 0 0 1px 0;
	text-decoration: none;
	    opacity: .65;
}

/*-- /20190423 --*/

#laforet-club .left {
  float: left;
  width: 420px;
}

#laforet-club .right {
  float: right;
  width: 420px;
}

#laforet-club .laforet-club-heading {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 15px;
}

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

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

#laforet-club .row {
  margin: 40px 0 0;
  *zoom: 1;
}

#laforet-club .row:after {
  display: block;
  clear: both;
  content: '';
}

#laforet-club .row:first-child {
  margin: 0;
}

#laforet-club .media-image {
  *zoom: 1;
}

#laforet-club .media-image:after {
  display: block;
  clear: both;
  content: '';
}

#laforet-club .media-image .media {
  float: left;
  width: 140px;
  margin: 0 15px 15px 0;
  text-align: center;
}

#laforet-club .media-image .text dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 6px;
}

#laforet-club .media-image .text dl dd {
  font-size: 12px;
  font-size: 1.2rem;
}

#laforet-club .media-image .text dl dd p {
  margin: 0 0 12px;
}

#laforet-club .service .link-list {
  clear: both;
}

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

#laforet-club .link-list li {
  margin: 5px 0 0;
}

#laforet-club .link-list li:first-child {
  margin: 0;
}

#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;
}
#laforet-club .mod-3-grid ul {
	display:table;
	table-layout:fixed;
	width: 95%;
}
#laforet-club .mod-3-grid li {
	display:table-cell;
	vertical-align:middle;
	font-size: 1.2rem;
	margin: 0 20px;
}
#laforet-club .mod-3-grid a {
	text-decoration: none;
color: #333;
border-bottom: 1px dotted #333;}

.header {
  margin: 0 0 25px;
  text-align: center;
}
.header .heading {
  font-size: 20px;
  font-size: 2.3rem;
}
.header p {
	font-weight: bold;
	margin: 10px 0;
	font-size: 12px;
	font-size: 1.2rem;
}


/*==================
20170711追加_キービジュアル表示調整
==================*/

@media screen and (max-width:1400px) {
	
	#mv-gallery .mv-gallery-images {
  position: relative;
  width: 100%;
  min-width: 100%;/* 20170711 */
  margin: 0 auto;
}

#mv-gallery .mv-gallery-images ul li img {
  width: 100%;
  min-width: 100%;/* 20170711 */
  height: auto;
  margin: auto;
}

#mv-gallery .mv-gallery-controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;/* 20170711 */
  margin: -19px auto 0;
}
	
}

@media screen and (max-width:1000px) {
	
	.group-list {
    max-width: 980px;
    margin: 20px auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 15px;
}
	
	#plan .plan-inner {
    position: relative;
    width: 100%;
    /* min-height: 495px; */
    margin: 0 auto;
    padding: 80px 15px 0 15px;
    box-sizing: border-box;
}
	
	#pickup .pickup-inner {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 15px 0;
    box-sizing: border-box;
}
	
}


@media screen and (max-width:990px) {
	
	.hotel-link a {
		font-size: 1.5vw
	}
	
	.hotel-link li.cyh p {
	top: 23.5%;
    left: 13%;
}
	
	.hotel-link li.ymh p {
	top: 32.5%;
    left: 12.5%;
}
	
	.hotel-link li.bmh p {
	top: 40.5%;
    left: 12.2%;
}

	
	.hotel-link li.smh p {
	 top: 48.8%;
    left: 12.5%;
}
	
	.hotel-link li.zao p {
	top: 30.2%;
    right: 14.8%;
}
	
	.hotel-link li.nas p{
    top: 39%;
    right: 13.8%;
}
	
	.hotel-link li.kmh p {
    top: 47.3%;
    right: 19%;
}
	
	.hotel-link li.gor p {
    top: 54.5%;
    right: 11.5%;
}
	
	.hotel-link li.ito p{
    top: 63%;
    right: 11.6%;
}
	
	.hotel-link li.szj p{
    top: 72.5%;
    right: 18.9%;
}
	
	/* map dot */
	/*.hotel-link li.cyh:before {
    left: 46.7%;
    top: 45%;
}

.hotel-link li.ymh:before {
    left: 49%;
    top: 49.5%;
}

.hotel-link li.bmh:before {
    left: 41.5%;
    top: 52.2%;
}

.hotel-link li.smh:before {
    left: 38.5%;
    top: 58%;
}

.hotel-link li.zao:before {
    top: 37.5%;
    right: 41.5%;
}

.hotel-link li.nas:before {
    top: 42.8%;
    right: 42.5%;
}

.hotel-link li.kmh:before {
    top: 45.6%;
    right: 48.1%;
}

.hotel-link li.gor:before {
    top: 50.8%;
    right: 46.3%;
}

.hotel-link li.ito:before {
    top: 53%;
    right: 45.6%;
}

.hotel-link li.szj:before {
    top: 53%;
    right: 46.6%;
}*/


}

@media screen and (max-width:920px) {
	
	.search-tab {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 15px;
}
	
}

@media screen and (max-width:870px) {
	.hotel-link li.kmh:before {
    top: 45.6%;
    right: 47.5%;
}
	
	.hotel-link li.ito:before {
    top: 53%;
    right: 45.1%;
}
	
	.hotel-link li.szj:before {
    top: 53%;
    right: 46.4%;
}
}
