.w880 {
    max-width: 880px;
    margin: 0 auto;
}

.row {
    padding: 0;
}

#site-main {
    background-color: #FFF;
}

.section-content {
    padding-bottom: 0;
}

.section-hero .section-content {
    padding: 0;
}

.section-hero .section-content img {
    width: 100%;
}

.section-recruit .headline {
    text-align: center;
}

.section-recruit .headline__title-en {
    font-family: 'Cormorant Garamond', serif;
    font-size: 4rem;
    font-weight: 500;
    color: #5f4422;
}

.section-recruit .headline__title-ja {
    width: 100%;
    display: block;
    font-size: 2.0rem;
    color: #5f4422;
}

@media screen and (max-width: 750px) {
    .section-recruit .headline__title-en {
        font-size: 2.25rem;
    }
}

/* ===================	TAB ==================== */

.tabs {
    margin: 50px auto 0;
    padding: 0;
    width: 100%;
}

.tabs #tab-button {
    /*width: 1120px;*/
    width: 1360px;
    margin: 0 auto;
    list-style: none;
    display: flex;
}

.tabs #tab-button li {
    background: #f9f9f9;
    border-bottom: none;
    border-left: none;
    text-align: center;
    display: flex;
    flex-direction: column;
	justify-content: center;
	border-top: 2px solid #f9f9f9;
}

.tabs #tab-button li a h2 {
    width: 100%;
    height: auto;
    color: #5f4422;
    display: block;
    line-height: 1.5;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}

/*.tabs #tab-button li a img{margin-top: 5px;}*/

.tabs #tab-button li a h2>span {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
    letter-spacing: normal;
}

.tabs #tab-button li:hover,
.tabs #tab-button .is-active {
    background: #faf6ef;
    border-top: 2px solid #5fb33b;
}

.tabs #tab-button li:hover a,
.tabs #tab-button .is-active a {
    opacity: 1;
}

/* .tabs .tab-button-outer {display: none;} */

@media screen and (min-width: 640px) {
    .tabs .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }
    .tabs .tab-select-outer {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .section-content {
        padding: 0 20px;
    }
    .tabs #tab-button li a h2 {
        font-size: 1.4rem;
    }
    .tabs #tab-button li a>span {
        font-size: 10px;
        transform: scale(0.8);
    }
}

/* -------	TAB CONTENTS ------- */

.tabs .tab-contents {
    background: #faf6ef;
}

@media screen and (min-width: 640px) {
    .tabs .tab-contents {
        position: relative;
    }
}

.faciinfo .h2_title {
    color: #A19169;
}

.faciinfo .btn-sq>a:hover {
    background-color: #A19169;
    color: #000;
}

.faciinfo .cont {
    padding: 70px 0 10px;
}

.faciinfo.tabs #tab-button {
    width: 753px;
}

.faciinfo.tabs #tab-button li {
    width: 480px;
}

.faciinfo.tabs #tab-button li a {
	padding: 1.25em 0;
}

@media screen and (max-width:767px) {
    .faciinfo .cont {
        /* padding: 40px 0 0; */
    }
    .faciinfo.tabs #tab-button {
        width: 90vw;
    }
    .faciinfo.tabs #tab-button li {
        height: auto;
        padding: 15px 0
    }
}

/*    section-application    */

.application {
    margin-bottom: 86px;
}

.application table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.application table th {
    width: 180px;
}

.application table td {
    width: 700px;
}

.application h2,
.section-entry .headline__title-en {
    font-size: 2rem;
    line-height: 1;
    padding: 20px 0;
    color: #fff;
    background-color: #7e6b5a;
    border-radius: 4px;
}

.application table tbody th {
    padding-left: 20px;
    font-size: 1.6rem;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    padding-top: 16px;
    letter-spacing: 0.15em;
}

.application table tbody tr{
    /* padding-top: 42px; */
}

.application table tbody td {
    text-align: left;
    padding: 16px 40px 16px 0;
    letter-spacing: 0.15em;
}

.application table tbody {
    padding-top: 20px;
}

.application table tbody tr {
    border-bottom: 1px dotted #000;
}

@media screen and (max-width: 767px) {
    .application table {
        width: 100%;
    }
    .application h2,
    .section-entry .headline__title-en {
        font-size: 1.3rem;
        padding: 14px 0;
    }
    .application table th,
    .application table td {
        display: block;
        width: 100%;
    }
    .application table tbody th.gap {
        padding-top: 20px;
    }
    .application table tbody td.gap {
        padding-top: 10px;
    }
    .application table tbody td {
        padding: 10px 10px 15px 10px;
    }
    .application table tbody th {
        font-size: 1.2rem;
        padding-top: 15px;
        position: relative;
    }
    .application table tbody th::before {
        content: "●";
        color: #59ae38;
        position: absolute;
        top: 44%;
        left: 1%;
    }
    .application table tbody th.gap::before {
        top: 46%;
        left: 1%;
    }
}

