@charset "utf-8";
/* レイアウトのためのCSS */
body {
  background: #eee;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
/* loading ※https://projects.lukehaas.me/css-loaders/参照*/
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 1em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 1em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 2em;
  }
}
/* area */
#container {
  overflow-x: hidden;
  /*以下、IE11用*/
  z-index: 1;
  position: relative;
}
/* font-family */
h1,
h2,
#service .service-area section h3,
#g-nav,
#footer-link,
.scrolldown1 span,
#vidual-area dt,
.footer-logo {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
}
/* heading */
h2 {
  font-size: 2rem;
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
/* header */
#header h1 a {
  color: #333;
}
#header h1 {
  position: absolute;
  top: 22px;
  left: 20px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  #header h1 {
    position: absolute;
    top: 22px;
    left: 20px;
    padding: 0;
  }
}
.scrolldown1 span {
  transform: rotate(-90deg);
  text-transform: uppercase;
  left: -23px;
  top: -31px;
}
/* vidualarea */
#vidual-area {
  position: relative;
  height: 100vh;
  margin-top: 70px;
}
body.appear #vidual-area::after {
  content: "";
  background: #960021;
  width: 0;
  height: 0%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#vidual-area #slider-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1; /*最背面へ*/
}
#vidual-area h2 {
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 3vw;
  position: absolute;
  top: 36%;
  left: 5%;
}
/* #vidual-area dl の既存の配置ルールを維持 */
#vidual-area dl {
  position: absolute;
  left: 2%;
  bottom: 2%;
  /* ここに以前のdlの中央配置に関するflexboxプロパティを統合します */
  display: flex; /* dtとddを横並びにするためflexboxを使用 */
  flex-direction: row; /* dtとddを横に並べる */
  align-items: center; /* 縦方向の中央に揃える */
  gap: 20px; /* dtとddの間のスペース */
  color: #eee; /* dl全体の色を薄いグレーに */
}
/* dtとddをインラインブロックにする既存のルールを上書きして、dlのflexboxを活かす */
#vidual-area dt,
#vidual-area dd {
  /* display: inline-block; は削除または上書きされます。 */
  /* dlのflexboxによって制御されるため、個別のdisplay設定は不要です。 */
  /* ただし、dtが単独でテキストのため、display:inline-block;はそのまま保持しても影響は小さいです */
}
/* "Follow Us" テキストのスタイル */
#vidual-area dt {
  text-transform: uppercase; /* 既存のルールを保持 */
  color: #333; /* テキストの色を薄いグレーに */
  font-size: 1.2rem; /* フォントサイズを調整 */
  margin-bottom: 0; /* dtとddを横並びにするため、下マージンは不要 */
}
#vidual-area dd ul {
  /* アイコンリストのスタイル */
  list-style: none; /* リストのマーカーを削除 */
  padding: 0; /* デフォルトのパディングを削除 */
  margin: 0; /* デフォルトのマージンを削除 */
  display: flex; /* アイコンを横並びにするためフレックスコンテナに */
  justify-content: center; /* アイコンを水平方向の中央に配置 */
  gap: 10px; /* アイコン間のスペースを調整 */
}
#vidual-area dd ul li {
  /* リストアイテムの既存マージンを上書きして、gapを使用 */
  margin: 0; /* gapプロパティを使うため、liのマージンはリセット */
}
#vidual-area dd ul li a {
  /* 各アイコンリンクのスタイル（円形と色） */
  display: flex; /* アイコン自体を中央に配置するためフレックスコンテナに */
  justify-content: center; /* アイコンを水平方向の中央に配置 */
  align-items: center; /* アイコンを垂直方向の中央に配置 */
  width: 50px; /* 円の幅 */
  height: 50px; /* 円の高さ */
  border-radius: 50%; /* 円形にする */
  background-color: #333; /* 背景色を濃いグレーに */
  color: #eee; /* アイコンの色を薄いグレーに */
  text-decoration: none; /* 下線を削除 */
  font-size: 1.5rem; /* アイコンのサイズを調整 */
  transition: background-color 0.3s ease; /* ホバー時のアニメーション */
}
#vidual-area dd ul li a:hover {
  /* アイコンにマウスオーバーした時のスタイル */
  background-color: #555; /* ホバー時の背景色を少し明るく */
}
/* imgタグのアイコンは使用しないため、関連CSSは削除するかコメントアウト */
/* #vidual-area ul img{
    width:20px;}
     */
