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

body {
	color: #fff6ec;
	min-width: inherit;
	max-height: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 33px;
	font-size: 16px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url(../img/shared/bg.jpg) repeat center top;
	
}
.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;
}
/*=============================================
 * header
 *=============================================*/

header .logo {
	position: absolute;
	    top: 13px;
    width: 49px;
    left: 7px;
}
header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 999;
}
header #hd_top {
	background: url(../img/shared/bg_head.jpg) repeat center top;
	position: relative;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	height: 76px;
	z-index: 99;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
}
#mapnavi a {
	border-right: 1px dotted rgb(255, 255, 255);
}
/*====================== nav ====================== */
header .navBtn{
	color:#fff;
}
header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 63px;
	height: 54px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 11px;
	width: 100%;
	border-left: 1px dotted rgb(255, 255, 255);
}
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: url(../img/shared/bg.jpg) repeat center top;
}
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: #fff;
	font-size: 16px;
	font-weight: 500;
}
header .menu_toggle li {
	border-bottom: 1px solid #fff;
}
header .menu_toggle{
	padding-top: 120px;
}
header #menu_toggle h3 {
    padding: 10px 0 10px 10px;
    color: #fff;
    font-weight: 500;
	font-size: 17px;
}
header .menu_toggle ul li a {
	padding: 15px 0 15px 10px;
}
header #menu_toggle .toggle-main ul li:last-child {
    border-bottom: none;
}
header #menu_toggle .toggle .toggle-link:after{
	right: 3%;
}
footer #socialbuttons .google{
	width: 31px;
}
.bnr_base{
	padding: 10px 0 0px 0px;
	
}
/*====================== end nav ====================== */

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


header #key {
	position: relative;
	z-index: 500;
	overflow: hidden;
	margin-top: 75px;
}
.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;
}



#index #feed .column {
	padding: 0 2.34% 5%;
	color: #fff;
	max-width: 420px;
	margin: 0 auto;
}
#index #feed .column .photo {
	margin-bottom: 10px;
}
#index #feed .column .photo span {
	height: 191px!important;
	width: 100%!important;
}
#index #feed .column dl dt {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}
#index #feed .column dl dt a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
#index #feed .column dl dt span {
	font-size: 15px;
	display: block;
}

/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/


footer {
	overflow: hidden;
	
	line-height: 19px;
	background:url(../img/shared/line2.png),url(../img/shared/bg_foo.jpg);
	background-size: auto,auto;
	background-repeat: repeat-x,repeat;
	background-position: center top,center top;
	color: #af8966;
	padding-top: 20px;
	padding-bottom: 30px;
}
footer .shopinfo {
	padding: 6% 1.5% 2%;
	position: relative;
}
footer .vcard {
	padding: 0 1%;
	margin-bottom: 3%;
	line-height: 25px;
}
footer .vcard dd {
	
}
#f_logo {
	margin: 0 auto 5px;
	width: 100px;
}
#f_tel {
	width: 225px;
	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: #fff;
	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: 30px;
	font-size: 10px;
	letter-spacing: 3px;
	text-align: center;
	margin: 0px auto;
}
footer address p {
	font-size: 11px !important;
	letter-spacing: 1px !important;
}
footer .cookies-link{
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: underline;
}
footer address p span {
	font-size: 12px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.cblack {
	color: #000;
}
.pt30 {
	padding-top: 30px;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/


#index h3 {
	font-weight: bold;
	font-size: 22px;
	padding: 5px 0;
}
#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;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.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 #272524 , 0px 0px 3px #272524 , 0px 0px 3px #272524 , 0px 0px 3px #272524 , 0px 0px 3px #272524 , 0px 0px 3px #272524 , 0px 0px 3px #272524 , 0px 0px 3px #272524 , 0px 0px 3px #272524 , 0px 0px 3px #272524 , 0px 0px 3px #272524 , 0px 0px 3px #272524 ;
}
h2 {
	margin-bottom: 10px;
}
header #hd_top {

}
.fl{
	float: left;
}
.fr{
	float: right;
}
.mt20{
	margin-top: 20px;
}
.pt25{
	padding-top: 25px;
}
.pb25{
	padding-bottom: 25px;
}
footer .vcard dl{
	margin-bottom: 20px;
	text-align: center;
}
.txt-justify {
	text-align: justify;
}
/*=========================================================================================
 * 												INDEX
 *=========================================================================================*/
