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

html {
	overflow-y: scroll;
}

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

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

h1.subtitle,
h2.subtitle {
	border-bottom: 1px solid black;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 30px 0 24px 0;
}

.sp {
	display: none;
}

p {
	line-height: 2em;
	margin: 14px 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,
input.submit {
	color: black;
	overflow: hidden;
	transition: all .3s;
}

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

a.link-btn {
	background: url(images/link_btn.svg) no-repeat right 18px center;
	background-size: 22px;
	border-bottom: 1px solid black;
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 17px;
	font-weight: 700;
	padding: 10px 65px 10px 3px;
	text-decoration: none;
}

a.link-btn:hover {
	background: url(images/link_btn.svg) no-repeat right 13px center;
	background-size: 22px;
}

a.link-btn-prev {
	background: #cd9b43 url(images/page_prev.svg) no-repeat left 10px center;
	background-size: 20px;
	border: none;
	border-radius: 100px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1em;
	padding: 15px 35px 15px 55px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

a.link-btn-prev:hover {
	background: #3b0e09 url(images/page_prev_hover.svg) no-repeat left 5px center;
	background-size: 20px;
	opacity: 1.0;
}

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;
	text-align: justify;
}

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

em {
	font-style: normal;
}

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

span.red {
	color: red;
}

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.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

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

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

ul.list,
body#single div.body ul {
	line-height: 1.3em;
	padding-top: 10px;
}

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

ul.list li ul.notelist li {
	background-image: none;
	border: none;
}

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

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

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

ul.notelist li span.small {
	display: block;
	line-height: 1.3em;
}

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

div.line {
	background: #d1c4b0;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	text-indent: -2000em;
}

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 th {
	background-color: #3b0e09;
	border-bottom: 1px solid #fbf7f0;
	color: white;
	font-weight: 600;
	padding: 15px 20px;
	width: 30%;
}

table.list-table tr.header th {
	width: auto;
}

table.list-table tr:first-child th {
	border-top: 1px solid #eddbbc;
}

table.list-table tr:last-child th {
	border-bottom-color: #eddbbc;
}

table.list-table td {
	background-color: white;
	border-bottom: 1px solid #cdcdcd;
	padding: 15px 30px;
}

table.list-table tr:first-child td {
	border-top: 1px solid #cdcdcd;
}

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

table.list-table td.r {
	text-align: right;
}

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

ul.inkantype li {
	border: 1px solid #cdcdcd;
	margin: 0 10px 40px 10px;
	padding: 0 30px 30px 30px;
	width: 380px;
}

ul.inkantype li h2 {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 30px;
}

ul.inkantype li h2 em {
	background-color: white;
	border: 1px solid #cdcdcd;
	border-radius: 50%;
	color: #cd9b43;
	display: block;
	font-size: 30px;
	height: 50px;
	line-height: 1em;
	margin: -20px auto 10px auto;
	padding-top: 10px;
	width: 50px;
}

ul.inkantype li h2 strong {
	display: block;
	font-size: 20px;
	line-height: 1em;
}

ul.inkantype li div.img {
	text-align: center;
}

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

ul.set li {
	margin: 0 20px;
}

ul.set li h2 {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 32px;
}

ul.set li p {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
}

div.warranty10year {
	background-color: #f5efcb;
	padding: 30px 100px 40px 100px;
	position: relative;
}

div.warranty10year h2 {
	border-bottom: 1px dotted #3d3d3d;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 30px;
	padding-bottom: 10px;
}

div.warranty10year div.mark {
	position: absolute;
	right: 80px;
	top: 170px;
}

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

table.form-table th {
	background-color: #3b0e09;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	color: white;
	font-weight: 700;
	padding: 20px;
	text-align: justify;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 30%;
}

table.form-table td {
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	padding: 17px 0;
	vertical-align: top;
}

table.form-table td.m {
	padding: 20px 15px 0 15px;
	white-space: nowrap;
	width: 10px;
}

