@charset "utf-8";

/*----------------------------------------
	header
----------------------------------------*/
#header {
  position: relative;
  padding: 10px 0;
  height: 67px;
  width: 100%;
  z-index: 23;
  background-color: transparent;
  box-shadow: none;
}
.logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 120px;
}
.logo .bk {
  display: none;
}

.logo .wh {
  display: block;
}

.openbtn span {
  background: #fff;
}

#header.fixed + #wrap {
  padding-top: 67px;
}

#header.fixed .lang_list span.lang {
  background: url(/img/common/icon_language.svg) no-repeat 7px 9px/1em;
}

.lang_list span.lang {
  background: url(/img/common/icon_language_wh.svg) no-repeat 7px 9px/1em;
}

#header.fixed .lang_list span.lang_now {
  color: #333333;
}

.lang_list span.lang_now {
  color: #ffffff;
}

.lang_list span.lang_now {
  border: none;
}

.lang_header .lang_accordion_content a {
  color: #fff;
  border-bottom: #ffffffaa solid 1px;
  border-top: #ffffffaa solid 1px;
  padding: 3px 0;
  background-color: unset;
}

#header.fixed .lang_header .lang_accordion_content a {
  color: #000;
  border-bottom: #00000080 solid 1px;
  border-top: #00000080 solid 1px;
  padding: 3px 0;
  background-color: #fffa;
}
/*.fixed 時*/
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
  z-index: 10;
  background-color: #fff;
  box-shadow: rgb(149 157 165 / 10%) 0px 3px 9px;
}

#header.fixed .openbtn span:nth-of-type(1) {
  background: #333;
}

#header.fixed .openbtn span:nth-of-type(2) {
  background: #333;
}

#header.fixed .openbtn span:nth-of-type(3) {
  background: #333;
}

#header.fixed .logo {
  width: 120px;
  top: 6px;
}

#header.fixed .logo .wh {
  display: none;
}

#header.fixed .logo .bk {
  display: block;
}

#header.fixed nav {
  top: 67px;
  color: #333;
}

#header.fixed nav ul li a::after {
  background: #787258;
}
/*----------------------------------------
	main
----------------------------------------*/
#wrap {
  margin-top: -67px;
  padding-top: 0;
}

#mainvisual {
  position: relative;
}

#mainvisual .main_txt {
  position: absolute;
  top: 56%;
  z-index: 5;
  text-align: center;
  width: 100%;
  margin-top: -80px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

#mainvisual .main_txt p:first-child {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 3.5px;
  line-height: 1;
  padding: 0 0 10px;
}

#mainvisual .main_txt p:last-child {
  color: #fff;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}

h1 {
  padding: 0 0 70px;
}

.w h1 {
  background-color: transparent;
  color: #333;
}

.list {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 90px 0 80px;
}

.list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  background: #787258;
  transform-origin: top right;
  transform: skewY(10deg) translateY(0px);
}

#facilist.list::after {
  height: 500px;
}

.w .copy {
  text-align: center;
  padding: 0 0 50px;
  color: #333;
  width: 88%;
  margin: 0 auto;
}

.copy {
  color: #fff;
  text-align: center;
}

.exlink,
.link {
  width: 50%;
  margin: 0 auto;
  border: #ccc solid 1px;
}

.exlink a,
.link a {
  display: block;
  line-height: 40px;
  text-align: center;
}

.exlink a::after {
  content: "";
  display: inline-block;
  /*忘れずに！*/
  width: 13px;
  height: 13px;
  background: url(/img/common/img_externalLink.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  margin: -4px 0 0 0.5em;
}

#facilist.list .copy {
  color: #fff;
  padding: 0 0 50px 0;
  width: 88%;
  margin: 0 auto;
}

#facilist.list ul {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 20px auto;
}

#facilist.list ul li {
  width: 48%;
  margin: 1%;
  position: relative;
}

#facilist.list ul li a {
  display: block;
}

#facilist.list ul li img {
  vertical-align: top;
}

#facilist.list ul li p {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #fff;
  height: 1.7em;
  background-color: #00000096;
  width: 100%;
  padding: 0 0.5em;
}

#facilist #pagelink {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 86%;
  /* margin: 0 auto 50px; */
}

#facilist #pagelink li {
  width: 44%;
  text-align: center;
  margin: 0 3%;
  padding: 15px 0;
  border-bottom: #787258 solid 1px;
}

#members h1 {
  width: 96%;
  margin: 0 auto;
}

#members .txtlink {
  padding: 0 0 40px 0;
  width: 94%;
  margin: 0 auto;
}

#members .copy {
  padding: 0 0 30px 0;
  width: 88%;
  margin: 0 auto;
}

#members .link {
  color: #333;
}

#members.list::after {
  height: 450px;
  transform-origin: top left;
  transform: skewY(-10deg) translateY(0px);
}

#news .news_list {
  max-width: 768px;
  width: 85%;
  margin: 0 auto;
}

#recruit.list::after {
  height: 530px;
  transform-origin: top right;
  transform: skewY(10deg) translateY(0px);
  background-color: #787258;
}

#recruit {
  padding-bottom: 20rem;
}

#recruit .copy {
  color: #fff;
  padding: 0 0 30px 0;
  width: 84%;
  margin: 0 auto;
}

#recruit .link {
  color: #fff;
}

#recruit .link a::after {
  content: "";
  display: inline-block;
  /*忘れずに！*/
  width: 13px;
  height: 13px;
  background: url(../img/250605/img_externalLink.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  margin: -4px 0 0 0.5em;
}

