/*
Theme Name: vegerise
Description: vegerise
Theme URI: https://www.vegerise.com
Version: 1.0
License: vegerise
License URI: https://www.vegerise.com
*/

@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: 1100px;
    color: #383838;
    line-height: 1.8;
    background: #FFF;
    letter-spacing: 0.06em;
}

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

}


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

ページ共通

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

#wrapper {
    float: none;
    width: 100%;
    min-width: 1240px;
    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 {
    font-size: 1.8rem;
}

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

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

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


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

リンク指定

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

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

a:hover,
a:active {
    font-weight: normal;
    color: #aa988a;
    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%;
    }

    .header_top_txt {
        font-size: 1.4rem;
        margin: 0 50px;
    }

    .header_top_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 30px 50px 20px;
    }

    .header_top_inner_right {
        display: flex;
    }
}

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

    .header_top_inner {
        position: relative;
        height: 160px;
        align-items: normal;
    }

    #g_navi {
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
}


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

spヘッダー・spナビ

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

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

    .header_logo {
        width: 100%;
        padding: 5px 0;
    }

    .logo a {
        display: block;
        width: 50%;
        margin: 15px auto;
    }

    .header_top_txt,
    .header_top_inner_right {
        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 #d0353e;
        padding: 14px 8px;
        background-color: #FFF;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #d0353e;
        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: rgba(208, 53, 62, 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(89, 142, 89, 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;
}


#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: #383838;
    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;
}

#g_navi .menu>li>a::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #d0353e;
    bottom: -20px;
    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: 150%;
    left: -10px;
    margin: 0;
    width: 110%;
    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: #626262;
    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) {

    #slider {
        position: relative;
        width: 100%;
        height: 790px;
    }

    #slider .metaslider {
        position: relative;
        width: 1920px !important;
        left: calc(50% - 960px);
    }

    #slider>img {
        position: absolute;
        top: 0;
        left: calc(50% - 1000px);
    }

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

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



    .slider_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fs55 {
        font-size: 5.5rem;
    }

    .orange {
        color: #FF7713;
    }

    .header_table {
        position: absolute;
        bottom: 20px;
        right: 10px;
    }

    #teaser {
        position: relative;
        background: url(images/teaser_img.jpg) no-repeat bottom center;
        height: 340px;
    }

    .teaser_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    

}

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

    #slider {
        position: relative;
        width: 140%;
        overflow: hidden;
        margin: 0 0 0 -20%;
    }

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

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

    .slider_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #teaser {
        position: relative;
        background: url(images/teaser_img.jpg) no-repeat bottom center;
        background-size: cover;
        height: 180px;
		margin-bottom: 7px;

    }

    .teaser_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .teaser_txt img {
        height: 70px;
        object-fit: contain;
    }


}


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

content 共通設定

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

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

main#top_main {
    width: 100%;
    margin: 0 auto;
    font-family: "BIZ UDPMincho", "Noto Serif JP", "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

main#page_main {
    padding: 0 calc((100% - 1200px)/2);
    margin: 0 auto 120px;
    background: url(images/page_main_bg.png) no-repeat top center;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.breadcrumb_area {
    width: 100%;
    margin: 20px auto 10px;
    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 {
        padding: 0 10px;
        margin: 0 auto 30px;
    }

    .breadcrumb {
        width: 100%;
    }

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

    .sp_none {
        display: none;
    }

}


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

contentトップ用

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

/* 1カラム目 */
.top_box01 {
    position: relative;
    padding: 70px calc((100% - 1200px)/2) 90px;
    font-family: "BIZ UDPMincho", serif;
}

.top_box01::after {
    position: absolute;
    content: "";
    background: url(images/top_box01_after.png) no-repeat;
    width: 130px;
    height: 152px;
    right: calc((100% - 1600px)/2);
    bottom: 100px;
}

.top_box01_tit {
    font-size: 3.0rem;
    color: #423015;
    text-align: center;
    background: url(images/top_box01_tit_bg.png)no-repeat bottom center;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.top_box01_txt {
    width: 570px;
}

.top_box02 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    background-color: #fcfbf3;
    padding: 70px 0 70px 10px;
}

.top_box02::after {
    position: absolute;
    content: "";
    background: url(images/top_box02_after.png) no-repeat;
    width: 315px;
    height: 461px;
    left: calc((100% - 1800px)/2);

}

