/*
 * style.css
 * Generated by combining style_pc.css and style_sp.css.
 * Original load order preserved: style_pc.css -> style_sp.css.
 */

/* ===== style_pc.css ===== */
@media screen and  (min-width:761px) {
    * {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        list-style: none;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, sans-serif;
		font-size: 1.1rem;
    }

    .topics_modal {
        display: none;
    }

    .houmon-qr {
        margin: 0 auto 50px;
        width: fit-content;
    }

    .houmon-qr p a {
        font-weight: 400 !important;
    }

    .houmon-qr img {
        width: 20%;
        display: block;
        margin: 0 auto;
    }

    body {
        width: 100%;
        position: relative;
        min-height: 100vh;
        box-sizing: border-box;
    }

    #wrapper {
        overflow: hidden;
        z-index: 3;
    }

    .header_copyright {
        position: absolute;
        font-size: 0.5rem;
        left: 10px;
        top: 280px;
        -webkit-text-orientation: mixed;
        text-orientation: mixed;
        writing-mode: vertical-rl;
        text-align: center;
    }

    #header {
        margin: 10px 10px 10px 30px;
        position: relative;
    }

    h1 {
        z-index: 9998;
        position: absolute;
        top: 15px;
        left: 10px;
    }

    .title_logo img {
        width: 450px;
    }	
    .logo_sp {
        display: none;
    }

    div.dots {
        margin: 0 auto 20px;
        width: 10px;
        height: 70px;
        display: flex;
        flex-wrap: wrap;
    }

    span.dot_a {
        margin: 2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #ae65bb;
    }

    h3 {
        text-align: left;
        font-size: 1rem;
        width: fit-content;
    }

    .sp {
        display: none;
    }

    #loader-background {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #d1d1e9;
        z-index: 10301;
    }

    #loader-screen {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 200px;
        margin-top: -100px;
        margin-left: -100px;
        text-align: center;
        color: #fff;
        z-index: 10302;
    }

    table {
        width: 100%;
        height: 140px;
        margin: 0 auto;
        border-radius: 10px;
        border: 2px solid #b590bd;
        border-collapse: separate;
        overflow: hidden;
        border-spacing: 0;
        background-color: white;
    }

    table,
    tr,
    th {
        border-bottom: "";
    }

    .f_table {
        min-width: 700px;
    }

    .shinsatsujikan table tr.shinsatsujikan_tr th {
        font-size: 1rem;
        background-color: #b590bd;
        border-right: 2px white solid!important;
        border-bottom: 2px white solid!important;
        color: white;
    }

    .shinsatsujikan table tr.shinsatsujikan_tr:first-child th {
        width: 20px;
    }

    .shinsatsujikan table tr.shinsatsujikan_tr:nth-child(3) td {
        border-top: 2px solid #b590bd;
    }

    .shinsatsujikan table  tr.shinsatsujikan_tr th:last-child {
        border-right: none;
    }

    .shinsatsujikan table  tr.shinsatsujikan_tr:last-child th {
        border-bottom: none;
    }

    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(2),
    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(3),
    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(4),
    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(5),
    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(6),
    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(7) {
        border-right: 2px solid #b590bd;
    }

    table th {
        font-size: 32px;
    }

    table td {
        text-align: center;
        font-size: 1rem !important;
    }

    .btn {
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        max-width: 250px;
        margin-top: 30px;
        margin-left: 30px;
        position: relative;
        color: #fff;
        text-decoration: none;
        border-radius: 10px 40px 40px 10px;
        background-color: #b590bd;
        overflow: hidden;
    }

    .line {
        display: inline-block;
        width: 50px;
        height: 2px;
        position: relative;
        left: 12px;
        z-index: 10;
        background-color: #000;
        vertical-align: middle;
        overflow: hidden;
    }

    .btn-w {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        right: 10px;
        background: #fff;
        border-radius: 50px;
        translate: 0.5;
        vertical-align: middle;
        transition: 0.3s ease 0s;
        overflow: hidden;
    }

    .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 141px;
        right: 0;
        margin: auto;
        z-index: 10;
        background: #000;
        border-radius: 50px;
    }

    .banner_btn {
        min-width: 250px;
        margin: 0 auto;
        width: 0%;
        z-index: 10400;
    }

    .btn:hover .line {
        animation: arrow .6s ease-in-out;
    }

    @keyframes arrow {
        0%{
                transform:scaleX(0.5);
                transform-origin: right;
        
                }
                50%{
                transform:scaleX(0);
                transform-origin: right;

                }
                70%{
                transform:scaleX(0);
                transform-origin: left;

                }
                100%{
                transform:scaleX(1);
                transform-origin: left;

                }
    }

    .btn:hover .btn-w {
        transform: scale(1.1, 1.1);
    }

    button {
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        vertical-align: middle;
        text-align: inherit;
        font: inherit;
        -webkit-appearance: none;
        appearance: none;
    }

    .gnav_btn {
        display: none;
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 10102;
        width: 72px;
        height: 72px;
        background-color: "";
        border-radius: "";
        cursor: pointer;
    }

    .gnav_btn span.one {
        display: block;
        margin: -10px auto;
        position: relative;
        width: 50%;
        height: 2px;
        background-color: #d6d5d5;
        transition: .2s;
    }

    .gnav_btn span.one::before,
    .gnav_btn span.one::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #d6d5d5;
        transition: .5s;
    }

    .gnav_btn span.one::before {
        transform: translateY(-12px);
    }

    .gnav_btn span.one::after {
        transform: translateY(12px);
    }

    .gnav_btn span.open {
        background-color: transparent;
    }

    .gnav_btn span.open::before,
    .gnav_btn span.open::after {
        background-color: #d6d5d5;
        transition: .2s;
    }

    .gnav_btn span.open::before {
        transform: rotate(45deg);
    }

    .gnav_btn span.open::after {
        transform: rotate(-45deg);
    }

    .gnav_btn p {
        position: absolute;
        top: 35px;
        width: 100%;
        color: #28c25f;
        text-align: center;
        font-size: 80%;
        font-weight: bold;
    }

    #nav {
        display: none;
    }

    #subtitle {
        position: relative;
        width: 100%;
        height: 800px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: "";
        z-index: 5;
    }

    h2.subtitle {
        text-align: center;
        font-size: calc(2rem 10vw 2.5rem);
        line-height: 6rem;
        color: rgba(255,255,255,1);
        font-weight: 600;
        text-shadow: 1px 1px 2px #000;
        white-space: nowrap;
        position: absolute;
        top: 10%;
        width: 100%;
        margin: 0 auto;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
    }

    .respect {
        font-size: 1.5rem;
        font-weight: 300;
        text-shadow: 1px 1px 2px #000;
        text-align: center;
        line-height: 40px;
        margin-top: 30px;
    }

    #pc_nav ul {
        display: flex;
        float: right;
        position: absolute;
        right: 0;
        margin-right: 20px;
        z-index: 10500;
    }

    #pc_nav ul li {
        z-index: 9995;
        margin: 2rem 0 0 1rem;
        font-size: 0.8rem;
    }

    #pc_nav ul li a {
        color: #fff!important;
        font-size: 1rem;
		font-weight: normal !important;
		background: #b590bd;
        border: solid 1px #b590bd;
        padding: 10px;
        border-radius: 8px;
        text-decoration: none;
        display: block;
        width: 132px;
        text-align: center;
    }
    #pc_nav ul li a:hover {
		border: solid 1px #b590bd;
		color: #b590bd!important;
		background:#eaeef7;
		transition: 0.3s;
	}	

    .fs {
        line-height: 2em;
    }

    .change_txt_1 {
        content: "閉じる";
    }

    .topics_h2 {
        text-align: center;
        margin: 0 auto;
        padding: 50px 20px 20px 20px;
        color: #b590bd;
        font-size: 2rem;
    }

    p.description {
        width: 50%;
        max-width: 800px;
        line-height: 2.5rem;
        margin: 0 auto;
        text-align: center;
    }

    li.topics_list {
        margin: 0 auto 10px;
        border-bottom: dashed 1px #c2c8d5;
        font-size: 1.1rem;
        line-height: 2.5;
        padding: 0 0 7px 0;
    }

    .topics_title {
        display: inline-block;
    }

    .slide_on {
        display: block;
    }

    .slide_off {
        display: none;
    }

    .panel-buttons-area {
        width: 50%;
        margin: 0 auto;
        padding: 70px 0;
    }

    .panel-buttons {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .panel-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 60px;
        padding: 5px;
        background: #f4f1fc;
        border: 1px solid #b590bd;
        border-radius: 12px;
        text-decoration: none;
		color: #736357;
		font-size: 1rem;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
        transition: 0.3s;
    }

    .panel-btn:hover {
        background: #b590bd;
        color: #fff;
    }

    #topics_one {
        width: 50%;
        margin: 0 auto;
        height: auto;
        background-color: "";
    }

    .topics_h2_content {
        max-width: 800px;
        margin: 0 auto;
    }

    #topics_one ul {
        width: 100%;
        margin: 0 auto;
    }

