@charset "utf-8";

html {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
}

html {
  font-size: 100%;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: .5rem
}

#rms-layout h2 {
  font-size: 2rem;
}

p {
  font-size: .875rem;
  letter-spacing: .065rem;
}

div {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

em {
	font-weight: 600;
}


dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

a,a:hover {
  text-decoration: none;
  color: #000;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

*, ::after, ::before {
	box-sizing: border-box;
}

.box {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wide {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.wide-space {
  padding: 0;
}

.scroll-vis-ani {
  opacity: 0;
  transform: translateX(-20px);
  transition: transform 1s, opacity 1s;
}

.scroll-vis-ani.visible {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (max-width:950px) {
  /* 確認用 */
  .post_list {
    width: 100%!important;
  }
  .wide-space {
    padding: 0 1.25rem;
  }

}

@media screen and (max-width:750px) {
  .br {
    display:inline-block;
  }
}

#rms-layout {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
}

.blog #rms-layout,
.page-template #rms-layout,
.page #rms-layout,
.archive #rms-layout {
  padding-top: 10rem;
}

.home.page #rms-layout {
  padding-top: 0;
}

#rms-layout .header {
  width: 100%;
  height: 5.375rem;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

#rms-layout .rms {
  position: absolute;
  width: 8rem;
  top: .8rem;
  left: 1.15rem;
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#rms-layout .header-inner {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#rms-layout .rms-icon {
  background-image: url(../img/logo.svg);
  display: block;
  width: 100%;
  height: 72px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  transition: .4s;
}

#rms-layout .menuselectnav {
  position: relative;
}

#rms-layout .menuselectnav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-width: 45rem;
  height: 5.375rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  gap: 2rem;
}

#rms-layout .menuselectnav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#rms-layout .menuselectnav-label {
  font-size: 1.15rem;
}

#rms-layout .menuselectnav-label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .045rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

#rms-layout .menuselectnav-label:nth-of-type(2) {
  font-size: .8rem;
  padding-top: .35rem;
}

/* メニューホバー */

#rms-layout .menuselectnav-itemlist {
  position: relative;
  height: 100%;
}

#rms-layout .menuselectnav-itemlist .menuselectnav-link::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #816d51;
  bottom: -6px;
  transform: scale(0, 1);
  transition: transform .3s;
  transform-origin: right top;
}

#rms-layout .menuselectnav-itemlist .menuselectnav-link:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
  top: 0;
}

#rms-layout .menuselect-hover {
  cursor: pointer;
  position: relative;
}

#rms-layout .submenuselect {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in-out;
  transition-duration: 200ms;
  background-color: #fff;
  position: absolute;
  width: 170px;
}

#rms-layout .menuselectnav-itemlist:hover,
#rms-layout .menuselect-hover:hover + .submenuselect,
#rms-layout .submenuselect:hover {
  visibility: visible;
  opacity: 1;
}

#rms-layout .submenuselectnav-link {
  font-size: .8rem;
  letter-spacing: .085rem;
}

#rms-layout .submenuselectnav-itemlist {
  padding: .6rem 1rem;
}

#rms-layout .submenuselectnav-itemlist:nth-of-type(1) {
  margin-top: 0;
}

#rms-layout .header--burger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 25px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
}

#rms-layout .header--burger div::before,
#rms-layout .header--burger div::after,
#rms-layout .header--burger div {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #232323;
  border-radius: 3px;
  transition: all 0.3s;
}

#rms-layout .header--burger div::before {
  transform: translateY(-8px);
}

#rms-layout .header--burger div::after {
  transform: translateY(7px);
}
/*
#rms-layout .header--burger.open div::before {
  transform: rotate(45deg) translate(5px, 5px);
}

#rms-layout .header--burger.open div::after {
  transform: rotate(-45deg) translate(5px, -5px);
}
*/

#rms-layout .header--burger.open div {
  background: transparent;
}

#rms-layout .nav-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: right 0.5s ease;
  z-index: 999;
}

#rms-layout .nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#rms-layout .nav-menu ul li {
  margin: 20px 0;
}

#rms-layout .nav-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

#rms-layout .nav-menu.open {
  right: 0;
}

