@charset "UTF-8";
/**@mixin en{
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}**/
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

/******************************************************

 BASE
 
******************************************************/
html, body {
  overflow-x: hidden; }

html {
  font-size: 10px; }

body {
  font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 400;
  padding-top: 1px; }

.note {
  font-size: 1.1rem;
  line-height: 150%; }

.aw {
  display: inline-block; }

sup {
  font-size: 0.8rem;
  vertical-align: top; }

.sp {
  display: none !important; }

#anchor {
  height: 130px; }
  @media screen and (max-width: 768px) {
    #anchor {
      height: 120px; } }

@media screen and (max-width: 1024px) {
  html {
    font-size: 9px; } }
@media screen and (max-width: 768px) {
  html {
    font-size: 8px; }

  .sp {
    display: block !important; }

  .pc {
    display: none !important; } }
/******************************************************

 DRAWER
 
******************************************************/
.scrollBody .head {
  top: -180px; }
.scrollBody .sp-nav-btn {
  bottom: -180px; }

.scroll-no .head {
  top: 0px; }
.scroll-no .sp-nav-btn {
  bottom: 0px; }

/******************************************************

 header
 
******************************************************/
.head {
  background: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .head .headBody {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    height: 130px; }
    .head .headBody h1 {
      width: 50rem;
      box-sizing: border-box;
      padding: 0 7rem 0 5rem; }
      .head .headBody h1 a {
        display: block; }
        .head .headBody h1 a img {
          width: 100%;
          height: auto;
          max-width: 34rem; }
      @media screen and (max-width: 1200px) {
        .head .headBody h1 {
          width: 40rem;
          padding: 0 4rem 0 3rem; } }
      @media screen and (max-width: 1000px) {
        .head .headBody h1 {
          width: 35rem;
          padding: 0 2.5rem 0 2.5rem; } }
      @media screen and (max-width: 900px) {
        .head .headBody h1 {
          width: 30rem; } }
      @media screen and (max-width: 768px) {
        .head .headBody h1 {
          width: 100%;
          text-align: center; }
          .head .headBody h1 a {
            display: inline-block; }
            .head .headBody h1 a img {
              height: 45px;
              width: auto; } }
    .head .headBody .head-nav-body {
      flex: 1;
      position: relative;
      width: 100%;
      height: 130px; }
      .head .headBody .head-nav-body:before {
        content: "";
        background: #ddd;
        width: 1px;
        height: 100px;
        position: absolute;
        left: 0;
        bottom: 0; }
    @media screen and (max-width: 768px) {
      .head .headBody {
        height: 65px;
        padding: 10px 0; }
        .head .headBody .head-tel {
          display: none; } }
  .head .hnav {
    position: absolute;
    top: 15px;
    left: 5%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 5%; }
    @media screen and (max-width: 768px) {
      .head .hnav {
        display: none; } }
    .head .hnav li.head-tel {
      width: 65%;
      max-width: 40rem;
      box-sizing: border-box;
      margin-right: 5%; }
      .head .hnav li.head-tel img {
        width: 100%;
        height: auto; }
    .head .hnav li a {
      display: block;
      white-space: nowrap;
      text-decoration: none;
      font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      font-weight: 400; }
    .head .hnav li.otoiawase {
      width: 24rem; }
      .head .hnav li.otoiawase a {
        position: relative;
        border: 1px solid #fff;
        height: 40px;
        display: block;
        width: 100%;
        border-radius: 0.6rem;
        background: linear-gradient(to right, #82723b, #c4aa4f);
        filter: brightness(1);
        transition: filter 0.5s; }
        .head .hnav li.otoiawase a .txt {
          position: absolute;
          top: 50%;
          left: 45%;
          transform: translateX(-50%) translateY(-50%);
          font-size: 1.8rem;
          color: #fff; }
        .head .hnav li.otoiawase a:before, .head .hnav li.otoiawase a:after {
          content: "";
          position: absolute;
          top: 50%; }
        .head .hnav li.otoiawase a:before {
          width: 7px;
          height: 7px;
          border-bottom: 1px solid #fff;
          border-right: 1px solid #fff;
          right: 1.5rem;
          transform: translateX(0%) translateY(-50%) rotate(-45deg); }
        .head .hnav li.otoiawase a:after {
          height: 1px;
          width: 13px;
          background: #fff;
          right: 1.5rem;
          transform: translateX(0%) translateY(-50%); }
        .head .hnav li.otoiawase a:hover {
          filter: brightness(1.4); }
    .head .hnav li.request-s, .head .hnav li.reserve-s {
      width: 16rem;
      padding-right: 1.5rem; }
      .head .hnav li.request-s a, .head .hnav li.reserve-s a {
        position: relative;
        border: 1px solid #fff;
        height: 40px;
        display: block;
        width: 100%;
        border-radius: 0.5rem;
        filter: brightness(1);
        transition: filter 0.5s; }
        .head .hnav li.request-s a .txt, .head .hnav li.reserve-s a .txt {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          font-size: 1.8rem;
          color: #fff; }
        .head .hnav li.request-s a:hover, .head .hnav li.reserve-s a:hover {
          filter: brightness(1.4); }
    .head .hnav li.request-s a {
      background: linear-gradient(to right, #82723b, #c4aa4f); }
    .head .hnav li.reserve-s {
      padding-right: 0rem; }
      .head .hnav li.reserve-s a {
        background: linear-gradient(to right, #782530, #cc5e6e); }

.sp-head {
  display: none; }
  .sp-head .sp-menu-switch {
    width: 40%;
    height: 55px;
    display: block;
    border-right: 1px solid #4e4841;
    background: linear-gradient(to bottom, #847b6f, #454039);
    position: relative;
    cursor: pointer; }
    .sp-head .sp-menu-switch:before {
      position: absolute;
      content: "";
      width: 30px;
      height: 12px;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      left: 15px;
      top: 50%;
      transform: translateY(-50%); }
    .sp-head .sp-menu-switch:after {
      position: absolute;
      content: "";
      width: 30px;
      height: 2px;
      background: #fff;
      left: 15px;
      top: 50%;
      transform: translateY(-50%); }
    .sp-head .sp-menu-switch .kana {
      position: absolute;
      top: 50%;
      left: 65%;
      transform: translateX(-50%) translateY(-50%);
      font-size: 2rem;
      color: #fff;
      white-space: nowrap; }
      @media screen and (max-width: 600px) {
        .sp-head .sp-menu-switch .kana {
          font-size: 2.2rem; } }
  .sp-head .sp-otoiawase {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #b5a56a; }
    .sp-head .sp-otoiawase a {
      display: block;
      width: 100%;
      height: 55px;
      position: relative;
      background: linear-gradient(to bottom, #c4aa4f, #82723b);
      /**:before,
      &:after{
      	content: "";
      	position: absolute;
      	top: 50%;
      }
      &:before{
      	width: 10px;
      	height: 10px;
      	border-bottom: 1px solid #fff;
      	border-right: 1px solid #fff;
      	right: 1.5rem;
      	transform: translateX(0%) translateY(-50%) rotate(-45deg);
      }
      &:after{
      	height: 1px;
      	width: 15px;
      	background: #fff;
      	right: 1.5rem;
      	transform: translateX(0%) translateY(-50%);
      }**/ }
      .sp-head .sp-otoiawase a .kana {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-size: 2.4rem;
        color: #fff;
        white-space: nowrap; }
        @media screen and (max-width: 600px) {
          .sp-head .sp-otoiawase a .kana {
            font-size: 1.9rem; } }
  .sp-head .sp-request,
  .sp-head .sp-reserve {
    width: 30%;
    box-sizing: border-box;
    border-left: 1px solid #b5a56a; }
    .sp-head .sp-request a,
    .sp-head .sp-reserve a {
      display: block;
      width: 100%;
      height: 55px;
      position: relative; }
      .sp-head .sp-request a .kana,
      .sp-head .sp-reserve a .kana {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-size: 2.4rem;
        color: #fff;
        white-space: nowrap; }
        @media screen and (max-width: 600px) {
          .sp-head .sp-request a .kana,
          .sp-head .sp-reserve a .kana {
            font-size: 1.9rem; } }
  .sp-head .sp-request a {
    background: linear-gradient(to bottom, #c4aa4f, #82723b); }
  .sp-head .sp-reserve a {
    background: linear-gradient(to bottom, #cc5e6e, #782530); }
  @media screen and (max-width: 768px) {
    .sp-head {
      display: flex; } }

/******************************************************

 gnav
 
******************************************************/
.gnav {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .gnav {
      display: none; } }
  .gnav ul {
    display: flex;
    position: relative;
    background: linear-gradient(to bottom, #ebe7e1, #ffffff);
    padding-right: 5%; }
    .gnav ul:after {
      content: "";
      background: #cac6c0;
      height: 2px;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 0;
      box-sizing: border-box; }
    .gnav ul li {
      position: relative;
      width: 22%; }
      .gnav ul li.concept {
        width: 34%; }
      .gnav ul li a, .gnav ul li .soon {
        display: block;
        height: 54px;
        width: 100%;
        position: relative;
        text-decoration: none;
        color: #000;
        transition: color 0.5s;
        border-right: 1px solid #dddad4;
        border-left: 1px solid #fff;
        background: rgba(255, 255, 255, 0);
        transition: background 0.5s;
        overflow: hidden; }
        .gnav ul li a .kana, .gnav ul li .soon .kana {
          line-height: 1;
          font-size: 1.7rem;
          position: absolute;
          top: 54%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          white-space: nowrap;
          line-height: 1;
          font-weight: bold; }
          .gnav ul li a .kana b, .gnav ul li .soon .kana b {
            display: block;
            font-family: trajan-pro-3, serif;
            font-weight: 400;
            font-style: normal;
            text-align: center;
            font-size: 0.9rem;
            margin-top: 0.5rem; }
          @media screen and (max-width: 900px) {
            .gnav ul li a .kana, .gnav ul li .soon .kana {
              font-size: 1.45rem; } }
        .gnav ul li a:before, .gnav ul li .soon:before {
          content: "";
          background: #567063;
          position: absolute;
          top: 0;
          left: 1px;
          right: 1px;
          height: 2px;
          width: auto;
          z-index: 5; }
      .gnav ul li a:hover {
        background: white; }
        .gnav ul li a:hover .kana {
          color: #4d6b5b; }
      .gnav ul li a.current {
        background: linear-gradient(#284535, #718f80); }
        .gnav ul li a.current .kana {
          color: #fff; }

/******************************************************

 contents
 
******************************************************/
.container {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 300; }

.inner {
  max-width: 1000px;
  margin: auto;
  width: 90%;
  padding: 6rem 0 6rem; }

.img {
  position: relative; }
  .img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0; }
  .img .note {
    font-size: 1rem;
    position: absolute;
    z-index: 1;
    color: #fff;
    line-height: 1.4;
    bottom: 0.5rem;
    right: 1rem;
    text-align: right;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5); }
    .img .note.bl {
      color: #000;
      text-shadow: none; }
  @media screen and (max-width: 600px) {
    .img.wide img {
      height: 36rem;
      object-fit: cover; } }

.main-copy {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.6;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  color: #343433;
  text-align: center; }

.komidashi {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.6;
  font-size: 2.4rem; }

.lead {
  font-size: 1.6rem;
  line-height: 2; }

.caption {
  background: #fff;
  padding: 3rem 0; }
  .caption .inner {
    padding: 0; }
    .caption .inner .note {
      text-align: left; }
    .caption .inner a {
      color: #000;
      text-decoration: underline; }

.main {
  position: relative;
  padding-top: 9rem; }
  .main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 21.5rem;
    background: url("../images/share/main-bg.jpg") center top;
    background-size: cover; }
  .main .page-name {
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
    z-index: 2;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    font-weight: 300; }
    .main .page-name .en {
      font-family: trajan-pro-3, serif;
      font-weight: 400;
      font-style: normal;
      font-size: 6rem;
      line-height: 1;
      color: #c2a94f;
      display: block; }
    .main .page-name .kana {
      display: block;
      font-size: 1.6rem;
      margin-top: 0.5rem; }
  .main .img {
    margin-left: 10%;
    margin-top: 5rem;
    z-index: 3; }
    .main .img img {
      width: 100%;
      height: 43rem;
      object-fit: cover; }
  @media screen and (max-width: 600px) {
    .main {
      padding-top: 6rem; }
      .main:after {
        bottom: 15rem; }
      .main .img {
        margin-left: 20%;
        margin-top: 4rem; }
        .main .img img {
          height: 30rem; } }

/******************************************************

 footer
 
******************************************************/
footer .copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 3rem 5% 6rem; }

.conversion {
  background: url("../images/share/contact_bg.jpg") center center;
  background-size: cover;
  color: #fff; }
  .conversion .inner {
    padding: 7rem 0; }
  .conversion .conv-midashi {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 3rem;
    line-height: 1; }
    .conversion .conv-midashi .en {
      font-family: trajan-pro-3, serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.6rem;
      color: #c2a94f; }
  .conversion .conv-ttl {
    text-align: center; }
  .conversion .contact-sec {
    border: 1px solid #fff;
    display: flex;
    margin: auto;
    max-width: 1000px; }
    .conversion .contact-sec .freedial-sec,
    .conversion .contact-sec .form-sec {
      padding: 4.5rem 5%;
      box-sizing: border-box; }
    .conversion .contact-sec .conv-ttl {
      font-size: 2rem; }
    .conversion .contact-sec .freedial-sec {
      width: 50%; }
      .conversion .contact-sec .freedial-sec .free-img {
        max-width: 325px;
        margin: auto;
        margin-top: 1.5rem; }
        .conversion .contact-sec .freedial-sec .free-img img {
          width: 100%;
          height: auto; }
      .conversion .contact-sec .freedial-sec .conv-txt {
        font-size: 1.4rem;
        text-align: center;
        margin-top: 2rem; }
    .conversion .contact-sec .form-sec {
      width: 50%;
      border-left: 1px solid #fff;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .conversion .contact-sec .form-sec .conv-ttl {
        width: 100%;
        text-align: center; }
      .conversion .contact-sec .form-sec .form-btn {
        max-width: 38rem;
        margin-top: 3rem;
        width: 47%; }
        .conversion .contact-sec .form-sec .form-btn a {
          position: relative;
          border: 1px solid rgba(255, 255, 255, 0.4);
          display: block;
          width: 100%;
          height: 52px;
          border-radius: 0.6rem;
          background: linear-gradient(to right, #82723b, #c4aa4f);
          box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.35);
          filter: brightness(1);
          transition: filter 0.5s; }
          .conversion .contact-sec .form-sec .form-btn a .txt {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            font-size: 1.8rem;
            color: #fff;
            white-space: nowrap; }
          .conversion .contact-sec .form-sec .form-btn a:before, .conversion .contact-sec .form-sec .form-btn a:after {
            content: "";
            position: absolute;
            top: 50%; }
          .conversion .contact-sec .form-sec .form-btn a:before {
            width: 10px;
            height: 10px;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            right: 1.5rem;
            transform: translateX(0%) translateY(-50%) rotate(-45deg); }
          .conversion .contact-sec .form-sec .form-btn a:after {
            height: 1px;
            width: 15px;
            background: #fff;
            right: 1.5rem;
            transform: translateX(0%) translateY(-50%); }
          .conversion .contact-sec .form-sec .form-btn a:hover {
            filter: brightness(1.4); }
        .conversion .contact-sec .form-sec .form-btn.request-s a {
          background: linear-gradient(to right, #82723b, #c4aa4f); }
        .conversion .contact-sec .form-sec .form-btn.reserve-s a {
          background: linear-gradient(to right, #782530, #cc5e6e); }
    @media screen and (max-width: 768px) {
      .conversion .contact-sec {
        display: block; }
        .conversion .contact-sec .freedial-sec {
          width: 100%; }
        .conversion .contact-sec .form-sec {
          width: 100%;
          border-left: none;
          border-top: 1px solid #fff; } }

.foot-nav ul {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 5%;
  border-bottom: 1px solid #ddd; }
  .foot-nav ul li {
    padding: 1rem 1.5rem;
    position: relative; }
    .foot-nav ul li .new {
      display: none; }
    .foot-nav ul li a, .foot-nav ul li .soon {
      text-decoration: none;
      font-size: 1.4rem;
      color: #333;
      font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      font-weight: 400; }
    .foot-nav ul li a:hover {
      color: #c2a94f;
      text-decoration: underline; }
    .foot-nav ul li a.current {
      color: #c2a94f;
      text-decoration: underline;
      font-weight: bold; }
      .foot-nav ul li a.current:before {
        content: ""; }
@media screen and (max-width: 500px) {
  .foot-nav ul {
    padding: 0; }
    .foot-nav ul li {
      width: 50%;
      box-sizing: border-box;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd;
      position: relative;
      padding: 0;
      /**&:last-child{
      	width: 100%;
      }**/ }
      .foot-nav ul li .new {
        display: block;
        white-space: nowrap;
        position: absolute;
        font-size: 1rem;
        padding: 0.2rem 0.3rem;
        line-height: 1;
        font-family: trajan-pro-3, serif;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        right: 0;
        top: 0;
        text-align: center;
        background: #D0002D; }
      .foot-nav ul li:nth-child(2n), .foot-nav ul li:last-child {
        border-right: none; }
      .foot-nav ul li a, .foot-nav ul li .soon {
        display: block;
        height: 5rem;
        position: relative;
        padding: 1rem 0.5rem;
        white-space: nowrap;
        font-size: 2rem; }
        .foot-nav ul li a .kana, .foot-nav ul li .soon .kana {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          text-align: center;
          line-height: 1; } }

.company-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3rem 0 0rem; }
  .company-list li {
    padding: 1.5rem;
    box-sizing: border-box;
    text-align: center; }
    .company-list li a {
      display: block; }
      .company-list li a img {
        height: 7.5rem;
        width: auto; }
  @media screen and (max-width: 600px) {
    .company-list li {
      width: 100%; } }

.page-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 6rem; }
  .page-top a {
    display: block; }
    .page-top a img {
      width: 100%;
      height: auto; }

/******************************************************

sp-menu-switch, sp menu

******************************************************/
.sp-menu {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 300ms;
  /**background: url("../images/share/bg01.jpg") center top;**/
  background: linear-gradient(to bottom, #fff, #ece8e2);
  background-size: contain; }
  .sp-menu .sp-nav-top {
    display: block;
    text-align: center;
    padding: 8vh 0 5vh; }
    .sp-menu .sp-nav-top h2 a img {
      max-width: 360px;
      width: 90%;
      height: auto; }
  .sp-menu .sp-menu-inner {
    width: 80%;
    margin: auto;
    max-width: 600px; }
  .sp-menu .gnav-sp ul {
    display: flex;
    margin: auto;
    max-width: 1100px;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-top: 1px dashed #666; }
    .sp-menu .gnav-sp ul li {
      width: 100%;
      box-sizing: border-box;
      position: relative;
      border-bottom: 1px dashed #666; }
      .sp-menu .gnav-sp ul li .new {
        white-space: nowrap;
        position: absolute;
        font-size: 1.2rem;
        padding: 0.4rem 0.6rem;
        line-height: 1;
        font-family: trajan-pro-3, serif;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        right: 0;
        top: 0;
        text-align: center;
        background: #D0002D; }
      .sp-menu .gnav-sp ul li a, .sp-menu .gnav-sp ul li .soon {
        display: block;
        height: 8rem;
        width: 100%;
        position: relative;
        text-decoration: none; }
        @media screen and (max-width: 400px) {
          .sp-menu .gnav-sp ul li a, .sp-menu .gnav-sp ul li .soon {
            height: 7rem; } }
        .sp-menu .gnav-sp ul li a .kana, .sp-menu .gnav-sp ul li .soon .kana {
          white-space: nowrap;
          position: absolute;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          font-size: 2.6rem;
          line-height: 1;
          top: 50%;
          color: #000;
          font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
          -webkit-font-smoothing: antialiased;
          font-feature-settings: "palt";
          font-weight: 400; }
          @media screen and (max-width: 500px) {
            .sp-menu .gnav-sp ul li a .kana, .sp-menu .gnav-sp ul li .soon .kana {
              font-size: 2.3rem; } }
        .sp-menu .gnav-sp ul li a:before, .sp-menu .gnav-sp ul li a:after, .sp-menu .gnav-sp ul li .soon:before, .sp-menu .gnav-sp ul li .soon:after {
          content: "";
          box-sizing: border-box;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 5%;
          transform: translateX(-50%) translateY(-50%);
          opacity: 0; }
        .sp-menu .gnav-sp ul li a:before, .sp-menu .gnav-sp ul li .soon:before {
          width: 12px;
          height: 12px;
          border: 1px solid #4d6b5b;
          background: #fff; }
        .sp-menu .gnav-sp ul li a:after, .sp-menu .gnav-sp ul li .soon:after {
          width: 8px;
          height: 8px;
          background: #4d6b5b; }
      .sp-menu .gnav-sp ul li a.current .kana, .sp-menu .gnav-sp ul li a:hover .kana {
        color: #4d6b5b; }
      .sp-menu .gnav-sp ul li a.current:before, .sp-menu .gnav-sp ul li a.current:after {
        opacity: 1; }
  .sp-menu .sp-close {
    width: 6rem;
    height: 6rem;
    box-sizing: border-box;
    line-height: 5.8rem;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 3.4rem;
    margin: auto;
    margin-top: 5vh;
    cursor: pointer;
    border-radius: 50%; }

body.menu-opened .sp-menu {
  visibility: visible;
  opacity: 1; }
