/* font change 20160920_sato */
#id-fixed-navigation {
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/* list common
---------------------------*/
#detailblock * {
  font-size: 13px;
  letter-spacing: 0;
}

#detailblock {
  margin-top: 10px;
  width: 859px;
}

#detailblock .block {
  clear: both;
  overflow: hidden;
  width: 859px;
}
#detailblock .block a.panflink {
  display: block;
  /* width: 221px; */
  /* height: 28px; */
  bottom: 5px;
  padding: 1px 10px;
  right: 5px;
  position: absolute;
  color: #071e6a;
  border-radius: 5px;
  background: white;
}
#detailblock .block a.panflink:hover{
  color: #06a80f;
  background: #fff;
  text-decoration:none;
}

#detailblock .inlineblock {
  width: 827px;
  min-height: 30px;
  padding: 10px 15px;
  border: solid 1px #ccc;
  border-width: 0 1px 1px 1px;
  overflow: hidden;
}

#detailblock div.title h1,
#detailblock div.title h2 {
  position: absolute;
  top: 13px;
  left: 60px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

#detailblock div.title h2 {
  font-size: 18px !important;
}



/* shareblock
---------------------------*/

#detailblock #shareblock {
  overflow: hidden;
}

#detailblock #shareblock .left {
  float: left;
  width: 300px;
}

#detailblock #shareblock .right {
  float: right;
}

#detailblock #shareblock .right .facebook {
    border: none;
    overflow: hidden;
    height: 21px;
    display: inline-block;
    width: 71px;
    position: relative;
    top: 1px;
}

#detailblock #shareblock .favlogin {
  margin-bottom: 5px;
}

#detailblock #shareblock .favlogin .btnmsg {
  position: relative;
  right: 130px;
}

#detailblock #shareblock .btnfavdel {
  width: 183px;
  height: 18px;
  padding: 2px 4px 0 0;
  text-align: right;
  background: url("../img/detail/btn_fav_del.jpg") no-repeat 0 0;
  margin-top: -20px;
  margin-right: 2px;
}



/* coursedetail
---------------------------*/

#coursedetailblock div.title {
  width: 859px;
  height: 48px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#549bef', endColorstr = '#0c6ce8');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#549bef', endColorstr = '#0c6ce8')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -ms-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -o-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#549bef), to(#0c6ce8));
  background-image: -webkit-linear-gradient(top, #549bef, #0c6ce8);
  background-image: linear-gradient(top, #549bef, #0c6ce8);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
#coursedetailblock div.box {
  display: none;
}
div.detailblock11 #coursedetailblock div.title {
  padding: 5px 0;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#549bef', endColorstr = '#0c6ce8');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#549bef', endColorstr = '#0c6ce8')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -ms-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -o-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#549bef), to(#0c6ce8));
  background-image: -webkit-linear-gradient(top, #549bef, #0c6ce8);
  background-image: linear-gradient(top, #549bef, #0c6ce8);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
div.detailblock11 #coursedetailblock div.box {
  /* div.titleの中に表示する小さいbox */
  position: absolute;
  top: 10%;
  left: 15px;
  width: 15px;
  height: 80%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#99cc66', endColorstr = '#66cc33');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#99cc66', endColorstr = '#66cc33')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #99cc66, #66cc33);
  background-image: -ms-linear-gradient(top, #99cc66, #66cc33);
  background-image: -o-linear-gradient(top, #99cc66, #66cc33);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#99cc66), to(#66cc33));
  background-image: -webkit-linear-gradient(top, #99cc66, #66cc33);
  background-image: linear-gradient(top, #99cc66, #66cc33);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
div.detailblock13 #coursedetailblock div.title {
  padding: 5px 0;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#549bef', endColorstr = '#0c6ce8');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#549bef', endColorstr = '#0c6ce8')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -ms-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -o-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#549bef), to(#0c6ce8));
  background-image: -webkit-linear-gradient(top, #549bef, #0c6ce8);
  background-image: linear-gradient(top, #549bef, #0c6ce8);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
div.detailblock13 #coursedetailblock div.box {
  /* div.titleの中に表示する小さいbox */
  position: absolute;
  top: 10%;
  left: 15px;
  width: 15px;
  height: 80%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c0c0ff', endColorstr = '#9999ff');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c0c0ff', endColorstr = '#9999ff')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #c0c0ff, #9999ff);
  background-image: -ms-linear-gradient(top, #c0c0ff, #9999ff);
  background-image: -o-linear-gradient(top, #c0c0ff, #9999ff);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#c0c0ff), to(#9999ff));
  background-image: -webkit-linear-gradient(top, #c0c0ff, #9999ff);
  background-image: linear-gradient(top, #c0c0ff, #9999ff);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
div.detailblock12 #coursedetailblock div.title {
  padding: 5px 0;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#549bef', endColorstr = '#0c6ce8');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#549bef', endColorstr = '#0c6ce8')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -ms-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -o-linear-gradient(top, #549bef, #0c6ce8);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#549bef), to(#0c6ce8));
  background-image: -webkit-linear-gradient(top, #549bef, #0c6ce8);
  background-image: linear-gradient(top, #549bef, #0c6ce8);
  /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}
div.detailblock12 #coursedetailblock div.box {
  /* div.titleの中に表示する小さいbox */
  position: absolute;
  top: 10%;
  left: 15px;
  width: 15px;
  height: 80%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0099ff', endColorstr = '#0033cc');
  /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0099ff', endColorstr = '#0033cc')";
  /*Element must have a height (not auto)*/
  /*All filters must be placed together*/
  background-image: -moz-linear-gradient(top, #0099ff, #0033cc);
  background-image: -ms-linear-gradient(top, #0099ff, #0033cc);
  background-image: -o-linear-gradient(top, #0099ff, #0033cc);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#0099ff), to(#0033cc));
  background-image: -webkit-linear-gradient(top, #0099ff, #0033cc);
  background-image: linear-gradient(top, #0099ff, #0033cc);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
  /*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

#detailblock #coursedetailblock h1 {
  position: static;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 750px;
  margin-left: 15px;
  line-height: 130%;
}
#coursedetailblock div.title img.class_icon {
  position: absolute;
  top: 6px;
  right: 8px;
}

#detailblock #coursedetailblock .inlineblock {
  border-color: #1573B0;
  width: 845px;
  padding: 6px;
}


#detailblock #coursedetailblock #courseoutline {
  width: 165px;
  /*background-color: #EEF7E4;*/
  position: relative;
  padding: 2px 0px 2px 8px;
  float: left;
  margin-bottom: 10px;
}

#detailblock #coursedetailblock #courseoutline p {
  letter-spacing: 0;
  color: #061365;
}

#detailblock #coursedetailblock #courseoutline a.coursecompanylink {
  position: relative;
  top: 0px;
  left: 0px;
}
#detailblock #coursedetailblock #courseoutline a.coursecompanylink img{
	display: inline;
	max-width: 100px;
	object-fit: contain;
	min-width: 95px;
}
#detailblock #coursedetailblock #courseoutline a {
  position: absolute;
  top: 145px;
  left: 110px;
}
#detailblock #coursedetailblock #courseoutline img:nth-child(3) {
  margin-left: -2px;
  padding: 2px;
  border: 1px solid #61ba00;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#detailblock #coursedetailblock #coursedata {
  width: 660px;
  float: right;
  position: relative;
}

#detailblock #coursedetailblock #coursedata .startdate {
  word-break: break-all;
  max-width: 300px;
}
#detailblock #coursedetailblock #coursedata .startdate,
#detailblock #coursedetailblock #coursedata .startdate span {
  font-weight: bold;
  font-size: 16px;
}
#detailblock #coursedetailblock #coursedata .startdate strong {
  text-decoration: underline;
}

#detailblock #coursedetailblock #coursedata #statusblock {
  overflow: hidden;
  position: relative;
  height: 38px;
}

#detailblock #coursedetailblock #coursedata #statusblock p {
  display: block;
  float: left;
  margin-top: 4px;
  text-align: center;
  font-size: 10px;
  position: relative;
  background-color: #f0f0f0;
  width: 80px;
  height: 30px;
  font-weight: bold;
  color: #28ac00;
  filter: drop-shadow(2px 0px 0px #28ac00);
}
#detailblock #coursedetailblock #coursedata #statusblock p::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  border-left: 15px solid #f0f0f0;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#detailblock #coursedetailblock #coursedata #status {
  position: absolute;
  top: 1px;
  left: 100px;
  display: flex;
  column-gap: 4px;
}

/* #detailblock #coursedetailblock #coursedata #status li {
  float: left;
  margin-right: 5px;
  margin-bottom: 20px;
} */

#detailblock #coursedetailblock #coursedata table {
  clear: both;
  border-collapse: collapse;
  width: 660px;
  min-height: 176px;
}

#detailblock #coursedetailblock #coursedata table th,
#detailblock #coursedetailblock #coursedata table td {
  padding: 5px 1px 5px 5px;
  border-collapse: collapse;
  /* border-bottom: dotted 1px #999; */
  color: #121212;
  background-image: url('../img/common/table_line.gif');
  background-repeat: repeat-x;
  background-position: bottom left;
}

#detailblock #coursedetailblock #coursedata table th {
  width: 65px;
  background-color: #EBFEF2;
  /* background-color: #ebf3ff; */
  font-weight: bold;
}

#detailblock #coursedetailblock #coursedata table td.short,
#detailblock #coursedetailblock #coursedata table th.short {
  width: 55px;
}
#detailblock #coursedetailblock #coursedata table td.long p.price,
#detailblock #coursedetailblock #coursedata table th.long p.price {
  width: 100%;
}
#detailblock #coursedetailblock #coursedata table td.long p.price_cruise {
  color: white;
  background-color: white;
  font-weight: bold;
  text-shadow:
        0 2px 0 #1B894C,
        2px 0 0 #1B894C,
        0 -1px 0 #1B894C,
        -1px 0 0 #1B894C,
        -1px -1px 0 #1B894C,
        2px -1px 0 #1B894C,
        -1px 2px 0 #1B894C,
        2px 2px 0 #1B894C
  ;
}
#detailblock #coursedetailblock #coursedata table td.long p.price_best1 {
  color: white;
  background-color: white;
  font-weight: bold;
  text-shadow:
        0 2px 0 #EC7F1A,
        2px 0 0 #EC7F1A,
        0 -1px 0 #EC7F1A,
        -1px 0 0 #EC7F1A,
        -1px -1px 0 #EC7F1A,
        2px -1px 0 #EC7F1A,
        -1px 2px 0 #EC7F1A,
        2px 2px 0 #EC7F1A
  ;
}
#detailblock #coursedetailblock #coursedata table td.long p.price_japan {
  color: white;
  background-color: white;
  font-weight: bold;
  text-shadow:
        0 2px 0 #990000,
        2px 0 0 #990000,
        0 -1px 0 #990000,
        -1px 0 0 #990000,
        -1px -1px 0 #990000,
        2px -1px 0 #990000,
        -1px 2px 0 #990000,
        2px 2px 0 #990000
  ;
}
#detailblock #coursedetailblock #coursedata table td.long p.price_air {
  color: white;
  background-color: white;
  font-weight: bold;
  text-shadow:
        0 2px 0 #1B70A9,
        2px 0 0 #1B70A9,
        0 -1px 0 #1B70A9,
        -1px 0 0 #1B70A9,
        -1px -1px 0 #1B70A9,
        2px -1px 0 #1B70A9,
        -1px 2px 0 #1B70A9,
        2px 2px 0 #1B70A9
  ;
}
#detailblock #coursedetailblock #coursedata table td.long p.price_tour {
  color: white;
  background-color: white;
  font-weight: bold;
  text-shadow:
        0 2px 0 #8C45A6,
        2px 0 0 #8C45A6,
        0 -1px 0 #8C45A6,
        -1px 0 0 #8C45A6,
        -1px -1px 0 #8C45A6,
        2px -1px 0 #8C45A6,
        -1px 2px 0 #8C45A6,
        2px 2px 0 #8C45A6
  ;
}
#detailblock #coursedetailblock #coursedata table td.long p.price_cruise_s {
  font-size: 14px;
  color: #1B894C;
}
#detailblock #coursedetailblock #coursedata table td.long p.price_best1_s {
  font-size: 14px;
  color: #EC7F1A;
}
#detailblock #coursedetailblock #coursedata table td.long p.price_japan_s {
  font-size: 14px;
  color: #990000;
}
#detailblock #coursedetailblock #coursedata table td.long p.price_air_s {
  font-size: 14px;
  color: #1B70A9;
}
#detailblock #coursedetailblock #coursedata table td.long p.price_tour_s {
  font-size: 14px;
  color: #8C45A6;
}
#detailblock #coursedetailblock #coursedata table td.long p.price span.yen {
  color: white;
  background-color: white;
  font-weight: bold;
  font-size:14px;
}
#detailblock #coursedetailblock #coursedata table td.long p.price span.namisen {
  color: white;
  background-color: white;
  font-weight: bold;
  font-size:14px;
}
#detailblock #coursedetailblock #coursedata table td.long p.price span.p_eat_free {
  font-size: 11px;
  border: 2px solid #ec7f1a;
  vertical-align: 20%;
  text-shadow: none !important;
}
#detailblock #coursedetailblock #coursedata table td.long p.price span.p_eat_free_br {
  font-size: 11px;
  border: 2px solid #ec7f1a;
  vertical-align: 60%;
  text-shadow: none !important;
}
#detailblock #coursedetailblock #coursedata table td.terminal {
  text-decoration: underline;
}
#detailblock #coursedetailblock #coursedata table td.long,
#detailblock #coursedetailblock #coursedata table th.long {
  width: 231px;
}
#detailblock #coursedetailblock #coursedata table th.oneday {
  width: 55px;
}

