<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: minatomo
Theme URI: https://www.minatomo.net
Author: Welloop
Author URI: https://www.minatomo.net
*/


#page_header {
  z-index: 5000;
  background-color: rgba(255,255,255,0.8);
}
#page_header.opacity {
  background-color: #FFFFFF;
}

.modal.open {
  position: fixed;
  top: 0;
  left: 0;
}

.footer {
  padding: 1px 0 70px;
}
  .ua_sp .footer {
    height: auto;
  }
  .ua_sp .footer .contents .footer_logo {
    margin-top: 30px;
  }

.page .main {
  text-align: left;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.page .main a {
  color: inherit;
  text-decoration: underline;
}
.page .main a:hover {
  color: #00A99D;
}
  @media (min-width: 1200px) {
    .page .main {
      margin-top: calc(75px * 1); } }
  @media (min-width: 800px) and (max-width: 1199px) {
    .page .main {
      margin-top: calc(75px* 0.75); } }
  @media (max-width: 799px) {
    .page .main {
      margin-top: calc(75px * 0.5); } }
.ua_sp .page .main {
  margin-top: 60px;
}

.ua_sp .page {
  padding: 0;
  margin-bottom: 70px; }


.page-title  {
  background: #00A99D;
  text-align: center;
  margin-bottom: 15px;
}
.page-title h1 {
  font-weight: 300;
  padding: 40px 30px;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 5px;
}
  .ua_sp .page-title h1 {
    font-size: 28px;
    letter-spacing: 3px
  }
.page-title2 h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8em;
  letter-spacing: 1px;
  margin: 0 0 0.5em;
  background: #F3F4F5;
  padding: 16px;
}

.meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
  .ua_sp .meta {
    display: block;
    margin: 16px 16px 32px;
  }
.ua_sp .sns-icon {
  margin-top: 16px;
  text-align: right;
}
.sns-icon a {
  margin-left: 0.5em;
  font-size: 30px;
}
a.ico-twitter {
  color: #00ACEE!important;
}
a.ico-facebook {
  color: #3C5A99!important;
}
a.ico-line {
  color: #00B900!important;
}

.p-breadcrumbs {
  max-width: 1292px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
  .ua_sp .p-breadcrumbs {
    margin: 0 0 24px;
  }
.p-breadcrumbs__list {
  list-style: none;
  padding: 0;
}
.p-breadcrumbs__list li {
  display: inline;
  font-size: 14px;
}
.p-breadcrumbs__list li:after {
  content: " &gt;";
}
.p-breadcrumbs__list li:last-child:after {
  content: "";
}

.page-content {
  max-width: 1114px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
  .ua_sp .page-content {
    box-sizing: border-box;
    margin: 16px;
    padding: 0;
  }
  .column2-main .page-content {
    padding: 0 0 80px;
  }

.page-content img {
    max-width: 100%;
    height: auto;
  }
.page-content p {
  margin: 1em 0;
  line-height: 1.7em
}
.page-content h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.8em;
  letter-spacing: 5px;
  border-bottom: 1px solid #00A99D;
  margin: 1.5em 0 1em;
}
  .ua_sp .page-content h2 {
    font-size: 24px;
    letter-spacing: 2px;
  }
.page-content h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  margin: 1.5em 0 1em;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 1.5em;
  border-left: 9px solid #00A99D;
  padding: 5px 10px;
}
.page-content h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  margin: 1.5em 0 1em;
  letter-spacing: 2px;
  font-size: 18px;
}
.page-content ul {
  margin: 1em 0 1em 1.5em;
  line-height: 1.8em
}
  
.page-content ul.anc-navigation {
    padding: 0;
    margin: 0;
  }
  .page-content ul.anc-navigation li {
    display: inline;
    list-style: none;
    padding: 10px 20px 10px 0;
    white-space: nowrap;
  }
  .page-content ul.anc-navigation li a {
    position: relative;
    padding-left: 12px;
  }
  .page-content ul.anc-navigation li a:before {
    display: block;
    position: absolute;
    content: '';
    margin-top: -5px;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #00a99e transparent transparent transparent;
  }

.wp-block-table {
  margin: 1em 0;
}
  .page-content table th,.page-content table td {
    padding: 15px;
    line-height: 1.5em;
  }
  .page-content table td:first-child {
    width: 15%;
  }
  .ua_sp .page-content table th,.ua_sp .page-content table td {
    display: block;
    width: auto;
  }
  .ua_sp .page-content table td:first-child {
    padding-bottom: 0;
    font-weight: bold;
  }
  .ua_sp .page-content table td:nth-child(2) {
    padding-top: 3px;
  }

