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

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

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

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

body#kari div.logo {
	margin: auto;
	padding: 80px 0px 30px 0px;
	width: 300px;
}

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

.sp {
	display: none;
}

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

h1.copy {
	text-align: left;
}

h2.top-title {
	margin: auto;
	padding: 60px 0px 20px 0px;
	width: 360px;
}

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

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

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

h3.second-title {
	font-size: 120%;
	font-weight: bold;
	padding: 40px 0px 10px 0px;
}

h3.second-title em {
	color: #a98832;
	font-size: 5px;
	font-weight: bold;
	letter-spacing: 5px;
	padding: 0px 10px;
	vertical-align: middle;
}

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

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 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: normal;
	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.png) no-repeat right 20px center #a98832;
	background-size: 6px;
	color: white;
	font-weight: bold;
	padding: 15px 110px;
	text-align: center;
	text-decoration: none;
}

span.link-btn a:hover,
a.link-btn:hover {
	background-color: black;
	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: 6px;
	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: 6px;
	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 0px 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 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 {
	display: block;
	height: auto;
	width: 320px;
}

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

/***********************************************************************/
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.menu-table {
	margin: 30px 0px;
}

table.menu-table tr {
	border-bottom: 1px solid #a98832;
}

table.menu-table th,
table.menu-table td {
	padding: 15px 20px;
}

table.menu-table th {
	background-color: #f6efe0;
	font-weight: bold;
}

table.menu-table td.title {
	background-color: #ecdebd;
	white-space: nowrap;
}

table.menu-table td.detail {
	width: 380px;
}

table.menu-table td span.sup {
	display: block;
	font-size: 90%;
	font-weight: 500;
	line-height: 1.8em;
	padding-top: 20px;
	text-align: justify;
}

table.menu-table td.detail {
	text-align: justify;
}

table.menu-table td.time em {
	display: block;
	font-size: 90%;
	font-weight: 500;
}

table.menu-table tr.header th,
table.menu-table tr.header td {
	background-color: white;
	color: #a98832;
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
	text-align: center;
}

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

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

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

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

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

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

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

ul.blog-list li span.category span {
	border-bottom: 1px solid #ceae58;
	display: block;
	padding-bottom: 3px;
}

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 {
	border-left: 2px solid #a98832;
	color: white;
	display: inline-block;
	font-weight: bold;
	padding: 5px 0px;
	text-decoration: none;
	width: 150px;
}

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

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

div.nav-links span.current {
	background-color: #a98832;
	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: 6px;
	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: 6px;
	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.category span {
	border-bottom: 2px solid #a98832;
}

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

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

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

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

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

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

#header {
	height: 80px;
	padding-left: 60px;
	width: auto;
}

#header #header-logo {
	float: left;
	padding-top: 5px;
}

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

#header #header-reserve {
	float: right;
	padding-right: 60px;
	padding-top: 10px;
	text-align: center;
	width: 225px;
}

#header #header-reserve a {
	font-weight: 500;
	text-decoration: none;
}

#header #header-reserve span.text {
	border-bottom: 1px solid #af9040;
	display: block;
	font-size: 85%;
	margin-bottom: 7px;
	padding-bottom: 5px;
}

#header #header-reserve span.btn img {
	height: auto;
	width: 140px;
}

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

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

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

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

#maintitle #title em {
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	padding-top: 5px;
}

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

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

div.bg-classical {
	background: url(images/bg_classical.gif)repeat-y center center;
	color: white;
	font-weight: 500;
	padding-bottom: 50px;
}

div.bg-beige {
	background-color: #a98832;
	color: white;
	font-weight: normal;
	padding-bottom: 60px;
}

div.bg-palebeige {
	background-color: #f6efe0;
	color: black;
	font-weight: normal;
	padding-bottom: 60px;
}

div.length-container {
	background-color: #e7e0d1;
	border-radius: 20px;
	margin: auto;
	margin-bottom: 60px;
	margin-top: 30px;
	padding: 15px 0px 15px 35px;
	width: 665px;
}

div.length-container div.img,
div.length-container div.text {
	display: table-cell;
	vertical-align: middle;
}

div.length-container div.img img {
	height: auto;
	width: 300px;
}

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

div.length-container div.text h3 {
	border-bottom: 2px dotted #a98832;
	font-size: 120%;
}

div.length-container div.text p {
	text-align: center;
}

div.trouble-list {
	margin: auto;
	width: 400px;
}

div.trouble-list ul.list li {
	border-top: 1px solid #a98832;
	padding: 5px 0px 5px 20px;
}

div.trouble-list ul.list li:last-child {
	border-bottom: 1px solid #a98832;
}

div.menu-btn-container {
	background-color: #292929;
	padding: 30px 0px;
	text-align: center;
}

div.menu-btn-container a {
	display: inline-block;
	font-size: 20px;
	margin: 0px 10px;
	padding: 20px 0px;
	width: 380px;
}

div.menu-btn-container a em {
	display: block;
	font-size: 14px;
}

div.info {
	margin: auto;
	width: 1080px;
}

div.info img {
	margin-bottom: 30px;
}

div.info div.map,
div.info div.list {
	display: table-cell;
	vertical-align: middle;
}

div.info div.list {
	padding: 0px 40px;
	width: 460px;
}

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

div.info div.list ul li span.title {
	background: url(images/icon_flower.png)no-repeat left center;
	background-size: 16px;
	display: block;
	font-weight: bold;
	padding-left: 20px;
}

div.info div.list ul li span.sup {
	display: block;
	font-size: 85%;
}

div.info div.list a.link-btn {
	background-color: black;
	display: block;
}

div.info div.list a.link-btn:hover {
	background-color: #745c23;
	opacity: 1;
}

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

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

#footer #footer-logo img {
	height: auto;
	margin-bottom: 30px;
	width: 100%;
}

#footer ul#footer-nav {
	display: block;
}

#footer ul#footer-nav li {
	display: inline-block;
	font-size: 85%;
	line-height: 1em;
	padding: 10px 15px;
	text-align: left;
}

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

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

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

p#copy {
	color: white;
	font-size: 80%;
	line-height: 0em;
	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%;
}

