/* ヘッダー
====================================================*/
header {
    width: 100%;
    padding: 6.5% 0;
    background-color: #ff7f00;
}
.header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}
.header_logo_img {
    width: 50%;
}
@media screen and (max-width: 500px) {
    .header_logo_img {
        width: 85%;
    }
}
/* タイトル
====================================================*/
.main_t0 {
    padding: 3% 0 1.3%;
    font-size: min(3.6vw, 40px);
    font-weight: 500;
    text-align: center;
    color: #ff7f00;
    border-bottom: solid 3px #ff7f00;
}
@media screen and (max-width: 500px) {
    .main_t0 {
        padding: 3vw 0 1.3vw;
        font-size: 5.4vw;
        border-bottom: solid 3px #ff7f00;
    }
}
/* メイン
====================================================*/
.main {
    width: 90%;
    margin: 4% auto;
    padding: 4% 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #eaeaea;
    border-radius: min(3vw, 36px);
}
.main_in {
    width: 88%;
    margin: 0 auto;
    padding: 2% 4% 6%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: min(1vw, 12px);
}
.main p {
    font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem); /* 14px~16px */
    text-align: left;
}
.main h4 {
    font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
    text-align: left;
}
@media screen and (max-width: 500px) {
    .main {
        width: 95%;
        margin: 4vw auto;
        padding: 4vw 0;
    }
    .main_in {
        width: 95%;
        margin: 0 auto;
        padding: 2vw 3vw 6vw;
    }
}
/* 運営事務局
====================================================*/
.main-office {
    width: 80%;
    padding-bottom: 4%;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
}
.arrow_box {
    position: relative;
    background: #ff7f00;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: min(3vw, 36px);
    font-weight: bold;
    border-radius: 18px;
    margin-bottom: 5%;
    margin-top: 5%;
}
.office_f {
    margin-top: 1%;
    font-weight: 500;
    line-height: 140%;
    font-size: min(2vw, 24px);
    font-weight: bold;
}
.office_img {
    width: 60%;
    padding: 3% 0;
}
.office_box {
    box-sizing: border-box;
    width: 88%;
    margin: 0 auto;
    padding: 4%;
    border: 5px;
    border: solid 2vw #adcf25;
    font-size: min(5vw, 60px);
    font-weight: bold;
}
.arrow_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(255, 127, 0, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 27px;
    border-right-width: 27px;
    margin-left: -27px;
    border-top-color: #ff7f00;
    top: 100%;
    left: 50%;
}
.office_box_in1 {
    font-size: min(2vw, 24px);
    font-weight: bold;
    line-height: 160%;
}
.office_box_in2 {
    font-size: min(1.5vw, 18px);
    font-weight: bold;
    line-height: 160%;
}

@media screen and (max-width: 500px) {
    .main-office {
        width: 95%;
        margin: 4vw auto;
        padding: 3px 0;
    }
    .arrow_box {
        font-size: 4vw;
        border-radius: 12px;
        margin-bottom: 8vw;
        margin-top: 3vw;
    }
    .arrow_box:after {
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 17px;
        border-right-width: 17px;
        margin-left: -17px;
    }
    .office_f {
        font-size: 4vw;
    }
}
/* 公式選挙活動ツール ダウンロード
====================================================*/
.tool-dl {
    background-color: #fff9e6;
    border: solid 1px #ff9100;
    margin-bottom: 4%;
    text-align: center;
    padding: 15px 30px;
}
.tool-dl p {
    text-align: center;
    font-size: clamp(14px, 2vw, 24px);
}
.btn-dl {
    background-color: #ff7f00;
    color: #fff;
    position: relative;
    text-align: center;
    display: block;
    z-index: 2;
    border-radius: 8px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: -4px 4px 0px 0px #bd5e00;
    box-shadow: -4px 4px 0px 0px bd5e00;
    margin: clamp(1rem, 0.6364rem + 1.8182vw, 2rem) 0;
}
.btn-dl:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 0px 0px #ff7f00;
    box-shadow: 0px 0px 0px 0px #ff7f00;
    bottom: -4px;
    left: -4px;
}
.btn-dl span {
    display: block;
    padding: 18px;
    position: relative;
    z-index: 4;
    font-size: clamp(15px, 2.5vw, 32px);
    line-height: 1;
    font-weight: bold;
}


