@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
    color: #000;
    min-width: inherit;
    max-height: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 30px;
    font-size: 15px;
    cursor: auto;
    letter-spacing: 0;
    word-spacing: normal;
    background: url(../img/shared/bg01.png) repeat center top;
}
.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
    clear: both;
    content: "";
    display: block;
}
.note_add {
    position: absolute;
    right: 2.5%;
    bottom: -10px;
    z-index: 10;
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
/*=============================================
 * header
 *=============================================*/
header {
    position: relative;
}
header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    z-index: 52;
    transform: translate(-50%, -50%);
}
header .pickup {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    z-index: 52;
}
header .pickup2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    z-index: 52;
    transform: translate(-50%, 0%);
}
header .pickup3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    z-index: 51;
    transform: translate(-50%, 0%);
}
header #belt {
    position: fixed;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    z-index: 9999;
}
header #hd_top {
    z-index: 99;
    height: 95px;
    position: relative;
}
header h1 {
    font-size: 9px;
    line-height: 22px;
    color: #fff;
    text-align: right;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 999;
    text-shadow: 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524;
}
header #logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 80px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
header .menu_toggle ul li {
    border-bottom: 2px solid #000;
}
header .menu_toggle ul li:last-child a {
    letter-spacing: 0;
}
header .menu_toggle ul li a {
    color: #000;
}
header .menu_toggle .toggle {
    color: #000;
    cursor: pointer;
}
header .menu_toggle .toggle .toggle-link {
    display: block;
    padding: 15px 0 15px 10px;
    border-bottom: 2px solid #000;
    color: #000;
}
header .menu_toggle .toggle-link:after {
    content: '\e802';
    color: #000;
    font-size: 11px;
}
header .menu_toggle .toggle.active .toggle-link:after {
    content: '\e803';
}
header .menu_toggle .toggle-main ul li a {
    padding-left: 20px;
}
/*====================== nav ====================== */
.nav_pop {
    padding: 5% 0;
}
.remodal {
    padding: 0 20px;
}
.nav_pop p.tt {
    font-size: 18px;
    font-weight: bold;
}
.nav_pop dl dd a {
    font-size: 16px;
}
header .topnavi {
    position: absolute;
    top: 22px;
    right: 77px;
    height: 54px;
}
header .topnavi li {
    display: inline-block;
    position: relative;
    width: 60px;
    vertical-align: top;
}
header .topnavi li a {
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    display: block;
    height: 100%;
    padding-top: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 3px;
}
header .topnavi li a:hover {
    text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-size: 17px;
    font-weight: normal;
}
header .menu_toggle {
    background: url(../img/shared/bg01.png) repeat center top;
    z-index: 99;
    padding-top: 80px;
}
header .close_btn {
    background: url(../img/shared/bg01.png) repeat center top;
    color: #000;
}
header .menu_toggle.nav-style01 {
    top: 0px;
    right: -100%;
    display: block;
    transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
}
.add_bnr {
    padding: 20px 0 15px;
    width: 95%;
}
#logo_navi {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 18%;
    z-index: 2;
}
#tel_pager {
    padding-top: 80px;
    position: relative;
}
header .navBtn {
    top: 22px;
    left: auto;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 11px 10px;
    z-index: 999;
}
header .navBtn:after {
    content: 'MENU';
}
.navOpen header .navBtn:after {
    content: 'CLOSE';
}
header .navBtn span {
    background: #fff;
}
header .menu_toggle .nav_btn {
    margin-top: 10px;
    text-align: center;
    padding: 0 10px;
    color: #000;
    position: relative;
    z-index: 10;
}
header .menu_toggle .nav_btn p {
    background: #FFF;
    margin-bottom: 10px;
    float: left;
    width: 49%;
}
header .menu_toggle .nav_btn p.odd {
    float: right;
}
header .menu_toggle .nav_btn p.link_first {
    float: none !important;
    width: 100%;
}
header .menu_toggle .nav_btn p a {
    display: block;
    padding: 6px 0;
    color: #000;
    position: relative;
    line-height: 28px;
}
header .menu_toggle .nav_btn a:after {
    content: '\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
    color: #000;
}
/*====================== end nav ====================== */
/*====================== header key ====================== */
header #key {
    position: relative;
    z-index: 500;
    overflow: hidden;
}
.bx-wrapper {
    position: relative;
}
.bx-wrapper .bx-pager {
    color: #ffee00;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    line-height: 10px;
    bottom: 5%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999;
}
.bx-controls-direction {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 99.9%;
    z-index: 999;
}
.bx-wrapper .bx-controls-direction a {
    color: #FFF;
    font-family: "fontello";
    font-size: 25px;
    height: 35px;
    line-height: 35px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 0%;
    text-align: center;
    width: 35px;
    z-index: 99;
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
.bx-prev::after {
    content: "";
    left: 10px;
    position: absolute;
    text-indent: 0;
    top: -1px;
}
.bx-next::after {
    content: "";
    left: 13px;
    position: absolute;
    text-indent: 0;
    top: -1px;
}
.bx-prev {
    position: absolute;
    top: 0;
    left: 0;
}
.bx-next {
    position: absolute;
    top: 0;
    right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    border: 1px solid #000;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 8px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
    box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #000;
}
/*====================== end nav ====================== */
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
    overflow: hidden;
    line-height: 22px;
    color: #fff;
}
footer .shopinfo #info {
    padding-bottom: 30px;
    position: relative;
    background: url(../img/shared/bg03.jpg) repeat;
    background-position: center top;
    background-size: auto;
}
footer .vcard {
    line-height: 28px;
    text-align: left;
}
footer .vcard dl {
    padding: 2px 0;
    margin-bottom: 10px;
}
footer .vcard p {
    margin-top: 5px;
}
footer .vcard dd {
    padding-left: 15px;
}
footer .note {
    border: solid 2px #FF0004;
    padding: 2px;
    text-align: center;
    margin: 10px auto 0;
    max-width: 293px;
}
footer .list-btn {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 2%;
}
footer .list-btn ul li:nth-child(2) {
    margin-right: 0;
    float: right !important;
}
footer .list-btn ul li:nth-child(1), footer .list-btn ul li:nth-child(2) {
    float: left;
    width: 49%;
}
footer .list-btn ul li {
    margin-bottom: 3%;
}
#f_logo {
    margin: 0 auto 20px;
    text-align: right;
}
#f_logo img {
    width: 50%;
}
#f_tel {
    width: 255px;
    margin: 10px auto;
}
footer .banner li {
    float: left;
    width: 32%;
    padding: 0 0.5%;
}
footer .link {
    margin: 0% auto 0;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    font-weight: normal;
}
footer .link p {
    width: 60%;
    min-width: 170px;
    max-width: 210px;
    margin: 10px auto;
    padding: 0 6px 10px;
    line-height: 30px;
}
footer .link p a {
    border: solid 1px #000;
    border-radius: 5px;
    color: #000;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 0 1px #000;
}
footer .link .link-pc a::before {
    margin-right: 9px;
}
footer address {
    background: url(../img/shared/bg03.png) repeat center top;
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    letter-spacing: .8px;
    padding: 15px 0;
    text-align: center;
    margin-top: 5%;
}
footer .toggle {
    margin-bottom: 8%;
    padding: 0 2.34%;
}
#pagetop {
    bottom: 0;
}
footer .toggle p.tt {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-weight: bold;
    font-size: 18px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 1px;
}
footer .toggle dl {
    padding: 15px 0 0;
}
footer .toggle dl dt {
    margin-bottom: 5px;
}
footer .toggle dl dt a {
    color: #cc3333;
}
/*--------margin padding------------*/
.mb00 {
    margin-bottom: 0 !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mt00 {
    margin-top: 0 !important;
}
.mt05 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.pb00 {
    padding-bottom: 0 !important;
}
.pb05 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb45 {
    padding-bottom: 45px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pt00 {
    padding-top: 0 !important;
}
.pt05 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt45 {
    padding-top: 45px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.mlr {
    margin: 0 2.34%;
}
.plr {
    padding: 0 2.34%;
}
.txt-center {
    text-align: center;
}
.txt_left {
    text-align: left;
}
.mb03pr {
    margin-bottom: 3%;
}
.mb04pr {
    margin-bottom: 4%;
}
.mb05pr {
    margin-bottom: 5%;
}
.mb06pr {
    margin-bottom: 6%;
}
.mb08pr {
    margin-bottom: 8%;
}
.mb10pr {
    margin-bottom: 10%;
}
.mb12pr {
    margin-bottom: 12%;
}
.mb14pr {
    margin-bottom: 14%;
}
.mb16pr {
    margin-bottom: 16%;
}
.mb18pr {
    margin-bottom: 18%;
}
.mb20pr {
    margin-bottom: 20%;
}
.pb05pr {
    padding-bottom: 5%;
}
.pb06pr {
    padding-bottom: 6%;
}
.pb08pr {
    padding-bottom: 8%;
}
.pb10pr {
    padding-bottom: 10%;
}
.pb12pr {
    padding-bottom: 12%;
}
.pb14pr {
    padding-bottom: 14%;
}
.pb16pr {
    padding-bottom: 16%;
}
.pb18pr {
    padding-bottom: 18%;
}
.pb20pr {
    padding-bottom: 20%;
}
.pt05pr {
    padding-top: 5%;
}
.pt06pr {
    padding-top: 6%;
}
.pt08pr {
    padding-top: 8%;
}
.pt10pr {
    padding-top: 10%;
}
.pt12pr {
    padding-top: 12%;
}
.pt14pr {
    padding-top: 14%;
}
.pt16pr {
    padding-top: 16%;
}
.pt18pr {
    padding-top: 18%;
}
.pt20pr {
    padding-top: 20%;
}
#ft_group {
    position: fixed;
    opacity: 0;
    z-index: -9999;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    background-color: #f3ebeb;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.has_nav #ft_group {
    position: fixed;
    z-index: 9999;
    opacity: 1;
}
#ft_group .box {
    padding: 10px 5px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ft_contact_tel .tel {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 7px;
}
.ft_contact_tel .text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
    text-align: center;
}
.ft_contact_tel .icon-phone-1:before {
    padding-right: 10px;
}
.contact_gr .ft_contact_tel dd {
    font-size: 14px;
}
.contact_gr .fl, .contact_gr .fr {
    width: 49%;
}
.access_btn {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    border: 2px solid #9a1818;
}
.access_btn span {
    display: block;
    padding: 10px;
}
.copied {
    background-color: #97401c;
    color: #fff;
}
@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 1000px;
    }
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
.text {
    padding-top: 5%;
    padding-bottom: 5%;
}
header #key ul li {
    height: 66.67vh;
}
.hr-key {
    height: 10px;
    background: url(../img/shared/line02.png) repeat-x center top;
    border: none;
}
#index header #key ul .li01 {
    background: url(../img/index/key-01-slider.png) no-repeat center center;
    background-size: cover;
}
#index header #key ul .li02 {
    background: url(../img/index/key-02-slider.png) no-repeat center center;
    background-size: cover;
}
#index header #key ul .li03 {
    background: url(../img/index/key-03-slider.png) no-repeat center center;
    background-size: cover;
}
#index header #key ul .li04 {
    background: url(../img/index/key-04-slider.png) no-repeat center center;
    background-size: cover;
}
#index #sec02 {
    padding-top: 10%;
    padding-bottom: 10%;
    background: url(../img/shared/bg02.jpg) repeat center top;
}
#index #sec02 h2 {
    margin-bottom: 5%;
}
#index #sec02 #feed .photo span {
    width: auto !important;
    height: 0 !important;
    padding: 30% 0;
}
#index #sec02 #feed dl .title {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}
#index .line01 {
    height: 10px;
    background: url(../img/shared/line01.png) repeat-x center top;
    border: none;
}
#index #sec03 {
    padding-top: 5%;
    padding-bottom: 10%;
    background: url(../img/shared/bg03.png) repeat center top;
}
#index #sec03 h2 {
    width: 60%;
    margin: 0 auto 5%;
}
#index #sec03 .box {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0 3% 5%;
    margin: -10% 3% 0;
    position: relative;
    z-index: 52;
}
#index #sec04 {
    padding-top: 10%;
    padding-bottom: 10%;
}
.hr-footer {
    height: 10px;
    background: url(../img/shared/line02.png) repeat-x center top;
    border: none;
}
footer {
    padding-top: 5%;
}
footer .fb {
    text-align: center;
    padding-top: 5%;
}
footer .shopinfo {
    padding-top: 20px;
    color: #000;
}
footer .shopinfo .vcard {
    text-align: center;
    line-height: 32px;
    display: none;
}
footer .txt-footer {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #784622;
    display: none;
}
/*=============================================*/
/*                   　company　　　　　          */
/*=============================================*/
.mbp8x {
    margin-bottom: 8px;
}
.mbp8 {
    margin-bottom: 8%;
}
.mbt8 {
    margin-top: 8%;
}
.border01 {
    border: 2px solid #b47545;
}
.s2-hr01 {
    height: 10px;
    background: url(../img/shared/line01.png) repeat-x center top;
    border: none;
}
#company header #key ul .li01 {
    background: url(../img/company/key.jpg) no-repeat center center;
    background-size: cover;
}
#company #sec01 {
    background: url(../img/company/s1-bg.png) no-repeat center right;
    background-size: 100% 100%;
    padding-top: 5%;
    padding-bottom: 5%;
}
#company #sec01 h2 {
    margin-left: -2%;
    margin-right: -2%;
}
#company #sec01 h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
#company #sec02 .bg {
    background: url(../img/shared/bg03.png) repeat center top;
    background-size: auto;
    padding-top: 5%;
    padding-bottom: 5%;
}
#company #sec02 .s2-hr02 {
    height: 10px;
    background: url(../img/shared/line03.png) repeat-x center top;
    border: none;
}
#company #sec02 .bg02 {
    padding-top: 5%;
    padding-bottom: 5%;
    background: url(../img/shared/bg02.jpg) repeat center top;
}
#company #sec02 .bg02 ul {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
}
#company #sec02 h3 {
    width: 70%;
    margin: 0 auto 5%;
}
#company #sec03 {
    padding-top: 5%;
    padding-bottom: 5%;
}
#company #sec03 h2 {
    text-align: center;
    padding: 10px 0 30px;
    background: url(../img/company/s3-bg.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}