@media screen and (max-width:1020px) {
  #rms-layout .rms-icon {
    height: 2.5rem;
  }
}

@media screen and (max-width:950px) {
  #rms-layout .header {
    z-index: 9999;
    height: 4.375rem;
    backdrop-filter: none;
  }
  #rms-layout .header--burger {
    display: flex;
  }
  #rms-layout .header-inner {
    display: none;
  }
  #rms-layout .header--burger.open div::before,
  #rms-layout .header--burger.open div::after,
  #rms-layout .header--burger.open div {
    background: #fff;
  }
  #rms-layout .nav-menu.open > nav {
    width: 100%;
    height: 100%;
  }
  .blog #rms-layout,
  .page-template #rms-layout,
  .page #rms-layout,
  .archive #rms-layout {
    padding-top: 4rem;
  }
}



/* fv */

#rms-layout .fv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#rms-layout .fv::after {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 40rem;
  width: 40%;
  height: 100%;
  background: url(../img/fv-bg.jpg);
  background-size: cover;
  content: "";
  z-index: -1;
}

#rms-layout .fv-container {
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 5.375rem;
  padding-left: 10%;
  padding-bottom: 5.375rem;
}

#rms-layout .fv-slide {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

#rms-layout .slick-slide.slick-current.slick-active div {
  transform: scale(1);
}

#rms-layout .fv-slide .slick-list,
#rms-layout .fv-slide .slick-track,
#rms-layout .fv-slider-img > div {
  position: relative;
  height: 100%;
}

#rms-layout .fv-slider-img.slider-bg-1 > div {
  background-image: url(../img/slider-img01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #rms-layout .fv-slider-img.slider-bg-1 > div {
    background-image: url(../img/top-vertical.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/*
#rms-layout .fv-slider-img.slider-bg-2 > div {
  background-image: url(../img/slider-img02.png);
  background-size: cover;
}

#rms-layout .fv-slider-img.slider-bg-3 > div {
  background-image: url(../img/slider-img03.png);
  background-size: cover;
}

#rms-layout .fv-slider-img.slider-bg-4 > div {
  background-image: url(../img/slider-img01.png);
  background-size: cover;
}
*/

#rms-layout .fv-slide .scale-up {
  animation: scaleUp 6s linear forwards;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #rms-layout .fv-slide .scale-up {
    animation: scaleUp2 6s linear forwards;
  }

  @keyframes scaleUp2 {
    0% {
      transform: scale(.95);
    }
    100% {
      transform: scale(1);
    }
  }
}

#rms-layout .slick-slide img {
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#rms-layout .slide-count {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: .15rem;
}

#rms-layout .fv-slider-dots {
  display: none;
  position: absolute;
  bottom: 2rem;
  left: 10%;
  display: flex;
  align-items: center;
  z-index: 99;
}

#rms-layout .dots-container {
  margin-left: 2rem;
  height: 1.45rem;
}

#rms-layout .slick-dots {
  display: flex;
  justify-self: center;
  bottom: inherit;
}

#rms-layout .slick-dots li button {
  border: 0;
  background: rgba(0, 0, 0, 0);
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0, 0, 0, 0);
  padding: .5rem;
  cursor: pointer;
}

#rms-layout .slick-dots li button:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border: 1px solid #ded7cc;
  border-radius: 1rem;
}

#rms-layout .slick-dots li.slick-active button::before {
  background: #816d51;
  border: 1px solid #816d51;
}

#rms-layout .fv-ber {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-50%, 5%);
  transform: translate(-50%, 5%);
}

#rms-layout .fv-ber span {
  font-size: .8rem;
  transform: rotate(-90deg);
  display: block;
  letter-spacing: .15rem;
  width: 100%;
  text-align: center;
}

#rms-layout .fvーscroll {
  position: absolute;
  right: -6.5rem;
  bottom: 12rem;
  z-index: 4;
  line-height: 1;
  overflow: hidden;
  transform: rotate(90deg);
  padding-right: 10rem;
  backface-visibility: hidden;
}

