@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  scroll-behavior: smooth;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

a, li, p, label, input, th, td,
button {
  font-size: 1.6rem;
  line-height: 1.5;
  color: black;
}
@media (max-width: 599px) {
  a, li, p, label, input, th, td,
  button {
    font-size: 1.4rem;
  }
}

a,
button {
  text-decoration: none;
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.7;
}

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

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

@media (max-width: 599px) {
  header .sp_border {
    margin: 0 auto;
    padding-bottom: 100px;
    width: 90%;
    border-bottom: 1px solid #DDDDDD;
  }
}
@media (max-width: 599px) {
  .header_lower {
    margin: 0 auto;
    width: 95%;
  }
}
.header_lower .top_logo {
  margin-right: 100px;
}

@media (max-width: 599px) {
  .header_lower .top_logo {
    margin-right: 10px;
  }
}
.header_lower .top_logo .logo {
  margin: 25px auto 10px;
  width: 178px;
  /*width: 140px;*/
  height: 178px;
  /*height: 140px;*/
}

.header_lower .top_logo p a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 140px;
  height: 30px;
  background-color: #EE4208;
  border-radius: 50px;
  color: white;
  font-size: 10px;
}

.header_lower ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  width: 100%;
  height: 145px;
  border-bottom: 1px solid #ECECEC;
}

@media (max-width: 599px) {
  .header_lower ul {
    margin-top: 30px;
    flex-direction: column;
    border: none;
  }
}
.header_lower ul a {
  padding: 7px 0;
  font-size: 1.6rem;
}

@media (max-width: 599px) {
  .header_lower ul a {
    font-size: 1.3rem;
  }
}
.header_lower_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.now_here {
  border-bottom: 1px solid #EE4208;
}

footer {
  position: relative;
  padding-bottom: 20px;
  background-color: black;
  text-align: center;
}
footer .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  text-align: left;
}
footer .flex .flex_left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
footer .flex .flex_left::after {
  padding: 0 25px;
  content: "|";
  color: white;
  font-size: 3.1rem;
}
@media (max-width: 599px) {
  footer .flex .flex_left::after {
    padding: 0 5px;
  }
}
footer .flex .flex_left p {
  font-size: 2.2rem;
}
@media (max-width: 599px) {
  footer .flex .flex_left p {
    font-size: 1.6rem;
  }
}

footer .flex .flex_right li:first-child {
  padding-bottom: 5px;
}

footer p,
footer li {
  color: white;
}

@media (max-width: 599px) {
  footer p,
  footer li {
    font-size: 1.2rem;
  }
}
footer .page_top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: calc((100% - 1080px) / 2 + 30px);
  width: 85px;
  height: 85px;
  background: #EE4208;
  border-radius: 50%;
}

@media (max-width: 599px) {
  footer .page_top {
    bottom: 15px;
    right: 15px;
  }
}
footer .page_top .icon {
  color: white;
  font-size: 2rem;
  font-weight: bolder;
  height: 85px;
  line-height: 1.5;
}

footer .page_top .icon i {
  position: absolute;
  top: 5px;
  left: 0;
  width: 85px;
  height: 100%;
  font-size: 4.5rem;
}

footer .page_top .icon .icon_text {
  position: absolute;
  top: 40px;
  left: 0;
  width: 85px;
  color: white;
  font-size: 2rem;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  border: 2px solid #EE4208;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 1em;
}

@media (max-width: 599px) {
  .btn {
    width: 234px;
    height: 40px;
  }
}
.btn .btn_text {
  color: #EE4208;
  font-size: 1.8rem;
  font-weight: bolder;
  letter-spacing: 1.5px;
}
.btn .btn_text b {
  font-weight: bolder;
  display: inline-block;
}
.btn .btn_text span {
  display: inline-block;
  font-size: 0.8em;
}

@media (max-width: 599px) {
  .btn .btn_text {
    font-size: 1.6rem;
  }
}
.block_l {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}

.block_m {
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}

@media (max-width: 599px) {
  .block_m {
    max-width: 80%;
  }
}
.block_s {
  margin: 0 auto;
  width: 100%;
  max-width: 60%;
}

@media (max-width: 599px) {
  .block_s {
    max-width: 80%;
  }
}
.sub_title {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.sub_title hr {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 599px) {
  .sub_title {
    font-size: 1.4rem;
  }
}
.title-border {
  display: flex;
  align-items: center;
}

.title-border:before,
.title-border:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

.title-border:before {
  margin-right: 1rem;
}

.img_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0;
  padding: 25px 0;
  border-top: 3px solid #EEE7DD;
  border-bottom: 3px solid #EEE7DD;
}
@media (max-width: 599px) {
  .img_list {
    flex-direction: column;
  }
}
.img_list .img {
  width: 45%;
  height: 200px;
}
.img_list .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.arrow_box {
  position: relative;
  width: 220px;
  height: 30px;
  background: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 2px solid #EE4208;
  font-weight: bold;
  border-radius: 50px;
}

.arrow_box p {
  color: #EE4208;
  font-size: 1.8rem;
  font-weight: bolder;
}

.arrow_box:after,
.arrow_box:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 23px;
  border-right-width: 23px;
  margin-left: -23px;
  border-top-color: #FFFFFF;
}

.arrow_box:before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 16px;
  border-bottom-width: 16px;
  border-left-width: 25px;
  border-right-width: 25px;
  margin-left: -25px;
  margin-top: 2px;
  border-top-color: #EE4208;
}

.bar_title {
  line-height: 1.4;
  padding-top: 1em;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EE4208;
  font-size: 2.2rem;
  font-weight: bolder;
}

.bar_title2 {
  width: 600px;
  height: 60px;
  background-color: #EE4208;
  margin: 50px auto 0;
  line-height: 60px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 599px) {
  .bar_title2 {
    width: 100%;
    height: 100%;
    line-height: 1.2;
    padding: 0.8em 0;
  }
}
@media (max-width: 599px) {
  .bar_title {
    justify-content: space-between;
  }
}
.bar_title::before,
.bar_title::after {
  border-top: 2px solid;
  content: "";
  width: 3em;
}

.bar_title::before {
  margin-right: 3em;
}

.bar_title::after {
  margin-left: 3em;
}

@media (max-width: 599px) {
  .bar_title::before {
    width: 10%;
    margin-right: 1em;
  }
  .bar_title::after {
    width: 10%;
    margin-left: 1em;
  }
}
.bar_title_margin {
  margin: 20px 0 20px;
  text-align: center;
}

.bread {
  position: absolute;
}

.bread .bread_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.bread .bread_content li::after {
  content: ">";
  padding: 0 5px;
}

.bread .bread_content li:last-child::after {
  content: none;
}

@media screen and (min-width: 600px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

div.screen-reader-response {
  display: none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

#req_name_nickname,
#req_mail_address,
#req_postal_code,
#req_address,
#req_file_name_1,
#req_photo_title_1,
#req_keyword {
  color: red;
  font-size: 1.2rem;
}

.wpcf7-list-item {
  margin: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  width: 70%;
  margin: 40% auto;
}

@media (max-width: 599px) {
  .modal-content {
    width: 100%;
  }
}
.tab-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  padding: 80px 0;
  border-bottom: 2px solid #EEE7DD;
}

@media (max-width: 599px) {
  .tab-area {
    flex-direction: column;
  }
}
.tab-area .tab {
  width: 45%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 599px) {
  .tab-area .tab {
    width: 90%;
  }
  .tab-area .tab:first-child {
    margin-bottom: 25px;
  }
}
.content-area .content {
  display: none;
}

.content-area .content.show {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.background_green {
  position: relative;
  z-index: 0;
}

.background_green::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 98%;
  background-image: url(../img/background_green.png);
  transform: skewY(5deg);
  transform-origin: top right;
}

.p_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.top .section_first-view {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: white;
}

@media (max-width: 599px) {
  .top .section_first-view {
    flex-direction: column;
  }
}
.top .section_first-view .section_top_left {
  margin-right: 40px;
  width: 270px;
}

@media (max-width: 599px) {
  .top .section_first-view .section_top_left {
    margin: 0 auto;
    width: 100%;
  }
}
.top .section_first-view .section_top_left .top_logo {
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  .top .section_first-view .section_top_left .top_logo {
    margin-bottom: 15px;
  }
}
.top .section_first-view .section_top_left .top_logo .logo {
  margin: 25px auto 10px;
  width: 178px;
  /*width: 140px;*/
  height: 178px;
  /*height: 140px;*/
}

@media (max-width: 599px) {
  .top .section_first-view .section_top_left .top_logo .logo {
    width: 180px;
    height: 180px;
  }
}
.top .section_first-view .section_top_left .top_logo p a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 140px;
  height: 30px;
  background-color: #EE4208;
  border-radius: 50px;
  color: white;
  font-size: 10px;
}

@media (max-width: 599px) {
  .top .section_first-view .section_top_left .top_logo p a {
    width: 180px;
  }
}
.top .section_first-view .section_top_left .top_title {
  margin: 0 auto;
  font-weight: bolder;
  letter-spacing: 10px;
  line-height: 1.1;
  writing-mode: vertical-rl;
}