.top_box02_inner {
    position: relative;
    width: 555px;
    margin-right: 50px;
    padding-top: 50px;
    z-index: 2;
}

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

.top_box02_tit {
    color: #4b3232;
    font-size: 3.3rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 40px;
}

.top_box03 {
    position: relative;
    padding: 70px calc((100% - 1200px)/2);
}

.top_box03::after {
    position: absolute;
    content: "";
    background: url(images/top_box03_tit_bg.png) no-repeat;
    width: 1200px;
    height: 10px;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.top_box03_tit {
    width: 276px;
    position: relative;
    color: #584936;
    font-size: 3.3rem;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    z-index: 2;
    margin-bottom: 50px;
}

.txt295 {
    width: 295px;
    margin-left: 20px;
}

.top_box03_inner_tit {
	margin-bottom: 10px;
	padding-bottom: 7px;
    font-size: 2.5rem;
    color: #4b3737;
    font-weight: normal;
    border-bottom: 1px dashed #f4c935;
}

.top_box04 {
    padding: 70px calc((100% - 1200px)/2);
    background-color: #fffcef;
}

.top_box04_tit {
    font-size: 3.3rem;
    color: #584936;
    text-align: center;
    background: url(images/top_box04_tit_bg.png) no-repeat top center;
    padding: 20px 0;
}

.top_box04_txt {
    text-align: center;
    margin-bottom: 50px;
}

.top_box05 {
    position: relative;
    padding: 100px calc((100% - 1200px)/2) 180px;
    background: url(images/top_box05_bg.png) no-repeat center bottom;
}

.top_box05::after {
    position: absolute;
    content: "";
    background: url(images/top_box03_tit_bg.png) no-repeat;
    width: 1200px;
    height: 10px;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.top_box05_tit {
    width: 276px;
    position: relative;
    color: #584936;
    margin: 0 auto;
    font-size: 3.3rem;
    text-align: center;
    background-color: #fff;
    z-index: 2;
    margin-bottom: 50px;
}

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

.top_box05_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_box05_bnr {
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.top_box05_bnr:hover {
    position: relative;
    top: -10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.top_box06 {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    padding-bottom: 80px;
}

.top_box06::after {
    position: absolute;
    content: "";
    background: url(images/top_box06_after.png) no-repeat;
    width: 315px;
    height: 461px;
    bottom: 100px;
    right: 20px;
}

.top_box06 img {
    max-width: 100%;
    height: auto;
}

.top_box06_inner {
    width: 553px;
    margin: 50px;
}

.top_box06_tit {
    font-size: 3.3rem;
    margin-bottom: 40px;
}

.top_box06_txt {
    position: relative;
    margin-bottom: 50px;
    z-index: 2;
}

.top_box06 .btn_wrapper {
    position: relative;
    z-index: 2;
}


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

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

    figure {
        margin: 0 auto;
    }

    .top_box01 {
        padding: 30px 10px;
    }

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

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

    .movie {
		width: 100%;
        margin: 0 auto;
		aspect-ratio: 16 / 9;
    }
	
    .movie iframe{
		width: 100%;
		height: 100%;
    }

    .top_box02 {
        padding: 30px 10px;
        flex-direction: column;
    }

    .top_box02_inner {
        width: 100%;
        padding: 0;
    }

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

    .top_box02 .top_box02_inner .btn_wrapper .btn_box01,
    .top_box02 .top_box02_inner .btn_wrapper .btn_box02 {
        margin: 0 auto 10px;
    }

    .top_box03 {
        padding: 30px 10px;
    }

    .top_box03::after {
        top: 70px;
    }

    .top_box03_tit {
        width: 100%;
        font-size: 2.0rem;
        margin-bottom: 30px;
    }

    .top_box03_inner_tit {
        font-size: 2.0rem;
    }

    .txt295 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .top_box04 {
        padding: 30px 10px;
    }

    .top_box04_tit {
        font-size: 2.6rem;
    }

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

    .top_box04 .flex {
        flex-direction: inherit;
        flex-wrap: wrap;
    }

    .top_box04 a {
        width: 48%;
        margin-bottom: 10px;
    }


    .top_box05 {
        padding: 30px 10px;
    }

    .top_box05::after {
        top: 70px;
    }

    .top_box05_tit {
        width: 100%;
        font-size: 2.0rem;
        margin-bottom: 30px;
    }

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

    .top_box05_inner {
        flex-wrap: wrap;
    }

    .top_box05_bnr {
        width: auto;
        margin: 0 auto 10px;
    }

    .top_box06 {
        flex-direction: column;
        padding: 30px 10px;
    }

    .top_box06_inner {
        width: 100%;
        margin: 0;
    }

    .top_box06_tit {
        font-size: 2.0rem;
    }

    .top_box06_txt {
        margin-bottom: 20px;
    }


    .top_box06 .btn_box03 {
        margin: 0 auto 10px !important;
    }

    .top_box06 .btn_box02 {
        margin: 0 auto 10px !important;
    }

    .top_box06::after {
        content: none;
    }

}

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

news トップ用

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

#blog_box {
    position: relative;
    padding: 80px calc((100% - 1200px)/2);
    background-color: #fcfbf3;
}

.blog_tit {
    position: relative;
    font-size: 3.0rem;
    margin-top: 35px;
    color: #584936;
    background: url(images/blog_tit_bg.png) no-repeat left 30px top 15px;
    padding: 0 0 0 70px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.blog_tit::after {
    position: absolute;
    content: "";
    background: url(images/blog_tit_deco.png) no-repeat;
    width: 1598px;
    height: 4px;
    bottom: 0;
    left: 0;
}

.blog_post {
    display: flex;
    justify-content: space-between;

}

.blog_list {
    width: 48%;
    display: flex;
    justify-content: space-between;
}

.blog_list_inner {
    width: 270px;
}

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

#blog_box .btn_box02 {
    position: absolute;
    width: 170px;
    right: calc((100% - 1200px) / 2);
    top: 120px;
}

#blog_box .btn_box02 a {
    padding: 8px 0;
}

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

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

    #blog_box {
        flex-direction: column;
        padding: 30px 10px;
        margin-bottom: 20px;
    }

    .blog_tit {
        width: 100%;
        font-size: 2.0rem;
        margin-top: 0;
        margin-bottom: 40px;
        background: url(images/blog_tit_bg.png) no-repeat left 30px top 3px;
    }

    .blog_tit::after {
        top: 50px;
    }

    .blog_post {
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .blog_list {
        width: 100%;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .blog_list_inner {
        width: 100%;
    }

    #blog_box .btn_box02 {
        position: static;
    }

}


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