#brand {
  padding: 30px 0 60px;
}

#brand ul li img:hover {
  opacity: 0.5;
}

#brand .logo {
  position: static;
  width: 170px;
  margin: 0 auto;
  padding-bottom: 30px;
}

#brand .brandmap {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

#brand .grade {
  border-radius: 13px;
  background-color: #999;
  color: #fff;
  width: 8em;
  text-align: center;
  letter-spacing: 2px;
  height: 1.6em;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -5.2em;
  margin-top: -0.8em;
  z-index: 1;
}

#brand .brandmap div {
  display: flex;
}

#brand .brandmap dl {
  background-color: #f3f3f1;
  width: 50%;
  padding-bottom: 10px;
}

#brand .brandmap .left {
  border-radius: 10px 0px 0px 10px;
  margin-right: 2%;
}

#brand .brandmap .right {
  border-radius: 0px 10px 10px 0px;
}

#brand .brandmap dl dt {
  text-align: center;
  padding: 15px 0;
}

#brand .brandmap dl ul {
  border-top: #ccc solid 1px;
  width: 86%;
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  height: 35vw;
  justify-content: center;
}

#brand .brandmap dl.right ul:first-child {
  gap: 0px 5px;
  text-align: center;
}

#brand .brandmap dl.right ul li {
  flex-basis: 43%;
}

#brand .brandmap dl ul li.maldives {
  margin: 5px 12px 0 0;
  flex-basis: 30%;
}

#brand .brandmap dl ul li.suirei {
  flex-basis: 35%;
}

#brand .brandmap dl ul li.konosumika {
  flex-basis: 37%;
  margin: 5px 5px 0;
}

#brand .brandmap dl ul li.seiryukan {
  flex-basis: 41%;
  margin: 10px 0 0px 0;
}

#brand .brandmap dl ul li.nekomarikyu {
  flex-basis: 28%;
  margin: 0;
}

#brand .brandmap dl ul li.legrand {
  flex-basis: 33%;
  margin: 12%;
}

#brand .brandmap dl.right ul:nth-child(2) {
  gap: 10px 5%;
  padding: 13% 0;
}

#brand .brandmap dl.right ul:nth-child(2) li {
  flex-basis: 29%;
  margin-top: 10px;
  text-align: center;
}

#brand .brandmap dl.right ul li.yukaen {
  flex-basis: 23%;
  margin-top: 0;
}

#brand .brandmap dl.right ul li.toya {
  flex-basis: 32%;
}

#brand .brandmap dl.right ul li.urabandai {
  margin: 3px 3px 0 4px;
  flex-basis: 34%;
}

#brand .brandmap dl.right ul li.hamahigashima {
  margin-top: 0;
  flex-basis: 27%;
}

#brand .brandmap dl ul li.hotelsbygranbell {
  flex-basis: 55%;
  margin: 12% 0px;
}

#brand .brandmap dl ul li.waikiki {
  flex-basis: 45%;
  margin: 5px 15px 5px;
}

#brand .brandmap dl ul li.kyotohanareya {
  flex-basis: 29%;
  margin: 0px 15px;
}

#brand .brandmap dl ul li.nasu {
  flex-basis: 43%;
  margin: 12px 0px;
}

#brand .brandmap dl ul li.granbellhotels {
  flex-basis: 50%;
  margin: 3% 0px;
  text-align: center;
}

#brand .brandmap dl ul li.holichotels img {
  width: 50%;
}

#brand .brandmap dl ul li.holichotels {
  flex-basis: 45%;
  margin: 3% 0px;
  text-align: center;
}

#brand .brandmap dl ul li span {
  border-radius: 5px;
  border: #999 solid 0.5px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 0.5em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hover-effect:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  /*----------------------------------------
	header
