/*
Theme Name: negoro-web
Description: 株式会社ねごろ
Theme URI: https://www.negoro-web.com/
Version: 1.0
License: negoro-web
License URI: https://www.negoro-web.com/
*/

@charset "UTF-8";

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

リセット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,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

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

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

del {
    text-decoration: line-through;
}

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

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

img {
    vertical-align: top;
}

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

input,
select {
    vertical-align: middle;
}


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

body設定(主に書式)

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

body {
    font-family: "メイリオ", Meiryo, "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #222;
    line-height: 1.8;
    background: #FFF;
    letter-spacing: 0.06em;
}


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

ページ共通

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

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


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

}


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

フォント指定

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

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

h1 {
    color: #333;
    font-weight: bold;
    font-size: 3.0rem;
}

h2 {
    color: #333;
    font-weight: bold;
    font-size: 2.6rem;
}

h3 {
    color: #FFF;
    font-weight: bold;
    font-size: 2.0rem;
}

.gothic {
    letter-spacing: 0.09em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: bold;
}

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

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

    h1 {
        font-size: 2.4rem;
        line-height: 1.5;
    }

    h2 {
        font-size: 2.0rem;
        line-height: 1.5;
    }

    h3 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
}


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

リンク指定

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

a:link,
a:visited {
    font-weight: normal;
    color: #222;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover,
a:active {
    font-weight: normal;
    color: #DA0500;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}


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

オンマウス時のアクション

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

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

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


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

pcヘッダー

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

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

    header {
        width: 100%;
    }

    .pc_header_box {
        position: relative;
        width: 100%;
        height: 140px;
        padding: 0 calc((100% - 1040px) / 2);
        border-top: 3px solid #222;
    }

    .header_logo_area {
        position: absolute;
        width: 180px;
        height: 89px;
        top: 22px;
        left: calc(50% - 90px);
    }

    .header_content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 17px;
        padding-top: 40px;
        background: url(images/header_content_bg01.jpg) top left no-repeat, url(images/header_content_bg02.jpg) top right no-repeat;
    }

    .header_content_left {
        display: flex;
        justify-content: space-between;
        width: 280px;
    }

    .header_ad_banner {
        margin-top: 9px;
    }

    .header_content_right {
        display: flex;
        justify-content: space-between;
        width: 295px;
        margin-top: 6px;
    }

    .header_contact_banner {
        margin-top: 6px;
    }
}

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

spヘッダー・spナビ

*****************************************/
@media screen and (max-width:767px) {
    img {
        width: 100%;
        height: auto;
    }

    header {
        display: block;
        width: 100%;
        position: relative;
        z-index: 0;
    }

    .pc_header_box {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        padding: 15px;
    }

    .logo {
        width: 120px;
    }

    .logo img {
        display: block;
    }

    .header_content {
        display: none;
    }

    #toggle {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 50px;
        height: 45px;
        cursor: pointer;
        z-index: 9999;
        background: #000;
        padding: 10px;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 4px;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    #toggle span:first-child {
        top: 0;
    }

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

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

    .open_navi #toggle {
        position: fixed;
    }

    .open_navi #toggle span:first-of-type {
        -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: url(images/sitemap_bg-sp.png) no-repeat bottom center rgba(0, 0, 0, 0.9);
        z-index: 999;
        transform: translateX(100%);
        transition: 0.7s ease-in-out;
        padding: 6%;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.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: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    #sp_navi .menu {
        padding: 40px 0;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        border-bottom: #666 1px solid;
        cursor: pointer;
        color: #FFF;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: 0.09em;
        font-family: "游ゴシック体",
            YuGothic,
            "游ゴシック Medium",
            "Yu Gothic Medium",
            "游ゴシック",
            "Yu Gothic",
            "メイリオ",
            sans-serif;
    }

    #sp_navi .menu .menu-item a {
        font-weight: 700;
        font-size: 1.6rem;
        position: relative;
    }

    #sp_navi .menu .menu-item a::before {
        content: "";
        width: 12px;
        height: 2px;
        background: linear-gradient(90deg, #EC8280 0%, #EC8280 50%, #D90500 50%, #D90500 100%);
        position: absolute;
        top: 26px;
        left: 0;
    }

    #sp_navi .menu .menu-item-home {
        /* border-top: #666 1px solid; */
    }

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

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

    #sp_navi .sub-menu {
        width: 100%;
        display: none;
        margin-bottom: 20px;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        border: none !important;
        margin-bottom: 5px !important;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #FFF;
        background-color: rgba(255, 255, 255, 0.2);
        font-weight: 400 !important;
        font-size: 1.4rem !important;
    }

    #sp_navi .sub-menu li a::before {
        content: none !important;
    }

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

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

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

    /* #sp_navi .menu-item-has-children:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0;
        border-top: solid 3px #BBB;
        border-right: solid 3px #ddd;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.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: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top: 22px;
    } */

    /* +- */
    #sp_navi .menu-item-has-children:before,
    #sp_navi .menu-item-has-children:after {
        position: absolute;
        content: '';
        background: #DB0500;
        transition: 0.2s ease-in-out;
    }

    #sp_navi .menu-item-has-children:before {
        top: 20px;
        right: 14px;
        width: 1px;
        height: 18px;
    }

    #sp_navi .menu-item-has-children:after {
        top: 29px;
        right: 5px;
        width: 18px;
        height: 1px;
    }

    #sp_navi .menu-item-has-children.menu_open:before {
        transform: rotate(-90deg);
        transition: 0.2s ease-in-out;
    }

    /* ---- */

    #g_navi,
    .pc_header_description {
        display: none;
    }

    #sp_navi .sp_navi_info {
        text-align: center;
        color: #fff;
    }

    #sp_navi .nav_logo {
        width: 120px;
    }

    #sp_navi .footer_contact .footer_dial {
        width: 260px;
        margin: 0 auto 10px;
    }

    #sp_navi .footer_number {
        margin-bottom: 20px;
    }

    #sp_navi .footer_number p,
    #sp_navi .footer_number a {
        font-size: 1.3rem;
        text-decoration: none;
        font-weight: 700;
        color: #fff;
    }

    #sp_navi .footer_number p span,
    #sp_navi .footer_number a span {
        font-size: 1.7rem;
    }
}

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

