@charset "UTF-8";

/*==========================common==========================*/

body {
	background-image: url(../image/bg.png);
}
li {
	list-style: none;
}
p {
	color: #231815;
	margin-bottom: 0;
}
.mt0 {
	margin-top: 0 !important;
}

.mt40{
	margin-top: 40px;
}

.mb10{
	margin-bottom: 10px;
}

.p0 {
	padding: 0;
}
.fs11 {
	font-size: 11px;
}
.bnr {
	box-shadow: 0px 1px 4px #c5c5c5;
}

h6{
    margin:0;
}

img{-webkit-backface-visibility: hidden;}

/*====a====*/

a {
	color: #40220f;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover {
	transition: 0.3s;
	color: #f1b625;
	text-decoration: none;
	opacity: 0.7;
}

/*====md====*/

h2 {
	font-family: Gothic Medium BBB JIS2004;
	color: #40220f;
	font-size: 22px;
	padding: 10px;
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	margin-bottom: 0px;
}
h2>i {
	color: #fff;
	background: #eb3205;
	padding: 0.3em;
	margin-right: 10px;
	border-radius: 50%;
}
h5 {
	font-family: Gothic Medium BBB JIS2004;
	color: #40220f;
	font-size: 16px;
}
.md_side {
	width: 100%;
	padding: 10px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	margin-bottom: 0px;
	border-left: 2px solid #f1b625;
}
h2, .md_side {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f2f2f2), color-stop(0.24, #fff));
	background: -webkit-linear-gradient(top, #fff 24%, #f2f2f2 100%);
	background: -moz-linear-gradient(top, #fff 24%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #fff 24%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #fff 24%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #fff 24%, #f2f2f2 100%);
}
.utility ul, #gloval, .pickup ul, .sitemap ul {
	display: block;
}
.utility li, #gloval li, .pickup li, .sitemap li {
	display: inline-block;
}

/*====bread====*/

.bread_bg {
	background: #fcedca;
	width: 100%;
}
.breadcrumb {
	font-size: 12px;
	margin: 0 !important;
	padding: 10px 0;
	background: none;
}
.breadcrumb>li+li:before {
	content: ">"
}

/*====table====*/

table.col-lg-12 {
	padding: 0 !important;
}
table {
	border: 1px solid #e2e2e2;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 2px;
	font-size: 12px;
	line-height: 2em;
}
table thead th, table tbody th, table tbody td {
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
}
table th {
	background: #f1b625;
	width: 20%;
}
table tbody tr:last-child th, table tbody tr:last-child td {
	border-bottom: none;
}
table thead tr:first-child th:first-child {
	border-radius: 2px 0 0 0;
}
table thead tr:first-child th:last-child {
	border-radius: 0 2px 0 0;
}
table tbody tr:last-child th:first-child {
	border-radius: 0 0 0 2px;
}
table tbody tr:last-child th:last-child {
	border-radius: 0 0 2px 0;
}

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

