<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
.pcHide {
	display: none !important;
}
/*__ common ________________________________*/

body {
	-webkit-text-size-adjust: none;
}
img {
    vertical-align: bottom;
    width: 100%;
}
a img {
	border-style: none;
}
p {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
hr.dashed {
	margin: 10px 0;
	border: 0;
	border-bottom: 1px dashed #ccc;
}
i {
	font-style: normal !important;
}
#viewport {
	line-height: normal;
	margin-top: 76px;
}
#viewport0 {
	line-height: normal;
}
#viewport2 {
	line-height: normal;
}
/* top */

.header {
    width: 100%;
    height: 70px;
    background-color: #000;
    border-bottom: 5px solid #b4b4b4;
    position: fixed;
    top: 0;
    z-index: 79990;
}
.headerInner {
	width: 100%;
	height: 100%;
	text-align: left;
}
.headerInner .logo {
	padding: 10px 0 0 10px;
}
.headerInner .logo img {
	width: 80%;
	max-width: 330px;
}
.headerInner .tel {
	color: #fff;
	font-size: 20px;
	padding: 8px 0 0 10px;
    z-index: 99997;
}
.header nav {
}
.header nav ul {
    margin: 0;
    list-style-type: none;
    width: 100%;
}
.header nav ul li {
	float:left;
	width:25%;
	margin: 0;
	text-align: center;
}
.header nav ul li a{
	display: block;
	background:#dedede;
	margin:0;
	padding:10px 20px;
	border-right:1px solid #666;
	border-left: 1px solid #fff;
 	box-sizing:border-box;
	text-decoration: none;
}
.header nav ul li a:hover {
	background:#60d7a0;
}
.header nav ul li ul {
	display: none;
}

.header0 {
	width: 100%;
	height: 50px;
	background-color: #000;
	border-bottom: 5px solid #b4b4b4;
}
.headerInner0 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.headerInner0 .logo {
	color: #fff;
	font-size: 24px;
	padding: 12.5px 0 0 14px;
	float: left;
}
.headerInner0 .logo img {
	width: 400px;
	float: left;
}
.headerInner0 .tel {
	color: #fff;
	font-size: 24px;
	padding: 12px 14px 0 0;
	float: right;
}
.slide {
	width: 1200px;
	margin: 20px auto;
}
.menu0 {
	width: 100%;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
}
.dropmenu {
 *zoom: 1;
	list-style-type: none;
	width: 1200px;
	margin: 5px auto 20px;
	padding: 0;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
    position: relative;
    /*width: 150px;*/
    width: 171px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li div {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li {
	width: 100%;
}
.dropmenu li ul li a {
	padding: 13px 15px;
	border-top: 1px solid #000;
	background: #555;
	text-align: left;
}
.dropmenu li:hover &gt; a {
	background-image: url(../images/bg_menu_ovr.png);
	background-repeat: repeat-x;
}
.dropmenu li a:hover {
	background-image: url(../images/bg_menu_ovr.png);
	background-repeat: repeat-x;
}
.dropmenu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.dropmenu li:hover ul li {
	overflow: visible;
	height: 38px;
}

.slide {
    width: 95%;
    margin: 20px auto;
    max-width: 1200px;
}
.contents {
    width: 95%;
    margin: 0 auto 20px;
    max-width: 1200px;
    background-color: #EEEEEE;
    padding-right: 10px;
}
.contents0 {
	width: 100%;
	
}

.news {
    width: 95%;
    margin: 0 auto 20px;
    max-width: 1200px;
}
.news dl.newsdl {
    width: 100%;
    background-color: #eee;
    font-size: 13px;
    text-align: left;
    height: 140px;
}
.news dl.newsdl dt.newsdt {
	width: 120px;
	background-color: #000;
	color: #fff;
	padding: 6px;
	font-size: 16px;
	text-align: center;
}
.news dl.newsdl dd.newsdd {
    width: 100%;
    height: 95px;
    background-color: #eee;
    overflow-y: scroll;
    overflow-x: hidden;
    line-height: 1.5em;
    margin-top: 5px;
    /* [disabled]margin-bottom: 10px; */
}
.news dl.newsdl dd.newsdd a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
    width: 100%;
    padding-right: 16px;
}
.news dl.newsdl dd.newsdd a:hover {
	color: #cc0000;
    width: 100%;
}
.news dl.newsdl dd.newsdd dl {
    width: 100%;
    overflow: hidden;
}
.news dl.newsdl dd.newsdd dl dt {
	width: 120px;
	margin-left: 20px;
	text-align: left;
	float: left;
}
.news dl.newsdl dd.newsdd dl dd {
    width: 100%;
    text-align: left;
    float: left;
    overflow: hidden;
    text-overflow: clip;
    margin-left: 20px;
    max-width: 900px;
    margin-right: 16px;
    min-width: 0px;
}
.contentsInner {
    width: 100%;
    display: inline-block;
    max-width: 1200px;
}
.contentsInner2 {
    width: 100%;
    margin-top: 0;
    max-width: 1160px;
    background-color: #EEEEEE;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.container {
    width: 1200px;
    background-color: #EEEEEE;
}
.footer {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    float: left;
}
.footerInner {
    width: 100%;
    padding-right: auto;
    padding-left: auto;
}
.footerInner img {
    width: 60%;
    margin: 0 auto 20px;
    max-width: 245px;
}
.footerInner .sitemap {
	width: 100%;
	margin: 20px auto;
}
.footerInner .sitemap ul {
	width: 1080px;
	margin: 0 auto 10px;
	;
	overflow: hidden;
}
.footerInner .sitemap ul li {
	width: 180px;
	font-size: 16px;
	float: left;
}
.footerInner .sitemap ul li:first-child {
	font-size: 18px;
	float: left;
}
.footerInner .sitemap ul li a {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.footerInner .sitemap ul li a:hover {
	color: #cc0000;
}

.button {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    font-size: 16px;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
	line-height: 50px;
}
.button:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
}
.button::before, .button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #000;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before, .button:hover::after {
	width: 0;
	background-color: #000;
}