#index #sec01 {
	background: url(../img/shared/line1.png), url(../img/index/sec01_bg2.jpg);
	background-size: auto, auto;
	background-repeat: repeat-x, repeat;
	background-position: center bottom, center top;
	padding-bottom: 40px;
}
#index #sec01 .group {
	margin-top: -3%;
	background: url(../img/shared/sec01_bg.png) repeat center top;
	padding: 8% 2% 8%;
	z-index: 2;
	position: relative;
}
#index #sec01 .group ul {
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 30px;
}
#index #sec02 {
	background: url(../img/shared/line1.png), url(../img/index/sec02_bg.jpg);
	background-size: auto, auto;
	background-repeat: repeat-x, repeat;
	background-position: center bottom, center top;
	padding-bottom: 40px;
}
#index #sec02 .group {
	background: url(../img/shared/sec02_bg-13.jpg) repeat center top;
	padding: 2% 2% 1%;
	margin-top: 10%;
}
#index #sec02 h3 {
	margin-top: -10%;
}
#index #sec02 h4 {
	font-weight: bold;
	color: #000;
	margin-top: -7%;
	text-align: center;
}
#index #sec02 h4 .t2 {
	font-size: 20px;
	color: #000;
	margin-right: 10px;
}
#index #sec02 h4 .price {
	color: #6b0b01;
	font-size: 24px;
}
#index #sec02 h4 .unit {
	font-size: 16px;
	color: #6b0b01;
}
#index #sec02 p {
	color: #000;
}
#index #sec02 .toggle .toggle-link {
	padding-bottom: 5%;
}
#index #sec02 .toggle .toggle-link:after {
	left: 50%;
	top: 95%;
	bottom: inherit;
	color: #000;
}
#index #sec03 {
	background: url(../img/index/sec03_bg2.png), url(../img/shared/sec03_bg.jpg);
	background-size: auto, auto;
	background-repeat: no-repeat, repeat;
	background-position: top left, center top;
}
#index #sec03 p {
	color: #fff;
}
#index #sec04 {
	background: #000;
}
#index #sec04 dl {
	color: #fff;
	display: table;
}
#index #sec04 dl dt {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
#index #sec04 dl dd {
	width: 46%;
	padding: 2%;
	display: table-cell;
	vertical-align: middle;
}
/*=========================================================================================
 * 												course
 *=========================================================================================*/
