@charset "UTF-8";
/*
MISAWA GW ZENDO 2025
*/
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html, body {
  overflow-x: hidden; }

html {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  margin: 0;
  font-feature-settings: "palt"; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }
a[href^="tel:"] {
  cursor: default; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

code, kbd, pre, samp {
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

select {
  text-transform: none; }

button {
  overflow: visible;
  max-width: 100%; }

input, select, textarea {
  max-width: 100%; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default;
  opacity: .5; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button {
  height: auto; }
input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button {
  height: auto; }
input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button {
  height: auto; }
input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button {
  height: auto; }
input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button {
  height: auto; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em; }
fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

section {
  height: 100%;
  position: relative; }

br.mb-br {
  display: none; }

@media only screen and (min-width: 320px) and (max-width: 736px) {
  br.mb-br {
    display: block; } }
/**
 * 3.0 - Typography
 */
body, button, input, select, textarea {
  color: black;
  font-size: 16px;
  font-size: 1rem; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility; }

p {
  margin: 0 .5rem 1.5rem;
  line-height: 1.8; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
  quotes: none; }

q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote p {
  margin-bottom: 1.4736842105em; }
blockquote cite, blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }
blockquote cite:before, blockquote small:before {
  content: "\2014\00a0"; }
blockquote em, blockquote i, blockquote cite {
  font-style: normal; }
blockquote strong, blockquote b {
  font-weight: 400; }
blockquote > :last-child {
  margin-bottom: 0; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

code, kbd, tt, var, samp {
  font-family: Inconsolata, monospace; }

pre {
  font-family: Inconsolata, monospace;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em; }

abbr, acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help; }

mark, ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none; }

big {
  font-size: 125%; }

/**
 * 4.0 - Elements
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; 
see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }
*:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; 
see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background-color: white; }

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em; }

ul, ol {
  margin: 0 0 1.75em 1.25em;
  padding: 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal;
  margin-left: 1.5em; }

li > ul, li > ol {
  margin-bottom: 0; }

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

del {
  opacity: 0.8; }

table, th, td {
  border: 1px solid #f2f2f2; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-size: .8975rem;
  font-weight: 700;
  text-align: center;
  background-color: #cccccc; }

td {
  border-width: 0 1px 1px 0;
  font-size: .8975rem;
  width: auto !important; }

th, td {
  padding: 0.4375em;
  letter-spacing: .05rem; }

th p, td p {
  margin: 0.5rem 0;
  font-size: 0.75rem; }

/**
 * 5.0 - Forms
 */
input {
  line-height: normal; }

button {
  color: white;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out; }

input[type="button"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="button"][disabled]:hover, input[type="button"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="reset"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="submit"] {
  background: #00913a;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
  background: #00913a;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase; }
input[type="button"]:hover, input[type="button"]:focus {
  background: #007acc; }
input[type="reset"]:hover, input[type="reset"]:focus {
  background: #007acc; }
input[type="submit"]:hover, input[type="submit"]:focus {
  background: #007acc; }

button:focus {
  outline: thin dotted;
  outline-offset: -4px; }

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px; }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"] {
  background: #e3f1c9;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: black;
  padding: 0.625em 0.4375em;
  width: 100%; }

textarea {
  background: #e3f1c9;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: black;
  padding: 0.625em 0.4375em;
  width: 100%; }

input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
  background-color: #fff;
  border-color: #007acc;
  color: black;
  outline: 0; }

textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0; }

.post-password-form {
  margin-bottom: 1.75em; }
.post-password-form label {
  color: black;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase; }
.post-password-form input[type="password"] {
  margin-top: 0.4375em; }
.post-password-form > :last-child {
  margin-bottom: 0; }

.search-form {
  position: relative; }

input[type="search"].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px); }

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px; }
.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px; }

.ml30 {
  margin-left: 30px;
  margin-bottom: 2rem; }

/**
 * 6.1 - Links
 */
a {
  color: black;
  text-decoration: none; }
a img:not(.no-image-effect) {
  filter: brightness(100%);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out; }
a:hover, a:focus, a:active {
  color: black; }
a:hover img:not(.no-image-effect), a:focus img:not(.no-image-effect), a:active img:not(.no-image-effect) {
  filter: brightness(125%); }
a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
/* must have higher specificity than alternative color schemes inline styles */
.skip-link {
  display: none; }

/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }
blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }
blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

/**
 * 9.0 - Clearings
 */
.clear:before, .clear:after {
  content: "";
  display: table; }

blockquote:before, blockquote:after {
  content: "";
  display: table; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table; }

.entry-summary:before, .entry-summary:after {
  content: "";
  display: table; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table; }

.site-content:before, .site-content:after {
  content: "";
  display: table; }

.site-main > article:before, .site-main > article:after {
  content: "";
  display: table; }

.primary-menu:before, .primary-menu:after {
  content: "";
  display: table; }

.social-links-menu:before, .social-links-menu:after {
  content: "";
  display: table; }

.textwidget:before, .textwidget:after {
  content: "";
  display: table; }

.content-bottom-widgets:before, .content-bottom-widgets:after {
  content: "";
  display: table; }

.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
  clear: both; }

/*
 * プログレス表示
 */
#cover-all {
  background-color: white;
  color: #333;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4000; }

