@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
body {
  color: #000;
  min-width: inherit;
  max-height: 100%;
  font-family: 'Noto Serif JP', serif;
  line-height: 28px;
  font-size: 14px;
  font-weight: 500;
  cursor: auto;
  letter-spacing: 0;
  word-spacing: normal;
  background: url("../img/shared/bd_bg.jpg") repeat center top;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.red{
	color: #901919;
}
.navOpen {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.navOpen #pagetop {
  z-index: -1;
}
body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}
body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
  touch-action: auto !important;
  pointer-events: visible !important;
}
.fnt-mincho {
  font-family: 'Noto Serif JP', serif; /*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
  clear: both;
  content: "";
  display: block;
}
.txt-center {
  text-align: center;
}
.txt_b {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
.heading_t {
  margin-top: -1px;
  position: relative;
  z-index: 99;
	padding: 20px 0;
	background: url(../img/shared/head_bg.jpg) repeat-x center top;
	background-size: auto 100%;
	display: flex;
	justify-content: flex-start;
}
.heading_t p.tit{
	width: 60%;
}
.heading_t ul{
	width: 40%;
	display: flex;
	justify-content: space-around;
}
.heading_t ul li{
	width: 24%;
	align-self: center;
}
/*=============================================
 * header
 *=============================================*/
header .logo {
	position: absolute;
    top: 3%;
    left: 3%;
    text-align: center;
    max-width: 240px;
    z-index: 60;
    transform: translate(-20%);
}
header .logo img{
	width: 80%;
}
header h1 {
  position: absolute;
  top: 15px;
  left: 3%;
  right: 3%;
  font-size: 10px;
  text-align: right;
  font-weight: normal;
  z-index: 60;
  line-height: 1.4;
  color: #fff;
}
header {
  position: relative;
  /*    z-index: 99;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header .bx-wrapper {
  padding-bottom: 0;
}
/*====================== nav ====================== */
header .menu_toggle {
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: -100%;
  transition: all 0.4s ease 0s;
  color: #FFF;
  display: block !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999 !important;
  background: url("../img/shared/bg-nav.png");
  overflow-y: auto;
}
.navOpen header .menu_toggle {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
}
header .menu_toggle ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 2.5%;
  box-sizing: content-box;
  width: 95%;
  padding: 50px 0 30px;
  text-align: center;
}
.navOpen header {
  z-index: 3000;
}
header .menu_toggle li {
  position: relative;
}
header .menu_toggle li a, header .menu_toggle dl {
  transform: translateX(-50px);
  transition: all 0.5s ease;
  opacity: 0;
}
.navOpen #logo_nav {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 0.4s;
}
.navOpen header .menu_toggle li:nth-child(1) a {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 0.6s;
}
.navOpen header .menu_toggle li:nth-child(2) a {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 0.7s;
}
.navOpen header .menu_toggle li:nth-child(3) a {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 0.8s;
}
.navOpen header .menu_toggle li:nth-child(4) a {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 0.9s;
}
.navOpen header .menu_toggle li:nth-child(5) a {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 1.1s;
}
.navOpen header .menu_toggle li:nth-child(6) a {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 1.2s;
}
.navOpen header .menu_toggle li:nth-child(7) a {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 1.3s;
}
.navOpen header .menu_toggle li:nth-child(8) a {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 1.4s;
}
.navOpen header .menu_toggle li:nth-child(9) a {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 1.5s;
}
.navOpen header .menu_toggle dl {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease 1.6s;
  color: #FFF;
  font-weight: bold;
  padding: 0 2.5%;
}
.navOpen header .menu_toggle dl dt {
  margin: 0 0 20px;
  background: #1c1e51;
  border: 1px solid rgba(255, 255, 255, 0.5)
}
.navOpen header .menu_toggle dl dt a {
  display: block;
  position: relative;
  padding: 6px;
  text-align: center;
}
.navOpen header .menu_toggle dl dt a::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  line-height: 20px;
  top: 50%;
  right: 4%;
  margin-top: -10px;
  color: #FFF;
  content: '\e801';
  font-size: 13px;
}
.navOpen header .menu_toggle dl dd {
  width: 50%;
  float: left;
}
.navOpen header .menu_toggle dl dd.fb {
  width: 100%;
  text-align: center;
  margin-left: 0;
  padding-top: 20px;
}
header .menu_toggle li {
  display: block;
  padding: 0;
}
header .menu_toggle li a {
  display: block;
  position: relative;
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
}
header .menu_toggle li a span {
  display: inline-block;
  padding: 5px 0 7px;
}
header .menu_toggle li.active a span {
  position: relative;
}
header .menu_toggle li.active a span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
	border-bottom: 2px solid #a17036;
  width: 60px;
  height: 100%;
}
header .close_btn {
  width: 100%;
  height: 40px;
  padding-top: 1px;
  cursor: pointer;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  display: block;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  z-index: 100;
}
header .close_btn span {
  font-size: 24px;
}
.has_nav .hamburger {
  top: 1vh;
}
.hamburger {
  position: fixed;
  right: 9px;
  top: 8vh;
  z-index: 9999;
  color: #fff;
	background: #000;
  padding: 6px 5px 11px;
  transition: all 0.3s ease 0s;
  font-weight: bold;
}
.hamburger:after {
  font-size: 10px;
  content: 'MENU';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: .5px;
  /*    line-height: 1.4;*/
}
.hamburger-box {
  width: 38px;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background: #fff;
  width: 38px;
  height: 4px;
}
.hamburger--slider .hamburger-inner::before {
  top: 9px;
}
.hamburger--slider .hamburger-inner::after {
  top: 18px;
}
.navOpen .hamburger:after {
  content: 'CLOSE';
}
/*====================== end nav ====================== */
/*====================== header key ====================== */
#key {
  position: relative;
}

