
@media screen and (max-width: 640px) {
/* max-width: 768pxから更にスマートフォン用へ
最適化する箇所のスタイル記述 */

body {
}
.stage {
	margin: 0 auto;
	width: 100%;
}
#plist {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #DCDCDC;
	margin-bottom: 2%;
}
.li_end {
	margin-right:0px !important;
}
.li_end_smp {
	margin-right:0px !important;	
}
.smp_none {
	display: none;
}
#floating {
	display:none;
}
.smp_block {
	display:block;
}
/* basicのスタイル記述 */


/*左右強調あり*/
.pushtitle {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  background-image: url("../img2024/ar_push_before.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  width:-moz-fit-content; /* Firefox */
  width:fit-content; /* other browsers */
}
.pushtitle h2 {
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 50px;
  background-image: url("../img2024/ar_push_after.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
}

/*赤ボタン*/
.go_access {
	text-align: center;
	margin-top: 2%;
}
.go_access a {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 8px;
	border-radius: 18px;
	background-color: #801106;
	color: #FFFFFF;
	display: block;
}

.go_menu {
	text-align: center;
	margin-top: 2%;
}
.go_menu a {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-right: 15px;
	background-color: #FFFFFF;
	width: 70%;
	background-image :url("../img2024/ar_gomenu.png");
	background-repeat: no-repeat;
	background-position: right 15px center;
	border-radius: 22.5px;
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	color: #333333;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.no_sp {
	display: none;
}
.no_pc {
	display: block;
}


/* ========== subvisual ========== */
#subvisual .maintxt{
	margin-left:-149px;
	margin-top:-23.5px;
}
#subvisual .maintxt img{
	width:298px;
	height:auto;
}

#subvisual {
	height:200px !important;
	position:relative;
}



/* ========== sp_nav ========== */
#spnavi {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* Toggle(Button) */
#navToggle {
	display: none;
	position: absolute;/*to body*/
	right: 0px;
	top: 0px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 16px;
	width: 30px;
	height: 43px;
	cursor: pointer;
	z-index: 150000;
	background-color: #494949;
}
#navToggle div {
  position: relative;
}
#navToggle span {
	display: block;
	position: absolute;/*to div*/
	width: 100%;
	border-bottom: solid 4px #FFFFFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#navToggle span:nth-child(1) {
  top: 0
}
#navToggle span:nth-child(2) {
  top: 10px
}
#navToggle span:nth-child(3) {
  top: 20px
}
#spnavi nav {
	position: absolute;
	right: 0;
	top: -720px; /*通常時はビュー外*/
	/*background-color: rgba(255,255,255,0.90);*/
	background-color: #6B6B6B;
	width: 90%;
	padding-top: 0;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: left;
	z-index: 120000;
}
#spnavi ul {
  margin: 0
}
#spnavi ul li {
	display: block;
	margin: 0;
	border-bottom: dotted 1px #fff;
	line-height: 2.6;
}
#spnavi ul li a {
	display: block;
	padding-left: 18%;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 70%;
}
#spnavi ul li::after {
  content: ''
}
#spnavi ul li:last-child {
  border-bottom: none
}
#spnavi li a span {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 0.7rem;
  padding-left: 3%;
}
.spnavi01 {
  background-image: url(../img/sp_gnavi1.png);
}
.spnavi02 {
  background-image: url(../img/sp_gnavi2.png);
}
.spnavi03 {
  background-image: url(../img/sp_gnavi3.png);
}
.spnavi04 {
  background-image: url(../img/sp_gnavi4.png);
}
.spnavi05 {
  background-image: url(../img/sp_gnavi5.png);
}
.spnavi06 {
  background-image: url(../img/sp_gnavi6.png);
}

/* Toggle(Button) */
#navToggle {
  display: block
}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg)
}
/*header menu*/
.openNav nav {
  -moz-transform: translateY(720px);
  -webkit-transform: translateY(720px);
  transform: translateY(720px)
}

#pcnavi {
	display: none;
}