----------------------------------------*/
  #header nav {
    color: #fff;
  }

  .logo {
    left: 20px;
    width: 120px;
    top: 8px;
    z-index: 10;
  }
  #header nav .langlink .lang_list span.lang_now {
    color: #fff;
  }

  #header nav .langlink .lang_list span.lang {
    background: url(/img/common/icon_language_wh.svg) no-repeat 3px 0px / 1em;
    padding: 0 0 0.5em 0.5em;
    border: none;
  }

  /*----------------------------------------
	main
----------------------------------------*/
  #mainvisual .main_txt {
    margin-top: -45px;
  }

  #mainvisual .main_txt img {
    width: 45%;
  }

  .slick-slider .prev-arrow {
    position: absolute;
    top: 48%;
    left: 10px;
    height: 71px;
    width: 37px;
    opacity: 0.5;
    z-index: 999;
  }

  .slick-slider .next-arrow {
    position: absolute;
    top: 48%;
    right: 10px;
    height: 71px;
    width: 37px;
    opacity: 0.5;
  }

  .prev-arrow:hover,
  .prev-arrow:focus,
  .next-arrow:hover,
  .next-arrow:focus {
    opacity: 1;
    outline: none;
    color: #fff;
    cursor: pointer;
  }

  .exlink,
  .link {
    width: 35%;
  }

  #members.list::after {
    height: 535px;
  }

  #members.link {
    color: #333;
  }

  #news .news_list {
    width: 70%;
  }

  #facilist.list ul {
    flex-wrap: nowrap;
    margin: 0 auto 50px;
  }

  #facilist.list ul li {
    margin: 0 3px;
  }

  #facilist #pagelink {
    flex-wrap: nowrap;
  }

  #facilist #pagelink li {
    margin: 0 1%;
  }
  #facilist .map {
    width: 100%;
    margin: 230px auto 70px;
    padding: 0;
    position: relative;
  }
  #mainvisual .main_txt img {
    width: 63%;
  }
  #facilist .map .img_map {
    width: 75%;
    padding: 0;
    margin: auto;
  }
  #facilist .map .img_map img {
    width: 100%;
  }
  #facilist .map .hotel_name {
    position: absolute;
    font-size: clamp(1.1rem, 0.9vw, 1.6rem);
    width: fit-content;
  }
  #facilist .map .hotel_name .pref {
    font-size: 1.4rem;
  }
  #facilist .map .hotel_name ul {
    width: 100%;
    display: block;
    margin: 0;
  }
  #facilist .map .note {
    position: absolute;
    top: -3%;
    right: 8%;
  }
  #facilist .map .pref {
    font-weight: bold;
  }
  #facilist .map ul li {
    margin: 0;
    width: 100%;
  }
  #facilist .map .box01,
  #facilist .map .box02,
  #facilist .map .box03,
  #facilist .map .box04,
  #facilist .map .box05 {
    text-align: right;
  }

  #facilist .map .box01 {
    top: 3%;
    right: 51%;
    translate: 0 -100%;
  }
  #facilist .map .box02 {
    top: 5.5%;
    right: 61%;
  }
  #facilist .map .box03 {
    right: 73.5%;
    top: 17.5%;
  }
  #facilist .map .box04 {
    top: 25%;
    right: 71%;
  }
  #facilist .map .box05 {
    top: 37.5%;
    right: 73%;
  }
  #facilist .map .box06 {
    bottom: 44.5%;
    left: 73%;
  }
  #facilist .map .box07 {
    bottom: 16%;
    left: 73%;
  }
  #facilist .map .box08 {
    bottom: 22%;
    left: 54.5%;
  }
  #facilist .map .box09 {
    bottom: 16%;
    left: 43%;
  }
  #facilist .map .box10 {
    top: 88%;
    left: 46%;
  }
  #news .news_list {
    display: grid;
    flex-direction: column;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 10px;
    max-width: 1100px;
    width: 94%;
    margin: 0 auto;
  }

  #news .news_list .news_date {
    padding-right: 10px;
  }

  #brand {
    padding-top: 10px;
  }

  #brand .grade {
    margin-right: -6.4em;
  }

  #brand .brandmap dl ul {
    height: 18vw;
  }

  #brand .brandmap dl.right ul:first-child {
    gap: 0 17px;
    padding: 18px 0;
  }

  #brand .brandmap dl.right ul li.maldives {
    flex-basis: 26%;
    margin-top: 8px;
  }

  #brand .brandmap dl.right ul li.suirei {
    flex-basis: 30%;
  }

  #brand .brandmap dl.right ul li.konosumika {
    flex-basis: 30%;
  }

  #brand .brandmap dl.right ul li.seiryukan {
    flex-basis: 30%;
  }

  #brand .brandmap dl.right ul li.nekomarikyu {
    flex-basis: 19%;
  }

  #brand .brandmap dl ul li.legrand {
    flex-basis: 20%;
    margin: 6%;
  }

  #brand .brandmap dl.right ul:nth-child(2) {
    gap: 5px 15px;
    padding: 14px 0;
  }

  #brand .brandmap dl.right ul li.toya {
    margin-top: 15px;
  }

  #brand .brandmap dl.right ul li.urabandai {
    flex-basis: 34%;
  }

  #brand .brandmap dl.right ul li.hamahigashima {
    flex-basis: 26%;
    margin: 6px 0px 0px 0px;
  }

  #brand .brandmap dl ul li.hotelsbygranbell {
    flex-basis: 29%;
    margin: 8% 0px;
  }

  #brand .brandmap dl ul li.waikiki {
    flex-basis: 26%;
    margin: 23px 0px 5px 15px;
  }

  #brand .brandmap dl ul li.kyotohanareya {
    flex-basis: 20%;
    margin: 6px 15px;
  }

  #brand .brandmap dl ul li.nasu {
    flex-basis: 39%;
    margin: 19px 0px;
  }

  #brand .brandmap dl ul li.granbellhotels {
    flex-basis: 28%;
    margin: 0% 0px;
    text-align: center;
  }

  #brand .brandmap dl ul li.holichotels img {
    width: 50%;
  }

  #brand .brandmap dl ul li.holichotels {
    flex-basis: 25%;
    margin: 0% 17px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  #header.fixed .lang_header {
    right: 208px;
    top: 28px;
  }

  #mainvisual .main_txt {
    margin-top: -65px;
  }

  #mainvisual .main_txt p:first-child {
    font-size: 5rem;
    letter-spacing: 3.5px;
    padding: 0 0 10px;
  }

  #mainvisual .main_txt p:last-child {
    letter-spacing: 2px;
    font-size: 1.9rem;
  }

  /*----------------------------------------
	map
----------------------------------------*/
  #facilist .map .box10 {
    font-size: clamp(1.1rem, 0.9vw, 1.6rem);
  }
  #members.list::after {
    height: 625px;
  }

  #recruit {
    padding-bottom: 26rem;
  }

  #recruit.list::after {
    height: 590px;
  }

  #brand {
    padding-top: 0;
  }

  #brand .grade {
    margin-right: -7.2em;
  }

  #brand .brandmap dl ul {
    height: 12vw;
  }

  #brand .brandmap dl.right ul:first-child {
    gap: 0 16px;
    padding: 13px 0;
  }

  #brand .brandmap dl.right ul li.maldives {
    flex-basis: 20%;
    margin: 4px 0 0 0;
  }

  #brand .brandmap dl.right ul li.suirei {
    flex-basis: 24%;
  }

  #brand .brandmap dl.right ul li.konosumika {
    flex-basis: 22%;
  }

  #brand .brandmap dl.right ul li.seiryukan {
    flex-basis: 23%;
    margin: 10px 0 0;
  }

  #brand .brandmap dl.right ul li.nekomarikyu {
    flex-basis: 21%;
    margin-top: 3px;
  }

  #brand .brandmap dl ul li.legrand {
    flex-basis: 20%;
    margin: 2%;
  }

  #brand .brandmap dl.right ul:nth-child(2) {
    gap: 5px 20px;
    padding: 13px 0;
  }

  #brand .brandmap dl.right ul:nth-child(2) li {
    flex-basis: 24%;
  }

  #brand .brandmap dl.right ul li.yukaen {
    flex-basis: 17%;
    margin: 0 8px 10px;
  }

  #brand .brandmap dl.right ul li.akan {
    flex-basis: 24%;
  }

  #brand .brandmap dl.right ul li.urabandai {
    flex-basis: 26%;
  }

  #brand .brandmap dl.right ul li.jyozankei {
    flex-basis: 21%;
    margin: 10px 0px 0px 0px;
  }

  #brand .brandmap dl.right ul li.jyozankei img {
    width: 100%;
  }

  #brand .brandmap dl.right ul li.hamahigashima {
    flex-basis: 22%;
    margin: 10px 0 0;
  }

  #brand .brandmap dl ul li.hotelsbygranbell {
    flex-basis: 29%;
    margin: 4% 0px;
  }

  #brand .brandmap dl ul li.waikiki {
    flex-basis: 25%;
    margin: 8% 0px 5px 40px;
  }

  #brand .brandmap dl ul li.kyotohanareya {
    flex-basis: 15%;
    margin: 3% 14px;
  }

  #brand .brandmap dl ul li.nasu {
    flex-basis: 32%;
    margin: 7% 10px;
  }

  #brand .brandmap dl ul li.granbellhotels {
    flex-basis: 21%;
    margin: 0% 0px;
    text-align: center;
  }

  #brand .brandmap dl ul li.holichotels img {
    width: 50%;
  }

  #brand .brandmap dl ul li.holichotels {
    flex-basis: 18%;
    margin: 0% 20px;
    text-align: center;
  }
}

