@charset "UTF-8";
/*
Theme Name:HSTAUTO | 津市 自動車買取 車買取 中古車輸出 車販売 車検代行 修理代行 高価買取
Description:HSTAUTO
Version: 1.0
License:HSTAUTO
License URI:https://www.hst-auto.jp
*/

@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;
}

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

@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

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

リセット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;
    /* display: inline-block; */
}

/* 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: #fff;
    background: #000;
    font-weight: normal;
    min-width: 1200px;
    font-family: 'Lato',"NotoSansJP",
    "Meiryo UI",
    "メイリオ",
    "Meiryo",
    "游ゴシック Medium",
    "Yu Gothic",
    "游ゴシック体",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    sans-serif;
    letter-spacing: 0;
}

@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;
    line-height: 1.7;
}

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

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

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

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

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

    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }
}

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

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

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

a:hover,
a:active {
    color: #af3001;
    -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;
}

.btn a {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 18px 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.06em;
    border: 2px solid #333;
    color: #333;
}

.btn a::before {
    position: absolute;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn a:hover {
    background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
    right: 10px;
}

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

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

    .btn a {
        padding: 12px;
        font-size: 1.4rem;
    }
}

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

ヘッダー　共通

*****************************************/
#header {
    width: 100%;
    z-index: 100;
    position: relative;
}

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

pcヘッダー

*****************************************/
.h_logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.header_wrap{
    padding: 0 0.9% 0 4.2%;
}
.header_left{
    padding-top: 38px;
    
}
.header_right_above{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 10px;
    
}
.header_tel{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 20px;
}
.header_tel p{
    font-size: 3.3rem;
    font-weight: 600;
    margin-left: 10px;
}

@media print,
screen and (max-width: 1240px) {
    .header_right_above{
        margin-right: 45px;
    }
}


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

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

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
    .h_logo img{
        width: 210px;
    }
    .header_left{
        padding:15px 0;
    }


    .header_right,
    .header_mail {
        display: none;
    }

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

    #toggle {
        position: fixed;
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 9999;
        padding: 8px;
        background: #fff;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        /*#navToggledivに対して*/
        width: 100%;
        height: 2px;
        background: #000;
        -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: #000;
    }

    /*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;
        text-align: left;
        background-color: rgba(0, 0, 0, 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(255, 255, 255, 0.4) 1px solid;
        border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
        cursor: pointer;
        color: #fff;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu .menu-item-home {
        border-top: rgba(255, 255, 255, 0.4) 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(255, 255, 255, 0.3);
    }

    #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 1px #fff;
        border-right: solid 1px #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 .menu {
    width: auto;
    margin: auto;
    zoom: 1;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-right: 15px;

}

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

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

#g_navi .menu>li {
    position: relative;
    padding: 0 45px;
}
#g_navi .menu>li:not(:last-child)::after{
   position: absolute;
   content: '';
   width: 1px;
   height: 30px;
   background-color: #707070;
   top:5px;
   right: 0;
   transform: rotate(30deg);
}


#g_navi .menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    padding: 10px 0 25px;
    color: #fff;
}

#g_navi .menu li ul {
    width: 100%;
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    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-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: normal;
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
    background: #fff;
    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;
        content: '';
        width: 0;
        height: 2px;
        background-color: #af3001;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .menu>li>a:after {
        bottom: 0;
    }

    .menu>li>a:hover:after {
        width: 100%;
        opacity: 1;
        filter: alpha(opacity=90);
    }
}

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

メインビジュアル

*****************************************/
#mv_top {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

#mv_top .slider img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);

}
#mv_top .top_catch{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0;
    left: 0;
}

#mv_page {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;

}

#mv_page .mv_img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
}


.metaslider .flex-control-nav {
    bottom: 40px !important;
}

.metaslider .flexslider {
    margin: 0 !important;
}


@media screen and (max-width: 767px) {
    #mv_top {
        width: 100%;
    }
 
    #mv_top .slider img {
        width: 150%;
        left: -25%;
    }

    #mv_top .top_catch{
     padding: 0 5%;
    }
    




    #mv_page {
        width: 100%;
    }

    #mv_page .mv_img {
        position: relative;
        width: 132%;
        left: 0;
    }

    .metaslider .flex-control-nav {
        bottom: -30px !important;
    }

    .metaslider .flex-control-nav {
        bottom: 15px !important;
    }
}

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

