@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@500&display=swap');


.sp {
display: none;
}
.pc {
display: block;
}
@media screen and (max-width: 767px) {
.sp {
display: block;
}
.pc {
display: none;
}
}

area{
border:none;
outline:none;
}

[tabindex]:focus, a:focus, area:focus, button:focus, input:focus, select:focus, textarea:focus {
outline: none !important;
}

.cp-052-fuyutabi2020 {
font-family: 'Noto Sans JP','Roboto', sans-serif;
font-weight: 400;
}
.cp-052-tpvlead h2 {
font-size: 32px;
/*font-weight: 700;*/
text-align: center;
line-height: 2;
}
@media screen and (max-width: 767px) {
.cp-052-tpvlead {
margin: 30px 0;
}
.cp-052-tpvlead h2 {
font-size: 18px;
}
}

/* Slider */
.slick-slider{
position: relative;

display: block;
box-sizing: border-box;

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list
{
position: relative;

display: block;
overflow: hidden;

margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;

display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;

content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide
{
display: none;
float: left;

height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;

height: auto;

border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}



.res-inner-contents.inner {
max-width: 1240px;
margin: 0 auto;
padding-right: 20px;
padding-left: 20px;
}
.cp-052-title {
width: 451px;
width: 500px;
height: 233px;
margin: 25px auto 0;
z-index: 6;
position: relative;
}
@media screen and (max-width: 767px) {
.cp-052-title {
width: 67%;
height: auto;
}.res-inner-contents.inner {
padding-right: 4%;
padding-left: 4%;
}
}

#wrap-container.w-100p {
width: 100%;
max-width: 100%;
padding-left: 0;
padding-right: 0; 
padding-bottom: 0;
}

.p_mv{
margin-top: -80px;
position: relative;
z-index: 5;
}
@media screen and (max-width: 767px) {
.p_mv{
margin-top: -17%;
margin-top: -14%;
}
}

.p_mv .p_slick {
position: relative;

}
.p_mv .p_slick .res-inner-contents.inner {
position: absolute;
top: 0;
left: 0;
margin-left: auto;
margin-right: auto;
right: 0;
bottom: 0;
width: 100%;
}
.p_mv .p_slick .res-inner-contents.inner .camp-link {
position: absolute;
width: 100%;
max-width: 286px;
height: auto;
right: 0;
bottom:115px;
transition:.2s;
outline: none!important;
}
.p_mv .p_slick .res-inner-contents.inner .camp-link img{
outline: none!important;
width: 100%;
}
.p_mv .p_slick .res-inner-contents.inner .camp-link:hover {
bottom:110px;
opacity: .9;
outline: none!important;
}
@media screen and (max-width: 1240px) {
.p_mv .p_slick .res-inner-contents.inner .camp-link {
right: 2%;
width: 43%;
bottom: 5%;
max-width: 200px;
}
.p_mv .p_slick .res-inner-contents.inner .camp-link:hover {
bottom: 4%;
}
}
.res-inner-contents.inner.cp-052-point{
margin-top: 90px;
}
.cp-052-tpvlead h2{
color:#448266;
font-size: 25px;
font-size: 2.0rem;
margin-top: 65px;
line-height: 1.76;
font-weight: bold;
}
@media screen and (max-width: 767px){
.cp-052-tpvlead h2 {
font-size: 1.5rem;
margin-top: 20px;
font-feature-settings: "palt";
}
.res-inner-contents.inner.cp-052-point{
margin-top: 30px;
}
}
.cp-052-tablist {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-top: 1px solid #ababab;
border-right: 1px solid #ababab;
border-left: 1px solid #ababab;
position: relative;
padding-bottom: 1px;
}
.cp-052-tablist:after {
content: "";
width: 100vw;
border: 1px solid #ababab;
position: absolute;
bottom:0;
margin: 0 calc(50% - 50vw);
left: 0;
}
.cp-052-tablist li {
width: 50%;
height: 105px;
}
.cp-052-tablist li h2 {
width: 100%;
text-align: center;
font-weight: bold;
}
@media screen and (max-width: 480px) {
.cp-052-tablist li h2 {
width: 100%;
text-align: center;
font-weight: bold;
font-size: 4vw;
}
}
.cp-052-tablist li .res-inner-tit{
font-size: 2.8rem;
font-size: 2.0rem;
/*font-weight: bold;*/font-weight: normal;
border-top: 1px solid #ababab;
border-right: 1px solid #ababab;
border-left: 1px solid #ababab;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-wrap: wrap;
box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.cp-052-tablist li {
height: 70px;
}
.cp-052-tablist li .res-inner-tit {
font-size: 1.6rem;
}
}
.cp-052-tablist li:nth-of-type(1) .res-inner-tit {
position: relative;
}
.cp-052-tablist li:nth-of-type(1) .res-inner-tit:before {
width: 100%;
height: 5px;
content: "";
background: #fff;
position: absolute;
left: 0;
bottom: -2px;
z-index: 5;
}
.cp-052-tablist li:nth-of-type(1) .res-inner-tit:after {
content: "";
width: 164px;
height: 9px;
display: block;
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec01_border_01.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
@media screen and (max-width: 767px) {
.cp-052-tablist li:nth-of-type(1) .res-inner-tit:after {
width: 8rem;
}
}
.cp-052-tablist li:nth-of-type(2) .res-inner-tit.res-inner-tit{
border-top: 1px solid #6A6A6A;
border-right: 1px solid #6A6A6A;
border-left: 1px solid #6A6A6A;
border-bottom: 1px solid #6A6A6A;
}
.cp-052-tablist li.disable{
background-color:#9E9E9E;
border-bottom: 1px solid #ababab;
}
/*
.cp-052-tablist li.disable h2 span {
display: block;
background: #fff;
color: #4D4D4D;
border-radius: 30px;
width: 297px;
height: 45px;
margin: 0 auto;
font-size: 3.0rem;
font-size: 2.0rem;
}*/
.cp-052-tablist li.disable h2 span{
display: flex;
background: #fff;
color: #4D4D4D;
border-radius: 30px;
width: 94%;
max-width: 297px;
height: 40px;
margin: 0 auto;
font-size: 3.0rem;
font-size: 2.0rem;
justify-content: center;
align-items: center;
line-height: 1;
padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
.cp-052-tablist li.disable h2 span{
font-size: 1.3rem;
height: 28px;
}
}

.cp-052-tab {
margin-top: 23px;
padding-top: 54px;
position: relative;
}
@media screen and (max-width: 767px){
.cp-052-tab {
margin-top: 15px;
padding-top: 15px;
padding-bottom: 54px;
position: relative;
}
}
.cp-052-tab:after {
content: "";
width: 100vw;
height: 100%;
position: absolute;
bottom:0;
background: #EFF8F5;
margin: 0 calc(50% - 50vw);
z-index: -1;
}

.cp-052-tab #cp-052-tab-1 h3{
width: 100%;
max-width: 724px;
margin: 0 auto;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list{
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
margin-top: 65px;
align-content: flex-start;
align-items: inherit;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li{
width: 48.5%;  
max-width: 540px;
background: #fff;
padding: 15px;
position: relative;
height: auto;
max-height: 335px;
}

@media all and (-ms-high-contrast:none){
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list{
justify-content: center;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li:nth-of-type(1),
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li:nth-of-type(3) {
margin-right: 2%;
}
}

@media screen and (max-width: 767px){
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li {
width: 94%;
max-width: 94%;
background: #fff;
padding: 8px;
position: relative;
height: auto;
max-height: 310px;
}
}

.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.activeLi {
max-height: 100%;
}

.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li:after {
content: "";
width: 120px;
height: 96px;
border-radius: 50%;
background: #fff;
position: absolute;
top: -38px;
left: 14px;
right: 0;
margin-left: auto;
margin-right: auto;
z-index: 0;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap{
background: #FFF03A;
padding: 15px 15px 15px 50px;
z-index: 1;
position: relative;
height: 305px;
transition: 0;
width: 100%;
}

.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap.aco-active {
height: auto; 
padding-bottom: 100px;
padding-bottom: 50px;
padding-bottom: 30px;
}

.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap .acordion {
    display: none;
    height: 0;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap.aco-active .acordion {
    height: auto;
    }
/*
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap.aco-active .acordion {
height: auto;
visibility: visible;
margin-top: 30px;
transition: 1s;
}
*/
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap img{
margin-left:auto;
margin-right:auto;
display: block;
z-index: 1;
position: relative;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap h4{
margin-top: -40px;
position: relative;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap h4:after {
content: "";
width: 96px;
height: 96px;
border-radius: 50%;
background: #FFF03A;
position: absolute;
top: -13px;
left: -20px;
right: 0;
margin-left: auto;
margin-right: auto;
z-index: 0;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap h4 + p{ 
font-size: 1.6rem;
/*font-weight: bold;*/font-weight: normal;
margin-top: 20px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point1 .cp-052-tab-block01-list-innerWrap img{
width: 300px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point1:before,
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2:before{
position: absolute;
top: -35px;
left: 20px;
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec01_subicon_01.svg);
background-repeat: no-repeat;
background-size: center;
width: 157px;
height: 73px;
z-index: 2;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point3:before,
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4:before{
position: absolute;
top: -25px;
left: 20px;
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec01_subicon_02.svg);
background-repeat: no-repeat;
background-size: center;
width: 157px;
height: 73px;
z-index: 2;
}

@media screen and (max-width: 767px){

.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point1 .cp-052-tab-block01-list-innerWrap img,
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2 .cp-052-tab-block01-list-innerWrap img,
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point3 .cp-052-tab-block01-list-innerWrap img,
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4 .cp-052-tab-block01-list-innerWrap img {
width: 100%!important;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point1:before,
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2:before{
position: absolute;
top: -2vw;
left: 4vw;
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec01_subicon_01.svg);
background-repeat: repeat;
background-repeat: no-repeat;
background-size: center;
width: 25vw;
height: 70px;
z-index: 2;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point3:before,
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4:before{
position: absolute;
top: -2vw;
left: 4vw;
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec01_subicon_02.svg);
background-repeat: repeat;
background-repeat: no-repeat;
background-size: center;
width: 25vw;
height: 70px;
z-index: 2;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap h4 {
margin-top: -25px;
position: relative;
} 
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap h4::after {
content: "";
width: 20vw;
height: 20vw;
border-radius: 50%;
background: #FFF03A;
position: absolute;
top: -13px;
left: -3.5vw;
right: 0;
margin-left: auto;
margin-right: auto;
z-index: 0;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li::after {
content: "";
width: 24vw;
height: 22vw;
border-radius: 50%;
background: #fff;
position: absolute;
top: -8vw;
left: -.5vw;
right: 0;
margin-left: auto;
margin-right: auto;
z-index: 0;
}
}

.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2 h4 {
position: relative;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2 h4:before {
position: absolute;
top: auto;
left: auto;
bottom: 0;
right: 0;
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec01_subtit_02_icon.svg);
background-repeat: no-repeat;
background-size: cover;
width: 75px;
height: 75px;
z-index: 2;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2 .cp-052-tab-block01-list-innerWrap img{
width: 300px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point3 .cp-052-tab-block01-list-innerWrap img{
width: 300px;
margin-left: -12px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4 .cp-052-tab-block01-list-innerWrap img{
width: 300px;
margin-left: 0;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point3,.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4 {
margin-top: 70px;
}


@media screen and (max-width: 1240px){
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2 h4::before {
content: "";
max-width: 99px;
max-height: 99px;
width: 6vw;
height: 6vw;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point1::before,
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2::before,
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point3::before, .cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4::before {
position: absolute;
top: -3vw;
left: 20px;
width: 20vw;
height: 6vw;
z-index: 2;
background-size: contain;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap {
padding: 15px 15px 15px 47px;
height: auto;
}
}



@media screen and (max-width: 1240px){
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point1 .cp-052-tab-block01-list-innerWrap img {
width: 100%;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2 .cp-052-tab-block01-list-innerWrap img {
width: 100%;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point3 .cp-052-tab-block01-list-innerWrap img {
width: 90%;
margin-left: -5px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4 .cp-052-tab-block01-list-innerWrap img {

width: 100%;
margin-left: -12px;
}
}

@media screen and (max-width: 980px){
    .cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4 .cp-052-tab-block01-list-innerWrap img {
    margin-left: -1vw;
    }
    .cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap button,
    .cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap.aco-active button {
        max-width: calc(100% - 15px);
        left: -8px;
    }
    }

@media screen and (max-width: 767px){

.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap{
padding: 8px 15px 8px 25px;
height: auto;
}

.cp-052-tab {
padding-bottom: 0;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point1::before, .cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2::before {
position: absolute;
top: -5vw;
left: 3vw;
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec01_subicon_01.svg);
background-repeat: repeat;
background-size: auto;
background-repeat: repeat;
background-repeat: no-repeat;
background-size: center;
width: 25vw;
height: 70px;
z-index: 2;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point3::before, .cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4::before {
position: absolute;
top: -5vw;
left: 3vw;
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec01_subicon_02.svg);
background-repeat: repeat;
background-size: auto;
background-repeat: repeat;
background-repeat: no-repeat;
background-size: center;
width: 25vw;
height: 70px;
z-index: 2;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4 {
margin-bottom: 30px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point3 .cp-052-tab-block01-list-innerWrap img {
margin-left: 4px;
margin-left: 1.2vw;
width: 85% !important;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4 .cp-052-tab-block01-list-innerWrap img {
margin-left: -5px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2 .cp-052-tab-block01-list-innerWrap img{
margin-left: 2px;
margin-left: 1vw;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point2 h4::before {
width: 11vw;
height: 11vw;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap.aco-active {
padding-bottom: 15px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li::after {

top: -6vw;
left: 5vw;
}
}


.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .acordion a{
font-size: 1.3rem;
/*font-weight: bold;*/font-weight: normal;
color: #fff;
background: #3987c9;  
border: none;
width: 100%;
max-width: 335px;
height: 30px;
line-height: 30px;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
position: relative;
left: auto;
right: 15px;
bottom: 0;
margin-top: 20px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .acordion a:after{
position: absolute;
top: 5px;
bottom: 0;
left: 110px;
right: 0;
margin: auto;
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/icon_other_02.svg);
background-repeat: no-repeat;
background-size: center;
width: 15px;
height: 15px;
transition: .1s;
}

.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li button{
font-size: 1.3rem;
/*font-weight: bold;*/font-weight: normal;
color: #fff;
background: #808080;  
border: none;
width: 100%;
max-width: 335px;
height: 30px;
line-height: 30px;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
position: absolute;
left: -15px;
right: 0;
bottom: 15px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap.aco-active button{
/*bottom: 35px;*/
bottom:0;
margin-top: 15px;
margin-bottom: 0px;
transition: .4s;
position: relative;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li button:hover {
opacity: .8;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li button:after{
position: absolute;
top: 5px;
bottom: 0;
left: 110px;
right: 0;
margin: auto;
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/arrow_01.svg);
background-repeat: no-repeat;
background-size: center;
width: 15px;
height: 15px;
transition: .1s;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap.aco-active button:after{
transform: rotate(-180deg);
top: -10px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap.aco-active button {
content: "閉じる";
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li button:hover:after {
top:8px;
}



@media screen and (max-width: 1240px){
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li button {

position: relative;
bottom: 0!important;
margin-top: 10px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li {
    max-height: 360px;
display: flex;
}

}

@media screen and (max-width: 767px) {
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li::after{
top: -4vw;
left: 2vw;
top: -25px;
left: 14px;
left: -2vw;
top: -31px;
width: 22vw;
height: 22vw;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .acordion a::after {
top: 1px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .acordion a{
width: 90%;
height: 26px;
max-width: 100%;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .acordion a {
right:5px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap.aco-active button {
left: -5px;
}
}
@media screen and (max-width: 480px) {
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li::after{
top: -4vw;
left: 2vw;
top: -25px;
left: 20px;
top: -30px;
left: -2px;
}
}

@media screen and (max-width: 767px){
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap.aco-active button {
bottom: 0;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point3, .cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li.point4 {
margin-top: 0;
}

.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li button {
font-size: 1.3rem;
font-weight: normal;
color: #fff;
background: #808080;
border: none;
width: 90%;
max-width: 335px;
height: 26px;
line-height: 26px;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
position: relative;
left: 0;
right: 0;
bottom: 0;
margin-top: 10px;
margin-bottom: 10px;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li {
max-height: 100%;
margin-bottom: 60px;
}


}


.cp-052-map {
padding-top: 73.5px;
padding-bottom: 65px;
position: relative;
}
.cp-052-map .cp-052-map-tit {
width: 100%;
max-width: 550px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.cp-052-map-img {
margin-top: -30px;
text-align: center;
z-index: 5;
position: relative;
}
.cp-052-map-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.cp-052-map-icon-list {
position: absolute;
width: 100%;
height: 100%;
}
.cp-052-map-icon-list li.p1 {
position: absolute;
right: 297px;
top: 152px;
z-index: 6;
}
.cp-052-map-icon-list li.p2 {
position: absolute;
right: 471px;
top: 232px;
z-index: 6;
}
.cp-052-map-icon-list li.p3 {
position: absolute;
right: 446px;
top: 232px;
z-index: 6;
}
.cp-052-map-icon-list li.p4 {
position: absolute;
left: 240px;
top: 178px;
z-index: 6;
}
.cp-052-map-icon-list li.p5 {
position: absolute;
right: 334px;
top: 25px;
z-index: 6;
}
.cp-052-map-icon-list li.p6 {
position: absolute;
right: 297px;
top: 85px;
z-index: 6;
}
.cp-052-map-icon-list li.p7 {
position: absolute;
right: 243px;
top: 110px;
z-index: 6;
}
.cp-052-map-modelcourse-list  li:nth-of-type(1) a span.cp-052-map-modelcourse-link,
.cp-052-map-modelcourse-list  li:nth-of-type(2) a span.cp-052-map-modelcourse-link,
.cp-052-map-modelcourse-list  li:nth-of-type(3) a span.cp-052-map-modelcourse-link,
.cp-052-map-modelcourse-list  li:nth-of-type(4) a span.cp-052-map-modelcourse-link,
.cp-052-map-modelcourse-list  li:nth-of-type(5) a span.cp-052-map-modelcourse-link,
.cp-052-map-modelcourse-list li:nth-of-type(6) a span.cp-052-map-modelcourse-link {
top:8px;
}
.cp-052-map-icon-list img{
width: 38px;
height: 54px;
transition: .4s;
z-index: 5;
position: relative;
}
.cp-052-map-icon-list .target-on {
position: relative;
/*z-index: 5;*/
z-index: 7!important;
}
.cp-052-map-icon-list li {
z-index: 0;
position: relative;
}
.cp-052-map-icon-list .target-on img{
transform: scale(1.4);
animation: target-onIcon 2.5s ease-in-out .1s forwards;
}
@keyframes target-onIcon{
    0%{
        margin-top: 0;
    }
    10% {
        margin-top: -5px;        
    }
    20% {
        margin-top: 5px;        
    }
    30% {
        margin-top: -5px;        
    }
    40% {
        margin-top: 5px;        
    }
    50% {
        margin-top: -5px;        
    }
    60% {
        margin-top: 5px;        
    }
    70% {
        margin-top: -5px;        
    }
    80% {
        margin-top: 5px;        
    }
    90% {
        margin-top: -5px;        
    }
    100%{
        margin-top: 0;   
    }
}
.top_bnr {
    margin:90px auto 20px;
    width: 90%;
    max-width: 950px;
    position: relative;
z-index: 5;
}
.top_bnr a{
    transition: .4s;
}
.top_bnr a:hover {
    opacity: .7;
}
.cp-052-map-subtit {
text-align: center;
margin-top: 30px;
}
.cp-052-map-modelcourse-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 18px;
margin-bottom: 60px;
font-feature-settings: "palt";
}
.cp-052-map-modelcourse-list li{
width: calc((100% / 7) - 5px);
}
.cp-052-map-modelcourse-list li a{
background:#333333;
color:#fff;
display: flex;
flex-wrap: wrap;
width: 100%;
height: 100%;
padding: 6px 4px;
position: relative;
transition: .4s;
}
.cp-052-map-modelcourse-list li a:hover {
text-decoration: none;
}
.cp-052-map-modelcourse-list li a span {
width: 100%;
}
.cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-tit,
.cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-subtit{
padding-left:45px;
line-height: 1.296;
}
.cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-subtit {
font-size: 1.4rem;
font-weight: normal;
}
.cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-link {
font-size: 1.4rem;
/*font-weight: bold;*/font-weight: normal;
color: #333333;
background: #fff;
border-radius: 30px;
display: block;
text-align: center;
width: 95%;
max-width: 163px;
margin:7.5px auto;
height: 22px;
position: relative;
}
.cp-052-map-modelcourse-list li a:before {
position: absolute;
top: 9px;
left: 7;
content: "";
background-repeat: no-repeat!important;
background-size: center!important;
width: 38px;
height: 54px;
transition: .1s;
}
.cp-052-map-modelcourse-list li:nth-of-type(1) a:hover{
background: #267FA4;
}
.cp-052-map-modelcourse-list li:nth-of-type(1) a:before {
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec02_icon_01.svg);
}
.cp-052-map-modelcourse-list li:nth-of-type(2) a:before {
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec02_icon_02.svg);
}
.cp-052-map-modelcourse-list li:nth-of-type(3) a:before {
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec02_icon_03.svg);
}
.cp-052-map-modelcourse-list li:nth-of-type(2) a:hover,
.cp-052-map-modelcourse-list li:nth-of-type(3) a:hover{
background:#C34E72;
}
.cp-052-map-modelcourse-list li:nth-of-type(4) a:before {
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec02_icon_04.svg);
}
.cp-052-map-modelcourse-list li:nth-of-type(4) a:hover{
background: #B75F00;
}
.cp-052-map-modelcourse-list li:nth-of-type(5) a:before {
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec02_icon_05.svg);
}
.cp-052-map-modelcourse-list li:nth-of-type(6) a:before {
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec02_icon_06.svg);
}
.cp-052-map-modelcourse-list li:nth-of-type(5) a:hover,
.cp-052-map-modelcourse-list li:nth-of-type(6) a:hover{
background:#448266;
}
.cp-052-map-modelcourse-list li:nth-of-type(7) a:hover{
background: #267FA4;
}
.cp-052-map-modelcourse-list li:nth-of-type(7) a:before {
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec02_icon_07.svg);
}
@media screen and (max-width: 1240px){
.cp-052-map-icon-list li.p1 {
right: calc(100vw / 3.85);
top: calc(100vw / 8.5);
}
.cp-052-map-icon-list li.p2 {
right: calc(100vw / 2.56);
top: calc(100vw / 5.4);
}
.cp-052-map-icon-list li.p3 {
right: calc(100vw / 2.72);
top: calc(100vw / 5.4);
}
.cp-052-map-icon-list li.p4 {
left: calc(100vw / 5.10);
top: calc(100vw / 7.4);
}
.cp-052-map-icon-list li.p5 {
right: calc(100vw / 4.0);
top: calc(100vw / 17);
}
.cp-052-map-icon-list li.p6 {
right: calc(100vw / 3.55);
top: calc(100vw / 70);
}

}
@media screen and (max-width: 1180px){
.cp-052-map-icon-list li.p1 {
right: calc(100vw / 3.85);
top: calc(100vw / 8.5);
}
.cp-052-map-icon-list img {
width: 3vw; 
height: 5vw;
}

.cp-052-map-icon-list li.p2 {
right: calc(100vw / 2.56);
top: calc(100vw / 5.4);
}
.cp-052-map-icon-list li.p3 {
right: calc(100vw / 2.72);
top: calc(100vw / 5.4);
}
.cp-052-map-icon-list li.p4 {
left: calc(100vw / 5.10);
top: calc(100vw / 7.4);
}
.cp-052-map .cp-052-map-tit {
margin-bottom: 50px;
}
}
@media screen and (max-width: 1024px){
.cp-052-map-modelcourse-list li{
width: calc((100% / 3) - 5px);
}
.cp-052-map-modelcourse-list li:nth-of-type(n+4) {
margin-top: 10px;
}
.cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-tit, 
.cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-subtit {
text-align: center;
position: relative;
left: -22.5px;
}
}
@media screen and (max-width: 767px){
.cp-052-map {
padding-top: 30px;
padding-bottom: 80px;
}
.cp-052-map-modelcourse-list li a {

padding: 4px 4px;
}
.cp-052-map-img {
margin-top: 30px;
}
.cp-052-map-subtit {
margin-top: 30px;
}
.cp-052-map-modelcourse-list li {
width: calc((100% / 2) - 5px);
}
.cp-052-map-modelcourse-list li:nth-of-type(n+3) {
margin-top: 10px;
}

.cp-052-map-modelcourse-list li a::before {
position: absolute;
top: 9px;
left: 7;
content: "";
background-repeat: no-repeat !important;
background-size: center !important;
width: 30px;
height: 40px;
transition: .1s;

}
.cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-tit, 
.cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-subtit {
padding-left: 35px;
line-height: 1.296;
font-size: 1.3rem;
text-align: left;
left:0;
}
.cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-subtit {
font-size: 1.2rem;
}
.cp-052-remommend::after {
width: 92%;
}
.cp-052-map-icon-list li.p1,
.cp-052-map-icon-list li.p2,
.cp-052-map-icon-list li.p3,
.cp-052-map-icon-list li.p4,
.cp-052-map-icon-list li.p5,
.cp-052-map-icon-list li.p6 {
display: none;
}
}

.cp-052-remommend{
padding-top: 12px;
position: relative;
}
.cp-052-remommend:after {
content: "";
width: 100vw;
height: 100%;
position: absolute;
bottom:0;
background: #EFF8F5;
margin: 0 calc(50% - 50vw);
z-index: -1;
left: 0;
}
.cp-052-map-tit {
text-align:center;
width: 95%;
max-width: 352px;
margin:0 auto;
}

.cp-052-map-remommend-list {
margin-top: 20px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.cp-052-map-remommend-list li {
width: calc((100% / 4 ) - 13px);
padding-bottom: 50px;
padding-top: 70px;
margin-top: -70px;
}
.cp-052-recommend-icon {
width: 71px;
height: 71px;
margin: 0 auto;
}
.cp-052-recommend-img {
margin-top: 10px;
}
.cp-052-recommend-img img{
width :100%;
}
.cp-052-recommend-subtit {
font-size: 2.2rem; 
font-size: 2.0rem; 
line-height: 1;
margin-top: 17px;
display: block;
}
.cp-052-recommend-det {
margin-top: 18px;
display: block;
font-size: 1.4rem;
}
.cp-052-map-remommend-list li:nth-of-type(1) .cp-052-recommend-subtit{
color: #B75F00;
}
.cp-052-map-remommend-list li:nth-of-type(2) .cp-052-recommend-subtit{
color:#448266;
}
.cp-052-map-remommend-list li:nth-of-type(3) .cp-052-recommend-subtit{
color:#C34E72;
}
.cp-052-map-remommend-list li:nth-of-type(4) .cp-052-recommend-subtit{
color:#267FA4;
}

.cp-052-gourmet-tit {
text-align: center;
width: 95%;
max-width: 352px;
margin: 0 auto;
padding-top: 35px;
}
.cp-052-map-gourmet-list {
margin-top: 35px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.cp-052-map-gourmet-list li {
width: calc((100% / 4 ) - 13px);
padding-bottom: 50px;
}

.cp-052-recommend-subtit {
font-size: 2.0rem; 
line-height: 1.3;
margin-top: 17px;
display: block;
}
.cp-052-recommend-det {
margin-top: 10px;
display: block;
font-size: 1.4rem;
text-align: justify;
}
.cp-052-recommend-subtit-text {
font-size: 2rem;
line-height: 1.3;
margin-top: 17px;
display: block;
}
.cp-052-map-gourmet-list li:nth-of-type(1) .cp-052-recommend-subtit,
.cp-052-map-gourmet-list li:nth-of-type(1) .cp-052-recommend-subtit-text,
.cp-052-map-gourmet-list li:nth-of-type(1) .cp-052-recommend-subtit-season{
color: #B75F00;
}
.cp-052-map-gourmet-list li:nth-of-type(2) .cp-052-recommend-subtit,
.cp-052-map-gourmet-list li:nth-of-type(2) .cp-052-recommend-subtit-text,
.cp-052-map-gourmet-list li:nth-of-type(2) .cp-052-recommend-subtit-season{
color:#448266;
}
.cp-052-map-gourmet-list li:nth-of-type(3) .cp-052-recommend-subtit,
.cp-052-map-gourmet-list li:nth-of-type(3) .cp-052-recommend-subtit-text,
.cp-052-map-gourmet-list li:nth-of-type(3) .cp-052-recommend-subtit-season{
color:#C34E72;
}
.cp-052-map-gourmet-list li:nth-of-type(4) .cp-052-recommend-subtit,
.cp-052-map-gourmet-list li:nth-of-type(4) .cp-052-recommend-subtit-text,
.cp-052-map-gourmet-list li:nth-of-type(4) .cp-052-recommend-subtit-season{
color:#267FA4;
}
.cp-052-gourmet-subtit {
display: flex;
flex-wrap: wrap;
margin-top: 20px;
align-items: center;
}
.cp-052-recommend-det + a{
    word-break: break-all;
    line-height: 1.45!important;
    display: block;
    margin-top: 8px;
    text-align: left;
    text-decoration: underline;
}
.cp-052-gourmet-subtit .cp-052-recommend-subtit-icon {
display: block;
width: 89px;
height: 29px;
}
.cp-052-gourmet-subtit .cp-052-recommend-subtit-season {
padding-left: 5px;
}

@media screen and (max-width: 767px){
.cp-052-remommend {
padding-top: 30px;
}
.cp-052-remommend::after {
content: "";
width: 100vw;
height: 100%;
position: absolute;
bottom: 0;
background: #EFF8F5;
margin: 0 calc(50% - 50vw);
z-index: -1;
}
.cp-052-map-tit,.cp-052-gourmet-tit {
text-align: center;
width: 80%;
max-width: 352px;
margin: 0 auto;
}
.cp-052-map-remommend-list,
.cp-052-map-gourmet-list {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.cp-052-map-remommend-list li,
.cp-052-map-gourmet-list li {
width: 100%;
padding-bottom: 40px;
}
.cp-052-map-remommend-list li {
padding-top: 0px;
margin-top: 0px;
}
.cp-052-map-gourmet-list li img {
width: 100%;
}
.res-inner-contents.inner.cp-052-bnr {
margin-top: 0px;
}
.res-inner-contents.inner.cp-052-bnr {
border: none!important;
}
.cp-052-bnr-inner-borderBox {
display: none;
}
}

@media screen and (max-width: 767px){
.cp-052-remommend .cp-052-map-tit {
position: relative;
left: -2%;
}
.cp-052-gourmet-tit {
position: relative;
left: -2%;
}
}

.res-inner-contents.inner.cp-052-bnr {
margin-top: 65px;
padding: 20px 10px 10px;
/*
border-top: 20px solid #E9BE33;
border-right: 20px solid #E8A519;
border-bottom: 20px solid #DE708F;
border-left: 20px solid #F0B7C8;
*/
position: relative;
}
/*
.res-inner-contents.inner.cp-052-bnr:before {
content: "";
width: 20px;
height: 20px;
background: #E9BE33;
position: absolute;
left: -20px;
top: -20px;
}
.res-inner-contents.inner.cp-052-bnr:after {
content: "";
width: 20px;
height: 20px;
background: #E8A519;
position: absolute;
right: -20px;
top: -20px;
}*/
.res-inner-contents.inner .cp-052-bnr-inner {
position: relative;
}
/*
.res-inner-contents.inner .cp-052-bnr-inner:before {
display: block;
content: "";
width: 20px;
height: 20px;
background: #F0B7C8;
position: absolute;
left: -30px;
bottom: -30px;
}
.res-inner-contents.inner .cp-052-bnr-inner:after {
display: block;
content: "";
width: 20px;
height: 20px;
position: absolute;
background: #DE708F;
right: -30px;
bottom: -30px;
}
*/
.cp-052-bnr-inner-borderBox {
position: relative;
}
.res-inner-contents.inner .cp-052-bnr-inner {
position: relative;
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/bn_bg_pc.jpg?ver=1.0.2);
padding-top: 44%;
padding-bottom: 8.8%;
background-size: cover;
}
.res-inner-contents.inner .cp-052-bnr-inner .Links_pc{
    position: absolute;
    z-index: 10;
    width: 10%;
    height: 24px;
    left: 38.3%;
    right: 0;
    bottom: 11%;
    margin: 0;
    transition: .3s;
}
.res-inner-contents.inner .cp-052-bnr-inner .Links_pc:hover{
    background: rgba(255,255,255,.7);
}
.res-inner-contents.inner .cp-052-bnr-inner .Links_pc a{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: #515151 1px solid;
    transition: .3s;
}
.res-inner-contents.inner .cp-052-bnr-inner .Links_pc:hover a {
    border: none;
}
@media screen and (max-width: 767px) {
    .res-inner-contents.inner .cp-052-bnr-inner .Links_pc{
        display:none;
    }
    .res-inner-contents.inner .cp-052-bnr-inner .Links_sp{
        position: absolute;
z-index: 10;
width: 24%;
height: 24px;
left: 34.3%;
right: 0;
bottom: 9.8%;
margin: 0;
transition: .3s;
    }
    .res-inner-contents.inner .cp-052-bnr-inner .Links_sp a {
        background: none;
        display: block;
        width: 100%;
        height: 100%;
        border-bottom: #515151 1px solid;
        transition: .3s;
    }
    .res-inner-contents.inner .cp-052-bnr-inner .Links_sp:hover{
        background: rgba(255,255,255,.7);
    }
    .res-inner-contents.inner .cp-052-bnr-inner .Links_sp:hover a {
        border: none;
    }
}
@media screen and (min-width: 768px) {
    .res-inner-contents.inner .cp-052-bnr-inner:hover {
    /*background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/bn_bg_pc_on.jpg?ver=1.0.2);*/
    background-size: cover;
    }
}
.res-inner-contents.inner .cp-052-bnr-inner .pc{
width: 45%;
margin:0px 0 0 25%;
transition: .3s;
position: relative;
top: -33px
}
@media screen and (max-width: 1380px){ 
    .res-inner-contents.inner .cp-052-bnr-inner .pc{
        top: -3.5vw;
        }
}
@media screen and (min-width: 1381px){ 
    .res-inner-contents.inner .cp-052-bnr-inner .pc{
        top: -46px;
        }
}
.res-inner-contents.inner .cp-052-bnr-inner .pc img{
    transition: .3s;

}
.res-inner-contents.inner .cp-052-bnr-inner .pc img:hover {
transform: scale(1.1);
}

.cp-052-bnr-inner-borderBox:before {
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/bnr_bg_left.png);
background-repeat: no-repeat;
background-size: contain;
width: 50%;
height: 100%;
display: block;
height: calc(100% + 20px);
padding-bottom: 2%;
position: absolute;
top: -14px;
left: -25px;
z-index: -1;
}
.cp-052-bnr-inner-borderBox-boreretit,
.cp-052-bnr-inner-borderBox-date,
.cp-052-bnr-inner-borderBox-tw {
width: 50%;
margin-left: 50%;
color: #267FA4;
/*font-weight: bold;*/font-weight: normal;
line-height: 1.2;
}
.cp-052-bnr-inner{
position: relative;
z-index: 1;
}
.cp-052-bnr-inner-borderBox-boreretit {
border: 1px solid #267FA4;
display: inline;
padding: 4px 3.5px;
line-height: 1;
position: relative;
}
.cp-052-bnr-inner-borderBox-date {
padding-bottom: 15px;
position: relative;
}
.cp-052-bnr-inner-borderBox-date:before{
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/bnr_bg_right_01.png);
background-repeat: no-repeat;
background-size: contain;
width: 178px;
height: 178px;
display: block;
padding-bottom: 2%;
position: absolute;
top: -35px;
right:0;
}
.cp-052-bnr-inner-borderBox-date span{
/*font-weight: bold;*/font-weight: normal;
}
.cp-052-bnr-inner-borderBox-date .big {
font-size: 3.1rem;
}
.cp-052-bnr-inner-borderBox-date .before {
font-size: 2.1rem;
}
.cp-052-bnr-inner-borderBox-date .after {
font-size: 1.8rem;
display: block;
}
.cp-052-bnr-inner-borderBox-tw-inner-icon {
display: flex;
font-size:2.4rem;
/*font-weight: bold;*/font-weight: normal;
line-height: 1.333;
padding-top: 7px;
}
.font-size25 {
font-size: 2.5rem;
/*font-weight: bold;*/font-weight: normal;
}
.font-size27 {
font-size: 2.7rem;
/*font-weight: bold;*/font-weight: normal;
}
.font-size32 {
font-size: 3.2rem;
/*font-weight: bold;*/font-weight: normal;
}
.bottom-text {
padding-bottom: 20px;
}
.cp-052-bnr-inner-borderBox-center{
color:#4D4D4D;
font-weight:bold;
font-size: 1.8rem;
position: relative;
}
.cp-052-bnr-inner-borderBox-center:after {
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/bnr_bg_right_02.png);
background-repeat: no-repeat;
background-size: contain;
width: 255px;
height: 307px;
display: block;
padding-bottom: 2%;
position: absolute;
top: -15px;
right: 5px;
}

.color-text01{
color: #C34E72;
font-weight:bold;
line-height: 1.2;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
-1px 1px 0 #FFF, 1px -1px 0 #FFF,
0px 1px 0 #FFF,  0-1px 0 #FFF,
-1px 0 0 #FFF, 1px 0 0 #FFF;
} 
.color-text01.text01{
font-size: 2.5rem;
}
.color-text01.text02{
font-size: 3.4rem;
}
.attention {
color:#4D4D4D;
font-weight:bold;
font-size: 1.3rem;
}
.btn {
display: flex;
width: 95%;
max-width: 542px;
height: 47px;
margin: 15px auto 0;
}
.btn img {
width: 40px;
}
.btn .btn-link{
margin-left: 10px;
box-sizing: border-box;
background: #267FA4;
border: 2px solid #267FA4;
color: #fff;
font-size: 2.0rem;
/*font-weight: bold;*/font-weight: normal;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
transition: .4s;
position: relative;
}
.btn .btn-link:hover {
text-decoration: none;
color: #267FA4;
background: #fff;
}
.btn .btn-link:after {
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/icon_other02.svg);
background-repeat: no-repeat;
background-size: center;
position: absolute;
display: block;
width: 12px;
height: 12px;
width: 12px;
height: 12px;
right: 25px;
bottom: 15px;
overflow: hidden;
}
.cp-052-bnr-inner-borderBox-center,
.color-text01,
.color-text02,
.attention,
.btn {
text-align:center;
}
.cp-052-application{
padding-top: 65px;
}
.cp-052-application .bg-color-yellow {
position: relative;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.cp-052-application .bg-color-yellow::after {
content: "";
width: 200vw;
height: 100%;
position: absolute;
bottom: 0;
background: #FFF03A;
margin: 0 calc(50% - 50vw);
z-index: -1;
left: 0;
display: block;
}
.cp-052-application .bg-color-yellow a {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-wrap: wrap;
background: #C65300;
color: #fff;
/*font-weight: bold;*/font-weight: normal;
width: 95%;
max-width: 746px;
height: 127px;
border-radius: 10px;
}
.cp-052-application .bg-color-yellow a:hover {
text-decoration: none;
}
.cp-052-application-small{
display: block;
width: 100%;
text-align: center;
}
.cp-052-application-big{
display: block;
text-align: center;
}
.cp-052-application-small {
font-size:2.1rem
}
.cp-052-application-big {
font-size:3.1rem;
position:relative;
}
.cp-052-application-big:after {
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/icon_other.svg);
background-repeat: no-repeat;
background-size: center;
position: absolute;
display: block;
width: 12px;
height: 12px;
width: 12px;
height: 12px;
right: -25px;
bottom: 20px;
}

.res-pagetop-box .res-wrap-inner .pagetop {
position: relative;
display: inline-flex;
padding-left: 0px;
background: #C55300;
color: #fff;
/*font-weight: bold;*/font-weight: normal;
font-size: 2.6rem;
width: 138px;
height: 138px;
border-radius: 50%;
justify-content: center;
align-items: center;
text-align: center;
line-height: 1.3;
}

.res-pagetop-box .res-wrap-inner .pagetop::before {
display: none;
}
.res-pagetop-box .res-wrap-inner .pagetop::after {
font-family: icoset;
font-size: 2.2rem;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
position: absolute;
top: auto;
left: 0;
content: "\e907";
text-transform: none;
color: #00146e;
speak: none;
transform: rotate(180deg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
/*font-weight: bold;*/font-weight: normal;
bottom: 15px;
right: 0;
margin: 0 auto;

}

#page-top-btn .pagetop {
position: fixed;
bottom: 100px;
right: 2%;
width: 138px;
height: 138px;
z-index: 100;
}
#page-top-btn .pagetop {
transition: .5s;
opacity: 0;
visibility: hidden;
}
#page-top-btn .pagetop.active_ {
display: flex;
opacity: 1;
visibility: visible;
}
#page-top-btn .pagetop:hover {
text-decoration: none;
bottom:95px;
opacity: .8;
}
#page-top-btn .res-wrap-inner .pagetop:hover .pagetop::after {
bottom:13px;
}

@media screen and (max-width: 767px){
#page-top-btn .pagetop {
width: 60px;
height: 60px;
bottom: 10%;
font-size: 1.3rem;
line-height: 1.1;
}
.res-pagetop-box .res-wrap-inner .pagetop::after {
bottom:2px;
font-size: 1.4rem;
}
}
#sineCanvas {
z-index: 5;
transform: rotate(180deg);
position: absolute;
top:-3px;
width: 100%;
}
@media screen and (max-width: 767px) {
.p_mv {
margin-top: -9vw;
}
#sineCanvas {
z-index: 5;
transform: rotate(180deg);
position: absolute;
top:-2px;
width: auto;
}
.res-inner-contents.inner .cp-052-bnr-inner {
position: relative;
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/bn_bg_sp.jpg?ver=1.0.3);
padding-top: 140.5%;
padding-bottom: 42%;
background-size: cover;
}
.res-inner-contents.inner .cp-052-bnr-inner .sp{
width: 80%;
display: block;
margin: 0 auto;
transition: .3s;
}
.res-inner-contents.inner .cp-052-bnr-inner .sp:hover{
transform:scale(1.1);
}
}
.h1 {
position: relative;
}
.h1:before {
transform: rotate(9deg);
position: absolute;
display: block;
width: 37px;
height: 26px;
animation: animation-wave3 10s linear 0s infinite normal;
}
.h1:after {
transform: rotate(9deg);
position: absolute;
display: block;
width: 37px;
height: 18px;
height: 26px;
animation: animation-wave3 10s linear 0s infinite normal;
}
.h1:before {
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/mv_icon_01.svg);
background-repeat: no-repeat;
background-size: center;
left: -88px;
bottom: 78px;
}
.h1:after {
content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/mv_icon_02.svg);
background-repeat: no-repeat;
background-size: center;
right: -88px;
bottom: 78.5px;
}
@media screen and (max-width: 767px) {
.h1:before,.h1:after {
width: 25px;
height: 20px;
}
.h1:before {
left: -30px;
bottom: 12vw;
}
.h1:after {
right: -30px;
bottom: 12.5vw;
}
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap h4::after {
left: -3vw;
}
}

@media screen and (max-width: 600px) {
.p_mv {
margin-top: -13%;
}
}

@media screen and (max-width: 480px) {
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li::after {
width: 24vw;
height: 24vw;
left: -1.5px;
}
}
@media screen and (max-width: 320px) {
.cp-052-tab #cp-052-tab-1 .cp-052-tab-block01-list li .cp-052-tab-block01-list-innerWrap h4::after {
left: -4vw;
}

.h1:before {
    bottom: 12vw;
    }
    .h1:after {
    bottom: 12.5vw;
    }
}
@keyframes animation-wave {
0% {
transform: rotate(9deg);
}
20% {
transform: rotate(-12deg);
}
40% {
transform: rotate(9deg);
}
50% {
transform: rotate(12deg);
}
60% {
transform: rotate(9deg);
}
70% {
}
80% {
}
100% {
}
}
@keyframes animation-wave2 {
0% {
transform: rotate(12deg);
}
20% {
transform: rotate(9deg);
}
30% {
}
40% {
transform: rotate(12deg);
}
50% {
transform: rotate(9deg);
}
60% {
}
70% {
}
80% {
}
100% {
}
}

@media screen and (max-width: 767px) {

@keyframes animation-wave {
0% {
transform: rotate(9deg);
}
20% {
transform: rotate(-12deg);
}
40% {
transform: rotate(9deg);
}
50% {
transform: rotate(12deg);
}
60% {
transform: rotate(9deg);
}
70% {
}
80% {
/*transform: rotate(18deg);*/
}
100% {
/*
bottom: 25px;
transform: rotate(11deg);
*/
}
}


@keyframes animation-wave {
0% {
transform: rotate(12deg);
}
20% {
transform: rotate(9deg);
}
30% {
}
40% {
transform: rotate(12deg);
}
50% {
transform: rotate(9deg);
}
70% {
}
80% {
transform: rotate(18deg);
}
100% {
/*bottom: 25px;*/
transform: rotate(11deg);
}
}


@keyframes animation-wave2 {
0% {
transform: rotate(12deg);
}
20% {
transform: rotate(9deg);
}
30% {
}
40% {
transform: rotate(12deg);
}
50% {
transform: rotate(9deg);
}
60% {
}
70% {
}
80% {
}
100% {
}
}
}

@keyframes animation-wave3 {
0% {
transform: rotate(9deg);
}
10% {
transform: rotate(15deg);
}
20% {
transform: rotate(3deg);
}
30% {
transform: rotate(9deg);
}
40% {
transform: rotate(15deg);
}
50% {
transform: rotate(3deg);
}
60% {
transform: rotate(9deg);
}

100% {
}
}






@media screen and (max-width: 767px){
.res-inner-contents.inner.cp-052-bnr {
margin-top: 0px;
}
.cp-052-application .bg-color-yellow a {
line-height: 1.2;
}
.cp-052-application-big {
font-size: 2.0rem;
position: relative;
}
.cp-052-application-small {
font-size: 1.6rem;
}
.cp-052-application {
padding-top: 30px;
}
.cp-052-application .bg-color-yellow a {
height: auto;
padding: 15px 10px;
}
.cp-052-application .bg-color-yellow {
position: relative;
height: auto;
display: flex;
justify-content: center;
align-items: center;
padding: 40px 0;
}
.cp-052-application-big::after {

content: "";
background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/icon_other.svg);
background-repeat: repeat;
background-repeat: no-repeat;
background-size: center;
position: absolute;
display: block;
width: 12px;
height: 12px;
width: 12px;
height: 12px;
right: -20px;
bottom: 5px;

}
}


.p_slider_button__list{
display: flex;
justify-content: center;
width: 100%;
position: absolute;
bottom: 15px;
}

.p_slider_button__list li:nth-of-type(1) {
margin-right: 10px;
}
.p_slider_button__item_i {
width: 30px;
height: 30px;
border: none;
}



.cp-052-tab {
    padding-top: 0;
}
.cp-052-tab:after {
display: none;
}
#cp-052-tab-1 {
    position:relative;
    margin-top: 23px;
}
#cp-052-tab-1:after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: #EFF8F5;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
}

#cp-052-tab-2 {
    position:relative;
    margin-top: 23px;
    padding-top: 102px;
    padding-bottom: 54px;
}
.group-pref {
    margin-top: 107px;
    position:relative;
}
.group-pref .readImg {
 width: 90%;
 max-width: 992px;
 margin-left: auto;
 margin-right: auto;   
}
.group-pref .read-tit {
    height: 74px;
    padding-bottom: 30px;
    position: relative;
}
.group-pref .read-tit:after{
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 1px;
    background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/bg_wave.svg);
    margin: 0 calc(50% - 50vw);
    z-index: 0;
    background-position: center bottom;
    background-size: cover;
}
.group-pref .read-tit img{
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.group-pref:after{
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: #FAEDD1;
    margin: 0 calc(50% - 50vw);
    z-index: -1;
}
.group-pref .bg-white {
    background: #fff;
    padding: 35px 45px 45px;
    text-align: center;
    width: 90%;
    max-width: 950px;
    margin: 45px auto 0px;
}
.group-pref .bnr-link {
    text-align: center;
    width: 90%;
    max-width: 950px;
    margin: 38px auto 0px;
}
.group-pref.kagawa .bnr-link a[href="https://kankake-taxi.jp/negai/"] {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.group-pref.kagawa .bnr-link a .ico-blank-img{
    position: absolute;
    top: 10px;
    right: 0;
}
.group-pref .color-text {
    margin-top: 35px;
    font-size: 2.3rem;
    font-weight:bold;
}
.group-pref.ehime .color-text  {
    color:#B75F00;
}

.group-pref.kagawa:after{
    background: #DFF0EA;
}
.group-pref.kagawa .color-text{
    color: #448266;
}

.group-pref.kouchi:after{
    background: #F8E2E9;
}
.group-pref.kouchi .color-text{
    color: #C34E72;
}


.group-pref.tokushima:after{
    background: #DDEEF6;
}
.group-pref.tokushima .color-text{
    color: #267FA4;
}
.group-pref .det-text{
    font-size: 1.8rem;
    margin-top: 10px;
}
#cp-052-tab-2 .bottom-btn {
    margin:150px auto 0px;
    width: 80%;
    max-width: 683px;
}
#cp-052-tab-2 a {
    transition: .4s;
    display: block;
}
#cp-052-tab-2 a:hover {
    opacity: .7;
}

.group-pref .read-tit{
    position: relative;
}
.group-pref.ehime .read-tit:before {
    position: absolute;
    content: "";
    width: 69px;
    height: 89px;
    display: block;
    background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/icon_ehime.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    margin: auto;
    left: -285px;
    right: 0;
    top: -50px;
    bottom: 0;
}
.group-pref.kagawa .read-tit:before {
    position: absolute;
    content: "";
    width: 76px;
    height: 74px;
    display: block;
    background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/icon_kagawa.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    margin: auto;
    right: -300px;
    left: 0;
    top: -30px;
    bottom: 0;
}
.group-pref.kouchi .read-tit:before {
    position: absolute;
    content: "";
    width: 69px;
    height: 89px;
    display: block;
    background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/icon_kouchi.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    margin: auto;
    left: -280px;
    right: 0;
    top: -50px;
    bottom: 0;
}
.group-pref.tokushima .read-tit:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 59px;
    display: block;
    background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/icon_tokushima.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    margin: auto;
    right: -300px;
    left: 0;
    top: -30px;
    bottom: 0;
}



.cp-052-tablist li:nth-of-type(1) .res-inner-tit:after{
    display: none;
}
.cp-052-tablist .cp-052-tabtit.current .res-inner-tit:after {
    content: "";
    width: 164px;
    height: 9px;
    display: block;
    background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/sec01_border_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.tab2active #cp-052-tab-1,
#cp-052-tab-2 {
    display: block;
    visibility: hidden!important;
    opacity: 0!important;
    height: 0!important;
    margin: 0!important;
    padding: 0!important;
}
#cp-052-tab-1.active,
#cp-052-tab-2.active {
    visibility: visible!important;
    opacity: 1!important;
    height: auto!important;
}
#cp-052-tab-1.active {
    position: relative!important;
    margin-top: 23px!important;
    padding-top: 54px!important;
    padding-bottom: 54px!important;
    height: auto!important;
}
#cp-052-tab-2.active {
    visibility: visible!important;
    opacity: 1!important;
    height: auto!important;
    margin-top: 23px!important;
    padding-top: 102px!important;
    padding-bottom: 54px!important;
}
.res-inner-tit {
    transition: .4s;
}
.cp-052-tabtit {
    cursor: pointer;
    transition: .4s;
}

.cp-052-tablist li{
    position: relative;
    cursor: pointer;
}
.cp-052-tablist li:nth-of-type(1) .res-inner-tit:before {
display: none;
}
.cp-052-tablist li.current .res-inner-tit:before {
    width: 100%;
    height: 5px;
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 5;
    display: block!important;
}
.cp-052-tablist li.current:nth-of-type(2) .res-inner-tit:before {
    width: calc(100% - 2px);
    left: 1px;
}

.campaign-block {
    text-align: center;
    margin-top: 35px;
}
.campaign-block .campaign-tit {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.444;
}
.campaign-block p{
    font-size: 1.3rem;
    margin-top: 15px;
    line-height: 1.75;
}

#cp-052-tab-2 .readImg {
    width: 90%;
    max-width: 992px;
    margin-left: auto;
    margin-right:auto;
}

@media screen and (max-width: 1240px) {
    .cp-052-map-icon-list li.p7 {
        right: calc(100vw / 4.75);
        top: calc(100vw / 13);
    }
}

@media screen and (max-width: 1160px) {
    .cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-link {
        font-size: 1.2rem;
        line-height: 22px;
    }
}

@media screen and (max-width: 1024px){
    .group-pref .bg-white {
        padding: 5%;
    }
    .campaign-block p br {
        display: none;
    }
    #cp-052-tab-2 {
        position: relative;
        margin-top: 0;
        padding-top: 5%;
        padding-bottom: 0%;
    }
    #cp-052-tab-2 .bottom-btn {
        margin: 50px auto 0px;
    }
    .cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-link {
        font-size: 1.4rem;
    }

    .cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-link {
        font-size: 1.3rem;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1;
        padding-top: 1px;
    }
    .cp-052-map-modelcourse-list li:nth-of-type(1) a span.cp-052-map-modelcourse-link, .cp-052-map-modelcourse-list li:nth-of-type(2) a span.cp-052-map-modelcourse-link, .cp-052-map-modelcourse-list li:nth-of-type(3) a span.cp-052-map-modelcourse-link, .cp-052-map-modelcourse-list li:nth-of-type(4) a span.cp-052-map-modelcourse-link, .cp-052-map-modelcourse-list li:nth-of-type(5) a span.cp-052-map-modelcourse-link, .cp-052-map-modelcourse-list li:nth-of-type(6) a span.cp-052-map-modelcourse-link {
        top: 0;
    }
    #cp-052-tab-2.active {
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        margin-top: 0 !important;
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px){
    .group-pref .bg-white,.group-pref .bnr-link{
        width: 100%;
    }
    .group-pref {
        margin-top: 60px;
    }
    #cp-052-tab-2 .bottom-btn {
        width: 85%;
        max-width: 100%;
        margin-bottom: 80px;
    }
    #cp-052-tab-2 .readImg {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 0 10px;
    }
    .cp-052-map-icon-list li.p7{
        display: none;
    }
    .group-pref .read-tit {
        height: 60px;
    }
    .group-pref.ehime .read-tit:before,
    .group-pref.kagawa .read-tit:before,
    .group-pref.kouchi .read-tit:before,
    .group-pref.tokushima .read-tit:before {
        width: 12vw;

    }
    .group-pref.ehime .read-tit:before,
    .group-pref.kouchi .read-tit:before {
        left: -50vw;
    }
    .group-pref.kagawa .read-tit:before,
    .group-pref.tokushima .read-tit:before {
        right: -50vw;
    }
    .group-pref.kouchi .read-tit:before {
        height: 60px;
    }
    .group-pref .det-text {
        font-size: 100%;
        margin-top: 10px;
        text-align: left;
    }
    .group-pref .read-tit::after {
        content: "";
        width: 100vw;
        height: 100%;
        position: absolute;
        bottom: 1px;
        background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/bg_wave_sp.svg);
        margin: 0 calc(50% - 50vw);
        z-index: 0;
        background-position: center bottom;
        background-size: cover;
    }


    #cp-052-tab-2 .bottom-btn {
        margin-bottom: 20px;
    }
    .group-pref .color-text {
        margin-top: 15px;
    }

}


@media screen and (max-width: 1240px){
    .cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-link {
        font-size: 1.1rem;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px){
    .cp-052-map-icon-list {
        display: none;
    }
    .cp-052-map-modelcourse-list li a span.cp-052-map-modelcourse-link {
        font-size: 1.2rem;
    }
/*
    @-moz-document url-prefix() {
       
        .cp-052-map-img.sp img {
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom:0;
            width: 100%;
            height: auto;
    }
        .cp-052-map-img.sp {
            height: auto;
            padding-bottom: 88%;
            background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/coursedet_map_01_sp.png);
            background-size: contain;
            background-repeat: no-repeat;
        }
    }
*/
}

@media screen and (min-width: 768px){
    /*
    .cp-052-map-img.sp {
        height: 0;
        padding: 0;
        margin:0;
        z-index: -1;
        visibility: hidden;
    }
    .cp-052-map-img.pc map,
    .cp-052-map-img.pc map area{
        height: 0;
        padding: 0;
        margin:0;
        z-index: -1;
        visibility: hidden;
        position: relative;
        opacity: 0;
        display: none;
    }*/
    .cp-052-map-icon-list,
    .cp-052-map-icon-list li,
    .cp-052-map-icon-list li img,
    area {
        background: none;
    }
    .cp-052-map-img map{
        box-sizing: unset;
        position: absolute;
        z-index: -1;
    }
    @-moz-document url-prefix() {
       
    .cp-052-map-img.pc img {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom:0;
        width: 100%;
        height: auto;
}
    .cp-052-map-img.pc {
        height: auto;
        padding-bottom: 57%;
        background: url(/domestic/area/chushikoku/local_anafuyutabi2021/images/211215/coursedet_map_01.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}
}

.p_slick__item:nth-of-type(n+2){
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  .slick-initialized .p_slick__item{
    display: block;
  }

.tab2active .cp-052-map,
.tab2active .cp-052-remommend,
.tab2active .cp-052-gourmet,
.tab2active .res-inner-contents.inner.cp-052-bnr {
    display: none!important;
}


/*--211215 追記--*/
.endMessage{
    position: absolute;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 420px;
    max-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.8;
    margin: auto;
    border: 5px solid #dc1013;
    color: #dc1013;
    font-weight: bold;
    font-size: 108%;
    z-index: 2;
} 
.res-inner-contents.inner .cp-052-bnr-inner .Links_pc a {
    display: none;
}
.res-inner-contents.inner .cp-052-bnr-inner .Links_pc,
.res-inner-contents.inner .cp-052-bnr-inner .Links_sp,
.res-inner-contents.inner .cp-052-bnr-inner a {
    text-decoration: none;
    pointer-events: none;
    border: none!important;
}
@media screen and (max-width: 768px){
    .endMessage {
        max-height: 200px;
        font-size: 100%;
        text-align: left;
        max-width: 100%;
    }
}

.res-inner-contents.inner.cp-052-bnr .cp-052-bnr-inner{
    position: relative;
}
.res-inner-contents.inner.cp-052-bnr .cp-052-bnr-inner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    z-index: 1;
}

