@charset "UTF-8";
@import url("https://use.typekit.net/wre2kiw.css");
@font-face {
font-family: "garamond";
  src: url(../../assets/font/garamond.eot) format("eot"), url(../../assets/font/garamond.woff) format("woff");
}

:root {
  --font-en: "Fustat", "Zen Kaku Gothic New", sans-serif;
  --font-ja: "Zen Kaku Gothic New", sans-serif;
  --font-ja-heading: "Shippori Antique", sans-serif;
  --color-blue: #000000;
  --color-orange: #EE4523;
  --color-bg-blue: #0A0E19;
  --color-text: #000000;
  --color-text-heading: #000000
}

:root {
  --liquid-lgDesignRatio: 144;
  --liquid-mdDesignRatio: 75;
  --liquid-smDesignRatio: 37.5;
  --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-lgDesignRatio));
  --liquid-bodyroot: 1.6rem;
  --solid-root: 62.5%;
  --mobile-DesignWidth: 750;
  --mobile-ContentsWidth: 750;
  --mobile-ContentsRatio: var(--mobile-ContentsWidth) / var(--mobile-DesignWidth);
  --mobile-root: min(16px * var(--mobile-ContentsRatio), 16 * 100 / var(--mobile-DesignWidth) * 1vw);
  --headerHeight: 80px
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-smoothing: antialiased;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -ms-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -o-font-smoothing: antialiased;
  -o-text-size-adjust: 100%;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Zen Kaku Gothic New, sans-serif;
  letter-spacing: initial;
  overflow-wrap: break-word
}

html {
  font-size: var(--solid-root);
  scroll-behavior: initial;
  scrollbar-gutter: stable
}

html,
body {
  width: 100%;
  min-height: 100%
}
a,
button {
  z-index: 100;
  border: none;
  outline: none;
  background: none;
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: 0s;
  transition: 0s
}

a>*,
button>* {
  pointer-events: none
}

a.__prevent,
button.__prevent {
  pointer-events: none
}

a:focus-visible,
button:focus-visible {
  outline: -webkit-focus-ring-color auto 1px
}

a:focus:not(:fous-visible),
button:focus:not(:fous-visible) {
  outline: none
}

a img,
button img {
  border: none
}
* {
  min-height: 0vw
}

html {
  -webkit-tap-highlight-color: transparent
}

body {
  padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env(safe-area-inset-bottom, 20px) env(safe-area-inset-left, 20px)
}

img {
  width: 100%;
  height: auto;
  border: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  pointer-events: none
}

picture {
  display: block
}

iframe {
  width: 100%
}

ul,
ol,
li {
  list-style: none
}

svg {
  overflow: visible
}

/*PC 背景*/
.ly_wrapper {
  display: block;
  z-index: 0;
  position: relative;
	width: 40vw;
  margin: 0 auto;
  background-color: #f4f4f4;
}
.ly_wrapper.is_hidden {
  overflow: hidden
}

.ly_wrapperBg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 50%;
  width: 40vw;
  height: 100lvh;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ly_wrapperBg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.ly_inner {
  width: min(100% - 6.4rem, 128rem);
  margin: 0 auto
}

.ly_inner_narrow {
  width: min(100% - 9.6rem, 128rem);
  margin: 0 auto
}

.ly_bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ly_bg_slider,
.ly_bg_slider .splide {
  display: block;
  width: 100%;
  height: 100%
}

.ly_bg_slider picture {
  display: block;
  width: 100%;
  height: 100%
}

.ly_bg_slider .splide__slide {
  display: block;
  width: 100%;
  height: 100lvh
}

.ly_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.ly_bg:before {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.2);
  content: ""
}

.ly_left {
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  place-items: center;
  width: calc(50% - 25.10rem);
  height: 100lvh
}

.ly_left_logo {
  display: block;
  aspect-ratio: 189/123;
  width: 19rem;
  cursor: pointer;
  -webkit-transition: opacity .3s opacity;
  transition: opacity .3s opacity
}

