@charset "utf-8";

/***********/
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.wrap{
	margin:0 auto;
	width:1026px;
}
#leftcolumn{
	float:left;
	margin-top:17px;
	width:786px;
}
#rightcolumn{
	float:right;
	margin-top:11px;
	width:211px;
}

/***********/
.mb15{margin-bottom:15px;}
.mb45{margin-bottom:45px;}

.tac{text-align:center;}

#blog{
}
	
#blog h3{
	padding:12px 0 0 58px;
	height:36px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	background:url(../images/title_bg.jpg) no-repeat left top;
}
#blog .inner{
	margin:0 0 40px 0;
	padding:15px 20px 30px 20px;
	background:#f7f4df;
}
#blog .inner .articlearea{
	margin-bottom:35px;
}
#blog .inner .cate{
	float:left;
	color:#000;
	font-size:12px;
}
#blog .inner .cate a{
	color:#000;
	font-size:12px;
}
#blog .inner .date{
	float:right;
	width:95px;
	color:#fff;
	font-size;12px;
	text-align:center;
	background:#77b522;
}
#blog .inner .box{
	padding:0 28px;
	margin:0 0 20px 0;
}

#blog .inner .box .fl{
	float:left;
	width:337px;
}
#blog .inner .box .fr{
	float:right;
	width:337px;
}
#blog .inner .box .img{
	border:9px solid #fff;
	-moz-box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
	background: #fff;
}
#blog .inner .txtarea{
	margin:0 28px;
}
#blog .inner table{
	margin-bottom:50px;
	border:1px solid #aeaeae;
}
#blog .inner table th{
padding:10px;
border:1px solid #aeaeae;
	background:#e1e1e1;
	font-size:16px;
	font-weight:bold;
}
#blog .inner table th.green{
	color:#fff;
	background:#77b522;
}
#blog .inner table th.orange{
	color:#fff;
	background:#e8771b;
}
#blog .inner table td{
	border:1px solid #aeaeae;
	background:#fff;
	font-size:16px;
padding:10px;
}



/***********/
#rightcolumn ul{
	margin:0 0 20px 0;
}
#rightcolumn ul li#search-2{
	padding:12px;
	border:2px solid #d2d2d2;
	background:#eeeeee;
}
#rightcolumn ul li#search-2 h2{
	color:#1b1b1b;
	font-size: 16px;
	text-align:center;
	margin-bottom: 10px;
}
#rightcolumn ul li#search-2 div{
	padding:0 !important;
}
#rightcolumn ul li#search-2 div label{
	display:none;
}
#rightcolumn ul li#search-2 div input[type="text"]{
	width: 130px;
}
#rightcolumn ul li#search-2 div input[type="submit"]{
	width:43px;
	height:32px;
	border:none;
	text-indent:-9999px;
	background:url(../images/search.jpg) no-repeat left top;
}

#rightcolumn article{
}
#rightcolumn article h3.widget_title{
	padding:10px 23px;
	color:#1b1b1b;
	font-size:18px;
	font-weight:normal;
	background:#eeeeee;
}
#rightcolumn article ul{
	padding:20px 22px;
	border:1px solid #d2d2d2;
	border-top:none;
}
#rightcolumn article ul li{
	margin:0 0 5px 0;
	padding:0 0 0 20px;
	background:url(../images/icon.png) no-repeat left 50%;
}
#rightcolumn article ul li a{
	color:#1b1b1b;
	font-size:14px;
	text-decoration:none;
}
#rightcolumn .categoryarea{
	margin:0 0 30px 0;
}
#rightcolumn .categoryarea p{
	margin:0;
}
#rightcolumn ul.catlist{
	margin:0;
	padding:7px 24px;
	width:160px;
	border-right:1px solid #77b522;
	border-left:1px solid #77b522;
}
#rightcolumn ul.catlist li{
	margin:0 0 5px 0;
	padding:0 0 0 20px;
	background:url(../images/icon.png) no-repeat left 50%;
}


