
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	min-width: 1250px;
	overflow-y: scroll;
}

body {
	color: black;
	font-family: Yu Gothic, "Yu Gothic", sans-serif;
	font-size: 95%;
	font-weight: 500;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
	text-align: center;
}

h1.copy {
	text-align: left;
}

h2.top-title {
	margin: auto;
	width: 350px;
}

h2.top-title img {
	height: auto;
	width: 100%;
}

h2.top-title em {
	color: black;
	display: block;
}

h2.second-title {
	font-size: 180%;
	font-weight: 500;
	padding: 60px 0 20px 0;
}

h2.second-title em {
	display: block;
	font-size: 20px;
	font-weight: 500;
}

h2.second-title span.border {
	border: 3px solid #769b59;
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 100px;
}

h3.subtitle {
	font-size: 120%;
	font-weight: bold;
	padding: 15px 0 2px 0;
}

h3.data {
	border-bottom: 2px dotted #cc0404;
	color: #cc0404;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: left;
}

h3.underline {
	border-bottom: 2px solid white;
	color: white;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
}

p {
	font-weight: normal;
	line-height: 1.9em;
	margin: 15px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	font-weight: normal;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	     opacity: .50;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

span.link-btn a,
a.link-btn {
	background: url(images/link_btn.png) no-repeat right 20px center black;
	background-size: 18px;
	color: white;
	font-weight: bold;
	padding: 25px 110px;
	text-align: center;
	text-decoration: none;
}

span.link-btn a:hover,
a.link-btn:hover {
	background-color: #769b59;
	opacity: 1;
}

a.link-btn-shop {
	background: url(images/link_btn.png) no-repeat right 25px center black;
	background-size: 20px;
	color: white;
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin: auto;
	padding: 25px 30px;
	text-align: center;
	text-decoration: none;
	width: 600px;
}

a.link-btn-shop:hover {
	background-color: #769b59;
	opacity: 1;
}

span.link-btn-prev a,
a.link-btn-prev {
	background: black url(images/link_btn_prev.png) no-repeat left 12px center;
	background-size: 12px;
	color: white;
	font-weight: normal;
	padding: 10px 30px 10px 45px;
	text-decoration: none;
}

span.link-btn-next a,
a.link-btn-next {
	background: black url(images/link_btn.png) no-repeat right 12px center;
	background-size: 12px;
	color: white;
	font-weight: normal;
	padding: 10px 45px 10px 30px;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.8em;
	margin-left: 14px;
}

ol li {
	padding: 4px 0 10px 5px;
	text-align: left;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.8em;
	width: 100%;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

ul.list {
	line-height: 1.5em;
	text-align: justify;
	text-justify: distribute;
}

ul.list li {
	background: url(images/ul_list_li.png) no-repeat 5px 12px;
	background-size: 6px;
	display: block;
	padding: 4px 0 4px 20px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space15px {
	clear: both;
	font-size: 5px;
	height: 15px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

div.photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.photos a {
	display: block;
	height: auto;
	width: 320px;
}

div.photos img {
	height: auto;
	width: 100%;
}

/***********************************************************************/

ul.photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.photos li {
	margin: 0 10px;
}

table.list-table {
	margin: auto;
	width: 860px;
}

table.list-table tr {
	border-top: 1px solid #769b59;
}

table.list-table tr:last-child {
	border-bottom: 1px solid #769b59;
}

table.list-table th {
	color: #556e40;
	font-weight: bold;
	padding: 12px;
	width: 20%;
}

table.list-table td {
	padding: 12px 5px;
	text-align: left;
	width: auto;
}

table.list-table td span.sup {
	font-size: 85%;
	line-height: 1.5em;
}


/***********************************************************************/

table.form-table {
	border-top: 1px solid #769b59;
}

table.form-table tr {
	border-bottom: 1px solid #769b59;
}

table.form-table th {
	color: #556e40;
	font-size: 17px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	width: 180px;
}

table.form-table td {
	padding: 15px 0;
	text-align: left;
	width: 600px;
}

table.form-table td span.wideform {
	display: block;
	margin: 4px 0;
}

table.form-table td input {
	padding: 10px;
}

table.form-table td span.comment {
	padding-left: 10px;
}

table.form-table td.m {
	text-align: center;
	width: 80px;
}

table.form-table td.m span {
	background-color: black;
	border-radius: 60px;
	color: white;
	font-size: 80%;
	font-weight: bold;
	padding: 12px 8px;
}

table.form-table td textarea {
	padding: 10px;
	width: 600px;
}

form input.submit {
	background: url(images/link_btn.png)no-repeat right 15px center #769b59;
	background-size: 14px;
	color: white;
	font-family: Yu Gothic, "Yu Gothic", sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: auto;
	padding: 20px 0;
	pointer-events: auto;
	width: 400px;
}

form input.submit:hover {
	background: url(images/link_btn.png)no-repeat right 15px center black;
	background-size: 14px;
	cursor: pointer;
} 

/***********************************************************************/

ul.blog-list {
	font-size: 0;
	margin: 20px 0 50px 0;
	text-align: left;
}

ul.blog-list li {
	display: inline-block;
	font-size: 14px;
	margin: 0 40px 30px 0;
	vertical-align: top;
	width: 240px;
}

ul.blog-list li:nth-child(4n) {
	margin-right: 0;
}

ul.blog-list li a {
	color: black;
	font-weight: 500;
	text-decoration: none;
}

ul.blog-list li span.img {
	display: block;
	height: 154px;
	margin: auto;
	width: 240px;
}

ul.blog-list li span.img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

ul.blog-list li span.category {
	display: block;
	margin: 8px 0 5px 0;
}

ul.blog-list li span.category span {
	display: block;
	padding-bottom: 3px;
}

ul.blog-list li span.category span.diary,
div.category span.diary {
	border-bottom: 3px solid #004f7c;
}

ul.blog-list li span.category span.love,
div.category span.love {
	border-bottom: 3px solid #c7625e;
}

ul.blog-list li span.category span.recipe,
div.category span.recipe {
	border-bottom: 3px solid #548c5e;
}

ul.blog-list li span.category span.item,
div.category span.item {
	border-bottom: 3px solid #8b7c54;
}

ul.blog-list li span.category span.news,
div.category span.news {
	border-bottom: 3px solid #8c8c8c;
}

ul.blog-list li h3 {
	font-size: 130%;
	font-weight: bold;
	text-align: left;
}

div.blog-category-list {
	text-align: center;
}

div.blog-category-list a {
	color: white;
	display: inline-block;
	font-weight: bold;
	margin: 0 5px;
	padding: 10px 0;
	text-decoration: none;
	width: 170px;
}

div.blog-category-list a.diary {
	background-color: #004f7c;
}

div.blog-category-list a.love {
	background-color: #c7625e;
}

div.blog-category-list a.recipe {
	background-color: #548c5e;
}

div.blog-category-list a.item {
	background-color: #8b7c54;
}
div.blog-category-list a.news {
	background-color: #8c8c8c;
}

/***********************************************************************/
h2.screen-reader-text {
	display: none;
}

div.nav-links span.current {
	background-color: #769b59;
	color: white;
	padding: 10px;
}

div.page a.page-numbers {
	background-color: black;
	color: white;
	font-weight: normal;
	padding: 10px;
	text-decoration: none;
}

div.page a.next {
	background: black url(images/link_btn.png) no-repeat right 12px center;
	background-size: 12px;
	color: white;
	font-weight: normal;
	padding: 10px 45px 10px 30px;
	text-decoration: none;
}

div.page a.prev {
	background: black url(images/link_btn_prev.png) no-repeat left 12px center;
	background-size: 12px;
	color: white;
	font-weight: normal;
	padding: 10px 30px 10px 45px;
	text-decoration: none;
}


/***********************************************************************/

body#single h1.blogtitle {
	font-size: 25px;
	padding-top: 10px;
}

body#single div.body h2 {
	border-bottom: 2px solid #769b59;
	border-left: 20px solid #769b59;
	font-size: 22px;
	margin: 20px 0;
	padding-left: 10px;
	text-align: left;
}

body#single div.body a.link-btn {
	display: block;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 15px 0;
	width: 400px;
}

body#single div.body figure.wp-block-image {
	margin: 20px 0 30px 0;
}