/* レスポンシブ対応の調整 */
@media screen and (max-width: 960px) {
  #vidual-area {
    height: 90vh; /* 既存のルールを保持 */
  }
  #vidual-area #slider-area {
    width: 100%; /* 既存のルールを保持 */
    height: 90vh; /* 既存のルールを保持 */
  }
  #vidual-area h2 {
    font-size: 2.1rem; /* 既存のルールを保持 */
  }
  #vidual-area dl {
    left: 20px; /* 既存のルールを保持 */
    bottom: 16px; /* 既存のルールを保持 */
    /* モバイルではdlの並びを縦にする場合は、以下を追加 */
    /* flex-direction: column; */
    /* gap: 10px; */
  }
  #vidual-area dd ul {
    gap: 5px; /* モバイルでのアイコン間のスペースを調整 */
  }
  #vidual-area dd ul li a {
    width: 40px; /* モバイルでのアイコン円の幅を調整 */
    height: 40px; /* モバイルでのアイコン円の高さを調整 */
    font-size: 1.2rem; /* モバイルでのアイコンサイズを調整 */
  }
}
@media screen and (max-width: 450px) {
  #vidual-area h2 {
    font-size: 7vw;
    top: inherit;
    bottom: 13%;
  }
}
/* # =================================================================
   # News
   # ================================================================= */
.news-img-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 90%;
  height: 60vh;
  margin: 0 auto;
}
.news-img {
  height: 60vh;
  background: url("../img/footer01.jpg") no-repeat center;
  background-size: cover;
}
.news-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 10vh;
  background: #000;
  z-index: 2;
}
#news {
  padding: 0 15% 15%;
}
#news .area li {
  padding: 20px 0;
}
#news .area time {
  display: block;
  color: #aaa;
}
#news .tab {
  position: relative;
  top: 1px;
}
#news .tab-choice-area {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
@media only screen and (max-width: 1110px) {
  .tab-area {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #news {
    padding: 0 30px 5%;
  }
}
/* # =================================================================
   # Schedule
   # ================================================================= */
#schedule {
  padding: 0 15% 5%;
}
@media only screen and (max-width: 768px) {
  #schedule {
    padding: 0 30px 5%;
  }
}
/* # =================================================================
   # Profile
   # ================================================================= */
