@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, section, div, p, main, header, footer {
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust: none; }

/* common------------------------------- */
a {
  color: #0074BD;
  text-decoration: none;
  transition: color 0.3s; }

/* 変数------------------------------- */
/* header------------------------------- */
.lp_header {
  padding: .5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: 0em 0.25em 1em 0em rgba(0, 0, 0, 0.16); }

.lp_header .lp_logo {
  width: 100px; }

.lp_backtotop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 2.25rem;
  padding: 0 1rem;
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none; }

.lp_backtotop:hover {
  background-color: #F2F2F2; }

/* footer------------------------------- */
.lp_footer {
  background-color: #333333;
  padding: 4em;
  text-align: center;
  color: #FFF; }

/*contents-----------------------------------------------------------*/
#article {
  width: 100%;
  box-sizing: border-box; }
  #article .breadclumb {
    background-color: #FAFAFA;
    padding: .5rem 0; }
    #article .breadclumb ul {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      box-sizing: border-box; }
      @media only screen and (max-width: 1000px) {
        #article .breadclumb ul {
          padding: 0 16px; } }
      #article .breadclumb ul li {
        display: inline;
        position: relative;
        padding-right: 2em; }
        @media only screen and (max-width: 468px) {
          #article .breadclumb ul li {
            font-size: .7rem; } }
        #article .breadclumb ul li:after {
          position: absolute;
          right: -.4em;
          top: 0;
          content: "";
          display: block;
          width: 1.5rem;
          height: 1.5rem;
          transform: rotate(-90deg);
          margin: 0 0.5rem;
          background: url(https://img2.tour.l-tike.com/image/common/pc/icon_arrow_gray.svg) no-repeat center transparent;
          background-size: contain; }
          @media only screen and (max-width: 468px) {
            #article .breadclumb ul li:after {
              width: 1rem;
              height: 1rem;
              right: -.6em; } }
        #article .breadclumb ul li.last {
          padding-right: 0; }
          #article .breadclumb ul li.last:after {
            content: none; }

/*articleIndex-----------------------------------------------------------*/
/*gallery-----------------------------------------------------------*/




/*contents-----------------------------------------------------------*/
:root {
	--colorBLU: #0074BD;
	--colorBEG: #F8F5F2;
	--colorGRY: #E2E3E2;
	--colorAQU: #68ADC0;
	--colorGRN: #008C5D;
	--colorORN: #ED8D2E;
	--pcWidth: 872px;
	--pcWidthInner: 692px;
}

#whatislt {
	color: #000;
}
#whatislt *,
#whatislt *::before,
#whatislt *::after {
	box-sizing: border-box;
}
#whatislt img {
	max-width: 100%;
	vertical-align: bottom;
}
#whatislt a:hover {
	opacity: 0.8;
}




/* ==============================
Keyvisual
============================== */
#whatislt .kv {
	max-width: var(--pcWidth);
	margin: 0 auto 10px auto;
}

@media screen and (max-width: 600px) {
	#whatislt .kv {
		margin: 0 auto 24px auto;
	}
}




/* ==============================
見出し
============================== */
#whatislt .ttl01 {
	text-align: center;
	margin-bottom: 12px;
}
#whatislt .ttl01 .inner {
	position: relative;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 72px;
}
#whatislt .ttl01 .inner::before,
#whatislt .ttl01 .inner::after {
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 46px;
	background-image: url(../img/deco_left.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}

#whatislt .ttl01 .inner::before {
	left: 0;
}
#whatislt .ttl01 .inner::after {
	right: 0;
}


#whatislt .ttl02 {
	text-align: center;
	background-color: #000;
	color: #FFF;
	padding: 13px 0 11px;
}
#whatislt .ttl02 .inner {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	padding: 0 48px;
}
#whatislt .ttl02 .inner::before,
#whatislt .ttl02 .inner::after {
	position: absolute;
	content:"";
	top: -4px;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 23px;
}

#whatislt .ttl02 .inner::before {
	left: 0;
	background: url(../img/icon_heart01.svg) no-repeat center left;
	background-size: contain;
}
#whatislt .ttl02 .inner::after {
	right: 0;
	background: url(../img/icon_heart01.svg) no-repeat center left;
	background-size: contain;
}

