@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
.news_page, .about_page, .pr__container, .entry-fd__container, .access__container, .news_list .container, .news .container {
  padding: 0 15% 100px;
}
@media (max-width: 1460px) {
  .news_page, .about_page, .pr__container, .entry-fd__container, .access__container, .news_list .container, .news .container {
    padding: 0 15% 100px;
  }
}
@media (max-width: 1280px) {
  .news_page, .about_page, .pr__container, .entry-fd__container, .access__container, .news_list .container, .news .container {
    padding: 0 10% 100px;
  }
}
@media (max-width: 768px) {
  .news_page, .about_page, .pr__container, .entry-fd__container, .access__container, .news_list .container, .news .container {
    padding: 30px 5%;
  }
}

.custom__container, .itemlist, .feuture, .subject, .bg_top__container, .bg_top {
  padding: 100px 15%;
}
@media (max-width: 1460px) {
  .custom__container, .itemlist, .feuture, .subject, .bg_top__container, .bg_top {
    padding: 100px 15%;
  }
}
@media (max-width: 1280px) {
  .custom__container, .itemlist, .feuture, .subject, .bg_top__container, .bg_top {
    padding: 100px 10%;
  }
}
@media (max-width: 768px) {
  .custom__container, .itemlist, .feuture, .subject, .bg_top__container, .bg_top {
    padding: 30px 5%;
  }
}

.entry__container, footer .footer__container {
  padding: 0 15%;
}
@media (max-width: 1460px) {
  .entry__container, footer .footer__container {
    padding: 0 15%;
  }
}
@media (max-width: 1280px) {
  .entry__container, footer .footer__container {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  .entry__container, footer .footer__container {
    padding: 30px 5%;
  }
}

.brc {
  padding: 100px 25px 0px;
}
@media (max-width: 1460px) {
  .brc {
    padding: 100px 25px 0;
  }
}
@media (max-width: 1280px) {
  .brc {
    padding: 100px 25px 0px;
  }
}
@media (max-width: 768px) {
  .brc {
    padding: 90px 5% 0;
  }
}

.pr__container h2 {
  font-size: 3rem;
  color: #0198B7;
  font-weight: 400;
}

.contact__page .subject__container h3, .access__page .subject__container h3 {
  color: #0198B7;
  font-size: 1.6rem;
}
.contact__page .subject__container h3 span, .access__page .subject__container h3 span {
  border: 2px solid #0198B7;
  padding: 4px 20px 5px;
  font-weight: normal;
}

.contact__page .subject__container h4.tit_page_sub2, .tel__page .subject__container h4.tit_page_sub2, .access__page .subject__container h4.tit_page_sub2, .subject__page .subject__container h3 {
  position: relative;
  display: flex;
  align-items: center;
  color: #0198B7;
  font-size: 1.8rem;
}
.contact__page .subject__container h4.tit_page_sub2::before, .tel__page .subject__container h4.tit_page_sub2::before, .access__page .subject__container h4.tit_page_sub2::before, .subject__page .subject__container h3::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #0198B7;
  display: block;
  margin-right: 1rem;
}

.hidden {
  display: block;
}
@media (max-width: 400px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 1080px) {
  .hidden-md {
    display: none;
  }
}
@media (max-width: 1280px) {
  .hidden-lg {
    display: none;
  }
}

.visible {
  display: block;
}
@media (min-width: 401px) {
  .visible-xs {
    display: none;
  }
}
@media (min-width: 769px) {
  .visible-sm {
    display: none;
  }
}
@media (min-width: 1081px) {
  .visible-md {
    display: none;
  }
}
@media (min-width: 1281px) {
  .visible-lg {
    display: none;
  }
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  font-size: 62.5%;
  letter-spacing: 0.08em;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 769px) {
  html,
  body {
    overflow-x: hidden;
    line-height: 1.8;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
}
a:visited, a:hover {
  color: #999;
  text-decoration: none;
}

p {
  font-size: 1.4rem;
  text-align: justify;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  p {
    font-size: 1.4rem;
  }
}

p + p {
  margin-top: 10px;
}

small {
  line-height: 1.6;
}

li, dt, th, td {
  font-size: 1.4rem !important;
  text-align: justify;
  font-weight: 300;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.center-block {
  text-align: center;
  margin: 0 auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.lead {
  font-size: 2rem;
  margin-bottom: 15px;
}

.flex {
  display: flex;
}
.flex .itm-center {
  align-items: center;
}
.flex .itm-end {
  align-items: flex-end;
}
.flex .itm-start {
  align-items: flex-start;
}
.flex .itm-base {
  align-items: baseline;
}
.flex .cnt-strat {
  justify-content: flex-start;
}
.flex .cnt-end {
  justify-content: flex-end;
}
.flex .cnt-center {
  justify-content: center;
}
.flex .cnt-sb {
  justify-content: space-between;
}
.flex .cnt-ar {
  justify-content: space-around;
}
.flex .wrap {
  flex-wrap: wrap;
}

.text-xs {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 1.1rem !important;
}

.text-md {
  font-size: 1.2rem !important;
}

.text-lg {
  font-size: 1.8rem !important;
}

.text-lg {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 769px) {
  .text-lg {
    font-size: 2rem !important;
  }
}

.blue {
  color: #0198B7 !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #444 !important;
}

.brown {
  color: #3A2519 !important;
}

.beige {
  color: #BD9F77 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

iframe {
  vertical-align: bottom;
}

.c-nav-btn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-nav-btn {
    display: block;
    z-index: 3;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    position: relative;
    order: 3;
  }
}

.c-nav-btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.c-nav-btn span:nth-child(1) {
  top: 10px;
}

.c-nav-btn span:nth-child(2) {
  top: 20px;
}

.c-nav-btn span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.c-nav-btn.active {
  top: 27px;
}

.c-nav-btn.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #222;
  transform: rotate(-45deg);
}

.c-nav-btn.active span:nth-child(2),
.c-nav-btn.active span:nth-child(3) {
  top: 16px;
  background: #222;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    display: none;
    min-height: 100vh;
  }
  nav.globalMenuSp .h_logo {
    display: none;
  }
}

nav.globalMenuSp ul {
  display: flex;
  align-items: center;
  padding: 0 0px;
  font-size: 12px;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center !important;
  }
}

