/* Theme Name: chapple */

@charset "utf-8";

/* reset
================================================== */

html,
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;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section {
    display: block;
}

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

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

input,
select {
    /**vertical-align:middle;**/
}

/* Setting */
html {}


input,
textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

@media (min-width:736px) {
    body {
        font-size: 16px;
        line-height: 1.4;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
        color: #1c1c1c;
        background-color: #FFFFFF;
        letter-spacing: 1px;
    }

    body#top {
        background: url("assets/img/bg_top.png") center top no-repeat, url("assets/img/bg_top2.png") center top repeat-y;
    }

    body#sub {
        background: url("assets/img/bg_sub.png") center top no-repeat, url("assets/img/bg_top2.png") center top repeat-y;
    }

    body#sub2 {
        background: url("assets/img/bg_sub.png") center top no-repeat;
    }
}

@media (min-width:0px) and (max-width:735px) {
    body {
        font-size: 16px;
        line-height: 1.5;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
        color: #1c1c1c;
        background-color: #FFFFFF;
        letter-spacing: 1px;
        -webkit-text-size-adjust: 100%;
    }

    body#top {
        background: url("assets/img/bg_top2.png") center top repeat-y;
    }

    body#sub {
        background: url("assets/img/bg_top2.png") center top repeat-y;
    }

    body#sub2 {}
}

* html body {
    /* for IE6 */
    font-size: small;
}

*:first-child+html body {
    /* for IE7 */
    font-size: small;
}

img {
    vertical-align: middle;
}

ul {
    list-style-position: outside;
    list-style-type: none;
}

ol {
    list-style-position: inside;
}

@font-face {
    font-family: 'A-OTF-MaruFoProN';
    src: url('font/A-OTF-RyuminPr6N-Light.otf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: normal;
    font-family: "游ゴシック", "メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    /**font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;**/
}

*:active,
*:focus {
    outline: none;

}


/* clear */
.clear {
    clear: both;
}

.clear hr {
    display: none;
}

/* link */
a {
    color: #4285f4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (min-width:736px) {
    a img:hover {
        opacity: 0.7;
    }
}

/* iphoneのデフォルトstyleを無効*/
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.bold {
    font-weight: bold;
}

.red {
    color: #80111a;
}

.red-b {
    color: #80111a;
    font-weight: bold;
}

.orange {
    color: #FF6600;
}

.orange-b {
    color: #ff6600;
    font-weight: bold;
}

.blue {
    color: #0000ff;
}

.blue-b {
    color: #0000ff;
    font-weight: bold;
}

.green {
    color: #009900;
}

.new_line,
#main p {
    line-height: 180%;
    display: block;
    overflow: hidden;
    /**padding-top: 0px;
    padding-bottom: 20px;**/
}

#main .t-center {
    text-align: center;
}

#main .t-left {
    text-align: left !important;
}

#main .t-right {
    text-align: right !important;
}

.t_indent01 {
    text-indent: -13px;
    padding-left: 13px;
}

.t_indent02 {
    text-indent: -17px;
    padding-left: 17px;
}

@media (min-width:0px) and (max-width:749px) {
    .#main p {
        line-height: 200%;
        display: block;
        overflow: hidden;
        color: #444444;
        padding-top: 0px;
        padding-bottom: 20px;
        font-size: 16px;
    }
}

.txt110 {
    font-size: 110%;
}

.txt120 {
    font-size: 120%;
}

.txt140 {
    font-size: 140%;
}

.txt150 {
    font-size: 150%;
}

.txt160 {
    font-size: 160%;
}

.txt170 {
    font-size: 170%;
}

/**WordPress用**/
.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

@media (min-width:750px) {
    .pcnone {
        display: none !important;
    }

    .spnone {
        display: block !important;
    }

}

@media (min-width:0px) and (max-width:749px) {
    .pcnone {
        display: block !important;
    }

    .spnone {
        display: none !important;
    }
}

#conteiner {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

#main {
    padding-top: 0px;
}

}

@media (min-width:0px) and (max-width:735px) {
    #conteiner {
        box-sizing: border-box;
        width: 100%;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #main {
        padding-top: 0px;
    }

}


/*=================================================

header

==============================*/
@media (min-width:736px) {
    #header-out {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding: 0px;
        width: 100%;
        z-index: 4;
        position: fixed;
        top: 0;
    }

    #header {
        width: 1000px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;

    }

    #header .logo {
        display: block;
        height: auto;
        width: 182px;
        float: left;
        padding-top: 20px;
    }

    #header .logo a img {
        height: auto;
        width: 100%;

    }
}

#header .logo a {
    color: #ffc30c;
}

#header .logo a:hover {
    opacity: 0.8;
    text-decoration: none;
}


@media (min-width:0px) and (max-width:735px) {
    #header-out {
        /**height: 50px;**/
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        position: fixed;
        top: 0px;
        z-index: 5;
        padding: 0px;
        /**background-color: #fff;**/

    }

    #header {
        /**height: 50px;**/
        width: 100%;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        z-index: 2;
        overflow: hidden;
    }

    #header .logo {
        display: block;
        height: 40px;
        width: auto;
        float: left;
        padding-left: 10px;
        padding-top: 5px;
    }

    #header .logo a img {
        height: 100%;
        width: auto;

    }

}

@media (min-width: 0px) and (max-width: 335px) {
    #header .logo {
        display: block;
        height: 25px;
        width: auto;
        float: left;
        padding-left: 3px;
        padding-top: 13px;
    }
}

/*=================================================

Gメニュー

==============================*/

/* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 736px) {

    .menu {
        /* メニューを横に */
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding-left: 143px;
        overflow: hidden;
        background: url("assets/img/navi_item01.png") left 45px top no-repeat;
    }

    .menu.sub {
        /* 下層ページ用　位置調整 */
        padding-left: 129px;
        background: url("assets/img/navi_item01.png") left 31px top no-repeat;
    }

    .menu-list {
        /* メニューテキスト位置をリスト内中心に */
        /**width: 122px;**/
        width: 120px;
        float: left;
        background-color: #FFD400;
        height: 60px;
        box-sizing: border-box;
        padding-top: 13px;
    }

    .menu.sub .menu-list {
        /* 下層ページ用　幅調整 */
        height: 61px;
        padding-top: 14px;
    }

    .menu-list:last-child {
        background-color: #808080;
    }

    .menu-list a {
        text-align: center;
        color: #000000;
        display: block;
        padding-bottom: 6px;
        padding-top: 6px;
        border-left: solid 1px #808080;
        font-weight: bold;
    }

    .menu-list:first-child a,
    .menu-list:last-child a {
        border-left: none;
    }
}


button {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
}

