@charset "UTF-8";
:root {
  --color_base:#e0b3bd; }

#mainVisual {
  position: relative; }
  #mainVisual h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 35%;
    z-index: 2; }
    #mainVisual h1 img {
      width: 35vw;
      margin: 0 auto; }
  #mainVisual .pht {
    line-height: 0; }
    #mainVisual .pht img.sp {
      display: none; }
    #mainVisual .pht img {
      width: 100%;
      vertical-align: middle; }
  #mainVisual .instagram {
    position: absolute;
    width: 40px;
    right: 2%;
    bottom: 5%; }
    #mainVisual .instagram a {
      display: block; }
  #mainVisual .scrolldown {
    position: absolute;
    left: 50%;
    bottom: 0%;
    height: 50px;
    z-index: 1; }
  #mainVisual .scrolldown span {
    position: absolute;
    left: -20px;
    top: -15px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-family: kiro, sans-serif;
    font-weight: 300;
    font-style: normal; }
  #mainVisual .scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0; }
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
  #mainVisual .bnrrArea {
    width: 300px;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 10; }
    #mainVisual .bnrrArea ul li {
      margin: 0 5px; }

#conceptArea {
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px 0; }
  #conceptArea .bannerArea {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    margin: 0 auto;
    margin-bottom: 120px; }
  #conceptArea .banner-item {
    margin: 0 10px; }
    #conceptArea .banner-item img {
      width: 100%; }
  #conceptArea h2 {
    text-align: center;
    margin: 0 0 30px 0; }
    #conceptArea h2 img {
      width: 650px;
      margin: 0 auto; }
  #conceptArea p {
    line-height: 2;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 16px; }
  #conceptArea .ls1 {
    position: absolute;
    width: 280px;
    left: 60px;
    top: -32%;
    z-index: -1; }
  #conceptArea .ls2 {
    position: absolute;
    width: 250px;
    right: -20px;
    top: 0%;
    z-index: -1; }
  #conceptArea .ls3 {
    position: absolute;
    width: 230px;
    left: -20px;
    top: 30%;
    z-index: -1; }

.wave {
  position: relative;
  padding-top: 18%; }

canvas {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%; }

#retreatArea {
  overflow: hidden; }
  #retreatArea .ttlArea {
    background: #e1b4be;
    padding: 60px 0;
    margin-bottom: 5%; }
    #retreatArea .ttlArea h2 {
      text-align: center;
      margin: 0 0 60px 0; }
      #retreatArea .ttlArea h2 img {
        width: 480px;
        margin: 0 auto; }
    #retreatArea .ttlArea .warp {
      overflow: hidden;
      width: 780px;
      margin: 0 auto; }
      #retreatArea .ttlArea .warp p {
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px; }
      #retreatArea .ttlArea .warp .retreat {
        width: 460px;
        margin: 0 auto 30px auto; }
  #retreatArea section {
    margin-bottom: 3%; }
    #retreatArea section h3 {
      text-align: center;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 3px;
      line-height: 1.5;
      position: relative; }
      #retreatArea section h3 span {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px; }
    #retreatArea section p {
      margin: 0 5% 5% 5%; }
  #retreatArea .pointttl p {
    text-align: center;
    margin-bottom: 0; }
  #retreatArea .pointttl img {
    width: 600px;
    margin: 0 auto; }
  #retreatArea .line {
    position: relative;
    margin-left: 50%;
    height: 80px;
    z-index: 1; }
  #retreatArea .line::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 60px;
    background: #6e6464;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0; }
  #retreatArea .pht {
    margin-bottom: 3%; }
  #retreatArea .Btn {
    width: 240px;
    position: absolute;
    right: 0%;
    bottom: 0; }
  #retreatArea .cWarp {
    overflow: hidden;
    width: 1100px;
    margin: 0 auto; }
  #retreatArea .section1 {
    position: relative;
    margin-bottom: 10%; }
    #retreatArea .section1 .Btn {
      left: 195px;
      top: 260px; }
  #retreatArea .section2 {
    position: relative;
    margin-bottom: 8%; }
    #retreatArea .section2 .Btn {
      right: 62px;
      top: 260px; }
  #retreatArea .section3 {
    position: relative;
    margin-bottom: 10%; }
    #retreatArea .section3 .Btn {
      left: 32px;
      top: 280px; }
  #retreatArea .section4 {
    position: relative;
    margin-bottom: 8%; }
    #retreatArea .section4 .Btn {
      right: 160px;
      top: 280px; }
  #retreatArea .section5 {
    position: relative; }
    #retreatArea .section5 .Btn {
      left: 180px;
      top: 310px; }

#contentsArea {
  overflow: hidden;
  margin-bottom: 5%; }
  #contentsArea .item {
    width: 20%;
    margin-left: -50px;
    animation: fuwafuwa 5s infinite ease-in-out .8s alternate; }
  #contentsArea h2 {
    text-align: center;
    font-size: 30px;
    color: #a47864;
    margin-bottom: 1%; }
    #contentsArea h2 img {
      width: 240px; }
  #contentsArea .pht {
    margin: 0 0 5% 0; }
  #contentsArea p {
    margin: 0 0 5% 0; }
  #contentsArea .cWarp {
    width: 1000px;
    margin: 0 auto; }
  #contentsArea section {
    position: relative;
    margin-bottom: 60px;
    width: 48%; }
  #contentsArea .section1 {
    float: left; }
    #contentsArea .section1 p {
      margin-bottom: 10.5%; }
  #contentsArea .section2 {
    float: right; }
  #contentsArea .section3 {
    float: left; }
    #contentsArea .section3 p {
      margin-bottom: 10.5%; }
  #contentsArea .section4 {
    float: right; }

#newsArea {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  font-weight: 500; }
  #newsArea .item {
    width: 20%;
    margin-left: 80%;
    animation: fuwafuwa 5s infinite ease-in-out .8s alternate; }
  #newsArea h2 {
    text-align: center;
    font-size: 30px;
    color: #e0b3bd;
    background: url("../img/bg_ttlnews.png") no-repeat left 40% top 10px;
    background-size: 100px;
    padding: 30px 0; }
  #newsArea section {
    width: 780px;
    margin: 0 auto; }
    #newsArea section dl {
      background: #efebea;
      border-radius: 10px;
      margin: 0 0 20px 0;
      padding: 20px 30px;
      text-align: justify; }
    #newsArea section dt {
      color: #e0b3bd;
      font-size: 20px;
      margin-bottom: 10px; }
      #newsArea section dt span {
        color: #6e6464;
        font-size: 14px; }
    #newsArea section dd {
      font-size: 15px; }
      #newsArea section dd p {
        margin-bottom: 10px; }
      #newsArea section dd span {
        font-size: 12px; }
      #newsArea section dd b {
        color: #e0b3bd; }
      #newsArea section dd a {
        text-decoration: underline;
        color: #e0b3bd; }
  #newsArea .linkBtn {
    width: 500px;
    margin: 0 auto; }
  #newsArea ol.pht {
    display: flex; }
    #newsArea ol.pht li img {
      width: 100%; }
  #newsArea ol.pht2 {
    overflow: hidden;
    margin-bottom: 30px; }
    #newsArea ol.pht2 li {
      float: left;
      width: 50%;
      margin-bottom: 0; }
      #newsArea ol.pht2 li img {
        width: 100%;
        vertical-align: middle; }
  #newsArea table {
    margin-bottom: 20px; }
    #newsArea table tr td {
      padding: 0 10px; }