.ly_left_logo img {
  display: block;
  width: 100%;
  height: 100%
}

.ly_right {
  display: grid;
  position: fixed;
  top: 0;
  right: 0;
	bottom: 10%;
  place-items: center;
  width: calc(50% - 25.10rem);
	height: 100lvh;
}

.ly_right_nav {
  width: 30rem
}

.ly_right_links {
  display: grid;
  gap: 2.4rem
}

.ly_right_linksItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
	margin-bottom: 5px;
}

.ly_right_linksItemJa {
  display: block;
  margin-top: .2rem;
  color: #fff;
  font-weight: 700;
  font-weight: 400;
  font-size: 2rem;
  font-family: var(--font-ja-heading)
}

.ly_right_linksItemIcon {
  display: grid;
  position: absolute;
  top: 50%;
  right: 0;
  place-items: center;
  aspect-ratio: 1;
  width: 2rem;
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-text-heading)
}

a[target=_blank] .ly_right_linksItemIcon svg {
  width: 1rem;
  height: 1rem
}

.ly_right_linksItemIcon svg {
  display: block;
  position: relative;
  left: .1rem;
  width: .6rem;
  height: 1.1rem
}

.ly_right_sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
  gap: 2.2rem
}

.ly_right_snsItemsp_menu_btn {
  display: block;
  aspect-ratio: 1;
  width: 3.8rem;
}
.ly_right_snsItem {
  display: block;
  aspect-ratio: 1;
  width: 3.8rem;
  cursor: pointer;
  -webkit-transition: opacity .3s opacity;
  transition: opacity .3s opacity
}

.ly_right_snsItem img {
  display: block;
  width: 100%;
  height: 100%
}
.sawarabi-mincho-regular {
  font-family: "Sawarabi Mincho", serif;
}
.ly_right .sawarabi-mincho-regular{
	display: block;
  margin-top: .2rem;
  color: #fff;
  font-weight: 400;
  font-size: 25px;	
	line-height: 0.8;
}
.sawarabi_jp{
	font-size: 14px;
	line-height: 0;
	
}
.reservation_btn a,.reservation_btn_line a{
	border: 1px solid #fff;
	width: 100%;
	padding: 25px 30px;
	font-family: "Sawarabi Mincho", serif;
	 color: #fff;
  font-weight: 500;
  font-size: 14px;	
	line-height: 0.8;
	margin-top: 30px;
	text-align: center;
	transition: 0.3s;
	display: block;
	
}
.reservation_btn a:hover{
    opacity: 0.7;
	border: 1px solid #000;
	background-color: #000000;
}
.hover_b::before{
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url(../images/icon_01.png);
	background-size: contain;
margin: 0 10px 0 0;
	width: 18px;
height: 18px;
}

/*menu */






/*footer */
.top_reserve{
	padding: 120px 0 140px;
	text-align: center;
	background-image: url(../../assets/images/footer_bk.jpg);
	background-position: center ;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.top_reserve::before,#detail::before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/nami_bottom.png);
	width: 100%;
	height: 20px;
	background-size: 100% 20px;
	top: 0;	
}
.f_bk_02::before{
	background-image: url(../images/nami_bottom02.png) !important;
}
.top_reserve .reservation_btn .hover_b::before {
  background-image: url(../images/icon_01_b.png);
}
.reservation_btn_line a::before {
	content: '';
  display: inline-block;
  background-repeat: no-repeat;
   background-image: url("../images/icon_line.png");
  background-size: contain;
  margin: 0 10px 0 0;
  width: 24px;
  height: 23px;
}
.top_reserve .reservation_btn a:hover,.reservation_btn_line a:hover{
    opacity: 0.7;
	border: 1px solid #000;
	background-color: #000000;
	color: #FFFFFF;
}
.top_reserve .reservation_btn a,.reservation_btn_line a{
	position: relative;
}
.top_reserve .reservation_btn a .icon_arrow,.reservation_btn_line a .icon_arrow{
	position: absolute;
	top: 49%;
right: 10%;
transform: translateY(-50%);
	width: 10px;
}


