@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;
}

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

.container{
  font-size: 16px;
  width: 1100px;
  height: auto;
  margin: 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 span{
	color: #00bfff;
}
header h4{
	margin: 5px;
	font-size: 30px;
	font-weight: 700;
}
header h4 span{
	font-size: 26px;
}
header h3{
	font-size: 29px;
    margin: 0px 40px 0 0;
    padding: 5px 10px;
    background-color: orange;
    line-height: 15px;
    text-align: center;
}
header h3 a{
	color: #fff;
}
header h3 small{
	font-size: 14px;
    font-weight: normal;
    color: #fff;
}
header h3 span i{
	color: #fff;
}
.header{
  padding: 0;
  margin-bottom: 0;
}
.header.flexed{
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 1000;
}

.header img{
	width: 58%;
    margin: -20px 0 -10px 40px;
}

.header a{
  list-style: none;
}

h1{
	font-size: 45px;
	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;
}

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

#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 !important;
	padding: 4rem 0;
}

.center{
	text-align: center;
	margin: 10px;
}
.menu{
	margin: 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%;
}

/* トップ */
.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: 78vh;
}

.top h1{
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 2px 5px #ff4500;
    position: absolute;
    top: 70%;
    left: 7%;
    text-align: left;
    line-height: 62px;
}

.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: 5px;
    text-align: center;
    background: #32cd32;
    padding: 13px;
    border-radius: 50%;
    text-shadow: 1px 1px 4px #666;
}

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

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

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

.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;
}

/* お悩み */
#nayami h2{
	color: #00bfff;
	text-align: center;
	padding: 0.25em;
	border-top: solid 2px #6cb4e4;
	border-bottom: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	margin-bottom: 40px;
}
#nayami i{
	color: orange;
}

#product{
    padding-bottom: 7rem;
    padding-top: 0;
}
#product h3{
	font-size: 30px;
	font-family: 'M PLUS Rounded 1c', 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_list01{
	width: 25%;
	border: 5px solid #87ceeb;
	margin: 8px;
	display: inline-block;
	background: rgba(255,255,255,0.8);
	vertical-align: top;
}
.product_list01 h3{
	font-size: 21px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 5px 0;
}
.product_list01 h4{
	font-size: 26px;
    margin: 0px 0 10px;
    color: #32cd32;
}
.product_list01 p{
    font-size: 17px;
}
.product_list01 img{
    width:92%;
    margin: 10px;
    vertical-align: bottom;
}
.product_list01 ul{
	margin: 0 auto;
}
.product_list01 li{
	list-style: none;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.product_list01 li a {
    border: 2px solid #eee;
    position: relative;
    padding: 20px;
    margin: 20px;
    background: #fff;
   height: 500px;
}
.product_list01 li a span {
    top: 10px;
    left: 10px;
    text-align: left;
    font-size: 15px;
} 
.product_list01 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: 1px solid #ccc;
    padding: 10px;
    min-height: 655px;
    vertical-align: top;
}

.text_area{
	margin: 10px 0;
}

.photo_area img{
	width: 100%;
}
.shouhin{
	margin: 5px;
}

.shouhin_photo{
	width: 30%;
	display:inline-block;
	vertical-align: top;
	margin: 10px 0;
}
.shouhin_photo img{
	width: 100%;
	margin-top: 20px;
}

.shouhin_text{
	width: 65%;
	display:inline-block;
	text-align: left;
	font-size: 15px;
}
.shouhin_text p{
	margin: 10px 5px;
}
.shouhin_text p small{
	background: #ffe4b3;
	padding: 5px 10px;
}
.center_parts{
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
.photo{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.midashi{
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 93%;
}

/* 取扱製品 */
#product-cat_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0;
}
#product-cat_list li {
    list-style: none;
    flex-basis: 12%;
    -webkit-flex-basis: 12%;
    max-width: 12%;
    margin: 0 0.5% 10px 0;
}
#product-cat_list li a {
    display: block;
    border: 7px solid #eee;
    position: relative;
}
#product-cat_list li a:before {
    display: block;
    content: "";
    padding-top: 100%;
}
#product-cat_list li a span {
    position: absolute;
    top: 10px;
    left: 10px;
}
#product-cat_list li small {
    display: block;
    font-size: 12px; 
    margin-bottom: 5px;
}

#procuct h3{
    font-size: 16px;
    font-weight: bold;
}
#procuct h4{
    font-size: 16px;
    font-weight: bold;
}

/* 売却 */
#sell .center_parts{
	width: 80%;
    margin: 20px auto;
}

#sell .center_parts p{
	font-weight: normal;
	text-align: left;
    margin: 5px;
    font-size: 14px;
}
#sell span{
	margin: 0 20px;
}

/* お問い合わせ */
.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;
}

/* 売却 */
#sell{
    background: #f0f8ff;
    margin: 0 auto !important;
}
#sell h2{
	color: #00bfff;
	text-shadow: 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff;
}
}
#sell a{
    color: #fff;
}
.sell .center{
	font-size: 18px;
	letter-spacing: 1px;
}