.top .section_first-view .section_top_left .top_title h1 {
  font-size: 4.5rem;
  font-weight: bolder;
  letter-spacing: 0;
  line-height: 1.1;
  writing-mode: vertical-rl;
}
.top .section_first-view .section_top_left .top_title h1 .horizontal-number {
  display: inline-block;
  writing-mode: horizontal-tb;
  text-orientation: upright;
  margin: 0 0.2em;
}
@media (max-width: 599px) {
  .top .section_first-view .section_top_left .top_title h1 {
    font-size: 3.6rem;
    writing-mode: horizontal-tb;
    /* その他、横書き表示に合うように調整 */
    letter-spacing: normal;
    text-align: center;
    padding-bottom: 1em;
  }
}

.top .section_first-view .section_top_right {
  width: 100%;
}

.top .section_first-view .section_top_right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  height: 140px;
}

@media (max-width: 599px) {
  .top .section_first-view .section_top_right ul {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 80%;
    height: 50px;
    justify-content: flex-start;
  }
  .top .section_first-view .section_top_right ul li {
    width: 50%;
  }
}
.top .section_first-view .section_top_right ul a {
  padding: 7px 0;
  color: white;
  font-size: 2rem;
}

.top .section_first-view .section_top_right ul a:hover {
  border-bottom: 1px solid #EE4208;
}

@media (max-width: 599px) {
  .top .section_first-view .section_top_right ul a {
    font-size: 1.2rem;
    text-align: left;
  }
}
.top .section_first-view .section_top_right .top_gallery {
  display: grid;
  height: 555px;
  grid-template-rows: repeat(3, 185px);
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px 5px;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  .top .section_first-view .section_top_right .top_gallery {
    height: 260px;
    grid-template-rows: repeat(3, 86.6666666667px);
  }
}
.top .section_first-view .section_top_right .top_gallery img {
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top .section_first-view .section_top_right .top_gallery .item_1-1 {
  grid-row: 1;
  grid-column: 1;
}

.top .section_first-view .section_top_right .top_gallery .item_1-2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.top .section_first-view .section_top_right .top_gallery .item_2-1 {
  grid-row: 1;
  grid-column: 2;
  max-width: none;
  max-height: 100%;
  width: 100%;
  -o-object-position: top;
  object-position: top;
}

.top .section_first-view .section_top_right .top_gallery .item_3-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  grid-column: 3;
  max-width: none;
  width: 100%;
  height: 100%;
}

.top .section_first-view .section_top_right .top_gallery .item_3-2 {
  grid-row: 3;
  grid-column: 3;
}

/*230914追記*/
.top .top_greeting .btn_top .btn {
  width: 300px;
  height: 50px;
  background-color: white;
  border: 2px solid #EE4208;
}

.top .top_greeting .block_l .block_m .flex_right .btn .btn_text {
  color: #EE4208;
  font-size: 1.8rem;
  font-weight: bolder;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 50px;
}

@media (max-width: 599px) {
  .top .top_greeting .btn_top {
    width: 70vw;
    height: 100%;
  }
  .top .top_greeting .btn_top .btn {
    width: 100%;
    height: 100%;
    padding: 0.5em 0;
  }
}
/*20230919追記*/
.top .top_greeting .poster {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.top .top_greeting .poster img {
  width: 100%;
}

@media (max-width: 599px) {
  .top .top_greeting .poster {
    max-width: 90%;
  }
}
.top .thought_festival {
  margin: 50px 0 0;
  padding-bottom: 200px;
  /*20230106追記*/
  position: relative;
}

@media (max-width: 599px) {
  .top .thought_festival {
    padding-bottom: 200px;
    /*20230106追記*/
  }
}
.top .thought_festival .block_s {
  max-width: 60%;
}

@media (max-width: 599px) {
  .top .thought_festival .block_s {
    max-width: 80% !important;
  }
}
.top .thought_festival .sub_title {
  margin-bottom: 25px;
  color: yellow;
}

@media (max-width: 599px) {
  .top .thought_festival .sub_title {
    font-size: 1.8rem;
  }
}
.top .thought_festival .sub_title hr {
  width: calc((100% - 648px) / 2 - 30px);
  border-color: yellow;
}

@media (max-width: 599px) {
  .top .thought_festival .sub_title hr {
    width: calc(10% - 10px);
  }
}
.top .thought_festival p {
  color: white;
  line-height: 1.5;
}

.top .top_greeting {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  position: relative;
}

@media (max-width: 599px) {
  .top .top_greeting {
    margin-bottom: 50px;
  }
}
.top .top_greeting .background_primary {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 918px) / 2);
  height: 100%;
  background-color: #EE4208;
}

.top .top_greeting .block_l {
  position: relative;
  padding: 20px 0;
  /*padding: 100px 0;*/
  width: 918px;
  background-color: #EE4208;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 599px) {
  .top .top_greeting .block_l {
    margin-right: 5%;
    padding: 18% 0 10%;
    /*padding: 60px 0 30px;*/
    width: 95%;
  }
}
.top .top_greeting .block_l .block_m {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 599px) {
  .top .top_greeting .block_l .block_m {
    margin: 0 5% 0 15%;
    flex-direction: column;
    align-items: center;
  }
}
.top .top_greeting .block_l .block_m .flex_left {
  position: absolute;
  top: 0;
  left: -20%;
  margin-top: 50px;
  width: 300px;
  height: 90%;
}

@media (max-width: 599px) {
  .top .top_greeting .block_l .block_m .flex_left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 130px;
  }
}
.top .top_greeting .block_l .block_m .flex_left img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
}

.top .top_greeting .block_l .block_m .flex_left .img_upper {
  margin-bottom: 20px;
  height: 55%;
}

@media (max-width: 599px) {
  .top .top_greeting .block_l .block_m .flex_left .img_upper {
    margin-bottom: 0;
    width: 34%;
    height: 100%;
    -o-object-position: 50% 0;
    object-position: 50% 0;
  }
}
.top .top_greeting .block_l .block_m .flex_left .img_bottom {
  height: 30%;
}

@media (max-width: 599px) {
  .top .top_greeting .block_l .block_m .flex_left .img_bottom {
    width: 64%;
    height: 100%;
  }
}
.top .top_greeting .block_l .block_m .flex_right {
  margin-top: 30px;
  margin-left: 200px;
  width: calc(100% - 195px - 50px);
}

@media (max-width: 599px) {
  .top .top_greeting .block_l .block_m .flex_right {
    margin-left: 0;
    width: 100%;
  }
}
.top .top_greeting .block_l .block_m .flex_right h3 {
  margin-bottom: 25px;
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5;
}

@media (max-width: 599px) {
  .top .top_greeting .block_l .block_m .flex_right h3 {
    position: absolute;
    top: -37px;
    /*left: calc(50% - (75px/2));*/
    line-height: 1.2em;
    font-size: 1.8rem;
  }
}
.top .top_greeting .block_l .block_m .flex_right p {
  color: white;
  line-height: 1.5;
  margin-bottom: 20px;
}

.top .top_greeting .block_l .block_m .flex_right p:last-child {
  margin-bottom: 0;
}

.top .top_greeting .block_l .block_m .flex_right .top_greeting_position {
  margin-top: 25px;
  text-align: right;
}

.top .top_greeting .block_l .block_m .flex_right .top_greeting_position .top_greeting_position_text {
  font-size: 1.2rem;
}

.top .top_greeting .block_l .block_m .flex_right .top_greeting_position p {
  text-align: right;
}

.top .top_greeting .block_l .block_m .flex_right .top_greeting_position .top_greeting_name {
  padding-left: 20px;
  font-size: 1.8rem;
}

@media (max-width: 599px) {
  .top .top_greeting .btn {
    width: 315px;
    height: 60px;
  }
}
.top .top_greeting .btn .btn_text {
  color: white;
}

.top .my_festival {
  margin-bottom: 120px;
  position: relative;
}

@media (max-width: 599px) {
  .top .my_festival {
    margin-bottom: 50px;
  }
  .top .my_festival .block_m {
    margin: 0 auto;
    max-width: 90%;
  }
  .top .my_festival .block_m .sp_width {
    margin: 0 auto;
    max-width: 80%;
  }
}
.top .my_festival .sub_title {
  margin-bottom: 25px;
  color: #EE4208;
}

@media (max-width: 599px) {
  .top .my_festival .sub_title {
    font-size: 1.8rem;
  }
}
.top .my_festival .sub_title hr {
  width: calc((100% - 864px) / 2 - 30px);
  border-color: #EE4208;
}

@media (max-width: 599px) {
  .top .my_festival .sub_title hr {
    width: calc(10% - 10px);
  }
}
@media (max-width: 599px) {
  .top .my_festival .img_list {
    padding: 10px 10%;
  }
}
@media (max-width: 599px) {
  .top .my_festival .img_list .img {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .top .my_festival .img_list .img_2 {
    margin-top: 15px;
  }
}
.top .my_festival .img_list .img_2 img {
  -o-object-position: 0 35%;
  object-position: 0 35%;
}

.top .my_festival p {
  line-height: 1.5;
}

.top .my_festival .btn_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin: 25px 0;
}

