@charset "utf-8";


#modal-content,
#modal-open,
#modal-checkbox,
#modal-close,
#modal-btn-close{
    display:none;
}

#page-top{
   display:none!important;
}


@media screen and (max-width: 780px){

/*モーダルメニューここから*/
/*モーダルメニュー調整*/
#modal-checkbox {
  display: none;
}
#modal-open {
  cursor: pointer;
  display: none;
  position: absolute;
  right:10px;
  z-index:30;
  width:40px;
  height:40px;
  background:#239073;
  border-radius:10px;
  box-shadow:0 3px 0 0 #336699;
  text-align:center;

}
#modal-content {
  width:80%;
  overflow: auto;
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 40;
  background: #fff;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  transform: scale(0);
  opacity: 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  padding: 0px;
}
#modal-content .sub-menu {
	background-color:#edfdfa;
	display: none;
	border:solid 1px #edfdfa;
	padding:0px 0px 0px 0px !important;
}
#modal-content .sub-menu li{
	border-bottom:solid #ddd 1px;
}
[class^="menu-item menu-item-type-custom"] > a {
	font-size:1.2em;
	font-weight:bold;
	color:#239173;
	border-bottom:solid #ddd 1px;
}

#modal-content ul {
	list-style: none;
}

/*目的から探す*/
#modal-content ul li.menusp_mokuteki{
       background-image: url("../images/qbtn2.png");
       background-color:#239173;
       background-repeat: no-repeat;
       background-position: 10px;
       background-size: 25px;
}

#modal-content ul li.menusp_mokuteki a{
        color:white;
        margin-left: 45px;
        font-weight: bold;
}

#modal-content ul li.menusp_mokuteki a:hover{
	text-decoration:none;
	cursor:auto;
}

#modal-content ul li.menusp_mokuteki a::after{
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 10%;
  right: 12px;
  color: #fff;
  font-size: 20px;
}

/*動画マニュアルを見る*/

#modal-content ul li.menusp_movie{
       background-image: url("../images/qbtn7.png");
       background-color:#239173;
       background-repeat: no-repeat;
       background-position: 10px;
       background-size:27px;
}

#modal-content ul li.menusp_movie a{
        color:white;
        margin-left: 45px;
        font-weight: bold;
}

#modal-content ul li.menusp_movie a::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 10%;
  right: 12px;
  color: #fff;
  font-size: 20px;
}

/*よくある質問*/

#modal-content ul li.menusp_qa{
       background-image: url("../images/qbtn3.png");
       background-color:#239173;
       background-repeat: no-repeat;
       background-position: 10px;
       background-size: 25px;
}

#modal-content ul li.menusp_qa a{
        color:white;
        margin-left: 45px;
        font-weight: bold;
}

#modal-content ul li.menusp_qa a::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 10%;
  right: 12px;
  color: #fff;
  font-size: 20px;
}

/*個人情報の取り扱い*/

#modal-content ul li.menusp_pp{
       background-image: url("../images/qbtn6.png");
       background-color:#239173;
       background-repeat: no-repeat;
       background-position: 12px;
       background-size: 22px;
}

#modal-content ul li.menusp_pp a{
        color:white;
        margin-left: 45px;
        font-weight: bold;
}

#modal-content ul li.menusp_pp a::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 10%;
  right: 12px;
  color: #fff;
  font-size: 20px;
}


/*HOME*/
#modal-content ul li.menusp_home{
       background-color:#239173;
}

#modal-content ul li.menusp_home a{
        color:white;
        margin-left: 45px;
        font-weight: bold;
}

#modal-content ul li.menusp_home a::before{
  content: "\f015";
  font-family: FontAwesome;
  position: absolute;
  top: -5px;
  left: -34px;
  color:#fff;
  font-size: 28px;
  font-weight: normal;
}

#modal-content ul li.menusp_home a::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 10%;
  right: 12px;
  color: #fff;
  font-size: 20px;
}

/*製品案内*/

#modal-content ul li.menusp_seihin{
        margin-top:10px;
}

