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

body {
	color: #64513e;
	min-width: inherit;
	max-height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 30px;
	font-size: 15px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background-image: url(../img/shared/bg.jpg);
}
.fnt-mincho {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", 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-justify {
	text-align: justify;
}
.pt6 {
	padding-top: 6%;
}
.pt5 {
	padding-top: 5%;
}
.pb6 {
	padding-bottom: 6%;
}
.pb5 {
	padding-bottom: 5%;
}
.pt4 {
	padding-top: 4%;
}
.pt3 {
	padding-top: 3%;
}
.pt2 {
	padding-top: 2%;
}
.pb4 {
	padding-bottom: 5%;
}
.pb3 {
	padding-bottom: 3%;
}
.pb2 {
	padding-bottom: 2%;
}
.pt8 {
	padding-top: 8%;
}
.pb8 {
	padding-bottom: 8%;
}
.mb0 {
	margin-bottom: 0;
}
.mb1 {
	margin-bottom: 1%;
}
.mb2 {
	margin-bottom: 2%;
}
.mb3 {
	margin-bottom: 3%;
}
.mb4 {
	margin-bottom: 4%;
}
.mb5 {
	margin-bottom: 5%;
}
.mb6 {
	margin-bottom: 6%;
}
.mb7 {
	margin-bottom: 7%;
}
.navOpen {
	overflow: hidden;
}
.pt8 {
	padding-top: 8%;
}
.pb8 {
	padding-bottom: 8%;
}
.mt5 {
	margin-top: 5%;
}
.mb8 {
	margin-bottom: 8%;
}
body.navOpen {
	overflow-y: hidden;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
}
.pb0 {
	padding-bottom: 0 !important;
}
.mt-3{
	margin-top: -3%;
}
.mb-3{
	margin-bottom: -3%;
}
/*=============================================
 * header
 *=============================================*/

header .logo {
	position: absolute;
	top: 0px;
	width: 93px;
	left: 0px;
}
header #belt {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 999;
}
header #hd_top {
	background: url(../img/shared/head_bg.jpg) repeat-x center bottom;
	position: fixed;
	height: 100px;
	z-index: 17;
	width: 100%;
}
header .hamburger {
	position: absolute;
	right: 5px;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
	color: #fff;
	z-index: 15;
	position: relative;
	padding: 5% 2% 6%;
	text-align: center;
}
#telnavi a {
}
header .hamburger-box {
	width: 40px;
	height: 24px;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto 19px;
}
header .hamburger span {
	display: block;
	font-weight: bold;
	color: #7F2010;
}
/*====================== nav ====================== */
header .navBtn {
	color: #fff;
	background: rgba(55, 55, 55, 0.5);
	display: block;
	width: 34px;
	height: 35px;
	position: absolute;
	bottom: 9px;
	left: 1px;
	cursor: pointer;
	padding: 7px 13px 6px 13px;
	text-align: center;
	font-size: 11px;
	line-height: 24px;
}
header .topnavi {
	position: fixed;
    top: 24px;
    right: 96px;
    height: 27px;
    z-index: 15;
    border-right: 1px dotted #7F2010;
    color: #fbf6d4;
    font-size: 16px;
   font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background: url(../img/shared/foo_bg.jpg) repeat center top;
	background-size: 100% 100%;
    padding: 2px 31px 6px 8px;
	
	
}
header .topnavi:after{
	    content: '\f105';
    font-family: "fontello";
    font-style: normal;
   font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 5px;
    top: 32%;
    margin-top: -7px;
    font-size: 23px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
	background: rgba(55, 55, 55, 0.5);
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 11px;
	width: 100%;
	padding-bottom: 2px;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 8px;
	font-size: 19px;
	font-weight: normal;
	margin-top: -5px;
}
header .navBtn span {
	background: #fff;
}
header .menu_toggle {
	background-image: url(../img/shared/bg.jpg);
	padding-top: 100px;
	z-index: 16;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-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);
	right: 0;
}
header .menu_toggle a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
header .menu_toggle li {
	border-bottom: 1px solid #000;

}
header .menu_toggle li.btn{
	border: 1px solid #000;
	width: 80%;
	margin: 4% auto;
	color: #fff;
    background: url(../img/shared/foo_bg.jpg) repeat-x center top;
    background-size: auto 100%;
}
header .menu_toggle li.btn a{
	color: #fff;
}
header .menu_toggle ul li a {
	padding: 15px 0 15px 10px;
}
header .menu_toggle li .top{
	margin: 0 13vw;
	text-align: center;
}
header .menu_toggle li .top:after{
	display: none;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #7F2010;
}
.hamburger-inner {
	margin-top: 16px;
}
footer #socialbuttons .google {
	width: 31px;
}
/*====================== end nav ====================== */

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


