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

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

body#kari {
	background-color: black;
	color: white;
}

body#kari div.logo {
	width: 60%;
}

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

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

h2.top-title {
	width: 70%;
}

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

h2.second-title span.border {
	margin-top: 6px;
	border: 2px solid #a98832;
}

h3.second-title {
	padding: 20px 0px 10px 0px;
	font-size: 110%;
}

h3.second-title em {
	display: none;
}


p {
	line-height: 1.8em;
}

p.spjustify {
	text-align: justify;
}

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

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

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

a.link-btn-shop {
	background: url(images/link_btn.png) no-repeat right 25px center black;
	background-size: 15px;
	padding: 25px 0px;
	width: auto;
	font-size: 110%;
}

ul.list li {
	background-position: 5px 13px;
	line-height: 1.6em;
	text-align: left;
}

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

div.photos {
	display: inline-block;
}

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

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

table.list-table {
	width: auto;
}

table.list-table th {
	width: auto;
	display: block;
	font-size: 100%;
	padding: 10px 0px 5px 0px;
}

table.list-table td {
	display: block;
	text-align: center;
	padding: 0px 10px 12px 10px;
}

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

table.list-table td span.sup {
	display: block;
	text-align: justify;
	padding-top: 10px;
}

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

table.menu-table {
	margin: 20px 0px;
}

table.menu-table tr {
	border-bottom: none;
}

table.menu-table tr.header {
	display: none;
}

table.menu-table th,
table.menu-table td {
	display: block;
	padding: 10px 15px;
}

table.menu-table th {
	background-color: #ecdebd;
}

table.menu-table th.title {
	background-color: #a98832;
	color: white;
	width: auto;
	padding: 15px;
}

table.menu-table th.detail {
	width: auto;
}

table.menu-table th span.sup {
	padding-top: 5px;
}

table.menu-table td {
	background-color: #f9f4ea;
}

table.menu-table td.time {
	line-height: 1.5em;
	background-color: #e7e0d1;
	border-left: 20px solid #f9f4ea;
	border-right: 20px solid #f9f4ea;
	padding: 5px 0px;
	font-weight: bold;
}

table.menu-table td.time em {
	font-size: 100%;
	font-weight: bold;
}

table.menu-table td ul {
	padding: 10px 0px;
}

table.menu-table td ul li {
	border-top: 1px dotted #a98832;
}

table.menu-table td ul li:last-child {
	border-bottom: 1px dotted #a98832;
}


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

table.form-table tr {
	position: relative;
}

table.form-table th {
	width: 100%;
	display: block;
	text-align: left;
	padding-bottom: 0px;
}

table.form-table td {
	width: 100%;
	display: block;
}

table.form-table td.m {
	position: absolute;
	top: 0px;
	right: 0px;
}

table.form-table td.m span {
	border-radius: 10px;
	padding: 5px 10px;
}

table.form-table span.shortform input {
	width: 100%;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}

table.form-table input,
table.form-table td textarea {
	width: 100%;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}

form input.submit {
	width: 100%;

}


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

ul.blog-list {
	margin: 20px 10px;
}

ul.blog-list li {
	width: 46%;
	margin-right: 20px;
	margin-bottom: 30px;
}

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

ul.blog-list li span.img {
	width: auto;
}

ul.blog-list li h3 {
	font-size: 110%;
}

div.blog-category-list a {
	display: block;
	width: auto;
	border-top: 1px solid #a98832;
	border-left: none;
}

div.blog-category-list a:last-child {
	border-right: none;
	border-bottom: 1px solid #a98832;
}











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 div.category span a {
	font-size: 100%;
	width: 50%;
}

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

body#single h1.blogtitle {
	font-size: 22px;
}

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 figure.size-medium img {
	width: 80%;
	height: auto;
}

body#single div.body figure.size-large img {
	width: 100%;
	height: auto;
}






/***********************************************************************/
#header-bg {
	height: 60px;
}

#header {
	padding-left: 15px;
	height: 60px;
}

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

#header #header-reserve {
	position: fixed;
	width: auto;
	padding: 0px;
	right: 0px;
}

#header #header-reserve a {
	display: block;
	line-height: 60px;
	height: 40px;
	padding: 10px 20px;
	color: white;
	background-color: #c59c3c;
	background-size: 6px;
}

#header #header-reserve a img {
	width: 40px;
	height: auto;
}

#title-bg {
	background-size: cover;
	padding: 45px 0px 40px 0px ;
}

#title-bg #title {
	width: 85%;
}

#maintitle {
	height: auto;
}

#maintitle #title {
	display: block;
    width: auto;
	font-size: 25px;
	padding: 30px 0px 32px 0px;
}

#maintitle #title img {
	width: 60%;
	margin: auto;
}

#maintitle #title em {
	padding-top: 2px;
	font-size: 50%;
}

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

div.bg-classical {
	padding-bottom: 40px;
}

div.bg-beige {
	padding-bottom: 40px;
}

div.length-container {
	padding: 20px;
	width: auto;
	margin-bottom: 50px;
}

div.length-container div.img,
div.length-container div.text {
	display: block;
}

div.length-container div.img img {
	width: 90%;
	margin: auto;
}

div.length-container div.text {
	width: auto;
	text-align: center;
	padding: 10px 0px;
}



div.trouble-list {
	width: auto;
}

div.menu-btn-container {
	padding: 30px;
}

div.menu-btn-container a {
	display: block;
	width: auto;
	padding: 15px 0px;
	margin: 5px 0px;
	font-size: 17px;
}

div.info {
	width: auto;
	padding: 0px 25px;
}

div.info img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

div.info div.map,
div.info div.list {
	display: block;
}

div.info div.map iframe {
	width: 100%;
	height: 250px;
}

div.info div.list {
	padding: 0px;
	padding-top: 15px;
	width: auto;
}

div.info div.list ul li {
	margin-bottom: 15px;
}

div.info div.list ul li a {
	color: white;
	text-decoration: none;
}

#footer {
	width: auto;
	padding: 40px 25px;
}

#footer #footer-logo {
	width: 60%;
}

#footer ul#footer-nav li {
	display: block;
	height: auto;
	padding: 0px;
	border-top: 1px solid #a98832;
}

#footer ul#footer-nav li.l {
	border-bottom: 1px solid #a98832;
}

#footer ul#footer-nav li a {

	background: url(images/icon_cursor.png)no-repeat right 10px center;
	background-size: 8px;
	padding: 12px 0px 12px 12px;
	display: block;
}

p#copy {
	font-size: 65%;
}

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

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

#pagetop a img {
	width: 100%;
}

