@charset "utf-8";
/* CSS Document */
/* 全体
   ========================================================================== */

:root {
	--color-main: #1eb8cb;
	--color-midmain: #e9546b;
	--color-sheer: #d5e6e6;
	--font-size-pc: 14px;
	--font-size-sp: calc(24vw / 7.5);
}

.main {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(var(--font-size-sp), var(--font-size-pc));
	color: #000;
	line-height: 1.4;
}

.section__container {
	padding: 5% 3%;
}

.nosp {
	display: none;
}

.red {
	color: #e31a1a;
}

.goTop a img {
	width: 75px;
}

/* タイトル
   ========================================================================== */
.mainVisual_sp {
	display: block;
}

.mainVisual_sp img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: block;
}

/* ナビ
   ========================================================================== */
#navi.fixed {
	/*position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;*/
	box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
}

#navi {
	width: 100%;
	background-color: #6d6e70;
	border-bottom: 3px solid #d00c46;
	padding: 5px 0;
}

#navi ul {
	width: 100%;
	font-size: 80%;
	font-weight: bold;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0% 1%;
}

#navi ul li:first-child {
	border-left: 2px solid #ffffff;
}

#navi ul li {
	width: 100%;
	border-right: 2px solid #ffffff;
}

#navi ul li a {
	display: block;
	color: #fff;
	padding: 8% 1%;
}

#navi ul li a:hover {
	background-color: #d00c46;
	color: #ffffff;
}

.contents a {
	text-decoration: none;
	color: inherit;
}


/* ネットワーク
   ========================================================================== */
/*#network {
	background-color: #e3eef3;
	background-image: repeating-linear-gradient(-50deg, #fff, #fff 5px, transparent 0, transparent 7px);
}*/

#network h2 {
	padding-top: 5%;
}

.contentsbox .section__container h3,
.contentsbox .section__container p {
	text-align: center;
}

.pt-xl {
	padding-top: 0 !important;
}
#searchArea {
	margin-top: 20px !important;
}
#network .pb-xl {
	padding: 0 3%;
}

#network .oz-network {
	box-shadow: 3px 3px 0 rgba(0 0 0 / 20%);
}

figure {
	margin: 0;
	
}

.modalWrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	justify-content: center;
}

[id*="modalContent"] {
	width: 48%;
	float: left;
	/* margin-right: 1%;
	width: 70%;*/
	background-color: #ffffff;
	margin: 0 1% 5% 1%;
}

[id*="modalContent"] {
	padding: 2%;
	max-width: 320px;
}

[id*="modalContent"] h4 {
	line-height: 1.5;
	padding-left: 10px;
	border-left: 2px solid #663d3d;
	color: #331717;
	font-size: 110%;
	font-weight: bold;
}

[id*="modalContent"] h4 span {
	color: #663d3d;
	font-size: 100%;
	font-weight: normal;
}

[id*="modalContent"] h4 .modal_ss {
	color: #663d3d;
	font-size: 90%;
	font-weight: normal;
}

[id*="modalContent"] figure {
	margin-top: 10px;
	text-align: center;
}

[id*="modalContent"] img {
	width: 100%;
	max-width: 320px;

	
}

[id*="modalContent"] p {
	margin-top: 5px;
	line-height: 1.5;
	font-size: 90%;
	 text-align: justify;

}

#network .modal_ttl {
	text-align: center;
	margin-top: 20px;
}

#network .modal_txt {
	text-align: center;
}
#flight_sc{
	background-color: #e3eef3;
	background-image: repeating-linear-gradient(-50deg, #fff, #fff 5px, transparent 0, transparent 7px);
}
#flight_sc .flight {
	margin: 0 5% 5%;
}

#flight_sc .flightSchedule thead tr {
	background: #ffffff;
}

#flight_sc .flightSchedule tr {
	background-color: #ffffff;
}