@media (max-width: 599px) {
  .top .my_festival .btn_list {
    margin-bottom: 10px;
    flex-direction: column;
  }
  .top .my_festival .btn_list .btn:first-child {
    margin-bottom: 10px;
  }
}
.top .my_festival .pdf {
  margin-bottom: 150px;
}

@media (max-width: 599px) {
  .top .my_festival .pdf {
    margin-bottom: 50px;
  }
}
.top .my_festival .banner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

@media (max-width: 599px) {
  .top .my_festival .banner {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.top .my_festival .banner .banner_content {
  margin-bottom: 40px;
  padding: 15px;
  width: calc(45% - 30px);
  height: 180px;
  height: 230px;
  background-color: #EEE7DD;
}

@media (max-width: 599px) {
  .top .my_festival .banner .banner_content {
    margin-bottom: 20px;
    width: 80%;
    height: 180px;
  }
}
.top .my_festival .banner .banner_content .banner_border {
  height: 100%;
  border: 1px solid #EE4208;
}

.top .my_festival .banner .banner_content .banner_border .text_cover {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.top .my_festival .banner .banner_content .banner_border .text_cover p {
  color: #EE4208;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bolder;
}

.top .my_festival .banner .banner_content .banner_border .text_cover p a {
  color: #EE4208;
  font-weight: normal;
  text-decoration: underline;
}

.top .my_festival .banner .banner_content .banner_border .text_cover .text_small {
  color: black;
  font-size: 1.6rem;
  font-weight: normal;
}

@media (max-width: 599px) {
  .top .my_festival .banner .banner_content .banner_border .text_cover .text_small {
    font-size: 1.4rem;
  }
}
.top .my_festival .banner .banner_content .banner_border .text_cover .banner_title {
  font-size: 3rem;
  font-weight: bolder;
}

@media (max-width: 599px) {
  .top .my_festival .banner .banner_content .banner_border .text_cover .banner_title {
    font-size: 2.5rem;
  }
}
.top .my_festival .banner .banner_content .banner_border .text_cover .date {
  margin: 20px 0 20px;
  width: 90%;
  background-color: #EE4208;
  color: #EEE7DD;
  font-size: 2rem;
}

.top .my_festival .banner .banner_content .not_date {
  padding: 0;
  height: calc(100% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .my_festival .banner .banner_wide {
  margin-bottom: 40px;
  padding: 15px;
  width: 100%;
  height: 180px;
  background-color: #EEE7DD;
}

@media (max-width: 599px) {
  .top .my_festival .banner .banner_wide {
    margin-bottom: 10px;
    height: auto;
  }
}
.top .my_festival .banner .banner_wide .banner_border {
  padding: 0 20px;
  height: 100%;
  border: 1px solid #EE4208;
}

@media (max-width: 599px) {
  .top .my_festival .banner .banner_wide .banner_border {
    padding: 30px 20px;
  }
}
.top .my_festival .banner .banner_wide .banner_border .text_cover {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

@media (max-width: 599px) {
  .top .my_festival .banner .banner_wide .banner_border .text_cover {
    padding-top: 0;
    flex-direction: column;
  }
}
.top .my_festival .banner .banner_wide .banner_border .text_cover p {
  color: #EE4208;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bolder;
}

.top .my_festival .banner .banner_wide .banner_border .text_cover p a {
  color: #EE4208;
  font-weight: normal;
  text-decoration: underline;
}

.top .my_festival .banner .banner_wide .banner_border .text_cover .date {
  margin: 20px 0 20px;
  width: 205px;
  background-color: #EE4208;
  color: #EEE7DD;
  font-size: 2rem;
}

.top .my_festival .banner .banner_wide .banner_border .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 599px) {
  .top .my_festival .banner .banner_wide .banner_border .flex {
    flex-direction: column;
  }
  .top .my_festival .banner .banner_wide .banner_border .flex div {
    width: 100%;
  }
  .top .my_festival .banner .banner_wide .banner_border .flex div:first-child {
    margin: 20px 0;
  }
}
.top .my_festival .banner .banner_wide .banner_border .flex p,
.top .my_festival .banner .banner_wide .banner_border .flex li {
  color: #EE4208;
}

.top .my_festival .banner .banner_wide .banner_border .flex p {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}

.top .my_festival .banner .banner_wide .banner_border .flex p::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  border-top: 2px solid;
  width: 100%;
}

.top .my_festival .banner .banner_wide .banner_border .flex .opening_host_wrapper {
  width: 30%;
}

@media (max-width: 599px) {
  .top .my_festival .banner .banner_wide .banner_border .flex .opening_host_wrapper {
    width: 100%;
  }
}
.top .my_festival .banner .banner_wide .banner_border .flex .opening_host::after {
  margin-left: 10px;
  width: calc(100% - 150px);
}

.top .my_festival .banner .banner_wide .banner_border .flex .broadcast_content::after {
  margin-left: 10px;
  width: calc(100% - 80px);
}

.top .my_festival .banner .btn {
  margin: 80px auto 0;
}

@media (max-width: 599px) {
  .top .my_festival .banner .btn {
    margin-top: 50px;
  }
}
@media (max-width: 599px) {
  .top .my_festival .birthday {
    /*margin-bottom: 50px;*/
  }
  .top .my_festival .birthday .bar_title {
    line-height: 1.3;
  }
}
.top .my_festival .birthday .post-list-wrapper {
  border-top: 3px solid #EEE7DD;
  /*margin-bottom: 100px;*/
}

@media (max-width: 599px) {
  .top .my_festival .birthday .post-list-wrapper {
    margin: 0 auto;
    width: 80%;
    border: none;
  }
}
.top .my_festival .birthday .post-list-wrapper .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-bottom: 3px solid #EEE7DD;
}

@media (max-width: 599px) {
  .top .my_festival .birthday .post-list-wrapper .flex {
    padding: 0;
    border: none;
    flex-direction: column;
  }
  .top .my_festival .birthday .post-list-wrapper .flex:first-child {
    padding-top: 30px;
    border-top: 3px solid #EEE7DD;
  }
}
.top .my_festival .birthday .post-list-wrapper .post_movie {
  width: 45%;
}

@media (max-width: 599px) {
  .top .my_festival .birthday .post-list-wrapper .post_movie {
    margin-bottom: 20px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 3px solid #EEE7DD;
  }
}
.top .my_festival .birthday .post-list-wrapper .post_movie .post_title {
  margin: 0 auto;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
}

.top .my_festival .birthday .post-list-wrapper .post_movie .img {
  width: 100%;
  height: 230px;
}

@media (max-width: 599px) {
  .top .my_festival .birthday .post-list-wrapper .post_movie .img {
    height: 210px;
  }
}
.top .my_festival .birthday .post-list-wrapper .background-logo {
  position: relative;
  height: 100%;
  width: 45%;
}

@media (max-width: 599px) {
  .top .my_festival .birthday .post-list-wrapper .background-logo {
    display: none;
  }
}
.top .my_festival .birthday .post-list-wrapper .background-logo img {
  position: absolute;
  top: calc(50% - 115px);
  left: calc(50% - 115px);
  width: 230px;
  height: 230px;
}

.top .my_festival .ceremony .post-list-wrapper {
  border-top: 3px solid #EEE7DD;
}

@media (max-width: 599px) {
  .top .my_festival .ceremony .post-list-wrapper {
    margin: 0 auto;
    width: 80%;
    border: none;
  }
}
.top .my_festival .ceremony .post-list-wrapper .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 3px solid #EEE7DD;
}

@media (max-width: 599px) {
  .top .my_festival .ceremony .post-list-wrapper .flex {
    padding: 0;
    border: none;
    flex-direction: column;
  }
  .top .my_festival .ceremony .post-list-wrapper .flex:first-child {
    padding-top: 30px;
    border-top: 3px solid #EEE7DD;
  }
}
.top .my_festival .ceremony .post-list-wrapper .flex .post_movie {
  width: 45%;
}

@media (max-width: 599px) {
  .top .my_festival .ceremony .post-list-wrapper .flex .post_movie {
    margin-bottom: 20px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 3px solid #EEE7DD;
  }
}
.top .my_festival .ceremony .post-list-wrapper .flex .post_movie .post_title {
  margin: 0 auto;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
}

.top .my_festival .ceremony .post-list-wrapper .flex .post_movie .img {
  margin-top: 20px;
  width: 100%;
  height: 230px;
}

@media (max-width: 599px) {
  .top .my_festival .ceremony .post-list-wrapper .flex .post_movie .img {
    height: 210px;
  }
}
.top .my_festival .ceremony .post-list-wrapper .flex .background-logo {
  position: relative;
  height: 100%;
  width: 45%;
}

@media (max-width: 599px) {
  .top .my_festival .ceremony .post-list-wrapper .flex .background-logo {
    display: none;
  }
}
.top .my_festival .ceremony .post-list-wrapper .flex .background-logo img {
  position: absolute;
  top: calc(50% - 115px);
  left: calc(50% - 115px);
  width: 230px;
  height: 230px;
}

.top .photo-gallery {
  margin: 40px auto 100px;
}

@media (max-width: 599px) {
  .top .photo-gallery {
    margin: 20px auto 50px;
  }
}
.top .kyosan {
  width: 100%;
}

.top .umekomi {
  width: 100%;
  height: 100%;
  max-height: 600px;
}

.top .know_festival .img_upper_background {
  display: none;
  /* position: absolute;
  top: 0;
  left: calc(50% + 540px - 108px);
  width: calc((100% - (1080px * 0.8)) / 2);
  height: 220px;
  background-color: #EE4208; */
}

@media (max-width: 599px) {
  .top .know_festival .img_upper_background {
    display: block;
    position: absolute;
    top: auto;
    bottom: 172px;
    left: 90%;
    width: 10%;
    height: 140px;
    background-color: #EE4208;
  }
}
.top .know_festival .img_bottom_background {
  display: none;
  /* position: absolute;
  bottom: 16px;
  left: calc(50% + 540px - 108px);
  width: calc((100% - (1080px * 0.8)) / 2);
  height: 220px;
  background-color: #EE4208; */
}

@media (max-width: 599px) {
  .top .know_festival .img_bottom_background {
    display: block;
    position: absolute;
    bottom: 16px;
    left: 90%;
    width: 10%;
    height: 140px;
    background-color: #EE4208;
  }
}
.top .know_festival .content_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 599px) {
  .top .know_festival .content_list {
    flex-direction: column;
  }
}
.top .know_festival .content_list .content_list_left,
.top .know_festival .content_list .content_list_right {
  width: 45%;
}

@media (max-width: 599px) {
  .top .know_festival .content_list .content_list_left,
  .top .know_festival .content_list .content_list_right {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .top .know_festival .content_list .content_list_left {
    margin-bottom: 10px;
  }
}
.top .know_festival .content_list .content_list_left .sub_title {
  margin-bottom: 25px;
  color: #EE4208;
}

@media (max-width: 599px) {
  .top .know_festival .content_list .content_list_left .sub_title {
    font-size: 1.8rem;
  }
}
.top .know_festival .content_list .content_list_left .sub_title hr {
  visibility: hidden;
}

@media (max-width: 599px) {
  .top .know_festival .content_list .content_list_left .sub_title hr {
    visibility: visible;
    width: calc(10% - 10px);
    border-color: #EE4208;
  }
}
.top .know_festival .content_list .content_list_left p {
  line-height: 1.5;
}

.top .know_festival .content_list .content_list_left .btn {
  margin: 30px auto 0;
}

@media (max-width: 599px) {
  .top .know_festival .content_list .content_list_left .btn {
    margin: 45px auto 0;
    position: absolute;
    left: calc(50% - 117px);
    bottom: -50px;
  }
}
.top .know_festival .content_list .content_list_right {
  position: relative;
}

.top .know_festival .content_list .content_list_right img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  width: 100%;
  height: 220px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.top .know_festival .content_list .content_list_right img:first-child {
  margin-bottom: 15px;
}

@media (max-width: 599px) {
  .top .know_festival .content_list .content_list_right img {
    height: 140px;
  }
}
.top .know_festival .content_list .content_list_right .img_upper img {
  -o-object-position: 0 70%;
  object-position: 0 70%;
}

.top .top_keyword {
  margin-bottom: 120px;
}

@media (max-width: 599px) {
  .top .top_keyword {
    margin-bottom: 50px;
  }
  .top .top_keyword .block_s {
    max-width: 100%;
  }
}
.top .top_keyword .sub_title {
  margin: 30px 0 25px;
  justify-content: center;
  color: #EE4208;
}

@media (max-width: 599px) {
  .top .top_keyword .sub_title {
    text-align: center;
    font-size: 1.8rem;
  }
}
.top .top_keyword p {
  line-height: 1.5;
}

.top .top_keyword .keyword_border {
  max-width: 80%;
  margin: 35px auto 100px;
  border-top: 3px solid #EEE7DD;
  border-bottom: 3px solid #EEE7DD;
}

@media (max-width: 599px) {
  .top .top_keyword .keyword_border {
    max-width: 90%;
    margin: 10px auto 15px;
  }
}
.top .top_keyword .keyword_block {
  margin: 0 auto;
  padding: 35px 0;
  max-width: 80%;
}

@media (max-width: 599px) {
  .top .top_keyword .keyword_block {
    margin: 10px auto 15px;
    padding: 15px 0;
    max-width: 90%;
  }
}
.top .top_keyword .keyword_block .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.top .top_keyword .keyword_block .flex:last-child {
  margin-bottom: 0;
}

.top .top_keyword .keyword_block .flex .block_alpha {
  width: 35px;
  height: 35px;
  background-color: #EE4208;
}

@media (max-width: 599px) {
  .top .top_keyword .keyword_block .flex .block_alpha {
    width: 40px;
    height: 40px;
  }
}
.top .top_keyword .keyword_block .flex .block_alpha p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
  font-size: 2.6rem;
}

@media (max-width: 599px) {
  .top .top_keyword .keyword_block .flex .block_alpha p {
    font-size: 1.8rem;
  }
}
.top .top_keyword .keyword_block .flex .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 5px;
  width: 600px;
  height: 35px;
  background-color: #EEE7DD;
}

