@charset "utf-8";

/*------------------
 * yusyuin
 *------------------*/
.yusyuin {
  width: 100%;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  padding-top: 16px;
    contain: paint;
}
@media screen and (max-width: 767.98px) {
  .yusyuin {
    padding-top: 12px;
  }
}

.yusyuin .cmn-anchor {
  position: relative;
}

.yusyuin .cmn-anchor a {
    position: absolute;
    top: -9em;
}

.yusyuin img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.yusyuin .mt0 {
  margin-top: 0 !important;
}
.yusyuin-width {
  width: calc(100% - 32px);
  max-width: 1200px;
  margin-inline: auto;
}
.yusyuin-mainvisual {
  margin: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-mainvisual {
    padding-bottom: 24px;
  }
}
.yusyuin-mainvisual__img {
  margin: 0;
}
.yusyuin-mainvisual__img img {
  width: 100%;
  max-width: none;
}
.yusyuin-main {
  padding: 60px 0;
    background: linear-gradient(to bottom, #FFF0C5, #FFD19C);
}
@media screen and (max-width: 767.98px) {
  .yusyuin-main {
    padding: 24px 0;
  }
}
.yusyuin-main__container {
  box-sizing: border-box;
    border: 10px solid #FFBF7D;

}
@media screen and (max-width: 767.98px) {
  .yusyuin-main__container {
    padding: 6px;
  }
}
.yusyuin-main__inner {
  box-sizing: border-box;
  padding: 32px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767.98px) {
  .yusyuin-main__inner {
    padding: 20px 16px;
  }
}
.yusyuin-main__contents {
  max-width: 1028px;
  margin-inline: auto;
}
.yusyuin-main__catch {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-main__catch {
    font-size: 1.25rem;
  }
}

.yusyuin-main__catch span {
    color: #F76E44;
}

.yusyuin-main__txt {
    display: flex;
    width: 100%;
    max-width: 700px;
    margin: 40px auto 30px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-main__txt {
        display: block;
        max-width: 100%;
    }
}

.yusyuin-main__txt dt {
    width: 200px;
    padding: 15px;
    background-color: #F89157;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-main__txt dt {
        width: 100%;
        font-size: 0.875rem;
    }
}

.yusyuin-main__txt dd {
    flex: 1;
    padding: 15px 30px;
    font-size: 1.125rem;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-main__txt dd {
        font-size: 0.875rem;
    }
}

.yusyuin-top {
    position: relative;
    margin-bottom: 60px;
}

.yusyuin-top-icon-01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 93px;
    margin-top: 20px;
    margin-left: 75px;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-top-icon-01 {
        width: 12vw;
        margin-top: 15vw;
        margin-left: 0;
    }
}

.yusyuin-top-icon-02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    margin-bottom: 0;
    margin-right: 70px;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-top-icon-02 {
        width: 11vw;
        margin-right: 0;
        margin-bottom: -10vw;
    }
}

.yusyuin-top .yusyuin-top-ttl {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
}

.yusyuin-top .yusyuin-top-txt {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 1.125rem;
    text-align: center;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-top .yusyuin-top-txt {
        font-size: 0.875rem;
    }
}

.yusyuin-top p span {
    color: #F76E44;
}

.yusyuin-list {
    margin-bottom: 40px;
}

.yusyuin-list ul {
    gap: 32px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 960px) {
    .yusyuin-list ul {
        flex-direction: column;
    }
}

.yusyuin-list ul li {
    position: relative;
    width: 498px;
    background-color: #fff;
    border-radius: 20px;
}

@media screen and (max-width: 960px) {
    .yusyuin-list ul li {
        width: 100%;
    }
}

.yusyuin-list-icon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
}

.yusyuin-list ul li .yusyuin-list-ttl {
    padding: 30px 10px 20px;
    font-size: 1.75rem;
    text-align: center;
    font-weight: 800;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-list ul li .yusyuin-list-ttl {
        font-size: 1.5rem;
    }
}

.yusyuin-list ul li .yusyuin-list-con {
    position: relative;
    padding: 30px 40px 20px;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-list ul li .yusyuin-list-con {
        padding: 30px 20px;
    }
}

.yusyuin-list ul li .yusyuin-list-lead {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-list ul li .yusyuin-list-lead {
        font-size: 1rem;
    }
}

.yusyuin-list ul li .yusyuin-list-lead .yusyuin-list-lead-or {
    color: #F76E44;
}

