@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 400;
    src: url("./font/NotoSansJP-Regular.woff") format("woff"),
        url("./font/NotoSansJP-Regular.eot") format("eot");
    font-display: swap;
}

@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 600;
    src: url("./font/NotoSansJP-Bold.woff") format("woff"),
        url("./font/NotoSansJP-Bold.eot") format("eot");
    font-display: swap;
}

/*
Theme Name: 鳳来馬
Description: 鳳来馬 | 松山市で建設業に関わることは当社にお任せください。
Version: 1.0
License: 鳳来馬
License URI: https://www.houraiba0803.com/
*/
/****************************************

リセットCSSここから

*****************************************/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
g_navi blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/

body {
    color: #462C0D;
    background: url(images/body_bg.jpg) repeat;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    font-weight: normal;
    min-width: 1200px;
    font-family: 'Lato', "NotoSansJP",
        "Meiryo",
        "游ゴシック Medium",
        "Yu Gothic",
        "游ゴシック体",
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        sans-serif;
}

@media screen and (max-width: 767px) {
    body {
        min-width: initial;
    }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}

/****************************************

フォント指定

*****************************************/

li,
tt,
tr,
dt,
dd,
p {
    font-size: 1.6rem;
    color: #462C0D;
    line-height: 1.8;
    letter-spacing: 0.04em;
}

h1 {
    line-height: 1.5;
    font-size: 3.4rem;
    font-weight: 600;
    letter-spacing: 0.12em;
}

h2 {
    line-height: 1.5;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.12em;
}

h3 {
    line-height: 1.5;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.12em;
}

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

    li,
    tt,
    tr,
    dt,
    dd,
    p {
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
    color: #F08022;
    text-decoration: underline;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

a:hover,
a:active {
    color: #F1B62F;
    text-decoration: underline;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

a:hover img.img_opacity {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img.img_up {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

a img.img_up {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.img_round {
    border-radius: 5px;
}

.btn a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 14px;
    background: #F08022;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-align: center;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-box-shadow: 4px 4px 0 #B7590D;
    box-shadow: 4px 4px 0 #B7590D;
}

.btn a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.btn a:hover {
    -webkit-transform: translate3d(4px, 4px, 0);
    transform: translate3d(4px, 4px, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .btn a {
        font-size: 1.4rem;
        padding: 10px;
    }
}

/****************************************

pcヘッダー

*****************************************/
@media print,
screen and (min-width: 768px) {

    #sp_header,
    #sp_navi,
    #toggle,
    .sp_header_box {
        display: none;
    }

    header {
        width: 100%;
    }

    #pc_header {
        z-index: 100;
    }

    .pc_header_box {
        background: url(images/header_wrap.png) no-repeat bottom;
        padding-bottom: 10px;
    }

    .pc_header_box_inner {
        width: 1050px;
        margin: 30px auto;
        position: relative;
        text-align: center;
    }

    .pc_header_box .h_tel {
        position: absolute;
        top: 30px;
        right: 0;
        font-size: 2.8rem;
        font-weight: bold;
        letter-spacing: 0.04em;
        color: #F08022;
        line-height: 0.8;
    }

    .pc_header_box .h_tel img {
        margin-right: 10px;
    }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
    .pc_header_box {
        display: none;
    }

    #sp_header {
        width: 100%;
        z-index: 100;
    }

    img {
        width: 100%;
        height: auto;
    }

    header {
        width: 100%;
        position: relative;
    }

    .sp_header_box {
        width: 100%;
        padding: 15px 10px 10px;
    }

    .sp_header_box .h_logo {
        width: 80px;
        margin: auto;
    }

    #toggle {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 40px;
        height: 35px;
        cursor: pointer;
        z-index: 9999;
        padding: 6px;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        /*#navToggledivに対して*/
        width: 100%;
        height: 2px;
        background: #472D0F;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #toggle span:nth-child(1) {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 11px;
    }

    #toggle span:nth-child(3) {
        top: 22px;
    }

    .open_navi #toggle span {
        background: #fff;
    }

    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }

    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        background: rgba(71, 45, 15, 0.85);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-top: rgba(250, 245, 239, 0.2) 1px solid;
        border-bottom: rgba(250, 245, 239, 0.2) 1px solid;
        cursor: pointer;
        color: #fff;
        margin: 0 auto;
        font-size: 1.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu .menu-item-home {
        border-top: rgba(250, 245, 239, 0.2) 1px solid;
    }

    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        background: rgba(250, 245, 239, 0.3);
        font-size: 1.4rem;
    }

    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu li a:hover {
        color: #ccc;
        background: none;
    }

    #sp_navi .menu-item-has-children {
        position: relative;
    }

    #sp_navi .menu-item-has-children::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 22px;
    }
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
}