@media (max-width: 599px) {
  .top .top_keyword .keyword_block .flex .flex {
    width: 100%;
    height: 40px;
  }
}
.top .top_keyword .keyword_block .flex .flex p {
  padding: 0 10px;
  color: #EE4208;
  font-size: 2.5rem;
  font-weight: bolder;
}

@media (max-width: 599px) {
  .top .top_keyword .keyword_block .flex .flex p {
    padding: 0 5px;
    font-size: 1.3rem;
  }
}
.top .top_keyword .keyword_block .flex .flex p .small_text {
  font-size: 2.2rem;
}

@media (max-width: 599px) {
  .top .top_keyword .keyword_block .flex .flex p .small_text {
    font-size: 1.1rem;
  }
}
.top .top_keyword .keyword_block .flex .flex .num {
  font-size: 2rem;
}

@media (max-width: 599px) {
  .top .top_keyword .keyword_block .flex .flex .num {
    font-size: 1.2rem;
  }
}
.top .top_keyword .btn {
  margin: 0 auto;
}

.page-my-festival .p_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.page-my-festival .block_l {
  position: relative;
}

.page-my-festival .block_l .bread {
  top: -93px;
  right: 0;
}

@media (max-width: 599px) {
  .page-my-festival .block_l .bread {
    top: -33px;
    right: auto;
    left: 8%;
  }
}
.page-my-festival .block_l .title_box {
  margin: 60px 0 70px;
  text-align: center;
}

@media (max-width: 599px) {
  .page-my-festival .block_l .title_box {
    margin-top: 0;
  }
}
.page-my-festival .block_l .title_box h1 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: bolder;
}

@media (max-width: 599px) {
  .page-my-festival .block_l .title_box h1 {
    margin-bottom: 10px;
  }
}
.page-my-festival .block_l .title_box h1 .title_box_border {
  display: inline;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 2px solid #EE4208;
  color: #EE4208;
  font-size: 2.6rem;
}

@media (max-width: 599px) {
  .page-my-festival .block_l .title_box h1 .title_box_border {
    display: block;
    font-size: 1.8rem;
  }
}
.page-my-festival .block_l .title_box p {
  text-align: center;
}

