@charset "utf-8";

:root {
    --txt: #231815;
    --c-pink: #e95389;
    --pink: #ea6180;
    --l-pink: #f399b6;
    --purple: #924898;
    --blue: #054A97;
    --blue2: #4C8CD1;
    --l-blue: #DDF3FF;
    --green: #008E58;
    --black: #000;
    --yellow: #FFFBDA;
    --white: #fff;
    --gold: #CF8E00;
}

@font-face {
	font-family: "Zen Kaku Gothic New";
	src: url(../font/ZenKakuGothicNew-Regular.woff2) format('woff2');
	font-style: normal;
	font-weight: 400;
	font-display:swap;
}
@font-face {
	font-family: "Zen Kaku Gothic New";
	src: url(../font/ZenKakuGothicNew-Bold.woff2) format('woff2');
	font-style: normal;
	font-weight: 700;
	font-display:swap;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url(../font/NotoSansJP-Regular.woff2) format('woff2');
	font-style: normal;
	font-weight: 400;
	font-display:swap;
}
@font-face {
	font-family: "Noto Sans JP";
	src: url(../font/NotoSansJP-Bold.woff2) format('woff2');
	font-style: normal;
	font-weight: 700;
	font-display:swap;
}

a:link{
    color:var(--txt);
}

.contents{
    font-family: "Zen Kaku Gothic New", sans-serif;
    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;
    margin-bottom: 2em;
}
#cp3 .topic-box-title{
    margin-bottom: 4em;
}

.topic-box-title h2{
    color: var(--blue);
    display: inline-block;
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: .4em;
    padding: 0;
    line-height: 1.35;
    position: relative;
}
.topic-box-title h2::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-position: center;
    
}
#cp2 .topic-box-title h2::before{
    background: url(../img/shop_illust.png) no-repeat;
    background-size: contain;
    width: 85px;
    height: 40px;
    top: -100px;
}
#cp3 .topic-box-title h2::before{
    background: url(../img/spot_illust.png) no-repeat;
    background-size: contain;
    width: 108px;
    height: 88px;
    left: 0;
    right: 0;
    margin: auto;
    top: -135px;
}
.topic-box-title h2::after{
    position: absolute;
    content: '';
    bottom: -30px;
    background: url(../img/h2_nami.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 110px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 768px){
    .topic-box-title h2{
        font-size: 2.2em;
    }
    .topic-box-title h2::after{
        bottom: -40px;
    }
    #cp2 .topic-box-title h2::before{
        width: 127px;
        top: -120px;
        height: 100%;
    }
}
@media screen and (min-width: 1024px){
    .topic-box-title h2{
        font-size: 2.2em;
    }
}

.topic-box-title h3{
    font-size: 1.6em;
}
@media screen and (min-width: 768px){
    .topic-box-title h3{
        font-size: 1.9em;
    }
}

.bg_nami{
    padding-top: 4rem;
    padding-bottom: 8rem;
    background: url(../img/bg_nami.png) repeat center top;
}

#cp1,#cp2,#cp3{
    padding-top:3em;
}
#cp2{
    margin-bottom:0;
    padding-top:5em;
    padding-bottom: 6em;
    background:url(../img/bg_shop.jpg) repeat center top;
}
#cp3{
    margin-bottom:4rem;
    padding-top:5em;
    padding-bottom: 6em;
    background:#E9F4E4 url(../img/bg_spot.png) repeat center top;
    background-size: 200px;
}

.a-i-center{
    align-items: center;
}

.ttl_sub01{
    max-width: 80%;
    margin: 3.5em auto 0 auto;
}
@media print, screen and (min-width: 768px){
    .ttl_sub01{
        max-width: 460px;
    }
}

.img-rounded{
    border-radius: 20px;
}