#modal-content ul li.menusp_seihin a{
        color:black;
        margin-left: 45px;
        font-weight: bold;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        background-color: #FFDA00;
        border-radius: 12px;
}


/*階層があるメニュー*/
#modal-content ul li.menusp_link a{
  padding: 5px 0px 5px 0px;
  color:#239173;
  border-bottom: dotted 1px;
  font-weight: bold;
}
#modal-content ul li.menusp_link a::after{
  content: "\f055";
  font-family: FontAwesome;
  position: absolute;
  top: 15%;
  right: 12px;
  color: #239173;
  font-size: 15px;
}

#modal-content ul li.menusp_link ul li a{
  border-bottom:none;
  background:#edfdfa;
}

#modal-content ul li.menusp_link a:hover{
	text-decoration:none;
}

#modal-content ul li.menusp_link ul li a::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 15%;
  right: 14px;
  color: #239173;
  font-size: 20px;
}

/*カスタムメニューここまで*/

#modal-content ul li{
        border-bottom: dotted 1px white;
}

#modal-content a {
	display:block;
	cursor:pointer;
	padding:10px 0px 10px 5px;
        font-size:1.05em;
}
#modal-checkbox:checked ~ #modal-content {
  display:block;
  opacity: 1;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
#modal-close {
  position: fixed;
  z-index: 39;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  background: #000;
  opacity: 0;
  transition: all 0.6s ease-in-out 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
#modal-checkbox:checked ~ #modal-close {
  display: block;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/*モーダル閉じるボタン*/
#modal-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  left:50%;
  z-index: 45;
  height: 50px;
  width: 70%;
  transition: all 0.6s ease-in-out 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  opacity: 0;
  padding:0em 1em 0em 1em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#modal-checkbox:checked ~ #modal-btn-close {
	display:block;
	opacity:1;
	transform:translate(-50%, 0%);
  -webkit-transform:translate(-50%, 0%);
  -ms-transform:translate(-50%, 0%);
}
#modal-btn-closebox {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 0px;
    -webkit-tap-highlight-color: initial;
}
#modal-btn-close span {
  display: block;
  position:absolute;
  background: #fff;
  height: 2px;
  width: 30px;
}
#modal-btn-close .bar01 {
  -moz-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
}
#modal-btn-close .bar02 {
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -webkit-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}



/*ページトップへ調整*/
#page-top {
  bottom: 20px;
  margin: 0;
  position: fixed;
  right: 20px;
  z-index: 38;
}
#page-top a {
  background-color: #ccc;
  border-radius: 30px;
  color: #000;
  display: block;
  font-size: 12px;
  opacity: 0.7;
  padding: 18px 23px;
  text-align: center;
  height: 27px;
}

/*モーダルメニューここまで*/

body{
	background: #fff;
	font-size: 90%;
        padding-top: 10px;
}

.entry-content img {
	max-width:100%;
	height:auto;
}

/*メニュー調整*/
#secondary {
	display:none;
}
#page {
	width:90%;
}

/*ロゴとタイトル調整*/
.site-branding .head_l {
	height:95px;
	overflow: hidden;
}
.site-branding .head_l h1 {
	width:100%;
}
.site-branding .head_l h1 img {
	max-width:80%;
}

.headname{
         display: block;
         font-size:0.7em;
         position: absolute;
         top: 57px;
}

.fa-phone::before{
         color:#fff;
         top: -10px;
         position: absolute;
         left: -10px;
         font-size: 26px;
}
/*telボタン*/

.telbtn{
   cursor: pointer;
display: block;
position: absolute;
right:55px;
z-index: 30;
width: 40px;
height: 40px;
background:#239073;
border-radius: 10px;
box-shadow: 0 3px 0 0
#336699;
text-align: center;
}

/*問い合わせまわり調整*/

.site-branding .head_r{
     width:100%;
     margin:0px auto;
     float: none;
     text-align: left;
}


.site-branding .head_r .contact,
.site-branding .head_r .tel
 {
	width:auto;
	float:none;
        display:none;
}

