<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Round");
/*青*/
/*オレンジ*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■大元のカスタマイズ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents_area {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000000;
  text-align: left;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #contents_area {
    font-size: 1.4rem;
    line-height: 1.64286;
  }
}

h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    padding: 0 20px;
  }
}

/*-------------------------
パンくず表示
-------------------------*/
@media only screen and (min-width: 768px) {
  .sp_breadcrumb {
    display: none;
  }
}

.sp_breadcrumb .kkrs-breadcrumb {
  border-top: 1px solid #d7d7d7;
}

@media only screen and (max-width: 767px) {
  .pc_breadcrumb {
    display: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■Common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#tdr .red_txt {
  color: #a40000;
}

ul.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.kome li sub {
  text-indent: 0;
  padding-left: 0;
}

/*-------------------------
hd
-------------------------*/
.hd01_bb {
  margin-bottom: 55px;
  text-align: center;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .hd01_bb {
    margin-bottom: 14px;
  }
}

.hd01_bb:before {
  content: "";
  display: block;
  width: 882px;
  height: 335px;
  background: url(../images/hd01_bg.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .hd01_bb:before {
    width: 375px;
    height: 243px;
    background-image: url(../images/sp/hd01_bg.png);
    top: 53%;
  }
}

.hd01_bb .inner {
  background: url(../images/line01_top.png) no-repeat center top, url(../images/line01_bottom.png) no-repeat center bottom;
  padding: 74px 0 33px;
}

@media only screen and (max-width: 767px) {
  .hd01_bb .inner {
    background: url(../images/sp/line01_top.png) no-repeat center top, url(../images/sp/line01_bottom.png) no-repeat center bottom;
    background-size: 329px auto;
    padding: 36px 0 21px;
  }
}

.hd01_bb .ttl {
  line-height: 1;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .hd01_bb .ttl {
    margin-bottom: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .hd01_bb .ttl img {
    width: auto;
    height: 16px;
  }
}

.hd01_bb .txt {
  font-size: 3.8rem;
  font-weight: 700;
  color: #a91522;
  line-height: 1.52632;
}

@media only screen and (max-width: 767px) {
  .hd01_bb .txt {
    font-size: 2.4rem;
    line-height: 1.45833;
  }
}

.hd02_bb {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.27778;
  color: #101860;
  margin-bottom: 45px;
  /*赤*/
}

@media only screen and (max-width: 767px) {
  .hd02_bb {
    font-size: 2.4rem;
    line-height: 1.41667;
    margin-bottom: 22px;
  }
}

.hd02_bb.red {
  color: #a91522 !important;
}

.hd03_bb {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.27778;
  color: #a91522;
  margin-bottom: 35px;
  padding-top: 72px;
  background: url(../images/ttl_bg01.png) no-repeat center top;
  background-size: 430px auto;
}

@media only screen and (max-width: 767px) {
  .hd03_bb {
    font-size: 2.4rem;
    margin-bottom: 20px;
    padding-top: 57px;
    background-size: 282px auto;
  }
}

/*-------------------------
btn
-------------------------*/
#contents_area .btn01_bb {
  text-align: center;
}

#contents_area .btn01_bb a {
  display: inline-block;
  color: #df8f11;
  font-size: 1.8rem;
  line-height: 1.4;
  border: 2px solid #df8f11;
  background: url(../images/ico_arrow01.png) no-repeat right 20px center #fff;
  background-size: 15px auto;
  padding: 20px 55px 20px 28px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #contents_area .btn01_bb a {
    font-size: 1.3rem;
    line-height: 1.61538;
    border-width: 1px;
    background-position: right 16px center;
    background-size: 7px auto;
    padding: 12px 25px 12px 20px;
  }
  #contents_area .btn01_bb a br.spCont {
    display: inline-block;
  }
}

#contents_area .btn01_bb a:hover {
  background-color: #fffce3;
}

