<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.4.2/css/all.css");
html, body {
  color: #eee;
  background-color: #8f6b4a;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-feature-settings: "palt";
  letter-spacing: 0.07rem;
  line-height: 150%;
  background-image: url(../img/bg.png);
  background-repeat: repeat-x;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

a {
  word-break: break-all;
}
a:link {
  text-decoration: none;
  color: #86BAB9;
}
a:visited {
  text-decoration: none;
  color: #86BAB9;
}
a:active {
  text-decoration: none;
  color: #86BAB9;
}
a:hover {
  text-decoration: underline;
  color: #8BA7A7;
}

th, td {
  color: #eee;
}

/*-----*/
.wrap {
  margin: auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrap {
    max-width: 767px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
  }
}

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

.content {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 10px 15px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 10px 25px 15px;
  }
}

.entry {
  margin: 15px auto 0;
  padding: 0 0 50px 0;
}

h1, h2, h3 {
  line-height: 150%;
  word-wrap: break-word;
  color: #fff;
}

h1 {
  line-height: 150%;
  background-color: rgba(143, 107, 74, 0.6);
  padding: 11px 12px 10px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.1rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 1.5rem;
    margin: 0 0 30px;
  }
}

h2 {
  font-size: 1.25rem;
  line-height: 150%;
  background-color: rgba(238, 238, 238, 0.1);
  padding: 10px 10px 9px 12px;
  margin: 30px 0 15px 0;
  color: #fff;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

h3 {
  font-size: 1.125rem;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 7px 10px 6px 10px;
  color: #fff;
}

/*-----*/
.global_head {
  margin: 0 0 0 0;
  border-bottom: 1px solid #999;
}

@media only screen and (max-width: 767px) {
  .localnav {
    margin: 10px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .localnav {
    margin: 13px auto;
  }
}
.localnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .localnav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .localnav ul li {
    width: 15%;
    margin: 0 3px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .localnav ul li {
    width: calc(8% - 5px);
    margin: 0 10px 0 0;
  }
}
.localnav ul li a.active {
  display: block;
  width: 100%;
  background-image: url(../img/nav/active.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.localnav ul img {
  max-width: 100%;
  transition: 0.2s;
}
.localnav ul img:hover {
  opacity: 0.8;
}

/*-----*/
.event .entry p {
  margin: 15px 0 0 0;
}
.event .entry p:first-child {
  margin: 0 0 0 0;
}
.event .entry .intro {
  margin: 20px auto 30px;
  text-align: center;
}
.event .entry em {
  display: block;
  font-style: normal;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 7px 0 5px 10px;
}
.event .entry hr {
  border-top: none;
  border-bottom: 1px solid #666;
  margin: 30px 0;
}
.event .entry strong {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 0 15px 0;
  padding: 11px 0 10px 0;
  background-color: #333;
}
.event .entry strong a {
  display: inline-block;
  margin: 0 10px 0;
}
.event .entry .old_event .section {
  margin: 0 0 20px 0;
}
.event .entry .old_event .img_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}
.event .entry .old_event .img_list div {
  max-width: 24.5%;
  margin: 0 0 10px 0;
}
.event .entry .old_event .img_list img {
  max-width: 100%;
}

.moshikomi-dojin__basic {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .moshikomi-dojin__basic {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi-dojin__basic {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
.moshikomi-dojin__basic .note {
  display: block;
  margin: 0 0 0 0;
  padding: 10px 20px 10px;
  border: 1px solid #666;
}
.moshikomi-dojin__basic dl {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  .moshikomi-dojin__basic dl {
    flex-direction: column;
  }
}
.moshikomi-dojin__basic dl dt {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .moshikomi-dojin__basic dl dt {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi-dojin__basic dl dt {
    margin: 0;
    padding: 0 5px;
    width: 32%;
    text-align: center;
  }
}
.moshikomi-dojin__basic dl dd {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .moshikomi-dojin__basic dl dd {
    width: 68%;
  }
}
.moshikomi-dojin__basic ul {
  margin: 25px 0 0 30px;
  padding: 0;
}
.moshikomi-dojin__basic ul li {
  margin: 10px 0 0 0;
}
.moshikomi-dojin__basic ul li:first-child {
  margin: 0 0 0 0;
}
.moshikomi-dojin__basic table {
  margin: 30px 0 0 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.moshikomi-dojin__basic th, .moshikomi-dojin__basic td {
  border: 1px dotted #666;
  padding: 10px 0 8px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .moshikomi-dojin__area {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi-dojin__area {
    width: 49%;
  }
}
.moshikomi-dojin__area h2:first-child {
  margin: 0 0 0 0;
}
.moshikomi-dojin .flow {
  display: flex;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .moshikomi-dojin .flow {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi-dojin .flow {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .moshikomi-dojin .flow__area {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi-dojin .flow__area {
    width: 100%;
  }
}
.moshikomi-dojin .flow__block {
  margin: 20px 0 0 0;
  border: 1px dotted #999;
  padding: 10px 20px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
.moshikomi-dojin .flow__block p {
  margin: 15px 0 0 5px;
}
.moshikomi-dojin .flow__block:first-child {
  margin: 0 0 0 0;
}
.moshikomi-dojin .flow__block ul {
  margin: 10px 0 0 25px;
  list-style-position: outside;
  list-style-type: "※";
}
.moshikomi-dojin .flow__block ul li {
  margin: 0;
  font-size: 0.8rem;
}
.moshikomi-dojin .flow__arrow {
  text-align: center;
  margin: 20px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  border-width: 20px 15px 0 15px;
}

.moshikomi-itaku__basic {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .moshikomi-itaku__basic {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi-itaku__basic {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
.moshikomi-itaku__basic strong {
  display: block;
  font-size: 1.5rem;
  line-height: 150%;
  margin: 0 0 0 0;
}
.moshikomi-itaku__basic ul {
  margin: 25px 0 0 30px;
  padding: 0;
}
.moshikomi-itaku__basic ul li {
  margin: 10px 0 0 0;
}
.moshikomi-itaku__basic ul li:first-child {
  margin: 0 0 0 0;
}
.moshikomi-itaku__basic table {
  margin: 30px 0 0 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.moshikomi-itaku__basic th, .moshikomi-itaku__basic td {
  border: 1px dotted #666;
  padding: 10px 0 8px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .moshikomi-itaku__area {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi-itaku__area {
    width: 55%;
  }
}
.moshikomi-itaku__area h2:first-child {
  margin: 0 0 0 0;
}
@media only screen and (max-width: 767px) {
  .moshikomi-itaku__areanote {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi-itaku__areanote {
    width: 43%;
    border: 1px solid #666;
    padding: 0 20px 20px;
    margin: 0px 0 0 0;
    box-sizing: border-box;
  }
}
.moshikomi-itaku__areanote h2:first-child {
  margin: 0 0 0 0;
}
.moshikomi-itaku__areanote ul {
  margin: 10px 0 0 25px;
  list-style-position: outside;
  list-style-type: "※";
}
.moshikomi-itaku__areanote ul li {
  margin: 0;
  font-size: 0.8rem;
}
.moshikomi-itaku .flow {
  display: flex;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .moshikomi-itaku .flow {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi-itaku .flow {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .moshikomi-itaku .flow__area {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi-itaku .flow__area {
    width: 48%;
  }
}
.moshikomi-itaku .flow__block {
  margin: 30px 0 0 0;
  border: 1px dotted #999;
  padding: 10px 20px 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
.moshikomi-itaku .flow__block p {
  margin: 15px 0 0 5px;
}
.moshikomi-itaku .flow__block ul {
  margin: 10px 0 0 25px;
  list-style-position: outside;
  list-style-type: "※";
}
.moshikomi-itaku .flow__block ul li {
  margin: 0;
  font-size: 0.8rem;
}
.moshikomi-itaku .flow__arrow {
  text-align: center;
  margin: 30px auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #ccc transparent transparent transparent;
}

.layout .entry {
  overflow: visible;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .layout .entry {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .layout .entry {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .layout .entry .layout_map {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .layout .entry .layout_map {
    width: 43%;
  }
  .layout .entry .layout_map .sticky {
    position: sticky;
    top: 10px;
  }
}
.layout .entry .layout_list {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .layout .entry .layout_list {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .layout .entry .layout_list {
    width: 56%;
  }
}
.layout .entry .layout_list ol {
  margin: 0 0 0 30px;
  padding: 0;
  width: calc(50% - 30px);
}
.layout .entry .layout_list ul {
  margin: 0 0 0 20px;
  padding: 0;
  width: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
  .layout .entry .layout_list ul {
    width: calc(50% - 20px);
  }
}
.layout .entry .layout_list li {
  margin: 0 0 5px 0;
}
.layout .entry .layout_list .chokusetsu,
.layout .entry .layout_list .itaku {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 0 0 20px 0;
}
.layout .entry .layout_list .chokusetsu {
  transition: 0.2s;
}
.layout .entry .layout_list .chokusetsu a {
  text-decoration: none;
  color: white;
}
.layout .entry .layout_list .chokusetsu a img {
  height: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.layout .entry .layout_list .chokusetsu a:visited {
  color: white;
}
.layout .entry .layout_list .chokusetsu a:hover {
  opacity: 0.5;
}
.layout img {
  max-width: 100%;
}

.schedule table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.schedule th, .schedule td {
  border: 1px dotted #999;
  padding: 20px;
  box-sizing: border-box;
}
.schedule th {
  width: 15%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.schedule td {
  width: 80%;
}
.schedule td strong {
  display: block;
  font-size: 1.25rem;
  line-height: 150%;
}
.schedule td p {
  margin: 15px 0 0 0;
}

.contact {
  margin: 0 0 20px 0;
  text-align: center;
  width: 100%;
}
.contact table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 0 10px 0;
}
.contact th, .contact td {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .contact th, .contact td {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .contact th, .contact td {
    border-bottom: 1px dotted #333;
    padding: 10px 0 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact th {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact th {
    width: 30%;
    text-align: center;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .contact td {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact td {
    width: 70%;
    text-align: left;
    vertical-align: top;
  }
}
.contact textarea {
  height: 300px;
}

.toroku .tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.toroku .tab li {
  width: 50%;
}
.toroku .tab li a {
  display: block;
  padding: 12px 5px 9px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  background-color: #432d1e;
  color: #fff;
  border-bottom: 1px solid #91694e;
}
.toroku .tab li a.active {
  background-color: #000;
  border-top: 1px solid #91694e;
  border-right: none;
  border-bottom: none;
}
.toroku .tab li a:hover {
  background-color: #8c542f;
}
.toroku .cut {
  display: flex;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .toroku .cut {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .toroku .cut {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .toroku .cut .image {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .toroku .cut .image {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .toroku .cut .info {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .toroku .cut .info {
    width: calc(100% - 260px);
  }
}
.toroku .cut .info p {
  margin: 15px 0 0 10px;
}
.toroku .cut .info p:first-child {
  margin: 0 0 0 10px;
}
.toroku .mailform p {
  margin: 15px 0 0 0;
}
.toroku .mailform p:first-child {
  margin: 0 0 0 0;
}
.toroku .mailform hr {
  margin: 30px 0 15px 0;
  border-top: none;
  border-bottom: 1px dotted #333;
}
.toroku .mailform dl {
  margin: 0 0 0 10px;
  padding: 0;
}
.toroku .mailform dt {
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #999;
  padding: 0 0 10px 10px;
}
.toroku .mailform dt span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #eee;
  margin: 0 5px 0 0;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
}
.toroku .mailform dd {
  margin: 0 0 30px 20px;
}
.toroku .mailform em {
  color: #cc0000;
  font-style: normal;
}

.mailform {
  box-sizing: border-box;
}
.mailform select {
  font-size: 1rem;
}
.mailform input[type=text],
.mailform input[type=number],
.mailform input[type=email] {
  border: none;
  box-sizing: border-box;
  padding: 10px 8px;
  font-size: 1rem;
}
.mailform textarea {
  border: none;
  box-sizing: border-box;
  padding: 8px;
  font-size: 1rem;
}
.mailform input[type=radio] {
  margin: 0 7px 0 0;
  font-size: 1rem;
}
.mailform .mini {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mailform .mini {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .mini {
    width: 20%;
  }
}
.mailform .short {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mailform .short {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .short {
    width: 35%;
  }
}
.mailform .middle {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mailform .middle {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .middle {
    width: 50%;
  }
}
.mailform .long {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mailform .long {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .long {
    width: 70%;
  }
}
.mailform .max {
  width: 100%;
  box-sizing: border-box;
}
.mailform b {
  color: #ee0000;
  font-size: 0.9rem;
}
.mailform dl {
  margin: 0;
}
.mailform dt {
  margin: 10px 0 0 0;
}
.mailform dt:first-child {
  margin: 0 0 0 0;
}
.mailform dd {
  margin: 0 0 0 25px;
}
.mailform em {
  font-style: normal;
  color: #ff8849;
  margin: 0 0 0 5px;
}
.mailform table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 0 10px 0;
}
.mailform th {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 0.85rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mailform th {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .mailform th {
    width: 25%;
    border-bottom: 1px solid #666;
    padding: 12px 5px 11px;
  }
}
.mailform td {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .mailform td {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .mailform td {
    width: 75%;
    border-bottom: 1px solid #666;
    padding: 12px 5px 11px;
  }
}
.mailform .submit {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .mailform .submit {
    flex-direction: column;
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .submit {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    background-color: #333;
    border: 1px solid #999;
    margin: 30px 0 0;
    padding: 15px 0;
  }
}
.mailform .submit input[type=submit] {
  -webkit-appearance: none;
  border: none;
  height: 45px;
  line-height: 45px;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  .mailform .submit input[type=submit] {
    width: 100%;
    font-size: 1rem;
    margin: 0 0 13px;
  }
  .mailform .submit input[type=submit]:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mailform .submit input[type=submit] {
    width: 280px;
    font-size: 0.95rem;
    margin: 0 15px;
  }
}
.mailform .submit input[type=submit]:first-child {
  background-color: #2676a5;
  color: #fff;
}
.mailform .submit input[type=submit]:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.basicinfo .entry {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .basicinfo .entry {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .basicinfo .entry {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .basicinfo .map {
    order: 2;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .basicinfo .map {
    width: 50%;
  }
}
.basicinfo .map iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .basicinfo .map iframe {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) {
  .basicinfo .map iframe {
    height: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .basicinfo .info {
    order: 1;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .basicinfo .info {
    width: 48%;
  }
}
.basicinfo dl {
  margin: 30px 0 0;
  padding: 0;
}
.basicinfo dl dt {
  margin: 20px 0 10px 0;
  padding: 7px 0 5px 10px;
  border-bottom: 1px dotted #999;
}
.basicinfo dl dd {
  margin: 0;
  padding: 0 0 0 10px;
}
.basicinfo p {
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .basicinfo p {
    line-height: 1.8rem;
  }
}
.basicinfo p:first-child {
  margin: 0 0 0 0;
}

.moshikomi .entry {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .moshikomi .entry {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi .entry {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .moshikomi .entry .area {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .moshikomi .entry .area {
    width: 49%;
  }
}
.moshikomi .entry p {
  margin: 15px 0 0 0;
}
.moshikomi .entry p:first-child {
  margin: 0 0 0 0;
}
.moshikomi .entry ul {
  margin: 0 0 20px 25px;
  padding: 0;
}
.moshikomi .entry li {
  margin: 5px 0 0 0;
}
.moshikomi .entry strong {
  display: block;
  margin: 0 0 10px 0;
}
.moshikomi .entry dl {
  margin: 0 0 20px 7px;
}
.moshikomi .entry dt {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 150%;
}
.moshikomi .entry dt span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #eee;
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
}
.moshikomi .entry dd {
  margin: 0 0 20px 15px;
  padding: 0 0 5px 0;
}
.moshikomi .entry .basic {
  margin: 0 0 30px 0;
  padding: 20px;
  border: 1px solid #666;
  background-color: #352222;
}
.moshikomi .entry .basic ul {
  margin: 0 0 0 25px;
  padding: 0;
}
.moshikomi .entry .basic table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.moshikomi .entry .basic th, .moshikomi .entry .basic td {
  font-weight: normal;
  border-bottom: 1px dotted #666;
  padding: 8px 5px;
}
.moshikomi .entry .basic th {
  width: 30%;
  text-align: center;
}
.moshikomi .entry .basic td {
  width: 70%;
}
.moshikomi .entry .arrow {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #666;
  margin: 0 auto 15px;
}
.moshikomi .entry .note .block {
  border: 1px solid #666;
  padding: 20px 20px 0;
  margin: 0 0 15px 0;
}
.moshikomi .attention strong {
  background-color: #3f2f2f;
  padding: 10px 10px 8px;
  margin: 0 0 15px 0;
  color: #fff;
}
.moshikomi .flow h3 {
  border: 1px solid #999;
  padding: 15px;
}
.moshikomi .flow em {
  font-style: normal;
  font-weight: normal;
  font-size: 0.85rem;
}
.moshikomi .flow dl {
  margin: 0 0 20px 0;
  border: 1px dotted #666;
  padding: 20px;
}

.ippan .entry ul {
  margin: 0 0 0 30px;
  padding: 0;
}
.ippan .entry li {
  margin: 0 0 10px 0;
}

.circlelist table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.circlelist table th, .circlelist table td {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .circlelist table th, .circlelist table td {
    padding: 20px 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .circlelist table th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 20px 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .circlelist table th {
    border-bottom: 1px dotted #ccc;
    width: 25%;
    text-align: center;
  }
}
.circlelist table th:has(a) {
  color: #86bab9;
}
.circlelist table td {
  border-bottom: 1px dotted #ccc;
}
@media only screen and (max-width: 767px) {
  .circlelist table td {
    width: 100%;
    display: block;
    padding: 15px 10px 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .circlelist table td {
    width: 75%;
    padding-left: 20px;
  }
}

.report .content {
  padding-bottom: 0;
}
.report .entry {
  padding: 0;
}
.report .imgblock {
  margin: 0 auto;
  text-align: center;
  display: flex;
}
.report .imgblock p {
  margin: 15px 0 0 0;
}
.report .imgblock .inner {
  max-width: 640px;
  background-color: #000;
  margin: 0 auto;
}
.report .imgbox {
  text-align: center;
}
.report .imgbox .imgitem {
  margin: 50px 0 0;
}
.report .text {
  max-width: 640px;
  background-color: #000;
  margin: 0 auto;
  padding: 40px 30px;
  box-sizing: border-box;
}
.report .text &gt; p {
  margin: 30px auto 0;
}
.report .text &gt; p:first-child {
  margin: 0 auto 0;
}

.goods__itemlist {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .goods__itemlist--tshirt {
    margin: 0 auto;
    width: 80%;
  }
}
.goods__itemlist--tshirt ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist--tshirt ul {
    flex-direction: column;
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .goods__itemlist--tshirt ul {
    justify-content: center;
    gap: 0 30px;
  }
}
.goods__itemlist--tshirt table {
  border-collapse: collapse;
  border: 1px solid #fff;
  width: 100%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist--tshirt table {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .goods__itemlist--tshirt table {
    max-width: 500px;
  }
}
.goods__itemlist--tshirt table th, .goods__itemlist--tshirt table td {
  text-align: center;
  padding: 16px 10px;
}
.goods__itemlist--tshirt table td {
  border-top: 1px solid #fff;
}
.goods__itemlist p {
  line-height: 1.7rem;
}
.goods__itemlist img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist img {
    width: 80%;
  }
}
.goods__itemlist .link {
  background-color: rgba(238, 238, 238, 0.3);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist .link {
    width: 180px;
    height: 40px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .goods__itemlist .link {
    width: 220px;
    height: 45px;
    font-size: 0.95rem;
    transition: 0.3s;
  }
  .goods__itemlist .link:hover {
    background-color: #695a4c;
  }
}
.goods__itemlist .link a {
  color: #fff;
  flex: 1;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods__itemlist .link a:hover {
  text-decoration: none;
}
.goods__itemlist .link a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  margin: 0 7px 0 0;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist .link a::before {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .goods__itemlist .link a::before {
    font-size: 0.9rem;
  }
}
.goods__itemlist .link:not(:has(a)) {
  background-color: rgba(204, 204, 204, 0.9);
  color: #555;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist .tshirt-link {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .goods__itemlist .tshirt-link {
    margin: 50px auto 0;
    max-width: 550px;
  }
}
.goods__itemlist .tshirt-link__ttl {
  font-size: 1.25rem;
  line-height: 150%;
  background-color: rgba(238, 238, 238, 0.1);
  color: #fff;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist .tshirt-link__ttl {
    margin: 0 0 20px;
    padding: 7px 35px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__itemlist .tshirt-link__ttl {
    font-size: 1.2rem;
    margin: 0 0 30px;
    padding: 10px 35px;
  }
}
.goods__itemlist .tshirt-link dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist .tshirt-link dl {
    padding: 12px 0;
    font-size: 0.95rem;
  }
}
@media only screen and (min-width: 768px) {
  .goods__itemlist .tshirt-link dl {
    padding: 15px 0;
  }
}
.goods__itemlist .tshirt-link dl:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.goods__itemlist .tshirt-link dl dt {
  margin: 0;
  text-align: left;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist .tshirt-link dl dt {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__itemlist .tshirt-link dl dt {
    width: 40%;
  }
}
.goods__itemlist .tshirt-link dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist .tshirt-link dl dd {
    width: auto;
  }
}
.goods__itemlist .price {
  display: inline-block;
  margin: 7px 0 0;
}
.goods__itemlist .price .price-num {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 3px;
}
.goods__itemlist--detail {
  margin: 20px 0 25px;
}
.goods__itemlist--detail dl {
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist--detail dl {
    margin: 0 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .goods__itemlist--detail dl {
    padding: 5px 5px;
    width: 500px;
  }
}
.goods__itemlist--detail dl dt {
  margin: 0;
  padding: 0;
  padding-right: 15px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .goods__itemlist--detail dl dt {
    text-align: right;
    width: 35%;
  }
}
.goods__itemlist--detail dl dd {
  text-align: left;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .goods__itemlist--detail dl dd {
    width: 65%;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.booth-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .booth-nav {
    justify-content: center;
  }
}
.booth-nav__button, .booth-nav__button--itaku, .booth-nav__button--manga, .booth-nav__button--kantei, .booth-nav__button--freemarket, .booth-nav__button--shiryosei {
  border: 1px solid #2b2b2b;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.7rem;
  height: 32px;
  line-height: 30px;
  padding: 0 0.5rem;
  text-align: center;
  width: calc(50% - 5px);
}
@media only screen and (min-width: 768px) {
  .booth-nav__button, .booth-nav__button--itaku, .booth-nav__button--manga, .booth-nav__button--kantei, .booth-nav__button--freemarket, .booth-nav__button--shiryosei {
    font-size: 1rem;
    padding: 0 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.booth-nav__button--shiryosei {
  background-color: #f7ee13;
  color: #2b2b2b !important;
}
.booth-nav__button--freemarket {
  background-color: #e51873;
  color: #ffffff !important;
}
.booth-nav__button--kantei {
  background-color: #920882;
  color: #ffffff !important;
}
.booth-nav__button--manga {
  background-color: #17ae67;
  color: #ffffff !important;
}
.booth-nav__button--itaku {
  background-color: #ffffff;
  color: #2b2b2b !important;
}/*# sourceMappingURL=style.css.map */</pre></body></html>