content 共通設定

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

main{
    margin-bottom: 182px !important;
}
.breadcrumb_area {
    margin: 15px auto;
    text-align: end;
}

.breadcrumb p {
    /* text-align: center; */
    font-family: "NotoSansJP",
        "Meiryo UI",
        "メイリオ",
        "Meiryo",
        "游ゴシック Medium",
        "Yu Gothic",
        "游ゴシック体",
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        sans-serif;
}

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

.breadcrumb a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #cc3903;
    -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: 100px auto 0;
    }

    /* main#page_main {
        width: 1020px;
        margin: 40px 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;
    }

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

@media screen and (max-width: 767px) {
    main{
        margin-bottom: 90px !important;
    }

    .breadcrumb_area {
        width: 100%;
        padding: 0 5%;
        margin: 10px auto 0;
    }

    .breadcrumb {
        width: 100%;
    }

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

    .sp_none {
        display: none !important;
    }

    main#top_main {
        width: 100%;
        margin: 30px auto 60px;
    }

    main#page_main {
        margin: 20px 5% 60px;
    }

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

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

contentトップ用

*****************************************/
.top_box01{
    background-color: #ede9d6;
    justify-content: left;
   
}
.top_box01 figure{
    width: 41.7%;
    overflow: hidden;
}
.top_box01 img{
    position: relative;
    width: 800px;
    left: calc(50% - 400px);
}
.top_box01_text{
    margin:70px 0 0 5.5%;
}
.top_box01_text h2 span{
    font-size: 4.5rem;
    font-weight: 400;
    color: #c36d48;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 290px;
    letter-spacing: 0.05em;
}
.top_box01_text h2 span::before{
    position: absolute;
    content: '';
    width: 293px;
    height: 2px;
    background-color: #c36d48;
    left: -30px;
}
.top_box01 h2{
    font-size: 3.8rem;
    font-weight: 600;
    color: #af3001;
    line-height: 1.37;
    letter-spacing: -0.1em;
    margin-left: 30px;
}
.top_box01_text p{
    color: #000;
    letter-spacing: 0em;
    font-family: "NotoSansJP",
        "Meiryo UI",
        "メイリオ",
        "Meiryo",
        "游ゴシック Medium",
        "Yu Gothic",
        "游ゴシック体",
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        sans-serif;
}
.top_box01_btns{
    display: flex;
}
.btn_shadow{
    position: relative;
    width: 232px;
    text-align: center;
    font-size: 1.6rem;
    margin-right: 62px;
}
.btn_shadow a{
    display: flex;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
    padding: 7px 0 13px;
    position: relative;
    z-index: 1;
    background: #1a1917;
    position: relative;
}
.btn_shadow a:hover{
    background: #ede9d6;
    color: #1a1917;
    font-weight: 600;
}
.btn_shadow::before{
    left: 0;
    top: 0;
    background: #939181;
}
.btn_shadow::after{
    right: 0;
    bottom: 0;
    background: #2a2926;    
}
.btn_shadow:after, .btn_shadow:before {
    position: absolute;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}