#topics_one ul li span.date {
        color: #2b69b2;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, sans-serif;
		font-weight: bold;
        margin-right: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 0.85rem;
        line-height: 0.4;
        display: inline;
    }
}

    .topics_btn_box {
        display: "";
    }

    .topics_btn {
        cursor: pointer;
        display: flex;
        float: right;
    }

    div.balls {
        width: 30px;
        height: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    span.ball {
        margin: 2px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #000;
    }

    .topics_one_slidemenu_right {
        cursor: pointer;
        position: fixed;
        bottom: 20%;
        right: -600px;
        width: 600px;
        height: 280px;
        padding: 0 40px 0 0;
        background: #d1d1e9;
        display: flex;
        border-radius: 10px 0 0 10px;
        box-shadow: 0px 0px 5px #000;
        z-index: 10100;
        visibility: "";
    }

    .topics_one_slidemenu_left {
        cursor: pointer;
        position: fixed;
        top: 100px;
        left: -870px;
        width: 600px;
        height: 280px;
        padding: 0 0 0 300px;
        background: #d1d1e9;
        display: flex;
        border-radius: 0 10px 10px 0;
        box-shadow: 0px 0px 5px #000;
        z-index: 10100;
        visibility: hidden;
    }

    .slide-inner_right {
        background-color: #fff;
        border-radius: 10px 0 0 10px;
        margin: 2.5%;
        width: 70%;
        padding: 3% 5% 3% 5%;
        height: 216px;
    }

    .slide-inner_left {
        background-color: #fff;
        border-radius: 0 10px 10px 0;
        margin: 2.5% 0% 0% 0%;
        width: 100%;
        padding: 3% 5% 3% 5%;
        height: 216px;
    }

    .slide-inner_right .shinsatsujikan .btn,
    .slide-inner_left .shinsatsujikan .btn {
        margin-top: 15px;
        margin-left: 40px;
    }

    .tategaki {
        -webkit-text-orientation: mixed;
        text-orientation: mixed;
        writing-mode: vertical-rl;
        text-align: center;
        margin-left: 10px;
    }

    .scroll {
        position: fixed;
        bottom: 30px;
        right: 50px;
        z-index: 10000;
        width: 72px;
        height: 72px;
        background-color: #fff;
        border-radius: 50%;
        cursor: pointer;
        opacity: 0;
        box-shadow: 0 0 5px #000;
    }

    .scroll.isActive {
        opacity: 1;
        transition: all 0.65s;
        z-index: 9993;
    }

    .scroll:hover {
        background-color: rgb(228, 228, 228);
    }

    .scroll_btn_top {
        text-align: center;
        margin-top: 5px;
    }

    #topics_two {
        width: 100%;
        margin: 0 auto;
    }

    .topics_two_bg1,
    .topics_two_bg2,
    .topics_two_bg3,
    .topics_two_bg4 {
        opacity: 0.3;
    }

    .topics_two_bg {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        overflow: hidden;
        height: 450px;
        padding-bottom: 200px;
    }

    .sp-none {
        display: block;
    }

    .pc-none {
        display: none;
    }

    @media screen and (max-width:797px) {
        .sp-none {
            display: none;
        }

        .pc-none {
            display: block;
        }
    }

    @media screen and (min-width:798px) {
        .sp-none {
            display: block;
        }

        .pc-none {
            display: none;
        }
    }

    .topics_two_content {
        margin: 0 auto;
        width: 100%;
        z-index: 40;
    }

    .topics_three_four_background {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        border-bottom-right-radius: 1000px 200px;
        border-bottom-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background: #d1d1e9;
        margin-top: 150px;
    }

    #topics_three {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        border-bottom-right-radius: 1000px 200px;
        border-bottom-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background: #f4f1fc;
    }

    .topics_three_section {
        width: 34%;
    }

    .pc_flex {
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
        padding-bottom: 7%;
        width: 100%;
        max-width: 800px;
    }

    .topics_three_section h3 {
        font-size: 0.9rem;
        margin: 0 auto;
    }

    .topics_three_section_box {
        width: 95%;
        margin: 50px auto 0;
        display: initial;
    }

    .topics_three_section_box_image {
        min-width: initial;
        width: 100%;
        margin: 0 auto;
        background-color: white;
        border-radius: 10px;
        border: solid #555 2px;
    }

    .topics_three_section_box_image img {
        min-width: 100px;
        width: 100%;
    }

    .topics_three_section_box_topics {
        margin: 0 auto;
    }

    .topics_three_section_box_topics p {
        margin: 20px auto 0;
        font-size: 0.8em;
        text-align: center;
        color: #313131;
    }

    .border-dot {
        border: dashed 1px #c2c8d5;
    }
	.topics_three_section_box_topics .link_btn a{
	display: inline-block;
	font-size: 1rem;
	background-color: #b590bd;
	color: #FFFFFF;
	padding: 10px 20px;
	text-decoration: none;
	margin-top: 30px;
	border-radius: 5px;
	width: 205px;
}
/*スマホ用*/
@media screen and (max-width: 760px) {
	.topics_three_section {
        width: 100%;
    }
    .topics_three_section_box {
        width: 100%;
        margin: 20px auto 0;
    }
    .topics_three_section_box_image {
        min-width: 30%;
        max-width: 80%;
        width: 100%;
        margin: 0 auto;
        background-color: white;
        border-radius: 10px;
        border: solid #555 2px;
    }
    .topics_three_section_box_image img {
        min-width: 100px;
        width: 100%;
    }	
    .topics_three_section_box_topics {
        width: fit-content;
        margin: 0 auto;
    }
    .topics_three_section_box_topics p {
        margin: 20px auto 0;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        color: #313131;
    }		
}


    .topics_four_section {
        margin: 0 auto;
        width: 100%;
    }

    .topics_four_left {
        width: 50%;
    }

    .sitemap_pc_right {
        width: 100%;
        margin: 25px 0 0 0;
    }

    .kyotoshimap {
        margin: 0 auto;
        width: 100%;
    }

    .kyotoshimap img {
        width: 100%;
        border-radius: 10px;
        border: solid 2px #555;
    }

    .kyotoshimap_description {
        text-align: center;
    }

    .topics_six {
        width: 100%;
        margin: 0 auto 100px;
    }

    ul.address {
        width: 700px;
        margin: 0 auto;
        margin-top: 80px;
    }

    ul.address li.topics_list_address {
        margin: 20px 0 20px 0;
        border-bottom: dashed 1px #c2c8d5;
        display: flex;
    }

    .address_t {
        width: 100px;
        padding-right: 20px;
    }

    .topics_list_address .topics_title {
        text-align: left;
        width: 600px;
    }

    footer {
        width: 100%;
        background-color: #f4f1fc;
    }

    .footer_list {
        margin-bottom: 0px;
    }

    .white-box {
        background-color: #fff;
        border-radius: 10px;
        margin: 50px auto;
        width: 47%;
        padding: 30px;
        min-width: 700px;
    }

    .white-h3 {
        font-size: 1.3rem;
    }

    .white-dl dt {
        padding-bottom: 3px;
        border-bottom: 1px solid #000;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        font-size: 1rem;
    }

    .white-dl dd {
        padding-top: 3px;
        font-size: 1rem;
    }

    .img-area {
        text-align: center;
        margin: 0 auto;
        background: #fff;
        padding: 5px;
    }

    .img-link {
        display: inline-block;
    }

    .img-link img {
        display: block;
    }

    #sitemap_sp {
        display: none;
    }

    #sitemap_pc {
        display: block;
        margin: 0 auto;
        width: 50%;
        min-width: 730px;
        max-width: 1200px;
    }

    .sitemap_pc_left {
        width: 100%;
        margin: 25px 0 0 0;
        padding-top: 25px;
        display: flex;
        flex-wrap: wrap;
    }

    .sitemap_pc_left_b {
        width: 50%;
        margin: 0 0 0 3%;
    }

    .sitemap_pc_left p {
        width: 100%;
        margin: 25px 0 25px 0;
    }

    #sitemap_pc img {
        margin: 3%;
        width: 130px;
    }

    .footer_p {
        margin: 50px 0 30px 0;
        text-align: center;
    }

    p.copyright {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 0.6em;
        padding: 15px 0 15px 0;
    }
}

