<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&amp;family=Noto+Serif+JP:wght@200;300;500;700&amp;display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
p {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
span {
	display: inline-block;
}
.inline_block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
html {
	font-family: 'Noto Serif JP', serif, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size: 12 px;
	line-height: 1.8;
	color: #fff;
}
img {
	display: block;
	max-width: 100%;
}
a, a:hover, a:active, a:visited, a:link {
	text-decoration: none;
	color: inherit;
}
body {
	background-color: #000;
}
header {
	width: 100%;
	max-width: 750px;
	margin: auto;
	padding: 25px;
	padding-bottom: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	box-sizing: border-box;
}
.mili_logo {
	max-width: 30%;
}
h1 {
	font-size: 27px;
	margin-bottom: 10px;
	margin-top: -0.7em;
}
.btn_b {
	color: #56a0a2;
	border: solid 1px #56a0a2;
	display: inline-block;
	padding: 0 1em;
	font-size: 11px;
	transition: 0.3s;
}
a.btn_b, a.btn_b:hover, a.btn_b:active, a.btn_b:visited, a.btn_b:link {
	color: #56a0a2;
}
a.btn_b:hover {
	color: #000;
	background-color: #56a0a2;
}
.box1 {
	width: 100%;
	max-width: 750px;
	margin: auto;
	padding-bottom: 25px;
	box-sizing: border-box;
	text-align: center;
}
.box1 p {
	font-size: 18.75px;
	padding: 0 25px;
}
.box1 p.come {
	font-size: 12px;
	margin-top: 10px;
}
.box2 {
	background-color: #fff;
}
.box2 .inner {
	padding: 30px 25px;
	max-width: 750px;
	margin: auto;
	box-sizing: border-box;
}
.box2 h2 {
	color: #56a0a2;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.tokuten_box {
	display: flex;
	justify-content: space-between;
	color: #000;
}
.tokuten_box .left {
	width: calc(50% - 25px);
}
.tokuten_box .right {
	width: 50%;
}
.tokuten_box .right h3 {
	font-size: 18.75px;
	margin-left: -0.5em;
	line-height: 1.2;
	width: calc(100% + 0.5em);
}
.tokuten_box .right h3 span {
	font-size: 14px;
	letter-spacing: -0.06em;
}
.tokuten_box .right p {
	font-size: 12px;
	margin-top: 5px;
}
.tokuten_box .right p.come {
	font-size: 10px;
	letter-spacing: -0.05em;
}
.shop_links {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 5px;
}
.shop_links a {
	width: calc(33.33% - 20px / 3);
	display: block;
	text-align: center;
	border: solid 1px #000;
	margin-top: 10px;
	font-size: 12px;
	transition: 0.3s;
}
.shop_links a:nth-child(-n +3) {
	margin-top: 0;
}
.shop_links a:hover {
	color: #fff;
	background-color: #000;
}
.box3 {
	max-width: 750px;
	margin: auto;
	box-sizing: border-box;
	padding: 40px 25px;
	padding-bottom: 120px;
}
.box3_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.box3_top &gt; div {
	text-align: center;
	font-size: 18px;
	padding-bottom: 5px;
	width: calc(50% - 20px);
	border-bottom: solid 1px #fff;
}
.shop_list h3 {
	margin-top: 55px;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.shop_list h3:first-child {
	margin-top: 0;
}
.shop_inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: stretch;
}
.shop_inner:before {
	content: "";
	width: 1px;
	height: calc(100% - 10px);
	display: block;
	background-color: #fff;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
}
.shop_inner.right_only {
	justify-content: flex-end;
}
.shop_inner &gt; div {
	width: calc(50% - 25px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.shop_inner img {
	margin-bottom: 15px;
}
.shop_inner p {
	margin-bottom: 15px;
}
.shop_inner a {
	display: block;
	text-align: center;
	width: 100%;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 5px 0;
	transition: 0.3s;
}
.shop_inner a:hover {
	color: #000;
	background-color: #fff;
}
footer {
	display: flex;
	justify-content: space-between;
	max-width: 750px;
	margin: auto;
	box-sizing: border-box;
	padding: 50px 25px;
	padding-top: 0;
	align-items: flex-end;
}
.copyright {
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}
.modal_area {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	display: none;
	padding-bottom: 100px;
	box-sizing: border-box;
}
.modal_area .contents {
	max-height: 75vh;
	width: calc(100% - 50px);
	max-width: 750px;
	box-sizing: border-box;
}
.modal_area .post_modal {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.modal_area .title_area {
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 15px;
	align-items: center;
}
.modal_area .title_area h2 {
	font-size: 24px;
	font-weight: 600;
}
.modal_area .title_area .close {
	width: 50px;
	height: 50px;
	position: relative;
	flex-shrink: 0;
	color: #fff;
}
.modal_area .title_area .close:after, .modal_area .title_area .close:before {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.modal_area .title_area .close:before {
	transform: rotate(45deg);
}
.modal_area .title_area .close:after {
	transform: rotate(135deg);
}
.modal_area .post_modal {
	display: flex;
}
.modal_area .content_area {
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.modal_area .content_area img {
	display: block;
	margin: auto;
}

@media screen and (max-width: 640px) {
.tokuten_box {
	flex-direction: column;
	align-items: center;
}
.tokuten_box .left,  .tokuten_box .right {
	width: 100%;
}
.tokuten_box .left {
	margin-bottom: 25px;
}
.tokuten_box .left img {
	margin: auto;
}
}

@media screen and (max-width: 480px) {
h1 {
	font-size: 20px;
}
.box1 p {
	font-size: 14px;
}
.box1 p.come {
	font-size: 10px;
}
.box2 h2 {
	font-size: 20px;
}
.tokuten_box .right h3 span {
	letter-spacing: 0em;
	margin-top: 10px;
}
.shop_links a {
	font-size: 10px;
}
.box3_top &gt; div {
	font-size: 16px;
	width: calc(50% - 20px);
}
.shop_list h3 {
	font-size: 18px;
}
.shop_inner {
	font-size: 10px;
	line-height: 1.6;
}
.shop_inner a {
	font-size: 10px;
}
footer {
	flex-direction: column;
}
.copyright {
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}
.modal_area .content_area {
	padding: 10px;
}
}
</pre></body></html>