@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 3, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 8, ../sass/_normalize.scss */
body {
  margin: 0; }

/* line 11, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/* line 26, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/* line 33, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 37, ../sass/_normalize.scss */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/* line 44, ../sass/_normalize.scss */
a {
  background-color: transparent; }

/* line 47, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/* line 54, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 57, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold; }

/* line 61, ../sass/_normalize.scss */
dfn {
  font-style: italic; }

/* line 64, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 68, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/* line 72, ../sass/_normalize.scss */
small {
  font-size: 80%; }

/* line 75, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 82, ../sass/_normalize.scss */
sup {
  top: -0.5em; }

/* line 85, ../sass/_normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/* line 90, ../sass/_normalize.scss */
img {
  border: 0; }

/* line 93, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/* line 99, ../sass/_normalize.scss */
figure {
  margin: 1em 40px; }

/* line 102, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* line 107, ../sass/_normalize.scss */
pre {
  overflow: auto; }

/* line 110, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/* line 120, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/* line 129, ../sass/_normalize.scss */
button {
  overflow: visible; }

/* line 132, ../sass/_normalize.scss */
button,
select {
  text-transform: none; }

/* line 136, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/* line 143, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/* line 147, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 152, ../sass/_normalize.scss */
input {
  line-height: normal; }

/* line 155, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/* line 160, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 164, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/* line 170, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 174, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/* line 179, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/* line 183, ../sass/_normalize.scss */
textarea {
  overflow: auto; }

/* line 186, ../sass/_normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/* line 192, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 196, ../sass/_normalize.scss */
td,
th {
  padding: 0; }

/*====================================================================

  html, body

====================================================================*/
/* line 8, ../sass/_common.scss */
* {
  box-sizing: border-box; }

/* line 11, ../sass/_common.scss */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

/* line 17, ../sass/_common.scss */
body {
  padding: 0;
  margin: 0;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 14px;
  *font-size: 100%;
  line-height: 1.6;
  word-spacing: 0;
  letter-spacing: 0.05em;
  background-color: #fff; }

/* line 29, ../sass/_common.scss */
img {
  vertical-align: bottom; }

/*====================================================================

  アンカー

====================================================================*/
/* line 39, ../sass/_common.scss */
#main a {
  color: #40210f;
  text-decoration: none; }
  /* line 42, ../sass/_common.scss */
  #main a:hover {
    text-decoration: underline;
    color: #40210f; }

/*====================================================================

  レイアウト

====================================================================*/
/* line 55, ../sass/_common.scss */
.clear {
  clear: both; }

/* line 58, ../sass/_common.scss */
.left {
  float: left; }

/* line 61, ../sass/_common.scss */
.right {
  float: right; }

/* line 64, ../sass/_common.scss */
.layoutBox {
  clear: both; }

/* line 67, ../sass/_common.scss */
.layoutBox {
  width: 100%;
  overflow: hidden; }
  /* line 70, ../sass/_common.scss */
  .layoutBox .layout38 {
    width: 38%; }
  /* line 73, ../sass/_common.scss */
  .layoutBox .layout40 {
    width: 40%; }
  /* line 76, ../sass/_common.scss */
  .layoutBox .layout48 {
    width: 48%; }
  /* line 79, ../sass/_common.scss */
  .layoutBox .layout50 {
    width: 50%; }
  /* line 82, ../sass/_common.scss */
  .layoutBox .layout55 {
    width: 55%; }
  /* line 85, ../sass/_common.scss */
  .layoutBox .layout60 {
    width: 60%; }

/* line 90, ../sass/_common.scss */
.youtubeBox iframe {
  width: 100%; }

/*====================================================================

  ヘッダー

====================================================================*/
/* line 99, ../sass/_common.scss */
header {
  margin: 0;
  padding: 35px 0 0 0;
  background: url(../img/home/head_bg.jpg) no-repeat bottom center; }
  /* line 103, ../sass/_common.scss */
  header #headInner {
    width: 800px;
    margin: 0 auto;
    position: relative; }
  /* line 108, ../sass/_common.scss */
  header #headMask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
  /* line 114, ../sass/_common.scss */
  header #sunIcon {
    position: absolute;
    top: 0;
    right: -100px;
    z-index: 110; }

/*====================================================================

  ナビ

====================================================================*/
/* line 126, ../sass/_common.scss */
nav {
  background: #40210f;
  width: 100%; }
  /* line 129, ../sass/_common.scss */
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    /* line 134, ../sass/_common.scss */
    nav ul li {
      display: inline-block; }
      /* line 136, ../sass/_common.scss */
      nav ul li a {
        font-size: 18px;
        color: #fff !important;
        text-decoration: none !important;
        display: block;
        padding: 15px; }
        /* line 142, ../sass/_common.scss */
        nav ul li a:hover {
          background: rgba(0, 0, 0, 0.4); }

