@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Cormorant+Infant&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
400
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
/* index */
.index01 {
  background: url("/biwakohotel/assets/img/about/index01_bg.jpg") center bottom no-repeat;
  background-size: cover;
  min-height: 930px;
  margin: 0;
  padding: 100px 0 0; }
  .index01 .index01Inr {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
    .index01 .index01Inr h2 {
      width: 45%; }
    .index01 .index01Inr .bodyCopy {
      padding-top: 35px;
      width: 50%; }
      .index01 .index01Inr .bodyCopy p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.15em;
        line-height: 2.6;
        text-shadow: #FFF 1px 1px 10px, #FFF -1px 1px 10px, #FFF 1px -1px 10px, #FFF -1px -1px 10px ,#FFF 1px 1px 10px, #FFF -1px 1px 10px, #FFF 1px -1px 10px, #FFF -1px -1px 10px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 960px) {
          .index01 .index01Inr .bodyCopy p {
            font-size: 14px;
            font-size: 1.4rem; } }

.index02 {
  margin-top: -180px;
  padding: 0; }
  .index02 .index02Inr {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
    .index02 .index02Inr ul.messList {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .index02 .index02Inr ul.messList > li {
        margin-bottom: 170px;
        position: relative;
        width: calc(50% - 30px); }
        .index02 .index02Inr ul.messList > li:nth-child(even) {
          transform: translateY(100px); }
        .index02 .index02Inr ul.messList > li .img {
          padding-left: 70px; }
          .index02 .index02Inr ul.messList > li .img img {
            max-width: 500px;
            width: 100%; }
        .index02 .index02Inr ul.messList > li .data {
          background-color: #FFF;
          display: block;
          padding: 35px 0 0 0;
          position: absolute;
          bottom: -80px;
          left: 0;
          width: 330px; }
          .index02 .index02Inr ul.messList > li .data h3 {
            font-size: 26px;
            font-size: 2.6rem;
            line-height: 2;
            line-height: 1.8;
            font-weight: 500;
            letter-spacing: 0.15em;
            line-height: 1.4;
            margin-bottom: 25px; }
            @media only screen and (max-width: 960px) {
              .index02 .index02Inr ul.messList > li .data h3 {
                font-size: 22px;
                font-size: 2.2rem; } }

.index03 {
  padding-bottom: 40px; }
  .index03 .inr {
    background: #f1f3f5;
    padding: 60px; }
    .index03 .inr .profile {
      border-top: 1px solid #CCC;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2;
      margin-top: 40px;
      padding-top: 30px; }
      @media only screen and (max-width: 960px) {
        .index03 .inr .profile {
          font-size: 10px;
          font-size: 1rem; } }

.index04 .topicsList {
  justify-content: center; }
  .index04 .topicsList li:last-child {
    margin-right: 0; }

/* history */
.historyArea .historyAreaL {
  padding-left: 10px;
  position: sticky;
  top: 0;
  width: 140px;
  z-index: 10;
  left: calc(50% - (1200px / 2) - 20px); }
  .historyArea .historyAreaL ul {
    position: absolute;
    top: 130px;
    padding: 0;
    width: 140px; }
    .historyArea .historyAreaL ul li {
      letter-spacing: 0.1em;
      margin-bottom: 15px; }
      .historyArea .historyAreaL ul li a {
        display: block;
        text-decoration: none;
        transition: 0.2s; }
        .historyArea .historyAreaL ul li a:hover {
          text-decoration: underline; }
        .historyArea .historyAreaL ul li a.current {
          color: #234b71;
          font-weight: 600; }
          .historyArea .historyAreaL ul li a.current:hover {
            text-decoration: none; }
.historyArea .historyAreaR .historyBox {
  margin-bottom: 0;
  padding-bottom: 0; }
  .historyArea .historyAreaR .historyBox .hbInr {
    max-width: 1200px;
    margin: 0 auto; }
    .historyArea .historyAreaR .historyBox .hbInr .hbMain {
      max-width: 1100px;
      margin-left: 140px;
      padding: 100px 0 80px 80px;
      position: relative; }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain:before {
        background: #CCC;
        content: '';
        display: block;
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0; }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain:after {
        background: url("../img/about/history/point.png") center center no-repeat;
        background-size: 100% auto;
        content: '';
        display: block;
        height: 29px;
        width: 29px;
        position: absolute;
        top: 130px;
        left: -14px; }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain h2 {
        font-size: 46px;
        font-size: 4.6rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.6;
        margin-bottom: 4px; }
        @media only screen and (max-width: 960px) {
          .historyArea .historyAreaR .historyBox .hbInr .hbMain h2 {
            font-size: 39px;
            font-size: 3.9rem; } }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain h2 .year {
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 2;
          line-height: 1.8;
          letter-spacing: 0.08em; }
          @media only screen and (max-width: 960px) {
            .historyArea .historyAreaR .historyBox .hbInr .hbMain h2 .year {
              font-size: 20px;
              font-size: 2rem; } }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 500;
        letter-spacing: 0.06em;
        line-height: 1.6;
        margin-bottom: 10px; }
        @media only screen and (max-width: 960px) {
          .historyArea .historyAreaR .historyBox .hbInr .hbMain h3 {
            font-size: 20px;
            font-size: 2rem; } }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain .centerTtl {
        font-size: 20px;
        font-size: 2rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.15em;
        line-height: 1.6;
        margin-bottom: 30px;
        text-align: center; }
        @media only screen and (max-width: 960px) {
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .centerTtl {
            font-size: 17px;
            font-size: 1.7rem; } }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain .img {
        margin: 40px 0; }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain .desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.06em;
        line-height: 1.9;
        margin-bottom: 50px; }
        @media only screen and (max-width: 960px) {
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .desc {
            font-size: 12px;
            font-size: 1.2rem; } }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain .imgs {
        display: flex;
        justify-content: space-between; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .imgs li {
          width: 23.5%; }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple {
        background: #FFF;
        border: 1px solid #DDD;
        margin-top: 60px;
        padding: 60px 60px 50px; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple h4 {
          font-size: 20px;
          font-size: 2rem;
          line-height: 2;
          font-weight: 500;
          letter-spacing: 0.15em;
          line-height: 1.6;
          margin-bottom: 30px;
          text-align: center; }
          @media only screen and (max-width: 960px) {
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple h4 {
              font-size: 17px;
              font-size: 1.7rem; } }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex {
          display: flex;
          justify-content: space-between; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL {
            width: 60%; }
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table th, .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table td {
              font-size: 15px;
              font-size: 1.5rem;
              line-height: 2;
              font-weight: 500;
              line-height: 1.6;
              padding: 10px 5px;
              text-align: left;
              vertical-align: top; }
              @media only screen and (max-width: 960px) {
                .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table th, .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table td {
                  font-size: 13px;
                  font-size: 1.3rem; } }
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table th {
              width: 120px; }
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table td .indList li {
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 2;
              letter-spacing: 0;
              margin: 0 0 10px; }
              @media only screen and (max-width: 960px) {
                .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table td .indList li {
                  font-size: 12px;
                  font-size: 1.2rem; } }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellR {
            width: 35%; }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox {
        background: #FFF;
        border: 1px solid #DDD;
        margin-top: 60px;
        padding: 5px; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox h4 {
          font-size: 20px;
          font-size: 2rem;
          line-height: 2;
          font-weight: 500;
          letter-spacing: 0.15em;
          line-height: 1.6;
          margin-bottom: 30px;
          text-align: center; }
          @media only screen and (max-width: 960px) {
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox h4 {
              font-size: 17px;
              font-size: 1.7rem; } }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr {
          background: url("../img/about/history/triangle.png") left 11px top 11px no-repeat;
          border: 1px solid #DDD;
          padding: 60px 60px 50px; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex {
            display: flex;
            justify-content: space-between; }
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex .cellL {
              width: 60%; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex .cellL p {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 2;
                font-weight: 400;
                line-height: 1.9;
                letter-spacing: 0.02em; }
                @media only screen and (max-width: 960px) {
                  .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex .cellL p {
                    font-size: 12px;
                    font-size: 1.2rem; } }
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex .cellR {
              text-align: center;
              width: 35%; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex .cellR .thumbData {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 2;
                font-weight: 400;
                line-height: 1.9;
                letter-spacing: 0.02em;
                padding-top: 10px; }
                @media only screen and (max-width: 960px) {
                  .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex .cellR .thumbData {
                    font-size: 12px;
                    font-size: 1.2rem; } }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox {
        background: #234b71;
        border: 1px solid #DDD;
        color: #FFF;
        margin-top: 60px;
        padding: 5px; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox h4 {
          font-size: 20px;
          font-size: 2rem;
          line-height: 2;
          font-weight: 500;
          letter-spacing: 0.15em;
          line-height: 1.6;
          margin-bottom: 30px;
          text-align: center; }
          @media only screen and (max-width: 960px) {
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox h4 {
              font-size: 17px;
              font-size: 1.7rem; } }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr {
          background: url("../img/about/history/triangle2.png") left 11px top 11px no-repeat;
          border: 1px solid #DDD;
          padding: 60px 60px 50px; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex {
            display: flex;
            justify-content: space-between; }
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex .cellL {
              width: 60%; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex .cellL p {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 2;
                font-weight: 500;
                line-height: 1.9;
                letter-spacing: 0.02em; }
                @media only screen and (max-width: 960px) {
                  .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex .cellL p {
                    font-size: 12px;
                    font-size: 1.2rem; } }
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex .cellR {
              text-align: center;
              width: 35%; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex .cellR .thumbData {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 2;
                font-weight: 400;
                line-height: 1.9;
                letter-spacing: 0.02em;
                padding-top: 10px; }
                @media only screen and (max-width: 960px) {
                  .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex .cellR .thumbData {
                    font-size: 12px;
                    font-size: 1.2rem; } }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain .btnList.sizeM li {
        max-width: 350px; }
  .historyArea .historyAreaR .historyBox.box01 {
    background: url("../img/about/history/bg01.png") center top no-repeat fixed;
    background-size: cover; }
    .historyArea .historyAreaR .historyBox.box01 .hbInr .hbMain:before {
      top: 130px; }
    .historyArea .historyAreaR .historyBox.box01 .hbInr .hbMain:after {
      top: 130px; }
  .historyArea .historyAreaR .historyBox.box02 {
    background: url("../img/about/history/bg02.png") center top no-repeat fixed;
    background-size: cover; }
  .historyArea .historyAreaR .historyBox.box03 {
    background: url("../img/about/history/bg03.png") center top no-repeat fixed;
    background-size: cover; }
  .historyArea .historyAreaR .historyBox.box04 {
    background: url("../img/about/history/bg04.png") center top no-repeat fixed;
    background-size: cover; }
  .historyArea .historyAreaR .historyBox.box05 {
    background: url("../img/about/history/bg05.png") center top no-repeat fixed;
    background-size: cover; }
    .historyArea .historyAreaR .historyBox.box05 .hbInr .hbMain:before {
      height: 150px;
      bottom: auto; }
.historyArea .cmnAnc {
  display: block;
  height: 1px; }

.btm180 {
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-top: 100px; }

.specialBnr {
  border: 1px solid #DDD;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: 180px;
  text-decoration: none !important;
  transition: 0.2s; }
  .specialBnr * {
    text-decoration: none; }
  .specialBnr .sbL {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 50%; }
    .specialBnr .sbL .hd3 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 2;
      line-height: 1.8;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 1.6;
      margin-bottom: 10px;
      text-align: center;
      width: 100%; }
      @media only screen and (max-width: 960px) {
        .specialBnr .sbL .hd3 {
          font-size: 20px;
          font-size: 2rem; } }
    .specialBnr .sbL .hd4 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 1.6;
      margin-bottom: 20px;
      text-align: center;
      width: 100%; }
      @media only screen and (max-width: 960px) {
        .specialBnr .sbL .hd4 {
          font-size: 15px;
          font-size: 1.5rem; } }
    .specialBnr .sbL .btn {
      background: url("/biwakohotel/assets/img/common/icon_arrow_01.png") right 20px center no-repeat #f1f3f5;
      background-size: 23px auto;
      border: 1px solid #f1f3f5;
      display: block;
      max-width: 220px;
      padding: 22px 20px;
      transition: 0.2s;
      width: 100%; }
  .specialBnr .sbR {
    width: 50%; }
  .specialBnr:hover {
    border: 1px solid #AAA; }
    .specialBnr:hover .sbL .btn {
      background: url("/biwakohotel/assets/img/common/icon_arrow_01.png") right 14px center no-repeat #FFF;
      background-size: 23px auto;
      border: 1px solid  #000; }

/* Responsive Start */
@media only screen and (max-width: 960px) {
  /* index */
  .index01 {
    background: url("/biwakohotel/assets/img/about/index01_bg.jpg") center bottom no-repeat;
    background-size: 130% auto;
    min-height: auto;
    min-height: none;
    margin: 0 0 40px;
    padding: 20px 7.5vw 180px; }
    .index01 .index01Inr {
      display: block;
      padding-bottom: 0;
      margin: 0;
      width: 100%; }
      .index01 .index01Inr h2 {
        width: 70%; }
      .index01 .index01Inr .bodyCopy {
        padding-top: 25px;
        width: 100%; }
        .index01 .index01Inr .bodyCopy p {
          font-size: 13px;
          letter-spacing: 0.1em;
          line-height: 2.2;
          margin-bottom: 30px; }

  .index02 {
    margin-top: 0;
    padding: 0; }
    .index02 .index02Inr {
      margin: 0 auto;
      max-width: auto;
      max-width: none;
      width: 80%; }
      .index02 .index02Inr ul.messList {
        display: block; }
        .index02 .index02Inr ul.messList > li {
          margin-bottom: 140px;
          position: relative;
          width: 100%; }
          .index02 .index02Inr ul.messList > li:nth-child(odd) {
            transform: translateX(-2.5vw); }
          .index02 .index02Inr ul.messList > li:nth-child(even) {
            transform: translateY(0);
            transform: translateX(2.5vw); }
          .index02 .index02Inr ul.messList > li .img {
            padding-left: 0; }
            .index02 .index02Inr ul.messList > li .img img {
              max-width: auto;
              max-width: none;
              width: 100%; }
          .index02 .index02Inr ul.messList > li .data {
            background-color: #FFF;
            display: block;
            padding: 20px 5vw 0 0;
            position: absolute;
            bottom: -80px;
            left: -1px;
            width: 80%; }
            .index02 .index02Inr ul.messList > li .data h3 {
              font-size: 18px;
              font-weight: 500;
              letter-spacing: 0.15em;
              line-height: 1.4;
              margin-bottom: 15px; }
            .index02 .index02Inr ul.messList > li .data .btnList {
              padding: 0; }
              .index02 .index02Inr ul.messList > li .data .btnList li.cWhite a {
                font-size: 13px;
                font-size: 1.3rem;
                padding: 10px 50px 10px 22px; }

  .index03 {
    margin-bottom: 0;
    padding: 0; }
    .index03 .inr {
      padding: 50px 30px 30px; }
      .index03 .inr .w25 {
        text-align: center; }
        .index03 .inr .w25 img {
          width: 180px; }
      .index03 .inr .profile {
        border-top: 1px solid #CCC;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 40px;
        padding-top: 30px; } }
      @media only screen and (max-width: 960px) and (max-width: 960px) {
        .index03 .inr .profile {
          font-size: 10px;
          font-size: 1rem; } }

@media only screen and (max-width: 960px) {
  /* history */
  .historyArea .historyAreaL {
    background: #f1f3f5;
    position: static;
    padding: 22px 15px 20px;
    width: 100%; }
    .historyArea .historyAreaL ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: static;
      padding: 0;
      width: 100%; }
      .historyArea .historyAreaL ul li {
        letter-spacing: 0.1em;
        margin: 5px 0; }
        .historyArea .historyAreaL ul li:after {
          content: '｜';
          margin: 0 10px; }
        .historyArea .historyAreaL ul li:first-child {
          padding-left: 10px; }
        .historyArea .historyAreaL ul li:last-child:after {
          display: none; }
        .historyArea .historyAreaL ul li a {
          color: #234b71;
          display: inline-block;
          font-weight: 600;
          text-decoration: none;
          transition: 0.2s; }
          .historyArea .historyAreaL ul li a.current {
            color: #234b71;
            font-weight: 600; }
  .historyArea .historyAreaR .historyBox {
    margin-bottom: 0;
    padding-bottom: 0; }
    .historyArea .historyAreaR .historyBox .hbInr {
      max-width: auto;
      max-width: none;
      margin: 0 auto; }
      .historyArea .historyAreaR .historyBox .hbInr .hbMain {
        max-width: auto;
        max-width: none;
        margin-left: 0;
        padding: 50px 0 30px 30px;
        position: relative; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain:before {
          background: #CCC;
          content: '';
          display: block;
          height: 100%;
          width: 1px;
          position: absolute;
          top: 0;
          left: 3px;
          bottom: 0; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain:after {
          background: url("../img/about/history/point.png") center center no-repeat;
          background-size: 100% auto;
          content: '';
          display: block;
          height: 18px;
          width: 18px;
          position: absolute;
          top: 65px;
          left: -5px; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain h2 {
          font-size: 26px;
          font-weight: 500;
          letter-spacing: 0.1em;
          line-height: 1.6;
          margin-bottom: 4px; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain h2 .year {
            font-size: 16px;
            letter-spacing: 0.08em; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain h3 {
          font-size: 15px;
          font-weight: 500;
          letter-spacing: 0.06em;
          line-height: 1.6;
          margin-bottom: 10px; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .centerTtl {
          font-size: 20px;
          font-size: 2rem;
          line-height: 2;
          font-weight: 500;
          letter-spacing: 0.15em;
          line-height: 1.6;
          margin-bottom: 15px;
          text-align: center; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .centerTtl {
            font-size: 17px;
            font-size: 1.7rem; } }
@media only screen and (max-width: 960px) {
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .img {
          margin: 20px 0; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .desc {
          font-size: 13px;
          font-weight: 500;
          letter-spacing: 0.06em;
          line-height: 1.9;
          margin-bottom: 30px; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .imgs {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .imgs li {
            margin-bottom: 16px;
            width: 48%; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple {
          background: #FFF;
          border: 1px solid #DDD;
          margin-top: 20px;
          padding: 30px 15px 15px; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple h4 {
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.15em;
            line-height: 1.6;
            margin-bottom: 15px;
            text-align: center; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex {
            display: block; }
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL {
              width: 100%; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table th, .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table td {
                font-size: 12px;
                font-weight: 500;
                line-height: 1.6;
                padding: 10px 5px;
                text-align: left;
                vertical-align: top; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table th {
                width: 70px; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table td .indList li {
                font-size: 14px;
                font-size: 1.4rem;
                line-height: 2;
                letter-spacing: 0;
                margin: 0 0 10px;
                line-height: 1.6; } }
              @media only screen and (max-width: 960px) and (max-width: 960px) {
                .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellL table td .indList li {
                  font-size: 12px;
                  font-size: 1.2rem; } }
@media only screen and (max-width: 960px) {
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBoxSimple .hisWhiteBoxFlex .cellR {
              width: 100%; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox {
          background: #FFF;
          border: 1px solid #DDD;
          margin-top: 30px;
          padding: 2px; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox h4 {
            font-size: 17px;
            font-weight: 500;
            letter-spacing: 0.05em;
            line-height: 1.6;
            margin-bottom: 20px;
            text-align: left; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr {
            background: url("../img/about/history/triangle.png") left 11px top 11px no-repeat;
            border: 1px solid #DDD;
            padding: 25px 15px 15px; }
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex {
              display: block;
              justify-content: space-between; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex .cellL {
                width: 100%; }
                .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex .cellL p {
                  font-size: 13px;
                  font-weight: 400;
                  line-height: 1.9;
                  letter-spacing: 0.02em; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex .cellR {
                padding-top: 20px;
                text-align: center;
                width: 100%; }
                .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisWhiteBox .hisWhiteBoxInr .hisWhiteBoxFlex .cellR .thumbData {
                  font-size: 11px;
                  font-weight: 400;
                  line-height: 1.9;
                  letter-spacing: 0.02em;
                  padding-top: 10px; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox {
          background: #234b71;
          border: 1px solid #DDD;
          color: #FFF;
          margin-top: 30px;
          padding: 2px; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox h4 {
            font-size: 17px;
            font-weight: 500;
            letter-spacing: 0.05em;
            line-height: 1.6;
            margin-bottom: 20px;
            text-align: left; }
          .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr {
            background: url("../img/about/history/triangle2.png") left 11px top 11px no-repeat;
            border: 1px solid #DDD;
            padding: 25px 15px 15px; }
            .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex {
              display: block;
              justify-content: space-between; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex .cellL {
                width: 100%; }
                .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex .cellL p {
                  font-size: 13px;
                  font-weight: 500;
                  line-height: 1.9;
                  letter-spacing: 0.02em; }
              .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex .cellR {
                padding-top: 20px;
                text-align: center;
                width: 100%; }
                .historyArea .historyAreaR .historyBox .hbInr .hbMain .hisBlueBox .hisBlueBoxInr .hisBlueBoxFlex .cellR .thumbData {
                  font-size: 11px;
                  font-weight: 400;
                  line-height: 1.9;
                  letter-spacing: 0.02em;
                  padding-top: 10px; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .btnList {
          padding: 0 0; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .btnList.sizeM li {
          font-size: 13px !important;
          max-width: 350px; }
        .historyArea .historyAreaR .historyBox .hbInr .hbMain .btnList.sizeM li.cWhite a {
          font-size: 13px !important;
          padding: 10px 22px 10px 12px; }
    .historyArea .historyAreaR .historyBox.box01 {
      background: url("../img/about/history/bg01.png") center top no-repeat;
      background-size: 100% auto; }
      .historyArea .historyAreaR .historyBox.box01 .hbInr .hbMain:before {
        top: 65px; }
      .historyArea .historyAreaR .historyBox.box01 .hbInr .hbMain:after {
        top: 65px; }
    .historyArea .historyAreaR .historyBox.box02 {
      background: url("../img/about/history/bg02.png") center top no-repeat;
      background-size: 100% auto; }
    .historyArea .historyAreaR .historyBox.box03 {
      background: url("../img/about/history/bg03.png") center top no-repeat;
      background-size: 100% auto; }
    .historyArea .historyAreaR .historyBox.box04 {
      background: url("../img/about/history/bg04.png") center top no-repeat;
      background-size: 100% auto; }
    .historyArea .historyAreaR .historyBox.box05 {
      background: url("../img/about/history/bg05.png") center top no-repeat;
      background-size: 100% auto; }
      .historyArea .historyAreaR .historyBox.box05 .hbInr .hbMain:before {
        height: 80px;
        bottom: auto; }
  .historyArea .cmnAnc {
    display: block;
    height: 1px; }

  .btm180 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 0; }

  .specialBnr {
    border: 1px solid #DDD;
    display: block;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 20px;
    text-decoration: none;
    transition: 0.2s; }
    .specialBnr .sbR {
      width: 100%; }
    .specialBnr .sbL {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      justify-content: center;
      padding: 30px 20px 20px;
      width: 100%; }
      .specialBnr .sbL .hd3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 2;
        line-height: 1.8;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.6;
        margin-bottom: 10px;
        text-align: center;
        width: 100%; } }
      @media only screen and (max-width: 960px) and (max-width: 960px) {
        .specialBnr .sbL .hd3 {
          font-size: 20px;
          font-size: 2rem; } }
@media only screen and (max-width: 960px) {
      .specialBnr .sbL .hd4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: center;
        width: 100%; } }
      @media only screen and (max-width: 960px) and (max-width: 960px) {
        .specialBnr .sbL .hd4 {
          font-size: 15px;
          font-size: 1.5rem; } }
@media only screen and (max-width: 960px) {
      .specialBnr .sbL .btn {
        background: url("/biwakohotel/assets/img/common/icon_arrow_01.png") right 20px center no-repeat #f1f3f5;
        background-size: 23px auto;
        border: 1px solid #f1f3f5;
        display: block;
        max-width: 220px;
        padding: 22px 20px;
        transition: 0.2s;
        width: 100%; }
    .specialBnr:hover {
      border: 1px solid #AAA; }
      .specialBnr:hover .sbL .btn {
        background: url("/biwakohotel/assets/img/common/icon_arrow_01.png") right 14px center no-repeat #FFF;
        background-size: 23px auto;
        border: 1px solid  #000; } }
/* Animation Setting  */
.hbMainContents,
.specialBnr {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  transform: translate(0px, 25px); }

.historyBox.action .hbMainContents {
  -webkit-animation: fadeInUpK 0.8s ease 0.4s 1 forwards;
  animation: fadeInUpK 0.8s ease 0.4s 1 forwards; }

.specialBnr.action {
  -webkit-animation: fadeInUpK 0.8s ease 0.4s 1 forwards;
  animation: fadeInUpK 0.8s ease 0.4s 1 forwards; }

@-webkit-keyframes fadeInUpK {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    transform: translate(0px, 25px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInUpK {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    transform: translate(0px, 25px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
