@charset "UTF-8";

/* ----------------------------------------
ヘッダー
header
------------------------------------------*/
/* ----------------------------------------
新メガメニュー
------------------------------------------*/
.megamenu {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: linear-gradient(90deg, rgb(132 87 57) 0%, rgb(110 69 41) 70%);
    border-right: .5px solid #fff;
    border-left: .5px solid #fff;
    width: 170px;
    min-width: 100%;
    text-align: center;
}
@media screen and (max-width: 1180px) {
.megamenu {
    overflow: unset;
    display: block !important;
    position: relative;
    top: 0px;
    left: 0;
    background: #fff;
    border-right: 0px solid #fff;
    border-left: 0px solid #fff;
    width: 100%;
    min-width: 100%;
    text-align: left;
}
}

.megamenu_flex {
    display: flex;
}
.megamenu_txt {
    width: 50%;
    padding: 1.5rem;
    background: #EEF9FF;
    box-sizing: border-box;
}
.megamenu_img {
    width: 50%;
}
.megamenu_txt_ttl {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 45px;
}
.megamenu_txt_ttl::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    background: #003C8A;
    width: 50px;
    height: 1px;
    z-index: 2;
}
.megamenu_txt_flex {
    display: flex;
}
.megamenu_txt_flex_item:nth-child(1) {
    margin-right: 30px;
}
.megamenu_item {
    padding: 1rem 1.5rem;
    border-bottom: .5px solid #fff;
}
.megamenu_item:hover{
    background: rgb(110 69 41);
    opacity: 1;
}
.megamenu_link {
    font-weight: bold;
    font-size: 1.4rem;
    color: #fff;
    display: block;
}
@media screen and (max-width: 1180px) {
    .megamenu_item {
        padding: 0.5rem 1rem;
        border-bottom: 0px solid #e5e5e5;
    }
    .megamenu_item:hover{
        background:#fff;
        opacity: 1;
    }
    .megamenu_link {
        font-weight: bold;
        font-size: 1.4rem;
        color: #222;
    }
    .megamenu_item a{
        background-color: #faffe1;
        display: inline-block;
    }
}


.megamenu_link_img {
    position: relative;
}
.megamenu_link_img::after {
    position: absolute;
    content: "";
    background: #003C8A;
    opacity: .3;
    width: 120px;
    height: 80px;
    top: 0;
    right: 40px;
}
.megamenu_link img {
    width: 200px;
    height: 80px;
    display: block;
    object-fit: contain;
}
/* .megamenu_list.flex .megamenu_item:not(:nth-child(3n)) {
    margin-right: 20px;
} */
.megamenu_list.flex .megamenu_item {
    margin-bottom: 5px;
}

.megamenu_list.flex .megamenu_link p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

@media screen and (max-width: 1180px) {
.megamenu_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
}
.megamenu_list li{
 width: calc(100% / 2);
}
.megamenu_list li a{
position: relative;
}
.megamenu_list li a::after {
position: absolute;
content: "";
top: 50%;
left: -12px;
transform: translateY(-50%);
background: url(../images/common/btn1.webp) no-repeat center / contain;
background: url(../images/common/footer-nav-item.webp) no-repeat center / contain;
width: 10px;
height: 10px;
}
}


    /******************************
jsのレスポンシブ
<br class="sp_navi_br">
<br class="pc_navi_br">
******************************/
.sp_navi_br {
    display: none; /* pcの時は非表示 */
}
.pc_navi_br {
    display: block; /* spの時は非表示 */
}

@media (max-width: 1180px) {
  .sp_navi_br {
  display: block; /* spの時は表示 */
  }
  .pc_navi_br {
  display: none; /* spの時は非表示 */
  }
}

/* ----------------------------------------
新メガメニュー
------------------------------------------*/
a.navi_style{
    font-weight: bold;
}

#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 0 2rem 0 0;
    background: #fff;
    width: 100%;
    height: 88px;
    box-shadow: 1px 1px 3px #ccc;
}
.header_logo_wrap {
    max-width: 300px;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 0.5rem 2rem;
    transition: 1s;
}
.header_logo_wrap:hover {
    transform: scale(0.95);
    transition: 1s;
}

.header_nav_wrap {
    margin-left: auto;
}
.header_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.header_nav_item {
    padding: 1rem;
    position: relative;
    cursor: pointer;
    color: #222;
    font-weight: bold;
    z-index: 0;
}

/* navi_item */
.header_nav_list .header_nav_item a.header_nav_link{
    position: relative;
    z-index: 0;
}
.header_nav_list .header_nav_item a.header_nav_link::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1.5s;
}
.header_nav_list .header_nav_item:nth-child(1) a.header_nav_link::before {
    background-image: url(../images/navi/navi_item01.png);
    height: 44px;
    width: 79px;
}
.header_nav_list .header_nav_item:nth-child(1):hover a.header_nav_link::before {
background-image: url(../images/navi/navi_item01_2.png);
transition: 1.5s;
}
.header_nav_list .header_nav_item:nth-child(2) a.header_nav_link::before {
    background-image: url(../images/navi/navi_item02.png);
    height: 44px;
    width: 125px;
}
.header_nav_list .header_nav_item:nth-child(2):hover a.header_nav_link::before {
background-image: url(../images/navi/navi_item02_2.png);
transition: 1.5s;
}
.header_nav_list .header_nav_item:nth-child(3) a.header_nav_link::before {
    background-image: url(../images/navi/navi_item03.png);
    height: 44px;
    width: 92px;
}
.header_nav_list .header_nav_item:nth-child(3):hover a.header_nav_link::before {
background-image: url(../images/navi/navi_item03_2.png);
transition: 1.5s;
}
.header_nav_list .header_nav_item:nth-child(4) a.header_nav_link::before {
    background-image: url(../images/navi/navi_item04.png);
    height: 44px;
    width: 195px;
}
.header_nav_list .header_nav_item:nth-child(4):hover a.header_nav_link::before {
background-image: url(../images/navi/navi_item04_2.png);
transition: 1.5s;
}
.header_nav_list .header_nav_item:nth-child(5) a.header_nav_link::before {
    background-image: url(../images/navi/navi_item05.png);
    height: 44px;
    width: 91px;
}
.header_nav_list .header_nav_item:nth-child(5):hover a.header_nav_link::before {
background-image: url(../images/navi/navi_item05_2.png);
transition: 1.5s;
}
.header_nav_list .header_nav_item:nth-child(6) a.header_nav_link::before {
    background-image: url(../images/navi/navi_item06.png);
    height: 44px;
    width: 108px;
}
.header_nav_list .header_nav_item:nth-child(6):hover a.header_nav_link::before {
background-image: url(../images/navi/navi_item06_2.png);
transition: 1.5s;
}


