/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* ===================================================================
Layout CSS
=================================================================== */
/*  2024 年末年始カレンダー
----------------------------------------------------*/
.new-year {
    background: url(/wp/wp-content/themes/rezocha_01/images/new-year/bg_texture.png) repeat;
    background-size: 616px 450px;
    padding: calc(135/375*100vw) 0 calc(111/375*100vw);
    margin-top: 61px;
    position: relative;
}
.new-year_wrapper:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: 257px;
    width: calc(174 / 375 * 100vw);
    height: calc(170 / 375 * 100vw);
    background: url(/wp/wp-content/themes/rezocha_01/images/new-year/bg03_sp.png) no-repeat;
    background-size: contain;
}
.new-year_wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 257px;
    width: calc(174 / 375 * 100vw);
    height: calc(170 / 375 * 100vw);
    background: url(/wp/wp-content/themes/rezocha_01/images/new-year/bg04_sp.png) no-repeat;
    background-size: contain;
}

.new-year:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 257px;
    width: calc(187 / 375 * 100vw);
    height: calc(164 / 375 * 100vw);
    background: url(/wp/wp-content/themes/rezocha_01/images/new-year/bg01_sp.png) no-repeat;
    background-size: contain;
}
.new-year:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 257px;
    width: calc(187 / 375 * 100vw);
    height: calc(164 / 375 * 100vw);
    background: url(/wp/wp-content/themes/rezocha_01/images/new-year/bg02_sp.png) no-repeat;
    background-size: contain;
}
.new-year_title {
    max-width: 100%;
    margin: 0 auto 7px;
    width: 100%;
}
.new-year_calender {
    padding: 0 10px;
    margin-bottom: 28px;
}

.new-year_illust {
    max-width: 904px;
    width: calc(644 / 768 * 100vw);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}






/*  maincolumn
----------------------------------------------------*/
#maincolumn h1 {
margin-bottom: 15px;
font-size:12px;
text-align:center;
}

#maincolumn h2 {
margin-bottom: 3px;
font-size:20px;
text-align:center;
}

#top #maincolumn .campaign_title {
text-align: center;
line-height: 35px;
letter-spacing: 2px;
margin-top: 50px;
margin-bottom: 10px;
font-size: 24px;
font-weight: bold;
text-align: center;
}

#maincolumn h2 img {
width:200px;
}

#maincolumn p {
font-size:14px;
line-height:1.8;
}

#top #maincolumn p.biwako {
    position: relative;
    background: #468cd2;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    max-width: 200px;
    margin: 15px auto 20px;
}

#top #maincolumn p.biwako::after {
    position: absolute;
    content: '';
    top: 82%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    border: 22px solid transparent;
    border-top: 18px solid #468cd2;
    width: 0;
    height: 0;
}

#top #maincolumn p.hyogo {
    position: relative;
    background: #2DAD75;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    max-width: 200px;
    margin: 15px auto 20px;
}

#top #maincolumn p.hyogo::after {
    position: absolute;
    content: '';
    top: 82%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    border: 22px solid transparent;
    border-top: 18px solid #2DAD75;
    width: 0;
    height: 0;
}

#maincolumn p.link {
position:relative;
margin:0 auto;
text-align:center;
}

#maincolumn p.link a {
display:block;
padding:10px 0 8px 0;
color:#333;
font-size:14px;
text-decoration:none;
border:1px solid #c0c0c0;
}

#top #maincolumn .text_free {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    -webkit-text-decoration: double underline #EDD842 3px;
            text-decoration: double underline #EDD842 3px;
    margin-bottom: 15px;
}

#top #maincolumn .text_red {
    color: #ea616e;
    font-size: 20px;
}




/*  contact_area
----------------------------------------------------*/
#contact_area {
background:#f6f6f6;
padding-bottom:20px;
}

#contact_area h2 {
margin-bottom:5px;
/*margin-bottom:10px;*/
font-size:20px;
text-align:center;
}

#contact_area p.campaign{
margin-bottom: 20px;
font-weight: bold;
color: #f00;
line-height: 1.5;
}

#contact_area ul {
max-width:600px;
margin:0 10px;
}

#contact_area ul li {
width:100%;
margin-bottom:15px;
font-size:14px;
text-align:center;
}

#contact_area ul li a {
position:relative;
font-size:16px;
padding:15px 0 12px 0;
text-decoration:none;
}

#contact_area ul li.reserve a {
display:block;
color:#fff;
background:#7fb242;
}

#contact_area ul li.contact a {
display:block;
color:#333;
border:1px solid #c0c0c0;
background:#fff;
}

#contact_area ul li.reserve a:before,
#contact_area ul li.contact a:before {
font-family: "FontAwesome";
content: "\f0da";
position: absolute;
top:18px;
left:15px;
font-size:14px;
text-decoration:none;
}

#contact_area ul li.reserve a:before {
color:#fff;
}

#contact_area ul li.contact a:before {
color:#dcaf35;
}

#contact_area p {
font-size:14px;
text-align:center;
}

#contact_area p a {
color:#333;
text-decoration:none;
}


/*  pagetop
----------------------------------------------------*/
.pagetop {
right:10px;
bottom:60px;
}

.pagetop a {
display:block;
width:50px;
height:50px;
line-height:50px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background-color: rgba(224,160,0);
}

.pagetop a:before {
font-size:30px;
}



