@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	min-width: inherit;
	max-height: 100%;
	color: #f0ddb2;
	font: normal normal 15px/2em "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url(../img/shared/bg.jpg) repeat;
}
body.navOpen {
	overflow-y: hidden;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
}
.fnt-mincho {
	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;
}
.block p {
	margin: 0 2.5%;
	padding-bottom: 15px;
}
.normal {
	padding: 0 !important;
	margin: 0 !important;
}
.sh_img {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#logo_txt {
	padding-top: 4px;
}
/*=============================================
 * header
 *=============================================*/

header #belt {
	color: #fff;
	width: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
}
header #hd_top {
	height: 80px;
	z-index: 99;
	background: url(../img/shared/bg_head.jpg) repeat-x top center;
}
header h1 {
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	position: absolute;
	top: 0px;
	left: 0;
	text-align: center;
	z-index: 999;
	width: 100%;
	background: rgba(0,0,0,0.3)
}
header #logo {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 38%;
	z-index: 999991;
}
header {
	position: relative;
}

header .btn-popup1 {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5vw;
	z-index: 99;
}
header .btn-popup1 img {
	width: 85vw;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	top: 30px;
	right: 86px;
	height: 56px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 55px;
	vertical-align: top;
	text-align: center;
	height: 38px;
}
header .topnavi li#mapnavi {
	padding-top: 10px;
}
header .topnavi li.icon-phone-1:before {
	display: block;
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	padding-top: 1px;
}
header .topnavi li a {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 35px;
	width: 100%;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 3px;
	font-size: 20px;
	font-weight: normal;
}
header .menu_toggle {
	background: rgba(0,0,0,0.95);
	background-size: cover;
	z-index: 999990 !important;
}
header .menu_toggle dl {
	font-weight: bold;
	color: #FFF;
	padding: 10px 0;
	letter-spacing: 2px;
	border-top: 1px solid #FFF;
}
header .menu_toggle dl dt {
	font-size: 16px;
	margin: 0 2.5%;
	position: relative;
}
header .menu_toggle dl dd {
	padding-top: 3px;
	margin-left: 2.5%;
}
header .menu_toggle dl dd a {
	display: block;
	padding-left: 35px;
	position: relative;
}
header .menu_toggle dl dd a::before {
	content: '\f101';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	line-height: 16px;
	top: 50%;
	left: 10px;
	margin-top: -10px;
	padding: 0 3px;
	color: #FFF;
	font-size: 13px;
	background: #e28d08;
}
header .menu_toggle .toggle .toggle-link:after {
	color: #FFF;
	content: "" !important;
	background: url(../img/shared/icon_01.png) no-repeat center center;
	width: 14px;
	height: 14px;
	transition: all 0.4s ease;
}
header .menu_toggle .toggle.active .toggle-link:after {
	color: #FFF;
	content: "" !important;
	background: url(../img/shared/icon_02.png) no-repeat center center;
	width: 14px;
	height: 14px;
}
.box_info_top {
	margin-top: 70px;
}


header .menu_toggle li a.active {
	color: #d8281e;
}
/*====================== end nav ====================== */

/*====================== header key ====================== */

header #key {
	position: relative;
	overflow: hidden;
	z-index: 10;
	margin-top: 80px;
}

header #key .bxSlider .img {
	height: 100vw;
}
header #key .bxSlider .img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

header #key .bxSlider .ttl {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 13vw;
}

header #key .bxSlider .ttl img {
	margin: 0 auto;
}

header #key .bxSlider li {
	position: relative;
}

header #key .bxSlider li:nth-child(1) .ttl img {
	width: 70vw;
}

header #key .bxSlider li:nth-child(4) .ttl img {
	width: 70vw;
}

header #key .bx-pager {
	bottom: 3%;
}


header #key dl {
	position: relative;
}
header #key dl dd {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#ttl_key {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	z-index: 100;
}
#row {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -20px;
	z-index: 100;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #000;
	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: 999;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 54%;
	margin-top: -20px;
	width: 100%;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a {
	color: #FFF;
	font-family: "fontello";
	font-size: 25px;
	height: 35px;
	line-height: 35px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	text-align: center;
	width: 35px;
	z-index: 99;
	display: block;
	background: rgba(0,0,0,0.2);
}
.bx-prev::after {
	content: "";
	left: 10px;
	position: absolute;
	text-indent: 0;
	top: -1px;
}
.bx-next::after {
	content: "";
	left: 13px;
	position: absolute;
	text-indent: 0;
	top: -1px;
}
.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 {
	border: 1px solid #fff;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 8px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
	box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff;
}
/*====================== end nav ====================== */

.bn {
	border: none !important;
}
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/

footer {
  padding: 15vw 0 30vw;
  background: url("../img/shared/line1.jpg") center top repeat-x, url("../img/shared/line1.jpg") center bottom repeat-x, url("../img/shared/pattern2.jpg");
  font-family: 'Noto Serif JP',sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
}