.fb-page {
	width: 100%;
}

.naiyou0 {
    float: left;
    width: 100%;
    max-width: 1200px;
    text-align: left;
    padding-top: 10px;
    min-width: 300px;
}
.album {
    max-width: 1160px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    float: left;
    min-width: 300px;
    width: 100%;
    font-size: 12px;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    height: auto;
}
.albmain {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-left: 20px;
    max-width: 1100px;
}

.albdate {
    margin-right: 10px;
    margin-bottom: 5px;
    width: 100%;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: left;
    float: left;
    font-weight: 700;
    min-width: 335px;
    max-width: 700px;
    margin-top: 10px;
}
.albtitle {
    width: 100%;
    min-width: 335px;
    max-width: 700px;
    border-left: 5px solid #FF0000;
    text-align: left;
    padding-left: 8px;
    color: #FF0000;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-weight: 700;
    font-size: 20px;
    float: left;
    margin-bottom: 10px;
}
.albtext {
    width: 100%;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 12px;
    float: left;
    max-width: 700px;
    height: auto;
    line-height: 15px;
}
.albtext2 {
    width: 100%;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 14px;
    float: left;
    max-width: 720px;
    height: auto;
    margin-bottom: 5px;
    line-height: 16px;
    font-weight: 500;
}

.mainphoto img {
    width: 100%;
    float: left;
    max-width: 365px;
    height: auto;
    min-width: 10px;
}
.albmain img {
	width: 100%;
	max-width: 365px;
	float: left;
	margin-right: 10px;
	height: auto;
	margin-top: 10px;
}
.album_sumwaku {
    float: left;
    width: 100%;
    height: auto;
    min-width: 335px;
    max-width: 1110px;
    padding-left: 20px;
}
.asumblock {
    margin-right: 20px;
    float: left;
    margin-bottom: 15px;
    max-width: 200px;
}
.albphoto {
    width: 100%;
    max-width: 200px;
}
.albsumtext {
	width: auto;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 13px;
}
.allalbbox {
    height: auto;
    float: left;
    max-width: 720px;
    margin-bottom: 10px;
    width: 100%;
}
.allalbbotan {
	width: 108px;
	height: 45px;
	float: left;
	margin-right: 5px;
}
.allalbtext {
	float: left;
	font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-top: 10px;
}
.albmaintext {
    width: 100%;
    padding-bottom: 15px;
    float: left;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 15px;
    max-width: 1110px;
    padding-left: 30px;
}
.box01 {
    width: 100%;
    float: left;
    padding-right: auto;
    padding-left: auto;
}

.freeInner .title03 {
    width: 100%;
    max-width: 1130px;
    background-color: #000000;
    margin-bottom: 20px;
    float: left;
    color: #FFFFFF;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: 20px solid #FF0000;
    height: auto;
    margin-top: 20px;
    left: auto;
    right: auto;
    margin-left: 20px;
    margin-right: 10px;
}
.ansin_img {
	margin-right: 10px;
	float: left;
	width: 200px;
}
.midashitext01 {
    width: 100%;
    float: left;
    max-width: 845px;
    height: auto;
    text-align: left;
    color: #FF0000;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
    margin-bottom: 5px;
}
.anshinbox {
    text-align: left;
    float: left;
    width: 100%;
    max-width: 1150px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 0px;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 10px;
}
.ansin_setumei01 {
    width: 100%;
    height: auto;
    max-width: 900px;
    float: left;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
}

.newcortion2 {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    max-width: 510px;
    margin-left: 20px;
}


@media screen and (max-width:768px){
.shop .shopInfo .shopInfoR0 {
    display: none;
}
 .header0 {
    display: none;
}.menu0 {
    display: none;
}
.footerInner .sitemap {
	display: none;
}
a[href^="tel:"] {
	cursor: default;
}
.headerInner .tel a{
	color: #fff;
}
}

@media screen and (min-width:769px){
.header {
    display: none;
}
.nav {
    display: none;
}
#viewport {
    display: none;
}
.contentsR {
    display: block;
}
.shop .shopInfo .shopInfoR {
    display: none;
}
#navbar {
    display: none;
}



}
</pre></body></html>