@charset "UTF-8";
/*
Theme Name: tokyo-sousai_by-area
Author: DuoTres
Version: 1.0.0
*/
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-ExtraLight.otf");
  font-weight: 200;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-Heavy.otf");
  font-weight: 900;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-SemiBold.otf");
  font-weight: 600;
}
/*
* base
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
*:last-child {
  margin-bottom: 0;
}

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
  overflow-wrap: break-word;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.888;
  letter-spacing: 1.35px;
}

@media screen and (max-width: 640px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 4.3076923077vw;
    line-height: 1.6071428571;
    letter-spacing: 0.7px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
}

p {
  margin-bottom: 2.527em;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  p {
    margin-bottom: 1.5em;
  }
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  overflow-x: hidden;
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #00c21c;
  transition: 0.3s;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #00badc;
}

a:focus {
  outline: thin dotted;
}

a:hover {
  opacity: 0.6;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*
* layout
*/
.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 110px;
  background: #fff;
  width: 100%;
  z-index: 100;
}
.header-container-in {
  position: relative;
  margin: auto;
  width: 1244px;
  padding: 20px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-container .header {
  width: 100%;
}
.header-container .header .logo {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-container .header .logo img {
  width: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-container .header .logo .custom-logo-link {
  display: flex;
}
.header-container .header .site-title-link {
  color: #032a99;
  font-family: Meiryo、メイリオ, sans-serif;
  text-decoration: unset;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-container .header .site-title-link__sub {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 6px;
}
.header-container .header .site-title-link__main {
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: 2.5px;
}
.header-container .header-right {
  display: flex;
  align-items: center;
  gap: 45px;
}
.header-container .header-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.header-container .navi .menu {
  gap: 20px;
  margin: 0;
}
.header-container .navi-menu-container {
  display: none;
}
.header-container .navi-menu-container .follow-anchor {
  display: block;
  position: relative;
  width: 100%;
  left: unset;
  bottom: unset;
  right: unset;
  margin-top: 90px;
}
.header-container .navi-menu-container .follow-anchor::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 2px;
  width: 100%;
  background: #3b9956;
}
.header-container .navi-menu-container .follow-anchor-in {
  width: 100%;
  padding: 0;
  box-shadow: unset;
  background: unset;
  gap: 15px;
}
.header-container .navi-menu-container .follow-anchor-in::before {
  content: unset;
}
.header-container .navi-menu-container .follow-anchor-item {
  background: unset !important;
  width: 100%;
  height: 50px;
}
.header-container .navi-menu-container .follow-anchor-item__main {
  width: 100% !important;
  visibility: visible;
  color: inherit !important;
  animation: unset;
}
.header-container .navi-menu-container .follow-anchor-item__simple-wrap {
  display: none;
}

.header-bottom-container .header-bottom-img {
  padding: 70px 30px 60px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-bottom-container .header-bottom-img img {
  width: 1199px;
  height: auto;
  aspect-ratio: 1199/799;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-bottom-container .header-bottom-menu-out {
  padding: 40px 40px 70px;
}

.content {
  margin-bottom: 100px;
}
.content-in {
  width: 1240px;
  margin: auto;
  max-width: 100%;
  padding: 0 20px;
}

.footer-top {
  background-color: #1d91d4;
  display: flex;
  gap: 43px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.footer-top figure {
  margin: 0;
}
.footer-top .header-widget-content.--1 {
  background-color: white;
  border-radius: 5px;
  padding: 10px 20px;
}
.footer-top .header-widget-content.--1 .hwc-in {
  align-items: flex-end;
}
.footer-top .header-widget-content.--1 .hwc-img {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
.footer-bottom {
  padding: 12px 20px 34px;
}
.footer-float {
  display: none;
}
.footer .copyright {
  letter-spacing: 1.35px;
  font-size: 18px;
  line-height: 1.3888888889;
  text-align: center;
}

body.page-template-page-full .content-in {
  width: 100%;
}
body.page-template-page-full .page-content,
body.page-template-page-full .entry-content,
body.page-template-page-full .entry-summary {
  margin-top: 0;
}
body.page-template-page-full .entry-header {
  display: none;
}

body.page-template-page-no-title .entry-header {
  display: none;
}

@media screen and (max-width: 640px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0;
  }
  .header-container {
    min-height: 11.7820512821vw;
  }
  .header-container-in {
    position: fixed;
    z-index: 99999;
    padding: 1.9230769231vw 2.0512820513vw;
    padding-right: 15.3846153846vw;
    margin: 0;
    background-color: white;
  }
  .header-container .header-right {
    display: none;
  }
  .header-container .header .site-title-link {
    gap: 5px;
  }
  .header-container .header .site-title-link__sub {
    font-size: 2vw;
    line-height: 1;
    letter-spacing: 2px;
  }
  .header-container .header .site-title-link__main {
    font-size: 4vw;
    line-height: 1;
    letter-spacing: 1.25px;
  }
  .header-container .header .logo {
    gap: 3.8461538462vw;
  }
  .header-container .header .logo img {
    width: 25.641025641vw;
    height: auto;
  }
  .header-container .navi {
    display: none;
  }
  .header-container .navi-menu-container {
    display: block;
  }
  .header-bottom-container .header-bottom-img {
    display: none;
  }
  .header-bottom-container .header-bottom-menu-out {
    display: none;
  }
  .content {
    margin-bottom: 20px;
  }
  .content-in {
    padding: 0 15px;
    width: 640px;
    max-width: 100%;
  }
  .footer .logo img {
    max-height: 43px;
  }
  .footer .copyright {
    font-size: 3.3846153846vw;
    line-height: 1.1363636364;
    letter-spacing: 0.9px;
  }
  .footer-top {
    display: none;
  }
  .footer-bottom {
    padding: 15px 5px;
  }
  .footer-float {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90000;
    width: 100%;
  }
  .footer-float-in {
    border: 10px solid #0091d4;
  }
  .footer-widget-content .hwc-in {
    max-width: 100%;
    min-height: unset !important;
  }
  .footer-widget-content .header-widget-content.--2 > .hwc-in {
    width: 100%;
    border-radius: 0;
    padding: 5px 10px;
  }
  .footer-widget-content .header-widget-content.--2 > .hwc-in .hwc-img {
    width: 8.9743589744vw;
  }
  .footer-widget-content .header-widget-content.--2 > .hwc-in .hwc-text__sub {
    font-size: 3.2307692308vw;
    line-height: 1.5238095238;
  }
  .footer-widget-content .header-widget-content.--1 > .hwc-in {
    width: 100%;
    background-color: white;
    min-height: unset;
    padding: 4px 10px;
    justify-content: flex-start;
  }
  .footer-widget-content .header-widget-content.--1 > .hwc-in .hwc-text {
    gap: 0;
  }
  .footer-widget-content .header-widget-content.--1 > .hwc-in .hwc-text__sub {
    font-size: 2.4615384615vw;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .footer-widget-content .header-widget-content.--1 > .hwc-in .hwc-text__main {
    font-size: 5.8461538462vw;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .container {
    padding-bottom: 24.6153846154vw;
  }
}
/*
* component,block
*/
.center {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.yellow {
  color: #fff700;
}

.skyblue {
  color: #0091d4;
}

.red {
  color: #ff3c3c;
}

.navi-menu-container {
  position: absolute;
  right: 0;
  top: 0;
}
.navi-menu-container .navi-menu-btn {
  width: 12.5641025641vw;
  height: 11.7820512821vw;
  background-color: #1d91d4;
  color: white;
  display: block;
  position: relative;
  cursor: pointer;
}
.navi-menu-container .navi-menu-btn__line {
  position: absolute;
  width: 20px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: white;
  display: block;
}
.navi-menu-container .navi-menu-btn__line:nth-child(1) {
  top: -14px;
}
.navi-menu-container .navi-menu-btn__line:nth-child(3) {
  bottom: -14px;
}
.navi-menu-container .navi-menu-btn__txt {
  display: none;
}
.navi-menu-container .navi-menu-content {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 11.7820512821vw;
  transition: all 0.2s ease;
  overflow: hidden;
  z-index: 99999;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: auto;
  background-color: #0091d4;
  padding-bottom: 20px;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in > * {
  position: relative;
  z-index: 10;
}
.navi-menu-container .navi-menu-content .navi-menu-content-top {
  padding: 13px 9px;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom {
  background-color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget {
  max-width: 100%;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content .hwc-in {
  width: 324px;
  max-width: 100%;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 10px;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content.--1 .hwc-in {
  background-color: white;
  padding: 14px 5px;
  box-shadow: 0 3px 0px 0 #bdbdbd;
  border: 1px solid #dbdbdb;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content.--1 .hwc-img {
  width: 32px;
  display: flex;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content.--1 .hwc-text {
  gap: 0;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content.--1 .hwc-text__sub {
  font-size: 12.5px;
  line-height: 1.48;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content.--1 .hwc-text__main {
  font-size: 24px;
  line-height: 0.875;
  margin-top: -3px;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content.--2 .hwc-in {
  gap: 10px;
  box-shadow: 0 5px 0px 0 #c54248;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content.--2 .hwc-img {
  width: 26px;
  display: flex;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content.--2 .hwc-text {
  gap: 0;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content.--2 .hwc-text__sub {
  font-size: 12.5px;
  line-height: 1.32;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom .header-widget-content.--2 .hwc-text__main {
  font-size: 17.5px;
  line-height: 1.2;
}
.navi-menu-container .navi-menu-content .navi {
  display: block;
}
.navi-menu-container .navi-menu-content .navi .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0 7px;
  gap: 30px;
}
.navi-menu-container .navi-menu-content .navi .menu-item:not(:first-child).menu-item--red {
  margin: 30px auto 0;
}

.navi-menu-chk {
  display: none;
}
.navi-menu-chk:checked ~ .navi-menu-content {
  height: calc(100% - 11.7820512821vw);
}
.navi-menu-chk:checked ~ .navi-menu-btn .navi-menu-btn__line {
  transition: all 0.3s;
}
.navi-menu-chk:checked ~ .navi-menu-btn .navi-menu-btn__line:nth-child(1) {
  transform: rotate(45deg) translate(1px, -1px);
  transform-origin: left;
}
.navi-menu-chk:checked ~ .navi-menu-btn .navi-menu-btn__line:nth-child(2) {
  opacity: 0;
}
.navi-menu-chk:checked ~ .navi-menu-btn .navi-menu-btn__line:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 1px);
  transform-origin: left;
}

.navi .menu,
.navi-footer .menu {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navi .menu-item:not(:first-child).menu-item--red,
.navi-footer .menu-item:not(:first-child).menu-item--red {
  margin-left: 23px;
}
.navi .menu .menu-item a,
.navi-footer .menu .menu-item a {
  min-width: 200px;
  min-height: 81px;
  font-size: 20px;
  line-height: 1.55;
  font-family: Meiryo、メイリオ, sans-serif;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #d7d7d7;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  color: #747474;
  display: flex;
  text-decoration: unset;
  border-radius: 5px;
}
.navi .menu .menu-item.current-menu-item a,
.navi-footer .menu .menu-item.current-menu-item a {
  background: #ff7d82;
  color: white;
}

.entry-content h2 {
  letter-spacing: 2.5px;
  color: #000000;
  font-size: 25px;
  line-height: 1.36;
  font-family: "SourceHanSerif", sans-serif;
  margin-bottom: 65px;
  padding: 8px;
  padding-left: 20px;
  border-left: 10px solid #1d91d4;
}
.entry-content h3 {
  text-align: left;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.7;
  font-family: "SourceHanSerif", sans-serif;
  background-color: #1d91d4;
  padding: 8px 20px 12px;
  margin-bottom: 1.35em;
  font-weight: 500;
}
.entry-content h4 {
  letter-spacing: 2.5px;
  font-size: 25px;
  line-height: 1.36;
  font-family: "SourceHanSerif", sans-serif;
  margin-top: 1.2em;
  margin-bottom: 1.3em;
}

.header-widget-content .hwc-in {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
}
.header-widget-content .hwc-img {
  display: flex;
}
.header-widget-content .hwc-text {
  display: flex;
  flex-direction: column;
}
.header-widget-content.--1 .hwc-in {
  gap: 14px;
}
.header-widget-content.--1 .hwc-img {
  width: 53px;
}
.header-widget-content.--1 .hwc-text__sub {
  letter-spacing: 1.5px;
  color: #050505;
  opacity: 0.75;
  font-size: 15px;
  line-height: 1.0666666667;
  font-family: Meiryo、メイリオ, sans-serif;
}
.header-widget-content.--1 .hwc-text__main {
  letter-spacing: 3px;
  color: #2682be;
  font-size: 30px;
  line-height: 1.1666666667;
  font-family: "SourceHanSerif", sans-serif;
}
.header-widget-content.--2 {
  font-family: Meiryo、メイリオ, sans-serif;
}
.header-widget-content.--2 .hwc-in {
  gap: 7px;
  background: #ff7d82;
  border-radius: 5px;
  width: 293px;
  min-height: 68px;
}
.header-widget-content.--2 .hwc-img {
  width: 35px;
}
.header-widget-content.--2 .hwc-text {
  color: #ffffff;
  gap: 6.5px;
}
.header-widget-content.--2 .hwc-text__sub {
  font-size: 15px;
  line-height: 1;
}
.header-widget-content.--2 .hwc-text__main {
  letter-spacing: 1.1px;
  font-size: 20px;
  line-height: 1.1;
}
.dc-btn.--btn1 {
  width: 300px;
  min-height: 81px;
  max-width: 100%;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
  background-color: #ff7d82;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
}
.dc-btn.--btn1:hover {
  opacity: 0.6;
}
.dc-txt.--txt1 {
  letter-spacing: 2.5px;
  font-size: 25px;
  line-height: 1.36;
  font-weight: 500;
  font-family: "SourceHanSerif", sans-serif;
  margin-bottom: 60px;
}
.dc-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.dc-columns .dc-column {
  max-width: 100%;
}
.dc-columns.--columns1 {
  font-size: 18px;
  line-height: 2;
  width: 1100px;
  max-width: 100%;
  margin: 80px auto 60px;
  gap: 63px;
  align-items: center;
}
.dc-columns.--columns1 .dc-column:nth-child(1) {
  width: 230px;
}
.dc-columns.--columns1 .dc-column:nth-child(1) img {
  border: 8px solid #ede6e2;
  border-radius: 100%;
}
.dc-columns.--columns1 .dc-column:nth-child(2) {
  flex: 1;
}
.dc-columns.--columns1 .dc-columns-1__heading {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 0.42em;
  text-decoration-color: #eeff35;
  text-underline-offset: 0em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 25px;
}
.dc-columns.--columns1-1 {
  gap: 52px;
  width: 1135px;
  margin: 70px auto 90px;
}
.dc-columns.--columns1-1 .dc-column:nth-child(1) {
  width: 248px;
}
.dc-columns.--columns1-1 .dc-column:nth-child(1) img {
  border: unset;
  border-radius: unset;
}
.dc-columns.--columns1-1 .dc-columns-1__heading {
  color: #ff3d3d;
  font-size: 25px;
  line-height: 1.2;
  text-decoration: unset;
  margin-bottom: 45px;
}
.dc-columns.--columns2 {
  width: 1140px;
  font-size: 16px;
  line-height: 1.875;
  font-family: Meiryo、メイリオ, sans-serif;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto 60px;
  letter-spacing: 0.065em;
}
.dc-columns.--columns2 .dc-column:nth-child(1) {
  width: 161px;
}
.dc-columns.--columns2 .dc-column:nth-child(2) {
  flex: 1;
}
.dc-columns.--columns2 .dc-columns-2__heading {
  font-size: 25px;
  line-height: 1.2;
  font-family: Meiryo、メイリオ, sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.dc-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dc-list.--list1 {
  padding: 20px 40px;
}
.dc-list.--list1 .dc-list-1-item {
  padding-left: 44px;
  position: relative;
  margin-bottom: 50px;
}
.dc-list.--list1 .dc-list-1-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  border: 6px solid #ff0000;
}
.dc-list.--list1 .dc-list-1-item-body {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1.35px;
}
.dc-list.--list1 .dc-list-1-item-body p {
  margin-bottom: 0.25em;
}
.dc-list.--list1 .dc-list-1-item-body .--border {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ededed;
}
.dc-list.--list1 .dc-list-1-item__heading {
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 1.5px;
  color: #373737;
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
}
.dc-list.--list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 50px;
  margin-top: 70px;
  margin-bottom: 30px;
}
.dc-list.--list2 .dc-list-2-item {
  width: 363px;
  max-width: 100%;
}
.dc-list.--list2 .dc-list-2-item-in {
  text-decoration: unset;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
}
.dc-list.--list2 .dc-list-2-item-head {
  position: relative;
}
.dc-list.--list2 .dc-list-2-item-body {
  font-size: 18px;
  line-height: 1.8888888889;
}
.dc-list.--list2 .dc-list-2-item__tag {
  font-size: 18px;
  line-height: 1;
  padding: 4px 16px;
  text-align: center;
  background-color: #f75b3b;
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
}
.dc-list.--list2 .dc-list-2-item__tag.--blue {
  background-color: #3d69f8;
}
.dc-list.--list2 .dc-list-2-item__tag.--green {
  background-color: #56da0f;
}
.dc-list.--list2 .dc-list-2-item__img {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 363/194;
  width: 363px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.dc-list.--list2 .dc-list-2-item__heading {
  background-color: #124491;
  color: white;
  font-size: 24px;
  line-height: 1;
  font-family: "SourceHanSerif", sans-serif;
  width: 100%;
  text-align: center;
  padding: 4px 10px 6px;
  margin-bottom: 20px;
}
.dc-gallery.--gallery1 {
  width: 1030px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  margin-bottom: 50px;
}
.dc-gallery.--gallery1 .dc-gallery-1-item {
  font-size: 12px;
  line-height: 1.8333333333;
  font-family: Meiryo、メイリオ, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.dc-gallery.--gallery1 .dc-gallery-1__img {
  width: 192px;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.dc-gallery.--gallery1-1 {
  gap: 25px;
}
.dc-gallery.--gallery1-1 .dc-gallery-1__img {
  width: 145px;
}
.dc-gallery-1-wrap {
  margin: 60px auto 80px;
}
.dc-gallery-1-wrap .dc-gallery-1__title {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-family: Meiryo、メイリオ, sans-serif;
  margin-bottom: 40px;
}
.dc-box.--box1 {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  background-color: #fff7eb;
  padding: 35px 65px 45px;
  padding-left: 50px;
  margin-bottom: 100px;
}
.dc-box.--box1 .dc-box-1-in {
  display: flex;
  flex-wrap: wrap;
  gap: 57px;
  justify-content: center;
  align-items: flex-end;
}
.dc-box.--box1 .dc-box-1-left {
  width: 269px;
}
.dc-box.--box1 .dc-box-1-left img {
  display: flex;
}
.dc-box.--box1 .dc-box-1-right {
  flex: 1;
  background-color: white;
  border-radius: 5px;
  padding: 30px 55px 40px;
  padding-right: 30px;
}
.dc-box.--box1 .dc-box-1-body {
  font-family: "SourceHanSerif", sans-serif;
  font-size: 20px;
  line-height: 2.4;
  font-weight: 600;
}
.dc-box.--box1 .dc-box-1-body p {
  margin-bottom: 1em;
}
.dc-box.--box1 .dc-box-1-body p:last-child {
  margin-bottom: 0;
}
.dc-box.--box1 .dc-box-1__heading {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.dc-box.--box1 .dc-box-1__heading > * {
  display: block;
}
.dc-box.--box1 .dc-box-1__heading__sub {
  background-color: #ff7c48;
  border-radius: 2em;
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 1;
  font-family: "SourceHanSerif", sans-serif;
  width: 318px;
  max-width: 100%;
  padding: 5px 10px 8px;
  margin-bottom: 20px;
}
.dc-box.--box1 .dc-box-1__heading__main {
  color: #ff4040;
  font-size: 30px;
  line-height: 1.6;
  font-family: "SourceHanSerif", sans-serif;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.42em;
  text-decoration-color: #fff44c;
  text-underline-offset: 0em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.dc-block.--block1 {
  text-decoration: unset;
  margin-top: 57px;
  margin-bottom: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}
.dc-block.--block1 .dc-block-1-body {
  background-color: #fdf150;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1.8px;
  color: #000000;
  box-shadow: 0px 6px 0 0px #cac13f;
  text-shadow: 0 0 10px white;
  font-weight: 600;
  padding: 50px 50px 44px;
  width: 100%;
  border-radius: 10px;
}
.dc-block.--block1 .dc-block-1__heading {
  text-align: center;
  letter-spacing: 1.8px;
  color: #ff212a;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: white;
  margin-bottom: -26px;
  position: relative;
  z-index: 10;
  width: 550px;
  max-width: 100%;
}
.dc-block.--block2 {
  display: flex;
  gap: 42px;
  flex-wrap: wrap;
  margin-bottom: 50px;
  text-decoration: unset;
  color: inherit;
}
.dc-block.--block2 .dc-block-2-img {
  width: 267px;
}
.dc-block.--block2 .dc-block-2-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dc-block.--block2 .dc-block-2-txt {
  flex: 1;
}
.dc-block.--block2 .dc-block-2-txt-body {
  padding: 30px 0 0;
  padding-left: 10px;
  letter-spacing: 1.35px;
  font-size: 18px;
  line-height: 1.8888888889;
}
.dc-block.--block2 .dc-block-2__heading {
  margin: 0;
  letter-spacing: 2.5px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.36;
  padding: 2px 8px;
  background-color: #124491;
}
.dc-block.--block3 {
  display: flex;
  gap: 7.5px;
  border-radius: 5px;
  background-color: white;
  padding: 13px 9px 9px;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: unset;
  color: #000;
}
.dc-block.--block3 .dc-block-3-left {
  width: 119px;
}
.dc-block.--block3 .dc-block-3-right {
  display: flex;
  flex-direction: column;
  font-size: 3.0769230769vw;
  line-height: 1.75;
  gap: 18px;
}
.dc-block.--block3 .dc-block-3__title {
  font-size: 3.8461538462vw;
  line-height: 1.8;
  color: #0091d4;
}
.dc-block-3-wrap {
  border-radius: 5px;
  overflow: hidden;
}
.dc-block-3-wrap .dc-block.--block3 {
  border-radius: 0;
  margin-bottom: 0;
}
.dc-map .dc-map__gmap {
  max-width: 100%;
}
.dc-map.--map1 .dc-map-btns {
  display: flex;
  justify-content: center;
  gap: 90px;
  flex-wrap: wrap;
  padding: 37px 40px 30px;
}
.dc-map.--map1 .dc-map__gmap {
  width: 1200px;
  height: 555px;
}
.dc-table.--table1 {
  width: 1016px;
  max-width: 100%;
  padding: 27px 40px 54px;
  margin: auto;
}
.dc-table.--table1 table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #adadad;
}
.dc-table.--table1 table tbody tr th,
.dc-table.--table1 table tbody tr td {
  border-bottom: 1px solid #adadad;
  padding: 10px 25px;
}
.dc-table.--table1 table tbody tr th {
  letter-spacing: 1.35px;
  color: #000000;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 400;
  background-color: #ededed;
  text-align: left;
  width: 170px;
  max-width: 100%;
}
.dc-table.--table1 table tbody tr td a {
  color: #0066cc;
  text-decoration: unset;
}
.dc-table.--table1 table tbody tr:last-child th,
.dc-table.--table1 table tbody tr:last-child td {
  border-bottom: unset;
}
.dc-section {
  position: relative;
}
.dc-section-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.dc-section-back img {
  width: 100%;
  height: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.dc-section-in {
  padding: 0 20px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
}
.dc-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
}
.dc-modal-in {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .dc-tb {
    display: none !important;
  }
  .dc-page.--page-access .dc-table {
    margin-bottom: 70px;
  }
  .dc-page.--page-access .dcp-access-imgs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .dc-tb-hidden {
    display: none !important;
  }
  .entry-content h2 {
    font-size: 5.3846153846vw;
    line-height: 0.9714285714;
    letter-spacing: 1.75px;
    padding: 2px 2px 4px;
    padding-left: 9px;
    border-left-width: 5px;
    margin-bottom: 27px;
  }
  .entry-content h3 {
    padding: 5px 10px 7.5px;
    font-size: 4.6153846154vw;
    line-height: 1.1333333333;
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    margin-bottom: 20px;
  }
  .entry-content h4 {
    font-size: 4.6153846154vw;
    line-height: 1.6;
    letter-spacing: 1.5px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .entry-content img {
    display: flex;
  }
  .dc-btn.--btn1 {
    font-size: 4.3076923077vw;
    line-height: 1.75;
    width: 150px;
    min-height: 40px;
  }
  .dc-txt.--txt1 {
    letter-spacing: 1.4px;
    font-size: 4.3076923077vw;
    line-height: 1.7142857143;
    margin-bottom: 20px;
  }
  .dc-list.--list1 {
    padding: 0;
  }
  .dc-list.--list1 .dc-list-1-item {
    padding: 0;
    margin-bottom: 20px;
  }
  .dc-list.--list1 .dc-list-1-item::before {
    width: 20px;
    height: 20px;
    top: 0.2px;
  }
  .dc-list.--list1 .dc-list-1-item-columns {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .dc-list.--list1 .dc-list-1-item-columns > *:first-child {
    position: relative;
    width: 14.8717948718vw;
  }
  .dc-list.--list1 .dc-list-1-item-columns > *:first-child::after {
    content: ":";
    position: absolute;
    right: -20px;
    top: 0;
  }
  .dc-list.--list1 .dc-list-1-item-columns > *:last-child {
    flex: 1;
  }
  .dc-list.--list1 .dc-list-1-item-body {
    font-size: 4.3076923077vw;
    line-height: 1.6071428571;
    letter-spacing: 0.7px;
  }
  .dc-list.--list1 .dc-list-1-item__heading {
    padding-left: 30px;
    font-size: 4.6153846154vw;
    line-height: 1.3333333333;
    letter-spacing: 1.6px;
  }
  .dc-list.--list2 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
    gap: 25px;
    overflow: auto;
    position: relative;
  }
  .dc-list.--list2 .dc-list-2-item {
    gap: 5px;
    min-width: 56.875vw;
  }
  .dc-list.--list2 .dc-list-2-item-body {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .dc-list.--list2 .dc-list-2-item-body p {
    white-space: normal;
  }
  .dc-list.--list2 .dc-list-2-item__heading {
    font-size: 4.5vw;
    line-height: 1.25;
    margin-bottom: 6px;
  }
  .dc-list.--list2 .dc-list-2-item__tag {
    top: 1.5625vw;
    right: 3.125vw;
    font-size: 3.375vw;
    line-height: 1.8888888889;
    padding: 1px 10px 0;
  }
  .dc-list.--list2 .dc-list-2-item__img {
    border-radius: 5px 5px 0 0;
  }
  .dc-list.--list2::before {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 105px;
    height: 70px;
    background-image: url("./images/scroll.png");
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  .dc-list.--list2.--scrolled::before {
    opacity: 0;
  }
  .dc-columns.--columns1 {
    gap: 15px 10px;
    align-items: center;
    font-size: 4.3076923077vw;
    line-height: 1.6071428571;
    margin-top: 35px;
  }
  .dc-columns.--columns1 .dc-column:nth-child(1) {
    width: 86.5px;
  }
  .dc-columns.--columns1 .dc-column:nth-child(1) img {
    border-width: 4px;
  }
  .dc-columns.--columns1 .dc-columns-1__heading {
    font-size: 4.3076923077vw;
    line-height: 1.6428571429;
    margin-bottom: 0;
  }
  .dc-columns.--columns1-1 {
    margin-top: 23px;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .dc-columns.--columns1-1 .dc-column:nth-child(1) {
    width: 250px;
  }
  .dc-columns.--columns1-1 .dc-column:nth-child(1) img {
    width: 250px;
  }
  .dc-columns.--columns1-1 .dc-columns-1__heading {
    font-size: 4.3076923077vw;
    line-height: 1.6071428571;
    margin-bottom: 10px;
    text-align: center;
  }
  .dc-columns.--columns2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    font-size: 4.3076923077vw;
    line-height: 1.6071428571;
    margin-bottom: 45px;
    letter-spacing: 0.017em;
  }
  .dc-columns.--columns2 .dc-column:nth-child(1) {
    width: 100%;
  }
  .dc-columns.--columns2 .dc-column:nth-child(1) img {
    margin: auto;
  }
  .dc-columns.--columns2 .dc-columns-2__heading {
    font-size: 4.6153846154vw;
    line-height: 1.3333333333;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }
  .dc-columns.--columns2 .dc-columns-2__heading:before {
    content: "";
    position: absolute;
    width: 157px;
    height: 3.5px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-color: #0091d4;
  }
  .dc-gallery.--gallery1 {
    gap: 5px;
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    max-width: 100vw;
    margin-bottom: 18px;
    padding: 0 5px;
  }
  .dc-gallery.--gallery1 .dc-gallery-1-item {
    font-size: 4.3076923077vw;
    line-height: 1.6071428571;
    gap: 5px;
  }
  .dc-gallery.--gallery1 .dc-gallery-1__img {
    width: 30vw;
  }
  .dc-gallery.--gallery1-1 {
    justify-content: flex-start;
    text-align: center;
  }
  .dc-gallery.--gallery1-1 .dc-gallery-1__img {
    width: 22.5vw;
  }
  .dc-gallery-1-wrap {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .dc-gallery-1-wrap .dc-gallery-1__title {
    font-size: 4.3076923077vw;
    line-height: 1.1785714286;
    margin-bottom: 20px;
  }
  .dc-block.--block1 {
    margin: 20px auto 60px;
  }
  .dc-block.--block1 .dc-block-1-body {
    font-size: 4.3076923077vw;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 30px 30px 15px;
  }
  .dc-block.--block1 .dc-block-1__heading {
    font-size: 3.6923076923vw;
    line-height: 1.2;
    letter-spacing: 0.9px;
    padding: 5px;
    width: 250px;
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.3882352941);
    max-width: 100%;
    margin-bottom: -14px;
  }
  .dc-block.--block2 {
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .dc-block.--block2 .dc-block-2-img {
    width: 133.5px;
  }
  .dc-block.--block2 .dc-block-2-img img {
    width: 133.5px;
    height: 141px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dc-block.--block2 .dc-block-2-txt-body {
    font-size: 4.3076923077vw;
    line-height: 1.6071428571;
    letter-spacing: 0.7px;
    padding: 10px 5px;
  }
  .dc-block.--block2 .dc-block-2-txt.--bottom {
    width: 100%;
    flex: unset;
  }
  .dc-block.--block2 .dc-block-2-txt.--bottom .dc-block-2-txt-body {
    padding-top: 0;
    padding-bottom: 0;
  }
  .dc-block.--block2 .dc-block-2__heading {
    font-size: 4.3076923077vw;
    line-height: 1.2142857143;
    letter-spacing: 1.5px;
    padding: 3px 4px;
  }
  .dc-block.--block2 .dc-block-2__heading.--tb-small {
    font-size: 3.8461538462vw;
    line-height: 1.36;
  }
  .dc-block.--block3 .dc-block-3-right {
    gap: 8px;
    font-size: 4.3076923077vw;
    line-height: 1.5357142857;
  }
  .dc-block.--block3 .dc-block-3__title {
    font-size: 5.2307692308vw;
    line-height: 1.4705882353;
  }
  .dc-box.--box1 {
    padding: 17px 8px;
    border-radius: 5px;
    margin-bottom: 40px;
  }
  .dc-box.--box1 .dc-box-1-left {
    display: none;
  }
  .dc-box.--box1 .dc-box-1-right {
    padding: 0;
    background-color: unset;
  }
  .dc-box.--box1 .dc-box-1-head {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dc-box.--box1 .dc-box-1-body {
    font-size: 4.3076923077vw;
    line-height: 1.6071428571;
    padding-top: 10px;
  }
  .dc-box.--box1 .dc-box-1__heading__sub {
    font-size: 5.5384615385vw;
    line-height: 1;
    min-width: 235px;
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .dc-box.--box1 .dc-box-1__heading__main {
    font-size: 6.9230769231vw;
    line-height: 1.6;
  }
  .dc-table.--table1 {
    padding: 10px 0 40px;
  }
  .dc-table.--table1 table {
    border: 0;
  }
  .dc-table.--table1 table tbody tr th,
  .dc-table.--table1 table tbody tr td {
    padding: 15px 8px;
    font-size: 4.3076923077vw;
    line-height: 1.4285714286;
  }
  .dc-table.--table1 table tbody tr td {
    padding: 15px 25px;
    padding-right: 5px;
  }
  .dc-table.--table1 table tbody tr th {
    width: 25vw;
    vertical-align: top;
  }
  .dc-map.--map1 .dc-map-btns {
    gap: 8px;
    padding: 15px 0;
  }
  .dc-map.--map1 .dc-map-btns .dc-btn {
    flex: 1;
  }
  .dc-map.--map1 .dc-map__gmap {
    aspect-ratio: 625/745;
    width: 625px;
    height: auto;
  }
  .dc-page.--page1 > h3:first-child {
    margin-bottom: 0;
  }
  .dc-page.--page1 > picture img {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    max-width: 100vw;
  }
  .dc-page.--page1 > img {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    max-width: 100vw;
  }
  .dc-page.--page1 .dc-map.--map1 {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    padding: 10px;
  }
  .dc-page.--page1 .dc-block.--block2 {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    padding-left: 5px;
    margin-bottom: 30px;
  }
  .dc-page.--page-family .dcp-family-img1 img {
    width: 100%;
    max-width: 100%;
    margin: auto;
    border-radius: 5px;
  }
  .dc-page.--page-access .dcp-access-imgs {
    display: flex;
    gap: 5px 9px;
    margin-bottom: 22px;
  }
  .dc-page.--page-access .dcp-access-imgs .dc-column {
    width: calc(50% - 4.5px);
    max-width: 100%;
  }
}
#wpadminbar {
  display: none;
}

html[lang=ja] {
  margin-top: 0 !important;
}