#g_navi {
    width: 1050px;
    margin: auto;
}

#g_navi .menu {
    width: 100%;
    margin: auto;
    *zoom: 1;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

#g_navi .menu:before {
    content: "";
    display: table;
}

#g_navi .menu:after {
    content: "";
    display: table;
    clear: both;
}

#g_navi .menu>li {
    position: relative;
}

#g_navi .menu>li::before {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 20px;
    background: rgba(71, 45, 15, 0.4);
}

#g_navi .menu li a {
    display: block;
    width: 210px;
    height: 100%;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #472D0F;
    font-weight: 400;
    padding-bottom: 10px;
}

#g_navi .menu li ul {
    width: 100%;
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 100%;
    border-right: none;
    padding: 0;
}

#g_navi .menu li ul li a {
    width: 100%;
    padding: 15px 5px;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: normal;
    background: rgba(71, 45, 15, 0.8);
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
    background: rgba(250, 245, 239, 0.8);
    color: #000;
    opacity: 0.6;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.9;
}

#g_navi .menu li ul li a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

@media print,
screen and (min-width:768px) {
    .menu>li>a {
        padding: 0;
        position: relative;
        display: inline-block;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    .menu>li>a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #F1B62F;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .menu>li>a:hover:after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        filter: alpha(opacity=90);
    }
}

/****************************************

メインビジュアル

*****************************************/

#mv_top {
    width: 100%;
    position: relative;
    background: url(images/grain_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 40px;
}

#mv_top .mv_img {
    width: 1130px;
    position: relative;
    left: calc(50% - 565px);
    -webkit-filter: drop-shadow(0 0 20px rgba(53, 33, 11, 0.85));
    filter: drop-shadow(0 0 20px rgba(53, 33, 11, 0.85));
}

#mv_top .mv_catch {
    position: absolute;
    right: calc(((100% - 1130px) / 2) + 30px);
    bottom: 80px;
}

/* --- 下層MV --- */
#mv {
    width: 100%;
    position: relative;
    background: url(images/grain_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 40px;
}

#mv .mv_img {
    width: 1130px;
    position: relative;
    left: calc(50% - 565px);
    -webkit-filter: drop-shadow(0 0 20px rgba(53, 33, 11, 0.85));
    filter: drop-shadow(0 0 20px rgba(53, 33, 11, 0.85));
}

#mv .mv_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.12em;
    line-height: 1;
    text-shadow: 0 0 20px rgba(53, 33, 11, 0.6);
    text-align: center;
}

#mv .mv_txt span {
    display: block;
    background: #E48D45;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.32em;
    padding: 5px;
    width: 140px;
    border-radius: 12px;
    margin: 15px auto 0;
}

@media screen and (max-width: 767px) {
    #mv_top {
        width: 100%;
        padding: 20px 10px;
    }

    #mv_top .mv_img {
        width: 100%;
        position: relative;
        left: 0%;
    }

    #mv_top .mv_catch {
        width: 55%;
        right: 20px;
        bottom: 30px;
    }

    #mv {
        width: 100%;
        padding: 20px 10px;
    }

    #mv .mv_img {
        width: 100%;
        left: 0%;
    }

    #mv .mv_txt {
        font-size: 1.8rem;
    }

    #mv .mv_txt span {
        font-size: 0.8rem;
        padding: 3px;
        width: 100px;
        margin: 10px auto 0;
    }
}

/****************************************

content 共通設定

*****************************************/