.wp-pagenavi{
  text-align:center;
}
.wp-pagenavi a{
  display:inline-block;
  padding:5px 8px;
  margin:0 2px;
  color:#fff;
  background:#77B522;
  font-weight:bold;
}
.wp-pagenavi span{
  display:inline-block;
  padding:5px 8px;
  margin:0 2px;
  color:#fff;
  background:#E8771B;
  font-weight:bold;
}
.wp-pagenavi span.extend {
  color:#000;
  background:#fff;
}

#wp-calendar {
	width: 100%;
	margin: 10px 0 0;
	border-collapse: separate;
	border-spacing: 1px;
}
#wp-calendar th {
    background: #77B522;
    text-align: center;
    color: #fff;
    padding: 3px 0;
}
#wp-calendar tbody td {
    background: #EEE;
    text-align: center;
    padding: 5px;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar caption {
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #E8771B;
}
#wp-calendar tfoot td {
	padding-top: 5px;
}
#wp-calendar tfoot td#next {
	text-align: right;
}


/* 202507 追加CSS */
#header {
    width: 1067px;
}
img {
	vertical-align: top;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
.related_tags h2 {
    position: relative;
    font-size: 1.4em;
    line-height: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.related_tags ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
}
.related_tags ul li {
	margin-right: 0.5em;
	margin-top: 0.5em;
}
.related_tags ul li a {
	font-size: 1em;
	line-height: 1em;
	display: inline-block;
	padding: 7px 14px;
	background: #fff;
/* 	color: #00328E; */
	border-radius: 4px;
	text-decoration: none;
}
.related_tags ul li a:hover {
	color: #e8771b;
	text-decoration: underline;
}
.related_tags ul li a .icon {
	display: inline-block;
	width: 16px;
	margin-right: 4px;
}
#blog h3 {
    padding: 12px 12px 12px 58px;
    height: unset;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: transparent;
    background-color: #77b522;
    line-height: 1.5em;
    position: relative;
}
#blog h3:after {
    content: '';
    background: url(../images/w_i.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 28px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
}

.related_items { 
	margin-bottom: 50px;
}
.related_items h2 { 
	position: relative;
  	padding-bottom: 10px;
  	margin-bottom: 10px;
  	font-size: 1.4rem;
  	line-height: 1.5;
  	text-align: left;
  	color: #77b522;
  	border-bottom: 1px #ccc solid;
  	padding-top: 7px;
  	padding-left: 16px;
}
.related_items h2:after { 
	position: absolute;
  	left: 0;
  	top: 0;
  	width: 4px;
  	height: 96%;
  	border-radius: 2px;
  	background: #77b522;
  	content: '';
}
.related_items ul {
	display: flex;
	flex-wrap: wrap;
}
.related_items ul img {
	width: 100%;
	height: 120px;
  	object-fit: cover;
}
.related_items ul li {
    width: calc( 25% - 13px );
    margin: 14px 0 0 14px;
    border: 1px solid #cecece;
}
.related_items ul li:nth-child(4n+1) {
    margin-left: 0;
}
.related_items ul li a {
	display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;
}
.related_items ul li .img {
	margin-bottom: 7px;
}
.related_items ul li a .date {
    border-bottom: 1px #ccc solid;
    padding-bottom: 2px;
    margin-bottom: 6px;
}
.related_items ul li a .name {
    padding: 0 3px;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.5;
}
.blog_post_btn {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 14px 0;
	margin-top: 40px;
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.5em;
	background: #f5f5f5;
	border-radius: 2px;
}
.blog_post_btn li {
	width: 30%;
	text-align: center;
}
.blog_post_btn li a {
	text-decoration: none;
	display: block;
	text-align: center;
}
#blog .inner .box .img img {
	width: 100%;
	height: auto;
}