@media (max-width: 599px) {
  .page-my-festival .block_l .title_box p {
    text-align: left;
  }
}
@media (max-width: 599px) {
  .page-my-festival .block_l .title_box .img_list .img {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .page-my-festival .block_l .title_box .img_list .img_2 {
    margin-top: 15px;
  }
}
.page-my-festival .block_l .title_box .img_list .img_2 img {
  -o-object-position: 0 35%;
  object-position: 0 35%;
}

.page-my-festival .block_l .title_box .color-primary {
  color: #EE4208;
  font-weight: bolder;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media (max-width: 599px) {
  .page-my-festival .block_l .title_box .color-primary {
    text-align: center;
  }
}
.page-my-festival .block_l .title_box .annotation {
  margin: 40px 0 25px;
}

@media (max-width: 599px) {
  .page-my-festival .block_l .title_box .annotation {
    margin: 10px 0 15px;
  }
  .page-my-festival .block_l .title_box .annotation p {
    font-size: 1.3rem;
    text-align: center;
  }
}
.page-my-festival .block_l .title_box .btn {
  margin: 0 auto;
}

.page-my-festival .campaign {
  padding: 50px 55px;
  background-color: #FBF8EF;
  border-radius: 5px;
}

@media (max-width: 599px) {
  .page-my-festival .campaign {
    padding: 20px 10px;
  }
  .page-my-festival .campaign h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 599px) {
  .page-my-festival .campaign table {
    width: 90%;
  }
}
.page-my-festival .campaign table td {
  padding-bottom: 25px;
}

@media (max-width: 599px) {
  .page-my-festival .campaign table td {
    display: block;
  }
  .page-my-festival .campaign table td:last-child(2n) {
    width: 100%;
  }
}
.page-my-festival .campaign table .line_name {
  padding-right: 10px;
  width: 100px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  /* Chrome・Firefox用 */
  text-justify: inter-ideograph;
  /* IE・Edge用 */
}

.page-my-festival .campaign table .line_name::after {
  content: ":";
}

@media (max-width: 599px) {
  .page-my-festival .campaign table .line_name {
    display: block;
    width: 100px;
  }
}
.page-my-festival .campaign table .color-primary {
  color: #EE4208;
}

.page-my-festival .campaign table .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.page-my-festival .campaign table .indent .margin-bottom {
  margin-bottom: 20px;
}

.page-my-festival .campaign table .indent .margin-bottom a {
  color: #EE4208;
  text-decoration: underline;
}

.page-my-festival .campaign table .app_conditions {
  margin-bottom: 20px;
}

.page-my-festival .campaign table .app_flow .content-1 {
  margin: 15px 0;
  padding-left: 1em;
  text-indent: -1em;
}

.page-my-festival .campaign table .app_flow .content-2 {
  margin-bottom: 15px;
}

.page-my-festival .campaign table .app_flow .content-2 p {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 599px) {
  .page-my-festival .campaign table .app_flow .content-2 .responsive_nospace {
    display: none;
  }
}
.page-my-festival .campaign table .app_flow .content-3 {
  margin-bottom: 25px;
}

.page-my-festival .campaign table .important_point {
  padding-left: 1em;
  text-indent: -1em;
}

.page-my-festival .campaign table .important_point .important_point_content {
  margin: 15px 0;
}

.page-my-festival .campaign table .important_point .margin-bottom {
  margin-bottom: 15px;
}

.page-my-festival .campaign table .important_point .list_triangle {
  padding: 0px;
  padding-left: 10px;
  margin: 0px;
  list-style: none;
}

.page-my-festival .campaign table .important_point .list_triangle > li {
  position: relative;
  padding: 0px 0px 0px 1em;
}

.page-my-festival .campaign table .important_point .list_triangle > li::before {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid black;
  content: "";
}

@media (max-width: 599px) {
  .page-my-festival .campaign table .important_point .list_triangle > li::before {
    top: 25%;
  }
}
.page-my-festival .app_form .bar_title {
  margin: 90px 0 25px;
}

@media (max-width: 599px) {
  .page-my-festival .app_form .bar_title {
    font-size: 1.6rem;
  }
}
.page-my-festival .text {
  text-align: center;
}

@media (max-width: 599px) {
  .page-my-festival .text {
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
}
.page-my-festival .contact_form_7 {
  margin: 30px auto 80px;
}

.page-my-festival .contact_form_7 table {
  margin-bottom: 30px;
}

.page-my-festival .contact_form_7 table tr:first-child {
  border-top: 2px solid #EFEFEF;
}

.page-my-festival .contact_form_7 table tr:nth-child(3) {
  border-bottom: none;
}

@media (max-width: 599px) {
  .page-my-festival .contact_form_7 table tr td {
    display: block;
  }
}
.page-my-festival .contact_form_7 table .name {
  border-bottom: 2px solid #EFEFEF;
}

.page-my-festival .contact_form_7 table .name td {
  padding: 25px 15px 20px 0;
}

@media (max-width: 599px) {
  .page-my-festival .contact_form_7 table .name td:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-my-festival .contact_form_7 table .name td:nth-child(2n) {
    padding-top: 0;
  }
}
.page-my-festival .contact_form_7 table .tel {
  border-bottom: 2px solid #EFEFEF;
}

.page-my-festival .contact_form_7 table .tel td {
  padding: 25px 15px 20px 0;
}

@media (max-width: 599px) {
  .page-my-festival .contact_form_7 table .tel td:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-my-festival .contact_form_7 table .tel td:nth-child(2n) {
    padding-top: 0;
  }
}
.page-my-festival .contact_form_7 table .zip {
  border-bottom: 2px solid #EFEFEF;
}

.page-my-festival .contact_form_7 table .zip td {
  padding: 25px 15px 20px 0;
}

@media (max-width: 599px) {
  .page-my-festival .contact_form_7 table .zip td:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-my-festival .contact_form_7 table .zip td:nth-child(2n) {
    padding-top: 0;
  }
}
.page-my-festival .contact_form_7 table .address {
  border-bottom: 2px solid #EFEFEF;
}

.page-my-festival .contact_form_7 table .address td {
  padding-bottom: 25px;
}

@media (max-width: 599px) {
  .page-my-festival .contact_form_7 table .address td:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-my-festival .contact_form_7 table .address td:nth-child(2n) {
    padding-top: 0;
  }
}
.page-my-festival .contact_form_7 table .checkbox_border {
  padding: 20px 0 25px;
  border-bottom: 2px solid #EFEFEF;
}

.page-my-festival .contact_form_7 table .attchment {
  padding: 25px 0 20px;
}

@media (max-width: 599px) {
  .page-my-festival .contact_form_7 table .attchment:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-my-festival .contact_form_7 table .attchment:nth-child(2n) {
    padding-top: 5px;
  }
}
.page-my-festival .contact_form_7 .btn {
  margin: 30px auto 0;
  background-color: white;
  color: #EE4208;
  font-size: 1.8rem;
  font-weight: bolder;
}

.page-my-festival .contact_form_7 .photo_form_caution {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.page-my-festival .contact_form_7 .line_name {
  padding-right: 15px;
}

.page-my-festival .contact_form_7 .background-primary {
  padding: 5px 10px;
  color: white;
  background-color: #EE4208;
}

.page-my-festival .contact_form_7 .attachment_name {
  padding: 0 10px;
}

.page-my-festival .contact_form_7 .remove_btn {
  padding: 5px 10px;
  color: #EE4208;
  background-color: white;
  border: 1px solid #EE4208;
}

@media (max-width: 599px) {
  .page-my-festival .contact_form_7 .remove_btn {
    margin-top: 10px;
  }
}
.page-my-festival .contact_form_7 .btn_address_auto {
  margin-left: 15px;
  border: none;
}

.page-my-festival .contact_form_7 .photo_title {
  padding-right: 15px;
}

@media (max-width: 599px) {
  .page-my-festival .contact_form_7 .photo_title {
    display: block;
    padding-bottom: 5px;
  }
}
.page-my-festival .movie_content .text {
  text-align: center;
}

.page-my-festival .movie_content table {
  margin: 30px auto;
  border-top: 2px solid #EFEFEF;
  border-bottom: 2px solid #EFEFEF;
}

@media (max-width: 599px) {
  .page-my-festival .movie_content table {
    width: 90%;
  }
  .page-my-festival .movie_content table td {
    display: block;
  }
}
.page-my-festival .movie_content table .table_mail {
  padding: 30px 0 20px;
}

.page-my-festival .movie_content table .table_mail:first-child {
  padding-bottom: 0;
}

.page-my-festival .movie_content table .table_mail:last-child {
  padding-top: 0;
}

.page-my-festival .movie_content table .line_name {
  padding-right: 15px;
}

.page-my-festival .movie_content table .table_mall_item {
  padding-bottom: 30px;
}

@media (max-width: 599px) {
  .page-my-festival .movie_content table .table_mall_item:first-child {
    padding-bottom: 0;
  }
  .page-my-festival .movie_content table .table_mall_item:last-child {
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  .page-my-festival .movie_content .important_point_movie {
    margin: 0 auto;
    width: 90%;
  }
}
.page-my-festival .movie_content .important_point_movie p {
  margin-bottom: 20px;
}

.page-my-festival .movie_content .important_point_movie a {
  color: #EE4208;
  text-decoration: underline;
}

.page-my-festival .movie_content .btn {
  margin: 40px auto 120px;
}

.page-my-festival .movie_content .btn p {
  color: #EE4208;
  font-size: 1.8rem;
  font-weight: bolder;
}

.page-my-festival h1 {
  margin-bottom: 30px;
  padding: 70px 0 15px;
  text-align: center;
}

@media (max-width: 599px) {
  .page-my-festival h1 {
    margin-bottom: 10px;
  }
}
.page-my-festival h1 .title_box_border {
  display: inline;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 2px solid #EE4208;
  color: #EE4208;
  font-size: 2.6rem;
}

@media (max-width: 599px) {
  .page-my-festival h1 .title_box_border {
    display: block;
    font-size: 1.8rem;
  }
}
.page-my-festival .text-center {
  margin-bottom: 15px;
  text-align: center;
}

.page-my-festival table {
  margin: 0 auto;
}

@media (max-width: 599px) {
  .page-my-festival table {
    width: 80%;
  }
}
.page-my-festival .confirm_attachment {
  padding: 30px 0 20px;
}

.modal-body td {
  padding-left: 15px !important;
}

.page-my-festival_complete .block_l {
  position: relative;
}

.page-my-festival_complete .block_l .bread {
  top: -103px;
  right: 0;
}

@media (max-width: 599px) {
  .page-my-festival_complete .block_l .bread {
    right: auto;
    left: 8%;
  }
}
.page-my-festival_complete h1 {
  margin: 70px 0 30px;
  padding-bottom: 15px;
  font-weight: bolder;
  text-align: center;
}

@media (max-width: 599px) {
  .page-my-festival_complete h1 {
    margin-bottom: 10px;
  }
}
.page-my-festival_complete h1 .title_box_border {
  display: inline;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 2px solid #EE4208;
  color: #EE4208;
  font-size: 2.6rem;
}

@media (max-width: 599px) {
  .page-my-festival_complete h1 .title_box_border {
    display: block;
    font-size: 1.8rem;
  }
}
.page-my-festival_complete .complete_text {
  text-align: center;
}

@media (max-width: 599px) {
  .page-my-festival_complete .complete_text {
    text-align: left;
  }
}
.page-my-festival_complete .complete_text p {
  line-height: 1.5;
}

.page-my-festival_complete .btn {
  margin: 30px auto 120px;
  width: 300px;
}

.page-my-festival_complete .btn p {
  color: #EE4208;
  font-size: 1.8rem;
  font-weight: bolder;
}

.page-my-festival_posts-list .block_l {
  position: relative;
}

.page-my-festival_posts-list .block_l .bread {
  top: -93px;
  right: 0;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .block_l .bread {
    top: -93px;
    right: auto;
    left: 8%;
  }
}
.page-my-festival_posts-list .title_box {
  margin: 60px 0 0;
  text-align: center;
}

.page-my-festival_posts-list .title_box h1 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: bolder;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .title_box h1 {
    margin-bottom: 10px;
  }
}
.page-my-festival_posts-list .title_box h1 .title_box_border {
  display: inline;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 2px solid #EE4208;
  color: #EE4208;
  font-size: 2.6rem;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .title_box h1 .title_box_border {
    margin: 0 auto;
    display: block;
    width: 80%;
    font-size: 1.8rem;
  }
}
.page-my-festival_posts-list .title_box .bar_title {
  margin-bottom: 0;
}

.page-my-festival_posts-list .tab-area {
  padding: 40px;
  border-bottom: none;
}

.page-my-festival_posts-list .tab-area #tab_movie {
  margin-bottom: 25px;
}

.page-my-festival_posts-list .tab-area #tab_ceremony {
  margin: 0 auto;
}

.page-my-festival_posts-list .content-area .show {
  margin-top: 50px;
  width: 100%;
}

.page-my-festival_posts-list .content-area .show .bar_title::before {
  margin-right: 3em;
}

.page-my-festival_posts-list .content-area .show .bar_title::after {
  margin-left: 3em;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .content-area .show .bar_title::before {
    margin-right: 1em;
  }
  .page-my-festival_posts-list .content-area .show .bar_title::after {
    margin-left: 1em;
  }
}
.page-my-festival_posts-list .posts-list-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-top: 3px solid #EEE7DD;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .posts-list-wrapper {
    border: none;
    flex-direction: column;
  }
}
.page-my-festival_posts-list .posts-list-wrapper .post {
  margin-top: 40px;
  padding-bottom: 40px;
  width: 45%;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .posts-list-wrapper .post {
    margin-top: 0;
    padding: 20px 0 60px;
    width: 80%;
    height: 170px;
    border-top: 3px solid #EEE7DD;
  }
}
.page-my-festival_posts-list .posts-list-wrapper .post .post_title {
  margin: 0 auto;
  width: 90%;
  font-size: 1.8rem;
  text-align: center;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .posts-list-wrapper .post .post_title {
    font-size: 1.6rem;
  }
}
.page-my-festival_posts-list .posts-list-wrapper .post .img {
  margin-top: 10px;
  width: 100%;
  height: 300px;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .posts-list-wrapper .post .img {
    height: 100%;
  }
}
.page-my-festival_posts-list .posts-list-wrapper .post .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-my-festival_posts-list .posts-list-wrapper hr {
  width: 100%;
  border-color: #EEE7DD;
}

