@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/

#main_img {
    width: auto;
    min-width: 1200px;
    height: 700px;
    text-align: center;
    margin: 0 auto;
}

#img_area {
    height: 700px;
    margin: 0 auto;
}

#main_img-sub {
    width: 100%;
    min-width: 1200px;
    height: 150px;
    overflow: hidden;
    background: url(/wp-content/uploads/main_sub_bg.png) repeat;
    margin: 0 auto;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

#img_area-sub {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

#img_area-sub::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/main_bg.png) no-repeat;
    background-size: 400px;
    height: 160px;
    width: 400px;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: -7px;
}

#img_area-sub h2 {
    clear: both;
    width: 100%;
    height: auto;
    font-size: 37px;
    font-weight: 500;
    padding-left: 30px;
    line-height: 80%;
    position: relative;
    top: 5px;
}

#img_area-sub h2 .sub_title {
    font-size: 16px;
    position: relative;
    left: 2px;
}


@media screen and (max-width: 768px) {

#main_img,
#img_area {
    display: none;
}

#main_img-sub {
    min-width: 100%;
    width: 100%;
    height: 80px;
    margin: 55px 0 25px;
}

#img_area-sub {
    width: 100%;
    height: 80px;
}

#img_area-sub::after {
    content: "";
    display: block;
    background-size: auto 100%;
    height: 90px;
    width: 260px;
    vertical-align: middle;
    position: relative;
    right: 0;
    top: 5px;
}

#img_area-sub h2 {
    clear: both;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 120%;
    position: relative;
    top: 7px;
}

#img_area-sub h2 .sub_title {
    font-size: 10px;
}

}


/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
    float: left;
    width: 840px;
}

#main_top {
    width: 100%;
    min-width: 1170px;
    margin: 0 auto;
}

#main h2,
#main_top h2 {
    display: flex;
    clear: both;
    width: auto;
    height: auto;
    min-height: 54px;
    margin: 0 0 15px 0;
    font-weight: 500;
    padding: 9px 5px 9px 25px;
    font-size: 19px;
    line-height: 150%;
    color: #fff;
    background: #327fba;
    position: relative;
    border-radius: 5px;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

#main h2::before,
#main_top h2::before {
    content: "";
    background: url(/wp-content/uploads/h2_icon.png) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 36px;
    margin-right: 12px;
    flex-shrink: 0;
}

#main_top h2.h2_top {
    background: none;
    color: #111;
    font-size: 40px;
    font-weight: 500;
    line-height: 115%;
    display: block;
    text-align: center;
    padding: 0;
    margin-bottom: 35px;
}

#main_top h2.h2_top span.ja {
    display: block;
    font-size: 21px;
}

#main_top h2.h2_top::before {
    content: none;
}

#main h2.h2_voice,
#main_top h2.h2_voice {
    clear: both;
    width: auto;
    height: auto;
    color: #111;
    font-size: 40px;
    line-height: 130%;
    background: none;
    display: block;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
    margin-top: -10px;
    padding: 0;
}

#main h2.h2_voice span.sub,
#main_top h2.h2_voice span.sub {
    display: inline-block;
    font-size: 25px;
    line-height: 100%;
    position: relative;
    padding: 0 10px 0 12px;
}

#main h2.h2_voice span.sub::before,
#main_top h2.h2_voice span.sub::before {
    content: '';
    position: absolute;
    bottom: 38%;
    left: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #111;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#main h2.h2_voice span.sub::after,
#main_top h2.h2_voice span.sub::after {
    content: '';
    position: absolute;
    bottom: 38%;
    right: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #111;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#main h2.h2_bg {
    width: auto;
    height: auto;
    font-weight: 500;
    margin: 0 0 15px;
    font-size: 26px;
    color: #e07aa7;
    line-height: 150%;
    padding-left: 77px;
    background: none;
    position: relative;
}

#main h2.h2_bg::before {
    content: "";
    background: url(/wp-content/uploads/about_bg.png) left top no-repeat;
    background-size: 75px;
    width: 75px;
    height: 54px;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 1px;
}

#main h2.h2_bg_2 {
    width: auto;
    height: auto;
    font-weight: 500;
    margin: 0 0 15px;
    padding: 2px 5px 9px 92px;
    font-size: 24px;
    color: #e07aa7;
    line-height: 140%;
    background: none;
    position: relative;
}

#main h2.h2_bg_2::before {
    content: "";
    background: url(/wp-content/uploads/about_bg.png) left top no-repeat;
    background-size: 90px;
    width: 90px;
    height: 64px;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 1px;
}

#main h3 {
    width: auto;
    height: auto;
    font-weight: 500;
    margin: 0 0 15px;
    font-size: 21px;
    line-height: 150%;
    padding-left: 43px;
    position: relative;
}

#main h3::before {
    content: "";
    background: url(/wp-content/uploads/h3_back.png) left top no-repeat;
    background-size: 42px;
    width: 42px;
    height: 30px;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 1px;
}

#main h3.h3_top {
    font-size: 29px;
    font-weight: 500;
    line-height: 140%;
    margin: 20px auto 20px;
    padding: 0;
    text-align: center;
}

#main h3.h3_top::before {
    content: none;
}

#main h3.h3_top span {
    display: inline-block;
    font-size: 25px;
    position: relative;
    padding: 0 10px 0 12px;
}

#main h3.h3_top span::before {
    content: '';
    position: absolute;
    bottom: 38%;
    left: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #111;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#main h3.h3_top span::after {
    content: '';
    position: absolute;
    bottom: 38%;
    right: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #111;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#main_top h3.h3_pink {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 135%;
    margin: -25px 0 20px;
    position: relative;
}

#main_top h3.h3_pink .under {
    background: linear-gradient(transparent 70%, rgb(225 121 168) 50%);
    padding: 0 5px 3px 20px;
}

#main h4 {
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 19px;
    margin: 60px auto 15px;
}

#main h4.h4_blue {
    margin: 0 auto 5px;
    color: #3682b5;
}

@media screen and (max-width: 768px) {

#main {
    float: none;
    width: 100%;
    margin: 0 auto;
    height: auto;
}

#main_top {
    float: none;
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    height: auto;
}

#main h2,
#main_top h2 {
    font-size: 18px;
    padding: 9px 10px 9px 25px;
}

#main_top h2.h2_top {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 110%;
}

#main_top h2.h2_top span.ja {
    display: block;
    font-size: 19px;
}

#main h2::before {
    content: "";
    background: url(/wp-content/uploads/h2_icon.png) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 36px;
    margin-right: 10px;
    flex-shrink: 0;
}

#main h2.h2_voice, #main_top h2.h2_voice {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: -10px;
}