#rms-layout .fvーscroll::before {
  position: absolute;
  top: .6rem;
  right: .5rem;
  width: 5rem;
  height: 1px;
  background: #000;
  content: "";
  -webkit-animation: arrow 1.5s ease 0s infinite normal;
  animation: arrow 1.5s ease 0s infinite normal;
}

@-webkit-keyframes arrow {
  0% {
      right: 4rem
  }

  100% {
      right: -6rem
  }
}

@keyframes arrow {
  0% {
      right: 4rem
  }

  100% {
      right: -6rem
  }
}

#rms-layout .fvーscroll span {
  color: #000;
  font-size: .8rem;
  letter-spacing: .4em;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 800;
}


@media screen and (max-width:1020px) {

}

@media (min-width: 768px) and (max-width: 1023px) {
  #rms-layout .fv-container {
    padding-bottom: 4.375rem;
  }
  #rms-layout .fv-slide {
    height: calc(100vh / 2 - 6.375rem);
  }
}

@media screen and (max-width:950px) {
  #rms-layout .fv {
    height: 100%;
  }
  #rms-layout .fv-ber {
    width: 100%;
  }
  #rms-layout .fvーscroll {
    display: none;
  }
  #rms-layout .fv-slider-dots {
    bottom: .5rem;
  }
  #rms-layout .menu-contents > p {
    line-height: 1.5;
  }
}

@media screen and (max-width:767px) {
  #rms-layout .fv {
    height: 100vh;
  } 
  #rms-layout .fv-container {
    padding-top: 4.375rem;
    padding-bottom: 2.375rem;
    padding-left: 0;
  }
}

/* menu */

#rms-layout .menu {
  padding-top: 5rem;
}

#rms-layout .menu-contents {
  margin-top: 80px;
}

#rms-layout .menu-contents > h2 {
  margin-bottom: 1rem;
}

#rms-layout .menu-contents > h2,
#rms-layout .menu-contents > p {
  text-align: center;
}

#rms-layout .menu-contents .wide-space {
  line-height: 1.6;
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}

#rms-layout .item-cont {
  margin-top: 2rem;
  position: relative;
}

#rms-layout .item-cont::before {
  content: "";
}

#rms-layout .item-menu-cont {
  width: 100%;
  max-width: 1120px;
  padding: 2.25rem 0 0 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, auto);
  column-gap: 0;
  row-gap: 12px;
}

#rms-layout .item-menu-cont .item-list {
  width: 100%;
  max-width: 350px;
  height: 280px;
  overflow: hidden;
  display: block;
  position: relative;
  transition: .4s;
}

#rms-layout .item-menu-cont .item-list::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -99;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  transition: 0.3s ease-in-out;
}

#rms-layout .item-menu-cont .item-list:hover:before {
  opacity: 0;
}

#rms-layout .item-menu-cont .item-list picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  transition: .4s;
}

#rms-layout .item-menu-cont .item-list picture img {
  height: 280px;
  object-fit: cover;
  object-position: 45% 50%;
}

#rms-layout .item-menu-cont .item-list:hover picture {
  transform: scale(1.1);
}

#rms-layout .item-menu-cont .item-list a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 0.3s ease-in-out;
  flex-wrap: wrap;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .15rem;
  transition: .4s;
}

#rms-layout .animate-me {
  position: relative;
}

#rms-layout .animate-me::before {
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  transform: translateX(0);
  transition: transform 1s ease-out;
}

#rms-layout .animate-me.in-view::before {
  transform: translateX(100%);
}

#rms-layout .set-menu {
  margin: 2.5rem auto 5rem;
  text-align: center;
}

#rms-layout .set-menu li {
  margin-bottom: 1rem;
}

#rms-layout .set-menu picture {
  display: block;
  width: 500px;
  margin: 0 auto;
}

#rms-layout .set-menu img {
  max-width: 100%;
}

@media screen and (max-width:1020px) {

}

