@charset "UTF-8";
main .imgRep {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	height: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
main .inlineWrap {
  letter-spacing: 0;
  font-size: 0;
}
main .br { display: block; }
main .split { display: inline-block; }
main .spBr { display: none; }
main .fontBold { font-weight: bold; }
main .fontRed { color: #ff1919; }
main .fontBlue { color: #007FFF; }
main :hover { opacity: 1.0; }
main a { text-decoration: none; }

/*-----------------------------------------------------------------------
 * main visual
 *----------------------------------------------------------------------- */
main {
  padding: 0;
}
main article.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0 100px;
  background-image: url(/campaign/optional_tour/img/bg_main.png), url(/campaign/optional_tour/img/bg_re.png);
  background-repeat: no-repeat, repeat;
}
main section {
  max-width: none;
  padding: 0;
  letter-spacing: 0.02em;
}
main div.mvWrap {
  width: 90%;
  max-width: 720px;
  margin: 0 auto 9.2%;
}
main div.mvWrap div.mvMain,
main div.mvWrap p.mvSub{
  height: 0;
}
main div.mvWrap div.mvMain {
  width: 100%;
  margin: 0 auto 2%;
  padding-bottom: 49.6%;	/* 750:372=720:[357.12] *//* 720:357.12=100:x */
  background-image: url(/campaign/optional_tour/img/mv_01.png);
}
main div.mvWrap p.period {
  width: 66%;
  margin: 0% auto 3.8%;
  padding-bottom: 11.352%; /* 750:129=66:x */
  background-image: url(/campaign/optional_tour/img/mv_02.png);
}
main div.mvWrap p.mvSub {
  width: 100%;
  margin: 0 auto 1.8%;
  padding-bottom: 40.1333%;
	/* 750:301=720:[288.96]
	   720:123.84=100:x */
  background-image: url(/campaign/optional_tour/img/mv_03.png);
}
main div.mvWrap p.caution {
  width: 70%;
  margin: 0 auto;
  padding-bottom: 5.88%; /* 750:63=70:x */
  background-image: url(/campaign/optional_tour/img/mv_04.png);
}
main h1 {
  margin: 0;
  background: none;
}


/*-----------------------------------------------------------------------
 * hawaii
 *----------------------------------------------------------------------- */
main section#hawaii,
main section#guam,
main section#tourDetails {
  position: relative;
  width: 90%;
  max-width: 1080px;
}
main section#hawaii,
main section#guam {
  margin: 0 auto;
  padding: 30px 4.75%;
  background-image: url(/campaign/optional_tour/img/wood1.png);
  background-repeat: repeat-y;
}
main section#hawaii {
  margin-bottom: 60px;
}
main section.tourList::before,
main section.tourList::after {
  position: absolute;
  content: '';
  display: block;
  height: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
main section#hawaii::before {
  bottom: 83%;
  left: -3.5%;
  width: 24.7222%; /* 1080:267=100:x */
  padding-bottom: 23.5185%; /* 1080:254=100:*/
  background-image: url(/campaign/optional_tour/img/att_01.png);
}
main section#hawaii::after {
  top: -8.6%;
  right: -14.5%;
  width: 34.2592%; /* 1080:370=100:x */
  padding-bottom: 21.3888%; /* 1080:231=100:*/
  background-image: url(/campaign/optional_tour/img/att_02.png);
}
main section.tourList h2 {
  width: 100%;
  max-width: 366px;
  margin: 0 auto 40px;
}
main section.tourList ul {
	margin-bottom: 4px;
}
main section.tourList li {
  width: 31.8333%;
  margin: 2.5% 0.75%;
}
main section.tourList li:nth-of-type(1) {
  margin-left: 17.4167%;
}
main section.tourList li:nth-of-type(2) {
  margin-right: 17.4167%;
}
main section.tourList li a {
  position: relative;
  display: block;
  transition: 0.2s ease;
}
main section.tourList li a:hover {
  opacity: 0.7;
}
main section.tourList li a::before,
main section.tourList li a.limit10::after,
main section.tourList li a.limit15::after {
  position: absolute;
  right: -3%;
  content: '';
  display: block;
  width: 23.8709%; /* 310:74:=100:x */
  height: 0;
  padding-bottom: 23.8709%;
  background-size: 100%;
  background-repeat: no-repeat;
}
main section.tourList li a::before {
  top: -5%;
  background-image: url(/campaign/optional_tour/img/tour_free.png);
}
main section.tourList li a.limit10::after,
main section.tourList li a.limit15::after {
  top: 28%;
}
main section.tourList li a.limit10::after {
  background-image: url(/campaign/optional_tour/img/tour_limit_10.png);
}
main section.tourList li a.limit15::after {
  background-image: url(/campaign/optional_tour/img/tour_limit_15.png);
}
main section.tourList p.plus {
	width: 10%; /* 960px:100=96:x */
	min-width: 110px;
	margin: 0 auto 28px;
}
main section.tourList div.addWrap {
	width: 98.5%; /* 100%-0.75x2 */
	margin: 0 auto 24px;
}
main section.tourList div.addWrap p {
	margin-bottom: 0;
}
main section.tourList div.addWrap p:nth-of-type(1),
main section.tourList div.addWrap p:nth-of-type(1)> span {
	position: relative;
	margin-bottom: 0;
	min-height: 52px;
	padding: 12px 20px 10px;
	line-height: 1.0;
	color: #1d1d1d;
}
main section.tourList div.addWrap p:nth-of-type(1)> span {
	z-index: 2;
	font-size: 21px;
	font-weight: bold;
}
main section.tourList div.addWrap p:nth-of-type(1) span.fontRed {
	position: relative;
	top: 3px;
	margin-left: 4px;
	letter-spacing: -0.04em;
	font-size: 34px;
	color: #FF1F1F;
}
main section.tourList div.addWrap p:nth-of-type(1)::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	min-height: 52px;
	background-image: url(/campaign/optional_tour/img/sl_yellow.png);
	background-size: auto 100%;
}
main section.tourList div.addWrap p:nth-of-type(2) {
	padding: 24px 32px;
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	background-color: #fff;
}
main section.tourList div.addWrap p:nth-of-type(2) span.fontRed {
	display: block;
}
main section.tourList li a h3 {
  margin-bottom: 0;
}
main section.tourList a.btn {
  width: 90%;
  max-width: 412px;
  height: 72px;
  margin: 1.6% auto;
  padding: 0 2.5% 0 0;
  line-height: 72px;
  font-size: 18px;
}
nav.pagelink a::after,
nav#directrylink a::after,
.arrow-r::after,
.arrow-l::after,
.arrow-u::after,
.arrow-d::after {
  width: 14px;
  height: 14px;
}
nav.pagelink a::after,
nav#directrylink a::after,
.btn.arrow-r::after,
.btn.arrow-u::after,
.btn.arrow-d::after {
  right: 22px;
}


