@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    color: #111;
    font-family: "Zen Maru Gothic","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    word-wrap: break-word;
    height: 100%;
}

.font_mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_garamond {
    font-family: 'Cormorant Garamond', serif;
}

.font_raleway {
    font-family: 'Raleway', sans-serif;
}

section,
article {
    display: block;
}

img {
    vertical-align: top;
}

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

li {
    list-style-type: none;
}

a {
    color: #0066CC;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover {
    color: #0099CC;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

table td {
    border-collapse: collapse;
}

.clfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}


/*
ヘッダー
-------------------------------------------*/
header {
    width: 100%;
    background-color: #fefefe;
    position: fixed;
    z-index: 300;
    color: #FFF;
}

header h1 a img {
    display: block;
    position: absolute;
}

header .h_btn a {
    display: block;
    text-align: center;
    position: absolute;
    text-decoration: none;
    color: #FFF;
    letter-spacing: 1px;
    border: 3px solid #ffffff;
    border-radius: 15px;
    background-color: #06c755;
}

header .h_btn a:hover {
    opacity: 0.7;
}

header .h_btn a img {
    max-width: 45px;
}

header .h_tel a {
    display: block;
    text-align: center;
    position: absolute;
    text-decoration: none;
    color: #DDD;
    font-size: 20px;
    width: auto;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header .h_tel a strong {
    font-size: 130%;
}

header .h_btn a i,
header .h_tel a i {
    padding-left: 5px;
    padding-right: 5px;
}


#g_navi ul li a.ac_menu {
    cursor: pointer;
    overflow: hidden;
}

.pankuzu {
    background-color: #E0DDD8;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D6D1CB;
}

.pankuzu ul {
    width: 96%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.pankuzu li {
    display: inline-block;
}

.pankuzu li a {
    text-decoration: none;
    color: #999;
}

.pankuzu li::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
}

.pankuzu li a:hover {
    color: #111;
}

.pankuzu li i {
    padding-right: 5px;
}

.pankuzu li:last-child::after {
    display: none;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cont_wrap {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}

#sub_top {
    background-color: #EEE;
    background-repeat: no-repeat;
    background-position: center center;
    height: 110px;
    line-height: 30px;
    padding-top: 230px;
    width: 100%;
    background-size: cover;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 1em;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}

#sub_top span {
    position: relative;
    z-index: 150;
}

