        body {
            margin: 0;
            padding: 0;
            background-color: #fff;
        }


        



        /*共通CSSここから*/

        /*フォームリセットCSS*/
        input,select {
          -webkit-appearance: none;
          border: none;
        }
        /* リセットCSSここまで*/

        a[target="_blank"][rel="nofollow"] {
            padding-right: 15px;
            background: url(../images/link.png) right center/13px auto no-repeat;
        }
        a[target="_blank"] {
            text-decoration: none;
            color: #0033cc;
        }
        h1 {
            border-bottom: solid 3px #202f41;
            position: relative;
        }
        h1 :after {
                position: absolute;
            content: "";
            display: block;
            border-bottom: solid 3px #a9ceff;
            bottom: -3px;
            width: 20%;
        }
        .overview_day {
            font-size: 10px;
        }
        .overview_map,
        .overview_map a {
            color: #CCC;
            text-decoration: none;
        }
        .fax a[href^="tel:"] {
            pointer-events: none;
            text-decoration: none;
            color: black;
        }
        .line {
            border-top: 1px solid #CCC;
            margin-top: 25px;
        }

        /*共通CSSここまで*/




        /*PC向けのスタイルここから*/
        @media screen and (min-width: 769px) {

            #content {
                max-width: 1100px;
                margin: 0 auto;
            }
            h1 {
                font-size: 2rem;
                margin-bottom: 0px;
            }
        /*パンくずCSSここから*/
        .breadcrumb {
          margin: 0;
          padding: 10px 0;
          list-style: none;
        }

        .breadcrumb li {
          display: inline;
          list-style: none;
          font-weight: bold;
        }

        .breadcrumb li:after {
          content: '>';
          padding: 0 0.2em;
          color: #555;
        }

        .breadcrumb li:last-child:after {
          content: '';
        }

        .breadcrumb li a {
          text-decoration: none;
          color: black;
          margin: 3px;
        }

        .breadcrumb li a:hover {
          text-decoration: underline;
        }
        /*パンくずCSSここまで*/
            .overview_container {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .overview_table {
                width: 100%;
                margin: 0 auto;
                border-collapse: collapse;
                background-color: #fff;
                max-width: 900px;
            }
            .overview_table th,
            .overview_table td {
                border: 2px solid #fff;
                background-color: #f7f7f7;
                padding: 1em;
            }
            .overview_table th {
                text-align: left;
                vertical-align: top;
                background-color: #e1e7ef;
                font-weight: bold;
                min-width: 4em;
                width: 250px;
            }
            .overview_table td {
                width: 650px;
            }
            .overview_table caption {
                caption-side: top;
                font-size: 1.5rem;
                margin-bottom: 10px;
            }
            a[href^="tel:"] {
                pointer-events: none;
                text-decoration: none;
                color: black;
            }
        }


        /*PC向けのスタイルここまで*/



        /* SP向けのスタイル*/
        @media screen and (max-width: 768px) {
            main {
                max-width: 718px;
                margin: 0 auto;
            }
            h1 {
                margin: 15px 25px 2px;
            }
        /*パンくずCSSここから*/
        .breadcrumb {
          margin: 0;
          padding: 5px 25px;
          list-style: none;
        }

        .breadcrumb li {
          display: inline;
          list-style: none;
          font-size: 0.6rem;
        }

        .breadcrumb li:after {
          content: '>';
          padding: 0 0.2em;
          color: #555;
        }

        .breadcrumb li:last-child:after {
          content: '';
        }

        .breadcrumb li a {
          text-decoration: none;
          color: black;
          margin: 3px;
        }

        .breadcrumb li a:hover {
          text-decoration: underline;
        }
        /*パンくずCSSここまで*/
            .overview_table {
                width: 80%;
                margin: 0 auto;
            }
            .overview_table .overview_thead {
                display: none;
            }
            .overview_table tr,
            .overview_table td {
                display: block;
                width: 100%;
                position: relative;
            }
            .overview_table td:first-child:before {
                container: "";
                background: #e9727e;
                box-sizing: border-box;
                color: #fff;
                font-weight: bold;
                height: 40px;
                padding: 10px;
                position: absolute;
                top: -41px;
                left: -0.2%;
                display: block;
                width: 100.5%;
            }
            .overview_table tr {
                margin-bottom: 20px;
            }
            /* iframe {
                width: 300px;
                height: 200px;
            } */
            .overview_table th {
                text-align: left;
                vertical-align: top;
                background-color: #e1e7ef;
                font-weight: bold;
                min-width: 4em;
                width: 310px;
                padding: 9px 0 9px 5px;
            }
            .tel_wrap a {
                text-decoration: none;
                background: #a8a8a8;
                color: white;
                padding: 15px;
                line-height: 3;
                font-size: 20px;
                font-weight: bold;
            }

        }

        /* SP向けのスタイルここまで*/