#schedule {
  /*タイムライン全体の設定*/
  /*絶対配置で線を設定*/
  /*タイムラインの見出し横の丸の位置と形状*/ }
  #schedule .bgwarp {
    background: #f0e4e6; }
  #schedule .readp1 {
    width: 780px;
    margin: 0 auto 0px auto;
    padding: 30px 0; }
  #schedule dl dt {
    font-family: kiro, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #b4a0c8;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.2; }
  #schedule dl dd h3 {
    color: #a47864;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2%;
    font-size: 24px; }
  #schedule dl dd .pht {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 3%; }
  #schedule .icon {
    width: 46px;
    position: absolute;
    left: -13px;
    top: -10px;
    z-index: 1; }
  #schedule h3 {
    width: 780px;
    margin: 0 auto;
    vertical-align: bottom; }
    #schedule h3 img {
      vertical-align: middle; }
  #schedule h4 {
    width: 120px;
    margin-left: -20px;
    margin-bottom: 40px;
    padding-top: 30px; }
  #schedule .timeline {
    margin: 0 auto 0px auto;
    width: 780px;
    padding: 60px 30px;
    overflow: hidden; }
    #schedule .timeline .ttl {
      color: #b4a0c8;
      font-weight: 500;
      font-size: 18px;
      border-bottom: 1px solid #b4a0c8;
      padding-bottom: 10px;
      margin-bottom: 30px; }
  #schedule .timeline li {
    /*線の起点とするためrelativeを設定*/
    position: relative;
    list-style: none;
    padding: 0 0 20px 0; }
    #schedule .timeline li dl dd h3 {
      margin-bottom: 10px; }
    #schedule .timeline li dl dd .pht {
      width: 250px;
      height: 150px;
      position: absolute;
      right: 0;
      top: 0; }
    #schedule .timeline li dl dd p {
      width: 440px;
      margin-bottom: 50px; }
  #schedule .timeline dl {
    margin: 0 0 20px 3em; }
  #schedule .border-line {
    /*線の位置*/
    position: absolute;
    left: 9px;
    top: 0;
    width: 3px;
    /*線の太さ*/
    height: 0;
    /*はじめは高さを0に*/
    background: #fff; }
  #schedule .timeline li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background: #b4a0c8;
    border-radius: 50%; }
  #schedule .day1 li::after {
    background: #b4a0c8; }
  #schedule .day2 dl dt {
    color: #e1b4be; }
  #schedule .day2 li::after {
    background: #e1b4be; }
  #schedule .day3 dl dt {
    color: #f0d07d; }
  #schedule .day3 li::after {
    background: #f0d07d; }

#flow article {
  background: #f9f0f2;
  border-radius: 10px;
  margin: 0 auto;
  padding: 60px 80px;
  width: 620px; }
#flow section {
  margin: 0 0 120px 0; }
#flow section:last-child {
  margin-bottom: 0; }
#flow h3 {
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 10px 0;
  width: 300px;
  margin: 0 auto 30px auto; }
  #flow h3 img {
    width: 100px;
    margin: 0 auto;
    vertical-align: middle; }
#flow h4 {
  text-align: center;
  color: #e1a0b4;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px; }
#flow span {
  font-size: 13px;
  line-height: 1.5; }
#flow .linkBtnp a {
  display: block;
  font-size: 18px;
  background: #e1a0b4;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  border-radius: 6px;
  padding: 20px 0;
  margin: 10px 10%; }
  #flow .linkBtnp a span {
    display: block;
    font-size: 13px; }
#flow .linkBtnptxt a {
  color: #e1a0b4;
  font-size: 16px;
  text-decoration: underline; }
  #flow .linkBtnptxt a br {
    display: none; }
#flow .linkBtnimg {
  margin: 0 auto;
  text-align: center;
  padding-top: 10px; }
  #flow .linkBtnimg a {
    display: inline-block; }
    #flow .linkBtnimg a br {
      display: none; }
#flow p {
  margin-bottom: 20px;
  text-align: justify; }
#flow .line {
  text-align: center; }
  #flow .line img {
    width: 3px;
    margin: 0 auto; }
#flow ol {
  text-align: justify; }
  #flow ol li {
    list-style: decimal;
    margin-left: 25px;
    margin-bottom: 10px; }

#point {
  overflow: hidden; }
  #point a {
    color: #e1b4be;
    text-decoration: underline; }
  #point article {
    position: relative;
    overflow: hidden;
    padding-top: 60px; }
  #point .line {
    position: relative;
    margin-left: 50%;
    height: 80px;
    z-index: 1; }
  #point .line::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 70px;
    background: #e1a0b4;
    animation: pathmove2 1.4s ease-in-out infinite;
    opacity: 0; }
@keyframes pathmove2 {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 60px;
    opacity: 1; }
  100% {
    height: 0;
    top: 80px;
    opacity: 0; } }
  #point .head {
    width: 900px;
    margin: 0 auto; }
    #point .head h2 {
      width: 400px;
      padding-top: 80px;
      height: 300px; }
    #point .head .pht {
      position: absolute;
      width: 600px;
      right: -10%;
      top: 3%; }
      #point .head .pht .img img {
        width: 100%; }
      #point .head .pht .bg {
        position: absolute;
        z-index: -1;
        animation: fuwafuwa 5s infinite ease-in-out .8s alternate; }
    #point .head .mainttl {
      padding: 5% 8% 8% 8%; }
      #point .head .mainttl dt {
        font-family: zen-kaku-gothic-antique, sans-serif;
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 3%;
        text-align: center; }
      #point .head .mainttl dd {
        width: 580px;
        margin: 0 auto;
        text-align: justify;
        text-justify: inter-ideograph; }
  #point .ls1 {
    position: absolute;
    width: 300px;
    left: -24%;
    top: 60%;
    z-index: -1; }
  #point .ls2 {
    position: absolute;
    width: 150px;
    right: -20%;
    top: 70%;
    z-index: -1; }
  #point .pk .line::after {
    background: #e1b4be; }
  #point .pk .mainttl dt {
    color: #e1b4be; }
  #point .pk .subttl1 dt {
    color: #e1b4be; }
  #point .pk .subttl1 dd {
    background: #e1b4be; }
  #point .pk .contentsttl dt {
    background: #e1b4be; }
  #point .pk .contentsttl dd {
    color: #e1b4be; }
  #point .pk .head {
    position: relative;
    background-image: url("../img/point/bg_illust01.png"), url("../img/point/bg_illust02.png");
    background-size: 25%, 25%;
    background-repeat: no-repeat, no-repeat;
    background-position: left 55% top 25%, right 0% top 0%; }
  #point .pk .pht .img img {
    margin-left: 5%;
    width: 100%; }
  #point .pk .pht .bg {
    left: -1%;
    top: 6%; }
  #point .pp .line::after {
    background: #b4a0c8; }
  #point .pp .mainttl dt {
    color: #b4a0c8; }
  #point .pp .subttl1 dt {
    color: #b4a0c8; }
  #point .pp .subttl1 dd {
    background: #b4a0c8; }
  #point .pp .head {
    position: relative;
    background-image: url("../img/point/bg_illust03.png"), url("../img/point/bg_illust04.png");
    background-size: 25%, 25%;
    background-repeat: no-repeat, no-repeat;
    background-position: left 55% top 25%, right -30% top 0%; }
  #point .pp .pht .img img {
    margin-left: 0%;
    width: 100%; }
  #point .pp .pht .bg {
    left: 0%;
    top: 6%; }
  #point .contentsArea {
    margin: 0 auto;
    width: 900px; }
    #point .contentsArea .stafflist {
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px; }
    #point .contentsArea .subttl1 {
      padding: 30px 0;
      text-align: center;
      width: 620px;
      margin: 0 auto 30px auto; }
      #point .contentsArea .subttl1 dt {
        font-family: kiro, sans-serif;
        font-style: normal;
        letter-spacing: 7px;
        font-weight: 500;
        margin-bottom: 30px;
        font-size: 18px; }
      #point .contentsArea .subttl1 dd {
        text-align: center;
        font-size: 24px;
        font-family: zen-kaku-gothic-antique, sans-serif;
        font-weight: 500;
        letter-spacing: 10px;
        border-radius: 50px;
        color: #fff;
        padding: 10px 0; }
        #point .contentsArea .subttl1 dd span {
          transform: scale(0.7, 1);
          display: block; }
    #point .contentsArea .contentsttl {
      padding: 20px 0;
      text-align: center;
      width: 40%;
      margin: 0 auto 30px auto; }
      #point .contentsArea .contentsttl dt {
        text-align: center;
        font-size: 24px;
        font-family: zen-kaku-gothic-antique, sans-serif;
        font-weight: 500;
        letter-spacing: 10px;
        border-radius: 50px;
        color: #fff;
        padding: 5px 0;
        margin-bottom: 10px; }
        #point .contentsArea .contentsttl dt span {
          transform: scale(0.7, 1);
          display: block; }
      #point .contentsArea .contentsttl dd {
        font-family: kiro, sans-serif;
        font-style: normal;
        letter-spacing: 7px;
        font-weight: 500;
        margin-bottom: 20px;
        font-size: 18px; }
      #point .contentsArea .contentsttl p {
        text-align: left; }
    #point .contentsArea .mv {
      margin-bottom: 20%; }
  #point #staff .staffArea {
    border-bottom: 1px solid #e1b4be;
    margin: 0 8% 60px 8%;
    padding-bottom: 60px; }
  #point #staff .staffmember {
    background: #fff;
    display: flex;
    width: 90%;
    padding: 5%;
    border-radius: 10px; }
  #point #staff h2 {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 24px; }
  #point #staff .imgArea {
    width: 25%;
    margin-right: 40px; }
    #point #staff .imgArea h3 {
      line-height: 2;
      text-align: center;
      font-family: kiro, sans-serif;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 2px;
      font-size: 12px;
      margin-bottom: 5%; }
      #point #staff .imgArea h3 span {
        border-bottom: 1px solid #e1b4be;
        color: #e1b4be;
        padding-bottom: 5px;
        font-size: 20px; }
    #point #staff .imgArea .pht {
      overflow: hidden;
      border-radius: 10px;
      width: 100%;
      height: 400px;
      float: right;
      vertical-align: middle; }
  #point #staff .readArea {
    clear: both;
    width: 70%; }
    #point #staff .readArea dl dt {
      color: #e1b4be;
      font-size: 16px; }
      #point #staff .readArea dl dt br {
        display: none; }
    #point #staff .readArea dl dd p {
      margin-bottom: 2%;
      font-size: 14px; }
    #point #staff .readArea dl dd ol li span {
      vertical-align: 5px; }
    #point #staff .readArea dl dd ol li {
      list-style: disc;
      margin-left: 35px;
      font-size: 14px;
      margin-bottom: -15px; }
    #point #staff .readArea dl dd ol li::marker {
      color: #e1b4be;
      font-size: 28px; }
  #point #staff .acd-check {
    display: none; }
  #point #staff .acd-label {
    display: block;
    margin-bottom: 1px;
    padding: 10px 0;
    color: #e1b4be;
    font-size: 18px;
    text-decoration: underline; }
  #point #staff .acd-content {
    height: 0;
    opacity: 0;
    padding: 0 0px;
    transition: .5s;
    visibility: hidden; }
  #point #staff .acd-check:checked + .acd-label + .acd-content {
    height: 100%;
    opacity: 1;
    padding: 0px 0;
    visibility: visible; }
  #point #staff .panel {
    border-left: none;
    border-right: none;
    background-color: white;
    padding: 20px 20px;
    display: none; }
  #point #staff .box {
    margin-top: 100px;
    border-radius: 10px;
    background-color: #e1b4be;
    display: block;
    display: inline-block;
    width: 100%;
    border: 1px solid #e1b4be; }
  #point #staff button {
    font-family: inherit;
    font-size: 100%; }
  #point #staff .boxbtn {
    color: #fff;
    font-family: zen-kaku-gothic-antique, sans-serif;
    font-weight: 500;
    display: block;
    flex-grow: 1;
    width: 100%;
    padding: 20px;
    background-color: inherit;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 1.5px; }
  #point #staff .boxbtn:hover {
    background-color: #ddd; }
  #point #staff .fas {
    float: right; }