@media screen and (min-width: 1100px) {
  #members .txtlink {
    width: 1100px;
  }
}

@media screen and (min-width: 1280px) {
  /*.lang 言語切替導線*/
  #header .lang_header {
    right: 353px;
    top: 27px;
  }

  #header.fixed .lang_header {
    right: 353px;
    top: 27px;
  }
  .logo {
    left: 70px;
    width: 185px;
    top: 17px;
    z-index: 10;
  }
  /*----------------------------------------
	main
----------------------------------------*/
  #mainvisual .main_txt p:first-child {
    font-size: 7rem;
    letter-spacing: 3.5px;
    padding: 0 0 10px;
  }

  #mainvisual .main_txt p:last-child {
    letter-spacing: 2px;
    font-size: 2.5rem;
  }

  #mainvisual .main_txt {
    margin-top: -90px;
  }

  #mainvisual .main_txt img {
    width: auto;
  }

  #facilist.list::after {
    height: 650px;
  }

  #facilist.list .copy {
    padding: 0 0 70px 0;
  }

  #facilist.list ul {
    width: 80%;
    margin: 0 auto 70px;
  }

  #facilist #pagelink {
    flex-wrap: nowrap;
    /* margin: 0 auto 225px; */
    width: 65%;
  }

  /*----------------------------------------
	map
----------------------------------------*/
  #members.list::after {
    height: 740px;
  }
  #facilist .map {
    width: 65%;
    max-width: 1380px;
  }
  .exlink,
  .link {
    width: 280px;
  }

  #recruit h1 {
    padding: 0 0 70px;
  }

  #brand .brandmap {
    width: 80%;
  }

  #brand .brandmap dl ul {
    height: 10vw;
  }

  #brand .brandmap dl ul li.legrand {
    flex-basis: 18%;
    margin: 2%;
  }

  #brand .brandmap dl ul li.hotelsbygranbell {
    flex-basis: 29%;
    margin: 4% 0px;
  }
}

@media screen and (min-width: 1366px) {
  /*----------------------------------------
	map
----------------------------------------*/
  .exlink,
  .link {
    width: 280px;
  }

  #recruit h1 {
    padding: 0 0 70px;
  }

  #recruit.list::after {
    height: 600px;
    min-height: 60rem;
  }

  #brand .brandmap {
    width: 1100px;
  }

  #brand .brandmap dl ul {
    height: 140px;
  }
  #facilist .map {
    margin: 240px auto 80px;
  }
  #facilist .map .hotel_name .pref {
    font-size: 1.6rem;
  }
}
@charset "utf-8";

/*----------------------------------------
	header
----------------------------------------*/
#header {
  position: relative;
  padding: 10px 0;
  height: 67px;
  width: 100%;
  z-index: 23;
  background-color: transparent;
  box-shadow: none;
}
.logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 120px;
}
.logo .bk {
  display: none;
}

