@media screen and (min-width:750px),
print {
    .sp {
        display: none !important;
    }
    #breadcrumbs {
        padding: 4px 0;
    }
    h1 {
        margin: 0 auto;
    }

    .top_main {
        height: 502px;
    }
    .top_main p {
        text-align: center;
    }
    /*	maincontent
    ----------------------------------------------------*/
    #contents_wrapper {
        width: 1024px;
        margin: 0 auto;
        padding-top: 1em;
	    display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #main {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        background: #FFF;
    }
    .article {
        width: 100%;
        margin: 0 auto;
    }
    .article section {
        width: 768px;
        margin: 0 auto;
        padding: 0 1em;
    }
    .flexwrap {
        display: flex;
        flex-wrap: wrap;
    }
    .flexwrap.Onehalf,
    .flexwrap.Onethird,
    .flexwrap.Onefourth {
        width: 100%;
        justify-content: space-between;
    }
    .flexwrap.Onethird>div {
        width: 30.5%;
        padding-bottom: 36px;
    }
    .flexwrap.Onethird>div::after {
        content: "";
        display: block;
        width: 31.5%;
    }
    .flexwrap.Onefourth>div,
    .flexwrap.Onefourth>li {
        width: 23%;
    }
    .flexwrap.Onehalf>div,
    .flexwrap.Onehalf>figure,
    .flexwrap.Onehalf>figcaption,
    .flexwrap.Onehalf>li {
        width: 49%;
    }
    .flexwrap.flex37>figure {
        width: 31%;
        padding: 0px 3%;
    }
    .flexwrap.flex37>figcaption {
        width: 63%;
    }
    /*product*/
    .product_general {
        width: 40%;
    }
    .product_text {
        width: 57%;
    }
    /*	header
    ----------------------------------------------------*/
    header {
        position: relative;
        min-width: 800px;
    }
    header nav {
        width: 100%;
    }
    .fixtitle {
        padding-top: 3.5em;
    }
    header ul,
    header p {
        margin: 0;
    }
    #parental_title {
        width: 100%;
        padding: 3em 0;
    }
    .description {
        width: 800px;
        margin: 0 auto;
    }
    .fixed {
        position: fixed !important;
        top: 0px !important;
        bottom: inherit !important;
        left: 0px;
        z-index: 9999;
        background: #FFF;
        border-bottom: #CCC 1px solid;
    }
    #toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 72px;
        height: 72px;
        background: #ee7800;
        padding: 0 16px;
    }
    #menuButton {
        height: 72px;
    }
    #menuButton span:last-child::after {
        font-size: 8px;
    }

    .globalnavi{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0;
    }
    .globalnavi li{
        margin: 0;
    }
    /*	footer
----------------------------------------------------*/
    .footer_top {
        width: 100%;
        min-width: 768px;
        max-width: 1400px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
    .footer_address_wrap {
        width: 53%;
        min-width: 500px;
        margin-right: auto;
    }
    .footer_map_wrap {
        width: 45%;
    }

    /*	sidebar
----------------------------------------------------*/
    #sidebar {
        width: 300px;
        margin-left: 30px;
    }
    /*	navi
----------------------------------------------------*/
    #navi_wrap {
        box-sizing: border-box;
        padding: 13px 19px 11px 17px;
        z-index: 60;
        position: relative;
    }
    .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .menu li a {
        display: block;
        width: 100%;
        padding: 0 1.5em;
        text-decoration: none;
        font-size: 15px;
        line-height: 1;
    }
    .menu_icon {
        margin-bottom: 0.4em;
    }
    .menu li#logo {
    }
    .menu li#logo a {
        padding: 0;
        border: none;
    }
    .menu li#logo a::after {
        border: none;
    }
    #logo img {
        height: 60px;
    }
    .menu li.active>a {
        background: #FFF;
        color: #000;
    }
    .menu li>ul {
        position: absolute;
        top: 84px;
        margin-left: -17px;
        padding: 18px;
        background: #FFF;
        border: #DDD 1px solid;
    }
    .menu li>ul li a {
        padding: 3px;
        font-size: 14px;
    }
    #popup_navi_wrap {
        width: 300px;
        padding: 20px 20px 0 20px;
        top: 50px;
        box-shadow: 0px 1px 14px -6px rgba(0, 0, 0, 0.6);
        right: 17px;
        height: auto !important;
    }
    .popup_navi li {
        margin: 0;
        font-size: 0.9em;
    }
    .popup_navi a:link {
        text-decoration: none !important;
    }
    .popup_navi>li {
        font-size: 0.85em;
    }
    .popup_navi>li a {
        display: flex;
        align-items: center;
        padding: 1.4em;
        border-top: #EEE 1px solid;
    }
    .popup_navi>li a .menu_icon {
        margin: 0 0.2em 0 0;
    }
    .popup_navi .menu_front {
        width: 100%;
    }
    .popup_li>ul {
        margin-top: 0.4em;
    }
    #schedule_popup {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        right: 0;
        top: 192px;
        border-radius: 4px 0 0 4px;
        box-shadow: -3px 0px 14px -6px rgb(0 0 0 / 40%);
    }
    /*single*/
    .page_title {
        max-width: 1000px;
        margin: 0 auto;
    }
    .archive_page_title.page_title {
        width: 100%;
        max-width: 100%;
        padding: 2em;
    }
    .single_data dd {
        padding-right: 12px;
    }
    /*archive*/
    .search_result {
        padding: 0 2em;
    }
    .article section.archive_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .archive {
        width: 100%;
    }
    .archive_figure {
        width: 30%;
    }
    .archive_figcap {
        width: 69%;
    }
    .article .yarpp section.archive_wrap {
        display: block;
        padding: 0 1em;
    }
    .article .yarpp section.archive_wrap .archive {
        width: 100%;
    }
    /*home*/
    .home_h1 {
        top: 50%;
        left: 50%;
        width: 409px;
        line-height: 1.6;
        margin-top: -44px;
        margin-left: -513px;
        font-size: 15px;
        letter-spacing: 0px;
        background: #FFF;
        position: absolute;
        z-index: 50;
        padding: 33px;
    }
    .home_main_wrap {
        border-top: none;
        margin-bottom: 1em;
    }
    .top_main.flexslider {
        position: relative;
        width: 100%;
        max-width: 1920px;
        min-width: 800px;
        margin: 0 auto;
    }
    .flexslider .slides,
    .flexslider .slides li {
        height: 240px;
    }
    .camp_carousel_image {
        opacity: 1 !important;
    }
    .flex-direction-nav .flex-next {
        right: 0 !important;
    }
    .home_color_furisode li {
        width: 19.4%;
    }
    .home_bn_half {
        width: 49%;
    }
    article section.info_wrap {
        width: 100%;
        margin-bottom: 2em;
        border: #FFF 2em solid;
        border-top: none;
        border-bottom: none;
    }
    .info.flexwrap {
        align-items: center;
        justify-content: space-between;
        width: 726px;
        margin: 1em auto 0 auto;
    }
    .info dt {
        width: 12%;
    }
    .info dd {
        width: 83%;
        padding-left: 3%;
    }
    article section.section_home_faq {
        width: 100%;
        max-width: 1100px;
    }
    .faq_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 1em;
    }
    .faq_a {
        width: 23.2%;
        margin: 0 0.5%;
    }
    .home_pr p {
        text-align: center;
    }
    .article section.section_link {
        width: 1000px;
    }
    .link_wrap li {
        width: 33%;
        padding: 0 0.6%;
    }
    .side_main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #aside {
        order: 1;
        width: 340px;
        padding: 3em 4em 0 2em;
        box-sizing: border-box;
    }
    #aside h3 {
        margin: 0;
    }
    .side_main .article {
        order: 2;
        width: 680px;
        margin: 0;
    }
    .side_main .article section {
        margin: 0;
        width: 680px;
    }
    /*イレギュラー対応*/
    .pr1em {
        padding-right: 1em !important;
    }
    .pl1em {
        padding-left: 1em !important;
    }
    .pr20 {
        padding-right: 20px;
    }
    .normal_tb th {
        min-width: 100px;
    }
    .page_tb th {
        width: 30%;
    }
    .end {
        margin-right: 0 !important;
    }
    .gallery-columns-5 {}
    .gallery-columns-4 {}
    .gallery-columns-3 {}
    .call a,
    .tel {
        pointer-events: none;
        text-decoration: none !important;
    }
    .w800px {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
    .w900px {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }
    .w1000px {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .w1100px {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }
    .w1400 {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }
    /*回り込み対応*/
    .FloatRight {
        float: right;
        max-width: 44%;
        padding-left: 1.5em;
    }
    .FloatLeft {
        float: left;
        max-width: 44%;
        padding-right: 1.5em;
    }
    /*カラム対応*/
    .FlexWrap {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    .jcs {
        justify-content: space-between !important;
    }
    .w10 {
        width: 10% !important;
    }
    .w20 {
        width: 20% !important;
    }
    .w30 {
        width: 30% !important;
    }
    .w32 {
        width: 32% !important;
    }
    .w40 {
        width: 40%!important;
    }
    .w42 {
        width: 42%!important;
    }
    .w45 {
        width: 45%!important;
    }
    .w48 {
        width: 48%!important;
    }
    .w50 {
        width: 50%!important;
    }
    .w60 {
        width: 60%!important;
    }
    .w70 {
        width: 60%!important;
    }
    .w80 {
        width: 80% !important;
    }
    .w100 {
        width: 100%!important;
    }
    .flex1 {
        flex: 1;
        padding: 0 0.5em;
    }
}


/*tablet*/

@media screen and (min-width:750px)and (max-width: 1024px) {
    .header_desc {
        font-size: 1vw;
    }
    .menu li a::after {
        display: none;
    }
    header {
        min-width: 1024px;
    }
    #contents_wrapper {
        min-width: 1024px;
    }
    footer {
        min-width: 1024px;
    }
    .footer_navi {
        margin: 0 0.5em;
    }
    .article section {
    }
    .main_img_catch_inner {
        width: 852px;
    }
    .works_detail p {
        font-size: 15px;
    }
    .footer_navi li {
        padding: 0 2px;
    }
    .footer_navi li a {
        font-size: 0.75em;
    }
    .flow::before {
        left: -13px;
    }
    .flow::after {
        left: 0px;
    }
    .flexslider .slides,
    .flexslider .slides li {
        height: 540px;
    }
    .md {
        font-size: 3vw;
    }
    #aside {
        width: 100%;
    }
    .tel_text {
        padding-right: 0;
        border: none;
        max-width: 60%;
    }
}

@media screen and (min-width:1025px)and (max-width: 1400px) {
    .header_desc {
        font-size: 1vw;
    }
}


/*Wide Screen*/

@media screen and (min-width:1400px) {
    .article section.archive_wrap {
        justify-content: flex-start;
    }
    .archive {

    }
    .archive:nth-child(3n) {

    }
}