@charset "UTF-8";
@import url("reset.css");

/*
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

body {
  font-family: "Zen Old Mincho", serif;
}





.wrapper {
  overflow:  hidden;

}

.linkposition {
  position: relative;
  top: 0;
  display: block;
}
.linkposition2 {
  position: relative;
  top: 140px;
  display: block;
}

@media screen and (max-width: 768px) {
.linkposition {
    position: relative;
    top: 20px;
    display: block;
  }
.linkposition2{
    position: relative;
    top: -60px;
    display: block;
  }
}

/*=======================================================
 header
 =======================================================*/

header {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;

}

header.headerColorScroll {
  transition: color 0.4s ease-out;
  background: rgba(1,1,1,0.3);
}

header.headerColorScroll#second {
  transition: color 0.4s ease-out;
  background: rgba(255,255,255,0.3);
}


header .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0 112px;
}
header .logo img {
  height: 193px;
  padding: 30px 80px;
}
header.headerColorScroll .logo img {
  height: 80px;
  padding: 5px 80px;
}

header .logo {
  padding: 0 0 0 10px;
}
nav ul a:hover {
opacity: 0.8;
}

nav ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 76px;
}
nav li {
  padding: 0 20px;
  list-style-type: none;
}



nav li {
  list-style-type: none;
  line-height: 76px;
}

nav li a {
  font-size: 12px;
  font-weight: 600;
}


nav li img {
  vertical-align: middle;
}




nav ul a:hover {
opacity: 0.8;
}

@media screen and (max-width:1670px) {
header .header {
padding: 0;
}
}

@media screen and (max-width:1240px) {
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



header .logo {
font-family: Montserrat,sans-serif;
  padding: 0 0 0 10px;
  font-size: 26px;
    font-weight: 400;
}


nav ul {
  margin: 0;
  display: flex;
    justify-content: center;
    align-items: center;
}
nav li {
  margin: 0;
  list-style-type: none;
}
}




header .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}


nav li {
  margin: 0;
  list-style-type: none;
}
nav li:nth-child(8) {
  margin: 0;

}
#nav-toggle {
  cursor: pointer;
  width: 88px;
  height: 30px;
  display: block;
  margin-top: 25px;
  margin-right:  30px;
}



#nav-toggle > div {
  position: relative;
  display: block;
  }
#nav-toggle span {
  width: 90%;
  height: 2px;
  right: 0;
  display: block;
  background: #fff;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}
.js-header#second #nav-toggle span {
  background: #000;
}

#nav-toggle span:nth-child(1) {
  top: 0;
  width: 88px;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
  width: 88px;
  margin-right: 0;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
  width: 88px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 0;
}
#nav-toggle:hover span:nth-child(3) {
  top: 28px;
}

.open #nav-toggle span {
  background: #000;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  background: #fff;
  color: #000;
  position: fixed;
  width: 500px;
  height:100%;
  max-height: 800px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  font-size: 18px;
}
#gloval-nav a:hover {
  color: #000;
}

nav {
  width: 100%;
}

nav ul {
  margin: 0;
  display: block;
  height: 100%;

}
nav ul li {
width: 100%;
padding: 0 30px;
text-align: left;
}

nav ul.sns {
    display: inline-flex;
}
nav ul.sns li {
    margin: 0 20px;
}



nav ul .menu_jp {
font-size: 12px;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
  line-height: 100%;
  text-align: center;
}
/* humberger */

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}



@media screen and (max-width: 768px) {
header {
    height: 70px;
}
header .logo {padding: 10px 0 0 10px;}
header .logo img {
  height: 60px;
  padding: 5px 0 0 0;
}
header.headerColorScroll .logo img {
  height: 60px;
  padding: 5px 0 0 0;
}
	
	
	
  #nav-toggle {
    padding-right: 10px;
    cursor: pointer;
    margin-top: 20px;
    width: 100px;
    height: 34px;
    margin-right: 10px;
}
  #nav-toggle > div {
    position: relative;
  }
  #nav-toggle span {
    width: 90%;
    height: 2px;
    right: 0;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
    width: 40px;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
    width: 40px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
    width: 40px
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 0;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 24px;
  }

  .open #nav-toggle span {
    background: #000;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 12px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

#gloval-nav {
  width: 100%;
  height: 100%;
}
  #gloval-nav a {
    padding: 18px 0;
    font-size: 16px;
  }

#gloval-nav {
  background: #fff;
  color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}
}


/*_______________________________

トップページ slider
_______________________________*/
.swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-container:before {
  content: "";
  display: block;
  /*padding-top: 50%;*/
}

.swiper-wrapper {
  position: absolute; 
  top: 0;
  left: 0;
}

.swiper-wrapper img {
    width: 100%;
    height: auto;
}
.swiper-button-next, .swiper-button-prev {
   color: #fff!important;
}
.swiper-pagination-bullet-active {
    background: #D3C5C0!important;
}
.swiper-pagination-bullet {
background: #ddd!important;
}

.swiper-container .catch {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.swiper-container .catch img {
  height: auto;
  width: 5vw;
}
.swiper-container .catch_en {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    line-height: 1.2em;
    font-size: 1.5vw;
    text-align: center;
}

.swiper-container .opening {
	position: absolute;
	right: 10vw;
	bottom: 5vh;
	display: block;
	background: #ad8849;
	color: #fff;
	border-radius: 40px;
	z-index: 1;
	padding: 10px 20px;
	font-size: 24px;
	text-align: center;
	line-height: 1em;
}
.swiper-container .opening .small {
	font-size: 18px;
}

.swiper-slide {
  font-size: 0;
}
@media screen and (max-width: 768px) {
.swiper-container .opening {
	position: absolute;
	right: 2vw;
	bottom: 13vh;
	display: block;
	background: #ad8849;
	color: #fff;
	border-radius: 40px;
	z-index: 1;
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
	line-height: 1em;
}
	
.swiper-container .opening .small {
		font-size: 12px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px!important;
    left: 0;
    width: 100%;
}
.swiper-container .catch img {
  height: auto;
  width: 10vw;
}
.swiper-container .catch_en {
    bottom: 8%;
    font-size: 18px;
    white-space: nowrap;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 50vh!important;
    position: relative;
    transition-property: transform;
}
.swiper-wrapper img {
    width: auto;
    height: 50vh;
    object-fit: cover;
}

}
/*_______________________________

section
_______________________________*/

section {
  padding: 0;
  width: 100%;

  margin: 0 auto;
}

section#first {
    padding: 140px 0 70px;
}



@media screen and (max-width: 1510px) {
section {
  /* padding: 70px 30px; */
  width: 100%;
  max-width: 1300px;
}
section#first {
    padding: 140px 30px 70px;
}
}
@media screen and (max-width: 1510px) {
    section {
        /* padding: 60px 30px; */
        width: 100%;
        max-width: 1300px;
    }

}
@media screen and (max-width: 768px) {
section {
  padding: 0;
  width: 100%;
}

}


/*_______________________________

mv_sec
_______________________________*/
.mv_sec {
  width: 100%;
  z-index: 1;
  position: relative;
}
.mv_sec img {
width: 100%;
height: auto;
}


/*_______________________________

reservation area
_______________________________*/
.reservation_area {
	overflow: hidden;

}
.reservation_area img {
  width: 50vw;
  height: auto;
}

.reservation_area .slidein {
	/* 装飾に関わるスタイルは省略 */
	margin: 0 auto;
	transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}

.reservation_area .slide_right{
	transform: translateX(calc(50vw + 50%));
}
.reservation_area .show{
	transform: translateX(0);
  position: fixed;
  top: 30%;
  right:0;
  z-index: 3;
}