.progress {
  background-color: #dce1dc;
  color: #333;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5000; }
.progress .main-theme-mess {
  opacity: 0;
  font-size: 1.5625rem;
  position: absolute;
  top: 48vh;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  letter-spacing: .5rem; }

.progress-bar {
  border-top: 1px solid #dce1dc;
  position: absolute;
  top: 48vh;
  width: 0%; }

.progress-text {
  font-family: "Menlo", "Consolas", monospace;
  font-size: 10px;
  margin-top: 5px;
  color: #ccc;
  position: absolute;
  text-align: center;
  top: 54vh;
  width: 100%; }

.progress-complete .progress-bar {
  border-top-color: #ccc; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/**
 * 11.0 - Content
 */
.site-header {
  width: 100vw;
  height: 48px;
  background-color: #333333; }
.site-header .home-part-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
.site-header .home-part-inner img {
  padding-top: 15px; }

@media only screen and (min-width: 320px) and (max-width: 736px) {
  .site-header .home-part-inner img {
    padding-left: 25px; } }
.site-inner {
  margin: 0;
  max-width: 100vw;
  position: relative; }

.site-content {
  word-wrap: break-word; }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

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

/**
 * 11.1 - Header
 */
@media print, screen and (min-width: 737px) {
  .wide100 {
    width: 50% !important; } }
.noshow {
  display: none; }

.white {
  color: white !important; }

.black {
  color: black !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-4rem {
  margin-top: 4rem !important; }

.mb-2rem {
  margin-bottom: 2rem !important; }

.mb-4rem {
  margin-bottom: 4rem !important; }

.ml-6rem {
  margin-left: 6rem !important; }

.pb-2rem {
  padding-bottom: 2rem !important; }

.pb-3rem {
  padding-bottom: 3rem !important; }

.pt-4rem {
  padding-top: 4rem !important; }

@media only screen and (min-width: 320px) and (max-width: 736px) {
  .pt-4rem {
    padding-top: 2rem !important; } }
.pb-4rem {
  padding-bottom: 4rem !important; }

.pb-1-4rem {
  padding-bottom: 1.4rem !important; }

.pb-6rem {
  padding-bottom: 6rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-8rem {
  padding-bottom: 8rem !important; }

.pb-10rem {
  padding-bottom: 10rem !important; }

.pb-50px {
  padding-bottom: 50px !important; }

.pb-100px {
  padding-bottom: 100px !important; }

.pb-110px {
  padding-bottom: 110px !important; }

.pb-120px {
  padding-bottom: 120px !important; }

.pb-130px {
  padding-bottom: 130px !important; }

.pb-140px {
  padding-bottom: 140px !important; }

.pb-150px {
  padding-bottom: 150px !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

@media only screen and (min-width: 737px) {
  .width60p {
    max-width: 60% !important;
    margin: 0 auto !important; } }
@media only screen and (min-width: 737px) {
  .width500px {
    max-width: 500px !important;
    margin: 0 auto !important; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .mobile {
    display: inline-block;
    height: auto;
    margin: 0 auto; }
  .mobile img {
    width: 100%;
    height: auto; } }
@media only screen and (min-width: 737px) {
  .mobile {
    display: none !important; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #mbhead.mobile {
    width: 100%;
    margin: 42px 0 0; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .pc {
    display: none !important; } }
@media only screen and (min-width: 737px) {
  .pc {
    display: block; } }
/**
 * 11.2 - Posts and pages
 */
#site-content {
  margin: 0; }

.hide {
  display: none; }

header.entry-header {
  margin: 0;
  overflow: hidden; }

@media only screen and (min-width: 320px) and (max-width: 736px) {
  .entry-content {
    margin-top: 117.3333vw; } }
section.section {
  margin: 0;
  width: 100vw; }

#scroll-line {
  width: 1px;
  height: 160px;
  position: absolute;
  background-color: white;
  top: 626px;
  left: calc(50vw - 2px);
  z-index: 1500;
  opacity: 1;
  overflow: hidden; }
#scroll-line .scroll-line-inner {
  position: relative; }
#scroll-line .scroll-line-inner .bar {
  width: 2px;
  height: 32px;
  position: absolute;
  top: -32px;
  left: 0;
  background-color: black; }

/**
 * 11.2-3 - SlidingBar Animation
 */
@-webkit-keyframes slidingbar-bar {
  0% {
    left: 0;
    right: auto;
    width: 0; }
  50% {
    left: 0;
    right: auto;
    width: 100%; }
  51% {
    left: auto;
    right: 0;
    width: 100%; }
  100% {
    left: auto;
    right: 0;
    width: 0; } }
@keyframes slidingbar-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0; } }
@-webkit-keyframes slidingbar-txt {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slidingbar-txt {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.slidingbar .slidingbar-box {
  display: block;
  margin-bottom: .4rem; }
.slidingbar .slidingbar-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slidingbar .slidingbar-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: black; }

.text-w .slidingbar .slidingbar-bar:before {
  background-color: white; }

.slidingbar .slidingbar-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#part1.is-animated .slidingbar .slidingbar-bar:before, #part2.is-animated .slidingbar .slidingbar-bar:before, #part3.is-animated .slidingbar .slidingbar-bar:before, #part4.is-animated .slidingbar .slidingbar-bar:before {
  -webkit-animation: slidingbar-bar 1s ease 0s 1 normal forwards;
  animation: slidingbar-bar 1s ease 0s 1 normal forwards; }

#part1.is-animated .slidingbar .slidingbar-txt, #part2.is-animated .slidingbar .slidingbar-txt, #part3.is-animated .slidingbar .slidingbar-txt, #part4.is-animated .slidingbar .slidingbar-txt {
  -webkit-animation: slidingbar-txt 0s ease .5s 1 normal forwards;
  animation: slidingbar-txt 0s ease .5s 1 normal forwards; }

#gmenu {
  width: 100vw;
  height: 50px;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  transition: all .5s; }
#gmenu.is-animated {
  background-color: white; }
#gmenu .section-inner {
  width: 90%;
  height: auto;
  margin: 0 0 0 10%; }
#gmenu .section-inner .bl_grid {
  display: grid;
  grid-template-columns: 66px 1fr 104px 104px 20px 176px;
  grid-trmplate-rows: 50px; }
#gmenu .section-inner .bl_grid .gl_item {
  width: auto;
  height: 50px;
  text-align: center;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 0; }
#gmenu .section-inner .bl_grid .gl_item a {
  display: block;
  padding: .75rem 0; }
#gmenu .section-inner .bl_grid .toplogo {
  width: 66px;
  text-align: left;
  grid-column-start: 1;
  padding: .75rem 0; }
#gmenu .section-inner .bl_grid .el_detail {
  width: 104px;
  text-align: center;
  grid-column-start: 3; }
#gmenu .section-inner .bl_grid .el_access {
  width: 104px;
  text-align: center;
  grid-column-start: 4; }
#gmenu .section-inner .bl_grid .el_yoyaku {
  background-color: #30c890;
  width: 176px;
  text-align: center;
  grid-column-start: 6; }
#gmenu .section-inner .bl_grid .el_yoyaku a {
  color: white; }
#gmenu .section-inner .bl_grid #gmenu_btn .el_ico_mb {
  width: 48px;
  height: 48px;
  position: relative; }
#gmenu .section-inner .bl_grid #gmenu_btn .el_ico_mb .top {
  position: absolute;
  top: 13px;
  left: 6px;
  width: 36px;
  height: 2px;
  background-color: black;
  transition: all .5s; }