content下層用

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

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

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

.txt630 {
    width: 630px;
}

.txt720 {
    width: 720px;
}


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

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

    #page_main img {
        margin: 10px 0;
    }

    .txt630,
    .txt720 {
        width: 100%;
    }

    .center {
        text-align: center;
    }

}

/* VegeRiseだより */

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

/* トマトのご紹介 */

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

.intro_post01 li {
    width: 390px;
    border: 2px solid #EE4A5F;
    color: #E93A27;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    padding: 6px 0 7px;
}

.intro_post02 dt {
    font-weight: bold;
}

.intro_post03 dt {
    display: inline-block;
    background-color: #E8021C;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 3px 29px;
    border-radius: 15px;
    margin-bottom: 10px;
}

/* トマトができるまで */

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

.flow_box .step {
    position: relative;
    width: 135px;
    height: 135px;
    font-size: 2.2rem;
    color: #FFFFFF;
    background-color: #598D59;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
}

.flow_box .step span {
    font-size: 3.6rem;
    line-height: 1.0;
}

.flow_box .step::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 400px;
    background-color: #598D59;
    top: 0;
}

.flow_box:last-child .step:after {
    content: none;
}

/* ご注文の流れ */

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

.order_box .step {
    position: relative;
    width: 135px;
    height: 135px;
    font-size: 2.2rem;
    color: #FFFFFF;
    background-color: #598D59;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.7;
}

.order_box .step span {
    font-size: 3.6rem;
    line-height: 1.0;
}

.order_box .step::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 400px;
    background-color: #598D59;
    top: 0;
}

.order_box:last-child .step:after {
    content: none;
}

/* お客さんの声 */

