.p-intro {
  background-image: var(--bg-primary);
  background-size: cover;
}




/*230627 予約のご案内ページ*/
.reserve__wrap {
    background: #FFF8F2;
    margin-top: -40px;
    padding-top: 40px;
  }
  
  .reserve-intro {
    position: relative;
    z-index: 1;
    padding: 60px 0 80px;
  }
  
  .reserve-intro::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 107px;
    z-index: -1;
    pointer-events: none;
  }
  
  .reserve-emergency {
    position: relative;
    padding: 140px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/_seagreen/access-bg-seagreen.png);
  }
  .reserve-emergency2 {
    position: relative;
    padding: 0 0 100px;
  }
  .reserve-emergency:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 107px;
    background-image: url(../../images/access-bottom-mask.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  @media (max-width: 1399px) {
    .reserve-intro {
      padding: 60px 0 40px;
    }
  }
  
  @media (max-width: 991px) {
    .reserve-emergency:before {
      background-size: cover;
    }
  }
  
  @media (max-width: 767px) {
    .reserve-intro {
      padding: 60px 0px;
    }
    .reserve-emergency {
      padding: 140px 0 80px;
    }
    .reserve-emergency:before {
      top: -70px;
    }
  }
  .reserve-guide2 {
    margin-bottom: 100px;
  }
  .reserve-guide2 ol {
    display: flex;
    justify-content: flex-start;
    flex-wrap:wrap;
  }
  .reserve-guide2 ol li {
    border: 3px solid #f0eeee;
    padding: 20px;
    width: 31.25%;
    float: left;
    /* min-height: 550px; */
    margin-top: 29px;
    list-style: none;
    background: #fff;
  }
  .reserve-guide2 ol li dd {
    margin: 0;
  }
  @media screen and (max-width:768px) {
    .reserve-guide2 ol li {
    width: 95%;
    margin: auto;
  
    /* margin:auto; */
    display: block;
    }
  }
  @media screen and (min-width:769px) {
  
  .reserve-guide2 ol li:nth-child(6),  .reserve-guide2 ol li:nth-child(12) {
    display: none;
  }
  .reserve-guide2 ol li:nth-child(11) {
    /* width: auto; */
    min-height: 0;
  }
  }
  .reserve-guide2 ol li:nth-child(11) img {
    margin: 0 20px 0 0;
    float: left;
  }
  .reserve-guide2 ol li:nth-child(11) ul {
    margin-top: 2em;
  }
  .reserve-guide2 ol li:nth-child(11) ul li {
    border: none;
    padding: 0;
    width: auto;
    float: none;
    min-height: 0;
    margin-top: 0;
  }
  .reserve-guide2 ol li:nth-child(11) ul li span {
    color: #20C4BF;
    display: block;
    float: left;
    margin-right: 1em;
  }
  .reserve-guide2 ol li:nth-child(11) ul li em {
    font-style: normal;
    display: block;
    overflow: hidden;
  }
  .reserve-guide2 ol li img {
    display: block;
    margin: 0 auto;
  }
  .reserve-guide2 ol li:first-child img {
    margin-top: 30px;
    max-width: 130px;
  }
  .reserve-guide2 ol li:nth-child(5) img {
    width: 100%;
    height: auto;
  }
  .reserve-guide2 ol li:nth-child(7) img {
    width: 100%;
    height: auto;
  }
  .reserve-guide2 ol li:nth-child(9) img {
    width: 100%;
    height: auto;
  }
  .reserve-guide2 ol li.arrow {
    border: none;
    padding: 0;
    width: 2.8%;
    text-align: center;
    background: initial;
  }
  @media screen and (max-width:768px) {
  
  .reserve-guide2 ol li.arrow {
  border: none;
  text-align: center;
  padding: 0;
  background: url(../../images/reserve/icon04.png) no-repeat center center;
  height: 30px;
  min-height:auto !important;
  width:100%;
  }
  .reserve-guide2 ol li.arrow img {
  display: none;
  } 
  }
  
  .reserve-guide2 ol li.arrow img {
    margin-top: 287px;
  }
  .reserve-guide2 ol li:nth-child(14).arrow img {
    margin-top: 347px;
  }
  .reserve-guide2 ol li dt {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    
  }
  
  .reserve-guide3 {
    margin-bottom: 100px;
    background: url(../../images/reserve/content-shadow-top.jpg) top center no-repeat;
    /* padding: 100px 0 0; */
  }
  .reserve-guide3 ol {
    display: flex;
    justify-content: flex-start;
    flex-wrap:wrap;
  }
  .reserve-guide3 ol li {
    border: 3px solid #f0eeee;
    padding: 20px;
    width: 31.25%;
    /* float: left; */
    /* min-height: 550px; */
    margin-top: 29px;
    list-style: none;
    background-color: #fff;
  }
  .reserve-guide3 ol li dl{
  }
  .reserve-guide3 ol li:nth-child(6), .reserve-guide3 ol li:nth-child(12) {
    display: none;
  }
  @media screen and (max-width:768px) {
    .reserve-guide3 ol li {
    width: 90%;
    margin:auto;
    display: block;
    }
    .reserve-guide3 ol li:nth-child(6), .reserve-guide3 ol li:nth-child(12) {
      display: inline;
    }
  }
  
  .reserve-guide3 ol li.arrow {
    border: none;
    padding: 0;
    width: 2.8%;
    text-align: center;
    background-color: transparent;
  }
  .reserve-guide3 ol li img {
    display: block;
    margin: 0 auto 30px;
  }
  @media screen and (max-width:768px) {
  
  .reserve-guide3 ol li.arrow {
  border: none;
  text-align: center;
  padding: 0;
  background: url(../../images/reserve/icon04.png) no-repeat center center;
  height: 30px;
  width:100%;
  min-height:auto !important;
  }
  
  .reserve-guide3 ol li.arrow img {
  display: none;
  } 
  }
  
  .reserve-guide3 ol li:first-child img {
    width: 100%;
    height: auto;
  }
  .reserve-guide3 ol li:nth-child(3) img {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
  }
  .reserve-guide3 ol li:nth-child(5) img {
    width: 100%;
    height: auto;
  }
  .reserve-guide3 ol li:nth-child(9) img {
    margin-bottom: 50px;
  }
  .reserve-guide3 ol li:nth-child(11) img {
    margin-bottom: 50px;
  }
  .reserve-guide3 ol li dt {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    
  }
  .reserve-guide3 ol li.arrow img {
    margin-top: 287px;
  }
  .reserve-guide3 ol li:nth-child(14) img {
    margin-top: 315px;
  }
  
  @media screen and (max-width:768px) {
  .reserve-guide3 ol li img,
  .reserve-guide2 ol li img{
    
    width: auto !important;
  }
  }
  
  @media screen and (max-width:768px) {
    .reserve-guide3 ol li {
      width: 95%;
      margin: auto;
    display: block;
    }
    .reserve-guide3 ol li dd {
      margin: 0 0 0 -10px;
    }
  }
  .reserve-notice dl {
    background: #fff;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 70px;
  }
  .reserve-notice dt {
    font-size: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
  }
  .reserve-notice dd ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reserve-notice dd ul li {
    width: 48%;
    
  }
  @media screen and (max-width:768px) {
  
  .reserve-notice dd ul li {
    width: 100%;
    margin:10px 0px;
    
  }
  }
  
  .reserve-notice dd ul li strong {
    font-weight: normal;
    color: #000;
    
    font-size: 20px;
  }
  .reserve-notice dd ul li span {
    color: #633B3B;
    font-size: 20px;
  }
  
  @media screen and (max-width:1024px) {
  .reserve-notice dd ul li{
    font-size:16px;
  }
  .reserve-notice dd ul li strong {
      font-weight: normal;
      color: #000;
      
      font-size: 16px;
  }
  .reserve-notice dd ul li span {
      color: #633B3B;
      font-size: 16px;
  }
  }
  
  .reserve-intro .text01 {
    margin-top: 50px;
  }
  .reserve-intro ul {
    /* font-size: 0; */
    margin: 40px 0 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  @media screen and (max-width:768px) {
    .reserve-notice dl {
      width: 94%;
      margin: 0 auto 70px;
      }
    .reserve-notice dd {
    width: 100%;
    margin: 0;
    }
  
    .reserve-intro .text01 {
      text-align: left;
    }
  .reserve-intro ul {
    margin: 20px auto 20px;
    max-width:500px;
    padding:10px;
  }
  }
  .reserve-intro ul li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: center;
  }
  @media screen and (max-width:768px) {
  
  .reserve-intro ul li {
    display: block;
    width: 100%;
  }
  }
  .reserve-intro ul li:first-child {
    /* margin-right: 28px; */
  }
  @media screen and (max-width:768px) {
  
  .reserve-intro ul li:first-child {
    margin-bottom: 10px;
  }
  }
  .reserve-intro ul li a {
    display: block;
    font-size: 26px;
    color: #000;
    
    border: 1px solid #BCBCBC;
    box-shadow: 2px 2px 4px 0px #dddddd;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    position: relative;
    min-height: 138px;
  }
  @media screen and (max-width:768px) {
  
  .reserve-intro ul li a {
    display: block;
    width:auto !important;
    font-size: 18px;
    /* color: #A40000; */
    border: 1px solid #BCBCBC;
    box-shadow: 2px 2px 4px 0px #dddddd;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
    position: relative;
    /* min-height: 100px; */
  }
  }
  .reserve-intro ul li a small {
  }
  .reserve-intro ul li a img {
    position: absolute;
    top: 29px;
    right: 29px;
    width: 80px;
  }
  .reserve-intro ul li a span {
    background: url(../../images/reserve/icon02.png) no-repeat left center;
    padding: 20px 0 20px 90px;
  }
  .reserve-intro ul li:first-child a {
    line-height: 1.2;
    text-align: left;
  }
  .reserve-intro ul li:last-child a {
    height: 138px;
    line-height: 138px;
  }
  .reserve-intro ul li:first-child a span {
    background: url(../../images/reserve/icon01.png) no-repeat 30px center;
    display: block;
    padding: 20px 0 20px 110px;
  }
  @media screen and (max-width:768px) {
    .reserve-intro ul li a span {
      padding: 20px 0 20px 70px;
    }
    .reserve-intro ul li:first-child a span {
      padding: 40px 0 20px 100px;
    }
  }
  @media screen and (max-width:768px) {
    .arrow_sp{
      background-image: none !important;
    }
    }
  
  
  .btn-secondary2:before {
  background: linear-gradient(45deg, var(--btn-color01), var(--btn-color02));
  }
  .btn-secondary2:hover:before {
  background: linear-gradient(45deg, var(--btn-color02), var(--btn-color01));
  }
  @media only screen and (min-width: 992px) {
  .el-box .btn-secondary {
  width: 276px;
  text-align: center;
  box-sizing: border-box;
  }
  }
  @media only screen and (max-width: 640px) {
  .el-box .btn-secondary {
  width: 276px;
  text-align: center;
  box-sizing: border-box;
  }
  
  body#p-staff .sp-mt-0 {
  margin-top: 0 !important;
  }
  body#p-staff .sp-mt-0 .mt-5 {
  margin-top: 48px !important;
  }
  
  .sp-br-none br {
  display: none;
  }
  }
  


.c-heading02{margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {		
	.sp_none{	
		display: none !important;
	}	
}		
		
@media only screen and (min-width: 769px) {		
	.pc_none{	
		display: none !important;
	}	
}