@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/*html {
	font-size:62.5%;
}*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  color: #FFF;
  background-color: #000;
  font-size: 1.3rem;
  line-height: 1em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  letter-spacing: 0.1em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

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

del {
  text-decoration: line-through; }

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

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

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

input, select {
  vertical-align: middle; }

/* mixin
*********************************************************************/
/* media query */
/* 全ページ共通 スタイル
*****************************************************************/
#wrapper {
  position: relative;
  width: 100vw; }

a {
  color: #FFF;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-out; }
  a:hover {
    color: #FD7500;
    text-decoration: none; }
    a:hover img {
      opacity: 0.7; }
  a:active {
    color: #0099c5;
    text-decoration: none; }

/* 全ページ共通　パーツ
***********************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@media all and (max-width: 769px) {
  .pconly {
    display: none; } }

.sponly {
  display: none; }
  @media all and (max-width: 769px) {
    .sponly {
      display: block; } }

.portraitonly {
  display: none; }
  @media all and (max-width: 480px) {
    .portraitonly {
      display: block; } }

@media all and (max-width: 769px) {
  .spnone {
    display: none; } }

@media all and (max-width: 480px) {
  .portraitnone {
    display: none; } }

/* header
*****************************************************************/
.area_header {
  position: absolute;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9990; }

.block_header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 30px 0 20px;
  box-sizing: border-box;
  width: 100%; }
  .block_header a {
    color: #FFF; }
    .block_header a:hover {
      color: #FFC05C; }
  .block_header .logo_header {
    width: 174px; }
    .block_header .logo_header img {
      width: 100%;
      height: auto; }
  .block_header nav {
    display: flex; }
    .block_header nav ul {
      display: flex;
      padding: 10px; }
      .block_header nav ul li {
        padding: 8px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.3em;
        white-space: nowrap; }
  .block_header .sub_nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .block_header .sub_nav .inner {
      display: flex;
      align-items: center;
      padding: 10px 0; }
      .block_header .sub_nav .inner .list_sns ul {
        display: flex; }
        .block_header .sub_nav .inner .list_sns ul li {
          padding: 0 4px; }
      .block_header .sub_nav .inner .box_mail {
        font-size: 14px;
        line-height: 1em;
        position: relative;
        margin: 0 0 0 40px; }
        .block_header .sub_nav .inner .box_mail::before {
          content: url("https://storage.489ban.net/storage/customer/709/489ban/images/email.png");
          position: absolute;
          left: -24px; }
    .block_header .sub_nav .box_tel {
      font-size: 34px;
      line-height: 1em;
      position: relative;
      margin: -10px 0 0 50px;
      white-space: nowrap; }
      .block_header .sub_nav .box_tel::before {
        content: url("https://storage.489ban.net/storage/customer/709/489ban/images/phone.png");
        position: absolute;
        left: -33px; }
    .block_header .sub_nav .box_tel_m {
      display: none; }
  .block_header nav ul {
    flex-wrap: wrap; }
  @media all and (max-width: 769px) {
    .block_header {
      padding: 0 10px 0 10px; }
      .block_header .logo_header {
        padding: 10px 0 0;
        width: 130px; }
      .block_header nav {
        display: none; }
      .block_header .sub_nav {
        display: none; } }

.tab_reserve {
  position: fixed;
  top: 300px;
  right: 0px;
  z-index: 9970;
  text-align-last: center;
  background-image: url("https://storage.489ban.net/storage/customer/709/489ban/images/bg_purple.jpg");
  height: 260px;
  overflow: hidden; }
  .tab_reserve a {
    color: #FFF;
    display: block;
    padding: 24px; }
    .tab_reserve a .icon_cal {
      width: 100%;
      text-align: center;
      padding: 0 0 8px; }
    .tab_reserve a p {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 18px;
      line-height: 1em;
      text-align: left; }
    .tab_reserve a:hover {
      background-color: rgba(198, 6, 9, 0.4); }
  @media all and (max-width: 769px) {
    .tab_reserve {
      top: auto;
      bottom: 0px;
      height: auto;
      width: 100%; }
      .tab_reserve a {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 0; }
        .tab_reserve a .icon_cal {
          width: auto;
          padding: 0 5px 0 0; }
        .tab_reserve a p {
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          font-size: 18px; } }

.fixed .area_header {
  position: absolute;
  top: -80px; }
@media all and (max-width: 769px) {
  .fixed .area_header {
    position: fixed;
    top: 0px; }
  .fixed .block_header {
    padding: 0 10px 0 10px; }
    .fixed .block_header .logo_header {
      padding: 10px 0 0;
      width: 130px; } }

.down .area_header {
  position: fixed;
  top: 0px;
  transition: all 300ms 0s ease; }

/* pagetop
*****************************************************************/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1500; }
  #pagetop a {
    overflow: hidden;
    outline: none;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    padding: 8px; }
  @media all and (max-width: 769px) {
    #pagetop {
      right: 10px; }
      #pagetop a {
        padding: 5px; }
        #pagetop a img {
          width: 30px;
          height: auto; } }

