<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-feature-settings: "palt" 1;
    text-shadow: none !important;
}


a {
    color: #E3007F;
}

/* #intro */

#intro {
    margin: 25px 0;
    line-height: 1.5em;
    width: 730px;
    float: left;
}

#mappdf {
    margin: 25px 0;
    float: right;
}


.box1200 {
    max-width: 1200px;
    width: 100%
}

.title_img {
    width: 100%;
}



/* #search */
#search {
    margin: 0 0 3.75% 0;
    font-size: 110%;
}

/* #search {
    margin: 0 0 45px 0;
} */

#search table {
    width: 100%;
}

#search table th {
    width: 20%;
    background: #F1E8E3;
    font-weight: bold;
    text-align: center;
}

#search table td {
    background: #fff;
    line-height: 200%;
}

#search table th,
#search table td {
    padding: 1.252%;
    border: solid 1px #DCDADB;
}

#search table tr.submit td input {
    margin: 0 auto;
    cursor: pointer;
    display: block;
    width: 14%;
    height: 34px;
    border: none;
    text-indent: -9999px;
}

#search table tr.word input {
    width: 29%;
}

#cate_grid {
    display: grid;
    grid-template-columns: 10% 23% 20% 10% 15% 15%;
}

.cate3_label {
    width: 15%;
}

.cate3 {
    margin: 0 2% 0 1%;
}

/* #list */

#list {
    overflow: hidden;
}


.listup {
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.shop_list {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 14px;
    width: 16.297%;
    background: #fff;
    border: 1px solid #D7D5D6;
    word-break: break-all;
}

.shop_list img {
    width: 100%;
    height: auto;
}

.shop_list h2 {
    margin: 12px 0 6px 0;
    font-weight: 700;
    font-size: 130%;
    line-height: 150%;
}

.shop_list p {
    margin: 1px 0;
    font-size: 105%;
    line-height: 170%;
}

.shop_list h2,
.shop_list p {
    padding: 0 4px;
}

.shop_list p span.title {
    font-weight: 700;
}

.notfound {
    text-align: center;
    margin-bottom: 4%;
}

.pagination {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}

.page {
    display: inline;
    list-style-type: none;
    font-weight: bold;
    color: #000;
}

.page a {
    background: #DD94A3;
    padding: 0.4em 0.6em;
    font-weight: bold;
    color: #000;
    margin-left: 3px;
}

.navi-active a {
    background: #E3007F;
}

.sp {
    display: none;
}

.chkbox {
    margin-right: 1em;
    float: left;
}

#faqart {
    width: 100%;
}

.dropdown dt {
    cursor: pointer;
}

.dropdown dd {
    position: absolute;
    overflow: hidden;
    width: 160px;
    display: none;
    z-index: 200;
    opacity: 0;
    background-color: #FFFFFF;
    text-align: center;
}

.dropdown ul {
    width: 160px;
    list-style: none;
}

.dropdown li {
    display: inline;
}

.dropdown a,
.dropdown a:active,
.dropdown a:visited {
    display: block;
    color: #333333;
    text-decoration: none;
    width: 160px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown a:hover {
    color: #000;
    background-color: #e5f3fe;
}

.dropdown .underline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E3007F;
}



/* 繧ｹ繝槭�繝医ャ繝励↓謌ｻ繧� */
.gotop {
    display: block;
    width: 100px;
    height: 100px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    /* background: #E3007F; */
    opacity: 1;
}

.gotop:hover {
    opacity: 0.6;
}

/* Font Awesome */
.gotop::before {
    /* font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8'; */
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    width: 30px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/* .gotop::after {
    content: '讀懃ｴ｢縺ｫ謌ｻ繧�';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
} */

/* 繧ｹ繝槭�繝医ャ繝励↓謌ｻ繧九％縺薙∪縺ｧ */

#loading_container {
    width: 100px;
    height: 100px;
    position: absolute;
    margin: auto;
    display: block;
    top: 40%;
    left: 46.5%;
    color: #E3007F;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif !important;
}