#flight_sc .info {
	text-align: end;
}
/*--------------------------------------------------
商品kansai 
---------------------------------------------------*/
.product__list {
	display: grid;
	gap: calc(30vw / 7.5) 0;
}
.sp .product__list {
	gap: calc(20vw / 7.5) 0;
}
.product__list--data {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.product__list--item {
	letter-spacing: .5px;
	list-style: none;
}
.product__list--inner {
  background: #fff;
  color: inherit;
  text-decoration: none;
  display: flex;
  position: relative;
}
.sp .product__list--inner {
  justify-content: space-between;
  padding: calc(6vw / 1.5) calc(4vw / 4.5);
  flex-wrap: wrap;
  border: calc(2vw / 7.5) solid #c1c0bc;
  font-size: calc(20vw / 7.5);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
}
.product__list--image {
  background: #f2f2f2 no-repeat center center / cover;
  width: 100%;
  object-fit: cover;
}
.sp .product__list--image {
  width: 100%;
  height: calc(175vw / 7.5);
}
.sp .product__list--image-wrapper {
  width: calc(260vw / 7.5);
}
.product__list--label > [class*="product__list--label--"]:empty {
    display: none;
}
.sp .product__list--label {
  width: 100%;
}
.sp .product__list--label:not(:empty) {
  margin-bottom: calc(5vw / 7.5);
}
.sp .product__list--label:empty {
  display: none;
}
.product__list--label > [class*="product__list--label--"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1;
  font-weight: bold;
}
.sp .product__list--label > [class*="product__list--label--"] {
  min-width: calc(180vw / 7.5);
  height: calc(50vw / 7.5);
  margin-right: calc(10vw / 7.5);
  padding: .25em .5em;
}
.sp .product__list--label > [class*="product__list--label--"] {
  margin-bottom: calc(10vw / 7.5);
}
.product__list--label--fair, .product__list--label--goto, .product__list--label--shien, .product__list--label--special, [class*="product__list--label--aw"] {
  background: no-repeat 0 0 / contain;
}
.product__list--type.is-color-blue {
  background: #062d91;
}
.product__list--type.is-color-green {
  background: #006633;
}
.product__list--type.is-color-black {
  background: #000;
  text-align: center;
}
.product__list--type {
  color: #fff;
	font-size: 12px;
	line-height: 1.3em;
}
.product__list--type.port-type {
	font-size: 12px;
}
.sp .product__list--type {
  padding: calc(6vw / 7.5) 0 calc(8vw / 7.5);
  text-align: center;
  font-size: calc(20vw / 7.5)
}
.product__list--text-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.sp .product__list--text-wrapper {
  width: calc(400vw / 7.5);
  flex-grow: 0;
}
.product__list--texts {
  display: flex;
  flex-direction: column;
}
.product__list--texts > [class*="product__list--"]:not(.product__list--type) {
  order: 1;
}
.product__list--title {
  font-weight: bold;
}
.sp .product__list--title {
  font-size: calc(28vw / 7.5);
  margin-bottom: calc(15vw / 7.5);
	line-height: 1.3em;
}
.product__list--title--airport {
	font-size: 0.8em;	
}
.product__list--detail {
  line-height: 1.5;
}
.product__list--title > [class*="product__list--"] {
  display: block;
}
.sp .product__list--price {
  margin-top: calc(30vw / 7.5);
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
}
.product__list--point:empty {
	display: none;
}
.product__list--point {
  background: var(--default-color-red);
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.product__list--point.is-color-gold {
  background: #c09e40;
}
.sp .product__list--point {
  padding: calc(5vw / 7.5) 0;
  margin-bottom: calc(5vw / 7.5);
  font-weight: bold;
  width: 100%;
}
.product__list--minmax {
  color: #e90000;
  font-weight: bold;
}
.sp .product__list--minmax {
  font-size: calc(30vw / 7.5);
  line-height: 1.5;
}
/*↓新旧上下限js混在応急処置↓*/
.product__list--item .minmax-old:not(:empty) + .minmax-new {
  display: block;
}
/*↑新旧上下限js混在応急処置↑*/

.sp .product__list .product__list--minmax {
  width: 100%;
}
.product__list--dep, .product__list--notes {
	color: #333;
	letter-spacing: 0;
}
.product__list--inner {
  position: relative;
}
.product__list--itemtext{
	background: #eee;
	font-size: 3.0vw;
	padding: 1vw!important;
	margin-top: 2vw;
	line-height: 1.5;
}
#city .product__list--more {
	grid-template-columns: 5em 1fr;
	display: grid;
	gap: 0 .5em;
	align-items: baseline;
	margin-top: .25em;
}
#city .product__list--data.tour .product__list--detail.itemtxt {
	background: #eee;
	font-size: 3.0vw;
	padding: 1vw !important;
	margin-top: 2vw;
}
#city .product__list--more--title {
	display: inline-block;
	font-size: .95em;
	line-height: 1.5;
	background: #646464;
	color: #fff;
	text-align: center;
}

