@charset "utf-8";
/*////////////// honeymoon/BasicCSS Document //////////////*/

/* ===============================================
 all（基本事項）　
=============================================== */

#honeymoon {
	color: #594331;
}



/* ===============================================
 headerArea（ヘッダー部分全体）　
=============================================== */

#headerArea {
	margin-bottom: 7%;
}
#headerArea .titleArea.main {
	margin: 2px 0 0;
}

/* leadArea（ページ案内文）------------------*/
#headerArea .leadArea {
	margin: 2.2% 3.1% 3.9%;
	color: inherit;
	font-weight: normal;
}


/* ===============================================
 gNav（ナビ部分）※/tyo/tour/tour_special/honeymoon/area_sp.htmlのみが対象
=============================================== */
  .overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.2);
	z-index: 190;
	opacity: 0;
	visibility: hidden;
	transition: all 200ms ease-in;
  }
  #gNavWrap_new {
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #FEE4E7;
    /*z-index: 4;*/
  }
  #gNavWrap_new .logo {
	width: auto;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
	margin-bottom: 30px;
  }
  #gNavWrap_new .logo img {
    width: auto !important;
    height: 100%;
}
  #gNavWrap_new .nav_new {
	width: 80%;
	height: 100vh;
	background-color: #FFF;
	left: -80%;
	top: 0;
	position: fixed;
	padding: 40px 0 20px;
	transition: all 200ms ease-in-out;
	z-index: 199;
  }
  #gNavWrap_new .nav_new ul {
	  border: none;
	  padding-top: 40px;
	  border-bottom: 1px solid #ECECEC;
	  margin: 0;
	  padding: 0;
	  list-style: none;
  }
  #gNavWrap_new .nav_new li {
	display: block;
	background-image: url("/smp/common/img/kanto/icon/instruction/arrow_right_brown001.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 12px;
	border-top: 1px solid #ECECEC;
  }
  #gNavWrap_new .nav_new li a {
	padding: 1rem;
	display: block;
	text-decoration: none;
	transition: all 200ms ease;
	font-size: 1.3rem;
	color: #594331;
  }
  #gNavWrap_new .toggle {
	position: relative;
	/*left: 100%;*/
	top: 5px;
	width: 50px;
	height: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	cursor: pointer;
	margin-left: 10px;
  }
  #gNavWrap_new span.toggler {
	content: '';
    display: block;
    height: 50px;
	width: 50px;
    position: absolute;
    pointer-events: none;
    transition: all 200ms ease;
	  background-image: url(/smp/common/img/kanto/honeymoon/common/header_menu_001.png);
	  background-repeat: no-repeat;
	  background-position: 0 0;
	  background-size: contain;
	  pointer-events: none;*/
  }
  #gNavWrap_new span.toggler:before {
	  bottom: 9px;
  }
  #gNavWrap_new span.toggler:after {
	  top: 9px;
  }
  #gNavWrap_new span.deleteclass {
	  background-image:none;
	  background-color: transparent;
	  position: fixed;
	  top: 20px;
	  z-index: 4;
	  left: 83%;
  }
  #gNavWrap_new span.deleteclass::before,
  #gNavWrap_new span.deleteclass::after {
	content: '';
    display: block;
	width: 100%;
    height: 2px;
    border-radius: 3px;
	background-image:none;
	background-color: #ffffff;
	transition: all 200ms ease;
	position: absolute;
    /*top: -10px;*/
    left: 0;
  }
  #gNavWrap_new span.deleteclass::before {
	transform: rotate(45deg);
	bottom: 24px;
  }
  #gNavWrap_new span.deleteclass::after {
	top: 24px;
	transform: rotate(-45deg);
  }
  /* Show Nav */
  .show-nav #gNavWrap_new .nav_new {
	left: 0;
  }
  .show-nav #gNavWrap_new .overlay {
	opacity: 1;
	visibility: visible;
	z-index: 1;
  }
  /* gNavWrap（追従時）------------------*/
  #gNavWrap_new.fixed {
	position: fixed;
	top: 0px;
	z-index: 4;
}

