@charset "UTF-8";
/* CSS Document */

.contents_area_wrap{
	position: relative;
}
.stretched-link::after{
  position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)
}
.contents_area_wrap *{
	line-height: 1.5;
	font-family: Hiragino Sans,'ヒラギノ角ゴ ProN W3','Hiragino kaku Gothic ProN','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif;
	font-size: 13px;
	color: #333;
	box-sizing: border-box;
}

/*a:hover{
	opacity: .7;
    text-decoration:none;
    color: #fff;
}*/

#PageName {
  width: 1024px;
  margin: 10px auto;
  font-weight: bold;
  background-color: white;
}

.contents_area_wrap .font_md{
	font-size: 14px;
	line-height: 25px;
}

.contents_area_wrap .font_b{
	font-weight: bold;
}


.pt0 {
  padding-top: 0 !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

/* HEADER  */
.containner {
  min-width: 1024px;
}

.family-page {
  position: relative;
}

.cont_header {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 72px;
  border-top: 1px solid #ba181c;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
}

/* NAVBAR  */
.nav_on {
  background-color: #fef9ce;
}

.g_nav_list {
  width: 1024px;
  margin: auto auto;
  padding: 0;
  background-color: #fff;
}

.g_nav_lists {
  float: left;
  /* width: 192px; */
  width: calc(1024px / 3);
  text-align: center;
  position: relative;
}
.g_nav_lists > a {
  display: block;
  padding: 10px 0;
}
.g_nav_lists.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.g_nav_lists span {
  font-size: 14px;
  font-weight: bold;
  display: table-cell;
  padding: 13px 0 18px;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
  cursor: pointer;
  /* width: 192px; */
  width: calc(1024px / 3);
  margin: 0;
  border-right: 1px solid #999999 !important;
}
.g_nav_lists.gray span {
  color: #A5A2A2;
  pointer-events: none;
}
.g_nav_lists:last-child span {
  border-right: none !important;
}
.g_nav_lists span:hover {
  opacity: 0.6;
}
.g_nav_lists span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 13px;
  height: 8px;
  background: url(/attending/newyear/kokunai/hatsumode/images/2019/arrow.png) no-repeat;
  background-size: contain;
}

.g_nav_under_list {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 342px;
  padding: 3px;
  border: 2px solid #5c4a18;
  background-color: #fff;
  text-align: left;
}
.g_nav_under_list:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #5c4a18;
}

.g_nav_under_link {
  display: block;
  position: relative;
  padding: 15px 0 15px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.g_nav_under_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}
.g_nav_under_link:hover, .g_nav_under_link:visited {
  color: #333;
}

.g_nav_under_lists + .g_nav_under_lists {
  border-top: 1px solid #fce4e3;
}

.g_nav_under_list li a.kaigai {
  background-color: #fef9ce;
}

.g_nav_under_list li a.kaigai {
  background-color: #fff;
}

/*.g_nav_under_list li a.kaigai_top,
.g_nav_under_list li a.kokunai_top {
  background-color: #fef9ce;
}*/


.g_nav_under_list li a.kaigai_top {
  background-color: #fff;
}
.g_nav_under_list li a.kokunai {
  background-color: #fef9ce;
}

.g_nav_under_list li a.kokunai {
  background-color: #fff;
}

/*.g_nav_under_list li a.air,
.g_nav_under_list li a.dp,
.g_nav_under_list li a.hotel,
.g_nav_lists li a.info {
  background-color: #fef9ce;
}*/

.g_nav_under_list li a.oyado {
  background-color: #fef9ce;
}

.g_nav_lists .under_list_open {
	padding: 10px 0;
}

.hawaii .g_nav_under_list li a.hawaii {
  background-color: #fef9ce;
}
.hawaii .g_nav_under_list li a.okinawa {
  background-color: #fff;
}

.okinawa .g_nav_under_list li a.hawaii {
  background-color: #fff;
}
.okinawa .g_nav_under_list li a.okinawa {
  background-color: #fef9ce;
}

.g_nav_list .link_gray {
  opacity: 0.3;
  pointer-events: none;
}
.g_nav_list .g_nav_under_lists.gray {
  display: block;
  position: relative;
  padding: 15px 0 15px 8px;
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
}
.g_nav_list .g_nav_under_lists.gray:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

/* VISUAL  */
.mv_area{
	position: relative;
	background:url(/attending/newyear/images/2021/ttl_bg.gif);
	background-size: 90px;
}
.mv_area:before{
    content: "";
    position: absolute;
    background: url(/attending/newyear/images/2021/ttl_left.png) no-repeat;
    background-size: contain;
	width: 139px;
	height: 480px;
    top: 0;
    left: 0;
	display: inline-block;
	z-index: 3;
}
.mv_area:after{
    content: "";
    position: absolute;
    background: url(/attending/newyear/images/2021/ttl_right.png) no-repeat;
    background-size: contain;
	width: 107px;
	height: 381px;
    top: 60px;
    right: 0;
	display: inline-block;
}

.mv_area_name {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  display: table;
  background-color: #c31c20;
  border-radius: 25px;
  border: solid 2px #c31c20;
  font-weight: bold;
  transform: translate(-50%, 110%);
}
.mv_area_name .def {
  display: table-cell;
  vertical-align: middle;
  font-size: 21px;
  color: #fff;
  padding: 2px 15px;
  white-space: nowrap;
}
.mv_area_name .dest {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  font-size: 19px;
  color: #000;
  padding: 2px 15px;
  border-radius: 0 25px 25px 0;
  white-space: nowrap;
}

.mv_inner {
  position: relative;
	width: 1124px;
	height: 465px;
	margin: auto auto;
  background: url(/attending/newyear/oyado/images/2019/ttl_P_top.png) no-repeat bottom 0 right 50px;
  background-size: 872px;
	z-index: auto;
}
/*.mv_inner.SmallOriginNone-page.tyo {
  background-image: url(/attending/newyear/oyado/images/2019/ttl_tyo.png);
  background-size: 1024px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.mv_inner.SmallOriginNone-page.spk {
  background-image: url(/attending/newyear/oyado/images/2019/ttl_spk.png);
  background-size: 1024px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.mv_inner.SmallOriginNone-page.sdj {
  background-image: url(/attending/newyear/oyado/images/2019/ttl_sdj.png);
  background-size: 1024px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.mv_inner.SmallOriginNone-page.chs {
  background-image: url(/attending/newyear/oyado/images/2019/ttl_chs.png);
  background-size: 1024px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.mv_inner.SmallOriginNone-page.fuk {
  background-image: url(/attending/newyear/oyado/images/2019/ttl_fuk.png);
  background-size: 1024px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.mv_inner.SmallOriginNone-page.ngo {
  background-image: url(/attending/newyear/oyado/images/2019/ttl_ngo.png);
  background-size: 1024px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.mv_inner.SmallOriginNone-page.osa {
  background-image: url(/attending/newyear/oyado/images/2019/ttl_osa.png);
  background-size: 1024px;
  background-repeat: no-repeat;
  background-position: bottom left;
}*/

.mv_innerCal {
  position: relative;
  width: 1024px;
  height: 566px;
  margin: auto auto;
  z-index: 3;
  margin-top: -566px;
}

.mv_info {
  position: relative;
}
.mv_info:before {
  content: "";
  position: absolute;
  background: url(/attending/newyear/oyado/images/2019/ttl_bottom.png) no-repeat;
  background-size: contain;
	top: -160px;
    right: calc(50% - 580px);
    width: 1170px;
    height: 165px;
	z-index: 2;
}

.mv_info_wapper {
  background-color: #fff;
  padding-bottom: 30px;
  text-align: center;
}

.mv_ttl {
  position: absolute;
  left: 0;
  top: 82px;
}
.mv_ttl img {
  width: auto !important;
}

.mv_calendar {
  position: absolute;
  right: 0;
  top: 127px;
  text-align: center;
  z-index: 3;
}
/*.mv_calendar img {
  width: auto !important;
}*/