#course #sec01 {
	background: url(../img/course/bg_lead.jpg) repeat center top;
}
#course #sec01 .group dl {
	margin-bottom: 10px;
	background: url(../img/course/sec01_bg.jpg) no-repeat center top/100% 100%;
	padding: 5% 4%;
	border: 3px solid #6D230D;
}
#course #sec01 .group dl dd {
	color: #000;
	text-shadow: 0px 1px 5.4px #f3d1a3;
}
#course #sec02 {
	background: url(../img/course/sec02_bg2.png), url(../img/course/sec02_bg5.png);
	background-size: 100% auto, auto;
	background-position: center top, center top;
	background-repeat: no-repeat, repeat;
}
#course #sec02 .group {
	background: url(../img/course/sec02_bg.png) no-repeat center top/100% 100%;
	padding: 5% 12% 12%;
}
#course #sec02 .group2 {
	background: url(../img/course/sec02_bg3.png) repeat center top;
	padding: 5% 2% 5%;
}
#course #sec02 .group2 .price {
	font-weight: bold;
	text-align: center;
	color: #6b0b01;
	font-size: 25px;
}
#course #sec02 .group2 .price span {
	font-size: 16px;
}
#course #sec02 .group2 ul {
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../img/course/sec03_line1.png), url(../img/course/sec03_line2.png);
	background-size: 100%, 100%;
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
}
#course #sec02 .group3, #course #sec02 .group4 {
	margin-top: 20px;
	background: url(../img/course/sec02_bg4.png) repeat center top;
	padding: 2%;
}
#course #sec02 .group3 ul, #course #sec02 .group4 ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#course #sec02 .group3 dl dd, #course #sec02 .group4 dl dd {
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}
#course #sec02 .group3 dl dd span, #course #sec02 .group4 dl dd span {
	font-size: 20px;
}
#course #sec03 {
	background: url(../img/course/sec02_bg5.png) repeat center top;
}
#course #sec03 .group2 {
	background: url(../img/course/sec02_bg3.png) repeat center top;
	padding: 5% 2% 5%;
}
#course #sec03 .group2 .price {
	font-weight: bold;
	text-align: center;
	color: #6b0b01;
	font-size: 25px;
}
#course #sec03 .group2 .price span {
	font-size: 16px;
}
#course #sec03 .group2 ul {
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../img/course/sec03_line1.png), url(../img/course/sec03_line2.png);
	background-size: 100%, 100%;
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
}
#course #sec03 .group3, #course #sec03 .group4 {
	margin-top: 20px;
	background: url(../img/course/sec02_bg4.png) repeat center top;
	padding: 2%;
}
#course #sec03 .group3 ul, #course #sec03 .group4 ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#course #sec03 .group3 dl dd, #course #sec03 .group4 dl dd {
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}
#course #sec03 .group3 dl dd span, #course #sec03 .group4 dl dd span {
	font-size: 16px;
}
#course #sec04 {
	background: url(../img/course/sec04_bg.jpg) repeat center top;
}
#course #sec04 h2 {
	margin-bottom: 20px;
}
#course #sec04 .group {
	padding: 2%;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
#course #sec04 .group ul {
	padding-left: 25px;
}
#course #sec04 .group ul li {
	list-style: decimal;
}
#course #sec04 .group dl dd {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
#course #sec04 .group dl dd span {
	font-size: 16px;
}
/*=========================================================================================
 * 												menu
 *=========================================================================================*/
#menu #sec01 {
	background: url(../img/menu/bg_lead.jpg) no-repeat center top/100% 100%;
}
#menu #sec03 .photo {
	margin-top: 20px;
	margin-bottom: 10px;
}
#menu #sec03 h2 {
	margin-top: -5%;
}
#menu #sec03 .group h3 img {
	margin-top: -10%;
}
#menu #sec03 .toggle .toggle-link:after {
	left: 50%;
	top: 117%;
}
#menu #sec03 .group {
	margin-bottom: 11%;
	background: url(../img/menu/sec03_bg.jpg) repeat center top;
	padding-bottom: 8%;
}
#menu #sec03 .group .info {
	padding: 2%;
}
#menu #sec03 .group2 {
	background: url(../img/menu/sec03_bg.jpg) repeat center top;
	padding: 2%;
}
#menu #sec03 .group2 .info {
	padding: 4% 2% 4%;
	background: #fff;
	overflow: hidden;
}
#menu #sec03 .group2 .info p.text {
	color: #000;
	margin-top: -52%;
}
#menu #sec04 .group {
	background: url(../img/menu/sec04_p1.jpg) no-repeat center top/cover;
	padding-bottom: 20px;
}
#menu #sec04 .group .info {
	background: url(../img/menu/sec04_bg2.png) repeat center top;
	padding: 4% 2% 4%;
}
#menu #sec04 .group .info h3 {
	margin-bottom: 10px;
}
#menu #sec04 .group .info p {
	color: #000;
}
#menu #sec04 .group2 {
	padding-bottom: 10px;
}
#menu #sec04 .group2 h3 {
	margin-top: -23%;
}
#menu #sec04 .group2 .info {
	background: rgba(0, 0, 0, 0.4);
	padding: 5% 2% 5%;
	margin-top: -10%;
	z-index: 2;
	position: relative;
}
#menu #sec04 .group2 dl {
	background: url(../img/menu/line1.png) no-repeat center bottom/100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#menu #sec04 .group2 dl dd {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
