h1 {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

#container {
    scrollbar-color: rgba(70, 93, 170, 0.6) rgba(0, 164, 172, 0);
}
#header-site-name a {
    color: #465daa;
} #header-site-name a::after {
    background: #465daa;
}










/* 1024px以上に適用されるCSS（パソコン用） */
@media screen and (min-width: 1024px) {
    #info-frame {
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .background {
        width: 100%;
        height:100%;
        background-image: 
            linear-gradient(to bottom, rgba(176, 196, 214, 0.6), rgba(106, 127, 155, 0.9)),
            url("../../images/dot.png");
            background-blend-mode: overlay; /* グラデーションと画像の重ね方を指定 */
        padding: 30px 0; /* 上 | 右 | 下 | 左 */
    }
    .info-frame-outer {
        max-width: 1320px;
        margin: 0 auto;
    }
    .info-box-flower {
        max-width: 1200px;
        padding: 40px;
        margin: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        border-radius: 350px;
    }
    .info-box-large-bottom {
        max-width: 1370px;
        margin: 0 20px 50px 20px; /* 上 | 右 | 下 | 左 */
        padding: 0 30px;
        color: white;
        line-height: 26px;
        letter-spacing: 1.8px;
    }
    .info-box-large-bottom a{
        text-decoration: none;
        color: white;
        position: relative;
        display: inline-block;
        transition: .2s;
    }
    .info-box-large-bottom a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 1px;
        background-color: white;
        transition: .2s;
        transform: translateX(-50%);
    }
    .info-box-large-bottom a:hover::after{
        width: 75%;
    }
    .info-box-flower-text {
        width: 100%;
        text-align: center;
    } 
    .flower-name {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .flower-name-english {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .flower-hanakotoba {
        color: #444;
        font-size: 16px;
        margin-bottom: 14px;
    }
    .flower-hanakotoba-contents {
        font-size: 30px;
    }
    .flower-image {
        max-width: 500px;
        height: 100%;
        background-size: contain;
        border-radius: 50%;
    }
    .info-box-contents {
        display: flex;
        color: white;
    }
    .info-box-contents-frame {
        width: 320px;
        height: 350px;
        margin: 30px 20px 10px 20px; /* 上 | 右 | 下 | 左 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    .info-box-contents-icon {
        width: 150px;
        height: 150px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 30px;
    }
    .info-box-contents-title {
        font-size: 32px;
        margin-bottom: 26px;
    }
    .info-box-contents-text {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .flower-explanation-outer {
        width: 100%;
        height: 400px;
        background-image: url('../../images/explanation_hanakotoba.webp');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .flower-explanation-dot {
        width: 100%;
        height:100%;
        background-image:url("../../images/dot.png");
        background-color:rgba(0,0,0,0.4);
        display: grid;
        place-items: center;
    }
    .flower-explanation-inner {
        padding: 0 200px;
        color: white;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    } .flower-explanation-inner h4 {
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 34px;
    } .flower-explanation-inner p {
        font-size: 20px;
        margin-top: 20px;
        font-weight: bold;
    }

    .table-outer {
        padding:40px 0;
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    } .flower-table-frame {
        height: 100%;
        overflow-x: auto; /* 横スクロールを自動表示 */
        -webkit-overflow-scrolling: touch; /* スクロールをスムーズにする（モバイル向け） */
        scrollbar-color: rgba(42, 82, 152, 0.5) rgba(30, 60, 114, 0.1);
        scrollbar-width: thin;
    } .flower-table{
        margin: 0 auto;
    } .flower-table tr{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 0.8), rgba(30, 60, 114, 0.8));
        border-radius: 100px;
        margin: 10px 0;
    } .flower-table tr.head-row{
        cursor: auto;
        background-image: none;
    } .site-logo {
        width: 40px;
        height: 40px;
        background-size: contain;
        margin: 0 auto;
        margin-top:10px;
    } .flower-table tr.data-row:hover {
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 1), rgba(30, 60, 114, 1));
    } tr.data-row {
        padding: 13px 0px 13px 18px ; /* 上 | 右 | 下 | 左 */
    } .flower-table th, .flower-table td{
        text-align: center;
        width: 130px;
    } .flower-table th{
        padding: 15px 0;
        color: #333;
        font-size: 13px;
    } .flower-table td{
        color: white;
    } .flower-table th.column1, .flower-table td.column1 {
        width: 240px;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-weight: bold;
        font-size:18px;
        text-align: left;
    } .column1 a {
        color:white;
    } .ads-area-table {
        margin-top: 10px;
        margin-left: 30px;
    } .flower-table td.maru {
        font-family: 'Inter';
        font-size: 40px;
    } .flower-table td.batsu {
        font-family: 'Inter';
        font-size: 40px;
    } .flower-table td.blank {
        font-family: 'Inter';
        font-size: 12px;
    } .flower-table td.rate {
        font-family: 'Inter';
        font-size: 18px;
        line-height:36px;
        border-left: solid 1.5px white;
    } .flower-table td.icon {
        display: flex;
        align-items: center;
    } .flower-table-icon {
        display: inline-block;
        background-size: cover;
        min-width: 50px;
        min-height: 50px;
        margin:8px;
        border-radius: 30px;
    }
}










