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

/* 見出し */
.store-intro h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0.6em 1.2em;
	background: whitesmoke;
}
.store-intro h2 {
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid #9e9e9e;
	padding: 0.25em 0.9em;
}
.store-intro h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted grey;
	padding: 0.25em 0.1em;
}
.store-intro h4 {
	font-size: 14px;
	color: white;
	position: relative;
	padding: 0.1em 0.5em;
	background: #272727;
}
.store-intro h5 {
	font-size: 14px;
	padding: 0.4em 2em 2em;
	line-height: 1.5em;
}
.store-intro h6 {
	font-size: 14px;
	padding: 0.1em;
	line-height: 1.3em;
}

.store-intro b {
	font-weight: bold;
}

.store-intro ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.store-intro ul {
	list-style-type: disc;
	list-style-position: inside;
}

@media screen and (min-width:768px){
/*pc・タブレットcss*/
    
    #page-stores {
        width: 1000px;
        margin: 0 auto 100px;
    }
    #page-stores h2.pagetitle {
        text-align: left;
    }
    #page-stores #formbox {
        background: url(../../img/front/form/bg-form.jpg) repeat;
        padding: 30px 30px 30px;
    }
    #page-stores #formbox .inner {
        background: #fff;
        padding: 30px;
    }
    #page-stores #formbox table {
        width: 100%;
        margin: 0 0 20px;
        border: 2px solid #a0a0a0;
    }
    #page-stores #formbox table tr {
        border-bottom: 1px solid #a0a0a0;
    }
    #page-stores #formbox table th {
        background: #eeeeee;
        width: 245px;
        font-weight: bold;
        padding: 15px 20px;
        text-align: left;
        vertical-align: top;
    }
    #page-stores #formbox table td {
        padding: 15px;
    }
    #page-stores #formbox table td input , #page-stores #formbox table td textarea {
        width: 70%;
    }
    #page-stores #formbox table td input[type="radio"] {
        width: 3%;
    }
    #page-stores #formbox .red {
        color: #fff;
        font-size: 12px;
        padding: 0 10px;
        background: #e60012;
    }
    #page-stores #formbox .formbtn {
        padding: 20px 50px 0;
        display: flex;
        justify-content: space-between;
    }

}
/*stores/information*/
@media screen and (min-width:768px){
/*pc・タブレットcss*/
    
    #page-stores.page-event_list,
    #page-stores.page-information {
        margin: 0 auto 100px;
        width: 1000px;
    }
    #page-stores.page-event_list h2.pagetitle,
    #page-stores.page-information h2.pagetitle {
        text-align: left;
    }
    #page-stores.page-event_list .flbox,
    #page-stores.page-information .flbox {
        margin: 0 0 30px;
        display: flex;
        justify-content: space-between;
    }
    #page-stores.page-event_list .flbox2,
    #page-stores.page-information .flbox2 {
        margin: 0 0 30px;
        display: flex;
        justify-content: flex-start;
    }
    #page-stores.page-event_list .flbox .picture,
    #page-stores.page-information .flbox .picture {
        position: relative;
        text-align: center;
        width: 605px;
    }
    #page-stores.page-event_list .flbox .picture img,
    #page-stores.page-information .flbox .picture img {
        max-width: 605px;
        max-height: 400px;
        margin: 0 auto;
    }
    #page-stores.page-information .flbox .picture img.pic-favo {
        position: absolute;
        left: 70px;
        top: 130px;
    }
    #page-stores.page-event_list .flbox .rightBox,
    #page-stores.page-information .flbox .rightBox {
        width: 365px;
    }
    #page-stores.page-information h3.ttl {
        font-size: 20px;
        color: #ef8874;
        font-weight: bold;
        font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        border-bottom: 2px solid #000;
        margin: 0 0 10px;
    }
    #page-stores.page-information .flbox .rightBox .txt {
        font-weight: bold;
    }
    #page-stores.page-information .flbox .rightBox .favorite {
        margin: 0 0 15px;
    }
    #page-stores.page-information .flbox .rightBox .favorite a {
        color: #535353;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        line-height: 2.2;
    }
    #page-stores.page-information .ex li{
        width: 238px;
        margin-right: 5px;
    }
    #page-stores.page-information .ex li .pic{
        text-align: center;
        height: 155px;
        margin: 0 0 10px;
    }
    #page-stores.page-information .ex li .pic img{
        max-width: 238px;
        max-height: 155px;
        margin: 0 auto;
    }
    #page-stores.page-information .ex li span {
        font-size: 12px;
        font-weight: bold;
        border-radius: 5px;
        padding: 2px 10px;
        text-align: center;
    }
    #page-stores.page-information .ex li .place {
        background: #e9e8e8;
        border: 1px solid #ef8874;
    }
    #page-stores.page-information .ex li .price {
        color: #fff;
        background: #04287e;
    }  
    #page-stores.page-information .check {
        margin: 0 0 30px;
        line-height: 1.8;
        border: 1px solid #262727;
        position: relative;
        padding: 55px 45px 30px;
        background: url(../../img/front/stores/information/bg-check.jpg) repeat;
    }
    #page-stores.page-information .check .ttl {
        position: absolute;
        left: 0;
        top: -20px;
    }
    #page-stores.page-event_list .event,
    #page-stores.page-information .event {
        margin: 0 0 70px;
        padding: 25px;
        border: 1px solid #262727;
    }
    #page-stores.page-event_list .event .pic,
    #page-stores.page-information .event .pic {
        text-align: center;
        width: 278px;
    }
    #page-stores.page-event_list .event .pic img,
    #page-stores.page-information .event .pic img {
        max-width: 278px;
        max-height: 200px;
        margin: 0 auto;
    }
    #page-stores.page-event_list .event .rightBox,
    #page-stores.page-information .event .rightBox {
        width: 620px;
    }
    #page-stores.page-event_list .event .date,
    #page-stores.page-information .event .date {
        color: #ef8874;
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 5px;
    }
    #page-stores.page-event_list .event .place,
    #page-stores.page-information .event .place {
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px;
    }
    #page-stores.page-event_list .event .btn,
    #page-stores.page-detail .event .btn,
    #page-stores.page-information .event .btn {
        text-align: left;
        margin: 20px 0 0;
    }
    
    #page-stores.page-information .bnr {
        display: flex;
        justify-content: space-between;
        padding: 0 100px;
    }

    
}
@media screen and (max-width:767px){
/*pc・タブレット用cssを丸々コピーしたものを編集していく（スマホ用css）*/
    
    #page-stores.page-event_list,
    #page-stores.page-information {
        margin: 0 0 15%;
        line-height: 1.6;
    }
    #page-stores.page-event_list h2.pagetitle,
    #page-stores.page-information h2.pagetitle {
        margin: 0 0 10%;
        text-align: left;
        padding: 0 5% 2%;
    }
    #page-stores.page-event_list .flbox,
    #page-stores.page-information .flbox {
        margin: 0 5% 10%;
    }
    #page-stores.page-event_list .flbox .picture,
    #page-stores.page-information .flbox .picture {
        position: relative;
        text-align: center;
        margin: 0 0 5%;
    }
    #page-stores.page-event_list .flbox .picture img,
    #page-stores.page-information .flbox .picture img {
        max-width: 100%;
        max-height: 200px;
        margin: 0 auto;
    }
    #page-stores.page-information .flbox .picture img.pic-favo {
        position: absolute;
        left: 15%;
        top: 70px;
        width: 70%;
    }
    #page-stores.page-information h3.ttl {
        font-size: 1.2em;
        color: #ef8874;
        font-weight: bold;
        font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        border-bottom: 2px solid #000;
        margin: 0 0 2%;
    }
    #page-stores.page-information .flbox .rightBox .txt {
        font-weight: bold;
        margin: 2% 0 0;
    }
    #page-stores.page-information .flbox .rightBox .favorite {
        margin: 0 0 3%;
    }
    #page-stores.page-information .flbox .rightBox .favorite a {
        color: #535353;
        font-weight: bold;
        font-size: 1.1em;
        text-decoration: none;
        line-height: 2.2;
    }
    #page-stores.page-information .ex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #page-stores.page-information .ex li{
        width: 48%;
        margin: 0 0 5%;
        font-size: 0.9em;
    }
    #page-stores.page-information .ex li .pic{
        text-align: center;
        height: 100px;
        margin: 0 0 10px;
    }
    #page-stores.page-information .ex li .pic img{
        max-width: 100%;
        max-height: 100px;
        margin: 0 auto;
    }
    #page-stores.page-information .ex li span {
        font-size: 12px;
        font-weight: bold;
        border-radius: 5px;
        padding: 2px 10px;
        text-align: center;
    }
    #page-stores.page-information .ex li .place {
        background: #e9e8e8;
        border: 1px solid #ef8874;
    }
    #page-stores.page-information .ex li .price {
        color: #fff;
        background: #04287e;
    }  
    #page-stores.page-information .check {
        margin: 0 0 8%;
        line-height: 1.8;
        border: 1px solid #262727;
        position: relative;
        padding: 15% 5% 5%;
        background: url(../../img/front/stores/information/bg-check.jpg) repeat;
    }
    #page-stores.page-information .check .ttl {
        position: absolute;
        left: 0;
        top: -20px;
    }
    #page-stores.page-event_list .event,
    #page-stores.page-information .event {
        margin: 0 0 15%;
        padding: 8% 5%;
        border: 1px solid #262727;
    }
    #page-stores.page-event_list .event .pic,
    #page-stores.page-information .event .pic {
        text-align: center;
        margin: 0 0 4%;
    }
    #page-stores.page-event_list .event .pic img,
    #page-stores.page-information .event .pic img {
        max-width: 100%;
        max-height: 200px;
        margin: 0 auto;
    }
    #page-stores.page-event_list .event .date,
    #page-stores.page-information .event .date {
        color: #ef8874;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0 0 1%;
    }
    #page-stores.page-event_list .event .place,
    #page-stores.page-information .event .place {
        font-size: 1.1em;
        font-weight: bold;
        margin: 0 0 2%;
    }
    #page-stores.page-event_list .event .btn,
    #page-stores.page-detail .event .btn,
    #page-stores.page-information .event .btn {
        margin: 6% 0 0;
    }
    
    #page-stores.page-information .bnr li {
        margin: 0 0 5%;
        text-align: center;
    }
    
}

