@charset "UTF-8";

/* CSS Document */
/*----------------------------------
    index用のCSSです
----------------------------------*/
.contents {
	width: 1024px;
	margin: 0 auto;
}

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

section {
	margin: 0 0 30px;
}

.main {
	position: relative;
}

.hatu {
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #ff737a;
	border-radius: 3px;
}

.hatu dl {
	border: solid 1px #ffffff;
	padding: 0 7px;
	border-radius: 3px;
	margin: 2px;
	display: block;
}

.hatu dl dt,
.hatu dl dd {
	font-size: 22px;
	color: #ffffff;
	text-align: center;
	margin: 7px 0;
	line-height: 1;
	font-weight: 500;
}

.hatu dl dt {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 6px;
}

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

.NewspaperTop {
	width: 1024px;
}

/* 検索 */
.search_d input,
.search_d button,
.search_d textarea,
.search_d select,
.search_i input,
.search_i button,
.search_i textarea,
.search_i select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.search_d {
	clear: both;
	background: url(/attending/newspaper_yotei/kokunai/images/arrw_d.png) bottom no-repeat;
	margin: 20px 0 20px;
	padding-bottom: 22px;
}

.search_dIn {
	width: 100%;
	border: solid 2px #fe7880;
	border-bottom: none;
	padding: 13px;
	box-sizing: border-box;
}

.search_dIn div {
	display: flex;
	justify-content: center;
}

.search_dIn dl {
	width: 50%;
	height: auto;
	margin-bottom: 15px;
}

.search_dIn dl:nth-child(1) {
	margin-right: 1.2%;
}

.search_dIn dl:nth-child(2) {
	margin-right: 0;
}

.search_dIn dl dt {
	width: auto;
	height: 40px;
	background-color: #ffeaeb;
	text-align: center;
	font-size: 20px;
	padding: 0;
	font-weight: bold;
	margin-bottom: 10px;
	border-radius: 5px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: normal;
}

.search_dIn dl dt img {
	width: 100%;
}

.search_dIn dl dt:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
}

.search_dIn dl dt.np {
	padding-left: 24px;
}

.search_dIn dl dt.np:before {
	background-image: url(/attending/newspaper_yotei/kokunai/images/sbTtl_np_d.gif);
	width: 45px;
	/*画像の幅*/
	height: 40px;
	/*画像の高さ*/
	left: 130px;
}

.search_dIn dl dt.cl {
	padding-left: 18px;
}

.search_dIn dl dt.cl:before {
	background-image: url(/attending/newspaper_yotei/kokunai/images/sbTtl_cl_d.gif);
	width: 34px;
	/*画像の幅*/
	height: 40px;
	/*画像の高さ*/
	left: 135px;
}

.search_dIn dl dd select {
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	border: solid 1px #ccc;
	padding: 3px;
	color: #000;
}

.search_dIn dl dd input {
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	border: solid 1px #ccc;
	padding: 3px;
}

.bt_sr {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin-left: 0;
	margin-bottom: 10px;
}

.bt_cl {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin-left: 0;
}

.bt_cl button {
	font-size: 15px;
	line-height: 2.5;
}

.bt_cl button:after {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 15px;
	/*画像の幅*/
	height: 15px;
	/*画像の高さ*/
	background-size: contain;
	vertical-align: middle;
	background-image: url(/attending/newspaper_yotei/kokunai/images/bt_cl.png);
}

/* 商品 */
.NewsPaperBox {
	clear: both;
	border-top: 1px solid #000000;
}

.NewspaperDl {
	clear: both;
	overflow: hidden;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	width: auto;
}

.NewspaperDay {
	background-color: #fffee0;
	color: #000000;
	border-bottom: 1px solid #000000;
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	padding: 10px;
	text-align: center;
}

.NewspaperDayNoline {
	background-color: #fffee0;
	color: #000000;
	border-bottom: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.NewspaperBaitai {
	display: table-cell;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 145px;
	text-align: center;
	background-color: #f2f2f2;
	color: #000000;
	vertical-align: middle;
	float: none;
	padding: 5px;
	font-size: 20px;
	font-weight: normal;
}

.NewspaperDl {
	overflow: hidden;
	width: auto;
}

.NewspaperDay {
	width: auto;
}

.NewspaperDayNoline {
	width: auto;
}

.NewspaperSubDl {
	display: table;
	width: 1022px;
}

.NewspaperDlDd {
	width: auto;
	height: auto;
	float: left;
}

.NewspaperDd {
	border-bottom: 1px solid #000000;
}

/*.NewspaperSubDl:last-child .NewspaperBaitai{
  border-bottom:none;
}*/
/*.NewspaperSubDl .NewspaperDd:last-child {
  border-bottom: none;
}*/
.tourCassette_body {
	margin: 12px;
	overflow: hidden;
}

.tourCassette_iconList {
	overflow: hidden;
	float: left;
}

.tourCassette_iconList li {
	color: #000000;
	font-size: 16px;
	padding: 3px 10px;
	margin-right: 10px;
	float: left;
}

.tourCassette_prefectures {
	background-color: #ffeaeb;
}

.tourCassette_conductor {
	background-color: #ffc68f;
}

.tourCassette_number {
	background-color: #99ccff;
}

.tourCassette_title {
	margin: 0 0 10px;
	font-weight: 500;
}

.tourCassette_title a {
	font-size: 20px;
	line-height: 1.3;
	color: #1d3994;
}

.tourCassette_title a:hover {
	color: #ff9933;
	text-decoration: underline;
}

.tourCassette_pirce {
	font-size: 24px;
	line-height: 1.0;
	color: #ff0000;
	float: right;
}

.NewspaperEmpty {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	height: auto;
	line-height: 36px;
	border: 1px solid #999999;
	margin: 40px 0;
	padding: 15px 0;
}

/*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_バナー*/

button {
	cursor: pointer;
	cursor: hand;
}
