@charset "UTF-8";
/*--------------------------------------------------------------
## メディアクエリ
--------------------------------------------------------------*/
/*------------- max 1600px --------------*/
@media screen and (max-width: 1600px) {
  /*-- ▼共通▼ --*/
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .container1 {
    width: 95%;
  }
  .container2 {
    width: 80%;
  }
  .deco-title::before {
    width: 240px;
  }
  .deco-title h2 {
    padding-right: 1.5rem;
  }
  .menu-trigger {
    top: 1%;
    right: 1%;
  }
  .close-trigger {
    top: 1%;
    right: 1%;
  }
  .sns-nav {
    bottom: 2.5%;
    left: 2.5%;
  }
  .site-title {
    top: 2.5%;
    left: 2.5%;
  }
  /*-- ▼トップページ▼ --*/
  .home_header-img .home_site-title {
    left: 2.5%;
  }
  /* ▼content2▼ */
  .home .content2 {
    justify-content: space-around;
  }
  .home .content2 .content2-section {
    width: 30%;
  }
  .home .content2 .content2-section_title {
    width: 100%;
  }
  .home .content2 .content2-section_img {
    width: 100%;
  }
  .home .content2 .content2-section_img .content2-section_img-bk {
    width: 100%;
    height: calc(100% - 7px);
  }
  .home .content2 .content2-section_img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .home .content3 {
    /* ▼content3▼ */
    padding: 60px 0 120px;
  }
  .home .content3 .news-content .news-article {
    width: 49%;
  }
  .home .content3 .more-btn {
    right: calc(5% - 0.5rem);
    bottom: 55px;
  }
  .home .content3 .more-btn:hover {
    right: calc(5% - 1.5rem);
  }
  .home .content4 {
    /* ▼content4▼ */
  }
  .home .content4 .content4-section {
    width: 45vw;
  }
  .home .content4 .content4-section_bk {
    height: 100%;
  }
  .home .content4 .content4-section a:hover .more-btn2 {
    left: calc(45vw - 5% - 13rem);
  }
  .home .content4 .content4-section_title {
    padding-left: 5%;
  }
  .home .content4 .content4-section_text {
    padding-left: 5%;
  }
  .home .content4 .content4-section .more-btn2 {
    top: auto;
    bottom: -5rem;
    left: calc(45vw - 5% - 15rem);
  }
  .home .content4 .content4-img {
    width: 50vw;
  }
  .home .content5 .content5-img {
    /* ▼content5▼ */
    width: 50vw;
  }
  .home .content5 .content5-section {
    width: 45vw;
  }
  .home .content5 .content5-section_bk {
    height: 100%;
  }
  .home .content5 .content5-section a:hover .more-btn2 {
    right: 5%;
  }
  .home .content5 .content5-section_title {
    padding-right: 5%;
  }
  .home .content5 .content5-section_text {
    padding-right: 5%;
  }
  .home .content5 .content5-section .more-btn2 {
    top: auto;
    right: calc(5% + 1rem);
    bottom: -5rem;
  }
  /*-- ▼footer▼ --*/
  footer {
    padding: 120px 0 100px;
  }
}
/*------------- max 1024px --------------*/
@media screen and (max-width: 1024px) {
  /*-- ▼ページャー▼ --*/
  .page-numbers {
    margin-top: 2rem;
  }
  /*-- ▼トップページ▼ --*/
  .home .content1 {
    /* ▼content1▼ */
    text-align: left;
  }
  .home .concept {
    /* ▼concept▼ */
  }
  .home .concept_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .home .content2 {
    /* ▼content2▼ */
    padding-bottom: 70px;
  }
  .home .content2 .content2-section {
    margin: auto;
    padding-bottom: 1rem;
  }
  .home .content2 .content2-section_title::before {
    top: 1.5rem;
  }
  .home .content2 .content2-section_title h2 {
    line-height: 1.5rem;
  }
  .home .content2 .content2-section_title p {
    margin-bottom: 1.2rem;
  }
  .home .content2 .content2-section_img a {
    transition: 0.3s;
  }
  .home .content2 .content2-section_img a:hover {
    opacity: 0.9;
    transition: 0.3s;
  }
  .home .content2 .content2-section_img a:hover p {
    color: #999999;
  }
  .home .content2 .content2-section_img a:hover .content2-section_img-bk {
    background-color: transparent;
  }
  .home .content2 .content2-section_img p {
    visibility: visible;
    position: relative;
    padding: 2rem 0;
  }
  .home .content3 {
    /* ▼content3▼ */
    padding: 50px 0 80px;
  }
  .home .content3 .news-content .news-article {
    width: 100%;
  }
  .home .content3 .news-content .news-article:hover {
    transform: rotate(0);
  }
  .home .content3 .more-btn {
    bottom: 35px;
  }
  .home .content4 {
    /* ▼content4▼ */
    flex-direction: column-reverse;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .home .content4 .content4-section {
    width: 100%;
  }
  .home .content4 .content4-section_bk {
    height: 150%;
  }
  .home .content4 .content4-section a {
    padding-top: 0;
  }
  .home .content4 .content4-section a:hover .more-btn2 {
    right: calc(17% - 2rem);
    left: auto;
  }
  .home .content4 .content4-section_text {
    padding-right: 15%;
    padding-bottom: 2rem;
  }
  .home .content4 .content4-section .more-btn2 {
    right: 17%;
    bottom: 0;
    left: auto;
  }
  .home .content4 .content4-img {
    width: 85%;
    padding-left: 15%;
  }
  .home .content4 .content4-img img {
    width: 100%;
  }
  .home .content5 {
    flex-direction: column;
    /* ▼content5▼ */
    padding: 0 0 100px 0;
  }
  .home .content5 .content5-img {
    width: 85%;
    padding-left: 15%;
  }
  .home .content5 .content5-img img {
    width: 100%;
  }
  .home .content5 .content5-section {
    width: 100%;
  }
  .home .content5 .content5-section_bk {
    right: auto;
    height: 150%;
  }
  .home .content5 .content5-section a {
    padding-top: 0;
  }
  .home .content5 .content5-section a:hover .more-btn2 {
    right: calc(17% - 2rem);
  }
  .home .content5 .content5-section_title {
    padding-left: 5%;
    text-align: left;
  }
  .home .content5 .content5-section_title::before {
    right: auto;
    left: 5%;
  }
  .home .content5 .content5-section_title h2 {
    padding-left: 0;
  }
  .home .content5 .content5-section_text {
    padding-right: 15%;
    padding-bottom: 2rem;
    padding-left: 5%;
  }
  .home .content5 .content5-section .more-btn2 {
    right: 17%;
    bottom: 0;
  }
  .home .content6 {
    /* ▼content6▼ */
  }
  .home .content6 .container1 .contact-title {
    margin-bottom: 3rem;
  }
  .home .content6 .container1 .contact-text {
    font-size: 14px;
  }
  .home .deco-title::before {
    width: 295px;
  }
  /*-- ▼下層ページ▼ --*/
  .lower .lower_header-img {
    height: 400px;
  }
  .lower .lower__coursemenu-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .lower .lower__drinkmenu-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  /*-- ▼footer▼ --*/
  footer {
    padding: 50px 0 80px;
  }
  footer .container1 {
    flex-direction: column-reverse;
  }
  footer .container1 .footer-section {
    width: 100%;
  }
  footer .container1 .footer-section h2 {
    margin-top: 3rem;
  }
  footer .container1 .footer-section .footer-text {
    margin: 3rem 0 4rem;
  }
  footer .container1 .footer-section iframe {
    height: 350px;
  }
}
/*------------- max 959px --------------*/
@media screen and (max-width: 959px) {
  /*-- ▼共通▼ --*/
  .container2 {
    width: 95%;
    margin: 100px auto;
  }
  .global-nav {
    right: -100%;
    width: 100%;
  }
  /*-- ▼トップページ▼ --*/
  .home_header-img .home_site-title h1 {
    font-size: 3.5rem;
  }
  .home_header-img .home_site-title p {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .home .content1_text h2 {
    /* ▼content1▼ */
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .home .content2-wrap .content2-title {
    margin-bottom: 0;
  }
  .home .content2 {
    /* ▼content2▼ */
    padding-top: 80px;
  }
  .home .content2 .content2-section {
    width: 80%;
  }
  .home .content4 .content4-section_text {
    /* ▼content4▼ */
    padding-top: 1rem;
  }
  .home .content4 .content4-section .more-btn2 {
    bottom: -1.5rem;
  }
  .home .content5 .content5-section .more-btn2 {
    bottom: -1.5rem;
  }
  .home .content6 .more-btn3 {
    width: 45%;
  }
  .home .deco-title::before {
    width: 320px;
  }
  .lower .lower__coursemenu-choose-list-item {
    width: 100%;
  }
  .lower .lower__drinkmenu-list-item {
    width: 100%;
  }
  /*-- ▼archive/single▼ ※使わない場合は削除してください --*/
  .archive .articles .article {
    margin-bottom: 1rem;
  }
  .single .container2 .breadcrumb {
    top: -90px;
  }
  .single .container2 .article {
    padding: 3rem;
  }
  .single .container2 .article_data p {
    font-size: 0.8rem;
  }
  .single .container2 .article_text {
    padding-top: 2.5rem;
  }
  /*-- ▼footer▼ --*/
  footer .container1 .footer-section h2 {
    font-size: 2rem;
  }
  footer .container1 .footer-section .footer-text {
    margin: 2rem 0 3.5rem;
  }
}
/*------------- max 559px --------------*/
@media screen and (max-width: 559px) {
  /*-- ▼共通▼ --*/
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  table tr th, table tr td {
    display: block;
  }
  table tr td {
    border-top: 0;
    border-bottom: 0;
  }
  table tr:last-child td {
    border-bottom: 1px solid;
  }
  .container1, .container2 {
    width: 90%;
  }
  .deco-title::before {
    top: 2rem;
  }
  .deco-title h2 {
    padding-right: 1rem;
  }
  .deco-title p {
    margin-bottom: 1rem;
    font-size: 0.7rem;
  }
  .only-pc {
    display: none;
  }
  .only-mobile {
    display: block;
  }
  .more-btn a {
    padding: 2rem 3rem 2rem 2rem;
  }
  .more-btn a::before {
    top: 2.6rem;
  }
  .more-btn a::after {
    top: 2.45rem;
  }
  .menu-trigger {
    top: 0.2rem;
    right: 0;
  }
  .close-trigger {
    top: 0.2rem;
    right: 0;
  }
  /*-- ▼site-navi▼ --*/
  .global-nav_list {
    padding: 2rem;
    text-align: center;
  }
  .global-nav_list li {
    margin: 0.5rem 0;
  }
  .global-nav_list li h2 {
    margin: 2rem 0;
    line-height: 3rem;
  }
  .global-nav_list li h2 a {
    font-size: 2rem;
  }
  .global-nav_list li a {
    font-size: 1.2rem;
  }
  /*-- ▼sns-navi▼ --*/
  .sns-nav {
    left: 5%;
  }
  .site-title {
    top: 1.4rem;
    left: 5%;
  }
  .site-title img {
    width: 60%;
  }
  .page-numbers {
    margin-top: 1rem;
  }
  .page-numbers li span, .page-numbers li a {
    padding: 0.5rem 0.7rem;
  }
  /*-- ▼トップページ▼ --*/
  .home_header-img {
    height: 450px;
  }
  .home_header-img .header_slider .slick-list {
    height: 450px;
  }
  .home_header-img .home_site-title {
    top: 180px;
  }
  .home_header-img .home_site-title h1 {
    font-size: 2rem;
  }
  .home_header-img .home_site-title p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .home_header-img .home_site-title p .sp--br {
    display: none;
  }
  .home .content1 {
    /* ▼content1▼ */
    padding: 80px 0;
  }
  .home .content1_text h2 {
    font-size: 1.5rem;
  }
  .home .content1_text h2 .sp--br {
    display: none;
  }
  .home .content1_text p {
    text-align: left;
  }
  .home .content1 .more-btn {
    bottom: 60px;
  }
  .home .concept {
    /* ▼concept▼ */
    margin-bottom: 30px;
  }
  .home .concept_img {
    width: 90vw;
    height: 45vw;
  }
  .home .content2-wrap .content2-title h2 {
    font-size: 24px;
  }
  .home .content2 {
    /* ▼content2▼ */
    padding: 60px 0 40px;
  }
  .home .content2 .content2-section {
    width: 100%;
  }
  .home .content2 .content2-section_title::before {
    width: 100%;
  }
  .home .content2 .content2-section_img p {
    padding: 1.5rem 0 1rem;
  }
  .home .content3 {
    /* ▼content3▼ */
    padding: 40px 0 80px;
  }
  .home .content3 .news-title {
    margin-bottom: 2rem;
  }
  .home .content3 .news-title h2 {
    font-size: 24px;
  }
  .home .content3 .news-content .news-article {
    margin-bottom: 1rem;
  }
  .home .content3 .news-content .news-article a {
    padding: 1rem;
  }
  .home .content3 .news-content .news-article_date {
    font-size: 0.5rem;
  }
  .home .content3 .news-content .news-article_text {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .home .content3 .more-btn {
    right: calc(10% - 1rem);
  }
  .home .content3 .more-btn:hover {
    right: calc(10% - 1.5rem);
  }
  .home .content4-wrap .content4-title h2 {
    font-size: 24px;
  }
  .home .content4 {
    /* ▼content4▼ */
    padding-top: 80px;
  }
  .home .content4 .content4-section_text {
    padding-top: 0.5rem;
  }
  .home .content5 .content5-section_text {
    /* ▼content5▼ */
    padding-top: 0.5rem;
  }
  .home .content6 .contact-title h2 {
    font-size: 24px;
  }
  .home .content6 .contact-text .sp--br {
    display: none;
  }
  .home .content6 .contact-text .contact-tel {
    font-size: 26px;
  }
  .home .content6 .more-btn3 {
    width: 85%;
    padding: 1rem 0;
  }
  .home .gallery ul li {
    /*-- ▼gallery▼ --*/
    height: 33vw;
  }
  /*-- ▼下層ページ▼ --*/
  .lower_header-img {
    height: 300px;
  }
  .lower_header-img .page-title {
    top: calc(50% - 2.5rem);
  }
  .lower_header-img .page-title h2 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .lower_header-img .page-title p {
    font-size: 1rem;
  }
  .lower .lower__dedication-title {
    margin-bottom: 1rem;
  }
  .lower .lower__dedication-title h2 {
    font-size: 24px;
  }
  .lower .lower__coursemenu-image {
    height: 300px;
  }
  .lower .lower__coursemenu-choose-list-ttl {
    font-size: 1.5rem;
  }
  .lower .lower__coursemenu-course-list-item {
    display: block;
  }
  .lower .lower__coursemenu-course-list-item-details {
    border-bottom: 2px solid rgba(255, 255, 255, 0.4196078431);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .lower .lower__coursemenu-course-list-item-details p {
    font-size: 1rem;
  }
  .lower .lower__coursemenu-course-list-item-price {
    font-size: 1.2rem;
    text-align: right;
  }
  .lower .lower__coursemenu-submenu table tr td {
    text-align: center;
  }
  .lower .lower__coursemenu-submenu table tr td:last-child {
    text-align: center;
  }
  .lower .lower__coursemenu-submenu-right-table table tr {
    display: flex;
  }
  .lower .lower__coursemenu-submenu-right-table table tr td {
    width: 100%;
  }
  .lower .lower__coursemenu-submenu-right-table table tr td:first-child {
    text-align: left;
  }
  .lower .lower__common-info table tr td:first-child {
    text-align: center;
  }
  .lower .lower__ichi-title {
    font-size: 24px;
  }
  .lower .lower__info table tr td {
    text-align: center;
  }
  .lower .lower__drinkmenu-image {
    height: 300px;
  }
  .lower .lower__drinkmenu-list-item-ttl {
    font-size: 1.5em;
  }
  .lower .lower__drinkmenu-list-item .lower__drinkmenu-inner-list-item {
    font-size: 1em;
  }
  .lower .lower__fb-ttl {
    font-size: 20px;
    line-height: 3rem;
    margin-bottom: 1em;
  }
  .lower .lower__fb-menu-table table tr td {
    width: 95%;
    margin: 0 auto;
  }
  .lower .lower__fb-menu-table table tr td:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .lower .lower__contact-block {
    width: 100%;
  }
  .lower .lower__contact-tel {
    font-size: 1.5em;
  }
  .lower .lower__contact-tel-time {
    font-size: 12px;
  }
  .lower .lower__contact-btn a {
    width: 80%;
  }
  /*-- ▼archive/single▼ ※使わない場合は削除してください--*/
  .archive .articles .article {
    margin-bottom: 1rem;
  }
  .archive .articles .article a {
    padding: 1rem;
  }
  .archive .articles .article .article_contents-data p {
    font-size: 0.5rem;
  }
  .archive .articles .article .article_contents-text {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .single .container2 .breadcrumb {
    font-size: 0.7rem;
  }
  .single .container2 .article {
    padding: 2rem;
  }
  .single .container2 .article_data h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .single .container2 .article_data p {
    padding-top: 0;
    font-size: 0.5rem;
  }
  .single .container2 .article_text {
    padding-top: 1.5rem;
  }
  /*-- ▼footer▼ --*/
  footer {
    padding-bottom: 60px;
  }
  footer .container1 .footer-section h2 {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
  footer .container1 .footer-section .footer-text {
    margin-bottom: 3rem;
  }
  footer .container1 .footer-section iframe {
    height: 250px;
  }
}
/*------------- max 375px --------------*/
@media screen and (max-width: 375px) {
  .home .content1_text h2 {
    font-size: 1.3rem;
    margin: 1.75rem 0;
  }
  .home .content2-wrap {
    padding: 80px 0 30px;
  }
  .home .content2-wrap .content2-title h2 {
    font-size: 20px;
  }
  .home .content3 .news-title h2 {
    font-size: 20px;
  }
  .home .content4-wrap {
    padding: 80px 0 30px;
  }
  .home .content4-wrap .content4-title h2 {
    font-size: 20px;
  }
  .home .content6 .contact-title h2 {
    font-size: 20px;
  }
  .lower .lower__dedication-title h2 {
    font-size: 20px;
  }
  .lower .lower__ichi-title {
    font-size: 20px;
  }
}/*# sourceMappingURL=responsive 2.css.map */