pc用 横ナビ

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

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

    #sp_navi,
    #toggle {
        display: none;
    }

}

#g_navi {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc((100% - 1036px) / 2);
    border-top: 1px solid #CCC;
    border-bottom: 3px solid #DB0500;
}

#g_navi .menu {
    *zoom: 1;
    width: 100%;
    list-style-type: none;
    margin: 0 auto;
}

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

#g_navi .menu:after {
    clear: both;
}

#g_navi .menu li {
    position: relative;
    width: 148px;
    float: left;
    text-align: center;
    line-height: 0;
}

#g_navi .menu li a {
    display: block;
    padding: 0;
    margin: 0;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

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

#g_navi .menu li ul li {
    width: 100%;
}

#g_navi .menu li ul li a {
    width: 148px;
    padding: 13px 2px;
    border-top: 1px solid #E96966;
    font-size: 1.4rem;
    line-height: 1.5;
    background: #DB0500;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    opacity: 0.95;
    filter: alpha(opacity=95);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

#g_navi .menu li ul li a:hover {
    background: #B30400;
    color: #FFF;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

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

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


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

ティーザー

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

/* TOPスライダー共通 */

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

@media print,
screen and (min-width: 768px) {
    #slider-sp {
        display: none;
    }

    #slider-pc {
        position: relative;
        width: 100%;
        height: 700px;
        overflow: hidden;
        margin: 0 auto 80px;
    }

    #slider-pc .metaslider {
        position: absolute;
        width: 1920px !important;
        height: auto;
        top: 0;
        left: calc(50% - 960px);
    }

    .teaser {
        text-align: center;
        width: 100%;
        height: 400px;
        margin: 0 auto 30px;
        padding: 175px calc((100% - 1040px) / 2) 0 calc(((100% - 1040px) / 2) + 500px);
        background: url(images/teaser_bg.jpg) top center no-repeat;
    }

    .teaser p {
        font-size: 3.6rem;
        font-weight: bold;
    }

    .teaser p:first-letter {
        color: #D90500;
    }
}

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

    #slider-pc {
        display: none;
    }

    #slider-sp {
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    #slider-sp img {
        width: 100%;
        height: calc(100svh - 60px);
        object-fit: cover;
        font-family: "object-fit: cover;";
    }

    #slider-sp::before {
        content: "";
        background: url(images/slider_sp-txt.png) no-repeat left top / contain;
        width: 358px;
        height: auto;
        aspect-ratio: 358/317;
        width: 68%;
        position: absolute;
        right: 0;
        bottom: 12px;
        z-index: 100;
    }

    .teaser {
        text-align: center;
        width: 100%;
        height: 360px;
        margin: 0 auto 20px;
        background: url(images/teaser_bg-sp.jpg) top center no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .teaser p {
        display: inline-block;
        font-size: 2.4rem;
        padding: 10px 40px;
        background-color: rgba(255, 255, 255, 0.85);
        margin-top: 60px;
    }

    .teaser p:first-letter {
        color: #D90500;
    }

}


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

