@charset "utf-8";
/* CSS Document */

:root {
	--gy: #ccc;
	--red: #62131a;


	--txt_org: #e98c29;
	--org_bg: #f6cfa6;
	--ic_ac: #dba900;
	--ic_na: #668e25;
	--ic_hi: #694e31;
	--ic_fd: #ba0118;
	--cafe_c: #00afcc;
}
#date {
  padding-top: 100px;
  margin-top: -100px;
}

/* 背景 */
/* .bg_img_date {
	background: url(/content/dam/jretravel/site/page/tohoku/images/datetime/img_datetime_01.jpg);
	background-repeat: repeat;
} */
.bg_img_date {
	position: relative;
	background: url(/content/dam/jretravel/site/page/tohoku/images/datetime/img_datetime_02.png);
	/* overflow: hidden; */
}
/* .bg_img_date::before {
	content: "";
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/datetime/img_datetime_01.png) no-repeat;
	background-size: contain;
	width: 412px;
	height: 178px;
	display: block;
	top: 30px;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
.bg_img_date::after {
	content: "";
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/datetime/img_datetime_01.png) no-repeat;
	background-size: contain;
	width: 412px;
	height: 178px;
	display: block;
	top: 510px;
	right: 0;
	overflow: hidden;
	transform: scale(-1, 1);
	z-index: -1;
} */
.campaign .outset {
	color: #222;
}
.campaign .outset .sub_ttl, .campaign .outset .cmp-text {
	text-align: center;
}
.campaign .outset .text .cmp-text.campaign_term {
	border-bottom: solid 2px var(--red);
	display: inline-block;
}
.campaign .outset .text:has(.campaign_term) {
	text-align: center;
	margin-bottom: 20px;
}
.campaign .outset h2, .campaign .survey h2 {
	font-size: 2.6rem;
	text-align: center;
	color: var(--red);
	margin: 0;
}
.campaign .survey h2 {
	margin: 0 auto;
	font-size: 1.9rem;
}
.campaign .outset h2 {
	position: relative;
	align-self: flex-start;
	line-height: 1.5;
}
.campaign .outset .main_lead {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr; /* 横 */
  grid-template-rows: 1fr 0.94fr 0.5fr; /* 縦 */
}
.campaign .outset .main_lead img {
	height: auto;
	width: 100px;
	display: block;
	justify-self: end;
	align-self: center;
}
.campaign .outset .main_lead img.train_img {
	height: auto;
	width: 134px;
	display: block;
	justify-self: start;
}

/* .campaign .coupon h3, .campaign .survey h3 {
	color: #222;
	border-bottom: none;
} */
.campaign .coupon h3, .campaign .survey h3 {
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.4;
	background-color: transparent;
	border-bottom: solid 2px var(--red);
	padding-bottom: 4px;
	margin-top: 0;
}
.campaign .survey h3 {
	font-size: 2.2rem;
	position: relative;
	/* padding-bottom: 16px; */
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: none;
	gap: 6px;
}
.campaign .survey h3 span.inaho_img::before {
	content: none;
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/datetime/img_datetime_05.png) no-repeat 50% 50%;
	background-size: contain;
	width: 36px;
	height: 60px;
	display: block;
	left: 126px;
	top: -13px;
	transform: rotate(-30deg);
}
.campaign .survey h3 span.inaho_img::after {
	content: none;
	position: absolute;
	background: url(/content/dam/jretravel/site/page/tohoku/images/datetime/img_datetime_05.png) no-repeat 50% 50%;
	background-size: contain;
	width: 36px;
	height: 60px;
	display: block;
	right: 126px;
	top: -13px;
	/* transform: rotate(-30deg); */
	transform: scale(-1, 1) rotate(-30deg);
}
.campaign .survey h3 img {
	width: 36px;
	height: 60px;
	transform: rotate(-30deg);
}
.campaign .survey h3 img:nth-of-type(2) {
	width: 36px;
	height: 60px;
	transform: rotate(30deg) scale(-1, 1);
}