@media (min-width:0px) and (max-width:735px) {
    #header * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    #header ::before,
    #header ::after {
        box-sizing: inherit;
    }

    /**************** 以下、ハンバーガーボタンのスタイリング ****************/
    .btn {
        /* ボタンの配置位置  */
        position: fixed;
        top: 12px;
        right: 12px;
        /* 最前面に */
        z-index: 10;
        /* ボタンの大きさ  */
        width: 48px;
        height: 48px;
        border: solid 2px #FFCE00;
    }

    /***** 真ん中のバーガー線 *****/
    .btn-line {
        display: block;
        /* バーガー線の位置基準として設定 */
        position: relative;
        left: 20%;
        top: 2%;
        /* 線の長さと高さ */
        width: 60%;
        height: 2px;
        /* バーガー線の色 */
        background-color: #FFCE00;
        transition: .2s;
    }

    /***** 上下のバーガー線 *****/
    .btn-line::before,
    .btn-line::after {
        content: "";
        /* 基準線と同じ大きさと色 */
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #FFCE00;
        transition: .5s;
    }

    .btn-line::before {
        /* 上の線の位置 */
        transform: translateY(-10px);
    }

    .btn-line::after {
        /* 下の線の位置 */
        transform: translateY(10px);
    }

    /***** メニューオープン時 *****/
    .btn-line.open {
        /* 真ん中の線を透明に */
        background-color: transparent;
    }

    .btn-line.open::before,
    .btn-line.open::after {
        content: "";
        background-color: #FFCE00;
        transition: .2s;
    }

    .btn-line.open::before {
        /* 上の線を傾ける */
        transform: rotate(45deg);
    }

    .btn-line.open::after {
        /* 上の線を傾ける */
        transform: rotate(-45deg);
    }

    /**************** ここまで、ハンバーガーボタンのスタイリング ****************/
    /**************** 以下、メニューのスタイリング ****************/
    .menu {
        /* メニューを縦に */
        display: flex;
        flex-direction: column;
        position: fixed;
        /* メニューの位置マイナス指定で画面外に */
        right: -70%;
        width: 70%;
        height: 100vh;
        background-color: rgba(252, 252, 252, .9);
        color: #efefef;
        transition: .3s;
        z-index: 8;
    }

    .menu-list {
        /* メニューテキスト位置をリスト内中心に */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .menu-list a {
        text-align: center;
        color: #000000;
        display: block;
        font-weight: bold;
    }

    .menu-list:hover {
        background-color: rgba(255, 255, 255, .5);
        color: #333;
        cursor: pointer;
        transition: .3s;
    }

    /***** メニューオープン時位置0にして画面内に *****/
    .menu.open {
        position: absolute;
        right: 0;
    }
}

/* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 736px) {
    .btn {
        display: none;
    }

}


/**************** ここまで、メニューのスタイリング ****************/

/*=================================================

footer

==============================*/
#footer-out {
    padding-bottom: 0px;
    width: 100%;
    min-width: 1000px;
    background: url("assets/img/footer_top_pc.png") center bottom no-repeat;
    padding-top: 300px;
}

#footer-out.sub {
    background: url("assets/img/footer_sub_pc.png") center bottom no-repeat;
    padding-top: 0px;
}

footer {
    width: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    margin-bottom: 0;
    margin-left: auto;
    color: #333;
    font-size: 80%;

}

footer .copy {
    text-align: center;
    color: #ffffff;
    padding-bottom: 25px;
}

footer .copy a {
    color: #ffffff;
}

@media (min-width:0px) and (max-width:735px) {
    #footer-out {
        padding-top: 150px;
        padding-bottom: 10px;
        min-width: inherit;
        background: url("assets/img/footer_top_sp.png") center bottom no-repeat;
        background-size: 100% auto;
        margin-top: -20px;
    }

    #footer-out.sub {
        padding-top: 0px;
        padding-bottom: 10px;
        background: url("assets/img/footer_sub_sp.png") center bottom no-repeat;
        margin-top: 0px;
    }

    footer {
        width: auto;
        min-width: inherit;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

    footer .copy {
        text-align: center;
        color: #ffffff;
        padding-bottom: 5px;
    }

    footer .copy a {
        color: #ffffff;
    }
}



.footer_menu {
    overflow: hidden;
    padding-top: 0px;
    padding-left: 160px;
    margin-bottom: 50px;
}

.footer_menu .top_link {
    border-bottom: solid 1px #ffffff;
    font-size: 14px;
    color: #ffffff;
    display: block;
    clear: both;
    padding-bottom: 5px;
}

.footer_menu div {
    float: left;
}

.footer_menu div:nth-of-type(1) {
    width: 135px;
}

.footer_menu div:nth-of-type(2) {
    width: 240px;
}

.footer_menu div:nth-of-type(3) {
    width: 425px;
}

.footer_menu div ul {
    padding: 10px;
}

.footer_menu div ul li {
    display: block;
    background-image: url(assets/img/list.png);
    background-repeat: no-repeat;
    background-position: left top 4px;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 14px;
}

.footer_menu div ul li a {
    color: #fff;
    padding: 5px;
}

.footer_menu div ul li.sub {
    margin-left: 15px;
}

.footer_menu div ul li.sub a {}

@media (min-width:0px) and (max-width:735px) {
    .footer_menu {
        overflow: hidden;
        padding-top: 0px;
        padding-left: 0px;
        margin-bottom: 50px;

        display: none;

    }

    .footer_menu div {
        float: none;
        width: 100%;
    }

    .footer_menu div:nth-of-type(1) {
        width: 100%;
    }

    .footer_menu div:nth-of-type(2) {
        width: 100%;
    }

    .footer_menu div:nth-of-type(3) {
        width: 100%;
    }

    .footer_menu div ul li {
        display: block;
        background-image: url(assets/img/list.png);
        background-repeat: no-repeat;
        background-position: left top 4px;
        padding-left: 15px;
        margin-bottom: 5px;
        font-size: 16px;
    }
}

/*=================================================

go-top

==============================*/
#go-top {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 4;
}

@media (min-width:0px) and (max-width:735px) {
    #go-top {
        position: fixed;
        bottom: 50px;
        right: 0;
    }
}

#go-top a {
    display: block;
    width: 70px;
}

#go-top a:hover {
    text-decoration: none;
}

#go-top span {
    display: block;
    height: 70px;
    width: 60px;
    transition: 0.2s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    background-size: 60px auto;
    background-image: url(assets/img/gotop.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/*===breadCrumb====*/
#breadCrumb {
    width: 100%;
    min-width: 1050px;
    padding-top: 10px;
    padding-bottom: 10px;
    /**background-color: #E4E5E7;**/

}

#breadCrumb ul {
    width: 1050px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
}