content 共通設定

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

#contents {
    width: 100%;
    margin: 0 auto;
}

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

main#page_main {
    width: 1040px;
    margin: 0 auto 100px;
}

.breadcrumb_area {
    width: 100%;
    margin: 0 auto 20px;
    text-align: left;
}

.breadcrumb {
    width: 1040px;
    margin: 0 auto;
    padding: 5px 0;
}

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

.breadcrumb p a:link,
.breadcrumb p a:visited {
    color: #222;
    text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
    color: #DA0500;
    text-decoration: underline;
}

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

    .pc_none {
        display: none;
    }

}

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

    main#top_main {
        padding: 0 10px;
        margin: 40px auto;
    }

    main#page_main {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 40px;
    }

    .breadcrumb_area {
        padding: 0 10px;
    }

    .breadcrumb {
        width: 100%;
    }

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

    .sp_none {
        display: none;
    }

}


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

contentトップ用

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

/* 1カラム目 */
.top_box01 {
    text-align: center;
    margin-bottom: 100px;
    padding: 10px calc((100% - 1040px) / 2) 0;
    background: url(images/top_box01_bg.jpg) top center no-repeat;
}

.top_box01_tit {
    width: 100%;
    margin-bottom: 40px;
    font-size: 2.6rem;
}

.top_box01_tit span {
    color: #D90500;
    padding-bottom: 15px;
    border-bottom: 2px solid #DB0500;
}

.top_box01_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.top_box01_img img {
    width: 245px;
    height: auto;
    margin-right: 20px;
}

.top_box01_img img:nth-child(4) {
    margin-right: 0;
}

.top_box02 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 90px;
}

.top_box02_right {
    width: 52.08%;
    padding: 3.00% 5.21% 0;
}

.top_box02_tit {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 2.6rem;
    margin-bottom: 6.5%;
    padding: 5px 0 5px 60px;
    background: url(images/top_box02_tit.png) left center no-repeat;
}

.top_box02_tit span {
    color: #D80500;
    font-size: 3.6rem;
}

.top_box02_tit:after {
    content: "";
    flex-grow: 1;
    border-top: 1px solid #CCC;
    display: block;
    margin-left: 2rem;
}

.top_box02_content {
    background: url(images/top_box02_bg.jpg) bottom right no-repeat;
}

.top_box02_txt {
    margin-bottom: 7.5%;
}

.top_box02 figure {
    width: 47.92%;
}

.top_box02 figure img {
    width: 100%;
    height: auto;
}

.top_box03 {
    margin-bottom: 100px;
    padding: 0 calc((100% - 1040px) / 2);
}

.top_box03_tit {
    display: flex;
    color: #222;
    font-size: 2.6rem;
    align-items: center;
    margin-bottom: 30px;
    padding: 5px 0;
    background: url(images/top_box03_tit.jpg) center center no-repeat;
}

.top_box03_tit:before,
.top_box03_tit:after {
    content: "";
    flex-grow: 1;
    border-top: 1px solid #CCC;
    display: block;
}

.top_box03_tit:before {
    margin-right: 2rem;
}

.top_box03_tit:after {
    margin-left: 2rem;
}

.top_box03_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.top_box03_banner li {
    width: 500px;
    height: auto;
    margin: 0 40px 30px 0;
}

.top_box03_banner li:nth-child(2n) {
    margin-right: 0;
}

.top_box04 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.top_box04 figure {
    width: 47.92%;
}

.top_box04 figure img {
    width: 100%;
    height: auto;
}

.top_box05 {
    margin-bottom: 100px;
    padding: 0 calc((100% - 1040px) / 2);
}

.top_box06 {
    margin-bottom: 100px;
    padding: 0 calc((100% - 1040px) / 2);
}

.top_box06 .top_box06_innerr {
    display: flex;
    justify-content: space-between;
}

.top_box06 .top_box06_innerr li {
    width: 500px;
}

