﻿/* 2024年広響ホットコンサート用スタイル */

/* =========================================================
header,footer
========================================================= */

nav .navi01 a+ul a {
  font-size: 14px;
}

footer .ftNav a {
  font-size: 14px;
}


/* =========================================================
common
========================================================= */

body {
  font-size: 16px;
  line-height: 130%;
  color: #222222;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 2rem;
  font-weight: bold;
}

img {
  border: none;
  max-width: 100%;
}

.small {
  font-size: 0.8rem;
}

.red {
  color: #e60012;
}

.blue {
  color: #0000cd;
}

.gray {
  color: #aaaaaa;
}

.textCenter {
  text-align: center;
}

.text-b {
  font-weight: bold;
}

.f-left {
  float: left;
  width: 270px;
}

.f-right {
  float: right;
  width: 270px;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-10 {
  padding-left: 10px;
}

td {
  padding-bottom: 5px;
}

.t_indent1 {
  margin-left: 1em;
  text-indent: -1em;
}

.pc-none {
  display: none;
}

.t_indent4 {
  margin-left: 4em;
  text-indent: -4em;
}

.t_indent2 {
  padding-left: 1em;
}

.dib {
  display: inline-block;
}


@media screen and (max-width:600px) {
  .sp-none {
    display: none;
  }

  .sp {
    display: block;
  }

  .t_indent4 {
    margin-left: 0;
    text-indent: 0;
  }
}

/* =========================================================
title
========================================================= */

#title {
  background-image: url("../../../event/hirokyo2024/image/bg.jpg");
  background-size: cover;
  background-position: center;
}

/* =========================================================
container
========================================================= */

#container {
  margin: 0 auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#contentswrap {
  max-width: 950px;
  margin: 0 auto;
  background-position: bottom center,
    /* 最前面の背景レイヤーに対応 */
    top center;
}

@media screen and (max-width: 896px) {

  #container {
    width: 100%;
  }

  #contentswrap {
    max-width: none;
    padding: 0 1em;
  }
}

/* =========================================================
cancel 中止対応用ボックス
========================================================= */
#cancel {
  border: 1px solid;
  margin: 3em auto;
  max-width: 960px;
  width: 92%;
  padding: 2em;
}

#cancel>div {}

#cancel h2 {
  padding: 6px 0px 6px 0px;
  line-height: 1.6em;
}

#cancel .date {
  font-size: 15px;
  color: #1f5da3;
  text-align: right;
  padding: 2em 0;
}

#cancel .content {
  padding: 0 20px 20px;
}

/* =========================================================
notice_cancel 中止対応用上部バナー
========================================================= */
.notice_cancel {
  display: flex;
  justify-content: center;
  border: 3px solid #e60012;
  color: #e60012;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  padding: 1em;
  text-align: center;
}


/* =========================================================
outline
========================================================= */

#outline {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 80px 0;
}

#outline .f-left,
#outline .f-right {
  text-align: center;
}

#outline .name {
  text-align: center;
  background-color: #BCE7F2;
  border-radius: 8px;
  padding: 5px 0px;
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (max-width: 896px) {

  #outline {
    padding: 40px 0 0;
  }

  #outline .f-left {
    float: left;
    width: 48%;
    margin-right: 5px;
  }

  #outline .f-right {
    float: right;
    width: 48%;
    margin-left: 5px;
  }

  #outline .name {
    font-size: 1.3rem;
  }
}


/* =========================================================
program
========================================================= */

#program {
  max-width: 700px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

#program dl {
  margin-top: 25px;
}

#program dd {
  margin-top: -1.3em;
  margin-left: 7.5em;
  display: block;
}

#program .appearance_lspace {
  letter-spacing: 4em;
}

#program .appearance_space {
  letter-spacing: 1.5em;
}




@media screen and (max-width:600px) {

  #program dd {
    margin-left: 0em;
    margin-top: 0;
  }

  #program dd.t_indent1 {
    margin-left: 1em;
    text-indent: -1em;
  }


  #program dd table {
    margin-left: 0em;
    text-indent: 0em;
    margin-top: 0;
  }
}

@media screen and (min-width: 897px) {
  #program dd.program-list {
    margin-top: -1.3em;
    margin-left: 7.5em;
    text-indent: 0;
  }
}

/* =========================================================
invitation
========================================================= */

#invitation {
  clear: both;
  margin: 0 auto;
}

#invitation .invitation-bnr {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

#invitation h2 {
  font-size: 2.2rem;
  margin-top: 2em;
}

#invitation h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#invitation .invitation-cont {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

