@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

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

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", serif, serif;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p {
  font-size: 14px;
}

span {
  display: inline-block;
  font-size: 18px;
}

li {
  list-style: none;
}

.footer {
  background-color: #083A9D;
  height: 200px;
  width: 100vw; /* 画面幅に合わせる */
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width:599px) {
  .footer {
    height: 100px;
    width: 500px;
  }
}
.footer .navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  width: 100vh;
  gap: 40px; /* 文字の間隔を40pxに設定 */
}
@media screen and (max-width:599px) {
  .footer .navigation ul {
    width: 100%;
    gap: 15px;
  }
}
.footer .navigation .navigation-menu__link a {
  text-decoration: none;
  color: white;
}
.footer .navigation .navigation-menu__link a h3 {
  margin: 0;
}
@media screen and (max-width:599px) {
  .footer .navigation .navigation-menu__link a h3 {
    font-size: small;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 400px;
  width: 300px;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 3px rgba(255, 255, 255, 0.4);
}
.modal-container .fa-xmark {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #000000;
  font-size: 16px;
}
.modal .navigation {
  flex-flow: column;
}
.modal .navigation-menu {
  margin-bottom: 48px;
}
.modal .navigation .btn {
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.modal .navigation .btn--primary--black {
  background-color: black;
  color: white;
  margin-left: 20px;
}
.modal .hidden {
  display: none;
}

.header {
  display: flex;
  height: 200px;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  width: 100%;
  /* border: $border-width solid #000000;*/
  padding-left: 100px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width:599px) {
  .header {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    width: 500px;
    /* border: $border-width solid #000000;*/
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:599px) {
  .header .navigation {
    display: none;
  }
}
.header .navigation .navigation-menu {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.header .navigation .navigation-menu .navigation-menu__link {
  margin-right: 40px;
}
.header .navigation .navigation-menu .navigation-menu__link a {
  text-decoration: none;
  color: black;
}
.header .navigation .navigation-menu .navigation-menu__link a:hover {
  color: gray;
}
.header .navigation .btn {
  text-decoration: none;
  color: white;
  background-color: black;
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.header .navigation .btn--primary--black {
  background-color: black;
  margin-left: 20px;
}
.header .navigation .btn .fa-regular {
  margin-right: 5px;
}
.header .mobile-menu {
  display: none;
  cursor: pointer;
}
@media screen and (max-width:599px) {
  .header .mobile-menu {
    display: block;
  }
}

.main-visual {
  /* border: $border-width solid #000000;*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width:599px) {
  .main-visual {
    display: flex;
    width: 500px;
    height: 400px;
    overflow: hidden;
  }
}

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

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #ffffff; /* テキストの色を白に変更 */
  text-align: center; /* テキストを中央揃えにする */
}
@media screen and (max-width:599px) {
  .centered-text {
    position: absolute;
    top: 30%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
  }
}

.concert-box {
  /*border: $border-width solid #000000;*/
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 800px;
  padding-left: 100px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; /* 親要素に相対的に配置 */
}
@media screen and (max-width:599px) {
  .concert-box {
    display: flex;
    flex-flow: column;
    width: 500px;
    height: 1200px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 25px;
    padding-bottom: 10px;
    position: relative; /* 親要素に相対的に配置 */
  }
}
.concert-box .contents-one {
  /*border: $border-width solid #000000;*/
  display: flex;
  top: 0;
  left: 0;
  width: 1300px;
  height: 350px;
  /*.concert-access{
    border: $border-width solid #000000;  // 枠線を設定
    display: column;
    background-color: #90EE90;
    top: 0;
    right: 0;
    width: 50%;
    height: 350px;        



  }*/
}
@media screen and (max-width:599px) {
  .concert-box .contents-one {
    display: flex;
    flex-flow: column;
    width: 100vh;
    height: 800px;
  }
}
.concert-box .contents-one .concert-information {
  /*border: $border-width solid #000000;*/
  display: flex;
  top: 0;
  left: 0;
  width: 50%;
  height: 350px;
}
.concert-box .contents-one .concert-information h2[seciton-head] {
  margin-bottom: 30px;
}
.concert-box .contents-one .concert-information h3[concert-day],
.concert-box .contents-one .concert-information h3[concert-time] {
  margin-bottom: 30px;
}
.concert-box .contents-one .concert-information h3[concert-place],
.concert-box .contents-one .concert-information h4[concert-post],
.concert-box .contents-one .concert-information h4[concert-tel] {
  margin-bottom: 15px;
}
@media screen and (max-width:599px) {
  .concert-box .contents-one .concert-information {
    display: flex;
    flex-flow: column;
    width: 500px;
    height: 400px;
    padding: 25px;
  }
}
.concert-box .contents-one .concert-access {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* 要素の高さを100%に設定して親要素に合わせる */
}
@media screen and (max-width:599px) {
  .concert-box .contents-one .concert-access {
    display: flex;
    flex-flow: column;
    width: 500px;
    height: 400px;
    background-color: #a8dbf3;
    background-size: 500px, 400px;
  }
}
.concert-box .contents-one .access {
  display: flex;
  flex-direction: column;
  gap: 5px; /* 要素間の間隔を5pxに設定 */
  padding: 0px; /* 要素の内側に余白を追加 */
  /* 枠線を追加 */
  /*border: 2px solid #000000;
  border-radius: 8px;*/
}
@media screen and (max-width:599px) {
  .concert-box .contents-one .access {
    padding: 25px;
  }
}
.concert-box .contents-one .access h2[access-info] {
  margin: 10px; /* h2要素のマージンをリセット */
}
.concert-box .contents-one .access iframe {
  width: 80%;
  height: 250px;
  border: 0;
}
.concert-box .contents-one .access p[map-info] {
  width: 80%;
  margin-top: 10px; /* p要素のマージンをリセット */
}
.concert-box .contents-second {
  /*border: $border-width solid #000000;*/
  display: column;
  top: 400px;
  left: 0;
  width: 100%;
  height: 350px;
}
@media screen and (max-width:599px) {
  .concert-box .contents-second {
    display: column;
    width: 500px;
    height: 400px;
    padding: 25px;
  }
}
.concert-box .contents-second .concert-information-02 {
  /*border: $border-width solid #000000;*/
  display: column;
  top: 400px;
  left: 0;
  width: 1300px;
  height: 250px;
}
@media screen and (max-width:599px) {
  .concert-box .contents-second .concert-information-02 {
    width: 500px;
    height: 80%;
  }
}
.concert-box .contents-second .concert-information-02 h3[concert-menu] {
  margin-bottom: 15px;
}
.concert-box .contents-second .concert-information-02 h3[concert-menu-one] {
  margin-bottom: 5px;
}
.concert-box .contents-second .concert-information-02 h4[menu-one-01] {
  margin-bottom: 15px;
}
.concert-box .contents-second .concert-information-02 h3[concert-menu-second],
.concert-box .contents-second .concert-information-02 h4[menu-second-01] {
  margin-bottom: 5px;
}
.concert-box .contents-second .concert-information-03 {
  /*border: $border-width solid #000000;*/
  display: flex;
  top: 650px;
  left: 0;
  width: 1300px;
  height: 100px;
}
@media screen and (max-width:599px) {
  .concert-box .contents-second .concert-information-03 {
    display: flex;
    flex-direction: column;
    width: 500px;
    height: 20%;
  }
}
.concert-box .contents-second .concert-information-03 h3[syusai] {
  margin-right: 30px;
}
.concert-box .contents-second .concert-information-03 h4[syusai-tel] {
  margin-right: 300px;
}
@media screen and (max-width:599px) {
  .concert-box .contents-second .concert-information-03 h4[syusai-tel] {
    margin-right: 0px;
  }
}

#about-us {
  display: flex;
  height: 400px;
  width: 100%;
  background-color: #a8dbf3; /* $base-02に背景色を設定 */
  padding-left: 100px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; /* 親要素に相対的に配置 */
}
@media screen and (max-width:599px) {
  #about-us {
    display: flex;
    flex-direction: column;
    height: 650px;
    width: 500px;
    padding: 0px;
  }
}
#about-us .usprofile {
  display: clumn;
  height: 300px;
  flex-basis: 50%;
}
#about-us .usprofile h2[aboutus],
#about-us .usprofile h3[setouchitoha] {
  margin-bottom: 20px;
}
@media screen and (max-width:599px) {
  #about-us .usprofile {
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 500px;
    padding: 25px;
  }
  #about-us .usprofile h2[aboutus] {
    font-size: 24px;
  }
  #about-us .usprofile h3[setouchitoha] {
    font-size: 12px;
  }
}