#breadCrumb ul li {
    display: inline;
    padding-right: 5px;
    font-size: 12px;
    color: #001129;
}

#breadCrumb ul li a {
    color: #001129;
}

#breadCrumb ul li a:hover {
    text-decoration: underline;
}

@media (min-width:0px) and (max-width:735px) {
    #breadCrumb {
        min-width: inherit;

    }

    #breadCrumb ul {
        width: auto;
        margin: 0 auto;
    }
}

/*=================================================

conteiner

==============================*/


p .imgright {
    float: right;
    width: 40%;
    margin-left: 10px;
    margin-bottom: 10px;
}

p .imgleft {
    float: left;
    width: 40%;
    margin-right: 10px;
    margin-bottom: 10px;
}

p .img100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

p .img100-l {
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

p .f-img01 {
    width: 50%;
}

#main p.more {
    text-align: right;
    font-size: 95%;
}

#main p.more a {}



#mainvl {
    /**background-image: url(assets/img/mainvl_pc.png);
	background-repeat: no-repeat;
	background-position: center top;**/
    height: 550px;
    min-width: 1000px;
    position: relative;
    z-index: 0;

}

#main_contact {
    background-image: url(assets/img/mainvl_contact_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 211px;
    min-width: 1000px;
    position: relative;
    z-index: 0;

}

#main_company {
    background-image: url(assets/img/mainvl_company_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 211px;
    min-width: 1000px;
    position: relative;
    z-index: 0;

}

#main_recruit {
    background-image: url(assets/img/mainvl_recruit_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 211px;
    min-width: 1000px;
    position: relative;
    z-index: 0;

}

#main_recruit_food {
    background-image: url(assets/img/mainvl_recruit_food_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 211px;
    min-width: 1000px;
    position: relative;
    z-index: 0;

}

#main_recruit_hobby {
    background-image: url(assets/img/mainvl_recruit_hobby_pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 211px;
    min-width: 1000px;
    position: relative;
    z-index: 0;

}

#mainvl img,
#main_contact img,
#main_recruit img,
#main_recruit_food img,
#main_recruit_hobby img,
#main_company img {
    display: none;
}

@media (min-width:0px) and (max-width:765px) {

    #mainvl,
    #main_contact,
    #main_recruit,
    #main_recruit_food,
    #main_recruit_hobby,
    #main_company {
        background-image: none;
        height: auto;
        min-width: inherit;
    }

    #mainvl img,
    #main_contact img,
    #main_recruit img,
    #main_recruit_food img,
    #main_recruit_hobby img,
    #main_company img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }

}



#main section.links,
#main div.links {
    margin-top: -60px;
    padding-top: 60px;

}

@media (min-width:0px) and (max-width:735px) {

    #main section.links,
    #main div.links {
        margin-top: -50px;
        padding-top: 50px;

    }

}


#main section .s_inner {
    width: 1000px;
    min-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#main section .s_inner2 {
    width: 1000px;
    min-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#main section .s_inner3 {
    width: 900px;
    min-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#main section.recruitArea {
    margin-top: -80px;
    z-index: 2;
    position: relative;
    margin-bottom: 100px;
}

#main section .s_inner img,
#main section .s_inner2 img,
#main section .s_inner3 img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:0px) and (max-width:735px) {

    #main section .s_inner {
        width: auto;
        min-width: inherit;
        padding-right: 0px;
        padding-left: 0px;
        box-sizing: border-box;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #main section .s_inner2 {
        width: auto;
        min-width: inherit;
        padding-right: 10px;
        padding-left: 10px;
        box-sizing: border-box;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #main section .s_inner3 {
        width: auto;
        min-width: inherit;
        padding-right: 0px;
        padding-left: 0px;
        box-sizing: border-box;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #main section.recruitArea {
        margin-top: -50px;
        margin-bottom: 100px;
    }
}

.max800 {
    max-width: 800px;
    margin: 0 auto;
}

/**ここから**/

/*============================
slick
============================*/

.slider {
    width: 90%;
    margin: 0 auto 0;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.header_slider,
.case_slider {
    width: 100%;
}

.header_slider .slick-slide {
    margin: 5px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    height: 36px;
    width: 36px;
    margin-top: -18px;
    color: #fff;
    line-height: 36px !important;
    font-size: 28px;
    cursor: pointer;
    z-index: 1;
    background: #222222;
    border-radius: 50%;
    font-size: 32px !important;
    text-align: center;
}

.slider-prev {
    left: 10%;
}

.slider-next {
    right: 10%;
}


header .slick-prev {
    left: 9%;
    right: auto;
}

header .slick-next {
    right: 9%;
    left: auto;
}

header .slick-prev:before,
.case .slick-prev:before {
    content: "\f104";

}

header .slick-next:before,
.case .slick-next:before {
    content: "\f105";
}

header .slick-prev:before,
header .slick-next:before {
    font-family: FontAwesome;
    color: #333;
}

/*============================
.case
============================*/
.case {}

.case_inner.inner {
    padding: 0;
    max-width: 100%;
}


.case h2 em {
    font-size: 15px;
    letter-spacing: 2px;
    color: #7c7c7c;
    font-weight: bold;
    padding-left: 8px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .case h2 em {
        display: block;
    }
}

.case h2 span:before,
.case h2 span:after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 80%;
    margin: 0 15px;
    position: absolute;
    bottom: 13px;
}

.case h2 span:before {
    right: 100%;
}

.case h2 span:after {
    left: 100%;
}

.case_slider {
    padding: 10px 0;
}

.case_slider .slick-slide {
    margin: 5px 15px;
}


.case_slider .slick-prev:before,
.case_slider .slick-next:before,
.mb_case_slider .slick-prev:before,
.mb_case_slider .slick-next:before {
    font-family: FontAwesome;
}

.case_slider .slick-prev,
.case_slider .slick-next {
    transform: scale(2.6, 6.1);
}

.case .slick-prev {
    left: 24%;
    right: auto;
}

.case .slick-next {
    right: 24%;
    left: auto;
}