footer .logo {
  text-align: center;
}
footer .logo img {
	width: 80vw;
	max-width: 100%;
	height: auto;
}

footer address, footer .cookies_link {
	text-align: center;
	font-size: 13px;
  color: #f0ddb2;
  opacity: 0.5;
}

footer address {
  margin-top: 10vw;
}

footer .tel a {
	text-decoration: none;
}

footer #socialbuttons {
  margin-top: 5vw;
}

footer .bnr {
	margin-top: 10vw;
  text-align: center;
}

footer .bnr img {
	width: 80vw;
}

footer .shopinfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0 14px;
  border-bottom: 1px dashed rgba(240, 221, 178, 0.4);
  line-height: 27px;
}

footer .shopinfo dl dt {
  width: 110px;
}

footer .shopinfo dl dd {
  width: calc(100% - 110px);
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/

#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.has_nav #ft_group {
	position: fixed;
	z-index: 9999;
	opacity: 1;
}
#ft_group img {
	max-width: 100%;
	height: auto;
}
#ft_group .box {
	display: flex;
	background: url(../img/shared/bg1.jpg);
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.lk_ex {
	padding-top: 16px;
}
.ft_contact_tel dd a {
	font-size: 18px;
	position: relative;
	text-decoration: none;
}
.lk_ex .icon-link-ext:before {
	padding: 3px 5px 0 0;
	font-size: 14px;
}
.ft_contact_mail:after {
	content: '\f105';
	font-size: 15px;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
#ft_group .box .icon-mail-alt {
	font-size: 14px;
	display: block;
	padding-top: 15px;
}
#ft_group .box .icon-mail-alt:before {
	font-size: 14px;
	padding-right: 10px;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .has_nav footer::after {
    height: 36px;
    content: '';
		background: #000;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_group {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
	#pagetop {
		bottom: 100px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .has_nav footer::after {
    height: 36px;
    content: '';
		background: #000;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_group {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
	#pagetop {
		bottom: 100px;
	}
}

/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.770833333333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  .has_nav footer::after {
    height: 36px;
    content: '';
		background: #000;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 7;
  }
  #ft_group {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
	#pagetop {
		bottom: 100px;
	}
}


.dl_tel1::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background: #2a2a2a;
	content: "";
}
.ft_contact_tel .icon-phone-1:before {
	padding-right: 10px;
}
.contact_gr .ft_contact_tel dd {
	font-size: 14px;
}
.contact_gr .fl, .contact_gr .fr {
	width: 49%;
}
#feed .blk a, #feed1 .blk a, #feed2 .blk a, #feed3 .blk a {
	text-decoration: none;
}
#feed .blk, #feed1 .blk, #feed2 .blk, #feed3 .blk {
	padding-top: 10px;
}
#feed .blk p span, #feed1 .blk p span, #feed2 .blk p span, #feed3 .blk p span {
	display: block;
	min-height: 200px;
	width: 100% !important;
}
#feed .blk dl, #feed1 .blk dl, #feed2 .blk dl, #feed3 .blk dl {
	margin: 0 2.5%;
	padding-bottom: 10px;
	color: #000;
}
#feed .blk dl dt {
	text-align: center;
}
#feed .blk dl dd.title {
	font-weight: bold;
	font-size: 17px;
	padding: 5px 0;
	text-align: center;
}

.price {
    color: #c53200;
    font-weight: bold;
}

.osusume{
    text-align: center;
    margin: 10px auto;
    padding-top: 13px;
	padding-right: 64px;
	padding-bottom: 15px;
	padding-left: 36px;
    background-color: #030202;
	background-image: none;
	background-size: contain;
    color: #ffffff;
    border-width: 3px;
	border-style: solid;
	border-color: #d61a1a;
    border-radius: 11px;
	cursor: pointer;
    width: 70%;
}


#popup {
  padding: 30px 10px;
  box-sizing: border-box;
  background: url('../img/shared/pattern3.jpg');
	color: #2c130b;
  position: relative;
}

#popup h2.ttl {
  font-family: 'Noto Serif CJK JP Black', 'Noto Serif JP', serif;
	font-weight: 900;
  font-size: 6vw;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

#popup .txt1 {
	margin-top: 30px;
}

#popup .txt2 {
	margin-top: 40px;
	text-align: left;
}

#popup ul {
	margin-top: 30px;
	padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid;
  text-align: left;
}

#popup .remodal-close {
  width: 28px;
  height: 28px;
  top: 10px;
  right: 10px;
}

#popup .remodal-close::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 28px 28px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M1.979,0.564 L27.435,26.020 L26.021,27.435 L0.565,1.979 L1.979,0.564 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M27.435,1.979 L1.979,27.435 L0.565,26.020 L26.021,0.564 L27.435,1.979 Z'/%3E%3C/svg%3E") 0 0/contain no-repeat;
}
