@charset "EUC-JP";

/*
	Site Name: mallage kashiwa
	Version: 2021.11 リニューアル作業中のため、旧style.cssを更新、ファイル名変更
*/

/*----------------------------------------------------
	LINK
----------------------------------------------------*/

#contents a {
  color: #0d975e;
  text-decoration: none;
}

a img.scale:hover {
  filter:alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7 !important;
  text-decoration:none;
  border: none;
}

/*----------------------------------------------------
	COMPONENT
----------------------------------------------------*/
.sp {
 display: none; 
}

.pc {
  display: block;
}

.left {
  float:left;
}

.right {
  float:right;
}

.txtleft {
  text-align:left;
}

.txtright {
  text-align:right;
}

.txtcenter {
  text-align:center;
}

table,th,td {
  empty-cells: show;
}
.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}

.table-scroll::-webkit-scrollbar{　　
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}
strong {
  font-weight: bold;
}

.red {
  color: #d81e43;
}

.green {
  color: #009155;
  font-weight: bold;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt30 {
  margin-top: 30px;
}


/*----------------------------------------------------
	CONTENTS
----------------------------------------------------*/

/*
------- CONTENTS -----------------------------------
*/

#contents {
  width: 1000px;
  margin: 50px auto 0 auto;
  overflow: hidden;
}

#main {
  float: left;
  width: 720px;
}

#contents .side {
 float: right;
 width: 230px;
}

#secSide {
  margin-bottom: 80px;
}

#contents .side .floornav {
  margin: 0 auto 15px auto;
  width: 226px;
  overflow: hidden;
}

#contents .side .floornav li {
  float: left;
  margin-right: 8px;
}

#contents .side .floornav .floor03 {
  margin: 0;
}

#contents .side .floornav li a {
  display: block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 24px;
  background: #fff;
  border: 1px solid #0d975e;
  border-radius: 50%;
  text-align: center;
  font-family: "Avenir Next", Verdana;
  letter-spacing: 0.05em;
  color: #0d975e;
  text-decoration: none;
}

#contents .side .floornav li a:hover {
  text-decoration: none;
  background: #f6fae5;
}

#contents .side .shopnav {
  margin-bottom: 20px;
  clear: both;
  border: 1px solid #dcdcdc; 
}

#contents .side .shopnav li {
  border-top: 1px solid #dcdcdc;
  background: #fff;
  margin-top: -1px;
}

#contents .side .shopnav a {
  display: block;
  color: #111;
  padding: 15px 0 15px 15px;
  font-weight: bold;
  text-decoration: none;
}

#contents .side .shopnav a:hover {
  text-decoration: none;
}

#contents .side .shopnav .shop01 a,
#contents .side .shopnav .shop01 a:hover {
  background: url(../img/shopnavicon01.png) no-repeat 182px center;
}

#contents .side .shopnav .shop02 a,
#contents .side .shopnav .shop02 a:hover {
  background: url(../img/shopnavicon02.png) no-repeat 182px center;
}

#contents .side .shopnav .shop03 a,
#contents .side .shopnav .shop03 a:hover {
  background: url(../img/shopnavicon03.png) no-repeat 182px center;
}

#contents .side .shopnav .shop04 a,
#contents .side .shopnav .shop04 a:hover {
  background: url(../img/shopnavicon04.png) no-repeat 182px center;
}

#contents .side .shopnav li:hover {
  background: #f6fae5;
}

#contents .side .bnr {
  background: url(../img/sidebg01.jpg) repeat center top;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

#contents .side .bnr li {
  margin-bottom: 10px;
}

#contents .side .bnr .title {
  background: url(../img/sidebg02.jpg) repeat center top;
  padding: 10px 0;
  margin-bottom: 15px;
  line-height: 1.1;
  color: #68603d;
  font-weight: bold;
}

#contents .side .bnr .title:not(:first-child) {
  margin-top: 20px;
}

#contents .side .bnr .title p {
  background: url(../img/sidebg03.png) no-repeat center center;  
}

#contents .side .bnr .line {
  background: url(../img/sideline.png) no-repeat center top;
  padding-top: 24px;
  margin-top: 20px;
}

#contents .side .newslist {
  margin-bottom: 30px;
}

#contents .side .newslist li {
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px dotted #acacac;
}

.page #main {
  margin-bottom: 80px;
}

.page #main h2 {
  font-size: 28px;
  border-left: 12px solid #009155;
  padding: 8px 0 8px 20px;
  margin-bottom: 30px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.page #main h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #009155;
  padding: 10px 15px;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
  line-height: 1.5;
}

.page #main h3 a {
  color:  #fff;
}

