@charset "UTF-8";
/* grid_sp */
@media (min-width: 480px) {
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

  .column {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

  .column {
    margin-left: 4%; }

  .column:first-child {
    margin-left: 0; }

  .three.column {
    width: 22%; }

  .four.column {
    width: 30.6666666667%; }

  .five.column {
    width: 39.3333333333%; }

  .six.column {
    width: 48%; }

  .seven.column {
    width: 56.6666666667%; }

  .eight.column {
    width: 65.3333333333%; }

  .nine.column {
    width: 74.0%; } }
body {
  font-size: 16px; }

#wrap {
  width: 96%;
  margin: 0 auto;
  margin-top: 2em; }

/* ページトップへ戻る */
.pagetop,
.pagetop a,
.pagetop a i {
  display: none; }

h3 {
  margin: 2em 0 1em; }

h4 {
  margin: 2.4em 0 1em; }

/*----------------------------------------------

  #header

----------------------------------------------*/
#header {
  padding: 2em 2em 1em; }

#logo {
  text-align: center;
  margin-bottom: 1em; }
  #logo img {
    width: 80%;
    max-width: 400px; }

#seo {
  font-size: 80%;
  text-align: center; }
  #seo span {
    display: inline-block; }

#headmark {
  position: absolute;
  top: -1.8em;
  left: 0;
  width: 100%; }
  #headmark img {
    max-width: 80px;
    height: auto; }

#lang_box {
  position: absolute;
  top: -1.2em;
  left: 96px;
  z-index: 999; }

/*----------------------------------------------

  #nav

----------------------------------------------*/
#nav {
  display: none; }

/*----------------------------------------------

  #main_img

----------------------------------------------*/
#main_img {
  margin: 0 auto 2em;
  border-radius: 1em;
  width: 100%;
  height: 360px;
  overflow: hidden;
  text-align: center; }

#swiffycontainer {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  height: 360px; }

/*----------------------------------------------

  contents

----------------------------------------------*/
.container {
  padding: 0 15px; }

section {
  margin-bottom: 2em;
  margin-top: 1em; }

/*----------------------------------------------

  layout

----------------------------------------------*/
#contents {
  padding: 0 20px 0; }

/*----------------------------------------------

  article

----------------------------------------------*/
.article {
  display: block;
  width: 100%; }

/*-----------------------------------

  design_list

-----------------------------------*/
#design_list li {
  flex: 0 0 48%;
  flex-basis: 48%;
  max-width: 48%; }

/*-----------------------------------

  item_list

-----------------------------------*/
#item_list li {
  flex: 0 0 48%;
  flex-basis: 48%;
  max-width: 48%; }
#item_list.list_2 li {
  flex: 0 0 98%;
  flex-basis: 98%;
  max-width: 98%; }
  @media (min-width: 768px) {
    #item_list.list_2 li {
      flex: 0 0 48%;
      flex-basis: 48%;
      max-width: 48%; } }
#item_list h2 {
  font-size: 90%; }

/*----------------------------------------------

  footer

----------------------------------------------*/
footer .container {
  padding: 40px 10px 10px; }
footer .footer_inq h2 {
  font-size: 1.4rem; }
  @media (min-width: 480px) {
    footer .footer_inq h2 {
      font-size: 1.6rem; } }
footer .footer_inq p {
  font-size: 1.2rem; }
footer img {
  width: 96px;
  transition: 0.5s all ease; }

/*----------------------------------------------

  call_nav / #drawer

----------------------------------------------*/
.call_nav {
  position: fixed;
  right: 10px;
  top: 2em;
  z-index: 9990;
  display: inline-block;
  background: #01afec;
  padding: .4em .5em;
  font-size: 16px;
  margin-top: -20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .06em;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: .5em; }
  .call_nav:hover {
    cursor: pointer;
    background: #fff; }
  .call_nav i {
    margin-right: .3em;
    color: #fff; }
  .call_nav:hover, .call_nav:hover i {
    color: #01afec;
    transition: all 0.5s ease;
    zoom: 1; }

#drawer {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: #01afec;
  color: #fff;
  z-index: 9999; }
  #drawer.open {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); }

.lte-ie9 #wrap.open {
  right: 0; }

#drawer nav a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 42px;
  padding-left: 1.5em; }
#drawer nav ul {
  list-style: none;
  margin: 2em auto 1em;
  padding: .5em 0; }
  #drawer nav ul li {
    list-style: none;
    margin: 0; }
    #drawer nav ul li:hover {
      background: rgba(255, 255, 255, 0.5); }

.drawer-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  line-height: 1;
  width: 1em;
  font-size: 24px;
  text-align: right;
  cursor: pointer;
  font-weight: 600; }

#drawer ul.bn_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 84%; }
  #drawer ul.bn_list li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 .5em;
    padding: 0;
    flex: 0 0 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%; }
    #drawer ul.bn_list li img {
      width: 100%; }

/*-----------------------------------

  汎用スタイル

-----------------------------------*/
.fb-page_wrap,
.tw_wrap,
.line_bnr {
  width: 90%;
  display: table;
  max-width: 400px; }

figure img {
  width: 98%;
  padding: 1%; }

/*-----------------------------------

  page_title

-----------------------------------*/
h1.page_title {
  font-size: 20px; }

h2.page_title {
  font-size: 18px;
  padding-left: 48px; }
  h2.page_title img {
    width: 42px;
    height: 39px; }

/*-----------------------------------

  check_table

-----------------------------------*/
.check_table {
  width: 100%; }
  .check_table th {
    display: block;
    padding: .5em 0 0;
    border-bottom: none; }
  .check_table td {
    display: block;
    padding: 0 0 .5em; }

/* contact_form */
.contact_form_table th,
.contact_form_table td {
  display: block; }
.contact_form_table th {
  text-align: left;
  margin-bottom: .5em; }
.contact_form_table td {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px #CCC; }
.contact_form_table thead {
  display: none; }

/*-----------------------------------

  お問合わせフォーム

-----------------------------------*/
.form_check_list {
  list-style: none;
  display: inine-block; }
  .form_check_list li {
    line-height: 44px;
    border-bottom: dashed 1px #CCC; }
  .form_check_list label {
    display: inline-block;
    margin: 0; }

/*========== YouTube埋め込み ==========*/
.youtube {
  width: 80%;
  padding-top: 47.5%; }
  @media (min-width: 480px) {
    .youtube {
      width: 64%;
      padding-top: 39%; } }

/*-----------------------------------

塗り絵コンテスト

-----------------------------------*/
.np_title {
  font-size: 1.4rem; }
  .np_title span {
    display: block; }

.np_sub_title {
  font-size: 15px; }

.nurie_table a {
  font-size: 1rem; }

.np_netprint {
  margin: 0 -1em; }

.np_netprint_innner {
  font-size: 14px; }

.netprint_btn {
  font-size: 13px; }

.nurie_nurinuri {
  display: block;
  text-align: center; }