.reservation_area ul.reservationlist {
  width: 100px;
}
.reservation_area ul.reservationlist li.title {
  padding: 30px 20px;
  background: #000;
  margin-bottom: 0;
}
.reservation_area ul.reservationlist .txt {
 text-align: center;
}
.reservation_area ul.reservationlist .txt img {
 width: 100%;
 height: auto;
}
.reservation_area ul.reservationlist li.line {
  background:#009245;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 2px;
}
.reservation_area ul.reservationlist li.line img {
  width:50px;
  height: auto;
  margin-bottom: 5px;
}
.reservation_area ul.reservationlist li.line .line_area {
  color: #fff;
  font-size: 9px;
}
.reservation_area ul.reservationlist li.phone {
  background:#009245;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 2px;
}
.reservation_area ul.reservationlist li.phone img {
  width:50px;
  height: auto;
    margin-bottom: 5px;
}
.reservation_area ul.reservationlist li.phone .phone_area {
  color: #fff;
  font-size: 9px;
}

@media screen and (max-width: 768px) {
.reservation_area .show{
	transform: translateX(0);
  position: fixed;
  top: auto;
  right:0;
  z-index: 3;
  bottom: 0;
  width: 100%;
}

.reservation_area ul.reservationlist {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.reservation_area ul.reservationlist li.title {
  padding: 10px 0;
  background: #000;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reservation_area ul.reservationlist .txt {
 text-align: center;
}
.reservation_area ul.reservationlist .txt img {
 width: auto;
 height: 30px;
}
.reservation_area ul.reservationlist li.line {
  background:#009245;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* padding: 10px 0; */
  margin-bottom: 0;
  margin-right: 2px;
  width: 20%;
  justify-content: center;
}
.reservation_area ul.reservationlist li.line img {
  width:30px;
  height: auto;
  margin-bottom: 5px;
}
.reservation_area ul.reservationlist li.line .line_area {
  color: #fff;
  font-size: 9px;
}
.reservation_area ul.reservationlist li.phone {
  background:#009245;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* padding: 10px 0; */
  margin-bottom: 0;
  width: 20%;
}
.reservation_area ul.reservationlist li.phone img {
  width:30px;
  height: auto;
    margin-bottom: 5px;
}
.reservation_area ul.reservationlist li.phone .phone_area {
  color: #fff;
  font-size: 9px;
}
}
/*_______________________________

banner

_______________________________*/

.banner {
width: 100%;
background: #fff;
padding: 100px 0 0;
}
.bannerlist {
	display: flex;
	width: 100%;

	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	justify-content: space-between;
	background: #fff:
}

.bannerlist li {
	width: 32%;
}
.bannerlist li img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1510px) {
.banner {
padding: 100px 30px 0;
}	
}

@media screen and (max-width: 768px) {
.banner {
width: 100%;
background: #fff;
padding: 40px 15px 0;
}
}

/*_______________________________

room
_______________________________*/

#room {
background-image: url(../img/bg_room.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.room {
  width: 100%;
  margin: 0 auto;
  padding: 140px 12.5%;
}

.room h2 {
  font-size: 24px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.room h3 {
  font-size: 24px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.room ul.roomlist {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.room ul.roomlist li {
  width: 22%;
}
.room ul.roomlist li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1510px) {
.room {
  width: 100%;
  margin: 0 auto;
  padding: 140px 40px;
  max-width: 1400px;
}

}

@media screen and (max-width: 1200px) {

.room h2 {
  font-size: 20px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.room h3 {
  font-size: 20px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

}

@media screen and (max-width: 768px) {
    .room {
        width: 100%;
        margin: 0 auto;
        padding: 50px 15px 15px;
        max-width: 1400px;
    }
.room ul.roomlist {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.room ul.roomlist li {
  width: 48%;
  margin-bottom: 20px;
}
.room ul.roomlist li img {
  width: 100%;
  height: auto;
}
.room h2 {
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.room h3 {
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
}
/*_______________________________

access
_______________________________*/

#access {
background-image: url(../img/bg_access.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.access {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1070px;
}
.access .catch {
  position: absolute;
  font-size: 34px;
  bottom: 10%;
  left: 10%;
  color: #fff;
}
.access .catch2{
  position: absolute;
  top: 5%;
  right: 5%;
  color: #fff;
}
.access .catch2 img {
width: 80px;
height: auto;
}
.access img {
  width: 100%;
  height: auto;
}
.access .railwaymap {
position: absolute;
top: 10%;
left: 10%;
background: #fff;
color: #000;
font-size: 34px;
padding: 0 20px;
}

 

.access .access_slider .swiper-slide::before {
display: none;
}

@media screen and (max-width: 1130px) {
.access {
    padding: 100px 30px;
}
}
@media screen and (max-width: 1024px) {
.access .catch {
    position: absolute;
    font-size: 28px;
    bottom: 5%;
    left: 5%;
    color: #fff;
}
}
@media screen and (max-width: 768px) {
#access {
    background-image: url(../img/bg_access_sp.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
.access {
        padding: 40px 15px;
}
.access .catch {
    position: absolute;
    font-size: 18px;
    bottom: 5%;
    left: 5%;
    color: #fff;
}
.access .railwaymap {
position: absolute;
top: 10%;
left: 10%;
background: #fff;
color: #000;
font-size: 20px;
padding: 0 10px;
}
.access .catch2{
  position: absolute;
  top: 3%;
  right: 3%;
  color: #fff;
}
	
.access .catch2 img {
width: 40px;
height: auto;
}
}

/*_______________________________

roadmap
_______________________________*/

#roadmap {
background-image: url(../img/bg_roadmap.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.roadmap {
  margin: 0 auto;
  padding: 100px 0;
  max-width: 1070px;
}
.roadmap .catch {
  position: absolute;
  font-size: 34px;
  bottom: 10%;
  left: 10%;
  color: #fff;
}
.roadmap img {
  width: 100%;
  height: auto;
}
.roadmap .road {
position: absolute;
top: 10%;
left: 10%;
background: #fff;
color: #000;
font-size: 34px;
padding: 0 20px;
}
@media screen and (max-width: 1130px) {
.roadmap {
    padding: 100px 30px;
}
}
@media screen and (max-width: 1024px) {
.roadmap .catch {
    position: absolute;
    font-size: 28px;
    bottom: 5%;
    left: 5%;
    color: #fff;
}
}
@media screen and (max-width: 768px) {
#roadmap {
background-image: url(../img/bg_roadmap_sp.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
.roadmap {
        padding: 40px 15px;
}
.roadmap .catch {
    position: absolute;
    font-size: 18px;
    bottom: 5%;
    left: 5%;
    color: #fff;
}
.roadmap .road {
        position: absolute;
        top: 10%;
        right: 10%;
        background: #fff;
        color: #000;
        font-size: 20px;
        padding: 0 10px;
        left: auto;
}
}
/*_______________________________

walk
_______________________________*/

#walk {
  width: 100%;
}

#walk ul.walklist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0;
}

#walk ul.walklist img {
  width: 100%;
  height: auto;
}
#walk ul.walklist li {
  width: 50%;
  position: relative;
}

#walk ul.walklist li .details {
    position: absolute;
    width: 30vw;
    left: 10%;
    background: #fff;
    bottom: -15vh;
    z-index: 1;
    padding: 30px;

}
#walk ul.walklist li .details .jp {
  font-size: 12px;
}
#walk ul.walklist li .details .title {
    font-size: 34px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#walk ul.walklist li .details .text {
  font-size: 18px;
  margin-bottom: 20px;
}
#walk ul.walklist li .details .number {
  text-align: right;
  font-size: 34px;
  /*position: absolute;
  bottom: 20px;
  right: 20px;*/
}
#walk ul.walklist li .details .number .circle {
    border: 1px solid #000;
    border-radius: 67%;
    font-size: 32px;
    display: inline-block;
    line-height: 0.4em;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: bottom;
    padding: 14px 0 0 0;
    margin-right: 10px;
}
#walk ul.walklist li .details .number .circle .small {
  font-size: 16px;
  
}




@media screen and (max-width: 1600px) {
#walk ul.walklist li .details {
    position: absolute;
    width: 36vw;
    left: 10%;
    background: #fff;
    bottom: -15vh;
    z-index: 1;
    padding: 20px;
}
#walk ul.walklist li .details .jp {
    font-size: 12px;
}
#walk ul.walklist li .details .title {
    font-size: 28px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#walk ul.walklist li .details .text {
    font-size: 16px;
    margin-bottom: 0;
}
#walk ul.walklist li .details .number .circle {
    border: 1px solid #000;
    border-radius: 67%;
    font-size: 28px;
    display: inline-block;
    line-height: 0.4em;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: bottom;
    padding: 14px 0 0 0;
    margin-right: 10px;
}
#walk ul.walklist li .details .number {
    text-align: right;
    font-size: 28px;
}
}