/*====================================================================

  フッター

====================================================================*/
/* line 155, ../sass/_common.scss */
footer {
  color: #40210f;
  text-align: center; }
  /* line 158, ../sass/_common.scss */
  footer .inBox {
    padding: 280px 0 0 0; }
  /* line 161, ../sass/_common.scss */
  footer img#cutIllst_D {
    position: absolute;
    bottom: 0;
    left: 30px; }
  /* line 166, ../sass/_common.scss */
  footer #footPagetop {
    position: absolute;
    bottom: 0;
    right: 110px; }

/* line 172, ../sass/_common.scss */
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10; }

/*====================================================================

  アニメーション

====================================================================*/
/* line 183, ../sass/_common.scss */
.spin img,
.iconspin .icon img {
  transition: 0.8s; }

/* line 187, ../sass/_common.scss */
.spin img:hover,
.iconspin:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg); }

/* line 195, ../sass/_common.scss */
.iconspin:hover .worksInner img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s; }

/*====================================================================

  メールフォーム

====================================================================*/
/* line 208, ../sass/_common.scss */
#formWrap {
  padding-bottom: 30px;
  /* 確認画面 */ }
  /* line 210, ../sass/_common.scss */
  #formWrap h1 {
    background: #eeeeee;
    padding: 14px 3%;
    margin: 0;
    font-size: 18px; }
  /* line 216, ../sass/_common.scss */
  #formWrap .red {
    color: #e60012; }
  /* line 219, ../sass/_common.scss */
  #formWrap #forminner {
    padding: 10px 3%; }
  /* line 222, ../sass/_common.scss */
  #formWrap table.formTable {
    width: 100%; }
    /* line 225, ../sass/_common.scss */
    #formWrap table.formTable tr td {
      padding: 0 0 10px 0;
      text-align: left; }
      /* line 228, ../sass/_common.scss */
      #formWrap table.formTable tr td.check_h {
        overflow: hidden; }
        /* line 230, ../sass/_common.scss */
        #formWrap table.formTable tr td.check_h label {
          width: 50%;
          display: inline-block;
          float: left; }
    /* line 237, ../sass/_common.scss */
    #formWrap table.formTable tr th {
      padding: 0 20px 10px 0;
      width: 170px;
      text-align: left; }
  /* line 244, ../sass/_common.scss */
  #formWrap input.sizeSS {
    width: 20%; }
  /* line 247, ../sass/_common.scss */
  #formWrap input.sizeS {
    width: 40%; }
  /* line 250, ../sass/_common.scss */
  #formWrap input.sizeM {
    width: 70%; }
  /* line 253, ../sass/_common.scss */
  #formWrap input.sizeL,
  #formWrap textarea.sizeL {
    width: 100%; }
  /* line 257, ../sass/_common.scss */
  #formWrap input, #formWrap textarea {
    border: 1px solid #ccc;
    padding: 3px; }
  /* line 261, ../sass/_common.scss */
  #formWrap .waku {
    border: 3px double #ccc;
    padding: 3%;
    overflow: hidden; }
  /* line 267, ../sass/_common.scss */
  #formWrap #orderBox p {
    margin: 0;
    padding: 0; }
    /* line 270, ../sass/_common.scss */
    #formWrap #orderBox p.titleline {
      border-bottom: 1px solid #ccc;
      margin: 0 0 10px 0; }
  /* line 275, ../sass/_common.scss */
  #formWrap #orderBox .osora {
    width: 48%;
    float: left;
    padding: 15px 0 0 0; }
  /* line 280, ../sass/_common.scss */
  #formWrap #orderBox .en {
    width: 48%;
    float: right;
    padding: 15px 0 0 0; }
  /* line 285, ../sass/_common.scss */
  #formWrap #orderBox ul {
    list-style: none;
    margin: 0;
    padding: 0 0 15px 0; }
    /* line 289, ../sass/_common.scss */
    #formWrap #orderBox ul li {
      margin: 0;
      padding: 3px 0; }
    /* line 293, ../sass/_common.scss */
    #formWrap #orderBox ul.tablelayout label {
      width: 60%;
      display: inline-block; }
  /* line 299, ../sass/_common.scss */
  #formWrap .required {
    color: #e60012;
    font-size: 11px;
    display: inline-block;
    padding: 0 0 0 5px;
    font-weight: normal; }
  /* line 306, ../sass/_common.scss */
  #formWrap #submitBtn {
    text-align: center;
    padding: 20px 0 0 0; }
    /* line 309, ../sass/_common.scss */
    #formWrap #submitBtn input {
      border: 1px solid #ccc;
      padding: 10px 30px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
      background: #eeeeee; }
  /* line 318, ../sass/_common.scss */
  #formWrap table.formTableCheck {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc; }
    /* line 322, ../sass/_common.scss */
    #formWrap table.formTableCheck td, #formWrap table.formTableCheck th {
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      padding: 10px !important; }
    /* line 327, ../sass/_common.scss */
    #formWrap table.formTableCheck th {
      background: #eeeeee; }