.sp_only_nav_list a{
    position: relative;
    z-index: 0;
}
.sp_only_nav_list a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 1.5s;
    background-image: url(../images/navi/navi_item06.png);
    height: 44px;
    width: 108px;
}


/* navi_item END*/

.header_nav_item:not(:last-child) {
    margin-right: 0rem;
}
.header_nav_item:hover,
.header_nav_link:hover {
    opacity: 1;
}
/* ナビのフォバー下線 */
/* .header_nav_item::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #845739;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
} */
.header_nav_item:hover:after {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.header_nav_link {
    font-weight: bold;
    letter-spacing: 2px;
}
.header_nav_sub_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.header_nav_sub_item {
    padding: 1rem;
    position: relative;
    cursor: pointer;
    color: #222;
}
.header_nav_sub_item:nth-child(1):after {
    content: "";
    position: absolute;
    background: #D9E0DE;
    width: 1px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    right: -6px;
}
.header_nav_sub_link {
    font-size: 1.4rem;
}
@media screen and (max-width: 1180px) {
    .header_nav_sub_item:nth-child(1):after {
        width: 0px;
    }
    .header_nav_sub_link {
        font-size: 1.6rem;
        font-weight: bold;
    }
}



.header_nav_sub_link:hover {
    color: #134500;
    opacity: 1;
}
.header_nav_sub_item:not(:last-child) {
    margin-right: 1rem;
}
.header_nav_sub_link img {
    vertical-align: sub;
    margin-right: 5px;
}

/* hover開閉メニュー */
.has_menu::before {
    position: absolute;
    content: "";
    width: 500px;
    height: 25px;
    bottom: -25px;
    left: 0;
}
.sub_menu {
    display: none;
    position: absolute;
    /* top: 69px; */
    top: 50px;
    left: -100px;
    width: 500px;
    z-index: 999;
    padding: 2rem;
    border-radius: 5px;
    background: #fff;
    box-shadow: 3px 3px 10px #ccc;
}
.sub_menu.ver02 {
    padding: 2rem 2rem .5rem 2rem;
}
.sub_menu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sub_menu_img_wrap {
    width: 35%;
}
.sub_menu_content_wrap {
    width: 60%;
}
.sub_menu_content_head {
    margin-bottom: 10px;
}
.sub_menu_content_ttl a {
    font-size: 1.8rem;
    font-weight: 900;
    padding-bottom: 10px;
    border-bottom: 2px dotted #222;
    display: block;
}
.sub_menu_list {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .sub_menu_list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}



.sub_menu_item {
    width: calc(100% / 2);
    position: relative;
    padding-left: 2rem;
}
.sub_menu_item02 {
    width: calc(100% / 1);
    position: relative;
    padding-left: 2rem;
}
.sub_menu_item::before,.sub_menu_item02::before {
    position: absolute;
    content: "";
    background: url(../images/common/sub-menu-item.webp) no-repeat center / contain;
    width: 11px;
    height: 13px;
    top: 6px;
    left: 0;
    transition: .5s;
}
.sub_menu_item:hover::before,.sub_menu_item02:hover::before {
    transform: translateX(3px);
    transition: .5s;
}
.sub_menu_item:nth-child(-n + 7),.sub_menu_item02:nth-child(-n + 7)  {
    margin-bottom: 10px;
}
.sub_menu_link:hover {
    color: #845739;
    opacity: 1;
}

@media screen and (max-width: 1180px) {
    .ham_logo_wrap {
        max-width: 200px;
        margin: 0 auto 30px;
    }
    .has_menu::before {
        display: none;
    }
    .btn-gNav {
        display: block;
        position: fixed;
        top: 15px;
        right: 25px;
        width: 60px;
        height: 60px;
        z-index: 1000;
        box-sizing: border-box;
        cursor: pointer;
        transition: all 400ms;
        border-radius: 15px;
        background: #134500;
    }
    .header .btn-gNav span {
        position: absolute;
        width: 30px;
        height: 3px;
        left: 15px;
        background: #fff;
        border-radius: 15px;
        transition: all 400ms;
    }
    .btn-gNav span:nth-child(1) {
        top: 17px;
    }
    .btn-gNav span:nth-child(2) {
        top: 27px;
        width: 20px;
        left: 24px;
    }
    .btn-gNav span:nth-child(3) {
        top: 37px;
        width: 12px;
        left: 32px;
    }
    .btn-gNav.open {
        right: 25px;
    }
    .btn-gNav.open span:nth-child(1) {
        transform: rotate(-45deg);
        top: 27px;
    }
    .btn-gNav.open span:nth-child(2) {
        display: none;
    }
    .btn-gNav.open span:nth-child(3) {
        transform : rotate(45deg);
        top: 27px;
        width: 30px;
        left: 15px;
    }
    .header_nav_wrap {
        position: fixed;
        top: 0;
        right: 0;
        background: #fff;
        width: 100%;
        max-width: 550px;
        height: 100vh;
        padding: 4rem 2rem;
        transform: translateX(100%);
        transition: .3s;
        overflow-y: scroll;
        border-left: 2px solid #eee;
    }
    .header_nav_wrap.open {
        transform: translateX(0);
    }
    .header_nav_list,
    .header_nav_sub_list {
        display: block;
    }
    .header_nav_item {
        padding-left: 2rem;
    }
    .header_nav_item:not(.has_menu) {
        border-bottom: 2px dotted #e5e5e5;
        padding: 1rem 0 1rem 2rem;
    }
    .header_nav_item:not(:last-child),
    .header_nav_sub_item:not(:last-child) {
        margin-right: 0;
        border-bottom: 2px dotted #e5e5e5;
        padding: 1rem 0 1rem 2rem;
    }
    .header_nav_item::after {
        content: "";
        position: absolute;
        bottom: unset;
        opacity: unset;
        visibility: unset;
        transition: unset;
        background: unset;
        width: 20px;
        height: 20px;
        left: 0;
    }

    .has_menu a{
        font-weight: bold;
    }
    .sub_menu {
        display: block;
        position: static;
        border: unset;
        width: 100%;
        z-index: 999;
        margin-top: 10px;
        padding: 1rem;
    }
    .sub_menu.ver02 {
        padding: 1rem;
    }
    .sub_menu_content_ttl {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .header_logo {
        max-width: 200px;
    }
    .header_nav_wrap {
        width: 100%;
        display: block;
        padding: 4rem 2rem 12rem;
    }
    .ham_logo_wrap {
        max-width: 150px;
    }
    .header_nav_item:not(.has_menu) {
        padding: 1rem 0 1rem 2.5rem;
    }
    .sub_menu,
    .sub_menu.ver02 {
        padding: 0;
        border-radius: 0;
        background: unset;
        box-shadow: unset;
    }
    .sub_menu_content_wrap {
        width: 100%;
    }
    .sub_menu_img_wrap {
        display: none;
    }
    .sub_menu_item, .sub_menu_item02{
        width: 100%;
        padding-left: 2rem;
        border-bottom: 1px solid #e5e5e5;
    }
    .sub_menu_item::before,.sub_menu_item02::before {
        width: 9px;
        height: 11px;
    }
    .sub_menu_content_head {
        margin-bottom: 0;
    }
    .header_nav_sub {
        margin-top: 0px;
    }
}
/* ----------------------------------------
コンタクト フッター
footer
------------------------------------------*/
.bg_only {
    position: relative;
    width: 100%;
    padding: 9rem 0;
    background: url(../images/common/bg-only.webp) no-repeat center / cover;
}
.bg_only:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0);
}