#gmenu .section-inner .bl_grid #gmenu_btn .el_ico_mb .center, #gmenu .section-inner .bl_grid #gmenu_btn .el_ico_mb .center2 {
  position: absolute;
  top: 23px;
  left: 6px;
  width: 36px;
  height: 2px;
  background-color: black;
  transition: all .5s; }
#gmenu .section-inner .bl_grid #gmenu_btn .el_ico_mb .bottom {
  position: absolute;
  top: 33px;
  left: 6px;
  width: 36px;
  height: 2px;
  background-color: black;
  transition: all .5s; }
#gmenu .section-inner .bl_grid #gmenu_btn.btn-on .el_ico_mb .top {
  opacity: 0; }
#gmenu .section-inner .bl_grid #gmenu_btn.btn-on .el_ico_mb .center {
  rotate: 45deg; }
#gmenu .section-inner .bl_grid #gmenu_btn.btn-on .el_ico_mb .center2 {
  rotate: -45deg; }
#gmenu .section-inner .bl_grid #gmenu_btn.btn-on .el_ico_mb .bottom {
  opacity: 0; }
#gmenu .section-inner .bl_grid .bl_menu_content_mb {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 48px;
  left: 100vw;
  transition: all .5s; }
#gmenu .section-inner .bl_grid .bl_menu_content_mb .el_item_mb {
  width: 100vw;
  height: 48px;
  background-color: white;
  border-bottom: 1px #ccc solid;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center; }
#gmenu .section-inner .bl_grid .bl_menu_content_mb .el_item_mb a {
  display: block;
  padding: 1rem 0; }
#gmenu .section-inner .bl_grid .bl_menu_content_mb .el_top_mb {
  border-top: 1px #ccc solid; }
#gmenu .section-inner .bl_grid .bl_menu_content_mb .el_cover_mb {
  width: 100vw;
  height: calc(100vh - 190px);
  background-color: white;
  opacity: .75; }
#gmenu .section-inner .bl_grid .bl_menu_content_mb.btn-on {
  left: 0; }

@media only screen and (min-width: 320px) and (max-width: 736px) {
  #gmenu {
    height: 48px; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #gmenu .section-inner {
    width: 100vw;
    margin: 0; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #gmenu .section-inner .bl_grid {
    grid-template-columns: 76px auto 136px 48px;
    grid-trmplate-rows: 48px;
    background-color: white;
    position: relative; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #gmenu .section-inner .bl_grid .gl_item {
    height: 48px; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #gmenu .section-inner .bl_grid .gl_item a {
    padding: .95rem 0 .95rem; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #gmenu .section-inner .bl_grid .toplogo {
    width: 74px;
    padding: .95rem 0 .95rem 20px; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #gmenu .section-inner .bl_grid .el_detail {
    width: 52px; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #gmenu .section-inner .bl_grid .el_yoyaku {
    grid-column-start: 3;
    width: 136px;
    height: 48px; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #gmenu .section-inner .bl_grid #gmenu_btn {
    grid-column-start: 4;
    width: 48px;
    height: 48px; } }
.browser-close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000; }
@media only screen and (max-width: 480px) {
  .browser-close {
    width: 38px;
    height: 38px; } }

.section-inner {
  width: 86%;
  margin: 0 auto;
  max-width: 800px; }

#part1 {
  padding: 175px 0 0; }
@media only screen and (max-width: 480px) {
  #part1 {
    padding: 120px 0 0; } }
#part1 .section-inner .grd-frame {
  margin: 0;
  display: grid;
  grid-template-areas: "photo space title" "photo space address";
  grid-template-columns: 50% 6% 44%;
  width: 100%;
  padding-bottom: 154px; }
@media only screen and (max-width: 480px) {
  #part1 .section-inner .grd-frame {
    grid-template-areas: 'title' 'photo' 'address';
    grid-template-columns: 100%;
    padding-bottom: 50px; } }
#part1 .section-inner .grd-frame .grd-item.photo {
  grid-area: photo;
  width: 100%;
  height: auto; }
#part1 .section-inner .grd-frame .grd-item.photo img {
  width: 100%;
  height: auto; }
@media only screen and (max-width: 480px) {
  #part1 .section-inner .grd-frame .grd-item.photo {
    margin-bottom: 1.6rem; } }
#part1 .section-inner .grd-frame .grd-item.title {
  grid-area: title;
  width: 100%;
  height: auto; }
@media only screen and (max-width: 480px) {
  #part1 .section-inner .grd-frame .grd-item.title {
    margin-bottom: 1rem; } }
#part1 .section-inner .grd-frame .grd-item.title .area {
  display: inline-block;
  background-color: #880000;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  padding: .2rem 1.8rem .3rem;
  line-height: 1; }
#part1 .section-inner .grd-frame .grd-item.title h1 {
  text-align: left;
  font-size: 2.4375rem;
  font-weight: 700;
  color: #666666;
  line-height: 1.5;
  letter-spacing: .2rem;
  padding: 0 0 .5rem;
  margin: 0; }
#part1 .section-inner .grd-frame .grd-item.title .style-name {
  margin-bottom: .75rem; }
#part1 .section-inner .grd-frame .grd-item.address {
  grid-area: address;
  width: 100%;
  height: auto; }
#part1 .section-inner .grd-frame .grd-item.address p {
  text-align: left;
  font-size: 1.375rem;
  font-weight: 500;
  color: #666666;
  line-height: 1.4;
  letter-spacing: .05rem;
  padding: 0 0 .7rem;
  margin: 0; }
@media only screen and (max-width: 480px) {
  #part1 .section-inner .grd-frame .grd-item.address p {
    padding: 0 0 .5rem; } }
#part1 .section-inner .grd-frame .grd-item.address .tag img {
  display: inline-block;
  margin: 0 .5rem .5rem 0; }