.yusyuin-list ul li .yusyuin-list-lead .yusyuin-list-lead-line {
    background:linear-gradient(transparent 60%, #FAF6C5 60%);
    color: #2EC3D9;
}

.yusyuin-list ul li .yusyuin-list-lead small {
    font-size: 1rem;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-list ul li .yusyuin-list-lead small {
        font-size: 0.875rem;
    }
}

.yusyuin-list ul li .yusyuin-list-txt {
    position: relative;
    margin-top: 25px;
    padding-top: 15px;
    text-align: center;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-list ul li .yusyuin-list-txt {
        font-size: 0.875rem;
    }
}

.yusyuin-list ul li:first-child {
    border: 1px solid #F76E44;
}

.yusyuin-list ul li:first-child .yusyuin-list-ttl{
    background-color: #FFE9D2;
    color: #F76E44;
}

.yusyuin-list ul li:first-child .yusyuin-list-txt {
    border-top: 1px solid #FFD9B1;
}

.yusyuin-list ul li:first-child .yusyuin-list-txt .yusyuin-list-txt-icon01 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-list ul li:first-child .yusyuin-list-txt .yusyuin-list-txt-icon01 {
        width: 8vw;
    }
}

.yusyuin-list ul li:first-child .yusyuin-list-txt .yusyuin-list-txt-icon02 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
    margin-right: 18px;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-list ul li:first-child .yusyuin-list-txt .yusyuin-list-txt-icon02 {
        width: 12vw;
        margin-top: -25px;
        margin-right: 0;
    }
}

.yusyuin-list ul li:last-child {
    border: 1px solid #2EC3D9;
}

.yusyuin-list ul li:last-child .yusyuin-list-ttl{
    background-color: #E9F8FC;
    color: #2EC3D9;
}

.yusyuin-list ul li:last-child .yusyuin-list-txt {
    border-top: 1px solid #B2EDFF;
}

.yusyuin-list ul li:last-child .yusyuin-list-txt .yusyuin-list-txt-icon01 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
    margin-left: -5px;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-list ul li:last-child .yusyuin-list-txt .yusyuin-list-txt-icon01 {
        width: 9vw;
    }
}

.yusyuin-list ul li:last-child .yusyuin-list-txt-icon02 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -65px;
    margin-right: 10px;
}

@media screen and (max-width: 767.98px) {
    .yusyuin-list ul li:last-child .yusyuin-list-txt-icon02 {
        width: 10vw;
        margin-top: -35px;
    }
}


