@charset "UTF-8";

.flyer > img {
	display: block;
	width: 100%;
	height: inherit;
	margin: auto;
}

.read {
    font-weight: bold;
}

.h1-mid {
    background: transparent;
    padding: 0;
    /* margin: 2rem 0; */
    font-size: 5rem;
    line-height: 1.2;
    text-align: center;
    color: #555;
}

.h1-mid-misc {
    font-size: 4rem;
    display: block;
    margin-bottom: 0.5rem;
}

.column2x2 {
    display: flex;
    gap: 1rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column2x2 > * {
    /*  */
    position: relative;
    overflow: hidden;
    /* width: calc(50% - 1rem); */
}

.column2x2 > * > div {
    background: black;
    text-align: center;
    color: #fff;
    /* font-weight: bold; */
    padding: 1rem 0;
}

.column2x2 figcaption {
    font-size: 2rem;
    font-weight: bold;
    background: black;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
}

.column2x2 .border-line {
    font-size: 1px;
    background: #fff;
    border: 2rem solid #000;
    border-width: 0 2rem 0;
    padding: 0;
}

.column2x2 img {
    object-fit: cover; /* この一行を追加するだけ！ */
}

.column2x2 img:hover {
    /* border: 2px solid red; */
    /* filter: hue-rotate(30deg); */
    /* filter: saturate(200%); */
    filter: brightness(130%);
    cursor: pointer;
}

.column2x2.extra20260123ex {
    justify-content: space-around;
}

.information {
    width: calc(50% - 1rem);
}

.information > b {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 0.5rem;
}

.enclose06 {
    padding: 1.5rem 3rem;
    background: #555;
    color: #fff;
    line-height: 1.6;
}

/* .enclose202506_cation {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 7rem auto;
    background: #555;
    color: gold;
    padding: 1.5rem 2.5rem 1.3rem;
    text-align: left;
    border-radius: 0.5rem;
} */

.h3-202506 {
    background: #555;
    color: #eee;
    padding: 1.3rem 2rem 1rem;
    font-size: 1.3em;
    vertical-align: baseline;
    border-left: 1.5rem double gold;
}

.column2x2 figcaption.another-cap {
    background: transparent;
    text-align: left;
    color: #333;
    font-size: 1em;
    font-weight:normal;
}

.content-wide {
    width: 100%;
}

.content-wide > article {
    /* width: 960px; */
    padding: 0 2rem;
    margin: auto;
}

.spbr, .spbr-inline {
    display: none;
}

.btn-columns {
	margin:0 1rem;
}

.enclose202506 {
    background: #ddd;
    padding: 1.5rem 2.5rem;
    list-style: 1.6;
    margin: 3rem 0;
    border-radius: 1rem;
}

.enclose202506.ex {
     background: #ce141e;
     font-weight: bold;
     color: gold;
     font-size: 2rem;
     text-align: center;
}

.misc-mid {
    font-size: 3rem;
    display: block;
    padding-bottom: 0.5rem;
    margin: 0 -2.5rem 1rem;
    border-bottom: 2px dashed #fff;
}

.btn-type01_ex {
    display: inline;
    width: 50rem;
    background: maroon;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 0.7rem 2rem 0.5rem;
    margin: 0 0 1rem;
    text-decoration: none;
    border-radius: 5px;
    white-space: nowrap;       /* テキストを1行にする */
  overflow: hidden;          /* 溢れた部分を非表示にする */
  text-overflow: ellipsis;   /* 省略記号を表示する */
}

.whatnew_ex {
    line-height: 2;
}

.whatnew_ex .btn-type01::before
{
    content: "▶ ";
}

.spacer {
    display: block;
    font-size: 0.3rem;
}

.btn-columns .btn-type01 {
    width: 25rem;
}

.btn20251022 {
    display: block;
    padding: 1.2rem 2rem 1rem;
    background: gold;
    border-radius: 1rem;
    margin: 2.5rem auto;
    text-decoration: none;
    color: #ff1100;
}

.btn20251022:hover {
    color: blue;
}

.h2_center {
    text-align: center;
    font-size: 2.3em;
    background: transparent;
    color: black;
    line-height: 1.6;
}

.h2_center small {
    display: block;
    font-size: 0.8em;
}

h3 {
    font-size: 1.5em;
    line-height: 1.8;
}

.columns20260125 {
    width: 75rem;
    margin: 1rem auto 4rem;
}

.inner-column_a, .inner-column_b {
    /* border: 1px solid red; */
    font-size: 1.3em;
    line-height: 1.5;
    display: block;
    width: 32rem;
}

.inner-column_b {
    width: 40rem;
}

.columns2x2-img {
    /* border: 2px solid red; */
    width: 48%;
    height: inherit;
    padding-bottom: 1rem;
}

.columns2x2-img img {
    display: block;
    width: 100%;
    height: inherit;
}

.extra20260123 {
    width: 420px;
    color: #ce141e;
    margin: 0 auto 4rem;
}

.columns-2 {
    width: min(100%, 700px);
    display: flex;
    margin: auto;
    justify-content: space-between;
}

.columns-2 > * {
    display: block;
    width: calc(50% - 2rem);
}

.columns-2 a {
    text-decoration: none;
}

.columns-2 a:hover figcaption {
    color: gold;
}

.columns-2 figure {
    text-align: center;
    border: 10px solid #999;
    background: #999;
}

.columns-2 figure img {
    display: block;
    width: 100%;
}

.columns-2 figure figcaption {
    font-size: 2em;
    font-weight: bold;
    color: #fff;
}

.h2-202602 {
    background: transparent;
    font-size: 2.75em;
    text-align: center;
    color: #ce141e;
}

.list202602 {
    width: fit-content;
    font-weight: bold;
    margin: auto;
}

.list202602 li {
    font-size: 1.5em;
    line-height: 1.6;
}

.fig202602 {
    width: min(100%, 400px);
    margin: 2rem auto;
}

.fig202602-02 {
    width: min(100%, 500px);
    margin: 2rem auto;
}

.fig202602 img {
    display: block;
    width: min(100%, 400px);
}

.fig202602-02 img {
    display: block;
    width: min(100%, 500px);
}


.fig202602 figcaption,
.fig202602-02 figcaption {
    font-size: 1em;
}

.enclose202506_cation {
    /* display: inline-block; */
    width: fit-content;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 7rem auto;
    background: #555;
    color: gold;
    padding: 1.5rem 2.5rem 1.3rem;
    text-align: left;
    border-radius: 0.5rem;
}

.enclose2026_title {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 2rem auto;
    background: #D8090D;
    color: #F9F9F9;
    padding: 1.5rem 2.5rem 1.3rem;
    text-align: left;
    border-radius: 0.5rem;
}

.enclose2026_subtitle {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 2rem auto;
    background: #FFFCFC;
    color: #000000;
    padding: 1.5rem 2.5rem 1.3rem;
    text-align: left;
    border-radius: 0.5rem;
}
    
    
.ex20260413 {
    font-size: 2.3em;
    line-height: 1.5;
    margin: 2rem auto;
    color: #333;
    text-align: center;
}
    
.h3-202506 {
    background: #555;
    color: #eee;
    padding: 1.3rem 2rem 1rem;
    font-size: 1.3em;
    vertical-align: baseline;
    border-left: 1.5rem double gold;
}

.misc20251201 img {
    display: block;
    width: 100%;
    height: inherit;
}



/**
 * 拡大表示用のスタイル
 */

body {
    position:relative;
}


.zoomback {
    /* 絶対位置に配置 */
    position:absolute;
    /* top:0; */
    bottom: 0;
    left: 0;

    z-index: 1000; /* 他の要素より前面に表示 */

    /* 画面いっぱいに */
    width:100vw;
    height:100vh;

    /* 背景を少し透過 */
    background-color:rgba(0,0,0,0.8);

    display: none;

    /* 中のimgを中央揃え */
    /* display:flex; */
    justify-content:center;
    align-items:center;
}


/* 拡大画像のサイズを調整 */
.zoomimg {
    width:50%;
    border:solid 5px #fff;
}

.clickable_img {
    cursor: pointer;
}

/* 拡大表示用のアニメーション */
.deka {
    animation:deka 0.3s ease-out;
}

@keyframes deka {
    from {
        transform:scale(0.8);
        opacity: 0;
    }
}

/** ======================================================
 * 
【スマートフォンレイアウト】
 * 
**/
@media screen and (max-width: 541px) {
    /* .container {
        padding-top: 0;
    } */

    .read {
        margin-top: 1rem;
    }

    .h1-mid {
        font-size: 2.5rem;
    }

    .column2x2 > * {
        flex-direction: column;
    }

    .column2x2 img {
        display: block;
        width: 100%;
    }

    .column2x2 > .information {
        width: 100%;
    }

    .content-wide > article {
        width: 100%;
    }

    .enclose202506_cation {
        display: block;
        width: 100%;
        font-size: 1.5rem;
        margin: 4.5rem 0;
        padding: 1.5rem 2.5rem 1.3rem;
    }

    .spbr  {
        display: block;
    }

    .spbr-inline {
        display: inline-block;
    }

    .information .misc-information202506 {
        display: inline-block;
        font-size: 1.7rem;
        margin-top: -1rem;
    }

    .column2x2 figcaption.another-cap {
        font-size: 1.3rem;
    }

    .column2x2.sp {
        flex-direction: column;
    }
	
	.btn-columns {
		margin: 0;
	}
	
	.btn-columns > * {
		width: 90%;
	}
	
	.btn-columns  .btn-type01 {
		width: 100%;
	}

    .misc-mid {
        font-size: 2rem;
    }

    .whatnew_ex {
        display: block;
    }

    .whatnew_ex .btn-type01 {
        display: block;
        width: 100%;
        margin-bottom: -2rem;
    }

    .misc20251201 img {
        display: block;
        width: 100%;
        height: inherit;
    }

    .extra20260123 {
        width: 100%;
    }

    .h2_center {
        font-size: 1.7em;
    }

    .h2_center small {
        display: block;
        font-size: 0.7em;
    }

    .columns20260125 {
        width: 100%;
    }

    .inner-column_a, .inner-column_b {
        width: 100%;
        font-size: 1em;
    }

    .columns2x2-img {
        padding-bottom: 0.3rem;
    }

    .content-wide > article {
        padding: 0;
    }
    .ex20260413 {
        font-size: 1.3em;
    }

    .h2-202602 {
        font-size: 2em;

    }

    .enclose2026_title {
        font-size: 1.3em;
    }

    /* .column2x2.extra20260123ex {
        flex-direction: column;
    } */
}