.present {
  padding: 40px 0;
  background-color: #eb646a; }
.present .section-inner {
  max-width: 704px;
  height: auto;
  margin: 0 auto; }
@media only screen and (max-width: 480px) {
  .present .section-inner {
    width: 92%; }
  .present .section-inner img {
    width: 100%;
    height: auto; } }

.el-p-mess {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
  line-height: 2;
  padding: 0;
  margin: 0 0 2rem; }
@media only screen and (max-width: 480px) {
  .el-p-mess {
    width: 76.8%;
    height: auto;
    font-size: 1rem;
    margin: 0 auto 3rem; } }

.el-p-mess-bold {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  line-height: 2;
  padding: 0;
  margin: 0 0 3rem;
  letter-spacing: 2px; }
@media only screen and (max-width: 480px) {
  .el-p-mess-bold {
    line-height: 1.6;
    margin: 0 0 1.5rem; } }

.el-p-mess-bold.orange {
  color: #fffac6; }

.present.part2 {
  padding: 50px 0 65px;
  background-color: #eb646a; }
.present.part2 .bl-box {
  margin-bottom: 1rem; }
@media only screen and (max-width: 480px) {
  .present.part2 .bl-nav {
    width: 92%; } }
.present.part2.sapporo-top {
  padding: 0 0 39px; }
@media only screen and (max-width: 480px) {
  .present.part2.sapporo-top {
    padding: 20px 0 30px; } }

.ask-us {
  padding: 80px 0 60px;
  background-color: #eb646a; }
@media only screen and (max-width: 480px) {
  .ask-us {
    padding: 60px 0 40px; } }
.ask-us .section-inner {
  max-width: 704px;
  height: auto;
  margin: 0 auto; }
@media only screen and (max-width: 480px) {
  .ask-us .section-inner {
    width: 76.8%; }
  .ask-us .section-inner img {
    width: 100%;
    height: auto; } }
.ask-us .section-inner .bl-box {
  margin-bottom: 1rem; }
@media only screen and (max-width: 480px) {
  .ask-us .section-inner .bl-box {
    margin-left: -7vw;
    margin-right: -7vw; }
  .ask-us .section-inner .bl-box img {
    width: 100%; } }
.ask-us .section-inner .bl-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
.ask-us .section-inner .bl-flex .fl-item {
  width: 40.9%;
  margin-bottom: 2.8rem;
  padding: 0; }
@media only screen and (max-width: 480px) {
  .ask-us .section-inner .bl-flex .fl-item {
    width: 100%; } }
.ask-us .section-inner .bl-flex .fl-item h3 {
  color: #fffac6;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .05rem;
  padding: .3rem 0 0;
  margin: 0; }
.ask-us .section-inner .bl-flex .fl-item h3.nopalt {
  font-feature-settings: initial; }
.ask-us .section-inner .bl-flex .fl-item p {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  line-height: 1.6;
  letter-spacing: .045rem;
  padding: 0;
  margin: 0; }

.venue {
  padding: 0;
  margin: 0;
  background-color: #e6e6e6; }
.venue .section-inner {
  max-width: 864px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0 60px;
  background-color: #f2f2f2; }
@media only screen and (max-width: 864px) {
  .venue .section-inner {
    padding: 60px 0 40px;
    width: 100%; } }
.venue .section-inner h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #e9595f;
  line-height: 1;
  letter-spacing: 2px;
  padding: 0;
  margin: 0 0 2rem; }
.venue .section-inner .bl-box {
  text-align: center; }
.venue .section-inner .bl-box a {
  display: inline-block; }
.venue .section-inner .bl-flex {
  width: 90%;
  max-width: 704px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem; }
@media only screen and (max-width: 480px) {
  .venue .section-inner .bl-flex {
    margin-bottom: .875rem; } }
.venue .section-inner .bl-flex .fl-item {
  width: 48.86%;
  height: 324px;
  margin-bottom: 1rem;
  padding: 30px 28px 40px;
  background-color: white; }
@media only screen and (max-width: 480px) {
  .venue .section-inner .bl-flex .fl-item {
    width: 100%; } }
.venue .section-inner .bl-flex .fl-item h3 {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  margin-bottom: .5rem; }
.venue .section-inner .bl-flex .fl-item h3 .hd-area {
  display: block;
  width: auto;
  height: 20px;
  padding: 2px 1rem;
  margin: 0 1rem 0 0;
  background-color: #eb646a;
  color: white;
  text-align: center;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05rem; }
.venue .section-inner .bl-flex .fl-item h3 .hd-venue {
  display: block;
  color: #666666;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05rem;
  padding: 0;
  margin: 0; }
.venue .section-inner .bl-flex .fl-item h3.nopalt {
  font-feature-settings: initial; }
.venue .section-inner .bl-flex .fl-item .hd-style-name {
  text-align: center;
  margin-bottom: 1rem; }
.venue .section-inner .bl-flex .fl-item .bl-flex-child {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.venue .section-inner .bl-flex .fl-item .bl-flex-child .fl-item-child.photo {
  width: 46.52%;
  height: auto;
  padding: 0;
  margin: 0 0 1rem; }
@media only screen and (max-width: 480px) {
  .venue .section-inner .bl-flex .fl-item .bl-flex-child .fl-item-child.photo {
    width: 46.52%; }
  .venue .section-inner .bl-flex .fl-item .bl-flex-child .fl-item-child.photo img {
    width: 100%;
    height: auto; } }
.venue .section-inner .bl-flex .fl-item .bl-flex-child .fl-item-child.address {
  width: 48.6%;
  height: auto;
  padding: 0;
  margin: 0 0 1rem; }
@media only screen and (max-width: 480px) {
  .venue .section-inner .bl-flex .fl-item .bl-flex-child .fl-item-child.address {
    width: 48.6%; } }
.venue .section-inner .bl-flex .fl-item .bl-flex-child .fl-item-child.address p {
  color: #666;
  text-align: left;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .025rem;
  padding: 0;
  margin: 0 0 .875rem; }
.venue .section-inner .bl-flex .fl-item .bl-flex-child .fl-item-child.address p.gmap {
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0;
  margin: 0; }
.venue .section-inner .bl-flex .fl-item .bl-flex-child .fl-item-child.address p.gmap a {
  color: #29abe2; }
.venue .section-inner .bl-flex .fl-item .el-remark {
  color: #c89f58;
  text-align: center;
  font-size: .78125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 1rem; }
.venue .section-inner .bl-flex .fl-item p {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  line-height: 1.6;
  padding: 0;
  margin: 0; }
.venue .section-inner .bl-flex .fl-item .bl-btn {
  width: 100%;
  height: auto;
  background-color: #c89f58;
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1rem; }
.venue .section-inner .bl-flex .fl-item .bl-btn a {
  display: block;
  color: white;
  margin: 0;
  padding: .65rem 0; }
.venue .section-inner .bl-flex.anker-nav {
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
@media only screen and (max-width: 480px) {
  .venue .section-inner .bl-flex.anker-nav {
    width: 82%; } }
.venue .section-inner .bl-flex.anker-nav .fl-item {
  width: 24%;
  height: 28px;
  margin-bottom: 8px !important;
  padding: 0;
  text-align: center;
  font-size: .8125rem;
  font-weight: 700;
  color: white;
  line-height: 1;
  padding: 0;
  margin: 0;
  background-color: transparent; }
@media only screen and (max-width: 480px) {
  .venue .section-inner .bl-flex.anker-nav .fl-item {
    width: 48.5%; } }
.venue .section-inner .bl-flex.anker-nav .fl-item .area {
  display: inline-block;
  width: 56px;
  height: 28px;
  padding-top: 7px;
  background-color: #eb646a;
  color: white; }
.venue .section-inner .bl-flex.anker-nav .fl-item .venue {
  display: inline-block;
  width: 92px;
  height: 28px;
  padding-top: 7px;
  background-color: #231815;
  color: white; }
@media only screen and (max-width: 480px) {
  .venue .section-inner {
    width: 100%; }
  .venue .section-inner img {
    height: auto; } }

.bl-nav {
  width: 100%;
  max-width: 704px;
  margin: 3rem auto 0;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.bl-nav a {
  color: white; }
.bl-nav .fl-item {
  display: block;
  width: 48%;
  height: auto;
  padding: 1.5625rem;
  margin: 0 0 1rem;
  border: none;
  border-radius: 4rem;
  color: white;
  background-color: #78952e;
  line-height: 1;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0;
  background-image: url(images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: right 15px center; }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .bl-nav .fl-item {
    width: 100%; } }

#part3, #part5, #part6 {
  padding: 5rem 0;
  background-color: #f2f2f2;
  width: 100%;
  height: auto; }
@media only screen and (max-width: 480px) {
  #part3, #part5, #part6 {
    padding: 4.5rem 0; } }
#part3 .section-inner, #part5 .section-inner, #part6 .section-inner {
  max-width: 800px;
  color: #666666;
  margin: 0 auto; }
#part3 .section-inner h2, #part5 .section-inner h2, #part6 .section-inner h2 {
  font-size: 3.3125rem;
  font-weight: 100;
  margin-bottom: 4.5rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 1; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner h2, #part5 .section-inner h2, #part6 .section-inner h2 {
    font-size: 2.375rem; } }
#part3 .section-inner h2 span, #part5 .section-inner h2 span, #part6 .section-inner h2 span {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  padding: 0;
  margin: 1.125rem 0; }
#part3 .section-inner .bl-flex, #part5 .section-inner .bl-flex, #part6 .section-inner .bl-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#part3 .section-inner .bl-flex .fl-item, #part5 .section-inner .bl-flex .fl-item, #part6 .section-inner .bl-flex .fl-item {
  width: 47.875%;
  margin-bottom: 2rem;
  padding: 0; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner .bl-flex .fl-item, #part5 .section-inner .bl-flex .fl-item, #part6 .section-inner .bl-flex .fl-item {
    width: 100%; } }
#part3 .section-inner .bl-flex .fl-item h3, #part5 .section-inner .bl-flex .fl-item h3, #part6 .section-inner .bl-flex .fl-item h3 {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .05rem;
  padding: 0 0 .5rem 0;
  margin: 0; }