/****メニュー****/
.banner-area{
    max-width: 1200px;
    margin:auto;
}
ul.cpmenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 3.6em auto 2em auto;
    width: 100%;
}
ul.cpmenu::after{
  content:"";
  display: block;
  width:49%;
  margin:0.5%;
}
ul.cpmenu li{
    margin:0.5%;
    align-items: flex-start;
    vertical-align: middle;
    width: 32%;
}
li a.menu-item {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.25;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    width: 100%;
    color: var(--white);
    text-align: left;    
    background: var(--blue);
    border-radius: 100vmax;
    border:3px solid var(--blue);
    padding: .85em 0;
}
li a.menu-item .p-small{
    font-size: 80%;
    line-height: 1.25;
}
li a.menu-item:hover{
    background: var(--blue2);
}
li a.menu-item::before{
    content: "";
    position: absolute;
    left: 26px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    transform: translateY(-70%) rotate(45deg);
    z-index: 1;
}
li a.menu-item::after{
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 834px){
ul.cpmenu::after{
    width:48%;
    margin:0.5%;
}
ul.cpmenu li{
    margin:0.5%;
    width:32%; 
}
li a.menu-item {
    font-size: 1em;
    height: 60px;
}
li a.menu-item img.menu-arrow{
    width: 20px;
} 
li a.menu-item img{
    width: 38px;
}
}
@media screen and (max-width: 550px){
ul.cpmenu::after{
    width:100%;
    margin-bottom:0.5%;
}
ul.cpmenu li{
    margin-bottom:0.5%;
    width:100%;
}
li a.menu-item {
    font-size: 1em;
    height: 70px;
    }
}


/****箱****/
.box-inner{
    margin:1.5rem;
}
@media screen and (min-width: 768px){
    .box-inner-inner{
        min-height:450px;
    }
}

.green-box{
    background-color: #fff;
    border: #00a384 solid 2px;
    line-height: 1.25;
}
.green-header{
    background: #00a384;
    padding:8px;
}
.navy-box{
    background-color: #fff;
    border: #00003e solid 2px;
    margin: 1rem auto;
}
.navy-header{
    background: #00003e;
    padding:4px;
}
.white-box{
    border:2px solid #000;
    padding:0.5em;
    margin-top:1rem;
    background: #fff;
    color: var(--black);
}
.blue-box{
    background-color: #fff;
    border: #006fbc solid 2px;
    padding: 1em;
}
.cream-box{
    background: #fff697;
    padding: 10px 20px;
    margin-top:1rem;
    margin-bottom:1rem;
}
.sky-header{
    background: #efea45;
    padding:8px;
    color: #fff;
    font-weight: bold;
}
.sky-box{
    background: #fff;
    margin-top:1rem;
    margin-bottom:1rem;
    border:2px solid #efea45;
}
.red-box{
    background-color: #fff;
    border: #e60012 solid 2px;
    margin: 1rem auto;
    max-width: 750px;
}
.red-header{
    background: #e60012;
    padding:8px;
    color: #fff;
    font-weight: bold;
}
.yellow-box{
    background: #fffbc7;
    padding:1rem 2rem;
    border-radius: 20px;
}
.blue-line-box{
    border:2px solid var(--blue);
    border-radius: 10px;
    padding:1rem;
}

ul.precautions{
    list-style: disc;
    padding-left: 20px;
}
ul.precautions li{
    margin-top:.5em;
}

/****揃え****/
.a-left{
    justify-content: start;
    text-align: left;
}
.a-center{
    text-align: center;
    margin:auto
}
.a-right{
    text-align: right;
}


/****文字****/
.note{
    /*font-size: .9em;*/
    font-size: .8em;
    font-weight: normal;
    margin-top: .5em;
}
.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-pink{
    color: var(--c-pink);
}
.c-pink a{
    color: var(--blue);
    text-decoration: underline;
    font-weight: bold;
}
.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;
}
.h-90{
    min-height: 90px;
    display: table;
    width: 100%;
}
.h-120{
    min-height: 120px;
    display: table;
    width: 100%;
}
.w100{
    width: 100%;   
}
.line-dot{
    position: relative;
}
.line-dot::after{
    position: absolute;
    background-image: linear-gradient(to right, var(--c-pink), var(--c-pink) 2px, transparent 2px, transparent 8px);
    background-size: 4px 2px;
    background-repeat: repeat-x;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    height: 2px;
    width: 56%;
    content: "";
}