header {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f7f7f7), color-stop(0.57, #fff));
	background: -webkit-linear-gradient(top, #fff 56%, #f7f7f7 100%);
	background: -moz-linear-gradient(top, #fff 56%, #f7f7f7 100%);
	background: -o-linear-gradient(top, #fff 56%, #f7f7f7 100%);
	background: -ms-linear-gradient(top, #fff 56%, #f7f7f7 100%);
	background: linear-gradient(to bottom, #fff 56%, #f7f7f7 100%);
	border-bottom: 2px solid #fff;
}
h1 {
	margin: 0;
}
.row-center {
	letter-spacing: -0.4em;
}
.row-center>[class*='col-'] {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: top;
	float: none !important;
}
.row-center.va-middle>[class*='col-'] {
	vertical-align: middle;
}
.row-center.va-bottom>[class*='col-'] {
	vertical-align: bottom;
}
.utility {
	font-size: 11px;
	margin-top: 10px;
	text-align: right;
	margin-bottom: 0;
}
.utility li {
	border-right: 1px solid #40220f;
	padding: 0 1em;
}
.utility li:last-child {
	padding-right: 0;
	border-right: none;
}
aside, footer, h2 {
	margin-top: 50px;
}
@media (max-width: 767px) {
	h1 {
		padding-top: 20px;
	}
}

/*========================== nav ==========================*/

.navbtn {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	background: transparent;
	padding: 27px 20px 0px 20px;
}
.navbtn span {
	display: block;
	background: #f1b625;
	width: 40px;
	height: 5px;
	margin: 5px 0;
}
header nav {
	display: block;
	margin: 0;
}
nav ul {
	font-size: 18px;
	font-family: Gothic Medium BBB JIS2004;
	text-align: right;
	margin-top: -10px;
}
#index header nav ul li {
	display: inline-block;
	min-width: 10%;
	margin: 0;
}
#index header nav ul li a {
	display: block;
}
header #nav {
	margin-top: -20px;
}
header nav ul {
	margin: 13px 0 10px 0;
	padding: 0 0 0 0;
	text-align: right;
	display: block;
}
header nav ul li {
	display: inline-block;
	margin-left: 15px;
}
header nav ul li span {
	display: block;
}
header nav ul li a {
	display: block;
	font-size: 18px;
	padding: 10px 0px;
	color: #3f3f3f;
}
@media (max-width: 991px) {
	header nav ul {
		padding: 10px 0 0 0;
	}
	header nav ul li {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	header {
		overflow: visible;
	}
	header nav {
		margin-left: -15px;
		margin-right: -15px;
		position: absolute;
		width: 100%;
		display: none;
		z-index: 1;
		top: 12%;
		background: hsla(43, 88%, 86%, 0.9);
	}
	header nav.active {
		display: block;
	}
	header nav ul {
		display: block;
		margin: 0 !important;
		font-size: 22px;
		text-align: center;
		padding: 0;
		border-top: 1px solid rgba(64, 34, 15, 0.3);
	}
	header nav ul li {
		display: block;
		width: 50%;
		border-bottom: 1px solid rgba(64, 34, 15, 0.3);
		float: left;
	}
	header nav ul li:nth-child(odd) {
		border-right: 1px solid rgba(64, 34, 15, 0.3);
	}
	#index header nav ul li a {
		padding: 20px 0;
	}
	#index header nav ul li.tel {
		display: block;
		width: 100%;
		border-right: none;
	}
	#index header nav ul li.tel i {
		color: #fff;
		background: #f1b625;
		padding: 7px;
		margin-right: 10px;
		border-radius: 50%;
	}
	#page header #nav {
		margin-top: 0px;
	}
	#page header nav ul {
		text-align: center;
	}
	#page header nav ul li a {
		padding: 20px 0;
	}
	.utility {
		display: none;
	}
}

/*==========================slider==========================*/

#slider {
	background-image: url(../image/bg_slide.jpg);
	padding: 30px 0;
}
.sp-layer {
	text-align: left;
}
.sp-layer {
	font-family: Folk Medium;
	font-size: 23px;
	color: #fff;
	text-shadow: 0px 2px 4px #3d3d3d;
	margin: 20px 0 0 20px;
}
.sp-button {
	background-color: #cfd0d0;
	border: 1px solid #adaeae;
}
.sp-selected-button {
	border: 1px solid #adaeae;
	background-color: #fff;
}
.sp-arrow {
	/* padding: 10px;*/
	border-radius: 50%;
	width: 0;
	height: 0;
	font: normal normal normal 14px/1 FontAwesome;
}
.sp-previous-arrow:before {
	content: "\f137";
	font-size: 42px;
	color: #006600;
}
.sp-next-arrow:before {
	content: "\f138";
	font-size: 42px;
	color: #006600;
}
.sp-horizontal .sp-previous-arrow {
	left: 0;
	padding: 20px;
}
.sp-horizontal .sp-next-arrow {
	padding: 20px;
}
.sp-arrow:before, .sp-arrow:after, .sp-next-arrow {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
	background: none;
}
.sp-buttons {
	position: absolute !important;
	bottom: 0%;
}
@media(max-width:767px) {
	.sp-layer, .sp-arrows.sp-fade-arrows {
		display: none;
	}
	.sp-button {
		width: 13px;
		height: 13px;
	}
}