@media screen and (max-width: 600px) {
	#whatislt .ttl01 {
		padding: 0 24px;
		margin-bottom: 20px;
	}
	#whatislt .ttl01 .inner {
		font-size: 22px;
		padding: 0px 50px;
	}
	#whatislt .ttl01 .inner::before,
	#whatislt .ttl01 .inner::after {
		width: 35px;
	}
	#whatislt .ttl02 .inner {
		font-size: 18px;
		padding: 0 34px;
	}
	#whatislt .ttl02 .inner::before,
	#whatislt .ttl02 .inner::after {
		width: 16px;
		top: -6px;
	}
}

@media screen and (max-width: 374px) {
	#whatislt .ttl01 .inner {
		font-size: 5.8vw;
	}
}


/* ------------------------------
吹き出し
------------------------------ */
#whatislt .bubbleWrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
#whatislt .bubbleWrap .icon {
	width: 64px;
}

/*
#whatislt .bubbleWrap .iconQ {
	width: 19px;
	line-height: 1;
	margin-right: 4px;
}
*/

#whatislt .bubbleWrap .iconQ {
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 19px 20px;
	padding-left: 24px;
}
#whatislt .bubbleWrap .iconQ.grn {
	background-image: url(../img/q_grn.svg);
}
#whatislt .bubbleWrap .iconQ.orn {
	background-image: url(../img/q_orn.svg);
}
#whatislt .bubbleWrap .iconQ.blu {
	background-image: url(../img/q_blu.svg);
}

/* ----- 左 ----- */
#whatislt .bubbleWrap .bubbleL {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 0 16px;
	padding: 8px 16px;
	min-width: 300px;
	max-width: 100%;
	font-size: 20px;
	background: #FFF;
	border: solid 2px #000;
	border-radius: 24px;
	box-sizing: border-box;
}

#whatislt .bubbleWrap .bubbleL:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -13px;
	transform: translateY(-50%);
	margin: auto;
	border: 6px solid transparent;
	border-right: 9px solid #FFF;
	z-index: 2;
}

#whatislt .bubbleWrap .bubbleL:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -19px;
	transform: translateY(-50%);
	margin: auto 0;
	border: 8px solid transparent;
	border-right: 11px solid #000;
	z-index: 1;
}


/* ----- 右 ----- */
#whatislt .bubbleWrap .bubbleR {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 16px 0 0;
	padding: 8px 16px;
	min-width: 300px;
	max-width: 100%;
	font-size: 20px;
	background: #FFF;
	border: solid 2px #000;
	border-radius: 24px;
	box-sizing: border-box;
}

#whatislt .bubbleWrap .bubbleR:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -13px;
	transform: translateY(-50%);
	margin: auto;
	border: 6px solid transparent;
	border-left: 10px solid #FFF;
	z-index: 2;
}

#whatislt .bubbleWrap .bubbleR:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -19px;
	transform: translateY(-50%);
	margin: auto 0;
	border: 8px solid transparent;
	border-left: 12px solid #000;
	z-index: 1;
}

@media screen and (max-width: 600px) {
	#whatislt .bubbleWrap {
		padding: 0 12px;
	}
	#whatislt .bubbleWrap .icon {
		width: 56px;
	}
	#whatislt .bubbleWrap .bubbleL,
	#whatislt .bubbleWrap .bubbleR {
		font-size: 16px;
		min-width: auto;
		width: calc(100% - 73px);
		border-radius: 21px;
	}
	#whatislt .bubbleWrap .bubbleL {
		margin: 0 0 0 14px;
	}
	#whatislt .bubbleWrap .bubbleL:before {
		left: -11px;
		border: 4px solid transparent;
		border-right: 9px solid #FFF;
	}

	#whatislt .bubbleWrap .bubbleL:after {
		left: -17px;
		border: 6px solid transparent;
		border-right: 11px solid #000;
	}
	#whatislt .bubbleWrap .bubbleR {
		margin: 0 14px 0 0;
	}

	#whatislt .bubbleWrap .bubbleR:before {
		right: -11px;
		border: 4px solid transparent;
		border-left: 9px solid #FFF;
	}

	#whatislt .bubbleWrap .bubbleR:after {
		right: -17px;
		border: 6px solid transparent;
		border-left: 11px solid #000;
	}
	#whatislt .bubbleWrap .iconQ {
		background-size: 16px 17px;
		padding-left: 26px;
	}
}




