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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_pnav .box_pnav,
.con_link {
  max-width: 1100px;
  margin: auto;
}
.mouse .over:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1100px) {
  .con_pnav .box_pnav,
  .con_link {
    width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  #header h1 {
    right: 0;
    width: 30.16667%;
    max-width: 241px;
  }
}

/* -----------------------------------------------------------
	スクロール系
----------------------------------------------------------- */
.scrollActive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  -webkit-transition-delay: 200ms, 200ms;
  -moz-transition: opacity 1000ms ease 200ms, -moz-transform 1000ms ease 200ms;
  -o-transition: opacity 1000ms ease 200ms, -o-transform 1000ms ease 200ms;
  transition: opacity 1000ms ease 200ms, transform 1000ms ease 200ms;
}

.scrollActive.fade {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#contents .con_title .box_tit {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  margin: -197px 0 0 -267px;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_title .box_tit {
    margin: -100px 0 0 -215px;
  }
}

@media only screen and (max-width: 767px) {
  #contents .con_title .box_tit {
    margin: -13% 0 0 -30%;
  }
}

@media only screen and (min-width: 1101px) {
  #contents .con_title .box_tit {
    width: 525px;
    border: 4px solid rgba(255, 255, 255, 0.5);
  }
}

@media print {
  #contents .con_title .box_tit {
    width: 525px;
    border: 4px solid rgba(255, 255, 255, 0.5);
  }
}

.ie8 #contents .con_title .box_tit {
  width: 525px;
  border: 4px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_title .box_tit {
    width: 430px;
    border: 3px solid rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  #contents .con_title .box_tit {
    width: 60%;
    border: 3px solid rgba(255, 255, 255, 0.5);
  }
}

#contents .con_title .box_tit .wrp_tit {
  padding: 3px;
  margin: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: url(/scene/images/common/bg_tit.png) left top;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_title .box_tit .wrp_tit {
    margin: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #contents .con_title .box_tit .wrp_tit {
    margin: 4px;
  }
}

#contents .con_title .box_tit .wrp_tit > div {
  padding: 20px 1em 45px;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_title .box_tit .wrp_tit > div {
    padding: 15px 1em 25px;
  }
}

@media only screen and (max-width: 767px) {
  #contents .con_title .box_tit .wrp_tit > div {
    padding: 1em 0 1.5em;
  }
}

#contents .con_title .box_tit .wrp_tit > div h2 > * {
  display: block;
}

#contents .con_title .box_tit .wrp_tit > div h2 span {
  position: relative;
  z-index: 1;
  color: #aea152;
  font-size: 416%;
  font-family: "Dawning of a New Day", cursive;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_title .box_tit .wrp_tit > div h2 span {
    font-size: 308%;
  }
}

@media only screen and (max-width: 767px) {
  #contents .con_title .box_tit .wrp_tit > div h2 span {
    font-size: 193%;
  }
}

#contents .con_title .box_tit .wrp_tit > div h2 em {
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_title .box_tit .wrp_tit > div h2 em {
    width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  #contents .con_title .box_tit .wrp_tit > div h2 em {
    width: 86.62281%;
  }
}

#contents .con_title .box_tit .wrp_tit > div .txt {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_title .box_tit .wrp_tit > div .txt {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #contents .con_title .box_tit .wrp_tit > div .txt {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1101px) {
  #contents .con_title .box_tit .wrp_tit > div .txt {
    font-size: 124%;
    line-height: 1.86;
  }
}

@media print {
  #contents .con_title .box_tit .wrp_tit > div .txt {
    font-size: 124%;
    line-height: 1.86;
  }
}

.ie8 #contents .con_title .box_tit .wrp_tit > div .txt {
  font-size: 124%;
  line-height: 1.86;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #contents .con_title .box_tit .wrp_tit > div .txt {
    font-size: 108%;
    line-height: 1.73;
  }
}

@media only screen and (max-width: 767px) {
  #contents .con_title .box_tit .wrp_tit > div .txt {
    font-size: 85%;
  }
}

