@charset "UTF-8";
/* rest */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* -----------------------------------------
body
--------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: #222;
  background: #fff;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  font-family: "Century Gothic", CenturyGothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
}

body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(0, -100%);
}

#body_wrapper {
  position: relative;
  overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #222;
  display: inline-block;
  text-decoration: underline;
  transition: color 200ms;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* -----------------------------------------
common
--------------------------------------------*/
/* --- clearfix --- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* css sprite */
.s {
  background: url(../images/common/sprite.png) no-repeat 0 0;
  background-size: 500px 500px;
  text-indent: 200%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  border-style: none;
}

.sb::before,
.sa::after {
  content: "";
  background-image: url(../images/common/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500px 500px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}

.nobi {
  /*
  margin-right: 5px;
  letter-spacing: -5px;
  */
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
  margin-right: 1em;
}

/* ----------------- 
reset
----------------- */
@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media (min-width: 1030px) {
  .sp_only {
    display: none;
  }
}

.tb_only {
  display: none;
}

@media (min-width: 768px) {
  .tb_only {
    display: block;
  }
}

.pc_only {
  display: none;
}

@media (min-width: 1030px) {
  .pc_only {
    display: block;
  }
}

em {
  font-style: normal;
}

b {
  font-weight: 700;
  color: inherit;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  line-height: 1.8;
}

/* table */
.table_dl {
  display: block;
  margin: 10px 20px;
}

.table_dl table {
  width: 100%;
}

.table_dl thead {
  display: none;
}

.table_dl tbody,
.table_dl tr {
  display: block;
}

.table_dl th {
  padding: 15px 0 10px 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  color: #color_main;
  font-weight: normal;
}

.table_dl td {
  padding: 0 0 15px 0;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
}

@media (min-width: 768px) {
  .table_dl table {
    display: table;
    width: 100%;
  }
  .table_dl thead,
  .table_dl tbody {
    display: table-row-group;
  }
  .table_dl tr {
    display: table-row;
  }
  .table_dl th {
    padding: 15px 0 10px 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 30%;
  }
  .table_dl td {
    padding: 15px 10px 10px 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
}

@media (min-width: 1030px) {
  .table_dl {
    margin: 0 auto;
  }
  .table_dl th,
  .table_dl td {
    font-size: 1.4rem;
  }
}

.table_table {
  margin: 10px 20px;
}

.table_table table {
  width: 100%;
}

.table_table a {
  border-style: none;
}

.table_table th {
  padding: 10px 10px 0 10px;
  font-weight: 400;
  text-align: left;
  color: #222;
  vertical-align: top;
  white-space: nowrap;
}

.table_table td {
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
  color: #222;
}

.table_table td a {
  color: #222;
}

@media (min-width: 768px) {
  .table_table {
    margin: 20px 20px;
  }
  .table_table th,
  .table_table td {
    padding: 10px 5px;
  }
}

label {
  cursor: pointer;
  position: relative;
  display: block;
}

.required {
  font-weight: 700;
  color: #ab1426;
}

input[type="tel"],
input[type="date"],
input[type="text"],
input[type="number"],
input[type="email"],
textarea {
  margin: 0 0 5px 0;
  padding: 0.8em;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1;
  outline: medium none;
  box-sizing: border-box;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.6rem;
  box-shadow: none;
}

input[type="tel"]:focus,
input[type="date"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #999;
}

input[type="tel"]::placeholder,
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #ccc;
}

input[type="number"],
input[type="date"] {
  width: auto;
}

textarea {
  min-height: 3em;
  font-size: 1.6rem;
}

.radio,
.checkbox {
  margin: 0 0 5px 0;
}

.radio li,
.checkbox li {
  list-style-type: none;
  font-size: 1.3rem;
}

@media (min-width: 1030px) {
  .radio,
  .checkbox {
    display: flex;
    flex-wrap: wrap;
  }
  .radio li,
  .checkbox li {
    margin-right: 10px;
  }
}

select {
  appearance: none;
  border: 0;
  margin: 0 0 5px 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

.select {
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #ccc;
  line-height: 1;
  vertical-align: middle;
  background: #fff;
}

.select::after {
  margin: -6px 0 0 5px;
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
}

.select > select {
  margin: 0;
  width: 130%;
  display: block;
  line-height: 1;
  padding: 0.8em 3em 0.8em 1em;
  font-size: 1.6rem;
  z-index: 2;
  position: relative;
  appearance: none;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .select > select {
    width: 102%;
  }
}

@media (min-width: 1030px) {
  .select > select {
    font-size: 1.8rem;
  }
}

button {
  border-style: none;
  appearance: none;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1em 2em;
  line-height: 1;
  background-color: #dcdddd;
}

button.bg_gold {
  color: #fff;
  background-color: #c8a559;
}

@media (min-width: 768px) {
  button {
    font-size: 1.6rem;
  }
}

.buttons {
  margin: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.buttons li {
  margin: 0 5px;
  max-width: 80%;
}

.space_error p {
  font-weight: 700;
  color: #ab1426;
}

@media (min-width: 768px) {
  .space_error p {
    text-align: center;
  }
}

.space_alert {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 500px;
  background: #fff;
  z-index: 2;
  overflow: hidden;
}

.space_alert p {
  text-align: center;
  color: #222;
}

.space_alert .title {
  font-weight: 700;
}

.space_alert .button_text {
  margin-top: 20px;
  margin-bottom: 0;
}

#bg_black {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}

body {
  position: relative;
}

body::before {
  content: "";
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 400ms, visibility 500ms;
  background-color: rgba(0, 0, 0, 0);
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}

body.menu_open::before {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 800ms linear;
}

body.menu_open #header #menu {
  transform: none;
}

body.menu_open #header #menu_sw span::before {
  animation: menu_sw_after 800ms forwards;
}

body.menu_open #header #menu_sw span i {
  animation: menu_sw 800ms forwards;
}

body.menu_open #header #menu_sw span::after {
  animation: menu_sw_before 800ms forwards;
}

@keyframes menu_sw_before {
  50% {
    transform: translate(0, -8px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0) rotate(-45deg);
  }
}

@keyframes menu_sw {
  75% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}

@keyframes menu_sw_after {
  0% {
  }
  50% {
    transform: translate(0, 8px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}

#header {
  padding: 10px 0;
  position: fixed;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  z-index: 30;
  background-color: #fff;
}

#header .logo {
  margin: 0 auto;
  width: 91px;
}

#header .logo a {
  width: 91px;
  height: 40px;
  background-position: -100px 0;
}

#header #menu_sw {
  margin: 0;
  position: fixed;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  z-index: 10;
}

#header #menu_sw button {
  padding: 0;
  display: block;
  border-style: none;
  border-radius: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#header #menu_sw span {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
}

#header #menu_sw span::before, #header #menu_sw span::after,
#header #menu_sw span i {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: -1px 0 0 -10px;
}

#header #menu_sw span::before {
  transform: translate(0, -9px);
}

#header #menu_sw span::after {
  transform: translate(0, 8px);
}

#header #menu {
  margin: 0;
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 31;
  transform: translate(-100%, 0);
  transition: transform 800ms;
  transition-timing-function: cubic-bezier(0.65, 0.06, 0.36, 0.95);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

#header #menu .list_menu {
  margin: 40px 20px;
  position: relative;
  z-index: 2;
}

#header #menu li {
  font-size: 1.3rem;
}

#header #menu .item {
  border-top: 1px solid #111;
}

#header #menu .item:first-child {
  border-style: none;
}

#header #menu .item a {
  padding: 2em 10px 2em 30px;
  display: block;
  text-decoration: none;
  position: relative;
}

#header #menu .item a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  position: absolute;
  top: 50%;
  left: 10px;
  transform-origin: center center;
  transform: rotate(45deg) translate(0, -50%);
}

#header #menu .tree {
  border-top: 1px solid #111;
}

#header #menu .hoverpoint {
  padding: 2em 10px 0.6em 15px;
  background-color: transparent;
  cursor: pointer;
}

#header #menu .list_menu_child {
  margin-bottom: 1em;
}

#header #menu .list_menu_child__item a {
  margin-left: 15px;
  padding: 0.6em 10px 0.6em 30px;
  display: block;
  text-decoration: none;
  position: relative;
}

#header #menu .list_menu_child__item a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
  position: absolute;
  top: 50%;
  left: 10px;
  transform-origin: center center;
  transform: rotate(45deg) translate(0, -50%);
}

