@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #555;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

.flexed{
    display: flex;
    flex-wrap: wrap;
}

.wrapper{
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto !important;
}

.d-inline{
    width: 100%;
    display: inline-block;
}

.container{
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
}

a{
	text-decoration: none;
}
a:hover{
	opacity:0.8;
}

/* ヘッダー */
header{
	position: absolute;
    z-index: 1000;
    width: 100%;
    background: rgba(255,255,255,0.7);
}

header h4{
	margin: 0;
}
span{
	font-size: 13px;
    text-align: center;
    color: #0074b4;
    letter-spacing: 0.3px;
}
header h3{
	font-size: 20px;
    margin: 10px 30px 0 0;
    padding: 5px 20px;
    background-color: #0074b4;
    line-height: 30px;
    text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
}
header h3 a{
	color: #fff;
}
header h3 small{
	font-size: 14px;
    font-weight: normal;
    color: #fff;
}
header h3 i{
	color: #fff;
}
.header{
  padding: 0;
  margin-bottom: 0;
}
.header.flexed{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    width: 100%;
    z-index: 1000;
    height: 50px;
    margin-top: 20px;
}
.flexed h4 img{
    width: 85%;
}
.header_left{
    margin: 20px 0 0 30px;
    font-size: 26px;
    font-weight: bold;
    line-height: 25px;
}
.header_left a{
	 font-family: 'M PLUS 1p', sans-serif;
}
.header img{
    margin: 0;
}

.header a{
	list-style: none;
    color: #000;
}
.header h3 a {
    color: #fff;
}

h1{
	font-size: 28px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

h2{
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 10px;
    color: #00bfff;
}

h3{
    font-size: 30px;
    font-weight: bold;
}

h4{
    font-size: 22px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 25px;
}

#main {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.content{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0px;
    width: 100%;
}

.content h1{
    padding: 7px 0 5px 50px;
    font-size: 18px;
    color: gray;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 800;
}

.content small{
	margin: 0 20px;
	font-size: 16px;
}

article, aside, footer, header, nav, section {
    display: block;
}
    
section{
	margin: 0 auto 3em !important;
	padding: 0.5rem 0;
}

.center{
	text-align: center;
	margin: 10px;
}
.menu{
	margin: 0 50px 0 auto;
}
.menu ul{
	text-align: center;
	display: flex;
    list-style: none;
    margin: 0px 0 10px;
    font-size: 15px;
}
.menu li{
	margin: 0 15px;
}
.menu img{
    width: 80%;
}
.menu i{
	color: #c7a108;
}

/* トップ */
.header_top{
	margin: 10px auto 0;
	font-size: 14px;
}
.top{
    position: relative;
    background: url(../img/top.jpg) no-repeat left top;
    background-size: cover;
    height: 100vh;
}

.top h1{
    color: #fff;
    text-shadow: 1px 1px 10px #c7a108, 0px 0px 15px #c7a108, 1px 1px 7px #9e8005;
    position: relative;
    top: 77%;
    text-align: center;
    line-height: 54px;
    font-size: 37px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'M PLUS 1p', sans-serif;
}

.top p{
    font-size: 22px;
    padding: 40px 0;
}
.top small{
	font-size: 36px;
    letter-spacing: 2px;
}
.pop{
	font-size: 22px;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 30px;
}
.pop ul{
	position: absolute;
	margin-top: 18%;
	left: 6%;
	display: flex;
}
.pop ul li{
	color: #fff;
    list-style-type: none;
    margin: 12px;
    text-align: center;
    background: #32cd32;
    padding: 20px;
    border-radius: 50%;
    text-shadow: 1px 1px 4px #666;
}

.left_right{
	width: 70%;
	margin: 20px auto;
}

.left{
	width: 43%;
	display: inline-block;
	vertical-align: top;
    margin: 20px;
}
.left h3{
	margin: 30px;
}