.page #main h4 {
	position: relative;
	padding: 0 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	color: #009155;
	margin-bottom: 30px;
	letter-spacing: 0.03em;
}
.page #main h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 15px;
	background-color: #f0f0f0;
}
.page #main h4 a {
  text-decoration: none;
}

.page #main h5 {
	padding: 0 0 15px 20px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.03em;
	border-bottom: 2px solid #009155;
	border-left: 2px solid #009155;
}

.page #main .base {
  margin-bottom: 40px;
  overflow: hidden;
}

#main .linklist table {
  width: 100%;
  background: #fff;
  border-top: 1px solid #009155;
}

#main .linklist table th,
#main .linklist table td {
  border-bottom: 1px solid #009155;
}

#main .linklist table th a,
#main .linklist table td a {
  padding: 15px;
  display: block;
  text-decoration: none;
}

#main .linklist table th {
  width: 250px;
  text-align: left;
  font-weight: bold;
  background: #f8f8f8;
}

#main .linklist table td a {
  color: #333;
}

#main .list table {
  width: 100%;
  background: #fff;
  border-top: 1px solid #009155;
}

#main .list table th,
#main .list table td {
  border-bottom: 1px solid #009155;
  padding: 15px;
}

#main .list table th {
  width: 180px;
  text-align: left;
  font-weight: bold;
  background: #f8f8f8;
}

.detail #main h3 {
  margin-bottom: 10px;
}

.detail #main h3 .category {
  float: right;
  font-size: 15px;
  display: block;
}

.detail #main .logoBox {
  margin: 30px 0 60px 0;
}

.detail #main .logoBox ul {
  overflow: hidden;
  text-align: center;
}

.detail #main .logoBox li {
  display: inline-block;
  margin: 0 20px;
  text-align: center;
}

.detail #main .logoBox li a {
  margin: 0 10px;
  display: inline-block;
  width: 270px;
  height: 270px;
}

.detail #main .logoBox li img {
  vertical-align: middle;
}

.detail #main .shopNavi {
  margin: 30px 0;
}

.detail #main .shopNavi ul {
  overflow: hidden;
  text-align: center;
}

.detail #main .shopNavi li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}

.detail #main .shopNavi li a {
  width: 250px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  background: #009155;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

.detail #main .shopNavi li a:hover {
  text-decoration: none;
  background: #169f66;
}

.detail #main .newsBox .photo ul li img {
  vertical-align: middle;
}

#main .btn a {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #009155;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#main .btn a:hover {
  text-decoration: none;
  background: #169f66;
}

#main .snsBox {
  margin: 30px 0 0 0;
}

#main .snsBox ul {
  overflow: hidden;
}

#main .snsBox li {
  float: left;
  margin-right: 10px;
}

#main .snsBox .date {
  float: right;
  margin-right: 0;
}

#main .pagenav {
  margin-bottom: 30px;
  background: #fff;
  padding: 15px 20px;
  background: #f8f8f8;
}

#main .pagenav ul {
  overflow: hidden;
}

#main .pagenav li {
  float: left;
  margin-right: 30px;
  font-weight: bold;
}

#main .pagenav li a {
  background: url(../img/arrow01.png) no-repeat left center;
  padding-left: 15px;
  line-height: 1.1;
}

#main .infoBox {
  padding: 20px;
  border: 1px solid #009155;
  background: #fff;
}

#main .attention {
  padding: 20px;
  background: #ffecee;
}

#main .linkbtn a {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  color: #009155;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-weight: bold;
  width: 300px;
  background: url(../img/arrow02.png) no-repeat 25px center #f3f7da;  
}

#main .linkbtn a:hover {
  text-decoration: none;
  filter:alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7 !important;
}

/* guide */
.guide #main .time {
  width: 720px;
  clear: both;
  overflow: hidden;
  text-align: left;
  margin-top: 20px;
}

.guide #main .time dt {
  width: 560px;
  float: left;
  clear: left;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.guide #main .time dd {
  width: 160px;
  margin-left: 560px;
  text-align: right;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.guide #main table {
  width: 100%;
  background: #fff;
		text-align: left;
		padding: 0;
		margin: 20px 0;
}
.guide #main table, th, td {
  border: 1px solid #ccc;
		padding: 10px;
}
.guide #main th{
	background: #eee;
}
.guide #main h5{
	border: none;
		padding: 0;
		margin: 0;
}


#main .linklist table th,
#main .linklist table td {
  border-bottom: 1px solid #009155;
}
.guide #main .service .photo {
  float: left;
  margin-right: 30px;
}

.guide #main .service .txt {
  overflow: auto;
  zoom: 1;
  width: 240px;
}

/* sitemap */
.sitemap #main li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  padding-left: 30px;
}

