@charset "utf-8";
/* CSS Document */
@import "./gennomincho.css";
/* =Reset default browser CSS.
-------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display:block;
}/*for under HTML5*/
audio,
canvas,
video {
	display:inline-block;
*display:inline;
*zoom:1;
}
audio:not([controls]) {
	display:none;
}
[hidden] {
display:none;
}
/*
::-moz-selection {  text-shadow:none; }
::selection {  text-shadow:none; }
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border:0;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body {
	line-height:1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
	font-weight:normal;
}
ol,
ul {
	list-style:none;
}
blockquote {
	quotes:none;
}
blockquote::before,
blockquote:after {
	content:'';
	content:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
a img {
	border:none;
}
em {
	font-style:normal;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
* {
	padding:0;
	margin:0;
}
html {
	height:100%;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:20px;
	color:#000;
	padding:0;
	margin:0;
	height:100%;
}
/* Text elements */
p {
	background:url(../img/p_bg.gif);
	margin-bottom:20px;
	line-height:1.6;
}
ul {
	list-style:none;
	margin:0;
}
ol {
	margin:0;
}
dl {
}
dt {
}
dd {
}
b,
strong {
	font-weight:bold;
}
cite,
em,
i {
	font-style:normal;
}
ins {
	text-decoration:none;
}
blockquote {
}
blockquote cite,
blockquote em,
blockquote i {
	font-style:normal;
}
pre {
}
abbr,
acronym {
}
sup,
sub {
	height:0;
	line-height:1;
	position:relative;
	vertical-align:baseline;
}
sup {
	bottom:1ex;
}
sub {
	top:.5ex;
}
input[type="text"],
input[type="email"],
textarea {
	display:block;
	border:1px solid #ccc;
	border-radius:5px;
	box-shadow:none;
	padding:12px;
}
a:link {
	color:#000066;
	text-decoration:none;
	transition:ease-in 0.3s;
}
#content a:link {
	text-decoration:underline;
}
a:visited {
}
a:active,
a:hover {
	text-decoration:none;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
a:visited {
	color:#000066;
}
a:focus {
	outline:none;
}
a:hover,
a:active {
	outline:0;
}
a img {
}
hr {
	display:none;
}
section {
	float:none;
	clear:both;
	position:relative;
	overflow:hidden;
	min-height:1em;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position:absolute;
	left:-9000px;
}
/* HTML5 FIX */

abbr[title] {
}
blockquote {
	margin:0;
}
dfn {
	font-style:italic;
}
ins {
	text-decoration:none;
}
mark {
	font-style:italic;
	font-weight:bold;
}
q {
	quotes:none;
}
q::before,
q:after {
	content:"";
	content:none;
}
nav ul,
nav ol {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
}
svg:not(:root) {
	overflow:hidden;
}
figure {
	margin:0;
}
form {
	margin:0;
}
fieldset {
	border:0;
	margin:0;
	padding:0;
}
label {
	cursor:pointer;
}
legend {
	border:0;
*margin-left:-7px;
	padding:0;
	white-space:normal;
}
button,
input,
select,
textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
*vertical-align:middle;
}
button,
input {
	line-height:normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor:pointer;
	-webkit-appearance:button;
*overflow:visible;
	border:none;
}
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button[disabled],
input[disabled] {
	cursor:default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing:border-box;
	padding:0;
*width:13px;
*height:13px;
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
	overflow:auto;
	vertical-align:top;
	resize:vertical;
}
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
}
table {
	border-collapse:collapse;
}
td {
}
.chromeframe {
	margin:0.2em 0;
	color:black;
	padding:0.2em 0;
}
input,
textarea,
button {
	outline:none;
}
 @media only screen and (min-width:35em) {
}
.ir {
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
*line-height:0;
}
.ir br {
	display:none;
}
.hidden {
	display:none !important;
	visibility:hidden;
}
.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}
.invisible {
	visibility:hidden;
}
.clearfix::before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
*zoom:1;
}
/* =Layout
-------------------------------------------------------------- */