/**
#formBox {
	background-color: #f2f2f2;
	margin-top: 40px;
	
}
#formBox h2 {
	margin-top: -35px;
	margin-right: auto;
	margin-bottom: -55px;
	margin-left: auto;
	display: block;
	position: relative;
	z-index:1;
}
#formBox h2 img {
	height: auto;
	width: 100%;
	max-width: 929px;
	display: block;
	margin: 0;
}
@media (min-width:0px) and (max-width:735px) {
#formBox {
	background-color: #f2f2f2;
	margin-top: 25px;
	
}
#formBox h2 {
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
}
#formBox h2 img {
	height: auto;
	width: 100%;
	max-width:479px;
	display:block;
	margin:0 auto;
}
}
#formBox .box {
	background-color: #f2f2f2;
	
}
#formBox .box .f_area {
	background-color: #FFF;
	padding: 40px;
	margin-bottom: 50px;
	border-radius: 10px;
	position: relative;
	margin-top: 30px;
	box-shadow: 0 10px 10px -2px #999;
	
}

#formBox .box .f_area p {
	font-size: 18px;
}
#formBox .box .f_area span {
	color: #d20000;
}
#formBox .box .f_area span.gray {
	color: #999999;
}
#formBox .box .f_area table {
	width: 100%;
	font-size: 16px;
}
#formBox .box .f_area table tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
#formBox .box .f_area table tr th {
	font-weight: normal;
	background-color: #ecebf0;
	padding: 10px;
	text-align: left;
	min-width: 270px;
	box-sizing: border-box;
	vertical-align: middle;
}
#formBox .box .f_area table tr td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 720px;
	box-sizing:border-box;
}
#formBox .box .f_area table tr td input {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #808080;
	border-radius:5px;
	line-height:40px;
	
}
#formBox .box .f_area table tr td input.pt1 {
	width:90%;
	
}
#formBox .box .f_area table tr td input.pt2 {
	width:30%;
	
}
#formBox .box .f_area table tr td input.pt3 {
	width:500px;
	
}
#formBox .box .f_area table tr td input.pt4 {
	width:23%;
	
}
#formBox .box .f_area table tr td input.pt5 {
	width: 10%;
	
}

#formBox .box .f_area table tr td select {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #808080;
	border-radius: 5px;
	line-height: 40px;
	display: block;
	height: 40px;
	width: 250px;
}
#formBox .box .f_area table tr td select.pt5 {
	width: 21%;
	display: inline-block;
	float: none;
	
}
#formBox .box .f_area table tr td .adoress {
	overflow: hidden;
}
#formBox .box .f_area table tr td .adoress div {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#formBox .box .f_area table tr td p.sml {
	font-size: 12px;
	text-align: left;
}
#formBox .box .f_area table tr td .radioBox label .sml2 {
	font-size: 12px;
	color: #333;
}
#formBox .box .f_area table tr td .radioBox {
	overflow: hidden;
}

#formBox .box .f_area table tr td .radioBox label {
	float: left;
	width: 33.33333%;
}
#formBox .box .f_area table tr td .checks {
}
#formBox .box .f_area table tr td .checks label {
	margin-right: 10px;
}
#formBox .box .f_area table tr td ul {
}
#main #formBox .box .f_area table tr td ul li {
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
}
#formBox .box .f_area table tr td ul li select {
	width:150px;
	float:right;
}
#formBox .box .f_area table tr td textarea {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #808080;
	border-radius: 5px;
	display: block;
	height: 100px;
	width:90%;
}
#formBox .bottom {
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#formBox button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: none;
	padding: 0px;
	cursor: pointer;
}
#formBox .bottom img {
	height: auto;
	width: 100%;
	max-width:595px;
}
#formBox .bottom img:hover {
	opacity:0.8;
}
#formBox .box .f_area h4 {
	font-size: 250%;
	text-align: center;
	margin-bottom: 15px;
}

#formBox .box .f_area h4 .blues {
	background: linear-gradient(transparent 80%, #ffff00 80%);
	color: #0054a4;
}
@media (min-width:0px) and (max-width:735px) {

#formBox .box .f_area {
	background-color: #FFF;
	margin-bottom: 30px;
	border-radius: 10px;
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	box-shadow: 0 10px 10px -2px #999;
}

#formBox .box .f_area p {
	font-size: 14px;
}
#formBox .box .f_area table {
	width: 100%;
	font-size: 13px;
}
#formBox .box .f_area table tr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	width: auto;
	clear:both;
}
#formBox .box .f_area table tr th {
	font-weight: normal;
	background-color: #ecebf0;
	padding: 5px;
	text-align: left;
	width: auto;
	box-sizing: border-box;
	vertical-align: middle;
	display: block;
	clear: both;
}
#formBox .box .f_area table tr td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: auto;
	display: block;
	box-sizing:border-box;
	clear:both;
}
#formBox .box .f_area table tr td input {
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #808080;
	border-radius:5px;
	line-height:30px;
	font-size:16px;
	
}
#formBox .box .f_area table tr td input.pt1 {
	width:90%;
	
}
#formBox .box .f_area table tr td input.pt2 {
	width:35%;
	
}
#formBox .box .f_area table tr td input.pt3 {
	width:100%;
	
}
#formBox .box .f_area table tr td input.pt4 {
	width:20%;
	
}
#formBox .box .f_area table tr td input.pt5 {
	width: 6%;
	
}

#formBox .box .f_area table tr td select {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #808080;
	border-radius: 5px;
	line-height: 40px;
	display: block;
	height: 30px;
	width: 90%;
	font-size: 16px;
}
#formBox .box .f_area table tr td select.pt5 {
	width: 29%;
	display: inline-block;
}
#formBox .box .f_area table tr td .adoress {
	overflow: hidden;
}
#formBox .box .f_area table tr td .adoress div {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#formBox .box .f_area table tr td p.sml {
	font-size: 10px;
	text-align: left;
}
#formBox .box .f_area table tr td .radioBox label .sml2 {
	font-size: 10px;
	color: #333;
}
#formBox .box .f_area table tr td .radioBox {
	overflow: hidden;
}

#formBox .box .f_area table tr td .radioBox label {
	float: left;
	width: 50%;
}
#formBox .box .f_area table tr td .checks {
}
#formBox .box .f_area table tr td .checks label {
	margin-right: 10px;
}
#formBox .box .f_area table tr td ul {
}
#main #formBox .box .f_area table tr td ul li {
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
}
#formBox .box .f_area table tr td ul li select {
	width:150px;
	float:none;
	clear:both;
	margin-top:3px;
	margin-bottom:5px;
}
#formBox .box .f_area table tr td textarea {
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #808080;
	border-radius: 5px;
	display: block;
	height: 100px;
	width: 90%;
	font-size: 16px;
}
#formBox .box .f_area h4 {
	font-size: 200%;
	text-align: center;
	margin-bottom: 10px;
}

#formBox .box .f_area h4 .blues {
	color: #0054a4;
}
}





#formBox .box .f_area .buttons {
	text-align: center;
}
#formBox .box .f_area .buttons .bt_back,
#formBox .box .f_area .buttons .bt_submit {
	color: #FFF;
	background-color: #00245e;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}

*/



/***20180424新規**/





#main .form {
    padding-bottom: 15px;
    min-width: 1000px;
    margin-top: 40px;
}

#main .form.pt2 {
    background-color: #ffc700;
    padding-top: 30px;
    padding-bottom: 30px;
}