.top_reserve .reservation_btn .hover_b:hover::before{
  background-image: url(../images/icon_01.png);
}
.top_reserve .reservation_btn,.reservation_btn_line{
	width: 80%;
	margin: auto;
}
.top_reserve .reservation_btn a,.reservation_btn_line a{
	color: #000000;
	background-color: rgba(255,255,255,0.90);
	font-size: 15px;
	line-height: 0.8;
	margin-top: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	transition: 0.3s;
	display: block;
	border: 1px solid #000000;;
}
.top_reserve .reservation_btn a span,.reservation_btn_line a span{
	text-align: center;
}
.line_txt{
	font-size: 13px;
	line-height: 1.8;
	font-weight: 500;
}

.adress{
	margin: 10px 0 15px;
}
.check-in{
	line-height: 1.7 !important;
	letter-spacing: 0 !important;
	margin-bottom: 10px;
}
.bl_footer_ctt .text_ara .small_t{
  padding-left: 1em;
  text-indent: -1em;
}
.top_go{
	width: 70px;
	position: absolute;
	top: 25px;
	right: 35px;
	text-align: center;
}
.top_go a{
	display: block;
}
.top_go span{
	font-weight: 700;
	padding-bottom: 5px;
	display: block;
	
}


.bl_footer {
  padding: 11rem 3.8rem 2.8rem;
  background-color: #242429;
  color: #fff;
	position: relative;

}
.bl_footer::before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/footer_bk_top.png);
	width: 100%;
	height: 30px;
	background-size: 100% 30px;
	top: -30px;		
}
.bl_footer_logo {
  display: block;
  width: 120px;
}

.bl_footer_nav {
  padding-bottom: 4rem;
  border-bottom: 1px solid #fff
}

.bl_footer_links {
  display: grid;
  width: 100%;
  max-width: 33rem;
  margin-top: 5.3rem;
  gap: 2.4rem
}

.bl_footer_linksItem {
  display: block;
  position: relative
}

.bl_footer_linksItemEn {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  font-family: var(--font-en)
}

.bl_footer_linksItemJa {
  display: block;
  margin-top: .2rem;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
font-family: "Sawarabi Mincho", serif;
}


.bl_footer_linksItemIcon {
  display: grid;
  position: absolute;
  top: 50%;
  right: 0;
  place-items: center;
  aspect-ratio: 1;
  width: 1.8rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  color: var(--color-text)
}

.bl_footer_linksItemIcon svg {
  position: relative;
  right: -.1rem
}

a[target=_blank] .bl_footer_linksItemIcon svg {
  right: 0;
  width: 1rem;
  height: 1rem
}

.bl_footer_linksItemIcon svg {
  display: block;
  width: .6rem;
  height: 1.1rem
}

.bl_footer_sns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 4rem;
  gap: 1.6rem
}

.bl_footer_snsItem {
  display: block;
  aspect-ratio: 1;
  width: 3rem
}

.bl_footer_snsItem img {
  display: block;
  width: 100%;
  height: 100%
}

.bl_footer_more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: var(--font-en)
}

.bl_footer_moreItem {
  color: #fff
}

.bl_footer_copyright {
  display: block;
  margin-top: 3.2rem;
  font-size: 1rem;
  font-family: var(--font-en);
  letter-spacing: 0;
  text-align: center
}

