@charset "UTF-8";@import 'https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap';

.sansserif {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Helvetica, Arial, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
}
.serif {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  cursor: default; /* 1 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  margin: 0.67em 0;
  font-size: 2em;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}
/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  height: 0; /* 2 */
  color: inherit; /* 1 */
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  padding: 0;
  list-style-type: none;
}
/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  float: left;
  content: "​";
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  overflow: auto; /* 3 */
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(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.
 */
:where(code, kbd, samp) {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}
/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 1 */
  text-indent: 0; /* 3 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}
/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}
/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: white;
  color: black;
}
:where(dialog:not([open])) {
  display: none;
}
/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}
:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
:where(button, input, select, textarea) {
  padding: 0.25em 0.375em; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  background-color: transparent; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
}
/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(select) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 1em;
  border-radius: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
}
/**
 * Don't show the arrow for multiple choice selects
 */
:where(select[multiple]) {
  background-image: none;
}
/**
 * Remove the border and padding in all browsers (opinionated).
 */
:where([type=color i], [type=range i]) {
  padding: 0;
  border-width: 0;
}
#mainContents .container {
  padding-top: 0;
}
#mainContents .container > .contentsWrapper {
  max-width: inherit;
  padding: 0;
}
#mainContents .container > .contentsWrapper > .wrapper {
  padding-bottom: 0;
}
#e3_tsubasatsunagu {
  color: #000;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  text-align: left;
}
#e3_tsubasatsunagu {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Helvetica, Arial, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
}
#e3_tsubasatsunagu a {
  color: #ed6b00;
  text-decoration: none;
  transition: all 0.4s ease;
}
#e3_tsubasatsunagu a:hover {
  opacity: 0.7;
  transition: all 0.4s ease;
}
#e3_tsubasatsunagu img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#e3_tsubasatsunagu ul {
  padding: 0;
  list-style: none;
}
#e3_tsubasatsunagu strong {
  font-weight: 600;
}
#e3_tsubasatsunagu .t-c {
  text-align: center;
}
#e3_tsubasatsunagu img {
  vertical-align: top;
}
#e3_tsubasatsunagu a:hover {
  text-decoration: none;
}
#e3_tsubasatsunagu .hero {
  position: relative;
  width: 100%;
  padding: 4em 2em 2em;
  background-image: url("../img/bg-grad01.jpg");
  background-position: center center;
  background-size: 100% 100%;
}
#e3_tsubasatsunagu .hero .inner {
  position: relative;
}
#e3_tsubasatsunagu .hero .inner .hero-texts {
  z-index: 2;
  position: relative;
}
#e3_tsubasatsunagu .hero .inner .hero-texts h1 {
  max-width: 528px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1em;
  text-align: center;
}
#e3_tsubasatsunagu .hero .inner .hero-texts .concept {
  max-width: 461px;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 0 0;
  line-height: 1em;
}
#e3_tsubasatsunagu .hero .inner .images {
  margin-top: 2em;
  margin-right: -2em;
  margin-left: -2em;
  overflow: hidden;
}
#e3_tsubasatsunagu .hero .inner .images figure {
  margin-top: 1em;
}
#e3_tsubasatsunagu .hero .inner .images figure:nth-child(1) {
  left: 0;
  margin-left: -18%;
  text-align: left;
}
#e3_tsubasatsunagu .hero .inner .images figure:nth-child(2) {
  right: 0;
  margin-right: -18%;
  text-align: right;
}
#e3_tsubasatsunagu .hero .inner .images figure img {
  width: 70%;
  height: auto;
}
#e3_tsubasatsunagu .hero .logodesign {
  max-width: 600px;
  margin: 3em auto 0;
  padding: 2em;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#e3_tsubasatsunagu .hero .logodesign h2 {
  font-size: 1.6em;
  text-align: center;
}
#e3_tsubasatsunagu .hero .logodesign h2 {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}
#e3_tsubasatsunagu .hero .logodesign figure {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 0;
}
#e3_tsubasatsunagu .hero .logodesign p {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 2em;
  text-align: justify;
}
#e3_tsubasatsunagu .anchorlink {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em;
  gap: 2em 4px;
}
#e3_tsubasatsunagu .anchorlink li a {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 1.5em;
  border-bottom: 3px solid #191e7a;
  color: #191e7a;
  font-weight: 700;
  font-size: clamp(1.1rem, 0.9vw, 1.6rem);
  text-align: center;
}
#e3_tsubasatsunagu .anchorlink li a::after {
  position: absolute;
  bottom: 0.8em;
  left: calc(50% - 0.155em);
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  transform: rotate(45deg);
  border: 0;
  border-right: solid 0.5px #191e7a;
  border-bottom: solid 0.5px #191e7a;
  content: "";
}
#e3_tsubasatsunagu .news {
  background-image: url("../img/bg-img01.jpg");
  background-position: center center;
  background-size: cover;
}
#e3_tsubasatsunagu .news .inner {
  padding: 2em;
  background-color: rgba(0, 0, 0, 0.57);
}
#e3_tsubasatsunagu .news .inner h2 {
  margin-top: 0;
}
#e3_tsubasatsunagu .news .news-item {
  max-width: 1024px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 1em;
  border: 10px;
  border-radius: 10px;
  background-color: #fff;
}
#e3_tsubasatsunagu .news .news-item ul li {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 0.2fr 1fr;
  align-items: center;
  gap: 1em;
}
#e3_tsubasatsunagu .news h2 {
  color: #fff;
}
#e3_tsubasatsunagu .long {
  background-image: url("../img/bg-grad02.jpg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
#e3_tsubasatsunagu .ayumi {
  padding: 3em 0;
}
#e3_tsubasatsunagu .ayumi {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}
#e3_tsubasatsunagu .ayumi ul {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .ayumi ul li {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
}
#e3_tsubasatsunagu .ayumi ul li figure {
  z-index: 2;
  position: relative;
  order: 1;
  width: 85%;
}
#e3_tsubasatsunagu .ayumi ul li figure img {
  width: 100%;
}
#e3_tsubasatsunagu .ayumi ul li .texts {
  z-index: 1;
  position: relative;
  order: 2;
  width: 80%;
  margin-top: -1em;
  margin-right: 1em;
  margin-left: auto;
  padding: 2em 1.5em 1.5em;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#e3_tsubasatsunagu .ayumi ul li .texts h3 {
  margin-bottom: 0.5em;
  color: #191e7a;
  font-weight: 400;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  line-height: 1.5em;
}
#e3_tsubasatsunagu .ayumi ul li .texts p {
  margin-bottom: 0;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  line-height: 1.8em;
  text-align: justify;
}
#e3_tsubasatsunagu .ayumi ul li .texts p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", Helvetica, Arial, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
}
#e3_tsubasatsunagu .ayumi ul li:nth-child(odd) {
  align-items: flex-start;
  justify-content: flex-end;
}
#e3_tsubasatsunagu .ayumi ul li:nth-child(odd) figure {
  margin-left: auto;
}
#e3_tsubasatsunagu .ayumi ul li:nth-child(odd) .texts {
  margin-right: auto;
  margin-left: 1em;
}
#e3_tsubasatsunagu .omoide .message {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  max-width: 1024px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  gap: 1em;
}
#e3_tsubasatsunagu .omoide .message div {
  padding: 1em;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#e3_tsubasatsunagu .omoide .message div h3 {
  margin-bottom: 1em;
  color: #191e7a;
  font-weight: 400;
  font-size: clamp(2rem, 2vw, 2.3rem);
  line-height: 1.5em;
  text-align: center;
}
#e3_tsubasatsunagu .omoide .message div h3 {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}
#e3_tsubasatsunagu .omoide .message div figure {
  margin: -1em -1em 1em;
}
#e3_tsubasatsunagu .omoide .message div p {
  margin-top: 1em;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
}
#e3_tsubasatsunagu .bosyu {
  padding: 1em;
}
#e3_tsubasatsunagu .bosyu .inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding: 2em;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#e3_tsubasatsunagu .bosyu .inner h2 + p {
  margin-top: 2em;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  line-height: 2em;
  text-align: justify;
}
#e3_tsubasatsunagu .bosyu .inner .step {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 1em;
  gap: 3em;
}
#e3_tsubasatsunagu .bosyu .inner .step div {
  position: relative;
}
#e3_tsubasatsunagu .bosyu .inner .step div:last-child::before, #e3_tsubasatsunagu .bosyu .inner .step div:last-child::after {
  display: none;
}
#e3_tsubasatsunagu .bosyu .inner .step div::before, #e3_tsubasatsunagu .bosyu .inner .step div::after {
  position: absolute;
  bottom: -2em;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 40px;
  transform-origin: 50% calc(100% - 0.5px);
  border-radius: 9999px;
  background-color: #000;
  content: "";
}
#e3_tsubasatsunagu .bosyu .inner .step div::before {
  transform: rotate(75deg);
}
#e3_tsubasatsunagu .bosyu .inner .step div::after {
  transform: rotate(-75deg);
}
#e3_tsubasatsunagu .bosyu .inner .step div h4 {
  font-weight: 400;
  font-size: clamp(1.3rem, 5vw, 1.8rem);
  text-align: center;
}
#e3_tsubasatsunagu .bosyu .inner .step div figure {
  max-width: 180px;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .bosyu .inner .step div figure + p {
  margin-top: 1em;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  line-height: 2em;
  text-align: justify;
}
#e3_tsubasatsunagu .bosyu .inner .step div .x-box a {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 40px auto;
  align-items: center;
  margin-top: 0.5em;
  padding: 0.5em 1.5em;
  gap: 1em;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
}
#e3_tsubasatsunagu .bosyu .inner .step div .x-box a .text {
  font-size: clamp(1.3rem, 1vw, 1.4rem);
  line-height: 1.2em;
  text-align: justify;
}
#e3_tsubasatsunagu .staffm {
  padding: 1em;
}
#e3_tsubasatsunagu .staffm h2 {
  margin-top: 2em;
}
#e3_tsubasatsunagu .staffm .message {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  max-width: 1024px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  gap: 1em;
}
#e3_tsubasatsunagu .staffm .message div {
  padding: 1em;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#e3_tsubasatsunagu .staffm .message div h3 {
  margin-bottom: 0;
  color: #191e7a;
  font-weight: 400;
  font-size: clamp(2rem, 2vw, 2.3rem);
  line-height: 1.5em;
  text-align: center;
}
#e3_tsubasatsunagu .staffm .message div h3 {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}
#e3_tsubasatsunagu .staffm .message div figure {
  margin: -1.5em -1.5em 1.5em;
}
#e3_tsubasatsunagu .staffm .message div p {
  margin-top: 1em;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  line-height: 2em;
}
#e3_tsubasatsunagu .timetable {
  padding: 1em;
}
#e3_tsubasatsunagu .timetable .inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .timetable h3 + p {
  margin-top: 2em;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
}
#e3_tsubasatsunagu .timetable h4 {
  margin-top: 1.5em;
  padding: 0.7em;
  border-radius: 0.5em;
  background-color: #191e7a;
  color: #fff;
  font-size: clamp(2rem, 2vw, 2.3rem);
  line-height: 1em;
  text-align: center;
}
#e3_tsubasatsunagu .timetable table {
  width: 100%;
  margin-top: 1em;
  border-collapse: separate;
  border-spacing: 2px 5px;
  font-size: clamp(1.2rem, 1vw, 2rem);
}
#e3_tsubasatsunagu .timetable table thead tr th {
  padding: 0.5em;
  background-color: #6c6fac;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#e3_tsubasatsunagu .timetable table tbody {
  border-spacing: 0;
}
#e3_tsubasatsunagu .timetable table tbody tr {
  background-color: #ebebff;
}
#e3_tsubasatsunagu .timetable table tbody tr:nth-child(even) {
  background-color: #fff1e5;
}
#e3_tsubasatsunagu .timetable table tbody tr th,
#e3_tsubasatsunagu .timetable table tbody tr td {
  position: relative;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
