<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  box-sizing:border-box ;
  margin: 0;
  padding: 0;
  width: 100%;
}

body * {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

header {
  height: 180px;
  width: 100%;
  margin: auto;
  background-image: url(https://aquaokapi50.sakura.ne.jp/testo/001/background-6556394_1920.jpg);
  background-size: cover;
  border-bottom: solid 1px ;
}

.header-top {
  width: 100%;
  padding-left: 230px;
  display: flex;
}

.header-icon img {
  width: 500px;
  vertical-align: top;
  margin-top: 40px;
  border: solid 1px #000000;
  box-shadow: 2px 3px 10px #00000086;
}

.reservation-wrapper {
  width: 50%;
  text-align: right;
}


.reservation-wrapper img {
  width: 200px;
  height: auto;
  vertical-align: top;
  border-radius: 10px;  
  box-shadow: 1px 2px 8px #00000086;
  margin-top: 50px;
  margin-right: 250px;
}

.reservation-wrapper img:hover {
  opacity: 0.7;
}

.reservation-text {
  font-size: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 1000;
  margin-right: 265px;
}

.reservation-sp {
  display: none !important;
}

.sidebar-sp {
  display: none;
}

.container {
  width: 75%;
  height: 2700px;
  display: flex;
  margin: auto;
  margin-top: 50px;
}

button {
  display: none;
}

.sidebar {
  width: 25%;
  margin-right: 100px;
}

.side-01 {
  width: 100%;
  height: 180px;
  background-color: #fff;
  border: solid 2px #00189e;
  border-radius: 15px;
}

.side-01 h3 {
  background-color: #058cda;
  border-radius: 12px 12px 0px 0px;
  color: #fff;
  text-align: center;
  font-family: 'BIZ UDPGothic', sans-serif;
  padding: 8px 0px;
}

.side-01 ul {
  padding-top: 10px;
  padding-left: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.side-01 li {
  margin-bottom: 5px;
}

.side-01 a {
  color: #00189e;
}

.side-01 a:hover {
  color: #ffe60088;
}

.side-02 {
  width: 100%;
  height: 180px;
  margin-top: 30px;
  background-color: #fff;
  border: solid 2px #00189e;
  border-radius: 15px;
}

.side-02 h3 {
  background-color: #2c54aa;
  border-radius: 12px 12px 0px 0px;
  color: #fff;
  text-align: center;
  font-family: 'BIZ UDPGothic', sans-serif;
  padding: 8px 0px;
}

.side-02 ul {
  padding-top: 10px;
  padding-left: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.side-02 li {
  margin-bottom: 5px;
}

.side-02 a {
  color: #00189e;
}

.side-02 a:hover {
  color: #ffe60088;
}

.side-03 {
  width: 100%;
  height: 180px;
  margin-top: 30px;
  background-color: #fff;
  border: solid 2px #00189e;
  border-radius: 15px;
}

.side-03 h3 {
  background-color: #00189e;
  border-radius: 12px 12px 0px 0px;
  color: #fff;
  text-align: center;
  font-family: 'BIZ UDPGothic', sans-serif;
  padding: 8px 0px;
}

.side-03 ul {
  padding-top: 10px;
  padding-left: 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.side-03 li {
  margin-bottom: 5px;
}

.side-03 a {
  color: #00189e;
}

.side-03 a:hover {
  color: #ffe60088;
}

article {
  width: 80%;
  height: 1300px;
}

article h1 {
  font-size: 35px;
  font-family: 'BIZ UDPGothic', sans-serif;
  border-bottom: solid 5px;
  border-color: #060e7c;
  margin-bottom: 20px;
}

article h2 {
  font-size: 30px;
  font-family: 'BIZ UDPGothic', sans-serif;
  margin-bottom: 30px;
}

.topics-01 {
  width: 100%;
  height: 500px;
  background-color: #fff;
  padding: 20px 10px;
}

.topics-01 h3 {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 25px;
  border-left: solid 8px #060e7c ;
  border-bottom: dotted 3px #060e7c;
  padding-left: 10px;
}

.topics-01 table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}


.topics-01 table th{
  width: 10%;
  text-align: center;
  color:white;
  background-color: #366cb3;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  padding: 10px 0;
  font-size: 18px;
}

.topics-01 table td{
  text-align: center;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top:none;
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 18px;
}

.topics-01 table th:last-child {
  border-right: solid 1px #000000;
}

.topics-01 table td:last-child {
  border-right: solid 1px #000000;
}

.topics-01 tr:nth-child(5) td {
  background-color: #ffe3af6c;
}

#topics-02 {
  width: 100%;
  height: 250px;
  background-color: #fff;
  padding: 20px 10px;
}

#topics-02 h3 {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 25px;
  border-left: solid 8px #060e7c ;
  border-bottom: dotted 3px #060e7c;
  padding-left: 10px;
}

#topics-02 table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}


#topics-02 table th{
  width: 50%;
  text-align: center;
  color:white;
  background-color: #ff0000;
  border: 1px solid #000000;
  padding: 10px 0;
  font-size: 18px;
}

#topics-02 table td{
  text-align: center;
  border: 1px solid #000000;
  border-left: none;
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 18px;
}