.sp {
	display:none !important;
}
img {
	max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Noto Serif Japanese', serif;
}
#wrapper {
	width:100%;
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
}
.inside {
	width:980px;
	margin:0 auto;
	position:relative;
}
#home #main_inside {
	width:auto;	
}
#header {
	background:#001A73;
}
#header h1 img {
	height:40px;
}
#header button {
	display:none;
}
#header a {
	color:#fff;
}
#header .header_above {
	padding:15px 0;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#header .header_above .header_contact {
	position:absolute;
	right:190px;
	top:24px;
}
#header .header_above .header_contact a {
	font-size:13px;
}
#header .header_above .header_onlineshop {
	position:absolute;
	right:0px;
	top:19px;
}
#header .header_above .header_onlineshop a {
	font-size:13px;
	border:1px solid #fff;
	padding:3px 8px;
	display:block;
}
#header .header_above .header_onlineshop a:hover {
	background:#fff;
	color:#001A73;
}
#header .header_above .header_onlineshop a i {
	font-size:24px;
	vertical-align:middle;
}
#header .header_above .sns {
	position:absolute;
	right:440px;
	top:23px;
}
#header .sns li {
	display:inline-block;
	font-size:20px;
	margin:0 20px 0 0;
	vertical-align:middle;
}
#wrapper .sns li.tit {
	font-size:9px;
	padding:2px 8px;
	line-height:1.2;
	letter-spacing:0.5px;
	border:#006 1px solid;
}
#header .header_above .sns li.tit {
	margin:0 20px 0 0;
	color:#fff;
	border:#fff 1px solid;
}
#header nav {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	background:#000040;
}
#header nav ul {
	width:980px;
	margin:0 auto;
	position:relative;
}
#header nav ul li {
	float:left;
	position:relative;
	width:163px;
}
#header nav ul li:nth-child(4) {
	width:165px;
}
#header nav ul li a {
	display:block;
	padding:15px 0;
	line-height:1.2;
	text-align:center;
	font-size:12px;
}
#header nav ul li.current a,
#header nav ul li a:hover {
	background:#000095;
}
.breadcrumb {
	padding:10px 0 20px;
	font-size:12px;
	line-height:1.2;
}
#home .breadcrumb {
	display:none;
}
.breadcrumb a {
	color:#006;
}
.breadcrumb svg {
	vertical-align:top;
}
#main {
	padding:0 0 400px;
}
#main:after {
	clear:both;
	content:"";
	display:block;
	height:0;
}
.below #content {
	float:right;
	width:730px;
	position:relative;
	overflow:hidden;
}
.below #sidebar {
	float:left;
	width:210px;
	padding:0 0;
	position:relative;
	overflow:hidden;
}
#sidebar aside {
	margin:0 0 20px;
}
#sidebar aside h2 {
	background:#000031;
	padding:10px;
	color:#fff;
	font-size:14px;
}
#sidebar aside ul {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	border-bottom:2px solid #000031;
}
#sidebar aside ul li {
	position:relative;
	overflow:hidden;
	border-bottom:1px dotted #000031;
}
#sidebar aside ul li:last-child {
	border-bottom:none;
}
#sidebar aside ul li a {
	position:relative;
	overflow:hidden;
	display:block;
	padding:15px 15px 15px 15px;
	color:#000031;
}
#sidebar aside ul li a::before {
	content:"\f105";
	font-family:"Font Awesome 5 Light";
	display:none;
}
#sidebar aside ul li a .svg-inline--fa {
	position:absolute;
	left:0;
	top:17px;
	transition:ease-in 0.2s;
}
#sidebar aside ul li a:hover {
	background:#eee;
}
#sidebar aside ul li.current a,
#sidebar aside ul li.current-menu-item a {
	background:#eee;
}
#sidebar aside ul li a:hover .svg-inline--fa,
#sidebar aside ul li.current a .svg-inline--fa,
#sidebar aside ul li.current-menu-item a .svg-inline--fa {
	left:5px;
}
#sidebar aside div {
	margin:0 0 20px;
}
#sidebar aside div a {
	display:block;
}
#sidebar aside div img {
	display:block;
}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	background:#001A73;
	color:#fff;
}
#footer .sns {
	text-align:center;
	padding:40px 0 20px;
	background:#fff;
}
#footer .sns li {
	display:inline-block;
	font-size:25px;
	margin:0 15px;
	vertical-align:middle;
}
#footer .sns li a {
	color:#006;
}
#footer .sns li.tit {
	font-size:10px;
	margin:0 10px 0 0;
	color:#006;
}
#footer .footer_obi {
	background:#ddd;
	text-align:center;
	font-size:0;
	line-height:0;
}
#footer .footer_obi a {
	display:inline-block;
	padding:20px 20px;
	color:#006;
	font-size:14px;
	line-height:1.2;
}
#footer .footer_obi a:hover {
	background:#999;
	color:#fff;
}
#footer #footer_obi_2 {
	background:#000031;
}
#footer #footer_obi_2 a {
	color:#fff;
}
#footer #footer_obi_2.footer_obi a:hover {
	background:#000051;
}
#footer a {
	color:#fff;
}
#footer .inside {
	padding:40px 0;
}
#footer h1 {
	float:left;
	width:auto;
}
#footer h1 img {
	width:210px;
}
#footer nav {
	float:right;
	width:auto;
	margin:5px 0 0;
}
#footer nav ul li {
	display:inline-block;
	font-size:13px;
	margin:0 0 0 20px;
}
#footer p {
	float:none;
	clear:both;
	font-size:10px;
	margin:0;
	padding:40px 0 0;
}
#to_top {
	position:fixed;
	right:40px;
	bottom:40px;
}
/* Prats */
.bt {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	margin:40px 0;
	text-align:center;
}
.bt a, .bt button {
	display:inline-block;
	margin:0 20px;
	padding:13px 20px;
	color:#fff;
	font-size:14px;
	font-weight:400;
	position:relative;
	line-height:1.2;
	min-width:200px;
	text-decoration:none !important;
	background:#000031;
}
.bt a::before, .bt button::before {
	content:"\f105";
	font-family:"Font Awesome 5 Light";
	display:none;
}
.bt a .svg-inline--fa, .bt button .svg-inline--fa {
	position:absolute;
	right:10px;
	top:50%;
	margin:-8px 0 0;
}
.bt a.back::before, .bt button.back::before {
	content:"\f104";
}
.bt a.back .svg-inline--fa, .bt button.back .svg-inline--fa {
	right:auto;
	left:10px;
}
.bt.s {
	margin:0;
	display:inline-block;
	vertical-align:middle;
}
.bt.s a {
	display:block;
	margin:0;
	padding:5px 12px;
	font-size:12px;
	min-width:1px;
}
.bt.s a .svg-inline--fa {
	right:5px;
	margin:-8px 0 0;
}
.bt.s a.back .svg-inline--fa {
	left:5px;
}
.bt.p a {
	padding:43px 20px 43px 160px;
	position:relative;
	overflow:hidden;
}
.bt.p a img {
	position:absolute;
	left:0;
	top:0;
}
.each_box {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	margin:0 0 30px;
}
.left {
	float:left;
}
.right {
	float:right;
	width:auto;
}
.low_height img.left {
	width:300px;
	margin:0 50px 20px 0;
}
.low_height p.p_right {
	float:right;
	width:380px;
}
.low_height img.right {
	width:300px;
	margin:0 0 20px 50px;
}
.low_height p.p_left {
	float:left;
	width:380px;
}
.half .left,
.half .right {
	width:350px;
}
.single-wide .half .left,
.single-wide .right {
	width:470px;
}
.quarter {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
.quarter .left {
	width:500px;
}
.quarter .right {
	width:200px;
}
.caution {
	font-size:75%;
	line-height:1.3;
	padding:0 0 0 10px;
	border-left:5px solid #ccc;
}
.border {
	border:1px solid #ccc;
	padding:15px;
	margin:0 0 30px;
}
.blue {
	color:#001A73 !important;
}
.gold_bg {
	background:#CDC298 !important;
}
.mt0 {
	margin-top:0 !important;
}
.mt-20 {
	margin-top:-20px !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.w200 {
	width:200px;
}
#main .hl_l {
	font-size:23px;
	line-height:1.4;
	color:#000066;
	margin:30px 0 30px;
	letter-spacing:2px;
	padding:0 0 0 40px;
	position:relative;
}
#main .hl_l::before {
	content:"";
	display:block;
	height:2px;
	width:24px;
	background:#000066;
	position:absolute;
	left:0;
	top:14px;
}
#main .hl_m {
	font-size:20px;
	line-height:1.4;
	color:#000066;
	margin:30px 0 30px;
	letter-spacing:1px;
}
#main .hl_s {
	font-size:16px;
	line-height:1.4;
	color:#000066;
	margin:20px 0 20px;
}
#main .hl_box {
	font-size:18px;
	line-height:1.2;
	color:#fff;
	background:#000066;
	padding:10px 15px;
	margin:30px 0 30px;
	letter-spacing:2px;
}
#main .hl_line {
	font-size:18px;
	line-height:1.2;
	color:#000066;
	padding:0 0 10px;
	border-bottom:1px solid #ccc;
	margin:30px 0 30px;
}
#main .hl_c {
	font-size:18px;
	line-height:1.2;
	color:#000066;
	padding:0 0 10px;
	border-bottom:1px solid #000066;
	margin:30px 0 20px;
	text-align:center;
}
#main .page_title {
	margin:0 0 30px;
}
#main strong {
	color:#000066;
	font-weight:bold;
}
.alignright,
.align-right {
	float:right;
	width:470px;
	margin:0 0 40px 40px;
}
.alignleft,
.align-left {
	float:left;
	width:470px;
	height:auto;
	margin:0 40px 40px 0;
}
.cms_box img {
	border:1px solid #ccc;
	box-sizing:border-box;
}
.cms_box article {
	margin:0 0 40px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
table {
	border-collapse:collapse;
	border-bottom:1px solid #CCC;
	float:none;
	clear:both;
	width:100%;
	margin:0 auto 60px;
}
table.box {
	border:1px solid #CCC;
}
table th {
	width:auto;
	border-collapse:collapse;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	padding:20px;
	min-width:80px;
	white-space:nowrap;
	font-weight:normal;
	min-height:1px;
	height:100%;
	text-align:left;
	font-family:'Noto Serif Japanese', serif;
	position:relative;
	color:#001A73;
}
table.box th {
	border:1px solid #CCC;
}
table th:after {
	display:block;
	border-right:2px solid #8996C0;
	height:calc(100% - 40px);
	content:"";
	position:absolute;
	right:0;
	top:20px;
	overflow:hidden;
}
table th span {
	display:block;
}
table td input {
	margin:0 10px 0 0;
}
table td textarea {
	margin:0;
	padding:10px;
	display:block\9;
}
table td em {
	color:#001A73;
	font-size:12px;
	font-style:normal;
}
table td.td_img {
	position:relative;
	text-align:center;
	width:240px;
}
table td.td_img img {
	width:200px;
}
table td {
	border-collapse:collapse;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	padding:20px;
}
table td ruby rt {
	font-size:8px;
}
table td div {
	position:absolute;
	left:40px;
	top:20px;
}
table td div img {
	display:block;
	margin:0 0 20px;
}
table td div p {
	font-size:12px;
	text-align:right;
}
table#wp-calendar {
	margin:0;
}
table#wp-calendar th,
table#wp-calendar td {
	border:1px solid #CCC;
}
table#wp-calendar th {
	padding:10px;
	min-width:1px;
	text-align:center;
}
#eo-widget-next-month {
	text-align:right;
}
.eo-fullcalendar-reset div,
.eo-fullcalendar-reset footer,
.eo-fullcalendar-reset h2,
.eo-fullcalendar-reset header,
.eo-fullcalendar-reset table,
.eo-fullcalendar-reset tbody,
.eo-fullcalendar-reset td,
.eo-fullcalendar-reset tfoot,
.eo-fullcalendar-reset th,
.eo-fullcalendar-reset thead,
.eo-fullcalendar-reset tr {
	position:static;
}
#content .fc-content-skeleton table td {
	border-right:1px solid #CCC !important;
	padding:5px !important;
}
.fc-view table td div {
	position:relative;
	left:auto;
	top:auto;
}
.fc-basic-view tbody .fc-row {
	min-height:1px !important;
}
#bizcalendar-3 {
}
/* =========================================================
biz_calendar
========================================================= */
#main #biz_calendar {
	max-width:none;
}
#main #biz_calendar .bizcal {
	border-color:#fff !important;
	border-collapse:collapse;
	float:none;
	clear:both;
	width:100%;
	box-sizing:border-box;
	margin:0 auto 10px;
}
#biz_calendar .bizcal tbody tr .calmonth {
}
#biz_calendar .bizcal tbody tr .calbtn {
}
#biz_calendar .bizcal tbody tr .calbtn img {
}
#biz_calendar .bizcal tbody tr th {
	padding:10px 0;
	min-width:1px;
	text-align:center;
	border:1px solid #CCC;
	border-color:#ddd;
	background:#f2f2f2;
	color:#001A73;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
