@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : activity
 author     : Ability Consultant
 style info : アクティビティ
=================================================================== */
.con_calender .box_txt, .con_calender .box_calendar {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_calender .box_txt, .con_calender .box_calendar {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	.con_int
----------------------------------------------------------- */
.con_int {
  margin: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin: 10% 0;
  }
}
.con_int .title {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  letter-spacing: .1em;
  text-align: center;
  font-size: 215%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_int .title {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    margin-bottom: 3%;
  }
}
.con_int .txt {
  text-align: center;
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_int .title {
    text-align: left;
    padding: 0 3%;
  }
  .con_int .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	.con_cate
----------------------------------------------------------- */
.con_cate .box_cate {
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cate .box_cate {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate {
    padding-bottom: 15%;
  }
}
.con_cate .box_cate h3 {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  padding: 95px 0 70px 0;
}
.con_cate .box_cate h3:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_cate .box_cate h3 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cate .box_cate h3 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate h3 .en {
    font-size: 215%;
  }
}
.con_cate .box_cate h3 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate h3 {
    padding: 15% 0 10% 0;
  }
}
.con_cate .box_cate .cate {
  width: 88.54167%;
  margin: auto;
  overflow: hidden;
}
.con_cate .box_cate .cate li {
  float: left;
  position: relative;
  width: 22.58824%;
  margin-left: 3.17647%;
  margin-bottom: 30px;
}
.con_cate .box_cate .cate li a {
  display: block;
  text-decoration: none;
}
.con_cate .box_cate .cate li a .osu {
  position: absolute;
  top: 0;
  left: 0;
}
.con_cate .box_cate .cate li a .txt {
  position: relative;
  background-color: #fff;
  text-align: center;
  font-size: 136%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  padding: 25px 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cate .box_cate .cate li a .txt {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .cate li a .txt {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .cate li a .txt {
    padding: 5%;
  }
}
.con_cate .box_cate .cate li a .txt strong {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .cate li a .txt strong {
    margin-bottom: 5%;
  }
}
.con_cate .box_cate .cate li a .txt span {
  display: block;
  line-height: 1em;
}
.con_cate .box_cate .cate li a .txt em {
  font-size: 74%;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .cate li a .txt {
    text-align: left;
  }
  .con_cate .box_cate .cate li a .txt strong {
    font-size: 86%;
  }
  .con_cate .box_cate .cate li a .txt span {
    font-size: 115%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cate .box_cate .cate li {
    width: 30.33333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .cate li {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cate .box_cate .cate li {
    margin-left: 4.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .cate li {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .cate li {
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .con_cate .box_cate .cate li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media print {
  .con_cate .box_cate .cate li:nth-child(4n+1) {
    margin-left: 0;
  }
}
.ie8 .con_cate .box_cate .cate li:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_cate .box_cate .cate li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cate .box_cate .cate li:nth-child(odd) {
    margin-left: 0;
  }
}
.con_cate .box_b {
  background: url(../activity/images/bg_b.jpg) repeat;
}
.con_cate .box_b:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: url(../activity/images/bg_pt.jpg) repeat-x top;
}
.con_cate .box_g {
  background: url(../activity/images/bg_g.jpg) repeat;
}
.con_cate .box_y {
  background: url(../activity/images/bg_y.jpg) repeat;
}

/* -----------------------------------------------------------
	con_calender
----------------------------------------------------------- */
.con_calender {
  margin-top: 100px;
  padding: 100px 0;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .con_calender {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_calender {
    padding: 100px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_calender {
    padding: 10% 0 5%;
  }
}
.con_calender h3 {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
}
.con_calender h3:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_calender h3 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_calender h3 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_calender h3 .en {
    font-size: 215%;
  }
}
.con_calender h3 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
.con_calender .box_txt {
  margin-top: 30px;
  text-align: center;
  line-height: 1.7em;
}
@media only screen and (max-width: 767px) {
  .con_calender .box_txt {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_calender .box_calendar {
    margin-top: 2%;
  }
}
.con_calender .box_calendar .box_st {
  text-align: center;
}
.con_calender .box_calendar .box_st h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 165%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-weight: 300;
  margin: 0 .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_calender .box_calendar .box_st h4 {
    font-size: 165%;
  }
}
@media only screen and (max-width: 767px) {
  .con_calender .box_calendar .box_st h4 {
    font-size: 129%;
  }
}
.con_calender .box_calendar .box_st h4 em {
  font-size: 205%;
}
.con_calender .box_calendar .box_st p {
  position: relative;
  width: 3em;
  height: 3em;
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  display: block;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 2.5em;
  height: 2.5em;
}
.con_calender .box_calendar .box_st p:after {
  content: "";
  width: 1.2em;
  height: .35em;
  border-style: solid;
  border-color: #323232;
  border-width: 0 1px 1px 0;
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -.3em;
  margin-left: -.8em;
}
.con_calender .box_calendar .box_st p:after {
  width: 1em;
  height: .25em;
  margin-top: -.22em;
  margin-left: -.7em;
}
.con_calender .box_calendar .box_st p.btn_pre:after {
  border-width: 0 0 1px 1px;
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  margin-left: -.35em;
}
.con_calender .box_calendar table {
  margin-top: 30px;
  width: 100%;
  border-color: #DFE0DE;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media only screen and (max-width: 767px) {
  .con_calender .box_calendar table {
    margin-top: 5%;
  }
}
.con_calender .box_calendar table tr th {
  vertical-align: top;
  width: 14.28571%;
  text-align: center;
  font-weight: 300;
  color: #fff;
  background: #898c83;
  font-family: "Times New Roman", serif;
  font-size: 143%;
  padding: .1em 0;
  border-left: 1px solid #676d63;
}
.con_calender .box_calendar table tr th:first-child {
  border-left: none;
}
.con_calender .box_calendar table tr th:first-child + * + * + * + * + * {
  background: #2a457b;
}
.con_calender .box_calendar table tr th:first-child + * + * + * + * + * + * {
  background: #863027;
  border-right: 1px #863027 solid;
}
.con_calender .box_calendar table tr td {
  vertical-align: top;
  background: #fff;
  border-right: 1px #c9c9c9 solid;
}
.con_calender .box_calendar table tr td:first-child {
  border-left: 1px #c9c9c9 solid;
}
.con_calender .box_calendar table tr td .day {
  display: block;
  background: #ebedea;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 143%;
  padding: 0 .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_calender .box_calendar table tr td .day {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_calender .box_calendar table tr td .day {
    font-size: 115%;
  }
}
.con_calender .box_calendar table tr td:first-child + * + * + * + * + * .day {
  background: #ced6e7;
  color: #1f335b;
}
.con_calender .box_calendar table tr td:first-child + * + * + * + * + * + * .day {
  background: #e7cfce;
  color: #6b2018;
}
.con_calender .box_calendar table tr td ul {
  font-size: 86%;
  width: 95%;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_calender .box_calendar table tr td ul {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_calender .box_calendar table tr td ul {
    font-size: 100%;
  }
}
.con_calender .box_calendar table tr td ul li {
  padding: 1em .5em;
  position: relative;
  line-height: 1.6;
  border-top: 1px dotted #6f6f6f;
}
.con_calender .box_calendar table tr td ul li:first-child {
  border-top: none;
}
.con_calender .box_calendar table tr td ul li span {
  display: block;
  cursor: pointer;
}
.con_calender .box_calendar table tr td ul li.itiosi {
  padding-top: 2em;
}
.con_calender .box_calendar table tr td ul li.itiosi:after {
  content: "イチオシ";
  position: absolute;
  top: 0;
  left: .5em;
  background: #000;
  color: #fff;
  padding: 0 .5em;
}
.con_calender .box_calendar table tr td.emp {
  background: #e3e3e3;
}
@media only screen and (max-width: 767px) {
  .con_calender .box_calendar table tr td {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px #c9c9c9 solid;
    border-top: 1px #c9c9c9 solid;
  }
  .con_calender .box_calendar table tr td .day {
    padding: .5em 0;
    text-align: center;
  }
  .con_calender .box_calendar table tr td .day:after {
    margin-left: .5em;
  }
  .con_calender .box_calendar table tr td:first-child .day:after {
    content: "(月)";
  }
  .con_calender .box_calendar table tr td:first-child + * .day:after {
    content: "(火)";
  }
  .con_calender .box_calendar table tr td:first-child + * + * .day:after {
    content: "(水)";
  }
  .con_calender .box_calendar table tr td:first-child + * + * + * .day:after {
    content: "(木)";
  }
  .con_calender .box_calendar table tr td:first-child + * + * + * + * .day:after {
    content: "(金)";
  }
  .con_calender .box_calendar table tr td:first-child + * + * + * + * + * .day:after {
    content: "(土)";
  }
  .con_calender .box_calendar table tr td:first-child + * + * + * + * + * + * .day:after {
    content: "(日)";
  }
  .con_calender .box_calendar table tr td ul {
    padding: 1em 0;
  }
  .con_calender .box_calendar table tr td ul li:before {
    top: 2em;
  }
  .con_calender .box_calendar table tr td.emp {
    display: none;
  }
}
.con_calender .box_calendar .memo {
  font-size: 86%;
  line-height: 1.8;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_calender .box_calendar .memo {
    margin-top: 3%;
  }
}
.con_calender .box_calendar .con_coupon {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .con_calender .box_calendar .con_coupon {
    margin-top: 7%;
  }
}

/* -----------------------------------------------------------
	.con_kod
----------------------------------------------------------- */
.con_kod h3 {
  font-weight: 400;
  color: #323232;
  text-align: center;
  line-height: 1.5;
  padding: 95px 0 70px 0;
}
.con_kod h3:before {
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  display: block;
  margin: auto;
  font-weight: 100;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: .3em;
}
.con_kod h3 .en {
  display: block;
  font-family: 'min-en_Regular',serif;
  font-size: 272%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_kod h3 .en {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .con_kod h3 .en {
    font-size: 215%;
  }
}
.con_kod h3 .jp {
  display: block;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  font-size: 93%;
}
@media only screen and (max-width: 767px) {
  .con_kod h3 {
    padding: 15% 0 10% 0;
  }
}
.con_kod .box_img a {
  width: 88.54167%;
  text-align: center;
  margin: auto;
  display: table;
}
.con_kod .box_img a li {
  display: table-cell;
}
.con_kod .box_img a li img {
  border: none;
}
