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

/* 共通
----------------------------------------------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* レイアウト設定 */
article {
	margin-bottom:2rem;
}

#top article {
	margin-bottom:0;
}

/* 画像設定 */
a:hover img {
	opacity: 0.5;
}

/* リンク設定 */
a,
.breadcrumbs a {
  color: #006DD9;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #004A7C; }
  a img {
    border: 0;
}

/* カラー設定 */
.red {
	color: #ec5840;
}
.gray {
	color: #666666;
}

.blue {
	color: #006DD9;
}

.green {
	color:#3adb76;
}

.orange {
	color:#ffae00;
}

/* サイズ設定 */
.big {
	font-size: 1.4rem;
}

.big2 {
	font-size: 1.2rem;
}

.big3 {
	font-size: 2rem;
}

.big4 {
	font-size: 9rem;
}

.mini {
	font-size:0.85rem;
	font-weight:normal;
}

.mini2 {
	font-size:0.75rem;
}

/* キャッチコピー */
.copy {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
	font-size:1.5rem;
}

.copy2 {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
	font-size:1.3rem;
}

@media only screen and (max-width: 29.938em) {
article .copy {
	font-size:1.1rem;
}
}

/* 引用設定 */
article blockquote {
	background-color:#F2F2F2;
	border-left:none;
	padding:1rem 1rem 0.5rem;
}

article blockquote p {
	color:#333;
}

/* マーカー設定 */
.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* パネル設定 */
.panel {
	border-radius:10px;
}

.panel .button {
	margin-bottom:0;
}

/* リスト設定 */
article ol{
  counter-reset:number;
  list-style:none;
  margin:0;
  padding:0;
}

article ol li {
	margin-bottom:0.5rem;
}

article ol li:before{
  counter-increment: number;
  content: counter(number);
}

.maru li:before {
  float: left;
  background: #2199e8;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-right:0.5rem;
}

/* ボタン設定
----------------------------------------------------------------------------------------------------*/
button.small, .button.small {
    padding-top: 0.625rem;
    padding-right: 2rem;
    padding-bottom: 0.625rem;
    padding-left: 2rem;
    font-size: 0.875rem;
}

button.small b, .button.small b {
	font-size:1.2rem;
	font-weight:normal;
}
	
/* ヘッダー
----------------------------------------------------------------------------------------------------*/
.title-bar {
  background: #FFFFFF;
  color: #333333;
  padding: 0.5rem; 
}

.top-bar,
.top-bar ul {
  background-color: #E1F0FF; }

body.f-topbar-fixed {
	padding-top: 0;
}

#hcontact {
	padding-top:1rem;
}

#hcontact p {
	margin-bottom:1rem;
}

#hmail {
	padding-top:1rem;
}

#hmail p {
	margin-bottom:0;
}

#hmail span {
	margin-left:0.5rem;
}

#hmail .button {
	font-weight:bold;
	margin-bottom:0;
}

@media only screen and (max-width: 47.938em) {
.title-bar {
  padding: 0 0.5rem 0.5rem; 
}

#head1 {
	display: none;
}
#head2 {
	margin-bottom: 0;
	border-bottom: 1px solid #CCC;
}

#head2 h1 {
	margin-right:1rem;
	margin-bottom:0;
}

#head2 .top-bar-right {
	margin-top:1.5rem;
}

#hscontact {
	margin-top:1rem;
}

#hscontact span {
	margin-left:0.5rem;
}
}

@media only screen and (max-width: 29.938em) {
.title-bar {
  padding: 1rem 0.5rem; 
}
	
#head2 .top-bar-right {
	margin-top:0.5rem;
}
}

@media only screen and (min-width: 48em) {
#head2 {
	display: none;
}

#head1 h1 {
	margin-top: 19px;
	margin-bottom:17px;
	font-size: 0;
}
}

@media (pointer: fine),
(hover: hover) {
	a:where([href^="TEL:"]) {
		pointer-events: none;
	}

	a:where([href^="tel:"]) {
		pointer-events: none;
	}
}

/* グローバルナビ
----------------------------------------------------------------------------------------------------*/
#head1 nav {
	border-top:1px solid #006DD9;
	border-bottom:1px solid #006DD9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #006DD9), color-stop(0.00, #2199e8));
	background: -webkit-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -moz-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -o-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -ms-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: linear-gradient(to bottom, #2199e8 0%, #006DD9 59%);
}

#head1 .button.secondary {
	background-color:rgba(0,0,0,0.00);
	border-bottom: none;
	border-top: none;
	color: #FFF;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight:bold;
    position: relative;
}

