@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   TODAY 今日は、どんな過ごし方？、THIS MONTH 篠栗でゆっくりするなら（共通）

--------------------------------------------------------------------------------------------- */
.feeling-contents-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.feeling-contents-item{
    width: 47%;
    margin-bottom: 150px;/*6%*/
    position: relative;
}

.feeling-contents-item img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.feeling-contents-item h2{
    text-align: center;
	font-size: clamp(20px, 2vw, 24px);
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 15px;
}

.feeling-contents-item .text-16{
    line-height: 1.75;
}

.feeling-link{
    position: absolute;
    bottom: -70px;
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 25px;
    text-align: center;
    line-height: 1;
}
.feeling-link span{
	font-size: clamp(14px, 2vw, 16px);
}

@media screen and (max-width:900px) {
    
.feeling-contents-item{
    width: 100%;
}
}

@media screen and (max-width:700px) {
    
.feeling-contents-item{
    margin-bottom: 125px;
}
    
.feeling-link{
    bottom: -55px;
    padding: 10px 15px;
}
}


/* H1
-------------------------------------*/
.feeling-h1{/*日本語*/
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
	font-size: clamp(30px, 3vw, 48px);
    line-height: 1.5;
    margin: 0 auto 75px auto;
    width: 95%;
    font-weight: normal;
    position: relative;
        z-index: 20;
}
.feeling-h1 span.eg-h1{
	font-size: clamp(20px, 3vw, 30px);
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-weight: normal;
}

.feeling-sub-h1{
    text-align: center;
    width: 95%;
    margin: 0 auto 15px auto;
    font-family: 'Zen Maru Gothic', sans-serif;
	font-size: clamp(16px, 3vw, 24px);
    line-height: 1.5;
}

@media screen and (max-width:700px) {

.feeling-h1{
    margin: 0 auto 50px auto;
}
}








