.usphoto {
  display: flex;
  flex-flow: column;
  height: 300px;
  flex-basis: 50%;
}
@media screen and (max-width:599px) {
  .usphoto {
    display: flex;
    height: 250px;
    width: 500px;
  }
}
.usphoto .img {
  height: 280px;
  flex-basis: 45%;
  overflow: hidden;
}
@media screen and (max-width:599px) {
  .usphoto .img {
    height: 180px;
    width: 480px;
    overflow: hidden;
  }
}

#conductor {
  display: flex;
  height: 400px;
  width: 100%;
  background-color: #FFFFFF; /* $base-01に背景色を設定 */
  padding-left: 100px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; /* 親要素に相対的に配置 */
}
@media screen and (max-width:599px) {
  #conductor {
    display: flex;
    flex-direction: column;
    height: 400px;
    width: 500px;
    padding: 25px;
  }
}
#conductor .condphoto {
  display: flex;
  flex-direction: column;
  height: 300px;
  flex-basis: 25%;
}
#conductor .condname {
  padding-bottom: 10px;
}
@media screen and (max-width:599px) {
  #conductor .condname {
    padding-bottom: 5px;
  }
  #conductor .condname h2[condname] {
    font-size: 24px;
  }
}
#conductor .miyatakephoto {
  height: 100%;
  width: 72%;
  overflow: hidden;
}
@media screen and (max-width:599px) {
  #conductor .miyatakephoto {
    display: none;
  }
}
#conductor .condprof {
  align-items: center; /* 垂直方向（上下）を中央に配置 */
}
@media screen and (max-width:599px) {
  #conductor .condprof p[condprof] {
    width: 90%;
    font-size: 10px;
  }
}

