@charset "utf-8";

/*===============================================
共通リセット
===============================================*/
* {
  border: none;
}
html {
  min-width: 960px;
}
html,
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  font-size: 14px;
  height: 100%;
  width: 100%;
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
pre,
form,
dl,
dt,
dd,
blockquote,
fieldset,
input,
address {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
caption,
address,
th {
  font-style: normal;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style-type: none;
  list-style-position: outside;
}
fieldset {
  border: none;
}
legend {
  display: none;
}
img {
  border: 0;
  vertical-align: top;
}
hr {
  display: none;
  clear: both;
}
br {
  letter-spacing: 0;
}
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
select {
  padding: 2px;
}
a {
  outline: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.bnr-list li {
  display: none;
}

/*===============================================
パン屑
===============================================*/
#breadcrumb {
  line-height: 16px;
  padding: 10px 0 18px;
  display: block !important;
  width: auto;
  max-width: 960px;
  margin: auto;
}
#breadcrumb #body {
  width: auto;
  padding: 0;
  padding-right: 260px;
  position: relative;
}
.breadcrumbList li {
  font-size: 12px;
  display: inline-block;
}
.breadcrumbList li + li::before {
  content: '＞';
  margin: 0 5px;
  vertical-align: middle;
}
.breadcrumbList a {
  color: #006699;
  text-decoration: underline !important;
}
.breadcrumbList a:hover {
  text-decoration: none !important;
}

#snsBtn * {
  z-index: 1;
}
#socialBox {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  bottom: 0;
  margin: auto 0;
}
#snsBtn li {
  line-height: 0;
  margin-right: 0 !important;
}
#snsBtn li + li {
  margin-left: 5px;
}

/*===============================================
コンテンツヘッダー
===============================================*/
#main-header {
  position: relative;
  padding-bottom: 0 !important;
}
.tabArea01 {
  margin: 0 auto;
  width: 960px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-bottom: 10px;
}
.tabLink01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tabLink01 .season_nav_title {
  background-image: url('/kaigai/hotels/common/images/season_seasontitle_bg.png');
  background-position: 60%;
  background-repeat: no-repeat;
  padding: 15px 5px 10px;
  line-height: 1;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  width: 232px;
}
.tabLink01 li {
  width: calc(100% / 4);
  border-bottom: none;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.tabLink01 li :after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 6px; /*線の上下位置*/
  display: inline-block;
  width: 1px; /*線の長さ*/
  height: -webkit-calc(100% - 12px);
  height: calc(100% - 12px);
  -webkit-transform: translateX(50%);
  transform: translateX(50%); /*位置調整*/
  background-color: #dcdcdc; /*線の色*/
}
.tabLink01 :last-child ::after {
  content: none;
}
.tabLink01 li a {
  display: inline-block;
  border-radius: 8px 8px 0 0;
  padding: 15px 5px 10px;
  line-height: 1;
  font-size: 15px;
  margin: 0 auto;
  /*font-weight: 600;*/
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.4s;
  color: #3a3a3a;
}
.tabLink01 li a.current {
  border-bottom: 3px solid #a6cbff;
}
.tabLink01 li a:hover {
  border-bottom: 3px solid #a6cbff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*===============================================
メインビジュアル
===============================================*/
.mv_area {
  background: url(../images/bg_mv.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 85px;
  height: 380px;
  text-align: center;
}
.mv_area .logo {
  text-align: center;
}
.mv_titleTxt {
  color: #fff;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: -2px 0px 13px rgb(0 0 0);
}
.mv_titleTxt_year,
.mv_titleTxt_category {
  display: block;
  font-size: 30px;
}

/*===============================================
グロナビ
===============================================*/
/*第一階層*/
#gNaviWrap {
  background-color: #08665e;
  position: relative;
}
#gNaviWrap #gNavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: auto;
  width: 960px;
  height: 54px;
}
#gNaviWrap #gNavi {
  margin: 0 auto;
  width: 960px;
  height: 60px;
  font-size: 15px;
  display: table;
}
#gNaviWrap #gNavi a:link {
  text-decoration: none;
}
#gNaviWrap #gNavi li a:hover {
  background-color: #ffffff;
  color: #08665e;
}
#gNaviWrap #gNavi .gN-menu-li .current,
.gN-menu-li a:hover {
  background-color: #ffffff;
  color: #08665e;
}
#gNaviWrap .gN-menu-li {
  display: table-cell;
  margin: 0;
  position: relative;
  overflow: hidden;
  float: left;
}
#gNaviWrap .gN-menu-li a {
  text-align: center;
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
  min-width: 80px;
  padding: 20px 0;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.4s;
}

