@charset "utf-8";
/* CSS Document */
html {font-size: 62.5%;}

body{
	font-family:  'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,sans-serif;
	font-size: 10px;
	font-size: 1.3rem;
	line-height: 1.7;
	background-color: #efefe5;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

img {
	width: 100%;
	margin: 0;
	padding: 0;
}

img.headImg {
	width: 100%;
	max-width: 1500px;
}

p {
	margin: 0;
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #42210b;
}

a:hover {
	 filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}


/* start Topへ戻るボタン */
#totop {
	position: fixed;
	bottom: 85px;
	right: 10px;
}

#totop img {
	width: auto;
}
/* end Topへ戻るボタン */

#wrapper {
	width: 90%;
	margin: 0 auto;
}


header {
	margin: 0 auto;
	width: 100%;
}

.kadomaru-5 {
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.container {
	margin: 20px auto;
	width: 100%;
}

.container-2 {
	margin: 100px 0 20px 0;
	width: 100%;
}


/* about  start */
#setsumei {	
	margin: 100px 0 200px 0;
	width: 100%;
}

/* .about{ 
	overflow:  hidden;
	width: 80%;
	margin: 0 auto;
} */
.about{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

/* .about-left {
	float:  left;
	width: 50%;
	padding-left: 5%;
	box-sizing:  border-box;
} */

.about-left img {
	max-width: 260px;
}

.about-text {
	margin-top: 20px;
}

.about-text-2 {
	color:  #736357;
	font-size: 16px;
	font-size:  1.6rem;
	font-weight:  bold;
	margin-top: 30px;
}

/* .about-right {
	float: left;
	width: 50%;
	padding-left:  80px;
	box-sizing:  border-box;
} */
.about-right{
	margin-left: 10%;
}

/* about  end */


/* Inventory　商品一覧　start*/
#ichiran {
	margin: 100px 0 20px 0;
	width: 100%;
}

.lineup {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}

.lineup-memo {
	font-size: 16px;
	font-size: 1.6rem;
	text-align:  center;
	color: #736357;
	margin-top: 50px;
	border: 1px #736357 solid;
	padding: 10px;
}

.lineup-box {
	margin: 80px auto 0;
	overflow: hidden;
	font-size: 12px;
	font-size: 1.2rem;
}

.lineup-box ul {
	float: left;
	width: 260px;
	box-sizing: border-box;
	margin: 10px 20px 50px;
	height: 750px;
}

.lineup-image {
	text-align: center;
	margin-bottom: 15px;
}

.lineup-list-1 {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.lineup-list-2 {
	padding-left: 5px;
	border-bottom: 1px #000 solid;
	margin-bottom: 5px;
}

.lineup-list-3 {
	list-style-type: square;
	margin-left: 20px;
}

.lineup-list-5 {
	font-size: 1.3rem;
	margin-top: 10px;
	margin-left: 5px;
	text-align: right;
}

.lineup-list-5 span {
	font-size: 2.6rem;
	font-weight: bold;
	color: #736357;
}

.lineup-list-6 {
	margin-top: 10px;
	margin-left: 5px;
}

.lineup-list-7 {
	text-align: center;
}

.lineup-list-7 span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #736357;
}
.lineup-list-8 {
	font-size: 1.3rem;
	text-align: right;
}

.lineup-form {
	text-align: center;
	margin-top: 15px;
}

.lineup-form input[type="submit"] {
	font-size: 1.4rem;
	background: #fff;
	color: #736357;
	padding: 10px 20px;
	border: 1px #736357 solid;
	border-bottom: solid 4px #736357;
	border-radius: 3px;
	cursor: pointer;
}