#topics-02 p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 17px;
  letter-spacing: 1.5px;
  padding-top: 5px;
}

.topics-03 {
  width: 100%;
  height: 400px;
  background-color: #fff;
  padding: 20px 10px;
}

.topics-03 h3 {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 25px;
  border-left: solid 8px #060e7c ;
  border-bottom: dotted 3px #060e7c;
  padding-left: 10px;
}

.topics-03 table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border: solid 1px #000000;
  border-bottom: none;
}

.topics-03 table th{
  width: 50%;
  text-align: center;
  color:white;
  background-color: #366cb3;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 10px 0;
  font-size: 18px;
}


.topics-03 table td{
  text-align: center;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 18px;
}

.topics-04 {
  width: 100%;
  height: 250px;
  background-color: #fff;
  padding: 20px 10px;
}

.topics-04 h3 {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 25px;
  border-left: solid 8px #060e7c ;
  border-bottom: dotted 3px #060e7c;
  padding-left: 10px;
}

.topics-04 table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border: solid 1px #000000;
  border-bottom: none;
}

.topics-04 table th{
  width: 50%;
  text-align: center;
  color:white;
  background-color: #366cb3;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 10px 0;
  font-size: 18px;
}


.topics-04 table td{
  text-align: center;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 18px;
}

.topics-05 {
  width: 100%;
  height: 250px;
  background-color: #fff;
  padding: 20px 10px;
}

.topics-05 h3 {
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 25px;
  border-left: solid 8px #060e7c ;
  border-bottom: dotted 3px #060e7c;
  padding-left: 10px;
}

.topics-05 table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border: solid 1px #000000;
  border-bottom: none;
}

.topics-05 table th{
  width: 50%;
  text-align: center;
  color:white;
  background-color: #366cb3;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 10px 0;
  font-size: 18px;
}


.topics-05 table td{
  text-align: center;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 18px;
}

#topics-06 {
  width: 100%;
  height: 600px;
  padding: 20px 10px;
}

#topics-06 h3 {
  width: 100%;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-size: 25px;
  border-left: solid 8px #060e7c ;
  border-bottom: dotted 3px #060e7c;
  padding-left: 10px;
}

.wrapper-06 {
  width: 100%;
  margin-top: 30px;
}

.wrapper-sub {
  padding-bottom: 40px;
}

.wrapper-06 p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding-top: 10px;
}

.question {
  font-size: 19px;
  border-bottom: solid 2px #0059ff;
}

.answer {
  font-size: 18px;
  border-bottom: solid 2px #ff0000;
}

footer {
  position: relative;
  height: 200px;
  width: 100%;
  background-color: #126c96;
  border: solid 4px #060e7c;
}

