@charset "utf-8";

:root {
    --black: #221815;
    --blue: #004a80;
    --red: #e83820;
    --yellow: #fff67f;
    --pink: #e85298;
    --green: #41b25d;
    --wine: #94252a;
    --white: #fff;    
    --font-sans: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", sans-serif;
}

@font-face {
	font-family: "M PLUS Rounded 1c";
	src: url(../font/MPLUSRounded1c-Medium.woff2) format('woff2');
	font-style: normal;
	font-weight: 500;
	font-display:swap;
}
@font-face {
	font-family: "M PLUS Rounded 1c";
	src: url(../font/MPLUSRounded1c-ExtraBold.woff2) format('woff2');
	font-style: normal;
	font-weight: 800;
	font-display:swap;
}
@font-face {
	font-family: "M PLUS Rounded 1c";
	src: url(../font/MPLUSRounded1c-Black.woff2) format('woff2');
	font-style: normal;
	font-weight: 900;
	font-display:swap;
}

a:link{
    color:var(--txt);
    font-weight: inherit;
}

.contents{
    font-family: var(--font-sans);
    color:var(--txt);
}

.kp-content{
    padding: 1rem 2rem;
}
.w-1200{
    max-width: 1200px;
    margin: auto;
    
}
.w-1000{
    max-width: 1000px;
    margin: auto;
}
.w-500{
    max-width: 340px;
    margin:auto;
}
.w-700{
    max-width: 600px;
    margin:auto;
}
/***間隔調整***/
.m-t-1{
    margin-top: 1rem;
}
.m-t-2{
    margin-top: 2rem;
}
.m-t-3{
    margin-top: 3rem;
}
.m-t-4{
    margin-top: 4rem;
}
.m-b-1{
    margin-bottom: 1rem;
}
.m-b-2{
    margin-bottom: 2rem;
}
.m-b-3{
    margin-bottom: 3rem;
}
.m-b-4{
    margin-bottom: 4rem;
}
.m-t-0 {
    margin-top: 0;
}
.m-tb-1{
    margin-top:1rem;
    margin-bottom:1rem;
}
.m-tb-3{
    margin-top:3rem;
    margin-bottom:3rem;
}
.m-w-1{
    margin-left:1rem;
    margin-right:1rem;
}
.m-w-2{
    margin-left:2rem;
    margin-right:2rem;
}
.m-r-1{
    margin-right:.5em;
    align-self: center;
}
.column-layout{
    margin-top:1rem;
}
.topic-box{
    margin-top:1.5rem;
    margin-bottom:1.5rem;
}

.topic-box-title{
    text-align: center;

    display: inline-block;
    padding: 4.5em 0;
    line-height: 1.35;
    position: relative;

    width: 100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    margin-bottom: 1.5em;

    isolation: isolate;
}
.topic-box-title::before{
    position: absolute;
    content: '';
    background:#f7cc91;
    height: 10px;
    width: 100%;
    top: 2px;
    left: 0;
    z-index: -1;
}
.topic-box-title::after{
    position: absolute;
    content: '';
    width: min(600px, 80%);
    height: auto;
    aspect-ratio: 650 / 174;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.topic-box-title p{
    color: var(--black);
    font-size: 2rem;
    font-weight: 800;
    padding: 0 30px;
    text-align: left;
}
.topic-box-title p.note{
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 30px;
    text-indent: 0;
}
.topic-box-title .topic-box-title-inner{
    max-width: 500px;
    margin: auto;
}
@media screen and (min-width: 768px){
    .topic-box-title::before{
        height: 15px;
        top: 7px;
    }
    .topic-box-title::after{
        aspect-ratio: 600 / 234;
    }
    .topic-box-title p, .topic-box-title p.note{
        color: var(--white);
        padding: 0;
        text-align: center;
    }
}

.topic-box-title h2 img{
    width: min(600px, 80%);
    height: auto;
}

#cp1 .topic-box-title{
    padding: 0;
}