#header #menu .sns {
  padding-top: 2em;
}

#header #menu .sns ul {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#header #menu .sns li {
  margin: 0 10px 10px 10px;
}

#header #menu .sns a {
  width: 30px;
  height: 30px;
}

#header #menu .sns .tw a {
  background-position: -200px -30px;
}

#header #menu .sns .fb a {
  background-position: -230px -30px;
}

#header #menu .sns .tiktok a {
  background-position: -260px -30px;
}

#header #menu .sns .insta a {
  background-position: -290px -30px;
}

#header #menu .sns .youtube a {
  background-position: -320px -30px;
}

#header #menu .sns .line a {
  width: 100px;
  background-position: -240px -90px;
}

@media (min-width: 1030px) {
  #header {
    height: 55px;
  }
  #header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .logo {
    margin: 0 auto 0 0;
    width: 114px;
  }
  #header .logo a {
    width: 114px;
    height: 50px;
    background-position: -120px -70px;
  }
  #header #menu_sw {
    display: none;
  }
  #header #menu {
    margin: 0;
    position: static;
    background-color: transparent;
    transform: none;
    transition: none;
    overflow: visible;
  }
  #header #menu .list_menu {
    margin: 0;
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
  }
  #header #menu li {
    font-size: 1.4rem;
    font-weight: 700;
  }
  #header #menu .item {
    margin-left: 20px;
    border-style: none;
  }
  #header #menu .item a {
    padding: 1em 10px;
    display: block;
    text-decoration: none;
    position: static;
  }
  #header #menu .item a::before {
    display: none;
  }
  #header #menu .tree {
    margin-left: 20px;
    border-style: none;
  }
  #header #menu .hoverpoint {
    font-size: 1.4rem;
    padding: 1em 10px;
    font-family: "Century Gothic", CenturyGothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  #header #menu .list_menu_child_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
  }
  #header #menu .list_menu_child_wrapper:hover .list_menu_child {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
  }
  #header #menu .list_menu_child {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 35px;
    z-index: 1000;
    background-color: #fff;
    display: inline-block;
    width: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 100ms;
  }
  #header #menu .list_menu_child__item a {
    margin-left: 0;
    padding: 0.8em 30px 0.8em 40px;
    white-space: nowrap;
    transition: background-color 500ms;
  }
  #header #menu .list_menu_child__item a::before {
    left: 15px;
  }
  #header #menu .list_menu_child__item a:hover {
    background-color: #ccc;
  }
  #header #menu .sns {
    margin-left: 30px;
    padding-top: 0;
  }
  #header #menu .sns ul {
    display: flex;
    justify-content: center;
  }
  #header #menu .sns li {
    margin: 0 0 0 10px;
  }
  #header #menu .sns a {
    width: 30px;
    height: 30px;
  }
  #header #menu .sns .tw a {
    background-position: -200px -30px;
  }
  #header #menu .sns .fb a {
    background-position: -230px -30px;
  }
  #header #menu .sns .tiktok a {
    background-position: -260px -30px;
  }
  #header #menu .sns .insta a {
    background-position: -290px -30px;
  }
  #header #menu .sns .youtube a {
    background-position: -320px -30px;
  }
  #header #menu .sns .line a {
    width: 100px;
    background-position: -240px -90px;
  }
}

#footer {
  padding: 30px 0;
  background-color: #444;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer ul {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer li {
  padding: 0 10px;
  font-size: 1.2rem;
}

#footer .credit {
  margin: 20px 20px 0 20px;
  font-size: 1rem;
  color: #fff;
  line-height: 2;
  text-align: center;
}

@media (min-width: 768px) {
  #footer li {
    font-size: 1.4rem;
  }
  #footer .credit {
    font-size: 1.2rem;
  }
}

#go2pagetop {
  margin: 0;
  padding: 0;
  width: 38px;
  height: 38px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: all 500ms;
  transform: translate(0, 200px);
  z-index: 2;
}

#go2pagetop.on {
  transform: translate(0, 0);
}

#go2pagetop a {
  display: block;
  height: 36px;
  background-color: rgba(200, 165, 89, 0.8);
  position: relative;
}

#go2pagetop a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(45deg);
}

@media (min-width: 768px) {
  #go2pagetop {
    width: 60px;
    height: 60px;
  }
  #go2pagetop a {
    height: 58px;
    width: 58px;
  }
  #go2pagetop a::before {
    width: 26px;
    height: 26px;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.selector {
  /* IE11 のみ適用される */
  right: 0;
  left: auto;
  width: 1200px;
}

p {
  margin: 1.6em 20px;
  padding: 0;
  line-height: 1.8;
  text-align: justify;
  font-weight: 400;
  font-size: 1.4rem;
}

p.image {
  margin: 2em 0px;
}

@media (min-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

dl {
  margin: 0 20px 1.6em 20px;
  padding: 0;
}

dt {
  margin: 1.6em 0 0 0;
  font-weight: 700;
}

dd {
  margin-top: 0.4em;
}

em {
  font-weight: 700;
  font-style: normal;
}

.nobashi {
  transform: scale(2, 1);
  transform-origin: left center;
  display: inline-block;
  width: 2em;
}

.space_scroll {
  overflow: auto;
}

.color_red {
  color: #ab1426;
}

/* main */
article {
  padding: 60px 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  article {
    overflow: hidden;
  }
}

@media (min-width: 1030px) {
  article {
    padding: 75px 0;
  }
}

/* section */
section {
  margin: 0 0;
  padding: 35px 0;
  position: relative;
}

@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}

@media (min-width: 1030px) {
  section {
    padding: 70px 0;
  }
}

.content_text {
  margin: 0 20px;
}

#breadcrumb {
  margin: 10px 20px;
  border-bottom: 1px solid #ddd;
}

#breadcrumb ul {
  display: none;
}

@media (min-width: 1030px) {
  #breadcrumb {
    margin: 10px auto;
    padding: 10px 0;
    max-width: 1100px;
  }
  #breadcrumb ul {
    display: flex;
    justify-content: flex-start;
  }
  #breadcrumb li {
    margin-right: 10px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
  #breadcrumb li::after {
    margin-left: 10px;
    content: "\03e";
  }
  #breadcrumb li:last-child::after {
    display: none;
  }
  #breadcrumb li a {
    display: inline-block;
  }
}

@media (min-width: 1030px) {
  .wrapper {
    position: relative;
    margin: 0 auto;
    width: 1100px;
  }
  .wrapper.mid {
    width: 700px;
  }
}

.space_map {
  width: 100%;
  height: 200px;
}

.space_map iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .space_map {
    height: 360px;
  }
}

/* ----------------- 
title 
----------------- */
.title_bordered {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.4;
  position: relative;
}

.title_bordered::before {
  margin: 0 auto;
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #c8a559;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#breadcrumb + .title_bordered {
  padding-top: 40px;
}

.title_bordered + section {
  padding-top: 0;
}

@media (min-width: 768px) {
  .title_bordered {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
}

@media (min-width: 1030px) {
  #breadcrumb + .title_bordered {
    padding-top: 50px;
  }
  .title_bordered + section {
    padding-top: 10px;
  }
}

.title_top_bordered {
  border-top: 2px solid #c8a559;
  padding: 1em 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.title_w_en {
  margin: 0 20px 25px 20px;
}

.title_w_en__en {
  margin-bottom: 10px;
  display: block;
}

.title_w_en__en--variousinterior {
  width: 196px;
}

.title_w_en__en--furnitureskitchen {
  width: 261px;
}

.title_w_en__en--cleansafe {
  width: 196px;
}

.title_w_en__en--easyaccessible {
  width: 200px;
}

.title_w_en__en--up2you {
  width: 279px;
}

.title_w_en__en--checkin {
  width: 206px;
}

.title_w_en__ja {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .title_w_en {
    box-sizing: border-box;
    display: block;
    width: 50%;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  .title_w_en__en {
    margin-bottom: 15px;
  }
  .title_w_en__en--variousinterior {
    width: 265px;
  }
  .title_w_en__en--cleansafe {
    width: 320px;
  }
  .title_w_en__en--easyaccessible {
    width: 271px;
  }
  .title_w_en__en--up2you {
    width: 377px;
  }
}

@media (min-width: 1030px) {
  .title_w_en__ja {
    font-size: 2.4rem;
  }
  .title_w_en__en--furnitureskitchen {
    width: 349px;
  }
}

.title_bold {
  margin: 0 20px 1em 20px;
  font-weight: 700;
  font-size: 1.6rem;
}

/* ----------------- 
link & button 
----------------- */
.type_button {
  padding: 1em 0;
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background-color: #695749;
  color: #fff;
}

.type_button--smaller {
  font-size: 1.4rem;
}

.type_button.bg_blue {
  color: #fff;
  background-color: #1d72bd;
}

.type_button.bg_pink {
  color: #fff;
  background-color: #ff5a5f;
}

.type_border_button {
  position: relative;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 300;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}

.type_border_button--display::before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 14px;
  height: 14px;
  background-position: 0 -130px;
  transform: translate(0, -50%);
}

.type_border_button--close::before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 14px;
  height: 14px;
  background-position: -20px -130px;
  transform: translate(0, -50%);
}