.right{
	width: 43%;
	display: inline-block;
	text-align: right;
    margin: 20px;
}
.box{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.kyoto{
	background: url(../img/kyoto.jpg) no-repeat 75% 0;
    background-size: 40%;
    height: 50vh;
}
.kyoto p{
	position: absolute;
    margin: 40px 0 0 180px;
    padding: 30px 30px 40px;
    width: 40%;
    background: rgba(240,240,240,0.8);
    line-height: 30px;
}

/* busi */

/* ====================================================
　中央下線　titleCenterBorder
==================================================== */
.titleCenterBorder em {
    display:inline-block;
    border-bottom:5px solid #0073b3;
    margin-bottom:0.5em;
    padding-bottom:0em;
    margin-top:2em;
    font-style:normal;
    font-family: 'Oswald', sans-serif;
	color: #000;
    
}
.titleCenterBorder span {
    display:block;
    font-weight:normal;

}

@media print, screen and (min-width: 768px) {
    .titleCenterBorder {margin-bottom:40px;}
    .titleCenterBorder em {font-size:45px;}
    .titleCenterBorder span {font-size:18px;}
}
@media screen and (max-width: 767px) {
    .titleCenterBorder {margin-bottom:40px;}
    .titleCenterBorder span {font-size:14px;}
}
.titleBox {text-align:center;}
/* ====================================================
　リードコピー
==================================================== */
.readCopy {
    margin-bottom:0em;
    text-align:center;
}
@media print, screen and (min-width: 768px) {
    .readCopy {font-size: 18px; line-height: 30px;}
}

/* ====================================================
　業務分類
==================================================== */
.businessMenu {text-align:center;}
.businessMenu .row {margin-left:-8px; margin-right:-8px;}
.businessMenu .row li {padding-left:8px; padding-right:8px; margin-bottom:16px;display: inline-block; width:240px;}
.businessMenu .row li a {display: block; padding: 10px;}
.business.business01 {background:#b8860b;color: #ffffff; text-shadow: 1px 1px 2px #444;}
.business.business02 {background:#8b990f;color: #ffffff; text-shadow: 1px 1px 2px #444;}
.business.business03 {background:#928c36;color: #ffffff; text-shadow: 1px 1px 2px #444;}
.business.business05 {background:#ccbd16;color: #ffffff; text-shadow: 1px 1px 2px #444;}
@media print, screen and (min-width: 768px) {
    .businessMenu {margin:0 auto 30px;}
    .businessMenu, .business {font-size:17px;}
    .br-sp {display: none; }
}
@media screen and (max-width: 767px){
    .businessMenu {margin:0 auto;}
    .businessMenu li .business01{padding-top: 1.1em;}
}
.businessMenu i{
	color:#fff;
}

/* ====================================================
　上下線　titleBorderTopBottom
==================================================== */
.titleBorderTopBottom01{
	border-top: 3px solid #c7a108;
    border-bottom: 1px dotted #c7a108;
    margin-bottom: 1.25em;
    padding: 10px 0.5em;
    text-align: center;
    line-height: 1;
    width: 100%;
    color: #444;
    font-size: 30px;
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    background: #f2f2ed;
}
@media screen and (max-width: 768px) {
    .titleBorderTopBottom01 {font-size:24px;}
}

/* ====================================================
　上下線　titleBorderTopBottom
==================================================== */
.titleBorderTopBottom02{
	border-top:3px solid #c7a108;
    border-bottom: 1px dotted #c7a108;
    margin-bottom:1.25em;
    padding:10px 0.5em;
    text-align:center;
    line-height:1;
    width: 100%;
    color:#444;
    font-size:30px;
    font-family: 'M PLUS 1p', sans-serif;
	background: #f2f2ed;
}
@media screen and (max-width: 768px) {
    .titleBorderTopBottom02 {font-size:24px;}
}

/* ====================================================
　上下線　titleBorderTopBottom
==================================================== */
.titleBorderTopBottom03{
    border-top: 8px solid #928c36;
    border-bottom: 2px dotted #928c36;
    margin-bottom:1.25em;
    padding:10px 0.5em;
    text-align:center;
    line-height:1;
    width: 100%;
    color:#444;
    font-size:30px;
    font-family: 'M PLUS 1p', sans-serif;
}
@media screen and (max-width: 768px) {
    .titleBorderTopBottom03 {font-size:24px;}
}

/* ====================================================
　上下線　titleBorderTopBottom
==================================================== */
.titleBorderTopBottom04{
    border-top: 8px solid #999;
    border-bottom: 2px dotted #999;
    margin-bottom:1.25em;
    padding:10px 0.5em;
    text-align:center;
    line-height:1;
    width: 100%;
    color:#444;
    font-size:30px;
	font-family: 'M PLUS 1p', sans-serif;
}
@media screen and (max-width: 768px) {
    .titleBorderTopBottom04 {font-size:24px;}
}

/* ====================================================
　上下線　titleBorderTopBottom
==================================================== */
.titleBorderTopBottom05{
    border-top: 8px solid #ccbd16;
    border-bottom: 2px dotted #ccbd16;
    margin-bottom:1.25em;
    padding:10px 0.5em;
    text-align:center;
    line-height:1;
    width: 100%;
    color:#444;
    font-size:30px;
    font-family: 'M PLUS 1p', sans-serif;
}
@media screen and (max-width: 768px) {
    .titleBorderTopBottom05 {font-size:24px;}
}

p,figure {
    margin-bottom: 20px;
  }

    p,figure {
      margin-bottom: 0;
      
    }
   
    figure.side_image {
      margin: 0;
      width: 35%;
    }
    .sidearea{
        display: flex;
        justify-content: space-between;
    }
   
    p.side_text {
      width: 60%;
      margin: 10px 0 0 0;
      vertical-align: top;
      line-height: 2
    }
    
    figure.side_image02 {
        margin: 0;
        width: 35%;
      }
      .side_image img, .side_image02 img{
        width: 100%;
    }
    p.side_text02 {
        width: 55%;
        margin: 10px 10px 10px 40px;
        vertical-align: top;
        line-height: 2
    }
     
    .u_text {
        text-align: center;
        margin: 20px;
    }
    .u_text a{
        color: #a22041;
		font-weight: bold;
    }


    .u_text span{
        background: #666;
        font-size: 18px;
        padding: 5px 10px;
        margin:10px;
        display: inline-block; 
        width:100px;
        color: rgb(250, 249, 249);
    }
    
    .midashi{
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 100%;
    }
    
    .midashi h3{
        background: #928c36;
        font-size: 22px;
        color:#ffffff;
        padding: 5px;
		font-family: 'M PLUS 1p', sans-serif;
    }

    .Businessmidashi{
        background: #928c36;
        margin-bottom:1.25em;
        padding:17px 0.5em;
        text-align:center;
        line-height:0.2;
        width: 100%;
        color:#ffffff;
        font-size:22px;
        font-family: 'M PLUS 1p', sans-serif;
    }
    
    .b_area{
        line-height: 1.5
    }
    
    .flowBox h4{
        text-align:center;
        font-size:22px;
		font-family: 'M PLUS 1p', sans-serif;
		margin: 30px 0 10px;
    }


   .level img { 
    text-align: center;
    width: 100%;

   }

	.flow{
		border: 3px solid #ddd;
		text-align: center;
		padding: 20px;
		margin-bottom: 20px;
	}
	.flow_pc img, .flow_mobile img{
		width: 100%;
	}
	@media screen and (min-width: 769px){
		.flow_mobile{
			display: none;
		}
	}
	@media screen and (max-width: 768px){
		.flow_pc{
			display: none;
		}
	}
	@media screen and (max-width: 480px){
		.flow{
			padding: 5px;
		}
	}


/* ######################################################################################

　テーブル　table

###################################################################################### */

/* ====================================================
　基本設定
==================================================== */
table { width: 100%; border-collapse:collapse;}
caption {
    text-align: left;
    font-size: 80%;
    font-weight: bold;
}
th,
td {
    border-color: #fff;
    padding: 10px;
    text-align: left;
    font-weight: normal;
}
@media print, screen and (min-width: 768px) {
    th {
        vertical-align: top;
        font-size: 14px;
    }
    td {
        font-size: 14px;
    }
}
/* ====================================================
　囲み
==================================================== */
.borderHorizon th,
.borderHorizon td { border-width: 5px 0; }
.borderBox th,
.borderBox td { border-width: 1px; }
/* ====================================================
　線種
==================================================== */
.borderSolid th { border-style: solid; width: 65%; background: #eee;}
.borderSolid td { border-style: solid; text-align: center; width: 30%;  background: #eee;}
.borderSolid td:before { border-style: solid; }
.borderDotted th { border-style: dotted; }
.borderDotted td { border-style: dotted; }
.borderDotted td:before { border-style: dotted; }
.borderDashed th { border-style: dashed; }
.borderDashed td { border-style: dashed; }
.borderDashed td:before { border-style: dashed; }




    
   

#product{
    padding-bottom: 7rem;
    padding-top: 0;
}
#product h3{
	font-size: 20px;
	font-family: sans-serif;
}
#product h4 {
    font-size: 21px;
    margin: 15px;
}
.product_list{
	width: 23%;
	border: 5px solid #87ceeb;
	margin: 8px;
	display: inline-block;
	background: rgba(255,255,255,0.8);
	vertical-align: top;
}
.product_list h3{
	font-size: 21px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 5px 0;
}
.product_list h4{
	font-size: 26px;
    margin: 0px 0 10px;
    color: #32cd32;
}
.product_list p{
    font-size: 17px;
}
.product_list img{
    width:92%;
    margin: 10px;
    vertical-align: bottom;
}
.product_list ul{
	margin: 0 auto;
}
.product_list li{
	list-style: none;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.product_list li a {
    border: 2px solid #eee;
    position: relative;
    padding: 20px;
    margin: 20px;
    background: #fff;
   height: 500px;
}
.product_list li a span {
    top: 10px;
    left: 10px;
    text-align: left;
    font-size: 15px;
} 
.product_list li a b{
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 800;
    font-size: 17px;
}

.product_detail{
	width: 45%;
    margin: 20px;
    display: inline-block;
    border: 2px solid #928c36;
    min-height: 430px;
    vertical-align: top;
}

.text_area{
	margin: 20px;
    text-align: left;
    line-height: 20px;
}
.text_area p{
    margin: 10px 0;
}

.photo_area img{
	width: 90%;
}

.center_parts{
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.photo{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

/*-------------------------------------
work
-------------------------------------*/
#work{
	background-color: #f0f8ff;
	background-image: url(../img/ptn.png);
}
#work img{
	width: 85%;
    margin-bottom: 3em;
}
.work_pc img,
.work_mobile img{
		width: 100%;
	}
	@media screen and (min-width: 769px){
		.work_mobile{
			display: none;
		}
	}
	@media screen and (max-width: 768px){
		.work_pc{
			display: none;
		}
	}
.syueki_table td{
    text-align: left;
    background: #eee;
    border: 5px solid #fff;
}
.jisseki_table{
    width: 100%;
}
#Business03 li{
    margin: 0 0 12px 20px;
}


/*-------------------------------------
company
-------------------------------------*/
#company{
	padding-top: 0.5em;
}
#company img{
    width: 100%;
}

.company_table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
    line-height: 20px;
}
.company_table tr {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    vertical-align: top;
}
.company_table th {
    width: 25%;
    padding: 10px;
    text-align: left;
	background: #f2f2ed;
}
.company_table td {
    text-align: left;
    padding: 10px;
    line-height: 22px;
}

/*-------------------------------------
contact
-------------------------------------*/
/* お問い合わせ */
.contact_table{
    width: 90%;
    margin: 30px auto 50px;
    border-collapse: separate;
    border-spacing: 5px;
}
.contact_table th, .contact_table th a{
    width: 50%;
    background: #000000;
    color: #fff;
    border: none;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}
.contact_table td{
    font-size: 20px;
    font-weight: bold;
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}
.contact_table small{
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}
.contact_table i{
    padding-right: 10px;
}

/*-------------------------------------
上に戻る
-------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop i {
  padding-top: 6px;
  color: #fff;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 0;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #6cb4e4;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*-------------------------------------
footer
-------------------------------------*/
#foot{
    background: #f0f8ff;
    padding: 10px;
    margin-bottom: 0!important;
}
#foot h3{
    font-size: 30px;
    margin: 0;
}
#foot p {
    line-height: 20px;
    margin: 10px;
	color: #000;
}
#foot p a{
	color: #000;
    font-family: 'M PLUS 1p', sans-serif;
}
#foot h4{
    font-size: 25px;
    font-weight: bold;
    color: #000;
    font-family: 'M PLUS 1p', sans-serif;
    margin: 10px;
}
#foot .left_right{
    width: 88%;
    display: flex;
}
#foot img{
	width: 15%;
}
.foot_left {
    width:55%;
}
.foot_right span{
    color: #a0522d;
}
.foot_right {
    width:45%;
}
.foot_right p {
    font-size: 27px;
    font-weight: bold;
    margin: 10px auto;
    width: 81%;
    padding: 5px 0px 5px 15px;
}
.foot_right p small{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.foot_left small{
    line-height: 12px;
}
.foot_right span{
    margin-left: 0px;
}
.foot_center{
	width: 27%;
	margin: 15px 10px 0px 40px;
}
.foot_center p{
	font-size: 14px;
	padding-left: 5px;
    text-align: left;
	padding-bottom: 5px;
}
.foot_center i{
	color: #c7a108;
}

#footer{
	width:100%;
	background: #0074b4;
	padding:40px 0;
}

