<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* aタグの設定 */
a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* 全体の幅 */
.wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
/* ヘッダーのスタイル */
#header {
  width: 100%;
  height: 230px;
  position: relative;
  z-index: 100;
  background:url(../img/header_back.png) no-repeat center 0;
}
.logo {
  margin: 20px 0 0 20px;
  float: left;
}
.contact_container01 {
  width: 274px;
  margin: 40px 0 0 0;
  float: right;
}
/* スライドショー */
.slide_container {
  width: 100%;
}
#slidsBox {
  width: 960px;
  margin: -135px auto 0 auto;
}
/* コンテンツエリア全体 */
.content_back {
  width: 100%;
  height: 32px;
  margin: -32px 0 0 0;
  display:block;
  position: relative;
  z-index: 100;
  background:url(../img/main_back.png) no-repeat center 0;
}
div#content {
  position: relative;
  width: 100%;
  margin: -1px auto 0 auto;
  position: relative;
  z-index: 100;
}
.contentBg {
  background: none;
}
div#bx-pager {
  width: 680px;
  display: inline;
}
div#bx-pager ul li {
  list-style: none;
  float: left;
  text-align: center;
}
/* 左メニュー */
#left_container {
  width: 240px;
  float: left;
}
#sidebar {
  margin: 10px 0 0 0;
}
/* グローバルナビゲーション */
.gnav {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 50;
}
.gnav .wrapper {
  width: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gnav ul li {
  border-bottom: 1px solid;
}
.gnav ul li:first-child a {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.gnav ul li:last-child {
  border-bottom: none;
}
.gnav ul li:last-child a {
  border-bottom: none;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.gnav ul li a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid;
}
.gnav ul li a {
  display: block;
  padding: 15px;
}
.gnav ul li:first-child a {
  padding: 20px 15px 15px 15px;
}
.gnav ul li:last-child a {
  padding: 15px 15px 20px 15px;
}
.gnav ul li a:hover, .gnav ul li a.current {
  background: url(../img/menu_icon.png) no-repeat right center;
}
.gnav ul li ul{
  border-bottom: 1px solid;
}
/* 公表情報ボタン */
.indication_btn {
  width: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.indication_btn a {
  display: block;
  padding: 20px 0 20px 15px;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.indication_btn a:hover, .indication_btn a.current {
  background: url(../img/menu_icon.png) no-repeat right center;
}
/* サイドメニュー お問合せ */
.contact_container02 {
  width: 274px;
  margin: 0 auto;
  text-align: center;
  display: none;
}
/* コンテンツエリア -&gt; パンくず */
#breadcrumb {
  padding: 7px 0 14px 10px;
  font-size: 80%;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  line-height: 20px;
}
#breadcrumb li:before {
  display: inline-block;
  content: "&gt;";
  margin-right: 5px;
}
#breadcrumb li:first-child:before {
  display: none;
  content: "&gt;";
  margin-right: 5px;
}
#breadcrumb li a {
  text-decoration: none;
}
/* コンテンツエリア -&gt; main */
#main {
  width: 700px;
  float: right;
}
.top_main {
  margin: -3em 0 0 0;
}
dl {
  padding: 10px;
  line-height: 1.3em;
}
dl dt {
  font-weight: bold;
  margin: 0 0 5px 0;
}
dl dd {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed;
}
dl dd:last-child {
  border-bottom: none;
}
.news {
  max-height: 260px;
  overflow: auto;
}
.content_box {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url(../img/contents_back.png) no-repeat top left;
}
.content_box h1 {
  padding: 20px 0 20px 45px;
  font-size: 150%;
  font-weight: bold;
  background: url(../img/h1_back.png) no-repeat top left;
}
.content_box h2 {
  font-size: 130%;
  margin-bottom: 0.8em;
  padding: 0 0 0 30px;
  line-height: 1.3em;
  border-bottom: 3px double;
  background: url(../img/h2_back.png) no-repeat top left;
}
.content_box h3 {
  font-size: 115%;
  margin-bottom: 5px;
}
.content_box ul li {
  line-height: 1.4;
  margin-bottom: 5px;
  zoom: 1;
  list-style: none;
   margin-left:1.2em;
 text-indent:-1.2em;
}
.content_box ul li:before {
  content:'・ ';
  font-size: 90%;
}
.content_box ol li {
  margin-left: 25px;
  list-style: decimal;
}
.content_box:before, .content_box:after {
  content: "";
  display: table;
}
.content_box:after {
  clear: both;
}
.catch {
  font-weight: bold;
}
/* フッターのスタイル */
.gotop_image p {
  width: 100%;
  position: relative;
  z-index: 25;
  text-align: right;
}
.gotop {
  width: 205px;
  height: 60px;
  margin: -75px 0 0 0;
  display: block;
  float: right;
}
.footer_wrapp {
  width: 100%;
  margin: -75px 0 0 0;
  position: relative;
  z-index: 50;
  background: url(../img/footer_back.png) repeat-x center 0;
}
.fotter_inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 70px;
}
.footer_address {
  padding: 10px 0;
  line-height: 1.3em;
  list-style: none;
  float: left;
}
.footer_address li {
  margin: 0 0 10px 0;
}
.name {
  display: block;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer .footerNav {
  width: 100%;
  padding: 10px 0;
  font-weight: normal;
}
.footer .footerNav a {
  display: block;
  text-decoration: none;
}
.footer .footerNav ul {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-size: 75%;
  position: relative;
}
.footer .footerNav ul li {
  float: left;
}
.bnCnetPosition {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 100;
}
/* テーブル装飾 */
.data1 {
  margin-bottom:20px;
  line-height: 1.3em;
  border: 1px solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0;
}
.data1 th,
.data1 td {
  padding: 15px;
}
.data1 tr th {
  border-right: 1px solid;
}
.data1 tr:first-child th:first-child {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.data1 tr:first-child td:last-child {
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.data1 tr:last-child th:first-child {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.data1 tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
.data1 tr th, .data1 tr td {
  border-bottom: 1px solid;
  border-bottom: 1px solid;
}
.data1 tr:last-child th, .data1 tr:last-child td {
  border-bottom: none;
  }
.data1 caption {
  margin: 0;
  padding-bottom: .2em;
  text-align: left;
  font-weight: bold;
}
/* テーブル装飾 料金表用のテーブル */
.data2 {
  margin-bottom:20px;
  line-height: 1.3em;
  border: 1px solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0;

}
.data2 th,
.data2 td {
  padding: 10px;
}
.data2 tr th, .data2 tr td {
  border-right: 1px solid;
}
.data2 tr th:last-child, .data2 tr td:last-child {
  border-right: none;
}
.data2 tr:first-child th:first-child {
  -webkit-border-radius: 6px 0 0 0;
  -moz-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.data2 tr:first-child th:last-child {
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.data2 tr:last-child th:first-child {
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
.data2 tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
.data2 tr th, .data2 tr td {
  border-bottom: 1px solid;
  border-bottom: 1px solid;
}
.data2 tr:last-child th, .data2 tr:last-child td {
  border-bottom: none;
  }
.data2 caption {
  margin: 0;
  padding-bottom: .2em;
  text-align: left;
  font-weight: bold;
}
.streetview {
	max-width: 300px;
	background: skyblue; 
	text-align: center; 
	font-weight: bold; 
	font-size: 110%;
	vertical-align: middle;
	margin: 20px 0px;
	height: 60px;
	position: relative;
}
.streetview a {
	position: absolute;
    top: 0px;
    left: 0;
    height:100%;
    width: 100%;
	padding-top: 20px;
}
/* タブレット向けのレイアウトの指定：～960px */
@media only screen and (max-width: 960px) {
  #header {
	height: auto;
	padding: 0 0 15% 0;
	-moz-background-size: auto 80%;
	background-size: auto 80%;
  }
  .wrapper {
    width: 100%;
  }
  .logo {
	margin: 20px 0 0 20px;
	float: left;
  }
  .contact_container01 {
	display: none;
  }
  div#bx-pager {
    display: none;
  }
  #slidsBox {
	margin: -15% 0 0 0;
    max-width: 100%;
  }
  #left_container {
	margin: 0;
  }
  #left_container .gnav {
	display: none;
  }
  .content_back {
	display: none;
  }
  #main {
    width: 100%;
	margin: -15px 0 0 0;
    float: none;
  }
  .indication_btn a:hover, .indication_btn a.current {
	background: url();
  }
  .indication_btn a:hover {
	background: url(../img/menu_icon.png) no-repeat right center;
  }
  /* コンテンツエリア -&gt; パンくず */
  #breadcrumb {
	margin: -5% 0 0 0;
	padding: 7px 0 25px 10px;
  }
  div#content {
    width: auto;
	padding: 0 10px;
  }
  .button_area article.shopBox {
    width: 100%;
    background: white;
    margin: 0;
    float: none;
    border: none;
  }
  .footer .footerNav ul {
    margin: 0;
    padding-bottom: 5px;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .gnav .home {
    display: none;
  }
  .tell_area {
	margin-right: 10px;
  }
  .fotter_inner, .footer .footerNav ul  {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
  }
  /* 公表情報ボタン */
  #left_container {
	width: 100%;
	text-align: center;
  }
  /* サイドメニュー お問合せ */
  .contact_container02 {
	display: block;
  }
}
/* タブレット向けのレイアウトの指定：～767px */
@media only screen and (max-width: 767px) {  
  .sixcol {
    width: 100%;
  }
  .logo {
	width: 40%;
	margin: 15px 0 0 35px;
  }
  .logo img {
	width: 100%;
	max-width: 407px;
  }
  .contact_container {
	display: none;
  }
  #breadcrumb {
    display: none;
  }
	
	.cb767{
		clear: both
		
	}
}
/* スマホ向けのレイアウトの指定：～420px */
@media only screen and (max-width: 420px) {
  #gnav .toggleBtn {
    display: block;
  }
  .logo span.title_text {
	line-height: 110%;
  }
  h1.pageTitle {
	font-size: 120%;
	margin: 0 0 15px 0;
  }
  h1.pageTitle p {
	padding: 7px;
  }
  .content_box h2 {
	font-size: 120%;
	margin-bottom: 0.8em;
  }
  dl dt {
	padding: 5px 0 10px 0;
  }
  dl dd {
	padding: 0 0 15px 0;
  }
  dl dd:last-child {
	padding: 0;
  }
  .footer {
	font-size: 90%;
  }
  .gotop_image p img {
	width: 50%;
  }
  .gotop {
	width: 50%;
  }
  .footer_wrapp {
	margin: -40px 0 0 0;
	-moz-background-size: cover;
	background-size: cover;
  }
  .fotter_inner {
	padding-top: 40px;
  }
  
  .U420_break {
	display: block;
  }
  .data1{
	width:100%;
  }
  .data1 tr{
	display: block;
  }
  .data1 th, .data1 td{
	display: list-item;
	list-style:none;
	width:100%;
  }
  .data1 tr th {
	border-right: none;
	border-bottom: 1px solid;
  }
  .data1 tr td {
	border-bottom: 1px solid;
  }
  .data1 tr:last-child th {
	border-bottom: 1px solid;
  }
  .data1 tr:last-child td {
	border-bottom: none;
  }
  .data1 tr:first-child th:first-child {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
  }
  .data1 tr:first-child th:first-child {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
  }
  .data1 tr:last-child th:first-child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  }
}</pre></body></html>