<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  line-height : 1;
  background:#FFF;
  /*-webkit-text-size-adjust: 100%;*/
}

img[src$=".svg"] {
    width: 100%;
}

.group a {
	color:#000 !important;
}
.group a visited{
	color:#000 !important;
}
.lato {
  font-family: 'Lato';
  font-weight: 300;
}
.librebaskerville {
  font-family: 'Libre Baskerville', serif;
}
.kozukago {
  font-family: "Kozuka Gothic Pr6N", "Kozuka Gothic Pro", sans-serif;
}
.lato2 {
  font-family: 'Lato';
  font-weight: 400;
}

a {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #FFF;
}


header {
  width: 100%;
  /*height: 65px;*/
  height: 55px;
  background-color:rgba(255,255,255,0.4);
  color: #666;
  position: fixed;
  z-index: 1000;
}

header nav {
  /*margin: 10px 0 0 0;*/
  margin: 7px 0 0 0;
}
.hnav1 {
  float: left;
  display: table;
  height: 100%;
  font-weight: bold;
}

.hnav1 li {
  display: table-cell;
  vertical-align: middle;
  font-size: 70%;
  line-height: 1.5;
}



.hnav1 li a {
  display: block;
  margin: 0 0 0 20px;
	color:#333;
}
.hnav1 li a span {
  display: block;
}
.hnav1 li a span:first-child {
  font-family: 'Lato';
  font-weight: 400;
}
.hnav1 li a span:first-child:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.3em;
  background-image: url(../img/tri.svg);
  background-repeat: no-repeat;
  background-position: 0 0em;
}
.hnav1 li a span:last-child {
  font-weight: bold;
  font-size: 80%;
  text-align: center;
}

.hnav2 {
  display: table;
  height: 100%;
  margin-left: auto;
}
.hnav2 li {
  display: table-cell;
  vertical-align: middle;
  font-size: 70%;
}

.hnav2 li a {
  text-align: right;
	color:#333;
  padding: 3px 10px 3px 10px;
  border-left: 1px solid #aaa;
}
.hnav2 li:last-child a {
  display: inline-block;
  border-right: 1px solid #aaa;
  margin: 3px 10px 3px 0;
}
.hnav2 li:last-child img {
  width: 20px;
}


header .cnav1 {
  display: table;
}

header .cnav1 li {
  display: block;
  padding: 0;
  font-size: 90%;
  width: 100%;
}

header .cnav1 li a {
  display: block;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #444;
}

header .cnav1 li:last-child a {
  border-bottom: none;
}

.cnav1 .lato:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.3em;
  background-image: url(../img/tri.svg);
  background-repeat: no-repeat;
  background-position: 0 0em;
}

.cnav1 {
  background-color: rgba(34,34,34,0.9);
}

.cnav1 li {
  display: inline-block;
	padding: 1em 0.5em;
}
.cnav1 li span:first-child {
  display: inline;
  margin-left: 1em;
  font-size: 100%;
}
.cnav1 li span:last-child {
  margin-left: 1em;
  font-size: 70%;
}


footer .farea {
  width: 100%;
}
footer .farea ul {
  display: table;
  width: 100%;
}
footer .farea li {
  display: table-cell;
  width: 25%;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  padding: 150px 0 150px 0;
  font-size: 90%;
  position: relative;
  color: #fff;
}
footer .farea li:nth-child(1) {
  background-color: #222;
}
footer .farea li:nth-child(2) {
  background-color: #444;
}
footer .farea li:nth-child(3) {
  background-color: #666;
}
footer .farea li:nth-child(4) {
  background-color: #000;
}

footer .farea li h3 {
  font-size: 190%;
}

footer .farea li span {
  font-size: 100%;
}
footer .farea li span:before {
  width: 35px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 6px;
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
}
footer .farea li span img {
  width: 60%;
  max-width: 200px;
}

footer .farea li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer .farea li a span {
  display: none;
}

footer {
  width: 100%;
  background-color: #fff;
}
footer .tel {
  width: 100%;
  text-align: center;
  background-color: #555;
}
footer .tel span {
  display: block;
  margin: 0 auto;
  width: 100%;
}
footer .tel img {
  max-width: 600px;
}
footer .logo {
  width: 100%;
  text-align: center;
  background-color: #000;
}
footer .logo a {
  display: block;
  margin: 0 auto;
  width: 100%;
}
footer .logo img {
  width: 100%;
  max-width: 450px;
}
footer .nav {
  background-color: #000;
}
footer .nav ul {
  display: table;
  margin-left: auto;
}
footer .nav li {
  display: table-cell;
  font-size: 80%;
  padding: 0 1em 1em 1em;
}