#biz_calendar .bizcal tbody tr th::after {
	content:"";
	display:none;
}
#biz_calendar .bizcal tbody tr td {
	border:1px solid #CCC !important;
	padding:5px !important;
	text-align:right;
	height:40px;
	background:#FFFCE6;
}
#biz_calendar .bizcal tbody tr td.outday {
	background:#fff;
}
#biz_calendar .bizcal tbody tr:first-child td {
	border:none !important;
	font-family:'Noto Serif Japanese', serif !important;
	font-size:18px;
	color:#006;
	font-weight:normal;
	height:auto;
	background:#fff;
}
#biz_calendar .bizcal tbody tr .holiday {
	color:#000;
	background:#FFEAF0;
}
#main #biz_calendar table.bizcal .eventday {
	color:#000;
	background-color:#E8FDFF;
}
#biz_calendar .bizcal tbody tr .today {
}
#biz_calendar p {
	display:none;
}
#main #order_salon_calender p {
	margin:0 0 0;
}
#main #order_salon_calender p span {
	padding-left:25px;
	margin-right:10px;
}
#main #order_salon_calender p .boxday {
	border:1px solid #CCC;
	background:#FFFCE6;
}
#main #order_salon_calender p .boxholiday {
	background:#FFEAF0;
	border:1px solid #CCC;
}
#main #order_salon_calender p .boxeventday {
	border:1px solid #CCC;
	background-color:#E8FDFF;
}
#main #order_salon_calender p .boxeventday2 {
	border:1px solid #CCC;
	background-color:#DAF9DA;
}
#main .fc-toolbar h2 {
	font-family:'Noto Serif Japanese', serif !important;
	font-size:18px;
	color:#006;
}
.clear_none {
	clear:none;
}
iframe {
	margin:0 auto 60px;
	display:block;
}
.img_box {
	text-align:center;
	margin:0 0 60px;
}
.img_box img {
	margin:0 10px;
}
.img_box p {
	margin:10px 0 0;
}
.tab_link {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	margin:10px 0 30px;
}
#content .tab_link a {
	font-size:16px;
	text-decoration:none;
	width:460px;
	margin:0 10px;
	box-sizing:border-box;
}
.tab_link a.current {
	background:#eee;
	color:#000066;
	font-weight:bold;
}
.tab_link a.current {
}
.tab_link.bt a .svg-inline--fa {
	margin:-14px 0 0;
	font-size:24px;
}
.tab_link.bt a.current::before {
	content:"\f107";
}
.tab_link.bt a.current .svg-inline--fa {
	margin:-11px 0 0;
}
.column_3 {
	margin:0 auto 40px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
.column_3 li {
	float:left;
	width:235px;
	margin:0 12px 0 0;
	text-align:center;
}
.column_3 li:nth-child(3n) {
	margin:0;
}
.column_3 li img {
	display:block;
	max-width:100%;
}
.column_3 li span {
	display:block;
	font-size:13px;
}
.photo_box {
	float:right;
	margin:0 0 40px 20px;
	width:280px;
}
.photo_box.m {
	width:220px;
	margin:0 0 20px 20px;
}
.photo_box.s {
	width:160px;
}
.photo_box img {
	margin:0;
	width:100%;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.photo_box p {
	margin:0;
	font-size:12px;
	line-height:1.4;
}
.photo_column_2 {
	margin:0 0 20px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
.photo_column_2 li {
	float:left;
	width:350px;
	margin:0 30px 0 0;
}
.photo_column_2 li:last-child {
	margin:0;
}
.photo_column_2 li img {
	margin:0;
	display:block;
	width:100%;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.photo_column_2 li p {
	margin:0;
	font-size:12px;
	line-height:1.4;
}
.split {
	margin:0 0 60px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	background:#eee;
	box-sizing:border-box;
}
.split img {
	display:block;
	margin:0 auto;
	width:100%;
}
.split .info {
	padding:40px;
}
.split p:last-child {
	margin:0;
}
.prof {
	padding:20px;
	border:1px solid #ddd;
	margin:0 0 40px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
.prof .img {
	float:left;
	margin:0 20px 0 0;
	width:auto;
}
.prof .img img {
	width:112px;
	display:block;
}
.prof .info {
	float:left;
	width:auto;
	margin:0;
	font-size:12px;
	line-height:1.4;
}
#content .prof .info .name {
	margin:0 0 5px;
}
.prof .info p {
	margin:0;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.ol_list {
	padding:0 0 0;
	margin:40px 0 0;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	font-family:'Noto Serif Japanese', serif;
}
.ol_list li {
	margin:0 0 40px 20px;
	padding:0 0 40px;
	border-bottom:1px dotted #ddd;
	list-style:decimal;
	font-size:16px;
}
.ol_list li h4 {
	margin:0 0 25px;
	font-size:16px;
}
.ol_list li p {
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
}
.ol_list2 {
	padding:0 0 0;
	margin:40px 0 0;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
.ol_list2 li {
	margin:0 0 0 20px;
	padding:0 0 40px;
	list-style:decimal;
}
.ol_list2 li h5 {
	margin:0 0 25px;
	font-size:16px;
	padding:0 0 5px;
	border-bottom:2px solid #006;
}
.ol_list2 li h6 {
	margin:0 0;
	color:#006;
	font-weight:bold;
	font-size:14px;
}
.ol_list2 li p {
	font-size:14px;
	margin:0 0 20px;
}
.ol_list2 li p:last-child {
	margin:0;
}
.ul_list {
	padding:0 0 0;
	margin:0 0 20px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
.ul_list li {
	list-style:disc;
	font-size:14px;
	padding:0;
	margin:0 0 0 20px;
}
.align_right {
	text-align:right;
}
.photo_frame {
	border:1px solid #ddd;
	box-sizing:border-box;
}
.button {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	text-align:center;
	font-size:0;
	margin:0 0 60px;
}
.button button {
	display:inline-block;
	margin:0 20px;
	width:200px;
	padding:10px 0px;
	border:#001A73 1px solid;
	border-radius:4px;
	color:#001A73;
	background:#fff;
	text-align:center;
	font-size:17px;
	line-height:1.1;
	position:relative;
	font-family:'Noto Serif Japanese', serif;
}
.button button:hover {
	color:#fff;
	background:#001A73;
}
.button button::before {
	content:"\f105";
	font-family:"Font Awesome 5 Light";
	display:none;
}
.button button.back::before {
	content:"\f104";
}
.button button .svg-inline--fa {
	position:absolute;
	right:10px;
	top:50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.button button.back .svg-inline--fa {
	right:auto;
	left:10px;
}



.attn {
	color:#F03;
	font-weight:bold;
}
#content dl {
	margin:0 0 40px;
	padding:0 0 40px;
	border-bottom:1px solid #ddd;
}
#content dl dt {
	margin:0 0 40px;
	padding:10px 0 0 90px;
	font-size:18px;
	color:#000066;
	font-family:'Noto Serif Japanese', serif;
	position:relative;
}
#content dl dt em {
	position:absolute;
	font-size:20px;
	background:#000066;
	color:#fff;
	display:block;
	line-height:1.2;
	padding:10px 25px;
	left:0;
	top:0;
}
#content dl dd {
	padding:0 0 0 90px;
	position:relative;
}
#content dl dd em {
	position:absolute;
	font-size:20px;
	background:#984664;
	color:#fff;
	display:block;
	line-height:1.2;
	padding:10px 25px;
	font-family:'Noto Serif Japanese', serif;
	left:0;
	top:0;
}
/* TOP */
#visual {
	overflow:hidden;
	margin:0;
	position:relative;
}
#slide_title {
	position:absolute;
	left:50%;
	top:50%;
	margin:-70px 0 0 -246px;
	text-align:center;
}
#top_news {
	padding:40px 0;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#top_news h3 {
	color:#000066;
	font-size:24px;
	margin:0 0 40px;
	text-align:center;
}
#top_news .scroll {
	width:645px;
	margin:0 auto;
	overflow:hidden;
	height:200px;
}
#top_news .scroll ul {
}
#top_news .scroll ul li {
	margin:0 0 20px;
	padding:0 0 20px 130px;
	border-bottom:1px dotted #000066;
	position:relative;
}
#top_news .scroll ul li time {
	position:absolute;
	left:0;
	top:0;
}
#top_news .scroll ul li time .new {
	font-size:10px;
	color:#F06;
	margin:0 0 0 10px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#000066;
}
#top_schonheit {
	background:#000031;
	padding:40px 0;
	margin:0 0 40px;
	color:#fff;
	font-family:'Noto Serif Japanese', serif;
}
#top_schonheit .inside {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#top_schonheit h3 {
	margin:0 0 30px;
}
#top_schonheit p {
	font-size:20px;
	line-height:1.6;
	margin:0 0 30px;
}
#top_schonheit .bt {
	margin:0;
	width:377px;
}
#top_schonheit .bt a {
	display:block;
	border:1px solid #fff;
	margin:0;
	box-sizing:border-box;
}
#top_schonheit img {
	display:block;
}
#top_schonheit .right {
	line-height:0;
}
#top_schonheit .right img {
	display:inline-block;
}
#top_list {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#top_list ul {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#top_list ul li {
	float:left;
	width:auto;
	margin:0 20px 20px 0;
}
#top_list ul li:nth-child(2n+1) {
	margin:0 0 20px 0;
}
#top_list.odd ul li:nth-child(2n+1) {
	margin:0 20px 20px 0;
}
#top_list.odd ul li:nth-child(2n) {
	margin:0 0 20px 0;
}
#top_list ul li a,
#top_list ul li img {
	display:block;
	text-decoration:none !important;
}
#top_list ul li div {
	padding:20px;
	background:#000040;
	color:#fff;
}
#top_list ul li div.fb-page {
	padding:0;
}
#top_list ul li div.a_block {
	padding:0;
}
#top_list ul li div.a_block a{
	padding:20px;
	color:#fff;
}
#top_list ul li div h4 {
	font-size:24px;
	margin:0 0 15px;
}
#top_list ul li div p {
	font-size:14px;
	margin:0;
}
/* each */
#original_barand_main {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#original_barand_main img {
	display:block;
}
#original_barand_main_below {
	background:#001A73;
	padding:20px;
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#original_barand_main_below .left img {
	width:290px;
}
#original_barand_main_below .right {
	width:380px;
}
#main #original_barand_main_below h1 {
	color:#fff;
	margin:-8px 0 15px;
	line-height:1.6;
	font-size:19px;
}
#original_barand_main_below p {
	color:#fff;
	font-size:12px;
	margin:0;
}
#brand_link {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	margin:0 auto 40px;
}
#brand_link ul {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#brand_link ul li {
	float:left;
	width:auto;
	margin:0 20px 0px 0;
}
#brand_link ul li:nth-child(3n) {
	margin:0;
}
#brand_link ul.c2 li {
	margin:0 20px 20px 0;
}
#brand_link ul.c2 li:nth-child(3n) {
	margin:0 20px 20px 0;
}
#brand_link ul.c2 li:nth-child(2n) {
	margin:0 0 20px 0;
}

.lineup_ul {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	margin:0 0 20px;
}
.lineup_ul li {
	float:left;
	width:230px;
	margin:0 20px 20px 0;
}
.lineup_ul li:nth-child(3n) {
	margin:0 0 20px 0;
}
#main .lineup_ul li img {
	border:1px solid #ddd;
	box-sizing:border-box;
}
#main .lineup_ul li a,
.lineup_ul li img {
	display:block;
	width:100%;
	text-decoration:none;
}
.lineup_ul li h6 {
	text-align:center;
	font-size:13px;
	text-decoration:none;
	margin:5px 0 0;
}

.ul_bt_box {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	margin:0 0 20px;
}
.ul_bt_box li{
	margin:0 0px 20px 0;
	padding:0 0 20px;
	border-bottom:1px dotted #ddd;
}
.ul_bt_box li:last-child{
	padding:0;
	border-bottom:none;
}
.ul_bt_box li a{
	display:block;
	font-size:0;
	line-height:0;
}
.ul_bt_box li a img{
	display:inline-block;
	margin:0 20px 0 0;
	width:250px;
	vertical-align:middle;
}
.ul_bt_box li a p{
	display:inline-block;
	margin:0;
	width:460px;
	vertical-align:middle;
	font-size:14px;
	line-height:1.4;
}