.content h2 {
    font-size: 36px;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CBC8BE;
    letter-spacing: 2px;
    color: #1D1B2C;
    text-align: center;
    /* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
    padding-top: 25px;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-left: 10px;
    clear: both;
    background-color: #ff91af;
}

.content h2 span {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-size: 40%;
    font-weight: normal;
}

.content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    background-color: #ff91af;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    margin-top: 30px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 44px;
    color: #FFF;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    clear: both;
}

.content h3::after {
    display: block;
    width: 3px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #1955a6;
    content: '';
}

.content h3 span {
    font-size: 16px;
    color: #888;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    padding-left: 15px;
}

.content h4 {
    font-size: 20px;
    color: #0085B2;
    letter-spacing: 0.1em;
    padding: 10px;
    font-weight: bold;
    clear: both;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.content p {
    font-size: 16px;
    line-height: 1.8;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 30px;
}

.content .ul_news li {
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
}

.content .ul_news li span.news_date {
    color: #999;
    padding-right: 20px;
}

.content .ul_news li span.news_icon {
    color: #FFF;
    padding-left: 10px;
    display: inline-block;
    padding-right: 10px;
    background-color: #D11444;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.content .ul_news li span.news_icon.cl_02 {
    background-color: #009999;
}

.img_center {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    margin-top: 0px;
}

.img_left {
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
}

.img_right {
    float: right;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
}

.content .img_left p {
    font-size: 12px;
    margin: 0px;
}



/*
お問い合わせ部分
-------------------------------------------*/

.box_contact {
    background-color: #ffeded;
    padding-bottom: 50px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #B4CACD;
}

.box_contact.only_tel {
    background-image: none;
}

.box_contact h3 {
    color: #006384;
}

.box_contact p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.content .btn {
    width: 100%;
    z-index: 1;
}

.content .btn a {
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: 5px solid #ffffff;
    text-decoration: none;
    display: block;
    width: 90%;
    background-color: #06c755;
    margin-right: auto;
    margin-left: auto;
    line-height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 500px;
}

.content .btn a img {
    width: 50px;
    padding-right: 10px;
}

.content .btn a:hover {
    opacity: 0.5;
}

.content .btn p {
    text-align: center
}
/* ついてくるボタン ここから */
.clfix{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 89px;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
}
.clfix .btn{
    font-size: 25px;
    font-weight: bold;
    width: 35%;
    height: 60px;
    margin: 10px auto;
    background-color: #06c755;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    line-height: 56px;
    border: 5px solid #ffffff;
}
.clfix img{
    margin: 5px 5px 5px 0;
    width: 50px;
    height: 50px;
}
.clfix a{
    text-decoration: none;
    color: #fff;
}
.clfix p{
    text-align: center;
    color: #fff;
}
/* ついてくるボタン ここまで */

@media screen and (min-width:960px) {

    .box_contact .box_in {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box_contact .tel {
        float: right;
        width: 50%;
    }

    .box_contact.only_tel .tel {
        float: none;
        width: 100%;
    }

}

@media screen and (max-width:480px) {
    .box_contact .btn a {
        font-size: 18px;
    }

    .box_contact .tel a {
        font-size: 24px;
    }
}

/*-----トップへ戻るボタン------*/

.to_top {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 200;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.to_top a {
    text-decoration: none;
    color: #1955a6;
    text-align: center;
    display: block;
    font-size: 10px;
    background-color: #ffffff;
    padding: 29.5px;
    width: 26px;
    font-size: 26px;
    line-height: 30px;
}

/*.to_top a:hover {
background-color: #0085B2;
}*/

/*
フッター
-------------------------------------------*/

footer {
    background-color: #ff91af;
    color: #FFF;
    clear: both;
    width: 100%;
    display: block;
    padding-bottom: 89px;
}

footer ul.f_bn {
    text-align: center;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #006384;
    background-color: rgba(0, 69, 91, 0.2);
}

footer .f_bn li {
    display: inline;
}

footer .f_bn li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px;
    text-decoration: none;
    color: #FFF;
    margin-left: 10px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 10px;
}

footer .f_bn li a:hover {
    background-color: #0085B2;
}

footer .f_bn li a i {
    padding-right: 5px;
    font-size: 200%;
}


footer ul.f_list {
    display: block;
    text-align: center;
    padding-top: 20px;
}

footer ul.f_list li {
    display: inline-block;
    padding: 10px;
}

footer ul.f_list li a {
    text-decoration: none;
    color: #242424;
    display: block;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
}

footer ul.f_list li li a {
    padding-left: 27px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
}

footer ul.f_list li a:hover {
    opacity: 0.5;
}

footer ul.f_list li li a::before {
    content: "・";
    position: absolute;
    top: 2px;
    left: 9px;
}


address {
    font-size: 10px;
    font-style: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    clear: both;
    color: #1D1B2C;
    font-size: 12px;
    font-weight: bold;
}
address a{
    text-decoration: none;
    color: #1D1B2C;
    font-size: 12px;
    font-weight: bold;
}
address a:hover{
    color: #1D1B2C;
    opacity: 0.8;
}

footer .box_pr {
    clear: both;
    width: 100%;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 10px;
    color: #C0D2D8;
    background-color: #006384;
    background-color: rgba(0, 69, 91, 0.2);
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #00455B;
    letter-spacing: 1px;
}

.box_pr ul li {
    display: inline;
    padding: 5px;
}

.box_pr ul li a {
    color: #C0D2D8;
}

.company_wrap {
    max-width: 1200px;
    width: 100%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
}
footer .cont_wrap{
    margin-bottom: 0;
}
/*
各種テーブル
-------------------------------------------*/
.content table.table_01 {
    width: 96%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    border: solid 1px #ff91af;
}

.content table.table_01 th,
.content table.table_01 td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ff91af;
    padding: 20px;
}

.content table.table_01 th {
    font-size: 16px;
    white-space: nowrap;
    letter-spacing: 1px;
    width: 33%;
    border-right: 1px solid #ff91af;
    background-color: #ffe6ec;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.content table.table_01 td {
    font-size: 14px;
    line-height: 30px;
}

.content table.table_02 {
    width: 96%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 820px;
}

.content table.table_02 th,
.content table.table_02 td {
    padding: 20px;
    border: 1px dotted #BAB4A9;
}

.content table.table_02 th {
    font-size: 18px;
    white-space: nowrap;
    letter-spacing: 1px;
    color: #222;
}

.content table.table_02 td {
    font-size: 16px;
    line-height: 30px;
    background-color: #F4F3F2;
}


.content table.table_02 .tr_gr th {
    background-color: #E0DDD8;
}

.content table.table_02 .tr_gr td {
    background-color: #EBE9E6;
}

.content table.table_02 td .price {
    font-size: 150%;
    white-space: nowrap;
    color: #006384;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}


.small {
    font-size: 80%;
    color: #666;
}

.chui {
    color: #F00036;
}


.table_01 th span {
    font-size: 12px;
    color: #CCC;
}


/*
FAQ
-------------------------------------------*/

/* .content dl.faq {
margin-bottom: 30px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCC;
} */
.faq {
    background-color: #fff;
}

.faq p {
    font-size: 18px;
    font-weight: 600;
}

.content dl.faq dt {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    /* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; */
    margin: 10px 0;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 50px;
    background-color: #ff91af;
    color: #FFF;
    background-image: url(../img/bg_03.png);
}

.content dl.faq dt span {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #1955a6;
    text-align: center;
    display: block;
    width: 50px;
    padding-top: 10px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 10;
}

.content dl.faq dt span::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -3px;
    margin-left: -12px;
    border-right: 12px solid transparent;
    border-top: 20px solid #1955a6;
    border-left: 12px solid transparent;
    z-index: -10;
    transform: rotate(-40deg);
}

.content dl.faq dd {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    line-height: 1.6;
}

/*
囲みボックス
-------------------------------------------*/
.box30 {
    width: 70%;
    margin: 2em auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box30 .box-title {
    font-size: 1.5em;
    background: #ff91af;
    padding: 14px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box30 p {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 30px 30px;
    margin: 0;
}

p span1 {
    font-size: 1.5rem;
    font-weight: 600;
}

p span2 {
    font-size: 1.2rem;
    font-weight: 600;
}

p span3 {
    font-weight: 600;
    background: linear-gradient(transparent 70%, rgb(255 138 156 / 71%) 70%);
}

p span4 {
    font-size: 1.7rem;
    font-weight: 600;
    background: linear-gradient(transparent 70%, rgba(248, 241, 63, 0.71) 70%);
}

/*
グーグルマップ
-------------------------------------------*/

.g_map_base {
    background-color: #E2E0DC;
    padding: 20px;
}

.g_map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
実績一覧
-------------------------------------------*/
ul.works_list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.works_list li {
    width: 23%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.works_list li .works_icon {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    background-color: #D11444;
    z-index: 50;
}

ul.works_list li a {
    display: block;
    padding: 20px;
    background-color: #F4F3F0;
    text-decoration: none;
    color: #333;
    border: 1px solid #DDDAD5;
}

ul.works_list li a img {
    width: auto;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

ul.works_list li a:hover img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    -webkit-filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    -ms-filter: brightness(1.3);
    filter: brightness(1.3);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.works_list li a span {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

ul.works_list li a span.mask {
    display: block;
    width: auto;
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding-top: 0px;
}

ul.works_list li a:hover {
    color: #000;
    background-color: #FFF;
}

/*
トップピックアップバナー
-------------------------------------------*/

.pickup {
    padding-bottom: 15px;
}

.pickup ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1400px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pickup ul li {
    width: 24%;
    position: relative;
    text-decoration: none;
    display: block;
    background-color: white;
}

.pickup ul li a {
    text-decoration: none;
    display: block;
    background-color: white;
}

.pickup ul li a:hover {
    background-color: #FFF;
}

.pickup ul li a .pu_icon {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #0085B2;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.pickup ul li a .pu_icon.cl_02 {
    background-color: #D11444;
}

.pickup ul li .pu_title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #111;
    border-top-width: 8px;
    padding-top: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #A49F8E;
    padding-bottom: 10px;
}

.pickup ul li a .pu_title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    color: #111;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    border-top-width: 8px;
    padding-top: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #A49F8E;
    padding-bottom: 10px;
}

.pickup ul li a:hover .pu_title {
    border-top-color: #543D98;
}

.pickup ul li p {
    font-size: 20px;
    color: #ff0000;
    font-weight: 600;
    text-align: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    line-height: 1.3;
}

.pickup ul li a p {
    font-size: 20px;
    color: #ff0000;
    font-weight: 600;
    text-align: center;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.pickup ul li img {
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.pickup ul li a img {
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
    filter: brightness(0.8);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.pickup ul li a:hover img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
}
/* 買取とは */
.kaitori_about{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.kaitori_about .m-img{
    width: 50%;
}
.kaitori_about .item{
    width: 50%;
}
.kaitori_about .item p{
    font-size: 20px;
}
/* 買取とは */

@media screen and (min-width:960px) {
    body {
        font-size: 16px;
    }

    .sm-slider,
    .sm-slider::after {
        top: 100px !important;
    }

    /*
    ヘッダー
    -------------------------------------------*/
    header {
        height: 90px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        position: fixed;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }


    header h1 a img {
        top: 15px;
        left: 10px;
    }

    header .h_btn a {
        width: 240px;
        top: 15px;
        right: 10px;
        line-height: 45px;
        padding: 5px;
        font-size: 18px;
        font-weight: bold;
    }

    header .h_tel a {
        top: 10px;
        right: 190px;
        line-height: 38px;
        padding-top: 4px;
    }

    .menu_btn,
    .btn_close {
        display: none;
    }

    /*
    PCグローバルナビ
    -------------------------------------------*/
    #g_navi {
        width: 98%;
        padding-left: 2%;
        display: none;
        height: 50px;
        position: absolute;
        z-index: 1000;
        left: 0px !important;
        bottom: 0px;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
    }

    #g_navi ul.navi_base {
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #g_navi ul li {
        display: inline;
    }

    #g_navi li a {
        width: 16%;
        padding-top: 15px;
        height: 35px;
        display: block;
        color: #CCC;
        text-decoration: none;
        text-align: center;
        line-height: 20px;
        position: relative;
        float: left;
    }

    #g_navi li a::before {
        display: block;
        height: 2px;
        position: absolute;
        top: 2px;
        width: 50%;
        left: 25%;
        background-color: #000;
        content: '';
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    #g_navi li a:hover::before {
        background-color: #147299;
        top: 0px;
        width: 70%;
        left: 15%;
    }

    #g_navi li a:hover,
    #g_navi li a.active,
    #g_navi ul li:hover > a {
        color: #FFF;
    }

    #g_navi ul li:hover > a.ac_menu,
    #g_navi li a.ac_menu:hover {
        position: relative;
    }

    #g_navi li a.ac_menu::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -15px;
        border-right: 15px solid transparent;
        border-bottom: 20px solid #000;
        border-left: 15px solid transparent;
        z-index: 300;
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        transition: 0.2s linear;
    }

    #g_navi ul li:hover > a.ac_menu::after,
    #g_navi li a.ac_menu:hover::after {
        border-bottom: 20px solid #345;
    }

    #g_navi ul li div {
        position: absolute;
        z-index: 2000;
        top: 50px;
        left: 0px;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        width: 100%;
        height: auto;
        background-color: #292929;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #g_navi ul li ul {
        width: 96%;
        padding-left: 2%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

    #g_navi li ul li a {
        width: 21%;
        padding-left: 3%;
        padding-top: 14px;
        padding-bottom: 12px;
        line-height: 22px;
        height: auto;
        color: #DDD;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 1%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    #g_navi li ul li a::after {
        content: "+";
        color: #DDD;
        position: absolute;
        display: block;
        left: 15px;
        top: 14px;
        font-size: 9px;
    }

    #g_navi li ul li a:hover::after {
        color: #FFF;
    }

    #g_navi ul li ul li a:hover {
        color: #FFF;
        background-color: #147299;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
    }

    #g_navi li li a::before {
        display: none;
    }

    #g_navi ul li:hover div {
        visibility: visible;
        opacity: 1;
    }

    #g_navi div.ac_list {
        display: block !important;
    }


    header.fixed #g_navi {
        height: 40px;
    }

    header.fixed #g_navi ul li div {
        top: 40px;
    }

    header.fixed #g_navi li a {
        padding-top: 10px;
        height: 30px;
    }

    header.fixed #g_navi li ul li a::after {
        top: 9px;
    }

    header.fixed #g_navi li ul li a {
        padding-top: 9px;
        height: 22px;
    }

    /*
    サブトップ
    -------------------------------------------*/
    #sub_top.faq {
        background-image: url(../img/sub_top_faq.jpg);
    }

    #sub_top.works {
        background-image: url(../img/sub_top_works.jpg);
    }

    #sub_top.contact {
        background-image: url(../img/sub_top_contact.jpg);
    }

    #sub_top.company {
        background-image: url(../img/sub_top_company.jpg);
    }

    #sub_top.sample {
        background-image: url(../img/sub_top_sample.jpg);
    }

    .no_pc {
        display: none;
    }

}

