/*
Theme Name: shonan-sasaki
Description: shonan-sasaki
Theme URI: https://www.shonan-sasaki.jp
Version: 1.0
License: shonan-sasaki
License URI: https://www.shonan-sasaki.jp
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/*Noto Serif JP*/


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

リセット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;
}

ol,
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 {
    min-width: 1240px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    line-height: 1.8;
    background: url(images/body_bg.jpg) repeat top left;
    letter-spacing: 0.06em;
}

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

}


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

ページ共通

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

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


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

}


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

フォント指定

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

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

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

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


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

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

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

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

}


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

リンク指定

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

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

a:hover,
a:active {
    font-weight: normal;
    color: #BAAF7E;
    text-decoration: underline;
    -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%;
        position: relative;
    }

    .header_top {
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 70px;
        z-index: 1;
    }

    .header_contact {
        display: flex;
        align-items: center;
        justify-content: end;
        margin-bottom: 40px;
    }

    .header_tel {
        margin-right: 40px;
    }

    .header_line{
        margin-right: 20px;
    }
}

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

    .header_top {
        display: block;
    }
}


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

spヘッダー・spナビ

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

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

    .header_top {
        position: absolute;
        z-index: 1;
    }

    .logo a {
        display: block;
        width: 70%;
        padding: 25px 0 0 25px
    }

    .header_top_inner {
        display: none;
    }

    .navi_box {
        display: none;
    }

    #toggle {
        position: fixed;
        right: 0px;
        top: 0px;
        width: 55px;
        height: 55px;
        cursor: pointer;
        z-index: 9999;
        border: 1px solid #BAAF7E;
        background: rgba(255, 255, 255, 0.8);
        padding: 14px 10px;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #9B8E53;
        -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;
        border: 1px solid #FFF;
    }

    .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: rgba(155, 142, 83, 0.9);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .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-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-bottom: #FFF 1px solid;
        cursor: pointer;
        color: #FFF;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

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

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

    #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%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: #FFF 1px solid;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #FFF;
        background-color: rgba(51, 51, 51, 0.9);
    }

    #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 #FFF;
        border-right: solid 3px #FFF;
        -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;
    }

    #g_navi {
        display: none;
    }
}



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

pc用 横ナビ

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

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

    #sp_navi,
    #toggle {
        display: none;
    }

}

#g_navi {
    width: auto;
}

#g_navi .menu {
    list-style-type: none;
    display: flex;
    justify-content: center;
}


#g_navi .menu>li {
    position: relative;
    width: auto;
    height: 50px;
    text-align: center;
    line-height: 1;
}

#g_navi .menu>li>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin: 0;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-shadow: 2px 2px 0 #000;
}

#g_navi .menu>li>a span {
    font-size: 10px;
    color: #BAAF7E;
    margin-top: 10px;
    text-shadow: none;
}

#g_navi .menu>li>a::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #FFF;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}

#g_navi .menu>li>a:hover::before {
    transform: scale(1, 1);
}


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

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

#g_navi .menu li ul li a {
    display: block;
    padding: 13px 2px;
    border: 1px solid #626262;
    border-bottom: none;
    font-size: 1.3rem;
    line-height: 1.5;
    background: #FFF;
    color: #383838;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    visibility: hidden;
    transition: .5s;
}

#g_navi .menu li ul li:last-child a {
    border-bottom: 1px solid #626262;
}

