@charset "utf-8";
/* ===================================================
	Reset
====================================================== */
#customer_header *,
#customer_footer * { -webkit-box-sizing: content-box; box-sizing: content-box;}

#customer_header h1,
#customer_header h2,
#customer_header h3,
#customer_header h4,
#customer_header h5,
#customer_header h6,
#customer_footer h1,
#customer_footer h2,
#customer_footer h3,
#customer_footer h4,
#customer_footer h5,
#customer_footer h6 { margin: 0;}

#customer_header ul,
#customer_header ol,
#customer_header li,
#customer_footer ul,
#customer_footer ol,
#customer_footer li { padding: 0; margin: 0; list-style-type: none;}

#customer_header dl,
#customer_footer dl { padding: 0; margin: 0;}

#customer_header p,
#customer_footer p { padding: 0; margin: 0;}


/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */
body { min-width: 1125px; position: relative; background-color: #101417; color: #eee; }

#customer_header,
#customer_footer {
  font-size: 14px; font-weight: 300; line-height: 1.6; letter-spacing: 0.01em;
  font-family: 'Noto Serif JP', serif, sans-serif;
  -webkit-text-size-adjust: 100%; }

#customer_header *,
#customer_footer * { word-wrap: break-word; overflow-wrap: break-word;}

#customer_header #header_wrap,
#customer_header #nav_wrap,
#customer_footer #footer_wrap {
	padding: 0; margin: 0;
}

#customer_header a,
#customer_footer a { color: #148df0; text-decoration: none; transition-duration: 200ms;}
#customer_header a:hover,
#customer_footer a:hover { text-decoration: none; }
#customer_header a:hover img,
#customer_footer a:hover img { opacity: 0.75;}

#customer_header em,
#customer_footer em { font-style: normal;}

#customer_header img,
#customer_footer img { max-width: 100%; vertical-align: top;}

#customer_header .ver_sp,
#customer_footer .ver_sp { display: none;}

#customer_header .eng,
#customer_footer .eng {  }

@media screen and (orientation:landscape) {
	body { width: 100%;}
}
@media screen and (max-width: 768px) {
	body { min-width: 0;}

	#customer_header,
	#customer_footer { font-size: 16px;}

	#customer_header .ver_pc,
	#customer_footer .ver_pc { display: none;}
	#customer_header .ver_sp,
	#customer_footer .ver_sp { display: inline;}
}


@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");

/* Header
------------------------------------------------------ */
#customer_header #header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #101417;
  position: relative;
  width: 100%;
  min-width: 1125px;
  height: 65px;
  padding-left: 3%;
  box-sizing: border-box;
  border-bottom: 1px solid #808080;
}
#customer_header #header > a { display: inline-block; width: 128px; }
#customer_header #header .h_link { display: flex; height: 100%; margin-left: auto; }
#customer_header #header .h_link a { display: flex; align-items: center; justify-content: center; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; font-size: 15px; }
#customer_header #header .h_link a:not([class]) { background: linear-gradient(#d04e46, #b8443e); width: 197px; }
#customer_header #header .h_link .open_menu { background: #fff; width: 83px; }
#customer_header #header .h_link .open_menu { width: 83px; background: #fff; }
#customer_header #header .h_link .close_menu { width: 83px; height: 64px; background: #fff; position: absolute; top: 0; right: 0; z-index: 1; display: none;}
#customer_header:target #header .h_link .open_menu img { display: none; }
#customer_header:target #header .h_link .close_menu { display: flex;}

@media print, screen and (min-width: 769px) {
  #customer_header #header { background-color: #101417; margin-bottom: 20px; }
  #customer_header #header a:hover { opacity: 0.7; }
}

@media print, screen and (max-width: 768px) {
  #customer_header #header { justify-content: center; min-width: auto; padding: 0; }
  #customer_header #header .h_link { display: none; }
}

/* G-nav
------------------------------------------------------ */
#customer_header #gnav_wrap { width: 400px; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; z-index: 102; pointer-events: none; overflow: hidden; }
#customer_header #gnav { width: 400px; height: 100%; padding: 0 44px; position: absolute; top: 65px; right: -400px; z-index: 1000; background: rgba(16,20,23,0.92); overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; pointer-events: auto; opacity: 0; visibility: hidden; }
#customer_header:target #gnav { right: 0; overflow: auto; opacity: 1; visibility: visible; }
#customer_header #gnav a { color: #c6cbcc; }
#customer_header #gnav a:hover { text-decoration: underline; }
#customer_header #gnav .nav1 { display: flex; flex-wrap: wrap; padding: 40px 0 30px; }
#customer_header #gnav .nav1 li { width: 50%; font-size: 17px; letter-spacing: 0.1em; }
#customer_header #gnav .nav1 #home { width: 100%; }
#customer_header #gnav .nav1 #home a { padding: 0 0 6px; }
#customer_header #gnav .nav1 li a { display: block; padding: 6px 0; font-size: 13px; }

