﻿@charset "UTF-8";


.area-index .main-search-area{
	background:url("/img/sskyushu-tour/fcf/mainvisual.png") no-repeat scroll center center / cover ;
}
.inner-link .type-6 a {background-color: #1b959a;border: 1px solid  #1b959a;}
.inner-link > ul > li {
	width: calc(33% - 5px);
	margin-bottom: 5px;
}
@media screen and (max-width: 599px){
	.inner-link > ul > li {
		width: 100%;
	}
}
ul.item-list{
	margin-bottom: 20px;
	display: inline-block;
}
.item-list .item .btn-link {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 107%;
    border-radius: 4px;
	margin-top: 10px;
}
.block07 .item {
	width: 486px;
	margin-right: 27px;
	float: left;
}
.block07 .item:nth-child(2n) {
	margin-right: 0;
}
.area-index .block07 .item-list .item .img img {
    width: 486px;
    height: 364px;
    object-fit: cover;
}
@media screen and (max-width: 599px) {
	.block07 .item {
		width: 100%;
	}
	.area-index .block07 .item-list .item .img img  {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
}
.area-index .block07 .item-list .item .img  {
		position: relative;
}
.img-add{
	position: absolute;
    top: 1px;
    left: 1px;
    z-index: 1;
	float: left;
    padding: 7px 1em;
    font-size: 86%;
    line-height: 1;
	background: #f82527;
    color: #fff;
}
.text-title{
	font-weight:bold;
	font-size: 20px;
}
.text-subtitle{
	font-weight:bold;
	color: #1b959a;
}
.info-text{
	display: inline-block;
    color: #1b959a;
    border-radius: 6px;
    padding: 2px 5px;
    border: 1px solid #1b959a;
    margin-bottom: 4px;
}
/*****パンくず修正*****/
@media screen and (max-width: 599px){
    .main-title {
    width: 100%;
    }
}

/****お知らせ****/
.area-index .whats-new .title, .conversion-wrap .title {
    color: #1b959a;
}
.area-index .whats-new .section-header {
    border-color: #1b959a;
}
.attention-text{
	display: inline-block;
    background-color: #de4043;
	color: #fff;
    padding: 0 10px;
	font-size: 22px;
    margin-right: 10px;
    height: 33px;
    line-height: 33px;
}
/*****hover*****/
.area-index .block07 .item:hover {
    opacity: 1;
}