@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
hr {
	display: block;
	height: 1px;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
/*　禁則処理の追加*/
p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}
/*　禁則処理の追加*/
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
* {
    box-sizing: border-box;
}
@font-face {
	font-family: MyFont01;
	src: url(font/yumin.eot) format("eot"), url(font/yumin.woff) format("woff");
	font-display: swap;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5em;
}
.bg-slider {
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  .bg-slider {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}
.main_image {
	position: relative;
}
.main_image img {
	width: 100%;
}
.logo {
	position: absolute;
	width: 50%;
	max-width: 280px;
	left: 20px;
	top: 25px;
}
nav {
	display: none;
}
.toggle_drawer {
	width: 40px;
	position: absolute;
	top: 23px;
	cursor: pointer;
	right: 20px;
}
.bg-slider__title{
	width: 70%;
	max-width: 580px;
}
.main_image .title {
	margin: auto;
	height: 1em;
	position: absolute;
	left: 0px;
	top: 50%;
	right: 0px;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}
.sb-close {
	width: 40px;
	position: absolute;
	top: 23px;
	cursor: pointer;
	z-index: 200;
	right: 20px;
}
.sb-slidebar {
	width: 100%;
	max-width: 500px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	letter-spacing: 3px;
}
.sb-slidebar .area {
	padding-top: 20%;
	padding-right: 20px;
	padding-left: 20px;
}
.sb-slidebar .area a {
	font-family: MyFont01, sans-serif;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.sb-slidebar .area hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
}
.content00 {
	margin-top: 100px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.content00 h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.content00 .area a {
	border: 1px solid #000;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px;
	display: block;
	overflow: hidden;
}
.content00 .area a:nth-of-type(n+2) {
	margin-top: 20px;
}
.content00 .area a .clearfix .pic {
	float: left;
	width: 50%;
	background-color: #000;
}
.content00 .area a .clearfix .txt {
	float: right;
	width: 48%;
	font-size: 14px;
	line-height: 1.2em;
}
.content00 .area a .clearfix .txt .day {
	font-size: 13px;
}
.content00 .btn {
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #000;
	display: block;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	background-color: #000;
}
.content01 {
	margin-top: 100px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.content01 h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.content01 .clearfix a {
	padding: 20px;
	margin-top: 20px;
	border: 1px solid #000;
	display: block;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	background-color: #000;
}
.content02 {
	width: 50px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}


.mainte {
	margin-top: 50px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.mainte h2 {
	font-size: 18px;
}


.news_content01 {
	margin-top: 50px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.news_content01 h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.news_content01 .area a {
	border: 1px solid #000;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari and Chrome */
	border-radius: 10px;
	display: block;
	overflow: hidden;
}
.news_content01 .area a:nth-of-type(n+2) {
	margin-top: 20px;
}
.news_content01 .area a .clearfix .pic {
	float: left;
	width: 50%;
}
.news_content01 .area a .clearfix .txt {
	float: right;
	width: 48%;
	font-size: 13px;
	line-height: 1.2em;
}
.news_content01 .area a .clearfix .txt .day {
	font-size: 12px;
}
.single_content01 {
	margin-top: 50px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.single_content01 .title {
	font-size: 24px;
}
.single_content01 .day {
	margin-top: 5px;
}
.single_content01 .area {
	margin-top: 20px;
}
.single_content01 .area h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.single_content01 .area h2 {
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000;
	margin-bottom: 10px;
}
.single_content01 .area h3 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	padding: 5px;
	margin-bottom: 10px;
}
.single_content01 .area h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #000;
}
.single_content01 .area h5 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.single_content01 .area h6 {
	font-size: 16px;
	margin-bottom: 10px;
}
.single_content01 .area p {
	margin-top: 10px;
}
.single_content01 .area img {
	width: 90%;
	max-width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


.repair_content01 {
	margin-top: 50px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.repair_content01 h3 {
	font-size: 24px;
}
.repair_content01 .clearfix .txt {
	margin-top: 20px;
}
.repair_content01 .clearfix .pic {
	margin-top: 20px;
}
.repair_content02 {
	margin-top: 100px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.repair_content03 {
	margin-top: 100px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.change_content00 {
	margin-top: 50px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.change_content00 p {
	margin-top: 20px;
}
.change_content01 {
	margin-top: 50px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.change_content01 h3 {
	font-size: 24px;
}
.change_content01 .wrap .box {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #000;
}
.change_content01 .wrap .box h4 {
	font-size: 24px;
}
.change_content01 .wrap .box h5 {
	font-size: 18px;
	margin-top: 5px;
}
.change_content01 .wrap .box p {
	margin-top: 15px;
}
.change_content02.clearfix {
	margin-top: 70px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.change_content02.clearfix .l {
	margin-top: 30px;
}
.change_content02.clearfix .l h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.change_content02.clearfix .r {
	margin-top: 30px;
}
.change_content02.clearfix .r h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.change_content03 {
	margin-top: 100px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.change_content03 h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.change_content04 {
	margin-top: 20px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 1px solid #000;
}
hr.kugiri {
	margin-top: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.youtube {
	margin-top: 100px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;

	position: relative;
	width: 90%;
	padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.change_content05 {
	margin-top: 100px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.change_content05 .wrap .box {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #000;
	border-radius: 20px;
}
.change_content05 h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.change_content05 .wrap .box h4 {
	font-size: 24px;
}
.change_content05 .wrap .box h5 {
	font-size: 18px;
	margin-top: 5px;
	margin-left: 1em;
}
.change_content05 .wrap .box p {
	margin-top: 15px;
}
.change_content06 {
	margin-top: 100px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.change_content06 h2 {
	font-size: 24px;
}
.change_content06 .performer.clearfix {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.change_content06 .performer.clearfix:nth-of-type(n+2) {
	margin-top: 30px;
}
.change_content06 .performer.clearfix .pic {
	margin-top: 20px;
}
.change_content06 .performer.clearfix .txt {
	margin-top: 20px;
}
.change_content06 .performer.clearfix .txt h3 {
	font-size: 18px;
	font-weight: bold;
}
.change_content06 .performer.clearfix .txt p {
	margin-top: 20px;
}
.change_content06 .performer.clearfix .txt .history {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #000;
}
.change_content06 .performer.clearfix .txt .history p {
	font-size: 13px;
	margin-top: 0px;
}
#changecontent07 {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}
#changecontent07 h2 {
	font-size: 24px;
}
#changecontent07 h3 {
	font-size: 18px;
	margin-top: 20px;
}

.product_content00 {
	margin-top: 50px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.product_content00 h3 {
	padding: 20px;
	width: 80%;
	max-width: 300px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border: 1px solid #000;
	transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	text-align: center;
	font-size: 24px;
	background: linear-gradient(45deg, #000 0%, #666 25%, #999 50%, #666 75%, #000 100%);
	color: #FFF;
}
.product_content01 {
	margin-top: 50px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.product_content01 h3 {
	font-size: 24px;
}
.product_content01 .product {
	margin-top: 30px;
}
.product_content01 .product:nth-of-type(n+2) {
	margin-top: 100px;
}
.product_content01 .product h4 {
	font-size: 18px;
	font-weight: bold;
}
.product_content01 .product .clearfix .caption {
	margin-top: 20px;
}
.product_content01 .product .clearfix .spec {
	margin-top: 20px;
	border: 1px solid #000;
	padding: 20px;
}
.product_content01 .product .clearfix .spec p:last-of-type {
	margin-bottom: 15px;
}

.product_content01 .product .clearfix .spec h5 {
	color: #F00;
}

.product_content01 .product .pic.clearfix img {
	margin-top: 20px;
}
.product_content02 {
	margin-top: 100px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.product_content02 h3 {
	font-size: 24px;
}

.product_content02 .product {
	margin-top: 30px;
}
.product_content02 .product:nth-of-type(n+2) {
	margin-top: 100px;
}
.product_content02 .product h4 {
	font-size: 18px;
	font-weight: bold;
}
.product_content02 .product .clearfix .area {
	margin-top: 20px;
	border: 1px solid #000;
}
.product_content02 .product .clearfix .area .padding {
	padding: 20px;
}
.product_content02 .product .clearfix .area .padding h5 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 17px;
}
.product_content02 .product .clearfix .area .padding h5:nth-of-type(n+2) {
	margin-top: 15px;
}

.product_content02 .product:nth-of-type(1) .clearfix .area {
	height: 350px;
}
.product_content02 .product:nth-of-type(2) .clearfix .area {
	height: 350px;
}
.product_content02 .product:nth-of-type(3) .clearfix .area {
	height: 350px;
}
.product_content02 .product:nth-of-type(4) .clearfix .area {
	height: 240px;
}
.product_content02 .product:nth-of-type(5) .clearfix .area {
	height: 240px;
}
/*
.product_content02 .product:nth-of-type(2) .clearfix .area:nth-of-type(1) {
	background-image: url(images/product/pic02.jpg);
	background-size: cover;
	background-position: center center;
}
*/
.product_content02 .product:nth-of-type(3) .clearfix .area:nth-of-type(1) {
	background-image: url(images/product/pic03.jpg);
	background-size: cover;
	background-position: center center;
}
.product_content02 .product:nth-of-type(4) .clearfix .area:nth-of-type(1) {
	background-image: url(images/product/pic04.jpg);
	background-size: cover;
	background-position: center center;
}
.product_content02 .product:nth-of-type(4) .clearfix .area:nth-of-type(2) {
	background-image: url(images/product/pic05.jpg);
	background-size: cover;
	background-position: center center;
}
.product_content02 .product:nth-of-type(5) .clearfix .area:nth-of-type(1) {
	background-image: url(images/product/pic06.jpg);
	background-size: cover;
	background-position: center center;
}
.product_content02 .product:nth-of-type(5) .clearfix .area:nth-of-type(2) {
	background-image: url(images/product/pic07.jpg);
	background-size: cover;
	background-position: center center;
}
.product_content02 .product:nth-of-type(5) .clearfix .area:nth-of-type(3) {
	background-image: url(images/product/pic08.jpg);
	background-size: cover;
	background-position: center center;
}

.atelier_content01 {
	margin-top: 50px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.atelier_content01 h3 {
	font-size: 24px;
}
.atelier_content01 .clearfix .txt {
	margin-top: 20px;
}
.atelier_content01 .clearfix .txt p:nth-of-type(n+2) {
	margin-top: 1em;
}
.atelier_content01 .clearfix .txt .name {
	margin-left: auto;
	width: 5em;
}
.atelier_content01 .clearfix .pic {
	margin-top: 20px;
}
.contact_content01 {
	margin-top: 20px;
	width: 90%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.contact_content01 table {
	width: 100%;
}
.contact_content01 table tr th {
	padding-top: 30px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.contact_content01 table tr th span {
	font-size: 12px;
	color: #FFF;
	background-color: #F00;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	vertical-align: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.contact_content01 table tr td {
	padding-top: 5px;
	padding-bottom: 30px;
}


.contact_content01 table tr td input[type="text"] {
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width: 100%;
	font-family: MyFont01;
}
.contact_content01 table tr td input[type="tel"] {
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width: 100%;
	font-family: MyFont01;
}
.contact_content01 table tr td input[type="email"] {
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width: 100%;
	font-family: MyFont01;
}
.contact_content01 table tr td textarea {
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width: 100%;
	font-family: MyFont01;
}


.order_content01 {
	width: 90%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.order_content01 table {
	width: 100%;
}
.order_content01 .shokai tr th h3 {
	font-size: 24px;
	padding-top: 50px;
	text-align: center;
}
.order_content01 table tr th {
	padding-top: 30px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.order_content01 table tr th span.hissu {
	font-size: 12px;
	color: #FFF;
	background-color: #F00;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	vertical-align: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.order_content01 table tr td {
	padding-top: 5px;
	padding-bottom: 30px;
}
.order_content01 table tr td input[type="text"] {
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width: 100%;
	font-family: MyFont01;
}
.order_content01 table tr td input[type="tel"] {
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width: 100%;
	font-family: MyFont01;
}
.order_content01 table tr td input[type="email"] {
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width: 100%;
	font-family: MyFont01;
}
.order_content01 table tr td input[type="date"] {
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width: 100%;
	font-family: MyFont01;
}
.order_content01 table tr td textarea {
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	width: 100%;
	font-family: MyFont01;
}
.order_content01 table tr td select  {
	background-color: #eeeeee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	width: 100%;
	padding: 10px;
}
.order_content01 .shokai tr th .point01 {
	padding: 20px;
	border: 1px solid #000;
	height: 250px;
	overflow: auto;
	font-size: 14px;
}
.order_content01 .shokai tr th .point01 h4 {
	font-weight: bold;
	font-size: 18px;
}
.order_content01 .shokai tr th .point01 h4:nth-of-type(n+2) {
	margin-top: 50px;
}
.order_content01 .shokai tr th .point01 p {
	margin-top: 15px;
	line-height: 1.2em;
}
.order_content01 .shokai tr th .point01 .pic img {
	margin-top: 20px;
}
.order_content01 .shokai tr th .point02 {
	padding: 20px;
	border: 1px solid #000;
	height: 250px;
	overflow: auto;
	font-size: 14px;
}
.order_content01 .shokai tr th .point02 h4 {
	font-weight: bold;
	font-size: 18px;
}
.order_content01 .shokai tr th .point02 h5 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 17px;
}
.order_content01 .shokai tr th .point02 h5:nth-of-type(n+2) {
	margin-top: 50px;
}
.order_content01 .shokai tr th .point02 h6 {
	font-weight: bold;
	margin-top: 15px;
	margin-buttom: 15px;
}
.order_content01 .shokai tr th .point02 p {
	line-height: 1.2em;
}
.order_content01 .shokai tr th .point02 a {
	text-decoration: underline;
}
.rental_content01 {
	margin-top: 50px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.rental_content02 {
	margin-top: 100px;
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.rental_content02 h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
.rental_content02 table {
	margin-top: 20px;
	font-size: 14px;
	width: 100%;
}
.rental_content02 table tr th {
	border: 1px solid #000;
	padding: 10px;
	color: #FFF;
	background-color: #666;
	vertical-align: middle;
	width: 100px;
}
.rental_content02 table tr td {
	padding: 10px;
	border: 1px solid #000;
}


.scroll-table table {
	display: block;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	font-size: 14px;
}
.scroll-table table tr th {
	border: 1px solid #000;
	padding: 10px;
	color: #FFF;
	background-color: #666;
	vertical-align: middle;
}
.scroll-table table tr td {
	padding: 10px;
	border: 1px solid #000;
}
.scroll-table table tr .jpy {
	text-align: right;
}
footer {
	background-color: #333;
	margin-top: 100px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 2em;
	font-size: 14px;
}
footer .area {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
footer .area h2 {
	margin-bottom: 10px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
footer .area p {
	color: #FFF;
}
footer .area a {
	color: #FFF;
}
.copy {
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #666;
}
.copy .area {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.copy .area p span {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*** レスポンシブテーブルデザイン ***/
.shokai{
	word-break: break-all;
	word-wrap: break-word;
} 
.shokai th{
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: top;
}
.shokai td{
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
@media (max-width: 767px){
.shokai th{
  width:100%;
  display:block;
  border:none;
}
.shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}
/* end */
#pageTop {
	z-index: 200;
	position: fixed;
	bottom: 80px;
	right: 5%;
	width: 40px;
}
.submit {
	background-color: #F00;
	text-align: center;
	width: 80%;
	max-width: 300px;
	padding: 20px;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: MyFont01;
	font-size: 16px;
	-webkit-appearance: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
.submit:hover {
	background-color: #FF4D4D;
}
input[type="submit"] {
	background-color: #F00;
	text-align: center;
	width: 80%;
	max-width: 300px;
	padding: 20px;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: MyFont01;
	font-size: 16px;
	-webkit-appearance: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
input[type="submit"]:hover {
	background-color: #FF4D4D;
}
.f14 {
	font-size: 14px;
}
.red {
	color: #F00;
}
.mt5 {
	margin-top: 5px;
}


.mt20 {
	margin-top: 20px;
}
.mt100 {
	margin-top: 100px;
}
.bold {
	font-weight: bold;
}

.indent01 {
	padding-left:1em;
	text-indent:-1em;
}
.indent02 {
	padding-left:2.7em;
	text-indent:-2.7em;
}
.ml1em {
	margin-left: 1em;
}
.ml2_5em {
	margin-left: 2.7em;
}
.tax {
	font-size: 14px;
	margin-top: 5px;
	text-align: right;
	font-weight: bold;
}

.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.clearfix::after {
	content: ".";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
	font-size: 0em;
}
.sp { display: block !important; }
.tblt_pc { display: none !important; }
@media screen and (min-width : 480px){
}
@media screen and (min-width : 768px){
.sp { display: none !important; }
.tblt_pc { display: block !important; }
}
@media screen and (min-width : 1024px){
.logo {
	left: 50px;
	top: 50px;
}
nav {
	position: absolute;
	top: 67px;
	right: 50px;
	display: block;
}
nav a {
	font-size: 18px;
	color: #FFF;
	float: left;
}
nav a:nth-of-type(n+2) {
	margin-left: 36px;
}
.toggle_drawer {
	display: none;
}
.sb-slidebar {
	display: none;
}
.main_image .title {
	font-size: 36px;
}

.content00 .area {
	display: flex;
	flex-wrap: wrap;
}
.content00 .area a {
	width: 32%;
}
.content00 .area a:nth-of-type(3n+2) {
	margin-left: 2%;
}
.content00 .area a:nth-of-type(3n+3) {
	margin-left: 2%;
}
.content00 .area a:nth-of-type(n+2) {
	margin-top: 0px;
}
.content00 .area a:nth-of-type(n+4) {
	margin-top: 20px;
}
.content00 .area a .clearfix .txt {
	line-height: 1.6em;
	padding-top: 5px;
}
.content00 .area a .clearfix .txt .day {
	font-size: 14px;
}
.content00 .btn {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}


.content01 .clearfix a {
	float: left;
	width: 30%;
}
.content01 .clearfix a:nth-of-type(n+2) {
	margin-left: 5%;
}


.news_content01 .area {
	display: flex;
	flex-wrap: wrap;
}
.news_content01 .area a {
	width: 32%;
}
.news_content01 .area a:nth-of-type(3n+2) {
	margin-left: 2%;
}
.news_content01 .area a:nth-of-type(3n+3) {
	margin-left: 2%;
}
.news_content01 .area a:nth-of-type(n+2) {
	margin-top: 0px;
}
.news_content01 .area a:nth-of-type(n+4) {
	margin-top: 20px;
}
.news_content01 .area a .clearfix .txt {
	line-height: 1.6em;
	padding-top: 5px;
}


.repair_content01 .clearfix .txt {
	float: left;
	width: 50%;
}
.repair_content01 .clearfix .pic {
	float: right;
	width: 45%;
}
.change_content01 .wrap {
	display:flex;
}
.change_content01 .wrap .box {
	width: 23%;
}
.change_content01 .wrap .box:nth-of-type(n+2) {
	margin-left: 2%;
}
.change_content02.clearfix .l {
	float: left;
	width: 47%;
}
.change_content02.clearfix .r {
	float: right;
	width: 47%;
}
.change_content05 .wrap {
	display:flex;
}
.change_content05 .wrap .box {
	width: 30%;
}
.change_content05 .wrap .box:nth-of-type(n+2) {
	margin-left: 5%;
}


.change_content06 .performer.clearfix .pic {
	width: 40%;
}
.change_content06 .performer.clearfix .txt {
	width: 55%;
}
.change_content06 .performer.clearfix:nth-of-type(odd) .pic {
	float: left;
}
.change_content06 .performer.clearfix:nth-of-type(odd) .txt {
	float: right;
}
.change_content06 .performer.clearfix:nth-of-type(even) .pic {
	float: right;
}
.change_content06 .performer.clearfix:nth-of-type(even) .txt {
	float: left;
}


.product_content01 .product .clearfix .caption {
	float: left;
	width: 58%;
}
.product_content01 .product .clearfix .spec {
	float: right;
	width: 38%;
}
.product_content01 .product .pic.clearfix img {
	width: 48%;
}
.product_content01 .product .pic.clearfix img:nth-of-type(odd) {
	float: left;
}
.product_content01 .product .pic.clearfix img:nth-of-type(even) {
	float: right;
}
.product_content02 .product .clearfix {
	display:flex;
	flex-wrap: wrap;
}
.product_content02 .product .clearfix .area {
	width: 30%;
}
.product_content02 .product .clearfix .area:nth-of-type(3n+2) {
	margin-left: 5%;
}
.product_content02 .product .clearfix .area:nth-of-type(3n+3) {
	margin-left: 5%;
}

.atelier_content01 .clearfix .txt {
	float: left;
	width: 45%;
}
.atelier_content01 .clearfix .pic {
	float: right;
	width: 50%;
}
.atelier_content01 .clearfix .txt p:nth-of-type(n+2) {
	margin-top: 2em;
}
.contact_content01 table tr th {
	padding-top: 38px;
}
.contact_content01 table tr td {
	padding-top: 30px;
	padding-bottom: 0px;
}
.order_content01 table tr th {
	padding-top: 38px;
	width: 30%;
}
.order_content01 table tr td {
	padding-top: 30px;
	padding-bottom: 0px;
}
.order_content01 .shokai tr th .point01 .pic img {
	width: 48%;
}
.order_content01 .shokai tr th .point01 .pic img:nth-of-type(odd) {
	float: left;
}
.order_content01 .shokai tr th .point01 .pic img:nth-of-type(even) {
	float: right;
}

.scroll-table table {
	display: table;
	width: 100%;
	font-size: 16px;
}
a img {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #CCC;
}
.bg-slider .clearfix .l p a:hover {
	color: #CCC;
}
.content01 .clearfix a:hover {
	color: #000;
	background-color: #FFF;
}
footer .area a:hover {
	color: #999;
}
a:hover img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}
}