.top_box06 .top_box06_innerr li h3 {
    text-align: center;
    color: #fff;
    background: #222;
    padding: 5px;
    margin-bottom: 30px;
    font-size: 2rem;
}

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

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

    .top_box01 {
        margin-bottom: 40px;
        text-align: left;
        width: calc(100% + 20px);
        margin-left: -10px;
        padding: 0 10px;
    }

    .top_box01_tit {
        margin-bottom: 30px;
        font-size: 2.2rem;
        text-align: center;
    }

    .top_box01_tit span {
        padding-bottom: 5px;
    }

    .top_box01_img {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .top_box01_img img {
        width: 50%;
        margin: 0;
    }

    .top_box01_img img:nth-child(2n) {
        margin-right: 0;
    }

    .top_box02 {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .top_box02_right {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .top_box02_tit {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    .top_box02_tit span {
        font-size: 3.2rem;
        margin-bottom: 8px;
    }

    .top_box02_txt {
        margin-bottom: 20px;
    }

    .top_box02 figure {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .top_box03 {
        margin-bottom: 50px;
        text-align-last: left;
    }

    .top_box03_tit {
        font-size: 2.2rem;
        background-size: contain;
        margin-bottom: 15px;
    }

    .top_box03_tit:before {
        margin-right: 1.4rem;
    }

    .top_box03_tit:after {
        margin-left: 1.4rem;
    }

    .top_box03_banner {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        gap: 5px 2%;
    }

    .top_box03_banner li {
        width: 49%;
        margin: 0;
    }

    .top_box04 {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .top_box04 figure {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .top_box05 {
        margin-bottom: 40px;
    }

    .calendar_top {
        position: relative;
        padding-top: 100%;
    }

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

    .top_box06 {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ccc;
    }

    .top_box06 .top_box06_innerr {
        flex-direction: column;
        gap: 30px;
    }

    .top_box06 .top_box06_innerr li {
        width: 100%;
    }

    .top_box06 .top_box06_innerr li h3 {
        margin-bottom: 20px;
        font-size: 1.7rem;
    }
}

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

news トップ用

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

#news_box {
    width: 52.08%;
    padding: 0 5.21%;
}

.news_post {
    width: 100%;
    height: 430px;
    padding-right: 30px;
    background: url(images/top_box02_bg.jpg) bottom 0 right 80px no-repeat;
    overflow-y: scroll;
}

.news_list {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC;
}

.news_list_tit {
    margin-bottom: 10px;
    padding-left: 20px;
    color: #D80500;
    font-size: 1.6rem;
    background: url(images/news_list_tit.jpg) left center no-repeat;
}

.news_list_tit span {
    font-size: 1.4rem;
    margin-right: 10px;
}

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

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

    #news_box {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .news_post {
        height: 300px;
        margin-bottom: 25px;
        background: url(images/top_box02_bg.jpg) bottom 0 right 10px no-repeat;
    }

    .news_list_tit {
        font-size: 1.5rem;
        font-weight: 700;
        background-position: top 8px left 0;
    }

    .news_list_tit span {
        font-size: 1.3rem;
        display: block;
        line-height: 20px;
    }

    .news_list_txt p {
        font-size: 1.3rem;
        text-decoration: none;
    }

}




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

content下層用

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

/* 全ページ共通　フレックスボックス*/
.flex {
    display: flex;
    justify-content: space-between;
}

.flex_r {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.txt520 {
    width: 520px;
}

.txt640 {
    width: 640px;
}

.gray_bg {
    padding: 30px;
    background-color: #F2F2F2;
}

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

    .flex,
    .flex_r {
        flex-direction: column;
    }
}

.content_banner01 {
    width: 300px;
    margin: 0 auto;
}

.content_banner02 {
    display: flex;
    justify-content: space-between;
}

/* 2カラムコンテンツ */

.two_column01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.two_column01_list {
    width: 500px;
    height: auto;
    margin: 0 40px 40px 0;
}

.two_column01 .two_column01_list:nth-child(2n) {
    margin-right: 0;
}

.two_column01_list figure {
    margin-bottom: 10px;
}

.two_column01_list figure img {
    width: 100%;
    height: auto;
}

/* 3カラムコンテンツ */

.three_column_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.three_column_img figure {
    width: 320px;
    height: auto;
    margin: 0 40px 40px 0;
}

.three_column_img figure img {
    width: 100%;
    height: auto;
}

.three_column_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.three_column_list {
    position: relative;
    width: 320px;
    height: auto;
    margin: 0 40px 50px 0;
    padding-bottom: 50px;
}

.three_column_list figure {
    width: 320px;
    height: auto;
    aspect-ratio: 4/3;
    margin-bottom: 10px;
    overflow: hidden;
}

.three_column_list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

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

.three_column_post .detail_btn {
    position: absolute;
    width: 160px;
    height: 38px;
    bottom: 0;
    left: 0;
}

/* 別注品について */

.bespoke_goods_box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.bespoke_goods_box01 figure {
    width: 320px;
    height: 240px;
    margin: 0 40px 40px 0;
    overflow: hidden;
}

.bespoke_goods_box01 figure img {
    width: 100%;
    height: auto;
}

/* 通信販売について */

.arrow_img {
    width: 40px;
    margin: 0 auto 10px;
}

/* お知らせ */

.news_index_post_parts {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #999;
}

.news_index_post_parts .flex_r .txt640 {
    position: relative;
}

.news_index_post_parts .detail_btn {
    position: absolute;
    width: 245px;
    height: 50px;
    bottom: 0;
    right: 0;
}

.news_index_post_parts .flex_r figure {
    width: 340px;
    max-height: 280px;
    overflow: hidden;
}

.news_index_post_parts .flex_r figure img {
    width: 100%;
    height: auto;
}

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

    /* 3カラムコンテンツ */

    .three_column_img figure:nth-child(3n) {
        margin-right: 0;
    }

    .three_column_post .three_column_list:nth-child(3n) {
        margin-right: 0;
    }

    /* 別注品について */

    .bespoke_goods_box01 figure:nth-child(3n) {
        margin-right: 0;
    }

}

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

    .txt520,
    .txt640 {
        width: 100%;
        margin-bottom: 20px;
    }

    .gray_bg {
        padding: 20px;
    }

    .content_banner01 {
        width: 100%;
        margin: 0 auto;
    }

    /* 2カラムコンテンツ */

    .two_column01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }

    .two_column01_list {
        width: 49%;
        margin: 0 2% 2% 0;
    }

    /* 3カラムコンテンツ */

    .three_column_img figure {
        width: 49%;
        margin: 0 2% 2% 0;
    }

    .three_column_img figure:first-child{
        width: 100%;
        margin: 0 0 2% 0;
    }

    .three_column_img figure:nth-child(odd) {
        margin-right: 0;
    }

    .three_column_list {
        width: 49%;
        margin: 0 2% 20px 0;
        padding-bottom: 50px;
    }

    .three_column_post .three_column_list:nth-child(2n) {
        margin-right: 0;
    }

    .three_column_list figure {
        width: 100%;
        height: auto;
    }

    .three_column_txt {
        display: none;
    }

    .three_column_post .detail_btn {
        width: 100%;
        height: auto;
    }

    /* 別注品について */

    .bespoke_goods_box01 figure {
        width: 49%;
        height: auto;
        margin: 0 2% 2% 0;
    }

    .bespoke_goods_box01 figure:first-child{
        width: 100%;
        height: auto;
        margin: 0 0 2% 0;
    }

    .bespoke_goods_box01 figure:nth-child(odd) {
        margin-right: 0;
    }

    /* 会社概要 */

    .about_us_box01 figure {
        margin-bottom: 20px;
    }

    /* お知らせ */

    .news_index_post_parts {
        padding: 20px;
        border: 1px solid #CCC;
    }

    .news_index_post_parts .flex_r .txt640 {
        position: static;
        margin-bottom: 0;
    }

    .news_index_post_parts .detail_btn {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .news_index_post_parts .flex_r figure {
        display: none;
    }

    .address_btn {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 2%;
        flex-direction: inherit;
    }

    .address_btn .btn_box01 {
        width: 49%;
        margin-bottom: 0;
    }

    .calendar_content {
        position: relative;
        padding-top: 100%;
    }

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

    .bespoke_goods_txt {
        background: #F2F2F2;
        padding: 25px;
    }

    .content_banner02 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 2%;
    }

    .content_banner02 li {
        width: 32%;
    }

    .policy dt {
        text-align: center;
    }

    .policy dd {
        font-size: 1.3rem;
    }
}

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