/*  un_spFooterMenu
----------------------------------------------------*/
.un_spFooterMenu{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.98);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.un_spFooterMenu *{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.un_spFooterMenu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.un_spFooterMenu ul li{
    width: 25%;
}

.un_spFooterMenu a{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.un_spFooterMenu a:hover{
    opacity: 0.6;
}

.un_spFooterMenu a img{
    width: auto;
}

.un_spFooterMenu_tel a{
    border-top: 4px solid #F27A33;
}
.un_spFooterMenu_reserve a{
    border-top: 4px solid #0E99EC;
}
.un_spFooterMenu_mail a{
    border-top: 4px solid #EA87B1;
}
.un_spFooterMenu_cottage a{
    border-top: 4px solid #069D66;
}

/* ===================================================================
Under CSS
=================================================================== */


/*----------------------------------------------------
index.php CSS
----------------------------------------------------*/

/*  mainImg
----------------------------------------------------*/
#mainImg {
position:relative;
margin-top:50px;
padding-bottom:50px;
background:#f6f6f6;
}

/* #mainImg p.mainImg_ttl {
position: absolute;
top:15%;
left: 0;
right: 0;
bottom: 0;
max-width:818px;
margin:auto 40px;
z-index:1;
} */

#main {
padding:20px 10px;
}

/* #mainImg::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../images/index/mv_winter_top_v2.png) no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
} */

#mainImg p.yado_t {
position: absolute;
color: #212836;
-webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
        transform: scale(0.6);
line-height: 1.6;
right: -3%;
bottom: -3px;
padding: 3px 5px;
background: rgba(255, 255, 255, .7);
border-radius: 3px;
}

#mainImg p.yado_t_l {
position: absolute;
color: #212836;
-webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
        transform: scale(0.6);
line-height: 1.6;
right: -6%;
bottom: -4px;
padding: 3px 5px;
background: rgba(255, 255, 255, .7);
border-radius: 3px;
}

#mainImg .slider li {
    position: relative;
}

#mainImg .slider li::before {
    content: "";
    width: 75%;
    height: 75%;
    background: url(../../images/index/main_c_winter_v2.png) no-repeat center / 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 998;
}

#mainImg .slider::after {
    content: "";
    width: 100%;
    height: 50px;
    background:
        url(../../images/index/mv_winter_topL_v2.png) no-repeat,
        url(../../images/index/mv_winter_topR_v2.png) no-repeat;
    background-size: 35%, 35%;
    background-position: top left, top right;
    position: absolute;
    z-index: 999;
}

#mainImg .slider li.no-tb::before {
    content: none;
}

/*  section01
----------------------------------------------------*/
#top .section01 {
padding: 25px 10px;
background:#f6f6f6;
}

#top .section01 p {
margin-bottom: 5px;
}

#top .section01 #info {
position:relative;
max-width:850px;
margin:55px auto 0;
padding:20px 10px 10px 10px;
background:#fff;
}

#top .section01 #info h3 {
position:absolute;
top:-15px;
left:50%;
width: 157px;
margin:0 0 20px -78.5px;
color:#fff;
text-align:center;
font-size:18px;
background:#45cbed;
}

#top .section01 #info dl {
padding:8px;
border-bottom:1px dotted #ccc
}

#top .section01 #info dl:first-child {
padding-top:15px;
}

#top .section01 #info dl:last-child {
padding-bottom:0;
border-bottom:none;
}

#top .section01 #info dd {
line-height: 1.6;
}

#top .section01 #info dd a {
    display: block;
}

#top .section01 #info p {
margin-bottom:0;
text-align:center;
background:#eaeaea;
}

#top .section01 #info p a {
display:block;
padding:8px;
font-size:12px;
color:#333;
}

#top .section01 #info p a:before {
font-family: "FontAwesome";
content: "\f0ca";
font-size: 12px;
padding-right: 10px;
text-decoration:none;
}

/*  section02
----------------------------------------------------*/
/* villa */
#top #section02 {
    padding: 100px 20px;
    margin: 0;
    background-color: #FFFBF0;
    max-width: inherit;
}

#top .villa_wrap {
    margin: 0 auto;
    max-width: 910px;
}

#top .villa_wrap .villa_ttl img {
    width: 128px!important;
    margin-bottom: 30px!important;
}

#top #maincolumn h2 {
    margin-bottom: 0;
}


#top #section02 .villa_wrap .villa-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

#top #section02 .villa_wrap .text_free {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    -webkit-text-decoration: double underline #edd842 3px;
    text-decoration: double underline #edd842 3px;
    margin: 5px 0 20px;
}

#top #section02 .villa_wrap .text_red {
    color: #d85363;
    font-size: 1.5rem
}


#top #section02 .villa_wrap #hagakureans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 5px 7px;
    border: solid 5px #468cd2;
    border-radius: 15px;
    margin-bottom: 30px
}

#top #section02 .villa_wrap #hagakureans .hagakureans-text {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.7
}

#top #section02 .villa_wrap #hagakureans .hagakureans-text .br-sp {
    display: block;
}

#top #section02 .villa_wrap #hagakureans .hagakureans-text .blue {
    color: #468cd2;
    -webkit-text-decoration: double underline 3px #edd842;
    text-decoration: double underline 3px #edd842
}

#top #section02 .villa_wrap #hagakureans .hagakureans-text .blue .big {
    font-size: 23px
}

#top #section02 .villa_wrap .villa {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -4px -4px 8px #fffbf0, 4px 4px 8px rgba(0, 0, 0, .18);
    box-shadow: -4px -4px 8px #fffbf0, 4px 4px 8px rgba(0, 0, 0, .18)
}