/* ==============================
イントロ
============================== */
#whatislt #intro {
	margin: 40px 0 60px 0;
}
#whatislt #intro .introWrap {
	max-width: var(--pcWidthInner);
	padding: 0 48px;
	margin: 0 auto;
}
#whatislt #intro .bubbleWrap {
	margin: 0 0 24px 0;
}
#whatislt #intro .bubbleWrap .icon {
	width: 96px;
}
#whatislt #intro .bubbleWrap .bubbleR,
#whatislt #intro .bubbleWrap .bubbleL {
	width: calc(100% - 112px);
	font-size: 16px;
	font-weight: bolder;
	border-width: 2px;
}
#whatislt #intro .bubbleWrap .bubbleR:before {
	right: -15px;
}
#whatislt #intro .bubbleWrap .bubbleR::after {
	right: -20px;
}
#whatislt #intro .bubbleWrap .bubbleL:before {
	left: -14px;
}
#whatislt #intro .bubbleWrap .bubbleL::after {
	left: -19px;
}
#whatislt #intro .pickupWrap {
	margin-top: 40px;
}
#whatislt #intro .pickupWrap .pickupTtl {
	background-color: #0594FF;
	text-align: center;
	padding: 12px 16px;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	border-radius: 16px 16px 0 0;
}
#whatislt #intro .pickupWrap .pickupList {
	border-right: solid 2px var(--colorGRY);
	border-bottom: solid 2px var(--colorGRY);
	border-left: solid 2px var(--colorGRY);
	border-radius: 0 0 16px 16px;
	text-align: center;
	padding: 24px;
}
#whatislt #intro .pickupWrap .pickupList ul {
	display: inline-block;
}
#whatislt #intro .pickupWrap .pickupList li {
	text-align: left;
	padding-left: 1.25em;
	text-indent: -1.25em;
	margin-bottom: 8px;
}
#whatislt #intro .pickupWrap .pickupList li:last-child {
	margin-bottom: 0;
}
#whatislt #intro .pickupWrap .pickupList li::before {
	content: "■";
	display: inline-block;
	width: 1.25em;
	padding-left: 0;
	text-indent: 0;
}
#whatislt #intro .pickupWrap .pickupList li:nth-child(1)::before {
	color: var(--colorGRN);
}
#whatislt #intro .pickupWrap .pickupList li:nth-child(2)::before {
	color: var(--colorORN);
}
#whatislt #intro .pickupWrap .pickupList li:nth-child(3)::before {
	color: var(--colorBLU);
}

@media screen and (max-width: 600px) {
	#whatislt #intro {
		margin: 24px 0 40px 0;
	}
	#whatislt #intro .introWrap {
		padding: 0 12px;
	}
	#whatislt #intro .bubbleWrap {
		padding: 0;
	}
	#whatislt #intro .bubbleWrap .icon {
		width: 72px;
	}
	#whatislt #intro .bubbleWrap .bubbleR,
	#whatislt #intro .bubbleWrap .bubbleL {
		width: calc(100% - 88px);
		font-size: 14px;
	}
	#whatislt #intro .bubbleWrap .bubbleR:before {
		right: -13px;
	}
	#whatislt #intro .bubbleWrap .bubbleR::after {
		right: -17px;
	}
	#whatislt #intro .bubbleWrap .bubbleL:before {
		left: -13px;
	}
	#whatislt #intro .bubbleWrap .bubbleL::after {
		left: -17px;
	}
	#whatislt #intro .pickupWrap {
		margin-top: 24px;
	}
	#whatislt #intro .pickupWrap .pickupList {
		padding: 12px;
	}
	#whatislt #intro .pickupWrap .pickupTtl {
		font-size: 20px;
	}
}