/*-----------------------------------------------------------------------
 * guam
 *----------------------------------------------------------------------- */
main section#guam {
  margin-bottom: 60px;
}
main section#guam::before {
  top: -2%;
  left: -1.4%;
  width: 21.0185%; /* 1080:227=100:x */
  padding-bottom: 16.0185%; /* 1080:173=100:*/
  background-image: url(/campaign/optional_tour/img/att_03.png);
}
main section#guam::after {
  top: -3.5%;
  right: -4%;
  width: 17.8703%; /* 1080:193=100:x */
  padding-bottom: 20.7407%; /* 1080:224=100:*/
  background-image: url(/campaign/optional_tour/img/att_04.png);
}


/*-----------------------------------------------------------------------
 * tourDetails
 *----------------------------------------------------------------------- */
main section#tourDetails {
  padding-bottom: 68px;
  background-color: rgba(255,255,255,0.8);
}
main section#tourDetails h2 {
  margin-bottom: 52px;
  padding: 20px 0 ;
  background-image: url(/campaign/optional_tour/img/wood2.png);
  background-repeat: repeat-y;
}
main section#tourDetails h2 img {
  width: 90%;
  max-width: 540px;
}
main section#tourDetails> div.innerWrap {
  padding: 0 7.4%;
}
main section#tourDetails ul {
  position: relative;
  margin-bottom: 60px;
}
main section#tourDetails> div.innerWrap> ul::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  display: block;
  width: 100%;
  height: 52px;
  background-image: url(/campaign/optional_tour/img/sl_yellow.png);
  background-size: auto 100%;
}
main section#tourDetails> div.innerWrap> ul li {
  position: relative;
  z-index: 5;
  width: 33.3333%;
  vertical-align: top;
}
main section#tourDetails> div.innerWrap> ul li:nth-of-type(-n+2)::before {
  position: absolute;
  top: 24px;
  right: -7px;
  z-index: 0;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
}
main section#tourDetails> div.innerWrap> ul li dt{
  height: 52px;
  margin-bottom: 24px;
  padding: 14px 0;
  line-height: 1.0;
}
main section#tourDetails> div.innerWrap> ul li dt img {
  height: 100%;
}
main section#tourDetails> div.innerWrap> ul li dd {
  font-weight: bold;
  font-size: 15px;
}
main section#tourDetails> div.innerWrap> ul li dd img {
  width: 70%;
  margin: 0 auto 16px;
  display: block;
}
main section#tourDetails> div.innerWrap> ul li dd span.fontRed {
}


/* localDesk -------------------------*/
main section#tourDetails h3 {
  height: 52px;
  padding: 14px 0;
  line-height: 1.0;
  background-image: url(/campaign/optional_tour/img/sl_yellow.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
main section#tourDetails h3 img {
  height: 100%;
}
main section#tourDetails h3 img.spImg {
  display: none;
}
main section#tourDetails section.localDesk {
  margin-bottom: 28px;
}
main section#tourDetails section.detailsHawaii {
  margin-bottom: 7.28%;
}
main section#tourDetails section.detailsGuam {
  margin-bottom: 4.4%;
}
main section#tourDetails section.localDesk div.innerWrap,
main section#tourDetails section.info div.innerWrap {
  padding: 0 5.2%;
}
main section#tourDetails section.localDesk div.innerWrap> ul {
  margin-bottom: 0;
  padding: 20px 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #ff1919;
  text-shadow: 0 0 0 #ff1919, 0 0 0 #ff1919;
  border: 2px solid #ff1919;
}
main section#tourDetails section.localDesk div.innerWrap> ul li {
  display: block;
  width: 100%;
  padding-left: 10px;
  text-indent: -10px;
  text-align: left;
  font-size: 17px;
}
main section#tourDetails section.localDesk div.innerWrap> ul li:not(:last-of-type) {
  margin-bottom: 2px;
}
main section#tourDetails section.localDesk div.innerWrap> ul li::before {
  position: relative;
  top: -2px;
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 6px;
  vertical-align: middle;
  background-color: #ff1919;
  border-radius: 50%;
}
main section#tourDetails section.localDesk h4 {
  padding: 0 0 4px 2px;
  text-align: left;
  font-size: 26px;
  border-bottom: 2px solid #000;
}
main section#tourDetails section.localDesk section.mappleWrap,
main section#tourDetails section.localDesk section.mappleWrap h5 {
  text-align: left;
}
main section#tourDetails section.localDesk section.mappleWrap {
  padding-top: 1px;
  padding-left: 28.4%;
  background-size: 24% auto;
}
main section#tourDetails section.localDesk section.detailsHawaii section.mappleWrap {
  background-image: url(/campaign/optional_tour/img/desk_hawaii.png);
}
main section#tourDetails section.localDesk section.detailsGuam section.mappleWrap {
  background-image: url(/campaign/optional_tour/img/desk_guam.png);
}
main section#tourDetails section.localDesk section.mappleWrap h5 {
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  font-size: 20px;
}
main section#tourDetails section.localDesk section.mappleWrap p {
  font-size: 15px;
  text-shadow: 0 0 0 #000, 0 0 0 #000;
}
main section#tourDetails section.localDesk section.mappleWrap a {
  margin-left: 8px;
  padding: 1px 12px;
  color: #fff;
  background-color: #006DD9;
  border-radius: 4px;
}
main section#tourDetails section.localDesk section.mappleWrap dl,
main section#tourDetails section.localDesk section.mappleWrap dl dd {
  display: inline-block;
}
main section#tourDetails section.localDesk section.mappleWrap dl {
  width: 47.5%;
  vertical-align: top;
  font-size: 14px;
}
main section#tourDetails section.localDesk section.mappleWrap dl:nth-of-type(1) {
  margin-right: 5%;
}
main section#tourDetails section.localDesk section.mappleWrap dl dt {
  text-shadow: 0 0 0 #000, 0 0 0 #000;
}
main section#tourDetails section.localDesk section.mappleWrap dl:nth-of-type(1) dd:nth-of-type(1) {
  margin-right: 12px;
}


