@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap);

.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #eee;
}

html {
  color: #333;
  font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: .1rem;
  line-height: 1;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  color: #333;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0;
  text-decoration: none;
}

a {
  opacity: 1;
  transition: .2s;
}

a:hover {
  opacity: .5;
  transition: .2s;
}

.ff_bask {
  font-family: 'Libre Baskerville', serif;
}

h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .25rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  line-height: 1.4;
}

a.txt_play_video {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .2rem;
  font-weight: 600;
}

a.btn_movie {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .2rem;
  font-weight: 600;
}

p.txt_bold {
  font-weight: 700;
}

br.pc {
  display: block;
}


br.sp {
  display: none;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: .2s;
}

header.bg_show {
  background: rgba(255, 255, 255, .9);
  transition: .2s;
}

a.logo_header {
  padding: .8rem 2rem;
}

a.logo_header img {
  height: 3rem;
}

nav {
  padding: 1rem;
}

nav ul {
  display: flex;
}

nav ul li {
  color: #fff;
  font-weight: 400;
  list-style: none;
}

input[type="submit"], input[type="button"] {
  -webkit-appearance: none!important;
}

.header_top>nav>ul>li>a {
  color: #fff;
}

header.bg_show>nav>ul>li>a:not(.btn_booking) {
  color: #000;
}

nav ul li:not(:first-of-type) {
  padding-left: 30px;
}

.box_hamburger {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 44px;
  cursor: pointer;
  z-index: 300;
  display: none;
}

.btn_close {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 44px;
  cursor: pointer;
  z-index: 300;
  background: 0 0;
  display: none;
}

.btn_close.show {
  display: block;
}

.hamburger__line {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #000;
  transition: all .6s;
}

.hamburger__line--1 {
  top: 14px;
}

.hamburger__line--2 {
  top: 30px;
}

.ham_close .hamburger__line {
  background: #fff;
}

.ham_close .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.ham_close .hamburger__line--2 {
  transform: rotate(-45deg);
  top: 20px;
}

.container_sp_menu {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.menu_sp {
  height: auto;
  text-align: center;
  z-index: 1000;
}

.menu_sp img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 2rem;
}

.menu_sp a {
  color: #fff;
  font-size: 1.2rem;
}

.overlay_sp {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, .8);
}

ul.list_menu li {
  margin-bottom: 4rem;
}

.list_sns li {
  display: inline-block;
  padding: 0 1rem;
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

body.fixed header {
  mix-blend-mode: inherit;
}

.booking_content {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
}

.container_modal {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 410px;
  height: auto;
  text-align: center;
  padding: 1rem 3rem 2.2rem;
  display: flex;
  flex-direction: column;
}

.box_btn_close {
  text-align: right;
  cursor: pointer;
}

.container_modal .box_heading .heading_en {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 200;
  position: relative;
}

.container_modal table {
  width: 100%;
  border-collapse: collapse;
}

.container_modal .box_heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
}

a.btn_booking {
  /*background: #000;0308*/
  background: #0F9C7C;
  color: #fff;
  padding: .8rem 1.6rem;
  border-radius: 4px;
  transition: .3s;
  position: relative;
  overflow: hidden;
}

a.btn_booking:hover {
  background: #6dc1a0;
  transition: .3s;
  opacity: 1;
}


.btn_booking_sp {
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  max-width: 600px;
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 400;
  /*background: #000;0308*/
  background: #0F9C7C;
  color: #fff;
  padding: 1.2rem;
  letter-spacing: .1rem;
  border-radius: 4px;
  border: 0;
  transition: .3s;
  z-index: 100;
  display: none;
}

.btn_booking_sp:active,
.btn_booking_sp:focus,
.btn_booking_sp:hover {
  background: #6dc1a0;
  opacity: 1;
  transition: .2s;
}

