@charset "utf-8";


/* outline
------------------------------*/
.l-page * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
}

#path,
.h1_section {
    display: none;
}

#contents {
    width: 100%;
    padding: 0;
}

/*---------------------------------------------------------
main
---------------------------------------------------------*/
.l-page a {
    text-decoration: none;
    color: #FFF;
}

.l-page a:hover {
    opacity: 0.7;
}

.l-page>div {
    background-color: #FFF;
}

.main-container {
    margin: 0 auto;
    max-width: 950px;
}

.cover-img {
    width: 100%;
    position: relative;
}

.cover-img img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 68px;
}

.l-page .cover-text {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -57%);
    height: 120px;
    object-fit: contain;
}

/* 強み */
.strength-point {
    margin-top: 51px;
    text-align: left;
}

.strength-item {
    margin-top: 40px;
    margin-left: auto;
    height: 305px;
    background: linear-gradient(90deg, transparent 0%, transparent 10.5%, #F1EEE6 10.5%, #F1EEE6 100%);
    display: flex;
    align-items: center;
    gap: 30px;
}

.strength-item:nth-child(even) {
    background: linear-gradient(90deg, #EEEEEE 0%, #EEEEEE 89.5%, transparent 89.5%, transparent 100%);
    flex-direction: row-reverse;
}

.strength-text {
    width: 53%;
}

.strength-item:nth-child(even) .strength-text,
.strength-item:nth-child(3) .strength-text {
    width: 61%;
}

.strength-text h3 {
    font-size: 24px;
    font-weight: 700;
}

.strength-text p {
    margin-top: 10px;
    font-size: 18px;
    line-height: calc(26 / 18);
}

.link-area {
    margin-top: 40px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.button-white,
.button-beige,
.button-brown {
    border: 2px solid #BEAF87;
    border-radius: 6px;
    background-color: #FFF;
    width: 346px;
    height: 72px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.button-white a,
.button-beige a,
.button-brown a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #BEAF87;
}

.button-beige {
    background-color: #BEAF87;
}

.button-beige a {
    color: #FFF;
}

.button-white::after,
.button-beige::after,
.button-brown::after {
    content: "";
    background-image: url(/images/company/arrow-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 19px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}

.button-white::after {
    background-image: url(/images/company/arrow-geige.svg);
}

/* 店舗紹介 */
.store-nav {
    margin-top: 94px;
    display: flex;
    padding-bottom: 43px;
    justify-content: space-between;
    align-items: flex-end;
}

.store-title p {
    font-size: 18px;
}

.store-title h2,
.store-name h3,
.button-white,
.button-beige,
.button-brown
{
    letter-spacing: 0.1em;
}

.store-title h2 {
    margin-top: 1px;
    font-size: 40px;
    font-weight: 700;
}

.store-button {
    margin-bottom: 2px;
    display: flex;
    gap: 30px;
}

.store-button .button-beige,
.store-button .button-brown {
    width: 290px;
    height: 70px;
    padding: 10px 0 25px;
    position: relative;
}

.store-button a {
    font-size: 24px;
}

.button-brown {
    border: none;
    background-color: #4E3D12;
}

.button-brown a {
    color: #FFF;
}

.store-button .button-beige::after,
.store-button .button-brown::after {
    width: 7px;
    height: 13px;
    top: auto;
    bottom: 4px;
    left: 50%;
    transform: rotate(90deg) translateY(23%);
}

/* 鳳店 */
.otori-img {
    padding: 41px 0 50px;
    background-color: #F1EEE6;
}

.store-name {
    display: flex;
    justify-content: end;
}

.store-name h3 {
    font-size: 38px;
    font-weight: 500;
    color: #BEAF87;
}

.store-tel {
    margin-top: 7px;
    font-size: 34px;
    font-weight: 700;
    color: #BEAF87;
    position: relative;
}

.store-tel::before {
    content: "";
    background-image: url(/images/company/tel-beige.svg);
    width: 24.85px;
    height: 32.41px;
    position: absolute;
    left: -32px;
    top: 50%;
    transform: translateY(-45%);
}

.otori-img span,
.sakai-img span {
    margin-top: 3px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #BEAF87;
}

.otori-img img,
.sakai-img img {
    width: 100%;
    margin-top: 20px;
}

.store-overview {
    padding: 50px 0 80px;
    font-size: 18px;
}

.store-overview table {
    border-collapse: collapse;
    width: 100%;
}

.store-overview th,
.store-overview td {
    border-top: 1px solid #BEAF87;
    border-bottom: 1px solid #BEAF87;
}

.store-overview th {
    padding: 16px 0 14px;
    width: 18.9%;
    font-weight: 700;
    vertical-align: top;
    background-color: #F1EEE6;
}

.store-overview td {
    padding: 15px 0 15px 30px;
    width: 81.1%;
    line-height: calc(26 / 18);
}

.table-3lines td {
    padding-bottom: 18px;
}

/* 堺駅前店 */
.sakai-img {
    padding: 40px 0 50px;
    background-color: #C9C4B7;
}

.sakai-img .store-name h3 {
    color: #4E3D12;
}

.sakai-img .store-tel {
    color: #4E3D12;
    position: relative;
}

.sakai-img .store-tel::before {
    background-image: url(/images/company/tel-brown.svg);
}

.sakai-img span {
    background-color: #4E3D12;
}

.sakai-store .store-overview {
    padding-bottom: 100px;
}

.sakai-store .store-overview th {
    background-color: #C9C4B7;
}

.company_img  img{
	width: 100%;
    height: 506px;
    object-fit: cover;
}

#otori-store,#sakai-store {
    padding-top: 100px;
    margin-top: -100px;
}

#storelist {
    padding-top: 20px;
    margin-top: -20px;
}