nav.globalMenuSp ul li {
  padding: 0 30px;
  list-style-type: none;
  transition: 0.4s all;
  font-size: 1.3rem;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li {
    padding: 15px 0;
    width: 100%;
    text-align: center !important;
  }
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li:hover {
    background: #F6F4EC;
    color: #0397A8;
  }
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li a {
    color: #222;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-btn__booking {
  background: linear-gradient(to right, #0198B7, #48c8be);
}
.c-btn__booking:hover, .c-btn__booking:focus, .c-btn__booking:active {
  background: #0198B7;
  transform: translateX(0);
  opacity: 1;
}
.c-btn__access {
  background: #3A2519;
  padding: 10px 10px !important;
}
.c-btn__access:hover, .c-btn__access:focus, .c-btn__access:active {
  background: #564033;
  transform: translateX(0);
}
.c-btn__tel {
  background: #fff;
  padding: 10px 10px 10px 20px !important;
  border: #0198B7 2px solid;
}
.c-btn__tel:hover, .c-btn__tel:focus, .c-btn__tel:active {
  background: #EEF7F9;
  transform: translateX(0);
}
.c-btn--inner {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .c-btn--inner {
    font-weight: 500;
  }
}
.c-btn--inner__booking {
  display: flex;
  align-items: center;
}
.c-btn--inner__booking:before {
  background: url(../../images/common/icon_calender.svg) no-repeat center right;
}
.c-btn--inner__booking .-text {
  padding: 0 20px;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner__booking .-text {
    padding: 0 0px;
  }
}
.c-btn--inner__access {
  display: flex;
  align-items: center;
}
.c-btn--inner__access:before {
  background: url(../../images/common/icon_map.svg) no-repeat center right;
}
.c-btn--inner__access .-text {
  padding: 0 5px;
  font-size: 10px;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner__access .-text {
    padding: 0 0px;
  }
}
.c-btn--inner:after {
  background: url(../../images/common/arrow_1.svg) no-repeat center right;
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  margin-top: 2px;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner:after {
    margin-top: 0px;
  }
}
.c-btn--inner:before {
  content: "";
  width: 18px;
  height: 15px;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner:before {
    margin-top: 0px;
  }
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  background: rgba(46, 46, 46, 0.8);
  width: 100%;
}
@media screen and (max-width: 1080px) {
  header {
    /*padding: 5px 25px 5px 0;*/
    justify-content: space-between;
    padding: 10px 5%;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: rgba(46, 46, 46, 0.8);
  box-shadow: 0 0px 10px 0 rgba(35, 72, 114, 0.25);
}
header .c-btn {
  z-index: 2;
  margin-left: 30px;
}
@media screen and (max-width: 1080px) {
  header .c-btn {
    margin-left: auto;
    order: 2;
    padding-right: 20px;
  }
}
header .c-btn ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .c-btn ul li {
  align-items: center;
  font-size: 16px;
  width: auto;
  margin-left: 30px;
  list-style-type: none;
  display: flex;
  padding: 10px 0;
}
@media screen and (max-width: 1080px) {
  header .c-btn ul li {
    margin-left: 20px;
  }
}
header .c-btn ul li.h_logo {
  display: none;
  margin-right: 10px;
}
@media screen and (max-width: 1080px) {
  header .c-btn ul li.h_logo {
    display: none;
  }
}
header .c-btn ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 25px;
  max-width: 25px;
}
header .c-btn a {
  text-decoration: none;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
header .c-btn a .header-btn-badge {
  top: -10px;
  right: -10px;
  display: flex;
  width: 2em;
  /*padding: 2px;*/
  color: #fff;
  background: #000;
  border-radius: 50%;
  font-size: 10px;
  font-size: 0.625rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  line-height: 1;
  height: 2em;
  justify-content: center;
  align-items: center;
  font-size: 9px;
}

.btn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  padding: 0px;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
  background-color: inherit;
  border: inherit;
  border-radius: inherit;
  font-size: inherit;
  font-size: inherit;
  transition: opacity 0.2s;
}

.form-btn-wrap {
  margin: 60px auto 0;
}
.form-btn-wrap .btn {
  padding: 15px;
  border-radius: 40px;
  display: inline-block;
  box-sizing: border-box;
  width: 335px;
  max-width: 100%;
  color: var(--color-text-invert);
  line-height: 2;
  text-align: center;
  text-decoration: none;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  font-size: 1rem;
  transition: opacity 0.2s;
}

.h_logo {
  display: block;
  line-height: 1;
  z-index: 3;
  padding-right: 30px !important;
}
@media screen and (max-width: 1080px) {
  .h_logo {
    margin-right: 0px;
    padding-right: 0px;
  }
}
.h_logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 120px;
}
@media screen and (max-width: 1080px) {
  .h_logo img {
    max-width: 120px;
  }
}
@media screen and (max-width: 769px) {
  .h_logo img {
    max-width: 100px;
  }
}
.h_logo a span {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
}
.h_logo a:visited {
  color: #fff;
}

section {
  overflow: hidden;
  transition: 0.8s;
}

.section__title {
  font-size: 2.8rem;
  text-align: left;
  font-weight: 400;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 769px) {
  .section__title {
    font-size: 2.4rem;
  }
}
.section__title span {
  position: relative;
}
.section__title--description {
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .section__title--description {
    font-size: 1.6rem;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.hero {
  color: #000;
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .hero {
    height: 100vh;
  }
}
@media screen and (max-width: 769px) {
  .hero {
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
.hero h2 {
  color: #fff;
  width: 18%;
  position: absolute;
  top: 46%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: drop-shadow(0 0px 80px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(0 0px 20px rgba(0, 0, 0, 0.9));
}
@media screen and (max-width: 1366px) {
  .hero h2 {
    width: 40%;
    margin-top: 10%;
  }
}
@media screen and (max-width: 1080px) {
  .hero h2 {
    width: 25%;
    margin-top: 0%;
  }
}
@media screen and (max-width: 769px) {
  .hero h2 {
    width: 40%;
    margin-top: 0%;
  }
}
.hero .hero_flex {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .hero .hero_flex {
    flex-wrap: wrap;
  }
}
.hero .hero_flex .hero_items {
  width: 25%;
  align-items: center;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1080px) {
  .hero .hero_flex .hero_items {
    width: 50%;
    height: 50vh;
  }
  .hero .hero_flex .hero_items:nth-child(odd) .btn {
    right: inherit !important;
    left: 30px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 769px) {
  .hero .hero_flex .hero_items:nth-child(odd) .btn {
    left: 50%;
  }
}
.hero .hero_flex .hero_items a.hero_ban {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: brightness(0.8);
}
.hero .hero_flex .hero_items a.hero_ban img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1080px) {
  .hero .hero_flex .hero_items a.hero_ban img {
    height: 50vh;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .hero .hero_flex .hero_items a.hero_ban img {
    height: 100%;
    max-width: inherit;
  }
}
.hero .hero_flex .hero_items a.hero_ban:hover {
  filter: brightness(0.6);
  transition: 0.5s;
}
.hero .hero_flex .hero_items .btn {
  position: absolute;
  bottom: 40px;
  right: 30px;
}
@media screen and (max-width: 769px) {
  .hero .hero_flex .hero_items .btn {
    bottom: 80px;
    right: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}
.hero .hero_flex .hero_items .btn a {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 20px;
  padding: 6px 20px 7px 24px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
.hero .hero_flex .hero_items .btn a:after {
  content: "";
  height: 8.2424322584px;
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: inline-block;
  background: #ffffff;
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  .hero .hero_flex .hero_items .btn a {
    padding: 6px 10px 7px 14px;
  }
}
.hero p.top_ban {
  margin: 0px auto;
  max-width: 290px;
  width: 20%;
}
@media screen and (max-width: 769px) {
  .hero p.top_ban {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .hero {
    line-height: 1.8;
  }
}

.scj {
  width: 40%;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  box-shadow: 0 6px 20px 0 rgba(35, 72, 114, 0.25);
  position: absolute;
  z-index: 2;
  bottom: 70px;
  right: 20px;
  color: #222;
}
@media (min-width: 1401px) {
  .scj {
    max-width: 500px;
  }
}
@media screen and (max-width: 1366px) {
  .scj {
    bottom: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .scj {
    width: 60%;
  }
}
@media screen and (max-width: 769px) {
  .scj {
    width: 100%;
    margin: auto auto 0;
    position: inherit !important;
  }
}
@media screen and (max-width: 400px) {
  .scj {
    padding: 20px;
    margin: auto auto 0;
    position: inherit !important;
  }
}
.scj .flex {
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .scj .flex {
    flex-wrap: wrap;
  }
}
.scj .flex .c-btn {
  margin-left: 15px;
}
@media screen and (max-width: 769px) {
  .scj .flex .c-btn {
    margin-left: 0px;
  }
}
.scj dt {
  margin-top: -10px;
  margin-bottom: 5px;
}
.scj dt span {
  background: #BD9F77;
  padding: 3px 5px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.scj dd {
  font-size: 1.3rem;
}

.viewmore {
  position: relative;
  text-align: center;
}
.viewmore .btn01 {
  display: inline-block;
  min-width: 200px;
  position: relative;
  font-size: 14px;
  background-color: #2A2625;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  padding-top: 7px;
  padding-bottom: 9px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .viewmore .btn01 {
    min-width: 180px;
    padding-top: 12px;
    padding-bottom: 15px;
  }
}
.viewmore .btn01:before {
  content: "";
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -22px;
  border-top: 2px solid #000000;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewmore .btn01:after {
  content: "";
  height: 8px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  border-left: 3px solid #3e3a39;
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewmore .btn01:hover:before {
  width: 73px;
  right: -42px;
}
.viewmore .btn01:hover:after {
  right: -40px;
}
.viewmore.btn-r {
  text-align: right;
}
.viewmore.btn-c {
  float: none;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .more {
    top: 5px;
    position: absolute;
    right: 0;
  }
}
.more a.m-link.line-b {
  float: right;
  background: none;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 16rem;
  height: 6em;
  color: #000;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b {
    width: 13rem;
  }
}
.more a.m-link {
  display: block;
  position: relative;
  margin: 0 auto;
}
.more a.m-link.line-b.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5.5rem;
  height: 1px;
  background: #000;
  background-image: url(../images/common/arrow2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b.arrow::before {
    width: 3.5rem;
  }
}
.more a.m-link.line-b span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b span {
    font-size: 12px;
  }
}
.more a.m-link.line-b span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
.more a.m-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -1px;
  right: 0;
  border-bottom: 1px solid #263B61;
  z-index: 10;
  transition: all 0.5s ease;
}
.more a.m-link.line-b {
  text-align: left;
  color: #000;
}
.more a.m-link:hover {
  opacity: 1;
}
.more a.m-link:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.more a.m-link.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8.5rem;
  height: 1px;
  background: #fff;
  /* background-image: url(../images/common/arrow2.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% auto;*/
}
.more a.m-link span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 13px;
  text-align: center;
}
.more a.m-link span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #fff;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
.more a.m-link.line-b span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.more a.m-link.line-b.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5.5rem;
  height: 1px;
  background: #000;
  /* background-image: url(../images/common/arrow2.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% auto;*/
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b.arrow:before {
    width: 3.5rem;
  }
}
.more a.m-link.line-b span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
@media screen and (max-width: 769px) {
  .more {
    margin-left: auto;
  }
}

.news .container {
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .news .container {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
}
.news .container h2 {
  border-right: 2px solid #666;
  padding-right: 40px;
  margin-right: 40px;
  font-size: 2.8rem;
}
@media screen and (max-width: 769px) {
  .news .container h2 {
    font-size: 2.2rem;
  }
}
.news .news-frame {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .news .news-frame {
    display: block;
  }
}
.news .news_day {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0px;
}
.news .news_day .news-item-time {
  font-size: 12px;
}
.news .news-item-new-label {
  display: none;
}
.news .news_tit {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 0px;
}
@media screen and (max-width: 769px) {
  .news .news_tit {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 769px) {
  .news .news_tit {
    font-size: 1.6rem;
  }
}
.news .news-frame p + p {
  margin-top: 0px;
}
.news #scbar {
  margin-bottom: 20px;
  margin-top: 20px;
}

.news_list .container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .news_list .container {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap !important;
  }
}
.news_list .container h2 {
  margin-right: 40px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}
.news_list .container h2 span {
  font-size: 11px;
  display: block;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 769px) {
  .news_list .container h2.section__title {
    border-right: 2px solid #666;
    padding-right: 40px;
    margin-bottom: 30px;
  }
}
.news_list__cont {
  border-left: 2px solid #666;
  padding-left: 40px;
  width: calc(90% - 80px);
}
@media screen and (max-width: 1080px) {
  .news_list__cont {
    border-left: none;
    padding-left: 0px;
    width: 100%;
  }
}
.news_list .read-more a {
  border-bottom: none !important;
}
.news_list .news-frame {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .news_list .news-frame {
    display: block;
  }
}
.news_list .news_day {
  font-size: 12px;
  margin-bottom: 0;
}
.news_list .news_tit {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 1080px) {
  .news_list .news_tit {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 769px) {
  .news_list .news_tit {
    font-size: 1.6rem;
  }
}
.news_list .news-frame p + p {
  margin-top: 0px;
}
.news_list .news_page__cont {
  border-left: 2px solid #666;
  padding-left: 40px;
  /*width:calc(100% - 10% - 80px);*/
}
@media screen and (max-width: 1080px) {
  .news_list .news_page__cont {
    width: 100%;
    border-left: none;
    padding-left: 0px;
  }
}
.news_list .news_page__cont .news-frame {
  border-bottom: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .news_list .news_page__cont .news-frame {
    display: block;
  }
}
.news_list .news_page__cont .news-frame .news_tit {
  font-size: 18px;
  margin-bottom: 25px;
}

#subject .container {
  flex-wrap: nowrap;
}
#subject .container h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}
#subject .container h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: rgb(23, 16, 10);
  transform: rotate(-60deg);
  position: absolute;
  left: 0px;
  top: 40%;
}

.acms-text-center {
  width: 100%;
  margin-top: 60px;
}
.acms-text-center .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.acms-text-center .pager li {
  padding: 0 15px;
  color: #ddd;
}
.acms-text-center .pager li.cur {
  color: #000;
  font-weight: 400;
}
.acms-text-center .pager li span a {
  text-decoration: none;
  color: #666;
  outline: none;
}
.acms-text-center .pager.pager_items li {
  text-align: center;
}
.acms-text-center .pager.pager_items li:first-child a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background: #222;
  color: #fff;
}

.read-more {
  text-align: right;
  margin-top: 10px;
}
.read-more a {
  border-bottom: 1px solid #ccc;
  color: #333;
  display: inline-block;
  position: relative;
  width: 16rem;
  height: 4em;
  text-align: left;
}
.read-more a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5rem;
  height: 1px;
  background: #000;
}
.read-more a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -1px;
  right: 0;
  border-bottom: 1px solid #263B61;
  z-index: 10;
  transition: all 0.5s ease;
}
.read-more a span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  font-size: 12px;
}
.read-more a span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
.read-more a:hover {
  opacity: 1;
}
.read-more a:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.acms-grid.entry-column h2 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 40px;
  background: none;
}
.acms-grid.entry-column h2:before {
  content: "";
  border-right: 5px solid #ccc;
  margin-right: 15px;
}
.acms-grid.entry-column h2:first-of-type {
  margin-top: 0px;
}
.acms-grid.entry-column h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
  border-left: none;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .acms-grid.entry-column h3 {
    font-size: 15px;
  }
}
.acms-grid.entry-column h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: rgb(23, 16, 10);
  transform: rotate(-60deg);
  position: absolute;
  left: 0px;
  top: 40%;
}
.acms-grid.entry-column p {
  margin-left: 0;
}