#contents_area .btn01_bb a.anchor_btn {
  background-image: url(../images/ico_anchor02.png);
  background-size: 20px auto;
  padding-left: 20px;
  padding-right: 25px;
  min-width: 300px;
}

@media only screen and (max-width: 767px) {
  #contents_area .btn01_bb a.anchor_btn {
    background-size: 10px auto;
    padding-top: 9px;
    padding-bottom: 9px;
    min-width: 177px;
  }
}

#contents_area .btn02_bb {
  text-align: center;
}

#contents_area .btn02_bb a {
  display: inline-block;
  color: #23539d;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
  border: 3px solid #23539d;
  border-radius: 50px;
  background: url(../images/ico_arrow02.png) no-repeat right 24px center #fff;
  background-size: 18px auto;
  min-width: 497px;
  padding: 23px 45px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #contents_area .btn02_bb a {
    font-size: 1.5rem;
    border-width: 2px;
    background-position: right 18px center;
    background-size: 10px auto;
    min-width: inherit;
    width: 100%;
    padding: 14px 30px 14px 15px;
  }
}

#contents_area .btn02_bb a:hover {
  background-color: #eff5ff;
}

#contents_area .btn02_bb.type02 a {
  border-radius: 0;
  font-size: 2rem;
  background-size: 13px auto;
  border-width: 2px;
  min-width: 420px;
  padding: 16px 40px;
}

@media only screen and (max-width: 767px) {
  #contents_area .btn02_bb.type02 a {
    font-size: 1.5rem;
    font-weight: 500;
    border-width: 1px;
    background-position: right 17px center;
    background-size: 12px auto;
    min-width: inherit;
    padding: 11px 34px;
  }
}

#contents_area .btn03_bb {
  text-align: center;
}

#contents_area .btn03_bb a {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 10px;
  background: url(../images/ico_arrow03.png) no-repeat right 30px center #a91522;
  background-size: 14px auto;
  padding: 22px 60px 22px 45px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  #contents_area .btn03_bb a {
    font-size: 2rem;
    background-position: right 20px center;
    padding: 16px 35px;
  }
}

#contents_area .btn03_bb .stay a {
  background-color: #df8f11;
}

#contents_area .btn03_bb .air a {
  background-color: #101860;
}

ul.btn03_bb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  ul.btn03_bb {
    display: block;
  }
}

ul.btn03_bb li {
  width: 31.7%;
}

@media only screen and (max-width: 767px) {
  ul.btn03_bb li {
    width: 100%;
    margin-bottom: 10px;
  }
  ul.btn03_bb li:last-of-type {
    margin-bottom: 0;
  }
}

/*-------------------------
block01
-------------------------*/
.block01 {
  background: url(../images/box_left.png) repeat-y left top, url(../images/box_right.png) repeat-y right top, url(../images/box_top.png) repeat-x left top, url(../images/box_bottom.png) repeat-x left bottom;
  background-color: #fff;
  z-index: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .block01 {
    background-size: 5px auto,5px auto,auto 5px,auto 5px;
  }
}

.block01:before, .block01:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/box_lt.png) no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .block01:before, .block01:after {
    width: 25px;
    height: 25px;
  }
}

.block01:before {
  left: 0;
}

.block01:after {
  background-image: url(../images/box_rt.png);
  right: 0;
}

.block01 .inner {
  padding: 55px 80px 70px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .block01 .inner {
    padding: 30px 20px;
  }
}

.block01 .inner:before, .block01 .inner:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/box_lb.png) no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .block01 .inner:before, .block01 .inner:after {
    width: 25px;
    height: 25px;
  }
}

.block01 .inner:before {
  left: 0;
}

.block01 .inner:after {
  background-image: url(../images/box_rb.png);
  right: 0;
}

.block01.color02 {
  background-image: url(../images/box_left02.png), url(../images/box_right02.png), url(../images/box_top02.png), url(../images/box_bottom02.png);
}

.block01.color02:before {
  background-image: url(../images/box_lt02.png);
}

