@charset "utf-8";

::selection {
	background-color: #333;
	color: #fff;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.tb,
.sp {
	display: none;
}

.calendar_con {
  width: 760px;
  margin: 0 auto;
}

.thumb-item img{
  width: 100%;
}  

.thumb-item-nav {
  margin: 10px -2px 0 -3px;
}

.thumb-item-nav img{
  width: 96%;
  margin: 0 auto;
}

.calendar_con .inner {
  padding: 20px;
}

.calendar_con h2 {
  text-align: center;
  font-size: 36px;
  color: #f00;
}

.calendar_con p.explain {
  font-size: 18px;
  text-align: center;
  margin: 15px 0 20px;
}

.calendar_con p.slider_txt {
  font-size: 18px;
  color: #f00;
  line-height: 1.2em;
  margin: 10px 0 40px;
}

.calendar_con p.slider_txt span {
  display: block;
  font-size: 14px;
  margin: 5px 0 0;
}

.calendar_con ul.type_list {
  overflow: hidden;
}

.calendar_con ul.type_list li {
  float: left;
  width: 49%;
  margin: 0 0 2%;
  box-sizing: border-box;
  border: 1px solid #b6bec0;
  border-bottom: 3px solid #b6bec0;
  height: 125px;
  border-radius: 10px;
}

.calendar_con ul.type_list li:nth-child(2n) {
  float: right;
}

.calendar_con ul.type_list li a {
  overflow: hidden;
  display: block;
  padding: 10px;
}

.calendar_con ul.type_list li a figure {
  float: left;
  width: 100px;
}

.calendar_con ul.type_list li a dl {
  position: relative;
  float: right;
  width: 223px;
  height: 100px;
}

.calendar_con ul.type_list li a dl dt {
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
  letter-spacing: -0.06em;
  border-bottom: 1px solid #13b5b1;
  margin: 0 0 5px;
}

.calendar_con ul.type_list li a dl dd {
  line-height: 1.4em;
  font-size: 14px;
  letter-spacing: -0.04em;
}

.calendar_con ul.type_list li a dl dd.btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #13b5b1;
  color: #fff;
  padding: 2px 0;
  text-align: center;
  border-bottom: 2px solid #1e8b8f;
  border-radius: 5px;
  font-size: 10px;
}

.calendar_con .box {
  background: url('../img/line.png') repeat 0 0;
}

.calendar_con .box h3 {
  text-align: center;
  margin: 0 0 20px;
}

.calendar_con .box ul {
  overflow: hidden;
}

.calendar_con .box ul li {
  float: left;
  width: 32%;
  margin: 0 2% 2% 0;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ffd74b;
  padding: 10px;
  height: 300px;
  border-radius: 5px;
}

.calendar_con .box ul li:nth-child(3n) {
  margin-right: 0;
}

.calendar_con .box ul li dl dt {
  text-align: center;
  margin: 0 0 10px;
}

.calendar_con .box ul li dl dd {
  font-size: 14px;
  line-height: 1.4em;
}

.calendar_con .box ul li dl dd span {
  font-size: 12px;
}

.calendar_con .box ul li:nth-of-type(1) {
  background: #fff url('../img/bg_ico01.png') no-repeat 50% 95%;
}

.calendar_con .box ul li:nth-of-type(2) {
  background: #fff url('../img/bg_ico02.png') no-repeat 50% 95%;
}

.calendar_con .box ul li:nth-of-type(3) {
  background: #fff url('../img/bg_ico03.png') no-repeat 50% 95%;
}

.calendar_con .box ul li:nth-of-type(4) {
  background: #fff url('../img/bg_ico04.png') no-repeat 50% 95%;
}

.calendar_con .box ul li:nth-of-type(5) {
  background: #fff url('../img/bg_ico05.png') no-repeat 50% 95%;
}

.calendar_con .box ul li p {
  text-align: center;
  padding: 70px 0 0;
}

.calendar_con .contact {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ffd74b;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.calendar_con .contact p {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.calendar_con .contact .row {
  display: table;
  width: 100%;
}

.calendar_con .contact .row .col {
  display: table-cell;
  vertical-align: middle;
}

.calendar_con .contact .row .col span {
  font-size: 14px;
  line-height: 1.4em;
}

.calendar_con .contact .row .col strong {
  font-size: 36px;
  letter-spacing: -0.02em;
}