/* contact -------------------------*/
main section#tourDetails div.contact {
  margin-bottom: 52px;
  padding-bottom: 28px;
  background-color: #fff;
}
main section#tourDetails div.contact h3 {
  margin-bottom: 32px;
}
main section#tourDetails div.contact p:nth-of-type(1) {
  line-height: 1.4;
  font-size: 19px;
  text-shadow: 0 0 0 #0e0e0e, 0 0 0 #0e0e0e;
}
main section#tourDetails div.contact p:nth-of-type(2) {
  margin-bottom: 0;
  text-shadow: 0 0 0 #0e0e0e, 0 0 0 #0e0e0e;
  font-weight: bold;
  font-size: 15px;
}
main section#tourDetails div.contact p:nth-of-type(2) span.fontBold {
  position: relative;
  top: 1px;
  margin-right: 2px;
  vertical-align: sub;
  font-size: 40px;
}
main section#tourDetails div.contact p:nth-of-type(2) span.fontBold span {
  margin-right: -8px;
  margin-left: -8px;
}
main section#tourDetails section.info div.innerWrap section:nth-of-type(1) {
  margin-bottom: 44px;
  padding-top: 28px;
  border-top: 2px solid #000;
}
main section#tourDetails section.info div.innerWrap,
main section#tourDetails section.info div.innerWrap h4 {
  text-align: left;
}
main section#tourDetails section.info div.innerWrap h4 {
  margin-bottom: 4px;
  text-indent: -8px;
  font-size: 16px;
}
main section#tourDetails section.info div.innerWrap p {
  margin-bottom: 0;
}
main section#tourDetails section.info div.innerWrap p span.pWrap {
	display: block;
	padding-left: 14px;
	text-indent: -14px;
}


/*-----------------------------------------------------------------------
 * footerNav
 *----------------------------------------------------------------------- */
main nav#footerNav {
  position: fixed;
  bottom: -200px;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #000;
  transition: 0.2s ease;
}
main nav#footerNav.fixed {
  bottom: 0;
}
main nav#footerNav ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 0;
}
main nav#footerNav ul li {
  position: relative;
  z-index: 5;
  width: 38.5185%;/* 1080:416=100:x */
}
main nav#footerNav ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
main nav#footerNav ul li:nth-of-type(1) {
  margin-right: 4.5%;
}
main nav#footerNav ul li a {
  position: relative;
  z-index: 5;
  display: block;
  height: 0;
  padding-bottom: 23.3173%;/* 416:97=100:x */
  background-repeat: no-repeat, repeat-x;
  background-size: auto 70%, auto 100%;
}
main nav#footerNav ul li:nth-of-type(1) a {
  background-image: url(/campaign/optional_tour/img/btn_01.png), url(/campaign/optional_tour/img/sl_red.png);
}
main nav#footerNav ul li:nth-of-type(2) a {
  background-image: url(/campaign/optional_tour/img/btn_02.png), url(/campaign/optional_tour/img/sl_green.png);
}
main nav#footerNav ul li a:hover {
  opacity: 0.7;
}


/*-----------------------------------------------------------------------
 * modal
 *----------------------------------------------------------------------- */