/*====================================================================
 *====================================================================

  メディアクエリ

====================================================================*
====================================================================*/
@media screen and (max-width: 800px) {
  /*==================================
    ヘッダー
  ==================================*/
  /* line 344, ../sass/_common.scss */
  header {
    padding: 35px 0 0 0;
    background: url(../img/home/head_bg.jpg) no-repeat bottom center; }
    /* line 347, ../sass/_common.scss */
    header #headInner {
      width: 100%; }
    /* line 351, ../sass/_common.scss */
    header #headMask img {
      width: 100%;
      height: auto; }
    /* line 357, ../sass/_common.scss */
    header #mainImg img {
      width: 100%;
      height: auto; }
    /* line 362, ../sass/_common.scss */
    header #sunIcon {
      position: absolute;
      top: 0;
      right: 10px; } }
@media screen and (max-width: 768px) {
  /*==================================
    フッター
  ===================================*/
  /* line 374, ../sass/_common.scss */
  footer img#cutIllst_D {
    left: 10px; }
  /* line 377, ../sass/_common.scss */
  footer #footPagetop {
    right: 10px; } }
@media screen and (max-width: 767px) {
  /*==================================
    ヘッダー
  ==================================*/
  /* line 386, ../sass/_common.scss */
  header {
    padding: 0; }
    /* line 388, ../sass/_common.scss */
    header #sunIcon {
      position: absolute;
      top: auto;
      bottom: 20px;
      right: 20px; }

  /*==================================
    ナビ
  ==================================*/
  /* line 398, ../sass/_common.scss */
  nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 999;
    background: rgba(66, 33, 16, 0.9);
    width: 100%;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    /* line 407, ../sass/_common.scss */
    nav ul {
      border-top: 1px dotted rgba(255, 255, 255, 0.2); }
      /* line 409, ../sass/_common.scss */
      nav ul li {
        display: block;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }
        /* line 412, ../sass/_common.scss */
        nav ul li a {
          font-size: 14px;
          display: block;
          padding: 15px; }
          /* line 416, ../sass/_common.scss */
          nav ul li a:hover {
            background: rgba(0, 0, 0, 0.4); }

  /* line 423, ../sass/_common.scss */
  #spmenubtn {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 999; }

  /*スマホナビボタン*/
  /* line 433, ../sass/_common.scss */
  #spmenu, #spmenu span {
    display: inline-block;
    ransition: all .4s;
    box-sizing: border-box; }

  /* line 438, ../sass/_common.scss */
  #spmenu {
    position: relative;
    width: 30px;
    height: 20px; }
    /* line 442, ../sass/_common.scss */
    #spmenu span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #40210f; }
      /* line 448, ../sass/_common.scss */
      #spmenu span:nth-of-type(1) {
        top: 0; }
      /* line 451, ../sass/_common.scss */
      #spmenu span:nth-of-type(2) {
        top: 9px; }
      /* line 454, ../sass/_common.scss */
      #spmenu span:nth-of-type(3) {
        bottom: 0; }

  /*ナビボタン アクション*/
  /* line 460, ../sass/_common.scss */
  #spmenu span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards; }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(9px) rotate(45deg); }
    50% {
      -webkit-transform: translateY(9px) rotate(0); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(9px) rotate(45deg); }
    50% {
      transform: translateY(9px) rotate(0); }
    100% {
      transform: translateY(0) rotate(0); } }
  /* line 486, ../sass/_common.scss */
  #spmenu span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1; }

  /* line 490, ../sass/_common.scss */
  #spmenu span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards; }

  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-9px) rotate(-45deg); }
    50% {
      -webkit-transform: translateY(-9px) rotate(0); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-9px) rotate(-45deg); }
    50% {
      transform: translateY(-9px) rotate(0); }
    100% {
      transform: translateY(0) rotate(0); } }
  /* line 516, ../sass/_common.scss */
  #spmenu.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards; }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    50% {
      -webkit-transform: translateY(9px) rotate(0); }
    100% {
      -webkit-transform: translateY(9px) rotate(45deg); } }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0); }
    50% {
      transform: translateY(9px) rotate(0); }
    100% {
      transform: translateY(9px) rotate(45deg); } }
  /* line 542, ../sass/_common.scss */
  #spmenu.active span:nth-of-type(2) {
    opacity: 0; }

  /* line 545, ../sass/_common.scss */
  #spmenu.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards; }

  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    50% {
      -webkit-transform: translateY(-9px) rotate(0); }
    100% {
      -webkit-transform: translateY(-9px) rotate(-45deg); } }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0); }
    50% {
      transform: translateY(-9px) rotate(0); }
    100% {
      transform: translateY(-9px) rotate(-45deg); } }
  /*==================================
    フッター
  ===================================*/
  /* line 575, ../sass/_common.scss */
  footer .inBox {
    padding: 140px 0 0 0; }
  /* line 578, ../sass/_common.scss */
  footer img#cutIllst_D {
    width: 20% !important;
    left: 20px; }
  /* line 582, ../sass/_common.scss */
  footer #footPagetop {
    display: none; } }
