@charset "UTF-8";
/*■01.RESET HTML*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
.font_NotoSerif {
  font-family: "Noto Serif JP", "Noto Serif", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.font_Josefin {
  font-family: 'Josefin Sans', sans-serif; }

img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%; }

a {
  color: #592221;
  text-decoration: underline;
  word-break: break-all;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s; }
  a:hover {
    text-decoration: none; }

html {
  overflow-y: auto;
  --top-spacing: 135px;
  scroll-padding-top: var(--top-spacing); }
  @media screen and (max-width: 767px) {
    html {
      --top-spacing: 105px; } }
  @media screen and (max-width: 480px) {
    html {
      --top-spacing: 90px; } }

#wrapper {
  min-width: 1200px;
  box-sizing: border-box;
  overflow: hidden; }

body {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #592221;
  line-height: 1.8;
  font-size: 15px;
  letter-spacing: 1px; }

.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.hidden {
  display: none; }

/*■03.USE MEDIA*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.media,
.media-body {
  overflow: hidden; }

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden; }

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

/* ▽ TAB layout ========== */
@media print, screen and (max-width: 1100px) {
  .container {
    width: 100% !important;
    padding: 0 2%; } }
/* ▽ PC-TAB layout ========== */
@media screen and (min-width: 768px) {
  .pc {
    display: block !important; }

  .sp {
    display: none !important; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer; }

  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/*■04.LAYOUT*/
.a_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9; }

.arrow_btn {
  position: relative;
  background: #592221;
  width: 30px;
  height: 30px;
  border-radius: 50%; }
  .arrow_btn:after {
    position: absolute;
    content: "";
    border-top: 3px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 3px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 2; }
  @media screen and (max-width: 480px) {
    .arrow_btn {
      width: 25px;
      height: 25px; }
      .arrow_btn:after {
        right: 8px; } }