@media screen and (max-width:950px) {
  #rms-layout .menu {
    padding-top: 3rem;
  }
  #rms-layout .menu-contents {
    margin-top: 3rem;
  }
  #rms-layout .item-menu-cont {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 15px;
    row-gap: 15px;
    max-width: 680px;
    font-size: 11px;
    padding: 0 1.25rem;
  }
  #rms-layout .animate-me::before {
    top: -20px;
    height: 120%;
  }
  #rms-layout .item-menu-cont .item-list {
    max-width: 380px;
    max-height: 100px;
  }
  #rms-layout .item-menu-cont .item-list a {
    font-size: 1rem;
  }
  #rms-layout .set-menu picture {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  #rms-layout .item-menu-cont .item-list a {
    font-size: .75rem;
  }
}


#rms-layout .about {
  padding-top: 6rem;
  background-color: rgb(190 195 198 / 20%);
}

#rms-layout .about-contents > h2 {
  margin-bottom: 1rem;
}

#rms-layout .about-contents > h2,
#rms-layout .about-contents > p {
  text-align: center;
}

#rms-layout .about-contents > p {
  margin-bottom: 2.5rem;
  font-weight: 600;
}

#rms-layout .about-reviews {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#rms-layout .about-reviews a {
  display: block;
}

#rms-layout .about-reviews a img {
  transition: .4s;
}

#rms-layout .about-reviews a:hover img {
  transform: scale(1.1);
}

#rms-layout .message {
  position: relative;
  padding-top: 6rem;
}

#rms-layout .message-contents {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  padding: 5rem 0;
  transform: skewY(-1.5deg);
}

#rms-layout .message-contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 0;
  opacity: .7;
}

#rms-layout .message-contents p {
  position: relative;
  font-size: 1rem;
  color: #fff;
  line-height: 1.8;
  z-index: 1;
  transform: skewY(1.5deg);
  letter-spacing: .15rem;
}

@media screen and (max-width:1020px) {

}

@media screen and (max-width:950px) {
  #rms-layout .about {
    padding-top: 3rem;
  }
  #rms-layout .message {
    padding-top: 3rem;
  }
  #rms-layout .message-contents {
    padding: 3rem 0;
  }
  #rms-layout .message-contents p {
    font-size: .8rem;
  }
  #rms-layout .about-contents > p {
    line-height: 1.5;
  }
}



#rms-layout .reason {
  padding-top: 6rem;
  overflow: hidden;
}

#rms-layout .reason-contents > h2 {
  margin-bottom: 1rem;
}

#rms-layout .reason-contents > h2,
#rms-layout .reason-contents > p {
  text-align: center;
}

#rms-layout .reason-contents > p {
  margin-bottom: 2.5rem;
  font-weight: 600;
}

.reason-area {
  margin-bottom: 7.55rem;
}

#rms-layout .reason-contents .reason-choosing:nth-of-type(2) .flex {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#rms-layout .reason-choosing {
  position: relative;
  padding-top: 6rem;
  z-index: 1;
}

#rms-layout .reason-choosing::before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-100%);
  transition: transform 1s;
  z-index: -1;
}


#rms-layout .reason-contents .reason-choosing:nth-of-type(1)::before {
  top: 10%;
  width: 35%;
  max-width: 1920px;
  height: 110%;
  background-position: -300px;
}

#rms-layout .reason-contents .reason-choosing:nth-of-type(2)::before {
  top: 30%;
  width: 35%;
  max-width: 1920px;
  height: 100%;
  background-position: -350px;
}

#rms-layout .reason-contents .reason-choosing:nth-of-type(3)::before {
  top: 25%;
  width: 35%;
  max-width: 1920px;
  height: 100%;
  background-position: -320px;
}

#rms-layout .reason-choosing:nth-of-type(2)::before {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

#rms-layout .reason-choosing.visible::before {
  transform: translateX(0);
}


#rms-layout .reason-choosing .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

#rms-layout .reason-choosing .flex > picture,
#rms-layout .reason-choosing .flex > p {
  width: 50%;
}

#rms-layout .reason-choosing .flex > picture {
  padding: 0 2rem;
}

#rms-layout .reason-choosing .flex > p {
  padding: 0 5rem;
  line-height: 2;
}


@media screen and (max-width:1020px) {

}