#part3 .section-inner .bl-flex .fl-item h3.nopalt, #part5 .section-inner .bl-flex .fl-item h3.nopalt, #part6 .section-inner .bl-flex .fl-item h3.nopalt {
  font-feature-settings: initial; }
#part3 .section-inner .bl-flex .fl-item p, #part5 .section-inner .bl-flex .fl-item p, #part6 .section-inner .bl-flex .fl-item p {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: black;
  line-height: 1.6;
  padding: 0;
  margin: .875rem 0; }
#part3 .section-inner table, #part5 .section-inner table, #part6 .section-inner table {
  width: 100%;
  height: auto;
  font-size: .89875rem;
  margin: 0; }
#part3 .section-inner table th, #part5 .section-inner table th, #part6 .section-inner table th {
  width: 30%; }
#part3 .section-inner table td, #part5 .section-inner table td, #part6 .section-inner table td {
  background-color: white;
  padding: 1.7975rem; }
@media only screen and (max-width: 480px) {
  #part3 .section-inner table.info, #part5 .section-inner table.info, #part6 .section-inner table.info {
    margin-bottom: 30px; } }
#part3 .section-inner table.info th, #part5 .section-inner table.info th, #part6 .section-inner table.info th {
  width: 27%; }

#part5 .section-inner .bl-flex .fl-item {
  margin-bottom: 0; }

#part6 {
  background-color: white;
  padding-bottom: 2.2rem; }

body.sapporo-top #topnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500; }
body.sapporo-top #topnav .bl-flex-nav {
  display: flex;
  justify-content: space-between; }
body.sapporo-top #topnav .bl-flex-nav .fl-item.el-yoyaku-btn, body.sapporo-top #topnav .bl-flex-nav .fl-item.el-venue-btn {
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0;
  width: 136px;
  height: 64px;
  font-size: 1.075rem;
  font-weight: 700;
  color: #231815;
  line-height: 1.2;
  letter-spacing: .043rem;
  padding: 0;
  margin: 0;
  background-color: #f5d54d;
  z-index: 1000; }
body.sapporo-top #topnav .bl-flex-nav .fl-item.el-yoyaku-btn a, body.sapporo-top #topnav .bl-flex-nav .fl-item.el-venue-btn a {
  display: block;
  text-align: center;
  padding: .7rem 0; }
@media only screen and (max-width: 480px) {
  body.sapporo-top #topnav .bl-flex-nav .fl-item.el-yoyaku-btn, body.sapporo-top #topnav .bl-flex-nav .fl-item.el-venue-btn {
    width: 103px;
    height: 48px;
    font-size: .8125rem; }
  body.sapporo-top #topnav .bl-flex-nav .fl-item.el-yoyaku-btn a, body.sapporo-top #topnav .bl-flex-nav .fl-item.el-venue-btn a {
    padding: .6rem 0; } }
body.sapporo-top #topnav .bl-flex-nav .fl-item.el-venue-btn {
  background-color: #f4abae; }

section#main-image {
  width: 100vw;
  height: 100vh;
  position: relative; }
@media only screen and (max-width: 480px) {
  section#main-image {
    height: auto;
    background-color: #eb646a; } }
section#main-image .section-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  background-color: #eb646a; }
@media only screen and (max-width: 480px) {
  section#main-image .section-inner {
    width: 100vw;
    height: auto; } }