#main h2.h2_voice span.sub,
#main_top h2.h2_voice span.sub {
    font-size: 20px;
}

#main h2.h2_bg {
    width: auto;
    height: auto;
    font-weight: 500;
    margin: 0 0 15px;
    padding: 0 0 0px 59px;
    font-size: 24px;
    color: #e07aa7;
    line-height: 150%;
    background: none;
    position: relative;
}

#main h2.h2_bg::before {
    content: "";
    background: url(/wp-content/uploads/about_bg.png) left top no-repeat;
    background-size: 65px;
    width: 65px;
    height: 47px;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 1px;
}

#main h2.h2_bg_2 {
    width: auto;
    height: auto;
    font-weight: 500;
    margin: 0 0 15px;
    padding: 2px 5px 9px 25px;
    font-size: 21px;
    color: #e07aa7;
    line-height: 140%;
    padding-left: 77px;
    background: none;
    position: relative;
}

#main h2.h2_bg_2::before {
    content: "";
    background: url(/wp-content/uploads/about_bg.png) left top no-repeat;
    background-size: 75px;
    width: 75px;
    height: 54px;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 1px;
}

#main h3 {
    font-size: 19px;
}

#main h3::before {
    content: "";
    background: url(/wp-content/uploads/h3_back.png) left top no-repeat;
    background-size: 42px;
    width: 42px;
    height: 30px;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#main h3.h3_top {
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 auto 14px;
    padding: 0;
    text-align: center;
}

#main h3.h3_top span {
    display: inline-block;
    font-size: 18px;
    line-height: 100%;
    position: relative;
    top: -2px;
    padding: 0 10px;
}

#main_top h3.h3_pink {
    font-size: 25px;
    margin: 0 auto 20px;
    text-align: center;
}

}


/* -----------------------------------------------------------
	画像3枚横並び
----------------------------------------------------------- */

#image3 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image3_in {
    width: 49%;
    height: auto;
    margin-bottom: 20px;
}


@media screen and (max-width: 768px) {

#image3 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

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

}


/*----------------------------------------------------
	トップページ・チラシ
----------------------------------------------------*/

.box_flyer {
    clear: both;
    width: 100%;
    height: auto;
    margin: 90px auto 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}


@media screen and (max-width: 768px) {

.box_flyer {
    width: 85%;
    height: auto;
    margin: 25px auto 40px;
    text-align: left;
}

}


/*----------------------------------------------------
	トップページ・お知らせ
----------------------------------------------------*/

#info_area {
    width: 1170px;
    height: auto;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    padding: 75px 0;
}

#main_top #info_area h2 {
    margin-bottom: 0;
}

#main_top #info_area .more_btn a {
    width: 230px;
    margin-top: 20px;
}

.info_l {
    width: 25%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
}

.info_r {
    width: 75%;
    position: relative;
    padding: 0 4%;
}


@media screen and (max-width: 768px) {

#info_area {
    width: 85%;
    min-width: auto;
    height: auto;
    margin: 0 auto 40px;
    display: block;
    padding: 20px 0;
}
	
#main_top #info_area h2 {
    font-size: 34px;
    margin-bottom: 0;
    line-height: 110%;
}

.info_l {
    width: 100%;
    display: block;
}

.info_r {
    width: 100%;
    position: relative;
    padding: 0;
}

#main_top #info_area .more_btn a {
    width: 80%;
    max-width: 300px;
    margin: 40px auto 20px;
}

}


/*----------------------------------------------------
	トップページ・video
----------------------------------------------------*/

.box_video {
    margin: 30px auto 40px;
}


@media screen and (max-width: 768px) {

.box_video {
    margin: 20px auto 30px;
}

}


/*----------------------------------------------------
	トップページ
----------------------------------------------------*/

#about_area {
    width: 100%;
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 10px;
    position: relative;
    overflow: hidden;
    background: #327fba;
}

#about_area .box_top_tc {
    clear: both;
    width: 1170px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 35px;
    overflow: visible;
    text-align: center;
    position: relative;
}

#main_top #about_area h2 {
    color: #fff;
    line-height: 140%;
}

#main_top #about_area h3.h3_top {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 135%;
    margin: 40px 0 30px;
    display: inline-block;
    position: relative;
}

#main_top #about_area h3.h3_top span {
    color: #fff;
    font-size: 24px;
}

#main_top #about_area h3.h3_top::before {
    content: '';
    position: absolute;
    bottom: 19%;
    left: -50px;
    display: inline-block;
    width: 35px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#main_top #about_area h3.h3_top::after {
    content: '';
    position: absolute;
    bottom: 19%;
    right: -50px;
    display: inline-block;
    width: 35px;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#about_area p {
	color: #fff;
    font-size: 18px;
}

#inquiry_area {
    position: relative;
}

#inquiry_area::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/wrappingcar1.webp) no-repeat;
    background-size: 300px;
    height: 185px;
    width: 300px;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 18px;
    z-index: 10;
}

#inquiry_area::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/wrappingcar2.webp) no-repeat;
    background-size: 300px;
    height: 188px;
    width: 300px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    bottom: 70px;
    transform: rotate(1deg);
    z-index: 10;
}

ul.inquiry_list {
    width: 80%;
    margin: 0 auto 20px;
    position: relative;
}

ul.inquiry_list li {
    background: #fff;
    margin: 10px 0;
    padding: 12px 0 12px 30px;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: flex-start;
}

ul.inquiry_list li::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 29px;
    background: url(/wp-content/uploads/checkbox.png) no-repeat;
    background-size: 30px;
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

ul.inquiry_list::after {
    content: '';
    display: inline-block;
    width: 121px;
    height: 100px;
    background: url(/wp-content/uploads/arrow.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 10px;
}

.orange_bg {
    width: 80%;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    background: #f5a733;
    color: #fff;
    padding: 15px 0 17px 0;
    border-radius: 10px;
    line-height: 100%;
    margin: 0 auto 50px;
    border: 2px solid;
}

.porcelarts_top {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}


@media screen and (max-width: 768px) {

#about_area {
    min-width: 100%;
}

#about_area .box_top_tc {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: left;
}

#main_top #about_area h2 {
    color: #fff;
    line-height: 160%;
    font-size: 25px;
    margin-bottom: 25px;
}

#main_top #about_area h3.h3_top {
    font-size: 24px;
    text-align: center;
}

#main_top #about_area h3.h3_top span {
    font-size: 22px;
    text-align: center;
    margin: 15px 0 20px;
}

#main_top #about_area h3.h3_top::before {
    left: -40px;
}

#main_top #about_area h3.h3_top::after {
    right: -40px;
}

