<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 480px) {
  html {
    font-size: 87.5%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 100%;
  }
}

.body{
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  background-color: #ffffff;
}

@media screen and (max-width: 480px) {
  body {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #333333;
    background-color: #ffffff;
  }
}

.ichigyou{
  display: inline-block;
  text-align: left;
  margin-left: 15px;
  width:100%;
  background-color: #ffffff;
}

@media screen and (max-width: 480px) {
  .ichigyou{
  display: inline-block;
  text-align: left;
  margin-left: 13px;
  background-color: #ffffff;
}
}

.ichigyou p{
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #000000;
}

p.sample2 {
  position: relative;
  font-size: 40px;
  padding: 5px 3px;
  margin: 0 0;
  color: #000000;

}

@media screen and (max-width: 480px) {
  .ichigyou p.sample2 {
    display: block;
    font-size:18px;
    margin: 0 10px;
    color: #000000;
  }
}
p.sample4 {
  position: relative;
  font-size: 30px;
  color: #000000;
}

@media screen and (max-width: 480px) {
  .ichigyou p.sample4 {
    display: block;
    font-size:15px;
    margin: 0px 10px;
    color: #000000;
  }
}

header {
position: relative;
padding: 15px 0 0 0px;
background-color: #fff;
font-size: 25px;
}
.logo {
width: 140px;
margin: 0 auto;
}

img {
max-width: 100%;
height: auto;
}

.btn-burger {
cursor: pointer;
display: block;
width: 56px;
height: 60px;
position: absolute;
top: 5px;
right: 10px;
}

.icon, .icon:before, .icon:after {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
height: 2px;
width: 35px; 
background-color: #444;
border-radius: 2px;
display: block;
content: '';
cursor: pointer;
margin: auto;
}

.icon:before {
top: 20px;
}
.icon:after {
top: -20px;
}

.nav-toggle {
display: none;
}

.nav-toggle:checked ~ .btn-burger .icon {
background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
transform: rotate(-45deg);
top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
transform: rotate(45deg);
top: 0;
}

.icon,
.icon:before,
.icon:after {
transition: all .8s;
}

.nav {
background-color: #75A9FF;
}

.nav-list a {
display: block;
text-decoration: none;
font-size: 16px;
color: #fff;
}

.nav-list {
list-style: none;
display: none;
margin: 0;
padding-left: 20px;
}

.nav-list li {
margin: 0;
padding: 10px;
}

.nav-toggle:checked ~ .nav .nav-list {
display: block;
}

.top {
height: 200px;
margin-bottom: 50px;
background-color: #f0f8ff;
}

@media screen and (min-width: 768px) {
.btn-burger {
display: none;
}
header {
padding: 30px 0 0;
}
.logo {
width: auto;
margin: 0 0 20px;
padding: 0;
text-align: center;
}
.nav-toggle:checked ~ .nav .nav-list {
display: none;
}
.nav {
height: 75px;
}
.nav-list {
display: flex;
justify-content: center;
height: 75px;
align-items: center;
}
.nav-list li:not(:last-child) {
border-right: 1px solid #fff;
}
}

.card-container {
  display: block;
  max-width: auto;
  margin: 20px;
}

.card-img {
  text-align: center;
}

.card-img img {
  display:inline-block;
  width:30%;
}

@media screen and (max-width: 480px) {
  .card-img{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.card-text{
  display: block;
}

.card-text h2{
  font-size: 25pt;
  text-align: center ;
  padding: 0 20px;
  margin:20px auto;
  color: #5d627b;
}

@media screen and (max-width: 480px) {
  .card-text h2{
    display: block;
    margin:20px auto;
    font-size: 23px;
  }
}

.card-text p{
  font-size: 15pt;
  text-align: center;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
.card-text p{
  font-size: 9pt;
  margin:0 auto;
  line-height: 15px;
}
}
  .otoiawase{
    margin-top: 80px;
    font-size: xx-large;
    text-align: center;
    color: #dbafd2;
  }

  @media screen and (max-width: 480px) {
    .otoiawase{
      display: block;
      width: 100%;
      text-align: center;
      font-size: 22px;
      line-height: 20px;
    }
  }

  .otoiawase1{
    font-size: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: #87bb66;
  }

  .otoiawase1 h2{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: #87bb66;
  }

  @media screen and (max-width: 480px) {
    .otoiawase1{
      display: block;
      width: 100%;
      text-align: center;
      font-size: 15px;
      line-height: 20px;
    }
    .otoiawase1 h2{
      text-align: center;
      font-size: 20px;
      line-height: 30px;
      margin: 0 auto;
      color: #87bb66;
    }  
  }

  .otoiawase2{
    display:block;
    text-align: center;
    font-size: 18px;
    margin: 30px auto ;
  }

  @media screen and (max-width: 480px) {
    .otoiawase2 {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 11px;
      line-height: 17px;
    }
  }

  table{
    width: 100%;
    border-collapse: collapse;
    font-size: 17px;
  }
  
  table tr{
    border-bottom: solid 2px white;
  }
  
  table tr:last-child{
    border-bottom: none;
  }
  
  table th{
    position: relative;
    width: 30%;
    background-color: #52c2d0;
    color: white;
    text-align: center;
    padding: 10px 0;
  }
  
  table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #52c2d0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  
  table td{
    text-align: left;
    width: 70%;
    background-color: #eee;
    padding: 10px 40px;
  }

  @media screen and (max-width: 480px) {
    table{
      width: 100%;
      border-collapse: collapse;
      font-size: 13px;
    }
    
    table tr{
      border-bottom: solid 2px white;
    }
    
    table tr:last-child{
      border-bottom: none;
    }
    
    table th{
      position: relative;
      width: 30%;
      background-color: #52c2d0;
      color: white;
      text-align: center;
      padding: 10px 10px;
    }
    
    table th:after{
      display: block;
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      top:calc(50% - 10px);
      right:-10px;
      border-left: 10px solid #52c2d0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
    }
    
    table td{
      text-align: left;
      font-size: 12px;
      width:70%;
      background-color: #eee;
      padding: 10px 20px;
    }
    }

    .sta {
      display: block;
      width: 100%;
      color: #7299cc;
    }
    
    .sta p {
      font-size: 24px;
      margin: 5px 50px;
      line-height:27px;
    }
    
    @media screen and (max-width: 480px) {
      .sta {
        display: block;
        width: 100%;
        color: #7299cc;
      }
      .sta p {
        font-size: 12px;
        margin: 5px 20px;
        line-height:15px;
      }
    }
    
    .sta h2{
      font-size: 35px;
      margin: 50px 40px;
      line-height: 10px
    }
    
    @media screen and (max-width: 480px) {
      .sta h2{
        display: block;
        width: 100%;
        font-size: 20px;
        line-height: 25px;
        margin: 20px 20px;
      }
    }
    
    .gmap {
      display: block;
      width:100%;
      overflow: hidden;
      padding-bottom: 23%;
      position: relative;
      }
  
  
    .gmap iframe {
        position: absolute;
        right: 0;
        top: 0;
        height: 90%;
        width: 100%;
      }
      @media screen and (max-width: 480px) {
        .gmap{
          display: block;
          width: 100%;
          margin: 15px 0;
        }
      }

      .copyright{
        display:block;
        text-align:center;
        background-color: blanchedalmond;
        padding:1px;
        border-radius: 20px;
        margin-left:auto;
        margin-right:auto;
      }

      .sp_br {
        display: none;
      }
      @media screen and (max-width: 768px) {
        .sp_br {
          display: block;
        }
      }</pre></body></html>