.voice_post {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.voice_list {
    width: 380px;
}

.voice_list img {
    width: 380px;
    height: 240px;
}

.voice_list .subhead02 {
    text-align: center;
    font-size: 2.0rem;
}

.voice_list .btn_box03 {
    width: 150px;
    font-family: "Noto Serif JP", serif;
}

.voice_list .btn_box03 a {
    padding: 3px 0;
}



/* 仕事内容 */

.work_contents {
    width: 390px;
    background-color: #EAF3E5;
    border: 1px solid #B4AE92;
    padding: 30px 20px;
}

/* エントリーフォーム・お問い合わせ */

.entry_txt,
.contact_txt {
    text-align: center;
}

.entry_txt a,
.contact_txt a {
    font-size: 2.0rem;
    color: #E93926;
    font-weight: bold;
}

.entry_tel span,
.contact_txt span {
    font-size: 1.6rem;
}

.policy {
    text-align: center;
    padding: 40px 0;
    background-color: #F7F3F0;
    margin-bottom: 50px;
}

.policy dt {
    font-weight: bold;
    color: #464533;
    margin-bottom: 20px;
}

.policy dd {
    font-size: 1.4rem;
    color: #464533;
}




/* 3列投稿 */

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

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

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

.fancybox-title-wrap {
    display: none !important;
}

#fancybox-title {
    display: none !important;
}

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

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

    /*  */



    /*  */

}

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

    /* VegeRiseだより */

    .blog_parts .btn_box01 {
        margin: 0 auto;
    }


    /* トマトができるまで・ご注文の流れ */

    .flow_box,
    .order_box {
        flex-direction: column;
    }

    .flow_box .step::after,
    .order_box .step::after {
        content: none;
    }

    .flow_box .step,
    .order_box .step {
        width: 100%;
        height: auto;
        border-radius: 15px;
        font-size: 1.8rem;
        margin-bottom: 10px;
        display: block;
        text-align: center;
        padding: 10px;
    }

    .flow_box .step span,
    .order_box .step span {
        font-size: 2.5rem;
        margin-left: 10px;
    }

    /* 仕事内容 */

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


    /* エントリーフォーム・お問い合わせ */

    .entry_txt,
    .contact_txt {
        text-align: left;
    }

    .policy dd {
        text-align: left;
        padding: 0 10px;
    }



    /* 3列投稿 */

    .three_column_post {
        gap: 10px;
    }

    .three_column_parts {
        position: relative;
        width: 48%;
        height: auto;
        aspect-ratio: 4 / 3;
    }




}

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

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



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

投稿　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,
    .pagetop {
        display: none;
    }

    .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: #d0353e;
        border-top: 1px solid #FFF;
    }

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

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

    .sp_bana div 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: 25px 0 80px;
        text-align: center;
        background: #d0353e;
        color: #FFF;
        font-size: 1.2rem;
    }

    .sp_footer_content {
        margin: 30px 0;
        padding: 30px 10px 0;
        border-top: 1px dotted #999;
        text-align: center;
    }


}


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

pc_footer

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

    #pc_footer {
        position: relative;
        width: 100%;
    }

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

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

    .footer_box {
        width: 1200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 60px;
        background-color: rgba(255, 255, 255, 0.5);
    }


    .footer_logo {
        position: relative;
        margin-bottom: 20px;
    }

    .footer_logo:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 210px;
        background-color: #000000;
        top: 70px;
        right: -147px;
        transform: translateY(-50%);
    }

    .footer_txt {
        margin-bottom: 20px;
    }

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

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

}


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

sidebar/aside

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

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

    .bottom_box {
        padding: 80px calc((100% - 1040px)/2);
        text-align: center;
    }

    .bottom_bg {
        background-color: #FAFAED;
    }

    .bottom_box_tit {
        font-size: 3.0rem;
        color: #423015;
        text-align: center;
        background: url(images/top_box01_tit_bg.png) no-repeat bottom center;
        padding-bottom: 30px;
        margin-bottom: 60px;
    }

    .bottom_box .btn_wrapper {
        padding: 0 calc((100% - 700px)/2);
        justify-content: space-between;
    }


    .btn_wrapper .btn_box01,
    .btn_wrapper .btn_box02,
    .btn_wrapper .btn_box03 {
        width: 210px;
        margin: 0;
    }

    .btn_wrapper .btn_box01 a,
    .btn_wrapper .btn_box02 a,
    .btn_wrapper .btn_box03 a {
        padding: 9px 0;
    }


}

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

    .bottom_box {
        padding: 30px 10px;
        text-align: center;
    }

    .bottom_bg {
        background-color: #FAFAED;
    }

    .bottom_box_tit {
        font-size: 2.0rem;
        color: #423015;
        text-align: center;
        background: url(images/top_box01_tit_bg.png) no-repeat bottom center;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .bottom_box .mb60 {
        text-align: left;
    }

    .bottom_box .btn_wrapper div {
        margin: 0 auto 20px;
    }


    .btn_wrapper .btn_box01,
    .btn_wrapper .btn_box02,
    .btn_wrapper .btn_box03 {
        width: 210px;
        margin: 0;
    }

    .btn_wrapper .btn_box01 a,
    .btn_wrapper .btn_box02 a,
    .btn_wrapper .btn_box03 a {
        padding: 9px 0;
    }


}


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