@media screen and (max-width: 1200px) {
.ly_right .sawarabi-mincho-regular{
  font-size: 2.688vw;	
}
.ly_right_nav {
  width: 23rem;
}
.ly_right_linksItemIcon {
  width: 15px;
}
.reservation_btn a{font-size: 1.288vw;
	}
}
@media screen and (max-width: 960px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-mdDesignRatio))
  }

  a:focus-visible,
  button:focus-visible {
    outline: none
  }

  .ly_wrapper,
  .ly_wrapperBg {
    width: 100%
  }

  .ly_bg,
  .ly_left,
  .ly_right {
    display: none
  }

  .bl_header {
    width: 100%
  }

  .bl_headerMenu,
  .bl_headerMenu_bg {
    max-width: 100%
  }
}

@media screen and (max-width: 560px) {
  :root {
    --liquid-htmlroot: calc(calc(var(--vw, 1vw) * 100) / var(--liquid-smDesignRatio))
  }

  :root {
    --headerHeight: 80px
  }
}
@media screen and (max-width: 479px) {
.area-menu-sp a {
  font-size: 28px !important;
}
.area-menu-sp a .sawarabi_jp {
  font-size: 13px!important;
  letter-spacing: 0.08em ;
}
.area-menu-sp .reservation_btn a {
    font-size: 16px !important;
  }
.top_reserve .reservation_btn,.reservation_btn_line{
	width: 100%;
}
.top_go {
  top: 5px;
}
.top_go img{
	width: 80%;
	}
}



/* ----------------------------------------------------------------------------*/




/* スマホの人には hover 効果を出さない */
@media (hover: none) {

  a,
  button,
  form label,
  form span,
  form input,
  .ly_left_logo,
  .ly_right_linksItem,
  .ly_right_snsItem,
  .bl_footer_snsItem,
  .bl_footer_moreItem
  {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none
}

a,
button {
  cursor: revert
}

ol,
ul,
menu,
summary {
  list-style: none
}

ol {
  counter-reset: revert
}

img {
  max-inline-size: 100%;
  max-block-size: 100%
}

table {
  border-collapse: collapse
}

input,
textarea {
  -webkit-user-select: auto
}

textarea {
  white-space: revert
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert
}












.inner{
  margin: auto;
	padding: 0 3.8rem ;
}

.h2_en{
	font-size: 52px;
	font-family: "Sawarabi Mincho", serif;
	line-height: 1.2;
}
.h2_jp{
	font-size: 28px;
	writing-mode: vertical-rl;
	letter-spacing: 0.15em;
	text-orientation: upright;
	line-height: 2;
	background-color: #FFFFFF;
	padding: 10px 5px;
	display: block;
	color: #000000;
	
}
.link{}


.link a ,.openModal {
  font-size: 14px;
  letter-spacing: 0.08em;
  position: relative;
}
.link a:hover{
	opacity: .6;
}
.link a::before ,.openModal::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../../assets/images/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 25px;
  position: absolute;
  top: 30%;
  left: 80px;
  transform: translateY(-30%);
}
.link a::after,.openModal::after{
  content: '';
  display: block;
  width: 130px;
  height: 1px;
  background-color: #333333;
  vertical-align: middle;
  margin-top: 10px;
}
.small_t{font-size: 12px !important; line-height: 1.7;}
.bk_ee{
	background-color: #eaeaee;	
}
.blue{
	color: #4f71b7;
}
.gold{
	color: #e6e2c3;
}
.sp_only{
	display: none;
}
.mami_bk::before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/nami_top.png);
	width: 100%;
	height: 67px;
	background-size: 100% 67px;
	top: -50px;	
}



@media screen and (max-width: 1300px) {
.h2_en {
  font-size: 3.688vw;
}
.top_reserve .h2_en {
  font-size: 40px;
}	
	
	
	
}
@media screen and (max-width: 960px) {
.h2_en{
	font-size: 52px;	
	}

}
@media screen and (max-width: 479px) {
.inner {
  padding: 0 2.8rem;
}
.sp_only{
	display: block;
}
.h2_jp{
	font-size: 24px;
}
}
@media screen and (max-width: 420px) {
.h2_en {
  font-size: 9.688vw;
}	
}



