.map-bg {
  width: 100%;
  position: relative; /* 子要素をabsoluteで配置するため */
  left: 0;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden; /* はみ出し対策 */
  background-color: white;
  /* mapセクションの横長背景 */
  background-image: url("./map_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  /* 画面幅いっぱいに横をフィット */
  background-size: 100% auto;
}

.map-bg-img {
  position: absolute; /* 背景扱いにする */
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0; /* 背面に置く */
}

.map-container {
  max-width: 1174px;
  margin: 0 auto;
  position: relative;
  z-index: 1; /* 背景画像より前に */
  background: transparent;
}

/* 横スクロール出るなら保険で */
@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip;
  }
}
html,
body {
  overflow-x: hidden;
}

.map-title {
  width: 70%;
}

* {
  margin: 0;
  /* マージン一括指定 */
  padding: 0;
  /* パディング一括指定 */
}

/* 画像は基本はみ出させない（全体安定化） */
img {
  border: none;
  vertical-align: middle;
  /* max-width: 100%; */
  /* height: auto;
  display: block; 画像下の謎の隙間防止 */
}

a {
  text-decoration: none;
  /* 下線など */
}

html {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  /* フォントファミリー */
  line-height: 1.4;
  /* 行幅 */
  font-style: normal;
  /* フォントスタイル：標準 */
  font-weight: normal;
  /* 文字太さ：標準 */
  color: #333;
  /* 文字色： */
  background-color: #fff;
}

body {
  width: 100%;
  min-width: 1300px;
  /* background-color: #dea997; */
}

header {
  display: block;
  text-align: center;
  background-color: #fff;
}

.topimg {
  position: relative;
  /* 中央寄せしたい要素の親タグにrelativeをつける */
  overflow: hidden;
  /* はみ出した部分は表示しないようにする */
  height: 887px;
  /* 高さは固定値を入れる */
  /* background-color: #dea997; */
  margin-bottom: -1px;
}

.topimg img {
  position: absolute;
  top: 50%;
  /* トップを基準に中央配置 */
  left: 50%;
  /* 左を基準に中央配置 */
  width: 1920px;
  height: 887px;
  transform: translate(-50%, -50%);
  /* background-color: #dea997; */
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 70px; */
  max-width: 1920px;
}

.contents1 {
  background-color: #f8c484;
}

.contents2 {
  background-color: #eaf2c4;
}

.contents3 {
  background-color: #eaf2c4;
  text-align: center;
  color: #946134;
  padding-bottom: 30px;
}

.contents3 a {
  color: #946134;
  margin-right: 30px;
  margin-bottom: 15px;
}

table {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-collapse: separate;
  border: 4px #000 solid;
  width: 1023px;
  box-shadow: 19px 19px #000;
  margin-bottom: 100px;
  font-size: 30px;
  border-spacing: 0;
}

th {
  width: 272px;
  height: 78px;
  background-color: #ef7b36;
  color: #fff;
  vertical-align: middle;
  border-bottom: 1px #fff solid;
  border-left: 1px #000 solid;
}

td {
  width: 375px;
  vertical-align: middle;
  border: 1px #000 solid;
  padding: 10px 30px;
  border-left: none;
  line-height: 50px;
}

.p25 {
  font-size: 25px;
  width: 160px;
  border-right: none;
  line-height: 30px;
}

.p20 {
  font-size: 20px;
  border-left: none;
  line-height: 30px;
}

.p_h30 {
  line-height: 30px;
}

.border_t {
  border-top: 1px #000 solid;
}

.border_b {
  border-bottom: 1px #000 solid;
}

.border_r {
  border-right: 1px #000 solid;
}

.course {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 1174px;
  /* padding-bottom: 70px; */
}

.c_title {
  width: 100%;
}

.box {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin-top: -27px;
}

.box p,
.box img {
  width: 361px;
  text-align: justify;
}

.map {
  margin: 60px 0;
}

.form_haikei {
  width: 1174px;
  /* height: 380px; */
  background-image: url("/web/20240102092132im_/http://shinjuku-citywalk.jp/images/500mei.png");
  background-repeat: no-repeat;
  background-size: contain;
  /* margin-bottom: -80px; */
}

.form_btn a {
  width: 639px;
  height: 124px;
  background-color: #bd0f1c;
  box-shadow: 19px 19px #000;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  line-height: 124px;
  font-size: 47px;
  display: block;
  text-align: center;
}

.form_btn2 a {
  width: 639px;
  height: 124px;
  background-color: #ef7b36;
  box-shadow: 5px 5px #000;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  line-height: 124px;
  font-size: 37px;
  display: block;
}

.form_btn,
.form_btn2 {
  padding-bottom: 4rem;
}

.sarani-bg {
  width: 100%;
  position: relative;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  /* 必要なら高さやpadding-topで見せ量調整 */
}
.sarani-bg_wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  height: auto;
  /* height: 80px; */
  @media (max-width: 750px) {
    /* height: 50px; */
  }
}

.sarani {
  position: relative;
  width: 1174px;
  margin: 0 auto;
  text-align: center;
  background: none; /* 背景は親に任せる */
}

/* タイトル画像は手前に出すだけ。特に不要だが明示するなら */
.sarani img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.presentimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 1300px;
}

.presentimg img {
  width: 100%;
}

.presentimg p {
  text-align: justify;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 60px;
  padding-top: 60px;
  font-size: 17px;
  line-height: 30px;
}

.kyoryoku {
  width: 1162px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.kyoryoku img {
  margin-bottom: 30px;
  display: block;
}

.kyoryoku-logos {
  gap: 20px;
}

.kyoryoku-logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 0 10px;
  box-sizing: border-box;
}

.kyoryoku-logos img {
  height: 120px;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  object-fit: contain;
}

.kyoryoku2 {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  justify-content: space-between;
}

.kyoryoku2 img {
  width: 200px;
  margin-bottom: 30px;
}

.kyosan img {
  width: 200px;
  margin-bottom: 30px;
  background-color: white;
}

.p_w {
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  margin-top: 20px;
}

.p_t {
  font-feature-settings: "palt";
}

.contents3 p {
  font-size: 20px;
  padding: 20px;
  line-height: 22px;
}

.btn {
  background: #ef7b36;
  /* 背景色 */
  color: #fff;
  /* 文字色 */
  padding: 5px 40px;
  /* 上下の余白、左右の余白 */
  text-decoration: none;
  /* デフォルトで入る下線を消す */
  border-radius: 30px;
  /* 角を丸くする */
  font-size: 21px;
  line-height: 50px;
  vertical-align: top;
}

/*モーダルを開くボタン*/
.modal-open {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: center;
  padding: 30px;
}

.modal-content img {
  width: 90%;
}

/*
     FILE ARCHIVED ON 09:21:32 Jan 02, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:45:03 Sep 02, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.448
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.007
  esindex: 0.01
  cdx.remote: 46.781
  LoadShardBlock: 74.757 (3)
  PetaboxLoader3.datanode: 162.631 (4)
  load_resource: 228.684
  PetaboxLoader3.resolve: 126.005
*/