.block01.color02:after {
  background-image: url(../images/box_rt02.png);
}

.block01.color02 .inner:before {
  background-image: url(../images/box_lb02.png);
}

.block01.color02 .inner:after {
  background-image: url(../images/box_rb02.png);
}

/*-------------------------
ページトップ
-------------------------*/
#pagetop {
  right: 0;
  bottom: 20px;
  width: 79px;
  height: 80px;
  line-height: 1;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
  }
  #pagetop img {
    width: 100%;
    height: auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■anchor_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.anchor_area {
  background: #ffd255;
  margin-top: 2px;
}

.anchor_area.active {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.anchor_area ul.anchor_btn {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .anchor_area ul.anchor_btn {
    border: none;
  }
}

.anchor_area ul.anchor_btn li {
  width: 25%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .anchor_area ul.anchor_btn li:nth-of-type(1) {
    border-left: none;
  }
  .anchor_area ul.anchor_btn li:nth-of-type(4) {
    border-right: none;
  }
}

.anchor_area ul.anchor_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../images/ico_anchor01.png) no-repeat right 24px center;
  background-size: 19px auto;
  padding: 28px 45px 28px 28px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.30769;
  height: 100%;
  color: #002e73 !important;
}

@media only screen and (max-width: 767px) {
  .anchor_area ul.anchor_btn a {
    background-position: center bottom 6px;
    background-size: 12px auto;
    padding: 10px 10px 20px;
    font-size: 1.3rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_vs {
  background: url(../images/main_bg.jpg) no-repeat center top #000815;
  padding: 57px 20px 145px;
  min-height: 560px;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #main_vs {
    background-image: url(../images/sp/main_bg.jpg);
    background-size: cover;
    padding: 40px 0 65px;
    min-height: 355px;
  }
}

@media only screen and (max-width: 375px) {
  #main_vs {
    padding-top: 15%;
    min-height: 350px;
  }
}

#main_vs h1 {
  text-align: center;
}

#main_vs img {
  max-width: 100%;
  max-height: 392px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #main_vs img {
    max-width: 341px;
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■intro_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#intro_area {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 130px;
  /*-------------------------
	注釈
	-------------------------*/
}

@media only screen and (max-width: 767px) {
  #intro_area {
    padding-bottom: 67px;
  }
}

#intro_area:before {
  content: "";
  display: block;
  width: 2446px;
  height: 545px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -77px;
  left: 50%;
  margin-left: -1223px;
  z-index: 2;
  /*@media only screen and (max-width: 375px) {
			width: 700px;
			height: 275px;
			top: -25px;
			margin-left: -350px;
		}*/
}

@media only screen and (max-width: 767px) {
  #intro_area:before {
    width: 200%;
    height: 380px;
    top: -30px;
    margin-left: -100%;
  }
}

#intro_area .innerWrap {
  position: relative;
  z-index: 2;
}

#intro_area .ttl {
  line-height: 1;
  margin-bottom: -3px;
  position: relative;
  top: -10px;
}

@media only screen and (max-width: 767px) {
  #intro_area .ttl {
    top: 0;
    margin: 0 0 12px;
    padding-top: 9px;
  }
}

@media only screen and (max-width: 767px) {
  #intro_area .ttl img {
    width: 175px;
    height: auto;
    top: 0;
  }
}

#intro_area .catch {
  color: #a91522;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.52941;
  margin-bottom: 21px;
}

@media only screen and (max-width: 767px) {
  #intro_area .catch {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 -15px 15px;
  }
}

#intro_area .txt {
  font-size: 1.8rem;
  line-height: 1.77778;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #intro_area .txt {
    font-size: 1.4rem;
    line-height: 1.64286;
    margin-bottom: 20px;
    text-align: left;
  }
}

#intro_area .set {
  max-width: 1026px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #intro_area .set {
    text-align: center;
  }
}

#intro_area .set img {
  max-width: 100%;
  height: auto;
}

#intro_area .set .rose02 {
  right: -36px;
  bottom: -21px;
}