/* ----------------------------------------------------------
.area-header-sp
---------------------------------------------------------- */
.area-header-sp { font-size: 16px; }

.area-header-sp ._header { position: fixed; top: 0px; left: 0px; right: 0px; height: 63px;  z-index: 100; }

.area-header-sp ._header ._logo { display: none;}

.area-header-sp ._header ._logo img { width: 100%; }

.area-header-sp ._menu-btn {
	position: absolute;
	top: 30px;
	right: 40px;
	width: 75px;
	height: 75px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 100%;
	background-color: #4f71b7;/* 円の色 */
	border: 2px solid #FFFFFF;	
	/* design B span{ transition-duration: 0.2s; position: absolute; background: #000; height: 2px; left: 14px; right: 14px; } span:nth-child(1) { top: 18px; } span:nth-child(2) { top: 24px; } span:nth-child(3) { bottom: 18px; } */ }


.area-header-sp ._menu-btn span {
	position: absolute;
	transition-duration: 0.2s;
	background-color: #FFFFFF;
	height: 2px;
	left: 22px;
	right: 22px;	
}

.menu_txt{
	font-size: 10px;
	position: absolute;
	top: 15px;
	  left: 0;
  right: 0;
  margin:0 auto;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
font-family: "Sawarabi Mincho", serif;

}
.area-header-sp ._menu-btn span:nth-child(1) { top: 35px; left: 20px; right: 20px; }

.area-header-sp ._menu-btn span:nth-child(2) { top: 35px; left: 20px; right: 20px; }

.area-header-sp ._menu-btn span:nth-child(3) { bottom: 25px; left: 20px; right: 20px;  }

body.js-menu-active .area-header-sp ._menu-btn span:nth-child(1) { position: absolute; top: 35px; -ms-transform: rotate(45deg); transform: rotate(45deg); left: 19px; right: 19px; }

body.js-menu-active .area-header-sp ._menu-btn span:nth-child(2) ,body.js-menu-active .area-header-sp ._menu-btn .menu_txt{ display: none; }

body.js-menu-active .area-header-sp ._menu-btn span:nth-child(3) { position: absolute; top: 35px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); left: 19px; right: 19px; }

.first_course{
position: absolute;
top: 0;
right: 70px;
width: 65px;
height: 65px;
}
.first_course a {
    background: #e35c00;
    color: #fff;
    display: block;
    height: 62px;
    text-align: center;
    font-size: 10px;
    width: 64px;
    line-height: 1.1em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
	
}
.first_course a span {
	background-repeat: no-repeat;
	background: url(../images/ico_course.png) 18px top /23px auto no-repeat;
	margin-top: 5px;
	padding-top: 28px;
	display: inline-block;
	font-weight: 600;
}


/* ----------------------------------------------------------
.area-menu-sp
---------------------------------------------------------- */
.sp_menu_btn{
	z-index: 10;
	position: relative;
	opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0s; transition-delay: 0;
}

.area-menu-sp {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0;
	z-index: 100;
	color: #6a510e;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;

	padding: 90px 16px 16px;
	
	height: calc(100vh - 80px);
	justify-content: center;
	display: flex;
	align-items: center; 
}

.area-menu-sp a { color: #FFFFFF; }

body.js-menu-active .area-menu-sp { z-index: 90; visibility: visible; }

.area-menu-sp:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition-duration: 0.2s;
	background-image: url(../images/sp_bk.jpg);
}

body.js-menu-active .area-menu-sp:before { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; transition-duration: 0.2s; height: 100%; }

.area-menu-sp ._inner  { 
	position: relative; padding-bottom: 80px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition-duration: 0s; transition-delay: 0;
	

}