.breadcrumb_area {
    width: 100%;
    padding-top: 20px;
}

.breadcrumb {
    width: 1050px;
    margin: auto;
    text-align: left;
}

.breadcrumb p {
    font-size: 1.4rem;
    color: #462C0C;
}

.breadcrumb a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.breadcrumb a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #F1B62F;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.breadcrumb a:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media print,
screen and (min-width: 768px) {
    main#top_main {
        width: 100%;
        margin: 0 auto 100px;
    }

    main#page_main {
        width: 1050px;
        margin: 30px auto 100px;
    }

    .pc_none {
        display: none !important;
    }

    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flex_r {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flex_c {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}

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

    .breadcrumb_area {
        padding: 6px 3%;
    }

    .breadcrumb {
        width: 100%;
    }

    .breadcrumb p {
        font-size: 1rem;
    }

    .sp_none {
        display: none !important;
    }

    .sp_mb10 {
        margin-bottom: 10px;
    }

    .sp_mb20 {
        margin-bottom: 20px;
    }

    .sp_img {
        margin: 0 12%;
    }

    main#top_main {
        width: 100%;
        margin: 0 auto 50px;
    }

    main#page_main {
        width: 100%;
        padding: 20px 3% 50px;
    }

    a[href^="tel:"] {
        text-decoration: none;
    }
}

/****************************************

contentトップ用

*****************************************/
.contacts_wrap {
    background: url(images/page_wrap.png) no-repeat top center;
}

.top_box01 {
    width: 100%;
    background: url(images/top_box01_bg.png) no-repeat bottom center;
    background-size: cover;
    padding: 40px 0 100px;
}

.top_box01 h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 3.2rem;
}

.top_box01 h2::before {
    content: "";
    position: relative;
    display: inline-block;
    background: url(images/top_tit01.png) no-repeat;
    width: 118px;
    height: 118px;
    top: 30px;
    left: 40px;
}

.top_box01 h2 span {
    font-size: 4.2rem;
}

.top_box01 h2 span.line {
    position: relative;
    z-index: 0;
}

.top_box01 h2 span.line::before {
    content: "";
    position: absolute;
    background: url(images/top_tit02.png) no-repeat;
    width: 353px;
    height: 37px;
    bottom: -20px;
    left: -5px;
    z-index: -1;
}

.top_box01 .top_box01_txt {
    text-align: center;
    margin-bottom: 60px;
}

.top_box01 .btn {
    max-width: 300px;
    margin: auto;
}

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

    .contacts_wrap::before {
        width: 70%;
    }

    .top_box01 {
        padding: 50px 3%;
    }

    .top_box01 h2 {
        margin-bottom: 20px;
        font-size: 2.2rem;
        position: relative;
    }

    .top_box01 h2::before {
        content: none;
    }

    .top_box01 h2 span {
        font-size: 2.8rem;
    }

    .top_box01 h2 span.line::before {
        content: none;
    }

    .top_box01 .top_box01_txt {
        text-align: left;
        margin-bottom: 30px;
    }
}

.top_box02 {
    width: 1050px;
    margin: 0 auto 110px;
}

.top_box02_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_box02_list li {
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(71, 45, 15, 0.2);
    box-shadow: 0 0 10px rgba(71, 45, 15, 0.2);
    margin-bottom: 30px;
}

.top_box02_list li::before,
.top_box02_list li::after {
    content: "";
    position: absolute;
    background: url(images/top_bar_conner.png) no-repeat;
    width: 40px;
    height: 40px;
    z-index: 30;
}

.top_box02_list li::before {
    top: -4px;
    left: -4px;
}

.top_box02_list li::after {
    right: -4px;
    bottom: -4px;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

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

    .top_box02 {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto 80px;
    }

    .top_box02_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 510px;
        width: 100%;
        margin: auto;
    }

    .top_box02_list li {
        margin-bottom: 20px;
    }

    .top_box02_list li:nth-child(2) {
        margin-bottom: 40px;
    }

    .top_box02_list li:nth-child(n+3) {
        margin: 0 12% 20px;
    }
}


