* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
  background-image: url(../../images/bg_img.jpg);
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

body {
  color: #595757;
  font-family: "Kozuka Gothic Pro", sans-serif;
  border-top: 10px solid #373232;
}

/* font */
._font-red{
  color: #bf3131!important;
}

.bold {
  font-weight: bold;
}

.border {
  text-decoration: underline #bf3131;
  -webkit-text-decoration: underline #bf3131;
}

.inner {
  width: 80%;
  margin: auto;
  max-width: 1200px;
  position: relative;
  min-height: 100vh;
}

@media screen and (max-width: 1199px) {
  .inner {
    width: 75%;
  }
}
._t-center{
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  img {
    image-rendering: auto;
  }
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #595757;
}

a:hover {
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4 {
  letter-spacing: 1.1px;
}

h1,
h2,
h3 {
  font-weight: bold;
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

main {
  overflow: hidden;
}
.wrap {
  overflow: hidden;
}

:focus {
  outline: none;
}


header {
  margin-bottom: 15px;
  padding: 10px 10px 0;
  display: flex;
}
header div{
  width: 50%;
  display: flex;
  align-items: flex-start;
}
.header-left{
  justify-content: left;
}
.header-right{
  justify-content: right;
  flex-direction: row-reverse;
}
.header-img {
  width: 130px;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  padding: 20px 0;
}
._sp{
  display: none !important;;
}

.top {
  width: 100%;
  padding: 0 10px;
}

.top-img {
  width: 100%;
}
/*swiper*/
.swiper {
  margin-bottom: 20px;
}
.top .swiper #button-prev::after, .top .swiper #button-next::after{
  content: none;
}
.map-link{
  cursor: pointer;
}
:root {
  --swiper-theme-color: #bc1519;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev{
    left: 0px;
    width: 13px;
  }
  .swiper-button-next{
    right: 0;
    width: 13px;
  }
}
/*swiper*/

/*modal*/
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.modal_bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal_content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}
.modal-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-title{
  width: 70%;
  margin-bottom: 20px;
}
.link-list-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
.link-list-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100%/3);
  padding: 5px;
}
.close-link{
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .modal_content{
    padding: 30px 15px;
  }
  .modal-title{
    width: 100%;
  }
  .link-list-wrap a{
    width: 100%;
    max-width: 100%;
  }
  .close-link{
    font-size: 14px;
  }
}
/*modal*/

/*contents*/
.contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents-text{
  width: 100%;
  color: #000;
  padding: 0 10px;
}
.text-wrap h1{
  color: #fff;
  background-color: #8c8053;
  padding: 5px;
  margin: 10px 0;
  text-align: center;
  display: inline-block;
}
.text-wrap p{
  margin: 10px 0;
  line-height: 1.5;
}
.text-img img{
  margin: auto;
}
.text-img-top._pc{
  margin-bottom: 30px;
}
.banner-img-event {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: fit-content;
}
.event-wrap {
  border:1px solid #373232;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.event-text {
  padding: 0 30px 0 30px;
}
.event-text-img {
  background-color: #373232;
  width: 100%;
  margin-bottom: 30px;
  background-image: url("../images/event_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}
/* .event-text-img-over {
  position: relative;
} */
.event-text-img img {
  display: block;
  margin: 0 auto;
  padding: 6px;
}
/* .event-text-img::after{
  content: '募集は終了しました';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  display:flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
} */
.event-text-main{
  line-height: 1.5;
  font-size: 1.1em;
  margin-bottom: 30px;
}
.event-text-title {
  font-size: 1.2em;
  line-height: 1.5;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #373232;
  border-bottom: 1px solid #373232;
  margin-bottom: 20px;
}
.event-text-container {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  margin-bottom: 20px;
}
.event-text-box {
  width: calc(50% - 5px);
  padding: 20px;
  line-height: 1.5;
  background-color: #EFEFEF;
  margin-bottom: 10px;
}
.event-text-box a {
  color: #7C7357;
  overflow-wrap: break-word;
}
summary {
  position: relative;
  display: block;
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: '+';
  position: absolute;
  top: calc(50% - (0.25em/2));
  right: 10px;
  transform: translateY(-50%);
  transition: transform 0.5s;
  font-size: 30px;
}
details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.event-text-list {
  margin-bottom: 40px;
  line-height: 2;
  padding-left: 2em;
}
.event-text-overview {
  line-height: 1.5;
  padding-left: 1em;
  margin-bottom: 30px;
}
.event-text-sub {
  font-size: 80%;
}
.event-text-list li::before {
  position: relative;
  top: calc(-0.5em + 4px);
  left: -1em;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 100%;
  background: #373232;
}
.contents-twitter {
  width: 60%;
  padding: 10px;
}
.contents-twitter iframe{
  height: 100% !important;
}
.contents-banner {
  width: 40%;
  padding: 10px;
}
.contents-banner-link{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contents-banner-link img{
  padding: 5px;
}
.info-text {
  display: block;
  width: 100%;
  padding: 0 5px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 3px solid #bf3131;
  text-align: center;
  font-size: 1.4em;
}
.info-text-title {
  color: #bc3131;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  ._pc{
    display: none !important;
  }
  ._sp{
    display: block !important;
  }
  .header-img{
    width: 110px;
  }
  .inner {
    width: 100%;
  }
  .text, .contents-wrap{
    width: 90%;
    margin: 0 auto 10px;
  }
  .text-img-top._sp {
    margin-bottom: 20px;
  }
  .banner-img-event {
    margin-bottom: 20px;
  }
  .event-wrap {
    margin-bottom: 20px;
  }
  .event-text {
    padding: 0 15px 0 15px;
  }
  .event-text-main{
    margin-bottom: 20px;
  }
  .event-text-list {
    margin-bottom: 20px;
    padding-left: 1em;
  }
  .event-text-list li::before {
    left: -0.5em;
  }
  .event-text-container {
    margin-bottom: 10px;
  }
  .event-text-box {
    width: 100%;
  }
  .info-text {
    font-size: 1em;
  }
   .contents-twitter, .contents-banner {
    width: 85%;
    padding: 5px;
    margin: auto;
  }
  .contents-twitter {
    margin-bottom: 10px;
  }
  .contents-twitter, .contents-banner {
    width: 100%;
    padding: 5px;
  }
  .contents-twitter iframe{
    height: 800px !important;
  }
}
/*contents*/

/*bottom-contents*/
.bottom-contents{
  margin-bottom: 60px;
}
.bottom-contents-wrap {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}
.bottom-contents-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bottom-contents-banner {
  width: 20%;
  padding: 5px;
}
/* .bottom-contents-banner:last-child{
  width: 100%;
}
.bottom-contents-banner a:last-child {
  width: auto;
  text-align: center;
} */
.ban01{
  width:40%;
}
@media screen and (max-width: 767px){
  .bottom-contents-banner{
    margin-bottom: 10px;
  }
  .bottom-contents-banner{
    width: 100%;
  }
}
/*bottom-contents*/

/*error*/
.error-text{
  width: 100%;
  line-height: 1.5;
  margin: 10px auto;
}
.error-img{
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 60px 0;
}
