@charset "UTF-8";
.container {
padding: 0;
background-color: #fff;
}

.sotsupl_w {
width: 1080px;
margin: auto;
}

/*---- sotsupl mainimg wrap --------------------*/
#sotsupl_mainimg_wrap {
background-color: #f0f4fc;
padding: 70px 0 50px 0;
}

.sotsupl_mainimg_inner {
background-image: url("../img/sotsutabi2026_plan/sotsupl_main_back.png");
background-repeat: no-repeat;
height: 440px;
}

.sotsupl_maintitle {
width: 222px;
margin: 0 auto;
}
.sotsupl_mainlogo {
display: block;
width: 152px;
margin: 0 auto;
padding: 20px 0 0 0;
}

.sotsupl_mainttl {
display: block;
padding: 38px 0 0 0;
}

/*---- sotsupl　slider　wrap --------------------*/
#sotsupl_slider_wrap {
padding: 50px 0;
background-color: #d7ddf4;
position: relative;
z-index: 1;
}
.sotsupl_slider_inner {
height: 224px;
overflow: hidden;
}
.slick-slide {
    width: 336px;
    margin-right: 18px;
    margin-left: 18px;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.slick-slide a {
display: block;
position: relative;
border-radius: 5px;
overflow: hidden;
}
.slick-slide a span {
display: block;
position: absolute;
left:0;
bottom:0;
width: 100%;
line-height: 1;
padding: 12px 0;
font-weight: bold;
text-align: center;
letter-spacing: 0em;
background-color: rgba(255,255,255,0.8);
}
.slick_arrow_prev, 
.slick_arrow_next {
display: block;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
z-index: 999;
width: 32px;
height: 32px;
background-color: rgba(255,255,255,0.70);
border-radius:16px;
transition-property: all;
transition-duration: 0.4s;
}
.slick_arrow_prev {
left: calc( 50% - 186px );
}
.slick_arrow_next {
right: calc( 50% - 186px );
}
.slick_arrow_prev i, 
.slick_arrow_next i {
width: 14px;
height: 14px;
margin:9px auto 0;
display: block;
}
.slick_arrow_prev .arrow_2ea7e0 {
transform: rotateY(180deg);
}
.slick_arrow_prev:hover, 
.slick_arrow_next:hover {
background-color: rgba(255,240,0,1.00);
}

/*---- sotsupl toc wrap --------------------*/
#sotsupl_toc_wrap {
border-top: solid 1px #aebbea;
border-bottom: solid 1px #aebbea;
}

.sotsupl_toc_con {
padding: 18px 0;
}

.sotsupl_tocmenu_con {
display: flex;
justify-content: space-between;
align-items: center;
}

.sotsupl_tocmenu_con li:first-child {
width: 284px;
height: 40px;
margin-right: 0px;
}

.sotsupl_tocmenu_con li a {
display: block;
font-size: 1.6rem;
line-height: 40px;
font-weight: bold;
color: #667ed7;
}

.sotsupl_tocmenu_con li a i {
margin: 0 0 0 8px;
}

/*---- sotsupl plan wrap --------------------*/
#sotsutabi_plan_outline {
background-color: #f0f4fc;
padding: 0 0 80px;
}

.sotsupl_planol_con {
padding: 72px 0 60px;
font-weight: bold;
background-image: url("../img/sotsutabi2026_plan/sotsupl_yukiill_326x162.svgz");
background-size: 326px 162px;
background-position: top right;
background-repeat: no-repeat;
}

.sotsupl_planol_con h2 {
font-size: 2.0rem;
color: #667ed7;
margin-bottom: 10px;
}

.sotsupl_planol_con p {
font-size: 1.7rem;
}


/*---- sotsupl point123 wrp ----------------*/
.sotsupl_point_outer {
display: flex;
justify-content: space-between;
}

.sotsupl_point_item{
width: 336px;
border: 1px solid #667ed7;
border-radius: 8px;
background-color: #ffffff;
position: relative;
overflow: hidden;
}

.sotsupl_point_item_2wk {
width: 708px;
border: 1px solid #667ed7;
border-radius: 8px;
background-color: #ffffff;
position: relative;
overflow: hidden;
}

.stpl_headline {
display: flex;
align-items: center;
background-color: #667ed7;
padding: 18px;
position: relative;
}

.stpl_point_ttl {
display: block;
font-size: 1.8rem;
font-weight: bold;
color: #fff;
line-height: 1.5;
margin-left: 18px;
}