/*
#detailblock #coursedetailblock #coursedata table td {
  width: 228px;
}
*/
#detailblock #coursedetailblock #coursedata table td.shortinfo {
  width: 93px;
  text-decoration: underline;
}
#detailblock #coursedetailblock #coursedata table td.stay {
  width: 55px;
  text-decoration: underline;
}
#detailblock #coursedetailblock #coursedata table td.bold {
  font-weight: bold;
}

#detailblock #coursedetailblock #coursedata table td p {
  font-size: 16px;
  font-weight: bold;
  color: #990000;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

#detailblock #coursedetailblock #coursedata table td.color_blue,
#detailblock #coursedetailblock #coursedata table td.color_blue * {
  color: #061365;
  font-size: 12px;
  letter-spacing: 1px;
}

#detailblock #coursedetailblock #coursedata table td a.underline {
  text-decoration: underline;
}

#detailblock #coursedetailblock #coursedata table td.product_id {
  font-weight: bold;
  text-decoration: underline;
}

#detailblock #coursedetailblock #coursedata table td ul li {
  float: left;
  display: block;
  margin-right: 3px;
  background-color: #2F4FBD;
  padding: 2px 5px;
  color: #fff;
}
#detailblock #coursedetailblock #coursedata table td p.attention_when_tel {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #121212;
  margin-top: 5px;
}
#detailblock #coursedetailblock #coursedata td #option_icons {
  display: table;
}
#detailblock #coursedetailblock #coursedata td #option_icons span {
  display: table-cell;
  vertical-align: middle;
}
#detailblock #coursedetailblock #coursedata td ul#travelform,
#detailblock #coursedetailblock #coursedata td ul#option {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  margin: 2px 0;
}
#detailblock #coursedetailblock #coursedata td ul#travelform li {
  display: inline;
  background: #fff;
  float: none;
  padding: 0;
}
#detailblock #coursedetailblock #coursedata td ul#travelform li span {
  font-size: 11px
}
#detailblock #coursedetailblock #coursedata td ul#travelform li a {
  font-size: 11px;
  display: inline;
  vertical-align: 3px;
  text-decoration: underline;
}
#detailblock #coursedetailblock #coursedata td ul#option li {
  float: none;
  display: inline-block;
  background: #fff;
  margin-right: 0;
  padding: 0;
}
#detailblock #coursedetailblock #coursedata td ul#option li img {
  width: 40px;
}
#detailblock #coursedetailblock #coursedata table td.review {
  padding: 2px 0 0 5px;
  width: 293px;
}
#detailblock #coursedetailblock #coursedata table td.review p {
  font-size: 12px;
  font-family: メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  font-weight: normal;
}
#detailblock #coursedetailblock #coursedata table td.review div.review_info {
  width: 170px;
  height: 45px;
  overflow: hidden;
  border-radius: 5px;
  /* border: 1px solid #B6CCE7; */
  /* background-color: #F0FEFF; */
  float: left;
  padding: 0;
  margin: 0;
}
#detailblock #coursedetailblock #coursedata table td.review div.review_info p.review_info_1 {
  padding: 4px 0 0 4px;
}
#detailblock #coursedetailblock #coursedata table td.review div.review_info p.review_info_2 {
  padding: 2px 0 0 2px;
}
#detailblock #coursedetailblock #coursedata table td.review div.review_info span.review_point {
  letter-spacing: -4px;
}
#detailblock #coursedetailblock #coursedata table td.review div.review_info a {
  vertical-align: 2px;
}
#detailblock #coursedetailblock #coursedata table td.review div.review_post {
  width: 115px;
  float: right;
  /* padding-left: 29px; */
  /* background: url(../img/detail/review.jpg) no-repeat; */
  /* height: 32px; */
  position: relative;
  top: 2px;
}
#detailblock #coursedetailblock p#shipinformation {
  font-size: 12px;
  padding: 4px 1px 3px 8px;
  width: 155px;
  float: left;
  border: 1px solid #A7FCC6;
  border-radius: 4px;
  margin: 4px 2px 0 -1px;
  background-color: #F8FFF5;
}
#detailblock #coursedetailblock div#shipinformationbutton {
  margin-top: 4px;
  float: left;
  width: 100%;
}
#detailblock #coursedetailblock div#shipinformationbutton a {
  position: static;
  display: block;
  padding: 5px 1px;
  border-radius: 3px;
  text-align: center;
  border: solid 1px;
}
#detailblock #coursedetailblock div#shipinformationbutton a.ship_link {
  color: #071e6a;
  background: #f3faff;
  margin-bottom: 4px;
}
#detailblock #coursedetailblock div#shipinformationbutton a.ship_link .imgleft {
  fill:#071e6a;
}
#detailblock #coursedetailblock div#shipinformationbutton a.pdf_link {
  color: #ea7700;
  background: #fffaf1;
}
#detailblock #coursedetailblock div#shipinformationbutton a.pdf_link .imgleft {
  fill:#ea7700;
}
#detailblock #coursedetailblock div#shipinformationbutton a.ship_link:hover {
  background: #071e6a;
  text-decoration:none;
  color: #fff;
}
#detailblock #coursedetailblock div#shipinformationbutton a.pdf_link:hover {
  background: #f4891a;
  text-decoration:none;
  color: #fff;
}
#detailblock #coursedetailblock div#shipinformationbutton a:hover .imgleft{
  fill:#fff;
}
/* campaign
---------------------------*/
#detailblock #campaignblock {
  background: url('../img/detail/background_campaign.jpg') no-repeat -2px -2px;
  border-radius: 8px;
  width: 856px;
  min-height: 95px;
  position: relative;
  margin-top: 3px;
  padding-bottom: 3px;
}
#detailblock #campaignblock_best1tour {
  background: url('../img/detail/background_campaign_no_limit.jpg') no-repeat -2px -2px;
  border-radius: 8px;
  width: 856px;
  min-height: 95px;
  position: relative;
  margin-top: 3px;
  padding-bottom: 3px;
}
#detailblock #campaignblock_best1tour div.innerblock,
#detailblock #campaignblock div.innerblock {
  position: relative;
  margin: 7px 0 0 125px;
}
#detailblock #campaignblock div.innerblock p {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#detailblock #campaignblock_best1tour div.innerblock p {
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
#detailblock #campaignblock_best1tour ul,
#detailblock #campaignblock ul {
  margin: 0;
  padding: 0;
}
#detailblock #campaignblock ul li {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  margin: 4px 0 0 0;
  padding: 0;
  background: url('../img/detail/icon_point_campaign.gif') no-repeat;
  padding-left: 36px;
  color: #101010;
  font-weight: normal;
}
#detailblock #campaignblock_best1tour ul li {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  margin: 4px 0 0 0;
  padding: 0;
  background: url('../img/detail/icon_point_campaign.gif') no-repeat;
  padding-left: 36px;
  color: #333;
  font-weight: normal;
}
#detailblock #campaignblock_best1tour ul li.point1 {
  font-weight: bold;
}
.online-discount {
  position: relative;
}
.online-discount h2 {
  width: 100%;
  height: 40px;
}
.tab-wrap {
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px auto 10px;
}
.tab-box {
  display: none;
  width: 100%;
  min-height: 1.2em;
  max-height: 6em;
  padding: 10px 15px;
  border: 1px solid #182e71;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
}


  .tab-wrap .active {
  display: block;
}
.tab-wrap .hidden {
  display: none;
}
.tab-wrap ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.tab-wrap li {
  display: block;
  width: 20%;
  height: auto;
  padding: 5px 0;
  border:1px solid #182e71;
  background: #eef1fb;
  /* background: #72c61d; */
  color: #182e71;
  text-align: center;
  list-style-type: none;
  border-right: none;
  transition: .2s;
  cursor: pointer;
}
.tab-wrap li:hover {
  /* background: hsl(90, 79%, 36%); */
  background: hsl(225, 65%, 19%);
  color: white;
  transition: .2s;
}

.tab-wrap li:last-child {
  border-right:1px solid #182e71;
}
.tab-wrap li.tab-active {
  color: white;
  background: #182e71;
  font-weight: bold;
}
/* menu
---------------------------*/