.btn_shadow a::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    top: 17px;
    right: 13px;
    transition: 0.3s;
}
.btn_shadow a:hover::after{
    border-top: 1px solid #1a1917;
    border-right: 1px solid #1a1917;
}
.top_box02{
    padding: 43px 0 155px;
    text-align: center;
}
.top_title{
    font-size: 4.6rem;
    font-weight: 400;
    color: #cc3903;
    margin-bottom: 58px;
    position: relative;
    line-height: 1.65;
    text-align: center;
}
.top_title::before{
    content: '';
    position: absolute;
    background: #cc3903;
    width: 40px;
    height: 2px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.top_box01 p, .top_box01_text p{
    line-height: 1.38;
}
.top_box02 h2 span{
    font-size: 2.8rem;
    color: #fff;
    display: block;
    margin-top: 25px;
}
.top_box02_container{
    display: flex;
    justify-content: center;
    gap: 4%;
}
.top_box02_content{
    max-width: 560px;
    text-align: left;
    letter-spacing: 0;
}
.top_box02_content figure{
    margin-bottom: 40px;
}
.top_box02_content p{
    line-height: 1.38;
}
.top_box02_text1{
    margin-bottom: 83px;
}
.top_box02_text2{
    margin-bottom: 105px;
}
.btn_frame{
    position: relative;
    width: 232px;
    text-align: center;
    font-size: 1.6rem;
    margin-right: 62px;
    margin: 0 auto;
}
.btn_frame a{
    display: flex;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
    padding: 10px 0 13px;
    position: relative;
    z-index: 1;
    background: transparent;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.38;
    font-weight: 600;
}
.btn_frame a:hover{
    background: #fff;
    color: #000;
}
.btn_frame::before{
    left: 0;
    top: 0;
    border: 1px solid #fff;
}
.btn_frame::after{
    right: 0;
    bottom: 0;
    border: 1px solid #fff;    
}
.btn_frame:after, .btn_frame:before {
    position: absolute;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

.top_box03{
    background: url(images/top_results.jpg) center top no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 90px 0 83px;
    text-align: center;
}
.top_box03 h2{
    font-size: 3.2rem;
    margin-bottom: 55px;
    position: relative;
    color: #DDDDDD;
}
.top_box03 h2 span{
    display: block;
    font-family: 'Lora',"NotoSansJP",
        "Meiryo UI",
        "メイリオ",
        "Meiryo",
        "游ゴシック Medium",
        "Yu Gothic",
        "游ゴシック体",
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        sans-serif;
        font-size: 5.5rem;
        line-height: 1.2727;
        font-weight: 40;
        padding-bottom: 27px;
}
/* .top_box03 img{
    margin: 0 auto 26px;
    display: block;
} */
.top_box03 h2::before{
    content: '';
    position: absolute;
    width: 420px;
    height: 3px;
    background: linear-gradient(to right, transparent, #C0C0C0, transparent);
    top:85px;
    left: 50%;
    transform: translateX(-50%);
}

.top_box04{
    padding: 110px 0 100px;
}


@media screen and (max-width: 767px) {
    .top_box01_text{
        margin:0 5% ;
        padding: 30px 0;
    }
    .top_box01_text h2 span{
        font-size: 3rem;
        padding-left: 47%;
    }
    .top_box01_text h2 span::before{
        width: 50%;
    }
    .top_box01 h2{
        font-size: 2.5rem;
    }
    .top_box01_btns{
       flex-direction: column;
    }
    .top_box01_btns div{
        margin: 20px auto;
    }
    .top_box01 figure{
        width: 90%;
        height: auto;
        margin: 10px auto 0;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .top_box01 img{
        width: 100%;
        left:0;
    }
    .top_title{
        font-size: 3.5rem;
        margin-bottom: 30px;
    }
    .top_title::before{
        top: 60px;
    }
    .top_box02 h2 span{
        font-size: 2rem;
    }
    .top_box02_container{
        margin: 0 5%;
        flex-direction: column;
    }
    .top_box02_content{
        margin: 0 auto 60px;
    }    
    .top_box02_text1, .top_box02_text2{
        margin-bottom: 50px;
    }
    .top_box02{
        padding: 50px 0 0;
    }
    .top_box03{
        padding: 85px 5%;
    }

    .top_box03 h2{
        font-size: 2.5rem;
        margin-bottom: 60px;
    }
    .top_box03 h2 span{
        font-size: 3.5rem;
        padding-bottom: 27px;
    }
    /* .top_box03 img{
        max-width: 424px;
        height: auto;
    } */
    .top_box03 h2::before{
        width: 90%;
        max-width: 424px;
        top:55%;
    }
    .top_box04{
        padding: 110px 5% 100px;
    }
    
}

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

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
    text-decoration: none;
}

.news_post {
    width: 100%;
    height: 100%;
    max-height: 235px;
    overflow-y: scroll;
    /* padding-right: 30px; */
}
.news_post article{
    display: flex;
}
.news_post article a {
    width: 100%;
    padding: 24px 20px 24px 0;
    border-bottom: 2px solid #7c7c7c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    color: #fff;
    font-size: 1.8em;
    text-decoration: none;
}
.news_post article a:hover {
    background: #974a33;
}

.news_post .date{
    width: 155px;
    padding-top: 5px;
}
.news_post h3{
    width: 845px;
    font-size: 1.8rem;
    font-weight: 400;
}


/* .news_post article a::before {
    position: absolute;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-top: 2px solid #23A9DC;
    border-right: 2px solid #23A9DC;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.news_post article a:hover::before {
    right: 10px;
} */
/* .news_post article .date {
    font-size: 1.5em;
    color: #23A9DC;
    font-weight: 600;
    margin-right: 40px;
    letter-spacing: 0.1em;
    line-height: 2;
} */

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

    .news_post article a {
        padding: 15px 15px 15px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

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

    .news_post article .date {
        font-size: 1.4rem;
        margin-right: 0;
        display: block;
    }
    .news_post h3{
        width: 100%;
    }
}


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

content下層用

*****************************************/
/*---------------------共通*/
.page_title{
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.2rem;
    text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.65) ;
    font-weight: 600;
}
#mv_page img{
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
}
#mv_page {
    font-family: "NotoSansJP",
        "Meiryo UI",
        "メイリオ",
        "Meiryo",
        "游ゴシック Medium",
        "Yu Gothic",
        "游ゴシック体",
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        sans-serif;
}
@media screen and (max-width: 767px) {
    .page_title{
        font-size: 4rem;
    }

}