.lineup-form input[type="submit"]:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.lineup-form input[type="submit"]:active {/*ボタンを押したとき*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}

.lineup-moreinfo{
	width: 38%;
	text-align: center;
	margin: 15px auto 0;
	font-size: 1.4rem;
	background: #fff;
	color: #736357;
	/* padding: 10px 20px; */
	border: 1px #736357 solid;
	border-bottom: solid 4px #736357;
	border-radius: 3px;
}
.lineup-moreinfo:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.lineup-moreinfo:active {/*ボタンを押したとき*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}
/* Inventory　商品一覧　end */


/* 見積もりフォーム  start */
.mitsumori-area {
	width: 50%;
	margin: 0 auto 100px;
}

.m-form {
	margin: 0;
	overflow: hidden;
}

.m-form li {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.m-form-left {
	width: 160px;
}

.form-title {
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background-color: #c6b198;
	width: 100%;
	margin-bottom: 50px;
	line-height: 2.5;
}

.questionnaire-1 {
	text-align: center;
}

.questionnaire-1 span {
	font-size: 16px;
	font-size: 1.6rem;
	color: #7A5D39;
}

.questionnaire-2 {
	width: 400px;
	margin: 10px auto;
}

.submit {
	text-align: center;
	margin-top: 60px;
}
/* 見積もりフォーム  end */


/* Mounthing Method 　取付方法 start */
#toritsuke {
	margin: 100px 0 20px 0;
	width: 100%;
}

.m-method {
	width: 60%;
	margin: 0 auto;
}

.m-method-item {
	overflow: hidden;
	margin-top: 30px;
	margin-left: auto;
	width: 540px;
}

.m-method-item ul {
	float: left;
	margin-right: 20px;
}

.m-method-item ul .item-1 {
	border-bottom: 1px #000 solid;
	line-height: 2;
	width: 160px;
	box-sizing: border-box;
}

.m-method-item ul .item-2 {
	list-style: disc;
	margin-left: 20px;
}

.title-m-method {
	text-align: right;
}
.title-m-method img {
	max-width: 450px;
}

.m-method-order {
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 20px;
}


/* 01  start */
.m-m-order-left-1 {
	float:  left;
	width: 55%;
	box-sizing:  border-box;
}

.m-m-order-left-1 img {
	max-width: 450px;
}

.m-m-order-right-1 {
	float:  left;
	width: 45%;
	box-sizing:  border-box;
	padding-top: 80px;
	padding-left: 50px;
}

.m-m-o-r1-text-1 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:  bold;
	margin-bottom:  20px;
}

.m-m-o-r1-text-2 {
	font-size: 15px;
	font-size: 1.5rem;
}
/* 01  end */


/* 02  start */
.m-m-order-left-2 {
	float:  left;
	width: 45%;
	box-sizing:  border-box;
	padding-top: 80px;
	padding-right: 50px;
}

.m-m-o-l2-text-1 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:  bold;
	margin-bottom:  20px;
}

.m-m-o-l2-text-2 {
	font-size: 15px;
	font-size: 1.5rem;
}

.m-m-order-right-2 {
	float:  left;
	width: 55%;
	box-sizing:  border-box;
	text-align: right;
}

.m-m-order-right-2 img {
	max-width: 450px;
}
/* 02  end */


/* 03  start */
.m-m-order-left-3 {
	float:  left;
	width: 55%;
	box-sizing:  border-box;
}

.m-m-order-left-3 img {
	max-width: 450px;
}

.m-m-order-right-3 {
	float:  left;
	width: 45%;
	box-sizing:  border-box;
	padding-top: 80px;
	padding-left: 50px;
}

.m-m-o-r3-text-1 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:  bold;
	margin-bottom:  20px;
}

.m-m-o-r3-text-2 {
	font-size: 15px;
	font-size: 1.5rem;
}
/* 03  end */


/* 04  start */
.m-m-order-left-4 {
	float:  left;
	width: 45%;
	box-sizing:  border-box;
	padding-top: 80px;
	padding-right: 50px;
}

.m-m-o-l4-text-1 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:  bold;
	margin-bottom:  20px;
}

.m-m-o-l4-text-2 {
	font-size: 15px;
	font-size: 1.5rem;
}

.m-m-order-right-4 {
	float:  left;
	width: 55%;
	box-sizing:  border-box;
	text-align: right;
}

.m-m-order-right-4 img {
	max-width: 450px;
}
/* 04  end */


/* youtube start */

.youtube {
	width: 560px;
	margin: 80px auto 0;
}
.youtube iframe {
	margin: 0 auto;
	display: block;
}

/* youtube end */

/* Mounthing Method 　取付方法 end */


/* ご相談ください  start */
#toiawase {
	margin: 150px 0 100px 0;
	width: 100%;
}

.gosoudan {
	text-align:  center;
}

.gosoudan img {
	max-width: 500px;
}

.mart-mail {
	text-align:  center;
	margin-top: 30px;
}

.mart-mail img {
	max-width: 350px;
}
/* ご相談ください  end */


/* footer  start */
footer {
	background-color: #c6b198;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex--start{
	justify-content: flex-start;
}
.flex--center{
	justify-content: center;
}
.flex--end{
	justify-content: flex-end;
}
.flex--bet{
	justify-content: space-between;
}
.flex--around{
	justify-content: space-around;
}
.flex--reverse{
	flex-direction: row-reverse
}