/* 下層共通
*****************************************************************/
/* パンくず
-----------------------------------------------------------------*/
.breadcrumb {
  padding: 5px 0 5px 30px; }
  .breadcrumb ul {
    display: flex; }
    .breadcrumb ul li {
      line-height: 1.3em; }
      .breadcrumb ul li a::after {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f105";
        padding: 0 8px;
        color: #333; }
  @media all and (max-width: 1025px) {
    .breadcrumb {
      padding: 5px 0 5px 10px; } }
  @media all and (max-width: 769px) {
    .breadcrumb {
      display: none; } }

/* footer
*****************************************************************/
.area_footer {
  width: 100%;
  box-sizing: border-box; }

.block_group {
  background-image: url("https://storage.489ban.net/storage/customer/709/489ban/images/bg_ami.png");
  padding: 60px 0 20px;
  text-align: center;
  width: 100%;
  box-sizing: border-box; }
  .block_group .ttl_sisters {
    font-size: 20px; }
  .block_group ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px; }
    .block_group ul li {
      line-height: 0em;
      padding: 20px; }
  @media all and (max-width: 480px) {
    .block_group ul {
      padding: 10px; }
      .block_group ul li {
        width: 50%;
        padding: 10px;
        box-sizing: border-box; }
        .block_group ul li img {
          width: 100%;
          height: auto; } }