#top #section02 .villa_wrap .villa:not(:last-of-type) {
    margin-bottom: 30px
}

#top #section02 .villa_wrap .villa p {
    overflow: hidden;
    border-radius: 8px 8px 0 0
}

#top #section02 .villa_wrap .villa a {
    color: #2dad75;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none
}

#top #section02 .villa_wrap .villa a img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1)
}

#top #section02 .villa_wrap .villa .c_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 20px;
    gap: 3px
}

#top #section02 .villa_wrap .villa .c_tag li {
    position: relative;
    padding: 1px 7px;
    color: #fff;
    background: #86af7f;
    border-radius: 4px;
    font-size: 11px;
    margin: 0;
}

#top #section02 .villa_wrap .villa .c_tag li:first-child {
    background: #f29606
}

#top #section02 .villa_wrap .villa .c_tag li.people {
    padding: 1px 6px 0 22px
}

#top #section02 .villa_wrap .villa .c_tag li.people::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 16px;
    top: 4px;
    left: 4px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
        transform: scale(0.7);
    background: url(../../images/villa/t_icon_people.svg) no-repeat
}

#top #section02 .villa_wrap .villa .c_tag li.parking {
    padding: 1px 6px 0 18px
}

#top #section02 .villa_wrap .villa .c_tag li.parking::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 16px;
    top: 4px;
    left: 4px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
        transform: scale(0.7);
    background: url(../../images/villa/t_icon_parking.svg) no-repeat
}

#top #section02 .villa_wrap .villa .c_tag li.bedroom2 {
    padding: 1px 7px
}

#top #section02 .villa_wrap .villa .c_tag li.bedroom2::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 16px;
    top: 3px;
    left: 3px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
        transform: scale(0.6);
    background: url(../../images/villa/icon_bed.svg) no-repeat
}

#top #section02 .villa_wrap .villa .c_tag li.tag_red {
    background: #bc5252
}

#top #section02 .villa_wrap .villa .c_tag li.tag_skyblue {
    background: #4ba2d0
}

#top #section02 .villa_wrap .villa .c_tag li.tag_brown {
    background: #8e6e4e
}

#top #section02 .villa_wrap .villa .c_tag li.tag_yellow {
    background: #d3c036
}

#top #section02 .villa_wrap .villa:hover {
    background: #2dad75
}

#top #section02 .villa_wrap .villa:hover a {
    color: #fff
}

#top #section02 .villa_wrap .villa:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1)
}

#top #section02 .villa_wrap .villa .rubi {
    margin-top: 1rem;
    text-align: center;
    color: #212836
}

#top #section02 .villa_wrap .villa h4.name {
    letter-spacing: 1.1;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    color: #212836
}

#top #section02 .villa_wrap .villa h4.name {
    font-size: 16px
}

#top #section02 .villa_wrap .villa h4.name span {
    position: relative;
    display: inline-block
}

#top #section02 .villa_wrap .villa h4.name span::before {
    position: absolute;
    top: 0;
    left: -20px;
    content: "";
    font-family: FontAwesome
}

#top #section02 .villa_wrap .villa h4.name span .ls_none {
    letter-spacing: normal
}

#top #section02 .villa_wrap .banner {
    max-width: 100%;
    background: #fff;
    margin-top: 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

#top #section02 .villa_wrap .banner.villa:hover img {
    -webkit-transform: initial;
    -ms-transform: initial;
        transform: initial
}

#top #section02 .villa_wrap h3 {
    position: relative;
    background: #468cd2;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    width: 203px;
    margin: 0 auto 20px
}


#top #section02 .villa_wrap h3::before {
    position: absolute;
    content: "";
    top: 80%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    left: 50%;
    border: 22px solid rgba(0, 0, 0, 0);
    border-top: 18px solid #468cd2;
    width: 0;
    height: 0
}

#top #section02 .villa_wrap h3.hyogo {
    background: #2dad75;
    margin: 80px auto 20px
}

#top #section02 .villa_wrap h3.hyogo::before {
    border-top-color: #2dad75
}

#top #section02 .villa_wrap p {
    text-align: center
}

#top #section02 .villa_wrap span.marker {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
    background: -o-linear-gradient(transparent 77%, #ffb846 77%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(77%, transparent), color-stop(77%, #ffb846));
    background: linear-gradient(transparent 77%, #ffb846 77%)
}


/*  section03
----------------------------------------------------*/
#top #section03 {
padding:10px 10px 30px;
}

#top #section03 h2:before {
content:" ";
display:inline-block;
width:40px;
height:36px;
padding-right:5px;
background-image:url(../images/h2_bg_v2.png);
background-repeat:no-repeat;
background-size:contain;
vertical-align:middle;
}

#top #section03 #voice .box {
position:relative;
margin-bottom:20px;
padding:15px;
}

#top #section03 #voice .box p {
margin-bottom:10px;
}

#top #section03 #voice .box .customer {
width:175px;
margin:0 auto;
}

#top #section03 #voice .box .customer .img {
width:175px;
margin-bottom:10px;
padding:5px;
background:#fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
overflow:hidden;
}

#top #section03 #voice .box .customer p {
margin-bottom:0;
text-align:center;
}

#top #section03 #voice .box .customer .img img {
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
}

#top #section03 p.link a:before {
top:13px;
left: 10px;
}