#footer p#copy,
#footer p#copy a{
	font-size:14px;
	margin:5px 0;
	font-weight:100;
    text-align:center;
    color: #fff;
}

#footer p#copy a i{
	color:rgba(255,255,255,0.7);
}

#footer p#copy a{
	display:inline-block;
	padding:0 10px;
}


.forsp{
	display: none;
}

.nav-unshown {
  display:none;
}

.u_text02 {
    text-align: center;

}

.u_text02 span{
    background: #888;
    font-size: 16px;
    padding: 7px 10px;
    display: inline-block;
    color: rgb(250, 249, 249);
    margin: 10px;
}

.resultBoxleft_right02{
width: 70%;
margin: 20px auto;
}

.left02{
width: 35%;
display: inline-block;
vertical-align: top;
margin: 20px;
}
.left h3 {
margin: 30px;
}

.right02{
width: 50%;
display: inline-block;
text-align: right;
margin: 20px;
}


/*-------------------------------------
レスポンシブ
-------------------------------------*/

@media screen and (min-width: 1680px){
	.product_list{
		min-height: 355px;
	}
}

/* タブレット縦以下 */
@media screen and (max-width: 1024px){
	.wrapper{
        width: 90%;
    }
    .container{
		width: 90%;
	}
	.menu {
	    margin: 0 20px 0 auto;
	}
	#service .center_parts{
		height: 38rem; 
	}
	.center_parts ol {
    	top: 8rem;
    }
    #product-cat_list li {
        flex-basis: 16%;
        -webkit-flex-basis: 16%;
        max-width: 16%;
        margin: 0 0.6% 10px 0;
    }
    .consul img {
    	width: 43%;
    }
    .archive{
    	width: 80%;
    }
	.top h1 {
	    line-height: 45px;
	    font-size: 25px;
	}

}

