<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

div#sb-site {
    padding-top: 90px;
}
/*---------------------------------------
shop_photo
---------------------------------------*/
.shop_photo {
    position: relative;
}
.shop_photo img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.shop_photo:before {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: url(../images/shop_bg_top.png) repeat-x center top;
}
.shop_photo:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: url(../images/shop_bg_bottom.png) repeat-x center bottom;
}
/*---------------------------------------
shop_date
---------------------------------------*/
.shop_date {
    position: relative;
    margin: 0 auto 35px;
    padding: 25px 0 30px;
    text-align: left;
    background: #f3f3f3;
}
.shop_date div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.shop_date h1 {
    margin: 2px 20px 0 0;
}
.shop_date h1 img {
    margin: 0 auto 8px;
}
.shop_date h1 span {
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.shop_date p {
    font-size: 12px;
    line-height: 1.7;
}
.shop_date p .category_icon {
    margin: 0 3px 0 0;
}
.category_icon {
    font-size: 11px;
    line-height: 13px;
    display: inline-block;
    padding: 2px 8px;
    letter-spacing: 1px;
    color: #fff;
}
.bridal, .new_article .category_icon.bridal, .kiji_list li .category_icon.bridal, .category_tags ul li a.bridal, .side_ranking li .category_icon.bridal, .date_box .category_icon.bridal, .author_list li .wp_desc .category_icon.bridal {
    background: #d91b40;
}
.seijin, .new_article .category_icon.seijin, .kiji_list li .category_icon.seijin, .category_tags ul li a.seijin, .side_ranking li .category_icon.seijin, .date_box .category_icon.seijin, .author_list li .wp_desc .category_icon.seijin {
    background: #ea618e;
}
.kids, .new_article .category_icon.kids, .kiji_list li .category_icon.kids, .category_tags ul li a.kids, .side_ranking li .category_icon.kids, .date_box .category_icon.kids, .author_list li .wp_desc .category_icon.kids {
    background: #f68428;
}
.baby, .new_article .category_icon.baby, .kiji_list li .category_icon.baby, .category_tags ul li a.baby, .side_ranking li .category_icon.baby, .date_box .category_icon.baby, .author_list li .wp_desc .category_icon.baby {
    background: #fcb800;
}
.shop_date:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: url(../images/shop_bg_bottom2.png) repeat-x center top;
}
/*---------------------------------------
table_box
---------------------------------------*/
.table_box {
    text-align: left;
    margin: 30px auto 80px;
    max-width: 800px;
}
.table_box table{
	border-collapse: collapse;
	border: 0;
}
.table_box th, .table_box td {
    padding: 15px 10px;
    vertical-align: top;
    font-size: 13px;
    vertical-align: middle;
}
.table_box table{
	border-top: 1px solid #656565;
    margin: 0 auto;
}
.table_box th {
    width: 100px;
    border-bottom: 1px solid #656565;
    border-right: 1px solid #656565;
    text-align: center;
    font-size: 13px;
    color: #383838;
}
.table_box td {
    border-bottom: 1px solid #656565;
    padding: 15px 10px 15px 25px;
}

.table_box span.sns_txt a::before {
    content: '&gt; ';
    color: #fff;
}
span.En_txt {
    font-size: 90%;
    color: #383838;
}
span.En_txt:before {
    content: '↪︎';
}
td.link_txt a,
 span.sns_txt a {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 3px;
    background: #d91b40;
}
/*---------------------------------------
contact
---------------------------------------*/
.contact_box {
    width: 95%;
    max-width: 1000px;
}
.contact_box {
    margin: 50px auto 0;
    padding: 15px 0;
    border: 1px solid #dadada;
    background: #f9f9f9;
}
.contact_box &gt; p {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    text-align: center;
    border-left: none;
}
.contact_box &gt; p:before {
    position: absolute;
    bottom: -12px;
    left: 50%;
    display: inline-block;
    width: 90px;
    height: 2px;
    content: "";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    background-color: #000;
}
.contact_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.contact_box li {
    max-width: 320px;
    float: none;
}
.contact_box .contact_mail {
    background: #d91b40;
}
.contact_box li {
    font-size: 16px;
    font-weight: 700;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin: 0 1%;
    text-align: left;
    border: 1px solid #f91f82;
    border-radius: 5px;
}
.contact_box .contact_mail a {
    color: #fff;
    border-radius: 5px;
    background: #d91b40 url(../images/contact_icon_mail.png) no-repeat;
    background-position: 20px 50%;
    background-size: 51px 51px;
}
.contact_box li.contact_mail a {
    display: block;
    padding: 22px 10px 22px 80px;
    color: #fff;
}

.contact_box .contact_tel p {
    font-size: 12px;
}
.contact_box .contact_tel span {
    font-size: 22px;
}
.contact_box .contact_tel {
    box-sizing: border-box;
    padding: 10px 10px 10px 75px;
    color: #d91b40;
    border-radius: 5px;
    background: #fff url(../images/contact_icon_tel.png) no-repeat;
    background-position: 20px 50%;
    background-size: 40px 40px;
}
.contact_box li.contact_tel a, .contact_tel_sp a {
    color: #d91b40;
    font-size: 20px;
}
/*---------------------------------------
SP
---------------------------------------*/
@media screen and (max-width:640px){
div#sb-site {
    padding-top: 66px;
}
.table_box{
    margin:30px 0;
 }
.table_box table {
    border-top: 1px solid #656565;
    width: 93%;
    margin: 0 auto;
}
.table_box th, .table_box td {
    font-size: 13px;
}
.table_box th {
    text-align: center;
}
.table_box td {
    padding: 10px 0px 10px 13px;
}

/*---------------------------------------
shop_date
---------------------------------------*/
.shop_date {
    margin-bottom: 15px;
    padding: 15px 3%;
}

/*---------------------------------------
shop_date
---------------------------------------*/
.contact_box {
    width: 100%;
    max-width: none;
    margin: 0 auto 30px;
    border-right: none;
    border-left: none;
}
.contact_box li.contact_mail a {
    font-size: 12px;
    padding: 10px 10px 10px 45px;
    background-position: 8px 50%;
    background-size: 30px 30px;
}
.contact_box .contact_tel_sp span {
    font-size: 12px;
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 10px 45px;
    color: #d91b40;
    border-radius: 5px;
    background: #fff url(../images/contact_icon_tel.png) no-repeat;
    background-position: 10px 50%;
    background-size: 25px 25px;
}
}</pre></body></html>