.top_box03 {
    width: 1050px;
    margin: auto;
    background: url(images/grain_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(71, 45, 15, 0.2);
    box-shadow: 0 0 10px rgba(71, 45, 15, 0.2);
    position: relative;
}

.top_box03::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(images/top_news_pin.png) no-repeat center top;
    background-size: contain;
    width: 209px;
    height: 45px;
}

.top_box03_inner {
    background: url(images/top_news_corner.png) no-repeat top left,
        url(images/top_news_corner.png) no-repeat top right,
        url(images/top_news_corner.png) no-repeat bottom left,
        url(images/top_news_corner.png) no-repeat bottom right #FAF5EF;
    border-radius: 5px;
    padding: 50px;
}

.top_box03_inner h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 3.4rem;
}

.top_box03_inner h2 span {
    color: #E18131;
    font-size: 1.3rem;
    display: block;
    letter-spacing: 0.32em;
}

.top_box03_inner .btn {
    max-width: 300px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .top_box03 {
        width: 100%;
        padding: 15px;
    }

    .top_box03::before {
        top: -30px;
        height: 30px;
    }

    .top_box03_inner {
        padding: 30px;
    }

    .top_box03_inner h2 {
        font-size: 2.4rem;
    }

    .top_box03_inner h2 span {
        font-size: 1.1rem;
    }
}

/****************************************

news トップ用

*****************************************/
.news_post {
    width: 100%;
    height: 250px;
    overflow-y: scroll;
    padding-right: 10px;
    margin-bottom: 40px;
}

.news_post .news_list {
    width: 100%;
    padding: 15px 40px 15px 10px;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    border-bottom: 1px dotted #C6B8A8;
}

.news_post .news_list::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 6px solid #F08022;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.news_post .news_list .date {
    color: #F08022;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    margin-right: 40px;
}

.news_post .news_list a p {
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news_post .news_list a p::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #F1B62F;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news_post .news_list a p:hover::after {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .news_post {
        width: 100%;
        height: 200px;
    }

    .news_post .news_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news_post .news_list .date {
        font-size: 1.2rem;
    }

    .news_post .news_list p {
        font-size: 1.4rem;
    }
}

/****************************************

content下層用

*****************************************/

/*----------鳳来馬について----------*/
.about_txt {
    width: 710px;
}

.about_txt .name {
    text-align: right;
    font-size: 1.8rem;
    font-weight: bold;
}