#g_navi .menu li ul li a:hover {
    background: #A59A70;
    color: #FFF;
    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スライダー共通 */

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

    #teaser_top {
        position: relative;
        height: 930px;
        z-index: 0;
    }

    .teaser_top_img {
        position: absolute;
        top: 0;
        left: calc(50% - 960px);
    }

    .teaser_top_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
    }

    #teaser_page {
        position: relative;
        height: 580px;
        background: url(images/teaser_page_bg.jpg) no-repeat bottom center;
    }

    #teaser_page p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 4.2rem;
        color: #A59A70;
        text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.45);
        font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        background: url(images/header_page_txt_bg.png) no-repeat center;
        width: 692px;
        padding: 17px 0;
        text-align: center;
        font-weight: bold;
    }


}


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

    #teaser_top {
        height: 750px;
    }

    .teaser_top_img {
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .teaser_top_txt {
        top: 55%;
        width: 550px;
        height: auto;
    }

    #teaser_page {
        position: relative;
        height: 580px;
        background: url(images/teaser_page_bg.jpg) no-repeat bottom center;
    }

    #teaser_page p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 4.2rem;
        color: #A59A70;
        text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.45);
        font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        background: url(images/header_page_txt_bg.png) no-repeat center;
        width: 692px;
        padding: 17px 0;
        text-align: center;
        font-weight: bold;
    }

}


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

    #teaser_top {
        width: 100%;
        height: calc(100svh - 59px);
    }

    #teaser_top {
        width: 100%;
    }

    .teaser_top_img {
        width: 100%;
        height: calc(100svh - 59px);
        object-fit: cover;
        object-position: top left;
    }

    .teaser_top_txt {
        width: 80%;
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translateX(-50%);
    }

    #teaser_page {
        position: relative;
        height: 240px;
        background: url(images/teaser_page_bg.jpg) no-repeat center center;
        background-size: cover;
        z-index: 0;
    }

    #teaser_page p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -25%);
        font-size: 2.4rem;
        color: #A59A70;
        text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.45);
        font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: bold;
        background: url(images/header_page_txt_bg.png) no-repeat center;
        background-size: 100%;
        width: 100%;
        padding: 17px 0;
        text-align: center;
    }


}


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

content 共通設定

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

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

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

main#page_main {
    padding: 0 calc((100% - 1200px)/2) 100px;
    background: url(images/page_main_bg.jpg) no-repeat top center;
}

.breadcrumb_area {
    width: 100%;
    padding: 10px 0;
    text-align: right;
}

.breadcrumb {
    width: 1200px;
    margin: 0 auto;
}

.breadcrumb p {
    color: #5D5D5D;
    font-size: 1.6rem;
}

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

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

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

    .pc_none {
        display: none;
    }

}

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

    main#top_main {}

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

    main#page_main figure {
        margin: 0 auto;
    }

    .breadcrumb_area {
        margin: 0 auto;
    }

    .breadcrumb {
        width: 100%;
    }

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

    .sp_none {
        display: none;
    }

}


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

contentトップ用

*****************************************/
/* 全体 */

.center {
    text-align: center;
}

.btn_wrapper {
    display: flex;
    justify-content: center;
    gap: 0 30px;
}

.object-fit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover;";
}

.top_box01 {
    padding: 97px calc((100% - 1600px)/2) 96px;
    background: url(images/top_box01_bg.jpg) no-repeat bottom center;
    background-size: cover;
}

.top_box01_tit {
    font-size: 4.4rem;
    color: #FFFFFF;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    margin-bottom: 50px;
}

.top_box01_tit span {
    display: block;
    font-size: 1.8rem;
    color: #B9AE7E;
    font-family: "Times New Roman", serif;
}

.top_box01_post {
    display: flex;
    justify-content: center;
    gap: 0 40px;
    margin: 0 20px;
}

.top_box01_list img {
    max-width: 370px;
    height: 278px;
}

.top_box01_list_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.top_box01_list_date {
    font-size: 1.4rem;
    color: #BAAF7E;
}

.top_box01_list_txt .label {
    width: 130px;
    font-size: 1.2rem;
    color: #FFFFFF;
    border: 1px solid #FFF;
    text-align: center;
}

.top_box01_list_tit {
    font-size: 1.8rem;
    color: #FFFFFF;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top_box01_list .price{
    color: #CCC;
}

.top_box02 {
    padding: 140px 0 130px;
    background: url(images/top_box02_bg.jpg) no-repeat bottom center;
}

.top_box02_tit {
    font-size: 3.8rem;
    color: #333333;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    background: url(images/top_box02_tit_bg.png) no-repeat bottom center;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.top_box02_tit span {
    font-size: 4.4rem;
    color: #665E37;
}

.top_box03 {
    background: url(images/top_box03_bg01.jpg) repeat;
}

.top_box03_bg {
    padding: 120px calc((100% - 1600px) /2) 0;
    background: url(images/top_box03_bg02.jpg) no-repeat;
}

.top_box03_tit {
    text-align: center;
    font-size: 4.4rem;
    color: #FFFFFF;
    text-shadow: 3px 3px 0 #373017;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background: url(images/top_box03_ti_bg.png) no-repeat bottom center;
    padding: 10px 0;
    margin-bottom: 50px;
}