div.tourContent {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: 999;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  background: rgba(0,0,0,0.8);
  z-index: 1;
}
div.tourContent .wrapper {
  z-index: 10;
  background: #f0f5f9;
  width: 90%;
  max-width: 540px;
  font-weight: normal;
  font-size: 16px;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
  -ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  background-color: transparent;
}
div.tourContent div.modalContainer {
	position: relative;
	width: 100%;
	height: 100vh;
}
div.tourContent div.modalContainer.overHeight {
	top: 30px;
	max-height: calc(100vh - 30px);
	overflow-y: scroll;
}
div.tourContent div.modalContainer.overHeight div.wrapper {
	top: 0;
/* 	max-width: calc((100vw - 100%) + 540px); */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 30px;
}
div.closeWrap {
  padding-top: 12px;
}
.modalClose {
  width: 100%;
  display: inline-block;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  background-color: #777;
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
.modalClose:hover {
  background: #aaa;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modalClose span {
  position: relative;
}
.modalClose span::before,
.modalClose span::after {
  position: absolute;
  top: 50%;
  left: -15px;
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  margin-top: -8px;
  background-color: #fff;
}
.modalClose span::before {
  transform: rotate(45deg);
}
.modalClose span::after {
  transform: rotate(-45deg);
}
div.tourContent div.wrapper section.limited {
	position: relative;
	padding-top: 48px;
}
div.tourContent div.wrapper p.limitcaution {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	margin: 0;
	font-weight: bold;
	line-height: 37px;
	text-align: center;
	font-size: 23px;
	color: #000;
	background-color: #ffff26;
	text-shadow: 0 0 0 #000;
}
div.tourContent div.wrapper p.limitcaution span.textAdjust {
	position: relative;
	top: 3px;
	font-size: 28px;
	text-shadow: none;
}
div.tourContent div.content div.bgColor {
  padding: 30px 20px 42px;
  background-color: #fff;
}
div.tourContent h3,
div.tourContent h3 img {
  width: 100%;
  max-width: 540px;
  margin-bottom: -2px;
}
div.tourContent p:nth-of-type(1) {
  margin-bottom: 22px;
  padding: 0 12px;
  line-height: 1.7;
  font-size: 18px;
}
div.tourContent p:nth-of-type(1) span.upgrade {
	display: block;
	margin-top: 12px;
	padding: 8px 12px;
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	background-color: #fbf1b3;
}
div.tourContent dl {
  margin-bottom: 40px;
  padding: 6px 22px 16px 16px;
  border-top: 2px solid #777;
  border-bottom: 2px solid #777;
}
div.tourContent dl dt,
div.tourContent dl dd,
div.tourContent p:nth-of-type(2) span {
  font-weight: bold;
  font-size: 22px;
  text-shadow: 0 0 0 #000, 0 0 0 #000;
}
div.tourContent dl dt,
div.tourContent dl dd {
  display: inline-block;
  vertical-align: middle;
}
div.tourContent dl dt {
  margin-right: 16px;
}
div.tourContent dl dd:nth-of-type(1) {
  position: relative;
}
div.tourContent dl dd:nth-of-type(1)::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: -2%;
  width: 104%;
  height: 2px;
  margin-top: -1px;
  background-color: #ff1919;
}
div.tourContent dl dd:nth-of-type(2) {
  position: relative;
  margin-left: 60px;
}
div.tourContent section.tour5 dl dd:nth-of-type(2) {
	margin-left: 40px;
}
div.tourContent dl dd:nth-of-type(2)::before,
div.tourContent dl dd:nth-of-type(2)::after {
  position: absolute;
  content: '';
  display: block;
}
div.tourContent dl dd:nth-of-type(2)::before {
  top: 50%;
  left: -44px;
  width: 24px;
  height: 2px;
  margin-top: -1px;
  background-color: #ff1919;
}
div.tourContent dl dd:nth-of-type(2)::after {
  top: 50%;
  left: -22px;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff1919;
}
div.tourContent dl dd span {
  font-size: 16px;
}
div.tourContent dl dd.priceFree {
  position: relative;
  font-size: 44px;
  text-shadow: 0 0 0 #ff1919, 0 0 0 #ff1919;
}
div.tourContent dl dd.priceFree span {
	position: absolute;
	top: 4px;
	right: -16px;
}
div.tourContent dl dd.fontRed:not(.priceFree),
div.tourContent dl dd.fontRed:not(.priceFree) span {
  line-height: 1.4;
  font-size: 15px;
}
div.tourContent dl dd.fontRed:not(.priceFree) {
  position: relative;
  top: -1px;
  display: block;
  text-align: center;
  text-shadow: none;
}
div.tourContent p:nth-of-type(2) {
  margin-bottom: 0;
  padding: 0 16px;
}
div.tourContent p:nth-of-type(2) span, 
div.tourContent p:nth-of-type(2) a {
  display: inline-block;
  vertical-align: middle;
  }
div.tourContent p:nth-of-type(2) span.linkDetail {
  width: 90px;
  line-height: 1.4;
}
div.tourContent .tour8 p:nth-of-type(2) {
	position: relative;
}
div.tourContent .tour8 p:nth-of-type(2) span.linkDetail {
	position: absolute;
	top: 0;
	left: 16px;
}
div.tourContent p:nth-of-type(2) span.selectRest,
div.tourContent p:nth-of-type(2) a {
  display: inline-block;
  width: calc(100% - 90px);
	font-size: 16px;
}
div.tourContent .tour8 p:nth-of-type(2) span.selectRest,
div.tourContent .tour8 p:nth-of-type(2) a {
	margin-left: 90px;
}
div.tourContent p:nth-of-type(2) span.selectRest {
	margin-bottom: -6px;
	font-weight: normal;
}
div.tourContent p:nth-of-type(2) a {
  word-break: break-all;
  text-decoration: underline;
}
div.tourContent dl.rangePrice dd:nth-of-type(1) {
  font-size: 20px
}
div.tourContent dl.rangePrice dd:nth-of-type(1) span {
  font-size: 15px;
}
div.tourContent dl.rangePrice dd:nth-of-type(2)::before {
  left: -38px;
}
div.tourContent dl.rangePrice dd:nth-of-type(2)::after {
  left: -16px;
}
div.tourContent dl.rangePrice.rental dd:nth-of-type(1) {
  font-size: 17px
}
div.tourContent dl.rangePrice dd:nth-of-type(2)::before {
  left: -30px;
}
div.tourContent dl.rangePrice dd:nth-of-type(2)::after {
  left: -8px;
}
footer p a {
  text-decoration: none;
}


@media all and (-ms-high-contrast:none) {
  main section#tourDetails section.info div.innerWrap h4 {
    text-indent: 0;
  }
  div.tourContent dl dt,
	div.tourContent dl dd,
	div.tourContent p:nth-of-type(2) span.linkDetail {
    font-size: 19px;
  }
  div.tourContent dl.rangePrice dd:nth-of-type(1) {
    font-size: 17px;
  }
  div.tourContent dl.rental.rangePrice dd:nth-of-type(1) {
    font-size: 16px;
  }
  div.tourContent dl dd.fontRed {
    font-size: 41px;
  }
  div.tourContent dl.rental.rangePrice dd:nth-of-type(2) {
    font-size: 34px;
  }
  div.tourContent dl dd span {
    position: relative;
    top: -1px;
  }
  main section#tourDetails section.localDesk section.mappleWrap dl:nth-of-type(1) {
    width: 48%;
  }
  main section#tourDetails section.localDesk section.mappleWrap dl:nth-of-type(2) {
    width: 47%;
  }
  main section#tourDetails section.localDesk section.mappleWrap dl {
    font-size: 13px;
  }
}