#city .product__list--texts :is(.product__list--point, .product__list--tokuten) {
	font-size: .95em;
	color: #666;
	border-top: 1px dashed;
	margin-top: 1.15em;
	padding-top: .6em;
}

#city .product__list--minmax~[class*="product__list--"] {
	font-size: 2.3vw;
	letter-spacing: -0.05em;
	margin-top: 1vw;
	color: #333;
}
#city .more-btn {
	width: 95%;
	margin: 30px auto 60px;
	
}

#city .more-btn a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	background-color: #d00c46;
	text-align: center;
	border-radius: 10px;
	box-shadow: 2px 2px 0 rgba(0 0 0 / 20%);
}

#city .more-btn a:after {
	font-family: FontAwesome;
	content: "\f105";
	padding-left: 10px;
}

#city .more-btn a:hover {
	transition: all 0.6s ease;
	background-color: #d00c46;
}
#city h3 {
	margin: 20px 0 20px;
}
/*--------------------------------------------------
商品owari
---------------------------------------------------*/
/* 機内サービス
   ========================================================================== */
#service h2 {
	padding-top: 5%;
}

#service img {
	max-width: 100%;
}

#service .is-checkin_counter .seat__list--item--text,
.is-priority_demurrage .seat__list--item--text.is-premium_economy,
.is-cabin_luggage .seat__list--item--text.is-premium_economy,
.seat__list--item--text .is-notes {
	font-size: 13px;
}

#service .seat__list {
	width: var(--default-width-pc);
	background: #fff;
	margin: 1% auto 3%;
}

#service .seat__list--item.is-class {
	height: auto;
}
#service .seat__list--item_title.is-class {
	height: 100px;
	display: grid;
	grid-template-columns: 0.5fr 0.5fr 0.5fr;
	column-gap: 13px;
	align-items: center;
}
#service .seat__list--item {
	height: 50px;
	display: grid;
	grid-template-columns: 0.5fr 0.5fr 0.5fr;
	column-gap: 8px;
	align-items: center;
	border-bottom: 1px solid #e9ebec;
}

#service .seat__list--item--text.is-heading {
	font-size: 100%;
	font-weight: bold;
	padding-left: 0.5em;
}

#service .seat__list--item--text:not(.is-heading) {
	text-align: center;
}

#service .is-class .seat__list--item--text:not(.is-heading) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	font-size: 100%;
	font-weight: bold;
	background: #d00c46;
	color: #fff;
	padding: 2%;
}

#service .is-notes {
	display: block;
}

#service .is-notes {
	display: block;
}

.seat_ttl {
	position: relative;
}

#service .seat__list--item--image span {
	position: absolute;
	bottom: 34%;
	left: 58%;
	color: #ffffff;
	font-size: 0.8rem;
}

#service .size-full {
	width: 100%;
	padding: 1%;
}

#service .size-half {
	width: 50%;
	padding: 1%;
}

#service .pb-md {
	padding: 0 5%;
}

#service .seat__list--item--text.is-economy span,
#service .seat__list--item--text.is-prestige span {
	font-size: 80%;
}

#service .seat__list--item.is-size,
#service .seat__list--item.is-luggage,
#service .seat__list--item.is-cabin_luggage,
#service .seat__list--item.is-monitor {
	height: 100%;
}

#service .service_info {
	margin-bottom: 5%;
}

/* 検索
   ========================================================================== */
#search h2 {
	padding-top: 10%;
}
/* 旅行探す
   ========================================================================== */
#searchArea {
    background-color: #F2F2F2 !important;
	}

/* 検索ボタン
   ========================================================================== */
/* .search-button {
  position: fixed;
  --posi: min((6vw / 7.5), 10px);
  top: var(--posi);
  right: var(--posi);
  z-index: 10;
  transition: var(--default-hover-transition-transform);
  &.is-over, &:not(.is-fixed) {
    transform: translateX(120%);
  }
}
.search-button__image {
  display: block;
  width: min((220vw / 7.5), 216px);
  aspect-ratio: 216 / 161;
}*/
/* TEL
   ========================================================================== */
.tel__container{
    width: 100%;
}
.lrPosition {
    flex-wrap: wrap;
}
.open-time {
    width: 100%;
    margin-top: 1vh;
}