/* ==============================
ローチケ旅行について
============================== */
#whatislt #about {
	max-width: var(--pcWidth);
	margin: 0 auto;
}
#whatislt #about .aboutWrap {
	margin-bottom: 40px;
	max-width: var(--pcWidthInner);
	margin: 0 auto 40px auto;
}
#whatislt #about .aboutWrap .innerWrap {
	background-color: var(--colorBEG);
	border-radius: 20px;
	padding: 44px 48px 24px 48px;
	margin-top: -28px;
}
#whatislt #about .aboutWrap .innerWrap .pointWrap li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	padding-bottom: 16px;
	/*border-bottom: dotted 2px #000;*/
	background-image : linear-gradient(to right, #a6a6a6, #a6a6a6 3px, transparent 3px, transparent 5px);
	background-size: 5px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
#whatislt #about .aboutWrap .innerWrap .pointWrap li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	/*border-bottom: none;*/
	background: none;
}
#whatislt #about .aboutWrap .innerWrap .pointWrap li .point {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	border-radius: 8px;
}
#whatislt #about .aboutWrap .innerWrap .pointWrap li .point img {
	height: 31px;
}
#whatislt #about .aboutWrap .innerWrap .pointWrap.grn li .point {
	background: var(--colorGRN);
}
#whatislt #about .aboutWrap .innerWrap .pointWrap.orn li .point {
	background: var(--colorORN);
}
#whatislt #about .aboutWrap .innerWrap .pointWrap li .text {
	width: calc(100% - 151px);
	font-size: 16px;
	color: #606060;
}
#whatislt #about .aboutWrap .innerWrap .pointWrap li .text .lead {
	font-size: 24px;
	margin-bottom: 5px;
	color: #000;
}
#whatislt #about .aboutWrap .innerWrap .pointWrap li .icon {
	width: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ----- ボタン ----- */
#whatislt #about .aboutWrap .innerWrap .pointWrap li .btn a {
	position:relative;
	display: block;	
	background-color: #FFF;
	max-width: 280px;
	border-radius: 100px;
	font-size: 16px;
	text-align: center;
	padding: 6px 0;
}
#whatislt #about .aboutWrap .innerWrap .pointWrap li .btn a::after {
	position: absolute;
	content: '';
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--colorBLU);
	border-right: 1px solid var(--colorBLU);
	transform: rotate(45deg);
}

#whatislt #about .aboutWrap .note {
	font-size: 12px;
	margin: 12px 48px 0 48px;
}

@media screen and (max-width: 600px) {
	#whatislt #about .aboutWrap .innerWrap {
		border-radius: 0;
		padding: 44px 12px 24px 12px;
		margin-top: -28px;
	}
	#whatislt #about .aboutWrap .innerWrap .pointWrap li .point {
		width: 42px;
	}
	#whatislt #about .aboutWrap .innerWrap .pointWrap li .point img {
		height: 24px;
	}
	#whatislt #about .aboutWrap .innerWrap .pointWrap li .text {
		font-size: 14px;
		width: calc(100% - 110px);
	}
	#whatislt #about .aboutWrap .innerWrap .pointWrap li .text .lead {
		font-size: 20px;
		margin-bottom: 4px;
	}
	#whatislt #about .aboutWrap .innerWrap .pointWrap li .icon {
		width: 48px;
	}
	#whatislt #about .aboutWrap .innerWrap .pointWrap li .btn a {
		font-size: 14px;
		padding: 4px 0;
	}
	#whatislt #about .aboutWrap .note {
		margin: 12px 24px 0 24px;
	}
}




/* ==============================
おすすめ記事
============================== */
#whatislt #recommend {
	position: relative;
	background-color: var(--colorBEG);
	margin-top: 140px;
	padding-bottom: 48px;
}
#whatislt #recommend .icon {
	position: absolute;
	max-width: 238px;
	margin: auto;
	left: 0;
	right: 0;
	top: -50px;
}
#whatislt #recommend .innerWrap {
	max-width: calc(var(--pcWidth) + 48px);
	padding: 90px 24px 0 24px;
	margin: 0 auto;
}
#whatislt #recommend .innerWrap .ttl {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
#whatislt #recommend .innerWrap .ttl span {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
#whatislt #recommend .articleList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#whatislt #recommend .articleList a {
	width: calc((100% - 20px) / 2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	margin: 0 0 16px 0;
	border-radius: 16px;
	border: solid 1px var(--colorGRY);
}

#whatislt #recommend .articleList a .image {
	position: relative;
	width: 96px;
	height: 96px;
	border-radius: 10px;
	overflow: hidden;
}
#whatislt #recommend .articleList a p {
	width: calc(100% - 108px);
  font-size:16px;
}