#gNaviWrap #gNavi #gN-1 a {
  width: 140px;
}
#gNaviWrap #gNavi #gN-2 a {
  width: 140px;
}
#gNaviWrap #gNavi #gN-3 a {
  width: 190px;
}
#gNaviWrap #gNavi #gN-4 a {
  width: 210px;
}
#gNaviWrap #gNavi #gN-5 a {
  width: 160px;
}
#gNaviWrap #gNavi #gN-6 a {
  width: 120px;
}

/*第二階層*/
#megaMenu {
  position: relative;
  height: 0;
}
[id*='mega-'] {
  transition: all 0s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  display: block;
}
[id*='mega-']:not(.active) {
  display: none;
  opacity: 0;
}
[id*='mega-'].active {
  z-index: 200;
}
#megaMenu .megaWrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
#megaMenu .megaL-box {
  width: 940px;
  height: 100%;
  margin: 0 auto;
}
#megaMenu .megaL-box > ul {
  width: 100%;
  padding: 20px 0;
  display: flex !important;
  flex-wrap: wrap;
}
#megaMenu .megaL-box > ul li {
  box-sizing: border-box;
  padding-right: calc((10 / 940) * 100%);
  width: calc(((940 / 5) / 940) * 100%);
}
#megaMenu .megaL-box > ul li:nth-child(n + 6) {
  margin-top: 20px;
}
#megaMenu .megaL-box > ul li a {
  color: #08665e;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  width: 100%;
  height: 100%;
  min-height: 30px;
  padding: 5px 5px 5px 35px;
  text-decoration: none;
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#megaMenu .megaL-box > ul li a::before/*▼アイコン*/ {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  position: absolute;
  left: 13px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-color: transparent transparent transparent #08665e;
}
#megaMenu .megaL-box > ul li a:hover {
  background: #e5eaf9;
  transition: all 0.2s ease;
  text-decoration: none;
}

/*===============================================
メインコンテンツ全体
===============================================*/
#itemArea {
  padding: 45px 0 60px;
  background-color: #fefeec;
}

/*===============================================
リード文
===============================================*/
.leadText {
  font-size: 20px;
  text-align: center;
  margin: 20px auto 60px;
  font-weight: bold;
  line-height: 1.8;
}
.titleText {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 30px;
}

/*===============================================
エリアタブ
===============================================*/
.area_tab #tab {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  margin: auto;
  line-height: 1.3;
}
.area_tab #tab li {
  height: 50px;
  font-weight: 500;
  width: 150px;
}
.area_tab #tab li:not(:last-child) {
  margin-right: 7px;
}
.area_tab #tab li a {
  color: #5b5b5b;
  text-decoration: none;
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
}
.area_tab #tab li a:hover,
#tab .active {
  background-color: #10bfb1 !important;
  border: 1px solid #10bfb1 !important;
  color: #ffffff !important;
}

/*タブ横幅*/
.area_tab #tab .tab_beach a {
  padding-left: 55px;
}
.area_tab #tab .tab_asiabeach a {
  padding-left: 35px;
}
.area_tab #tab .tab_asiactiy a {
  padding-left: 35px;
}
.area_tab #tab .tab_america a {
  padding-left: 26px;
}
.area_tab #tab .tab_europe a {
  padding-left: 39px;
}
.area_tab #tab .tab_oceania a {
  padding-left: 40px;
}
/*.area_tab #tab .tab_africa a {
	padding-left: 6px;
}*/