.bg-bc {
  background: linear-gradient(90deg, #f3f8fc 0%, #f3f8fc 67%, #0397A8 67%, #0397A8 100%);
}

.bg-bcg {
  background: linear-gradient(90deg, #0397A8 0%, #0397A8 33%, #F6F4EC 33%, #F6F4EC 100%);
}

.bg-gray {
  background-color: #F0F0F0;
}

.bg_top {
  position: relative;
  width: 100%;
  background: url(../images/top/img_filigrane.jpg) no-repeat fixed center bottom;
  padding-top: 500px;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .bg_top {
    background-position: 95% bottom;
  }
}
.bg_top__container {
  position: fixed;
  color: #fff;
  top: 20%;
  right: 0;
}
@media screen and (max-width: 769px) {
  .bg_top__container {
    left: 0;
  }
}
.bg_top .section__title {
  text-align: left;
  line-height: 1.1;
  margin-bottom: 30px;
  font-size: 5rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.bg_top .section__title span {
  font-size: 25%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 769px) {
  .bg_top .section__title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .bg_top .section__title span {
    font-size: 40%;
  }
}
.bg_top__image {
  width: 100%;
}
@media (max-width: 768px) {
  .bg_top__image {
    width: 100%;
  }
}
.bg_top__image img {
  width: 100%;
  height: auto;
}
.bg_top p {
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 5px;
}
@media screen and (max-width: 769px) {
  .bg_top p {
    font-size: 1.4rem;
  }
}
.bg_top p.shop_site {
  text-align: right;
}
.bg_top p a {
  color: #fff;
}
.bg_top p a::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_link_w.png) no-repeat center right;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  margin-left: 15px;
  background-size: cover;
}
.bg_top p.shop_tel {
  font-size: 2.4rem;
  margin: 0;
}
.bg_top p.shop_tel a::after {
  display: none;
}

.intro__container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .intro__container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.intro .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  display: block;
  line-height: 1;
  font-size: 100px;
  font-family: "Fjalla One", sans-serif;
  color: #e5e4e3;
  font-weight: normal;
}
@media screen and (max-width: 1366px) {
  .intro .section__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .intro .section__title {
    font-size: 100px;
  }
}
@media screen and (max-width: 769px) {
  .intro .section__title {
    font-size: 50px;
  }
}
.intro .section__title span {
  color: #000;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: -1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  .intro .section__title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .intro .section__title span {
    font-size: 24px;
  }
}
.intro__image {
  width: 100%;
}
@media (max-width: 768px) {
  .intro__image {
    width: 100%;
  }
}
.intro__image img {
  width: 100%;
  height: auto;
}
.intro .intro_pr {
  order: 2;
  width: 54%;
  margin-top: 80px;
  padding: 0 120px;
}
@media screen and (max-width: 1080px) {
  .intro .intro_pr {
    padding: 0 40px;
    order: 1;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
.intro .intro_top {
  order: 1;
  flex-basis: 23%;
}
@media screen and (max-width: 1080px) {
  .intro .intro_top {
    order: 2;
    flex-basis: 48%;
  }
}
.intro .intro_top .intro_img01 {
  margin-top: 30px;
  position: relative;
}
.intro .intro_top .intro_img01:after {
  content: "";
  display: block;
  background: #000;
  width: 35%;
  height: 26%;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.intro .intro_btm {
  display: flex;
  flex-direction: column;
  order: 3;
  flex-basis: 23%;
}
@media screen and (max-width: 1080px) {
  .intro .intro_btm {
    flex-basis: 48%;
  }
}
.intro .intro_btm .intro_img02 {
  width: 48%;
  margin-left: auto;
  position: relative;
}
.intro .intro_btm .intro_img02:after {
  content: "";
  display: block;
  background: #000;
  width: 35%;
  height: 35%;
  position: absolute;
  bottom: 20px;
  left: -20px;
}
.intro .intro_btm .intro_img03 {
  width: 80%;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .intro .intro_btm .intro_img03 {
    margin-left: auto;
  }
}
.intro .intro_btm .intro_img03:after {
  content: "";
  display: block;
  background: #000;
  width: 35%;
  height: 35%;
  position: absolute;
  bottom: -20px;
  left: 50%;
}

.subject {
  background: #fff;
}
.subject__container {
  position: relative;
}
.subject .section__title {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .subject .section__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.subject__image {
  width: 100%;
}
@media (max-width: 768px) {
  .subject__image {
    width: 100%;
  }
}
.subject__image img {
  width: 100%;
  height: auto;
}
.subject__cont {
  position: relative;
}
.subject__cont p {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .subject__cont p {
    text-align: left;
  }
}
@media screen and (max-width: 769px) {
  .subject__cont {
    margin: 0px auto 0;
  }
}

.howto__box {
  display: flex;
  border-left: 1px solid #666;
}
@media screen and (max-width: 1080px) {
  .howto__box {
    flex-wrap: wrap;
  }
}
.howto__box .items {
  width: 25%;
  border-right: 1px solid #666;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .howto__box .items {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .howto__box .items {
    width: 100%;
  }
}
.howto__box .items h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
  width: 100%;
}
.howto__box .items .image {
  text-align: center;
  width: 80px;
  height: auto;
  margin: 0 auto 20px;
}
.howto__box .items .image img {
  width: auto;
  height: 60px;
}
.howto__box .items .comment {
  font-size: 12px;
  margin-bottom: 30px;
}
.howto__box .items a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 4em;
  height: 4em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: auto auto 0;
  display: none;
}

.feuture {
  /*overflow: visible; */
}
.feuture__container {
  position: relative;
}
.feuture__container .section__title {
  margin-bottom: 25px;
}
.feuture__container #formBox {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.feuture__cont {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 769px) {
  .feuture__cont {
    margin: 0 auto 40px;
    flex-wrap: wrap;
  }
}
.feuture__cont__inner {
  width: 52%;
  position: relative;
  /*padding-right: 50px;*/
}
@media screen and (max-width: 769px) {
  .feuture__cont__inner {
    width: 100%;
  }
}
.feuture__cont__inner h3 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: normal;
}
.feuture__cont__inner .image {
  margin-bottom: 20px;
}
.feuture__cont__inner .image img {
  border-radius: 0 20px 0px 20px;
}
.feuture__cont__inner a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.feuture__cont__inner .flex {
  align-items: center;
}
.feuture__cont__inner ul {
  margin-left: auto;
}
.feuture__cont__inner ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  color: #FF8181;
}
.feuture__cont__inner ul li:before {
  content: "#";
  color: #FF8181;
}
.feuture__cont__inner .c-btn {
  justify-content: flex-end;
}
.feuture__cont__text {
  width: 50%;
}
@media (max-width: 768px) {
  .feuture__cont__text {
    width: 100%;
  }
}
.feuture__cont__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .feuture__cont__text p {
    margin: 20px 0 0;
  }
}
.feuture .viewmore.btn-c {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 769px) {
  .feuture .viewmore.btn-c {
    right: 0;
    left: 0;
    bottom: -80px;
    top: inherit;
  }
}
.feuture .swiper {
  overflow: visible;
}