/*---------------------コンセプト*/
.title01{
    text-align: center;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
}
.title01 span{
    font-size: 4.2rem;
    line-height: 1.2;
    display: block;
    font-weight: 600;
    margin-bottom: 25px;
}
.title01 span::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #af3001;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.title02{
    font-size: 2.6rem;
    line-height: 1.2;
    position: relative;
    color: #ae3000;
    margin-bottom: 30px;
}
.title02::after{
    content: '';
    position: absolute;
    width: 550px;
    height: 1px;
    background: #ede9d6;
    bottom: -20px;
    left: 0;
}

.concept_box01_container, .concept_box03_container{
    justify-content: left;
}
.concept_box02_container, .concept_box04_container{
    justify-content: right;
}

.concept_box01_container figure, .concept_box02_container figure, .concept_box03_container figure, .concept_box04_container figure{
    width: 41.7%;
    overflow: hidden;
}
.concept_box01_container img, .concept_box02_container img, .concept_box03_container img, .concept_box04_container img{
    position: relative;
    width: 800px;
    left: calc(50% - 400px);
}
.concept_box01_text, .concept_box03_text{
    margin:30px 0 0 3.6%;
    max-width: 550px;
}
.concept_box02_text, .concept_box04_text{
    margin:55px 3.6% 0 0 ;
    max-width: 550px;
}
.concept_box01_text p, .concept_box02_text p, .concept_box03_text p, .concept_box04_text p{
    line-height: 1.7;
}