#about_area p {
    font-size: 16px;
}

#inquiry_area {
    text-align: center;
    padding: 25px 0 0;
}

#inquiry_area::before {
    content: "";
    display: block;
    background-size: 145px;
    height: 90px;
    width: 145px;
    vertical-align: middle;
    position: absolute;
    left: -25px;
    top: -15px;
    z-index: 0;
}

#inquiry_area::after {
    content: "";
    display: block;
    background-size: 145px;
    height: 92px;
    width: 145px;
    vertical-align: middle;
    position: absolute;
    right: -25px;
    bottom: 55px;
    z-index: 10;
}

ul.inquiry_list {
    width: 100%;
    margin: 0 auto 15px;
}

ul.inquiry_list li {
    width: 100%;
    background: #fff;
    margin: 10px 0;
    padding: 12px 15px 12px 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
    text-align: left;
    display: table;
}

ul.inquiry_list li::before {
    content: '';
    width: 35px;
    height: 24px;
    background: url(/wp-content/uploads/checkbox.png) no-repeat;
    background-size: 24px;
    display: table-cell;
    position: relative;
    top: 4px;
}

ul.inquiry_list::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 50px;
    background: url(/wp-content/uploads/arrow.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 10px;
    position: relative;
    z-index: 15;
}

.orange_bg {
    width: 95%;
    font-size: clamp(15px,4vw,18px);
    font-weight: 500;
    text-align: center;
    background: #f5a733;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    line-height: 140%;
    margin: 0 auto 35px;
    border: 2px solid;
}

.porcelarts_top {
    font-size: 16px;
    text-align: left;
}

}


/*----------------------------------------------------
	トップページ・サービス
----------------------------------------------------*/

#service_area {
    width: 100%;
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 10px;
    position: relative;
    overflow: hidden;
}

#main_top #service_area h2.h2_voice::before {
    content: none;
}

.service_lr {
    clear: both;
    width: 100%;
    height: auto;
    margin: 50px 0 20px;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-content: space-between;
}

.service_img {
    width: 38%;
}

.service_lr img {
    border-radius: 10px;
}

.service_point {
    width: 58%;
    text-align: left;
}

#service_area .service_lr p {
    font-size: 16px;
}

#service_area .service_lr p:last-child {
    margin-bottom: 0;
}

#service_area .service_point h3.h3_point {
    font-size: 30px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 17px;
    color: #e07aa7;
    position: relative;
    top: -7px;
}

.number {
    line-height: 100%;
    font-weight: 500;
    margin-right: 15px;
    font-size: 50px;
}

#service_area .border_image p {
    font-size: 16px;
    text-align: left;
}

#service_area p {
    font-size: 18px;
}

#service_area .more_btn a {
    margin-top: 30px;
}

#main_top #service_area h2.h2_check {
    clear: both;
    width: auto;
    height: auto;
    color: #f5a733;
    font-size: 40px;
    line-height: 130%;
    background: none;
    display: block;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 0;
}

#main_top #service_area h2.h2_check span.sub {
    display: inline-block;
    font-size: 25px;
    line-height: 100%;
    position: relative;
    padding: 0 10px 0 12px;
}

#main_top #service_area h2.h2_check span.sub::before {
    content: '';
    position: absolute;
    bottom: 38%;
    left: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #f5a733;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#main_top #service_area h2.h2_check span.sub::after {
    content: '';
    position: absolute;
    bottom: 38%;
    right: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #f5a733;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#service4 {
    width: 102%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.service4_in {
    width: 23%;
    vertical-align: top;
    font-size: 15px;
    padding: 20px 20px 50px;
    margin: 0 2% 2% 0;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    background: #f5f6fb;
    position: relative;
}

.service4_in a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.service4_in:hover {
    opacity: 0.7;
}

#main_top .service4_in h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 160%;
    text-align: center;
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
    padding: 0 0 15px;
    margin-bottom: 10px;
}

.service4_in img {
    margin-bottom: 15px;
}

#service_area  .service4_in p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

#service_area  .service4_in p.link {
    position: absolute;
    bottom: 15px;
    right: 25px;
}

#service_area .service4_in p.link::before {
    content: "";
    background: url(/wp-content/uploads/navi_icon.png) no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    display: inline-block;
    padding-right: 15px;
}


@media screen and (max-width: 768px) {

#service_area {
    min-width: 100%;
}

.service_lr {
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
}

.service_img {
    width: 100%;
    margin: 20px 0 10px;
    order: -1;
}

.service_point {
    width: 100%;
}

#service_area .service_point h3.h3_point {
    font-size: 21px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 10px;
    color: #e07aa7;
    position: relative;
    top: 0;
}

.number {
    line-height: 140%;
    font-weight: 500;
    font-size: 38px;
    position: relative;
    top: 2px;
}

#main_top #service_area h2.h2_check {
    clear: both;
    width: auto;
    height: auto;
    color: #f5a733;
    font-size: 22px;
    line-height: 150%;
    background: none;
    display: block;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin: 40px 0 20px;
    padding: 0;
}

#main_top #service_area h2.h2_check::before {
    content: none;
}

#service_area .border_image p {
    margin-bottom: 10px;
}

#service_area p {
    font-size: 16px;
}

#service4 {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 0 auto 5px;
}

.service4_in {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 30px 20px 45px;
}

.service4_in img {
    margin-bottom: 20px;
}

}


/*----------------------------------------------------
	Instagram
--------------------------------------------------- */

#instagram_area {
    clear: both;
    width: 1170px;
    height: auto;
    margin: 60px auto 50px;
    overflow: hidden;
    position: relative;
}

#main_top #instagram_area h2 {
    clear: both;
    width: auto;
    height: auto;
    color: #111;
    font-size: 40px;
    padding: 0;
    line-height: 115%;
    background: none;
    display: block;
    text-align: center;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    margin-top: -15px;
}

#main_top #instagram_area h2 span.sns {
    display: inline-block;
    font-size: 21px;
    line-height: 100%;
    position: relative;
    padding: 0 10px;
}

#main_top #instagram_area h2 span.sns::before {
    content: '';
    position: absolute;
    bottom: 38%;
    left: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #111;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#main_top #instagram_area h2 span.sns::after {
    content: '';
    position: absolute;
    bottom: 38%;
    right: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #111;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}


@media screen and (max-width: 768px) {

#instagram_area {
    clear: both;
    width: 85%;
    height: auto;
    margin: 50px auto 40px;
    overflow: hidden;
    position: relative;
}

#main_top #instagram_area h2 {
    font-size: 34px;
    margin-bottom: 0;
    line-height: 110%;
}

