@charset "UTF-8";

/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1140px;
    overflow: hidden;
    /*zoom: 0.9;*/
  }
  .container{
    width: 100%;
  }
  .tb{
    display: none;
  }
  .sp{
    display: none;
  }
  
  /* 固定ヘッダーを使用している場合など */
  header .hdr1{
    position: static !important;
  }
  /* animate のフェードインを可視化 */
  [data-animate]{
    opacity:1 !important;
  }
}

@media only screen and (max-width:1220px){
  
  .pg_header{
    margin-bottom: 100px;
  }
  
  .admission_tbl th{
    font-size: 16px;
  }
  .admission_tbl .sm{
    font-size: 15px;
  }
  
  .admission_relief_wrap .item{
    width: 50%;
  }
  .admission_relief_wrap .item:nth-child(n+3){
    margin-top: 15px;
  }
  .admission_relief_wrap .item .txt2{
    text-align: center;
  }
  
  /* アクセス */
  .admission_access_wrap{
    margin: 0 -10px 50px;
  }
  .admission_access_wrap .item{
    padding: 0 10px;
  }
  .admission_access_wrap .item .map{
    margin-bottom: 45px;
  }
  
  .program_oneday_sche .item .inner{
    padding-right: 10px;
  }
  .program_oneday_sche .item .box1{
    width: 36%;
  }
  .program_oneday_sche .item .box2{
    width: 63%;
  }
  .program_oneday_sche .item .txt2{
    font-size: 15px;
  }
  .program_bellet_wrap .txt{
    font-size: 15px;
    letter-spacing: 0;
  }
  
  .pg_calm .section#sec2{
    margin-top: 100px;
  }
  .pg_calm .section#sec3{
    margin-top: 100px;
  }
  .pg_calm .section#sec4{
    margin-top: 100px;
  }
  .pg_calm .section#sec5{
    margin-top: 100px;
  }
  .pg_calm .section#sec6{
    margin-top: 100px;
  }
  
  .calm_doc_btns a{
    font-size: 16px;
  }
}