@media only screen and (max-width: 767px) {
  #intro_area .set .rose02 {
    right: -16px;
    bottom: -24px;
  }
}

@media only screen and (max-width: 767px) {
  #intro_area .set .rose02 img {
    width: 45px;
    height: auto;
  }
}

#intro_area .rose {
  position: absolute;
}

#intro_area .rose01 {
  top: -24px;
  left: 50%;
  margin-left: -664px;
}

@media only screen and (max-width: 767px) {
  #intro_area .rose01 {
    top: 10px;
    margin-left: -197px;
  }
}

@media only screen and (max-width: 767px) {
  #intro_area .rose01 img {
    width: 82px;
    height: auto;
  }
}

#intro_area .note_area {
  max-width: 1026px;
  margin: 50px auto 0;
  text-align: left;
  border: 1px solid #e0e0e0;
  padding: 22px 30px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #intro_area .note_area {
    padding: 15px;
  }
}

#intro_area .note_area .hd {
  font-weight: 700;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  #intro_area .note_area .hd {
    font-size: 1.3rem;
  }
}

#intro_area .note_area .hd small {
  font-weight: 400;
}

#intro_area .note_area .kome {
  font-size: 1.3rem;
  margin-bottom: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■model_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#model_area {
  background: #fff4be;
  position: relative;
  z-index: 1;
  padding: 15px 0 100px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #model_area {
    padding: 5px 0 35px;
    margin-bottom: 44px;
  }
}

#model_area:before {
  content: "";
  display: block;
  width: 356px;
  height: 356px;
  background: #fff4be;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -68px;
  margin-left: -178px;
}

@media only screen and (max-width: 767px) {
  #model_area:before {
    width: 178px;
    height: 178px;
    margin-left: -89px;
    top: -30px;
  }
}

#model_area .miodel_details {
  position: relative;
  padding: 14px 50px 0;
  /*観劇*/
  /*パーク*/
  /*翌日*/
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details {
    padding: 0;
  }
}

#model_area .miodel_details:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #a91522;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 41px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details:before {
    width: 10px;
    height: 10px;
    left: 0;
  }
}

#model_area .miodel_details &gt; li {
  position: relative;
  padding: 0 0 50px 45px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details &gt; li {
    padding: 0 0 35px 25px;
    text-align: left;
  }
}

#model_area .miodel_details &gt; li:before, #model_area .miodel_details &gt; li:after {
  content: "";
  display: block;
  background: #a91522;
  position: absolute;
  top: 14px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details &gt; li:before, #model_area .miodel_details &gt; li:after {
    top: 11px;
  }
}

#model_area .miodel_details &gt; li:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -9px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details &gt; li:before {
    width: 10px;
    height: 10px;
    left: 0;
  }
}

#model_area .miodel_details &gt; li:after {
  width: 2px;
  height: 100%;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details &gt; li:after {
    width: 1px;
    left: 4.5px;
  }
}

#model_area .miodel_details &gt; li:last-of-type {
  padding-bottom: 0;
}

#model_area .miodel_details &gt; li:last-of-type:after {
  height: calc(100% - 20px);
}

#model_area .miodel_details .ttl {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.4;
  color: #101860;
  position: relative;
  padding-bottom: 15px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .ttl {
    font-size: 2.3rem;
    padding-bottom: 11px;
  }
}

#model_area .miodel_details .ttl:after {
  content: "";
  display: block;
  width: 430px;
  height: 100%;
  background: url(../images/ttl_bg01.png) no-repeat left top -18px;
  background-size: 100% auto;
  position: absolute;
  left: 145px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .ttl:after {
    background-position: left top -3px;
    width: 214px;
    left: 97px;
  }
}

#model_area .miodel_details .note {
  font-size: 1.4rem;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .note {
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

#model_area .miodel_details .note.red {
  color: #a40000 !important;
}