#main .form.pt2 .s_inner2 {
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}


@media (min-width:0px) and (max-width:735px) {
    #main .form {
        padding-bottom: 15px;
        min-width: inherit;
        margin-top: 20px;
    }

    #main .form.pt2 {
        background-color: #ffc700;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #main .form.pt2 .s_inner2 {
        background-color: #ffffff;
        padding-left: 10px;
        padding-right: 10px
    }
}


#main table.contact {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
}

#main table.contact.pt2 {
    width: 800px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

#main table.contact.pt3 {
    width: 800px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
}

#main table.contact tr th {
    text-align: left;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 300px;
    padding-left: 10px;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
}

#main table.contact.pt2 tr th {
    text-align: center;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 350px;
    padding-left: 20px;
    vertical-align: top;
}

#main table.contact.pt3 tr th {

    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 350px;
    padding-left: 20px;
    vertical-align: top;
}

#main table.contact.pt4 tr th {
    text-align: right;
    font-weight: normal;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 200px;
    padding-left: 0px;
    vertical-align: middle;
}

#main table.contact tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

#main table.contact.pt2 tr td,
#main table.contact.pt3 tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

#main table.contact.pt4 tr td {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 100px;
}

#main .contact tr {
    padding-top: 10px;
    padding-bottom: 10px;
    /**border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;**/
}

#main .contact.pt2 tr {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

#main .contact.pt3 tr {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B1B1B1;
}

#main .contact.pt4 tr {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #808080;
}

#main .contact tr:last-child {
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-bottom-color: #E1E1E1;
}

#main .contact tr td label {
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
}

#main .contact tr th div {
    padding: 10px;
    background-color: #dcdcdc;
    float: left;
    width: 70%;

}

#main .contact tr th div.noncolor {
    background-color: #fff;

}

#main .contact tr th .pdd {
    padding-top: 40px;
    padding-bottom: 40px;
}

#main .contact tr td ul {}

#main .contact tr td ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#main .contact tr td .pt05 {
    font-size: 16px;
    line-height: 40px;
    color: #a09e9e;
    height: 40px;
    width: 25%;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #E1E1E1;
}

#main .contact tr td .pt06 {
    font-size: 16px;
    line-height: 40px;
    color: #a09e9e;
    height: 40px;
    width: 50%;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #E1E1E1;
}

@media (min-width:0px) and (max-width:735px) {

    #main table.contact {
        font-size: 16px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        table-layout: fixed;
        box-sizing: border-box;
        overflow: hidden;
    }

    #main table.contact.pt2 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;

    }

    #main table.contact.pt3 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;

    }

    #main .contact tr th div {
        float: left;
        width: 100%;

    }

    #main table.contact tr th {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 0px;
        vertical-align: top;
        display: block;
        width: auto;
        padding-left: 0px;
    }

    #main table.contact.pt2 tr th {
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 0px;
        vertical-align: top;
        display: block;
        width: auto;
        padding-left: 0px;
    }

    #main table.contact.pt3 tr th {
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 0px;
        vertical-align: top;
        display: block;
        width: auto;
        padding-left: 0px;
    }

    #main table.contact.pt4 tr th {
        font-size: 17px;
        text-align: left;
        font-weight: normal;
        padding-top: 20px;
        padding-bottom: 0px;
        display: block;
        width: auto;
        padding-left: 0px;
        vertical-align: middle;
    }

    #main table.contact tr td {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }

    #main table.contact.pt2 tr td {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        text-align: center;
    }

    #main table.contact.pt3 tr td {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        text-align: center;
    }

    #main table.contact.pt4 tr td {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }

    #main .contact tr .l_Cel {
        font-weight: bold;
        border-bottom: solid 1px #999999;
        padding-bottom: 0px;
    }

    #main .contact tr th p.leftth {
        text-align: left;
    }

    #main table.contact tr td input,
    #main table.contact tr td textarea,
    #main table.contact tr td select {
        font-size: 16px;
    }

    #main .contact tr th .pdd {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #main .contact tr td ul li .pt5 {
        font-size: 16px;
        line-height: 40px;
        color: #a09e9e;
        height: 40px;
        width: 30%;
        border-radius: 5px;
        margin-left: 2px;
        margin-right: 2px;
    }

    #main .contact tr td .pt6 {
        font-size: 16px;
        line-height: 40px;
        color: #a09e9e;
        height: 40px;
        width: auto;
        border-radius: 5px;
        margin-left: 5px;
        margin-right: 5px;
        border: 1px solid #E1E1E1;
    }
}

#main table.contact tr td input.pt01 {
    font-size: 16px;
    line-height: 40px;
    color: #a09e9e;
    height: 40px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;
    border-radius: 5px;
}

#main table.contact tr td input.pt02 {
    font-size: 16px;
    line-height: 40px;
    color: #a09e9e;
    height: 40px;
    width: 40%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;
    border-radius: 5px;
}

#main table.contact tr td textarea {
    font-size: 16px;
    color: #a09e9e;
    min-height: 100px;
    width: 98%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}

#main table.contact td dl {}

#main table.contact td dl dt {
    padding-top: 8px;
    margin-bottom: 3px;
}

#main table.contact td dl dd {}

#main .fbtn input {
    cursor: pointer;
    border: none;

}

#main .fbtn {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

@media (min-width:0px) and (max-width:735px) {
    #main .fbtn {
        padding-right: 10px;
        padding-left: 10px;
    }

}


#main .contact tr th .his {
    color: #FFF;
    background-color: #FF9F9D;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    float: right;
    line-height: 40px;
}

#main .contact tr td .pd2 {
    padding-top: 10px;
    display: block;
}

#main .form .porcyBox {
    max-width: 800px;
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 20px;
}

#main .form .porcyBox .scrolBox {
    background-color: #FFF;
    height: 200px;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: solid 1px #EAEBEC;
    margin-top: 20px;
}

#main .form .porcyBox .scrolBox p {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    background-color: #D6D6D6;
}

::-webkit-scrollbar-thumb {
    background-color: #FFCE00;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

@media (min-width:0px) and (max-width:735px) {
    #main .form .porcyBox .scrolBox {
        height: 150px;
        margin-bottom: 20px;
    }

    #main .form .porcyBox .scrolBox p {
        text-indent: -1em;
        padding-left: 1em;
        font-size: 14px;
    }
}





/**新規追加スタイルサービス**/
#main .btn01 {
    color: #FFF;
    background-color: #000000;
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;

}

#main .btn01 span {
    background: url("assets/img/icon01.png") right center no-repeat;
    padding-right: 30px;
    display: inline-block;
}

#main .btn02 {
    color: #FFF;
    background-color: #000000;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}

#main .btn_pagelink {
    color: #FFF;
    background-color: #000000;
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;

}