.page-my-festival_posts-list .posts-list-wrapper hr:last-child {
  display: none;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .posts-list-wrapper hr {
    display: none;
  }
}
.page-my-festival_posts-list .movie_content video {
  width: 100%;
  height: 300px;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .movie_content video {
    height: 170px;
  }
}
.page-my-festival_posts-list .movie_content .post_title {
  width: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .movie_content .post_title {
    height: auto;
  }
}
.page-my-festival_posts-list .movie_content .img p {
  width: 100%;
  height: 300px;
}

.page-my-festival_posts-list .movie_content .img p iframe {
  width: 100%;
  height: 100%;
}

.page-my-festival_posts-list .content .more {
  margin: 0 auto 60px;
  width: -moz-fit-content;
  width: fit-content;
}

.page-my-festival_posts-list .content .more .more_btn {
  padding: 10px 25px;
  border: 1px solid #EE4208;
  color: #EE4208;
  font-size: 2.2rem;
}

@media (max-width: 599px) {
  .page-my-festival_posts-list .content .more .more_btn {
    padding: 5px 10px;
    font-size: 1.3rem;
  }
}
.page-keyword .p_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.page-keyword .block_l {
  position: relative;
}

.page-keyword .block_l .bread {
  top: -93px;
  right: 0;
}

@media (max-width: 599px) {
  .page-keyword .block_l .bread {
    top: -93px;
    right: auto;
    left: 8%;
  }
}
.page-keyword .title_box {
  margin: 60px 0 70px;
  text-align: center;
}

@media (max-width: 599px) {
  .page-keyword .title_box {
    margin-top: 60px;
  }
}
.page-keyword h1 {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: bolder;
}

@media (max-width: 599px) {
  .page-keyword h1 {
    margin-bottom: 10px;
  }
}
.page-keyword h1 .title_box_border {
  display: inline;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 2px solid #EE4208;
  color: #EE4208;
  font-size: 2.6rem;
}

@media (max-width: 599px) {
  .page-keyword h1 .title_box_border {
    display: block;
    font-size: 1.8rem;
  }
}
.page-keyword p {
  text-align: left;
}

.page-keyword .keyword_border {
  margin: 35px auto 100px;
  border-top: 3px solid #EEE7DD;
  border-bottom: 3px solid #EEE7DD;
}

@media (max-width: 599px) {
  .page-keyword .keyword_border {
    margin: 10px auto 15px;
  }
}
.page-keyword .keyword_block {
  margin: 0 auto;
  padding: 35px 0;
  max-width: 80%;
}

@media (max-width: 599px) {
  .page-keyword .keyword_block {
    margin: 10px auto 15px;
    padding: 15px 0;
    max-width: 90%;
  }
}
.page-keyword .keyword_block .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.page-keyword .keyword_block .flex:last-child {
  margin-bottom: 0;
}

.page-keyword .keyword_block .flex .block_alpha {
  width: 35px;
  height: 35px;
  background-color: #EE4208;
}

@media (max-width: 599px) {
  .page-keyword .keyword_block .flex .block_alpha {
    width: 40px;
    height: 40px;
  }
}
.page-keyword .keyword_block .flex .block_alpha p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: white;
  font-size: 2.6rem;
}

@media (max-width: 599px) {
  .page-keyword .keyword_block .flex .block_alpha p {
    font-size: 1.8rem;
  }
}
.page-keyword .keyword_block .flex .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 5px;
  width: 600px;
  height: 35px;
  background-color: #EEE7DD;
}

@media (max-width: 599px) {
  .page-keyword .keyword_block .flex .flex {
    width: 100%;
    height: 40px;
  }
}
.page-keyword .keyword_block .flex .flex p {
  padding: 0 10px;
  color: #EE4208;
  font-size: 2.5rem;
  font-weight: bolder;
}

@media (max-width: 599px) {
  .page-keyword .keyword_block .flex .flex p {
    padding: 0 5px;
    font-size: 1.3rem;
  }
}
.page-keyword .keyword_block .flex .flex p .small_text {
  font-size: 2.2rem;
}

@media (max-width: 599px) {
  .page-keyword .keyword_block .flex .flex p .small_text {
    font-size: 1.1rem;
  }
}
.page-keyword .keyword_block .flex .flex .num {
  font-size: 2rem;
}

@media (max-width: 599px) {
  .page-keyword .keyword_block .flex .flex .num {
    font-size: 1.2rem;
  }
}
.page-keyword .campaign {
  margin-bottom: 90px;
  padding: 50px 55px;
  background-color: #FBF8EF;
  border-radius: 5px;
}

@media (max-width: 599px) {
  .page-keyword .campaign {
    padding: 20px 10px;
  }
  .page-keyword .campaign h2 {
    font-size: 1.6rem;
  }
}
.page-keyword .campaign table {
  margin: 0 auto;
}

@media (max-width: 599px) {
  .page-keyword .campaign table {
    width: 90%;
  }
}
.page-keyword .campaign table td {
  padding-bottom: 25px;
}

@media (max-width: 599px) {
  .page-keyword .campaign table td {
    display: block;
  }
  .page-keyword .campaign table td:last-child(2n) {
    width: 100%;
  }
}
.page-keyword .campaign table .line_name {
  padding-right: 10px;
  width: 100px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  /* Chrome・Firefox用 */
  text-justify: inter-ideograph;
  /* IE・Edge用 */
}

