@charset "utf-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap");

@font-face {
    font-family: "Handwriting";
    src: url(/import/tenant_1/160.16.142.111/html/font/AdobeHandwriting-Ernie.woff2) format("woff2"),
    url(/import/tenant_1/160.16.142.111/html/font/AdobeHandwriting-Ernie.woff) format("woff"),
    url(/import/tenant_1/160.16.142.111/html/font/AdobeHandwriting-Ernie.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}



html {
    font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-weight: 400;
    color: #333;
    line-height: 1.75;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/*フォント系*/

h2 {
    font-weight: bold;
    font-size: 40px;
}

h3 {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 34px;
}

h4 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}

h5 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

.pic {
    width: 100%;
    text-align: center;
}

.pic img {
    width: 100%;
}

.fead-mv.mv {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

/*フレックス*/

[data-element-id] .imgalt {
    max-height: 70px;
    overflow: hidden;
    padding: 2px 4px;
    font-size: 14px;
    color: orange;
    text-align: left;
    background: #333;
    position: relative;
    z-index: 50;
}

[data-element-id] .altcolor {
    color: red;
}

.w50 {
    width: 50%;
}

[data-element-id] #wrapper {
    opacity: 1;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 34px;
    }

    h3 {
        margin-bottom: 40px;
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    .inner {
        width: 93%;
        max-width: 768px;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    h4 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    h5 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .w50 {
        width: 100%;
        margin: 2% 0;
    }

    .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .flex.inner {
        margin-left: auto;
        margin-right: auto;
    }
}

.rpic {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[data-element-id] #header {
    background: #999;
    position: static;
}

ruby {
    ruby-align: center;
}

rt {
    letter-spacing: 1px;
    text-align: center;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
}

#header .inner {
    padding: 24px 0 10px 0;
}

#header h1 {
    margin-bottom: 10px;
    /* color: #a62103; */
    font-size: 12px;
    color: #fff;
    text-shadow: 0 0 15px #000;
}

#header .h1 img {
    -webkit-filter: drop-shadow(0 0 10px #000);
    filter: drop-shadow(0 0 10px #000);
}

#header .add {
    display: none;
}

#header .hnav li {
    padding: 0 24px 0 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
}

#header .hnav li a {
    font-size: 20px;
    color: #a62103;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.hnav p {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #a62103;
    cursor: pointer;
    position: relative;
}

.hnav p.fixed {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 90;
}

.hnav p .n {
    width: 26px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: -9999px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 11px;
}

.hnav p .n:before {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 0;
}

.hnav p .n:after {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 0;
}

#footer {
    background: #a62103;
}

[data-element-id] #footer .footfix {
    display: block;
    padding: 10px;
    position: static;
}

#footer .footfix {
    width: calc(100% - 90px);
    max-width: 500px;
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 50;
}

#footer .footfix a {
    display: block;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    color: #a62103;
    line-height: 50px;
    text-align: center;
    border: solid 1px #a62103;
    background: #fff;
}

#footer .footfix a.type-b {
    color: #fff;
    border: solid 1px #fff;
    background: #a62103;
}

#footer .footnav {
    width: 99%;
    max-width: 530px;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

#footer .catch {
    width: 100%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    font-size: 80px;
    color: #b63214;
    line-height: 1.2;
    letter-spacing: 40px;
    position: absolute;
    bottom: 30px;
    left: -5%;
}

#footer .img {
    /* width: 1px;
    position: relative; */
}

#footer .img div {
    /* width: 668px;
    height: 257px;
    -webkit-transform: translate(-90px, 60px);
    transform: translate(-90px, 60px); */
}

#footer .footnav .h3 {
    margin-bottom: 30px;
    text-align: center;
}

#footer .footnav li {
    padding: 0 0 5px 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

#footer .footnav li a {
    color: #fff;
}

#footer .footnav ul {
    width: 33%;
}

#footer .info {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

#footer .info p {
    padding: 0 0 5px 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #fff;
}

#footer .info p a {
    color: #fff;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 50;
}

.totop a:before {
    content: "";
    width: 1px;
    height: 45px;
    background: #a62103;
    position: absolute;
    top: -39px;
    left: 50%;
}

#footer .inner {
    padding-bottom: 40px;
    position: relative;
}

#gnav ul li a {
    display: block;
    padding: 10px 30px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #a62103;
    letter-spacing: 1px;
    text-align: left;
    border: none;
}

#gnav ul li a ruby {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

#gnav ul li a ruby rt {
    margin-left: 1em;
}

