@charset "utf-8";

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

a {
	transition: all .5s 1s;
}

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;
}

.title{
    text-align: center;
    margin: 20px 0;
}

.title img{
    width: 100%;
}

.desk_wrap{
    width: 100%;
    height: auto;
}

.left{
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.right{
    width: 50%;
    float: right;
}
.center{
    margin: 20px 0;
}

.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.l {
    float: left;
    width: 100%;
    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.full {
    position: relative;
    float: right;
    width: 80%;
    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('https://www.jamble.co.jp/user_data/packages/default/img/category_calendar/bg_ico01.png') no-repeat 50% 95%;
}

.calendar_con .box ul li:nth-of-type(2) {
  background: #fff url('https://www.jamble.co.jp/user_data/packages/default/img/category_calendar/bg_ico02.png') no-repeat 50% 95%;
}

.calendar_con .box ul li:nth-of-type(3) {
  background: #fff url('https://www.jamble.co.jp/user_data/packages/default/img/category_calendar/bg_ico03.png') no-repeat 50% 95%;
}

.calendar_con .box ul li:nth-of-type(4) {
  background: #fff url('https://www.jamble.co.jp/user_data/packages/default/img/category_calendar/bg_ico04.png') no-repeat 50% 95%;
}

.calendar_con .box ul li:nth-of-type(5) {
  background: #fff url('https://www.jamble.co.jp/user_data/packages/default/img/category_calendar/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;
}

.slider{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.slider__content{
    min-width: 100%;
    animation: sliderAnime 8s ease-in-out infinite;
}
  
@keyframes sliderAnime{
    0%{

    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(-200%);
    }
    83.2%{
        transform: translateX(-200%);
    }
    100%{
        transform: translateX(0);
    }
} 

.slider__img{
    max-width: 100%;
    min-width: 100%;
}

.cp_cssslider {
	width: 720px;
	height: 270px;
	overflow: hidden;
	margin: 0;
}
.cp_slide_item {
	width: 720px;
	height: 270px;
	float: left;
	position: relative;
}
.cp_slidewrapper {
	width: 500%;/* slideの枚数×100% */
	position: relative;
	left: 0;
	animation: slider 15s infinite ease;/* スピード */
}
@-webkit-keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	20% {
	-webkit-transform: translateX(-720px);
	transform: translateX(-720px);
	}
	40% {
	-webkit-transform: translateX(-1440px);
	transform: translateX(-1440px);
	}
	60% {
	-webkit-transform: translateX(-2160px);
	transform: translateX(-2160px);
	}
	80% {
	-webkit-transform: translateX(-2880px);
	transform: translateX(-2880px);
	}
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}
@keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	20% {
	-webkit-transform: translateX(-720px);
	transform: translateX(-720px);
	}
	40% {
	-webkit-transform: translateX(-1440px);
	transform: translateX(-1440px);
	}
	60% {
	-webkit-transform: translateX(-2160px);
	transform: translateX(-2160px);
	}
	80% {
	-webkit-transform: translateX(-2880px);
	transform: translateX(-2880px);
	}
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}