.type_border_button--movie::before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 14px;
  height: 14px;
  background-position: -40px -130px;
  transform: translate(0, -50%);
}

@media (min-width: 768px) {
  .type_border_button {
    font-size: 1.4rem;
  }
}

.list_accomodations {
  margin: 0 20px 0 20px;
}

.list_accomodations a {
  text-decoration: none;
}

.list_accomodations .item {
  margin-top: 30px;
}

.list_accomodations .image {
  margin: 0;
}

.list_accomodations .image img {
  object-fit: cover;
  width: 100%;
  height: 60vw;
}

.list_accomodations .cat {
  margin: 15px 0 0.4em 0;
  padding: 0 0.8em;
  border: 1px solid #222;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
}

.list_accomodations .title_name {
  margin: 0 5px 0.4em 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.list_accomodations .comment {
  margin: 0.4em 5px;
}

.list_accomodations .links {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.list_accomodations .links li {
  width: 48%;
  font-size: 1.6rem;
}

.list_accomodations .links a {
  display: block;
  padding: 0 20px;
  color: #fff;
  border-radius: 40px;
  text-align: center;
}

.list_accomodations .links a::before {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.list_accomodations .links .airbnb a {
  background-color: #ff5a5f;
}

.list_accomodations .links .airbnb a::before {
  background-position: -350px -30px;
}

.list_accomodations .links .fb a {
  background-color: #4368b1;
}

.list_accomodations .links .fb a::before {
  background-position: -380px -30px;
}

@media (min-width: 768px) {
  .list_accomodations {
    display: flex;
    flex-wrap: wrap;
  }
  .list_accomodations .item {
    margin-left: 2%;
    width: 48%;
  }
  .list_accomodations .item:nth-of-type(2n-1) {
    margin-left: 0;
    margin-right: 2%;
  }
  .list_accomodations .image img {
    height: 30vw;
  }
  .list_accomodations .links li {
    font-size: 1.5rem;
  }
}

@media (min-width: 1030px) {
  .list_accomodations {
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    justify-content: flex-start;
  }
  .list_accomodations .item,
  .list_accomodations .item:nth-of-type(2n-1) {
    margin: 30px 20px 0 20px;
    width: 320px;
  }
  .list_accomodations .image img {
    width: 320px;
    height: 225px;
  }
}

.list_hotels {
  margin: 0 20px 0 20px;
}

.list_hotels a {
  display: block;
  text-decoration: none;
}

.list_hotels .item {
  margin-top: 30px;
}

.list_hotels .item.on .image img {
  opacity: 1;
  transform: none;
}

.list_hotels .item.on .space_text {
  opacity: 1;
  transform: none;
}

.list_hotels .image {
  margin: 0;
  width: 100%;
}

.list_hotels .image span {
  width: 100%;
  padding-bottom: 67%;
  display: block;
  position: relative;
}

.list_hotels .image img {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 400ms 400ms cubic-bezier(0.17, 0.67, 0.83, 0.67), transform 400ms 400ms linear;
}

.list_hotels .space_text {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 400ms 600ms cubic-bezier(0.17, 0.67, 0.83, 0.67), transform 400ms 600ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  position: relative;
  z-index: 2;
}

.list_hotels .cat {
  margin: 15px 0 0.4em 0;
  padding: 0 0.8em;
  border: 1px solid #222;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
}

.list_hotels .title_name {
  margin: 0 5px 0.4em 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.list_hotels .comment {
  margin: 0.4em 5px;
}

.list_hotels .type_button {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .list_hotels {
    margin: 40px 0;
  }
  .list_hotels .item {
    margin: 0 0 80px 0;
  }
  .list_hotels .item:nth-of-type(2n) a {
    flex-direction: row-reverse;
  }
  .list_hotels .item.on .image img {
    opacity: 1;
    transform: translate(10px, 0);
  }
  .list_hotels .item.on .space_text {
    opacity: 1;
    transform: translate(-10px, 20px);
  }
  .list_hotels .item.on:nth-of-type(2n) .space_text {
    transform: translate(10px, 20px);
  }
  .list_hotels .item.on:nth-of-type(2n) .image img {
    transform: translate(-10px, 0);
  }
  .list_hotels a {
    display: flex;
    align-items: flex-start;
  }
  .list_hotels .space_text {
    padding: 10px 15px;
    width: 40%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transform: none;
  }
  .list_hotels .image {
    flex: 1;
    transform: none;
  }
  .list_hotels .title_name {
    margin-bottom: 1em;
  }
  .list_hotels .comment {
    font-size: 1.2rem;
  }
  .list_hotels .type_button {
    font-size: 1.2rem;
  }
}

@media (min-width: 1030px) {
  .list_hotels {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 940px;
  }
  .list_hotels .item {
    margin-bottom: 100px;
  }
  .list_hotels a {
    align-items: center;
  }
}

.list_buttons {
  margin: 0 0 20vw 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.list_buttons li.button_item {
  margin: 0 5px;
  max-width: 80%;
  min-width: 45%;
}

@media (min-width: 768px) {
  .list_buttons {
    margin-bottom: 0px;
  }
}

.list_equipment_icon {
  padding: 20px;
}

.list_equipment_icon .item {
  width: 100%;
  margin-top: 20px;
}

.list_equipment_icon .item:first-child {
  margin-top: 0;
}

.list_equipment_icon .item::after {
  content: "";
  display: block;
  clear: both;
}

.list_equipment_icon .icon {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 25px;
}

.list_equipment_icon .comment {
  float: right;
  width: calc(100% - 35px);
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.list_equipment_icon .title {
  font-weight: 700;
}

.list_equipment_icon .note {
  margin-top: 5px;
  display: block;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .list_equipment_icon {
    display: flex;
    flex-wrap: wrap;
  }
  .list_equipment_icon .item {
    width: 48%;
    margin-left: 4%;
  }
  .list_equipment_icon .item:nth-of-type(2) {
    margin-top: 0;
  }
  .list_equipment_icon .item:nth-of-type(2n-1) {
    margin-left: 0;
  }
  .list_equipment_icon .comment {
    font-size: 1.4rem;
  }
  .list_equipment_icon .note {
    font-size: 1.2rem;
  }
}

@media (min-width: 1030px) {
  .list_equipment_icon {
    display: block;
  }
  .list_equipment_icon .item {
    width: 100%;
    margin-left: 0;
  }
  .list_equipment_icon .item:nth-of-type(2) {
    margin-top: 20px;
  }
  .list_equipment_icon--wide {
    display: flex;
  }
  .list_equipment_icon--wide .item {
    width: 48%;
    margin-left: 4%;
  }
  .list_equipment_icon--wide .item:nth-of-type(2) {
    margin-top: 0;
  }
  .list_equipment_icon--wide .item:nth-of-type(2n-1) {
    margin-left: 0;
  }
}

.list_moviebutton {
  margin: 20px 0 10px 0;
}

.list_moviebutton .item {
  margin-top: 15px;
}

.list_3columns .item {
  margin-bottom: 20px;
}

.list_3columns .item .image {
  margin: 0 0 0.6em 0;
  width: auto;
}

.list_3columns .item p {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .list_3columns {
    margin-top: 30px;
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
  }
  .list_3columns .item {
    margin: 0 0 10px 3.5%;
    width: 31%;
  }
  .list_3columns .item:nth-of-type(3n-2) {
    margin-left: 0;
  }
  .list_3columns .item .image {
    width: auto;
  }
}

@media (min-width: 1030px) {
  .list_3columns {
    margin: 80px auto 0 auto;
  }
  .list_3columns .item p {
    font-size: 1.5rem;
  }
}

.table_cal table {
  table-layout: fixed;
}

.table_cal caption {
  padding: 10px 0;
  text-align: left;
  font-weight: 700;
}

.table_cal tr {
  display: table-column-group;
}

.table_cal th,
.table_cal td {
  padding: 5px;
  border: 1px solid #ccc;
  position: relative;
}

.table_cal tbody td .date {
  display: block;
  font-size: 1rem;
  text-align: right;
}

.table_cal tbody td .fee {
  font-size: 1.2rem;
}

.swiper-container {
  width: 89.4vw;
  height: 50.29vw;
  position: relative;
}

.swiper-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-pagination-bullet,
.swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  color: #fff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background-color: #fff;
}

.overlay .wrapper {
  height: 100%;
  overflow: auto;
}

.overlay__close {
  position: fixed;
  margin: 0;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 10;
}

.overlay__button {
  padding: 0;
  display: block;
  border-style: none;
  border-radius: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #999;
}

.overlay__crossing {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
}

.overlay__crossing::before, .overlay__crossing::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: -1px 0 0 -10px;
}

.overlay__crossing::before {
  transform: translate(0, 0) rotate(-45deg);
}

.overlay__crossing::after {
  transform: translate(0, 0) rotate(45deg);
}

.list_image_thumb {
  margin: 15.9vw 5.3vw;
  display: flex;
  flex-wrap: wrap;
}

.list_image_thumb .item {
  margin: 5.3vw 0 0 5.3vw;
  width: 42vw;
}

.list_image_thumb .item.item:nth-of-type(2n-1) {
  margin-left: 0;
}

.list_image_thumb img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 30vw;
}

@media (min-width: 1030px) {
  .list_image_thumb {
    margin: 0;
    padding: 50px;
  }
  .list_image_thumb .item {
    margin: 20px 0 0 4%;
    width: 48%;
  }
  .list_image_thumb .item img {
    width: 480px;
    height: 270px;
  }
}

.space_large {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

#overlay_image_swiper {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

#overlay_image_swiper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#overlay_image_swiper .swiper-button-prev,
#overlay_image_swiper .swiper-button-next {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

@media (min-width: 1030px) {
  #overlay_image_swiper {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    max-width: 1000px;
    transform: translate(-50%, -50%);
  }
}

/* for inline */
.youtube_wrapper {
  position: relative;
}

.youtube_wrapper .youtube_inner {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
}

.youtube_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  margin: 0 20px;
  background-color: #fff;
  padding: 20px;
  max-width: 768px;
  min-width: 280px;
  max-height: calc(100vh - 80px);
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.4rem;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__footer {
  margin: 0 20px;
}

.modal.modal--top_youtube {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.modal.modal--top_youtube[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal.modal--top_youtube .modal__overlay {
  transition: background-color 800ms;
  transition-delay: 200ms;
}

.modal.modal--top_youtube .modal__container {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  position: relative;
  overflow: visible;
}

.modal.modal--top_youtube .modal__header {
  display: block;
}

.modal.modal--top_youtube .modal__close {
  display: block;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: -30px;
}

.modal.modal--top_youtube .modal__close::before, .modal.modal--top_youtube .modal__close::after {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  transform: rotate(-45deg);
}

.modal.modal--top_youtube .modal__close::after {
  transform: rotate(45deg);
}

.modal.modal--top_youtube .modal__title {
  display: none;
}

.modal.modal--top_youtube .modal__content {
  margin: 0;
  padding: 0;
}

.modal.modal--top_youtube .modal__footer {
  display: none;
}

@media (min-width: 768px) {
  .modal.modal--top_youtube .modal__container {
    width: 90vw;
  }
  .modal.modal--top_youtube .modal__close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -50px;
    top: -50px;
  }
  .modal.modal--top_youtube .modal__close::before, .modal.modal--top_youtube .modal__close::after {
    width: 48px;
    height: 2px;
    top: 24px;
    left: 1px;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.page_home #header {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 800ms;
}

.page_home #header .logo .s {
  background-position: 0 0;
}

.page_home #header.header_open {
  background-color: #fff;
}

.page_home #header.header_open .logo .s {
  background-position: -100px 0;
}

@media (min-width: 1030px) {
  .page_home #header .logo .s {
    background-position: 0 -70px;
  }
  .page_home #header #menu .item a {
    color: #fff;
    transition: color 400ms;
  }
  .page_home #header #menu .tree .hoverpoint {
    color: #fff;
    transition: color 400ms;
  }
  .page_home #header #menu .sns .tw a {
    background-position: -200px 0;
  }
  .page_home #header #menu .sns .fb a {
    background-position: -230px 0;
  }
  .page_home #header #menu .sns .tiktok a {
    background-position: -260px 0;
  }
  .page_home #header #menu .sns .insta a {
    background-position: -290px 0;
  }
  .page_home #header #menu .sns .youtube a {
    background-position: -320px 0;
  }
  .page_home #header #menu .sns .line a {
    background-position: -240px -60px;
  }
  .page_home #header.header_open .logo .s {
    background-position: -120px -70px;
  }
  .page_home #header.header_open #menu .item a {
    color: #222;
  }
  .page_home #header.header_open #menu .tree .hoverpoint {
    color: #222;
  }
  .page_home #header.header_open #menu .sns .tw a {
    background-position: -200px -30px;
  }
  .page_home #header.header_open #menu .sns .fb a {
    background-position: -230px -30px;
  }
  .page_home #header.header_open #menu .sns .tiktok a {
    background-position: -260px -30px;
  }
  .page_home #header.header_open #menu .sns .insta a {
    background-position: -290px -30px;
  }
  .page_home #header.header_open #menu .sns .youtube a {
    background-position: -320px -30px;
  }
  .page_home #header.header_open #menu .sns .line a {
    background-position: -240px -90px;
  }
}