#whatislt #recommend .btnMore {
	text-align: center;
	margin-top: 4px;
}
#whatislt #recommend .btnMore span {
	position: relative;
	font-size: 20px;
	color: var(--colorBLU);
	cursor: pointer;
	display: inline-block;
	padding-right: 30px;
}
#whatislt #recommend .btnMore span::after {
	position: absolute;
	content: '';
	right: 0;
	top: 5px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--colorBLU);
	border-right: 2px solid var(--colorBLU);
	transform: rotate(135deg);
}
#whatislt #recommend .closeArea {
	display: none;
}
#whatislt #recommend .btnMore.active {
	display: none;
}



@media screen and (max-width: 600px) {
	#whatislt #recommend {
		margin-top: 60px;
		padding-bottom: 36px;
	}
	#whatislt #recommend .icon {
		max-width: 154px;
		top: -25px;
	}
	#whatislt #recommend .innerWrap {
		padding: 60px 0 0 0;
		max-width: 100%;
	}
	#whatislt #recommend .innerWrap .ttl {
		font-size: 22px;
	}
	#whatislt #recommend .innerWrap .ttl span {
		font-size: 14px;
	}
	#whatislt #recommend .articleList {
		padding: 0 12px;
	}
	#whatislt #recommend .articleList a {
		font-size: 12px;
		width: 100%;
		margin: 0 0 10px 0;
	}
	#whatislt #recommend .btnMore {
		margin-top: 14px;
	}
	#whatislt #recommend .btnMore span {
		font-size: 16px;
	}
	#whatislt #recommend .btnMore span::after {
		top: 3px;
	}
}




/* ==============================
予約方法について
============================== */
#whatislt #reserve .reserveWrap {
	position: relative;
	max-width: calc(var(--pcWidth) + 48px);
	margin: 40px auto;
	padding: 0 24px 40px 24px;
	/*border-bottom: dashed 2px #000;*/
}
#whatislt #reserve .reserveWrap:last-child {
	padding-bottom: 0;
	/*border-bottom: none;*/
	/*background: none;*/
}
#whatislt #reserve .reserveWrap::after {
	position: absolute;
	content:"";
	display: block;
	width: 100%;
	margin: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background-image : linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 5px);
	background-size: 5px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
}
#whatislt #reserve .reserveWrap:last-child::after {
	display: none;
}
#whatislt #reserve .characterImg {
	text-align: center;
	margin: 0 auto 40px auto;
}
#whatislt #reserve .reserveWrap.air .characterImg img {
	max-width: 220px;
}
#whatislt #reserve .reserveWrap.hotel .characterImg img {
	max-width: 220px;
}
#whatislt #reserve .reserveWrap.set .characterImg img {
	max-width: 250px;
}
#whatislt #reserve .catch {
	text-align: center;
	margin-bottom: 15px;
}
#whatislt #reserve .catch span.action {
	position: relative;
	display: inline-block;
	font-weight: bold;
}
#whatislt #reserve .catch span.action::before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-left: solid 2px var(--colorBLU);
	bottom: 8px;
	left: -24px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	transform: rotate(-30deg);
}
#whatislt #reserve .catch span.action::after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-right: solid 2px var(--colorBLU);
	bottom: 8px;
	right: -16px;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	transform: rotate(30deg);
}

@media screen and (max-width: 600px) {
	#whatislt #reserve .reserveWrap {
		max-width: 100%;
		padding: 0 0 40px 0;
		margin: 20px auto 40px auto;
	}
	#whatislt #reserve .catch {
		font-size: 14px;
	}
	#whatislt #reserve .characterImg {
		margin: 0 auto 30px auto;
	}
	#whatislt #reserve .reserveWrap.air .characterImg img {
		max-width: 138px;
	}
	#whatislt #reserve .reserveWrap.hotel .characterImg img {
		max-width: 143px;
	}
	#whatislt #reserve .reserveWrap.set .characterImg img {
		max-width: 180px;
	}
}


/* ----- アコーディオン ----- */
#whatislt #reserve .acdWrap {
	border: solid 2px var(--colorGRY);
	max-width: 500px;
	margin: 0 auto 40px auto;
	border-radius: 8px;
}
#whatislt #reserve .acdWrap .acdTrigger {
	position: relative;
	text-align: center;
	padding: 16px 0;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