#model_area .miodel_details .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .img_area {
    display: block;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .img_area li {
    width: 100% !important;
    margin-bottom: 16px;
  }
  #model_area .miodel_details .img_area li:last-of-type {
    margin-bottom: 0;
  }
}

#model_area .miodel_details .img_area .hd {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #23539d;
  padding: 5px 15px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .img_area .hd {
    font-size: 1.6rem;
  }
}

#model_area .miodel_details .img_area .img {
  line-height: 1;
}

#model_area .miodel_details .img_area .img img {
  max-width: 100%;
  height: auto;
}

#model_area .miodel_details .img_area .caption {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .img_area .caption {
    font-size: 1rem;
    margin-top: 3px;
  }
}

#model_area .miodel_details .info_area {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 37px 43px 30px 47px;
  background: url(../images/bg01.png) no-repeat center center;
  background-size: cover;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .info_area {
    display: block;
    padding: 20px 25px;
    background-image: url(../images/sp/bg01.jpg);
  }
}

#model_area .miodel_details .info_area:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_circle01.png) no-repeat left 14px top 14px, url(../images/ico_circle01.png) no-repeat right 14px top 14px, url(../images/ico_circle01.png) no-repeat left 14px bottom 14px, url(../images/ico_circle01.png) no-repeat right 14px bottom 14px;
  background-size: 8px auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .info_area:before {
    background: url(../images/ico_circle01.png) no-repeat left 9px top 9px, url(../images/ico_circle01.png) no-repeat right 9px top 9px, url(../images/ico_circle01.png) no-repeat left 9px bottom 9px, url(../images/ico_circle01.png) no-repeat right 9px bottom 9px;
    background-size: 6px auto;
  }
}

#model_area .miodel_details .info_area .logo {
  width: 227px;
  line-height: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .info_area .logo {
    width: auto;
    max-width: 167px;
    margin: 0 auto 9px;
  }
}

#model_area .miodel_details .info_area .logo img {
  width: 100%;
  height: auto;
}

#model_area .miodel_details .info_area .txt_area {
  padding-left: 37px;
  font-size: 1.4rem;
  line-height: 1.85714;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .info_area .txt_area {
    padding: 0;
  }
  #model_area .miodel_details .info_area .txt_area .txt {
    font-size: 1.3rem;
    line-height: 1.61538;
  }
}

#model_area .miodel_details .bottom_area {
  padding: 40px 20px 50px 0;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .bottom_area {
    padding: 25px 10px 25px 0;
  }
}

#model_area .miodel_details .bottom_area:before {
  content: "";
  display: block;
  width: 751px;
  height: 354px;
  background: url(../images/model_bg01.png) no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -393px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .bottom_area:before {
    background-image: url(../images/sp/model_bg01.png);
    width: 375px;
    height: 307px;
    top: -50px;
    margin-left: -200px;
  }
}

#model_area .miodel_details .bottom_area .catch {
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.61538;
  color: #a91522;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .bottom_area .catch {
    font-size: 1.5rem;
    line-height: 1.66667;
  }
}

#model_area .miodel_details .btn01_bb {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .btn01_bb {
    margin-top: 15px;
  }
}

#model_area .miodel_details .show {
  padding-bottom: 0;
}

#model_area .miodel_details .show .img_area li {
  width: 446px;
}

#model_area .miodel_details .show .img_area li:nth-of-type(2) {
  width: 511px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .show .txt {
    font-size: 1.6rem;
  }
}

#model_area .miodel_details .park .ttl:after {
  left: 445px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .park .ttl:after {
    left: 285px;
  }
}

#model_area .miodel_details .park .img_area li {
  width: 479px;
}

#model_area .miodel_details .park .img_area li:nth-of-type(2) {
  width: 482px;
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .next_day .note {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 767px) {
  #model_area .miodel_details .next_day .btn01_bb a {
    width: 100%;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ticket_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#ticket_area {
  margin-bottom: 85px;
  /*座席表*/
  /*アクセスマップ*/
  /*-------------------------
	child_area
	-------------------------*/
}

