@charset "utf-8";
/** {
  outline: 1px solid red;
}*/
/* CSS Document */
html {
  scroll-behavior: smooth;
  /*font-size: 62.5%;*/ /*1rem=10px*/
}
body {
  font-family: "Zen Old Mincho", serif;
  color: #333333;
  line-height: 1.8;
}
img {
  width: 100%;
  height: auto;
}
.SEC_container {
  max-width: 1450px;
  margin: 0 auto;
  word-break: break-all;
}
.SEC_container70 {
  max-width: 1450px;
  width: 70vw;
  margin: 0 auto;
  word-break: break-all;
}
.SEC_container85 {
  max-width: 1450px;
  width: 85vw;
  margin: 0 auto;
  word-break: break-all;
}
.NW {
  white-space: nowrap;
}
/*レスポンシブ用*/
.only_tb {
  display: none;
}
.only_sp {
  display: none;
}
.only_ssp {
  display: none;
}
.img_pc {
  display: block;
}
.img_sp {
  display: none;
}
/*改行残りを防ぐ*/
.tw_p {
  text-wrap: pretty;
}
/*マージン*/
.sec_mb {
  margin-bottom: 15vh;
}
.mb_05 {
  margin-bottom: 0.5em;
}
.mb_1 {
  margin-bottom: 1.0em;
}
.mb_15 {
  margin-bottom: 1.5em;
}
.mb_2 {
  margin-bottom: 2.0em;
}
.mb_25 {
  margin-bottom: 2.5em;
}
.mb_3 {
  margin-bottom: 3.0em;
}
.mb_4 {
  margin-bottom: 4.0em;
}
.mb_5 {
  margin-bottom: 5.0em;
}
.mb_5vh {
  margin-bottom: 5vh;
}
.mb_10vh {
  margin-bottom: 10vh;
}
/*=========フォント===========

=============================*/ :root {
  /* font family */
  --font-mincho: "Shippori Mincho", serif;
  --font-oldMincho: "Zen Old Mincho", serif;
  --font-BIZgot: "BIZ UDPGothic", sans-serif;
  --font-kakugothic: "Zen Kaku Gothic New", sans-serif;
  --font-cin: "Cinzel", serif;
  --font-EB: "EB Garamond", serif;
  --font-Ari: "Arimo", sans-serif;
  --font-Jos: "Jost", sans-serif;
  /* fluid 　　　　PCサイズ-SPサイズ(1450-375=1075)*/
  --fluid: calc((100vw - 375px) / 1075);
  /* font size */
  --fs-cap: clamp(10px, calc(10px + 2 * var(--fluid)), 12px);
  --fs-14: clamp(11px, calc(11px + 3 * var(--fluid)), 14px);
  --fs-16: clamp(12px, calc(12px + 4 * var(--fluid)), 16px);
  --fs-18: clamp(15px, calc(15px + 3 * var(--fluid)), 18px);
  --fs-20: clamp(16px, calc(16px + 4 * var(--fluid)), 20px);
  --fs-23: clamp(17px, calc(17px + 6 * var(--fluid)), 23px);
  --fs-25: clamp(18px, calc(18px + 7 * var(--fluid)), 25px);
  --fs-27: clamp(19px, calc(19px + 8 * var(--fluid)), 27px);
  --fs-28: clamp(20px, calc(20px + 8 * var(--fluid)), 28px);
  --fs-30: clamp(21px, calc(21px + 8 * var(--fluid)), 30px);
  --fs-35: clamp(23px, calc(23px + 9 * var(--fluid)), 35px);
  --fs-40: clamp(25px, calc(25px + 14 * var(--fluid)), 40px);
  --fs-44: clamp(28px, calc(28px + 16 * var(--fluid)), 44px);
  --fs-56: clamp(32px, calc(32px + 24 * var(--fluid)), 56px);
  --fs-60: clamp(35px, calc(35px + 25 * var(--fluid)), 60px);
  /*color(サイトごとに設定)*/
  --col-sub: #5b5f46;
  --col-gold: #9a774a;
}
.col {
  color: var(--col-sub);
}
/*font-size*/
h2 {
  font-size: var(--fs-28);
}
h3 {
  font-size: var(--fs-23);
}
h4 {
  font-size: var(--fs-20);
}
.lead {
  font-size: var(--fs-16);
}
.caption {
  font-size: var(--fs-cap);
}
/**/
.flex1_1{
	display: flex;
	column-gap: 3%;
	align-items: center;
}
.grid1_1{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5%;
}

