/* responsive */
.box_sp {
    display: none;
}

.box_pc {
    display: block;
}

/*responsive */

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 100px) and (max-width: 800px) {}

@media screen and (min-width: 751px) {
    #header #gnavi li:hover {
        background: #f8f4f1;
    }

    #header #gnavi li.sub > .sub_menu li:hover {
        background: none;
    }

    #header #gnavi li.sub > .sub_menu li a:hover {
        opacity: .7;
    }

    #footer .f_list li a::after {
        position: absolute;
        content: "";
        bottom: -1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        transform: scaleY(0);
        background-color: #adadad;
        transition: transform 0.3s;
    }

    #footer .f_list li a:hover:after {
        transform: scaleY(1);
    }
}

@media screen and (max-width: 750px) {
    .b01-link {
        padding-left: 0;
        width: 100%;
    }

    .b01-blog li {
        padding: 5px;
    }

    #index_box01 .link_gg_map a {
        font-size: 13px;
    }

    img {
        max-width: 100%;
    }

    #wrapper,
    #header,
    #main,
    #footer,
    .inner,
    .under .under_inner {
        width: 100% !important;
        min-width: inherit !important;
    }

    .inner {
        box-sizing: border-box;
        padding: 0 3%;
    }

    .box_sp {
        display: block;
    }

    .box_pc {
        display: none;
    }

    .idx_contact {
        display: none;
    }

    /*---*/
    #header {
        padding-bottom: 0;
    }

    #header .inner {
        padding: 0 0;
    }

    #header .h_info_l {
        float: none;
        width: 100%;
    }

    #header h1 {
        width: 100%;
        background: #f8f4f1;
        text-align: center;
        padding: 7px 3%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #header .header_content {
        padding-top: 20px;
    }

    #header .h_logo {
        float: none;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 3%;
    }

    #header .h_contact {
        display: none;
    }

    #header .group_btn {
        display: none;
    }

    #header #top_info {
        margin-top: 70px;
    }

    #header .top_info_l {
        float: none;
        width: 100%;
        height: 300px;
    }

    #header .top_info_l .slide01,
    #header .top_info_l .slide02,
    #header .top_info_l .slide03 {
        height: 300px;
    }

    #header .top_info_r {
        float: none;
        width: 100%;
        height: 350px;
    }

    #header #top_info .top_info_frame {
        width: 100%;
    }

    .menu {
        top: 120px;
        bottom: auto;
    }

    #header #gnavi {
        width: 100%;
    }

    #header #gnavi li {
        height: auto;
        background: #f8f4f1;
        width: calc(100% / 6 - 1px) !important;
        margin: 0 1px;
    }

    #header #gnavi li a,
    #header #gnavi li.sub .btn_sub {
        font-size: 13px;
        padding: 0px 5px;
        height: 70px;
        line-height: 1.5em;
    }

    #header #gnavi li.sub {
        position: relative;
    }

    #header #gnavi li a::before,
    #header #gnavi li.sub .btn_sub::before {
        border-left: 0;
    }

    #header #gnavi li:last-child a::after {
        border-right: 0;
    }

    #header #gnavi .ico_gnav02,
    #header #gnavi .ico_gnav03,
    #header #gnavi .ico_gnav04,
    #header #gnavi .ico_gnav05,
    #header #gnavi .ico_gnav06 {
        display: none;
        background: none;
    }

    #header #gnavi li:nth-child(2) a .s_gnav::before,
    #header #gnavi li.sub .btn_sub .s_gnav::before,
    #header #gnavi li:nth-child(4) a .s_gnav::before,
    #header #gnavi li:nth-child(5) a .s_gnav::before,
    #header #gnavi li:nth-child(6) a .s_gnav::before {
        left: 50%;
        transform: translate(-50%);
    }

    #header #gnavi li a .s_gnav,
    #header #gnavi li.sub .btn_sub .s_gnav {
        letter-spacing: 0;
    }

    #header #gnavi .sub_menu {
        width: 175px;
        left: 50%;
        transform: translate(-50%);
        top: 70px;
    }

    #header #gnavi .sub_menu .inner {
        flex-direction: column;
        padding: 0 0;
    }

    #header #gnavi li.sub .sub_menu li {
        background: none;
        width: 100% !important;
        margin: 0 0;
        border-bottom: 1px solid #fff;
    }

    #header #gnavi li.sub .sub_menu ul:last-child li:last-child {
        border-bottom: 0;
    }

    #header #gnavi li.sub .sub_menu li::before {
        top: calc(50% - 6px);
        left: 10px;
    }

    #header #gnavi li.sub .sub_menu li a {
        height: 45px;
        padding-left: 30px;
    }

    #header #gnavi li.sub:hover .sub_menu {
        height: calc(100vh - 60px);
        overflow: auto;
    }
	.box_note dl {
		width: 100%;
	}
    #index_box01 {
        padding: 50px 0 50px;
    }

    #index_box01 .notice h3 {
        padding: 0 3%;
    }

    #index_box01 .box01_frame {
        height: 75px;
        border-radius: 15px;
        margin: 0 3% 50px;
        padding: 0 2em 0 2em;
    }

    #index_box01 .box01_frame p {
        font-size: 18px;
    }

    #index_box01 .center {
        margin-bottom: 30px;
    }

    #index_box01 .box01_l,
    #index_box01 .box01_r {
        float: none;
        width: 100%;
    }

    #index_box01 .box01_map {
        width: 100%;
    }

    #index_box03 {
        padding: 50px 0 0;
    }

    #index_box03 .box03_l,
    #index_box03 .box03_r {
        float: none;
        width: 100%;
    }

    #index_box03 .box03_img {
        padding-left: 0;
        text-align: center;
    }

    #index_box03 .box03_frame {
        left: 50%;
        transform: translate(-50%);
    }

    #index_box03 .box03_r .box03_title02 {
        font-size: 16px;
        letter-spacing: 0.18em;
    }

    #index_box03 .box03_r .idx_btn {
        margin: 30px 0 50px;
    }

    #index_box04 {
        padding: 50px 0 50px;
    }

    #index_box04 .box04_frame {
        margin-top: 30px;
    }

    #index_box04 .box04_list01 {
        flex-direction: column;
    }

    #index_box04 .box04_list01 li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #index_box04 .box04_list01 li:last-child {
        margin-bottom: 0;
    }

    .box04_list02 li {
        width: 100%;
        border-right: 0;
    }

    .box04_list02 li:nth-child(7),
    .box04_list02 li:nth-child(8) {
        border-bottom: 1px solid #adadad;
    }

    #index_box05 {
        padding: 50px 0 30px;
    }

    #index_box05 .box05_list {
        justify-content: center;
    }

    #index_box05 .box05_list li {
        margin-right: 30px;
        margin-bottom: 30px;
    }

    #index_box05 .box05_list li:nth-child(2n+2) {
        margin-right: 0;
    }

    #index_box06 {
        overflow: hidden;
    }

    #index_box06 .inner {
        height: auto;
    }

    #index_box06 .box06_img {
        position: relative;
        bottom: -15px;
    }

    #index_box06 .box06_tt {
        margin-right: 0;
    }

    #index_box07 {
        padding: 50px 0 18px;
    }

    #index_box07 .inner {
        padding: 0 3%;
    }

    #index_box07 h3 {
        margin-bottom: 30px;
    }

    #footer {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    #footer .f_add {
        margin: 20px 0 30px;
    }

    #footer .footer_info {
        flex-direction: column;
        align-items: center;
    }

    #footer .timetable {
        margin-bottom: 20px;
    }

    #footer .f_bnr {
        margin: 30px 0;
    }

    #footer .f_bnr ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    #footer .f_bnr ul li {
        margin-right: 30px;
        margin-bottom: 30px;
    }

    #footer .f_bnr ul li:nth-child(2n+2) {
        margin-right: 0;
    }

    #footer .footer_link {
        display: none;
    }

    #footer .google_map {
        height: 299px;
    }

    #footer .f_gg_map {
        height: 299px;
    }

    #footer address {
        font-size: 12px;
    }

    #toTop {
        bottom: 145px;
        right: 10px;
    }

    #toTop a img {
        width: 40px;
    }

    .banner_sp {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
    }

    .banner_sp .idx_contact {
        display: flex;
        width: 100%;
        height: 60px;
        margin-bottom: 0;
    }

    .banner_sp .idx_contact .idx_tel {
        width: 43%;
    }

    .banner_sp .idx_contact .idx_tel a {
        font-size: 25px;
    }

    .banner_sp .idx_contact .idx_contact_btn {
        width: 34%;
    }

    .banner_sp .idx_contact .idx_contact_btn a {
        font-size: 12px;
        line-height: 1.4;
        width: 100%;
        height: 60px;
        text-align: left;
        padding: 0 .3em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner_sp .idx_contact .idx_contact_btn a .icon24 {
        display: inline-block;
        background: url(../images/icon24.png) no-repeat;
        background-size: 38px auto;
        width: 38px;
        height: 40px;
    }

    .banner_sp .idx_contact .idx_contact_btn a .icon24_tt {
        display: inline-block;
        margin-left: 5px;
    }

    .banner_sp .idx_contact .idx_contact_btn a .icon24_tt span {
        color: #d5af2a;
    }

    .banner_sp .mail_sp {
        width: 23%;
    }

    .banner_sp .mail_sp a {
        color: #fff;
        text-decoration: none;
        background: #d5af2a;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 .3em;
    }

    .banner_sp .mail_sp a .ico_mail_sp {
        display: inline-block;
        background: url(../images/icon_mail.png) no-repeat;
        background-size: 18px auto;
        width: 18px;
        height: 13px;
    }

    .banner_sp .mail_sp a .ico_mail_tt_sp {
        display: inline-block;
        font-family: 'NotoSansCJKjp-Medium';
        font-size: 12px;
        line-height: 1.4;
        margin-left: 5px;
    }

    .banner_sp .bnr_time {
        font-size: 12px;
        color: #826236;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 .3em;
        background: #f8f4f1;
    }
}