.g_map {
    width: 100%;
    height: 500px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table tr th,
.table tr td {
    text-align: left;
    padding: 15px 20px;
    border: 1px solid #C6B8A8;
}

.table th {
    width: 25%;
    background: #F6DCA2;
}

.table td {
    width: 75%;
    background: #FAF5EF;
}

@media screen and (max-width: 767px) {
    .about_txt {
        width: 100%;
        margin-bottom: 30px;
    }

    .about_txt .name {
        font-size: 1.5rem;
    }

    .table tr th,
    .table tr td {
        font-size: 1.4rem;
        display: block;
        width: 100%;
        margin-top: -1px;
    }

    .g_map {
        position: relative;
        width: 100%;
        height: auto;
        padding-top: 75%;
    }

    .g_map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*----------クリーニング----------*/
.business_box {
    background: #FAF5EF;
    outline: #F2D2B6 solid 2px;
    outline-offset: -6px;
    padding: 40px;
}

.business_box h3 {
    color: #E08031;
    text-align: center;
}

.price_info {
    text-align: center;
}

.price_info p {
    font-size: 1.4rem;
}

.price_info .price {
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 0.12em;
}

.cleaning_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cleaning_list li {
    margin: 0 30px 30px 0;
}

.cleaning_list li:nth-child(3n) {
    margin-right: 0;
}

.cleaning_list li figcaption {
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}

.cleaning_list li figcaption::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #F1B62F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

@media screen and (max-width: 767px) {
    .business_box {
        padding: 25px;
    }

    .price_info .price {
        font-size: 3.4rem;
    }

    .cleaning_list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cleaning_list li {
        width: 49%;
        margin: 0 0 30px 0;
    }

    .cleaning_list li figcaption {
        font-size: 1.4rem;
        padding-left: 20px;
    }

    .cleaning_list li figcaption::before {
        width: 10px;
        height: 10px;
        top: 8px;
    }
}

/*----------塗装----------*/
.coating_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.coating_list figure {
    width: 180px;
    margin: 0 20px;
}

.coating_list figure img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #C6B8A8;
}

.coating_list figure figcaption {
    text-align: center;
    margin-top: 10px;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .coating_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .coating_list figure {
        margin: 0 auto 20px;
    }
}

/*----------その他----------*/
.other_list li {
    position: relative;
    padding-left: 20px;
}

.other_list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #F1B62F;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

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

/*----------お問い合わせ----------*/
.contact_tel {
    text-align: center;
    margin-top: 30px;
}

.contact_tel a {
    color: #F08022;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 0.8;
}

.contact_tel a img {
    width: auto;
    margin-right: 10px;
}

.policy {
    background: #FAF5EF;
    padding: 30px;
    text-align: center;
}

.policy span {
    font-weight: 600;
}

.policy p {
    font-size: 1.4rem;
    color: #7F715C;
}

@media screen and (max-width: 767px) {
    .policy {
        padding: 20px;
        text-align: left;
    }

    .policy span {
        font-size: 1.4rem;
        text-align: center;
        display: block;
    }

    .policy p {
        font-size: 1.2rem;
    }
}

/*----------お知らせ----------*/
.blog_box {
    width: 100%;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog_box figure {
    width: 400px;
    overflow: hidden;
    position: relative;
}

.blog_box figure:after {
    content: "";
    display: block;
    padding-top: 75%;
}

.blog_box figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.blog_box .blog_inner {
    width: 590px;
}

.blog_box .blog_inner .btn {
    max-width: 300px;
    width: 100%;
    margin: 40px 0 0 auto;
}

@media screen and (max-width: 767px) {
    .blog_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

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

    .blog_box .blog_inner {
        width: 100%;
    }

    .blog_box .blog_inner .btn {
        margin: 20px auto 0;
    }
}

/****************************************

aside

*****************************************/
#bottom_area {
    width: 100%;
}

.bottom_box {
    width: 1050px;
    margin: 0 auto 100px;
}

.bottom_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

.bottom_btn a {
    width: 510px;
    height: 160px;
    -webkit-box-shadow: 0 0 10px rgba(71, 45, 15, 0.2);
    box-shadow: 0 0 10px rgba(71, 45, 15, 0.2);
}

.bottom_btn .bottom_tel {
    background: #FAF5EF;
    outline: 2px solid #F5CF7C;
    outline-offset: -6px;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 0.8;
    padding-top: 50px;
}

.bottom_btn .bottom_tel span {
    display: block;
    color: #462C0C;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.bottom_btn .bottom_tel img,
.bottom_btn .bottom_mail img {
    margin-right: 10px;
}

.bottom_btn .bottom_mail {
    color: #fff;
    background: #E18131;
    outline: 2px solid rgba(255, 255, 255, 0.4);
    outline-offset: -6px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    padding-top: 65px;
    text-decoration: none;
}

.bottom_btn .bottom_mail:hover {
    background: #F1B62F;
}

@media screen and (max-width: 767px) {
    .bottom_box {
        width: 100%;
        padding: 0 3%;
        margin-bottom: 50px;
    }

    .bottom_btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }

    .bottom_btn a {
        width: 100%;
        height: 120px;
    }

    .bottom_btn .bottom_tel img,
    .bottom_btn .bottom_mail img {
        width: 20px;
        margin-right: 10px;
    }

    .bottom_btn .bottom_tel {
        font-size: 2.6rem;
        padding-top: 40px;
        margin-bottom: 10px;
    }

    .bottom_btn .bottom_tel span {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .bottom_btn .bottom_mail {
        font-size: 1.5rem;
        line-height: 1.1;
        padding-top: 55px;
    }
}

/****************************************

single.php

*****************************************/
#single_box {
    width: 100%;
    margin: 40px auto 0;
}

#single_box h1 {
    font-size: 2.4rem;
}

#single_box .single_text {
    width: 100%;
}