header #key {
	position: relative;
	z-index: 500;
	overflow: hidden;
	padding-top: 100px;
}
.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: 998;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 998;
}
.bx-wrapper .bx-controls-direction a {
	color: #e75a5a;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
	z-index: 99;
}
.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: "";
	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;
}
/*====================== end nav ====================== */
#index #seca a:-webkit-any-link {
 color: -webkit-link;
 cursor: auto;
 text-decoration: underline;
}
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
#pagetop {
	width: 50px;
	bottom: 70px;
}
footer {
	overflow: hidden;
	font-size: 14px;
	line-height: 19px;
	background: url(../img/shared/line3.jpg), url(../img/shared/footer_bg2.jpg);
	background-size: auto, auto 100%;
	background-position: center top, center top;
	background-repeat: repeat-x, repeat-x;
	color: #fff;
}
footer .shopinfo {
	padding: 10% 1.5% 2%;
	position: relative;
}
footer .bnr {
	width: 90%;
	margin: 0 auto 3%;
}
footer .vcard {
	padding: 0 1%;
	margin-bottom: 3%;
	line-height: 25px;
}
footer .txt {
	color: #948371;
	text-align: center;
}
footer .vcard dl {
	color: #948371;
	margin-bottom: 25px;
}
#f_logo {
	margin: 0 auto 5px;
	width: 150px;
}
#f_tel {
	width: 250px;
	margin-bottom: 10px;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}
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: #fbf6d4;
	border: solid 1px rgba(255, 255, 255, 0.78);
	border-radius: 5px;
	color: #000;
	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: 160%;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
	margin: 0px auto;
	background: url(../img/shared/copyright_bg.jpg) repeat-x center top;
	margin-bottom: 70px;
	padding: 10px 0;
	margin-top: 8px;
	background-size: auto 100%;
}
footer address p {
	font-size: 10px !important;
	letter-spacing: 1px !important;
}
footer address p span {
	font-size: 10px;
	font-weight: bold;
}
.cblack {
	color: #000;
}
.pt30 {
	padding-top: 30px;
}
footer .contact_gr {
	border: 1px solid #9c6500;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 998;
	background: url(../img/shared/foo_bg.jpg) repeat-x center top;
	background-size: auto 100%;
	display: table;
	box-shadow: -1px 3px 20px rgba(0,0,0,0.26);
	-webkit-box-shadow: -1px 3px 20px rgba(0,0,0,0.26);
	-moz-box-shadow: -1px 3px 20px rgba(0,0,0,0.26);
}
footer .contact_gr .box {
	width: 50%;
	padding: 8px 0;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 50%;
}
footer .contact_gr .ft_contact_tel {
	width: 70% !important;
}
footer .contact_gr .ft_shopping {
	width: 1000% !important;
}
footer .ft_shopping dl dt {
	font-size: 18px;
}
footer .ft_shopping dl dd {
	font-size: 16px;
}
footer .ft_contact_tel {
	border-right: 1px solid #9c6500;
}
footer .contact_gr .box.ft_map {
	width: 30%;
}
footer .contact_gr dl {
	letter-spacing: 2px;
	color: #fbf6d4;
	text-shadow: 2px 2px 4px #894836;
	line-height: 25px;
}
footer .contact_gr .box.ft_map dl {
	line-height: 25px;
}
footer .ft_contact_tel dl dt {
	font-size: 13px;
}
footer .ft_contact_tel dl dd {
	font-size: 18px;
}
footer .ft_contact_tel dl dd a:before {
	margin-right: 5px;
}
footer .contact_gr .box.ft_map dt {
	font-size: 20px;
}
footer .contact_gr .box.ft_map dd {
	font-size: 16px;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/



#index .slide_thm li {
	float: left;
	width: 33.33%;
}
header .close_btn {
	line-height: 38px;
	margin-top: 20px;
}
#menu_toggle .tel {
	width: 130px;
}
/* Scss Document */
header .navBtn {
	right: 0;
	left: inherit;
	z-index: 17;
	position: absolute;
	position: fixed;
	top: 19px;
	padding-bottom: 8px;
}
.pic_mr {
	margin-left: -2%;
	margin-right: -2%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.zindex {
	z-index: 100;
	position: relative;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.bs {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}
.sh {
	text-shadow: 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff;
}
h2 {
	margin-bottom: 4%;
}
header #hd_top {
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.toggle .toggle-link:after {
	color: #000;
}
hr.line1 {
	background: url(../img/shared/line1.jpg) repeat-x center top;
	height: 6px;
	border: none;
}
hr.line2 {
	background: url(../img/shared/line2.jpg) repeat-x center top;
	height: 10px;
	border: none;
}
h1 {
	background: url(../img/shared/bg1.jpg) repeat-x center top;
	background-size: auto 100%;
}
.bg1 {
	background: url(../img/shared/bg1.jpg) repeat-x center top;
	background-size: auto 100%;
}
.bg2 {
	background: url(../img/shared/banner2_bg.jpg) repeat center top;
}
.block p {
	padding-bottom: 3%;
	text-align: justify;
}
.txt-justify {
	text-align: justify;
}
footer h3 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
#pagetop {
	bottom: 65px;
}
.toggle.sty1 {
	border: 1px solid #5b3619;
	padding: 2%;
}
.toggle.sty1 .toggle-link {
	padding: 0% 2% 5%;
}
.toggle.sty1 .toggle-link:after {
	left: 50%;
	margin-left: -5px;
	top: 89%;
	right: inherit;
	color: #5b3619;
}
.toggle.sty1 .list {
	padding-top: 3%;
}
.toggle.sty1 .list .btn-acc {
	position: relative;
	border: 1px solid #5b3619;
	padding: 2% 2% 5%;
	margin-bottom: 3%;
}
.toggle.sty1 .list .btn-acc.open:after {
	content: '\f139';
}
.toggle.sty1 .list .btn-acc:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	line-height: 20px;
	top: 84%;
	left: 50%;
	margin-top: -10px;
	color: #5b3619;
	content: '\f13a';
	font-size: 13px;
	margin-left: -7px;
}
.toggle.sty1 .list .menu {
	margin-bottom: 8%;
}
.toggle.sty1 .list h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 3%;
	border: 1px solid #000;
	margin: 0 auto 2%;
	padding: 2%;
}
.toggle.sty1 .list dl {
	border-bottom: 1px #2d0705 dotted;
	padding: 5px 0;
}
.toggle.sty1 .list dl dt {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #2d0705;
	float: left;
	background-image: url(../img/menu/menu_ic.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	line-height: 25px;
}
.toggle.sty1 .list dl dd {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #a11e15;
	font-weight: bold;
	text-align: right;
	float: right;
	line-height: 25px;
}
.toggle.sty1 .list dl dd.txt{
	color: #000;
	font-weight: normal;
	text-align: left;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.toggle.sty1 .list ul {
	margin-bottom: 3%;
}
.toggle.sty1 .list ul li {
	text-align: center;
}
/*=========================================================================================
	 * 												INDEX
	 *=========================================================================================*/
#index #lead ul.g_btn1 {
	padding-top: 5%;
	padding: 6% 2%;
}
#index #lead ul.g_btn1 li {
	margin-bottom: 3%;
}
#index #lead ul.g_btn1 li:last-of-type {
	margin-bottom: 0;
}
#index #sec1 #instafeed p {
	width: 46%;
	float: left;
	padding: 2%;
}
#index #sec1 #instafeed p img {
	width: 100% !important;
	height: 100% !important;
}
#index #sec2 {
	background: url(../img/shared/bg3.jpg) no-repeat center top;
	background-size: 100% 100%;
	margin-bottom: 0%;
}
#index #sec2 .fb {
	text-align: center;
	background: none;
}
#index #sec3 {
	background: url(../img/index/sec3_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	margin-bottom: 0%;
}
#index #sec3 h2 {
	margin: 0 -1.5% 2%;
}
#index #sec3 .txt1 {
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 3%;
	line-height: 25px;
}
#index #sec3 .txt2 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 25px;
	margin-bottom: 3%;
}
#index #sec3 .tel {
	width: 70%;
	margin: 0 auto;
}
#index .bnr3{
	padding-bottom:0;
}
/*=========================================================================================
 * 												concept
 *=========================================================================================*/