#cp2 .topic-box-title{
    padding-top: 2.8rem;
    padding-bottom: 1.5em;
}
#cp2 .topic-box-title h2{
   margin-bottom: 1.5em;
}
@media screen and (min-width: 768px){
    #cp2 .topic-box-title{
        padding-top: 2.4rem;
        padding-bottom: 4.2em;
    }
    #cp2 .topic-box-title h2{
        margin-bottom: .6em;
    }
}
@media screen and (min-width: 667px) and (orientation: landscape) {
    #cp2 .topic-box-title{
        padding-top: 4.4rem;
    }
}
@media screen and (min-width: 1024px){
    #cp2 .topic-box-title{
        padding-top: 4.7rem;
    }
}
#cp2 .topic-box-title h2 img{
    width: min(100px, 80%);
}
@media screen and (min-width: 768px){
    #cp2 .topic-box-title h2 img{
        width: min(140px, 80%);
    }
}

#cp2 .topic-box-title::after{
    background: url(../img/bg_noren_wine_sp.svg) no-repeat center top;
    background-size: 300px;
    aspect-ratio: 650 / 180;
}
@media screen and (max-device-width: 320px) and (-webkit-device-pixel-ratio: 2) {
    #cp2 .topic-box-title::after{
        background: url(../img/bg_noren_wine_sp.svg) no-repeat center top;
        background-size: 252px;
        aspect-ratio: 650 / 180;
    }
    #cp2 .topic-box-title h2 img {
        width: min(60px, 80%);
    }
}

#cp4 .topic-box-title{
    margin-bottom: 4em;
    padding: 0;
}
@media screen and (min-width: 768px){
    #cp4 .topic-box-title{
        margin-bottom: 3em;
    }
    #cp2 .topic-box-title::after{
        background: url(../img/bg_noren_wine.svg) no-repeat center top;
        aspect-ratio: 600 / 234;
    }
}

.bg_nami_blue{
    background:#d2ecfa url(../img/bg_nami_blue.png) repeat center top;
}
.bg_nami_pink{
    background:#f9dbe1 url(../img/bg_nami_pink.png) repeat center top;
}
.bg_duck_green{
    background:#e2ebae url(../img/bg_duck_green.png) repeat center top;
}
.bg_tile{
    background:url(../img/bg_tile.png) repeat center center;
}

#cp1{
    padding: 6em 0 3em 0;
}
#cp2,#cp4{
    padding:3em 0;
}
@media print, screen and (min-width: 768px){
    #cp1{
        padding: 3em 0;
    }
}

/****揃え****/
.a-left{
    justify-content: start;
    text-align: left;
}
.a-center{
    text-align: center;
    margin:auto
}
.a-right{
    text-align: right;
}
.a-i-center{
    align-items: center;
}
.column-layout.align-center{
    align-items: center;
}
.column-layout.justify-center{
    justify-content: center;
}

/****文字****/
.note{
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: .5em;
}
.note li, p.note{
    padding-left:1em;
	text-indent:-1em;
}
.p-small{
    font-size: 1.4rem;
}
.p-medium{
    font-size: 1.6rem;
}
.p-big{
    font-size: 1.35em;
    font-weight: 700;
}
.p-bold{
    font-weight: bold;
}
.p-normal{
    font-weight: normal;
}
.c-red{
    color: #d01120;    
}
.c-white{
    color: #fff;
}
.c-green{
    color: #00a384;
}
.p-back-green{
    background: #1b924f;
    display: inline-block;
    padding:5px 16px;
    border-radius: 100vh;
}
.va-bottom{
    vertical-align: middle;
}
.p-date{
    font-size: 1.25em;
}
.small-title{
    font-size: 1.35em;
    text-align: center;
    border-top: 2px dotted var(--blue);
    padding:.5em 0;
    line-height: 1.5;
    font-weight: 900;
    margin-top:2rem;
    margin-bottom:0.5rem;
}
.w100{
    width: 100%;   
}


/****背景色***/
.bg-white{
    background: rgba(255,255,255,.75);
    padding: 2rem 2.5rem;
    border-radius: 10px;
}
.bg-yellow{
    background:var(--yellow);
    padding: 2rem 2.5rem;
    border-radius: 10px;
}