#detailblock #menublock {
  width: 859px;
  height: 35px;
  margin-top: 3px;
}

#detailblock #menublock ul {
  width: 859px;
  display: table;
}

#detailblock #menublock ul li {
  display: table-cell;
  width: 107px;
  padding-right: 1px;
}


#detailblock #menublock a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 107px;
  height: 35px;
  background: url("../img/detail/btn_link.jpg") no-repeat 0 0;
}

#detailblock a#BTN_TAB_SCHE   { background-position: 0 0; }
#detailblock a#BTN_TAB_SITE   { background-position: -108px 0; }
#detailblock a#BTN_TAB_STAFF  { background-position: -216px 0; }
#detailblock a#BTN_TAB_INFO   { background-position: -324px 0; }
#detailblock a#BTN_TAB_CHARM  { background-position: -432px 0; }
#detailblock a#BTN_TAB_REVIEW { background-position: -540px 0; }
#detailblock a#BTN_TAB_RECOMMEND { background-position: -648px 0; }
#detailblock a#BTN_TAB_GUIDE  { background-position: -756px 0; width: 103px; }





/* Acordion Faq */
.tab_sell {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin: 5px auto;
}
.tab_sell2 {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin: 5px auto;
}

.best1-pointup-camp{
  background: #003e67;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  line-height: 1.5;
  margin-top: 10px;
  font-size: 20px!important;
}

.best1-pointup-yellow{
  color: #feff05;
  font-weight: bold;
  font-size: 20px!important;
}

.best1-pointup-red{
  color: #f00;
  font-weight: bold;
}

.best1-pointup-blue{
  color: #1b70a9;
  font-weight: bold;
}

.best1-pointup-contents{
  padding:15px
}
input.tab-uno1_sell {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
input.tab-uno4_sell {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label.tab-uno2_sell {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #000;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  background-color: #ef825d;
  font-size: 17px!important;
  text-align: center;
  color: white;
  margin-left: -20px;
  letter-spacing: 2px;
}

label.tab-uno3_sell {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #000;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
  background-color: #92D050;
  font-size: 17px!important;
  text-align: center;
  color: white;
  margin-left: -20px;
  letter-spacing: 2px;
}
.tab-content_sell {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}
.tab-content_sell2 {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: #000;
}
.tab-content_sell p {
  margin: 1em;
}
.tab-content_sell2 p {
  margin: 1em;
}
/* :checked */
input.tab-uno1_sell:checked ~ .tab-content_sell {
  max-height: 100%;
}
input.tab-uno4_sell:checked ~ .tab-content_sell2 {
  max-height: 100%;
}
/* Icon */
label.tab-uno2_sell::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
label.tab-uno3_sell::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input.tab-uno1_sell[type=checkbox] + label.tab-uno2_sell::after {
  content: "+";
}
input.tab-uno1_sell[type=radio] + label.tab-uno2_sell::after {
  content: "\25BC";
}
input.tab-uno1_sell[type=checkbox]:checked + label.tab-uno2_sell::after {
  transform: rotate(315deg);
}
input.tab-uno1_sell[type=radio]:checked + label.tab-uno2_sell::after {
  transform: rotateX(180deg);
}

input.tab-uno4_sell[type=checkbox] + label.tab-uno3_sell::after {
  content: "+";
}
input.tab-uno4_sell[type=radio] + label.tab-uno3_sell::after {
  content: "\25BC";
}
input.tab-uno4_sell[type=checkbox]:checked + label.tab-uno3_sell::after {
  transform: rotate(315deg);
}
input.tab-uno4_sell[type=radio]:checked + label.tab-uno3_sell::after {
  transform: rotateX(180deg);
}

.midashi{
  font-weight: bold;
  font-size: 18px;
  background-color: #3cb3e4;
  color: #fff;
  padding: 1rem 2rem;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
}

.tokuten{
  line-height: 2;
  /* font-size: 15px; */
  font-weight: bold;
}

.tokuten span{
  line-height: 2;
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-weight: bold;
}



/* schedule
---------------------------*/

#detailblock #scheduleblock {
  margin-top: -1px;
}

.question_block {
  clear: both;
  position: relative;
}
.question_block div.title,
#detailblock #scheduleblock div.title {
  width: 859px;
  height: 38px;
  position: relative;
  margin-top: 0 !important;
  background: url("../img/detail/bg_title_schedule.jpg") no-repeat 0 0;
}

#detailblock #scheduleblock div.title h2 {
  top: 10px;
}

#detailblock #scheduleblock .inlineblock {
  margin-top: 5px;
  padding: 5px 7px;
  width: 843px;
  border-top: solid 1px #ccc;
}

#detailblock #scheduleblock .inlineblock.schedule_inlineblock_api #schedule table td {
  border: solid 2px #ABADA3;
}

#detailblock #scheduleblock #schedule {
  width: 605px;
  float: left;
  margin-bottom: 7px;
}

#detailblock #scheduleblock #schedule table {
  /*width: 550px;*/
  width: 100%;
  border-collapse: collapse;
}

#detailblock #scheduleblock #schedule table th {
  padding: 4px 5px;
  background-color: #60A814;
  color: #fff;
  border-left: solid 1px #ABADA3;
  border-right: solid 1px #ABADA3;
  border-bottom: solid 1px #ddd;
  font-size: 15px;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}
#detailblock #scheduleblock #schedule table th img {
  vertical-align: middle;
}
#detailblock #scheduleblock #schedule table th.col0 {
  background: #ef825d;
}
#detailblock #scheduleblock #schedule table th.col1,
#detailblock #scheduleblock #schedule table th.col2,
#detailblock #scheduleblock #schedule table th.colother {
  background: #80c269;
}
#detailblock #scheduleblock #schedule table th.col3,
#detailblock #scheduleblock #schedule table th.col4 {
  background: #0071ff
}
#detailblock #scheduleblock #schedule table th.col5 {
  background: #f8b551;
}
#detailblock #scheduleblock #schedule table th.col6 {
  background: #f19149;
}

#detailblock #scheduleblock #schedule table td {
  padding: 4px 5px;
  text-align: center;
  border: solid 1px #ABADA3;
  font-size: 14px;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}

#detailblock #scheduleblock #schedule table td div.port_description {
  padding: 3px 10px 0px;
  color: #333;
  font-size: 13px;
  line-height: 18px;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

#detailblock #scheduleblock #schedule table .none {
  /*border-right: none;*/
}

.underline_yellow{
  background: linear-gradient(transparent 60%,yellow 40%);
}

#detailblock #scheduleblock #mapblock {
  width: 229px;
  margin-right: 3px;
  float: right;
  margin: 10px 0;
}

#detailblock #scheduleblock #mapblock > img {
  padding: 2px;
  border: 1px solid #61ba00;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#detailblock #scheduleblock #mapblock a {
  float: right;
  margin: 5px 0;
  padding-left: 18px;
  background: url("../img/common/ico_lens.gif") no-repeat 0 2px;
}

#detailblock #scheduleblock #mapblock p {
  margin-left: 3px;
  clear: both;
}

#detailblock #scheduleblock #mapblock a.zoom_map_link {
  margin-right: 48px;
  font-weight: bold;
  font-size:15px;
}

#detailblock #scheduleblock #bnr_hotel {
  width: 835px;
  margin: 0;
  padding: 0;
}
#detailblock #scheduleblock #bnr_hotel > img {
  margin-top: 0px;
}

#detailblock #scheduleblock a#bnr_port_information {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 10px;
}

#detailblock #scheduleblock .schedulenoteblock {
  clear: both;
  margin: 10px 0;
}

#detailblock #scheduleblock .schedulenoteblock p {
  margin: 10px 0;
}



/* schedule - [20190222/sato] 指定クラス名が含まれる場合のみレイアウト変更
---------------------------*/
#scheduleblock #schedule table.schedule--gui-map {
  width: 100%;
  border-collapse: collapse;
}

#scheduleblock #schedule table.schedule--gui-map th {
  padding: 5px 5px;
  background-color: #60A814;
  color: #fff;
  border-left: solid 1px #CED1C4;
  border-right: solid 1px #CED1C4;
  text-align: center;
}

#scheduleblock #schedule table.schedule--gui-map tr {
  border-bottom: solid 1px #101010;
}

#scheduleblock #schedule table.schedule--gui-map td {
  text-align: center;
  vertical-align: top;
  border-right: solid 1px #CED1C4;
  border-left: solid 1px #CED1C4;
  /* border: solid 2px rgb(226, 226, 226); */
}

#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) {
  text-align: left !important;
  font-size: 23px;
}
#scheduleblock #schedule table.schedule--gui-map td .test_title,
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .test_title {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding: 0 10px;
  color: #101010;
  font-weight: bold;
  box-sizing: border-box;
}

#scheduleblock #schedule table.schedule--gui-map td .test_title,
#scheduleblock #schedule table.schedule--gui-map td div.port_description {
  text-align: left !important;
}

#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .info-optour .tab,
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .access .tab {
  display: flex;
  width: 100%;
  margin: 15px 0 0 0;
}
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .info-optour .tab li,
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .access .tab li {
  display: block;
  width: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: white;
  background: rgb(189, 199, 178);
  cursor: pointer;
  transition: .15s;
}

#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .info-optour .tab li:not(.active):hover,
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .access .tab li:not(.active):hover{
  background: rgb(203, 216, 190);
  transition: .2s;
}

#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .tab-content li{
  display: none;
}

#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .tab li.active {
  background: rgb(145, 194, 92);
}
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .tab-content .active {
  display: block; 
  margin: 10px 15px 20px;
}

#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .info-optour .infomartion,
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .info-optour .optour,
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .access .access-info,
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .access .access-info2 {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .port_pdf a {
  font-size: 18px;
  color: rgb(84, 176, 212);
  text-decoration: underline;
  letter-spacing: .05em;
}
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .flexbox {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
}
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .flexbox p {
  color: white;
  text-align: center;
}

#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .address {
  font-size: 16px;
  margin: 0 0 0 15px;
}

#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .map {
  display: block;
  height: 145px;
  width: 49%;
}
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .image {
  display: block;
  height: 145px;
  width: 49%;
}
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .map iframe,
#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .image img {
  width: 100%;
}

#scheduleblock #schedule table.schedule--gui-map td:nth-child(2) .access a {
  font-size: 18px;
  color: rgb(84, 176, 212);
  text-decoration: underline;
  letter-spacing: .05em;
}


#scheduleblock #schedule table.schedule--gui-map td:last-child {
  padding: 0 !important;
  width: 10%;
}
#scheduleblock #schedule table.schedule--gui-map td:last-child span {
  display: block;
}

#scheduleblock #schedule table.schedule--gui-map td:last-child .entering_port {
  background: rgb(145, 194, 92);
  color: white;
  line-height: 25px;
  text-align: center;
}