/* ===============================================
 gNav（ナビ部分）※/tyo/tour/tour_special/honeymoon/area_sp.html以外下層
=============================================== */
#gNav {
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #FEE4E7;
	z-index: 4;
}
#gNav .drawer-hamburger-logo {
	width: auto;
	height: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 25%;
	right: 25%;
}
#gNav .drawer-hamburger-logo img {
	width: auto !important;
	height: 100%;
}
#gNav .drawer-hamburger {
	width: 50px;
	height: 50px;
	padding: 0 10px;
	position: relative;
	top: 5px;
}
#gNav .drawer-hamburger-icon {
	display: none;
}
#gNav .drawer-hamburger-icon,
#gNav .drawer-hamburger-icon:after,
#gNav .drawer-hamburger-icon:before {
	background-color: #FFF;
}
#gNav .drawer-hamburger-image {
	/* width: 50px; */
	/* position: absolute; */
	/* top: 0; */
	/* left: 10px; */
}
#gNav .drawer-hamburger-image img {
	width: 50px;
	position: absolute;
	top: 0;
	left: 10px;
}

/* drawer-open（展開時）------------------*/
.drawer-open #gNav {
	position: inherit;
	z-index: 1;
	background: transparent;
}
.drawer-open #gNav .drawer-hamburger {
	position: fixed;
	top: 20px;
	z-index: 4;
}
.drawer-open #gNav .drawer-hamburger-icon {
	background-color: transparent;
	display: block;
}
.drawer-open #gNav .drawer-hamburger-image {
	display: none;
}
.drawer-nav .drawer-menu {
	padding-top: 40px;
	border-bottom: 1px solid #ECECEC;
}
.drawer-nav .drawer-menu li {
	background-image: url("/smp/common/img/kanto/icon/instruction/arrow_right_brown001.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 12px;
	border-top: 1px solid #ECECEC;
}
.drawer-nav .drawer-menu .drawer-menu-item {
	font-size: 1.3rem;
	color: #594331;
}

/* gNavWrap（追従時）------------------*/
#gNavWrap.fixed #gNav {
	position: fixed;
	top: 0px;
	z-index: 2;
}


/* ===============================================
 aNav（都市選択ナビ部分）
=============================================== */
	
#aNav {
	position: relative;
	margin: 0 0 5%;
}
#aNav dl.accordion {
	width: 100%;
	height: auto;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
}
#aNav dl.accordion dd {
	display: block;
}
#aNav dl.accordion dt {
	padding: 3px 0;
	font-size: 1.6rem;
	color: #FFF;
	line-height: 40px;
	text-align: left;
	text-indent: 10px;
	background-color: #01B3CD;
	cursor: pointer;
	display: block;
	position: relative;
}
#aNav dl.accordion dt:after {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url("/smp/common/img/kanto/icon/instruction/plus_circle001.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	position: absolute;
	right: 10px;
	top: 12px;
}
#aNav dl.accordion dt.open:after {
	background-image: url("/smp/common/img/kanto/icon/instruction/close_circle001.png");
}
#aNav dl.accordion ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
#aNav dl.accordion li {
	width: auto;
	border-bottom: 1px dotted #333;
	background-color: #FFF;
}
#aNav dl.accordion li:last-child {
	border-bottom: none;
}
#aNav dl.accordion li a {
	width: 100%;
	color: #594331;
	text-indent: 10px;
	line-height: 40px;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	background-image: url("/smp/common/img/kanto/icon/instruction/arrow_right_brown001.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px 12px;
}
#aNav dl.accordion a:hover,
#aNav dl.accordion a:active,
#aNav dl.accordion li.active a {
	background-color: #E3F7FA;
}



/* ===============================================
 mainArea（メインコンテンツ部分）　
=============================================== */

#mainArea {
	margin: 0 0 10%;
}
#mainArea section {
	margin: 0 0 10%;
}
#mainArea .pickupArea {
	margin: 5% 3.1%;
}



/* ===============================================
 text（テキスト関連）　
=============================================== */

.text {
}

/* pattern（対象テキスト）------------------*/
.text.pattern {
	color: #3CB6C4;
	font-weight: bold;
}

/* price（料金テキスト）------------------*/
.text.price {
	color: #D72226;
	display: inline-block;
}

/* atten（注意テキスト）------------------*/
.text.atten {
	margin: 3% 0 2%;
	font-size: 1.3rem;
	color: #E9518D;
	font-weight: bold;
	text-align: center;
}
.text.atten:before {
	content: "！";
	margin: 0 5px 0 0;
	padding: 1px 2px;
	color: #FFF;
	border-radius: 100%;
	background: #E9518D;
}



/* ===============================================
 *（基本デザイン）　
=============================================== */

.phArea {
	margin-bottom: 3%;
}
.descArea {
}
.descArea .descText {
}