#facilities .contentsArea h3 {
  text-align: center;
  line-height: 1.0;
  margin-bottom: 30px; }
  #facilities .contentsArea h3 b {
    display: block;
    font-family: kiro, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 4px;
    color: #b4a0c8;
    font-size: 36px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #facilities .contentsArea h3 span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 4px; }
#facilities .contentsArea h4 {
  color: #b4a0c8;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 3%; }
  #facilities .contentsArea h4 span {
    font-size: 14px; }
#facilities .contentsArea .iconbtn {
  background: #b4a0c8;
  font-size: 12px;
  line-height: 1;
  padding: 2% 3%;
  color: #fff;
  border-radius: 4px; }
#facilities .contentsArea .pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  height: 250px; }
#facilities .contentsArea .slider div {
  border-radius: 10px;
  overflow: hidden; }
#facilities .contentsArea .room li {
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  #facilities .contentsArea .room li img {
    margin-bottom: 0; }
  #facilities .contentsArea .room li .playbtn {
    position: absolute;
    width: 20%;
    left: 5%;
    top: 5%; }
  #facilities .contentsArea .room li p {
    margin-bottom: 5%;
    font-size: 12px; }
#facilities .contentsArea .room .amenity {
  clear: both;
  width: 100%;
  float: none;
  padding-top: 30px; }
  #facilities .contentsArea .room .amenity .pht {
    margin-bottom: 10px; }
  #facilities .contentsArea .room .amenity h4 {
    font-size: 24px; }
  #facilities .contentsArea .room .amenity p {
    text-align: left;
    float: left;
    font-size: 15px;
    width: 55%;
    padding-top: 5px;
    line-height: 2; }
  #facilities .contentsArea .room .amenity .bath {
    width: 40%;
    float: right; }
    #facilities .contentsArea .room .amenity .bath .pht {
      height: 230px;
      margin-bottom: 10px; }
    #facilities .contentsArea .room .amenity .bath p {
      width: 100%;
      float: none;
      font-size: 13px;
      padding-top: 0px; }
#facilities .contentsArea .room li {
  width: 47%;
  float: left; }
#facilities .contentsArea .room li:nth-child(2n) {
  float: right; }
#facilities .contentsArea .warp {
  margin: 0 0% 60px 0%;
  overflow: hidden;
  clear: both; }
  #facilities .contentsArea .warp dl dt {
    width: 40%;
    float: left;
    height: 240px; }
  #facilities .contentsArea .warp dl dd {
    width: 55%;
    float: right;
    font-size: 16px;
    padding-top: 50px;
    line-height: 1.8; }

#foods .contentsArea .warpArea {
  background: #efebea;
  border-radius: 10px;
  padding: 5%; }
#foods .contentsArea ul {
  margin-bottom: 60px;
  overflow: hidden; }
  #foods .contentsArea ul li {
    margin-bottom: 30px;
    text-align: center; }
    #foods .contentsArea ul li h4 {
      background: #aa877d;
      color: #fff;
      border-radius: 50px;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      margin: 0 20% 15px 20%;
      padding: 1% 0;
      letter-spacing: 4px; }
  #foods .contentsArea ul li {
    width: 47%;
    float: left; }
  #foods .contentsArea ul li:nth-child(2n) {
    float: right; }
#foods .contentsArea .room {
  overflow: hidden; }
  #foods .contentsArea .room .pht {
    float: left;
    width: 47%; }
  #foods .contentsArea .room dl {
    float: right;
    width: 47%;
    padding-top: 50px; }
    #foods .contentsArea .room dl dt {
      text-align: center;
      color: #aa877d;
      font-size: 20px;
      text-align: left;
      line-height: 1.5;
      margin-bottom: 10px;
      font-weight: 500;
      background: none; }
    #foods .contentsArea .room dl dd span {
      font-size: 12px; }
#foods .contentsArea .pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 240px; }

#service ul {
  overflow: hidden; }
  #service ul li {
    float: left;
    width: 47%;
    line-height: 1.8;
    margin-bottom: 30px; }
    #service ul li .pht {
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 20px;
      height: 240px; }
    #service ul li h4 {
      color: #b4a0c8;
      font-size: 20px;
      line-height: 1.2;
      font-weight: 500;
      margin-bottom: 3%; }
      #service ul li h4 span {
        font-size: 14px; }
    #service ul li a {
      display: block;
      background: #b4a0c8;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 10px 0;
      font-size: 14px;
      transition: 0.3s; }
    #service ul li a:hover {
      transition: 0.3s; }
  #service ul li:nth-child(2n) {
    float: right; }