section#main-image .section-inner .main-image-frame {
  width: 100%;
  height: 63vh;
  background-image: url(images/sapporo-top-main.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
@media only screen and (max-width: 480px) {
  section#main-image .section-inner .main-image-frame {
    background-image: url(images/sapporo-top-main-mb.webp);
    width: 100%;
    height: 52.27vw; } }
section#main-image .section-inner .title-mess {
  width: 100%;
  max-width: 920px;
  height: 37vh;
  margin: 0 auto;
  padding: 3rem 0 0; }
section#main-image .section-inner .title-mess img {
  width: 100;
  height: auto; }
@media only screen and (max-width: 480px) {
  section#main-image .section-inner .title-mess {
    width: 90vw;
    height: 24.5vw;
    padding: 1rem 0 0; } }
section#main-image .section-inner .el-logo {
  position: absolute;
  top: 30px;
  left: 34px;
  z-index: 90; }
@media only screen and (max-width: 480px) {
  section#main-image .section-inner .el-logo {
    width: 84px;
    height: 29px;
    top: 13px;
    left: 15px; }
  section#main-image .section-inner .el-logo img {
    width: 100%;
    height: auto; } }

#top-index .el-logo {
  position: absolute;
  top: 30px;
  left: 34px;
  z-index: 90; }
@media only screen and (max-width: 480px) {
  #top-index .el-logo {
    width: 84px;
    height: 29px;
    top: 13px;
    left: 15px; }
  #top-index .el-logo img {
    width: 100%;
    height: auto; } }
#top-index #part1 {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #173f55; }
@media only screen and (max-width: 480px) {
  #top-index #part1 {
    height: 110svh; } }
#top-index #part1 .section-inner {
  width: 100%;
  height: 100%;
  max-width: initial;
  padding: 0;
  margin: 0;
  background-color: #173f55; }
#top-index #part1 .bk-frame {
  background-image: url(images/sapporo-top-main.webp);
  width: 100%;
  height: 60vh;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
#top-index #part1 .bk-frame img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0; }
@media only screen and (max-width: 480px) {
  #top-index #part1 .bk-frame {
    background-image: url(images/sapporo-top-main-mb.webp);
    width: 100vw;
    height: 107vw; } }
#top-index #part1 .bl-frame {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
@media only screen and (max-width: 480px) {
  #top-index #part1 .bl-frame {
    height: auto; } }
#top-index #part1 .bl-frame .title-mess {
  width: 45vw;
  max-width: 700px;
  height: auto;
  z-index: 100;
  margin: 0 auto 2rem; }
#top-index #part1 .bl-frame .title-mess img {
  width: 100%;
  height: auto; }
@media only screen and (max-width: 480px) {
  #top-index #part1 .bl-frame .title-mess {
    width: 84vw;
    left: 8vw;
    margin: 2.5rem auto 2rem; } }
#top-index #part1 .bl-frame .sub-mess {
  height: auto;
  z-index: 110;
  text-align: center;
  font-size: clamp(1.125rem, 1.75vw, 2rem);
  font-weight: 500;
  color: white;
  line-height: 2;
  padding: 0;
  margin: 0; }
@media only screen and (max-width: 480px) {
  #top-index #part1 .bl-frame .sub-mess {
    width: 78vw;
    margin: 0 auto;
    text-align: justify;
    font-size: 1rem; } }
#top-index #part1 .bl-frame .el-scroll {
  width: auto;
  height: 44px;
  z-index: 120;
  text-align: center;
  padding: 0;
  margin: 10vh 0 0; }
@media only screen and (max-width: 480px) {
  #top-index #part1 .bl-frame .el-scroll {
    width: 193px;
    height: auto;
    display: block; }
  #top-index #part1 .bl-frame .el-scroll img {
    width: 100%;
    height: auto; } }
#top-index #part1 .bl-frame-mb {
  position: absolute;
  width: 100%;
  height: calc(100vh - 88.8vw);
  margin: 0;
  top: 88.8vw;
  left: 0;
  right: 0; }
#top-index #part1 .bl-frame-mb .sub-mess {
  position: absolute;
  width: 70vw;
  height: auto;
  top: 12vw;
  left: 15vw;
  z-index: 110;
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  line-height: 2;
  padding: 0;
  margin: 0; }
#top-index #part1 .bl-frame-mb .el-scroll {
  position: absolute;
  width: 253px;
  height: 44px;
  bottom: 120px;
  left: calc(50vw - 126px);
  z-index: 120;
  text-align: center;
  padding: 0;
  margin: 0; }
@media only screen and (max-width: 480px) {
  #top-index #part1 .bl-frame-mb .el-scroll {
    width: 193px;
    height: auto;
    position: relative;
    display: block;
    margin: 2.5rem auto 0;
    bottom: initial;
    left: initial; }
  #top-index #part1 .bl-frame-mb .el-scroll img {
    width: 100%;
    height: auto; } }
#top-index #part2 {
  width: 100vw;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #173f55; }
@media only screen and (max-width: 480px) {
  #top-index #part2 {
    height: auto; } }
#top-index #part2 .section-inner {
  width: 100%;
  height: 100%;
  max-width: initial;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center; }
#top-index #part2 .section-inner .bl-frame {
  width: 100%;
  height: auto; }
#top-index #part2 .section-inner .bl-frame h2 {
  text-align: center;
  font-size: 2.125rem;
  font-weight: 700;
  color: #dbc677;
  line-height: 1;
  padding: 0;
  margin: 0; }
@media only screen and (max-width: 480px) {
  #top-index #part2 .section-inner .bl-frame h2 {
    font-size: 1.75rem;
    padding: 5rem 0 0; } }
#top-index #part2 .section-inner .bl-frame .bl-flex {
  width: 92%;
  max-width: 832px;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem auto 6rem; }
#top-index #part2 .section-inner .bl-frame .bl-flex .fl-item {
  position: relative;
  width: 48.3%;
  max-width: 200px;
  height: 200px;
  padding: 0;
  margin: 0 0 1rem;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center; }
@media only screen and (max-width: 480px) {
  #top-index #part2 .section-inner .bl-frame .bl-flex .fl-item {
    height: 43vw;
    margin: 0 0 2.5vw; } }
#top-index #part2 .section-inner .bl-frame .bl-flex .fl-item.sapporo {
  background-color: #8abf1c; }
