@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;
}

.lang_header span.lang_now::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 7px;
  height: 7px;
  transform: translate(10px, -50%) rotate(135deg);
}

.lang_header span.lang_now {
  color: #fff;
  padding-bottom: 5px;
  display: block;
}

#header.fixed .lang_header span.lang_now::after {
  border-right: 1px solid #333;
  border-top: 1px solid #333;
}

#header.fixed .lang_header span.lang_now {
  color: #000;
}

.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: 50%;
  z-index: 5;
  text-align: center;
  width: 100%;
  margin-top: -80px;
}

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.list::after {
  background: #fff;
}

.w .copy {
  text-align: center;
  padding: 0 0 50px;
  color: #333;
}

.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;
}

#members .link a {
  color: #fff;
  background-color: #787258;
}

#facilist.list .copy {
  color: #fff;
  padding: 0 0 50px 0;
}

#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.list {
  padding: 90px 0 130px;
}

#members h1 {
  padding: 0 0 40px 0;
  width: 96%;
  margin: 0 auto;
}

#members .txtlink {
  padding: 0 0 40px 0;
  width: 94%;
  margin: 0 auto;
}

#members .copy {
  padding: 0 0 30px 0;
}

#members.list::after {
  height: 990px;
  transform-origin: top left;
  transform: skewY(-10deg) translateY(0px);
}

#brand {
  padding: 60px 0 60px;
  border-top: #cccccc solid 1px;
}

#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: #999999;
  color: #ffffff;
  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: #cccccc 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;
}

@media screen and (min-width: 768px) {
  /*----------------------------------------
	header
----------------------------------------*/
  #header nav {
    color: #fff;
  }

  /*.lang 言語切替導線*/
  .lang_header {
    right: 205px;
    top: 27px;
  }
  #header.fixed .lang_header {
    right: 205px;
    top: 23px;
  }
  .logo {
    left: 40px;
    width: 155px;
    top: 10px;
    z-index: 10;
  }
  /*----------------------------------------
	main
----------------------------------------*/
  #mainvisual .main_txt {
    margin-top: -35px;
  }

  #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 {
    padding: 90px 0 220px;
  }

  #members.list::after {
    height: 830px;
  }

  #facilist.list ul {
    flex-wrap: nowrap;
    margin: 0 auto 50px;
  }

  #facilist.list ul li {
    margin: 0 3px;
  }

  #facilist #pagelink {
    flex-wrap: nowrap;
    /* margin: 0 auto 130px; */
  }

  #facilist #pagelink li {
    margin: 0 1%;
  }

  #facilist .map {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 70px;
    position: relative;
  }

  #facilist .map .hotel_name {
    position: absolute;
    font-size: clamp(1.1rem, 0.9vw, 1.6rem);
  }

  #facilist .map .hotel_name ul {
    display: block;
    margin: 0;
  }

  #facilist .map .hotel_name a {
    text-decoration: none;
  }

  #facilist .map .hotel_name a:hover {
    text-decoration: underline;
  }

  #facilist .map ul li {
    margin: 0;
    width: 100%;
  }

  #facilist .map .note {
    position: absolute;
    top: -1%;
    right: 3%;
  }

  #facilist .map .box00 {
    top: 2%;
    left: 54.5%;
    width: 39vw;
    text-align: left;
  }

  #facilist .map .box01 {
    top: 2%;
    left: 3.5%;
    width: 39vw;
    text-align: right;
  }

  #facilist .map .box02 {
    top: 20%;
    left: 21%;
    width: 15vw;
    text-align: right;
  }

  #facilist .map .box03 {
    top: 27%;
    left: 0%;
    width: 22vw;
    text-align: right;
  }

  #facilist .map .box04 {
    top: 34%;
    left: -2%;
    width: 23vw;
    text-align: right;
  }

  #facilist .map .box05 {
    top: 42%;
    left: -4%;
    width: 25vw;
    text-align: right;
  }

  #facilist .map .box06 {
    top: 52%;
    left: 75%;
    width: 27vw;
  }

  #facilist .map .box07 {
    top: 60%;
    left: 75%;
    width: 20vw;
    z-index: 2;
  }

  #facilist .map .box08 {
    top: 68%;
    left: 57.5%;
    width: 15vw;
  }

  #facilist .map .box09 {
    top: 75%;
    left: 43%;
    width: 17vw;
  }

  #facilist .map .box10 {
    top: 82%;
    left: 59%;
    width: 39vw;
  }

  #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.yukaen {
  }

  #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) {
  /*.lang 言語切替導線*/
  .lang_header {
    right: 225px;
    top: 28px;
  }

  #header.fixed .lang_header {
    right: 225px;
    top: 24px;
  }

  /*----------------------------------------
	map
----------------------------------------*/
  #facilist .map .box00 {
    top: 4%;
  }

  #facilist .map .box01 {
    top: 4%;
  }

  #facilist .map .box02 {
    top: 21%;
  }

  #facilist .map .box03 {
    top: 28%;
  }

  #facilist .map .box04 {
    top: 36%;
  }

  #facilist .map .box05 {
    top: 44%;
  }

  #facilist .map .box06 {
    top: 54%;
  }

  #facilist .map .box07 {
    top: 62%;
  }

  #facilist .map .box08 {
    top: 71%;
  }

  #facilist .map .box09 {
    top: 78%;
  }

  #facilist .map .box10 {
    top: 84%;
    font-size: clamp(1.1rem, 0.9vw, 1.6rem);
  }

  #members.list::after {
    height: 980px;
  }

  #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;
  }
  #members .txtlink a:hover img {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1280px) {
  /*.lang 言語切替導線*/
  .lang_header {
    right: 360px;
    top: 26px;
  }

  #header.fixed .lang_header {
    right: 360px;
    top: 23px;
  }
  .logo {
    left: 70px;
    width: 185px;
    top: 17px;
    z-index: 10;
  }
  /*----------------------------------------
	main
----------------------------------------*/
  #mainvisual .main_txt {
    margin-top: -65px;
  }

  #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
----------------------------------------*/
  #facilist .map {
    width: 65%;
    padding: 0 0 70px;
  }

  #facilist .map .box00 {
    top: 3%;
    /* left: -1.5%; */
  }
  #facilist .map .box01 {
    top: 3%;
    left: -2.5%;
  }

  #facilist .map .box02 {
    left: 19%;
    top: 21%;
  }

  #facilist .map .box03 {
    left: -4%;
    top: 28%;
  }

  #facilist .map .box04 {
    left: -5%;
    top: 35%;
  }

  #facilist .map .box05 {
    left: -7%;
    top: 43%;
  }

  #facilist .map .box06 {
    top: 54%;
  }

  #facilist .map .box07 {
    top: 62%;
  }

  #facilist .map .box08 {
    top: 70%;
  }

  #facilist .map .box09 {
    top: 77%;
  }

  #facilist .map .box10 {
    top: 83%;
  }

  #members.list::after {
    height: 1100px;
  }

  #members.list {
    padding: 90px 0 325px;
  }

  .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
----------------------------------------*/
  #facilist .map {
    width: 65%;
    padding: 0 0 70px;
  }

  #facilist .map .box00 {
    top: 3%;
  }

  #facilist .map .box01 {
    top: 3%;
  }

  #facilist .map .box02 {
    top: 20%;
  }

  #facilist .map .box03 {
    top: 28%;
  }

  #facilist .map .box04 {
    top: 35%;
  }

  #facilist .map .box05 {
    top: 44%;
  }

  #facilist .map .box06 {
    top: 54%;
  }

  #facilist .map .box07 {
    top: 62%;
  }

  #facilist .map .box08 {
    top: 70%;
  }

  #facilist .map .box09 {
    top: 77%;
  }

  #facilist .map .box10 {
    top: 84%;
  }

  #members.list::after {
    height: 1100px;
  }

  #members.list {
    padding: 90px 0 325px;
  }

  .exlink,
  .link {
    width: 280px;
  }

  #recruit h1 {
    padding: 0 0 70px;
  }

  #brand .brandmap {
    width: 1100px;
  }

  #brand .brandmap dl ul {
    height: 140px;
  }
}

@media screen and (min-width: 1680px) {
  /*----------------------------------------
	main
----------------------------------------*/
  /*----------------------------------------
	map
----------------------------------------*/
  #facilist .map .box06 {
    top: 55%;
  }

  #facilist .map .box07 {
    top: 63%;
  }

  #facilist .map .box08 {
    top: 71%;
  }

  #facilist .map .box09 {
    top: 79%;
  }

  #facilist .map .box10 {
    top: 85%;
  }
}