/* ========== footer ========== */
#footer {
	background-color: #20130e;
	text-align: center;
	margin-bottom: 60px;
}
#footer .stage {
}
.flogo {
}
.flogo img {
	width: 30%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
.footinfo {
	clear: both;
	border-bottom: 1px solid #FFFFFF;
	border-top: none;
	padding-top: 4%;
	padding-bottom: 8%;
	margin-bottom: 2%;
}
.footinfo h3 {
	font-size: 18px;
	margin-bottom: 3%;
	line-height: 1.6em;
}
.footinfo h3 br {
	display: block;
} 
.footinfo h3 a {
	font-weight: bold;
	font-size: 21px;
}
.footinfo p {
	text-align: center;
	font-size: 16px;
	line-height: 2.0em;
}
.flink {
	display: none;
}
.fshop1 {
	padding-top: 4%;
	float: none;
	width: 80%;
	height: auto;
	text-align: center;
	margin-bottom: 3%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 4%;
	border-bottom: 1px dotted #FFFFFF;
}
.fshop2 {
	padding-top: 4%;
	float: none;
	width: 80%;
	height: auto;
	text-align: center;
	margin-bottom: 6%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 4%;
	border-bottom: 1px dotted #FFFFFF;
}
.fshop3 {
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	padding-left: 3%;
	padding-right: 3%;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-bottom: 6%;
	border: 1px dotted #8F553E;
}
.fshop3 h5 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	margin-bottom: 2%;
	letter-spacing: 0.2em;
	text-align: center;
}
.fshop3 p {
	font-size: 12px !important;
	line-height: 1.5em !important;
	text-align: left !important;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 2%;
}
.fshop1 li, .fshop2 li {
	font-size: 14px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
#footer h4 {
	text-align: center;
}
#footer p {
	text-align:center;
	line-height:1.8em;
	font-size:14px;
	margin-left:0px;
}
#footer p strong {
	font-size:18px;
}
.footnavi {
	display: none;
}


address {
	padding-top: 3%;
	padding-bottom: 3%;
	overflow: hidden;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.2em;
}
address span {
	display: none;
}
#fnavi {
	display: block;
	position: fixed;
	background-color: rgba(0,0,0,0.60);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 8px;
	z-index: 99999;
}
.fnavi01 {
	background-image: url(../img/ar_hnavi1.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.fnavi02 {
	background-image: url(../img/ar_hnavi2.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
.fnavi03 {
	background-image: url(../img/ar_hnavi3.png);
	background-position: left 40%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}
#fnavi1 {
	float: left;
	margin-left: 5%;
	width: 42%;
	height: 36px;
	line-height: 16px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	border-radius: 5px;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
#fnavi1:hover {
	background-color: #72021B;
}
#fnavi2 {
	float: right;
	margin-right: 5%;
	width: 42%;
	height: 36px;
	line-height: 16px;
	display: block;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding-top: 5px;
	border-radius: 5px;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
#fnavi2:hover {
	background-color: #72021B;
}
.fmenu1 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 32px;
	width: 32px;
	background-position: center top;
	background-image: url(../img2024/fnavi_map.png);
	background-repeat: no-repeat;
}
.fmenu2 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	height: 32px;
	width: 32px;
	background-position: center top;
	background-image: url(../img2024/fnavi_tel.png);
	background-repeat: no-repeat;
}

/*1行表示用	*/
#fnavi1 span {
	line-height: 2.2em;
}
#fnavi2 span {
	line-height: 2.2em;
}	
	

/* ===== contents ====== */
#contents {
}