/*==========================side==========================*/

#side img {
	max-width: 100%;
}
#side ul {
	padding: 0;
}
#side li {
	margin-bottom: 10px;
}
.calendar {
	margin-bottom: 30px;
}
#side .md_side {
	margin-bottom: 0px;
}
@media (max-width: 991px) {
	#side {
		text-align: center;
	}
	#side li {
		margin-bottom: 25px;
	}
}

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

.gotop {
	display: block;
	margin-left: auto;
	font-size: 12px;
	padding: 10px;
	width: 90px;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0a414), color-stop(0.57, #f1b625));
	background: -webkit-linear-gradient(top, #f1b625 56%, #e0a414 100%);
	background: -moz-linear-gradient(top, #f1b625 56%, #e0a414 100%);
	background: -o-linear-gradient(top, #f1b625 56%, #e0a414 100%);
	background: -ms-linear-gradient(top, #f1b625 56%, #e0a414 100%);
	background: linear-gradient(to bottom, #f1b625 56%, #e0a414 100%);
}
.gotop p {
	margin: 0;
}
.sitemap {
	font-size: 11px;
	margin-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0a414), color-stop(0.57, #f1b625));
	background: -webkit-linear-gradient(top, #f1b625 56%, #e0a414 100%);
	background: -moz-linear-gradient(top, #f1b625 56%, #e0a414 100%);
	background: -o-linear-gradient(top, #f1b625 56%, #e0a414 100%);
	background: -ms-linear-gradient(top, #f1b625 56%, #e0a414 100%);
	background: linear-gradient(to bottom, #f1b625 56%, #e0a414 100%);
	padding: 15px;
	width: 100%;
}
.sitemap ul {
	padding: 0;
	margin: 0;
}
.sitemap li {
	border-right: 1px solid #40220f;
	padding: 0 1em;
}
.sitemap li a {
	color: #40220f;
}
.sitemap li:last-child {
	padding-right: 0;
	border-right: none;
}
.copy {
	margin: 20px auto;
}
.copy p {
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.copy figure {
	display: table-cell;
}
@media (max-width: 767px) {
	.sitemap li {
		padding: 0.5em 1.2em;
		margin: 1em 0;
		font-size: 12px;
	}
	.copy {
		text-align: center;
	}
	.copy p, .copy figure {
		display: block;
	}
	.copy p {
		margin: 20px 0 0 0;
	}
	.gotop {
		font-size: 14px;
		padding: 15px;
		width: 130px;
		text-align: center;
	}
}

/*==========================index==========================*/

.bnr_chi {
	margin-top: 42px;
}
.bnr_chi figure {
	background: url(../image/bnr_chi.png)no-repeat;
	padding-bottom: 10.7%;
	background-size: contain;
}

.pickup li{
	width: 100%;
}

.pickup li img {
	max-width: 100%;
}
.area {
	background: #fff;
	padding: 20px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-radius: 2px;
}
.pickup ul, .info ul {
	padding: 0;
	margin: 0;
}
.info li, .menu li {
	position: relative;
	font-size: 12px;
	border-bottom: 1px dashed #e2e2e2;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.info li a {
	padding: 20px 0;
}
.menu li a {
	padding: 15px 0;
}
.info li a, .menu li a {
	display: block;
	width: 100%;
}
.info li:last-child {
	border: none;
}
.info li:hover {
	transition: 0.3s;
	background: #fcf9f4;
}
.date, .articleTitle {
	display: inline-block;
}
.date {
	margin-right: 30px;
}
.info h2 {
	position: relative;
	margin-top: 50px;
}
.info_more {
	position: absolute;
	font-size: 12px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.info_more i, .menu i {
	color: #006600;
	margin-right: 5px;
	border-radius: 50%;
	vertical-align: middle;
}
.info_more i {
	font-size: 20px;
}
.menu i {
	font-size: 18px;
}
.menu li:hover {
	transition: 0.3s;
	background: #f9f1e1;
}
@media (max-width: 991px) {
	.bnr_chi figure {
		background: url(../image/bnr_chi_sp.png)no-repeat;
		background-size: cover;
		padding-bottom: 24.5%;
	}
	.info li {
		font-size: 16px;
	}
	.date {
		margin: 0 10px 10px 0;
	}
}
@media (min-width: 768px) {
	.pickup ul {
		display: inline-flex;
	}
	.pickup li:not(:last-child) {
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.pickup li:not(:last-child) {
		margin-bottom: 20px;
	}
}

/*==========================chirashi==========================*/

#chirashi .bnr_chi {
	margin-top: 0;
}
.bnr_chi p {
	margin: 10px auto 40px auto;
}
.md_chirashi {
	background: url(../../chirashi/image/md_bg.jpg);
	padding: 15px 30px;
	font-size: 24px;
	color: #eb3205;
	font-family: Maru Folk Bold;
	margin: 0;
}
.md_chirashi>span {
	font-size: 14px;
	color: #40220f;
	font-family: Maru Folk Medium;
}
.clearfix .area>ul li>p {
	padding: 0;
	margin-left: 1em;
	font-size: 12px;
}
.row .p0 ul li:last-child {
	margin-bottom: 20px;
	padding-right: 0;
}
#chirashi .fs11>a {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.row .p0 ul li {
		text-align: center;
		margin-bottom: 30px;
		padding: 0;
	}
	.row .p0 ul li img {
		margin-bottom: 10px;
	}
	.row .p0 ul li p {
		margin-left: 0;
	}
}

/*==========================message==========================*/

#message h2>i, #gaiyou h2>i, #enkaku h2>i, #soshikizu h2>i {
	padding: 0.35em 0.4em !important;
}
#message h5 {
	margin-bottom: 15px;
}
#message .text p {
	margin-top: 1em;
}
.menu li {
	margin-bottom: 0 !important;
}
.menu {
	margin-bottom: 30px;
	text-align: left;
}
@media (max-width: 991px) {
	h5 {
		line-height: 1.5em;
	}
	.menu li a {
		padding: 20px 0;
	}
}

/*==========================gaiyou==========================*/

#gaiyou table span {
	font-weight: bold;
}
.map {
	margin-top: 40px;
	padding: 0;
}

/*==========================soshikizu==========================*/

#soshikizu figure img {
	max-width: 100%;
}

/*==========================privacy==========================*/

.md_side {
	margin-bottom: 20px;
}
#privacy span {
	font-weight: bold;
	line-height: 2em;
}
#privacy ul {
	line-height: 1.5em;
	padding: 0;
}
#privacy li {
	margin-bottom: 1em;
}
#privacy .mb20 {
	margin-bottom: 20px;
}
#privacy .number li {
	list-style: decimal;
	margin: 1em 0 0 2em;
}