#customer_header .nav2 { border-top: 1px solid rgba(201, 201, 201, 0.2); }
#customer_header .nav2 li { border-bottom: 1px solid rgba(201, 201, 201, 0.2); }
#customer_header .nav2 a { display: -ms-flexbox; display: flex; height: 56px; -ms-flex-align: center; align-items: center; }
#customer_header .nav2 a span { letter-spacing: 0.1em; }
#customer_header .nav2 .tel span { font-family: 'Crimson Text', serif; font-style: normal; font-weight: 400; font-size: 22px; }
#customer_header .nav2 a:before { content: ''; display: block; -ms-flex: 0 0 18px; flex: 0 0 18px; height: 22px; background-size: contain; background-position: center; background-repeat: no-repeat; margin-right: 15px; }
#customer_header .nav2 li.tel a:before {
  background-image: url(../img/icon_tel.png); }
#customer_header .nav2 li.contact a:before {
  background-image: url(../img/icon_mail.png); }
#customer_header .nav2 li.access a:before {
  background-image: url(../img/icon_access.png); }

#customer_header .nav3 { margin: 0.5em 0; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#customer_header .nav3 li { width: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; }
#customer_header .nav3 a { display: block; padding: 6px 0; }
#customer_header .nav3 a span { font-size: 12px; line-height: 1.5; letter-spacing: 0.5px; color: #c6cbcc; }

#customer_header .raku100 { border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 7px; }
#customer_header .raku100 a { color: #c6cbcc; }
#customer_header #gnav .close_menu,
#customer_header #gnav #gn_home { display: none;}

@media print, screen and (min-width: 769px) {
  #customer_header .nav2 a { height: 55px; }
  #customer_header .nav2 .tel a { pointer-events: none; }

  #customer_header .nav3 a { padding: 7px 0; }
  #customer_header .nav3 a span { font-size: 13px; }

  #customer_header .raku100 { padding-top: 7px; }
}

@media screen and (max-width: 768px) {
  #customer_header #gnav_wrap { width: 100%; position: relative; }
  #customer_header #gnav {
    width: 100%;
    padding: 0 4%;
    position: fixed;
    top: 0; right: 0;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transform: translate(0);
    transition-delay: 0s;
  }
  #customer_header #gnav:target { visibility: visible; opacity: 1; height: 100%; }

  #customer_header #gnav .nav1 { padding: 50px 0 30px; box-sizing: border-box; }
  #customer_header #gnav .nav1 li { font-size: 16px;}
  #customer_header #gnav .nav1 #home a,
  #customer_header #gnav .nav1 li a { padding: 10px 0 10px 34px; }
  #customer_header #gnav #gn_home { display: block; }
  #customer_header #gnav .close_menu { display: block; background: none!important; border: none; }
  #customer_header #gnav .close_menu { cursor: pointer;}
  #customer_header #gnav .close_menu span:before,
  #customer_header #gnav .close_menu span:after { content: ''; width: 30px; height: 2px; position: absolute; left: 0; }
  #customer_header #gnav .close_menu span:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
  #customer_header #gnav .close_menu span:after { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
  #customer_header #gnav #close_top { width: 30px; height: 30px; padding: 0; text-align: center; position: absolute; top: 20px; right: 4%; }
  #customer_header #gnav #close_top a { font-size: 0; }
  #customer_header #gnav #close_top span { width: 30px; height: 0; padding: 30px 0 0; position: absolute; top: 0; right: 0; overflow: hidden; }
  #customer_header #gnav #close_top a:hover { background: none; }
  #customer_header #gnav #close_top a:after { content: none;}
  #customer_header #gnav #close_top span:before,
  #customer_header #gnav #close_top span:after { background: #787878; margin: -2px 0 0; top: 50%;}

  #customer_header .nav2 .tel span { font-size: 20px; }
  #customer_header .nav2 a { font-size: 14px; }

  #customer_header #gnav li a { padding: 10px 0 10px 34px; }
  #customer_header #gnav li a:after { right: 15px;}
  #customer_header #gnav li a:hover { background: rgba(204,204,204,0.25); text-decoration: none;}
  #customer_header .raku100 { padding: 0.5em 0 120px 34px; }
}

