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

html {
	overflow-y: scroll;
}

body {
	color: black;
	font-family: Yu Gothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	font-weight: 500;
	min-width: 1100px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

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

h2.img {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 36px;
	font-weight: 400;
}

h2.img em {
	display: block;
	font-size: 20px;
	line-height: 1em;
}

h3.img {
	background: url(images/h3_img.png) no-repeat center bottom;
	background-size: 320px;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

h3.img em {
	display: inline-block;
}

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

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

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

a {
	color: black;
	font-weight: normal;
	overflow: hidden;
	transition: all .5s 0s ease;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	     opacity: .50;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.link-btn,
body#single div.body a.link-btn {
	background: black url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 10px;
	color: white;
	padding: 20px 80px;
	text-decoration: none;
}

a.link-btn:hover,
body#single div.body a.link-btn:hover {
	background-position: right 15px center;
}

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

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

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

span.link-btn-prev a:hover,
a.link-btn-prev:hover {
	background-position: right 7px center;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
	text-align: justify;
}

sup {
	line-height: 1em;
}

em {
	font-style: normal;
}

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

span.marker,
strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	color: #c32800;
	line-height: 2.0em;
	padding: 0 5px;
}

ul.list {
	line-height: 1.5em;
	text-align: justify;
	text-justify: distribute;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 5px 12px;
	background-size: 6px;
	display: block;
	padding: 4px 0 4px 20px;
}

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

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

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

div.line {
	border-bottom: 1px solid #e8d8c9;
	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;
}

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

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

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

table.list-table th {
	background: #f4ede6;
	color: black;
	font-weight: bold;
	padding: 12px;
	width: 25%;
}

table.list-table td {
	padding: 12px 30px;
}

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

ul.works-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.works-list::after {
	content: "";
	display: block;
	width: 300px;
}

ul.works-list li a {
	background: white;
	box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .21);
	display: block;
	margin-bottom: 30px;
	text-decoration: none;
	width: 300px;
}

ul.works-list li a h3 {
	background: url(images/link_btn_b.svg) no-repeat center right 20px;
	background-size: 10px;
	display: block;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	padding: 20px 0;
}

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

div.nav-links span.current {
	background-color: #949494;
	color: white;
	padding: 10px;
}

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

div.page a {
	margin: 5px;
}

div.page a.page-numbers {
	background-color: black;
	color: white;
	font-weight: normal;
	padding: 10px;
	text-decoration: none;
}

div.page span.next a,
div.page a.next {
	background: black url(images/link_btn.svg) no-repeat right 12px center;
	background-size: 10px;
	color: white;
	font-weight: normal;
	padding: 10px 45px 10px 30px;
	text-decoration: none;
}

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

div.page span.prev a,
div.page a.prev {
	background: black url(images/link_btn_prev.svg) no-repeat left 12px center;
	background-size: 10px;
	color: white;
	font-weight: normal;
	padding: 10px 30px 10px 45px;
	text-decoration: none;
}

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

body#single h1 {
	border-bottom: 2px solid black;
	font-size: 28px;
	padding: 10px;
}

body#single div.body {
	background-color: white;
	margin: 0 auto;
	padding: 40px 100px;
	width: 770px;
}

body#single div.body h2 {
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	font-size: 22px;
	margin: 20px 0;
	padding: 5px;
}

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

body#single div.body ul {
	margin: 20px 0;
	text-align: left;
}

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

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

body#single div.body figure figcaption {
	margin-top: 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 iframe {
	min-height: 400px;
}

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

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

body#error h1 {
	font-size: 30px;
	padding: 80px 0 50px 0;
}

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

#header {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 30px 0 20px 0;
	width: 1000px;
}

#header-tel p {
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	text-align: center;
}

#header-tel p:first-child {
	font-weight: 600;
}

#header-tel p.tel {
	background: url(images/tel.svg) no-repeat center left;
	background-size: 27px;
	font-size: 30px;
	font-weight: 600;
	margin-top: 5px;
	padding-left: 35px;
}

#hamburger {
	display: none;
}

nav#globalnav {
	background: rgba(255,255,255,.8);
}

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

nav#globalnav ul li a {
	display: block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 14px;
	font-weight: 600;
	padding: 25px 35px;
	position: relative;
	text-decoration: none;
}

nav#globalnav ul li a::after {
	background: #db0920;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: all .5s 0s ease;
	width: 100%;
}

nav#globalnav ul li a:hover::after {
	transform: scale(.9, 1);
}

#title-s,
#title {
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: 2px solid white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
	padding: 25px 0 30px 0;
	text-align: center;
}

#title-s a,
#title h1 {
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 38px;
	padding-top: 25px;
}

#title-s a em,
#title h1 em {
	color: #da091f;
	display: block;
	font-size: 20px;
	line-height: 1em;
}

#title-s #globalnav a {
	color: black;
}

#title-s a {
	font-size: 28px;
	text-decoration: none;
}

#title-s a em {
	font-size: 18px;
}

div.main {
	margin: 0 auto;
	width: 1000px;
}

div.main-s {
	margin: 0 auto;
	width: 860px;
}

div.bg-gray {
	background-color: #e1e1e1;
}

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

nav#footernav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0 70px 0;
}

nav#footernav ul li {
	border-left: 1px solid black;
	line-height: 1em;
}

nav#footernav ul li:last-child {
	border-right: 1px solid black;
}

nav#footernav ul li a {
	font-weight: 600;
	padding: 0 35px;
	text-decoration: none;
}

#footer-tel p.tel {
	background: url(images/tel.svg) no-repeat center left;
	background-size: 27px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 20px auto 0 auto;
	padding-left: 20px;
	text-align: center;
	width: 240px;
}

#footer-tel p:nth-child(2) {
	font-size: 14px;
	margin: 0 0 10px 0;
	text-align: center;
}

#footer-tel address {
	font-size: 14px;
	font-style: normal;
	text-align: center;
}

#instagram {
	display: block;
	padding-top: 20px;
	text-align: center;
}

footer h4 {
	font-size: 11px;
	margin: 50px 0 10px 0;
}

p#copyright {
	background-color: black;
	color: white;
	font-size: 11px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#pagetop {
	position: fixed;
	right: -60px;
}

#pagetop a {
	background: black url(images/link_btn.svg) no-repeat center right 20px;
	background-size: 10px;
	color: white;
	display: block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	transform: rotate(-90deg);
	width: 180px;
}

#pagetop a:hover {
	background-position: center right 15px;
}