@media screen and (max-width: 767px) {
    .title01{
        font-size: 1.8rem;
    }
    .title01 span{
        font-size: 3.5rem;
    }
    .title02{
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .title02::after{
        width: 100%;
    }
    .concept_box01_container figure, .concept_box02_container figure, .concept_box03_container figure, .concept_box04_container figure{
        width: 100%;
    }
    .concept_box01_container img, .concept_box02_container img, .concept_box03_container img, .concept_box04_container img{
        width: 100%;
        left: 0;
    }
    .concept_box01_text, .concept_box03_text, .concept_box02_text, .concept_box04_text{
        margin:20px 0 70px;
        max-width: 100%;
    }
}


/*---------------------高価買取ができる理由*/
.reason_box01_container, .reason_box03_container{
    justify-content: left;
}
.reason_box02_container{
    justify-content: right;
}
.reason_box01_container figure, .reason_box02_container figure, .reason_box03_container figure{
    width: 41.7%;
    overflow: hidden;
}
.reason_box01_container img, .reason_box02_container img, .reason_box03_container img, .reason_box04_container img{
    position: relative;
    width: 800;
    left: calc(50% - 400px);
}
.reason_box01_text, .reason_box03_text{
    margin:30px 0 0 3.6%;
    max-width: 550px;
}
.reason_box02_text{
    margin:55px 3.6% 0 0 ;
    max-width: 550px;
}
.reason_box01_text p, .reason_box02_text p, .reason_box03_text p{
    line-height: 1.7;
}


@media screen and (max-width: 767px) {
    .reason_box01_container figure, .reason_box02_container figure, .reason_box03_container figure{
        width: 100%;
    }
    .reason_box01_container img, .reason_box02_container img, .reason_box03_container img{
        width: 100%;
        left: 0;
    }
    .reason_box01_text, .reason_box03_text, .reason_box02_text{
        margin:20px 0 70px;
        max-width: 100%;
    }
}

/*---------------------買取*/

.purchase_box01_container, .purchase_box03_container{
    justify-content: left;
}
.purchase_box02_container{
    justify-content: right;
}
.purchase_box01_container figure, .purchase_box02_container figure, .purchase_box03_container figure{
    width: 41.7%;
    overflow: hidden;
}
.purchase_box01_container img, .purchase_box02_container img, .purchase_box03_container img{
    position: relative;
    width: 800;
    left: calc(50% - 400px);
}
.purchase_box01_text, .purchase_box03_text{
    margin:30px 0 0 3.6%;
    max-width: 550px;
}
.purchase_box02_text{
    margin:55px 3.6% 0 0 ;
    max-width: 550px;
}
.purchase_box01_text p, .purchase_box02_text p, .purchase_box03_text p{
    line-height: 1.7;
}

.purchase_box01_text div, .purchase_box02_text div{
    margin: 0 0 0 auto;
}

.purchase_box02_container_sub{
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.7;
}

.title03{
    font-size: 2.2rem;
    line-height: 1.4;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}
.title03::after{
    content: '';
    position: absolute;
    width: 1000px;
    height: 1px;
    background: #ede9d6;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .purchase_box01_container figure, .purchase_box02_container figure, .purchase_box03_container figure{
        width: 100%;
    }
    .purchase_box01_container img, .purchase_box02_container img, .purchase_box03_container img{
        width: 100%;
        left: 0;
    }
    .purchase_box01_text, .purchase_box03_text, .purchase_box02_text{
        margin:20px 0 70px;
        max-width: 100%;
    }
    .purchase_box01_text div, .purchase_box02_text div{
        margin: 0 auto;
    }

    .title03{
        font-size: 1.8rem;
        text-align: left;
    }
    .title03::after{
        width: 100%;
    }
}

/*---------------------その他*/
.others_box01_container, .others_box03_container{
    justify-content: left;
}
.others_box02_container{
    justify-content: right;
}
.others_box01_container figure, .others_box02_container figure, .others_box03_container figure{
    width: 41.7%;
    overflow: hidden;
}
.others_box01_container img, .others_box02_container img, .others_box03_container img{
    position: relative;
    width: 800;
    left: calc(50% - 400px);
}
.others_box01_text, .others_box03_text{
    margin:30px 0 0 3.6%;
    max-width: 550px;
}
.others_box02_text{
    margin:55px 3.6% 0 0 ;
    max-width: 550px;
}
.others_box01_text p, .others_box02_text p, .others_box03_text p{
    line-height: 1.7;
}

.others_box03_text div{
    margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
    .others_box01_container figure, .others_box02_container figure, .others_box03_container figure{
        width: 100%;
    }
    .others_box01_container img, .others_box02_container img, .others_box03_container img{
        width: 100%;
        left: 0;
    }
    .others_box01_text, .others_box03_text, .others_box02_text{
        margin:20px 0 70px;
        max-width: 100%;
    }
    .others_box03_text div{
        margin: 0 auto;
    }
}