#head1 .button.secondary:before,
#head1 li:last-child .button.secondary:after {
	height: 100%;
	content:"";
	display:block;
	width:1px;
	background: #006DD9;
}

#head1 .button.secondary:before {
	position: absolute;
	top:0;
	left:0;
}

#head1 li:last-child .button.secondary:after {
	position: absolute;
	top:0;
	right:0;
}

#head1 .button.secondary:hover, #head1 .button.secondary:focus {
	background-color: #006DD9;
	color: #fefefe; }
	
#head1 .button.small {
    padding-top: 1.025rem;
    padding-right: 0.2rem;
    padding-bottom: 1.125rem;
    padding-left: 0.2rem;
    font-size: 0.875rem;
}

#head1 .button-group .button {
    margin-bottom: 0;
}

@media only screen and (max-width: 47.938em) {
	#globalmenu .button-group .button {
		background-color: #2199e8;
		color: #FFF;
	}
	#globalmenu .button-group .button.hollow {
		border: 1px solid #2199e8;
	}
	#globalmenu .button-group .button:hover,
	#globalmenu .button-group .button:focus {
    background-color: #006DD9;
    color: #fefefe;
	}
}

/* フッター
----------------------------------------------------------------------------------------------------*/
#footer {
	background-color:#E1F0FF;
	border-top: 1px solid #DDDDDD;
	margin-bottom: 0;
	padding: 2rem 0 1rem;
}

@media only screen and (max-width: 29.938em) {
#fcontact .medium-8 {
	text-align:center;
}
}

#fcontact .medium-4 i {
	line-height:3rem;
}

#footer p {
	font-size: 0.875rem ;
}

#footer .button {
	margin-bottom: 0;
}

@media only screen and (max-width: 29.938em) {
#foot-comp p span {
	display:inline-block;
	margin-left:0;
}
}

#foot-comp ul {
	margin-left:0;
}

#foot-comp li a:before {
  font-family: FontAwesome;
  color: #2199e8;
  content: '\f138';
  margin-right:0.8rem;
}

#foot-comp .menu &gt; li &gt; a {
    display: block;
	font-size: 0.875rem ;
    padding: 0.1rem 1rem 1rem 0;
    line-height: 1;
}

/* コピーライト表記 */
.copyright {
	background-color: #2199e8;
	color: #FFF;
	font-size: 70%;
	padding:0.2rem;
	text-align: center;
}

/* ページ先頭 */
#ptop {
	width:40px;
	height:40px;
	background:#006DD9;
	opacity:0.8;
	position:fixed;
	right:5px;
	bottom:10px;
	cursor:pointer;
	z-index:200;
}

#ptop:hover {
	opacity:1;
}

#ptop a {
	padding:20px 10px 5px;
	color:#fff;
	font-size:8pt;
	text-decoration:none;
	position:relative;
	top:16px;
	left:0;
	z-index:10;
}

#ptop:after {
    content: ' ';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#fff;
    position:absolute;
    top:5px;
    left:15px;
}

@media only screen and (max-width: 47.938em) {
#ptop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	cursor: pointer;
	opacity: 1;
}

.bodtop {
	border-top:1px solid #CCC;
	margin-top:1rem;
}

.bodtop img {
	padding:1rem 0;
}
}

#ptop img {
	border: none;
}

/* トップ：メインイメージ
----------------------------------------------------------------------------------------------------*/
#mainb {
	background-color: #2199e8;
	margin-bottom: 0;
	text-align: center;
	padding:1rem;
}

#mainb h1 {
	border: 1px solid #CCC;
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
}

/* トップ：ニュース・サービス
----------------------------------------------------------------------------------------------------*/
#top-info {
	padding:1rem 0;
}

#top-news h3 {
	margin-bottom:1px;
}
#top-news h3 a {
	color: #FFF;
}

#news-text {
	background-color: #E1F0FF;
	margin: 0 0 1rem;
	padding: 1rem;
	overflow: auto;
	width: 100%;
	height: 250px;
	position: relative;
}

#news-text dt {
	font-weight: normal;
}

#news-text dd {
	border-bottom:1px dotted #CCC;
	font-size: 0.938rem;
	padding-bottom:0.875rem;
	margin-bottom:0.875rem;
}

/* トップ：コンテンツ
----------------------------------------------------------------------------------------------------*/
#top-contents {
	padding-top:1rem;
	padding-bottom:1rem;
}

#top-contents a {
	color:#333;
}

#top-contents .contents-box {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #006DD9), color-stop(0.00, #2199e8));
	background: -webkit-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -moz-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -o-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -ms-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: linear-gradient(to bottom, #2199e8 0%, #006DD9 59%);
	border: 1px solid #CCC;
	margin-bottom:1.5rem;
	padding-bottom:0.5rem;
	text-align:center;
}