.bg_only .contactbox {
    border: 15px solid rgba(255, 255, 255, .6);
    border-radius: 10px;
    margin: 0 auto;
    width: 960px;
    max-width: 90%;
}
@media screen and (max-width: 767px) {
    .bg_only .contactbox {
        max-width: 95%;
    }
}


.bg_only .inbox {
    background: rgba(255, 255, 255, .7);
    border-radius: 5px;
    margin: 2px;
    padding: 5rem 2rem 5rem;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .bg_only .inbox {
        padding: 2rem 2rem 2rem;
    }
}

.bg_only .fotbox {
    position: relative;
}

.bg_only .ttl {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.bg_only .txt {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 3rem 0;
}
@media screen and (max-width: 767px) {
    .bg_only .ttl {
        font-size: 2.6rem;
    }
    .bg_only .txt {
        font-size: 1.4rem;
    }
}


.bg_only .conbox a {
    display: inline-block;
}
.bg_only .conbox p {
    margin-top: 1rem;
}
/* ----------------------------------------
フッター
footer
------------------------------------------*/
.footer_address_wrap dl{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
width: 100%;
}
.footer_address_wrap dl dt{
    width: 50px;
    margin-bottom: 3px;
    text-align: center;
}
.footer_address_wrap dl dd{
    width: calc(100% - 50px);
}

.footer_address_wrap .icon01 img{
    width: 15px;
}
.footer_address_wrap .icon02 img{
    width: 17px;
}
.footer_address_wrap .icon03 img{
    width: 24px;
}



.footer {
    padding: 4rem 0 10rem;
}
.footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    z-index: -1;
    background-image: url(../images/common/footer_bg.webp);
    background-position: top;
    background-size: cover;
}
.footer .bird1 {
    top: 60px;
    right: 15vw;
    width: 60px;
}
.footer .bird2 {
    top: 100px;
    left: 5vw;
    width: 60px;
}
@media screen and (max-width: 820px) {
    .footer .bird1 {
       display: none;
    }
    .footer .bird2 {
        display: none;
    }
}

.footer_info_wrap {
display: flex;
flex-wrap: wrap;
margin-bottom: 50px;
justify-content: center;
align-items: center;
}
.footer_logo_wrap {
    max-width: 300px;
    margin-right: 4rem;
    transition: 1s;
}

.footer_logo_wrap:hover {
    transform: scale(0.95);
    transition: 1s;
}

.footer_address_wrap{
    max-width: 330px;
}
.footer_nav_wrap {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
    .footer_nav_wrap {
        justify-content: space-between;
        margin-bottom: 0px;
    }
}

.footer_nav_item:not(:last-child) {
    margin-bottom: 10px;
}
/* 一列目 */
/* .footer_nav:nth-child(1) .footer_nav_item:nth-child(1) .footer_nav_link {
    font-size: 1.8rem;
    font-weight: bold;
} */
/* 1列目2列目 */
.footer_nav:nth-child(1) .footer_nav_item:nth-child(1) .footer_nav_link,
.footer_nav:nth-child(2) .footer_nav_item:nth-child(1) .footer_nav_link {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 3px dotted #222;
    margin-bottom: 10px;
    display: block;
}
.footer_nav:nth-child(1) .footer_nav_item:nth-child(n + 2),
.footer_nav:nth-child(2) .footer_nav_item:nth-child(n + 2) {
    position: relative;
    padding-left: 1.5rem;
}

.footer_nav:nth-child(1) .footer_nav_item:nth-child(n + 2)::before,
.footer_nav:nth-child(2) .footer_nav_item:nth-child(n + 2)::before {
    position: absolute;
    content: "";
    background: url(../images/common/footer-nav-item.webp) no-repeat center / contain;
    width: 5px;
    height: 7px;
    top: 7px;
    left: 0;
    transition: .5s;
}
.footer_nav:nth-child(1) .footer_nav_item:nth-child(n + 2)::before:hover,
.footer_nav:nth-child(2) .footer_nav_item:nth-child(n + 2)::before:hover {
    transform: translateX(3px);
    transition: .5s;
}
.footer_nav:nth-child(1) .footer_nav_item:nth-child(n + 2) .footer_nav_link,
.footer_nav:nth-child(2) .footer_nav_item:nth-child(n + 2) .footer_nav_link {
    font-size: 1.6rem;
    color: #222;
}
/* 3列目 */
.footer_nav:nth-child(3) .footer_nav_link {
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
}
/* 4列目 */
.footer_nav:nth-child(4) .footer_nav_item {
    position: relative;
    padding-left: 1.5rem;
}