/* ===== smp contents ====== */
#smp_contents {
	display: none;
	text-align: center;
}
#smp_contents ul {
}
#smp_contents li {
	margin-bottom: 2%;
}
.bt_smp_g {
	-moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
	box-shadow: inset 0px 1px 0px 0px #a4e271;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809', GradientType=0);
	background-color: #89c403;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #74b807;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_g:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403', GradientType=0);
	background-color: #77a809;
	color: #ffffff;
}
.bt_smp_g:active {
	position: relative;
	top: 1px;
}
.bt_smp_b {
	-moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	box-shadow: inset 0px 1px 0px 0px #bee2f9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
	background: -moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
	background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf', GradientType=0);
	background-color: #63b8ee;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #6390C9;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #528009;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_b:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
	background: -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
	background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee', GradientType=0);
	background-color: #468ccf;
	color: #ffffff;
}
.bt_smp_b:active {
	position: relative;
	top: 1px;
}
.bt_smp_w {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
	background-color: #f9f9f9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #BBBBBB;
	display: inline-block;
	cursor: pointer;
	color: #707070;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
.bt_smp_w:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
	background-color: #e9e9e9;
	color: #707070;
}
.bt_smp_w:active {
	position: relative;
	top: 1px;
}

/* ========== pagetop ========== */
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 20px;
}


/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/


/* ========== keyvisual ========== */

 #keyVisual {
     display: none;
}
 #keyVisual_sp {
	display:block;
        width: 100%;
    height: auto;
	 padding-bottom: 15%;
	position: relative;
	margin-bottom: 5%;
	 overflow: hidden;
}		
video {
	width: 100%;
	height: auto;
	border-radius: 0;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
}
 #keyVisual_sp .maintxt {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
 #keyVisual_sp .maintxt img {
	border-radius: 0;
}
#keyVisual_sp p {
	z-index: 10;
	position: absolute;
	left: 5%;
	bottom: 5%;	
}
	#keyVisual_sp p span {
		font-weight: bold;
	}
	
/* ========== mainvisual ========== */
#mainvisual{
	clear: both;
	height: 500px !important;
	position: relative;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 15px;
	z-index: 1;
}

#mainvisual .maintxt{
  position: absolute;
	left: 62%;
	top: 25px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
  margin-left: 0;
  margin-top: 0;
}

#mainvisual .maintxt img{
	width:360px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	height:auto;
}


.mainshop {
	padding-bottom: 4%;
}
.mainshop_left {
		float:none;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 6%;
	padding-bottom: 1%;
	border-left: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	min-height: 110px;
}
.mainshop_right {
		float:none;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 6%;
	min-height: 90px;
	border-left: none;
	border-bottom: 1px solid #FFFFFF;
}
.mainshop_left h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 2%;
}
.mainshop_left h2 span {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0;
}
.mainshop_left p {
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0em;
	margin-bottom: 5%;
}
.mainshop_left p span {
	font-size: 16px;
	font-weight: bold;
}
.mainshop_left .small {
	font-size: 14px;
}
.mainshop_right h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 2%;
}
.mainshop_right h2 span {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0;
}
.mainshop_right p {
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0em;
	margin-bottom: 4%;
}
.mainshop_right p span {
	font-size: 16px;
	font-weight: bold;
}	
	
.bt_omiyage {
	padding-top: 0;
	padding-bottom: 0;
}
.bt_omiyage a {
	background-color: rgba(0,0,0,0.50);
	display: block;
	padding-left: 0;
	padding-right: 0;
	padding-top: 3%;
	padding-bottom: 2%;
	width: auto;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.1em;
	border-radius: 15px;
}
.mainshop a {
	color: #FFFFFF;
}
.mainshop a:hover {
	text-decoration: underline;
}
.mainshop hr {
	margin-bottom: 10px;
}	
#vegasDots{
	display: none;

}
/* ========== header top ========== */
#top {
	background-image: url("../img2024/bk_body.jpg");
	background-repeat: repeat-x;
	background-position: bottom center;
}
#top .stage {
	padding-top: 4%;
}
/* ========== header sub ========== */
#sub {
	background-image: url("../img2024/bk_body2.jpg");
	background-position: bottom center;
}
#sub .stage {
	padding-top: 40px;
}