.L {
    position: absolute;
    left: 0%;
    top: 50%;
    -webkit-animation: L 2s infinite;
    transform: translate3d(0, 0, 0);
}

.O {
    position: absolute;
    left: 14%;
    top: 50%;
    -webkit-animation: O 2s infinite;
    -webkit-animation-delay: 100ms;
    transform: translate3d(0, 0, 0);
}

.A {
    position: absolute;
    left: 35%;
    top: 50%;
    -webkit-animation: A 2s infinite;
    -webkit-animation-delay: 200ms;
    transform: translate3d(0, 0, 0);
}

.D {
    position: absolute;
    left: 52%;
    top: 50%;
    -webkit-animation: D 2s infinite;
    -webkit-animation-delay: 300ms;
    transform: translate3d(0, 0, 0);
}

.I {
    position: absolute;
    left: 71%;
    top: 50%;
    -webkit-animation: I 2s infinite;
    -webkit-animation-delay: 400ms;
    transform: translate3d(0, 0, 0);
}

.N {
    position: absolute;
    left: 80%;
    top: 50%;
    -webkit-animation: N 2s infinite;
    -webkit-animation-delay: 500ms;
    transform: translate3d(0, 0, 0);
}

.G {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-animation: G 2s infinite;
    -webkit-animation-delay: 600ms;
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes L {
    0% {
        opacity: 0;
    }
}

@-webkit-keyframes O {
    0% {
        opacity: 0;
    }
}

@-webkit-keyframes A {
    0% {
        opacity: 0;
    }
}

@-webkit-keyframes D {
    0% {
        opacity: 0;
    }
}

@-webkit-keyframes I {
    0% {
        opacity: 0;
    }
}

@-webkit-keyframes N {
    0% {
        opacity: 0;
    }
}

@-webkit-keyframes G {
    0% {
        opacity: 0;
    }
}

#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fdf2ed94;
    font-family: 'Noto Sans JP', sans-serif !important;
}

@media screen and (max-width:768px) {
    #loading_container {
        width: 100px;
        height: 100px;
        position: absolute;
        margin: auto;
        display: block;
        top: 38%;
        left: 34%;
        color: #E3007F;
        font-size: 30px;
        font-family: 'Noto Sans JP', sans-serif !important;
    }
}

/* 繝ｭ繝ｼ繝�ぅ繝ｳ繧ｰ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺薙％縺ｾ縺ｧ */