/*----------------------------------------------------
activity.php CSS
----------------------------------------------------*/
#activity #anchor li:nth-child(1),
#activity #anchor li:nth-child(2) {
border-bottom:1px solid #cdcdcd;
}

#activity #anchor li:nth-child(3) {
border-right:1px solid #ccc;
border-top:none;
}

/* #activity #pagecolumn .box {
margin-bottom:30px;
} */

#activity .inbox {
    margin: 10px 0;
    padding: 15px;
}

#activity #section02 .inbox {
    margin-bottom: 0;
}

#activity .inbox td {
    line-height: 1.6;
}

#activity .inbox li {
    line-height: 1.8;
}

#activity #pagecolumn .box .fr {
max-width:378px;
margin:0 auto 5px;
}

/* #activity #pagecolumn .box h3 {
margin-bottom:5px;
} */

#activity #pagecolumn .box p.link {
margin-bottom:0;
}




/*----------------------------------------------------
access.php CSS
----------------------------------------------------*/
#access #anchor li:nth-child(1),
#access #anchor li:nth-child(2) {
border-bottom:1px solid #cdcdcd;
}

#access #anchor li:nth-child(3) {
/* border-right:1px solid #ccc; */
border-top:none;
}

#access #anchor li:nth-child(4) {
    border-top: none;
    border-top:none;
}

#access #pagecolumn h3 {
margin-bottom:10px;
border-bottom: 1px dashed #333;
}

#access #pagecolumn h3.name {
    font-size: 22px;
    border-bottom: none;
    margin-bottom: 0;
}

#access #pagecolumn .rubi {
    text-align: center;
}

#access #pagecolumn h3.address {
    font-size: 16px;
    border-bottom: none;
}

#access #pagecolumn section {
    padding-top: 40px;
}

#access #pagecolumn #section02 {
    padding-top: 0;
    margin-bottom: 50px;
}

/* #access #pagecolumn .box {
margin-bottom:30px;
} */

#access #pagecolumn .box p {
    font-size: 12px;
}

#access #pagecolumn .box iframe {
width:100%;
}

#access #pagecolumn .sp_img {
display:block;
}

#access #pagecolumn .sp_img p {
margin-bottom:20px;
}

#access #pagecolumn .pc_img {
display:none;
}

#access #pagecolumn .box h5 {
    color: #fff;
    margin: 15px 0;
    padding: 3px 5px;
    font-size: 14px;
    display:inline;
}

#access #pagecolumn .box h5.osaka {
background:#6cc54a;
}

#access #pagecolumn .box h5.nagoya {
background:#f34040;
}

#access #pagecolumn .box h5.hokuriku {
background:#2ea7c9;
}

#access #pagecolumn .box p.time {
    /* margin: 10px 0; */
    font-size: 15px;
    font-weight: bold;
}

#access #pagecolumn .box p.road:not(:last-of-type) {
    margin-bottom: 10px;
}


/*----------------------------------------------------
accessmap.php css
----------------------------------------------------*/
#accessmap #pagecolumn h3 {
    margin-bottom: 10px;
    text-align:center;
    border-bottom: 1px dashed #333;
    }
    
#accessmap #pagecolumn h3.name {
    font-size: 22px;
    line-height: 1.3;
    border-bottom: none;
    margin-top: 25px;
    margin-bottom: 0;
}

#accessmap #pagecolumn h3.address {
    font-size: 16px;
    /* border-bottom: none; */
}

#accessmap #pagecolumn .box {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 80px;
    }


/*----------------------------------------------------
map-lakesidehouse.php css
----------------------------------------------------*/
#map-lakesidehouse #pagecolumn h3 {
    margin-bottom: 10px;
    text-align:center;
    border-bottom: 1px dashed #333;
    }

#map-lakesidehouse h2 {
    padding-top: 20px;
    line-height: 1;
    }
    
#map-lakesidehouse #pagecolumn h3.name {
    font-size: 22px;
    line-height: 1.6;
    border-bottom: none;
    margin: 20px 0 0;
}

#map-lakesidehouse #pagecolumn .rubi {
    text-align: center;
    margin-top: 25px;
}

#map-lakesidehouse #pagecolumn h3.address {
    font-size: 16px;
    /* border-bottom: none; */
}

#map-lakesidehouse #pagecolumn .box {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
}

#map-lakesidehouse #pagecolumn .box_02 {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
}

#map-lakesidehouse #pagecolumn .sub_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}


/*----------------------------------------------------
map-sansen.php css
----------------------------------------------------*/
#map-sansen #pagecolumn h3 {
    margin-bottom: 10px;
    text-align:center;
    border-bottom: 1px dashed #333;
    }

#map-sansen h2 {
    padding-top: 20px;
    line-height: 1;
    }
    
#map-sansen #pagecolumn h3.name {
    font-size: 22px;
    line-height: 1.6;
    border-bottom: none;
    margin: 20px 0 0;
}

#map-sansen #pagecolumn .rubi {
    text-align: center;
    margin-top: 25px;
}

#map-sansen #pagecolumn h3.address {
    font-size: 16px;
    /* border-bottom: none; */
}

#map-sansen #pagecolumn .sub_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#map-sansen #pagecolumn .box {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
    }


/*----------------------------------------------------
map-hagakurean.php css
----------------------------------------------------*/
#map-hagakurean #pagecolumn h3 {
    margin-bottom: 10px;
    text-align:center;
    border-bottom: 1px dashed #333;
    }