.style_btn01 {
  position: relative;
  display: inline-block;
  background: #592221;
  border-radius: 40px;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none !important;
  box-sizing: border-box;
  min-width: 230px;
  margin-top: 50px;
  z-index: 3; }
  .style_btn01:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-top: 3px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 3px solid transparent;
    right: 10px;
    z-index: 2; }
  .style_btn01.btn_yellow {
    background: #bb9457; }
  .style_btn01.btn_blue {
    background: #04187c;
  }
  .style_btn01.btn_white {
    background: #fff;
    color: #592221 !important; }
    .style_btn01.btn_white:before {
      border-left: 6px solid #592221; }
  .style_btn01.btn01_border {
    border: 1px solid #592221;
    padding: 10px 20px;
    background: #fff;
    color: #592221; }
    .style_btn01.btn01_border:before {
      border-left: 6px solid #592221; }
    .style_btn01.btn01_border.btn01_back:before {
      border-right: 6px solid #592221;
      border-left: none;
      right: auto;
      left: 10px; }
  @media screen and (min-width: 768px) {
    .style_btn01:hover {
      background: #bb9457 !important; }
    .style_btn01.btn_yellow:hover {
      background: #592221 !important; } }

.style_ttl01 {
  background: url("../images/bg_ttl01.png") no-repeat bottom left;
  font-size: 32px;
  padding-bottom: 50px;
  margin-bottom: 35px; }
  .style_ttl01.ttl01_bg02 {
    background: url("../images/bg_ttl02.png") no-repeat bottom center; }
  .style_ttl01.ttl01_center {
    background: url("../images/bg_ttl01.png") no-repeat bottom center;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 35px; }
  .style_ttl01.ttl01_center span.number-1 {
    background-color: #592221;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 50px;
    padding: 0 10px 0 30px;
    position: relative;
    margin-right: 10px;
  }
  .style_ttl01.ttl01_center span.number-1::before {
    content: "";
    background: url(../common_img/icon-crown.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 6px;
    top: 2px;
    width: 25px;
    height: 25px;
  }
  .style_ttl01.ttl01_center span.stylettl01_span {
    font-size: 18px;
  }
  .style_ttl01 .lead_text {
    font-size: 1.7rem !important;
  }
  @media only screen and (max-width: 767px) {
    .style_ttl01.ttl01_center span.number-1 {
      display: block;
      margin-right: 0;
    }
    .style_ttl01.ttl01_center span.number-1::before {
      left: 75px;
      top: 6px;
    }
    .style_ttl01.ttl01_center span.stylettl01_span {
      font-size: 16px;
    }
    .style_ttl01 .lead_text {
      font-size: 16px !important;
    }
  }
  .style_ttl01.ttl01_small {
    font-size: 26px;
    padding-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .style_ttl01.ttl01_small {
        font-size: 22px; } }
    @media only screen and (max-width: 480px) {
      .style_ttl01.ttl01_small {
        font-size: 18px; } }
  .style_ttl01 span {
    color: #bb9457; }
    .style_ttl01 span.number {
      font-size: 56px;
      font-style: italic;
      line-height: 1; }
    .style_ttl01 span.txt_small {
      display: block;
      font-size: 25px;
      color: #592221; }
    .style_ttl01 span.txt_small2 {
      font-size: 16px;
      color: #592221; }

.style_ttl02 {
  background: url("../images/bg_ttl03.png") no-repeat bottom center;
  font-size: 26px;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  .style_ttl02.ttl02_large {
    font-size: 32px; }
    .style_ttl02.ttl02_large .txt_large {
      font-size: 42px; }
    @media only screen and (max-width: 767px) {
      .style_ttl02.ttl02_large {
        font-size: 26px; }
        .style_ttl02.ttl02_large .txt_large {
          font-size: 32px; } }
    @media only screen and (max-width: 480px) {
      .style_ttl02.ttl02_large {
        font-size: 20px; }
        .style_ttl02.ttl02_large .txt_large {
          font-size: 26px; } }
  .style_ttl02 .txt_yellow {
    color: #bb9457; }
  .style_ttl02 .txt_small {
    font-size: 16px; }

.bg_wine {
  position: relative;
  background: #592221;
  padding: 80px 0;
  z-index: 3; }
  .bg_wine:after, .bg_wine:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 10px; }
  .bg_wine:after {
    background: url("../common_img/line_wine_top.png") repeat-x;
    top: -9px; }
  .bg_wine:before {
    background: url("../common_img/line_wine_bottom.png") repeat-x;
    bottom: -9px; }

.bg_gray {
  position: relative;
  background: #efebe6;
  padding: 80px 0;
  z-index: 3; }
  .bg_gray:after, .bg_gray:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 10px; }
  .bg_gray:after {
    background: url("../common_img/line_gray_top.png") repeat-x;
    top: -10px; }
  .bg_gray:before {
    background: url("../common_img/line_gray_bottom.png") repeat-x;
    bottom: -10px; }

.sec_contact ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .sec_contact ul li {
    width: 50%;
    padding: 2% 8%; }
    .sec_contact ul li h3 {
      text-align: center;
      background: url("../images/line_ttl_contact.png") no-repeat top center;
      padding-top: 40px;
      color: #fff;
      font-size: 20px; }
    .sec_contact ul li .style_btn01 {
      width: 100%;
      margin-top: 20px; }
    .sec_contact ul li:first-child {
      border-right: 1px solid #fff; }

/*■05.HEADER*/
#header {
  position: relative; }
  #header .h_main {
    background: #fff url("../common_img/line_wine_bottom.png") repeat-x top center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px 15px;
    position: relative;
    width: 100%;
    box-sizing: border-box; }
    #header .h_main .h_logo {
      width: 408px; }
      #header .h_main .h_logo img {
        image-rendering: -webkit-optimize-contrast; }
    #header .h_main .h_right .h_btn {
      display: flex;
      justify-content: flex-end;
      margin-left: 5px; }
      #header .h_main .h_right .h_btn li {
        margin-left: 5px; }
        #header .h_main .h_right .h_btn li .style_btn01 {
          margin-top: 0; }
    @media screen and (max-width: 767px) {
      #header .h_main .h_right .h_menu {
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
        border-radius: 10px;
        display: block; }
        #header .h_main .h_right .h_menu span {
          display: block;
          position: absolute;
          height: 5px;
          background: #5c1412;
          border-radius: 10px;
          opacity: 1;
          right: 0;
          margin: auto;
          transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          transition: .25s ease-in-out; }
          #header .h_main .h_right .h_menu span:nth-child(1) {
            width: 40px;
            top: 11px;
            transform-origin: left center; }
          #header .h_main .h_right .h_menu span:nth-child(2) {
            width: 20px;
            bottom: 11px;
            transform-origin: left center; }
        #header .h_main .h_right .h_menu.opened span:nth-child(1) {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          left: 6px;
          top: 4px; }
        #header .h_main .h_right .h_menu.opened span:nth-child(2) {
          width: 40px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          left: 6px;
          bottom: 3px; }
      #header .h_main .h_right .h_btn {
        display: none !important; } }
    #header .h_main .h_right #gnav {
      position: relative;
      color: #04187c;
      width: 100%;
      font-size: 14px;
      font-weight: 500;
      margin: 15px 0; }
      #header .h_main .h_right #gnav a {
        color: #04187c;
        position: relative;
        text-decoration: none !important; }
        @media screen and (min-width: 768px) {
          #header .h_main .h_right #gnav a:hover {
            color: #bb9457 !important; } }
      #header .h_main .h_right #gnav > ul {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap; }
        #header .h_main .h_right #gnav > ul > li {
          position: relative;
          margin-left: 50px; }
          #header .h_main .h_right #gnav > ul > li:first-child {
            margin-left: 0; }
          #header .h_main .h_right #gnav > ul > li.navTrigger > span:after {
            position: absolute;
            width: 100%;
            height: 10px;
            content: "\f107";
            font-family: FontAwesome;
            font-size: 20px;
            color: #bb9457;
            left: 0;
            right: 0;
            text-align: center;
            bottom: 0;
            transition: all 0.5s;
            -webkit-transition: all 0.5s; }
          #header .h_main .h_right #gnav > ul > li .sub_menu {
            position: absolute;
            top: calc(100% + 32px);
            left: 50%;
            transform: translateX(-50%);
            width: 200px;
            background: #592221;
            padding: 5px 20px;
            box-sizing: border-box;
            display: none;
            z-index: 999; }
            #header .h_main .h_right #gnav > ul > li .sub_menu li {
              text-align: center;
              border-bottom: 1px solid #fff; }
              #header .h_main .h_right #gnav > ul > li .sub_menu li:last-child {
                border-bottom: none; }
              #header .h_main .h_right #gnav > ul > li .sub_menu li a {
                display: inline-block;
                width: 100%;
                color: #fff;
                border-left: none;
                border-right: none;
                padding: 10px; }
        #header .h_main .h_right #gnav > ul.h_btn_sp {
          display: none; }
    #header .h_main.h_fixed {
      animation: scrolltop 0.8s;
      animation-iteration-count: 1;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
      box-shadow: 0 1px 6px 0 #592221; }