.bb-gray-solid{
    border-bottom: 2px solid #ccc;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}
.bb-gray-dot{
    border-bottom: 2px dotted #ccc;
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}
.bb-green-dot{
    border-bottom: 2px dotted var(--green);
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}


/****背景色***/
.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;
}
.bg-lightblue{
    background: var(--l-blue);
    padding: 2rem 2.5rem;
    border-radius: 10px;
}

/***ボタン****/
.nokogiri-btn{
    margin: 1rem auto;
    position: relative;
    display: inline-block;
}
a.nokogiri-btn{
    padding: 12px 46px 12px 30px;
    border-radius: 100vh;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.35;

    color:#fff;
    background: var(--c-pink);
    text-decoration: none;
    display: inline-block;
}
a.nokogiri-btn.blue-btn{
    background: var(--blue);
}
.nokogiri-btn:before, 
.nokogiri-btn:after {
    position: absolute;
    content: '';
    top: calc(50% - 1px);
    right: 20px;
    width: 12px;
    height: 3px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: calc(100% - 1px) 50%;
}
.nokogiri-btn:before {
    transform: rotate(45deg);
}
.nokogiri-btn:after {
    transform: rotate(-45deg);
}
.external-link::before{
    content: none;
}
.external-link::after{
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/visit/otoku/otoku_tokyowan/img/ico-ext-link_w.svg) no-repeat center center;
    background-size: contain;
    transform: rotate(0deg);
    border-radius: 0;
    top:calc(50% - 6px);
}

.btn-pink,
a.btn-pink{
    background: var(--pink);
    color: #fff;
}
.btn-blue,
a.btn-blue{
    background: var(--blue);
    color: #fff;
}
.btn-img:hover,
a.btn-img:hover{
    opacity: .7;
}

@media print, screen and (min-width: 768px){
    .column-media {
        margin-top: .5em;
    }
}
@media print, screen and (min-width: 768px){
    .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;
    }
}

.box-2clm{
    display: flex;
    gap: 1rem;
}
.box-2clm .box-2clm-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .2em;
}

.column-layout.align-center{
    align-items: center;
}

@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:url(../img/mv_bg.png) repeat center top;
}
.main-visual .mv_inner{
    background: url(../img/mainvisual_photo_sp.png) no-repeat;
    background-size: 160%;
    background-position: calc(50% - 30px) top;
    max-width: 1199px;
    margin: 0 auto;
    padding-top: 5em;
    padding-bottom: 2em;
    position: relative;
}
.main-visual h1{
    width: 66%;
    max-width: 407px;
    margin: 0 auto;
}
.main-visual h1 img{
    width: 100%;
    height: auto;
}
.main-visual .mv_date{
    margin-top: 1em;
    padding: 0 1em;
}
.main-visual .mv_inner .mv_copy{
    position: absolute;
    content: "";
    top: 4%;
    left: 5%;
    width: 44%;
}
.main-visual .mv_inner .mv_copy img {
    width: 100%;
    height: auto;
}

@media print, screen and (min-width: 580px){
    .main-visual .mv_inner{
        padding-top: 8em;
    }
}

@media print, screen and (min-width: 768px){
    .main-visual .mv_inner{
        background: url(../img/mainvisual_photo_sp.png) no-repeat;
        background-size: cover;
        background-position: calc(50% - 60px) top;
        padding-top: 5em;
    }
    .main-visual .mv_date{
        margin-top: 1em;
        padding: 0;
    }
    .main-visual .mv_inner .mv_copy{
        width: 40%;
    }
}

@media print, screen and (min-width: 1024px){
    .main-visual .mv_inner{
        background: url(../img/mainvisual_photo.png) no-repeat center top;
        background-size: auto;
        padding-top: 6.8em;
    }
}

/* 主要駅からの発売額 */
.table-box h3{
    color: var(--blue);
    font-weight: 700;
    margin-bottom: .5em;
}
.table-box p{
    text-align: center;
    color: var(--blue);
    margin-top: 1.5em;
    font-weight: 700;
}

/* マップ */
.map-img img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 0px 1px var(--gold);
}