h2.subtitle {
    font-size: 3rem;
}

.text_link_div {
    margin-top: 30px;
}

p.text_link {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}

p.text_link a {
    color: blue;
}

p.text_link a:hover {
    opacity: 0.8;
}

/* ===== style_sp.css ===== */
@media screen and  (max-width:760px) {
    * {
        margin: 0;
        padding: 0;
        line-height: 1.5;
        list-style: none;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
    }

    .topics_modal {
        display: none;
    }

    .houmon-qr {
        margin: 0 auto 50px;
        width: fit-content;
    }

    .houmon-qr img {
        width: 20%;
        display: block;
        margin: 0 auto;
    }

    body {
        width: 100%;
        position: relative;
        min-height: 100vh;
        box-sizing: border-box;
    }

    #wrapper {
        overflow: hidden;
    }

    .header_copyright {
        display: none;
    }

    #header {
        margin: 10px;
        position: relative;
        border-radius: 30px;
    }

    h1 {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 9998;
    }

    .title_logo img {
        width: 450px;
    }

    .logo_pc {
        display: none;
    }
@media screen and (max-width: 760px){
    .title_logo img {
	width: 300px;
}
}
    div.dots {
        margin: 0 auto 20px;
        width: 10px;
        height: 70px;
        display: flex;
        flex-wrap: wrap;
    }

    span.dot_a {
        margin: 2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #b590bd;
    }

    h3 {
        text-align: left;
        font-size: 1rem;
        width: fit-content;
        margin: 0 auto;
    }

    .pc {
        display: none;
    }

    #loader-background {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #d1d1e9;
        z-index: 10301;
    }

    #loader-screen {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        width: 200px;
        height: 200px;
        margin-top: -100px;
        margin-left: -100px;
        text-align: center;
        color: #fff;
        z-index: 10302;
    }

    .shinsatsujikan {
        overflow-x: scroll;
    }

    table {
        width: 100%;
        margin: 0 auto;
        border-radius: 5px;
        border: 2px solid #b590bd;
        border-collapse: separate;
        overflow: hidden;
        border-spacing: 0;
        background-color: white;
        min-width: 600px;
        font-size: 1rem !important;
    }

    table,
    tr,
    th {
        border-bottom: "";
    }

    .shinsatsujikan table tr.shinsatsujikan_tr th {
        background-color: #b590bd;
        border-right: 1px white solid!important;
        border-bottom: 1px white solid!important;
        color: white;
    }

    .shinsatsujikan table tr.shinsatsujikan_tr:first-child th {
        width: 60px;
    }

    .shinsatsujikan table tr.shinsatsujikan_tr:nth-child(2) th,
    .shinsatsujikan table tr.shinsatsujikan_tr:nth-child(3) th,
    .shinsatsujikan table tr.shinsatsujikan_tr:nth-child(4) th,
    .shinsatsujikan table tr.shinsatsujikan_tr:nth-child(5) th,
    .shinsatsujikan table tr.shinsatsujikan_tr:nth-child(6) th,
    .shinsatsujikan table tr.shinsatsujikan_tr:nth-child(7) th {
        width: 20px;
    }

    .shinsatsujikan table tr.shinsatsujikan_tr:nth-child(3) td {
        border-top: 1px solid #b590bd;
    }

    .shinsatsujikan table  tr.shinsatsujikan_tr th:last-child {
        border-right: none;
    }

    .shinsatsujikan table  tr.shinsatsujikan_tr:last-child th {
        border-bottom: none;
    }

    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(2),
    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(3),
    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(4),
    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(5),
    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(6),
    .shinsatsujikan table  tr.shinsatsujikan_tr td:nth-child(7) {
        border-right: 1px solid #b590bd;
    }

    table th {
        font-size: "";
        border: 1px solid #b590bd;
    }

    table td {
        text-align: center;
        font-size: 0.7rem !important;
    }

    .shinsatsujikan table tr.shinsatsujikan_tr td:nth-child(3),
    .shinsatsujikan table tr.shinsatsujikan_tr td:nth-child(4),
    .shinsatsujikan table tr.shinsatsujikan_tr td:nth-child(5),
    .shinsatsujikan table tr.shinsatsujikan_tr td:nth-child(6),
    .shinsatsujikan table tr.shinsatsujikan_tr td:nth-child(7) {
        font-size: 1rem;
    }

    .shinsatsujikan table tr.shinsatsujikan_tr:last-child td:nth-child(4),
    .shinsatsujikan table tr.shinsatsujikan_tr:last-child td:nth-child(6) {
        font-size: 1rem;
    }

    .btn {
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        max-width: 250px;
        margin-top: 30px;
        margin-left: 30px;
        position: relative;
        color: #fff;
        text-decoration: none;
        border-radius: 10px 40px 40px 10px;
        background-color: #b590bd;
        overflow: hidden;
    }

    .line {
        display: inline-block;
        width: 50px;
        height: 2px;
        position: relative;
        left: 12px;
        z-index: 10;
        background-color: #000;
        vertical-align: middle;
        overflow: hidden;
    }

    .btn-w {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: relative;
        right: 10px;
        background: #fff;
        border-radius: 50px;
        translate: 0.5;
        vertical-align: middle;
        transition: 0.3s ease 0s;
        overflow: hidden;
    }

    .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 141px;
        right: 0;
        margin: auto;
        z-index: 10;
        background: #000;
        border-radius: 50px;
    }

    .banner_btn {
        min-width: 250px;
        margin: 0 auto;
        width: 0%;
    }

    .btn:hover .line {
        animation: arrow .6s ease-in-out;
    }

    @keyframes arrow {
        0%{
                transform:scaleX(0.5);
                transform-origin: right;
                }
                50%{
                transform:scaleX(0);
                transform-origin: right;
                }
                70%{
                transform:scaleX(0);
                transform-origin: left;
                }
                100%{
                transform:scaleX(1);
                transform-origin: left;
                }
    }

    .btn:hover .btn-w {
        transform: scale(1.1, 1.1);
    }

    #pc_nav {
        display: none;
    }

    button {
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background-color: transparent;
        vertical-align: middle;
        text-align: inherit;
        font: inherit;
        -webkit-appearance: none;
        appearance: none;
    }

    .gnav_btn {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 10102;
        width: 56px;
        height: 56px;
        background-color: "";
        border-radius: "";
        cursor: pointer;
    }

    .gnav_btn span.one {
        display: block;
        margin: -10px auto;
        position: relative;
        width: 75%;
        height: 3px;
        background-color: #b590bd;
        transition: .2s;
    }

    .gnav_btn span.one::before,
    .gnav_btn span.one::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #b590bd;
        transition: .5s;
    }

    .gnav_btn span.one::before {
        transform: translateY(-12px);
    }

    .gnav_btn span.one::after {
        transform: translateY(12px);
    }

    .gnav_btn span.open {
        background-color: transparent;
    }

    .gnav_btn span.open::before,
    .gnav_btn span.open::after {
        background-color: #b590bd;
        transition: .2s;
    }

    .gnav_btn span.open::before {
        transform: rotate(45deg);
    }

    .gnav_btn span.open::after {
        transform: rotate(-45deg);
    }

    .gnav_btn p {
        position: absolute;
        top: 50px;
        width: 100%;
        color: #b590bd;
        text-align: center;
        font-size: 0.6rem;
        font-weight: bold;
    }

    .deco_moji_change {
        color: #000;
    }

    #nav {
        display: none;
        background-color: #ced7edb4;
        min-height: 100%;
        z-index: 10101;
        width: 100%;
        position: absolute;
    }

    #nav ul {
        display: none;
        position: fixed;
        margin: 6em auto 0;
        width: 100%;
    }

    #nav ul li {
        text-align: center;
        background-color: #fff;
        width: 65%;
        height: 30px;
        margin: 1em auto 0;
        padding: 1rem;
    }

    #subtitle {
        position: relative;
        width: 100%;
        height: 550px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: "";
        z-index: 5;
    }

    h2.subtitle {
        text-align: center;
        padding-top: 150px;
        font-size: 1.5rem;
        line-height: 4rem;
        color: rgba(255,255,255,1);
        font-weight: 600;
        text-shadow: 1px 1px 2px #000;
        white-space: nowrap;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
    }

    .respect {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック Medium", YuGothicM, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
        font-size: 1rem;
        font-weight: 300;
        text-shadow: 1px 1px 2px #000;
        text-align: center;
        line-height: 30px;
    }

    .topics_h2 {
        font-size: 1.36em;
        text-align: center;
        margin: 0 auto;
        padding: 100px 20px 20px 20px;
        color: #ae65bb;
    }

    p.description {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        line-height: 3rem;
    }

    li.topics_list {
        margin: 0 auto 50px;
        border-bottom: 1px #000 solid;
    }

    .panel-buttons-area {
        width: 50%;
        margin: 0 auto;
        padding: 50px 0 30px 0;
    }

    .panel-buttons {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .panel-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 60px;
        padding: 18px;
        background: #f4f1fc;
        border: 1px solid #b590bd;
        border-radius: 12px;
        text-decoration: none;
        color: #736357;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
        transition: 0.3s;
    }

    .panel-btn:hover {
        background: #b590bd;
        color: #fff;
    }