single.php

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

#single_box img {
    max-width: 1040px;
    padding: 10px 0;
}

.nav-below {
    width: 100%;
    margin: 60px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 767px) {
    .nav-below {
        margin: 40px 0 0;
    }
}

.nav-below a {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    width: 100%;
    height: 100%;
    padding: 30px;
    transition: all 0.3s;
    color: #000;
    text-decoration: none;
}

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

.nav-below a:hover {
    background: #ccc;
}

.nav-below .next {
    width: 25%;
    border-right: 1px solid #000;
}

.nav-below .back {
    width: 50%;
}

.nav-below .prev {
    width: 25%;
    border-left: 1px solid #000;
}

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

    h1.single_headline {
        margin-bottom: 30px;
    }

    #single_box img {
        max-width: 100%;
        padding: 10px 0;
    }
}



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

投稿　pager設定

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

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

a.page-numbers,
.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;
}

.pager .current {
    background: rgba(0, 0, 0, 1);
    border: solid 1px rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}


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

    .pager {
        padding: 30px 0;
    }
}



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

sp_footer

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

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

    #pc_footer {
        display: none;
    }

    .sp_bana {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 999;
    }

    .sp_bana .sp_bana_parts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        width: calc(100% / 4);
        background: #DB0500;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .sp_bana .sp_bana_parts:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }

    .sp_bana .sp_bana_parts a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .sp_bana .sp_bana_parts span {
        position: relative;
        display: block;
        height: auto;
        padding-top: 30px;
        line-height: 1.4;
        text-align: center;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        color: #fff;
    }

    .sp_bana .sp_bana_parts span::after {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
        width: 100%;
        height: 30px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
    }

    .sp-tel::after {
        background-image: url(images/sp-tel.svg);
        background-size: 22px;
    }

    .sp-map::after {
        background-image: url(images/sp-map.svg);
        background-size: 22px;
    }

    .sp-contact::after {
        background-image: url(images/sp-contact.svg);
        background-size: 22px;
    }

    .sp-pagetop::after {
        background-image: url(images/sp-pagetop.svg);
        background-size: 20px;
    }

    .copyright {
        padding: 15px 0 75px;
        text-align: center;
        background: #000;
        color: #aaa;
        font-size: 1.2rem;
    }

    .sp_footer_content {
        padding: 0 10px 40px 10px;
        text-align: center;
        background: url(images/footer_bg-sp.png) no-repeat top center;
        background-size: cover;
        border-bottom: 1px solid #ccc;
    }

    .sp_footer_content .footer_logo {
        margin-bottom: 20px;
    }

    .sp_footer_content .footer_logo img {
        width: auto;
    }

    .sp_footer_content .footer_contact .footer_dial {
        width: 260px;
        margin: 0 auto 10px;
    }

    .sp_footer_content .footer_number {
        margin-bottom: 20px;
    }

    .sp_footer_content .footer_number p,
    .sp_footer_content .footer_number a {
        font-size: 1.3rem;
        text-decoration: none;
        font-weight: 700;
    }

    .sp_footer_content .footer_number p span,
    .sp_footer_content .footer_number a span {
        font-size: 1.7rem;
    }

    .sp_map {
        position: relative;
        height: auto;
        aspect-ratio: 4/3;
    }

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

    #sp_footer_navi {
        text-align: left;
        background: url(images/sitemap_bg-sp.png) no-repeat bottom center rgba(0, 0, 0, 0.9);
        padding: 26px 6% 40px;
    }

    #sp_footer_navi .menu .menu-item {
        width: 100%;
        border-bottom: #666 1px solid;
        cursor: pointer;
        color: #FFF;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: 0.09em;
        font-family: "游ゴシック体",
            YuGothic,
            "游ゴシック Medium",
            "Yu Gothic Medium",
            "游ゴシック",
            "Yu Gothic",
            "メイリオ",
            sans-serif;
    }

    #sp_footer_navi .menu .menu-item a {
        font-weight: 700;
        font-size: 1.6rem;
        position: relative;
    }

    #sp_footer_navi .menu .menu-item a::before {
        content: "";
        width: 12px;
        height: 2px;
        background: linear-gradient(90deg, #EC8280 0%, #EC8280 50%, #D90500 50%, #D90500 100%);
        position: absolute;
        top: 26px;
        left: 0;
    }

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

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

    #sp_footer_navi .sub-menu {
        width: 100%;
        display: none;
        margin-bottom: 20px;
    }

    #sp_footer_navi .sub-menu li {
        width: 100%;
        border: none !important;
        margin-bottom: 5px !important;
    }

    #sp_footer_navi .sub-menu li a {
        display: block;
        padding: 8px 20px;
        color: #FFF;
        background-color: rgba(255, 255, 255, 0.2);
        font-weight: 400 !important;
        font-size: 1.4rem !important;
    }

    #sp_footer_navi .sub-menu li a::before {
        content: none !important;
    }

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

    #sp_footer_navi .sub-menu li a:hover {
        color: #FFF;
        background: none;
    }

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

    /* +- */
    #sp_footer_navi .menu-item-has-children:before,
    #sp_footer_navi .menu-item-has-children:after {
        position: absolute;
        content: '';
        background: #DB0500;
        transition: 0.2s ease-in-out;
    }

    #sp_footer_navi .menu-item-has-children:before {
        top: 20px;
        right: 14px;
        width: 1px;
        height: 18px;
    }

    #sp_footer_navi .menu-item-has-children:after {
        top: 29px;
        right: 5px;
        width: 18px;
        height: 1px;
    }

    #sp_footer_navi .menu-item-has-children.menu_open:before {
        transform: rotate(-90deg);
        transition: 0.2s ease-in-out;
    }
}

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