#e3_tsubasatsunagu .timetable table tbody tr th::after,
#e3_tsubasatsunagu .timetable table tbody tr td::after {
  position: absolute;
  top: 0;
  right: -2px;
  height: 100%;
  border-right: 2px solid #fff;
  content: "";
}
#e3_tsubasatsunagu .timetable table tbody tr th:nth-child(2)::after, #e3_tsubasatsunagu .timetable table tbody tr th:nth-child(4)::after,
#e3_tsubasatsunagu .timetable table tbody tr td:nth-child(2)::after,
#e3_tsubasatsunagu .timetable table tbody tr td:nth-child(4)::after {
  border-right: 2px solid #6c6fac;
}
#e3_tsubasatsunagu .timetable table tbody tr th:last-child::after,
#e3_tsubasatsunagu .timetable table tbody tr td:last-child::after {
  display: none;
}
#e3_tsubasatsunagu .timetable table tbody tr th {
  font-weight: 700;
}
#e3_tsubasatsunagu .timetable .buttons {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  max-width: 600px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  gap: 1em;
}
#e3_tsubasatsunagu .timetable .buttons li {
  text-align: center;
}
#e3_tsubasatsunagu .timetable .buttons li p {
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .fun {
  margin-top: 4em;
  background-image: url("../img/bg-img02.jpg");
  background-position: center center;
  background-size: cover;
}
#e3_tsubasatsunagu .fun .inner {
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.57);
  color: #fff;
}
#e3_tsubasatsunagu .fun .inner h2 {
  margin-top: 0.5em;
}
#e3_tsubasatsunagu .fun .inner h2 + p {
  margin-top: 2em;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
}
#e3_tsubasatsunagu .fun .inner .dl {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  max-width: 1024px;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  gap: 1em;
}
#e3_tsubasatsunagu .fun .inner .dl div h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: clamp(2rem, 2vw, 2.3rem);
  text-align: center;
}
#e3_tsubasatsunagu .fun .inner .dl div figure {
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 10px;
}
#e3_tsubasatsunagu .fun .inner .dl div figure + p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  text-align: center;
}
#e3_tsubasatsunagu .fun .inner .dl div .button {
  width: 100%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .goods {
  padding: 1em;
}
#e3_tsubasatsunagu .goods .inner .items {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1024px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  gap: 1em;
}
#e3_tsubasatsunagu .goods .inner .items div figure {
  margin-bottom: 0.5em;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
