@charset "utf-8";
/*--------------------------------------

Theme Name: Ushimitsu Ebisu
Author: Motoki Ishizuka (PPAW) + UNIT
Version:1.0

--------------------------------------*/
@import "library/css/reset.css";
@import "library/css/base.css";
@import "library/css/common.css";
.inner {
    width: 910px;
    overflow: hidden;
    margin: 0 auto 30px;
    height: 420px;
    box-sizing: border-box;
}
.shopinfo_btm {
    width: 910px;
}
.timeline_tw {
    width: 398px;
    border: solid 1px #dedede;
    margin-right: 20px;
}
.timeline_fb {
    width: 400px;
}
.timeline_tw,
.timeline_fb {
    display: inline-block;
}
@media screen and (max-width:767px) {
    .inner {
        width: 100%;
        height: auto;
    }
    .shopinfo_btm {
        width: 90%;
        margin: 0 5%;
    }
    .shopinfo_btm .timeline_tw {
        margin: 10px 0;
        width: 100%;
    }
    .shopinfo_btm .timeline_fb {
        margin: 10px 0;
        width: 100%;
    }
    h1.page-h1,
    h2.page-h2 {
        width: 100%;
        padding: 1.00rem;
        box-sizing: border-box;
    }
}
/* 2017.04.18 ロゴの大きさ調整 */
/*
.mainv_logo_wrap h1 {
 width: 450px;
}
*/
.txt_idt {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}
#facebook_area {
    margin: 10px auto 30px;
    text-align: center;
    overflow: hidden;
}
.fb-page {
    margin-top: -69px;
}
.fb_iframe_widget_fluid {
    display: inline-block !important;
}
/* cta_btn */
@media screen and (min-width: 769px) {
    #sp_cv {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #sp_cv {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        clear: both;
        overflow: visible;
        z-index: 999;
        background: #333;
        transition: 0.6s;
    }
    .js_cv.scroll {
        bottom: -60px !important;
    }
    #sp_cv .sp_totop_btn {
        display: block;
        position: absolute;
        bottom: 70px;
        right: 10px;
        width: 35px;
        height: 35px;
        background: #333;
        border-radius: 50%;
        text-align: center;
        color: #fff;
    }
    #sp_cv .sp_totop_btn i {
        display: block;
        font-size: 18px;
        line-height: 35px;
    }
    #sp_cv ul {
        display: flex;
        justify-content: space-between;
    }
    #sp_cv ul li {
        width: 33.33%;
        height: 60px;
        padding: 10px 0;
        text-align: center;
        font-size: 12px;
        background: #d5a653;
        /*背景色はサイトのトンマナに合わせて変更いただいて問題ありません（視認性確保にご注意ください）*/
    }
    /* sp_cv 4カラム*/
    #sp_cv ul.col4 li {
        width: 25%;
    }
    /* sp_cv 2カラム*/
    #sp_cv ul.col2 li {
        width: 50%;
    }
    #sp_cv a {
        display: block;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        color: #333;
    }
    #sp_cv a,
    #sp_cv a:hover,
    #sp_cv a:active,
    #sp_cv a:focus {
        text-decoration: none !important;
    }
    #sp_cv strong {
        font-weight: normal;
    }
    #sp_cv i {
        display: block;
        font-size: 18px;
        margin-bottom: 4px;
    }
    #footer {
        margin-bottom: 60px !important;
    }
}
#blogArea .wrap ul li .detaileBtn a {
    color: #d5a653;
}
/* 2018.11.29 [start]
------------------------------------*/
.enkai_list {
    margin-top: -100px;
    padding-top: 100px;
}
#menu_link .flex_container a {
    display: block;
    width: 15.5%;
}
#menu_link .flex_container a img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    #menu_link .flex_container {
        -webkit-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex_container {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    #menu_link .flex_container a {
        width: 45%;
    }
}
/* 2018.11.29 [end]
------------------------------------*/
/* 2019.09.04 [start]
------------------------------------*/
#recruit #container {
    margin-top: 140px;
}
#recruit_info {
    border-collapse: separate;
    border-spacing: 1px;
    margin-top: 50px;
}
#recruit_info th {
    background: #e69900;
    padding: 0.80rem 1.00rem;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}
