<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body{
  min-width:auto!important;
}
.contents {
  min-width:auto!important;
}

/* main
-----------------------------------------------*/
#main {
  height: auto;
}
#main .inner {
  height: auto;
  max-width: 1280px;
  padding: 0 40px;
  box-sizing: border-box;
  margin-top: 50px;
}
#main .txt {
  width: 52.5%;
  padding: 40px 0;
}
#main .txt h1 {
  font-size: 38px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
#main .txt h1 span {
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
  font-weight: normal;
}
#main .txt p {
  font-size: 14px;
}
#main .txt h2 {
  margin-top: 10px;
  font-size: 14px;
}
#main .txt h2 .priceTtl {
  font-size: 16px;
  color: #fff;
  background: #58c3f0;
  text-align: center;
  display: inline-block;
  padding: 0 35px;
  line-height: 34px;
  margin-right: 20px;  
}
#main .txt h2 .price {
  position: relative;
  top: 3px;
}
#main .txt h2 .price {
  font-size: 62px;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
}
#main .txt ul {
  margin-top: 20px;
}
#main .txt li {
  font-size: 13px;
  line-height: 1.75;
}
#main #contact .inner {
  max-width: 1280px;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 40px 65px;
  color: #333;
}
#main #contact .box {
  display: flex;
  max-width: 630px;
  width: 52.5%;
}
#main #contact .tel {
  text-align: center;
  width: 51.75%;
  padding: 0 25px 0 0;
}
#main #contact h3 {
  font-size: 16px;
  display: inline-block;
}
#main #contact h3 span {
  font-size: 40px;
  padding-left: 25px;
  margin-top: 5px;
    display: inline-block;
}
#main #contact h3 span::before {
  width: 24px;
  height: 34px;
}
#main #contact h4 {
  text-align: left;
  font-size: 13px;
  margin-top: 10px;
}
#main #contact p {
  text-align: left;
  margin-top: 10px;
  line-height: 1.75;
}
#main #contact .web {
  width: 48.25%;
  padding: 0 60px 0 25px;
}
#main .gallery {
  width: 47.5%;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 1190px) {
  #main #contact .inner {
    padding: 40px 20px 65px;
  }
  #main #contact .tel {
    padding: 0 20px 0 0;
  }
  #main #contact .web {
    padding: 0 40px 0 20px;
  }
  #main .txt{
    box-sizing: border-box;
    padding: 50px 40px 40px 0;
  }
}
@media screen and (max-width: 1120px) {
  #main .inner{
    padding: 0;
  }
  #main .txt{
    padding: 50px 20px 40px;
  }
  #main .txt h1{
    font-size: 34px;
  }
  #main .txt h2 .priceTtl{
    font-size: 14px;
    padding: 0 20px;
  }
  #main .txt h2 .price{
    font-size: 50px;
  }
}
@media screen and (max-width: 950px) {
  #main #contact .inner{
    padding: 50px 20px;
  }
  #main #contact .box{
    max-width: 100%;
    width: 100%;
  }
  #main #contact .tel {
    text-align: left;
    width: 70.31%;
}
  #main #contact h3 {
    font-size: 20px;
}
  #main #contact h3 span{
    font-size: 60px;
  }
  #main #contact h4 {
    font-size: 16px;
    margin-top: 20px;
}
  #main #contact .web{
    width: 29.69%;
    padding: 0 10px 0 30px;
  }
}
@media screen and (max-width: 750px) {
  #main{
    padding: 0;
  }
  #main .inner{
    margin-top: 0;
  }
  #main .product{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 0;
  }
  #main .gallery{
    width: 100%;
    position: relative;
    right: unset;
  }
  #main .txt{
    width: 100%;
    padding: 0 0 40px;
  }
  #main .txt h1{
    font-size: 24px;
    margin: 20px 0 5px;
  }
  #main .txt h1 span {
    font-size: 14px;
  }
  #main .txt h2 .priceTtl{
    display: block;
    max-width: 100px;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #main .txt li{
    font-size: 12px;
    line-height: 1.5;
  }
}



/* imgGallery
-----------------------------------------------*/
#imgGallery {
  margin: 0 auto;
  max-width: 570px;
}
#imgGallery .productSlider-for {
  padding: 0 5px;
}
#imgGallery .productSlider-for li img {
  width: 100%;
}
#imgGallery .productSlider-for li span {
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #000;
  color: #fff;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: bold;
  transform: translate3d(0, 0, 0);
}
#imgGallery .productSlider-for li span.wht {
  background: #fff;
  color: #333;
}
#imgGallery .productSlider-nav {
  overflow: hidden;
  margin-top: 10px;
}
#imgGallery .productSlider-nav li {
  padding: 0 5px;
}
@media screen and (max-width: 750px) {
  #imgGallery .productSlider-for {
    padding: 0 2px;
  }
  #imgGallery .productSlider-nav {
    margin-top: 4px;
  }
  #imgGallery .productSlider-nav li {
    padding: 0 2px;
  }
  #imgGallery .slick-next {
    right: -10px;
  }
  #imgGallery .slick-prev {
    left: -10px;
  }
  #imgGallery .productSlider-for li span {
    left: 15px;
    bottom: 15px;
    padding: 5px 10px;
    font-size: 13px;
  }
}