body.js-menu-active .area-menu-sp ._inner, body.js-menu-active .area-menu-sp .sp_menu_btn { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; transition-duration: 0.2s; transition-delay: 0.2s; }
.area-menu-sp ._title { position: relative;
text-align: center;}
.area-menu-sp  a { position: relative; display: block; vertical-align: middle;font-size: 40px; font-weight: bold;letter-spacing: 0;}
.jp{font-size: 12px;margin-left:10px;font-weight: 700;letter-spacing: 0;}
.top_privacy{}
.top_privacy a{font-size: 13px !important;}

.area-menu-sp .sawarabi_jp {
  display: block;
	margin: 20px 0;
}
body.js-menu-active .area-header-sp ._header ._logo{
	display: block !important;
	 position: absolute;
  top: 40px;
  left: 50px;
  width: 120px;
}
.area-menu-sp ._set{
	margin-bottom: 60px;
}
.area-menu-sp .reservation_btn,.area-menu-sp .reservation_btn_line{
	width: 500px;
	margin: auto;
	display:block;
}

.area-menu-sp .reservation_btn a,.area-menu-sp .reservation_btn_line a{
	font-size: 22px;
	padding: 20px 30px;
}
.area-menu-sp .reservation_btn_line a{
	border: 1px solid #fff !important;
	background-color: transparent;
}
.area-menu-sp .reservation_btn_line a {
  margin-top: 15px;
}
.area-menu-sp .reservation_btn_line a::before {
  background-image: url("../images/icon_line.png");
  width: 16;
  height: 15px;
}
.area-menu-sp .reservation_btn_line .line_txt{
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
}
@media print, screen and (max-width: 960px){	
.area-header-sp ._header ._logo,body.js-menu-active .area-header-sp ._header ._logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
	display: block;
}
.area-header-sp ._menu-btn {
	top: 20px;
	right: 20px;
	width: 55px;
	height: 55px;
	border: 1px solid #FFFFFF;	
}
.menu_txt {
  font-size: 8px;
  top: 10px;
}
.area-header-sp ._menu-btn span {
  position: absolute;
  transition-duration: 0.2s;
  height: 1px;
  width: 22px;	
  left: 0;
  right: 0;
  margin:0 auto;
	
}
.area-header-sp ._menu-btn span:nth-child(1),.area-header-sp ._menu-btn span:nth-child(2),.area-header-sp ._menu-btn span:nth-child(3)   {
  left: 10px;
  right: 10px;
}
body.js-menu-active .area-header-sp ._menu-btn span:nth-child(1) ,body.js-menu-active .area-header-sp ._menu-btn span:nth-child(3){
  top: 25px;	
left: 15px;
  right: 15px;
	}
.area-menu-sp .reservation_btn,.area-menu-sp .reservation_btn_line{
	width: 300px;
}
.area-menu-sp .reservation_btn a,.area-menu-sp .reservation_btn_line a{
  font-size: 18px !important;
}
}	

@media screen and (max-width: 767px){
.area-header-sp ._header { display: block; }
.area-header{ display: none; }
 main img{ max-width: 100%; }
}


.block-index-mv{
	position: relative;
}


@media screen and (max-width: 1150px) {
.area-header ._row-logos ._left ._logo img {
  width: 170px;
  height: auto;
}
.area-header ._row-logos ._right {
  top: 20px;
}
.area-header ._row-logos ._contact {
  margin: 0px 0 0 15px;
}
.area-header ._row-logos ._contact ._btn-reserve {
  font-size: 13px;
}	
}
@media screen and (max-width: 850px) {
.area-header ._row-logos ._left ._logo img {
  width: 80px;
}
.area-menu-sp {
	padding: 150px 16px 16px;
}
}









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

inview

======================================== */
.is-fade > *:not(.is-not) {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1); }
.is-fade.fadeIn > *:not(.is-not) {
  opacity: 1;
  transform: translateY(0); }

.box-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1); }
  .box-fade.fadeIn {
    opacity: 1;
    transform: translateY(0); }

.is-fade > *:not(.is-not):nth-child(0) {
  transition-delay: 100ms; }

