﻿@charset "utf-8";

/*===============================================
  共通
===============================================*/

#side .banner3 {
  background: #008DCB;
  margin-bottom: 20px;
  padding: 10px 5px 5px;
}
#side .banner3 p {
  margin-bottom: 10px;
  text-align: center;
}
#side .banner3 ul {
  padding: 0 10px;
}
#side .banner3 li {
  margin-bottom: 10px;
  text-align: center;
}
#side .banner3 li a {
  display: inline-block;
  position: relative;
}
#side .banner3 li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  background: url(../image/s_bnr221227_arrow.png) center no-repeat;
  background-size: contain;
  width: 6px;
  height: 13px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	/* -webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s; */
}
#side .banner3 li a:hover::before {
	-webkit-transform: translate(5px, -50%);
	-ms-transform: translate(5px, -50%);
	transform: translate(5px, -50%);
}

@media screen and (max-width: 680px){
    #side .banner3 ul {
      display: flex;
    }
    #side .banner3 li{
        width: 49%;
    }
    #side .banner3 li:nth-child(1){
      margin-right: 2%;
    }
}

@media screen and (max-width: 480px){
  #side .banner3 li a::before {
    right: 10px;
    width: 4px;
  }
}

.video {
	position: relative;
	width: 100%;
	padding-top: 56.29%;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------------------------------
	モバイルメニュー
------------------------------*/

#header .menubtn {
  display: none;
}


/* #overlaybox（メニューの背景） */

#overlaybox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}


/* #navbox（メニュー） */

#navbox {
  display: none;
  width: 80%;
  margin: 10% 10% 0;
  position: absolute;
  top: 0;
  z-index: 10001;
  overflow: hidden;
}

#navbox .basicbtn {
  overflow: hidden;
  / zoom: 1;
}

#navbox .basicbtn p {
  float: right;
  background: #FFFFFF;
  cursor: pointer;
}

#navbox .basicbtn p span,
#navbox .basicbtn p a {
  display: table-cell;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

#navbox .basicbtn p:first-child {
  border-radius: 0 5px 0 0;
}

#navbox .basicbtn p:last-child {
  border-radius: 5px 0 0 0;
}

#navbox ul {
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#navbox ul li a {
  background: #FFFFFF;
  border-bottom: 1px solid #CCC;
  display: block;
  position: relative;
  padding: 12px 26px 10px 10px;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
}

#navbox ul li:first-child a {
  border-radius: 5px 0 0 0;
}

#navbox ul li:last-child a {
  border-radius: 0 0 5px 5px;
}

#navbox ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: #333333 1px solid;
  border-right: #333333 1px solid;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navbox .basicbtn p:hover,
#navbox ul li a:hover {
  background: #EEEEEE;
}

.mbmenu {
  display: none;
}

#wrap .mb {
  display: none;
}


/* スマホ用ナビ
------------------------------*/


/* background */

.drawer--left .drawer-hamburger {
  display: none;
  top: 5px;
  left: auto;
  right: 5px;
  width: 3rem;
  background: #0091d0;
  border-radius: 10px;
  padding: 12px 8px 22px;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: auto;
  right: 5px;
}


/* line */

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #E5E5E5;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, .3);
}

.drawer-nav {
  display: none;
}


/* menu */

.drawer--left .drawer-nav {
  display: none;
  left: -260px;
  width: 260px;
}

.drawer-menu {
  padding: 20px 10px;
}

.drawer--left .drawer-nav>li {
  margin-bottom: 50px;
}

.drawer--left.drawer-open .drawer-nav {
  left: 0;
}

.sp-nav {
  margin-bottom: 30px;
}

.sp-nav>li {}

.sp-nav a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  font-size: .87em;
  font-weight: normal;
  color: #FFF;
}

.sp-nav a img {
  outline: 3px solid #FFF;
  outline-offset: -2px;
}

.sp-banner {
  overflow: hidden;
  margin-bottom: 30px;
}

.sp-banner>li {
  margin-bottom: 10px;
}

.sp-banner>li:nth-child(2),
.sp-banner>li:nth-child(3) {
  float: left;
  width: 48%;
}