/*==============ここまでヘッダー=================*/


/**/

/*===========トップへ戻る========*/
#page-top {
  position: fixed;
  bottom: 110px;
  right: 1vw;
  width: 40px;
  height: 40px;
  background-color: #3fa9f5;
  box-shadow: 0 2px 2px #0a476d;
  border-radius: 50%;
  opacity: 0.5;
  z-index: 100;
  cursor: pointer;
  /* アニメーションの速度設定 */
  transition: opacity 0.3s ease,transform 0.3s ease;
}
#page-top a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#page-top::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  top: 50%;
  left: 50%;
}
#page-top:hover {
  box-shadow: none;
  opacity: 1;
  transform: translateY(2px)
}
/*請求ボタン*/
#Button_1 span, #Button_2 span {
  writing-mode: horizontal-tb;
  font-size: var(--fs-16);
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
}
#Button_1 span{
  border-bottom: 1px solid #ffffff;
}
#Button_2 span {
  border-bottom: 1px solid #3fa9f5;
}
#Button_1, #Button_2 {
  writing-mode: vertical-rl;
  position: fixed;
  top: 12vh;
  right: 0px;
  font-size: var(--fs-18);
  letter-spacing: 0.12rem;
  white-space: nowrap;
  padding: 14px 8px;
  z-index: 500;
	opacity: 1;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
#Button_1 {
  color: #ffffff;
	background-color: #3fa9f5;
	border: solid 2px #3fa9f5;
}
#Button_2 {
color: #3fa9f5;
	background-color: #ffffff;
	border: solid 2px #3fa9f5;
  top: calc(11vh + 9.5em);
}
#Button_1:hover,#Button_2:hover{
  opacity: 0.6;
}

/*フェードインアニメーション--------------*/
/* 基本フェードイン */
.fade-in {
  opacity: 0;
  transition:  1.5s opacity ease-in-out;
  will-change: opacity;
}
/* 表示されたら付くクラス */
.fade-in.in-view {
  opacity: 1;
}
/* オプション：複数要素を順番に遅らせる（必要なら） */
.fade-in.delay-1 {
  transition-delay: 0.15s;
}
.fade-in.delay-2 {
  transition-delay: 0.30s;
}
.fade-in.delay-3 {
  transition-delay: 0.45s;
}
/* 表示されたら付くクラス */
.fade-in.in-view {
  opacity: 1;
}