/*---------------------買取実績*/
.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery article{
 width: 320px;
}
.gallery article:not(:nth-child(3n)){
    margin: 0 20px 0 0;
}
.gallery figure{
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
}
.gallery figure img{
    position: absolute;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
    opacity: 1;
    transition: 0.4s;
}
.gallery figure a{
    display: block;
    width: 100%;
    height: 100%;

}
.title04{
    font-size: 1.8rem;
    line-height: 1.4;
    position: relative;
    color: #ac3000;
    margin-bottom: 60px;
}
.title04::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ede9d6;
    bottom: -10px;
    left: 0;
}
.case_box{
    margin-bottom: 85px;
}


@media screen and (max-width: 767px) {
    .gallery {
        justify-content: space-between;
    }
    .gallery article{
        width: 48%;
    }
    .gallery article:not(:nth-child(3n+3)){
        margin: 0;
    }
    .title04{
        font-size: 1.4rem;
        margin-bottom: 40px;
    }
    .case_box{
        margin-bottom: 80px;
    }
    
}

/*---------------------ブログ*/
.title05{
    font-size: 2.2rem;
    line-height: 1.7;
    position: relative;
    color: #ac3000;
    margin-bottom: 30px;
}
.title05::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ede9d6;
    bottom: -10px;
    left: 0;
}
.info-blog{
    margin-bottom: 87px;
}
.info-blog_content{
    width: 560px;
}
.info-blog_content p{
    margin-bottom: 30px;
}
.info-blog_content div{
    margin: 0 5px 0 auto;
}
.info-blog_container{
    margin-bottom: 40px;
}
.info-blog_container figure{
    width:400px;
    aspect-ratio: 40/31;
    overflow: hidden;
    position: relative;
}
.info-blog_container figure img{
    position: absolute;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.info-blog_box{
    margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
    .title05{
        font-size: 1.8rem;
    }
    .title05::after{
        width: 100%;
    }
    .info-blog_content{
        width: 100%;
    }
    .info-blog_content div{
        margin: 30px auto 50px;
    }
    .info-blog_container figure{
        width: 100%;
        max-width: 400px;
        aspect-ratio: 40/31;
        margin: 10px auto;
        
    }
    
}

/*---------------------店舗概要*/
.overview{
    margin-bottom: 85px !important;
}
.overview table{
    width: 100%;
    font-family:  "NotoSansJP",
    "Meiryo UI",
    "メイリオ",
    "Meiryo",
    "游ゴシック Medium",
    "Yu Gothic",
    "游ゴシック体",
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    sans-serif;
    margin-bottom: 60px;
}
.overview th{
    width: 30%;
    color: #000;
    font-weight: 400;
    background: #f6f6f6;
    border: 1px solid #ccc;
    text-align: left;
    padding: 11px 20px;
}
.overview td{
    width: 70%;
    border: 1px solid #999;
    padding: 11px 20px;
}


@media screen and (max-width: 767px) {
    .overview th, .overview td{
        padding: 10px 2%;
    }
}

/*---------------------お問い合わせ*/
.contact{
    margin-bottom: 80px !important;
    text-align: center;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.contact h2{
    font-weight: 400;
    margin-bottom: 10px;
}
.privasy{
    color: #000;
    background: #fff;
    padding: 31px 5%;
}

@media screen and (max-width: 767px) {
    .contact>p:not(:last-of-type){
        text-align: left;
    }
    .privasy p{
        text-align: left;
    }

}

/*---------------------ページ名*/
@media screen and (max-width: 767px) {}
/*---------------------ページ名*/
@media screen and (max-width: 767px) {}
/*---------------------概要*/
.map {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

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

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

/*---------------------新着情報*/
.blog_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px dotted #0098D8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog_box figure {
    width: 400px;
    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;";
}

.blog_box .blog_inner {
    width: 560px;
}

.blog_box .blog_inner h2 {
    font-size: 2.4rem;
}

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

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

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

    .blog_box .blog_inner {
        width: 100%;
    }

    .blog_box .blog_inner h2 {
        font-size: 1.8rem;
    }

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

/*---------------------お問い合わせ*/
.policy {
    padding: 30px;
    background: #E0F3FA;
    border-radius: 8px;
    text-align: center;
}

.policy span {
    text-align: center;
    color: #23A9DC;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: block;
}

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

@media screen and (max-width: 767px) {
    .policy {
        padding: 20px;
    }
    .policy span {
        font-size: 1.5rem;
    }
    .policy p {
        font-size: 1.2rem;
    }
}

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

aside

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

.aside a{
    display: block;
}

@media screen and (max-width: 767px) {
    .aside{
        text-align: center;
    }
    #top_main .aside{
        padding: 0 5%;
    }
    
    .aside a img{
        max-width: 480px;
        height: auto;
    }
    .aside a {
        margin-bottom: 40px;
    }
}


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

single.php

*****************************************/
#single_box {
    width: 1000px;
    margin: 80px auto 0;
}