タイトル

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

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

.headline {
    font-size: 3.2rem;
    color: #464533;
    background: url(images/headline_bg.png) no-repeat bottom center;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
    font-family: "Noto Serif JP", serif;
}

.subhead01 {
    font-size: 2.4rem;
    color: #464533;
    background: url(images/subhead01_bg.png) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
}

.subhead02 {
    font-size: 2.2rem;
    color: #464533;
    font-weight: 600;
    background: url(images/subhead02_bg.png) repeat-x bottom left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
}


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

    .headline {
        font-size: 2.0rem;
		margin-bottom: 30px;
    }

    .subhead01 {
        font-size: 1.8rem;
        font-weight: bold;
    }

    .subhead02 {
        font-size: 1.8rem;
        font-weight: bold;
    }

}


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

共通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) {

    .mb40 {
        margin-bottom: 30px;
    }

    .mb50 {
        margin-bottom: 40px;
    }

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

    .mb10_sp {
        margin-bottom: 10px;
    }

    .mb20_sp {
        margin-bottom: 20px;
    }

    .mb30_sp {
        margin-bottom: 30px;
    }

}

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

テーブル

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

/* 実績紹介 */

.achievements_table {
    width: 580px;
    border-collapse: collapse;
}

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

.achievements_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: #464533;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #E1D3C5;
    text-align: left;
    vertical-align: text-top;
    background-color: #F7F3F0;
}

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

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

/* 募集要項 */

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

.jobs_table th {
    width: 33%;
    line-height: 1.5;
    padding: 13px 20px;
    color: #464533;
    font-size: 1.6rem;
    font-weight: bold;
    border: 1px solid #E1D3C5;
    text-align: left;
    vertical-align: text-top;
    background-color: #F7F3F0;
}

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

.jobs_table td a {
    text-decoration: underline;
    color: #EB2639;
}

.jobs_table td a:hover {
    color: #598D59;
}

/* トマト狩りについて */

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

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

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

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

    .achievements_table {
        width: 100%;
        margin-bottom: 50px;
    }

    .jobs_table th,
    .overview_table th,
    .achievements_table th,
    .harvest_table th {
        display: block;
        width: 100%;
        padding: 10px 13px;
        border-bottom: none;
    }

    .jobs_table td,
    .overview_table td,
    .achievements_table td,
    .harvest_table td {
        display: block;
        width: 100%;
        padding: 10px 13px;
    }

    .jobs_table tr:not(:last-child) td,
    .overview_table tr:not(:last-child) td,
    .achievements_table tr:not(:last-child) td,
    .harvest_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_wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}

/* 黄色ボタン */

.btn_box01 {
    position: relative;
    width: 220px;
    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: 14px 0;
    color: #443232;
    background-color: #f1d865;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    text-decoration: none;
    border-radius: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box01 a:hover {
    background: #626262;
    color: #E1E0E0;
}

/* 緑ボタン */

.btn_box02 {
    position: relative;
    width: 220px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box02 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 14px 0;
    color: #fefefe;
    background-color: #598e59;
    border-radius: 30px;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box02 a:hover {
    background: #2C67B2;
}

/* 赤ボタン */

.btn_box03 {
    position: relative;
    width: 220px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box03 a {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 14px 0;
    color: #fefefe;
    background-color: #d0353e;
    border-radius: 30px;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.btn_box03 a:hover {
    background: #2C67B2;
}

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

    .btn_wrapper {
        flex-direction: column;
        margin-bottom: 10px;
        gap: 0;
    }

    .btn_box01 {
        margin: 0 auto 10px;
    }



}

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

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: 1px solid #AAA;
    border-radius: 8px;
    background-color: #5c5c5c;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7 .tc input[type=submit]:hover {
    background-color: #CCC;
    color: #333;
    -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 */



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

追加用

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