/* 768px~1023pxに適用されるCSS（タブレット用） */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #info-frame {
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .background {
        width: 100%;
        height:100%;
        background-image: 
            linear-gradient(to bottom, rgba(176, 196, 214, 0.6), rgba(106, 127, 155, 0.9)),
            url("../../images/dot.png");
            background-blend-mode: overlay; /* グラデーションと画像の重ね方を指定 */
        padding: 30px 0; /* 上 | 右 | 下 | 左 */
    }
    .info-frame-outer {
        max-width: 1320px;
        margin: 0 auto;
    }
    .info-box-flower {
        max-width: 1200px;
        padding: 40px;
        margin: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        border-radius: 350px;
    }
    .info-box-large-bottom {
        max-width: 1370px;
        margin: 0 20px 50px 20px; /* 上 | 右 | 下 | 左 */
        padding: 0 30px;
        color: white;
        line-height: 26px;
        letter-spacing: 1.8px;
    }
    .info-box-large-bottom a{
        text-decoration: none;
        color: white;
        position: relative;
        display: inline-block;
        transition: .2s;
    }
    .info-box-large-bottom a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 1px;
        background-color: white;
        transition: .2s;
        transform: translateX(-50%);
    }
    .info-box-large-bottom a:hover::after{
        width: 75%;
    }
    .info-box-flower-text {
        width: 100%;
        text-align: center;
    } 
    .flower-name {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .flower-name-english {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .flower-hanakotoba {
        color: #444;
        font-size: 14px;
        margin-bottom: 14px;
    }
    .flower-hanakotoba-contents {
        font-size: 26px;
    }
    .flower-image {
        max-width: 360px;
        height: 100%;
        background-size: contain;
        border-radius: 50%;
    }
    .info-box-contents {
        display: flex;
        color: white;
    }
    .info-box-contents-frame {
        width: 320px;
        height: 350px;
        margin: 30px 20px 10px 20px; /* 上 | 右 | 下 | 左 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    .info-box-contents-icon {
        width: 120px;
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 30px;
    }
    .info-box-contents-title {
        font-size: 32px;
        margin-bottom: 26px;
    }
    .info-box-contents-text {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .flower-explanation-outer {
        width: 100%;
        height: 400px;
        background-image: url('../../images/explanation_hanakotoba.webp');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .flower-explanation-dot {
        width: 100%;
        height:100%;
        background-image:url("../../images/dot.png");
        background-color:rgba(0,0,0,0.4);
        display: grid;
        place-items: center;
    }
    .flower-explanation-inner {
        padding: 0 200px;
        color: white;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    } .flower-explanation-inner h4 {
        font-size: 38px;
        font-weight: bold;
        margin-bottom: 34px;
    } .flower-explanation-inner p {
        font-size: 20px;
        margin-top: 20px;
        font-weight: bold;
    }

    .table-outer {
        padding:40px 0;
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    } .flower-table-frame {
        height: 100%;
        overflow-x: auto; /* 横スクロールを自動表示 */
        -webkit-overflow-scrolling: touch; /* スクロールをスムーズにする（モバイル向け） */
        scrollbar-color: rgba(42, 82, 152, 0.5) rgba(30, 60, 114, 0.1);
        scrollbar-width: thin;
    } .flower-table{
        margin: 0 auto;
    } .flower-table tr{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 0.8), rgba(30, 60, 114, 0.8));
        border-radius: 100px;
        margin: 10px 0;
    } .flower-table tr.head-row{
        cursor: auto;
        background-image: none;
    } .site-logo {
        width: 40px;
        height: 40px;
        background-size: contain;
        margin: 0 auto;
        margin-top:10px;
    } .flower-table tr.data-row:hover {
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 1), rgba(30, 60, 114, 1));
    } tr.data-row {
        padding: 13px 0px 13px 18px ; /* 上 | 右 | 下 | 左 */
    } .flower-table th, .flower-table td{
        text-align: center;
        width: 130px;
    } .flower-table th{
        padding: 15px 0;
        color: #333;
        font-size: 13px;
    } .flower-table td{
        color: white;
    } .flower-table th.column1, .flower-table td.column1 {
        width: 240px;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-weight: bold;
        font-size:18px;
        text-align: left;
    } .column1 a {
        color:white;
    } .ads-area-table {
        margin-top: 10px;
        margin-left: 30px;
    } .flower-table td.maru {
        font-family: 'Inter';
        font-size: 40px;
    } .flower-table td.batsu {
        font-family: 'Inter';
        font-size: 40px;
    } .flower-table td.blank {
        font-family: 'Inter';
        font-size: 12px;
    } .flower-table td.rate {
        font-family: 'Inter';
        font-size: 18px;
        line-height:36px;
        border-left: solid 1.5px white;
    } .flower-table td.icon {
        display: flex;
        align-items: center;
    } .flower-table-icon {
        display: inline-block;
        background-size: cover;
        min-width: 50px;
        min-height: 50px;
        margin:8px;
        border-radius: 30px;
    }
}










