@charset "UTF-8";
/* ----------------------------------------------------------
	共通
---------------------------------------------------------- */
* p {
  letter-spacing: normal; }


/* ----------------------------------------------------------
	ヘッダー
---------------------------------------------------------- */
header {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
   }
  header #headerInner {
    padding: 5px 0 0 5px;
    max-width: auto;
    width: 75%;
    float: left;
	z-index:10; }
    header #headerInner h1 {
      padding: 0;
      width: auto;
      font-size: 20px;
      font-size: 2rem; }
    header #headerInner .pnav {
      display: none; }

#nav {
  background: transparent;
   }
  #nav #navInner #sp-menu {
    display: inline-block;
    padding: 14px;
    background: #eee;
    border: 0;
    cursor: pointer;
    outline: 0px;
	z-index:1;}
    #nav #navInner #sp-menu .menu-icon {
      display: inline-block;
      vertical-align: -.2em;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      #nav #navInner #sp-menu .menu-icon span {
        display: block;
        width: 20px;
        height: 2px;
        background: #A8B3B3;
        margin-bottom: 4px;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out; }
        #nav #navInner #sp-menu .menu-icon span:last-child {
          margin-bottom: 0; }
      #nav #navInner #sp-menu .menu-icon.active {
        -webkit-transform: translateY(0px) rotate(-45deg);
        -moz-transform: translateY(0px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
        -o-transform: translateY(0px) rotate(-45deg);
        transform: translateY(0px) rotate(-45deg); }
      #nav #navInner #sp-menu .menu-icon.active .bar1 {
        -webkit-transform: rotate(0deg) translateY(6px);
        -moz-transform: rotate(0deg) translateY(6px);
        -ms-transform: rotate(0deg) translateY(6px);
        -o-transform: rotate(0deg) translateY(6px);
        transform: rotate(0deg) translateY(6px); }
      #nav #navInner #sp-menu .menu-icon.active .bar2 {
        opacity: 0; }
      #nav #navInner #sp-menu .menu-icon.active .bar3 {
        -webkit-transform: rotate(-90deg) translateX(6px);
        -moz-transform: rotate(-90deg) translateX(6px);
        -ms-transform: rotate(-90deg) translateX(6px);
        -o-transform: rotate(-90deg) translateX(6px);
        transform: rotate(-90deg) translateX(6px);
        margin: 0; }
  #nav #navInner #navMenu {
    width: auto;
    float: right; }
    #nav #navInner #navMenu .gnav {
      display: none;
      width: 100%;
      position: absolute;
      left: 0;
      top: 45px;
      z-index: 10000;
      background: rgba(255, 255, 255, 0.98); }
      #nav #navInner #navMenu .gnav li {
        width: 100%;
        float: none;
        display: block;
        text-align: right; }
        #nav #navInner #navMenu .gnav li a {
          padding: 10px 20px;
          border: 0px;
          text-align: left;
          text-decoration: none;
          border-bottom: 1px dotted #ccc;
          color: #000; }
          #nav #navInner #navMenu .gnav li a img {
            display: none; }
        #nav #navInner #navMenu .gnav li a:before {
          content: attr(data-label); }

/* ----------------------------------------------------------
	1カラム
---------------------------------------------------------- */
.column1-Box {
  margin: 0 0 20px;
  padding: 0 10px; }
  .column1-Box h2 {
    font-size: 20px;
    font-size: 2rem; }

/* ----------------------------------------------------------
	2カラム
---------------------------------------------------------- */
.column2-Box {
  margin: 0 0 20px;
  padding: 0 10px; }
  .column2-Box .Box70 {
    width: 100%;
    margin: 0 0 10px; }
  .column2-Box .Box30 {
    width: 100%;
    margin: 0 0 10px; }
  .column2-Box .left {
    float: none; }
  .column2-Box .right {
    float: none; }
	.column2-Box .Box50{
		width:100%;
	}

/* ----------------------------------------------------------
	3カラム
---------------------------------------------------------- */
.column3-Box {
  margin: 0 0 20px;
  padding: 0 10px; }
  .column3-Box .Box {
    float: none;
    width: 100%;
    margin: 0 0 10px; }
  .column3-Box .Box:first-child {
    margin: 0 0 10px; }

/* ----------------------------------------------------------
	4カラム
---------------------------------------------------------- */
.column4-Box {
  margin: 0 0 20px;
  padding: 0 10px; }
  .column4-Box .Box {
    float: none;
    width: 100%;
    margin: 0 0 10px; }
  .column4-Box .Box:first-child {
    margin: 0 0 10px; }

/* ----------------------------------------------------------
	コンテンツ
---------------------------------------------------------- */
#main .mainInner {
  max-width: none; }

/* ----------------------------------------------------------
	各コンテンツ
---------------------------------------------------------- */
#main .mainInner .news dl {
  overflow: auto;
  height: auto; }

/* ----------------------------------------------------------
	フッター
---------------------------------------------------------- */
#page_or{
	display:none;
}
footer {
  margin-top: 0; }
  footer #footerInner {
    max-width: none;
    margin: 0 auto 0;
    padding: 20px 0 0; }
    footer #footerInner ul {
      border-top: #ccc 1px solid; }
      footer #footerInner ul li {
        display: block;
        margin-left: 0;
        text-align: left;
        border-bottom: #ccc 1px solid; }
        footer #footerInner ul li a {
          display: block;
          text-decoration: none;
          padding: 10px; }
  footer .footerInner2 {
    padding: 20px 0 40px 0; }
    footer .footerInner2 p {
      font-size: 20px;
      font-size: 2rem; }
    footer .footerInner2 .copy {
      font-size: 10px;
      font-size: 1rem; }

/* トップページ */
.sub{
	display:none;
}

.movie-{
	width:100%;
}

/* 会社情報 */
table th, table td {
	width: 100%;
	display: block;
	border-top: 1px solid #666;
}

/* フェイスブック */
.pcfb{
	display:none;
}

.spfb{
	display:block;
}

/* table */
.age_title, .age_text{
	width:100%;
}

.client th,.client td,.delivery th,.delivery td,#order th,#order td,.other th,.other td{
	width:100%;
}

#order th{
	display:none;
}

.hidden_show th,.hidden_show td{
	display:table-cell;
}

.postage,.yamato_kasan{
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}


.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.4 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 20px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;

}
.inquiry_btn {
	-webkit-border-radius: 3px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 80%;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	background-image: linear-gradient(-90deg, #FF006E, #FFD500);
	transition: .5s;
	background-size: 200%;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #fff !important;
	text-shadow:2px 2px 5px #000000;
}

.inquiry_btn:hover{
	background-position: right center;
}

.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}

footer .item_bot {
    padding: 20px 0 120px 0; }


.top-copy{
  font-size: 14px;
}