#recruit_info td {
    padding: 0.80rem 1.00rem;
}
#form,
#form table {
    width: 100%;
}
form table tr td {
    width: 30%;
    padding-bottom: 20px;
    box-sizing: border-box;
}
form table tr td {
    width: 20%;
}
form table tr td:last-child {
    width: 80%;
    text-align: left;
}
form table tr td a {
    color: #000;
}
form input,
form textarea {
    margin: 0 auto;
    padding: 7px;
    border: solid 1px #000;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    background: #fff;
}
form textarea {
    width: 100%;
}
form input:focus,
form textarea:focus {
    border: 1px solid #999;
}
.va_top {
    vertical-align: top !important;
}
form dt .va_top {
    vertical-align: top;
    padding-top: 10px;
    display: inline-block;
}
form input[type="submit"],
form input[type="button"] {
    width: auto;
    padding: 5px 40px;
    display: inline-block;
    background: #fff;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: normal;
}
#recruit_info tr td {
    width: 30%;
    padding-bottom: 20px;
    box-sizing: border-box;
}
#recruit_info tr td {
    width: 20%;
}
#recruit_info tr td:last-child {
    width: 80%;
    text-align: left;
}
#recruit form input,
#recruit form textarea {
    margin: 0 auto;
    padding: 7px;
    border: solid 1px #000;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    background: #fff;
}
#recruit form textarea {
    width: 100%;
}
#recruit form input:focus,
#recruit form textarea:focus {
    border: 1px solid #999;
}
.va_top {
    vertical-align: top !important;
}
#recruit form dt .va_top {
    vertical-align: top;
    padding-top: 10px;
    display: inline-block;
}
#recruit form input[type="submit"],
#recruit form input[type="button"] {
    width: auto;
    padding: 5px 40px;
    display: inline-block;
    background: #fff;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #000;
    color: #000;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    #recruit_info {
        width: 100%;
        display: block;
    }
    #recruit_info tr {
        width: 100%;
        display: block;
    }
    #recruit_info tr td {
        width: 100%;
        display: block;
        padding: 0;
    }
    #recruit_info tr th {
        width: 100%;
        display: block;
        padding: 0.80rem 0;
        margin-bottom: 0.50rem;
    }
    #recruit_info tr td:last-child {
        width: 100%;
        padding-bottom: 20px;
    }
    #recruit form input,
    #recruit form textarea {
        width: 100%;
    }
    #recruit form input[type="radio"] {
        width: auto;
    }
    #recruit form .form_s input {
        width: 30%;
    }
    #recruit form textarea {
        width: 100%;
    }
    #recruit form input:focus,
    #recruit form textarea:focus {
        border: 1px solid #008e80;
    }
    #recruit form dt .va_top {
        padding-top: 0;
        display: block;
    }
    #recruit form input[type="submit"],
    #recruit form input[type="button"] {
        width: auto;
        padding: 5px 40px;
        display: inline-block;
        cursor: pointer;
        border-radius: 20px;
        font-size: 13px;
        font-weight: normal;
    }
}
#recruit_info {
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 2rem;
}
#recruit_info th {
    padding: 0.80rem 1.00rem;
}
#recruit_info td {
    padding: 0.80rem 1.00rem;
}
#recruit #container .wrap #recruit_info th {
    background: #e69900;
    padding: 0.80rem 0;
}
}
/* 2019.09.04 [end]
------------------------------------*/
/* 2021.02.08 [START]
--------------------------------- */
.dummy {}
.menulink {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.menulink a {
    width: 24%;
    margin: 0 0.5% 3rem;
    padding: 0;
    box-sizing: border-box;
    display: block;
}
.menu_img {
    position: relative;
    padding-top: 48px;
}
.menu_img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 8vw;
    width: 50%;
    background-image: url(library/img/menu_img_arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.menu_img img {
    width: 100%;
    display: block;
    border-radius: 50%;
}
.menu_title {
    margin-bottom: 1rem;
    text-align: center;
    color: #7f5c48;
    background-image: url(library/img/menu_title_brackets.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.5rem;
    min-height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_title span {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    color: #7f5c48;
}
.menu_title span.size_small {
    font-size: 1rem;
}
.menu_title span.size_big {
    font-size: 1.7rem;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    .menulink {}
    .menulink a {}
    .menu_img {
        padding-top: 8vw;
    }
    .menu_img::before {}
    .menu_img img {}
    .menu_title {
        margin-bottom: 2vw;
        min-height: 4.5rem;
    }
    .menu_title span {
        font-size: 4.25vw;
        display: flex;
        align-items: center;
        min-height: 8rem;
    }
    .menu_title span.size_small {
        font-size: 2.9vw;
    }
    .menu_title span.size_big {
        font-size: 5.4vw;
    }
}
/* 2021.02.08 [END]
--------------------------------- */
/* 2025.11.12 [START]
--------------------------------- */
#gallery_photo {
    border-bottom: solid #d5a653 10px;
    overflow: hidden;
}
#gallery_photo_inner {
    margin: 30px 0;
    overflow-x: auto;
    display: flex;
    align-items: center;
    column-gap: 30px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
#gallery_photo_inner::-webkit-scrollbar {
    display: none;
}
#gallery_photo_inner a {
    flex: 0 0 auto;
    aspect-ratio: 1;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    overflow: hidden;
}
#gallery_photo_inner a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media(width > 767px){
#gallery_photo {}
#gallery_photo_inner {
    column-gap: 45px;
}
#gallery_photo_inner a {
    width: 192px;
    height: 192px;
}
#gallery_photo_inner a img {}
}
@media(width > 1024px){
#gallery_photo {}
#gallery_photo_inner {}
#gallery_photo_inner a {}
#gallery_photo_inner a img {}
}

#sitemap ul li a::before {
    content: "\02022";
    font-family: serif;
    margin-right: 0.5rem;
}

/* 2025.11.12 [END]
--------------------------------- */