/* オリジナル宿泊券/利用可能宿・ホテル一覧テーブル
====================================================*/
.yado-campaign-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
.yado-campaign-table th,
.yado-campaign-table td {
    border-top: 1px solid #ff7f00;
    border-left: 1px solid #ff7f00;
}
.yado-campaign-table th {
    padding: 8px 5px;
    background: #ff7f00;
    color: #ffffff;
    font-size: clamp(0.5rem, 0.4545rem + 0.2273vw, 0.625rem);
}
.yado-campaign-table tr:nth-child(even) th {
    background: #ffffff;
    color: #000000;
}
.yado-campaign-table td {
    padding: 4px 5px;
    background: #fce7d9;
    color: #000000;
    font-size: clamp(0.5rem, 0.4545rem + 0.2273vw, 0.625rem);
}
.yado-campaign-table tr:nth-child(even) td {
    background: #ffffff;
}
.yado-campaign-table th:last-child,
.yado-campaign-table td:last-child {
    border-right: 1px solid #ff7f00;
}
.yado-campaign-table tr:last-child th,
.yado-campaign-table tr:last-child td {
    border-bottom: 1px solid #ff7f00;
}
.yado-campaign-table tr:not(:first-child) th,
.yado-campaign-table tr:not(:first-child) td {
    border-top: none;
}
/* お知らせリスト
====================================================*/
.news-header{
    width:90%;
    max-width:900px;
    margin:60px auto 30px;
    text-align:center;
    position:relative;
}
.news-main-title{
    font-size: clamp(1rem, 0.4118rem + 2.9412vw, 2.25rem);
    font-weight:bold;
    color:#333;
    position:relative;
    display:inline-block;
    padding-bottom:12px;
}
.news-main-title::after{
    content:"";
    display:block;
    width:60%;
    height:4px;
    background:#ff7f00;
    margin:10px auto 0;
    border-radius:4px;
}
.news-header::before{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background:#ff7f00;
    opacity:0.08;
    border-radius:50%;
    top:-30px;
    left:50%;
    transform:translateX(-50%);
    z-index:-1;
}
.list-wrap {
    width: 90%;
    margin: 40px auto;
}
.list-wrap a {
    text-decoration: none;
    color: inherit;
}
.list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease;
}
.list-item:hover {
    background: #fafafa;
}
.list-item-img {
    width: 140px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.list-item-left {
    flex: 1;
    text-align: left;
}
.list-item-left .news-date {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 6px;
}
.list-item-left .news-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
}
.list-item:hover .news-title {
    color: #ff7f00;
}
.paginationWrap ul.pagination li a.active {
  background-color: #ff7f00;
  color: white;
}

.back-btn {
    display: inline-block;
    margin: 40px auto;
    background: #ff7f00;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
}
.back-btn:hover {
    background: #a3161c;
}
@media (max-width: 768px) {
    .list-item {
        gap: 12px;
    }

    .list-item-img {
        width: 100px;
        height: 70px;
    }

    .news-title {
        font-size: 1rem;
    }
}

/* お知らせ詳細
====================================================*/
.news-detail-wrap{
    width: 95%;
    margin:60px auto;
    text-align: left;
}
.news-detail-title{
    font-size:1.8rem;
    font-weight:bold;
    margin-bottom:15px;
    color:#333;
    border-left:6px solid #ff7f00;
    padding-left:12px;
}
.news-date{
    font-size:0.9rem;
    color:#888;
    margin-bottom:30px;
}
.news-body{
    font-size:1rem;
    line-height:1.9;
    color:#444;
    margin-bottom:30px;
}
.news-url{
    margin-bottom:30px;
}
.news-url a{
    color:#ff7f00;
    text-decoration:none;
}
.news-url a:hover{
    text-decoration:underline;
}
.news-images{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:15px;
}
.news-images img{
    width:100%;
    border-radius:8px;
    box-shadow:0 4px 10px rgba(0,0,0,0.1);
}
.news-back-btn{
    display:inline-block;
    margin:40px auto;
    background:#ff7f00;
    color:#fff;
    padding:12px 40px;
    border-radius:30px;
    font-weight:bold;
    text-decoration:none;
    transition:.2s;
    margin-right: 2.5%;
}
.news-back-btn:hover{
    background:#a3515b;
}
@media (max-width:500px){
.news-detail-wrap{
    padding:25px;
}
.news-detail-title{
    font-size:1.4rem;
}
.news-back-btn{
    margin:20px auto;
    padding:8px 20px;
    border-radius:15px;
    margin-right: 2.5%;
    font-size: 12px;
}
}