@media screen and (max-width: 1024px) {
#walk ul.walklist {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0;
}
#walk ul.walklist li {
    width: 100%;
    position: relative;
}
#walk ul.walklist li .details {
    position: absolute;
    width: 50vw;
    left: 10%;
    background: #fff;
    bottom: -10vh;
    z-index: 1;
    padding: 15px;
}
#walk ul.walklist li .details .jp {
    font-size: 12px;
}
#walk ul.walklist li .details .title {
    font-size: 28px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#walk ul.walklist li .details .text {
    font-size: 16px;
    margin-bottom: 20px;
}
#walk ul.walklist li .details .number .circle {
    border: 1px solid #000;
    border-radius: 67%;
    font-size: 26px;
    display: inline-block;
    line-height: 0.4em;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: bottom;
    padding: 14px 0 0 0;
    margin-right: 10px;
}
#walk ul.walklist li .details .number {
    text-align: right;
    font-size: 28px;
}
}

@media screen and (max-width: 768px) {
#walk ul.walklist {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0;
}
#walk ul.walklist li {
    width: 100%;
    position: relative;
}
#walk ul.walklist li .details {
    position: absolute;
    width: 80vw;
    left: 5%;
    background: #fff;
    bottom: -10vh;
    z-index: 1;
    padding: 10px;
}
#walk ul.walklist li .details .jp {
    font-size: 12px;
}
#walk ul.walklist li .details .title {
    font-size: 18px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
#walk ul.walklist li .details .text {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.2em;
}
#walk ul.walklist li .details .number .circle {
    border: 1px solid #000;
    border-radius: 67%;
    font-size: 18px;
    display: inline-block;
    line-height: 0.7em;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    padding: 5px 0 0 0;
    margin-right: 10px;
}
#walk ul.walklist li .details .number {
    text-align: right;
    font-size: 18px;
}
}
/*_______________________________

hotel
_______________________________*/

#hotel {
  background: #424654;
  margin-top: 20vh;

}

#hotel .guestroom {
position: relative;
}
#hotel .guestroom ul.guestroomlist {
  display: flex;
  align-items: flex-start;

}
#hotel .guestroom ul.guestroomlist img {
  width: 100%;
  height: auto;
}
#hotel .guestroom ul.guestroomlist .swiper-wrapper img {
/*width: auto;
height: 50vh;*/
width: 100%;
height: auto;
object-fit: cover;
}
#hotel .guestroom ul.guestroomlist li.picture {width: 78%;font-size: 0;}
#hotel .guestroom ul.guestroomlist li.logo {
width: 22%;
}

#hotel .guestroom .details {
    position: absolute;
    width: 30vw;
    right: 10%;
    background: #fff;
    bottom: -5vh;
    z-index: 1;
    padding: 30px;
}
#hotel .guestroom .details .jp {
  font-size: 12px;
}
#hotel .guestroom .details .title {
    font-size: 34px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#hotel .guestroom .details .text {
  font-size: 18px;
  margin-bottom: 20px;
}

#hotel .bedroom {
  margin-top: 200px;
  position: relative;
font-size: 0;
margin-bottom: 200px;
}

#hotel .bedroom ul.bedroomlist {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 1450px;
}
#hotel .bedroom ul.bedroomlist img {
  width: 100%;
  height: auto;
}
#hotel .bedroom ul.bedroomlist li {
  width: 48%;
}
#hotel .bedroom ul.bedroomlist li:first-child, #hotel .bedroom ul.bedroomlist li:nth-child(2) {
	margin-bottom: 40px;
}
#hotel .bedroom .details {
    position: absolute;
    right: 30%;
    background: #fff;
    top: 35%;
    z-index: 1;
    padding: 30px;
    left: 30%;
    width: 40%;
}
#hotel .bedroom .details .jp {
  font-size: 12px;
}
#hotel .bedroom .details .title {
    font-size: 34px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#hotel .bedroom .details .text {
  font-size: 18px;
  margin-bottom: 20px;
}
#hotel .bedroom ul.bedroomlist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
flex-wrap: wrap;
}
#hotel .bedroom ul.bedroomlist li.picture {
  width: 50%;
}

#hotel .bedroom ul.bedroomlist li.details {
  width: 50%;
}



#hotel .bedroom ul.bedroomlist li.details .jp {
  font-size: 12px;
}
#hotel .bedroom ul.bedroomlist li.details .title {
    font-size: 34px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#hotel .bedroom ul.bedroomlist li.details .text {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
#hotel {
  background: #424654;
  margin-top: 15vh;

}

#hotel .guestroom .details {
    position: absolute;
    width: 30vw;
    right: 10%;
    background: #fff;
    bottom: -5vh;
    z-index: 1;
    padding: 30px;
}
#hotel .guestroom .details .title {
    font-size: 28px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#hotel .guestroom .details .text {
    font-size: 16px;
    margin-bottom: 20px;
}
}


@media screen and (max-width: 1024px) {
#hotel .guestroom .details {
    position: absolute;
    width: 40vw;
    right: 10%;
    background: #fff;
    bottom: -5vh;
    z-index: 1;
    padding: 20px;
}
#hotel .guestroom .details .title {
    font-size: 28px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#hotel .guestroom .details .text {
    font-size: 16px;
    margin-bottom: 20px;
}
#hotel .bedroom {
    margin-top: 100px;
    position: relative;
}
}
@media screen and (max-width: 768px) {
#hotel .bedroom ul.bedroomlist {flex-wrap: wrap;}
#hotel .bedroom ul.bedroomlist li {
  width: 50%;
  font-size: 0;
}
	
#hotel .bedroom ul.bedroomlist li:first-child, #hotel .bedroom ul.bedroomlist li:nth-child(2) {
    margin-bottom: 0;
}
#hotel .guestroom ul.guestroomlist .swiper-wrapper img {
/*width: auto;
height: 50vh;*/
width: auto;
height: 100%;
object-fit: cover;
}
	
#hotel .guestroom .details {
    position: static;
    width: 100vw;
    right: 0;
    background: #fff;
    bottom: -15vh;
    z-index: 1;
    padding: 10px;
}
#hotel .guestroom .details .title {
    font-size: 20px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#hotel .guestroom .details .text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2em;
}
#hotel .bedroom {
    margin-top: 0;
    position: relative;
    padding: 0;
	margin-bottom: 0;
}
}

@media screen and (max-width: 1400px) {
#hotel .bedroom .details {
    position: absolute;
    right: 20%;
    background: #fff;
    z-index: 1;
    padding: 20px;
    left: 20%;
    width: 60%;
top: 23vh;
}
#hotel .bedroom .details .title {
    font-size: 28px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#hotel .bedroom .details .text {
    font-size: 16px;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 1400px) {
#hotel .bedroom .details {
    position: absolute;
    right: 20%;
    background: #fff;
    z-index: 1;
    padding: 20px;
    left: 20%;
    width: 60%;
top: 32%;
}
}
@media screen and (max-width: 768px) {
#hotel .bedroom .details {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    position: static;
    right: 5%;
    background: #fff;
    bottom: -20vh;
    z-index: 1;
    padding: 10px;
    left: 5%;
    width: 100%;
}
#hotel .bedroom .details .title {
    font-size: 20px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#hotel .bedroom .details .text {
    font-size: 14px;
    margin-bottom: 14px;
}
}
/*_______________________________

bathroom
_______________________________*/

#bathroom {
  background: #fff;
  padding: 150px 0;
}
#bathroom .bathroom {
width: 100%;
max-width: 1450px;
margin: 0 auto;
}
#bathroom .bathroom ul.bathroomlist {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#bathroom .bathroom ul.bathroomlist li.picture {padding-right: 8vw;width: 50%;}
#bathroom .bathroom ul.bathroomlist li.picture img {
  width: 100%;
  height: auto;
}
#bathroom .bathroom ul.bathroomlist li.details {
  width: 50%;
  /* padding: 50px 0 0 50px; */
}