/* タブレット縦以下 */
@media screen and (max-width: 960px){

	.header_top {
	    display: none;
	}
	.header.flexed {
		justify-content: normal;
	}
	.header img {
	    margin: 10px 0 0px 20px;
	}
	header h4 {
        font-size: 20px;
        margin: 0;
    }
    header h4 span {
	    font-size: 19px;
	    margin-left: -15px;
	}
    header h3 {
	    font-size: 18px;
	    margin: 0px auto;
	}
	.wrapper{
		width: 90%;}
	.content{
		position: absolute;
		padding-left: 20px;
	}
	.content h1 {
	    padding: 7px 0 5px 50px;
	    display: none;
	}
	.pop ul {
	    margin-top: 35%;
    }
    .product_list {
    	width: 47%;
    }
    .product_detail {
    	width: 43%;
    }
	.sell{
		width: 80%;
	}
	.harf{
		width: 100%;
	}

	/* フッター */
	#foot .left_right {
	    width: 100%;
	    display: inline;
	}
	.foot_left {
	    width: 100%;
	    margin: 10px;
		padding: 15px;
	}
	.foot_center {
    	width: 90%;
    }
    .foot_right {
	    width: 95%;
	    margin-top: 30px;
		margin-left: 15px;
	}
	.menu ul{
		display: inline;
	}
	.menu li{
		padding: 20px;
		text-align: left;
	}
}

