@charset "UTF-8";
.box01 h3{
  text-align:center;
  font-size:2.4rem;
  text-align:center;
  margin:0 0 30px;
}
.box01 img{
  max-width:100%;
}
.box01 figure{
  margin:0 auto 20px;
  text-align:center;
}
.box01 .photo1{
  width:48%;
}
.box01 .photo2{
  text-align:center;
}
.box01 dl{
  color:#E65331;
  font-weight:bold;
  margin:0 0 30px;
}
.box01 dt{
  font-size:2.4rem;
  margin:0 0 30px;
  text-align:center;
}
.box01 dd{
  text-align:center;
  font-size:1.6rem;
}
.box01 p{
  text-align:center;
  font-size:1.6rem;
  margin:0 0 20px;
}
.box01 p b{
  font-size:2.4rem;
  font-weight:normal;
}
.box01 h4{
  font-size:2.4rem;
  text-align:center;
  margin:0 0 10px;
}
.box01 ul{
  display:flex;
  display:-webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  gap:5px 5px;
  margin:0 0 40px;
}
.box01 ul li{
  width:32%;
}
.box01 ul li a{
  background:#E65331;
  display: block;
  padding: 0.5em 0.8em;
  border-radius: 0.5em;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.box01 ul li a:hover{
  opacity:0.7;
}
.border01{
  display:block;
  max-width:960px;
  margin:60px auto;
  height:2px;
  width:100%;
  background:#E65331;
}
.border02{
  display:block;
  max-width:960px;
  margin:30px auto;
  height:1px;
  width:100%;
  background:#E65331;
}
.asbox-parent{
  padding-top:60px;
  margin-top:-60px;
}
.asbox-parent h3{
  color:#E65331;
  text-align:center;
  margin:0 0 30px;
  font-size:2.4rem;
}
.asbox-parent p{
  text-align:center;
  font-size:1.6rem;
  line-height:1.8;
  margin:0 0 30px;
}
.asbox-parent li{
  margin:0 0 30px;
}
.asbox-parent dt{
  text-align:center;
  font-size:2.4rem;
  font-weight:bold;
  margin:0 0 20px;
}
.asbox-parent dd{
  text-align:center;
  font-size:2.4rem;
}
.asbox-child .asbox-content{
  display:flex;
  display:-webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.asbox-child h4{
  font-size:2.4rem;
  margin:0 0 30px;
  text-align:center;
}
.asbox-child ul li{
  margin:0 0 20px;
}
.asbox-child ul li dl{
  text-align:center;
}
.asbox-child ul li dt{
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  background: #E65331;
  color: #fff;
  padding: 2px 1em;
  margin-right: 1em;
  margin: 0 0 10px;
}
.asbox-child ul li dd{
  text-align:center;
  font-size:1.6rem;
}
.asbox-child ul li dd div.btn{
  width: 48%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}
.asbox-child ul li dd div.btn a{
  display: block;
  padding: 0.5em 0.8em;
  border-radius: 0.5em;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background-color: #0087c3;
  font-weight: bold;
}
.asbox-child .asbox-content{
  padding:40px 0 0;
}
.asbox-child .asbox-content > figure{
  width:300px;
}
.asbox-child .asbox-content > figure figcaption{
  font-size:1.3rem;
  line-height:1.4;
}
.asbox-child .asbox-content > div{
  width:620px;
}
.asbox-child .asbox-content > div h5{
  font-size:2.0rem;
  font-weight:bold;
  padding:0 0 0 10px;
  margin:0 0 20px;
  border-left:10px solid #E65331;
  border-bottom:1px solid #E65331;
}
.asbox-child .asbox-content > div p{
  margin:0 0 20px;
  font-size:1.6rem;
  line-height:1.8;
}
.asbox-child .asbox-content > div dl{
  margin:0 0 20px;
}
.asbox-child .asbox-content > div dt{
  font-size:1.6rem;
  font-weight:bold;
  margin:0 0 5px;
}
.asbox-child .asbox-content > div dd{
  font-size:1.6rem;
  line-height:1.8;
}
@media screen and (max-width: 768px) {
  .box01 {
    padding-left:3.125%;
    padding-right:3.125%;
  }
  .box01 ul{
    display:block;
    margin:0 0 40px;
  }
  .box01 ul li{
    width:100%;
    box-sizing: border-box;
    margin:0 0 5px;
  }
  .box01 ul li:last-child{
    margin:0;
  }
  .asbox-parent{
    padding-top:60px;
    margin-top:-60px;
    padding-left:3.125%;
    padding-right:3.125%;
  }
  .asbox-child ul li dd div.btn{
    width:90%;
  }
  .asbox-child{
    padding-left:3.125%;
    padding-right:3.125%;
  }
  .asbox-child .asbox-content{
    display:block;
  }
  .asbox-child .asbox-content > figure{
    width:100%;
  }
  .asbox-child .asbox-content > div{
    width:100%;
    margin:0 0 20px;
  }
}

.sitatte-ph{
	text-align:center;
}

/*******************************************
 	visual
*******************************************/
#visual {
  background: url(/2025/img/artstreet/visual_pc.jpg) no-repeat center center;
  background-size: cover;
  padding: 65px 0;
}

#visual h2 {
  width: 441px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #visual {
    background: url(/2025/img/artstreet/visual_sp.jpg) no-repeat center center;
    background-size: cover;
    padding: 5% 3.125%;
  }
  #visual h2 {
    width: 50%;
  }
}

/*******************************************
 	news
*******************************************/
#news {
  margin: 0 auto 90px;
}

#news h3 {
  text-align: center;
}

#news ul {
  width: 816px;
  margin: 0 auto 40px;
}

#news .inner-min > p {
  width: 150px;
  margin: 0 auto;
}

#news .inner-min > p a {
  padding: 3px 1.8rem;
  display: block;
  text-align: center;
  position: relative;
  color: #333;
  background: #ddd;
  font-size: 1.8rem;
  font-weight: bold;
}

#news .inner-min > p a:after {
  content: "\e902";
  font-family: as;
  position: absolute;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1;
  width: 1.0rem;
  height: 1.0rem;
  top: 0;
  bottom: 0;
  right: 5px;
  text-align: center;
  display: block;
  margin: auto;
}

#news .inner-min > p a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #news {
    margin: 0 auto 10%;
  }
  #news ul {
    width: auto;
    margin: 0 auto 6%;
  }
}