body#single div.body ul {
	text-align: left;
}

body#single div.body ul li {
	background: url(images/ul_list_li.png)no-repeat left top 12px;
	background-size: 6px;
	margin-left: 10px;
	padding: 3px 0 3px 13px;
}


/***********************************************************************/
#header-bg {
	background-color: white;
	width: 100%;
}

#header {
	height: 70px;
	padding-left: 40px;
	width: auto;
}

#header #header-logo {
	float: left;
}

#header #header-logo img {
	height: auto;
	width: 240px;
}

#header-menu {
	display: block;
	float: right;
	height: 70px;
	width: auto;
}

#sp-icon {
	display: none ;
}

ul#menu {
	background: none;
	display: block;
	font-size: 85%;
	position: static;
	text-align: right;
}

ul#menu li {
	display: inline-block;
}

ul#menu li a {
	background: none;
	color: black;
	font-weight: 500;
	padding: 2px 10px 23px 10px;
	text-decoration: none;
}

ul#menu li a:hover {
	background: none;
}

ul#menu li.shop a {
	background: url(images/header_cart_icon.png)no-repeat left 30px center black;
	background-size: 20px;
	color: white;
	font-size: 115%;
	font-weight: bold;
	margin-left: 10px;
	padding: 23px 25px 23px 55px;
	text-decoration: none;
}