#program .contentsWarp {
  position: relative;
  padding-top: 40px;
  margin-bottom: 60px; }
#program .warp {
  background: #efebea;
  border-radius: 10px;
  padding: 50px 30px 30px 30px;
  margin: 0 0%; }
#program h3 {
  background: #efebea;
  border-radius: 60px;
  color: #a47864;
  font-size: 24px;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  position: absolute;
  top: 0;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 1.7;
  letter-spacing: 4px; }
  #program h3 span {
    display: block;
    font-family: zen-kaku-gothic-antique, sans-serif;
    transform: scale(0.7, 1); }
#program .plan1 {
  margin-top: 60px; }
  #program .plan1 .txtc {
    text-align: center;
    margin-bottom: 0%; }
  #program .plan1 h4 {
    background: #aa877d;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0% 5px 0%; }
    #program .plan1 h4 br {
      display: none; }
  #program .plan1 .txtc {
    margin-bottom: 30px; }
  #program .plan1 .pht {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0%; }
  #program .plan1 .point1 {
    display: table;
    margin-bottom: 30px; }
    #program .plan1 .point1 dl {
      width: 33.3333%;
      padding: 0 10px;
      display: table-cell; }
    #program .plan1 .point1 dt {
      color: #e1b4be;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5%; }
      #program .plan1 .point1 dt b {
        background: #e1b4be;
        border-radius: 50px;
        padding: 3% 5%;
        color: #fff;
        font-family: kiro, sans-serif;
        font-style: normal;
        font-weight: 500;
        margin-right: 3%; }
    #program .plan1 .point1 dd {
      margin-bottom: 5%; }
      #program .plan1 .point1 dd .pht {
        height: 170px;
        margin-bottom: 10px; }
    #program .plan1 .point1 p {
      text-align: left;
      padding: 0%; }
  #program .plan1 .point2 {
    margin: 3% 0% 3% 0%;
    overflow: hidden;
    width: 100%; }
    #program .plan1 .point2 dl {
      width: 47%;
      float: left; }
    #program .plan1 .point2 dl:nth-child(2n) {
      float: right; }
    #program .plan1 .point2 dt {
      color: #e1b4be;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 5px; }
      #program .plan1 .point2 dt span {
        font-size: 14px;
        color: #666; }
      #program .plan1 .point2 dt br {
        display: none; }
    #program .plan1 .point2 dd {
      margin-bottom: 20px;
      font-size: 14px; }
      #program .plan1 .point2 dd p {
        margin: 0 0 0% 0; }
      #program .plan1 .point2 dd a {
        display: block;
        background: #e1b4be;
        padding: 10px 0;
        color: #fff;
        font-weight: 600;
        width: 90%;
        border-radius: 6px;
        font-size: 16px;
        text-align: center; }
    #program .plan1 .point2 p {
      text-align: left; }
  #program .plan1 .menu {
    margin-bottom: 30px;
    overflow: hidden; }
    #program .plan1 .menu dl {
      width: 48%;
      float: left;
      margin-bottom: 20px; }
    #program .plan1 .menu dl:nth-child(2) {
      float: right; }
    #program .plan1 .menu dl:nth-child(4) {
      float: right; }
    #program .plan1 .menu dt {
      color: #e1b4be;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 2%; }
      #program .plan1 .menu dt .pht {
        height: 200px;
        margin-bottom: 10px; }
      #program .plan1 .menu dt b {
        background: #e1b4be;
        border-radius: 50px;
        padding: 3% 5%;
        color: #fff;
        font-family: kiro, sans-serif;
        font-style: normal;
        font-weight: 500;
        margin-right: 3%; }
    #program .plan1 .menu dd {
      margin-bottom: 5%; }
    #program .plan1 .menu h5 {
      color: #e1b4be;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 5px; }
    #program .plan1 .menu p {
      text-align: left;
      padding: 0%; }
    #program .plan1 .menu ol {
      clear: both;
      font-size: 18px;
      display: flex; }
      #program .plan1 .menu ol li {
        width: 50%; }
      #program .plan1 .menu ol li:nth-child(2) {
        text-align: right; }
      #program .plan1 .menu ol a {
        color: #e1b4be;
        text-decoration: underline; }
  #program .plan1 .photo {
    overflow: hidden; }
    #program .plan1 .photo .pht {
      height: 250px;
      width: 48%;
      float: left;
      margin-bottom: 20px; }
    #program .plan1 .photo img {
      width: 110%; }
    #program .plan1 .photo dl {
      width: 48%;
      float: right; }
      #program .plan1 .photo dl dt {
        color: #e1b4be;
        font-size: 22px;
        line-height: 1.3;
        font-weight: 500; }
    #program .plan1 .photo dd {
      margin-bottom: 20px; }
      #program .plan1 .photo dd .txt {
        text-align: left;
        margin-bottom: 10px; }
        #program .plan1 .photo dd .txt span {
          font-weight: bold; }
      #program .plan1 .photo dd .batt {
        text-align: center;
        background: #a47864;
        border-radius: 50px;
        color: #fff;
        padding: 10px 0;
        margin-bottom: 10px; }
      #program .plan1 .photo dd .att {
        font-size: 12px; }
    #program .plan1 .photo .linkBtn2 {
      clear: both;
      width: 60%;
      margin: 0 auto; }
      #program .plan1 .photo .linkBtn2 a {
        display: block;
        color: #fff;
        background: #e1b4be;
        text-align: center;
        padding: 12px 0;
        border-radius: 6px; }
#program .plan2 ul {
  overflow: hidden; }
#program .plan2 li {
  width: 32.5%;
  margin: 0 0% 30px 0%;
  float: left; }
#program .plan2 li:nth-child(2) {
  margin: 0 1%; }
#program .plan2 li:nth-child(5) {
  margin: 0 1%; }
#program .plan2 h4 {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 3% 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 3% 0% 3%; }
#program .plan2 p {
  text-align: left;
  padding: 10px;
  font-size: 14px; }
#program .plan3 .iframe {
  margin: 0 auto; }
#program .plan3 h4 {
  font-size: 24px;
  text-align: center; }
  #program .plan3 h4 span {
    display: block;
    font-weight: 500; }
#program .plan3 h4 {
  background: #aa877d;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0% 5px 0%; }
  #program .plan3 h4 br {
    display: none; }
#program .plan3 p {
  text-align: center; }
#program .btnArea a {
  color: #e1b4be;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500; }

#list section {
  position: relative;
  width: 780px;
  margin: 0 auto;
  padding-top: 20px; }
#list h3 {
  position: absolute;
  top: 0; }
#list h3.ttl1 {
  width: 200px;
  right: -10px; }
#list h3.ttl2 {
  width: 200px;
  left: -10px; }
#list h3.ttl3 {
  width: 250px;
  right: -10px; }
#list h3.ttl4 {
  width: 250px;
  left: -10px; }
#list .warp {
  background: #f6f0f1;
  padding: 30px 30px;
  margin: 30px 0 30px 0;
  border-radius: 10px; }
#list ol {
  overflow: hidden; }
  #list ol li {
    position: relative;
    margin: 0 0 10px 5%;
    float: left;
    width: 45%;
    font-weight: 500; }
    #list ol li span {
      font-size: 13px; }
  #list ol li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #b4a0c8;
    position: absolute;
    left: -20px;
    top: calc(0.75em - 3px); }
#list section:nth-child(2) .warp {
  padding-top: 60px; }
#list section:nth-child(3) .box {
  border-bottom: 1px solid #b4a0c8;
  padding-bottom: 5%;
  margin-bottom: 5%; }
#list section:nth-child(4) .warp {
  padding-top: 60px; }
#list section:nth-child(5) {
  padding: 0; }
#list h4 {
  color: #b4a0c8;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3; }
  #list h4 span {
    font-size: 14px; }
  #list h4 br {
    display: none; }