hr.div {
	display:block;
	margin:60px 0;
	width:100%;
	background:none;
	border:0;
	border-bottom:1px solid #eee;
}
img.right {
	margin:0 0 20px 20px;
}
.mt40 {
	margin-top:40px !important;
}
.center {
	text-align:center;
}
.two_column {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
.two_column li {
	float:left;
	width:355px;
	margin:0 20px 20px 0;
}
.two_column li:nth-child(2n) {
	margin:0 0 20px 0;
}

.table_2 {
	margin:40px 0;
	text-align:center;
}
.table_2 th,
.table_2 td{
	text-align:center;
	vertical-align:middle;
}
.table_2 tr:first-child th{
	background:#001A73;
	color:#fff;
}
.table_2 td{
	font-size:18px;
	position:relative;
}
.table_2 td::after {
	display:block;
	border-right:2px solid #8996C0;
	height:calc(100% - 40px);
	content:"";
	position:absolute;
	right:0;
	top:20px;
	overflow:hidden;
}
.table_2 th:last-child::after,
.table_2 td:last-child::after {
	display:none;
}
.table_2 td:first-child{
	font-size:14px;
}

.ul_links {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	margin:0 0 20px;
}
.ul_links li{
	margin:0 20px 20px 0;
	width:167px;
	float:left;
	display:table;
}
.ul_links li:last-child{
	margin:0 0 20px 0;
}
.ul_links li a{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	border:1px solid #001A73;
	height:60px;
	font-size:13px;
	text-decoration:none !important;
	position:relative;
}
.ul_links li a::before {
	content:"\f105";
	font-family:"Font Awesome 5 Light";
	display:none;
}
.ul_links li a .svg-inline--fa.fa-angle-right {
	position:absolute;
	right:10px;
	top:50%;
	margin:-9px 0 0;
}

#factory_body p {
	font-size:18px;
	line-height:2;
	font-family:'Noto Serif Japanese', serif;
}
#factory_body img {
	width:100%;
	display:block;
}
#factory_body div {
	margin:0 0 16px;
}
#factory_body .hl_m {
	font-size:26px;
	line-height:1.8;
}
#factory_body .hl_c {
	font-size:24px;
	line-height:1.8;
	text-align:left;
}
#content .caution {
	font-size:12px;
	line-height:1.6;
}
#sitemap_content {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
}
#sitemap_content ul > li {
	border:#eee solid 3px;
	margin:0 0 10px;
}
#sitemap_content ul > li a {
	padding:20px;
	display:block;
	background:#eee;
	color:#000066;
	margin:0;
	text-decoration:none !important;
}
#sitemap_content ul li ul {
	margin:10px;
}
#sitemap_content ul li li a {
	padding:10px;
	display:block;
	background:#fff;
	margin:0;
	text-decoration:none !important;
}
#sitemap_content ul li li a {
	background:#eee;
}
#sitemap_content ul li a::before {
	content:"\f105";
	font-family:"Font Awesome 5 Light";
	display:none;
}
#sitemap_content ul li .svg-inline--fa {
	margin:0 6px 0 0;
}
#sitemap_content ul li li {
	margin:0 0 10px;
}
.below #visual,
.single-wide #visual {
	height:170px;
	background:#ddd;
}
#order_notice #visual,
#faq #visual,
#factory #visual,
#order #visual,
#calender #visual,
#order_salon #visual,
#order_show #visual,
#shops #visual {
	background:url(/img/order/visual_bg.jpg) center repeat-x;
}
#schonheit #visual,
#mens #visual,
#ladies #visual,
#repair_shonheit #visual{
	background:url(/img/original_brand/visual_bg.jpg) center repeat-x;
}

#etak #visual,
#combination #visual {
	background:url(/img/combination/visual_bg.jpg) center repeat-x;
}
#news.particular #visual {
	background:url(/img/particular/visual_bg.jpg) center repeat-x;
}
#product #visual,
#repair #visual {
	background:url(/img/product/visual_bg.jpg) center repeat-x;
}
#company #visual,
#access #visual,
#outline #visual,
#recruit #visual {
	background:url(/img/company/visual_bg.jpg) center repeat-x;
}
#news #visual {
	background:url(/img/news/visual_bg.jpg) center repeat-x;
}
#sitemap #visual,
#sitepolicy #visual,
#privacypolicy #visual {
	background:url(/img/information/visual_bg.jpg) center repeat-x;
}
.widget_search label {
	position:relative;
	display:block;
}
.widget_search #search {
	width:100%;
	box-sizing:border-box;
	padding:12px 43px 12px 12px;
}
.widget_search label button {
	position:absolute;
	border:none;
	right:8px;
	top:6px;
	font-size:14px;
	color:#fff;
	background:#006;
	height:30px;
	line-height:30px;
	text-align:center;
	width:30px;
	border-radius:50%;
	transition:ease-in 0.2s;
}
.widget_search label button:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#news ul.news_list {
	padding:30px 0 0;
	border-top:1px dotted #000066;
}
#news ul.news_list li {
	margin:0 0 30px;
	padding:0 0 30px 120px;
	border-bottom:1px dotted #000066;
	position:relative;
}
#news ul.news_list li .info {
	position:absolute;
	left:0;
	top:0;
	font-size:12px;
}
#news ul.news_list li .info .cat_links {
	margin:5px 0;
}
#news ul.news_list li .new {
	position:absolute;
	right:0;
	top:0;
	color:#F06;
	border:1px solid #f06;
	padding:5px 8px;
	font-size:10px;
	line-height:1;
}
#news ul.news_list li h2 {
	margin:0 60px 15px 0;
	font-size:18px;
	position:relative;
}
#news ul.news_list li p {
	margin:0;
}
#news.particular ul.news_list {
	padding:0 0;
	border-top:none;
}
#news.particular ul.news_list li {
	margin:0 20px 20px 0;
	border:1px solid #000066;
	padding:0;
	position:relative;
	float:left;
	width:355px;
	box-sizing:border-box;
	border-radius:5px;
}
#news.particular ul.news_list li:nth-child(2n) {
	margin:0 0 20px 0;
}
#news.particular ul.news_list li a {
	text-decoration:none;
	display:block;
	padding:15px 15px 25px;
	position:relative;
}
#news.particular ul.news_list li .info {
	position:relative;
	left:auto;
	top:auto;
	font-size:12px;
	overflow:hidden;
	margin:0 0 10px;
}
#news.particular ul.news_list li .info time {
	float:left;
	width:auto;
}
#news.particular ul.news_list li .info .cat_links {
	margin:0;
	float:right;
	color:#006;
	border:1px solid #006;
	padding:5px 8px;
	font-size:10px;
	line-height:1;
	display:inline-block;
	text-decoration:none !important;
}
#news.particular ul.news_list li .new {
	position:relative;
	right:auto;
	top:auto;
	color:#F06;
	border:1px solid #f06;
	padding:5px 8px;
	font-size:10px;
	line-height:1;
}
#news.particular ul.news_list li .thumb {
	box-shadow:0px 0px 3px rgba(0,0,0,0.3);
	margin:0 0 10px;
}
#news.particular ul.news_list li .thumb img {
	display:block;
	width:100%;
	height:auto;
}
#news.particular ul.news_list li h2 {
	margin:0 0 15px;
	font-size:18px;
	position:relative;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
#news.particular ul.news_list li p {
	margin:0;
	min-height:44px;
}
.pagination {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	text-align:center;
	margin:0 0 40px;
}
.pagination a,
.pagination span {
	padding:10px 15px;
	border:#006 solid 1px;
	display:inline-block;
	margin:0 10px;
	text-decoration:none !important;
}
.pagination span {
	border:#ccc solid 1px;
}
.pagination a:hover {
	background:#006;
	color:#fff;
}
.entry-header {
	margin:0 0 30px;
	position:relative;
	border-bottom:1px dotted #ddd;
}
.cat_links {
	margin:0 0 10px;
}
.cat_links a {
	color:#006;
	border:1px solid #006;
	padding:5px 8px;
	font-size:10px;
	line-height:1;
	display:inline-block;
	text-decoration:none !important;
}
.cat_links a:hover {
	background:#006;
	color:#fff;
}
.entry-header .hl_m {
	margin:0 0 10px !important;
}
.entry-header time {
	margin:0 0 10px;
	font-size:12px;
	display:block;
}
.entry-header .new {
	position:absolute;
	right:0;
	top:0;
	color:#F06;
	border:1px solid #f06;
	padding:5px 8px;
	font-size:10px;
	line-height:1;
}
.pager {
	position:relative;
	overflow:hidden;
	float:none;
	clear:both;
	margin:40px 0 40px;
}
.pager .nav-previous {
	float:left;
	width:auto;
}
.pager .nav-next {
	float:right;
	width:auto;
}
.pager a {
	color:#006;
	padding:10px 15px;
	border:#006 solid 1px;
	margin:0;
	font-size:12px;
	line-height:1;
	display:block;
	text-decoration:none !important;
}
.pager a:hover {
	background:#006;
	color:#fff;
}
.wp-caption-text {
	font-size:85%;
}
#outline_table {
	box-sizing:border-box;
	border:1px solid #ccc;
	border-collapse:collapse;
}
#outline_table td {
	border:1px solid #ccc;
	padding:15px 13px;
	line-height:1.6;
	white-space:nowrap;
	text-align:center;
	background:#f5f5f5;
	vertical-align:middle;
}
#outline_table td.top {
	vertical-align:top;
	background:#f9f9f9;
}
#outline_table td img {
	float:right;
	width:200px;
	margin:0 0 0 20px;
}
#outline_table td:nth-child(1),
#outline_table td:nth-child(2),
#outline_table td:nth-child(3) {
}
#outline_table td:last-child {
	white-space:normal;
	text-align:left;
	background:#fff;
	vertical-align:top;
}
#outline_table tr:first-child td {
	border-bottom:2px solid #ccc;
}
#price_pdf a{
	max-width:450px;
	padding: 30px 45px;
	font-size:18px;
}