@media screen and (max-width:950px) {
  #rms-layout .reason {
    padding-top: 3rem;
  }
  #rms-layout .reason-contents > p {
    margin-bottom: 1rem;
  }
  #rms-layout .reason-choosing {
    padding-top: 3rem;
  }
  #rms-layout .reason-choosing .flex {
    flex-direction: column;
  }
  #rms-layout .reason-choosing .flex > picture,
  #rms-layout .reason-choosing .flex > p {
    padding: 0 1.25rem;
    width: 100%;
  }
  #rms-layout .reason-contents .reason-choosing:nth-of-type(1)::before {
    width: 45%;
    height: 70%;
  }
  #rms-layout .reason-contents .reason-choosing:nth-of-type(2)::before {
    height: 55%;
  }
  #rms-layout .reason-contents .reason-choosing:nth-of-type(3)::before {
    width: 50%;
    height: 80%;
  }
  #rms-layout .reason-contents .reason-choosing:nth-of-type(2) .flex {
    flex-direction: column;
  }
  .reason-area {
    overflow: hidden;
    margin-bottom: 3rem;
  }
}


#rms-layout .access {
  padding-top: 6rem;
}

#rms-layout .access-contents > h2 {
  margin-bottom: 1rem;
}

#rms-layout .access-contents > h2,
#rms-layout .access-contents > p {
  text-align: center;
}

#rms-layout .access-contents > p {
  margin-bottom: 2.5rem;
  font-weight: 600;
}

#rms-layout .access-reviews {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#rms-layout .access-reviews a {
  display: block;
}

#rms-layout .access-reviews a img {
  transition: .4s;
}

#rms-layout .access-reviews a:hover img {
  transform: scale(1.1);
}

#rms-layout .banner-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4.5rem auto;
}

#rms-layout .banner-contents a {
  position: relative;
  display: block;
  transition: .4s ease;
}

#rms-layout .banner-contents a:hover {
  opacity: 0.7;
}

#rms-layout .banner-contents a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: .15rem;
}

@media screen and (max-width:1020px) {

}

@media screen and (max-width:950px) {
  #rms-layout .access {
    padding-top: 3rem;
  }
  #rms-layout .access-reviews {
    padding: 0 1.25rem;
  }
  #rms-layout .banner-contents {
    flex-direction: column;
    margin: 2.5rem auto;
    padding: 0 1.25rem;
  }
  #rms-layout .banner-contents > a:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  #rms-layout .access-contents > p {
    line-height: 1.5;
  }
}


#rms-layout .cva {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 50%);
}

#rms-layout .cva-area {
  display: flex;
  align-items: center;
}

#rms-layout .cva-area span {
  color: #fff;
  margin-right: 2rem;
}

#rms-layout .cva-area ul {
  display: flex;
  margin-bottom: auto;
  padding: 1.45rem 0;
}

#rms-layout .cva-area li {
  margin-right: 1rem;
  width: calc(100% / 3);
}

#rms-layout .cva-area li:last-child {
  margin-right: 0;
}

#rms-layout .cva-area li a {
  display: block;
  width: 270px;
  transition: .4s ease;
}

#rms-layout .cva-area li a:hover {
  opacity: 0.7;
}

@media screen and (max-width:1020px) {

}

@media screen and (max-width:950px) {
  #rms-layout .cva-area {
    flex-direction: column;
  }
  #rms-layout .cva-area span {
    margin: auto;
    padding-top: 2rem;
  }
  #rms-layout .cva-area li {
    width: 100%;
    margin-right: auto;
    margin-bottom: 1rem;
  }
  #rms-layout .cva-area li:last-child {
    margin-bottom: 0;
  }
  #rms-layout .cva-area li a {
    width: 200px;
  }

}

#rms-layout footer {
  background: #000;
}

#rms-layout .footer-contents {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

#rms-layout .footer-contents a {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .05rem;
  transition: .4s ease;
}

#rms-layout .footer-contents a:hover {
  opacity: .5;
}

#rms-layout .footer-nav {
  display: flex;
  margin: 0 2rem;
  padding: 2rem 0;
}

#rms-layout .footer-nav .close {
  display: none;
}

.close {
  display: none;
}

.open {
  display: block;
}

#rms-layout #footer_bottom {
  background: #000!important;
}

#rms-layout .footer-nav > ul:nth-of-type(1) {
  margin-right: 2.5rem;
}