pc_footer

*****************************************/
@media print,
screen and (min-width: 768px) {
    #sp_footer {
        display: none;
    }

    #pc_footer {
        position: relative;
    }

    .pagetop {
        display: none;
        position: fixed;
        z-index: 300;
        right: 0;
        bottom: 60px;
    }

    .pagetop a {
        margin-top: 10px;
        display: block;
    }

    .footer_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        width: 100%;
        padding: 60px calc((100% - 1040px) / 2);
        border-top: 1px solid #CCC;
    }

    .footer_logo {
        width: 180px;
        margin-right: 100px;
    }

    .footer_content {
        width: 480px;
    }

    .footer_contact {
        display: flex;
        justify-content: space-between;
        width: 295px;
        margin: 5px 0 14px;
    }

    .footer_contact_banner {
        margin-top: 5px;
    }

    .footer_tel {
        margin-bottom: 12px;
    }

    .footer_fax {
        margin: 0 0 12px 1px;
    }

    .footer_banner {
        width: 280px;
    }

    .footer_banner li:nth-child(1) {
        margin-bottom: 20px;
    }

    .copyright_area {
        text-align: center;
        padding: 10px 0;
        background-color: #DB0500;
    }

    .copyright_area p {
        color: #FFF;
        font-size: 1.4rem;
    }
}


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