/*(/960～)*/


@media screen and (min-width:1200px) {
    header .h_btn a {
        right: 50%;
        margin-right: -600px;
    }

    header .h_tel a {
        right: 50%;
        margin-right: -400px;
    }

    header h1 a img {
        left: 50%;
        margin-left: -600px;
    }

}

/*(/1200～)*/



@media screen and (min-width:1600px) {
    .sp-horizontal .sp-previous-arrow {
        left: 50% !important;
        margin-left: -750px;
    }

    .sp-horizontal .sp-next-arrow {
        right: 50% !important;
        margin-right: -750px;
    }


}

/*(/1600～)*/

@media screen and (max-width:960px) {

    body {
        font-size: 16px;
    }

    img {
        height: auto;
        width
        /***/
        : auto;
        margin-left: auto;
        margin-right: auto;
    }

    .content h4 {
        margin-right: 10px;
        margin-left: 10px;
    }

    ul.works_list li {
        width: 32%;
    }

    #top_slide {
        padding-top: 50px;
    }

    #sub_top {
        height: 80px;
        padding-top: 100px;
        letter-spacing: 0.5em;
        font-size: 18px;
    }

    .img_center {
        margin-top: 0;
    }


    /*
    メニューボタン
    -------------------------------------------*/

    .menu_btn {
        display: block;
        height: 30px;
        width: 40px;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        position: fixed;
        z-index: 5000;
        top: 5px;
        right: 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .menu_btn:hover {
        cursor: pointer;
    }

    .menu_btn span {
        width: 28px;
        height: 2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 45%;
        margin-left: -14px;
        background-color: #ff91af;
    }

    .menu_btn span {
        transition: all 0.3s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    .menu_btn span.top {
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
    }

    .menu_btn span.bottom {
        transform: translateY(8px);
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
    }

    .menu_btn:hover span.top {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
    }

    .menu_btn:hover span.bottom {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
    }

    .menu_btn.opened span {
        background-color: #ffffff;
    }

    .menu_btn.opened span.middle {
        background: rgba(255, 255, 255, 0);
        transform: translateX(30px);
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
    }

    .menu_btn.opened span.top {
        transform: rotate(-45deg) translateY(0px);
        -webkit-transform: rotate(-45deg) translateY(0px);
        -moz-transform: rotate(-45deg) translateY(0px);
    }

    .menu_btn.opened span.bottom {
        transform: rotate(45deg) translateY(0px);
        -webkit-transform: rotate(45deg) translateY(0px);
        -moz-transform: rotate(45deg) translateY(0px);
    }

    /*
    グローバルナビ
    -------------------------------------------*/
    #g_navi {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        display: none;
        padding-top: 50px;
        overflow: auto;
        z-index: 3000;
        background-color: #ff91af;
        font-size: 14px;
        letter-spacing: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #g_navi ul {
        display: block;
        margin: 0px;
        padding: 0px;
        clear: both;
    }

    #g_navi ul li {
        margin-bottom: 1px;
    }

    #g_navi ul li a {
        color: #151515;
        text-decoration: none;
        text-align: center;
        display: block;
        padding-top: 16px;
        padding-right: 30px;
        padding-bottom: 14px;
        padding-left: 20px;
        line-height: 22px;
        vertical-align: middle;
        background-color: rgba(247, 247, 247, 0.87);
    }

    #g_navi ul li a:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    body.fixed {
        overflow: hidden;
    }

    /*
    アコーディオン
    --------------------------------------------------*/


    #g_navi ul li a.ac_menu {
        position: relative;
        background-image: none;
    }

    #g_navi ul li a.ac_menu::after {
        font-size: 11px;
        display: block;
        height: 20px;
        width: 20px;
        content: "▼";
        text-align: center;
        line-height: 20px;
        position: absolute;
        top: 16px;
        right: 10px;
        color: #ffffff;
    }

    #g_navi ul li a.ac_menu.active {
        color: #DEF;
    }

    #g_navi ul li a.ac_menu.active::after {
        content: "▲";
    }

    #g_navi div.ac_list {
        display: none;
    }

    #g_navi ul li ul li a::before {
        content: "・";
        padding-right: 5px;
        color: #DEF;
    }

    /*
    メニューシャドウ
    -------------------------------------------*/
    .bg_bl {
        background-color: #000;
        height: 100%;
        width: 100%;
        opacity: 0.80;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
        display: block;
        position: fixed;
        z-index: 2000;
    }


    /*
    ヘッダー
    -------------------------------------------*/
    .sm-slider,
    .sm-slider::after {
        top: 50px !important;
    }

    header {
        height: 52px;
    }

    header h1 a img {
        top: 5px;
        left: 5px;
        height: 40px;
    }

    header .h_btn a {
        width: 160px;
        top: 5px;
        right: 55px;
        line-height: 35px;
        padding-top: 1px;
        font-size: 12px;
    }

    header .h_btn a img {
        max-width: 35px;
    }

    header .h_tel a {
        top: 10px;
        right: 200px;
        line-height: 29px;
        padding-top: 1px;
        font-size: 12px;
    }

    header .h_menu {
        display: none;
    }

    header #info {
        display: none;
    }

    /*
    サブトップ
    -------------------------------------------*/

    #sub_top.faq {
        background-image: url(../img/sub_top_faq_sp.jpg);
    }

    #sub_top.works {
        background-image: url(../img/sub_top_works_sp.jpg);
    }

    #sub_top.contact {
        background-image: url(../img/sub_top_contact_sp.jpg);
    }

    #sub_top.company {
        background-image: url(../img/sub_top_company_sp.jpg);
    }

    #sub_top.sample {
        background-image: url(../img/sub_top_sample_sp.jpg);
    }

    #top_slide .top_catch {
        font-size: 40px;
    }

    .content h3 {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }

    .no_sp {
        display: none;
    }

    /* ついてくるボタン ここから */
    .clfix .btn{
        width: 80%;
    }
    /* ついてくるボタン ここまで */
}

