@charset "UTF-8";
/* reset add
----------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast; }

ul {
  list-style: none; }

/* default
----------------------------------- */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (max-width: 480px) {
    body {
      font-size: 14px; } }

.inner {
  max-width: 890px;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .inner {
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (max-width: 480px) {
    .inner {
      padding-right: 20px;
      padding-left: 20px; } }

a:hover {
  opacity: 0.7; }

br.pc {
  display: inline-block; }

br.sp {
  display: none; }

@media screen and (max-width: 480px) {
  br.pc {
    display: none; }

  br.sp {
    display: inline-block; } }
img.pc {
  display: inline-block; }

img.sp {
  display: none; }

@media screen and (max-width: 480px) {
  img.pc {
    display: none; }

  img.sp {
    display: inline-block; } }
/* header
----------------------------------- */
header {
  text-align: center;
  background: url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_header/bg02.gif) repeat-x; }
  @media screen and (max-width: 768px) {
    header {
      padding: 0 10px; } }
  header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1050px;
    height: 62px;
    margin: 0 auto; }

/* hotel link
----------------------------------- */
#hotel_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 70px; }

#hotel_link > li {
  padding: 0 10px; }

#hotel_link > li a {
  color: #595757;
  text-decoration: none; }

#hotel_link > li a:hover {
  text-decoration: underline; }

@media screen and (max-width: 480px) {
  #hotel_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 320px;
    margin-top: 20px;
    font-size: 12px; }

  #hotel_link > li {
    width: 100%;
    border-left: none; }

  #hotel_link > li + li {
    border-right: none;
    margin-top: 15px; } }
/* footer
----------------------------------- */
footer {
  background: #fff url(https://www.princehotels.co.jp/common/imgs/module_parts/parts_footer/bg01.gif) repeat-x;
  padding: 25px 0px 15px 0px; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 20px 10px 10px; } }
  footer #copyright {
    max-width: 1100px;
    text-align: right;
    margin: 0 auto; }
    footer #copyright img {
      width: auto;
      height: auto; }

/* top
----------------------------------- */
#top section.block01 .inner {
  max-width: 1100px; }