#e3_tsubasatsunagu .goods .inner .items div figure + p {
  margin-top: 1em;
  font-weight: 700;
}
#e3_tsubasatsunagu .goods .inner .items div p {
  font-size: clamp(1.3rem, 1vw, 1.6rem);
}
#e3_tsubasatsunagu .shop {
  padding: 1em;
}
#e3_tsubasatsunagu .shop .inner {
  max-width: 1024px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .shop .inner table {
  width: 100%;
  margin-top: 1.5em;
  border-collapse: separate;
  border-spacing: 2px 5px;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
}
#e3_tsubasatsunagu .shop .inner table th,
#e3_tsubasatsunagu .shop .inner table td {
  display: block;
  position: relative;
  padding: 0.5em 1em;
  vertical-align: middle;
}
#e3_tsubasatsunagu .shop .inner table th {
  width: 100%;
  background-color: #6c6fac;
  color: #fff;
  font-weight: 700;
}
#e3_tsubasatsunagu .shop .inner table td {
  background-color: #fff;
}
#e3_tsubasatsunagu .jremall {
  padding: 1em 1em 3em;
}
#e3_tsubasatsunagu .jremall p {
  font-weight: 700;
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  text-align: center;
}
#e3_tsubasatsunagu .jremall p {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}
#e3_tsubasatsunagu .jremall a {
  display: block;
  max-width: 600px;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  padding: 3em 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  text-align: center;
}
#e3_tsubasatsunagu .jremall a img {
  width: 50%;
}
#e3_tsubasatsunagu .jrinfo {
  padding: 1em 1em 3em;
  background-color: #fff;
}
#e3_tsubasatsunagu .jrinfo .links {
  max-width: 600px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  padding: 2em;
  border-radius: 10px;
  background-color: #ededed;
}
#e3_tsubasatsunagu .jrinfo .links > p {
  margin-bottom: 1em;
  font-size: clamp(1.3rem, 1.2vw, 1.8rem);
}
#e3_tsubasatsunagu .jrinfo .links > p {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}
#e3_tsubasatsunagu .jrinfo .links .buttons {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  gap: 1em;
}
#e3_tsubasatsunagu .jrinfo .links .buttons p {
  margin-top: 1em;
}
#e3_tsubasatsunagu .jrinfo .links .buttons p:nth-child(1) {
  max-width: 97px;
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .jrinfo .links .buttons p:nth-child(2) {
  width: 100%;
  max-width: inherit;
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .jrinfo .links .buttons p:nth-child(2) a {
  background-color: #01823e;
}
#e3_tsubasatsunagu .h-type1 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: clamp(3rem, 7vw, 4.5rem);
  line-height: 1em;
  font-family: "Libre Baskerville", serif;
  text-align: center;
}
#e3_tsubasatsunagu .h-type1 span {
  display: block;
  font-size: 30%;
}
#e3_tsubasatsunagu .h-type2 {
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1em;
  text-align: center;
}
#e3_tsubasatsunagu .h-type2 {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}
#e3_tsubasatsunagu .h-type3 {
  margin-top: 1em;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1em;
  text-align: center;
}
#e3_tsubasatsunagu .h-type3 {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}
#e3_tsubasatsunagu .h-type4 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5em;
  margin-right: auto;
  margin-left: auto;
  padding: 0.8em 3em;
  border: 1px solid #191e7a;
  border-radius: 100vh;
  color: #191e7a;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  line-height: 1em;
  text-align: center;
}
#e3_tsubasatsunagu .h-type5 {
  position: relative;
  margin-top: 1em;
  font-size: clamp(1.8rem, 1.5vw, 3em);
  line-height: 1em;
  text-align: center;
}
#e3_tsubasatsunagu .h-type5 {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}
#e3_tsubasatsunagu .h-type5::after {
  display: block;
  width: 2em;
  margin-top: 0.8em;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #000;
  content: "";
}
#e3_tsubasatsunagu .button {
  max-width: 270px;
}
#e3_tsubasatsunagu .button a {
  display: block;
  position: relative;
  padding: 0.8em;
  border-radius: 100vh;
  background-color: #ed6b00;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  text-align: center;
}
#e3_tsubasatsunagu .button a::after {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
}
#e3_tsubasatsunagu .mara {
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .mta {
  margin-top: 1em;
}
#e3_tsubasatsunagu .notice {
  margin-top: 1.5em;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
}
/* 追記  */
#e3_tsubasatsunagu .timetable ul + .h-type3 {
  margin-top: 3em;
}
#e3_tsubasatsunagu .timetable .img + .mara {
  margin-top: 1em;
}
#e3_tsubasatsunagu .timetable .mara {
  max-width: 600px;
}
#e3_tsubasatsunagu .timetable .mara + .notice {
  margin-top: 1.5em;
}
#e3_tsubasatsunagu .timetable p + .mara.button {
  margin-top: 1em;
}
#e3_tsubasatsunagu .timetable .mara.button a {
  padding: 1em 2em;
  border-radius: 20px;
}
#e3_tsubasatsunagu .timetable .mara.button a span {
  font-size: clamp(1.2rem, 1vw, 1.4rem);
}
#e3_tsubasatsunagu .news a {
  color: #000;
}
#e3_tsubasatsunagu .news .alert-item {
  max-width: 1024px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  padding: 2em 1em;
  border: 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
}
#e3_tsubasatsunagu .news .alert-item h3 {
  color: #f00;
}
#e3_tsubasatsunagu .news .alert-item p + p {
  margin-top: 1em;
}
#e3_tsubasatsunagu .news .alert-item span {
  display: block;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