.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-pager {
  color: #ffee00;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  line-height: 10px;
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 60;
}
.bx-controls-direction {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
  color: #000;
  font-family: "fontello";
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 26px;
}
.bx-prev::after {
  content: "\f104";
  left: 11px;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.bx-next::after {
  content: "\f105";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.bx-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.bx-next {
  position: absolute;
  top: 0;
  right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #000;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #be0900 none repeat scroll 0 0;
}
.sl_vertical .bx-pager {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  width: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sl_vertical .bx-pager-item {
  display: block;
  margin: 5px 0;
}
/*====================== end nav ====================== */
section {
  overflow: hidden;
}
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
  background: url("../img/index/s2-bg.jpg");
  color: #fff;
  padding-bottom: 45px;
  -webkit-background-size: 100%;
  background-size: 100%;
}
footer .shopinfo {
  padding: 10% 3% 3%;
  position: relative;
}
footer .vcard {
  padding: 0 0 7%;
  text-align: center;
}
footer .vcard dl {
  margin-bottom: 3%;
}
#f_logo {
  margin: 0 auto 5px;
  width: 130px;
}
footer .f_tel {
  text-align: center;
  padding: 20px 0;
  width: 85.5%;
  margin: auto;
  max-width: 350px;
}

footer .fb-page {
  background: #FFF;
}
footer .link {
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
footer .link p {
  width: 45%;
  min-width: 170px;
  max-width: 210px;
  margin: 10px auto;
  padding: 0 6px;
  line-height: 30px;
}
footer .link p a {
  background: #9F9F9F;
  border: solid 1px rgba(200, 200, 200, 0.78);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
  margin-right: 9px;
}
footer address {
  line-height: 44px;
  font-size: 3vw;
  letter-spacing: 0.05em;
  text-align: center;
}

footer address span a{
 font-size: 10px;
 /* padding:3px; */
 text-align: center;
 color: #FFF;
 display: block;
 line-height: 1.5;
}



/*====================== ft_fixed ====================== */
#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}
.navOpen #ft_fixed {
  z-index: 0;
}
.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}
.ft_fixed_shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: 100;
	background: #000;
}
.ft_fixed_shared li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  color: #fff;
  background: url("../img/shared/bg-blue.jpg");
  border-right: 1px solid #fff;
  line-height: 1.2;
}

.ft_fixed_shared li:last-child {
  border-right: 0;
  text-align: center;
}