#whatislt #reserve .acdWrap .acdTrigger:hover {
	opacity: 0.8;
}
#whatislt #reserve .acdWrap .acdTrigger::after {
	position: absolute;
	content: '';
	right: 32px;
	top: -5px;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 3px solid var(--colorBLU);
	border-right: 3px solid var(--colorBLU);
	transform: rotate(135deg);
}
#whatislt #reserve .acdWrap .acdTrigger.active::after {
	position: absolute;
	content: '';
	right: 32px;
	top: 5px;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 3px solid var(--colorBLU);
	border-right: 3px solid var(--colorBLU);
	transform: rotate(-45deg);
}
#whatislt #reserve .acdWrap .acdTrigger span {
	display: inline-block;
	position: relative;
}

#whatislt #reserve .acdWrap .acdTrigger span.icon::before {
	position: absolute;
	content:"";
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#whatislt #reserve .reserveWrap.air .acdWrap .acdTrigger span.icon::before {
	left: -64px;
	width: 32px;
	height: 37px;
	background-image: url(../img/check_hikouki.png);
}

#whatislt #reserve .reserveWrap.hotel .acdWrap .acdTrigger span.icon::before {
	left: -64px;
	width: 32px;
	height: 26px;
	background-image: url(../img/check_hotel.png);
}

#whatislt #reserve .reserveWrap.set .acdWrap .acdTrigger span.icon::before {
	left: -80px;
	width: 50px;
	height: 42px;
	background-image: url(../img/accordion_set.png);
}

#whatislt #reserve .acdWrap .acdTarget {
	display: none;
	padding: 0 48px;
}
#whatislt #reserve .acdWrap .acdTarget li {
	position: relative;
	background-color: var(--colorBEG);
	border-radius: 4px;
	margin-bottom: 52px;
	padding-bottom: 32px;
}
#whatislt #reserve .acdWrap .acdTarget li::after {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	background: url(../img/icon_flow01.svg);
	background-size: 40px 20px;
	bottom: -36px;
	left: 0;
	right: 0;
	margin: auto;
}
#whatislt #reserve .acdWrap .acdTarget li:last-child {
	margin-bottom: 40px;
}
#whatislt #reserve .acdWrap .acdTarget li:last-child::after {
	display: none;
}
#whatislt #reserve .acdWrap .acdTarget .heading {
	text-align: center;
	background-color: var(--colorAQU);
	color: #FFF;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 16px;
	border-radius: 4px 4px 0 0;
}
#whatislt #reserve .acdWrap .acdTarget .image {
	width: 150px;
	height: 180px;
	margin: 0 auto 16px auto;
	position: relative;
	overflow: hidden;
}
#whatislt #reserve .acdWrap .acdTarget .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#whatislt #reserve .acdWrap .acdTarget .textWrap {
	font-size: 14px;
	padding: 0 55px;
}
#whatislt #reserve .acdWrap .acdTarget .textWrap .note {
	margin-top: 40px;
	font-size: 10px;
}

@media screen and (max-width: 600px) {
	#whatislt #reserve .acdWrap {
		margin: 0 auto 30px auto;
		width: calc(100% - 48px);
	}
	#whatislt #reserve .acdWrap .acdTrigger {
		font-size: 16px;
	}
	#whatislt #reserve .acdWrap .acdTrigger::after {
		right: 20px;
		width: 10px;
		height: 10px;
		border-top: 2px solid var(--colorBLU);
		border-right: 2px solid var(--colorBLU);
	}
	#whatislt #reserve .acdWrap .acdTrigger.active::after {
		right: 20px;
		width: 10px;
		height: 10px;
		border-top: 2px solid var(--colorBLU);
		border-right: 2px solid var(--colorBLU);
	}
	#whatislt #reserve .acdWrap .acdTrigger span {
		display: block;
	}
	#whatislt #reserve .reserveWrap.air .acdWrap .acdTrigger span.icon::before {
		left: 25px;
		width: 25px;
		height: 29px;
	}
	#whatislt #reserve .reserveWrap.hotel .acdWrap .acdTrigger span.icon::before {
		left: 20px;
		width: 28px;
		height: 23px;
	}

	#whatislt #reserve .reserveWrap.set .acdWrap .acdTrigger span.icon::before {
		left: 12px;
		width: 43px;
		height: 36px;
	}
	#whatislt #reserve .acdWrap .acdTarget {
		padding: 0 30px;
	}
	#whatislt #reserve .acdWrap .acdTarget li {
		margin-bottom: 36px;
		padding-bottom: 24px;
	}
	#whatislt #reserve .acdWrap .acdTarget li::after {
		bottom: -28px;
	}
	#whatislt #reserve .acdWrap .acdTarget .heading {
		font-size: 12px;
	}
	#whatislt #reserve .acdWrap .acdTarget .textWrap {
		font-size: 12px;
		padding: 0 24px;
	}
	#whatislt #reserve .acdWrap .acdTarget .textWrap .note {
		margin-top: 30px;
	}
}