.alinkBtn {
  padding-top: 3%; }
  .alinkBtn a {
    display: block;
    background: #b4a0c8;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10%; }
  .alinkBtn br {
    display: none; }

#price section {
  position: relative;
  padding-top: 40px;
  margin-bottom: 60px;
  width: 900px;
  margin: 0 auto 60px auto; }
#price h3 {
  background: #efebea;
  border-radius: 60px;
  color: #a47864;
  font-size: 24px;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  position: absolute;
  top: 0;
  width: 40%;
  left: 30%;
  line-height: 1.7;
  letter-spacing: 4px; }
  #price h3 span {
    display: block;
    font-family: zen-kaku-gothic-antique, sans-serif;
    transform: scale(0.7, 1); }
#price .warp {
  background: #efebea;
  border-radius: 10px;
  padding: 50px 30px 30px 30px;
  margin: 0 0%; }
#price .pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3%;
  height: 250px; }
  #price .pht img {
    overflow: hidden; }
#price .slider div {
  border-radius: 10px;
  overflow: hidden; }
  #price .slider div div div img {
    vertical-align: middle; }
#price .plan1 h3 {
  width: 50%;
  left: 25%;
  letter-spacing: 4px; }
#price .plan1 h4 {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 1% 0; }
#price .plan1 p {
  text-align: center;
  padding: 1% 0; }
#price .plan1 .price {
  color: #e1b4be;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  font-family: kiro, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px; }
  #price .plan1 .price span {
    font-size: 18px; }
#price .plan1 .nprice {
  color: #e1b4be; }
  #price .plan1 .nprice b {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    font-family: kiro, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 4px; }
  #price .plan1 .nprice span {
    font-size: 18px; }
#price .plan1 ul {
  overflow: hidden; }
  #price .plan1 ul li {
    width: 48%;
    float: left;
    margin-bottom: 30px; }
  #price .plan1 ul li:nth-child(2n) {
    float: right; }
  #price .plan1 ul li:last-child {
    border-top: 1px solid #e1b4be;
    margin-bottom: 0;
    width: 100%;
    clear: both;
    text-align: left; }
    #price .plan1 ul li:last-child p {
      text-align: left;
      padding: 20px;
      font-size: 14px; }
  #price .plan1 ul li:nth-child(5) {
    width: 100%;
    clear: both;
    margin: 20px 0 20px 0; }
    #price .plan1 ul li:nth-child(5) h5 {
      text-align: center;
      font-size: 18px;
      font-weight: 500; }
    #price .plan1 ul li:nth-child(5) p {
      font-size: 14px;
      text-align: justify; }
    #price .plan1 ul li:nth-child(5) .inner-contents {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      #price .plan1 ul li:nth-child(5) .inner-contents a {
        width: 26.5%;
        margin-top: 15px;
        text-align: center;
        display: block;
        background: #e1b4be;
        border-radius: 50px;
        color: #fff;
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500; }
      #price .plan1 ul li:nth-child(5) .inner-contents i {
        margin-left: 10px; }
    #price .plan1 ul li:nth-child(5) h5 {
      margin-bottom: 20px;
      font-size: 24px; }
    #price .plan1 ul li:nth-child(5) .planArea {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px; }
    #price .plan1 ul li:nth-child(5) .read {
      margin-bottom: 20px; }
    #price .plan1 ul li:nth-child(5) dl {
      width: 31%; }
      #price .plan1 ul li:nth-child(5) dl dt {
        background: #e1b4be;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        border-radius: 60px;
        padding: 5px 0;
        margin-bottom: 10px; }
      #price .plan1 ul li:nth-child(5) dl dd p {
        font-size: 14px; }
      #price .plan1 ul li:nth-child(5) dl dd ol li {
        list-style: disc;
        margin-left: 25px;
        margin-bottom: 0px;
        font-size: 13px;
        width: 90%;
        border: none; }
      #price .plan1 ul li:nth-child(5) dl dd.price {
        letter-spacing: 0;
        color: #e1b4be;
        padding: 10px 0;
        text-align: right; }
        #price .plan1 ul li:nth-child(5) dl dd.price span {
          font-size: 16px; }
    #price .plan1 ul li:nth-child(5) .att {
      font-size: 13px; }
#price .plan2 h3 {
  width: 50%;
  left: 25%;
  letter-spacing: 4px;
  margin-bottom: 10px; }
#price .plan2 dl {
  margin: 0 15% 30px 15%; }
  #price .plan2 dl dt {
    color: #e1b4be;
    font-size: 24px;
    font-weight: 600;
    text-align: center; }
    #price .plan2 dl dt span {
      font-family: kiro, sans-serif;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 4px;
      font-size: 48px; }
#price .plan2 ol {
  margin: 0 15%; }
  #price .plan2 ol li {
    position: relative;
    margin-left: 25px; }
  #price .plan2 ol li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e1b4be;
    position: absolute;
    left: -20px;
    top: calc(0.75em - 3px); }
#price .plan3 h3 {
  width: 60%;
  left: 20%;
  letter-spacing: 4px; }
#price .plan3 dl {
  width: 32%;
  float: left; }
  #price .plan3 dl dt {
    background: #e1b4be;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 3% 0;
    font-size: 20px;
    font-weight: 500; }
  #price .plan3 dl dd.traiangle {
    width: 0;
    text-align: center;
    margin: 0 auto;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #e1b4be; }
  #price .plan3 dl dd {
    text-align: center;
    font-size: 16px; }
    #price .plan3 dl dd span {
      display: block;
      font-size: 14px; }
#price .plan3 dl:nth-child(2) {
  margin: 0 2%; }
#price .plan3 p {
  text-align: left;
  padding: 20px 20px 0 20px;
  font-size: 14px;
  clear: both; }
#price .plan4 .txtc {
  text-align: center;
  margin-bottom: 0%; }
#price .plan4 h4 {
  background: #aa877d;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0% 5px 0%; }
  #price .plan4 h4 br {
    display: none; }
#price .plan4 .repeat {
  background: #aa877d;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0%; }
  #price .plan4 .repeat br {
    display: none; }
#price .plan4 h5 {
  color: #6e6464;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0% 5px 0%; }
  #price .plan4 h5 span {
    font-size: 15px;
    font-weight: 400; }
#price .plan4 .txtc {
  margin-bottom: 30px; }
#price .plan4 .pht {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0%; }
#price .plan4 .point1 {
  display: table;
  margin-bottom: 30px;
  padding-top: 30px; }
  #price .plan4 .point1 dl {
    width: 33.3333%;
    padding: 0 10px;
    display: table-cell; }
  #price .plan4 .point1 dt {
    color: #e1b4be;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5%; }
    #price .plan4 .point1 dt b {
      background: #e1b4be;
      border-radius: 50px;
      padding: 3% 5%;
      color: #fff;
      font-family: kiro, sans-serif;
      font-style: normal;
      font-weight: 500;
      margin-right: 3%; }
  #price .plan4 .point1 dd {
    margin-bottom: 5%; }
    #price .plan4 .point1 dd .pht {
      height: 170px;
      margin-bottom: 10px; }
  #price .plan4 .point1 p {
    text-align: left;
    padding: 0%; }
#price .plan4 .point2 {
  margin: 3% 0% 3% 0%;
  overflow: hidden;
  width: 100%; }
  #price .plan4 .point2 dl {
    width: 47%;
    float: left; }
  #price .plan4 .point2 dl:nth-child(2n) {
    float: right; }
  #price .plan4 .point2 dt {
    color: #e1b4be;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px; }
    #price .plan4 .point2 dt span {
      font-size: 14px;
      color: #666; }
    #price .plan4 .point2 dt br {
      display: none; }
  #price .plan4 .point2 dd {
    margin-bottom: 20px;
    font-size: 14px; }
    #price .plan4 .point2 dd p {
      margin: 0 0 0% 0; }
    #price .plan4 .point2 dd a {
      display: block;
      background: #e1b4be;
      padding: 10px 0;
      color: #fff;
      font-weight: 600;
      width: 90%;
      border-radius: 6px;
      font-size: 16px;
      text-align: center; }
  #price .plan4 .point2 p {
    text-align: left; }
  #price .plan4 .point2 .att {
    clear: both;
    font-size: 13px; }
  #price .plan4 .point2 .plus {
    background: var(--color_base);
    text-align: center;
    color: #fff;
    padding: 1% 0;
    font-weight: 600;
    margin: 2% 0; }
  #price .plan4 .point2 .plust {
    font-weight: 600; }
