.bnl_timetable {background-image: url(../img/header/ic-timetable.png);}
.bnl_trial {background-image: url(../img/header/ic-trial.png);}


/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Pagetitle */
.pagetitle {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/cctopbg.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}
.ptbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:200px 5% 5%;
}
.ptbody h2 {
  font-size:18px;
  font-weight: 400;
  line-height: 20px;
  color:var(--color-333);
  margin-bottom: 15px;
  order:2;
}
.ptbody p {
  font-size:50px;
  font-family: var(--font-en);
  font-weight: 100;
  line-height: 50px;
  letter-spacing: -3px;
  color:var(--color-333);
  margin-bottom: 5px;
  order:1;
}
.ptbody p span {
  font-weight: 700;
  letter-spacing: -2px;
  color:var(--color-black);
}
.ptbody ul {
  order:3;
  width:100%;
  height: auto;
  display:flex;
  flex-wrap: wrap;
}
.ptbody ul li {
  font-size: 12px;
  line-height: 1.4em;
  color:var(--color-333);
}
.ptbody ul li:after {
  content:">";
  padding-left:5px;
  margin-right:5px;
}
.ptbody ul li:last-child:after {
  content:"";
  padding-left:0px;
  margin-right:0px;
}

/* Contents */
main {
  width:100%;
  height: auto;
  display: block;
}

/* News */
main .newsmm {
  padding:60px 8%;
}

/* Class introduction */
.img_clcut {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

.bnlist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.bnlist li {
  width:49%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  margin:0 1% 10px 0;
}
.bnlist li:nth-child(2n) {
  margin-right: 0;
}
.bnlist li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  padding:15px 0;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 80%;
}
.bnlist li a:hover {
  background-color: var(--color-4th);
}


/* Price table */
table.pricetable {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
  border-collapse: collapse;
  border: 1px solid var(--color-ccc);
}

table.pricetable th {
  width: auto;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
  text-align: center;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-1st);
}

table.pricetable tr>td:nth-child(1) {
  width: 70%;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
}
table.pricetable tr>td:nth-child(2) {
  width: 30%;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
  text-align: center;
}




/* Price table02 */
table.pricetable02 {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
  border-collapse: collapse;
  border: 1px solid var(--color-ccc);
}

table.pricetable02 th {
  width: auto;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
  text-align: center;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-1st);
}

table.pricetable02 tr>td:nth-child(1) {
  width: 50%;  text-align: center;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
}
table.pricetable02 tr>td:nth-child(2) {
  width: 50%;  text-align: center;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
  text-align: center;
}











