@charset "UTF-8";
.c_red {
  color: red;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 414px) {
  .sp_only {
    display: initial;
    z-index: 99;
  }
  .pc_only {
    display: none;
  }
}
.c_red {
  color: red;
}
.btn02 {
  font-size: 16px;
  text-align: center;
  border: 2px solid #000000;
  background: white;
  padding: 15px 5px;
  display: block;
  color: #333333;
  margin-bottom: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.btn02 .coming_soon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: inherit;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 4px;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.box_img img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn02 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .btn02 {
    font-size: 13px;
  }
}
.btn02 img,
.btn02 span {
  display: inline-block;
  vertical-align: middle;
}
.btn02 img {
  margin-right: 4px;
}
@media only screen and (max-width: 543.5px) {
  .btn02 img {
    margin-right: 2px;
    height: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .lSSlideWrapper .lSAction {
    display: none !important;
  }
}
@media print {
  .lSSlideWrapper .lSAction {
    display: none !important;
  }
}
.ie8 .lSSlideWrapper .lSAction {
  display: none !important;
}

.main-content {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #Maincontent .container {
    padding: 0;
  }
}


/*--------------- .mainNavigation -------------------*/
.mainNavigation {
  background: #444444;
  border-top: 1px solid #ffffff;
  overflow: hidden;
}
.mainNavigation .container {
  max-width: 1075px;
}
.mainNavigation .menu {
  margin-left: -1px;
  margin-right: -1px;
}
.mainNavigation .menu li {
  /*padding-left: 1px;
  padding-right: 1px;*/
  float: left;
  width: 20%;
}

