@charset "utf-8";

/* CSS Document */
body,
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 1224px;
  margin: 0 auto;
}

body img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  position: relative;
}

.main {
  display: block;
}

header {
  position: absolute;
  width: 1119px;
  margin: 50px 50px 5px;
  z-index: 1;
}

header .sub_title {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.mv {
  position: relative;
  background: url(../img/bg.png) no-repeat;
  background-size: 100% auto;
  padding: 100px 60px 5px;
  margin: 0;
}

.mv .main_title {
  width: 885px;
    margin: 0 auto 20px 0;
}

.mv .badge {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 260px;
}

.mv .cnt_text .lead_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-indent: 1em;
}

.mv .cnt_text .lead_text:last-child {
  margin-bottom: 30px;
}

.mv .entry_btn {
  width: 580px;
  margin-bottom: 40px;
}

.mv .entry_btn a {
  position: relative;
  display: block;
  background-color: #E60012;
  border: 2px solid #E60012;
  border-radius: 17px;
  outline-offset: -5px;
  outline: 1px solid rgb(255, 255, 255, 0.7);
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 28px;
  transition: all 0.3s;
}

.mv .entry_btn a:hover {
  background-color: #fff;
  color: #E60012;
}

.mv .entry_btn a:before {
  position: absolute;
  top: 43%;
  right: 50px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}

.mv .entry_btn a:hover:before {
  right: 40px;
  border-top: 2px solid #E60012;
  border-right: 2px solid #E60012;
}

.mv .dates {
  width: 585px;
  margin-bottom: 40px;
}

.detail {
  background: rgb(0, 129, 204);
  background: linear-gradient(0deg, rgba(0, 129, 204, 1) 0%, rgba(84, 195, 241, 1) 100%);
  padding: 30px 50px;
}

.detail .profile_g {
  display: flex;
  margin-bottom: 30px;
}

.detail .profile_g figure {
  width: 390px;
}

.detail .profile_g .profile_cnt {
  width: calc(100% - 390px);
  background-color: #fff;
}

.detail .detail_title {
  background-color: #fff;
  color: #BF664B;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 6px;
  margin-bottom: 20px;
}

.detail .map_g {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}

.detail .map_g .cnt_box {
  width: 537px;
  margin: 0;
}

.detail dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.detail dl dt {
  width: 250px;
  margin-right: 10px;
}

.detail dl dd {
  width: calc(100% - 260px);
  color: #fff;
  font-weight: 700;
  font-size: 20.5px;
  font-feature-settings: "palt";
}

.detail .map_g .cnt_box dl dd .fs {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.detail .map_g .map_link {
  border: 1px solid #ccc;
  padding: 4px;
  background-color: #fff;
  margin: 0;
  width: 529px;
}

.detail .map_g .map_link .map_info {
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.detail .map_g .map_link .map_info iframe {
  width: 100%;
  height: 636px;
  margin-top: -159px;
}

.detail .map_g .map_link a {
  color: #0000FF;
  font-size: 15px;
  text-align: left;
}

.detail .zoom dl {
  justify-content: center;
}

.detail .zoom dl dd {
  font-feature-settings: normal;
}

.attention {
  position: relative;
  background-color: #FFF799;
  padding: 30px 50px;
  margin-bottom: 30px;
}

.attention .attention_g {
  display: flex;
  border: 1px solid #231815;
  border-radius: 10px;
  margin-bottom: 20px;
}

.attention .attention_g .attertion_title {
  display: grid;
  place-items: center;
  width: 308px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
}

.attention .attention_g ul {
  width: calc(100% - 308px);
  border-left: 1px solid #231815;
  padding: 10px;
}

.attention .attention_g ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}

.attention .note {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.67;
  text-indent: -1em;
  padding-left: 1em;
}

.attention .search_form {
  position: absolute;
  bottom: 20px;
  right: 150px;
  width: 300px;
}

.attention .qr_code {
  position: absolute;
  bottom: 20px;
  right: 50px;
  width: 80px;
}

footer {
  padding-bottom: 40px;
}

footer .contact_text {
  width: 1000px;
  margin: 0 auto;
}

/*end*/