#rms-layout .footer-nav > ul {
  margin-right: 6rem;
}

#rms-layout .footer-nav > ul li:nth-of-type(1) {
  margin-bottom: 1.5rem;
}

#rms-layout .footer-nav > ul ul li {
  margin-bottom: 1rem!important;
}

#rms-layout .footer-nav > ul ul li a {
  font-size: .875rem;
}

#rms-layout .footer-nav .submenuselectnav-item {
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s ease-out;
}

#rms-layout .footer-contents + p {
  text-align: center;
  color: #fff;
  font-size: .65rem;
  padding: 1rem 0;
  margin-bottom: auto;
}

#rms-layout .footer-contents .sns {
  display: flex;
  justify-content: center;
}

#rms-layout .footer-contents .sns li {
  margin: 0 1rem;
}

#rms-layout .footer-contents .sns li:nth-of-type(1) img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(44%) saturate(2%) hue-rotate(124deg) brightness(117%) contrast(101%);
}

#rms-layout .footer-contents .sns img {
  width: 45px;
}

#rms-layout .footer-contents .rms-icon {
  background-image: url(../img/logo.svg);
  display: block;
  width: 100%;
  height: 72px;
  background-size: auto 100%;
  filter: brightness(0) saturate(100%) invert(81%) sepia(44%) saturate(2%) hue-rotate(124deg) brightness(117%) contrast(101%);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2.5rem;
}

#rms-layout .footer-contents .rms-icon:hover {
  opacity: 1;
}

@media screen and (max-width:1250px) {

}

@media screen and (max-width:950px) {
  #rms-layout .footer-nav {
    display: block;
    width: 100%;
    margin: 0;
    padding: 4.375rem 0;
  }
  #rms-layout .cva-area ul {
    flex-direction: column;
  }
  #rms-layout .footer-nav > ul:nth-of-type(1) {
    margin-right: auto;
    margin-bottom: auto;
  }
  #rms-layout .footer-nav ul:nth-of-type(2),
  #rms-layout .footer-nav ul:nth-of-type(3) {
    display: none;
  }

  #rms-layout .footer-nav > ul li:nth-of-type(1) {
    margin-bottom: 1.75rem;
    padding-left: 1rem;
  }

  #rms-layout .footer-nav > ul ul li a {
    display: block;
  }

  #rms-layout .footer-nav > ul ul li .opened {
    position: relative;
    cursor: pointer;
  }

  #rms-layout .footer-nav > ul ul li .opened::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 16px;
    transition: transform 0.3s ease-out;
  }

  #rms-layout .footer-nav > ul ul li .opened.active::after {
    content: '×';
    transform: rotate(45deg);
  }

  #rms-layout .footer-nav .child li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-bottom: 1px solid #6d6d6d;
    margin-bottom: 1.25rem !important;
    padding-bottom: 1.25rem;
    box-sizing: border-box;
  }
  #rms-layout .footer-nav .submenuselectnav-item.open {
    padding-top: 1.5rem;
  }
  #rms-layout .footer-nav .submenuselectnav-item.open li {
    border-bottom:none;
  }
  #rms-layout .footer-nav .submenuselectnav-item.open li:last-child {
    margin-bottom: 0!important;
  }

}


/* 子ページ共通デザイン */

#rms-layout .menu-page {
  padding-top: 6rem;
}

#rms-layout .menu-page .menu-list-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3rem 0;
}

#rms-layout .menu-page .menu-list-link li {
  width: calc(100% / 4);
  margin-right: .5rem;
}

#rms-layout .menu-page .menu-list-link li:last-child {
  margin-right: 0;
}

#rms-layout .menu-page .menu-list-link li a {
  display: block;
  position: relative;
  border-radius: 8px;
  background: #9b938d;
  color: #fff;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: .04em;
  padding: .75rem 0;
  padding-left: .75rem;
  transition: .4s;
}

#rms-layout .menu-page .menu-list-link li a:hover {
  opacity: .8;
}

#rms-layout .menu-page .menu-list-link li a:after {
  content: '▼';
  color: #fff;
  position: absolute;
  right: 10px;
  font-size: .8rem;
}