@media only screen and (max-width: 414px) {
  .mainNavigation .menu li {
    float: left;
    width: 33%;
  }
  .mainNavigation .menu li:nth-child(4) {
    float: left;
    width: 66%;
  }
}
.mainNavigation span {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.mainNavigation .menu li a:first-child {
  border-left: 1px solid #555;
}
.mainNavigation .menu li a {
  position: relative;
  min-height: 78px;
  text-decoration: none;
  color: white;
  font-size: 18px;
  line-height: 54px;
  font-weight: 600;
  display: block;
  padding: 7% 0% 4% 0%;
  text-align: center;
  border-right: 1px solid #555;
  background: #4ca4fd;
  /* Old Browsers */
  background: -moz-linear-gradient(
    top,
    #555555 0%,
    #555555 50%,
    #333333 51%,
    #333333 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #555555),
    color-stop(50%, #555555),
    color-stop(51%, #333333),
    color-stop(100%, #333333)
  );
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #5555555 0%,
    #555555 50%,
    #333333 51%,
    #333333 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #555555 0%,
    #555555 50%,
    #3333333 51%,
    #333333 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #555555 0%,
    #555555 50%,
    #333333 51%,
    #333333 100%
  );
  /* IE 10+ */
  background: linear-gradient(
    to bottom,
    #555555 0%,
    #555555 50%,
    #333333 51%,
    #333333 100%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#555555', GradientType=0 );
  /* IE6-9 */
}
.mainNavigation .menu li a:hover {
  background: #222222;
}
.mainNavigation .menu li a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin: -2% 8px 0 0;
  content: "";
  width: 0;
  height: 0;
  padding: 5px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent white white transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mainNavigation .menu li a.buslink {
  position: relative;
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  display: block;
  text-align: center;
  border-right: 1px solid #555;
  background: #cc2753;
  /* Old Browsers */
  background: -moz-linear-gradient(
    top,
    #cc2753 0%,
    #cc2753 50%,
    #e93a6a 51%,
    #e93a6a 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #e93a6a),
    color-stop(50%, #e93a6a),
    color-stop(51%, #cc2753),
    color-stop(100%, #cc2753)
  );
  /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #e93a6a 0%,
    #e93a6a 50%,
    #cc2753 51%,
    #cc2753 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #e93a6a 0%,
    #e93a6a 50%,
    #cc2753 51%,
    #cc2753 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #e93a6a 0%,
    #e93a6a 50%,
    #cc2753 51%,
    #cc2753 100%
  );
  /* IE 10+ */
  background: linear-gradient(
    to bottom,
    #e93a6a 0%,
    #e93a6a 50%,
    #cc2753 51%,
    #cc2753 100%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E93A6A', endColorstr='#E93A6A', GradientType=0 );
  /* IE6-9 */
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .mainNavigation .menu li a,
  .mainNavigation .menu li a.buslink {
    font-size: 15px;
    padding: 6% 3%;
  }
  .mainNavigation .menu li a:before {
    left: 1%;
    padding: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .mainNavigation .container{
    padding: 0;
  }
  .mainNavigation .menu li a {
    font-size: 15px;
    line-height: 45px;
    padding: 8% 1% 8% 5%;
    padding-left: 9%;
  }
  .mainNavigation .menu li:nth-child(6) br {
    display: initial;
  }
  .mainNavigation .menu li a:before {
    left: 2%;
    padding: 3px;
    margin-right: 4px;
    border-width: 0 2px 2px 0;
  }
}
@media only screen and (max-width: 543.5px) {
  .mainNavigation .menu li.col-3 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .mainNavigation .menu li a {
    font-size: 12px;
  }
  .mainNavigation .menu li a span {
    font-size: 10px;
    letter-spacing: -0.1px;
  }
}
@media only screen and (max-width: 543.5px) {
  .mainNavigation .menu li a,
  .mainNavigation .menu li a.buslink {
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 0;
    padding: 5px 0;
    margin: 1%;
  }
  .mainNavigation .menu li a.buslink:first-child,
  .mainNavigation .menu li a:first-child {
    border-left: none;
  }
  .mainNavigation .menu li a.buslink:first-child,
  .mainNavigation .menu li a:first-child {
    border-right: none;
  }
  .mainNavigation .menu li a br {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .mainNavigation .menu li a span {
    font-size: 9px;
    letter-spacing: -0.1px;
  }
  .mainNavigation .menu li a {
    min-height: initial;
  }
}
.mainNavigation .menu li a:before {
  display: none;
}

/*--------------- .con_thread -------------------*/
.event-thread {
  padding-bottom: 30px;
  border-top: 1px solid #111;
}
.event-thread .container {
  max-width: 1075px;
}
.event-thread .content_intro {
  padding: 35px 0 20px;
  background: #efefef;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .event-thread .content_intro {
    padding: 28px 0;
  }
}
@media only screen and (max-width: 767px) {
  .event-thread .content_intro {
    padding: 15px 10px 0px;
  }
}
.event-thread .content_intro h6 {
  font-size: 22px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .event-thread .content_intro h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .event-thread .content_intro h6 {
    font-size: 14px;
  }
}
.event-thread .content_intro h3 {
  font-size: 40px;
  font-weight: bold;
  font-family: "MS Mincho";
  padding: 10px 0 0;
  text-align: center;
  line-height: 55px;
  /* border-bottom: 5px #111111 solid; */
}
.topics_bg {
  background: url(images/topics_bg.jpg) 0 center no-repeat !important;
}
.topics_y {
  color: #fff !important;
}
.topics_Link_bg {
  background: #fff !important;
  color: #222 !important;
}
.con_thread .Link_detail p.topics_Link a:before {
  border-left-color: #222 !important;
}
.topics_Link_bg::before {
  background: #fff !important;
  color: #222 !important;
}
@media only screen and (max-width: 767px) {
  .topics_bg {
    background: url(images/topics_bg_sp.jpg) 0 center no-repeat !important;
  }
}
.event-thread .content_intro h3 span {
  font-size: 70%;
  display: block;
}
.conditions__title.jal-accordion::before {
  content: "" !important;
}
.search__conditions .jal-accordion::before {
  content: "";
  background: url(/assets/img/common/icon/icon_add_circle.svg) 0 center
    no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .event-thread .content_intro h3 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .event-thread .content_intro h3 {
    font-size: 30px;
    line-height: 40px;
    padding: 10px 0;
  }
}
.event-thread .content_intro .sub_title {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  /*border-bottom: 5px #111111 solid;*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .event-thread .content_intro .sub_title {
    padding-top: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .event-thread .content_intro .sub_title {
    padding-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .event-thread .content_intro .sub_title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .event-thread .content_intro .sub_title {
    font-size: 13px;
  }
}
.event-thread .box_access {
  position: relative;
  background: white;
  padding: 3%;
  margin: 20px 6% 0;
  border: 1px #000 solid;
  width: 88%;
}
@media only screen and (max-width: 767px) {
  .con_thread .box_access {
    margin-top: 15px;
  }
}
.con_thread .box_access .st {
  font-size: 22px;
  padding-bottom: 10px;
  font-weight: 700;
}
.con_thread .centerTxt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_thread .box_access .st {
    font-size: 20px;
    padding: 15px 10px 10px 0px;
  }
}
.con_thread .box_access p {
  font-size: 16px;
  line-height: 25px;
  padding: 5px 0;
}
.con_thread .box_access p span {
  font-size: 16px;
  padding: 5px 0;
  border: 1px solid #000;
  width: 100px;
  text-align: center;
  margin-top: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_thread .box_access p span {
    font-size: 13px;
  }
}
.con_thread .box_access p.c_red {
  padding-top: 10px;
}
.con_thread .box_access a {
  text-decoration: underline;
}
.con_thread .box_access a:before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0 5px 0 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: #333333;
}
.con_thread .box_access .accessWrap {
  width: 100%;
  border: 1px solid #666;
  float: left;
}
.con_thread .box_access .accessWrap p {
  text-align: center;
  font-weight: 700;
  padding: 10px;
  background: #555;
  color: #fff;
}
.con_thread .box_access .accessWrap ul {
  float: left;
  width: 48%;
  margin: 1%;
}
.con_thread .box_access .accessWrap ul li {
  width: 100%;
  margin: 0% 0 0 0;
  padding: 5px 10px 0;
}
.con_thread .box_access .accessWrap ul li:first-child {
  background: #efefef;
  padding: 10px;
}
.con_thread .box_access .accessWrap ul li:last-child {
  padding: 5px 10px 5px;
}
.con_thread .box_access .hosoku {
  width: 100%;
  padding: 10px;
  background: rgba(249, 231, 196, 1);
}
.con_thread .box_access .hosoku p {
  font-size: 16px;
  padding: 5px 0;
  font-weight: bold;
  color: rgba(195, 115, 44, 1);
}
.con_thread .box_access .hosoku span {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 5px 0 0 15px;
  color: rgba(195, 115, 44, 1);
}
.con_thread .box_access .hosoku span::before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0 5px 0 0;
  content: "";
  border: 5px solid transparent;
  border-left-color: rgba(195, 115, 44, 1);
}
@media screen and (max-width: 639px) {
  .con_thread .box_access .accessWrap {
    margin-bottom: 10px;
  }
  .con_thread .box_access .accessWrap ul {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 12px;
  }
  .con_thread .box_access .hosoku span {
    font-size: 12px;
    padding: 5px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .con_thread .box_access p {
    font-size: 11px;
    line-height: 16px;
  }
  .con_thread .box_access .hosoku span {
    font-size: 11px;
    padding: 5px 0 0 15px;
  }
}
.con_thread .Link_detail {
  width: 100%;
  padding: 0 0 30px 0;
  /*border-bottom: 1px dotted #222;*/
  margin: 25px 0;
}
.con_thread .Link_detail p a {
  position: relative;
  display: block;
  margin: 0 auto;
  /* text-decoration: underline; */
  padding: 25px 15px;
  text-align: center;
  font-size: 20px;
  background: #e93a6a;
  width: 100%;
  border-radius: 50px;
  color: #fff;
}
.con_thread .Link_detail p a:before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0 10px 0 0;
  content: "";
  border: 10px solid transparent;
  border-left-color: #fff;
}
.content_gallery {
  border-top: 5px solid #222;
  padding-bottom: 30px;
}
.con_thread .content_gallery:nth-last-of-type(2) {
  margin-top: 0px;
}
.con_thread .content_gallery h3 {
  width: 100%;
  text-align: center;
  padding: 20px 50px 0;
  /*background: #222;*/
  font-size: 230%;
  font-weight: 700;
  /*color: #FFF;*/
  float: left;
  /* display: block; */
  margin: 15px 0% 15px;
}
.con_thread .content_gallery h3 p {
  text-align: center;
  font-size: 14px;
}
.con_thread .content_gallery span.main_note {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.con_thread .content_gallery h3 br {
  display: none;
}
.con_thread .content_gallery p {
  width: 90%;
  text-align: center;
  font-size: 130%;
  padding: 0;
  margin: 0 5% 15px 5%;
  float: left;
  display: block;
}
.con_thread .content_gallery p.line {
  border-bottom: 1px solid #222;
  padding-bottom: 15px;
}
.con_thread .content_gallery span {
  text-align: center;
}
.con_thread .content_gallery ul.list-inline {
  padding: 5px 0px 0px;
  margin: 0 -5px;
  /*text-align: center;*/
}
.con_thread .content_gallery ul.list-inline li {
  padding: 5px;
}
.con_thread .content_gallery ul.list-inline li .item {
  position: relative;
}
.con_thread .content_gallery ul.list-inline li .item h6 {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 10px;
  z-index: 999;
  padding: 0px;
  /* margin-left: -15px; */
  /* margin-top: -35px; */
  line-height: 1.3;
  z-index: 10;
}
.con_thread .content_gallery ul.list-inline li .item h6 span {
  display: table-cell;
  vertical-align: middle;
  /*left: 0%;
    top: 50%;*/
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 0 15px;
}
.con_thread .content_gallery ul.list-inline li .item h6:hover {
  background: rgba(0, 0, 0, 0.25);
}
.con_thread .content_gallery h4.item_title {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #efefef;
  font-weight: 700;
  margin: 5px 0 0;
}
.con_thread .content_gallery p.item_note {
  float: left;
  width: 100%;
  padding: 0 10px 10px 10px;
  text-align: left !important;
  margin: 5px 0 0;
  /*border-bottom: 1px solid #222;*/
  font-size: 14px;
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_thread .content_gallery ul.list-inline {
    width: 100%;
  }
  .con_thread .content_gallery ul.list-inline li .item h6 {
    font-size: 16px;
    padding-left: 73px;
  }
  /*.con_thread .content_gallery ul.list-inline li .item h6:after {
    left: 25px;
    bottom: 7px;
  }*/
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_thread .content_gallery ul.list-inline {
    width: 100%;
  }
  .con_thread .content_gallery ul.list-inline li .item h6 {
    /*left: 5px;*/
    font-size: 14px;
    /*padding: 10px 0px;
    padding-left: 50px;
    margin-left: -15px;
    margin-top: -25px;
    width: 92%;*/
  }
  .con_thread .content_gallery ul.list-inline li .item h6:before {
    font-size: 14px;
    left: 3px;
  }
  /*.con_thread .content_gallery ul.list-inline li .item h6:after {
    left: 18px;
    bottom: 7px;
    width: 29px;
    height: 25px;
  }*/
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_thread .content_gallery ul.list-inline li .item h6 {
    font-size: 16px;
    /*padding-left: 73px;*/
  }
  .con_thread .content_gallery ul.list-inline {
    width: 100%;
  }
  /*.con_thread .content_gallery ul.list-inline li .item h6:after {
    left: 25px;
    bottom: 7px;
  }*/
}
@media only screen and (max-width: 767px) {
  .con_thread .content_gallery ul.list-inline {
    width: 100%;
  }
  .con_thread .content_gallery ul.list-inline li .item h6:before {
    font-size: 15px;
    /*left: 3px;*/
  }
  .con_thread .Link_detail p a {
    font-size: 16px;
    width: 80%;
    font-weight: 700;
  }
  .con_thread .content_gallery span.main_note {
    float: left;
    font-size: 12px;
    margin: 0 5%;
    width: 90%;
  }
  .con_thread .content_gallery p.item_note {
    font-size: 12px;
    min-height: initial;
  }
}
/*@media only screen and (max-width: 543.5px) {
  .con_thread .content_gallery ul.list-inline li .item h6 {
    width: 90%;
  }
}*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_gallery ul.list-inline li .item h6 {
    margin-left: 0;
  }
}
.con_thread .content_gallery ul.list-inline li .item a {
  position: relative;
  /*border: 8px solid #ffffff;*/
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  /*box-shadow: 4px 3px 4px rgba(0, 0, 0, 0.7);*/
  position: relative;
  cursor: pointer;
  width: 100%;
}
.con_thread .content_gallery ul.list-inline li .item a:after {
  content: "クリック";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  right: 5px;
  bottom: 5px;
  font-size: 12px;
  padding: 3px 10px 3px 30px;
  background-image: url(../../../images/special/tomamu_ss/ic_zoom-plus.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 18px auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 12;
}
.con_thread .content_gallery ul.list-inline li .item a img {
  width: 100%;
}
@media only screen and (max-width: 820px) {
  .con_thread .content_gallery h3 {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    /* background: #222; */
    /* font-size: 30px; */
    font-weight: 700;
    /* color: #FFF; */
    margin: 20px 0% 10px 0%;
  }
  .con_thread .content_gallery p {
    width: 80%;
    font-size: 110%;
    margin: 0 10% 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_gallery p {
    width: 90%;
    margin: 0 5% 15px;
  }
  .con_thread .content_gallery p {
    font-size: 16px;
    font-weight: 700;
  }
  .con_thread .content_gallery ul.list-inline {
    padding-top: 0px;
    /*width: 90%;*/
  }
  .con_thread .content_gallery ul.list-inline li {
    margin: 20px auto;
    width: 100%;
  }
  .con_thread .content_gallery h3 span {
    display: block !important;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 639px) {
  .con_thread .content_gallery ul.list-inline li .item a {
    height: 200px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 414px) {
  .con_thread .content_gallery ul.list-inline li {
    margin: 0px auto 10px;
    width: 100%;
  }
  .con_thread .Link_detail p a {
    width: 100%;
  }
  /*.con_thread .content_gallery h3 span{
    display: block !important;
    margin-bottom: 10px;
    letter-spacing: 2px;
    }
 }*/
  .con_thread .box_access p {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
  }

  .con_thread .content_gallery ul.list-inline li .item {
    overflow: hidden;
  }
}
.con_thread .content_gallery .box_note {
  text-align: center;
  margin: 5px auto 0;
}
.con_thread .content_gallery .box_note p {
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
}
.con_thread .content_plan {
  background: white;
}
.con_thread .content_plan .box_head {
  padding-top: 40px;
  padding-left: 38px;
  padding-right: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_plan .box_head {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 639px) {
  .con_thread .content_gallery .box_note p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_plan .box_head {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_plan .box_head {
    padding-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_plan .box_head {
    padding-right: 10px;
  }
}
.con_thread .box_access span {
  position: relative;
  margin: 7px 0;
  padding: 30px 0 5px 0;
  padding-left: 5px;
  font-size: 12.6px;
}
.con_thread .box_access span small {
  display: block;
  font-size: 87%;
  line-height: 1.2;
}
/*.con_thread .box_access span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  width: 29px;
  height: 28px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  backgroundchristmas_modal: url(img/icons_sprites.png);

}*/
.con_thread .box_access span.note {
  padding-left: 0;
}
.con_thread .box_access span.note:before {
  display: none;
}
@media only screen and (max-width: 543.5px) {
  .con_thread .box_access span {
    margin: 2px 0;
    padding: 30px 0 0 0;
    padding-left: 29px;
    font-size: 12px;
  }
  :before {
    width: 24px;
    /*height: 24px;*/
  }
  .con_thread .box_access span.beach:before {
    background-position: 0 0;
  }
  .con_thread .box_access span.pool:before {
    background-position: 0 -30px;
  }
  .con_thread .box_access span.breakfast:before {
    background-position: 0 -60px;
  }
  .con_thread .box_access span.free-parking:before {
    background-position: 0 -92px;
  }
  .con_thread .box_access span.non-smoking:before {
    background-position: 0 -120px;
  }
  .con_thread .box_access span.bath:before {
    background-position: 0 -152px;
  }
  .con_thread .box_access span.children:before {
    background-position: 0 -182px;
  }
  .con_thread .box_access span.marine:before {
    background-position: 0 -209px;
  }
  .con_thread .box_access span.benefits:before {
    background-position: 0 -236px;
  }
  .con_thread .box_access span.gift:before {
    background-position: 0 -267px;
  }
  .con_thread .box_access span.store:before {
    background-position: 0 -297px;
  }
  .con_thread .box_access span.baby:before {
    background-position: 0 -327px;
  }
  .con_thread .box_access span.laundry:before {
    background-position: 0 -358px;
  }
  .con_thread .box_access span.twin-allowed:before {
    background-position: 0 -3930px;
  }
  .con_thread .box_access span.bathroom:before {
    background-position: 0 -421px;
  }
  .con_thread .box_access span.fitness:before {
    background-position: 0 -458px;
    height: 18px;
  }
}
.con_thread .content_plan .box_head .box_activities .row {
  margin-left: -5px;
  margin-right: -5px;
}
.con_thread .content_plan .box_head .box_activities .row .col-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.con_thread .content_plan .box_head .box_image img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_thread .content_plan .box_head {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.con_thread .content_plan .box_plan .item {
  padding: 20px 38px;
  border-bottom: 1px blue dotted;
  /*backgroundchristmas_modal: -moz-linear-gradient(top, #9FF9F5, #FFFFFF 30%);
backgroundchristmas_modal: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #9FF9F5), color-stop(0.3, #FFFFFF));
background-color: #9FF9F5;*/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_plan .box_plan .item {
    padding: 18px 28px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_plan .box_plan .item {
    padding: 15px 10px;
  }
}
.con_thread .content_plan .box_plan .item .goto {
  text-align: center;
  font-size: 120%;
  background: yellow;
  width: 100%;
  margin: 5px 0 10px 0;
  padding: 10px 15px;
  text-align: left;
  font-weight: 700;
  color: red;
}
.con_thread .content_plan .box_plan .item .goto p {
  font-weight: 700;
  padding: 0 15px 0 0;
  float: left;
}
@media only screen and (max-width: 820px) {
  .con_thread .content_gallery ul.list-inline li .item h6 span {
    padding: 15px 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 580px) {
  .con_thread .content_gallery h3 {
    position: relative;
    font-size: 20px;
    padding: 20px;
    top: 0px;
    width: 90%;
    margin: 0 5% 5%;
    color: #fff;
    background: #222;
    z-index: 9;
  }
  .con_thread .content_gallery h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #151515;
    border-right: 20px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid transparent;
    transform: translate(-50%, 0);
  }
  .con_thread .content_gallery h3 br {
    display: initial;
  }
  .con_thread .content_gallery h3 p {
    display: none;
    /*font-size: 16px;
    margin: 0 10% 10px;
    text-align: center;*/
  }
  .con_thread .content_intro h3 {
    font-size: 25px;
    line-height: 36px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .con_thread .content_plan .box_plan .item .goto {
    text-align: center;
  }
  .con_thread .content_plan .box_plan .item .goto p {
    font-weight: 700;
    float: initial;
  }
  .con_thread .content_intro h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 414px) {
  .con_thread .content_gallery h3 {
    top: 0px;
    width: 100%;
    margin: 0px auto 20px;
    font-size: 20px;
    letter-spacing: -1px;
    padding: 20px;
  }
  .con_thread .content_gallery ul.list-inline li .item h6 span {
    padding: 15px 10px;
    font-size: 16px;
  }
  .con_thread .content_intro .sub_title {
    border-bottom: none;
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 390px) {
  .con_thread .content_intro h3 {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0 0;
  }
}
.con_thread .content_plan .box_plan .item .box_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.con_thread .content_plan .box_plan .item .box_title .no {
  background: #000000;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
  flex: 0 0 120px;
  max-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_plan .box_plan .item .box_title .no {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_plan .box_plan .item .box_title .no {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_plan .box_plan .item .box_title .no {
    flex: 0 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_plan .box_plan .item .box_title .no {
    max-width: 80px;
  }
}
.con_thread .content_plan .box_plan .item .box_title .title {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
  padding-left: 15px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .con_thread .content_plan .box_plan .item .box_title .title {
    flex: 0 0 calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_plan .box_plan .item .box_title .title {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_plan .box_plan .item .box_title .title {
    padding-left: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_plan .box_plan .item .box_title .title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_plan .box_plan .item .box_title .title {
    font-size: 12px;
  }
}
.con_thread .content_plan .box_plan .item .box_title .title small,
.con_thread .content_plan .box_plan .item .box_title .title span {
  display: block;
}
.con_thread .content_plan .box_plan .item .box_title .title span {
  font-size: 143%;
  padding-top: 10px;
  font-weight: bold;
}
.con_thread .content_plan .box_plan .item .box_btns {
  margin-left: -3px;
  margin-right: -3px;
}
.con_thread .content_plan .box_plan .item .box_btns p {
  padding-left: 3px;
  padding-right: 3px;
  width: 25%;
  float: left;
}
/*@media only screen and (min-width: 768px) {
  .con_thread .content_plan .box_plan .item .box_btns p {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media print {
  .con_thread .content_plan .box_plan .item .box_btns p {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.ie8 .con_thread .content_plan .box_plan .item .box_btns p {
  flex: 0 0 20%;
  max-width: 20%;
}*/
@media only screen and (max-width: 543.5px) {
  .con_thread .content_plan .box_plan .item .box_btns .btn02 {
    padding: 5px 5px;
  }
  .con_thread .content_plan .box_plan .item .box_btns .btn02 img {
    display: block;
    margin: 0 auto;
    height: 18px;
  }
  .con_thread
    .content_plan
    .box_plan
    .item
    .box_btns
    .col-4:first-of-type
    .btn02 {
    float: right;
  }
  .con_thread
    .content_plan
    .box_plan
    .item
    .box_btns
    .col-4:nth-of-type(2)
    .btn02 {
    float: left;
  }
  .con_thread .content_plan .box_plan .item .box_btns .col-4:first-of-type,
  .con_thread .content_plan .box_plan .item .box_btns .col-4:nth-of-type(2) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .con_thread
    .content_plan
    .box_plan
    .item
    .box_btns
    .col-4:first-of-type
    .btn02,
  .con_thread
    .content_plan
    .box_plan
    .item
    .box_btns
    .col-4:nth-of-type(2)
    .btn02 {
    width: 67%;
  }
  .con_thread .content_plan .box_plan .item .box_btns .btn02 {
    padding: 5px 5px;
  }
  .con_thread .content_plan .box_plan .item .box_btns .btn02 img {
    display: block;
    margin: 0 auto;
    height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_thread .content_plan .box_plan .item .box_btns .btn02 img {
    margin-right: 0;
  }
}
@media only screen and (min-width: 544.5px) and (max-width: 767px) {
  /*  .con_thread .content_plan .box_plan .item .box_btns p {
    flex: 0 0 20%;
    max-width: 20%;
  }*/
  .con_thread .content_plan .box_plan .item .box_btns .btn02 {
    padding: 5px;
  }
  .con_thread .content_plan .box_plan .item .box_btns .btn02 img {
    display: block;
    margin: 0 auto;
    height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_thread .content_plan .box_plan .item {
    padding: 18px 10px;
  }
  .con_thread .content_plan .box_plan .item .box_btns .btn02 img {
    height: 18px;
  }
}
@media only screen and (max-width: 380px) {
  .con_thread .content_intro h3 {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0;
    letter-spacing: -1px;
  }
  .con_thread .content_intro .sub_title {
    font-size: 11px;
  }
  .con_thread .Link_detail p a {
    font-size: 14px;
    width: 90%;
  }
}
.con_bus {
  padding: 20px 0 50px;
}
.con_bus .inner {
  background: #ffffff;
  border: 2px solid #ff0000;
  padding: 30px;
}
.con_bus .st_title {
  font-size: 24px;
  font-weight: bold;
  color: red;
  padding: 0 0 30px;
}
.con_bus h4 {
  padding-bottom: 10px;
}
.con_bus .box_btns {
  margin: 40px auto 0;
  max-width: 760px;
  width: 100%;
}
.con_bus .box_btns *[class*="col"] {
  padding-left: 9px;
  padding-right: 9px;
}
.con_bus .btn {
  background: black;
  color: white;
  font-size: 16px;
  text-align: left;
  padding: 5px 5%;
  padding-left: 8%;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.con_bus .btn span {
  text-align: left;
  display: inline-block;
}
.con_bus .btn:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: white;
  margin-right: 3%;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -7px;
}
.con_bus h4 span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #000000;
  padding: 5px 5px;
}
.con_bus p {
  font-size: 16px;
  line-height: normal;
}

.con_thread .content_hotels .list-hotels {
  margin-right: -6px;
  margin-left: -6px;
}
.con_thread .content_hotels .list-hotels__content {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 30px;
  height: inherit;
}
.con_thread .content_hotels .list-hotels .hotel-item {
  background: #ffffff;
  height: 100%;
  border: 1px solid #000;
  border-top-width: 8px;
  padding: 40px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_hotels .list-hotels .hotel-item {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_hotels .list-hotels .hotel-item {
    padding: 25px 0px;
  }
  .con_bus {
    padding: 0 0 25px;
  }
  .con_bus .inner {
    padding: 20px 15px;
  }
  .con_bus .btn,
  .con_bus h4 span,
  .con_bus p {
    font-size: 14px;
  }
  .con_bus .st_title {
    padding-bottom: 15px;
    font-size: 20px;
  }
  .con_bus .box_btns {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .con_bus .box_btns {
    margin-top: 8px;
  }
  .con_bus .row *[class*="col"] {
    padding-bottom: 15px;
  }
  .con_bus .row.box_btns *[class*="col"] {
    padding: 0px;
  }
  .con_bus .box_btns {
    margin: 0px 0 0;
  }
  .con_bus .btn {
    text-align: left;
    padding-left: 10%;
  }
  .con_bus .btn:before {
    left: 4%;
  }
  .con_bus .btn br {
    display: none;
  }
}
.con_thread .content_hotels .list-hotels .hotel-item__intro,
.con_thread .content_hotels .list-hotels .hotel-item__images {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_hotels .list-hotels .hotel-item__intro,
  .con_thread .content_hotels .list-hotels .hotel-item__images {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_hotels .list-hotels .hotel-item__intro,
  .con_thread .content_hotels .list-hotels .hotel-item__images {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_hotels .list-hotels .hotel-item__intro,
  .con_thread .content_hotels .list-hotels .hotel-item__images {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_hotels .list-hotels .hotel-item__intro,
  .con_thread .content_hotels .list-hotels .hotel-item__images {
    padding-right: 15px;
  }
}
.con_thread .content_hotels .list-hotels .hotel-item__intro {
  padding-bottom: 20px;
}
.con_thread .content_hotels .list-hotels .hotel-item__intro h4 {
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_hotels .list-hotels .hotel-item__intro h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_hotels .list-hotels .hotel-item__intro h4 {
    font-size: 18px;
  }
}
.con_thread .content_hotels .list-hotels .hotel-item__intro h5 {
  text-align: left;
  font-size: 14px;
  color: #cc0033;
  font-weight: bold;
  margin: 15px auto 5px;
}
.con_thread .content_hotels .list-hotels .hotel-item__intro p {
  font-size: 12px;
}
.con_thread .content_hotels .list-hotels .hotel-item__images {
  margin-bottom: 30px;
}
.con_thread .content_hotels .list-hotels .hotel-item__images p {
  font-size: 11px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_thread .content_hotels .list-hotels .hotel-item__images {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_hotels .list-hotels .hotel-item__images {
    margin-bottom: 20px;
  }
}
.con_thread .content_hotels .list-hotels .hotel-item__btns {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .con_thread .content_hotels .list-hotels .hotel-item__btns {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_thread .content_hotels .list-hotels .hotel-item__btns {
    padding-right: 10px;
  }
}
.con_thread .content_hotels .list-hotels .hotel-item__btns .row {
  margin-left: -2px;
  margin-right: -2px;
}
.con_thread .content_hotels .list-hotels .hotel-item__btns p[class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}
.con_thread .content_hotels .list-hotels .hotel-item__btns .btn02 {
  font-size: 13px;
}
.con_thread .content_hotels .list-hotels .hotel-item__btns .btn02 img {
  height: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .con_thread .content_hotels .list-hotels .hotel-item__btns .btn02 {
    padding: 5px 5px;
  }
  .con_thread .content_hotels .list-hotels .hotel-item__btns .btn02 img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 543.5px) {
  .con_thread .content_hotels .list-hotels .hotel-item__btns .btn02 {
    padding: 5px 5px;
  }
  .con_thread .content_hotels .list-hotels .hotel-item__btns .btn02 img {
    display: block;
    margin: 0 auto;
  }
}
/*--------------- .tomamu-wrap -------------------*/
.tomamu-wrap .content_intro {
  padding-right: 0%;
}
@media only screen and (max-width: 767px) {
  .tomamu-wrap .content_intro {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .tomamu-wrap .content_intro {
    background-size: auto 28em;
  }
}
@media only screen and (max-width: 767px) {
  .tomamu-wrap .content_intro {
    backgroundchristmas_modal: none;
  }
}

/*--------------- .cocoGarden -------------------*/
.cocoGarden-wrap {
  border-top: 1px solid #1269c0;
}
.cocoGarden-wrap .content_intro {
  padding-left: 46%;
  background: url(../img/cocoGarden_map.png) top left no-repeat;
}
@media only screen and (max-width: 767px) {
  .cocoGarden-wrap .content_intro {
    padding-left: 0;
  }
}
.cocoGarden-wrap .content_intro .box_access {
  border: 1px solid #999999;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .cocoGarden-wrap .content_intro {
    background-size: auto 27em;
  }
  .cocoGarden-wrap .content_intro .box_access {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cocoGarden-wrap .content_intro {
    backgroundchristmas_modal: none;
  }
}
.cocoGarden-wrap .content_plan .box_head {
  padding-left: 38px;
  padding-right: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cocoGarden-wrap .content_plan .box_head {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .cocoGarden-wrap .content_plan .box_head {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cocoGarden-wrap .content_plan .box_head {
    padding-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .cocoGarden-wrap .content_plan .box_head {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .cocoGarden-wrap .content_plan .box_head .list_action li {
    margin: 10px 0;
  }
}
@media print {
  .cocoGarden-wrap .content_plan .box_head .list_action li {
    margin: 10px 0;
  }
}
.ie8 .cocoGarden-wrap .content_plan .box_head .list_action li {
  margin: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .cocoGarden-wrap .content_plan .box_head {
    padding-left: 0;
    padding-right: 0;
  }
}
.cocoGarden-wrap .content_plan .box_plan .item {
  padding-left: 38px;
  padding-right: 38px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cocoGarden-wrap .content_plan .box_plan .item {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .cocoGarden-wrap .content_plan .box_plan .item {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cocoGarden-wrap .content_plan .box_plan .item {
    padding-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .cocoGarden-wrap .content_plan .box_plan .item {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 895.5px) {
  .cocoGarden-wrap .content_plan .box_plan .item {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------- .modal -------------------*/
.modal-open #goSearchSP {
  display: none;
}
/*--------------- .modal -------------------*/
.modal-img .modal-dialog {
  max-width: 900px;
}
.modal-img .modal-header {
  border: 0;
  padding: 0;
}
.modal-img .modal-header .close {
  text-shadow: none;
  font-size: 35px;
  margin: 0;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 35px;
  padding: 0;
}
.modal-img .modal-header .close:focus {
  outline: none;
}
.modal-img .modal-header .close span {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .modal-img .modal-header .close {
    padding-top: 0;
    top: 30px;
    right: 2px;
  }
  .modal-img .modal-header .close span {
    font-size: 25px;
  }
}
.modal-img .modal-footer {
  border: 0;
  padding-top: 0;
  text-align: center;
}
.modal-img .modal-footer .btn-custorm {
  border-width: 1px;
  max-width: 50%;
  margin: 0 auto;
  height: 50px !important;
  background: #fff;
  width: 100%;
  border-radius: 28px;
}
/* .modal-img .modal-content {
  background: rgba(34, 34, 34, 0.8);
  position: relative;
} */
.modal-img .modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
.modal-img .modal-content {
  background: none;
  border: none;
  box-shadow: none;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}

.modal-img .modal-dialog {
  transform: none;
  position: relative;
  width: auto;
  margin: 0.5rem auto;
  pointer-events: none;
}
.modal-img .modal-header .close {
  color: #000;
  right: 35px;
  top: 45px;
}
.modal-backdrop.in {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .modal-img .modal-body {
    padding: 0;
  }
  .modal-img .modal-header .close {
    right: 8px;
    top: 5px;
  }
}
.modal-moreinfo .st_title {
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 24px;
  padding: 5px 30px 10px 20px;
  color: #333;
  border-bottom: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-moreinfo .st_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-moreinfo .st_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-moreinfo .st_title {
    padding: 16px 30px 9px 20px;
  }
}

.modal-moreinfo .list_item .item {
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 30px 30px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modal-moreinfo .list_item .item {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-moreinfo .list_item .item {
    padding: 30px 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-moreinfo .list_item .item {
    margin: 10px 0;
  }
}
.modal-moreinfo .list_item .item h6 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .modal-moreinfo .list_item .item h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-moreinfo .list_item .item h6 {
    padding-bottom: 4px;
  }
}
.modal-moreinfo .list_item .item h6:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-left-color: #333333;
  margin-right: 4px;
}

@media only screen and (min-width: 576px) {
  .modal-moreinfo .list_item .item .box_txt {
    padding-left: 0;
    padding-top: 15px;
  }
}
@media print {
  .modal-moreinfo .list_item .item .box_txt {
    padding-left: 0;
  }
}
.ie8 .modal-moreinfo .list_item .item .box_txt {
  padding-left: 0;
}
.modal-moreinfo .list_item .item p {
  font-size: 14px;
  padding: 0 20px;
}
.modal-moreinfo .list_item .item ul.note {
  margin-top: 10px;
  padding: 0 20px;
}
.modal-moreinfo .list_item .item ul.note li {
  font-size: 12px;
  display: flex;
  padding: 1px 0;
}
@media only screen and (max-width: 767px) {
  .modal-moreinfo .st_title {
    /*margin-top: 60px;*/
    padding: 15px 0;
    text-align: center;
  }
  .modal-moreinfo .list_item .item p {
    font-size: 12px;
    padding: 0 20px;
  }
}

/*tuika*/
.con_thread .content_plan .box_plan .item .box_btns p.col-12 {
  padding-left: 3px;
  padding-right: 3px;
  width: 100%;
  float: left;
}
.con_thread .box_access p span.seasonEnd {
  font-size: 16px;
  padding: 0px 0;
  border: none;
  width: initial;
  text-align: center;
  margin: 0px;
  vertical-align: middle;
  text-decoration: line-through;
  text-align: left;
  color: #999;
}
.swiper-container {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.swiper-container div.Title {
  position: relative;
  display: table;
  top: 0px;
  left: 0px;
  width: 100%;
  /* height: 400px; */
  max-width: 1040px;
  margin: 0 auto;
  z-index: 1;
  padding: 45px 0;
  text-align: center;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-wrapper {
  position: absolute !important;
  top: 0;
}
/*.swiper-container div.Title {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  z-index: 99;
  padding: 45px 0 45px 0px;
  text-align: center;
  background: rgba(255,255,255,0.45);
}*/
.swiper-container div.Title div.Title_Wrap {
  display: table-cell;
  vertical-align: middle;
  height: 300px;
}
.swiper-container div.Title div.Title_Wrap p {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0 15px 20px 15px;
  font-size: 20px;
  color: #000;
  border-bottom: 8px double #fff;
  border-left: 8px double #fff;
  border-right: 8px double #fff;
  background: rgba(255, 255, 255, 0.6);
}
.swiper-container div.Title div.Title_Wrap h2 {
  background: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  font-size: 55px;
  width: 90%;
  /*max-width: 940px;*/
  padding: 20px 0;
  margin: 0 auto;
  border-top: 8px double #fff;
  border-left: 8px double #fff;
  border-right: 8px double #fff;
}
.swiper-slide img {
  width: 110%;
}
@media only screen and (max-width: 864px) {
  .swiper-container div.Title div.Title_Wrap {
    height: 240px;
  }
  .swiper-container div.Title div.Title_Wrap h2 {
    font-size: 45px;
  }
  .swiper-container div.Title div.Title_Wrap p {
    padding: 0 20px 20px 20px;
    font-size: 14px;
  }
  .modal-content {
    position: relative;
    width: 800px;
    margin: 0 10px;
  }
  .swiper-container div.Title {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .con_thread .content_gallery ul.list-inline {
    width: 99%;
    margin-left: 1%;
  }
  .modal-content {
    position: relative;
    width: 748px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 639px) {
  .modal-content {
    width: 510px;
  }
  .swiper-container div.Title {
    padding: 0;
  }
  .swiper-container div.Title div.Title_Wrap {
    height: 180px;
  }
  .swiper-container div.Title div.Title_Wrap h2 {
    font-size: 30px;
    padding: 10px 0 5px;
  }
  .swiper-container div.Title div.Title_Wrap p {
    padding: 0 20px 10px 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .swiper-container div.Title p {
    font-size: 12px;
    top: 0px;
  }
  .swiper-container div.Title div.Title_Wrap {
    display: table-cell;
    vertical-align: middle;
    height: 200px;
  }
  .swiper-android .swiper-slide,
  .swiper-wrapper img {
    height: 200px;
  }
  /*.swiper-container div.Title {
  padding: 0;
}*/
  .swiper-container div.Title div.Title_Wrap h2 {
    font-size: 23px;
    padding: 10px 0;
  }
  .swiper-container div.Title div.Title_Wrap p {
    padding: 0 10px 10px 10px;
    font-size: 11px;
  }
  .swiper-container div.Title h2 {
    font-size: 16px;
    width: 90%;
    padding: 8px 0;
    margin: 0 auto 10px;
  }
  .con_thread .box_access p span.seasonEnd {
    font-size: 12px;
  }
  .con_thread .content_gallery ul.list-inline {
    width: 90%;
    margin: 0 auto;
  }

  /* .modal-content {
    width: 96%;
    margin: 10px auto;
  }
  .modal-body {
    padding: 10px 0px !important;
    top: 20px !important;
    width: 100%;
  } */
  .modal-moreinfo .list_item .item {
    margin: 0 0 10px;
  }
  .swiper-container div.Title div.Title_Wrap p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .modal-content {
    width: 375px;
    margin: 0 auto;
  }
  .swiper-container div.Title div.Title_Wrap h2 {
    font-size: 21px;
    padding: 10px 0 5px;
  }
}
/*20220511ADD*/
.event-content {
  width: 96%;
  max-width: 1040px;
  margin: 0 auto;
}
.event-content .imageWrap {
  position: relative;
  width: 100%;
  margin: 10px 0;
  height: 400px;
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 820px) {
  .event-content .imageWrap {
    position: relative;
    width: 100%;
    margin: 0px auto 0;
    height: 350px;
  }
  .col-md-4 {
    width: 32.9%;
  }
  .col-md-3 {
    float: left;
    width: 24%;
    margin: 0 0.5% 10px;
  }
  .col-md-6:nth-child(1) {
    float: left;
    width: 33%;
    margin: 0 1% 0 14%;
  }
  .col-md-6:nth-child(2) {
    float: left;
    width: 33%;
    margin: 0 14% 0 1%;
  }
}
@media only screen and (max-width: 639px) {
  .event-content .imageWrap {
    position: relative;
    width: 100%;
    margin: 0px auto 0;
    height: 250px;
  }
  .con_thread .content_gallery ul.list-inline li {
    margin: 0px auto 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .event-content .imageWrap {
    position: relative;
    width: 100%;
    margin: 0px auto 0;
    height: 200px;
  }
}
.event-content .imageWrap img {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 30s infinite;
}

.event-content .imageWrap img:nth-of-type(1) {
  animation-delay: 0s;
}
.event-content .imageWrap img:nth-of-type(2) {
  animation-delay: 10s;
}
.event-content .imageWrap img:nth-of-type(3) {
  animation-delay: 20s;
}
.event-content .imageWrap img:nth-of-type(4) {
  animation-delay: 30s;
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*ADD 20220601*/
.con_thread .content_gallery h3 p.date {
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  margin: 10px auto 0;
  color: #000;
  font-size: 14px;
  width: 100%;
  border: 1px solid #222;
  letter-spacing: 0;
}
.con_thread .content_gallery h3 p.date span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: initial;
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 639px) {
  .con_thread .content_gallery h3 p.date {
    font-size: 12px;
    margin-bottom: 0px;
    width: 100%;
  }
}
.winterBG {
  background: url(images/contents_bg_w.jpg) no-repeat;
}
@media only screen and (max-width: 991px) {
  .winterBG {
    background: none;
  }
}
/*感謝祭　追加CSS*/
div.thanksgiving {
  border: 4px #333 #e93a6a;
  padding: 10px 20px 15px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 20px 0 rgba(224, 224, 224, 0.5);
}
div.thanksgiving div.bus_notice p {
  width: 100%;
  padding: 5px 0 0;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  float: left;
}
.thanksgiving .thanksImg {
  float: left;
  width: 90%;
  margin: 0 5%;
  padding: 20px 0 0;
  text-align: center;
}
.thanksgiving .thanksText {
  float: left;
  width: 90%;
  margin: 0 5%;
  padding: 10px 0;
}
.thanksgiving .thanksText p {
  font-size: 100%;
  padding: 10px 0 0;
}
.thanksgiving .thankssubText {
  padding: 0 0 5px;
  float: left;
  width: 90%;
  margin: 1% 5% 0;
  border: 1px solid #333;
  border-radius: 6px;
}
.thanksgiving .thankssubText p {
  width: 90%;
  margin: 0 5%;
  padding: 15px 0 15px 0;
  margin-bottom: 15px;
  font-weight: 700;
  border-bottom: 1px dotted #333;
}
.thanksgiving .thankssubText p br {
  display: none;
}
.thanksgiving .thankssubText span {
  padding: 0 5% 10px;
  font-size: 14px;
}
.thanksgiving .thankssubText span.yajirushi {
  position: relative;
  display: block;
}
.thanksgiving .thankssubText span.yajirushi::before {
  display: block;
  width: 90%;
  margin: 0 5%;
  position: absolute;
  top: 15px;
  left: 15px;
  content: "▼";
}
@media only screen and (max-width: 991px) {
  .thanksgiving .thanksText p {
    font-size: 100%;
    padding: 5px 0 0;
  }
}
@media only screen and (max-width: 820px) {
  .thanksgiving .thanksText p {
    font-size: 90%;
  }
  .con_thread .content_gallery h3 p.date {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .thanksgiving .thanksImg {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0 10px;
  }
  .thanksgiving .thanksText {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .thanksgiving .thankssubText {
    width: 100%;
    margin: 10px 0 0;
  }
  .thanksgiving .thankssubText p {
    padding: 10px 0 10px;
    font-size: 90%;
  }

  .thanksgiving .thankssubText span {
    padding: 0 0 5px;
    width: 90%;
    margin: 0 5% 10px;
  }
  .thanksgiving .thankssubText span.yajirushi::before {
    top: 15px;
    left: 0px;
    content: "▼";
  }
}
@media only screen and (max-width: 430px) {
  .con_thread .content_gallery h3 p.date {
    width: 100%;
  }
  .event-thread .content_intro h3 span {
    line-height: 1.4em;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 414px) {
  .thanksgiving .thankssubText p br {
    display: initial;
  }
  .thanksgiving .thanksText p,
  .thanksgiving .thankssubText span {
    font-size: 12px;
  }
}

.ttl-head {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ttl-head h1 {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (max-width: 991px) {
  .ttl-head {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 15px;
  }
  .ttl-head h1 {
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .ttl-head {
    display: none;
  }
}
.breadcrumb {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 0;
  padding: 12px 15px;
}
.breadcrumb .list {
  margin: 0 auto !important;
  max-width: 1340px;
  width: 100%;
}
.breadcrumb .list li {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
.breadcrumb .list li:first-child a {
  color: #2e9cd2;
}
.breadcrumb .list li a {
  color: #333;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-family: ヒラギノ角ゴ Pro W3;
}
.breadcrumb .list li a:hover {
  text-decoration: underline;
}
.breadcrumb .list li a::after {
  padding: 4px;
  display: inline-block;
  content: "/";
  margin-left: 10px;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 15px 12px;
    margin-top: -4px;
  }
}
.SearchInner .search-top .block-search {
  display: none;
}
.SearchInner .search {
  background: #fff;
}
.SearchInner .d_btn-date {
  padding: 18px 5px;
}

/*  goSearch
=======================================================*/
#goSearch {
  position: fixed;
  bottom: 80px;
  right: -200px;
  transition: all 800ms ease;
  z-index: 999;
}
#goSearch.show {
  right: -5px;
}
#goSearch a {
  background: transparent;
  cursor: pointer;
  outline: none;
  position: relative;
  width: 172px;
  height: 172px;
  display: block;
}
#goSearch a img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #goSearch a {
    width: 120px;
    height: 120px;
    display: block;
  }
  #goSearch a img {
    width: 100px;
  }
  #goSearch.show {
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  #goSearch.show {
    display: none !important;
  }
}

#goSearchSP {
  display: none;
}

@media screen and (max-width: 767px) {
  #goSearchSP {
    display: block;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    left: 0;
    bottom: 0;
    padding: 18px 0;
    z-index: 99;
    box-shadow: 5px -2px 4px #00000029;
  }
  #goSearchSP a {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background-color: #555;
    border-radius: 30px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 13px 0;
    position: relative;
  }
  #goSearchSP a::before {
    content: "";
    background: url(../../../../../images/special/tomamu/icon_search.svg) top
      center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  #goSearchSP a:hover {
    text-decoration: none;
  }
}
#gotoTop {
  bottom: 20px !important;
}
#gotoTop img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #gotoTop {
    bottom: 60px !important;
  }
}
.search-box .modal_number_people .modal-footer .btn-submit {
  margin: auto;
}
.bannerWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.bannerWrap a {
  width: 60%;
  max-width: 510px;
}
.bannerWrap a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bannerWrap {
    padding: 50px 20px;
  }
  .bannerWrap a {
    width: 100%;
  }
}
.imge-banner {
  background: #efefef;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  padding-bottom: 30px;
}
.modal-img .modal-header .close {
  background: url(../../../assets/img/common/icon/icon_close_white.png) 5px
    center no-repeat !important;
  border: none !important;
  opacity: 1;
}
.modal-header .close {
  background: url(../../../assets/img/common/icon/icon_close_white.png) 5px
    center no-repeat !important;
  border: none !important;
}
.modal-content {
  box-shadow: none !important;
}

/*unkai_info*/
.unkai_info {
  padding: 30px 20px;
  background-color: #f3f3e3;
  border-radius: 12px;
  text-align: center;
}
.unkai_info p.unkai_text {
  width: 100%;
  font-weight: 700;
  color: #ff6214;
}
.unkai_info a {
  position: relative;
  float: left;
  width: 70%;
  padding: 20px;
  border-radius: 45px;
  margin: 0px 15% 0;
  background-color: #a48f6e;
  color: #fff;
  font-size: 110%;
  font-weight: 700;
}
.unkai_info a span {
  font-weight: normal;
}
.unkai_info a:before {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0 10px 0 0;
  content: "";
  border: 10px solid transparent;
  border-left-color: #fff;
}
@media screen and (max-width: 767px) {
  .unkai_info {
    width: 96%;
    margin: 0 2% 5%;
  }
  .unkai_info p.unkai_text {
    margin: 0 0% 15px;
    font-size: 100%;
  }
  .unkai_info a {
    width: 100%;
    margin: 0px 0 0;
    font-size: 90%;
    padding: 20px 10px;
  }
}