.ft_fixed_shared li a {
  display: block;
    padding: 8px 10px 8px 0;
    font-size: 12px;
    position: relative;
}
.ft_fixed_shared li a:before {
  font-size: 12px;
  left: 50px;
}
.ft_fixed_shared li a:after {
	font-size: 12px;
	position: absolute;
	right: 10px;
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
}
.ft_fixed_shared.ft_a li {
  width: 100%;
}
.ft_fixed_shared.ft_b li {
  width: 50%;
}
.ft_fixed_shared.ft_c li {
  width: calc((100% - 50px)/3);
}
.ft_fixed_shared #pagetop {
  position: relative;
  top: auto;
  bottom: auto;
  width: 50px;
}
.ft_fixed_shared #pagetop:before {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.ft_d a, .ft_c a, .ft_b a, .ft_a a {
  padding: 3px 10px 3px 0 !important;
}
.ft_a a:after, .ft_b a:after, .ft_c a:after, .ft_d a:after {
  right: 8px !important;
}
.ft_fixed_shared.ft_c li:nth-child(2) {
  min-width: 110px;
}
#pagetop {
  bottom: 100px;
  width: 50px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index h3 {
  font-size: 22px;
}
#index .slide_thm li {
  float: left;
  width: 33.33%;
}
.link-archo li {
  width: 49%;
  float: left;
  color: #fff;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.botan {
  color: #fff;
  padding: 5px 13px !important;
  margin-bottom: 0;
}
.url_btn_copy {
  background: #000;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0 !important;
  position: relative;
}
.url_btn_copy:after {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: '\f105';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}
.url_btn_copy span {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.btn_pc {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 0 !important;
}
.btn_pc a:before {
  padding-right: 5px;
}
.js_full .bx-viewport {
  overflow: visible !important;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.js_full_ext {
  padding-left: 0;
}
.js_full_ext .js_in {
  padding-left: 5%;
}
.js_full_ext img {
  width: 90%;
}
.js_full_ext .bx-prev {
  display: none;
}
.js_full_ext .bx-next {
  right: -18%;
}
.wrap {
  padding: 0 3% 12%;
}
.cl_red {
  color: #E4070B;
}
.fz-10 {
  font-size: 10px;
}
.fz-12 {
  font-size: 12px;
}
.fz-14 {
  font-size: 14px;
}
.fz-16 {
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.fz-20 {
  font-size: 20px;
}
.fz-22 {
  font-size: 22px;
}
.fz-24 {
  font-size: 24px;
}
.fz-26 {
  font-size: 26px;
}
.fz-28 {
  font-size: 28px;
}
.fz-30 {
  font-size: 30px;
}
#lead {
  padding-top: 10%;
}
.bnr_shared {
  width: 66%;
  margin: 0 auto;
}
.bnr_shared a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 10px 5px 10px 15px;
  font-size: 15px;
  font-weight: bold;
}
.bnr_shared a .icon-angle-right {
  float: right;
  padding-right: 5px;
}
.bnr_shared_w90 {
  width: 90%;
}
.bnr_shared_w100 {
  width: 100%;
}
.toggle .accor4:after {
  color: #000;
  display: block;
  position: static;
  margin-top: 0;
}
.pop_icon i {
  display: block;
}
#bg_parallax {
  position: relative;
  padding-top: 100%;
}
#bg_parallax .info2 {
  bottom: 0;
  top: auto;
}
.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}


.kakomi-box10 {
 width: 90%;
 font-weight: 800;
 text-align: center;
 border: 5px double #8491c3; /*太さ・線種・色*/
 color: #333; /* 文字色 */
 background-color: #fff; /* 背景色 */
 border-radius: 1px; /*角の丸み*/
 margin: 10px auto;
}
.kakomi-box4 {
 margin: 10px auto;
 padding: 1em;
 font-weight: 800;
 text-align: center;
 width:90%;
 background-color: #FFF5EE; /* 背景色 */
 box-shadow: 0 0 5px 1px #ccc; /* 影 */
}
/*20211013追記▽*/
.kakomi-box4 a{
	text-decoration: underline
}
/*20211013追記△*/

.kakomi-box3 {
 margin: 20px auto;
 padding: 1em;
 text-align: center;
 width: 90%;
 background-color: #FFF5EE; /* 背景色 */
 box-shadow: 0 0 5px 1px #ccc; /* 影 */

}
.kakomi-box3 h3{
    font-weight: 800 !important;
    font-size:120%;
}
.kakomi-box3 p{
    margin-top: 1em;
}
.kakomi-box4 {
 margin: 20px auto;
 padding: 40px 1em;
 text-align: center;
 background: url("../img/index/s2-bg.jpg") center top repeat;
 box-shadow: 0 0 5px 1px #ccc; /* 影 */
	color: #fff;

}
.kakomi-box4 h3 span{
    font-weight: 800 !important;
	background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.kakomi-box4 .right {
	font-size: 14px;
	padding-right: 40px;
  text-align: right;
}
.kakomi-box4 .price {
  font-size: 18px;
}
.kakomi-box4 .price li {
  margin-bottom: 10px;
}
.kakomi-box4 .price span {
  font-size: 30px;
}
.kakomi-box4 .price .small {
  font-size: 14px;
}
.kakomi-box4 .memo {
	margin: 10px auto;
	padding: 10px 20px;
	border: 1px #fff solid;

}
.kakomi-box4 .memo_inner {
display: flex;
	justify-content: space-around;
	
}
.kakomi-box4 .red {
	color: #e60033;
}

header .banner {
  padding: 30px 12% 10px;
}

header .banner img{
  width: 100%;
  height: auto;
}