#bathroom .bathroom ul.bathroomlist li.details .jp {
  font-size: 12px;
}
#bathroom .bathroom ul.bathroomlist li.details .title {
    font-size: 34px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#bathroom .bathroom ul.bathroomlist li.details .text {
  font-size: 18px;
  margin-bottom: 20px;
}

#bathroom .bathroom ul.bathroomlist li.details ul.amenitieslist {
  display: flex;
margin-left: 0;
}
#bathroom .bathroom ul.bathroomlist li.details ul.amenitieslist img {
  width: 100%;
  height: auto;
}
#bathroom .bathroom ul.bathroomlist li.details ul.amenitieslist li {
  margin-right: 5px;
}

#bathroom .bathroom ul.bathroomlist li.details ul.amenitieslist li:nth-child(3) {
  margin-right: 0;
}

#bathroom .bathroom ul.bathroomlist li.details .subtitle {
  font-size: 23px;
  margin-top: 20px;
}

@media screen and (max-width: 1510px) {
#bathroom {
    background: #fff;
    padding: 150px 30px;
}
#bathroom .bathroom ul.bathroomlist li.picture {
    width: 50%;
}
}
@media screen and (max-width: 1400px) {
#bathroom .bathroom ul.bathroomlist li.details .title {
    font-size: 28px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#bathroom .bathroom ul.bathroomlist li.details .text {
    font-size: 16px;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 1024px) {
    #bathroom {
        background: #fff;
        padding: 100px 30px;
    }
#bathroom .bathroom ul.bathroomlist li.picture {
    padding-right: 40px;
    width: 50%;
}
    #bathroom .bathroom ul.bathroomlist li.details .title {
        font-size: 24px;
        line-height: 1em;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
}



@media screen and (max-width: 768px) {
#bathroom .bathroom ul.bathroomlist {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
    #bathroom {
        background: #fff;
        padding: 40px 15px;
    }
#bathroom .bathroom ul.bathroomlist li.picture {
    padding-right: 0;
    width: 100%;
}
#bathroom .bathroom ul.bathroomlist li.details {
    width: 100%;
}
#bathroom .bathroom ul.bathroomlist li.details .title {
        font-size: 20px;
        margin-bottom: 10px;
}
    #bathroom .bathroom ul.bathroomlist li.details .text {
        font-size: 14px;
        margin-bottom: 20px;
    }
}




/*_______________________________

ACCESS
_______________________________*/

#access2 {
    background: #424654;
    padding: 140px 0;
    color: #fff;

}
.access2 {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

.access2 .access2list {
	display:flex;
	justify-content: space-between
	align-item: center;
    flex-wrap: wrap;
}
.access2 .access2list li {
width: 48%;
margin-right: 4%;
}
.access2 .access2list li:last-child {
margin-right: 0;
}

.access2 .title {
    font-size: 34px;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 40%;
}

.access2 .address {
  font-size: 18px;
  margin-bottom: 20px;
}

.access2 .en {
  font-size: 18px;
  margin-bottom: 20px;
}

.access2 .button a {
  width: 100%;
  max-width: 300px;
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  position: relative;
  text-align: left;
  display: block;
  padding: 10px;
}
.access2 .button a::after {
    content: url(../img/arrow.svg);
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 13px;
    margin: auto;
    width: 30px;
    /*height: .3em;
     border-top: .05em solid #fff;
    border-right: .05em solid #fff;
    transform: rotate(45deg);
    transition:.3s;*/
}

@media screen and (max-width: 1510px) {
#access2 {
    background: #424654;
    padding: 140px 30px;
    color: #fff;

}

.access2 {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}


.access2 .title {
    font-size: 28px;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 40%;
}

.access2 .address {
  font-size: 16px;
  margin-bottom: 20px;
}

.access2 .en {
  font-size: 16px;
  margin-bottom: 20px;
}
}
@media screen and (max-width: 1024px) {
#access2 {
    background: #424654;
    padding: 100px 30px;
    color: #fff;

}}
@media screen and (max-width: 768px) {
#access2 {
    background: #424654;
    padding: 40px 15px;
    color: #fff;

}
.access2 .access2list {
	display:flex;
	justify-content: space-between
	align-item: center;
    flex-wrap: wrap;
}
.access2 .access2list li {
width: 100%;
margin-right:0;
margin-bottom: 20px;
}
.access2 .access2list li:last-child {
margin-right: 0;
}
.access2 .title {
    font-size: 20px;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 40%;
}

.access2 .address {
  font-size: 14px;
  margin-bottom: 20px;
}

.access2 .en {
  font-size: 14px;
  margin-bottom: 20px;
}
}

/*_______________________________

RESERVATION
_______________________________*/

#reservation {
  background: #fff;
  padding: 140px 0 0;
  margin: 0 auto;
}

.reservation {
  margin: 0 auto;
  width: 100%;
  max-width: 1450px;
}
.reservation .title {
    font-size: 34px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.reservation ul.reservationlist {
  display: flex;
  flex-wrap: wrap;
}
.reservation ul.reservationlist li.text {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reservation ul.reservationlist li.text .detail {
  font-size: 16px;
  margin-bottom: 30px;
}
.reservation ul.reservationlist li.text .detail#last {
  margin-bottom: 0;
}

.reservation ul.reservationlist li.logo {
  width: calc( 100% - 300px );
  padding-left: 8vw;
}
.reservation ul.reservationlist li.logo ul.logolist {display: flex;align-items: flex-start;width: 60%;margin-bottom: 20px;}

.reservation ul.reservationlist li.logo ul.logolist li:first-child {
	width: auto;
	margin-right: 8%;
}
.reservation ul.reservationlist li.logo ul.logolist li:nth-child(2) {
	width: auto;
}
.reservation ul.reservationlist li.logo ul.logolist img {
width: 80%;
height: auto;

}

.reservation ul.reservationlist li.logo ul.snslist {
display: flex;
  align-items: center;
  justify-content: flex-start;
}
.reservation ul.reservationlist li.logo ul.snslist img {
  width: 100%;
  height: auto;

}
.reservation ul.reservationlist li.logo ul.snslist li.line {
width: 12%;

}
.reservation ul.reservationlist li.logo ul.snslist li.line img {
  width: 80%;
  height: auto;

}
.reservation ul.reservationlist li.logo ul.snslist li.contact {
width: 15%;
}
.reservation ul.reservationlist li.logo ul.snslist li.contact img {
  width: 80%;
  height: auto;

}
.reservation ul.reservationlist li.logo ul.snslist li.mail {
width: 15%;
}
.reservation ul.reservationlist li.logo ul.snslist li.mail img {
  width: 60%;
  height: auto;

}

@media screen and (max-width: 1510px) {
#reservation {
    background: #fff;
    padding: 100px 30px 0;
    margin: 0 auto;
}
.reservation .title {
    font-size: 28px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 1024px) {
#reservation {
    background: #fff;
    padding: 100px 30px 0;
    margin: 0 auto;
}
.reservation .title {
    font-size: 24px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 768px) {
#reservation {
    background: #fff;
    padding: 40px 15px 0;
    margin: 0 auto;
}
.reservation .title {
    font-size: 24px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.reservation ul.reservationlist {
  display: flex;
  flex-wrap: wrap;
}
.reservation ul.reservationlist li.text {
  width: 100%;
}
.reservation ul.reservationlist li.text .detail {
  font-size: 16px;
  margin-bottom: 10px;
}
.reservation ul.reservationlist li.text .detail#last {
  margin-bottom: 0;
}

.reservation ul.reservationlist li.logo {
  width: 100%;
  padding-left: 0;
}
.reservation ul.reservationlist li.logo ul.logolist {display: flex;align-items: center;margin: 15px 0;}
.reservation ul.reservationlist li.logo ul.logolist img {
  width: 100%;
  height: auto;

}
.reservation ul.reservationlist li.logo ul.logolist li:first-child {
    width: auto;
    margin-right: 3%;
}
.reservation ul.reservationlist li.logo ul.snslist {display: flex;align-items: center;justify-content: flex-start;margin: 10px 0 0 0;}
.reservation ul.reservationlist li.logo ul.snslist img {
  width: 100%;
  height: auto;

}
.reservation ul.reservationlist li.logo ul.snslist li.line {
width: 15%;

}
.reservation ul.reservationlist li.logo ul.snslist li.line img {
  width: 80%;
  height: auto;

}
.reservation ul.reservationlist li.logo ul.snslist li.contact {
width: 15%;
}
.reservation ul.reservationlist li.logo ul.snslist li.contact img {
  width: 80%;
  height: auto;

}
.reservation ul.reservationlist li.logo ul.snslist li.mail {
width: 15%;
}
.reservation ul.reservationlist li.logo ul.snslist li.mail img {
  width: 60%;
  height: auto;

}
}

