@charset "UTF-8";

/* ベースのスタイル */
main {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 2em 0 3em;
    display: flex;
    justify-content: center;
    gap: 1.5em;
}
.right_side{
    max-width: 300px;
    width: 100%;
}

.middle{
    width: 100%;
    max-width: 600px;
}



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

    .right_side{
        display: none;
    }
    

}

/* 取材情報のタイトル */
.h1 {
    background-image: url(../img/22268531.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    color: white;
    font-size: 24px;
    padding: .5em 1.5em;
    text-align: left;
    margin-bottom: 2em;
}

/* 取材画像のスタイル */
img {
    max-width: 100%;
    height: auto;
}

/* 各取材の日付の見出し */
h2 {
    font-size: 1.5em;
    color: #555;
    margin: 40px 0 10px;
    text-align: left;
}

/* 取材情報の横並びスタイル */
.list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 10px;
    gap: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 取材画像のリンク */
.list a {
    text-decoration: none;
    color: inherit;
}

/* 取材画像のサイズ */
.list a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}

/* 取材画像のリンク */
.list a {
    text-decoration: none;
    color: inherit;
}

/* 取材画像のサイズ */
.list a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}

.prefecture_search{
    background-color: white;
    padding: 10px 0 10px 20px;
    border-radius: 10px;
    margin-right: 20px;
}

/* レスポンシブ対応 */
@media (max-width: 450px) {

    .list {
    justify-content: left;
    gap: 10px;
    }
}



/* 全ての地域共通のスタイル */
.region {
    font-weight: bold;
    text-decoration: none;
}
.input{
    background: white;
    padding: 10px;
    border: #555 solid 1px;
}


/* ここまで */
.first_title{
    background-color: #F90001;
    color: white;
    padding: .3em 1em;
    margin-bottom: .5em;
}

.second_title{
    background-color: #004ff9;
    color: white;
    padding: .3em 1em;
    margin-top: 3em;
    margin-bottom: .5em;
}
.right_side li{
    width: 100%;
    list-style: none;
    margin-bottom: 1em;
    border: 1px solid #4b4b4b;
}
.event_list{
    width: 100%;
    height: 100px;
    position: relative;
}
.event_list h3{
    width: 100%;
    font-size: .9em;
    background-image: url(../img/22435299.jpg);
    background-size: cover;
    height: 60px;
    color: white;
    padding: 20px 0 0 120px;
}

.event_list a{
    padding-left: 120px;
    display: block;
    height: 40px;
    background-color: white;
    text-decoration: none;
    font-weight: bold;
    color: #535353;
}

.event_list a img{
    height: 25px;
    padding-left: 20px;
    padding-top: 12px;
    width: auto;
}

.left_pic{
    top: 5px;
    left: 5px;
    position: absolute;
    width: 90px;
    height: 90px;
}

.left_pic img{
    width: 100%;
    height: 100%;
}

/* ここまで */

/* 評価画像と評価の数字を横並びに表示 */
.rating-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rating-image {
    flex: 7;
    display: flex;
    justify-content: right;
    margin-right: 10px;
}

.rating-image img {
    width: 70%;
}

.rating-score {
    flex: 3;
    margin-top: 3px;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
}
.rating-score span{
    font-size: .6em;
    padding-top: 0;
    padding-bottom: 3px;
}
.event-count {
    color: rgb(100, 100, 100); /* 灰色 */
    font-size: .4em;
}
.final-img {
    all: unset;
    width: 100px !important;
    height: 21px!important;
    object-fit: contain; 
    display: block;
    margin-right: 0px !important;
}

.final-score {
    font-weight: bold;
    color: #333;
    margin-top: 2px;
    margin-left: 5px;
    font-size: 1.0em;
}

.final-rating {
    display: flex;
    align-items: center;
    gap: 3px; /* アイコンとスコアの間隔を調整 */
}



.shop-image {
    max-width: 100%;
    height: auto;
}


.info-box{
    padding: 2em 0;
}

.info-box{
    border-radius: 2em;
}
.info-title{
    padding: .5em 1em;
    background-color: #c2b8ae;
}
.info-content{
    padding: .5em 1em;
    background-color: #fafafa;
    margin-bottom: 1.5em;
}
.info-content a{
    color: #333;
    text-decoration: none;
}





/* ここまで */


.tab-1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin-top: 1em;
}

.tab-1 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #e9f0f6;
    color: #535353;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: #d02525 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #333333;
}

.tab-1 label:has(:checked) + div {
    display: block;
}

/* ここまで */

.event-group {
    margin-bottom:
    30px;
}
.event-date {
    font-size: 1.2em; 
    font-weight: bold; 
    margin-bottom: 10px;
}
.event-item { 
    display: flex; 
    align-items: center; 
    margin-bottom: 10px;
    padding-bottom: 1em;
    border-bottom: 1px dotted #222;
}
.event-img { 
    flex: 1;
    width: 100px; 
    height: 100px; 
    margin-right: 20px; 
}
.event-info{
    flex: 9;
}
.event-name { 
    font-size: 1.2em; 
    margin-bottom: 5px; 
}
.ticket-time { 
    color: gray; 
}

.model_name{
    font-size: .8em;
    max-width: 100%;
    font-weight: bold;
}


.shop-name {
    text-decoration: none;
    color: #313131;
    margin-left: 30px;
    font-size: 1.2em;
    font-weight: bold;
}
.event-name {
    text-decoration: none;
    color: #313131;
    font-size: 1.2em;
    font-weight: bold;
}
.region {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
}