.otoiawase {
  margin: 2em 0 0 0;
  /*padding: 28px 0; 1.7*/
  padding: 33px 0;
  text-align: center;
  background-color: #d6d6d6;
}
.otoiawase a {
  margin: 0 8rem;
}
.otoiawase a {
  display: block;
  line-height: 2.5rem;
  color: #fff;
  background-color: #00A0E9;
  border: 1px solid #00A0E9;
  border-radius: .5em;
  font-size: 1.2em;
  font-weight: bold;
}
.otoiawase a {
    text-align: center;
    padding: 1em 2em 1em 2em;
    border: none;
    border-radius: 8px;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    box-shadow: 0 -3px 0 2px rgba(5, 65, 110, .45) inset;
    font-size: 1.3rem;
    color: #fff;
}
.otoiawase a.only-mobile-contact {
  visibility: hidden;
}
@media (max-width: 767px) {
  .otoiawase a.only-mobile-contact {
    visibility: visible;
  }
}

.inner {
  max-width: 1160px;
  padding: 0 .5em 2em .5em;
  margin: 0 auto;
}

.container {
  /*padding-top: 65px;*/
  padding-top: 55px;
  line-height: 140%;
}

h3.title {
  font-size: 140%;
  font-weight: bold;
  padding: .5em 0 .5em .5em;
}
.inner h3.title {
  padding: .5em 0 .5em 0;
}
h3.title span {
  font-size: 90%;
}
.gtel {
	margin-left:40px !important;
}


@media(min-width: 768px) {
  header nav {
    display: block !important;
  }

}



@media(max-width: 767px) {
.hlogo {
    margin-top: 10px;
    margin-left: 11px;
    width: 110px;
    height: 50px;
    background: url(../img/cmn_logo01.png) no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}
	.gtel {
	margin-left:23px !important;
}

  .spnone {
    display: none !important;
  }

  header nav {
    display: none;
    margin: 3px 0 0 46px;
  }
  header .cnav1 {
    display: block;
    border-radius: 0 0 0 10px;
  }

  h3.title {
    font-size: 110%;
  }

  .hnav1 {
    float: none;
    background-color: rgba(34,34,34,0.9);
    width: 100%;
    border-radius: 10px 0 0 0;
  }
  .hnav1 li {
    display: block;
    font-size: 90%;
    line-height: 1;
  }
  .hnav1 li a {
    text-align: left;
    margin: 0;
    padding: 10px 0 10px 0;
	  color:#CCC;
    border-bottom: 1px solid #444;
    text-decoration: none;
  }
  .hnav1 li a span {
    display: inline;
    margin: 0 0 0 1em;
  }
  .hnav1 li a span:first-child {
    font-weight: 300;
  }
  .hnav1 li a span:last-child {
    font-weight: normal;
  }

  .hnav2 {
    float: none;
    background-color: #222;
    width: 100%;
  }
  .hnav2:after {
    content:"";
    display:block;
    clear:both;
  }
  .hnav2 li {
    display: block;
    float: left;
    width: 50%;
    font-size: 90%;
    border-bottom: 1px solid #444;
    text-align: center;
  }
  .hnav2 li a {
    display: block;
    padding: 10px 0 10px 0;
    text-align: center;
    border-left: none;
    text-decoration: none;
    height: .8em;
  }

  .hnav2 li.pickup {
    width: 60%;
  }
  .hnav2 li.mail {
    width: 40%;
  }

  .hnav2 li.mail a {
    margin: 0;
    border-right: none;
  }
  .hnav2 li.mail a img {
    height: .8em;
  }

  .hnavbutton a {
position: absolute;
    top: 9px;
    right: 10px;
    width: 30px;
    height: 35px;
    cursor: pointer;
    background: url(../img/spnavbtn01.svg) no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}

  .hnavclose {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-name: hnavcloseanime;
    -webkit-animation-name: hnavcloseanime;
  }
  .hnavshow {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-name: hnavshowanime;
    -webkit-animation-name: hnavshowanime;
  }
  @keyframes hnavshowanime {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
  }
  @-webkit-keyframes hnavshowanime {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
  }
  @keyframes hnavcloseanime {
      from {
        opacity: 1;
      }
      to {
        opacity: 0;

      }
  }
  @-webkit-keyframes hnavcloseanime {
      from {
        opacity: 1;
      }
      to {
        opacity: 0;

      }
  }

  .otoiawase a {
    margin: 0 1rem;
    font-size: 1em;
    font-weight: normal;
  }
  .otoiawase a {
    line-height: 1em;
    display: inline-block;
    padding: 10px 5px;
    width: 70%;
  }

  footer .farea li h3 {
    font-size: 120%;
    word-break: break-all;
  }
  footer .farea li span {
    font-size: 50%;
  }
  footer .farea li {
    height: 100%;
    padding: 38px 0 38px 0;
  }
  footer .farea li span img {
    width: 95%;
  }

  footer .nav {
    font-size: 70%;
  }
  footer .nav li {
    padding: 0 .3em 0 .3em;
  }

  footer .tel img {
    width: 100%;
    max-width: 100%;
  }
  footer .logo img {
    width: 50%;
    max-width: 50%;
  }
}

.only-pc {
  display: none;
}
.only-mobile {
  display: none;
}
@media (min-width: 768px) {
  .only-pc {
    display: block;
  }
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}
</pre></body></html>