@charset "utf-8";
/*------------------------------------------------------------------
	base.css
------------------------------------------------------------------*/
body {
    width: 100%;
    min-width: 1000px;
    position: relative;
    line-height: 180%;
    color: #532c03;
    font-weight: 400;
    font-style: normal;
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: url(../img/bg_body.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    line-height: 2.1em;
}
.alphaOver a:hover img {
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: .7;
    opacity: .7;
    zoom: 1
}
a,
a:link {
    color: #532c03;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
/* ==================================
header
=====================================*/
header:not(.top_header) {
    position: relative;
    font-weight: 400;
    width: 100%;
    margin: 0 auto;
    display: flex;
    z-index: 99;
    box-shadow: 0 10px 10px rgba(200, 200, 200, .5);
}
.headerBox {
    width: 1100px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.headerBox h1 a{
    display: inline-block;
    width: 280px;
    height: 100%;
    padding-top: 10px;
    box-sizing: border-box;
}
.headerBox h1 a img{
    width: 280px;
    height: auto;
}
.headerBox .header_inner a{
    display: inline-block;
    height: 100%;
    padding-top: 35px;
    box-sizing: border-box;
}
.headerBox .entry_btn {
    width: 150px;
    background: #e72c2e;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
#career .headerBox .entry_btn{
	background: #f39700;
}
.headerBox .entry_btn a {
    display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-style: normal;
	letter-spacing: .1em;
    padding-top: 25px;
}
.headerBox .entry_btn .jattl {
    display: block;
    font-size: 12px;
}
#recruit header,
#form header,
#thanks header{
    display: block;
    padding: 25px 0 0;
}
#recruit header .header_inner,
#form header .header_inner,
#thanks header .header_inner{
    display: none;
}
#recruit header h1,
#form header h1,
#thanks header h1{
    display: block;
    width: 275px;
    height: auto;
    margin: 0 auto 40px;
}
#recruit header h1 a,
#recruit header h1 a img,
#form header h1 a,
#form header h1 a img,
#thanks header h1 a,
#thanks header h1 a img
{
    width: 100%;
    height: auto;
    display: block;
}
header .menu_btn {
    display: none;
}
header .menu ul {
    width: 100%;
    height: 90px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}