.top_box03_tit span {
    display: block;
    font-size: 1.8rem;
    text-shadow: none;
    font-family: "Times New Roman", serif;
}




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

@media screen and (max-width: 767px) {
    /* 全体 */

    .center {
        text-align: left;
    }

    .btn_wrapper {
        flex-direction: column;
    }

    .top_box01 {
        padding: 50px 10px;
        background-size: cover;
    }

    .top_box01_tit {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    .top_box01_tit span {
        font-size: 1.4rem;
    }

    .top_box01_post {
        flex-wrap: wrap;
        margin: 0;
        gap: 25px 4%;
    }

    .top_box01_list {
        width: 48%;
    }

    .top_box01_list img {
        height: 180px;
    }

    .top_box01_list_txt {
        flex-direction: column;
        align-items: flex-start;
        margin: 10px 0 5px;
    }

    .top_box01_list_date{
        margin-bottom: 5px;
    }

    .top_box01_list_tit {
        font-size: 1.5rem;
    }

    .top_box02 {
        padding: 50px 10px;
        background-size: cover;
    }

    .top_box02_tit {
        font-size: 2.0rem;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .top_box02_tit span {
        font-size: 2.5rem;
    }

    .top_box03 {
        padding: 0 0 10px;
    }

    .top_box03_bg {
        padding: 0;
    }

    .top_box03_tit {
        font-size: 2.3rem;
        background-size: 20%;
        background-position: center;
        padding: 50px 0 20px;
        margin-bottom: 0;
    }

    .top_box03_tit span {
        font-size: 1.4rem;
    }

}

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

news トップ用

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

#blog_box {
    padding: 120px calc((100% - 1600px) /2) 110px;
    background: url(images/blog_box_bg.jpg) no-repeat bottom center;
}

.blog_tit {
    text-align: center;
    font-size: 4.4rem;
    color: #111111;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 30px;
}

.blog_tit span {
    display: block;
    font-size: 1.8rem;
    color: #665E37;
    font-family: "Times New Roman", serif;
}

.blog_tit_inner {
    display: inline-block;
    position: relative;
    padding: 0 200px;
}

.blog_tit_inner::after {
    position: absolute;
    content: "";
    background: url(images/blog_tit_bg.png) no-repeat;
    width: 170px;
    height: 8px;
    top: 38%;
    left: 0;
}

.blog_tit_inner::before {
    position: absolute;
    content: "";
    background: url(images/blog_tit_bg.png) no-repeat;
    width: 170px;
    height: 8px;
    top: 38%;
    right: 0;
}

.blog_post {
    display: flex;
    gap: 0 26px;
    margin: 0 20px 50px;
}

.blog_list{
    width: calc((100% - 78px) / 3);
}

.blog_list figure {
    position: relative;
}

.blog_list img {
    width: 100%;
    height: 244px;
}

.blog_list_date {
    width: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #7C7243;
    font-size: 1.4rem;
    color: #FFF;
    text-align: center;
}

.blog_list_tit {
    margin: 20px 0 10px;
    font-size: 1.8rem;
    color: #141414;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.blog_list_txt {
    font-size: 1.4rem;
    color: #545454;
}

#blog_box .btn_box01 {
    margin: 0 auto;
}

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

    #blog_box {
        flex-direction: column;
        padding: 30px 10px 50px;
        background-size: cover;
    }

    .blog_tit {
        width: 100%;
        font-size: 2.3rem;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .blog_tit_inner {
        padding: 0px 100px;
    }

    .blog_tit_inner::before,
    .blog_tit_inner::after {
        width: 85px;
        height: 4px;
        background-size: 100%;
    }

    .blog_tit span {
        font-size: 1.4rem;
    }

    .blog_post {
        flex-wrap: wrap;
        gap: 25px 4%;
        margin: 0 0 20px;
    }

    .blog_list {
        width: 48%;
    }

    .blog_list img {
        width: 100%;
        height: 200px;
    }

    .blog_list_tit{
        margin: 10px 0 0;
        font-size: 1.6rem;
    }

}


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

content下層用

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

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

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

.txt720 {
    width: 720px;
}

.flow_post {
    display: flex;
    justify-content: center;
    gap: 0 110px;
}