.footer-02 img {
 position: absolute;
 top: 20px;
 left: 250px;
 width: 150px;
}

.footer-03 {
  position: absolute;
  top: 20px;
  left: 450px;
  color: #ffffff;
}

.footer-03 img {
  width: 40px;
  margin-bottom:10px;
}



@media screen and (max-width:480px){
body {
    width: 100%;
}

header {
    width: 100%;
    height: 150px;
    border-bottom: solid 1px;
    margin: auto;
}

.header-top {
    display: block;
    padding-left: 0px;
}


.header-icon img {
    width: 90%;
    margin-left: 20px;
}

.reservation-wrapper {
  display: none;
}

.reservation-sp {
  display: block !important;
  width: 120px;
}

.reservation-sp img {
  width: 60px;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 100;
  border-radius: 15px;
  box-shadow: 1px 2px 3px #000000;
}

.reservation-sp p {
  background-color: #ffffff81;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 100;
}

.icon-wrapper {
  width: 100%;
  display: block;
}

#icon-show {
  display: block;
  border: none;
  background: transparent;
  font-size: 30px;
  margin-left: auto;
  margin-top: 15px;
  padding-right: 15px;
}

#icon-hide {
  display: none;
  border: none;
  background: transparent;
  font-size: 30px;
  margin-left: auto;
  margin-top: 15px;
  padding-right: 15px;
}


.sidebar-sp {
  width: 100%;
  height: 570px;
  margin-right: 20px;
  display: none;
}

.side-wrapper {
  width: 100%;
}


.side-01 {
  width: 100%;
  height: 130px;
  text-align: center;
  border-radius: 0;
}

.side-01 h3 {
  font-size: 18px;
  border-radius: 0;
}

.side-01 ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}

.side-01 li {
  width: 100%;
  font-size: 15px;
  border-bottom: solid 1px #555555;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.side-01 li:last-child {
  border: none;
}


.side-02 {
  width: 100%;
  height: 230px;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
}

.side-02 h3 {
  font-size: 18px;
  border-radius: 0;
}

.side-02 ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}

.side-02 li {
  width: 100%;
  font-size: 15px;
  border-bottom: solid 1px #555555;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.side-02 li:last-child {
  border: none;
}


.side-03 {
  width: 100%;
  height: 180px;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
}

.side-03 h3 {
  font-size: 18px;
  border-radius: 0;
}

.side-03 ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}

.side-03 li {
  width: 100%;
  font-size: 15px;
  border-bottom: solid 1px #555555;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.side-03 li:last-child {
  border: none;
}


.container {
  width: 90%;
  height: 2900px;
  margin-top: 0;
  padding-top: 0;
}

.sidebar {
  display: none;
}


article {
  width: 100%;
  margin-top: 0;
}

article h1 {
  font-size: 30px;
}

article h2 {
  font-size: 25px;
}


.topics-01 {
  height: 350px;
  width: 100%;
}

.topics-01 table th {
  width: 25%;
  padding: 5px 0px;
  font-size: 16px;
}

.topics-01 table td {
  font-size: 14px;
}

#topics-02 {
  height: 350px;
}

#topics-02 table th {
  font-size: 14px;
}

#topics-02 table td {
  font-size: 14px;
}

.topics-03 {
  height: 300px;
}

.topics-03 table th {
  font-size: 14px;
}

.topics-03 table td {
  font-size: 14px;
}

.topics-04 {
  height: 200px;
}

.topics-04 table th {
  font-size: 14px;
}

.topics-04 table td {
  font-size: 14px;
}

.topics-05 {
  height: 200px;
  margin-bottom: 100px;
}

.topics-05 table th {
  font-size: 14px;
}

.topics-05 table td {
  font-size: 14px;
}




footer {
  height: 400px;
}

.footer-02 img {
  position: absolute;
  top: 30px;
  left: 125px;
}

.footer-03 {
  position: absolute;
  top: 200px;
  left: 25px;
}

.footer-03 p {
  width: 90%;
  margin: auto;
  text-align: left;
}

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