@media screen and (max-width: 560px) {
    #index h3 {
        font-size: 24px;
    }

    #index h3 span {
        font-size: 13px;
        margin-top: 8px;
    }

    .idx_btn a {
        height: 50px;
        width: 210px;
    }

    #header .top_info_l,
    #header .top_info_l .slide01,
    #header .top_info_l .slide02,
    #header .top_info_l .slide03 {
        height: 200px;
    }

    #header #top_info .top_info_frame {
        padding: 0 3%;
    }

    #header #top_info .t_info_tt {
        font-size: 22px;
        letter-spacing: 0.1em
    }

    #header #top_info .t_info_s {
        font-size: 14px;
    }

    #index #header #top_info h2 {
        width: 100%;
        font-size: 16px;
    }

    #header #top_info .top_info_list {
        width: 100%;
    }

    #header #top_info .top_info_list li {
        font-size: 13px;
        width: 80px;
        height: 80px;
    }

    #header #gnavi li a,
    #header #gnavi li.sub .btn_sub {
        font-size: 2.2vw;
    }

    #header #gnavi li:nth-child(2) a .s_gnav::before,
    #header #gnavi li.sub .btn_sub .s_gnav::before,
    #header #gnavi li:nth-child(4) a .s_gnav::before,
    #header #gnavi li:nth-child(5) a .s_gnav::before,
    #header #gnavi li:nth-child(6) a .s_gnav::before {
        font-size: 1.9vw;
        bottom: -15px;
    }

    #index_box01 .box01_map {
        height: 250px;
    }

    #index_box01 .box01_frame p {
        font-size: 16px;
    }

    #index_box02 p {
        font-size: 14px;
    }

    #index_box03 .box03_img {
        margin-bottom: 0;
    }

    #index_box03 .box03_img img {
        width: 200px;
    }

    #index_box03 .box03_frame {
        width: 100%;
        padding: 10px 10px 5px 10px;
        position: relative;
        margin-top: -75px;

    }

    #index_box03 .box03_frame .box03_tt {
        font-size: 14px;
        margin-bottom: 15px;
    }

    #index_box03 .box03_frame .box03_tt span {
        font-size: 20px;
    }

    #index_box04 .box04_frame dd {
        padding: 22px 10px 22px 90px;
    }

    #index_box04 .box04_frame dt img {
        width: 50px;
    }

    #index_box05 .box05_list {
        flex-direction: column;
        align-items: center;
    }

    #index_box05 .box05_list li {
        margin-right: 0;
        margin-bottom: 40px;
    }

    #index_box05 .box05_list li:nth-child(1) {
        padding: 30px 0;
    }

    #index_box06 .box06_tt {
        padding: 10px 0;
    }

    #index_box06 .box06_img {
        display: none;
    }

    #footer .f_bnr ul {
        flex-direction: column;
        align-items: center;
    }

    #footer .f_bnr ul li {
        margin-right: 0;
    }

    #footer .google_map {
        height: 250px;
    }

    #footer .f_gg_map {
        height: 250px;
    }

    .idx_contact .idx_tel a {
        font-size: 20px;
    }

    .idx_contact .idx_tel .idx_tel_stt {
        font-size: 11px;
        margin-bottom: 3px;
    }

    .idx_contact .idx_tel .idx_icon_tel {
        background: url(../images/icon_tel.png) no-repeat;
        background-size: 18px auto;
        width: 18px;
        height: 18px;
    }

    .idx_contact .idx_contact_btn a {
        font-size: 18px;
        padding: 12px 5px 0;
    }

    .idx_contact .idx_contact_btn a .idx_s_contact_tt {
        font-size: 2.7vw;
        margin-bottom: 0;
    }

    .banner_sp .idx_contact .idx_tel a {
        font-size: 20px;
    }
}