/***ボタン****/
.sento-btn{
    margin: 1rem auto;
    position: relative;
    display: inline-block;
}
a.sento-btn{
    margin:.4em 0;
    padding: 10px 46px 10px 30px;
    border-radius: 100vh;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.35;
    display: block;
    font-weight: 800;
}
.sento-btn::after {
    content: "\00BB";
    margin-left: 0.1em;
    display: inline-block;
    font-size: clamp(4rem, 1.35rem + 5.56vw, 7rem);
    line-height: 0;
    vertical-align: middle;
    transform: translateY(clamp(-11px, -1.59px - 0.93vw, -6px));
    transition: transform 0.2s ease;
}
a.sento-btn.btn-big::after{
    font-size: clamp(4rem, -0.41rem + 9.26vw, 9rem);
    line-height: 0;
  transform: translateY(clamp(-13px, 0.19px - 1.29vw, -6px));
}
a.sento-btn:hover::after{
    transform: translate(5px, -11px);
}
a.sento-btn.btn-big:hover::after{
    transform: translate(5px, -13px);
}
#cp1 .sento-btn::after {
    font-size: 4rem;
    transform: translateY(-6px);
}
a.btn-big.duck-btn{
    padding: 15px 0;
}
a.btn-big.logo-newcal{
    padding: 15px 30px;
}
a.logo-newcal img{
    width: clamp(150px, 44.12px + 22.06vw, 290px);
    height: auto;
    margin-right: 5px;
    margin-bottom: 2px;
    vertical-align: bottom;
}
@media screen and (min-width: 1024px){
    a.btn-big.duck-btn{
        padding: 15px 0;
    }
    a.btn-big.logo-newcal{
        padding: 20px 30px;
    }
    a.logo-newcal img{
        margin-right: 10px;
        margin-bottom: 7px;
    }
}
.mark-duck{
    padding-left: 56px;
    position: relative;
}
.mark-duck::before{
    position: absolute;
    content: "";
    background: url(../img/duck.png) no-repeat center center;
    background-size: contain;
    width: 46px;
    height: 50px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (min-width: 768px){
    .mark-duck{
        padding-left: 96px;
    }
    .mark-duck::before{
        width: 82px;
        height: 88px;
    }
}

.btn-blue,
a.btn-blue{
    background: var(--blue);
    color: #fff;
}
.btn-white,
a.btn-white{
    background: var(--white);
    color: var(--blue);
    box-shadow: rgba(181, 224, 248, 1) 0px 2px 8px 0px;
}
.btn-yellow,
a.btn-yellow{
    background: var(--yellow);
    color: var(--red);
}
.btn-img:hover,
a.btn-img:hover{
    opacity: .7;
}

a.btn-big{
    font-size: clamp(2.4rem, -0.07rem + 5.19vw, 5.2rem);
    padding: 15px 30px;
}
a.btn-small{
    font-size: clamp(2rem, 0.59rem + 2.96vw, 3.6rem);
    padding: 10px 20px;
}
@media screen and (max-device-width: 320px) and (-webkit-device-pixel-ratio: 2) {
    a.btn-big{
        font-size: 2.0rem;
    }
    a.btn-small{
        font-size: 1.6rem;
    }
    a.logo-newcal img{
        width: 120px;
    }
    .mark-duck{
        padding-left: 48px;
    }
    .mark-duck::before{
        width: 40px;
        height: 43px;
    }
}


@media print, screen and (min-width: 768px){
    a.btn-big{
        font-size: clamp(2.4rem, -0.07rem + 5.19vw, 5.2rem);
        padding: 25px 30px;
    }
    .column-media {
        margin-top: .5em;
    }
    .column-media > .column_image[data-image="right"]{
        float: none;
    }
}
@media print, screen and (min-width: 1024px){
    .column-media > .column_image[data-image="right"]{
        float: right;
    }
}

@media print, screen and (min-width: 768px){
    .sp-on{
        display: none;
    }
}
.pc-on{
    display: none;
}
@media print, screen and (min-width: 768px){
    .pc-on{
        display: block;
    }
}

/* --------------------------------銭湯スタンプラリー-------------------------------- */
/***メインビジュアル***/
.main-visual{
    background: #d2ecfa;
}
.main-visual .mv_inner{
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.main-visual .mv_inner .site-logo, 
.main-visual .mv_inner .furo-logo{
    position: absolute;
}
.main-visual .mv_inner .site-logo{
    top: 8px;
    right: 0;
    width: 59%;
}
.main-visual .mv_inner .site-logo img{
    width: 100%;
    height: auto;
}
.main-visual .mv_inner .furo-logo{
    bottom: -65px;
    left: 0;
    right: 0;
    margin: auto;
    width: 64.5%;
}
.main-visual .mv_inner .furo-logo img{
    width: 100%;
    height: auto;
}
.main-visual .main-visual-bg img {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 768px){
    .main-visual .mv_inner .site-logo{
        top: 18px;
    }
    .main-visual .mv_inner .furo-logo {
        top: 40px;
        bottom: auto;
        left: 3.75%; /* 60px / 1600px */
        right: auto;
        width: 29.5%;
    }
}


/*参加方法*/
#cp1 .column_item{
    background:var(--white);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
}
#cp1 .column_item h3{
    background: var(--blue);
    color: var(--white);
    padding: 1rem 1.8rem;
    margin: 0;
    font-size: clamp(2.4rem, 1.34rem + 2.22vw, 3.6rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 80px;
    line-height: 1.25;
}
#cp1 .column_item h3.ft_small{
    font-size: clamp(2rem, 1.65rem + 0.74vw, 2.4rem);
}
#cp1 .column_item .column_item-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 1em 2em;
}
#cp1 .column_item-content{
    width: 100%;
}
#cp1 .column_item-content p{
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.35;
}
#cp1 .column_item-content p.m-t-0{
    margin-top: 0;
}
#cp1 .column_item-content a.sento-btn{
    font-weight: 800;
    font-size: 2rem;
    padding: 6px 0;
}
#cp1 .column_item-content a:hover::after{
    transform: translate(3px, -6px);
}
#cp1 .column_item-content p.note{
    font-weight: 500;
    font-size: 1.4rem;
}