.flow_list {
    position: relative;
    writing-mode: vertical-rl;
    background-color: #0A0A0A;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    padding: 26px 22px;
    letter-spacing: 0.08em;
    outline: 1px solid #BBB07F;
    outline-offset: -5px;
}

.flow_list p {
    font-size: 2.0rem;
    color: #F8F7F2;
}

.flow_list::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 40px;
    background: url(images/flow_arrow.png) no-repeat;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
}

.flow_list:last-child:after {
    content: none;
}

.definition_box dt {
    font-weight: bold;
}


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

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

    #page_main img {
        margin: 10px 0;
    }

    .txt720 {
        width: 100%;
    }

    .flow_post {
        flex-direction: column;
    }

    .flow_list {
        writing-mode: horizontal-tb;
        padding: 10px 0;
        margin-bottom: 50px;
    }

    .flow_list::after {
        top: auto;
        bottom: -35px;
        right: auto;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        width: 35px;
        height: 20px;
        background-size: 100%;
    }

    .flow_list:last-child {
        margin-bottom: 0;
    }

    .flow_list p {
        font-size: 1.6rem;
    }

}

/* 商品一覧 */

.three_column_list .label {
    width: 130px;
    background-color: #000;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    margin: 15px 0 10px;
    padding: 1px 0px;
}

.three_column_list_tit {
    font-size: 1.6rem;
    color: #333333;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #AAA;
}

.definition_box a {
    text-decoration: underline;
}



/* よくある質問 */

.faq_box {
    border: 1px solid #BBB07F;
    background-color: #FFFFFF;
    padding: 40px 30px;
}

.faq_box dt {
    position: relative;
    font-size: 2.4rem;
    color: #333333;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    background: url(images/subhead01_bg.png) no-repeat bottom left;
    padding: 0 0 15px 40px;
    margin-bottom: 20px;
}

.faq_box dt::before {
    position: absolute;
    content: "";
    background: url(images/faq_box_q.png) no-repeat;
    width: 26px;
    height: 23px;
    top: 12px;
    left: 0;
}

.faq_box dd {
    position: relative;
    padding-left: 40px;
}

.faq_box dd::before {
    position: absolute;
    content: "";
    background: url(images/faq_box_a.png) no-repeat;
    width: 28px;
    height: 20px;
    top: 6px;
    left: 0;
}


/* 買取りについて */

.purchase_box {
    border: 1px solid #BBB07F;
    background-color: #FFFFFF;
    padding: 30px 40px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.purchase_box dt {
    text-align: center;
    font-size: 2.0rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

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

.purchase_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.purchase_box ul li {
    background: url(images/purchase_checkbox.png) no-repeat top 3px left;
    padding: 0 0 5px 30px;
    margin-bottom: 10px;
}


/* お問い合わせ */

.contact_txt {
    text-align: center;
    margin-bottom: 30px;
}

.contact_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
}

.policy {
    background-color: #FFFFFF;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #BBB07F;
}

.policy dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: bold;
}

/* ブログ */

.blog_parts img {
    max-width: 440px;
    height: 310px;
}

.blog_parts .btn_box01 {
    margin: 0 0 0 auto;
}



/* 3列投稿 */

.three_column_post {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.three_column_list {
    width: 380px;
}

.three_column_list img {
    width: 380px;
    height: 260px;
}


/* 商品紹介-詳細ページ */
#single_box .gallery-item{
    width: 48% !important;
    margin: 0 1% !important;
}

#single_box .gallery img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border: none;
}