.page_home article {
  padding-top: 0;
}

.page_home #top_images {
  height: 133.3vw;
  position: relative;
}

.page_home #top_images #canvas-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  object-fit: cover;
  pointer-events: none;
}

.page_home #top_images .list_images .item {
  pointer-events: none;
}

.page_home #top_images .list_images .item .image {
  visibility: hidden;
}

.page_home #top_images .list_images .item--on {
  pointer-events: all;
  z-index: 10;
}

.page_home #top_images .list_images .item--on .type_button--click2video {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: translate(-50%, 0), scale(1);
  transition: opacity 400ms transform 300ms;
}

.page_home #top_images .type_button--click2video {
  display: inline-block;
  padding: 0.6em 0.8em;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 400ms;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 300;
  font-family: "Century Gothic", CenturyGothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0) scale(0.9);
}

@media (min-width: 768px) {
  .page_home #top_images .type_button--click2video {
    font-size: 1.8rem;
    bottom: 50px;
  }
}

.page_home #top_images .image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 800ms 600ms linear;
  z-index: 2;
  opacity: 0;
}

.page_home #top_images .image img {
  object-fit: cover;
  height: 133.3vw;
}

.page_home #top_images .video {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: height 800ms 600ms linear;
  z-index: 1;
}

.page_home #top_images .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_home #top_images .space_text {
  position: absolute;
  bottom: 5vw;
  left: 5vw;
  z-index: 10;
}

.page_home #top_images .sub_text {
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1;
  transition: width 500ms 1300ms ease-in;
}

.page_home #top_images .sub_text span {
  padding: 0.4em 0.6em;
  display: inline-block;
  transition: all 0.8s ease;
  clip-path: inset(0 100% 0 0);
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}

.page_home #top_images .sub_text.on span {
  clip-path: inset(0 0 0 0);
}

.page_home #top_images .main_text {
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  transition: width 500ms 1500ms ease-in;
  transition-delay: 800ms;
  display: inline-block;
}

.page_home #top_images .main_text span {
  padding: 0.4em 0.6em;
  display: inline-block;
  transition: all 0.8s ease;
  clip-path: inset(0 100% 0 0);
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}

.page_home #top_images .main_text.on span {
  clip-path: inset(0 0 0 0);
}

@media (min-width: 768px) {
  .page_home #top_images {
    height: 63.8vw;
  }
  .page_home #top_images #canvas-main {
    height: 63.8vw;
  }
  .page_home #top_images .video video,
  .page_home #top_images .video img,
  .page_home #top_images .image video,
  .page_home #top_images .image img {
    height: 63.8vw;
  }
  .page_home #top_images .space_text {
    bottom: 5vw;
    left: 5vw;
    width: 40vw;
  }
}

