@charset "utf-8";
/* https://hitowa.co.jp 
   v1.0 | 20221227
   License: HITOWA Inc.
*/


/* =================================================== */
/* SET
/* =================================================== */

@media only screen and (min-width: 481px) and (max-width:768px) {
/* タブレット向けの処理 */
}

@media only screen and (min-width: 0px) and (max-width:480px) {
/* スマホ向けの処理 */
}

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


@media only screen and (min-width: 0px) and (max-width:480px) {
	body{
		min-width: auto;
    font-size: 16px !important;
	}
  
  tbody {
    -webkit-text-size-adjust: 100%;
  }
}

/* =================================================== */
/* header
/* =================================================== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  #header.fixed {
    position: static;
  }
  #header-spacer {
    height: 0px;
  }
}


@media only screen and (min-width: 0px) and (max-width:480px) {
  #masthead {
    height: auto;
    padding: 10px;
  }
  #masthead-inner {
    width: 100%;
  }
  span#sisetulogo {
    padding: 0 5px 0 0;
    width: auto;
    height: auto;
  }
  span#sisetulogo img, .page-type-honsya-type #header h1#title img {
    width: auto;
    height: 35px;
    vertical-align: top;
  }
  span#sisetumei {
    font-size: 18px;
  }
  span#sisetulogo img, .page-type-honsya-type #header h1#title img {
    width: auto;
    height: 35px;
    vertical-align: top;
  }
  span#sisetumei {
    font-size: 18px;
  }
  #search-form, #masthead-inner ul {
    display: none;
  }
}

/* globalNavi =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  #topnav div {
    width: auto;
  }
  #topnav ul.nav {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:stretch;
    gap: 2px;
  }
  #topnav ul.nav li {
    display: block;
    width : -webkit-calc(50% - 1px) ;
    width : calc(50% - 1px) ;
    margin: 0;
  }
  #topnav li a {
    display: block;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    width: 100%;
  }
  #topnav ul.nav::after {
    content: "";
    display: block;
    width : -webkit-calc(50% - 1px) ;
    width : calc(50% - 1px) ;
    background-color: #666;
    height: 43px;
    line-height: 43px;
  }
  #topnav nav, #panlist nav {
    width: auto;
    margin: 0 10px;
    padding: 10px 0;
  }
}


/* =================================================== */
/* footer
/* =================================================== */

@media only screen and (min-width: 0px) and (max-width:480px) {
  #footer {
    padding: 0 10px;
  }
  #footer-inner {
    width: 100%;
    height : auto;
    position: static;
  }
  #footer-inner a {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #footer-logo {
    position: static;
    right: auto;
    top: auto;
    margin: 20px auto 10px;
  }
  #footer-copyright {
    position: static;
    right: auto;
    top: auto;
    margin-bottom: 20px;
  }
  #footer-nav {
    
  }
  #footer-nav li {
    display: block;
    float: left;
    line-height: 1;
    margin: 0 20px 20px 0;
    margin-right: 20px;
    font-size: 14px;
  }
  
}


/* =================================================== */
/* 共通
/* =================================================== */
/* Layout =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {  
  #container {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px !important;
  }
  #main {
    padding: 0 10px 40px;
    max-width: 100%;
  }
  #main > p {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main .container {
    margin-bottom: 50px;
  }
  main #container.has-sidebar-left,
  main #container.has-sidebar-right {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    max-width: 100%;
  }
  #main h2 {
    height: auto;
    padding-left: 5px;
    font-size: 18px;
  }
  #main h2::after {
    background: none !important;
  }
  #main h2::before {
    content: none;
    display: inline-block;
    background: white;
    width: 18px;
    height: 27px;
    vertical-align: -5px;
  }
  #container.has-sidebar-left #main {
    padding-left: 10px;
  }
  #container.has-sidebar-right #main {
    padding-right: 10px;
  }
  #sidebar-right, #sidebar-left {
    width: auto;
    max-width: 100%;
    font-size: 15px;
    margin-bottom: 40px;
  }
  #sidebar-left {
    order: 2;
    float: none;
    padding: 0 10px;
  }
  #sidebar-right {
    order: 2;
    float: none;
    padding: 0 10px;
  }
  #container #main p img {
    width: 100%;
    height: auto;
  }
  #container #main iframe {
    width: 100%;
  }
  #container #main table {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  .ccm-search-block-text {
    width : -webkit-calc(100% - 80px) ;
    width : calc(100% - 80px) ;
  }
}
/* responsive view =========== */