#rms-layout .menu-sec {
  margin-bottom: 6rem;
}

#rms-layout .menu-list-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#rms-layout .menu-list-detail .menu-detail-txt {
  width: 60%;
}

#rms-layout .menu-list-detail > picture {
  width: 40%;
}

#rms-layout .menu-list-detail .menu-detail-txt h2 {
  position: relative;
  margin-bottom: 2.5rem;
}

#rms-layout .menu-list-detail .menu-detail-txt h2 span:nth-of-type(1) {
  margin-bottom: 2px;
  font-size: 2.75rem;
  margin-right: 10px;
}

#rms-layout .menu-list-detail .menu-detail-txt h2 span:nth-of-type(2) {
  font-size: 1rem;
}

#rms-layout .menu-list-detail .menu-detail-txt h2::after {
  content: '';
  width: 90px;
  bottom: -20px;
  height: 1px;
  background: #b6b6b6;
  position: absolute;
  left: 0;
}

#rms-layout .menu-list-detail .menu-detail-txt p {
  font-size: 1rem;
  line-height: 2;
  padding-right: 2rem;
}

#rms-layout .menu-price {
  margin-top: 1.5rem;
}

#rms-layout .menu-price h3 {
  background: #ece8e2;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  padding: 1rem;
}

#rms-layout .menu-price ul {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#rms-layout .menu-price ul li {
  width: calc(100% / 2 - 2rem);
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
  margin-right: 2rem;
}

#rms-layout .menu-price ul li.single {
  width: auto;
}

#rms-layout .menu-price ul li.single dt {
  padding-right: 1rem;
}

#rms-layout .menu-price ul li:nth-child(2n) {
  margin-right: 0;
}

#rms-layout .menu-price ul dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem .5rem .5rem .5rem;
}

#rms-layout .menu-price ul dt {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: .05rem;
}

#rms-layout .menu-price ul dt span {
  background: #9b938d;
  color: #fff;
  padding: .1rem .2rem;
  font-size: .8rem;
}

#rms-layout .menu-price ul dd {
  display: inline-block;
  font-size: 1.5rem;
  color: #80624b;
  text-align: right;
}

@media screen and (max-width:1250px) {

}

@media screen and (max-width:950px) {
  #rms-layout .menu-page {
    padding-left:1.25rem;
    padding-right:1.25rem;
    padding-top: 2.5rem;
  }
  #rms-layout .menu-page .menu-list-link {
    flex-direction: column;
  }
  #rms-layout .menu-page .menu-list-link li {
    width: calc(100%);
    margin-bottom: 1rem;
  }
  #rms-layout .menu-list-detail {
    flex-direction: column-reverse;
  }
  #rms-layout .menu-list-detail .menu-detail-txt,
  #rms-layout .menu-list-detail > picture {
    width: 100%;
  }
  #rms-layout .menu-list-detail .menu-detail-txt p {
    padding-right: 0;
  }
  #rms-layout .menu-list-detail > picture img {
    width: 100%;
  }
  #rms-layout .menu-price ul {
    flex-direction: column;
  }
  #rms-layout .menu-price ul li {
    width: 100%;
    margin-right: 0;
  }
  #rms-layout .menu-price ul li.single dt {
    line-height: 1.25;
    padding-right: initial;
  }
  #rms-layout .menu-price ul dd {
    width: 35%;
    font-size: 1.25rem;
    flex: 1;
  }
  #rms-layout .menu-list-detail .menu-detail-txt h2 {
    margin-top: 1rem;
  }
  #rms-layout .menu-price ul dl {
    padding: 1rem .5rem;
  }
  #rms-layout .menu-list-detail .menu-detail-txt h2 span {
    font-weight: normal;
  }
  #rms-layout .menu-list-detail .menu-detail-txt h2 span:nth-of-type(1) {
    font-size: 2rem;
  }
  #rms-layout .menu-price h3 {
    font-weight: normal;
  }
  #rms-layout .menu-price ul dt {
    width: auto;
    font-weight: normal;
    padding-right:initial;
    font-size: .85rem;
    line-height: 1.25;
    flex: 3;
  }
}