.logo .wh {
  display: block;
}

.openbtn span {
  background: #fff;
}

#header.fixed + #wrap {
  padding-top: 67px;
}

#header.fixed .lang_list span.lang {
  background: url(/img/common/icon_language.svg) no-repeat 7px 9px/1em;
}

.lang_list span.lang {
  background: url(/img/common/icon_language_wh.svg) no-repeat 7px 9px/1em;
}

#header.fixed .lang_list span.lang_now {
  color: #333333;
}

.lang_list span.lang_now {
  color: #ffffff;
}

.lang_list span.lang_now {
  border: none;
}

.lang_header .lang_accordion_content a {
  color: #fff;
  border-bottom: #ffffffaa solid 1px;
  border-top: #ffffffaa solid 1px;
  padding: 3px 0;
  background-color: unset;
}

#header.fixed .lang_header .lang_accordion_content a {
  color: #000;
  border-bottom: #00000080 solid 1px;
  border-top: #00000080 solid 1px;
  padding: 3px 0;
  background-color: #fffa;
}
/*.fixed 時*/
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
  z-index: 10;
  background-color: #fff;
  box-shadow: rgb(149 157 165 / 10%) 0px 3px 9px;
}

#header.fixed .openbtn span:nth-of-type(1) {
  background: #333;
}

#header.fixed .openbtn span:nth-of-type(2) {
  background: #333;
}

#header.fixed .openbtn span:nth-of-type(3) {
  background: #333;
}

#header.fixed .logo {
  width: 120px;
  top: 6px;
}

#header.fixed .logo .wh {
  display: none;
}

#header.fixed .logo .bk {
  display: block;
}

#header.fixed nav {
  top: 67px;
  color: #333;
}

#header.fixed nav ul li a::after {
  background: #787258;
}
/*----------------------------------------
	main
----------------------------------------*/
#wrap {
  margin-top: -67px;
  padding-top: 0;
}

#mainvisual {
  position: relative;
}

#mainvisual .main_txt {
  position: absolute;
  top: 56%;
  z-index: 5;
  text-align: center;
  width: 100%;
  margin-top: -80px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

#mainvisual .main_txt p:first-child {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 3.5px;
  line-height: 1;
  padding: 0 0 10px;
}

#mainvisual .main_txt p:last-child {
  color: #fff;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}

h1 {
  padding: 0 0 70px;
}

.w h1 {
  background-color: transparent;
  color: #333;
}

.list {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 90px 0 80px;
}

.list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  background: #787258;
  transform-origin: top right;
  transform: skewY(10deg) translateY(0px);
}

#facilist.list::after {
  height: 500px;
}

.w .copy {
  text-align: center;
  padding: 0 0 50px;
  color: #333;
  width: 88%;
  margin: 0 auto;
}

.copy {
  color: #fff;
  text-align: center;
}

.exlink,
.link {
  width: 50%;
  margin: 0 auto;
  border: #ccc solid 1px;
}

.exlink a,
.link a {
  display: block;
  line-height: 40px;
  text-align: center;
}

.exlink a::after {
  content: "";
  display: inline-block;
  /*忘れずに！*/
  width: 13px;
  height: 13px;
  background: url(/img/common/img_externalLink.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  margin: -4px 0 0 0.5em;
}

#facilist.list .copy {
  color: #fff;
  padding: 0 0 50px 0;
  width: 88%;
  margin: 0 auto;
}

#facilist.list ul {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 20px auto;
}

#facilist.list ul li {
  width: 48%;
  margin: 1%;
  position: relative;
}

#facilist.list ul li a {
  display: block;
}

#facilist.list ul li img {
  vertical-align: top;
}

#facilist.list ul li p {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #fff;
  height: 1.7em;
  background-color: #00000096;
  width: 100%;
  padding: 0 0.5em;
}

#facilist #pagelink {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 86%;
  /* margin: 0 auto 50px; */
}

#facilist #pagelink li {
  width: 44%;
  text-align: center;
  margin: 0 3%;
  padding: 15px 0;
  border-bottom: #787258 solid 1px;
}

#members h1 {
  width: 96%;
  margin: 0 auto;
}

#members .txtlink {
  padding: 0 0 40px 0;
  width: 94%;
  margin: 0 auto;
}

#members .copy {
  padding: 0 0 30px 0;
  width: 88%;
  margin: 0 auto;
}

#members .link {
  color: #333;
}

#members.list::after {
  height: 450px;
  transform-origin: top left;
  transform: skewY(-10deg) translateY(0px);
}

#news .news_list {
  max-width: 768px;
  width: 85%;
  margin: 0 auto;
}

#recruit.list::after {
  height: 530px;
  transform-origin: top right;
  transform: skewY(10deg) translateY(0px);
  background-color: #787258;
}

#recruit {
  padding-bottom: 20rem;
}

#recruit .copy {
  color: #fff;
  padding: 0 0 30px 0;
  width: 84%;
  margin: 0 auto;
}

#recruit .link {
  color: #fff;
}

#recruit .link a::after {
  content: "";
  display: inline-block;
  /*忘れずに！*/
  width: 13px;
  height: 13px;
  background: url(../img/250605/img_externalLink.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  margin: -4px 0 0 0.5em;
}

#brand {
  padding: 30px 0 60px;
}

#brand ul li img:hover {
  opacity: 0.5;
}

#brand .logo {
  position: static;
  width: 170px;
  margin: 0 auto;
  padding-bottom: 30px;
}

