@charset "UTF-8";
/*
MISAWA Taihei 2025.06.13
*/
/**
 * 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;
  overflow-x: hidden; }

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: #f8f6e7;
  overflow-x: hidden; }

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; } }
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .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: 767px) {
  .pc {
    display: none !important; } }
@media only screen and (min-width: 737px) {
  .pc {
    display: block; } }

/**
 * 11.0 - Content
 */
body {
  width: 100%;
  background-color: #5ea9b2; }

.back-frame {
  width: calc(100vw - 375px);
  height: 100vh;
  position: fixed;
  background-color: #5ea9b2;
  background-image: url("images/top-bk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
@media only screen and (min-width: 1024px) {
  .back-frame {
    width: 60vw; } }

.out-frame {
  width: 375px;
  height: auto;
  margin: 0 auto 0 calc(100vw - 375px);
  overflow-y: scroll; }
@media only screen and (min-width: 1024px) {
  .out-frame {
    margin: 0 auto 0 60%; } }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .out-frame {
    width: 100vw;
    height: auto;
    margin: 0; } }

.site-header {
  width: 100%;
  height: 48px;
  max-width: 375px;
  position: fixed;
  z-index: 1000;
  background-color: white; }
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .site-header {
    max-width: 100vw; } }
.site-header .home-part-inner {
  width: 100%;
  margin: 0 auto; }
.site-header .home-part-inner img {
  padding-top: 15px; }

.site-inner {
  margin: 0;
  max-width: 100%;
  position: relative; }

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

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

@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
 */
.swiper-free-mode > .swiper-wrapper, .swiper-wrapper {
  transition-timing-function: linear !important; }

#site-content {
  margin: 0; }

.hide {
  display: none; }

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

section.section {
  margin: 0;
  width: 100%; }

.el-logo {
  position: absolute;
  width: 70px;
  height: 24px;
  top: 10px;
  left: 15px; }
.el-logo img {
  width: 100%;
  height: auto; }

.el-yoyaku {
  position: absolute;
  width: 136px;
  height: 48px;
  top: 0px;
  right: 48px; }
.el-yoyaku img {
  width: 100%;
  height: auto; }

.btn_menu {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }
.btn_menu:hover {
  cursor: pointer; }
.btn_menu .top {
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: black;
  top: 16px;
  left: 9px;
  rotate: 0;
  transition: all .5s; }
.btn_menu .mid {
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: black;
  top: 24px;
  left: 9px;
  opacity: 1;
  transition: all .5s; }
.btn_menu .end {
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: black;
  top: 32px;
  left: 9px;
  rotate: 0;
  transition: all .5s; }

.btn_menu.menu-on .top {
  rotate: 45deg;
  top: 22px;
  background-color: white; }
.btn_menu.menu-on .mid {
  opacity: 0;
  background-color: white; }
.btn_menu.menu-on .end {
  rotate: -45deg;
  top: 22px;
  background-color: white; }

.bl_menu_content_mb {
  width: 100vw;
  height: auto;
  position: absolute;
  top: 48px;
  left: 100vw;
  transition: all .5s; }
.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; }
.bl_menu_content_mb .el_item_mb a {
  display: block;
  padding: 1rem 0; }
.bl_menu_content_mb .el_top_mb {
  border-top: 1px #ccc solid; }
.bl_menu_content_mb .el_cover_mb {
  width: 100vw;
  height: calc(100vh - 190px);
  background-color: white;
  opacity: .75; }
.bl_menu_content_mb.btn-on {
  left: 0; }

.bl_flex.menu {
  z-index: 100;
  position: absolute;
  top: -620px;
  right: 0px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 5.125rem 2.75rem;
  background-color: #969696;
  opacity: 0;
  transition: all .5s; }
.bl_flex.menu .fl_item {
  width: 100%;
  height: 64px;
  border-bottom: 1px white solid;
  text-align: center;
  font-size: 1.125re;
  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 2;
  margin: 0; }
.bl_flex.menu .fl_item a {
  display: block;
  font-size: 1.1rem;
  color: white;
  padding: .75rem 0; }
.bl_flex.menu .fl_item:last-child {
  border-bottom: none; }

.bl_flex.menu.menu-on {
  opacity: 1;
  top: 0px; }

@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; } }
.section-inner {
  width: 86%;
  margin: 0 auto;
  max-width: 860px; }