#menu #sec04 .group3 {
	padding-bottom: 10px;
}
#menu #sec04 .group3 h3 {
	margin-top: -30%;
}
#menu #sec04 .group3 .info {
	background: rgba(0, 0, 0, 0.4);
	padding: 5% 2% 5%;
	margin-top: -10%;
	z-index: 2;
	position: relative;
}
#menu #sec04 .group3 dl {
	background: url(../img/menu/line1.png) no-repeat center bottom/100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#menu #sec04 .group3 dl dd {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
#menu #sec04 .group3 .info1 {
	display: table;
}
#menu #sec04 .group3 .info1 .photo1 {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#menu #sec04 .group3 .info1 .text {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#menu #sec04 .group4 {
	padding-bottom: 10px;
	color: #442F17;
}
#menu #sec04 .group4 h3 {
	margin-top: -24%;
}
#menu #sec04 .group4 .info {
	background: rgba(196, 185, 166, 0.8);
	padding: 5% 2% 5%;
	margin-top: -10%;
	z-index: 2;
	position: relative;
}
#menu #sec04 .group4 dl {
	background: url(../img/menu/line2.png) no-repeat center bottom/100%;
	padding-bottom: 10px;
}
#menu #sec04 .group4 dl dd {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
#menu #sec05 h2 {
	margin-bottom: 0;
}
#menu #sec05 .group {
	background: url(../img/menu/sec03_bg.jpg) repeat center top;
	padding: 8% 2% 5%;
	margin-top: -5%;
}
#menu #sec05 .group dl.t1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
#menu #sec05 .group dl.t1 span {
	font-size: 24px;
}
#menu #sec05 .group dl.t1 dd {
	text-align: center;
}
#menu #sec05 .group dl.t2 {
	display: table;
	color: #f8e7d3;
	border: 1px solid #f8e7d3;
	font-weight: bold;
	padding: 2%;
}
#menu #sec05 .group dl.t2 dt {
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	border-right: 4px solid #f8e7d3;
	font-size: 25px;
}
#menu #sec05 .group dl.t2 dd {
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
#menu #sec05 .group dl.t2 dd span {
	font-size: 25px;
}
#menu #sec05 dl.t3 dd {
	margin-top: -90%;
	z-index: 2;
	position: relative;
}
#menu #sec05 .photo2 {
	margin-top: -40%;
	z-index: 2;
	position: relative;
}
#menu #sec05 .group2 {
	padding: 14% 2% 5%;
	margin-top: -10%;
	background: url(../img/menu/sec03_bg.jpg) repeat center top;
}
#menu #sec05 .group2 dl dt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#menu #sec06 .toggle {
	background: url(../img/menu/sec06_bg.jpg) repeat center top;
	padding: 2% 2% 5%;
	margin-bottom: 10px;
}
#menu #sec06 .toggle .toggle-link:after {
	left: 50%;
	top: 85%;
	text-align: initial;
}
#menu #sec06 h3 {
	padding-bottom: 20px;
	text-align: center;
}
#menu #sec06 h3 span {
	text-align: center;
	font-weight: bold;
	margin: 0px auto;
}
#menu #sec06 dl {
	border-bottom: 1px dashed #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
}
#menu #sec06 dl dt {
	float: left;
}
#menu #sec06 dl dd {
	float: right;
}
#menu #sec06 dl.listmenu1 {
	margin-bottom: 20px;
	border-bottom: none;
}
#menu #sec06 dl.listmenu1 dt {
	border-bottom: 1px dashed #fff;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
}
#menu #sec06 dl.listmenu1 dd {
	float: left;
}
#menu #sec06 .photo {
	margin-top: 10px;
	margin-bottom: 10px;
}
/*=========================================================================================
 * 												drink
 *=========================================================================================*/
