@charset "shift_jis";
/*--------------------------------
* common
--------------------------------*/
/* link */
a:link    { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
/* sup */
sup { top: -1.0em;}
body{
	font-family: 'Noto Sans JP', 'Heebo', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pageContainer{
	overflow-x: hidden;
	color: #111052;
}

#mainContainer {
	margin-top: 0;
}

.btn-detail a {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-radius: 9px;
    text-decoration: none;
    position: relative;
	color: #fff;
    background: #DB5F6A;
    padding: 14px 0 14px;
	width: 340px;
	margin: 0 auto;
	font-size: 1.8rem;
	border-bottom: solid 3px #BF4F59;
}

.btn-detail a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -30%);
	content: "";
	background: url(/epospoint/img-files/icon_link_arrow_white.svg) no-repeat 0 0;
	background-size: 100% 100%;
    width: 16px;
    height: 16px;
}

.btn-detail a:hover {
	opacity: 0.7;
	border-bottom: solid 1px #b7334b;
	margin-top: 2px;
}

.btn-detail a span {
	position: relative;
	padding-right: 20px;
}

.btn-detail a span:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 12px;
	background: url(/trip_korea/img/index_blank.png) no-repeat 0 0;
	background-size: 100% 100%;
	margin-top: -4px;
}

.btn-detail p {	
	font-size: 1.4rem;
	margin-top: 7px;
	color: #222222;
}

.highlight {
	background: linear-gradient(to bottom, transparent 70%, #F79D9C 60%);
	padding: 0 4px;
	display: inline;
}

section[class^="trip_korea-section"] {
	/* max-width: 1440px; */
	margin: 0 auto;
	padding: 70px 0 70px 0;
}

h2[class$="__title"] {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.4;
}

h2[class$="__title"] span{
	font-size: 5rem;
}

div[class$="__inner"] {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

/* toggle */
.trip_korea-toggle {
	background: white;
	border-radius: 5px;
	margin-bottom: 40px;
	text-align: left;
	border: 1px solid #111052;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.trip_korea-toggleHeader {
	font-weight: bold;
	color: #111052;
	cursor: pointer;
	font-size: 2.4rem;
	text-align: center;
	padding: 0;
	letter-spacing: 0.2em;
	display: flex;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	position: relative;
}

.toggleTrigger.open {
    color: #111052;
}

.trip_korea-toggleHeader span {
	display: inline-block;
	position: relative;
}

.trip_korea-toggleHeader:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #111052;
    border-right: solid 2px #111052;
    transform: rotate(45deg);
    position: absolute;
	top: calc(50% - 5px);
    left: calc(100% - 48px);
    transition: transform 0.25s ease, opacity 0.25s ease;
	z-index: 2;
}
.trip_korea-toggleHeader.open:before {
    transform: rotate(-134deg);
    top: calc(50% - 3px);
    left: calc(100% - 48px);
}

.trip_korea-toggleHeader:after {
    content: "";
    position: absolute;
    top: calc(50% - 16px);
    left: calc(100% - 60px);
    display: block;
    width: 32px;
    height: 32px;
	border-radius: 50%;
	border: 1px solid #111052;
	z-index: 1;
}

.trip_korea-toggleContent {
	border-top: 1px solid #111052;
}

.trip_korea-toggleList {
	list-style: none;
	padding: 20px;
	margin: 0;
}

.trip_korea-toggleList li {
	position: relative;
	padding-left: 13px;
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #222222;
}

.trip_korea-toggleList li:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
	top: 0.6em;
    left: 0;
    background-color: #7b705c;
    border-radius: 50%;
}

.trip_korea-toggleList li a {
	text-decoration: underline;
	color: #222222;
}

.trip_korea-toggleList li a:hover {
	text-decoration: none;
}

.trip_korea-toggleList li a:visited {
	color: #111052;
}

.trip_korea-boxwrap {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 15px;
	max-width: 800px;
	margin: 0 auto 40px auto;
}

.trip_korea-boxItem {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px 10px 15px 10px;
	border: 1px solid #111052;
	flex: 1;
}