#company #sec03 h2 img {
    width: 30%;
}
#company #sec03 h2:after {
    color: #fff;
    font-size: 16px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    line-height: 20px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    content: '\f13a';
}
#company #sec03 .open:after {
    content: '\f139';
}
#company #sec03 .scroll_box {
    padding-top: 15px;
}
#company #sec03 .scroll_box .tg01 h3 {
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border: 2px solid #471c04;
}
#company #sec03 .scroll_box .tg01 h3:after {
    color: #471c04;
    font-size: 16px;
}
#company #sec03 .scroll_box .tg01 .toggle-main {
    padding-top: 15px;
}
#company #sec03 .scroll_box .tg01 h4 {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 3%;
    background: url(../img/shared/bg03.png) repeat center top;
    color: #fff;
}
#company #sec03 .scroll_box .tg01 h5 {
    font-weight: bold;
    font-size: 18px;
    padding: 5px 3%;
    background: url(../img/shared/bg03.png) repeat center top;
    color: #fff;
    margin-bottom: 15px;
}
#company #sec03 .scroll_box .tg01 dl dt {
    background: url(../img/shared/bg03.png) repeat center top;
    color: #fff;
    width: 50px;
    text-align: center;
    margin-bottom: 5px;
}
#company #sec03 .scroll_box .tg02 {
    margin-top: 5%;
    margin-bottom: 5%;
    background: url(../img/shared/bg04.png) repeat center top;
    color: #fff;
}
#company #sec03 .scroll_box .tg02 h3 {
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
#company #sec03 .scroll_box .tg02 h3:after {
    color: #fff;
    font-size: 16px;
}
#company #sec03 .scroll_box .tg02 .toggle-main {
    padding-bottom: 20px;
}
#company #sec03 .scroll_box .tg02 h4 {
    font-weight: bold;
    font-size: 20px;
}
#company #sec03 .scroll_box .tg02 dl {
    line-height: 28px;
}
#company #sec03 .scroll_box .tg02 dl:nth-child(n+1) {
    margin-bottom: 10px;
}
#company #sec03 .btn {
    margin-bottom: 5%;
}
#company #sec04 {
    padding-top: 5%;
    padding-bottom: 5%;
    background: url(../img/shared/bg08.jpg) repeat center top;
}
#company #sec04 h2 {
    text-align: center;
    padding: 10px 0 30px;
    position: relative;
}
#company #sec04 h2 img {
    width: 75%;
}
#company #sec04 h2:after {
    color: #784622;
    font-size: 18px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    line-height: 20px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    content: '\f13a';
}
#company #sec04 .open:after {
    content: '\f139';
}
#company #sec04 h3 {
    background: #784622;
    text-align: center;
    padding: 5px 0;
    color: #fff;
}
#company #sec04 .toggle {
    margin-bottom: 5%;
}
#company #sec04 .scroll_box {
    padding-top: 5px;
}
#company #sec04 .toggle-main {
    padding-top: 10px;
}
#company #sec04 h4 {
    width: 85%;
    margin: 5% auto;
}
#company #sec05 {
    padding-top: 10%;
    padding-bottom: 10%;
}
#company #sec05 .box {
    font-size: 0.95em;
    line-height: 1.5em;
    padding: 20px 2%;
    background: url(../img/shared/bg10.jpg) repeat center top;
    border: solid 1px #cc915f;
    height: 300px;
    overflow: auto;
}
#company #sec05 .box h3 {
    padding-left: 10px;
    border-left: 5px solid #784622;
    border-bottom: 1px #784622 solid;
    font-weight: bold;
    color: #784622;
    font-size: 1.5em;
    margin-bottom: 30px;
}
#company #sec05 .box dl {
    margin: 20px auto;
}
#company #sec05 .box dl dt {
    color: #784622;
    border-bottom: solid 1px gray;
    font-size: 1.15em;
    font-weight: 600;
    padding-bottom: 3px;
}
/* Mail company8 */
#company #sec06 {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
    background: url(../img/recruit/s6-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
}
#company #sec06 h2 {
    width: 70%;
    margin: 0 auto 5%;
}
#company #sec06 h3 {
    width: 80%;
    margin: 0 auto 5%;
}
#company #sec06 .sec6_mail {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 2%;
}
#company #sec06 .sec6_mail .no-bt {
    border-top: 0 !important;
}
#company #sec06 .sec6_mail .col {
    border-top: 1px solid #787572;
    padding-bottom: 15px;
    padding-top: 10px;
}
#company #sec06 .sec6_mail .caption span {
    font-weight: bold;
}
#company #sec06 .sec6_mail input[type="text"] {
    width: 100%;
    height: 30px;
    line-height: 37px;
    border: 1px solid #a6a6a6;
    padding-left: 5px;
}
#company #sec06 .sec6_mail textarea {
    width: 100%;
    height: 100px;
    padding-left: 5px;
    padding-top: 5px;
}
#company #sec06 .sec6_mail .fc-form [class^='error'] {
    padding-top: 10px;
    position: relative;
}
#company #sec06 .sec6_mail .submit-form button {
    width: 49%;
}
#company #sec06 .sec6_mail .submit-confirm button {
    width: 49%;
}
#company #sec06 .box {
    margin-top: 10%;
    font-size: 0.95em;
    line-height: 1.5em;
    padding: 20px 2%;
    background: url(../img/shared/bg10.jpg) repeat center top;
    height: 300px;
    overflow: auto;
    color: #000;
}
#company #sec06 .box h4 {
    padding-left: 10px;
    border-left: 5px solid #784622;
    border-bottom: 1px #784622 solid;
    font-weight: bold;
    color: #784622;
    font-size: 1.5em;
    margin-bottom: 20px;
}
#company #sec06 .box ol {
    list-style: decimal-leading-zero;
    margin-left: 25px;
}
#company #sec06 .box ol > li {
    margin-top: 15px;
}
#company #sec06 .box ol ul {
    list-style-type: disc;
    margin-left: 25px;
}
/*=============================================*/
/*                   　hatchin　　　　　          */
/*=============================================*/
.pb0 {
    padding-bottom: 0 !important;
}
.text-center {
    text-align: center !important;
}
#hatchin .tabs-switch .tab-content .content {
    padding-top: 45%;
}
#hatchin .tabs-switch .tab-content .key {
    position: relative;
    z-index: 500;
    overflow: hidden;
}
#hatchin .tabs-switch .tab-content .key ul li {
    height: 66.67vh;
    width: 100% !important;
}
#hatchin .tabs-switch .tab-content .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    z-index: 52;
    transform: translate(-50%, -50%);
}
#hatchin .tabs-switch .tab-content .cnt01 ul .li01 {
    background: url(../img/kushi/key.jpg) no-repeat center center;
    background-size: cover;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec01 {
    background: url(../img/shared/bg02.jpg) repeat center top;
    padding-bottom: 5%;
    padding-top: 10%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 {
    padding-top: 10%;
    padding-bottom: 10%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 h2 {
    width: 70%;
    margin: 0 auto 3%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .note {
    margin-bottom: 3%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .photo {
    margin-left: -2%;
    margin-right: -2%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide01 {
    background: url(../img/shared/bg03.png) repeat center center;
    color: #fff;
    padding-bottom: 5%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide01 dl {
    margin-top: 5%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide01 dl dt {
    width: 65%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide01 dl .price {
    font-size: 22px;
    font-weight: bold;
    padding-left: 80%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide01 dl .price span {
    font-size: 18px;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide02 {
    background: url(../img/shared/bg02.jpg) repeat center center;
    color: #000;
    padding-bottom: 5%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide02 dl {
    margin-top: 5%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide02 dl dt {
    width: 65%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide02 dl .price {
    font-size: 22px;
    font-weight: bold;
    padding-left: 80%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide02 dl .price span {
    font-size: 18px;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide03 {
    background: url(../img/shared/bg05.jpg) repeat center center;
    color: #fff;
    padding-bottom: 5%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide03 dl {
    margin-top: 5%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide03 dl dt {
    width: 70%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide03 dl .price {
    font-size: 22px;
    font-weight: bold;
    padding-left: 80%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec02 .bx_ext .slide03 dl .price span {
    font-size: 18px;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec03 {
    padding-top: 10%;
    padding-bottom: 10%;
    color: #fff;
    background: url(../img/shared/bg03.png) repeat center top;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec03 h2 {
    width: 65%;
    margin: 0 auto;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec03 .text span {
    display: block;
    margin-top: 20px;
    text-align: center;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec03 .go_slide3 {
    margin-left: -2%;
    margin-right: -2%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec03 dl {
    position: absolute;
    padding: 0 2%;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    text-shadow: 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec03 dl dd {
    text-align: right;
    margin-top: -36px;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec03 dl dd span {
    font-size: 16px;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec04 {
    background: url(../img/shared/bg06.jpg) repeat center top;
    padding-bottom: 5%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec04 .photo {
    margin-left: -2%;
    margin-right: -2%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec04 .box {
    background: url(../img/shared/bg08.jpg) repeat center top;
    padding: 10% 2% 5%;
    margin-top: -5%;
    position: relative;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec04 .box h2 {
    width: 70%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec04 .g-btn {
    padding-top: 10%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec04 .g-btn li {
    width: 49%;
}
#hatchin .tabs-switch .tab-content .cnt01 .content #sec04 .g-btn .li03 {
    clear: both;
    margin: 0 auto 5%;
    padding-top: 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 ul .li01 {
    background: url(../img/ganso/key.jpg) no-repeat center center;
    background-size: cover;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec01 {
    padding-bottom: 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec01 .photo {
    margin-left: -2%;
    margin-right: -2%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec01 h2 {
    margin-top: 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec02 {
    background: url(../img/shared/bg02.jpg) repeat center top;
    padding-bottom: 10%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec02 .h-top {
    background: url(../img/shared/bg03.png) repeat center center;
    padding-top: 5%;
    padding-bottom: 15%;
    margin-left: -2%;
    margin-right: -2%;
    color: #fff;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec02 .dl01 {
    margin-top: -10%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec02 .dl01 .price {
    font-size: 22px;
    font-weight: bold;
    padding-top: 5%;
    text-align: center;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec02 .dl01 .price span {
    font-size: 18px;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec02 .box {
    background: url(../img/shared/bg01.png) repeat center top;
    padding-top: 5%;
    padding-bottom: 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec02 .box h3 {
    width: 70%;
    margin: 0 auto 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec02 .box dl {
    margin-top: 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec02 .box dl dt {
    background: url(../img/ganso/bg-tit.png) no-repeat center center;
    background-size: 100%;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    color: #fff;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec03 {
    background: url(../img/shared/bg03.png) repeat center center;
    padding-top: 10%;
    padding-bottom: 10%;
    color: #fff;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec03 h2 {
    width: 20%;
    margin: 0 auto;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec03 dl dt {
    background: url(../img/ganso/bg-tit.png) no-repeat center center;
    background-size: 100%;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec03 dl .price {
    padding-top: 5%;
    font-size: 22px;
    text-align: center;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec03 dl .price span {
    font-size: 16px;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec04 {
    padding-top: 5%;
    padding-bottom: 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec04 h2 {
    width: 70%;
    margin: 0 auto 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec04 dl dt {
    background: url(../img/ganso/bg-tit.png) no-repeat center center;
    background-size: 100%;
    text-align: center;
    font-size: 22px;
    padding: 10px 0;
    color: #fff;
    margin-top: 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec04 dl .price {
    padding-top: 5%;
    font-size: 22px;
    text-align: center;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec04 dl .price span {
    font-size: 16px;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec05 .bg {
    background: url(../img/ganso/s5-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    padding-bottom: 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec05 .s5-head {
    position: relative;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec05 .s5-head h3 {
    width: 80%;
    margin: 0 auto;
    padding-top: 10%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec05 .s5-head .price {
    text-align: center;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec05 .text {
    text-shadow: 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec06 {
    background: url(../img/shared/bg06.jpg) repeat center top;
    padding-top: 5%;
    padding-bottom: 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec06 h2 {
    width: 90%;
    margin: 0 auto 5%;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec06 .price {
    margin: 0 auto 5%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 190px;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec06 .price span {
    font-size: 18px;
}
#hatchin .tabs-switch .tab-content .cnt02 .content .sec06 .g-btn li {
    margin-bottom: 5%;
}
#hatchin .tabs-switch .tab-link {
    position: absolute;
    top: 68vh;
    left: 0;
    width: 100%;
}
#hatchin .tabs-switch .tab-link li {
    width: 50%;
}
/*=============================================*/
/*                   　recruit　　　　　          */
/*=============================================*/
.pt0 {
    padding-top: 0 !important;
}
.mtp5 {
    margin-top: 5%;
}
.pt10 {
    padding-top: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
#recruit header #key ul li {
    height: 80.67vh;
}
#recruit header #key ul .li01 {
    background: url(../img/recruit/key.jpg) no-repeat center center;
    background-size: cover;
}
#recruit header #key ul .li02 {
    background: url(../img/recruit/key2.jpg) no-repeat center center;
    background-size: cover;
}
#recruit header #key ul .li03 {
    background: url(../img/recruit/key3.jpg) no-repeat center center;
    background-size: cover;
}
#recruit header #key ul .li04 {
    background: url(../img/recruit/key4.jpg) no-repeat bottom;
    background-size: cover;
}
#recruit #read .bnr {
    margin: 4% 0 9%;
}
.recmov {
    position: absolute;
    width: 90%;
    bottom: 1vh;
    left: 5%;
    z-index: 100;
}
.mainvisual {
    height: 29vh;
    width: 100%;
    position: relative;
}
.mainvisual__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#recruit #read {
    padding-top: 5%;
    padding-bottom: 10%;
    background: url(../img/shared/bg08.jpg) repeat center center;
}
#recruit #read h2 {
    width: 90%;
    margin: 0 auto;
}
#recruit #read .toggle .toggle-link {
    padding: 10px 0 40px;
}
#recruit #read .toggle .toggle-link:after {
    top: auto;
    bottom: 15px;
    right: auto;
    left: 50%;
    transform: translate(-50%);
    color: #000;
}
#recruit #read .toggle .toggle-main {
    padding-bottom: 10%;
}
#recruit #read h3 {
    margin-top: 10px;
    border-bottom: solid 2px #B2733E;
    border-top: solid 2px #B2733E;
}
#recruit #sec01 {
    padding-top: 10%;
    background: url(../img/recruit/s1-01-bg.jpg) repeat-x center top, url(../img/recruit/s1-02-bg.jpg) no-repeat center bottom, url(../img/shared/bg09.jpg) repeat center top;
    background-size: contain, 100%;
}
#recruit #sec01 h2 {
    margin-bottom: 15%;
    z-index: 0;
}
#sec04_add {
    padding-top: 40px;
}
#sec04_add dl dt {
    padding-bottom: 10px;
}
#sec04_add .bx-controls-direction {
    top: 33% !important;
}
#recruit #sec01 dl {
    position: relative;
    margin: 0 auto 40px;
    padding: 10% 2%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}
#recruit #sec01 dl dt {
    position: relative;
}
#recruit #sec01 dl dt img {
    width: 80%;
    z-index: 52;
    margin: 0 auto;
}
#recruit #sec01 dl .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
}
#recruit #sec01 dl .text {
    text-align: justify;
    margin: 0 8%;
}
#recruit #sec02 {
    padding-top: 10%;
    padding-bottom: 8%;
    background: url(../img/recruit/s3-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    text-shadow: 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524;
}
#recruit #sec02 h2 {
    width: 85%;
    margin: 0 auto;
}
#recruit #sec03 {
    padding-bottom: 5%;
    background: url(../img/shared/bg06.jpg) repeat center top;
}
#recruit #sec03 .toggle {
    margin: 0 2.5%;
    padding: 10px 0 15px;
}
#recruit #sec03 .toggle .toggle-link {
    padding-bottom: 20px;
}
#recruit #sec03 .toggle .toggle-main {
    padding-top: 10px;
}
#recruit #sec03 .toggle .toggle-link:after {
    color: #000;
    top: 98%;
    right: 48%;
}
#recruit #sec04 {
    padding-top: 10%;
    padding-bottom: 5%;
    background: url(../img/recruit/s3-02-deco.png) no-repeat center bottom, url(../img/recruit/s3-01-deco.png) no-repeat center top, url(../img/shared/bg07.jpg) repeat center top;
    background-size: 100%, 100%, auto;
    color: #fff;
}
#recruit #sec04 h2 {
    margin-bottom: 5%;
}
#recruit #sec04 h3 {
    margin-bottom: 5%;
}
#recruit #sec04 .s-group {
    position: relative;
}
#recruit #sec04 .s-group .bg-btn {
    border: 1px solid #fff;
    position: absolute;
    top: 45%;
    width: 42%;
    right: 1%;
    text-align: center;
}
#recruit #sec04 .s-group .bg-btn:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    line-height: 20px;
    top: 50%;
    right: 4%;
    margin-top: -10px;
    color: #FFF;
    content: '\f105';
    font-size: 13px;
}
#recruit #sec04 .bx_ext1 .wrap {
    padding-top: 10%;
    padding-bottom: 5%;
    background: rgba(0, 0, 0, 0.8);
}
#recruit .info_list {
    font-size: 13px;
}
#recruit .remodal {
    padding-top: 10px;
    padding-bottom: 10px;
}
#recruit #sec04 .g-btn {
    margin-top: 5%;
}
#recruit #sec04 .g-btn li {
    margin-bottom: 5%;
}
#recruit #sec05 {
    padding-top: 10%;
    padding-bottom: 10%;
}
#recruit #sec05 h2 {
    width: 70%;
    margin: 0 auto 3%;
}
#recruit #sec05 .toggle {
    margin-top: 5%;
}
#recruit #sec05 .toggle h3 {
    background: #784622;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#recruit #sec05 .toggle .toggle-main {
    padding-top: 20px;
}
#recruit #sec05 .toggle .toggle-main .border {
    border: 1px solid #000;
    padding: 0 2% 10px;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
#recruit #sec05 .toggle .toggle-main dl .title {
    background: #784622;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 0 -2% 10px;
    display: block;
}
#recruit #sec05 .toggle .toggle-main dl dd span {
    padding-left: 12px;
}
#recruit .s6-mt {
    margin-top: 20%;
}
#recruit #sec06 {
    position: relative;
    padding-top: 20%;
    padding-bottom: 10%;
    background: url(../img/recruit/s6-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
}
#recruit #sec06 h2 {
    width: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
#recruit #sec06 h3 {
    width: 80%;
    margin: 0 auto 5%;
}
#recruit #sec06 .sec6_mail {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 2%;
}
#recruit #sec06 .sec6_mail .no-bt {
    border-top: 0 !important;
}
#recruit #sec06 .sec6_mail .col {
    border-top: 1px solid #787572;
    padding-bottom: 15px;
    padding-top: 10px;
}
#recruit #sec06 .sec6_mail input[type="text"] {
    width: 100%;
    height: 30px;
    line-height: 37px;
    border: 1px solid #a6a6a6;
    padding-left: 5px;
}
#recruit #sec06 .sec6_mail textarea {
    width: 100%;
    height: 100px;
    padding-left: 5px;
    padding-top: 5px;
}
#recruit #sec06 .sec6_mail .fc-form [class^='error'] {
    padding-top: 10px;
    position: relative;
}
#recruit #sec06 .sec6_mail .submit-form button {
    width: 49%;
}
#recruit #sec06 .sec6_mail .submit-confirm button {
    width: 49%;
}
#recruit #sec06 .box {
    margin-top: 10%;
    font-size: 0.95em;
    line-height: 1.5em;
    padding: 20px 2%;
    background: url(../img/shared/bg10.jpg) repeat center top;
    height: 300px;
    overflow: auto;
    color: #000;
}
#recruit #sec06 .box h4 {
    padding-left: 10px;
    border-left: 5px solid #784622;
    border-bottom: 1px #784622 solid;
    font-weight: bold;
    color: #784622;
    font-size: 1.5em;
    margin-bottom: 20px;
}
#recruit #sec06 .box ol {
    list-style: decimal-leading-zero;
    margin-left: 25px;
}
#recruit #sec06 .box ol > li {
    margin-top: 15px;
}
#recruit #sec06 .box ol ul {
    list-style-type: disc;
    margin-left: 25px;
}
#recruit .content {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
#recruit .partjob {
    font-weight: bold;
    border-bottom: 1px solid;
    padding-left: 0px !important;
}
#work header #key ul .li04 {
    background: url(../img/work/key.jpg) no-repeat center center;
    background-size: cover;
}
#work #lead {
    background: url(../img/shared/bg06.jpg) repeat center center;
    padding: 30px 0 0px;
}
#work #lead .toggle {
    margin: 0 2.5%;
    text-align: justify;
}
#work #lead .toggle .toggle-link {
    padding-bottom: 30px;
}
#work #lead .toggle .toggle-link:after {
    color: #000;
    top: 95%;
    right: 48%;
}
#work #sec01 p {
    margin: 0 2.5%;
    padding: 10px 0 35px;
    text-align: justify;
}
#work #sec02 {
    background: url(../img/shared/bg10.jpg) repeat center center;
    text-align: justify;
    margin-top: -9px;
    position: relative;
    padding-bottom: 20px;
}
#work #sec02::before {
    width: 100%;
    height: 9px;
    background: url(../img/shared/bg01.png) repeat center center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#work #sec02 .tab-link {
    position: relative;
    bottom: -9px;
    z-index: 10;
}
#work #sec02 .tab-link li {
    width: 33.3333334%;
    float: left;
    position: relative;
}
#work #sec02 .tab-link li::before {
    width: 1px;
    height: 86%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 10;
}
#work #sec02 .toggle {
    padding-top: 10px;
    margin: 0 2.5%;
    text-align: justify;
}
#work #sec02 .toggle .toggle-link {
    padding-bottom: 30px;
}
#work #sec02 .toggle .toggle-link:after {
    color: #000;
    top: inherit;
    right: 48%;
    bottom: 5px;
}
#work #sec03 ul {
    list-style: none;
    list-style-type: none;
    margin: 0 3%;
    padding: 30px 0 10px;
}
#work #sec03 ul li {
    margin-bottom: 20px;
}
#woman header #key ul .li04 {
    background: url(../img/woman/key.jpg) no-repeat center center;
    background-size: cover;
}
#woman #lead p, #woman #sec01 p {
    margin: 0 2.5%;
    padding: 10px 0 35px;
    text-align: justify;
}
#woman #sec01 h3 {
    padding: 35px 0 10px;
}
#woman #sec01 {
    padding-bottom: 20px;
}
#woman #sec01 .toggle .toggle-link:after {
    color: #000;
    top: 90%;
    right: 48%;
}
#woman #sec02 {
    background: url(../img/shared/bg06.jpg) repeat center center;
    padding: 30px 0 0px;
}
#woman #sec02 h2 {
    margin-bottom: 10px;
}
#woman #sec02 .slide {
    border: 2px solid #FFF;
    background: url(../img/shared/bg03.png) repeat center center;
    color: #FFF;
}
#woman #sec02 .slide dl dt {
    border-bottom: 2px solid #FFF;
}
#woman #sec02 .slide dl dd {
    margin: 0 10%;
    padding: 15px 0;
}
#woman #sec02 .slide .bx-controls-direction {
    top: 73%;
}
#future header #key ul .li04 {
    background: url(../img/future/key.jpg) no-repeat center center;
    background-size: cover;
}
#future #lead {
    background: #FFF;
    text-align: justify;
}
#future #lead .toggle {
    margin: 0 2.5%;
    text-align: justify;
}
#future #lead .toggle .toggle-link {
    padding-bottom: 30px;
}
#future #lead .toggle .toggle-link:after {
    color: #000;
    top: 95%;
    right: 48%;
}
#future #sec01 {
    background: url(../img/shared/bg06.jpg) repeat center center;
    padding: 0 0 30px;
}
#future #sec01 .tab-link li {
    width: 33.3333334%;
    float: left;
    position: relative;
}
#future #sec01 .tab-link li::before {
    width: 1px;
    height: 86%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 10;
}
#future #sec01 .tab-content {
    background: #FFF;
    margin: 0 2.5%;
}
#future #sec01 .tab-content h2 {
    padding: 20px 0 10px;
}
#future #sec01 .tab-content p.txt {
    margin: 0 2.5%;
    padding-bottom: 40px;
}
#future #sec01 .toggle {
    padding-top: 10px;
    margin: 0 2.5% 5%;
    text-align: justify;
    border: 3px solid #e2dac8;
    border-radius: 8px;
    position: relative;
}
#future #sec01 .toggle::before {
    background: url(../img/future/icon.png) no-repeat;
    width: 48px;
    height: 25px;
    position: absolute;
    top: -25px;
    left: 30%;
    content: "";
}
#future #sec01 .toggle .toggle-link {
    padding-bottom: 30px;
}
#future #sec01 .toggle p {
    margin: 0 2.5%;
    padding-bottom: 10px;
}
#future #sec01 .toggle .toggle-link:after {
    color: #a80404;
    top: inherit;
    right: 48%;
    bottom: 5px;
}
#future #sec02 {
    padding-bottom: 25px;
}
#future #sec02 dl dd {
    margin: 0 2.5% 20px;
    text-align: justify;
}
.bdr {
    border: 2px solid #000;
    margin-bottom: 20px;
}
#future #sec02 dl dt {
    margin-bottom: 15px;
}
#future #sec02 dl dd span {
    display: block;
    padding: 10px 10%;
}
#future #sec02 dl dd span.ttl_pt {
    padding: 40px 10% 0;
    margin-bottom: -20px;
}
#future #sec02 .bx-controls-direction {
    top: 65%;
}
#voice header #key ul .li04 {
    background: url(../img/voice/key.jpg) no-repeat center center;
    background-size: cover;
}
#voice #lead .toggle {
    margin: 0 2.5%;
    text-align: justify;
    padding: 15px 0 30px;
}
#voice #lead .toggle .toggle-link {
    padding-bottom: 30px;
}
#voice #lead .toggle .toggle-link:after {
    color: #000;
    top: 95%;
    right: 48%;
}
#voice #sec01 {
    background: url(../img/shared/bg06.jpg) repeat center center;
    padding: 30px 0 30px;
}
#voice #sec02 {
    background: url(../img/shared/bg06.jpg) repeat center center;
}
#voice #sec02 .tab-link li {
    width: 50%;
    float: left;
    position: relative;
}
#voice #sec02 .tab-link1 {
    margin-left: 50%;
    padding: 35px 10px 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