#drink #sec01 {
	background: url(../img/drink/lead_bg.jpg), url(../img/drink/sec01_bg.png);
	background-size: 100% auto, auto;
	background-position: center bottom, center top;
	background-repeat: no-repeat, repeat;
}
#drink #sec01 .photo {
	width: 55%;
	margin: 0 auto;
	margin-top: -5%;
}
#drink #sec02 {
	background: url(../img/drink/sec1_bg1.jpg), url(../img/drink/sec02_bg7.png);
	background-size: 100%, 100%;
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-color: #000;
}
#drink #sec02 .photo {
	margin-top: -5%;
	margin-bottom: -15%;
}
#drink #sec02 .info {
	background: url(../img/drink/sec02_bg.jpg) repeat center top;
	border: 5px solid #60422F;
	padding: 2%;
}
#drink #sec02 .group h3 {
	margin-bottom: -5%;
}
#drink #sec02 .group dl {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(../img/drink/sec02_line.png) no-repeat center bottom/100%;
}
#drink #sec02 .group dl:last-child{
	background: none;
	}
#drink #sec02 .group dl dd {
	color: #000;
}
#drink #sec02 .group2 {
	margin-top: 20px;
	background: url(../img/drink/sec02_bg6.jpg) repeat center top;
	padding: 2%;
}
#drink #sec02 .group2 .info2 {
	background: url(../img/drink/sec02_bg3.jpg) no-repeat center top/100% 100%;
	padding: 2%;
	margin-top: 10px;
}
#drink #sec02 .group2 .info2 dl {
	color: #000;
	margin-bottom: 10px;
	display: table;
	font-size: 14px;
}
#drink #sec02 .group2 .info2 dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	border-right: 1px solid #000;
	max-width: 120px;
}
#drink #sec02 .group2 .info2 dl dd {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding-left: 5%;
}
#drink #sec03 .group {
	background: url(../img/drink/sec03_bg.jpg) repeat center top;
	padding: 2% 2%;
}
#drink #sec03 .group .photo {
	margin-top: -5%;
}
#drink #sec03 .group .menuList {
	margin-top: 20px;
}
#drink #sec03 .group .menuList dl {
	border-bottom: 1px dashed #fff;
	line-height: 25px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#drink #sec03 .group .menuList dl dt {
	float: left;
}
#drink #sec03 .group .menuList dl dt span {
	font-size: 13px;
}
#drink #sec03 .group .menuList dl dd {
	float: right;
	text-align: right;
}
#drink #sec03 .group .menuList dl:last-child {
	border-bottom: none;
}
#drink #sec03 .group2 {
	background: url(../img/drink/sec03_bg.jpg) repeat center top;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2% 2% 8%;
}
#drink #sec03 .group2 .toggle .toggle-link:after {
	left: 50%;
	top: 125%;
}
#drink #sec03 .group2 .menuList {
	margin-top: 10px;
	padding-bottom: 10px;
}
#drink #sec03 .group2 dl:last-child {
	border-bottom: none;
}
#drink #sec03 .group2 .menu_ttl2 {
	margin-top: 20px;
}
#drink #sec03 .group2 dl {
	border-bottom: 1px dashed #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