#single_box .price{
    margin-bottom: 30px;
}
#single_box .price span{
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px dotted #555;
}

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

    /* お問い合わせ */

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

}

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

    /* 商品一覧 */

    .three_column_list .label {
        margin: 10px 0;
    }

    .three_column_list_tit {
        font-size: 1.5rem;
    }

    /* よくある質問 */

    .faq_box {
        padding: 20px 15px;
    }

    .faq_box dt {
        font-size: 1.6rem;
        padding: 0 0 15px 35px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .faq_box dt::before {
        top: 3px;
    }

    .faq_box dd {
        padding-left: 35px;
    }

    .faq_box dd::before {
        top: 6px;
    }

    /* 買取について */
    .purchase_box{
        padding: 20px 15px;
    }


    /* お問い合わせ */

    .contact_txt {
        text-align: left;
    }

    .contact_flex {
        flex-direction: column;
    }

    .policy {
        padding: 20px 15px;
    }

    .policy dt {
        font-size: 1.6rem;
    }

    .policy dd {
        text-align: left;
    }

    .wpcf7 .ajax-loader{
        display: block !important;
    }


    /* ブログ */

    .blog_parts figure{
        margin: 0 0 10px !important;
    }

    .blog_parts img {
        height: 240px;
    }

    .blog_parts .subhead01{
        margin-bottom: 15px !important;
    }

    .blog_parts .btn_box01 {
        margin: 0 auto;
    }



    /* 3列投稿 */
    .three_column_post {
        gap: 25px 4%;
    }

    .three_column_list {
        width: 48%;
    }

    .three_column_list img {
        width: 100%;
        height: 180px;
    }


    /* 商品紹介-詳細ページ */
    #single_box .gallery-item img{
        padding: 0 !important;
    }

}

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

single.php

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

h1.single_headline {
    padding-bottom: 15px;
    margin-bottom: 45px;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #DDD;
}

#single_box img {
    max-width: 1200px;
    padding: 10px 0;
    height: auto;
}

.nav-below {
    margin: 50px 0;
    font-size: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-below a {
    margin: 0 5px;
    font-size: 1.6rem;
}

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

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

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

    .nav-below a {
        margin: 0 5px;
        font-size: 1.4rem;
    }
}



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

投稿　pager設定

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

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

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_footer{
        background: #FFF;
    }

    .sp_bana {
        display: flex;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 4;
    }

    .sp_bana div {
        position: relative;
        width: 25%;
        background: #9B8E53;
        border-top: 1px solid #FFF;
    }

    .sp_bana div:nth-child(4) {
        background: #000;
    }

    .sp_bana div:not(:last-child) {
        border-right: 1px solid #FFF;
    }

    .sp_bana div img {
        width: auto;
        margin-bottom: 7px;
    }

    .sp_bana div:nth-child(2) img {
        width: 20px;
    }

    .sp_bana div p {
        color: #FFF;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
    }

    .sp_bana a {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .copyright {
        padding: 15px 0 75px;
        text-align: center;
        background: url(images/top_box01_bg.jpg) no-repeat center center;
        color: #FFF;
        font-size: 1.2rem;
    }

    .sp_footer_content {
        margin: 0;
        padding: 40px 10px 15px;
        border-top: 1px dotted #999;
        background: url(images/footer_bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .sp_footer_txt {
        color: #FFF;
        text-align: center;
    }

    .sp_footer_txt .footer_insta{
        margin-top: 15px;
    }
}


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

pc_footer

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

    #pc_footer {
        position: relative;
        width: 100%;
        background: url(images/footer_bg.jpg) no-repeat bottom center;
        background-size: cover;
    }

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

    .pc_follow_bnr {
        display: none;
        position: fixed;
        z-index: 4;
        right: 0;
        bottom: 200px;
    }

    .pc_follow_bnr a {
        display: block;
        margin-bottom: 10px;
    }

    .footer_box01 {
        padding: 110px calc((100% - 1200px)/2);
        background: url(images/bottom_box_bg.jpg) no-repeat bottom center;
    }

    .footer_box01_content {
        background-color: rgba(17, 17, 17, 0.7);
        padding: 50px 0;
    }

    .footer_box01_tit {
        text-align: center;
        font-size: 5.4rem;
        color: #FFFFFF;
        font-family: "Times New Roman", serif;
        font-weight: normal;
        letter-spacing: 0.1em;
    }

    .footer_box01_txt {
        text-align: center;
        color: #FFFFFF;
    }

    .footer_box01_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 50px;
    }

    .footer_tel_inner {
        display: block;
        position: relative;
        padding: 0 80px;
    }

    .footer_tel_inner::before {
        position: absolute;
        content: "";
        background: url(images/bottom_tel_bg.png) no-repeat;
        width: 60px;
        height: 1px;
        top: 38%;
        left: 0;
    }

    .footer_tel_inner::after {
        position: absolute;
        content: "";
        background: url(images/bottom_tel_bg.png) no-repeat;
        width: 60px;
        height: 1px;
        top: 38%;
        right: 0;
    }

    .footer_tel_inner p {
        text-align: center;
        color: #FFFFFF;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .footer_logo {
        margin-bottom: 40px;
    }

    .footer_box02 {
        width: 1200px;
        padding: 90px 0 60px;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

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

    .footer_insta{
        margin-top: 15px;
    }

    .sitemap a {
        font-size: 1.5rem;
        color: #fff;
    }

    .copyright_area {
        text-align: center;
        padding: 40px 0;
    }

    .copyright_area p {
        color: rgba(255, 255, 255, 0.6);
        font-size: 1.3rem;
    }

}


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