/*吹き出し*/
#tab .active {
  position: relative;
}
#tab .active::after {
  content: '';
  width: 14px;
  height: 9px;
  border-top: 9px solid #10bfb1;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 7px);
}

/*===============================================
国絞り込み
===============================================*/
.filterArea {
  width: 960px;
  min-height: 40px;
  position: relative;
  margin-bottom: 16px;
}
.filterArea .filter_country {
  position: absolute;
  top: 13px;
  left: 53px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}
.filter {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  z-index: 5;
}
.filter .btn:not(:last-of-type) {
  margin-right: 6px;
}
.filter .btn a.active,
.filter .btn a:hover {
  background: #f9e118;
  border: 1px solid #f9e118;
}
.filter .btn a {
  height: 100%;
  min-height: 40px;
  display: table-cell;
  vertical-align: middle;
  /*align-items: center;
    flex-wrap: wrap;*/
  text-decoration: none;
  color: #604d00;
  font-size: 14px;
  line-height: 1;
  padding: 10px 12px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #bbbb87;
  border-radius: 2px;
}

#main .inner {
  width: 992px;
  margin: 0 auto;
}
#itemArea {
  padding: 45px 0 60px;
  background-color: #fefeec;
}
#contentsArea > .title {
  text-align: center;
}
#contentsArea > .title + #lineupArea {
  margin-top: 50px;
}
#contentsArea > .title {
  margin-top: 80px;
}
#lineupArea {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#lineupArea:after {
  content: none;
}
_:-ms-lang(x),
#lineupArea {
  width: 992px;
}
#lineupArea .lineup + .lineup {
  margin-top: 105px;
}

/*===============================================
※
===============================================*/
.topNotes {
  font-size: 13px;
  color: #333333;
}

/*===============================================
商品カセット
===============================================*/
#lineupArea .hotelBox {
  margin-top: 16px;
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}
#lineupArea .hotelBox li {
  display: -webkit-flex;
  display: flex;
}
#lineupArea .hotelBox .hotel_text {
}
#lineupArea .lineup .itemList.resultList {
  margin-left: 40px;
}
_:-ms-lang(x),
#lineupArea .type3col .itemList {
  width: 992px;
}
#lineupArea .lineup.type3col .tour_box {
  width: 280px;
  margin: 0 23px 30px 0;
}
#lineupArea .lineup .itemList .item,
#lineupArea .lineup .itemList .tour_box_wrap {
  margin-bottom: 8px;
}
#lineupArea .lineup .itemList:not(.type3col) .item {
  width: 230px;
}
#lineupArea .lineup.type3col .itemList .item {
  width: 100%;
}
#lineupArea .lineup .itemList:not(.type3col) .item + .item:not(:nth-of-type(4n + 1)) {
  margin-left: 23px;
}
#lineupArea .lineup .itemList .item > a,
#lineupArea .lineup .itemList .tour_box_wrap a {
  background: #fff;
  position: relative;
  color: #333333;
  text-decoration: none;
  display: block;
  opacity: 1;
  transition: 0.4s;
  box-shadow: 2px 2px 0px 0px #c5c29a;
  overflow: hidden;
  font-weight: normal;
}
#lineupArea .lineup .itemList .tour_box_wrap .tour_link a {
  box-shadow: none;
}
.tour-desc-text03 {
  display: flex !important;
}
#lineupArea .lineup .itemList .item a:hover {
  opacity: 0.7;
}
#lineupArea .lineup .itemList .tour_box_wrap .tour_img {
  width: auto;
  height: 150px;
  background: no-repeat center top;
  background-size: 250px;
  display: block;
}
#lineupArea .lineup.type3col .itemList .tour_box_wrap .tour_img {
  background-size: cover;
  height: 176px;
}
#lineupArea .lineup .itemList .item .itemText {
  padding: 7px 7px 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#lineupArea .lineup .itemList.hotels .item .itemText,