#drink #sec03 .group2 dl dt {
	float: left;
}
#drink #sec03 .group2 dl dt span {
	font-size: 13px;
}
#drink #sec03 .group2 dl dd {
	float: right;
	text-align: right;
}
/*=========================================================================================
* 												shopinfo
*=========================================================================================*/
#shopinfo #sec01 {
	background: url(../img/shopinfo/sec02_bg1.png), url(../img/shopinfo/sec01_p1.jpg) no-repeat center top/cover;
	background-size: 100%, cover;
	background-position: center bottom, center top;
	background-repeat: no-repeat, no-repeat;
	padding-bottom: 35%;
}
#shopinfo #sec01 .group {
	padding: 4% 2%;
	background: url(../img/shopinfo/sec01_bg.jpg) repeat center top;
	margin: 0 auto;
}
#shopinfo #sec01 .group dl {
	margin-bottom: 20px;
	line-height: 25px;
}
#shopinfo #sec01 .group .tel {
	font-size: 25px;
	font-weight: bold;
}
#shopinfo #sec01 .group .tit1 {
	font-size: 13px;
}
#shopinfo #sec02 {
	background: url(../img/shopinfo/sec02_bg.png) repeat center top;
	margin-top: -21%;
}
#shopinfo #sec02 .group {
	position: relative;
}
#shopinfo #sec02 .group .slide_thm1 li {
	width: 10%;
	position: absolute;
}
#shopinfo #sec02 .group .slide_thm1 li a{
	opacity: 0.7;
	display: block;
}
#shopinfo #sec02 .group .slide_thm1 li a.active{
	opacity: 1;
	
}
#shopinfo #sec02 .group .id1 {
	top: 12%;
	left: 13%;
}
#shopinfo #sec02 .group .id2 {
	top: 12%;
	left: 69%;
}
#shopinfo #sec02 .group .id3 {
	top: 64%;
	left: 7%;
}
#shopinfo #sec02 .group .id4 {
	left: 27%;
	top: 78%;
}
#shopinfo #sec02 .group .id5 {
	left: 77%;
	top: 76%;
}
#shopinfo #sec03 .text {
	background: url(../img/shopinfo/sec01_bg.jpg) repeat center top;
	padding: 2%;
	margin-bottom: 10px;
	text-align: center;
	
	
}

#shopinfo .btn_access{
	width: 300px;
	height: 38px;
	background: #3b1d0a;
	display: block;
	cursor:pointer;
	font-size: 17px;
	font-weight: 300;
	padding-top: 12px;
	margin: 10px auto;
	text-align: center;
	color: #fff;
}
#shopinfo .btn_access a{
	display: block;
	color: #3b1d0a;
}
#shopinfo .btn_access a:hover{
	text-decoration: none;
}

