﻿
/* パンくず調整 */
.breadcrumb li a::before, .breadcrumb li a::after {
    content: none;
}

.breadcrumb li a {
    display: inline;
    align-content: center;
    align-items: center;
    color: #2068B7;
    padding: 0;
    position: relative;
    height: 40px;
}

.breadcrumb ol li {
    float: none;
    display: inline-block;
}


.breadcrumb {
    border: none;
}

/* 全体 */

img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

a:link,
a:visited,
a:hover {
	color: inherit;
	text-decoration: none !important;
}

.earlywintersale {
    font-family: "Noto Sans JP" !important;
    line-height: 36px;
    color: #3E3E3E;
}

.mv {
    position: relative;
}

.mainvisual {
    width: 100%;
}

.intro {
    margin: 50px 0;
}

.intro--title {
    margin-bottom: 50px;
    font-size: 1.45em;
    font-weight: bold;
    text-align: center;
}

/* ナビゲーション */
.intro--nav {
    max-width: 615px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
}

.intro--nav .intro--list {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 27px;
}

.intro--nav .intro--item {
    width: 255px;
    height: 75px;
    display: inline-block;
    border: 3px solid #3CD0B6;
    border-radius: 40px;
    font-family: "Zen Maru Gothic", serif;
    font-size: 2.35em;
    color: #3CD0B6;
    font-weight: 900;
    text-align: center;
    position: relative;
}

.intro--nav .intro--item.intro--item.okinawa {
    border: 3px solid #219DFD;
    color: #219DFD;
}

.intro--nav .intro--item.intro--item.okinawa a {
    color: #219DFD;
}

.intro--nav .intro--list a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.intro--nav .intro--list a:visited {
    color: inherit !important;
}


.intro--nav .intro--item img {
    padding-right: 9px;
}

.intro--nav .intro--item.hokkaido img {
    width: 53px;
    height: 35px;
}

.intro--nav .intro--item.okinawa img {
    width: 37px;
    height: 40px;
}

.intro--nav .intro--item::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #3CD0B6;
    border-right: solid 2px #3CD0B6;
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    bottom: 3px;
    margin: auto;
}

.intro--nav .intro--item.intro--item.okinawa::after {
    border-top: solid 2px #219DFD;
    border-right: solid 2px #219DFD;
}

.nav .list a:hover {
    background-color: #FFE8B8;
}

/* お得なセールプラン */
.main > .main--box {
    padding: 100px 0;
    position: relative;
}

.hokkaido_otoku {
  background-image: url("/activity/special/earlywintersale/images/hokkaido_toku.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-left: 183px;
    margin-bottom: 6px;
    padding: 41px 0px 56px;
}

.okinawa_otoku {
  background-image: url("/activity/special/earlywintersale/images/okinawa_toku.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-left: 183px;
    margin-bottom: 6px;
    padding: 41px 0px 56px;
}

 .hokkaido_main--box {
    background-image: url("/activity/special/earlywintersale/images/hokkaido_pcbg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    text-align: center;
}

.main--area{
    margin-bottom: 37px;
    font-size: 4.9em;
    font-family: "Zen Maru Gothic", serif;
    letter-spacing: 0.1em;
    color: #3CD0B6;
    font-weight: 900;
    line-height: 0.5em;
    text-align: center;
    position: relative;
    padding-right: 20px;
}

.main--area_eng {
    font-size: 0.3em;
    font-family: adobe-handwriting-ernie, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

#main_hokkaido.main--area::after {
    width: 152px;
    height: 214px;
    background-image: url(/activity/special/earlywintersale/images/pic3.png);
    right: 280px;
}

/* メインコンテンツ
  --------------------------- */
.gw_special__main > .gw_special__main--box {
	padding: 60px 0;
	position: relative;
}

.gw_special__main > #okinawa.gw_special__main--box {
	padding: 90px 0 90px;
	position: relative;
}
.gw_special__main > .gw_special__main--box::before {
	content: "";
	width: 100%;
	height: 1837px;
	display: inline-block;
	background: linear-gradient(
			to bottom,
			transparent 0%,
			transparent 100%,
			#fff 100%
		),
		url("../images/main_bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 119px;
	left: 0;
	z-index: -1;
}

.gw_special__main > .gw_special__main--box:nth-of-type(2)::before {
	content: "";
	width: 100%;
	height: 2568px;
	display: inline-block;
	background: linear-gradient(
			to bottom,
			transparent 0%,
			transparent 100%,
			#fff 100%
		),
		url("../images/main_bg02.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
}

.gw_special__main > #kyushu.gw_special__main--box::before {
	top: 10px;
}

.gw_special__main > #okinawa.gw_special__main--box::before {
    top: 124px;
    left: 0;
}


.gw_special__main > .gw_special__main--box::after {
	content: "";
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 55px;
	right: 300px;
}
.gw_special__main > #main_hokkaido.gw_special__main--box::after {
    width: 152px;
    height: 214px;
    background-image: url(../images/pic3.png);
    display: block;
    margin: 0 auto;
    left: 875px;
}

.gw_special__main > #okinawa.gw_special__main--box::after {
    width: 151px;
    height: 144px;
    background-image: url(../images/pic4.png);
    display: block;
    margin: 0 auto;
    left: 830px;
    top: 153px;
}

