@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 {
	width: 992px;
	padding: 0px 16px 0px 16px;
	position: relative;

}

.nopc {
	display: none;
}

.simpleMv--full {
	width: 100%;
	height: 500px;
	padding: 0;
}

.simpleMv--full>.simpleMv__img {
	height: 500px;
}

.red {
	color: #e31a1a;
}

.service h2{
	margin-bottom: 50px;
	font-size: 1.8rem;
	font-weight: 700;
}

.goTop {
    bottom: 3%;
    right: 2%;
}


/* ナビ
   ========================================================================== */
#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: 992px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#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: 8px;
}

#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);
}*/

.contentsbox .section__container h3,
.contentsbox .section__container p {
	text-align: center;
}

#network .oz-network {
	box-shadow: 3px 3px 0 rgba(0 0 0 / 20%);
}

figure {
	margin: 0;
	display: flex;
}

#network .imgContainer--full>img {
	width: auto;
}

.modalWrap {
	display: flex;
	/*flex-wrap: wrap;*/
	margin: 20px 0;
	justify-content: center;
}

[id*="modalContent"] {
	
	float: left;
	/* width: 24%;
	margin-right: 1%; width: 50%;margin: 0 0.5% 0 0.5%;*/
	background-color: #ffffff;
	margin: 0 1.5% 0 1.5%;
	
}

[id*="modalContent"] {
	padding: 10px;
}

[id*="modalContent"] h4 {
	line-height: 1.5;
	padding-left: 10px;
	border-left: 2px solid #663d3d;
	color: #331717;
	font-size: 19px;
	font-weight: bold;
}

[id*="modalContent"] h4 span {
	color: #663d3d;
	font-size: 15px;
	font-weight: normal;
}

[id*="modalContent"] figure {
	margin-top: 10px;
	text-align: center;
}

[id*="modalContent"] img {
	width: 100%;
	/*position: relative;
	max-width: 320px;
	 max-width: 383px;*/
	overflow: hidden;

}

[id*="modalContent"] p {
	margin-top: 5px;
	line-height: 1.5;
	font-size: 14px;
	  margin: 0 0 0 20px;
  	padding: 0;
	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: 26px 0 20px 0;
}

#flight_sc .flightSchedule thead tr {
	background: #ffffff;
}

#flight_sc .flightSchedule tr {
	background-color: #ffffff;
}

#flight_sc .info {
	text-align: end;
	padding-bottom: 50px;
}

#network .network-top {
	position: absolute;
	left: -13%;
	top: 2%;
	/*width: 304px;*/
}
/*#network .network-top img {
	width: 70%;
}*/

#network .network-top-right {
	position: absolute;
	right: -9%;
	top: 32%;
	width: 121px;
}

#network .network-top-right img {
	width: 90%;
}

#network .network-bottom {
	position: absolute;
    left: 80%;
    bottom: -12%;
    width: 28%;
}

#network .network-bottom img {
	width: 100%;
}

@media screen and (max-width: 1280px) {
	#network .network-top {
		position: absolute;
		left: 0%;
		top: -3%;
		width: 25%;
	}

	#network .network-top img {
    width: 70%;
	}

	#network .network-top-right {
		position: absolute;
		right: 1%;
		top: 38%;
		width: 10%;
	}

	#network .network-top-right img {
		width: 90%;
	}

	#network .network-bottom {
		bottom: -9%;
		left: 0;
		width: 90%;
	}

	#network .network-bottom img {
		width: 25%;
	}
}


/* 商品
   ========================================================================== */
#city .grid-col2 {
    width: 40%;
}
#city .grid-col2.txt {
    width: 60%;
}
#city .tokuten_title{
    margin: 0 0 5px 0;
    font-size: 1.5rem;
    line-height: 1.3;
}

#city .tokuten_txt-b{
    color: #e31a1a;
    font-weight: bold;
    font-size: 2.2rem;
}

#city .heading--md {
	margin: 26px 0 20px 0;
	font-size: 1.8rem;
}
#karte-air.heading--md{
	margin-top: 50px;
}

#city .tokuten_subtxt{
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 10px;
}
#city .tokuten_subtxt span{
    font-size: 1.2rem;
}

#city .tokuten_info{
    padding: 0 0 0 10px;
}

#city .product__list {
	--yohaku: 11px;
	display: grid;
	grid-template-columns: repeat(auto-fit, calc((100% - var(--yohaku)* 2) / 3));
	gap: var(--yohaku);
	justify-content: center;
    margin-bottom:50px;
}
#city .product__list {
	grid-template-columns: repeat(auto-fit, calc((100% - var(--yohaku)* 3) / 4));
}