#main_top #instagram_area h2 span.sns {
    display: inline-block;
    font-size: 18px;
    line-height: 100%;
    position: relative;
    padding: 0 10px;
}

}


/*----------------------------------------------------
	塗料について
----------------------------------------------------*/

#main #paint h3 {
    width: auto;
    height: auto;
    font-weight: 500;
    margin: 20px 0 15px;
    font-size: 26px;
    line-height: 150%;
    padding: 13px 5px 13px 85px;
    background: none;
    position: relative;
}

#main #paint h3::before {
    content: "";
    background: url(/wp-content/uploads/main_sub_bg_icon.png) left top no-repeat;
    background-size: 70px;
    width: 70px;
    height: 70px;
    display: block;
    padding: 0;
    position: absolute;
    left: 0;
    top: 1px;
}

.paint_list_lr {
    clear: both;
    height: auto;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-content: space-between;
}

.paint_list_l {
    width: 210px;
}

.paint_list_r {
    width: 630px;
}

#paint ul.paint_list li {
    display: block;
    padding: 4px 0 13px 00;
}

#paint ul.paint_list li::before {
    content: none;
}

#paint ul.paint_list li:hover {
    opacity: 0.7;
}

#paint ul.paint_list li a {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0;
}

#paint ul.paint_list li a::before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 3px;
    vertical-align: middle;
    position: relative;
    top: 1px;
    font-size: 20px;
    float: left;
}

#paint .box_bb {
    padding: 20px 30px 20px 40px;
    margin: 30px 0 20px;
    background: url(/wp-content/uploads/main_sub_bg.png) repeat;
    border-radius: 10px;
}

#main #paint h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 100%;
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
    padding: 0 0 15px 0;
    margin: 15px 0 15px 0;
    position: relative;
    display: block;
}

#main #paint h4 span {
    font-size: 16px;
    position: relative;
    left: -8px;
}

#main #paint h4::before {
    content: "";
    background: url(/wp-content/uploads/paint_icon.png) left top no-repeat;
    background-size: 40px;
    width: 40px;
    height: 48px;
    margin-right: 10px;
    padding: 0;
    float: left;
}

#main #paint h4.h4_row {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 100%;
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
    padding: 0 0 15px 0;
    margin: 15px 0 15px 0;
    position: relative;
    display: flex;
    align-items: center;
}

#paint ul {
    margin-bottom: 20px;
}

#paint li {
    margin-right: 20px;
    margin-bottom: 0;
    color: #0da2e7;
    display: inline-block;
}

#paint li::before {
    content: "";
    background: url(/wp-content/uploads/navi_icon.png) no-repeat;
    width: 6px;
    height: 12px;
    display: inline-block;
    padding-right: 11px;
    position: relative;
    top: 1px;
}

#paint li a {
    text-decoration: none;
}

#paint li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {

#main #paint h3 {
    width: auto;
    height: auto;
    font-weight: 500;
    margin: 15px 0 10px;
    padding: 13px 5px 13px 78px;
    font-size: 24px;
    color: #e07aa7;
    line-height: 150%;
    background: none;
    position: relative;
}

#main #paint h3::before {
    content: "";
    background: url(/wp-content/uploads/main_sub_bg_icon.png) left top no-repeat;
    background-size: 65px;
    width: 65px;
    height: 65px;
    display: block;
    padding: 0;
}

.paint_list_lr {
    clear: both;
    height: auto;
    margin: 0 auto 20px;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.paint_list_l {
    width: 100%;
    order: -1;
}

.paint_list_r {
    width: 100%;
}

#paint ul.paint_list li {
    display: inline-block;
    padding: 0 10px 5px 0;
}

#paint ul.paint_list li a {
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0;
}

#paint li {
    display: block;
}

}


/*----------------------------------------------------
	ご挨拶
----------------------------------------------------*/

.greeting_lr {
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.greeting_img {
    width: 380px;
    float: left;
    padding: 0 20px 0 0;
}


@media screen and (max-width: 768px) {

.greeting_img {
    width: 100%;
    float: nonr;
    padding: 0 0 15px;
}

}


/*----------------------------------------------------
	沿革
----------------------------------------------------*/

.history_box {
    position: relative;
    padding: 30px 0 0;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto 60px;
}

.history_box::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/wrappingcar3.webp) no-repeat;
    background-size: 225px;
    height: 135px;
    width: 225px;
    vertical-align: middle;
    position: absolute;
    right: 35px;
    top: -60px;
    z-index: 30;
}


@media screen and (max-width: 768px) {

.history_box {
    width: 85%;
    height: auto;
    padding: 0;
    margin: 0 auto 60px;
    text-align: left;
}

.history_box::before {
    content: "";
    display: block;
    background-size: 145px;
    height: 88px;
    width: 145px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: -60px;
}

}

/*----------------------------------------------------
	企業理念
----------------------------------------------------*/

.rinen_box {
    position: relative;
    padding: 25px 0 0;
    clear: both;
    width: 100%;
    height: auto;
    margin: 0 auto 60px;
}

.rinen_box::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/wrappingcar4.webp) no-repeat;
    background-size: 225px;
    height: 135px;
    width: 225px;
    vertical-align: middle;
    position: absolute;
    right: 35px;
    top: -55px;
    z-index: 30;
}

#rinen {
    clear: both;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    overflow: hidden;
    margin: 30px auto 20px;
    padding: 30px 30px 20px;
    position: relative;
}

#rinen::before {
    content: "";
    background: url(/wp-content/uploads/contact_sp.png) repeat-x;
    background-size: cover;
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#rinen::after {
    content: "";
    background: url(/wp-content/uploads/contact_sp.png) repeat-x;
    background-size: cover;
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

#main #rinen h3 {
    padding: 0 0 15px;
    font-size: 24px;
    color: #0da2e7;
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
}

#main #rinen h3::before {
    content: none;
}

#rinen p {
    font-size: 17px;
    text-align: left;
}


@media screen and (max-width: 768px) {

.rinen_box {
    width: 85%;
    height: auto;
    padding: 0;
    margin: 0 auto 60px;
    text-align: left;
}

.rinen_box::before {
    content: "";
    display: block;
    background-size: 145px;
    height: 88px;
    width: 145px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: -60px;
}

#rinen {
        margin: 30px auto 20px;
        padding: 0 30px 10px;
}

#main #rinen h3 {
    width: 100%;
    height: auto;
    font-size: 18px;
    margin: 30px auto 10px;
    margin-bottom: 10px;
    text-align: center;
    background: url(/wp-content/uploads/line.png) center bottom repeat-x;
}

#rinen p {
    font-size: 16px;
}

}