@media (min-width: 1030px) {
  .page_home #top_images {
    height: 700px;
  }
  .page_home #top_images #canvas-main {
    width: 100%;
    height: 700px;
  }
  .page_home #top_images .video video,
  .page_home #top_images .video img,
  .page_home #top_images .image video,
  .page_home #top_images .image img,
  .page_home #top_images .image_blur video,
  .page_home #top_images .image_blur img {
    height: 700px;
  }
  .page_home #top_images .wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    height: 100%;
    max-width: 1100px;
    transform: translate(-50%, 0);
    z-index: 4;
  }
  .page_home #top_images .space_text {
    left: 0;
    bottom: 50px;
    width: 400px;
  }
  .page_home #top_images .sub_text {
    font-size: 1.8rem;
  }
  .page_home #top_images .main_text {
    font-size: 2.6rem;
  }
}

.page_home #space_main {
  height: 133.3vw;
}

.page_home #space_main .frame {
  height: 100%;
  background: url(../images/home/main_1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.page_home #space_main p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding: 10px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.page_home #space_main p span {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .page_home #space_main {
    height: 63.8vw;
  }
}

@media (min-width: 1030px) {
  .page_home #space_main {
    height: 700px;
  }
  .page_home #space_main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+1,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
  }
  .page_home #space_main .frame {
    background-image: url(../images/home/main_1_pc.jpg);
    background-size: cover;
  }
  .page_home #space_main .frame .wrapper {
    height: 100%;
  }
  .page_home #space_main .frame p {
    left: 0;
    bottom: 100px;
    font-size: 3.6rem;
  }
  .page_home #space_main .frame p span {
    font-size: 2rem;
  }
}

.page_home #unit_intro::before {
  content: "";
  display: block;
  width: 200vw;
  height: 90.6vw;
  background-color: #f9f8f7;
  transform: skew(-30deg);
  position: absolute;
  z-index: -1;
  top: 13.3vw;
  left: 0;
}

.page_home #unit_intro .space_video video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page_home #unit_intro ul {
  margin-top: 30px;
}

.page_home #unit_intro li {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.page_home #unit_intro li .image {
  margin: 0;
  position: relative;
}

.page_home #unit_intro li .image::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity 400ms;
  z-index: 3;
}

.page_home #unit_intro li .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 20, 0, 0);
  transition: background-color 400ms;
  z-index: 2;
}

.page_home #unit_intro li .image img {
  display: block;
  position: relative;
}

.page_home #unit_intro li::after {
  content: "";
  display: block;
  height: 150%;
  width: 150%;
  position: absolute;
  background-color: rgba(33, 20, 0, 0.2);
  right: 0;
  top: 0;
  transform-origin: right top;
  transform: rotate(-90deg);
  transition: transform 400ms;
}

.page_home #unit_intro li dl {
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box;
  z-index: 4;
}

.page_home #unit_intro li dt {
  margin: 1em 0;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.page_home #unit_intro li dd {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  opacity: 1;
  /*
        line-height: 0;
        overflow: hidden;
        opacity: 0;
        */
  transform: translate(0, -20px);
  opacity: 0;
  visibility: hidden;
  transition: all 600ms;
  line-height: 0;
  overflow: hidden;
}

.page_home #unit_intro li:hover::after {
  transform: rotate(-60deg);
}

.page_home #unit_intro li:hover .image::after {
  background-color: rgba(33, 20, 0, 0.5);
}

.page_home #unit_intro li:hover .image::before {
  opacity: 1;
}

.page_home #unit_intro li:hover dd {
  visibility: visible;
  transform: none;
  opacity: 1;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .page_home #unit_intro .title_intro {
    text-align: center;
  }
  .page_home #unit_intro ul {
    display: flex;
    flex-wrap: wrap;
  }
  .page_home #unit_intro li {
    width: 50%;
  }
  .page_home #unit_intro li dt {
    font-size: 2.4rem;
  }
  .page_home #unit_intro li dd {
    font-size: 1.5rem;
  }
  .page_home #unit_intro .space_video {
    margin: 0 auto;
    max-width: 360px;
  }
}

@media (min-width: 1030px) {
  .page_home #unit_intro {
    padding-bottom: 0;
    z-index: 2;
  }
  .page_home #unit_intro::before {
    content: "";
    display: block;
    width: 200%;
    height: 240px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: skew(-30deg) translate(-380px, 0);
  }
  .page_home #unit_intro ul {
    margin-top: 60px;
  }
  .page_home #unit_intro li {
    width: calc(100% / 3);
  }
}

.page_home #unit_features {
  padding-top: 0;
}

@media (min-width: 768px) {
  .page_home #unit_features {
    padding-top: 50px;
  }
}

@media (min-width: 1030px) {
  .page_home #unit_features {
    padding-top: 70px;
  }
}

.page_home .list_features .item {
  margin: 0 0 3em 0;
}

.page_home .list_features .item a {
  text-decoration: none;
}

.page_home .list_features .item.on .image {
  background-color: #fff;
}

.page_home .list_features .item.on .image img {
  opacity: 1;
  transform: none;
}

.page_home .list_features .item.on dt {
  width: 100%;
}

.page_home .list_features .item.on dd {
  opacity: 1;
  transform: none;
}

.page_home .list_features .item.hover .image {
  transform: scale(1.4);
}

.page_home .list_features .image {
  margin: 0 20px;
  transition: background-color 400ms　400ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  background-color: #eee;
}