/*------------------
ハンバーガー
------------------*/
@media screen and (max-width: 768px){

    #nav-drawer {
    position: relative;
    text-align: right;
    margin-right: 20px;
    top: -20px;
    }

    /*チェックボックス等は非表示に*/
    .nav-unshown {
    display:none;
    }

    /*アイコンのスペース*/
    #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    }

    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
    }
    #nav-open span:before {
    bottom: -8px;
    }
    #nav-open span:after {
    bottom: -16px;
    }

    /*閉じる用の薄黒カバー*/
    #nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
    }

    /*中身*/
    #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;/*最大幅（調整してください）*/
    height: 100%;
    background: #e0ffff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
    }

    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
    }

    #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }

	.flexed h4 img {
	    width: 70%;
	}
	.header.flexed {
	    height: 100px;
	}
	.sidearea {
	    display: block;
	}
	#Business02 .sidearea{
	    display: flex;
	    flex-direction: column-reverse;
	}
	p.side_text {
	    width: 100%;
	}
	figure.side_image, figure.side_image02 {
	    margin: 10px auto;
	    width: 80%;
	}
	.product_detail {
	    min-height: 470px;
	}
	.header_left {
	    margin: 20px 10px 0 20px;
	    font-size: 24px;
	}
	span {
	    font-size: 12px;
	}
	.titleBorderTopBottom04 {
	    font-size: 25px;
	}
}

