@media screen and (min-width: 751px) {
    @charset "utf-8";
    .sp_hidden {
        display: inline
    }
    .pc_hidden {
        display: none
    }
    body {
        width: 100%;
        -webkit-text-size-adjust: none;
        font-family: 'Noto Sans JP', sans-serif;
        color: #333;
        font-size: 12pt;
        line-height: 1.8;
    }
    * {
        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, ol, ul {
        margin: 0;
        padding: 0;
    }
    ol li, ul li {
        list-style-type: none;
    }
    img, iframe {
        vertical-align: bottom;
    }
    a:hover img, {
        transition: all 0.1s ease; /*0.5秒かけて要素を変化させる*/
        opacity: 0.7; /*要素の透明度を指定*/
        filter: alpha(opacity=70); /*ie6、7の透明度指定*/
        /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
    }
    a:hover {
        transition: all 0.5s ease; /*0.5秒かけて要素を変化させる*/
    }
    .switch {
        visibility: hidden;
    }
    #wrap {
        overflow: hidden;
        background:
            url(../img/head_bg_l.jpg) no-repeat left top/ 537px 397px, url(../img/head_bg_r.jpg) no-repeat right top/ 537px 397px, url(../img/bg.jpg) repeat center top/ 456px 507px;
    }
    .table_basic {
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd;
        border-style: none;
        width: 100%;
        max-width: 900px;
        margin: 0 auto 30px;
    }
    .table_basic th {
        background-color: #f6f6f6;
        padding: 15px;
        font-weight: normal;
        border-top: 1px solid #FFF;
        text-align: center;
    }
    .table_basic td {
        background-color: #FFF;
        padding: 15px;
        border-top: 1px solid #FFF;
        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.r {
        text-align: right;
    }
    .table_basic td.c {
        text-align: center;
    }
    .right {
        text-align: right;
    }
    .cen {
        text-align: center;
    }
    .pc_no {
        display: none
    }
    .contentWrap {
        max-width: 1200px;
        margin: 0 auto;
    }
    /*----------------------------------------ヘッダー/メインイメージ----------------------------------------*/
    #pc_sidenav div.btn {
        letter-spacing: 2px;
        writing-mode: vertical-rl;
        z-index: 9999999;
        position: fixed;
        display: inline-block;
        text-align: center; /*中央揃え*/
        font-size: 18px; /*文字サイズ*/
        display: inline-block;
        padding: 20px 11px;
        border-radius: 6px 0px 0px 6px;
    }
    #side_insta {
        right: 0px;
        top: 100px;
        color: #2e6ca5; /*文字色*/
        background: #f13f79;
    }
    #side_twitter {
        right: 0px;
        top: 250px;
        color: #2e6ca5; /*文字色*/
        background: #1da1f2;
    }
    #side_youtube {
        right: 0px;
        top: 370px;
        color: #2e6ca5; /*文字色*/
        background: #ff0000;
    }
    #side_tiktok {
        right: 0px;
        top: 505px;
        color: #2e6ca5; /*文字色*/
        background: #000;
    }
    #side_insta a, #side_twitter a, #side_youtube a, #side_tiktok a {
        color: #fff;
    }
    #sp_sidenav {
        display: none;
    }
    header {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h1 {
        text-align: center;
        width: 260px;
    }
    h1 img {
        width: 209px;
        display: block;
        margin: 0px auto;
        text-align: center;
    }
    ol#gnav {
        width: 1100px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        align-items: flex-end;
    }
    ol#gnav li {
        width: calc(100% - 260px / 6);
        text-align: center;
    }
    ol#gnav li a {
        font-weight: 800;
        color: #594a42;
    }
    ol#gnav li a span {
        font-weight: 400;
        color: #594a42;
        font-size: 10pt;
        display: block;
        color: #33741c
    }
    header .sp_nav {
        display: none;
    }
    .space {
        display: none;
    }
    .menu-btn {
        display: none;
    }
    /*----------------------------------------コンテンツ----------------------------------------*/
    #contents {
        margin: 70px auto;
        max-width: 1200px;
        background: #fff;
        padding: 45px 60px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
        border-radius: 10px;
    }
    /*----------------------------------------メインイメージＩＮＤＥＸ----------------------------------------*/
    .mainimg {
        width: 98%;
        box-sizing: border-box;
        max-width: 1780px;
        margin: 0 auto;
        background: url(../img/mainimg.jpg) no-repeat center left;
        height: 464px;
        border-radius: 10px;
    }
    .mainimg img {
        display: none;
    }
    /*----------------------------------------フッター----------------------------------------*/
    footer {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
        background: url(../img/footer.jpg) repeat-x center left;
        text-align: center;
        color: #fff;
    }
    footer .flogo {
        text-align: center;
    }
    footer .flogo img {
        width: 206px;
    }
    footer .inner {
        padding: 30px 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: 22pt;
        line-height: 1;
        font-weight: 500;
    }
    footer .inner .add .box .tel:before {
        font-family: FontAwesome;
        content: "\f095";
        line-height: 1;
        font-size: 20pt;
        color: #ff9700;
        margin-right: 5px;
    }
    footer .inner .add .txt {
        margin-bottom: 15px;
        font-size: 10pt;
    }
    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 {
        background: #33741c;
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 50%;
        z-index: 99999;
    }
    .page_top img {
        display: block;
        width: 60px;
        height: 60px;
    }
    /*----------------------------------------メインコンテンツ----------------------------------------*/
    .line {
        background: url(../img/line_bg.jpg) repeat center left;
        height: 10px;
    }
    #nenmatsu-nenshi{
        margin: 0 auto;
        padding: 0px 0 40px;
        text-align: center;
    }
    #nenmatsu-nenshi div{
        color: #D30003;
        font-size: 24pt;
        font-weight: 600;
        padding-bottom: 20px;
    }
    #nenmatsu-nenshi p{
        padding-bottom:30px;
    }
    #nenmatsu-nenshi ol{
        text-align: left;
    }
    #nenmatsu-nenshi ol li{
        margin: 0 auto;
        width: 900px;
    }
    #fan {
        margin: 30px auto 80px;
        text-align: center;
    }
    #index01 {
        margin: 0 auto;
        padding: 80px 0 80px;
        text-align: center;
    }
    #index01 .tit {
        margin-bottom: 40px;
    }
    #index01 .ct {
        margin-bottom: 30px;
    }
    #index01 .img {
        margin-bottom: 40px;
    }
    #index01 .img img {
        border-radius: 10px;
        max-width: 100%;
    }
    #index02 {
        margin: 0 auto;
        padding: 80px 0 80px;
        text-align: center;
    }
    #index02 .tit {
        margin-bottom: 40px;
    }
    #index02 .ct {
        margin-bottom: 30px;
    }
    #index02 .img {
        margin-bottom: 40px;
    }
    #index02 .img img {
        border-radius: 10px;
        max-width: 100%;
    }
    #index02 .tel {
        font-weight: 800;
        font-size: 24pt;
        line-height: 1;
        text-align: center;
    }
    #index02 .tel span {
        display: block;
        font-size: 13pt;
        padding-bottom: 20px;
        font-weight: 500;
    }
    #index02 .tel a {
        color: #33741c;
    }
    #index02 .tel a:before {
        font-family: FontAwesome;
        content: "\f095";
        line-height: 1;
        font-size: 85%;
        margin-right: 5px;
    }
    #index03 {
        margin: 0 auto;
        padding: 80px 0 80px;
        text-align: center;
    }
    #index03 .tit {
        margin-bottom: 40px;
    }
    #index03 .ct {
        margin-bottom: 30px;
    }
    #index03 .img {
        margin-bottom: 40px;
    }
    #index03 .img img {
        border-radius: 10px;
        max-width: 100%;
    }
    #index03 .t03 {
        padding: 12px 0 15px;
        width: 100%;
        max-width: 900px;
        margin: 0 auto 30px;
        font-size: 16pt;
        font-weight: 600;
        line-height: 16pt;
    }
    #index03 .title1 {
        color: #de527d;
        border-bottom: 3px solid #de527d;
        border-top: 3px solid #de527d;
    }
    #index03 .title2 {
        color: #ff6100;
        border-bottom: 3px solid #ff6100;
        border-top: 3px solid #ff6100;
    }
    #index03 .title3 {
        color: #80a526;
        border-bottom: 3px solid #80a526;
        border-top: 3px solid #80a526;
    }
    #index03 ol {
        display: flex;
        flex-wrap: wrap;
        max-width: 900px;
        margin: 0 auto 30px;
        line-height: 1.4;
    }
    #index03 ol li {
        width: calc(100% / 4 - 30px);
        margin: 0 15px 20px;
        text-align: left;
        font-size: 10.5pt;
    }
    #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: 10px 0;
        font-size: 12pt;
    }
    #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: 80px 0 80px;
        text-align: center;
    }
    #index04 .tit {
        margin-bottom: 40px;
    }
    #index04 .ct {
        margin-bottom: 30px;
    }
    #index04 .img {
        margin-bottom: 40px;
    }
    #index05 {
        margin: 0 auto;
        padding: 80px 0 80px;
        text-align: center;
    }
    #index05 .tit {
        margin-bottom: 40px;
    }
    #index05 .ct {
        margin-bottom: 30px;
    }
    #index05 .img {
        margin-bottom: 40px;
    }
    #index05 .contact_pc {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #index05 .contact_pc .linev {
        background: #00c300;
        padding: 10px;
        margin-right: 20px;
        border-radius: 6px;
    }
    #index05 .contact_pc .tel {
        font-weight: 900;
        font-size: 32pt;
        margin-left: 20px;
        line-height: 1;
    }
    #index05 .contact_pc .tel span {
        display: block;
        font-size: 14pt;
        padding-bottom: 15px;
        font-weight: 600;
    }
    #index05 .contact_pc .tel a {
        color: #33741c;
    }
    #index05 .contact_pc .tel a:before {
        font-family: FontAwesome;
        content: "\f095";
        line-height: 1;
        font-size: 85%;
        margin-right: 5px;
    }
    #index06 {
        margin: 0 auto;
        padding: 80px 0 0px;
        text-align: center;
    }
    #index06 .tit {
        margin-bottom: 40px;
    }
    #index06 .ct {
        margin-bottom: 30px;
    }
    #index07 {
        margin: 0 auto;
        padding: 80px 0 80px;
        text-align: center;
    }
    #index07 .tit {
        margin-bottom: 40px;
    }
    #index07 .ct {
        margin-bottom: 30px;
    }
    #index07 .img {
        margin-bottom: 40px;
    }
    #index07 a {
        display: inline-block;
        background: #33741c;
        color: #fff;
        font-weight: 500;
        font-size: 13pt;
        padding: 15px 30px;
        border-radius: 6px;
    }
    #index08 {
        margin: 0 auto;
        padding: 80px 0 80px;
        text-align: center;
    }
    #index08 .tit {
        margin-bottom: 40px;
    }
    #index08 .ct {
        margin-bottom: 30px;
    }
    #index08 .img {
        margin-bottom: 40px;
    }
    #index08 .txt_l{
        font-size: 16pt;
        font-weight: 600;
        padding-bottom: 10px;
        color: #d38f07;
    }
    #index08 a {
        display: inline-block;
        background: #33741c;
        color: #fff;
        font-weight: 500;
        font-size: 13pt;
        padding: 15px 30px;
        border-radius: 6px;
    }
    .mbs {
        margin-bottom: 20px;
    }
    .mbm {
        margin-bottom: 40px;
    }
    .mbl {
        margin-bottom: 80px;
    }
    .gmap {
        margin-bottom: 30px;
        border-radius: 10px;
    }
    .gmap iframe {
        width: 100%;
        max-width: 900px;
        height: 300px;
        border-radius: 10px;
    }
    #adopted {
        margin: 0 auto;
        padding: 0px 0 10px;
        text-align: center;
    }
    #adopted .tit {
        margin-bottom: 40px;
    }
    #adopted .img {
        margin-bottom: 40px;
    }
    #adopted ol {
        margin-bottom: 30px;
    }
    #adopted ol li {
        text-align: left;
        padding:15px 15px 15px 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:10px 15px 10px 1.5em;
        list-style-type:disc;
        margin-left: 0.5em;
        border-bottom:none;
        list-style-position: inside;
        text-indent: -1.5em;
    }
    #adopted p {
        text-align: left;
    }
    /*----------------------------------------ankerlink---------------------------------------- */
    #al1, #al2, #al3, #al4, #al5, #al6, #al7, #al8, #timebox {
        margin-top: -0px;
        padding-top: 0px;
    }
}