#map-hagakurean h2 {
    padding-top: 20px;
    line-height: 1;
    }
    
#map-hagakurean #pagecolumn h3.name {
    font-size: 22px;
    line-height: 1.3;
    border-bottom: none;
    margin: 20px 0 0;
}

#map-hagakurean #pagecolumn .rubi {
    text-align: center;
    margin-top: 25px;
}

#map-hagakurean #pagecolumn h3.address {
    font-size: 16px;
    /* border-bottom: none; */
}

#map-hagakurean #pagecolumn .box {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
}

/*----------------------------------------------------
map-shuku.php css
----------------------------------------------------*/
#map-shuku #pagecolumn h3 {
    margin-bottom: 10px;
    text-align:center;
    border-bottom: 1px dashed #333;
    }

#map-shuku h2 {
    padding-top: 20px;
    line-height: 1;
    }
    
#map-shuku #pagecolumn h3.name {
    font-size: 22px;
    line-height: 1.6;
    border-bottom: none;
    margin: 20px 0 0;
}

#map-shuku #pagecolumn .rubi {
    text-align: center;
    margin-top: 25px;
}

#map-shuku #pagecolumn h3.address {
    font-size: 16px;
    /* border-bottom: none; */
}

#map-shuku #pagecolumn .box {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
}

#map-shuku #pagecolumn .box_02 {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
}

#map-shuku #pagecolumn .sub_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}


/*----------------------------------------------------
map-meibi.php css
----------------------------------------------------*/
#map-meibi #pagecolumn h3 {
    margin-bottom: 10px;
    text-align:center;
    border-bottom: 1px dashed #333;
    }

#map-meibi h2 {
    padding-top: 20px;
    line-height: 1;
    }
    
#map-meibi #pagecolumn h3.name {
    font-size: 22px;
    line-height: 1.3;
    border-bottom: none;
    margin: 20px 0 0;
}

#map-meibi #pagecolumn .rubi {
    text-align: center;
    margin-top: 25px;
}

#map-meibi #pagecolumn h3.address {
    font-size: 16px;
    /* border-bottom: none; */
}

#map-meibi #pagecolumn .box {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
}


/*----------------------------------------------------
map-toju.php css
----------------------------------------------------*/
#map-toju #pagecolumn h3 {
    margin-bottom: 10px;
    text-align:center;
    border-bottom: 1px dashed #333;
    }

#map-toju h2 {
    padding-top: 20px;
    line-height: 1;
    }
    
#map-toju #pagecolumn h3.name {
    font-size: 22px;
    line-height: 1.3;
    border-bottom: none;
    margin: 20px 0 0;
}

#map-toju #pagecolumn .sub_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#map-toju #pagecolumn .rubi {
    text-align: center;
    margin-top: 25px;
}

#map-toju #pagecolumn h3.address {
    font-size: 16px;
    /* border-bottom: none; */
}

#map-toju #pagecolumn .box {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
}

#map-toju #pagecolumn .box_02 {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
}

/*----------------------------------------------------
map-nibou.php css
----------------------------------------------------*/
#map-nibou #pagecolumn h3 {
    margin-bottom: 10px;
    text-align:center;
    border-bottom: 1px dashed #333;
    }

#map-nibou h2 {
    padding-top: 20px;
    line-height: 1;
    }
    
#map-nibou #pagecolumn h3.name {
    font-size: 22px;
    line-height: 1.3;
    border-bottom: none;
    margin: 20px 0 0;
}

#map-nibou #pagecolumn .sub_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#map-nibou #pagecolumn .scale {
    font-size: 10px;
    text-align: right;
    margin-top: 5px;
}

#map-nibou #pagecolumn .rubi {
    text-align: center;
    /* margin-top: 25px; */
}

#map-nibou #pagecolumn h3.address {
    font-size: 16px;
    /* border-bottom: none; */
}

#map-nibou #pagecolumn .box {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
}

/*----------------------------------------------------
map-moridaishyo.php css
----------------------------------------------------*/
#map-moridaishyo #pagecolumn h3 {
    margin-bottom: 10px;
    text-align:center;
    border-bottom: 1px dashed #333;
    }

#map-moridaishyo h2 {
    padding-top: 20px;
    line-height: 1;
    }
    
#map-moridaishyo #pagecolumn h3.name {
    font-size: 22px;
    line-height: 1.3;
    border-bottom: none;
    margin: 20px 0 0;
}

#map-moridaishyo #pagecolumn .sub_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#map-moridaishyo #pagecolumn .scale {
    font-size: 10px;
    text-align: right;
    margin-top: 5px;
}

#map-moridaishyo #pagecolumn .rubi {
    text-align: center;
    /* margin-top: 25px; */
}

#map-moridaishyo #pagecolumn h3.address {
    font-size: 16px;
    /* border-bottom: none; */
}

#map-moridaishyo #pagecolumn .box {
    width:95%;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 35px;
}

/*----------------------------------------------------
caution-map-nibou.php css
----------------------------------------------------*/
#caution-map-nibou #pagecolumn {
    padding:35px 0;
}

#caution-map-nibou #pagecolumn h3 {
    text-align:center;
}

#caution-map-nibou #pagecolumn p {
    text-align:center;
    margin-bottom: 10px;
}

#caution-map-nibou #pagecolumn .box {
    /* width:95%; */
    margin: 0 auto;
    padding-bottom: 35px;
}