#concept #sec1 h2 {
	margin-bottom: -5%;
}
#concept #sec1 h3.t1 {
	margin-bottom: -5%;
}
#concept #sec1 ul {
	padding-top: 5%;
	padding-bottom: 5%;
}
#concept #sec1 ul li {
	width: 95%;
	margin: 0 auto 3%;
}
#concept #sec1 ul li:last-of-type {
	margin-bottom: 0;
}
/*=========================================================================================
 * 												menu
 *=========================================================================================*/
#menu #lead p.txt {
	color: #8F1D13;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}
#menu #lead h2 {
	
}
#menu #lead ul {
	margin-top: 8%;
	padding-top: 5%;
	padding-bottom: 5%;
	background: url(../img/menu/lead_bg2.png) no-repeat center top;
	background-size: 100% 100%;
}
#menu #lead ul li {
	width: 95%;
	margin: 0 auto 3%;
}
#menu #lead ul li:last-child {
	margin-bottom: 0;
}
#menu #recommend p.price {
	z-index: 20;
	font-size: 22px;
	font-weight: bold;
	color: #efbe49;
	text-align: center;
}
#menu #recommend h2 {
	margin-bottom: -3%;
}
#menu #recommend .js dl dd {
	text-align: center;
}
#menu #recommend .js .bx-wrapper .bx-pager.bx-default-pager a:hover, #menu #recommend .js .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
#menu #recommend .js .bx-controls-direction {
	top: 96%;
}
#menu #recommend .js .bx-wrapper .bx-pager, #menu #recommend .js .bx-wrapper .bx-controls-auto {
	position: relative;
	margin-bottom: 2%;
	margin-top: 3%;
}
#menu #recommend .js .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #000;
	border-radius: 22px;
	display: block;
	height: 25px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: inherit;
	width: 25px;
	line-height: 25px;
}
#menu #recommend .box {
	margin-top: 5%;
	background: url(../img/menu/box_bg2.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 5% 3%;
}
#menu #recommend .box dl dt {
	margin-bottom: 2%;
}
#menu #tenshin dl.price dt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#menu #tenshin dl.price dd {
	font-size: 22px;
	font-weight: bold;
	color: #a0260e;
	text-align: center;
}
#menu #tenshin .js1 {
	margin-bottom: 5%;
}
#menu #tenshin .js1 .bx-wrapper .bx-pager.bx-default-pager a:hover, #menu #tenshin .js1 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
#menu #tenshin .js1 dl dd {
	text-align: center;
}
#menu #tenshin .js1 .bx-controls-direction {
	top: 34%;
}

