@charset "utf-8";

#main {
	margin: 10px auto;
	padding: 10px 0;
	max-width: 1320px;
}
@media (min-width: 992px) {
#main {
    width: 100% !important;
}
}
.logo {
	width: 100%;
	max-width: 480px;
}

.bg-success {
	background-color: #065b20 !important;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
}
#scroll-logo {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999;
    max-width: 75%;
    margin: 0;
    padding: 0;
}
#scroll-none-menu {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}
#scroll-none-logo {
	position: fixed;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 999;
	max-width: 75%;
    margin: 0;
    padding: 0;
}
.scroll-logo.is-show {
	opacity: 1;
}
.scroll-logo.is-hide {
	display: none;
}
.logo2 {
	margin: 0 10px;
	width: 160px;
}

.bg-navi {
    background-color: #065b20 !important;
}
.nav-link {
	color: #FFF !important;
}
.bg-footer {
    background-color: #065b20 !important;
	color: #FFF !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
	color: rgba(255,255,255,.5);
	border-color: rgba(255,255,255,.5);
}
@media (max-width: 992px) {
.navbar-nav {
	margin-top: 30px;
}
}

#header {
	background: rgb(6,91,32);
	background: -moz-linear-gradient(top,  rgb(6,91,32) 0%, rgb(6,91,32) 70%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient(top,  rgb(6,91,32) 0%,rgb(6,91,32) 70%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom,  rgb(6,91,32) 0%,rgb(6,91,32) 70%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#065b20', endColorstr='#ffffff',GradientType=0 );
}

.swiper-container {
	margin-top: 20px;
    width: 90% !important;
	max-width: 1200px;
}
.swiper-slide a {
	width: 100%;
}
.swiper-button-next, .swiper-button-prev {
	display: none !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: serif;
	font-weight: bold;
}
.dmbs-page-title {
	margin: 6px 0;
	padding: 10px 5px;
	background: -moz-linear-gradient(top,  rgba(6,91,32,0.5) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(6,91,32,0.5) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(6,91,32,0.5) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80065b20', endColorstr='#ffffff',GradientType=0 );
}

@media (min-width: 992px) {
.display-posts-specialC ul.display-posts-listing li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 6px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.display-posts-specialC ul.display-posts-listing li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 6px;
}
}

/* List Category Posts 投稿（ギャラリー） */
.lcp_gallery .lcp_thumbnail, .lcp_gallery-contain .lcp_thumbnail, .lcp_gallery16x9 .lcp_thumbnail, .lcp_gallery16x9-contain .lcp_thumbnail {
	width: 100%;
	max-width: 800px;
	position: relative;
	background: #EEEEEE;
	padding: 1px;
}
.lcp_gallery p.lcp_thumbnail, .lcp_gallery-contain p.lcp_thumbnail, .lcp_gallery16x9 p.lcp_thumbnail, .lcp_gallery16x9-contain p.lcp_thumbnail {
	margin-bottom: .2rem;
}
.lcp_gallery .lcp_thumbnail::before, .lcp_gallery-contain .lcp_thumbnail::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.lcp_gallery16x9 .lcp_thumbnail::before, .lcp_gallery16x9-contain .lcp_thumbnail::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.lcp_gallery .lcp_thumbnail img, .lcp_gallery16x9 .lcp_thumbnail img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.lcp_gallery-contain .lcp_thumbnail img, .lcp_gallery16x9-contain .lcp_thumbnail img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: contain;
	font-family: 'object-fit: contain';
}
.lcp_gallery ul.lcp_catlist li, .lcp_gallery-contain ul.lcp_catlist li, .lcp_gallery16x9 ul.lcp_catlist li, .lcp_gallery16x9-contain ul.lcp_catlist li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 8px;
}
@media (min-width: 992px) {
.lcp_gallery ul.lcp_catlist li, .lcp_gallery-contain ul.lcp_catlist li, .lcp_gallery16x9 ul.lcp_catlist li, .lcp_gallery16x9-contain ul.lcp_catlist li {
	width: 50%;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.lcp_gallery ul.lcp_catlist li, .lcp_gallery-contain ul.lcp_catlist li, .lcp_gallery16x9 ul.lcp_catlist li, .lcp_gallery16x9-contain ul.lcp_catlist li {
	width: 50%;
}
}
@media (max-width: 767px) and (min-width: 576px) {
.lcp_gallery ul.lcp_catlist li, .lcp_gallery-contain ul.lcp_catlist li, .lcp_gallery16x9 ul.lcp_catlist li, .lcp_gallery16x9-contain ul.lcp_catlist li {
	width: 50%;
}
}
@media (max-width: 575px) {
.lcp_gallery ul.lcp_catlist li, .lcp_gallery-contain ul.lcp_catlist li, .lcp_gallery16x9 ul.lcp_catlist li, .lcp_gallery16x9-contain ul.lcp_catlist li {
	width: 100%;
}
}
.lcp_gallery16x9 .lcp_li {
	border-bottom: 1px #999999 solid;
}

@media (min-width: 720px) {
#main {
	padding: 0 60px;
}
#footer {
	margin-top: 62px;
	margin-bottom: 0px;
}
}
@media (max-width: 720px) {
#main {
	width: 95%;
	padding: 0;
}
#footer {
	margin-top: 0;
	margin-bottom: 56px;
}
}
.at4-follow .at4-follow-inner {
    padding: 10px 8px 10px 15px !important;
}

/* 一覧画像 */
.shortcodes-ultimate-post-bootstrap.blog .thumbs4x3::before {
	padding-top: 56.25%;;
}

/* Swiper add */
.swiper-slide .swiper-slide-contents {
	font-weight: bold;
	color: #000000;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
.swiper-slide .swiper-slide-contents .btn {
	background-color: #065b20;
}

/*-- お店一覧 --*/
.shop-list a {
	font-size: 90%;
	display: block;
	padding: 8px 4px 0px 4px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.shop-list a:hover {
	background: #ffc;
}
.shop-list .thumbs4x3contain {
	width: 100%;
	margin: 6px 0x;
}
.shop-list ul {
	margin: 0;
	padding: 0;
}
.shop-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.shop-list .border-bottom {
    border-bottom: 1px solid #ccc !important;
}

/*-- お店情報1 --*/
.shop-data1 .img1 {
	width: 100%;
	margin: 0;
}
.shop-data1 .img2 {
	width: 100%;
	margin: 0 0 6px 0;
}
.shop-data1 .img3 {
	width: 100%;
	margin: 0;
}
.shop-data1 .comment {
	background: #ff9;
	margin: 6px 0 !important;
	padding: 6px !important;
	border-radius: 10px;
}
@media (max-width: 575px) {
.shop-data1 .img2 {
	width: 48%;
	margin: 4px 0;
	float: left;
}
.shop-data1 .img3 {
	width: 48%;
	margin: 4px 0;
	float: right;
}
}

.shareaholic-share_buttons {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1186px;
	z-index: 999;
}
.shareaholic-follow {
	position: fixed;
	top: 60px;
	right: 0;
	width: 120px;
	z-index: 998;
	text-align: right;
}