#top section.block02 {
  overflow: hidden;
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    #top section.block02 {
      margin-bottom: 40px; } }
  #top section.block02 .wrapper {
    background: url("../images/bg.png") #FFBC95;
    background-size: 250px 250px;
    min-height: 400px;
    border-top-right-radius: 1000px 200px;
    border-top-left-radius: 1000px 200px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 75px;
    padding-bottom: 75px; }
    @media screen and (max-width: 480px) {
      #top section.block02 .wrapper {
        background-size: 125px 125px;
        padding-top: 37px;
        padding-bottom: 37px; } }
  #top section.block02 p.lead {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 50px; }
    @media screen and (max-width: 480px) {
      #top section.block02 p.lead {
        font-size: 14px;
        margin-bottom: 25px; } }
  #top section.block02 .goods {
    margin-bottom: 80px; }
    @media screen and (max-width: 480px) {
      #top section.block02 .goods {
        margin-bottom: 40px; } }
    #top section.block02 .goods ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      @media screen and (max-width: 480px) {
        #top section.block02 .goods ul {
          margin-bottom: 15px; } }
      #top section.block02 .goods ul li {
        width: calc(286 / 890 * 100%); }
        #top section.block02 .goods ul li p.image {
          max-width: 248px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 5px; }
        #top section.block02 .goods ul li p.text {
          font-size: 17px;
          font-weight: bold;
          text-align: center; }
          @media screen and (max-width: 480px) {
            #top section.block02 .goods ul li p.text {
              font-size: 12px; } }
    #top section.block02 .goods p.text02 {
      text-align: center; }
      #top section.block02 .goods p.text02 img {
        height: 18px;
        width: auto; }
        @media screen and (max-width: 480px) {
          #top section.block02 .goods p.text02 img {
            height: 12px; } }
  #top section.block02 h3 {
    text-align: center;
    margin-bottom: 25px; }
    #top section.block02 h3 img {
      height: 57px;
      width: auto; }
      @media screen and (max-width: 480px) {
        #top section.block02 h3 img {
          height: 36px; } }
  #top section.block02 .process ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      #top section.block02 .process ol {
        margin-bottom: 15px; } }
    #top section.block02 .process ol li {
      width: calc(286 / 890 * 100%);
      list-style: none; }
      @media screen and (max-width: 480px) {
        #top section.block02 .process ol li {
          width: 280px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 8px; } }
  #top section.block02 .time {
    margin-bottom: 55px; }
    @media screen and (max-width: 480px) {
      #top section.block02 .time {
        margin-bottom: 27px; } }
    #top section.block02 .time h4 {
      font-size: 19px;
      font-weight: bold;
      text-align: center; }
      @media screen and (max-width: 480px) {
        #top section.block02 .time h4 {
          font-size: 18px; } }
    #top section.block02 .time p.text {
      font-size: 14px;
      font-weight: bold;
      text-align: center; }
  #top section.block02 .feature ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    @media screen and (max-width: 480px) {
      #top section.block02 .feature ul {
        margin-bottom: 25px; } }
    #top section.block02 .feature ul li {
      width: calc(286 / 890 * 100%); }
      #top section.block02 .feature ul li p.image {
        max-width: 226px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; }
        @media screen and (max-width: 480px) {
          #top section.block02 .feature ul li p.image {
            margin-bottom: 10px; } }
      #top section.block02 .feature ul li p.text {
        font-size: 18px;
        font-weight: bold;
        text-align: center; }
        @media screen and (max-width: 480px) {
          #top section.block02 .feature ul li p.text {
            font-size: 10px;
            text-align: left; } }
  #top section.block02 .hotel {
    background: #ffffff;
    padding: 40px 0 40px 40px; }
    @media screen and (max-width: 480px) {
      #top section.block02 .hotel {
        padding: 20px; } }
    #top section.block02 .hotel h4 {
      text-align: center;
      margin-bottom: 10px;
      margin-right: 40px; }
      @media screen and (max-width: 480px) {
        #top section.block02 .hotel h4 {
          margin-bottom: 5px;
          margin-right: 0; } }
      #top section.block02 .hotel h4 img {
        height: 20px;
        width: auto; }
        @media screen and (max-width: 480px) {
          #top section.block02 .hotel h4 img {
            height: 16px; } }
    #top section.block02 .hotel ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top section.block02 .hotel ul li {
        width: 33.3%;
        font-size: 15px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          #top section.block02 .hotel ul li {
            width: 50%; } }
        @media screen and (max-width: 480px) {
          #top section.block02 .hotel ul li {
            font-size: 14px;
            width: 100%; } }
        #top section.block02 .hotel ul li a {
          color: #000000;
          text-decoration: none; }
          #top section.block02 .hotel ul li a:hover {
            text-decoration: underline; }