/*_______________________________

INFRORMATION
_______________________________*/

#information {
  padding: 140px 0;
  background: #fff;
}
.information {
  margin: 0 auto;
  width: 100%;
  max-width: 1450px;
}

.information .title {
    font-size: 34px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
    display: inline-block;
  }
  .information ul.informationlist {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 40px;
    padding-left: 40px; 
  }
.information ul.informationlist li {
  position: relative;
}
.information ul.informationlist li a {
  padding: 40px;
  display: block;
}
.information ul.informationlist li:first-child {
border-top: #b2b2b2 solid 1px;
border-bottom: #b2b2b2 solid 1px;
}
.information ul.informationlist li:nth-child(2) {
border-bottom: #b2b2b2 solid 1px;
}
.information ul.informationlist .category {
  font-size: 21px;
  color: #ff5463;
  margin-bottom: 10px;
}
.information ul.informationlist .title {
  font-size: 21px;
  border: none;
  margin-bottom: 0;
    margin-bottom: 10px;
}
.information ul.informationlist .text {
  font-size: 19px;
  border: none;
  margin-bottom: 0;
    margin-bottom: 10px;
}
.information ul.informationlist li::after {
    content: url(../img/arrow_gray.svg);
    position: absolute;
    top: 40%;
    bottom: 0;
    right: 40px;
    margin: auto;
    width: 30px;
}

.information .readmore {
  color: #ff5463;
  font-size: 14px;
  text-align: right;
    margin-top: 20px;
}

.information .readmore img {
  vertical-align: middle;
  margin-left: 5px;

}

@media screen and (max-width: 1510px) {
#information {
  padding: 140px 30px;
  background: #fff;
}
.information .title {
    font-size: 28px;
    line-height: 1em;
}
.information ul.informationlist .category {
  font-size: 19px;
  color: #ff5463;
  margin-bottom: 10px;
}
.information ul.informationlist .title {
  font-size: 19px;
  border: none;
  margin-bottom: 0;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 1400px) {

.information .title {
font-size: 24px;
line-height: 1em;
}
.information ul.informationlist .category {
  font-size: 18px;
  color: #ff5463;
  margin-bottom: 10px;
}
.information ul.informationlist .title {
  font-size: 18px;
  border: none;
  margin-bottom: 0;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 1024px) {

.information .title {
font-size: 24px;
line-height: 1em;
}
.information ul.informationlist .category {
  font-size: 18px;
  color: #ff5463;
  margin-bottom: 10px;
}
.information ul.informationlist .title {
  font-size: 18px;
  border: none;
  margin-bottom: 0;
    margin-bottom: 10px;
}
.information ul.informationlist .text {
    font-size: 17px;
    border: none;
    margin-bottom: 0;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 768px) {
#information {
padding: 40px 15px;
background: #fff;
}
.information .title {font-size: 20px;line-height: 1em;margin-bottom: 0;}
.information ul.informationlist .category {
  font-size: 16px;
  color: #ff5463;
  margin-bottom: 10px;
}
    .information ul.informationlist .title {
        font-size: 15px;
        border: none;
        margin-bottom: 0;
        line-height: 1.2em;
    }
      .information ul.informationlist .text {
        font-size: 14px;
        border: none;
        margin-bottom: 0;
        margin-bottom: 10px;
      }
.information ul.informationlist {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
    padding-left: 0;
}
.information ul.informationlist li a {
    padding: 15px 0;
    display: block;
}
.information ul.informationlist li::after {
    content: url(../img/arrow_gray.svg);
    position: absolute;
    top: 40%;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30px;
    transform-origin: top left; /* 左上を基準に変形 */
transform: scale(0.5);
}
}

/*_______________________________

howtouse
_______________________________*/

#howtouse {
    background: #424654;
    padding: 140px 0;
    color: #fff;

}
.howtouse {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}
.howtouse .center {
  text-align: center;
  margin: 0 auto;
}
.howtouse .title {
    font-size: 34px;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
}

.howtouse .subtitle {
	font-size: 24px;
	margin-bottom: 20px;
}

.howtouse ul.howtolist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.howtouse ul.howtolist li {
  width: 15%;
}
.howtouse .confirmation {
  font-size: 28px;
  text-align: center;

}
.howtouse ul.howtolist li img {
  width: 100%;
  height: auto;

}


@media screen and (max-width: 1510px) {
#howtouse {
    background: #424654;
    padding: 100px 30px;
    color: #fff;

}
.howtouse .title {
    font-size: 28px;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
}
.howtouse .subtitle {
	font-size: 18px;
	margin-bottom: 20px;
}
.howtouse .confirmation {
    font-size: 24px;
    text-align: center;
}

}

@media screen and (max-width: 1024px) {
#howtouse {
    background: #424654;
    padding: 100px 30px;
    color: #fff;

}
.howtouse .title {
    font-size: 24px;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
}
.howtouse .confirmation {
    font-size: 24px;
    text-align: center;
}
}
@media screen and (max-width: 768px) {
#howtouse {
    background: #424654;
    padding: 40px 15px;
    color: #fff;

}
.howtouse .title {
    font-size: 20px;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}
.howtouse .confirmation {
    font-size: 20px;
    text-align: center;
}
.howtouse ul.howtolist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  flex-wrap: wrap;
}
.howtouse ul.howtolist li {
  width: 31%;
  margin-bottom: 15px;
}

}


/*_______________________________

luxurious
_______________________________*/

#luxurious {
    width: 100%;
}
#luxurious {
    height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
}

/*
.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/bg_luxurious.png);
}
.parallax-bg {
    box-sizing: border-box;
    color: #FFF;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5%;
    text-align: center;
}


@media screen and (max-width: 1024px) {

.parallax-bg {
    box-sizing: border-box;
    color: #FFF;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5%;
    text-align: center;
}
}
@media screen and (max-width: 768px) {
#luxurious {
    height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;

}


.parallax-bg {
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-image: url(../img/bg_luxurious.png);
background-size: 1400px auto;

}
	

	
.parallax-bg {
    box-sizing: border-box;
    color: #FFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5%;
    text-align: center;
}
}

*/

#luxurious .parallax-box {
  clip-path: inset(0);
  width: 100%;
  height: 60vh;
  padding: 16px;
  box-sizing:border-box;
  color: #fff;
}

#luxurious .parallax-box::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width:100%;
  height:100%;
  background-size: cover;
background-position: center;
}
#luxurious .parallax-box::after {
    background-image: url(../img/bg_luxurious.png);
}

#luxurious .parallax-box .text {
    box-sizing: border-box;
    color: #FFF;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5%;
    text-align: center;
  }

@media screen and (max-width: 768px) {

#luxurious {
    height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
}
#luxurious .parallax-box {
  clip-path: inset(0);
  width: 100%;
  height: 40vh;
  padding: 0;
  box-sizing:border-box;
  color: #fff;
}

#luxurious .parallax-box .text {
    box-sizing: border-box;
    color: #FFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /*padding: 5%;*/
    text-align: center;
  }
#luxurious .parallax-box::after {
background-image: url(../img/bg_luxurious_sp.png);
transition: none!important;

}
#luxurious .parallax-box::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

}