header {
	width: 100%;
	height: auto;
	float: none;
	background: none;
	padding-bottom:0;
}
.logo {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.logo img {
	width: 30%;
	height: auto;
}
.main {
	width: 100%;
	float: none;
	position: relative;
	margin-bottom: 6%;
}
#sub .main {
	padding-top: 15px;
}
.main .pickup {
	position: absolute;
	left: 50%;
	top: 150px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	 z-index: 99980;
	width: 200px;
	height: 200px; 	 
}
.main .pickup div {
}
.rotate {
	width: 200px;
	height: 200px; 	
}
.pickup_img {
	width: 200px;
	height: 200px; 	 
}

.omiyage {
	background-image:url("../img2024/bk_omiyage3_smp.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: auto;
	padding-top: 6%;
	padding-left: 0;
	padding-right: 0;
}
.omiyage h2 {
	color: #fdfd41;
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 2%;
	margin-left: 8%;
	width: 72%;
	font-weight: bold;
	letter-spacing: 0;
	text-align: left;
}
.omiyage p {
	line-height: 1.6em;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #FFFFFF;	
	margin-left: 8%;
	width: 72%;
}
.omiyage p span {
	background-color: #9d8846;
}
.omiyage img {
	width: 100%;
	height: auto;
}
	
#language {
}
#language h2 {
	float: none;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	width: 100%;
}
#language ul {

}
#language li {
	float: left;
	width: 29%;
	margin-left: 3.3%;
}
#language li a {
	display: block;
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding-top: 14px;
	padding-bottom: 14px;
}	
	
	
#hmenu {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 6%;
	text-align: center;
}
#hmenu h2 {
	float: none;
	padding-top: 10px;
	padding-left: 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0.2em;
	width: 100%;
	margin-bottom: 2%;
}	
.hmenu_box1 {
	float: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
.hmenu_box1 img {
	width: 100%;
	height: auto;
	margin-left: 0;
}
.hmenu_box2 {
	float: left;
	width: 40%;
	margin-left: 8%;
}
.hmenu_box2 img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.hmenu_box3 {
	float: left;
	width: 40%;
	margin-left: 5%;
}
.hmenu_box3 img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/* ========== kodawari ========== */
#kodawari {
	background-image: url("../img2024/bk_body.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 10%;
	padding-bottom: 12%;
	height: auto;
}
#kodawari .stage {
}
.kodawari_left {
	float: none;
	width: 60%;
	height: auto;
	padding-left: 40%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../img2024/bk_kodawari.png");
	background-repeat: no-repeat;
	background-position: 10px 50px;
	background-size: 35%;
	padding-bottom: 6%;
}
#kodawari h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.5em;
	font-size: 24px;
	letter-spacing: 0.4em;
}
#kodawari h2 span {
	color: #ff3300;
	font-size: 14px;
	letter-spacing: 0.3em;
}
.kodawari_right {
	float: none;
	width: 100%;
}
#kodawari h3 {
	font-size: 21px;
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 4%;
	line-height: 1.3em;
}
#kodawari h3 span {
	font-size: 13px;
	line-height: 1.0em;
}
#kodawari p {
	font-size: 15px;
	line-height: 2.0em;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	width: 80%;	
	letter-spacing: 0.2em;
}
.inkoda1 {
	height: auto;
	margin-bottom: 10%;
}
.inkoda1 .koda_photo {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	width: 80%;
}
.inkoda1 .koda_photo img {
	width: 100%;
	height: auto;
}
.inkoda2 {
	height: auto;	
}
.inkoda2 .koda_photo {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;	
	width: 80%;
}
.inkoda2 .koda_photo img {
	width: 100%;
	height: auto;
}

/* ========== topix ========== */
#topix {
	background-image: url("../img2024/bk_body.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 12%;
	padding-bottom: 12%;
}
#topix .stage {
	position: relative;
}
.topix_left {
	position: absolute;
	left: 0;
	top: 30px;
	background-color: #FFFFFF;
	width: 100px;
	height: 240px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;	
	
}
.topix_left img {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: auto;
	margin-bottom: 15px;
}
#topix h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	font-size: 18px;
	font-weight: bold;
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	margin-left: auto;
	margin-right: auto;
}
.topix_right {
	float: none;
	width: 100%;
	padding-top: 240px;
}
#topix h3 {
	font-size: 21px;
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 4%;
	width: 80%;
	line-height: 1.3em;
}
#topix h3 span {
	font-size: 13px;
}	
#topix p {
	font-size: 15px;
	line-height: 2.0em;
	margin-bottom: 10%;
	margin-left: auto;
	margin-right: auto;		
	width: 80%;	
}

