@media screen and (max-width: 600px){
  
  /**
   * 文字コード 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 {
    line-height: 24px;
    font-size: 16px;
  }
  a:hover {
    text-decoration: none;
  }
  div.wrap {
    margin-right: 2%;
    width: 98%;
  }
  /*----------------------------------------------------------------------
  ヘッダー
  ------------------------------------------------------------------------*/
  header {
    min-width: 360px;
  }
  header div.header:nth-of-type(1) {
    position: relative;
  }
  header div.header:nth-of-type(1) div.wrap {
    padding: 0 10px;
    min-width: 360px;
  }
  header div.header:nth-of-type(1) div.wrap > div {
    width: 100%;
    height: 130px;
  }
  header div.header:nth-of-type(1) h1 {
    font-size: 10px;
  }
  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;
    z-index: 2;
  }
  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: 90%;
    background-size: cover;
    background-position: 65% center;
  }
  header nav.menu {
    display: none;
  }
  /*----------------------------------------------------------------------
  フッター
  ------------------------------------------------------------------------*/
  footer {
    margin: 0 auto;
    width: 100%;
    min-width: 360px;
  }
  footer div.footer:nth-of-type(1) div.wrap {
    padding: 10px 0 0;
    flex-direction: column;
    width: 100%;
    min-width: 360px;
    background-image: none;
  }
  footer div.footer:nth-of-type(1) h3 {
    padding: 0 10px;
    font-size: 10px;
  }
  footer div.footer:nth-of-type(1) nav ul {
    padding: 10px;
    width: 100%;
  }
  footer div.footer:nth-of-type(1) nav ul li {
    width: 49%;
    height: 46px;
    border-bottom: 1px dotted #ccc;
  }
  footer div.footer:nth-of-type(1) nav ul li:nth-of-type(odd) {
    margin-right: 2%;
  }
  footer div.footer:nth-of-type(1) nav ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  footer div.footer:nth-of-type(1) nav ul li a:before {
    height: 40px;
  }
  footer div.footer:nth-of-type(1) nav ul li a span {
    margin-right: 10px;
  }
  footer div.footer:nth-of-type(2) div.wrap {
    padding: 10px;
    width: 100%;
  }
  footer div.footer:nth-of-type(2) p {
    font-size: 10px;
  }
  /*----------------------------------------------------------------------
  セクション
  ------------------------------------------------------------------------*/
  section {
    padding: 50px 10px;
    width: 100%;
    min-width: 360px;
  }
  section div.wrap {
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
  }
  section .owl-carousel .item {
    margin: 0;
    padding: 0 3px;
  }
  section .owl-carousel .item a {
    margin-top: 20px;
  }
}