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

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

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

body#kari div.main {
	padding-top: 100px; 
}

body#kari div.mainlogo {
	width: 300px;
	margin: auto;
}

body#kari div.maincopy {
	width: 500px;
	margin: auto;
	padding: 20px 0px 10px 0px;
}

body#kari div.mainlogo img,
body#kari div.maincopy img{
	width: 100%;
	height: auto;
}

.sp {
	display: none;
}

#left {
	width: 250px;
	height: 100%;
	position: fixed;
	z-index: 2;
	background-color: white;
}

#right {
	width: 100%;
	margin-left: 250px;
}

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

h1.copy {
	text-align: left;
}

h2.title {
	padding: 70px 0px 30px 0px;
}

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

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

h3.second-title {
	font-size: 130%;
	font-weight: bold;
	color: #d0913c;
}

h3.second-title em {
	font-weight: bold;
	color: black;
}

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

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

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

p.center {
	text-align: center;
}

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

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

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

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

span.link-btn a,
a.link-btn {
	background: url(images/link_btn_w.png) no-repeat right 10px center #e1b982;
	background-size: 6px;
	padding: 5px 20px 5px 10px;
	text-decoration: none;
    margin: auto;
	text-align: center;
	font-size: 13px;
	color: white;
}

span.link-btn a:hover,
a.link-btn:hover {
	background: url(images/link_btn_w.png) no-repeat right 10px center #e1b982;
	background-size: 6px;
	opacity: 1;
	color: black;
}

a.link-btn-l {
	display: block;
	background: url(images/link_btn_w.png)no-repeat right 15px center #e1b982;
	background-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: black;
	width: 400px;
	margin: auto;
	padding: 15px 0px;
	margin-top: 40px;
}

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

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

ul {
	list-style-type: none;
}

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

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

sup {
	line-height: 1em;
}

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

strong {
	font-weight: bold;
}

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 0px 4px 20px;
}

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

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

ul.notelist li span.maker {
	margin-right: 0.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 {
	width: 320px;
	height: auto;
	display: block;
}

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

div.text700 {
	width: 700px;
	margin: auto;	
}


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

table.list-table {
	width: 100%;
	margin: auto;
}

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

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

table.list-table th {
	width: 170px;
	font-weight: bold;
	color: #8b5e21;
	padding: 12px;
}

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

table.list-table td a {
	color: black;
	font-weight: 500;
}

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

ul.flow-list {
	text-align: center;
}

ul.flow-list li {
	display: block;
	width: 600px;
	margin: auto;
	background-color: white;
	border-radius: 30px;
	padding: 20px 50px 30px 50px;
	margin-bottom: 30px;
}

ul.flow-list li img {
	width: 100%;
	height: auto;
	padding: 15px 0px;
}

ul.flow-list li h3 {
	color: #8b5e21;
	font-size: 18px;
}

ul.flow-list li h3 span.no {
	display: block;
	font-size: 170%;
}

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

ul.blog-list {
	text-align: left;
	width: 980px;
	margin: auto;
	font-size:0;
}

ul.blog-list li {
	display: inline-block;
	width: 215px;
	vertical-align: top;
	text-align: center;
	margin: 0px 15px 40px 15px;
	font-size:15px;
}

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

ul.blog-list li span.img {
	display: block;
	width: 215px;
	height: 148px;
}

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

ul.blog-list li span.category {
	display: block;
	padding: 18px 0px 10px 0px;
	font-size: 13px;
}

ul.blog-list li span.category span {
	padding: 5px 20px;
	border-radius: 15px;
}

span.category span.news,
div.category span.news {
	background-color: #ffe846;
}

span.category span.diary, 
div.category span.diary {
	background-color: #fec6b3;
}

span.category span.voice, 
div.category span.voice {
	background-color: #d7eafb;
}

span.category span.item, 
div.category span.item {
	background-color: #c3f64d;
}

span.category span.other,
div.category span.other {
	background-color: #dfdfdf;
}

ul.blog-list li span.date {
	display: block;
	padding-bottom: 5px;
	font-size:14px;
}

ul.blog-list li h3 {
	font-size:18px;
	font-weight: bold;
}

div.blog-category-list a {
	text-decoration: none;
}

div.blog-category-list a span.category {
	display: inline-block;
	padding: 0px 10px 20px 10px;
}

div.blog-category-list a span.category span {
	font-size: 110%;
	padding: 6px 30px;
	border-radius: 15px;
	border: 2px solid white;
}

div.page {
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.page-numbers {
	background-color: #e1b982;
	padding: 8px 12px;
	text-decoration: none;
    margin: 0px 3px;
}

div.page span.page-numbers {
	background-color: black;
	color: white;
	padding: 8px 12px;
    margin: 0px 3px;
}

div.page a.next,
div.page a.prev {
	border: none;
	font-size: 100%;
	margin: 0px 5px;
}

div.page a.next {
	background: #e1b982 url(images/link_btn.png) no-repeat right 15px center;
	background-size: 8%;
	padding: 8px 40px 8px 30px;
}

div.page a.prev {
	background: #e1b982 url(images/link_btn_prev.png) no-repeat left 15px center;
	background-size: 8%;
	padding: 8px 30px 8px 40px;
}

body#single div.category a {
	font-size: 90%;
	color: black;
	text-decoration: none;
	padding: 2px 30px;
}

body#single div.date {
	font-size: 90%;
}