/*_______________________________

footer
_______________________________*/

footer {
  background: #fff;
  padding: 100px 0;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  width: 100%;
  max-width: 258px;
  height: auto;
}
footer .address {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
footer ul.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 120px;
  text-align: center;
  margin: 30px auto 0;
}

footer ul.contact li:first-child {
	margin-right: 5px;
}
footer ul.contact img {
  width: 100%;
  height: auto;
  max-width: 34px;
}

footer ul.logolist {
  display: flex;
    justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  text-align: center;
  margin: 30px auto 0;
  font-size: 14px;
}
footer ul.logolist li {
  width: 120px;
 
}
footer ul.logolist li:first-child {
	margin-right: 20px;
}
footer ul.logolist li:nth-child(2) img {
height: 37px;
width: auto;
}

footer ul.logolist img {
  width: 100%;
  height: auto;
  width: 100%;

}
footer ul.links {
  display: flex;
  margin: 30px auto 0;
  align-items: center;
  justify-content: center;
}
footer ul.links li.copy {
 margin-right: 30px;
}
footer ul.links li {
  margin-left: 30px;
}


@media screen and (max-width: 768px) {
footer {
  background: #fff;
  padding: 40px 15px 80px;
}
footer .logo {
  text-align: center;
}
footer .logo img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
footer .address {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
footer ul.contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 120px;
  text-align: center;
  margin: 20px auto 0;
}
footer ul.contact img {
  width: 100%;
  height: auto;
  max-width: 34px;
}

footer ul.logolist {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 120px;
  text-align: center;
  margin: 10px auto 0;
  max-width: 90%;
  font-size: 14px;
}
footer ul.logolist li {
  width: 120px;
 
}
	
	footer ul.logolist li:first-child {
		margin-right:15px;
	}
	footer ul.logolist li:nth-child(2) img {
height: 38px;
width: auto;
	}
footer ul.logolist img {
  width: 100%;
  height: auto;
  width: 100%;

}
footer ul.links {
  display: flex;
  margin: 10px auto 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
footer ul.links li.copy {
 margin-right: 0;
 width: 100%;
 text-align: center;
 margin-bottom: 10px;
}
footer ul.links li {
  margin-left: 0;
}
}

/* ====================================

news

======================================= */



#news2 {
    width: 100%;
    margin-top: 80px;
}

.news {
	width:  100%;
	margin:  180px auto 120px;
	max-width:  1200px;

}

.news h2 {
	text-align: center;
	font-size: 50px;
	color:#000;
	font-weight: 300;
	margin-bottom: 60px;
  font-family: "Times New Roman", "Yu Mincho", serif;
  letter-spacing: 0.2em;
	z-index: 1;
	position: relative;

}
.news h2 span {
  color:#3cb3af;
}


.news ul.newslist {
	display: flex;
	flex-wrap: wrap;
}
.news ul.newslist li {
	line-height:  24px;
	padding:  30px 0;
	border-bottom:  1px solid #222;
    color: #3cb3af;

}

.news ul.newslist li a {
	text-decoration: none;
	color: #000;
}

.news ul.newslist li:nth-child(odd) {
width:  100px;
}

.news ul.newslist li:nth-child(even) {
width:  calc( 100% - 100px );
color:  #fff;
}




.news ul.newslist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	
}
.news ul.newslist li {
	line-height:  24px;
	padding:  30px 0;
	border-bottom:  1px solid #222;
	color: #000;
	width: calc( 100% - 100px);
}

.news ul.newslist li a {
	text-decoration: none;
	color: #000;
}

.news ul.newslist li:nth-child(odd) {
width:  100px;
}

.news ul.newslist li:nth-child(even) {
width:  calc( 100% - 100px );
color:  #fff;
}



.news .date {
	color: #3cb3af;
font-size:  16px;
}





.news .single_date {
  margin-bottom: 10px;
text-align: left;
font-size: 14px;
margin-top: 80px;
    color: #000;
}
.news .single_title {
margin-bottom: 10px;
text-align: left;
font-size: 18px;


}


.news .single_title_large {
margin-bottom: 30px;
text-align: left;
font-size: 18px;
color:  #fff;
}
.news .single_text {
margin-bottom: 30px;
text-align: left;
font-size: 14px;
color:  #fff;
}



.news .page-header h1.page-title {
	margin-top: 80px;
	margin-bottom:  10px;
}

.news .page-content {
margin-top:  0;
}
.news .text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
}
.news .text#nospace {
	margin-bottom: 0;
}

.news .text2 {

    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
}
.news .text a {
	color: #1cbc8e;
}

 

.news ul.lists {
  list-style: none;
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.news ul.lists li {
  position: relative;
  padding-left: 16px;
}
.news ul.lists li:before {
  content: "・";
  left: 0;
  position: absolute;
}

.news ul.caution {
          margin: 0 auto 20px;
          padding: 0;
			line-height: 24px;
        }
.news ul.caution li {
          list-style: none;
          padding-left: 1em;
          text-indent: -1em;
          text-align: left;
          margin-bottom: 0;
            font-size:16px;
}

.news ul.caution#nospace {
	margin-bottom: 0;
}



.news .lead {

    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.news .lead2 {

    font-size: 14px;
    line-height: 24px;
    text-align: left;
	display: block;
	border: 1px solid #ab9a7c;
	padding: 3px 5px;
}


.news a {
    color: #000;

}

.news .emphasize {
	text-align: left;
    font-size: 16px;

    color: #ab9a7c;
	font-weight: bold;
}

@media screen and (max-width: 1260px) {
		.news {
		padding: 0 30px;
	}
}

@media screen and (max-width: 768px) {
	.news {
		padding: 0 15px;
		margin-top: 80px
	}
	
	
.news h2 {
		text-align: center;
		font-size: 32px;
    letter-spacing: 0.1em;
		margin-bottom: 30px;
	}
	.news ul.newslist {
    margin-bottom: 20px;
}
.news ul.schedulelist {
    margin-bottom: 20px;
}
.news ul.newslist li {
    line-height: 24px;
    padding: 15px 0;
    border-bottom: 1px solid #222;
}
.news ul.newslist li:nth-child(odd) {
width:  100%;
border:  0;
padding-bottom: 0;
}

.news ul.newslist li:nth-child(even) {
width:  100%;

line-height: 24px;
font-size:  14px;
padding: 0 0 15px;
border-bottom: 1px solid #222;
}
.news .date {
    color: #ab9a7c;c
    font-size: 14px;
}
	
.news .single_title {margin-bottom: 10px;text-align: left;font-size: 16px;/* color: #ab9a7c; */font-weight: bold;}
.news .single_title_large {
margin-bottom: 30px;
text-align: left;
font-size: 16px;
color:  #fff;
}

.news ul.lists {
  list-style: none;
  margin-bottom: 20px;

  text-align: left;
  font-size: 12px;
  line-height: 24px;
}
.news ul.lists li {
  position: relative;
  padding-left: 16px;
}
.news ul.lists li:before {
  content: "・";
  left: 0;
  position: absolute;
}
	




.news .lead {

  font-size: 12px;
  line-height: 24px;
   text-align: left;
}
.news .lead2 {

  font-size: 12px;
    line-height: 24px;
    text-align: left;
	display: block;
	border: 1px solid #ab9a7c;
}
.news .emphasize {
	text-align: left;
    font-size: 14x;
    color: #ab9a7c;
	font-weight: bold;
}
}

/* pagination */
.pagination {
  margin: 60px auto 90px;
  padding: 10px 0;
  text-align: center
}

.pagination a {
  font-size: 9pt;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 35px;
  width: 35px;

  background: #fff;
  transition: .3s
}

.pagination a:hover {
  color: #FFF!important;
  background: #000;
}

.pagination span {
  font-size: 9pt;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 35px;
  width: 35px;
  background: #000;
}

.pagination span.dots {
  background: 0
}

.pagination span.current {
  background: #000;
  color: #fff
}

/* 一覧へもどる*/

ul.backlist {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px auto;
  text-align: center;
  color: #222;
}
ul.backlist li a {
    color: #222;
  text-decoration: none!important;
}
ul.backlist li:nth-child(2) {
  margin: 0 30px;
}


/* floormap */
#floormap {
	background:#f9f8f1;
	padding: 140px 0;
}
.floormap {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}