/*----------------------------------------------------
	スタッフ紹介
----------------------------------------------------*/

.staff_box {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.staff_img {
    width: 315px;
    float: left;
    margin: 0 20px 0px 0;
    border-radius: 50%;
}

#main .staff_box h3 {
    font-size: 20px;
    font-weight: 500;
    background: none;
    color: #3481b7;
    padding: 0;
    line-height: 120%;
}

#main .staff_box h3 span {
    font-size: 15px;
}

#main .staff_box h3::before {
    content: none;
}

.staff_box p {
    font-size: 15px;
    margin-bottom: 10px;
}

.staff_box p:last-child {
    margin-bottom: 0;
}

.staff_box p.certification {
    font-size: 14px;
    color: #0da2e7;
    line-height: 160%;
    margin-bottom: 10px;
}


@media screen and (max-width: 768px) {

.staff_box {
    clear: both;
    width: 100%;
    max-width: 400px;
    height: auto;
    overflow: hidden;
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
    padding-bottom: 20px;
    margin: 0 auto 23px;
}

.staff_img {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
    border-radius: 50%;
}

}


/*----------------------------------------------------
	参考価格
----------------------------------------------------*/

/* 料金表 */
#price table th {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #cbccd1;
    text-align: center;
    padding: 10px;
    background: #f5f6fb;
    font-weight: normal;
    vertical-align: top;
}

#price table td {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #cbccd1;
    padding: 10px;
    text-align: center;
    background: #fff;
}

#price table th.th_top {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #cbccd1;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #357dbf;
    font-weight: normal;
    vertical-align: top;
}

#price table td.type {
    width: 150px;
    text-align: center;
    background: #f5f6fb;
}

#price_list table th.th_top {
    width: auto;
    border-collapse: collapse;
    border: 1px solid #cbccd1;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #357dbf;
    font-weight: normal;
    vertical-align: top;
}

#price_list table td {
    width: auto;
    padding: 10px;
    font-size: 15px;
    line-height: 150%;
    vertical-align: middle;
    text-align: center;
}

#price_list table td.type {
    width: 150px;
    text-align: center;
    background: #f5f6fb;
}

#price_list table td.type_bottom {
    width: 120px;
    padding: 10px 0;
    background: #f5f6fb;
    vertical-align: middle;
    text-align: center;
}

#price_list table td.type_img {
    width: 140px;
    max-width: 140px;
    padding: 5px;
}

#price_list table td.type_img img {
    max-width: 129px;
}

#price li {
    background: #01a4e7;
    height: 28px;
    font-size: 16px;
    line-height: 100%;
    padding: 5px 15px 5px 13px;
    margin-bottom: 13px;
    display: inline-block;
    border-radius: 15px;
}

#price li a {
    color: #fff;
    text-decoration: none;
}

#price li:hover {
    opacity: 0.7;
}


@media screen and (max-width: 768px) {

/* 料金表 */
#price table,
#price_list table {
    border: 0;
    margin-bottom: 0;
}

#price table thead,
#price_list table thead {
    display: none;
}

#price table tr,
#price_list table tr {
    margin-bottom: 30px;
    display: block;
}

#price table th,
#price_list table th {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #cbccd1;
}

#price table td,
#price_list table td {
    width: auto;
    display:block;
    text-align:right;
    border: 1px solid #cbccd1;
    border-top: none;
}

#price table td.type,
#price_list table td.type {
    width: auto;
    border-top: 1px solid #cbccd1;
    background: #f5f6fb;
    text-align: right;
}

#price table td::before,
#price_list table td::before {
    content:attr(data-label);
    float:left;
    text-align: left;
}

#price_list table td.type_img {
    background: #f5f6fb;
    border: 1px solid #cbccd1;
    border-bottom: none;
}

/* td.type(上に写真) */
#price_list table td.type_bottom {
    width: auto;
    border-top: none;
    background: #f5f6fb;
    text-align: center;

}

#price_list table td.type_img {
    width: 100%;
    max-width: 100%;
    background: #f5f6fb;
    border: 1px solid #cbccd1;
    border-bottom: none;
    padding-bottom: 0;
    text-align: center;
}

#price_list table td.type_img img {
    max-width: 100%;
}

}


/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/

.accordion-area {
    list-style: none;
    width: 100%;
    margin-top: 25px;
}

.accordion-area li {
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
    margin-bottom: 10px;
    position: relative;
}

.accordion-area li::before {
    content: "";
    background: url(/wp-content/uploads/q.png) left top no-repeat;
    background-size: 45px;
    width: 45px;
    height: 32px;
    display: block;
    padding: 0;
    position: absolute;
}

#main h3.question {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 3px 45px 15px;
    margin: 0;
    color: #327fba;
    transition: all .5s ease;
}

#main h3.question::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background: #0da2e7;
    top: 39%;
    right: 15px;
    left: auto;
    transform: rotate(0deg);
}

#main h3.question::after {
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background: #0da2e7;
    top: 39%;
    right: 15px;
    transform: rotate(90deg);
}

#main h3.question.close::before {
	transform: rotate(45deg);
}

#main h3.question.close::after {
	transform: rotate(-45deg);
}

.answer {
    display: none;
    padding: 0 0 15px;
}

.answer::before {
    content: "";
    background: url(/wp-content/uploads/a.png) left top no-repeat;
    background-size: 45px;
    width: 45px;
    height: 32px;
    display: block;
    position: relative;
    top: 4px;
    float: left;
}

.answer p {
    margin-bottom: 5px;
    padding: 6px 5px 0 45px;
}

#contact_box {
    border-left: 1px solid #cbccd1;
    border-right: 1px solid #cbccd1;
    padding: 35px 30px 45px 30px;
    margin: 40px 0 50px;
    position: relative;
}

#contact_box::before {
    content: "";
    background: url(/wp-content/uploads/contact_sp.png) repeat-x;
    background-size: cover;
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#contact_box::after {
    content: "";
    background: url(/wp-content/uploads/contact_sp.png) repeat-x;
    background-size: cover;
    width: 100%;
    height: 6px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact_box_in {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

#contact_box .contact_box_tel {
    width: 50%;
    height: 70px;
    text-align: center;
    background: #e07aa7;
    border-radius: 5px;
    padding: 10px 0 0;
    margin-right: 4%;
    display: flex;
    flex-wrap: wrap;
}

.tel_contact_box a {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    font-family: tauri;
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
}

.tel_contact_box a::before {
    content: "";
    background: url(/wp-content/uploads/tel_white.png) no-repeat;
    background-size: 28px;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: -3px;
}

#contact_box .contact_box_tel p {
    width: 100%;
    margin-bottom: 0;
    color: #fff;
}