/* coupon */
.detail #main .couponBox {
  border: 1px solid #009155;
  border-top: 5px solid #009155;
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
}

.detail #main .couponBox .catch {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #009155;
  color: #009155;
  font-weight: bold;
  font-size: 16px;
}

.detail #main .couponBox .txt {
  margin-bottom: 30px;
}

.detail #main .couponBox .date {
  text-align: right;
  color: #009155;
}

.detail #main .linkbtn {
  text-align: center;
  margin-top: 30px;
}

.detail #main .linkbtn a {
  width: 250px;
  border: 1px solid #0d975e;
  background: #fff; 
}

/* shoplist */
.gourmet #main .logoBox {
  margin: 30px 0 30px 0;
}

.gourmet #main .logoBox li {
  margin-bottom: 30px;
}

.shoplist .lead {
  margin-bottom: 30px;
}

.shoplist .newsBox {
  background: #fff;
  border: 1px solid #009155;
  margin: 40px 0;
  padding: 0;
}

.shoplist #main .newsBox h4 {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  background: #f3f7da;
  padding: 15px 20px;
}

.shoplist #main .newsBox h4:after {
  height: 0;
  background: none;
}

.shoplist .newsBox .inner {
  padding: 0 30px 30px 30px;
}

.shoplist #main .newsBox .photo {
  padding-top: 20px;
}

.shoplist #main .newsBox .photo ul {
  text-align: center;
  overflow: hidden;
}

.shoplist #main .newsBox .photo li {
  display: inline-block;
  padding: 0 30px;
}

.shoplist #main .newsBox .txt {
  padding-top: 20px;  
}

.shoplist #main .nextBox {
  margin: 50px 0 0 0;
}

.shoplist #main .nextBox ul {
  display: table;
}

.shoplist #main .nextBox li {
  display: table-cell;
  width: 140px;
  text-align: center;
}

.shoplist #main .nextBox li .logo {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.shoplist #main .nextBox li .logo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.shoplist #main .nextBox li .name {
  margin-top: 8px;
}

.shoplist #main .listBlock,
.shopnews #main .listBlock {
  width: 750px;
  margin-right: -30px;
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.shoplist #main .listBlock .box,
.shopnews #main .listBlock .box {
  width: 218px;
  padding: 20px;
  margin: 0 30px 30px 0;
  background: #fff;
  border: 1px solid #009155;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.shoplist #main .listBlock .box:hover,
.shopnews #main .listBlock .box:hover {
  cursor: pointer;
  background: #f3f7da;
}

.shoplist #main .listBlock .box .photo {
  text-align: center;
  width: 170px;
  height: 150px;
  display: block;
  margin: 0 auto 15px auto;
}

.shoplist #main .listBlock .box .shop {
  font-size: 15px;
  font-weight: bold;
}

.shoplist #main .listBlock .box .icon span {
  padding-right: 10px;
}

.shoplist #main .time {
  background: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  border: 2px solid #009155;
}

.shoplist #main .shopBtn {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.shoplist #main .shopBtn li {
  display: inline-block;
  width: 200px;
  margin: 0 10px;
}

.shoplist #main .shopBtn li a {
  display: block;
  width: 200px;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #009155;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.shoplist #main .shopBtn li a:hover {
  background: #f3f7da;
  text-decoration: none;
} 

.shoplist #main h4.fashion:after, .shoplist #main h4.life:after, .shoplist #main h4.gourmet:after, .shoplist #main h4.service:after {
	background-color: #fff;
}
.shoplist #main h4 {
	border-radius: 60px;
	padding:10px 20px
}
.shoplist #main h4.fashion {
	background: #eb6d9a;
}
.shoplist #main h4.life {
	background: #6fba2c;
}
.shoplist #main h4.gourmet {
	background: #f39800;
}
.shoplist #main h4.service {
	background: #20aee5;
}
.shoplist #main h4.fashion a, .shoplist #main h4.life a, .shoplist #main h4.gourmet a, .shoplist #main h4.service a{
	color: #fff;
}


/* hall */
.hall #main .lead {
  margin-bottom: 30px;
}

.hall #main .photo {
  margin-bottom: 30px;
}

.hall #main .list table {
  margin-bottom: 20px;
}

.hall #main .base ul {
  padding-left: 20px;  
}

.hall #main .base li {
  list-style-type: disc;
}

/* chiba */
.chiba #main .btn {
  margin: 30px 0;
}

.chiba #main .btn a {
  width: 300px;
}

/* access */
#map_canvas {
  margin: 0 0 20px 0;
  width: 720px;
  height: 450px;
}

.access #main .base ul {
  overflow: hidden;
}

.access #main .bus01 {
  padding: 20px 20px 0 0;
}