.floormap ul.floorlist {
	display: flex;
	justify-content: space-between;
}
.floormap ul.floorlist li {
	width: 48%;
}

.floormap .title {
    font-size: 34px;
    line-height: 1em;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 40%;
	color: #000;

	
}
.floormap ul.detaillist {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	border-top: 2px solid #000;
	margin-left: 0;	
}
.floormap ul.detaillist li {
border-bottom: 1px solid #000;
    padding: 20px 0;
}
.floormap ul.detaillist li:nth-child(even) {
    display: flex;
    align-items: center;

	flex-wrap: wrap;

}
.floormap ul.detaillist li.title {
	width: 200px;
	margin-bottom: 0;
}

.floormap ul.detaillist li.title .en {
	font-size: 18px;
}

.floormap ul.detaillist li.title .jp {
	font-size: 18px;
}

.floormap ul.detaillist li.text {
	width: calc( 100% - 200px );
}
@media screen and (max-width: 1510px) {
#floormap {
        padding: 140px 30px;

    }
.floormap .title {
        font-size: 28px;
        line-height: 1em;
        padding-bottom: 5px;
        margin-bottom: 20px;
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
#floormap {
        padding: 40px 15px;

    }
.floormap .title {
        font-size: 20px;
        line-height: 1em;

        padding-bottom: 5px;
        margin-bottom: 20px;
        width: 40%;
    }
.floormap ul.floorlist {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.floormap ul.floorlist li {
width: 100%;	
}
.floormap ul.floorlist li:first-child {
margin-bottom: 30px;
}
	
.floormap ul.detaillist li:first-child {
margin-bottom: 0;
}
.floormap ul.detaillist li.title .en {
	font-size: 14px;
}

.floormap ul.detaillist li.title .jp {
	font-size: 14px;
}
.floormap ul.detaillist li.title {
	width: 100px;
}
.floormap ul.detaillist li.text {
	width: calc( 100% - 100px );
}
.floormap ul.detaillist li {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.floormap ul.detaillist li:nth-child(even) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
}

/* plan */

#plan {
	background:#f9f8f1;
	padding: 0 0 140px;
    
}

.plan {
width: 100%;
max-width: 1600px;
margin: 0 auto;

}


.plan .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1450px;
  position: relative;
  background: #fff;
  padding: 50px;
}

.swiper3 {
  max-width: 1400px;
}

.swiper3 img {
  width :100%;
}

.swiper3 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}


.plan .swiper-button-prev,
.plan .swiper-button-next {
  height: 50px;
  width: 50px;
}
/* 前へ次への矢印カスタマイズ */
.plan .swiper-button-prev::after,
.plan .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.plan .swiper-button-prev::after {
    background-image: url(../img/arrow_l.png) !important;
}
/* 次への矢印カスタマイズ */
.plan .swiper-button-next::after {
    background-image: url(../img/arrow_r.png) !important;
}
/* 画像サイズ調整 */
.plan .swiper-slide img {
  height: auto;
  width: 100%;
}

.plan ul.planlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}


.plan ul.planlist li {
 width: 50%;
  color: #000;
  font-size: 20px;
}

.plan ul.planlist li .planname {
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 1px;
}

.plan ul.planlist li .planname span {
	display: inline;
	border: 1px solid #000;
	color: #000;
	padding: 0 10px;
	margin-right: 10px;
}

.plan ul.planlist ul.list {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}


.plan ul.planlist ul.list li {
	width: 50%;
}

.plan ul.planlist ul.list li.left {
	text-align: left;
}

.plan ul.planlist ul.list li.right {
	text-align: right;
}
.plan ul.planlist ul.list li .day {
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	font-size: 26px;
}
.plan ul.planlist ul.list li .reserve a {
    border: 1px solid #778d74;
    background: #778d74;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    font-size: 26px;
}
.plan ul.planlist ul.list li .reserve a:hover {
      transform:scale(1.05,1.05);
    transition:0.5s all;
}

.plan ul.planlist ul.detail {
padding-left: 30px;
width: 100%;

}
.plan ul.planlist ul.detail#mb {
	margin-bottom: 30px;
}
.plan ul.planlist ul.detail li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 24px;
    width: 100%;
}

/*swiper */
/* 前への矢印 */
.plan .swiper-button-prev {
left: -20px !important;
}
/* 次への矢印 */
.plan .swiper-button-next {
right: -20px !important;
}

.plan .swiper-button-next, .swiper-button-prev {
    color: #000 !important;
	z-index: 1;
}
.plan .swiper-slide::before {
    position: static;
    background: none;
}
@media screen and (max-width: 1080px) {
.plan ul.planlist li .planname {
	font-size: 28px;
	margin-bottom: 20px;
}
}





@media screen and (max-width: 1024px) {
.plan ul.planlist ul.detail li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 20px;
    width: 100%;
}
.plan ul.planlist ul.list li .day {
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	font-size: 22px;
}
.plan ul.planlist ul.list li .reserve a {
    border: 1px solid #778d74;
    background: #778d74;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    font-size: 22px;
}
}
@media screen and (max-width: 1060px) {
#plan {
padding: 140px 30px;

    }
}

@media screen and (max-width: 768px) {
#plan {
        padding: 40px 15px;

}
/*swiper */
/* 前への矢印 */
.plan .swiper-button-prev {
  left: -20px!important;
}
/* 次への矢印 */
.plan .swiper-button-next {
  right: -20px!important;
}
.plan .swiper-slide {
        height: auto !important;
}
.plan .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1450px;
    position: relative;
    background: #fff;
    padding: 20px;
}
	


.plan ul.planlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  flex-wrap: wrap;
}


.plan ul.planlist li {
 width: 100%;
  color: #000;
  font-size: 20px;
}

.plan ul.planlist li .planname {
	font-size: 18px;
	margin-bottom: 10px;
}

.plan ul.planlist li .planname span {
	display: inline;
	border: 1px solid #000;
	color: #000;
	padding: 0 10px;
	margin-right: 10px;
}

.plan ul.planlist ul.list {display: flex;justify-content: space-between;margin-bottom: 20px;margin:  0;}


.plan ul.planlist ul.list li {
	width: 50%;
}

.plan ul.planlist ul.list li.left {
	text-align: left;
}

.plan ul.planlist ul.list li.right {
	text-align: right;
}
.plan ul.planlist ul.list li .day {
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
}
.plan ul.planlist ul.list li .reserve a {
    border: 1px solid #778d74;
    background: #778d74;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
}
.plan ul.planlist ul.detail {padding-left: 0;width: 100%;margin-left:  0;}
.plan ul.planlist ul.detail#mb {
	margin-bottom: 20px;
}
.plan ul.planlist ul.detail li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    width: 100%;
}
}

/* form */
.form {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:100px 0;
}
.form h2 {
	text-align: center;
	font-size: 50px;
	color:#000;
	font-weight: 300;
	margin-bottom: 60px;
  font-family: "Times New Roman", "Yu Mincho", serif;
  letter-spacing: 0.2em;
	z-index: 1;
	position: relative;

}
.form .description {
	font-size: 16px;
	text-align: left;
}