.btn-fixed{
	position: fixed;
	right: 0;
	top: 100vw;
	width: 23.5%;
	z-index: 501;
}
.fix_reserve {
    position: fixed;
    right: 0;
    top: 58vw;
    width: 10.5%;
    z-index: 501;
}
.fix_shop {
    position: fixed;
    right: 0;
    top: 22vw;
    width: 10.5%;
    z-index: 501;
}
#shopping #lead{
	background: url("../img/shopping/s1_bg.jpg") no-repeat center top / cover;
	padding: 75vw 2% 11vw; 
	color: #000;
}
#shopping #lead .box-text{
	background: url("../img/shopping/s1_bg_txt.png") no-repeat center top / 100% 100%;
	padding: 9vw 2% 12vw;
}
#shopping #lead .box-text .text{
	margin: 5vw 2% 0;
	text-align: justify;
}
#shopping #motu{
	background: url("../img/shopping/s2_bg.jpg") no-repeat left top / cover;
	padding-bottom: 3vw;
}
#shopping #motu h2{
	position: relative;
	z-index: 1;
}
#shopping #motu .photo{
	margin-top: -42vw;
}
#shopping #motu .text{
	margin: 5vw 3% 0;
}
#shopping #sozai dl{
	margin: 6vw 4% 3vw;
	text-align: justify;
}
#shopping #sozai dl dt{
	border-bottom: 1px solid;
	font-size: 6vw;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 1vw;
	position: relative;
	margin-bottom: 5vw;
}
#shopping #sozai dl dt:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 50%;
	background-color: #fff;
}
#shopping #gift{
	margin: 10vw 4% 12vw;
	border: 3px solid #8a4507;
	box-shadow: 0px 10px 31.54px 6.46px rgba(0, 0, 0, 0.35);
	background: #3a3333;
}
#shopping #gift dl{
	padding: 5vw 6%;
	text-align: justify;
}
#shopping #gift dl dt{
	text-align: center;
	font-size: 6vw;
	line-height: 1.5;
	margin-bottom: 4vw;
}
#shopping #cart{
	background: url("../img/shopping/s5_bg.jpg") repeat center top;
	color: #000;
	padding: 8vw 1%;
	box-shadow: 1px 6px 8px 0px rgba(0, 0, 0, 0.75);
	position: relative;
	z-index: 1;
}
#shopping #cart .slider-fade .img-js{
	border: 3px solid #8a4507;
	box-sizing: border-box;
}
#shopping #cart .slider-fade .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin:0;
    list-style: none;
    text-align: center;
    line-height: 0;
	box-sizing: border-box;
}
#shopping #cart .slider-fade .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 2%;
    padding: 0;
    cursor: pointer;
}
#shopping #cart .slider-fade .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 27vw;
    height: 19vw;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 0;
    background: url("../img/shopping/s5_thum01.jpg") no-repeat center / cover;
}
#shopping #cart .slider-fade .slick-dots li button:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border: 3px solid #a90707;
	transition: all 0.3s;
}
#shopping #cart .slider-fade .slick-dots li:nth-child(2) button{
	background-image: url("../img/shopping/s5_thum02.jpg");
}
#shopping #cart.slider-fade .slick-dots li:nth-child(3) button{
	background-image: url("../img/shopping/s5_thum03.jpg");
}
#shopping #cart .slider-fade .slick-dots li.slick-active button:before{
	opacity: 1;
}
#shopping #cart .box-text{
	margin-top: 10vw;
	background: url("../img/shopping/s5_bg_js.png") repeat center top;
	padding: 10vw 7% 10vw;
	letter-spacing: -1px;
}
#shopping #cart .box-text dl dt{
	text-align: center;
	font-size: 6.5vw;
	line-height: 1.5;
	font-weight: 600;
}
#shopping #cart .box-text dl dt span{
	display: inline-block;
	border-bottom: 1px solid;
	padding:  0 4%;
	position: relative;
}
#shopping #cart .box-text dl dt span:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	border-bottom: 2px solid;
	width: 100%;
}
#shopping #cart .box-text dl dt small{
	font-size: 4vw;
}
#shopping #cart .box-text dl dd{
	text-align: center;
	font-size: 6.5vw;
	line-height: 1.5;
	font-weight: 600;
	margin: 4vw 0 5vw;
}
#shopping #cart .box-text dl dd span{
	font-size: 5vw;
}
#shopping #cart .box-text .note{
	margin: 5vw 0;
}
#shopping #cart  .s5-btn{
	margin: 0 5%;
}
#shopping  #recipe{
	background: url("../img/shopping/s6_bg.jpg") repeat center top;
	padding-bottom: 10vw;
	position: relative;
}
#shopping #recipe:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../img/shopping/s6_bg2.jpg") repeat center top;
	height: 60vw;
	width: 100%;
}
#shopping #recipe .slider-recipe{
	position: relative;
	z-index: 1;
	margin: -30vw 5% 0;
}
#shopping #recipe .slider-recipe:before{
	background: url("../img/shopping/s6_bg_txt.jpg") repeat center top;
	content: "";
	position: absolute;
	bottom: 0;
	left: 3%;
	right: 0;
	top: 5vw;
}
#shopping #recipe .recipe-item{
	position: relative;
	color: #000;
	padding-top: 5vw;
}
#shopping #recipe .recipe-item .js-ttl{
	position: absolute;
	top: 0;
	left: -3%;
	width: 35%;
}
#shopping #recipe .slick-prev,#recipe  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -9vw;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 1;
}
#shopping #recipe .slick-prev {
    left: -2%;
	background: url("../img/shopping/icon_prev.png") no-repeat center / cover;
}
#shopping #recipe .slick-next {
    right: -4%;
	background: url("../img/shopping/icon_next.png") no-repeat center / cover;
}
#shopping  #recipe .slick-slide > div {
    padding-left: 3%;
}
#shopping  #recipe .recipe-item dl{
	padding: 0 5% 10vw;
	box-sizing: border-box;
	width: 100%;
}
#shopping  #recipe .slick-slide img{
	width: 100%;
	height: auto;
}
#shopping  #recipe .recipe-item dl dt{
	font-weight: 600;
	font-size: 6vw;
	line-height: 1.5;
	border-bottom: 1px solid;
	margin-bottom: 3vw;
	position: relative;
	padding-top: 7vw;
	letter-spacing: -1px;
	padding-bottom: 3vw;
}
#recipe .recipe-item dl dt span{
	position: relative;
	display: inline-block;
	padding-left: 7vw;
}
#recipe .recipe-item dl dt span:before{
	content: "";
	position: absolute;
	border-radius: 50%;
    left: 0;
    top: 2vw;
    width: 15px;
    height: 15px;
    background: #ad350b;
}
#shopping #other{
	padding: 10vw 2%;
}
#shopping #other h2{
	position: relative;
	z-index: 1;
	margin: -6vw -2% 0;
}
#shopping #other .text{
	text-align: justify;
	margin: 3vw 2% 5vw;
}
#shopping #other .s7-btn{
	width: 80%;
	margin: 0 auto 10vw;
}
#shopping #flow {
	background: url("../img/shopping/bg_patten.jpg") repeat center top;
	color: #000;
	padding: 13vw 3%;
}
#shopping #flow .box-bd{
	border: 3px solid #260b06;
	padding: 7vw 3% 5vw;
	text-align: center;
	position: relative;
} 
#shopping #flow .box-bd h3{
	position: absolute;
	top: -6vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#shopping #flow .box1 .txt{
	font-weight: 600;
	font-size: 17px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#shopping #flow .box1 .tel-txt{
	font-weight: 600;
	font-size: 17px;
	margin-top: 15px;
	line-height: 25px;
}
#shopping #flow .box1 .tel-txt span{
	display: block;
	font-size: 14px;
}
#shopping #flow .box1 .s8-btn{
	margin: 0 5%;
}
#shopping #flow .box2{
	margin-top: 15vw;
	padding-top: 10vw;
}
#shopping #flow .box2 h3{
	width: 60%;
}
#shopping #flow .box2 dl {
	text-align: left;
	margin-bottom: 5vw;
}
#shopping #flow .box2 dl dt{
	border-bottom: 2px solid;
	padding-bottom: 3vw;
	display: flex;
	line-height: 25px;
	font-size: 18px;
}
#shopping #flow .box2 dl dt span:first-of-type{
	font-size: 25px;
	display: inline-block;
	margin-right: 10px;
}
#shopping #flow .box2 dl dd{
	margin: 10px 0 0 5px;
	font-size: 14px;
	line-height: 25px;
	display: flex;
}
#shopping #flow .box2 dl dd span:first-of-type{
	font-size: 18px;
	display: inline-block;
	margin-right: 10px;
}

.nomiho_box{
	width:95%;
	margin:50px auto 20px auto;
	padding:20px 0;
    background: #461c01;
    box-shadow: 0px 0px 0px 6px #461c01;
    border: double 3px #FFF;
}
.nomiho_box p.ttl{
	font-size:22px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-align:center;
	line-height:40px;
	color:#FFF;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.nomiho_box p.txt{
	padding: 0 10px;
	font-size:14px;
	line-height:28px;
	color:#FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}