table.form-table td.m span {
	background-color: #cd9b43;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 10px;
	font-weight: 700;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 27px;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #a1a19b;
	border-radius: 5px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	margin: 2px 5px 2px 0;
	padding: 5px;
}

table.form-table td input.size150 {
	width: 150px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size400 {
	width: 400px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td textarea {
	width: 500px;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0;
}

table.form-table td table {
	width: auto;
}

table.form-table td table th {
	background-color: white;
	border-bottom: none;
	color: #f85820;
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: auto;
}

table.form-table td table td {
	border-bottom: none;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
	vertical-align: middle;
	width: auto;
}

table.form-table td table td input {
	border: none;
}

table.form-table td input#fileclear {
	cursor: pointer;
	display: none;
	font-size: 11px;
}

input.submit {
	background: #cd9b43 url(images/link_btn_contact.svg) no-repeat right 20px center;
	background-size: 24px;
	border: none;
	border-radius: 100px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1em;
	padding: 20px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	background: #3b0e09 url(images/link_btn_contact_hover.svg) no-repeat right 11px center;
	background-size: 24px;
	opacity: 1.0;
}

body#form table.form-table th {
	padding: 20px 30px 20px 20px;
}

body#form table.form-table td {
	padding: 20px 20px 20px 30px;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

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

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

ul.bloglist li {
	margin: 10px;
}

ul.bloglist li a {
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	display: block;
	font-weight: 700;
	margin: 10px 0;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	width: 210px;
}

ul.bloglist li a:hover {
	background-color: #f0e1c8;
}

ul.bloglist li a div.img img {
	height: auto;
	width: 100%;
}

ul.bloglist li a p.date {
	font-size: 12px;
	margin: 7px 0 0 0;
	text-align: center;
}

ul.bloglist li a h3 {
	display: table-cell;
	font-size: 14px;
	height: 70px;
	line-height: 1.3em;
	vertical-align: middle;
	width: 180px;
}

ul.bloglist li a span.category span,
body#single span.category span a,
ul.footercategory li span a {
	border-radius: 5px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	width: 160px;
}

ul.bloglist li a span.category span {
	display: block;
	line-height: 1.5em;
	padding: 3px 10px;
	width: 160px;
}

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

ul.footercategory li a {
	display: inline-block;
	margin: 0 5px;
}

ul.bloglist li a span.category span.individual,
body#single p.category span.individual a,
ul.footercategory li span.individual a {
	background: #70a8a6;
}

body#archive h1.individual {
	border-color: #70a8a6;
	color: #70a8a6;
}

body#single h1.individual {
	border-color: #70a8a6;
}

ul.bloglist li a span.category span.corporation,
body#single p.category span.corporation a,
ul.footercategory li span.corporation a {
	background: #81799f;
}

body#archive h1.corporation {
	border-color: #81799f;
	color: #81799f;
}

body#single h1.corporation {
	border-color: #81799f;
}

ul.bloglist li a span.category span.stamp,
body#single p.category span.stamp a,
ul.footercategory li span.stamp a {
	background: #79a574;
}

body#archive h1.stamp {
	border-color: #79a574;
	color: #79a574;
}

body#single h1.stamp {
	border-color: #79a574;
}

ul.bloglist li a span.category span.school,
body#single p.category span.school a,
ul.footercategory li span.school a {
	background: #ac6c9c;
}

body#archive h1.school {
	border-color: #ac6c9c;
	color: #ac6c9c;
}

body#single h1.school {
	border-color: #ac6c9c;
}

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

body#archive h1.news {
	border-color: #9b8a6f;
	color: #9b8a6f;
}

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

ul.bloglist li a span.category span.other,
body#single p.category span.other a,
ul.footercategory li span.other a {
	background: #8c8c8c;
}

body#archive h1.other {
	border-color: #8c8c8c;
	color: #8c8c8c;
}

body#single h1.other {
	border-color: #8c8c8c;
}