.sp-banner>li:nth-child(2) {
  margin-right: 4%;
}

.sp-cat {
  margin-bottom: 20px;
}

.sp-cat .catlist {
  border-bottom: 1px dotted #C8C8C8;
  margin-bottom: 20px;
}

.sp-cat .catlist li a {
  position: relative;
  border-bottom: 1px dotted #C8C8C8;
  margin-bottom: 0;
}

.sp-cat .catlist ul {
  padding-left: 20px;
}

.sp-cat .catlist>li {
  font-size: 1.4em;
}

.sp-cat .catlist li.child-cat {
  border-bottom: 1px dotted #C8C8C8;
}

.sp-cat .catlist li.child-cat a {
  margin-bottom: -1px;
}

.sp-cat .catlist li:not(.child-cat) a {
  /*border-top: 1px dotted #C8C8C8;*/
}

.sp-cat .catlist li:last-child a {
  border-bottom: none;
}

.sp-cat .catlist li a {
  display: block;
  padding: 16px 20px 10px 15px;
  font-size: .95em;
  line-height: 1.2;
  text-decoration: none;
  color: #262626;
}

.sp-cat .catlist li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 7px;
  background: url(../image/icon01.jpg) right center no-repeat;
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}


/*===============================================
  画面の横幅が680px以下に適用
===============================================*/