.page_home .list_features .image img {
  opacity: 0;
  transition: opacity 400ms 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.page_home .list_features dl {
  margin: -25px 20px 0 20px;
  position: relative;
  z-index: 2;
}

.page_home .list_features dt {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  transition: width 800ms 400ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.page_home .list_features dt span {
  padding: 1em 15px 0.5em 0;
  display: inline-block;
  margin-left: 0;
  background-color: #fff;
  transition: margin-left 800ms 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.page_home .list_features dd {
  margin: 0 0 1em 0;
  padding: 0;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 400ms 800ms cubic-bezier(0.17, 0.67, 0.83, 0.67), transform 400ms 800ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

@media (min-width: 768px) {
  .page_home .list_features {
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .page_home .list_features .item {
    margin: 0;
    box-sizing: border-box;
    width: calc(100% / 3);
    padding: 10px 15px;
  }
  .page_home .list_features .item:nth-of-type(3n - 2) .image {
    transition-delay: 0ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 2) .image img {
    transition-delay: 0ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 2) dt {
    transition-delay: 0ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 2) dt span {
    transition-delay: 500ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 2) dd {
    transition-delay: 800ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 1) .image {
    transition-delay: 300ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 1) .image img {
    transition-delay: 300ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 1) dt {
    transition-delay: 400ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 1) dt span {
    transition-delay: 900ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 1) dd {
    transition-delay: 1200ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 0) .image {
    transition-delay: 600ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 0) .image img {
    transition-delay: 600ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 0) dt {
    transition-delay: 800ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 0) dt span {
    transition-delay: 1300ms;
  }
  .page_home .list_features .item:nth-of-type(3n - 0) dd {
    transition-delay: 1600ms;
  }
  .page_home .list_features .image {
    margin: 0;
  }
  .page_home .list_features dl {
    margin-left: 0;
    margin-right: 0;
  }
  .page_home .list_features dt span {
    padding: 1em 15px 0.5em 0;
  }
  .page_home .list_features dd {
    margin: 0 0 1em 0;
  }
}

@media (min-width: 1030px) {
  .page_home .list_features {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
  }
  .page_home .list_features .item {
    margin: 0;
    padding: 20px;
  }
  .page_home .list_features dd {
    margin: 0 10px;
  }
}

.page_home #unit_accommodations .title_intro {
  text-align: center;
}

@media (min-width: 1030px) {
  .page_home #unit_accommodations {
    padding-top: 145px;
    margin-top: -75px;
    z-index: 1;
  }
}

.topimage-nav {
  display: flex;
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 10px;
}

.topimage-nav__item {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.topimage-nav__item:hover > .topimage-nav__item__dot::before {
  opacity: 1;
  transform: scale(2.5);
}

.topimage-nav__item__dot {
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-radius: 9px;
  position: absolute;
  top: 12px;
  left: 12px;
  transition: transform 800ms;
  transform: scale(0);
  opacity: 0;
  background: white;
  animation: topimage-nav 800ms 0ms both;
}

.topimage-nav__item__dot--1 {
  animation-delay: 0ms;
}

.topimage-nav__item__dot--2 {
  animation-delay: 400ms;
}

.topimage-nav__item__dot--3 {
  animation-delay: 800ms;
}

.topimage-nav__item__dot--4 {
  animation-delay: 1200ms;
}

.topimage-nav__item__dot--5 {
  animation-delay: 1600ms;
}

.topimage-nav__item__dot--6 {
  animation-delay: 2000ms;
}

.topimage-nav__item__dot--7 {
  animation-delay: 2400ms;
}

.topimage-nav__item__dot--8 {
  animation-delay: 2800ms;
}

.topimage-nav__item__dot--9 {
  animation-delay: 3200ms;
}

.topimage-nav__item__dot::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 9px;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: transform 800ms, opacity 800ms;
  z-index: 2;
}

.topimage-nav__item__canvas {
  width: 30px;
  height: 30px;
}

@keyframes topimage-nav {
  0% {
    background-color: rgba(255, 255, 255, 0);
    transform: scale(0);
    opacity: 0;
  }
  20% {
    background-color: rgba(255, 255, 255, 0);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    background-color: rgba(255, 255, 255, 0);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    background-color: white;
    opacity: 1;
    transform: scale(1);
  }
}

.page_company th {
  padding: 20px 10px 20px 0;
  width: 5em;
  font-weight: 700;
  border-top: 1px solid #eee;
}

.page_company td {
  border-top: 1px solid #eee;
  padding: 20px 0;
}

.page_company tr:first-child th,
.page_company tr:first-child td {
  border-style: none;
}

@media (min-width: 768px) {
  .page_company .table_table {
    text-align: center;
  }
  .page_company .table_table table {
    width: auto;
    display: inline-block;
  }
  .page_company .table_table th {
    padding-left: 50px;
    padding-right: 20px;
    font-size: 1.5rem;
    width: 25%;
  }
  .page_company .table_table td {
    padding-right: 50px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1030px) {
  .page_company .table_table {
    margin-right: auto;
    margin-left: auto;
    width: 700px;
  }
  .page_company .table_table table {
    width: 100%;
    display: table;
  }
}

.page_contact th,
.page_reservation th {
  position: relative;
}

.page_contact th .required,
.page_reservation th .required {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .page_contact td,
  .page_reservation td {
    padding-left: 40px;
  }
  .page_contact .note,
  .page_reservation .note {
    text-align: center;
  }
}

@media (min-width: 1030px) {
  .page_contact .table_dl,
  .page_reservation .table_dl {
    margin: 20px auto;
    width: 700px;
  }
}

.page_reservation .space_selectroom {
  display: none;
}

.page_reservation .space_selectroom--open {
  display: block;
}

.page_reservation #date_start,
.page_reservation #date_end {
  width: 40%;
}

.page_reservation #tr_num .select {
  display: inline-block;
  width: 60%;
}

@media (min-width: 768px) {
  .page_reservation .space_intro {
    margin-bottom: 40px;
  }
  .page_reservation .space_intro p {
    text-align: center;
  }
}

@media (min-width: 1030px) {
  .page_reservation #date_start,
  .page_reservation #date_end {
    width: 45%;
  }
}

.page_hotel_detail #space_main_images .list_images {
  display: flex;
  flex-wrap: wrap;
}

.page_hotel_detail #space_main_images .list_images img {
  object-fit: cover;
  display: block;
}

.page_hotel_detail #space_main_images .list_images .item {
  width: calc(100% / 3);
  position: relative;
}

.page_hotel_detail #space_main_images .list_images .item:first-child {
  width: 100%;
}

.page_hotel_detail #space_main_images .list_images .item:first-child img {
  width: 100vw;
  height: 100vw;
}

.page_hotel_detail #space_main_images .list_images .item .link {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.page_hotel_detail #space_main_images .list_images .item .link button {
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  line-height: 1.4;
  width: 30vw;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: transparent;
  font-size: 1.2rem;
}

.page_hotel_detail #space_main_images .list_images a {
  display: block;
  position: absolute;
  height: 100%;
}

.page_hotel_detail #space_main_images .list_images a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.page_hotel_detail #space_main_images .list_images a .text {
  display: block;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 3;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  transform: translate(0, -50%);
}

.page_hotel_detail .title_hotel {
  margin: 20px 0 0 0;
}

.page_hotel_detail .title_hotel .category {
  margin: 0 20px 10px 20px;
}

.page_hotel_detail .title_hotel .category span {
  padding: 0.4em 1em;
  border: 1px solid #000;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  border-radius: 2rem;
}

.page_hotel_detail .title_hotel .name {
  margin: 0 20px;
  padding-bottom: 15px;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 1px solid #222;
}

.page_hotel_detail .title_hotel .name .room_name {
  margin: 0.4em 0 0 0;
  padding: 0.2em 0.8em;
  border-radius: 20px;
  display: inline-block;
  background-color: #000;
  color: #fff;
}

.page_hotel_detail .unit_roomindex {
  margin: 20px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.page_hotel_detail .unit_roomindex .title_bold {
  margin: 0.5em 0;
  font-size: 1.2rem;
}

.page_hotel_detail .unit_roomindex .list_roomthumb {
  display: flex;
  flex-wrap: wrap;
}

.page_hotel_detail .unit_roomindex .list_roomthumb a {
  text-decoration: none;
}

.page_hotel_detail .unit_roomindex .list_roomthumb .item {
  margin: 10px 0 0 0;
  width: 30%;
}

.page_hotel_detail .unit_roomindex .list_roomthumb .item:nth-of-type(3n-1) {
  margin-left: 5%;
  margin-right: 5%;
}

.page_hotel_detail .unit_roomindex .list_roomthumb .title {
  margin: 0.4em 0 0 0;
  font-size: 1.2rem;
}

.page_hotel_detail .unit_roomindex .list_roomthumb .photo {
  margin: 0;
}

.page_hotel_detail #unit_intro {
  padding-top: 0;
  padding-bottom: 0;
}

.page_hotel_detail #unit_intro .copy {
  font-weight: 700;
}

.page_hotel_detail #unit_intro .space_comment {
  overflow: hidden;
  max-height: 200px;
}

.page_hotel_detail #unit_intro .space_comment p:first-child {
  margin-top: 0;
}

.page_hotel_detail #unit_intro .space_button {
  margin-top: 0.5em;
  text-align: center;
}

.page_hotel_detail #unit_intro .space_button::before {
  content: "：";
  display: block;
}

.page_hotel_detail #unit_intro .space_button button {
  background-color: transparent;
  font-size: 1.3rem;
  font-weight: 300;
  color: #666;
}

.page_hotel_detail #unit_intro .space_button .do_active {
  display: inline;
}

.page_hotel_detail #unit_intro .space_button .not_active {
  display: none;
}

.page_hotel_detail #unit_intro.active .space_comment {
  max-height: none;
}

.page_hotel_detail #unit_intro.active .space_button::before {
  display: none;
}

.page_hotel_detail #unit_intro.active .space_button .do_active {
  display: none;
}

.page_hotel_detail #unit_intro.active .space_button .not_active {
  display: inline;
}

.page_hotel_detail .space_sub .unit_roomindex {
  display: none;
}

.page_hotel_detail #unit_sns {
  margin: 15px 20px;
  padding: 15px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.page_hotel_detail #unit_sns .list_sns {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.page_hotel_detail #unit_sns .list_sns .sns {
  margin: 0 5px;
  width: 50px;
  height: 50px;
}

.page_hotel_detail #unit_sns .list_sns .sns a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: -340px -60px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.page_hotel_detail #unit_sns .list_sns .sns a.insta {
  background-position: -390px -60px;
}

.page_hotel_detail #unit_sns .list_sns .copy {
  margin: 0 5px 0 10px;
  flex: 1;
  position: relative;
}

.page_hotel_detail #unit_sns .list_sns .copy::before {
  position: absolute;
  top: 50%;
  left: -6px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 0;
  border-color: transparent #eee transparent transparent;
  transform: translate(0, -50%);
}

.page_hotel_detail #unit_sns .list_sns .copy span {
  padding: 1em 10px;
  display: block;
  border-radius: 10px;
  background-color: #eee;
  font-size: 1.2rem;
}