@media only screen and (max-width:1023px){
  
  /* **********************************
   *  
   * ********************************* */
  
  .hdr1 .hdr_logo img{
    width: 250px;
  }
  
  .pg_header{
    background-size: auto 200px, cover;
  }
  .mv{
    background-size: auto 200px, cover;
  }
  
  footer .box1{
    width: 100%;
  }
  .ftr_contact_wrap{
    background-position: left -70px center, right -90px center;
  }
  .ftr_contact_wrap .box1{
    width: 200px;
    font-size: 16px;
  }
  .ftr_contact_wrap .box2{
    margin: 0 auto;
  }
  .ftr_contact_wrap .tel {
    font-size: 26px;
  }
  
  .read_more a.contact {
    width: 300px;
  }
  
  .gnav li a{
    padding: 3px 10px;
  }
  
  .mv{
    height: 450px;
  }
  
  .pg_header .container{
    height: 400px;
  }
  
  .tt1{
    font-size: 16px;
  }
  .tt1 span{
    font-size: 32px;
  }
  
  .home_about_wrap .title{
    font-size: 32px;
  }
  .home_about_items .item .title {
    font-size: 18px;
  }
  .home_fullwide_wrap .title{
    font-size: 26px;
  }
  .home_fullwide_wrap .txt{
    font-size: 16px;
  }
  .home_admission_items1 .item .txt1 {
    font-size: 16px;
  }
  .home_admission_items1 .item .title {
    font-size: 13px;
    width: 100%;
  }
  .home_admission_items2 .item .title {
    font-size: 13px;
    width: 100%;
  }
  .home_admission_items2 .item .txt1 {
    font-size: 16px;
  }
  
  .home_program_items .item .box2 {
    padding: 15px 15px 35px;
  }
  
  .home_access_wrap .item .title{
    font-size: 16px;
  }
  
  
  .home_news_items .item{
    width: 50%;
  }
  .home_news_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  
  .policy_skills_msg .box1{
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .policy_skills_msg .txt2{
    font-size: 20px;
  }
  
  
  .admission_course_wrap{
    margin: 0 -5px;
  }
  .admission_course_wrap .row1{
    padding: 0 5px;
  }
  .admission_course_wrap .row2{
    padding: 0 5px;
  }
  
  .admission_course_item .head{
    padding: 10px 10px;
  }
  .admission_course_item .head .title{
    font-size: 15px;
    padding-right: 5px;
    margin-right: 10px;
  }
  .admission_course_item .head .title span{
    font-size: 12px;
  }
  .admission_course_item .head .title2{
    font-size: 15px;
  }
  .admission_course_item .head .icons span{
    min-width: 150px;
    font-size: 12px;
    text-align: center;
  }
  .admission_course_item .head .icons span.min{
    min-width: 150px;
  }
  
  .admission_course_item .box1,
  .admission_course_item .box2,
  .admission_course_item .inner3 .box1,
  .admission_course_item .inner3 .box2{
    width: 100%
  }
  .admission_course_item .inner3 .box2{
    text-align: center;
    margin-top: 10px;
  }
  
  
  .admission_course_item .inner2{
    padding: 15px 10px;
  }
  
  .admission_course_item .sp_img{
    float: right;
    margin-left: 10px;
  }
  
  .admission_access_wrap .item .title a{
    margin-top: 5px;
  }
  
  .program_oneday_msg{
    padding-top: 0;
    background-size: auto 70px;
  }
  
  .program_oneday_sche .item{
    margin: 0 0;
  }
  .program_oneday_sche .item .inner{
    padding-left: 100px;
  }
  .program_oneday_sche .item .box1 {
    width: 31%;
  }
  .program_oneday_sche .item .box2 {
    width: 68%;
  }
  .program_oneday_sche .item .txt1 {
    font-size: 18px;
  }
  .program_oneday_sche .item .txt2{
    font-size: 14px;
  }
  .program_oneday_sche .item .time{
    font-size: 20px;
  }
  
  .program_bellet_wrap .box1{
    width: 100%;
  }
  .program_bellet_wrap .box2{
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  
  .program_oneday_sche .item .illust{
    transform: scale(0.6);
  }
  .program_oneday_sche .item .illust.pos1{
    right: 0;
  }
  .program_oneday_sche .item .illust.pos3{
    right: 0;
  }
  
  .calm_doc_btns a{
    font-size: 14px;
  }
  .calm_doc_btns a i {
    margin-left: 10px;
  }
  
  .calm_flow_items .item dt, .calm_flow_items .item dd {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  
  .pg_recruit .section#sec2{
    margin-top: 50px;
  }
  .pg_recruit .section#sec3{
    margin-top: 50px;
  }
  
  .recruit_msg{
    margin-bottom: 50px;
  }
  .recruit_msg .title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .recruit_info_tbl{
    margin-top: 0;
  }
  .recruit_info_tbl th {
    width: 180px;
  }
  
  .comapany_tbl th{
    width: 180px;
  }
  
  .company_facility_wrap .item{
    padding: 0 20px;
  }
  
  .staff_items .item{
    padding: 0 15px;
  }
  .staff_items .item:nth-child(n+4) {
    margin-top: 50px;
  }
  
  
  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 90px;
  }
}



