@charset "utf-8";

body {
  -webkit-text-size-adjust: 100%;
}

input[type=text],input[type=email],input[type=submit],textarea {
  -webkit-border-radius : 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);
}

/*==========================================================
 media Queries 1280以下 (最大ブラウザよりも小さい画面サイズ) 一部サイズ調整のみ
==========================================================*/

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

  .site-logo span{
    font-size: 15px;
    padding-bottom: 3px;
  }
  .site-logo img{
      height: 40px;
  }
  .site-logo img.transform{
      height: 38px;
  }

  .gnav_menu_item{
      margin-left: 13px;
      font-size: 14px;
  }

/* 見出しのスペース配分 */
  .ttl_grid {
    grid-template-columns: 1fr 70%;
  }

}

/*==========================================================
 media Queries 900以下 (小さめブラウザ・タブレット) グローバルナビをハンバーガーに！
==========================================================*/
@media screen and (max-width: 900px) {
  .gnav_menu_item{
      display: none;
  }
  .hamburger{
    display: block;
  }
/*--------------------------------
ナビゲーション (ハンバーガーメニュー)　中身
---------------------------------*/
  .hamburger-btn span {
    /* background-image: url(../img/common/menu.png); 指定不要*/
    cursor: pointer;
    width: 34px;
    height: 30px;
  	position: absolute;
    margin-left: -38px;
    z-index: 10000;
  }
  .hamburger-btn span:after {
    content: url(../img/common/menu.png);
  }
  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .hamburger-btn span:after {
    content: url(../img/common/close.png);
  }

  .ham_menu { /* ハンバーガー全部 */
      position: fixed;
      display: table;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: rgba(256,256,256,.8);
      -webkit-transition: all .5s;
      transition: all .5s;
      visibility: hidden;
      opacity: 0;
  }
  .buns{ /* ハンバーガー開いた時の左右余白 */
      display: table-cell;
      width: 90px;
    }
  .cheese{ /* ハンバーガー開いた時のナビメニュー左余白 */
      display: table-cell;
  }

  .ham_menu ul { /* ハンバーガー開いた時のナビメニュー */
      display: table-cell;
      width: 140px;
      vertical-align: middle;
  }
  .ham_menu_item{
      height: 50px;
    	font-family: 'Poppins', sans-serif;
      font-size: 20px;
      color: #333;
  }
  .ham_menu_item a{
      color: #333;
      text-decoration: none;
      transition: .8s;
      padding-bottom: 4px;
      white-space: nowrap;
  }
  .ham_menu_item a:hover{
    color: #111111;
  }

  /* 開閉用ボタンがクリックされた時のスタイル */
  .open .ham_menu {
      -webkit-transition: all .5s;
      transition: all .5s;
      visibility: visible;
      opacity: 1;
  }

}

/*==========================================================
 media Queries 767以下 (大きめのスマホ以下) レイアウトをスマホ用に変更
==========================================================*/
@media screen and (max-width: 767px) {

body {
    font-size: 13px;
    line-height: 1.7;
  }
.pc-only {
    display: none;
  }
.sp-only {
    display: block;
  }


/* 文字 */

h1 { /* タイトル文字 */
  	font-size: 25px;
    letter-spacing: 1.2px;
  	/* display: inline; */
  }
h2 { /* 見出し文字 */
    font-size: 20px;
    letter-spacing: 1.2px;
  }
h3 { /* 見出し文字 */
    font-size: 16px;
    letter-spacing: 1.2px;
  }

/* ヘッダー */
  .site-header{
      max-width: 100%;
      padding: 20px 20px; /* 左右のアキを20pxにする */
  }
  .site-header.transform{
      padding: 10px 20px; /* 左右のアキを20pxにする */
  }
/* ハンバーガー */
  .buns{
    display: table-cell;
    width: 20px;
  }

/* メイン */
  .container{
  margin-top: 15px;
  }

  section {
    padding: 5px 0 0;
  }
  .inner {
    max-width: 100%;
    margin: 15px 0 0;
    padding: 0 20px;
  }



/* 見出しのスペース配分 */
  .ttl_grid {
    margin-top: 5px;
    grid-template-rows: 40px 10px;
    grid-template-columns: 1fr 65%;
  }

  /*--------------------------------
  フッター
  ---------------------------------*/

  .foot-list {
    display: block;
    margin-bottom: 0;
  }
  .foot-two {
    margin-bottom: 20px;
  }
  .foot-two:last-child {
    margin-bottom: 0;
  }
  .foot-body {
  }
  .foot-title {
    margin-bottom: 3px;
  }
  .foot-desc {
    font-size: 14px;
    word-break: break-word;
    color: #333;
  }
  .foot-sns {
    text-align: center;
  }
  .copyright {
    font-size: 11px;
    letter-spacing: 0.6px;
    text-align: center;;
    margin-top: 5px;
    padding-bottom: 15px;
  }
  .ml_grid {
    display: grid;
    grid-template-rows: 30px 20px;
    grid-template-columns: 1fr 40%;
  }
  .ml_button {
    text-align: left;
  }

}


/*==========================================================
 media Queries 400以下 (小さめスマホ) さらに各サイズ調整
==========================================================*/

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

/* 見出しのスペース配分 */
  .ttl_grid {
    grid-template-columns: 1fr 42%;
  }

  .buns{
      display: table-cell;
      width: 30%;
  }
  .cheese{
      display: none;
  }

/* ニュースレター受付フォームのスペース配分 */
  .ml_grid {
    display: grid;
    grid-template-rows: 30px 20px;
    grid-template-columns: 1fr 98px;
  }

/* ボタン各種 */
  .btnWrap{
  	margin-top: 0;
  	margin-bottom: 0;
  }
  .btnWrap_R{
  	margin-top: 0;
  	margin-bottom: 0;
  }
  .btnWrap_L{
  	margin-top: 0;
  	margin-bottom: 0;
  }
  .btn_large {
    padding: 8px 15px;
  	font-size: 15px;
  }
  .btn_mini {
    padding: 6px 12px;
    font-size: 14px;
  }
  /* フォーム */
  .cp_iptxt i {
  	top: 3px;
  	left: 0;
  	padding: 8px 0px 8px 3px;
  }
  .cp_iptxt input[type=text] {
  	font-size: 13px;
    padding-left: 18px;
  }
  .ml_button input[type=submit] {
    padding: 5px 10px;
    font-size: 12px;
  }

}

/*media Queries ここまで
==========================================================*/