#top-contents .contents-box h4 {
	color: #FFF;
	margin-bottom:0;
}

#top-contents .contents-box .mini {
	color:#E1F0FF;
}

@media only screen and (max-width: 29.938em) {
#top-contents .contents-box h4 {
	font-size: 1.7rem;
}
}

/* トップ：バナー
----------------------------------------------------------------------------------------------------*/
#top-banner {
	padding-top:0;
	padding-bottom:2rem;
}

#top-banner h5 {
	color: #006DD9;
	margin-bottom:1.5rem;
	position: relative;
	text-align: center;
}
#top-banner h5 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
#top-banner h5::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #2199e8 10%, #2199e8 90%, transparent);
	background: linear-gradient(-45deg, transparent, #2199e8 10%, #2199e8 90%, transparent);
}

#top-banner .callout {
	padding-top:2rem;
}

/* ページタイトル
----------------------------------------------------------------------------------------------------*/
#ptitle {
	background-color: #2199e8;
	margin-bottom: 0.5rem;
	padding:1rem 0;
}

#ptitle h2 {
	background: #FFF;
	border: 1px solid #CCC;
	color:#006DD9;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight:600;
	margin: 0;
	padding:1.5rem 1rem 1.9rem;
}

/* パンくずリスト
----------------------------------------------------------------------------------------------------*/
ul.breadcrumbs {
	margin-bottom: 0;
}
ul.breadcrumbs li {
	font-size:0.8rem;
}

/* ページ：見出し
----------------------------------------------------------------------------------------------------*/
article header h1 {
	margin-top: 1rem;
	margin-bottom:1rem;
}

article header h2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #006DD9), color-stop(0.00, #2199e8));
	background: -webkit-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -moz-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -o-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -ms-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: linear-gradient(to bottom, #2199e8 0%, #006DD9 59%);
	border-left:5px solid #2199e8;
	border-top:1px solid #006DD9;
	border-bottom:1px solid #006DD9;
	border-right:1px solid #006DD9;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 1.5rem;
	font-weight:800;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 29.938em) {
article header h2 {
	font-size: 1.2rem;
}
}

article header h3 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #006DD9), color-stop(0.00, #2199e8));
	background: -webkit-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -moz-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -o-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: -ms-linear-gradient(top, #2199e8 0%, #006DD9 59%);
	background: linear-gradient(to bottom, #2199e8 0%, #006DD9 59%);
	border-top:1px solid #006DD9;
	border-left:1px solid #006DD9;
	border-right:1px solid #006DD9;
	border-bottom:4px solid #2199e8;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 1.3rem;
	font-weight:bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.6rem 1rem 0.5rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

article header h4 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #FFF), color-stop(0.00, #F6F6F6));
	background: -webkit-linear-gradient(top, #F6F6F6 0%, #FFF 59%);
	background: -moz-linear-gradient(top, #F6F6F6 0%, #FFF 59%);
	background: -o-linear-gradient(top, #F6F6F6 0%, #FFF 59%);
	background: -ms-linear-gradient(top, #F6F6F6 0%, #FFF 59%);
	background: linear-gradient(to bottom, #F6F6F6 0%, #FFF 59%);
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:4px solid #2199e8;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 1.2rem;
	font-weight:bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.6rem 1rem 0.5rem;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .3);
}

article h5 {
	border-bottom: 3px solid #2199e8;
	font-size: 1rem;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	padding-left:0.5rem;
	padding-bttom:1rem;
}

article h5:before {
  font-family: FontAwesome;
  color: #2199e8;
  content: '\f1b9';
  margin-right:0.8rem;
}

article header h6 {
	background-color: #2199e8;
	color: #FFF;
	padding:0.3rem;
}

/* ページ：テーブル
----------------------------------------------------------------------------------------------------*/
article table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	background: none;
	margin: 0 0 1rem;
	padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article table thead tr th {
	background-color: #2199e8;
	color: #FFF;
	text-align: center;
}

article table tr th {
	background-color: #E1F0FF;
	text-align: left;
}

article table tr td {
	background-color: #FFF;
	text-align: left;
}

article table tr th, article table tr td {
	border: 1px solid #CCCCCC;
	padding: 0.5rem;
	margin: 0;
	font-size:0.9375rem;
}

article table tfoot tr th,
article table tfoot tr td {
	border-top-width: 2px;
	font-size: 1.2rem;
}

article .pricelist th,
article .pricelist td {
	text-align: center;
}

.table-scroll table {
    width: 100%;
}

@media only screen and (max-width: 47.938em) {
.table-scroll table {
    width: auto;
}
}

article table.no-border tr th,
article table.no-border tr td {
	background-color: #E1F0FF;
	border: none;
	vertical-align: top;
}

/* ニュース
----------------------------------------------------------------------------------------------------*/
.post header {
	background-color: #E1F0FF;
	padding-bottom: 0.2rem;
	margin-bottom: 1rem;
}
.post header h3 {
	margin-bottom: 0;
	background-color: #FFFFFF;
}

article.post header h3::after {
	border-bottom: 1px solid #CCCCCC;
}

.post header time {
	padding: 10px;
	font-size: 0.875rem;
}

/* 長期休業用テンプレート */
.post table.kyugyo thead,
.post table.kyugyo tbody,
.post table.kyugyo tfoot,
article table.kyugyo tr th,
article table.kyugyo tr td {
	border: 0px none;
	width: auto;
	padding: 0;
	margin-bottom: 1em;
}

.post table.kyugyo {
	width: auto;
}

article table.kyugyo tr td:nth-child(2) {
	padding-left: 20px;
}

/* 店舗案内
----------------------------------------------------------------------------------------------------*/

/* Googleマップ */
.google-maps {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2rem;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 47.938em) {
.google-maps {
	padding-bottom: 55%;
}
}

@media only screen and (max-width: 29.938em) {
.google-maps {
	padding-bottom: 70%;
}
}

/* サービス
----------------------------------------------------------------------------------------------------*/
#service #top-contents {
	padding-top:1rem;
	padding-bottom:0;
}

#service #top-contents .contents-box {
	padding-bottom:0;
}

#service #top-contents .contents-box .copy {
	color: #FFF;
	font-size: 1rem;
	margin-bottom:1rem;
}

/* 共通 */
#subt_service1 {
	background:url(../service/img/img_service3.jpg) no-repeat center center #2199e8;
	background-size: cover;
}

#service header#subt_service1 h1 {
	background-color:rgba(33,153,232,0.52);
	border:3px solid #2199e8;
	color:#FFF;
	font-weight:800;
	margin:0;
	padding:2rem 0 2rem;
	text-align:center;
	text-shadow: 2px 2px 2px #2199e8,
               2px -2px 2px #2199e8,
               -2px 2px 2px #2199e8,
               -2px -2px 2px #2199e8
}

