@charset "UTF-8";



.contentsInr {
width: auto;
padding: 0px;
margin: 0 auto;
}
.contentsInr .contentsUnit {
padding: 0 10px;
}

@media (min-width: 740px){
.contentsInr .contentsUnit {
width: 960px;
padding: 0px;
margin: 0 auto;
}
}

.mv_txt {
  text-align: center;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background-color: #658BCC;
  color: #ffffff;
  padding-top: 25px;
}
.mv_txt .ttlLv2{
  margin-top: 0px;
  margin-bottom: 0;
  width: 90%;
  margin: 0 auto;
}
.mv_txt h3 {
  margin-top: 0;
  /* padding: 25px 0; */
  font-size: 20px !important;
  font-family: 'Noto Sans JP', serif;
  font-weight: 0;
}
.caution_txt{
  text-align: center;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background-color: #658BCC;
  color: #ffffff;
  padding-bottom: 25px;
}
.caution_txt p{
  width: 90%;
  margin: 0 auto;
}

.sec {
  padding-bottom: 50px;
}
.sec_bg_pg {
  background: #FFEBEB;
}
.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 740px){
  .inner {
  padding: 0px;
  }
}


/* sec02 */
.contents_ttl .ttlLv2{
    background-color: #EA461A;
    text-align: center;
    border: none;
    padding: 10px;
    font-size: 3.1rem;
    color: #fff;
    margin-top: 80px;
}
.contents_ttl .ttlLv2 h3{
  border-left: 0;
}
.contents_txt{
  margin-bottom: 20px;
}
.sec02_list .txtList{
  margin-bottom: 80px;
}
.sec02_list .txtList li{
  margin-left: -25px;
  margin-bottom: 40px;
}
@media (min-width: 740px){
  .sec02_list .txtList li{
    margin-left: -10px;
  }
}
.sec02_list .txtList li span {
  width: 5em;
  display: block;
  margin-right: 20px;
  margin-bottom: 0;
  min-width: 5em;
  background: #EA641A;
  text-align: center;
  padding: 2px 10px;
  color: #fff;
  margin-bottom:10px;
}
@media (min-width: 740px){
  .sec02_list .txtList li span {
    display: inline-block;
    margin-bottom:0px;
  }
}
.txtList > li:before{
  content: none;
}
.map{
  width: 100%;
  position: relative;
  padding-top: 85.25%;
  z-index: 1;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}


/* sec03 */

.sec03 .ttlLv3{
  margin-top: 0px;
}
@media (min-width: 740px){
  .sec03 .ttlLv3{
    margin-top: -40px;
  }
}
/* sec04 */
.sec_list{
  padding-bottom: 80px;
}
.sec_list .colWrap .col .aem-Grid {
  height: 100%;
}
.sec_list .colWrap .col .aem-Grid .responsivegrid {
  height: 100%;
}
.sec_list .sec_list_box {
  background: #fff;
  padding: 15px;
  border: 1px solid #CBCBCB;
}
.sec_list .sec_list_box .ttlLv3{
  padding-top: 10px;
}
.bold_txt p{
  font-weight: bold;
}
@media (min-width: 740px){
  .clm_1_3col.colWrap .col {
    width: calc((100% - 50px)/3);
  }
}
.rink_btn{
  text-align: end;
}

/* sec05 */
.sec05_list .sec05_list_box {
  padding: 15px;
  border: 1px solid #CBCBCB;
  margin-top: 20px;
}
.sec05_list .sec05_list_box .ttlLv3{
  padding-top: 10px;
}
/* sec06 */
.caution_box{
  padding: 20px;
  border: 1px solid #CBCBCB;
}