@media only screen and (max-width:1023px) and (min-width:768px){
  
  .tt1{
    margin-top: 120px;
  }
  
  .home_news_items .item .date,
  .home_news_items .item .category{
    display: inline-block;
  }
  .home_news_items .item .category span{
    padding: 0 10px;
  }
  
  .admission_course_item .inner > .box2,
  .admission_course_item .inner2> .box2{
    display: none;
  }
}
@media only screen and (max-width:767px){
  
  body{
    font-size: 14px;
    padding-bottom: 49px;
  }
  
  header{
    padding: 10px 0;
    z-index: 2;
  }
  header .hdr1{
    width: 100%;
    margin-bottom: 0;
  }
  header .hdr1 .hdr_logo{
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  header .hdr1 .hdr_logo img{
    width: 240px;
  }
  header .hdr1 .hdr_contact{
    display: none;
  }
  
  .hdr1 .hdr_tel,
  .hdr1 .hdr_contact{
    display: none;
  }
  
  .hdr1 .hdr_logo .txt{
    font-size: 12px;
  }
  
  
  .ftr_contact_wrap{
    background: #7fc7c5;
  }
  .ftr_contact_wrap .box1{
    position: static;
    width: 100%;
  }
  .ftr_contact_wrap .tel{
    color: #FFF;
  }
  .ftr_contact_wrap .txt{
    color: #FFF;
  }
  
  footer{
    margin-top: 0;
  }
  footer .ftr1{
    margin-top: 50px;
  }
  footer .ftr_logo img{
    width: 160px;
  }
  
  footer .ftr_links{
    width: 80%;
    justify-content: space-between;
  }
  footer .ftr_links li{
    width: 40%;
  }
  footer .ftr_links li:nth-child(n+3) {
    margin-top: 10px;
  }
  
  .footer_fix{
    display: block;
  }
  
  .pg_header{
    background-size: auto 140px, cover;
    margin-bottom: 50px;
  }
  .pg_header .container {
    height: 300px;
  }
  
  
  .mv{
    height: 300px;
    
    background-size: auto 140px, cover;
  }
  
  .gnav{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }
  
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
  
  .tt1{
    font-size: 24px;
    margin-top: 60px;
  }
  .tt1 span{
    font-size: 14px;
  }

  .tt2{
    font-size: 12px;
  }
  .tt2 span{

  }
  .tt3{

  }
  .tt3 span{
    font-size: 16px;
  }
  .tt4{

  }
  .tt4 span{

  }
  .tt5{

  }
  .tt5 span{

  }
  
  
  .read_more a.contact{
    font-size: 16px;
  }
  
  
  
  .home_about_wrap .title{
    font-size: 18px;
  }
  .home_about_items .item{
    width: 100%;
  }
  .home_about_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  .home_fullwide_wrap .box1,
  .home_fullwide_wrap .box2{
    width: 100%;
  }
  .home_fullwide_wrap .box1{
    height: 200px;
  }
  .home_fullwide_wrap .box2{
    padding: 30px 0;
  }
  .home_fullwide_wrap .img{
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .home_fullwide_wrap .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .home_fullwide_wrap .txt{
    font-size: 14px;
  }
  .home_fullwide_wrap .link{
    margin-top: 25px;
  }
  
  .home_admission_items1 .item{
    width: 100%;
  }
  .home_admission_items1 .item:nth-child(n+3){
    margin-top: 20px;
  }
  
  .home_admission_items1 .item .txt1 {
    font-size: 14px;
  }
  
  .home_admission_items2 .item{
    width: 100%;
  }
  .home_admission_items2 .item:nth-child(n+2){
    margin-top: 20px;
  }
  
  .home_admission_items2 .item .title {
    font-size: 16px;
  }
  
  .home_program_items .item{
    width: 100%;
  }
  .home_program_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  .home_program_items .item .box1 {
    width: 100%;
  }
  .home_program_items .item .box2{
    padding: 15px 15px 20px;
  }
  .home_program_items .item .img{
    width: 100%;
  }
  .home_program_items .item .img img{
    width: 100%;
  }
  
  .home_news_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_news_items .item{
    width: 50%;
    padding: 0 5px;
  }
  .home_news_items .item:nth-child(n+3){
    margin-top: 20px;
  }
  .home_news_items .item .category{
    font-size: 10px;
    letter-spacing: -0.05em;
  }
  
  .home_link_items .item{
    width: 100%;
  }
  .home_link_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  
  .home_link_items .item .title {
    font-size: 20px;
  }
  
  /**/
  .home_photo_items{
    margin-left: -5px;
    margin-right: -5px;
  }
  .home_photo_items .item{
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .home_photo_items .item:nth-child(n+3){
    margin-top: 10px;
  }
  .home_photo_items .item:nth-child(n+5){
    display: none;
  }
  
  .home_photo_title {
    font-size: 16px;
  }
  
  .home_access_wrap .item {
    width: 100%;
  }
  .home_access_wrap .item:nth-child(n+2){
    margin-top: 20px;
  }
  .home_access_wrap .item .txt{
    font-size: 13px;
  }
  
  
  .sche_calender_wrap{
    padding: 20px 10px;
  }
  .sche_calender_nav{
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .sche_calender .box .event{
    font-size: 14px;
  }
  
  /**/
  
  .pg_policy .section#sec2{
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pg_policy .section#sec3{
    margin-top: 50px;
  }
  .pg_policy .section#sec4{
    margin-top: 50px;
  }
  
  .policy_msg{
    padding-top: 0;
    text-align: left;
  }
  
  .policy_skills_msg .box1{
    width: 100%;
    order: 1;
  }
  .policy_skills_msg .box2{
    width: 100%;
    margin-top: 10px;
    order: 3;
  }
  .policy_skills_msg .box3{
    width: 100%;
    margin-top: 10px;
    order: 2;
  }
  .policy_skills_msg .txt2 {
    font-size: 13px;
  }
  
  .policy_goal_wrap .box1{
    width: 100%;
  }
  .policy_goal_wrap .box2{
    width: 100%;
    margin-top: 10px;
  }
  
  /**/
  
  .pg_admission .section#sec2{
    margin-top: 50px;
  }
  .pg_admission .section#sec3{
    margin-top: 50px;
  }
  .pg_admission .section#sec4{
    margin-top: 50px;
  }
  .admission_course_wrap + .admission_course_wrap{
    margin-top: 15px;
  }
  
  .admission_course_item .head{
    justify-content: center;
    padding: 10px 5px;
    padding-bottom: 0;
  }
  .admission_course_item .head .title{
    order: 1;
  }
  .admission_course_item .head .title2{
    order: 2;
    font-size: 13px;
    margin-top: 0;
  }
  .admission_course_item .head .icons{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    order: 4;
  }
  .admission_course_item .head .icons span{
    margin: 0 1px;
  }
  .admission_course_item .box1{
    width: 100%;
  }
  .admission_course_item .box2{
    width: 100%;
    margin-top: 10px;
  }
  .admission_course_item .box2 img{
    width: 100%;
  }
  .admission_course_wrap .row2{
    width: 100%;
  }
  .admission_course_wrap .row2:nth-child(n+2){
    margin-top: 15px;
  }
  
  .admission_course_item .inner3{
    padding: 15px 10px;
  }
  .admission_course_item .txt2{
    font-size: 13px;
    padding: 8px 5px;
  }
  .admission_course_item .txt3{
    margin-top: 15px;
  }   
  .admission_tbl th {
    font-size: 14px;
  }
  .admission_tbl td {
    font-size: 14px;
  }
  
  .admission_entry_wrap + .admission_entry_wrap{
    margin-top: 50px;
  }
  .admission_tbl th {
    font-size: 14px;
  }
  
  .admission_content_wrap .box1,
  .admission_content_wrap .box2{
    width: 100%;
  }
  .admission_content_wrap .box2{
    margin-top: 15px;
  }
  
  .admission_relief_wrap .item {
    width: 100%;
  }
  .admission_relief_wrap .item:nth-child(n+2){
    margin-top: 15px;
  }
  
  
  .admission_access_wrap .item{
    width: 100%;
  }
  .admission_access_wrap .item:nth-child(n+2){
    margin-top: 50px;
  }
  .admission_access_wrap .item .map{
    margin-bottom: 10px;
  }
  
  .admission_access_root + .admission_access_root {
    margin-top: 20px;
  }
  .admission_access_root .title{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .admission_access_root .txt{
    padding-left: 15px;
  }
  
  /**/
  .tt2.program{
    font-size: 20px;
  }
  .pg_program .section#sec2{
    margin-top: 50px;
  }
  .pg_program .section#sec3{
    margin-top: 50px;
  }
  .pg_program .section#sec4{
    margin-top: 50px;
  }
  
  .program_oneday_msg {
    padding-bottom: 80px;
  }
  
  .program_oneday_sche{
    margin-top: 30px;
  }
  .program_oneday_sche .item{
    padding-left: 30px;
  }
  .program_oneday_sche .item .time{
    font-size: 12px;
    width: 80px;
    height: 80px;
  }
  .program_oneday_sche .item .time:before{
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
  .program_oneday_sche .item .time .icon {
    margin: 5px 0;
  }
  
  .program_oneday_sche .item .inner {
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .program_oneday_sche .item .box1{
    width: 100%;
  }
  .program_oneday_sche .item .box2{
    width: 100%;
    padding-top: 0;
  }
  .program_oneday_sche .item .txt2{
    font-size: 13px;
  }
  program_bellet_policy .title {
    font-size: 15px;
  }
  
  .program_contents_wrap .box1{
    width: 100%;
  }
  .program_contents_wrap .box2{
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  
  .program_farm_wrap .box1{
    width: 100%;
  }
  .program_farm_wrap .box2{
    width: 100%;
    margin-top: 25px;
  }
  .program_farm_wrap .link{
    margin-top: 20px;
  }
  
  .program_safety_wrap .item{
    width: 100%;
  }
  .program_safety_wrap .item:nth-child(2n) {
    border-left: 0;
    
  }
  .program_safety_wrap .item:nth-child(n+2){
    margin-top: 30px;
  }
  .program_bellet_desc{
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .program_bellet_policy{
    margin-top: 10px;
  }
  .program_bellet_policy .title{
    font-size: 16px;
  }
  
  /**/
  
  .pg_calm .section#sec2{
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pg_calm .section#sec3{
    margin-top: 50px;
  }
  .pg_calm .section#sec4{
    margin-top: 50px;
  }
  .pg_calm .section#sec5{
    margin-top: 50px;
  }
  
  .calm_about_msg{
    text-align: left;
  }
  .calm_usage_tbl th,
  .calm_usage_tbl td{
    display: block;
    width: 100%;
    padding: 10px;
  }
  
  .calm_preparation_wrap{
    padding: 15px;
  }
  .calm_preparation_wrap ul li {
    font-size: 14px;
  }
  
  .calm_important_wrap{
    padding: 15px;
  }
  .calm_important_wrap .inner{
    padding: 15px;
  }
  .calm_important_wrap .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .calm_doc_msg{
    padding-top: 0;
    margin-bottom: 20px;
  }
  .calm_doc_btns{
    flex-wrap: wrap;
  }
  .calm_doc_btns a{
    width: 100%;
    padding: 10px 5px;
  }
  .calm_doc_btns a+a{
    margin-top: 15px;
  }
  
  .calm_flow_items .item dt{
    font-size: 16px;
  }
  .calm_flow_items .item .tel {
    font-size: 16px;
  }
  .calm_flow_items .item .txt2 {
    font-size: 13px;
  }
  
  .calm_qa_items .item dt ,
  .calm_qa_items .item dd {
   padding-left: 30px; 
  }
  .calm_qa_items .item dt {
    font-size: 14px;
  }
  .calm_qa_items .item dt:after{
    font-size: 20px;
  }
  .calm_qa_items .item dt:before, .calm_qa_items .item dd:before {
    font-size: 18px;
    
  }
  
  
  /**/
  .recruit_msg .title {
    font-size: 18px;
  }
  .recruit_kv {
    margin-bottom: 30px;  
  }
  
 
  
  .recruit_info_tbl th,
  .recruit_info_tbl td{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  .recruit_info_tbl strong {
    font-size: 14px;
  }
  
  .cf_recruit_postfor{
    padding: 15px 10px;
  }
  
  .cf_recruit_postfor .txt{
    font-size: 14px;
  }
  
  .recruit_job_wrap + .recruit_job_wrap {
    margin-top: 50px;
  }
  
  /**/
  .pg_company .section#sec2{
    margin-top: 50px;
  }
  .comapany_tbl th,
  .comapany_tbl td{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  
  .company_facility_wrap .item{
    width: 50%;
    padding: 0 5px;
  }
  .company_facility_wrap .item:nth-child(n+3){
    margin-top: 20px;
  }
  .company_facility_wrap .item:nth-child(3n){
    border-right: 1px solid #d2d2d2;
  }
  .company_facility_wrap .item:nth-child(2n){
    border-right: 0;
  }
  
  .company_facility_wrap .item .img:before{
    display: none;
  }
  .company_facility_wrap .item .img a{
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: static;
  }
  .company_facility_wrap .item .txt{
    margin-top: 10px;
  }
  
  /**/
  .staff_items_wrap{
    padding: 0;
  }
  .staff_items{
    margin: 0 -5px;
  }
  .staff_items .item{
    width: 50%;
    padding: 0 5px;
  }
  .staff_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .staff_items .item .name{
    font-size: 15px;
    padding-bottom: 5px;
  }
  
  /**/
  .faq_items dl+dl {
    margin-top: 30px;
  }
  .faq_items dl dt, 
  .faq_items dl dd{
    padding: 10px 10px 10px 30px;
  }
  .faq_items dl dt:before, 
  .faq_items dl dd:before{
    font-size: 18px;
    left: 5px;
  }
  .faq_items dl dt{
    font-size: 16px;
  }
  .faq_items dl dd{
    
  }
  .faq_items dl dd:before{
    margin-top: 0;
  }
  
  /**/
  .post_items{
    
  }
  .post_items .item{
    flex-wrap: wrap;
  }
  .post_items .item .date{
    width: 90px;
  }
  .post_items .item .category{
    padding: 0;
    width: calc(100% - 110px);
  }
  .post_items .item .title{
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
  .post_items .item.single_item .title{
    font-size: 16px;
    
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 100px;
  }
  .pagination .nav-posts .page-next a, 
  .pagination .nav-posts .page-prev a,
  .pagination .nav-posts .page-archive a{
    padding: 10px 10px;
    font-size: 11px;
  }
  
  
  
  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }
  
  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
  }
  .contact_form td{
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }
  
  .contact_form dl.date dt.m,
  .contact_form dl.date dt.d{
    width: 90px;
  }
  .contact_form dl.date dt.m select,
  .contact_form dl.date dt.d select{
    width: calc(100% - 2em);
  }
  .contact_form dl.date dt.t{
    width: calc(100% - 180px - 10px);
  }
  .contact_form dl.date dt.t select{
    width: calc(100% - 3.5em);
  }
  
  .contact_form_btns input[type="submit"], 
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{
    
  }
  .contact_form_btns button {
    width: 30%;
  }
  
  
  /* **********************************
   *  プライバシーポリシー
   * ********************************* */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }
}

@media only screen and (max-width:359px){
  .footer_fix ul{
    font-size: 12px;
  }
}



/* クッキー同意(PC/スマホ共通) */
#cookie-notice{
  background-color: rgba(237,237,237,0.9) !important;
  border-top: 1px solid #CCC;
}
.cookie-notice-container{
  color: #000000 !important;
}
#cn-notice-buttons a{
  color: #FFF !important;
  background-color: #181818 !important;
}
.cn-close-icon:before, .cn-close-icon:after{
  background-color: rgb(0,0,0);
}


/* クッキー同意(スマホ用) */
@media only screen and (max-width:767px){
  
  #cookie-notice{
    z-index: 999;
  }
  .cn-position-bottom{
    bottom: 52px !important;
  }
  .cookie-notice-container #cn-notice-text{
    font-size: 12px;
  }
  
}