@charset "utf-8"; 

.spa1 img, .sp img{ max-width:100%; height:auto; }
.pc{ display:none; }
.sp{ display:block; }

h2.title-default{
	display: none;
}

#main .inner {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

footer{background: #fff;}

.content-page_contents{
	padding: 0;
}

#main .inner a:hover{
    opacity: 0.5;
}

#main .inner a img:hover{
    opacity: 0.5;
}

#main .inner  a{
    transition: 0.5s ;
}

#main .inner  a img{
    transition: 0.5s ;
}

.inner_l{
  width: 96%;
	margin:0 auto;
	text-align: left;
	padding: 0;
}

.inner_l img{
	max-width:100%;
}

.inner_c{
  width: 96%;
	margin:0 auto;
	text-align: center;
	padding: 0;
}

.inner_c img{
	max-width:100%;
}

.inner_bg{
    background-image: url("/share/images/lp/autumn_holiday/bg_img_sp.jpg")!important;
 /* 	background-size:cover;		
    background-attachment: fixed;*/
    background-position: left;
	padding: 10px 0 20px;
	margin-bottom: 30px;
	background-size: 180%;	
}

.inner_bg_img{
	background: #eaae86;
 width: 100%;
	height:100%;
	margin:0 auto;
}
.inner_bg_img2{
	background: #eaae86;
 width: 100%;
	height:100%;
	margin:0 auto;
	padding: 20px 0
}

.inner_bg .title{
	width:100%;
	text-align:center;
	padding:0;
}

.inner_bg .title img{
	max-width:100%;
	margin:0 auto;
}

main .content-page_contents h2.title-sub{
	color: #e84428;
	text-shadow: 2px 2px #fff, 5px 5px rgba(234, 141, 78, 0.4);
	font-size: 22px;
	border-bottom: 4px solid;
	padding-bottom: 10px;
	text-align: center;
	
}

h2.title-detail{
	font-size:24px;
	width: 100%;
	border-bottom: solid 3px #fff45c;
	text-align:center;
	padding:5px 0;
	margin:10px 0;
}

/*プラスカード訴求*/	
.main_title{
	background:#0091da;
	padding:30px 0;
	text-align:center;
}

.main_title img{
	max-width:96%;
	padding:0 2%;
}

.main_title .card{
	margin-bottom:30px;
}

.main_title .card .img{
	display:block;
	width:60%;
	margin:0 auto;
}

.main_title .card .txt{
	display:block;
	width:96%;
	padding:0 2%;
	color:#FFF;
	font-weight:bold;
	font-size:1.4em;
}

.all-box{
	width:94%;
	padding:16px 2%;
	margin:20px 1%;
	background:#FFF;
	border-radius: 20px;
}

.box-img{
	text-align:center;
	vertical-align:middle;
}
.box-img img{
	margin: 0 auto!important;
}


.boutou{
	text-align:center;
	padding:10px;
	max-width:1000px;
	margin:0 auto;
}
.boutou .txt{
	text-align:left;
	padding:5px;
	margin:0 auto;
	
}

/*ボタン*/
.cvn_bigbtn {
    clear: both;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}
.cvn_btn {
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #eb7f00;
    box-shadow: 2px 5px 10px -5px rgba(0, 0, 0, 0.59);
    position: relative;
    padding: 10px;
    margin: 15px 10px;
}
.cvn_btn a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.cvn_btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

/*ブログエリア*/
.inner_bg_img2{

}
ul#enjoy_3 {
    background: #fff;
    padding: 2%;
    margin: 0 3%;
    width: 90%;
}
.blog_area .back_img ul#enjoy_3{
	background: #fff;
	padding: 10px 0px 10px 10px;
}

.blog_area h2 img{
    width: 90%;
	margin: 10px
}
.blog_area .back_img {
    padding: 20px 20px;
}
.blog_area .back_img ul#enjoy_3 {
    padding: 8px;
}	
.blog_area .back_img ul#enjoy_3 li {
    width: 100%;
    margin: 1% 0.5% 1% 1%;
    display: block;
}
ul#enjoy_3 li .thumbnail {
    height: 50px;
	margin-top: 10px;
}	


/* アニメーション （バウンス）*/
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  animation-duration: 2s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* アニメーション (スライド)*/
@keyframes slideInTop {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slideInTop {
  animation-name: slideInTop;
  animation-duration: 1s;
  animation-timing-function: ease;
}

/* アニメーション(左からくる) */
@keyframes RightToLeft {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.RightToLeft {
  animation-name: RightToLeft;
  animation-duration: 2s;
  animation-timing-function: ease;
}



/* ---------------------------------------------------------
 tablet 768px - 889px
---------------------------------------------------------- */
@media print, screen and (min-width:768px) {
	.pc{ display:none!important; }
	.sp{ display:block!important; }	
	.content-page_contents{
		padding:0 !important;
	}

	#crumb {
		display:none!important;
	}

}

/* ---------------------------------------------------------
 tablet / desktop 890px - 1023px
---------------------------------------------------------- */

@media print, screen and (min-width:890px) {
	.pc{ display:block!important; }	
	.sp{ display:none!important; }	
	.content-page_contents{
		padding:0 !important;
	}

	.half-box li{
		width:43%;
		height:1000px;
	}

	
.inner_bg{
    background-image: url("/share/images/lp/autumn_holiday/bg_img.jpg")!important;
}

}

/* ---------------------------------------------------------
 desktop 1024x - 
---------------------------------------------------------- */

@media print, screen and (min-width:1024px) {
	.pc{ display:block!important; }
	.sp{ display:none!important; }	
	#main .inner {
	    width: 100%;
	    margin: 0 auto;
	    clear: both;
	    overflow: hidden;
	}

	h2.title-default{
		display: none;
	}

	.inner_l{
	  max-width: 1200px!important;
	}

	.inner_c{
	  max-width: 1200px!important;
	}

	.inner_bg .title{
		padding:80px 0 20px 0;
	}
	
.inner_bg{
    background-image: url("/share/images/lp/autumn_holiday/bg_img.jpg")!important;
  	background-size:cover;		
    background-attachment: fixed;
    background-position: left top;
	padding: 10px 0 20px;
	margin-bottom: 30px;
}
.cvn_btn {
    border-radius: 4px;
    font-size: 24px;
    padding: 10px;
    margin: 15px 10px;
}
.cvn_btn a {
    display: block;
    padding: 15px;
}
main .content-page_contents h2.title-sub{
	font-size: 45px;
	
}

/*プラスカード訴求*/	
.main_title .card{
	margin:0 auto;
	display:table;
	padding-bottom: 50px;
}

.main_title .card .img{
	display:table-cell;
	width: 40%;
	padding-left: 10%;
}

.main_title .card .txt{
	display:table-cell;
	padding:0 0 0 10px;
	width: 60%;
	font-size: 2em;
	text-align: left;
	vertical-align: middle;	
}	
	
/*ブログエリア*/
ul#enjoy_3 {
    background: #fff;
    padding: 2%;
	margin: 0 auto;
	width: 100%;
}	
.blog_area .back_img ul#enjoy_3{
	background: #fff;
	padding: 10px 0px 10px 10px;
	width: 100%;
	margin: 0 auto;
}
.blog_area .back_img ul#enjoy_3 li {
	width: 31%;
    float: none;
    margin: 1% 0.5% 1% 1%;
    display: inline-block;
	vertical-align: top;
}
ul#enjoy_3 li .thumbnail {
    height: auto;
	margin-top: 10px;
}	

.all-box .bnr_area{
	display: flex;

}
	
}