#city .product__list--data,
.product__list--inner {
	height: 100%;
}

#city .product__list--inner {
	border: 1px solid #939dad;
	display: grid;
	grid-template-rows: auto 1fr;
}

#city .product__list--inner {
	--product-obi-h: 2em;
	--product-obi-yohaku: 4px 4px 5px;
	--product-title-yohaku: .5em;
	--product-price-yohaku: 10px;
}

#city .product__list--inner {
	font-size: min((20vw / 7.5), 12px);
	color: #333;
	text-decoration: none;
	position: relative;
	background: #fff;
	display: block;
	transition: opacity .4s;
}

#city .product__list--inner:hover {
	opacity: 0.7;
}

#city .product__list--image {
	width: var(--product-photo-w, 100%);
	height: var(--product-photo-h, 160px);
	object-fit: cover;
	object-position: 100% 100%;
	aspect-ratio: 238 / 160;
	display: block;
}

#city .product__list--type {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	background: #000;
	min-height: var(--product-obi-h, 1.5em);
	padding: var(--product-obi-yohaku, .25em);
}

#city .product__list--text-wrapper {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

#city .product__list--data.tour .product__list--title {
	padding: 10px 10px 0;
}

#city .product__list--data.tour .product__list--detail {
	padding: 0 10px 10px;
}

#city .product__list--data.tour .product__list--detail.hotel {
	padding: 0 10px 10px;
}

#city .product__list--data.tour .product__list--detail.itemtxt {
	background-color: #f2f2f2;
	padding: 10px;
}

#city .product__list--data.tour .product__list--price {
	padding: 10px;
}

#city .product__list--text-wrapper.air,
#city .product__list--text-wrapper.ah {
	padding: 10px;
}

#city .product__list--category--wrapper {
	--yohaku: min((10vw / 7.5), 5px);
	display: flex;
	flex-wrap: wrap;
	gap: 0 var(--yohaku);
	font-family: var(--font-family-noto);
}

#city .product__list--title {
	font-size: min((28vw / 7.5), 16px);
	line-height: 1.35;
	font-weight: bold;
	margin-bottom: 1em;
	color: #000;
}

#city .product__list--detail {
	line-height: 1.4;
}

#city .product__list--price {
	margin-top: auto;
	padding-top: 10px;
}

#city .product__list--minmax {
	font-size: min((32vw / 7.5), 18px);
	color: #e90000;
	font-weight: bold;
}

#city .product__list--data a {
	text-decoration: none;
}

#city .product__list--more {
	grid-template-columns: 5em 1fr;
	display: grid;
	gap: 0 .5em;
	align-items: baseline;
	margin-top: .25em;
}

#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--"] {
	padding-top: .5em;
}

#city .more-btn {
	width: 800px;
	margin: 40px auto 0px;
}

#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: #004998;
}

#city .fit_cpn{
    color: #e31a1a;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 5px;
}
/* 機内サービス
   ========================================================================== */
#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: 40px auto 10px;
}

#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: 13px;
	align-items: center;
	border-bottom: 1px solid #e9ebec;
}

#service .seat__list--item--text.is-heading {
	font-size: 14px;
	font-weight: bold;
	padding-left: 2em;
}

#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: 53px;
	font-size: 16px;
	font-weight: bold;
	background: #d00c46;
	color: #fff;
}

#service .is-notes {
	display: block;
}

#service .is-notes {
	display: block;
}

#service .seat__list--item--image span {
	position: absolute;
	bottom: 55px;
	left: 80%;
	transform: translateX(-10%);
	color: #ffffff;
}


#service .seat__list--item--text.is-economy span,
#service .seat__list--item--text.is-prestige span {
	font-size: 12px;
}

#service .seat__list--item.is-monitor {
	height: 70px;
}

#service .service_info {
	text-align: right;
	margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
#service .seat__list--item.is-monitor {
    height: 100%;
}
}

/* 旅行探す
   ========================================================================== */
#searchArea {
    background-color: #F2F2F2 !important;
	}
.search-button{
	display: none;
}
/* TEL
   ========================================================================== */
.lrPosition {
    flex-wrap: wrap;
}
.tel__container{
    padding: 30px 0;
}
.textBox--outline {
    margin: 16px 0;
    padding: 16px;
    border: solid 1px #888;
}
.open-time {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