@media screen and (max-width: 680px) {
  /*--------------------------------------
		common
	--------------------------------------*/
  html {
    font-size: 62.5%;
  }
  a:link {
    text-decoration: underline;
  }
  /* box-sizing（padding、borderを含んだ幅、高さにする） */
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
  body,
  #wrap,
  #header .header,
  #footer .footer {
    width: auto;
    min-width: 320px;
  }
  /* LSEARCH */
  div.sbox-cen h1.stext {
    font-weight: normal;
  }
  div.sbox-cen p.summary {
    display: none;
  }
  /* h1 */
  body h1.seotext {
    padding-bottom: 0;
    font-size: 1.0rem;
  }
  body h1.seotext span {
    display: none;
  }
  #wrap {
    background: #FFFFFF;
    font-size: 1.2rem;
  }
  .drawer--left .drawer-hamburger,
  .drawer--left .drawer-nav {
    display: block;
  }
  .seotext span {
    display: none;
  }
  /* header */
  #header {
    width: 90%;
    padding: 0;
  }
  #header .header .logo {
    font-size: 1.2rem;
  }
  #header .header .logo a {
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
  }
  .h-text {
    display: none;
  }
  .gnav {
    display: none;
  }
  #main {
    float: none;
    width: 94%;
    padding: 15px 0;
    margin: 0 auto;
  }
  /* .panz */
  #content .panz {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  #content .panz li {
    display: inline-block;
    /display: inline;
  }
  /* #pagetop 角丸 */
  #main #pagetop {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    display: none;
  }
  #main #pagetop a {
    background: #0091d0;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    display: block;
  }
  #main #pagetop a img {
    display: none;
  }
  #main #pagetop a:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 30%;
    display: block;
    width: 15px;
    height: 15px;
    border-right: #FFF 1px solid;
    border-bottom: #FFF 1px solid;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /*--------------------------------------
		#header
	--------------------------------------*/
  #header {
    position: relative;
    width: 100%;
  }
  #header .header {
    padding: 8px 10px;
    width: auto;
    height: 100%;
  }
  #header .header .logo {
    width: auto;
    height: 100%;
    padding: 0;
    margin-right: 60px;
  }
  #header .header .logo img {
    max-height: 100%;
  }
  #header .header .info {
    display: none;
  }
  /* .menubtn */
  #header .header .menubtn {
    float: right;
    background: #D8D7D1;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  /*--------------------------------------
		#nav
	--------------------------------------*/
  #nav {
    display: none;
  }
  /*--------------------------------------
		#side
	--------------------------------------*/
  #side {
    /*display: none;*/
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  #side p.top,
  #side .nav,
  #side .infobar,
  #side .info {
    display: none;
  }
  #side .contact {
    overflow: hidden;
  }
  #side .contact li {
    float: left;
  }
  #side .banner {
    display: none;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    /zoom: 1;
  }
  #side .banner li {
    float: left;
    width: 49%;
    margin: 0 2% 0 0;
    text-align: center;
  }
  #side .banner li:nth-child(2n) {
    margin: 0;
  }
  #side .spbox .catbar,
  #side .catlist {
    text-align: left;
  }
  /*--------------------------------------
		#fnav
	--------------------------------------*/
  #fnav {
    background: #FFFFFF;
    border-top: 1px solid #999999;
    width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #fnav ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #fnav ul li {
    position: relative;
    float: left;
    border-bottom: #EEE 1px solid;
    border-right: none;
    width: 100%;
  }
  #fnav ul li.mb {
    display: inline-block;
  }
  #fnav ul li a {
    padding: 12px 10px 10px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    display: block;
  }
  #fnav ul li a:after {
    position: absolute;
    top: 50%;
    right: 18px;
    border-right: #666 1px solid;
    border-bottom: #666 1px solid;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  /*--------------------------------------
		#footer
	--------------------------------------*/
  #footer .footer {
    padding: 15px 10px 55px;
  }
  #footer .footer p {
    line-height: 1.6;
    text-align: center;
  }
  #footer .footer address {
    text-align: center;
  }
  /*--------------------------------------
		#content
	--------------------------------------*/
  #content {
    float: none;
    width: auto;
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #content h3 {
    width: auto;
    padding: 6px 5px 4px;
    margin-bottom: 1.0em;
    font-size: 2rem;
    line-height: 1.4;
  }
  #content .aside {
    margin-bottom: 0;
  }
  #content .aside dl,
  #content .aside li {
    width: 48.5%;
    margin: 0 3% 30px 0;
  }
  #content .aside dl:nth-child(even),
  #content .aside li:nth-child(even) {
    margin-right: 0;
  }
  #content .likebox iframe {
    display: none;
    width: 100% !important;
  }
  /* table */
  #content table th {
    width: 30%;
  }
  #content table th,
  #content table td {
    padding: 10px 10px 5px 10px;
  }
  /* .imgleft, .imgright */
  #content .imgleft ul.image,
  #content .imgright ul.image {
    width: 110px;
  }
  #content .imgleft ul.image {
    margin-right: 10px;
  }
  #content .imgright ul.image {
    margin-left: 10px;
  }
  #content .imgleft ul.image li,
  #content .imgright ul.image li {
    margin-bottom: 10px;
  }
  #content .imgleft ul.image li a,
  #content .imgright ul.image li a,
  #content .imgleft ul.image li span,
  #content .imgright ul.image li span {
    width: 110px;
    height: 110px;
    padding: 0;
  }
  #content .imgleft ul.image li a img,
  #content .imgright ul.image li a img,
  #content .imgleft ul.image li span img,
  #content .imgright ul.image li span img {
    max-width: 106px;
    max-height: 106px;
  }
  #content div.imgleft .text,
  #content div.imgright .text {
    width: 100%;
    margin: 0 0 20px;
  }
  #content .section .box ul.image {
    width: 100px;
  }
  #content .section .imgleft p,
  #content .section .imgright p {
    width: 100%;
    margin: 0 0 20px;
    overflow: visible;
  }
  #content p.contact {
    margin-bottom: 0;
  }
  /* pagebute */
  #content ul.page li a.link_page,
  #content ul.page li span.current_page {
    border-radius: 4px;
    width: 28px;
    height: 28px;
    /*padding: 6px 0;*/
  }
  /* youtube */
  .movie {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 5px;
    overflow: hidden;
  }
  .movie iframe,
  .movie object,
  .movie embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #content .back {
    text-align: center;
  }
  /*--------------------------------------
		index
	--------------------------------------*/
  #topics {
    border: 1px solid #CCCCCC;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #topics dl {
    padding: 5px 10px;
  }
  #topics dl:last-child {
    border: none;
  }
  #info #map {
    float: none;
    margin-bottom: 15px
  }
  #info dl {
    float: none;
    margin: 0;
    text-align: center;
  }
  #info dl dd p {
    text-align: center;
  }
  #gallery dl {
    width: 48%;
    margin-right: 4%;
  }
  #gallery dl:nth-child(2n) {
    margin-right: 0;
  }
  #gallery dl .image {
    position: relative;
    padding-top: 100%;
  }
  #gallery dl .image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #gallery dl .image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #greeting {
    background: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  #greeting .section,
  #content .section .box {
    margin-bottom: 0;
  }
  #greeting .imgright .text,
  #greeting .imgleft .text {
    padding-top: 0;
  }
  #content .aside {
    margin-bottom: 20px;
  }
  #content .aside li {
    width: 32%;
  }
  #content .aside li:nth-child(1),
  #content .aside li:nth-child(2) {
    margin-right: 2%;
  }
  #content .section.eclient .image {
    margin-right: 20px;
  }
  #content .section.eclient p {
    padding-bottom: 0;
  }
  #content .section.eclient.last {
    margin-bottom: 50px;
  }
  /*--------------------------------------
		#about
	--------------------------------------*/
  #voice .business ul.image {
    display: none;
  }
  #voice .about ul.image {
    float: none;
    width: 100%;
  }
  #voice .imgleft ul li {
    width: 100%;
  }
  /*
	#voice .about .box:nth-child(1) {
		background: url(../image/about01.jpg) left top no-repeat;
	}
	#voice .about .box:nth-child(2) {
		background: url(../image/about03.jpg) left top no-repeat;
	}
	#voice .about .box:nth-child(3) {
		background: url(../image/about05.jpg) left top no-repeat;
	}
*/
  #voice .about .box .text dt {
    margin-bottom: 15px;
  }
  #voice .about .box .text dt img {
    background: #FFF;
    padding: 3px;
  }
  #voice .about .text dd {
    background: rgba(255, 255, 255, .5);
    padding: 7px 0;
  }
  #voice .business {
    background: none;
    margin-bottom: 20px;
  }
  #content #voice .business .img {
    padding-bottom: 0;
  }
  #content #voice .box_text {
    background-position: center bottom 20px;
    background-size: 270px;
    padding: 20px 20px 240px;
  }
  #voice .voice-box {
    padding: 20px 20px 18px;
  }
  /*--------------------------------------
		#silica
	--------------------------------------*/
  #silica {
    margin-bottom: 20px;
  }
  #silica .box .imgbox {
    width: 33.3%;
    overflow: initial;
    background-position: right 8% top 41%;
    background-size: 9%;
    padding-right: 5%;
  }
  #silica .box .imgbox:nth-child(3) {
    margin-right: 0;
  }
  #silica .box .imgbox dl,
  #silica .box .imgbox dl.none {
    width: auto;
    margin-right: 0;
  }
  #silica .box.last {
    width: 66.7%;
    margin: 0 auto;
  }
  #silica .box.last .imgbox {
    width: 50%;
    background-position: right 3% top 41%;
  }
  #silica .box.last .imgbox.last {
    background: none;
  }
  #silica .box.last .imgbox dl {
    width: auto;
    margin: 0;
  }
  #silica .box.last .imgbox dl.last {
    margin-top: 0;
  }
  #content .silica .box {
    padding: 20px 20px 21px 21px;
  }
  /*--------------------------------------
		#desiccant
	--------------------------------------*/
  #desiccant .imgleft ul li,
  #desiccant .imgright ul li {
    width: auto;
  }
  #content #desiccant .section .box_text {
    padding: 25px 25px 23px 25px;
  }
  /*--------------------------------------
		scavenger
	--------------------------------------*/
  #content .scavenger-storage .box_text {
    padding: 25px 25px 23px 25px;
  }
  #content .scavenger-choose .box.imgleft p {
    margin-left: 0;
  }
  /*--------------------------------------
		gallery
	--------------------------------------*/
  #gallery.gallery dl {
    width: 32%;
    margin-right: 2%;
  }
  #gallery.gallery dl:nth-child(3n) {
    margin-right: 0;
  }
  #gallery.gallery dl dd.image a {
    width: 100%;
    height: 100%;
    display: block;
  }
  /*--------------------------------------
		product
	--------------------------------------*/
  #gallery.product dl dd.image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  /*--------------------------------------
		product
	--------------------------------------*/
  #detail .box .imgbox {
    float: none;
    width: auto;
  }
  #detail .box .cart {
    float: none;
    width: auto;
  }
  #detail .box .cart .cart-btn {
    max-width: 280px;
    margin: 0 auto;
  }
  #detail .box .cart .cart-btn li.submit {
    margin-top: 20px;
    text-align: center;
  }
  #detail .box .cart .cart-option {
    width: 280px;
    margin: 0 auto 25px;
  }
  #content #detail .imgbox ul.imglist {
    width: 298px;
    overflow: hidden;
  }
  #content #detail .imgbox ul.imglist li {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 6px 6px 0;
  }
  #content #detail .imgbox ul.imglist li:nth-child(4n) {
    margin-right: 0;
  }
  #content #detail .imgbox ul.imglist li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #content #detail .imgbox ul.imglist li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /*--------------------------------------
		#product（一覧）
	--------------------------------------*/
  #product {
    margin-bottom: 20px;
  }
  #product dl,
  #product dl.none {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    overflow: hidden;
    /zoom: 1;
  }
  #product dl dd.image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
  #product dl dd.image a {
    width: 110px;
    height: 110px;
  }
  #product dl dd.image a img {
    max-width: 100px;
    max-height: 100px;
  }
  #product dl dt {
    margin-top: 0;
    padding-top: 0;
    margin-left: 120px;
    font-size: 1.6rem;
  }
  #product dl dd {
    margin-left: 120px;
  }
  /*--------------------------------------
		.imgbox（画像リスト）
	--------------------------------------*/
  #content .imgbox {
    margin: 0 0 15px;
  }
  #content .imgbox ul.imgbig {
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  #content .imgbox ul.imgbig li {
    width: 300px;
    height: 300px;
    padding: 0;
    margin: 0 auto 10px;
  }
  #content .imgbox ul.imgbig li a,
  #content .imgbox ul.imgbig li span,
  #content #detail .imgbox ul.imgbig li a {
    width: 300px;
    height: 300px;
    padding: 0;
  }
  #content .imgbox ul.imgbig li a img,
  #content .imgbox ul.imgbig li span img {
    max-width: 290px;
    max-height: 290px;
  }
  #content .imgbox ul.imglist {
    float: none;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.4em;
    text-align: center;
    line-height: 0;
  }
  #content .imgbox ul.imglist li {
    float: none;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0 5px 10px;
    text-align: center;
    letter-spacing: normal;
    display: inline-block;
    /display: inline;
  }
  #content .imgbox ul.imglist li a,
  #content .imgbox ul.imglist li span {
    width: 60px;
    height: 60px;
  }
  #content .imgbox ul.imglist li a img,
  #content .imgbox ul.imglist li span img {
    max-width: 50px;
    max-height: 50px;
  }
  /*--------------------------------------
		#map
	--------------------------------------*/
  #content #map,
  #content #map01,
  #content #map02 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  /*--------------------------------------
		contact
	--------------------------------------*/
  #content p.contact_tel {
    background: none;
    padding: 0;
  }
  #content #mailform table th {
    font-size: 1.6rem;
  }
  #content #mailform table th,
  #content #mailform table td {
    width: 100%;
    padding: 8px 10px 8px 10px;
    display: block;
  }
  #content #mailform table td input[type="text"] {
    border-radius: 3px;
    width: 100%;
    height: 2.5em;
  }
  #content #mailform table td input.postage {
    width: 150px;
  }
  #content #mailform table textarea {
    border-radius: 5px;
    width: 100% !important;
    height: 120px !important;
    margin: 2px 0;
    padding: 5px;
  }
  /* datepicker */
  /* カレンダー自体を大きく */
  #ui-datepicker-div {
    margin-top: -100px !important;
  }
  .ui-datepicker {
    width: 80%;
    height: 380px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    border: 6px solid #ccc;
    border-radius: 12px;
    -webkit-box-shadow: 18px 18px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 18px 18px 0 0 rgba(0, 0, 0, 0.1);
  }
  /* タイトルと矢印 */
  .ui-datepicker .ui-datepicker-header {
    padding: 6px;
    font-size: 18px;
    border-radius: 6px 6px 0 0;
  }
  /* 矢印 */
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: auto;
  }
  .ui-widget-header .ui-icon {
    background-image: none !important;
  }
  .ui-datepicker-prev::after,
  .ui-datepicker-next::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ui-datepicker-prev::after {
    border-color: transparent transparent #000 #000;
  }
  .ui-datepicker-next::after {
    border-color: #000 #000 transparent transparent;
  }
  /* 曜日 */
  .ui-datepicker th {
    padding: 6px 6px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #000;
  }
  /* 日付の文字と余白を大きく */
  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 6px 6px;
    font-size: 18px;
    text-align: center;
    color: #333;
    border-radius: 4px;
  }
  /* 選択中 */
  .ui-datepicker td a.ui-state-active {
    color: #fff;
    background: #3366FF;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
  }
  /* 今日 */
  .ui-datepicker td a.ui-state-highlight {
    border: 2px solid #3366FF;
  }
  /* ボタンパネル */
  /*
	.ui-datepicker .ui-datepicker-buttonpane {
		position: absolute;
		left: 3px;
		right: 3px;
		bottom: 3px;
		padding: 0;
		border-top: 1px solid #000;
	}
	*/
  .ui-datepicker .ui-datepicker-buttonpane button {
    -webkit-appearance: none;
    min-width: 60px;
    margin: 3px 0 0;
    padding: 6px;
    font-size: 14px;
    /*
		color: #fff;
		background: #000;
		border: 0 none;
		border-radius: 6px;
	*/
  }
  #fancybox-wrap,
  #fancybox-content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  #side .banner2 li {
    text-align: center;
  }

  .food-related .lead-text {
    margin-bottom: 30px;
  }

  .metal-packing .lead-text {
    margin-bottom: 30px;
  }

  .metal-packing .image-box-inner {
    width: 50%;
  }
  .metal-packing .image-box-2col::after {
    display: none;
  }
  .metal-packing .text-box-link {
    flex-wrap: wrap;
    justify-content: center;
  }

  .metal-packing .link {
    margin-bottom: 20px;
  }

  .metal-packing .link img {
    width: 100%;
  }

}