.access #main .busBtn {
  overflow: hidden;
  width: 530px;
  margin: 0 auto 30px auto;
}

.access #main .busBtn .linkbtn a {
  width: 250px;
  background: url(../img/arrow01.png) no-repeat 25px center #f3f7da;  
}

.access #main .parking {
  text-align: center;
}

.access #main .parking .catch {
  font-size: 20px;
  color: #009155;
  font-weight: bold;
  margin-bottom: 5px;
}

.access #main .infoBox h4 {
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  color: #009155;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}

.access #main .infoBox h4:after {
  height: 0;
  background-color: none;
}

.access #main .timetable table {
  width: 460px;
  margin: 0 auto 20px auto;
}

.access #main .timetable table th,
.access #main .timetable table td {
  border: 1px solid #ccc;
  padding: 8px;
}

.access #main .timetable table th {
  width: 60px;
  text-align: left;
  font-weight: bold;
  background: #f8f8f8;
  text-align: center;
}

.access #main .timetable table td {
  width: 200px;
}

.access #main .timetable table .title {
  background: #f3f7da;
}

.access #main .stop {
  text-align: center;
  padding: 20px;
  background: #f8f8f8;
  width: 550px;
  margin: 0 auto 20px auto;
}

.access #main .mappict {
  text-align: center;
  margin-bottom: 30px;
}

.access #main .mappict span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #009155;
}

.access #main .mapBox {
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

.access #main .mapBox li {
  display: inline-block;
  padding: 0 15px;
}
.access #main .col{
	display: flex;
}
.access #main .txt{
	width: 60%;
}
.access #main .photo{
	width: 40%;
	padding: 10px;
}

/* eventnews */
.eventnews #main .base {
  background: #fff;
  border: 1px solid #009155;
  margin: 40px 0;
  padding: 0;
}

.eventnews #main .eventday {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: none;
  color: #009155;
}

.eventnews #main .photo {
  text-align: center;
  margin-bottom: 25px;
  overflow: hidden;
}

.eventnews #main .photo a {
  margin: 0 10px;
  display: inline-block;
  width: 270px;
  height: 270px;
}

.eventnews #main .base .inner {
  padding: 0 30px 30px 30px;
}

.eventnews #main table {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 30px;
  width: 100%;
}

.eventnews #main table th,
.eventnews #main table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.eventnews #main table th {
  width: 80px;
  text-align: left;
  font-weight: bold;
  background: #f8f8f8;
}

/* shopnews */
.shopnews #main .listBlock .box .photo {
  margin-bottom: 15px;
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto 15px auto;
}

.shopnews #main .listBlock .box .date {
  font-size: 12px;
}

.shopnews #main .listBlock .box .ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.shopnews #main .listBlock .box .shop {
  font-size: 13px;
}

/* floormap */
.floormap #main {
  float: none;
  width: 1000px;
}

.floormap #main .mapBox {
  margin-bottom: 30px;
}

.floormap #main .iconBox {
  margin-bottom: 40px;
  text-align: center;
}

.floormap #main .btn a {
  width: 340px;
}

.floormap #main .floornav {
  background: #f0f0f0;
  padding: 30px 0;
  margin-top: 50px;
  text-align: center;
}

.floormap #main h2 + .floornav {
  margin-bottom: 30px;
}

.floormap #main .floornav ul {
  text-align: center;
  overflow: hidden;
}

.floormap #main .floornav li {
  display: inline-block;
  margin: 0 10px;
}

.floormap #main .floornav .linkbtn a {
  width: 200px;
  border: 1px solid #0d975e;
  background: #fff;
}

.floormap #main .floornav .on a {
  background: #f3f7da;  
}

/* bargain */
.bargain #main {
  float: none;
  width: 1000px;
}

.bargain #main .itemBox {
  margin-bottom: 30px;
}

.bargain #main .bargain_nav {
  background: #f0f0f0;
  padding: 30px 0;
  margin: 30px 0;
  text-align: center;
}

.bargain #main h2 + .bargain_nav {
  margin-bottom: 30px;
}

.bargain #main .bargain_nav ul {
  text-align: center;
  overflow: hidden;
}

.bargain #main .bargain_nav li {
  display: inline-block;
  margin: 0 10px;
}

.bargain #main .bargain_nav .linkbtn a {
  width: 200px;
  border: 1px solid #0d975e;
  background: #fff;
}

.bargain #main .bargain_nav .on a {
  background: #f3f7da;  
}
.bargain #main .listBlock02 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
 column-gap: 1em;
}