.inner{
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
footer {
  font-size: 1.3rem;
}

.f_nav {
  background-color: #efefe5;
  color: #333333;
  line-height: 1.5;
  margin: 0 auto;
}
.f_nav a {
  color: #333333;
}

.f_nav-item {
  padding: 30px 0;
}
.f_nav-item__list h2 {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.f_nav-item__list ul {
  padding: 0 1rem;
}
.f_nav-item__list ul li {
  width: 16.5%;
  padding-bottom: 0.5rem;
}
.f_nav-item__list:not(:last-child) {
  margin-bottom: 30px;
}

.f_company {
  background-color: #4a2206;
  color: #CCC;
  line-height: 1.5;
  margin: 0 auto;
}
.f_company a {
  color: #CCC;
}
.f_company-logo {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px dotted #666666;
}
.f_company-logo img {
  width: 150px;
  height: auto;
}
.f_company-list {
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px dotted #666666;
}
.f_company-list ul {
  padding: 0 1rem;
}
.f_company-list ul li {
  padding-bottom: 0.5rem;
}
.f_company-copy {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
/* footer  end */
.sp{
	display: none;
}

@media screen and (max-width: 600px) {
	.sp{
		display: block;
	}
	.br::before {
		content: "\A";
		white-space: pre;
	}
	#totop{
		display: none;
	}
	header {
		width: 100%;
	}
	#wrapper{
		width: 100%;
		height: auto;
	}
	.headImg{
		display: none;
	}
	map{
		display: none;
	}
	.sp_bg{
		position: relative;
		width: 100vw;
		height: 100vh;
		background-image: url(./img/sp_main.png);
		background-size: 100vw;
		background-position: top 30% center;
		background-repeat: no-repeat;
	}
	.sp_title{
		position: absolute;
		top: 5%;
		left: 10px;
		font-family: 'Playfair Display', serif;
		margin: 0;
		line-height: 1;
	}
	.sp_title--ja{
		font-size: 3.5rem;
		font-weight: normal;
	}
	.sp_title--ja{
		font-size: 1.2rem;
	}
	.sp_menu{
		position: absolute;
		left: 0;
		right: 0;
		bottom: 5%;
		margin: auto;
		width: 85%;
		font-family: 'Playfair Display', serif;
		text-align: center;
	}
	.sp_menu li{
		font-size: 1.3rem;
		padding-bottom: 0.8rem;
		border-bottom: 1px dotted #42210b;
		margin-bottom: 1rem;
	}
	.about{
		flex-direction: column;
	}
	.about-right{
		margin-left: 0;
		margin-top: 20px;
	}
/* Inventory　商品一覧　start*/
	.lineup {
		width: 95%;
		margin: 0 auto;
	}
/* Mounthing Method 　取付方法 start */
	.m-method {
		width: 95%;
		margin: 0 auto;
	}
	.m-method-item{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.m-method-item ul{
		margin-bottom: 1rem;
	}
	.m-method-order{
		display: flex;
		flex-direction: column;
	}
	.m-method-order:nth-child(even){
		flex-direction: column-reverse;
	}
	.m-m-order-left-1{
		width: 100%;
	}
	.m-m-order-right-1{
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}
	.m-m-order-left-2{
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}
	.m-m-order-right-2{
		width: 100%;
	}
	.m-m-order-left-3{
		width: 100%;
	}
	.m-m-order-right-3{
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}
	.m-m-order-left-4{
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}
	.m-m-order-right-4{
		width: 100%;
	}
	/* youtube start */
	.youtube {
		width: 100%;
	}
	.youtube iframe {
		margin: 0 auto;
		display: block;
	}
/* footer */
	.inner{
		margin: 0 auto;
		width: calc(100% - 30px);
	}
	.f_company-logo {
		padding: 30px 0 0;
	}
	.f_nav-item__list ul li {
		width: 50%;
		padding-bottom: 0.5rem;
	}
	.f_company-logo__description{
		display: none;
	}
	.f_company-list ul li {
		width: 50%;
		padding-bottom: 0.5rem;
	}
}

/* 2022 1118 */
	.ironwork {
		display: flex;
		align-items: center; /* 垂直中心 */
		justify-content: center; /* 水平中心 */
		font-family: 'Playfair Display', serif;
	}
	.ironwork:before, .ironwork:after {
		border-top: 1px solid;
		content: "";
		width: 3em; /* 線の長さ */
	}
	.ironwork:before {
		margin-right: 1em; /* 文字の右隣 */
	}
	.ironwork:after {
		margin-left: 1em; /* 文字の左隣 */
}



/*  */
.lineup-list-4{
	font-weight: bold;
	font-size: 1.6rem;
	list-style-type: square;
	margin-left: 20px;
}
/*  */