<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, figure, picture,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    vertical-align: baseline;
    background: transparent;
    color: #573727;
}
html {
  max-height: 100vh;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
  
:focus {
    outline: 0;
}
  
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
  
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*----------------------------------------------------
    Clearfix
----------------------------------------------------*/

.cf {
  zoom: 1;
} 

.cf:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}   
  
/* Hides from IE-mac */
* html .cf {
    height: 1%;
}
.cf {
    display: block;
}
/* End hide from IE-mac */

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.wrap {
  min-height: calc(100vh - 3em - 1px);
  position: relative;
  padding-bottom: calc(3em + 1px);
}

header {
  padding-top: 2em;
  border-bottom: 4px solid #ba2636;
  text-align: center;
}

header .logo {
  margin: 0 0 .5em;
}

header h1 span {
  display: block;
}

p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

.h1_1 {
  font-size: .875em;
  margin-bottom: 2em;
}

.h1_2 {
  margin-bottom: .25em;
}

.h1_3 {
  font-size: 1.5em;
  margin-bottom: .5em;
}

.ttl {
  margin-bottom: 1em;
  padding: .5em;
  background: #f1ece8;
  border-bottom: 1px solid #76503d;
  line-height: 1.25em;
  font-weight: bold;
  font-size: 1.25em;
}

.main {
  padding: 0 .75em 2em;
  border-bottom: 4px solid #ba2636;
}

.main p:last-child {
  margin-bottom: 0;
}

.mess {
  max-width: 768px;
  margin: auto;
  margin-bottom: .75em;
  line-height: 1.5em;
}

.mess h2 {
  margin: 2em 0 .5em;
  padding: .5em;
  background: #f1ece8;
  font-weight: bold;
  font-size: 1rem;
}

.mess img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.flow {
  margin-bottom: 2em;
  padding: 2em 1em 1em;
  background: #f8f5f2;
}

.catch {
  margin-bottom: .75em;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}

.btn {
  display: block;
  margin: 0 2em 1em;
  padding: 1em 0 .75em;
  border: 0.26vw solid #fff;
  border-radius: 1.33vw;
  box-shadow: 0px 0.13vw 0.66vw 0px rgba(0, 0, 0, 0.35);
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #573727;
}

.btn1 {
  background-image: -moz-linear-gradient( 90deg, rgb(236,100,0) 0%, rgb(241,171,4) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(236,100,0) 0%, rgb(241,171,4) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(236,100,0) 0%, rgb(241,171,4) 100%);
  color: #fff;
}

.btn2 {
  background-image: -moz-linear-gradient(90deg, rgb(220,210,203) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(220,210,203) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(220,210,203) 0%, rgb(255,255,255) 100%);
}

.address {
  font-size: .875em;
}

.center {
  text-align: center;
}

.mess img.thumb {
  margin-bottom: .75em;
}

.detail {
  padding: 0 21%;
}

.detail a {
  display: block;
  padding: .6em 0;
  border: 1px solid #87746b;
  text-align: center;
  text-decoration: none;
  font-size: .825em;
}

.prevnext {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: .75em 0;
  background: #f1ece8;
  border-bottom: 1px solid #a79385;
}

.prevnext &gt; div {
  margin-right: .5em;
  background: #fff;
  border: 1px solid #000;
}

.prevnext &gt; div.nolink span {
  opacity: .6;
}

.prev {
  margin-right: 0;
}

.prevnext a, .prevnext span {
  display: block;
  padding: .75em;
  font-size: .875rem;
}

.prevnext a {
  text-decoration: none;
}

.pagenation {
  padding: 1.7em 0;
  background: #f1ece8;
  border-bottom: 1px solid #a79385;
  text-align: center;
}

.pagenation &gt; div {
  display: inline;
}

.pagenation a, .pagenation span {
  margin: 0 0.25em;
  padding: .95em;
  background: #fff;
  border: 1px solid #000;
  text-decoration: none;
  font-size: .75em;
}

.pagenation .numpages .current {
  background: #573727;
  color: #fff;
}

.catlink h3 {
  margin: 1.5em 0 .75em;
  text-align: center;
  font-size: 1.075em;
}

.catlink ul {
  padding: 0 .75em .75em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catlink ul li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
}

.catlink ul li:nth-child(2n) {
  margin-right: 0;
}

.catlink ul li a {
  display: block;
  padding: 1.05em 0;
  background: #f8f5f2;
  border: 1px solid #573727;
  border-radius: .5em;
  text-decoration: none;
  text-align: center;
  font-size: .875em;
}

footer {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #a79385;
}

footer p {
  margin-bottom: 0;
  line-height: 3em;
}

footer p small {
  font-size: .65em;
}

@media screen and (max-width: 768px) {
  .pc {display: none;}

  header .logo img {
    width: 100px;
  }
}

@media screen and (min-width: 769px) {
  .sp {display: none;}

  .ttl {
    text-align: center;
  }

  .flow {
    max-width: 780px;
    margin: 0 auto 2em;
    text-align: center;
  }

  .btn_box {
    display: -webkit-flex;
    display: flex;
  }

  .btn {
    width: 50%;
    margin: 0 1em 1em;
  }
}
</pre></body></html>