.sticky_wrap {
  /*overflow: hidden;
  position: sticky;
  top: 0;
  height: 100vh;*/
}
.sticky_wrap .feuture__cont {
  flex-wrap: nowrap;
}
.sticky_wrap .feuture__cont.horizontal_scroll {
  /*position: absolute;
  top: 0;
  height: 100%;*/
  /*width: 400vw;*/
  will-change: transform;
  display: flex;
  justify-content: space-between;
}
.sticky_wrap .feuture__cont.horizontal_scroll .feuture__cont__inner {
  height: 100%;
  width: 100vw;
}

.ht01 .swiper-button-prev, .ht01 .swiper-button-next {
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 50%;
  margin-top: 0;
  top: 9px;
}
@media screen and (max-width: 1080px) {
  .ht01 .swiper-button-prev, .ht01 .swiper-button-next {
    top: 0px;
  }
}
.ht01 .swiper-button-prev:after, .ht01 .swiper-button-next:after {
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding-right: 5px;
}
.ht01 .swiper-button-prev {
  left: calc(100% - 90px);
}
.ht01 .swiper-button-prev:after {
  padding-right: 5px;
}
.ht01 .swiper-button-next {
  right: 0;
}
.ht01 .swiper-button-next:after {
  padding-left: 5px;
}

.size__box {
  padding: 40px;
  border-radius: 0 20px 0px 20px;
}
@media screen and (max-width: 1080px) {
  .size__box {
    padding: 0px;
  }
}

.itemlist {
  background: #fff;
}
.itemlist__container {
  position: relative;
}
.itemlist__cont {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 17.6%);
  row-gap: 24px;
  -moz-column-gap: 3%;
       column-gap: 3%;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .itemlist__cont {
    margin: 0 auto 40px;
    grid-template-columns: repeat(auto-fit, 30%);
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 769px) {
  .itemlist__cont {
    margin: 0 auto 40px;
    grid-template-columns: repeat(auto-fit, 46%);
    -moz-column-gap: 8%;
         column-gap: 8%;
  }
}
.itemlist__cont__inner {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .itemlist__cont__inner {
    width: 100%;
    margin-bottom: 0px;
  }
}
.itemlist__cont__inner h3 {
  font-size: 1.5rem;
  font-weight: normal;
}
.itemlist__cont__inner p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
}
.itemlist__cont__inner .image {
  margin-bottom: 10px;
}
.itemlist__cont__inner .image img {
  border-radius: 0 20px 0px 20px;
}
.itemlist__cont__inner .image:hover {
  filter: brightness(0.8);
}
.itemlist__cont__inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.itemlist__cont .price {
  text-align: right;
}
.itemlist__cont .price span {
  font-size: 12px;
}
.itemlist__cont__text {
  width: 50%;
}
@media (max-width: 768px) {
  .itemlist__cont__text {
    width: 100%;
  }
}
.itemlist__cont__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .itemlist__cont__text p {
    margin: 20px 0 0;
  }
}
.itemlist .viewmore.btn-c {
  margin: 0 auto;
}
.custom {
  overflow: inherit;
}
.custom__container {
  position: relative;
}