#contact_box .contact_box_tel p.time_contact_box {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: -6px;
    left: -16px;
}

.contact_box_mail {
    width: calc(100% - 54%);
    float: none;
    text-align: center;
}

.contact_box_more_btn {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    text-align: left;
    font-size: 21px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #f7a917;
    color: #fff;
    border-radius: 5px;
}

.contact_box_more_btn::before {
    content: "";
    background: url(/wp-content/uploads/mail.png) no-repeat;
    background-size: 28px;
    height: 28px;
    width: 28px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}


@media screen and (max-width: 768px) {

#contact_box {
    width: 85%;
    height: auto;
    margin: 20px auto 55px;
    padding: 30px 20px 40px 20px;
    text-align: center;
}

.contact_box_in {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    flex-direction: column;
}

#contact_box .contact_box_tel {
    width: 100%;
    height: 70px;
    padding: 12px 0 0;
    margin: 0 0 15px;
}

.tel_contact_box a {
    font-size: 29px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #fff;
    line-height: 100%;
    font-family: tauri;
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
}

#contact_box .contact_box_tel p.time_contact_box {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: -8px;
}

.contact_box_mail {
    width: 100%;
    float: none;
    text-align: center;
}

}


/*----------------------------------------------------
	塗り替えをお考えの方へ
----------------------------------------------------*/

#visiter {
    background: url(/wp-content/uploads/line.png) bottom left repeat-x;
    margin: 20px auto 20px;
    padding-bottom: 20px;
}

.visiter_lr {
    clear: both;
    height: auto;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-content: space-between;
}

.visiter_l {
    width: 440px;
}

.visiter_l_img {
    width: 370px;
    order: -1;
}

.visiter_r {
    width: 440px;
}

.visiter_r_img {
    width: 370px;
}

.visiter_lr p:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {

.visiter_lr {
    clear: both;
    height: auto;
    margin: 0 auto 20px;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.visiter_l {
    width: 100%;
    order: -1;
}

.visiter_l_img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
}

.visiter_r {
    width: 100%;
    order: -1;
}

.visiter_r_img {
    width: 100%;
    margin-bottom: 20px;
}

}


/*----------------------------------------------------
	塗り替えのサイン
----------------------------------------------------*/

.sign_lr {
    clear: both;
    height: auto;
    margin: 20px auto 20px;
    padding-bottom: 25px;
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
}

.sign_l {
    width: 440px;
}

.sign_l_img {
    width: 370px;
    order: -1;
}

.sign_r {
    width: 440px;
}

.sign_r_img {
    width: 370px;
}

.sign_lr p:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {

.sign_lr {
    clear: both;
    height: auto;
    margin: 0 auto 20px;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.sign_l {
    width: 100%;
    order: -1;
}

.sign_l_img {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
}

.sign_r {
    width: 100%;
    order: -1;
}

.sign_r_img {
    width: 100%;
    margin-bottom: 20px;
}

}


/*----------------------------------------------------
	ショールーム
----------------------------------------------------*/

.showroom_lr {
    clear: both;
    height: auto;
    margin: 20px auto 20px;
    padding-bottom: 25px;
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
}

.showroom_l {
    width: 440px;
}

.showroom_l_img {
    width: 370px;
    order: -1;
}

.showroom_r {
    width: 440px;
}

.showroom_r_img {
    width: 370px;
}

.showroom_lr p:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {

.showroom_lr {
        clear: both;
        height: auto;
        margin: 0 auto 20px;
        display: flex;
        overflow: hidden;
        position: relative;
        justify-content: space-between;
        align-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
}

.showroom_l {
    width: 100%;
}

.showroom_l_img {
    width: 100%;
    order: 1;
}

.showroom_r {
    width: 100%;
}

.showroom_r_img {
    width: 100%;
}

.showroom_lr p:last-child {
    margin-bottom: 20px;
}

}


/*----------------------------------------------------
	施工事例
----------------------------------------------------*/

.before_after {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    letter-spacing: -1em;
}

.before {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin: 0 7.3% 0 0;
    border: 1px solid #cbccd1;
    text-align: center;
    position: relative;
}

.before:after {
    content: '';
    background: url(/wp-content/uploads/before_after.png)no-repeat;
    background-size: 22px;
    width: 22px;
    height: 44px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 106%;
}

.after {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 1px solid #cbccd1;
    text-align: center;
    position: relative;
}

.before_after p {
    font-size: 18px;
    padding: 10px 15px;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    background: #fafbfd;
}

.free_space {
    margin-top: 30px;
}

.free_space p:last-child p {
    margin-top: 0;
}

ul#gallery {
    width: 100%;
    overflow: hidden;
    margin-bottom: -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul#gallery li {
    width: calc((100% - 40px) / 3);
    height: auto;
    margin: 0 20px 30px 0;
    overflow: hidden;
}

ul#gallery li:nth-child(3n) {
    margin-right: 0;
}

ul#gallery li img.ofi {
    width: 267px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

ul#gallery li h4 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

ul#gallery li p {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {

.before {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 7.3% 0;
    text-align: center;
    position: relative;
}

.before:after {
    content: '';
    background: url(/wp-content/uploads/before_after.png)no-repeat;
    background-size: 12px;
    width: 12px;
    height: 24px;
    margin: auto;
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    transform: rotate(90deg);
}

.after {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: center;
    position: relative;
}

.before_after p {
    font-size: 14px;
}

ul#gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
}

ul#gallery li {
    width: 100%;
}

ul#gallery li img.ofi {
    width: 100%;
    height: auto;
    min-height: 290px;
    max-height: 400px;
    -o-object-fit: cover;
     object-fit: cover;
    font-family: 'object-fit: cover;';
}

}


/*----------------------------------------------------
	工事の流れ
----------------------------------------------------*/

.flow_lr {
    clear: both;
    height: auto;
    margin: 10px auto 20px;
    padding-bottom: 25px;
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}

.flow_l {
    width: 100px;
    display: none;
}

.flow_l img {
    border-radius: 50%;
}

.flow_r {
    width: 710px;
}

#flow p {
    margin-bottom: 0;
}

#flow p.flow_title {
    font-size: 20px;
    font-weight: 500;
}

#flow p.flow_step {
    color: #e179a8;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

#flow .circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    background-color: #e179a8;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-left: 5px;
    text-align: center;
}


@media screen and (max-width: 768px) {

.flow_lr {
    clear: both;
    height: auto;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
}

.flow_l {
    width: 20%;
    display: none;
}

.flow_r {
    width: 75%;
}

#flow p {
    font-size: 15px;
}

}