sidebar/aside

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

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

    .bottom_box_wrapper {
        display: flex;
        justify-content: center;
        gap: 0 10px;
        align-items: center;
        margin: 0 20px;
    }

    .bnr_flex {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .bottom_box_bnr {
        position: relative;
        z-index: 0;
        background: #F7F3ED;
    }

    .bottom_box_bnr:before {
        position: absolute;
        content: "";
        background: url(images/bottom_box_bnr_before.png) no-repeat;
        width: 80px;
        height: 30px;
        top: 10px;
        left: 10px;
        z-index: 1;
    }

    .bottom_box_bnr:after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_bnr_after.png) no-repeat;
        width: 80px;
        height: 30px;
        bottom: 10px;
        right: 10px;
    }

    .bottom_box_bnr p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 4.0rem;
        color: #FFF;
        font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        text-align: center;
        white-space: nowrap;
        text-shadow: 0 0 20px #000;
        font-weight: bold;
    }

    .bottom_box_bnr p span {
        display: block;
        font-size: 1.6rem;
        font-family: "Times New Roman", serif;
        color: rgba(255, 255, 255, 0.6);
        text-shadow: none;
    }
}

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


    .bottom_box_bnr {
        position: relative;
        height: 180px;
        margin: 0 10px 10px;
        background: #F7F3ED;
    }

    .bottom_box_bnr:before {
        position: absolute;
        content: "";
        background: url(images/bottom_box_bnr_before.png) no-repeat;
        width: 80px;
        height: 30px;
        top: 10px;
        left: 10px;
        z-index: 1;
    }

    .bottom_box_bnr:after {
        position: absolute;
        content: "";
        background: url(images/bottom_box_bnr_after.png) no-repeat;
        width: 80px;
        height: 30px;
        bottom: 10px;
        right: 10px;
    }

    .bottom_box_bnr p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2.3rem;
        color: #FFF;
        font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        text-shadow: 0 0 20px #000;
    }

    .bottom_box_bnr p span {
        display: block;
        font-size: 1.4rem;
        font-family: "Times New Roman", serif;
        color: rgba(255, 255, 255, 0.6);
        text-align: none;
    }


}


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

タイトル

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

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

.headline {
    font-size: 3.8rem;
    color: #333333;
    text-align: center;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background: url(images/headline_bg.png) no-repeat center;
    padding: 30px 0;
    margin-bottom: 30px;
}

#single_box .headline{
    font-size: 3.2rem;
}

.subhead01 {
    font-size: 2.6rem;
    color: #333333;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background: url(images/subhead01_bg.png) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

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

    .headline {
        font-size: 2.2rem;
        background-size: contain;
        margin-bottom: 15px;
        padding: 10px 0;
    }

    #single_box .headline{
        font-size: 2.2rem;
    }

    .subhead01 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .subhead02 {
        font-size: 1.8rem;
    }

    .subhead03 {
        font-size: 1.6rem;
    }

    .subhead04 {
        font-size: 1.6rem;
    }

}


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

共通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;
}

.mb140 {
    margin-bottom: 140px;
}

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

    .mb40 {
        margin-bottom: 30px;
    }

    .mb50 {
        margin-bottom: 40px;
    }

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

    .mb10_sp {
        margin-bottom: 10px;
    }

    .mb20_sp {
        margin-bottom: 20px;
    }

    .mb30_sp {
        margin-bottom: 30px;
    }

}

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

テーブル

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

/* ウエディングリング */

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

.weddingring_table th {
    width: 33%;
    line-height: 1.5;
    padding: 13px 20px;
    color: #333333;
    font-size: 1.6rem;
    font-weight: normal;
    border: 1px solid #B2B2B2;
    text-align: left;
    vertical-align: text-top;
    background-color: #F9F9F9;
}