/*景品*/
#cp2 .column-layout{
    margin-top: 1.25em;
}
#cp2 .column_item{
    background: var(--white);
    border-radius: 16px;
    box-shadow: 7px 7px var(--wine);
    margin-bottom: 3em;
    position: relative;
}
#cp2 .column_item .column_item-inner.prize-sanka{
    padding-top: 2em;
}
#cp2 .column_item .column_item-inner.prize-tassei-big{
    padding-top: 1.5em;
    padding-bottom: .5em;
}
#cp2 .column_item-inner.prize-sanka, 
#cp2 .column_item-inner.prize-tassei,
#cp2 .column_item-inner.prize-tassei-big{
    position: relative;
}
#cp2 .column_item-inner.prize-sanka .prize-text{
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    right: 10px;
    width: 70px;
}
#cp2 .column_item-inner.prize-tassei .prize-text{
    position: absolute;
    top: 52%;
    transform: translateY(-52%);
    right: -8px;
    width: 60px;
}
#cp2 .column_item-inner.prize-tassei-big .prize-text{
    position: absolute;
    top: 20px;
    right: 10px;
    width: 50px;
}
@media print, screen and (min-width: 768px){
    #cp2 .column_item-inner.prize-sanka .prize-text{
        right: 10px;
        width: 110px;
    }
    #cp2 .column_item-inner.prize-tassei .prize-text{
        right: -80px;
        width: 110px;
    }
    #cp2 .column_item-inner.prize-tassei-big .prize-text{
        top: 10px;
        width: 70px;
    }
}
#cp2 .column_item img{
    width: 100%;
    height: auto;
}
#cp2 .column_item h3{
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
}
@media screen and (max-device-width: 320px) and (-webkit-device-pixel-ratio: 2) {
    #cp2 .column_item h3{
        font-size: 2.4rem;
    }
}
#cp2 .column_item h3 span{
    background: var(--wine);
    color: var(--white);
    border-radius: 100vmax;
    padding: 0 1.5em 0 1.6em;
    letter-spacing: 0.1em;
}
#cp2 .column_item .column_item-inner{
    padding: 1em 1.5em;
}
#cp2 .column_item.red-box{
    box-shadow: 7px 7px var(--red);
}
#cp2 .column_item.red-box h3 span{
    background: var(--red);
}