/* ========== shop ========== */
#shop {
	background-image: url("../img2024/bk_body.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 12%;
	padding-bottom: 12%;
}
#shop .stage {
	overflow: hidden;
}
#shop h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	font-size: 21px;
	font-weight: bold;
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	margin-left: auto;
	margin-right: auto;
}
.shop1 h2 {
	letter-spacing: 0.5em;
}
.shop2 h2 {
	letter-spacing: 0.1em;
}
#shop h3 {
	font-size: 24px;
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	margin-bottom: 8%;
	padding-top: 5%;
	font-weight: bold;
	margin-left: 5%;
}
#shop table {
	width: 90%;
	margin-left: 5%;
}
#shop table th {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: left;
	width: 21%;
}
#shop table td {
	font-size: 14px;
	letter-spacing: 0em;
	padding-bottom: 20px;
	line-height: 1.8em;
}
.shop1 {
	position: relative;
	float: none;
	width: 100%;
	height: auto;	
	background-image: url("../img2024/img_shop01.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 280px;
	padding-bottom: 16%;
}
.shop2 {
	position: relative;
	float: none;
	width: 100%;
	height: auto;
	background-image: url("../img2024/img_shop02.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 280px;
	padding-bottom: 12%;
}
.shopname {
	position: absolute;
	right: 20px;
	top: 50px;
	background-color: #FFFFFF;
	width: 100px;
	height: 225px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;	
}
.shopname img {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: auto;
	margin-bottom: 15px;
}
/* ========== acccess ========== */
#access {
}
#access .stage {
}
#access h2 {
}
.access_box {
}
.access_box h4 {
	margin-bottom: 2%;
}
.access_box p {
	font-size: 14px;
	letter-spacing: 0;
}
#map_canvas_pc {
	display: none;
}
#map_canvas_smp {
	display: block;
	width: 90%;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;	
}






/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/

#menu_aera {
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	padding-top: 50px;
	border-top: 1px solid #FFFFFF;
}
#menu_aera h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 140px;
	letter-spacing: 0.3em;
}
#menu_aera h3 {
	font-size: 21px;
	text-align: center;
	margin-bottom: 4%;
}
#menu_aera h4 {
	font-size: 21px;
	text-align: center;
	margin-bottom: 2%;
}
.menu01,
.menu02,
.menu03,
.menu04,
.menu05,
.menu06,
.menu07	{
	width: 96%;
	padding-top: 100px;
	margin-bottom: 140px;
	margin-left: auto;
	margin-right: auto;	
	background-color: rgba(0,0,0,0.30);
	position: relative;
}

.menu01box,
.menu02box,
.menu03box,
.menu04box,
.menu06box,
.menu07box	{
	width: 90%;
	float: none;
	margin-bottom: 6%;
	margin-left: 5%;
	margin-right: 5%;
}
.menu01box table,
.menu02box table,
.menu03box table,
.menu04box table,
.menu05box table,
.menu06box table,
.menu07box table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.menu01box {
	padding-top: 75px;
}
.menu01box h4 {
	background-color: #000000;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.0em;
}

.menu01box th,
.menu02box th,
.menu03box th,
.menu04box th,
.menu05box th,
.menu06box th,
.menu07box th	{
	text-align: left;
	font-size: 16px;
	padding-top: 36px;
	padding-bottom: 5px;	
	width: 48%;
	/*border-bottom: 1px dotted rgba(255,255,255,0.40);*/
	border-bottom: 1px solid rgba(255,255,255,0.20);
}
.tani {
	font-size: 16px;
	width: 34%;
	text-align: left;
	padding-top: 36px;
	padding-bottom: 5px;
	line-height: 2.0em;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}