.page_hotel_detail #unit_summary {
  margin: 15px 20px;
  padding: 15px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.page_hotel_detail #unit_summary .list_summary {
  margin: 0 15px;
  line-height: 1.4;
  font-size: 1.2rem;
}

.page_hotel_detail #unit_summary .list_summary li {
  padding: 0.8em 0;
  border-top: 1px solid #ccc;
}

.page_hotel_detail #unit_summary .list_summary li:first-child {
  border-top-style: none;
}

.page_hotel_detail #unit_equipment {
  margin: 15px 20px;
  padding: 5px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.page_hotel_detail #unit_equipment .title_bold {
  padding: 10px 15px;
  font-size: 1.3rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

.page_hotel_detail #unit_equipment .list_equipment {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.2rem;
}

.page_hotel_detail #unit_equipment .para_button {
  margin: 10px 20px;
}

.page_hotel_detail #unit_movie {
  margin: 15px 20px;
  padding: 5px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.page_hotel_detail #unit_movie .title_bold {
  padding: 10px 15px;
  font-size: 1.3rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

.page_hotel_detail #unit_movie .list_moviebutton {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.2rem;
}

.page_hotel_detail .unit_reservation {
  margin: 15px 20px;
  padding: 0 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.page_hotel_detail .unit_reservation .title_bold {
  padding: 10px 15px 0 15px;
  font-size: 1.4rem;
}

.page_hotel_detail .unit_reservation .space_button {
  margin-top: 10px;
}

.page_hotel_detail #unit_rooms {
  padding-bottom: 0;
}

.page_hotel_detail #unit_rooms .item {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #ccc;
}

.page_hotel_detail #unit_rooms .item:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border-style: none;
}

.page_hotel_detail #unit_rooms .image {
  margin: 0 0;
}

.page_hotel_detail #unit_rooms .table_table {
  margin: 20px 0 0 0;
}

.page_hotel_detail #unit_rooms table {
  width: 100%;
}

.page_hotel_detail #unit_rooms table tr {
  display: table-row;
}

.page_hotel_detail #unit_rooms table th,
.page_hotel_detail #unit_rooms table td {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: table-cell;
  font-size: 1.2rem;
}

.page_hotel_detail #unit_rooms table th {
  width: 5em;
}

.page_hotel_detail #unit_rooms table thead {
  display: table-row-group;
}

.page_hotel_detail #unit_rooms table tbody {
  display: table-row-group;
}

.page_hotel_detail #unit_rooms p {
  margin-right: 0;
  margin-left: 0;
}

.page_hotel_detail #unit_rooms .space_comment p {
  font-size: 1.2rem;
}

.page_hotel_detail #unit_rooms .space_button {
  margin-bottom: 0;
}

.page_hotel_detail #unit_rooms .image_list_swiper {
  overflow: hidden;
  height: 59.4vw;
  position: relative;
}

.page_hotel_detail #unit_spec {
  padding-bottom: 0;
}

.page_hotel_detail #unit_spec .table_table {
  margin: 0;
}

.page_hotel_detail #unit_spec th {
  border-top: 1px solid #ccc;
  padding: 1em 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.page_hotel_detail #unit_spec td {
  border-top: 1px solid #ccc;
}

.page_hotel_detail #unit_spec td p {
  margin: 0;
  font-size: 1.4rem;
}

.page_hotel_detail #unit_area .title_bold {
  margin: 1em 0 0.6em 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.page_hotel_detail #unit_area p {
  margin: 0.6em 0;
  font-size: 1.4rem;
}

.page_hotel_detail #unit_area #space_gmap {
  height: 300px;
  width: 100%;
  background-color: #ccc;
}

.page_hotel_detail #unit_area #space_gmap span {
  display: none;
}

.page_hotel_detail #unit_area .space_spots {
  margin: 1.6rem 0;
  padding: 15px 0;
  border: 2px solid #e1cfa6;
  border-radius: 10px;
}

.page_hotel_detail #unit_area .space_spots .title_bold {
  margin: 0 15px;
}

.page_hotel_detail #unit_area .space_spots .item {
  margin: 0.6em 15px;
  font-size: 1.2rem;
}

.page_hotel_detail #unit_area .space_access .title_bold {
  margin: 1em 0 0.5em 0;
}

.page_hotel_detail #unit_area .space_access .comment {
  margin: 0.5em 0 1em 0;
}

.page_hotel_detail #unit_area .space_access .routeguide {
  margin-top: 0;
}

@media (min-width: 768px) {
  .page_hotel_detail #space_main_images .list_images {
    display: block;
    position: relative;
    height: 45.5vw;
  }
  .page_hotel_detail #space_main_images .list_images .item {
    position: absolute;
    overflow: hidden;
  }
  .page_hotel_detail #space_main_images .list_images .item img {
    width: 100%;
    height: 100%;
  }
  .page_hotel_detail #space_main_images .list_images .item .link button {
    height: 100%;
    cursor: pointer;
  }
  .page_hotel_detail #space_main_images .list_images .item:first-child {
    top: 0;
    left: 0;
    width: 50vw;
    height: 45.5vw;
  }
  .page_hotel_detail #space_main_images .list_images .item:first-child img {
    width: 100%;
    height: 100%;
  }
  .page_hotel_detail #space_main_images .list_images .item:nth-of-type(2) {
    width: 49.2vw;
    height: 22.5vw;
    top: 0;
    right: 0;
  }
  .page_hotel_detail #space_main_images .list_images .item:nth-of-type(3) {
    width: 24.4vw;
    height: 22.5vw;
    bottom: 0;
    left: 50.6vw;
  }
  .page_hotel_detail #space_main_images .list_images .item:nth-of-type(4) {
    width: 24.4vw;
    height: 22.5vw;
    bottom: 0;
    right: 0;
  }
  .page_hotel_detail .unit_roomindex .title_bold {
    margin: 0 0 0.5em 0;
    font-size: 1.4rem;
  }
  .page_hotel_detail .unit_roomindex .list_roomthumb .item {
    margin-left: 2%;
    margin-right: 2%;
    width: 22%;
  }
  .page_hotel_detail .unit_roomindex .list_roomthumb .item:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .page_hotel_detail .unit_roomindex .list_roomthumb .item:nth-of-type(4n-3) {
    margin-left: 0;
  }
  .page_hotel_detail .unit_roomindex .list_roomthumb .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .page_hotel_detail .unit_roomindex .list_roomthumb .title {
    font-size: 1.4rem;
  }
  .page_hotel_detail #unit_spec th {
    width: 20%;
  }
  .page_hotel_detail #unit_spec td {
    padding: 1em 0;
  }
  .page_hotel_detail #unit_rooms .item {
    border-style: none;
    display: flex;
  }
  .page_hotel_detail #unit_rooms .space_text {
    flex: 1;
  }
  .page_hotel_detail #unit_rooms .table_table {
    margin-top: 0;
  }
  .page_hotel_detail #unit_rooms .swiper-container {
    margin-right: 5vw;
    width: 45vw;
    height: 25.3vw;
    overflow: hidden;
  }
  .page_hotel_detail #unit_area .space_access .routeguide button {
    width: 300px;
  }
}