.bargain #main .listBlock02 .box {
	display: inline-block;
  width: 100%;
  padding: 10px;
		margin: 10px 0;
  background: #fff;
  border: 1px solid #009155;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		position: relative;
		z-index: 1;
}
.bargain #main .listBlock02 .box a{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.bargain #main .listBlock02 .box:hover {
  cursor: pointer;
  background: #f3f7da;
}

.bargain #main .listBlock02 .box .logo {
  text-align: center;
  display: block;
  margin: 20px auto 30px;
}
.bargain #main .listBlock02 .box .logo img {
  width: 140px;
		height: auto;
}
.bargain #main .listBlock02 .box .photo {
  text-align: center;
  width: 170px;
  display: block;
  margin: 0 auto;
}
.bargain #main .listBlock02 .box .photo img {
	width: 170px;
	height: auto;
}

.bargain #main .listBlock02 .box .off {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.bargain #main .listBlock02 .box span.f18 {
	font-size: 20px;
}
.bargain #main .listBlock02 .box .jyogai {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	display: block;
}
.bargain #main .listBlock02 .box .shop {
  font-size: 15px;
  font-weight: bold;
	margin-bottom: 10px;
}

.bargain #main .listBlock02 .box .item {
	background: #f1f1f1;
  font-size: 13px;
		padding: 10px;
		margin: 10px 0;
}
.bargain #main .listBlock02 .box .red {
	color: #F00;
}

/* 追記20210203 */
.infoBox_top{
	border: 1px solid #209440;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: stretch;
     -ms-flex-align: stretch;
        align-items: stretch;
	}
	.infoBox_top div{
		padding: 15px 10px;
	}

.infoBox_top .ttl{
	white-space: nowrap;
	background: #209440;
	color: #fff;
	font-weight: bold;
	}
.infoBox_top .txt {
	width: 100%;
	background: #fff;
}
.infoBox_top .txt li {
  margin: 2px 0;
}



/* 追記テイクアウト */


/* takeout */
.takeout #main {
  float: none;
  width: 1000px;
}

.takeout .info{
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	}

.takeout #main .itemBox {
  margin-bottom: 30px;
}

.takeout #main .takeout_nav {
  background: #fff170;
  padding: 20px 0;
  margin: 30px 0;
  text-align: center;
}

.takeout #main h2 + .takeout_nav {
  margin-bottom: 30px;
}

.takeout #main .takeout_nav ul {
  text-align: center;
  overflow: hidden;
}

.takeout #main .takeout_nav li {
  display: inline-block;
  margin: 0 10px;
		padding-bottom: 5px;
}

.takeout #main .takeout_nav .linkbtn a {
  width: 200px;
  border: 1px solid #412210;
  background: #fff;		
		color: #412210;
}

.takeout #main .takeout_nav .on a {
  background: #f3f7da;  
}

.takeout .inner{
	background: #fff170;
	padding: 10px;
	}
.takeout #main .listBlock02 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
 column-gap: 1em;
}
.page.takeout #main .inner h3{
	background: #e94a54;
}

.page.takeout #main .inner h4 {
	font-size: 20px;
	border: none;
	padding: 0;
	margin: 15px 0 0;
}

.page.takeout #main h4:after {
height: 0;
}

.takeout #main .listBlock02 .box {
	display: inline-block;
  width: 100%;
  padding: 10px;
		margin: 10px 0.5%;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		position: relative;
		z-index: 1;
}
.takeout #main .listBlock02 .box a {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.takeout #main .listBlock02 .box:hover {
  cursor: pointer;
  background: #fffcdc;
}
.takeout #main .listBlock02 .box .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.takeout #main .listBlock02 .box ul {
	margin: 10px 5px 0;
}
.takeout #main .listBlock02 .box .col-2 {
	width: 48%;
	margin: 0 1%;
}
.takeout #main .listBlock02 .box li dt {
	font-weight: bold;
	padding-top: 5px;
}
.takeout #main .listBlock02 .box li dd {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.takeout #main .listBlock02 .box .logo, .takeout #main .listBlock02 .box .ph {
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.takeout #main .listBlock02 .box .logo img {
  width: 75%;
		height: auto;
		position: absolute;		
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.takeout #main .listBlock02 .box img {
	max-width: 100%;
  width: 100%;
		height: auto;
}
.takeout #main .listBlock02 .box .name {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
.takeout #main .listBlock02 .box .tel {
	font-size: 16px;
	padding: 5px 0 10px;
	border-bottom: 1px solid #555;
}
.takeout #main .listBlock02 .box .tel span {
	display: inline-block;
	background: #63bd97;
	font-size: 13px;
	color: #fff;
	padding: 2px 6px;
	margin-right: 6px;
	text-align: center;
}
.takeout #main .listBlock02 .box .note {
	background: #15ae68;
	font-size: 14px;
	color: #fff;	
	padding: 2px 6px;
	margin-top: 10px;
	text-align: center;
}
.page.takeout #main .inner .price{
	font-weight: bold;
}
.takeout #main .listBlock02 .box .red {
	color: #F00;
}