/* -----------------------------------------------------------
	.con_pnav
----------------------------------------------------------- */
.con_pnav {
  position: relative;
  padding: 110px 0 130px;
  background: url(/scene/images/common/bg_pnav.jpg) no-repeat center center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav {
    padding: 90px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav {
    padding: 4.5em 0 4em;
  }
}

.con_pnav .topicpath {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 1101px) {
  .con_pnav .topicpath {
    width: 100%;
  }
}

@media print {
  .con_pnav .topicpath {
    width: 100%;
  }
}

.ie8 .con_pnav .topicpath {
  width: 100%;
}

.con_pnav h3 {
  position: relative;
  z-index: 1;
  margin-bottom: -8px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .con_pnav h3 {
    margin-bottom: -0.3em;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav h3 img {
    width: 78.94737%;
  }
}

.con_pnav .box_pnav {
  position: relative;
  padding: 25px 1em 35px;
  background: #fff;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav {
    padding: 0.8em 0.5em;
  }
}

@media only screen and (min-width: 768px) {
  .con_pnav .box_pnav {
    max-width: 890px;
    letter-spacing: -0.4em;
  }
  .con_pnav .box_pnav:before {
    content: "";
    position: absolute;
    top: 145px;
    left: -22.72727%;
    width: 108px;
    height: 167px;
    background: url(../images/common/dec1.png) no-repeat left top;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav:before {
    left: -18.18182%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_pnav .box_pnav:before {
    left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .con_pnav .box_pnav:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -22.72727%;
    width: 106px;
    height: 205px;
    background: url(/scene/images/common/dec_pnav.png) no-repeat left top;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav:after {
    right: -18.18182%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_pnav .box_pnav:after {
    right: 0;
  }
}

@media print {
  .con_pnav .box_pnav {
    max-width: 890px;
    letter-spacing: -0.4em;
  }
  .con_pnav .box_pnav:before {
    content: "";
    position: absolute;
    top: 145px;
    left: -22.72727%;
    width: 108px;
    height: 167px;
    background: url(../images/common/dec1.png) no-repeat left top;
  }
  .con_pnav .box_pnav:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -22.72727%;
    width: 106px;
    height: 205px;
    background: url(/scene/images/common/dec_pnav.png) no-repeat left top;
  }
}

.ie8 .con_pnav .box_pnav {
  max-width: 890px;
  letter-spacing: -0.4em;
}

.ie8 .con_pnav .box_pnav:before {
  content: "";
  position: absolute;
  top: 145px;
  left: -22.72727%;
  width: 108px;
  height: 167px;
  background: url(../images/common/dec1.png) no-repeat left top;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_pnav .box_pnav:before {
    left: -18.18182%;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .con_pnav .box_pnav:before {
    left: 0;
  }
}

.ie8 .con_pnav .box_pnav:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -22.72727%;
  width: 106px;
  height: 205px;
  background: url(/scene/images/common/dec_pnav.png) no-repeat left top;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_pnav .box_pnav:after {
    right: -18.18182%;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .con_pnav .box_pnav:after {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav {
    max-width: 760px;
  }
}

@media only screen and (min-width: 768px) {
  .con_pnav .box_pnav .wrp_pnav {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
  }
}

@media print {
  .con_pnav .box_pnav .wrp_pnav {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
  }
}

.ie8 .con_pnav .box_pnav .wrp_pnav {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
}

.con_pnav .box_pnav .wrp_pnav .st {
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.14em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav .wrp_pnav .st {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav .st {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1101px) {
  .con_pnav .box_pnav .wrp_pnav .st {
    font-size: 139%;
  }
}

@media print {
  .con_pnav .box_pnav .wrp_pnav .st {
    font-size: 139%;
  }
}

.ie8 .con_pnav .box_pnav .wrp_pnav .st {
  font-size: 139%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav .wrp_pnav .st {
    font-size: 131%;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav .st {
    font-size: 116%;
  }
}

.con_pnav .box_pnav .wrp_pnav ul {
  letter-spacing: -0.4em;
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav ul {
    text-align: left;
  }
}

.con_pnav .box_pnav .wrp_pnav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav ul li {
    width: 49%;
  }
  .con_pnav .box_pnav .wrp_pnav ul li:nth-child(even) {
    margin-left: 2%;
  }
}

.con_pnav .box_pnav .wrp_pnav ul li a {
  position: relative;
  display: block;
  padding: 5px 25px;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav .wrp_pnav ul li a {
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav ul li a {
    padding: 0.8em 0.5em;
  }
}

@media only screen and (min-width: 768px) {
  .con_pnav .box_pnav .wrp_pnav ul li a {
    height: 245px;
    border-right: 1px solid #9aa7c1;
  }
}

@media print {
  .con_pnav .box_pnav .wrp_pnav ul li a {
    height: 245px;
    border-right: 1px solid #9aa7c1;
  }
}

.ie8 .con_pnav .box_pnav .wrp_pnav ul li a {
  height: 245px;
  border-right: 1px solid #9aa7c1;
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav ul li a {
    border-bottom: 1px solid #9aa7c1;
  }
}

.con_pnav .box_pnav .wrp_pnav ul li a:before,
.con_pnav .box_pnav .wrp_pnav ul li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}

.con_pnav .box_pnav .wrp_pnav ul li a:after {
  content: "";
  margin-left: 0.5em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: 0;
  color: #bbb;
  line-height: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav ul li a:after {
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav ul li a:after {
    right: 0.5em;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav ul li a:after {
    bottom: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav .wrp_pnav ul li a:after {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav ul li a:after {
    margin: 0 0 -0.5em 0;
  }
}

@media only screen and (min-width: 1101px) {
  .con_pnav .box_pnav .wrp_pnav ul li a:after {
    font-size: 124%;
  }
}

@media print {
  .con_pnav .box_pnav .wrp_pnav ul li a:after {
    font-size: 124%;
  }
}

.ie8 .con_pnav .box_pnav .wrp_pnav ul li a:after {
  font-size: 124%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav .wrp_pnav ul li a:after {
    font-size: 116%;
  }
}

.con_pnav .box_pnav .wrp_pnav ul li a .time {
  line-height: 1;
  font-size: 124%;
  font-weight: bold;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 0.14em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav .wrp_pnav ul li a .time {
    font-size: 116%;
  }
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav ul li a .time {
    font-size: 100%;
    margin-bottom: 0.2em;
  }
}

@media only screen and (min-width: 768px) {
  .con_pnav .box_pnav .wrp_pnav ul li a .time:after {
    content: "";
    margin: 8px auto 10px;
    background: #bbbbbb;
    display: block;
    width: 1px;
    height: 24px;
  }
}

@media print {
  .con_pnav .box_pnav .wrp_pnav ul li a .time:after {
    content: "";
    margin: 8px auto 10px;
    background: #bbbbbb;
    display: block;
    width: 1px;
    height: 24px;
  }
}

.ie8 .con_pnav .box_pnav .wrp_pnav ul li a .time:after {
  content: "";
  margin: 8px auto 10px;
  background: #bbbbbb;
  display: block;
  width: 1px;
  height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav .wrp_pnav ul li a .time:after {
    height: 19px;
  }
}

.con_pnav .box_pnav .wrp_pnav ul li a .txt span {
  color: #005b98;
  letter-spacing: 0.06em;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .con_pnav .box_pnav .wrp_pnav ul li a .txt span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 139%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media print {
  .con_pnav .box_pnav .wrp_pnav ul li a .txt span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 139%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.ie8 .con_pnav .box_pnav .wrp_pnav ul li a .txt span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 139%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pnav .box_pnav .wrp_pnav ul li a .txt span {
    font-size: 124%;
  }
}

.con_pnav .box_pnav .wrp_pnav ul li a:hover {
  background: #f9fbff;
}

.con_pnav .box_pnav .wrp_pnav ul li a:hover:after {
  -webkit-transform: translateY(0.3em);
  -moz-transform: translateY(0.3em);
  -ms-transform: translateY(0.3em);
  -o-transform: translateY(0.3em);
  transform: translateY(0.3em);
}

@media only screen and (min-width: 768px) {
  .con_pnav .box_pnav .wrp_pnav.day1 ul li:first-child a {
    border-left: 1px solid #9aa7c1;
  }
}

@media print {
  .con_pnav .box_pnav .wrp_pnav.day1 ul li:first-child a {
    border-left: 1px solid #9aa7c1;
  }
}

.ie8 .con_pnav .box_pnav .wrp_pnav.day1 ul li:first-child a {
  border-left: 1px solid #9aa7c1;
}

@media only screen and (max-width: 767px) {
  .con_pnav .box_pnav .wrp_pnav.day2 {
    margin-top: 0.8em;
  }
}

/* -----------------------------------------------------------
	.con_day
----------------------------------------------------------- */
.con_day h4 {
  position: relative;
  padding: 60px 0 35px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .con_day h4 {
    padding: 2.5em 0 1em;
  }
}

.con_day h4 span {
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  color: #005b98;
  font-size: 770%;
  font-family: "Dawning of a New Day", cursive;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .con_day h4 span {
    top: -0.7em;
  }
}

@media only screen and (max-width: 767px) {
  .con_day h4 span {
    font-size: 424%;
  }
}

.con_day h4 span i {
  margin-left: 0.2em;
}

.con_day h4 em {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 154%;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 767px) {
  .con_day h4 em {
    font-size: 139%;
  }
}

.con_day h4 em:before,
.con_day h4 em:after {
  content: "";
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 80px;
  height: 1px;
  margin-top: -5px;
  background: #c3cace;
}

@media only screen and (max-width: 767px) {
  .con_day h4 em:before,
  .con_day h4 em:after {
    width: 3em;
  }
}

.con_day h4 em:before {
  margin-right: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_day h4 em:before {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_day h4 em:before {
    margin-right: 1em;
  }
}

.con_day h4 em:after {
  margin-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_day h4 em:after {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_day h4 em:after {
    margin-left: 1em;
  }
}

.con_day h4 + [class^="box_day"]:before {
  content: none;
}

.con_day [class^="box_day"] {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"]:before {
    content: "";
    position: absolute;
    top: 0.8em;
    left: 50%;
    margin-left: -1px;
    height: 2.4em;
    border-left: 2px dotted #3a6a88;
  }
}

.con_day [class^="box_day"] .inner .st {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_day [class^="box_day"] .inner .st {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .st {
    margin-bottom: 0.8em;
  }
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .st {
    text-align: center;
  }
}

.con_day [class^="box_day"] .inner .st p {
  letter-spacing: -0.4em;
}

.con_day [class^="box_day"] .inner .st p > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
  letter-spacing: normal;
  color: #4f9d82;
  line-height: 1;
}

.con_day [class^="box_day"] .inner .st p span {
  font-size: 231%;
  font-family: "Dawning of a New Day", cursive;
  font-weight: bold;
  margin-right: 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_day [class^="box_day"] .inner .st p span {
    font-size: 200%;
  }
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .st p span {
    font-size: 170%;
  }
}

.con_day [class^="box_day"] .inner .st p span i {
  margin-left: 0.3em;
}

.con_day [class^="box_day"] .inner .st p em {
  font-size: 277%;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 0.04em;
  font-style: italic;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_day [class^="box_day"] .inner .st p em {
    font-size: 247%;
  }
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .st p em {
    font-size: 200%;
  }
}

.con_day [class^="box_day"] .inner .st h5 {
  margin-top: 10px;
  color: #005b98;
  font-size: 200%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .st h5 {
    margin-top: 0.3em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_day [class^="box_day"] .inner .st h5 {
    font-size: 185%;
    width: 326px;
  }
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .st h5 {
    font-size: 147%;
  }
}

.con_day [class^="box_day"] .inner .st h5 span {
  position: relative;
  z-index: 1;
}

.con_day [class^="box_day"] .inner .st h5 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  bottom: 0.1em;
  z-index: -1;
  width: 100%;
  height: 9px;
  background: #fffeaf;
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .st h5 span:after {
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .st h5 span:after {
    height: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .con_day [class^="box_day"] .inner .wrp_txt .txt {
    font-size: 124%;
    line-height: 1.62;
    letter-spacing: 0.04em;
  }
}

@media print {
  .con_day [class^="box_day"] .inner .wrp_txt .txt {
    font-size: 124%;
    line-height: 1.62;
    letter-spacing: 0.04em;
  }
}

.ie8 .con_day [class^="box_day"] .inner .wrp_txt .txt {
  font-size: 124%;
  line-height: 1.62;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_day [class^="box_day"] .inner .wrp_txt .txt {
    font-size: 108%;
  }
}

.con_day [class^="box_day"] .inner .wrp_txt .btn {
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn {
    width: 100%;
  }
}

.con_day [class^="box_day"] .inner .wrp_txt .btn a,
.con_day [class^="box_day"] .inner .wrp_txt .btn > span {
  position: relative;
  display: block;
  padding: 20px 1em;
  border: 1px solid #005b98;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 124%;
  color: #005b98;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  -webkit-transition: color 500ms ease, background 500ms ease;
  -moz-transition: color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  transition: color 500ms ease, background 500ms ease;
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn a,
  .con_day [class^="box_day"] .inner .wrp_txt .btn > span {
    padding: 0.8em 0.5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn a,
  .con_day [class^="box_day"] .inner .wrp_txt .btn > span {
    font-size: 116%;
    letter-spacing: 0.03em;
  }
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn a,
  .con_day [class^="box_day"] .inner .wrp_txt .btn > span {
    font-size: 108%;
  }
}

.con_day [class^="box_day"] .inner .wrp_txt .btn a i,
.con_day [class^="box_day"] .inner .wrp_txt .btn > span i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 10px;
  height: 1px;
  margin-left: 15px;
  background: #005b98;
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: background 500ms ease, -moz-transform 500ms ease;
  -o-transition: background 500ms ease, -o-transform 500ms ease;
  transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn a i,
  .con_day [class^="box_day"] .inner .wrp_txt .btn > span i {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn a i,
  .con_day [class^="box_day"] .inner .wrp_txt .btn > span i {
    margin-left: 0.8em;
  }
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn a i,
  .con_day [class^="box_day"] .inner .wrp_txt .btn > span i {
    width: 0.8em;
  }
}

.con_day [class^="box_day"] .inner .wrp_txt .btn a i:before,
.con_day [class^="box_day"] .inner .wrp_txt .btn > span i:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #005b98;
  border-right: 1px solid #005b98;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn a i:before,
  .con_day [class^="box_day"] .inner .wrp_txt .btn > span i:before {
    margin-top: -0.2em;
  }
}

@media only screen and (max-width: 767px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn a i:before,
  .con_day [class^="box_day"] .inner .wrp_txt .btn > span i:before {
    width: 0.4em;
    height: 0.4em;
  }
}

.con_day [class^="box_day"] .inner .wrp_txt .btn a:hover,
.con_day [class^="box_day"] .inner .wrp_txt .btn > span:hover {
  background: transparent;
  background: rgba(0, 91, 152, 0.1);
}

.con_day [class^="box_day"] .inner .wrp_txt .btn a:hover i,
.con_day [class^="box_day"] .inner .wrp_txt .btn > span:hover i {
  -webkit-transform: translateX(0.3em);
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -o-transform: translateX(0.3em);
  transform: translateX(0.3em);
}

@media only screen and (min-width: 768px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn {
    width: 240px;
  }
}

@media print {
  .con_day [class^="box_day"] .inner .wrp_txt .btn {
    width: 240px;
  }
}

.ie8 .con_day [class^="box_day"] .inner .wrp_txt .btn {
  width: 240px;
}

@media only screen and (min-width: 768px) {
  .con_day [class^="box_day"] .inner .wrp_txt .btn a {
    padding: 10px 0.5em;
  }
}

@media print {
  .con_day [class^="box_day"] .inner .wrp_txt .btn a {
    padding: 10px 0.5em;
  }
}

.ie8 .con_day [class^="box_day"] .inner .wrp_txt .btn a {
  padding: 10px 0.5em;
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link {
  padding-top: 40px;
  margin-top: 80px;
  background: url(/scene/images/common/shadow.png) no-repeat center top;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_link {
    padding-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .con_link {
    padding-top: 2em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_link {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 767px) {
  .con_link {
    margin-top: 2.5em;
  }
}

@media only screen and (max-width: 1100px) {
  .con_link {
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
  }
}

.con_link h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 185%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_link h3 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_link h3 {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_link h3 {
    font-size: 170%;
  }
}

@media only screen and (max-width: 767px) {
  .con_link h3 {
    font-size: 124%;
  }
}

.con_link h3 span {
  color: #005b98;
}

.con_link h3 em {
  line-height: 1;
  color: #4f9d82;
  font-size: 125%;
}

.con_link h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 19px;
  margin: 10px auto 0;
  background: url(../images/common/ic_st1.png) no-repeat left top;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

@media only screen and (max-width: 767px) {
  .con_link h3:after {
    margin: 0.5em auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_link h3:after {
    width: 1.5em;
    height: 0.95em;
  }
}

.con_link ul {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .con_link ul {
    letter-spacing: -0.4em;
  }
}

@media print {
  .con_link ul {
    letter-spacing: -0.4em;
  }
}

.ie8 .con_link ul {
  letter-spacing: -0.4em;
}

.con_link ul li {
  margin: 0 0 0 2.72727%;
}

@media only screen and (max-width: 767px) {
  .con_link ul li {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .con_link ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
    width: 22.90909%;
  }
}

@media print {
  .con_link ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
    vertical-align: top;
    width: 22.90909%;
  }
}

.ie8 .con_link ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
  width: 22.90909%;
}

@media only screen and (max-width: 767px) {
  .con_link ul li {
    border-bottom: 1px solid #e5eff4;
  }
}

.con_link ul li:first-child {
  margin: 0;
}

.con_link ul li a {
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .con_link ul li a {
    padding: 0.5em 0;
    letter-spacing: -0.4em;
  }
}

@media only screen and (max-width: 767px) {
  .con_link ul li a > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    letter-spacing: normal;
  }
}

.con_link ul li a .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .con_link ul li a .img {
    width: 35.52632%;
    max-width: 220px;
  }
}

.con_link ul li a .img img {
  -webkit-transition: -webkit-transform 1000ms ease-out;
  -moz-transition: -moz-transform 1000ms ease-out;
  -o-transition: -o-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
}

.con_link ul li a .txt {
  margin: 13px 0 0;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_link ul li a .txt {
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .con_link ul li a .txt {
    margin: 0;
  }
}

@media only screen and (min-width: 1101px) {
  .con_link ul li a .txt {
    font-size: 139%;
    letter-spacing: 0.06em;
  }
}

@media print {
  .con_link ul li a .txt {
    font-size: 139%;
    letter-spacing: 0.06em;
  }
}

.ie8 .con_link ul li a .txt {
  font-size: 139%;
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_link ul li a .txt {
    font-size: 124%;
  }
}

@media only screen and (max-width: 767px) {
  .con_link ul li a .txt {
    font-size: 108%;
    width: 64.47368%;
  }
}

.con_link ul li a .txt span {
  font-size: 84%;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .con_link ul li a .txt span {
    margin-right: 0.5em;
  }
}

.con_link ul li a .txt i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 10px;
  height: 1px;
  margin-left: 10px;
  background: #005b98;
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: background 500ms ease, -moz-transform 500ms ease;
  -o-transition: background 500ms ease, -o-transform 500ms ease;
  transition: background 500ms ease, transform 500ms ease;
}

@media only screen and (max-width: 767px) {
  .con_link ul li a .txt i {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .con_link ul li a .txt i {
    width: 0.8em;
  }
}

.con_link ul li a .txt i:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #005b98;
  border-right: 1px solid #005b98;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .con_link ul li a .txt i:before {
    margin-top: -0.2em;
  }
}

@media only screen and (max-width: 767px) {
  .con_link ul li a .txt i:before {
    width: 0.4em;
    height: 0.4em;
  }
}

.con_link ul li a:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.con_link ul li a:hover .txt i {
  -webkit-transform: translateX(0.3em);
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -o-transform: translateX(0.3em);
  transform: translateX(0.3em);
}

/*# sourceMappingURL=../maps/scene_common.css.map */