.page-keyword .campaign table .line_name::after {
  content: ":";
}

@media (max-width: 599px) {
  .page-keyword .campaign table .line_name {
    display: block;
    width: 100px;
  }
}
.page-keyword .campaign table .color-primary {
  color: #EE4208;
}

.page-keyword .campaign table .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.page-keyword .campaign table .indent .margin-bottom {
  margin-bottom: 20px;
}

.page-keyword .campaign table .indent .margin-bottom a {
  color: #EE4208;
  text-decoration: underline;
}

.page-keyword .contact_form_7 {
  margin: 30px auto 80px;
}

.page-keyword .contact_form_7 table {
  margin-bottom: 30px;
}

.page-keyword .contact_form_7 table tr:first-child {
  border-top: 2px solid #EFEFEF;
}

.page-keyword .contact_form_7 table tr:nth-child(3) {
  border-bottom: none;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 table tr td {
    display: block;
  }
}
.page-keyword .contact_form_7 table .name {
  border-bottom: 2px solid #EFEFEF;
}

.page-keyword .contact_form_7 table .name td {
  padding: 25px 15px 20px 0;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 table .name td:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-keyword .contact_form_7 table .name td:nth-child(2n) {
    padding-top: 0;
  }
}
.page-keyword .contact_form_7 table .tel {
  border-bottom: 2px solid #EFEFEF;
}

.page-keyword .contact_form_7 table .tel td {
  padding: 25px 15px 20px 0;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 table .tel td:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-keyword .contact_form_7 table .tel td:nth-child(2n) {
    padding-top: 0;
  }
}
.page-keyword .contact_form_7 table .zip {
  border-bottom: 2px solid #EFEFEF;
}

.page-keyword .contact_form_7 table .zip td {
  padding: 25px 15px 20px 0;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 table .zip td:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-keyword .contact_form_7 table .zip td:nth-child(2n) {
    padding-top: 0;
  }
}
.page-keyword .contact_form_7 table .address {
  border-bottom: 2px solid #EFEFEF;
}

.page-keyword .contact_form_7 table .address td {
  padding-bottom: 25px;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 table .address td:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-keyword .contact_form_7 table .address td:nth-child(2n) {
    padding-top: 0;
  }
}
.page-keyword .contact_form_7 table .checkbox_border {
  padding: 20px 0 25px;
  border-bottom: 2px solid #EFEFEF;
}

.page-keyword .contact_form_7 table .attchment {
  padding: 25px 0 20px;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 table .attchment:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-keyword .contact_form_7 table .attchment:nth-child(2n) {
    padding-top: 5px;
  }
}
.page-keyword .contact_form_7 .btn {
  margin: 30px auto 0;
  background-color: white;
  color: #EE4208;
  font-size: 1.8rem;
  font-weight: bolder;
}

.page-keyword .contact_form_7 .photo_form_caution {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.page-keyword .contact_form_7 .line_name {
  padding-right: 15px;
}

.page-keyword .contact_form_7 .background-primary {
  padding: 5px 10px;
  color: white;
  background-color: #EE4208;
}

.page-keyword .contact_form_7 .attachment_name {
  padding: 0 10px;
}

.page-keyword .contact_form_7 .remove_btn {
  padding: 5px 10px;
  color: #EE4208;
  background-color: white;
  border: 1px solid #EE4208;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 .remove_btn {
    margin-top: 10px;
  }
}
.page-keyword .contact_form_7 .btn_address_auto {
  margin-left: 15px;
  border: none;
}

.page-keyword .contact_form_7 .photo_title {
  padding-right: 15px;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 .photo_title {
    display: block;
    padding-bottom: 5px;
  }
}
.page-keyword .contact_form_7 .present {
  border-bottom: 2px solid #EFEFEF;
}

.page-keyword .contact_form_7 .present td {
  padding: 25px 15px 20px 0;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 .present td:nth-child(2n-1) {
    padding-bottom: 5px;
  }
  .page-keyword .contact_form_7 .present td:nth-child(2n) {
    padding-top: 0;
  }
}
.page-keyword .contact_form_7 .present .wpcf7-radio {
  display: flex;
  flex-direction: column;
}

.page-keyword .contact_form_7 .present .wpcf7-radio .wpcf7-list-item {
  padding-bottom: 10px;
}

.page-keyword .contact_form_7 .present .wpcf7-radio .wpcf7-list-item:last-child {
  padding-bottom: 0;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 .present .wpcf7-radio .wpcf7-list-item .radio_text {
    margin-left: 1.8em;
  }
}
.page-keyword .contact_form_7 .present input {
  margin-right: 15px;
  transform: scale(2);
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 .present input {
    margin-right: 5px;
    transform: scale(1.5);
  }
}
.page-keyword .contact_form_7 h1 {
  margin-bottom: 30px;
  padding: 70px 0 15px;
  text-align: center;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 h1 {
    margin-bottom: 10px;
  }
}
.page-keyword .contact_form_7 h1 .title_box_border {
  display: inline;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 2px solid #EE4208;
  color: #EE4208;
  font-size: 2.6rem;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 h1 .title_box_border {
    display: block;
    font-size: 1.8rem;
  }
}
.page-keyword .contact_form_7 .text-center {
  margin-bottom: 15px;
  text-align: center;
}

.page-keyword .contact_form_7 table {
  margin: 0 auto;
}

@media (max-width: 599px) {
  .page-keyword .contact_form_7 table {
    width: 80%;
  }
}
.page-know-festival .title_box {
  margin: 60px auto 0;
  width: 80%;
}

@media (max-width: 599px) {
  .page-know-festival .title_box p {
    text-align: left;
  }
}
@media (max-width: 599px) {
  .page-know-festival .content-area {
    margin: 0 auto;
  }
  .page-know-festival .content-area .about-festival-wrapper .block_l {
    width: 80%;
  }
  .page-know-festival .content-area .bar_title::before {
    margin-right: 1em !important;
  }
  .page-know-festival .content-area .bar_title::after {
    margin-left: 1em !important;
  }
}
.page-know-festival .about-festival .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

@media (max-width: 599px) {
  .page-know-festival .about-festival .flex {
    flex-direction: column;
    margin-bottom: 0;
  }
  .page-know-festival .about-festival .flex:last-child {
    flex-direction: column-reverse;
  }
}
.page-know-festival .about-festival .flex .img {
  width: 45%;
  height: 330px;
}

@media (max-width: 599px) {
  .page-know-festival .about-festival .flex .img {
    width: 100%;
    height: 170px;
  }
}
.page-know-festival .about-festival .flex .img img {
  width: 100%;
  height: 100%;
}

.page-know-festival .about-festival .flex .text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  width: 45%;
  height: 330px;
}

@media (max-width: 599px) {
  .page-know-festival .about-festival .flex .text {
    width: 100%;
    height: auto;
  }
  .page-know-festival .about-festival .flex .text p:first-child {
    margin: 20px 0;
  }
  .page-know-festival .about-festival .flex .text p:last-child {
    margin-bottom: 20px;
  }
}
.page-know-festival .know-festival_gallery_wrapper {
  display: flex;
  align-items: center;
  height: 1100px;
  background-image: url(../img/background_green.png);
}

@media (max-width: 599px) {
  .page-know-festival .know-festival_gallery_wrapper {
    height: 800px;
  }
}
.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80%;
  background-color: #FBF8EF;
}

.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (max-width: 599px) {
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery {
    flex-direction: column;
  }
}
.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_left {
  position: relative;
  z-index: 100;
  width: 45%;
}

@media (max-width: 599px) {
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_left {
    margin-bottom: 40px;
    width: 100%;
  }
}
.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_left .img {
  width: 100%;
  height: 330px;
}

@media (max-width: 599px) {
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_left .img {
    height: 170px;
  }
}
.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_left .img img {
  width: 100%;
  height: 100%;
  box-shadow: 10px -10px 0px 0 #CED6C7;
}