body#single h1.blogtitle {
	font-size: 170%;
	padding: 10px 0px 5px 0px;
}

body#single div.body h2 {
	border-left: 10px solid #e1b982;
	font-size: 150%;
	line-height: 1em;
	margin: 25px 0px;
	padding: 3px 0px 0px 15px;
	text-align: left;
}

body#single div.body ul {
	line-height: 1.3em;
	text-align: left;
}

body#single div.body ul li {
	background: url(images/ul_list_li.png) no-repeat 5px 11px;
	background-size: 6px;
	display: block;
	padding: 5px 0px 5px 20px;
}

body#single div.body a.link-btn {
	background: url(images/link_btn_w.png) no-repeat right 15px center #d0913c;
	background-size: 10px;
	color: white;
	font-size: 110%;
	font-weight: bold;
	padding: 12px 0px;
	text-align: center;
	text-decoration: none;
    display: block;
    width: 400px;
    margin: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	border-radius: 0px;
}

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

}














/***********************************************************************/
#header-bg {
	width: auto;
}

#header {
	width: auto;
	height: 100vh;
}

#header #header-logo {
	padding-top: 60px;
}

#header #header-logo img,
#header #header-logo a img{
	display: block;
	width: 180px;
	height: auto;
	margin: auto;
}

#header #icon {
	display: block;
	text-align: center;
	width: auto;
	margin-top: 30px;
}

#header #icon a {
	text-decoration: none;
	color: black;
}

#header #icon #mail,
#header #icon #ig {
	display: inline-block;
	width: 80px;
}

#header #icon img {
	width: 50px;
	height: auto;
	margin: auto;
}

#header #icon span.text {
	display: block;
	font-size: 85%;
	font-weight: bold;
	padding-top: 5px;
}

#header-menu {
	display: block;
	width: auto;
	margin-top: 50px;
}

#sp-icon {
	display: none;	
}

ul#menu {
	display: block;
	text-align: center;
	position: relative;
	background: none;
	top: 0px;
	opacity: 1;
}

ul#menu li {
    display: block;
	margin-bottom: 15px;
}

ul#menu li a {
	color: black;
    font-weight: bold;
    text-decoration: none;
	font-size: 14px;
	line-height: 1.3em;
	padding: 3px 0px;
}

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

ul#menu li.shop a {
	display: block;
	background-color: black;
	color: white;
	padding: 20px 0px;
	margin-top: 45px;
}

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

ul#menu li.tel,
ul#menu li.mail {
	display: none;
}

#header-contact {
	margin-top: 40px;
	text-align: center;
}

#header-contact #header-tel,
#header-contact #header-mail {
	width: 190px;
	text-align: center;
	margin: auto;
	border-top: 2px solid #e1b982;
	margin-top: 14px;
	padding-top: 20px;
}

#header-contact #header-tel #text,
#header-contact #header-mail #text {
	display: block;
	padding-top: 15px;
	color: white;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}

#header-contact #header-mail #text {
	text-align: justify;
}

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

#maintitle #title {
	padding-top: 110px;
	width: 350px;
	margin: auto;
}

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

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

#maintitle #title em {
	display: block;
	color: white;
	font-weight: 500;
	padding-top: 15px;
}

#kenka-btn {
	top: 20px;
	position: fixed;
	right: 0px;
	z-index: 9999;
}

#kenka-btn a {
	display: block;
	height:auto;
	width: 100px;
}

#kenka-btn a img {
	width: 100%;
	height: auto
}

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

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

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

div.bg-beige {
	background-color: #f8efe4;
}

div.imagephoto {
	padding: 20px 0px 35px 0px;
}

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

#footer #footer-left {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}

#footer #footer-right {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	color: black;
	text-align: left;
	padding-top: 10px;
}

#footer #footer-right h4 {
	display: inline;
	padding-right: 20px;	
}

#footer #footer-right address {
	font-style: normal;
	display: inline;
}

#footer #footer-right #footer-tel {
	display: block;
	padding-top: 5px;
}

#footer #footer-right #footer-tel strong {
	font-weight: bold;
}

#footer #footer-right #footer-tel span.text {
	padding-left: 25px;
}

#footer #footer-right p#copy {
	font-size: 80%;
	text-align: left;
	line-height: 0em;
	padding-top: 3px;
}

#footer #footer-left #footer-logo {
	width: 100px;
	margin: auto;
}

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

#footer-right #ig {
	display: none;
}

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

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

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

