@media screen and (min-width: 601px) and (max-width: 768px){
  
  /**
   * 文字コード UTF-8N 改行コードLF
   * 共通CSS ランドスケープ
   *
   * @package    Lib
   * @copyright  Copyright (c) 2018 Barman Soft, Inc.
   * @license    http://barmansoft.co.jp/software/libframework/license.html The Clear BSD License
   * @version    Lib Framework v3.1.180515
   */
  body {
    font-size: 16px;
    line-height: 24px;
  }
  div.wrap {
    margin-right: 2%;
    width: 98%;
  }
  /*----------------------------------------------------------------------
  ヘッダー
  ------------------------------------------------------------------------*/
  header {
    width: 100%;
    min-width: 100%;
    position: relative;
  }
  header div.header:nth-of-type(1) div.wrap {
    padding: 0 10px;
    min-width: 100%;
  }
  header div.header:nth-of-type(1) div.wrap > div {
    width: 100%;
    height: 130px;
  }
  header div.header:nth-of-type(1) img {
    width: 300px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
  header div.header:nth-of-type(1) div#search input[type="text"] {
    width: 200px !important;
    top: 90px;
  }
  header div.header:nth-of-type(1) div#search button {
    top: 92px;
  }
  header div.header:nth-of-type(1) div.btn_menu {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../image/common/icon_menu.png);
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    border: 2px solid #ccc;
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  header div.header:nth-of-type(2) {
    padding-top: 50%;
    background-size: cover;
  }
  header nav.menu {
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
  }
  header nav.menu ul {
    justify-content: space-between;
  }
  header nav.menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 21px;
    font-size: 16px;
  }
  /*----------------------------------------------------------------------
  フッター
  ------------------------------------------------------------------------*/
  footer {
    width: 100%;
    min-width: 100%;
  }
  footer div.footer:nth-of-type(1) div.wrap {
    flex-direction: column;
    padding-top: 10px;
    width: 100%;
    background-image: none;
  }
  footer div.footer:nth-of-type(1) h3 {
    padding-left: 10px;
    font-size: 11px;
  }
  footer div.footer:nth-of-type(1) nav ul {
    margin: 10px auto;
    padding: 0;
    width: 90%;
  }
  footer div.footer:nth-of-type(1) nav ul li {
    margin: 0 2%;
    width: 46%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
  }
  footer div.footer:nth-of-type(1) nav ul li a {
    height: 40px;
    line-height: 40px;
  }
  footer div.footer:nth-of-type(1) nav ul li a:before {
    height: 40px;
  }
  footer div.footer:nth-of-type(2) {
    margin-top: 10px;
  }
  footer div.footer:nth-of-type(2) div.wrap {
    padding: 0 10px 10px;
    width: 100%;
  }
  footer div.footer:nth-of-type(2) p {
    font-size: 11px;
  }
  footer copyright {
    font-size: 12px;
  }
  /*----------------------------------------------------------------------
  セクション
  ------------------------------------------------------------------------*/
  section {
    padding: 50px 10px;
    width: 100%;
    min-width: 100%;
  }
  section div.wrap {
    min-width: 100%;
  }
}