.footer_nav:nth-child(4) .footer_nav_item::before {
    position: absolute;
    content: "";
    background: url(../images/common/footer-nav-item.webp) no-repeat center / contain;
    width: 5px;
    height: 7px;
    top: 9px;
    left: 0;
    transition: .5s;
}
.footer_nav:nth-child(4) .footer_nav_item::before:hover {
    transform: translateX(3px);
    transition: .5s;
}
.footer_nav:nth-child(4) .footer_nav_item .footer_nav_link {
    font-size: 1.4rem;
    color: #222;
}
.copyright_wrap {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    width: 100%;
}
.copyright {
    font-size: 14px;
    letter-spacing: 0px;
}

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

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

}
@media screen and (max-width: 768px) {
    .footer {
        padding: 4rem 0 25rem;
    }
    .footer_nav {
        width: calc(100% / 2 - 30px);
    }
    .footer_nav:nth-child(1) {
        order: 1;
        margin-bottom: 20px;
    }
    .footer_nav:nth-child(2) {
        order: 3;
        margin-bottom: 20px;
    }
    .footer_nav:nth-child(3) {
        order: 4;
        margin-bottom: 20px;
    }
    .footer_nav:nth-child(4) {
        order: 2;
        margin-bottom: 20px;
    }
    .footer_nav:nth-child(5) {
        order: 5;
    }
}
@media screen and (max-width: 767px) {
    .footer_nav {
        width: calc(100% / 2 - 10px);
    }

    .footer_logo_wrap {
        max-width: 250px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .footer_nav:nth-child(1) .footer_nav_item:nth-child(1) .footer_nav_link,
    .footer_nav:nth-child(2) .footer_nav_item:nth-child(1) .footer_nav_link, .footer_nav:nth-child(3) .footer_nav_item:nth-child(1) .footer_nav_link {
        font-size: 1.6rem;
    }
    .footer_nav:nth-child(2) .footer_nav_item:nth-child(n + 2) .footer_nav_link, .footer_nav:nth-child(3) .footer_nav_item:nth-child(n + 2) .footer_nav_link,
    .footer_nav:nth-child(3) .footer_nav_link,
    .footer_nav:nth-child(4) .footer_nav_link {
        font-size: 1.4rem;
    }
    .footer_nav:nth-child(2) .footer_nav_item:nth-child(n + 2)::before, .footer_nav:nth-child(3) .footer_nav_item:nth-child(n + 2)::before {
        width: 7px;
        height: 10px;
    }
    .footer .tree2,
    .footer .tree3 {
        display: none;
    }
    .footer .tree1 {
        bottom: 55px;
    }
    .footer .tree4 {
        bottom: 60px;
    }
    .footer .bird2 {
        left: 37vw;
    }
    .footer::after {
       display: none;
    }
    .footer {
        padding: 4rem 0 8rem;
    }
}
@media screen and (max-width: 600px) {
    .footer_nav {
        width: calc(100% / 1 - 10px);
    }
    .footer_nav:nth-child(4) {
        order: 2;
        margin-bottom: 30px;
    }
    .footer_nav:nth-child(4) .footer_nav_item .footer_nav_link {
        font-size: 1.6rem;
        color: #222;
    }
    .footer_nav:nth-child(1) {
        order: 1;
        margin-bottom: 10px;
    }
    .footer_nav:nth-child(1) .footer_nav_item:nth-child(n + 2) .footer_nav_link, 
    .footer_nav:nth-child(2) .footer_nav_item:nth-child(n + 2) .footer_nav_link {
        font-size: 1.6rem;
    }
    .footer_nav:nth-child(3) .footer_nav_item:nth-child(n + 2) .footer_nav_link, 
    .footer_nav:nth-child(3) .footer_nav_link, 
    .footer_nav:nth-child(4) .footer_nav_link {
        font-size: 1.6rem;
    }
}

/* ----------------------------------------
メディア
media
------------------------------------------*/
.media {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.media_img_wrap {
    width: 40%;
}
.media_content_wrap {
    width: 55%;
}
.media_content_wrap p:not(:last-child) {
    margin-bottom: 10px;
}
.media_content_head {
    margin-bottom: 10px;
}
.media_content_ttl {
    font-size: 25px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0d732f;
    border-bottom: 2px solid #99ba32;
    padding: 5px 0;
    line-height: 1.4;
    background: #fff;
}

@media screen and (max-width: 1180px) {
    .media_content_ttl {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .shokuiku_page .media_img_wrap {
       text-align: center;
     }
    .shokuiku_page .media_img_wrap img{
        height: 460px;
       margin: 0 auto;
    }
    .media_img_wrap {
        width: 100%;
        margin-bottom: 10px;
    }
    .media_content_wrap {
        width: 100%;
    }
    .media_content_head {
        margin-bottom: 10px;
    }
    .media_content_ttl_sub {
        font-size: 1.8rem;
    }
}


/* ----------------------------------------
カラム
column
------------------------------------------*/
.column_wrap {
    display: flex;
    flex-wrap: wrap;
}

.column3_item {
    border-radius: 3px;
    /* box-shadow: 3px 3px 5px #cecece; */
    margin: 0 20px 50px 0;
    width: calc(100% / 3 - 14px);
    padding: 2rem;
    background: #fff;
    position: relative;
}
.column3_item:nth-child(3n) {
    margin-right: 0;
}
.column3_img_wrap {
    margin-bottom: 10px;
}
.column3_content_head {
    margin-bottom: 10px;
}
.column3_content_ttl {
    font-weight: 900;
    text-align: center;
}
.column4_item {
    position: relative;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #cecece;
    margin: 0 10px 10px 0;
    width: calc(100% / 4 - 8px);
    padding: 1rem;
}
.column4_item:nth-child(4n) {
    margin-right: 0;
}
.column4_img_wrap {
    text-align: center;
}
@media screen and (max-width: 820px) {
    .column3_item {
        width: calc(100% / 2 - 20px);
    }
    .column4_item {
        width: calc(100% / 2 - 5px);
    }
    .column3_item:nth-child(2n),
    .column4_item:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .column2_item {
        padding: 1rem;
    }
    .column2_content_ttl {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px) {
    .column2_item,
    .column3_item,
    .column4_item {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .column3_item:nth-child(2n),
    .column4_item:nth-child(2n) {
        margin-right: 0;
    }
}


/* ----------------------------------------
インナー
inner
------------------------------------------*/
.innerS {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 2rem;
}
.inner {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 2rem;
}
.innerL {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
    .innerS {
        width: 90%;
    }
}


/* ----------------------------------------
要素間調整
element space
------------------------------------------*/
.topmain {
    padding: 10rem 0 0;
}
@media screen and (max-width: 820px) {
    .topmain {
        padding: 5rem 0 0;
    }
}
@media screen and (max-width: 767px) {
    .topmain {
        padding: 0rem 0 0;
    }
}


.main {
    padding: 10rem 0 6rem;
}
.section {
    padding: 8rem 0 4rem;
    position: relative;
}
.instagram_section{
    padding: 20rem 0 4rem;
    position: relative;
}
@media screen and (max-width: 767px) {
    .instagram_section{
        padding: 6rem 0 4rem;
        position: relative;
    }
}


.section:first-child {
    padding: 0;
}
.section_head {
    margin-bottom: 30px;
    background: rgb(255 255 255 / 75%);
}
.bg_sky .section_head {
    margin-bottom: 30px;
    background: none;
}

.content:not(:last-of-type) {
    margin-bottom: 20px;
}
.content:not(:last-of-type) {
    margin-bottom: 30px;
}

.contents {
    margin-bottom: 20px;
    padding: 2rem;
    background: #fff;
}
.contents p:not(:last-of-type) {
    margin-bottom: 10px;
}
.contents:not(:last-of-type) {
    margin-bottom: 30px;
}
.content_head {
    margin-bottom: 20px;

}
.content div:not(:last-of-type),
.content p:not(:last-of-type) {
    margin-bottom: 15px;
}
.img_wrap {
    margin-bottom: 50px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .section {
        padding: 4rem 0;
    }
}
@media screen and (max-width: 767px) {
    .main {
        padding: 6rem 0 6rem;
    }
    .page .main {
        padding: 4rem 0 6rem;
    }
    .section {
        padding: 4rem 0 0;
    }
    .section_head {
        margin-bottom: 10px;
    }
    .section:nth-of-type(1) {
        padding: 4rem 0;
    }
    .contents {
        padding: 0rem;
    }
}


/* ----------------------------------------
タイトル　
ttl
------------------------------------------*/
.ttl1 {
    font-size: 3rem;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.ttl1 + p {
    margin-top: 20px;
    font-size: 1.8rem;
    letter-spacing: 2px;
}
.ttl2 {
    font-size: 2.4rem;
    letter-spacing: 2px;
}
.ttl2 + p {
    margin-top: 20px;
    font-size: 1.8rem;
    letter-spacing: 2px;
}
.ttl2::before {
    content: "◼︎";
}
.section_head .obj_ttl_wrap {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .section_head .obj_ttl_wrap {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}


.obj_ttl_wrap {
    position: relative;
    display: inline-block;
    transform: translateX(-50%);
    left: 50%;
    background: #fff;
    height: 50px;
}
@media screen and (max-width: 767px) {
    .obj_ttl_wrap {
        height: 0;
    }
}



.bg_sky .obj_ttl_wrap {
    background: none;
}


.ttl3 {
    font-size: 3rem;
    letter-spacing: 5px;
}
.bg_sky_ttl{
    margin-top: 50px;
}
.bg_sky_ttl .ttl3 {
    letter-spacing: 3px;
    color: #845739;
    font-size: 22px;
    font-weight: bold;
}


.ttl3 + p {
    margin-top: 20px;
    font-size: 1.8rem;
    letter-spacing: 2px;
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 1024px) {
    .ttl3 {
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 820px) {
    .ttl2 {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 768px) {
    .ttl1 {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .ttl2 {
        font-size: 2rem;
    }
    .ttl3 {
        font-size: 2rem;
    }
    .obj_ttl_wrap {
        background: transparent;
    }
}


/* ----------------------------------------
テキスト　
txt
------------------------------------------*/
.txt1 {
    font-size: 3rem;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #009944;
}
@media screen and (max-width: 767px) {
    .txt1 {
        font-size: 1.8rem;
    }
}


/* ----------------------------------------
ボタン
btn
------------------------------------------*/
.btn_column {
    width: 90%;
    max-width: 750px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.btn {
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    display: inline-block;
    padding: 1rem 6rem;
    transition: .3s;
    width: 100%;
    max-width: 350px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    font-family: "Zen Maru Gothic", serif;
}
.pdfarea .btn {
    padding: 1rem 3rem;
    width: 430px;
    max-width: 100%;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
.pdfarea .btn {
    font-size: 16px;
}
}


.btn:hover {
    transition: .3s;
    opacity: 1;
}
.btn1 {
    background: #ffffff;
    color: #845739;
    border: 2px solid #845739;
    line-height: 1.2;
}
.btn1::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(../images/common/btn1.webp) no-repeat center / contain;
    width: 15px;
    height: 15px;
    transition: .3s;
}
.btn1:hover {
    background: #845739;
    color: #F2F8F5;
}
.btn1:hover::after {
    background: url(../images/common/btn1-hover.webp) no-repeat center / contain;
    transition: .3s;
}


/* ----------------------------------------
ボックス
box
------------------------------------------*/
.box1 {
    line-height: 1.8;
}
.box1 p {
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding: 2rem;
}
.box2_img_wrap {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.box2_img_wrap img {
    width: 100%;
}
.box2_head {
    position: absolute;
    top: 20px;
    right: 20px;
}
.box2_ttl {
    font-size: 2.4rem;
    writing-mode: vertical-rl;
    background: #fff;
    padding: 1rem .5rem;
    letter-spacing: 5px;
}
.box3_img_wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.box3_img_wrap img {
    width: 100%;
}
.box3_content {
    margin-bottom: 50px;
    position: relative;
}
.box3_content .obj:nth-child(1) {
    bottom: 69px;
    left: 0vw;
}
.box3_content .obj:nth-child(2) {
    bottom: 70px;
    right: -1vw;
}
.box3_content p {
    font-size: 24px;
    padding: 20px;
    letter-spacing: 5px;
    color: #0d732f;
    text-align: center;
    /* background: repeating-linear-gradient(135deg, #ddedd7, #ddedd7 20px, #fff 20px, #fff 40px); */
    background-image: url(../images/page/bg_item.png);
    background-color: #fffbf1;
    background-size: 5px auto;
}
.recruit_title .box3_content p {
    font-size: 22px;
}

@media screen and (max-width: 1024px) {
    .box3_content p {
        font-size: 18px;
        padding: 20px 10px;
    }
    .recruit_title .box3_content p {
        font-size: 16px;
        padding: 20px 30px;
        text-align: left;
    }
    .box3_content .obj {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 767px) {
    .box3_content p {
        font-size: 18px;
        padding: 20px 20px;
        text-align: left;
        letter-spacing: 2px;
        line-height: 1.8;
    }
    .recruit_title .box3_content p {
        font-size: 16px;
        padding: 20px 20px;
        text-align: left;
        letter-spacing: 2px;
        line-height: 1.8;
    }
    .box1 p {
        font-size: 1.6rem;
        letter-spacing: 1px;
        padding: 0rem;
        line-height: 1.8;
    }
    .box3_content .obj {
        width: 50px;
    }
    .box3_content .obj:nth-child(1) {
        bottom: 0px;
        left: -1vw;
    }
    .box3_content .obj:nth-child(2) {
        bottom: 0px;
        right: -1vw;
    }
}

/* ----------------------------------------
固定ページヘッダー
page head
------------------------------------------*/
.page_thumbnail {
    overflow: hidden;
    position: relativ
}
.page_thumbnail_wrap {
    position: relative;
    width: 100%;
    height: 390px;
}
.page_thumbnail_contents {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.page_thumbnail_ttl_ja {
    font-size: 3rem;
    letter-spacing: 5px;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff,
    2px 0px 1px #fff,
    0px 2px 1px #fff,
    -2px 0px 1px #fff,
    0px -2px 1px #fff,
    3px 3px 2px #fff,
    -1px 3px 2px #fff,
    3px -1px 2px #fff,
    -1px -1px 2px #fff,
    3px 1px 2px #fff,
    0px 3px 2px #fff,
    -2px 0px 2px #fff,
    0px -2px 2px #fff;
}
@media screen and (max-width: 767px) {
    .page_thumbnail_wrap {
        height: 350px;
    }
    .page_thumbnail_ttl_ja {
        font-size: 2.4rem;
    }
    .page_thumbnail_contents {
        transform: translateY(0px);
        top: 50%;
    }
}

/* ----------------------------------------
パンくずリスト
breadcrumb
------------------------------------------*/
.breadcrumb_wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* background: rgba(255,255,255,.75); */
    background: #FAFAFA;
    margin: 0 auto;
    /* max-width: 1180px; */
    padding: .5rem 2rem;
    width: 100%;
    z-index: 1;
    color: #191919;
}
.breadcrumb_wrap span {
    font-size: 1.4rem;
    color: #191919;
}
.breadcrumb_wrap .current-item {
    color: #191919;
}
@media screen and (max-width: 768px) {
    .breadcrumb_wrap .inner {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumb_wrap {
        padding: .5rem 1rem;
    }
}


/* ----------------------------------------
順序なしリスト
ul
------------------------------------------*/
.ul1 li {
    position: relative;
    padding-left: 2rem;
}

.ul1 li::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 5px;
}
@media screen and (max-width: 767px) {
    .ul1 li::before {
        top: 0px;
    }
}

.ul1 li:nth-child(1):before {
    background-image: url(../images/top/top_icon_01.png);
}
.ul1 li:nth-child(2):before {
    background-image: url(../images/top/top_icon_02.png);
}
.ul1 li:nth-child(3):before {
    background-image: url(../images/top/top_icon_03.png);
}
.ul1 li:nth-child(4):before {
    background-image: url(../images/top/top_icon_04.png);
}
.ul1 li:nth-child(5):before {
    background-image: url(../images/top/top_icon_05.png);
}
.ul1 li:nth-child(6):before {
    background-image: url(../images/top/top_icon_01.png);
}


.ul2 {
    display: flex;
    flex-wrap: wrap;
}
.ul2 li {
    width: calc(100% / 2);
    position: relative;
    padding-left: 2rem;
    margin-bottom: 10px;
}
.ul2 li::before {
    position: absolute;
    content: '・';
    top: 0;
    left: 0;
}
.ul2 li a {
    font-size: 1.4rem;
}
.ul_icon1 li {
    position: relative;
    padding-left: 2rem;
}
.ul_icon1 li::before {
    position: absolute;
    content: '\f239';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 0;
    left: 0;
}
.ul_caution li {
    position: relative;
    padding-left: 2rem;
}
.ul_caution li::before {
    position: absolute;
    content: '※';
    top: 0;
    left: 0;
}
.ul_asterisk li {
    position: relative;
    padding-left: 2rem;
}
.ul_asterisk li::before {
    position: absolute;
    content: '＊';
    top: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .ul2 li a {
        font-size: 1.3rem;
    }
}


/* ----------------------------------------
順序付きリスト
ol
------------------------------------------*/
.ol1 {
    counter-reset: count 0;
}
.ol1 li {
    padding-left: 3rem;
    position: relative;
    margin-bottom: 10px;
}
.ol1 li:before {
    content: counter(count) ".";
    counter-increment: count 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /* color: #87CB54; */
    font-size: 2.4rem;
    font-weight: 500;
    /* font-family: Gothic A1; */
}
@media screen and (max-width: 767px) {
    .ol1 li:before {
        top: 15px;
    }
}


/* ----------------------------------------
dl
説明リスト
------------------------------------------*/
.dl1_item:not(:last-child) {
    margin-bottom: 20px;
}
.dl1 dt {
    background: #e9faff;
    box-shadow: 0px 0px 0px 7px #e9faff;
    border: 3px dotted #ffffff;
    padding: 0.5rem 1rem;
    font-size: 2rem;
    letter-spacing: 3px;
    border-radius: 5px;
    margin-bottom: 20px;
}
@media (max-width:767px) {
    .dl1 dt {
        padding: .5rem 1rem;
        font-size: 1.8rem;
    }
}

/* ----------------------------------------
テーブル
table
------------------------------------------*/
.tbl1 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.tbl1 th {
    width: 20%;
}
.bg_sky .tbl1 th{
    width: 30%;
}
@media screen and (max-width: 767px) {
    .childcare_catch_contents .bg_sky .tbl1 th{
        width: 50%;
    }
}


.tbl1 th,
.tbl1 td {
    text-align: left;
    vertical-align: middle;
    padding: 1.5rem 2rem;
    border-top: 2px dotted #B8B8B8;
    line-height: 1.8;
}
.tbl1 tr:first-child th,
.tbl1 tr:first-child td {
    border-top: none;
}
.tbl1 tr:last-child th,
.tbl1 tr:last-child td {
    border-bottom: 2px dotted #B8B8B8;
}
@media screen and (max-width: 767px) {
    .tbl1 tr:last-child th,
    .tbl1 tr:last-child td {
        border-bottom: 0px dotted #B8B8B8;
    }
}



.tbl1_wrap .btn {
    font-size: 1.4rem;
    padding: 1rem 4rem;
    max-width: 350px;
}
.tbl1_wrap .btn1::after {
    width: 15px;
    height: 15px;
}
.dl_flex {
    display: flex;
}
.dl_flex dt {
    width: 10%;
}
.dl_flex dd {
    width: 85%;
}
@media screen and (max-width: 1180px) {
    .js-scrollable .tbl1 thead th {
        width: 250px;
    }
}
@media screen and (max-width: 1024px) {
    .tbl1 th,
    .tbl1 td {
        padding: 1rem;
    }
}
@media screen and (max-width: 820px) {
    .js-scrollable table {
        width: 1000px;
    }
}
@media screen and (max-width: 767px) {
    .tbl1 th {
        width: 25%;
        text-align: center;
    }
    .tbl1 td {
        background: #fff;
        padding: 2rem 1rem;
    }
    .bg_sky .tbl1 td{
        background: none;
        padding: 2rem 1rem;
    }
    .tbl1 th,
    .tbl1 td,
    .tbl1 td a,
    .tbl1 td p,
    .tbl1 td li {
        font-size: 1.4rem;
    }
    .tbl_dl dt,
    .tbl_dl dd {
        font-size: 1.4rem;
    }
    .tbl1 th,
    .tbl1 td {
        width: 100%;
        display: block;
    }
    .tbl1 tr:first-child th,
    .tbl1 tr:first-child td {
    border-top: 2px dotted #B8B8B8;
}
}
/* ----------------------------------------
テーブル(2)
table
------------------------------------------*/
.tbl2 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.tbl2 th {
    width: 35%;
    text-align: center ;
    vertical-align: middle;
    padding: 1rem 0.5rem;
    text-align: justify;
    text-align-last: justify;
    border-top: 2px dotted #B8B8B8;
}

.tbl2 td {
    text-align: left;
    vertical-align: middle;
    padding: 1rem 1rem;
    border-top: 2px dotted #B8B8B8;
}
.tbl2 tr:first-child th,
.tbl2 tr:first-child td {
    border-top: none;
}
.tbl2 tr:last-child th,
.tbl2 tr:last-child td {
    border-bottom: 2px dotted #B8B8B8;
}

.tbl2_wrap .btn {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    font-weight: bold;
    width: 300px;
    max-width: 100%;
}
.tbl2_wrap .btn1::after {
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 1024px) {
    .tbl2 th,
    .tbl2 td {
        padding: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .tbl2 th {
        width: 25%;
        text-align: center;
    }
    .tbl2 td {
        background: #fff;
        padding: 2rem 1rem;
    }
    .tbl2 th,
    .tbl2 td,
    .tbl2 td a,
    .tbl2 td p,
    .tbl2 td li {
        font-size: 1.4rem;
    }
    .tbl2 th,
    .tbl2 td {
        width: 100%;
        display: block;
    }
    .tbl2 tr:first-child th,
    .tbl2 tr:first-child td {
    border-top: 2px dotted #B8B8B8;
}
}

/* ----------------------------------------
テーブル(3)
table
------------------------------------------*/
.tbl3 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.tbl3 th {
    width: 35%;
    text-align: center ;
    vertical-align: middle;
    padding: 1rem 0.5rem;
    text-align: justify;
    text-align-last: justify;
    border-top: 2px dotted #B8B8B8;
}

.tbl3 td {
    text-align: left;
    vertical-align: middle;
    padding: 1rem 1rem;
    border-top: 2px dotted #B8B8B8;
}
.tbl3 tr:first-child th,
.tbl3 tr:first-child td {
    border-top: none;
}
.tbl3 tr:last-child th,
.tbl3 tr:last-child td {
    border-bottom: 2px dotted #B8B8B8;
}
.tbl3_wrap{
    padding: 10px;
}
.tbl3_wrap .btn {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    font-weight: bold;
    width: 300px;
    max-width: 100%;
}
.tbl3_wrap .btn1::after {
    width: 15px;
    height: 15px;
}

/* ----------------------------------------
ページネーション アーカイブ
pagination archive
------------------------------------------*/
.pagination_sec {
    padding: 2rem 0 4rem;
}
.pagination {
    text-align: center;
}
.page-numbers {
    border: 2px solid #008A32;
    padding: 1rem;
    margin-right: 10px;
    border-radius: 13px;
    color: #008A32;
}
.page-numbers.current {
    color: #fff;
    border: 1px solid #008A32;
    background: #008A32;
    padding: 1rem;
    margin-right: 10px;
}
.page-numbers.prev,
.page-numbers.next {
    padding: 1rem;
    color: #008A32;
    position: relative;
}
.page-numbers.prev::after {
    position: absolute;
    top: 37%;
    left: 15%;
    content: "";
    width: 12px;
    height: 14px;
    transform: rotate(-180deg);
}
.page-numbers.next::after {
    position: absolute;
    top: 37%;
    right: 15%;
    content: "";
    width: 12px;
    height: 14px;
}
@media screen and (max-width: 1024px) {
    .page-numbers.prev,
    .page-numbers.next {
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .page-numbers.prev,
    .page-numbers.next {
        display: inline-block;
        padding: .5rem;
    }
}
@media screen and (max-width: 767px) {
    .page-numbers,
    .page-numbers.current {
        padding: 1rem;
    }
    .page-numbers.prev,
    .page-numbers.next {
        margin-right: 10px;
        margin-left: 10px;
    }
}


/* ----------------------------------------
ページネーション 詳細
pagination detail
------------------------------------------*/
.pagination_detail_sec {
    padding: 0 0 4rem;
}
.pager {
    margin-top: 50px;
    text-align: center;
}
.pager li {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0.4em;
}
.pager li a {
    display: block;
    border: 1px solid #666;
    padding: .4em;
    border-radius: 3px;
}
.pager .all a {
    border-color: #008A32;
    background: #008A32;
    color: #fff;
}
@media screen and (max-width: 820px) {
    .pager li {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .pager li {
        width: 100px;
        margin: 0 .2em;
    }
    .pager li a {
        font-size: 1.2rem;
    }
}

/*****************************
  フォーム コンタクトフォーム
*****************************/
/*****************************
  フォーム
*****************************/
.flexbox1 {
    display: flex;
    flex-wrap: wrap;
}
.firsttxt {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .formbox{
  max-width: 800px;
  margin: 0 auto;
  }
  .formbox .fomin {
  background: #845739;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  .formbox .fomin:first-of-type {
  border-top: 1px solid #c7c7c7;
  }
  .formbox .fomttl{
    color: #fff;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
  }
  .formbox .fomttl span{
    background: #ff6666;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    padding: .2rem .5rem .3rem;
    width: 40px;
    margin-bottom: 2px;
  }
  .formbox .fomcontent{
  background: #fff;
  padding: 25px;
  width: calc(100% - 230px);
  }
  .formbox .fomcontent span.error{
  background: none;
  margin: 0;
  }
  .formbox .fomcontent dl{
  margin-bottom: 1rem;
  }
  .zipaddbox{
    margin-bottom: 10px;
  }
  .formbox .fomcontent dt{
  width: 145px;
  }
  .formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
  }
  .formbox .input-check{
  text-align: left;
  }
  .formbox .input-check .horizontal-item + .horizontal-item {
  margin-left: 0;
  }
  .formbox .input-check .horizontal-item{
  display: inline-block;
  margin-right: 1rem;
  }
  .input-submit{
  margin: 3rem auto;
  text-align: center;
  }
  .formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
  }
  .formtxt .inbox{
  margin: 2rem 0;
  }
  .formtxt .inbox p{
  margin-bottom: 2rem;
  }
  
  .formbox .input-txt input,
  .formbox .input-num input,
  .formbox .input-age input,
  .formbox .input-zip input,
  .formbox .input-txtarea textarea,
  .formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #133953;
  border-radius: 3px;
  width: 100%;
  }
  .formbox .input-age input,
  .formbox .input-num input{
  max-width: 60px;
  }
  .formbox .input-day:first-child{
  margin-bottom: 1rem;
  }
  .formbox .input-day input{
  width: calc(100% - 145px);
  }
  .input-txt{
    margin-bottom: 10px;
  }
  .formbox .input-txt input,
  .formbox .input-num input,
  .formbox .input-age input,
  .formbox .input-zip input,
  .formbox .input-select select {
  height: 36px;
  padding: 0 .5em;
  }
  .formbox .input-date input{
  margin: .5rem 0;
  }
  .formbox .input-select select{
  appearance: auto;
  }
  .formbox .input-txtarea textarea {
  padding: .5em;
  }
  .formbox .input-submit {
  text-align: center;
  margin-top: 2em;
  }
  .formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
  }
  .formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
  }
  
  .formbox .fominadd .input-zip input{
  max-width: 100px;
  }
  .formbox .fominadd .input-zip span{
  color: #0096CE;
  }
  .formbox .fominadd .input-txt{
  margin: 1rem 0;
  }
  
  .fomb {
  margin: 0 auto;
  max-width: 150px;
  position: relative;
  text-align: center;
  z-index: 1;
  }
  .fomb input {
  background: #0d732f;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 2rem;
  transition: .5s;
  }
  .fomb:hover input {
  background: #fff;
  border: 1px solid #0d732f;
  color: #0d732f;
  opacity: 1;
  }
  .fomb::before,
  .fomb::after{
  content: "";
  /* border: 1px solid #0E1822; */
  height: 50%;
  position: absolute;
  width: calc(100% + 0.8rem);
  z-index: -1;
  }
  .fomb::before{
  border-bottom: 0px;
  left: -0.5rem;
  top: -0.5rem;
  }
  .fomb::after {
  border-top: 0px;
  left: -0.5rem;
  bottom: -0.5rem;
  }
  .formbox .input-txt input:focus-visible,
  .formbox .input-num input:focus-visible,
  .formbox .input-age input:focus-visible,
  .formbox .input-zip input:focus-visible,
  .formbox .input-txtarea textarea:focus-visible,
  .formbox .input-select select:focus-visible{
    outline: 2px solid #005CC8;
    border-radius: 3px;
  }
  
  .contact_sec{
  position: relative;
  margin-top: 60px;
  }
  .contact_sec-complete{
  background: none;
  }
  .contact_sec .inner1{
  position: relative;
  }
  .contact_sec .txtbox{
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
  }
  .contact_sec .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
  }
  .contact_sec .formlinks{
  text-align: center;
  }
  .contact_sec .formlinks a{
  text-decoration: underline;
  }
  .contact_sec .fombcheck {
  display: none;
  }
  .contact_sec-check .fombcheck {
  display: inline-block;
  }
  .contact_sec-check .input-txt,
  .contact_sec-check .input-txtarea,
  .contact_sec-check .input-select{
  background: #f3f3f3;
  padding: .5rem;
  }
  .contact_sec .fomb {
  margin-top: 2rem;
  }
  .contact_sec .ppbox{
  margin-top: 2rem;
  text-align: center;
  }
  .contact_sec .ppbox a{
  text-decoration: underline;
  }
  .contct_txt{
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  }
  .contactxtx{
    width: 75%;
    margin: 20px auto;
  }
  .cbcheck{
    margin-top: 20px;
  }
  .ctel{
    font-size: 30px;
    line-height: 1.4;
    margin-top: 20px;
  }
  .ctel span{
    font-size: 18px;
    display: block;
  }
  .pagesec-contact .ppbox {
    margin: 2rem auto;
    max-width: 800px;
}
.pagesec-contact .lastcheck {
    margin: 0 auto;
    max-width: 800px;
}
.input-txt .subtxt{
    font-size: 14px;
}

  @media only screen and (max-width: 820px) {
  .contact_sec .ob5{
      left: -9rem;
  }
  .contact_sec-complete .ob1 {
      left: 9rem;
  }
  .contact_sec-complete .ob5 {
      bottom: -18rem;
  }
  .contact_sec-complete .ob2 {
      top: 11rem;
  }
  .contactxtx{
    width: 100%;
  }
  }
  @media only screen and (max-width: 767px) {
  .formbox .fomttl {
      padding: 0.5rem 1rem;
      text-align: left;
      width: 100%;
  }
  .formbox .fomcontent{
      width: 100%;
  }
  .formbox .fomin {
      margin: 1rem auto;
  }
  .formbox .fominadd .input-zip span{
      display: block;
  }
  }