#main .btn_pagelink span {
    background: url("assets/img/icon-pagelink.png") right center no-repeat;
    padding-right: 30px;
    display: inline-block;
}

#main .mb05 {
    margin-bottom: 5px;
}

#main .mb10 {
    margin-bottom: 10px;
}

#main .mb20 {
    margin-bottom: 20px;
}

#main .mb30 {
    margin-bottom: 30px;
}

#main .mb40 {
    margin-bottom: 40px;
}

#main .mt05 {
    margin-top: 5px;
}

#main .mt10 {
    margin-top: 10px;
}

#main .mt15 {
    margin-top: 15px;
}

#main .mt20 {
    margin-top: 20px;
}

#main .mt-05 {
    margin-top: -5px;
}

#main .mt-10 {
    margin-top: -10px;
}

#main .mt-15 {
    margin-top: -15px;
}

#main .mt-20 {
    margin-top: -20px;
}

#main .mt-25 {
    margin-top: -25px;
}

#main .mt-30 {
    margin-top: -30px;
}

#main .mt-35 {
    margin-top: -35px;
}

#main .mt-45 {
    margin-top: -45px;
}

#main .pd5 {
    padding: 5px;
}

#main .pd10 {
    padding: 10px;
}

#main .pd15 {
    padding: 15px;
}




#main .cont01 {
    position: relative;
    min-width: 1000px;
    /* background: url(assets/img/top_cont01_pc.png) center top no-repeat; */
    background: url(assets/img/bg_under.png) center top no-repeat;
    height: 1200px;
}

#main .cont01 .cover {
    position: absolute;
}

/* .cont01_cober_layer,
.cont01_cover_layer img {
    width: 100%;
} */

.cont01_cover_layer {
    width: 100%;
    height: 100%;
    background: url(assets/img/line.png) center top no-repeat;
}

.parallax {
    opacity: 0;
    /* transition: opacity 0.5s, transform 0.5s; */
    transform: translateX(-200px);
    transition: opacity 1s, transform 1s;
}

.parallax.l {
    transform: translateX(-200px);
}

.parallax.r {
    transform: translateX(200px);
}


.hobby_img {
    left: 73px;
    top: 262px;
    /* transform: translateX(-300px); */
    /* transform: translateX(-100px);
    animation: fadeInSlideIn linear both;
    animation-timeline: view(block);
    animation-range: entry 25% cover 30%; */
}

.restaurant_img {
    left: 660px;
    top: 143px;
    /* transform: translateX(100px);
    animation: fadeInSlideOut linear both;
    animation-timeline: view(block);
    animation-range: entry 25% cover 30%; */
}

.journey_img {
    left: 561px;
    top: 863px;
    /* transform: translateX(-300px); */
    /* transform: translateX(-100px);
    animation: fadeInSlideIn linear both;
    animation-timeline: view(block);
    animation-range: entry 25% cover 30%; */
}

.parallax.active {
    opacity: 1;
    transform: translateX(0);
}

/* @keyframes fadeInSlideIn {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInSlideOut {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
} */

@media (min-width:0px) and (max-width:735px) {
    #main .cont01 {
        min-width: inherit;
        background: none;
        height: auto;
    }
}

#main .cont02 {
    min-width: 1000px;
    background: url(assets/img/top_cont02_ttl_pc.png) center top no-repeat;
    height: 280px;

}

@media (min-width:0px) and (max-width:735px) {
    #main .cont02 {
        min-width: inherit;
        background: none;
        height: auto;
    }
}

#main .top_root {
    min-width: 1000px;
    background: url(assets/img/top_root_pc.png) center top no-repeat;

    height: 683px;

}

@media (min-width:0px) and (max-width:735px) {
    #main .top_root {
        min-width: inherit;
        background: url(assets/img/top_root_sp.png) center top no-repeat;
        background-size: cover;
        height: auto;
    }
}

#main .top_meat_park {
    min-width: 1000px;
    background: url(assets/img/top_meat_park_pc.png) center top no-repeat;
    height: 700px;

}

@media (min-width:0px) and (max-width:735px) {
    #main .top_meat_park {
        min-width: inherit;
        background: url(assets/img/top_meat_park_sp.png) center top no-repeat;
        background-size: cover;
        height: auto;
    }
}

#main .top_kufuku {
    min-width: 1000px;
    background: url(assets/img/top_kufuku_pc.png) center top no-repeat;
    height: 688px;

}

@media (min-width:0px) and (max-width:735px) {
    #main .top_kufuku {
        min-width: inherit;
        background: url(assets/img/top_kufuku_sp.png) center top no-repeat;
        background-size: cover;
        height: auto;
    }
}

#main .top_boqueria {
    min-width: 1000px;
    background: url(assets/img/top_boqueria_pc.png) center top no-repeat;
    height: 625px;

}

@media (min-width:0px) and (max-width:735px) {
    #main .top_boqueria {
        min-width: inherit;
        background: url(assets/img/top_boqueria_sp.png) center top no-repeat;
        background-size: cover;
        height: auto;
    }
}

.ourMission {
    position: relative;
}

.ourMission .hx {
    position: absolute;
    left: 80px;
    top: 60px;
    font-weight: bold;
    font-size: 48px;
    font-family: Century Gothic, sans-serif;
}

.ourMission .hx01 {
    position: absolute;
    left: 196px;
    top: 215px;
    color: #ffd400;
    font-weight: bold;
    font-size: 37px;
}

.ourMission .txt01 {
    position: absolute;
    left: 70px;
    top: 515px;
    width: 250px;

}

.ourMission .hx02 {
    position: absolute;
    left: 615px;
    top: 93px;
    color: #ffd400;
    font-weight: bold;
    font-size: 37px;
}

.ourMission .txt02 {
    position: absolute;
    left: 650px;
    top: 360px;
    width: 310px;
}

.ourMission .hx03 {
    position: absolute;
    left: 520px;
    top: 815px;
    color: #ffd400;
    font-weight: bold;
    font-size: 37px;
}

.ourMission .txt03 {
    position: absolute;
    left: 565px;
    top: 1070px;
    width: 290px;
}

.ourMission .txt01,
.ourMission .txt02,
.ourMission .txt03 {
    font-size: 14px;
    line-height: 160% !important;
}

.ourMission .txt04 {
    position: absolute;
    left: 420px;
    top: 540px;
    width: 340px;
    font-weight: bold;
    text-align: center;
}

.ourMission .txt04 span {
    font-size: 25px;
}

@media (min-width:0px) and (max-width:735px) {
    .ourMission {
        display: none;
    }
}

.cont02 .contents {
    position: relative;
}

