/*リセット*/
.container{
  max-width: none;
  min-width: 300px;
  margin: 0;
  padding: 0;
}
.contents{
  padding: 0;
  width:100%;
  overflow:hidden;
  max-width: 2000px;
  margin: auto;
}
h1{
  margin: 0;
}
ul{
  margin: 0;
  padding: 0;
}
ul>li{
  list-style-type: none;
}


/*基本*/
@media screen and (max-width:950px){
  .w950{
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.cont_label{
  color:#FFF;
  padding:0.2em 0.5em;
  font-size: 86.5%;
}
.cont_label_miyoshi{
  background: #ee7a4a;
}
.cont_label_moriya{
  background: #13b5b1;
}
.cont_date{
  color:#595959;
  font-size: 86.5%;
}
a.cont_btn{
  background: #afafaf;
  color:#FFF;
  padding: 1em;
  max-width: 280px;
  display: block;
  margin:auto;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}
a.cont_btn:hover{
  text-decoration: none;
}


/*ヘッダ*/
.cont_header{
  position: relative;
  background: rgba(255,255,255,0.9);
  padding: 15px 0;
  width: 100%;
  box-shadow:0px 2px 6px 1px rgba(0,0,0,0.09);
  z-index: 999;
  transform: translateZ(0);
}
.cont_header.cont_fix{
  position:fixed;
  top:0;
  left: 0;
}



/*ナビ*/
nav.cont_nav li a{
  color:#0c0c0c;
}
nav.cont_nav .cont_head_other a.cont_btn_shutten{
  padding: 0.3em 1em;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
}


/*メインイメージ*/
.cont_mainimg .cont_page_ttl{
  position: relative;
  top:50%;
  color: #FFF;
}
.cont_mainimg .cont_page_ttl h2{
  margin-top:0;
  font-family: arial, sans-serif;
  /*font-weight: normal;*/
}


/*コンテンツ*/
.cont_wrap{
  position: relative;
}
.cont_contents , .cont_contents .cont_head{
  background: #f7f6f6;
  margin: auto;
  padding-bottom: 50px;
}
.cont_contents .cont_head{
  box-sizing: border-box;
}
.cont_contents .cont_head ul.cont_breadcrubs{
  display:flex;
  border-bottom:1px solid #c9c9c9;
  padding-bottom: 0.5em;
}
.cont_contents .cont_head ul.cont_breadcrubs>li:after{
  content:">";
  margin: 0 0.5em;
}
.cont_contents .cont_head ul.cont_breadcrubs>li:last-child:after{
  content: "";
}
@media screen and (max-width:1035px){
  .cont_contents .cont_head{
    width:95%;
  }
}
.cont_ttl {
  text-align: center;
}
.cont_ttl h3{
  margin-top: 0;
  font-family: arial, sans-serif;
  font-weight: bold;
}
.cont_ttl span{
  color:#959595;
}




/*コンテンツフッター*/
.cont_footer{
  background: #a2a2a2;
  color:#FFF;
}
.cont_footer h3{
  margin-top:0;
}
/*
.cont_footer h4{
  background: #FFF;
  color:#b3b3b3;
  display: inline-block;
  border-radius: 5px;
  padding: 0.2em 0.5em;
  font-size: 0.8rem;
  font-weight: normal;
}*/
.cont_footer iframe{
  width:100%;
  height: 100%;
}
.cont_footer a{
  color:#FFF;
}
.cont_footer .cont_gmaps>li .cont_gmap{
  width:100%;
}