.design_items__image {
  width: 50%;
  position: sticky;
  height: 100vh;
  top: 70px;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .design_items__image {
    height: 50vh;
  }
}
@media screen and (max-width: 769px) {
  .design_items__image {
    width: 100%;
    position: relative;
    height: inherit;
  }
}

.design_box {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-top: 100px;
  z-index: 0;
}
.design_box .design_items {
  width: calc(50% - 40px);
  position: relative;
}
@media screen and (max-width: 769px) {
  .design_box .design_items {
    width: 100%;
  }
}
.design_box .design_items__text {
  padding: 50px;
}
@media screen and (max-width: 1080px) {
  .design_box .design_items__text {
    padding: 0px;
  }
}
.design_box .design_items__text p {
  margin-bottom: 40px;
}
.design_box .design_items__text h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300;
  position: relative;
  margin-left: 20px;
}
.design_box .design_items__text h3:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #17100a;
  transform: rotate(-60deg);
  position: absolute;
  left: -30px;
  top: 50%;
}
@media screen and (max-width: 1080px) {
  .design_box .design_items__text h3 {
    padding-left: 10px;
    line-height: 1.4;
  }
}

.access__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.access__container .flex {
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .access__container .flex {
    flex-direction: column;
  }
}
.access__image {
  width: 48%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .access__image {
    width: 100%;
  }
}
.access__image img {
  width: 100%;
  height: auto;
}
.access__scj {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1080px) {
  .access__scj {
    width: 100%;
  }
}
.access__scj .info {
  margin-bottom: 25px;
}
.access__scj .info h2 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .access__scj .info h2 {
    font-size: 1.8rem;
  }
}
.access__scj .info p {
  font-size: 1.5rem;
}
.access__scj .info__tel {
  font-size: 3.2rem !important;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .access__scj p.text-right {
    text-align: left !important;
  }
}
.access__scj dl {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.access .viewmore {
  margin-left: auto;
  margin-right: 5%;
}
.access h4:last-of-type {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.map iframe {
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  height: 300px;
}
@media (min-width: 768px) {
  .map iframe {
    height: 500px;
  }
}

.y-btn a {
  text-decoration: none;
  font-size: 14px;
  color: #0198B7;
  display: flex;
  align-items: center;
}
.y-btn a:before {
  content: "";
  background: url(../../images/common/icon_calender_b.svg) no-repeat center right;
  background-size: auto;
  width: 18px;
  height: 15px;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  background-size: contain;
}
.y-btn a:after {
  background: url(../../images/common/arrow_2.svg) no-repeat center right;
  background-size: auto;
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  margin-top: 2px;
  background-size: contain;
}

.contact_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .contact_box {
    display: block;
  }
}
.contact_box .tel {
  font-size: 3.6rem !important;
  line-height: 1;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  .contact_box .tel {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.contact_box .tel::before {
  content: "";
  background: url(../../images/common/icon_tel.svg) no-repeat center left;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: contain;
  vertical-align: bottom;
}
.contact_box .viewmore {
  display: block;
  margin: 0 auto;
}
.contact_box h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

footer .footer__container {
  padding-top: 60px;
  background: #EAE8E4;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  footer .footer__container {
    flex-direction: column;
  }
}
footer .footer__container .info_wrap {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  width: 42%;
}
@media screen and (max-width: 1080px) {
  footer .footer__container .info_wrap {
    width: 100%;
    padding-right: 0px;
    border-right: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer__container .info_wrap .md_top {
    width: 40%;
  }
  footer .footer__container .info_wrap .md_bottom {
    width: 55%;
  }
}
@media screen and (max-width: 769px) {
  footer .footer__container .info_wrap {
    border-right: none;
    padding-right: 0px;
    width: 100%;
    display: block;
  }
  footer .footer__container .info_wrap .md_top {
    width: 100%;
  }
  footer .footer__container .info_wrap .md_bottom {
    width: 100%;
  }
}
footer .footer__container .info_wrap h1 {
  width: 170px;
  margin-bottom: 5px;
}
footer .footer__container .info_wrap p.shop_map {
  margin-top: 0px;
}
@media screen and (max-width: 1080px) {
  footer .footer__container .info_wrap p.shop_map {
    width: 100%;
  }
}
footer .footer__container .info_wrap p.shop_site {
  text-align: right;
}
footer .footer__container .info_wrap p.shop_site a:after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_link.png) no-repeat center right;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  margin-left: 15px;
}
footer .footer__container .info_wrap .shop_add {
  margin-top: 0;
}
footer .footer__container .info_wrap .info {
  display: flex;
  padding: 0 0px;
  font-size: 14px;
  border-right: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  footer .footer__container .info_wrap .info {
    align-items: inherit;
    width: 100%;
    margin-top: 10px;
  }
}
footer .footer__container .info_wrap .info p {
  font-size: 16px;
}
@media screen and (max-width: 1080px) {
  footer .footer__container .info_wrap .info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  footer .footer__container .info_wrap .info p {
    text-align: center;
  }
}
footer .footer__container .info_wrap .info p.tel {
  font-size: 22px !important;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1080px) {
  footer .footer__container .info_wrap .info p.tel {
    justify-content: center;
    margin: 0;
  }
}
footer .footer__container .info_wrap .info p.tel::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url(../images/common/icon_tel_f.png);
  background-size: cover;
  display: block;
}
@media screen and (max-width: 1366px) {
  footer .footer__container .info_wrap .info p.tel::before {
    width: 30px;
    height: 30px;
  }
}
footer .footer__container .info_wrap .info p.tel a {
  color: #000 !important;
  padding-left: 5px;
}
@media screen and (max-width: 769px) {
  footer .footer__container .info_wrap .info p.tel a {
    padding-left: 5px;
  }
}
footer .footer__container .info_wrap .info p.tel span {
  display: block;
  width: 100%;
  font-size: 14px;
}
footer .footer__container .info_wrap .info p.mail {
  margin-top: 0;
}
@media screen and (max-width: 1080px) {
  footer .footer__container .info_wrap .info p.mail {
    margin-top: 5px;
  }
}
footer .footer__container .info_wrap .info p.mail a {
  position: relative;
  font-size: 12px;
  background-color: #2A2625;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 11px 20px 12px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  footer .footer__container .info_wrap .info p.mail a {
    font-size: 12px;
    padding: 10px 20px 12px;
  }
}
footer .footer__container .info_wrap .info p.mail a::before {
  content: "";
  margin-right: 10px;
  vertical-align: middle;
  background: url(../images/common/icon_mail_f.png) center;
  display: inline-block;
  width: 20px;
  height: 14px;
  background-size: contain;
  margin-bottom: 3px;
}
footer .footer__container .info_wrap .info p.open {
  display: block;
  width: 100%;
}
footer .footer__container .info_wrap .info .f_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 20px auto 0;
}
footer .footer__container .info_wrap .info .f_sns p {
  margin-top: 0;
  margin: 0 10px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  footer .footer__container .info_wrap .info .f_sns p img {
    width: 40px;
  }
}
footer .footer__container nav {
  width: 55%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  footer .footer__container nav {
    margin-bottom: 40px;
    display: block;
    position: relative;
    opacity: 1;
    background: none;
    min-height: inherit;
    border-left: none;
    padding-left: 0px;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 769px) {
  footer .footer__container nav {
    width: 100%;
    border-left: none;
    padding-left: 0px;
  }
}
footer .footer__container nav ul {
  display: flex;
  align-items: center;
  padding: 0 0px;
  text-align: center;
  margin-top: 50px;
  justify-content: space-between;
}
footer .footer__container nav ul li {
  font-size: 14px;
  white-space: nowrap;
  padding: 0;
}
footer .footer__container nav ul li a {
  color: #000 !important;
}
footer .footer__container .f_guide {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  footer .footer__container .f_guide {
    flex-direction: column;
  }
}
footer .footer__container .f_guide h2 {
  font-size: 13px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: 400;
  border-left: 5px solid #ccc;
  padding-left: 10px;
  line-height: 1;
}
footer .footer__container .f_guide h2:not(:first-of-type) {
  margin-top: 20px;
}
footer .footer__container .f_guide .item {
  width: calc(50% - 20px);
  box-sizing: border-box;
  height: inherit;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 1080px) {
  footer .footer__container .f_guide .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 769px) {
  footer .footer__container .f_guide .item {
    width: 100%;
  }
}
footer .footer__container .f_guide .item h3 {
  font-size: 12px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 300;
  margin-top: 10px;
}
footer .footer__container .f_guide .item p {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
footer .footer__container .f_guide .item .fnav_txt {
  padding: 10px;
  border: #ccc 1px solid;
}
footer .footer__container .f_info {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
footer .footer__container .f_info .info_ysteez {
  margin-bottom: 20px;
}
footer .footer__container .f_info .info_ysteez h1 img {
  display: inline;
}
footer .footer__container .f_info .info_ysteez p {
  text-align: center;
}
footer .footer__container .f_info .info_ysteez p a:after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_link.png) no-repeat center right;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  margin-left: 15px;
}
footer .footer__container .f_info .f_sns {
  display: flex;
  justify-content: center;
}
footer .footer__container .f_info .f_sns p {
  padding: 0 10px;
}
footer .footer__container .f_info ul {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  footer .footer__container .f_info ul {
    justify-content: space-around;
  }
}
footer .footer__container .f_info ul li {
  font-size: 12px;
  padding: 0 20px;
  list-style-type: none;
}
@media screen and (max-width: 769px) {
  footer .footer__container .f_info ul li {
    padding: 0 0px;
  }
}
footer .footer__container .f_info ul li a {
  color: #707070 !important;
}
footer small {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  margin: 0 auto 10px;
}

.footer_tab {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 100%;
  font-size: 10px;
}
.footer_tab th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  padding: 10px 5px;
  font-size: 10px;
  font-weight: 300;
}
.footer_tab td {
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 10px 5px;
  border-right: 1px solid #ccc;
  font-size: 10px;
  font-weight: 300;
}

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: url(../images/common/pagetop.png) no-repeat center center;
  background-size: auto;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  #pagetop {
    width: 70px;
    height: 110px;
  }
}