@media screen and (max-width: 450px) {
    .tab-1 > label {
        flex: 1 1;
        order: -1;
        min-width: 70px;
        padding: .7em 1em .5em;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
        background-color: #e9f0f6;
        color: #535353;
        font-size: .7em;
        text-align: center;
        cursor: pointer;
    }
    .event-item img {
        width: 55px;
        height: 55px;
        margin-right: 30px;
    }
    .shop-name {
        text-decoration: none;
        color: #313131;
        font-size: .8em;
    }
    .event-name {
        text-decoration: none;
        color: #313131;
        font-size: .8em;
    }
    .region {
        font-weight: bold;
        text-decoration: none;
        font-size: 1em;
    }
  }

  /* ここまで */

  
  .right_side_responsive ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.right_side_responsive li{
    width: 100%;
    max-width: 290px;
    list-style: none;
    border: 1px solid #4b4b4b;
}

.right_side_responsive{
    display: none;
}

@media screen and (max-width: 900px) {
    
    .right_side_responsive{
        display: block;
    }
  }

@media screen and (max-width: 600px) {
    
    .right_side_responsive ul{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .right_side_responsive li{
        width: 100%;
        max-width: 100%;
    }
    .model_name {
        font-size: 0.6em;
        font-weight: bold;
    }    
  }



/* 曜日部分だけの色分け */
.event-date span.sunday {
    color: rgb(189, 14, 14);
}

.event-date span.monday {
    color: rgb(0, 0, 0);
}

.event-date span.tuesday {
    color: rgb(0, 0, 0);
}

.event-date span.wednesday {
    color: rgb(0, 0, 0);
}

.event-date span.thursday {
    color: rgb(0, 0, 0);
}

.event-date span.friday {
    color: rgb(0, 0, 0);
}

.event-date span.saturday {
    color: rgb(18, 18, 187);
}




/* 親タブ部分 */
.parent-tabs {
    width: 100%;
    margin-top: 2em;
}

.parent-tabs input[type="radio"] {
    display: none;
}
.parent-tab-labels {
  display: flex;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.15); /* 下だけ影 */
  z-index: 1;
  position: relative;
}

/* ラベル部分だけ横並び */
.parent-tab-labels > label {
    width: 50%;
    flex: 1 1 50%;      /* 幅は自動で 50% × 2 ＝100% になる */
    display: block;    
    text-align: center;
    padding: 0.8em 1em 0.6em;
    background-color: #fff;
    color: #535353;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    transition: color 0.3s ease;
}

/* 中央の縦線（ラベル1とラベル2の間） */
.parent-tab-labels > label:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 40%;
    background-color: #ccc;
}

/* 選択されたタブの文字色変更 */
.parent-tabs:has(#tab-parent1:checked) label[for="tab-parent1"],
.parent-tabs:has(#tab-parent2:checked) label[for="tab-parent2"] {
    color: #b63131;
}

/* 下線アニメーション（文字の真下） */
.parent-tab-labels > label::before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 15%;
    height: 3px;
    width: 0;
    background-color: #b63131;
    transition: width 0.4s ease;
}

/* 対応inputがcheckedのとき下線を伸ばす */
.parent-tabs:has(#tab-parent1:checked) label[for="tab-parent1"]::before,
.parent-tabs:has(#tab-parent2:checked) label[for="tab-parent2"]::before {
    width: 70%;
}


/* 子タブラベル部分 */
.child-tab-labels {
    display: flex;
    width: 100%;
}

.child-tab-labels input[type="radio"] {
    display: none;
}

.child-tab-labels label {
    display: inline-block;
    background-color: #e9f0f6;
    color: #535353;
    padding: .5em 1em;
    border-radius: 5px;
    font-size: .9em;
    cursor: pointer;
    width: 25%;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}

/* チェックされたタブのスタイル */
.child-tabs input[type="radio"]:checked + label {
    background-color: #fff;
    border-color: #F90001 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #333333;
}

/* ラジオボタンは非表示に */
.child-tab-labels input[type="radio"] {
    display: none;
}

@media screen and (max-width: 600px) {
    .parent-tab-labels > label {
        width: 50%;
        display: block;
        text-align: center;
        padding: .7em 1em .7em;
        border-bottom: 1px solid #f0f0f0;
        background-color: #e9f0f6;
        color: #535353;
        font-size: .9em;
        font-weight: bolder;
        cursor: pointer;
        box-sizing: border-box;
    }
  }


  .poster{
    width: 100px !important;
    height: 140px !important;
    margin-right: 30px !important;
  }
  .event-article{
    padding: .5em;
    border: 2px solid rgb(221, 221, 221);
    background-color: #fff9f7;
    width: 100%;
  }
  .event-article-link{
    text-decoration: none;
  }
  .event-article-link:hover{
    text-decoration: none !important;
  }
  .article-title{
    color: #004ff9;
  }
  .article-content{
    font-size: .9em;
    color: #333333;
  }
  .to_shop_details{
    width: 100%;
  }

  @media screen and (max-width: 600px) {
    .poster{
        width: 85px !important;
        height: 120px !important;
        margin-right: 10px !important;
      }
      .past_date{
        font-size: .85em;
      }
      .event-article-link{
        font-size: .9em;
      }
}

    .remind{
        text-align: center;
        font-size: 12px;
        margin-bottom: 30px;
    }
      @media screen and (max-width: 600px) {
        .remind{
        text-align: center;
        font-size: 13px;
    }
}

.pr{
    font-size: .8em;
}