#brand .brandmap {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

#brand .grade {
  border-radius: 13px;
  background-color: #999;
  color: #fff;
  width: 8em;
  text-align: center;
  letter-spacing: 2px;
  height: 1.6em;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -5.2em;
  margin-top: -0.8em;
  z-index: 1;
}

#brand .brandmap div {
  display: flex;
}

#brand .brandmap dl {
  background-color: #f3f3f1;
  width: 50%;
  padding-bottom: 10px;
}

#brand .brandmap .left {
  border-radius: 10px 0px 0px 10px;
  margin-right: 2%;
}

#brand .brandmap .right {
  border-radius: 0px 10px 10px 0px;
}

#brand .brandmap dl dt {
  text-align: center;
  padding: 15px 0;
}

#brand .brandmap dl ul {
  border-top: #ccc solid 1px;
  width: 86%;
  margin: 0 auto;
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  height: 35vw;
  justify-content: center;
}

#brand .brandmap dl.right ul:first-child {
  gap: 0px 5px;
  text-align: center;
}

#brand .brandmap dl.right ul li {
  flex-basis: 43%;
}

#brand .brandmap dl ul li.maldives {
  margin: 5px 12px 0 0;
  flex-basis: 30%;
}

#brand .brandmap dl ul li.suirei {
  flex-basis: 35%;
}

#brand .brandmap dl ul li.konosumika {
  flex-basis: 37%;
  margin: 5px 5px 0;
}

#brand .brandmap dl ul li.seiryukan {
  flex-basis: 41%;
  margin: 10px 0 0px 0;
}

#brand .brandmap dl ul li.nekomarikyu {
  flex-basis: 28%;
  margin: 0;
}

#brand .brandmap dl ul li.legrand {
  flex-basis: 33%;
  margin: 12%;
}

#brand .brandmap dl.right ul:nth-child(2) {
  gap: 10px 5%;
  padding: 13% 0;
}

#brand .brandmap dl.right ul:nth-child(2) li {
  flex-basis: 29%;
  margin-top: 10px;
  text-align: center;
}

#brand .brandmap dl.right ul li.yukaen {
  flex-basis: 23%;
  margin-top: 0;
}

#brand .brandmap dl.right ul li.toya {
  flex-basis: 32%;
}

#brand .brandmap dl.right ul li.urabandai {
  margin: 3px 3px 0 4px;
  flex-basis: 34%;
}

#brand .brandmap dl.right ul li.hamahigashima {
  margin-top: 0;
  flex-basis: 27%;
}

#brand .brandmap dl ul li.hotelsbygranbell {
  flex-basis: 55%;
  margin: 12% 0px;
}

#brand .brandmap dl ul li.waikiki {
  flex-basis: 45%;
  margin: 5px 15px 5px;
}

#brand .brandmap dl ul li.kyotohanareya {
  flex-basis: 29%;
  margin: 0px 15px;
}

#brand .brandmap dl ul li.nasu {
  flex-basis: 43%;
  margin: 12px 0px;
}

#brand .brandmap dl ul li.granbellhotels {
  flex-basis: 50%;
  margin: 3% 0px;
  text-align: center;
}

#brand .brandmap dl ul li.holichotels img {
  width: 50%;
}

#brand .brandmap dl ul li.holichotels {
  flex-basis: 45%;
  margin: 3% 0px;
  text-align: center;
}

#brand .brandmap dl ul li span {
  border-radius: 5px;
  border: #999 solid 0.5px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 0.5em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hover-effect:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  /*----------------------------------------
	header