.gw_special__main--area {
	margin-bottom: 37px;
	font-size: 4.9em;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	color: #3CD0B6;
	font-weight: 900;
	line-height: 0.5em;
	text-align: center;
	position: relative;
    padding-right: 20px;
}
.gw_special__main > #okinawa .gw_special__main--area {
	margin-bottom: 37px;
	color: #219DFD;
}
.gw_special__main--area_eng {
	font-size: 0.3em;
	font-family: adobe-handwriting-ernie, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}
.gw_special__main--content {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 84px;
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
.gw_special__main--content .gw_special__main--image {
	max-width: 480px;
	width: 100%;
}

.gw_special__main--content .gw_special__main--image img {
	height: 280px;
}

.gw_special__main--content .gw_special__main--textarea {
	margin-top: 25px;
}
.gw_special__main--content .gw_special__main--title {
	margin-bottom: 10px;
	font-size: 1.45em;
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #e8b139;
	line-height: 1.5;
}
.gw_special__main
	> #kyushu
	.gw_special__main--content
	.gw_special__main--title {
	color: #cd7c7c;
}
.gw_special__main--desc {
	margin-bottom: 10px;
}
.gw_special__main--desc_txt {
	font-size: 1.2em;
	letter-spacing: 0.05em;
	line-height: 1.625;
	text-align: justify;
}



/* コンテンツ */
/* 共通コンテンツプラン */
.contents {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 960px;
    margin: 0 auto;
  padding-bottom: 100px;
  padding-left: 87px;
}
.contents a {
  text-decoration: none;
  color: #000;
  position: relative;
}

.contents-plan {
    width: 261px;
    height: 315px;
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    margin-top: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;

}

.contents-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    flex-direction: column;

}

.contents-top img {
    width: 100%;
    height: 157px;
    padding-bottom: 15px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.off_img {
width: 75px;
    height: 75px;
    position: absolute;
    z-index: 50;
    top: 31px;
    left: -6px;
}

.contents-top p {
    font-size: 27px;
    position: absolute;
    top: 4px;
    left: 8px;
    z-index: 60;
    color: #fff;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

.one_price {
    left: 20px !important;
}

.contents-area {
    font-size: 15px;
    font-weight: bolder;
    text-align: left;
    height: 25px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    color: #3CD0B6;
    white-space: nowrap;
    padding-left: 5px;
    padding-bottom: 4px;
}

#okinawa .contents-area {
    font-size: 15px;
    font-weight: bolder;
    text-align: left;
    height: 25px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    color: #219DFD;
    white-space: nowrap;
    padding-left: 5px;
    padding-bottom: 4px;

}

.contents-text {
text-align: left;
    padding: 10px 10px;
    margin-top: 0px;
    height: 84px;
    display: flex;
    align-items: center;
    line-height: 1.3;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* ← 4行で省略 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.btn {
    border: none;
    border-radius: 25px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.btn_hok a {
    margin: 0 auto;
    width: 302px;
    height: 60px;
    font-size: 18px;
    color: #000 !important;
    position: relative;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: underline !important;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.btn_oki a {
    margin: 0 auto;
    width: 302px;
    height: 60px;
    font-size: 18px;
    color: #000 !important;
    position: relative;
    border-radius: 40px;
    font-weight: bold;
    text-decoration: underline !important;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

/* .btn a::after{
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    position: absolute;
    top: 54%;
    right: 9%;
    margin-top: -8px;
    transform: rotate(45deg);
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
} */

.blbtn_top {
    margin-top: 100px;
    margin-bottom: 70px;
    text-align: center;
}

.blbtn_top a {
    background: #003894;
    color: #fff !important;
    padding: 8px 180px 8px 15px;
    position: relative;
    text-decoration: none !important;
    font-size: 18px;
    text-align: left;
    display: inline-block;
}

.blbtn_top a::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -8px;
    transform: rotate(45deg);
}

/* 注意事項 */
.searchbox_txt02 a {
    font-size: 13px;
    text-decoration: underline !important;
}

.notice_wrap {
    max-width: 800px;
    margin: 0 auto;
}

.notice_ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 20px;
}

.notice_txt_box {
    font-size: 16px;
    font-weight: 400;
}