/* 0px~767pxに適用されるCSS（スマホ用） */
@media screen and (min-width: 0px) and (max-width: 767px) {
	#info-frame {
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .background {
        width: 100%;
        height:100%;
        background-image: 
            linear-gradient(to bottom, rgba(176, 196, 214, 0.6), rgba(106, 127, 155, 0.9)),
            url("../../images/dot.png");
            background-blend-mode: overlay; /* グラデーションと画像の重ね方を指定 */
        padding: 30px 0; /* 上 | 右 | 下 | 左 */
    }
    .info-frame-outer {
        margin: 0 auto;
        padding: 0 20px;
    }
    .info-box-flower {
        max-width: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: white;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        border-radius: 30px;
        overflow: hidden;
        margin: 20px auto 40px;
    }
    .info-box-large-bottom {
        margin: 0 10px 30px 10px; /* 上 | 右 | 下 | 左 */
        padding: 0 10px;
        color: white;
        line-height: 26px;
        letter-spacing: 1.8px;
    }
    .info-box-large-bottom a{
        text-decoration: none;
        color: white;
        position: relative;
        display: inline-block;
        transition: .2s;
    }
    .info-box-large-bottom a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 0;
        height: 1px;
        background-color: white;
        transition: .2s;
        transform: translateX(-50%);
    }
    .info-box-large-bottom a:hover::after{
        width: 75%;
    }
    .info-box-flower-text {
        width: 80%;
        height: auto;
        text-align: center;
        padding: 80px 0;
    } 
    .flower-name {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .flower-name-english {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .flower-hanakotoba {
        color: #444;
        font-size: 14px;
        margin-bottom: 12px;
    }
    .flower-hanakotoba-contents {
        font-size: 26px;
    }
    .flower-image {
        width: 100%;
        height: auto;
        background-size: auto;
    }
    .info-box-contents {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        color: white;
        margin-bottom: 30px;
    }
    .info-box-contents-frame {
        width: 130px;
        height: 240px;
        margin: 0px 20px 10px 20px; /* 上 | 右 | 下 | 左 */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }
    .info-box-contents-icon {
        width: 80px;
        height: 80px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 30px;
    }
    .info-box-contents-title {
        font-size: 28px;
        margin-bottom: 26px;
    }
    .info-box-contents-text {
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .flower-explanation-outer {
        width: 100%;
        height: 350px;
        background-image: url('../../images/explanation_hanakotoba.webp');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .flower-explanation-dot {
        width: 100%;
        height:100%;
        background-image:url("../../images/dot.png");
        background-color:rgba(0,0,0,0.4);
        display: grid;
        place-items: center;
    }
    .flower-explanation-inner {
        padding: 40px 20px;
        color: white;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    } .flower-explanation-inner h4 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 40px;
    } .flower-explanation-inner p {
        font-size: 16px;
        margin-top: 20px;
        font-weight: bold;
    }

    .table-outer {
        padding:40px 0;
        max-width: 95%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    } .flower-table-frame {
        height: 100%;
        overflow-x: auto; /* 横スクロールを自動表示 */
        -webkit-overflow-scrolling: touch; /* スクロールをスムーズにする（モバイル向け） */
        scrollbar-color: rgba(42, 82, 152, 0.5) rgba(30, 60, 114, 0.1);
        scrollbar-width: thin;
    } .flower-table{
        margin: 0 auto;
    } .flower-table tr{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 0.8), rgba(30, 60, 114, 0.8));
        border-radius: 100px;
        margin: 10px 0;
    } .flower-table tr.head-row{
        cursor: auto;
        background-image: none;
    } .site-logo {
        width: 40px;
        height: 40px;
        background-size: contain;
        margin: 0 auto;
        margin-top:10px;
    } .flower-table tr.data-row:hover {
        background-image: linear-gradient(40deg, rgba(42, 82, 152, 1), rgba(30, 60, 114, 1));
    } tr.data-row {
        padding: 13px 0px 13px 18px ; /* 上 | 右 | 下 | 左 */
    } .flower-table th, .flower-table td{
        text-align: center;
        width: 130px;
    } .flower-table th{
        padding: 15px 0;
        color: #333;
        font-size: 13px;
    } .flower-table td{
        color: white;
    } .flower-table th.column1, .flower-table td.column1 {
        width: 240px;
        font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-weight: bold;
        font-size:18px;
        text-align: left;
    } .column1 a {
        color:white;
    } .ads-area-table {
        margin-top: 10px;
        margin-left: 30px;
    } .flower-table td.maru {
        font-family: 'Inter';
        font-size: 40px;
    } .flower-table td.batsu {
        font-family: 'Inter';
        font-size: 40px;
    } .flower-table td.blank {
        font-family: 'Inter';
        font-size: 12px;
    } .flower-table td.rate {
        font-family: 'Inter';
        font-size: 18px;
        line-height:36px;
        border-left: solid 1.5px white;
    } .flower-table td.icon {
        display: flex;
        align-items: center;
    } .flower-table-icon {
        display: inline-block;
        background-size: cover;
        min-width: 50px;
        min-height: 50px;
        margin:8px;
        border-radius: 30px;
    }
}