@media screen and (max-width: 375px) {
    #index_box03 .box03_frame dl {
        font-size: 9px;
    }

    .banner_sp .bnr_time {
        font-size: 10px;
        letter-spacing: -0.05em;
    }

    .banner_sp .idx_contact .idx_tel a {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    #header #gnavi .sub_menu {
        top: 55px;
    }

    #header #gnavi li a,
    #header #gnavi li.sub .btn_sub {
        height: 55px;
    }

    #header #top_info {
        margin-top: 61px;
    }

    #header .top_info_r {
        height: 300px;
    }

    #index #header #top_info h2 {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.05em
    }

    #header #top_info .top_info_list li {
        font-size: 11px;
        width: 70px;
        height: 70px;
    }
    
    #index_box01 .box01_frame p {
        font-size: 14px;
    }

    #index_box02 {
        height: 200px;
    }

    #index_box02 p {
        font-size: 12px;
    }

    #index_box03 .box03_img {
        margin-bottom: 0;
    }

    #index_box03 .box03_frame {

        padding: 15px 10px 10px 10px;
    }

    #index_box03 .box03_frame .box03_tt {
        font-size: 12px;
    }

    .idx_contact .idx_tel a {
        font-size: 16px;
    }
}

@media screen and (max-width: 240px) {}