#main #content.single_column {
width: auto;
float: none;
margin: 0 100px;
}


/* =========================================================
#repair_estimate
========================================================= */
#repair_estimate #visual {
background: url(/img/repair/visual_repair.jpg) center;
background-size: cover;
}
#repair_estimate #content h2 {
text-align: center;
font-size: 30px;
margin: 20px 0 40px;
color: #000066;
line-height: 1.4;
}

#repair_estimate #content h3 {
text-align: center;
margin: 0 0 40px;
}

#repair_estimate #content p {
line-height: 1.8;
}
#repair_estimate #content p a {
}
#repair_estimate #content dl {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0;
}

#repair_estimate #content dl dt {
	padding: 0;
	width: 200px;
	margin: 0;
	font-size: 30px;
	text-align: center;
	font-style: italic;
}
#repair_estimate #content dl dt small {
	font-size: 18px;
	margin: 0 10px 0 0;
}
#repair_estimate #content dl dd {
	padding: 0;
	width: calc(100% - 200px);
line-height: 1.8;
}

#repair_estimate #content dl dd a {
}

#repair_estimate #content .gray_bg {
padding: 40px;
background: #eaeaea;
margin: 0 0 40px;
}

#repair_estimate #content .gray_bg h5 {
text-align: center;
font-size: 18px;
margin: 0 0 20px;
}

#repair_estimate #content .gray_bg p {
margin: 0 0 40px;
}

#repair_estimate #content .gray_bg .bt {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0;
}
#repair_estimate #content .gray_bg .bt a {
background: none;
color: #000031;
border: #000031 1px solid;
width: 330px;
box-sizing: border-box;
margin: 0;
}

#repair_estimate #content h5 {
text-align: center;
font-size: 20px;
margin: 0 0 20px;
border-bottom: 1px solid #ccc;
padding: 0 0 10px;
}

#repair_estimate #content .bt.big {
}

#repair_estimate #content .bt.big a {
width: 560px;
padding: 30px 0;
font-size: 18px;
}
#repair_estimate #content .bt.big a .svg-inline--fa {
font-size: 26px;
margin: -13px 0 0;
}


/* =========================================================
repair_form
========================================================= */
#repair_form #visual {
background: url(/img/repair/visual_repair.jpg) center;
background-size: cover;
}

#repair_form .mw_wp_form {
}

#repair_form .mw_wp_form .input,
#repair_form .mw_wp_form .confirm {
margin: 40px 0;
}
#repair_form .mw_wp_form.mw_wp_form_confirm .input {
display: none;
}
#repair_form .mw_wp_form.mw_wp_form_input .confirm {
display: none;
}
#repair_form .mw_wp_form h4 {
text-align: center;
font-size: 20px;
margin: 0 0 20px;
}
#repair_form .mw_wp_form table {
}

#repair_form .mw_wp_form table {
}
#repair_form .mw_wp_form table th {
width: 220px;
vertical-align: top;
}

#repair_form .mw_wp_form table td {
}
#repair_form .mw_wp_form table td div {
position: relative;
left: auto;
top: auto;
}

#repair_form .mw_wp_form table td .half {
width: 160px;
display: inline-block;
}

#repair_form .mw_wp_form table td input {
}

#repair_form .mw_wp_form table td .mwform-zip-field {
}

#repair_form .mw_wp_form table td .mwform-zip-field input {
}

#repair_form .mw_wp_form table td select {
display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    padding: 12px;
}
#repair_form .mw_wp_form table td label.wrapper {
display: inline-block;
position: relative;
}
#repair_form .mw_wp_form table td label.wrapper .error{
position: absolute;
bottom: 0;
left: 0;
transform: translate(0,100%);
}
#repair_form .mw_wp_form table td textarea {
width: 100%;
box-sizing: border-box;
height: 20em;
line-height: 1.8;
}

#repair_form .mw_wp_form table td ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;}

#repair_form .mw_wp_form table td ul li {
	width: 152px;
	margin: 0 0 10px;
}
#repair_form .mw_wp_form table td ul li label{
	font-size:16px;
}
#repair_form .mw_wp_form table td ul li .photo_upload label p{
font-family: 'Noto Serif Japanese', serif;
color: #001A73;
}
#repair_form .mw_wp_form table td ul li .photo_upload label i{
	font-size:60px;
}
#repair_form .mw_wp_form table td ul li .photo_upload label:hover i{
	font-size:80px;
}
#repair_form .mw_wp_form .mwform-file-delete {
display: none;
}
.photo_upload {
	position:relative;
	top: auto;
	left: auto;
}
.photo_upload label{
	display:block;
	box-sizing:border-box;
	box-shadow:none;
	border:1px solid #ccc;
	border-radius:5px;
	padding:75% 0 0;
	font-size:16px;
	line-height:1.4;
	outline:none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor:pointer;
	position:relative;
	background:#F9FDF9;
	overflow:hidden;
}
.photo_upload label.over{
	border:1px dotted #000;
	background:#FFE1E1;
}
.mw_wp_form_confirm .photo_upload label{
	cursor: default;
}
.photo_upload label input[type="file"]{
display: none;
}
.photo_upload label .mw-wp-form_image {
	position:absolute !important;
	top:50% !important;
	left:50% !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.mw_wp_form_input .photo_upload label .mw-wp-form_image {
display: none;
}
.photo_upload label .mw-wp-form_image img{
height: 100%;
margin: 0;
width: auto;
max-width: none;
}
.mw_wp_form_confirm .photo_upload label p {
display: none;
}

.photo_upload label:hover{}
.photo_upload label p{
	text-align:center;
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin:0;
	font-size:14px !important;
	font-weight: bold;
	line-height:1.6;
}
#main .photo_upload .preview{
	display:none;
}
#main .photo_upload.active .preview{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	display:block;
}
#main .photo_upload .delete{
	position:absolute;
	top:10px;
	left: auto;
	right:10px;
	font-size:22px;
	display:none;
	cursor:pointer;
}
#main .photo_upload.active .delete{
	display:block;
}
#main .mw_wp_form_confirm .photo_upload .delete{
	display:none;
}
#main .photo_upload.active .delete i{
	font-size:22px;
	color:#5cc1d9;
}

.mwform-radio-field {
	display: block;
	margin: 0 0 10px;
}
.mwform-radio-field label {}
.mwform-radio-field label input {
	display: none;
}
.mwform-radio-field label .mwform-radio-field-text {
	display: inline-block;
	position: relative;
	padding: 0 0 0 28px;
}
.mwform-radio-field label .mwform-radio-field-text::before {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	content: "";
	display: block;
	border: #001A73 1px solid;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.mwform-radio-field label input:checked + .mwform-radio-field-text::after {
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #001A73;
	border-radius: 50%;
}
.mwform-checkbox-field {
	margin: 0 0 8px;
}
.mwform-checkbox-field label {}
.mwform-checkbox-field label input {
	display: none;
}
.mwform-checkbox-field label .mwform-checkbox-field-text {
	display: inline-block;
	position: relative;
	padding: 0 0 0 28px;
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	content: "";
	display: block;
	border: #001A73 1px solid;
	width: 18px;
	height: 18px;
}
.mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::after {
	position: absolute;
	top: 50%;
	left: 4px;
	-webkit-transform: translate(0%, -70%) rotate(-45deg);
	transform: translate(0%, -70%) rotate(-45deg);
	content: "";
	display: block;
	width: 10px;
	height: 5px;
	border-bottom: #001A73 2px solid;
	border-left: #001A73 2px solid;
}
.photo_upload.active label p{
	display:none;
}
.photo_upload label i{
	font-size:80px;
	color:#5cc1d9;
	transition:ease-in 0.2s;
}
.photo_upload label:hover i{
	font-size:100px;
}

#repair_form .mw_wp_form_complete {
text-align: center;
}

#repair_form .mw_wp_form_complete h2 {
margin: 40px 0;
}
#repair_form .mw_wp_form_complete p {
}

#repair_form .mw_wp_form_complete p small {
}