#top section.block03 {
  margin-bottom: 90px; }
  @media screen and (max-width: 480px) {
    #top section.block03 {
      margin-bottom: 45px; } }
  #top section.block03 h3 {
    text-align: center;
    margin-bottom: 25px; }
    #top section.block03 h3 img {
      height: 57px;
      width: auto; }
      @media screen and (max-width: 480px) {
        #top section.block03 h3 img {
          height: 36px; } }
  #top section.block03 p.attention {
    font-size: 14px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #top section.block03 p.attention {
        font-size: 12px; } }
  #top section.block03 .box h4 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      #top section.block03 .box h4 {
        font-size: 14px;
        margin-bottom: 5px; } }
    #top section.block03 .box h4::before {
      content: "●";
      display: inline; }
  #top section.block03 .box p.icon01 {
    width: 137px;
    display: inline-block;
    margin-right: 15px; }
    @media screen and (max-width: 480px) {
      #top section.block03 .box p.icon01 {
        width: 70px;
        margin-right: 5px; } }
  #top section.block03 .box p.icon02 {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      #top section.block03 .box p.icon02 {
        font-size: 12px;
        padding: 2px 5px;
        margin-bottom: 5px; } }
    #top section.block03 .box p.icon02.icon02-stay {
      background: #EF9A00; }
    #top section.block03 .box p.icon02.icon02-meal {
      background: #DF6627; }
  #top section.block03 .box p.icon03 {
    width: 82px;
    display: inline-block; }
    @media screen and (max-width: 480px) {
      #top section.block03 .box p.icon03 {
        width: 40px; } }
  #top section.block03 .box p.text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      #top section.block03 .box p.text {
        font-size: 14px; } }
    #top section.block03 .box p.text small {
      font-size: 15px; }
      @media screen and (max-width: 480px) {
        #top section.block03 .box p.text small {
          font-size: 12px; } }
  #top section.block03 .box.box-style01 {
    margin-left: calc(78 / 890 * 100%);
    margin-right: calc(78 / 890 * 100%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      #top section.block03 .box.box-style01 {
        margin-bottom: 30px;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 480px) {
      #top section.block03 .box.box-style01 {
        max-width: 280px; } }
    #top section.block03 .box.box-style01 .image {
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (max-width: 480px) {
        #top section.block03 .box.box-style01 .image {
          margin-bottom: 10px; } }
    #top section.block03 .box.box-style01 .icon {
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        #top section.block03 .box.box-style01 .icon {
          width: 100%;
          margin-bottom: 20px; } }
      @media screen and (max-width: 480px) {
        #top section.block03 .box.box-style01 .icon {
          margin-bottom: 5px; } }
      #top section.block03 .box.box-style01 .icon p.icon01 img {
        margin-top: -48px; }
        @media screen and (max-width: 480px) {
          #top section.block03 .box.box-style01 .icon p.icon01 img {
            margin-top: -24px; } }
    #top section.block03 .box.box-style01 .detail {
      flex: 1; }
      @media screen and (max-width: 768px) {
        #top section.block03 .box.box-style01 .detail {
          width: 100%; } }
      #top section.block03 .box.box-style01 .detail p.icon02 {
        float: left;
        margin-right: 10px; }
        @media screen and (max-width: 768px) {
          #top section.block03 .box.box-style01 .detail p.icon02 {
            float: none;
            margin-bottom: 10px; } }
        @media screen and (max-width: 480px) {
          #top section.block03 .box.box-style01 .detail p.icon02 {
            margin-bottom: 5px; } }
      #top section.block03 .box.box-style01 .detail p.text {
        margin-left: 5.5rem; }
        @media screen and (max-width: 768px) {
          #top section.block03 .box.box-style01 .detail p.text {
            margin-left: 0; } }
  #top section.block03 .box.box-style02 {
    margin-left: calc(78 / 890 * 100%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #top section.block03 .box.box-style02 {
        margin-bottom: 30px;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 480px) {
      #top section.block03 .box.box-style02 {
        max-width: 280px; } }
    #top section.block03 .box.box-style02 .image {
      width: calc(467 / 812 * 100%);
      margin-right: 25px; }
      @media screen and (max-width: 768px) {
        #top section.block03 .box.box-style02 .image {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
    #top section.block03 .box.box-style02 .detail {
      flex: 1; }
      #top section.block03 .box.box-style02 .detail p.icon01 {
        margin-left: -50px;
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          #top section.block03 .box.box-style02 .detail p.icon01 {
            margin-left: 0; } }
        @media screen and (max-width: 480px) {
          #top section.block03 .box.box-style02 .detail p.icon01 {
            margin-bottom: 5px; } }
        #top section.block03 .box.box-style02 .detail p.icon01 img {
          margin-top: -24px; }
          @media screen and (max-width: 768px) {
            #top section.block03 .box.box-style02 .detail p.icon01 img {
              margin-top: -38px; } }
          @media screen and (max-width: 480px) {
            #top section.block03 .box.box-style02 .detail p.icon01 img {
              margin-top: -24px; } }
  #top section.block03 .box.box-style03 {
    margin-top: 100px; }
    @media screen and (max-width: 480px) {
      #top section.block03 .box.box-style03 {
        margin-top: 50px; } }
    #top section.block03 .box.box-style03 p.lead {
      max-width: 545px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
      @media screen and (max-width: 480px) {
        #top section.block03 .box.box-style03 p.lead {
          margin-bottom: 15px;
          width: 100%; } }
    #top section.block03 .box.box-style03 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #top section.block03 .box.box-style03 ul li {
        width: calc(286 / 890 * 100%);
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          #top section.block03 .box.box-style03 ul li {
            width: 48%; } }
        @media screen and (max-width: 480px) {
          #top section.block03 .box.box-style03 ul li {
            margin-bottom: 30px; } }
        #top section.block03 .box.box-style03 ul li h4 {
          font-size: 17px; }
          @media screen and (max-width: 480px) {
            #top section.block03 .box.box-style03 ul li h4 {
              font-size: 13px; } }
        #top section.block03 .box.box-style03 ul li p.image {
          margin-bottom: 10px; }
        #top section.block03 .box.box-style03 ul li p.icon02 {
          font-size: 16px; }
          @media screen and (max-width: 480px) {
            #top section.block03 .box.box-style03 ul li p.icon02 {
              font-size: 12px; } }
        #top section.block03 .box.box-style03 ul li p.text {
          font-size: 17px; }
          @media screen and (max-width: 480px) {
            #top section.block03 .box.box-style03 ul li p.text {
              font-size: 14px; } }
          #top section.block03 .box.box-style03 ul li p.text small {
            font-size: 13px; }
            @media screen and (max-width: 480px) {
              #top section.block03 .box.box-style03 ul li p.text small {
                font-size: 12px; } }
      @media screen and (max-width: 768px) {
        #top section.block03 .box.box-style03 ul li:last-child {
          width: 100%; } }
      #top section.block03 .box.box-style03 ul li:last-child p.bnr {
        width: 170px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px; }
        @media screen and (max-width: 480px) {
          #top section.block03 .box.box-style03 ul li:last-child p.bnr {
            margin-top: 20px;
            width: 100px; } }