#scheduleblock #schedule table.schedule--gui-map td:last-child .leave_port {
  background: rgb(92, 186, 194);
  color: white;
  line-height: 24px;
  text-align: center;
}

#scheduleblock #schedule table.schedule--gui-map td:last-child .time {
  color: #333;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
}

#scheduleblock #schedule table.schedule--gui-map td:last-child .nottime {
  background: #ccc;
}


/* qanda */



.qanda_question,
.qanda_answer{
  max-width: 40%;
  min-width: auto;
  display: block;
  position: relative;
  background:white;
  margin: 15px 0 0 0;
  padding: 10px 15px;
  color: white;
  background: rgb(1,14,72);
  /* background: #eeeeee; */
  border-radius: 20px;
  box-sizing: border-box;
  letter-spacing: .01em !important;
  line-height: 1.5em;
  cursor: pointer;
}
.q-balloon {
  color: white !important;
}
.qanda_question i{
  /* content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;   */
  position: absolute;
  font-size: 1em;
  color: rgb(240, 240, 240);
  top: 50%;
  right: 5px;
  transform: translate(-50%,-50%);
}





.qanda_question::before{
  font-family: "Font Awesome 5 brands";
  content: '\f2c4';
  font-weight: 900;
  position: absolute;
  top: 5px;
  left: -35px;
  font-size: 1.8em;
  color:rgb(1,14,72);
  /* color: #202020; */
}
.qanda_answer::after{
  font-family: "Font Awesome 5 Free";
  content: '\f12a';
  font-weight: 900;
  position: absolute;
  top: 5px;
  right: -32px;
  font-size: 1.8em;
  color:#8cd146;
}
.qanda_answer:nth-child(1){
  display: block;
}
.qanda_answer{
  display: none;
  max-width: 80%;
  margin: 5px 0 0 auto;
  padding: 10px 15px;
  color: #101010;
  background: rgb(178, 236, 120);
  /* background: #72c61d; */
  border: none;
  font-weight: normal;
  font-size: 1.05em !important;
  letter-spacing: .05em !important;
  cursor: inherit;
}
.qanda_answer span{
  font-size: 1.02em !important;
  letter-spacing: .05em !important;
  /* color: white;
  font-weight: bold; */
  color: #101010;
  font-weight: normal;
}
.q-balloon::before {
  position: absolute;
  top: 8px;
  left:-9px;
  font-size:1.5em;
  color:rgb(1,14,72);
  /* color: #eeeeee; */
  content:"◀︎";
}
.a-balloon::before {
  position: absolute;
  top: 9px;
  right:-11px;
  font-size:1.5em;
  color: rgb(178, 236, 120);
  content:"▶";
}
.question_block{
  position: relative;
  height: 385px;
  overflow: hidden;
  margin-bottom: 30px;
}
.question_block-moretext {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  font-size: 1.5em !important;
  letter-spacing: .1em !important;
  line-height: 40px;
  color: white;
  background: #72c61d;;
  text-align: center;
  z-index: 1;
  border-radius: 20px;
  cursor: pointer;
}

.questionblock_caption {
  width: 85%;
  margin: 0 auto;
  padding: 0 0 60px 0;
}


/* online merit */
#online_merit {
  position: relative;
  margin: 5px 0;
  padding: 25px 20px 10px;
  background: #7dc81409;
  border: 4px solid #7cc814;
  border-radius: 5px;
  box-sizing: border-box;
  clear: both;
}
          
#online_merit h2 {
  clear: both;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translate(-50%,0);
  display: block;
  width: 330px;
  line-height: 42px;
  background: #72c61d;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 26px;
  text-align: center;
  box-sizing: border-box;
}
/* #online_merit div.title{
  position: relative;
  overflow: hidden;
}
#online_merit div.title {
    width: 859px;
    height: 38px;
    position: relative;
    margin-top: 0 !important;
    background: url(../img/detail/bg_title_schedule.jpg) no-repeat 0 0;
} */
          
.online_merit--box img{
  width: 35px;
  margin-right: 7px;
  vertical-align: middle;
}
      
.online_merit--box p{
  margin-bottom: 7px;
  color: #101010;
  letter-spacing: .05em !important;
  font-size: 16px !important;
}

.online_merit--warning {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.online_merit--warning .fa-exclamation-triangle{
  color: rgb(207, 49, 49);
  font-size: 26px !important;
  margin-left: 2px;
  margin-right: 11px;
}
.online_merit--warning p {
  font-size: 14px !important;
  line-height: 1.5em;
  letter-spacing: .05em !important;
}

/* site
---------------------------*/

#detailblock .responseblock {
    z-index: 10;
    position: relative;
}
#detailblock .pagetop {
    z-index: 10;
    position: relative;
    /* bottom: 0;
    right: 0; */
    top: 0px;
}

#detailblock #siteblock {
  position: relative;
  float: left;
  margin-top: -4px;
}

#detailblock #siteblock div.title {
  width: 859px;
  height: 34px;
  position: relative;
  background: url("../img/detail/bg_title_site.jpg") no-repeat 0 0;
}

#detailblock #siteblock div.title h2 {
  top: 6px;
}

#detailblock #siteblock .inlineblock {
  margin-top: 5px;
  padding: 3px 8px;
  width: 841px;
  border-top: solid 1px #ccc;
}

#detailblock #siteblock #siteinline {
  padding: 6px 5px 6px 10px;
  background: url("../img/detail/bg_site.jpg") repeat-x 0 center #D3ECF0;
  overflow: hidden;
  border: solid 1px #BCE2E9;
}

#detailblock #siteblock #siteleft {
  width: 700px;
  float: left;
  overflow: hidden;
}

#detailblock #siteblock #siteleft div {
  width: 550px;
  padding-bottom: 7px;
  margin-bottom: 15px;
  background: url("../img/detail/bg_site_border.gif") repeat-x 0 bottom;
}

#detailblock #siteblock #siteleft #site_note,
#detailblock #siteblock #siteleft p {
  color: #0A0A0A;
}

#detailblock #siteblock #siteleft div p span {
  margin: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #374346;
}

#detailblock #siteblock #siteleft div p img {
  vertical-align: middle;
}

#detailblock #siteblock #siteleft img.siteimage {
  width: 462px;
  height: 271px;
  float: left;
  padding: 5px;
  border: 2px solid #61ba00;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 2px;
  margin-right: 10px;
}

#detailblock #siteblock #siteleft p.text {
  width: 180px;
  line-height: 150%;
  float: right;
}

#detailblock #siteblock #siteright {
  width: 89px;
  padding: 10px;
  height: 275px;
  float: right;
  background: url("../img/detail/bg_sitegallery.jpg") no-repeat 0 0;
  border-bottom: solid 1px #ccc;
}

#detailblock #siteblock #sitegallery {
  width: 88px;
  height: 395px;
  position: relative;
}

#detailblock #siteblock #sitegallery .bx-wrapper a {
  font-size: 13px;
}

#detailblock #siteblock #sitegallery .bx-wrapper {
  height: 260px !important;
}

#detailblock #siteblock #sitegallery .bx-viewport {
  height: 260px !important;
}

#detailblock #siteblock #sitegallery .bxslider {
  margin-top: 20px;
}

#detailblock #siteblock #sitegallery li a {
  width: 88px;
  display: block;
  text-align: center;
  font-size: 13px;
}

#detailblock #siteblock #sitegallery li a img {
    padding: 2px;
    border: 2px solid #61ba00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#detailblock #siteblock #sitegallery li a img:hover {
    opacity: 0.8;
}
#detailblock #siteblock #sitegallery a.bx-prev {
  width: 88px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 100;
  padding: 0;
  background: url("../img/detail/btn_thumb_top.jpg") no-repeat 0 0;
}

#detailblock #siteblock #sitegallery a.bx-next {
  width: 88px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 265px;
  margin: 0;
  padding: 0;
  background: url("../img/detail/btn_thumb_bottom.jpg") no-repeat 0 0;
}

#detailblock #siteblock .sitetableblock {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 9px;
}

#detailblock #siteblock .sitetable th {
  font-size: 14px;
  font-weight: bold;
}

#detailblock #siteblock .sitetable td {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  font-size: 18px;
  vertical-align: middle;
}
#detailblock #siteblock .sitetable td #site_country {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  font-size: 18px;
  vertical-align: middle;
}
#detailblock #siteblock .sitetable td #site_country img {
  width: 32px;
  height: 32px;
}
#detailblock #siteblock .sitetable td#site_country > img,
#detailblock #siteblock .sitetable td#site_country img#site_country_image {
  width: 32px;
  height: auto;
}

#detailblock #siteblock .sitetable td img {
  vertical-align: middle;
  margin-right: 14px;
}

#detailblock #siteblock .sitetable td p {
  font-size: 13px;
  color: #1F347C;
  font-weight: bold;
}

#detailblock #siteblock .sitetable th,
#detailblock #siteblock .sitetable td {
  padding: 0 5px;
}

#detailblock #siteblock #site_point_title {
  font-weight: bold;
  font-size: 14px;
}

#detailblock #siteblock #site_point {
  font-size: 14px;
}

img.best1_discount_img {
  margin: 10px 0 0 0;
}

/* best1 discount
---------------------------*/
#detailblock #best1discountblock {
    position: relative;
    /* float: left; */
    margin-top: 10px;
}
#detailblock #best1discountblock div.title {
  width: 859px;
  height: 37px;
  position: relative;
  background: url("../img/detail/bg_title_staff.jpg") no-repeat 0 0;
}
#detailblock #best1discountblock div.title h2 {
  top: 11px;
}
#detailblock #best1discountblock div.title p {
  position: absolute;
  top: 14px;
  right:14px;
  color: white;
  font-size: .9rem;
  z-index: 10;
}

/* staff
---------------------------*/
#detailblock #staffblock {
    position: relative;
    float: left;
    margin-top: -5px;
}
#detailblock #staffblock div.title {
  width: 859px;
  height: 37px;
  position: relative;
  background: url("../img/detail/bg_title_staff.jpg") no-repeat 0 0;
}

#detailblock #staffblock div.title h2 {
  top: 9px;
}

#detailblock #staffblock div.inlineblock {
  border: 2px solid #FF80C0;
  margin-top: 5px;
  padding: 4px 13px 0 13px;
  width: 828px;
/*  background: url("../img/detail/bg_staff.gif");*/
}
#detailblock #staffblock div.inlineblock div.underline {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #333399;
}
#detailblock #staffblock div.staffotherblock {
  padding-bottom: 5px;
}
#detailblock #staffblock div.staffotherblock p.staffothertitle {
  font-weight: bold;
  font-size: 16px;

}
#detailblock #staffblock div.inlineblock div.underline p.staffothertitle {
  margin-top: 6px;
}
#detailblock #staffblock div.staffotherblock li {
  padding-left: 20px;
  background: url("../img/detail/icon_point_yellow.gif") no-repeat 0px 3px;
  background-size:12px 12px;
  margin-top: 10px;
  margin-left: -5px;
  color: #0066cc;
  font-weight: bold;
}
#detailblock #staffblock div.staffotherblock li:first-child {
  margin-top: 2px;
}
#detailblock #staffblock div.staffotherblock div.staffrecommend_inner_content div.point_cruisecompany ul li,
#detailblock #staffblock div.staffotherblock div.staffrecommend_inner_content div.point_cruisecompany ul li span {
  font-size: 14px;
}

