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

body {
	-webkit-text-size-adjust: 90%;
	width: 100%;
}

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

body#kari div.mainlogo {
	width: 70%;
}

body#kari div.maincopy {
	width: 90%;
}

div.df,
span.df {
	display: none;
}

span.sp,
div.sp {
	display: inline;
}

#left {
	width: 100%;
	height: auto;
}

#right {
	margin-left: 0px;
}

h2.title {
	padding: 35px 0px 10px 0px;
	width: 90%;
	margin: auto;
}

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

h2.second-title {
	padding: 40px 0px 15px 0px;
	font-size: 140%;
}

h2.blog-subtitle {
	padding: 2px 0px 5px 0px;
	font-size: 130%;
}

h3.copy {
	font-size: 120%;
	padding: 15px 0px 5px 0px;
}

h3.second-title{
	font-size: 120%;
	padding-top: 3px;
}

p {
	line-height: 1.8em;
}

p.spjustify{
	text-align: justify;
}

span.link-btn a,
span.link-btn-prev a,
span.link-btn-next a,
span.link-btn-w a,
div.page a.next,
div.page a.prev,
div.body a.link-btn,
a.link-btn,
a.link-btn-prev,
a.link-btn-w,
a.link-btn-l {
	width: auto;
	display: block;
	margin: 5px 0px;
	padding: 10px 20px;
	background-size: 9px;
}

span.link-btn a:hover,
a.link-btn:hover {
	background-size: 15px;
}


a.link-btn {
	font-size: 100%;
}

ul.list li {
	background-position: 5px 12px;
	line-height: 1.7em;
}

.spwideimg {
	height: auto;
	width: 100%;
}

div.photos {
	display: inline-block;
}

div.photos a {
	width: 32%;
	display: inline-block;
}

div.text700 {
	width: auto;
}


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

table.list-table th {
	width: auto;
	display: block;
	font-size: 110%;
	padding: 15px 0px 0px 0px;
}

table.list-table td {
	display: block;
	text-align: center;
}

table.list-table td.justify {
	text-align: justify;
}



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

ul.contents-list li {
    display: block;
    width: auto;
 }

ul.contents-list li.c {
	padding: 20px 0px;
}

ul.contents-list li img {
    width: 100%;
	height: auto;
}

ul.contents-list li div.text {
    padding: 12px 20px ;
}

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

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

ul.flow-list li {
	width: auto;
	border-radius: 15px;
	padding: 15px 20px 30px 20px;
}

ul.flow-list li h3 {
	font-size: 17px;
}

ul.flow-list li span.text {
	display: block;
	text-align: justify;
}

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

ul.blog-list {
	width: auto;
}

ul.blog-list li{
	margin: 15px 14px 25px 15px;
	display: inline-block;
	width: 40%;
}

ul.blog-list li span.img {
	width: 100%;
	margin: auto;
	width: 100%;
	padding-bottom: 5px;
}
span.category {
	padding: 2px 40px;
}

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

div.blog-category-list a span.category span {
	display: block;
}

div.page {
	padding: 15px 0px;
}

div.page span.link-btn a,
div.page span.link-btn-prev a {
	display: block;
	margin: 0px;
}

div.page a.next,
div.page a.prev {
	display: block;
}

div.page a.next {
    margin: 25px 0px 5px 0px;
}

div.page a.prev {
    margin: 5px 0px 25px 0px;
}

body#single .blogtitle {
	font-size: 140%;
}

body#single div.body h2 {
	border-left: 8px solid #7b4917;
	font-size: 130%;
	line-height: 1.2em;
}

body#single div.img {
	width: auto;
	margin: auto;
}

body#single div.img img {
	width: 100%;
	height: auto;
}

body#single div.body a.link-btn {
    width: auto;
}

body#single div.body img.alignnone {
    width: 100%;
	height: auto;
}

body#single div.body figure.wp-block-image {
	width: auto;

}

body#single div.body figure.wp-block-image img {
	width: 100%;
	height: auto;
}






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

#header {
	height: 40px;
	width: auto;
	padding: 12px 0px;
}

#header #header-logo {
    width: 150px;
	margin: auto;
	padding-top: 0px;
}

#header #header-logo img,
#header #header-logo a img {
	width: 100%;
    height: auto;
    display: block;
    padding: 0px;
}

#header #icon {
	display: none;
}

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

#sp-icon {
	display: inline;	
}

ul#menu {
	opacity: 0.9;
	background: black;
	margin-top: 10px;
	display: none;
}

ul#menu li {
	margin-bottom: 0px;
	border-bottom: 1px dotted #c0c0c0;
}

ul#menu li :last-child {
	border-bottom: none;
}

ul#menu li a {
	display: block;
	padding: 15px 0px;
	color: white;
}

ul#menu li a:hover {
	background: white;
	color: black;
}

ul#menu li.shop a {
	margin-top: 0px;
}

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

ul#menu li.tel a:hover,
ul#menu li.mail a:hover {
	background-color: black;
	color: white;
}

ul#menu li.tel span#text {
	display: block;
	font-weight: 500;
	padding-top: 10px;
	font-size: 90%;
}

#header-contact {
	display: none;
}

#maintitle {
	margin-top: 64px;
	height: auto;
}

#maintitle #title {
	display: block;
	padding: 25px 0px;
    width: auto;
}

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

#maintitle #title em {
	padding-top: 5px;
	font-size: 90%;
}

#kenka-btn {
	top: 70px;
	right: 5px;
}

#kenka-btn a {
	display: block;
	width: 70px;
}

div.main,
div.main-s,
div.main-blog {
	padding: 0px 25px;
	width: auto;
}

div.imagephoto {
	padding: 20px 0px;
	width: 100%;
	margin: auto;
}

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

div.menu-img {
	width: auto;
}

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

div.menu-sup {
	width: auto;
	padding: 20px;
	font-size: 95%;
}

#footer #footer-left {
	display: block;
	width: auto;
}

#footer #footer-right {
	display: block;
	text-align: center;
	padding-top: 30px;
}

#footer #footer-right h4 {
	display: block;
	padding-right: 0px;	
}

#footer #footer-right address {
	display: block;
}

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

#footer #footer-right p#copy {
	font-size: 75%;
	text-align: center;
	padding-top: 10px;
}

#footer #footer-left #footer-logo {
	width: 30%;
	margin: auto;
}

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

#footer-right #ig {
	display: block;
	text-align: center;
	width: auto;
	margin: 20px 0px;
}

#footer-right #ig a {
	text-decoration: none;
	color: black;
}

#footer-right #ig img {
	width: 50px;
	height: auto;
	margin: auto;
}

#footer-right #ig span.text {
	display: block;
	font-size: 85%;
	font-weight: bold;
	padding-bottom: 10px;
}

#pagetop {
	bottom: 10px;
	right: 10px;
}

#pagetop a {
	height: 60px;
	width: 60px;
}

#pagetop a img {
	width: 100%;
}