.cont02 .contents .hx {
    font-weight: bold;
    text-align: center;
    font-size: 48px;
    font-family: Century Gothic, sans-serif;
    padding-top: 50px;
}

.cont02 .contents .txt01 {
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
}

.cont02 .contents .hx2 {
    font-weight: bold;
    text-align: center;
    /**font-size: 72px;**/
    font-size: 48px;
}

.cont02 .contents .txt02 {
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
}

@media (min-width:0px) and (max-width:735px) {
    .cont02 .contents {
        display: none;
    }
}

.shop_box {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    flex-wrap: wrap;
}

.shop_box div {
    width: 50%;
    height: 100vh;
    box-sizing: border-box;
}

.shop_box .shop_item01 {
    background-color: rgba(0, 0, 0, .7);
    background-image: url("assets/img/item_top01.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 683px;
}

@media (min-width:736px) {
    .shop_box .shop_item01:hover {
        opacity: 0.7;
        transition: 0.7s;
    }
}

.shop_box .shop_item01.pt2 {
    background-image: url("assets/img/item_top02.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.shop_box div.meat_park {
    height: 700px;
}

.shop_box div.kufuku {
    height: 688px;
}

.shop_box div.boqueria {
    height: 625px;
}

@media (min-width:0px) and (max-width:735px) {

    .shop_box div.meat_park,
    .shop_box div.kufuku {
        height: auto;
    }
}

.shop_box .shop_item01 a {
    display: block;
    height: 100vh;
    padding-top: 200px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.shop_box .shop_item01 a:hover {
    text-decoration: none;
}

.shop_box .shop_item01 img {
    border: solid 1px #ffffff;
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.shop_box .shop_item01 h3 {
    text-align: center;
    color: #FFD400;
    font-size: 30px;
    margin-bottom: 20px;
}

.shop_box .shop_item01 hr {
    border: solid 1px #ffffff;
    display: block;
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.shop_box .shop_item01 p {
    text-align: center;
    color: #ffffff;
    font-size: 23px;
}

.shop_box .shop_item02 {
    padding: 30px;
}

@media (min-width:0px) and (max-width:735px) {
    .shop_box div {
        width: 50%;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
    }

    .shop_box .shop_item01,
    .shop_box .shop_item01.pt2 {
        background-color: rgba(0, 0, 0, .7);
        background-image: none;
        background-position: left bottom;
        background-repeat: no-repeat;
        height: auto;
    }

    .shop_box .shop_item01 a {
        display: block;
        height: auto;
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        pointer-events: none;
    }

    .shop_box .shop_item01 a:hover {
        text-decoration: none;
    }

    .shop_box .shop_item01 img {
        border: solid 1px #ffffff;
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .shop_box .shop_item01 h3 {
        text-align: center;
        color: #FFD400;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .shop_box .shop_item01 hr {
        border: solid 1px #ffffff;
        display: block;
        width: 60%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .shop_box .shop_item01 p {
        text-align: center;
        color: #ffffff;
        font-size: 13px;
    }

    .shop_box .shop_item02 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 45%;
        padding-bottom: 0px;
    }
}





#main .cont03 {
    min-width: 1000px;
    background: url(assets/img/top_cont03_pc.png) center top no-repeat;
    height: 1738px;

}

@media (min-width:0px) and (max-width:735px) {
    #main .cont03 {
        min-width: inherit;
        background: none;
        height: auto;
    }
}

#main .cont03 .s_inner {
    position: relative;
}


.cont03 .contents {
    position: relative;
}

.cont03 .contents .hx {
    font-weight: bold;
    text-align: center;
    /**font-size: 72px;**/
    font-size: 48px;
    padding-top: 98px;
}

.cont03 .contents .txt01 {
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

@media (min-width:0px) and (max-width:735px) {
    .cont03 .contents {
        display: none;
    }
}

#main .cont03 .linkA {
    /**background-color: aqua;**/
    width: 410px;
    height: 180px;
    position: absolute;
    top: 620px;
    left: 320px;
}

#main .cont03 .linkB {
    width: 410px;
    height: 180px;
    position: absolute;
    top: 810px;
    left: 210px;
}

#main .cont03 .linkC {
    width: 410px;
    height: 180px;
    position: absolute;
    top: 1000px;
    left: 320px;
}

#main .cont03 .linkD {
    width: 410px;
    height: 180px;
    position: absolute;
    top: 1190px;
    left: 430px;
}

@media (min-width:0px) and (max-width:735px) {

    #main .cont03 .linkA,
    #main .cont03 .linkB,
    #main .cont03 .linkC,
    #main .cont03 .linkD {
        display: none;
    }
}


#main .top_journey {
    min-width: 1000px;
    background: url(assets/img/top_journey_pc.png) center top no-repeat;
    height: 710px;

}

@media (min-width:0px) and (max-width:735px) {
    #main .top_journey {
        min-width: inherit;
        background: none;
        height: auto;
    }
}

.top_journey .contents {
    position: relative;
}

.top_journey .contents .hx {
    font-weight: bold;
    text-align: center;
    /**font-size: 72px;**/
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
}

.top_journey .contents .txt01 {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 29px;
}

@media (min-width:0px) and (max-width:735px) {
    .top_journey .contents {
        display: none;
    }
}

.journey_box {
    padding-top: 190px;
}

.journey_box .contArea {
    background-color: rgba(0, 0, 0, .7);
    width: 45%;
    height: 520px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 0px;
}

.journey_box .contArea img {
    max-width: 100%;
    margin-bottom: 30px;
}

.journey_box .contArea hr {
    border: solid 1px #ffffff;
    margin-bottom: 30px;
}

.journey_box .contArea p {
    color: #ffffff;
}

@media (min-width:0px) and (max-width:735px) {
    .journey_box {
        padding: 30px;
        background: url(assets/img/top_journey_sp_bg.png) center top no-repeat;
        background-size: cover;
    }

    .journey_box .contArea {
        background-color: rgba(0, 0, 0, .7);
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    .journey_box .contArea img {
        max-width: 100%;
        margin-bottom: 25px;
    }

    .journey_box .contArea hr {
        border: solid 1px #ffffff;
        margin-bottom: 25px;
    }

    .journey_box .contArea p {
        font-size: 14px;
    }
}



#main .top_recruit {
    min-width: 1000px;
    background: url(assets/img/top_recruit_pc.png) center top no-repeat;
    padding-top: 240px;
    padding-bottom: 50px;
    position: relative;
}