#detailblock #staffblock #staffrecommend {
  width: 837px;
  min-height: 120px;
  padding: 5px;
  background-color: #ffffff;
  overflow: hidden;
}

#detailblock #staffblock .staffrecommend_pricetable_default p{
  color:#333333;
  font-size:14px;
  font-weight:bold;
  float: left;
  width: 575px;
  margin-left: 15px;
}

#detailblock #staffblock #staffrecommend img {
  float: left;
  margin: 5px 0 0 0;
}
/*
#detailblock #staffblock #staffrecommend ul {
  width: 580px;
  margin-left: 30px;
  padding-top: 5px;
  float: left;
}

#detailblock #staffblock .staffrecommend_pricetable_default ul li {
  margin-top: 5px;
  padding-left: 25px;
  color: #003399;
  background: url("../img/detail/ico_point.gif") no-repeat 0 center;
}
*/
#detailblock #staffblock #staffrecommend table tr td {
  /*line-height: 120% !important;*/
  /*width: 100%;*/
}



/* brand new block
---------------------------*/
#brandnewblock {
  position: relative;
  /*margin-bottom: 20px;*/
}

#brandnewblock div.title {
  width: 859px;
  height: 37px;
  position: relative;
  background: url("../img/detail/bg_title_staff.jpg") no-repeat 0 0;
}

#brandnewblock div.title h2 {
  top: 11px;
}

/* レイアウト調整（div > p 構成） */
#brandnewblock .infoblock {
  width: 96%;
  padding: 10px 10px;
}
#brandnewblock .infoblock img{
	width: 100%;
	height: auto;
}
#brandnewblock .infoblock h3 {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 35px;
}

#brandnewblock .infoblock p {
  width: 100%;
  line-height: 18px;
  padding: 10px 0px;
  font-weight: normal;
}
#brandnewblock .infoblock p b {
  font-weight: bold;
  font-size: 15px;
}

/* ミュージッククルーズ (商品コード:34039) */
#brandnewblock .infoblock--img-lable {
  margin-top: 20px;
}
#brandnewblock .infoblock--img-lable div {
  width: 225px;
  display: inline-block;
}
#brandnewblock .infoblock--img-lable div img {
  width: 225px;
  display: inline-block;
}
#brandnewblock .infoblock--img-lable div p {
  width: 100%;
  display: inline-block;
  margin: 0px;
  padding: 10px 0;
  text-align: center;
  color: #555;
}



/* shipinfo
---------------------------*/
#detailblock #shipinfoblock {
    position: relative;
    float: left;
    margin-top: -6px;
}
#detailblock #shipinfoblock div.title {
  width: 859px;
  height: 38px;
  position: relative;
  background: url("../img/detail/bg_title_info.jpg") no-repeat 0 0;
}

#detailblock #shipinfoblock div.title h2 {
  top: 11px;
}

#detailblock #shipinfoblock .inlineblock {
  margin-top: 3px;
  padding: 5px 4px;
  width: 849px;
  border-top: solid 1px #ccc;
}

#detailblock #shipinfoblock table {
    width: 100%;
}

#detailblock #shipinfoblock #roomgallery {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 6px 2px;
  border: solid 1px #ccc;
}

#detailblock #shipinfoblock #roomgallery ul li {
  /* float: left; */
  display: inline-block;
  margin: 0 4px;
  text-align: center;
  color: #1A3552;
  font-size: 14px;
  border: solid 1px #63AA02;
  /*padding: 5px 8px 2px 8px;*/
  padding: 7px 3px 2px 3px;
  width: 149px;
  min-height: 155px;
  vertical-align: top;
  overflow: hidden;
}

#detailblock #shipinfoblock #roomgallery ul li img {
  border: solid 1px #051C69;
  margin-bottom: 5px
}

#detailblock #shipinfoblock #roomgallery ul li a {
  margin-top: 10px;
}

#detailblock #shipinfoblock #roomgallery ul li .roomspecial p {
  text-align: left;
  margin-bottom: 10px;
}

#detailblock #shipinfoblock .roomspecial_open {
  border: 2px solid #333;
  background-color: #8DC132;
  margin-bottom: 10px;
  padding: 4px 20px 3px;
  color: #fff;
  font-weight: bold;
}
#detailblock #shipinfoblock .roomspecial_close {
  display: none;
  border: 2px solid #333;
  background-color: #8DC132;
  margin-bottom: 10px;
  padding: 4px 20px 3px;
  color: #fff;
  font-weight: bold;
}
#detailblock #shipinfoblock .roomspecial {
  display: none;
}
#detailblock #shipinfoblock .roomspecial ul li {
  margin: 0px;
  padding: 0px;
}

#detailblock #shipinfoblock #tabmonth {
  width: 780px;
  margin: 15px 0;
  overflow: hidden;
  border-bottom: solid 2px #4D9108;
  padding: 0 10px;
}

#detailblock #shipinfoblock #tabmonth li {
  float: left;
  margin: 0 1px;
  width: 63px;
  height: 28px;
}

#detailblock #shipinfoblock #tabmonth li a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 63px;
  height: 28px;
  background: url("../img/detail/tab_month.jpg") no-repeat 0 0;
}

#detailblock #shipinfoblock #tabmonth li a#PRICETAB01 { background-position: 0 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB02 { background-position: -63px 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB03 { background-position: -126px 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB04 { background-position: -189px 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB05 { background-position: -252px 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB06 { background-position: -315px 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB07 { background-position: -378px 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB08 { background-position: -441px 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB09 { background-position: -504px 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB10 { background-position: -567px 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB11 { background-position: -630px 0; }
#detailblock #shipinfoblock #tabmonth li a#PRICETAB12 { background-position: -693px 0; }


#detailblock #shipinfoblock #pricetable_default table {
  width: 100%;
  border: solid 1px #ccc;
  border-collapse: collapse;
  margin-bottom: 10px;
}

#detailblock #shipinfoblock #pricetable_default th,
#detailblock #shipinfoblock #pricetable_default td {
  border-collapse: collapse;
}

#detailblock #shipinfoblock #pricetable_default th {
  background-color: #60A814;
  color: #fff;
  font-weight: bold;
  padding: 1px 0;
}

#detailblock #shipinfoblock #pricetable_default th.date {
  width: 100px;
}

#detailblock #shipinfoblock #pricetable_default td.date > span > b {
  font-weight: bold;
}

#detailblock #shipinfoblock table.other_price_list tr td.nocheck:hover {
    background-color: #0066cc;
    color: white;
}

#detailblock #shipinfoblock table.other_price_list tr td.nocheck:hover > span > b {
    color: white;
}

#detailblock #shipinfoblock table.other_price_list tr .check {
    background-color: #0066cc;
    color: white;
}

#detailblock #shipinfoblock table.other_price_list tr .nocheck {
    background-color: #d5f2ff;
    color: #333333;
}

#detailblock #shipinfoblock table.other_price_list .close {
    display: none;
}

#detailblock #shipinfoblock #pricetable_default td {
  text-align: center;
  padding: 3px 0;
  width: 170px;
  /*word-break: break-all;*/
}

#detailblock #shipinfoblock #pricetable_default td.border_right {
  border-right: solid 1px #ccc;
}

#detailblock #shipinfoblock #pricetable_default td div {
  width: 140px;
  border: solid 1px #63AA02;
  padding: 4px 7px;
  margin: 5px 0 10px 0;
}

#detailblock #shipinfoblock #pricetable_default td div p {
  height: 20px;
  padding-top: 3px;
  background: url("../img/detail/ico_camera.jpg") no-repeat 0 0;
  margin-bottom: 5px;
}

#detailblock #shipinfoblock table.other_price_list {
}

#detailblock #shipinfoblock table.other_price_list th {
  width: 175px;
  background-color: #F0F0F0;
  font-weight: bold;
  color: #333;
  border: solid 1px #ccc;
  padding: 1px 5px;
  font-size: 11px;
}
#detailblock #shipinfoblock table.other_price_list td {
  width: auto;
  border: solid 1px #ccc;
  text-align: left;
  padding: 1px 5px;
  font-size: 11px;
  font-weight: bold;
  word-break: break-all;
}
#detailblock #shipinfoblock table.other_price_list table.other_price_list {
  table-layout: fixed;
}
#detailblock #shipinfoblock table.other_price_list table.other_price_list .font-bold {
  font-weight: bold;
}
#detailblock #shipinfoblock table.other_price_list table.other_price_list .cell-strong {
  border: solid 1px #666;
  font-size: 11px;
}
#detailblock #shipinfoblock #pricetable_default .other_price_list .online_other_price_list>tbody>tr:last-child>td,
body #detailblock #shipinfoblock table.other_price_list table.other_price_list tr.low td {
  background-color: #D5F2FF;
}

#detailblock #shipinfoblock table.other_price_list table.other_price_list th,
#detailblock #shipinfoblock table.other_price_list table.other_price_list td {
  width: 28px;
}
#detailblock #shipinfoblock table.other_price_list table.other_price_list .cell-large {
  width: 72px;
}
#detailblock #shipinfoblock table.other_price_list table.other_price_list tr:nth-child(odd) td {
  background-color: #f2f2f2;
}
#detailblock #shipinfoblock table.other_price_list table.other_price_list tr td.cell-color {
  background-color: #eee;
}
#detailblock #shipinfoblock #online_price table.other_auto_price_list table.other_price_list tr:first-child th{
  padding: 10px 0px !important;
}
#detailblock #shipinfoblock #online_price table.other_price_list table.other_price_list tr:first-child th:first-child{
  background-color: rgba(105, 214, 255, 1) !important;
  color: #000 !important;
}

#detailblock #shipinfoblock #online_price table.other_price_list table.other_price_list tr:nth-child(n+2) td:first-child {
  /* background-color: #90E015 !important; */
  /* border: 2px solid #666666 !important; */
  font-size: 14px;
  padding: 8px;
  /* height: auto; */
}
#detailblock #shipinfoblock #online_price table.other_auto_price_list table.other_price_list tr:nth-child(n+2) td:first-child {
  font-size: 12px !important;
}
#detailblock #shipinfoblock #online_price table.other_price_list table.other_price_list tr:nth-child(n+2) td:first-child a{
  font-size: 14px/* !important*/; /* Don't use !important, please. */
	padding: 15px 0;
	background-color: #f23333;
  display: block;
  color: #fff;
  border-radius: 7px;
	transition: all 0.3s;
  box-shadow: 0 4px 0 #d60808;
	filter: drop-shadow(2px 1px 3px rgb(0 0 0 / 35%));
}
#detailblock #shipinfoblock #online_price table.other_price_list table.other_price_list tr:nth-child(n+2) td:first-child a:hover {
  transform: translate(0, 3px);
  box-shadow: 0 2px 0 #c01212;
}
#detailblock #shipinfoblock table.other_price_list .close {
  display: none;
}