/* Sp_nav
------------------------------------------------------ */
#customer_header #sp_nav { display: none; }
@media print, screen and (max-width: 768px) {
  #customer_header #sp_nav { display: block; position: fixed; bottom: 0; left: 0; z-index: 101; background: #000; border-top: 1px solid #808080; width: 100%; }
  #customer_header #sp_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #customer_header #sp_nav li {
    vertical-align: text-bottom;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 env(safe-area-inset-bottom);
  }
  #customer_header #sp_nav li + li { border-left: 1px solid #808080; }
  #customer_header #sp_nav a { display: block; padding: 10px 0 5px; color: #fff; font-size: 10px; text-align: center; }
  #customer_header #sp_nav1,
  #customer_header #sp_nav3 { width: 25%; }
  #customer_header #sp_nav2 { width: 50%; }
  #customer_header #sp_nav2 { background: linear-gradient(to bottom, #d04e46, #b8443e); }
  #customer_header #sp_nav3 { background: #fff; }
  #customer_header #sp_nav2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  #customer_header #sp_nav2 a span { margin-right: 1em; }
  #customer_header #sp_nav2 a img { width: 11px; height: auto; }
  #customer_header #sp_nav3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
    font-size: 0;
  }
  #customer_header #sp_nav1 a:before { content: ''; display: block; width: 100%; height: 24px; margin: 0 0 5px; background: no-repeat center top; -webkit-background-size: auto 100%; background-size: auto 100%; background-image: url(../img/sp_nav1.png); }
  #customer_header #sp_nav3 a:before { content: ''; display: block; width: 100%; height: 41px; margin: 0; background: no-repeat center top; -webkit-background-size: auto 100%; background-size: auto 100%; background-image: url(../img/icon_menu.png); }
  #customer_header #close_sp { position: absolute; width: 25%; height: 100%; right: 0; display: none; }
  #customer_header #close_sp a { display: flex; height: 100%; justify-content: center; align-items: center; padding: 0; }
  #customer_header #close_sp a:before { content: ''; display: block; width: 100%; height: 41px; margin: 0; background: no-repeat center top; -webkit-background-size: auto 100%; background-size: auto 100%; background-image: url(../img/icon_menu_open.png); }
  #customer_header:target #sp_nav3 a:before { display: none; }
  #customer_header:target #close_sp { display: block; }
}

/* Main img
------------------------------------------------------ */
#customer_header #main_img { height: 340px; position: relative; z-index: 0; overflow: hidden;}
#customer_header #main_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; height: 100%; color: #fff; text-align: center; text-shadow: 0 0 12px #000, 0 0 12px #000, 0 0 12px #000, 0 0 12px #000; line-height: 1.8; }
#customer_header #main_tit .eng { display: block; font-size: 11px; letter-spacing: 0.3em;}
#customer_header #main_tit span:not(.eng) { display: inline-block; position: relative; font-size: 32px; letter-spacing: 0.3em;}
#customer_header #main_img > img {
  width: auto; min-width: 100%; max-width: none; height: 340px; position: absolute; left: 50%; top: 50%; z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #customer_header #main_img { height: 300px;}
  #customer_header #main_tit .eng { font-size: 10px;}
  #customer_header #main_img > img { height: 300px;}
}

/* ぱんくず
------------------------------------------------------ */
#customer_header #breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 1125px; width: 94%; padding: 20px 3%; box-sizing: border-box; margin: 0 auto; }
#customer_header #breadcrumb li { margin-right: 12px; position: relative; }
#customer_header #breadcrumb li::after { content: "\03e"; position: absolute; top: 1px; right: -5%; color: #343739; }
#customer_header #breadcrumb li:last-child { margin-right: 0; }
#customer_header #breadcrumb li:last-child:after { display: none; }
#customer_header #breadcrumb li:last-child a { padding-right: 0; }
#customer_header #breadcrumb li a { padding-right: 12px; color: #808080; font-size: 10px; letter-spacing: 0.29em; }
#customer_header #breadcrumb li a:hover { text-decoration: underline; opacity: 0.7; }

@media screen and (max-width: 768px) {
  #customer_header #breadcrumb { display: none; }
}

/* Footer
------------------------------------------------------ */
#customer_footer .btn1 a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box;
  overflow: hidden; height: 50px; padding-right: 15px; padding-left: 15px; color: #fff; }
#customer_footer .btn1 a span { font-size: 12px; line-height: 1; letter-spacing: 0.15em; }
#customer_footer .btn1 a:after {
  content: ''; display: block; width: 6px; height: 11px;
  background-image: url("../img/icon_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

@media print, screen and (min-width: 770px) {
  #customer_footer .btn1 a { height: 50px; padding-right: 22px; padding-left: 22px; }
  #customer_footer .btn1 a span { font-size: 12px; }
  #customer_footer .btn1 a:after { display: block; width: 11px; height: 15px; }
  #customer_footer .btn1 a:hover { background: #242a2e; border-color: #242a2e; }
  #customer_footer .btn1 a:hover span { text-decoration: underline; }
}

#customer_footer .btn2 a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box;
  overflow: hidden; height: 50px; color: #fff; position: relative; }
#customer_footer .btn2 a span { font-size: 12px; line-height: 1; letter-spacing: 0.15em; }
#customer_footer .btn2 a:after {
  content: ''; display: block; width: 9px; height: 11px;
  background-image: url("../img/icon_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute; top: 50%; right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media print, screen and (min-width: 770px) {
  #customer_footer .btn2 a { height: 50px; padding-right: 22px; padding-left: 22px; }
  #customer_footer .btn2 a span { font-size: 16px; }
  #customer_footer .btn2 a:after { display: block; width: 11px; height: 15px; right: 22px; }
  #customer_footer .btn2 a:hover { background: #242a2e; border-color: #242a2e; }
  #customer_footer .btn2 a:hover span { text-decoration: underline; }
}

#customer_footer .btn3 a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(to bottom, #d04e46, #b8443e); box-sizing: border-box;
  overflow: hidden; height: 65px; width: 100%;
  padding-right: 10px; padding-left: 10px; position: relative; text-align: center; color: #fff; }

@media print, screen and (max-width: 768px) {
  #customer_footer .btn3 a {
    -ms-flex-pack: center;
    justify-content: center; }
}