#voice #sec02 .tab-link1 li {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}
#voice #sec02 .tab-link li::before {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 10;
}
#voice #sec02 .tab-link li::after {
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 10;
}
#voice #sec02 tabs-switch1 {
    position: relative;
}
#voice #sec02 .tab-content1 h3 {
    text-align: center;
    border-top: 3px solid #784622;
    padding: 30px 0 15px;
    background: #FFF;
}
#voice #sec02 .tab-content1 p.photo {
    width: 50%;
    padding-top: 15px;
}
#voice #sec02 .tab-content1 h4 {
    text-align: center;
    color: #784622;
    padding-bottom: 15px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 5vw;
    background: #FFF;
}
#voice #sec02 .tab-content1 p.txt1 {
    padding: 0 2.5% 35px;
    background: #FFF;
}
/*=============================================*/
/*                   　uohachi　　　　　          */
/*=============================================*/
.mt0 {
    margin-top: 0 !important;
}
#uohachi header #key ul .li01 {
    background: url(../img/uohachi/key.jpg) no-repeat center center;
    background-size: cover;
}
#uohachi #sec01 {
    padding-top: 10%;
    padding-bottom: 5%;
    background: url(../img/uohachi/s1-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
}
#uohachi #sec01 h2 {
    width: 80%;
    margin: 0 auto;
}
#uohachi #sec02 {
    padding-top: 10%;
    padding-bottom: 5%;
}
#uohachi #sec02 h2 {
    width: 70%;
    margin: 0 auto 3%;
}
#uohachi #sec02 .note {
    margin-bottom: 3%;
}
#uohachi #sec02 dl {
    margin-top: 5%;
}
#uohachi #sec02 dl dt {
    color: #3d1804;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
}
#uohachi #sec02 dl .price {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#uohachi #sec02 dl .price p {
    color: #c61503;
    display: inline;
}
#uohachi #sec02 dl .price span {
    font-size: 18px;
}
#uohachi #sec03 {
    padding-top: 10%;
    padding-bottom: 10%;
    color: #fff;
    background: url(../img/shared/bg03.png) repeat center top;
}
#uohachi #sec03 h2 {
    width: 65%;
    margin: 0 auto;
}
#uohachi #sec03 .text span {
    display: block;
    margin-bottom: 10px;
}
#uohachi #sec03 .go_slide3 {
    margin-left: -2%;
    margin-right: -2%;
}
#uohachi #sec03 dl {
    position: absolute;
    padding: 0 2%;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    text-shadow: 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524;
}
#uohachi #sec03 dl dd {
    text-align: right;
    margin-top: -36px;
}
#uohachi #sec03 dl dd span {
    font-size: 16px;
}
#uohachi #sec04 {
    padding-bottom: 10%;
    color: #fff;
    text-shadow: 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524;
}
#uohachi #sec04 .photo {
    margin: 0 -2% -8%;
}
#uohachi #sec04 h2 {
    width: 70%;
}
#uohachi #sec04 .bg {
    position: relative;
    padding: 10% 3% 10%;
    background: rgba(0, 0, 0, 0.8);
}
#uohachi #sec05 {
    padding-top: 10%;
    padding-bottom: 5%;
    background: url(../img/shared/bg02.jpg) repeat center top;
}
#uohachi #sec05 dl dt {
    letter-spacing: .5px;
    color: #784622;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