.sell{
	text-align: left;
    overflow: auto;
    width: 60%;
    margin: 0 auto;
    padding: 20px 40px;
    line-height: 30px;
}

.about{
	text-align: center;
    height: 120px;
    overflow: auto;
    width: 40%;
    margin: 0 auto;
    display: flex;
}
.about p{
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 1px;
}

.archive p{
	border-bottom: 1px dotted #ccc;
    margin: 10px;
}

#sell .center{
	font-size: 21px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
}

/* コンサルティング */
#consulting{
    background: #f0f8ff;
    color: #fff;
    height: 45rem;
}
#consulting .center{
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0;
}
.works_list {
    width: 23%;
    border: 1px solid #eee;
    margin: 8px;
    display: inline-block;
    background: rgba(255,255,255,1);
    min-height: 380px;
}
.works_list img {
    width: 92%;
    margin: 10px;
    vertical-align: bottom;
}
.works_list h3{
	font-size: 18px;
}
.works_list p{
	margin: 10px;
	text-align: left;
	font-size: 15px;
}
.consul{
    text-align: center;
}
.consul img{
    /* width: 40%; */
    margin: 20px;
    border-radius: 7px;
}



/*-------------------------------------
company
-------------------------------------*/
#company{
	padding-top: 7em;
}

.company_table {
    border-collapse: collapse;
    margin: 0 auto 60px;
    width: 70%;
    line-height: 20px;
}
.company_table tr {
    border-bottom: 1px dotted #87cefa;
    border-top: 1px dotted #87cefa;
    vertical-align: top;
}
.company_table th {
    width: 20%;
    padding: 15px;
    text-align: left;
}
.company_table td {
    text-align: left;
    padding: 15px;
    line-height: 22px;
}

/*-------------------------------------
contact
-------------------------------------*/



/*-------------------------------------
footer
-------------------------------------*/
#foot{
    background: linear-gradient(50deg, #fff, #e0ffff);
    padding: 10px;
}
#foot h3{
    font-size: 30px;
    margin: 0;
}
#foot p {
    line-height: 20px;
    margin: 10px;
}
#foot h4{
    font-size: 25px;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin: 10px;
}
#foot .left_right{
    width: 85%;
    display: flex;
}
#foot img{
	width: 15%;
}
.foot_left {
    width:50%;
}
.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;
}
.foot_left small{
    line-height: 12px;
}
.foot_right span{
    margin-left: 0px;
}
.foot_center{
	width: 27%;
	margin: 15px 10px 0px 10px;
}
.foot_center p{
	font-size: 14px;
	padding-left: 5px;
}

#footer{
	width:100%;
	background: #1e90ff;
	padding:30px 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;
}

/*-------------------------------------
上に戻る
-------------------------------------*/
#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;
}

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

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

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

	.container{
		font-size: 16px;
		width: 80%;
	}
	#service .center_parts{
		height: 38rem; 
	}
	.center_parts ol {
    	width: 55%;
    	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%;
    }

}

/* タブレット縦以下 */
@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: 29px;
	    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;
	}
	.foot_center {
    	width: 90%;
    }
    .foot_right {
	    width: 95%;
	    margin-top: 30px;
	}
	.menu ul{
		display: inline;
	}
	.menu li{
		padding: 20px;
		text-align: left;
	}

/*------------------
ハンバーガー
------------------*/

#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);
}
}


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

	h1{
		font-size: 34px;
		top: 60%;
	}
	h2{
		font-size: 23px;
	}
	header h3 {
    	font-size: 30px;
    }
    .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_list01 {
	    width: 97%;
	}
	.product_list01 li{
		width: 100%;
	}
	.product_detail {
	    width: 90%;
	}
	.works_list {
    	width: 80%;
    	min-height: 330px;
    }
	
	.sell{
		width: 100%;
		padding: 10px;
	}
	.center{
		margin: 0px 20px 20px 20px;
	}
	
	.consul img{
		width: 88%;
	}
	#consulting{
		height: 95rem;
	}
	.company_table {
		width: 90%;
	}
	#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){
	#nav-drawer {
	    margin-bottom: 10px;
	    padding-bottom: 10px;
	    top: 10px;
	}
	header h4 {
    	font-size: 20px;
    }
    header h4 span {
    	font-size: 16px;
    }
    .top{
    	height: 82vh;
    	background: url(../img/top.jpg) no-repeat 18%;
    }
    .top h1{
	    font-size: 22px;
		line-height: 40px;
	}
	.pop ul {
    	left: 2%;
    }
    #product {
	    padding-bottom: 3rem;
	}
	#product h4 {
	    font-size: 18px;
	}
	.foot_right p {
	    width: 100%;
	}
	.pop ul li{
		line-height: 20px;
		margin-top: 60px;
		padding-top: 25px;
	}
	#footer p#copy, #footer p#copy a {
	    font-size: 12px;
	}
	.company_table th {
    	width: 90%;
	    display: block;
	    padding: 5px;
	}
	.company_table td {
	    display: block;
	    padding: 5px;
	}
	.forsp{
		display:inline;
	}

}