@charset "UTF-8";
.sp {
  display: none;
}

.main_contents .tab_page {
  text-align: center;
  width: 184px;
  margin: 0 auto 60px;
}
.main_contents .tab_page li {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  float: right;
  width: 26px;
  margin-left: 20px;
  line-height: 26px;
  padding: 8px 0;
  font-size: 14px;
  position: relative;
  z-index: 0;
  color: #d3d3d3;
}
.main_contents .tab_page li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #6a2021;
}
.main_contents .tab_page li a:before {
  content: '';
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: #432b2b;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_contents .tab_page li a:hover {
  color: #c19e40;
}
.main_contents .tab_page li a:hover:before {
  height: 100%;
}
.main_contents .tab_page li.current a {
  color: #c19e40;
}
.main_contents .tab_page li.current a:before {
  height: 100%;
}
.main_contents .package_list {
  width: 720px;
  margin: auto;
}
.main_contents .package_list li {
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
  position: relative;
}
.main_contents .package_list li .title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: url("../img/common/contents/icon_owan.png") no-repeat center top;
  width: 25px;
  font-size: 18px;
  letter-spacing: 0.08em;
  padding-top: 24px;
  line-height: 25px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
.main_contents .package_list li .jacket {
  margin-left: 30px;
}
.main_contents .package_list li .jacket img {
  border: 1px solid #a8805c;
  width: 280px;
}
.main_contents .package_list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main_contents .package_list li.open {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.main_contents .package_list li.open:hover {
  opacity: 0.6;
}
.main_contents .package_list .date {
  text-align: center;
  margin-left: 30px;
}

.detail .information {
  margin-bottom: 60px;
}
.detail .information .jacket {
  width: 320px;
  margin: 0 auto 10px;
  float: left;
}
.detail .information .jacket img {
  width: 100%;
}
.detail .information .info {
  float: left;
  margin-left: 30px;
  width: 360px;
}
.detail .information .info h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 10px;
}
.detail .information .info .date {
  font-size: 18px;
  margin-bottom: 30px;
}
.detail .information .info dl {
  margin-bottom: 10px;
  font-size: 14px;
  vertical-align: top;
}
.detail .information .info dl dt {
  display: inline-block;
  width: 5em;
  line-height: 1.3;
  vertical-align: top;
}
.detail .information .info dl dd {
  display: inline-block;
  margin-left: -0.3em;
  color: #000;
  line-height: 1.3;
}
.detail .information .info .btn_shop {
  margin-top: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.detail .information .info .btn_shop:hover {
  opacity: 0.6;
}
.detail .information .info .btn_option {
  margin-top: 30px;
}
.detail .information .info .btn_option a {
  color: #432b2b;
  display: inline-block;
  position: relative;
  border: 1px solid #a8805c;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail .information .info .btn_option a:before {
  content: "";
  background: #432b2b;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.detail .information .info .btn_option a:hover {
  color: #fff;
}
.detail .information .info .btn_option a:hover:before {
  width: 100%;
}
.detail .information .info .movie {
  margin-top: 30px;
}
.detail .information .info .movie ul {
  margin-bottom: 15px;
}
.detail .information .info .movie li {
  display: inline-block;
  border: 1px solid #a8805c;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}
.detail .information .info .movie li:before {
  content: "";
  background: #432b2b;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.detail .information .info .movie li:hover {
  color: #fff;
}
.detail .information .info .movie li:hover:before {
  width: 100%;
}
.detail .information .info .movie li.current {
  color: #fff;
}
.detail .information .info .movie li.current:before {
  width: 100%;
}
.detail .information .info .movie #player {
  width: 360px;
  height: 202px;
  border: 1px solid #6a2021;
}
.detail .shop_list {
  background: url("../img/common/contents/line_dot.png") repeat-x top;
  padding-top: 40px;
  margin-top: 60px;
}
.detail .shop_list h4 {
  font-size: 24px;
  margin-bottom: 20px;
  background: #432b2b;
  color: #c19e40;
  padding: 10px 0 10px 10px;
  -webkit-border-radius: 0 8px 0 0;
  border-radius: 0 8px 0 0;
}
.detail .shop_list ul {
  vertical-align: top;
}
.detail .shop_list ul li {
  vertical-align: top;
  width: 340px;
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 15px;
}
.detail .shop_list ul li .shop_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.detail .shop_list ul li .shop_name span {
  font-size: 13px;
}
.detail .shop_list ul li .shop_name a {
  position: relative;
  color: #6a2021;
  display: inline-block;
}
.detail .shop_list ul li .shop_name a:after {
  content: '';
  display: block;
  background: #a8805c;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.detail .shop_list ul li .shop_name a:hover:after {
  width: 0;
}
.detail .shop_list ul li .item {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 0.5em;
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.detail .shop_list ul li .item:before {
  content: '・';
}
.detail .shop_list ul li .img {
  width: 200px;
  height: 200px;
  margin: auto;
  background: #FEF9F3;
  font-size: 14px;
  text-align: center;
  line-height: 200px;
}
.detail .shop_list ul li .img.open {
  height: auto;
  background: none;
  line-height: 0;
}
.detail .shop_list ul li .img.open img {
  width: 100%;
}
.detail .shop_list ul li .caption {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.detail .shop_list .notes {
  font-size: 13px;
  color: #000;
  line-height: 1.6;
}
.detail .option {
  margin-bottom: 60px;
  background: url("../img/common/contents/line_dot.png") repeat-x top;
  padding-top: 40px;
}
.detail .option h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.detail .option ul {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.detail .option ul li {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.detail .option ul li .option_cap {
  margin-left: 2em;
  font-size: 12px;
}
.detail .option ul li .img {
  width: 300px;
}
.detail .option ul li .img img {
  width: 100%;
}
.detail .option .notes {
  font-size: 13px;
  color: #000;
}
.detail .option .package_event {
  margin-top: 40px;
  padding: 40px;
  background: rgba(255, 208, 208, 0.4);
}
.detail .option .package_event .e_caption {
  width: 480px;
  margin: auto;
  margin-bottom: 15px;
}
.detail .option .package_event .e_caption img {
  width: 100%;
}
.detail .option .package_event dl {
  color: #000;
  margin-bottom: 10px;
}
.detail .option .package_event dl dt, .detail .option .package_event dl dd {
  display: inline-block;
  vertical-align: top;
  line-height: 1.6;
}
.detail .option .package_event dl dt {
  min-width: 8em;
  font-weight: bold;
  text-align: right;
}
.detail .option .package_event dl dt:after {
  content: "：";
  padding: 0 8px;
}
.detail .option .package_event dl dd span {
  font-size: 12px;
  display: block;
}
.detail .option .package_event dl dd a {
  text-decoration: underline;
}
.detail .common {
  margin-bottom: 60px;
  background: url("../img/common/contents/line_dot.png") repeat-x top;
  padding-top: 40px;
}
.detail .common h4 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.detail .common h4 span {
  font-size: 20px;
}
.detail .common .lead {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.detail .common .img {
  width: 300px;
  height: 300px;
  margin: 0 auto 20px;
  background: #FEF9F3;
  font-size: 14px;
  text-align: center;
  line-height: 300px;
}
.detail .common .img.open {
  width: 400px;
  height: auto;
  line-height: 0;
}
.detail .common .img.open img {
  width: 100%;
}
.detail .common dl dt {
  margin-bottom: 5px;
}
.detail .common dl dd {
  color: #000;
  line-height: 1.6;
  font-size: 14px;
}
.detail .bnr_special {
  text-align: center;
  background: url("../img/common/contents/line_dot.png") repeat-x top;
  padding-top: 60px;
  text-align: center;
}
.detail .bnr_special a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.detail .bnr_special a:hover {
  opacity: 0.6;
}