#uohachi #sec05 dl dt span {
    font-size: 36px;
}
#uohachi #sec05 dl .price {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#uohachi #sec05 dl .price span {
    font-size: 20px;
}
#uohachi #sec05 .g-btn li {
    margin-bottom: 5%;
}
#uohachi #sec06 {
    padding-top: 10%;
    padding-bottom: 10%;
    background: url(../img/uohachi/s6-bg.jpg) no-repeat center top;
    background-size: cover;
}
#uohachi #sec06 .bg {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px 3%;
}
#uohachi #sec06 .g-btn li {
    width: 49%;
}
#uohachi #sec06 .g-btn .li03 {
    clear: both;
    margin: 0 auto 5%;
    padding-top: 5%;
}
/*=============================================*/
/*                   　sushinoya　　　　　          */
/*=============================================*/
#sushinoya header #key ul .li01 {
    background: url(../img/sushinoya/key.jpg) no-repeat center center;
    background-size: cover;
}
#sushinoya #sec01 {
    padding-top: 10%;
    padding-bottom: 10%;
}
#sushinoya #sec01 h2 {
    width: 80%;
    margin: 0 auto;
}
#sushinoya #sec01 .photo {
    margin-left: -2%;
    margin-right: -2%;
}
#sushinoya #sec02 {
    padding-top: 10%;
    padding-bottom: 5%;
    background: url(../img/shared/bg02.jpg) repeat center top;
}
#sushinoya #sec02 h2 {
    width: 70%;
    margin: 0 auto 3%;
}
#sushinoya #sec02 .note {
    margin-bottom: 5%;
}
#sushinoya #sec02 dl {
    margin-top: 5%;
}
#sushinoya #sec02 dl dt {
    width: 65%;
    margin: 0 auto 3%;
}
#sushinoya #sec02 dl .price {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#sushinoya #sec02 dl .price span {
    font-size: 18px;
}
#sushinoya #sec03 {
    padding-top: 10%;
    padding-bottom: 10%;
    color: #fff;
    background: url(../img/shared/bg03.png) repeat center top;
}
#sushinoya #sec03 h2 {
    width: 65%;
    margin: 0 auto;
}
#sushinoya #sec03 .text span {
    display: block;
    margin-bottom: 10px;
}
#sushinoya #sec03 .go_slide3 {
    margin-left: -2%;
    margin-right: -2%;
}
#sushinoya #sec03 dl {
    position: absolute;
    padding: 0 2%;
    bottom: 15px;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    text-shadow: 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524, 0px 0px 3px #272524;
}
#sushinoya #sec03 dl dd {
    text-align: right;
    margin-top: -34px;
}
#sushinoya #sec03 dl dd span {
    font-size: 16px;
}
#sushinoya #sec03 .dl01 {
    text-align: center;
}
#sushinoya #sec03 .dl01 dd {
    margin-top: 0;
    text-align: center;
}
#sushinoya #sec04 {
    background: url(../img/shared/bg06.jpg) repeat center top;
    padding-bottom: 10%;
}
#sushinoya #sec04 .photo {
    margin-left: -2%;
    margin-right: -2%;
}
#sushinoya #sec04 .box {
    background: url(../img/shared/bg08.jpg) repeat center top;
    padding: 10% 2% 10%;
    margin-top: -5%;
    position: relative;
}
#sushinoya #sec04 .box h2 {
    width: 70%;
}
#sushinoya #sec05 {
    background: url(../img/sushinoya/s5-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
}
#sushinoya #sec05 .bg {
    padding: 10% 3% 5%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