/* informationnews */
.informationnews #main .base {
  background: #fff;
  border: 1px solid #009155;
  margin: 40px 0;
  padding: 0;
}

.informationnews #main .informationday {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: none;
  color: #009155;
}

.informationnews #main .photo {
  text-align: center;
  margin-bottom: 25px;
  overflow: hidden;
}

.informationnews #main .photo a {
  margin: 0 10px;
  display: inline-block;
  width: 270px;
  height: 270px;
}

.informationnews #main .base .inner {
  padding: 0 30px 30px 30px;
}

.informationnews #main table {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 30px;
  width: 100%;
}

.informationnews #main table th,
.informationnews #main table td {
  border: 1px solid #ccc;
  padding: 10px;
}

.informationnews #main table th {
  width: 80px;
  text-align: left;
  font-weight: bold;
  background: #f8f8f8;
}



/*
------- 4. SP -----------------------------------
*/

@media screen and (max-width: 767px) {

.pc {
 display: none; 
}

.sp {
  display: block;
}

/*
------- CONTENTS -----------------------------------
*/

#contents {
  width: 100%;
  margin: 0 20px 0 0;
  overflow: hidden;
}

#main {
  float: none;
  width: auto;
  margin: 0 20px;
}

#contents .side {
 float: none;
 width: 100%;
}

#secSide {
  margin-bottom: 0;
  border-top: 1px solid #dcdcdc;
}

#contents .side .floornav {
  margin: 15px auto;
  text-align: center;
  overflow: hidden;
}

#contents .side .floornav li a {
  float: none;
  display: block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 24px;
  background: #fff;
  border: 1px solid #0d975e;
  border-radius: 50%;
  text-align: center;
  font-family: "Avenir Next", Verdana;
  letter-spacing: 0.05em;
  text-decoration: none;
}

#contents .side .shopnav {
  margin-bottom: 0;
  clear: both;
  border-top: 1px solid #dcdcdc; 
}

#contents .side .shopnav li {
  border-top: 1px solid #dcdcdc;
  background: #fff;
  margin-top: -1px;
  padding-right: 10px;
}

#contents .side .shopnav a {
  display: block;
  color: #111;
  padding: 15px;
  font-weight: bold;
  text-decoration: none;
}

#contents .side .shopnav a:hover {
  text-decoration: none;
}

#contents .side .shopnav .shop01 a,
#contents .side .shopnav .shop01 a:hover {
  background: url(../img/shopnavicon01.png) no-repeat right center;
}

#contents .side .shopnav .shop02 a,
#contents .side .shopnav .shop02 a:hover {
  background: url(../img/shopnavicon02.png) no-repeat right center;
}

#contents .side .shopnav .shop03 a,
#contents .side .shopnav .shop03 a:hover {
  background: url(../img/shopnavicon03.png) no-repeat right center;
}

#contents .side .shopnav .shop04 a,
#contents .side .shopnav .shop04 a:hover {
  background: url(../img/shopnavicon04.png) no-repeat right center;
}

#contents .side .shopnav li:hover {
  background: #f6fae5;
}

#contents .side .bnr {
  background: url(../img/sidebg01.jpg) repeat center top;
  text-align: center;
  padding-bottom: 20px;
}

#contents .side .bnr li {
  margin-bottom: 10px;
  padding: 0 3px;
  display: inline-block;
}

#contents .side .bnr li img {
  width: 160px;
  height: auto;
}

#contents .side .bnr .title {
  background: url(../img/sidebg02.jpg) repeat center top;
  padding: 10px 0;
  margin-bottom: 15px;
  line-height: 1.1;
  color: #68603d;
  font-weight: bold;
  display: block;
}

#contents .side .bnr .title:not(:first-child) {
  margin-top: 10px;
}

#contents .side .bnr .line {
  background: none;
  margin-top: 20px;
  padding: 0;
}

#contents .side .newslist {
  display: none;
}

.page #main {
  margin-bottom: 40px;
  padding-top: 30px;
}

.page #main h2 {
  font-size: 20px;
  border-left: 12px solid #009155;
  padding: 8px 0 8px 15px;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.page #main h3 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #009155;
  padding: 10px 15px;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  line-height: 1.5;
}

.page #main h4 {
	position: relative;
	padding: 0 0 0 10px;
	font-size: 15px;
	font-weight: bold;
	color: #009155;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
}

.page #main h4:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 15px;
	background-color: #f0f0f0;
}