----------------------------------------*/
  #header nav {
    color: #fff;
  }

  .logo {
    left: 20px;
    width: 120px;
    top: 8px;
    z-index: 10;
  }
  #header nav .langlink .lang_list span.lang_now {
    color: #fff;
  }

  #header nav .langlink .lang_list span.lang {
    background: url(/img/common/icon_language_wh.svg) no-repeat 3px 0px / 1em;
    padding: 0 0 0.5em 0.5em;
    border: none;
  }

  /*----------------------------------------
	main
----------------------------------------*/
  #mainvisual .main_txt {
    margin-top: -45px;
  }

  #mainvisual .main_txt img {
    width: 45%;
  }

  .slick-slider .prev-arrow {
    position: absolute;
    top: 48%;
    left: 10px;
    height: 71px;
    width: 37px;
    opacity: 0.5;
    z-index: 999;
  }

  .slick-slider .next-arrow {
    position: absolute;
    top: 48%;
    right: 10px;
    height: 71px;
    width: 37px;
    opacity: 0.5;
  }

  .prev-arrow:hover,
  .prev-arrow:focus,
  .next-arrow:hover,
  .next-arrow:focus {
    opacity: 1;
    outline: none;
    color: #fff;
    cursor: pointer;
  }

  .exlink,
  .link {
    width: 35%;
  }

  #members.list::after {
    height: 535px;
  }

  #members.link {
    color: #333;
  }

  #news .news_list {
    width: 70%;
  }

  #facilist.list ul {
    flex-wrap: nowrap;
    margin: 0 auto 50px;
  }

  #facilist.list ul li {
    margin: 0 3px;
  }

  #facilist #pagelink {
    flex-wrap: nowrap;
  }

  #facilist #pagelink li {
    margin: 0 1%;
  }
  #facilist .map {
    width: 100%;
    margin: 230px auto 70px;
    padding: 0;
    position: relative;
  }
  #mainvisual .main_txt img {
    width: 63%;
  }
  #facilist .map .img_map {
    width: 75%;
    padding: 0;
    margin: auto;
  }
  #facilist .map .img_map img {
    width: 100%;
  }
  #facilist .map .hotel_name {
    position: absolute;
    font-size: clamp(1.1rem, 0.9vw, 1.6rem);
    width: fit-content;
  }
  #facilist .map .hotel_name .pref {
    font-size: 1.4rem;
  }
  #facilist .map .hotel_name ul {
    width: 100%;
    display: block;
    margin: 0;
  }
  #facilist .map .note {
    position: absolute;
    top: -3%;
    right: 8%;
  }
  #facilist .map .pref {
    font-weight: bold;
  }
  #facilist .map ul li {
    margin: 0;
    width: 100%;
  }
  #facilist .map .box01,
  #facilist .map .box02,
  #facilist .map .box03,
  #facilist .map .box04,
  #facilist .map .box05 {
    text-align: right;
  }

  #facilist .map .box01 {
    top: 3%;
    right: 51%;
    translate: 0 -100%;
  }
  #facilist .map .box02 {
    top: 5.5%;
    right: 61%;
  }
  #facilist .map .box03 {
    right: 73.5%;
    top: 17.5%;
  }
  #facilist .map .box04 {
    top: 25%;
    right: 71%;
  }
  #facilist .map .box05 {
    top: 37.5%;
    right: 73%;
  }
  #facilist .map .box06 {
    bottom: 44.5%;
    left: 73%;
  }
  #facilist .map .box07 {
    bottom: 16%;
    left: 73%;
  }
  #facilist .map .box08 {
    bottom: 22%;
    left: 54.5%;
  }
  #facilist .map .box09 {
    bottom: 16%;
    left: 43%;
  }
  #facilist .map .box10 {
    top: 88%;
    left: 46%;
  }
  #news .news_list {
    display: grid;
    flex-direction: column;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 10px;
    max-width: 1100px;
    width: 94%;
    margin: 0 auto;
  }

  #news .news_list .news_date {
    padding-right: 10px;
  }

  #brand {
    padding-top: 10px;
  }

  #brand .grade {
    margin-right: -6.4em;
  }

  #brand .brandmap dl ul {
    height: 18vw;
  }

  #brand .brandmap dl.right ul:first-child {
    gap: 0 17px;
    padding: 18px 0;
  }

  #brand .brandmap dl.right ul li.maldives {
    flex-basis: 26%;
    margin-top: 8px;
  }

  #brand .brandmap dl.right ul li.suirei {
    flex-basis: 30%;
  }

  #brand .brandmap dl.right ul li.konosumika {
    flex-basis: 30%;
  }

  #brand .brandmap dl.right ul li.seiryukan {
    flex-basis: 30%;
  }

  #brand .brandmap dl.right ul li.nekomarikyu {
    flex-basis: 19%;
  }

  #brand .brandmap dl ul li.legrand {
    flex-basis: 20%;
    margin: 6%;
  }

  #brand .brandmap dl.right ul:nth-child(2) {
    gap: 5px 15px;
    padding: 14px 0;
  }

  #brand .brandmap dl.right ul li.toya {
    margin-top: 15px;
  }

  #brand .brandmap dl.right ul li.urabandai {
    flex-basis: 34%;
  }

  #brand .brandmap dl.right ul li.hamahigashima {
    flex-basis: 26%;
    margin: 6px 0px 0px 0px;
  }

  #brand .brandmap dl ul li.hotelsbygranbell {
    flex-basis: 29%;
    margin: 8% 0px;
  }

  #brand .brandmap dl ul li.waikiki {
    flex-basis: 26%;
    margin: 23px 0px 5px 15px;
  }

  #brand .brandmap dl ul li.kyotohanareya {
    flex-basis: 20%;
    margin: 6px 15px;
  }

  #brand .brandmap dl ul li.nasu {
    flex-basis: 39%;
    margin: 19px 0px;
  }

  #brand .brandmap dl ul li.granbellhotels {
    flex-basis: 28%;
    margin: 0% 0px;
    text-align: center;
  }

  #brand .brandmap dl ul li.holichotels img {
    width: 50%;
  }

  #brand .brandmap dl ul li.holichotels {
    flex-basis: 25%;
    margin: 0% 17px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  #header.fixed .lang_header {
    right: 208px;
    top: 28px;
  }

  #mainvisual .main_txt {
    margin-top: -65px;
  }

  #mainvisual .main_txt p:first-child {
    font-size: 5rem;
    letter-spacing: 3.5px;
    padding: 0 0 10px;
  }

  #mainvisual .main_txt p:last-child {
    letter-spacing: 2px;
    font-size: 1.9rem;
  }

  /*----------------------------------------
	map
----------------------------------------*/
  #facilist .map .box10 {
    font-size: clamp(1.1rem, 0.9vw, 1.6rem);
  }
  #members.list::after {
    height: 625px;
  }

  #recruit {
    padding-bottom: 26rem;
  }

  #recruit.list::after {
    height: 590px;
  }

  #brand {
    padding-top: 0;
  }

  #brand .grade {
    margin-right: -7.2em;
  }

  #brand .brandmap dl ul {
    height: 12vw;
  }

  #brand .brandmap dl.right ul:first-child {
    gap: 0 16px;
    padding: 13px 0;
  }

  #brand .brandmap dl.right ul li.maldives {
    flex-basis: 20%;
    margin: 4px 0 0 0;
  }

  #brand .brandmap dl.right ul li.suirei {
    flex-basis: 24%;
  }

  #brand .brandmap dl.right ul li.konosumika {
    flex-basis: 22%;
  }

  #brand .brandmap dl.right ul li.seiryukan {
    flex-basis: 23%;
    margin: 10px 0 0;
  }

  #brand .brandmap dl.right ul li.nekomarikyu {
    flex-basis: 21%;
    margin-top: 3px;
  }

  #brand .brandmap dl ul li.legrand {
    flex-basis: 20%;
    margin: 2%;
  }

  #brand .brandmap dl.right ul:nth-child(2) {
    gap: 5px 20px;
    padding: 13px 0;
  }

  #brand .brandmap dl.right ul:nth-child(2) li {
    flex-basis: 24%;
  }

  #brand .brandmap dl.right ul li.yukaen {
    flex-basis: 17%;
    margin: 0 8px 10px;
  }

  #brand .brandmap dl.right ul li.akan {
    flex-basis: 24%;
  }

  #brand .brandmap dl.right ul li.urabandai {
    flex-basis: 26%;
  }

  #brand .brandmap dl.right ul li.jyozankei {
    flex-basis: 21%;
    margin: 10px 0px 0px 0px;
  }

  #brand .brandmap dl.right ul li.jyozankei img {
    width: 100%;
  }

  #brand .brandmap dl.right ul li.hamahigashima {
    flex-basis: 22%;
    margin: 10px 0 0;
  }

  #brand .brandmap dl ul li.hotelsbygranbell {
    flex-basis: 29%;
    margin: 4% 0px;
  }

  #brand .brandmap dl ul li.waikiki {
    flex-basis: 25%;
    margin: 8% 0px 5px 40px;
  }

  #brand .brandmap dl ul li.kyotohanareya {
    flex-basis: 15%;
    margin: 3% 14px;
  }

  #brand .brandmap dl ul li.nasu {
    flex-basis: 32%;
    margin: 7% 10px;
  }

  #brand .brandmap dl ul li.granbellhotels {
    flex-basis: 21%;
    margin: 0% 0px;
    text-align: center;
  }

  #brand .brandmap dl ul li.holichotels img {
    width: 50%;
  }

  #brand .brandmap dl ul li.holichotels {
    flex-basis: 18%;
    margin: 0% 20px;
    text-align: center;
  }
}