/* ===================================
 Fadein
=================================== */
/* フェードイン用のCSS */
.slide-bottom {
	opacity: 0;
	transform: translateY(80px);
	transition: all 1.3s 0s ease-out;
}
/*左からフェードイン*/
.fade-in-left {
	opacity: 0;
	animation: fadein-left 1.5s .3s ease-out forwards;
}
@keyframes fadein-left {
	0% {
		 opacity: 0;
		 transform: translateX(-40px);
	}
	100% {
		 opacity: 1;
		 transform: translateX(0);
	}
}

/*上からフェードイン*/
.fade-in-top {
	opacity: 0;
	animation: fadein-top 1s .5s ease-out forwards;
}
@keyframes fadein-top {
	0% {
		 opacity: 0;
		 transform: translateY(-20px);
	}
	100% {
		 opacity: 1;
		 transform: translateY(0);
	}
}

/*下からフェードイン*/
.fade-in-bottom {
	opacity: 0;
	animation: fadein-bottom 1.5s .8s ease-out forwards;
}
@keyframes fadein-bottom {
	0% {
		 opacity: 0;
		 transform: translateY(50px);
	}
	100% {
		 opacity: 1;
		 transform: translateY(0);
	}
}


/* sp */
@media screen and (max-width: 600px){

	h1{
		font-size: 34px;
		top: 60%;
	}
	h2{
		font-size: 23px;
	}
    .pop ul {
	    margin-top: 45%;
	    font-size: 16px;
	}
    .top h2{
		font-size: 19px;
		top: 50%;
		line-height: 33px;
		margin: 0 20px 0px 0px;
	}
	.shouhin_photo {
    	width: 50%;
    	margin-top: 20px;
    }
    .shouhin_text {
    	width: 100%;
	    text-align: center;
	}
	.product_list {
	    width: 97%;
	}
	.product_list li{
		width: 100%;
	}
	.product_detail {
	    width: 90%;
	}
	.works_list {
    	width: 80%;
    	min-height: 330px;
    }
	
	.sell{
		width: 100%;
		padding: 10px;
	}
	.consul img{
		width: 88%;
	}
	
	.company_table {
		width: 100%;
	}
	#company iframe{
		width: 90%;
	}
	.archive{
		width: 85%;
		padding: 10px;
	}
	
	#blog span {
	    margin: 0 10px;
	}
	.archive p{
		line-height: 20px;
	}

}

@media screen and (max-width: 480px){
	section {
	    margin: 0 auto 2em !important;
	}
	.container {
	    width: 100%;
	}
    .header.flexed{
        margin-top: 0;
        height: 120px;
    }
    .header_left {
        margin: 20px 0 0 20px;
    }
    .flexed h4 img {
        width: 50%;
    }
    #nav-drawer {
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	    top: -95px;
	}
	header h4 {
    	font-size: 20px;
    }
    header h4 span {
    	font-size: 16px;
    }
    header h3 {
        margin: 15px 0px 0px 0 !important;
        font-size: 15px;
    }
    .top{
    	background-position:50%;
    }
    .top h1{
	    font-size: 21px;
		line-height: 36px;
        top: 68%;
	}
	.pop ul {
    	left: 2%;
    }
    #product {
	    padding-bottom: 3rem;
	}
	#product h4 {
	    font-size: 18px;
	}
    .sidearea {
        display: block;
    }
    .right02 {
        width: 100% !important;
		margin: 20px 0;
    }
	.flowBox h4 {
	    font-size: 18px;
	    margin: 20px 0 5px;
	}
	.foot_right p {
	    width: 100%;
	}
	.pop ul li{
		line-height: 20px;
		margin-top: 60px;
	}
	#footer p#copy, #footer p#copy a {
	    font-size: 10px;
	}
	.company_table th {
    	width: 100%;
	    display: block;
	    padding: 5px;
        margin-top: 10px;
	}
	.company_table td {
	    display: block;
	    padding: 5px;
	}
    .company_table tr {
        border-bottom: none;
        border-top: none;
    }
    .syueki_table{
        width: 100%;
    }
    .syueki{
        width: 90%;
        font-size: 14px;
    }
	.forsp{
		display:inline;
	}
    .left02 {
        width: 90%;
    }
    #company iframe{
        width: 100%;
    }
	.product_detail {
	    min-height: 410px;
	}
}