#menu #tenshin .js1 .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #000;
	border-radius: 22px;
	display: block;
	margin: 0 5px;
	outline: 0 none;
	line-height: 25px;
}
#menu #tenshin .js2 {
	margin-bottom: 5%;
}
#menu #tenshin .js2 .bx-wrapper .bx-pager.bx-default-pager a:hover, #menu #tenshin .js2 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
#menu #tenshin .js2 .bx-controls-direction {
	top: 96%;
}
#menu #tenshin .js2 .bx-wrapper .bx-pager, #menu #tenshin .js2 .bx-wrapper .bx-controls-auto {
	position: relative;
	margin-bottom: 2%;
	margin-top: -5%;
}
#menu #tenshin .js2 .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #000;
	border-radius: 22px;
	display: block;
	height: 25px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: inherit;
	width: 25px;
	line-height: 25px;
}
#menu #tenshin .toggle .list dl {
	border-bottom: 1px #2d0705 dotted;
	padding: 2px 0;
}
#menu #tenshin .toggle .list dl dt {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #2d0705;
	background-image: url(../img/menu/menu_ic.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}
#menu #tenshin .toggle .list dl dd {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #a11e15;
	font-weight: bold;
	text-align: right;
	float: right;
}
#menu #fukahire {
	background: url(../img/menu/fukahire_bg.jpg) repeat-x center top;
	background-size: auto 100%;
}
#menu #fukahire h2 {
	margin-bottom: -5%;
}
#menu #fukahire p {
	color: #fff7db;
}
#menu #fukahire .toggle {
	border: 1px solid #f7d19e;
	margin-bottom: 5%;
}
#menu #fukahire .toggle .toggle-link:after {
	color: #f7d19e;
}
#menu #fukahire .toggle:last-of-type {
	margin-bottom: 0;
}
#menu #fukahire .toggle .list dl {
	border-bottom: 1px #f7d19e dotted;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#menu #fukahire .toggle .list dl dt {
	background-image: url(../img/menu/fukahire_ic.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	color: #f7d19e;
}
#menu #fukahire .toggle .list dl dd {
	color: #f9a83c;
}
#menu #food p.txt {
	color: #8F1D13;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}
#menu #food dl.price dt {
	color: #2d0705;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}
#menu #food dl.price dd {
	color: #a11e15;
	font-size: 20px;
	text-align: center;
}
#menu #food p.txt2 {
	border-bottom: 1px #2d0705 dotted;
}
#menu #food .group {
	background: url(../img/menu/food_bg2.png), url(../img/menu/food_bg_top.jpg), url(../img/menu/food_bg_bot.jpg), url(../img/menu/food_bg_cen.jpg);
	background-size: auto, 100%, 100%, 100%;
	background-position: center, center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
	padding: 5% 2%;
}
#menu #food .group h3 {
	color: #623e0f;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 2%;
}
#menu #food .group p.txt {
	text-align: center;
	color: #2d0705;
	font-weight: bold;
	font-size: 18px;
}
#menu #food .group p.txt span {
	color: #802312;
}
#menu #drink .toggle {
	padding: 0;
}
#menu #drink .toggle .menu dl {
	padding: 5px 0;
}
#menu #drink .toggle .menu dt {
	width: 60%;
}
#menu #drink .toggle .menu dd {
	text-align: right;
	float: right;
	width: calc(100% - 20px - 60%);
}
#menu #drink .toggle h2 {
	margin-bottom: 0;
}
#menu #drink .toggle .toggle-link {
	padding: 0;
}
#menu #drink .toggle .toggle-link:after {
	top: 76%;
	color: #dfcfc4;
}
#menu #drink .toggle .list {
	padding: 2%;
}
#menu #drink .toggle p.txt {
	color: #8F1D13;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}
#menu #drink .toggle dd.txt {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	float: left;
	width: 100%;
	text-align: left;
	line-height: 25px;
}
/*=========================================================================================
 * 												course
 *=========================================================================================*/