#customer_footer .btn3 a span { font-size: 16px; line-height: 1; letter-spacing: 0.15em; }
#customer_footer .btn3 a:after {
  content: ''; display: block;
  width: 11px; height: 15px;
  background-image: url("../img/icon_arrow_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

@media print, screen and (max-width: 768px) {
  #customer_footer .btn3 a:after {
    position: absolute; top: 50%; right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
}

@media print, screen and (min-width: 770px) {
  #customer_footer .btn3 a { -ms-flex-pack: justify; justify-content: space-between; height: 66px; padding-right: 22px; padding-left: 22px; }
  #customer_footer .btn3 a span { font-size: 16px; }
  #customer_footer .btn3 a:after { display: block; width: 11px; height: 15px; }
  #customer_footer .btn3 a:hover { background: linear-gradient(#e75e55, #d4524b); }
}

#customer_footer .btn4 a { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.3); box-sizing: border-box; overflow: hidden; height: 65px; color: #fff; }
#customer_footer .btn4 a .sub { display: block; font-family: 'Noto Serif JP', serif, sans-serif; font-weight: 200; font-size: 9px; line-height: 1.2; letter-spacing: 0.23em; }
#customer_footer .btn4 a .text { display: block; font-family: 'Crimson Text', serif; font-style: normal; font-weight: 400; font-size: 30px; line-height: 1; letter-spacing: 0.1em; }
#customer_footer .btn4 a:before { content: ''; display: block; width: 12px; height: 30px; background-image: url("../img/icon_tel.png"); background-size: contain; background-repeat: no-repeat; background-position: center; margin-right: 15px; position: relative; left: -15px; }

@media print, screen and (min-width: 770px) {
  #customer_footer .btn4 a { height: 66px; }
  #customer_footer .btn4 a .sub { font-size: 10px; }
  #customer_footer .btn4 a .text { font-size: 26px; }
  #customer_footer .btn4 a:before { display: block; width: 12px; height: 30px; position: static; }
  #customer_footer .btn4 a:hover { background: #242a2e; border-color: #242a2e; }
  #customer_footer .btn4 a[href*="tel"] { pointer-events: none; }
}

#customer_footer .btn5 { height: 35px; border: 1px solid #333639; margin-top: 23px; margin-bottom: 23px; }
#customer_footer .btn5 a { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; height: 36px; }
#customer_footer .btn5 a span { color: #fff; padding-left: 42px; position: relative; font-size: 13px; line-height: 1.76; letter-spacing: 0.34em; }
#customer_footer .btn5 a span:before { content: ""; display: block; position: absolute; background-image: url(../img/icon_access2.png); background-repeat: no-repeat; background-size: contain; background-position: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); top: 50%; left: 14px; width: 14px; height: 20px; }

@media print, screen and (min-width: 770px) {
  #customer_footer .btn5 { transition-duration: 200ms; }
  #customer_footer .btn5 a { color: #fff; }
  #customer_footer .btn5:hover { background: #242a2e; border-color: #242a2e; }
  #customer_footer .btn5:hover a { text-decoration: underline; color: #fff; }
}

@media print, screen and (max-width: 768px) {
  #customer_footer #footContent { width: 100%; box-sizing: border-box; padding: 80px 25px 130px 25px; margin: 0 auto; position: relative; }
  #customer_footer #footContent .reserve .title { margin-bottom: 40px; }
  #customer_footer #footContent .reserve .title span { display: inline-block; font-family: 'Noto Serif JP', serif, sans-serif; font-weight: 200; letter-spacing: 0.2em; font-size: 19px; line-height: 1; padding-right: 40px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  #customer_footer #footContent .reserve .footBtns1 { margin-bottom: 25px; }
  #customer_footer #footContent .reserve .footBtns1 > div { margin-bottom: 13px; }
  #customer_footer #footContent .reserve .footBtns2 { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }
  #customer_footer #footContent .reserve .footBtns2 > p { box-sizing: border-box; }
  #customer_footer #footContent .map { padding: 40px 0; }
  #customer_footer #footContent .about { text-align: center; }
  #customer_footer #footContent .about .logo { display: block; width: 180px; margin: 0 auto; }
  #customer_footer #footContent .about .logo source,
  #customer_footer #footContent .about .logo img { width: 180px; margin: 0 auto; }
  #customer_footer #footContent .about ul { margin-top: 30px; margin-bottom: 30px; }
  #customer_footer #footContent .about ul li { padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); margin-bottom: 20px; }
  #customer_footer #footContent .about ul li:last-child { border-bottom: none; }
  #customer_footer #footContent .about dl dt { font-size: 16px; letter-spacing: 0.2em; line-height: 1.2; }
  #customer_footer #footContent .about dl dt em { font-size: 21px; letter-spacing: 0.2em; }
  #customer_footer #footContent .about dl dd { margin-top: 10px; }
  #customer_footer #footContent .about dl dd .address { font-size: 11px; letter-spacing: 0.17em; line-height: 1.2; color: #808080; }
  #customer_footer #footContent .about .btn4 { margin-top: 20px; margin-bottom: 10px; }
  #customer_footer #footContent .news { margin-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 25px; }
  #customer_footer #footContent .news .title { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }
  #customer_footer #footContent .news .title span { font-size: 15px; letter-spacing: 0.2em; }
  #customer_footer #footContent .news .title:before { content: ''; display: block; width: 11px; height: 11px; background-image: url("../img/icon_point.png"); background-size: contain; background-repeat: no-repeat; background-position: center; margin-right: 16px; margin-left: 4px; }
  #customer_footer #footContent .news dl { margin-top: 15px; }
  #customer_footer #footContent .news dl dt { width: 8em; float: left; clear: left; color: #808080; font-family: 'Crimson Text', serif; font-style: normal; font-weight: 400; font-size: 10px; letter-spacing: 0.15em; margin-bottom: 10px; }
  #customer_footer #footContent .news dl dd { font-size: 10px; margin-left: 8em; box-sizing: border-box; margin-bottom: 10px; }
  #customer_footer #footContent .news dl a { color: #808080; font-size: 11px; line-height: 1.4; text-decoration: underline; }
  #customer_footer #footContent .news dl a:hover { opacity: 0.7; text-decoration: none; }
  #customer_footer #footContent .footNav { margin-top: 50px; }
  #customer_footer #footContent .footNav ul { border-top: 1px solid rgba(255, 255, 255, 0.3); }
  #customer_footer #footContent .footNav ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  #customer_footer #footContent .footNav ul li a { display: block; padding: 9px 0; text-align: center; }
  #customer_footer #footContent .footNav ul li a span { color: #808080; font-size: 13px; }
  #customer_footer #footContent .footNav .tripadvisor { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin: 30px 0; }
  #customer_footer #footContent .footNav .tripadvisor figure { -ms-flex: 0 0 30px; flex: 0 0 30px; max-width: 30px; }
  #customer_footer #footContent .footNav .tripadvisor figure img { width: 100%; height: auto; }
  #customer_footer #footContent .footNav .tripadvisor P { -ms-flex: 1 1 auto; flex: 1 1 auto; color: #808080; font-size: 10px; padding-left: 15px; box-sizing: border-box; }
  #customer_footer #footContent .footNav .tripadvisor P a { color: #808080; text-decoration: underline; }
  #customer_footer #footContent .footNav .tripadvisor P a:hover { opacity: 0.7; text-decoration: none; }
  #customer_footer #footContent .banners { overflow: hidden; }
  #customer_footer #footContent .banners ul { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -3px; margin-left: -3px; }
  #customer_footer #footContent .banners ul li { -ms-flex: 0 0 50%; flex: 0 0 50%; padding: 0 3px; margin-bottom: 6px; box-sizing: border-box; }
  #customer_footer #footContent .banners ul li a { display: block; }
  #customer_footer #footContent .banners ul li img { width: 100%; }
  #customer_footer #footContent .pagetop { width: 50px; height: 37px; position: absolute; bottom: 65px; right: 20px; }
  #customer_footer #footContent .pagetop a { display: block; text-align: center; }
  #customer_footer #footContent .pagetop a span { display: block; font-size: 10px; letter-spacing: -0.1em; color: #808080; white-space: nowrap; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); }
  #customer_footer #footContent .pagetop a:before { content: ''; display: block; width: 26px; height: 20px; margin: 0 auto; background-image: url("../img/icon_top.png"); background-size: contain; background-repeat: no-repeat; background-position: center; opacity: 0.3; }
  #customer_footer #footContent .pagetop a:hover { opacity: 0.7; }
}

@media print, screen and (max-width: 380px) {
  #customer_footer #footContent .reserve .footBtns2 { flex-direction: column; }
}

@media print, screen and (min-width: 769px) {
  #customer_footer #footContent { width: 1125px; box-sizing: border-box; padding: 100px 25px 100px 25px; margin: 0 auto; position: relative; }
  #customer_footer #footContent .reserve { width: 546px; overflow: hidden; }
  #customer_footer #footContent .reserve .title { margin-bottom: 55px; }
  #customer_footer #footContent .reserve .title span { display: inline-block; font-family: 'Noto Serif JP', serif, sans-serif; font-weight: 200; letter-spacing: 0.2em; font-size: 21px; line-height: 1; padding-right: 30px; padding-bottom: 35px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  #customer_footer #footContent .reserve .footBtns1 { width: 546px; display: -ms-flexbox; display: flex; margin: 0 -7px; }
  #customer_footer #footContent .reserve .footBtns1 .btn4 a p .text { letter-spacing: 0.2em; }
  #customer_footer #footContent .reserve .footBtns1 > div { -ms-flex: 0 0 266px; flex: 0 0 266px; max-width: 266px; margin: 0 7px; }
  #customer_footer #footContent .reserve .footBtns2 { width: 546px; display: -ms-flexbox; display: flex; margin: 20px -7px 0; }
  #customer_footer #footContent .reserve .footBtns2 > p { -ms-flex: 0 0 266px; flex: 0 0 266px; max-width: 266px; margin: 0 7px; padding-left: 15px; box-sizing: border-box; }
  #customer_footer #footContent .about { width: 546px; margin-top: 50px; display: -ms-flexbox; display: flex; }
  #customer_footer #footContent .about .logo { -ms-flex: 1 1 194px; flex: 1 1 194px; max-width: 194px; text-align: center; }
  #customer_footer #footContent .about .logo source,
  #customer_footer #footContent .about .logo img { width: 55px; height: auto; }
  #customer_footer #footContent .about ul { -ms-flex: 0 0 384px; flex: 0 0 384px; max-width: 384px; }
  #customer_footer #footContent .about ul li { padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); margin-bottom: 15px; }
  #customer_footer #footContent .about ul li:last-child { border-bottom: none; }
  #customer_footer #footContent .about dl dt { font-size: 14px; letter-spacing: 0.2em; line-height: 1.2; }
  #customer_footer #footContent .about dl dt em { font-size: 20px; letter-spacing: 0.2em; }
  #customer_footer #footContent .about dl dd { margin-top: 10px; }
  #customer_footer #footContent .about dl dd .address { font-size: 11px; letter-spacing: 0.17em; line-height: 1.2; color: #808080; }
  #customer_footer #footContent .about .tel { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin-top: 10px; margin-bottom: 20px; }
  #customer_footer #footContent .about .tel span { display: block; font-family: 'Crimson Text', serif; font-style: normal; font-weight: 400; font-size: 26px; line-height: 1; letter-spacing: 0.1em; }
  #customer_footer #footContent .about .tel:before { content: ''; display: block; width: 7px; height: 18px; background-image: url("../img/icon_tel.png"); background-size: contain; background-repeat: no-repeat; background-position: center; opacity: 0.3; margin-right: 10px; }
  #customer_footer #footContent .map { position: absolute; width: 521px; height: 324px; top: 100px; right: 25px; }
  #customer_footer #footContent .map img { max-width: 521px; width: 100%; height: auto; }
  #customer_footer #footContent .news { margin-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 25px; display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }
  #customer_footer #footContent .news .title { -ms-flex: 0 0 120px; flex: 0 0 120px; max-width: 120px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
  #customer_footer #footContent .news .title span { font-size: 13px; letter-spacing: 0.2em; }
  #customer_footer #footContent .news .title:before { content: ''; display: block; width: 11px; height: 11px; background-image: url("../img/icon_point.png"); background-size: contain; background-repeat: no-repeat; background-position: center; margin-right: 16px; margin-left: 4px; }
  #customer_footer #footContent .news dl { -ms-flex: 0 0 980px; flex: 0 0 980px; max-width: 980px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  #customer_footer #footContent .news dl dt { -ms-flex: 0 0 100px; flex: 0 0 100px; max-width: 100px; color: #808080; font-family: 'Crimson Text', serif; font-style: normal; font-weight: 400; font-size: 12px; letter-spacing: 0.15em; margin-bottom: 3px; padding-top: 3px; }
  #customer_footer #footContent .news dl dd { -ms-flex: 0 0 880px; flex: 0 0 880px; max-width: 880px; box-sizing: border-box; padding-right: 15px; margin-bottom: 3px; }
  #customer_footer #footContent .news dl a { color: #808080; font-size: 11px; text-decoration: underline; }
  #customer_footer #footContent .news dl a:hover { opacity: 0.7; text-decoration: none; }
  #customer_footer #footContent .footNav { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; margin-top: 30px; }
  #customer_footer #footContent .footNav ul { -ms-flex: 1 1 auto; flex: 1 1 auto; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; box-sizing: border-box; padding-right: 15px; }
  #customer_footer #footContent .footNav ul li { position: relative; padding-right: 41px; margin-bottom: 10px; }
  #customer_footer #footContent .footNav ul li:after { content: ''; position: absolute; display: block; width: 1px; height: 19px; border-right: 1px solid rgba(255, 255, 255, 0.3); top: 3px; right: 20px; }
  #customer_footer #footContent .footNav ul li:last-child:after { display: none; }
  #customer_footer #footContent .footNav ul li a { color: #808080; font-size: 12px; }
  #customer_footer #footContent .footNav ul li a:hover { opacity: 0.7; }
  #customer_footer #footContent .footNav .tripadvisor { -ms-flex: 0 0 290px; flex: 0 0 290px; max-width: 290px; box-sizing: border-box; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
  #customer_footer #footContent .footNav .tripadvisor figure { -ms-flex: 0 0 30px; flex: 0 0 30px; max-width: 30px; }
  #customer_footer #footContent .footNav .tripadvisor figure img { width: 100%; height: auto; }
  #customer_footer #footContent .footNav .tripadvisor P { -ms-flex: 1 1 auto; flex: 1 1 auto; color: #808080; font-size: 10px; padding-left: 20px; box-sizing: border-box; letter-spacing: 0.12em; }
  #customer_footer #footContent .footNav .tripadvisor P a { color: #808080; text-decoration: underline; }
  #customer_footer #footContent .footNav .tripadvisor P a:hover { opacity: 0.7; text-decoration: none; }
  #customer_footer #footContent .banners { overflow: hidden; margin-top: 35px; }
  #customer_footer #footContent .banners ul { width: 100%; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; margin-right: -10px; margin-left: -10px; }
  #customer_footer #footContent .banners ul li { -ms-flex: 0 0 25%; flex: 0 0 25%; box-sizing: border-box; padding: 0 10px; }
  #customer_footer #footContent .banners ul a:hover { opacity: 0.7; }
  #customer_footer #footContent .banners ul img { width: 100%; height: auto; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
  #customer_footer #footContent .pagetop { width: 50px; height: 37px; position: absolute; bottom: 16px; right: 20px; }
  #customer_footer #footContent .pagetop a { display: block; text-align: center; }
  #customer_footer #footContent .pagetop a span { display: block; font-size: 10px; letter-spacing: -0.1em; color: #808080; white-space: nowrap; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); }
  #customer_footer #footContent .pagetop a:before { content: ''; display: block; width: 19px; height: 13px; margin: 0 auto; background-image: url("../img/icon_top.png"); background-size: contain; background-repeat: no-repeat; background-position: center; opacity: 0.3; }
  #customer_footer #footContent .pagetop a:hover { opacity: 0.7; }
}

#customer_footer #footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg_foot.jpg");
}