/*----------------------------------------------------
review.php css
----------------------------------------------------*/
#review #pagecolumn h3 {
margin-bottom:10px;
}

#review #pagecolumn .box {
margin-bottom:30px;
}

#review #pagecolumn .box .fr {
max-width:185px;
margin:0 auto;
}

#review #pagecolumn .box .fr .img {
width:175px;
margin-bottom:10px;
padding:5px;
background:#fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
overflow:hidden;
}

#review #pagecolumn .box .fr .img img {
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
}

#review #pagecolumn .box .fl {
float:left;
width:92%;
margin-top:10px;
padding:15px 10px;
border:3px #D2D2D2 solid;
background:#fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}


/*----------------------------------------------------
contact css
----------------------------------------------------*/
#contact #pagecolumn {
padding-bottom:30px;
}

#contact #pagecolumn h3 {
margin-bottom:10px;
}

#contact #pagecolumn p {
margin-bottom:30px;
}

#contact #pagecolumn .comment {
margin-bottom:30px;
padding:10px;
background:#fff;
}

#contact #pagecolumn .comment p {
margin:0;
text-align:center;
}

#contact #pagecolumn .comment p.campaign{
margin-bottom: 5px;
font-weight: bold;
color: #f00;
line-height: 1.5;
}

#contact #pagecolumn table {
width:100%;
margin-bottom:20px;
}

#contact #pagecolumn th,
#contact #pagecolumn td {
display:block;
}

#contact #pagecolumn th {
padding-bottom:5px;
font-size:15px;
vertical-align:top;
font-weight:normal;
}

#contact #pagecolumn th span {
margin-left:10px;
padding:3px 5px;
color:#fff;
font-size:12px;
background:#c00;
}

#contact #pagecolumn td {
padding-bottom:10px;
}

#contact #pagecolumn td input,
#contact #pagecolumn td textarea {
width:100%;
padding:5px;
border:1px solid #ccc;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#contact #pagecolumn td select {
padding:5px;
border:1px solid #ccc;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#contact #pagecolumn td input.add {
width:40%;
padding:5px;
border:1px solid #ccc;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

#contact #pagecolumn p.ok {
width:300px;
margin:0 auto;
background:#7fb242;
border:none;
}

#contact #pagecolumn p.ng {
width:300px;
margin:0 auto 20px auto;
background:#e00000;
border:none;
}

#contact #pagecolumn p.send {
width:300px;
margin:0 auto;
background:#7fb242;
border:none;
}

#contact #pagecolumn p input {
display:block;
width:100%;
padding:10px 0;
color:#fff;
text-align:center;
font-size:15px;
border:none;
background:none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
}


/*----------------------------------------------------
blog_info
----------------------------------------------------*/
#top .section01 .content-item:nth-of-type(2n) {
    margin-left: 0;
    margin-right: 0;
}

#top .section01 .blog_info {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
  padding: 40px 15px 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top .section01 .blog_info h1 {
    margin-bottom: 10px;
    padding-bottom: 9px;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
}

#top .section01 .blog_info p {
    margin-bottom: 0;
}

#top .section01 .blog_info-container{
    overflow: hidden;
}

#top .section01 .blog_info--wrap {
    padding: 10px 5px;
}

.blog_info .swiper-pagination {
    position: initial;
}

#top .blog_info .blog_ttl img{
    width: 112px;
    margin-bottom: 28px;
}

#top .blog_info .blog_ttl{
    text-align: center;
}

#top .section01 {
    padding: 0;
    background: inherit;
}

.swiper-container3 {
    position: relative;
    padding-bottom: 60px;
}

.swiper-pagination3 {
    position: absolute;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}


/*----------------------------------------------------
sns_area css
----------------------------------------------------*/
.sns_area {
    max-width: 100%;
  margin: 50px 20px 0;
}

.sns_wrap {
    display: none;
}

/*----------------------------------------------------
caution.php css
----------------------------------------------------*/
#caution section {
    padding: 30px 40px;
}

#caution h1 {
    font-size: 11px;
}

#caution h3 {
    text-align: center;
    margin-bottom: 20px;
}

#caution .strong {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    margin-top: 28px;
}

#caution .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 1rem;
    text-align: center;
}

#caution .title_top {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}

#caution .attention {
    font-size: 15px;
    margin-bottom: 1rem;
}

#caution .text {
    font-size: 15px;
    margin-bottom: 1rem;
}

#caution .no_bl {
    font-size: 15px;
    list-style-type: disclosure-closed;
    margin-bottom: 0;
}

#caution .item {
    font-size: 15px;
    list-style-type: disclosure-closed;
    margin-bottom: 1rem;
}

#caution .ul {
    margin-bottom: 15px;
}

#caution span.red {
font-weight: bold;
color:#c00;
}

#caution .box {
padding: 10px;
border: #333 solid 1px;
border-radius: 5px;
}


#caution .winter_box {
    /* background-color: #e0f4ff; */
    border: #c00 solid 1px;
    border-radius: 12px;
    padding: 20px 15px 5px 30px;
}

/*----------------------------------------------------
caution-2.php css
----------------------------------------------------*/
#caution-2 section {
    padding: 30px 40px;
}

#caution-2 h1 {
    font-size: 11px;
}

#caution-2 h3 {
    text-align: center;
    margin-bottom: 20px;
}

#caution-2 .strong {
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    margin-top: 28px;
}

#caution-2 .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 1rem;
    text-align: center;
}

#caution-2 .title_top {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}