.mv_calendar_under {
  position: absolute;
  right: 0;
  top: 123px;
  text-align: center;
  z-index: 3;
}

.link_btn {
  position: absolute;
  right: 20px;
  top: 440px;
  text-align: center;
  width: 388px;
  background-color: #c31c20;
  margin-top: 12px;
}
.link_btn a {
  font-size: 16px;
  padding: 14px 20px 14px 0;
  color: #fff;
  display: block;
  text-decoration: none;
}
.link_btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 110px;
  top: calc(50% - 4px);
  width: 13px;
  height: 8px;
  background: url(/attending/newyear/oyado/images/2019/arrow2.png) no-repeat;
  background-size: contain;
}

.mv_intro_txt {
  /*width: 500px;*/
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.55;
	width: 100%;
	margin-top: 10px;
	/*margin: 40px 0;*/
}

.seo_sns {
  width: 1024px;
  margin: auto;
  z-index: 20;
  align-items: center;
  padding: 15px 20px;
}

/*.snsArea {
  width: 260px;
}
.snsArea ul li {
  display: table-cell;
  padding-left: 10px;
  width: 40px;
  vertical-align: top;
  transition: opacity 0.26s ease;
}
.snsArea ul li:hover {
  opacity: 0.7;
}
.snsArea ul li:first-of-type {
  padding-left: 0;
}
.snsArea ul.icn li.htnblog iframe {
  border-radius: 20px !important;
}*/

