@charset "utf-8";
.pc_none{
display: none !important;
}

/*pc1024設定
----------------------------------------------------------- */
@media(max-width:1200px) {
.warp{
width: auto;
padding: 0 20px;
}
}
/*pc1024設定
----------------------------------------------------------- */
@media(max-width:1024px) {
#top .cont01 ul {
  width: auto;
}

footer .warp {
  padding: 0 20px;
}

}


/*tablet設定
----------------------------------------------------------- */
@media(max-width:768px) {

p,li{
font-size: 15px;
}


	
.warp{
padding: 0 20px;
overflow: hidden;
}
.pc_none{
display: block !important;
}

.sp_none{
display: none !important;
}

header{
height: 60px;
top: 0px;
}
header p#logo{
  padding-top: 5px;
  padding-left: 5px;
}

header p.logotext{
padding:16px;
}
	
header p#logo img {
  width: 240px;
}

header .menu {
  width: 100%;
}

.drawer{
z-index: 9999;
}

header .drawer {
  width: auto !important;
}

.drawer ul{
margin-right: 60px;
}

.drawer ul li{
display: inline-block;
vertical-align: middle;
}


.menu{
background: #fff;
padding-top: 0px;
padding-top: 30px;
padding-bottom: 30px;
text-align:center;
transition: .5s ease;/*滑らかに表示*/
-webkit-transform: translateY(-120%);
transform: translateY(-120%);/*左に隠しておく*/
}

.menu ul{
padding: 0 50px;
}

.menu ul li{
padding: 10px 0;
display: inline-block;
width: 50%;
text-align: center;
}

.menu ul li:nth-child(6) a{

}

/*OPEN時の動き*/
.menu.open {
-webkit-transform: translateY(-22px);
transform: translateY(-22px);/*中身を表示（右へスライド）*/

}

/*トグルボタンのスタイルを指定*/
.Toggle {
display: block;
position: fixed;    /* bodyに対しての絶対位置指定 */
width: 20px;
height: 50px;
cursor: pointer;
z-index: 3;
right:30px;
}

.Toggle span {
display: block;
position: absolute;
width: 20px;
border-bottom: solid 1.5px #333;
-webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
-moz-transition: .35s ease-in-out;    /*変化の速度を指定*/
transition: .35s ease-in-out;     /*変化の速度を指定*/

}

.Toggle span:nth-child(1) {
top:20px;
}

.Toggle span:nth-child(2) {
top: 26px;
}

.Toggle span:nth-child(3) {
top: 32px;
}

.Toggle.active span:nth-child(1) {
top: 26px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
top: 26px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}

footer{
margin-top: 50px;
}

footer .warp {
  padding:0 16px;
}

footer .logo {
    padding-top: 30px;
}

footer .logo img {
  width: 200px;
  margin-bottom: 10px;
}

footer p.disc{
font-size: 12px;
}

footer .link01 {
  margin: 20px auto 0;
}

footer .link01 li {
  display: inline-block;
  margin-right: 0;
  margin: 0 4%;
    margin-bottom: 0px;
  width: 40%;
  font-size: 14px;
  margin-bottom: 20px;
}

footer .link01 li:last-child {
  margin-right: 4%;
}

footer .link01 li a{
font-size: 14px;
font-weight: normal;
}

footer .copy {
  font-size: 10px;
  line-height: 50px;
  padding-bottom: 4px;
}

h2 {
  font-size: 28px;
  margin: 20px auto 30px;
  padding-top: 20px;
}

h2 span {
  font-size: 12px;
  margin-top: 10px;
}

#top h3 {
  font-size: 22px;
}

.more01{
padding: 10px 20px;
}

.more02{
font-size: 16px;
}

.more03{
padding: 10px 20px;
border-radius: 40px;
font-size: 16px;
}

.more04{
padding: 10px 20px;
}

.title_area{
color: #fff;
text-align: center;
padding: 60px 20px;
margin-top: 88px;
margin-bottom: 10px;
background: url("../img/title_bg.jpg") no-repeat center center;
background-size: cover;
}

#page-top a {
  bottom: 10px;
  padding: 0px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.fv{
height: 520px;
background: #000;
overflow: hidden;
}