.section-entry {
    text-align: center;
}

.section-entry .section-content {
    padding-top: 0;
}

.section-entry .headline__title-en {
    width: 100%;
    margin-bottom: 25px;
}

.tel,
.mail {
    padding: 35px 0 30px;
}

.tel p {
    font-size: 1.4rem;
    line-height: 1.714;
}

.tel .tel-num {
    font-size: 4rem;
    color: #424242;
}

.tel .headline__title-ja,
.mail .headline__title-ja {
    font-size: 3rem;
    color: #5f4422;
}

.mail p {
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    .section-content {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .section-recruit .headline__title {
        padding-bottom: 15px;
    }
    .section-recruit.headline__title-en {
        font-size: 2.2rem;
        color: #5f4422;
    }
    .section-recruit .headline__title-ja {
        font-size: 1.2rem;
    }
    .tel,
    .mail {
        padding: 15px 0 15px;
    }
    .tel .headline__title-ja,
    .mail .headline__title-ja {
        font-size: 2rem;
    }
    .tel p {
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    .tel .tel-num {
        font-size: 2.5rem;
    }
}

/*      entry      */

.mail-form {
    padding-bottom: 75px;
}

.mail-form table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.mail-form table tr {
    border-bottom: 1px dotted #000;
}

.mail-form th {
    font-size: 1.4rem;
    text-align: left;
    width: 290px;
    padding-left: 20px;
    position: relative;
	vertical-align: middle;
	font-weight: normal;
}

.mail-form th.contact {
    padding-top: 41px;
    vertical-align: top;
}

.mail-form td select {
    line-height: 1.3;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    display: inline-block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 100% center;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;

}

.mail-form td select::-ms-expand {
display: none;
}

.mail-form td select option {
    font-weight:normal;
}
.mail-form th span {
    display: block;
    width: 100%;
    text-align: left;
}

.mail-form td {
    width: 590px;
    padding: 27px 20px 25px 0;
    text-align: left;
}

.mail-form td span {
    font-size: 1.4rem;
    padding-left: 24px;
}

input[type='email'],
input[type='text'],
select{
    font-size: 1.6rem;
    padding: 8px;
    width: 240px;
    border: solid 0px;
}

textarea {
    font-size: 1.6rem;
    width: 570px;
    max-width: 570px;
    height: 100px;
    min-height: 100px;
    padding: 5px;
    border: solid 0px;
}

.mail-form .btn {
    padding: 55px 0;
}

a.more.fill {
    max-width: 300px;
    border-radius: 50px;
    padding: 1.0em 0;
    font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
    .mail-form {
        padding-bottom: 35px;
    }
    .mail-form table tbody,
    .mail-form table thead,
    .mail-form table tr,
    .mail-form table th,
    .mail-form table td {
        display: block;
    }
    .mail-form table {
        width: 100%;
    }
    .mail-form table th,
    .mail-form th.confirm,
    .mail-form th.contact {
        font-size: 1.3rem;
        padding: 15px 0 0 10px;
    }
    .mail-form table td {
        padding: 5px 10px 15px;
        width: 100%;
    }
    .mail-form table td select {
        width: 100%;
    }
    .mail-form td span {
        font-size: 1rem;
    }

    input[type='email'],
    input[type='text'] {
        font-size: 1.6rem;
        padding: 11px;
        width: 100%;
    }
    .mail-form td.notice,
    .mail-form td.notice-confirm {
        position: relative;
    }
    .mail-form td.notice span {
        font-size: 1rem;
        position: absolute;
        top: -20px;
        left: 140px;
    }
    .mail-form td.notice-confirm span {
        font-size: 1rem;
        position: absolute;
        top: -20px;
        left: 190px;
    }
    textarea {
        font-size: 1.4rem;
        width: 100%;
        min-width: 100%;
    }
    .mail-form .btn {
        width: 80%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .mail-form .btn a {
        padding: 15px;
    }
    a.more.fill {
        max-width: 200px;
        font-size: 1.3rem;
    }
}

.section-entry {
    background-color: #FAF6EF;
}

.section-entry .headline {
    text-align: center;
}

.section-entry .section-content {
    padding-top: 0;
}