#single_box .single_text img {
    margin: 15px auto;
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
}

.pager {
    clear: both;
    text-align: center;
    margin: auto;
}

a.page-numbers {
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    background: #333;
    border: solid 1px #333;
    color: white;
}

.nav-below {
    margin: 30px 0 20px;
    text-align: center;
}

.nav-below a {
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
    }

    #single_box h1 {
        font-size: 1.8rem;
    }

    a.page-numbers,
    .pager .current {
        font-size: 1.3rem;
    }
}

/****************************************

P

*****************************************/
.bg_green {
    background: #DFF2EE;
}

.bg_gray {
    background: #F5F5F5;
}

/* 改行 */
.line_break {
    padding-top: 25px;
}

/* 文字 */
.red {
    color: #FF2626;
}

.green {
    color: #37B892;
}

.orange {
    color: #F28A18;
}

/* 強調 */
.bold {
    font-weight: 600;
}

.size16 {
    font-size: 1.6rem;
}

.underline {
    background: -o-linear-gradient(transparent 60%, #F7D382 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #F7D382));
    background: linear-gradient(transparent 60%, #F7D382 60%);
}

.tr {
    text-align: right;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

@media print,
screen and (min-width: 768px) {
    .tc {
        text-align: center;
    }

    .w470 {
        width: 470px;
    }
}

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

    .mb50,
    .mb60 {
        margin-bottom: 40px;
    }

    .mb80,
    .mb90,
    .mb100 {
        margin-bottom: 50px;
    }

    .w470 {
        margin-bottom: 20px;
    }

}

/****************************************

タイトル

*****************************************/
.block {
    display: block;
}

.subhead01 {
    text-align: center;
    padding: 60px 0 0;
    margin-bottom: 50px;
    font-size: 3.4rem;
    position: relative;
}

.subhead01::before {
    content: "";
    background: url(images/page_tit01.svg) no-repeat;
    background-size: contain;
    width: 100px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.subhead01 span {
    color: #E18131;
    font-size: 1.3rem;
    display: block;
    letter-spacing: 0.32em;
}

.subhead02 {
    border-left: 6px solid #E18131;
    padding-left: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .subhead01 {
        padding: 40px 0 0;
        margin-bottom: 30px;
        font-size: 2.8rem;
    }

    .subhead01::before {
        width: 70px;
    }

    .subhead01 span {
        font-size: 1.1rem;
    }

    .subhead02 {
        padding-left: 15px;
        margin-bottom: 20px;
    }
}

/****************************************

footer

*****************************************/
#footer {
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(images/grain_bg.jpg) no-repeat top center;
    background-size: cover;
}

.footer_box {
    width: 1050px;
    margin: auto;
    padding: 60px 0 30px;
    text-align: center;
}

.footer_box p {
    font-size: 1.5rem;
    color: #fff;
}

.footer_box .footer_logo {
    margin-bottom: 30px;
}

.footer_link {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
    margin-top: 30px;
}

.sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.sitemap a {
    display: block;
    text-decoration: none;
    font-size: 1.6rem;
    color: #fff;
}

.sitemap a:hover {
    color: #E18131;
    text-decoration: underline;
}

.pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

.copyright {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    background: rgba(45, 28, 10, 0.7);
    padding: 20px 0;
}

@media screen and (max-width: 767px) {
    .footer_box {
        width: 100%;
        padding: 40px 0;
    }

    .footer_box p {
        font-size: 1.3rem;
    }

    .footer_box .footer_logo {
        width: 120px;
        margin: 0 auto 10px;
    }

    .footer_link {
        display: none;
    }

    .pagetop {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px;
    }

    .copyright {
        font-size: 1.2rem;
        padding: 10px;
    }
}

/****************************************

Contact Form7

*****************************************/
.wpcf7 {
    width: 100%
}

.wpcf7-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 3px 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wpcf7-form select {
    width: auto;
    padding: 3px 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wpcf7-form input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.wpcf7 .tc input[type=submit] {
    cursor: pointer;
    width: 410px;
    max-width: 100%;
    padding: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px #333 solid;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
    cursor: not-allowed;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #f8f8f8 !important;
    background-color: #f8f8f8 !important;
    color: #929292 !important;
}

.wpcf7 .tc input[type=submit]:hover {
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: #222;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
    outline: 0;
    border: 1px #222 solid;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
}

.wpcf7-text {
    width: 100%;
}

.form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px dotted #ccc;
}

.form_row .form_label {
    width: 300px;
}

.form_row .form_label .required {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 4px;
    background: #cc0000;
    margin-right: 10px;
    border-radius: 3px;
}

.form_row .form_label .any {
    display: inline-block;
    color: #797979;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 4px;
    background: #d7d7d7;
    margin-right: 10px;
    border-radius: 3px;
}

.form_row .form_input {
    width: calc(100% - 300px);
}

.form_row .form_input_post {
    width: 180px;
}

.form_row .form_input_post_txt {
    color: #D60012;
    font-weight: normal;
    font-size: 1.3rem;
}

.form_row.last_row {
    padding-bottom: 0;
    border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input textarea {
    position: relative;
    border-left: 2px solid #333;
}

.wpcf7 .form_input input[type=checkbox] {
    display: none;
}

.wpcf7 .form_input input[type=checkbox]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]+span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #D60012;
    border-radius: 4px;
    background-color: #fefefe;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 .form_input input[type=checkbox]+span:after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0.44em;
    width: 0.4em;
    height: 0.8em;
    border-bottom: 3px solid #222;
    border-right: 3px solid #222;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span {
    color: #D60012;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span:before {
    opacity: 1;
    border: 1px solid #D60012;
    -webkit-box-shadow: 0 0 2px 2px rgba(214, 0, 18, 0.5);
    box-shadow: 0 0 2px 2px rgba(214, 0, 18, 0.5);
    background-color: #D60012;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span:after {
    opacity: 1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] {
    display: none;
}

.wpcf7 .form_input input[type=radio]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]+span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #F08D3C;
    border-radius: 50%;
    background-color: #fefefe;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]+span:after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]:checked+span {
    color: #F08D3C;
}