div.page {
	font-family: YuMincho, "Yu Mincho", serif;
	padding: 20px 5px 15px 5px;
	text-align: center;
}

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

div.page a.page-numbers,
div.page span.page-numbers {
	border-radius: 50%;
	color: white;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	height: 40px;
	line-height: 1em;
	margin: 0 1px;
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 40px;
}

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

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

div.page a.prev,
div.page span.prev a,
div.page a.next,
div.page span.next a {
	border: 2px solid #d1c4b0;
	border-radius: 5px;
	display: inline-block;
	font-weight: 700;
	height: auto;
	text-decoration: none;
	width: auto;
}

div.page a.next,
div.page span.next a {
	background: #cd9b43 url(images/link_btn_contact.svg) no-repeat right 10px center;
	background-size: 20px;
	border: none;
	border-radius: 100px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1em;
	padding: 15px 55px 15px 35px;
	text-align: center;
	text-decoration: none;
}

div.page a.next:hover,
div.page span.next a:hover {
	background: #3b0e09 url(images/link_btn_contact_hover.svg) no-repeat right 5px center;
	background-size: 20px;
	opacity: 1.0;
}

div.page a.prev,
div.page span.prev a {
	background: #cd9b43 url(images/page_prev.svg) no-repeat left 10px center;
	background-size: 20px;
	border: none;
	border-radius: 100px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1em;
	padding: 15px 35px 15px 55px;
	text-align: center;
	text-decoration: none;
	width: auto;
}

div.page a.prev:hover,
div.page span.prev a:hover {
	background: #3b0e09 url(images/page_prev_hover.svg) no-repeat left 5px center;
	background-size: 20px;
	opacity: 1.0;
}

body#archive h1 {
	border-bottom: 1px solid #9b8a6f;
	border-top: 1px solid #9b8a6f;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 25px;
	line-height: 1.4em;
	padding: 15px 0;
}

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;
	font-weight: 700;
	line-height: 1.0em;
	text-align: center;
}

body#single h1 {
	border-bottom: 3px solid #9b8a6f;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 30px;
	line-height: 1.4em;
	padding: 20px 10px;
}

body#single div.body {
	font-size: 16px;
}

body#single div.body h2 {
	border-bottom: 1px dotted #3d3d3d;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 25px;
	line-height: 1.5em;
	margin: 0 -10px;
	padding-bottom: 5px;
}

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 #cdcdcd;
	line-height: 1.5em;
	padding: 5px 10px;
}

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

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 {
	height: 160px;
	position: relative;
}

#header-logo {
	left: 50%;
	position: absolute;
	top: 90px;
	transform: translateX(-50%);
}

#header-icon {
	left: calc(50% - 600px);
	position: absolute;
	top: 10px;
}

#header h1 {
	font-size: 12px;
	padding: 40px 0 10px 245px;
	text-align: justify;
}

nav#globalnav {
	border-bottom: 1px solid #a8a8a8;
}

nav#globalnav ul {
	justify-content: center;
	margin: 0 auto;
	padding: 20px 20px 5px 0;
	position: relative;
	text-align: center;
	width: 1200px;
}

nav#globalnav ul li {
	display: inline-block;
	font-size: 13px;
}

nav#globalnav ul li a {
	display: block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-weight: 700;
	padding: 8px 18px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

nav#globalnav ul li a:hover {
	opacity: 1.0;
}

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

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

nav#globalnav ul li:nth-child(1),
nav#globalnav ul li:nth-child(2),
nav#globalnav ul li:nth-child(9),
nav#globalnav ul li:nth-child(10) {
	font-size: 16px;
	position: absolute;
	top: 84px;
}

nav#globalnav ul li:nth-child(1) {
	left: 150px;
}

nav#globalnav ul li:nth-child(2) {
	left: 310px;
}

nav#globalnav ul li:nth-child(9) {
	left: 770px;
}

nav#globalnav ul li:nth-child(10) {
	left: 910px;
}

nav#globalnav ul li a em {
	display: block;
	font-size: 12px;
	font-weight: 400;
}