#course #scene h2 {
	margin-bottom: 5%;
}
#course #scene .bx-wrapper .bx-pager.bx-default-pager a:hover, #course #scene .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
#course #scene .bx-controls-direction {
	top: 113%;
}
#course #scene .bx-wrapper .bx-pager, #course #scene .bx-wrapper .bx-controls-auto {
	position: absolute;
	margin-bottom: 2%;
	top: 112%;
}
#course #scene .js {
	color: #fff9df;
	background: url(../img/course/scene_b2.jpg), url(../img/course/scene_bg.png);
	background-size: auto, 100% 100%;
	background-position: center, center top;
	background-repeat: no-repeat, no-repeat;
	padding: 5% 2%;
}
#course #scene .js .info {
	display: table-cell;
	vertical-align: middle;
}
#course #scene .price {
	
}
#course #scene .price dt {
	color: #280102;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2%;
}
#course #scene .price dd {
	color: #965f2c;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#course #coursemenu .group {
	background: url(../img/course/coursemenu_bg.jpg) repeat center top;
	padding: 5% 2%;
}
#course #coursemenu p.txt {
	color: #8F1D13;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
}
#course #coursemenu .toggle {
	background: url(../img/course/coursemenu_bg2_top.jpg), url(../img/course/coursemenu_bg2_bot.jpg), url(../img/course/coursemenu_bg2_cen.jpg);
	background-size: 100%, 100%, 100%;
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	margin-bottom: 5%;
	border: none;
}
#course #coursemenu .toggle .toggle-link {
	text-align: center;
	background: url(../img/course/coursemenu_bg.png) no-repeat center;
	padding: 6% 2% 5%;
}
#course #coursemenu .toggle .toggle-link dt {
	color: #912014;
	font-weight: bold;
	font-size: 17px;
}
#course #coursemenu .toggle .toggle-link dt span {
	font-size: 25px;
}
#course #coursemenu .toggle .toggle-link dd {
	color: #5b3619;
}
#course #coursemenu .toggle ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
	text-align: left;
}
#course #coursemenu .toggle ul li {
	text-align: left;
	color: #5b3619;
}
#course #coursemenu .txt2 {
	color: #fffae0;
}
#course #coursemenu dl.price {
	border: 1px #996600 solid;
	padding: 5% 2%;
}
#course #coursemenu dl.price dt {
	font-weight: bold;
	text-align: center;
	color: #d69c2c;
	font-size: 25px;
}
#course #coursemenu dl.price dd {
	color: #d69c2c;
	font-size: 17px;
	text-align: center;
}
#course #banner ul {
	padding: 5% 2%;
}
#course #banner ul li {
	margin-bottom: 3%;
}
#course #banner ul li:last-child {
	margin-bottom: 0;
}
/*=========================================================================================
 * 												interior
 *=========================================================================================*/
#interior #lead .bx-wrapper .bx-pager.bx-default-pager a:hover, #interior #lead .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
#interior #lead .bx-controls-direction {
	top: 107%;
}
#interior #lead .bx-wrapper .bx-pager, #interior #lead .bx-wrapper .bx-controls-auto {
	position: absolute;
	margin-bottom: 2%;
	top: 106%;
}
#interior #lead .js {
	background: url(../img/interior/lead_bg.png) repeat center top;
	padding: 4% 2%;
}
#interior #lead p {
	color: #fff9df;
}
#interior #lead .txt {
	font-size: 20px;
	text-align: center;
	color: #280101;
	font-weight: bold;
	margin-top: 10%;
}
#interior #floor{
	background: url(../img/shared/bg_deco1.png) no-repeat center 30%;
}
#interior #floor .bx-wrapper .bx-pager.bx-default-pager a:hover, #interior #floor .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
#interior #floor .bx-controls-direction {
	top: 98%;
}
#interior #floor .bx-wrapper .bx-pager, #interior #floor .bx-wrapper .bx-controls-auto {
	position: relative;
	margin-bottom: 2%;
	margin-top: 3%;
}
#interior #floor .tabs-switch .tab-link li {
	width: 25%;
	float: left;
	border-left: 1px solid #8a5959;
	box-sizing: border-box;
}
#interior #floor .tabs-switch .tab-link li:first-child {
	border-left: none;
}
#interior #floor .tabs-switch .tab-content p.map1 {
	margin-bottom: -65%;
}
#interior #floor .tabs-switch .tab-content p.map2 {
	margin-bottom: -62%;
}
#interior #floor .tabs-switch .tab-content p.map3 {
	margin-bottom: -62%;
}
#interior #floor .tabs-switch .tab-content p.map4 {
	margin-bottom: -59%;
}
/*=========================================================================================
 * 												access
 *=========================================================================================*/
#access #information .info {
	background: url(../img/access/information_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding: 6% 4%;
	color: #53110b;
}
#access #information .info dl {
	border-bottom: 1px #502a28 dotted;
	padding: 12px 0;
	line-height: 25px;
	font: normal normal 85%/1.45 "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
}
#access #information .info dl dt {
	background-image: url(../img/access/info_ic.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
#access #information .info dl .tel {
	color: #750c07;
	font-weight: bold;
	font-size: 17px;
	text-decoration: underline;
}
#access #map {
	background: url(../img/shared/access_bg.jpg) repeat center top;
}
#access #map .toggle {
	background: #F8F6EA;
	margin-bottom: 4%;
}
#access #map .toggle.g1 {
	color: #af2219;
}
#access #map .toggle.sty1.g1 .toggle-link:after {
	color: #af2219;
}
#access #map .toggle.sty1 .toggle-link:after {
	color: #3f3e3e;
}
#access #map .toggle.g2 {
	margin-bottom: 5%;
}
#access #map .toggle.g2 dl {
	border-bottom: 1px #3f3e3e dotted;
}
#access #map .toggle.g2 dl dt {
	float: none;
	font-weight: normal;
	color: #3f3e3e;
	background: none;
	padding-left: 0;
}
#access #map .toggle.g2 dl dd {
	float: none;
	font-weight: normal;
	color: #3f3e3e;
	text-align: left;
}
#access .access_btn{
	padding: 3%;
	text-align: center;
	font-weight: bold;
	background: url(../img/access/bg_btn.jpg) no-repeat center top;
	background-size: 100% 100%;
	color: #fff;
}
/*=========================================================================================
 * 												topics
 *=========================================================================================*/