.td_left {
  text-align: right;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

.td_right {
  text-align: left;
}

.td_right select,
.td_right select input {
  padding: .4rem;
  border-radius: 4px;
  color: #333;
  background: #fff;
  width: 300px;
}

.container_modal input[type=text] {
  letter-spacing: .1rem;
  width: 290px;
  padding: .3rem;
}

.container_modal input.btn_search {
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 400;
  background: #000;
  color: #fff;
  padding: .8rem 1.6rem;
  letter-spacing: .1rem;
  border-radius: 4px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  transition: .3s;
}

.container_modal input.btn_search:active,
.container_modal input.btn_search:focus,
.container_modal input.btn_search:hover {
  background: #6dc1a0;
  transition: .2s;
}

.box_btn_white {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a.btn_white {
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 400;
  background: #fff;
  color: #000;
  padding: .8rem 1.6rem;
  letter-spacing: .1rem;
  border-radius: 4px;
  width: 80%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #000;
  transition: .3s;
}

a.btn_white:active,
a.btn_white:focus,
a.btn_white:hover {
  color: #fff;
  border-color: transparent;
  background: #6dc1a0;
  transition: .2s;
  opacity: 1;
}

.link_term {
  margin-bottom: 1rem;
}

ul {
  list-style: none;
}

.container {
  width: 1060px;
  display: flex;
  margin: 0 auto;
}

footer {
  display: block;
  background: #646868;
  padding: 10rem 6rem;
}

footer.footer_contact {
  padding: 4rem;
}

.footer_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

footer .block_logo {
  text-align: center;
}

footer .block_logo img {
  width: 20rem;
  margin-bottom: 1.4rem;
}

footer .block_logo h2 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 200;
  margin-bottom: 3rem;
}

footer .block_logo a {
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
}

hr.sp {
  border-bottom: 1px solid #fff;
  display: block;
  width: 50%;
  max-width: 300px;
  margin-bottom: 3rem;
  display: none;
}

.block_page_nav {
  display: flex;
  flex-direction: column;
}

.block_page_nav a {
  color: #fff;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 4rem;
}

.block_page_nav>ul>li {
  display: inline;
  margin-right: 2rem;
}

.block_branches p {
  color: #fff;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.2rem;
}

.block_branches ul {
  display: inline-block;
  vertical-align: top;
}

.block_branches ul li {
  color: #fff;
  font-weight: 200;
  line-height: 4.2;
}

.block_branches ul li a {
  color: #fff;
  font-weight: 100;
}

.ad_01 {
  animation-delay: .1s;
}

.ad_02 {
  animation-delay: .2s;
}

.ad_03 {
  animation-delay: .3s;
}

.ad_04 {
  animation-delay: .4s;
}

.ad_05 {
  animation-delay: .5s;
}

.ad_06 {
  animation-delay: .6s;
}

.ad_07 {
  animation-delay: .7s;
}

.ad_08 {
  animation-delay: .8s;
}

.ad_09 {
  animation-delay: .9s;
}

.ad_10 {
  animation-delay: 1s;
}

.sec_top {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: inherit;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.contents_sec_top {
  position: absolute;
}

.sec_top .logo_white {
  width: 600px;
}

a.txt_play_video img {
  margin-left: 1rem;
  vertical-align: sub;
}

a.btn_movie img {
  margin-left: 1rem;
  vertical-align: sub;
  width: 28px;
}

video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -999;
}

a.line_scroll {
  height: 120px;
  overflow: hidden;
  position: absolute;
  margin: 0 auto;
  bottom: 20px;
  left: 0;
  right: 0;
  display: block;
  width: 40px;
}

a.line_scroll:after {
  content: "";
  display: block;
  width: 2px;
  border-left: 2px solid #fff;
  animation: scroll 2s ease 0s infinite normal;
  margin: 0 auto 0;
  mix-blend-mode: inherit;
}

@keyframes scroll {
  0% {
    height: 0;
  }

  50% {
    height: 150px;
    margin-top: 0;
  }

  100% {
    margin-top: 150px;
    height: 150px;
  };
}

.wrapper_video {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}

.wrapper_video.show {
  opacity: 1;
  visibility: visible;
  transition: .4s;
}

.wrapper_video iframe {
  width: 80%;
  max-width: 800px;
  height: 70%;
  z-index: 100;
  position: relative;
}

.wrapper_video .box_btn_close {
  width: 80%;
  max-width: 800px;
  height: 40px;
  z-index: 100;
  text-align: right;
}

.wrapper_video .box_btn_close img {
  display: inline;
  height: 24px;
}

.wrapper_video .overlay {
  position: fixed;
}

.sec_message {
  height: auto;
}

.block_01,
.block_01_02,
.block_02,
.block_03,
.block_04,
.block_05,
.block_06 {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.block_01 {
  margin: 10rem auto;
}

.block_01_02 {
  margin: 0 auto 10rem;
}

.block_01_02 img.img_message_02 {
  width: 40%;
}

.block_01_02 .leaf_01 {
  position: absolute;
  top: -20rem;
  left: 10rem;
  width: 10rem;
}

.block_01_02 .leaf_02 {
  position: absolute;
  bottom: 16rem;
  left: 6rem;
  width: 7rem;
}

.block_01_02 .leaf_03 {
  position: absolute;
  top: -29rem;
  right: 14rem;
  margin-left: auto;
  width: 9rem;
}

.block_01_02 .leaf_04 {
  position: absolute;
  bottom: 18rem;
  right: 4rem;
  width: 7rem;
}

.block_01 h2.heading_vertical {
  color: #646868;
  font-weight: 100;
  transform: rotate(90deg);
  position: absolute;
  top: 14rem;
  left: -12rem;
  letter-spacing: 0;
  font-size: 2.8rem;
  z-index: -10;
}

.box_statement {
  display: flex;
  flex-direction: column;
  background: url(../img/bg_wreath.svg) no-repeat center center;
  background-size: 100%;
  text-align: center;
}

.block_01 picture {
  padding: 0 4rem 0 6rem;
}

.block_01 img.img_message {
  height: 580px;
}

h2.txt_tagline {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 2rem;
}

p.txt_main {
  font-size: 1.1rem;
  line-height: 2.4;
  margin-bottom: 1.4rem;
  z-index: 1;
}

.block_02 {
  margin-bottom: 10rem;
  background: #a7d8cc;
  width: 860px;
  align-items: flex-start;
  flex-direction: column;
  padding: 2rem 100px 7rem;
  text-align: left;
}

.cate_leaf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  text-align: center;
  background: url(../img/bg_header_leaf_white.svg) no-repeat center center;
  background-size: 120px;
}

.cate_leaf p {
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: .4rem;
  color: #333;
}

.cate_leaf h3 {
  font-style: italic;
  font-weight: 400;
  font-size: 6rem;
  color: #333;
}

.block_02 h2.title_contents {
  color: #333;
  font-size: 3.4rem;
  font-weight: 300;
  letter-spacing: .4rem;
  margin: 0;
}

.block_02 p.sub_txt_contents {
  color: #333;
  font-size: 1.2rem;
  padding-top: 0;
  line-height: 1;
}

.bg_leaf {
  position: relative;
  width: 100%;
  z-index: -10;
  height: 100%;
}

.block_02 .img_lounge_02 img {
  height: 400px;
}

.txt_bg_white {
  z-index: 10;
}

.block_02 .txt_bg_white {
  display: flex;
  justify-content: flex-end;
  margin: -10rem 0 0 2rem;
  width: 100%;
}

.img_content_sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.block_02 .leaf_01 {
  position: absolute;
  top: -44rem;
  left: 22rem;
  width: 10rem;
}

.block_02 .leaf_02 {
  position: absolute;
  top: -12rem;
  right: 0;
  width: 5rem;
}

.block_02 .leaf_03 {
  position: absolute;
  top: -22rem;
  left: 9rem;
  width: 6rem;
  opacity: .4;
}

.block_02 .leaf_04 {
  position: absolute;
  bottom: 3rem;
  left: 15rem;
  width: 6rem;
  opacity: .2;
}

.img_content_sub img.lounge_02 {
  height: 400px;
  z-index: 10;
}

.block_02 .text_sub p {
  font-size: 1.2rem;
  color: #109c7c;
  margin-top: -6rem;
  margin-bottom: 1rem;
  font-style: italic;
  letter-spacing: 0;
}

.block_02 .text_sub p span {
  color: #109c7c;
  font-size: 2rem;
}

.img_content_sub .bg_leaf {
  z-index: 0;
}

.block_03 {
  margin-bottom: 10rem;
  background: #ead58a;
  width: 860px;
  align-items: flex-start;
  flex-direction: column;
  padding: 2rem 100px;
  text-align: left;
}

.block_03 h2.title_contents {
  color: #333;
  font-size: 3.4rem;
  font-weight: 300;
  letter-spacing: .4rem;
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.block_03 p.sub_txt_contents {
  color: #333;
  font-size: 1.2rem;
  padding-top: 0;
  line-height: 1;
}

.block_03 .cate_leaf p {
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: .4rem;
  color: #333;
}

.block_03 .cate_leaf h3 {
  font-style: italic;
  font-weight: 400;
  font-size: 6rem;
  color: #333;
}

.block_03 .leaf_01 {
  position: absolute;
  top: -10rem;
  left: 24rem;
  width: 6rem;
}

.block_03 .leaf_02 {
  position: absolute;
  top: 4rem;
  right: 14rem;
  width: 5rem;
}

.block_03 .img_lounge_02 img {
  height: 400px;
}

.block_03 .txt_bg_white {
  display: flex;
  justify-content: flex-start;
  margin: -4rem 0 0 -4rem;
}

.img_content_sub {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.img_content_sub img.room_02 {
  height: 340px;
  margin-bottom: 6rem z-index:10;
}

.block_03 .text_sub {
  text-align: right;
}

.block_03 .text_sub p {
  font-size: 1.2rem;
  color: #b79721;
  margin-top: -20rem;
  font-style: italic;
  letter-spacing: 0;
}

.block_03 .text_sub p span {
  color: #b79721;
  font-size: 2rem;
}

.block_03 .img_content_sub .leaf_01 {
  position: absolute;
  top: -72rem;
  right: -4rem;
  width: 6rem;
}

.block_03 .img_content_sub .leaf_02 {
  position: absolute;
  top: -30rem;
  left: -1rem;
  width: 6rem;
}

.block_03 .img_content_sub .leaf_03 {
  position: absolute;
  top: -108rem;
  left: 8rem;
  width: 10rem;
  opacity: .8;
}

.block_03 .img_content_sub .leaf_04 {
  position: absolute;
  top: -30rem;
  left: 18rem;
  width: 4rem;
  opacity: .5;
}

.img_content_sub p {
  color: #109c7c;
  margin-top: -6rem;
  margin-bottom: 1rem;
  font-style: italic;
}

a.btn_link {
  color: #333;
  padding: .4rem 1.5rem;
  border: 1px solid #333;
  background: #fff;
  border-radius: 20rem;
  display: table;
  margin-top: 1rem;
  overflow: hidden;
}

a.btn_link.btn_center {
  padding: .4rem 1.5rem;
  border: 1px solid #333;
  border-radius: 20rem;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 1.1rem;
}



a.btn_link:active,
a.btn_link:focus,
a.btn_link:hover {
  color: #fff;
  background: #6dc1a0;
  border-color: transparent;
  border-radius: 20rem;
  transition: .2s;
  opacity: 1;
}

.sec_branches {
  text-align: center;
  margin: 5rem auto;
  position: relative;
}

h2.heading_en {
  color: #646868;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: .2rem;
  position: relative;
  display: table;
  margin: 0 auto 4rem;
}

.sec_branches .container {
  justify-content: center;
  flex-direction: column;
  width: 1060px;
  display: flex;
  margin: 0 auto;
}

.sec_branches h2.heading_en::after {
  content: '';
  background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -2.5rem;
  left: -3rem;
  width: 120px;
  height: 120px;
  z-index: -100;
}

.slider.slider_branches {
  opacity: 0;
  transition: opacity .3s linear;
  margin: 0 auto;
}

.slider.slick-initialized {
  opacity: 1;
}

.slider_branches .slick-slide {
  padding: 0 4rem;
}

.slider_branches .slick-slide img {
  width: 100%;
  height: 32vw;
  object-fit: cover;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  margin: 0 auto;
}

.slider_arrow_back {
  position: absolute;
  top: 15rem;
  left: 0;
  z-index: 100;
}

.slider_arrow_forward {
  position: absolute;
  top: 15rem;
  right: 0;
  z-index: 100;
}

.slider_arrow_back img,
.slider_arrow_forward img {
  width: 4rem;
}

.box_caption {
  text-align: center;
  padding: 2rem 0;
  opacity: 0;
  transition: 1s;
}

.slick-current .box_caption {
  opacity: 1;
  transition: 1s;
}

.table_caption {
  width: 100%;
}

.slider_branches .slick-slide img.ic_map {
  width: 2rem;
  height: 2rem;
  display: inline;
  vertical-align: top;
}

.txt_hostel_header {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: .1rem;
}

.txt_branches_num {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .1rem;
  margin-top: 1rem;
}

.txt_hostel_header span {
  font-size: 1.2rem;
}

.slider_branches .slick-slide img.branches_logo {
  width: auto;
  height: 6rem;
  margin: 0 auto 2rem;
}

p.txt_description {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

a p.txt_description {
  transition: .3s;
  opacity: 1;
}

a p.txt_description:hover {
  transition: .3s;
  opacity: .5;
}

a.txt_description {
  font-size: 1.1rem;
  line-height: 3;
}

.box_btn_link {
  text-align: right;
}

.sec_news {
  text-align: center;
  margin-bottom: 10rem;
}

.sec_news .container {
  align-items: center;
  margin-bottom: 2rem;
}

.sec_news h2.heading_en::after {
  content: '';
  background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -2.5rem;
  left: -3rem;
  width: 120px;
  height: 120px;
  z-index: -100;
}

.box_news_image {
  margin-right: 6rem;
}

.box_txt_news {
  text-align: left;
}

.box_txt_news ul {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}

.box_txt_news>ul>li.link_news {
  opacity: 1;
  transition: .2s;
}

.box_txt_news>ul>li.link_news:hover {
  opacity: .5;
  transition: .2s;
}

a.btn_link_news:hover {
  opacity: .5;
  transition: .4s;
}

.txt_date {
  color: #646868;
  margin-bottom: .3rem;
  display: inline-block;
}

.box_txt_news a.btn_link {
  margin-top: 2rem;
  margin-right: 5rem;
}

.sec_banner {
  position: relative;
}

.sec_banner a {
  display: block;
  background: url(../img/banner_booking_02.jpg) no-repeat center center;
  background-size: 100%;
  transition: .5s;
}

.sec_banner a:hover {
  opacity: 1;
  background: url(../img/banner_booking_hover_02.jpg) no-repeat center center;
  background-size: 110%;
  transition: .5s;
}

.box_booking_txt {
  text-align: center;
  padding: 10rem 4rem;
}

.box_booking_inner {
  display: inline-block;
  border: 2px solid #333;
  padding: 2rem;
  background: rgba(255,255,255,1);
  transition: .3s;
}

.sec_banner a:hover .box_booking_inner {
  background: #333;
  border-color: transparent;
  transition: .2s;
  opacity: 1;
}

.box_booking_txt h2 {
  color: #333;
  margin-bottom: 1rem;
}

.box_booking_txt p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.sec_banner a:hover>.box_booking_txt h2 {
  color: #fff;
  margin-bottom: 1rem;
  transition: .5s;
}

.sec_banner a:hover>.box_booking_txt p {
  color: #fff;
  transition: .5s;
}

.sec_banner .container {
  display: block;
  position: relative;
}

.sec_banner .container .btn_link {
  color: #333;
  display: inline-block;
  position: relative;
}

.sec_banner .leaf_01 {
  position: absolute;
  top: 22rem;
  right: -6rem;
  width: 6rem;
  z-index: 100;
}

.sec_banner .leaf_02 {
  position: absolute;
  top: -2rem;
  left: -4rem;
  width: 6rem;
  z-index: 100;
}

/*sec_branches_top --------------------------------------------*/
.sec_branches_top {
  padding-top: 10rem;
  margin-bottom: 10rem;
}

.sec_branches_top .box_heading .heading_en {
  padding-top: 1rem;
}

.sec_branches_top h2.heading_en::after {
  content: '';
  background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -2rem;
  width: 120px;
  height: 120px;
  z-index: -100;
}

.sec_branches_top .branches_list_container {
  display: flex;
  flex-direction: column;
  padding-left: 10rem;
  width: 600px;
  margin-top: 3rem;
}

select.box_select_branches {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  color: #333;
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  padding: 0 0 1rem;
  outline: 0;
  line-height: 1;
  max-width: 300px;
  width: 100%;
  background: transparent;
}

.box_txt_branches {
  text-align: left;
}

.box_txt_branches ul {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}

.box_txt_branches>ul>li.link_branches {
  opacity: 1;
  transition: .2s;
}

.box_txt_branches>ul>li.link_branches:hover {
  opacity: .5;
  transition: .2s;
}

.box_txt_branches a.btn_link {
  margin-top: 2rem;
  margin-right: 5rem;
}

.main_box {
  cursor: pointer;
}

.box_txt_branch {
  text-align: left;
}

.box_txt_branch ul {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}

.box_txt_branch>ul>li.link_branch {
  opacity: 1;
  transition: .2s;
}

.box_txt_branch>ul>li.link_branch:hover {
  opacity: .5;
  transition: .2s;
}

.box_txt_branch a.btn_link {
  margin-top: 2rem;
  margin-right: 5rem;
}
.container_branches {
  margin-bottom: 4rem;
}

.container_item_center {
  align-items: center;
  margin-bottom: .2rem;
}

p.label_wellness {
  background: #EDF7F4;
  color: #6DC1A0;
  font-size: 1rem;
  line-height: 0.8rem;
  padding: .4rem;
  border-radius: .2rem;
  font-weight: 600;
  margin-right: 1rem;
}

.continer_relative {
  position: relative;
  margin-bottom: 0;
}

p.num_branches {
  font-size: 2rem;
  font-weight: 300;
  color: #ccc;
  position: absolute;
  transform: rotate(-90deg);
  left: -3.6rem;
  bottom: 2rem;
}

p.num_branches span {
  font-size: 1.4rem;
  color: #ccc;
}

.container_img_slider {
  flex: 3;
  margin: 4px;
  padding: 0;
  width: 100%;
}

.container_thumb_box {
  flex: 1;
  width: 100%;
}

li.box_item_branch {
  display: none;
  height: 490px;
  width: 100%;
}

.img_popup_content {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
}

.container_modal {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 410px;
  height: auto;
  text-align: center;
  padding: 1rem 3rem 2.2rem;
  display: flex;
  flex-direction: column;
}

.container_modal.container_modal_branches {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1000px;
  text-align: center;
  padding: 0.4rem 2rem 2rem;
  display: flex;
  flex-direction: column;
}

.box_btn_close {
  text-align: right;
  cursor: pointer;
}

.item_popup {
  display: none;
}

#kuramaewest li.item_branch_01 {
  background: url(../img/img_branch_kuramaewest_01.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.item_branch_02 {
  background: url(../img/img_branch_kuramaewest_02.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.item_branch_03 {
  background: url(../img/img_branch_kuramaewest_03.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.item_branch_04 {
  background: url(../img/img_branch_kuramaewest_04.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.item_branch_05 {
  background: url(../img/img_branch_kuramaewest_05.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.item_branch_06 {
  background: url(../img/img_branch_kuramaewest_06.jpg) no-repeat center center;
  background-size: cover;

}

#kuramaewest li.item_branch_07 {
  background: url(../img/img_branch_kuramaewest_07.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.item_branch_08 {
  background: url(../img/img_branch_kuramaewest_08.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.thumb_01 {
  background: url(../img/img_branch_kuramaewest_01.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.thumb_02 {
  background: url(../img/img_branch_kuramaewest_02.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.thumb_03 {
  background: url(../img/img_branch_kuramaewest_03.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.thumb_04 {
  background: url(../img/img_branch_kuramaewest_04.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.thumb_05 {
  background: url(../img/img_branch_kuramaewest_05.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.thumb_06 {
  background: url(../img/img_branch_kuramaewest_06.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.thumb_07 {
  background: url(../img/img_branch_kuramaewest_07.jpg) no-repeat center center;
  background-size: cover;
}

#kuramaewest li.thumb_08 {
  background: url(../img/img_branch_kuramaewest_08.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.item_branch_01 {
  background: url(../img/img_branch_namba_01.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.item_branch_02 {
  background: url(../img/img_branch_namba_02.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.item_branch_03 {
  background: url(../img/img_branch_namba_03.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.item_branch_04 {
  background: url(../img/img_branch_namba_04.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.item_branch_05 {
  background: url(../img/img_branch_namba_05.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.item_branch_06 {
  background: url(../img/img_branch_namba_06.jpg) no-repeat center center;
  background-size: cover;

}

#namba li.item_branch_07 {
  background: url(../img/img_branch_namba_07.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.item_branch_08 {
  background: url(../img/img_branch_namba_08.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.thumb_01 {
  background: url(../img/img_branch_namba_01.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.thumb_02 {
  background: url(../img/img_branch_namba_02.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.thumb_03 {
  background: url(../img/img_branch_namba_03.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.thumb_04 {
  background: url(../img/img_branch_namba_04.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.thumb_05 {
  background: url(../img/img_branch_namba_05.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.thumb_06 {
  background: url(../img/img_branch_namba_06.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.thumb_07 {
  background: url(../img/img_branch_namba_07.jpg) no-repeat center center;
  background-size: cover;
}

#namba li.thumb_08 {
  background: url(../img/img_branch_namba_08.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.item_branch_01 {
  background: url(../img/img_branch_minamisenju_01.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.item_branch_02 {
  background: url(../img/img_branch_minamisenju_02.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.item_branch_03 {
  background: url(../img/img_branch_minamisenju_03.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.item_branch_04 {
  background: url(../img/img_branch_minamisenju_04.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.item_branch_05 {
  background: url(../img/img_branch_minamisenju_05.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.item_branch_06 {
  background: url(../img/img_branch_minamisenju_06.jpg) no-repeat center center;
  background-size: cover;

}

#minamisenju li.item_branch_07 {
  background: url(../img/img_branch_minamisenju_07.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.item_branch_08 {
  background: url(../img/img_branch_minamisenju_08.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.thumb_01 {
  background: url(../img/img_branch_minamisenju_01.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.thumb_02 {
  background: url(../img/img_branch_minamisenju_02.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.thumb_03 {
  background: url(../img/img_branch_minamisenju_03.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.thumb_04 {
  background: url(../img/img_branch_minamisenju_04.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.thumb_05 {
  background: url(../img/img_branch_minamisenju_05.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.thumb_06 {
  background: url(../img/img_branch_minamisenju_06.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.thumb_07 {
  background: url(../img/img_branch_minamisenju_07.jpg) no-repeat center center;
  background-size: cover;
}

#minamisenju li.thumb_08 {
  background: url(../img/img_branch_minamisenju_08.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.item_branch_01 {
  background: url(../img/img_branch_shinsaibashieast_01.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.item_branch_02 {
  background: url(../img/img_branch_shinsaibashieast_02.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.item_branch_03 {
  background: url(../img/img_branch_shinsaibashieast_03.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.item_branch_04 {
  background: url(../img/img_branch_shinsaibashieast_04.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.item_branch_05 {
  background: url(../img/img_branch_shinsaibashieast_05.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.item_branch_06 {
  background: url(../img/img_branch_shinsaibashieast_06.jpg) no-repeat center center;
  background-size: cover;

}

#shinsaibashieast li.item_branch_07 {
  background: url(../img/img_branch_shinsaibashieast_07.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.item_branch_08 {
  background: url(../img/img_branch_shinsaibashieast_08.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.thumb_01 {
  background: url(../img/img_branch_shinsaibashieast_01.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.thumb_02 {
  background: url(../img/img_branch_shinsaibashieast_02.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.thumb_03 {
  background: url(../img/img_branch_shinsaibashieast_03.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.thumb_04 {
  background: url(../img/img_branch_shinsaibashieast_04.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.thumb_05 {
  background: url(../img/img_branch_shinsaibashieast_05.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.thumb_06 {
  background: url(../img/img_branch_shinsaibashieast_06.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.thumb_07 {
  background: url(../img/img_branch_shinsaibashieast_07.jpg) no-repeat center center;
  background-size: cover;
}

#shinsaibashieast li.thumb_08 {
  background: url(../img/img_branch_shinsaibashieast_08.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.item_branch_01 {
  background: url(../img/img_branch_hommachieast_01.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.item_branch_02 {
  background: url(../img/img_branch_hommachieast_02.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.item_branch_03 {
  background: url(../img/img_branch_hommachieast_03.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.item_branch_04 {
  background: url(../img/img_branch_hommachieast_04.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.item_branch_05 {
  background: url(../img/img_branch_hommachieast_05.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.item_branch_06 {
  background: url(../img/img_branch_hommachieast_06.jpg) no-repeat center center;
  background-size: cover;

}

#hommachieast li.item_branch_07 {
  background: url(../img/img_branch_hommachieast_07.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.item_branch_08 {
  background: url(../img/img_branch_hommachieast_08.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.thumb_01 {
  background: url(../img/img_branch_hommachieast_01.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.thumb_02 {
  background: url(../img/img_branch_hommachieast_02.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.thumb_03 {
  background: url(../img/img_branch_hommachieast_03.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.thumb_04 {
  background: url(../img/img_branch_hommachieast_04.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.thumb_05 {
  background: url(../img/img_branch_hommachieast_05.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.thumb_06 {
  background: url(../img/img_branch_hommachieast_06.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.thumb_07 {
  background: url(../img/img_branch_hommachieast_07.jpg) no-repeat center center;
  background-size: cover;
}

#hommachieast li.thumb_08 {
  background: url(../img/img_branch_hommachieast_08.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.item_branch_01 {
  background: url(../img/img_branch_asakusa_01.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.item_branch_02 {
  background: url(../img/img_branch_asakusa_02.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.item_branch_03 {
  background: url(../img/img_branch_asakusa_03.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.item_branch_04 {
  background: url(../img/img_branch_asakusa_04.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.item_branch_05 {
  background: url(../img/img_branch_asakusa_05.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.item_branch_06 {
  background: url(../img/img_branch_asakusa_06.jpg) no-repeat center center;
  background-size: cover;

}

#asakusa li.item_branch_07 {
  background: url(../img/img_branch_asakusa_07.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.item_branch_08 {
  background: url(../img/img_branch_asakusa_08.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.thumb_01 {
  background: url(../img/img_branch_asakusa_01.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.thumb_02 {
  background: url(../img/img_branch_asakusa_02.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.thumb_03 {
  background: url(../img/img_branch_asakusa_03.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.thumb_04 {
  background: url(../img/img_branch_asakusa_04.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.thumb_05 {
  background: url(../img/img_branch_asakusa_05.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.thumb_06 {
  background: url(../img/img_branch_asakusa_06.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.thumb_07 {
  background: url(../img/img_branch_asakusa_07.jpg) no-repeat center center;
  background-size: cover;
}

#asakusa li.thumb_08 {
  background: url(../img/img_branch_asakusa_08.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.item_branch_01 {
  background: url(../img/img_branch_kanda_01.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.item_branch_02 {
  background: url(../img/img_branch_kanda_02.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.item_branch_03 {
  background: url(../img/img_branch_kanda_03.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.item_branch_04 {
  background: url(../img/img_branch_kanda_04.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.item_branch_05 {
  background: url(../img/img_branch_kanda_05.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.item_branch_06 {
  background: url(../img/img_branch_kanda_06.jpg) no-repeat center center;
  background-size: cover;

}

#kanda li.item_branch_07 {
  background: url(../img/img_branch_kanda_07.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.item_branch_08 {
  background: url(../img/img_branch_kanda_08.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.thumb_01 {
  background: url(../img/img_branch_kanda_01.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.thumb_02 {
  background: url(../img/img_branch_kanda_02.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.thumb_03 {
  background: url(../img/img_branch_kanda_03.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.thumb_04 {
  background: url(../img/img_branch_kanda_04.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.thumb_05 {
  background: url(../img/img_branch_kanda_05.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.thumb_06 {
  background: url(../img/img_branch_kanda_06.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.thumb_07 {
  background: url(../img/img_branch_kanda_07.jpg) no-repeat center center;
  background-size: cover;
}

#kanda li.thumb_08 {
  background: url(../img/img_branch_kanda_08.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.item_branch_01 {
  background: url(../img/img_branch_akihabara_01.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.item_branch_02 {
  background: url(../img/img_branch_akihabara_02.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.item_branch_03 {
  background: url(../img/img_branch_akihabara_03.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.item_branch_04 {
  background: url(../img/img_branch_akihabara_04.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.item_branch_05 {
  background: url(../img/img_branch_akihabara_05.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.item_branch_06 {
  background: url(../img/img_branch_akihabara_06.jpg) no-repeat center center;
  background-size: cover;

}

#akihabara li.item_branch_07 {
  background: url(../img/img_branch_akihabara_07.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.item_branch_08 {
  background: url(../img/img_branch_akihabara_08.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.thumb_01 {
  background: url(../img/img_branch_akihabara_01.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.thumb_02 {
  background: url(../img/img_branch_akihabara_02.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.thumb_03 {
  background: url(../img/img_branch_akihabara_03.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.thumb_04 {
  background: url(../img/img_branch_akihabara_04.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.thumb_05 {
  background: url(../img/img_branch_akihabara_05.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.thumb_06 {
  background: url(../img/img_branch_akihabara_06.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.thumb_07 {
  background: url(../img/img_branch_akihabara_07.jpg) no-repeat center center;
  background-size: cover;
}

#akihabara li.thumb_08 {
  background: url(../img/img_branch_akihabara_08.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.item_branch_01 {
  background: url(../img/img_branch_asakusakappabashi_01.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.item_branch_02 {
  background: url(../img/img_branch_asakusakappabashi_02.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.item_branch_03 {
  background: url(../img/img_branch_asakusakappabashi_03.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.item_branch_04 {
  background: url(../img/img_branch_asakusakappabashi_04.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.item_branch_05 {
  background: url(../img/img_branch_asakusakappabashi_05.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.item_branch_06 {
  background: url(../img/img_branch_asakusakappabashi_06.jpg) no-repeat center center;
  background-size: cover;

}

#asakusakappabashi li.item_branch_07 {
  background: url(../img/img_branch_asakusakappabashi_07.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.item_branch_08 {
  background: url(../img/img_branch_asakusakappabashi_08.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.thumb_01 {
  background: url(../img/img_branch_asakusakappabashi_01.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.thumb_02 {
  background: url(../img/img_branch_asakusakappabashi_02.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.thumb_03 {
  background: url(../img/img_branch_asakusakappabashi_03.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.thumb_04 {
  background: url(../img/img_branch_asakusakappabashi_04.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.thumb_05 {
  background: url(../img/img_branch_asakusakappabashi_05.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.thumb_06 {
  background: url(../img/img_branch_asakusakappabashi_06.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.thumb_07 {
  background: url(../img/img_branch_asakusakappabashi_07.jpg) no-repeat center center;
  background-size: cover;
}

#asakusakappabashi li.thumb_08 {
  background: url(../img/img_branch_asakusakappabashi_08.jpg) no-repeat center center;
  background-size: cover;
}

.line_thumb {
  flex: 1;
}

.box_item_thumb {
  height: 116.6px;
  width: 100%;
}

.container_thumb_box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.thumb_box {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.thumb_box li {
  cursor: pointer;
  margin: 4px;
  transition: .2s;
}

.thumb_box li:hover {
  opacity: .5;
  transition: .2s;
}

.img_thumb {
  border-radius: 0;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  height: 420px;
}

.thumb_box li:hover img {
  opacity: 0.8;
  transition: .3s;
}

.box_branches {
  text-align: left;
  display: flex;
  align-items: center;
}

img.branches_logo {
  width: auto;
  height: 8rem;
  margin: 0 2rem 0 0;
}

img.ic_map {
  width: 2rem;
  height: 2rem;
  display: inline;
  vertical-align: middle;
}

.sec_about_top {
  padding-top: 10rem;
  margin-bottom: 10rem;
}

.sec_about_top .container {
  flex-direction: column;
}

.box_heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.box_heading .heading_en {
  font-size: 4rem;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  font-weight: 200;
  position: relative;
}

.box_heading .heading_en span {
  color: #646868;
}

.title_sub {
  color: #646868;
  font-size: 1.2rem;
  font-weight: 300;
}

.sec_about_top h2.heading_en::after {
  content: '';
  background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 120px;
  height: 120px;
  z-index: -100;
}

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

.sec_about_top .box_message img {
  height: 280px;
}

.sec_about_top .box_txt p {
  font-size: 1.1rem;
  line-height: 2.4;
  margin-bottom: 1.4rem;
  margin-left: 4rem;
}

.sec_menu {
  margin-bottom: 10rem;
}

.container.box_visual {
  flex-direction: column;
}

.box_heading_contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
}

.cate_circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  background: #edf7f4;
  border-radius: 10rem;
  text-align: center;
}

.cate_circle p {
  font-weight: 400;
  font-style: italic;
  font-size: 1rem;
  margin-bottom: .4rem;
  color: #a7d8cc;
}

.cate_circle h3 {
  font-style: italic;
  font-weight: 400;
  font-size: 6rem;
  color: #a7d8cc;
}

.box_title_contents {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}

h2.title_contents {
  color: #6dc1a0;
  font-size: 3.4rem;
  font-weight: 300;
  letter-spacing: .4rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #a7d8cc;
}

p.sub_txt_contents {
  color: #646868;
  font-size: 1.2rem;
  padding-top: 1rem;
  line-height: 1.6;
}

.box_main_img {
  width: 100%;
  z-index: 10;
  margin-bottom: -.1rem;
}

img.img_main_contents {
  width: 100%;
  z-index: 10;
}

.txt_bg_white {
  display: flex;
  justify-content: flex-end;
  margin: -10rem -2rem 0 0;
}

.txt_bg_white p.txt_main {
  font-size: 1.1rem;
  line-height: 2.4;
  padding: 1.2rem 2rem 1.8rem;
  margin-bottom: 1.4rem;
  background: rgba(255, 255, 255, .95);
  z-index: 10;
}

img.img_sub {
  margin-top: -10rem;
  height: 26rem;
}

.sec_menu .leaf_01 {
  position: absolute;
  top: -18rem;
  left: 22rem;
  width: 10rem;
}

.sec_menu .leaf_02 {
  position: absolute;
  top: -12rem;
  right: 0;
  width: 5rem;
}

.sec_menu .leaf_03 {
  position: absolute;
  top: -12rem;
  left: 9rem;
  width: 6rem;
  opacity: .8;
}

.sec_menu .leaf_04 {
  position: absolute;
  bottom: 3rem;
  left: 15rem;
  width: 6rem;
  opacity: .2;
}

.sec_flower {
  margin-bottom: 10rem;
}

.box_right .box_heading_contents {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  margin-bottom: 2rem;
}

.box_right .cate_circle {
  background: #fff6d5;
}

.box_right .cate_circle p {
  color: #ead58a;
}

.box_right .cate_circle h3 {
  color: #ead58a;
}

.box_right h2.title_contents {
  color: #ead58a;
  border-bottom: 1px dashed #ead58a;
}

.box_right .txt_bg_white {
  justify-content: flex-start;
  margin: -10rem 0 0 -2rem;
}

.sec_flower .leaf_01 {
  position: absolute;
  top: -48rem;
  left: 22rem;
  width: 10rem;
}

.sec_flower .leaf_02 {
  position: absolute;
  top: -22rem;
  right: 22rem;
  width: 5rem;
}

.sec_flower .leaf_03 {
  position: absolute;
  top: -44rem;
  left: 2rem;
  width: 6rem;
  opacity: .8;
}

.sec_flower .leaf_04 {
  position: absolute;
  top: -12rem;
  left: 17rem;
  width: 6rem;
  opacity: 1;
}

.sec_art .leaf_01 {
  position: absolute;
  top: -76rem;
  left: 36rem;
  width: 8rem;
}

.sec_art .leaf_02 {
  position: absolute;
  top: -30rem;
  left: 26rem;
  width: 5rem;
}

.sec_art .leaf_03 {
  position: absolute;
  top: -66rem;
  left: 8rem;
  width: 6rem;
  opacity: .8;
}

.sec_art .leaf_04 {
  position: absolute;
  top: -38rem;
  left: 17rem;
  width: 6rem;
  opacity: 1;
}

p.txt_main span {
  font-family: monospace;
}

.sec_art {
  margin-bottom: 10rem;
}

.sec_fitness {
  margin-bottom: 10rem;
}

.sec_fitness .leaf_01 {
  position: absolute;
  top: -90rem;
  left: 22rem;
  width: 10rem;
}

.sec_fitness .leaf_02 {
  position: absolute;
  top: -46rem;
  right: 22rem;
  width: 5rem;
}

.sec_fitness .leaf_03 {
  position: absolute;
  top: -90rem;
  left: 2rem;
  width: 6rem;
  opacity: .8;
}

.sec_fitness .leaf_04 {
  position: absolute;
  top: -35rem;
  left: 17rem;
  width: 6rem;
  opacity: 1;
}

.container.input_confirm_box {
  margin: 0 auto 8rem;
}

.box_mail_content {
  min-height: 60vh;
  width: 80%;
  padding-top: 8rem;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.box_mail_content h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.box_mail_content p {
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.box_mail_content tr {
  line-height: 2;
}

.box_mail_content th {
  font-weight: 700;
  text-align: left;
  display: block;
}

.box_mail_content td {
  text-align: left;
  display: block;
}

.box_mail_content input.btn_send {
  background: #000;
  color: #fff;
  padding: .8rem 1.6rem;
  border: 0;
  border-radius: 4px;
  transition: .3s;
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
}

.box_mail_content input.btn_send:active,
.box_mail_content input.btn_send:focus,
.box_mail_content input.btn_send:hover {
  background: #6dc1a0;
  opacity: 1;
  transition: .2s;
}

.box_mail_content input.btn_cancel {
  background: #ccc;
  color: #666;
  padding: .8rem 1.6rem;
  border: 0;
  border-radius: 4px;
  transition: .3s;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

.box_mail_content input.btn_cancel:active,
.box_mail_content input.btn_cancel:focus,
.box_mail_content input.btn_cancel:hover {
  background: #333;
  color: #fff;
  opacity: 1;
  transition: .2s;
}

.box_mail_content a.btn_link {
  background: #000;
  color: #fff;
  padding: .8rem 1.6rem;
  border: 0;
  border-radius: 4px;
  margin-bottom: 2rem;
  transition: .3s;
  width: 80%;
  max-width: 600px;
  display: block;
  margin: 2rem auto;
}

.box_mail_content a.btn_link:active,
.box_mail_content a.btn_link:focus,
.box_mail_content a.btn_link:hover {
  background: #6dc1a0;
  opacity: 1;
  transition: .2s;
}

.sec_contact {
  padding-top: 10rem;
  margin-bottom: 10rem;
}

.sec_contact .container {
  justify-content: space-between;
}

.sec_contact h2.heading_en::after {
  content: '';
  background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -2rem;
  width: 120px;
  height: 120px;
  z-index: -100;
}

.sec_contact .box_heading .heading_en {
  padding-top: 1rem;
}

.sec_contact .leaf_01 {
  position: absolute;
  top: 4rem;
  left: inherit;
  width: 10rem;
  right: 2rem;
}

.sec_contact .leaf_02 {
  position: absolute;
  top: 18rem;
  left: 8rem;
  width: 8rem;
}

.sec_contact .leaf_03 {
  position: absolute;
  top: 25rem;
  left: inherit;
  width: 8rem;
  right: 0;
}

.sec_contact .leaf_04 {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 7rem;
}

.container_form {
  display: flex;
  flex-direction: column;
  height: 50%;
}

.sec_contact form {
  width: 600px;
}

select.form-control {
  font-size: 1rem;
  font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  border: 1px solid #777;
  border-radius: 4px;
  color: #333;
  width: 600px;
  margin: 2rem auto;
  display: block;
  padding: .4rem;
}

.container_form fieldset {
  display: flex;
  margin-bottom: 2rem;
}

.box_form input.form-control,
.box_form textarea.form-control {
  font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  border-radius: 4px;
  color: #999;
  border: 1px solid #777;
  width: 100%;
}

.box_form textarea {
  height: 120px;
}

.box_doc {
  margin-bottom: 2rem;
}

.box_doc .doc_panel p {
  line-height: 1.8;
  margin-bottom: .6rem;
}

.box_doc .doc_panel p.mg_0 {
  margin-bottom: 0;
}

.box_doc .doc_panel .list_doc>li>p {
  margin-bottom: 0;
}

.box_doc .doc_panel p.margin_s {
  margin-bottom: 0;
}

ol.list_doc {
  padding: 0 0 0 1.5rem;
}

.header_doc span {
  float: right;
  line-height: .6;
  transition: .3s;
}

input[type=text],
textarea,
textarea.form-control {
  padding: .4rem;
  font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  border-radius: 4px;
  color: #999;
  width: 100%;
  border: 1px solid #777;
}

input[type=checkbox].doc_check_box {
  display: none;
}

input[type=checkbox].doc_check_box+.header_doc {
  display: block;
  border: 1px solid #777;
  color: #333;
  border-radius: 4px;
  padding: .4rem;
}

input[type=checkbox].doc_check_box:checked+.header_doc {
  display: block;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

input[type=checkbox].doc_check_box:checked+.header_doc span {
  transform: rotate(180deg);
  transition: .3s;
}

input[type=checkbox].doc_check_box+label+div.doc_panel {
  display: none;
}

input[type=checkbox].doc_check_box:checked+label+div.doc_panel {
  display: block;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  border-radius: 0 0 4px 4px;
  color: #333;
  padding: .4rem;
}

.form_check label {
  display: flex;
}

.form_check label input {
  margin-right: .6rem;
  width: 40px;
  border-radius: 0;
}

.form_check label p {
  line-height: 1.6;
}

button.btn_submit {
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  font-weight: 400;
  background: #000;
  color: #fff;
  padding: .8rem 1.6rem;
  letter-spacing: .1rem;
  border-radius: 4px;
  width: 100%;
  transition: .1s;
}

button.btn_submit:active,
button.btn_submit:focus,
button.btn_submit:hover {
  opacity: .5;
  transition: .1s;
}

.sec_news_top {
  padding-top: 10rem;
  margin-bottom: 10rem;
  min-height: 60vh;
}

.sec_news_top .container {
  justify-content: space-between;
}

.sec_news_top .box_heading .heading_en {
  padding-top: 1rem;
}

.sec_news_top h2.heading_en::after {
  content: '';
  background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -2rem;
  width: 120px;
  height: 120px;
  z-index: -100;
}

.sec_news_top .leaf_01 {
  position: absolute;
  top: 24rem;
  left: 8rem;
  width: 10rem;
}

.sec_news_top .leaf_02 {
  position: absolute;
  top: 4rem;
  left: 8rem;
  width: 6rem;
}

.sec_news_top .leaf_03 {
  position: absolute;
  top: 12rem;
  left: inherit;
  width: 6rem;
  right: -6rem;
}

.sec_contact .leaf_03 {
  position: absolute;
  top: 25rem;
  left: inherit;
  width: 8rem;
  right: 0;
}

.sec_news_top .leaf_04 {
  position: absolute;
  top: 16rem;
  left: 0;
  width: 6rem;
}


select.box_select_news {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  color: #333;
  font-size: 1.1rem;
  font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
  padding: 0 0 1rem;
  outline: 0;
  line-height: 1;
  max-width: 300px;
  width: 100%;
  background: transparent;
}

.container_select {
  position: relative;
  max-width: 300px;
  margin-bottom: 2rem;
  width: 100%;
}

.container_select::after {
  content: '';
  position: absolute;
  top: -6px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/ic_arrow_down.svg) center center no-repeat;
  background-size: 100%;
  z-index: -10;
}

select::-ms-expand {
  display: none;
}

.sec_news_top .news_list_container {
  display: flex;
  flex-direction: column;
  padding-left: 10rem;
  width: 600px;
  margin-top: 2rem;
}

p.txt_cate {
  font-size: .8rem;
  color: #333;
  background: #ddd;
  margin-left: .8rem;
  margin-bottom: .3rem;
  padding: .3rem .5rem;
  line-height: 1;
  letter-spacing: .1rem;
  display: inline-block;
}










.sec_faq {
  padding-top: 10rem;
  margin-bottom: 0;
  min-height: 60vh;
}

.sec_faq .container {
  justify-content: space-between;
}

.container_faq {
  margin-bottom: 6rem;
}

.inner_faq {
 margin-bottom: 3rem;
}

.sec_faq .box_heading .heading_en {
  padding-top: 1rem;
}

.sec_faq h2.heading_en::after {
  content: '';
  background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -2rem;
  width: 120px;
  height: 120px;
  z-index: -100;
}

.sec_faq .box_heading {
 margin-bottom: 0rem;
}

.sec_faq .btn_link {
  padding: .8rem;
  margin: 0 auto 1.4rem;
  width: 50%;
  text-align: center;
  border-radius: 10rem;
}

h2.heading_faq {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  display: table;
  margin: 2rem auto 4rem;
  position: relative;
}

.box_faq {
  margin: 0 2.5rem;
  padding-bottom: 1rem;
  flex: 1;
  width: 100%;
  max-width: 450px;
  border-bottom: 1px solid #ddd;
}

.box_faq img {
  height: 4rem;
  display: block;
  margin: 0 auto .4rem;
  border-radius: 10rem;
  padding: .5rem;
  background: #edf7f4;
}

h3.title_faq {
  font-size: 1.1rem;
  color: #333;
  margin: 0 auto 1rem;
  font-weight: 600;
  text-align: center;
  padding: 1.4rem 1rem .4rem;
  border-radius: 4px 4px 0 0;
  letter-spacing: .14rem;
  padding-top: 1rem;
}

.box_faq .container_txt {
  min-height: 160px;
}

.box_faq p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: .6rem;
}

.box_faq p.sub_title_faq {
  font-weight: 600;
  margin-bottom: 0;
}

.box_faq a img {
  vertical-align: middle;
  height: 30px;
  margin-top: -4px;
}

.agreement_content {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.overlay_agreement {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
}

.container_agreement h2 {
  margin-bottom: 3rem;
}

.container_agreement a img {
  height: 20px;
  vertical-align: sub;
}

.line_hostel_agreement {
  display: flex;
  justify-content: space-around;
  margin-bottom: 3rem;
}

.line_hostel_agreement a {
  margin-bottom: 0;
}

.agreement_content .container_modal {
  padding: 1rem 3rem 0;
}


/*sec_terms_top --------------------------------------------*/
.sec_terms_top {
  padding-top: 10rem;
}

.sec_terms_top .box_heading .heading_en {
  padding-top: 1rem;
}

.sec_terms_top h2.heading_en::after {
  content: '';
  background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -2rem;
  width: 120px;
  height: 120px;
  z-index: -100;
}

.container_terms {
  flex-direction: column;
  max-width: 800px;
}

.box_terms {
  margin-bottom: 2rem;
}

.heading_terms {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.heading_sub_terms {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .4rem;
}

.container_terms p {
  line-height: 1.6;
  margin-bottom: .8rem;
}

.container_terms table {
  border: 1px solid #333;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.container_terms table td {
  border: 1px solid #333;
  border-collapse: collapse;
  padding: 6px 10px;
  line-height: 1.4;
}

.container_terms table td.bg_gray {
  background: #eee;
}


@media (max-width: 1100px) {
  .footer_content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}

@media(max-width:992px) {
  html {
    font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
    font-size: 12px;
    font-weight: 400;
  }

  nav {
    display: none;
  }

  br.pc {
    display: none;
  }

  br.sp {
    display: block;
  }

  a.logo_header {
    padding: 1rem;
  }

  a.logo_header img {
    height: 2rem;
  }

  .box_hamburger {
    display: block;
  }

  .btn_booking_sp {
    display: block;
  }

  .box_hamburger {
    width: 50px;
    height: 44px;
    top: 0;
    right: 1rem;
  }

  .container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer {
    width: 100%;
    padding: 6rem 0 10rem;
  }

  .block_branches ul li {
    line-height: 3;
  }

  footer .block_logo h2 {
    margin-bottom: 2rem;
  }

  .block_page_nav>ul>li {
    margin: 2rem;
  }

  .block_branches ul {
    display: block;
  }

  footer .block_logo {
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }

  .block_page_nav {
    margin-bottom: 2.4rem;
  }

  .block_page_nav a {
    margin-bottom: 2.4rem;
  }

  .block_branches p {
    margin-bottom: 1rem;
  }

  hr.sp {
    display: block;
  }

  .container_modal input.btn_search {
    font-size: 1.1rem;
    font-family: 'Noto Serif JP', "Helvetica Neue", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
    font-weight: 400;
    background: #000;
    color: #fff;
    padding: .8rem 1.6rem;
    letter-spacing: .1rem;
    border-radius: 4px;
    width: 90%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    transition: .3s;
  }

  .box_btn_close img {
    height: 3.4rem;
  }

  .container_modal .box_heading .heading_en {
    font-size: 2rem;
  }

  .container_modal {
    width: 90%;
    position: absolute;
    top: 2rem;
    left: 0;
    transform: inherit;
    padding: 0 0 2rem;
    height: 70vh;
    right: 0;
    margin: 0 auto;
    overflow-y: scroll;
  }

  .wrapper_video .box_btn_close {
    margin-top: -10%;
  }

  .wrapper_video iframe {
    width: 100%;
    max-width: inherit;
    height: 30%;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .container_modal table {
    width: 90%;
    margin: 0 auto;
  }

  .td_left {
    text-align: inherit;
    padding-right: 0;
    padding-bottom: .4rem;
    display: block;
  }

  .td_right {
    text-align: inherit;
    display: block;
    margin-bottom: 1rem;
  }

  .container_modal input[type=text] {
    width: 98%;
  }

  .td_right select,
  .td_right select input {
    width: 100%;
  }

  .sec_top {
    height: 80vh;
  }

  .sec_top .logo_white {
    width: 70%;
  }

  .sec_top {
    background: url(../img/img_top_01.jpg) no-repeat center center;
    background-size: cover;
    overflow: inherit;
  }

  video {
    display: none;
  }

  a.line_scroll {
    height: 80px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 40px;
  }

  a.line_scroll:after {
    border-left: 2px solid #ccc;
    mix-blend-mode: difference;
  }

  .block_01 {
    margin: 3rem auto;
    flex-direction: column-reverse;
    width: 90%;
  }

  .block_01 picture {
    padding: 2rem 0;
    width: 100%;
  }

  .block_01 img.img_message {
    height: auto;
    width: 100%;
  }

  .block_01_02 .leaf_02 {
    position: absolute;
    top: -18rem;
    left: 2rem;
    width: 7rem;
    bottom: inherit;
  }

  .block_01 h2.heading_vertical {
    color: #646868;
    font-weight: 100;
    position: inherit;
    top: 0;
    left: 0;
    letter-spacing: 0;
    font-size: 1.8rem;
    z-index: 0;
    transform: rotate(0);
  }

  .block_01_02 {
    width: 90%;
  }

  .block_01_02 .leaf_01 {
    position: absolute;
    top: -24rem;
    left: 8rem;
    width: 6rem;
  }

  .block_01_02 .leaf_02 {
    position: absolute;
    bottom: 18rem;
    right: 4rem;
    width: 6rem;
  }

  .block_01_02 .leaf_03 {
    position: absolute;
    top: -22rem;
    left: 0;
    width: 7rem;
    right: inherit;
  }

  .block_01_02 .leaf_04 {
    position: absolute;
    bottom: 18rem;
    right: 4rem;
    width: 6rem;
  }

  .block_02 {
    padding: 2rem 0;
    margin: 0;
  }

  .box_main_img {
    width: 90%;
  }

  .block_02 .txt_bg_white {
    display: block;
    justify-content: inherit;
    margin: 0;
    width: 90%;
  }

  .block_02 .txt_bg_white p.txt_main {
    padding: 1rem;
    margin-bottom: 2rem;
    background: #fff;
  }

  .cate_leaf {
    width: 8rem;
    height: 8rem;
    text-align: center;
    background: url(../img/bg_header_leaf_white.svg) no-repeat center center;
    background-size: 80px;
  }

  .block_02 .cate_leaf h3 {
    font-size: 3rem;
  }

  .block_02 h2.title_contents {
    font-size: 2.4rem;
    letter-spacing: .2rem;
  }

  .block_02 .container.img_sub {
    align-items: flex-end;
    width: 90%;
  }

  .block_02 .container.img_sub_right {
    align-items: flex-start;
    width: 90%;
  }

  .block_02 .img_content_sub {
    display: block;
    width: 90%;
  }

  .txt_bg_white p.txt_main {
    line-height: 1.8;
  }

  .block_02 .img_content_sub img.lounge_02 {
    height: inherit;
    width: 50%;
  }

  .block_02 .text_sub {
    text-align: center;
  }

  .block_02 .text_sub p {
    font-size: 1.2rem;
    font-style: italic;
    letter-spacing: 0;
    margin: 0 auto 1rem;
  }

  .block_02 .bg_leaf {
    margin-top: 0;
    height: 0;
    opacity: 1;
  }

  .block_02 .leaf_01 {
    position: absolute;
    top: -60rem;
    left: 0;
    width: 8rem;
  }

  .block_02 .leaf_02 {
    position: absolute;
    top: -40rem;
    right: 0;
    width: 5rem;
  }

  .block_02 .leaf_03 {
    position: absolute;
    top: -30rem;
    left: 0;
    width: 6rem;
    opacity: .4;
  }

  .block_02 .leaf_04 {
    position: absolute;
    top: -29rem;
    left: inherit;
    width: 6rem;
    opacity: .2;
    right: 0;
  }

  .block_02 a.btn_link {
    margin: 1rem auto;
  }

  .block_03 {
    padding: 2rem 0;
    margin-bottom: 4rem;
  }

  .block_03 .txt_bg_white {
    display: block;
    justify-content: inherit;
    margin: 0;
    width: 90%;
  }

  .block_02 h2.title_contents {
    font-size: 2.4rem;
    letter-spacing: .2rem;
    border: 0;
    padding-bottom: 1rem;
  }

  .block_03 .txt_bg_white p.txt_main {
    padding: 1rem;
    margin-bottom: 2rem;
    background: #fff;
  }

  .block_03 .cate_leaf h3 {
    font-size: 3rem;
  }

  .block_03 h2.title_contents {
    font-size: 2.4rem;
    letter-spacing: .2rem;
    border: 0;
    padding-bottom: 1rem;
  }

  .block_03 .container.img_sub {
    align-items: flex-end;
    width: 90%;
  }

  .block_03 .container.img_sub_right {
    align-items: flex-start;
    width: 90%;
  }

  .block_03 .img_content_sub {
    display: block;
    width: 90%;
  }

  .block_03 .img_content_sub img.lounge_02 {
    height: inherit;
    width: 50%;
  }

  .block_03 .text_sub {
    text-align: center;
  }

  .block_03 .text_sub p {
    font-size: 1.2rem;
    font-style: italic;
    letter-spacing: 0;
    margin: 0 auto 1rem;
  }

  .block_03 img.room_02 {
    height: inherit;
    margin-bottom: 0;
    width: 50%;
  }

  .block_03 .bg_leaf {
    margin-top: 0;
    height: 0;
    opacity: 1;
  }

  .block_03 .img_content_sub .leaf_01 {
    position: absolute;
    top: -54rem;
    right: inherit;
    left: 0;
    width: 6rem;
  }

  .block_03 .img_content_sub .leaf_02 {
    position: absolute;
    top: -16rem;
    left: 0;
    width: 6rem;
  }

  .block_03 .img_content_sub .leaf_03 {
    position: absolute;
    top: -77rem;
    left: inherit;
    width: 7rem;
    opacity: .8;
    right: 0;
  }

  .block_03 .img_content_sub .leaf_04 {
    position: absolute;
    top: -20rem;
    left: inherit;
    width: 5rem;
    opacity: .5;
    right: 0;
  }

  .block_03 a.btn_link {
    margin: 1rem auto;
  }

  .sec_branches {
    padding-top: 0;
    margin: 0 auto 4rem;
  }

  h2.heading_en {
    color: #646868;
    font-size: 2.4rem;
    margin: 0 auto 2rem;
  }

  .sec_branches h2.heading_en::after {
    position: absolute;
    top: -1.5rem;
    left: -2rem;
    width: 80px;
    height: 80px;
    z-index: -100;
  }

  .slick-slider .slick-list,
  .slick-slider .slick-track {
    margin: 0 auto;
    width: 100%;
  }

  .slider_branches .slick-slide img.branches_logo {
    margin: 0 auto 1rem;
  }

  .slider_branches .slick-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }

  .slider_branches .slick-slide {
    padding: 0 2rem;
  }

  .slick-current .box_caption {
    opacity: 1;
    transition: 1s;
    padding: 1rem 0 0;
    margin: 0;
  }

  .sec_branches p.txt_description {
    font-size: .7rem;
  }

  .box_caption table {
    width: 100%;
    margin: 0rem auto -2rem;
    text-align: center;
  }

  .box_caption table td {
    display: block;
    margin: 0 auto;
  }

  p.txt_branches_num {
    text-align: center;
  }

  .box_caption table td p.hostel_name {
    margin-bottom: .4rem;
    font-size: 1.1rem;
  }

  .txt_hostel_header {
    line-height: 1.4;
    font-size: 10px;
  }

  a.txt_description {
    font-size: 1rem;
  }

  .slider_arrow_back {
    position: absolute;
    top: 9rem;
    left: .5rem;
    z-index: 100;
  }

  .slider_arrow_forward {
    position: absolute;
    top: 9rem;
    right: .5rem;
    z-index: 100;
  }

  .sec_news {
    text-align: center;
    width: 90%;
    margin: 0 auto 5rem;
  }

  .sec_news .container {
    margin-bottom: 0;
  }

  .sec_news h2.heading_en::after {
    position: absolute;
    top: -1.5rem;
    left: -3rem;
    width: 80px;
    height: 80px;
    z-index: -100;
  }

  .box_news_image {
    display: none;
  }

  .box_booking_txt h2 {
    color: #333;
    font-size: 2rem;
    margin-bottom: .4rem;
  }

  .box_booking_inner {
    padding: 1.2rem 1.6rem;
    background: rgba(255,255,255,95);
    transition: .3s;
  }

  .container_thumb_box {
    flex-direction: row;
  }

  .box_item_thumb {
    height: 10vh;
  }

  li.box_item_branch {
    height: 40vh;
  }

  .sec_about_top .box_heading .heading_en {
    font-size: 2.4rem;
  }

  .sec_about_top h2.heading_en::after {
    position: absolute;
    top: 0;
    left: -2rem;
    width: 80px;
    height: 80px;
    z-index: -100;
  }

  .sec_about_top .box_message {
    align-items: flex-start;
    flex-direction: column;
    width: 90%;
  }

  .sec_about_top .box_message picture {
    display: block;
    width: 100%;
  }

  .sec_about_top .box_message img {
    height: auto;
    width: 100%;
    margin-bottom: 1rem;
  }

  .sec_about_top .box_txt p {
    margin-left: 0;
  }

  .sec_about_top {
    padding-top: 6rem;
    margin-bottom: 2rem;
  }

  .container.box_visual {
    width: 90%;
    align-items: center;
  }

  .box_heading_contents,
  .box_right .box_heading_contents {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .box_title_contents {
    text-align: center;
  }

  .container.box_visual picture {
    width: 100%;
  }

  .sec_art,
  .sec_fitness,
  .sec_flower,
  .sec_menu {
    margin-bottom: 5rem;
  }

  .txt_bg_white p.txt_main {
    padding: 2rem 0 0 0;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, .5);
  }

  .box_right .txt_bg_white,
  .txt_bg_white {
    margin: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .container_terms {
    width: 90%;
    align-items: flex-start;
    margin-bottom: -1rem;
  }

  .container_terms table {
    margin-bottom: .4rem;
  }


  .container_terms table td {
    padding: 2px;
  }

  .sec_branches .container {
    justify-content: inherit;
    flex-direction: inherit;
    width: auto;
    display: inline;
    margin: 0 auto;
  }

  img.img_sub {
    margin-top: 0;
    height: 16rem;
  }

  .cate_circle {
    width: 8rem;
    height: 8rem;
    margin-bottom: 1rem;
  }

  .cate_circle h3 {
    font-size: 3.4rem;
  }

  h2.title_contents {
    font-size: 2.4rem;
    letter-spacing: .2rem;
  }

  .container.img_sub {
    align-items: flex-end;
    width: 90%;
  }

  .container.img_sub_right {
    align-items: flex-start;
    width: 90%;
  }

  .bg_leaf {
    margin-top: 0;
    height: 0;
    opacity: 1;
  }

  .sec_menu .bg_leaf .leaf_01 {
    position: absolute;
    top: -40rem;
    left: 10rem;
    width: 4rem;
  }

  .sec_menu .bg_leaf .leaf_02 {
    position: absolute;
    top: -20rem;
    left: 2rem;
    width: 5rem;
  }

  .sec_flower .bg_leaf .leaf_01 {
    position: absolute;
    top: -50rem;
    right: 1rem;
    width: 4rem;
  }

  .sec_flower .bg_leaf .leaf_02 {
    position: absolute;
    top: -40rem;
    left: 10rem;
    width: 4rem;
  }

  .sec_art .bg_leaf .leaf_01 {
    position: absolute;
    top: -80rem;
    left: 10rem;
    width: 4rem;
  }

  .sec_art .bg_leaf .leaf_02 {
    position: absolute;
    top: -54rem;
    left: 0;
    width: 5rem;
  }

  .sec_fitness .bg_leaf .leaf_01 {
    position: absolute;
    top: -103rem;
    right: 0;
    width: 4rem;
  }

  .sec_fitness .bg_leaf .leaf_02 {
    position: absolute;
    top: -44rem;
    left: 24rem;
    width: 5rem;
  }

  .box_heading {
    margin-bottom: 2rem;
    text-align: center;
  }

  .box_heading .heading_en {
    font-size: 2.4rem;
  }

  select.box_select_branches {
    max-width: inherit;
  }

  .sec_branches_top .branches_list_container {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    width: 90%;
    margin-top: 0;
    max-width: inherit;
  }

  p.label_wellness {
    margin-right: 0;
    margin-bottom: .6rem;
  }

  .sec_branches_top .txt_hostel_header {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  .sec_branches_top {
    padding-top: 5rem;
    margin-bottom: 4rem;
  }

  .box_branches {
    flex-direction: column;
    margin: 1rem 0;
  }

  .sec_branches_top h2.heading_en::after {
    content: '';
    background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -4rem;
    width: 80px;
    height: 80px;
    z-index: -100;
  }

  .sec_news_top {
    padding-top: 5rem;
    margin-bottom: 4rem;
    min-height: inherit;
  }

  .box_branches table td {
    font-size: 1.1rem;
  }

  a.txt_description {
    font-size: inherit;
    line-height: 1.6;
  }

  img.branches_logo {
    width: auto;
    height: 6rem;
    margin: 0;
  }

  .sec_news_top h2.heading_en::after {
    content: '';
    background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -4rem;
    width: 80px;
    height: 80px;
    z-index: -100;
  }

  .container_branches {
    width: 90%;
    margin: 0 auto;
  }

  p.num_branches {
    font-size: 1.6rem;
    position: absolute;
    left: -3rem;
    bottom: inherit;
    top: 2rem;
  }

  .container_img_slider {
    width: 98%;
  }

  .sec_news_top .leaf_01,.sec_news_top .leaf_02,.sec_news_top .leaf_03,.sec_news_top .leaf_04,  .sec_contact .leaf_01,.sec_contact .leaf_02,.sec_contact .leaf_03,.sec_contact .leaf_04 {
    display: none;;
  }

  select.box_select_news {
    max-width: inherit;
  }

  .container_select {
    max-width: 200px;
  }

  .container_select::after {
    content: '';
    position: absolute;
    top: -6px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../img/ic_arrow_down.svg) center center no-repeat;
    background-size: 100%;
  }

  .sec_news_top .news_list_container {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    width: 90%;
    margin-top: 0;
    max-width: 600px;
  }

  .sec_faq {
    padding-top: 5rem;
    margin-bottom: 2rem;
    min-height: inherit;
  }

  .sec_banner .box_booking_txt {
    text-align: center;
    padding: 2rem;
  }

  .sec_faq h2.heading_en::after {
    content: '';
    background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -4rem;
    width: 80px;
    height: 80px;
    z-index: -100;
  }

  .box_faq {
    width: 90%;
  }

  .agreement_content .container_modal {
    padding: 0 0 1rem;
    height: auto;
  }

  h2.heading_faq {
    padding-bottom: 0rem;
    padding-top: 2rem;
  }

  .box_faq img {
    height: 5rem;
  }

  .box_faq .container_txt {
    min-height: 0;
    margin-bottom: 1rem;
  }

  .box_faq {
    margin: 0 0 2rem;
    padding-bottom: 2rem;
  }

  .box_faq a {
    margin: 1rem auto .4rem;
    float: inherit;
    display: table;
  }

  .container_faq {
    margin-bottom: 0;
  }

  .sec_faq .btn_link {
    padding: 1rem 1.5rem;
    float: inherit;
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }

  .box_faq p {
    margin-bottom: 0;
  }

  .sec_faq .container {
    margin-bottom: 0;
  }

  .line_hostel_agreement {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
  }

  .line_hostel_agreement a {
    margin-bottom: 2rem;
  }

  .sec_contact {
    padding-top: 5rem;
  }

  .sec_contact h2.heading_en::after {
    content: '';
    background: url(../img/bg_header_leaf_green.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -4rem;
    width: 80px;
    height: 80px;
    z-index: -100;
  }

  .container_form {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    width: 90%;
    max-width: 600px;
    margin: 0 auto 2rem;
  }

  select.form-control {
    width: 100%;
    margin: 0 auto 2rem;
  }

  .sec_contact form {
    width: 100%;
  };
}

@media (max-width: 767px) {
  /*top*/
  h1 {
    font-size: 1.5rem;
    margin-top: 1.4rem;
    margin-bottom: 2.4rem;
  }

  a.btn_movie {
    font-size: 1.4rem;
  }

  a.btn_movie img {
    width: 20px;
  }

  h2.txt_tagline {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .block_01 {
    margin: 2rem auto;
  }

  p.txt_main {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
  }

  .txt_bg_white p.txt_main {
    font-size: 1rem;
    line-height: 1.8;
  }

  .box_caption table td p.hostel_name {
    margin-bottom: .4rem;
    font-size: 1rem;
  }

  /*about*/
  .sec_about_top .box_txt p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.4rem;
  }

}

@media (max-width: 420px) {
  li.box_item_branch {
    height: 260px;
  }

  .box_item_thumb {
    height: 60px;
  }
}