#top-index #part2 .section-inner .bl-frame .bl-flex .fl-item.asahikawa {
  background-color: #e18a9f; }
#top-index #part2 .section-inner .bl-frame .bl-flex .fl-item.hakodate {
  background-color: #eb9f20; }
#top-index #part2 .section-inner .bl-frame .bl-flex .fl-item.obihiro {
  background-color: #6aa9d8; }
#top-index #part2 .section-inner .bl-frame .bl-flex .fl-item p {
  display: block;
  color: white;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0;
  margin: 3.5rem 0 0;
  letter-spacing: .3rem; }
@media only screen and (max-width: 480px) {
  #top-index #part2 .section-inner .bl-frame .bl-flex .fl-item p {
    font-size: 1.25rem;
    margin: 3rem 0 0; } }
#top-index #part2 .section-inner .bl-frame .bl-flex .fl-item p span {
  color: black;
  display: block;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  margin: 1.5rem 0 0;
  letter-spacing: .043rem; }
#top-index #part2 .section-inner .bl-frame .bl-flex .fl-item p span:after {
  display: inline-block;
  content: "";
  background-image: url(images/arrow-down-small-bk.svg);
  width: 12px;
  height: 8px; }
#top-index #part2 .section-inner .bl-frame .bl-flex .fl-item a {
  display: block;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center; }
#top-index #part2 .section-inner .bl-frame .bl-flex .fl-item a span {
  color: black; }
#top-index #part3 {
  width: 100vw;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: black; }
@media only screen and (max-width: 480px) {
  #top-index #part3 {
    height: auto; } }
#top-index #part3 .section-inner {
  width: 100%;
  height: auto;
  max-width: initial;
  padding: 0;
  margin: 0; }
#top-index #part3 .section-inner #slide_wrapper.bl-frame ul#sliderUL {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content; }
@media only screen and (max-width: 480px) {
  #top-index #part3 .section-inner #slide_wrapper.bl-frame ul#sliderUL {
    margin-left: 0; } }
#top-index #part3 .section-inner #slide_wrapper.bl-frame ul#sliderUL .fl-item {
  width: 32vw;
  max-width: 480px;
  height: 32vw;
  max-height: 480px;
  margin: 0 2rem; }
@media only screen and (max-width: 480px) {
  #top-index #part3 .section-inner #slide_wrapper.bl-frame ul#sliderUL .fl-item {
    width: 90vw;
    height: 90vw; } }
#top-index #part3 .section-inner #slide_wrapper.bl-frame ul#sliderUL .fl-item.half {
  width: 16vw;
  max-width: 240px; }
#top-index #part3 .section-inner .bl-dot-frame {
  width: 80px;
  height: auto;
  margin: 3rem auto;
  display: flex;
  justify-content: space-between; }
#top-index #part3 .section-inner .bl-dot-frame .fl-item {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: 1px white solid; }
#top-index #part3 .section-inner .bl-dot-frame .fl-item.active {
  background-color: white;
  /* 好きな色に */ }
#top-index #part3 .section-inner h2 {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 400;
  color: white;
  line-height: 1;
  padding: 6rem 0 0;
  margin: 0 auto; }
@media only screen and (max-width: 480px) {
  #top-index #part3 .section-inner h2 {
    font-size: 1.75rem;
    font-weight: 400;
    color: white;
    line-height: 1.5;
    padding: 5rem 0 0;
    margin: 0 auto; } }
#top-index #part3 .section-inner h3 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
  line-height: 1.5;
  padding: 1rem 0 0;
  margin: 0 auto; }
#top-index #part3 .section-inner p {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 200;
  color: white;
  line-height: 1.8;
  padding: 0 0 6rem;
  margin: 0 auto; }
@media only screen and (max-width: 480px) {
  #top-index #part3 .section-inner p {
    font-size: 1.125rem;
    padding: 0 0 4rem; } }
#top-index #part3 .section-inner .bl-hr {
  width: 90%;
  max-width: 864px;
  margin: 4rem auto 4rem;
  color: white;
  background-color: white; }
@media only screen and (max-width: 480px) {
  #top-index #part3 .section-inner .bl-hr {
    margin: 2rem auto 4rem; } }
#top-index #part4 {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: black;
  color: white; }
@media only screen and (max-width: 480px) {
  #top-index #part4 {
    height: auto; } }
#top-index #part4 .section-inner {
  width: 100%;
  height: 100%;
  max-width: initial;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
#top-index #part4 .section-inner .bl-box {
  width: 100%;
  height: auto;
  text-align: center; }
#top-index #part4 .section-inner .bl-box img.mess {
  margin-bottom: 3rem;
  display: inline-block; }
@media only screen and (max-width: 480px) {
  #top-index #part4 .section-inner .bl-box img.mess {
    margin-bottom: 1.5rem; } }
@media only screen and (max-width: 480px) {
  #top-index #part4 .section-inner .bl-box .mess {
    width: 86%;
    margin: 0 auto; }
  #top-index #part4 .section-inner .bl-box .mess img {
    width: 100%;
    height: auto; } }
#top-index #part4 .section-inner .bl-box .bl-mess {
  width: 80%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  text-align: center; }
#top-index #part4 .section-inner .bl-box .bl-mess .big {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: white;
  line-height: 1.6;
  letter-spacing: .043rem;
  padding: 0;
  margin: 0 0 1.25rem; }
@media only screen and (max-width: 480px) {
  #top-index #part4 .section-inner .bl-box .bl-mess .big {
    font-size: 1.25rem; } }
#top-index #part4 .section-inner .bl-box .bl-mess .nomal {
  width: 520px;
  text-align: justify;
  font-size: .9375rem;
  font-weight: 500;
  color: white;
  line-height: 1.58;
  padding: 0;
  margin: 0 auto 2rem; }
@media only screen and (max-width: 480px) {
  #top-index #part4 .section-inner .bl-box .bl-mess .nomal {
    width: 100%;
    font-size: .75rem; } }
#top-index #part4 .section-inner .bl-box .bl-mess .line {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: .043rem;
  color: white;
  line-height: 1.58;
  padding: 0;
  margin: 0 0 2rem; }
@media only screen and (max-width: 480px) {
  #top-index #part4 .section-inner .bl-box .bl-mess .line {
    font-size: .8125rem; } }
#top-index #index-footer-info {
  width: 100vw;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #0075c1; }
