@charset "UTF-8";

/* CSS Document */
/*----------------------------------
    index用のCSSです
----------------------------------*/
/*----------------------------------メインコンテンツ----------------------------------*/
.contents {
	width: 1024px;
	margin: 0 auto;
}

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

section {
	margin: 0 0 30px;
}

.seotxt {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto;
}

.NewspaperTop {
	width: 1024px;
}

/*slick*/
.slick-dots li button:before {
	font-size: 20px !important;
}

.slick-dots li.slick-active button:before {
	color: #ff737a !important;
}

.slick-prev:before,
.slick-next:before {
	color: #ff737a !important;
}

.slick-prev {
	left: -15px !important;
	width: 35px !important;
	height: 35px !important;
	z-index: 999;
}

.slick-next {
	right: -15px !important;
	width: 35px !important;
	height: 35px !important;
	z-index: 999;
}

.slick-prev:before,
.slick-next:before {
	font-size: 35px !important;
}

.slick-dotted.slick-slider {
	margin: 20px 0 60px;
}

/*商品枠*/
/*.slider_item {
  background-color: #fffee0;
}*/
.slider_item h2 {
	text-align: center;
	/*text-shadow: 1px 2px 3px #ff4d53;*/
	background-color: #ffcccc;
	padding: 1% 0;
	margin-bottom: 2%;
	color: #99464b;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
}

.slick-center {
	margin-right: 20px;
	margin-left: 20px;
}

.slider_item a {
	display: block;
	margin: 0 2% 2%;
	padding-bottom: 2%;
	border-bottom: 1px dotted #000000;
}

.slider_item a:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.tourCassette_body {
	display: flow-root;
	position: relative;
}

.tourCassette_photo {
	width: 25%;
	float: left;
}

.tourCassette_title,
.tourCassette_iconBody,
.tourCassette_pirce {
	width: 73%;
	float: right;
}

.tourCassette_title {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 1%;
	font-weight: normal;
}

.tourCassette_prefectures {
	color: #000000;
	font-size: 16px;
	line-height: 1.0;
	display: inline-block;
	padding: 1%;
	margin-bottom: 1%;
	background-color: #ffeaeb;
}

.tourCassette_conductor {
	color: #000000;
	font-size: 16px;
	line-height: 1.0;
	display: inline-block;
	padding: 1%;
	margin-bottom: 1%;
	background-color: #ffc68f;
}

.tourCassette_pirce {
	font-size: 22px;
	line-height: 1.3;
	color: #ff0000;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

/*出発地*/
.NewspaperTopBtnDtD {
	width: 1024px;
	height: auto;
	font-size: 28px;
	vertical-align: middle;
	line-height: normal;
	font-weight: normal;
	text-shadow: 1px 2px 3px #ff4d53;
	padding: 5px 0 5px 10px;
	color: #ffffff;
	background-color: #ff767d;
	border-radius: 5px 5px 0px 0px;
	display: inline-block;
}

.NewspaperTopBtnDtD:before {
	content: '';
	display: inline-block;
	width: 31px;
	height: 28px;
	margin-right: 15px;
	background-image: url(/attending/newspaper_yotei/kokunai/images/glass.png);
	background-size: cover;
	vertical-align: middle;
}

.NewspaperTopBtnDd {
	padding: 3% 5% 1%;
	border-left: 1px solid #cdccc8;
	border-right: 1px solid #cdccc8;
	border-bottom: 1px solid #cdccc8;
	background-color: #fffee0;
	border-radius: 0px 0px 5px 5px;
}

.NewspaperTopBtnDd ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.NewspaperTopBtnDd ul li {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: calc(92% / 3);
	margin-right: 3%;
	margin-bottom: 3%;
	border: 2px solid #cdccc8;
	border-radius: 5px;
	box-shadow: 1px 2px 3px #d3d2c6;
}

.NewspaperTopBtnDd ul li:hover {
	border: 2px solid #ffffff;
}

.NewspaperTopBtnDd ul li:nth-of-type(3n) {
	margin-right: 0;
}

.NewspaperTopBtnDd ul li a:hover {
	background: rgb(255, 255, 255);
	background: linear-gradient(360deg, rgba(255, 118, 125, 1) 0%, rgba(249, 160, 165, 1) 60%, rgba(249, 160, 165, 1) 100%);
	color: #ffffff;
	text-decoration: none;
}

.NewspaperTopBtnDd ul li a:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3%;
	margin: auto;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-left: 8px solid #d54b00;
}

.NewspaperTopBtnDd ul li a:hover:before {
	border-left: 8px solid #ffffff;
}

.NewspaperTopBtnDd ul li a {
	position: relative;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 60%, rgba(230, 230, 230, 1) 100%);
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #2185d9;
	vertical-align: middle;
	padding: 6% 2.5%;
	display: inline-block;
	width: 100%;
}

/*start_バナー*/
.banner_ul {
	display: flex;
	justify-content: space-between;
}

.banner_li {
	width: calc((100% - 60px) / 3);
}

.banner_a {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
	width: 100%;
	height: 100%;
	padding: 16px 0;
	font-size: 1.6rem;
	font-weight: 600;
	border-radius: 10px;
	border: 1px solid #c3c3c3;
	transition: border-color .3s, background-color .3s;
}

.banner_a::before {
	background-color: var(--corporate-color);
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.banner_a::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.banner_a:hover {
	border-color: var(--corporate-color);
	background-color: #f2fafe;
}

.banner_icn {
	width: 100px;
}

/*end_バナー*/