@media screen and (max-width: 359px) {
	#whatislt #reserve .acdWrap .acdTrigger {
		font-size: 14px;
	}
}


/* ----- 航空券情報 ----- */
#whatislt #reserve .airInfo {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#whatislt #reserve .airInfo a {
	width: calc((100% - 20px) / 2);
	border: solid 1px var(--colorGRY);
	border-radius: 16px;
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	padding: 12px 12px 16px 12px;
}
#whatislt #reserve .airInfo a .image {
	margin-bottom: 16px;
}
#whatislt #reserve .airInfo a .image img {
	border-radius: 10px;
	
}
#whatislt #reserve .airInfo p {
	padding: 0 8px;
}

@media screen and (max-width: 600px) {
	#whatislt #reserve .airInfo {
		margin-bottom: 24px;
		padding: 0 12px;
	}
	#whatislt #reserve .airInfo a {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	#whatislt #reserve .airInfo a {
		width: 100%;
		padding: 12px 12px 24px 12px;
		margin-bottom: 12px;
	}
	#whatislt #reserve .airInfo a:last-child {
		margin-bottom: 0;
	}
	#whatislt #reserve .airInfo p {
		padding: 0 12px;
    font-size:14px;
	}
}




/* ==============================
ローチケ旅行 情報発信中
============================== */
#whatislt .twWrap {
	background-color: var(--colorBEG);
	padding: 40px 0 100px 0;
}
#whatislt .twWrap .lead {
	text-align: center;
	font-size: 14px;
	margin-bottom: 36px;
}
#whatislt .twWrap .twTimeline {
	max-width: 500px;
	margin: 0 auto;
	border-radius: 10px;
	border: 1px solid rgba(15,70,100,.12);
	overflow: hidden;
	background-color: #FFF;
}
#whatislt .checkWrap {
	position: relative;
	padding: 100px 0 0 0;
}
#whatislt .checkWrap .characterImg {
	position: absolute;
	text-align: center;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
}
#whatislt .checkWrap .characterImg img {
	max-width: 150px;
}
#whatislt .checkLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 511px;
	max-width: calc(100% - 48px);
	margin: 0 auto 24px auto;
}
#whatislt  .checkLink a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 126px;
	width: calc((100% - 16px) / 2);
	background: #F7F6F4;
	border-radius: 8px;
	margin-bottom: 16px;
	padding-bottom: 18px;
	color: #000;
}
#whatislt  .checkLink a::before {
	content:"";
	display: block;
	width: 100%;
	height: 0;
}
#whatislt  .checkLink a:nth-child(3) {
	width: 100%;
	height: 107px;
}

#whatislt  .checkLink a:nth-child(1) img {
	width: 36px;
}
#whatislt  .checkLink a:nth-child(2) img {
	width: 36px;
}
#whatislt  .checkLink a:nth-child(3) img {
	width: 84px;
}
#whatislt  .checkLink a:nth-child(4) img {
	width: 40px;
}
#whatislt  .checkLink a:nth-child(5) img {
	width: 35px;
}
@media screen and (max-width: 600px) {
	#whatislt .twWrap {
		padding: 32px 0 80px 0;
	}
	#whatislt .twWrap .twTimeline {
		width: calc(100% - 48px);
	}
	#whatislt .twWrap .lead {
		margin-bottom: 16px;
	}
	#whatislt .checkWrap {
		padding: 80px 0 0 0;
	}
	#whatislt .checkWrap .characterImg {
		top: -30px;
	}
	#whatislt .checkWrap .characterImg img {
		width: 100px;
	}
}