#caution-2 .attention {
    font-size: 15px;
    margin-bottom: 1rem;
}

#caution-2 .text {
    font-size: 15px;
    margin-bottom: 1rem;
}

#caution-2 .no_bl {
    font-size: 15px;
    list-style-type: disclosure-closed;
    margin-bottom: 0;
}

#caution-2 .item {
    font-size: 15px;
    list-style-type: disclosure-closed;
    margin-bottom: 1rem;
}

#caution-2 .ul {
    margin-bottom: 15px;
}

#caution-2 span.red {
font-weight: bold;
color:#c00;
}

/*----------------------------------------------------
kanji.php css
----------------------------------------------------*/
#kanji section {
    padding: 30px 40px;
}

#kanji #main {
    padding: 0;
}

#kanji .pc {
  display: none;
}

#kanji h2 {
    font-size: 18px;
}

#kanji h3 {
    text-align: center;
    margin-bottom: 19px;
    font-size: 14px;
}

#kanji tbody {
    display: block;
    width: 100%;
}

#kanji .table_sp {
  display: block;
    margin-bottom: 30px;
    border-collapse: collapse;
}

#kanji .table_pc {
  display: none;
}

#kanji .ct01 {
    /* width: 100%; */
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
    color: #fff;
    background-color: #CFB25E;
}

#kanji .ct02 {
    width: 100%;
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
    background-color: #fff;

}

#kanji .strong {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
}

#kanji .item {
    list-style-type: disclosure-closed;
    margin-bottom: 1rem;
}

#kanji .ul {
    margin-bottom: 15px;
}

#kanji .mail {
    text-align: center;
    padding-top: 10px;
}

#kanji .tel {
    text-align: center;
    margin-bottom: 15px;
}

#kanji a {
    color: #333;
    text-decoration: none;
}



/*  20250701追加
----------------------------------------------------*/
/*  calender  */

.calender {
    position: relative;
    color: #fff;
}
.calender::before, .calender::after {
    content: "";
    position: absolute;
    z-index: 3;
    height: 10px;
    width: 100%;
    left: 0;
    background-size: 375px 10px;
}

.calender::before {
    top: 0;
    background-image: url(../../images/index/bg_deco_white_sp.webp);
    -webkit-animation: bg_wave 24s linear infinite,
               gentle_float 16s infinite alternate;
            animation: bg_wave 24s linear infinite,
               gentle_float 16s infinite alternate;
}

@-webkit-keyframes bg_wave {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 375px 0; 
    }
}

@keyframes bg_wave {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 375px 0; 
    }
}

@-webkit-keyframes gentle_float {
    0% { 
        -webkit-transform: translateY(0px) scale(1); 
                transform: translateY(0px) scale(1);
    }
    100% { 
        -webkit-transform: translateY(0.5px) scale(1.5); 
                transform: translateY(0.5px) scale(1.5);
    }
}

@keyframes gentle_float {
    0% { 
        -webkit-transform: translateY(0px) scale(1); 
                transform: translateY(0px) scale(1);
    }
    100% { 
        -webkit-transform: translateY(0.5px) scale(1.5); 
                transform: translateY(0.5px) scale(1.5);
    }
}

.calender::after {
    bottom: -10px;
    background-image: url(../../images/index/bg_deco_green_pc.png);
    background-repeat: repeat-x;
}

.calender_bg {
    padding: 20px 0 70px;
    background: url(../../images/index/bg_hanboubi.webp) repeat;
    background-size: 105px 105px;
}

.calender_title {
    margin: 70px auto 28px!important;
}

.calender_hanbouki {
    width: 301px;
}

.calender_obon {
    width: calc(196/375*100vw);
}

.calender_txt {
    width: calc(100% - 20px);
    margin: 0 auto 28px;
}

.table_box_sub {
    width: calc(100% - 20px)!important;
    padding-top: 13px;
    margin: 0 auto!important;
}

.table_box_sub p {
    text-align: left!important;
    font-size: 10px!important;
}

.table_box {
    width: calc(100% - 20px)!important;
}

/*  youkoso  */
.youkoso {
    letter-spacing: .06em;
}
.youkoso_wrap {
    padding-top: 100px;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    position: relative;
}
.youkoso_wrap:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #F0B02B;
    width: 100%;
    height: 46px;
    z-index: 0;
}

.youkoso_wrap::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-size: cover;
    background-position: center;
    background-image: url(../../images/index/bg_youkoso.webp);
    background-repeat: no-repeat;
    z-index: -99;
}

.youkoso_copy {
    text-align: left;
    margin: 0 10px 60px;
}

.youkoso_copy img {
    width: calc(268/375*100vw);
}

.youkoso_txt {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    text-align: right!important;
    margin: 0 10px 60px;
}

.youkoso_block {
    max-width: 100%;
    margin: 0 10px 45px;
    position: relative;
}

.youkoso_block img {
    border-radius: 12px;
}

.youkoso_block:last-child {
    margin-bottom: 0;
}

.youkoso_blockWrap {
    position: relative;
    z-index: 2;
}

