@charset "UTF-8";

/* CSS Document */
h2.page-tit {
    width: 100%;
    height: 130px;
    background-color: #EDEDED;
    margin-bottom: 30px;
    border-bottom: 2px solid #FAEC21;
}

h2.page-tit .inner {
    position: relative;
    width: 1100px;
    height: 130px;
    margin: 0px auto;
    overflow: hidden;
    background: url(../images/point01-back.png) no-repeat;
    background-position: right top;
}

h2.page-tit .inner p {
    position: absolute;
    top: 30%;
    bottom: 0;
    margin: auto;
    font-size: 260%;
    color: #0B318E;
}

/*about----------------------------------------------------*/
.about-block {
    width: 100%;
    margin: 0px auto;
    clear: both;
    overflow: hidden;
    padding: 50px 0px;
}

.about-block.blue {
    width: 100%;
    background: #ECF3FB;
}

.about-block .inner {
    margin: 0px auto;
    width: 1000px;
}

.about-block h3 {
    margin: 0px auto;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 320%;
    color: #103380;
    line-height: 1;
}

.about-block h3 span {
    font-size: 80%;
    color: inherit;
}

.about-block h3 span.small {
    font-size: 50%;
    color: inherit;
}

.about-block h3 img {
    width: 100px;
    margin-right: 10px;
}