#container {
    width: 100%;
    max-width: 1067px;
    margin: 0 auto;
    text-align: left;
}
#leftcolumn {
    float: left;
    margin-top: 17px;
    width: 77%;
    max-width: 786px;
}
#rightcolumn {
    float: right;
    margin-top: 11px;
    width: 21%;
    max-width: 211px;
}
.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1026px;
}
#rightcolumn ul.catlist {
    margin: 0;
    padding: 7px 24px;
    width: calc(100% - 1px);
    border-right: 1px solid #77b522;
    border-left: 1px solid #77b522;
}
.sp_menu_contents {
	display: none;
}
.sp_contents {
	display: none;
}
.pagetop { display: block; position: fixed; bottom: 24px; right: 14px;}
.pagetop a { display: block; padding: 14px; background: #999; color: #fff; font-size:18px; text-align: center; border-radius: 4px; -webkit-border-radius: 6px; -moz-border-radius: 6px; opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}

@media screen and (max-width: 768px){
.sp_menu_contents {
	display: block;
}
.sp_contents {
	display: block;
}
#leftcolumn {
    float: unset;
    width: 100%;
}
#rightcolumn {
    float: right;
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
}
.related_items ul li {
    width: calc(50% - 9px);
    margin: 14px 0 0 14px;
}
.related_items ul li:nth-child(4n+1) {
    margin-left: 14px;
}
.related_items ul li:nth-child(2n+1) {
    margin-left: 0;
}
#rightcolumn .categoryarea {
    margin: 0 0 30px 0;
    padding: 14px 0 24px;
    text-align: center;
    background: #f5f5f5;
}
#rightcolumn ul li#search-2 div {
    padding: 0 !important;
    text-align: center;
}
#rightcolumn ul li#search-2 div input[type="text"] {
    width: 80%;
}
.side_mitsumori {
    margin-bottom: 15px;
    text-align: center;
}
.related_items {
    margin-bottom: 30px;
}
#rightcolumn ul.catlist {
    margin: 0 auto;
    padding: 7px 24px;
    width: 210px;
    border-right: 1px solid #77b522;
    border-left: 1px solid #77b522;
    background: #fff;
}
#footer_guidemap {
    display: none;
}
.pc_contents {
	display: none;
}
#header {
    background: transparent;
}
body {
    background: transparent;
}
#header {
    background: #fff;
    position: fixed;;
    height: 90px;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    z-index: 10;
}
#header .sp_menu a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}
#header .sp_menu a p {
   	margin: 0;
}
#header .sp_menu.cart a p,
#header .sp_menu.tel a p {
   	padding-top: 0.5em;
}
#header .sp_menu.cart,
#header .sp_menu.tel {
   	border-right: 1px solid #ebebeb;
}
#header .sp_menu.mail a {
   	color: #E01818;
}
#header .sp_menu {
    font-size: 8px;
    line-height: 1.25em;
    padding: 4px 7px;
    margin: 2px 0;
}
#header .sp_menu.tel {
	padding-left: 0;
}
#header .sp_menu.menu {
    padding: 0 0;
}
#header .sp_menu .fas {
    font-size: 26px;
    line-height: 1em;
}
#header .menuBtn.close .fas {
    display: none;
}
#header .menuBtn.close .fas.fa-times {
    display: inline !important;
}
.header_left {
    width: 54%;
    float: none;
    padding: 0;
}
.header_left a img {
    max-height: 64px;
}
.fas.fa-times {
	display: none;
}
.menuBtn {
	text-align: center;
	background: #77b522;
	color: #fff;
	padding: 7px 9px;
}
.menuBtn p {
	margin: 0;
}
.sp_menu_contents {
	display: flex;
	align-items: flex-start;
}
.wrap {
    margin: 110px auto 0;
    width: 90%;
}
.hp_h1 {
	margin: 0 0 0;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    /* color: #fff; */
    padding: 2px 0;
}
.main_img {
	width: 110%;
    margin-left: -5%;
}
#blog .inner .box .fl {
    float: unset;
    width: 100%;
}
#blog .inner .box .fr {
    float: unset;
    width: 100%;
}
#blog .inner .txtarea {
    margin: 0;
}

#blog .inner table th {
    padding: 10px 0;
    width: 5em;
    text-align: center;
}
#blog .inner table th.green,
#blog .inner table th.orange {
    width: auto;
}
#blog .inner table {
    margin-bottom: 30px;
}
#blog .inner .box {
    padding: 0 0;
    margin: 0 0 20px 0;
}
#footer_sitemap {
    display: none;
}
#footer {
    padding: 24px;
    background: #DF6B0D;
    background: linear-gradient(0deg, rgba(223, 107, 13, 1) 14%, rgba(252, 170, 32, 1) 100%);
    border-top: 4px solid #e5e5e5;
    border-bottom: 8px solid #77b522;
    margin-top: 40px;
}
.footer_common {
    float: unset;
    width: auto;
    text-align: center;
    color: #fff;
}
.footer_common ul {
	display: flex;
    flex-wrap: wrap;
}
.footer_common li {
    color: #fff;
    margin: 0 0 10px 1.5em;
    float: unset;
    font-size: 14px;
}
.footer_common li a {
    text-decoration: none;
}
.footer_title {
    float: unset;
    width: 274px;
    margin: 14px auto 0;
}
html {
	background: transparent;
}

}