/***大田・川崎銭湯マップPDF***/
#cp3{
    padding:3em 0;
}
#cp3 .sento-btn span{
    color: var(--red);
}

/***グッズ引換えスポット***/
#cp4 .topic-box{
    background:var(--white);
    border-radius: 20px;
    text-align: center;
    padding: 2em 3em;
    position: relative;
}
#cp4 .topic-box .hikikae-comment{
    position: absolute;
    top: -63px;
    left: 28px;
    width: 115px;
    z-index: 1;
}
#cp4 .topic-box .hikikae-comment img{
    width: 100%;
    height: auto;
}
#cp4 .topic-box.pink{
    border:5px solid var(--pink);
    margin-bottom: 5em;
}
#cp4 .topic-box.green{
    border:5px solid var(--green);
}
#cp4 .topic-box h3{
    display: inline-block;
    color: var(--white);
    text-align: center;
    padding: 0;
    border-radius: 100vmax;
    font-size: 2.8rem;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
}
#cp4 h3 span{
    color: var(--white);
    border-radius: 100vmax;
    padding: 0 1.2em 0 1.3em;
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    position: relative;
}
#cp4 .topic-box.pink h3 span{
    background: var(--pink);
}
#cp4 .topic-box.green h3 span{
    background: var(--green);
}
#cp4 h3 span::before, #cp4 h3 span::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--white);
    left:10px;
    top:0;
    bottom: 0;
    margin: auto;
}
#cp4 h3 span::after{
    left:auto;
    right: 10px;
}

#cp4 h4{
    color: var(--white);
    padding: .8rem 1rem;
    margin: 0 0 .6em;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: center;
    border-radius: 6px;
    line-height: 1.25;
}
#cp4 .topic-box.pink h4{
    background: var(--pink);
}
#cp4 .topic-box.green h4{
    background: var(--green);
}
#cp4 .spot-list{
    display: flex;
    gap: 1rem;
    flex-direction: column;
    text-align: left;
}
#cp4 .spot-list-item img{
    width: 100%;
}
#cp4 .spot-list-item:first-of-type{
    width: 100%;
}
#cp4 .spot-list-item:last-of-type{
    width: 100%;
}
@media screen and (max-device-width: 320px) and (-webkit-device-pixel-ratio: 2) {
    #cp4 .topic-box .hikikae-comment{
        width: 108px;
    }
}
@media print, screen and (min-width: 768px){
    #cp4 .topic-box .hikikae-comment{
        top: -52px;
        left: 0;
        right: 77%;
        margin: auto;
        width: 170px;
    }
    #cp4 h3 span{
        padding: 0 1.5em 0 1.6em;
    }
    #cp4 .spot-list{
        gap: 1rem;
        flex-direction: row-reverse;
    }
    #cp4 .spot-list-item:first-of-type{
        width: 45%;
    }
    #cp4 .spot-list-item:last-of-type{
        width: 55%;
    }
}


#cp4 .spot-list-item dl{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 6px;           
}
#cp4 .spot-list-item dt, 
#cp4 .spot-list-item dd{
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.5;
}
#cp4 .spot-list-item dt{
    grid-column: 1;
}
#cp4 .spot-list-item dd{
    grid-column: 2;
    color: var(--pink);
    line-height: 1.25;
    padding: 2px 0 0 0;
}
#cp4 .topic-box.pink dd{
    color: var(--pink);
}
#cp4 .topic-box.green dd{
    color: var(--green);
}
#cp4 .spot-list-item dt span{
    color: var(--white);
    padding: 0 2px;
}
#cp4 .topic-box.pink .spot-list-item dt span{
    background: var(--pink);
}
#cp4 .topic-box.green .spot-list-item dt span{
    background: var(--green);
}