@media screen and (max-width: 480px) {
  /* line 588, ../sass/_common.scss */
  body {
    font-size: 13px; }

  /* line 591, ../sass/_common.scss */
  footer {
    font-size: 10px; }

  /*=====================================
    メールフォーム
  =====================================*/
  /* line 598, ../sass/_common.scss */
  #formWrap h1 {
    text-align: center; }
  /* line 601, ../sass/_common.scss */
  #formWrap #forminner {
    padding: 10px 5%; }
  /* line 606, ../sass/_common.scss */
  #formWrap table.formTable tr td {
    padding: 0 0 15px 0;
    display: block;
    width: 100%; }
    /* line 610, ../sass/_common.scss */
    #formWrap table.formTable tr td.check_h {
      overflow: hidden; }
      /* line 612, ../sass/_common.scss */
      #formWrap table.formTable tr td.check_h label {
        width: 100%;
        display: block;
        float: none; }
  /* line 619, ../sass/_common.scss */
  #formWrap table.formTable tr th {
    padding: 0 0 4px 0;
    display: block;
    width: 100%; }
  /* line 626, ../sass/_common.scss */
  #formWrap input.sizeS {
    width: 50%; }
  /* line 629, ../sass/_common.scss */
  #formWrap input.sizeM {
    width: 100%; }
  /* line 632, ../sass/_common.scss */
  #formWrap #submitBtn {
    padding: 5px 0 0 0; } }
@media screen and (max-width: 430px) {
  /* line 639, ../sass/_common.scss */
  footer .inBox {
    padding: 100px 0 0 0; }
  /* line 642, ../sass/_common.scss */
  footer img#cutIllst_D {
    width: 20% !important;
    left: 0; }
  /* line 646, ../sass/_common.scss */
  footer #footPagetop {
    right: 0; } }
@media screen and (max-width: 350px) {
  /* line 652, ../sass/_common.scss */
  footer {
    text-align: left; }
    /* line 654, ../sass/_common.scss */
    footer img#cutIllst_D {
      display: none; } }
/*
フォントサイズ表 (base: 13px)
62% =  8px
70% =  9px
77% = 10px
85% = 11px  162% = 21px  239% = 31px
93% = 12px  170% = 22px  247% = 32px
100% = 13px  177% = 23px  254% = 33px
108% = 14px  185% = 24px  262% = 34px
116% = 15px  193% = 25px  270% = 35px
124% = 16px  200% = 26px  277% = 36px
131% = 17px  208% = 27px  285% = 37px
139% = 18px  216% = 28px  293% = 38px
147% = 19px  224% = 29px  300% = 39px
154% = 20px  231% = 30px  308% = 40px
*/
/*
メディアクエリ・基本設定項目
@media screen and (max-width: 1024px) {  1024pxまでの幅の場合に適応される　例）タブレット横まで　iPadPro縦  }
@media screen and (max-width: 768px) {  768pxまでの幅の場合に適応される　例）タブレット縦〜スマホ横  }
@media screen and (max-width: 480px) {  480pxまでの幅の場合に適応される　例）iPhone縦  }
@media screen and (max-width: 320px) {  320pxまでの幅の場合に適応される　例）iPhone5以下  }

メディアクエリ・内訳
Nexus10横 = max-width: 1280px
iPad、iPad mini、Nexus9横 = max-width: 1024px
Nexus7横 = max-width: 960px
Nexus10縦 = max-width: 800px
iPad、iPad mini、Nexus9縦 = max-width: 768px
Nexus7縦 = max-width: 600px
iPhone6 Plus縦 = max-width: 414px
Nexus6縦 = max-width: 412px
iPhone6縦 = max-width: 375px
Nexus5横 = max-width: 360px
iPhone5以下横 = max-width: 320px
*/