/*(/～960)*/


@media screen and (max-width:640px) {

    .top_base {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin-left: 0px;
        margin-top: 0px;
    }

    #top_slide .top_catch {
        font-size: 30px;
        top: 40%;
    }

    #top_slide .top_catch span {
        font-size: 33%;
    }


    #top_slide .slide_btn a {
        font-size: 14px;
        bottom: 20%;
        line-height: 30px;
        width: 220px;
        margin-left: -110px;
    }

    .pickup ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .pickup ul li a img {
        max-height: 100px;
        -webkit-filter: brightness(1.0);
        -moz-filter: brightness(1.0);
        -ms-filter: brightness(1.0);
        filter: brightness(1.0);
    }


    header h1 a img {
        top: 10px;
        height: 30px;
    }

    header .h_btn a {
        width: 50px;
        top: 11px;
        right: 10px;
        font-size: 18px;
        border-top-style: none !important;
        border-bottom-style: none !important;
        border-right-style: none !important;
        border-left-style: none !important;
        display: none;
    }

    header .h_tel a {
        width: 50px;
        font-size: 18px;
        right: 95px;
    }

    header .h_tel a span,
    header .h_btn a span {
        display: none;
    }


    .content {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .content p {
        margin-bottom: 20px;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }

    ul.works_list {
        padding: 10px;
    }

    ul.works_list li {
        width: 48%;
    }

    ul.works_list li a {
        padding: 10px;
    }

    .img_left,
    .img_right {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .box_contact p {
        font-size: 14px;
    }

    ul.f_bn li a span {
        display: none;
    }

    footer .f_bn li a i {
        padding-right: 0px;
    }

    footer .cont_wrap {
        display: none;
    }

    .content .btn a {
        font-size: 22px;
        max-width: 440px;
    }
}

/*(/～640)*/

@media screen and (max-width:460px) {

    input,
    textarea {
        max-width: 300px !important;
    }

    .content table.table_01 th,
    .content table.table_01 td {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-right: 1px solid #ff91af;
    }

    .content table.table_01 th {
    }


    #sub_top {
        height: 60px;
        padding-top: 80px;
        font-size: 16px;
    }

    .content h2 {
        font-size: 24px;
    }

    .content .btn a {
        font-size: 19px;
        width: 96%;
    }

    .content .btn a img {
        max-width: 45px;
    }
}