#top section.block04 {
  background: #E0E1E1;
  padding-top: 100px;
  padding-bottom: 60px;
  border-bottom: solid 3px #000000; }
  @media screen and (max-width: 480px) {
    #top section.block04 {
      padding-top: 50px;
      padding-bottom: 30px; } }
  #top section.block04 p.btn a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    text-align: center;
    background: #000000;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 90px;
    margin-bottom: 50px; }
    @media screen and (max-width: 480px) {
      #top section.block04 p.btn a {
        font-size: 14px;
        padding: 10px;
        width: auto; } }
  #top section.block04 .attention ul li {
    margin-left: 1em;
    font-size: 14px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #top section.block04 .attention ul li {
        text-align: left; } }
    @media screen and (max-width: 480px) {
      #top section.block04 .attention ul li {
        font-size: 12px;
        line-height: 1.2;
        padding-bottom: 10px; } }
    #top section.block04 .attention ul li::before {
      content: '※';
      margin-left: -1em; }
#top section.block05 {
  background: #E0E1E1;
  padding-top: 60px;
  padding-bottom: 70px; }
  @media screen and (max-width: 480px) {
    #top section.block05 {
      padding-top: 30px;
      padding-bottom: 35px; } }
  #top section.block05 .safety h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px; }
    @media screen and (max-width: 480px) {
      #top section.block05 .safety h3 {
        font-size: 16px; } }
  #top section.block05 .safety p.image {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  #top section.block05 .safety p.text {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      #top section.block05 .safety p.text {
        font-size: 14px;
        text-align: left; } }
  #top section.block05 .safety p.link {
    font-size: 17px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      #top section.block05 .safety p.link {
        font-size: 16px; } }
    #top section.block05 .safety p.link a {
      color: #000000; }