/*stores/detail*/
@media screen and (min-width:768px){
/*pc・タブレットcss*/
    
    #page-stores.page-detail {
		margin: 0 auto 100px;
		font-family: "游ゴシック","Yu Gothic", YuGothic;
        width: 1100px;
    }
    #page-stores.page-detail h2.pagetitle {
        text-align: left;
    }
    #page-stores.page-detail .result {
        font-size: 16px;
        font-weight: bold;
        font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 10px 20px;
        background: #e9e8e8;
        margin: 0 0 20px;
    }
    #page-stores.page-detail .flbox {
        margin: 0 0 30px;
        display: flex;
        justify-content: space-between;
    }
    #page-stores.page-detail .flbox .picture {
        position: relative;
        text-align: center;
		width: 100%;
	}
    #page-stores.page-detail .flbox .picture button {
		background-color: transparent;
		border: none;
		position: absolute;
		right: 10px;
		width: 65px;
		bottom: 10px;
	}
    #page-stores.page-detail .flbox .picture button:focus {
		outline: none;
	}
    #page-stores.page-detail .flbox .picture img {
		margin: 0 auto;
		width: 100%;
	}
    #page-stores.page-detail .flbox .picture img.pic-favo {
        position: absolute;
        left: 70px;
        top: 130px;
    }
    #page-stores.page-detail p.pref span {
		color: #fff;
		display: inline-block;
		background: #222222;
		padding: 3px 10px;
		font-weight: bold;
		text-decoration: none;
	}
    #page-stores.page-detail .title {
		font-weight: bold;
		font-size: 22px;
		margin: 10px 0;
	}
	#page-stores.page-detail .btn-store {
		width: 100%;
		margin-top: 30px;
	}
	#page-stores.page-detail .btn-store button{
		width: 65px;
		background-color: transparent;
		border: none;
		display: inline-block;
		vertical-align: top;
	}
	#page-stores.page-detail .btn-store button img {
		width: 100%;
	}
	#page-stores.page-detail .btn-store button:focus {
		outline: none;
	}
	#page-stores.page-detail .company-box a {
		font-size: 20px;
        font-weight: bold;
	}
	#page-stores.page-detail .company-link {
		float: right;
		margin-top: 30px;
	}
	#page-stores.page-detail .company-link.btn-wrap {
		float: none;
		margin: 50px auto;
		width: 60%;
	}
	#page-stores.page-detail .company-link a {
		background: #C72A2A;
		color: #fff;
		padding: 9px 50px;
		text-decoration: none;
		font-size: 12px;
		margin-left: 20px;
		vertical-align: text-bottom;
	}
	#page-stores.page-detail .company-link.btn-wrap a {
		display: block;
		text-align: center;
	}
	#page-stores.page-detail .company-link.btn-wrap a.btn-red {
		font-size: 16px;
	}
	#page-stores.page-detail .company-link a:hover {
		background: #E54545;
	}
	#page-stores.page-detail .sp-box {
		display: none;
	}
	#page-stores.page-detail .contact {
		text-align: center;
	}
	#page-stores.page-detail .contact button {
		text-decoration: none;
		width: 600px;
		display: block;
		padding: 15px 0;
		margin: 30px auto 80px;
		font-size: 18px;
		font-weight: bold;
		border: 1px solid #707070;
		background: #fff;
	}
	#page-stores.page-detail .contact button::before {
		content: "";
		background: url(../../img/front/stores/detail/ic_contact.png) no-repeat;
		width: 48px;
		height: 20px;
		display: inline-block;
		vertical-align: middle;
	}
	#page-stores.page-detail .contact .contact-bnr-1::before {
		background: url(../../img/front/common/contact-icon-1.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-bnr-2::before {
		background: url(../../img/front/common/contact-icon-2.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-bnr-3::before {
		background: url(../../img/front/common/contact-icon-3.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-bnr-4::before {
		background: url(../../img/front/common/contact-icon-4.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-bnr-5::before {
		background: url(../../img/front/common/contact-icon-5.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-count::before {
		background-size: 35px auto;
		height: 22px;
	}
	#page-stores.page-detail .contact button:hover {
		background-color: #222222;
		color: #fff;
		color: #fff;
	}
	#page-stores.page-detail .contact button:hover::before {
		content: "";
		background: url(../../img/front/stores/detail/ic_contact_white.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-bnr-1:hover::before {
		background: url(../../img/front/common/contact-hover-icon-1.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-bnr-2:hover::before {
		background: url(../../img/front/common/contact-hover-icon-2.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-bnr-3:hover::before {
		background: url(../../img/front/common/contact-hover-icon-3.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-bnr-4:hover::before {
		background: url(../../img/front/common/contact-hover-icon-4.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-bnr-5:hover::before {
		background: url(../../img/front/common/contact-hover-icon-5.png) no-repeat;
	}
	#page-stores.page-detail .contact .contact-count:hover::before {
		background-size: 35px auto;
		height: 22px;
	}
	#page-stores.page-detail .keywords li a {
		text-decoration: none;
		border: 1px solid #707070;
		font-size: 15px;
		padding: 5px 3px;
	}
	#page-stores.page-detail .keywords {
		margin-bottom: 30px;
	}
	#page-stores.page-detail .keywords p {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#page-stores.page-detail .point-box h2 {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	#page-stores.page-detail .point-box {
		background-color: #ECECEC;
		padding: 40px;
	}
	#page-stores.page-detail .point-box p {
		margin-top: 32px;
	}
	#page-stores .btn-load-more,
	#page-stores .btn-load-close {
		background-color: #fff;
		border: 1px solid #000;
		position: relative;
		padding: 10px 100px;
		margin: 30px auto;
		display: block;
        font-weight: bold;
	}
	#page-stores .btn-load-more:hover,
	#page-stores .btn-load-close:hover {
		background-color: #EFEFEF;
	}
	#page-stores .btn-load-more::before {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 2px solid;
		display: inline-block;
		border-bottom: 2px solid;
		transform: rotate(45deg);
		top: 15px;
		position: absolute;
		left: 40px;
	}
	#page-stores .btn-load-close::before {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 2px solid;
		display: inline-block;
		border-bottom: 2px solid;
        transform: rotate(225deg);
        top: 19px;
		position: absolute;
		left: 40px;
	}
	#page-stores.page-detail .architecture-detail h3 {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
	}
	#page-stores.page-detail .architecture-detail table tr td:first-child {
		width: 300px;
	}
	#page-stores.page-detail .architecture-detail {
		margin-bottom: 50px;
	}
    #page-stores.page-detail .gallery-list {
        margin: 0 0 30px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 1100px;
    }
    #page-stores.page-detail .gallery-list li {
        width: 32%;
        height: 210px;
        text-align: center;
        margin: 0 8px 8px 0;
    }
    #page-stores.page-detail .gallery-list li:nth-child(6n) {
        margin: 0;
    }
    #page-stores.page-detail .gallery-list li img {
        width: 100%;
        height: 210px;
        margin: 0 auto;
    }
    #page-stores.page-detail .event {
        margin: 0 0 70px;
        padding: 25px;
        border: 1px solid #262727;
    }
}
@media screen and (max-width:767px){
/*pc・タブレット用cssを丸々コピーしたものを編集していく（スマホ用css）*/
    #page-stores.page-detail {
        margin: 0 0 15%;
        line-height: 1.6;
    }
    #page-stores.page-detail h2.pagetitle {
        margin: 0 0 10%;
        text-align: left;
        padding: 0 5% 2%;
    }
    #page-stores.page-detail .result {
        font-size: 1.1em;
        font-weight: bold;
        font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        padding: 2% 5%;
        background: #e9e8e8;
        margin: 0 0 5%;
	}
    #page-stores.page-detail .flbox .picture button {
		background: transparent;
		border: none;
		position: absolute;
		bottom: 10px;
		right: 10px;
        width: 50px;
        margin: 0 10px;
        padding: 0;
	}
    #page-stores.page-detail .flbox .picture button:focus {
		outline: none;
	}
    #page-stores.page-detail .flbox .picture {
        position: relative;
        text-align: center;
        margin: 0 0 5%;
    }
    #page-stores.page-detail .flbox .picture img {
        width: 100%;
        object-fit: cover;
    }
    #page-stores.page-detail .pref span {
		background: #222222;
		text-decoration: none;
		display: inline-block;
		padding: 3px 10px;
		color: #fff;
		margin-left: 10px;
        font-size: 12px;
	}
    #page-stores.page-detail .title {
		font-weight: bold;
		padding: 10px;
	}
    #page-stores.page-detail .price {
		font-size: 12px;
		margin-left: 10px;
	}
	#page-stores.page-detail .btn-store  {
		font-size: 10px;
		margin-top: 20px;
		margin-bottom: 30px;
		width: 100%;
	}
	#page-stores.page-detail .btn-store button:focus {
		outline: none;
	}
	#page-stores.page-detail .btn-store button {
		width: 50px;
		margin: 0 10px;
		background: transparent;
		padding: 0;
        border: none;
		vertical-align: top;
	}
	#page-stores.page-detail .btn-store p span {
		font-size: 15px;
	}
    #page-stores.page-detail .company-box {
		font-size: 12px;
		width: 49%;
	}
    #page-stores.page-detail .company-box a {
        font-weight: bold;
		font-size: 14px;
	}
	#page-stores.page-detail .company-link {
		display: block;
		margin-right: 10px;
		margin-top: 16px;
		width: 100%;
		padding: 0 10px
	}
	#page-stores.page-detail .company-link a {
		padding: 10px 15px;
		font-weight: bold;
		background-color: #C72A2A;
		color: #fff;
		width: 100%;
		font-size: 12px;
		display: block;
		text-align: center;
	}
	#page-stores.page-detail .company-link.btn-wrap a.btn-red {
		font-size: 12px;
	}
	#page-stores.page-detail .contact {
		display: none;
	}
	#page-stores.page-detail .sp-box {
		text-align: center;
		margin-bottom: 30px;
	}
	#page-stores.page-detail .sp-box a,
	#page-stores.page-detail .sp-box button {
		font-size: 12px;
		font-weight: bold;
		border: 1px solid;
		padding: 10px;
		margin: 0 5px;
		width: 46%;
		display: inline-block;
		background: #fff;
	}
	#page-stores.page-detail .sp-box a img,
	#page-stores.page-detail .sp-box button img {
        width: 16px;
		margin-right: 10px;
		vertical-align: middle;
	}
	#page-stores.page-detail .sp-box a:first-child img,
	#page-stores.page-detail .sp-box button:first-child img {
		width:20px;
	}
	#page-stores.page-detail .keywords {
		margin: 0 10px;
	}
	#page-stores.page-detail .keywords span {
		border: 1px solid #707070;
		padding: 0px 10px;
        font-size: 12px;
	}
	#page-stores.page-detail .point-box {
		padding: 30px 10px;
		margin-top: 30px;
		background-color: #ECECEC;
	}
	#page-stores.page-detail .point-box h2 {
		font-weight: bold;
		text-align: center;
		font-size: 20px;
        margin-bottom: 30px;
	}
	#page-stores .btn-load-more,
	#page-stores .btn-load-close {
		text-align: center;
		background: #fff;
		width: 80%;
		display: block;
		margin: 30px auto 0;
		color: #000;
		border: 1px solid #000;
		padding: 10px 0;
	}
	#page-stores button.btn-load-more::before,
	#page-stores button.btn-load-close::before {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
		transform: rotate(45deg);
		display: inline-block;
		margin-right: 15px;
	}
	#page-stores button.btn-load-close::before {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
        transform: rotate(225deg);
		display: inline-block;
		margin-right: 15px;
	}
	#page-stores.page-detail .architecture-detail {
		margin: 0 10px;
	}
	#page-stores.page-detail .architecture-detail h3 {
		font-weight: bold;
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
	}
	#page-stores.page-detail .architecture-detail table tr td:first-child {
		width: 30%;
	}
    #page-stores.page-detail .gallery-list {
        margin: 0 1% 5%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #page-stores.page-detail .gallery-list li {
        width: 33%;
        height: 100px;
        text-align: center;
        margin: 0 0 1%;
    }
	#page-stores.page-detail .gallery-list:after {
		content: "";
		display: block;
		width: 33%;
		height: 0;
	}
    #page-stores.page-detail .gallery-list li img {
        max-width: 100%;
        max-height: 100px;
        margin: 0 auto;
    }
}
#page-stores.page-detail .similar h3 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}
#page-stores.page-detail .similar a {
	width: 32%;
	margin: 5px;
	height: 100%;
}
#page-stores.page-detail .similar a img {
	width: 100%;
	object-fit: cover;
	height: 250px;
}
@media screen and (max-width:767px){
	#page-stores.page-detail .similar {
		margin-left: 8px;
	}
	#page-stores.page-detail .similar a {
		margin: 0 0 5px;
	}
	#page-stores.page-detail .similar a img {
		height: 100px;
	}
	#page-stores.page-detail .similar h3 {
		margin: 60px 0 20px;
		font-size: 20px;
	}
    #information #chat-box {
        margin-bottom: 60px;
    }
}
</pre></body></html>