#topics #sec1 .box{
	background: url(../img/topics/box_bg_top.png), url(../img/topics/box_bg_bot.png), url(../img/topics/box_bg_cen.png);
	background-size: 100%,100%,100%;
	background-position: center top,center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	padding: 6% 4%;
	
}
#topics #sec1 .box h2{
	background-color: #49080a;	
	padding: 4% 2%;	
	font-size:16px;
	color:#fff;
}

/*=========================================================================================
 * 												english
 *=========================================================================================*/
#english {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#english #sec1 h2 {
	margin-bottom: -3%;
}
#english #sec2 h2 {
	margin-bottom: 0;
}
#english #sec2 .group {
	background: url(../img/shared/coursemenu_bg.jpg) repeat center top;
	padding: 5% 2%;
}
#english #sec2 .group .box {
	border: 1px solid #754912;
	padding: 4% 2%;
	margin-bottom: 4%;
}
#english #sec2 .group .box dl dt {
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	color: #d69c2c;
	margin-bottom: 2%;
}
#english #sec2 .group .box dl dd {
	color: #d69c2c;
	font-size: 18px;
	text-align: center;
}
#english #sec2 .group .info2 {
	padding: 4% 2%;
}
#english #sec2 .toggle:last-of-type {
	margin-bottom: 0;
}
#english #sec2 .toggle {
	background: url(../img/course/coursemenu_bg2_top.jpg), url(../img/course/coursemenu_bg2_bot.jpg), url(../img/course/coursemenu_bg2_cen.jpg);
	background-size: 100%, 100%, 100%;
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat, no-repeat, repeat-y;
	margin-bottom: 5%;
	border: none;
	padding: 4% 3%;
}
#english #sec2 .toggle .toggle-link {
	text-align: center;
	background: url(../img/course/coursemenu_bg.png) no-repeat center;
	padding: 6% 0% 5%;
}
#english #sec2 .toggle .toggle-link dt {
	color: #912014;
	font-weight: bold;
	font-size: 17px;
}
#english #sec2 .toggle .toggle-link dt span {
	font-size: 25px;
}
#english #sec2 .toggle .toggle-link dd {
	color: #5b3619;
}
#english #sec2 .toggle ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
	text-align: left;
}
#english #sec2 .toggle ul li {
	text-align: left;
	color: #5b3619;
}
#english #sec3 .price {
	text-align: center;
	color: #efbe49;
	font-size: 22px;
	font-weight: bold;
}
#english #sec4 h2{
	margin-bottom: 1%;
}
#english #sec4 .bx-wrapper .bx-pager.bx-default-pager a:hover, #english #sec4 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
#english #sec4 .bx-controls-direction {
	top: 98%;
}
#english #sec4 .bx-wrapper .bx-pager, #english #sec4 .bx-wrapper .bx-controls-auto {
	position: relative;
	margin-bottom: 2%;
	margin-top: 3%;
}
#english #sec4 .toggle {
	margin-top: 5%;
}
#english #sec4 dl.price dd {
	text-align: center;
	color: #912014;
	font-size: 20px;
	font-weight: bold;
}
#english #sec5 {
	background: url(../img/english/sec5_bg.jpg) repeat-x center top;
	background-size: auto 100%;
}
#english #sec5 p {
	color: #f2e0c3;
}
#english #sec5 .toggle {
	border: 1px solid #f7d19e;
	margin-bottom: 5%;
}
#english #sec5 .toggle .toggle-link:after {
	color: #f7d19e;
}
#english #sec5 .toggle .list dl {
	border-bottom: 1px #f7d19e dotted;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#english #sec5 .toggle .list dl dt {
	background-image: url(../img/menu/fukahire_ic.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	color: #f7d19e;
}
#english #sec5 .toggle .list dl dd {
	color: #f9a83c;
}
#english #sec6 p.note {
	margin-top: 3%;
	color: #937372;
	border: 2px solid #631f19;
	padding: 2%;
}
#english #sec6 h2{
	margin-bottom: 0;
}
#english #sec7{
	background: url(../img/shared/bg_deco1.png) no-repeat center 30%;
}
#english #sec7 .bx-wrapper .bx-pager.bx-default-pager a:hover, #english #sec7 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
#english #sec7 .bx-controls-direction {
	top: 98%;
}
#english #sec7 .bx-wrapper .bx-pager, #english #sec7 .bx-wrapper .bx-controls-auto {
	position: relative;
	margin-bottom: 2%;
	margin-top: 3%;
}
#english #sec7 .tabs-switch .tab-link li {
	width: 25%;
	float: left;
	border-left: 1px solid #8a5959;
	box-sizing: border-box;
}
#english #sec7 .tabs-switch .tab-link li:first-child {
	border-left: none;
}
#english #sec7 .tabs-switch .tab-content p.map1 {
	margin-bottom: -65%;
}
#english #sec7 .tabs-switch .tab-content p.map2 {
	margin-bottom: -62%;
}
#english #sec7 .tabs-switch .tab-content p.map3 {
	margin-bottom: -62%;
}
#english #sec7 .tabs-switch .tab-content p.map4 {
	margin-bottom: -59%;
}
#english #sec8 .info {
	margin-bottom: 4%;
	background: url(../img/access/information_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding: 6% 4%;
	color: #53110b;
}
#english #sec8 .info dl {
	border-bottom: 1px #502a28 dotted;
	padding: 12px 0;
	line-height: 25px;
	font: normal normal 85%/1.45 "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
}
#english #sec8 .info dl dt {
	background-image: url(../img/access/info_ic.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
#english #sec8 .info dl dd span {
	color: #a11e15;
}
#english #sec8 .info dl dd ul li {
	margin-bottom: 2%;
}
#english #sec8 .info dl .tel {
	color: #750c07;
	font-weight: bold;
	font-size: 17px;
	text-decoration: underline;
}