sidebar/aside

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

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

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


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

タイトル

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

/* 下層ページ共通見出し */

.headline {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 0 5px 60px;
    color: #222;
    font-size: 2.6em;
    border-top: 2px solid #222;
    background: url(images/top_box02_tit.png) bottom left no-repeat;
}

.headline:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -2px;
    width: 9.61%;
    border-bottom: 2px solid #DB0500;
}

.subhead01 {
    color: #222;
    font-size: 2.0rem;
    margin-bottom: 20px;
    padding-left: 20px;
    background: url(images/subhead01.jpg) left top 15px no-repeat;
}

.subhead01:first-letter {
    color: #D90500;
}

.subhead02 {
    color: #D90500;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.subhead03 {
    color: #FFF;
    font-size: 2.0rem;
    margin-bottom: 20px;
    padding: 10px 10px 10px 30px;
    background: url(images/subhead03.jpg) 10px center no-repeat;
    background-color: #222;
}

.subhead04 {
    text-align: center;
    color: #222;
    font-weight: bold;
    font-size: 1.6rem;
}

.subhead05 {
    color: #D80500;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding: 5px 0 5px 10px;
    border-left: 2px solid #DB0500;
    border-bottom: 1px dotted #999;
}

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

    .headline {
        padding: 30px 0 0 45px;
        font-size: 2.2rem;
        background-size: 38px;
        background-position: top 30px left;
    }

    .subhead01 {
        font-size: 1.8rem;
        background: url(images/subhead01.jpg) left top 12px no-repeat;
    }

    .subhead02 {
        font-size: 1.7rem;
        margin-bottom: 10px;
    }

    .subhead03 {
        font-size: 1.8rem;
    }

    .subhead04 {
        font-size: 1.4rem;
    }

    .subhead05 {
        font-size: 1.4rem;
    }
}


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

共通div

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

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

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

    .mb50 {
        margin-bottom: 40px;
    }

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

    .sp_mb20 {
        margin-bottom: 20px;
    }

    .box_line {
        border-bottom: 1px dotted #666;
        display: block;
        margin-top: 20px;
    }

    .box_line02 {
        border-bottom: 1px dotted #666;
        display: block;
        margin-bottom: 20px;
    }
}

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

テーブル

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

.mail_order_table,
.about_us_table,
.commercial_table {
    width: 100%;
    border-collapse: collapse;
}

/* ご挨拶・こだわり */

.mail_order_table th {
    width: 36%;
    text-align: left;
    vertical-align: text-top;
}

.mail_order_table td {
    width: 64%;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: text-top;
}

/* 会社情報 */

.about_us_table tr {
    border-bottom: 1px dotted #999;
}

.about_us_table th {
    width: 29%;
    color: #777;
    padding: 10px 0;
    text-align: left;
    vertical-align: text-top;
}

.about_us_table td {
    width: 71%;
    padding: 10px 0;
    text-align: left;
    vertical-align: text-top;
}

/* 特定商取引に基づく表記 */

.commercial_table th {
    width: 29%;
    padding: 12px 20px;
    background-color: #F6F6F6;
    border: 1px solid #999;
    text-align: left;
    vertical-align: text-top;
}