#sushinoya #sec05 h2 {
    width: 90%;
    margin: 0 auto;
}
#sushinoya #sec05 .g-btn {
    margin-top: 10%;
}
#sushinoya #sec05 .g-btn li {
    width: 49%;
    box-sizing: border-box;
}
/*=============================================*/
/*                   　xian　　　　　          */
/*=============================================*/
#xian header #key .logo {
    top: 200px;
}
#xian header #key ul .li01 {
    background: url(../img/xian/key.jpg) no-repeat center center;
    background-size: cover;
}
#xian #sec01 {
    padding-top: 10%;
    background: url(../img/shared/bg06.jpg);
    padding-bottom: 5%;
}
#xian #sec02 {
    padding-bottom: 5%;
}
#xian #sec02 h2 {
    width: 60%;
    margin: 0 auto;
}
#xian #sec02 .h-top {
    background: url(../img/shared/bg03.png) repeat center center;
    padding-top: 5%;
    padding-bottom: 5%;
    margin: 0 0 5%;
    color: #fff;
}
#xian #sec02 dl dt {
    width: 70%;
    margin: 5% auto 0;
}
#xian #sec02 dl .price {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#xian #sec02 dl .price span {
    font-size: 16px;
}
#xian .fwb {
    font-weight: bold;
}
#xian .s2-hr01 {
    position: relative;
    z-index: 1;
}
#xian #sec3 {
    background-image: url("../img/xian/s3_bg2.jpg"), url("../img/shared/bg03.png");
    background-position: center top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, auto;
    padding: 0 1.3% 10% 1.3%;
    color: #fff;
}
#xian #sec3 .row1 {
    padding: 10% 0;
}
#xian #sec3 .row1 .s3_img {
    margin-bottom: 5%;
}
#xian #sec3 .row1 .box {
    margin: 0 3.3%;
}
#xian #sec3 .row1 .box h2 {
    margin-bottom: 5%;
}
#xian #sec3 .row1 .box .priceX {
    font-size: 22px;
    line-height: 1.4;
}
#xian #sec3 .row1 .box .priceX span {
    font-size: 30px;
}
#xian #sec3 .row1 .box .priceX dt {
    margin-bottom: 2%;
}
#xian #sec3 .row1 .box .txt {
    text-align: justify;
}
#xian #sec3 .row1 .box .txt .note {
    margin-bottom: 5%;
}
#xian #sec3 .row2 {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 10% 0;
    margin: 0 3.3% 10% 3.3%;
}
#xian #sec3 .row2 .detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10%;
}
#xian #sec3 .row2 .detail h3 {
    width: 33%;
}
#xian #sec3 .row2 .detail .list {
    width: 62%;
    margin-left: 5%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#xian #sec3 .row2 .detail .list li {
    position: relative;
}
#xian #sec3 .row2 .detail .list li:before {
    content: "■";
    display: inline-block;
    margin-right: 5px;
    font-size: 10px;
    vertical-align: middle;
}
#xian #sec3 .row2 .txt .priceX {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 2%;
}
#xian #sec3 .row2 .txt .priceX span {
    margin-left: 20px;
}
#xian #sec3 .row3 {
    background-image: url("../img/xian/s3_deco1.png"), url("../img/xian/s3_deco2.png"), url("../img/xian/s3_bgbox.jpg");
    background-position: left top, right bottom, center center;
    background-repeat: no-repeat;
    background-size: 100% auto, 100% auto, cover;
    padding: 10% 3.3%;
}
#xian #sec3 .row3 h4 {
    margin-bottom: 5%;
}
#xian #sec3 .row3 .list {
    margin: 0 6.7%;
    font-size: 16px;
}
#xian #sec3 .row3 .list li + li {
    margin-top: 3%;
}
#xian #sec3 .row3 .list li span {
    font-size: 15px;
    display: block;
}
#xian #sec4 {
    padding: 15% 0 10% 0;
    background: url("../img/xian/s4_deco1.png") no-repeat center top, url("../img/shared/bg06.jpg") repeat center top;
    background-size: 100% auto, auto;
}
#xian #sec4 h2 {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 0.06em;
    margin-bottom: 5%;
}
#xian #sec4 h2 span {
    font-size: 34px;
}
#xian #sec4 h2 span em {
    color: #8f0802;
    font-style: normal;
}
#xian #sec4 .note {
    margin-bottom: 10%;
}
#xian #sec4 dl {
    font-size: 26px;
    line-height: 1.4;
    margin: 7% 5% 5%;
}
#xian #sec4 dl dt {
    border-bottom: 2px solid #8e7e65;
    padding-bottom: 1%;
    margin-bottom: 2%;
}
#xian #sec4 dl dt span {
    font-size: 28px;
    display: block;
}
#xian #sec4 dl dd {
    color: #8f0802;
}
#xian #sec4 .txt {
    margin: 0 5%;
    text-align: justify;
}
#xian #sec4 #sec4_1 {
    margin-bottom: 10%;
    padding: 0 6.7%;
}
#xian #sec4 #sec4_2 {
    padding: 25% 6.7% 0 6.7%;
    background-image: url("../img/xian/s4_deco2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -25%;
}
#xian #sec5 {
    background: url("../img/xian/s5_deco.png") no-repeat center top;
    background-size: 100% auto;
    padding: 10% 0 15% 0;
}
#xian #sec5 h2 {
    color: #784622;
    font-size: 35px;
    line-height: 1.7;
    letter-spacing: 0.06em;
}
#xian #sec5 .note {
    margin-bottom: 5%;
}
#xian #sec5 h3 {
    color: #784622;
    text-align: center;
    border-bottom: 2px solid #784622;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin-bottom: 5%;
    padding-bottom: 5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}
