@charset "utf-8";

.scroll-box {
  max-height: 282px; 
  overflow-y: auto; 
 
}

.scroll-box img{
 width:100%;
 height:auto;
}

.card-tx {
 font-size:20px;
 text-align:center;
 color:#333;
 margin-bottom:5px;
}

 /* アニメーションの適用 */
body {
  opacity: 0;
  animation: fadeInEffect 1.5s ease-in-out forwards;
}

/* アニメーションの定義 */
@keyframes fadeInEffect {
  from { opacity: 0; }
  to { opacity: 1; }
}


.sliderArea {
width:98%;
margin: 0 0 0 -10px;
padding: 10px 20px ;
background:#fdf1cb;
}
.slick-slide {
margin: 0 ;
}
.slick-slide img {
width: 100%;
height: auto;
margin:0 auto;
aspect-ratio: 1 / 0.70;
object-fit: cover; 

}
.slick-prev,
.slick-next {
z-index: 100;
 width: 40px;
    height: 40px;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right:5px;
}


.slick-prev:before,
.slick-next:before {
color:#fff;
font-size: 40px;
}
.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}
.slick-active {
opacity: 1;
}
.slick-current {
opacity: 1;
}
.thumb {
margin: 10px 0 10px;
}
.thumb .slick-slide {
cursor: pointer;
}

.thumb .slick-slide:hover {
opacity: .7;
}

.slick-outer{position: relative;}
.slick-content{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 150;
  color: #fff;
 }
 
.slick-content p{
margin:0 30px 20px 0;
text-align-right;
font-size:34px;
  color: #fff;
  text-shadow:0 2px 2px #111;
 }
 
.cp_card2 {
  position: relative;/*リボンをかけたいコンテンツボックスにセット*/
  width: 100%;
  height: auto;
  background: #ffffff;
  margin:60px 0 -20px;
  padding: 70px 5px 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
   font-size:28px;
   color:#FB0783;
   text-align:center;
}

.cp_card2 p{
  margin:10px 20px 0;
  padding:0;
   text-align:left;
   color:#333;
   font-size:20px;
   border-bottom:1px dotted #999;
}

.cp_card2 p:last-of-type{
margin:10px 20px 10px;
   border-bottom:none;
}



.cp_card2 p.p2{
  margin:5px 20px 0;
  padding:0;
   text-align:left;
   color:#333;
   font-size:20px;
}


/*リボンの設定*/
.cp_ribbon12 {
  line-height: 55px;
  position: absolute;
  top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 10px);
  height:55px;
  margin-right: -10px;
  margin-left: -10px;
  text-align: center;
  color:#fff;
  font-size:32px;
   background: #3FB8AF;
  
}
/*リボンの影の共通設定*/
.cp_ribbon12:before,
.cp_ribbon12:after {
  position: absolute;
  top: 100%;
  content: '';
  border-top: 5px solid #1D5652;
  border-left: 5px solid transparent;
}
.cp_ribbon12:before {
  left: 0;
}
.cp_ribbon12:after {
  right: 0;
  transform: scale(-1, 1);/*左右反転*/
}

.c-ttl2  {
background:#FB0783;
color:#fff;
padding:0 10px 2px;
border-radius:15px;
margin-right:0.5em;
}

.c-tx2{
  margin:20px 20px 0;
  padding:10px 0;
  background:#f8f8f8;
   text-align:center;
   color:#333;
   font-size:16px;
   border-radius:5px;
}

.catch-a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 20px 0 20px;
    color: #5dc0d8;
    font-weight: 500;
    line-height:1.2;
}
.catch-a:before, .catch-a:after {
    border-top: 1px solid;
    content: "";
    width: 2em;
}
.catch-a:before {
    margin-right: 0.5em;
}
.catch-a:after {
    margin-left: 0.5em;
}

.row {
	display: flex;
	margin-left: -10px;
	
}
.col {
	width: 100%;
	margin-left: 10px;
}

.col img {
width:100%;
height:auto;
}


.col-tx {
padding:15px 0;
color:#fff;
font-size:20px;
text-align:center;
}


.col1 {
padding:10px 10px 20px 10px;
background:#005b96;
}

.col2 {
padding:10px 10px 20px 10px;
background:#eb84bb;
}

.col3 {
padding:10px 10px 20px 10px;
background:#00a385;
}

.mg-20{
margin-top:20px;
}

.mg-20b{
margin-top:20px;
margin-bottom:15px;
}

.mgb-30{
margin-bottom:30px;
}

.area2{
width;96%;
margin-left:2%;
margin-right:2%;
}


.btn,
a.btn,
button.btn {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
 color: #fff;
 width:100%;
}



a.btn-gradient {
  color: #fff !important;
  border: none;
 background-image: linear-gradient(to right, #736EFE 0%, #5EFCE8 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn-gradient:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
   box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

a.btn-gradient2 {
 width:50%;
 margin:0 25%;
  color: #000 !important;
  border: none;
 background: #fff;
   box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
   border-radius:10px;
}

a.btn-gradient2:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #e60012;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .3);
}