@media screen and (max-width: 1000px) {
    .panel-buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}	
@media screen and (max-width: 798px) {
        .panel-buttons-area {
            width: 80%;
            margin: 0 auto;
            padding: 30px 0 10px 0;
        }
        .panel-buttons {
            grid-template-columns: 1fr;
        }
    }	

    #topics_one {
        margin: 0 auto;
        width: 100%;
        height: 350px;
        background-color: "";
    }

    .topics_h2_content {
        width: 80%;
        margin: 0 auto;
    }

    #topics_one ul {
        margin: 0 auto;
    }

    #topics_one ul li {
        margin-bottom: 20px;
        display: "";
        border-bottom: none;
	  min-height: 30px;
	  line-height: 30px;		
    }

    #topics_one ul li span.topics_title {
        border-bottom: dashed 1px #c2c8d5;
        display: block;
    }

    .slide_on {
        display: block;
    }

    .slide_off {
        display: none;
    }

    .fs {
        font-size: 1rem;
    }

    .topics_btn_box {
        display: "";
    }

    .topics_btn {
        cursor: pointer;
        display: flex;
        float: right;
    }

    div.balls {
        width: 25px;
        height: 15px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 3px;
    }

    span.ball {
        margin: 2px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #000;
    }

    .topics_one_slidemenu_right {
        cursor: pointer;
        position: fixed;
        bottom: 23%;
        right: -400px;
        width: 270px;
        height: 250px;
        padding: 0 170px 0 0;
        background: #d1d1e9;
        display: flex;
        border-radius: 10px 0 0 10px;
        box-shadow: 0px 0px 5px #000;
        z-index: 10100;
        visibility: hidden;
    }

    .topics_one_slidemenu_left {
        cursor: pointer;
        position: fixed;
        top: 100px;
        left: -400px;
        width: 270px;
        height: 250px;
        padding: 0 0 0 170px;
        background: #d1d1e9;
        display: flex;
        border-radius: 0 10px 10px 0;
        box-shadow: 0px 0px 5px #000;
        z-index: 11100;
        visibility: hidden;
    }

    .slide-inner_right {
        background-color: #fff;
        border-radius: 10px 0 0 10px;
        margin: 3% -26% 0% 5%;
        width: 100%;
        padding: 5%;
        height: 205px;
    }

    .slide-inner_left {
        background-color: #fff;
        border-radius: 0 10px 10px 0;
        margin: 3% 0% 0% -25%;
        width: 100%;
        padding: 5%;
        height: 205px;
    }

    .slide-inner_right .shinsatsujikan .btn,
    .slide-inner_left .shinsatsujikan .btn {
        margin-top: 10px;
        margin-left: 40px;
    }

    .tategaki {
        -webkit-text-orientation: mixed;
        text-orientation: mixed;
        writing-mode: vertical-rl;
        text-align: center;
        margin-left: 10px;
    }

    .scroll {
        position: fixed;
        bottom: 6%;
        right: 25px;
        z-index: 10000;
        width: 72px;
        height: 72px;
        background-color: #fff;
        border-radius: 50%;
        cursor: pointer;
        opacity: 0;
        box-shadow: 0px 0px 3px #000;
    }

    .scroll.isActive {
        opacity: 1;
        transition: all 0.65s;
        z-index: 9993;
    }

    .scroll_btn_top {
        text-align: center;
        margin-top: 5px;
        color: #000;
    }

    .sp-none {
        display: block;
    }

    .pc-none {
        display: none;
    }

    @media screen and (max-width:797px) {
        .sp-none {
            display: none;
        }

        .pc-none {
            display: block;
        }
    }

    @media screen and (min-width:798px) {
        .sp-none {
            display: block;
        }

        .pc-none {
            display: none;
        }
    }

    #topics_two {
        width: 100%;
        margin: 0 auto;
    }

    .img-full {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

    .topics_three_four_background {
        margin-top: 200px;
        position: relative;
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        border-bottom-right-radius: 1000px 200px;
        border-bottom-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background: #f4f1fc;
    }

    .topics_three_four_background {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        border-bottom-right-radius: 1000px 200px;
        border-bottom-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background: #f4f1fc;
        padding-bottom: 100px;
    }

    #topics_three {
        min-height: 400px;
        border-top-right-radius: 1000px 200px;
        border-top-left-radius: 1000px 200px;
        border-bottom-right-radius: 1000px 200px;
        border-bottom-left-radius: 1000px 200px;
        margin-left: -100px;
        margin-right: -100px;
        padding-left: 100px;
        padding-right: 100px;
        background: #f4f1fc;
        padding-bottom: 100px;
    }

    .pc_flex {
        display: block;
        margin: 0 auto;
        width: 80%;
    }
	