#xian #sec5 .detail {
    margin: 0 4.7%;
}
#xian #sec5 dl + dl {
    margin-top: 3%;
}
#xian #sec5 .col_inner h4 {
    line-height: 20px;
}
#xian #sec5 .col_inner + .col_inner {
    margin-top: 5%;
}
#xian #sec5 .row + .row {
    margin-top: 10%;
}
#xian #sec5 .col + .col {
    margin-top: 10%;
}
#xian #sec5 dl {
    line-height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#xian #sec5 dl dd {
    text-align: right;
}
#xian #sec6 #sec6_1 .img_parallax {
    height: 100%;
}
#xian #sec6 #sec6_2 {
    background-image: url("../img/xian/s6_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#xian #sec6 #sec6_2 .box {
    background: rgba(9, 1, 0, 0.8);
    color: #fff;
    box-sizing: border-box;
    padding: 10% 5%;
    margin: 0 10% -20% 10%;
    text-align: justify;
    position: relative;
    z-index: 1;
    transform: translateY(-40%);
}
#xian #sec6 #sec6_2 .box h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5%;
}
#xian #sec6 #sec6_2 .box h2 span {
    font-size: 33px;
}
#xian #sec6 #sec6_2 .detail .detail_inner {
    color: #fff;
}
#xian #sec6 #sec6_2 .detail .detail_inner h3 {
    font-size: 28px;
    letter-spacing: 0.06em;
    line-height: 1.3;
    margin-bottom: 2%;
}
#xian #sec6 #sec6_2 .detail .detail_inner h3 span {
    font-size: 34px;
}
#xian #sec6 #sec6_2 .detail .detail_inner h3 em {
    font-style: normal;
    display: block;
}
#xian #sec6 #sec6_2 .detail .detail_inner h3 strong {
    font-size: 32px;
}
#xian #sec6 #sec6_2 .detail .detail_inner .note {
    margin-bottom: 5%;
}
#xian #sec6 #sec6_2 .detail .tabs-switch .tab-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#xian #sec6 #sec6_2 .detail .tabs-switch .tab-link li {
    width: 25%;
}
#xian #sec6 #sec6_2 .detail .tabs-switch .tab-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: url("../img/xian/s6_bgwood.jpg") repeat center top;
    padding: 15% 6.7% 15%;
    position: relative;
    z-index: 0;
}
#xian #sec6 #sec6_2 .detail .tabs-switch .tab-content:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    background: url("../img/xian/s6_bgbox.png") no-repeat center top, url("../img/shared/bg10.jpg") repeat center top;
    background-size: 100% auto, auto;
    z-index: -1;
}
#xian #sec6 #sec6_2 .detail .tabs-switch .col {
    box-sizing: border-box;
}
#xian #sec6 #sec6_2 .detail .tabs-switch h3 {
    line-height: 20px;
    margin: 5% 0 0 0;
}
#xian #sec6 #sec6_2 .detail .tabs-switch dl {
    text-align: center;
    border-bottom: 2px solid #6c3e1a;
    line-height: 1.2;
    padding-bottom: 3%;
    margin-bottom: 5%;
}
#xian #sec6 #sec6_2 .detail .tabs-switch dl dt {
    font-size: 22px;
    margin-bottom: 2%;
}
#xian #sec6 #sec6_2 .detail .tabs-switch dl dt span {
    font-size: 32px;
    display: block;
}
#xian #sec6 #sec6_2 .detail .tabs-switch dl dd {
    color: #8f0802;
    font-size: 26px;
}
#xian #sec6 #sec6_2 .detail .tabs-switch .list {
    line-height: 20px;
    width: fit-content;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#xian #sec6 #sec6_2 .detail .tabs-switch .colR {
    background: url("../img/xian/s6_bgtab.jpg") repeat center top;
    padding: 10% 5% 10% 5%;
}
#xian #sec7 {
    position: relative;
    z-index: 0;
}
#xian #sec7 h2 {
    position: relative;
    z-index: 1;
}
#xian #sec7 #bg_parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
#xian #sec7 .img_parallax {
    height: 100%;
}
#xian #sec8 {
    position: relative;
    z-index: 1;
    background: url("../img/shared/bg01.png") repeat center top;
}
#xian #sec8 .colL {
    padding: 15% 0 10% 0;
    background: url("../img/xian/s8_deco1.png") no-repeat center top;
    background-size: 100% auto;
}
#xian #sec8 .colR {
    padding: 15% 0 10% 0;
    background: url("../img/xian/s8_deco2.png") no-repeat center top, url("../img/xian/s8_bg.jpg") repeat center top;
    background-size: 100% auto;
}
#xian #sec8 h2 {
    font-size: 34px;
    color: #784622;
    line-height: 1.1;
    margin-bottom: 7%;
}
#xian #sec8 h2 span {
    font-size: 50px;
}
#xian #sec8 h2 em {
    font-style: normal;
    color: #8f0802;
    font-size: 24px;
    display: block;
    margin-top: 2%;
}
#xian #sec8 .box {
    background: url("../img/shared/bg03.png") repeat center top;
    color: #fff;
    box-sizing: border-box;
    margin: 0 10%;
}
#xian #sec8 .box ul {
    padding: 10% 6.7% 10%;
}
#xian #sec8 .box ul li {
    border-bottom: 1px dashed #784622;
    line-height: 1.9;
    padding: 2% 0;
    font-size: 16px;
}
#xian #sec9 #sec9_1 {
    padding-top: 10%;
    padding-bottom: 5%;
    background: url(../img/shared/bg10.jpg) repeat center top;
}
#xian #sec9 #sec9_1 h2 {
    width: 75%;
    margin: 0 auto 5%;
}
#xian #sec9 #sec9_2 {
    background: url("../img/xian/s9_deco.png") no-repeat center top;
    background-size: 100% auto;
    padding: 10% 0 15% 0;
}
#xian #sec9 #sec9_2 h2 {
    color: #784622;
    font-size: 35px;
    line-height: 1.7;
    letter-spacing: 0.06em;
}
#xian #sec9 #sec9_2 .note {
    margin-bottom: 5%;
}
#xian #sec9 #sec9_2 h3 {
    color: #784622;
    text-align: center;
    border-bottom: 2px solid #784622;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin-bottom: 5%;
    padding-bottom: 5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}
