@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap");
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: 62.5%; /*フォントサイズの規定値を１０pxに*/
  font-family: "Noto Serif JP";
}
body {
  margin: 0;
  font-family: "Noto Serif JP";
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  color: #333;
  position: relative;
  /* background: #eee; */
}
.main-print {
  display: none;
}

/*===============================================
●PC設定
===============================================*/
@media print, screen and (min-width: 900px) {
  .esc-pc {
    display: none;
  }
  body {
    font-size: clamp(0.9rem, 1.1vw, 1.7rem);
  }
  a {
    color: #444;
    text-decoration: none;
  }
  img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
  a img {
    border: none;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  li {
    margin-left: 0;
  }
  table {
    border-collapse: collapse;
    width: 100%;
  }
  .ie7 body {
    overflow: hidden;
  }
  .img_right {
    float: right;
    margin-left: 10px;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    /*floatの解除*/
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
  }
  .box_flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*均等配置3列ーーーーーーーーーーーーーーーーーー*/
  .box_flex3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_flex3::after {
    content: "";
    display: block;
    width: 31%;
  }
  .box_flex3 .inner {
    width: 31%;
    padding: 1%;
    margin-bottom: 20px;
  }
  /*均等配置４列ーーーーーーーーーーーーーーーーーー*/
  .box_flex4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_flex4::before {
    content: "";
    display: block;
    width: 22%;
    order: 1;
  }
  .box_flex4::after {
    content: "";
    display: block;
    width: 22%;
  }
  .box_flex4 .inner {
    width: 22%;
    padding: 1%;
    margin-bottom: 20px;
  }

  .inner img {
    width: 100%;
  }
  .document {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
  }

  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  h1 {
    width: 120px;
    max-width: 25%;
    margin: 0;
    position: fixed;
    left: 120px;
    padding-top: 45px;
    z-index: 9999;
  }
  h1 img {
    width: 100%;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0 10px 0;
    transition: 0.5s;
    padding-block: 40px;
    background-color: rgba(000, 000, 000, 0.5);
    opacity: 1;
    border-bottom: 1px solid #fff;
  }

  .box_nav {
    width: 845px;
    max-width: 70%;
    margin-left: auto;
    margin-right: 120px;
  }
  .nav2 {
    text-align: right;
    padding-bottom: 6px;
  }
  .nav2 a {
    color: #fff !important;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .nav2 .bt_contact i {
    /* color: #fff; */
    font-size: 3rem;
  }
  .nav2 .bt_deccs i {
    /* color: #fff; */
    font-size: 1.5rem;
  }
  /* ナビゲーションのリンクを横並びにする */
  nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* ナビゲーションのリンクのスタイル調整 */
  nav a {
    display: inline-block;
    margin-left: 12px;
    color: #fff !important;
    font-size: clamp(1.2rem, 1vw, 1.5rem);
    text-decoration: none;
    letter-spacing: 1.5px;
    /* アニメーションの変化時間 */
    transition: 0.5s;
    font-family: "Noto Serif JP";
  }
  nav a:hover {
    text-decoration: underline;
  }
  /* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
  header.scroll-nav {
    background-color: rgba(000, 000, 000, 0.7);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    opacity: 1;
  }

  /* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
  header.scroll-nav a {
    color: #fff !important;
  }

  .page_header {
    margin-top: -10px;
  }
  .page_header img {
    width: 100%;
  }
  .breadcrumb-area {
    font-size: 1.1rem;
    background-color: #600;
    color: #fff;
  }
  /*パンくずリスト　ー--------------------------------------------------------------------------*/
  .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    margin: auto;
    width: 950px;
    height: 30px;
    font-weight: 300;
    color: #999;
  }
  .breadcrumbs a {
    color: #999;
  }
  /*フッター--------------------------------------------------------------------------*/
  .footer_contact {
    background-color: #666;
    font-family: "Noto Serif JP";
    color: #fff;
  }
  .footer_contact .flex_box7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_contact .flex_box7 .left {
    width: 30%;
  }
  .footer_contact .flex_box7 .left img {
    width: 100%;
  }
  .footer_contact .flex_box7 .right {
    width: 70%;
    padding: 100px 0 50px 0;
  }
  .footer_contact .subtitle {
    font-size: 3rem;
    text-align: center;
  }
  .footer_contact .tel {
    border-bottom: #999 2px solid;
    border-top: #999 2px solid;
    text-align: center;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 600;
    padding: 25px 0;
    width: 750px;
    max-width: 90%;
    margin: 30px auto;
  }
  .footer_contact .bt_contact {
    width: 750px;
    max-width: 90%;
    margin: 0 auto 20px auto;
  }
  .footer_contact .bt_contact img {
    width: 100%;
  }
  .footer_contact .bt_contact a:hover img {
    opacity: 1;
  }
  /*きらっと光る*/

  .btnshine {
    /*キラッと光る基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
  }

  /*キラッと光る*/
  .btnshine::before {
    content: "";
    /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
    /*キラッと光る形状*/
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }

  /*hoverした際の移動のアニメーション*/
  .btnshine:hover::before {
    animation: shine 1.4s;
  }

  @keyframes shine {
    100% {
      left: 125%;
    }
  }

  .footer_contact .add {
    font-size: 1.4rem;
    margin: 0 auto;
    width: 750px;
    max-width: 90%;
    line-height: 130%;
  }

  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
    color: #fff;
    border-top: #937e27 2px solid;
    font-weight: 500;
    font-family: "Noto Serif JP";
  }
  #footer .sns {
    padding-bottom: 20px;
    font-size: 4rem;
    width: 650px;
    margin: 0 auto;
    text-align: center;
  }
  #footer .sns a {
    color: #fff;
  }
  #footer .sns i {
    display: inline-block;
    margin: 0 5px;
  }
  #footer .copy {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: #fff 1px solid;
    width: 650px;
    margin: 0 auto;
  }
}
/*===============================================
●スマホ設定 画面の横幅が650px以下
===============================================*/
@media screen and (max-width: 899px) {
  .esc-sp {
    display: none;
  }
  body {
    font-size: 1.5rem;
    line-height: 220%;
    letter-spacing: 0.1em;
  }
  a {
    color: #444;
    text-decoration: none;
  }
  img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
  a img {
    border: none;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  li {
    margin-left: 0;
  }
  table {
    border-collapse: collapse;
    width: 100%;
  }
  .ie7 body {
    overflow: hidden;
  }
  .img_right {
    float: right;
    margin-left: 10px;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    /*floatの解除*/
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
  }
  /*均等配置3列ーーーーーーーーーーーーーーーーーー*/
  .box_flex3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_flex3::after {
    content: "";
    display: block;
    width: 31%;
  }
  .box_flex3 .inner {
    width: 31%;
    padding: 1%;
    margin-bottom: 20px;
  }
  /*均等配置４列ーーーーーーーーーーーーーーーーーー*/
  .box_flex4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box_flex4::before {
    content: "";
    display: block;
    width: 22%;
    order: 1;
  }
  .box_flex4::after {
    content: "";
    display: block;
    width: 22%;
  }
  .box_flex4 .inner {
    width: 22%;
    padding: 1%;
    margin-bottom: 20px;
  }

  .inner img {
    width: 100%;
  }
  .document {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
  }

  a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  h2 {
    border-bottom: solid 3px #6d5b2f;
    position: relative;
    color: #6d5b2f;
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: 600;
    margin: 50px auto 25px auto;
  }

  #header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 57px;
    z-index: 9999;
    transition: 0.3s;
    font-weight: 500;
    font-family: "Noto Sans JP";
    background-color: #2c2c2c;
    border-bottom: 1px solid #fff;
  }
  #header a {
    color: #000;
  }
  h1 {
    width: 79px;
    max-width: 30%;
    margin: 0 0 0 24px;
  }
  h1 a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  h1 img {
    width: 100%;
  }
  /*ナビゲーション---------------------------------------*/
  nav.globalMenuSp {
    position: fixed;
    color: #069;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    z-index: 500;
    background-color: rgba(000, 000, 000, 0.8);
  }
  nav.globalMenuSp .box_nav1 {
    padding-top: 50px;
    width: 65%;
    padding-left: 5%;
    position: relative;
    overflow: hidden;
  }
  nav.globalMenuSp .box_nav1 a {
    display: block;
    margin: 0 auto 15px auto;
    font-size: 1.7rem;
    line-height: 140%;
    font-weight: 500;
    padding-bottom: 0.4vw;
    border-bottom: #fff 1px dotted;
    color: #fff;
    font-family: "Noto Serif JP";
    position: relative;
    transition: 0.5s;
  }
  nav.globalMenuSp .box_nav1 a:after {
    font-family: FontAwesome;
    content: "\f138"; /* アイコンのunicode */
    position: absolute;
    right: 5px;
    /* top: 8px; */
    top: 0;
    font-weight: 800;
  }

  nav.globalMenuSp .box_nav1 img {
    width: 150px;
    max-width: 80%;
  }

  /* 最後はラインを描かない */
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.globalMenuSp ul li a {
    display: block;
  }
  nav.globalMenuSp ul li img {
    width: 7px;
    padding-right: 10px;
    margin-top: -10px;
  }
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
    transform: translateY(0%);
  }
  nav.globalMenuSp ul li ul {
    margin-top: -20px;
    padding-bottom: 5px;
  }
  nav.globalMenuSp ul li ul li {
    height: 28px;
    padding-bottom: 0;
    border: none;
    font-weight: normal;
  }
  /*ハンバーガー---------*/
  .navToggle {
    display: flex;
    position: fixed;
    right: 13px;
    top: 0;
    right: 0;
    width: 48px;
    height: 57px;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
    z-index: 1000;
    align-items: center;
    justify-content: center;
  }

  .navToggle span {
    display: block;
    position: absolute;
    width: 16px;
    border-bottom: solid 1px #fff;
    transition: 0.35s ease-in-out;
    top: 50%;
    left: 50%;
  }

  .navToggle.black span {
    border-bottom: solid 1px #000;
  }

  .navToggle span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 6px));
  }

  .navToggle span:nth-child(2) {
    transform: translate(-50%, -50%);
  }

  .navToggle span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 6px));
  }

  .navToggle span:nth-child(4) {
    border: none;
    color: #333;
    font-size: 0.9rem;
    font-weight: bold;
    top: 34px;
  }
  /*タップ後のXボタン---------*/
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    width: 20px;
    left: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #fff;
  }

  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    width: 20px;
    left: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #fff;
  }
  .page_header {
    /* margin: -10px 0 0 0; */
    padding: 0;
    position: relative;
  }
  .page_header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .breadcrumb-area {
    font-size: 1.1rem;
    background-color: #600;
    color: #fff;
  }
  /*パンくずリスト　ー--------------------------------------------------------------------------*/
  .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 350px;
    left: 0;
    right: 0;
    margin: auto;
    width: 950px;
    height: 30px;
    font-weight: 300;
    color: #999;
  }
  .breadcrumbs a {
    color: #999;
  }
  /*フッター--------------------------------------------------------------------------*/
  .footer_contact {
    background-color: #666;
    color: #fff;
    width: 100% !important;
    font-family: "Noto Serif JP";
  }
  .footer_contact a {
    text-decoration: none;
  }
  .footer_contact .flex_box7 {
    width: 100%;
  }
  .footer_contact .flex_box7 .left {
  }

  .footer_contact .flex_box7 .right {
    width: 90%;
    padding: 50px 0 50px 0;
    margin: 0 auto;
  }
  .footer_contact .subtitle {
    font-size: 3rem;
    text-align: center;
  }
  .footer_contact .tel {
    border-bottom: #999 2px solid;
    border-top: #999 2px solid;
    text-align: center;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 600;
    padding: 25px 0;
    width: 750px;
    max-width: 90%;
    margin: 30px auto;
  }
  .footer_contact .bt_contact {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .footer_contact .bt_contact img {
    width: 100%;
  }
  .footer_contact .bt_contact a:hover img {
    opacity: 1;
  }
  /*きらっと光る*/

  .btnshine {
    /*キラッと光る基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
  }

  /*キラッと光る*/
  .btnshine::before {
    content: "";
    /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
    /*キラッと光る形状*/
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
  }

  /*hoverした際の移動のアニメーション*/
  .btnshine:hover::before {
    animation: shine 1.4s;
  }

  @keyframes shine {
    100% {
      left: 125%;
    }
  }

  .footer_contact .add {
    font-size: 1.4rem;
    margin: 0 auto;
    width: 750px;
    max-width: 90%;
    line-height: 130%;
  }

  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
    color: #fff;
    border-top: #937e27 2px solid;
    font-weight: 500;
    font-family: "Noto Serif JP";
  }
  #footer .sns {
    padding-bottom: 20px;
    font-size: 4rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #footer .sns a {
    color: #fff;
  }
  #footer .sns i {
    display: inline-block;
    margin: 0 5px;
  }
  #footer .copy {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: #fff 1px solid;
    width: 100%;
    margin: 0 auto;
  }
}
/*ページトップ--------------------------------------*/

#page-top {
  position: fixed;
  bottom: 1vh;
  right: 2%;
  z-index: 9999;
}
#page-top a {
  text-decoration: none;
  color: #9c1846;
  padding: 0;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  display: block;
  border-radius: 300px;
  background-color: rgba(255, 255, 255, 0.7);
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}