.yusyuin-about {
  margin: 32px 0 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-about {
    margin-top: 24px;
  }
}
.yusyuin-about__container {
  box-sizing: border-box;
  padding: 8px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(62, 98, 127, 0.15);
}
@media screen and (max-width: 767.98px) {
  .yusyuin-about__container {
    padding: 6px;
  }
}
.yusyuin-about__inner {
  box-sizing: border-box;
  padding: 30px 40px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-about__inner {
    padding: 16px;
  }
}
.yusyuin-about__ttl {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-about__ttl img {
    width: 240px;
  }
}
.yusyuin-about__txt {
  margin: 20px 0 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-about__txt {
    font-size: 0.875rem;
    margin-top: 14px;
  }
}
.yusyuin-about__txt.txt__en {
  margin-top: 16px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-about__txt.txt__en {
    margin-top: 12px;
    font-size: 0.75rem;
  }
}
.yusyuin-about__block {
  margin: 24px 0 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-about__block {
    margin-top: 16px;
  }
}
.yusyuin-about__block__txt {
  text-align: right;
  margin: 10px 0 0;
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-about__block__txt {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
.yusyuin-about__block__txt.txt__en {
  margin-top: 8px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-about__block__txt.txt__en {
    margin-top: 6px;
    font-size: 0.6875rem;
  }
}
.yusyuin-about__block__txt a {
  color: #6490BB;
  text-decoration: underline;
}
.yusyuin-shop {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop {
    padding: 40px 0;
  }
}
.yusyuin-shop__ttl {
  text-align: center;
  font-size: 2.5rem;
  color: #D2542E;
  margin: 0 calc(50% - 50vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__ttl {
    font-size: 1.375rem;
    gap: 12px;
  }
}
.yusyuin-shop__ttl > span {
  flex-shrink: 0;
}
.yusyuin-shop__ttl::before, .yusyuin-shop__ttl::after {
  flex-grow: 1;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #D2542E;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__ttl::before, .yusyuin-shop__ttl::after {
    height: 2px;
  }
}
.yusyuin-shop__head {
    z-index: 99999;
    position: sticky;
    top: 0;
    background-color: #fff;
}
.yusyuin-shop__anchor {
  margin-top: 36px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__anchor {
    margin-top: 24px;
  }
}

.yusyuin-shop__anchor ul {
  display: flex;
    width: 100%;
}

@media screen and (max-width: 767.98px) {
  .yusyuin-shop__anchor ul {
    font-size: 2.4vw;
    gap: 10px 0.3vw;
  }
}

.yusyuin-shop__anchor li {
    width : calc(100% / 5) ;
}
.yusyuin-shop__anchor li.areacenter a {
  background: #E5772D;
}
.yusyuin-shop__anchor li.northern a {
  background: #3C6CA1;
}
.yusyuin-shop__anchor li.western a {
  background: #5B9E54;
}
.yusyuin-shop__anchor li.eastern a {
  background: #3CB7AD;
}
.yusyuin-shop__anchor li.southern a {
  background: #A8434A;
}
.yusyuin-shop__anchor a {
  text-align: center;
  display: flex;
    justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1em;
  background: #E5772D;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__anchor a {
    padding-inline: 0;
  }
}
.yusyuin-shop__anchor a::after {
    margin-left: 10px;
  font-family: "Material Symbols Outlined";
  content: "stat_minus_1";
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__anchor a::after {
    margin-left: 0.5em;
  }
}
.yusyuin-shop__container {
  margin: 56px 0 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__container {
    margin-top: 40px;
  }
}

.yusyuin-shop__container.northern .yusyuin-shop__category {
  color: #3C6CA1;
}
.yusyuin-shop__container.northern .yusyuin-shop__inner {
  border-color: #3C6CA1;
}
.yusyuin-shop__container.northern .yusyuin-shop__benefit__ttl {
  color: #3C6CA1;
}
.yusyuin-shop__container.northern .yusyuin-shop__benefit__box ul > li::before {
  background: #3C6CA1;
}
.yusyuin-shop__container.northern .yusyuin-shop__benefit__box ol > li::before {
  color: #3C6CA1;
}

.yusyuin-shop__container.western .yusyuin-shop__category {
  color: #5B9E54;
}
.yusyuin-shop__container.western .yusyuin-shop__inner {
  border-color: #5B9E54;
}
.yusyuin-shop__container.western .yusyuin-shop__benefit__ttl {
  color: #5B9E54;
}
.yusyuin-shop__container.western .yusyuin-shop__benefit__box ul > li::before {
  background: #5B9E54;
}
.yusyuin-shop__container.western .yusyuin-shop__benefit__box ol > li::before {
  color: #5B9E54;
}

.yusyuin-shop__container.eastern .yusyuin-shop__category {
  color: #3CB7AD;
}
.yusyuin-shop__container.eastern .yusyuin-shop__inner {
  border-color: #3CB7AD;
}
.yusyuin-shop__container.eastern .yusyuin-shop__benefit__ttl {
  color: #3CB7AD;
}
.yusyuin-shop__container.eastern .yusyuin-shop__benefit__box ul > li::before {
  background: #3CB7AD;
}
.yusyuin-shop__container.eastern .yusyuin-shop__benefit__box ol > li::before {
  color: #3CB7AD;
}

.yusyuin-shop__container.southern .yusyuin-shop__category {
  color: #A8434A;
}
.yusyuin-shop__container.southern .yusyuin-shop__inner {
  border-color: #A8434A;
}
.yusyuin-shop__container.southern .yusyuin-shop__benefit__ttl {
  color: #A8434A;
}
.yusyuin-shop__container.southern .yusyuin-shop__benefit__box ul > li::before {
  background: #A8434A;
}
.yusyuin-shop__container.southern .yusyuin-shop__benefit__box ol > li::before {
  color: #A8434A;
}



.yusyuin-shop__category {
  text-align: center;
  color: #E5772D;
}
.yusyuin-shop__category > span {
  display: block;
}
.yusyuin-shop__category__icon {
  font-size: 3.25rem;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__category__icon {
    font-size: 2.5rem;
  }
}

.yusyuin-shop__category__ico {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    line-height: 0;
}

.yusyuin-shop__category__ico::before {
    width: 100% !important;
}

.yusyuin-shop__category__ico__areacenter::before {
    content: url("../images/yusyuin/ico_pin01.svg");
}

.yusyuin-shop__category__ico__northern::before {
    content: url("../images/yusyuin/ico_pin02.svg");
}

.yusyuin-shop__category__ico__western::before {
    content: url("../images/yusyuin/ico_pin03.svg");
}

.yusyuin-shop__category__ico__eastern::before {
    content: url("../images/yusyuin/ico_pin04.svg");
}

.yusyuin-shop__category__ico__southern::before {
    content: url("../images/yusyuin/ico_pin05.svg");
}

.yusyuin-shop__category__ttl {
  font-size: 2rem;
  margin-top: 4px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__category__ttl {
    font-size: 1.25rem;
    margin-top: 2px;
  }
}
.yusyuin-shop__none {
  margin: 20px auto 0;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: 1.125rem;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__none {
    margin-top: 14px;
    font-size: 0.9375rem;
  }
}
.yusyuin-shop__inner {
  box-sizing: border-box;
  border: 2px solid #E5772D;
  padding: 24px;
  margin: 20px 0 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__inner {
    padding: 20px;
    margin-top: 14px;
    flex-direction: column;
    gap: 0;
  }
}
.yusyuin-shop__inner a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__inner a {
    text-underline-offset: 4px;
  }
}
.yusyuin-shop__contents {
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__contents {
    display: contents;
  }
}
.yusyuin-shop__img {
  flex-shrink: 0;
  width: 36%;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__img {
    width: 100%;
    margin-top: 20px;
    order: 1;
  }
}
.yusyuin-shop__img > img {
  width: 100%;
  max-width: none;
}
.yusyuin-shop__img2 {
  margin: 10px 0 0;
  display: flex;
  gap: 10px;
  width: 100%;
}
.yusyuin-shop__img2 > img {
  width: calc(50% - 5px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/130;
}
.yusyuin-shop__block {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 16px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__block {
    width: 100%;
    padding-bottom: 10px;
    flex-direction: column;
    gap: 10px 12px;
    order: 0;
  }
}
.yusyuin-shop__name {
  font-size: 1.5rem;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__name {
    font-size: 1.125rem;
    width: 100%;
  }
}
.yusyuin-shop__box {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 3px 0 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__box {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
}
.yusyuin-shop__type {
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.2em 1em;
  background: #E5772D;
  color: #fff;
  border-radius: 40px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__type {
    font-size: 0.75rem;
  }
}
.yusyuin-shop__type.type-areacenter {
  background: #E5772D;
}
.yusyuin-shop__type.type-northern {
  background: #3C6CA1;
}
.yusyuin-shop__type.type-western {
  background: #5FA758;
}
.yusyuin-shop__type.type-eastern {
  background: #3CB7AD;
}
.yusyuin-shop__type.type-southern {
  background: #A8434A;
}
.yusyuin-shop__list {
  margin: 20px 0 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__list {
    width: 100%;
    margin-top: 16px;
    font-size: 0.875rem;
    order: 4;
  }
}
.yusyuin-shop__list > div {
  display: flex;
  gap: 4px 10px;
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__list > div {
    margin-top: 10px;
    gap: 3px 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .yusyuin-shop__list > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.yusyuin-shop__list > div:first-of-type {
  margin-top: 0;
}
.yusyuin-shop__list__icon {
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__list__icon {
    font-size: 1.25rem;
  }
}
.yusyuin-shop__list .icon-instagram {
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__list .icon-instagram {
    width: 20px;
  }
}
.yusyuin-shop__list__ttl {
  width: 90px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__list__ttl {
    width: 80px;
  }
}
@media screen and (max-width: 575.98px) {
  .yusyuin-shop__list__ttl {
    width: auto;
  }
}
.yusyuin-shop__list dt {
  flex-shrink: 0;
  display: flex;
  gap: 4px;
  padding-right: 1em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__list dt {
    gap: 3px;
  }
}
.yusyuin-shop__list dt::after {
  content: ":";
  position: absolute;
  right: 0;
  top: -1px;
}
.yusyuin-shop__list dd {
  flex-grow: 1;
  margin: 0;
}
.yusyuin-shop__list p {
  margin: 0;
}
.yusyuin-shop__benefit {
  background: #f4f4f4;
  margin: 20px 0 0;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__benefit {
    width: 100%;
    padding: 16px;
    order: 2;
  }
}
.yusyuin-shop__benefit__ttl {
  text-align: center;
  color: #E5772D;
  font-size: 1.25rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__benefit__ttl {
    font-size: 1rem;
  }
}
.yusyuin-shop__benefit__ttl > span {
  flex-shrink: 0;
}
.yusyuin-shop__benefit__ttl::before, .yusyuin-shop__benefit__ttl::after {
  flex-grow: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.yusyuin-shop__benefit__box {
  margin: 10px 0 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__benefit__box {
    margin-top: 8px;
    font-size: 0.875rem;
  }
}
.yusyuin-shop__benefit__box > * {
  margin: 10px 0 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__benefit__box > * {
    margin-top: 8px;
  }
}
.yusyuin-shop__benefit__box > *:first-child {
  margin-top: 0;
}
.yusyuin-shop__benefit__box p {
  line-height: 1.5;
}
.yusyuin-shop__benefit__box ul > li {
  padding-left: 12px;
  position: relative;
  margin-top: 4px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__benefit__box ul > li {
    padding-left: 10px;
    margin-top: 3px;
  }
}
.yusyuin-shop__benefit__box ul > li:first-of-type {
  margin-top: 0;
}
.yusyuin-shop__benefit__box ul > li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #E5772D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__benefit__box ul > li::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }
}
.yusyuin-shop__benefit__box ol {
  counter-reset: item;
  list-style-type: none;
}
.yusyuin-shop__benefit__box ol > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: 4px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__benefit__box ol > li {
    margin-top: 3px;
  }
}
.yusyuin-shop__benefit__box ol > li:first-of-type {
  margin-top: 0;
}
.yusyuin-shop__benefit__box ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: 700;
  color: #E5772D;
}
.yusyuin-shop__comment {
  margin: 20px 0 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-shop__comment {
    width: 100%;
    margin-top: 16px;
    font-size: 0.875rem;
    order: 3;
  }
}
.yusyuin-contact {
  padding: 50px 0;
  background: #d1f0f8;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-contact {
    padding: 30px 0;
  }
}
.yusyuin-contact__ttl {
  text-align: center;
  font-size: 1.375rem;
  margin: 0;
  color: #3E627F;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-contact__ttl {
    font-size: 1.125rem;
  }
}
.yusyuin-contact__ttl.txt__en {
  font-size: 1rem;
  margin-top: 8px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-contact__ttl.txt__en {
    font-size: 0.875rem;
    margin-top: 6px;
  }
}
.yusyuin-contact__txt {
  margin: 20px auto 0;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-contact__txt {
    margin-top: 16px;
    font-size: 0.9375rem;
  }
}
.yusyuin-contact__txt.txt__en {
  margin-top: 6px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-contact__txt.txt__en {
    margin-top: 4px;
    font-size: 0.6875rem;
  }
}
.yusyuin-contact__list {
  margin: 20px auto 0;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-contact__list {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}
.yusyuin-contact__list > div {
  display: flex;
  gap: 4px 8px;
  margin-top: 8px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-contact__list > div {
    gap: 6px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 575.98px) {
  .yusyuin-contact__list > div {
    flex-direction: column;
  }
}
.yusyuin-contact__list dt {
  flex-shrink: 0;
  width: 140px;
  color: #3E627F;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-contact__list dt {
    width: 120px;
  }
}
@media screen and (max-width: 575.98px) {
  .yusyuin-contact__list dt {
    width: 100%;
  }
}
.yusyuin-contact__list dt::after {
  content: ":";
  color: #000;
  position: absolute;
  top: -1px;
  right: 0;
}
@media screen and (max-width: 575.98px) {
  .yusyuin-contact__list dt::after {
    position: static;
    margin-left: 0.5em;
  }
}
.yusyuin-contact__list dt .txt__en {
  font-size: 0.875rem;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-contact__list dt .txt__en {
    font-size: 0.75rem;
  }
}
.yusyuin-contact__list dd {
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .yusyuin-contact__list dd {
    width: 100%;
  }
}
.yusyuin-contact__list dd .txt__en {
  font-size: 0.875rem;
  margin: 6px 0 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-contact__list dd .txt__en {
    font-size: 0.75rem;
    margin-top: 4px;
  }
}

h1 ._small {
  margin-left: 1em;
  font-size: 50%;
}

.yusyuin-book-swiper {
    overflow: hidden;
    padding-bottom: 40px;
}

.yusyuin-book-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.yusyuin-facility {
    margin-top: 35px;
  padding: 80px 0 50px;
    background: linear-gradient(to right, #ECF4FF 70%, #BBFCFE);

}
@media screen and (max-width: 767.98px) {
  .yusyuin-facility {
    padding: 40px 0;
  }
}

.yusyuin-facility__category {
  text-align: center;
  color: #4792D4;
}

.yusyuin-facility__category > span {
  display: block;
}
.yusyuin-facility__category__ico {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.5em;
    line-height: 0;
}

.yusyuin-facility__category__ico::before {
    width: 100% !important;
    content: url("../images/yusyuin/ico_facility.svg");
}

.yusyuin-facility__category__ttl {
  font-size: 2rem;
  margin-top: 4px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-facility__category__ttl {
    font-size: 1.25rem;
    margin-top: 2px;
  }
}

.yusyuin-facility__slide {
    position: relative;
    width: calc(100% - 32px);
    max-width: 1340px;
    margin-inline: auto;
}

.yusyuin-facility__slide__wrap {
    width: 100%;
    max-width: 1200px;
    margin: 45px auto 0;
}

@media screen and (max-width: 767.98px) {
  .yusyuin-facility__slide__wrap {
    width: 76%;
  }
}

.yusyuin-facility-swiper {
    overflow: hidden;
}


.yusyuin-facility__slide ul li {
    background-color: #fff;
}

.yusyuin-facility__slide ul li .w100 {
    width: 100%;
}

.yusyuin-facility-fig-swiper {
    overflow: hidden;
}

.yusyuin-facility-fig-swiper .swiper-pagination-bullets {
    position: static;
    width: 100%;
    margin-top: 30px;
}

.yusyuin-facility-fig-swiper .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    margin: 0 8px !important;
    background: #000;
}

.yusyuin-facility__slide .yusyuin-facility-swiper__ttl {
    margin-bottom: 20px;
    padding: 30px 20px 10px;
    border-bottom: 1px solid #E3E3E3;
    font-size: 1.5rem;
    font-weight: 700;
}

.yusyuin-facility__slide .yusyuin-facility-swiper__lead {
    padding-inline: 20px;
}

.yusyuin-facility__list {
    margin: 40px 0;
    padding-inline: 20px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-facility__list {
    width: 100%;
    margin-top: 16px;
    font-size: 0.875rem;
    order: 4;
  }
}
.yusyuin-facility__list > div {
  display: flex;
  gap: 4px 10px;
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-facility__list > div {
    margin-top: 10px;
    gap: 3px 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .yusyuin-facility__list > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.yusyuin-facility__list > div:first-of-type {
  margin-top: 0;
}
.yusyuin-facility__list__icon {
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-facility__list__icon {
    font-size: 1.25rem;
  }
}
.yusyuin-facility__list .icon-instagram {
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-facility__list .icon-instagram {
    width: 20px;
  }
}
.yusyuin-facility__list__ttl {
  width: 90px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-facility__list__ttl {
    width: 80px;
  }
}
@media screen and (max-width: 575.98px) {
  .yusyuin-facility__list__ttl {
    width: auto;
  }
}
.yusyuin-facility__list dt {
  flex-shrink: 0;
  display: flex;
  gap: 4px;
  padding-right: 1em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-facility__list dt {
    gap: 3px;
  }
}
.yusyuin-facility__list dt::after {
  content: ":";
  position: absolute;
  right: 0;
  top: -1px;
}
.yusyuin-facility__list dd {
  flex-grow: 1;
  margin: 0;
}
.yusyuin-facility__list p {
  margin: 0;
}


.yusyuin-facility__slide__btn {
    z-index: 99;
    position: absolute;
    top: 50%;
    width: 40px;
    margin-top: -20px;
    border: none;
}

.yusyuin-facility__slide__btn._prev {
    left: 0;
}

.yusyuin-facility__slide__btn._next {
    right: 0;
}


.yusyuin-map {
  padding: 80px 0;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-map {
    padding: 40px 0;
  }
}

.yusyuin-map__category {
  text-align: center;
  color: #242422;
}

.yusyuin-map__category > span {
  display: block;
}
.yusyuin-map__category__ico {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 1.5em;
    line-height: 0;
}

.yusyuin-map__category__ico::before {
    width: 100% !important;
    content: url("../images/yusyuin/ico_map.svg");
}

.yusyuin-map__category__ttl {
  font-size: 2rem;
  margin-top: 4px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-map__category__ttl {
    font-size: 1.25rem;
    margin-top: 2px;
  }
}

.yusyuin-map__category__iframe {
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767.98px) {
  .yusyuin-map__category__iframe {
    aspect-ratio: 3 / 4;
  }
}

.yusyuin-map__category__iframe iframe {
    width: 100%;
    height: 100%;
}