@media (max-width: 599px) {
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_left .img img {
    box-shadow: 5px 5px 0px 0 #CED6C7;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_left .img:first-child {
  margin-bottom: 40px;
}

.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_left .img:first-child img {
  box-shadow: 10px 10px 0px 0 #CED6C7;
}

@media (max-width: 599px) {
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_left .img:first-child img {
    box-shadow: 5px 5px 0px 0 #CED6C7;
  }
}
.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_right {
  position: relative;
  z-index: 100;
  width: 45%;
}

@media (max-width: 599px) {
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_right {
    width: 100%;
  }
}
.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_right .img {
  width: 100%;
  height: 330px;
}

@media (max-width: 599px) {
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_right .img {
    height: 170px;
  }
}
.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_right .img img {
  width: 100%;
  height: 100%;
  box-shadow: -10px 10px 0px #CED6C7;
}

@media (max-width: 599px) {
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .gallery_right .img img {
    box-shadow: 5px 5px 0px 0 #CED6C7;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .img {
  height: 340px;
}

.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .movie_content .block_l {
  width: 100%;
}

.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_1 {
  position: absolute;
  top: -52.5px;
  left: -52.5px;
  width: 105px;
  height: 105px;
  background-color: #EE4208;
  border-radius: 100%;
}

.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_2 {
  position: absolute;
  top: calc(50% - 110px);
  left: -110px;
  width: 220px;
  height: 220px;
  background-color: #EE4208;
  border-radius: 100%;
}

.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_3 {
  position: absolute;
  top: 10%;
  left: calc(50% - 110px);
  width: 220px;
  height: 220px;
  background-color: #EE4208;
  border-radius: 100%;
}

.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_4 {
  position: absolute;
  bottom: 0;
  left: 55%;
  width: 105px;
  height: 105px;
  background-color: #EE4208;
  border-radius: 100%;
}

.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_5 {
  position: absolute;
  top: 5%;
  right: 67.5px;
  width: 105px;
  height: 105px;
  background-color: #EE4208;
  border-radius: 100%;
}

.page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_6 {
  position: absolute;
  bottom: 0;
  right: -120px;
  width: 280px;
  height: 280px;
  background-color: #EE4208;
  border-radius: 100%;
}

@media (max-width: 599px) {
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_1 {
    position: absolute;
    top: -15px;
    left: -20px;
    width: 70px;
    height: 70px;
    background-color: #EE4208;
    border-radius: 100%;
  }
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_2 {
    position: absolute;
    top: 160px;
    left: -20px;
    width: 100px;
    height: 100px;
    background-color: #EE4208;
    border-radius: 100%;
  }
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_3 {
    position: absolute;
    top: 400px;
    left: -20px;
    width: 50px;
    height: 50px;
    background-color: #EE4208;
    border-radius: 100%;
  }
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_4 {
    position: absolute;
    top: 100px;
    left: auto;
    right: -20px;
    width: 50px;
    height: 50px;
    background-color: #EE4208;
    border-radius: 100%;
  }
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_5 {
    position: absolute;
    top: 280px;
    left: auto;
    right: -20px;
    width: 70px;
    height: 70px;
    background-color: #EE4208;
    border-radius: 100%;
  }
  .page-know-festival .know-festival_gallery_wrapper .know-festival_gallery .gallery .circle_6 {
    position: absolute;
    bottom: -20px;
    left: auto;
    right: -20px;
    width: 100px;
    height: 100px;
    background-color: #EE4208;
    border-radius: 100%;
  }
}
.display_none {
  display: none;
}

@media (max-width: 599px) {
  .sp_display_none {
    display: none !important;
  }
}

/*20220701追記start*/
.top .top_greeting {
  display: block;
}

.top .top_greeting .btn {
  display: table;
  width: 560px;
  height: 100px;
  background-color: white;
  border: 2px solid #EE4208;
  color: #EE4208;
  margin: 0 auto 1em;
}

.top .top_greeting .btn div {
  text-align: center;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.top .top_greeting .btn .btn_text {
  color: #EE4208;
}

/*.top .top_greeting .btn:nth-of-type(1){
  width: 560px;
  height: 100px;
  background-color: #EE4208;
  border: 2px solid white;

}
.top .top_greeting .btn:nth-of-type(1) .btn_text { color: #fff; }*/
@media (max-width: 599px) {
  .top .top_greeting .btn {
    width: 90vw;
  }
}
.top .top_greeting p.hosoku {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: red;
  margin: 0 auto 1em;
  text-align: center;
}

.top .my_festival .moushikomi {
  margin: 30px;
}

.top .my_festival .moushikomi .btn {
  width: 600px;
  height: 50px;
  background-color: white;
  border: 2px solid #EE4208;
}

.top .my_festival .moushikomi .btn .btn_text {
  color: #EE4208;
  font-size: 1.8rem;
  font-weight: bolder;
  letter-spacing: 1.5px;
  text-align: center;
}

@media (max-width: 599px) {
  .top .my_festival .moushikomi {
    width: 100%;
    margin: 30px 0;
  }
  .top .my_festival .moushikomi .btn {
    width: 100%;
    height: 100%;
    padding: 1em 0;
  }
}
.top .my_festival .moushikomi .btn_red {
  display: block;
  width: 600px;
  height: 50px;
  background-color: white;
  border: 2px solid red;
  border-radius: 50px;
}

.top .my_festival .moushikomi .btn_red .btn_red_text {
  color: red;
  font-size: 1.8rem;
  font-weight: bolder;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 50px;
}

@media (max-width: 599px) {
  .top .my_festival .moushikomi .btn_red {
    width: 100%;
    height: 100%;
    padding: 1em 0;
  }
}
.top .banner {
  display: block;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
  margin-bottom: 100px;
}

@media (max-width: 599px) {
  .top .banner {
    display: block;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
    margin-bottom: 50px;
  }
}
.top .banner .banner_content {
  margin: 0 auto 40px;
  padding: 15px;
  width: calc(45% - 30px);
  height: 230px;
  background-color: #EE4208;
  /*#EEE7DD*/
}

@media (max-width: 599px) {
  .top .banner .banner_content {
    margin: 0 auto 20px;
    width: 80%;
    height: auto;
    /*180px*/
  }
}
.top .banner .banner_content .banner_border {
  height: 100%;
  border: 1px solid #EEE7DD;
  /*#EE4208*/
}

.top .banner .banner_content .banner_border .text_cover {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 5px;
}

.top .banner .banner_content .banner_border .text_cover p {
  color: #EEE7DD;
  /*#EE4208*/
  text-align: center;
  font-size: 2.3rem;
  font-weight: bolder;
}

.top .banner .banner_content .banner_border .text_cover p a {
  color: #EE4208;
  font-weight: normal;
  text-decoration: underline;
}

.top .banner .banner_content .banner_border .text_cover .text_small {
  color: black;
  font-size: 1.6rem;
  font-weight: normal;
}

@media (max-width: 599px) {
  .top .banner .banner_content .banner_border .text_cover .text_small {
    font-size: 1.4rem;
  }
}
.top .banner .banner_content .banner_border .text_cover .banner_title {
  font-size: 3rem;
  font-weight: bolder;
}

@media (max-width: 599px) {
  .top .banner .banner_content .banner_border .text_cover .banner_title {
    font-size: 2.5rem;
  }
}
.top .banner .banner_content .banner_border .text_cover .date {
  margin: 20px 0px 20px;
  width: 85%;
  background-color: #EEE7DD;
  /*#EE4208*/
  color: #EE4208;
  /*#EEE7DD*/
  font-size: 2rem;
  padding: 20px 10px 20px;
}

.top .banner .banner_content .not_date {
  padding: 0;
  height: calc(100% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .banner .banner_wide {
  margin-bottom: 40px;
  padding: 15px;
  width: 100%;
  height: 180px;
  background-color: #EEE7DD;
}

@media (max-width: 599px) {
  .top .banner .banner_wide {
    margin-bottom: 10px;
    height: auto;
  }
}
.top .banner .banner_wide .banner_border {
  padding: 0 20px;
  height: 100%;
  border: 1px solid #EE4208;
}

@media (max-width: 599px) {
  .top .banner .banner_wide .banner_border {
    padding: 30px 20px;
  }
}
.top .banner .banner_wide .banner_border .text_cover {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

@media (max-width: 599px) {
  .top .banner .banner_wide .banner_border .text_cover {
    padding-top: 0;
    flex-direction: column;
  }
}
.top .banner .banner_wide .banner_border .text_cover p {
  color: #EE4208;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bolder;
}

.top .banner .banner_wide .banner_border .text_cover p a {
  color: #EE4208;
  font-weight: normal;
  text-decoration: underline;
}

.top .banner .banner_wide .banner_border .text_cover .date {
  margin: 20px 0 20px;
  width: 205px;
  background-color: #EE4208;
  color: #EEE7DD;
  font-size: 2rem;
}

.top .banner .banner_wide .banner_border .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 599px) {
  .top .banner .banner_wide .banner_border .flex {
    flex-direction: column;
  }
  .top .banner .banner_wide .banner_border .flex div {
    width: 100%;
  }
  .top .banner .banner_wide .banner_border .flex div:first-child {
    margin: 20px 0;
  }
}
.top .banner .banner_wide .banner_border .flex p,
.top .banner .banner_wide .banner_border .flex li {
  color: #EE4208;
}

.top .banner .banner_wide .banner_border .flex p {
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}

.top .banner .banner_wide .banner_border .flex p::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  border-top: 2px solid;
  width: 100%;
}

.top .banner .banner_wide .banner_border .flex .opening_host_wrapper {
  width: 30%;
}

@media (max-width: 599px) {
  .top .banner .banner_wide .banner_border .flex .opening_host_wrapper {
    width: 100%;
  }
}
.top .banner .banner_wide .banner_border .flex .opening_host::after {
  margin-left: 10px;
  width: calc(100% - 150px);
}

.top .banner .banner_wide .banner_border .flex .broadcast_content::after {
  margin-left: 10px;
  width: calc(100% - 80px);
}

.top .banner .btn {
  margin: 80px auto 0;
}

@media (max-width: 599px) {
  .top .banner .btn {
    margin-top: 50px;
  }
}
/*20220701追記end*/