#main-image, #part6 {
  padding: 3rem 0 2rem 0;
  background-color: #e6e8df; }
#main-image .section-inner, #part6 .section-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 100vw;
  position: relative; }
#main-image .section-inner .bl-frame.top-title, #part6 .section-inner .bl-frame.top-title {
  width: 100%;
  height: 400px;
  text-align: center;
  margin: 0;
  background-image: url(images/topmain@144x-80.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
#main-image .section-inner .bl-frame.date, #part6 .section-inner .bl-frame.date {
  text-align: center;
  margin: 0;
  padding: 40px 0 40px; }
#main-image .section-inner p.p-serif, #part6 .section-inner p.p-serif {
  width: 92%;
  font-size: .875rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  text-align: justify;
  margin: 0 auto; }
#main-image .section-inner .bl-frame.special, #part6 .section-inner .bl-frame.special {
  width: 92%;
  height: auto;
  background-color: white;
  margin: 2rem auto 0;
  padding: 24px 16px;
  text-align: center; }
#main-image .section-inner .bl-frame.special .bl-box.yoyaku, #part6 .section-inner .bl-frame.special .bl-box.yoyaku {
  text-align: center;
  margin: 28px auto 0; }
#main-image .section-inner .bl-frame.special .bl-box.yoyaku a, #part6 .section-inner .bl-frame.special .bl-box.yoyaku a {
  display: inline-block; }

#part4 {
  background-color: white;
  margin: 0; }
#part4 .section-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0; }
#part4 .section-inner h2 {
  text-align: center;
  padding: 0;
  margin: 0; }
#part4 .section-inner h2 img {
  display: inline-block; }
#part4 .section-inner .bl-image {
  text-align: center;
  margin: 0 0 10px;
  position: relative; }
#part4 .section-inner .bl-image:last-child {
  margin: 0; }
#part4 .section-inner .bl-image a.el-linkbtn {
  display: block;
  position: absolute;
  bottom: 2rem;
  left: calc(50% - 160px); }

#part5 {
  background-color: white;
  margin: 0; }
#part5 .section-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px; }
#part5 .section-inner h2 {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 6.125rem 0 2rem;
  margin: 0; }
#part5 .section-inner h2 img {
  display: inline-block; }
#part5 .section-inner .bl-flex {
  width: 86%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
@media only screen and (max-width: 480px) {
  #part5 .section-inner .bl-flex .fl-item {
    width: 100%;
    margin-bottom: 2rem; }
  #part5 .section-inner .bl-flex .fl-item img {
    width: 100%;
    margin: 0 auto;
    display: block; } }
#part5 .section-inner .bl-flex .fl-item h3 {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  color: #231815;
  line-height: 1.5;
  padding: 0 0 1.5rem;
  margin: 0; }
#part5 .section-inner .bl-flex .fl-item .gmap {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #0071b9;
  line-height: 1.5;
  padding: 0;
  margin: 2rem 0 2.5rem; }
#part5 .section-inner .bl-flex .fl-item .gmap a {
  color: #0071b9;
  text-decoration: underline; }
#part5 .section-inner .bl-flex .fl-item .small {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  padding: 0;
  margin: 3rem 0 .5rem; }
#part5 .section-inner .bl-flex .fl-item .tel {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: 2.175rem;
  font-weight: 400;
  color: #231815;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 .75rem; }
#part5 .section-inner .bl-flex .fl-item .tel a {
  color: #231815;
  text-decoration: none; }
#part5 .section-inner .bl-flex .fl-item .time {
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  font-size: .825rem;
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  padding: 0;
  margin: 0; }

#part6 {
  background-color: #e6e8df;
  margin: 0; }
#part6 .section-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0; }
#part6 .section-inner .bl-box.yoyaku {
  text-align: center;
  margin: 48px auto 48px; }
#part6 .section-inner .bl-box.yoyaku a {
  display: inline-block; }

/**
 * 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: relative;
  width: 80px;
  margin-left: calc(100% - 78px);
  margin-bottom: 3rem;
  color: white; }
#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; }

/**
 * 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 */
