@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 40px;
  }
  .ch3_1 {
    font-size: 2.6rem;
    margin-bottom: 50px;
    line-height: 1.8;
    text-align: center;
  }
  .note {
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .cfex {
    display: flex;
  }
  .jc_sa {
    justify-content: space-around;
  }
  .jc_sb {
    justify-content: space-between;
  }
  .fd_co {
    flex-direction: column;
  }
  .fd_cor {
    flex-direction: column-reverse;
  }
  .fd_ro {
    flex-direction: row;
  }
  .fd_ror {
    flex-direction: row-reverse;
  }
  .ai_c {
    align-items: center;
  }
  /* #murayuInvite
  ---------------------------------------------------------------------- */
  #murayuInvite {
    padding: 180px 0 80px;
    background: url(../images/bg_pink_up.jpg) center no-repeat;
    background-size: cover;
  }
  .murayuInvite h2.ctitle {
    font-size: 2.8rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .murayuInvite .ctitle__logo {
    color: var(--accent-color);
  }
  .murayuInvite .ch3_1 {
    font-size: 4.4rem;
    line-height: 1.6;
    font-weight: 100;
  }
  .murayuInvite p.lead {
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.3;
  }
  /* #murayuSpring
  ---------------------------------------------------------------------- */
  #murayuSpring {
    padding: 130px 0 80px;
    background: url(../images/bg_1.jpg) center top;
  }
  .murayuSpring__img .slick-track {
    margin-bottom: 80px;
  }
  .murayuSpring__img {
    transform: translateX(25%);
  }
  .murayuSpring__img li p {
    text-align: center;
    font-size: 1.7rem;
    line-height: 2;
    margin-top: 5px;
  }
  .murayuSpring__img li div {
    padding: 0 0.875vw;
  }
  .murayuSpring__img .slick-list {
    overflow: initial;
  }
  .murayuSpring__img .cdots {
    transform: translateX(-25%);
  }
  /* #murayuInvite2
  ---------------------------------------------------------------------- */
  #murayuInvite2 {
    padding: 130px 0 70px;
    background: url(../images/bg_pink_bottom.jpg) center no-repeat;
    background-size: cover;
  }
  .murayuInvite2 .ch3_2 {
    text-align: center;
    margin-bottom: 55px;
  }
  .murayuInvite2 .ch3_2 span {
    padding: 0 1em;
    font-size: 4.4rem;
    line-height: 1.5;
    color: #843A00;
  }
  .murayuInvite2 .ch3_2 .iconOnsen::before {
    content: "";
    display: inline-block;
    width: 37px;
    height: 36px;
    background: url(../images/icon_onsen.svg) center no-repeat;
    background-size: contain;
  }
  .murayuInvite2 .ch3_2 .iconOnsen::after {
    content: "";
    display: inline-block;
    width: 37px;
    height: 36px;
    background: url(../images/icon_onsen.svg) center no-repeat;
    background-size: contain;
  }
  .murayuInvite2 .lead {
    text-align: center;
    color: #843A00;
    font-size: 2.8rem;
    margin-bottom: 100px;
  }
  .invite2Txt {
    margin-bottom: 65px;
  }
  .invite2Txt h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  p.txtF24 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  p.txtF18 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  p.txtF20 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 2rem;
  }
  p.txtF16 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .txtHosoku16 {
    font-size: 1.6rem;
  }
  .txtVline::before {
    content: "｜";
    display: inline-block;
    margin-right: 1em;
  }
  .txtVline::after {
    content: "｜";
    display: inline-block;
    margin-left: 1em;
  }
  .murayuTime h4 {
    margin-bottom: 0;
  }
  .murayuTime .monthTime {
    justify-content: center;
    gap: 100px;
    margin-bottom: 65px;
  }
  .txtHosoku18 {
    font-size: 1.8rem;
  }
  /* #riyoTime
  ---------------------------------------------------------------------- */
  #riyoTime {
    padding: 80px 0 95px;
    background: url(../images/bg_1.jpg) center top;
  }
  .colSecond {
    color: var(--secondary-color);
  }
  /* #kono
  ---------------------------------------------------------------------- */
  #kono {
    padding: 160px 0 140px;
    background: url(../images/bg_kono.jpg) center no-repeat;
    background-size: cover;
  }
  .kono {
    color: #FFF;
  }
  .kono .ctitle__logo {
    color: #FFF;
  }
  .kono .txt {
    text-align: center;
    font-size: 2.8rem;
    line-height: 2.8;
    margin-bottom: 40px;
  }
  .kono .txt:first-letter {
    font-size: 4.4rem;
  }
  .cdlist {
    padding: 1em;
    display: flex;
    border-bottom: 1px solid #FFF;
  }
  .cdlist.cdlistFirst {
    border-top: 1px solid #FFF;
  }
  .cdlist dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #FFF;
    text-align: center;
    width: 10%;
  }
  .cdlist dd {
    padding-left: 1em;
    width: 90%;
  }
  /* restaurant
  ---------------------------------------------------------------------- */
  #restaurant {
    padding: 410px 0 100px;
    position: relative;
  }
  .restaurant .deco__mask {
    height: 100%;
  }
  .restaurant .ctitle__logo {
    color: var(--accent-color3);
  }
  .restaurant .img img {
    margin-bottom: 30px;
  }
  .restaurant .txt h4 {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 5.2px;
    margin-bottom: 10px;
  }
  .restaurant .txt h4 span {
    font-size: 4.4rem;
    color: #77BCBC;
  }
  .restaurant .txt p {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
  /* lunch
  ---------------------------------------------------------------------- */
  #lunch {
    padding: 270px 0 200px;
    position: relative;
    background: url("../../images/bg_1.jpg") center;
  }
  .ch3lunch {
    color: #9E1F36;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  .ch3lunch::before {
    content: "";
    display: inline-block;
    width: 190px;
    height: 96px;
    background: url(../images/ch3_lunch.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ch3lunch span {
    display: inline-block;
    font-size: 4.4rem;
    letter-spacing: 11.44px;
    padding: 0 1em;
    border-bottom: double 4px #9E1F36;
    position: relative;
  }
  .ch3lunch span::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 26px;
    background: url(../images/ch3_icon_left.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -5px;
    left: -40px;
  }
  .ch3lunch span::after {
    content: "";
    display: inline-block;
    width: 36px;
    height: 26px;
    background: url(../images/ch3_icon_right.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -5px;
    right: -40px;
  }
  .fontBig28 {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
  }
  .fontBig18 {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
  }
  .lunch .fontBig18 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .dlFlex {
    display: flex;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .lunch dl.dlFlex dt {
    width: fit-content;
    font-size: 1.6rem;
    letter-spacing: 4.16px;
    margin-right: 1em;
  }
  .lunch dl.dlFlex dd {
    font-size: 1.6rem;
    letter-spacing: 4.16px;
  }
  .lunch dl:last-of-type {
    margin-bottom: 50px;
  }
  .lunch .faclityBigList {
    flex-wrap: wrap;
  }
  .lunch .faclityBigList li {
    margin-bottom: 80px;
  }
  .cbtn99 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--primary-color);
    color: #FFF;
    position: relative;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 5.72px;
    text-align: center;
    width: 530px;
    height: 98px;
  }
  .cbtn99::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 30px;
    background: url(../images/icon_logo_wing_w.svg) center no-repeat;
    background-size: contain;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translateY(-50%);
  }
  .cbtn99::after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 6px;
    background: url(../../images/icon_arrow02_w.svg) center no-repeat;
    background-size: contain;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 1.5em;
    transform: translateY(-50%);
  }
  .lunch .cbtn99 {
    margin-right: auto;
    margin-left: auto;
  }
  /* murayu
  ---------------------------------------------------------------------- */
  #murayu {
    padding: 190px 0 150px;
  }
  .murayu .cdots li {
    background: #CCCCCC;
  }
  .murayu .slick-track {
    margin-bottom: 80px;
  }
  .murayu .slick-dotted.slick-slider {
    margin-bottom: 80px;
  }
  .murayu .cdots li:hover, .cdots li.slick-active {
    background: #969696;
  }
  .murayu .midashi.txt {
    text-align: center;
    margin-bottom: 100px;
  }
  .murayu .txt h4 {
    font-size: 2.8rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  .murayu .txt h4 span {
    font-size: 4.4rem;
    color: #B69541;
  }
  .murayu .txt p {
    text-align: center;
    font-size: 1.8rem;
  }
  .oshinagaki h4 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 30px;
  }
  .oshinagaki h5 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 110px;
  }
  .oshinagakiPickup {
    margin-bottom: 120px;
  }
  .flexImageL {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .flexImageL .img {
    width: 40.9091%;
    margin-right: 80px;
  }
  .flexImageL .txt {
    width: 40.9091%;
  }
  .flexImageL .txt h6 {
    text-align: left;
    font-size: 3.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .flexImageL .txt p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2;
  }
  .flexImageR {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .flexImageR .img {
    width: 40.9091%;
    margin-left: 80px;
  }
  .flexImageR .txt {
    width: 40.9091%;
  }
  .flexImageR .txt h6 {
    text-align: left;
    font-size: 3.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .flexImageR .txt p {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2;
  }
  .bUp100 {
    margin-top: -100px;
  }
  .bUp200 {
    margin-top: -200px;
  }
  .oshinagakiOthre ul {
    flex-wrap: wrap;
    gap: 1.45%;
    margin-bottom: 150px;
  }
  .oshinagakiOthre ul li {
    width: 32.364%;
    margin-bottom: 20px;
  }
  .oshinagakiOthre ul li .txt h6 {
    text-align: center;
    font-size: 1.8rem;
  }
  .oshinagakiOthre .cbtn99 {
    background-color: var(--accent-color);
    margin-right: auto;
    margin-left: auto;
  }
  /* pay
  ---------------------------------------------------------------------- */
  #pay {
    padding: 90px 0 70px;
    background-color: #e0d1b2;
  }
  .pay dl {
    display: flex;
    margin-bottom: 60px;
  }
  .pay dl dt {
    width: 20%;
    padding-right: 0.5em;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1, 6px;
  }
  .pay dl dd {
    width: 80%;
    padding-left: 0.5em;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1, 6px;
  }
} /* End min-width:1001px */
@media (max-width: 1000px) {
  .w1100 {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .w1000 {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 8vw;
  }
  .note {
    text-indent: -1em;
    padding-left: 1em;
  }
  /* #mainvisual
  ---------------------------------------------------------------------- */
  .mvSlide {
    line-height: 0;
  }
  /* #murayuInvite
  ---------------------------------------------------------------------- */
  #murayuInvite {
    padding: 32vw 0 16vw;
    background: url(../images/bg_pink_up.jpg) center no-repeat;
    background-size: cover;
  }
  .murayuInvite h2.ctitle {
    font-size: 2.8rem;
    line-height: 1.8;
    margin-bottom: 6vw;
  }
  .murayuInvite .ctitle__logo {
    color: var(--accent-color);
  }
  .murayuInvite .ch3_1 {
    font-size: 4.4rem;
    text-align: center;
    line-height: 1.6;
    font-weight: 100;
    margin-bottom: 6vw;
  }
  .murayuInvite p.lead {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.3;
    letter-spacing: 0.2vw;
  }
  /* #murayuSpring
  ---------------------------------------------------------------------- */
  #murayuSpring {
    padding: 16vw 0 8vw;
    background: url(../images/bg_1.jpg) center top;
  }
  .murayuSpring {
    overflow: hidden;
  }
  .murayuSpring__img {
    transform: translateX(25%);
  }
  .murayuSpring__img li p {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2;
    margin-top: 2vw;
  }
  .murayuSpring__img li div {
    padding: 0 0.875vw;
  }
  .murayuSpring__img .slick-list {
    margin-bottom: 6vw;
  }
  .murayuSpring__img .slick-list {
    overflow: initial;
  }
  .murayuSpring__img .cdots {
    transform: translateX(-25%);
  }
  /* #murayuInvite2
  ---------------------------------------------------------------------- */
  #murayuInvite2 {
    padding: 16vw 0;
    background: url(../images/bg_pink_bottom_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .murayuInvite2 .ch3_2 {
    text-align: center;
    margin-bottom: 6vw;
  }
  .murayuInvite2 .ch3_2 span {
    padding: 0 1em;
    font-size: 4rem;
    line-height: 1.5;
    color: #843A00;
  }
  .murayuInvite2 .ch3_2 .iconOnsen::before {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background: url(../images/icon_onsen.svg) center no-repeat;
    background-size: contain;
  }
  .murayuInvite2 .ch3_2 .iconOnsen::after {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4vw;
    background: url(../images/icon_onsen.svg) center no-repeat;
    background-size: contain;
  }
  .murayuInvite2 .lead {
    text-align: center;
    color: #843A00;
    margin-bottom: 10vw;
    font-size: 3.2rem;
  }
  .invite2Txt {
    margin-bottom: 8vw;
  }
  .invite2Txt h4 {
    text-align: center;
    margin-bottom: 4vw;
    font-size: 3.5rem;
  }
  p.txtF24 {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 2.8rem;
  }
  p.txtF18 {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 2.8rem;
  }
  p.txtF20 {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 3.2rem;
  }
  p.txtF16 {
    text-align: center;
    margin-bottom: 3vw;
    font-size: 3.2rem;
  }
  .txtHosoku16 {
    font-size: 3.2rem;
  }
  .txtVline::before {
    content: "｜";
    display: inline-block;
    margin-right: 1em;
  }
  .txtVline::after {
    content: "｜";
    display: inline-block;
    margin-left: 1em;
  }
  .murayuTime h4 {
    margin-bottom: 0;
  }
  /* #riyoTime
  ---------------------------------------------------------------------- */
  #riyoTime {
    padding: 16vw 0;
    background: url(../images/bg_1.jpg) center top;
  }
  .riyoTime .ch3_1 {
    text-align: center;
  }
  .colSecond {
    color: var(--secondary-color);
  }
  /* #kono
  ---------------------------------------------------------------------- */
  #kono {
    padding: 24vw 0 16vw;
    background: url(../images/bg_kono_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .kono {
    color: #FFF;
  }
  .kono .ctitle__logo {
    color: #FFF;
  }
  .kono .txt {
    text-align: center;
    font-size: 2.8rem;
    line-height: 2.8;
    margin-bottom: 6vw;
  }
  .kono .txt:first-letter {
    font-size: 4.4rem;
  }
  .cdlist {
    padding: 1em;
    display: flex;
    border-bottom: 1px solid #FFF;
  }
  .cdlist.cdlistFirst {
    border-top: 1px solid #FFF;
  }
  .cdlist dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #FFF;
    text-align: center;
    width: 20%;
    font-size: 2.4rem;
  }
  .cdlist dd {
    padding-left: 1em;
    width: 80%;
    font-size: 2.4rem;
  }
  /* lunch
  ---------------------------------------------------------------------- */
  #lunch {
    padding: 64vw 0 16vw;
    position: relative;
    background: url("../../images/bg_1.jpg") center;
  }
  .ch3lunch {
    color: #9E1F36;
    text-align: center;
    font-size: 4rem;
    margin-bottom: 4vw;
    position: relative;
    padding: 0 0.5em;
  }
  .ch3lunch::before {
    content: "";
    display: inline-block;
    width: 25vw;
    height: 13.3vw;
    background: url(../images/ch3_lunch.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -13.3vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .ch3lunch span {
    display: inline-block;
    letter-spacing: 1vw;
    padding: 0 0.5em;
    border-bottom: double 4px #9E1F36;
    position: relative;
  }
  .ch3lunch span::before {
    content: "";
    display: inline-block;
    width: 4.5vw;
    height: 4vw;
    background: url(../images/ch3_icon_left.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -0.8vw;
    left: -4.5vw;
  }
  .ch3lunch span::after {
    content: "";
    display: inline-block;
    width: 4.5vw;
    height: 4vw;
    background: url(../images/ch3_icon_right.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -0.8vw;
    right: -4.5vw;
  }
  .fontBig28 {
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 4vw;
  }
  .fontBig18 {
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .lunch .fontBig18 {
    font-size: 2.6rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .dlFlex {
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .lunch dl.dlFlex dt {
    font-size: 2.5rem;
    letter-spacing: 0.1vw;
    margin-right: 1em;
  }
  .lunch dl.dlFlex dd {
    font-size: 2.5rem;
    letter-spacing: 0.1vw;
  }
  .lunch dl:last-of-type {
    margin-bottom: 8vw;
  }
  .lunch .faclityBigList {
    flex-wrap: wrap;
  }
  .lunch .faclityBigList li {
    margin-bottom: 8vw;
  }
  .lunch .faclityBigList li h4 {
    font-size: 3.8rem;
    line-height: 1.3;
    margin-bottom: 2vw;
  }
  .cbtn99 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--primary-color);
    color: #FFF;
    position: relative;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.5vw;
    text-align: center;
    width: 80vw;
    height: 13vw;
  }
  .cbtn99::before {
    content: "";
    display: inline-block;
    width: 6vw;
    height: 4vw;
    background: url(../images/icon_logo_wing_w.svg) center no-repeat;
    background-size: contain;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
  }
  .cbtn99::after {
    content: "";
    display: inline-block;
    width: 6vw;
    height: 2vw;
    background: url(../../images/icon_arrow02_w.svg) center no-repeat;
    background-size: contain;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
  }
  .lunch .cbtn99 {
    margin-right: auto;
    margin-left: auto;
  }
  /* murayu
  ---------------------------------------------------------------------- */
  #murayu {
    padding: 32vw 0 16vw;
  }
  .murayu .cdots li {
    background: #CCCCCC;
  }
  .murayu .slick-track {
    margin-bottom: 10vw;
  }
  .murayu .slick-dotted.slick-slider {
    margin-bottom: 10vw;
  }
  .murayu .cdots li:hover, .cdots li.slick-active {
    background: #969696;
  }
  .murayu .midashi.txt {
    text-align: center;
    margin-bottom: 5vw;
  }
  .murayu .txt h4 {
    font-size: 3.6rem;
    line-height: 2;
    margin-bottom: 4vw;
  }
  .murayu .txt h4 span {
    font-size: 4rem;
    color: #B69541;
  }
  .murayu .txt p {
    text-align: center;
    font-size: 3.2rem;
  }
  .oshinagaki h4 {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 4vw;
  }
  .oshinagaki h5 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 8vw;
  }
  .oshinagakiPickup {
    margin-bottom: 16vw;
  }
  .flexImageL {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 10vw;
  }
  .flexImageL .img {
    width: 75.658%;
    margin-right: auto;
    margin-bottom: 4vw;
  }
  .flexImageL .txt {
    width: 100%;
  }
  .flexImageL .txt h6 {
    text-align: left;
    font-size: 5.4rem;
    letter-spacing: 0.2vw;
    line-height: 1.5;
    writing-mode: tb-rl;
    position: absolute;
    top: 4vw;
    right: 0.5em;
  }
  .flexImageL .txt p {
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0.17vw;
  }
  .flexImageR {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 10vw;
  }
  .flexImageR .img {
    width: 75.658%;
    margin-left: auto;
    margin-bottom: 4vw;
  }
  .flexImageR .txt {
    width: 100%;
  }
  .flexImageR .txt h6 {
    text-align: left;
    font-size: 5.4rem;
    letter-spacing: 0.2vw;
    line-height: 1.5;
    writing-mode: tb-rl;
    position: absolute;
    top: 4vw;
    left: 0.5em;
  }
  .flexImageR .txt h6.double {
    left: -0.5em;
  }
  .flexImageR .txt p {
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0.17vw;
  }
  .oshinagakiOthre ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 8vw;
  }
  .oshinagakiOthre ul li {
    width: 49%;
    margin-bottom: 2vw;
  }
  .oshinagakiOthre ul li .txt h6 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .oshinagakiOthre .cbtn99 {
    background-color: var(--accent-color);
    margin-right: auto;
    margin-left: auto;
  }
  /* pay
  ---------------------------------------------------------------------- */
  #pay {
    padding: 16vw 0;
    background-color: #e0d1b2;
  }
  .pay dl {
    margin-bottom: 8vw;
    text-align: center;
  }
  .pay dl dt {
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.2vw;
    margin-bottom: 2vw;
  }
  .pay dl dd {
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.2vw;
  }
} /* End max-width:1000px */

/*# sourceMappingURL=style.css.map */