/* 電車＆バス乗車券詳細 */
.kippu-detail{
    margin-top: 3rem;
}
.kippu-detail h2{
    background: var(--blue);
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: .8em;
    padding: .5em 1em;
}
.kippu-detail h3{
    color: var(--blue);
    margin-bottom: .5em;
}
.kippu-detail dl{
    display: grid;
    grid-template-columns: 87px 1fr;
    align-items: center;
    gap: 10px;
    color: var(--blue);
    margin-bottom: 1em;
}
.yutai-box h2{
    background: var(--pink);
}
.yutai-box h3{
    color: var(--pink);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

/* --- アコーディオン全体のスタイル --- */
.fare-accordion {
    border-radius: 6px;
    /*max-width: 900px;*/ /* 2並びにするため全体の最大幅を広げています */
    margin: 3.4rem auto;
    font-family: sans-serif;
    overflow: hidden;
}
  
/* --- タイトル部分 --- */
.fare-accordion summary {
    padding: 1em 0;
    font-weight: 700;
    background: var(--white);
    cursor: pointer;
    outline: none;
    list-style: none;
    position: relative;
    text-align: center;
    color: var(--blue);
    font-size: 1.8rem;
    display: block;
}
.fare-accordion summary::-webkit-details-marker {
    display: none;
}
.fare-accordion summary::-webkit-details-marker {
    display: none;
} 
.fare-accordion summary::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 3px;
    background-color: var(--blue2);
    transform: translateY(-50%);
    transition: transform 0.2s ease-out;
}
.fare-accordion summary::before {
    content: '';
    position: absolute;
    right: 28px;
    top: 50%;
    width: 3px;
    height: 20px;
    background-color: var(--blue2);
    transform: translateY(-50%);
    transition: transform 0.2s ease-out, opacity 0.2s;
}
.fare-accordion[open] summary::before {
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}
.fare-accordion details[open] summary::after {
    transform: translateY(-30%) rotate(-135deg);
}
  
/* --- 中身のレイアウト設定 --- */
.accordion-content {
    max-height: 500px;
    overflow-y: auto;
}

/* PC等では2列に並べるためのFlexbox設定 */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em 0;
}
  
.table-block {
    width: 49%;
    box-sizing: border-box;
}
  
/* --- テーブルのスタイル --- */
.fare-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
}
.fare-table tbody td:nth-child(1){
    background:#CFE4FA;
}
.fare-table tbody td:nth-child(2),
.fare-table tbody td:nth-child(3) {
    text-align: center;
    background: var(--white);
}
  
/* 見出しの固定 */
.fare-table th {
    /*position: sticky;*//*追従を解除*/
    top: 0;
    background: var(--blue2);
    color: var(--white);
    font-weight: normal;
    padding: .7em 1em;
    border: 1px solid #999;
    z-index: 1;
}
  
.fare-table td {
    padding: 8px 15px;
    border: 1px solid #999;
}
  
/* --- レスポンシブ対応 --- */
@media (max-width: 600px) {
    .table-block {
      width: 100%;
    }
    .fare-table th, 
    .fare-table td {
        width: calc(100% / 3);
        box-sizing: border-box;
    }
    .table-block:last-child .fare-table thead {
        display: none;
    }
    .table-block:first-child {
      border-right: none;
      padding-bottom: 10px;
    }
}

/* 店舗一覧 */
.shop-category__title{
    color: var(--blue);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
}