.is-fade > *:not(.is-not):nth-child(1) {
  transition-delay: 220ms; }

.is-fade > *:not(.is-not):nth-child(2) {
  transition-delay: 340ms; }

.is-fade > *:not(.is-not):nth-child(3) {
  transition-delay: 460ms; }

.is-fade > *:not(.is-not):nth-child(4) {
  transition-delay: 580ms; }

.is-fade > *:not(.is-not):nth-child(5) {
  transition-delay: 700ms; }

.is-fade > *:not(.is-not):nth-child(6) {
  transition-delay: 820ms; }

.is-fade > *:not(.is-not):nth-child(7) {
  transition-delay: 940ms; }

.is-fade > *:not(.is-not):nth-child(8) {
  transition-delay: 1060ms; }

.is-fade > *:not(.is-not):nth-child(9) {
  transition-delay: 1180ms; }

.is-fade > *:not(.is-not):nth-child(10) {
  transition-delay: 1300ms; }

.is-fade > *:not(.is-not):nth-child(11) {
  transition-delay: 1420ms; }

.is-fade > *:not(.is-not):nth-child(12) {
  transition-delay: 1540ms; }

.is-fade > *:not(.is-not):nth-child(13) {
  transition-delay: 1660ms; }

.is-fade > *:not(.is-not):nth-child(14) {
  transition-delay: 1780ms; }

.is-fade > *:not(.is-not):nth-child(15) {
  transition-delay: 1900ms; }

.is-fade > *:not(.is-not):nth-child(16) {
  transition-delay: 2020ms; }

.is-fade > *:not(.is-not):nth-child(17) {
  transition-delay: 2140ms; }

.is-fade > *:not(.is-not):nth-child(18) {
  transition-delay: 2260ms; }

.is-fade > *:not(.is-not):nth-child(19) {
  transition-delay: 2380ms; }

.is-fade > *:not(.is-not):nth-child(20) {
  transition-delay: 2500ms; }


/* ========================================
anima
======================================== */
.t_about02.zoomin.is-animated
{ animation: zoomIn 1.0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;}

@keyframes zoomIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  90% {
    opacity: 0;
	  transform: scale(0.7);
  }
  95% {
  transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*右からスライドしてぽよよんと跳ねる*/
.t_about01.poyoyon.is-animated{
  animation: poyoyon 0.8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@keyframes poyoyon {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
 25% {
    transform: translateX(0px);
    opacity: 0;
  }
  50% {
    transform: translateX(-40px);
  }
  75% {
    transform: translateX(0px);
  }
  90% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
  50%,100% {
    opacity: 1;
  }
}

/*左からスライドしてぽよよんと跳ねる*/
.a_staff_01.poyoyonl.is-animated,.girls_b.poyoyon.is-animated{
  animation: poyoyon 0.8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}
@keyframes poyoyon {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
 25% {
    transform: translateX(0px);
    opacity: 0;
  }
  50% {
    transform: translateX(40px);
  }
  75% {
    transform: translateX(0px);
  }
  90% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
  50%,100% {
    opacity: 1;
  }
}



/*下からスライドしてぽよよんと跳ねる*/
.t_about03.poyoyonY.is-animated,.t_s_human.poyoyonY.is-animated,.girls_c.poyoyonY.is-animated,.girls_a.poyoyonY.is-animated,.girl.poyoyonY.is-animated {
  animation: poyoyonY 0.8s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@keyframes poyoyonY {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
 25% {
    transform: translateY(0px);
    opacity: 0;
  }
  50% {
    transform: translateY(-40px);
  }
  75% {
    transform: translateY(0px);
  }
  90% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
  50%,100% {
    opacity: 1;
  }
}

/* ファーストビューにぽよよんと出現 */
.poyoyon2.is-animated {
  animation: poyoyon2 2s ease-in-out 1 forwards;
}

@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