.brc__container {
  position: relative;
}

.topicpath {
  margin-bottom: 20px;
  margin-top: 20px;
}
.topicpath-list {
  list-style-type: none;
  display: flex;
  padding: 0;
  overflow-x: hidden;
}
.topicpath-item {
  font-size: 12px !important;
  margin-right: 3px;
}
.topicpath-item::after {
  display: inline-block;
  margin-left: 3px;
  content: "/";
}

.entry-fdimg .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 90vh;
}

.entry-fd .brc__container {
  padding: 10px 25px 10px;
}
.entry-fd .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 90vh;
}
.entry-fd h2 {
  text-align: center;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 50px;
  line-height: 1.5;
}
.entry-fd h2 span {
  font-size: 4.8rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  display: block;
}
.entry-fd p {
  text-align: center;
}
.entry-fd .subimage {
  width: 100%;
  margin: 60px auto;
}
.entry-fd .subimage:nth-of-type(3n) {
  width: 60%;
  margin: 60px 0 60px auto;
}
.entry-fd .subimage:nth-of-type(4n) {
  width: 60%;
  margin: -10% auto 60px 0;
}
.entry-fd .subimage:nth-of-type(5n) {
  margin-top: 60px;
  width: 80%;
}

.entry {
  overflow: inherit;
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .entry__container .design_items__image {
    top: 0;
  }
}
.entry__container .design_items__image .swiper-button-next, .entry__container .design_items__image .swiper-button-prev {
  color: #fff;
}
.entry__container .design_items__image img {
  border-radius: 10px;
}
.entry__container .section__title {
  margin-bottom: 20px;
}
.entry__cont {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: -100vh;
}
@media screen and (max-width: 1080px) {
  .entry__cont {
    margin-top: -50vh;
  }
}
@media screen and (max-width: 769px) {
  .entry__cont {
    display: block;
    margin-top: 50px;
  }
}
.entry__cont__item {
  width: calc(50% - 50px);
}
@media screen and (max-width: 769px) {
  .entry__cont__item {
    width: 100%;
  }
}
.entry__cont__item .section__title {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.entry__cont__item .item-size {
  margin-bottom: 10px;
}
.entry__cont__item .item-message .attention {
  border: none;
  padding: 0px 0 0 0;
  font-size: 12px;
  margin-top: 0px;
  text-align: right;
}
.entry__cont__item .js-shopping-cart {
  padding-top: 0px;
}
.entry__cont__item .js-shopping-cart th {
  width: 20%;
  padding: inherit;
  line-height: 1.9;
  font-size: 1.4rem;
  color: inherit;
}
.entry__cont__item .size-wrapper {
  width: 100%;
  margin-top: 20px;
}
.entry__cont__item .size-wrapper:first-of-type {
  margin-top: 0;
}
.entry__cont__item .size-wrapper.cart {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
.entry__cont__item .size-wrapper.cart .select {
  margin-top: 10px;
}
.entry__cont__item .size-wrapper .size-list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-grow: 2;
}
@media screen and (max-width: 1080px) {
  .entry__cont__item .size-wrapper .size-list {
    padding-left: 0;
  }
}
.entry__cont__item .size-wrapper .size-list li {
  display: flex;
  margin-left: 5px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.entry__cont__item .size-wrapper .size-list li a {
  color: #666;
  text-align: center;
  font-size: 10px;
  display: inline-flex;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 6px;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.entry__cont__item .size-wrapper .size-list li a:hover {
  background: #666;
  color: #fff;
}
.entry__cont__item .size-wrapper .size-list li a.stay {
  background: #666;
  color: #fff;
}
.entry__cont__item .size-wrapper .size-list.ysdesign li:nth-child(-n+2) {
  display: none;
}
.entry__cont__item .select {
  display: inline-block;
  position: relative;
  border: none;
  vertical-align: middle;
}
.entry__cont__item .select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  display: inline-block;
}
.entry__cont__item .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 15px;
  padding-right: 5em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.entry__cont__item .select select.quantity {
  border: none;
}
.entry__cont__item .select select::-ms-expand {
  display: none;
}
.entry__cont__item .acms-admin-form-radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.entry__cont__item .acms-admin-form-radio input {
  display: none;
}
.entry__cont__item .acms-admin-form-radio label {
  display: block;
  float: left;
  cursor: pointer;
  width: 50%;
  margin: 0;
  padding: 15px;
  background: #fff;
  color: #666;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
  border: 1px solid #ccc;
}
.entry__cont__item .acms-admin-form-radio label:first-of-type {
  border-radius: 20px 0 0 20px;
}
.entry__cont__item .acms-admin-form-radio label:last-of-type {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 1080px) {
  .entry__cont__item .acms-admin-form-radio label {
    width: 50%;
  }
}
.entry__cont__item .acms-admin-form-radio input[type=radio]:checked + .switch-on {
  background-color: #666;
  color: #fff;
  border-right: none;
}
.entry__cont__item .acms-admin-form-radio input[type=radio]:checked + .switch-off {
  background-color: #666;
  color: #fff;
  border-left: none;
}
.entry__cont__item .entry-price-wrap {
  text-align: right;
}
.entry__cont__item .entry-price-wrap .entry-price {
  font-size: 36px;
}
.entry__cont__item .entry-price-wrap .entry-price span {
  font-size: 16px;
}
.entry__cont__item .btn {
  display: block;
  box-sizing: border-box;
  width: 335px;
  max-width: 100%;
  padding: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  background-color: #222;
  border-radius: 40px;
  font-size: 14px;
  transition: opacity 0.2s;
  margin: 30px auto 0;
}
.entry__cont__item .btn:hover {
  background: #333;
}
.entry__cont__item__info {
  margin-top: 60px;
}
.entry__cont__item__info .tab-label {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 60px;
}
.entry__cont__item__info .tab-label-heading:not(:last-of-type) .tab-label {
  margin-right: 2px !important;
}
.entry__cont__item__info .tab-label input[name=tab-radio] {
  display: none;
}
.entry__cont__item__info .tab-label label {
  color: #525252 !important;
  cursor: pointer !important;
  padding: 10px 60px 10px 0 !important;
  transition: 0.3s;
  font-size: 14px;
  border-bottom: 1px solid #333;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .entry__cont__item__info .tab-label label {
    padding: 10px 40px 10px 0 !important;
  }
}
.entry__cont__item__info .tab-label label:hover {
  opacity: 0.7 !important;
}
.entry__cont__item__info .tab-label input:checked + h2 > label {
  color: #000 !important;
  border-bottom: 2px solid #333;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .entry__cont__item__info .tab-label {
    margin-bottom: 30px;
  }
}
.entry__cont__item__info .tab_content {
  display: none;
  padding: 40px 0px 0;
  clear: both;
  overflow: hidden;
}
.entry__cont__item__info .tab_content p {
  font-size: 12px;
}
.entry__cont__item__info .tab_content .cc_list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 1080px) {
  .entry__cont__item__info .tab_content .cc_list {
    padding-left: 0px;
  }
}
.entry__cont__item__info .tab_content .cc_list li img {
  width: 78px;
}
@media screen and (max-width: 1080px) {
  .entry__cont__item__info .tab_content .cc_list li img {
    width: 50px;
  }
}
.entry__cont__item__info #tab-a:checked ~ #panel-a,
.entry__cont__item__info #tab-b:checked ~ #panel-b,
.entry__cont__item__info #tab-c:checked ~ #panel-c {
  display: block;
}