/* col2 （2カラム）------------------*/
.col2 {
	clear: both;
	overflow: hidden;
}
.col2 .phArea,
.col2 .imgArea{
	width: 48%;
	margin-bottom: 0;
	float: right;
}
.col2 .descArea,
.col2 .cmntArea{
	width: 45%;
	float: left;
}
.col2 .descArea .descText {
}

/* border（ボーダー）------------------*/
.border {
	padding: 2%;
	font-size: 1.3rem;
	color: inherit;
	text-align: center;
	border: 1px solid #CCC;
}
/* border.●（ボーダー/カラー設定）------------------*/
.border.pink {
	border: 1px solid #F7939F;
	background-color: #FFF5F6;
}
.border.blue {
	border: 1px solid #3CB6C4;
}

/* bgColor（背景色）------------------*/
.bgColor {
	padding: 2% 4%;
	background-color: #F4F1E7;
}



/* ===============================================
 listArea（リスト）
=============================================== */

.listArea {
	margin: 5% 0;
}
.listArea > li {
}
.listArea > li+li {
	margin-top: 3%;
}

/* atten（注意事項）------------------*/
.listArea.atten {
	margin: 3% 0;
	font-size: 1.1rem;
	color: #666;
}
.listArea.atten li {
	clear: both;
	overflow: hidden;
}
.listArea.atten > li+li {
	margin-top: 0;
}
.listArea.atten li:before {
	content:"※";
	float: left;
}
.listArea.atten span {
	margin-left: 1em;
	display: block;
}

/* circle（項目）------------------*/
.listArea.circle {
	margin: 3% 0;
}
.listArea.circle li {
	clear: both;
	overflow: hidden;
}
.listArea.circle > li+li {
	margin-top: 0;
}
.listArea.circle li:before {
	content:"●";
	float: left;
}
.listArea.circle span {
	margin-left: 1em;
	display: block;
}



/* ===============================================
 balloon（吹き出しデザイン）　
=============================================== */