@media (min-width:0px) and (max-width:735px) {
    #main .top_recruit {
        min-width: inherit;
        background: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.top_recruit .contents {}

.top_recruit .contents .hx {
    font-weight: bold;
    text-align: center;
    /**font-size: 72px;**/
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: 57px;
}

.top_recruit .contents .txt01 {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 146px;
}

@media (min-width:0px) and (max-width:735px) {
    .top_recruit .contents {
        display: none;
    }
}

.recruit_box {}

.recruit_box .contArea {
    position: relative;
}

.recruit_box .contArea img {
    position: absolute;
    top: 65px;
    left: 35px;
}

.recruit_box .contArea h3 {
    background-color: #FFD400;
    display: block;
    padding: 20px 40px;
    margin-left: 400px;
    font-weight: bold;
    margin-bottom: 30px;
}

.recruit_box .contArea .cont {
    margin-left: 510px;
    margin-right: 10px;
    box-shadow: 3px 3px #ccc;
    background-color: #ffffff;
    padding: 20px;
}

.recruit_box .contArea .cont h4 {
    border-bottom: solid 1px #929292;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 19px;
}

.recruit_box .contArea .cont p {
    font-size: 15px;
    margin-bottom: 25px;
}

@media (min-width:0px) and (max-width:735px) {
    .recruit_box {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .recruit_box .contArea {
        position: relative;
    }

    .recruit_box .contArea img {
        position: relative;
        top: inherit;
        left: inherit;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .recruit_box .contArea h3 {
        background-color: #FFD400;
        display: block;
        padding: 15px 10px;
        margin-left: 0px;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: -10px;
    }

    .recruit_box .contArea .cont {
        margin-left: 0px;
        margin-right: 0px;
        box-shadow: 0px 5px #ccc;
        background-color: #ffffff;
        padding: 10px;
    }

    .recruit_box .contArea .cont h4 {
        border-bottom: solid 1px #929292;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 19px;
    }

    .recruit_box .contArea .cont p {
        font-size: 15px;
        margin-bottom: 25px;
    }
}

input[name="お問い合わせ項目"] {
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 3px;
}

.button01 {
    padding: 10px;
}

.button01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border: solid 1px #ffffff;
    transition: 0.3s;
}

.button01 a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #ffffff;
    transition: 0.3s;
}

.button01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 70px;
    height: 2px;
    background-color: #ffffff;
    transition: 0.3s;
}

.button01 a:hover {
    text-decoration: none;
    background-color: #bbbbbb;
}

.button01 a:hover::before,
.button01 a:hover::after {
    right: -2.5em;
}

/**タイトル**/

.ttl01 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    padding-top: 50px;
    margin-bottom: 25px;
}

.ttl01 span {
    background: url("assets/img/ttl_item01.png") left center no-repeat, url("assets/img/ttl_item02.png") right center no-repeat;
    padding-left: 70px;
    padding-right: 25px;
    line-height: 58px;
    display: inline-block;
}

.ttl_recruit {
    background: url("assets/img/ttl_recruit_pc.png") center top no-repeat;
    padding-top: 25px;
    margin-bottom: 30px;
}

.ttl_recruit .hxBox {
    text-align: center;
}

.ttl_recruit .hxBox .hx {
    display: inline-block;
    border: solid 5px #ffd600;
    color: #ffd600;
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
}

.ttl_recruit .hxBox .hxSub {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

@media (min-width:0px) and (max-width:735px) {
    .ttl_recruit {
        background: none;
        padding-top: 20px;
        margin-bottom: 30px;
        background-color: #ffffff;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ttl_recruit .hxBox .hx {
        display: inline-block;
        border: solid 5px #ffd600;
        color: #ffd600;
        font-size: 20px;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 24px;
    }

    .ttl_recruit .hxBox .hxSub {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 15px;
    }
}

.ttl_sub01 {
    border-left: solid 3px #ffd600;
    padding-left: 10px;
    font-size: 110%;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ttl_sub01 span {
    padding-bottom: 10px;
    padding-top: 10px;
}

.ttl_company01 {
    background: url("assets/img/ttl_company01_pc.png") left top 28px no-repeat;
    padding-top: 25px;
    margin-bottom: 150px;
}

.ttl_company01 .hxBox {
    text-align: center;
    position: relative;
}

.ttl_company01 .hxBox .hx {
    display: inline-block;
    border: solid 5px #ffd600;
    color: #ffd600;
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 0px;
    left: 20px;
}

.ttl_company01 .hxBox .hxSub {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
    position: absolute;
    top: 21px;
    left: 460px;

}

.ttl_company01 .hxBox .hxSub2 {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    background-color: #ffd600;
    margin-top: 118px;
    margin-left: 10px;
    padding: 10px 30px;
    display: inline-block;
}

@media (min-width:0px) and (max-width:735px) {
    .ttl_company01 {
        background: none;
        padding-top: 20px;
        margin-bottom: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ttl_company01 .hxBox .hx {
        display: inline-block;
        border: solid 5px #ffd600;
        color: #ffd600;
        font-size: 20px;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 24px;
        position: inherit;
        top: inherit;
        left: inherit;
    }

    .ttl_company01 .hxBox .hxSub {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 15px;
        position: inherit;
        top: inherit;
        left: inherit;
    }

    .ttl_company01 .hxBox .hxSub2 {
        font-size: 25px;
        font-weight: bold;
        color: #ffffff;
        margin-bottom: 40px;
        text-align: center;
        background-color: #ffd600;
        margin-top: 0px;
        margin-left: 0px;
        padding: 10px 30px;
        display: inline-block;
    }
}

.ttl_company02 {
    background: url("assets/img/ttl_company02_pc.png") center top 28px no-repeat;
    padding-top: 25px;
    margin-bottom: 150px;
}

.ttl_company02 .hxBox {
    text-align: center;
    position: relative;
    margin-bottom: 280px;
}

.ttl_company02 .hxBox .hx {
    display: inline-block;
    border: solid 5px #ffd600;
    color: #ffd600;
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 0px;
    right: 190px;
}

.ttl_company02 .hxBox .hxSub {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
    position: absolute;
    top: 102px;
    left: 480px;

}

@media (min-width:0px) and (max-width:735px) {
    .ttl_company02 {
        background: none;
        padding-top: 20px;
        margin-bottom: 100px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ttl_company02 .hxBox {
        text-align: center;
        position: relative;
        margin-bottom: 0px;
    }

    .ttl_company02 .hxBox .hx {
        display: inline-block;
        border: solid 5px #ffd600;
        color: #ffd600;
        font-size: 20px;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 24px;
        position: inherit;
        top: inherit;
        right: inherit;
    }

    .ttl_company02 .hxBox .hxSub {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 15px;
        position: inherit;
        top: inherit;
        left: inherit;
    }
}

.flex01 {
    overflow: hidden;
}

.flex01 li {
    widows: 50%;
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
}

@media (min-width:0px) and (max-width:735px) {
    .flex01 li {
        widows: 100%;
        box-sizing: border-box;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-right: 0px;
        float: none;
    }
}