.about-column{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-column .left {
    width: 55%;
}

.about-column .left p {
    font-size: 110%;
    margin-bottom: 15px;
}

.about-column .left p img {
    width: 80%
}

.about-column .left h4 {
    padding: 5px;
    border-top: 1px solid #D61619;
    border-bottom: 1px solid #D61619;
    font-size: 160%;
    line-height: 160%;
    margin-bottom: 5px;
    color: #D61619;
}

.about-column .right {
    width: 40%;
    text-align: right;
}

.about-column .right img {
    width: 100%;
}

.credit_img{
    margin-top: 40px;
}

.credit_img img {
    max-width: 100%;
}

/*table-------------------------------------------------------------*/
table.reason-data {
    margin: 0px 0px 10px 0px;
    width: 100%;
    text-align: center;
    border: 1px solid #0A3EA3;
    border-collapse: collapse;
    border-spacing: 0px;
    background: #FFF;
}

table.reason-data th,
table.reason-data td {
    padding: 12px 8px 12px 8px;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #0A3EA3;
    text-align: left;
    font-size: 120%;
    color: #000000;
}

table.reason-data th {
    font-weight: bold;
    width: 90px;
    background: #0A3799;
    color: #FFF;
}

table.reason-data tr.pure td {
    background: #FBE7DE;
}

table.reason-data tr.crystal td {
    background: #E8F6F8;
}

table.reason-data tr.fresh td {
    background: #feffc4;
}

table.reason-data tr.diamond td {
    background: #F2EEDE;
}

table.reason-data tr.wdiamond td {
    background: #DFE7F1;
}

table.reason-data tr.ex td {
    background: #f3f3f3;
}

table.reason-data tr.ecodiamond td {
    background: #e6ffea;
}

/*FAQ-------------------------------------------------------------------------------------------------------------*/
.faq h3 {
    margin: 0px 0px 5px 0px;
    padding: 5px 3px 3px 10px;
    border-top: 1px solid #039;
    border-bottom: 3px solid #039;
    background: #EFEFEF;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.faq {
    width: 100%;
    margin: 0px auto;
}

.faq .inner {
    width: 1100px;
    overflow: hidden;
    margin: 0px auto;
}

p.question {
    margin: 0px 0px 5px 0px;
    padding: 8px 3px 8px 5px;
    border-bottom: 1px solid #DDD;
    background: #E5F4FA;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

p.question span {
    margin: 0px 5px 0px 0px;
    padding: 0px 5px 0px 0px;
    border-right: 1px solid #DDD;
    color: #003399;
    font-size: 18px;
}

p.answer,
ul.answer {
    padding: 5px 15px 15px 30px;
}

.faq .column {
    margin: 0px 0px 30px 0px;
}

/*course-------------------------------------------------------------------------------------------------------------*/
section.course-tit {
    padding: 20px 0px 0px 0px;
    width: 1100px;
    margin: 0px auto;
    margin-bottom: 20px;
}

section.course.course_top .inner {
    width: 1200px;
}

section.course .inner {
    width: 1100px;
    margin: 0px auto;
    padding: 0px 0px 40px 0px;
}

h3.course {
    background: url(../sidemenu/images/tit-back.png) no-repeat;
    padding: 20px 0px 40px 90px;
    font-size: 210%;
    color: #FAEF24;
}

h3.course.mineral {
    background: url(../sidemenu/images/tit-back-mineral.png) no-repeat;
}

h3.course.diamond {
    background: url(../diamond/images/tit-back.png) no-repeat;
}

h3.course.crystal {
    background: url(../crystal/images/tit-back.png) no-repeat;
}

h3.course.wdiamond {
    background: url(../wdiamond/images/tit-back.png) no-repeat;
}

h3.course.ex {
    background: url(../ex/images/tit-back.png) no-repeat;
}

h3.course.ecodiamond {
    background: url(../ecodiamond/images/tit-back.png) no-repeat;
}

h3.course.fresh {
    background: url(../fresh/images/tit-back.png) no-repeat;
}


.course h4 {
    padding: 10px 0px 40px 0px;
    font-size: 180%;
    color: #F9191D;
}

/*PRICE---------------------------------------------------------*/
p.price_lead {
    font-size: 150%;
    margin-bottom: 20px;
    font-weight: bold;
}

p.price_txt {
    font-size: 110%;
    margin-bottom: 20px;
}

p.price_hours {
    padding: 5px 15px;
    background: #4d4d4d;
    font-size: 110%;
    margin-bottom: 20px;
    color: #fff;
    display: inline-block;
}

h4.price_option {
    padding: 10px;
    background: #222;
    font-size: 120%;
    line-height: 1;
    color: #FF6;
}

table.price {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 15px;
    background: #FFF;
    border: 1px solid #BBB;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.price th {
    background: #EDEDED;
}

table.price th,
table.price td {
    text-align: center;
    border: 1px solid #BBB;
}

table.price td.price {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    color: #F30;
    font-weight: bold;
}

table.price td.price01 {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

table.price td.price_set {
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    color: #F30;
    background: #FF6;
    font-weight: bold;
}

div.option {}

ul.option {
    margin: 0px 15px 0px 0px;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.option li {
    width: 24%;
}

ul.option li img {
    float: left;
    margin: 0px 5px 0px 0px;
}

ul.option li h3 {
    font-size: 100%;
    font-weight: bold;
    color: #003399;
}

/*-reserve---------------------------------------------------------------------------------------------*/
/*Shop-List-----------------------------------------------------------------*/
.shop-select {
    width: 1100px;
    margin: 0px auto;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop-box {
    width: 44%;
    margin: 0px auto;
    margin-bottom: 30px;
    padding: 10px 2%;
    border-radius: 10px;
    border: 3px solid #004b9c;
    overflow: hidden;
    display: flex;
    /*横並び*/
    align-items: center;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop-box:last-child {
    border: none;
}

.shop-box .shopPhoto img {
    width: 100%;
}

.shop-box .shopText {
    width: 74%;
    padding-top: 10px;
}

.shop-box .btn {
    width: 24%;
}

.shop-box .btn a {
    width: 80%;
    padding: 15% 10%;
    background: #0A3799;
    display: inline-block;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5;
    color: #FFFFFF;
    font-size: 22px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    /* box-shadow */
    box-shadow: 0px 10px 7px -4px #8c8c8c;
    -moz-box-shadow: 0px 10px 7px -4px #8c8c8c;
    -webkit-box-shadow: 0px 10px 7px -4px #8c8c8c;
}

.shop-box .btn a:hover {
    color: #FFFFFF;
    background-color: #004b9c;
    border-color: hsl(211, 37%, 31%);
    -webkit-box-shadow: inset 0 0 1px 1px #0077f8, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 1px 1px #0077f8, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 1px 1px #0077f8, 0 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-text-shadow: 1px 1px 1px #001a36;
    -moz-text-shadow: 1px 1px 1px #001a36;
    -o-text-shadow: 1px 1px 1px #001a36;
    text-shadow: 1px 1px 1px #001a36;
}

.shop-box .btn a p {
    font-size: 35px;
    color: #FFF;
    margin-bottom: 10px;
}

.shop-box .btn a:hover p {
    color: #FFF100;
}

.shop-box .btn a:hover {
    color: #FFF100;
}

.shop-box .shopText h3 {
    font-size: 160%;
}

ul.Info {
    font-size: 115%;
    margin-bottom: 15px;
}

ul.Info li {
    color: #363636;
}

ul.Info li.tel {
    font-size: 160%;
}

ul.Info li.tel a {
    font-size: 110%;
    color: #0A3799;
}

ul.Info li.Access span a {
    margin-left: 20px;
    padding: 1px 10px;
    font-size: 80%;
    line-height: 80%;
    background: #ADC4DE;
    color: #2C2C2C;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.column {
    clear: both;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

.coating .inner {
    width: 1100px;
    margin: 0px auto;
}

.column img {
    width: 100%;
}

/*coating----------------------------------------*/
.coating h3 {
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    line-height: 32px;
    color: #CE0000;
}

.coating h3.course {
    margin: 0px 0px 0px 0px;
    padding: 0x 0px 0px 0px;
    font-size: 210%;
    line-height: 42px;
    color: #F7FF22;
}

.coating_care-block h4 {
    margin: 0px 0px 10px 0px;
    padding-bottom: 5px;
    border-bottom: 2px solid #F7FF22;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #005FAF;
}

.coating_care-block p {
    margin: 0px 0px 10px 0px;
    font-size: 13px;
    line-height: 26px;
    color: #333;
}

p.time {
    width: 90%;
    margin-bottom: 10px;
    padding: 2% 5%;
    color: #FFF;
    font-size: 140%;
    background: #F36528;
    border-radius: 10px;
    text-align: center;
}

/*carwash---------------------------------------------------------*/
.carwash .left {
    width: 60%;
    float: left;
}

.carwash .left img {
    width: 100%;
}

/*PRICE------------------------------------------------------------*/
.price_list {
    width: 35%;
    float: right;
    overflow: hidden;
}

.price_list .btn {
    clear: both;
    text-align: center;
    margin: 0px auto;
}

.price_list .btn a {
    width: 80%;
    padding: 15% 10%;
    border-radius: 30px;
    font-size: 100%;
    color: #4D4D4D;
    background: #FFFD00;
    overflow: hidden;
}

.works .btn a:hover {
    background: #FFEF00;
}

.price_list h2 {
    font-weight: bold;
    color: #D01126;
    border-left: 4px solid #D01126;
    padding: 0 0 0 9px;
    font-size: 18px;
    margin: 0 0 5px;
}

.price_list .price {
    background: #E9F6FE;
    width: 100%;
    padding: 10px;
    margin: 10px 0 5px;
}

.price_list .price dl dt {
    font-size: 11px;
    letter-spacing: -0.1em;
}

.price_list .price dl dt em {
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
}

.price_list .price dl dd {
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #9FA0A0;
    margin: 0 0 5px;
    font-weight: bold;
}

/*sidemenu-block--------------------------------------------------------*/
/*----------------------------------------------------------------*/
.sidemenu column {
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.sidemenu-block-right .column,
.sidemenu-block-left .column {
    clear: both;
}

.sidemenu-block-right p,
.sidemenu-block-left p {
    clear: both;
    margin-bottom: 5px;
}

.sidemenu-menu-list {
    width: 95%;
    margin: 0px auto;
}

.sidemenu-menu-list p {
    font-size: 100%;
    padding-bottom: 3px;
    border-bottom: 1px dotted #D1D1D1;
}

.sidemenu-menu-list h4 {
    font-size: 16px;
    padding-bottom: 3px;
    color: #D01126;
}

.sidemenu-menu-list h5 {
    font-size: 16px;
    padding-bottom: 3px;
    color: #0051A2;
}

.sidemenu-block-left {
    width: 540px;
    overflow: hidden;
    float: left;
}

.sidemenu-block-right {
    width: 540px;
    float: right;
}

.sidemenu-block-left .price_list,
.sidemenu-block-right .price_list {
    width: 48%;
    overflow: hidden;
    float: left;
}

.sidemenu-block-left .left,
.sidemenu-block-right .left {
    width: 50%;
    overflow: hidden;
    float: left;
}

.sidemenu-block-left .left img,
.sidemenu-block-right .left img {
    width: 50%;
}

.sidemenu h3 {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    color: #CE0000;
    font-weight: bold;
}

h3.sidemenu-block {
    padding: 8px;
    background: #E01215;
    padding-bottom: 6px;
    border-bottom: 1px solid #D9D9D9;
    color: #FFF;
}

h4.sidemenu-block {
    margin: 0px 0px 10px 0px;
    padding: 5px;
    border-bottom: 2px solid #FFFA00;
    background: #0A3799;
    font-size: 120%;
    color: #FFF;
}

.coating_care-block p {
    margin: 0px 0px 10px 0px;
    font-size: 13px;
    line-height: 26px;
    color: #333;
}

/*teppun-------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.teppun .left {
    width: 60%;
    float: left;
}

.teppun .left p {
    margin-bottom: 10px;
}

/*table-------------------------------------------------------------*/
table.price-data {
    margin: 0px 0px 10px 0px;
    width: 100%;
    text-align: center;
    border: 1px solid #BBB;
    border-collapse: collapse;
    border-spacing: 0px;
}

table.price-data th,
table.price-data td {
    padding: 12px 8px 12px 8px;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #BBB;
    text-align: center;
    font-size: 120%;
    color: #000000;
}

table.price-data th {
    font-weight: bold;
    background: #DEEDF6;
}

table.price-data tr:nth-child(even) {
    background: #eee;
}

/*info-page----------------------------------------------------------------------------------------------------------------------------*/
.info-page {
    width: 100%;
    background: #D9EBF9;
    overflow: hidden;
}

.info-page .inner {
    width: 1146px;
    margin: 0px auto;
    padding: 20px 0px;
    overflow: hidden;
}

.info-page .inner div.txt {
    width: 766px;
    padding: 20px 20px 20px 20px;
    color: #333;
    font-size: 120%;
    line-height: 240%;
    background: #FFF;
    float: left;
}

.info-page .inner div.txt {}

.info-page .inner div.txt dl {
    padding: 5px 0px;
    margin: 0px auto;
    display: flex;
    /*横並び*/
    align-items: top;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: flex-start;
}

.info-page .inner div.txt dl dt {
    width: 120px;
}

.info-page .inner .category {
    float: right;
    width: 230px;
    background: #FFF;
}

.info-page .inner .category h3 {
    padding: 15px 10px;
    background: #0A3799;
    color: #FFF;
    font-size: 120%;
}

.info-page .inner .category ul li a {
    width: 100%;
    display: block;
    padding: 15px 10px;
    background: #FFF;
    color: #222;
    font-size: 120%;
}

.info-page .inner .category ul li a:hover {
    background: #EEE;
    color: #222;
}

.info-page .inner .category ul li.now a {
    background: #EEE;
    color: #222;
}

/*BLOG-----------------------------------------------------------------*/
dt.date span {
    color: #FF0004;
    font-weight: bold;
    padding-left: 5px;
}

.column.info {
    margin: 0px 0px 20px 0px;
    background: #FFF;
}

.navi {
    text-align: center;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.column.info h2.title {
    background: #0A3799;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
    color: #FFFFFF;
    font-size: 130%;
    text-align: left;
}

.column.info h2.title a {
    color: #FFFFFF;
    font-size: 130%;
}

.column.info div.date {
    font-size: 120%;
    text-align: left;
    color: #353535;
    background: #EFEFEF;
    padding: 5px 10px;
}

dt.date span {
    color: #FF0004;
    font-weight: bold;
    padding-left: 5px;
}

.column.info div.text,
div.page-nav {
    padding: 0px 10px 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    background: #FFF;
}

.column.info div.text a img {
    clear: both;
    float: none;
}

.column.info div.text p {
    margin: 0px 0px 10px 0px;
}

.column.info div.text p.photo {
    text-align: center;
}

.column.info div.category {
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    line-height: 11px;
    text-align: right;
}

.info {
    overflow: hidden;
    margin: 0px 0px 15px 0px;
}

.info h4 {
    background: #EFEFEF;
    padding: 5px;
    border-bottom: 2px solid #F00;
}

.top_right.info ul {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
}

a:hover {
    text-decoration: underline;
    color: #353535;
}

.category ul li.now a {
    display: block;
    background: #FFF7B9;
    padding: 8px;
    color: #353535;
    text-decoration: none;
    font-size: 15px;
}

.left h3 {
    font-size: 16px;
    font-weight: bold;
    color: #F00;
    background-color: #fff7b9;
    padding: 8px;
    margin: 0px 0px 20px 0px;
    border-radius: 5px;
}

/*size--------------------------------------------------------------------------------------------------*/
h2.page-tit.size {
    width: 820px;
    height: 60px;
    background-color: #EDEDED;
    margin-bottom: 10px;
    border-bottom: 2px solid #FAEC21;
}

.size {
    clear: both;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

.size .inner {
    width: 100%;
    margin: 0px auto;
}

.search {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    /*横並び*/
    align-items: center;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #013590;
    background: #F3FAFD;
}

.search dt {
    padding: 8px 10px;
    width: 30%;
    font-size: 150%;
}

.search dd {
    padding: 8px 10px;
    width: 50%;
    text-align: left;
}

.search dd select {
    font-size: 120%;
    height: 40px;
    border: 1px soid #AED9F6;
    margin: 0px 0px 0px 0px;
}

.search dd input {
    font-size: 120%;
    height: 40px;
    width: 220px;
    border: 1px soid #AED9F6;
    margin: 0px 0px 0px 0px;
}

.search dd span a {
    font-size: 200%;
}

.size-list h3 {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 150%;
    border-bottom: 2px solid #013590;
}

.size-list h4 {
    width: 80%;
    margin: 0px auto;
    margin-bottom: 5px;
    font-size: 120%;
    color: #000666;
}

table.size-list {
    width: 80%;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 25px;
    text-align: center;
    border-collapse: separate;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-collapse: separate;
    border-spacing: 0;
}

table.size-list th {
    margin: 0px auto;
    font-weight: bold;
    background: #DEEDF6;
}

table.size-list th.name {
    width: 70%;
}

table.size-list th,
table.size-list td {
    padding: 5px 8px;
    line-height: 18px;
    vertical-align: middle;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
    text-align: center;
    font-size: 110%;
    color: #000000;
}

table.size-list tr:nth-child(even) {
    background: #eee;
}

.size-txt {
    margin-bottom: 30px;
    padding: 10px;
    background: #E2EFF7;
}

.size-txt img {
    text-align: center;
    margin: 0px auto;
    width: 80%;
}

.size-txt span {
    color: #013590;
}

.u-size-close {
    width: 120px;
    margin: 0 auto;
    text-align: center;
}

.u-size-close .btnStyle05 {
    padding: 18px 30px 14px 30px;
    cursor: pointer;
    background: #0A3797;
    border-radius: 10px;
    color: #FFF;
}

.tel-txt .inner {
    width: 860px;
    margin: 0px auto;
    padding: 60px 0px;
}

.tel-txt .inner p {
    margin: 0px auto;
    padding: 30px;
    border: 1px solid #FF0004;
    font-size: 110%;
    line-height: 180%;
    background: #FFF;
}

/*----------------------------------------------------------------------------------------------------*/
#about01,
#about02,
#about03,
#about04,
#about05,
#about06 {
    margin-top: -150px;
    padding-top: 150px;
    overflow: hidden;
}