#price .plan4 ol {
  clear: both;
  font-size: 14px;
  display: flex; }
  #price .plan4 ol li {
    width: 50%; }
  #price .plan4 ol li:nth-child(2) {
    text-align: right; }
  #price .plan4 ol a {
    color: #e1b4be;
    text-decoration: underline;
    font-size: 18px; }
#price .plan5 ul {
  overflow: hidden; }
#price .plan5 li {
  width: 32.5%;
  margin: 0 0% 30px 0%;
  float: left; }
#price .plan5 li:nth-child(2) {
  margin: 0 1%; }
#price .plan5 li:nth-child(5) {
  margin: 0 1%; }
#price .plan5 h4 {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 3% 0% 3%; }
#price .plan5 p {
  text-align: left;
  padding: 20px;
  font-size: 14px;
  text-align: center; }
#price .plan6 .txtc {
  text-align: center;
  margin-bottom: 0%; }
#price .plan6 h4 {
  background: #aa877d;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0% 5px 0%; }
  #price .plan6 h4 br {
    display: none; }
#price .plan6 p {
  padding: 20px 0; }
#price .plan6 .mab {
  margin-bottom: 60px;
  border-bottom: 1px dotted #aa877d; }
#price .plan6 .readArea {
  overflow: hidden;
  padding: 15px 0 20px 0; }
  #price .plan6 .readArea img {
    float: left;
    width: 30%;
    margin-right: 4%; }
  #price .plan6 .readArea p {
    float: right;
    width: 66%;
    padding: 0; }
#price .plan6 dl {
  overflow: hidden;
  margin-bottom: 30px; }
#price .plan6 dt {
  color: #fff;
  background: #e1b4be;
  border-radius: 3px;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0% 5px 0%; }
  #price .plan6 dt span {
    font-size: 15px;
    font-weight: 400; }
#price .plan6 dd {
  font-family: kiro, sans-serif;
  line-height: 1.5;
  text-align: center;
  padding-top: 10px; }
  #price .plan6 dd p {
    padding: 0;
    font-weight: 600; }
  #price .plan6 dd .ttl {
    color: #e1b4be; }
  #price .plan6 dd b {
    font-size: 28px; }
  #price .plan6 dd span {
    font-size: 12px; }
  #price .plan6 dd ol {
    overflow: hidden; }
    #price .plan6 dd ol li {
      list-style: decimal;
      margin-left: 25px;
      text-align: left;
      float: left;
      width: 47%;
      letter-spacing: 0;
      margin-bottom: 5px; }
#price .plan6 .priceArea dd {
  float: left;
  width: 50%; }
#price .checkin h4 {
  border-bottom: 1px solid #aa877d;
  margin: 0 5% 20px 5%;
  text-align: center; }
  #price .checkin h4 span {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 500;
    transform: scale(0.7, 1); }
#price .checkin p {
  color: #e1b4be;
  font-size: 16px;
  text-align: center;
  line-height: 1.3; }
  #price .checkin p br {
    display: none; }
  #price .checkin p span {
    font-family: kiro, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 30px; }
#price .room h3 {
  width: 50%;
  left: 25%;
  letter-spacing: 4px; }
#price .room h4 {
  background: #e1b4be;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 1% 0; }
#price .room p {
  text-align: center;
  padding: 1% 0; }
#price .room .price {
  color: #e1b4be;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  font-family: kiro, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px; }
  #price .room .price span {
    font-size: 18px; }
#price .room .nprice {
  color: #e1b4be; }
  #price .room .nprice b {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    font-family: kiro, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 4px; }
  #price .room .nprice span {
    font-size: 18px; }
#price .room ul {
  overflow: hidden; }
  #price .room ul li {
    width: 48%;
    float: left;
    margin-bottom: 30px; }
  #price .room ul li:nth-child(2n) {
    float: right; }
  #price .room ul li:nth-child(3) {
    margin-bottom: 0px; }
  #price .room ul li:nth-child(4) {
    margin-bottom: 0px; }
  #price .room ul li:nth-child(5) {
    width: 100%;
    clear: both;
    margin: 20px 0 20px 0; }
    #price .room ul li:nth-child(5) h5 {
      text-align: center;
      font-size: 18px;
      font-weight: 500; }
    #price .room ul li:nth-child(5) p {
      font-size: 14px;
      text-align: justify; }
    #price .room ul li:nth-child(5) .inner-contents {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      #price .room ul li:nth-child(5) .inner-contents a {
        width: 26.5%;
        margin-top: 15px;
        text-align: center;
        display: block;
        background: #e1b4be;
        border-radius: 50px;
        color: #fff;
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500; }
      #price .room ul li:nth-child(5) .inner-contents i {
        margin-left: 10px; }
    #price .room ul li:nth-child(5) h5 {
      margin-bottom: 20px;
      font-size: 24px; }
    #price .room ul li:nth-child(5) .planArea {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px; }
    #price .room ul li:nth-child(5) .read {
      margin-bottom: 20px; }
    #price .room ul li:nth-child(5) dl {
      width: 31%; }
      #price .room ul li:nth-child(5) dl dt {
        background: #e1b4be;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        border-radius: 60px;
        padding: 5px 0;
        margin-bottom: 10px; }
      #price .room ul li:nth-child(5) dl dd p {
        font-size: 14px; }
      #price .room ul li:nth-child(5) dl dd ol li {
        list-style: disc;
        margin-left: 25px;
        margin-bottom: 0px;
        font-size: 13px;
        width: 90%;
        border: none; }
      #price .room ul li:nth-child(5) dl dd.price {
        letter-spacing: 0;
        color: #e1b4be;
        padding: 10px 0;
        text-align: right; }
        #price .room ul li:nth-child(5) dl dd.price span {
          font-size: 16px; }
    #price .room ul li:nth-child(5) .att {
      font-size: 13px; }
#price .packplan .planArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
#price .packplan .read {
  margin-bottom: 20px; }
#price .packplan dl {
  width: 31%; }
  #price .packplan dl dt {
    background: #e1b4be;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 60px;
    padding: 8px 0;
    margin-bottom: 10px; }
  #price .packplan dl dd p {
    font-size: 14px; }
  #price .packplan dl dd ol {
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px; }
    #price .packplan dl dd ol li {
      list-style: disc;
      margin-left: 25px;
      margin-bottom: 0px;
      font-size: 13px;
      width: 90%;
      border: none; }
      #price .packplan dl dd ol li b {
        font-size: 15px; }
  #price .packplan dl dd.price {
    letter-spacing: 0;
    color: #e1b4be;
    padding: 10px 0;
    text-align: right;
    font-size: 24px;
    font-weight: 700; }
    #price .packplan dl dd.price span {
      font-size: 16px; }
  #price .packplan dl dd.price2 {
    letter-spacing: 0;
    color: #e1b4be;
    padding: 0px 0;
    text-align: right;
    font-size: 20px;
    font-weight: 700; }
    #price .packplan dl dd.price2 span {
      font-size: 14px; }
    #price .packplan dl dd.price2 b {
      color: #6e6464;
      font-size: 14px; }
#price .packplan .att {
  font-size: 13px;
  clear: both;
  margin-bottom: 20px; }
#price .packplan .attArea {
  clear: both;
  border-top: 1px solid #e1b4be;
  padding-top: 20px; }
  #price .packplan .attArea p {
    font-size: 13px; }
#price .packplan2 .planArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
#price .packplan2 .read {
  margin-bottom: 20px; }