.share-wrapper {
  display: flex;
  margin-top: 20px;
  text-align: right;
  justify-content: end;
}
.share-wrapper .share-text {
  margin-right: 15px;
  font-size: 1.4rem;
}
.share-wrapper .share-list {
  list-style-type: none;
  display: flex;
}
.share-wrapper .share-list .share-item {
  padding-left: 5px;
}
.share-wrapper .share-list .acms-icon-facebook-circle::before {
  content: "";
  background: url(../images/common/icon_fb.svg) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}
.share-wrapper .share-list .acms-icon-twitter-circle::before {
  content: "";
  background: url(../images/common/icon_inst.svg) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}
.share-wrapper .share-list .acms-hide-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.share-wrapper .share-list .acms-icon, .share-wrapper .share-list [class*=acms-icon-] {
  font-weight: normal;
  font-family: "acms-fonts";
  font-style: normal;
  line-height: 1;
  text-transform: none;
}

/*entry image*/
.sticky_item {
  position: sticky;
  height: 0;
  width: 50%;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* レイアウトのためのスタイル エントリー */
.entry .swiper {
  max-width: 500px;
  width: 100%;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.feuture .scroll_container .swiper {
  margin-left: 0;
}

.pr__container {
  text-align: center;
}
.pr__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .pr__container h2 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.pr__container p {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .pr__container p {
    text-align: left;
  }
}

.about_page__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.about_page__image {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 5%;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about_page__image {
    width: 100%;
  }
}
.about_page__image img {
  width: 100%;
  height: auto;
}
.about_page__text {
  width: 70%;
}
@media (max-width: 768px) {
  .about_page__text {
    width: 100%;
  }
}
.about_page__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .about_page__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .about_page .viewmore {
    margin-left: auto;
    margin-right: 5%;
  }
}

.subject__page {
  background: #F6F4EC;
}
.subject__page .subject__container {
  padding: 80px 15%;
  background: #fff;
  margin: 0px auto 60px;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container {
    padding: 40px 5% 40px;
    margin: 0px auto 60px;
  }
}
.subject__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.subject__page .subject__container .section__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #0198B7;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  margin: 0 auto;
}
.subject__page .subject__container .about__image {
  margin-bottom: 30px;
}
.subject__page .subject__container .comment {
  margin-bottom: 40px;
}
.subject__page .subject__container h3 {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container h3 {
    margin-bottom: 20px;
  }
}
.subject__page .subject__container h3::before {
  content: "";
  display: none;
}
.subject__page .subject__container .flex {
  border-top: 1px dashed #BD9F77;
  padding-top: 40px;
  align-items: top;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.subject__page .subject__container .flex-no {
  display: block;
}
.subject__page .subject__container .flex .inner_tw {
  width: 46%;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex .inner_tw {
    width: 100%;
  }
  .subject__page .subject__container .flex .inner_tw:first-of-type {
    margin-bottom: 40px;
  }
}
.subject__page .subject__container .flex .inner_th {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex .inner_th {
    width: 100%;
    margin-bottom: 40px;
  }
  .subject__page .subject__container .flex .inner_th:last-of-type {
    margin-bottom: 0px;
  }
}
.subject__page .subject__container .flex .inner_tn {
  width: 100%;
  margin-bottom: 40px;
}
.subject__page .subject__container .flex .inner_tn:last-of-type {
  margin-bottom: 0px;
}
.subject__page .subject__container h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.subject__page .subject__container h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: -10px;
}
.subject__page .subject__container dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container dl {
    margin-bottom: 20px;
  }
}
.subject__page .subject__container dl dt {
  margin-right: 15px;
}
.subject__page .subject__container dl dt span {
  background: #BD9F77;
  padding: 2px 5px 3px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.subject__page .subject__container dl dd {
  font-size: 1.5rem;
}
.subject__page .subject__container ul {
  font-size: 1.5rem;
}
.subject__page .subject__container ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.access__page {
  background: #F6F4EC;
}
.access__page .subject__container {
  padding: 80px 15%;
}
@media screen and (max-width: 769px) {
  .access__page .subject__container {
    padding: 40px 15px;
    margin: 0 auto;
  }
}
.access__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.access__page .subject__container h3 {
  margin-bottom: 30px;
  text-align: center;
}
.access__page .subject__container h3::before {
  content: "";
  display: none;
}
.access__page .subject__container h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.access__page .subject__container h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: -10px;
}
@media screen and (max-width: 769px) {
  .access__page .subject__container h4:last-of-type {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .access__page .subject__container h4 {
    margin-bottom: 20px;
  }
}
.access__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .access__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.access__page .subject__container .flex {
  align-items: flex-start;
  flex-wrap: wrap;
}
.access__page .subject__container .flex img {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  margin-top: 20px;
}
.access__page .subject__container .flex img:nth-child(3n) {
  margin-right: 0px;
}

.contact p {
  margin-bottom: 40px;
}
.contact .c-btn {
  margin: 0 auto;
}

.tel__page {
  background: #EEF7F9;
}
@media screen and (max-width: 1080px) {
  .tel__page {
    padding: 100px 10%;
  }
}
@media screen and (max-width: 769px) {
  .tel__page {
    padding: 50px 5%;
  }
}
.tel__page .subject__container {
  padding: 0;
  font-size: 1.5rem;
  background: none;
}
@media screen and (max-width: 769px) {
  .tel__page .subject__container:last-of-type p.tel {
    text-align: left !important;
  }
}
@media screen and (max-width: 769px) {
  .tel__page .subject__container {
    margin: 0 auto;
  }
}
.tel__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.tel__page .subject__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #0198B7;
  font-weight: 400;
  text-align: center;
}
.tel__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .tel__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.tel__page .subject__container .tel {
  text-align: center;
}
.tel__page .subject__container .tel a {
  font-size: 36px;
  margin-bottom: 10px;
}
.tel__page .subject__container .tel p {
  text-align: center !important;
}