#detailblock #shipinfoblock table.other_price_list .date {
  font-weight: bold;
  font-size: 18px;
  background-color: #D5F2FF;
  border: solid 1px #000;
  cursor: pointer;
}
#detailblock #shipinfoblock table.other_price_list .date span {
  text-decoration: underline;
}



#detailblock #shipinfoblock table.verticaltable {
}
#detailblock #shipinfoblock table.verticaltable th {
  width: 250px;
  border: solid 1px #ccc;
}
#detailblock #shipinfoblock table.verticaltable td {
  width: auto;
  border: solid 1px #ccc;
}


/* クルプラコード用 */
#detailblock #shipinfoblock #pricetable_default .sp-scroll-div th .date {
  color: #fff;
}




/* charm
---------------------------*/
#detailblock #charmblock {
    position: relative;
    float: left;
    margin-top: -11px;
}
#detailblock #charmblock div.title {
  width: 859px;
  height: 41px;
  position: relative;
  background: url("../img/detail/bg_title_charm.jpg") no-repeat 0 0;
}

#detailblock #charmblock div.title h2 {
  top: 14px;
}

#detailblock #charmblock .inlineblock {
  padding-left: 6px;
  padding-right: 6px;
  width: 845px;
  margin-top: 3px;
  border-top: solid 1px #ccc;
}

#detailblock #charmblock #charmgallery {
  width: 810px;
  margin: 0 auto;
  margin-top: -13px;
  position: relative;
}

#detailblock #charmblock .charmslider {
    display: block;
}

#detailblock #charmblock .charmslider .inner-border {
  /* box-shadow:0px 0px 0px 2px #61ba00 inset;
  -moz-box-shadow:0px 0px 0px 2px #61ba00 inset;
  -webkit-box-shadow:0px 0px 0px 2px #61ba00 inset; */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#detailblock #charmblock .charmslider .inner-border .lazy {
  z-index: -1;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#detailblock .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#detailblock #charmblock #charmgallery li {
  width: 150px;
  margin-left: 0px;
  display: block;
}

#detailblock #charmblock #charmgallery li a {
  width: 150px;
  display: block;
  text-align: center;
}

#detailblock #charmblock #charmgallery .bx-viewport {
  /*width: 788px !important;
  margin-left: 15px;*/
}

#detailblock #charmblock #charmgallery a.bx-prev {
  width: 18px;
  height: 102px;
  position: absolute;
  top: 5px;
  left: -20px;
  margin: 0;
  padding: 0;
  background: url("../img/detail/btn_thumb_left.jpg") no-repeat 0 0;
}

#detailblock #charmblock #charmgallery a.bx-next {
  width: 18px;
  height: 102px;
  position: absolute;
  right: -20px;
  top: 5px;
  margin: 0;
  padding: 0;
  background: url("../img/detail/btn_thumb_right.jpg") no-repeat 0 0;
}

#detailblock #charmblock .inlineblock-rowline li {
  display: inline-block;
  width: 278px;
  vertical-align: top;
}
#detailblock #charmblock .inlineblock-rowline li div.inner-border {
  height: 150px;
  overflow: hidden;
}
#detailblock #charmblock .inlineblock-rowline li div.charmTexts {
  width: 278px;
  text-align: left;
  margin-top: 15px;
}
#detailblock #charmblock .inlineblock-rowline li div.charmTexts span {
  padding-left: 5px;
  font-weight: bold;
}
#detailblock #charmblock .inlineblock-rowline li div.charmTexts div {
  padding: 10px 5px 0px;
}

#detailblock #charmblock #charminfo h3 {
  border-left: solid 5px #83D528;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #5DB200;
  width: 780px;
  margin: 0 auto;
}

#detailblock #charmblock #charminfo span.nolink {
  color: #999999;
}
#detailblock #charmblock #charminfo span.nolink img {
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}
#detailblock #charmblock #charminfo span.nodisplay {
  display: none;
}

/* review
---------------------------*/
#detailblock #reviewblock {
    position: relative;
    float: left;
    margin-top: -3px;
    margin-bottom: 10px;
}
#detailblock #reviewblock * {
  font-size: 12px;
}

#detailblock #reviewblock div.title {
  width: 859px;
  height: 36px;
  position: relative;
  background: url("../img/detail/bg_title_review.jpg") no-repeat 0 0;
}

#detailblock #reviewblock div.title h2 {
  top: 8px;
}

#detailblock #reviewblock .inlineblock {
  margin-top: 1px;
  padding: 2px 12px;
  width: 833px;
  border-top: solid 1px #ccc;
}

#detailblock #reviewblock #reviewbuttonblock {
  width: 257px;
  position: relative;
}
#detailblock #reviewblock div.nonereview {
  margin: 16px 0 18px 0;
}

#detailblock #reviewblock #review_count {
  position: absolute;
  right: 8px;
  top: 6px;
  color: #333;
}
#detailblock #reviewblock #reviewbuttonblock_info {
  position: absolute;
  right: 19px;
  top: 44px;
  width: 476px;
  height: 45px;
  border-radius: 5px;
  border: 2px solid #86BCE8;

}
#detailblock #reviewblock #reviewbuttonblock_info p {
  padding: 6px 0 0 70px;
  font-size: 14px;
  font-family: メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#detailblock #reviewblock .reviewrow {
  margin-top: 2px;
  border: solid 2px #61ba00;
  padding: 4px 6px;
  width: 817px;
}
#detailblock #reviewblock .reviewrow .reviewcorrespond {
  padding: 2px 5px;
}
#detailblock #reviewblock .reviewrow_current_product .reviewcorrespond .correspond {
  background: #ca463c;
  color: #fff;
  padding: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#detailblock #reviewblock .reviewrow_current_product {
  margin-top: 2px;
  border: solid 3px #60B900;
  padding: 4px 7px;
  width: 817px;
}

#detailblock #reviewblock h3 {
  color: #0066CC;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: bold;
}

#detailblock #reviewblock .reviewdetail {
  overflow: hidden;
  background-color: #fff;
  padding: 2px 5px;
}

#detailblock #reviewblock .reviewdetail .reviewborder {
  display: inline-block;
  background: #009e96;
  width: 5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#detailblock #reviewblock .reviewdetail .reviewborder-entrydate {
  display: inline-block;
  background: #B0B0B0;
  width: 5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

#detailblock #reviewblock .reviewtitleblock {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}
#detailblock #reviewblock .reviewtitleblock .coursetitle {
  display: table-cell;
  font-size: 13px;
}

#detailblock #reviewblock .reviewtitleblock .nickname {
  display: table-cell;
  width: auto;
  letter-spacing: 1px;
}

#detailblock #reviewblock .reviewtitleblock .nickname span {
  /*color: #026402;*/
  font-size: 12px;
}

#detailblock #reviewblock .reviewtitleblock .entrydate {
  display: table-cell;
  text-align: right;
  width: auto;
  font-size: 12px;
}

#detailblock #reviewblock .reviewimageblock {
  width: 208px;
  float: left;
}

#detailblock #reviewblock .reviewimageblock div {
  position: relative;
}

#detailblock #reviewblock .reviewimageblock .reviewimage2 {
  position: absolute;
  left: 151px;
}

#detailblock #reviewblock .reviewimageblock .reviewimage3 {
  position: absolute;
  top: 73px;
  left: 151px;
}

#detailblock #reviewblock .reviewdatablock {
  float: right;
  width: 582px;
}

#detailblock #reviewblock .reviewoutline {
  background-color: #fff;
  padding: 3px 0;
  position: relative;
  overflow: hidden;
}

#detailblock #reviewblock .reviewoutline div.topblock {
  display: table;
  margin-bottom: 2px;
}

#detailblock #reviewblock .reviewoutline div.bottomblock {
  display: table;
}

#detailblock #reviewblock .reviewoutline div {
  overflow: hidden;
}

#detailblock #reviewblock .reviewoutline div p {
  /*float: left;*/
  width: 260px;
  letter-spacing: 1px;
}

#detailblock #reviewblock .reviewoutline .area {
  display: table-cell;
  width: 260px;
  letter-spacing: 1px;
}

#detailblock #reviewblock .reviewoutline .ship {
  display: table-cell;
  width: 260px;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

#detailblock #reviewblock .reviewoutline p span {
  color: #0066CC;
  font-weight: bold;
}

#detailblock #reviewblock .reviewpoint {
  background-color: #fff;
  border: solid 1px #AEAE6F;
}

#detailblock #reviewblock .reviewpoint table {
  width: 100%;
}

#detailblock #reviewblock .reviewpoint table th {
  width: 70px;
  padding: 1px;
  border-bottom: dotted 1px #ccc;
}

#detailblock #reviewblock .reviewpoint table td {
  padding: 1px;
  border-bottom: dotted 1px #ccc;
}

#detailblock #reviewblock .reviewpoint table td.bold {
  font-weight: bold;
  font-size: 13px;
}

#detailblock #reviewblock .reviewlink {
  padding: 5px;
  position: relative;
  min-height: 26px;
  height: 26px;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

#detailblock #reviewblock .reviewlink a {
  letter-spacing: 0;
  display: table-cell;
}

#detailblock #reviewblock .reviewlink a.reviewentry {
  position: relative;
  text-decoration: underline;
}

#detailblock #reviewblock .reviewlink a.btn_review_comment {
  position: relative;
  text-decoration: underline;
}

#detailblock #reviewblock .reviewlink a.btn_review_fav {
  position: relative;
  text-decoration: underline;
}

#detailblock #reviewblock .reviewcomment {
  padding-top: 2px;
  overflow: hidden;
  position: relative;
}
#detailblock #reviewblock .reviewcomment .reviewnext {
  float: right;
}
#detailblock #reviewblock .reviewcomment .review-comment-remains {
    display:none;
}
/*
#detailblock #reviewblock .reviewcomment .reviewcomment_left {
  float: left;
  width: 670px;
  margin-left: 5px;
}
*/

#detailblock #reviewblock .reviewcomment .reviewcomment_right {
/*
  float: right;
  margin-right: 5px;
*/
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -11px
}

#detailblock #reviewblock .reviewcomment p {
  font-size: 12px;
}

#detailblock #reviewblock .reviewlink a {
  letter-spacing: 0;
}

#detailblock #reviewblock .reviewlink a img {
  vertical-align: bottom;
}

#detailblock #reviewblock .reviewlink a.textlink {
  text-decoration: underline;
  margin-right: 17px;
}

#detailblock #reviewblock .reviewlink a.textlink span {
  color: #CC3300;
  font-weight: bold;
  letter-spacing: 0;
  text-decoration: underline;
}


/* recommend
---------------------------*/