@media screen and (max-width: 750px) {
/* bnrarea
------------------------------------------------------------------------*/
.bnr_recruit{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 232px;
    height: 130px;
    text-decoration: none;
    transition: all 0.25s;
}
.bnr_recruit img{
    width: 100%;
    height: auto;
}
.bnr_recruit .txts{
    padding: 1.4em 0 0 2em;
}
.bnr_recruit .txt1{
    font-size: 18px;
}
.bnr_recruit .txt2{
    font-size: 32px;
}
.bnr_recruit .txt3{
    top: -0.9em;
    font-size: 14px;
}
.bnr_recruit .txt3 strong{
    top: 0.15em;
    left: .3em;
    font-size: 28px;
}
}

@media screen and (max-width: 560px) {
/* bnrarea
------------------------------------------------------------------------*/
.bnrarea {
    padding: 50px 0 0;
}
.bnr_recruit{
    flex-direction: column;
    width: auto;
    height: auto;
}
.bnr_recruit img{
    width: 100%;
    max-width: 375px;
    height: auto;
    border: 1px solid #fff;
}
.bnr_recruit .txts{
    padding: 1.4em 0 0.5em 0;
    text-align: center;
}
.bnr_recruit .txt1{
    font-size: 18px;
}
.bnr_recruit .txt2{
    font-size: 32px;
    letter-spacing: .13em;
    text-indent: .13em;
}
.bnr_recruit .txt3{
    top: -0.9em;
    left: -0.2em;
    font-size: 14px;
}
.bnr_recruit .txt3 strong{
    top: 0.15em;
    left: .3em;
    font-size: 28px;
}

/* recruitinfo
------------------------------------------------------------------------*/
.recruit_info th,.recruit_info td{
    display: block;
    width: 100%;
}
.recruit_info_photos{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
.recruit_info_photos li{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}
.recruit_info_photos li img{
    width: 100%;
    max-width: 300px;
}
	.box_note dl {
		padding: 20px 10px;
	}
	.box_note dl dt {
		font-size: 5.5vw;
		letter-spacing: 1;
		padding-bottom: 5px;
		border-bottom: 1px dashed #d5af2a;
	}
	.box_note dl dd {
		padding: 0 10px;
		font-size: 14px;
	}
}

@media screen and (max-width: 400px) {
/* bnrarea
------------------------------------------------------------------------*/
.bnrarea {
    padding: 40px 0 0;
}
.bnr_recruit{
    width: auto;
    height: auto;
}
.bnr_recruit img{
    width: 100%;
    max-width: 375px;
    height: auto;
    border: 1px solid #fff;
}
.bnr_recruit .txt1{
    font-size: 5.3vw;
}
.bnr_recruit .txt2{
    font-size: 8vw;
}
.bnr_recruit .txt3{
    top: -0.7em;
    font-size: 3.8vw;
}
.bnr_recruit .txt3 strong{
    top: 0.15em;
    left: .3em;
    font-size: 7.2vw;
}

/* recruitinfo
------------------------------------------------------------------------*/
.recruit_info_photos{
    margin-bottom: 20px;
}
}