
body {
	max-width: 480px;
	min-width: 380px;
	-webkit-text-size-adjust: 100%;
}

h2.img {
	font-size: 35px;
}

h2.subtitle {
	background-position: center bottom 15px;
	font-size: 28px;
	padding: 20px 0;
}

h2.copy {
	font-size: 27px;
	line-height: 1.5em;
	padding: 10px 0;
}

h3.subtitle {
	font-size: 22px;
}

h3.copy {
	font-size: 22px;
}

h2.img span,
h3.img span {
	padding-bottom: 5px;
}

h2.linetitle {
	font-size: 25px;
}

.df {
	display: none;
}

span.sp {
	display: inline;
}

div.sp {
	display: block;
}

p {
	line-height: 1.8em;
}

p.spjustify {
	text-align: justify;
}

a.link-btn,
span.link-btn a {
	padding: 10px 50px 10px 30px;
}

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

ul.list li,
div.body ul li {
	background-position: 0 12px;
	line-height: 1.4em;
	padding: 5px 0 5px 15px;
}

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

table.list-table {
	border-top: none;
}

table.list-table th {
	border-bottom: 1px solid #9c9c9c;
	border-top: 1px solid #9c9c9c;
	display: block;
	padding: 5px;
	text-align: center;
	width: auto;
}

table.list-table td {
	border: none;
	display: block;
	padding: 13px 20px 25px 20px;
	width: auto;
}

table.list-table td table th {
	display: table-cell;
	padding: 3px 0;
}

table.list-table td table td {
	display: table-cell;
	padding: 3px 0 3px 10px;
}

p.trademark {
	font-size: 22px;
	width: 100%;
}

ul.menu {
	display: block;
}

ul.menu li {
	background-size: auto 100%;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
}

ul.menu li a {
	height: auto;
	margin: 0;
	width: auto;
}

ul.menu li a h3 {
	font-size: 24px;
}

ul.menu li a div.section {
	height: auto;
}

ul.menu li a div.section p {
	text-align: justify;
}

ul.menu li a div.btn {
	position: static;
	width: 100%;
}

div.scrollhint {
	border: 3px solid #ced8e3;
	border-right: 0;
	overflow: auto;
	padding: 5px 5px 15px 5px;
	white-space: nowrap;
}

table.pricelist {
	width: auto;
}

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

table.form-table {
	border-top: 1px dotted #c5c5c5;
}

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

table.form-table th {
	border: none;
	border: 1px solid #d9d9d9;
	border-bottom: none;
	border-radius: 12px 12px 0 0;
	display: block;
	padding: 10px 0 0 20px;
	text-align: left;
	width: 100%;
}

table.form-table td {
	border: 1px solid #d9d9d9;
	border-radius: 0 0 12px 12px;
	border-top: none;
	display: block;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding: 12px 20px 15px 20px;
}

table.form-table td.m {
	border: none;
	display: block;
	float: right;
	height: 30px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 30px;
}

table.form-table td input.size500,
table.form-table td input.size400,
table.form-table td input.size300,
table.form-table td input.size200,
table.form-table td textarea {
	width: 95%;
}

table.form-table td input.checkbox {
	width: 20px;
}

table.form-table td span.spwideform textarea {
	width: 96%;
}

input.submit {
	display: block;
	font-size: 22px;
	margin: 0 auto;
	padding: 18px 5%;
	width: 90%;
}

body#form p.error {
	padding: 30px 20px;
}

body#form table.form-table th,
body#form table.form-table td {
	background-color: white;
	padding-bottom: 10px;
	padding-top: 10px;
}

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

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

body#archive h1 {
	font-size: 25px;
}

body#single div.body {
	padding: 15px 20px 25px 20px;
	width: 100%;
}

body#single div.body h1 {
	font-size: 22px;
	line-height: 1.4em;
}

body#single div.body h1 em {
	margin-left: 0;
}

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

body#single div.body figure {
	height: auto;
	margin: 10px 0;
	padding: 0;
	width: auto;
}

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

body#single div.body figure figcaption {
	font-size: 85%;
	line-height: 1.5em;
}

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

#header {
	height: auto;
	width: auto;
}

#header-logo {
	padding-left: 20px;
	position: static;
}

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

header p {
	display: none;
}

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

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

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

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

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

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

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

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

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

nav#globalnav {
	background: #2d2e34;
	display: none;
	margin-right: 0;
	padding: 0 0 20px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

nav#globalnav ul {
	display: block;
	padding: 60px 15px 10px 15px;
}

nav#globalnav ul li {
	display: block;
	text-align: center;
}