#detailblock #recommendblock {
  position: relative;
  margin-top: -15px;
  float: left;
}

#detailblock #recommendblock div.title {
  width: 859px;
  height: 50px;
  position: relative;
  background: url("../img/detail/bg_title_recommend.jpg") no-repeat 0 0;
}

#detailblock #recommendblock div.title h2 {
  top: 19px;
}

#detailblock #recommendblock p {
  font-size: 13px;
  position: absolute;
  left: 0;
}

#detailblock #recommendblock .inlineblock {
  margin-top: 10px;
}

#detailblock #recommendblock .recommend_inline {
  width: 780px;
  background-color: #F5F5F5;
  padding: 5px 15px;
  margin: 0 auto;
  overflow: hidden;
}

#detailblock #recommendblock .recommend_inline ul li a {
  font-size: 12px;
}

#detailblock #recommendblock p {
  width: 770px;
  margin: 0 auto;
}

#detailblock #recommendblock ul {
  display: block;
  width: 770px;
  margin: 5px auto 0 auto;
}

#detailblock #recommendblock ul li {
  display: block;
  width: 145px;
  min-height: 100px;
  padding: 10px 15px;
  border: solid 1px #63AA02 !important;
  float: left;
  margin-right: 20px;
  background-color: #fff;
}

#detailblock #recommendblock ul li.end {
  margin: 0 !important;
}

#detailblock #recommendblock ul li a {
  display: block;
  width: 135px;
  margin: 0 auto;
}

#detailblock #recommendblock ul li a img {
  margin-bottom: 3px;
}

#detailblock #recommendblock div.inlineblock,
#detailblock #guideblock div.inlineblock {
  border: none;
}


/* travellink
 * ---------------------------*/

#detailblock .pagetop_travellink {
  margin: 0px 20px 40px 0px;
}

#detailblock #travellinkblock p {
  padding: 5px;
  font-weight: normal;
  font-size: 17px;
  text-decoration: underline;
}

#detailblock #travellinkblock .inlineblock {
  padding: 0 0 2px 0;
}

#detailblock #travellinkblock div.title {
  width: 859px;
  height: 38px;
  position: relative;
  background: url("../img/detail/bg_title_travellink.jpg") no-repeat 0 0;
}

#detailblock #travellinkblock div.title h2 {
  top: 12px;
}

#detailblock #travellinkblock div.travellinksubtitle {
  font-weight: bold;
  font-size: 13px;
  margin-top: 2px;
}

#detailblock #travellinkblock h3 {
  display: block;
  background: url("../img/detail/ico_guide.gif") no-repeat 0 0;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  margin: 5px auto 0 auto;
}

#detailblock #travellinkblock table {
  width: 100%;
  margin: 0px 0px -3px 0px;
  border-collapse: collapse;
}

#detailblock #travellinkblock table th,
#detailblock #travellinkblock table td {
  border-collapse: collapse;
  border: solid 1px #ccc;
  padding: 5px 15px;
  text-align: left;
}

#detailblock #travellinkblock table tr.table_aui_insurance th,
#detailblock #travellinkblock table tr.table_aui_insurance td {
  padding: 8px 15px;
  font-size: 18px;
}

#detailblock #travellinkblock table tr.table_aui_insurance th {
  background-color: #FF9B51;
}
#detailblock #travellinkblock table tr.table_aui_insurance th a {
  font-size: 18px;
  font-weight: bold;
  color: white;
}

#detailblock #travellinkblock table tr.table_travel_hotel th {
  background-color: #52B8E6;
}
#detailblock #travellinkblock table tr.table_travel_goods th {
  background-color: #009E96;
}
#detailblock #travellinkblock table tr.table_travel_gift th {
  background-color: #EA6B7D;
}
#detailblock #travellinkblock table tr.table_travel_hotel th a,
#detailblock #travellinkblock table tr.table_travel_goods th a,
#detailblock #travellinkblock table tr.table_travel_gift th a {
  color: white;
}

#detailblock #travellinkblock table th {
  width: 170px;
  border-width: 1px 1px 1px 1px;
  background-color: #EDF1FA;
  color: #00064D;
}

#detailblock #travellinkblock table th a {
  font-size: 15px;
  text-decoration: underline;
}

#detailblock #travellinkblock table td {
  border-width: 1px 1px 1px 1px;
  font-size: 14px;
}


/* guide
---------------------------*/

#detailblock #guideblock .inlineblock {
  padding: 0 0 2px 0;
}

#detailblock #guideblock div.title {
  width: 859px;
  height: 28px;
  position: relative;
  background: url("../img/detail/bg_title_other.jpg") no-repeat 0 0;
}

#detailblock #guideblock div.title h2 {
  top: 3px;
}

#detailblock #guideblock div.guidesubtitle {
  font-weight: bold;
  font-size: 13px;
  margin-top: 2px;
}

#detailblock #guideblock h3 {
  display: block;
  background: url("../img/detail/ico_guide.gif") no-repeat 0 0;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  margin: 5px auto 0 auto;

}

#detailblock #guideblock div.inlineblock > table,
#detailblock #guideblock div.inlineblock > ul,
#detailblock #guideblock div.inlineblock > ol {
    margin-bottom: 15px;
}

#detailblock #guideblock table {
  width: 100%;
  margin: 5px auto 0 auto;
  border-collapse: collapse;
}

#detailblock #guideblock table th,
#detailblock #guideblock table td {
  border-collapse: collapse;
  border: solid 1px #ccc;
  padding: 3px 15px;
  text-align: left;
}

#detailblock #guideblock table th {
  width: 170px;
  border-width: 1px 1px 1px 1px;
  background-color: #EDF1FA;
  color: #00064D;
}

#detailblock #guideblock table td {
  border-width: 1px 1px 1px 1px;
}

#detailblock #guideblock table.table-ones-travel th {
  background-color: #fff;
}

#detailblock #guideblock table.table-ones-travel th,
#detailblock #guideblock table.table-ones-travel tr a {
  font-size: 12px;
}

#detailblock #guideblock table.table-host {
  margin-top: 20px;
}

#detailblock #guideblock table .table-host-company {
    font-size:12px;
}

#detailblock #guideblock div .detail-creator-name {
    text-align:right;
    font-size:8px;
}

#detailblock #guideblock div.inlineblock > ul > li {
    border-left: 10px solid #EDF1FA;
    margin: 10px 0px;
    padding: 2px 10px;
}

/* 規約 - クルプラコード用*/
#detailblock #guideblock div.inlineblock .condition-detail .table {
  display:table;
}

#detailblock #guideblock div.inlineblock .condition-detail {
  margin: 15px 20px;
}

#detailblock #guideblock div.inlineblock .condition-detail.table .tr {
  display:table-row
}

#detailblock #guideblock div.inlineblock .condition-detail.table .th {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#detailblock #guideblock div.inlineblock .condition-detail.table .td {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

#detailblock #guideblock div.inlineblock .condition-detail.table.text-list {
  list-style: disc;
  color: #0070c9;
  padding: 0 0 0 1em;
  font-size: 12px;
}

#detailblock #guideblock div.inlineblock .condition-detail.tabletext-list li {
 margin: 3px 0;
}

#detailblock #guideblock div.inlineblock .condition-detail.table li {
  display: list-item;
  text-align: -webkit-match-parent;
}

#detailblock #guideblock div.inlineblock .condition-detail.table .button-right-blue {
  background: #b5daf5;
  color:#000;
}

#detailblock #guideblock div.inlineblock .condition-detail.link-has-arrow span {
  color:#000;
}

#detailblock #guideblock div.inlineblock .condition-detail.table .link-has-arrow a {
  color: #00a0e9;
 padding: 0 12px 0 0;
  position: relative;
  vertical-align: top;
}



#detailblock #charmblock #charminfo ul {
  display: table;
  margin: 15px 0 15px;
}

#detailblock #charmblock #charminfo ul.ul_panf_1 li:nth-child(1) a img {
  border: 2px solid #5aa82a;
}

#detailblock #charmblock #charminfo ul.ul_panf_1 li:nth-child(2) a img {
  border: 2px solid #5aa82a;
}

#detailblock #charmblock #charminfo ul.ul_panf_1 li:nth-child(1) a {
  font-weight: bold;
  text-decoration: underline;
}
#detailblock #charmblock #charminfo ul.ul_panf_1 li:nth-child(2) a {
  font-weight: bold;
}

#detailblock #charmblock #charminfo ul.ul_panf_2 li:nth-child(1) a {
  font-weight: bold;
  text-decoration: underline;
}
#detailblock #charmblock #charminfo ul.ul_panf_2 li:nth-child(2) a {
  font-weight: bold;
}
#detailblock #charmblock #charminfo ul.ul_panf_2 li:nth-child(1) a img {
  border: 3px solid #00116e;
}
#detailblock #charmblock #charminfo ul.ul_panf_2 li:nth-child(2) a img {
  border: 2px solid #00116e;
}
#detailblock #charmblock #charminfo ul.ul_panf_2 li:nth-child(4) a img {
  border: 2px solid #00116e;
}
#detailblock #charmblock #charminfo ul li {
  display: table-cell;
  width: 180px;
  text-align: center;
}

#detailblock #charmblock #charminfo ul li a {
  text-align: left;
}

#detailblock #charmblock #charminfo .readMorePanf {
  display: none;
  margin-top: -15px;
}
#detailblock #charmblock #charminfo .readMorePanfBtn {
  margin-left: 20px;
}
#detailblock #charmblock #charminfo .readMorePanfBtn:hover img {
  opacity:0.7;
  filter: alpha(opacity=70);
}
#detailblock #charmblock #charminfo .readClosePanfBtn:hover img {
  opacity:0.7;
  filter: alpha(opacity=70);
}
#detailblock #charmblock #charminfo .readClosePanfBtn {
  display: none;
}


/* [20180920/sato] パンフレット用ブロック 5列 */
.pampblock_5row {
  display: inline-block;
  margin: 15px 0px 10px;
}
.pampblock_5row ul {
  display: table;
  margin: 5px 0 5px;
}
.pampblock_5row ul li {
  display: table-cell;
  width: 140px;
  text-align: center;
}
.pampblock_5row ul li a img {
  width: 125px;
  border: 1px solid #99B8C8;
  padding: 3px;
}
.pampblock_5row ul li a p {
  text-align: center;
  font-weight: bold;
  font-size: 11px !important;
  text-decoration: underline;
  padding-top: 5px;
}


/* 20140226 #6595対応
-----------------------*/

.fullwidth {
  width: 100% !important;
}
.fullwidth #schedule{
  width: 100% !important;
}

.fullwidth table {
  width: 100% !important;
}

.floatbottom {
  clear: both;
  width: 100% !important;
  margin-top: 5px;
}