#customer_footer #footer .copyright { margin-bottom: 150px; }
#customer_footer #footer .copyright figure { width: 57px; display: block; margin: 0 auto 10px; }
#customer_footer #footer .copyright figure img { width: 100%; height: auto; }
#customer_footer #footer .copyright p { font-size: 12px; color: #000; text-shadow: 0 0 4px rgba(255, 255, 255, 0.5); }

@media print, screen and (min-width: 769px) {
  #customer_footer #footer { margin: 0 auto; width: 100%; }
}

#customer_footer .footerNav { margin-bottom: 50px; }
#customer_footer .footerNav ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; }
#customer_footer .footerNav ul li { box-sizing: border-box; -ms-flex: 0 0 100%; flex: 0 0 100%; border-top: 1px solid #333639; padding: 9px 0; font-size: 13px; letter-spacing: 0.12em; text-align: center; }
#customer_footer .footerNav ul li a { color: #C6CBCC; }
#customer_footer .footerNav ul li:last-child { border-bottom: 1px solid #333639; }

@media print, screen and (min-width: 769px) {
  #customer_footer .footerNav { margin-bottom: 127px; border-top: 1px solid #585A5D; padding-top: 42px; }
  #customer_footer .footerNav ul:last-child li { border-bottom: none; }
  #customer_footer .footerNav ul li { -ms-flex: 0 0 8%; flex: 0 0 8%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; position: relative; text-align: center; border: none; padding: 0; }
  #customer_footer .footerNav ul li.-wide { -ms-flex: 0 0 9.5%; flex: 0 0 9.5%; }
  #customer_footer .footerNav ul li a:hover { opacity: 0.7; text-decoration: underline; }
  #customer_footer .footerNav ul li a:before { position: absolute; content: ""; display: block; height: 20px; border-left: 1px solid #333639; top: 0px; right: 0; }
  #customer_footer .footerNav ul li a:last-child { border: none; }
  #customer_footer .footerNav ul li:last-child a:before { display: none; }
}