.campaign .outset h2 span, .campaign .coupon h3 .span {
	font-size: 1.8rem;
	background-color: transparent;
	display: block;
}
.campaign .outset .main_lead .sub_ttl {
	font-size: 1.7rem;
	color: #222;
	font-weight: normal;
	grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.campaign .outset .main_lead .sub_ttl span {
	font-size: 1.4rem;
	display: block;
	font-weight: bold;
}
.campaign .outset .main_lead .summary {
	font-size: 1.4rem;
	grid-column: 1 / 4;
  grid-row: 3 / 4;
	text-align: center;
}
/* .campaign .outset .main_lead span {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
} */

/*----- コンポーネント -----*/
.campaign .box_content {
	border: solid 1px var(--red);
	width: 62%;
	padding: 18px;
	background-color: #fff;
}
.campaign .survey .box_content {
	padding: 15px 18px 20px;
}
.campaign .term dl {
	display: flex;
}
.campaign .survey .term dl {
	border-bottom: dashed 1px var(--red);
}
.campaign .survey .term dl:nth-of-type(2) {
	margin-top: 8px;
}
/* .campaign .term dl:nth-of-type(3) {
	flex-direction: column;
} */
.campaign .term dt {
	flex-shrink: 0;
	width: 147px;
	text-align: left;
}
.campaign .survey .term dt {
	width: fit-content;
}
.campaign .term dd {
	font-weight: normal;
	text-align: left;
}
.campaign .btn_label a {
	font-size: 1.4rem;
	font-weight: bold;
	background-color: var(--red);
	padding: 2.4% 16%;
	border-radius: 999px;
	color: #fff;
	transition : .3s;
	display: inline-block;
	position: relative;
}
.campaign .btn_label a::after {
	content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 6%; /* 右 */
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
/*----- クーポン -----*/
.campaign .coupon {
	margin-top: 0px;
}
.campaign .coupon h3 {
	margin: 0px auto;
}
.campaign .coupon h3 .coupon_price {
	background: transparent;
	font-size: 2.2rem;
	color: #ea0000;
}
.campaign .coupon h3 .coupon_price .fs_18 {
	background: transparent;
	font-size: 1.8rem;
}
.campaign .coupon .term {
	flex-direction: column;
	align-items: flex-start;
	font-size: 1.4rem;
	gap: 0px;
}
.campaign .coupon .term p {
	font-weight: normal;
}
/* お米プレゼント */
/* .campaign .survey .term .term_info {
	display: flex;
} */
.campaign .survey .term {
	/* flex-direction: column; */
	/* justify-content: space-between; */
	align-items: flex-start;
	gap: 10px;
	font-size: 1.4rem;
	font-weight: normal;
	display: grid;
	grid-template-columns: 0.46fr 1fr;
	grid-template-rows: 48px auto;
}
.campaign .survey .term .term_lead {
	grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.campaign .survey .term .term_info {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.campaign .survey .term dl {
	width: 100%;
	color: var(--red);
	font-size: 1.5rem;
}
.campaign .survey .term img {
	/* width: 30%;
	height: auto; */
	aspect-ratio: 191 / 135;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}
.campaign .survey .kome_area {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.3rem;
}
.campaign .survey .title p {
	text-align: center;
	background-color: #cfa74a;
	color: #fff;
	width: 90px;
	height: 90px;
	display: block;
	float: right;
	border-radius: 999px;
	font-size: 1.6rem;
	line-height: 1.2;
	/* margin-inline: auto; */
	margin-top: -90px;
	padding-top: 24px;
	/* margin-top: 10px; */
	position: relative;
	top: 24px;
	left: 10px;
	text-shadow: -1px -1px 6px #87742F;
}
.campaign .survey .title p span {
	font-size: 2.0rem;
	font-weight: bold;
}
.campaign .btn_label{
	text-align: center;
}

@media (any-hover: hover) {
	.campaign .btn_label a:hover {
		text-decoration: none;
		background-color: #b42330;
  }
}
/* ----------SPのみ---------- */
@media screen and (max-width: 767px) {
	.br_pc {
  	display: none;
	}
	.sp_none {
  	display: none !important;
	}
	.campaign .outset h2, .campaign .coupon h3, .campaign .survey h2 {
		font-size: 2.0rem;
	}
	.campaign .outset h2 span, .campaign .coupon h3 .span {
		font-size: 1.6rem;
	}
	.campaign .outset .main_lead {
		grid-template-columns: 1fr auto 1fr;
		grid-template-rows: 1fr auto auto;
		gap: 10px;
	}
	.campaign .outset .main_lead .sub_ttl {
		font-size: 1.6rem;
	}
	.campaign .outset .main_lead .sub_ttl span {
		font-size: 1.3rem;
	}
	.campaign .outset .main_lead .summary {
		text-align: left;
		padding: 0 10px;
	}
	.campaign .box_content {
		width: 100%;
	}
	.campaign .term {
		gap: 4px;
	}
	.campaign .term dl {
		flex-direction: column;
	}
	.campaign .coupon .feature .section {
		margin: 0 auto;
	}
	/* .bg_img_date::before {
		width: 210px;
		height: 100px;
		top: 12px;
	} */
	/* .bg_img_date::after {
		width: 210px;
		height: 100px;
		top: 551px;
	} */
	.campaign .outset .cmp-text {
		text-align: left;
		font-size: 1.3rem;
	}
	.campaign .btn_label a {
		width: 100%;
	}
	.campaign .survey .term {
		grid-template-rows: 97px auto;
		grid-template-columns: 0.5fr 1fr;
	}
	.campaign .survey .term .term_lead {
		grid-column: 1 / 3;
	}
	.campaign .survey .title p {
		font-size: 1.3rem;
		padding-top: 15px;
		left: 0px;
		width: 66px;
		height: 66px;
		top: 74px;
		/* transform: rotate(18deg); */
	}
	/* .campaign .survey .area_color {
		margin-left: 12px;
	} */
	.campaign .survey .title p span {
		font-size: 1.8rem;
	}
	.campaign .box_content {
		padding: 10px;
	}
	.campaign .coupon .term p {
		text-align: left;
	}
	.campaign .outset .main_lead img {
    width: 58px;
		height: auto;
	}
	.campaign .outset .main_lead img.train_img {
		width: 68px;
	}
	.campaign .outset .feature .section {
		gap: 10px;
	}
	.campaign .survey h3 span.inaho_img::before {
		left: -15px;
		top: -2px;
		width: 26px;
    height: 48px;
	}
	.campaign .survey h3 span.inaho_img::after {
		right: 60px;
		top: -2px;
		width: 26px;
    height: 48px;
	}
	.campaign .survey h3 img, .campaign .survey h3 img:nth-of-type(2) {
    width: 22px;
    height: 40px;
	}
	.campaign .survey h3 {
		font-size: 1.9rem;
		justify-content: center;
    /* margin-left: -9px; */
		margin-bottom: 12px;
	}
	.campaign .survey .box_content {
    padding: 12px 10px 20px;
	}
	.tyo_otherarea_banner .center_box.date .textitem {
		font-size: 1.1rem;
	}
}