/***リンク***/
#cp5{
    padding: 2.5em 0 3.5em 0;
}
#cp5 .btn-list{
    display: flex;
    gap: 1rem;
    justify-content: center;
}
#cp5 .btn-list li{
    flex: 1;
}
a.btn-small.pink{
    color: var(--pink);
}
a.btn-small.green{
    color: var(--green);
}

#cp5 .info-box{
    background: var(--white);
    border-radius: 20px;
    margin-top: 6.4em;
    padding: 2em;
    box-shadow: rgba(181, 224, 248, 1) 0px 2px 8px 0px;
}
#cp5 .info-box h3{
    font-size: 2.6rem;
    font-weight: 900;
    text-align: center;
    color: var(--blue);
    margin-bottom: .75em;
    line-height: 1;
}
#cp5 .info-box-content{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: var(--blue);
    font-family: var(--font-sans);
    font-weight: 900;
    text-align: center;
    gap: 1em;
}
#cp5 .info-box-content .info-box-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
}
#cp5 .info-box-content .info-box-contact .info-box-contact-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.5;
}
#cp5 .info-box-content .info-box-contact .info-box-contact-item a[href^="tel:"]{
    font-size: 2.4rem;
    padding-left: 48px;
    position: relative;
}
#cp5 .info-box-content .info-box-contact .info-box-contact-item a[href^="tel:"]::before{
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/ico-phone.svg) no-repeat center center;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
#cp5 .info-box-content .info-box-contact .info-box-contact-item a[href^="tel:"]::after{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background: var(--red);
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
}
.info-box-contact-item-title{
    font-size: 1.5rem;
    line-height: 1.25;
    color: var(--white);
    background: var(--red);
    padding: .4em 1em;
    border-radius: 100vmax;
}
.info-box-contact-item-time{
    font-size: 3.0rem;
}
.info-box-contact-item-text{
    display: flex;
    align-items: center;
    gap: .4em;
    font-size: 2rem;
    flex-direction: column;
}
.info-box-contact-item-text span{
    font-size: 1.15rem;
    font-weight: 500;
}
@media screen and (max-device-width: 320px) and (-webkit-device-pixel-ratio: 2) {

}
@media print, screen and (min-width: 1024px){
    #cp5 .info-box{
        padding: 2em 4em;
    }
    #cp5 .info-box-content{
        flex-direction: row;
        gap: 0;
    }
    #cp5 .info-box-content .info-box-contact{
        gap: 0;
    }
    #cp5 .info-box-content .info-box-contact .info-box-contact-item a[href^="tel:"]{
        font-size: 3.4rem;
    }
    #cp5 .info-box-content .info-box-contact .info-box-contact-item{
        flex-direction: row;
        gap: .5em;
    }
    .info-box-contact-item-time{
        font-size: 3.4rem;
    }
    .info-box-contact-item-text{
        flex-direction: row;
    }
}

/***主催***/
#cp6{
    padding: 4em 0;  
}
#cp6 ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
    padding: 0 1em;
}
#cp6 ul li a{
    /*display: block;
    width: 100%;
    height: 100%;*/
}
#cp6 ul li img{
    width: 100%;
    height: auto;
}
#cp6 ul li.logo-furo img{
    width: 180px;
    height: auto;
}
#cp6 ul li.logo-keikyu img{
    width: 230px;
    height: auto;
}

@media print, screen and (min-width: 1024px){
    #cp6 ul{
        gap: 3.5em;
    }
}

/***ご案内センター***/
/*#cp6{
    padding: 6em 0;
    background: #dcdddd;
}
#cp6 p{
    font-size: clamp(2.4rem, -0.07rem + 5.19vw, 5.2rem);
    text-align: center;
    font-weight: 800;
    line-height: 1.25;
}*/

/***タイル背景***/
/*#cp7.bg_tile{
    background: url(../img/bg_tile.png) repeat center center;
    height: 9.6em;
}*/