/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* common
  ---------------------------------------------------------------------- */
  .intro {
    position: relative;
    padding: 135px 0 50px;
  }
  .intro__txt {
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.0526315789;
  }
  #mainheader {
    background: #231815;
  }
  /* yanagibashi
  ---------------------------------------------------------------------- */
  .yanagibashi {
    position: relative;
    padding: 90px 0 90px;
    background: url(../images/bg.png) no-repeat bottom right;
    background-size: 100% 100%;
  }
  .yanagibashi .ctitle {
    font-size: 3.3rem;
    text-align: center;
    margin-bottom: 90px;
    letter-spacing: 0.05em;
  }
  .yanagibashi .ctitle::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .yanagibashi p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .yanagibashi figcaption {
    font-size: 1.4rem;
    margin-top: 3px;
    text-align: right;
  }
  .yanagibashi__img {
    width: 380px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .yanagibashi__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .yanagibashi__block--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .yanagibashi__block--right .yanagibashi__img {
    margin-left: 15px;
    margin-right: 0;
  }
  .yanagibashi__photo {
    padding-top: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
  .yanagibashi__photoItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* sightseeing
  ---------------------------------------------------------------------- */
  .sightseeing__ttl {
    font-size: 3.3rem;
    margin-bottom: 60px;
    padding-top: 20px;
    position: relative;
  }
  .sightseeing__ttl::after, .sightseeing__ttl::before {
    content: "";
    position: absolute;
    top: 0;
  }
  .sightseeing__ttl::before {
    width: 100%;
    height: 1px;
    background-color: #B2B2B2;
    z-index: 1;
    left: 0;
  }
  .sightseeing__ttl::after {
    width: 50px;
    height: 1px;
    background-color: #000000;
    z-index: 1;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    right: 0;
  }
  .sightseeing__ttl.sightseeing__ttl--yanagi {
    margin-bottom: 20px;
  }
  .sightseeing__wrap:hover .sightseeing__ttl::after {
    width: 100%;
  }
  .sightseeing__lead {
    margin-bottom: 20px;
  }
  .sightseeing__wrap {
    position: relative;
    padding: 100px 0 20px;
    background-color: #F3F2EE;
  }
  .sightseeing__wrap:last-of-type {
    padding-bottom: 120px;
  }
  .sightseeing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 100px 3.5%;
  }
  .sightseeing__list li {
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sightseeing__img {
    aspect-ratio: 1/0.744;
    margin-bottom: 10px;
  }
  .sightseeing__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sightseeing__name {
    font-size: 2.4rem;
    line-height: 1.62;
  }
  .sightseeing__name.sightseeing__name--min {
    font-size: 2.2rem;
  }
  .sightseeing__txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.62;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sightseeing__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sightseeing__btn.sightseeing__btn--one {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sightseeing__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: left;
    padding: 5px 20px;
    width: 48%;
    min-height: 40px;
    background: url(../images/icn_arrow.svg) no-repeat right 10px center;
    background-color: #587959;
    background-size: 21px auto;
    font-weight: bold;
    position: relative;
  }
  .sightseeing__btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
  }
  .sightseeing__btn a:last-of-type {
    background-color: #898989;
  }
  .sightseeing__btn a:hover::after {
    right: 15px;
  }
  /* roomCommon
  ---------------------------------------------------------------------- */
  .media {
    padding: 70px 0 80px;
    background-color: #F5F0E9;
  }
  .media .ctitle2 {
    margin-bottom: 35px;
  }
  .media__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3%;
  }
  .media__tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
    border: 1px solid #989898;
    padding: 30px 20px;
    text-align: center;
    line-height: 1.4;
  }
  .media__tel span {
    display: block;
    font-size: 2.3rem;
  }
}
@media (max-width: 1000px) {
  /* common
  ---------------------------------------------------------------------- */
  .intro {
    background-color: #F3F2EE;
    position: relative;
    padding: calc( 135 / 750 * 100vw ) 0 calc( 50 / 750 * 100vw ) 0;
  }
  .intro__txt {
    text-align: center;
    font-size: 2.5333333333vw;
    font-size: clamp(16px,2.5333333333vw,19px);
    line-height: 2.0526315789;
  }
  /* yanagibashi
  ---------------------------------------------------------------------- */
  .yanagibashi {
    position: relative;
    padding: 60px 0;
    background: url(../images/bg.png) no-repeat bottom right;
    background-size: 100%;
  }
  .yanagibashi .ctitle {
    font-size: 3.1rem;
    text-align: center;
    margin-bottom: 90px;
  }
  .yanagibashi .ctitle::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .yanagibashi p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .yanagibashi figcaption {
    font-size: 1.4rem;
    margin-top: 3px;
    text-align: right;
  }
  .yanagibashi__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .yanagibashi__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .yanagibashi__photoItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* sightseeing
  ---------------------------------------------------------------------- */
  .sightseeing__ttl {
    font-size: 3.3rem;
    margin-bottom: 60px;
    padding-top: 20px;
    position: relative;
  }
  .sightseeing__ttl::after, .sightseeing__ttl::before {
    content: "";
    position: absolute;
    top: 0;
  }
  .sightseeing__ttl::before {
    width: 100%;
    height: 1px;
    background-color: #B2B2B2;
    z-index: 1;
    left: 0;
  }
  .sightseeing__ttl::after {
    width: 50px;
    height: 1px;
    background-color: #000000;
    z-index: 1;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    right: 0;
  }
  .sightseeing__ttl.sightseeing__ttl--yanagi {
    margin-bottom: 20px;
  }
  .sightseeing__wrap:hover .sightseeing__ttl::after {
    width: 100%;
  }
  .sightseeing__lead {
    margin-bottom: 20px;
  }
  .sightseeing__wrap {
    position: relative;
    padding: 100px 0 20px;
    background-color: #F3F2EE;
  }
  .sightseeing__wrap:last-of-type {
    padding-bottom: 120px;
  }
  .sightseeing__list {
    display: grid;
    gap: 13.3333333333vw 2vw;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
  .sightseeing__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sightseeing__img {
    aspect-ratio: 1/0.744;
    margin-bottom: 10px;
  }
  .sightseeing__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sightseeing__name {
    font-size: 2.4rem;
    line-height: 1.62;
  }
  .sightseeing__txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.62;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sightseeing__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sightseeing__btn.sightseeing__btn--one {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .sightseeing__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: left;
    padding: 5px 20px;
    width: 48%;
    min-height: 40px;
    background: url(../images/icn_arrow.svg) no-repeat right 10px center;
    background-color: #587959;
    background-size: 21px auto;
    font-weight: bold;
    position: relative;
  }
  .sightseeing__btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6%;
    display: block;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
  }
  .sightseeing__btn a:last-of-type {
    background-color: #898989;
  }
  .sightseeing__btn a:hover::after {
    right: 15px;
  }
  /* roomCommon
  ---------------------------------------------------------------------- */
  .media {
    padding: 70px 0 80px;
    background-color: #F5F0E9;
  }
  .media .ctitle2 {
    margin-bottom: 35px;
  }
  .media__tel {
    border: 1px solid #989898;
    padding: 30px 20px;
    text-align: center;
    line-height: 1.4;
    display: block;
    margin-top: 30px;
  }
  .media__tel span {
    display: block;
    font-size: 2.3rem;
  }
}/*# sourceMappingURL=style.css.map */