#lineupArea .lineup .itemList.activities .item .itemText {
}
#lineupArea .lineup .itemList.hotels .item .itemText .tour_pickup,
#lineupArea .lineup .itemList.activities .item .itemText .tour_pickup {
}
#lineupArea .lineup .itemList .item .itemText > span,
#lineupArea .lineup .itemList .tour_box_wrap .tour_box_inner > span {
  display: block;
  line-height: 20px;
}
#lineupArea .lineup .itemList.hotels .tour_box_wrap .rank {
  margin: 10px 0 0;
}
#lineupArea .lineup .item .itemTitle,
#lineupArea .lineup .itemList.hotels .tour_box_wrap .tour_ttl,
#lineupArea .lineup .itemList.activities .tour_box_wrap .tour_ttl,
#lineupArea .lineup .tour_box_wrap .tour_ttl {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
}
#lineupArea .lineup .itemList.hotels .tour_box_wrap .tour_ttl {
  margin: 8px 0 7px;
}
#lineupArea .lineup .itemList.activities .tour_box_wrap .tour_ttl {
  margin: 10px 0 7px;
}
#lineupArea .lineup .itemList.hotels .tour_box_wrap .price {
  margin: 11px 0 0;
  text-align: right;
}
#lineupArea .lineup .itemList.hotels .tour_box_wrap .discount {
  color: #de1a25;
  font-size: 14px;
  margin-right: 7px;
  font-weight: 500;
}
#lineupArea .lineup .item .itemPrice,
#lineupArea .lineup .tour_box_wrap .tour_gross {
  color: #de1a25;
  font-size: 20px;
  font-weight: bold;
}
#lineupArea .lineup .itemList .tour_box_wrap .tour_box_inner > span.tour_grudge {
  display: none;
}
#lineupArea .lineup .itemList.hotels .tour_box_wrap .tour_grudge,
#lineupArea .lineup .itemList.activities .tour_box_wrap .tour_grudge {
  margin: 12px 5px 0;
  display: flex !important;
  flex-wrap: wrap;
}
#lineupArea .lineup .itemList.hotels .tour_box_wrap .tour_grudge > span,
#lineupArea .lineup .itemList.activities .tour_box_wrap .tour_grudge > span {
  background: #ff94ab;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 12px;
  display: none;
  font-weight: 600;
}
#lineupArea .lineup .itemList.hotels .tour_box.grudge1 .tour_box_wrap .tour_grudge > .grudge1,
#lineupArea .lineup .itemList.activities .tour_box.grudge1 .tour_box_wrap .tour_grudge > .grudge1,
#lineupArea .lineup .itemList.hotels .tour_box.grudge2 .tour_box_wrap .tour_grudge > .grudge2,
#lineupArea .lineup .itemList.activities .tour_box.grudge2 .tour_box_wrap .tour_grudge > .grudge2,
#lineupArea .lineup .itemList.hotels .tour_box.grudge3 .tour_box_wrap .tour_grudge > .grudge3,
#lineupArea .lineup .itemList.activities .tour_box.grudge3 .tour_box_wrap .tour_grudge > .grudge3 {
  display: inline-block;
  margin: 0 4px 0 0;
}
#lineupArea .lineup .tour_link {
  display: block;
  text-align: right;
  margin-top: 0;
}
#lineupArea .lineup .tour_link a:hover {
  text-decoration: none;
}
#lineupArea .lineup .itemList .tour_link a {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  padding-right: 14px;
  text-decoration: none;
  background: url(../images/icon_Arrow02.png) no-repeat right center;
  font-weight: 500;
}
#lineupArea .lineup .itemList .tour_link a:hover {
  opacity: 0.7;
}
#lineupArea .lineup .linkBox a {
  text-decoration: none;
  color: #503f00;
}
.item_area {
  padding: 30px 0 20px;
  background: #fafabf;
}
#lineupArea {
  margin-top: 40px !important;
}
#lineupArea .lineup .itemList.resultList {
  margin-left: 40px;
}
#lineupArea .tour_box_wrap > a {
  height: 100%;
  min-height: 0;
}
#lineupArea .lineup.type3col .tour_box {
  margin: 0 33px 50px 0;
}
#lineupArea .tour_box_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#lineupArea .rank {
  height: 10px;
}
.filterArea + .itemList {
  margin-top: 35px;
}
#lineupArea .lineup .itemList .tour_link a {
  color: #333333;
}
.tour-desc .tour-city {
  display: block;
  line-height: 20px;
}
img,
object {
  justify-content: flex-end;
}
.resultList span {
  display: block;
}
.price {
  display: flex !important;
  justify-content: flex-end;
}
.discount {
  line-height: 2;
}
.sp_only {
  display: none;
}
.tour_box_inner {
  line-height: 20px;
}
.tour_img {
  position: relative;
}