header .menu ul li {
    margin-right: 35px;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .075em;
    line-height: 1.7em;
    color: #333;
    position: relative;
}
header .menu ul li:nth-last-child(2) {
    margin-right: 0;
}
header .menu ul li a {
    display: block;
    font-size: 14px;
    letter-spacing: .075em;
    line-height: 1.7em;
    color: #333;
    position: relative;
}
/* ドロップダウンのメニュー 
=====================*/
header .menu ul li.dropmenu {
    position: relative;
}
header .menu ul li.dropmenu ul {
    position: absolute;
    display: block;
    width: 95px;
    top: 35px;
    height: 60px;
    opacity: 0;
}
header .menu ul li.dropmenu:hover ul.innerlink {
    opacity: 1;
}
header .menu ul li ul li a {
    width: 120px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    display: block;
    margin-bottom: 8px;
    line-height: 1.8em;
}
.acd-check {
    display: none;
}
/* main部分
=======================*/
.wrapper {
    width: 100%;
}
/*  　inviewContents関連　  */
.inviewContents {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}
.fadein {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
/*===========================
スマホ固定メニュー
============================ */
.sp_bottomFix {
    display: none;
}
/* ==========================
footer 
=============================*/
#recruit footer {
    background: url(../../img/top/footer_bg.png);
}
#recruit footer .logo {
    width: 285px;
    margin: 0 auto 40px;
}
#recruit footer .instagram {
    width: 40px;
    height: 40px;
    margin: 0 auto 40px;
}
#recruit footer p,
#recruit footer a {
    color: #fff;
}
footer a,
footer img {
    width: 100%;
    height: auto;
}
footer {
    padding: 30px 0 0;
    letter-spacing: 1px;
}
footer .copyright {
    padding: 0 0 20px;
}
footer .copyright,
footer .copyright a {
    font-size: 12px;
    color: #333;
}
footer.subpage_footer {
    width: 100%;
}
footer.subpage_footer ul {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 75px;
    display: flex;
    justify-content: center;
}
footer.subpage_footer ul li {
    width: 50%;
    max-width: 340px;
    height: auto;
}
footer.subpage_footer ul li.index_link {
    margin-right: 60px;
	border: solid 1px #333;
	box-sizing: border-box;
	padding: 15px 10px;
}
footer.subpage_footer ul li a {
    width: 100%;
    height: 100%;
}
footer.subpage_footer ul li a img {
    width: 100%;
    height: auto;
}
/*===========================================
スマホ対応
==============================================*/
@media screen and (max-width: 480px) {
    body {
        min-width: 320px;
        width: 100%;
        position: relative;
        min-height: 500px;
        font-size: 13px;
    }
    header {
        width: 100%;
        height: 70px;
        margin: 0 auto;
        padding: 10px 0;
        box-sizing: border-box;
    }
    header:not(.top_header){
        box-shadow: 0 0px 10px rgba(200, 200, 200, .35);
    }
    #recruit header {
        padding: 0;
    }
    #recruit header h1 {
        margin: 0;
        width: 100%;
        padding: 10px 0;
    }
    #recruit header h1 a {
        width: 100%;
        height: 100%;
    }
    #recruit header h1 a img {
        width: 200px;
        height: auto;
        margin: auto;
        padding: 0;
    }
    header h1 {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    header .headerBox{
        width: 100%;
        height: 100%;
    }
    header .headerBox h1 a {
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
     header .headerBox h1 a img {
        display: block;
        width: auto;
        height: 35px;
        margin: auto;
    }
    header .entry_btn {
        display: none;
    }
    header .header_inner {
        width: 0;
        padding: 0;
    }
    header .menu_btn {
        display: block;
        width: 34px;
        height: 18px;
        position: fixed;
        top: 25px;
        right: 5%;
        z-index: 99;
    }
    .open header .menu_btn {
        display: block;
        line-height: 30px;
        text-align: center;
        z-index: 999;
    }
    header .menu_btn span {
        display: block;
        width: 34px;
        height: 2px;
        background: #5f4605;
        border-radius: 5px;
        transition: all 0.3s;
        transform: rotate(0deg);
    }
    header .menu_btn span.middle {
        transform: translateY(6px);
    }
    header .menu_btn span.bottom {
        transform: translateY(12px);
    }
    .open header .menu_btn span {
        background: #fff;
    }
    .open header .menu_btn span.middle {
        background: rgba(255, 255, 255, 0);
    }
    .open header .menu_btn span.top {
        transform: rotate(-45deg) translate(-8px, 12px);
    }
    .open header .menu_btn span.bottom {
        transform: rotate(45deg) translate(9px, 5px);
    }
    header .menu_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(44, 34, 20, 0.8);
        -webkit-transition: all .5s;
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 100;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    header .menu {
        display: table;
        width: 100%;
        padding: 0;
        border: none;
    }
    header .menu ul {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 80px 0 0;
    }
    header .menu ul li {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    header .menu ul li.sp {
        font-size: 13px;
    }
    header .menu ul li a {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 15px 0;
        font-size: 13px;
        line-height: 1.6em;
        color: #fff;
        position: relative;
    }
    header .menu ul li a span {
        font-family: poynter-oldstyle-display, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        letter-spacing: 1.5px;
        color: #fff;
    }
    /* 開閉用ボタンがクリックされた時のスタイル */
    .open header .menu_bg {
        -webkit-transition: all .5s;
        transition: all .5s;
        visibility: visible;
        opacity: 1;
    }
    /*   サブメニューの開き方  */
    .acd-label {
        color: #fff;
        margin-bottom: 1px;
        padding: 0;
        display: block;
        margin: 15px 0;
    }
    .acd-content {
        border-top: 1px dotted #fff;
        height: 0;
        opacity: 0;
        display: none;
        padding: 0 10px;
        transition: .5s;
        visibility: hidden;
        background: url(../img/bg_body.jpg) no-repeat center / cover;
    }
    .acd-check:checked + .acd-label + .acd-content {
        height: auto;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .acd-check:checked + li.sp_recruit {
        padding-bottom: 0;
    }
    header .menu ul li ul li a {
        background: transparent;
        width: 100%;
        margin-bottom: 0;
    }
    header .menu ul.sp_submenu,
    header .menu ul.sp_submenu li {
        padding: 0;
        border: 0;
    }
    header .menu ul li ul li a {
        border-bottom: dotted 1px #532c03;
        color: #532c03
    }
    header .menu ul li ul li:last-child a {
        border-bottom: 0;
    }
    /*  .main
    =============================================  */
    .wrapper {
        overflow: hidden;
        padding-bottom: 0;
    }
    /* ================================================
    スマホ固定メニュー
    ============================================= */
    .sp_bottomFix {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
    }
    .sp_bottomFix ul {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .sp_bottomFix ul li {
        width: calc(100% / 3);
        height: 45px;
        margin: 0;
    }
    .sp_bottomFix ul li a{
        color: #fff;
            font-family: brandon-grotesque, sans-serif;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        display: block;
        width: 100%;
        height: 100%;
    }
    .fix_insta {
        position: relative;
        background: url(../img/ico_instagram_wh.png) no-repeat left 7px center / 12px auto , -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        background:url(../img/ico_instagram_wh.png) no-repeat left 7px center / 12px auto , linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
        /*グラデーション①*/
        overflow: hidden;
        /*はみ出た部分を隠す*/
        box-sizing: border-box;
        padding: 12px 5px 0 20px;
    }
    .fix_insta:before {
        content: '';
    position: absolute;
    top: 25px;
    left: 0;
    width: 120px;
    height: 60px;
    background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.45) 45%, rgba(255, 88, 96, 0) 65%);
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.45) 45%, rgba(255, 88, 96, 0) 65%);
    }

    .fix_call {
        background: url(../img/ico_call_wh.png) no-repeat left 5px center / 10px auto ,#e72c2e;
        padding: 12px 5px 0 15px;
        box-sizing: border-box;
    }
	#career .fix_call{
		background: url(../img/ico_call_wh.png) no-repeat left 5px center / 10px auto ,#f39700;
	}
    .fix_form {
        background: #a87e64;
    }
    .fix_form a {
    }
    .fix_form span {
        display: block;
        font-size: 6.5px;
        line-height: 1;
        padding-top: 8px;
    }
    /*  ============================================  
    footer
    ============================================*/
    footer .footer_inner {
        display: block;
        max-width: 480px;
        padding: 25px 0;
    }
    footer .footer_inner ul {
        display: none;
    }
	footer.subpage_footer{
		padding-bottom: 35px;
	}
    footer.subpage_footer ul {
        display: block;
        width: 94%;
    }
    footer.subpage_footer ul li.index_link,
    footer.subpage_footer ul li {
        width: 80%;
        margin: 0 auto 20px;
    }
}
@media screen and (min-width: 481px) {
    .sp {
        display: none !important;
    }
    .pc {
        display: inline-block !important;
    }
}
@media screen and (max-width: 480px) {
    .sp {
        display: inline-block !important;
    }
    .pc {
        display: none !important;
    }
}