.balloon {
	margin-top: 6%;
	background-color: #FDE9D5;
	border-radius: 10px;
	position: relative;
}
.balloon:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	bottom: 100%;
	left: 52%;
	pointer-events: none;
	border: solid transparent;
	border-bottom-color: #FDE9D5;
	border-width: 15px 8px 15px 8px;
	margin-left: -15px;
}
/* balloon.side（吹き出し部分）------------------*/
.balloon.side {
	padding: 2%;
	background-color: #FDE9D5;
	border: 1px solid #FDE9D5;
}
.balloon.side:before,
.balloon.side:after {
	margin-left: 0;
	left: 100%;
	top: 60%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.balloon.side:before {
	border-left-color: #FDE9D5;
	border-width: 9px 16px 9px 16px;
	margin-top: -16px;
}
.balloon.side:after {
	border-left-color: #FDE9D5;
	border-width: 8px 15px 8px 15px;
	margin-top: -15px;
}



/* ===============================================
 titleArea（タイトル部分）
=============================================== */

.titleArea {
}
.titleArea .titleText {
	font-size: 1.7rem;
	font-weight: bold;
}
.titleArea .titleText.text {
	margin: -3% 0 -2%;
	font-size: 1.4rem;
	display: block;
}

/* titleArea.images（画像見出し）------------------*/
.titleArea.images {
	width: 100%;
}

/* titleArea.headlines（大見出し/アイコン+テキスト）------------------*/
.titleArea.headlines {
	background-color: #F7939F;
}
.titleArea.headlines .titleText {
}
.titleArea.headlines .titleText span {
	font-size: 1.2rem;
	line-height: 1.1em;
}
/* titleArea.headlines.multiline（大見出し/テキスト2行）------------------*/
.titleArea.headlines.multiline .titleText {
	line-height: 1.5em;
}
.titleArea.headlines.multiline .titleText span {
	display: block;
}
/* titleArea.headlines.●（大見出し/アイコン設定）------------------*/
.titleArea.headlines.searchIcon {
	background-image: url("/smp/common/img/kanto/icon/search.png");
}
.titleArea.headlines.featureIcon {
	background-image: url("/smp/common/img/kanto/icon/feature.png");
}
.titleArea.headlines.knowhowIcon {
	background-image: url("/smp/common/img/kanto/honeymoon/common/icon_knowhow_001.png");
}
.titleArea.headlines.tokutenIcon {
	background-image: url("/smp/common/img/kanto/honeymoon/common/icon_tokuten_001.png");
}
.titleArea.headlines.themeIcon {
	background-image: url("/smp/common/img/kanto/honeymoon/common/icon_theme_001.png");
}
.titleArea.headlines.areaIcon {
	background-image: url("/smp/common/img/kanto/honeymoon/common/icon_area_001.png");
}
.titleArea.headlines.souvenirIcon {
	background-image: url("/smp/common/img/kanto/honeymoon/common/icon_souvenir_001.png");
}
.titleArea.headlines.adviceIcon {
	background-image: url("/smp/common/img/kanto/honeymoon/common/icon_advice_001.png");
}
.titleArea.headlines.talkIcon {
	background-image: url("/smp/common/img/kanto/honeymoon/common/icon_talk_001.png");
}
.titleArea.headlines.cpnIcon {
	background-image: url("https://www.his-j.com/tyo/tour/tour_special/honeymoon/img/2019cpn/sp/cpnIcon.png");
}

/* titleArea.heading（中見出し/テキストのみ）------------------*/
.titleArea.heading {
	background-image: -webkit-linear-gradient( -45deg, #FFF 25%, #FEE4E7 25%, #FEE4E7 50%, #FFF 50%, #FFF 75%, #FEE4E7 75%, #FEE4E7 );
	background-image: linear-gradient( -45deg, #FFF 25%, #FEE4E7 25%, #FEE4E7 50%, #FFF 50%, #FFF 75%, #FEE4E7 75%, #FEE4E7 );
	background-size: 6px 6px;
}
.titleArea.heading .titleText {
	padding: 0;
	line-height: 3em;
	text-align: center;
	color: inherit;
	display: block;
	background-image: url("/smp/common/img/kanto/honeymoon/common/title_bg_left_001.png"), url("/smp/common/img/kanto/honeymoon/common/title_bg_right_001.png");
	background-position: 2% 50%, 98% 50%;
	background-repeat: no-repeat;
	background-size: auto 80%;
}

/* titleArea.subheading（小見出し/テキストのみ）------------------*/
.titleArea.subheading {
	width: auto;
	margin: 5px 0;
	border-left: solid 10px #F7939F;
	border-bottom: solid 1px #F7939F;
}
.titleArea.subheading .titleText {
	font-size: 1.5rem;
	color: inherit;
}



/* ===============================================
 linkArea（リンク部分）　
=============================================== */

.linkArea {
	width: 100%;
	margin: 3% 0 0;
	font-weight: bold;
}
.linkText a {
	font-size: 1.5rem;
	color: #FFF;
	display: block;
}

/* btn（ボタン型/テキスト1行）------------------*/
.linkArea.btn {
	background-color: #FEF0F2;
	background-image: url("/smp/common/img/kanto/honeymoon/common/arrow_right_pink_001.png");
	border: 1px solid #F7939F;
}
.linkArea.btn a {
	color: #F7939F;
}

/* list（リスト型）------------------*/
.linkListArea {
}
.linkArea.list {
	margin: -1px 0 0;
	padding: 0.5% 0;
	background-image: url("/smp/common/img/kanto/icon/instruction/arrow_right_brown001.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 20px 12px;
	border-top: 0;
	border-bottom: 1px solid #594331;
}
.linkArea.list a {
	padding: 12px 0 12px 10px;
	font-size: 1.3rem;
	color: inherit;
}
/* list.top（リスト型/TOPに戻る）------------------*/
.linkArea.list.top {
	margin: 20px 0 0;
	padding: 0.5% 0;
	background-color: #F7939F;
	background-image: url("/smp/common/img/kanto/icon/instruction/arrow_right_white001.png");
	border-bottom: none;
}
.linkArea.list.top a {
	padding: 12px 0 12px 10px;
	color: #FFF;
}

/* multiline（テキスト2行）------------------*/
.linkArea.multiline {
	padding: 0;
	line-height: 1.3em;
}
.linkArea.multiline a {
	font-size: 1.4rem;
}
.linkArea.btn.multiline a {
	padding: 9px 0 8px;
}
.linkArea.list.multiline a {
	padding: 8px 0 7px 10px;
}
/* anchor（アンカー用）------------------*/
.linkArea.anchor {
	background-image: url("/smp/common/img/kanto/honeymoon/common/arrow_down_pink_001.png");
	background-position: 95% 50%;
	background-size: 12px;
}
/*newWindow（別窓表示）------------------*/
.linkArea.newWindow {
	background-image: url("/smp/common/img/kanto/icon/instruction/box_brown001.png");
	background-position: 97% 50%;
	background-size: 15px 13px;
}
.linkArea.btn.newWindow {
	background-image: url("/smp/common/img/kanto/honeymoon/common/box_pink_001.png");
	background-position: 95% 50%;
	background-size: 15px;
}



/* ===============================================
 tour-preview（API表示部分）　
=============================================== */

#container a.dtl-link {
	color: #594331;
}
#container .tour-preview {
}
#container .tour-preview .tour-label {
	display: none;
}
#container .tour-img {
	width: 34%;
	margin: 0 0 0 -1%;
}
#container .tour-img .tour-img-container {
	width: 100%;
	height: 100%;
}
#container .tour-desc {
	width: 64%;
	margin: 0 0 0 2%;
}
#container .tour-desc .tour-desc-text01 {
	font-size: 1.0rem;
	color: inherit;
	font-weight: normal;
}
#container .tour-desc .tour-desc-text02 {
	font-size: 1.3rem;
	color: inherit;
	font-weight: normal;
}
#container .tour-desc .tour-desc-text03 {
	font-size: 1.8rem;
}
#container .tour-api .tour-desc-date {
	font-size: 10px;
	font-size: 1.0rem;
}
#container .tour-api .tour-fuel {
	font-size: 1.2rem;
}