.fv .warp{
padding: 0;
padding-top: 70px;
}

.fv .warp h2 {
  font-size: 24px;
  margin: 0;
  margin-top: 0;
  text-align: center;
  line-height: 36px;
  letter-spacing: 0.8;
  margin-bottom: 0px;
}

.fv .warp p {
  font-size: 12px;
  padding: 10px 0 30px;
  font-weight: bold;
}

.fv .warp a.more01{
opacity: 1;
}

.fv .warp p br{
display: none;
}

.fv .warp p br.pc_none{
display: none;
}

.fv .warp a.more01 {
  margin-top: 25px;
}

.slider01 {
  margin: 0 auto 0;
  width: auto;
  height: 520px;
}

.slider01 .slick-slide{
  text-align: center;
  height: 520px; 
}

.slider01 .slick-slide img{
height: 460px !important;
padding-top: 60px;
}

.left,
.right{
width: 100% !important;
}

#top .cont01 .left h2 {
  margin: 0px 0 0px;
}

#top .cont01 ul li span {
  margin-right: 10px;
}

#top .cont01 ul li {
  padding: 20px 10px;
  border-bottom: 1px dotted #fff;
}

#top .cont02{
margin-bottom: 60px;
}

#top .cont02 p {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 1.5;
}

#top .cont03 .warp {
padding: 0 50px;
}


#top .cont03 h3 {
  margin-bottom: 10px;
}

#top .cont03 .left p {
  font-size:15px;
}
#top .cont03 .right .messe,
#top .cont03 .right{
text-align: center;
}

#top .cont03 .right .messe img {
  width: 100px;
  margin: 0 auto;
}

#top .cont03 .right img {
  height: 300px;
  width: auto;
  margin: 0 auto;
}

#top .cont03 .right p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

#top .cont03{
padding-bottom: 50px;
}

#top .cont05 .img_box img{
vertical-align: bottom;
}

#top .cont05 .po_box {
  display: block;
  margin-bottom: 30px;
}

#top .cont05 .text_box {
  width: 100%;
  margin-left: 0;
  padding: 30px 10px;
}

#top .cont05 .text_box p.title {
  font-size: 18px;
padding-left: 60px;
}

#top .cont05 .text_box p.title span {
  font-size: 38px;
}

#top .cont05 .po_box02 .img_box,
#top .cont05 .po_box02 .text_box{
  width: 100%;
  position: static;
}

#top .cont05 .po_box02 {
  height: auto;
}

#top .cont05 .text_box {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .12);
}

#top .cont06 ul li {
  width: 90%;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .12);
}

#top .cont06 a {
  margin-top: 20px;
}

#top .cont06 {
  padding-bottom: 50px;
}

#top .cont08 .slick-img{
height: auto;
}

#top .cont08 .right p.title {
  font-size: 16px;
  margin-bottom: 10px;
}

#top .cont09 {
  padding: 50px 0;
}

#top .cont09 table {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .12);
}

#top .cont09 table th img {
  width: 250px;
}

#top .cont09 table td,
#top .cont09 table th{
width: 90%;
padding: 15px 5%;
display: block;
}

#top .cont09 table td:first-child {
  border-right: 0px solid #EEE;
  border-bottom: 0px solid #EEE;
  font-weight: bold;
}

#top .cont09 table td:first-child{
padding-bottom: 20px;
}

#top .cont09 table td:last-child{
font-size: 14px;
}

#top .cont09 table td p{
padding-bottom: 15px;
font-weight: normal;
}

.title_area {
  padding: 30px 10px;
  margin-top: 60px;
  margin-bottom: 10px;
}

.breadcrumb {
  padding: 0 10px;
  margin-bottom: 30px;
}

#top .about .pic{
margin-top: 30px;
}

#top .about .sl_area .left{
width: 100%;
background: #F8F8EC;
margin-bottom: 20px;
}

#top .about .slider02{
width: 100%;
height: auto;
vertical-align: middle;
text-align: center;
}

#top .about .pic p.title{
font-size: 13px;
text-align: center;
margin-bottom: 20px;
}