/*===============================================
  画面の横幅が480px以下に適用
===============================================*/

@media screen and (max-width: 480px) {
  /*--------------------------------------
		#side
	--------------------------------------*/
  #side .banner li {
    width: 100%;
    margin: 0 0 10px;
  }
  /*--------------------------------------
		#fnav
	--------------------------------------*/
  #fnav ul li {
    float: left;
    border-right: none;
    width: 100%;
  }
  #fnav ul li:last-child {
    border-bottom: none;
  }
  /*--------------------------------------
		#content
	--------------------------------------*/
  /* table */
  /*
	#content #mailform table {
		border-bottom: 1px solid #999;
	}
*/
  #content table th,
  #content table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #C3C3C3;
  }
  /*--------------------------------------
		index
	--------------------------------------*/
  #topics {
    border: 1px solid #CCCCCC;
    margin-bottom: 30px;
  }
  #topics dl {
    overflow: hidden;
    /zoom: 1;
  }
  #topics dt {
    float: none;
    font-size: 0.85em;
  }
  #topics dd {
    padding: 0;
  }
  #navbox {
    width: 80%;
    margin: 10% 10% 0;
  }
  #gallery dl {
    float: none;
    max-width: 330px;
    width: 100%;
    margin: 0 auto 30px;
  }
  #gallery dl:nth-child(2n) {
    margin-right: auto;
  }
  #gallery dl .image {
    position: relative;
    padding-top: 100%;
  }
  #gallery dl .image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #gallery dl .image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /*--------------------------------------
		free
	--------------------------------------*/
  #content .section table th,
  #content .section table td {
    width: 100%;
  }
  /*--------------------------------------
		desiccant
	--------------------------------------*/
  #content #desiccant .section .box_text {
    padding: 20px 20px 18px 20px;
  }
  #content .scavenger-storage .box_text {
    padding: 20px 20px 18px 20px;
  }
  #gallery.gallery dl {
    width: 216px;
  }
  #gallery.gallery dl,
  #gallery.gallery dl:nth-child(3n) {
    margin: 0 auto 30px;
  }
}