nav#globalnav ul li {
	border-bottom: 1px solid #acacac;
	display: block;
	padding: 0;
}

nav#globalnav ul li a {
	background: url(images/link_btn_white.svg) no-repeat right 20px center;
	background-size: 8px;
	color: white;
	display: block;
	height: auto;
	line-height: 1.3em;
	padding: 10px 10px 10px 20px;
	text-align: left;
}

nav#globalnav ul li a em {
	color: white;
	display: block;
}

nav#globalnav ul li a:hover {
	background-color: #5b5c64;
	background-position: right 15px center;
	background-size: 6px;
	opacity: 1;
}

nav#globalnav ul li a:after {
	height: 0;
}

nav#globalnav ul:last-child {
	display: block;
}

nav#globalnav ul.sp {
	background-color: black;
	border: 15px solid #2d2e34;
	padding: 20px;
}

nav#globalnav ul.sp li {
	border-color: #888888;
}

nav#globalnav ul.sp li:first-child {
	border-top: 1px solid #888888;
}

nav#globalnav ul.sp li a {
	padding-left: 40px;
	text-align: center;
}

nav#globalnav ul.sp li:nth-child(1) a {
	background: url(images/sticky_btn_web.svg) no-repeat left 26px center;
	background-size: 30px;
}

nav#globalnav ul.sp li:nth-child(2) a,
nav#globalnav ul.sp li:nth-child(3) a {
	background: url(images/sticky_btn_tel.svg) no-repeat left 30px center;
	background-size: 20px;
}

nav#globalnav ul.sp li a em {
	display: inline;
	margin-left: 10px;
}

nav#globalnav ul.sp li a:hover {
	background-color: #484848;
}

ul#sticky-btn {
	display: none;
}

#title,
#title-s {
	background-size: auto 100%;
	height: auto;
	margin: 0;
	padding: 30px 0;
}

#title h1 {
	background-image: none;
	font-size: 28px;
	line-height: 1em;
	padding: 10px 20px;
}

#title h1 em {
	padding-top: 10px;
}

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

#footer-contact-bg {
	background-size: auto 100%;
	padding: 30px 20px;
}

#footer-contact {
	display: block;
	padding: 30px;
	position: static;
	width: 100%;
}

#footer-contact h3 {
	background-image: none;
	border: none;
	font-size: 30px;
	padding: 10px;
	position: static;
}

#footer-contact p {
	line-height: 1.5em;
}

#footer-contact p:last-child {
	text-align: center;
}

#footer-contact p:last-child a.link-btn {
	display: block;
	font-size: 15px;
}

#footer-contact p:last-child a.link-btn em {
	display: block;
}

#footer {
	display: block;
	padding: 40px 20px 20px 20px;
	position: static;
	width: 100%;
}

nav#footernav {
	display: block;
	position: static;
}

nav#footernav ul {
	display: block;
	padding: 0;
}

nav#footernav ul:first-child,
nav#footernav ul:last-child {
	border-top: 1px solid #5e5e5e;
}

nav#footernav ul li {
	border-bottom: 1px solid #5e5e5e;
	display: block;
}

nav#footernav ul li a {
	background-position: left 20px center;
	display: block;
	padding: 5px 20px 5px 40px;
}

nav#footernav ul li a:hover {
	background-color: #141517;
	background-position: left 25px center;
}

nav#footernav ul:last-child {
	border-top: none;
}

nav#footernav ul:last-child li:not(:nth-child(6)) a {
	background-position: left 15px center;
	padding: 5px 20px 5px 40px;
}

nav#footernav ul:last-child li:not(:nth-child(6)) a:hover {
	background-color: #141517;
}

nav#footernav ul li ul {
	border: none;
}

nav#footernav ul li ul li {
	border: none;
}

nav#footernav ul li ul:last-child li:not(:nth-child(6)) a {
	background-position: left 50px center;
	padding-left: 70px;
}

#footer-address h3 {
	padding: 50px 0 20px 0;
	text-align: center;
}

#footer-address h3 img {
	height: auto;
	margin: 0 auto;
	width: 260px;
}

#footer-address address,
#footer-address p {
	text-align: center;
}

ul#footer-bannar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: static;
}

ul#footer-bannar li {
	display: inline-block;
	padding: 10px;
}

ul#footer-bannar li:last-child {
	display: block;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}

#pagetop {
	margin-bottom: -50px;
	position: fixed;
	right: 5px;
}

#pagetop a {
	background-position: left top 10px;
	background-size: 36px;
	display: block;
	height: 30px;
	width: 30px;
}

#pagetop a:hover {
	background-position: left top;
	background-size: 36px;
	height: 30px;
	opacity: 1;
}