.price {
	font-size: 16px;
	width: 18%;
	text-align: right;
	padding-top: 36px;
	padding-bottom: 5px;
	line-height: 2.0em;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}
#menu_aera th span {
	font-size: 12px;
	font-weight: normal;
}
.price span {
	font-size: 12px;
}
.ex {
	padding-top: 24px;
	padding-bottom: 5px;
	font-size: 16px;
	text-align: right;
}
.ex span {
	font-size: 14px;
}
.menu_txt {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
	padding-bottom: 4%;
	padding-top: 2%;
}
.spring {
	background-image: url("../img2024/menu_spring.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.summer {
	background-image: url("../img2024/menu_summer.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.autumn {
	background-image: url("../img2024/menu_autumn.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.winter {
	background-image: url("../img2024/menu_winter.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.menu_title {
	position: absolute;
	left: 50%;
	top: -70px;
	width: 150px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	height: auto;
	background-color: #FFFFFF;
	margin-left: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	
}
.menu01 .menu_title {
	top: -50px;
}
.menu_title img {
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	height: auto;
	margin-bottom: 12px;
}
.menu_title h3 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	margin-left: auto;
	margin-right: auto;
}


/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/
#omiyage_top {
}
.omiyage_top_box {
	margin-bottom: 12%;
}
.omiyage_top_box img {
	border-radius: 0;
	width: 100%;
	height: auto;
}
#omiyage_top h2 {
	font-size: 21px;
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;	
	text-align: center;
	margin-bottom: 8%;
}
#omiyage_top p {
	font-size: 15px;
	line-height: 2.4em;
	letter-spacing: 0.1em;
	text-align: left;
	margin-bottom: 6%;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}
.omiyage_topix {
	padding-top: 2%;
	margin-bottom: 8%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}
.omiyage_topix_box {
	float: left;
	text-align: center;
	background-color: #b32020;
	width: 46%;
	margin-left:2%;
	margin-right: 2%;
	border-radius: 28px;
	margin-bottom: 20px;
	padding-top: 1%;
	padding-bottom: 1%;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
}
#omiyage_about {
	background-image: url("../img2024/bk_body.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 8%;
	padding-bottom: 12%;
}
.omiyage_about_left {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	position: relative;
	padding-top: 16%;
}
.omiyage_about_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: auto;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;	

}
.omiyage_about_title img {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	height: auto;
	margin-bottom: 15px;
}
.omiyage_about_title h2 {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #333333;
	text-align: left;
	line-height: 1.4em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.3em;
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	margin-left: auto;
	margin-right: auto;
}
.omiyage_about_left_photo {
	margin-left: 30%;
	margin-right: 0;
	width: 70%;
	height: auto;
	margin-bottom: 9%;
}
.omiyage_about_left_photo img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.omiyage_about_left h3 {
	font-size: 18px;
	line-height: 1.6em;
 	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", serif;
	margin-bottom: 8%;
	padding-top: 4%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.omiyage_about_left p {
	font-size: 15px;
	line-height: 2.4em;
	letter-spacing: 0;
	margin-bottom: 4%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;	
}


.omiyage_about_right {
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding-top: 4%;
}
.omiyage_about_right img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
#omiyage_photo {
	background-image: url("../img2024/bk_body.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 8%;
	padding-bottom: 8%;
}
#omiyage_photo .stage {
	width: 90%;
}
#omiyage_photo h2 {
	text-align: center;
	margin-bottom: 2%;
	letter-spacing: 0.1em;
}
.omiyage_photo_box {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 10%;
}
#omiyage_photo .li_end {
	margin-right: 5% !important;
}
.omiyage_photo_box img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}


	
/*
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■
*/
#w_top {
	background-image: url("../img2024/bk_body.jpg");
	background-position: bottom center;		
}
#w_top .stage {
	padding-top: 8%;
	padding-bottom: 2%;
	width: 90%;
}
.w_header {
	margin-bottom: 4%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}	
.w_logo {
	float: none;
	margin-right: 0;
	margin-bottom: 2%;
}
	.w_logo img {
		width: 30%;
		height: auto;
	}