@media screen and (max-width: 760px) {
    .pc_flex {
        display: block;
        margin: 0 auto;
        width: 80%;
    }
}	

    .topics_three_section {
        margin-bottom: 3rem;
    }

    .topics_three_section h3 {
        margin-bottom: 0.7rem;
    }

    .topics_three_section_box {
        width: 100%;
        margin: 20px auto 0;
    }

    .topics_three_section_box_image{
        min-width:initial;
        width:100%;
        margin:0 auto;
        background-color:white;
        border-radius:10px;
        border:solid #555 2px;

    }

    .topics_three_section_box_image img {
        min-width: 100px;
        width: 100%;
    }

    .topics_three_section_box_topics {
        width: fit-content;
        margin: 0 auto;
    }

    .topics_three_section_box_topics p {
        margin: 20px auto 0;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        color: #313131;
    }

    .border-dot {
        border: #000 dashed 1px;
    }

    .kyotoshimap {
        margin: 0 auto;
        width: 95%;
    }

    .kyotoshimap img {
        width: 100%;
        border-radius: 10px;
        border: solid 2px #555;
    }

    .kyotoshimap_description {
        text-align: center;
        font-size: 1rem;
    }

    .topics_six {
        width: 90%;
        margin: 0 auto;
    }

    ul.address {		        
        margin: 0 auto;
		width: 95%;
    }

    ul.address li {
        margin: 20px 0 20px 0;
        border-bottom: dashed 1px #c2c8d5;
        display: flex;
        text-align: left;
        font-size: 0.8rem;
    }

    .address_t {
        width: 16%;
        padding-right: 5%;
    }

    .topics_list_address .topics_title {
        text-align: left;
        width: 80%;
    }

    .white-box {
        background-color: #fff;
        border-radius: 10px;
        margin: 20px auto 50px;
        width: 90%;
        padding: 15px;
        min-width: initial;
    }

    .white-h3 {
        font-size: 1.1rem;
    }

    .white-dl dt {
        padding-bottom: 3px;
        border-bottom: 1px solid #000;
        font-weight: bold;
        margin-top: 10px;
        display: inline-block;
        font-size: 0.8rem;
    }

    .white-dl dd {
        padding-top: 3px;
        font-size: 0.8rem;
    }

    footer {
        width: 100%;
        background-color: #f4f1fc;
    }

    .footer_list {
        margin-top: 10px;
    }

    .img-area {
        text-align: center;
        argin: 0 auto;
        background: #fff;
        padding: 5px;
    }

    .img-link {
        display: inline-block;
    }

    .img-link img {
        display: block;
    }

    /*#sitemap_pc {
        display: none;
    }*/

    #sitemap_sp {
  display: block !important;
  margin-top: 100px;
}
    }

    #sitemap_sp_flex {
        display: flex;
    }

    #sitemap_sp img {
        width: 150px;
        margin: 25px 25px 25px 15px;
    }

    #sitemap_sp ul {
        margin: 2% 0 0 0;
    }

    footer #sitemap_sp .shinsatsujikan {
        margin: 3%;
    }

    .footer_p {
        display: none;
    }

    p.copyright {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 0.6em;
        padding: 15px 0 15px 0;
    }