/*(/～460)*/


/*
エフェクト
-------------------------------------------*/
.effect {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transition: 1.0s ease-out;
    -moz-transition: 1.0s ease-out;
    transition: 1.0s ease-out;
}

.effect.d_02 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.effect.d_04 {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.effect.d_06 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.effect.d_08 {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.effect.start {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}

.effect p {
    margin-bottom: 0;
}


.content p.check {
    color: #F00036;
}

.content p.p_st {
    font-size: 20px;
    color: #CA28B1;
}

.arrow_tbm {
    text-align: center;
    margin-top: -1px;
    padding-bottom: 10px;
}


@media screen and (max-width:640px) {

    .to_top {
        bottom: 60px;
    }

    footer {
        padding-bottom: 60px;
    }

}

.content .box_att {
    margin-top: 30px;
}

.content .box_att h2 {
    font-weight: normal;
    font-size: 24px;
    color: #0F688B;
}

.content .box_att p {
    font-size: 14px;
    margin: 0px;
    color: #0F688B;
}


.top-sp {
    display: none;
}

@media screen and (max-width:680px) {
    .top-pc {
        display: none;
    }

    .top-sp {
        display: block;
        margin-top: 30px;
    }
}

@media screen and (max-width:480px) {
    /* header */
    header{
        height: 55px;
    }
    header h1 a img {
        height: 37px;
    }
    .menu_btn{
        height: 37px;
        width: 40px;
    }
    .menu_btn span{
        width: 40px;
        height: 4px;
        margin-left: -20px;
    }
    .menu_btn span.top{
        transform: translateY(-12px);
        -webkit-transform: translateY(-12px);
        -moz-transform: translateY(-12px);
    }
    .menu_btn span.bottom {
        transform: translateY(12px);
        -webkit-transform: translateY(12px);
        -moz-transform: translateY(12px);
    }
    /* header */
    .cont_wrap{
        margin-bottom: 20px;
    }
    /* 取り扱い商品 */
    .pickup ul li{
        height: 100%;
    }
    .pickup ul li:last-of-type{
        margin-bottom: 0;
    }

    .pickup ul li img{
        height: 200px;
    }
    /* 取り扱い商品 */
    .top-sp{
        padding-bottom: 0;
        margin-top: 0px;
    }
    /* h2 */
    .cont_wrap:first-of-type h2{
        margin-top: 0;
    }
    .content h2{
        padding: 15px 0;
        margin: 0 0 20px 0;
    }
    /* h2 */
    /* お客様の声 */
    .box30 {
        width: 95%;
    }

    .box30 .box-title {
        font-size: 1.3em;
        background: #ff91af;
        padding: 14px;
        text-align: center;
        color: #000000;
        font-weight: bold;
        letter-spacing: 0.05em;
    }

    .box30 p {
        font-size: 1rem;
        font-weight: 500;
        padding: 10px 14px;
        margin: 0;
    }
    .box30 p span1{
        font-size: 1.2rem;
    }
    .box30 p span2{
        font-size: 1rem;
        margin-left: 5px;
    }
    /* お客様の声 */

    .content dl.faq dt {
        font-size: 20px;
    }
    .content dl.faq dd {
        font-size: 18px;
        padding-top: 0;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        line-height: 1.6;
    }
    .content dl.faq dd p{
        font-size: 18px;
        margin-top: 0;
        padding-top: 0;
    }
    .content dl.faq dt span {
        font-size: 20px;
        width: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: 30px;
        top: -5px;
        left: 5px;
        z-index: 10;
    }
    .faq_block{
        margin-bottom: 0;
    }
    /* faq */
    /* ついてくるボタン ここから */
    .clfix{

    }
    .clfix .btn{
        width: 92%;
    }
    .clfix img{
        margin: 0 5px 7px 0;
        width: 40px;
        height: 40px;
        vertical-align: bottom;
    }
    .clfix a{
        font-size: 18px;
    }
    .clfix p{
    }
    /* ついてくるボタン ここまで */
    .to_top{
        bottom: 95px;
    }
    .to_top a{
        padding: 15px;
    }
    footer{
        padding-bottom: 89px;
        background-color: #FFF;
    }
    address{
        background-color: #ff91af;
    }
    /* 買取とは */
    .kaitori_about{
        flex-direction: column;
        justify-content: center;
    }
    .kaitori_about .m-img{
        width: 95%;
    }
    .kaitori_about .item{
        width: 100%;
    }
    .kaitori_about .item p{
        font-size: 16px;
        margin-top: 0;
        padding-top: 0;
    }
    /* 買取とは */

    /*ヘッダー下流れる文字
    -------------------------------------------*/
    .marquee-text {
        font-size: 1em;
        font-weight: 500;
        display:inline-block;
        padding-left: 100%;
        white-space: nowrap;
        animation: marquee 20s linear infinite;
    }
}