/*-----------------------------------------------------------------------
 * responsive
 *----------------------------------------------------------------------- */
@media screen and (max-width: 1179px) {
  main section#hawaii,
  main section#guam,
  main section#tourDetails {
    width: 93%;
  }
  main section#hawaii,
  main section#guam {
    padding: 30px 5%;
  }
  main section.tourList li {
    width: 46.4%;
    max-width: 340px;
    margin: 2.5% 1.8%;
  }
  main section.tourList li:nth-of-type(1) {
    margin-left: 1.8%;
  }
  main section.tourList li:nth-of-type(2) {
    margin-right: 1.8%;
  }
  main section#hawaii::after {
    top: -4%;
    right: -10.5%;
  }
  main section#hawaii::before {
    bottom: 90%;
    left: -5%;
  }
  main section#guam::after {
    right: -5.5%;
  }
  main section.tourList a.btn {
    height: 66px;
    margin: 3.5% auto 3%;
    line-height: 66px;
    font-size: 17px;
  }
  main section#tourDetails> div.innerWrap> ul li dd {
    padding: 0 5.5%;
    font-size: 14px;
    line-height: 1.5;
  }
  main section#tourDetails> div.innerWrap {
    padding: 0 5%;
  }
  main section#tourDetails> div.innerWrap> ul li dd br.pcBr {
    display: none;
  }
  main section#tourDetails section.localDesk section.mappleWrap dl {
    width: auto;
  }
  main section#tourDetails section.localDesk section.mappleWrap dl:nth-of-type(1) {
      margin-bottom: 8px;
  }
  main section#tourDetails section.localDesk div.innerWrap> ul {
    line-height: 1.5;
    font-size: 22px;
  }
  main section#tourDetails div.contact p:nth-of-type(1) {
    padding: 0 24px;
    line-height: 1.6;
    font-size: 16px;
  }
  main section#tourDetails div.contact p:nth-of-type(2) span.fontBold {
    font-size: 38px;
  }
  main nav#footerNav ul {
    padding: 4% 0;
  }
}


@media screen and (max-width: 1060px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 879px) {
}
@media screen and (min-width: 769px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 767px) { /*smartphone*/
  main article.container {
    padding: 50px 0 68px;
  }
  main section#hawaii,
  main section#guam,
  main section#tourDetails {
    width: 92%;
  }
main section#tourDetails {
  padding-bottom: 52px;
}
  main article.container {
    padding-top: 32px;
  }
  main div.mvWrap {
    width: 90%
  }
  main div.mvWrap {
    margin: 0 auto 9.8%;
  }