.youkoso_block:before {
    content: "";
    position: absolute;
    background-image: url(../../images/index/img_youkoso_kado01_sp.svg),url(../../images/index/img_youkoso_kado02_sp.svg),url(../../images/index/img_youkoso_kado03_sp.svg),url(../../images/index/img_youkoso_kado04_sp.svg) ;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 34px 34px, 34px 34px, 34px 34px, 34px 34px;
    background-position: top left, top right, bottom left, bottom right;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.youkoso_blockWrap:before {
    content: "";
    position: absolute;
    background-image: url(../../images/index/img_youkoso_base-x01_sp.svg),url(../../images/index/img_youkoso_base-x02_sp.svg);
    background-repeat: repeat-x, repeat-x;
    background-size: 34px 34px, 34px 34px;
    background-position: center 0%, center 100%;
    width: calc(100% - 68px);
    height: 100%;
    z-index: -1;
    margin: 0 34px;
}

.youkoso_blockBg:before {
    content: "";
    position: absolute;
    background-image: url(../../images/index/img_youkoso_base-y01_sp.svg),url(../../images/index/img_youkoso_base-y02_sp.svg);
    background-repeat: repeat-y, repeat-y;
    background-size: 34px 34px, 34px 34px;
    background-position: 0% center, 100% center;
    width: 100%;
    height: calc(100% - 68px);
    z-index: -1;
    margin: 34px 0;
}

.youkoso_blockItem:before {
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background-color: #FFFBF0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: -1;
}

.youkoso_blockItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10px;
    padding: 10px;
    position: relative;
}

.youkoso_txtTtl {
    margin-bottom: 24px;
    margin-top: 28px;
}

.youkoso_block01 .youkoso_txtTtl {
    width: calc(258/375*100vw);
}

.youkoso_block02 .youkoso_txtTtl {
    width: calc(255/375*100vw);
}

.youkoso_txtDtl {
    color: #212836;
    font-weight: bold;
    line-height: 1.6;
    text-align: left!important;
    padding-bottom: 35px;
}

.youkoso_blockTxt {
    width: calc(300/375*100vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
}

.youkoso_blockTxt::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FF6F00;
    left: -17px;
    top: 10px;
}

.youkoso_imgL {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.youkoso_imgS {
    width: calc(231/375*100%);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.youkoso_block02 .youkoso_blockTxt:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.youkoso_block02 .youkoso_imgS:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.youkoso_block02 .youkoso_imgL:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

/*スライダー*/
.youkoso_slideArea {
	position: relative;
}

.youkoso_slideWrap {
    height: 109px;
	padding: 80px 0 90px;
	background-color: #F0B02B;
}

.infinite-scroll-wrapper {
	display: flex;
	gap: 10px;
	overflow: hidden;
}

.infinite-scroll-list {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s linear infinite;
}

.scroll-item {
	width: 175px;
}

.scroll-item>img {
	width: 100%;
}

@keyframes infinity-scroll-left {
	from {
	transform: translate(0);
	}
	to {
	transform: translate(-100%);
	}
}

.calender::before, .calender::after {
    content: "";
    position: absolute;
    z-index: 3;
    height: 10px;
    width: 100%;
    left: 0;
    background-size: 375px 10px;
}

.youkoso_slideWrap::before {
    content: "";
    position: absolute;
    z-index: 3;
    height: 10px;
    width: 100%;
    bottom: -10px;
    left: 0;
    background-size: 375px 10px;
    background-image: url(../../images/index/bg_deco_yellow_sp.webp);
    -webkit-animation: bg_wave3 24s linear infinite,
               gentle_float2 16s infinite alternate;
            animation: bg_wave3 24s linear infinite,
               gentle_float2 16s infinite alternate;
}

@-webkit-keyframes bg_wave3 {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 375px 0; 
    }
}

@keyframes bg_wave3 {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 375px 0; 
    }
}

@-webkit-keyframes gentle_float2 {
    0% { 
        -webkit-transform: translateY(0px) scale(1); 
                transform: translateY(0px) scale(1);
    }
    100% { 
        -webkit-transform: translateY(0.5px) scale(1.5); 
                transform: translateY(0.5px) scale(1.5);
    }
}

@keyframes gentle_float2 {
    0% { 
        -webkit-transform: translateY(0px) scale(1); 
                transform: translateY(0px) scale(1);
    }
    100% { 
        -webkit-transform: translateY(0.5px) scale(1.5); 
                transform: translateY(0.5px) scale(1.5);
    }
}

/* meibi限定バッジ（擬似要素版） - Mobile */
.villa--meibi-special > a > p {
  position: relative;
}

/* syuku-meibi_wrapper - Mobile */
.syuku-meibi_wrapper {
  margin-top: 0;
  margin-bottom: 30px;
}

/* highlight-wrapper - Mobile */
.highlight-wrapper {
  position: relative;
  border: 5px solid #D85363;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
}

.highlight-wrapper::before {
  content: "Pick UP!";
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  z-index: 10;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background: #D85363;
  border-radius: 8px 8px 0 0;
}

/* meibi限定バッジ（擬似要素版） - Mobile */
.villa--meibi-special > a > p {
  position: relative;
}

.villa--meibi-special > a > p::before {
  content: "限定";
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 10;
  background: #D85363;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 4px 0 0 4px;
  border: 2px solid #D85363;
  line-height: 1.4;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 3px 8px rgba(234, 97, 110, 0.4);
  box-shadow: 0 3px 8px rgba(234, 97, 110, 0.4);
}

.villa--meibi-special > a > p::after {
  content: "翌日15:00まで滞在OK!!";
  white-space: pre;
  position: absolute;
  top: 8px;
  left: 60px;
  z-index: 10;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 0 4px 4px 0;
  border: 2px solid #D85363;
  line-height: 1.4;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}