#top-index #index-footer-info .section-inner {
  width: 100%;
  height: auto;
  max-width: initial;
  padding: 2.375rem 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
#top-index #index-footer-info .section-inner .bl-box {
  width: 90%;
  max-width: 864px;
  padding: 0;
  margin: 0;
  position: relative; }
@media only screen and (max-width: 480px) {
  #top-index #index-footer-info .section-inner .bl-box {
    width: 80%; } }
#top-index #index-footer-info .section-inner .bl-box .logo {
  margin-bottom: 2rem; }
#top-index #index-footer-info .section-inner .bl-box p {
  text-align: left;
  font-size: .9375rem;
  font-weight: 500;
  color: white;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 2rem; }
@media only screen and (max-width: 480px) {
  #top-index #index-footer-info .section-inner .bl-box p {
    font-size: .78125rem; } }
#top-index #index-footer-info .section-inner .bl-box p .tel, #top-index #index-footer-info .section-inner .bl-box p .fax {
  text-decoration: none; }
#top-index #index-footer-info .section-inner .bl-box p .tel a, #top-index #index-footer-info .section-inner .bl-box p .fax a {
  color: white; }
#top-index #index-footer-info .section-inner .bl-box p.end {
  margin-bottom: 140px; }
#top-index #index-footer-info .section-inner .bl-box .footer-credits .footer-copyright {
  color: white;
  font-size: .786875rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  text-align: center; }
@media only screen and (max-width: 480px) {
  #top-index #index-footer-info .section-inner .bl-box .footer-credits .footer-copyright {
    font-size: .65625rem; } }
#top-index #index-footer-info .section-inner .bl-absolute {
  position: absolute;
  bottom: 68px;
  right: 0;
  color: white;
  width: 106px;
  height: auto; }
@media only screen and (max-width: 480px) {
  #top-index #index-footer-info .section-inner .bl-absolute {
    position: relative;
    width: 80px;
    margin-left: calc(100% - 78px);
    margin-bottom: 3rem; } }
#top-index #index-footer-info .section-inner .bl-absolute p {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  color: white;
  line-height: 1.5;
  padding: 0;
  margin: 0; }
@media only screen and (max-width: 480px) {
  #top-index #index-footer-info .section-inner .bl-absolute p {
    font-size: .75rem; } }
#top-index #index-footer-info .section-inner .bl-absolute .bl-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#top-index #index-footer-info .section-inner .bl-absolute .bl-flex .fl-item {
  width: 28px;
  height: 28px;
  padding: 0;
  margin: 0; }

nav {
  position: fixed;
  bottom: 50px;
  right: 15px;
  padding: 0px 10px;
  border-radius: 10px;
  font-weight: normal; }

nav a {
  line-height: 1.7;
  text-decoration: none;
  color: white;
  opacity: 0.6;
  font-size: .75rem;
  display: block;
  margin-bottom: 1rem; }
nav a span {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out; }

nav a:hover {
  text-decoration: underline; }
nav a:hover span {
  background-color: rgba(255, 255, 255, 0.7); }

nav a.active {
  opacity: 1; }
nav a.active span {
  background-color: rgba(255, 255, 255, 0.7); }

/**
 * 11.6 - Footer
 */
#footer-info {
  background-color: #0075c1;
  padding-bottom: 1rem; }
#footer-info .section-inner {
  width: 90%;
  max-width: 864px;
  margin: 0 auto;
  padding: 3rem 0 1rem; }
#footer-info .section-inner .bl-box {
  position: relative; }
#footer-info .section-inner .bl-box .logo {
  margin-bottom: 2rem; }
#footer-info .section-inner .bl-box p {
  text-align: left;
  font-size: .78125rem;
  font-weight: 500;
  color: white;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 2rem; }
#footer-info .section-inner .bl-box p .tel, #footer-info .section-inner .bl-box p .fax {
  text-decoration: none; }
#footer-info .section-inner .bl-box p .tel a, #footer-info .section-inner .bl-box p .fax a {
  color: white; }
#footer-info .section-inner .bl-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white; }
@media only screen and (max-width: 480px) {
  #footer-info .section-inner .bl-absolute {
    position: relative;
    width: 80px;
    margin-left: calc(100% - 78px);
    margin-bottom: 3rem; } }
#footer-info .section-inner .bl-absolute p {
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
  color: white;
  line-height: 1.5;
  padding: 0;
  margin: 0; }
#footer-info .section-inner .bl-absolute .bl-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#footer-info .section-inner .bl-absolute .bl-flex .fl-item {
  width: 23px;
  height: 23px;
  padding: 0;
  margin: 0; }

.footer-credits .footer-copyright {
  color: white;
  font-size: .5625rem;
  letter-spacing: 0;
  margin: 0;
  text-align: center; }

/**
 * 12.0 - Media
 */
.entry-content a img, .entry-summary a img, .comment-content a img, .textwidget a img {
  display: block; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object, video {
  margin-bottom: 0;
  max-width: 100%;
  vertical-align: middle; }

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode a, .entry-content .wp-playlist a {
  box-shadow: none; }

/**
 * 13.0 - Multisites
 */
.cleartext, img.for-pc {
  display: none; }

/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*----------------------------------------------------------------------------
 ***   page top icon
----------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  font-size: 38%;
  z-index: 11000;
  transition: bottom .3s ease-in-out;
  -webkit-transition: bottom .3s ease-in-out;
  -moz-transition: bottom .3s ease-in-out; }
#page-top span {
  display: none; }
#page-top a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block; }

@media only screen and (min-width: 320px) and (max-width: 736px) {
  #page-top {
    display: none; } }
#main .entry-content .archive-list {
  border-bottom: 1px #ccc dotted;
  margin-bottom: 1rem; }
#main .entry-content .archive-list.col-xs-12 {
  padding-left: 0; }
#main .entry-content .archive-list a {
  box-shadow: none; }
#main article .entry-content.entrytop-margin {
  margin-top: 2rem; }

#head-info {
  height: auto;
  width: 100px;
  margin: 0;
  float: right;
  margin-top: 2rem; }

.hide-text {
  display: none; }

/**
 * 15.0 - Print
 */
@media print {
  @page {
    margin: 5mm; }
  form, button, input, select, textarea, .navigation, .main-navigation, .social-navigation, .sidebar, .content-bottom-widgets, .header-image, .page-links, .edit-link, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link {
    display: none; }

  #home-part3 {
    width: 100%; }

  a[href]:after {
    content: ""; } }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