.wp-block-group {
  padding-top: 30px;
}

.wp-block-snow-monkey-blocks-slider {
  margin: 15px 0 50px;
}
  .smb-slider__canvas.slick-initialized .slick-slide {
    display: block;
  }
  .smb-slider__item__caption {
    font-size: 16px;
    text-align: center;
  }
  .smb-slider__item__figure&gt;img {
    height: auto;
  }

.wp-block-snow-monkey-blocks-price-menu {
  line-height: 1.8;
}


.column2 {
  max-width: 1292px;
  margin: 0 auto;
  padding: 0 20px 80px;
  display: flex;
  justify-content: space-between;
}
  .ua_sp .column2 {
    box-sizing: border-box;
    padding: 0;
    display: block;
  }
.column2-main {
  width: 71.2074%;
}
  .ua_sp .column2-main {
    width: auto;
  }
.column2-sub {
  width: 23.9938%;
}
  .ua_sp .column2-sub {
    width: auto;
  }


.archive {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
  padding: 15px 0;
}

.archive-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 3px;
  color: #00A99D;
  font-size: 20px;
  padding: 0 5px;
}
  .ua_sp .archive-title {
    margin: 0 16px;
  }
.page .main .archive-title a {
  text-decoration: none;
  color: #666666;
  font-size: 24px;
  margin-left: 5px;
}
.page .main .archive-title a:hover {
  color: #00A99D;
}
.archive-content {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
  .ua_sp .archive-content {
    margin: 0 16px;
    display: block;
  }
.archive-img {
  width: 45.6522%;
}
  .ua_sp .archive-img {
    width: auto;
  }
  .archive-img img {
    max-width: 100%;
    height: auto;
  }
.archive-txt {
  width: 52.6087%;
  padding: 8px 0;
}
  .ua_sp .archive-txt {
    width: auto;
  }
.archive-txt p {
  line-height: 1.5;
  margin: 16px 0;
}
.archive-txt p.more {
  text-align: right;
  margin: 0;
  color: #00A99D;
  font-size: 14px;
}
.archive-txt p.more a {
  font-size: 16px;
  color: #666;
  margin-left: 5px;
}

.post-time ,.post-cat {
  line-height: 1.5em;
}
.post-time ,.post-cat a {
  margin-right: 1em;
}


.side-content {
  margin: 0 0 50px;
}
  .ua_sp .side-content {
    margin: 16px;
  }
.side-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 3px;
  font-size: 20px;
  padding: 8px;
  margin-bottom: 1em;
  border-style: solid;
  border-width: 1px 0;
  border-color: #00A99D;
  text-align: center;
}
ul.side-list {
  list-style: none;
}
ul.side-list li {
  color: #00A99D;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  margin-bottom: 16px;
}
.page .main ul.side-list li a {
  color: #666;
  font-size: 16px;
  padding-left: 5px;
  text-decoration: none;
  margin-top: -5px;
}
.page .main ul.side-list li a:hover {
  color: #00A99D;
}
.page .main ul.side-list li a time {
  display: block;
  color: #00A99D;
  margin-bottom: 5px;
}


.pager {
  text-align: center;
  margin: 50px 0;
}
.pager ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pager ul li {
  display: inline-block;
}
.page .main .pager ul li a, .page .main .pager ul li span {
  border: 1px solid #00A99D;
  padding: 10px 15px;
  color: #00A99D;
  font-weight: bold;
  text-decoration: none;
}
.page .main .pager ul li a:hover {
  background: #00A99D;
  color: #fff;
}
.page .main .pager ul li span.current {
  background: #00A99D;
  color: #fff;
}

.post-link {
  display: flex;
  justify-content: space-between;
}
.post-link .previous {
  flex-basis: 48%;
}
.post-link .next {
  flex-basis: 48%;
  text-align: right;
}
.page .main .post-link a {
  border: 1px solid #CCCCCC;
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4em;
  text-decoration: none;
  border-radius: 3px;
}
.page .main .post-link a svg {
  color: #00A99D;
}
.page .main .post-link a:hover {
  opacity: 0.7;
}
.post-link a .fas {
  color: #00a99d;
}
.ua_sp .post-link {
  margin: 16px;
}</pre></body></html>