main div.mvWrap p.period {
  width: 80%;
  padding-bottom: 13.76%; /* 750:129=80:x */
}
main div.mvWrap p.caution {
  width: 90%;
  padding-bottom: 7.56%; /* 750:63=90:x */
}
  main section.tourList h2 {
    width: 70%;
    margin-bottom: 20px;
  }
  main section#hawaii::before {
    left: -6%;
  }
  main section#hawaii::after {
    top: -1.6%;
    right: -16.5%;
  }
  main section#guam::before {
    left: -3.4%;
  }
  main section#guam::after {
    right: -3.5%;
  }
  main section.tourList a.btn {
    width: 80%;
    height: 60px;
    margin: 5.5% auto 3%;
    line-height: 60px;
    font-size: 16px;
  }
	main section.tourList p.plus {
		min-width: 100px;
	}
	main section.tourList div.addWrap p:nth-of-type(1)> span {
		font-size: 18px;
	}
	main section.tourList div.addWrap p:nth-of-type(1) span.fontRed {
		top: 2px;
		font-size: 30px;
	}
	main section.tourList div.addWrap p:nth-of-type(2) {
		padding: 20px 28px;
		font-weight: normal;
		font-size: 15px;
	}
	main section.tourList p.plus {
		margin: 14px auto 28px;
	}
  main section#tourDetails section.detailsGuam {
    margin-bottom: 36px;
  }
  main section#tourDetails h2 img {
    max-width: 80%;
  }
  main section#tourDetails ul {
    display: inline-block;
    width: 100%;
    margin-bottom: 64px;
  }
  main section#tourDetails> div.innerWrap> ul::before {
    display: none;
  }
  main section#tourDetails> div.innerWrap> ul li {
    display: block;
    width: 100%;
  }
  main section#tourDetails> div.innerWrap> ul li:not(:last-of-type) {
    margin-bottom: 72px;
  }
  main section#tourDetails> div.innerWrap> ul li:nth-of-type(-n+2)::before {
    top: auto;
    right: 50%;
    bottom: -40px;
    transform: rotate(45deg);
    width: 22px;
    height: 22px;
    margin-top: 0;
    margin-right: -11px;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
  }
  main section#tourDetails> div.innerWrap> ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
    display: block;
    width: 100%;
    height: 52px;
    background-image: url(/campaign/optional_tour/img/sl_yellow.png);
    background-size: auto 100%;
  }
  main section#tourDetails> div.innerWrap> ul li dl {
    position: relative;
    z-index: 10;
  }
  main section#tourDetails> div.innerWrap> ul li dd {
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
  }
  main section#tourDetails> div.innerWrap> ul li:nth-of-type(1) dd img {
    margin-top: -10%;
    margin-bottom: -5%;
  }
  main section#tourDetails section.localDesk {
    margin-bottom: 44px;
  }
  main section#tourDetails section.localDesk h4 {
    font-size: 22px;
  }
  main section#tourDetails section.localDesk section.mappleWrap h5 {
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    font-size: 19px;
  }
  main section#tourDetails section.localDesk section.mappleWrap h5 br.spBr {
    display: block;
  }
  main section#tourDetails section.localDesk section.mappleWrap dl:nth-of-type(1) {
    margin-bottom: 4px;
  }
  main section#tourDetails> div.innerWrap> ul li dt {
    margin-bottom: 36px;
  }
  main section#tourDetails> div.innerWrap> ul li dd img {
    width: 48%;
    margin-bottom: 24px;
  }
  main section#tourDetails section.localDesk section.mappleWrap p {
    margin-bottom: 16px;
    line-height: 1.5;
  }
  main section#tourDetails section.localDesk section.mappleWrap a {
    display: block;
    width: 100px;
    margin-left: 0;
    text-align: center;
    height: 40px;
    margin-top: 10px;
    padding: 0 12px;
    line-height: 41px;
    font-size: 14px;
  }
  main section#tourDetails h3 {
    margin-bottom: 28px;
  }
  main section#tourDetails section.localDesk div.innerWrap> ul li {
    font-size: 15px;
  }
  main section#tourDetails div.contact p:nth-of-type(1) {
    margin-bottom: 2px;
    line-height: 1.6;
    font-size: 14px;
    padding: 0 60px;
  }
  main section#tourDetails div.contact p:nth-of-type(2) span.fontBold {
    display: block;
    margin-bottom: -8px;
    font-size: 36px;
  }
  main section#tourDetails section.info div.innerWrap section:nth-of-type(1) {
    margin-bottom: 16px;
  }
  main nav#footerNav ul {
    padding: 1.2% 0;
  }
  main nav#footerNav ul li {
    width: 40%;
    max-width: 220px;
  }
  div.tourContent div.wrapper {
    max-width: 400px;
  }
	div.tourContent div.modalContainer.overHeight div.wrapper {
		max-width: calc((100vw - 100%) + 400px);
	}
  div.tourContent p:nth-of-type(1) {
    font-size: 16px;
    line-height: 1.6;
  }
  div.tourContent div.content div.bgColor {
    padding: 24px 20px 32px;
  }
  div.tourContent div.wrapper p.limitcaution {
		font-size: 20px;
	}
	div.tourContent div.wrapper p.limitcaution span.textAdjust {
		top: 2px;
		line-height: 41px;
		font-size: 24px;
	}
  div.tourContent dl {
    margin-bottom: 20px;
    padding: 14px 22px 16px 16px;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  div.tourContent dl dt,
  div.tourContent dl dd,
  div.tourContent p:nth-of-type(2) span.linkDetail {
    font-size: 18px;
    text-shadow: none;
  }
	div.tourContent .tour8 p:nth-of-type(2) span.linkDetail {
		position: static;
	}
	div.tourContent .tour8 p:nth-of-type(2) span.selectRest,
	div.tourContent .tour8 p:nth-of-type(2) a {
		width: 100%;
		margin-left: auto;
		text-align: center;
	}
	div.tourContent .tour8 p:nth-of-type(2) span.selectRest {
		font-size: 14px;
	}
  div.tourContent dl dt {
    display: none;
  }
  div.tourContent dl dd.fontRed {
    margin-left: 0;
  }
  div.tourContent dl dd:nth-of-type(2)::before, div.tourContent dl dd:nth-of-type(2)::after {
    display: none;
  }
  div.tourContent p:nth-of-type(2) span.linkDetail {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }
  div.tourContent p:nth-of-type(2) span.linkDetail br {
    display: none;
  }
  div.tourContent p:nth-of-type(2) a {
    width: 100%;
  }
  div.tourContent dl dd.priceFree,
	div.tourContent section.tour5 dl dd:nth-of-type(2) {
		margin: 0 30%;
	}
  div.tourContent div.content section.tour10 div.bgColor {
    padding: 24px 20px 16px;
  }
  div.tourContent section.tour10 p:nth-of-type(2) {
    text-align: center;
  }
  footer p {
    padding: 12px 8px 10px;
  }
}