.page #main h5 {
	padding: 0 0 10px 10px;
	font-size: 14px;
	margin-bottom: 20px;
}

.page #main .base {
  margin-bottom: 30px;
  overflow: hidden;
}

.page #main img {
  max-width: 100%;
  height: auto;
}

#main .linklist table th {
  width: 30%;
}

#main .list table th {
  width: 30%;
}

/*shoplist shopnews*/

.detail #main h3 .category {
  float: none;
}

.detail #main .logoBox,
.gourmet #main .logoBox {
  margin: 30px 0;
}

.detail #main .logoBox ul {
  overflow: hidden;
  text-align: center;
}

.detail #main .logoBox li,
.gourmet #main .logoBox li {
  display: block;
  margin: 0 10px;
  text-align: center;
}

.detail #main .logoBox li a {
  margin: 0 auto 10px auto;
  display: block;
  width: 220px;
  height: auto;
}

.shoplist .lead {
  margin-bottom: 20px;
}

.detail #main .shopNavi {
  margin: 20px 0;
}

.detail #main .shopNavi ul {
  overflow: hidden;
  text-align: center;
}

.detail #main .shopNavi li {
  display: inline-block;
  margin: 10px;
  text-align: center;
}

.detail #main .linkbtn a,
.detail #main .shopNavi li a {
  width: 240px;
  text-decoration: none;
}

.shoplist .newsBox {
  margin: 20px 0;
}

.shoplist #main .newsBox h4 {
  padding: 10px;
  font-size: 14px;
  padding: 10px;
}

.shoplist .newsBox .inner {
  padding: 0 20px 20px 20px;
}

.shoplist #main .newsBox .photo li {
  margin-bottom: 15px;
}

.shoplist #main .nextBox {
  margin: 40px 0 0 0;
}

.shoplist #main .nextBox ul {
  display: block;
}

.shoplist #main .nextBox li {
  display: inline-block;
  width: 130px;
  text-align: center;
}

#main .snsBox .date {
  float: none;
  clear: both;
  margin-right: 0;
}

#main .infoBox {
  padding: 15px;
}

#main .attention {
  padding: 15px;
}

#main .btn a {
  width: 240px;
  font-size: 14px;
  text-decoration: none; 
}

#main .linkbtn a {
  width: 240px;
  background: url(../img/arrow02.png) no-repeat 20px center #f3f7da;
  text-decoration: none; 
}

.shoplist #main .listBlock,
.shopnews #main .listBlock {
  width: 100%;
  margin-right: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.shoplist #main .listBlock .box,
.shopnews #main .listBlock .box {
  width: 90%;
  float: none;
  padding: 0;
  margin: 0 auto 15px auto;
  padding: 15px 0;
}

.shoplist #main .listBlock .box p,
.shopnews #main .listBlock .box p {
  margin: 0 15px;
}

.shopnews #main .listBlock .box .photo {
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto 10px auto;
}

.shoplist #main .listBlock .box .photo {
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto 10px auto;
}

.shoplist #main .base {
  margin-bottom: 10px;
}

.shoplist #main .shopBtn {
  margin-bottom: 20px;
}

.shoplist #main .shopBtn li {
  display: block;
  width: 220px;
  margin: 0 auto 10px auto;
}

.shoplist #main .shopBtn li a {
  width: 220px;
  text-decoration: none;
}

/* eventnews */
.eventnews #main .base {
  background: #fff;
  border: 1px solid #009155;
  margin: 0 0 20px 0;
}

.eventnews #main .eventday {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.eventnews #main .photo {
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
}

.eventnews #main .photo a {
  margin: 0 auto 20px auto;
  display: block;
  width: 220px;
  height: auto;
}

.eventnews #main .base .inner {
  padding: 0 15px 15px 15px;
}

.eventnews #main table {
  margin-top: 20px;
}

.eventnews #main table th {
  width: 30%;
}


/* guide */
.guide #main .time {
  width: 100%;
  margin-top: 20px;
}

.guide #main .time dt {
  width: 100%;
  float: none;
  padding: 8px 0 0 0;
  border-bottom: none;
}

.guide #main .time dd {
  width: 100%;
  margin-left: 0;
  text-align: left;
  padding: 0 0 8px 0;
  border-bottom: 1px dotted #ccc;
}

.guide #main .service .photo {
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
}

.guide #main .service .txt {
  width: 100%;
}

/* sitemap */
.sitemap #main li {
  padding-left: 10px;
}

/* access */
#map_canvas {
  margin: 0 0 20px 0;
  width: 100%;
  height: 250px;
}

.access #main .base .left,
.access #main .base .right {
  float: none;
}

.access #main .bus01 {
  padding: 0;
}