#service {
  position: relative;
  padding: 10% 0 0 15%;
}
@media screen and (max-width: 768px) {
  #service {
    padding: 30% 10% 0 10%;
  }
}
@media screen and (max-width: 570px) {
  #service {
    padding: 30% 0 0;
  }
}
@media screen and (max-width: 570px) {
  #service h2 {
    padding: 30% 30px 0 30px;
  }
}
/* --- service-area全体のスタイル（既存） --- */
#service .service-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5% 0 0 0;
  position: relative; /* 子要素のabsolute基準点 */
  margin: 0 10%;
}
/* --- 画像コンテナのスタイル（既存） --- */
#service .service-img-wrapper {
  position: relative; /* ここを絶対配置の基準点にする */
  overflow: hidden;
  width: 100%; /* 親要素の幅に合わせています */
  height: 60dvh;
}
@media screen and (max-width: 1000px) {
  #service .service-img-wrapper {
    height: 48dvh;
  }
}
@media screen and (max-width: 768px) {
  #service .service-img-wrapper {
    height: 40dvh;
  }
}
@media screen and (max-width: 570px) {
  #service .service-img-wrapper {
    height: 35dvh;
  }
}
/* 赤色背景のアニメーション効果（service-img-wrapperにクラスが追加された時） */
/* bgextend はすでに存在し、それをトリガーに::afterを動かす想定 */
/* ここで::afterの親を.service-img-wrapperに修正 */
.service-img-wrapper.bgRLextendTrigger::after {
  /* クラス名に合わせてセレクタを修正 */
  content: "";
  position: absolute; /* 親要素 .service-img-wrapper を基準に */
  top: 0; /* 画像のトップに合わせる */
  left: 0; /* 画像の左に合わせる */
  width: 100%; /* 画像と同じ幅 */
  background: #960021; /* 赤色背景 */
  z-index: -1; /* 画像の下に表示 */
  aspect-ratio: 16 / 9;
  max-width: 970px;
  /* 以下のアニメーション設定は、現在JS側からアニメーションを制御しているため、コメントアウトしましたby Hideki */
  /* アニメーション設定 */
  /* animation-name: sevicebgRLextendAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;  */
  /* アニメーション開始前の初期状態（@keyframesの0%と連携） */
}
/* アニメーションキーフレーム (既存) */
@keyframes sevicebgRLextendAnime {
  0% {
    opacity: 0;
    width: 0; /* 最初は幅0からスタート */
    left: 0; /* 左端から広がるように設定 */
  }
  100% {
    opacity: 1;
    width: 100%; /* 最終的に幅100%に広がる */
    left: -20px; /* 最終的な位置も左端 */
  }
}
/* --- その他の既存スタイル（関連が薄いため、まとめて記載） --- */
#service .service-area section {
  width: 30%;
}
@media screen and (max-width: 500px) {
  #service .service-lead {
    padding: 0 10% 0 0;
  }
  #service .service-lead br {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  #service .service-area section {
    width: 100%;
    margin: 0 0 100px 0;
    padding: 0 10% 0 0;
  }
}
#service .service-area section h3 {
  font-size: 1.5rem;
  margin: 0 0 30px 0;
}
#service .service-area section p {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 570px) {
  #service .service-img-wrapper,
  #service .service-img {
    width: 100%;
    height: 40dvh;
    background-position: right;
  }
  #service .service-img-wrapper {
    margin: 0 0 30px 0;
  }
}
#service .view-more-button {
  position: absolute;
  right: 10%;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: -50px;
  margin-bottom: 20px;
  z-index: 100;
}
.sin-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 970px;
  position: absolute;
  top: 0;
  left: 4%;
  bottom: 10px;
}
#profile {
  padding-bottom: 120px;
}
/* 画面幅が768px以下の場合に適用されるスタイル */
@media screen and (max-width: 768px) {
  #profile {
    padding-bottom: 80px;
  }
}
/* 画面幅が480px以下の場合に適用されるスタイル */
@media screen and (max-width: 480px) {
  #profile {
    padding-bottom: 60px;
  }
}
/* # =================================================================
   # Contact
   # ================================================================= */
#contact {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .contact-detail {
  width: 65%;
  border-right: 1px solid #aaa;
  text-align: center;
  padding: 20px;
}
#contact .contact-detail h2 {
  margin: 0 0 5px 0;
  font-size: 1.5rem;
}
#contact .contact-tel {
  width: 35%;
}
#contact .contact-tel p {
  text-align: center;
}
#contact .contact-tel p a {
  display: block;
  padding: 20px;
	padding-left: 0px;
  transition: all 0.3s;
}
#contact .contact-tel p a:hover {
  background: rgba(255, 255, 255, 0.2);
}
#contact .contact-tel p:last-child {
  border-top: 1px solid #aaa;
}
#contact .contact-tel br {
  display: none;
}
@media screen and (max-width: 690px) {
  #contact .contact-detail,
  #contact .contact-tel {
    width: 50%;
  }
  #contact .contact-tel br {
    display: block;
  }
  #contact .contact-detail h2 {
    font-size: 1.2rem;
  }
  #contact .contact-detail p {
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  #contact {
    font-size: 0.8rem;
  }
}

.mailadress {
	display: -webkit-flex;
	display:flex;
	align-items: center;
	justify-content: center;
}