/* Staff */
.stafflist {
  width:100%;
  height: auto;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
.stafflist .staffbox {
  width:31.33333333333%;
  height:auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding:35px 25px;
  margin: 1%;
  background-color: var(--color-f8);
  border-radius: 5px;
  box-shadow:0px 3px 8px rgba(0,0,0,0.2);
}
.stafflist .staffbox .stfimg {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.stafflist .staffbox .stfccc {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:15px 5px 0;
}
.stafflist .staffbox .stfccc h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  color:var(--color-black);
  margin-bottom: 5px;
}
.stafflist .staffbox .stfccc p {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  color:var(--color-1st);
  margin-bottom: 0px;
}

/* Trial */
.cautionbox {
  width:80%;
  height: auto;
  display: block;
  margin:0 auto 40px;
  padding:45px 45px;
  border:2px solid var(--color-1st);
  border-radius: 20px;
}

/* Map */
.shoplist {
  width:100%;
  height:auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.shoplist .slboxm {
  width:49%;
  height: auto;
  display: block;
  overflow: hidden;
  background-color:var(--color-white);
  border-radius: 10px;
  box-shadow:0px 1px 10px rgba(0,0,0,0.2);
}
.shoplist .slboxm .slbmcc {
  width:100%;
  height: auto;
  display: block;
  padding:25px 35px 25px;
}
.shoplist .slboxm .slbmcc h3 {
  width:100%;
  height: auto;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  color: var(--color-black);
  text-align: center;
  background-image: url(../img/header/logo_b.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 80px;
  padding-top:90px;
  margin-bottom: 0.3em;
}
.shoplist .slboxm .slbmcc p {
  text-align: center;
}
.mapmm, .mapmm iframe {
width:100%;
height: 400px;
display: block;
}

/* FAQ */
.qamm {
  width:100%;
  max-width:1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  }
  .accordion-head4 {
    font-size: 14px;
    color:var(--color-black);
    line-height: 1.4em;
    font-weight: normal;
    background-image: url(../img/header/ic-qa_q.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size:30px;
    padding:5px 0 0 40px;
    cursor: pointer;
    min-height:40px;
    margin:0 0 5px 0;
  }
  .qaa {
    background-image: url(../img/header/ic-qa_a.png);
    background-repeat: no-repeat;
    background-position: 25px 25px;
    background-size:30px;
    color:var(--color-black);
    min-height:1.8em;
    padding:25px 25px 25px 70px;
    margin:0 0 20px 0;
    background-color:var(--color-f8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .qaa p {margin-bottom: 0px;}

  /* Location(Outline) */
  .loca_outline {
    width:100%;
    height: auto;
    display: block;
    padding-top:50px;
    margin-bottom: 80px;
  }
  .loca_outline .lo_cc {
    width:100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
  .loca_outline .lo_cc h3 {
    width:100%;
    height: auto;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--color-black);
    text-align: center;
    background-image: url(../img/header/logo_b.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 80px;
    padding-top:90px;
    margin-bottom: 0.3em;
  }
  .loca_outline .lo_cc p {
    text-align: center;
  }


}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Pagetitle */
.pagetitle {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/cctopbg.png);
  background-repeat: no-repeat;
  background-position: 100% bottom;
  background-size: 140% auto;
}
.ptbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:190px 5% 13%;
}
.ptbody h2 {
  font-size:18px;
  font-weight: 400;
  line-height: 20px;
  color:var(--color-333);
  margin-bottom: 15px;
  order:2;
}
.ptbody p {
  font-size:50px;
  font-family: var(--font-en);
  font-weight: 100;
  line-height: 50px;
  letter-spacing: -3px;
  color:var(--color-333);
  margin-bottom: 5px;
  order:1;
}
.ptbody p span {
  font-weight: 700;
  letter-spacing: -2px;
  color:var(--color-black);
}
.ptbody ul {
  order:3;
  width:100%;
  height: auto;
  display:flex;
  flex-wrap: wrap;
}
.ptbody ul li {
  font-size: 12px;
  line-height: 1.4em;
  color:var(--color-333);
}
.ptbody ul li:after {
  content:">";
  padding-left:5px;
  margin-right:5px;
}
.ptbody ul li:last-child:after {
  content:"";
  padding-left:0px;
  margin-right:0px;
}

/* Contents */
main {
  width:100%;
  height: auto;
  display: block;
}

/* News */
main .newsmm {
  padding:60px 8%;
}


/* Class introduction */
.img_clcut {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

.bnlist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bnlist li {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  margin:0 0 10px 0;
}
.bnlist li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  padding:15px 0;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 80%;
}
.bnlist li a:hover {
  background-color: var(--color-4th);
}

/* Price table */
table.pricetable {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
  border-collapse: collapse;
  border: 1px solid var(--color-ccc);
}

table.pricetable th {
  width: auto;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
  text-align: center;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-1st);
}

table.pricetable tr>td:nth-child(1) {
  width: 70%;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
}
table.pricetable tr>td:nth-child(2) {
  width: 30%;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
  text-align: center;
}





/* Price table02 */
table.pricetable02 {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
  border-collapse: collapse;
  border: 1px solid var(--color-ccc);
}

table.pricetable02 th {
  width: auto;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
  text-align: center;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-1st);
}

table.pricetable02 tr>td:nth-child(1) {
  width: 50%;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
}
table.pricetable02 tr>td:nth-child(2) {
  width: 50%;
  padding: 15px 10px;
  border: 1px solid var(--color-ccc);
  text-align: center;
}









/* Staff */
.stafflist {
  width:100%;
  height: auto;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
.stafflist .staffbox {
  width:48%;
  height:auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding:35px 25px;
  margin: 1%;
  background-color: var(--color-f8);
  border-radius: 5px;
  box-shadow:0px 3px 8px rgba(0,0,0,0.2);
}
.stafflist .staffbox .stfimg {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.stafflist .staffbox .stfccc {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:15px 5px 0;
}
.stafflist .staffbox .stfccc h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  color:var(--color-black);
  margin-bottom: 5px;
}
.stafflist .staffbox .stfccc p {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  color:var(--color-1st);
  margin-bottom: 0px;
}

/* Trial */
.cautionbox {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 40px;
  padding:45px 45px;
  border:2px solid var(--color-1st);
  border-radius: 20px;
}

/* Map */
.shoplist {
  width:100%;
  height:auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 70px;
}
.shoplist .slboxm {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  background-color:var(--color-white);
  border-radius: 5px;
  box-shadow:0px 1px 5px rgba(0,0,0,0.2);
  margin-bottom: 40px;
}
.shoplist .slboxm .slbmcc {
  width:100%;
  height: auto;
  display: block;
  padding:25px 35px 25px;
}
.shoplist .slboxm .slbmcc h3 {
  width:100%;
  height: auto;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  color: var(--color-black);
  text-align: center;
  background-image: url(../img/header/logo_b.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 80px;
  padding-top:90px;
  margin-bottom: 0.3em;
}
.shoplist .slboxm .slbmcc p {
  text-align: center;
  margin-bottom: 0;
}
.mapmm, .mapmm iframe {
width:100%;
height: 400px;
display: block;
}


/* FAQ */
.qamm {
  width:100%;
  max-width:1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  }
  .accordion-head4 {
    font-size: 14px;
    color:var(--color-black);
    line-height: 1.4em;
    font-weight: normal;
    background-image: url(../img/header/ic-qa_q.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size:30px;
    padding:5px 0 0 40px;
    cursor: pointer;
    min-height:40px;
    margin:0 0 5px 0;
  }
  .qaa {
    background-image: url(../img/header/ic-qa_a.png);
    background-repeat: no-repeat;
    background-position: 25px 25px;
    background-size:30px;
    color:var(--color-black);
    min-height:1.8em;
    padding:25px 25px 25px 70px;
    margin:0 0 20px 0;
    background-color:var(--color-f8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .qaa p {margin-bottom: 0px;}

  /* Location(Outline) */
  .loca_outline {
    width:100%;
    height: auto;
    display: block;
    padding-top:50px;
    margin-bottom: 80px;
  }
  .loca_outline .lo_cc {
    width:100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
  .loca_outline .lo_cc h3 {
    width:100%;
    height: auto;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--color-black);
    text-align: center;
    background-image: url(../img/header/logo_b.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 80px;
    padding-top:90px;
    margin-bottom: 0.3em;
  }
  .loca_outline .lo_cc p {
    text-align: center;
  }


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

/* Pagetitle */
.pagetitle {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/cctopbg_m.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 100% auto;
}
.ptbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:180px 8% 25%;
}
.ptbody h2 {
  font-size:18px;
  font-weight: 400;
  line-height: 20px;
  color:var(--color-333);
  margin-bottom: 15px;
  order:2;
}
.ptbody p {
  font-size:34px;
  font-family: var(--font-en);
  font-weight: 100;
  line-height: 1.2em;
  letter-spacing: -2px;
  color:var(--color-333);
  margin-bottom: 0px;
  order:1;
}
.ptbody p span {
  font-size:60px;
  display: block;
  font-weight: 700;
  letter-spacing: -3px;
  color:var(--color-black);
}
.ptbody ul {
  order:3;
  width:70%;
  height: auto;
  display:flex;
  flex-wrap: wrap;
}
.ptbody ul li {
  font-size: 12px;
  line-height: 1.8em;
  color:var(--color-333);
}
.ptbody ul li:after {
  content:">";
  padding-left:5px;
  margin-right:5px;
}
.ptbody ul li:last-child:after {
  content:"";
  padding-left:0px;
  margin-right:0px;
}

/* Contents */
main {
  width:100%;
  height: auto;
  display: block;
}

/* News */
main .newsmm {
  padding:50px 8%;
}

/* Class introduction */
.img_clcut {
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

.bnlist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bnlist li {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  margin:0 0 10px 0;
}
.bnlist li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  padding:15px 0;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 80%;
}
.bnlist li a:hover {
  background-color: var(--color-4th);
}


/* Price table */
table.pricetable {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
  border-collapse: collapse;
  border: 1px solid var(--color-ccc);
}

table.pricetable th {
  width: auto;
  padding: 15px 5px;
  border: 1px solid var(--color-ccc);
  text-align: center;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-1st);
}
table.pricetable span {
  display: block;
}
table.pricetable tr>td:nth-child(1) {
  width: 70%;
  padding: 15px 5px;
  border: 1px solid var(--color-ccc);
}
table.pricetable tr>td:nth-child(2) {
  width: 30%;
  padding: 15px 5px;
  border: 1px solid var(--color-ccc);
  text-align: right;
}



/* Price table02 */
table.pricetable02 {
  width: 100%;
  font-size: 14px;
  line-height: 1.6em;
  border-collapse: collapse;
  border: 1px solid var(--color-ccc);
}

table.pricetable02 th {
  width: auto;
  padding: 15px 5px;
  border: 1px solid var(--color-ccc);
  text-align: center;
  font-weight: 400;
  color: var(--color-white);
  background-color: var(--color-1st);
}
table.pricetable02 span {
  display: block;
}
table.pricetable02 tr>td:nth-child(1) {
  width: 50%;
  padding: 15px 5px;
  border: 1px solid var(--color-ccc);
  text-align: center;
}
table.pricetable02 tr>td:nth-child(2) {
  width: 50%;
  padding: 15px 5px;
  border: 1px solid var(--color-ccc);
  text-align: center;
}






/* Staff */
.stafflist {
  width:100%;
  height: auto;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
}
.stafflist .staffbox {
  width:100%;
  height:auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding:15px 25px;
  margin: 0 0 15px 0;
  background-color: var(--color-f8);
  border-radius: 5px;
  box-shadow:0px 3px 8px rgba(0,0,0,0.2);
}
.stafflist .staffbox .stfimg {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.stafflist .staffbox .stfccc {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
  padding:10px 5px 0;
}
.stafflist .staffbox .stfccc h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  color:var(--color-black);
  margin-bottom: 5px;
}
.stafflist .staffbox .stfccc p {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  color:var(--color-1st);
  margin-bottom: 0px;
}


/* Trial */
.cautionbox {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto 40px;
  border-top:3px double var(--color-1st);
  padding:25px 0;
  border-bottom:3px double var(--color-1st);
}


/* Map */
.shoplist {
  width:100%;
  height:auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 70px;
}
.shoplist .slboxm {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  background-color:var(--color-white);
  border-radius: 5px;
  box-shadow:0px 1px 5px rgba(0,0,0,0.2);
  margin-bottom: 40px;
}
.shoplist .slboxm .slbmcc {
  width:100%;
  height: auto;
  display: block;
  padding:25px 35px 25px;
}
.shoplist .slboxm .slbmcc h3 {
  width:100%;
  height: auto;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  color: var(--color-black);
  text-align: center;
  background-image: url(../img/header/logo_b.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 50px;
  padding-top:60px;
  margin-bottom: 0.3em;
}
.shoplist .slboxm .slbmcc p {
  text-align: center;
  margin-bottom: 0;
}
.mapmm, .mapmm iframe {
width:100%;
height: 300px;
display: block;
}


/* FAQ */
.qamm {
  width:100%;
  max-width:1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  }
  .accordion-head4 {
    font-size: 14px;
    color:var(--color-black);
    line-height: 1.4em;
    font-weight: normal;
    background-image: url(../img/header/ic-qa_q.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size:30px;
    padding:5px 0 0 40px;
    cursor: pointer;
    min-height:40px;
    margin:0 0 5px 0;
  }
  .qaa {
    background-image: url(../img/header/ic-qa_a.png);
    background-repeat: no-repeat;
    background-position: 25px 25px;
    background-size:30px;
    color:var(--color-black);
    min-height:1.8em;
    padding:25px 25px 25px 70px;
    margin:0 0 20px 0;
    background-color:var(--color-f8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .qaa p {margin-bottom: 0px;}

  /* Location(Outline) */
  .loca_outline {
    width:100%;
    height: auto;
    display: block;
    padding-top:50px;
    margin-bottom: 80px;
  }
  .loca_outline .lo_cc {
    width:100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
  }
  .loca_outline .lo_cc h3 {
    width:100%;
    height: auto;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: var(--color-black);
    text-align: center;
    background-image: url(../img/header/logo_b.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 80px;
    padding-top:90px;
    margin-bottom: 0.3em;
  }
  .loca_outline .lo_cc p {
    text-align: center;
  }


}






/*ニュース詳細*/


.sub-contents{
  margin-bottom: 60px;

}


.news-single-wrap{
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    color: #000;
    margin-bottom: 60px;

}




.news-left{
    float: left;
    width: 70%;
}

.news-right{
    float: right;
    width: 25%;
}


.date{
    display: block;
    margin-bottom: 10px;

}


.news-left h3{
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 1.6;
}



.single-content p{
    margin-bottom: 30px;
}


.single-content img{
    max-width: 100%;
    width: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-below{
    padding-top: 80px;
    display: table;
    margin:0 auto;

}

.nav-below span{
padding: 0 10px; 
}


.nav-below a{

    text-decoration: underline;
}


/*ウィジェット*/
.widget-title{
    font-size: 14px;
    background: #333333;

    padding: 15px;
    font-weight: normal;
    color: #fff;



}

#recent-posts-3 li a,
#archives-3 li a,
#categories-3 li a,
#custom-post-type-recent-posts-4 li a,
#custom-post-type-categories-3  li a{
    border-bottom:1px dotted #999;
    padding: 20px 10px;
    display: block;
    text-decoration: none;
    color: #000;
}

#recent-posts-3 li a{
     font-size: 14px;
}

#recent-posts-3 li:hover,
#archives-3 li:hover,
#categories-3 li:hover,
#custom-post-type-recent-posts-4 li:hover,
#custom-post-type-categories-4 li:hover{
    background: #f5f5f5;
    color: #333;
}

#recent-posts-3,
#calendar-2,
#archives-3,
#categories-3,
#custom-post-type-recent-posts-4,
#custom-post-type-categories-4{
margin-bottom: 30px;

    list-style: none;
}

#recent-posts-3  li:last-child a,
#calendar-2  li:last-child a,
#archives-3  li:last-child a,
#categories-3  li:last-child a,
#custom-post-type-recent-posts-4  li:last-child a,
#custom-post-type-categories-4 li:last-child a{
    border-bottom:none !important;
    margin-bottom: 30px;
}


/* Calendar */
#calendar_wrap {
  padding-top: 0.8rem;
  margin-top: 1px;

}


#wp-calendar {
  width: 100%;
}

table#wp-calendar {
  border-collapse: separate;
  border-spacing: 0.1rem;
}


#wp-calendar caption {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.0em;
  padding-bottom: 5px;
  text-align: center;
}

#wp-calendar thead {
  color: #fff;
}


#wp-calendar thead th {
  text-align: center;
}