/* お問い合わせ
----------------------------------------------------------------------------------------------------*/
article .panel.callout {
	background-color:#F2F2F2;
	border-radius:0;
	padding-bottom:0;
}

.bod {
    border-bottom: 1px solid #CCC;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.bod label {
    font-weight: normal;
    font-size: 1rem;
}

.bod .large-8 li {
	padding-bottom:0;
}

.bod li label {
    font-size: 0.875rem;
}

fieldset legend {
    font-weight: normal;
    background: none;
    padding: 0;
    margin: 0;
    margin-left: 0
	}

label {
	margin-bottom:0.3rem;
}

/* 個人情報保護方針
----------------------------------------------------------------------------------------------------*/
.privacy-box dt {
	border-bottom: 5px solid #EEE;
	border-left: 6px solid #2199e8;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0.3rem 0.7rem;
}


.privacy-box dd {
	letter-spacing:0.1rem;
	margin-bottom:1rem;
}

/* サイトマップ
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 47.938em) {
#sitemap-box {
	margin-bottom:1rem;
}

#sitemap-box h3 img {
	width: 50%;
}
}

#sitemap-box ul {
	border-bottom: 3px solid #EEEEEE;
	margin: 0 0 1.5rem;
	padding: 0;
}

#sitemap-box ul ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#sitemap-box li {
	border-bottom: 2px solid #EEEEEE;
	list-style-type: none;
}

#sitemap-box li li {
	border-top: 2px solid #EEEEEE;
	border-bottom: none;
	margin-left:1rem;
}

#sitemap-box li a {
	display: block;
	padding: 1rem 0.6rem 1rem;
	text-decoration: none;
	color: #333;
	font-weight:bold;
}

#sitemap-box li li a {
	font-weight:normal;
}

#sitemap-box li a:before {
  font-family: FontAwesome;
  color: #2199e8;
  content: '\f138';
  margin-right:0.8rem;
}

#sitemap-box li li a:before {
  font-family: FontAwesome;
  color: #2199e8;
  content: '\f101';
  margin-right:0.8rem;
}

#sitemap-box li a:hover {
	background-color: #F7F7F7;
}

@media only screen and (max-width: 29.938em) {
	#sitemap-box .text-center p {
		font-size:0.7rem;
	}
}</pre></body></html>