/* ===============================================
 footerArea（フッター部分全体）　
=============================================== */

#footerArea {
}



/* ===============================================
 searchArea（検索部分）
=============================================== */

#searchArea {
	margin-top: 30px;
}

/* tour_search_module（検索BOX部分）------------------*/
#searchArea #tour_search_module .squeeze-area .btn-area .orange-btn04  {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(234, 87, 146)), color-stop(100%, rgb(251, 146, 188)));
	border-radius: 8px;
}
/* otherLinkArea（その他リンク部分）------------------*/
#searchArea .otherLinkArea {
	margin: 15px 3.1% 35px;
	padding: 15px 0 0;
	border-top: 1px solid #594331;
}

/* selectMenu（その他選択メニュー部分）------------------*/
#searchArea .selectMenu {
	margin: 15px 3.1%;
}
#searchArea .selectMenu select {
	width: 100%;
	padding: 10px 12% 10px 10px;
	font-size: 1.2rem;
	border: 1px solid #000;
	background-color: #FFF;
	background-image: url("/smp/common/img/kanto/honeymoon/common/arrow_down_white_001.jpg");
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#searchArea .selectMenu select option {
    font-size: 1.4rem;
}
#searchArea .selectMenu select optgroup {
    font-size: 1.4rem;
}
#searchArea #searchApp .budget {
	font-weight: normal;
	padding: inherit;
	float: none;
	background-color: #fff;
}
.rn-searchMod__inputField, .rn-searchMod__select {
	font-size: 1.5rem !important;
}
.rn-searchMod__buttonSearch {
	font-size: 1.6rem !important;
}
.rn-searchMod__toggle {
	font-size: 1.5rem !important;
}
.rn-searchMod__formDomLink, .rn-searchMod__formOvsLink {
	font-size: 1.3rem !important;
}
.rn-searchMod__label::after, .rn-searchMod__label::before {
	font-size: 1rem !important;
}
.rn-searchMod__formRowHeader--roomNum {
	font-size: 1.2rem !important;
}
.tabOnline .search-condition-button {
	font-size: 1.2rem !important;
}


/* ===============================================
 featureArea（おすすめの特集）
=============================================== */

#featureArea {
}

/* featureList（リスト部分）------------------*/
#featureArea .featureList .featureBox .detailArea .titleText,
#featureArea .featureList dl dd h3,
#featureArea .featureList dl dd h4 {
	color: #F7939F;
	font-weight: bold;
}

/* ===============================================
 cpn2019（キャンペーン部分）　
=============================================== */
#cpn2019 .cpnTai {
    margin-bottom: 3%;
}
#cpn2019 .inbox .txt {
    color: #ec6d88;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 3% 1%;
    display: table;
}
#cpn2019 .inbox .txt span {
    display: table-cell;
    white-space: nowrap;
}
#cpn2019 .inbox .atn li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 1%;
}
.cpnLinkArea {
    margin-top: 8%;
}
.cpnLinkArea .cpnlink {
    margin: 4% 0;
}
.cpnLinkArea .cpnlink a {
    display: block;
    background: #ec6d88;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 13px;
}
.cpnLinkArea .cpnlink a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
    transform: rotate(-45deg);
    margin: 6px 8px 7px;
    vertical-align: middle;
}

/* ===============================================
 20240126（国内追加）　
=============================================== */
:is([class*="pcsp--top_dst"],[class*="sp--kokunai_dst"]):empty {
	display:none;
}
.on-label:empty {
	display:none;
}