@media only screen and (min-width: 0px) and (max-width:480px) {
  .pc-mode-view {
    display: none !important;
  }
  .smp-mode-view {
    display: block !important;
  }

  .pc-mode-view-tb {
    display: none !important;
  }
  .smp-mode-view-tb {
    display: table !important;
  }
}

/* style =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  .br-pc { display:none; }
  .br-sp { display:block; }
  .block-pc { display: block; }
  .block-sp { display: inline-block; }
}




/* table =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  table th,
  table td {
    min-width: 80px;
  }
  .table-set {
    border-spacing: 0;
  }
  .table-set th,
  .table-set td {
    display: block;
    padding: 13px 5px;
    font-size: 1.4rem;
  }
  .table-set th {
    width: 100%;
    font-size: 1.6rem;
  }
  .table-set td {

  }

  table.type-1 th {
    border-bottom: #76c8f9 solid 2px;
    width: 100%;
    font-weight: 500;
    padding-bottom: 5px;
  }
  table.type-1 td {
    border: none;
  }
  table.type-1 tr:first-child th {
    border-top: none;
  }
}



/* =================================================== */
/* HOME
/* =================================================== */

/* Main Visual =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  .theme-portal #main-visual img {
    width: 100%;
    height: auto;
  }
}

/* Layout =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  div.toevents div {
    width: 15em;
  }
  div.toevents a {
    width: 15em;
    height: 36px;
    padding-left: 55px;
    background-size: 26px auto, auto;
    background-position: 15px 50%, 100% 50%;
    font-size: 15px;
  }
  
  #main #toplist {
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  #main #assistbox #col1 {
    float: none;
    width: auto;
  }
  #main #assistbox #col2 {
    float: none;
    width: auto;
    padding: 15px 10px 130px !important;
  }
  
  #main .ccm-block-page-list-page-entry-text {
    font-size: 16px;
  }
  #main .ccm-block-page-list-page-entry-text, #main ul.pickup-events li > h3 {
    background-position: 0px 35px;
  }
  #main .ccm-block-page-list-title {
    display: block;
    width: -webkit-100%;
    width: 100%;
  }
}




/* =================================================== */
/* SECOND PAGE
/* =================================================== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  .scroll-table {
    width : -webkit-calc(100vw - 20px) ;
    width : calc(100vw - 20px) ;
    overflow-x: auto;
    white-space: nowrap;
  }
  .scroll-table table {
    table-layout: auto !important;
  }
  .tabGroup-block h4 {
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 4px;
    border-bottom: #333 solid 1px;
  }
  
  #main div.check-stack {
    padding: 0px;
  }
}

/* 個別調整 =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  .ccm-page-id-468 .container img.wit-80 {
    width: 80%;
    height: auto;
  }
}

/* 会社情報 =========== */
@media only screen and (min-width: 0px) and (max-width:480px) {
  .page-type-honsya-type #main-visual img {
    width: 100%;
    height: auto;
  }
}

/* お問い合わせフォーム--------- */
@media only screen and (min-width: 0px) and (max-width:480px) {
  .contact-form .fields input.form-control,
  .contact-form .fields textarea.form-control {
    min-width: inherit;
    width : 90%;
  }
}

/* =================================================== */
/* JS
/* =================================================== */
@media only screen and (min-width: 0px) and (max-width:480px) {

}
