header .siteH1 {
    background-color: #4bb582;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
    padding: 6px 0 7px 0;
}
header .siteH1 .siteH1Desc {
    font-size: 18px;
    display: block;
    margin: 0 auto;
    width: 1200px;
}
@media screen and (max-width: 767px) {
    header .siteH1 .siteH1Desc {
        display: none;
        width: 100%;
    }
}
header .headerContent {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
}
@media screen and (max-width: 767px) {
    header .headerContent {
        width: 100%;
    }
}
header .headerContent .headerInfoArea {
    align-items: baseline;
    display: flex;
    justify-content: center;
    width: 60%;
}
header .headerContent .headerInfoArea .freeTelArea {
    width: 50%;
}
header .headerContent .headerInfoArea .freeTelArea .freeTelName {
    background-color: #f42123;
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
    text-align: center;
}
header .headerContent .headerInfoArea .freeTelArea .freeTelItem {
    align-items: center;
    color: #724e28;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    line-height: 1;
    margin-bottom: 3px;
}
header
    .headerContent
    .headerInfoArea
    .freeTelArea
    .freeTelItem
    .freeTelShopName {
    line-height: 1.5;
    width: 40%;
}
header .headerContent .headerInfoArea .freeTelArea .freeTelItem .freeTelDetail {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    width: 80%;
}
header
    .headerContent
    .headerInfoArea
    .freeTelArea
    .freeTelItem
    .freeTelDetail
    .freeTelIcon {
    width: 17px;
    height: 17px;
    -o-object-fit: cover;
    object-fit: cover;
}
header
    .headerContent
    .headerInfoArea
    .freeTelArea
    .freeTelItem
    .freeTelDetail
    .freeTelLink {
    color: #000;
    margin-left: 10px;
    text-decoration: underline;
}
header .headerContent .headerInfoArea .siteInfoArea {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 20px;
    width: 50%;
}
header .headerContent .headerInfoArea .siteInfoArea .siteInfoItem {
    width: 100%;
}
header .headerContent .headerInfoArea .siteInfoArea .siteInfoItem:last-child {
    margin-top: 10px;
}
header
    .headerContent
    .headerInfoArea
    .siteInfoArea
    .siteInfoItem
    .siteInfoName {
    background-color: #f1ede9;
    color: #724e28;
    font-size: 16px;
    text-align: center;
}
header
    .headerContent
    .headerInfoArea
    .siteInfoArea
    .siteInfoItem
    .siteInfoDesc {
    color: #724e28;
    font-size: 16px;
    text-align: center;
}
header .spHeader {
    align-items: center;
    display: none;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    header .spHeader {
        display: flex;
    }
}
header .spHeader .headerLogoLink {
    width: 45%;
}
header .spHeader .menuWrap {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1;
}
header .spHeader .menuWrap .menuList {
    border: 2px solid #4bb582;
    overflow: hidden;
    background-color: #fff;
    font-size: 14px;
    height: 70px;
    width: 70px;
    position: relative;
    margin-right: 0;
    cursor: pointer;
    display: block;
}
header .spHeader .menuWrap .menuList .menubar1,
header .spHeader .menuWrap .menuList .menubar2,
header .spHeader .menuWrap .menuList .menubar3 {
    background-color: #4bb582;
    width: 20px;
    height: 3px;
    position: absolute;
    right: 50%;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    cursor: pointer;
    margin-right: -10px;
}
header .spHeader .menuWrap .menuList .menubar1 {
    top: 12px;
}
header .spHeader .menuWrap .menuList .menubar2 {
    top: 19px;
}
header .spHeader .menuWrap .menuList .menubar3 {
    top: 27px;
}
header .spHeader .menuWrap .menuList .menuText {
    display: block;
    font-size: 14px;
    background-color: #fff;
    position: absolute;
    top: 55%;
    left: 4px;
    color: #4bb582;
}
header .spHeader .menuWrap .menuList.active .menubar1 {
    transform: translateY(9px) rotate(-45deg);
}
header .spHeader .menuWrap .menuList.active .menubar2 {
    opacity: 0;
}
header .spHeader .menuWrap .menuList.active .menubar3 {
    transform: translateY(-5px) rotate(45deg);
}