/****************/
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
footer .contact_gr .box {
	padding-bottom: 18px;
}
#pagetop {
	bottom: 85px;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
footer .contact_gr .box {
	padding-bottom: 18px;
}
#pagetop {
	bottom: 85px;
}
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
footer .contact_gr .box {
	padding-bottom: 18px;
}
#pagetop {
	bottom: 85px;
}
}


img{
	width: 100%;
	height: auto;
}

section{
	overflow: hidden;
}

footer #socialbuttons {
	margin-top: 15px;
}

footer #socialbuttons > * {
	height: 20px;
	line-height: 1;
	vertical-align: middle;
}

footer #socialbuttons .google {
	display: none;
}

.mb0{
	margin-bottom: 0!important;
}

#index #shopping{
	position: relative;
	background: url('../img/index/shopping_deco.png') no-repeat center top 53vw / 100% auto;
}

#index #shopping .btn{
	position: absolute;
	right: 0;
	top: 53vw;
	z-index: 2;
	width: 33%;
}

#shopping_other section,
#shopping_top section {
	color: #000;
}

#shopping_top #lead .txt{
	padding: 0 4% 3%;
}

#shopping_top #lead .img{
	padding-right: 6%;
	position: relative;
}

#shopping_top #lead .img span{
	position: absolute;
	z-index: 1;
	right: 0;
	top: 55vw;
	width: 48%;
}
/*
#shopping_other #other .slide .slick-slide,
#shopping_top #other .slide .slick-slide {
	height: 100%;
}*/

#shopping_other #other .slick-slide > div,
#shopping_top #other .slick-slide > div,
#shopping_other #other .item,
#shopping_top #other .item{
	font-size: 15px;
	line-height: 30px;
	height: 100%;
}

#shopping_other .slide,
#shopping_top .slide {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#shopping_other .slide .item,
#shopping_top .slide .item{
	padding: 0 2vw;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	/*margin: 0 -2%;*/
}

#shopping_top #point .txt{
	padding: 3% 3% 0;
}

#shopping_top #reco{
	position: relative;
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
}

@supports (-ms-accelerator: true) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }
}

#shopping_other .prr,
#shopping_top .prr{
	height: 78vw;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

#shopping_other .prr_ttl,
#shopping_top .prr_ttl{
	position: relative;
	z-index: 2;
}

#shopping_top #reco .price{
	font-weight: bold;
	font-size: 6.8vw;
	line-height: 1.2;
	margin-bottom: 3%;
	margin-top: -24vw;
}

#shopping_top #himitsu{
	position: relative;
	padding-bottom: 10%;
}

#shopping_top #himitsu::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 8vw;
	z-index: -1;
	background: url('../img/shopping_top/himitsu_decobg.png') no-repeat top / 100%,
	url('../img/shopping_top/pt1.jpg');
}

#shopping_top #himitsu .set2 dl dd{
	padding-bottom: 10%;
}

#shopping_top #himitsu dl dt{
	font-size: 7.5vw;
	letter-spacing: -0.05em;
	margin-bottom: 3%;
	font-weight: bold;
	position: relative;
}

#shopping_top #himitsu .set2 dl dt::before{
	content: "";
	width: 31vw;
	height: 31vw;
	position: absolute;
	top: -15vw;
	right: 0;
	background: url('../img/shopping_top/himitsu_deco.png') no-repeat center / contain;
}

#shopping_top #himitsu .set1 {
	position: relative;
	margin-bottom: 10%;
}

#shopping_top #himitsu .set1 p {
	padding-bottom: 0;
}

#shopping_top #himitsu .set1 h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

#shopping_top #himitsu .set1 .img1 {
	width: 51%;
	margin-bottom: 8.5%;
}

#shopping_top #himitsu .set1 .img3 {
	width: 56%;
}

#shopping_top #himitsu .set1 .img2 {
	position: absolute;
	right: 0;
	top: 22vw;
	width: 54%;
}

#shopping_top #himitsu .set3{
	padding: 10% 0;
	position: relative;
}

#shopping_top #himitsu .set3::after,
#shopping_top #himitsu .set3::before{
	content: "";
	position: absolute;
	left: 3%;
	right: 3%;
	height: 3px;
	background: url('../img/shopping_top/himitsu_line.jpg') no-repeat bottom center / 100% 100%;
}