/*■06.FOOTER*/
#footer .cta_button {
  position: fixed;
  z-index: 20;
  right: 10px;
  bottom: 30%; }
  #footer .cta_button .list_button li .style_btn01 {
    width: 35px;
    min-width: auto;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    padding: 35px 5px;
    border: 1px solid #fff;
    border-radius: 0;
    margin: 0 !important; }
    #footer .cta_button .list_button li .style_btn01:before {
      right: 14px;
      transform: translate(0);
      top: auto;
      bottom: 17px; }
#footer .f_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 0; }
  #footer .f_main .f_left {
    width: 415px;
    font-size: 13px;
    border-right: 1px solid #592221; }
    #footer .f_main .f_left .f_logo {
      width: 330px;
      margin-bottom: 20px; }
      #footer .f_main .f_left .f_logo img {
        image-rendering: -webkit-optimize-contrast; }
    #footer .f_main .f_left .f_tel {
      font-weight: bold;
      font-size: 18px; }
    #footer .f_main .f_left .f_link {
      display: flex;
      align-items: center;
      margin-top: 30px; }
      #footer .f_main .f_left .f_link .style_btn01 {
        margin-top: 0; }
      #footer .f_main .f_left .f_link .list_sns {
        display: flex;
        margin-left: 10px; }
        #footer .f_main .f_left .f_link .list_sns li {
          margin-left: 10px; }
  #footer .f_main .f_gnav {
    width: calc(100% - 415px);
    display: flex;
    justify-content: space-between;
    padding-left: 6%; }
    #footer .f_main .f_gnav ul li a {
      position: relative;
      display: inline-block;
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      margin-bottom: 10px; }
      #footer .f_main .f_gnav ul li a:after {
        position: absolute;
        content: "";
        background: #592221;
        width: 0;
        height: 2px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s; }
      #footer .f_main .f_gnav ul li a:hover:after {
        width: 100%; }
#footer .f_copyright {
  position: relative;
  background: #592221;
  text-align: center;
  font-size: 10px;
  padding: 5px 0;
  color: #d2a8a7; }
  #footer .f_copyright:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 10px;
    background: url("../common_img/line_wine_top.png") repeat-x;
    top: -9px; }

#page_up {
  position: fixed;
  z-index: 999;
  right: 2%;
  bottom: 3%; }

@media screen and (max-width: 767px) {
  #wrapper, .container {
    width: 100% !important;
    min-width: inherit !important; }

  .container {
    box-sizing: border-box;
    padding: 0 2%; }

  .style_btn01 {
    margin-top: 20px; }

  .style_ttl01 {
    font-size: 26px;
    padding-bottom: 30px;
    margin-bottom: 20px; }
    .style_ttl01 span.number {
      font-size: 50px; }
    .style_ttl01 span.txt_small2 {
      font-size: 14px; }
    .style_ttl01.ttl01_center {
      margin-bottom: 20px; }
      .style_ttl01.ttl01_center span.txt_small {
        font-size: 20px; }

  .style_ttl02 {
    font-size: 22px;
    margin-bottom: 20px; }
    .style_ttl02 .txt_small {
      font-size: 14px; }

  .bg_wine {
    padding: 10% 0; }

  .bg_gray {
    padding: 10% 0; }

  .sec_contact ul li {
    width: 100%; }
    .sec_contact ul li:first-child {
      border-right: none;
      border-bottom: 1px solid #fff;
      padding: 0 2% 8%; }
    .sec_contact ul li:nth-child(2) {
      padding: 8% 2% 0; }
    .sec_contact ul li h3 {
      font-size: 18px; } }
    @media screen and (max-width: 767px) and (max-width: 480px) {
      .sec_contact ul li h3 {
        font-size: 16px; } }
    @media screen and (max-width: 767px) and (max-width: 360px) {
      .sec_contact ul li h3 {
        font-size: 15px; } }

