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

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/
body {
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-family: "Noto Sans JP", sans-serif;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	*font-size: 100%;
}


/*===================================================
	1-2. Reset Style
===================================================*/

/*要素の初期マージン・余白の初期化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
h,
var { 
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after { 
	content: '';
}

abbr,
acronym {
	border: 0;
}

/*===================================================
	1-3. Text Style
===================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
}

pre {
	padding: 0.5em 10px; 
	border-left: 2px solid #eee;
	width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family: "Osaka－等幅", monospace;
}

pre[title]::before {
	margin-bottom: 0.4em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: black;
	background-color: #eee;
}

blockquote {
	margin: 1.5em 20px 1.5em 40px;
	padding: 1px; 
	background-color: #eeeeee;
}

blockquote * {
	color: #888888;
}

blockquote[title]::before {
	margin: 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #fff; 
}

blockquote[cite]::after {
	padding: 0.1em 20px;
	display: block; 
	content: attr(cite);
	color: #333333;
	text-align: right;
}

cite {
	display: block;
	color: #333333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #FF0000;
}

code {
	font-family:  monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
	text-transform: uppercase;
}

/*===================================================
	1-4. Hypertext Style
===================================================*/

/*Win Firefox用リンク領域点線非表示*/
:focus {
	moz-outline-style: none;
}

/*Mac Firefox用リンク領域点線非表示*/

/*リンク要素の初期カラー*/
#dialog .closeBt a:link {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:hover {
	color: #FFF!important;
	color: inherit;
}

#dialog .closeBt a:visited {
	color: #FFF!important;
	color: inherit;
}


#wrapper a:hover img{
	  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*===================================================
	1-5. List Style
===================================================*/

ul,
ol,
dl {
	margin:0;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 100%;
}

dt {
	font-weight: normal;
}

dd {
	margin:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}


/*===================================================
	1-7. Table Style
===================================================*/
/*テーブルの初期スタイル*/
table {
	margin:0;
	border: 1px solid #CFCFCF;/*構築サイトに応じて変更*/
}

th,
td {
	padding: 3px;/*構築サイトに応じて変更*/
	border: 1px solid #CFCFCF;
}

th {
	background: #DFDFDF;/*構築サイトに応じて変更*/
}

/*===================================================
					共通CSS
===================================================*/
.header__nav__main li a{
	color: 
}
img {
	width: 100%;
}
#ccBOx {
	width: 100%;
/*	background-color: #d0cece;*/
	padding-top: 5%;
	padding-bottom: 5%;
}
.mainBox {
	width: 70%;
	margin-left: 15%;
	margin-right: auto;
	font-size: 115%;
}
.brandBox {
	text-align: center;
	margin-bottom: 10%;
}
.brandBox .titleBox {
	margin-bottom: 5%;
	font-size: 120%;
}
.brandBox .titleImg {
	width: 100%;
	margin-bottom: 5%;
}
.brandBox .titleTxt {
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 3%
}
.brandBox .subTxt {
	text-align: left;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 5%;
}
.gallBox {
	width: 90%;
	margin-left: 5%;
}
.gallBox .gall_container {
	display: flex;
	justify-content: space-between;
	width: 94%;
}
.gallBox .gall_container .gall_item02 {
	padding-left: 2%;
}
.btxt {
	font-weight: 600;
}
.textBox {
	width: 80%;
	margin-left: 10%;
}
.friendBox {
	width: 100%;
	margin-bottom: 10%;
}
.friendBox .friend_title {
	text-align: center;
	margin-bottom: 3%;
	font-size: 120%;
	font-weight: 600;
}
.friend_img {
	margin-bottom: 3%;
	width: 90%;
	margin-left: 5%;
}
.friendBox .friendTxt {
	width: 84%;
	margin-left: 8%;
	margin-right: 8%;
	margin-bottom: 3%;
	font-size: 100%;
}
.friendBox .hosoku {
	width: 84%;
	margin-left: 8%;
	margin-right: 8%;
	margin-bottom: 3%;
	font-size: 90%;
}
.campainBox {
	width: 100%;
}
.campainBox .cTxt {
	text-align: center;
	margin-bottom: 5%;
	font-size: 120%;
	font-weight: 600;
}
.campainBox .cTxta {
	text-align: center;
	font-size: 110%;
	font-weight: 600;
}
.campainBox .cTxtb {
	text-align: center;
	margin-bottom: 5%;
}
.taisyoBox {
	width: 86%;
	margin-left: 7%;
	background-color: #e2e2e2;
	padding-bottom: 10%;
	margin-bottom: 5%;
}
.taisyoBox .tTitle {
	text-align: center;
	margin-bottom: 5%;
	padding-top: 10%;
}
.taisyoBox .tTitle2 {
	margin-left: 30%;
	margin-bottom: 3%;
	margin-top: 5%;
}
.taisyoBox .tTitle3 {
	margin-bottom: 5%;
	text-align: center;
	font-weight: 600;
}
.taisyoBox .cTxt1 {
	margin-bottom: 2%;
	text-align: center;
}
.taisyoBox .cTxt2 {
	font-size: 90%;
	margin-bottom: 5%;
}
.taisyoBox .list {
	margin-left: 14%;
	margin-bottom: 2%;
}
.taisyoBox .list .border{
	border-bottom: 1px solid;
	width: 80%;
	color: #000000;
}
.taisyoBox .cTxt3 {
	text-align: center;
	font-size: 15px;
	border: 1px solid;
	padding: 2%;
	width: 70%;
	margin-left: 12%;
	margin-bottom: 3%;
}
.bottom {
	text-align: center;
	width: 40%;
	margin-left: 30%;
	background-color: #000000;
	padding: 5px 0;
	border-radius: 3px;
}
.bottom a {
	color: #ffffff;
}
.tuikiBox {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
}
.tuikiBox .cTxt2 {
	line-height: 1.3em;
	margin-bottom: 3%;
}
.tuikiBox .tuiki {
	line-height: 1.3em;
}
.tuikiBox li {
	margin-bottom: 1%;
}
.kikan {
	color: #982022;
}
/*================================================
					ShopList CSS
===================================================*/

.shopTitle {
	width: 100%;
	background-color: #1c2743;
	padding-left: 35%;
	padding-right: 35%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 5%;
}
.shopBox .s_txt {
	text-align: center;
	font-size: 170%;
	font-weight: 600;
	text-decoration-line: underline;
	margin-bottom: 2%;
}
.kaishi {
	text-align: center;
	font-size: 150%;
	margin-bottom: 5%;
}
.tenpo {
	text-align: center;
	font-size: 150%;
	text-decoration-line: underline;
}
.tenpo a {
	color: #1c2743;
}
/*===================================================
					Footer CSS
===================================================*/
.copy {
	width: 100%;
	background-color: #153e35;
	position: absolute;
}
.copy .c_text {
	color: #ffffff;
	padding: 1%;
	text-align: center;
}</pre></body></html>