#single_box h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

#single_box .single_text {
    width: 100%;
}

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

.aligncenter {
    display: block;
}

.pager_box{
    padding: 27px 37px;
    background-color: #fff;
    display: inline-block;
}

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

a.page-numbers {
    background: #fff;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
}

.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: #000;
    border: solid 1px #e1e1e1;
    color: white;
}

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

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

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

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

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

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

P

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

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

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

.tr {
    text-align: right;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb120 {
    margin-bottom: 120px;
}

.w1000{
    width: 1000px;
    margin: auto;
}

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

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

    .mb60 {
        margin-bottom: 50px;
    }

    .mb80,
    .mb90,
    .mb100 {
        margin-bottom: 50px;
    }
    .w1000{
        width: 100%;
        margin: auto;
    }
    .p5{
        padding: 0 5%;
    }

    
}

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

タイトル

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

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

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

footer

*****************************************/
#footer .footer_back{
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(images/footer.jpg) top center no-repeat;
    background-size: cover;
}
.footer_container{
    padding: 50px 0 57px;
    display: flex;
}
.footer_right{
    margin: 85px auto auto;
}
.footer_left P{
    line-height: 1.5;
    letter-spacing: 0em;
}
.footer_logo a{
    display: inline-block;
    margin-bottom: 30px;
}
.pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 3;
}
.pagetop a{
    display: block;
}
.copyright_block{
    height: 52px;
    padding: 15px;
    text-align: center;
}
.copyright {
    font-size: 1.4rem;
}
.sp_footer__btn{
    display: none;
}


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

    .footer_container{
        padding: 50px 5% 57px;
        flex-direction: column;
    }
    .footer_logo{
        max-width: 313.08px;
        height: auto;
    }
    .footer_right{
        margin: 50px auto auto;
    }
    .sp_footer__btn{
        display: revert;
    }
    .pagetop {
        display: none !important;
    }
    .copyright {
        font-size: 1.2rem;
    }

    
/* フローティングバナー */
.copyright_block{
    margin-bottom: 70px;
}
.sp_footer__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
}

.sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
    /* background: #3f3333; */
}

.sp_footer__btn ul li {
    position: relative;
    width: calc(100% / 3);
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
}

.sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
}

.sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
}

.sp_footer__btn ul li a {
    background: #000;
}

.sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
}

.sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 12px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
}

.icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
}
}

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

Contact Form7

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

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

.last_row {
    margin-bottom: 30px;
    padding: 0 20px;
    border-bottom: none;
}

.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);
}

.wpcf7-form-control {
    width: 100%;
}

select.wpcf7-form-control {
    width: auto;
}

.wpcf7-form input {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.wpcf7-form textarea {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_row .form_input_post {
    width: 180px;
}

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

.tc input[type=submit] {
    cursor: pointer;
    width: 360px;
    max-width: 100%;
    padding: 18px;
    border: 1px solid #cc3903;
    border-radius: 8px;
    background-color: #cc3903;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 100px;
}

.wpcf7 .tc input[type=submit]:hover {
    background-color: #fff;
    color: #cc3903;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

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

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

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

    .last_row {
        margin-bottom: 0;
    }

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

    .form_row .form_input {
        width: 100%;
    }

    .ajax-loader {
        width: auto;
    }

    span.wpcf7-list-item {
        display: block;
    }

    .tc input[type=submit] {
        font-size: 1.4rem;
        padding: 10px;
    }
}

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

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 */