@media screen and (max-width: 767px) {
  #header .h_main {
    padding: 25px 10px 15px;
    align-items: center; }
    #header .h_main .h_logo {
      width: 200px;
      margin-right: 0; }
    #header .h_main .h_right {
      width: 40px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      padding: 0; }
      #header .h_main .h_right .h_tel_btn {
        display: none; }
      #header .h_main .h_right #gnav {
        position: absolute;
        display: none;
        background: #5c1412;
        width: 100%;
        height: 99vh;
        padding: 2% 2% 150px;
        overflow-y: scroll;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 999;
        margin: auto;
        box-sizing: border-box; }
        #header .h_main .h_right #gnav > ul {
          display: block; }
          #header .h_main .h_right #gnav > ul > li {
            width: 100%;
            text-align: left;
            margin-left: 0; }
            #header .h_main .h_right #gnav > ul > li a {
              font-size: 14px;
              color: #fff;
              padding: 2%;
              border-bottom: 1px solid #f1f1f1;
              display: block;
              transition: all 0.5s;
              -webkit-transition: all 0.5s; }
            #header .h_main .h_right #gnav > ul > li.navTrigger {
              border-bottom: 1px solid #f1f1f1; }
              #header .h_main .h_right #gnav > ul > li.navTrigger > span {
                position: relative;
                font-size: 16px;
                display: block;
                width: 100%;
                padding: 2%;
                color: #fff; }
                #header .h_main .h_right #gnav > ul > li.navTrigger > span:after {
                  content: "\f107";
                  width: auto;
                  height: auto;
                  top: 50%;
                  transform: translateY(-50%);
                  right: 20px;
                  left: auto; }
                #header .h_main .h_right #gnav > ul > li.navTrigger > span.opened:after {
                  content: "\f106"; }
            #header .h_main .h_right #gnav > ul > li .sub_menu {
              position: relative;
              background: #b6886c;
              left: 0;
              transform: translateX(0%);
              width: 100%; }
              #header .h_main .h_right #gnav > ul > li .sub_menu li a {
                padding: 2%;
                text-align: left;
                border-bottom: none; }
          #header .h_main .h_right #gnav > ul.h_btn_sp {
            display: flex !important;
            justify-content: space-between; }
            #header .h_main .h_right #gnav > ul.h_btn_sp li {
              width: 49%; }
              #header .h_main .h_right #gnav > ul.h_btn_sp li a {
                border-bottom: none;
                min-width: auto; }
        #header .h_main .h_right #gnav.active {
          display: block;
          opacity: 1;
          visibility: visible; }

  .lock-scroll {
    overflow: hidden;
    position: relative;
    height: 100%; }

  .btn_close {
    display: none; }

  .btn_gnav.opened img {
    display: none; }

  .btn_gnav.opened .btn_close {
    display: inline; }

  #footer .cta_button {
    width: 100%;
    right: 0;
    bottom: 0; }
    #footer .cta_button .list_button {
      display: flex;
      justify-content: space-between; }
      #footer .cta_button .list_button li {
        width: 50%; }
        #footer .cta_button .list_button li .style_btn01 {
          width: 100%;
          padding: 5px 10px;
          writing-mode: unset;
          -webkit-writing-mode: unset;
          -ms-writing-mode: unset; }
          #footer .cta_button .list_button li .style_btn01:before {
            bottom: 15px; }
  #footer .f_main {
    padding: 10% 0; }
    #footer .f_main .f_left {
      width: 100%;
      border-right: none; }
      #footer .f_main .f_left .f_logo {
        width: 200px;
        margin: 0 auto 4%; }
    #footer .f_main .f_gnav {
      display: none; }

  #page_up {
    width: 50px;
    right: 2%; } }
@media screen and (max-width: 480px) {
  .style_ttl01 {
    font-size: 20px;
    padding-bottom: 20px; }
    .style_ttl01 span.number {
      font-size: 40px; }
    .style_ttl01.ttl01_center span.txt_small {
      font-size: 16px; }

  .style_ttl02 {
    font-size: 18px; }

  #header .h_main {
    padding: 15px 10px 10px; }

  #footer .f_copyright {
    font-size: 2.1vw; } }

/*# sourceMappingURL=base.css.map */