#top .about .pic ul li{
width: 100%;
}

#top .about .pic ul li p{
padding: 10px;
}

#top .about .pic .text_box{
padding: 20px;
}

#top .about .pic .text_box h4{
margin-bottom: 20px;
font-size: 16px;
}


#top .about .cont10 {
  margin: 40px auto 0;
}

#top .about .cont10 .warp {
  padding: 20px 20px;
  width: auto;
}

#top .about .cont10 h2 {
  font-size: 18px;
  margin: 0px auto 30px;
  letter-spacing: 3px;
}

#top .about .cont10 ol {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#top .about .cont10 ol li {
  margin-bottom: 20px;
  font-size: 15px;
  padding-bottom: 10px;
  padding-right: 10px;
}

#top .ploj .cont02 p {
  padding-bottom: 0px;
}

.ploj h2,
.ploj .cont11 .in_box{
  width: auto;
}

.ploj .cont02 .box01 h2 {
  padding: 20px 20px;
  font-size: 16px;
}

#top h3 {
    font-size: 16px;
}

#top .ploj .cont02 .box01 p {
  font-size: 15px;
  padding: 0 20px 30px;
}

#top .ploj .cont02 {
  text-align: center;
  margin-bottom: 0px;
}

.ploj p.title {
  font-size: 22px;
  margin-bottom: 10px;
}

.ploj h2 {
  width: auto;
  padding: 38px 20px 30px;
  font-size: 22px;
  text-align: center;
}

.ploj .cont11 .in_box {
  background: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .16);
  padding: 30px;
  width: auto;
  margin: 0 20px;
}

.ploj .cont11 .in_box p {
  font-size: 15px;
  margin-bottom: 10px;
}

.ploj .cont11 .in_box img {
  margin: 10px auto;
}

.ploj .cont11 .box01 {
  padding-bottom: 50px;
}

.ploj .cont11 .box02 {
  padding-bottom: 50px;
}

.ploj .cont11 .in_box h3 {
  font-size: 18px;
  margin-top: 20px;
}

.ploj .cont11 .in_box h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.ploj .cont11 .box03 {
  padding-bottom: 50px;
}

.blog .blog_box .left{
margin-bottom: 10px;
}

.prod ul.seihin li {
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 20px;
}

#top .prod ul.seihin li h3 {
  font-size: 18px;
}

.prod .seihin_sub .right{
order: 1;
}

.prod .seihin_sub .left{
order: 2;
}

.prod .seihin_sub h4 {
  margin-bottom: 10px;
  background: #333;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
}

.prod .seihin_sub {
  padding-bottom: 20px;
  margin-bottom: 50px;
  padding: 20px;
}

#top .prod .seihin_sub h3 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.prod .seihin_sub p.gaiyou {
  background: #efefef;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.prod .seihin_sub p.come {
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.prod .seihin_sub p.btm {
  text-align: center;
  margin-top: 30px;
}

.title_area h1 {
  font-size: 22px;
}

.title_area h1 span {
  font-size: 12px;
  margin-top: 10px;
}

#contact .form {
  padding: 20px 40px;
  border-radius: 20px;
}

#contact dt,
#contact dd{
width: 100%;
}

#contact dt{
margin-bottom: 10px;
}

#contact label.check {
  padding: 0 10px 0 10px;
  font-size: 12px;
}

#contact dd.doui {
  margin-top: 0px;
  vertical-align: top;
}

#contact input[type="submit"] {
  margin: 50px auto 30px;
  padding: 0px 40px;
  width: auto;
}

#contact {
  margin-bottom: 50px;
}

#contact p.top_text {
  text-align: left;
}

#top .cont09 table th,
#top .cont09 table td{
  font-size: 13px;
word-wrap: break-word;
}

#top .cont04 li{
display: block;
width: 100%;
}

#top .cont04 .btm p {
  font-size: 12px;
}

#top .npo li{
width: 100%;
margin-bottom: 20px;
}

#top .about .cont10 .warp {
  background-image: none;
  background-color: #3973b2;
}

}

/*sp設定
----------------------------------------------------------- */
@media(max-width:375px) {



}