.trip_korea-boxText {
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

.trip_korea-boxImage {
	max-width: 250px;
	margin: 0 auto;
}

.trip_korea-boxarrow {
	font-size: 2rem;
	color: #666;
	display: flex; 
    align-items: center;
    justify-content: center;
    align-self: center;  
}

.trip_korea-boxarrow img {
	width: 10px;
	height: 16px;
}

.trip_korea-badge {
	display: inline-block;
	background-color: #111052;
	color: #ffffff;
	padding: 5px 30px;
	border-radius: 25px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.trip_korea-notice {
	max-width: 788px;
	margin: 0 auto 40px auto;
}

.trip_korea-notice p {
	font-size: 2rem;
	margin-bottom: 15px;
	font-weight: bold;
	color: #222222;
}

.list-style__list--mark {
    padding-left: 0;
}

.list-style__list--mark li {
    position: relative;
    display: flex;
	text-align: left;
	font-size: 1.4rem;
	margin-bottom: 7px;
	color: #222222;
}

#pageTopBtn {
	display: none;
	position: fixed;
	bottom: 79px;
	right: 1%;
}
#pageTopBtn a {
	display: block;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	background: url(/trip_korea/img/index_pagetop.png) 0 0 / 95% no-repeat;
	outline: 0;
}

#pageTopBtn a:hover {
	background: url(/trip_korea/img/index_pagetop.png) 0 0 / 95% no-repeat;
	opacity: 0.7;
}

#footerContainer {
	padding-top: 0;
}

/*--------------------------------
* メインビジュアル
--------------------------------*/
.trip_korea-mainVisual {
	padding: 0;
}
.trip_korea-mainVisual__inner {
	/* max-width: 1440px !important; */
	max-width: 100% !important;
	width: 100vw;
	margin: 0 auto;
}

.trip_korea-mainVisual__title img {
	max-width: 100%;
	width: 100vw; /* 画面一杯 */
	height: auto;
}

/*--------------------------------
* セクション01 - どこでもポイント2倍！
--------------------------------*/
.trip_korea-section01 {
    background: 
        linear-gradient(to bottom, transparent calc(100% - 300px), #ffffff calc(100% - 300px) 
        ),
        url(/trip_korea/img/index_bg01.png) repeat 0 0;
    background-size: 100% 100%, 100% auto;
}

.trip_korea-section01 .trip_korea-toggleHeader span:before {
	content: '';
	width: 26px;
	height: 26px;
	background: url(/trip_korea/img/index_guidance.png) no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
    top: calc(50% - 13px);
    left: -35px;
}

.trip_korea-section01__wrap {
	border: 4px solid #111052;
	border-radius: 15px;
	max-width: 1254px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
	padding-top: 70px;
}

.trip_korea-section01__wrapText {
	font-size: 6rem;
	font-weight: bold;
	text-align: center;
	color: #8C9AC7;
	background-color: #ffffff;
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 630px;
	margin: 0 auto;
	line-height: 1;
}

.trip_korea-section01__period {
	text-align: center;
	margin-bottom: 30px;
}

.trip_korea-section01__periodText {
	font-size: 3.6rem;
	font-weight: bold;
}

.trip_korea-section01__anchorList {
	margin: 70px auto 0 auto;
}

.trip_korea-section01__subtitle {
	font-size: 3.2rem;
	margin-bottom: 40px;
	font-weight: bold;
}