@media only screen and (max-width: 767px) {
  #ticket_area {
    margin-bottom: 30px;
  }
}

#ticket_area .block01 + .block01 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #ticket_area .block01 + .block01 {
    margin-top: 20px;
  }
}

#ticket_area .read_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  #ticket_area .read_txt {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 15px;
  }
}

#ticket_area .info_list &gt; li {
  background: url(../images/line02.png) no-repeat center top;
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  #ticket_area .info_list &gt; li {
    background-image: url(../images/sp/line02.png);
    background-size: 290px auto;
    padding: 25px 0;
    text-align: left;
  }
}

@media only screen and (max-width: 375px) {
  #ticket_area .info_list &gt; li {
    background-size: 100% auto;
  }
}

#ticket_area .info_list &gt; li:last-of-type {
  padding-bottom: 0;
}

#ticket_area .info_list .ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #ticket_area .info_list .ttl {
    font-size: 1.5rem;
    line-height: 1.53333;
    margin-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

#ticket_area .info_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #ticket_area .info_list dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  #ticket_area .info_list dl dt, #ticket_area .info_list dl dd {
    margin-bottom: 10px;
  }
  #ticket_area .info_list dl dt:last-of-type, #ticket_area .info_list dl dd:last-of-type {
    margin-bottom: 0;
  }
}

#ticket_area .info_list dl dt {
  min-width: 90px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 5px;
  border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  #ticket_area .info_list dl dt {
    min-width: 70px;
    font-size: 1.4rem;
    padding: 3px 5px;
  }
}

#ticket_area .info_list dl dd {
  margin: 0 40px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media only screen and (max-width: 767px) {
  #ticket_area .info_list dl dd {
    width: calc(100% - 70px);
    margin: 0 0 10px;
    padding-left: 7px;
    display: block;
  }
}

#ticket_area .info_list dl .time {
  font-size: 3rem;
  font-weight: 700;
  color: #a91522;
}

@media only screen and (max-width: 767px) {
  #ticket_area .info_list dl .time {
    font-size: 2.5rem;
    margin-top: -4px;
  }
}

#ticket_area .info_list dl .txt {
  font-size: 1.4rem;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  #ticket_area .info_list dl .txt {
    margin: 2px 0 0 0;
  }
}

#ticket_area .info_list .img {
  text-align: center;
  line-height: 1;
}

#ticket_area .info_list .img img {
  max-width: 100%;
  height: auto;
}

#ticket_area .info_list .sub_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #ticket_area .info_list .sub_ttl {
    font-size: 1.4rem;
  }
}

#ticket_area .seat .seat_box {
  position: relative;
}

@media only screen and (min-width: 768px) {
  #ticket_area .seat .seat_box {
    min-height: 233px;
  }
}

#ticket_area .seat .seat_box + .seat_box {
  margin-top: 28px;
}

#ticket_area .seat .sub {
  margin: 55px 0 18px;
  margin-top: 30px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #ticket_area .seat .sub {
    margin: 25px 0 13px;
  }
}

@media only screen and (max-width: 767px) {
  #ticket_area .seat .sub img {
    width: auto;
    height: 17px;
  }
}

#ticket_area .seat .sekisyu {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #ticket_area .seat .sekisyu {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

#ticket_area .seat .img {
  position: absolute;
  /*top: 40px;*/
  right: 35px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  #ticket_area .seat .img {
    position: static;
  }
}

#ticket_area .seat .img img {
  width: 491px;
}

@media only screen and (max-width: 767px) {
  #ticket_area .seat .img img {
    width: auto;
    margin-top: 0;
  }
}

#ticket_area .seat .note_area {
  margin-top: 20px;
}

#ticket_area .map .img_area {
  padding-top: 20px;
  max-width: 918px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #ticket_area .map .img_area {
    padding-top: 0;
  }
}

#ticket_area .map .img_area .img {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #ticket_area .map .img_area .img {
    margin-bottom: 11px;
  }
}