.block_footer {
  text-align: center;
  padding: 60px 0;
  line-height: 1.4em;
  width: 100%;
  box-sizing: border-box; }
  .block_footer .footer_logo {
    padding: 0 0 16px; }
  .block_footer .name_onsen {
    font-size: 13px; }
  .block_footer .ttl_zuiyo {
    font-size: 17px;
    padding: 3px 0 0; }
  .block_footer .kana {
    font-size: 12px; }
  .block_footer .name_address {
    font-size: 15px;
    padding: 10px 0 0; }
  .block_footer .box_tel {
    padding: 30px 0 0; }
    .block_footer .box_tel .number {
      font-size: 36px;
      line-height: 1em;
      position: relative;
      margin: 0 0 3px 36px;
      display: inline-block; }
      .block_footer .box_tel .number a {
        color: #FFF; }
      .block_footer .box_tel .number::before {
        content: url("https://storage.489ban.net/storage/customer/709/489ban/images/phone.png");
        position: absolute;
        left: -33px; }

.copyright {
  text-align: center;
  line-height: 1.4em;
  font-size: 13px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  background-image: url("https://storage.489ban.net/storage/customer/709/489ban/images/bg_purple.jpg"); }
  @media all and (max-width: 769px) {
    .copyright {
      margin: 0 0 0px; } }

.area_visual {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .area_visual .item {
    width: 100%;
    height: 370px;
    overflow: hidden; }
    .area_visual .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .area_visual .logo_center {
    text-align: center;
    width: 100%;
    line-height: 0em;
    position: absolute;
    top: 43%;
    transform: translateY(-43%); }
  .area_visual .ami {
    position: absolute;
    right: 40%;
    bottom: 0px; }
  .area_visual .block_ttls {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 130px; }
    .area_visual .block_ttls .marks {
      position: relative;
      width: 150px;
      height: 150px;
      margin: 0 auto; }
      .area_visual .block_ttls .marks img {
        width: 100%;
        height: auto; }
      .area_visual .block_ttls .marks .ttl_goyoyakus {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 28px;
        line-height: 1.1em;
        position: absolute;
        height: 150px;
        text-align: center;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        color: #000;
        letter-spacing: 0.1em;
        padding: 3px 0 0;
        text-shadow: 0 0 2px #FFF, 0 0 2px #FFF, 0 0 6px #FFF, 0 0 6px #FFF; }
  @media all and (max-width: 769px) {
    .area_visual .item {
      height: 180px; }
    .area_visual .logo_center img {
      width: 100px;
      height: auto; }
    .area_visual .block_ttls {
      top: 55px; }
      .area_visual .block_ttls .marks {
        width: 100px;
        height: 100px; }
        .area_visual .block_ttls .marks .ttl_goyoyaku {
          font-size: 24px;
          height: 100px;
          letter-spacing: 0.0em;
          padding: 0px 0 0;
          font-size: 22px; } }

.btn_link {
  text-align: center;
  padding: 20px 0 0; }
  .btn_link .inner_btn {
    display: inline-block;
    background-image: url("https://storage.489ban.net/storage/customer/709/489ban/images/bg_purple.jpg"); }
    .btn_link .inner_btn a {
      display: block;
      color: #FFF;
      font-size: 16px;
      letter-spacing: 0.4em;
      line-height: 1em;
      padding: 8px;
      box-sizing: border-box;
      min-width: 180px;
      text-align: center; }
      .btn_link .inner_btn a:hover {
        background-color: rgba(198, 6, 9, 0.4); }
  @media all and (max-width: 769px) {
    .btn_link {
      padding: 10px 0 0; } }

.area_bottom {
  position: relative; }
  .area_bottom .box_img {
    line-height: 0em;
    overflow: hidden;
    width: 100%; }
    .area_bottom .box_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .area_bottom .box_reserve {
    position: absolute;
    width: 100%;
    top: 40px; }
  @media all and (max-width: 769px) {
    .area_bottom .box_img {
      height: 30vh;
      min-height: 200px; } }

.area_copy {
  padding: 0 20px; }

.block_copy {
  height: 45vh;
  min-height: 420px;
  box-sizing: border-box;
  padding: 60px 0 0; }
  @media all and (max-width: 769px) {
    .block_copy {
      height: auto;
      min-height: auto;
      padding: 30px 0 30px; } }

.box_txt {
  text-align: center; }
  .box_txt p {
    text-align: left;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 15px;
    line-height: 2.5em;
    font-weight: 200; }
  @media all and (max-width: 769px) {
    .box_txt p {
      -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
      line-height: 1.8em; } }

.grayout {
  opacity: 0.4;
  cursor: default; }
  .grayout .inner_btn a:hover {
    background-color: none; }

.area_drawer {
  display: none;
  z-index: 9999;
  position: relative; }
  @media all and (max-width: 769px) {
    .area_drawer {
      display: block; } }

.menu-btn {
  position: fixed;
  display: block;
  top: 20px;
  right: 20px;
  display: block;
  width: auto;
  height: auto;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  z-index: 3; }
  .menu-btn a {
    display: block;
    text-align: center;
    border: #FFF solid 1px;
    padding: 5px;
    font-size: 16px;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0.5); }