ul#menu li.shop a:hover {
	background-color: #769b59;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	     opacity: 1;
}

#maintitle {
	background-position: center top;
	background-repeat: no-repeat;
	height: 270px;
}

#maintitle #title {
	color: white;
	margin: auto;
	padding-top: 100px;
	text-align: center;
	width: 430px;
}

#maintitle #title a {
	color: white;
	text-decoration: none;
}

#maintitle #title img {
	height: auto;
	width: 100%;
}

#maintitle #title em {
	display: block;
	font-size: 16px;
	padding-top: 8px;
}

div.main {
	margin: 0 auto;
	text-align: center;
	width: 1080px;
}

div.main-s {
	margin: 0 auto;
	text-align: center;
	width: 860px;
}

div.bg-green {
	background-color: #e6ede0;
	font-weight: normal;
	padding: 60px 0;
}

div.bg-gray {
	background-color: #ebebeb;
	color: black;
	font-weight: normal;
	padding-bottom: 55px;
}

div.topics {
	background-color: #e6ede0;
	border-radius: 20px;
	margin: auto;
	margin-top: 40px;
	padding: 25px 0 15px 0;
	width: 700px;
}

div.topics h2 span {
	border-bottom: 2px solid white;
	font-size: 120%;
	padding-bottom: 5px;
}

div.topics p {
	text-align: center;
}

div.topics strong {
	font-weight: bold;
}


#footer {
	background-color: white;
	margin: auto;
	padding: 40px 0;
	text-align: center;
	width: 800px;
}

#footer #footer-logo {
	display: table-cell;
	margin: auto;
	padding-right: 50px;
	vertical-align: middle;
	width: 100px;
}

#footer #footer-logo img {
	height: auto;
	width: 100%;
}

#footer #footer-info {
	display: table-cell;
	padding-top: 10px;
	text-align: left;
	vertical-align: middle;
	width: 530px;
}

#footer #footer-info #address {
	display: table-cell;
}

#footer #footer-info h4 {
	font-size: 110%;
	text-align: left;
}

#footer #footer-info h4 em {
	font-size: 80%;
	font-weight: bold;
}

#footer #footer-info address {
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
}

#footer #footer-info div#sns {
	display: table-cell;
}

#footer #footer-info a.ig img,
#footer #footer-info a.minne img {
	height: auto;
	margin: 25px 0 0 20px;
	width: 40px;
}

#footer ul#footer-nav {
	border-top: 1px solid #769b59;
	display: block;
	padding: 15px 0;
	width: 600px;
}

#footer ul#footer-nav li {
	display: inline-block;
	font-size: 90%;
	line-height: 1em;
	padding: 8px 30px 8px 0;
	text-align: left;
}

#footer ul#footer-nav li:last-child {
	padding-right: 0;
}

#footer ul#footer-nav li a {
	background: url(images/footer_nav_icon.png)no-repeat left center;
	background-size: 10px;
	font-weight: 500;
	padding-left: 18px;
	text-decoration: none;
}

#copyright {
	background-color: black;
	padding: 3px;
}

p#copy {
	color: white;
	font-size: 80%;
	line-height: 0;
	text-align: center;
}

#pagetop {
	bottom: 20px;
	position: fixed;
	right: 20px;
}

#pagetop a {
	display: block;
	height: 80px;
	width: 80px;
}

#pagetop a img {
	height: auto;
	width: 100%;
	;
}