/*=========レスポンシブ=====================

=======SP対応・ブレイクポイント768px=========*/
@media (max-width: 1024px) {
  .only_tb {
    display: inline;
  }
  .only_sp {
    display: none;
  }
  .only_ssp {
    display: none;
  }
  .img_pc {
    display: block;
  }
  .img_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .only_tb {
    display: inline;
  }
  .only_sp {
    display: inline;
  }
  .only_ssp {
    display: none;
  }
  .img_pc {
    display: none;
  }
  .img_sp {
    display: block;
  }
  /*マージン*/
  .sec_mb {
    margin-bottom: 8vh;
  }
  .SEC_container70 {
    max-width: 768px;
    width: 85vw;
  }
  .SEC_container85 {
    max-width: 768px;
    width: 90vw;
  }
  /*ーーーーーーーーーー
ハンバーガーメニュー
ーーーーーーーーーーー*/
  .nav_box {
    padding: 1.2em 2.0em;
  }
  .nav_list {
    display: block; /*ナビを縦に並べる*/
    width: 100vw;
    background-color: none;
    margin: 0;
  }
  .menu_btn {
    position: fixed;
    border-radius: 0 0 0 30px;
    top: 0px;
    right: 0px;
    display: flex;
    height: 55px;
    width: 55px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  /* メニュー開いたらMENU文字を消す */
  #menu_btn_check:checked ~ .menu_btn::after {
    content: none;
  }
  #menu_btn_check:checked ~ .menu_btn {
    filter: none;
  }
  .menu_btn span, .menu_btn span:before, .menu_btn span:after {
    content: '';
    display: block;
    height: 2.6px;
    width: 25px;
    border-radius: 3px;
    background-color: var(--col-gold);
    position: absolute;
  }
  .menu_btn span:before {
    bottom: 8px;
  }
  .menu_btn span:after {
    top: 8px;
  }
  #menu_btn_check:checked ~ .menu_btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu_btn_check:checked ~ .menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  #menu_btn_check:checked ~ .menu_btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu_btn_check:checked ~ .menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  #menu_btn_check:checked ~ .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #ffffff;
  }
  :checked ~ .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #ffffff;
  }
  #menu_btn_check {
    display: none;
  }
  .menu_content ul {
    padding: 10vh 10vw;
    margin-bottom: 5.0em;
  }
  .menu_content ul li {
    list-style: none;
  }
  .menu_content ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    text-align: center;
    position: relative;
  }
  /*×でメニューをを外へ出す*/
  .menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 900;
    transition: all 0.5s; /*アニメーション設定*/
    background-image: none;
    background-color: rgba(61, 45, 31, 0.75);
  }
  #menu_btn_check:checked ~ .menu_content {
    left: 0; /*メニューを画面内へ*/
  }
  .link {
    display: inline-block;
    margin-bottom: 5.0em;
  }
  .header.scrolled a {
    color: #ffffff;
  }
  .nav_item_underline::before {
    bottom: 0em;
    width: 50%;
    position: absolute;
    left: 25%;
  }
  .menu_header {
    display: block;
    text-align: center;
  }
  .menu_header img {
    width: 180px;
	height:auto;
  }
  #menu_btn_check ~ .menu_content .menu_header {
    opacity: 1;
    transform: translateY(-22vh);
  }
  .img_sp {
    display: inline-block;
  }
  header .headtx {
    text-align: center;
    font-size: 4.2rem;
    color: #ffffff;
    background-color: #001144;
    padding: 2.0rem 0;
    border-top: 7px solid;
    border-bottom: 7px solid;
    border-image: linear-gradient(to right, #ba7802, #f5d06f, #ba7802);
    border-image-slice: 1;
    margin-bottom: 5vh;
    margin-top: -0.5rem;
  }
.header_bar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.0em;
  align-items: flex-start;
}
	.header_bar p{
		text-indent: 1.5em;
	}
  /*請求ボタン*/
	#Button_1,#Button_2{
		font-size: 13px;
	}
  #Button_1 span,#Button_2 span {
    font-size: 10px;
    padding-bottom: 0.3em;
    margin-bottom: 0.3em;
  }
  #Button_1,#Button_2 {
    padding: 5px 3px;
  }
  #Button_2 {
    top: calc(12vh + 7.5em);
  }
}
@media (max-width: 500px) {
  .only_tb {
    display: inline;
  }
  .only_sp {
    display: inline;
  }
  .only_ssp {
    display: inline;
  }
  .img_pc {
    display: none;
  }
  .img_sp {
    display: block;
  }
  .SEC_container70 {
    max-width: 768px;
    width: 85vw;
    word-break: break-all;
  }
  .mv {
    margin-bottom: 10vh;
  }
  .NW {
    white-space: wrap;
  }
.sec_mb {
  margin-bottom: 5vh;
}
  /**/
.request_btn {
  font-size: var(--fs-14);
}
.request_txt {
  font-size: var(--fs-18);
}
.sankaku::before {
  width: 0.7em;
  height: 0.7em;
}
/**/
.shopinfo {
    display: flex;
    align-items: center;
    flex-direction: column;
	}
}