#xian #sec9 #sec9_2 .detail {
    margin: 0 4.7%;
}
#xian #sec9 #sec9_2 dl + dl {
    margin-top: 3%;
}
#xian #sec9 #sec9_2 .col_inner h4 {
    line-height: 20px;
}
#xian #sec9 #sec9_2 .col_inner + .col_inner {
    margin-top: 5%;
}
#xian #sec9 #sec9_2 .row + .row {
    margin-top: 10%;
}
#xian #sec9 #sec9_2 .col + .col {
    margin-top: 10%;
}
#xian #sec9 #sec9_2 dl {
    line-height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#xian #sec9 #sec9_2 dl dd {
    text-align: right;
}
#xian #sec10 {
    background-image: url("../img/xian/s10_bg.jpg"), url("../img/shared/bg03.png");
    background-position: center top;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto;
    color: #fff;
    padding: 5% 0 10%;
}
#xian #sec10 .detail1 {
    margin: 0 6.7%;
}
#xian #sec10 .detail1 .text {
    margin: 0 5%;
}
#xian #sec10 .detail2 {
    margin: 0 6.7%;
}
#xian #sec10 .detail2 h3 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    margin: -10% 0 5% 0;
}
#xian #sec10 .detail2 .box {
    background: rgba(0, 0, 0, 0.6);
    padding: 10% 6.7%;
}
#xian #sec10 .detail2 h4 {
    border-bottom: 2px solid #84674c;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-weight: bold;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 5%;
}
#xian #sec10 .detail2 .col dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
}
#xian #sec10 .detail2 .col dl + dl {
    margin-top: 3%;
}
#xian #sec10 .detail2 .col dl dd {
    text-align: right;
}
#xian #sec10 .detail2 .col + .col {
    margin-top: 10%;
}
#bg_parallax {
    position: relative;
    padding-top: 100%;
}
#bg_parallax2 {
    position: relative;
    padding-top: 100%;
}
.img_parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.img_parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}
#xian #sec03 {
    padding-bottom: 10%;
    color: #fff;
}
#xian #sec03 .photo {
    margin-left: -2%;
    margin-right: -2%;
}
#xian #sec03 .box {
    background: rgba(0, 0, 0, 0.85);
    padding: 10% 2% 10%;
    margin-top: -5%;
    position: relative;
}
#xian #sec03 .box h2 {
    font-size: 25px;
    text-align: center;
}
#xian #sec03 .box h2 span {
    font-size: 20px;
}
/*=============================================*/
/*                   　pastaya　　　　　          */
/*=============================================*/
#pastaya header #key ul .li01 {
    background: url(../img/pastaya/key.jpg) no-repeat center center;
    background-size: cover;
}
#pastaya #sec01 {
    padding-top: 10%;
    padding-bottom: 5%;
}
#pastaya #sec02 {
    padding-bottom: 5%;
    background: url(../img/shared/bg06.jpg) repeat center center;
}
#pastaya #sec02 h2 {
    width: 70%;
    margin: 0 auto;
}
#pastaya #sec02 .h-top {
    background: url(../img/shared/bg03.png) repeat center center;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #fff;
}
#pastaya #sec02 .photo {
    margin-left: -2%;
    margin-right: -2%;
}
#pastaya #sec02 dl dt {
    width: 70%;
    margin: 5% auto 0;
}
#pastaya #sec02 dl .price {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#pastaya #sec02 dl .price span {
    font-size: 16px;
}
#pastaya #sec03 {
    padding-bottom: 10%;
}
#pastaya #sec03 h2 {
    width: 70%;
    margin: 0 auto;
}
#pastaya #sec03 .h-top {
    background: url(../img/shared/bg03.png) repeat center center;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #fff;
}
#pastaya #sec03 dl dt {
    width: 70%;
    margin: 5% auto;
}
#pastaya #sec03 .btn {
    margin-left: 2%;
    margin-right: 2%;
}
/*=============================================*/
/*                   　shopinfo　　　　　          */
/*=============================================*/
.mbp5 {
    margin-bottom: 5%;
}
#shopinfo header #key ul .li01 {
    background: url(../img/shopinfo/key.jpg) no-repeat center center;
    background-size: cover;
}
#shopinfo #sec01 {
    padding-top: 10%;
    padding-bottom: 10%;
    background: url(../img/shared/bg02.jpg) repeat center top;
}
#shopinfo #sec02 {
    padding-top: 10%;
    padding-bottom: 5%;
}
#shopinfo #sec02 .toggle {
    margin-bottom: 5%;
}
#shopinfo #sec02 h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #784622;
    line-height: 30px;
    padding: 10px 0;
}
#shopinfo #sec02 .logo01 {
    width: 40%;
    margin: 5% auto;
}
#shopinfo #sec02 .logo02 {
    width: 60%;
    margin: 5% auto;
    text-align: center;
}
#shopinfo #sec02 .logo03 {
    width: 40%;
    margin: 5% auto;
}
#shopinfo #sec02 .logo04 {
    width: 50%;
    margin: 5% auto;
}
#shopinfo #sec02 .toggle-main {
    padding-top: 20px;
}
#shopinfo #sec02 .toggle-main .bg-popup {
    padding: 5% 2%;
    background: url(../img/shared/bg10.jpg) repeat center top;
}
#shopinfo #sec02 .toggle-main h4 {
    width: 100px;
    background: #b87944;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 2%;
}
#shopinfo #sec02 .toggle-main .info {
    margin-bottom: 3%;
}
#shopinfo #sec02 .toggle-main .info_tel {
    position: relative;
    padding-left: 30px;
    width: 200px;
    margin: 0 auto;
}
#shopinfo #sec02 .toggle-main .info_tel:before {
    background: url(../img/shopinfo/icon-tel.png) no-repeat center top;
    background-size: contain;
    width: 31px;
    height: 23px;
    position: absolute;
    top: 5px;
    left: -5px;
    content: '';
}
#shopinfo #sec02 .toggle-main .info_tel span {
    font-size: 20px;
    font-weight: bold;
}
#shopinfo #sec02 .toggle-main .btn-popup {
    margin-top: 5%;
    display: block;
}
#shopinfo #sec02 .toggle-main .info_fax {
    position: relative;
    padding-left: 30px;
    width: 200px;
    margin: 0 auto;
}
#shopinfo #sec02 .toggle-main .info_fax:before {
    background: url(../img/shopinfo/icon-building.png) no-repeat center top;
    background-size: contain;
    width: 31px;
    height: 23px;
    position: absolute;
    top: 5px;
    left: -5px;
    content: '';
}
#shopinfo #sec02 .toggle-main .info_fax span {
    font-size: 20px;
    font-weight: bold;
}
#shopinfo .remodal-wrapper {
    text-align: center;
}
#shopinfo .remodal {
    position: relative;
    padding: 30px 5%;
    background: url(../img/shopinfo/bg_box_01.jpg) no-repeat center top, url(../img/shopinfo/bg_box_03.jpg) no-repeat center bottom, url(../img/shopinfo/bg_box_02.jpg) repeat-y center top;
    background-size: 100%, 100%, 100%;
}
#shopinfo .remodal h5 {
    color: #c61503;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
}
#shopinfo .remodal .map {
    width: 100%;
    margin-top: 10%;
}
#shopinfo .remodal .info_tel {
    position: relative;
    padding-left: 30px;
    width: 170px;
    margin: 0 auto;
}
#shopinfo .remodal .info_tel:before {
    background: url(../img/shopinfo/icon-tel.png) no-repeat center top;
    background-size: contain;
    width: 31px;
    height: 23px;
    position: absolute;
    top: 5px;
    left: -5px;
    content: '';
}
#shopinfo .remodal .info_tel span {
    font-size: 20px;
    font-weight: bold;
}
#shopinfo .remodal .info_fax {
    position: relative;
    padding-left: 30px;
    width: 170px;
    margin: 0 auto;
}
#shopinfo .remodal .info_fax:before {
    background: url(../img/shopinfo/icon-building.png) no-repeat center top;
    background-size: contain;
    width: 31px;
    height: 23px;
    position: absolute;
    top: 5px;
    left: -5px;
    content: '';
}
#shopinfo .remodal .info_fax span {
    font-size: 20px;
    font-weight: bold;
}
#shopinfo .remodal .info {
    text-align: left;
}
#shopinfo .remodal .info dl {
    background: url(../img/shopinfo/line.png) repeat-x center bottom;
    padding: 10px 0;
}
#shopinfo .remodal .info dl:first-child {
    margin-top: 5%;
    background: url(../img/shopinfo/line.png) repeat-x center top, url(../img/shopinfo/line.png) repeat-x center bottom;
}
#shopinfo .remodal .info dl dt {
    font-weight: bold;
}
#shopinfo .remodal .logo01 {
    width: 50%;
    margin: 0 auto 10%;
}
#shopinfo .remodal .logo02 {
    width: 70%;
    margin: 5% auto;
}
#shopinfo .remodal .logo03 {
    width: 50%;
    margin: 5% auto;
}
#shopinfo .remodal .logo04 {
    width: 70%;
    margin: 5% auto 10%;
}
#thanks header #key ul .li01 {
    background: url(../img/thanks/key.jpg) no-repeat center center;
    background-size: cover;
}
#thanks .content {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
/*=============================================*/
/*                   APP          			   */
/*=============================================*/
#app header {
    position: relative;
    overflow: hidden;
}
#app header h1 {
    text-shadow: none;
}
#app header dl dt, #app header dl dd {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    box-sizing: border-box;
}
#app header dl dt {
    background: url("../img/app/kv-ttl.png") no-repeat center center/100%;
    right: 0;
}
#app header dl dd {
    background: url("../img/app/kv-img.png") no-repeat center center/100%;
    left: 0;
}
#app header dl dd {
    padding-left: 2%;
}
#app header #key {
    position: relative;
}
#app header #key ul .li01 {
    background: url("../img/app/kv.jpg") no-repeat center center;
    background-size: cover;
}
#app #app-btn {
    background: url("../img/app/app-btn-bg.png") no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    text-align: center;
    padding: 5% 10%;
    width: 100%;
    float: left;
}
#app #app-btn a {
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0 1%;
}
#app #app-btn a img {
    max-width: 242px;
    height: auto;
}
#app #sec01 {
    position: relative;
    padding-bottom: 5%;
    padding-top: 5%;
}
#app #sec01 .text {
    text-align: center;
}
#app #sec01 dl {
    position: relative;
    box-sizing: border-box;
}
#app #sec01 dt.title {
    width: 100%;
    position: absolute;
    top: 45%;
    text-align: center;
    font-weight: 500;
}
#app #sec01 dl {
    margin-top: 1%;
}
#app #sec01 dl + dl {
    margin-top: 5%;
}
#app #sec01:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/app/s1-deco1.jpg") no-repeat top left/100%, url("../img/app/s1-deco2.jpg") no-repeat bottom right/100%;
    z-index: -1;
}
#app #sec02 {
    padding-bottom: 5%;
    padding-top: 5%;
    background: url("../img/app/s2-bg.jpg") repeat center center;
    position: relative;
}
#app #sec02 dl {
    margin-top: 5%;
    position: relative;
}
#app #sec02 dl + dl + dl + dl + dl:before {
    position: absolute;
    content: '';
    top: -3.5%;
    right: -3.5%;
    width: 26%;
    height: 153px;
    background: url("../img/app/s2-img5-deco.png") no-repeat top right/100%;
    z-index: 9;
}
#app #sec03 {
    padding-bottom: 15%;
    padding-top: 10%;
    position: relative;
    overflow: hidden;
}
#app #sec03 .line {
    margin: 3% 0 10% 0;
}
#app #sec03 .text {
    color: #fff;
    text-align: center;
}
#app .line01 {
    height: 10px;
    background: url(../img/shared/line01.png) repeat-x center top;
    border: none;
}
#app #sec03 .sec03-img {
    box-sizing: border-box;
    text-align: center;
    padding: 5% 0;
    width: 100%;
    float: left;
}
#app #sec03 .sec03-img img {
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
#app #sec04 {
    padding-top: 5%;
    background: url("../img/app/s4-bg.jpg") repeat center center;
    position: relative;
    overflow: hidden;
}
#app #sec04 .photo {
    padding: 0 20%;
}
#app #sec05 {
    padding-top: 5%;
    padding-bottom: 5%;
    background: url("../img/app/s5-bg.jpg") repeat center center;
    position: relative;
    overflow: hidden;
}
#app #sec05 .search_icon {
    width: 98%;
    margin: 5% auto 0 auto;
}
#app #sec05 .photo {
    padding: 5% 20% 0;
}
#app #sec05 .form {
    display: table;
    margin: 5% auto 0;
    width: 80%;
}
#app #sec05 .col {
    display: table-cell;
    vertical-align: middle;
}
#app #sec05 .input {
    background: #fff;
}
#app #sec05 .input input {
    padding: 20px 10px;
    width: 100%;
    height: 43px;
    border: none;
    outline: none;
}
#app #sec05 .btn-s {
    width: 83px;
    height: 83px;
}
#app #sec05 .btn-s button {
    border: none;
    outline: none;
}
.bnr_app {
    width: 98%;
    margin: 3% auto;
}
.rebotan a {
    background-color: #990000;
    width: auto;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    padding: 5px;
    display: block !important;
    margin: 10px auto;
    text-decoration: none;
}
.tc{
    text-align: center;
}
.cookies_link{
    padding: 5px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}