#customer_footer #side #burgerMenu { position: fixed; z-index: 120; top: 0; left: 40px; width: calc(100% - 40px); height: 100vh; background-color: rgba(16, 20, 23, 0.97); overflow: hidden; display: none; }
#customer_footer #side #burgerMenu .menuContent { padding: 10px 30px 0; }
#customer_footer #side #burgerMenu .nav1 { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#customer_footer #side #burgerMenu .nav1 li { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
#customer_footer #side #burgerMenu .nav1 li:first-child { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
#customer_footer #side #burgerMenu .nav1 a { display: block; padding: 6px 0; }
#customer_footer #side #burgerMenu .nav1 a span { font-size: 12px; line-height: 1.6; letter-spacing: 0.1em; color: #c6cbcc; }
#customer_footer #side #burgerMenu .nav2 { margin-top: 15px; border-top: 1px solid rgba(201, 201, 201, 0.2); }
#customer_footer #side #burgerMenu .nav2 li { border-bottom: 1px solid rgba(201, 201, 201, 0.2); }
#customer_footer #side #burgerMenu .nav2 a { display: -ms-flexbox; display: flex; height: 45px; -ms-flex-align: center; align-items: center; }
#customer_footer #side #burgerMenu .nav2 a span { font-size: 13px; line-height: 1.6; letter-spacing: 0.1em; color: #c6cbcc; }
#customer_footer #side #burgerMenu .nav2 a:before { content: ''; display: block; -ms-flex: 0 0 18px; flex: 0 0 18px; height: 22px; background-size: contain; background-position: center; background-repeat: no-repeat; opacity: 0.5; margin-right: 15px; }
#customer_footer #side #burgerMenu .nav2 li.tel a span { font-family: 'Crimson Text', serif; font-style: normal; font-weight: 400; font-size: 20px; }
#customer_footer #side #burgerMenu .nav2 li.tel a:before { background-image: url("../img/icon_tel.png"); }
#customer_footer #side #burgerMenu .nav2 li.contact a:before { background-image: url("../img/icon_mail.png"); }
#customer_footer #side #burgerMenu .nav2 li.access a:before { background-image: url("../img/icon_access.png"); }
#customer_footer #side #burgerMenu .nav3 { margin: 0.5em 0; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#customer_footer #side #burgerMenu .nav3 li { width: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; }
#customer_footer #side #burgerMenu .nav3 a { display: block; padding: 6px 0; }
#customer_footer #side #burgerMenu .nav3 a span { font-size: 12px; line-height: 1.5; letter-spacing: 0.5px; color: #c6cbcc; }
#customer_footer #side #burgerMenu .raku100 { border-top: 1px solid rgba(255, 255, 255, 0.3); padding-top: 7px; }
#customer_footer #side #burgerMenu .raku100 a { color: #c6cbcc; }