nav#globalnav a#header-onlineshop {
	background: #cd9b43 url(images/link_btn_contact.svg) no-repeat right 16px center;
	background-size: 24px;
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 16px;
	font-weight: 700;
	height: 72px;
	letter-spacing: -1.5px;
	line-height: 14px;
	padding: 29px 54px 29px 44px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
}

nav#globalnav a#header-onlineshop:after {
	content: none;
}

nav#globalnav a#header-onlineshop:hover {
	background: #3b0e09 url(images/link_btn_contact_hover.svg) no-repeat right 11px center;
	background-size: 24px;
}


#title {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 20px;
}

#title h1 {
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 45px;
	line-height: 1.6em;
}

#title h1 em {
	display: block;
	font-size: 20px;
	line-height: 1.5em;
}

#title-s {
	background-size: 100% auto;
	color: white;
	padding: 40px 0 20px 0;
}

#title-s p {
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

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

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

div.main-w {
	margin: 0 auto;
	width: 1200px;
}

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

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

div.bg-darkgray {
	background-color: #cecece;
}

footer {
	border-top: 1px solid black;
}

#footer {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 70px 0 90px 0;
	position: relative;
	width: 1200px;
}

#footer-address {
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 12px;
}

#footer-address h3 {
	padding-bottom: 30px;
	text-align: left;
}

#footer-address h4 {
	font-weight: 400;
	padding-bottom: 10px;
	text-align: left;
}

address {
	font-style: normal;
}

#footer-address p {
	line-height: 1.8em;
	margin: 0;
}

p#footer-tel {
	font-size: 20px;
	padding-top: 15px;
}

p#footer-tel span {
	margin-left: 5px;
}

p#footer-contact {
	padding-top: 15px;
}

ul#footer-sns {
	padding-top: 20px;
}

ul#footer-sns li {
	display: inline;
	margin-right: 12px; /*半分以上開ける必須*/
}

nav#footernav ul {
	display: flex;
	flex-wrap: wrap;
	height: 220px;
	justify-content: right;
}

nav#footernav ul li a {
	display: inline-block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 14px;
	position: relative;
	text-decoration: none;
	writing-mode: vertical-rl;
}

nav#footernav ul li a:after {
	background: #3b0e09;
	content: "";
	height: 100%;
	position: absolute;
	right: 8px;
	top: 10px;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .2s;
	width: 2px;
}

nav#footernav ul li a:hover:after {
	transform: scaleY(1);
}

#footer-online {
	bottom: 50px;
	position: absolute;
	right: 0;
}

#footer-online p a.link-btn {
	background: url(images/footer_online.webp) no-repeat left 10px center,
	url(images/link_btn.svg) no-repeat right 25px center;
	background-size: 78px, 22px;
	display: block;
	font-size: 22px;
	line-height: 1.4em;
	padding: 10px 65px 10px 115px;
}

#footer-online p a.link-btn:hover {
	background: url(images/footer_online.webp) no-repeat left 10px center,
	url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 78px, 22px;
}

#footer-online p a.link-btn em {
	display: block;
	font-size: 12px;
	line-height: 1.4em;
}

#footer-online p:last-child {
	font-size: 11px;
}

#pagetop {
	position: fixed;
	right: 20px;
}

#pagetop a {
	background: black url(images/pagetop.svg) no-repeat center top 12px;
	background-size: 20px;
	border-radius: 50%;
	color: white;
	display: block;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 15px;
	font-weight: 700;
	height: 70px;
	line-height: 1.0em;
	padding-top: 35px;
	text-align: center;
	text-decoration: none;
	width: 70px;
}

#pagetop a:hover {
	background: black url(images/pagetop.svg) no-repeat center top 7px;
	background-size: 20px;
}

#footer-copy {
	background-color: #585858;
	padding: 10px;
}

#footer-copy p {
	color: white;
	font-size: 11px;
	margin: 0 auto;
	width: 1200px;
}