input[type="text"], input[type="email"] {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
	margin-bottom: 20px;
}
textarea {
	margin-bottom: 40px;
}
input[type="date"] {
    width: 200px;
	margin-bottom: 20px;
}
.smf-action .smf-button-control__control {
    background-color: var(--_lighter-color-gray);
    background-image: linear-gradient(180deg, #fff, var(--_lighter-color-gray));
    border-radius: var(--_global--border-radius);
    color: var(--_color-text);
    cursor: pointer;
    display: block;
    padding: var(--_padding-2) var(--_padding-1);
    text-decoration: none;
    --_border-radius: var(--_global--border-radius);
    --_border-color: var(--_form-control-border-color);
    border: 1px solid var(--_border-color);
    border-radius: var(--_border-radius);
    outline: 0;
    --_transition-duration: var(--_global--transition-duration);
    --_transition-function-timing: var(--_global--transition-function-timing);
    --_transition-delay: var(--_global--transition-delay);
    transition: border var(--_transition-duration) var(--_transition-function-timing) var(--_transition-delay);
    background: #fff;
    border-radius: 0;
    border: 1px solid #000;
    padding: 10px;
    width: 300px;
    max-width:auto;
	margin: 0 auto;
	text-align: center;
}
.smf-action .smf-button-control__control::after {
    content: url(../img/arrow_bk.svg);
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 13px;
    margin: auto;
    width: 30px;
}

.smf-item__label__text {
	font-weight: bold;
}
.smf-action {
	display: inline;
}
.smf-button-control {
	display: inline;
}
.smf-action {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.snow-monkey-forms-meta[token] {
	width: 300px;
}

.form .line_txt {
	font-size: 16px;
	margin-top: 30px;
	line-height:1.6em;
}

@media screen and (max-width: 1060px) {
.form {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:100px 30px;
}
}
@media screen and (max-width: 768px) {
.form {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:60px 15px;
}
.form h2 {
text-align: center;
font-size: 32px;
letter-spacing: 0.1em;
margin-bottom: 30px;
}
}

/* base */

section.plane {
	width: 100%;
	max-width: 1000px;
    margin: 180px auto 120px;
}
section.plane h2 {
text-align: center;
    font-size: 50px;
    color: #000;
    font-weight: 300;
    margin-bottom: 60px;
    font-family: "Times New Roman", "Yu Mincho", serif;
    letter-spacing: 0.2em;
    z-index: 1;
    position: relative;
}


section.plane h3 {
  text-align: center;
font-size: 29px;
margin: 80px auto 40px;
}

section.plane h4 {
  text-align: center;
  font-size: 24px;
margin-bottom: 0;
}


section.plane .title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
 
 section.plane .text {
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}

section.plane .text a {
	color: #02aeb2
}

section.plane .txt {
  text-align: left;
  margin-bottom: 30px;
  font-size: 16px;
    font-weight: normal;
}
section.plane .txt#nospace {
	margin-bottom: 0;
}


section.plane .indent {
	padding-left:1em;
	text-indent:-1em;
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
}
section.plane .indent#nospace {
margin-bottom: 0;
}

section.plane .indent2 {
	padding-left:1.2em;
	text-indent:-1.2em;
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
}
section.plane .indent2#nospace {
margin-bottom: 0;
}
section.plane .indent3 {
	padding-left:1.2em;
	text-indent:-1.2em;
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
section.plane .indent3#nospace {
margin-bottom: 0;
}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-c3ow{border-color:inherit;text-align:center;vertical-align:top}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}

.tg2  {border-collapse:collapse;border-spacing:0;}
.tg2 td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg2 th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg2 .tg-c3ow{border-color:inherit;text-align:center;vertical-align:top}
.tg2 .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}

.tg3  {border-collapse:collapse;border-spacing:0;}
.tg3 td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg3 th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg3 .tg-0lax{text-align:left;vertical-align:top}

.tg4  {border-collapse:collapse;border-spacing:0;}
.tg4 td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg4 th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg4 .tg-0lax{text-align:left;vertical-align:top}

section.plane ul.companylist {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 16px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}


section.plane ul.companylist li {
	padding: 20px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

section.plane ul.companylist li:nth-child(odd) {
width: 150px;
background: #f8f8f8;
}

section.plane ul.companylist li:nth-child(even) {
width: calc( 100% - 150px );
}

 @media screen and (max-width: 1060px) {

section.plane {
  width: 100%;
max-width: 1000px;
padding: 0 30px;
}
}


  @media screen and (max-width: 768px) {

section.plane {
padding: 0 15px;
margin-top: 80px;
background: url(../img/fan_bg_bottom.png) center bottom no-repeat; 
 background-color:#fff;
  /*      background-image: url(../img/flower.png);
        z-index:100;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;*/
    height: auto;
    background-size: contain;


}
	  
section.plane .inner {
    width: 100%;
    margin: 80px auto;
    max-width: 1000px;
    padding: 0 15px;
}

section.plane h2 {
        text-align: center;
        font-size: 32px;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
}
section.plane h3 {
        text-align: center;
        font-size: 18px;
        margin: 40px auto 30px;
}

section.plane  h2 img {
  width: auto;
  height: 5vh;
}
section.plane h3 {
  text-align: center;
  font-size: 18px;
margin-bottom: 20px;
}

	  section.plane h4 {
  text-align: center;
  font-size: 18px;
margin-bottom: 20px;
}

section.plane .title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
 
 section.plane .text {
  font-size: 14px;
  text-align: left;
  margin-bottom: 30px;
}
 
section.plane .indent {
	padding-left:0.8em;
	text-indent:-0.8em;
	font-size: 14px;
	text-align: left;
}
section.plane .indent#nospace {
margin-bottom: 0;
}
section.plane .indent2 {
	padding-left:0.8em;
	text-indent:-0.8em;
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
}
section.plane .indent2#nospace {
margin-bottom: 0;
}
section.plane .txt {
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
    font-weight: normal;
}
section.plane .indent3 {
	padding-left:1em;
	text-indent:-1em;
  font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
section.plane .indent3#nospace {
margin-bottom: 0;
}
section.plane ul.companylist {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}


section.plane ul.companylist li {
	padding: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

section.plane ul.companylist li:nth-child(odd) {
width: 150px;
background: #f8f8f8;
}

section.plane ul.companylist li:nth-child(even) {
width: calc( 100% - 150px );
}
}

/*_______________________________

hospitality
_______________________________*/

#hospitality {
  background: #fff;
  padding: 150px 0;
}
#hospitality .hospitality {
width: 100%;
max-width: 1450px;
margin: 0 auto;
}

#hospitality .hospitality .title {
        font-size: 28px;
        line-height: 1em;
        padding-bottom: 5px;
        margin-bottom: 20px;
        width: 40%;
    }
#hospitality .hospitality ul.hospitalitylist {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#hospitality .hospitality ul.hospitalitylist li {
width: 48%;
margin-right: 4%;
}
#hospitality .hospitality ul.hospitalitylist li img {
  width: 100%;
  height: auto;
}
#hospitality .hospitality ul.hospitalitylist li:last-child {
margin-right: 0;
}



#hospitality .hospitality ul.hospitalitylist li .jp {
  font-size: 12px;
}
#hospitality .hospitality ul.hospitalitylist :any-link .title {
    font-size: 34px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#hospitality .hospitality ul.hospitalitylist li .text {
  font-size: 18px;
  margin-bottom: 20px;
}


@media screen and (max-width: 1510px) {
#hospitality {
    background: #fff;
    padding: 150px 30px;
}
#hospitality .hospitality ul.hospitalitylist li {
    width: 50%;
}
}
@media screen and (max-width: 1400px) {
#hospitality .hospitality ul.hospitalitylist li .title {
    font-size: 28px;
    line-height: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
#hospitality .hospitality ul.hospitalitylist li .text {
    font-size: 16px;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 1024px) {
    #hospitality {
        background: #fff;
        padding: 100px 30px;
    }
#hospitality .hospitality ul.hospitalitylist li {
    padding-right: 40px;
    width: 50%;
}
    #hospitality .hospitality ul.hospitalitylist li .title {
        font-size: 24px;
        line-height: 1em;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
}



@media screen and (max-width: 768px) {
#hospitality .hospitality ul.hospitalitylist {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
    #hospitality {
        background: #fff;
        padding: 40px 15px;
    }
#hospitality .hospitality ul.hospitalitylist li {
    padding-right: 0;
    width: 100%;
}
#hospitality .hospitality ul.hospitalitylist li {
    width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
#hospitality .hospitality ul.hospitalitylist li .title {
        font-size: 20px;
        margin-bottom: 10px;
}
    #hospitality .hospitality ul.hospitalitylist li .text {
        font-size: 14px;
        margin-bottom: 20px;
    }
}