#price .packplan2 dl {
  width: 48%; }
  #price .packplan2 dl dt {
    background: #e1b4be;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 60px;
    padding: 8px 0;
    margin-bottom: 10px; }
  #price .packplan2 dl dd p {
    font-size: 14px; }
  #price .packplan2 dl dd ol {
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px; }
    #price .packplan2 dl dd ol li {
      list-style: disc;
      margin-left: 25px;
      margin-bottom: 0px;
      font-size: 13px;
      width: 90%;
      border: none; }
      #price .packplan2 dl dd ol li b {
        font-size: 15px; }
  #price .packplan2 dl dd.price {
    letter-spacing: 0;
    color: #e1b4be;
    padding: 10px 0;
    text-align: right;
    font-size: 24px;
    font-weight: 700; }
    #price .packplan2 dl dd.price span {
      font-size: 16px; }
  #price .packplan2 dl dd.price2 {
    letter-spacing: 0;
    color: #e1b4be;
    padding: 0px 0;
    text-align: right;
    font-size: 20px;
    font-weight: 700; }
    #price .packplan2 dl dd.price2 span {
      font-size: 14px; }
    #price .packplan2 dl dd.price2 b {
      color: #6e6464;
      font-size: 14px; }
#price .packplan2 .att {
  font-size: 13px;
  clear: both;
  margin-bottom: 20px; }
  #price .packplan2 .att b {
    font-size: 14px; }
#price .packplan2 .attArea {
  clear: both;
  border-top: 1px solid #e1b4be;
  padding-top: 20px; }
  #price .packplan2 .attArea p {
    font-size: 13px; }

#packplan .name {
  padding: 10% 0;
  display: none; }
  #packplan .name dl {
    text-align: center;
    margin-bottom: 5%; }
    #packplan .name dl dt {
      font-size: 20px;
      font-weight: 700; }
    #packplan .name dl dd {
      font-size: 12px;
      font-weight: 500; }
#packplan ul {
  width: 600px;
  margin: 0 auto; }
  #packplan ul li {
    margin-bottom: 20px; }
    #packplan ul li a {
      display: block;
      background: #b4a0c8;
      border-radius: 50px;
      color: #fff;
      padding: 15px 25px;
      font-size: 16px;
      position: relative;
      font-weight: 500; }
      #packplan ul li a i {
        position: absolute;
        right: 3%;
        top: 30%;
        font-size: 24px; }

#faq .readtxt {
  width: 820px;
  margin: 0 auto 30px auto;
  text-align: center; }
#faq section {
  background: #f9f0f2;
  border-radius: 10px;
  width: 700px;
  margin: 0 auto 30px auto;
  padding: 30px 50px; }
  #faq section table {
    width: 100%; }
    #faq section table th {
      width: 50px;
      font-family: kiro, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 1;
      text-align: left;
      padding-bottom: 20px; }
    #faq section table td {
      width: 650px;
      clear: both;
      padding-bottom: 20px; }
    #faq section table .q {
      font-weight: 600; }
    #faq section table .a {
      color: #aa877d; }
      #faq section table .a span {
        font-weight: 600; }
      #faq section table .a a {
        color: #aa877d;
        text-decoration: underline; }
    #faq section table th.q {
      font-size: 24px;
      font-weight: 500; }
    #faq section table th.a {
      font-size: 24px;
      font-weight: 500; }

#tour .txt {
  width: 780px;
  margin: 0 auto 30px auto;
  text-align: center; }
#tour .txt2 {
  padding: 20px 0; }
#tour section {
  background: #efebea;
  border-radius: 10px;
  width: 780px;
  margin: 0 auto 60px auto;
  padding: 50px 30px; }
  #tour section h3 {
    text-align: center;
    color: #b4a0c8;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px; }
    #tour section h3 br {
      display: none; }
  #tour section .pht {
    overflow: hidden;
    border-radius: 10px; }
  #tour section ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between; }
    #tour section ul li {
      text-align: center;
      margin: 0 5px; }
      #tour section ul li .pht {
        margin-bottom: 10px;
        height: 245px; }
      #tour section ul li p {
        font-weight: 500; }
  #tour section h4 {
    background: #b4a0c8;
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 20px; }
  #tour section ol li {
    list-style: disc;
    margin-left: 25px; }
    #tour section ol li .pht {
      overflow: hidden;
      border-radius: 10px;
      height: 300px; }
  #tour section .flow ul {
    justify-content: left; }
  #tour section .flow .pht img {
    border-radius: 10px;
    height: 245px; }
#tour .contact {
  text-align: center;
  width: 840px;
  margin: 0 auto; }
  #tour .contact h3 {
    font-family: ab-clip-medium, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    color: #b4a0c8;
    margin-bottom: 30px; }
  #tour .contact dl {
    padding-bottom: 10px;
    width: 400px;
    margin: 0 auto; }
    #tour .contact dl dd a {
      font-family: kiro, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 40px;
      line-height: 1;
      margin-bottom: 5%; }
      #tour .contact dl dd a i {
        font-size: 24px; }
  #tour .contact .btn {
    float: right; }
    #tour .contact .btn a {
      display: block;
      background: #b4a0c8;
      color: #fff;
      border-radius: 6px;
      padding: 30px 0;
      font-size: 22px;
      font-weight: 600;
      line-height: 1.2;
      width: 400px;
      margin: 0 auto; }
      #tour .contact .btn a span {
        font-size: 14px; }

#contact section {
  width: 780px;
  margin: 0 auto; }
#contact h3 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  color: #b4a0c8;
  margin-bottom: 10px; }
#contact .abtn a {
  color: #b4a0c8;
  text-decoration: underline; }
#contact .dbtn {
  padding: 5% 0; }
  #contact .dbtn a {
    display: block;
    background: #b4a0c8;
    padding: 10px 0;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-size: 16px; }
#contact p {
  margin-bottom: 10px; }
#contact .link a {
  display: block;
  background: #b4a0c8;
  color: #fff;
  padding: 15px 0;
  text-align: center; }
#contact .pr a {
  text-decoration: underline;
  color: #b4a0c8; }
#contact .campaign {
  margin: 0 8%; }
#contact .reserve {
  overflow: hidden;
  margin-bottom: 60px;
  padding-top: 30px; }
  #contact .reserve dl {
    margin-bottom: 30px;
    text-align: center; }
  #contact .reserve dt {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center; }
  #contact .reserve dd {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center; }
    #contact .reserve dd a {
      display: block;
      margin-bottom: 10px; }
    #contact .reserve dd span {
      font-size: 13px;
      font-weight: 500; }
  #contact .reserve p a {
    display: block;
    background: #b4a0c8;
    padding: 5% 0;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-size: 16px; }
    #contact .reserve p a span {
      font-size: 13px; }
#contact .mailform dt {
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  clear: both; }
#contact .mailform dd {
  margin-bottom: 30px;
  overflow: hidden; }
#contact .mailform .must {
  background: #b4a0c8;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  margin-right: 10px;
  display: block;
  float: left;
  margin-top: 2px; }
#contact .mailform .check {
  float: left; }
#contact form {
  margin-bottom: 30px; }
#contact select {
  margin-bottom: 5px; }
#contact .mfp_col10 {
  width: 100%; }
  #contact .mfp_col10 input {
    width: 100%;
    padding: 1em 1em;
    appearance: none;
    box-sizing: border-box;
    border: #ccc 1px solid;
    margin-bottom: 5px; }
#contact .mfp_col5 {
  width: 49%;
  float: left; }
  #contact .mfp_col5 input {
    width: 100%;
    padding: 1em 1em;
    appearance: none;
    box-sizing: border-box;
    border: #ccc 1px solid; }
#contact .mfp_col3 {
  width: 100%; }
  #contact .mfp_col3 select {
    width: 24%;
    padding: 1em 1em;
    appearance: none;
    box-sizing: border-box;
    border: #ccc 1px solid; }
#contact .mfp_col52 {
  width: 49%;
  float: right; }
  #contact .mfp_col52 input {
    width: 100%;
    padding: 1em 1em;
    appearance: none;
    box-sizing: border-box;
    border: #ccc 1px solid; }