#e3_tsubasatsunagu .news .news-item {
  margin-top: 1em;
}
#e3_tsubasatsunagu .anchorlink li a {
  font-size: clamp(1rem, 0.9vw, 1.5rem);
}
#e3_tsubasatsunagu .omoide {
  padding: 1em;
}
#e3_tsubasatsunagu .omoide .inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .buttons {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  max-width: 740px;
  margin-top: 2em;
  margin-right: auto;
  margin-left: auto;
  gap: 1em;
}
#e3_tsubasatsunagu .buttons li {
  text-align: center;
}
#e3_tsubasatsunagu .buttons li p {
  margin-right: auto;
  margin-left: auto;
}
#e3_tsubasatsunagu .staffm {
  padding-bottom: 3em;
}
#e3_tsubasatsunagu .timetable .inner .txt a {
  color: #191e7a;
  text-decoration: underline;
}
#e3_tsubasatsunagu .timetable .buttons {
  max-width: 740px;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.pt4em {
  padding-top: 4em;
}
@media only screen and (min-width: 375px) and (orientation: landscape){
  #e3_tsubasatsunagu .hero {
    padding: 4em 0 3em;
  }
  #e3_tsubasatsunagu .hero .inner .hero-texts h1 {
    max-width: 41%;
  }
  #e3_tsubasatsunagu .hero .inner .hero-texts .concept {
    width: 36%;
    max-width: 550px;
    margin-top: 2vw;
  }
  #e3_tsubasatsunagu .hero .inner .images {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  #e3_tsubasatsunagu .hero .inner .images figure {
    position: absolute;
    bottom: 3vw;
    max-width: 59%;
    margin-top: 3em;
  }
  #e3_tsubasatsunagu .hero .inner .images figure img {
    max-width: 100%;
  }
  #e3_tsubasatsunagu .hero .logodesign {
    max-width: 800px;
    margin-top: 5vw;
    padding: 2vw 3vw;
  }
  #e3_tsubasatsunagu .hero .logodesign h2 {
    font-size: clamp(1.6rem, 1.5vw, 3rem);
    letter-spacing: 0.2em;
  }
  #e3_tsubasatsunagu .hero .logodesign p {
    font-size: clamp(1.3rem, 1.1vw, 1.7rem);
  }
}
@media screen and (min-width: 425px){
  #e3_tsubasatsunagu .fun .inner h2 + p {
    text-align: center;
  }
  #e3_tsubasatsunagu .fun .inner .dl {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 600px){
  #e3_tsubasatsunagu .anchorlink {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 3em 2em;
  }
  #e3_tsubasatsunagu .news .inner {
    padding: 3em;
  }
  #e3_tsubasatsunagu .news .news-item {
    margin-top: 4em;
    padding: 0.5em 1em;
  }
  #e3_tsubasatsunagu .ayumi {
    padding: 5em 0 3em;
  }
  #e3_tsubasatsunagu .omoide .message {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  #e3_tsubasatsunagu .staffm .message {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  #e3_tsubasatsunagu .timetable table {
    font-size: clamp(1.6rem, 1.6vw, 2rem);
  }
  #e3_tsubasatsunagu .timetable table tbody tr th,
  #e3_tsubasatsunagu .timetable table tbody tr td {
    padding: 0.7em 1em;
  }
  #e3_tsubasatsunagu .timetable .buttons {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  #e3_tsubasatsunagu .fun .inner {
    padding: 2em;
  }
  #e3_tsubasatsunagu .shop .inner table th,
  #e3_tsubasatsunagu .shop .inner table td {
    display: table-cell;
  }
  #e3_tsubasatsunagu .shop .inner table th {
    width: 20%;
  }
  #e3_tsubasatsunagu .jrinfo .links > p {
    text-align: center;
  }
  #e3_tsubasatsunagu .jrinfo .links > p {
    text-align: print;
  }
  #e3_tsubasatsunagu .jrinfo .links .buttons {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 150px auto;
    align-items: center;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (width >= 600px){
  #e3_tsubasatsunagu .news .alert-item {
    margin-top: 4em;
    padding: 1em 2em;
  }
  #e3_tsubasatsunagu .news .news-item {
    margin-top: 2em;
  }
  #e3_tsubasatsunagu .buttons {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  #e3_tsubasatsunagu .button {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px){
  #e3_tsubasatsunagu .hero {
    padding: 4em 0 6em;
  }
  #e3_tsubasatsunagu .hero .inner .hero-texts h1 {
    padding: 2vw 0;
  }
  #e3_tsubasatsunagu .hero .inner .hero-texts .concept {
    padding: 2vw 0;
  }
  #e3_tsubasatsunagu .hero .logodesign h2 {
    font-size: clamp(1.6rem, 1.8vw, 3.5rem);
  }
  #e3_tsubasatsunagu .ayumi ul li .texts h3 {
    margin-bottom: 1em;
  }
  #e3_tsubasatsunagu .bosyu .inner {
    padding: 3em;
  }
  #e3_tsubasatsunagu .bosyu .inner h2 {
    margin-top: 0;
  }
  #e3_tsubasatsunagu .bosyu .inner h2 + p {
    text-align: center;
  }
  #e3_tsubasatsunagu .bosyu .inner .step {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3em;
  }
  #e3_tsubasatsunagu .bosyu .inner .step div::before, #e3_tsubasatsunagu .bosyu .inner .step div::after {
    width: 40px;
    height: 1px;
    inset: 50% -2em 50% auto;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  #e3_tsubasatsunagu .bosyu .inner .step div::before {
    transform: rotate(60deg);
  }
  #e3_tsubasatsunagu .bosyu .inner .step div::after {
    transform: rotate(-60deg);
  }
  #e3_tsubasatsunagu .bosyu .inner .step div h4 {
    font-size: clamp(1rem, 1.5vw, 1.8rem);
  }
  #e3_tsubasatsunagu .bosyu .inner .step div figure {
    max-width: 300px;
  }
  #e3_tsubasatsunagu .staffm .message div {
    padding: 2em;
  }
  #e3_tsubasatsunagu .staffm .message div figure {
    margin: -2em -2em 1.5em;
  }
  #e3_tsubasatsunagu .timetable h3 + p {
    text-align: center;
  }
  #e3_tsubasatsunagu .timetable table thead tr th {
    padding: 1em;
  }
  #e3_tsubasatsunagu .fun .inner .dl {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3em;
  }
  #e3_tsubasatsunagu .goods .inner .items {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em 2.5em;
  }
  #e3_tsubasatsunagu .goods .inner .items div figure {
    margin-top: 1em;
  }
  #e3_tsubasatsunagu .shop .inner table th,
  #e3_tsubasatsunagu .shop .inner table td {
    padding: 1em 1.5em;
  }
  #e3_tsubasatsunagu .h-type4 {
    padding: 0.5em 2em;
  }
  #e3_tsubasatsunagu .notice {
    text-align: center;
  }
}
@media screen and (min-width: 1024px){
  #e3_tsubasatsunagu .news .inner {
    padding: 3em 3em 10em;
  }
  #e3_tsubasatsunagu .ayumi ul li {
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 6em;
  }
  #e3_tsubasatsunagu .ayumi ul li figure {
    width: 60%;
    margin: 0;
  }
  #e3_tsubasatsunagu .ayumi ul li .texts {
    width: 27%;
    margin-bottom: -2em;
    margin-left: -2em;
    padding: 2em 2em 2em 4em;
  }
  #e3_tsubasatsunagu .ayumi ul li:nth-child(odd) figure {
    order: 2;
  }
  #e3_tsubasatsunagu .ayumi ul li:nth-child(odd) .texts {
    order: 1;
    margin-top: -2em;
    margin-right: -2em;
    margin-left: calc(13% + 2em);
    padding: 2em 4em 2em 2em;
  }
  #e3_tsubasatsunagu .fun .inner {
    padding: 2em 3em 5em;
  }
}
@media screen and (width >= 1024px){
  #e3_tsubasatsunagu .timetable p + .mara.button {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1280px){
  #e3_tsubasatsunagu .anchorlink {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 3.5em 2em;
  }
}
@media screen and (max-width: 375px){
  #e3_tsubasatsunagu {
    font-size: 1.3rem;
  }
}
@media print{
  #e3_tsubasatsunagu .hero {
    padding: 4em 0 6em;
  }
  #e3_tsubasatsunagu .hero .inner .hero-texts h1 {
    max-width: 41%;
  }
  #e3_tsubasatsunagu .hero .inner .hero-texts h1 {
    padding: 2vw 0;
  }
  #e3_tsubasatsunagu .hero .inner .hero-texts .concept {
    width: 36%;
    max-width: 550px;
    margin-top: 2vw;
  }
  #e3_tsubasatsunagu .hero .inner .hero-texts .concept {
    padding: 2vw 0;
  }
  #e3_tsubasatsunagu .hero .inner .images {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
  #e3_tsubasatsunagu .hero .inner .images figure {
    position: absolute;
    bottom: 3vw;
    max-width: 59%;
    margin-top: 3em;
  }
  #e3_tsubasatsunagu .hero .inner .images figure img {
    max-width: 100%;
  }
  #e3_tsubasatsunagu .hero .logodesign {
    max-width: 800px;
    margin-top: 5vw;
    padding: 2vw 3vw;
  }
  #e3_tsubasatsunagu .hero .logodesign h2 {
    font-size: clamp(1.6rem, 1.5vw, 3rem);
    letter-spacing: 0.2em;
  }
  #e3_tsubasatsunagu .hero .logodesign h2 {
    font-size: clamp(1.6rem, 1.8vw, 3.5rem);
  }
  #e3_tsubasatsunagu .hero .logodesign p {
    font-size: clamp(1.3rem, 1.1vw, 1.7rem);
  }
  #e3_tsubasatsunagu .anchorlink {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 3em 2em;
  }
  #e3_tsubasatsunagu .news .inner {
    padding: 3em 3em 10em;
  }
  #e3_tsubasatsunagu .ayumi ul li {
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 6em;
  }
  #e3_tsubasatsunagu .ayumi ul li figure {
    width: 60%;
    margin: 0;
  }
  #e3_tsubasatsunagu .ayumi ul li .texts {
    width: 27%;
    margin-bottom: -2em;
    margin-left: -2em;
    padding: 2em 2em 2em 4em;
  }
  #e3_tsubasatsunagu .ayumi ul li .texts h3 {
    margin-bottom: 1em;
  }
  #e3_tsubasatsunagu .ayumi ul li:nth-child(odd) figure {
    order: 2;
  }
  #e3_tsubasatsunagu .ayumi ul li:nth-child(odd) .texts {
    order: 1;
    margin-top: -2em;
    margin-right: -2em;
    margin-left: calc(13% + 2em);
    padding: 2em 4em 2em 2em;
  }
  #e3_tsubasatsunagu .omoide .message {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  #e3_tsubasatsunagu .bosyu .inner {
    padding: 3em;
  }
  #e3_tsubasatsunagu .bosyu .inner h2 {
    margin-top: 0;
  }
  #e3_tsubasatsunagu .bosyu .inner h2 + p {
    text-align: center;
  }
  #e3_tsubasatsunagu .bosyu .inner .step {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3em;
  }
  #e3_tsubasatsunagu .bosyu .inner .step div::before, #e3_tsubasatsunagu .bosyu .inner .step div::after {
    width: 40px;
    height: 1px;
    inset: 50% -2em 50% auto;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  #e3_tsubasatsunagu .bosyu .inner .step div figure {
    max-width: 300px;
  }
  #e3_tsubasatsunagu .staffm .message {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  #e3_tsubasatsunagu .staffm .message div {
    padding: 2em;
  }
  #e3_tsubasatsunagu .staffm .message div figure {
    margin: -2em -2em 1.5em;
  }
  #e3_tsubasatsunagu .timetable h3 + p {
    text-align: center;
  }
  #e3_tsubasatsunagu .timetable table {
    font-size: clamp(1.6rem, 1.6vw, 2rem);
  }
  #e3_tsubasatsunagu .timetable .buttons {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  #e3_tsubasatsunagu .fun .inner {
    padding: 2em 3em 5em;
  }
  #e3_tsubasatsunagu .fun .inner h2 + p {
    text-align: center;
  }
  #e3_tsubasatsunagu .fun .inner .dl {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3em;
  }
  #e3_tsubasatsunagu .goods .inner .items {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em 2.5em;
  }
  #e3_tsubasatsunagu .goods .inner .items div figure {
    margin-top: 1em;
  }
  #e3_tsubasatsunagu .shop .inner table th,
  #e3_tsubasatsunagu .shop .inner table td {
    padding: 1em 1.5em;
  }
  #e3_tsubasatsunagu .shop .inner table th {
    width: 20%;
  }
  #e3_tsubasatsunagu .jrinfo .links .buttons {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 150px auto;
    align-items: center;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  #e3_tsubasatsunagu .h-type4 {
    padding: 0.5em 2em;
  }
  #e3_tsubasatsunagu .notice {
    text-align: center;
  }
}/* Document
 * ========================================================================== */

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

:where(:root) {
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  cursor: default; /* 1 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

:where(h1) {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

:where(hr) {
  height: 0; /* 2 */
  color: inherit; /* 1 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

:where(nav) :where(ol, ul) {
  padding: 0;
  list-style-type: none;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

:where(nav li)::before {
  float: left;
  content: "\200B";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

:where(pre) {
  overflow: auto; /* 3 */
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

:where(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.
 */

:where(code, kbd, samp) {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */

:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 1 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

:where([type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct styles in Safari.
 */

:where(dialog) {
  position: absolute;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1em;
  border: solid;
  background-color: white;
  color: black;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