@media screen and (max-width: 359px) {
	#whatislt  .checkLink a {
		font-size: 14px;
	}
}




/* ==============================
ボタン
============================== */
#whatislt .btnLead {
	text-align: center;
	margin: 0 auto 12px auto;
	max-width: calc(100% - 48px);
	font-weight: bold;
}
#whatislt .btnBlu a {
	position: relative;
	display: block;
	font-size: 20px;
	height: 48px;
	line-height: 48px;
	background-color: var(--colorBLU);
	border-radius: 100px;
	width: 327px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
	color: #FFF;
	text-align: center;
}
#whatislt .btnBlu a::after {
	position: absolute;
	content:"";
	display: block;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #FFFF29;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	margin: auto;
}

@media screen and (max-width: 600px) {
	#whatislt .btnLead {
		font-size: 14px;
		margin-bottom: 8px;
	}
	#whatislt .btnBlu a {
		font-size: 18px;
	}
	#whatislt .btnBlu a::after {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 8px solid #FFFF29;
	}
}




/* ==============================
調整
============================== */
#whatislt .tC {text-align: center !important;}
#whatislt .tL {text-align: left !important;}
#whatislt .tR {text-align: right !important;}

#whatislt .mb04 {margin-bottom: 4px !important;}
#whatislt .mb05 {margin-bottom: 5px !important;}
#whatislt .mb08 {margin-bottom: 8px !important;}
#whatislt .mb10 {margin-bottom: 10px !important;}
#whatislt .mb12 {margin-bottom: 12px !important;}
#whatislt .mb14 {margin-bottom: 14px !important;}
#whatislt .mb15 {margin-bottom: 15px !important;}
#whatislt .mb16 {margin-bottom: 16px !important;}
#whatislt .mb18 {margin-bottom: 18px !important;}
#whatislt .mb20 {margin-bottom: 20px !important;}
#whatislt .mb24 {margin-bottom: 24px !important;}
#whatislt .mb32 {margin-bottom: 32px !important;}
#whatislt .mb40 {margin-bottom: 40px !important;}

#whatislt .fz10 {font-size: 10px !important;}
#whatislt .fz12 {font-size: 12px !important;}
#whatislt .fz14 {font-size: 14px !important;}
#whatislt .fz16 {font-size: 16px !important;}
#whatislt .fz18 {font-size: 18px !important;}
#whatislt .fz20 {font-size: 20px !important;}
#whatislt .fz22 {font-size: 22px !important;}
#whatislt .fz24 {font-size: 24px !important;}

#whatislt .colorBLU {--colorBLU: #0074BD !important;}
#whatislt .colorBEG {--colorBEG: #F8F5F2 !important;}
#whatislt .colorGRY {--colorGRY: #E2E3E2 !important;}
#whatislt .colorAQU {--colorAQU: #68ADC0 !important;}
#whatislt .colorGRN {--colorGRN: #008C5D !important;}
#whatislt .colorORN {--colorORN: #ED8D2E !important;}

#whatislt .inlBlock {display: inline-block !important;}




/* ==============================
PC/SP 表示出し分け
============================== */
#whatislt .pcBlock {
	display: block;
}
#whatislt .pcDisplay,
#whatislt .pcInline {
	display: inline;
}
#whatislt .pcInlBlock {
	display: inline-block;
}
#whatislt .spInline,
#whatislt .spBlock,
#whatislt .spInlBlock,
#whatislt .spDisplay {
	display: none;
}
#whatislt .pcCenter {
	text-align: center;
}

@media screen and (max-width: 600px) {
	#whatislt .spBlock {
		display: block;
	}
	#whatislt .spDisplay,
	#whatislt .spInline {
		display: inline;
	}
	#whatislt .spInlBlock {
		display: inline-block;
	}
	#whatislt .pcBlock,
	#whatislt .pcInline,
	#whatislt .pcInlBlock,
	#whatislt .pcDisplay {
		display: none;
	}
	#whatislt .pcCenter {
		text-align: left;
	}
}