#ticket_area #child_area .hd02_bb {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #ticket_area #child_area .hd02_bb {
    margin-bottom: 10px;
  }
}

#ticket_area #child_area .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #ticket_area #child_area .box {
    display: block;
  }
}

#ticket_area #child_area .box .img {
  width: 322px;
}

@media only screen and (max-width: 767px) {
  #ticket_area #child_area .box .img {
    width: 100%;
    margin-bottom: 18px;
  }
}

#ticket_area #child_area .box .img img {
  width: 100%;
  height: auto;
}

#ticket_area #child_area .box .img + .txt_area {
  width: calc(100% - 322px);
  padding-left: 44px;
}

@media only screen and (max-width: 767px) {
  #ticket_area #child_area .box .img + .txt_area {
    width: 100%;
    padding: 0;
  }
}

#ticket_area #child_area .box ul.kome li {
  margin-bottom: 10px;
}

#ticket_area #child_area .box ul.kome li:last-of-type {
  margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■hotel_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#hotel_area {
  background: #fff4be;
  padding: 55px 0 80px;
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  #hotel_area {
    padding: 27px 0 45px;
    margin-bottom: 27px;
  }
}

/*-------------------------
ホテル一覧
-------------------------*/
.hotel_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 23px 0;
  overflow: hidden;
  /*ディズニーホテル*/
  /*パートナー*/
}

@media only screen and (max-width: 767px) {
  .hotel_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 22px;
  }
}

.hotel_list li {
  width: calc(20% - 15px);
  margin: 0 15px 18px 0;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .hotel_list li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}

.hotel_list li .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 20px 15px;
  min-height: 95px;
  color: #0075a9;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.41176;
  background: #daf3ff;
}

@media only screen and (max-width: 767px) {
  .hotel_list li .name {
    padding: 15px 5px;
    min-height: 74px;
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

.hotel_list li .name.small {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .hotel_list li .name.small {
    font-size: 1.2rem;
  }
}

.hotel_list li .img {
  line-height: 1;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .hotel_list li .img {
    margin-bottom: 5px;
  }
}

.hotel_list li .img img {
  width: 100%;
  height: auto;
}

.hotel_list li .caption, .hotel_list li .txt {
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .hotel_list li .caption, .hotel_list li .txt {
    padding: 0 12px;
  }
}

.hotel_list li .caption {
  text-align: right;
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.33333;
  min-height: 30px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .hotel_list li .caption {
    font-size: 1rem;
    line-height: 1.3;
    min-height: 25px;
    margin-bottom: 6px;
  }
}

.hotel_list li .txt {
  font-size: 1.4rem;
  line-height: 1.57143;
}

@media only screen and (max-width: 767px) {
  .hotel_list li .txt {
    font-size: 1.3rem;
    line-height: 1.61538;
    text-align: left;
  }
}

.hotel_list .disney .name {
  color: #F25B5B;
  background: #FFE4FA;
}

.hotel_list .partner .name {
  color: #ce6319;
  background: #ffdda5;
}

/*-------------------------
plan_area
-------------------------*/
#plan_area {
  text-align: center;
}

#plan_area .inner {
  position: relative;
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  #plan_area .inner {
    padding-top: 30px;
  }
}

#plan_area .rose {
  position: absolute;
}

#plan_area .logo {
  text-align: center;
  line-height: 1;
  margin: -11px 0 4px;
}

@media only screen and (max-width: 767px) {
  #plan_area .logo {
    margin: -9px 0 -3px;
  }
}

@media only screen and (max-width: 767px) {
  #plan_area .logo img {
    width: 115px;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  #plan_area .hd02_bb {
    line-height: 1.4;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  #plan_area .hd02_bb {
    margin-bottom: 10px;
  }
}

#plan_area .read_txt {
  font-size: 1.8rem;
  line-height: 1.77778;
  margin-top: -7px;
}