.site-branding .head_r .tel2 {
    line-height: 23px;
    color:#239073;
    font-size: 1.7em;
    font-weight: bold;
}

.site-branding .head_r .tel2 img{
    float:none;
    width:33px;
    margin-right: 10px;
}

.site-branding .head_r .tel2 .time{
    color:black;
    font-size:15px;
    font-weight: normal;
}

#serch {
	padding:2% 4%;
	text-align:center;
        margin:0px;
}
#serch h2 {
	float:none;
}
#serch .search-form {
	float:none;
}
#serch .search-form #s-box {
	margin:0px;
	float:none;
}

/*お知らせまわり調整*/
#news h2 .gonews {
	margin-left:1%;
	float:none;
	display:inline-block;
}

#news h2{
       line-height: 30px;
}


/*ピックアップまわり調整*/
#pickup {
	display:flex;
	flex-direction:column;
}
#pickup .qbtn {
	float:none;
        width: 90%;
        margin: 0 auto
}
#pickup .qbtn ul {

}
#pickup .qa {
	margin-top:20px;
	width: 100%;
}
#pickup .qbtn li {
	width: 22%;
        height: 140px;
}

#pickup .qbtn li a{
        padding: 0px 10px;
}


/*モーダルメニュー調整*/
#modal-open {
	display:block;
}

#main .entry-content ul.listtype2 li{
       width: 40%;
}

#main .pagetemp{
margin-left:0px;
}



}

@media screen and (max-width: 520px){

/*ロゴとタイトル、問い合わせまわり調整*/
.site-branding{
	overflow:visible;
}
.head_l {
	text-align:center;
}
.site-branding .head_l h1 {
	line-height:0.95em;
	margin-bottom:15px;
}
.site-branding .head_l h1 a {
    display: block;
    width: 190px;
    text-align: left;
}
.site-branding .head_r{
	text-align:center;
}
.site-branding .head_r .tel{
	float:none;
	margin-bottom:10px;
}
.site-branding .head_r .contact{
	margin:0px;
}
.headname{
         display: block;
         font-size:0.7em;
         position: absolute;
         top: 50px;
}

/*検索まわり調整*/
#serch .search-form #s-box{
	width:80%;
	margin-bottom:5px;
}

/*お知らせまわり調整*/
#news h2 .gonews {
	margin-left:0px;
	float:none;
	display:block;
        width: 80%;
        text-align: center;
        margin-top: 10px;
}

#news ul li{
        line-height:25px;
       padding: 2px 5px 5px 10px;
}

/*ピックアップまわり調整*/
#pickup .qbtn li{
	width:45%;
	height:120px;
        line-height: 20px;
}



/*お試しまわり調整*/
#try h2 .muryo{
	margin-right:0px;
	display:block;
}


/*デザイン部分*/

.entry-content h1{
     padding: 7px 40px;
     line-height: 22px;
}

.entry-content h2{
     line-height: 22px;
}

/*二階層目*/

.entry-content ul{
     margin:0px!important;
}

.entry-content ul.submenu{
     margin:0px;
}

ul.submenu li{
     margin:10px 0px;
     list-style:none!important;
}

#main .entry-content ol{
     margin-left: 30px;
}

#main .entry-content ul.listtype2 li{
       width: 90%;
}

/*マニュアル部分*/

.manualpage ol li.stepli .stepcontainer{
      padding: 20px 20px;
}
.manualpage ol li.stepli .stepcontainer .steptext{
      width: 100%;
}

.manualpage ol li.stepli .stepcontainer img{
      width:100%;
}

.manualpage ol{
      margin:auto;
}


}

@media screen and (max-width: 385px){

/*お知らせまわり調整*/

#pickup .qbtn{
width: 100%;
}

#pickup .qbtn li{
	width:45%;
	height:120px;
	line-height:1.5em;
	display:flex;
	justify-content:center;

}
#pickup .qbtn li img{
	display:block;
	margin:7px auto 0px;
	height:40px;
}



}

/*ここまで*/