.contact__page {
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .contact__page {
    padding: 100px 10%;
  }
}
@media screen and (max-width: 769px) {
  .contact__page {
    padding: 50px 5%;
  }
}
.contact__page .subject__container {
  padding: 0px 15%;
  font-size: 1.5rem;
}
.contact__page .subject__container:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container:last-of-type p.tel {
    text-align: left !important;
  }
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container {
    padding: 40px 15px;
    margin: 0 auto;
  }
}
.contact__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.contact__page .subject__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #0198B7;
  font-weight: 400;
  text-align: center;
}
.contact__page .subject__container h3 {
  margin-bottom: 30px;
  text-align: center;
}
.contact__page .subject__container h3::before {
  content: "";
  display: none;
}
.contact__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.contact__page .subject__container .tel {
  text-align: center;
}
.contact__page .subject__container .tel a {
  font-size: 36px;
  margin-bottom: 10px;
}
.contact__page .subject__container .tel p {
  text-align: center !important;
}
.contact__page .subject__container table {
  font-size: 1.5rem;
  text-align: left;
  width: 100%;
  margin-top: 40px;
}
.contact__page .subject__container table th {
  border-bottom: 1px solid #666;
  padding: 15px 0;
  width: 30%;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container table th {
    display: block;
    width: 100%;
  }
}
.contact__page .subject__container table th label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
.contact__page .subject__container table th .label {
  padding: 0.2em 0.6em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #d9534f;
  float: right;
  margin-right: 30px;
  margin-top: 5px;
}
.contact__page .subject__container table td {
  border-bottom: 1px solid #666;
  padding: 15px 0;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container table td {
    display: block;
    width: 100%;
  }
}
.contact__page .subject__container table td textarea {
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.contact__page .subject__container table td input, .contact__page .subject__container table td select {
  display: inline-block;
  height: 42px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact__page .subject__container table td input, .contact__page .subject__container table td select, .contact__page .subject__container table td textarea {
  font-family: "nsjp", "swis721", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 100%;
  box-sizing: border-box;
}
.contact__page .subject__container table td button, .contact__page .subject__container table td html input[type=button], .contact__page .subject__container table td input[type=reset], .contact__page .subject__container table td input[type=submit] {
  /*-webkit-appearance: button;*/
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  background: #ccc;
}
.contact__page .subject__container .submit {
  text-align: center;
  margin-top: 30px;
  font-size: 1.5rem;
}
.contact__page .subject__container [type=reset], .contact__page .subject__container [type=submit], .contact__page .subject__container button, .contact__page .subject__container html [type=button] {
  /*-webkit-appearance: button;*/
  background: #BD9F77;
  padding: 8px 10px 9px;
  border-radius: 6px;
  color: #fff;
}

input[type=text], input[type=email] {
  width: 100%;
  box-sizing: border-box;
}

.privacy__page {
  background: #F6F4EC;
}
@media screen and (max-width: 769px) {
  .privacy__page .subject__container {
    margin: 0 0%;
  }
}
.privacy__page .subject__container .section__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.privacy__page .subject__container p {
  margin-bottom: 20px;
}
.privacy__page .subject__container ol {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 40px;
  margin-left: 1.5rem;
}
.privacy__page .subject__container .copy-tit-03 {
  text-align: left;
}
.privacy__page .subject__container .copy-tit-03::before {
  background: none;
  display: none;
}

.news_page {
  background: #F6F4EC;
}
.news_page__container {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 15%;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .news_page__container {
    padding: 40px 5%;
  }
}
.news_page__image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px dashed #BD9F77;
  padding-top: 40px;
  margin-bottom: 40px;
}
.news_page__image:first-of-type {
  border-top: none;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .news_page__image {
    width: 100%;
    flex-wrap: inherit;
  }
}
.news_page__image img {
  height: auto;
  margin: 0 auto 40px;
}
.news_page__image h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .news_page__image h3 {
    font-size: 2rem;
  }
}
.news_page__image .date {
  margin-bottom: 5px;
}
.news_page__image .date span {
  background: #BD9F77;
  color: #fff;
  padding: 3px 10px 4px 10px;
}
.news_page__image__list h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: normal;
}
.news_page__image__list .more {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .news_page__image__list .more {
    display: block;
    position: inherit;
  }
}
.news_page__image p a img {
  max-width: 100%;
}
.news_page .pagination {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.news_page .pagination span {
  margin: 0 10px;
  color: #BD9F77;
}
.news_page .pagination span.current {
  background: #BD9F77;
  color: #fff;
  padding: 4px 0 5px;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.news_page p + p {
  margin-top: 15px;
}
.news_page__text {
  width: 70%;
}
@media (max-width: 768px) {
  .news_page__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news_page__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .news_page .viewmore {
    margin-left: auto;
    margin-right: 5%;
  }
}

.entry-column table {
  border: none;
}
.entry-column table th {
  background: none;
  border: none;
}
.entry-column table td {
  border: none;
  padding: 0px;
}
.entry-column li {
  margin-bottom: 0px;
  padding-left: 0px;
}
.entry-column li::before {
  background: none;
}

.form-step li {
  margin-bottom: 0px;
  padding-left: 0px;
}
.form-step li::before {
  background: none;
  content: "";
}

.form-table {
  border: none;
  border-spacing: 0px;
}
.form-table-title {
  font-size: 2.2rem;
  text-align: left;
  font-weight: 400;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  margin-right: 40px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
  background: none;
  padding: 0;
  width: 7em;
}
@media screen and (max-width: 1080px) {
  .form-table-title {
    padding: 0px 0 0 0;
    width: 100%;
  }
}
.form-table th, .form-table td {
  padding: 15px 0 !important;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1080px) {
  .form-table th, .form-table td {
    font-size: 1.3rem;
    font-weight: 300;
  }
}
.form-table label {
  padding-top: 0;
}
.form-table input[type=text], .form-table input[type=email], .form-table input[type=tel] {
  width: 100%;
  font-size: 1.4rem;
}
.form-table input[type=text]#postal-code, .form-table input[type=email]#postal-code, .form-table input[type=tel]#postal-code {
  width: auto;
}
.form-table textarea {
  font-size: inherit;
}
.form-table-message {
  font-size: inherit;
}

.mypage .container {
  padding: 0;
}
.mypage .container:not(:last-of-type) {
  margin-bottom: 40px;
}
.mypage .news_page__cont {
  width: calc(90% - 80px);
}
@media screen and (max-width: 1080px) {
  .mypage .news_page__cont {
    width: 100%;
    display: block;
  }
}

#adminBox, .acms-admin-box {
  margin-top: 120px;
}

.list-marker {
  padding-left: 20px;
}
.list-marker li::before {
  top: 1rem;
}

.message {
  margin: 0 0 15px;
  font-size: 1.4rem;
  line-height: inherit;
}

.acms-grid {
  margin-right: 0px;
  margin-left: 0px;
}

.modal .modal-header .modal-title {
  font-weight: normal;
  font-size: 14px;
}
.modal .modal-footer .btn {
  display: block;
  padding: 10px 0;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  background-color: #2A2625;
  border-radius: 40px;
  font-size: 12px;
  transition: opacity 0.2s;
  color: #fff;
  border: none;
}
.modal .modal-footer .btn.is-secondary {
  background-color: #a194b3;
  color: #fff;
  border: none;
}

.order-summary-item span {
  font-size: 1.2rem;
}

.caution-text {
  font-size: 1.2rem;
}

.nav-logout-btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 10px;
  margin-left: 20px;
}

shopping-cart-badge {
  display: block;
}/*# sourceMappingURL=style.css.map */