.trip_korea-section01__anchorList ul {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.trip_korea-section01__anchorList li {
	flex: 1;
}

.trip_korea-section01__button {
	background: #F6E0E9;
	padding: 0 15px 25px;
	border-radius: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
	transition: opacity 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex: 1;
	min-width: 0;
	position: relative;
	min-height: 126px;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
	border: 2px solid #8C9AC7;
}

.trip_korea-section01__button:hover {
	opacity: 0.7;
}

.trip_korea-section01__button:before {
    content: '';
    width: 13px;
    height: 13px;
    border: 0;
    border-bottom: solid 3px #111052;
    border-right: solid 3px #111052;
    transform: rotate(45deg);
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -4px;
}

/*--------------------------------
* セクション02 - エポス会員限定10%OFF
--------------------------------*/
.trip_korea-section02 {
	background-color:#F7F8FA;
}

.trip_korea-section02__subtitle {
	font-size: 3.2rem;
	margin-bottom: 40px;
	font-weight: bold;
}

.trip_korea-section02 .trip_korea-toggle {
	box-shadow: none;
}
.trip_korea-section02 .trip_korea-toggleHeader {
	background-color: #111052;
	color: #ffffff;
	cursor: default;
}

.trip_korea-section02 .trip_korea-toggleHeader:before, .trip_korea-section02 .trip_korea-toggleHeader:after {
	content: none;
}

.trip_korea-section02 .trip_korea-boxwrap {
	max-width: 900px;
	gap: 10px;
}

.trip_korea-section02 .trip_korea-boxText {
	margin: 10px 0 0 0;
	display: flex;
	align-items: center;
    text-align: left;
    justify-content: flex-start;
	min-height: 42px;
	color: #000000;
}

.trip_korea-section02 .trip_korea-boxItem {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border: none;
	padding: 20px 15px 15px 15px;
	border-radius: 5px;
}

.trip_korea-section02 .trip_korea-boxItem .trip_korea-badge {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.trip_korea-section02 .trip_korea-boxarrow img {
	width: 15px;
	height: 24px;
}

/* カテゴリー */
.trip_korea-boxservicewrap {
	margin: 60px 0 30px 0;
}

.trip_korea-boxservice-subtitle {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.trip_korea-boxservice-title {
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.trip_korea-boxservice-category {
    margin-bottom: 60px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 90px 70px 50px;
    box-shadow: 0 1px 3px rgba(17, 16, 82, 0.1);
    position: relative;
}

.trip_korea-boxservice-categoryHeader {
	display: inline-block;
    background-color: #111052;
    color: #ffffff;
    padding: 8px;
    border-radius: 20px 0 20px 0;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
}

.trip_korea-boxservice-categoryHeader--right {
    left: auto;
    right: 0;
	border-radius: 0 20px 0 20px;
}

.trip_korea-boxserviceItem {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 40px;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.trip_korea-boxserviceItem--reverse {
    flex-direction: row-reverse;
}

.trip_korea-boxserviceItemImage {
    flex-shrink: 0;
    width: 340px;
    height: 210px;
	border-radius: 20px;
}

.trip_korea-boxserviceItemImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.trip_korea-boxserviceItemContent {
    flex: 1;
    text-align: left;
    padding-top: 10px;
}

.trip_korea-boxserviceItemSubtitle {
    font-size: 1.6rem;
    color: #A5A5A5;
    font-weight: normal;
}

.trip_korea-boxserviceItemTitle {
    font-size: 2rem;
    font-weight: bold;
	margin-bottom: 15px;
	color: #222222;
}

.trip_korea-boxserviceItemText {
    font-size: 1.6rem;
	margin-bottom: 15px;
	color: #222222;
}

.oshikatsu-category {
	padding: 50px 60px 50px;
}

div:has(+ .trip_korea-boxserviceItemTextExhibit) {
	margin-bottom: 15px;
}

.trip_korea-boxserviceItemTextExhibit {
	font-size: 1.6rem;
	text-align: right;
	color: #000000;
}

.trip_korea-boxservice-disclaimer {
	background: #f8f9fa;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 0.75rem;
	color: #666;
	line-height: 1.5;
}

/*--------------------------------
* セクション03 - 予約なしでもおトクに
--------------------------------*/
.trip_korea-section03 {
	background: #F3EEEB;
}

/*--------------------------------
* セクション04 - 航空券とホテルを予約しよう
--------------------------------*/
.trip_korea-section04 {
	background: url(/trip_korea/img/index_bg02.png) repeat 0 0;
	background-size: cover;
}

.trip_korea-section__image {
	max-width: 900px;
	margin: 0 auto 40px auto;
}

/*--------------------------------
* セクション05 - 海外旅行保険
--------------------------------*/
.trip_korea-section05 {
	background-color: #ffffff;
}

/*--------------------------------
* セクション06 - 空港ラウンジ
--------------------------------*/
.trip_korea-section06 {
	background: #F0F0F0;
}

/*--------------------------------
* セクション07 - カード申し込み
--------------------------------*/
.trip_korea-section07 {
	padding: 40px 0;
	background-color: #fff;
}

.trip_korea-section07__banner a :hover{
	opacity: 0.7;
}


/* スマホ */
@media print, screen and (max-width: 750px){
	section[class^="trip_korea-section"] {
		padding: 30px 0 30px 0;
	}
	h2[class$="__title"] {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	h2[class$="__title"] span {
		font-size: 2rem;
		padding: 0 2px;
	}
	.trip_korea-badge {
		font-size: 1.4rem;
		padding: 5px 20px;
		margin-bottom: 15px;
	}
	.trip_korea-boxwrap {
		gap: 10px;
		margin: 0 10px 30px 10px;
	}
	div[class$="__inner"] {
		padding: 0 10px;
	}

	.trip_korea-mainVisual__inner {
		padding: 0 !important;
	}
	.trip_korea-boxText {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 40px;
	}
	.trip_korea-toggleHeader {
		min-height: 48px;
		font-size: 1.6rem;
	}

	.trip_korea-toggleHeader:before {
		width: 6px;
		height: 6px;
		top: calc(50% - 5px);
		left: calc(100% - 25px);
	}

	.trip_korea-toggleHeader.open:before {
        top: calc(50% - 2px);
        left: calc(100% - 25px);
	}

	.trip_korea-toggleHeader:after {
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
    	left: calc(100% - 30px);
	}

	.trip_korea-section01 .trip_korea-toggleHeader span:before {
		width: 16px;
		height: 16px;
		top: calc(50% - 7px);
		left: -25px;
	}

	.trip_korea-toggleList {
		padding: 20px 10px;
	}

	.trip_korea-toggleList li {
		font-size: 1.4rem;
	}
	.trip_korea-toggleList li:before {
		top: 0.5em;
	}

	.trip_korea-boxservice-subtitle {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.trip_korea-boxservice-title {
		font-size: 2rem;
	}

	.trip_korea-boxservice-categoryHeader {
		font-size: 1.8rem;
		width: 160px;
	}

	.trip_korea-boxserviceItemImage {
		width: 128px;
		height: 128px;
	}

	.trip_korea-boxserviceItem {
		gap: 20px;
	}
	.trip_korea-boxservice-category {
		padding: 56px 10px 24px;
		margin-bottom: 30px;
	}

	.trip_korea-boxserviceItemSubtitle {
		font-size: 1.2rem;
	}

	.trip_korea-boxserviceItemTitle {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.trip_korea-boxserviceItemText {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}

	.oshikatsu-category {
		padding: 16px 10px;
	}

	.trip_korea-boxserviceItemContent {
		padding-top: 0;
	}

	.trip_korea-notice {
		margin-bottom: 30px;
	}

	.trip_korea-section01 {
		background: linear-gradient(to bottom, transparent calc(100% - 100px), #ffffff calc(100% - 100px)), url(/trip_korea/img/index_bg01sp.png) repeat 0 0;
		background-size: 100% 100%, 100% auto;
	}

	.trip_korea-section01__wrap {
		padding-top: 30px;
		margin: 25px 10px 0 10px;
	}

	.trip_korea-section01__wrapText {
		font-size: 3rem;
		top: -30px;
		width: 90%;
	}

	.trip_korea-section01__periodText {
		font-size: 1.6rem;
	}

	.trip_korea-section01__subtitle {
		font-size: 1.6rem;
        margin-bottom: 20px;
	}

	.trip_korea-section01__anchorList {
		margin-top: 30px;
	}
	
	.trip_korea-section01__anchorList ul {
		gap: 10px;
	}

	.trip_korea-section01__button {
        min-height: 57px;
        padding: 7px 5px 15px 5px;
		font-size: 1.1rem;
		border: 1px solid #8C9AC7;
	}

	.trip_korea-section01__button:before {
		width: 5px;
		height: 5px;
		border-bottom: solid 1px #111052;
		border-right: solid 1px #111052;
		bottom: 6px;
	}

	.trip_korea-section02__percent {
		font-size: 2rem;
	}
	
	.trip_korea-section02__subtitle {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}

	.trip_korea-section02 .trip_korea-boxwrap {
		flex-direction: column;
		margin: 0 10px 30px 10px;
	}

	.trip_korea-section02 .trip_korea-boxarrow {
		transform: rotate(90deg);
	}

	.trip_korea-section03 {
		padding: 60px 0;
	}
	
	.trip_korea-section03__inner {
		padding: 0 15px;
	}
	
	.trip_korea-section03__title {
		font-size: 1.5rem;
		margin-bottom: 8px;
	}
	
	.trip_korea-section03__subtitle {
		font-size: 1.25rem;
		margin-bottom: 40px;
	}
	
	.trip_korea-section03__content {
		gap: 15px;
		margin-bottom: 40px;
	}
	
	.trip_korea-section03__item {
		flex-direction: column;
		text-align: center;
		padding: 20px;
		gap: 20px;
	}
	
	.trip_korea-section03__itemImage img {
		width: 150px;
		height: 60px;
	}
	
	.trip_korea-section03__itemContent {
		text-align: center;
	}
	
	.trip_korea-section03__itemTitle {
		font-size: 1rem;
		margin-bottom: 8px;
	}
	
	.trip_korea-section03__itemText {
		font-size: 0.875rem;
	}

	.trip_korea-section04 {
		background: url(/trip_korea/img/index_bg02sp.png) repeat 0 0;
	}

	.trip_korea-section__image {
		margin: 0 auto 30px auto;
	}

	#pageTopBtn, body[class$="-en"] #pageTopBtn {
        bottom: 70px;
        right: 10px;
        z-index: 10000;
    }
	#pageTopBtn a, body[class$="-en"] #pageTopBtn a {
        display: block;
        text-indent: -9999px;
        outline: 0;
		margin-right: -10px;
        width: 49px;
        height: 49px;
        background: url(/trip_korea/img/index_pagetop.png) 0 0 no-repeat;
        -webkit-background-size: 49px 49px;
        background-size: 49px 49px;
    }

	#footerContainer {
		padding-top: 20px;
	}
}