@media screen and (max-width: 750px) {
    @charset "utf-8";
    .sp_hidden {
        display: none
    }
    .pc_hidden {
        display: inline
    }
    body {
        -webkit-text-size-adjust: none;
        font-family: 'Noto Sans JP', sans-serif;
        color: #333;
        font-size: 10pt;
        text-align: left;
        margin: 0;
        line-height: 1.6;
        background: url(../../img/bg.png);
    }
    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    p {
        padding: 0;
        margin: 0;
    }
    img, iframe {
        vertical-align: bottom;
    }
    #wrap {
        background:
            url(../img/head_bg_l_sp.jpg) no-repeat left top/ 150px 125px, url(../img/head_bg_r_sp.jpg) no-repeat right top/ 150px 125px, url(../img/bg.jpg) repeat center top/ 456px 507px;
    }
    .imgall {
        display: block;
        width: 100%;
    }
    .sp_no {
        display: none
    }
    li {
        list-style-type: none;
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .contentWrap {
        width: 96%;
        margin: 0 auto;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
    }
    .table_basic th {
        background-color: #f3f3f3;
        padding: 10px 10px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        display: block;
    }
    .table_basic td {
        background-color: #FFF;
        padding: 10px 10px;
        border-top: 1px solid #FFF;
        display: block;
        text-align: left;
    }
    .table_basic th span {
        color: #fff;
        background: #fa2435;
        margin-left: 5px;
        font-size: 11px;
        line-height: 1;
        padding: 2px 6px;
    }
    .table_basic td input.ip_max {
        width: 100% !important;
    }
    .table_basic td textarea {
        width: 100% !important;
        height: 100px !important;
    }
    .table_basic td div {
        padding-top: 10px;
    }
    .table_basic td div img {
        width: 100%;
        height: auto;
    }
    /*----------------------------------------ヘッダー/メインイメージ----------------------------------------*/
    #sp_sidenav {
        display: flex;
        border-radius: 6px;
        margin: 15px 10px 0;
    }
    #sp_sidenav div.btn{
        display: inline-block;
        text-align: center; /*中央揃え*/
        font-size: 12px; /*文字サイズ*/
        display: inline-block;
        flex: 1;
        margin: 0 2px;
    }
    #side_insta a{
        color: #f13f79; /*文字色*/
        border: 2px solid #f13f79;
    }
    #side_twitter a{
        color: #1da1f2; /*文字色*/
        border: 2px solid #1da1f2;
    }
    #side_youtube a{
        color: #ff0000; /*文字色*/
        border: 2px solid #ff0000;
    }
    #side_tiktok a{
        color: #000; /*文字色*/
        border: 2px solid #000;
    }
    #sp_sidenav div.btn a{
        display: block;
        padding: 6px 0px;
        font-weight: 600;
        border-radius: 3px;
    }
    #pc_sidenav {
        display: none;
    }
    header {
        width: 100%;
        padding: 20px 0;
        z-index: 1000;
    }
    h1 {
        text-align: center;
    }
    h1 img {
        width: 130px;
        display: block;
        margin: 0px auto;
        text-align: center;
    }
    ol#gnav {}
    ol#gnav li.nv {
        display: none;
    }
    ol#gnav li a {
        font-weight: 700;
        color: #594a42;
    }
    .space {}
    /*----------------------------------------コンテンツ----------------------------------------*/
    #contents {
        padding: 20px 10px;
    }
    /*----------------------------------------グローバルナビ----------------------------------------*/
    .gnav {
        display: none;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    .mainimg img {
        width: 96%;
        margin: 0 auto;
        display: block;
        border-radius: 10px;
    }
    /*----------------------------------------フッター----------------------------------------*/
    footer {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        background: url(../img/footer.jpg) repeat-x center left;
        text-align: center;
        color: #fff;
    }
    footer .flogo {
        text-align: center;
    }
    footer .flogo img {
        width: 120px;
    }
    footer .inner {
        padding: 20px 0;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
    footer .inner .add {
        text-align: center;
    }
    footer .inner .add .box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }
    footer .inner .add .box a {
        color: #ff9700;
    }
    footer .inner .add .box .tel {
        font-size: 16pt;
        line-height: 1;
        font-weight: 500;
    }
    footer .inner .add .box .tel:before {
        font-family: FontAwesome;
        content: "\f095";
        line-height: 1;
        font-size: 90%;
        color: #ff9700;
        margin-right: 5px;
    }
    footer .inner .add .txt {
        font-size: 9pt;
    }
    footer .inner .add ol.sns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
    }
    footer .inner .add ol.sns li p {
        display: none;
    }
    footer .inner .add ol.sns li.icon1 a:before {
        font-family: FontAwesome;
        content: "\f044";
        color: #fff;
        line-height: 1;
        font-size: 24pt;
        margin-right: 15px;
    }
    footer .inner .add ol.sns li.icon2 a:before {
        font-family: FontAwesome;
        content: "\f082";
        color: #fff;
        line-height: 1;
        font-size: 22pt;
        margin-right: 15px;
    }
    .page_top {
        display: none;
    }
    .page_top img {
        display: none;
    }
    /*----------------------------------------メインコンテンツ----------------------------------------*/
    .line {
        background: url(../img/line_bg.jpg) repeat center left;
        height: 10px;
    }
    #nenmatsu-nenshi{
        margin: 0 auto;
        padding: 0px 0 20px;
    }
    #nenmatsu-nenshi div{
        color: #D30003;
        font-size:16pt;
        font-weight: 600;
        padding-bottom: 10px;
        text-align: center;
    }
    #nenmatsu-nenshi p{
        padding-bottom:20px;
    }
    #nenmatsu-nenshi ol{
        text-align: left;
    }
    #nenmatsu-nenshi ol li{
        margin: 0 auto;
    }
    #fan {
        margin: 10px auto 40px;
        text-align: center;
    }
    #fan img {
        max-width: 100%;
    }
    #index01 {
        margin: 0 auto;
        padding: 40px 0 40px;
    }
    #index01 .tit {
        margin-bottom: 20px;
    }
    #index01 .tit img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    #index01 .ct {
        margin-bottom: 20px;
    }
    #index01 .img {
        margin-bottom: 20px;
    }
    #index01 .img img {
        border-radius: 10px;
        max-width: 100%;
    }
    #index02 {
        margin: 0 auto;
        padding: 40px 0 40px;
    }
    #index02 .tit {
        margin-bottom: 20px;
    }
    #index02 .tit img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    #index02 .ct {
        margin-bottom: 20px;
    }
    #index02 .img {
        margin-bottom: 20px;
    }
    #index02 .img img {
        border-radius: 10px;
        max-width: 100%;
    }
    #index02 .contact_sp {
        text-align: center;
    }
    #index02 .contact_sp .tel a {
        background: #ff9700;
        padding: 10px;
        color: #fff;
        font-size: 14pt;
        margin-bottom: 15px;
        border-radius: 6px;
        display: block;
        width: 80%;
        margin: 0 auto;
        font-weight: 700;
    }
    #index03 {
        margin: 0 auto;
        padding: 40px 0 40px;
    }
    #index03 .tit {
        margin-bottom: 20px;
    }
    #index03 .tit img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    #index03 .ct {
        margin-bottom: 20px;
    }
    #index03 .img {
        margin-bottom: 20px;
    }
    #index03 .img img {
        border-radius: 10px;
        max-width: 100%;
    }
    #index03 .t03 {
        padding: 12px 0 15px;
        width: 100%;
        max-width: 900px;
        margin: 0 auto 15px;
        font-size: 14pt;
        font-weight: 600;
        line-height: 14pt;
        text-align: center;
    }
    #index03 .title1 {
        color: #de527d;
        border-bottom: 2px solid #de527d;
        border-top: 2px solid #de527d;
    }
    #index03 .title2 {
        color: #ff6100;
        border-bottom: 2px solid #ff6100;
        border-top: 2px solid #ff6100;
    }
    #index03 .title3 {
        color: #80a526;
        border-bottom: 2px solid #80a526;
        border-top: 2px solid #80a526;
    }
    #index03 ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 900px;
        margin: 0 auto 20px;
        line-height: 1.4;
    }
    #index03 ol li {
        width:48%;
        margin-bottom: 15px;
        text-align: left;
    }
    #index03 ol li img {
        width: 100%;
        border-radius: 100px;
        width: 150px;
        height: 150px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    #index03 ol li span {
        display: block;
        text-align: center;
        font-weight: 500;
        padding: 7px 0;
        font-size: 11pt;
    }
    #index03 ol.ol_1 li span {
        color: #de527d;
    }
    #index03 ol.ol_2 li span {
        color: #ff6100;
    }
    #index03 ol.ol_3 li span {
        color: #80a526;
    }
    #index04 {
        margin: 0 auto;
        padding: 40px 0 40px;
        text-align: center;
    }
    #index04 .tit {
        margin-bottom: 20px;
    }
    #index04 .tit img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    #index04 .ct {
        margin-bottom: 20px;
    }
    #index04 .img {
        margin-bottom: 20px;
    }
    #index05 {
        margin: 0 auto;
        padding: 40px 0 40px;
    }
    #index05 .tit {
        margin-bottom: 20px;
    }
    #index05 .tit img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    #index05 .img img {
        border-radius: 10px;
        max-width: 100%;
    }
    #index05 .ct {
        margin-bottom: 20px;
    }
    #index05 .img {
        margin-bottom: 25px;
    }
    #index05 .contact_sp {
        text-align: center;
    }
    #index05 .contact_sp .linev a {
        background: #00c300;
        padding: 10px;
        color: #fff;
        font-size: 14pt;
        border-radius: 6px;
        display: block;
        width: 80%;
        margin: 0 auto 15px;
        font-weight: 700;
    }
    #index05 .contact_sp .tel a {
        background: #ff9700;
        padding: 10px;
        color: #fff;
        font-size: 14pt;
        margin-bottom: 15px;
        border-radius: 6px;
        display: block;
        width: 80%;
        margin: 0 auto;
        font-weight: 700;
    }
    #index06 {
        margin: 0 auto;
        padding: 40px 0 40px;
        text-align: center;
    }
    #index06 .tit {
        margin-bottom: 20px;
    }
    #index06 .tit img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    #index07 {
        margin: 0 auto;
        padding: 40px 0 40px;
    }
    #index07 .tit {
        margin-bottom: 20px;
    }
    #index07 .tit img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    #index07 .img img {
        border-radius: 10px;
        max-width: 100%;
    }
    #index07 .ct {
        margin-bottom: 20px;
    }
    #index07 .img {
        margin-bottom: 25px;
    }
    #index07 a {
        display: block;
        width: 90%;
        margin: 0 auto 15px;
        background: #33741c;
        color: #fff;
        font-weight: 500;
        font-size: 13pt;
        padding: 15px 30px;
        border-radius: 6px;
        text-align: center;
    }
    #index08 {
        margin: 0 auto;
        padding: 40px 0 40px;
    }
    #index08 .tit {
        margin-bottom: 20px;
    }
    #index08 .tit img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    #index08 .img img {
        border-radius: 10px;
        max-width: 100%;
    }
    #index08 .ct {
        margin-bottom: 20px;
    }
    #index08 .img {
        margin-bottom: 25px;
    }
    #index08 .txt_l{
        font-size: 13pt;
        font-weight: 600;
        padding-bottom: 10px;
        color: #d38f07;
        text-align: center;
    }
    #index08 a {
        display: block;
        width: 80%;
        margin: 0 auto 15px;
        background: #33741c;
        color: #fff;
        font-weight: 500;
        font-size: 13pt;
        padding: 15px 30px;
        border-radius: 6px;
        text-align: center;
    }
    .mbs {
        margin-bottom: 20px;
    }
    .mbm {
        margin-bottom: 20px;
    }
    .mbl {
        margin-bottom: 30px;
    }
    .gmap {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin-bottom: 20px;
    }
    .gmap iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }
    /*----------------------------------------#adopted---------------------------------------- */
    #adopted {
        margin: 0 auto;
        padding: 0px 0 0px;
        text-align: center;
    }
    #adopted .tit {
        margin-bottom: 20px;
    }
    #adopted .tit img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
    #adopted .img img {
        border-radius: 10px;
        max-width: 100%;
    }
    #adopted .img {
        margin-bottom: 25px;
    }
    #adopted ol {
        margin-bottom: 30px;
    }
    #adopted ol li {
        text-align: left;
        text-align: left;
        padding:12px 12px 12px 1.5em;
        list-style-type: decimal;
        margin-left: 2em;
        border-bottom: 1px dotted #ccc;
        list-style-position: inside;
        text-indent: -1.5em;
    }
    #adopted ol ul{
        
    }
    #adopted ol ul li {
        text-align: left;
        padding:7px 7px 0px 1.2em;
        list-style-type:disc;
        margin-left: 1.2em;
        border-bottom:none;
    }
    #adopted p {
        text-align: left;
    }
    /*----------------------------------------ankerlink---------------------------------------- */
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #timebox {}
}