/*==========================recruit==========================*/

.photo {
	padding-top: 40px;
	display: inline-block;
}
.photo figure img {
	max-width: 100%;
}
#recruit h5 {
	padding-bottom: 5px;
	border-bottom: 1px solid #f1b625;
}
#recruit table {
	margin: 20px 0 40px 0;
	font-size: 14px;
}
#recruit td {
	line-height: 1.5;
}

@media (max-width: 991px) {
	.photo figure {
		text-align: center;
	}
}

/*==========================pointcard==========================*/
#pointcard ul {
	margin: 0;
	padding: 0;
}
#pointcard li {
	list-style: disc;
	padding-left: 0;
}


/*==========================contact==========================*/

#contact .red {
	color: #eb3205;
}
#contact table {
	padding: 0;
}
#contact .comment {
	margin: 10px 0 40px;
}
#contact table ul {
	padding: 0;
}
input[type="text"], input[type="email"], input[type="number"] {
	width: 100%;
}
#contact table th {
	width: 30%;
}
.checkbox {
	margin: 20px auto 10px;
}
textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #c5c5c5;
}
.submit .button {
	color: #fff;
	padding: 10px 40px;
	border-radius: 5px;
	border: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #004d00), color-stop(0.00, #008600));
	background: -webkit-linear-gradient(#008600, #004d00);
	background: -moz-linear-gradient(#008600, #004d00);
	background: -o-linear-gradient(#008600, #004d00);
	background: -ms-linear-gradient(#008600, #004d00);
	background: linear-gradient(#008600, #004d00);
}

input.radio {
    float: left;
}

.checkbox label {
    min-height: 16px;
}

/*==========================features==========================*/

#features .seciton {
	margin-bottom: 40px;
}
.cgc {
	margin-top: 20px;
}
.cgc img, .alcali img, .point img, .recycle img {
	max-width: 100%;
}
#features figure.col-lg-5 {
	text-align: right;
	margin-bottom: 40px;
}
.shinkai table {
	width: 100%;
}
.shinkai table th {
	width: 35% !important;
}
.shinkai table span {
	color: #eb3205;
}
@media (max-width: 767px) {
	.cgc img, .alcali img, .point img, .recycle img {
		display: block;
		margin: 0 auto;
	}
	.shinkai table {
		margin-top: 20px;
	}
}

/*==========================info==========================*/

#syousai img {
	width: 300px;
	float: right;
}
#syousai .text {
	line-height: 1.7em;
}
.infodate {
	color: #929393;
	font-weight: bold;
	margin-bottom: 20px;
}
.tablenav {
	margin-top: 40px;
}
a.next.page-numbers, a.prev.page-numbers {
	font-size: 12px;
	padding: 10px 20px;
	border: none;
	border-radius: 3px !important;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0a414), color-stop(0.57, #f1b625)) !important;
	background: -webkit-linear-gradient(top, #f1b625 56%, #e0a414 100%) !important;
	background: -moz-linear-gradient(top, #f1b625 56%, #e0a414 100%) !important;
	background: -o-linear-gradient(top, #f1b625 56%, #e0a414 100%) !important;
	background: -ms-linear-gradient(top, #f1b625 56%, #e0a414 100%) !important;
	background: linear-gradient(to bottom, #f1b625 56%, #e0a414 100%) !important;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a.next.page-numbers:hover, a.prev.page-numbers:hover {
	color: rgba(64, 34, 15, 0.6);
}

a.page-numbers:not(:last-child),a.page-numbers:not(:first-child) {
	margin: auto 0.2em;
}

a.page-numbers:first-child{
     margin-right: 30px;
}

a.page-numbers:last-child{
    margin-left: 30px;
}

/*==========info_entry============*/

.entry_prev,.entry_next{
	font-size: 12px;
	padding: 10px 20px;
	border: none;
	border-radius: 3px !important;
	cursor: pointer;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e0a414), color-stop(0.57, #f1b625)) !important;
	background: -webkit-linear-gradient(top, #f1b625 56%, #e0a414 100%) !important;
	background: -moz-linear-gradient(top, #f1b625 56%, #e0a414 100%) !important;
	background: -o-linear-gradient(top, #f1b625 56%, #e0a414 100%) !important;
	background: -ms-linear-gradient(top, #f1b625 56%, #e0a414 100%) !important;
	background: linear-gradient(to bottom, #f1b625 56%, #e0a414 100%) !important;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    display: inline-block;
    vertical-align: top;
}
.entry_prev a:hover, .entry_next a:hover {
	color: rgba(64, 34, 15, 0.6);
}

.entry_prev{
     margin-right: 30px;
}

.entry img{
    margin:10px;
}

/*==========info_entry============*/


.info_date {
    color: #929393;
    margin-bottom: 20px;
}

.entry {
    line-height: 1.7em;
}

.entry a:link, .entry a:visited, .entry a:hover, .entry a:active {
	color: #00f;
}
.entry a:hover {
	opacity: 1;
	text-decoration: underline;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin: 1em 0 0.5em 0;
}
.entry h2 {
	border: none;
	background: none;
	padding: 0;
	font-size: 28px !important;
}
.entry ul, .entry ol {
	margin: 1em 0;
}
.entry ul, .entry ol {
	padding-left: 1em;
}
.entry ul li {
	list-style-type: disc;
	border: none;
}
.entry ol li {
	list-style-type: decimal;
	border: none;
}
.entry blockquote {
	border-left-color: #c1c1c1;
}
.entry table {
	margin: 1em 0;
	border-color: #333;
	border-collapse: collapse;
}
.entry table caption {
	text-align: center;
	color: #333;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.entry table.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.entry table.alignright {
	margin-left: auto;
	margin-right: 0;
}
.entry td, .entry th {
	border: 1px solid #333;
}
.entry thead td {
	font-weight: bold;
	background: #e1e1e1;
	text-align: center;
}

@media (max-width: 767px) {
	#syousai img {
		float: none;
		max-width: 100%;
	}
	.infodate {
		margin: 20px 0;
	}
	a.next.page-numbers, a.prev.page-numbers {
		display: none;
	}
}

/*==========================info==========================*/

#mall img {
	max-width: 100%;
}
#mall .seciton:not(:last-child) {
	margin-bottom: 40px;
}
#mall .button, #shop .button {
	position: relative;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	border: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #004d00), color-stop(0.00, #008600));
	background: -webkit-linear-gradient(#008600, #004d00);
	background: -moz-linear-gradient(#008600, #004d00);
	background: -o-linear-gradient(#008600, #004d00);
	background: -ms-linear-gradient(#008600, #004d00);
	background: linear-gradient(#008600, #004d00);
	margin-top: 20px;
}
#mall .button>a {
	color: #fff;
	display: block;
	padding: 10px 40px;
}

/*==========================mall==========================*/

.GMap {
	position: relative;
	padding-bottom: 63%;
	height: 0;
	overflow: hidden;
}
.GMap iframe, .GMap object, .GMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
@media (max-width: 767px) {
	.GMap {
		margin-top: 20px;
	}
}

/*==========================shop==========================*/
#shop td a {
	text-decoration: underline;
}
#shop .bnr {
	margin-bottom: 40px;
}
#shop .seciton {
	margin-bottom: 40px;
}
#shop figure img {
    max-width: 100%;
}
#shop table {
	width: 100%;
}
#shop table th {
	width: 35%;
}
#shop .button {
	display: block;
}
#shop .button>a {
	color: #fff;
	display: block;
	padding: 10px 20px;
}
@media(max-width:767px) {
	#shop .button {
		width: 100%;
		font-size: 18px;
		margin-bottom: 40px;
	}
	#shop .shopimage {
		text-align: center;
	}
}

/*==========================shop_inner==========================*/

#shop .section, #shop_inner .seciton:not(:last-child) {
	margin-bottom: 40px;
}
#shop_inner table ul {
	display: table;
	padding: 0;
}
#shop_inner table ul li {
	display: table-cell;
}
#shop_inner table ul li:not(:last-child) {
	padding-right: 1em;
}
#shop_inner table th {
	width: 30%;
}
#shop_inner table th>a, #shop_inner table td span {
	text-decoration: underline;
	color: #006600;
}
#shop_inner table td span.tel-link {
	text-decoration: none !important;
	color: inherit;
}
#shop_inner table td span.tel-link a {
	text-decoration: underline !important;
}
#shop_slide .sp-bottom-thumbnails {
	margin-top: 15px;
}