#shopping_top #himitsu .set3::after{
	bottom: 0;
}
#shopping_top #himitsu .set3::before{
	top: 0;
}

#shopping_top #himitsu .set3 .img{
	margin: 0 12% 5%;
}

#shopping_top #himitsu .set4 dl dt{
	font-size: 6.8vw;
}

#shopping_top #himitsu .set4 dl dt::before{
	content: "";
	width: 31vw;
	height: 31vw;
	position: absolute;
	top: -29vw;
	right: 0;
	background: url('../img/shopping_top/himitsu_deco.png') no-repeat center / contain;
}

#shopping_top #bnr{
	margin-top: 8%;
}

#shopping_top #other{
	padding-bottom: 15%;
}

#shopping_other #other .txt,
#shopping_top #other .txt{
	margin: 3% 3% 0;
}

#shopping_other #other .item,
#shopping_top #other .item {
	position: relative;
	padding-bottom: 15vw;
}

#shopping_other #other .btn,
#shopping_top #other .btn{
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0 4vw;
	padding: 0;
	position: absolute;
}

#shopping_other #lead .txt{
	padding: 0 4% 4%;
}

#shopping_other #lead .img{
	margin-right: 6%;
}

#shopping_other #other .note{
	margin-top: 10%;
}

#shopping_other #shumai,
#shopping_other #chashu,
#shopping_other #yakisoba {
	position: relative;
	padding-bottom: 8%;
}

#shopping_other #yakisoba .prr {
	background-image: url('../img/shopping_other/yakisoba_prr.jpg');
}
#shopping_other #chashu .prr {
	background-image: url('../img/shopping_other/chashu_prr.jpg');
}
#shopping_other #shumai .prr {
	background-image: url('../img/shopping_other/shumai_prr.jpg');
}

#shopping_other #yakisoba .set1 dt {
	font-weight: bold;
	font-size: 6.8vw;
	margin-top: -10vw;
	margin-bottom: 4%;
}
#shopping_other #yakisoba .set1 dt  span{
  font-size:50%;
  position:relative;
  top:-10px;
}
#shopping_other #yakisoba .set2 .img3 {
	width: 76%;
	margin-left: 16%;
	position: relative;
	z-index: 2;
}

#shopping_other #yakisoba .set3 dt {
	font-size: 7.5vw;
	font-weight: bold;
	margin-bottom: 3%;
}

#shopping_other #yakisoba .set3 dt::before {
	content: "";
	width: 31vw;
	height: 31vw;
	position: absolute;
	top: -15vw;
	right: 0;
	background: url('../img/shopping_top/himitsu_deco.png') no-repeat center / contain;
}

#shopping_other #yakisoba .set3 {
	position: relative;
	padding-bottom: 8%;
	padding-top: 3%;
}

#shopping_other #yakisoba .set3::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -30vw;
	z-index: -1;
	background: url('../img/shopping_top/pt1.jpg');
}

#shopping_other #chashu .set1 dt {
	font-weight: bold;
	font-size: 6.8vw;
	margin-top: -10vw;
	margin-bottom: 4%;
}
#shopping_other #chashu .set1 dt span{
  font-size:50%;
  position:relative;
  top:-10px;
}
#shopping_other #chashu .img {
	position: relative;
	z-index: 1;
}

#shopping_other #chashu .set2 {
	position: relative;
	padding-top: 8%;
	padding-bottom: 10%;
}

#shopping_other #chashu .set2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -25vw;
	z-index: -1;
	background: url('../img/shopping_top/pt1.jpg');
}

#shopping_other #chashu .set2 dt {
	font-weight: bold;
	font-size: 7.5vw;
	line-height: 1.3;
	margin-bottom: 4%;
	letter-spacing: -0.05em;
	position: relative;
}
#shopping_other #chashu .set2 dt::before {
	content: "";
	width: 31vw;
	height: 31vw;
	position: absolute;
	top: -13vw;
	right: 0;
	background: url('../img/shopping_top/himitsu_deco.png') no-repeat center / contain;
}

#shopping_other #shumai{
	padding-bottom: 10%;
}

#shopping_other #shumai .set1 dt {
	font-weight: bold;
	font-size: 6.8vw;
	margin-top: -10vw;
	margin-bottom: 4%;
}
#shopping_other #shumai .img {
	position: relative;
	z-index: 1;
	margin: 0 5%;
}

#shopping_other #shumai .set2 {
	position: relative;
	padding-top: 6%;
	padding-bottom: 10%;
}

#shopping_other #shumai .set2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -25vw;
	z-index: -1;
	background: url('../img/shopping_top/pt1.jpg');
}

#shopping_other #shumai .set2 dt {
	font-weight: bold;
	font-size: 7.5vw;
	line-height: 1.3;
	margin-bottom: 4%;
	letter-spacing: -0.05em;
	position: relative;
}
#shopping_other #shumai .set2 dt::before {
	content: "";
	width: 31vw;
	height: 31vw;
	position: absolute;
	top: -13vw;
	right: 0;
	background: url('../img/shopping_top/himitsu_deco.png') no-repeat center / contain;
}