/* 診療時間表 修正版 */
table{
	border: 2px solid #b590bd!important;
}

.table-scroll,
.shinsatsujikan {
  width: 100%;
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.table-scroll table,
.shinsatsujikan table,
table.f_table {
  width: 100%;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed;
  background: #fff;
}

.table-scroll th,
.table-scroll td,
.shinsatsujikan th,
.shinsatsujikan td,
table.f_table th,
table.f_table td {
  border: 1px solid #b590bd !important;
  padding: 12px 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  box-sizing: border-box;
}

.table-scroll th,
.shinsatsujikan th,
table.f_table th {
  background: #b590bd;
  color: #fff;
  font-weight: bold;
}
/*パソコン用*/	
@media screen and (min-width: 761px) {
  .table-scroll table,
  .shinsatsujikan table,
  table.f_table {
    min-width: 700px;
  }

  .table-scroll th,
  .table-scroll td,
  .shinsatsujikan th,
  .shinsatsujikan td,
  table.f_table th,
  table.f_table td {
    font-size: 15px !important;
  }
}	
/*スマホ用*/
@media screen and (max-width: 760px) {
  .table-scroll table,
  .shinsatsujikan table,
  table.f_table {
    width: 700px !important;
    min-width: 700px !important;
  }

  .table-scroll th,
  .table-scroll td,
  .shinsatsujikan th,
  .shinsatsujikan td,
  table.f_table th,
  table.f_table td {
    font-size: 13px !important;
    padding: 10px 6px;
    white-space: nowrap;
  }

  .table-scroll th:first-child,
  .shinsatsujikan th:first-child,
  table.f_table th:first-child {
    width: 160px;
    white-space: normal;
  }
}
/* お知らせアコーディオン */
.topics_accordion {
  padding-bottom: 10px;
  line-height: 1.8;
}

.topics_accordion details {
  width: 100%;
}

.topics_accordion summary {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  cursor: pointer;
  list-style: none;
  min-height: 30px;
  line-height: 30px;	
}

.topics_accordion summary::-webkit-details-marker {
  display: none;
}

.topics_accordion summary::after {
  content: "＋";
  margin-left: auto;
  color: #b590bd;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}

.topics_accordion details[open] summary::after {
  content: "－";
  height: auto;
  overflow: visible;	
}

.topics_accordion .topics_title {
  text-decoration: underline;
  color: #2b69b2;
}

.topics_accordion_body {
  margin-top: 12px;
  margin-left: calc(2.2rem + 58px);
  padding: 16px 18px;
  background: #f4f1fc;
  border-left: 4px solid #b590bd;
  border-radius: 8px;
}

.topics_accordion_body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
}
@media screen and (max-width: 760px) {
  .topics_accordion summary {
    display: block;
    position: relative;
    padding-right: 28px;
  }

  .topics_accordion summary::after {
    position: absolute;
    top: 0;
    right: 0;
  }

  .topics_accordion summary .date {
    display: block;
    margin-bottom: 4px;
  }

  .topics_accordion summary .topics_title {
    display: block;
  }

.topics_accordion_body {
  margin-left: calc(2.2rem + 58px);
  padding-left: 18px;
  padding-right: 18px;
  background: #f4f1fc;
  border-left: 4px solid #b590bd;
  border-radius: 8px;
}

  .topics_accordion_body p {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}
/* アコーディオンをゆっくり開く */
.topics_accordion details {
  width: 100%;
}

.topics_accordion .topics_accordion_body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transition:
    grid-template-rows 0.45s ease,
    opacity 0.35s ease,
    margin-top 0.35s ease,
    padding-top 0.35s ease,
    padding-bottom 0.35s ease;
}

.topics_accordion .topics_accordion_body > p {
  min-height: 0;
  overflow: hidden;
}

.topics_accordion details[open] .topics_accordion_body {
  grid-template-rows: 1fr;
  margin-top: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  opacity: 1;
}
@media screen and (max-width: 760px) {
  .topics_accordion_body {
    margin-left: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .topics_accordion details[open] .topics_accordion_body {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
/* 挨拶ページ全体のコンテナ */
.greeting-container {
    max-width: 800px;
    margin: 40px 10px;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333333;
    line-height: 1.8;
}

/* ページタイトル */
.greeting-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 0.1em;
}

/* タイトル下の下線装飾 */
.greeting-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #3498db;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* コンテンツエリア */
.greeting-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 挨拶文の段落設定 */
.greeting-text p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    text-align: justify;
}

/* 署名部分（名前や会社名） */
.greeting-signature {
    margin-top: 30px;
    text-align: right;
    font-size: 1.1rem;
    color: #2c3e50;
}

.signature-company {
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.signature-name {
    font-weight: bold;
}

/* レスポンシブ対応（パソコン表示時） */
@media (min-width: 768px) {
    .greeting-container {
        padding: 60px 40px;
		margin: 0 auto!important;
    }

    .greeting-title {
        font-size: 2.2rem;
    }

    .greeting-text p {
        font-size: 1.1rem;
    }
}
/* ==============================
   メインビジュアル画像切り替え
   ============================== */

.sp-none {
  display: block !important;
}

.pc-none {
  display: none !important;
}

@media screen and (max-width: 760px) {
  .sp-none {
    display: none !important;
  }

  .pc-none {
    display: block !important;
  }
}
/* ==============================
   メインビジュアル シート＋テキスト
   ============================== */

.mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mainvisual img {
  display: block;
  width: 100%;
  height: auto;
}

.mainvisual_copy {
  position: absolute;
  z-index: 20;
  box-sizing: border-box;

  background: rgba(90, 80, 75, 0.58);
  color: #fff;
  border-radius: 8px;

  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
@media screen and (min-width: 761px) {
  .mainvisual_pc .mainvisual_copy {
    left: -1%;
    bottom: 8%;
    width: 790px;
    padding: 26px 76px;
  }

  .mainvisual_pc .mainvisual_copy p {
    margin: 0 0 12px;
    font-size: clamp(16px, 1.35vw, 22px);
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  .mainvisual_pc .mainvisual_copy p:last-child {
    margin-bottom: 0;
  }
}
/* スマホ用メインビジュアル：画像・シート・テキスト */
@media screen and (max-width: 760px) {
  .pc-none.mainvisual_sp {
    display: block !important;
    position: relative !important;
    width: 100%;
    overflow: hidden;
  }

  .pc-none.mainvisual_sp img {
    display: block;
    width: 100%;
    height: auto;
  }

  .pc-none.mainvisual_sp .mainvisual_copy {
    display: block !important;
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 5%;
    z-index: 20;

    width: auto;
    padding: 14px 16px;
    box-sizing: border-box;

    background: rgba(90, 80, 75, 0.58);
    border-radius: 8px;

    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  }

  .pc-none.mainvisual_sp .mainvisual_copy p {
    margin: 0 0 6px;
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }

  .pc-none.mainvisual_sp .mainvisual_copy p:last-child {
    margin-bottom: 0;
  }
}
/* white-box内 3列画像パネル */
.white-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0 28px;
}

.white-panel {
  background: #f7f7f7;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 6px 18px rgba(43, 105, 178, 0.08);
}

.white-panel img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 760px) {
  .white-panel-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 20px 0 24px;
  }
}	