/* layout
-----------------------------------------------*/
#layout .inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 40px 55px;
  box-sizing: border-box;
}
#layout h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
#layout table {
  width: 100%;
  border-collapse: collapse;
}
#layout tr:first-child th {
  background: #58c3f0;
  color: #fff;
  font-size: 18px;
  padding: 20px 40px;
  border-bottom: none;
}
#layout th {
  padding: 20px 0 20px 40px;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  width: 23%;
}
#layout td {
  padding: 20px 40px 20px 0;
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  width: 77%;
}
#layout tr:nth-child(even) td, 
#layout tr:nth-child(even) th {
  background: #f4f4f4;
}
#layout .note {
  margin-top: 40px;
  padding: 40px;
  background: #f4f4f4;
}
#layout .note h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#layout .note li {
  font-size: 13px;
  line-height: 1.75;
}
#layout td a img {
    vertical-align: top;
    margin-right: 8px;
    width: 12px;
    height: 14px;
}
@media screen and (max-width: 750px) {
  #layout .inner {
    padding: 40px 20px;
  }
  #layout h2{
    font-size: 26px;
  }
  #layout .note {
    margin-top: 20px;
    padding: 20px;
}
  #layout .note h3 {
    font-size: 14px;
}
  #layout .note li {
    font-size: 12px;
    line-height: 1.5;
}
#layout tr:first-child th {
  text-align: left;
  font-size: 14px;
  padding: 10px 20px;
}
#layout td, #layout th {
  padding: 10px 20px;
}


}


/* contact
-----------------------------------------------*/
#contact {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #f4f4f4;
}
#contact .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 35px 0 40px;
}
#contact h3 {
  font-size: 20px;
}
#contact h3 span {
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  position: relative;
  padding-left: 45px;
  margin-top: 10px;
  line-height: 1;
}
#contact h3 span::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../images/icon_tel.svg")no-repeat;
  width: 35px;
  height: 49px;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#contact h4 {
  font-size: 16px;
  margin-top: 20px;
}
#contact p {
  font-size: 12px;
  margin-top: 20px;
}
#contact .tel {
  width: 70.31%;
  padding: 0 20px 0 40px;
  border-right: solid 1px #cbcbcb;
  box-sizing: border-box;
}
#contact .web {
  width: 29.69%;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
}
#contact .web ul {
  max-width: 210px;
  margin: 10px auto 0;
}
#contact .web li {
  margin-bottom: 5px;
}
#contact .web li:last-child {
  margin-bottom: 0;
}
#contact .web li a {
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
  display: block;
}
#contact .web li a:hover{
  text-decoration: none;
}
#contact .web li.form a {
  background: #005890;
}
#contact .web li.line a {
  background: #6bc215;
}
#contact .web li.reservation a {
  background: #58c3f0;
}
@media screen and (max-width: 1120px) {
  #contact {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #contact .inner{
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 40px 20px!important;
  }
 #contact .box{
    flex-wrap: wrap!important;
  }
   #contact .tel{
    padding: 0 0 20px!important;
    width: 100%!important;
    border-right: none!important;
    border-bottom: solid 1px #cbcbcb;
    text-align: center!important;
  }
  #contact .web{
    width: 100%!important;
    padding: 20px 0 0!important;
  }
   #contact h3{
    font-size: 16px!important;
  }
   #contact h3 span {
    font-size: 40px!important;
     padding-left: 30px;
}
   #contact h4{
    text-align: center!important;
  }
  #contact h3 span::before {
    width: 24px;
    height: 34px;
}
}


#msContact{
  margin-top: 0;
}


/* slick
-----------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.slick-list {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
  height: 100%;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}
.slick-slide:focus {
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  padding: 0;
  border: none;
  cursor: pointer;
}
.productSlider-for .slick-next, .productSlider-for .slick-prev {
  background: rgba(88, 195, 240, 0.8);
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.productSlider-for .slick-next {
  right: -25px;
}
.productSlider-for .slick-prev {
  left: -25px;
}
.slick-arrow::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: left .2s cubic-bezier(.210, .60, .350, 1);
}
.slick-next::before {
  left: -8%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev::before {
  left: 8%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  transition: background .4s cubic-bezier(.210, .60, .350, 1);
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 750px) { 
  .slick-next, .slick-prev {
    width: 40px;
    height: 40px;
  }
  .slick-arrow::before {
    width: 10px;
    height: 10px;
  }


}</pre></body></html>