@media screen and (min-width: 1100px) {
  #members .txtlink {
    width: 1100px;
  }
}

@media screen and (min-width: 1280px) {
  /*.lang 言語切替導線*/
  #header .lang_header {
    right: 353px;
    top: 27px;
  }

  #header.fixed .lang_header {
    right: 353px;
    top: 27px;
  }
  .logo {
    left: 70px;
    width: 185px;
    top: 17px;
    z-index: 10;
  }
  /*----------------------------------------
	main
----------------------------------------*/
  #facilist.list::after {
    height: 650px;
  }

  #facilist.list .copy {
    padding: 0 0 70px 0;
  }

  #facilist.list ul {
    width: 80%;
    margin: 0 auto 70px;
  }

  #facilist #pagelink {
    flex-wrap: nowrap;
    /* margin: 0 auto 225px; */
    width: 65%;
  }

  /*----------------------------------------
	map
----------------------------------------*/
  #members.list::after {
    height: 740px;
  }
  #facilist .map {
    width: 65%;
    max-width: 1380px;
  }
  .exlink,
  .link {
    width: 280px;
  }

  #recruit h1 {
    padding: 0 0 70px;
  }

  #brand .brandmap {
    width: 80%;
  }

  #brand .brandmap dl ul {
    height: 10vw;
  }

  #brand .brandmap dl ul li.legrand {
    flex-basis: 18%;
    margin: 2%;
  }

  #brand .brandmap dl ul li.hotelsbygranbell {
    flex-basis: 29%;
    margin: 4% 0px;
  }
}

@media screen and (min-width: 1366px) {
  #mainvisual .main_txt p:first-child {
    font-size: 7.5rem;
    letter-spacing: 5px;
    padding: 0 0 10px;
  }

  #mainvisual .main_txt p:last-child {
    letter-spacing: 2px;
    font-size: 2.5rem;
  }

  #mainvisual .main_txt {
    margin-top: -90px;
  }

  /*----------------------------------------
	map
----------------------------------------*/
  .exlink,
  .link {
    width: 280px;
  }

  #recruit h1 {
    padding: 0 0 70px;
  }

  #recruit.list::after {
    height: 600px;
    min-height: 60rem;
  }

  #brand .brandmap {
    width: 1100px;
  }

  #brand .brandmap dl ul {
    height: 140px;
  }
  #facilist .map {
    margin: 240px auto 80px;
  }
  #facilist .map .hotel_name .pref {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1680px) {
  /*----------------------------------------
	main
----------------------------------------*/
  #mainvisual .main_txt p:first-child {
    font-size: 7.5rem;
    letter-spacing: 4.5px;
    padding: 0 0 10px;
  }

  #mainvisual .main_txt p:last-child {
    letter-spacing: 2px;
    font-size: 2.6rem;
  }

  #mainvisual .main_txt {
    margin-top: -130px;
  }

  /*----------------------------------------
	map
----------------------------------------*/
  #recruit {
    padding-bottom: 28rem;
  }
  #facilist .map {
    margin: 290px auto 80px;
  }

  #recruit.list::after {
    height: 640px;
  }
}