.wpcf7 .form_input input[type=radio]:checked+span:before {
    -webkit-box-shadow: 0 0 2px 2px rgba(214, 0, 18, 0.5);
    box-shadow: 0 0 2px 2px rgba(214, 0, 18, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked+span:after {
    opacity: 1;
    top: 0.1em;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #F08D3C;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.wpcf7 .form_input span.select-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: 0.6em;
    height: 0.6em;
    top: 50%;
    right: 0.8em;
    margin-top: -3px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within:after {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
}

.wpcf7 .form_input select {
    cursor: pointer;
    width: 250px;
    max-width: 100%;
    margin: 0;
    padding: 0.5em 3.5em 0.5em 1em;
    border: 1px solid #222;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fefefe;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-position: 100% 0;
    background-size: 2em 3.5em;
    background-repeat: no-repeat;
    color: inherit;
    font-size: inherit;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
    -o-transition: border-color 0.2s ease, outline 0.2s ease;
    transition: border-color 0.2s ease, outline 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.wpcf7 .form_input select:-ms-expand {
    display: none;
}

.wpcf7 .form_input span.wpcf7-form-control-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 .form_input_post input[type=tel]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input textarea:focus {
    outline: 0;
    border: 1px #ddd solid;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.wpcf7 .form_input select:focus {
    outline: 0;
    border: 1px #ddd solid;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.wpcf7-response-output {
    font-size: 1.6rem;
}

@media screen and (max-width:767px) {
    .wpcf7-form textarea {
        width: 100% !important;
    }

    .wpcf7-form input {
        max-width: 100% !important;
    }

    .wpcf7-submit {
        width: 100%;
    }

    .form_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 30px;
    }

    .form_row .form_label {
        width: 100%;
        margin-bottom: 10px;
    }

    .form_row .form_input {
        width: 100%;
    }

    .ajax-loader {
        width: auto;
    }

    .wpcf7 .form_input span.wpcf7-form-control-wrap span.wpcf7-list-item {
        display: block;
    }
}

/****************************************

clearfix

*****************************************/

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */