
* {
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg.gif) repeat-y center top;
	background-attachment: fixed;
	background-size: cover;
	color: #4b3b32;
	font-family: Shin Maru Go Regular, YuGothic, "Yu Gothic", sans-serif;
	font-family: ;
	font-size: 15px;
	font-weight: 500;
	-webkit-text-size-adjust: none;
}

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

h2.img {
	background: linear-gradient(to right, #e6714a, #ed9a7e, #e6714a);
	border-radius: 5px;
	color: white;
	display: block;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0 -10px;
	font-size: 20px;
	padding: 20px 0;
	text-decoration: none;
	text-indent: .2em;
}

h2.img em {
	display: block;
	font-size: 28px;
	padding-bottom: 5px;
}

h2.subtitle {
	border-bottom: 2px dotted #745e54;
	color: #745e54;
	font-size: 23px;
	line-height: 1.2em;
	padding-bottom: 10px;
}

h2.subtitle em {
	display: block;
	font-size: 14px;
	padding-top: 10px;
	line-height: 1.5em;
}

.sp {
	display: none;
}

p {
	line-height: 1.8em;
	margin: 20px 0;
	text-align: justify;
}

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;
}

a {
	color: #de7079;
	overflow: hidden;
	transition: all .4s;
}

a:hover,
input.submit:hover {
	opacity: .60;
	transition: all .3s;
}

a.link-btn {
	background: url(images/link_btn.svg),
	linear-gradient(to right, #f2a74b, #fec080, #f2a74b);
	background-position: right 22px center,
	left top;
	background-repeat: no-repeat;
	background-size: 7px,
	100%;
	border-radius: 5px;
	box-shadow: 0 0 5px 2px rgba(160, 160, 160, .3);
	color: white;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 55px 15px 50px;
	text-decoration: none;
}

a.link-btn:hover {
	background-position: right 17px center,
	left top;
}

a.link-btn-prev {
	background: url(images/link_btn_prev.svg),
	linear-gradient(to right, #f2a74b, #fec080, #f2a74b);
	background-position: left 22px center,
	left top;
	background-repeat: no-repeat;
	background-size: 7px,
	100%;
	border-radius: 5px;
	box-shadow: 0 0 5px 2px rgba(160, 160, 160, .3);
	color: white;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 50px 15px 55px;
	text-decoration: none;
}

a.link-btn-prev:hover {
	background-position: left 17px center,
	left top;
}

img {
	box-sizing: content-box;
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
}

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

em {
	font-style: normal;
}

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

span.gray {
	color: gray;
}

span.red {
	color: red;
}

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

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

strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0 5px;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 12px;
}

span.img-left {
	float: left;
	margin: 5px 12px 5px 0;
}

ul.list,
body#single div.body ul {
	line-height: 1.5em;
}

ul.list li,
body#single div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat 8px 12px;
	background-size: 8px;
	display: block;
	line-height: 1.6em;
	padding: 5px 0 5px 25px;
}

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

ul.notelist li {
	text-align: justify;
	text-indent: -1.2em;
	margin: 5px 0;
}

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

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

div.line {
	border-bottom: 1px solid #948477;
	clear: both;
	font-size: 5px;
	height: 20px;
	margin: 0 -15px 20px -15px;
}

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

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

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

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

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

ul.photos li {
	width: 50%;
}

ul.photos3 li {
	width: 33%;
}

ul.photos li img,
ul.photos3 li img {
	height: auto;
	width: 100%;
}


table.price-table {
	border-collapse: separate;
	border-spacing: 5px 2px;
	border-bottom: 2px solid #fcf4e7;
}

table.price-table tr.header th {
	background: linear-gradient(#f3d288, #efba7f);
	border-bottom: 1px solid #f0dfc2;
	border-radius: 10px 10px 0 0;
	color: white;
	padding: 5px;
	width: auto;
}

table.price-table th {
	background-color: white;
	padding: 12px 10px;
	width: 28%;
}

table.price-table th em {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3em;
	margin-top: 10px;
	white-space: nowrap;
}

table.price-table td {
	background-color: white;
	font-weight: 700;
	padding: 12px 10px;
}

table.price-table tr:nth-child(even) th,
table.price-table tr:nth-child(even) td {
	background-color: #fcf4e7;
}

table.price-table td table {
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
}

table.price-table td table span.part {
	font-size: 12px;
}

table.price-table td table td {
	padding: 0 5px;
	text-align: center;
}

table.price-table tr:nth-child(odd) td table td {
	background-color: white;
}

table.price-table td table td.a {
	padding-bottom: 2px;
}

table.price-table td table td.p {
	color: #e17787;
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
	padding-left: 20px;
}

table.price-table td table td.p em {
	font-size: 19px;
}

table.price-table td.t {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	padding: 5px 10px 30px 10px;
}

table.price-table td.t p {
	margin: 0;
}

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

ul.news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}

ul.news-list li {
	margin: 10px 2%;
	width: 46%;
}

ul.news-list li a {
	border-radius: 5px;
	box-shadow: 0 0 3px 1px rgba(160, 160, 160, .3);
	display: block;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
}

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

ul.news-list li a p.date {
	display: block;
	font-size: 12px;
	margin: 0;
	padding-top: 3px;
	text-align: center;
}

ul.news-list li a p.category {
	border-bottom: 1px solid #d0c4bf;
	border-top: 1px solid #d0c4bf;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

ul.news-list li a h3 {
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	height: 70px;
	justify-content: space-around;
	line-height: 1.3em;
	padding: 5px 0 10px 0;
}

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

ul.footercategory li a {
	border-radius: 3px;
	color: white;
	display: inline-block;
	font-size: 15px;
	margin: 0 5px;
	padding: 3px 30px;
	text-decoration: none;
}

body#single p.category span.news a,
ul.footercategory li span.news a {
	background: #dbaf72;
}

ul.news-list li a p.category span.news {
	color: #dbaf72;
}

body#single p.category span.column a,
ul.footercategory li span.column a {
	background: #8ebcdd;
}

ul.news-list li a p.category span.column {
	color: #8ebcdd;
}

div.page {
	padding: 20px 5px;
	text-align: center;
}

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

div.page a.page-numbers,
div.page span.page-numbers {
	background-color: #c1995e;
	border: 1px solid #c1995e;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	line-height: 1em;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page a.page-numbers {
	background-color: white;
	color: #c1995e;
	text-decoration: none;
}

div.page span.page-numbers {
	background-color: #c1995e;
	color: white;
}

div.page a.prev,
div.page span.prev a,
div.page a.next,
div.page span.next a {
	border: 1px solid #df737c;
	border-radius: 5px;
	color: #df737c;
	display: inline-block;
	font-weight: 700;
	margin: 0 5px;
	text-decoration: none;
}

div.page a.next,
div.page span.next a {
	background: white url(images/link_btn_beige.svg) no-repeat right 15px center;
	background-size: 6px;
	padding: 8px 40px 8px 25px;
}

div.page a.prev,
div.page span.prev a {
	background: white url(images/link_btn_prev_beige.svg) no-repeat left 15px center;
	background-size: 6px;
	padding: 8px 25px 8px 40px;
}

div.page a.next:hover,
div.page span.next a:hover {
	background-position: right 10px center;
}

div.page a.prev:hover,
div.page span.prev a:hover {
	background-position: left 10px center;
}

div.page a.list-prev {
	background: url(images/link_btn_prev.svg),
	linear-gradient(to right, #f2a74b, #fec080, #f2a74b);
	background-position: left 22px center,
	left top;
	background-repeat: no-repeat;
	background-size: 6px,
	100%;
	border-radius: 5px;
	box-shadow: 0 0 5px 2px rgba(160, 160, 160, .3);
	color: white;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 50px 10px 55px;
	text-decoration: none;
}

div.page a.list-prev:hover {
	background-position: left 17px center,
	left top;
}

body#archive h1 {
	border-bottom: 1px solid #dbaf72;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4em;
	padding: 10px 0;
}

body#archive h1.news {
	border-color: #dbaf72;
	color: #ab8038;
}

body#archive h1.column {
	border-color: #8ebcdd;
	color: #005db1;
}

