@charset "UTF-8";
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: 300;
  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: 70px; }
  @media screen and (max-width: 768px) {
    #anchor {
      height: 60px; } }

@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; } }
@media screen and (max-width: 700px) {
  br.brk {
    display: none; } }

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

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

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

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

 header
 
******************************************************/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff; }
  header .headBody {
    width: 90%;
    margin: auto;
    height: 70px;
    position: relative; }
    header .headBody h1 {
      max-width: 12.5rem;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      header .headBody h1 a {
        display: block; }
        header .headBody h1 a img {
          width: 100%;
          height: auto; }
    @media screen and (max-width: 700px) {
      header .headBody {
        height: 60px; } }

.sp-head .sp-menu-switch {
  width: 50%;
  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: 55%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 2.4rem;
    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); }
    .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; } }
@media screen and (max-width: 768px) {
  .sp-head {
    /**display: flex;**/
    display: none; } }

.sp-menu-switch {
  box-sizing: border-box;
  position: fixed;
  top: 0.6rem;
  right: 3.2rem;
  z-index: 111;
  width: 6.5rem;
  height: 6.5rem;
  padding: 2rem 1.6rem;
  cursor: pointer;
  text-align: center; }
  .sp-menu-switch span {
    background-color: #e43c2f;
    display: block;
    margin-bottom: 0.6rem;
    width: 100%;
    height: 3px;
    transition: all 300ms cubic-bezier(1, 0, 0, 1); }
    .sp-menu-switch span:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .sp-menu-switch {
      top: 3px;
      right: 2.2rem; } }
  @media screen and (max-width: 600px) {
    .sp-menu-switch {
      top: 6px; } }

/**body.menu-opened {
  .sp-menu-switch {
    padding:1.7rem 0.5rem;
    border: none;
    span{
        margin-bottom: 0.8rem;
    }
    :nth-child(1) {
      transform: translate(0,10px) rotate(45deg);
    }
    :nth-child(2) {
      transform: scaleX(0);
      opacity: 0;
    }
    :nth-child(3) {
      transform:translate(0,-10px) rotate(-45deg);
    }
    @media screen and (max-width: 768px) {
        span{
            margin-bottom: 1.2rem;
        }
    }
  }
}**/
/******************************************************

 contents
 
******************************************************/
.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; } }

.container {
  background: #f4f4f4; }

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

 footer
 
******************************************************/
footer {
  border-top: 1px solid #ddd;
  background: #fff;
  padding-top: 5rem; }
  footer .logo-foot a {
    display: block;
    max-width: 14.5rem;
    margin: auto; }
    footer .logo-foot a img {
      width: 100%;
      height: auto; }
  footer .copyright {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 1.5rem 5% 5rem; }

.page-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 6rem;
  z-index: 50; }
  .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: rgba(255, 255, 255, 0.98);
  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: 160px;
      width: 40%;
      height: auto; }
  .sp-menu .sp-menu-inner {
    width: 85%;
    margin: auto;
    max-width: 1000px; }
  .sp-menu .gnav-sp {
    display: flex;
    margin: auto;
    max-width: 1100px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%; }
    .sp-menu .gnav-sp ul {
      padding-bottom: 15px;
      border-top: 1px dashed #666;
      width: 47%; }
      .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;
          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: 7rem;
          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 .icon, .sp-menu .gnav-sp ul li .soon .icon {
            position: absolute;
            width: 4rem;
            left: 1rem;
            top: 50%;
            transform: translateY(-50%); }
            .sp-menu .gnav-sp ul li a .icon img, .sp-menu .gnav-sp ul li .soon .icon img {
              width: 100%;
              height: auto; }
          .sp-menu .gnav-sp ul li a .kana, .sp-menu .gnav-sp ul li .soon .kana {
            white-space: nowrap;
            position: absolute;
            left: 55%;
            transform: translateX(-50%) translateY(-50%);
            font-size: 2rem;
            line-height: 1;
            top: 50%;
            color: #000;
            font-weight: bold;
            transition: color 0.5s; }
            @media screen and (max-width: 500px) {
              .sp-menu .gnav-sp ul li a .kana, .sp-menu .gnav-sp ul li .soon .kana {
                font-size: 2rem; } }
        .sp-menu .gnav-sp ul li a.current .kana, .sp-menu .gnav-sp ul li a:hover .kana {
          color: #e43c2f; }
        .sp-menu .gnav-sp ul li .soon .icon {
          opacity: 0.2; }
        .sp-menu .gnav-sp ul li .soon .kana {
          color: #ccc; }
    @media screen and (max-width: 600px) {
      .sp-menu .gnav-sp ul {
        width: 100%; }
        .sp-menu .gnav-sp ul:nth-child(1) {
          padding-bottom: 0px; }
        .sp-menu .gnav-sp ul:nth-child(2) {
          border-top: none; }
        .sp-menu .gnav-sp ul li a, .sp-menu .gnav-sp ul li .soon {
          height: 5rem; } }
  .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; }