.htnblog {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.btn-touch {
  border-radius: 20px !important;
}

.snsArea ul.icn li.line span {
  background: #00b900;
  border-radius: 20px;
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.snsArea ul.icn li.line span iframe {
  position: absolute !important;
  top: 5px;
  left: 5px;
}
.snsArea ul.icn li.google a {
  display: block;
  width: 40px;
  height: 40px;
}
.snsArea ul.icn li.google img {
  width: 100%;
}
.snsArea ul.icn li.pocket a {
  display: block;
  width: 40px;
  height: 40px;
}
.snsArea ul.icn li.pocket a img {
  width: 100%;
}
.snsArea ul.icn li a img {
  width: 40px !important;
  height: 40px !important;
}

[class*="heading-"] {
  text-align: center;
}
[class*="heading-"] img {
  width: auto;
  max-width: 100%;
}

.heading-primary {
  padding: 0;
  margin-bottom: 40px;
  margin-top: 25px;
}
.heading-secondary {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 15px;
  padding-left: 63px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.05em;
}
.heading-secondary:after {
  content: "";
  width: 44px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2019/ico_heading_01.png");
  background-repeat: repeat;
  background-size: contain;
  background-position: 0 0;
}
.heading-secondary .small {
  font-size: 22px;
}
.heading-third {
  font-size: 26px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 25px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
.heading-fourth {
  position: relative;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2019/bg_plaid_kin.gif");
  background-repeat: repeat;
  background-size: 30px;
  background-position: top center;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 10px 7px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.heading-fourth span {
  position: relative;
  z-index: 10;
  font-size: 1em;
}
.heading-fourth:before, .heading-fourth:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.heading-fourth:before {
  z-index: 1;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2019/ico_circle.png"), url("/attending/newyear/kokunai/hatsumode/images/2019/ico_circle.png"), url("/attending/newyear/kokunai/hatsumode/images/2019/ico_circle.png"), url("/attending/newyear/kokunai/hatsumode/images/2019/ico_circle.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 10px;
  background-position: -5px -5px, calc(100% + 5px) -5px, -5px calc(100% + 5px), calc(100% + 5px) calc(100% + 5px);
}
.heading-fourth:after {
  z-index: 2;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2019/ico_circle.png"), url("/attending/newyear/kokunai/hatsumode/images/2019/ico_circle.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 4px;
  background-position: 7px center, calc(100% - 7px) center;
}
.heading-h5 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-image: url(/attending/newyear/oyado/images/2019/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 13px 0;
  margin-bottom: 10px;
}
.heading-h5.mgb20 {
  margin-bottom: 20px;
}
.heading-pink {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #e38abe;
  color: white;
  padding: 12px 0;
  margin-bottom: 20px;
}
.heading-red {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #bd1b1f;
  color: white;
  padding: 10px 0;
}
.heading-orange {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #e3bf6c;
  color: white;
  padding: 10px 0;
}

.btn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 13px 10px 12px;
}
.btn:hover {
  text-decoration: none;
}
.btn .ico {
  display: inline-block;
  position: relative;
  z-index: 20;
  font-size: 1em;
  color: currentColor;
  padding: 0;
  letter-spacing: 0.08em;
  display: block;
  background-image: url("/attending/newyear/oyado/images/2019/arrow_right_pink.png");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right 35px center;
}
.btn-red {
  background-color: #c31c20;
  color: #fff;
  padding: 16px 20px;
}
.btn-red .ico {
  color: #fff;
  padding: 0 52px;
  font-size: 16px;
  background-image: url("/attending/newyear/oyado/images/2019/arrow_right_white.png");
  background-position: right;
}
.btn-primary {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn-primary:before, .btn-primary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-primary:before {
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.btn-primary:after {
  z-index: 0;
  bottom: -4px;
  right: -4px;
  border: 2px solid #fff;
}
.btn-primary.blue {
  color: #fff;
  position: relative;
  z-index: 10;
}
.btn-primary.blue:before {
  background-color: #72b6e2;
}
.btn-primary.blue:after {
  border: 2px solid #72b6e2;
}
.btn-primary.pink {
  color: #e38abe;
  position: relative;
  z-index: 10;
}
.btn-primary.pink:before {
  border: 2px solid #e38abe;
}
.btn-primary.pink:after {
  border: 2px solid #e38abe;
}
.btn-secondary {
  color: #c31c20;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.btn-secondary .ico {
  padding-left: 20px;
  padding-right: 20px;
  color: #c31c20;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2019/arrow_right_red.png");
}
.btn-secondary:before, .btn-secondary:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-secondary:before {
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2019/ico_btn_red_01.png"), url("/attending/newyear/kokunai/hatsumode/images/2019/ico_btn_red_02.png"), url("/attending/newyear/kokunai/hatsumode/images/2019/ico_btn_red_03.png"), url("/attending/newyear/kokunai/hatsumode/images/2019/ico_btn_red_04.png");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top left, top right, bottom right, bottom left;
  background-color: #fff;
  border: 2px solid #c31c20;
}
.btn-secondary:after {
  z-index: 0;
  bottom: -4px;
  right: -4px;
  border: 1px solid #c31c20;
}
.btn-secondary.pink {
  color: #e38abe;
}
.btn-secondary.pink .ico {
  color: #e38abe;
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2019/arrow_right_pinky.png");
}
.btn-secondary.pink:before {
  background-image: url("/attending/newyear/kokunai/hatsumode/images/2019/ico_btn_pink_01.png"), url("/attending/newyear/kokunai/hatsumode/images/2019/ico_btn_pink_02.png"), url("/attending/newyear/kokunai/hatsumode/images/2019/ico_btn_pink_03.png"), url("/attending/newyear/kokunai/hatsumode/images/2019/ico_btn_pink_04.png");
  border: 2px solid #e38abe;
}
.btn-secondary.pink:after {
  border: 2px solid #e38abe;
}
.btn-small {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
}
.btn-small .ico {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.clearfix::after {
  clear: both;
  content: " ";
  display: block;
}

.bg-white {
  background-color: #fff;
}

.box {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}
.box.pd15 {
  padding: 12px 15px 15px 15px !important;
}

.block-text {
  margin-bottom: 12px;
}
.block-text * {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.text-center {
  text-align: center !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}
.ls-custom {
  letter-spacing: -0.05em !important;
}

.block-section {
  margin-bottom: 50px;
}

.badges {
  position: relative;
}
.badges-btn {
  position: absolute;
  right: -5px;
  bottom: 15px;
}

.top_scroll_block {
  /*position: fixed;
  width: 100%;
  z-index: -1;
  right: 0;
  bottom: 5px;
  opacity: 0;
  transition: all 1s;
  text-align: right;*/
	display:none;
}
.top_scroll_block.show {
  /*z-index: 100;
  opacity: 1;*/
	display:none;
}
/*.top_scroll_block_inner {
  margin: auto;
  text-align: right;
}
.top_scroll_block_inner a {
  opacity: 1 !important;
  transition: all 1s;
}*/

.list-btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -4px;
  padding-right: 5px;
}
.list-btn > * {
  padding: 0 4px;
  width: 50%;
  box-sizing: border-box;
}
.list-btn .btn {
  display: block;
}

.list-deco {
  width: 660px;
  margin: auto;
}
.list-deco li {
  border-bottom: 2px dotted red;
  padding: 9px 0 9px 57px;
  font-size: 14px;
  line-height: 1.5;
  background-image: url("/attending/newyear/kokunai/onsen/images/2019/ico_01.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 28px;
}

.list-item li {
  font-size: 13px;
  padding: 10px 0 10px 38px;
  line-height: 1.4;
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: left center;
}
.list-item li:nth-child(1) {
  background-image: url("/attending/newyear/kokunai/onsen/images/2019/ico_1.png");
}
.list-item li:nth-child(2) {
  background-image: url("/attending/newyear/kokunai/onsen/images/2019/ico_2.png");
}
.list-item li:nth-child(3) {
  background-image: url("/attending/newyear/kokunai/onsen/images/2019/ico_3.png");
}
.list-item li:nth-child(4) {
  background-image: url("/attending/newyear/kokunai/onsen/images/2019/ico_4.png");
}
.list-item li:nth-child(5) {
  background-image: url("/attending/newyear/kokunai/onsen/images/2019/ico_5.png");
}

.list-price {
  width: 880px;
  margin: 0 auto;
}
.list-price .link {
  display: flex;
  justify-content: space-between;
}
.list-price .link > * {
  font-weight: 700;
  line-height: 1.6;
  width: 230px;
}
.list-price .item {
  padding: 11px 0;
  border-bottom: 2px dotted #c0c0c0;
}
.list-price .item .title {
  color: #1d3994;
  font-size: 14px;
  flex-grow: 1;
}
.list-price .item .price {
  font-size: 16px;
  color: #ff2600;
  text-align: right;
  padding: 0 5px;
  letter-spacing: 0.08em;
}

.list-link {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #333;
  gap: 13px;
}
.list-link.border-none {
  border-bottom: 0;
}
.list-link .item {
  width: 304px;
}
.list-link .item .btn {
  width: 100%;
}
.list-link.style2 {
  border-bottom: 0;
}
.list-link.style2 .btn-secondary {
  color: #e38abe;
}
.list-link.style2 .btn-secondary:before {
  background: none;
  border-color: #e38abe;
  background-color: #fff;
}
.list-link.style2 .btn-secondary:after {
  border-color: #e38abe;
}
.list-link.style2 .btn-secondary .ico {
  color: #e38abe;
  background-image: url("/attending/newyear/oyado/images/arrow_bottom_pink.png");
  background-position: right center;
  background-size: 13px;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.list-link.style2 .item {
  width: 135px;
  display: flex;
}
.list-link.style2 .item > a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 12px 5px;
}
.list-link.style2 .item .ico {
  padding: 0;
  color: #333;
}
.list-link.style2 .item.active > a:before {
  background-color: #e38abe;
}
.list-link.style2 .item.active .ico {
  background-image: url("/attending/newyear/oyado/images/2019/arrow2.png");
  background-size: 13px;
  color: white;
}

.media {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 20px 30px;
}
.media > * {
  width: 44.6%;
}
.media > *.mid {
  align-self: center;
}
.media-img {
  position: relative;
  margin-right: 40px;
}
.media-img .best {
  position: absolute;
  top: -45px;
  left: -5px;
  z-index: 1;
  width: 105px;
}
.media-img .best img {
  width: 100%;
}
.media-content {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.media-content-top .tags {
  display: flex;
  margin-bottom: 15px;
}
.media-content-top .tags-item {
  margin-right: 5px;
  margin-bottom: 5px;
}
.media-content-top .tags-item img {
  width: 54px;
  display: block;
}
.media-content-top .desc {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #000000;
}
.media-content-bottom {
  margin-top: auto;
  text-align: right;
}
.media-content-bottom .price {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #c10321;
  margin-bottom: 10px;
  font-weight: 700;
}
.media-content-bottom .note {
  font-size: 13px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.075em;
  background-color: #f0f0f0;
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px;
}
.media-block {
  display: flex;
  flex-wrap: wrap;
}
.media img {
  width: auto;
  max-width: 100%;
}
.media-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-bottom: 10px;
  color: #1d3994;
  line-height: 1;
}
.media-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.media.custom {
  display: block !important;
  padding: 20px;
  width: 465px;
}
.media.custom > * {
  width: 100%;
}
.media.custom .media-img.d-flex {
  margin-bottom: 14px;
}
.media.custom .media-img img {
  width: 205px;
}
.media.custom .media-content-top .tags {
  margin-bottom: 8px;
}
.media.custom .media-content-top .tags-item {
  width: 54px;
}
.media.custom .media-content-top .tags.first {
  margin-bottom: 0;
}
.media.custom .media-content-bottom {
  margin-top: 25px;
}
.media.custom .media-content-bottom .price {
  font-size: 18px;
  margin-bottom: 4px;
}
.media.custom .media-content-bottom .note {
  margin-bottom: 7px;
}

.common-top {
  padding-top: 20px;
  border-top: 1px solid #bd1b1f;
}

.goods_pickup {
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 20px 0;
  position: relative;
}
.goods_pickup .goods_linkarea {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.goods_pickup .goods_img {
  width: 340px;
  height:255px;
  overflow:hidden;
  margin-right: 40px;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  opacity: 1;
}
.goods_pickup .goods_img a {
  display: block;
}
.goods_pickup .goods_img img {
  width: 100%;
}
.goods_pickup .goods_data0 {
  width: 510px;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
  opacity: 1;
}
.goods_pickup .goods_title,
.goods_pickup .goods_title a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #1d3994;
  line-height: 1.5;
}
.goods_pickup .goods_title {
  margin: -5px 0 2px;
}
.goods_pickup .goods_points {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #000000;
}
.goods_pickup .goods_data1 {
  margin-right: 5px;
  margin-bottom: 8px;
}
.goods_pickup .goods_icons {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px 16px -3px;
}
.goods_pickup .goods_icons > li {
  margin: 0 2px 3px 3px;
}
.goods_pickup .goods_data2 {
  text-align: right;
}
.goods_pickup .goods_price {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #c10321;
  margin-bottom: 10px;
  font-weight: 700;
}
.goods_pickup .goods_area {
  font-size: 13px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.075em;
  background-color: #f0f0f0;
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px;
}
.goods_pickup .goods_area:hover + .goods_img, .goods_pickup .goods_area:hover + .goods_data0 {
  opacity: 0.5;
}
.goods_pickup .goods_btn {
  position: relative;
  padding-right: 4px;
}
.goods_pickup .goods_btn a {
  text-decoration: none;
}
.goods_pickup .goods_btn:after {
  content: "";
  left: 4px;
  bottom: -4px;
  right: 0;
  top: 4px;
  border: 2px solid #e38abe;
  position: absolute;
}
.goods_pickup .goods_btn a {
  color: #e38abe;
  position: relative;
  height: 45px;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #e38abe;
  font-weight: bold;
  background: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.goods_pickup .goods_btn a:after {
  content: "";
  width: 9px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  background: url(/attending/newyear/oyado/images/2019/arrow_right_pink.png) no-repeat center center;
  background-size: 100% auto;
}

.list_tour {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_tour .tour_item {
  width: 465px;
  margin: 20px 0 30px 30px;
  background-color:#ffffff;
}
.list_tour .tour_item:nth-child(2n+1) {
  margin-left: 0;
}

.tour_2col {
  background: #fff;
  padding: 20px;
  position: relative;
}
.tour_2col .tour_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
}
.tour_2col .innerBox_1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.tour_2col .tour_img {
  width: 205px;
  height:153px;
  overflow:hidden;
  margin-left: 15px;
}
.tour_2col .tour_img:nth-child(2n+1) {
  margin-left: 0;
}
.tour_2col .tour_img img {
  display: block;
  width: 100%;
}
.tour_2col .tour_ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-bottom: 2px;
  color: #1d3994;
  line-height: 1.5;
}
.tour_2col .tour_icn {
  /*width: 310px;*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px 10px -3px;
}
.tour_2col .tour_icn > li {
  margin: 0 2px 0 3px;
}
.tour_2col .tour_caption {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  color: #000000;
  margin-bottom: 20px;
}
.tour_2col .tour_price {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #c10321;
  margin-bottom: 5px;
  font-weight: 700;
}
.tour_2col .tour_area {
  font-size: 13px;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.075em;
  background-color: #f0f0f0;
  display: inline-block;
  margin-bottom: 6px;
  padding: 8px;
}
.tour_2col .innerBox_2 {
  text-align: right;
}
.tour_2col .tour_btn_wrap {
  position: relative;
  padding-right: 4px;
}
.tour_2col .tour_btn_wrap a {
  text-decoration: none;
}
.tour_2col .tour_btn_wrap:after {
  content: "";
  left: 4px;
  bottom: -4px;
  right: 0;
  top: 4px;
  border: 2px solid #e38abe;
  position: absolute;
}
.tour_2col .tour_btn_wrap .tour_btn {
  color: #e38abe;
  position: relative;
  height: 45px;
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #e38abe;
  font-weight: bold;
  background: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.tour_2col .tour_btn_wrap .tour_btn:after {
  content: "";
  width: 9px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  right: 15px;
  background: url(/attending/newyear/oyado/images/2019/arrow_right_pink.png) no-repeat center center;
  background-size: 100% auto;
}

.section-content.pt01 {
  padding-top: 0 !important;
  margin-bottom: 10px;
}

.sec_mb01 {
  margin-bottom: 28px !important;
}

.osa-pb01 {
  padding-bottom: 0 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tour_2col .tour_icn > li,
  .goods_pickup .goods_icons > li {
    margin-bottom: 5px;
  }
}
.tableWrap {
  width: 100%;
}

.serachNote {
  font-size: 16px;
  padding-top: 10px;
}

.searchArea {
  width: 1024px;
  margin: 15px auto 20px auto;
}
.searchArea table {
  width: 100%;
}
.searchArea .inner {
  margin-bottom: 75px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: white;
}
.searchArea .inner .search_box_oya2 {
  margin-top: -5px;
  width: 1004px;
}
.searchArea .label {
  margin: 13px 0;
  width: 70px;
  text-align: left;
  padding-left: 10px;
  clear: both;
  display: inline-block;
  padding: 1px 0 0px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.searchArea .label:before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  height: 14px;
  width: 4px;
  background-color: #dba72a;
}
.searchArea .label span {
  line-height: 12px;
}
.searchArea .label.width160 {
  width: 160px;
  margin: 9px 0;
}
.searchArea .label.mg07 {
  margin: 7px 0;
}
.searchArea select {
  margin-right: 10px;
  font-size: 14px;
  width: auto;
  border-radius: 5px;
  text-indent: 0.01px;
  text-overflow: "";
  display: inline-block;
  width: auto;
  height: 30px;
  border: 1px solid #b2b2b2;
  padding: 5px 25px 5px 5px;
  line-height: 20px;
  background-image: url(/attending/newyear/oyado/images/2019/select_bg.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}
.searchArea select::-ms-expand {
  display: none;
}
.searchArea .basic_search_list {
  display: block;
  margin-top: 13px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}
.searchArea .basic_search_list input {
  width: 12px;
  height: 12px;
}
.searchArea .basic_search_list label {
  font-size: 14px;
  line-height: 20px;
}
.searchArea .basic_search_list .type {
  display: flex;
  align-items: center;
  margin: 13px;
}
.searchArea .basic_search_list.last {
  border-bottom: none;
}

.btn_oyadoSearch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 50px;
  text-align: center;
  background-color: #727272;
  color: #ffffff;
  font-size: 15px;
  float: left;
  text-decoration: none;
  border-radius: 4px;
}
.btn_oyadoSearch::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(/attending/summer/images/2019/arrow.png) no-repeat;
  background-size: contain;
}
.btn_oyadoSearch:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
}

.btn_reset {
  margin: 18px 0 40px 210px;
}

.btn_search {
  margin: 18px 0 40px 7px;
  background-color: #bd1b1f;
  color: #fff;
}

.searchArea .inner {
  background: none;
}

.searchArea {
  background: none;
}
.searchArea .serachNote {
  margin-bottom: 15px;
}
.searchArea .tableWrap > tbody > tr > td {
  padding: 0 20px !important;
}
.searchArea .tableWrap > tbody > tr > td > table > tbody > tr {
  display: block;
  margin-top: 13px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}
.searchArea .tableWrap > tbody > tr > td > table > tbody > tr:last-child {
  border-bottom: none;
  background: #fff;
  margin-top: -2px;
  padding: 5px 0 0 20px;
}
.searchArea .tableWrap > tbody > tr > td > table > tbody > tr label {
  font-size: 14px;
}
.searchArea .tableWrap * {
  font-size: 14px;
}
.searchArea .tableWrap td {
  vertical-align: middle;
}
.searchArea .select_month {
  width: 110px;
}
.searchArea .select_day,
.searchArea select[name="stayNum"] {
  width: 83px;
}
.searchArea select[name="chargeLower"] {
  width: 120px;
}
.searchArea select[name="areaCode"] {
  width: 150px;
}
.searchArea select[name="Barea"] {
  width: 200px;
}
.searchArea select[name="chargeUpper"] {
  width: 120px;
}
.searchArea select[name="priceMin"] {
  width: 120px;
}
.searchArea .label_type {
  width: 160px !important;
}
.searchArea select {
  width: 58px;
  margin-right: 5px !important;
}
.searchArea select[name="roomNum"] {
  width: 85px;
  margin-left: 10px !important;
}
.searchArea .label {
  width: 80px;
}
.searchArea .label span {
  font-size: 10px !important;
}
.searchArea .px12 * {
  font-size: 14px;
}
.searchArea .btn_reset,
.searchArea .btn_search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 50px;
  text-align: center;
  background-color: #727272;
  color: #ffffff;
  font-size: 15px;
  float: left;
  text-decoration: none;
  border-radius: 4px;
}
.searchArea .btn_reset::after,
.searchArea .btn_search::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(/attending/summer/images/2019/arrow.png) no-repeat;
  background-size: contain;
}
.searchArea .btn_reset:hover,
.searchArea .btn_search:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
}
.searchArea .btn_search {
  background-color: #bd1b1f;
}

.searchArea select {
  background-color: #fff;
}

/* index  */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, img, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  color: #333;
}*/

.oyado-SmallOriginNone {
  position: relative;
  /* background-image: url("/attending/newyear/family/images/2019/bg_base.gif"); */
  background-size: 60px;
  overflow: hidden;
}
.oyado-SmallOriginNone *, .oyado-SmallOriginNone *:before, .oyado-SmallOriginNone *:after {
  box-sizing: border-box;
}
.oyado-SmallOriginNone .f12 {
  font-size: 12px;
}
.oyado-SmallOriginNone img {
  vertical-align: middle;
}
.oyado-SmallOriginNone .trans:hover {
  opacity: 0.8;
}
.oyado-SmallOriginNone .hdWrapper {
  height: auto;
  width: 1024px;
  margin: 0 auto;
}
.oyado-SmallOriginNone .trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.oyado-SmallOriginNone .trans:hover {
  opacity: 0.8;
}
.oyado-SmallOriginNone .l-table {
  display: table;
  width: 100%;
}
.oyado-SmallOriginNone .l-table .cell {
  display: table-cell;
  vertical-align: middle;
}
.oyado-SmallOriginNone .l-table .cell-1 {
  width: 437px;
}
.oyado-SmallOriginNone .d-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.oyado-SmallOriginNone .d-flex .item {
  margin-top: 20px;
}
.oyado-SmallOriginNone .d-flex > * {
  box-sizing: border-box;
}
.oyado-SmallOriginNone .d-flex .col-2 {
  width: 48%;
}
.oyado-SmallOriginNone .d-flex .col-2-custom {
  width: 45%;
  padding-left: 22px;
  padding-right: 22px;
}
.oyado-SmallOriginNone .d-flex .col-3 {
  width: 30.3%;
}
.oyado-SmallOriginNone .d-flex .col-3-custom {
  width: 30%;
}
.oyado-SmallOriginNone .d-flex.auto-height > * {
  display: flex;
}
.oyado-SmallOriginNone .d-flex.list .col-3 {
  width: 298px;
}
.oyado-SmallOriginNone .h280 {
  height: 280px;
}
.oyado-SmallOriginNone .w100 {
  width: 100%;
}
.oyado-SmallOriginNone .w500 {
  width: 500px;
}
.oyado-SmallOriginNone .pt20 {
  padding-top: 20px;
}
.oyado-SmallOriginNone .mt20 {
  margin-top: 20px;
}
.oyado-SmallOriginNone .section-top {
  padding: 20px 0;
}
.oyado-SmallOriginNone .section-top .slick-prev {
  left: 5px;
  z-index: 9;
}
.oyado-SmallOriginNone .section-top .slick-prev:before {
  content: url("/attending/newyear/oyado/images/arrow_left.png");
}
.oyado-SmallOriginNone .section-top .slick-next {
  right: 5px;
  z-index: 9;
}
.oyado-SmallOriginNone .section-top .slick-next:before {
  content: url("/attending/newyear/oyado/images/arrow_right_red.png");
}
.oyado-SmallOriginNone .section-top .slick-dots {
  bottom: -30px;
}
.oyado-SmallOriginNone .section-top .slick-dots li.slick-active button:before {
  color: #c10320;
}
.oyado-SmallOriginNone .section-top .slick-dots li button:before {
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #c10320;
  opacity: 1;
  border-radius: 50%;
  width: 13px;
  height: 12px;
  line-height: 1;
}
.oyado-SmallOriginNone .section-final {
  padding: 60px 0;
}
.oyado-SmallOriginNone .oyado-02 {
  padding-top: 5px;
}
.oyado-SmallOriginNone .oyado-02 .heading-primary {
  margin-top: 0;
}

.TempTourPhotoOya {
	width: 465px;
	margin: 20px 0 30px 30px;
}

.section-content .middleFrm {
	border-bottom:solid 1px #cccccc;
}

.section-content .middleFrm:last-child {
	border-bottom:none;
}

.middleFrm {
	padding:0 30px;
	background-color: #ffffff;
}
.noTour {
	margin: 30px 0;
	padding-bottom:30px;
	text-align: center;
	font-size: 13px;
	color: #333;
}

.oyado-SmallOriginNone .link-to {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  padding-left: 8px;
  margin-top: -5px;
}
.oyado-SmallOriginNone .link-to .item {
  background-color: white;
  margin-right: 10px;
}
.oyado-SmallOriginNone .link-to .item a {
  display: inline-block;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  color: #e38abe;
}
.oyado-SmallOriginNone .link-to .item a span {
  font-size: 13px;
  color: #e38abe;
}
/*# sourceMappingURL=tyo.css.map */
.kaigai_popular_btn_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.kaigai_popular_btn a {
  display: block;
  background: url(/attending/newyear/images/2021/btn_i307.png) no-repeat;
  background-size: contain;
  width: 307px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  text-align: center;
}

.kokunai_popular_btn a {
  display: block;
  background: url(/attending/newyear/images/2021/btn_d307.png) no-repeat;
  background-size: contain;
  width: 307px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  text-align: center;
}

.kaigai_popular_btn-idx {
  display: table;
}

.kaigai_popular_btn-idx a {
  display: block;
  background: url(/attending/newyear/images/2021/btn_base465.gif) no-repeat;
  background-size: contain;
  width: 475px;
  height: 49px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding-top: 10px;
  text-align: center;
  color: #c31c20;
}

.kokunai_popular_btn-idx a {
  display: block;
  background-size: contain;
  width: 100%;
  height: 49px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  text-align: center;
  color: #c31c20;
}

.themepark_wapper { overflow: hidden; width: 1024px; margin: 40px auto 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.themepark_wapper.w720,.theme_wapper.w720 {width: 720px}
/*.themepark_wapper.family {margin: -40px auto 0}*/
/**
.themepark_wapper:after {
  content:"";
  display: block;
  width: 225px;
}
**/
.themepark_box { position: relative; padding-bottom: 55px; text-align: left; width: 225px; margin-bottom: 40px; background-color: #fff;}
.themepark_box .ttlBox { position: relative; width: 225px; height: auto;}
.themepark_box .ttlBox .ttl1 { position: absolute; top: 0; left: calc(50% - 59px); padding-top: 9px; width: 118px; height: 37px; background: url(/attending/newyear/images/2021/theme_ttlBg1.gif) no-repeat; background-size: contain; text-align: center; z-index: 2;}
.themepark_box .ttlBox .ttl2 { position: absolute; top: 0; left: calc(50% - 93px); padding-top: 9px; width: 186px; height: 37px; background: url(/attending/newyear/images/2021/theme_ttlBg2.gif) no-repeat; background-size: contain; text-align: center; z-index: 2;}
.themepark_box .ttlBox .photo { border-radius: 5px;}
.themepark_box .txt { margin: 7px 0; font-size: 14px; line-height: 18px; letter-spacing: 0.5px;}
.themepark_box .txt span { margin-bottom: 4px; font-size: 16px; line-height: 18px; font-weight: bold; display: block;}
.themepark_box .btn { position: absolute; bottom: 0; display: table; padding-bottom: 4px; width: 193px; height: 55px; background: url(/attending/newyear/images/2021/btn_base225.gif) no-repeat; background-size: contain; }
.themepark_box .btn:hover { opacity: 0.6;}
.themepark_box .btn a { display: flex; color: #c31c20; font-size: 14px; font-weight: bold; justify-content: center; align-items: center; height: 16px;}

.themepark_box_d { position: relative; padding-bottom: 55px; text-align: left; width: 300px; margin-bottom: 40px;}
.themepark_box_d .ttlBox { position: relative; width: 300px; height: 240px;}
.themepark_box_d .ttlBox .ttl1 { position: absolute; top: 0; left: calc(50% - 59px); padding-top: 9px; width: 118px; height: 37px; background: url(/attending/newyear/images/2021/theme_ttlBg1.gif) no-repeat; background-size: contain; text-align: center; z-index: 2;}
.themepark_box_d .ttlBox .ttl2 { position: absolute; top: 0; left: calc(50% - 93px); padding-top: 9px; width: 186px; height: 37px; background: url(/attending/newyear/images/2021/theme_ttlBg2.gif) no-repeat; background-size: contain; text-align: center; z-index: 2;}
.themepark_box_d .ttlBox .photo { position: absolute; top: 16px;}
.themepark_box_d .txt { margin: 7px 0; font-size: 14px; line-height: 18px; letter-spacing: 0.5px;}
.themepark_box_d .txt span { margin-bottom: 4px; font-size: 16px; line-height: 18px; font-weight: bold; display: block;}
.themepark_box_d .btn { /*position: absolute;*/ bottom: 0; display: table; padding-bottom: 4px; width: 300px; height: 49px; background: url(/attending/newyear/images/2021/btn_base300.gif) no-repeat; background-size: contain; }
.themepark_box_d .btn:hover { opacity: 0.6;}
.themepark_box_d .btn a { display: table-cell; vertical-align: middle; color: #c31c20; font-size: 14px; font-weight: bold; text-align: center;}

.rankWapper02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 1024px;
  margin: 40px auto 0;
}
.rank_etc-item {
  width:308px;
  margin: 0 18px 20px 0;
}
.rank_etc-item .rank_wappen {
  margin-top: 10px;
}
.rank_etc-item:nth-child(3n) {
  margin-right: 0;
}
.rankWapper02 .btn_sml li {
  width: 306px;
  height: 49px;
  background: url(/attending/newyear/images/2021/btn_base306.gif) no-repeat;
  background-size: contain;
  display: table;
}
.rankWapper02 .btn_sml li a {
  font-size: 14px;
  font-weight: bold;
  color: #c31c20;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.rank_il {
  text-align: center;
}

.plan_wapper-kaigai {
  width: 1024px;
  margin: 0 auto 40px;
}
.plan_wapper-kokunai {
  width: 1024px;
  margin: 0 auto 40px;
}
.plan_wapper-theme {
  width: 1024px;
  margin: 0 auto;
}

.planTtl_kaigai {
  background: url(/attending/newyear/images/2021/bg_plan_kaigai.png);
  background-size: contain;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  padding: 10px 0;
  margin: 20px auto 15px auto;
  width: 1024px;
  text-align: center;
}

.planTtl_kokunai {
  background: url(/attending/newyear/images/2021/bg_plan_kokunai.png);
  background-size: contain;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  padding: 10px 0;
  margin: 0 auto 15px auto;
  width: 1024px;
  text-align: center;
}

.planTtl_theme {
  background: url(/attending/newyear/images/2021/bg_plan_theme.png);
  background-size: contain;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  padding: 10px 0;
  margin: 0 auto 15px auto;
  width: 1024px;
  text-align: center;
}

.plan_2col_box {
  display: flex;
  flex-wrap: wrap;
}
.plan_2col_item {
  display: table;
  width:470px;
  height: 49px;
  background: url(/attending/newyear/images/2021/btn_plan_white470.png) no-repeat;
  background-size: contain;
  margin: 0 0 20px 20px;
}
.plan_2col_item a {
  display: table-cell;
  vertical-align: middle;
  color: #c31c20;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.plan_2col_item.red {
  display: table;
  width:470px;
  height: 49px;
  background: url(/attending/newyear/images/2021/btn_plan_red470.png) no-repeat;
  background-size: contain;
}
.plan_2col_item.red a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.plan_3col_box {
  display: flex;
  flex-wrap: wrap;
}
.plan_3col_item,
.plan_3col_item-gray {
  width:303px;
  margin-bottom: 20px;
}

.plan_3col_item {
  display: table;
  width:303px;
  height: 49px;
  background: url(/attending/newyear/images/2021/btn_plan_white303.png) no-repeat;
  background-size: contain;
  margin: 0 0 20px 20px;
}
.plan_3col_item a {
  display: table-cell;
  vertical-align: middle;
  color: #c31c20;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.plan_3col_item.red {
  display: table;
  width:303px;
  height: 49px;
  background: url(/attending/newyear/images/2021/btn_plan_red303.png) no-repeat;
  background-size: contain;
}
.plan_3col_item.red a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* グレーボタン */
.plan_2col_item-gray {
  display: table;
  width:470px;
  height: 49px;
  background: url(/attending/newyear/images/2021/btn_plan_470gray.png) no-repeat;
  background-size: contain;
  margin-bottom: 20px;
}
.plan_2col_item-gray span {
  display: table-cell;
  vertical-align: middle;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.plan_3col_item-gray {
  display: table;
  width:303px;
  height: 49px;
  background: url(/attending/newyear/images/2021/btn_plan_303gray.png) no-repeat;
  background-size: contain;
}
.plan_3col_item-gray span {
  display: table-cell;
  vertical-align: middle;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}


.bdr_top {
  border-top: dotted 1px #ccc;
  padding-top: 20px;
}

.box_txt span {
  display: block;
  text-align: right;
  margin-top: 30px;
}
.box_txt span a {
  color: #1d3994;
  font-size: 14px;
  font-weight: 600;
}

.con_homen .recommand_area .inner.re_box .txt_btn_etc {
  text-align: right;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1d3994;
  margin-top: 15px;
}

.recommand_area .re_box p.btn {
  text-align: right;
}
.recommand_area .re_box p.btn a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  color: white;
  font-size: 14px;
  background: #c31c20;
  border-radius: 50px;
}

.box_kyoten{

}
.box_kyoten .slide{
  float: left;
  width: 33%;
  padding: 0 10px;
  height: auto;

}
.box_kyoten .slide .sub_inner{
width: 285px;
}
.box_kyoten .slide .sub_inner .img_block{
border-radius: 5px;
  width: 265px;
  height: 199px;
  overflow: hidden;
  display: block;
}
.box_kyoten .slide .sub_inner .img_block img{
 width:100%;
}
.box_kyoten .slide .sub_inner .txt_block{
margin-top: 9px;
  color: #1d3994;
  font-weight: bold;
  display: block;
  width: 260px;
}
.box_kyoten .slide .sub_inner .tour_btn{
  width: 265px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px 0 0;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

.kaigai .box_kyoten .slide .sub_inner .tour_btn{
background: url(/attending/newyear/images/2019/btn_bot_i.png) no-repeat;
  background-size: contain;
color: #72b6e2;
}
.kokunai .box_kyoten .slide .sub_inner .tour_btn{
  background: url(/attending/newyear/images/2019/btn_bot_d.png) no-repeat;
  background-size: contain;
  color: #e285bb;
}

.place_il {
  display: flex;
  justify-content: center;
  align-items: center;
}

.notour {
  background-color: #efedea;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}

/* ボタン　グレー */
.kaigai_etc02_item span {
  display: block;
  background: url(/attending/newyear/images/2021/btn_295gray.png) no-repeat;
  background-size: contain;
  width: 295px;
  height: 61px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px 0 0;
}

.btn_list_up-item span,
.btn_list_down-item span {
  padding: 23px 0 23px 10px;
}
.btn_list_up-item span.one_line,
.btn_list_down-item span.one_line{
  padding: 30px 0 30px 10px;
}

.btn_list_up-item span {
  background: url(/attending/newyear/images/2021/btn_127gray.png) no-repeat;
  background-size: contain;
  width: 125px;
  height: 78px;
  display: block;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
}
.btn_list_down-item span{
background: url(/attending/newyear/images/2021/btn_100gray.png) no-repeat;
background-size: contain;
width: 100px;
height: 78px;
display: block;
vertical-align: middle;
text-align: left;
padding-left: 10px;
font-size: 13px;
line-height: 16px;
  color: #fff;
  font-weight: bold;
}
.color_pt02_gray {
  display: block;
  background: url(/attending/newyear/images/2021/btn_435gray.png) no-repeat;
  background-size: contain;
  width: 435px;
  height: 61px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px 0 0;
}

/*.recommend_list{
width: 1024px;
margin: auto auto;
padding: 0 37px 0 23px;
}

.recommend_lists{
float: left;
width: 285px;
padding: 10px;
margin: 30px auto auto 15px;
background-color: #fff;
border-radius: 5px;
}

.recommend_txt{
margin: 5px auto auto;
}

.recommend_price{
font-weight: bold;
text-align: right;
color: #ff0000;
}

.recommend_area .tour_btn{
background: url(/attending/newyear/images/2019/btn_bot_i.png) no-repeat;
background-size: contain;
width: 265px;
height: 48px;
text-align: center;
text-decoration: none;
padding: 10px 20px 0 0;
margin-top: 10px;
}
.tour_area_d .recommend_area .tour_btn{
background: url(/attending/newyear/images/2019/btn_bot_d.png) no-repeat;
background-size: contain;
color: #e285bb;
}*/

.kokunai_popular_btn button {
  border: none;
  background: none;
  padding: 0;
}

.kokunai_popular_btn span {
  display: block;
  background: url(/attending/newyear/images/2021/btn_d307.png) no-repeat;
  background-size: contain;
  width: 307px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  text-align: center;
}

.kaigai_popular_btn button {
  border: none;
  background: none;
  padding: 0;
}

.kaigai_popular_btn span {
  display: block;
  background: url(/attending/newyear/images/2021/btn_i307.png) no-repeat;
  background-size: contain;
  width: 307px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  text-align: center;
}

button:hover {
  opacity: .7;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.tour_calendar_wrap-kaigai {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  background-color: #d6eaf8;
  margin-top: auto;
}

.tour_calendar_wrap-kokunai {
  clear: both;
  width: 100%;
  margin-bottom: 10px;
  background-color: #f9e7f1;
  margin-top: auto;
}

.depart_day_list-tour {
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px 0;
}

.depart_day_list-tour-5col {
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px 0;
}

.depart_day_lists-kaigai,
.depart_day_lists-kokunai {
  position: relative;
  width: calc(96% / 3) !important;
  margin: 0 0 10px !important;
  text-align: center;
  background-color: #f2f3e9;
  border-radius: 5px;
}

.depart_day_lists-kaigai .week,
.depart_day_lists-kokunai .week {
font-size: 16px;
  color: inherit;
}

.depart_day_lists-kaigai .month,
.depart_day_lists-kokunai .month{
  position: absolute;
  top: -1px;
  left: 3px;
  font-size: 12px;
  color: inherit;
}

.depart_day_lists-kaigai01 {
  position: relative;
  width: calc(96% / 9) !important;
  margin: 0 0 10px !important;
  text-align: center;
  background-color: #f2f3e9;
  border-radius: 5px;
}

.depart_day_lists-kokunai01 {
  position: relative;
  width: calc(96% / 9) !important;
  margin: 0 0 10px !important;
  text-align: center;
  background-color: #f2f3e9;
  border-radius: 5px;
}

.depart_day_lists-kaigai01 .week,
.depart_day_lists- kokunai01 .week {
font-size: 16px;
  color: inherit;
}

.depart_day_lists-kaigai01 .month,
.depart_day_lists-kokunai01 .month {
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 12px;
  color: inherit;
}

.depart_day_lists-kaigai02 {
  position: relative;
  width: calc(96% / 3) !important;
  margin: 0 0 10px !important;
  text-align: center;
  background-color: #f2f3e9;
  border-radius: 5px;
}

.depart_day_lists-kokunai02 {
  position: relative;
  width: calc(96% / 3) !important;
  margin: 0 0 10px !important;
  text-align: center;
  background-color: #f2f3e9;
  border-radius: 5px;
}

.depart_day_lists-kaigai02 .week,
.depart_day_lists-kokunai02 .week {
font-size: 16px;
  color: inherit;
}

.depart_day_lists-kaigai02 .month,
.depart_day_lists-kokunai02 .month {
  position: absolute;
  top: -1px;
  left: 3px;
  font-size: 12px;
  color: inherit;
}

.tour_calendar_wrap-kaigai .depart_day_list-tour:after,
.tour_calendar_wrap-kokunai .depart_day_list-tour:after {
  content: "";
  display: block;
  width: calc(96% / 4) !important;
}
.tour_calendar_wrap-kaigai .depart_day_list-tour-5col:after {
  content: "";
  display: block;
  width: calc(96% / 5) !important;
}

.tour_calendar_wrap-kokunai .depart_day_list-tour-5col:after {
  content: "";
  display: block;
  width: calc(96% / 4) !important;
}

.depart_day_lists-kokunai {
  position: relative;
  width: calc(94% / 3) !important;
  margin: 0 0 10px !important;
  text-align: center;
  background-color: #f2f3e9;
  border-radius: 5px;
}

.depart_day_lists-kokunai .week{
font-size: 16px;
  color: inherit;
}

.depart_day_lists-kokunai .month {
  position: absolute;
  top: 0;
  left: 3px;
  font-size: 12px;
  color: inherit;
}

.depart_day_btn-tour {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

.depart_day_btn-tour,
.depart_day_btn-tour:hover,
.depart_day_btn-tour:visited{
color: #333;
text-decoration: none;
}

.depart_day_btn-tour.color_holiday,
.depart_day_btn-tour.color_holiday:hover,
.depart_day_btn-tour.color_holiday:visited{
color: #e03b3b;
text-decoration: none;
}

.depart_day_btn-tour.color_satday,
.depart_day_btn-tour.color_satday:hover,
.depart_day_btn-tour.color_satday:visited{
color: #2e75b2;
text-decoration: none;
}

.depart_day_btn-tour span {
  color: inherit;
}

/*.tour_calendar_wrap-kaigai .depart_on::before,
.tour_calendar_wrap-kokunai .depart_on::before {
  content: "";
  background: url(/attending/newyear/images/2021/cal_top_on.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: -6px;
  left: calc(50% - 18px);
}*/

.search_wrap {
  width: 1024px;
  height: auto;
  margin: 0 auto;
}

.btn_tour-up a {
  display: table;
  margin: 40px auto 0 auto;
  width: 550px;
  height: 49px;
  background: url(/attending/newyear/images/2021/btn_base550.gif) no-repeat;
  background-size: contain;
}

.btn_tour-up a span {
  font-size: 14px;
  font-weight: bold;
  color: #c31c20;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.sec_pad--search {
background: url(/attending/newyear/images/2021/bg_base.gif);
  background-size: 60px;
  padding-bottom: 0;
}
.il_box { z-index: 1;}
.il_side {
	position: relative;
	/*overflow: hidden;*/
	padding-top: 50px;
	margin-top: -50px;
}
.il_side#travel_tour {
    padding-top: 0;
    /*margin-top: -90px;*/
}
.il_box .il_side:nth-child(odd)::before {
    content: "";
    position: absolute;
    background: url(/attending/newyear/images/2021/il_right.png) no-repeat;
    background-size: contain;
	width: 308px;
	height: 253px;
    top: 0;
    right: calc(50% - 740px);
	display: inline-block;
	z-index: 1;
}
.il_box .il_side:nth-child(even)::before {
    content: "";
    position: absolute;
    background: url(/attending/newyear/images/2021/il_left.png) no-repeat;
    background-size: contain;
	width: 308px;
	height: 248px;
    top: 0;
    left: calc(50% - 740px);
	display: inline-block;
	z-index: 1;
}
.il_box .il_side:nth-child(odd) .sec_pad{
	background: url(/attending/newyear/images/2021/bg_base.gif);
	background-size: 60px;
    padding-bottom: 40px;
}
.sec_ttl{
	margin-bottom: 26px !important;
	text-align: center;
}

.tokusyu_top_block{
	width: 380px;
	height: 50px;
	margin: 40px auto;
	display: table;
	position: relative;
	background-color: #c31c20;
}
.tokusyu_top_block a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 20px;
}
.tokusyu_top_block::after{
	position: absolute;
	display: inline-block;
	content: "";
	background:url(/attending/newyear/images/2021/arrow2_right.png) no-repeat; background-size: contain;
	width: 8px;
	height: 13px;
	top: calc(50% - 8px);
	right: 20px;
}
/*関連特集はこちら*/
.relation_area{
	text-align: center;
}

.relation_list{
	width: 1024px;
	margin: 40px auto 0 auto;
	background: url(/attending/newyear/images/2021/il_banner.png) no-repeat;
	background-size: 165px;
	background-position: top 25px right 80px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.relation_lists{
	width: 460px;
	margin-bottom:30px;
    margin-right: 20px;
}
.relation_lists:nth-child(odd){
    margin-right: auto;
    padding-left: 30px;
}
.relation_lists a:hover { opacity: 1;}
.relation_img { width: 460px; height: 96px; background-color: #fff;}
.relation_lists img { width: 460px; height: 96px}
.relation_lists img:hover { opacity: 0.7;}

.relation_txt{
    font-size: 14px;
	margin-top: 7px;
	text-align: left;
	color: #333333;
}
.relation_lists a {
	color: #333333;
    text-decoration: underline;
}
.relation_txt:hover { opacity: 0.7;}

.section-btn {
	padding: 0 0 60px;
}

.section-btn .btn-red {
	padding: 20px 80px;
    width: 750px;
}

.section-btn .btn-red .ico {
	font-size: 18px;
}

/* start_リニューアル2021対応 */
.mv_ttl {
  position: absolute;
  left: 40px;
  top: 10px;
}
.mv_ttl img {
  width: 440px !important;
  height: auto;
}
.mv_calendar_under {
  position: absolute;
  right: 0;
  top: 140px;
  text-align: center;
  z-index: 3;
}
.mv_calendar_under {
  width: 423px;
}
.sec_ttl {
  margin-bottom: 50px !important;
  text-align: center;
  background: url(/attending/newyear/images/2020/ttl_matsu.png) no-repeat center top;
  padding-top: 45px;
  background-size: 86px;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
}
.sec_ttl:after{
  content: "";
  display: inline-block;
  width: 85px;
  height: 10px;
  background: url(/attending/newyear/images/2020/ic_ihimatsu_u.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
}
/* end_リニューアル2021対応 */

.top_scroll_block {
    position: fixed;
    z-index: -1;
    width: 100%;
    bottom: 5px;
    opacity: 0;
    transition: all 1s;
}
.top_scroll_block_inner {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: right;
}
.top_scroll_block_inner a {
    position: absolute;
    right: 5px;
    bottom: 0;
    opacity: 1;
    transition: all 1s;
}
.top_scroll_block_inner a:hover {
    opacity: .5;
}
.top_scroll_block.show {
    z-index: 100;
    opacity: 1;
}

.top_scroll_block_inner img {
    width: 88px;
    height: auto;
}

.drop_btn {
    position: absolute;
    right: 75px;
    bottom: 15px;
    text-align: center;
    width: 275px;
    background-color: #c31c20;
	border-radius: 5px;
    margin-top: 12px;
    z-index: 99;
}

.drop_btn a {
    font-size: 16px;
	font-weight: 700;
    padding: 14px 20px 14px 0;
    color: #fff;
    display: block;
    text-decoration: none;
}

.drop_btn a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: calc(50% - 4px);
    width: 13px;
    height: 8px;
    background: url(/attending/newyear/images/2021/arrow2.png) no-repeat;
    background-size: contain;
}

.drop_menu {
    opacity: 0;
    transition: opacity .2s ease;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%), 0px 8px 10px 0px rgb(172 172 172 / 32%);
}

.drop_icon-minus .drop_menu {
    position: absolute;
    opacity: 1;
    height: auto;
    width: 100%;
}

.drop_menu li {
	padding: 0 10px;
}

.drop_menu li:hover {
	background-color: #fef9ce;
}

.drop_btn li a {
	font-size: 14px;
	border-bottom: 2px dotted #ba181c;
}

.drop_btn li a.last {
	border: none;
}

.drop_btn a.d-link {
	color: #e285bb;
	padding: 10px 0;
}

.drop_btn a.i-link {
	color: #66befb;
	padding: 10px 0;
}

.drop_btn a.o-link {
	color: #5b310c;
	padding: 10px 0;
}

.drop_btn.drop_icon-minus a::after {
	transform: rotate(180deg);
}

.d-oyado {
	background-color: #fef9ce;
}

.bottomFrm:hover {
	opacity: 0.5;
}


.Section {
    background: url(/attending/newyear/images/2021/bg_base.gif);
    background-size: 60px;
    padding-bottom: 40px;
}

.area_label {
    background-color: #e38abe;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Meiryo","メイリオ","MS Pゴシック",sans-serif;
    width: 1024px;
    height: auto;
    margin: 60px auto 0;
    padding: 5px 0;
}

.tour__link {
    display: block;
    height: auto;
    margin-bottom: 10px;
}

.tour-card {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tour-card__img {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: 160px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.tour-card__label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 12px;
    margin-bottom: 5px;
    background-color: #e38abe;
}

.tour-card__label span {
    color: #fff;
}

.tour-card__ttl {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.tour-card__txt {
    font-size: 12px;
    line-height: 1.5;
    color: #626262;
    margin-bottom: 15px;
}

.tour-card__price {
    font-weight: bold;
    color: #ff0000;
    font-size: 16px;
    margin: auto 0 0 auto;
}

.tour__inner{
    width: 1024px;
    margin: 0 auto;
    padding: 30px 0 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.Tour_box {
    margin-bottom: 20px;
}

.swiper-container-horizontal>.swiper-scrollbar {
    left: 2.5%;
    width: 95%;
}

.drop_btn a.t-link {
    color: #c31c20;
    padding: 10px 0;
}

.Tab__outer::before {
  content: none !important;
}

.Common21__inner--AsideLink {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 17px;
  padding-top: 50px;
}

.Common21__inner--AsideLink::before {
  content: "";
  display: block;
  width: calc(95% / 4);
  height: 0;
  order: 1;
}

.Tab__item,
.Tab__item__empty {
  position: relative;
  display: flex;
  width: calc(95% / 4);
}

.Tab__item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: #c31c20;
  border-radius: 50%;
  transform: translateY(-50%);
}

.Tab__item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 17px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(135deg);
}

.Tab__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  font-weight: 600;
  text-align: center;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
  font-size: 16px;
  width: 100%;
  color: #333;
}

.Tab__anchor:hover {
  box-shadow: 0px 0px 0px 1px #c31c20 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
  color: #333;
  text-decoration: none;
}

.Tab__anchor:visited {
  color: #333;
  text-decoration: none;
}

.Tab__anchor span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #333;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.swiper-container {
    width: 974px;
    position: initial !important;
    margin: 0 auto;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/newyear/images/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/newyear/images/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}

#section06 {
    margin-top: 50px;
}

.ttl_s {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    font-weight: 600;
    margin-top: 10px;
}

.txt_btm {
    padding: 0 16px;
}

#btnToTop {
    /*display: none;*/
	 background:url(/attending/newyear/images/2021/totop.png);
	background-size: cover;
    width: 88px;
    height: 88px;
	bottom: -88px;
}

.drop_btn_icon {
    width: 275px;
}

.mb50 {
    margin-bottom: 50px;
}
.Tab__anchor:hover {
    box-shadow: 0px 0px 0px 1px #c31c20 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
    color: #333;
    text-decoration: none;
}

.list-link.style2 .item:hover,
.tour-card:hover {
    opacity: 0.7;
}

.sec_rank_s .tour-card, .sec_familly .tour-card {
    border: 1px solid #e5e5e5;
}
    

/* swiper */
.tour__inner .swiper-button-next:after,
.tour__inner .swiper-button-prev:after {
	content: none;
  }

.tour__inner .swiper-button-prev.swiper-button-disabled,
.tour__inner .swiper-button-next.swiper-button-disabled {
	  display: none;
  }

.tour__inner .swiper-button-prev,
.tour__inner .swiper-button-next {
	  background-color: #fff;
	  border-radius: 50%;
	  width: 50px;
	  height: 50px;
	  cursor: pointer;
	  z-index: 10;
	  transition: all 0.3s;
	  background-image: none !important;
    border: 1px solid #3333;
  }

.tour__inner .swiper-button-prev:hover,
.tour__inner .swiper-button-next:hover {
	  transition: all 0.3s;
	  opacity: 0.5;
  }

.tour__inner .swiper-button-prev::before,
.tour__inner .swiper-button-next::before {
	  content: '';
	  position: absolute;
	  top: 50%;
	  display: block;
	  width: 15px;
	  height: 15px;
  }

.tour__inner .swiper-button-prev::before {
	  left: 45%;
	  transform: translate(-50%, -50%) rotate(45deg) !important;
  }

.tour__inner .swiper-button-next::before {
	  left: 45%;
	  transform: translate(-50%, -50%) rotate(45deg) !important;
  }

.tour__inner .swiper-container-horizontal>.swiper-scrollbar {
	left: 0;
	width: 100%;
	height: 10px;
  }

.tour__inner .swiper-button-prev::before,
.tour__inner .swiper-button-next::before {
  border-top: 3px solid #c31c20;
  border-right: 3px solid #c31c20;
}