#shop_slide figure img{
max-width: 100%;
    display: block;
    margin: 0 auto;
}

#shop_inner .bnr_chi {
	margin-top: 0;
}
#shop_inner .shop_bnr ul:first-child {
	margin: 20px auto;
}
#shop_inner .shop_bnr ul {
	display: block;
	margin: 0 20px auto;
	padding-left: 0;
}
#shop_inner .shop_bnr img {
	margin-right: 20px;
	max-width: 100%;
}
#shop_inner .map {
	margin-top: 0;
}
#shop_inner .sp-next-arrow:before, #shop_inner .sp-previous-arrow:before {
	font-size: 30px;
}
#shop_inner .sp-arrow:before {
	left: 50%;
}
@media(max-width:767px) {
	#shop_inner>#thumb-h {
		margin-bottom: 40px;
	}
	#shop_slide {
		margin-bottom: 20px;
	}
}

/*==========================mall_inner==========================*/

.tenanto {
	font-size: 12px;
}
.tenanto li img {
	max-width: 100%;
}
.tenanto li:nth-child(4n) {
	margin-bottom: 40px;
}
.tenanto li span {
	font-weight: bold;
}
@media(max-width:991px) {
	.tenanto li:nth-child(2n) {
		margin-bottom: 40px;
	}
}