#recruitment {
  display: flex;
  height: 400px;
  width: 100%;
  background-color: #a8dbf3; /* $base-02に背景色を設定 */
  padding-left: 100px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; /* 親要素に相対的に配置 */
}
@media screen and (max-width:599px) {
  #recruitment {
    display: flex;
    height: 400px;
    width: 500px;
    padding: 25px;
  }
}
#recruitment .recruitment-left {
  display: flex;
  flex-direction: column;
  height: 300px;
  flex-basis: 45%;
}
@media screen and (max-width:599px) {
  #recruitment .recruitment-left {
    height: 350px;
    flex-basis: 90%;
  }
}
#recruitment .recruitment-left h2[recruit01] {
  margin-top: 50px;
  margin-bottom: 20px;
}
#recruitment .recruitment-left h3[recruit02] {
  line-height: 1.3;
}
@media screen and (max-width:599px) {
  #recruitment .recruitment-left h3[recruit02] {
    font-size: 18px;
  }
}
#recruitment .setouchitaro {
  height: 280px;
  width: 280px;
  margin-left: 5%;
}
@media screen and (max-width:599px) {
  #recruitment .setouchitaro {
    display: none;
  }
}
#recruitment .setouchitaro .setouchi-taro {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#recruitment .setouchitaro .setouchi-taro img {
  height: 100%;
  width: auto;
  display: block;
}

#youtube {
  display: flex;
  flex-flow: column;
  height: 400px;
  width: 100%;
  background-color: #FFFFFF; /* $base-02に背景色を設定 */
  padding-left: 100px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; /* 親要素に相対的に配置 */
}
@media screen and (max-width:599px) {
  #youtube {
    display: flex;
    flex-flow: column;
    height: 900px;
    width: 500px;
    padding: 25px;
  }
}
#youtube .section-title {
  margin-bottom: 15px;
}
#youtube .videos {
  display: flex;
  height: 260px;
  width: 100%;
  gap: 210px;
}
@media screen and (max-width:599px) {
  #youtube .videos {
    display: flex;
    flex-direction: column;
    height: 800px;
    width: 100%;
    gap: 50px;
  }
}
#youtube .videos .video-container {
  display: flex;
  flex-flow: column;
  width: 280px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
#youtube .videos .video-container .comment {
  margin-top: 5px;
  /*font-size: 18px;*/
  color: #000000; /* テキスト色を設定 */
}
#youtube .videos .video-container iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */