@charset "utf-8";
/*===========================
〜479px        ：SP縦
  480px〜599px ：SP横
  600px〜959px ：タブレット
  960px〜1279px：小型PC
 1280px〜      ：大型PC
===========================*/
/*----------------------------------------
	reset
----------------------------------------*/
:root {
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}
* {
  font-size: inherit;
  line-height: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333333;
  vertical-align: baseline;
}
header,
footer,
article,
section,
aside,
hgroup,
main,
nav,
menu,
figure,
figcaption,
time {
  display: block;
}
span,
small,
strong,
em,
b,
i {
  color: inherit;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
a button {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}
input,
select {
  vertical-align: middle;
  border: 1px solid #999999;
  padding: 6px;
}
input,
textarea {
  margin: 0;
  padding: 4px;
  text-align: center;
  border: 1px solid #999999;
}
address {
  font-style: normal;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*----------------------------------------
	font
----------------------------------------*/
html {
  max-width: 100%;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
  background-color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: normal;
}
body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
}
.min {
  font-family: "Times New Roman", serif;
  letter-spacing: 1px;
}
/*----------------------------------------
	links
----------------------------------------*/
a,
a:visited {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none;
  color: #c7a958;
}
/* 〜479px：SP縦 */
/*----------------------------------------
	出し分け
----------------------------------------*/
.sp_on {
  display: block;
}
.pc_on {
  display: none;
}
.tab_on {
  display: none;
}
/*----------------------------------------
	tripla-searching-app
----------------------------------------*/
#tripla-searching-app {
  display: none;
}
/*----------------------------------------
	header
----------------------------------------*/
header {
  height: 50px;
  background-color: rgb(0 0 0 / 70%);
  position: fixed;
  width: 100%;
  z-index: 999;
  font-size: 1.3rem;
}
header h1 {
  width: 20%;
  margin: 0 auto;
  padding: 10px;
  background-color: #000000;
}
header #lang-nav {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.en header #lang-nav {
  position: absolute;
  top: 18px;
  right: 13px;
}
.en header #lang-nav img {
  width: 80%;
}
/*----------------------------------------
	.slider
----------------------------------------*/
.slider .slick-prev,
.slider .slick-next {
  width: 0;
}
/*----------------------------------------
	#concept
----------------------------------------*/
section {
  padding: 60px 0 20px 0;
}
#concept h1 {
  width: 30%;
  margin: 0 auto 60px;
}
#concept .main-copy {
  font-size: 2.4rem;
  margin-bottom: 20px;

  line-height: 1.4;
}
#concept .sub-copy {
  font-size: 1.6rem;
}
/*----------------------------------------
	#hotel-list
----------------------------------------*/
#hotel-list h1 {
  font-size: 3rem;
  margin-bottom: 30px;
}
#hotel-list ul li {
  position: relative;
}
#hotel-list ul li div {
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: left;
  width: 92%;
}
#hotel-list a img {
  transition-duration: 0.3s;
}
#hotel-list a img:hover {
  /*  opacity: 0.9;
*/
  transform: scale(1.03);
  transition-duration: 0.3s;
}
#hotel-list ul li div .location,
.slider .location {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}
#hotel-list ul li div .name,
.slider .name {
  color: #fff;
  font-size: 2rem;
}
#hotel-list ul li div .name span,
.slider .name span {
  font-size: 1.4rem;
}
#hotel-list ul li div .copy,
.slider .copy {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
}
#hotel-list ul li div .yazi {
  width: 30px;
  position: absolute;
  bottom: 3px;
  right: 10px;
}
#hotel-list ul li .bnr_area {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  top: 10px;
  right: 10px;
}
#hotel-list ul li .bnr_area p {
  width: 80px;
  height: 80px;
}
#hotel-list ul li .bnr_area p:first-child {
  margin-right: 10px;
}
#hotel-list ul li .bnr_area p a img:hover {
  opacity: 0.75;
  transform: none;
}
/*----------------------------------------
	footer
----------------------------------------*/
footer {
  padding: 30px 0 0;
  margin: 30px 0 53px;
  background-color: #000000;
  color: #ffffff;
}
footer .logo {
  padding: 0 0 20px 0;
  position: static;
  width: 100%;
  text-align: center;
}
footer .logo img {
  width: 170px;
}
footer small {
  font-size: 13px;
  text-align: center;
  display: block;
  letter-spacing: 0px;
  padding-bottom: 20px;
}
.en-h {
  font-family: "Cinzel", serif;
}
.s-fade-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 75%;
  text-align: left;
  display: block;
}
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: left;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 13px 15px;
}
#tripla-cookie-consent .style-wrapper-99c7fa a {
  color: #3b3b3b;
  text-decoration: underline;
}
#tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 20px 0 0;
    margin: 30px 0 0;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa {
    display: grid;
    grid-template-columns: auto 0 141px;
    align-items: center;
    column-gap: 13px;
    justify-content: center;
    padding: 13px 35px 13px;
    font-size: 13px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1.3;
    font-size: 14px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
    width: 141px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    font-size: 14px;
    padding: 10px 55px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1;
  }
}
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /*----------------------------------------
	header
----------------------------------------*/
  header h1 {
    width: 6%;
  }
  header #lang-nav {
    width: 4%;
    position: absolute;
    top: 14px;
    right: 30px;
  }
  /*----------------------------------------
	#slider
----------------------------------------*/
  #slider img {
    width: 100%;
  }
  /*----------------------------------------
	#hotel-list
----------------------------------------*/
  #hotel-list h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #hotel-list ul li img {
    width: 100%;
  }
}
/* 600px〜959px：タブレット */
@media screen and (min-width: 768px) {
  /*----------------------------------------
	出し分け
----------------------------------------*/
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  /*----------------------------------------
	header
----------------------------------------*/
  header {
    background-color: rgba(0, 0, 0, 0.7);
  }
  header h1 {
    width: 100px;
    height: 105px;
    background-color: #000;
    margin: 0 auto;
  }
  header h1 img {
    width: 85px;
    margin-top: 7px;
  }
  header #gnav {
    position: absolute;
    top: 0;
    left: 0;
  }
  header #gnav li {
    color: #fff;
    float: left;
    width: 100px;
    padding: 0px 20px;
    border-right: #999 solid 1px;
    line-height: 1;
    margin: 20px 0;
  }
  header #gnav li:first-child a {
    color: #c7a958;
  }
  header #gnav li.last {
    border-right: none;
    width: 105px;
  }
  .en header #gnav li.last {
    width: 156px;
    border-right: none;
  }
  .en header #lang-nav {
    right: 30px;
  }
  .en header #lang-nav img {
    width: 100%;
  }
  /*----------------------------------------
	.slider
----------------------------------------*/
  .slider {
    padding-top: 0;
  }
  /*----------------------------------------
	#concept
----------------------------------------*/
  #concept h1 {
    width: 147px;
  }
  /*----------------------------------------
	#hotel-list
----------------------------------------*/
  #hotel-list ul li div {
    bottom: 25px;
    left: 20px;
  }
  #hotel-list ul li div .location,
  .slider .location {
    font-size: 2rem;
  }
  #hotel-list ul li div .name,
  .slider .name {
    font-size: 2.7rem;
  }
  #hotel-list ul li div .name span,
  .slider .name span {
    font-size: 2rem;
  }
  #hotel-list ul li div .copy,
  .slider .copy {
    font-size: 1.6rem;
  }
  #hotel-list ul li div .yazi {
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hotel-list ul li .bnr_area {
    top: auto;
    bottom: 30px;
  }
  #hotel-list ul li .bnr_area p {
    width: 120px;
    height: auto;
  }
  /*----------------------------------------
	footer
----------------------------------------*/
  footer small {
    font-size: 1.2rem;
  }
}
/*----------------------------------------
	header
----------------------------------------*/
@media screen and (min-width: 768px) {
  header #lang-nav {
    display: flex;
    right: 0;
    height: 100%;
  }
  header #lang-nav a {
    display: block;
  }
  header #lang-nav li.members a {
    border-right: #534936 solid 1px;
    background: #8a7854;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  header #lang-nav li.menu-single {
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header #lang-nav li.members a:hover {
    background-color: rgb(138 120 84 / 85%);
    color: #ffffff;
  }
  header #lang-nav li.menu-single a {
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  header #lang-nav li.menu-single a:hover {
    opacity: 0.8;
  }
}
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  /*----------------------------------------
	出し分け
----------------------------------------*/
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  /*----------------------------------------
	header
----------------------------------------*/
  header {
    background-color: rgba(0, 0, 0, 0.7);
  }
  header h1 {
    width: 100px;
    height: 105px;
    background-color: #000;
    margin: 0 auto;
  }
  header h1 img {
    width: 85px;
    margin-top: 7px;
  }
  header #gnav {
    position: absolute;
    top: 0;
    left: 0;
  }
  header #gnav li {
    color: #fff;
    float: left;
    width: 100px;
    padding: 0px 20px;
    border-right: #999 solid 1px;
    line-height: 1;
    margin: 20px 0;
  }
  header #gnav li:first-child a {
    color: #c7a958;
  }
  header #gnav li.last {
    border-right: none;
    width: 105px;
  }
  .en header #gnav li.last {
    width: 156px;
    border-right: none;
  }
  .en header #lang-nav {
    right: 30px;
  }
  /*----------------------------------------
	.slider
----------------------------------------*/
  .slider {
    padding-top: 0;
  }
  .slider {
    display: none;
  }
  .slider.slick-initialized.pc_on {
    display: block;
  }
  /*----------------------------------------
	#concept
----------------------------------------*/
  #concept h1 {
    width: 147px;
  }
  /*----------------------------------------
	#hotel-list
----------------------------------------*/
  #hotel-list ul li {
    float: left;
    width: 50%;
    overflow: hidden;
  }
  #hotel-list ul li div {
    bottom: 25px;
    left: 20px;
  }
  #hotel-list ul li div .location,
  .slider .location {
    font-size: 1.3rem;
  }
  #hotel-list ul li div .name,
  .slider .name {
    font-size: 1.8rem;
  }
  #hotel-list ul li div .name span,
  .slider .name span {
    font-size: 1.6rem;
  }
  #hotel-list ul li div .copy,
  .slider .copy {
    font-size: 0.9rem;
  }
  #hotel-list ul li div .yazi {
    width: 55px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hotel-list ul li .bnr_area {
    top: auto;
    bottom: 60px;
  }
  #hotel-list ul li .bnr_area p {
    width: 130px;
  }
  /*----------------------------------------
	footer
----------------------------------------*/
  footer {
    padding: 13px 0;
    margin-top: 30px;
  }
  footer small {
    font-size: 1.3rem;
  }
}
/* 1280px〜：大型PC */
@media screen and (min-width: 1280px) {
  /*----------------------------------------
	出し分け
----------------------------------------*/
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  /*----------------------------------------
	header
----------------------------------------*/
  header {
    background-color: rgba(0, 0, 0, 0.7);
  }
  header h1 {
    width: 120px;
    height: 125px;
    background-color: #000;
    margin: 0 auto;
  }
  header h1 img {
    width: 100px;
    margin-top: 10px;
  }
  header #gnav {
    position: absolute;
    top: 0;
    left: 0;
  }
  header #gnav li {
    color: #fff;
    float: left;
    width: 100px;
    padding: 0px 20px;
    border-right: #999 solid 1px;
    line-height: 1;
    margin: 20px 0;
  }
  header #gnav li:first-child a {
    color: #c7a958;
  }
  header #gnav li.last {
    border-right: none;
    width: 105px;
  }
  .en header #gnav li.last {
    width: 156px;
    border-right: none;
  }
  .en header #lang-nav {
    right: 30px;
  }
  .en header #lang-nav img {
    width: 120%;
  }
  /*----------------------------------------
	.slider
----------------------------------------*/
  .slider {
    padding-top: 0;
  }
  /*----------------------------------------
	#concept
----------------------------------------*/
  #concept h1 {
    width: 147px;
  }
  #concept .main-copy {
    font-size: 2.8rem;
  }
  /*----------------------------------------
	#hotel-list
----------------------------------------*/
  #hotel-list ul li {
    float: left;
    width: 50%;
    overflow: hidden;
  }
  #hotel-list ul li div {
    bottom: 20px;
    left: 20px;
    letter-spacing: 1px;
  }
  #hotel-list ul li div .location,
  .slider .location {
    font-size: 1.8rem;
  }
  #hotel-list ul li div .name,
  .slider .name {
    font-size: 2.6rem;
  }
  #hotel-list ul li div .copy,
  .slider .copy {
    font-size: 1.4rem;
  }
  #hotel-list ul li div .yazi {
    width: 72px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hotel-list ul li .bnr_area {
    top: 15px;
  }
  #hotel-list ul li .bnr_area p {
    width: 100px;
  }
  #hotel-list ul li .bnr_area p:first-child {
    margin-right: 10px;
  }
  .s-fade-text {
    letter-spacing: 1;
  }
}
/*----------------------------------------
	following_btn
----------------------------------------*/
#following_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: rgb(149 157 165 / 20%) 0px -5px 9px;
}
#following_btn ul {
  display: flex;
  justify-content: space-between;
}
#following_btn ul li.search {
  flex-basis: 40%;
}
#following_btn ul li.signUp {
  flex-basis: 60%;
}
#following_btn ul li.members.search a {
  background: rgb(0 0 0 / 85%) url(/img/common/img_Link.svg) no-repeat right 4vw center;
  background-size: 1.2em;
}
#following_btn ul li.members a {
  padding: 12px 1.5em;
  color: #ffffff;
  display: block;
  font-size: 1.7rem;
  text-align: center;
  background: rgb(138 120 84 / 85%) url(/img/common/img_Link.svg) no-repeat right 4vw center;
  background-size: 1.2em;
}
@media only screen and (min-width: 768px) {
  #following_btn {
    right: 0;
    width: 2.4em;
    height: 17em;
    bottom: 17vh;
  }
  #following_btn ul {
    display: block;
  }
  #following_btn ul li.members a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 2em 0px 3em;
    letter-spacing: 1.5px;
    background: rgb(138 120 84) url(/img/common/img_Link.svg) no-repeat right 0.7em bottom 1em;
    font-size: 1.4rem;
    line-height: 2.8;
    background-size: 1.2em;
  }
  #following_btn ul li.members.search a {
    background: rgb(0 0 0) url(/img/common/img_Link.svg) no-repeat right 0.7em bottom 1em;
    background-size: 1.2em;
  }
  #following_btn ul li.members a:hover {
    background-color: rgb(138 120 84 / 85%);
  }
  #following_btn ul li.members.search a:hover {
    background-color: rgb(0 0 0 / 85%);
  }
  .en #following_btn ul li {
    flex-basis: auto;
  }
  .en #following_btn ul li.members a {
    padding: 2em 0px 3em;
  }
}
@media screen and (min-width: 1280px) {
  #following_btn {
    right: 16px;
    bottom: 16vh;
  }
  #following_btn ul li.members a {
    background: rgb(138 120 84) url(/img/common/img_Link.svg) no-repeat right 1.1em bottom 1em;
    background-size: 1.2em;
    line-height: 3.5;
    font-size: 1.6rem;
  }
  #following_btn ul li.members.search a {
    background: #000000 url(/img/common/img_Link.svg) no-repeat right 1.1em bottom 1em;
    background-size: 1.2em;
  }
}