body#single p.category {
	line-height: 1em;
	margin: 0 0 20px 0;
	text-align: center;
}

body#single p.category span a {
	border-radius: 5px;
	color: white;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 40px;
	text-decoration: none;
}

body#single p.date {
	font-size: 13px;
	text-align: center;
}

body#single h1 {
	border-bottom: 2px solid #c1995e;
	font-size: 25px;
	line-height: 1.4em;
	padding: 15px 10px;
}

body#single h1.news {
	border-color: #dbaf72;
}

body#single h1.column {
	border-color: #8ebcdd;
}

body#single div.body h2 {
	border-bottom: 2px dotted #c1995e;
	color: #c1995e;
	font-size: 20px;
	line-height: 1.5em;
	margin: 30px 0 20px 0;
	padding: 10px 0;
}

body#single div.body p {
	margin: 20px 0;
}

body#single div.body p.mn {
	margin: 0;
}

body#single div.body ul {
	margin: 20px auto;
}

body#single div.body table {
	margin: 20px 0;
}

body#single div.body table td {
	border: 1px solid #8f8f8f;
	line-height: 1.3em;
	padding: 5px 10px;
}

body#single div.body figure {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

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

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

body#single div.body figure figcaption {
	margin: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

body#single div.body figure.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: 48%;
}

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

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

header {
	background-color: white;
	margin: 0 auto;
	position: relative;
	width: 680px;
}

h1#header-text,
p#header-text {
	background: linear-gradient(to right, #f2a74b, #fec080, #f2a74b);
	color: white;
	font-size: 11px;
	font-weight: 500;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
}

#hamburger {
	display: inline;
	height: 50px;
	position: absolute;
	right: 15px;
	top: 50px;
	width: 50px;
	z-index: 999;
}

#hamburger:hover {
	cursor: pointer;
	opacity: .7;
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
	display: block;
	height: 3px;
	position: absolute;
	transition-duration: .3s;
	transition-property: transform;
	width: 40px;
}

#hamburger span:before,
#hamburger span:after {
	background: #f2a74b;
}

#hamburger span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}

#hamburger span:before {
	content: "";
	transform: translateY( -7px ) rotate( 0deg );
}

#hamburger span:after {
	content: "";
	transform: translateY( 7px ) rotate( 0deg );
}

#hamburger.open span {
	background: transparent !important;
}

#hamburger.open span:before {
	transform: rotate( 45deg ) !important;
}

#hamburger.open span:after {
	transform: rotate( -45deg ) !important;
}

#hamburger.open span:before,
#hamburger.open span:after {
	background: white;
}

nav#globalnav {
	background: linear-gradient(to right, #f2a74b, #fec080, #f2a74b);
	display: none;
	position: absolute;
	width: 100%;
	z-index: 100;
}

nav#globalnav ul li:first-child a {
	background: none;
	padding: 20px 0;
}

nav#globalnav ul li {
	border-bottom: 1px solid #efebe9;
}

nav#globalnav ul li.sp {
	display: block;
}

nav#globalnav ul li a {
	background: #a69486 url(images/link_btn.svg) no-repeat right 50px center;
	background-size: 8px;
	color: white;
	display: block;
	font-size: 17px;
	font-weight: 700;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
}

nav#globalnav ul li a em {
	font-size: 16px;
	padding: 0 2px;
}

nav#globalnav ul li a:hover {
	background-color: #cabfb7;
	background-position: right 45px center;
	opacity: 1;
}

main {
	background-color: white;
	margin: 0 auto;
	padding: 50px 110px 0 110px;
	width: 680px;
}

div.bg-brown {
	background-color: #fbf8f8;
	border-radius: 10px;
	padding: 20px;
}

#title {
	border-radius: 5px;
	color: #4b3b32;
	display: block;
	font-size: 22px;
	background-size: 100% auto;
	font-weight: 400;
	letter-spacing: .2em;
	background-position: center center;
	line-height: 1.5em;
	margin: 0 -10px;
	padding: 20px 0;
	text-decoration: none;
	text-indent: .2em;
	margin: 0 -10px;
}