/* おすすめポイントを他サイト対応
--------------------------*/
div.staffrecommend_inner_image {
  width: 160px;
  float: left;
}
div.staffotherblock div.staffrecommend_inner_image {
  margin-right: 20px;
}
div.staffotherblock div.staffrecommend_inner_video {
  margin-top: 15px;
  text-align: center;
}
div.staffotherblock div.staffrecommend_inner_video h4 {
  font-size: 16px !important;
  font-weight: bold;
  color: #ff0000;
}
div.staffotherblock div.staffrecommend_inner_video .video_title {
  font-size: 12px !important;
  margin-left: -8px;
}
div.staffotherblock div.staffrecommend_inner_video .video_note {
  font-size: 11px !important;
  color: #444;
  text-decoration: underline;
}
div.staffotherblock div.staffrecommend_inner_image > img:nth-child(2) {
    padding: 2px;
    border: 1px solid #61ba00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.staffotherblock div.staffrecommend_inner_video iframe {
    padding: 2px;
    border: 2px solid #61ba00;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.staffrecommend_inner_content {
  width: 668px;
  float: left;
}
div.staffotherblock div.staffrecommend_inner_content {
  width: 648px;
}
div.staffrecommend_inner_content_full {
  width: 100%;
  float: left;
}


/* 20140404 #7091対応
-----------------------*/
.detail .responseblock {
  width: 720px;
  float: left;
  position: relative;
  border: none !important;
  overflow: hidden;
  margin: 3px 0;
}
.detail .responseblock.online {
  width: 859px;
}

.detail .contentsinline {
  position: relative;
  left: 118px;
  width: 584px;
  overflow: hidden;
  text-align: center;
  padding: 4px 8px;
}
.detail .online .contentsinline {
  left: 0px;
  width: 852px;
  padding: 4px 2px;
}
.detail .responseblock a {
  float: left;
  margin: 0 2px;
}

.pagetop {
  clear: right !important;
}

.bottom {
  position: relative;
  top: 27px;
}
.bottom.online {
  top: -2px;
}

/* utility
-----------------------*/
.font {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
}


/* noncontents
-----------------------*/
div.noncontents {
  width: 100%;
  padding: 9px;
  border: solid 1px #86BCE8;
  /* margin: 3px auto 0 16px;  */
  clear: both;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
div.noncontents .default {
  display: inline-block;
  text-align: left;
}
div.noncontents p {
  font-size: 14px;
}
div.noncontents p.comment {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}
div#schedulenoncontents p {
}
div#shipinfononcontents p {
}

#detailblock #shipinfoblock #auto_price_list table.other_price_list {
  width: 100%;
  border-collapse: collapse;
}
#detailblock #shipinfoblock #auto_price_list table.other_price_list th {
  padding: 2px 5px;
  background-color: #60A814;
  color: #fff;
  border-left: solid 1px #CED1C4;
  border-right: solid 1px #CED1C4;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
}

#detailblock #shipinfoblock #auto_price_list table.other_price_list td {
  padding: 2px 5px;
  text-align: center;
  border: solid 1px #CED1C4;
  font-size: 13px;
  background: #fff;
}

#detailblock .link-inquiry {
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color:#061365;
    font-size:11px;
}

.date span {
    margin-left: 8px;
    font-size: 13px;
}
#detailblock .realtimenote,
.realtimenote {
  font-size: 15px;
  text-decoration: underline;
}
#detailblock #shipinfoblock #pricetable_default th.other_price_list_subtitle {
  font-size: 15px;
  height: 35px;
}

  /*ベストワンクルーズでご予約されると アコーディオン*/
  .dp-acd-check{
    display: none;
  }
  .dp-acd-label{
      color: #666;
      font-size:18px;
      font-weight:bold;
      cursor: pointer;
      display: block;
      margin: 5px 0px!important;
      /* padding: 10px; */
      position: relative;
      /* border:#666 2px solid; */
      background:#fff;
      text-align:center;
  }
  .panel_course .dp-acd-label{
    border:#666 0px solid!important;
  }
  .panel_course .dp-acd-label{
    border:#666 0px solid!important;
  }
  .blue_line{
    background-color: #8ABDFF!important;
    color: #fff!important;
    font-size: 30px!important;
    padding: 45px 10px;
  }
  .dp-acd-label.blue_line:after{
    color: #fff;
    padding: 30px 20px;
  }
  .dp-acd-label:after{
    box-sizing: border-box;
    content: '+';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 64px;
    padding: 40px 20px;
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
      /* background:#fff; */
      font-size: 35px;
      font-weight: 200;
  }
  .flex_camp{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dp-acd-content{
      display: block;
      height: 0;
      opacity: 0;
      padding: 0 10px;
      transition: .5s;
      visibility: hidden;
  }
  .dp-acd-check:checked + .dp-acd-label:after{
      content: '-';
  }
  .dp-acd-check:checked + .dp-acd-label + .dp-acd-content{
      height: auto;
      opacity: 1;
      padding: 10px;
      visibility: visible;
  }
  .dp-acd-content p{
    margin:10px auto;
    text-align:left;
    font-size: 17px;
  }
  /*----------▲ ベストワンクルーズでご予約されると ▲ END ----------*/

  /*----------▼ cru_pla　table ▼  ----------*/

  #detailblock #shipinfoblock #pricetable_default .cru_pla .mark-fixed {
    border: 1px solid #dc3752;
    color: #dc3752;
    margin: 3px 3px 0;
}

#detailblock #shipinfoblock #pricetable_default .cru_pla .mark-nearby {
    border: 1px solid #05889e;
    color: #05889e;
    margin: 3px 3px 0;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla .red_text {
  color: #dc3752;
  display: block;
  font-size: 10px;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla .price_red {
    color: red;
    font-weight: bold;
    margin-left: -16px;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla th .date {
  color: #60A814;
  font-weight: bold;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla .departure-price {
    font-weight: bold;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla td div{
    border: none;
    margin: 0;
    width: auto;
    padding: 0;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla.sp-scroll-div {
  width: 100%;
  overflow-x: auto;
  margin: 5px 0 20px;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla .price-table-simple th{
  background: #ecf9e2;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  color: #60b803;
  font-weight: bold;
  padding: 5px;
  min-width: 170px;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla .price-table-simple td{
  padding: 10px 0;
  min-width: 170px;
  text-align: center;
  vertical-align: middle;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla .room-cell {
  background: #60A814;
  color: #fff;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla span.sub-detail {
  margin-left: 30px;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla .price-style {
  border: 1px dotted #bcbcbc;
  font-size: 21px;
  font-weight: bold !important;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla td div{
  border: none;
  width: auto;
}
#detailblock #shipinfoblock #pricetable_default .cru_pla .price-table-simple .top-cell {
  width: 20%;
  height: 2em;
  position: sticky;
  left: 0;
  border: 1px solid #fff;
  min-width: 200px;
}

  /*----------▲ cru_pla　table  ▲ END ----------*/

  #detailblock #shipinfoblock #pricetable_default .update strong.sub_title {
    font-weight: bold;
    color: navy;
    padding: 10px 3px 3px;
    display: block;
    font-size: 1.4rem;
  }
  #detailblock #shipinfoblock #pricetable_default .update strong.sub_title_solid {
    margin-bottom: 1rem;
    font-weight: bold;
    color: navy;
    padding: 10px 3px 3px;
    display: block;
    font-size: 1.2rem;
    background: linear-gradient(transparent 90%, #e6e6e6 90%);
  }
  #detailblock #shipinfoblock #pricetable_default .update .mark_off_solid {
    border: solid 1px #ccc;
    border-radius: 10px;
    margin: 2rem auto 0.5rem;
  }
  #detailblock #shipinfoblock #pricetable_default .update .red_text {
    color: #dc3752;
    display: block;
    font-size: 12px;
  }
  #detailblock #shipinfoblock #pricetable_default .update a{
    color: rgb(0, 136, 255);
  }
  #detailblock #shipinfoblock #pricetable_default .update strong {
    font-weight: bold;
    padding-top: 3px;
    display: inline-block;
}
    /*----------▲ cru_pla　table update ▲ END ----------*/

/*----------　お問い合わせボタン　START----------*/
.ec-headerTelRole__link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.ec-headerTelRole__link a{
  display: inline-block;
  vertical-align: middle;
  font-size: 25px!important;
  letter-spacing: 0;
  color: #2860bd;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.ec-headerTelRole__link.CV_top_btn a{
  color: #fff;
  width: 49%;
  border-radius: 8px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  transition: all 0.3s;
  background: #2860bd;
  letter-spacing: 1px;
  box-shadow: 0 6px 0 #19448b;
  filter: drop-shadow(2px 2px 4px rgb(0 0 0 / 20%));
}
.ec-headerTelRole__link.CV_top_btn a:nth-of-type(2){
    background: #FF8C26;
    box-shadow: 0 6px 0 #ec7f1a;
}
.ec-headerTelRole__link.CV_top_btn a:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
    -webkit-box-shadow: 0 2px 0 #0e3472;
  box-shadow: 0 2px 0 #062353;
}
.ec-headerTelRole__link.CV_top_btn a:nth-of-type(2):hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
    -webkit-box-shadow: 0 2px 0 #d37013;
  box-shadow: 0 2px 0 #c06612;
}
/*----------　お問い合わせボタン　END----------*/

/* review_post 20240208 追加 */
#detailblock #coursedetailblock #coursedata table td.review div.review_post>p>a {
  color: #447ee8;
  padding: 0px 10px;
  background-color: #ebebeb;
  border-radius: 3px;
  border: solid 1px #ebebeb;
  display: block;
  text-align: center;
}
#detailblock #coursedetailblock #coursedata table td.review div.review_post>p>a:hover{
  text-decoration:none;
    color: #fff;
  background-color: #0c6ce8;
  border: solid 1px #0c6ce8;
}
/* contents_online_link */
#detailblock .contents_online_link{
  background-color: #72c61d;
  width: 100%;
  font-size: 29px ;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  display: flex;
  padding: 10px 0;
  transition: all 0.3s;
  box-shadow: 0 6px 0 #5fa814;
  filter: drop-shadow(2px 2px 4px rgb(0 0 0 / 20%));
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
}
#detailblock .contents_online_link span{
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  
}
#detailblock .contents_online_link .imgdown{
    width: 22px;
    margin-left: 7px;
    display: inline;
}
#detailblock .contents_online_link .imgleft{
  width: 60px;
  display: inline;
  margin-right: 15px;
}
#detailblock .contents_online_link:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
    -webkit-box-shadow: 0 2px 0 #467d0e;
  box-shadow: 0 2px 0 #467d0e;
  text-decoration:none;
}
#detailblock .contents_online_link:hover img{
  opacity:1;
}
/* //   20240208 END */
/* disney　審査のタメ一時的にクラス付与　で非表示にしています。 */
#charmblock img.disney_img{
	height: 0;
}
#charmblock #charmgallery.disney_img{
	display: none;
}
#detailblock #shipinfoblock.disney_img #roomgallery ul li img.lazy{
	height: 0;
	border: 0;
}
#detailblock #shipinfoblock.disney_img #roomgallery ul li a{
	pointer-events: none;
}