/*----------------------------------------------------
	カラーシミュレーション
----------------------------------------------------*/

#main h2.h2_simulation {
    font-weight: 500;
    line-height: 140%;
    color: #111;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: none;
    justify-content: center;
}

#main h2.h2_simulation span {
    display: inline-block;
    font-size: 26px;
    position: relative;
    padding: 0 5px 0 12px;
}

#main h2.h2_simulation span::before {
    content: '';
    position: absolute;
    bottom: 38%;
    left: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #111;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#main h2.h2_simulation span::after {
    content: '';
    position: absolute;
    bottom: 38%;
    right: -15px;
    display: inline-block;
    width: 21px;
    height: 2px;
    background: #111;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

#main h2.h2_simulation::before,
#main #simulation h3::before {
    content: none;
}

#main #simulation h3 {
    font-size: 24px;
    color: #111;
    padding: 0;
}

#main #simulation h3 span {
    font-size: 30px;
    color: #fff;
    background: #e07aa7;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    display: inline-flex;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 3px;
}

.simulation_lr {
    clear: both;
    height: auto;
    margin: 20px auto 15px;
    padding-bottom: 25px;
    background: url(/wp-content/uploads/line.png) left bottom repeat-x;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
}

.simulation_lr_nbg {
    clear: both;
    height: auto;
    margin: 20px auto 15px;
    background: none;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
}

.simulation_l {
    width: 370px;
}

.simulation_r {
    width: 440px;
}

.simulation_lr p:last-child,
.simulation_c p:last-child {
    margin-bottom: 0;
}

.simulation_border {
    background: url(/wp-content/uploads/line.png) bottom left repeat-x;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.simulation_c {
    text-align: center;
}

.simulation_bold {
    font-size: 27px;
    font-weight: 500;
    color: #009fe9;
    margin-top: 30px;
    line-height: 150%;
    text-align: center;
}


@media screen and (max-width: 768px) {

#main h2.h2_simulation {
    font-weight: 500;
    min-height: auto;
    line-height: 140%;
    color: #111;
    margin: 0 auto 25px;
    text-align: center;
    background: none;
    justify-content: center;
}

#main h2.h2_simulation span {
    display: inline-block;
    font-size: 19px;
    position: relative;
    padding: 0 6px 0 13px;
}

#main #simulation h3 {
    font-size: 19px;
}

#main #simulation h3 span {
    font-size: 22px;
    color: #fff;
    background: #e07aa7;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    display: inline-flex;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 3px;
}

.simulation_lr,
.simulation_lr_nbg {
    clear: both;
    height: auto;
    margin: 0 auto 20px;
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.simulation_l {
    width: 100%;
    margin-bottom: 15px;
}

.simulation_r {
    width: 100%;
}

.simulation_c {
    text-align: left;
}

.simulation_bold {
    font-size: 18px;
    font-weight: 500;
    color: #009fe9;
    margin-top: 30px;
    line-height: 170%;
    text-align: left;
}

}


/* -----------------------------------------------------------
	お問い合わせ
----------------------------------------------------------- */

.contact_tel {
    height: 45px;
    font-size: 45px;
    color: #e07aa7;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 100%;
    padding-top: 1px;
    font-family: tauri;
    margin-bottom: 2px;
}

.contact_tel a {
    height: auto;
    color: #e07aa7;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.contact_tel a::before {
    content: "";
    background: url(/wp-content/uploads/tel_pink.png) no-repeat;
    background-size: 37px;
    height: 37px;
    width: 37px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: -3px;
}

.contact_tel a:hover {
    text-decoration: none;
}

.contact_time {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    position: relative;
    left: -8px;
}


@media screen and (max-width: 768px) {

.contact_tel {
    height: 39px;
    letter-spacing: 0;
    font-size: 34px;
}

.contact_tel a::before {
    background-size: 30px;
    height: 30px;
    width: 30px;
}

.contact_tel a {
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
}

.contact_tel a:hover {
    opacity: 0.7;
    text-decoration: none;
}

}


/*----------------------------------------------------
	サイトマップ
--------------------------------------------------- */

.wsp-pages-list {
    margin-bottom: 30px;
}

.wsp-pages-list li a {
    height: 40px;
    list-style-type: none;
    text-decoration: none;
    text-indent: 0;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    line-height: 100%;
    padding: 12px 5px;
    border-bottom: 1px solid #cbccd1;
}

.wsp-pages-list li:first-child a {
    padding: 14px 5px 12px;
}

.wsp-pages-list li a::before {
    content: "";
    background: url(/wp-content/uploads/navi_icon.png) no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    display: inline-block;
    padding-right: 15px;
}

.wsp-pages-list li a:hover {
    text-decoration: none;
    background: #fafbfd;
}


@media screen and (max-width: 768px) {

.wsp-pages-list {
    margin-bottom: 0;
}

}


/* -----------------------------------------------------------
	New
----------------------------------------------------------- */

.new {
    color: #fff;
    display: inline-block;
    font-style: normal;
    padding: 3px 10px 4px;
    margin-left: 5px;
    font-size: 12px;
    background: #e07aa7;
    line-height: 100%;
    border-radius: 3px;
}

.post_new {
    width: 0;
    height: 0;
    border-right: 65px solid transparent;
    border-top: 65px solid #e07aa7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.post_new span {
    font-style: normal;
    font-size: 12px;
    color: #fff;
    position: relative;
    display: inline-block;
    top: -45px;
    left: 7px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}


/* -----------------------------------------------------------
	tag
----------------------------------------------------------- */

.tag.tag_cat {
    color: #fff;
    display: inline-block;
    font-style: normal;
    padding: 3px 8px 4px;
    font-size: 13px;
    background: #f7a917;
    line-height: 100%;
    margin: 0 10px 0 0;
    border-radius: 3px;
}

.tag.tag_cat span {
    display: none;
}


/* -----------------------------------------------------------
	お知らせ
----------------------------------------------------------- */

.more_btn_info a {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    text-decoration: none;
}

.more_btn_info a::before {
    content: "";
    background: url(/wp-content/uploads/navi_icon.png) no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    top: -1px;
}

.more_btn_info a:hover {
    text-decoration: none;
}

ul.info {
    margin-bottom: 10px;
}