.stpl_point_no {
display: block;
width: 66px;
height: 50px;
padding-top: 12px;
font-size: 1.7rem;
line-height: 1;
font-weight: bold;
text-align: center;
color: #667ed7;
background-color: #ffe100;
border-radius: 5px;
}

.stpl_point_no i,
.stpl_point04_service_title i {
font-size: 2.5rem;
margin-right: 0;
vertical-align: -1px;
}

.stpl_pointcnt_con {
padding: 29px;
}

.stpl_point0203_mcon, .stpl_point0203_under {
display: flex;
justify-content: space-between;
}

.stpl_point0203_under {
align-items: center;
border-top: solid 1px #d4d4d4;
padding-top: 18px;
}

.stpl_point_label {
display: flex;
flex-direction: column;
position: absolute;
top:14px;
right: 14px;
}
.stpl_point_label li:first-child {
margin-bottom: 2px;
background-color: #d98124;
color: #fff;
}
.stpl_point_label li:last-child {
background-color: #fff;
color: #d98124;
}
.stpl_point_label li {
line-height: 1;
border-radius: 4px;
font-weight: bold;
letter-spacing: 0em;
padding: 7px 10px;
text-align: center;
}

.stpl_pointcnt_con p {
font-size: 1.5rem;
margin-bottom: 12px;
line-height: 1.6;
text-align: justify;
}

.stpl_point_img {
display: block;
margin-top: 24px;
}

.stpl_point_img img, 
.stpl_point0203_img img {
height: auto;
}

.stpl_point0203_txtwrp {
width: 412px;
}
.stpl_point0203_img {
display: block;
width: 222px;
}

.stpl_point0203_txtwrp dt {
background-color: #f5f1ed;
display: flex;
align-items: center;
border-radius: 4px;
}
.stpl_point0203_txtwrp dt span:first-child {
display: block;
width: 44px;
height: 44px;
background-color: #d98124;
margin-right: 16px;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.stpl_point0203_txtwrp dt span:first-child i {
width: 26px;
height: 26px;
margin: 8px 0px 0px 8px;
}

.stpl_point0203_txtwrp dt span:last-child {
display: block;
width: calc(100% - 60px);
color: #d98124;
font-weight: bold;
font-size: 1.8rem;
}

.stpl_point0203_txtwrp dd {
line-height: 1.6;
margin: 10px 0 16px;
}

.stpl_point_note {
font-size: 1.3rem;
line-height: 1.5;
text-align: justify;
letter-spacing: 0;
}

.stpl_point_btn {
display: block;
}

.stpl_point_btn a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px 0 22px;
background-color: #667ed7;
color: #fff;
font-size: 1.7rem;
font-weight: bold;
border-radius: 5px;
text-align: center;
width: 276px;
height: 48px;
}

.stpl_point_btn a span {
display: block;
}

.stpl_point_btn a i {
display: block;
transform: rotate(-90deg);
margin-right: 0px;
}

.stpl_point_btn_ud {
display: block;
padding: 12px 20px 0 22px;
color: #667ed7;
border:solid 2px #667ed7;
font-size: 1.7rem;
font-weight: bold;
border-radius: 5px;
text-align: center;
margin-bottom: 20px;
width: 276px;
height: 56px;
}


/*
-------------------------------------------------

sotsupl_point_04

*/

#sotsupl_point_04{
padding: 50px 0;
}

.sotsupl_point04_inner {
display: flex;
position: relative;
justify-content:flex-end;
background-color: #4fabc9;
border-radius: 5px;
align-items: center;
height: 98px;
}

.sotsupl_point04_service {
position:absolute;
width: 262px;
height: 152px;
top:-27px;
left:20px;
background: url(../img/sotsutabi2026_plan/sotsupl_tktn04_photo_188x52.png) no-repeat ;
background-position: 20px 0px; 
}


.stpl_point04_service_title {
display: block;
width: 82px;
height: 82px;
line-height: 1;
text-align: center;
padding-top: 28px;
background-color: #667ed7;
border-radius: 50%;
color: #ffe100;
font-weight: bold;
font-size: 1.7rem;
}

.stpl_point04_service_mrk {
position: absolute;
width: 94px;
height: 48px;
top: 45px;
right: 0px;
}

.sotsupl_point04_text {
font-weight: bold;
color: #fff;
font-size: 2.0rem;
line-height: 1.5;
margin-right: 45px;
}