#wp-calendar tbody {
  color: #fff;
}


#wp-calendar tbody td {
  border: 1px solid #ddd;
  padding: 0.2rem;
  text-align: center;
  color: #fff;
}

#wp-calendar tbody .pad {
  background: none;
  border: none;
}


#wp-calendar tfoot td {
  padding: 0.2rem 0;
}


#wp-calendar tfoot #next {
  text-align: right;
}


#wp-calendar tbody td a, 
#wp-calendar tfoot td a {
    color: #fff;
}


#wp-calendar tbody td a:hover, 
#wp-calendar tfoot td a:hover {
    text-decoration: none;
}


.single-content a{

    text-decoration: underline;

}


.pagenationmm span.current{
  border: 1px solid #fff;
  display: inline-block;
  margin:  2px !important;
  padding: 8px 8px !important;
 color: #333333;
}

.pagenationmm span.current{
  background: #333333;
  color: #fff;
}

.pagenationmm a{

    display: inline-block;
    border: 1px solid #333333;
  margin:  2px !important;
  padding: 8px 8px !important;
  color: #333333;

}

.pagenationmm a {
    width: auto !important;
    height: auto;
    text-decoration: none;

}
.pagenationmm a:hover {
    box-shadow:none!important;
}

.pagenationmm span.current a{
    background: #fff;
    color: #fff;
    padding: 8px 8px !important;
}

.pagenationmm a:hover{
    background: #333333;
    color: #fff;
}


.pagenationmm{
    padding-top: 30px;
    display: table;
    margin: 0 auto;
    padding-bottom: 50px;
}


.single-category p{
  color: #fff;
  display: table;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 5px;

}

.center{
  display: table;
  margin: 0 auto;

}

.movie-tit{
  font-size: 18px;
  margin-bottom: 10px;

}

.movie-list{
width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.movie-list li{
width: 33.33333%;
display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 5px;
}





@media screen and (max-width: 768px) {



.news-left{
    float: none;
    width: 100%;
    margin-bottom: 40px;
}

.news-right{
    float: none;
    width: 100%;
}


.movie-list li{
width: 100%;
display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 0px;
    margin-bottom: 15px;
}



  }