nav {
    margin: 30px auto 0;
    width: 1200px;
}
@media screen and (max-width: 767px) {
    nav {
        width: 100%;
    }
}
nav .headerNavList {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    nav .headerNavList {
        background-color: rgb(255, 255, 255);
        flex-wrap: wrap;
        display: none;
        z-index: 1000;
        position: fixed;
        top: 90px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    nav .headerNavList.open {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    nav .headerNavList.close {
        display: none;
    }
}
nav .headerNavList .headerNavItem {
    position: relative;
}
@media screen and (max-width: 767px) {
    nav .headerNavList .headerNavItem {
        margin: 30px auto;
        width: 90%;
    }
}
nav .headerNavList .headerNavItem .headerNavLink {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 18px;
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
    nav .headerNavList .headerNavItem .headerNavLink {
        display: none;
        width: 100%;
    }
}
nav .headerNavList .headerNavItem .headerNavLink:hover {
    color: #4bb582;
}
@media screen and (max-width: 767px) {
    nav .headerNavList .headerNavItem .headerNavLink.notHaveSubMenu {
        color: #000;
        padding-bottom: 0;
        text-align: left;
        display: block;
    }
}
nav .headerNavList .headerNavItem .spHamburgerHooks {
    display: none;
}
@media screen and (max-width: 767px) {
    nav .headerNavList .headerNavItem .spHamburgerHooks {
        display: flex;
    }
}
nav .headerNavList .headerNavItem .spHamburgerHooks .spMenuItem {
    color: #000;
    width: 100%;
}
@media screen and (max-width: 767px) {
    nav .headerNavList .headerNavItem .spHamburgerHooks .spMenuItem {
        font-size: 18px;
    }
}
nav .headerNavList .headerNavItem .spHamburgerHooks .spMenuItem:hover {
    color: #4bb582;
}
nav .headerNavList .headerNavItem .spHamburgerHooks .spMenuBottomArrow {
    width: 20px;
    height: 20px;
}
nav .headerNavList .headerNavItem .headerSubList {
    background-color: #fff;
    border: 1px solid gray;
    display: none;
    position: absolute;
    width: 180px;
    z-index: 9999;
}
@media screen and (max-width: 767px) {
    nav .headerNavList .headerNavItem .headerSubList {
        background-color: inherit;
        border: none;
        position: static;
        width: 100%;
    }
}
nav
    .headerNavList
    .headerNavItem
    .headerSubList
    .headerSubItem
    .headerSubItemLink {
    color: #999;
    display: block;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    nav
        .headerNavList
        .headerNavItem
        .headerSubList
        .headerSubItem
        .headerSubItemLink {
        margin: 20px 0;
        padding: 0;
        text-align: left;
    }
}
nav
    .headerNavList
    .headerNavItem
    .headerSubList
    .headerSubItem
    .headerSubItemLink:hover {
    color: #4bb582;
}
@media screen and (min-width: 960px) {
    nav .headerNavList .headerNavItem:hover .headerSubList {
        display: block;
    }
}

footer {
    background-color: #ea5420;
    padding: 30px 0;
    margin-bottom: 230px;
}
@media screen and (max-width: 767px) {
    footer {
        margin-bottom: 200px;
    }
}
footer .footerList {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 50%;
}
@media screen and (max-width: 767px) {
    footer .footerList {
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    footer .footerList .footerItem {
        margin-top: 10px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    footer .footerList .footerItem:first-child {
        margin-top: 0;
    }
}
footer .footerList .footerItem .footerItemLink {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
footer .copyright {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

.freeDiagnoseArea {
    padding-bottom: 25px;
    border-bottom: 3px solid #f32123;
    margin-bottom: 40px;
}
.freeDiagnoseArea .freeDiagnoseH2 {
    background-color: #f32123;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 25px;
    padding: 17px 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .freeDiagnoseArea .freeDiagnoseH2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.freeDiagnoseArea .freeDiagnoseTextArea {
    margin: 0 auto;
    width: 80%;
}
@media screen and (max-width: 767px) {
    .freeDiagnoseArea .freeDiagnoseTextArea {
        width: 90%;
    }
}
.freeDiagnoseArea .freeDiagnoseTextArea .freeDiagnoseText {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .freeDiagnoseArea .freeDiagnoseTextArea .freeDiagnoseText {
        font-size: 16px;
        padding: 0 10px;
    }
}

.transitionButton {
    margin-top: 20px;
}
.transitionButton .transitionButtonLink {
    align-self: center;
    background-color: #ed7d0d;
    border-radius: 10px;
    box-shadow: 0 6px 0 0 #9c4f02;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: bold;
    justify-content: center;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    text-decoration: none;
    width: 500px;
    transform: translateY(-6px);
    transition: 0.3s all;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .transitionButton .transitionButtonLink {
        margin: 20px auto;
        padding: 10px 0;
        width: 90%;
    }
}
.transitionButton .transitionButtonLink:hover {
    box-shadow: 0 2px 0 0 #ed7d0d;
    transform: translateY(-2px);
}
.transitionButton .transitionButtonLink:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: transitionButtonLink 3s ease-in-out infinite;
    animation: transitionButtonLink 3s ease-in-out infinite;
}

@-webkit-keyframes transitionButtonLink {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
.sidebar {
    display: block;
    position: fixed;
    right: 0;
    top: 270px;
}
@media screen and (max-width: 767px) {
    .sidebar {
        display: none;
    }
}
.sidebar .sidebarOpenArea {
    background-color: #4bb582;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 10px;
    display: none;
}
.sidebar .sidebarOpenArea:hover {
    background-color: #fff;
    border: 1px solid #4bb582;
}
.sidebar .sidebarOpenArea:hover .sidebarOpenText {
    color: #4bb582;
}
.sidebar .sidebarOpenArea .sidebarOpenText {
    color: #fff;
    font-size: 16px;
}
.sidebar .sidebarList .sidebarItem .sidebarLink {
    display: block;
    width: 240px;
    font-size: 16px;
    text-decoration: none;
    padding: 16px 0 16px 45px;
    position: relative;
    color: #fff;
}
.sidebar .sidebarList .sidebarItem .sidebarLink:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 24px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sidebar .sidebarList .sidebarItem .sidebarLink.firstLink {
    background-color: #fc0d1b;
}
.sidebar .sidebarList .sidebarItem .sidebarLink.firstLink:before {
    background-image: url(/images/sidebarIcon1.png?585c045fc86f60010663d164f3857d26);
}
.sidebar .sidebarList .sidebarItem .sidebarLink.secondLink {
    background-color: #4bb582;
}
.sidebar .sidebarList .sidebarItem .sidebarLink.secondLink:before {
    background-image: url(/images/sidebarIcon2.png?9972bf9de6add3a48994503ddb222891);
}
.sidebar .sidebarList .sidebarItem .sidebarLink.thirdLink {
    background-color: #f0772b;
}
.sidebar .sidebarList .sidebarItem .sidebarLink.thirdLink:before {
    background-image: url(/images/sidebarIcon3.png?c5bd73e0d1f3b296a72847551749f0a8);
}
.sidebar .sidebarList .sidebarItem .sidebarLink .sidebarLinkDesc {
    display: block;
    font-size: 16px;
}
.sidebar .closeButton {
    position: absolute;
    left: 0;
    top: -50px;
    font-size: 40px;
    cursor: pointer;
}

.floating-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
}
.floating-footer .floating-header {
    background-color: #4bb582;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 25px;
    padding: 17px 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .floating-footer .floating-header {
        font-size: 18px;
    }
}
.floating-footer .floating-content-area {
    display: flex;
    justify-content: space-around;
    margin: 0 100px;
    padding: 0 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .floating-footer .floating-content-area {
        margin: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .floating-footer .floating-content-area {
        display: block;
        margin: 0 10px;
        padding: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .floating-footer .floating-content-area .floating-left-area {
        width: 45%;
    }
}
@media screen and (max-width: 767px) {
    .floating-footer .floating-content-area .floating-left-area {
        display: none;
    }
}
.floating-footer .floating-content-area .floating-list {
    margin: 10px 0;
    text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .floating-footer .floating-content-area .floating-right-area {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .floating-footer .floating-content-area .floating-right-area {
        width: 100%;
    }
}
.floating-footer .floating-content-area .floating-right-area .focusText {
    font-weight: bold;
    color: red;
}
.floating-footer
    .floating-content-area
    .floating-right-area
    .transitionButtonLink {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .floating-footer
        .floating-content-area
        .floating-right-area
        .transitionButtonLink {
        font-size: 20px;
    }
}