.access #main .busBtn {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 20px auto;
}

.access #main .busBtn .left,
.access #main .busBtn .right {
  float: none;
}

.access #main .busBtn li {
  margin-bottom: 15px;
}

.access #main .busBtn .linkbtn a {
  width: 240px;
  background: url(../img/arrow01.png) no-repeat 25px center #f3f7da;  
  text-decoration: none;
}

#main .bus2 .linkbtn a {
  font-size: 13px;
  background: url(../img/arrow02.png) no-repeat 15px center #f3f7da;
}

#main .bus2 .right {
  text-align: center;
  margin-top: 10px;
}

.access #main .timetable table {
  width: 100%;
  margin: 0 auto 20px auto;
}

.access #main .timetable table th {
  width: 20%;
}

.access #main .timetable table td {
  width: 30%;
}

.access #main .stop {
  width: inherit;
}

.access #main .mapBox {
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.access #main .mapBox li {
  display: block;
  padding: 0 0 20px 0;
}

.access #main .col{
	display: block;
}
.access #main .txt{
	width: 100%;
}
.access #main .photo{
	width: 100%;
	padding: 10px;
}
/* chiba */
.chiba #main .btn {
  margin: 20px 0;
}

.chiba #main .btn a {
  width: 240px;
}

/* floormap */
.floormap #main {
  width: auto;
  margin: 0 20px;
}

.floormap #main .mapBox {
  margin-bottom: 20px;
}

.floormap #main .iconBox {
  margin-bottom: 20px;
}

.floormap #main .btn a {
  width: 240px;
}

.floormap #main .floornav {
  padding: 20px 0;
  margin: 20px 0;
}

.floormap #main .floornav li {
  display: inline-block;
  margin: 0;
}

.floormap #main .floornav .linkbtn a {
  width: 80px;
  padding: 8px 0;
}

/* bargain */
.bargain #main {
  width: auto;
  margin: 0 20px;
}

.bargain #main .itemBox {
  margin-bottom: 20px;
}


.bargain #main .bargain_nav {
  padding: 20px 0;
  margin: 20px 0;
}

.bargain #main .bargain_nav li {
  display: inline-block;
  margin: 5px 0;
}

.bargain #main .bargain_nav ul {
  width: 100%;
}
.bargain #main .listBlock02 {
	column-count: 1;
  margin-bottom: 30px;
}

.bargain #main .listBlock02 .box {
  width: 100%;
  padding: 0;
  margin: 0 auto 15px auto;
  padding: 15px 0;
}

.bargain #main .listBlock02 .box p {
  margin: 0 15px;
}
.bargain #main .listBlock02 .box .logo img {
  width: inherit;
		height: auto;
}
.bargain #main .listBlock02 .box .item {
	margin: 10px;
}

/* 追記20210203 */

.infoBox_top{
	display: block;
	}
	.infoBox_top div{
		padding: 10px;
	}

.infoBox_top .ttl{
	border-right:none;
	text-align: center;
	}
.infoBox_top .txt {
	width: auto;
}


/* 追記テイクアウト */
.takeout #main {
  width: auto;
  margin: 0 20px;
}
.takeout .info{
	font-size: 16px;
	text-align: left;
	}

.takeout #main .itemBox {
  margin-bottom: 20px;
}


.takeout #main .bargain_nav {
  padding: 20px 0;
  margin: 20px 0;
}

.takeout #main .bargain_nav li {
  display: inline-block;
  margin: 5px 0;
}

.takeout #main .bargain_nav ul {
  width: 100%;
}
.takeout #main .listBlock02 {
	column-count: 1;
  margin-bottom: 30px;
}

.takeout #main .listBlock02 .box {
  width: 100%;
  padding: 0;
  margin: 0 auto 15px auto;
  padding: 15px;
}
.takeout #main .listBlock02 .box .col {
	display: block;
}
.takeout #main .listBlock02 .box .col-2 {
	width: 100%;
}
.takeout #main .listBlock02 .box .logo img {
	width: auto;
		height: auto;
		position: inherit;		
	top: 0;
	left: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.takeout #main .listBlock02 .box .note {
	text-align: left;
}

/* informationnews */
.informationnews #main .base {
  background: #fff;
  border: 1px solid #009155;
  margin: 0 0 20px 0;
}

.informationnews #main .informationday {
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.informationnews #main .photo {
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
}

.informationnews #main .photo a {
  margin: 0 auto 20px auto;
  display: block;
  width: 220px;
  height: auto;
}

.informationnews #main .base .inner {
  padding: 0 15px 15px 15px;
}

.informationnews #main table {
  margin-top: 20px;
}

.informationnews #main table th {
  width: 30%;
}

}