@media (min-width: 1030px) {
  .page_hotel_detail #space_main_images {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
  }
  .page_hotel_detail #space_main_images .list_images {
    height: 500px;
  }
  .page_hotel_detail #space_main_images .list_images .item:first-child {
    width: 50%;
    height: 500px;
  }
  .page_hotel_detail #space_main_images .list_images .item:nth-of-type(2) {
    width: 49.5%;
    height: 248px;
  }
  .page_hotel_detail #space_main_images .list_images .item:nth-of-type(3) {
    width: 24.4%;
    height: 248px;
    bottom: 0;
    left: 50.6%;
  }
  .page_hotel_detail #space_main_images .list_images .item:nth-of-type(4) {
    width: 24.4%;
    height: 248px;
  }
  .page_hotel_detail #space_main_images .list_images a .text {
    font-size: 1.5rem;
  }
  .page_hotel_detail #main_row {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
  }
  .page_hotel_detail .space_main {
    width: 720px;
  }
  .page_hotel_detail .space_main .unit_roomindex {
    display: none;
  }
  .page_hotel_detail .space_sub {
    width: 410px;
  }
  .page_hotel_detail .space_sub .unit_roomindex {
    display: block;
  }
  .page_hotel_detail #unit_intro .space_comment {
    max-height: none;
  }
  .page_hotel_detail #unit_intro .space_button {
    display: none;
  }
  .page_hotel_detail .unit_roomindex .list_roomthumb .item {
    margin: 10px 0 0 0;
    width: 30%;
  }
  .page_hotel_detail .unit_roomindex .list_roomthumb .item:nth-of-type(4n-3), .page_hotel_detail .unit_roomindex .list_roomthumb .item:nth-of-type(4n) {
    margin-left: 0;
    margin-right: 0;
  }
  .page_hotel_detail .unit_roomindex .list_roomthumb .item:nth-of-type(3n-1) {
    margin-left: 5%;
    margin-right: 5%;
  }
  .page_hotel_detail #unit_summary .list_summary {
    font-size: 1.4rem;
  }
  .page_hotel_detail #unit_rooms {
    margin: 0 auto;
    max-width: 1140px;
  }
  .page_hotel_detail #unit_rooms .item {
    padding-top: 40px;
  }
  .page_hotel_detail #unit_rooms .image {
    margin-right: 40px;
  }
  .page_hotel_detail #unit_rooms .table_table th,
  .page_hotel_detail #unit_rooms .table_table td {
    font-size: 1.4rem;
  }
  .page_hotel_detail #unit_rooms .space_text {
    flex: 1;
  }
  .page_hotel_detail #unit_rooms .space_text p {
    font-size: 1.4rem;
  }
  .page_hotel_detail #unit_rooms .swiper-container {
    margin-right: 40px;
    width: 440px;
    height: 247px;
  }
  .page_hotel_detail #unit_spec {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
  }
  .page_hotel_detail #unit_spec th {
    padding: 20px 15px;
    width: 160px;
    position: relative;
  }
  .page_hotel_detail #unit_spec th::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 2px;
    height: calc(100% - 30px);
    background-color: #eee;
  }
  .page_hotel_detail #unit_spec td {
    padding: 20px 15px;
  }
  .page_hotel_detail #unit_spec #tr_area .title_bold {
    font-size: 1.8rem;
  }
  .page_hotel_detail #unit_area {
    margin: 0 auto;
    max-width: 1140px;
  }
  .page_hotel_detail #unit_area .row {
    display: flex;
  }
  .page_hotel_detail #unit_area #space_gmap {
    margin-right: 40px;
    width: 440px;
    height: 440px;
  }
  .page_hotel_detail #unit_area .space_text {
    flex: 1;
  }
  .page_hotel_detail #reservation_foot {
    display: none;
  }
}

.page_features #breadcrumb {
  display: none;
}

@media (min-width: 1030px) {
  .page_features article {
    position: relative;
  }
  .page_features #breadcrumb {
    display: block;
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    border-style: none;
    width: 100%;
  }
  .page_features #breadcrumb ul {
    margin: 0 auto;
  }
  .page_features #breadcrumb li {
    margin-right: 0;
    padding-right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.features_main {
  padding-top: 0;
}

.features_main .image {
  margin: 0 0 30px 0;
}

@media (min-width: 768px) {
  .features_main .title_w_en {
    margin: -60px 0 0 0;
    padding: 30px 20px 30px 20px;
  }
  .features_main.reverse .title_w_en {
    margin-left: auto;
  }
}

@media (min-width: 1030px) {
  .features_main .image {
    height: 550px;
    overflow: hidden;
  }
  .features_main .image img {
    height: 550px;
    object-fit: cover;
  }
  .features_main .title_w_en {
    margin: -135px 0 0 0;
    padding: 35px 45px;
    width: 520px;
    box-sizing: border-box;
  }
  .features_main.reverse .title_w_en {
    margin-right: 20px;
    margin-left: auto;
  }
}

.features_intro {
  margin: 0 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.features_intro .image {
  margin: 0 0 20px 0;
}

.features_intro .copy {
  margin: 0 0 0.6em 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.features_intro p {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .features_intro .row {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .features_intro .row.reverse {
    flex-direction: row;
  }
  .features_intro .row.reverse .image {
    margin-right: 0px;
    margin-left: 0;
  }
  .features_intro .row.reverse .space_text {
    margin-right: 0;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 0px;
  }
  .features_intro .space_text {
    padding-right: 30px;
    width: 50%;
    box-sizing: border-box;
  }
  .features_intro .space_text.wide {
    width: auto;
  }
  .features_intro .image {
    margin-left: 30px;
    flex: 1;
  }
}

@media (min-width: 1030px) {
  .features_intro {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
    width: 1060px;
  }
  .features_intro .space_text {
    margin: 0 30px;
    width: 400px;
  }
  .features_intro .space_text p {
    font-size: 1.6rem;
  }
  .features_intro .space_text.wide {
    padding-right: 0;
  }
  .features_intro .image {
    margin: 0 20px 0 0;
    width: 540px;
    flex: none;
  }
  .features_intro .row.reverse .space_text {
    margin: 0 70px 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.unit_features_block {
  padding-bottom: 0;
}

.unit_features_block .image {
  margin-bottom: 20px;
}

.unit_features_block .image.row {
  display: flex;
  justify-content: space-between;
}

.unit_features_block .image.row img {
  width: 49%;
}

.unit_features_block .title {
  margin: 0 20px 0.6em 20px;
  font-weight: 700;
  font-size: 1.6rem;
}

.unit_features_block .comment {
  margin-top: 0;
  margin-bottom: 0.6em;
}

.unit_features_block.w_square_image .image {
  text-align: center;
}

.unit_features_block.w_square_image .image img {
  max-width: 240px;
}

@media (min-width: 768px) {
  .unit_features_block {
    display: flex;
    justify-content: center;
  }
  .unit_features_block .space_text {
    margin-top: 20px;
    width: 50%;
  }
  .unit_features_block .space_text.wide {
    width: 100%;
  }
  .unit_features_block .image {
    margin: 0;
    flex: 1;
    align-items: flex-start;
  }
  .unit_features_block .title {
    margin: 0 30px 0.6em 30px;
  }
  .unit_features_block .comment {
    margin-left: 30px;
    margin-right: 30px;
  }
  .unit_features_block.w_square_image {
    align-items: center;
  }
  .unit_features_block.w_square_image .image {
    width: 30%;
    flex: none;
  }
  .unit_features_block.w_square_image .space_text {
    margin-top: 0;
    width: auto;
    flex: 1;
  }
  .unit_features_block.reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1030px) {
  .unit_features_block {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .unit_features_block .image {
    margin: 0;
    flex: none;
    width: 680px;
  }
  .unit_features_block .space_text {
    margin: 50px auto 0 30px;
    width: 430px;
  }
  .unit_features_block .space_text p {
    font-size: 1.6rem;
  }
  .unit_features_block .space_text.wide {
    margin-left: auto;
    margin-right: auto;
    width: 1060px;
  }
  .unit_features_block .title {
    font-size: 1.8rem;
    margin: 0 30px 1em 30px;
  }
  .unit_features_block .comment {
    font-size: 1.6rem;
  }
  .unit_features_block.reverse .space_text {
    margin: 50px 30px 0 auto;
  }
  .unit_features_block.narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
  }
  .unit_features_block.w_square_image {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .unit_features_block.w_square_image .image {
    width: 240px;
  }
  .unit_features_block.w_square_image .space_text {
    margin-top: 0;
    width: auto;
    flex: 1;
  }
}

@media (min-width: 768px) {
  #page_cleansafe #unit_temperature {
    padding-top: 20px;
  }
}

@media (min-width: 1030px) {
  #page_cleansafe .features_intro {
    padding-bottom: 40px;
  }
}

.list_access {
  margin: 20px;
}

.list_access .item {
  margin: 10px 0 0 0;
  padding: 15px 0;
  border: 2px solid #ae9255;
  border-radius: 10px;
  box-sizing: border-box;
}

.list_access .item .title {
  margin: 0 0 0.4em 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.list_access .item .comment {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .list_access {
    display: flex;
    flex-wrap: wrap;
  }
  .list_access .item {
    margin: 0 0 10px 3%;
    width: 31%;
  }
  .list_access .item:nth-of-type(3n-2) {
    margin-left: 0;
  }
}

@media (min-width: 1030px) {
  .list_access {
    margin: 0 auto;
    max-width: 940px;
  }
}

@media (min-width: 1030px) {
  #page_easilyacccessible .features_intro {
    padding-bottom: 0;
  }
}

@media (min-width: 1030px) {
  #page_checkin .features_intro {
    padding-bottom: 50px;
  }
}