@media only screen and (max-width: 767px) {
  #plan_area .read_txt {
    font-size: 1.4rem;
    line-height: 1.64286;
    margin-top: -3px;
    padding: 0 7px;
    text-align: left;
  }
}

#plan_area .term_area {
  margin: 30px -80px;
  padding: 25px 30px;
  background: url(../images/box_left02.png) repeat-y left top, url(../images/box_right02.png) repeat-y right top #101860;
  line-height: 1.4;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #plan_area .term_area {
    margin: 15px -20px;
    padding: 16px 10px;
  }
}

#plan_area .term_area .now {
  font-size: 2rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  #plan_area .term_area .now {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
}

#plan_area .term_area .when {
  font-size: 3.2rem;
  font-weight: 700;
  color: #df8f11;
}

@media only screen and (max-width: 767px) {
  #plan_area .term_area .when {
    font-size: 1.9rem;
  }
}

#plan_area .term_area .txt {
  margin-top: 5px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  #plan_area .term_area .txt {
    margin-top: 3px;
    font-size: 1.7rem;
  }
}

#plan_area .term_area .rose02 {
  top: -40px;
  right: 63px;
}

@media only screen and (max-width: 767px) {
  #plan_area .term_area .rose02 {
    top: -30px;
    right: -7px;
  }
  #plan_area .term_area .rose02 img {
    width: 45px;
    height: auto;
  }
}

#plan_area .btn_area .hd {
  font-size: 3rem;
  font-weight: 700;
  color: #a91522;
  line-height: 1.4;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  #plan_area .btn_area .hd {
    font-size: 2.2rem;
    margin-bottom: 17px;
  }
}

#plan_area .btn_area .btn02_bb {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #plan_area .btn_area .btn02_bb {
    margin-top: 25px;
    padding: 0 5px;
  }
}

#plan_area .rose01 {
  top: 30px;
  left: 102px;
}

@media only screen and (max-width: 767px) {
  #plan_area .rose01 {
    top: -9px;
    left: -26px;
  }
  #plan_area .rose01 img {
    width: 82px;
    height: auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■back_btn
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.back_btn {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .back_btn {
    margin-bottom: 40px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■faq_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (max-width: 767px) {
  #faq_area .innerWrap {
    padding: 0;
  }
}

#faq_area ul {
  margin-top: 50px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  #faq_area ul {
    margin-top: 0;
  }
}

#faq_area ul li {
  border-bottom: 1px solid #ccc;
}

#faq_area dt, #faq_area dd {
  padding: 34px 40px 34px 35px;
}

@media only screen and (max-width: 767px) {
  #faq_area dt, #faq_area dd {
    padding: 20px 24px;
  }
}

#faq_area dt:before, #faq_area dd:before {
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #faq_area dt:before, #faq_area dd:before {
    font-size: 1.5rem;
  }
}

#faq_area dt {
  color: #000000;
  line-height: 1.53333;
}

#faq_area dt:before {
  color: #a91522;
  top: 30px;
}

@media only screen and (max-width: 767px) {
  #faq_area dt:before {
    top: 17px;
  }
}

#faq_area dt .btn {
  background: #a91522;
  width: 28px;
  height: 28px;
  margin-top: 8;
}

@media only screen and (max-width: 767px) {
  #faq_area dt .btn {
    width: 18px;
    height: 18px;
    margin-top: 0;
    top: 22px;
  }
}

@media only screen and (max-width: 767px) {
  #faq_area dt .btn:before {
    width: 11px;
    margin-left: -5px;
  }
}

@media only screen and (max-width: 767px) {
  #faq_area dt .btn:after {
    height: 11px;
    margin-top: -5px;
  }
}

#faq_area dd {
  padding-top: 0;
  margin-top: -10px;
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media only screen and (max-width: 767px) {
  #faq_area dd {
    margin-top: -15px;
    padding-right: 0;
  }
}

#faq_area dd:before {
  color: #101860;
}

@media only screen and (max-width: 767px) {
  #faq_area dd:before {
    top: -1px;
  }
}
</pre></body></html>