.tour_pickup {
  background: #000000;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

/*===============================================
商品エリア
===============================================*/
.item_area {
  width: 992px;
}

/*===============================================
注記　非表示
===============================================*/
.result_none {
  text-align: center;
  line-height: 1.8;
  display: none;
  padding-bottom: 30px;
}
#htl_attn {
  margin-top: 30px;
}
#htl_attn li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

/*===============================================
海外ホテルTOPへ
===============================================*/

#hotelTop_Btn {
  background-color: #ff9f00;
  width: 360px;
  height: 52px;
  border-radius: 9px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: -20px;
}
#hotelTop_Btn a {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  background-image: url('/kaigai/hotels/common/images/icon_Arrow01.png');
  background-repeat: no-repeat;
  background-position: top 50% right 17px;
}
#hotelTop_Btn:hover {
  background-color: #f0831e;
}

/*===============================================
その他特集
===============================================*/
#bottom_btn {
  margin-bottom: 120px;
}
#bottom_btn > div {
  width: 960px;
  margin: 0 auto;
  margin-top: 70px;
}
#bottom_btn * {
  box-sizing: border-box;
}
.title {
  font-size: 22.93px;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.title:after {
  content: '';
  width: 80px;
  height: 4px;
  background: rgba(147, 192, 255, 0.5);
  display: block;
  margin: 10px auto 35px;
}

/*btn*/
.menu-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu-list li {
  width: 154px;
  height: 60px;
  margin-bottom: 7px;
}
.menu-list li:nth-child(6) {
  margin-right: 0;
}
.menu-list li a {
  background-color: #ffec4d;
  border-radius: 5px;
  height: 100%;
  color: #313131;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.menu-list li.current a,
.menu-list li a:hover {
  background-color: #fff;
  color: #313131;
  border: 2px solid #ffec4d;
}
.otherLink {
  margin: 80px auto;
}

/*bnr*/
.bnr-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 970px;
  margin: 0 auto;
}
.bnr-list img {
  width: 308px;
  height: 92px;
}
.bnr-list li {
  margin-right: 20px;
}
.bnr-list li:nth-of-type(3n) {
  margin-right: 0;
}
.bnr-list img:hover {
  opacity: 0.8;
}

/*===============================================
ページトップ
===============================================*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  padding: 20px;
  text-align: center;
  display: block;
  border-radius: 4px;
  background: #acacac;
  opacity: 0.7;
  transition: all 0.4s;
}
#page-top a:hover {
  background: #999;
  opacity: 1;
}

/*URL出し分け*/
.pc_on {
  display: block;
}
.pc_off {
  display: none !important;
}
.sp_on {
  display: none !important;
}
.sp_off {
  display: none !important;
}

/*検索ボックス searchModule.min.css リセット*/
.section__wrapper.search {
  width: 992px;
  margin: auto;
}
.rn-searchMod {
  width: 100%;
  display: block;
}
.rn-searchMod__navSection {
  margin-right: 0;
}
.rn-searchMod__navListItem {
  margin-bottom: 0;
}
.rn-searchMod__navListItem:not(:last-child) {
  margin-right: 8px;
}
.rn-searchMod__navList {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.rn-searchMod__navList a:hover {
  text-decoration: none !important;
}
.rn-searchMod__navListButton {
  border-radius: 4px 4px 0 0;
  border: 1px solid #000;
}
.rn-searchMod__navListButton.active {
  border-bottom-color: #fff;
  margin-right: 0;
}
.rn-searchMod__formSection {
  width: 100%;
  min-height: auto;
  border: 1px solid #000;
  border-radius: 0;
  padding: 30px 40px;
  margin-top: -1px;
}