.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}



 @media screen and (max-width:640px) {
.sp {
	display:block !important;
}
br.sp {
	display:inline !important;
}
.pc {
	display:none !important;
}
a:active,
a:hover {
	text-decoration:none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
img {
	max-width:100%;
}
.inside {
	width:auto;
	margin:0 6%;
}
#wrapper {
	padding:78px 0 0;
}
#header {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	box-sizing:border-box;
	z-index:9999;
}
#header .inside {
	margin:0;
}
#header button {
	display:block;
	position:absolute;
	right:10px;
	top:10px;
	line-height:1;
	background:none;
	border:none;
	font-size:30px;
	color:#fff;
	margin:0;
	outline:none;
}
#header .header_above {
	padding:0px;
}
#header .header_above h1 {
	padding:10px;
}
#header .header_above h1 img {
	height:30px;
	display:block;
}
#header .header_above .header_contact,
#header .header_above .header_onlineshop {
	width:50%;
	float:left;
	position:relative;
	right:auto;
	top:auto;
	text-align:center;
}
#header .header_above .header_contact a,
#header .header_above .header_onlineshop a {
	display:block;
	padding:4px 0;
	font-size:0.8rem;
	line-height:1.6;
	border:none;
	background:#000040;
}
#header .header_above .header_onlineshop a {
	background:#00009c;
}
#header .header_above .header_onlineshop a i {
	font-size:0.8rem;
}
#header .header_above .sns {
	display:none;
}
#header nav {
	display:none;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	padding:20px;
	box-sizing:border-box;
}
#header nav button {
	position:fixed;
	top:10px;
	right:10px;
	display:block;
	line-height:1;
	background:none;
	border:none;
	font-size:30px;
	color:#fff;
	margin:0;
	outline:none;
}
#header nav ul {
	width:auto;
	margin:60px auto 0;
}
#header nav ul li {
	float:none;
	clear:both;
	position:relative;
	width:auto;
	border-bottom:dotted 1px #fff;
}
#header nav ul li:nth-child(4) {
	width:auto;
}
#header nav ul li a {
	display:block;
	padding:20px 0;
	line-height:1.2;
	text-align:center;
	font-size:1rem;
}
#header nav ul li.current a,
#header nav ul li a:hover {
	background:#000095;
}
#header nav ul.sns {
	width:auto;
	margin:40px auto 0;
	text-align:center;
}
#header nav ul.sns li {
	float:none;
	clear:both;
	width:auto;
	display:inline-block;
	line-height:1.2;
	border:none;
	margin:0 20px;
}
#header nav ul.sns li a {
	font-size:2rem;
}
#header nav ul.sns li.tit {
	margin:0 20px 0 0;
	color:#fff;
	border:#fff 1px solid;
}
.breadcrumb {
	padding:2% 0 4%;
	font-size:0.6rem;
	line-height:1.2;
}
#main {
	padding:0 0 2%;
}
.below #content {
	float:none;
	clear:both;
	width:auto;
	margin:0 0 6%;
}
.below #sidebar {
	float:none;
	clear:both;
	width:auto;
	padding:0;
}
#sidebar aside {
	margin:0 0 3%;
}
#sidebar aside h2 {
	padding:5%;
	font-size:1.1rem;
}
#sidebar aside ul li a {
	padding:5%;
	font-size:1rem;
}
#sidebar aside ul li.current a {
	padding:5% 5% 5% 8%;
}
#sidebar aside ul li a::before {
	top:50%;
	margin:-16px 0 0;
}
#sidebar aside ul li a:hover {
	background:#fff;
}
#sidebar aside ul li a:hover .svg-inline--fa,
#sidebar aside ul li.current a .svg-inline--fa {
	left:3%;
}
#sidebar aside ul li a:hover::before {
	left:0px;
}
#sidebar aside div {
	margin:0 0 1.5%;
}
#footer {
	position:relative;
	bottom:auto;
	left:auto;
}
#footer .inside {
	padding:10% 6%;
	text-align:left;
}
#footer h1 {
	float:none;
	clear:both;
	width:auto;
}
#footer h1 {
	margin:0 0 9%;
}
#footer h1 img {
	width:auto;
	height:30px;
}
#footer nav {
	float:none;
	clear:both;
	width:auto;
	margin:0 0;
}
#footer nav ul li {
	display:block;
	font-size:0.9rem;
	margin:0 0 6%;
}
#footer p {
	float:none;
	clear:both;
	font-size:0.6rem;
	margin:0;
	padding:6% 0 0;
	text-align:center;
}
#to_top {
	position:fixed;
	right:10px;
	bottom:40px;
}
/* Prats */
.bt {
	margin:6% 0;
}
.bt a {
	display:block;
	margin:3% 0;
	padding:13px 0;
	font-size:1rem;
	line-height:1.2;
	min-width:100%;
}
.each_box {
	margin:0 0 3%;
}
.left {
	float:none;
	clear:both;
	width:auto;
}
.right {
	float:none;
	clear:both;
	width:auto;
}
.half .left,
.half .right {
	width:auto;
}
.low_height img.left,
.low_height img.right {
	width:100%;
	margin:0 0 6%;
}
.low_height p.p_right,
.low_height p.p_left {
	float:none;
	clear:both;
	width:auto;
}

.single-wide .half .left,
.single-wide .right {
	width:auto;
}
.quarter .left {
	width:auto;
	margin:0 0;
}
.quarter .right {
	width:auto;
	margin:0 0 6%;
}
.caution {
	font-size:75%;
	line-height:1.4;
	padding:0 0 0 10px;
	border-left:5px solid #ccc;
}
.border {
	border:1px solid #ccc;
	padding:15px;
	margin:0 0 30px;
}
.blue {
	color:#001A73 !important;
}
.gold_bg {
	background:#CDC298 !important;
}
.mt0 {
	margin-top:0 !important;
}
.mt-20 {
	margin-top:-20px !important;
}
.mb0 {
	margin-bottom:0 !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.w200 {
	width:200px;
}
#main .hl_l {
	font-size:1.3rem;
	margin:6% 0;
}
#main .hl_l::before {
	content:"";
	height:2px;
	width:1.3rem;
	margin:0 15px 0 0;
	vertical-align:middle;
}
#main .page_title {
	margin:0 0 6%;
}
#main .hl_m {
	font-size:1.2rem;
	margin:6% 0;
}
#main .hl_s {
	font-size:1rem;
	margin:3% 0;
}
#main .hl_box {
	font-size:1rem;
	padding:2%;
	margin:6% 0;
}
#main .hl_line {
	font-size:1rem;
	padding:2%;
	margin:6% 0;
}
table {
	border-collapse:collapse;
	border-top:1px solid #CCC;
	border-bottom:none;
	float:none;
	clear:both;
	width:100%;
	margin:0 auto 3%;
}
table.box {
	border:1px solid #CCC;
}
table th {
	border-bottom:1px dotted #CCC;
	background:#eee;
	border-top:none;
	padding:3%;
	box-sizing:border-box;
	height:auto;
	display:list-item;
	list-style:none;
}
table.box th {
	border:1px solid #CCC;
}
table th:after {
	display:none;
}
table th span {
	display:block;
	padding:0;
	margin:0;
	border-right:none;
	height:auto;
	position:relative;
	overflow:hidden;
}
table td input {
	margin:0 10px 0 0;
	width:100%;
	box-sizing:border-box;
}
table td textarea {
	margin:0;
	padding:12px;
	width:100%;
	box-sizing:border-box;
	display:block\9;
}
table td em {
	color:#001A73;
	font-size:12px;
	font-style:normal;
}
table td .bt {
	display:block;
	margin:3% 0 0;
}
table td.td_img {
	position:relative;
	text-align:center;
	width:auto;
}
table td.td_img img {
	width:auto;
}
table td {
	display:list-item;
	list-style:none;
	border-bottom:1px solid #CCC;
	border-top:none;
	padding:3%;
	margin:0 0 6%;
	box-sizing:border-box;

}
table td ruby rt {
	font-size:8px;
}
table td div {
}
table td div img {
	margin:0 0 20px;
}
iframe {
	margin:0 auto 3%;
}
.img_box {
	margin:0 0 3%;
}
.img_box img {
	margin:0 0 3%;
	display:block;
}
.img_box p {
	margin:2% 0 0;
}
.tab_link {
	margin:3% auto 0;
}
#content .tab_link a {
	font-size:0.76rem;
	width:auto;
	margin:0 0 3%;
	padding:5px;
	overflow:hidden;
	text-align:left;
	line-height:1.2;
}
#content .tab_link a img {
	width:90px;
	height:auto;
	position:relative;
	left:auto;
	top:auto;
	vertical-align:middle;
	margin:0 10px 0 0;
}
.tab_link a.current {
}
.tab_link.bt a .svg-inline--fa {
	margin:-14px 0 0;
	font-size:24px;
}
.tab_link.bt a.current .svg-inline--fa {
	margin:-11px 0 0;
}
.column_3 {
	margin:0 auto 40px;
}
.column_3 li {
	float:left;
	width:235px;
	margin:0 12px 0 0;
}
.column_3 li:nth-child(3n) {
}
.column_3 li img {
	max-width:100%;
}
.column_3 li span {
	font-size:13px;
}
.photo_box {
	float:none;
	clear:both;
	margin:0 0 3%;
	width:auto;
}
.photo_box.m {
	width:auto;
	margin:0 12% 3%;
}
#greeting .photo_box.m {
	margin:0 24% 3%;
}
.photo_box.s {
	width:auto;
	margin:0 30% 3%;
}
.photo_box img {
	width:auto;
	margin:0 auto;
}
.photo_box p {
	font-size:0.8rem;
	line-height:1.4;
}
.photo_column_2 {
	margin:0 0 20px;
}
.photo_column_2 li {
	float:left;
	width:350px;
	margin:0 30px 0 0;
}
.photo_column_2 li:last-child {
}
.photo_column_2 li img {
	width:100%;
}
.photo_column_2 li p {
	font-size:12px;
	line-height:1.4;
}
.split {
	margin:0 0;
	display:block;
}
.split .gray_bg {
	padding:6%;
}
.split .split_each {
	width:auto;
	display:block;

}
.split .split_each.info {
	padding:6%;
}