#gnav li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ddd;
}

[data-element-id] #gnav {
    -webkit-transform: none;
    transform: none;
    position: static;
}

#gnav {
    width: 35%;
    height: 100%;
    display: block;
    background: #fff;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}

#gnav ul {
    height: 100%;
    overflow: auto;
}

#gnav.action {
    -webkit-box-shadow: -2px 0px 15px -5px #000;
    box-shadow: -2px 0px 15px -5px #000;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.overlay.active {
    width: 100%;
    height: 100%;
    background-color: rgba(166, 33, 3, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
}

#gnav p {
    text-align: right;
}

#gnav p .n {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    position: relative;
}

#gnav p .n:before {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #a62103;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 12px;
}

#gnav p .n:after {
    content: "";
    width: 26px;
    height: 2px;
    display: block;
    background: #a62103;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 12px;
    right: 0;
}

@media only screen and (max-width: 1024px) {
    #gnav {
        width: 70%;
    }

    .hnav ul {
        display: none;
    }

    #footer {
        padding-bottom: 50px;
    }

    #footer .footfix {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    #footer .catch {
        font-size: 11vw;
        left: 0;
    }
}

@media only screen and (max-width: 599px) {
    #header h1 {
        font-size: 10px;
    }

    #gnav {
        width: 90%;
    }

    #footer .catch {
        font-size: 13vw;
        letter-spacing: 20px;
        top: 15%;
    }

    #footer .info {
        margin-top: 20px;
    }

    #footer .footnav ul {
        width: 50%;
    }

    #footer .footnav ul:first-child {
        width: 100%;
    }
}

/*下層共通*/

.sub_tit {
    padding: 1px 0 0 0;
    position: relative;
}

.sub_tit .imgbk {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.sub_tit .imgbk img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    opacity: 0.5;
}