.sotsupl_point04_text span {
color: #ffe100;
}

.sotsupl_point04_note {
margin-right: 20px;
}

.sotsupl_point04_note p {
color: #fff;
margin-bottom: 5px;
letter-spacing: 0.05em;
}

.stpl_point04_service_btn a {
display: block;
background-color: #badfea;
font-weight: bold;
border-radius: 5px;
text-align: center;
width: 258px;
height: 30px;
border: 1px solid #fff;
color: #3c3c3c;
padding-top: 7px;
line-height: 1;
}

.stpl_point04_service_btn i {
margin: 0 0 0 8px;
width: 10px;
height: 10px;
}

/*

sotsupl_point_04

-------------------------------------------------
*/



.sotsupl_target_con {
font-size: 1.5rem;
border-top: solid 1px #667ed7;
border-bottom: solid 1px #667ed7;
margin-top: 30px;
}

.sotsupl_target_con dl {
display: flex;
flex-wrap: wrap;
margin: 0;
}

.sotsupl_target_con dt {
display: flex;
align-items: center;
background-color: #fff;
color: #667ed7;
font-weight: bold;
width: 156px;
padding-left: 20px;
}

.sotsupl_target_con dd {
width: calc(100% - 156px);
padding: 13px 0;
padding-left: 20px;
}

.sotsupl_target_con dt:not(:last-of-type), 
.sotsupl_target_con dd:not(:last-of-type) {
border-bottom: solid 1px #d4d4d4;
}


.sotsupl_target_con dd span {
display: block;
margin-top: 20px;
font-size: 1.4rem;
letter-spacing: 0.03em;
}


/*
-------------------------------------------------

banner

*/

.sotsupl_banner_wrap {
margin-top: 10px;
padding: 80px 0;
background-color: #f9f7f5;
}

.sotsupl_banner_text {
display: flex;
align-items: center;
font-size: 2.2rem;
font-weight: bold;
color: #667ed7;
line-height: 1;
}

.sotsupl_banner_text:before,
.sotsupl_banner_text:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}

.sotsupl_banner_text:before {
margin-right: 18px;
}

.sotsupl_banner_text:after {
margin-left: 18px;
}

.sotsupl_banner_img {
display: block;
width: 504px;
margin: 36px auto 0;
}

.sotsupl_banner_img a {
display: block;
}

/*

banner

-------------------------------------------------
*/


/*
-------------------------------------------------

spot

*/

#sotsutabi_plan_spot {
padding: 80px 0 30px;
background-color: #fff;
}

.sotsupl_spottoc_con {
position: relative;
background: url(../img/sotsutabi2026_plan/sotsupl_faci_mainback.jpg) no-repeat ;
background-position: 0 45%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
height: 300px;
background-size: cover;
margin-bottom: 50px;
}

.sotsupl_spottoc_con h3 {
position:absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
background-color: #667ed7;
font-size: 2.0rem;
font-weight: bold;
color: #fff;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
width: 350px;
padding: 30px 0 25px 0;
text-align: center;
line-height: 1.5;
}

#sotsupl_map_area {
margin-bottom: 50px;
text-align: center;
}

#sotsupl_map {
padding: 20px;
background-color: #f9f7f5;
}

#sotsupl_map iframe {
vertical-align: bottom;
}

#sotsupl_map_area p {
font-size: 1.5rem;
font-weight: bold;
margin: 14px 0;
}

#sotsupl_map_ttl {
display: flex;
align-items: center;
}

#sotsupl_map_ttl span {
display: block;
line-height: 1;
color: #667ed7;
font-size: 2.4rem;
font-weight: bold;
}
#sotsupl_map_ttl::before, #sotsupl_map_ttl::after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #667ed7;
}
#sotsupl_map_ttl::before {
margin-right: 20px;
}
#sotsupl_map_ttl::after {
margin-left: 20px;
}


.sotsupl_spotinfo_con {
display: flex;
flex-wrap: wrap;
}

.sotsupl_spotinfo_item {
display: flex;
flex-direction: column;
width: 512px;
border: solid 1px #9BAAE4;
border-radius: 8px;
padding: 38px;
margin-bottom: 56px;
}

.sotsupl_spotinfo_item:nth-child(odd) {
margin-right: 56px;
}

.stpl_spotinfo_head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 24px;
}

.stpl_spotinfo_head .img_wrap {
display: block;
width: 210px;
}