.shop:has(#shop-activity:checked) .shop-item:not(.activity),
.shop:has(#shop-gourmet:checked) .shop-item:not(.gourmet),
.shop:has(#shop-souvenir:checked) .shop-item:not(.souvenir),
.shop:has(#shop-hotel:checked) .shop-item:not(.hotel) {
    display: none;
}
.shop:has(#shop-activity:checked)
.shop-area:not(:has(.shop-item.activity)) {
    display: none;
}
.shop:has(#shop-gourmet:checked)
.shop-area:not(:has(.shop-item.gourmet)) {
    display: none;
}
.shop:has(#shop-souvenir:checked)
.shop-area:not(:has(.shop-item.souvenir)) {
    display: none;
}
.shop:has(#shop-hotel:checked)
.shop-area:not(:has(.shop-item.hotel)) {
    display: none;
}

.shop-btn input[type="radio"]{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shop-btn__icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.shop-btn__icon.activity{
    background:url(../img/icon_activity.svg) no-repeat center;
}
.shop-btn__icon.gourmet{
    background:url(../img/icon_gourmet.svg) no-repeat center;
}
.shop-btn__icon.souvenir{
    background:url(../img/icon_souvenir.svg) no-repeat center;
}
.shop-btn__icon.hotel{
    background:url(../img/icon_hotel.svg) no-repeat center;
}

.shop-btn:has(input:checked){
    background: var(--blue2);
    color:#fff;
}

.shop-aside{
    text-align: center;
    margin:0 0 3.5em 0;
}
.shop-aside p{
    color: var(--blue2);
}
.shop-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.shop-buttons .shop-btn{
    border:1px solid var(--blue2);
    color: var(--blue2);
    padding: .6em 1em;
    border-radius: 8px;
    text-decoration: none;
    font-size: .9em;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 48%;
}

@media print, screen and (min-width: 1024px){
    .shop-buttons{
        justify-content: center;
        flex-direction: column;
    }
    .shop-buttons .shop-btn{
        flex:1;
        font-size: 1.1em;
        padding: .8em 1em;
    }

    .shop-aside{
        margin:0 -8em 3.5em -8em;
    }
    .shop-buttons{
        flex-direction: row;
    }
}

.shop-btn__text{
    flex:1;
    text-align:center;
}
.shop-area h3{
    margin: 2em 0 1em 0;
    font-size: 2.8rem;
    font-weight: 700;
    padding: 0;
    text-align: center;
}
.ttl_futtsu{
    color: #008CD6;
    
}
.ttl_kyonan{
    color: #00A161;
}
.ttl_minamibousou{
    color: #EB612A;
}

.shop-list{
    background: #efefef;
    margin-bottom: 1.75em;
    padding: 2em;
    border-radius: 30px;
}
.shop-list h4{
    color: var(--black);
    font-size: clamp(2.2rem, 2.1rem + 0.33vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 1em;
    padding: 0 1.5em .3em 0;
    line-height: 1.25;
    display: block;
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--black);
    position: relative;
}
.shop-list h4 span{
    color: var(--white);
    background:url(../img/number_bg_blue.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    line-height: 1.6;
    font-size: .9em;
}
.town_kyonan.shop-list h4 span{
    background:url(../img/number_bg_green.svg);
}
.town_minamibousou.shop-list h4 span{
    background:url(../img/number_bg_orange.svg);
}

.shop-list.town_futtsu{
    background: var(--l-blue);
}
.shop-list.town_futtsu h4{
    color: #008CD6;
    border-bottom: 2px solid #008CD6;
}

.shop-list.town_kyonan{
    background: #D9F4DF;
}
.shop-list.town_kyonan h4{
    color: #00A161;
    border-bottom: 2px solid #00A161;
}
 
.shop-list.town_minamibousou{
    background: #FFE8DE;
}
.shop-list.town_minamibousou h4{
    color: #EB612A;
    border-bottom: 2px solid #EB612A;
}

.shop-list h4.cat_activity::after, 
.shop-list h4.cat_gourmet::after,
.shop-list h4.cat_souvenir::after,
.shop-list h4.cat_hotel::after{
    position: absolute;
    content: '';
    top: -5px;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}
.shop-list h4.cat_activity::after{
    background: url(../img/icon_activity.svg) no-repeat center;
}
.shop-list h4.cat_gourmet::after{
    background: url(../img/icon_gourmet.svg) no-repeat center;
}
.shop-list h4.cat_souvenir::after{
    background: url(../img/icon_souvenir.svg) no-repeat center;
}
.shop-list h4.cat_hotel::after{
    background: url(../img/icon_hotel.svg) no-repeat center;
}

.shop-detail{
    gap: 1.25em;
}
.shop-detail__image{
    width: 100%;
    margin-bottom: 1em;
}
.shop-detail__contents{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .8em;
}

.tokuten-box{
    background: var(--white);
    padding: .6em;
    border-radius: 8px;
    display: flex;
    gap: 1em;
    align-items: center;
    font-weight: 700;
}
.tokuten__title{
    background: #C88B0E;
    color: var(--white);
    border-radius: 5px;
    padding: .1em 0;
    width: 26%;
    text-align: center;
}
.tokuten__text{
    color: #ED7A86;
    font-size: 1.8rem;
    width: 74%;
}

@media print, screen and (min-width: 768px), screen and (orientation: landscape) {
    .shop-detail{
        display: flex;
    }
    .shop-detail__image{
        width: 30%;
    }
    .shop-detail__contents{
        width: 70%;
    }
    .tokuten__title{
        width: 16%;
    }
    .tokuten__text{
        width: 84%;
    }
}

/***観光スポット****/
.sightseeing h3{
    text-align: center;
    color:var(--green);
    font-size: clamp(2.0rem, 1.6rem + 1.33vw, 2.8rem);
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 1em;
    padding: 0 3em;
    display: inline-block;
    position: relative;
}

.sightseeing h3::before, 
.sightseeing h3::after{
    position: absolute;
    content: '';
    background: url(../img/spot_illust_mountain.svg) no-repeat center;
    background-size: contain;
    width: 59px;
    height: 52px;
    top: 8px;
    bottom: 0;
    margin: auto;
}
.sightseeing h3::before{
    left: 0;
}
.sightseeing h3::after{
    right: 0;
}
.sightseeing h3 span{
    font-size: 1.8rem;
}
.sightseeing h4{
    color:var(--green);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1em;
}
.sightseeing h4 span{
    font-size: 1.6rem;
}
.sightseeing h5{
    color:var(--green);
    font-weight: 700;
}

.clm3-2-layout .clm3-2-item_left figure{
    display: flex;
}
.clm3-2-layout .clm3-2-item_left figure img{
    width: 50%;
    height: 100px;
    object-fit: cover;
}
.clm3-2-layout .clm3-2-item_right{
    
}

@media print, screen and (min-width: 768px){
    .clm3-2-layout{
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 2em;
    }
    .clm3-2-layout .clm3-2-item_left figure{
        display: block;
    }
    .clm3-2-layout .clm3-2-item_left figure img{
        width: 100%;
        height: auto;
        object-fit: inherit;
    }
}

/***きっぷ案内表****/
.kippu-info{
    background: var(--white);
    padding: 2em 0;
}
.kippu-info__inner{
    max-width: 100%;
    margin: 0 auto;
}
@media print, screen and (min-width: 768px){
    .kippu-info__inner{
        max-width: 78%;
    }
}
.kippu-info h2{
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    border: 2px solid var(--black);
    border-bottom: none;
}
.kippu-info table{
    width: 100%;
    margin-bottom: 3em;
    font-family: 'Noto Sans JP', sans-serif;
}
.kippu-info table th, .kippu-info table td{
    border:2px solid var(--black);
    padding: .5em 1em;
    font-weight: 600;
    vertical-align: middle;
}
.kippu-info table th{
    background: var(--white);
    width: 32%;
    font-size: 1.2em;
    
}
.kippu-info table th span{
    font-size: 1.5rem;
}
.kippu-info table td{
    background: var(--yellow);
    width: 68%;
}
.kippu-info table .p-big{
    font-weight: 700;
}
@media print, screen and (min-width: 768px){
    .kippu-info table th{
        width: 25%;
        text-align: justify;
        text-align-last: justify;
    }
    .kippu-info table td{
        width: 75%;
    }
}

/* その他 */
.oneway-box{
    text-align: center;
    margin-bottom: 2.4em;
}
.oneway-box .oneway-box__inner{
    display: inline-block;
    padding: 2rem 6.5rem;
}
.oneway-box h3{
    color: var(--blue);
    font-size: 2.4rem;
    font-weight: 700;
}
.kippu-info table td.note .p-bold{
    font-weight: 700;
}
@media print, screen and (max-width: 767px) {
    #footer {
  padding-bottom: 24vw;
}
.Pagetop {
  z-index: 10;
  bottom: 16vw;
}
}