.sub_tit .inner {
    height: 300px;
    margin-top: 110px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

.sub_tit .h2 {
    width: 94%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    font-size: 70px;
    color: #a62103;
    letter-spacing: 3px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.sub_tit .h2 rt {
    font-size: 30%;
}

.h3s {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 16px;
    text-align: center;
}

.h3s .e {
    display: block;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 2px;
    opacity: 0.8;
}

.img div {
    position: relative;
}

.w50s.flexb .img div {
    padding-bottom: 64.5%;
}

.w50s.flexb .img {
    width: 50%;
    padding: 0 0 20px 0;
}

.w50s.flexb .tbox {
    width: 48%;
}

.w50s.flexb .tbox p {
    padding: 0 0 20px 0;
}

.wrap .w50s.up-clearfix:nth-child(2n) .img {
    float: right;
    padding: 0 0 20px 20px;
}

.w50s.up-clearfix .img {
    width: 50%;
    float: left;
    padding: 0 20px 20px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.imga img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.imgbks {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.imgbks img {
    /* width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover; */
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

@media only screen and (max-width: 1024px) {
    .h3s .e {
        font-size: 36px;
    }

    .sub_tit .h2 {
        font-size: 50px;
        letter-spacing: 0;
    }

    .sub_tit .inner {
        height: 250px;
    }
}

@media only screen and (max-width: 599px) {
    .h3s .e {
        font-size: 32px;
    }

    .h3s.b {
        padding-left: 50px;
    }

    .h3s.b:before {
        width: 40px;
    }

    .sub_tit .h2 {
        font-size: 40px;
    }

    .sub_tit .inner {
        height: 200px;
    }
}

/*Food & Beverage*/

.food1 .inner {
    padding-top: 75px;
}

.food2 .tit {
    background: #a62103;
    position: relative;
}

.food2 .h3 {
    padding: 50px 0 0 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: normal;
    color: #fff;
    position: relative;
    z-index: 1;
}

.food2 .tit .imgbks {
    opacity: 0.3;
}

.food2 p {
    padding: 0 0 20px 0;
}

.food2 .up-clearfix {
    padding-bottom: 20px;
}

.food2 .up-clearfix .img div {
    padding-bottom: 70%;
}

.food2+.food3 .inner {
    padding-top: 0;
}

.food3 p {
    padding: 0 0 20px 0;
}

.food3 .img {
    padding: 30px 0;
}

.food3 .img div {
    padding-bottom: 44%;
}

@media only screen and (max-width: 599px) {
    .w50s.flexb .img {
        width: 100%;
    }

    .w50s.flexb .tbox {
        width: 100%;
    }

    .food2 .h3 {
        padding-top: 20px;
    }
}

/*company*/

.comp1 {
    background: #000;
    position: relative;
}

.comp1 .inner {
    padding: 75px 0;
    position: relative;
    z-index: 1;
}

.comp1 .imgbks img {
    opacity: 0.4;
}

.comp1 .h3s {
    color: #fff;
}

.comp1 .txt p {
    padding: 0 0 20px 0;
    color: #fff;
    line-height: 240%;
    text-align: center;
}

.h4 {
    margin-bottom: 20px;
}

.comp2 .h4,
.comp3 .h4 {
    color: #a62103;
}

.comp3 {
    position: relative;
}

.comp3:before {
    content: "";
    width: 100%;
    height: 390px;
    background: -webkit-gradient(linear, left top, right top, from(#e88d79), to(#a62103));
    background: linear-gradient(to right, #e88d79, #a62103);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.comp3 .h3s {
    color: #fff;
}

.comp3 p {
    padding: 0 0 20px 0;
}

.comp3_1 .img div {
    padding-bottom: 57%;
}

.comp3_1 .img {
    padding: 0 0 20px 0;
}

.comp3_1 {
    padding-bottom: 50px;
}

.com4 {
    padding: 0 0 200px 0;
    position: relative;
}

.com4 .inner {
    position: relative;
    z-index: 1;
}

.com4 .imgbks {
    opacity: 0.5;
}

.com4 .h4 {
    margin-bottom: 40px;
    text-align: center;
}

.com4 .inner p {
    padding: 0 0 20px 0;
    text-align: center;
}

.comp5 .h4 .w {
    width: 59px;
    position: absolute;
    top: 0;
    left: 0;
}

.comp5 .h4 {
    padding: 10px 0 5px 72px;
    position: relative;
}

.comp5 p {
    padding: 0 0 20px 0;
}

.comp5 .box {
    padding: 0 0 30px 0;
}

.comp6 table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.comp6 tr {
    border-bottom: 1px solid #a62103;
}

.comp6 th {
    width: 165px;
    vertical-align: top;
    /* border-bottom: 1px solid #a62103; */
    padding: 10px 0;
    text-align: left;
}

.comp6 td {
    width: calc(100% - 165px);
    /* border-bottom: 1px solid #a62103; */
    padding: 10px 0;
}

.h3s.b {
    padding-left: 83px;
    text-align: left;
    position: relative;
}

.h3s.b:before {
    content: "";
    width: 65px;
    height: 5px;
    background: #a62103;
    position: absolute;
    top: 25px;
    left: 0;
}

.comp7 dt {
    float: left;
}

.comp7 dd {
    padding: 0 0 30px 160px;
}

.link1 dl {
    width: 25%;
    margin: 0 0 40px 0;
    padding-bottom: 25%;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #ece3e1));
    background: linear-gradient(to right bottom, transparent 50%, #ece3e1 50%);
    position: relative;
}

.link1 dl dd {
    font-family: "Handwriting";
    font-weight: bold;
    color: #a62103;
    position: absolute;
    bottom: 2px;
    right: 10px;
}

.link1 dl dt {
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.link1 dl dt a {
    width: 98%;
    max-width: 204px;
    display: block;
    margin: 0 auto;
    padding: 5px 10px 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    text-align: center;
    border: 2px solid #333;
    border-radius: 20px / 50%;
    background: #fff url(/import/tenant_1/160.16.142.111/html/images/home/linkmore.png) calc(100% - 15px) 50% no-repeat;
}

.comp8 {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 599px) {
    .com4 {
        padding-bottom: 100px;
    }

    .comp5 .h4 {
        padding-top: 15px;
    }

    .link1 dl {
        width: 42%;
        padding-bottom: 42%;
    }

    .comp3:before {
        height: 200px;
    }

    .comp6 th {
        width: 100%;
        display: block;
        padding-bottom: 0;
    }

    .comp6 td {
        width: 100%;
        display: block;
    }

    .contact1 textarea {
        height: 250px;
    }
}

/*Greeting*/

.greet1 p {
    padding: 0 0 20px 0;
}

.greet_sign {
    margin-bottom: 25px;
    background: -webkit-gradient(linear, left top, right top, from(#e88d79), to(#a62103));
    background: linear-gradient(to right, #e88d79, #a62103);
}

.greet_sign dt {
    color: #fff;
    text-align: right;
}

.greet_sign dd {
    color: #fff;
    text-align: right;
}

.greet_sign .inner {
    padding-top: 25px;
    padding-bottom: 25px;
}

.greet1 .h4 {
    color: #a62103;
}

/*Services*/
.service1 {
    padding: 50px 0;
    position: relative;
}

.service1 .inner {
    position: relative;
    z-index: 1;
}

.service1 .imgbks {
    background: #000;
}

.service1 .imgbks img {
    opacity: 0.5;
}

.service1 .h3s {
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
}

.service1 p {
    padding: 0 0 20px 0;
    color: #fff;
}

.service1 .tit {
    padding: 0 0 30px 0;
}

.service1 .h4 {
    margin-bottom: 10px;
    font-weight: normal;
    color: #fff;
}

.service1 .h5 {
    margin-bottom: 10px;
    padding-left: 50px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #fff;
    line-height: 140%;
    position: relative;
}

.service1 .h5:before {
    content: "";
    width: 42px;
    height: 6px;
    background: #a62103;
    position: absolute;
    top: 10px;
    left: 0;
}

.service1 .box {
    padding-bottom: 15px;
}

.service1 li {
    color: #fff;
}

.service1 ul {
    padding: 0 0 20px 0;
}

.up-clearfix p {
    padding: 0 0 20px 0;
}

.service2 .w50s.up-clearfix .img {
    float: right;
    padding: 0 0 20px 20px;
}

.service3 {
    position: relative;
}

.service3 .inner {
    position: relative;
    z-index: 1;
}

.service3 .imgbks {
    background: #a62103;
}

.service3 .imgbks img {
    opacity: 0.5;
}

.service3 .h3s {
    color: #fff;
}

.service3 p {
    padding: 0 0 20px 0;
    color: #fff;
    text-align: center;
}

.service3 li {
    width: 20%;
    margin: 0 2.5%;
    padding: 10px 15px 0 15px;
    background: #a62103;
}

.service3 li .img {
    width: 80%;
    max-width: 93px;
    margin: 0 auto 5px auto;
}

.service3 li .img div {
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 50%;
    position: relative;
}

.service3 li p {
    margin: 0 auto 20px auto;
    padding-bottom: 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    line-height: 140%;
}

.service3 .inner {
    padding-bottom: 0;
}

.service3 .imgbks {
    bottom: 100px;
}

.service3 ul {
    padding-top: 40px;
}

.service3 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {
    .service3 li {
        width: 48%;
        margin-bottom: 20px;
        margin-left: 1%;
        margin-right: 1%;
    }
}

#service2 .service1 .imgbks img {
    opacity: 0.8;
}

#service2 .service1+.service1 .imgbks img {
    opacity: 0.6;
}

/*Beauty*/

.beauty1_1.flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 30px;
}

.beauty1_1.flexb .img div {
    padding-bottom: 112%;
}

.beauty1 p {
    padding: 0 0 20px 0;
}

.beauty1 .txt {
    padding: 0 0 30px 0;
}

.beauty1 .food2 .up-clearfix .img {
    float: right;
    padding: 0 0 20px 20px;
}

.beauty1 .food2 .up-clearfix+.up-clearfix {
    padding-top: 30px;
}

.beauty1 .food2 .up-clearfix:nth-child(2n) .img {
    float: left;
    padding: 0 20px 20px 0;
}

.beauty1 ul.flexc li {
    width: 28%;
    margin: 0 2% 30px 2%;
    padding: 10px 2%;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #fff;
    text-align: center;
    background: #a62103;
}

.beauty1 ul.flexc {
    padding-bottom: 20px;
}

@media only screen and (max-width: 599px) {
    .beauty1 ul.flexc li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .beauty1 ul.flexc li:last-child {
        width: 98%;
    }
}

/*Recruit*/
.recl1 p {
    padding: 0 0 20px 0;
    text-align: center;
}

.recl1 .img div {
    padding-bottom: 41%;
}

.recl2 {
    background: -webkit-gradient(linear, left top, right top, from(#e88d79), to(#a62103));
    background: linear-gradient(to right, #e88d79, #a62103);
}

.recl2 .img {
    width: 27%;
    float: right;
    margin-top: -100px;
}

.recl2 .h3s {
    color: #fff;
}

.recl2 p {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .recl2 .img {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 599px) {
    .recl2 .img {
        width: 35%;
        margin-top: -20px;
        margin-left: 10px;
    }
}

.recl .tit {
    margin-bottom: 60px;
    padding: 100px 0 50px 0;
    background: #a62103;
    position: relative;
}

.recl .tit .in {
    position: relative;
    z-index: 1;
}

.recl .tit .h4 {
    margin-bottom: 5px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.recl .tit .imgbks {
    opacity: 0.5;
}

.recl .tit .e {
    font-family: "Handwriting";
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 0.6;
}

.recl .list .box {
    width: 48%;
    padding-bottom: 20px;
}

.recl .list .box ul {
    width: 49%;
    padding: 0 0 10px 0;
}

.recl .list .box .img {
    width: 46%;
    padding: 0 0 20px 0;
}

.recl .list .box li {
    margin-bottom: 10px;
    padding: 5px 2.5%;
    color: #fff;
    text-align: center;
}

.recl .list .box li.r {
    background: #a62103;
}

.recl .list .box li.b {
    background: #333;
}

.recl .list .box p {
    padding: 0 0 20px 0;
}

.recl .list .box .pin {
    display: block;
}

.recl .list .box .allmore {
    padding-top: 10px;
    text-align: center;
}

.recw+.recw {
    padding-top: 50px;
}

@media only screen and (max-width: 599px) {
    .recl .list .box {
        width: 100%;
    }
}

.recd1 {
    padding: 80px 0;
    background: #a62103;
    position: relative;
}

.recd1 .inner {
    position: relative;
    z-index: 1;
}

.recd1 .imgbks {
    opacity: 0.5;
}

.recd1 .h3 {
    margin-bottom: 20px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.recd1 p {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.recd2 .imgs {
    width: 50%;
}

.recd2 .imgs .img {
    width: 100%;
    margin-bottom: 20px;
}

.recd2 .imgs li {
    width: 48%;
    padding: 0 0 20px 0;
}

.recd2 .table {
    margin-top: 40px;
    padding: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#e88d79), to(#a62103));
    background: linear-gradient(to right, #e88d79, #a62103);
}

.recd2 .table table {
    width: 100%;
    border-collapse: collapse;
}

.recd2 .table tr {
    border-bottom: 1px solid #fff;
}

.recd2 .table th {
    width: 190px;
    padding: 10px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: normal;
    color: #fff;
    text-align: left;
}

.recd2 .table td {
    width: calc(100% - 190px);
    padding: 10px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #fff;
    text-align: left;
}

.recd2 .table td a {
    color: #fff;
}

.recd2 .table tr:last-child th,
.recd2 .table tr:last-child td {
    border: none;
}

.back {
    padding: 0 0 20px 0;
    text-align: center;
}

.back a {
    width: 90%;
    max-width: 200px;
    display: inline-block;
    padding: 4px 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    color: #fff;
    border-radius: 20px / 50%;
    background: #333 url(/import/tenant_1/160.16.142.111/html/images/recruit/back.png) 10px 50% no-repeat;
}

.recd3 .inner {
    padding-bottom: 75px;
}

.recd3 table {
    margin-bottom: 60px;
}

@media only screen and (max-width: 599px) {
    .recd2 .imgs {
        width: 100%;
    }

    .recd2 .table th {
        width: 100%;
        display: block;
        padding-bottom: 0;
    }

    .recd2 .table td {
        width: 100%;
        display: block;
    }
}

/*blog*/

.blognav .wrap {
    width: 31%;
    margin: 0 3.5% 20px 0;
}

.blognav .wrap:nth-child(3n) {
    margin-right: 0;
}

.blognav .wrap .h3 {
    margin: 0;
    padding: 10px 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #fff;
    text-align: center;
    background: #a62103 url(/import/tenant_1/160.16.142.111/html/images/blog/next.png) calc(100% - 10px) 50% no-repeat;
    cursor: pointer;
}

[data-element-id] .blognav .wrap .h3+ul {
    display: block;
}

.blognav .wrap .h3+ul {
    display: none;
}

.blognav .wrap li {
    padding: 10px 5%;
    border: 1px solid #a62103;
    border-top: none;
}

.blognav {
    padding-bottom: 25px;
}

#blog .list .box>* {
    height: 100%;
    padding: 20px;
    border-radius: 30px 0 30px 0;
    background: #fff;
    -webkit-filter: drop-shadow(10px -2px 5px #eaeaea);
    filter: drop-shadow(10px -2px 5px #eaeaea);
}

#blog .list .img {
    width: 100%;
    padding: 0 0 10px 0;
}

#blog .list .day {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
}

#blog .list .cat {
    font-weight: bold;
    color: #a62103;
}

#blog .list .h3 {
    margin-bottom: 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: normal;
}

#blog .inner {
    padding-top: 75px;
}

.pagenav ul {
    text-align: center;
}

.pagenav li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.pagenav li a {
    display: inline-block;
    padding: 5px;
    line-height: 140%;
}

.pagenav li.active a {
    border-bottom: #a62103 5px solid;
}

.pagenav li.next a {
    padding: 0;
    border: none;
}

.pagenav {
    padding: 50px 0;
}

.detail .meta li {
    display: inline-block;
    padding: 0 25px 20px 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
}

.detail h3 {
    padding: 0 0 15px 0;
    text-align: center;
    border-bottom: #a62103 solid 1px;
}

.detail .txt p {
    padding: 0 0 25px 0;
}

.detail .txt {
    padding-bottom: 30px;
}

.center {
    text-align: center;
}

.blog1:nth-child(2n+1) {
    background: -webkit-gradient(linear, left top, right top, from(#e88d79), to(#a62103));
    background: linear-gradient(to right, #e88d79, #a62103);
}

.blog1:nth-child(2n+1) .h3s {
    color: #fff;
}

.blog1:nth-child(2n+1) .h3s.b:before {
    background: #fff;
}

#blog .blog1:nth-child(2n+1) .box>* {
    -webkit-filter: drop-shadow(10px -2px 5px #a32f15);
    filter: drop-shadow(10px -2px 5px #a32f15);
}

@media only screen and (max-width: 599px) {
    .blognav .wrap {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

/*news*/

#blog.news .box>* {
    height: 100%;
    padding: 15px;
    border-radius: 0;
}

#blog.news .list .h3 {
    min-height: 0;
}

/*contact*/
.contact1 .w50s {
    padding-bottom: 30px;
}

.contact1 .txt {
    padding: 0 0 30px 0;
}

.contact1 .txt p {
    padding: 0 0 20px 0;
    text-align: center;
}

.contact1 .size1 {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #ebe4e3;
}

.contact1 .r {
    color: #a62103;
}

.formbtn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.formbtn ul {
    padding: 30px 0 50px;
    text-align: center;
}

.formbtn button {
    width: 200px;
    max-width: 100%;
    padding: 5px 10px 5px 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 20px / 50%;
    background: #a32f15;
    cursor: pointer;
    position: relative;
}

.formbtn button:hover {
    opacity: 0.6;
}

.formbtn button:before {
    content: "▶︎";
    display: block;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.formbtn .back button {
    background: #444;
}

.formbtn .back button:before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    left: 10px;
    right: auto;
}

#policy .txt {
    padding: 0 0 30px 0;
}

#policy p {
    padding: 0 0 20px 0;
}

#policy .h3 {
    margin-bottom: 20px;
}

#policy .box {
    padding: 0 0 20px 0;
}

#policy li {
    padding-left: 1em;
    text-indent: -1em;
}

#policy ul {
    padding-bottom: 20px;
}

#policy ul ul {
    padding-bottom: 0;
}

/*HOME*/
.home_main .h2 {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 80px;
    color: #fff;
    line-height: 120%;
    letter-spacing: 10px;
    text-shadow: 5px 5px 0 #333;
    position: absolute;
    top: 30%;
    left: calc(50% - 500px);
    z-index: 1;
}

.home_main {
    height: 100vh;
    position: relative;
}

.home_main .img {
    width: 100%;
    height: 100%;
}

.home_main .img .uk-slidenav-position {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.home_main .img .uk-slideshow {
    width: 100%;
    height: 100% !important;
}

.home_main .img .uk-slideshow>li {
    width: 100%;
    height: 100% !important;
}

.home_main .img .uk-slideshow>li>div {
    width: 100%;
    height: 100%;
}

.home_main .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

@media only screen and (max-width: 1024px) {
    .home_main .h2 {
        width: 90%;
        left: 5%;
    }
}

@media only screen and (max-width: 599px) {
    /* A-BiSUスライダー */
    .home_main .uk-slidenav-position {
        height: 100%;
    }

    .home_main .uk-slideshow {
        height: 100% !important;
        overflow: hidden;
        position: relative;
    }

    .home_main .uk-slideshow::after {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .home_main .uk-slideshow li {
        width: 100%;
        height: 100% !important;
        position: absolute;
        top: 0;
    }

    .home_main .uk-slideshow li>div {
        height: 100% !important;
    }

    .home_main .uk-slideshow img {
        width: 100%;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        font-family: "object-fit: cover; object-position: center center;";
    }

    .home_main {
        height: auto;
    }

    .home_main .h2 {
        font-size: 55px;
        letter-spacing: 2px;
        top: 35%;
    }
}

.home1 {
    padding-bottom: 30px;
}

[data-element-id] .home1 .box {
    width: calc(100% / 3 - 50px);
    display: inline-block;
}

[data-element-id] .home1 .box:nth-of-type(n+4) {
    display: none;
}

.home1 .box {
    height: 100%;
    margin: 10px 20px 10px;
    padding: 20px 10px;
    border-radius: 30px 0 30px 0;
    background: #fff;
    -webkit-filter: drop-shadow(10px -2px 5px #eaeaea);
    filter: drop-shadow(10px -2px 5px #eaeaea);
}

.home1 .box .h3 {
    margin-bottom: 0;
}

.home1 .slide {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.home1 .slide .next {
    cursor: pointer;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}

.home1 .slide .prev {
    cursor: pointer;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.h2h {
    margin-bottom: 40px;
    padding: 0 0 0 130px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 20px;
    color: #a62103;
    position: relative;
}

.h2h:before {
    content: "";
    width: 120px;
    height: 1px;
    background: #a62103;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.home1 .allmore {
    padding: 10px 0 30px 0;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .home1 .slide {
        width: 80%;
    }

    .home1 .slide .prev {
        left: 10px;
    }

    .home1 .slide .next {
        right: 10px;
    }
}

.home2 .tbox p {
    padding: 0 0 20px 0;
    line-height: 240%;
    text-align: center;
}

.hmore a {
    width: 98%;
    max-width: 204px;
    display: block;
    margin: 0 auto;
    padding: 4px 10px 4px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 20px / 50%;
    background: #a62103 url(/import/tenant_1/160.16.142.111/html/images/contact/next.png) calc(100% - 15px) 50% no-repeat;
}

.home2 .catch {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    font-size: 130px;
    line-height: 1;
    letter-spacing: 10px;
}

[data-element-id] .home2 .catch:before {
    content: "";
    display: inline-block;
}

.home2 .catch:first-letter {
    font-size: 250%;
}

.home2 .catch01:first-letter {
    color: transparent;
    background: url(/upload/tenant_1/360bb2da1eaeaff6aebf457924bc2b45.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
}

.home2 .catch02:first-letter {
    color: transparent;
    background: url(/upload/tenant_1/cbe25b195d67ed26739ca2114bb3b65b.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
}

.home2 .catch03:first-letter {
    color: transparent;
    background: url(/upload/tenant_1/a62926d38b26b59ce5d3e6cc6d6e824d.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
}

.home2 .catch02 {
    text-align: right;
}

.keep .tbox .h2 {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.keep .tbox .h2 .e {
    font-family: "Handwriting";
    font-size: 80px;
    color: #a62103;
    opacity: 0.15;
    position: absolute;
    bottom: 5px;
    right: -10px;
}

.life .tbox {
    padding: 60px 0;
}

.smile {
    margin-top: -20px;
}

@media only screen and (max-width: 1024px) {
    .home2 .catch {
        font-size: 11vw;
    }
}

@media only screen and (max-width: 599px) {
    .home2 .catch {
        font-size: 50px;
    }

    .home2 .catch01 {
        font-size: 22vw;
    }

    .home2 .catch02 {
        font-size: 14vw;
        text-align: left;
    }

    .home2 .catch03 {
        font-size: 22vw;
        text-align: right;
    }

    .smile {
        margin-top: 0;
    }

    .life .tbox {
        padding-top: 30px;
    }
}

.home3 {
    position: relative;
}

.home3 .tit {
    margin-left: 50%;
}

[data-element-id] .home3 .h2h {
    -webkit-transform: none;
    transform: none;
}

.home3 .h2h {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
}

.home3:before {
    content: "";
    width: calc(50vw + 30%);
    height: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#e88d79), to(#a62103));
    background: linear-gradient(to right, #e88d79, #a62103);
    position: absolute;
    bottom: 10%;
    left: 20%;
    z-index: -1;
}

.home3 .flexb .box {
    width: 35%;
}

.home3 .flexb .box div {
    padding-bottom: 114%;
    position: relative;
}

.home3 .flexb .box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home3 a .t {
    display: block;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    font-size: 56px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 5px;
    position: absolute;
}

.home3 .flexb .box.right {
    -webkit-transform: translateY(126px);
    transform: translateY(126px);
}

.home3 .flexb {
    padding-bottom: 80px;
}

.home3 .fb {
    margin-left: 23%;
}

.home3 .flexb .box.left a .t {
    bottom: -5px;
    right: -30%;
}

.home3 .flexb .box.right a .t {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: -10%;
}

.home3 .fb {
    width: 40%;
}

.home3 .fb div {
    padding-bottom: 87.5%;
    position: relative;
}

.home3 .fb a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home3 a img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.home3 .fb a .t {
    white-space: nowrap;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 80%;
}

@media only screen and (max-width: 1024px) {
    .home3 a .t {
        font-size: 36px;
        text-shadow: 0 0 5px #000;
    }

    .home3 .fb a .t {
        left: 50%;
    }
}

@media only screen and (max-width: 599px) {
    .home3 .h2h {
        padding-left: 80px;
    }

    .home3 .h2h:before {
        width: 75px;
    }

    .home3 .fb {
        margin-left: 8%;
    }

    .home3 a .t {
        font-size: 24px;
    }
}

.home4 {
    max-width: 900px;
    margin: 0 auto;
    padding: 120px 0 0 0;
}

.home4 .box {
    width: 35.5%;
    margin-bottom: 35px;
}

.home4 .box div {
    padding-bottom: 56%;
    position: relative;
}

.home4 .box div a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.home4 .box div a img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.home4 .box div a .t {
    width: 185px;
    padding: 5px 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: rgba(51, 51, 51, 0.85);
    position: absolute;
    top: -10px;
    left: -10px;
}

.home4 .box div a:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(/import/tenant_1/160.16.142.111/html/images/home/link_bk.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.home5 {
    margin-bottom: 50px;
    position: relative;
}

.home5 .inner {
    position: relative;
    z-index: 1;
}

.home5 .slide2 {
    width: 56%;
    margin-left: 12%;
    position: relative;
}

.home5 .tbox {
    width: 20%;
}

.home5 .tbox li a {
    width: 200px;
}

.home5 .tbox li {
    padding: 0 0 20px 0;
}

.home5 .h2 {
    padding: 0 0 40px 0;
    font-family: "Handwriting";
    font-size: 50px;
    color: #fff;
    text-align: center;
}

.home5 .inner {
    padding: 40px 0 0 0;
}

.home5 .imgbks {
    bottom: 50px;
}

[data-element-id] .home5 .slide2 .box:nth-of-type(n+2) {
    display: none;
}

.home5 .slide2 .box {
    height: auto;
    margin: 0 10px 10px;
    padding: 20px 0 5px;
    background: #fff;
    -webkit-filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.1));
}

.home5 .slide2 .box .img {
    width: 94%;
    max-width: 350px;
    margin: 0 auto;
}

.home5 .slide2 .box p {
    width: 94%;
    max-width: 350px;
    margin: 0 auto;
    padding: 20px 0;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.home5 .slide2 .prev {
    cursor: pointer;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: -10px;
}

.home5 .slide2 .next {
    cursor: pointer;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    position: absolute;
    top: 50%;
    right: -10px;
}

.home5 .slide2 .next img,
.home5 .slide2 .prev img {
    -webkit-filter: brightness(10000%);
    filter: brightness(10000%);
}

.home5 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .home5 .tbox {
        width: 100%;
    }

    .home5 .slide2 {
        width: 75%;
        margin: auto;
    }

    .home4 .box {
        width: 94%;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 599px) {
    .home5 .slide2 .prev {
        left: 0px;
    }

    .home5 .slide2 .next {
        right: 0px;
    }
}

/* 2025/03/10 */
.sp-br{
  display: none;
}

@media(max-width:599px) {
 .sp-br{
  display: block;
}   
}


/* 2025/10/01 */

.tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  gap: 10px;
}
.tab-item {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
}
.tab-item.active {
  background: #333;
  color: #fff;
}
.tab-content {
  display: none;
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
}
.tab-content.active {
  display: block;
}

.tab-pane table tr{
  border-bottom: 1px solid #a62103;
  padding: 10px 0px;
    display: block;
}

.tab-pane table{
  width: 100%;
}

.tab-pane table th {
    width: 170px;
    vertical-align: top;
    padding-top: 10px;
}

.tab-pane table td {
    width: calc(100% - 170px);
    padding: 10px 0;
}


@media(max-width:599px) {
.tabs {
    display: block;
}

.tab-item {
    padding: 5px 15px;
    font-size: 14px;
}

.sp-none{
  display: none;
}


.tab-pane table th {
        width: 100%;
        display: block;
        padding-bottom: 0;
        text-align: left;
}

.tab-pane table td {
        width: 100%;
        display: block;
        padding: 5px 0;
    }

.tab-pane table tr {
    padding: 0px 0px;
}
}