li.info-top a {
    clear: both;
    height: 40px;
    overflow: hidden;
    color: #111;
    padding: 5px 0 5px 5px;
    display: flex;
    border-bottom: 1px solid #cbccd1;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

li.info-top:first-child a {
    padding: 7px 0 5px 5px;
}

p.date {
    width: 110px;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 100%;
}

p.date::before {
    content: "";
    background: url(/wp-content/uploads/navi_icon.png) no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    display: inline-block;
    padding-right: 15px;
}

p.title {
    margin-bottom: 0;
}

li.info-top a:hover {
    background: #fafbfd;
    text-decoration: none;
}

@media screen and (max-width: 768px) {

.more_btn_info a {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 100%;
    text-decoration: none;
}

.more_btn_info a::before {
    content: "";
    background: url(/wp-content/uploads/navi_icon.png) no-repeat;
    background-size: 6px;
    width: 6px;
    height: 10px;
    display: inline-block;
    padding-right: 15px;
}

li.info-top a,
li.info-top:first-child a {
    clear: both;
    height: auto;
    overflow: hidden;
    color: #111;
    padding: 17px 0 15px 5px;
    display: block;
}
	
p.date {
    width: auto;
    font-size: 15px;
}

p.title {
    width: auto;
    padding-top: 5px;
}

}


/* -----------------------------------------------------------
	お客様の声
----------------------------------------------------------- */

#main h2.single_voice {
    width: 100%;
    margin: 10px 0 13px;
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 20px;
    color: #fff;
    background: #3883b3;
    border-radius: 10px;
}

#main h2.single_voice span {
    display: block;
    font-size: 16px;
    text-align: right;
    padding-right: 2px;
}

#main h2.single_voice::before {
    content: "";
    height: auto;
    width: auto;
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #3883b3;
    background: none;
}


@media screen and (max-width: 768px) {

#main h2.single_voice span {
    display: block;
    font-size: 16px;
    text-align: right;
    padding-right: 7px;
}

}


/* -----------------------------------------------------------
	ブログ
----------------------------------------------------------- */

#list {
    width: 100%;
    overflow: hidden;
}

#list ul {
    width: 104%;
    height: auto;
    display: flex;
    list-style-type: none;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
}

#list li {
    width: 30%;
    margin-right: 3%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#list_inner {
    overflow: hidden;
    min-height: 100%;
}

#list_inner a {
    text-decoration: none;
}

#list_inner a:hover {
    text-decoration: none;
}

#list_inner p {
    text-align: left;
    margin-bottom: 20px;
    line-height: 160%;
    font-size: 15px;
}

#list_inner p.top_title {
    font-size: 17px;
}

p.list_date {
    font-size: 13px !important;
    margin: 0 0 3px !important;
}

p.single_date {
    font-size: 13px !important;
    margin-bottom: 30px;
}

.list_image {
    line-height: 0;
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

#list li img,
#list li img.ofi {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.no_image img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#list img {
    transition: .5s all;
}

#list img:hover, #list img:focus, #list img:active {
    transform: scale(1.1,1.1);
    transition: .5s all;
}

#list li p img,
#list li p img.ofi {
    position: relative;
}

.list_none {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block !important;
}

#main_top .list_none {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
    display: block !important;
    text-align: center;
}


@media screen and (max-width: 768px) {

#list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

#list ul {
    width: 100%;
    height: auto;
    margin: 0;
    list-style-type: none;
}

#list li {
    float: none !important;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 100%;
    margin: 0 auto 30px;
}

#list li:last-child {
    margin: 0 auto 0;
}
	
#list_inner {
    margin-bottom: 0;
}

#list_inner p,
#list_inner p.top_title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 180%;
}

p.list_date {
    font-size: 15px !important;
    margin: 0 0 3px !important;
}

p.single_date {
    font-size: 15px !important;
    margin-bottom: 30px;
}

.list_image {
    overflow: hidden;
    text-align: center;
    margin: 0 auto 12px;
    vertical-align: middle;
}

.no_image,
#list li img,
#list li img.ofi {
    height: 100%;
    width: 100%;
}

.list_none {
    margin-bottom: 0 !important;
}

}


/*----------------------------------------------------
	下部固定内容
--------------------------------------------------- */

#store_info {
    background: url(/wp-content/uploads/line.png) top left repeat-x;
    margin: 50px auto 40px;
    padding-top: 20px;
}

.store_info_bb {
    background: url(/wp-content/uploads/line.png) bottom left repeat-x;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

#store_info p {
    margin-bottom: 10px;
}

#store_info p.wb {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

#store_info .store_info_bb p:last-child {
    margin-bottom: 0;
}


/*----------------------------------------------------
	個別ページページャー
--------------------------------------------------- */

.pager {
    clear: both;
    text-align: center;
    margin: 20px 0 20px;
}

.pager .fas {
    padding: 0 5px !important;
}

.pager .next a {
    clear: both;
    width: auto;
    height: 40px;
    font-size: 15px;
    padding: 12px 15px 13px 40px;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
    background: #e07aa7;
    border-radius: 5px;
    position: relative;
}

.pager .previous a {
    clear: both;
    width: auto;
    height: 40px;
    font-size: 15px;
    padding: 12px 40px 13px 15px;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
    background: #e07aa7;
    border-radius: 5px;
    position: relative;
}

.pager .more {
    clear: both;
    width: auto;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 20px 13px;
    margin: 10px 5px;
    color: #fff !important;
    line-height: 100%;
    display: inline-block;
    text-decoration: none;
    background: #e07aa7;
    border-radius: 5px;
    position: relative;
}

.pager .previous a::before {
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transform: rotate(315deg);
}

.pager .next a::before {
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    transform: rotate(135deg);
}

.pager .next a:hover,
.pager .previous a:hover,
.pager .more:hover {
    text-decoration: none;
    background: #ed89b6;
    transition: 0.5s;
}


@media screen and (max-width: 768px) {

.pager {
    margin: 10px 0 20px;
}

}


/*----------------------------------------------------
	ページネーション
--------------------------------------------------- */

.pagination {
    clear: both;
    list-style-type: none;
    padding-left: 0;
    margin: 30px 0;
}
 
.pagination,
.pagination li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
 
.pagination a {
    font-weight: 300;
    line-height: 35px;
    text-decoration: none;
    margin: 1px;
    border-left-width: 0;
    min-width: 36px;
    min-height: 35px;
    color: #fff;
    background: #e07aa7;
    vertical-align: middle;
}
 
.pagination li:not([class*="current"]) a:hover {
    text-decoration: none;
    background: #ed89b6;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; 
}
 
.pagination li:first-of-type a {
    border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }
 
.pagination li.current a {
    background: #ed89b6;
    cursor: default;
    pointer-events: none;
}

.pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}


@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  } 
  .pagination li.previous a { border-left-width: 1px; }
}

 
@media only screen and ( max-width: 500px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a { border-left-width: 0; }
}

 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a { border-left-width: 1px; }
}
 

@media only screen and ( max-width: 240px ) {
  .pagination li { width: 50%;}
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}