#contact textarea {
  width: 100%;
  padding: 1em 1em;
  appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid; }
#contact .mfp_buttons button {
  width: 100%;
  padding: 1em 1em;
  appearance: none;
  box-sizing: border-box;
  border: none;
  background: #b4a0c8;
  color: #fff;
  font-size: 16px;
  border-radius: 6px; }
#contact .mfp_buttons input {
  width: 100%;
  padding: 1em 1em;
  appearance: none;
  box-sizing: border-box;
  border: none;
  background: #b4a0c8;
  color: #fff;
  font-size: 16px;
  border-radius: 6px; }
#contact .copyright {
  display: none; }
#contact .selectbox {
  position: relative;
  width: 100%; }
#contact select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #ccc 1px solid;
  border-radius: 0;
  background: #fff url("../img/select.svg") no-repeat right 15px center;
  background-size: 8px auto; }
#contact .download ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  width: 100%; }
  #contact .download ul li {
    margin-bottom: 10%;
    width: 48%;
    margin: 1%; }
    #contact .download ul li dt {
      font-size: 18px;
      margin-bottom: 5px;
      font-weight: 500; }
    #contact .download ul li dd a {
      display: block;
      background: #b4a0c8;
      padding: 10px 0;
      text-align: center;
      border-radius: 6px;
      color: #fff;
      font-size: 16px; }
      #contact .download ul li dd a span {
        font-size: 13px;
        margin-bottom: 3%; }
    #contact .download ul li .pht {
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 5%;
      height: 240px; }
#contact .link {
  margin-bottom: 5%; }
  #contact .link a {
    display: block;
    background: #b4a0c8;
    padding: 5% 0;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    font-size: 16px; }
    #contact .link a span {
      font-size: 13px;
      margin-bottom: 3%; }

#download {
  width: 780px;
  margin: 0 auto; }
  #download section {
    margin-bottom: 60px;
    background: #efebea;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 40px 30px; }
  #download h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #e1b4be;
    font-weight: 500;
    border-bottom: 1px solid #e1b4be;
    border-top: 1px solid #e1b4be;
    padding: 10px 0;
    line-height: 1.5; }
  #download h3 {
    font-size: 16px;
    margin-bottom: 3%;
    color: #e1b4be;
    font-weight: 600; }
  #download ul {
    overflow: hidden;
    margin: 0 auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px; }
    #download ul li {
      width: 50%;
      margin-bottom: 30px; }
      #download ul li dl {
        width: 95%; }
        #download ul li dl .pht {
          overflow: hidden;
          border-radius: 10px;
          height: 225px; }
        #download ul li dl .ttl {
          padding: 7px 0px; }
        #download ul li dl dd {
          margin-bottom: 20px;
          font-weight: 500; }
          #download ul li dl dd img {
            border-radius: 10px; }
      #download ul li a {
        display: block;
        background: #b4a0c8;
        padding: 10px 0;
        text-align: center;
        border-radius: 6px;
        color: #fff;
        font-size: 16px; }
        #download ul li a span {
          font-size: 13px;
          margin-bottom: 3%; }

#att {
  position: fixed;
  left: 0px;
  top: 30%;
  background: #b4a0c8;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 24px 15px 20px 20px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.yakkanttl span {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 500;
  transform: scale(0.7, 1);
  display: inline-block; }

#bnrArea {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0 0 0; }
  #bnrArea ul {
    display: flex;
    justify-content: space-between; }
    #bnrArea ul li {
      margin: 0 5px; }

.newbnrArea {
  width: 440px;
  margin: 0 auto;
  padding: 30px 0; }
  .newbnrArea ul {
    display: flex;
    justify-content: space-between; }
    .newbnrArea ul li {
      margin: 0 10px; }

#point .other {
  background: #fff;
  width: 70%;
  padding: 5% 15%;
  border-radius: 10px; }
  #point .other h3 {
    margin-bottom: 10px; }

.topmessage {
  position: fixed;
  width: 100%;
  z-index: 11; }
  .topmessage p {
    background: #e1b4be;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    color: #fff; }

header {
  padding-top: 20px; }

#price .bigbnr {
  width: 900px;
  margin: 0 auto 2% auto;
  padding-top: 0; }
  #price .bigbnr img {
    width: 100%; }

.kyotootherttl {
  position: relative;
  width: 600px;
  padding: 60px 0 40px 0;
  text-align: center;
  margin: 0 auto 60px auto; }
  .kyotootherttl p {
    font-family: kiro, sans-serif;
    font-style: normal;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 500;
    margin-bottom: 3%;
    font-size: 14px;
    color: #e1b4be; }
    .kyotootherttl p span {
      font-size: 12px;
      font-family: zen-kaku-gothic-antique, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #6e6464;
      margin-top: 10px;
      display: block; }
  .kyotootherttl h2 {
    font-family: ab-clip-medium, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    color: #a47864;
    letter-spacing: 2px;
    line-height: 1.5; }
  .kyotootherttl .li1 {
    position: absolute;
    left: 5%;
    top: -20%;
    width: 30%;
    animation: fuwafuwa1 6s infinite ease-in-out .8s alternate;
    z-index: -1; }
  .kyotootherttl .li2 {
    position: absolute;
    right: 10%;
    top: 45%;
    width: 12%;
    animation: fuwafuwa2 6s infinite ease-in-out .8s alternate;
    z-index: -1; }
  .kyotootherttl .li3 {
    position: absolute;
    left: 18%;
    bottom: 0%;
    width: 10%;
    animation: fuwafuwa1 6s infinite ease-in-out .8s alternate;
    z-index: -1; }

.checkinArea {
  padding-top: 0;
  padding-bottom: 100px; }
  .checkinArea .warp2 {
    background: #efebea;
    border-radius: 10px;
    padding: 5% 0%;
    margin: 0 auto;
    line-height: 1.5;
    width: 900px; }
  .checkinArea h3 {
    width: 76%;
    left: 12%;
    letter-spacing: 0px; }
  .checkinArea h4 {
    background: #f1d78c;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 3% 0;
    font-size: 4.2vw;
    font-weight: 500;
    margin: 0 3% 0% 3%; }
  .checkinArea p {
    color: #a47864;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    font-family: kiro, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 3%;
    font-size: 24px; }
    .checkinArea p span {
      font-size: 36px; }
  .checkinArea p:last-child {
    margin-bottom: 0; }

.cancelBtn {
  clear: both;
  text-align: right; }
  .cancelBtn a {
    text-decoration: underline;
    color: #e1b4be;
    font-size: 18px; }

.ttlj2 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 400;
  font-style: normal; }

.otherttl .ttlj2 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  color: #a47864;
  letter-spacing: 2px;
  line-height: 1.5; }

.plan20 {
  position: relative;
  width: 900px;
  margin: 0 auto 60px auto;
  padding-top: 40px; }
  .plan20 h3 {
    background: #efebea;
    border-radius: 60px;
    color: #a47864;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    font-weight: 500;
    position: absolute;
    top: 0;
    width: 40%;
    left: 30%;
    line-height: 1.7;
    letter-spacing: 4px; }
    .plan20 h3 span {
      display: block;
      font-family: zen-kaku-gothic-antique, sans-serif;
      transform: scale(0.7, 1); }
  .plan20 .warp {
    background: #efebea;
    border-radius: 10px;
    padding: 50px 30px 30px 30px;
    margin: 0 0%;
    display: flex;
    justify-content: space-between; }
  .plan20 .slider {
    width: 48%; }
  .plan20 .read {
    width: 48%; }
    .plan20 .read dl dt {
      font-weight: 600;
      color: #e0b3bd;
      font-size: 18px; }
    .plan20 .read dl a {
      color: #e0b3bd;
      text-decoration: underline; }
  .plan20 .pht {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3%; }
    .plan20 .pht img {
      width: 100%; }

.attp {
  background: var(--color_base);
  color: #fff;
  font-weight: 600;
  padding: 1% 5%;
  text-align: center;
  margin-bottom: 3%;
  border-radius: 4px; }