.stpl_spotinfo_head .img_wrap img {
height: auto;
}

.stpl_spotinfo_head .name_wrap {
width: calc(100% - 232px);
font-weight: bold;
}

.stpl_spotinfo_name {
font-size: 1.8rem;
line-height: 1.5;
letter-spacing: 0.03em;
}

.stpl_spotinfo_area {
display: inline-block;
border-radius: 4px;
color: #fff;
line-height: 1;
padding: 6px 10px;
text-align: center;
font-size: 1.3rem;
margin-bottom: 5px;
}

.stpl_spotinfo_area_yunokawa {
background-color: #6ca481;
}

.stpl_spotinfo_area_eki {
background-color: #bd9d40;
}

.stpl_spotinfo_area_goryokaku {
background-color: #c25d9c;
}

.stpl_spotinfo_area_other {
background-color: #2a93bd;
}

.stpl_spotinfo_area_nanae {
background-color: #C87C5E;
}

.stpl_spotinfo_data_wrp {
margin-bottom: 22px;
}

.stpl_spotinfo_text {
font-size: 1.5rem;
text-align: justify;
margin-bottom: 20px;
line-height: 1.7;
letter-spacing: 0.03em;
line-break: strict;
overflow-wrap: break-word;
}

.stpl_spotinfo_point {
border: solid 1px #9BAAE4;
border-radius: 8px;
background-color: #f0f4fc;
overflow: hidden;
margin-bottom: 22px;
}

.stpl_spotinfo_point_head {
line-height: 1;
text-align: center;
font-size: 1.6rem;
font-weight: bold;
background-color: #667ed7;
color: #fff;
padding: 10px 0;
}

.stpl_spotinfo_point_dtl {
text-align: center;
padding: 16px 30px;
}

.stpl_spotinfo_point_dtl div {
display: block;
color: #667ed7;
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 10px;
letter-spacing: 0.03em;
line-height: 1.5;
}

.stpl_spotinfo_point_subnote {
display: block;
color: #3c3c3c;
font-size: 1.4rem;
font-weight: normal;
margin-top: 8px;
letter-spacing: 0em;
line-height: 1.5;
}

.stpl_spotinfo_point_subtext {
display: block;
background-color: #fff;
padding: 8px;
border-radius: 4px;
line-height: 1.4;
}

.stpl_spotinfo_data {
position: relative;
}

.stpl_spotinfo_data dl {
display: flex;
flex-wrap: wrap;
border-top: solid 1px #aebbea;
}

.stpl_spotinfo_data dl dt {
border-bottom: solid 1px #aebbea;
width: 106px;
line-height: 1.5;
padding: 14px 0;
}

.stpl_spotinfo_data dl dd {
position: relative;
border-bottom: solid 1px #aebbea;
width: calc(100% - 106px);
line-height: 1.6;
padding: 14px 0;
letter-spacing: 0em;
}

.stpl_spotinfo_data dl dd br {
display: none;
}

.stpl_spotinfo_data dd span {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.stpl_spotinfo_data dd span a {
display: block;
border: solid 1px #d4d4d4;
font-weight: bold;
color: #2ea7e0;
border-radius: 4px;
line-height: 1;
padding: 8px 8px;
}

.stpl_spotinfo_button {
margin-top: auto;
}

.stpl_spotinfo_button ul {
display: flex;
justify-content: space-between;
}

.stpl_spotinfo_button li {
width: calc((100% - 10px) / 2);
}

.stpl_spotinfo_button li a {
display: block;
font-weight: bold;
font-size: 1.5rem;
line-height: 1;
padding: 12px 14px;
text-align: center;
}
.stpl_spotinfo_button li:first-child a {
background-color: #d6ecf3;
}
.stpl_spotinfo_button li:last-child a {
background-color: #efdfaf;
}

/*
-------------------------------------------------

under link

*/
#sotsupl_underlink_wrap {
padding: 70px 0 70px;
border-top:solid 1px #d4d4d4;
}
.sotsupl_underlink_con {
width: 524px;
margin: 0 auto;
}
.sotsupl_underlink_con a, 
.sotsupl_underlink_img {
display: block;
}
.sotsupl_underlink_con a {
background-color: #f9f7f5;
padding: 10px;
}

.sotsupl_underlink_con a .txt_wrap {
line-height: 1;
font-size: 1.5rem;
font-weight: bold;
color: #2ea7e0;
margin: 16px 0 6px 6px;
}