@charset "UTF-8";
@font-face {
  font-family: 'GenJyuuGothic';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/GenJyuuGothic-P-Normal.ttf") format("truetype"), url("../webfonts/GenJyuuGothic-P-Normal.woff") format("woff"); }
@font-face {
  font-family: 'GenJyuuGothic';
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/GenJyuuGothic-P-Medium.ttf") format("truetype"), url("../webfonts/GenJyuuGothic-P-Medium.woff") format("woff"); }
a {
  opacity: 1;
  transition: opacity .3s;
  text-decoration: none; }
  a img {
    filter: opacity(1);
    transition: filter .3s; }
  a:hover {
    opacity: .7;
    transition: opacity .3s; }
    a:hover img {
      filter: opacity(0.7);
      transition: filter .3s; }

.header-3 {
  font-size: 35px;
  margin-top: 100px;
  font-family: "Arial",sans-serif;
  text-align: center; }
  @media (max-width: 767px) {
    .header-3 {
      font-size: 24px;
      margin-top: 60px; } }

.br-pc {
  display: block; }
  @media (max-width: 767px) {
    .br-pc {
      display: none; } }

.br-sp {
  display: none; }
  @media (max-width: 767px) {
    .br-sp {
      display: block; } }

#header {
  /* スクロールしたらヘッダーメニューのフォントカラー変更 */
  /*　ハンバーガーボタン　*/
  /* ナビ開いてる時のボタン */
  /* このクラスを、jQueryで付与・削除する */ }
  #header .header {
    background-image: url("../img/home/main.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 780px; }
    @media (max-width: 767px) {
      #header .header {
        background-image: url("../img/home/main.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 500px; } }
  #header .header_wrap {
    color: #38336D;
    height: 780px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      #header .header_wrap {
        height: 500px; } }
    #header .header_wrap .header-2 {
      font-size: 40px;
      font-family: tbudmincho-std, sans-serif;
      font-weight: normal;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 370px;
      flex-wrap: wrap;
      line-height: 1; }
      @media (max-width: 767px) {
        #header .header_wrap .header-2 {
          font-size: 20px;
          display: block;
          text-align: center; } }
    #header .header_wrap .header-2_span {
      display: block;
      font-size: 57px;
      letter-spacing: 0.05em; }
      @media (max-width: 767px) {
        #header .header_wrap .header-2_span {
          font-size: 28px; } }
    #header .header_wrap .header_txt {
      font-size: 24px;
      font-weight: bold;
      color: #FF1379;
      font-family: "Arial",sans-serif;
      margin-top: 35px; }
      @media (max-width: 767px) {
        #header .header_wrap .header_txt {
          font-size: 20px; } }
  #header .header_contents {
    /*max-width: 1024px;*/
    margin: 0 auto; }
    #header .header_contents .header_contents_wrap {
      max-width: 200px;
      margin-left: auto; }
      @media (max-width: 767px) {
        #header .header_contents .header_contents_wrap {
          max-width: 140px; } }
    #header .header_contents .header_fix {
      position: fixed;
      display: flex;
      top: 0;
      right: 0; }
    #header .header_contents .header_fix_color {
      background-color: #fff;
      width: 100%;
      left: 0;
      height: 70px; }
  #header .logo_width_wrap {
    /*max-width: 1024px;*/
    margin: 0 auto; }
  #header .header_01 {
    color: #fff;
    font-size: 20px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 5;
    line-height: 1.2;
    font-family: tbudmincho-std, sans-serif;
    font-weight: normal;
    opacity: 0;
    transition: color 0.4s ease-out; }
    #header .header_01 .header_01_span {
      display: block;
      font-size: 28px;
      letter-spacing: 0.037em; }
  #header .header_01_company {
    color: #38336D;
    opacity: 1; }
  #header .header_01.headerColorScroll {
    color: #38336D;
    display: block;
    transition: color 0.4s ease-out;
    opacity: 1; }
  #header .hamburger {
    display: block;
    position: relative;
    z-index: 10;
    right: 10px;
    top: -2px;
    width: 42px;
    /*height: 42px;*/
    cursor: pointer;
    text-align: center; }
  #header .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    left: 6px;
    background: #38336D;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  #header .hamburger span:nth-child(1) {
    top: 10px; }
  #header .hamburger span:nth-child(2) {
    top: 20px; }
  #header .hamburger span:nth-child(3) {
    top: 30px; }
  #header .hamburger span:nth-child(3)::after {
    content: "Menu";
    /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 7px;
    left: -2px;
    color: #38336D;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase; }
  #header .hamburger.active span:nth-child(1) {
    background: #fff;
    top: 28px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #header .hamburger.active span:nth-child(2),
  #header .hamburger.active span:nth-child(3) {
    background: #fff;
    top: 28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  #header .hamburger.active span:nth-child(3)::after {
    content: "Close";
    /*3つ目の要素のafterにMenu表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 10px;
    left: 13px;
    color: #fff; }
  #header nav.globalMenuSp {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(56, 51, 109, 0.9);
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 130vh;
    padding: 60px 0; }
    @media (max-width: 767px) {
      #header nav.globalMenuSp {
        height: 100vh;
        padding: 80px 0; } }
  #header .header-1 {
    font-family: tbudmincho-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 115px;
    letter-spacing: 0.03em;
    line-height: 1.1; }
    @media (max-width: 767px) {
      #header .header-1 {
        margin-bottom: 65px;
        letter-spacing: 0; } }
    #header .header-1 .header-1_sapn {
      display: block;
      font-size: 30px;
      letter-spacing: 0.05em; }
      @media (max-width: 767px) {
        #header .header-1 .header-1_sapn {
          font-size: 28px; } }
  #header nav.globalMenuSp ul {
    /*background: #ccc;*/
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  #header nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    font-family: "Arial",sans-serif;
    font-weight: bold;
    font-size: 24px; }
    @media (max-width: 767px) {
      #header nav.globalMenuSp ul li {
        font-size: 20px; } }
  #header nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  #header .accordion_item a {
    margin-bottom: 22px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none; }
    #header .accordion_item a::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .3s; }
    #header .accordion_item a:hover::after {
      transform: scale(1, 1); }
  #header nav.globalMenuSp.active {
    transform: translateY(0%); }
  #header .web-reserve_wrap {
    width: 182px;
    margin: 20px auto 0; }
    @media (max-width: 767px) {
      #header .web-reserve_wrap {
        width: 150px;
        margin: 30px auto 0; } }
    #header .web-reserve_wrap .web-reserve_link__Wrap {
      width: 182px;
      height: 68px;
      line-height: 68px;
      display: block;
      border-radius: 25px;
      color: #fff;
      border: solid 2px #FF1379;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      background-color: #FF1379;
      transition: 0.4s; }
      #header .web-reserve_wrap .web-reserve_link__Wrap:hover {
        background-color: #fff;
        color: #FF1379; }
      @media (max-width: 767px) {
        #header .web-reserve_wrap .web-reserve_link__Wrap {
          width: 150px;
          height: 53px;
          line-height: 53px;
          font-size: 20px;
          border-radius: 15px; } }
  #header .web-reserve_wrap__fixed {
    width: 195px;
    /*position: fixed;*/
    z-index: 5;
    /*right: 27%;
    top: 0;*/
    margin-left: auto; }
    @media (max-width: 767px) {
      #header .web-reserve_wrap__fixed {
        width: 113px; } }
    #header .web-reserve_wrap__fixed .web-reserve_link__fixed {
      width: 150px;
      height: 54px;
      line-height: 52px;
      display: inline-block;
      background-color: #38336D;
      border: solid 1px #38336D;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      transition: 0.4s; }
      @media (max-width: 767px) {
        #header .web-reserve_wrap__fixed .web-reserve_link__fixed {
          width: 88px;
          height: 50px;
          line-height: 50px;
          font-size: 14px; } }
      #header .web-reserve_wrap__fixed .web-reserve_link__fixed:hover {
        background-color: #fff;
        color: #38336D; }

@media screen and (max-width: 320px) {
  #about {
    margin-top: -30vw; } }
#about {
  padding: 0px 25px 0;
  margin-top: -5vw; }
  @media (min-width: 1281px) {
    #about {
      padding: 0; } }
  #about .about_txt {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-top: 42px;
    line-height: 1.8; }
    @media (max-width: 767px) {
      #about .about_txt {
        font-size: 14px;
        text-align: left;
        line-height: 3; } }
  #about .about_flex_wrap {
    max-width: 1024px;
    display: flex;
    justify-content: space-around;
    margin: 54px auto 0;
    flex-wrap: wrap; }
    @media (min-width: 1281px) {
      #about .about_flex_wrap {
        justify-content: space-between; } }
    @media (max-width: 767px) {
      #about .about_flex_wrap {
        margin: 30px auto 0; } }
    #about .about_flex_wrap .about_img {
      margin-bottom: 10px; }
      @media (min-width: 1281px) {
        #about .about_flex_wrap .about_img {
          margin-bottom: 0; } }

#price {
  max-width: 1024px;
  margin: -50px 25px 0;
  padding-top: 50px; }
  @media (min-width: 1281px) {
    #price {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    #price {
      margin: 0; } }
  #price .table_pc {
    max-width: 1024px;
    margin: 42px auto 0;
    padding-bottom: 10px;
    display: block; }
    @media (max-width: 767px) {
      #price .table_pc {
        margin: 30px auto 0;
        display: none; } }
    #price .table_pc .price_head {
      width: 245px;
      height: 110px;
      background-color: #38336D;
      color: #fff;
      border-bottom: solid 1px #F1F1F1; }
    #price .table_pc .height_wrong {
      height: 152px; }
    #price .table_pc .price_data {
      width: 260px;
      text-align: center;
      border-bottom: solid 1px #F1F1F1;
      border-right: solid 1px #F1F1F1;
      font-size: 15px; }
      @media (min-width: 1281px) {
        #price .table_pc .price_data {
          font-size: 16px; } }
    #price .table_pc .border-top {
      border-top: solid 3px #38336D; }
    #price .table_pc .price_data_span {
      font-size: 20px;
      font-weight: 500; }
      @media (min-width: 1281px) {
        #price .table_pc .price_data_span {
          font-size: 24px; } }
  #price .table_sp {
    display: none; }
    @media (max-width: 767px) {
      #price .table_sp {
        display: block;
        width: 338px;
        margin: 30px auto 0; } }
    #price .table_sp tr {
      border-bottom: solid 1px #F1F1F1; }
    #price .table_sp .border_wrong {
      border-bottom: solid 1px #000; }
    #price .table_sp .price_head_sp {
      width: 338px;
      background-color: #38336D;
      color: #fff;
      height: 36px;
      border-left: solid 1px #000;
      border-right: solid 1px #000; }
    #price .table_sp .price_head_time__SP {
      width: 170px;
      height: 87px;
      border-left: solid 1px #000;
      font-weight: 500; }
    #price .table_sp .price_data_sp {
      font-size: 13px;
      border-right: solid 1px #000; }
      #price .table_sp .price_data_sp .price_data_span__SP {
        font-size: 16px; }
  #price .comment {
    display: block;
    margin-top: 10px;
    font-size: 16px; }
    @media (max-width: 767px) {
      #price .comment {
        font-size: 13px;
        margin: 10px auto 0; } }
  #price .margin-top {
    margin-top: 20px;
    width: auto; }

#floormap {
  padding: 50px 25px 0;
  margin-top: -50px; }
  @media (min-width: 1281px) {
    #floormap {
      padding: 0; } }
  #floormap .header_margin-top {
    margin-top: 115px; }
    @media (max-width: 767px) {
      #floormap .header_margin-top {
        margin-top: 60px; } }
  #floormap .floor-map_img {
    margin: 40px auto 0; }
    @media (max-width: 767px) {
      #floormap .floor-map_img {
        margin: 32px auto 0; } }

#overview {
  padding-top: 50px;
  margin-top: -50px; }
  #overview .overview_wrap {
    background-image: url("../img/home/overview_back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 585px; }
    @media (max-width: 767px) {
      #overview .overview_wrap {
        background-image: url("../img/home/overview_back_sp.png");
        height: 690px; } }
  #overview .overview_back_wrap {
    max-width: 950px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
    height: 585px;
    padding: 0 30px; }
    @media (max-width: 767px) {
      #overview .overview_back_wrap {
        height: 690px;
        padding: 0 15px;
        margin: 0 20px; } }
    #overview .overview_back_wrap .header-padding_top {
      padding-top: 57px; }
      @media (max-width: 767px) {
        #overview .overview_back_wrap .header-padding_top {
          padding-top: 24px; } }
    #overview .overview_back_wrap .overview_contents {
      margin-top: 50px; }
      @media (max-width: 767px) {
        #overview .overview_back_wrap .overview_contents {
          margin-top: 24px;
          font-size: 13px; } }
      #overview .overview_back_wrap .overview_contents .definition_list {
        display: flex; }
        #overview .overview_back_wrap .overview_contents .definition_list .definition_title {
          width: 166px;
          margin-bottom: 20px; }
          @media (max-width: 767px) {
            #overview .overview_back_wrap .overview_contents .definition_list .definition_title {
              width: 116px;
              margin-bottom: 24px; } }
        #overview .overview_back_wrap .overview_contents .definition_list .definition_list {
          max-width: 730px;
          line-height: 2; }
          @media (max-width: 767px) {
            #overview .overview_back_wrap .overview_contents .definition_list .definition_list {
              width: 250px;
              margin-bottom: 24px; } }
      #overview .overview_back_wrap .overview_contents .definition_list_wrong {
        display: block; }
        @media (min-width: 1281px) {
          #overview .overview_back_wrap .overview_contents .definition_list_wrong {
            display: flex; } }
        #overview .overview_back_wrap .overview_contents .definition_list_wrong .definition_list_sp {
          width: 100%;
          margin-bottom: 0;
          line-height: normal; }

#reservation {
  padding-top: 50px;
  margin-top: -50px; }
  #reservation .tel_link_txt {
    text-align: center;
    padding-top: 50px; }
    @media (max-width: 767px) {
      #reservation .tel_link_txt {
        padding-top: 24px; } }
  #reservation .tel_link {
    font-size: 40px;
    font-weight: 500;
    text-decoration: none; }
    #reservation .tel_link:hover {
      padding-top: 24px;
      text-decoration: underline;
      text-decoration-color: #FF1379;
      text-decoration-thickness: 3px;
      text-underline-offset: 3px; }
    @media (max-width: 767px) {
      #reservation .tel_link {
        font-size: 20px; } }
  #reservation .reservation_txt__01 {
    font-size: 20px;
    text-align: center;
    margin-top: 10px; }
    @media (max-width: 767px) {
      #reservation .reservation_txt__01 {
        font-size: 16px; } }
  #reservation .reservation_txt__02 {
    font-size: 20px;
    margin-top: 50px;
    text-align: center; }
    @media (max-width: 767px) {
      #reservation .reservation_txt__02 {
        font-size: 16px;
        margin-top: 25px; } }
  #reservation .reservation_wrap {
    width: 182px;
    margin: 30px auto 0; }
    @media (max-width: 767px) {
      #reservation .reservation_wrap {
        width: 150px;
        margin: 21px auto 0; } }
    #reservation .reservation_wrap .reservation_link_button {
      width: 182px;
      height: 68px;
      line-height: 66px;
      display: inline-block;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      background-color: #FF1379;
      color: #fff;
      border-radius: 27px;
      border: solid 2px #FF1379;
      transition: 0.4s; }
      @media (max-width: 767px) {
        #reservation .reservation_wrap .reservation_link_button {
          width: 150px;
          height: 53px;
          line-height: 53px;
          font-size: 20px;
          border-radius: 17px; } }
      #reservation .reservation_wrap .reservation_link_button:hover {
        background-color: #fff;
        color: #FF1379; }

#footer {
  background-color: #38336D;
  color: #fff; }
  #footer .footer_flex_wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: -8px;
    height: 100px; }
    @media (min-width: 1281px) {
      #footer .footer_flex_wrap {
        justify-content: space-between; } }
    @media (max-width: 767px) {
      #footer .footer_flex_wrap {
        justify-content: space-around; } }
    #footer .footer_flex_wrap .footer_logo_txt {
      font-family: tbudmincho-std, sans-serif;
      font-size: 20px;
      line-height: 1.2; }
      #footer .footer_flex_wrap .footer_logo_txt .footer_logo_span {
        font-size: 28px;
        display: block;
        letter-spacing: 0.062em; }
    #footer .footer_flex_wrap .list_flex_wrap .footer_list {
      display: flex;
      align-content: center;
      justify-content: space-between;
      /*font-weight: bold;*/
      font-size: 16px; }
      @media (max-width: 767px) {
        #footer .footer_flex_wrap .list_flex_wrap .footer_list {
          font-size: 12px; } }
  #footer .footer_item a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none; }
    #footer .footer_item a::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .3s; }
    #footer .footer_item a:hover::after {
      transform: scale(1, 1); }
  #footer .footer_company {
    margin: 100px auto 0; }

#company .header-2 {
  font-size: 35px;
  padding-top: 145px;
  font-family: "Arial",sans-serif;
  text-align: center; }
#company table {
  width: 475px;
  margin: 70px auto 100px;
  border-collapse: separate;
  border-spacing: 15px; }
  @media (max-width: 767px) {
    #company table {
      width: 370px;
      font-size: 13px;
      margin: 35px auto;
      padding: 0 10px;
      border-spacing: 13px; } }
  #company table .company_head {
    width: 100px;
    height: 25px;
    /*background-color: #38336D;*/
    color: #38336D;
    text-align: left; }
    @media (max-width: 767px) {
      #company table .company_head {
        width: 55px; } }
  #company table .company_data {
    padding-left: 15px; }
    @media (max-width: 767px) {
      #company table .company_data {
        padding-left: 5px; } }