.weddingring_table td {
    width: 67%;
    line-height: 1.5;
    padding: 13px 20px;
    color: #333333;
    font-size: 1.6rem;
    border: 1px solid #B2B2B2;
    text-align: left;
    vertical-align: text-top;
    background-color: #FFF;
}

/* 修理・指輪リフォーム */

.repair_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.repair_table th {
    width: 33%;
    line-height: 1.5;
    padding: 13px 20px;
    color: #333333;
    font-size: 1.6rem;
    font-weight: normal;
    border: 1px solid #B2B2B2;
    text-align: left;
    vertical-align: text-top;
    background-color: #F9F9F9;
}

.repair_table td {
    width: 67%;
    line-height: 1.5;
    padding: 13px 20px;
    color: #333333;
    font-size: 1.6rem;
    border: 1px solid #B2B2B2;
    text-align: left;
    vertical-align: text-top;
    background-color: #FFF;
}

/* 会社情報 */

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

.overview_table th {
    width: 33%;
    line-height: 1.5;
    padding: 13px 20px;
    color: #F7F2EB;
    font-size: 1.6rem;
    font-weight: normal;
    border: 1px solid #A59970;
    text-align: left;
    vertical-align: text-top;
    background-color: #0D0906;
}

.overview_table td {
    width: 67%;
    line-height: 1.5;
    padding: 13px 20px;
    color: #333333;
    font-size: 1.6rem;
    border: 1px solid #A59970;
    text-align: left;
    vertical-align: text-top;
    background-color: transparent;
}

.overview_table td a {
    text-decoration: underline;
}

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

    .overview_table th,
    .weddingring_table th,
    .repair_table th {
        display: block;
        width: 100%;
        padding: 10px 13px;
        border-bottom: none;
        font-size: 1.5rem;
    }

    .overview_table td,
    .weddingring_table td,
    .repair_table td {
        display: block;
        width: 100%;
        padding: 10px 13px;
        font-size: 1.5rem;
    }

    .overview_table tr:not(:last-child) td,
    .weddingring_table tr:not(:last-child) td,
    .repair_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;
    }
}


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

ボタン

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

/* 枠ボタン */

.btn_box01 {
    position: relative;
    width: 300px;
    border: 1px solid #111111;
    text-align: center;
    -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: 18px 0;
    color: #333333;
    font-size: 1.6rem;
    text-decoration: none;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01 a:after {
    position: absolute;
    content: "";
    width: 21px;
    height: 5px;
    background: url(images/btn_box01_arrow.png) no-repeat;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01 a:hover:after {
    right: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01 a:hover {
    background: #B9AE7E;
}

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

    .btn_box01 {
        max-width: 100%;
        margin: 0 auto 10px;
    }

    .btn_box01 a {
        padding: 13px 0;
        font-size: 1.5rem;
    }

}

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

Contact Form7

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

.wpcf7 {
    width: 100%;
}

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

.form_row .form_label {
    width: 300px;
}

.form_row .form_label .required {
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #CC0000;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.form_row .form_label .any {
    display: inline-block;
    color: #797979;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #D7D7D7;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

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

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

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

.form_input_radio input {
    margin-bottom: 5px;
}

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

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

.tc {
    text-align: center;
}

.tc input[type=submit] {
    cursor: pointer;
    width: 360px;
    max-width: 100%;
    padding: 18px;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 0;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

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

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

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

    .form_row {
        flex-direction: column;
        padding: 0 0 20px 0;
    }

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

    .form_row .form_input {
        width: 100%;
    }

}


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

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



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

追加用

*****************************************/
.btn_box01001 {
    position: relative;
    width: 300px;
    border: 1px solid #ffffff;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box01001 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 18px 0;
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01001 a:after {
    position: absolute;
    content: "";
    width: 21px;
    height: 5px;
    background: url(images/btn_box01001_arrow.png) no-repeat;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01001 a:hover:after {
    right: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01001 a:hover {
    background: #B9AE7E;
}

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

    .btn_box01001 {
        max-width: 100%;
        margin: 0 auto 10px;
    }

    .btn_box01001 a {
        padding: 13px 0;
        font-size: 1.5rem;
    }

}