@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
html {
  color: #000;
  background: #FFF; }

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; }

ol, ul {
  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; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

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

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*===========================================================
全体の設定
=============================================================*/
.container {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden; } }

.container_1100 {
  margin: 0 auto;
  width: 1140px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 992px) {
    .container_1100 {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word; } }
  @media screen and (max-width: 576px) {
    .container_1100 {
      padding-left: 4%;
      padding-right: 4%; } }

.relative {
  position: relative; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.res {
  display: none !important; }
  @media screen and (max-width: 1040px) {
    .res {
      display: block !important; } }

@media screen and (max-width: 1040px) {
  .res-none {
    display: none !important; } }

.tab-block {
  display: none !important; }
  @media screen and (max-width: 1040px) {
    .tab-block {
      display: block !important; } }

@media screen and (max-width: 1040px) {
  .tab-none {
    display: none !important; } }

.md-block {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .md-block {
      display: block !important; } }

@media screen and (max-width: 768px) {
  .md-none {
    display: none !important; } }

.sm-block {
  display: none !important; }
  @media screen and (max-width: 576px) {
    .sm-block {
      display: block !important; } }

@media screen and (max-width: 576px) {
  .sm-none {
    display: none !important; } }

.w100 {
  width: 100%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 768px) {
  html, body {
    width: 100%; } }

h1, h2, h3, h4, h5, h6, p {
  color: #915c00; }

p {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .18rem; }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*=====================================================================
headerの設定
=======================================================================*/
.square__menu {
  /*========= ナビゲーションのためのCSS ===============*/
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*リストのレイアウト設定*/
  /*========= ボタンのためのCSS ===============*/ }
  .square__menu #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgba(255, 255, 255, 0.3);
    /*背景を少し透過させる*/
    /*動き*/
    transition: all 0.3s; }
  .square__menu #g-nav.panelactive {
    opacity: 1;
    z-index: 999; }
  .square__menu #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .square__menu #g-nav ul {
    display: none;
    /*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .square__menu #g-nav.panelactive ul {
    display: block; }
  .square__menu #g-nav li {
    list-style: none;
    text-align: center; }
  .square__menu #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold; }
  .square__menu .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    top: 0;
    right: 0;
    background: #e60012;
    width: 100px;
    height: 100px;
    /*×に変化*/ }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn {
        width: 50px;
        height: 50px; } }
    .square__menu .openbtn span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 20px;
      height: 1px;
      border-radius: 2px;
      background-color: #fff;
      width: 60px; }
      @media screen and (max-width: 768px) {
        .square__menu .openbtn span {
          left: 14px;
          height: 1px;
          border-radius: 2px;
          width: 45%; } }
  .square__menu .openbtn span:nth-of-type(1) {
    top: 35px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn span:nth-of-type(1) {
        top: 16px; } }
  .square__menu .openbtn span:nth-of-type(2) {
    top: 50px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn span:nth-of-type(2) {
        top: 24px; } }
  .square__menu .openbtn span:nth-of-type(3) {
    top: 65px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn span:nth-of-type(3) {
        top: 32px; } }
  .square__menu .openbtn.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
    width: 60px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%; } }
  .square__menu .openbtn.active span:nth-of-type(2) {
    opacity: 0; }
  .square__menu .openbtn.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
    width: 60px; }
    @media screen and (max-width: 768px) {
      .square__menu .openbtn.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%; } }
  .square__menu .square__link {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    top: 0;
    right: 100px;
    background: #f6d741;
    width: 100px;
    height: 100px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .square__menu .square__link {
        width: 50px;
        height: 50px;
        right: 50px; } }
    .square__menu .square__link img {
      width: 50px;
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .square__menu .square__link img {
          width: 30px;
          margin-top: 10px; } }
    .square__menu .square__link p {
      font-size: 1.2rem;
      color: #915c00;
      text-align: center;
      font-weight: 500;
      letter-spacing: .1rem;
      margin-top: 3px; }
      @media screen and (max-width: 768px) {
        .square__menu .square__link p {
          display: none; } }
  .square__menu .nav__menu {
    position: absolute;
    right: 220px;
    line-height: 100px;
    z-index: 999; }
    @media screen and (max-width: 992px) {
      .square__menu .nav__menu {
        display: none; } }
    .square__menu .nav__menu li {
      margin: 0 10px; }
    .square__menu .nav__menu a {
      color: #915c00;
      font-size: 1.2rem;
      font-weight: 500;
      letter-spacing: .3rem;
      position: relative; }
      .square__menu .nav__menu a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #915c00;
        bottom: 30px;
        /*アンダーラインがaタグの下端から現れる*/
        transform: scale(0, 1);
        /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
        transform-origin: left top;
        /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
        transition: transform 0.3s;
        /*変形の時間*/ }
      .square__menu .nav__menu a:hover::after {
        transform: scale(1, 1);
        /*ホバー後、x軸方向に1（相対値）伸長*/ }

/*========= ぼかしのためのCSS ===============*/
.mainblur {
  filter: blur(12px);
  overflow: hidden; }

/*=====================================================================
header end
=======================================================================*/