/*---- mobile navi----*/
#mbNavi { display: none;}

@media screen and (max-width: 768px){
	#mbNavi { position: fixed; top: 80px; left: 0; display: none; /* width: 100%; */ padding: 20px 10px; height: calc( 100% - 80px); background: rgba(0,0,0,0.2); overflow-y: scroll;}
	#mbNavi .sp_search_input { width: 80%; }
	#mbNavi .innerN { width: 100%; background: #fff; margin-bottom: 60px; }
	#mbNavi .innerN {
        width: 50%;
        background: #fff;
        margin-bottom: 60px;
        margin-left: 50%;
    }
	#mbNavi dl { border: 1px #333 solid;}
	#mbNavi dl dt { padding: 14px; background: #77b522; color: #fff; font-size: 1.1rem; font-weight: bold;}
	#mbNavi dl dd { padding: 20px; margin: 0; }
	#mbNavi dl dd.item_cat_li { padding: 0; margin: 0; background: #f5f5f5; }

	#mbNavi dl dd ul.cate { display: flex; flex-wrap: wrap;}
	#mbNavi dl dd ul.cate li { width: 25%; margin: 0;}
	#mbNavi dl dd ul.cate li a { color: #333; text-decoration: none;}
	#mbNavi dl dd ul.cate li a figure img { margin-bottom: 5px; border: 1px #666 solid;}

	#mbNavi dl dd ul.submenu { width: 100%;}
	#mbNavi dl dd ul.submenu li { margin-bottom: 10px; padding-right: 20px;}
	#mbNavi dl dd ul.submenu li a { position: relative; display: block; width: 100%; padding: 10px; border: 1px #666 solid; color: #333; text-decoration: none; text-align: left; font-size: 1em; font-weight: 600; }
	#mbNavi dl dd ul.submenu li a span { 
		position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
	}

	#mbNavi dl dd.ft { padding: 0; border-top: 4px #77b522 solid;}
	#mbNavi dl dd.ft .box { padding: 20px; text-align: center; }
	#mbNavi dl dd.ft .box img { height: auto; width: 65%; margin: 0 auto;}
	#mbNavi dl dd.ft .box  .text { font-size: 3vw; line-height: 2;}
	#mbNavi dl dd.ft a.order { display: block; width: 100%; height: 60px; background: rgb(223,24,24); background: linear-gradient(106deg, rgba(223,24,24,1) 75%, rgba(255,42,0,1) 100%); color: #fff; font-size: 1.25rem; text-decoration: none; line-height: 60px; text-align: center; }
	#mbNavi dl dd.ft a.order:hover { transition: 0.2s; opacity: 0.75;}
	#mbNavi dl dt.nav_btn { padding: 0; background: #fff; color: #77b522; font-size: 1.1rem; font-weight: bold;}
	#mbNavi dl dt.nav_btn.line_top { border-top: 1px #dedede solid; }
	#mbNavi dl dt.nav_btn a {
		display: block;
		position: relative;
		padding: 14px 16px;
		text-decoration: none;
	}
	#mbNavi dl dt.nav_btn a span {
		position: absolute;
		right: 14px;
		top: 50%;
		transform: translateY(-50%);
	}
	.related_items ul img {
	    width: 100%;
	    height: 220px;
	    object-fit: cover;
	}
}
@media screen and (max-width: 648px){
	#mbNavi .innerN {
        width: 100%;
        background: #fff;
        margin-bottom: 60px;
        margin-left: 0%;
    }
    .related_items ul img {
	    width: 100%;
	    height: 120px;
	    object-fit: cover;
	}
}