#invitation .invitation-txt {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#invitation dl dt {
  clear: both;
  float: none;
  font-weight: bold;
}

#invitation .deadline {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
  color: #e60012;
}

#invitation .deadline.finish {
  color: #222;
}

#invitation .simekiri {
  padding: 10px;
  border: 2px solid #e60012;
  display: block;
  font-size: 2rem;
  color: #e60012;
  font-weight: bold;
  margin: 0 auto 100px;
  padding: 1em;
  text-align: center;
}

#invitation .deadline-text {
  margin-left: 1em;
}

#invitation .deadline .deadline-text .form {
  margin-top: 10px;
}

#invitation .s-text {
  font-size: 0.7em;
  font-weight: normal;
}

#invitation .time {
  position: relative;
  top: -0.9em;
  margin-left: 3em;
}

#invitation .time2 {
  margin-left: 3.1em;
}

#invitation .tosen {
  margin-top: 10px;

}

#invitation .notice {
  padding-top: 30px;
}

.notice li {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width:600px) {

  #invitation .time {
    top: 0 !important;
  }

  #invitation .time {
    margin-left: 0;
  }

  #invitation .time2 {
    margin-left: 0;
  }

  #invitation .tosen {
    line-height: 1.2;
  }

  #invitation .deadline .deadline-text .form {
    line-height: 1.5;
  }

  #invitation .notice {
    padding-top: 30px;
  }
}

@media screen and (max-width: 896px) {

  #invitation .deadline .deadline-text .yubin {
    line-height: 1.5;
    margin-bottom: 20px;
  }

}

@media screen and (min-width: 897px) {

  #invitation .invitation-cont {
    flex-direction: row;
    align-items: center;
  }

  #invitation dl dt {
    clear: both;
    float: left;
    padding: 0;
  }

  #invitation .deadline {
    font-size: 2.2rem;
  }

  #invitation .deadline.finish {
    font-size: 2.2rem;
    width: 80%;
  }

  #invitation .deadline-text {
    float: left;
  }

  #invitation .deadline .deadline-text .form {
    margin-top: 0;
    margin-bottom: 10px;
  }

  #invitation .deadline .deadline-text .yubin {
    margin-top: 10px;
  }


  #invitation .simekiri {
    max-width: 400px;
    font-size: 2.3rem;
  }

  #invitation .tosen {
    margin-top: 25px;
  }
}

/* =========================================================
procedure
=========================================================*/

#procedure {
  margin-top: 1em;
}

/* =========================================================
formouter
========================================================= */

#formouter {
  margin-top: 40px;
  margin-bottom: 40px;
}

#formouter a {
  position: relative;
  display: inline-block;
  background: #90abdf;
  text-decoration: none;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 16px;
  box-shadow: 0px 10px #cce6ee;
  padding: 35px 0px;
  width: 100%;
  font-size: 35px;
  text-align: center;
}

#formouter a:active {
  top: 10px;
  box-shadow: none;
}

#formouter a:hover {
  color: #fff;
  background: #c9dcf1;
}


@media screen and (max-width:600px) {
  #formouter a {
    font-size: 25px;
  }
}

@media screen and (max-width: 896px) {
  #formouter a {
    width: 100%;
  }
}


/* =========================================================
hagaki
========================================================= */

#hagaki {
  background: #dde6f0;
  border-radius: 20px;
  margin: 60px auto;
  padding: 40px 30px 40px 30px;
}

#hagaki .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

#hagaki .txt-cont {
  width: 65%;
}

#hagaki .txt-cont p,
#hagaki .txt-cont dl {
  margin-left: 0.5em;
}

#hagaki .txt-cont h3:last-of-type {
  margin-top: 1em;
}

#hagaki .img-cont {
  width: 34%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 897px) {
  #hagaki .img-cont img {
    max-width: 250px;
  }
}

@media screen and (max-width: 896px) {

  #hagaki {
    background: #dde6f0;
    border-radius: 20px;
    margin: 60px auto;
    padding: 30px 1em;
  }

  #hagaki .flex {
    flex-direction: column-reverse;
  }

  #hagaki .txt-cont,
  #hagaki .img-cont {
    width: 95%;
  }

  #hagaki img {
    margin-bottom: 20px;
    text-align: center;
    max-width: auto;
  }
}


/* =========================================================
caution
========================================================= */

#caution {
  margin-bottom: 60px;
}

#caution p {
  margin-top: 30px;
}

/* =========================================================
footer
========================================================= */
#footer {
  margin: 0 auto;
}

#footer p {
  padding-bottom: 20px;
  margin-bottom: 0;
}