#title h1 {
	font-size: 27px;
	font-size: 30px;
	padding: 30px 0;
	text-align: center;
	text-shadow: 2px 2px 10px white,
	-2px 2px 10px white;
	transition: all .4s;
	width: 100%;
}

footer {
	background-color: white;
	margin: 0 auto;
	padding: 20px 0 80px 0;
	width: 680px;
}

footer p {
	text-align: center;
}

#fcontact {
	background-color: #fbf8f8;
	padding: 20px 110px;
	width: 680px;
}

#fcontact h4 {
	border-bottom: 1px solid #a69486;
	border-top: 1px solid #a69486;
	font-size: 20px;
	margin: 25px 0 10px 0;
	padding: 8px 20px;
}

#fcontact p {
	line-height: 1.8em;
}

p#fcontact-tel {
	font-weight: 400;
	font-size: 21px;
}

p#fcontact-tel strong {
	font-size: 25px;
	vertical-align: bottom;
}

p#fcontact-tel a {
	text-decoration: none;
}

#footer-bg {
	background-blend-mode: lighten;
	background-color: rgba(255,255,255,.5);
	background-image: url(images/bg.gif);
	background-size: auto 110%;
	padding: 35px 0;
}

nav#footernav {
	margin: 0 auto;
	padding-bottom: 45px;
	width: 460px;
}

nav#footernav ul li {
	padding-bottom: 3px;
}

nav#footernav ul li a {
	background: white url(images/link_btn_beige.svg) no-repeat right 20px center;
	background-size: 7px;
	border-radius: 5px;
	color: #c1995e;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}

nav#footernav ul li a:hover {
	background-position: right 15px center;
}

nav#footernav ul li a em {
	font-size: 15px;
	padding: 0 2px;
}

footer h3 {
	padding: 20px;
}

footer h3 img {
	height: auto;
	width: 100%;
	max-width: 336px;
}

#footer-bg address {
	font-size: 14px;
	font-style: normal;
	line-height: 1.8em;
	padding: 20px 0 10px 0;
	text-align: center;
}

#footersns a {
	margin: 0 10px;
}

p#copyright {
	font-size: 11px;
	padding-top: 10px;
}

p#pagetop {
	padding-top: 10px;
	text-align: center;
}

p#pagetop a {
	background: url(images/pagetop.svg),
	linear-gradient(to right, #f2a74b, #fec080, #f2a74b);
	background-position: center top 18px,
	left top;
	background-repeat: no-repeat;
	background-size: 20px,
	100%;
	border-radius: 80px;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: 500;
	height: 80px;
	line-height: 1.3em;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	text-decoration: none;
	width: 80px;
}

p#pagetop a:hover {
	background-position: center top 13px,
	left top;
}

#contactbtn {
	background: linear-gradient(to right, #f2a74b, #fec080, #f2a74b);
	bottom: 0;
	box-shadow: 0 -2px 6px 2px rgba(171, 141, 101, .3);
	height: 100px;
	position: fixed;
	width: 680px;
}

#contactbtn p {
	color: white;
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
}

#contactbtn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#contactbtn ul li {
	margin: 0 5px;
	width: 220px;
}

#contactbtn ul li a,
#contactbtn ul li strong {
	background-color: white;
	border-radius: 5px;
	color: #695e54;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 10px 10px 10px 35px;
	text-align: center;
}

#contactbtn ul li a {
	text-decoration: none;
}

#contactbtn ul li:first-child a {
	background: url(images/contactbtn_line.svg) no-repeat left 10px center,
	url(images/link_btn_beige.svg) no-repeat right 12px center;
	background-color: #e9fbe1;
	background-size: 30px, 6px;
	box-shadow: 0 0 5px 2px rgba(120, 120, 120, .3);
	color: #06c755;
}

#contactbtn ul li:first-child a:hover {
	background-position: left 10px center,
	right 7px center;
}

#contactbtn ul li:last-child strong {
	background: #fef4e0 url(images/contactbtn_tel.svg) no-repeat left 12px center;
	background-size: 30px;
	color: #c1995e;
	font-size: 18px;
}