.split img {
	width:100%;
}
.split p:last-child {
}
.prof {
	padding:20px;
	margin:0 0 40px;
}
.prof .img {
	float:none;
	clear:both;
	margin:0 0 3%;
	width:auto;
}
.prof .img img {
	width:auto;
	margin:0 auto;
}
.prof .info {
	float:left;
	width:auto;
	font-size:12px;
	line-height:1.4;
}
#content .prof .info .name {
	margin:0 0 5px;
}
.mb20 {
	margin-bottom:3% !important;
}
.mb40 {
	margin-bottom:6% !important;
}
.ol_list {
	margin:6% 0 0;
}
.ol_list li {
	margin:0 0 6% 20px;
	padding:0 0 6%;
	font-size:0.9rem;
}
.ol_list li h4 {
	margin:0 0 25px;
	font-size:0.9rem;
}
.ol_list li p {
	font-size:0.8rem;
}
.ol_list2 {
	margin:6% 0 0;
}
.ol_list2 li {
	margin:0 0 0 20px;
	padding:0 0 6%;
}
.ol_list2 li h5 {
	margin:0 0 25px;
	font-size:0.9rem;
	padding:0 0 5px;
}
.ol_list2 li h6 {
	margin:0 0;
	font-size:0.8rem;
}
.ol_list2 li p {
	font-size:0.8rem;
	margin:0 0 3%;
}
.ol_list2 li p:last-child {
}
.ul_list {
	margin:0 0 3%;
}
.ul_list li {
	font-size:0.9rem;
	padding:0;
	margin:0 0 0 20px;
}
.ul_bt_box {
	margin:0 0 20px;
}
.ul_bt_box li{
	margin:0 0px 20px 0;
	padding:0 0 20px;
}
.ul_bt_box li a{
	display:block;
	font-size:0;
	line-height:0;
}
.ul_bt_box li a img{
	display:block;
	margin:0 auto 6%;
}
.ul_bt_box li a p{
	width:auto;
}
.ul_bt_box li a p br + br{
	display:none;
}
.ul_bt_box li a p strong{
	display:block;
	margin:0;
	text-align:center;
}


.button {
	margin:0 0;
}
.button button {
	display:block;
	margin:0 0 20px;
	width:100%;
	box-sizing:border-box;
	padding:10px 0px;
	border-radius:4px;
	font-size:17px;
	line-height:1.1;
}
.button button:hover {
	background:#fff;
	color:#001A73;
}


.attn {
}
#content dl {
	margin:0 0 6%;
	padding:0 0 6%;
}
#content dl dt {
	margin:0 0 6%;
	padding:0 0 0;
	font-size:1rem;
}
#content dl dt em {
	font-size:1.2rem;
	padding:10px 0;
	margin:0 0 3%;
	position:relative;
	left:auto;
	top:auto;
	text-align:center;
}
#content dl dd {
	padding:0;
	font-size:0.9rem;
}
#content dl dd em {
	font-size:1.2rem;
	padding:10px 0;
	margin:0 0 3%;
	position:relative;
	left:auto;
	top:auto;
	text-align:center;
}
.touch_scroll {
	position:relative;
	padding:20px 0 0;
}
.touch_scroll_inside {
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
}
.touch_scroll::after {
	content:"Scroll >";
	font-family:'Noto Serif Japanese', serif;
	font-size:0.6rem;
	position:absolute;
	top:0px;
	right:0;
}
.touch_scroll table {
	width:200%;
}
/* TOP */
#visual {
	overflow:visible;
}
#slide_title {
	left:50%;
	top:50%;
	margin:-28px 0 0 -120px;
	width:240px;
}
.flexslider {
	margin:0 0;
	overflow:visible;
}
.flex-direction-nav a {
	margin:-30px 0 0;
}
.flex-direction-nav a::before {
	font-size:40px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left:10px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	right:10px;
}
#top_news {
	padding:78px 0 6%;
}
#top_news h3 {
	font-size:1.3rem;
	margin:0 0 6%;
}
#top_news .scroll {
	width:auto;
	margin:0 auto;
	height:250px;
}
#top_news .scroll ul {
}
#top_news .scroll ul li {
	margin:0 0 6%;
	padding:0 0 6%;
}
#top_news .scroll ul li time {
	position:relative;
	left:auto;
	top:auto;
	display:block;
}
#top_schonheit {
	padding:6% 0;
	margin:0 0 6%;
}
#top_schonheit h3 {
	margin:0 0 4%;
	text-align:center;
}
#top_schonheit h3 img {
	width:200px;
	margin:0 auto;
}
#top_schonheit p {
	text-align:center;
	font-size:0.9rem;
	margin:0 0 4%;
}
#top_schonheit .bt {
	margin:0 0 6%;
	width:100%;
}
#top_schonheit .bt a {
	margin:0;
}
#top_schonheit img {
}
#top_schonheit .right {
	line-height:0;
}
#top_schonheit .right img {
	display:inline-block;
	width:49.3%;
}
#top_list .inside {
	margin:0;	
}
#top_list ul li {
	float:none;
	clear:both;
	width:auto;
	margin:0 0 6%;
}
#top_list ul li:nth-child(2n+1) {
	margin:0 0 6%;
}
#top_list.odd ul li:nth-child(2n+1) {
	margin:0 0 6%;
}
#top_list.odd ul li:nth-child(2n) {
	margin:0 0 6%;
}
#top_list ul li:last-child {
	margin:0;
}
#top_list ul li div {
	padding:6%;
}
#top_list ul li div h4 {
	font-size:1.1rem;
	margin:0 0 4%;
}
#top_list ul li div p {
	font-size:0.7rem;
	margin:0;
}
#original_barand_main_below {
	padding:6%;
}
#original_barand_main_below .left img {
	width:100%;
	margin:0 0 6%;
}
#original_barand_main_below .right {
	width:100%;
}
#main #original_barand_main_below h1 {
	margin:0 0 4%;
	line-height:1.6;
	font-size:1.03rem;
}
#original_barand_main_below p {
	font-size:0.8rem;
}
#brand_link {
	margin:0 auto;
}
#brand_link ul li {
	float:none;
	clear:both;
	width:100%;
	margin:0 0 1%;
}
#brand_link ul li a {
	display:block;
	background:#f6f5f4;
	text-align:center;
}
#brand_link ul li:last-child a {
	background:#000073;
}
#brand_link ul li img {
	width:auto;
	margin:0 auto;
	display:block;
}
.lineup_ul {
	margin:0;
}
.lineup_ul li {
	float:none;
	clear:both;
	width:100%;
	margin:0 0 6%;
}
.lineup_ul li:nth-child(3n) {
	margin:0 0 6%;
}
#main .lineup_ul li a,
 .lineup_ul li h6 {
	font-size:13px;
	margin:5px 0 0;
}
#main .lineup_ul li a{
	pointer-events: none;	
}
hr.div {
	margin:6% 0;
}
img.right {
	margin:0 0 6%;
	width:100%;
}
iframe {
	width:100%;
}
.mt40 {
	margin-top:40px !important;
}
.two_column li {
	left:auto;
	top:auto;
	width:auto;
	margin:0 0 20px 0;
}
.two_column li:nth-child(2n) {
	margin:0 0 20px 0;
}

.table_2 {
	margin:0 0 9%;
	width:200%;
	display:table;
}
.table_2 th,
.table_2 td{
	display:table-cell;
}

.table_2 td{
	font-size:0.9rem;
}
.table_2 td:first-child{
	font-size:0.9rem;
}

.ul_links {
	margin:0 0 20px;
}
.ul_links li{
	margin:0 0 20px;
	width:auto;
	float:none;
	display:block;
}
.ul_links li:last-child{
	margin:0;
}
.ul_links li a{
	display:block;
	height:60px;
	line-height:60px;
	font-size:0.9rem;
}
.ul_links li a .fa-shopping-cart{
	margin:0 10px 0 0;

}
.ul_links li a br{
	display:none;
}

#factory_body p {
	font-size:1rem;
	line-height:1.8;
}
#factory_body div {
	margin:0 0 16px;
}
#factory_body .hl_m {
	font-size:1.2rem;
	line-height:1.8;
}
#factory_body .hl_c {
	font-size:1.2rem;
	line-height:1.8;
	text-align:left;
}
#content .caution {
	font-size:12px;
	line-height:1.6;
}
#sitemap_content ul > li {
	margin:0 0 10px;
}
#sitemap_content ul > li a {
	padding:20px;
}
#sitemap_content ul li ul {
	margin:10px;
}
#sitemap_content ul li li a {
	padding:10px;
}
#sitemap_content ul li a::before {
	content:"\f105";
}
#sitemap_content ul li .svg-inline--fa {
	margin:0 6px 0 0;
}
#sitemap_content ul li li {
	margin:0 0 10px;
}
.below #visual,
.single-wide #visual {
	height:0;
	padding:44.21875% 0 0;
	background-size:cover;
}
#order_notice #visual,
#faq #visual,
#factory #visual,
#order #visual,
#order_salon #visual,
#order_show #visual,
#shops #visual {
	background:url(/img/order/visual_bg_sp.jpg) center repeat-x;
}
#schonheit #visual,
#mens #visual,
#ladies #visual,
#repair_shonheit #visual{
	background:url(/img/original_brand/visual_bg_sp.jpg) center repeat-x;
}