@media screen and (max-width: 583px) {
  main article.container {
    padding-top: 24px;
  }
  main div.mvWrap {
    width: 94%;
    margin: 0 auto 11%;
  }
  main div.mvWrap p.caution {
    width: 100%;
    padding-bottom: 8.4%; /* 750:63=100:x */
  }
  main section#hawaii::before {
    bottom: 95.4%;
    left: -5%;
    transform: scale(1.1);
  }
  main section#hawaii::after {
    top: -2.2%;
    right: -13.5%;
    transform: scale(1.2);
  }
  main section#guam::before {
    top: -1.5%;
    left: -2.6%;
    transform: scale(1.1);
  }
  main section#guam::after {
   transform: scale(1.2);
    top: -1.7%;
    right: -3%;
  }
  main section.tourList li {
    width: 100%;
    max-width: 280px;
    margin: 3% auto;
  }
  main section.tourList li:nth-of-type(1) {
    margin-left: auto;
  }
  main section.tourList li:nth-of-type(2) {
    margin-right: auto;
  }
  main section.tourList a.btn {
    padding-right: 7%;
    font-size: 14px;
  }
  nav.pagelink a::after,
  nav#directrylink a::after,
  .btn.arrow-r::after,
  .btn.arrow-u::after,
  .btn.arrow-d::after {
    right: 16px;
  }
	main section.tourList div.addWrap p:nth-of-type(1),
	main section.tourList div.addWrap p:nth-of-type(1)> span {
		min-height: auto;
	}
	main section.tourList div.addWrap p:nth-of-type(1) {
		padding: 8px 20px;
	}
	main section.tourList div.addWrap p:nth-of-type(1)::before {
		min-height: auto;
	}
	main section.tourList div.addWrap p:nth-of-type(1)> span {
		display: block;
		padding: 0;
		text-align: center;
		font-size: 16px;
	}
	main section.tourList div.addWrap p:nth-of-type(1) span.fontRed {
		margin: 4px 0 0 4px;
		font-size: 26px;
	}
  main section#tourDetails> div.innerWrap> ul li::after {
    height: 44px;
  }
  main section#tourDetails> div.innerWrap> ul li dt img {
    position: relative;
    top: 1px;
  }
  main section#tourDetails> div.innerWrap> ul li dd img {
    width: 40%;
  }
  main section#tourDetails> div.innerWrap> ul li dt {
    height: 44px;
    margin-bottom: 24px;
    padding: 10px 0;
  }
  main section#tourDetails> div.innerWrap> ul li:nth-of-type(1) dd img {
    margin-top: -7%;
    margin-bottom: -1%;
  }
  main section#tourDetails h3 {
    height: 44px;
    padding: 12px 0;
  }
  main section#tourDetails h3 img {
    position: relative;
    top: 1px;
  }
  main section#tourDetails section.localDesk h4 {
    font-size: 20px;
  }
  main section#tourDetails section.localDesk section.mappleWrap h5 {
    font-size: 18px;
  }
  main section#tourDetails section.localDesk section.mappleWrap {
    padding-top: 34.5%;
    padding-left: 0;
    background-size: 36% auto;
    background-position: top left;
  }
  main section#tourDetails section.localDesk section.mappleWrap h5 {
    font-size: 16px;
  }
  main section#tourDetails section.localDesk section.mappleWrap p {
    font-size: 14px;
  }
  main section#tourDetails section.localDesk section.mappleWrap dl {
    line-height: 1.4;
  }
  main section#tourDetails section.localDesk section.mappleWrap dl:nth-of-type(1) {
    margin-bottom: 10px;
  }
  main section#tourDetails div.contact {
    padding-bottom: 24px;
  }
  main section#tourDetails section.detailsGuam {
    margin-bottom: 28px;
  }
  main section#tourDetails div.contact h3 {
    margin-bottom: 24px;
  }
  main section#tourDetails div.contact p:nth-of-type(1) {
    margin-bottom: 4px;
    padding: 0 20px;
    line-height: 1.5;
  }
  main section#tourDetails div.contact p:nth-of-type(2) span.fontBold {
    margin-bottom: -4px;
    font-size: 30px;
  }
  main section#tourDetails section.info div.innerWrap section:nth-of-type(1) {
    margin-bottom: 12px;
  }
}


@media screen and (max-width: 479px) {
  main article.container {
    padding-bottom: 60px;
  }
  main div.mvWrap {
    width: 94%;
    margin: 0 auto 13%;
  }
	main div.mvWrap p.period {
  width: 90%;
  padding-bottom: 15.48%; /* 750:129=90:x */
  }
  main section#hawaii::before {
    bottom: 97.5%;
    transform: scale(1.0);
  }
  main section#hawaii::after {
    top: auto;
    right: -8.5%;
    bottom: 97.6%;
  }
  main section#guam::before {
    top: auto;
    bottom: 97.8%;
  }
  main section#guam::after {
    top: -2.2%;
  }
  main section#tourDetails {
    padding-bottom: 44px;
  }
  main section.tourList h2 {
    width: 82%;
    margin-bottom: 6px;
  }
  main section.tourList li {
    margin: 4% auto;
  }
  main section.tourList a.btn {
    width: 100%;
    height: 52px;
    max-width: 300px;
    padding-right: 2%;
    line-height: 52px;
    font-size: 16px;
  }
  main section.tourList a.btn span.spHide {
    display: none;
  }
  nav.pagelink a::after,
  nav#directrylink a::after,
  .btn.arrow-r::after,
  .btn.arrow-u::after,
  .btn.arrow-d::after {
    right: 20px;
  }
	main section.tourList p.plus {
    min-width: 80px;
	}
	main section.tourList div.addWrap p:nth-of-type(1) {
    padding: 12px 20px 6px;
	}
	main section.tourList div.addWrap p:nth-of-type(1) span.fontRed {
		display: block;
		margin: 2px auto 0;
	}
  main section#tourDetails h2 {
    margin-bottom: 32px;
  }
  main section#tourDetails h2 img {
    max-width: 100%;
  }
  main section#tourDetails ul {
    margin-bottom: 44px;
  }
  main section#tourDetails section.localDesk section.mappleWrap {
    padding-top: 51.5%;
    background-size: 52% auto;
  }
  main section#tourDetails section.detailsHawaii {
    margin-bottom: 36px;
 }
  main section#tourDetails section.localDesk div.innerWrap,
  main section#tourDetails section.info div.innerWrap {
    padding: 0;
  }
  main section#tourDetails section.localDesk section.mappleWrap dl {
    line-height: 1.5;
  }
  main section#tourDetails section.localDesk div.innerWrap> ul {
    padding: 16px;
  }
  main section#tourDetails div.contact {
    margin-bottom: 32px;
  }
  main section#tourDetails div.contact h3 {
    margin-bottom: 20px;
  }
  main section#tourDetails section.localDesk div.innerWrap> ul br.pcBr,
  main section#tourDetails div.contact p:nth-of-type(1) br.pcBr{
    display: none;
  }
  main section#tourDetails div.contact p:nth-of-type(1),
  main section#tourDetails div.contact p:nth-of-type(2) {
    padding: 0 16px;
  }
  main section#tourDetails div.contact p:nth-of-type(1) {
    margin-bottom: 6px;
  }
  main section#tourDetails div.contact p:nth-of-type(2) span.fontBold {
    margin-right: 0;
    margin-bottom: 0px;
    font-size: 21px;
  }
  main section#tourDetails div.contact p:nth-of-type(2) span.brackets {
    display: inline-block;
    text-indent: -8px;
  }
  main section#tourDetails h3 img.pcImg {
    display: none;
  }
  main section#tourDetails h3 img.spImg {
    display: inline-block;
  }
  main nav#footerNav {
    padding-top: 10px;
    background-color: transparent;
  }
    main nav#footerNav ul {
  padding: 0;
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.7);
  }
  main nav#footerNav ul li {
    width: 50%;
    max-width: none;
  }
  main nav#footerNav ul li:nth-of-type(1) {
    margin-right: 0;
  }
  main nav#footerNav ul li a {
    padding-bottom: 32%;
    background-size: auto 63%, auto 100%;
  }
  div.tourContent div.content div.bgColor {
    padding: 24px 12px 26px;
  }
	div.tourContent div.wrapper p.limitcaution {
    font-size: 18px;
	}
	div.tourContent p:nth-of-type(1) span.upgrade  {
		font-size: 13px;
	}
	div.tourContent div.wrapper p.limitcaution span.textAdjust {
    top: 1px;
    font-size: 22px;
	}
  div.tourContent p:nth-of-type(1) {
    padding: 0px 6px;
    font-size: 14px;
  }
  div.tourContent dl {
    margin-bottom: 18px;
    padding: 13px 6px 11px;;
    font-size: 15px;
  }
  div.tourContent dl dd:nth-of-type(1),
  div.tourContent dl.rangePrice dd:nth-of-type(1),
  div.tourContent dl.rangePrice.rental dd:nth-of-type(1) {
    line-height: 1.4;
    font-size: 19px;
  }
  div.tourContent dl dd:nth-of-type(1) span,
  div.tourContent dl.rangePrice dd:nth-of-type(1) span,
  div.tourContent dl.rangePrice.rental dd:nth-of-type(1) span {
    display: block;
    font-size: 14px;
  }
  div.tourContent dl dd:nth-of-type(1)::before {
    top: 28%;
  }
  div.tourContent section.tour8 dl dd:nth-of-type(1)::before {
    width: 88%;
    left: 6%;
  }
  div.tourContent dl dd.fontRed {
    font-size: 34px;
  }
  div.tourContent p:nth-of-type(2) {
    padding: 0 6px;
  }
  div.tourContent p:nth-of-type(2) span.linkDetail,
  div.tourContent p:nth-of-type(2) a {
    font-size: 14px;
  }
	div.tourContent .tour8 p:nth-of-type(2) span.selectRest {
		font-size: 13px;
	}
  div.tourContent section.tour10 p:nth-of-type(2) {
    font-size: 14px;
  }
	div.tourContent dl dd.fontRed:not(.priceFree),
	div.tourContent dl dd.fontRed:not(.priceFree) span
	 {
		font-size: 14px;
	}
	
  .modalClose {
    padding: 10px 0 8px;
    font-size: 15px;
  }
  .modalClose span::before,
  .modalClose span::after {
    margin-top: -9px;
  }
  footer p {
    padding: 14px 8px 2px;
  }
}


