.mv_box{
  width: 100%;
  margin-bottom: 70px;
}
.mv_box .mv_box_in{
  max-width: 1200px;
  height: 385px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  position: relative;
}
.mv_box .mv_box_in .mv_ttl{
  position: absolute;
  bottom: -31px;
  font-size: 2.5em;
  color: #fff;
  background-color: #a65542;
  border-radius: 10px;
  width: 275px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
section{
  position: relative;
}
#news::before,
#about::before,
#flow::before,
#event::before,
#join::before,
#contact::before,
#access::before{
  position: absolute;
  content: '';
  background-image: url(../../common/images/bg02.png);
  width: 100%;
  height: 35vh;
  top: 100px;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}
#news .news_tab{
  position: relative;
  width: 90%;
  max-width: 770px;
  margin: 0 auto 150px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
#news .news_tab li{
  width: 24.4%;
  margin-right: .8%;
  background-color: #fff;
  border-radius: 2%;
  display: block;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
}
#news .news_tab li:last-child{
  margin-right: 0;
}
#news .news_tab li.active{
  background-image: url(../../common/images/news/tab_bg.png);
  background-size: cover;
  color: #fff;
}
#news .news_box{
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
}
#news .news_box .box_in{
  width: 30.8%;
  margin-right: 3.8%;
  margin-bottom: 40px;
}
#news .news_box .box_in:nth-child(3n){
  margin-right: 0;
}
#news .news_box .box_in .img{
  margin-bottom: 20px;
}
/*news_detail*/
#news.n_detail .news_tab{
  margin-bottom: 80px;
}
.news_detail{
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 8px #ddd;
  padding: 45px 50px;
}
.news_detail .news_date{
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
.news_detail .news_ttl02{
  font-size: 1.8em;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 35px;
}
.news_detail .news_ttl02::after{
 content:"";
 display:block;
 width:30px;
 height:5px;
 background-color:#a65542;
 position:absolute;
 bottom:0;
 left:0;
}
.news_in{
  margin-bottom: 75px;
}
.head03{
  position: relative;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  padding-left: 15px;
  margin-bottom: 10px;
}
.head03::before{
 content:"";
 display:inline-block;
 width:8px;
 height:18px;
 background-color:#eedbb1;
 position:absolute;
 top:12px;
 left:0px;
}
.news_in p{
  letter-spacing: 0.1em;
  text-align: justify;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.head04{
  position: relative;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.news_detail img{
  width: 100%;
  margin-bottom: 20px;
}
.news_detail .news_in a{
  color: #9b4837;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #9b4837;
  transition: all .3s;
}
.news_detail .news_in a:hover{
  opacity: 0.6;
}
.list01{
  position: relative;
}
.list01 li{
  list-style: none;
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.1em;
  text-align: justify;
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 12px;
}
.list01 li::before{
  content: '';
  background-image: url(../../common/images/list_icon.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  background-size: contain;
}
.news_btn{
  display: block;
  text-align: center;
}
.pagenation{
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 55px 0 70px;
}
.pagenation ul{
  display: flex;
  justify-content: space-between;
}
.pagenation ul li{
  width: calc(100% / 3);
  letter-spacing: 0.1em;
  transition: all .3s;
  position: relative;
}
.pagenation ul li:hover{
  opacity: 0.6;
}
.pagenation ul li a{
}
.pagenation ul li.next{
  text-align: right;
  padding-right: 50px;
}
.pagenation ul li.next::before{
  content: '';
  background-image: url(../../common/images/arrow_next.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  right: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.pagenation ul li.prev{
  padding-left: 50px;
}
.pagenation ul li.prev::before{
  content: '';
  background-image: url(../../common/images/arrow_prev.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.pagenation ul li.navitop{
  text-align: center;
  opacity: 0;
}
/*about*/
.about_area{
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 120px;
}
.w_box{
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 8px #eee;
  padding: 45px 40px;
  margin-bottom: 60px;
}
.head05{
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.head05 span{
  min-width: 200px;
  display: inline-block;
  position: relative;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  padding: 0 40px;
}
.head05 span::before{
  content: '';
  position: absolute;
  background-image: url(../../common/images/ttl_l.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  background-size: contain;
  left: 0;
  top: 6px;
}
.head05 span::after{
  content: '';
  position: absolute;
  background-image: url(../../common/images/ttl_r.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 26px;
  background-size: contain;
  top: 6px;
  right: 0;
}
.w_box .about_txt{
  padding: 20px 0;
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sizeS{
  font-size: 95%;
  text-align: justify;
}
.tbl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tbl dt,
.tbl dd{
  border-bottom: 1px solid #f1cdd3;
  padding: 20px 15px;
  letter-spacing: 0.05em;
}
.tbl dt{
  font-weight: 500;
  width: 20%;
}
.tbl dt.w100{
  width: 100%;
}
.tbl dd{
  width: 80%;
}
.btm160{
  margin-bottom: 160px;
}
/*flow*/
.flow_area{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 120px;
}
.flex_box.flow{
  padding-top: 55px;
  margin-bottom: 20px;
}
.flex_box.flow .box{
  width: 48%;
  margin-right: 4%;
}
.flex_box.flow .box:last-child{
  margin-right: 0;
}
.flow_ttl{
  display: block;
  padding: 25px 0;
  background-color: #ea6578;
  letter-spacing: 0.1em;
}
.flex_box.flow .box:last-child .flow_ttl{
  background-color: #009ad6;
}
.flow_ttl span{
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1.1em;
}
.flow_ttl span.small{
  font-size: 85%;
}
.tbl02{
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #ea6578;
}
.flex_box.flow .box:last-child .tbl02{
  border: 2px solid #009ad6;
}
.tbl02 dt{
  width: 135px;
  background-color: rgba(234, 101, 120, .1);
  text-align: center;
  padding: 15px 0;
}
.flex_box.flow .box:last-child .tbl02 dt{
  background-color: rgba(0, 154, 214, .1);
}
.tbl02 dd{
  padding: 15px 20px;
  width: calc(100% - 135px);
  background-color: #fff;
}
.btm90{
  margin-bottom: 90px;
}
/*event*/
.event_area{
  padding-top: 120px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.event_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 35px;
}
.event_list li{
  width: 22.6%;
  margin-right: 3.2%;
  text-align: center;
  margin-bottom: 60px;
}
.event_list li:nth-child(4n),
.event_list li:last-child{
  margin-right: 0;
}
.event_list li img{
  width: 100%;
}
.event_list li .box_img{
  margin-bottom: 15px;
}
.btm100{
  margin-bottom: 100px;
}
.btm200{
  margin-bottom: 200px;
}
/*join*/
.join_area,
.contact_area,
.access_area{
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 120px;
}
.flex_box .btn_box{
  width: 49%;
  margin-right: 2%;
  display: block;
  position: relative;
}
.flex_box .btn_box:last-child{
  margin-right: 0;
}
.flex_box .btn_box p{
  width: 100%;
  background-image: url(../../common/images/btn_bg02.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 20px;
  transition: all .3s;
}
.flex_box .btn_box p a{
  padding: 15px 0;
  display: block;
  text-align: center;
}
.flex_box .btn_box p:hover{
  opacity: 0.7;
}
.flex_box .btn_box p a span{
  color: #fff;
  letter-spacing: 0.05em;
  display: block;
}
.flex_box .btn_box p a span.ttl{
  font-size: 1.6em;
}
.flex_box .btn_box p a span.small{
  font-size: .8em;
}
/*contact*/
.contact_info{
  text-align: center;
  margin-bottom: 20px;
}
.contact_info p,
.contact_info p a{
  color: #9f4f3e;
  transition: all .3s;
}
.contact_info p a:hover{
  opacity: 0.7;
}
.contact_info .tel{
  font-size: 2em;
  letter-spacing: 0.05em;
}
.contact_info .info{
  font-size: 0.9em;
}
.contact_txt{
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.contact_tbl{
  width: 100%;
  margin-bottom: 25px;
}
.contact_tbl th{
  width: 20%;
  padding: 20px 15px;
}
.contact_tbl td{
  width: 80%;
  padding: 10px 0;
}
.contact_tbl th, .contact_tbl td {
    border-bottom: 1px solid #f1cdd3;
}
.contact_tbl th.top, .contact_tbl td.top {
    border-top: 1px solid #f1cdd3;
}
.contact_tbl td input, .contact_tbl td textarea {
    border: 1px solid #e2e0e0;
    background-color: transparent;
    display: block;
    padding: 20px 10px;
    width: 100%;
}
.contact_btn{
  width: 100%;
  text-align: center;
}
input[type="submit" i]{
    border: none;
    outline: none;
    background-color: transparent;
}
.btn03{
  margin: 0 auto;
  width: 200px;
  color: #fff;
  padding: 20px;
  background-image: url(../../common/images/btn_bg02.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 10px;
  transition: all .3s;
  position: relative;
}
.btn03 input[type="submit" i]{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.btn03 button{
  padding: 15px 0;
  width: 100%;
  display: block;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.1em;
  background-color: transparent;
}
.btn03:hover{
  opacity: 0.7;
}
.map_box {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.map_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
.mv_box{
  width: 95%;
  margin: 0 auto;
}
.mv_box .mv_box_in{
  height: 280px;
}
#news::before, #about::before, #flow::before, #event::before, #join::before, #contact::before, #access::before{
    background-size: cover;
    top: 70px;
}
.mv_box .mv_box_in .mv_ttl{
  font-size: 2em;
}
.w_box{
  width: 95%;
  margin: 0 auto 50px;
  padding: 30px 25px;
}
.w_box .about_txt {
    font-size: 1em;
    letter-spacing: 0em;
}
.tbl dt,
.tbl dd{
  font-size: 0.9em;
}
.tbl dt{
  width: 100px;
}
.tbl dd{
  width: calc(100% - 100px);
}
/*contact*/
.contact_tbl th,
.contact_tbl td{
  width: 100%;
  display: block;
}
.contact_tbl td.top{
  border-top: none;
}
.contact_tbl th{
  border-bottom: none;
}
/*event*/
.event_list{
  width: 95%;
  margin: 0 auto;
}
.event_list li{
  width: 48%;
  margin-right: 4%;
}
.event_list li:nth-child(2n){
  margin-right: 0;
}
/*flow*/
.flex_box.flow{
  padding-top: 0;
}
.flex_box.flow .box{
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.sizeS.btm90{
  padding: 0 20px;
}
/*join*/
.flex_box .btn_box{
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.flex_box .btn_box p a{
  padding: 10px 0;
}
/*news*/
#news .news_tab{
  flex-wrap: wrap;
  margin: 70px auto 50px;
}
#news .news_tab li{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
#news .news_tab li:nth-child(2n){
  margin-right: 0;
}
#news .news_box{
  width: 95%;
}
#news .news_box .box_in{
  width: 48%;
  margin-right: 4%;
}
#news .news_box .box_in:nth-child(3n){
  margin-right: 4%;
}
#news .news_box .box_in:nth-child(2n){
  margin-right: 0;
}
#news .news_box .box_in .img{
  border-radius: 25px;
}
.news_detail{
  width: 95%;
  padding: 25px;
}
.news_detail .news_ttl02{
  font-size: 1.6em;
  letter-spacing: 0.1em;
}
.head03{
  font-size: 1.5em;
}
.head04{
  font-size: 1.3em;
}
.news_in p{
  font-size: 1em;
}
.pagenation ul li{
  width: 50%;
}
.pagenation ul li.navitop{
  display: none;
}
.pagenation ul li.next::before,
.pagenation ul li.prev::before{
  width: 30px;
  height: 30px;
}
.pagenation ul li.prev{
  padding-left: 35px;
}
.pagenation ul li.next{
  padding-right: 35px;
}
.pagenation ul li a{
  font-size: 0.9em;
}
}