#etak #visual,
#combination #visual {
	background:url(/img/combination/visual_bg_sp.jpg) center repeat-x;
}
#news.particular #visual {
	background:url(/img/particular/visual_bg_sp.jpg) center repeat-x;
}
#product #visual,
#repair #visual {
	background:url(/img/product/visual_bg_sp.jpg) center repeat-x;
}
#company #visual,
#access #visual,
#outline #visual,
#recruit #visual {
	background:url(/img/company/visual_bg_sp.jpg) center repeat-x;
}
#news #visual {
	background:url(/img/news/visual_bg_sp.jpg) center repeat-x;
}
#sitemap #visual,
#sitepolicy #visual,
#privacypolicy #visual {
	background:url(/img/information/visual_bg_sp.jpg) center repeat-x;
}
#wrapper #visual {
	background-size:cover;
}
.widget_search #search {
	padding:12px 43px 12px 12px;
}
.widget_search label button {
	position:absolute;
	right:8px;
	top:6px;
	font-size:14px;
	height:30px;
	line-height:30px;
	width:30px;
	transition:ease-in 0.2s;
}
.widget_search label button:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#news ul.news_list {
	padding:0 0;
}
#news ul.news_list li {
	margin:0 0;
	padding:20px 0;
}
#news ul.news_list li .info {
	position:relative;
	left:auto;
	top:auto;
	font-size:0.9rem;
	margin:0 0 3%;
}
#news ul.news_list li .info .cat_links {
	margin:0 0 0 10px;
	display:inline-block;
	vertical-align:middle;
}
#news ul.news_list li .new {
	position:absolute;
	right:0;
	top:20px;
	padding:5px 8px;
	font-size:10px;
}
#news ul.news_list li h2 {
	margin:4% 0;
	font-size:1rem;
}
#news.particular ul.news_list {
	padding:0 0 0;
}
#news.particular ul.news_list li {
	margin:0 0 3% 0;
	padding:0;
	float:none;
	clear:both;
	width:auto;
}
#news.particular ul.news_list li:nth-child(2n) {
	margin:0 0 3% 0;
}
#news.particular ul.news_list li a {
	padding:15px 15px 25px;
}
#news.particular ul.news_list li .info {
	left:auto;
	top:auto;
	font-size:0.6rem;
	margin:0 0 10px;
}
#news.particular ul.news_list li .info time {
	float:none;
	clear:both;
	width:auto;
}
#news.particular ul.news_list li .info .cat_links {
	float:right;
	padding:5px 8px;
	font-size:0.7rem;
}
#news.particular ul.news_list li .new {
	right:auto;
	top:auto;
	padding:5px 8px;
	font-size:0.6rem;
}
#news.particular ul.news_list li .thumb {
	margin:0 0 3%;
}
#news.particular ul.news_list li .thumb img {
	height:auto;
}
#news.particular ul.news_list li h2 {
	margin:0 0 4.5%;
	font-size:1rem;
}
#news.particular ul.news_list li p {
	min-height:1px;
	font-size:0.9rem;
}
.pagination {
	margin:6% 0;
}
.pagination a,
.pagination span {
	padding:4px 7px;
	margin:0 10px;
	line-height:1.1;
}
.entry-header {
	margin:0 0 6%;
}
.cat_links {
	margin:0 0 3%;
}
.cat_links a {
	padding:5px 8px;
	font-size:10px;
}
.entry-header .hl_m {
	margin:0 0 10px !important;
}
.entry-header time {
	margin:0 0 10px;
	font-size:12px;
}
.entry-header .new {
	position:absolute;
	right:0;
	top:0;
	padding:5px 8px;
	font-size:10px;
}
.pager {
	margin:40px 0 40px;
}
.pager .nav-previous {
	width:auto;
}
.pager .nav-next {
	width:auto;
}
.pager a {
	padding:10px 15px;
	font-size:12px;
}
.wp-caption-text {
	font-size:85%;
}
.entry-content img {
	height:auto;
}
#news #content a[href$=".jpg"] {
	pointer-events: none;
}
#outline_table {
	border:none;
}
#outline_table td {
}
#outline_table td {
	display:table-cell;
}
#outline_table td img {
	width:auto;
	float:left;
	height:100px;
	margin:0 20px 0 0;
	display:block;
}
#outline_table td:nth-child(1),
#outline_table td:nth-child(2) {
	text-align:center;
}
#outline_table td:last-child {
	text-align:left;
}
/* =========================================================
biz_calendar
========================================================= */
#order_salon_calender {
	margin:0 0 6%;
}
#main #biz_calendar .bizcal {
	width:98%;
	margin:0 auto 10px;
	display:table;
}
#biz_calendar .bizcal tbody tr th {
	padding:10px 0;
	min-width:1px;
	display:table-cell;
}
#biz_calendar .bizcal tbody tr td {
	padding:5px !important;
	height:40px;
	display:table-cell;
}
#biz_calendar .bizcal tbody tr:first-child td {
	font-size:18px;
}
#main #order_salon_calender p span {
	padding-left:25px;
	margin-right:10px;
}
#price_pdf a{
	max-width:none;
	padding: 30px 0;
	font-size:1rem;
}
#main #content.single_column {
	margin: 0;
}
.sp_block {
display: block;
}

/* =========================================================
#repair_estimate
========================================================= */
#repair_estimate #visual {
	background: url(/img/repair/visual_repair.jpg) center;
	background-size: cover;
}
#repair_estimate #content h2 {
	font-size: 30px;
	margin: 20px 0 40px;
}
#repair_estimate #content h3 {
	margin: 0 0 40px;
}
#repair_estimate #content p {
	line-height: 1.8;
}
#repair_estimate #content p a {}
#repair_estimate #content dl {
	display: block;
	margin: 40px 0;
}
#repair_estimate #content dl dt {
	width: auto;
	font-size: 30px;
	margin: 0 0 20px;
}
#repair_estimate #content dl dt small {
	font-size: 18px;
	margin: 0 10px 0 0;
}
#repair_estimate #content dl dd {
	width: auto;
}
#repair_estimate #content dl dd a {}
#repair_estimate #content .gray_bg {
	padding: 20px;
	margin: 0 0 40px;
}
#repair_estimate #content .gray_bg h5 {
	font-size: 18px;
	margin: 0 0 20px;
}
#repair_estimate #content .gray_bg p {
	margin: 0 0 40px;
}
#repair_estimate #content .gray_bg .bt {
	display: block;
}
#repair_estimate #content .gray_bg .bt a {
	border: #000031 1px solid;
	width: auto;
	margin: 0 0 20px;
	font-size: 14px;
}

#repair_estimate #content h5 {
	font-size: 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
}
#repair_estimate #content .bt.big {}
#repair_estimate #content .bt.big a {
	width: auto;
	padding: 30px 0;
	font-size: 18px;
}
#repair_estimate #content .bt.big a .svg-inline--fa {
	font-size: 26px;
	margin: -13px 0 0;
}
/* =========================================================
repair_form
========================================================= */
#repair_form #visual {
	background: url(/img/repair/visual_repair_sp.jpg) center;
	background-size: cover;
}
#repair_form .mw_wp_form .input, #repair_form .mw_wp_form .confirm {
	margin: 40px 0;
}
#repair_form .mw_wp_form h4 {
	font-size: 20px;
	margin: 0 0 20px;
}
#repair_form .mw_wp_form table th {
	width: auto;
	vertical-align: top;
	margin: 20px 0 0;
}
#repair_form .mw_wp_form table td div {
	position: relative;
	left: auto;
	top: auto;
}

#repair_form .mw_wp_form.mw_wp_form_confirm table td .confirm_inline {
display: inline-block;
width: auto !important;
}

#repair_form .mw_wp_form table td .half {
	width: 160px;
	display: inline-block;
	margin: 0 0 0 5px;
}
#repair_form .mw_wp_form table td select {
	display: block;
	width: 100%;
}
#repair_form .mw_wp_form table td label.wrapper {
	display: inline-block;
	vertical-align: middle;
}
#repair_form .mw_wp_form table td label.wrapper.sw100 {
	width: 100%;
	margin: 20px 0 0;
}
#repair_form .mw_wp_form.mw_wp_form_confirm table td label.wrapper.sw100 {
	margin: 0;
}
#repair_form .mw_wp_form table td label.wrapper .error {
	position: relative;
	bottom: auto;
	left: auto;
	transform: none;
}
#repair_form .mw_wp_form table td textarea {
	width: 100%;
	height: 20em;
	line-height: 1.8;
}
#repair_form .mw_wp_form table td ul {
	display: block;
}
#repair_form .mw_wp_form table td ul li {
	width: auto;
	margin: 0 0 10px;
}
#repair_form .mw_wp_form table td ul li label {
	font-size: 16px;
}
#repair_form .mw_wp_form table td ul li .photo_upload label p {}
#repair_form .mw_wp_form table td ul li .photo_upload label i {
	font-size: 60px;
}
#repair_form .mw_wp_form table td ul li .photo_upload label:hover i {
	font-size: 80px;
}
.photo_upload {
	position: relative;
	top: auto;
	left: auto;
}
.photo_upload label {
	border: 1px solid #ccc;
	padding: 75% 0 0;
	font-size: 16px;
	line-height: 1.4;
}
.mw_wp_form_confirm .photo_upload label {}
.photo_upload label .mw-wp-form_image {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.photo_upload label .mw-wp-form_image img {
	height: 100%;
}
.photo_upload label:hover {}
.photo_upload label p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 1.6;
}
#main .photo_upload.active .preview {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main .photo_upload .delete {
	position: absolute;
	top: 10px;
	left: auto;
	right: 10px;
	font-size: 22px;
}
#main .photo_upload.active .delete i {
	font-size: 22px;
}
.mwform-radio-field {
	margin: 0 0 10px;
}
.mwform-radio-field label .mwform-radio-field-text {
	display: inline-block;
	padding: 0 0 0 28px;
}
.mwform-radio-field label .mwform-radio-field-text::before {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	border: #001A73 1px solid;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.mwform-radio-field label input:checked + .mwform-radio-field-text::after {
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.mwform-checkbox-field {
	margin: 0 0 8px;
}
.mwform-checkbox-field label .mwform-checkbox-field-text {
	display: inline-block;
	padding: 0 0 0 28px;
}
.mwform-checkbox-field label .mwform-checkbox-field-text::before {
	position: absolute;
	top: 50%;
	left: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	content: "";
	display: block;
	border: #001A73 1px solid;
	width: 18px;
	height: 18px;
}
.mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::after {
	position: absolute;
	top: 50%;
	left: 4px;
	-webkit-transform: translate(0%, -70%) rotate(-45deg);
	transform: translate(0%, -70%) rotate(-45deg);
	width: 10px;
	height: 5px;
	border-bottom: #001A73 2px solid;
	border-left: #001A73 2px solid;
}
.photo_upload.active label p {
	display: none;
}
#repair_form .mw_wp_form_complete {}
#repair_form .mw_wp_form_complete h2 {
	margin: 40px 0;
}
#repair_form .mw_wp_form_complete p {}
#repair_form .mw_wp_form_complete p small {}

}