.w_title {
	padding-top: 4%;
}
.w_title h2 {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 5%;
	margin-left: auto;
	margin-right: auto;
}
.w_title p {
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 4%;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
#w_about {
	border-top: 1px solid #FFFFFF;
	padding-top: 8%;
}
#w_about p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: left;
	line-height: 1.8em;
}
#w_about ul {
	background-color: rgba(0,0,0,0.50);
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 6%;
	padding-top: 6%;
	padding-bottom: 6%;
}
#w_about li {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

#w_topix {
	background-color: rgba(0,0,0,0.50);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
		height: auto;
		margin-bottom: 6%;
	padding-top: 8%;
	padding-bottom: 8%;
	}
#w_topix h2 {
		font-size: 16px;
	margin-bottom: 8%;
	}
#w_topix h3 {
	text-align: center;
	font-size: 15px;
	margin-bottom: 6%;
	letter-spacing: 0.1em;
}
#w_topix p {
	text-align: center !important;
	margin-bottom: 4%;
	font-size: 14px;
	line-height: 1.8em;
}
#w_topix p span {
	font-weight: bold;
	font-size: 18px;
}
.w_topix_box {
	border: 1px dotted #886363;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 5%;
} 
.w_topix_box h3 {
	font-weight: bold;
	margin-bottom: 5% !important;
}
.w_topix_box p {

}
	
	#w_hmenu {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 4%;
	text-align: center;
}
#w_hmenu h2 {
	float: none;
	padding-top: 10px;
	padding-left: 0;
	text-align: center;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: bold;
	letter-spacing: 0.2em;
	width: 100%;
	margin-bottom: 2%;
}
.w_hmenu_box1 {
	float: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
.w_hmenu_box1 img {
	width: 100%;
	height: auto;
	margin-left: 0;
}
.w_hmenu_box2 {
	float: left;
	width: 40%;
	margin-left: 8%;
}
.w_hmenu_box2 img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.w_hmenu_box3 {
	float: left;
	width: 40%;
	margin-left: 5%;
}
.w_hmenu_box3 img {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#w_contents {
	background-image: url("../img2024/bk_body.jpg");
	background-position: bottom center;
	padding-bottom: 8%;
	padding-top: 8%;
}
#w_contents .stage {
	width: 90%;
	height: auto;
}
.w_con_box1 {
position: relative;
	text-align: center;
	margin-bottom: 8%;
	max-height: 200px;
	overflow: hidden;
}
.w_con_box1 p {
	font-size: 15px;
	letter-spacing: 0.1em;
	top: 15%;
	left: 3%;
	text-align: center;
}
.w_con_box1 img {
margin-right: auto;
	margin-top: -75px;
	width: 100%;
	height: auto;
}
.w_con_box2 {
position: relative;
	text-align: center;
	margin-bottom: 8%;
	max-height: 200px;
	overflow: hidden;
}
.w_con_box2 p {
	font-size: 15px;
	letter-spacing: 0.1em;
	top: 15%;
	left: 3%;
	text-align: center;
}
.w_con_box2 img {
	margin-top: -75px;
margin-right: auto;
	width: 100%;
	height: auto;
}
.w_con_box3 {
margin-bottom: 4%;
}
.w_con_box3 ul {

}
.w_con_box3 li {
float: left;
	width: 32%;
	margin-right: 2%; 
}
.w_con_box3 li img {
	width: 100%;
	height: auto;
}

#w_shop {
	background-image: url("../img2024/bk_body.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 10%;
	padding-bottom: 8%;
}
#w_shop .stage {
	overflow: hidden;
	width: 90%;
}
#w_shop h2 {
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5em;
	font-size: 18px;
	letter-spacing: 0.2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
}
#w_shop h4 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 2%;
	letter-spacing: 0.2em;
}
#w_shop p {
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.1em;
}
#map_canvas_pc {
	display: none;
}
#map_canvas_smp {
	display: block;
	width: 100%;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8%;	
}
	


}