#side.open .wrapper .menu { background: #fff; }
#side.open .wrapper .menu:before { background-image: url("../img/icon_menu_close.png"); }

@media print, screen and (min-width: 769px) {
  #customer_footer #side #burgerMenu .inner { width: 100%; height: 100%; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }
  #customer_footer #side #burgerMenu .menuContent { padding: 0; width: 320px; }
  #customer_footer #side #burgerMenu .nav1 a { padding: 7px 0; }
  #customer_footer #side #burgerMenu .nav1 a span { font-size: 13px; }
  #customer_footer #side #burgerMenu .nav1 a:hover span { text-decoration: underline; }
  #customer_footer #side #burgerMenu .nav2 { margin-top: 25px; }
  #customer_footer #side #burgerMenu .nav2 a { height: 55px; }
  #customer_footer #side #burgerMenu .nav2 a span { font-size: 14px; }
  #customer_footer #side #burgerMenu .nav2 a:hover span { text-decoration: underline; }
  #customer_footer #side #burgerMenu .nav2 li.tel a span { font-size: 22px; }
  #customer_footer #side #burgerMenu .nav3 a { padding: 7px 0; }
  #customer_footer #side #burgerMenu .nav3 a span { font-size: 13px; }
  #customer_footer #side #burgerMenu .nav3 a:hover span { text-decoration: underline; }
  #customer_footer #side #burgerMenu .raku100 { padding-top: 7px; }
  #customer_footer #side #burgerMenu .raku100 a:hover span { text-decoration: underline; }
}

#customer_footer .textLink1 a { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; box-sizing: border-box; overflow: hidden; min-height: 15px; color: #fff; }
#customer_footer .textLink1 a span { font-size: 13px; line-height: 1; letter-spacing: 0.15em; padding-left: 13px; }
#customer_footer .textLink1 a:before { content: ''; display: block; width: 23px; height: 23px; background-size: contain; background-repeat: no-repeat; background-position: center; }
#customer_footer .textLink1.icon-mail a:before { background-image: url("../img/icon_mail.png"); }
#customer_footer .textLink1.icon-access a:before { background-image: url("../img/icon_access.png"); }

@media print, screen and (min-width: 770px) {
  #customer_footer .textLink1 a span { font-size: 12px; }
  #customer_footer .textLink1 a:before { width: 20px; height: 20px; }
  #customer_footer .textLink1 a:hover { opacity: 0.7; }
  #customer_footer .textLink1 a:hover span { text-decoration: underline; }
}

/* clear
------------------------------------------------------ */
#header:after,
#nav_wrap:after,
#gnav ul:after,
#contents_wrap:after,
#footer:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; font-size: 0;}


/* ---------------------------------------------------
	更新履歴
------------------------------------------------------



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