.commercial_table td {
    width: 71%;
    padding: 12px 20px;
    background-color: #FFF;
    border: 1px solid #999;
    text-align: left;
    vertical-align: text-top;
}

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

    /* ご挨拶・こだわり */

    .mail_order_table th {
        display: block;
        width: 100%;
    }

    .mail_order_table td {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .about_us_table tr {
        border-bottom: none;
    }

    .about_us_table th {
        color: #222;
        background-color: #F6F6F6;
        border: 1px solid #999;
    }

    .about_us_table td {
        background-color: #FFF;
        border: 1px solid #999;
    }

    .about_us_table th,
    .commercial_table th {
        display: block;
        width: 100%;
        padding: 10px 13px;
        border-bottom: none;
    }

    .about_us_table td,
    .commercial_table td {
        display: block;
        width: 100%;
        padding: 10px 13px;
    }

    .about_us_table tr:not(:last-child) td,
    .commercial_table tr:not(:last-child) td {
        margin-bottom: 15px;
    }

}



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

P

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

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

@media print,
screen and (min-width: 768px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

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

.txt_center {
    text-align: center;
}

.txt_right {
    text-align: right;
}

.red {
    color: #D80500;
}

.font_size18 {
    font-size: 1.8rem;
}

.none {
    display: none;
}

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

ボタン

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

/* 黒枠ボタン */

.btn_box01 {
    position: relative;
    width: 245px;
    background: #FFF;
    border: 2px solid #222;
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box01 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0 10px 40px;
    color: #222;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01 a:hover {
    background: #222;
    color: #FFF;
}

.btn_box01 a:after {
    position: absolute;
    content: '';
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01 a:hover:after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

/* 赤ボタン */

.btn_box02,
.btn_box03 {
    position: relative;
    background: #DB0500;
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box02 {
    width: 300px;
}

.btn_box03 {
    width: 160px;
}

.btn_box02 a,
.btn_box03 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0 10px 40px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box02 a {
    font-size: 1.6rem;
    padding: 12px 0 10px 40px;
}

.btn_box03 a {
    font-size: 1.4rem;
    padding: 7px 0 5px 20px;
}

.btn_box02 a:hover,
.btn_box03 a:hover {
    background: #E6504C;
}

.btn_box02 a:after,
.btn_box03 a:after {
    position: absolute;
    content: '';
    top: 38%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box02 a:after {
    left: 15px;
}

.btn_box03 a:after {
    left: 2px;
}

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

    .btn_box01,
    .btn_box02,
    .btn_box03 {
        width: 86%;
        margin: auto;
    }

    .btn_box01 a,
    .btn_box02 a {
        padding: 12px 0 10px 30px;
        font-size: 1.5rem;
    }

    .btn_box01 a:after,
    .btn_box02 a:after {
        left: 10px;
        width: 6px;
        height: 6px;
    }

    .btn_box03 a {
        padding: 6px 0 6px 30px;
        font-size: 1.3rem;
    }

    .btn_box03 a:after {
        left: 10px;
        width: 6px;
        height: 6px;
    }
}

/* トップボタン */

.btn_top {
    width: 300px;
}

.btn_top a {
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    padding: 16px 10px 16px 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.3s;
    text-decoration: none;
    color: #fff;
    background: #DB0500;
    outline: 1px solid #ED827F;
    outline-offset: -3px;
    text-align: left;
}

.btn_top a::before {
    content: "";
    width: 20px;
    height: 6px;
    background: url(images/btn_arr.svg) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
}

.btn_top a:hover {
    background: #BD0400;
}

.btn_footer a {
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    padding: 17px 10px 17px 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.3s;
    text-decoration: none;
    color: #fff;
    background: #212121;
    outline: 1px solid #909090;
    outline-offset: -3px;
    text-align: left;
}

.btn_footer a::before {
    content: "";
    width: 20px;
    height: 6px;
    background: url(images/btn_arr.svg) no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
}

.btn_footer a:hover {
    background: #424242;
}

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

    .btn_top {
        width: 86%;
        margin: auto;
    }

    .btn_top a,
    .btn_footer a {
        font-size: 1.5rem;
    }
}

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

Contact Form7

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

.form_row {
    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: 330px;
}

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

.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 #aaa;
    background-color: #aaa;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 10px auto 0;
    display: block;
    font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:hover {
    background-color: #666;
}

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

@media screen and (max-width: 767px) {
    .form_row {
        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;
        display: inherit;
        height: 50px;
    }
}

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

clearfix

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

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */



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

追加用

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