@charset "utf-8";

/*
Theme Name: theme
*/

/*-------------------------------

style.css

-------------------------------*/
@charset "utf-8";
/* CSS Document */
/*RESET! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}
ol,
ul {
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
fieldset,
option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
[hidden],
template {
  display: none;
}
/* RESET */
html {
  width: 100%;
  height: 100%;
  background-color: #3fa3d0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 62.5%;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #333;
}
img {
  width: 100%;
}
.wrapper {
  overflow: hidden;
}
header {
  width: 16%;
  height: 100vh;
  color: #1d1d1d;
  background: #0386c1;
  position: fixed;
  z-index: 2;
}
header a {
  color: #fff;
}
.headercontents {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  max-height: 930px;
  position: relative;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE、Edge用 */
  scrollbar-width: none; /* Firefox用 */
}
.headercontents::-webkit-scrollbar {
  display: none;
}
header .sitelogo {
  width: 90%;
  margin: 0px auto;
  position: relative;
  max-height: 340px;
}
header .sitelogo img {
  position: absolute;
  top: 0;
  left: 55%;
  transform: translate(-50%, 60px);
  max-height: 290px;
}
header .inner {
  text-align: center;
  position: absolute;
  top: 43%;
}
@media (max-height: 780px) {
  header .inner {
    position: absolute;
    top: 360px;
  }
}
header .inner ul li {
  font-size: 1.8rem;
  line-height: 2.6;
}
header .headbnr {
  width: 90%;
  margin: 40px auto;
}
@media (max-width: 1420px) {
  header {
    width: 18%;
  }
}
@media (max-width: 1252px) {
  header {
    width: 19%;
  }
}
@media (max-width: 1190px) {
  header {
    width: 20%;
  }
}
@media (max-width: 1130px) {
  header {
    width: 22%;
  }
}
@media (max-width: 1030px) {
  header {
    width: 24%;
  }
}
@media (max-width: 940px) {
  header {
    width: 26%;
  }
}
@media (max-width: 870px) {
  header {
    width: 28%;
  }
}
@media (max-width: 820px) {
  header {
    width: 30%;
  }
}
@media (max-width: 768px) {
  header {
    width: 100%;
    top: 0;
    height: 75px;
    z-index: 5;
    min-height: unset;
  }
  .headercontents {
    width: 88%;
    height: 75px;
    margin: 0 auto;
    min-height: unset;
    position: relative;
  }
  header .sitelogo {
    width: 90px;
    margin: 0px auto;
    position: fixed;
    height: auto;
    top: 20px;
    left: 51.5%;
    z-index: 5;
    transform: translate(-50%, 0);
  }
  header .sitelogo.mini {
    width: 60px !important;
    -webkit-animation-name: logo_anime;
    -webkit-animation-duration: 5s;
    -webkit-transition-timing-function: ease;
    animation-name: logo_anime;
    animation-duration: 5s;
    animation-timing-function: ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  header .sitelogo img {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    max-height: unset;
  }
  header .inner {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: relative;
    top: unset;
  }
  header .inner nav {
    position: fixed;
    top: 75px;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background-color: #0386c1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .inner nav ul {
    position: static;
    margin-top: 160px;
  }
  header .inner ul li {
    font-size: 2.2rem;
    line-height: 2.6;
  }
  header .headbnr {
    width: 180px;
    margin: 40px auto;
  }
  .btn-trigger {
    position: absolute;
    top: 30px;
    right: 0;
    width: 32px;
    height: 19px;
    cursor: pointer;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    border-radius: 3px;
  }
  .btn-trigger,
  .btn-trigger span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 9px;
    width: 75%;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 55%;
  }
  #btn.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  #btn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-btn-bar02 0.8s forwards;
  }
  #btn.active span:nth-of-type(3) {
    bottom: -6px;
    width: 100%;
  }
  #btn.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
}
@-webkit-keyframes logo_anime {
  from {
    width: 90px;
  }
  to {
    width: 60px !important;
  }
}
@keyframes logo_anime {
  from {
    width: 90px;
  }
  to {
    width: 60px !important;
  }
}
@keyframes active-btn-bar02 {
  100% {
    height: 0;
  }
}
@media (min-width: 768px) {
  .btn-trigger {
    display: none;
  }
}
.wrap {
  display: flex;
  align-items: flex-start;
  height: 620px;
  overflow: hidden;
}
.slideshow .content {
  width: 300px;
  height: 300px;
}
.slideshow .content img {
  border-radius: 50%;
}
.content:nth-child(3) img,
.content:nth-child(4) img,
.content:nth-child(6) img,
.content:nth-child(7) img,
.content:nth-child(9) img,
.content:nth-child(12) img {
  animation-name: powan;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content:nth-child(2) img,
.content:nth-child(1) img,
.content:nth-child(4) img,
.content:nth-child(5) img,
.content:nth-child(9) img,
.content:nth-child(13) img,
.content:nth-child(12) img,
.ownerphoto img {
  animation-name: uneune;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 10s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content:nth-child(3) img,
.content:nth-child(6) img,
.content:nth-child(7) img,
.content:nth-child(8) img,
.content:nth-child(10) img,
.content:nth-child(14) img,
.content:nth-child(11) img {
  animation-name: uneune2;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content:nth-child(1) {
  position: absolute;
  top: 170px;
  left: -80px;
  width: 160px;
  height: 160px;
}
.content:nth-child(2) {
  position: absolute;
  top: 40px;
  left: 90px;
  width: 280px;
  height: 280px;
}
.content:nth-child(3) {
  position: absolute;
  top: 330px;
  left: 5px;
  width: 220px;
  height: 220px;
}
.content:nth-child(4) {
  position: absolute;
  top: 330px;
  left: 253px;
  width: 160px;
  height: 160px;
}
.content:nth-child(5) {
  position: absolute;
  top: 120px;
  left: 390px;
  width: 240px;
  height: 240px;
}
.content:nth-child(6) {
  position: absolute;
  top: 390px;
  left: 436px;
  width: 160px;
  height: 160px;
}
.content:nth-child(7) {
  position: absolute;
  top: 60px;
  left: 640px;
  width: 180px;
  height: 180px;
}
.content:nth-child(8) {
  position: absolute;
  top: 270px;
  left: 620px;
  width: 280px;
  height: 280px;
}
.content:nth-child(9) {
  position: absolute;
  top: 50px;
  left: 850px;
  width: 260px;
  height: 260px;
}
.content:nth-child(10) {
  position: absolute;
  top: 340px;
  left: 930px;
  width: 160px;
  height: 160px;
}
.content:nth-child(11) {
  position: absolute;
  top: 95px;
  left: 1130px;
  width: 170px;
  height: 170px;
}
.content:nth-child(12) {
  position: absolute;
  top: 280px;
  left: 1120px;
  width: 260px;
  height: 260px;
}
.content:nth-child(13) {
  position: absolute;
  top: 40px;
  left: 1320px;
  width: 220px;
}
.content:nth-child(14) {
  position: absolute;
  top: 340px;
  left: 1420px;
  width: 160px;
  height: 160px;
}
.content-hover {
  transition: all 0.2s;
}
.content-hover img:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 10px 0 #0084b2;
  cursor: pointer;
  transition-duration: 0.5s;
}
.slideshow {
  position: relative;
  padding-right: 1600px;
  animation: loop-slide 50s infinite linear 1s both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
  25% {
    border-radius: 70% 60% 60% 80% / 70% 80% 40% 80%;
  }
  50% {
    border-radius: 60% 50% 70% 60% / 40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 50% 70% / 70% 50% 80% 50%;
  }
  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
}
@keyframes uneune2 {
  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
  25% {
    border-radius: 80% 60% 50% 70% / 70% 50% 80% 50%;
  }
  50% {
    border-radius: 60% 50% 70% 60% / 40% 60% 50% 60%;
  }
  75% {
    border-radius: 70% 60% 60% 80% / 70% 80% 50% 80%;
  }
  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%;
  }
}
@-webkit-keyframes powan {
  0% {
    transform: translate(0, 0px);
  }
  50% {
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes powan {
  0% {
    transform: translate(0, 0px);
  }
  50% {
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slide-paused:hover .slideshow {
  animation-play-state: paused;
}
.slideshow .content　figure {
  position: relative;
  overflow: hidden;
  width: 300px;
}
.slideshow .content figcaption {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  color: #fff;
  text-align: center;
}
.slideshow .content figcaption h3 {
  font-size: 1.6rem;
}
.slideshow .content figure:hover figcaption {
  opacity: 1;
}
.slideshow .content figure:hover figcaption::before {
  content: "＼";
  color: #fff;
  position: absolute;
  top: 0px;
  left: -30px;
  font-size: 2.4rem;
}
.slideshow .content figure:hover figcaption::after {
  content: "＼";
  transform: scale(-1, 1);
  color: #fff;
  position: absolute;
  top: 0px;
  right: -30px;
  font-size: 2.4rem;
}
.contentwrapper,
footer {
  margin-left: 16%;
  width: 84%;
}
@media (max-width: 1420px) {
  .contentwrapper,
  footer {
    margin-left: 18%;
    width: 82%;
  }
}
@media (max-width: 1252px) {
  .contentwrapper,
  footer {
    margin-left: 19%;
    width: 81%;
  }
}
@media (max-width: 1190px) {
  .contentwrapper,
  footer {
    margin-left: 20%;
    width: 80%;
  }
}
@media (max-width: 1130px) {
  .contentwrapper,
  footer {
    margin-left: 22%;
    width: 78%;
  }
}
@media (max-width: 1030px) {
  .contentwrapper,
  footer {
    margin-left: 24%;
    width: 76%;
  }
}
@media (max-width: 940px) {
  .contentwrapper,
  footer {
    margin-left: 26%;
    width: 74%;
  }
}
@media (max-width: 870px) {
  .contentwrapper,
  footer {
    margin-left: 28%;
    width: 72%;
  }
}
@media (max-width: 820px) {
  .contentwrapper,
  footer {
    margin-left: 30%;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .contentwrapper,
  footer {
    margin-left: 0;
    width: 100%;
  }
}
.topmain {
  background-image: url("images/idx-image03.jpg");
  height: 75vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.topmain::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.topmain .toplead {
  font-size: 2rem;
  line-height: 1.8;
  position: absolute;
  bottom: 12vh;
  left: 10vw;
  z-index: 1;
}
.topmain h1 {
  font-size: 3.2rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.topmain h1 span {
  border-bottom: 2px solid #fff;
  border-radius: 3px;
  padding-bottom: 5px;
}
.scroll-btn a {
  position: absolute;
  bottom: 20px;
  right: 10%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 70px;
}
.scroll-btn a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  background-image: url("images/scr-arrow.svg");
  background-repeat: no-repeat;
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 24px;
  background-position: top 50% left 57%;
  background-size: 15px 24px;
}
@-webkit-keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  50% {
  }
  100% {
    transform: translate(0px, 20px);
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  50% {
  }
  100% {
    transform: translate(0px, 20px);
  }
}
.fl {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}
.sectionbox {
  width: 80%;
  margin: 60px auto;
}
.sectionbox h2 {
  text-align: center;
  color: #ffff32;
  font-size: 3.2rem;
}
.sectionlead {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.recommend .fl {
  margin: 60px auto;
}
.recommend .fl .taglist {
  margin: 20px auto;
  width: 90%;
  font-size: 1.2rem;
}
.taglist li {
  position: relative;
  margin-right: 15px;
}
.taglist li::after {
   content: "・";
  font-size: 1.2rem;
  position: absolute;
  right: -12px;
  top: 0;
}
.taglist li:last-child:after {
  content: "";
  font-size: 1.2rem;
  position: absolute;
  right: -12px;
  top: 0;
}
.recommend .fl .recommendlist {
  width: 30%;
  margin-right: 5%;
  background-color: #fff;
  font-size: 1.6rem;
  margin-bottom: 60px;
  padding-bottom: 25px;
}
.recommend .fl .recommendlist:nth-child(3n) {
  margin-right: 0;
}
.recommend .fl .recommendlist a {
  display: block;
}
.recommend .fl .recommendlist img {
  width: 100%;
  height: 48%;
  object-fit: cover;
}
.recommend .fl .recommendlist h3 {
  text-decoration: underline;
  width: 90%;
  margin: 0 auto 15px;
}
.recommend .fl .recommendlist p {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
}
.btn1 {
  width: 44%;
  border: 3px solid #fff;
  border-radius: 50px;
  margin: 0 auto 60px;
}
.btn1 a {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.6rem 0;
}
section.topics {
  width: 100%;
  background-color: #2a9cc6;
  padding: 60px 10%;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.topics .fl {
  margin: 60px 0;
}
.topics .topicslist {
  width: 22%;
  margin-right: 4%;
}
.topics .topicslist:nth-child(4n) {
  margin-right: 0;
}
.topics .topicslist img {
  width: 100%;
  height: 60%;
  object-fit: cover;
}
.topics .topicslist .day {
  margin: 20px 0;
  font-weight: lighter;
  font-size: 1.3rem;
}
.topics .topicslist h4 a {
  text-decoration: underline;
}
section.topics .btn1 {
  margin-bottom: 0;
}
.aboutsection {
  width: 92%;
  background-color: #fff;
  margin-left: 8%;
  margin-top: 90px;
  border-radius: 50px 0 0 50px;
  padding: 60px;
  margin-bottom: 90px;
}
.shotengai {
  width: 25%;
  margin-right: 30px;
}
.aboutsection .textarea {
  width: 48%;
  font-size: 1.4rem;
  margin-right: 30px;
}
.aboutsection .textarea h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.aboutsection .textarea p {
  margin-bottom: 20px;
}
.aboutsection .imgarea {
  width: calc(100% - 73% - 60px);
  position: relative;
}
.aboutsection .imgarea .i1 {
  width: 88%;
  margin-left: 10px;
  margin-bottom: 15px;
}
.aboutsection .imgarea .i2 {
  width: 84%;
  margin-left: 30px;
  margin-bottom: 13px;
}
.aboutsection .imgarea .i3 {
  width: 76%;
}
.aboutsection .btn1 {
  border: 2px solid #333;
  width: 88%;
  margin-top: 60px;
  margin-bottom: 0;
  max-width: 380px;
}
.aboutsection .btn1 a {
  color: #333;
}
footer {
  background-color: #0386c1;
}
footer .fl {
  position: relative;
  padding: 120px 10% 90px;
  color: #fff;
  font-size: 1.4rem;
  align-items: center;
  justify-content: space-between;
}
footer .sitelogo {
  width: 25%;
  margin-right: 40px;
  max-width: 200px;
}
footer .inner {
  width: calc(100% - 25% - 40px);
}
footer .inner .fl {
  justify-content: space-between;
  padding: 0;
  margin: 40px auto;
  max-width: 760px;
}
footer .inner .fl2 {
  justify-content: space-between;
  max-width: 340px;
  margin: 0 auto 60px;
}
.copy {
  text-align: center;
  font-size: 1.2rem;
}
footer .headbnr {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
}
@media (max-width: 1130px) {
  .btn1 {
    width: 64%;
  }
}
@media (max-width: 678px) {
  .topmain {
    top: 75px;
    height: calc(100vh - 75px);
    background-image: url("images/sp-maining.jpg");
    background-size: cover;
    background-position: center;
  }
  .topmain .toplead {
    font-size: 1.4rem;
    bottom: 15vh;
  }
  .topmain h1 {
    font-size: 1.8rem;
  }
  .owners {
    margin-top: 75px;
  }
  .content:nth-child(1) {
    position: absolute;
    top: 85px;
    left: -40px;
    width: 160px;
    height: 160px;
  }
  .content:nth-child(2) {
    position: absolute;
    top: 40px;
    left: 130px;
    width: 140px;
    height: 140px;
  }
  .content:nth-child(3) {
    position: absolute;
    top: 280px;
    left: -105px;
    width: 180px;
    height: 180px;
  }
  .content:nth-child(4) {
    position: absolute;
    top: 220px;
    left: 88px;
    width: 180px;
    height: 180px;
  }
  .content:nth-child(5) {
    position: absolute;
    top: 80px;
    left: 280px;
    width: 180px;
    height: 180px;
  }
  .content:nth-child(6) {
    position: absolute;
    top: 280px;
    left: 282px;
    width: 160px;
    height: 160px;
  }
  .content:nth-child(7) {
    position: absolute;
    top: 40px;
    left: 480px;
    width: 180px;
    height: 180px;
  }
  .content:nth-child(8) {
    position: absolute;
    top: 240px;
    left: 460px;
    width: 210px;
    height: 210px;
  }
  .content:nth-child(9) {
    position: absolute;
    top: 50px;
    left: 680px;
    width: 230px;
    height: 230px;
  }
  .content:nth-child(10) {
    position: absolute;
    top: 300px;
    left: 690px;
    width: 160px;
    height: 160px;
  }
  .content:nth-child(11) {
    position: absolute;
    top: 95px;
    left: 930px;
    width: 170px;
    height: 170px;
  }
  .content:nth-child(12) {
    position: absolute;
    top: 280px;
    left: 870px;
    width: 160px;
    height: 160px;
  }
  .content:nth-child(13) {
    position: absolute;
    top: 40px;
    left: 1120px;
    width: 220px;
  }
  .content:nth-child(14) {
    position: absolute;
    top: 260px;
    left: 1050px;
    width: 160px;
    height: 160px;
  }
  .slideshow {
    padding-right: 1380px;
    height: 460px;
  }
  .wrap {
    height: 460px;
  }
  .sectionbox h2 {
    font-size: 2.4rem;
  }
  .sectionlead {
    font-size: 1.4rem;
  }
  .sectionbox {
    width: 90%;
  }
  .recommend .fl {
    margin: 45px auto;
  }
  .recommend .fl .recommendlist {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 25px;
  }
  .recommend .fl .recommendlist:nth-child(3n) {
    margin-right: 6%;
  }
  .recommend .fl .recommendlist:nth-child(2n) {
    margin-right: 0;
  }
  .recommend .fl .recommendlist img {
    width: 100%;
    height: 30%;
    object-fit: cover;
  }
  .recommend .fl .taglist {
    margin: 10px auto;
    width: 90%;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .btn1 {
    width: 88%;
  }
  .btn1 a {
    font-size: 1.6rem;
  }
  section.topics {
    padding: 45px 5%;
  }
  .topics .fl {
    margin: 45px 0;
  }
  .topics .topicslist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 30px;
    align-items: center;
  }
  .topics .topicslist:last-child {
    margin-bottom: 0;
  }
  .topics .topicslist a {
    display: block;
    width: 40%;
  }
  .topics .topicslist .textarea {
    width: 50%;
  }
  .topics .topicslist .day {
    margin: 0 0 5px 0;
    font-weight: lighter;
    font-size: 1.2rem;
  }
  .topics .topicslist .textarea h4 a {
    width: 100%;
  }
  .aboutsection {
    width: 95%;
    background-color: #fff;
    margin-left: 5%;
    margin-top: 45px;
    border-radius: 40px 0 0 40px;
    padding: 45px 20px 160px 45px;
    margin-bottom: 45px;
  }
  .shotengai {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .aboutsection .textarea {
    width: 100%;
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .aboutsection .imgarea {
    width: 100%;
  }
  .aboutsection .btn1 {
    width: 94%;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: unset;
  }
  .aboutsection .imgarea .i1 {
    width: 48%;
    margin-left: 10px;
    margin-bottom: unset;
  }
  .aboutsection .imgarea .i2 {
    width: 42%;
    margin-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .aboutsection .imgarea .i3 {
    width: 46%;
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .pconly {
    display: none;
  }
  footer .fl {
    padding: 50px 5% 50px;
    font-size: 1.2rem;
    align-items: center;
    justify-content: space-between;
  }
  .copy {
    text-align: left;
  }
  footer .headbnr {
    width: 160px;
  }
}

/*-------------------------------

style-detail.css

-------------------------------*/
@charset "utf-8";
.main {
  background-image: url("images/bg-access.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 35vh;
  position: relative;
}
.main.shop {
  background-image: url("images/bg-shop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main.topics {
  background-image: url("images/bg-topics.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main.photo {
  background-image: url("images/bg-photo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main.contact {
  background-image: url("images/bg-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 45vh;
}
.main.policy {
  background-image: url("images/bg-policy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 45vh;
}
.main .lead {
  position: absolute;
  left: 10%;
  top: 50%;
  font-size: 3.2rem;
  color: #ffff32;
  transform: translate(0, -50%);
}
.main .lead p {
  font-size: 1.6rem;
  color: #fff;
}
.pankuzu {
  color: #fff;
  font-size: 1.4rem;
}
/* access */
.map .mapimg {
  padding: 40px;
  border-radius: 50px;
  background-color: #fff;
  margin-bottom: 60px;
}
.access {
  color: #fff;
  font-size: 1.4rem;
}
.access h5 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.access h6 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.access p {
  margin-bottom: 30px;
}
.lum-lightbox.lum-open {
  display: block;
  z-index: 3;
}
.photolist {
  margin: 60px 0;
}
.photolist li {
  display: block;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
.photolist li:nth-child(3n) {
  margin-right: 0;
}
.lum-lightbox-inner img {
  max-width: 1024px;
  max-height: unset;
  width: 75%;
  height: auto;
}
.sponly {
  display: none;
}
/* ブログ埋め込み時のため、表示の調節 */
@media (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 678px) {
  .sponly {
    display: block;
  }
  .sectionbox {
    margin: 40px auto;
  }
  .main {
    top: 75px;
    height: 18vh;
    padding-bottom: calc(18vh + (45px + 3.2rem));
    background-image: url(images/access.jpg);
    background-size: contain;
    background-position: top;
    margin-bottom: calc(45px + 3.2rem);
  }
  .main .lead {
    position: absolute;
    left: 0;
    top: unset;
    font-size: 1.8rem;
    color: #ffff32;
    transform: unset;
    bottom: 0;
    background-color: #0386c1;
    width: 100%;
    padding: 20px 5% 25px;
    text-align: center;
  }
  .main .lead p {
    font-size: 1.3rem;
  }
  .map {
    margin-top: 110px;
  }
  .map .mapimg {
    padding: 20px;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 45px;
  }
  .map img {
    margin-bottom: 30px;
  }
  .lum-lightbox-inner img {
    width: 100%;
    height: 100%;
  }
  .access h5 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .photolist a {
    width: 100%;
  }
  .btn1.gray {
    background-color: #666666;
    border: none;
    margin-bottom: 20px;
  }
  .btn1.gray a {
    color: #fff;
  }
  .photolist li {
    width: 100%;
    margin-right: 0;
  }
}
/* topics */
.titbox {
  background-color: #fff;
  font-size: 1.3rem;
  padding: 2.4rem 10%;
}
.titbox h2 {
  font-size: 2.4rem;
}
.postcontent {
  color: #fff;
  font-size: 1.6rem;
  padding-bottom: 90px;
  border-bottom: solid 1px #badfed;
  margin-bottom: 90px;
}
.cat-box {
  margin-bottom: 90px;
}
.cat-box h3 {
  color: #ffff32;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 60px;
}
.postcontent img,
.postcontent p {
  margin-bottom: 40px;
}
.btn1.white {
  width: 22%;
  border: none;
  background-color: #dbeef7;
}
.btn1.white a {
  color: #333;
}
.postdetail h2.white {
  font-size: 2.2rem;
  color: #fff;
}
.postdetail .topicslist {
  width: 45%;
  margin-right: 10%;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 5vw;
}
.postdetail .topicslist2 img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.postdetail .topics {
  margin: 60px 0;
}
.topicslist2:nth-of-type(2n) {
  margin-right: 0;
}
.postdetail .topicslist .day {
  margin-bottom: 5px;
}
.pager {
  width: 74%;
  margin: 60px auto 90px;
}
.pager .page-numbers {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.pager li {
  color: #fff;
  font-size: 1.6rem;
  width: 50%;
}
.pager .page-numbers li {
  width: max-content;
  margin-right: 40px;
}
.pager .page-numbers li:last-child {
  margin-right: 0;
}
.pager li a {
  text-decoration: underline;
}
.pager li.prev {
  text-align: left;
}
.pager li.next {
  text-align: right;
}
@media (max-width: 1130px) {
  .btn1.white {
    width: 33%;
  }
}
@media (max-width: 678px) {
  .titbox {
    padding: 1.8rem 5%;
  }
  .titbox h2 {
    font-size: 1.8rem;
  }
  .postcontent {
    font-size: 1.4rem;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .cat-box {
    margin-bottom: 40px;
  }
  .cat-box h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .btn1.white {
    width: 45%;
    margin-bottom: 20px;
  }
  .postdetail .topicslist {
    width: 100%;
    flex-flow: column;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .postdetail .topicslist a,
  .postdetail .topicslist .textarea {
    width: 100%;
  }
  .postdetail h2.white {
    font-size: 1.8rem;
    color: #fff;
    padding-top: 20px;
  }
  .postdetail .topics {
    margin: 45px 0;
  }
  .pager {
    width: 90%;
    margin: 60px auto 90px;
  }
  .postdetail .topicslist2 img {
    height: 190px;
  }
}
/* shop */
.shopmain {
  height: 75vh;
  position: relative;
  z-index: 0;
}
#photo_container {
  position: relative;
  height: 100%;
}
#thumbnail {
  overflow: hidden;
  width: 74%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  justify-content: center;
}
#thumbnail li {
  width: 14%;
  border: 3px solid #fff;
  border-radius: 1px;
  margin-right: 10px;
}
#thumbnail li img {
  width: 100%;
}
#thumbnail li.current {
  border: 3px solid #ffff32;
}
#main_photo {
  width: 100%;
  height: 75vh;
}
#main_photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 75vh;
  object-fit: cover;
}
.shoptitbox {
  z-index: 2;
  background-color: #0074ae;
  color: #fff;
}
.zigzag {
  position: relative;
}
.zigzag::before {
  position: absolute;
  content: "";
  top: -3px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2400 21.292"><path fill="%230074AE" d="M1309.064,21.292c-18.425,0-27.793-.508-36.851-1-9.226-.5-17.939-.973-35.878-.973-18.226,0-27.491-.091-36.451-.18-8.917-.088-18.137-.179-36.275-.179s-27.357.091-36.274.179c-8.961.089-18.227.18-36.453.18-18.345,0-27.671-.338-36.691-.666-8.858-.321-18.017-.654-36.036-.654s-27.19.317-36.051.624c-9.015.312-18.337.635-36.674.635-17.979,0-27.118.412-35.957.811-9.038.408-18.385.829-36.769.829-18.53,0-27.949-.73-37.059-1.436-9.171-.711-17.834-1.383-35.668-1.383-18.08,0-27.271.208-36.16.408-8.987.2-18.282.412-36.565.412-17.975,0-27.113.42-35.95.827-9.041.416-18.389.846-36.778.846-18.441,0-27.815-.542-36.881-1.066-9.216-.533-17.922-1.036-35.843-1.036-18.139,0-27.361.085-36.279.167-8.959.083-18.223.168-36.445.168-18.028,0-27.193.313-36.055.614-9.015.308-18.335.625-36.669.625-18.178,0-27.267.009-36.355.018s-18.186.018-36.372.018c-18.317,0-27.63-.283-36.635-.555-8.872-.269-18.046-.547-36.091-.547-17.939,0-26.652.471-35.877.97-9.058.49-18.425,1-36.85,1-18.15,0-27.376.066-36.3.13-8.954.063-18.213.129-36.427.129-18.533,0-27.954-.738-37.065-1.452-9.169-.719-17.829-1.4-35.658-1.4-17.887,0-26.575.569-35.773,1.172-9.083.6-18.475,1.211-36.95,1.211v-18c17.886,0,26.574-.57,35.773-1.173,9.082-.6,18.475-1.21,36.95-1.21,18.533,0,27.954.738,37.065,1.452,9.169.719,17.83,1.4,35.658,1.4,18.15,0,27.376-.065,36.3-.129,8.954-.064,18.213-.13,36.427-.13,17.939,0,26.652-.471,35.877-.97,9.058-.49,18.425-1,36.85-1,18.318,0,27.63.282,36.636.555,8.872.269,18.045.547,36.09.547,18.178,0,27.266-.009,36.354-.018s18.187-.018,36.373-.018c18.027,0,27.192-.312,36.056-.614,9.013-.307,18.334-.625,36.668-.625,18.14,0,27.361-.085,36.279-.167C554.314.556,563.578.471,581.8.471c18.441,0,27.816.542,36.881,1.066,9.217.532,17.922,1.036,35.843,1.036,17.976,0,27.114-.421,35.951-.827C699.515,1.33,708.863.9,727.252.9c18.08,0,27.271-.207,36.16-.408C772.4.29,781.694.08,799.977.08c18.53,0,27.95.73,37.06,1.437C846.208,2.228,854.871,2.9,872.7,2.9c17.979,0,27.118-.412,35.957-.811,9.038-.408,18.384-.829,36.769-.829,18.025,0,27.189-.317,36.05-.624C990.5.323,999.817,0,1018.155,0s27.671.339,36.69.666c8.858.322,18.018.654,36.037.654,18.138,0,27.358-.091,36.275-.179,8.961-.088,18.227-.18,36.452-.18s27.492.092,36.453.18c8.917.088,18.136.179,36.273.179,18.427,0,27.794.508,36.853,1,9.225.5,17.938.973,35.876.973,18.048,0,27.223-.273,36.1-.537,9-.267,18.316-.544,36.631-.544,18.038,0,27.207-.295,36.075-.58,9.01-.29,18.326-.589,36.653-.589,18.291,0,27.589.229,36.583.45,8.883.219,18.069.445,36.139.445,18.278,0,27.57.2,36.555.393,8.891.192,18.084.389,36.169.389,18.24,0,27.513.122,36.48.24,8.909.117,18.122.238,36.244.238,18.17,0,27.255-.025,36.339-.05s18.2-.051,36.391-.051,27.274,0,36.366,0,18.182,0,36.363,0c18.017,0,27.176-.336,36.035-.661,9.019-.331,18.346-.674,36.694-.674,18.226,0,27.49.088,36.45.172,8.918.085,18.14.172,36.28.172,18,0,27.151-.372,36-.733,9.03-.367,18.366-.747,36.731-.747,18.184,0,27.277.005,36.37.01s18.179.011,36.357.011c18.421,0,27.787.5,36.842.978,9.229.489,17.945.952,35.889.952,18.067,0,27.252-.237,36.134-.467,9-.232,18.3-.472,36.6-.472,18.17,0,27.256-.027,36.341-.054s18.2-.054,36.395-.054c18.139,0,27.361-.091,36.279-.178,8.962-.089,18.228-.18,36.457-.18v18c-18.14,0-27.361.091-36.279.179-8.962.088-18.229.179-36.457.179-18.171,0-27.257.027-36.342.054s-18.2.054-36.394.054c-18.067,0-27.252.237-36.134.466-9,.232-18.3.473-36.6.473-18.421,0-27.786-.5-36.842-.978-9.228-.489-17.944-.952-35.889-.952-18.184,0-27.276,0-36.368-.011s-18.179-.01-36.359-.01c-18,0-27.149.372-36,.733-9.029.367-18.366.747-36.732.747-18.225,0-27.49-.088-36.45-.172-8.918-.084-18.139-.172-36.28-.172-18.017,0-27.177.337-36.034.662-9.02.331-18.347.673-36.7.673-18.183,0-27.276,0-36.368-.005s-18.18,0-36.361,0-27.256.026-36.341.051-18.194.05-36.389.05c-18.24,0-27.512-.122-36.48-.24-8.909-.117-18.122-.238-36.244-.238-18.278,0-27.57-.2-36.556-.393-8.89-.191-18.084-.389-36.168-.389-18.292,0-27.59-.229-36.583-.45-8.884-.219-18.069-.445-36.139-.445-18.038,0-27.206.295-36.075.58-9.009.289-18.326.589-36.653.589-18.048,0-27.223.273-36.1.536C1336.691,21.015,1327.38,21.292,1309.064,21.292Z"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 10px;
  left: 0;
}
.zigzag::after {
  position: absolute;
  content: "";
  bottom: -3px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2400 21.292"><path fill="%230074AE" d="M1309.064,21.292c-18.425,0-27.793-.508-36.851-1-9.226-.5-17.939-.973-35.878-.973-18.226,0-27.491-.091-36.451-.18-8.917-.088-18.137-.179-36.275-.179s-27.357.091-36.274.179c-8.961.089-18.227.18-36.453.18-18.345,0-27.671-.338-36.691-.666-8.858-.321-18.017-.654-36.036-.654s-27.19.317-36.051.624c-9.015.312-18.337.635-36.674.635-17.979,0-27.118.412-35.957.811-9.038.408-18.385.829-36.769.829-18.53,0-27.949-.73-37.059-1.436-9.171-.711-17.834-1.383-35.668-1.383-18.08,0-27.271.208-36.16.408-8.987.2-18.282.412-36.565.412-17.975,0-27.113.42-35.95.827-9.041.416-18.389.846-36.778.846-18.441,0-27.815-.542-36.881-1.066-9.216-.533-17.922-1.036-35.843-1.036-18.139,0-27.361.085-36.279.167-8.959.083-18.223.168-36.445.168-18.028,0-27.193.313-36.055.614-9.015.308-18.335.625-36.669.625-18.178,0-27.267.009-36.355.018s-18.186.018-36.372.018c-18.317,0-27.63-.283-36.635-.555-8.872-.269-18.046-.547-36.091-.547-17.939,0-26.652.471-35.877.97-9.058.49-18.425,1-36.85,1-18.15,0-27.376.066-36.3.13-8.954.063-18.213.129-36.427.129-18.533,0-27.954-.738-37.065-1.452-9.169-.719-17.829-1.4-35.658-1.4-17.887,0-26.575.569-35.773,1.172-9.083.6-18.475,1.211-36.95,1.211v-18c17.886,0,26.574-.57,35.773-1.173,9.082-.6,18.475-1.21,36.95-1.21,18.533,0,27.954.738,37.065,1.452,9.169.719,17.83,1.4,35.658,1.4,18.15,0,27.376-.065,36.3-.129,8.954-.064,18.213-.13,36.427-.13,17.939,0,26.652-.471,35.877-.97,9.058-.49,18.425-1,36.85-1,18.318,0,27.63.282,36.636.555,8.872.269,18.045.547,36.09.547,18.178,0,27.266-.009,36.354-.018s18.187-.018,36.373-.018c18.027,0,27.192-.312,36.056-.614,9.013-.307,18.334-.625,36.668-.625,18.14,0,27.361-.085,36.279-.167C554.314.556,563.578.471,581.8.471c18.441,0,27.816.542,36.881,1.066,9.217.532,17.922,1.036,35.843,1.036,17.976,0,27.114-.421,35.951-.827C699.515,1.33,708.863.9,727.252.9c18.08,0,27.271-.207,36.16-.408C772.4.29,781.694.08,799.977.08c18.53,0,27.95.73,37.06,1.437C846.208,2.228,854.871,2.9,872.7,2.9c17.979,0,27.118-.412,35.957-.811,9.038-.408,18.384-.829,36.769-.829,18.025,0,27.189-.317,36.05-.624C990.5.323,999.817,0,1018.155,0s27.671.339,36.69.666c8.858.322,18.018.654,36.037.654,18.138,0,27.358-.091,36.275-.179,8.961-.088,18.227-.18,36.452-.18s27.492.092,36.453.18c8.917.088,18.136.179,36.273.179,18.427,0,27.794.508,36.853,1,9.225.5,17.938.973,35.876.973,18.048,0,27.223-.273,36.1-.537,9-.267,18.316-.544,36.631-.544,18.038,0,27.207-.295,36.075-.58,9.01-.29,18.326-.589,36.653-.589,18.291,0,27.589.229,36.583.45,8.883.219,18.069.445,36.139.445,18.278,0,27.57.2,36.555.393,8.891.192,18.084.389,36.169.389,18.24,0,27.513.122,36.48.24,8.909.117,18.122.238,36.244.238,18.17,0,27.255-.025,36.339-.05s18.2-.051,36.391-.051,27.274,0,36.366,0,18.182,0,36.363,0c18.017,0,27.176-.336,36.035-.661,9.019-.331,18.346-.674,36.694-.674,18.226,0,27.49.088,36.45.172,8.918.085,18.14.172,36.28.172,18,0,27.151-.372,36-.733,9.03-.367,18.366-.747,36.731-.747,18.184,0,27.277.005,36.37.01s18.179.011,36.357.011c18.421,0,27.787.5,36.842.978,9.229.489,17.945.952,35.889.952,18.067,0,27.252-.237,36.134-.467,9-.232,18.3-.472,36.6-.472,18.17,0,27.256-.027,36.341-.054s18.2-.054,36.395-.054c18.139,0,27.361-.091,36.279-.178,8.962-.089,18.228-.18,36.457-.18v18c-18.14,0-27.361.091-36.279.179-8.962.088-18.229.179-36.457.179-18.171,0-27.257.027-36.342.054s-18.2.054-36.394.054c-18.067,0-27.252.237-36.134.466-9,.232-18.3.473-36.6.473-18.421,0-27.786-.5-36.842-.978-9.228-.489-17.944-.952-35.889-.952-18.184,0-27.276,0-36.368-.011s-18.179-.01-36.359-.01c-18,0-27.149.372-36,.733-9.029.367-18.366.747-36.732.747-18.225,0-27.49-.088-36.45-.172-8.918-.084-18.139-.172-36.28-.172-18.017,0-27.177.337-36.034.662-9.02.331-18.347.673-36.7.673-18.183,0-27.276,0-36.368-.005s-18.18,0-36.361,0-27.256.026-36.341.051-18.194.05-36.389.05c-18.24,0-27.512-.122-36.48-.24-8.909-.117-18.122-.238-36.244-.238-18.278,0-27.57-.2-36.556-.393-8.89-.191-18.084-.389-36.168-.389-18.292,0-27.59-.229-36.583-.45-8.884-.219-18.069-.445-36.139-.445-18.038,0-27.206.295-36.075.58-9.009.289-18.326.589-36.653.589-18.048,0-27.223.273-36.1.536C1336.691,21.015,1327.38,21.292,1309.064,21.292Z"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 10px;
  left: 0;
}
.zigzag-w::before {
  position: absolute;
  content: "";
  top: -3px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2400 21.292"><path fill="%23fff" d="M1309.064,21.292c-18.425,0-27.793-.508-36.851-1-9.226-.5-17.939-.973-35.878-.973-18.226,0-27.491-.091-36.451-.18-8.917-.088-18.137-.179-36.275-.179s-27.357.091-36.274.179c-8.961.089-18.227.18-36.453.18-18.345,0-27.671-.338-36.691-.666-8.858-.321-18.017-.654-36.036-.654s-27.19.317-36.051.624c-9.015.312-18.337.635-36.674.635-17.979,0-27.118.412-35.957.811-9.038.408-18.385.829-36.769.829-18.53,0-27.949-.73-37.059-1.436-9.171-.711-17.834-1.383-35.668-1.383-18.08,0-27.271.208-36.16.408-8.987.2-18.282.412-36.565.412-17.975,0-27.113.42-35.95.827-9.041.416-18.389.846-36.778.846-18.441,0-27.815-.542-36.881-1.066-9.216-.533-17.922-1.036-35.843-1.036-18.139,0-27.361.085-36.279.167-8.959.083-18.223.168-36.445.168-18.028,0-27.193.313-36.055.614-9.015.308-18.335.625-36.669.625-18.178,0-27.267.009-36.355.018s-18.186.018-36.372.018c-18.317,0-27.63-.283-36.635-.555-8.872-.269-18.046-.547-36.091-.547-17.939,0-26.652.471-35.877.97-9.058.49-18.425,1-36.85,1-18.15,0-27.376.066-36.3.13-8.954.063-18.213.129-36.427.129-18.533,0-27.954-.738-37.065-1.452-9.169-.719-17.829-1.4-35.658-1.4-17.887,0-26.575.569-35.773,1.172-9.083.6-18.475,1.211-36.95,1.211v-18c17.886,0,26.574-.57,35.773-1.173,9.082-.6,18.475-1.21,36.95-1.21,18.533,0,27.954.738,37.065,1.452,9.169.719,17.83,1.4,35.658,1.4,18.15,0,27.376-.065,36.3-.129,8.954-.064,18.213-.13,36.427-.13,17.939,0,26.652-.471,35.877-.97,9.058-.49,18.425-1,36.85-1,18.318,0,27.63.282,36.636.555,8.872.269,18.045.547,36.09.547,18.178,0,27.266-.009,36.354-.018s18.187-.018,36.373-.018c18.027,0,27.192-.312,36.056-.614,9.013-.307,18.334-.625,36.668-.625,18.14,0,27.361-.085,36.279-.167C554.314.556,563.578.471,581.8.471c18.441,0,27.816.542,36.881,1.066,9.217.532,17.922,1.036,35.843,1.036,17.976,0,27.114-.421,35.951-.827C699.515,1.33,708.863.9,727.252.9c18.08,0,27.271-.207,36.16-.408C772.4.29,781.694.08,799.977.08c18.53,0,27.95.73,37.06,1.437C846.208,2.228,854.871,2.9,872.7,2.9c17.979,0,27.118-.412,35.957-.811,9.038-.408,18.384-.829,36.769-.829,18.025,0,27.189-.317,36.05-.624C990.5.323,999.817,0,1018.155,0s27.671.339,36.69.666c8.858.322,18.018.654,36.037.654,18.138,0,27.358-.091,36.275-.179,8.961-.088,18.227-.18,36.452-.18s27.492.092,36.453.18c8.917.088,18.136.179,36.273.179,18.427,0,27.794.508,36.853,1,9.225.5,17.938.973,35.876.973,18.048,0,27.223-.273,36.1-.537,9-.267,18.316-.544,36.631-.544,18.038,0,27.207-.295,36.075-.58,9.01-.29,18.326-.589,36.653-.589,18.291,0,27.589.229,36.583.45,8.883.219,18.069.445,36.139.445,18.278,0,27.57.2,36.555.393,8.891.192,18.084.389,36.169.389,18.24,0,27.513.122,36.48.24,8.909.117,18.122.238,36.244.238,18.17,0,27.255-.025,36.339-.05s18.2-.051,36.391-.051,27.274,0,36.366,0,18.182,0,36.363,0c18.017,0,27.176-.336,36.035-.661,9.019-.331,18.346-.674,36.694-.674,18.226,0,27.49.088,36.45.172,8.918.085,18.14.172,36.28.172,18,0,27.151-.372,36-.733,9.03-.367,18.366-.747,36.731-.747,18.184,0,27.277.005,36.37.01s18.179.011,36.357.011c18.421,0,27.787.5,36.842.978,9.229.489,17.945.952,35.889.952,18.067,0,27.252-.237,36.134-.467,9-.232,18.3-.472,36.6-.472,18.17,0,27.256-.027,36.341-.054s18.2-.054,36.395-.054c18.139,0,27.361-.091,36.279-.178,8.962-.089,18.228-.18,36.457-.18v18c-18.14,0-27.361.091-36.279.179-8.962.088-18.229.179-36.457.179-18.171,0-27.257.027-36.342.054s-18.2.054-36.394.054c-18.067,0-27.252.237-36.134.466-9,.232-18.3.473-36.6.473-18.421,0-27.786-.5-36.842-.978-9.228-.489-17.944-.952-35.889-.952-18.184,0-27.276,0-36.368-.011s-18.179-.01-36.359-.01c-18,0-27.149.372-36,.733-9.029.367-18.366.747-36.732.747-18.225,0-27.49-.088-36.45-.172-8.918-.084-18.139-.172-36.28-.172-18.017,0-27.177.337-36.034.662-9.02.331-18.347.673-36.7.673-18.183,0-27.276,0-36.368-.005s-18.18,0-36.361,0-27.256.026-36.341.051-18.194.05-36.389.05c-18.24,0-27.512-.122-36.48-.24-8.909-.117-18.122-.238-36.244-.238-18.278,0-27.57-.2-36.556-.393-8.89-.191-18.084-.389-36.168-.389-18.292,0-27.59-.229-36.583-.45-8.884-.219-18.069-.445-36.139-.445-18.038,0-27.206.295-36.075.58-9.009.289-18.326.589-36.653.589-18.048,0-27.223.273-36.1.536C1336.691,21.015,1327.38,21.292,1309.064,21.292Z"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 10px;
  left: 0;
}
.zigzag-w::after {
  position: absolute;
  content: "";
  bottom: -3px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2400 21.292"><path fill="%23fff" d="M1309.064,21.292c-18.425,0-27.793-.508-36.851-1-9.226-.5-17.939-.973-35.878-.973-18.226,0-27.491-.091-36.451-.18-8.917-.088-18.137-.179-36.275-.179s-27.357.091-36.274.179c-8.961.089-18.227.18-36.453.18-18.345,0-27.671-.338-36.691-.666-8.858-.321-18.017-.654-36.036-.654s-27.19.317-36.051.624c-9.015.312-18.337.635-36.674.635-17.979,0-27.118.412-35.957.811-9.038.408-18.385.829-36.769.829-18.53,0-27.949-.73-37.059-1.436-9.171-.711-17.834-1.383-35.668-1.383-18.08,0-27.271.208-36.16.408-8.987.2-18.282.412-36.565.412-17.975,0-27.113.42-35.95.827-9.041.416-18.389.846-36.778.846-18.441,0-27.815-.542-36.881-1.066-9.216-.533-17.922-1.036-35.843-1.036-18.139,0-27.361.085-36.279.167-8.959.083-18.223.168-36.445.168-18.028,0-27.193.313-36.055.614-9.015.308-18.335.625-36.669.625-18.178,0-27.267.009-36.355.018s-18.186.018-36.372.018c-18.317,0-27.63-.283-36.635-.555-8.872-.269-18.046-.547-36.091-.547-17.939,0-26.652.471-35.877.97-9.058.49-18.425,1-36.85,1-18.15,0-27.376.066-36.3.13-8.954.063-18.213.129-36.427.129-18.533,0-27.954-.738-37.065-1.452-9.169-.719-17.829-1.4-35.658-1.4-17.887,0-26.575.569-35.773,1.172-9.083.6-18.475,1.211-36.95,1.211v-18c17.886,0,26.574-.57,35.773-1.173,9.082-.6,18.475-1.21,36.95-1.21,18.533,0,27.954.738,37.065,1.452,9.169.719,17.83,1.4,35.658,1.4,18.15,0,27.376-.065,36.3-.129,8.954-.064,18.213-.13,36.427-.13,17.939,0,26.652-.471,35.877-.97,9.058-.49,18.425-1,36.85-1,18.318,0,27.63.282,36.636.555,8.872.269,18.045.547,36.09.547,18.178,0,27.266-.009,36.354-.018s18.187-.018,36.373-.018c18.027,0,27.192-.312,36.056-.614,9.013-.307,18.334-.625,36.668-.625,18.14,0,27.361-.085,36.279-.167C554.314.556,563.578.471,581.8.471c18.441,0,27.816.542,36.881,1.066,9.217.532,17.922,1.036,35.843,1.036,17.976,0,27.114-.421,35.951-.827C699.515,1.33,708.863.9,727.252.9c18.08,0,27.271-.207,36.16-.408C772.4.29,781.694.08,799.977.08c18.53,0,27.95.73,37.06,1.437C846.208,2.228,854.871,2.9,872.7,2.9c17.979,0,27.118-.412,35.957-.811,9.038-.408,18.384-.829,36.769-.829,18.025,0,27.189-.317,36.05-.624C990.5.323,999.817,0,1018.155,0s27.671.339,36.69.666c8.858.322,18.018.654,36.037.654,18.138,0,27.358-.091,36.275-.179,8.961-.088,18.227-.18,36.452-.18s27.492.092,36.453.18c8.917.088,18.136.179,36.273.179,18.427,0,27.794.508,36.853,1,9.225.5,17.938.973,35.876.973,18.048,0,27.223-.273,36.1-.537,9-.267,18.316-.544,36.631-.544,18.038,0,27.207-.295,36.075-.58,9.01-.29,18.326-.589,36.653-.589,18.291,0,27.589.229,36.583.45,8.883.219,18.069.445,36.139.445,18.278,0,27.57.2,36.555.393,8.891.192,18.084.389,36.169.389,18.24,0,27.513.122,36.48.24,8.909.117,18.122.238,36.244.238,18.17,0,27.255-.025,36.339-.05s18.2-.051,36.391-.051,27.274,0,36.366,0,18.182,0,36.363,0c18.017,0,27.176-.336,36.035-.661,9.019-.331,18.346-.674,36.694-.674,18.226,0,27.49.088,36.45.172,8.918.085,18.14.172,36.28.172,18,0,27.151-.372,36-.733,9.03-.367,18.366-.747,36.731-.747,18.184,0,27.277.005,36.37.01s18.179.011,36.357.011c18.421,0,27.787.5,36.842.978,9.229.489,17.945.952,35.889.952,18.067,0,27.252-.237,36.134-.467,9-.232,18.3-.472,36.6-.472,18.17,0,27.256-.027,36.341-.054s18.2-.054,36.395-.054c18.139,0,27.361-.091,36.279-.178,8.962-.089,18.228-.18,36.457-.18v18c-18.14,0-27.361.091-36.279.179-8.962.088-18.229.179-36.457.179-18.171,0-27.257.027-36.342.054s-18.2.054-36.394.054c-18.067,0-27.252.237-36.134.466-9,.232-18.3.473-36.6.473-18.421,0-27.786-.5-36.842-.978-9.228-.489-17.944-.952-35.889-.952-18.184,0-27.276,0-36.368-.011s-18.179-.01-36.359-.01c-18,0-27.149.372-36,.733-9.029.367-18.366.747-36.732.747-18.225,0-27.49-.088-36.45-.172-8.918-.084-18.139-.172-36.28-.172-18.017,0-27.177.337-36.034.662-9.02.331-18.347.673-36.7.673-18.183,0-27.276,0-36.368-.005s-18.18,0-36.361,0-27.256.026-36.341.051-18.194.05-36.389.05c-18.24,0-27.512-.122-36.48-.24-8.909-.117-18.122-.238-36.244-.238-18.278,0-27.57-.2-36.556-.393-8.89-.191-18.084-.389-36.168-.389-18.292,0-27.59-.229-36.583-.45-8.884-.219-18.069-.445-36.139-.445-18.038,0-27.206.295-36.075.58-9.009.289-18.326.589-36.653.589-18.048,0-27.223.273-36.1.536C1336.691,21.015,1327.38,21.292,1309.064,21.292Z"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 10px;
  left: 0;
}
.zigzag-b::before {
  position: absolute;
  content: "";
  top: -3px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2400 21.292"><path fill="%233FA3D0" d="M1309.064,21.292c-18.425,0-27.793-.508-36.851-1-9.226-.5-17.939-.973-35.878-.973-18.226,0-27.491-.091-36.451-.18-8.917-.088-18.137-.179-36.275-.179s-27.357.091-36.274.179c-8.961.089-18.227.18-36.453.18-18.345,0-27.671-.338-36.691-.666-8.858-.321-18.017-.654-36.036-.654s-27.19.317-36.051.624c-9.015.312-18.337.635-36.674.635-17.979,0-27.118.412-35.957.811-9.038.408-18.385.829-36.769.829-18.53,0-27.949-.73-37.059-1.436-9.171-.711-17.834-1.383-35.668-1.383-18.08,0-27.271.208-36.16.408-8.987.2-18.282.412-36.565.412-17.975,0-27.113.42-35.95.827-9.041.416-18.389.846-36.778.846-18.441,0-27.815-.542-36.881-1.066-9.216-.533-17.922-1.036-35.843-1.036-18.139,0-27.361.085-36.279.167-8.959.083-18.223.168-36.445.168-18.028,0-27.193.313-36.055.614-9.015.308-18.335.625-36.669.625-18.178,0-27.267.009-36.355.018s-18.186.018-36.372.018c-18.317,0-27.63-.283-36.635-.555-8.872-.269-18.046-.547-36.091-.547-17.939,0-26.652.471-35.877.97-9.058.49-18.425,1-36.85,1-18.15,0-27.376.066-36.3.13-8.954.063-18.213.129-36.427.129-18.533,0-27.954-.738-37.065-1.452-9.169-.719-17.829-1.4-35.658-1.4-17.887,0-26.575.569-35.773,1.172-9.083.6-18.475,1.211-36.95,1.211v-18c17.886,0,26.574-.57,35.773-1.173,9.082-.6,18.475-1.21,36.95-1.21,18.533,0,27.954.738,37.065,1.452,9.169.719,17.83,1.4,35.658,1.4,18.15,0,27.376-.065,36.3-.129,8.954-.064,18.213-.13,36.427-.13,17.939,0,26.652-.471,35.877-.97,9.058-.49,18.425-1,36.85-1,18.318,0,27.63.282,36.636.555,8.872.269,18.045.547,36.09.547,18.178,0,27.266-.009,36.354-.018s18.187-.018,36.373-.018c18.027,0,27.192-.312,36.056-.614,9.013-.307,18.334-.625,36.668-.625,18.14,0,27.361-.085,36.279-.167C554.314.556,563.578.471,581.8.471c18.441,0,27.816.542,36.881,1.066,9.217.532,17.922,1.036,35.843,1.036,17.976,0,27.114-.421,35.951-.827C699.515,1.33,708.863.9,727.252.9c18.08,0,27.271-.207,36.16-.408C772.4.29,781.694.08,799.977.08c18.53,0,27.95.73,37.06,1.437C846.208,2.228,854.871,2.9,872.7,2.9c17.979,0,27.118-.412,35.957-.811,9.038-.408,18.384-.829,36.769-.829,18.025,0,27.189-.317,36.05-.624C990.5.323,999.817,0,1018.155,0s27.671.339,36.69.666c8.858.322,18.018.654,36.037.654,18.138,0,27.358-.091,36.275-.179,8.961-.088,18.227-.18,36.452-.18s27.492.092,36.453.18c8.917.088,18.136.179,36.273.179,18.427,0,27.794.508,36.853,1,9.225.5,17.938.973,35.876.973,18.048,0,27.223-.273,36.1-.537,9-.267,18.316-.544,36.631-.544,18.038,0,27.207-.295,36.075-.58,9.01-.29,18.326-.589,36.653-.589,18.291,0,27.589.229,36.583.45,8.883.219,18.069.445,36.139.445,18.278,0,27.57.2,36.555.393,8.891.192,18.084.389,36.169.389,18.24,0,27.513.122,36.48.24,8.909.117,18.122.238,36.244.238,18.17,0,27.255-.025,36.339-.05s18.2-.051,36.391-.051,27.274,0,36.366,0,18.182,0,36.363,0c18.017,0,27.176-.336,36.035-.661,9.019-.331,18.346-.674,36.694-.674,18.226,0,27.49.088,36.45.172,8.918.085,18.14.172,36.28.172,18,0,27.151-.372,36-.733,9.03-.367,18.366-.747,36.731-.747,18.184,0,27.277.005,36.37.01s18.179.011,36.357.011c18.421,0,27.787.5,36.842.978,9.229.489,17.945.952,35.889.952,18.067,0,27.252-.237,36.134-.467,9-.232,18.3-.472,36.6-.472,18.17,0,27.256-.027,36.341-.054s18.2-.054,36.395-.054c18.139,0,27.361-.091,36.279-.178,8.962-.089,18.228-.18,36.457-.18v18c-18.14,0-27.361.091-36.279.179-8.962.088-18.229.179-36.457.179-18.171,0-27.257.027-36.342.054s-18.2.054-36.394.054c-18.067,0-27.252.237-36.134.466-9,.232-18.3.473-36.6.473-18.421,0-27.786-.5-36.842-.978-9.228-.489-17.944-.952-35.889-.952-18.184,0-27.276,0-36.368-.011s-18.179-.01-36.359-.01c-18,0-27.149.372-36,.733-9.029.367-18.366.747-36.732.747-18.225,0-27.49-.088-36.45-.172-8.918-.084-18.139-.172-36.28-.172-18.017,0-27.177.337-36.034.662-9.02.331-18.347.673-36.7.673-18.183,0-27.276,0-36.368-.005s-18.18,0-36.361,0-27.256.026-36.341.051-18.194.05-36.389.05c-18.24,0-27.512-.122-36.48-.24-8.909-.117-18.122-.238-36.244-.238-18.278,0-27.57-.2-36.556-.393-8.89-.191-18.084-.389-36.168-.389-18.292,0-27.59-.229-36.583-.45-8.884-.219-18.069-.445-36.139-.445-18.038,0-27.206.295-36.075.58-9.009.289-18.326.589-36.653.589-18.048,0-27.223.273-36.1.536C1336.691,21.015,1327.38,21.292,1309.064,21.292Z"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 10px;
  left: 0;
}
.zigzag-b::after {
  position: absolute;
  content: "";
  bottom: -3px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2400 21.292"><path fill="%233FA3D0" d="M1309.064,21.292c-18.425,0-27.793-.508-36.851-1-9.226-.5-17.939-.973-35.878-.973-18.226,0-27.491-.091-36.451-.18-8.917-.088-18.137-.179-36.275-.179s-27.357.091-36.274.179c-8.961.089-18.227.18-36.453.18-18.345,0-27.671-.338-36.691-.666-8.858-.321-18.017-.654-36.036-.654s-27.19.317-36.051.624c-9.015.312-18.337.635-36.674.635-17.979,0-27.118.412-35.957.811-9.038.408-18.385.829-36.769.829-18.53,0-27.949-.73-37.059-1.436-9.171-.711-17.834-1.383-35.668-1.383-18.08,0-27.271.208-36.16.408-8.987.2-18.282.412-36.565.412-17.975,0-27.113.42-35.95.827-9.041.416-18.389.846-36.778.846-18.441,0-27.815-.542-36.881-1.066-9.216-.533-17.922-1.036-35.843-1.036-18.139,0-27.361.085-36.279.167-8.959.083-18.223.168-36.445.168-18.028,0-27.193.313-36.055.614-9.015.308-18.335.625-36.669.625-18.178,0-27.267.009-36.355.018s-18.186.018-36.372.018c-18.317,0-27.63-.283-36.635-.555-8.872-.269-18.046-.547-36.091-.547-17.939,0-26.652.471-35.877.97-9.058.49-18.425,1-36.85,1-18.15,0-27.376.066-36.3.13-8.954.063-18.213.129-36.427.129-18.533,0-27.954-.738-37.065-1.452-9.169-.719-17.829-1.4-35.658-1.4-17.887,0-26.575.569-35.773,1.172-9.083.6-18.475,1.211-36.95,1.211v-18c17.886,0,26.574-.57,35.773-1.173,9.082-.6,18.475-1.21,36.95-1.21,18.533,0,27.954.738,37.065,1.452,9.169.719,17.83,1.4,35.658,1.4,18.15,0,27.376-.065,36.3-.129,8.954-.064,18.213-.13,36.427-.13,17.939,0,26.652-.471,35.877-.97,9.058-.49,18.425-1,36.85-1,18.318,0,27.63.282,36.636.555,8.872.269,18.045.547,36.09.547,18.178,0,27.266-.009,36.354-.018s18.187-.018,36.373-.018c18.027,0,27.192-.312,36.056-.614,9.013-.307,18.334-.625,36.668-.625,18.14,0,27.361-.085,36.279-.167C554.314.556,563.578.471,581.8.471c18.441,0,27.816.542,36.881,1.066,9.217.532,17.922,1.036,35.843,1.036,17.976,0,27.114-.421,35.951-.827C699.515,1.33,708.863.9,727.252.9c18.08,0,27.271-.207,36.16-.408C772.4.29,781.694.08,799.977.08c18.53,0,27.95.73,37.06,1.437C846.208,2.228,854.871,2.9,872.7,2.9c17.979,0,27.118-.412,35.957-.811,9.038-.408,18.384-.829,36.769-.829,18.025,0,27.189-.317,36.05-.624C990.5.323,999.817,0,1018.155,0s27.671.339,36.69.666c8.858.322,18.018.654,36.037.654,18.138,0,27.358-.091,36.275-.179,8.961-.088,18.227-.18,36.452-.18s27.492.092,36.453.18c8.917.088,18.136.179,36.273.179,18.427,0,27.794.508,36.853,1,9.225.5,17.938.973,35.876.973,18.048,0,27.223-.273,36.1-.537,9-.267,18.316-.544,36.631-.544,18.038,0,27.207-.295,36.075-.58,9.01-.29,18.326-.589,36.653-.589,18.291,0,27.589.229,36.583.45,8.883.219,18.069.445,36.139.445,18.278,0,27.57.2,36.555.393,8.891.192,18.084.389,36.169.389,18.24,0,27.513.122,36.48.24,8.909.117,18.122.238,36.244.238,18.17,0,27.255-.025,36.339-.05s18.2-.051,36.391-.051,27.274,0,36.366,0,18.182,0,36.363,0c18.017,0,27.176-.336,36.035-.661,9.019-.331,18.346-.674,36.694-.674,18.226,0,27.49.088,36.45.172,8.918.085,18.14.172,36.28.172,18,0,27.151-.372,36-.733,9.03-.367,18.366-.747,36.731-.747,18.184,0,27.277.005,36.37.01s18.179.011,36.357.011c18.421,0,27.787.5,36.842.978,9.229.489,17.945.952,35.889.952,18.067,0,27.252-.237,36.134-.467,9-.232,18.3-.472,36.6-.472,18.17,0,27.256-.027,36.341-.054s18.2-.054,36.395-.054c18.139,0,27.361-.091,36.279-.178,8.962-.089,18.228-.18,36.457-.18v18c-18.14,0-27.361.091-36.279.179-8.962.088-18.229.179-36.457.179-18.171,0-27.257.027-36.342.054s-18.2.054-36.394.054c-18.067,0-27.252.237-36.134.466-9,.232-18.3.473-36.6.473-18.421,0-27.786-.5-36.842-.978-9.228-.489-17.944-.952-35.889-.952-18.184,0-27.276,0-36.368-.011s-18.179-.01-36.359-.01c-18,0-27.149.372-36,.733-9.029.367-18.366.747-36.732.747-18.225,0-27.49-.088-36.45-.172-8.918-.084-18.139-.172-36.28-.172-18.017,0-27.177.337-36.034.662-9.02.331-18.347.673-36.7.673-18.183,0-27.276,0-36.368-.005s-18.18,0-36.361,0-27.256.026-36.341.051-18.194.05-36.389.05c-18.24,0-27.512-.122-36.48-.24-8.909-.117-18.122-.238-36.244-.238-18.278,0-27.57-.2-36.556-.393-8.89-.191-18.084-.389-36.168-.389-18.292,0-27.59-.229-36.583-.45-8.884-.219-18.069-.445-36.139-.445-18.038,0-27.206.295-36.075.58-9.009.289-18.326.589-36.653.589-18.048,0-27.223.273-36.1.536C1336.691,21.015,1327.38,21.292,1309.064,21.292Z"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 10px;
  left: 0;
}
.zigzag-b2::before {
  position: absolute;
  content: "";
  top: -3px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2400 21.292"><path fill="%230386C1" d="M1309.064,21.292c-18.425,0-27.793-.508-36.851-1-9.226-.5-17.939-.973-35.878-.973-18.226,0-27.491-.091-36.451-.18-8.917-.088-18.137-.179-36.275-.179s-27.357.091-36.274.179c-8.961.089-18.227.18-36.453.18-18.345,0-27.671-.338-36.691-.666-8.858-.321-18.017-.654-36.036-.654s-27.19.317-36.051.624c-9.015.312-18.337.635-36.674.635-17.979,0-27.118.412-35.957.811-9.038.408-18.385.829-36.769.829-18.53,0-27.949-.73-37.059-1.436-9.171-.711-17.834-1.383-35.668-1.383-18.08,0-27.271.208-36.16.408-8.987.2-18.282.412-36.565.412-17.975,0-27.113.42-35.95.827-9.041.416-18.389.846-36.778.846-18.441,0-27.815-.542-36.881-1.066-9.216-.533-17.922-1.036-35.843-1.036-18.139,0-27.361.085-36.279.167-8.959.083-18.223.168-36.445.168-18.028,0-27.193.313-36.055.614-9.015.308-18.335.625-36.669.625-18.178,0-27.267.009-36.355.018s-18.186.018-36.372.018c-18.317,0-27.63-.283-36.635-.555-8.872-.269-18.046-.547-36.091-.547-17.939,0-26.652.471-35.877.97-9.058.49-18.425,1-36.85,1-18.15,0-27.376.066-36.3.13-8.954.063-18.213.129-36.427.129-18.533,0-27.954-.738-37.065-1.452-9.169-.719-17.829-1.4-35.658-1.4-17.887,0-26.575.569-35.773,1.172-9.083.6-18.475,1.211-36.95,1.211v-18c17.886,0,26.574-.57,35.773-1.173,9.082-.6,18.475-1.21,36.95-1.21,18.533,0,27.954.738,37.065,1.452,9.169.719,17.83,1.4,35.658,1.4,18.15,0,27.376-.065,36.3-.129,8.954-.064,18.213-.13,36.427-.13,17.939,0,26.652-.471,35.877-.97,9.058-.49,18.425-1,36.85-1,18.318,0,27.63.282,36.636.555,8.872.269,18.045.547,36.09.547,18.178,0,27.266-.009,36.354-.018s18.187-.018,36.373-.018c18.027,0,27.192-.312,36.056-.614,9.013-.307,18.334-.625,36.668-.625,18.14,0,27.361-.085,36.279-.167C554.314.556,563.578.471,581.8.471c18.441,0,27.816.542,36.881,1.066,9.217.532,17.922,1.036,35.843,1.036,17.976,0,27.114-.421,35.951-.827C699.515,1.33,708.863.9,727.252.9c18.08,0,27.271-.207,36.16-.408C772.4.29,781.694.08,799.977.08c18.53,0,27.95.73,37.06,1.437C846.208,2.228,854.871,2.9,872.7,2.9c17.979,0,27.118-.412,35.957-.811,9.038-.408,18.384-.829,36.769-.829,18.025,0,27.189-.317,36.05-.624C990.5.323,999.817,0,1018.155,0s27.671.339,36.69.666c8.858.322,18.018.654,36.037.654,18.138,0,27.358-.091,36.275-.179,8.961-.088,18.227-.18,36.452-.18s27.492.092,36.453.18c8.917.088,18.136.179,36.273.179,18.427,0,27.794.508,36.853,1,9.225.5,17.938.973,35.876.973,18.048,0,27.223-.273,36.1-.537,9-.267,18.316-.544,36.631-.544,18.038,0,27.207-.295,36.075-.58,9.01-.29,18.326-.589,36.653-.589,18.291,0,27.589.229,36.583.45,8.883.219,18.069.445,36.139.445,18.278,0,27.57.2,36.555.393,8.891.192,18.084.389,36.169.389,18.24,0,27.513.122,36.48.24,8.909.117,18.122.238,36.244.238,18.17,0,27.255-.025,36.339-.05s18.2-.051,36.391-.051,27.274,0,36.366,0,18.182,0,36.363,0c18.017,0,27.176-.336,36.035-.661,9.019-.331,18.346-.674,36.694-.674,18.226,0,27.49.088,36.45.172,8.918.085,18.14.172,36.28.172,18,0,27.151-.372,36-.733,9.03-.367,18.366-.747,36.731-.747,18.184,0,27.277.005,36.37.01s18.179.011,36.357.011c18.421,0,27.787.5,36.842.978,9.229.489,17.945.952,35.889.952,18.067,0,27.252-.237,36.134-.467,9-.232,18.3-.472,36.6-.472,18.17,0,27.256-.027,36.341-.054s18.2-.054,36.395-.054c18.139,0,27.361-.091,36.279-.178,8.962-.089,18.228-.18,36.457-.18v18c-18.14,0-27.361.091-36.279.179-8.962.088-18.229.179-36.457.179-18.171,0-27.257.027-36.342.054s-18.2.054-36.394.054c-18.067,0-27.252.237-36.134.466-9,.232-18.3.473-36.6.473-18.421,0-27.786-.5-36.842-.978-9.228-.489-17.944-.952-35.889-.952-18.184,0-27.276,0-36.368-.011s-18.179-.01-36.359-.01c-18,0-27.149.372-36,.733-9.029.367-18.366.747-36.732.747-18.225,0-27.49-.088-36.45-.172-8.918-.084-18.139-.172-36.28-.172-18.017,0-27.177.337-36.034.662-9.02.331-18.347.673-36.7.673-18.183,0-27.276,0-36.368-.005s-18.18,0-36.361,0-27.256.026-36.341.051-18.194.05-36.389.05c-18.24,0-27.512-.122-36.48-.24-8.909-.117-18.122-.238-36.244-.238-18.278,0-27.57-.2-36.556-.393-8.89-.191-18.084-.389-36.168-.389-18.292,0-27.59-.229-36.583-.45-8.884-.219-18.069-.445-36.139-.445-18.038,0-27.206.295-36.075.58-9.009.289-18.326.589-36.653.589-18.048,0-27.223.273-36.1.536C1336.691,21.015,1327.38,21.292,1309.064,21.292Z"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 10px;
  left: 0;
}
.zigzag-b2::after {
  position: absolute;
  content: "";
  bottom: -3px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2400 21.292"><path fill="%230386C1" d="M1309.064,21.292c-18.425,0-27.793-.508-36.851-1-9.226-.5-17.939-.973-35.878-.973-18.226,0-27.491-.091-36.451-.18-8.917-.088-18.137-.179-36.275-.179s-27.357.091-36.274.179c-8.961.089-18.227.18-36.453.18-18.345,0-27.671-.338-36.691-.666-8.858-.321-18.017-.654-36.036-.654s-27.19.317-36.051.624c-9.015.312-18.337.635-36.674.635-17.979,0-27.118.412-35.957.811-9.038.408-18.385.829-36.769.829-18.53,0-27.949-.73-37.059-1.436-9.171-.711-17.834-1.383-35.668-1.383-18.08,0-27.271.208-36.16.408-8.987.2-18.282.412-36.565.412-17.975,0-27.113.42-35.95.827-9.041.416-18.389.846-36.778.846-18.441,0-27.815-.542-36.881-1.066-9.216-.533-17.922-1.036-35.843-1.036-18.139,0-27.361.085-36.279.167-8.959.083-18.223.168-36.445.168-18.028,0-27.193.313-36.055.614-9.015.308-18.335.625-36.669.625-18.178,0-27.267.009-36.355.018s-18.186.018-36.372.018c-18.317,0-27.63-.283-36.635-.555-8.872-.269-18.046-.547-36.091-.547-17.939,0-26.652.471-35.877.97-9.058.49-18.425,1-36.85,1-18.15,0-27.376.066-36.3.13-8.954.063-18.213.129-36.427.129-18.533,0-27.954-.738-37.065-1.452-9.169-.719-17.829-1.4-35.658-1.4-17.887,0-26.575.569-35.773,1.172-9.083.6-18.475,1.211-36.95,1.211v-18c17.886,0,26.574-.57,35.773-1.173,9.082-.6,18.475-1.21,36.95-1.21,18.533,0,27.954.738,37.065,1.452,9.169.719,17.83,1.4,35.658,1.4,18.15,0,27.376-.065,36.3-.129,8.954-.064,18.213-.13,36.427-.13,17.939,0,26.652-.471,35.877-.97,9.058-.49,18.425-1,36.85-1,18.318,0,27.63.282,36.636.555,8.872.269,18.045.547,36.09.547,18.178,0,27.266-.009,36.354-.018s18.187-.018,36.373-.018c18.027,0,27.192-.312,36.056-.614,9.013-.307,18.334-.625,36.668-.625,18.14,0,27.361-.085,36.279-.167C554.314.556,563.578.471,581.8.471c18.441,0,27.816.542,36.881,1.066,9.217.532,17.922,1.036,35.843,1.036,17.976,0,27.114-.421,35.951-.827C699.515,1.33,708.863.9,727.252.9c18.08,0,27.271-.207,36.16-.408C772.4.29,781.694.08,799.977.08c18.53,0,27.95.73,37.06,1.437C846.208,2.228,854.871,2.9,872.7,2.9c17.979,0,27.118-.412,35.957-.811,9.038-.408,18.384-.829,36.769-.829,18.025,0,27.189-.317,36.05-.624C990.5.323,999.817,0,1018.155,0s27.671.339,36.69.666c8.858.322,18.018.654,36.037.654,18.138,0,27.358-.091,36.275-.179,8.961-.088,18.227-.18,36.452-.18s27.492.092,36.453.18c8.917.088,18.136.179,36.273.179,18.427,0,27.794.508,36.853,1,9.225.5,17.938.973,35.876.973,18.048,0,27.223-.273,36.1-.537,9-.267,18.316-.544,36.631-.544,18.038,0,27.207-.295,36.075-.58,9.01-.29,18.326-.589,36.653-.589,18.291,0,27.589.229,36.583.45,8.883.219,18.069.445,36.139.445,18.278,0,27.57.2,36.555.393,8.891.192,18.084.389,36.169.389,18.24,0,27.513.122,36.48.24,8.909.117,18.122.238,36.244.238,18.17,0,27.255-.025,36.339-.05s18.2-.051,36.391-.051,27.274,0,36.366,0,18.182,0,36.363,0c18.017,0,27.176-.336,36.035-.661,9.019-.331,18.346-.674,36.694-.674,18.226,0,27.49.088,36.45.172,8.918.085,18.14.172,36.28.172,18,0,27.151-.372,36-.733,9.03-.367,18.366-.747,36.731-.747,18.184,0,27.277.005,36.37.01s18.179.011,36.357.011c18.421,0,27.787.5,36.842.978,9.229.489,17.945.952,35.889.952,18.067,0,27.252-.237,36.134-.467,9-.232,18.3-.472,36.6-.472,18.17,0,27.256-.027,36.341-.054s18.2-.054,36.395-.054c18.139,0,27.361-.091,36.279-.178,8.962-.089,18.228-.18,36.457-.18v18c-18.14,0-27.361.091-36.279.179-8.962.088-18.229.179-36.457.179-18.171,0-27.257.027-36.342.054s-18.2.054-36.394.054c-18.067,0-27.252.237-36.134.466-9,.232-18.3.473-36.6.473-18.421,0-27.786-.5-36.842-.978-9.228-.489-17.944-.952-35.889-.952-18.184,0-27.276,0-36.368-.011s-18.179-.01-36.359-.01c-18,0-27.149.372-36,.733-9.029.367-18.366.747-36.732.747-18.225,0-27.49-.088-36.45-.172-8.918-.084-18.139-.172-36.28-.172-18.017,0-27.177.337-36.034.662-9.02.331-18.347.673-36.7.673-18.183,0-27.276,0-36.368-.005s-18.18,0-36.361,0-27.256.026-36.341.051-18.194.05-36.389.05c-18.24,0-27.512-.122-36.48-.24-8.909-.117-18.122-.238-36.244-.238-18.278,0-27.57-.2-36.556-.393-8.89-.191-18.084-.389-36.168-.389-18.292,0-27.59-.229-36.583-.45-8.884-.219-18.069-.445-36.139-.445-18.038,0-27.206.295-36.075.58-9.009.289-18.326.589-36.653.589-18.048,0-27.223.273-36.1.536C1336.691,21.015,1327.38,21.292,1309.064,21.292Z"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 10px;
  left: 0;
}
.fl .date,
.fl .taglist {
  width: max-content;
}
.ownerbox {
  width: 125%;
  margin-left: -12.5%;
  font-size: 1.6rem;
  color: #333;
}
.ownerbox .fl {
  align-items: center;
  width: 75%;
  margin: 0 auto;
}
.ownerphoto {
  width: 22%;
  min-width: 180px;
  margin-right: 40px;
}
.ownerphoto img {
  border-radius: 50%;
}
.ownertxt {
  width: 70%;
}
.ownertxt h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}
.ownertxt p {
  margin-bottom: 0px;
}
.btn1.yellow {
  background-color: #ffff32;
  color: #2a9cc6;
  padding: 1.6rem;
  text-align: center;
  font-size: 2.4rem;
  border: none;
  margin-top: 90px;
}
.tablestyle1 {
  border-bottom: 1px solid #badfed;
  border-radius: 3px;
  margin-bottom: 60px;
}
.tablestyle1 li {
  border-top: 1px solid #badfed;
  border-radius: 3px;
  padding: 1.6rem 0;
}
.tablestyle1 li dl {
  align-items: center;
}
.tablestyle1 li dt {
  width: 36%;
}
.tablestyle1 li dd {
  width: 64%;
}
h6 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.postcontent-shop {
  border-bottom: none;
}
.postdetail-shop {
  width: 100%;
  padding: 60px 10%;
  background-color: #2a9cc6;
  margin-top: 0;
}
.shopcat li {
  margin: 0 4% 30px 0;
}
.shopcat li a {
  font-size: 1.4rem;
}
.shopcat li:nth-child(4n) {
  margin: 0 0 30px 0;
}
@media (max-width: 1420px) {
  .ownerbox .fl {
    width: 100%;
  }
}
@media (max-width: 1130px) {
  .ownerbox .fl {
    flex-flow: column;
  }
  .ownerphoto {
    margin: 0 auto;
  }
}
@media (max-width: 678px) {
  .shopmain,
  #photo_container {
    height: auto;
    position: static;
  }
  #main_photo,
  #main_photo img {
    height: 35vh;
  }
  #thumbnail {
    width: 100%;
    position: static;
    bottom: unset;
    justify-content: center;
    background-color: #0386c1;
    padding: 8px;
    left: unset;
    transform: unset;
  }
  #thumbnail li {
    width: 17%;
    border: 2px solid #fff;
    border-radius: 1px;
    margin-right: 7px;
  }
  #thumbnail li:last-child {
    margin-right: 0;
  }
  .postdetail-shop {
    padding: 45px 5%;
  }
  .postcontent .photolist img {
    margin-bottom: 0px;
  }
  .ownerphoto {
    margin: 40px auto 0;
  }
  .ownertxt {
    width: 88%;
    margin-bottom: 20px;
  }
  .tablestyle1 {
    margin-bottom: 40px;
  }
  .tablestyle1 li dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .tablestyle1 li dd {
    width: 100%;
  }
  .postcontent-shop {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .shopcat .btn1.white {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .shopcat .btn1.white:nth-of-type(2n) {
    margin: 0 0 20px 0;
  }
  .shopcat .btn1.white a {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .postdetail2 h3 {
    padding-top: 30px;
  }
  .btn1.white a {
    letter-spacing: 1px;
  }
}
/* photogragh */
.photogragharea .grid {
  margin-top: 90px;
  left: 1.5%;
}
.photogragharea .photograghlist {
  border: 1px solid #fff;
  margin-bottom: 40px;
}
.photogragharea .photograghlist h3 {
  padding: 1.2rem;
  color: #fff;
  font-size: 1.8rem;
}
.photogragharea .photograghlist h3 a {
  text-decoration: underline;
}
.grid-item {
  width: 30%;
  margin-right: 3%;
}
.grid-item:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 980px) {
  .grid-item {
    width: 47%;
    margin-right: 3%;
  }
  .grid-item:nth-of-type(3n) {
    margin-right: 3%;
  }
  .grid-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .photogragharea .photograghlist {
    margin-bottom: 20px;
  }
  .photogragharea .photograghlist h3 {
    font-size: 1.4rem;
  }
}
.grid-item--large {
  width: 290px;
}
.contactbox {
  color: #fff;
  font-size: 1.6rem;
}
span.yellow {
  color: #ffff32;
}
.tablestyle1.tablestyle2 li {
  padding: 3.2rem 0;
  font-size: 1.6rem;
}
.tablestyle1 input,
.tablestyle1 textarea {
  background-color: #fff;
  padding: 0.8rem 1rem;
  color: #333;
}
.tablestyle1 input.type1 {
  width: 60%;
}
.tablestyle1 input.type2 {
  width: 30%;
  margin-bottom: 20px;
}
.tablestyle1 input.type3,
.tablestyle1 textarea {
  width: 100%;
}
.tablestyle1 input.type4 {
  width: 100%;
  height: 9em;
}
.btn1.yellow a {
  color: #333;
  padding: 0;
}
.tablestyle1.policy li:first-child {
  border-top: none;
}
input.btn1,
input.btn1.gray {
  display: block;
  padding: 1.6rem 0;
  text-align: center;
  border: none;
  font-size: 1.8rem;
  margin-bottom: 30px;
  background-color: #666;
}
@media (max-width: 678px) {
  .main.contact {
    height: 18vh;
    padding-bottom: calc(18vh + (45px + 3.2rem));
    background-size: contain;
    background-position: top;
    margin-bottom: calc(45px + 3.2rem);
  }
  .contactbox {
    font-size: 1.3rem;
    padding-top: 30px;
  }
  .tablestyle1.tablestyle2 li {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
  .tablestyle1 input.type1 {
    width: 100%;
  }
  .tablestyle1 input.type2 {
    width: 60%;
    margin-bottom: 20px;
  }
}
footer.zigzag-b2::after {
  content: none;
}

/*-------------------------------

cf7

-------------------------------*/
.js-cf7-confirm-wrap {
  display: none;
}
.wpcf7-response-output {
  display: none !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.js-cf7-wrap .btn {
  display: block;
  border: none;
  background: none;
  font-weight: normal;
}
.js-cf7-wrap .btn:hover {
  cursor: pointer;
}
.js-cf7-wrap .btn--confirm {
  margin: 0 auto;
}
/* .js-cf7-wrap .btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  width: fit-content;
} */
.js-cf7-wrap .wpcf7-list-item {
  margin: 0 !important;
}
.js-cf7-wrap
  .item__txt
  :is(
    input:is(
        [type="text"],
        [type="email"],
        [type="tel"],
        [type="number"],
        [type="url"],
        [type="search"],
        [type="password"]
      ),
    textarea
  ) {
  padding: 10px;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-weight: normal;
  outline: none;
  border-radius: 0;
}

@media (max-width: 768px) {
  .js-cf7-wrap .btn-wrap {
    display: block;
  }
  .js-cf7-wrap .btn-wrap > * + * {
    margin-top: 20px;
  }
}

.temp_contact :is(.btn--confirm, .btn--submit) {
  background: #ffff32;
  color: #2a9cc6;
  padding: 1.6rem;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 90px;
  border-radius: 100vmax;
  margin-bottom: 30px;
  display: block;
  width: 44%;
  margin: 0 auto 60px;
}
.temp_contact .btn--back {
  display: block;
  padding: 1.6rem 0;
  text-align: center;
  border: none;
  font-size: 1.8rem;
  margin-bottom: 30px;
  background-color: #666;
  width: 44%;
  border-radius: 50px;
  margin: 0 auto 60px;
}
.temp_contact .cf7-cf-turnstile {
  margin: 0 auto;
  width: fit-content;
  margin-top: 60px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .temp_contact .btn {
    width: 88%;
  }
}