@media all and (-ms-high-contrast:none) and (max-width: 1179px){
  main section#tourDetails div.contact p:nth-of-type(2) span.fontBold {
    font-size: 34px;
  }
}
@media all and (-ms-high-contrast:none) and (max-width: 767px){
  main section#tourDetails section.localDesk section.mappleWrap dl:nth-of-type(1),
  main section#tourDetails section.localDesk section.mappleWrap dl:nth-of-type(2) {
    width: 100%;
  }
  main section#tourDetails section.localDesk section.mappleWrap dl {
    font-size: 14px;
  }
  main section#tourDetails section.localDesk div.innerWrap > ul li {
    line-height: 1.4;
  }
  main section#tourDetails div.contact p:nth-of-type(2) span.fontBold span {
    margin-right: 0;
    margin-left: 0;
  }
	div.tourContent dl.rangePrice.rental dd:nth-of-type(2) {
		font-size: 41px;
	}
}


@media all and (-ms-high-contrast:none) and (max-width: 479px){
  main section#tourDetails div.contact p:nth-of-type(2) span.brackets {
    text-indent: 0;
  }
  main section#tourDetails div.contact p:nth-of-type(2) span.fontBold {
    font-size: 21px;
  }
}


@media screen and (max-width: 413px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}


/*-----------------------------------------------------------------------
* closed
*----------------------------------------------------------------------- */
main p.closed {
	margin: 50px 0 40px;
	color: #f00;
	font-weight: bold;
	font-size: 30px;
	text-shadow:
			-1px 0px 8px #fff,
			1px 0px 8px #fff,
			0px -1px 8px #fff,
			0px 1px 8px #fff,
			-1px 0px 8px #fff,
			1px 0px 8px #fff,
			0px -1px 8px #fff,
			0px 1px 8px #fff,
			-1px 0px 8px #fff,
			1px 0px 8px #fff,
			0px -1px 8px #fff,
			0px 1px 8px #fff;
}


@media screen and (max-width: 767px) {
	main p.closed{
		font-size: 26px;
	}
}


@media screen and (max-width: 583px) {
	main p.closed{
		margin: 30px 0 24px;
		font-size: 20px;
	}
}


@media screen and (max-width: 479px) {
	main p.closed{
		margin: 30px 0 24px;
		text-align: center;
		font-size: 16px;
			text-shadow:
			-1px 0px 4px #fff,
			1px 0px 4px #fff,
			0px -1px 4px #fff,
			0px 1px 4px #fff,
			-1px 0px 4px #fff,
			1px 0px 4px #fff,
			0px -1px 4px #fff,
			0px 1px 4px #fff,
			-1px 0px 4px #fff,
			1px 0px 4px #fff,
			0px -1px 4px #fff,
			0px 1px 4px #fff;
	}
}