a:hover {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

@media screen and (max-width:768px) {

    .menutable {
        width: 100%;
        border-top: 1px solid #ffffff;
        text-shadow: none !important;
    }

    .menutable a {
        color: #ffffff !important;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
    }

    .menutable a:hover {
        color: #ffffff !important;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none !important;
        opacity: 0.6;
    }

    .menutable .mtd01 {
        width: 33.33333%;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        color: #FFFFFF;
        font-size: 110%;
        font-weight: bold;
        background-color: #E3007F;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        text-align: center;
    }

    .menutable .mtd02 {
        width: 33.33333%;
        border-bottom: 1px solid #ffffff;
        color: #FFFFFF;
        font-size: 110%;
        font-weight: bold;
        background-color: #E3007F;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        text-align: center;
    }

    .menutable .mtd03 {
        width: 33.33333%;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        color: #FFFFFF;
        font-size: 110%;
        font-weight: bold;
        background-color: #555555;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        text-align: center;
    }

    .menutable .mtd04 {
        width: 33.33333%;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        color: #FFFFFF;
        font-size: 110%;
        font-weight: bold;
        background-color: #555555;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        text-align: center;
    }

    .menutable .mtd05 {
        width: 33.33333%;
        border-bottom: 1px solid #ffffff;
        color: #FFFFFF;
        font-size: 110%;
        font-weight: bold;
        background-color: #555555;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        text-align: center;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .smart_img {
        width: 100%;
    }

    .box1200 {
        width: 100%;
    }

    .pankuzu {
        display: none;
    }

    #intro {
        margin: 15px auto;
        line-height: 1.5em;
        width: 90%;
        float: none;
    }

    #mappdf {
        margin: 15px auto;
        width: 90%;
        float: none;
        text-align: center;
    }

    #search {
        margin: 0 auto 3.75% auto;
        font-size: 100%;
        width: 90%;
    }

    #search table th {
        width: 97%;
        background: #F1E8E3;
        font-weight: bold;
        text-align: center;
        display: block;
    }

    #search table td {
        width: 97%;
        background: #fff;
        line-height: 200%;
        display: block;
    }

    #cate3_td {
        display: block;
    }

    .cate3 {
        padding: 0 0 1% 0;
        margin: 0 8% 0 1%;
    }

    #search table tr.submit td input {
        width: 166px;
        margin: 2% auto;
    }

    #search table tr.word input {
        width: 98%;
        margin: 0 auto;
        height: 3.5vh;
        border-radius: 0.5em;
    }

    #category1 {
        display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
    }

    #cate_grid {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .cate2_2 {
        margin-left: -40%;
    }

    .cate3_label {
        width: 30%;
    }

    .page {
        display: inline-block;
        margin: 2% 0%;
    }

    .page a {
        cursor: pointer;
    }

    .pagination {
        text-align: center;
        margin-top: 3%;
        margin-bottom: 2%;
        padding: 0 4%;
    }

    #artsmp23_02 {
        width: 100%;
        background-image: url(../images/artsmp23_02.jpg);
        background-repeat: repeat-y;
        background-position: center top;
        background-size: cover;
        text-shadow: none !important;
    }

#pad03 {
	padding-top: 5%;
	padding-left: 6%;
	font-size: 105%;
	font-weight: bold;
	color: #000000;
}
#pad04 {
	padding-left: 6%;
	font-size: 115%;
	font-weight: bold;
	color: #000000;
}
#pad05 {
	padding-left: 6%;
	padding-bottom: 4%;
	font-size: 110%;
	font-size: 95%;
	line-height: 160%;
	color: #000000;
}
#pad05 a {
     outline: none;
	color: #000000;
	text-decoration: underline;
}
#pad05 a:hover {
	color: #000000;
	text-decoration: none;
}
#pad05 a:visited {
	color: #000000;
	text-decoration: underline;
}

    /* 繧ｹ繝槭�繝医ャ繝励↓謌ｻ繧� */
    .gotop {
        display: block;
        width: 35px;
        height: 50px;
        position: fixed;
        right: 30px;
        bottom: 10px;
        /* background: #E3007F; */
        opacity: 1;
    }

    .gotop:hover {
        opacity: 0.6;
    }

    /* Font Awesome */
    .gotop::before {
        /* font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f0d8'; */
        font-size: 50px;
        color: #ffffff;
        position: absolute;
        width: 30px;
        height: 45px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }

    .gotop img {
        width: 50px;
    }

    /* .gotop::after {
        content: '';
        color: #fff;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0;
        margin: auto;
        text-align: center;
    } */


    /* 繧ｹ繝槭�繝医ャ繝励↓謌ｻ繧九％縺薙∪縺ｧ */

    /* 繝ｪ繧ｹ繝医�css */
    #list {
        overflow: hidden;
    }

    .listup {
        margin: 0 1%;
        display: flex;
        flex-wrap: wrap;
    }

    .shop_list {
        float: left;
        margin-left: 1.4%;
        margin-right: 1%;
        margin-bottom: 2.2%;
        padding: 2%;
        width: 43%;
        background: #fff;
        border: 1px solid #D7D5D6;
        font-size: 11.5px;
        word-break: break-all;
    }

    .shop_list img {
        width: 100%;
        height: auto;
    }

    #fancybox-content {
        height: 550px !important;
    }

    .sp_img {
        width: 100%;
    }

    #artsmp23_02 img {
        width: 100%;
        height: auto;
    }

    h1 img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: block;
    }
}</pre></body></html>