/*==========================monthly==========================*/

.monthly {
	background: #fff !important;
}

.monthly-today .monthly-day-number{
	background: #ccc;
	color:rgb(84,84,84);
	top: 0.18em;
}

.monthly-header-title-date, .monthly-header-title-date:hover{
	background: none !important;
	border:none !important;
	color: #40220f;
	opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.monthly-header-title a:hover{
	background: none;
	border:none;
	color: #f1b625 !important;
    opacity: 0.7;
	transition: 0.3s;
}

.monthly-header-title a:link, .monthly-header-title a:visited{
	border:none;
	color: #40220f;
    font-size: 16px;
	opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.monthly-day-title-wrap{
	margin-bottom: 5px;
	border:none;
}

.monthly-day-title-wrap>div{
    background: #f1b625;
    border-radius: 7%;
    padding: 7px;
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #fff;
}

.monthly-day-title-wrap>div:first-child{
	background: #eb3205;
}

.monthly-day-title-wrap>div:last-child{
	background: #1f758e;
	border-right: 0;
}


.calender_info:after {
	content: "";
	position: absolute;
	top: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
}

/* balloon-1 top */
.calender_info{
	position: relative;
	display: inline-block;
	padding: 20px;
	width: 100%;
	background: #fff;
	border: 1px solid #e3e3e3;
	z-index: 0;
	border-radius: 3px;
    margin-top: 20px;
	font-size: 12px;
	padding:10px !important;
}
.calender_info:before {
	content: "";
	position: absolute;
	top: -9px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #fff transparent;
	z-index: 0;
}
.calender_info:after {
	content: "";
	position: absolute;
	top: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e3e3e3 transparent;
	z-index: -1;
}


.calender_info li{
	margin-bottom: 0 !important;
	padding-left:10px;
}

.calender_info li span{
	font-size: 18px;
}

.calender_info li:first-child span{
	color:#cdd300;
}
.calender_info li:nth-child(2) span{
	color:#ea806b;
}
.calender_info li:nth-child(3) span{
	color:#abe86b;
}
.calender_info li:nth-child(4) span{
	color:#6bc2e8;
}
.calender_info li:last-child span{
	color:#6AC2EA；
}

.monthly-day .monthly-event-indicator span {
    display: none;
}

@media (min-width: 25em){
    .monthly-day .monthly-event-indicator{
        height: 0.8em;
    }
}

#index #flier{margin-top:50px;}
#lower #flier{margin-bottom:15px;}
#flier img{display:block;max-width:100%;margin: 0 auto;}

@media(max-width:767px) {
    #index #flier div:not(:last-child){margin-bottom:15px;}
}

#card img{max-width:100%;}
#card .box{margin-bottom:30px;}
.bnr_chi img{max-width:100%;}

/*.calendar{display:none !important;}*/

.image_calender{
    border:none !important;
    padding:0 !important;
    margin:0 0 0 0 !important;
    background:transparent !important; 
}
.image_calender li{list-style:none;padding:0 !important;}
.image_calender::before,
.image_calender::after{content:"";display:none !important;}

#calender_slide.slider-pro a.sp-selectable{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
    }
  #calender_slide{margin-top:15px;}
  
  #calender_slide .sp-image-container{overflow:visible;}
  #calender_slide .sp-image{display:block;}
  
  .lightboxOverlay{opacity:0.3;}
@media(max-width:767px) {
    #lower h1{padding-bottom:15px;}
    #lower header nav ul::after{content:"":display:block;clear:both;}
    #lower header nav ul li{margin-left:0;}
    #lower header nav ul li a{padding-top:20px;padding-bottom:20px;}
    #lower header nav ul .tel{width:100%;border-right:none;}
    #lower header nav ul li.tel i {
        color: #fff;
        background: #f1b625;
        padding: 7px;
        margin-right: 10px;
        border-radius: 50%;
    }
}

.sub{
	display:block !important;
	font-size:12px !important;
	color:#333333 !important;
	padding-left:1em;
}