@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* CSS Document */

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img{
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}
select {
	appearance: none;
	cursor: pointer;
}
td.select {
	position: relative;
}
td.select::after {
	content: "▼";
	font-size: 9px;
	color: #666;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.noto {
	font-family: "Noto Serif JP", serif;
}



/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/* 全体設定 */
#wrapper {
	font-family: "Noto Serif JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, serif;
	font-size: 15px;
	color: #333;
	line-height: 1.75;
}
#header {
	background: #FFF;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
#header-inner {
  width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
  padding: 10px 0;
  margin: auto;
}
#header-logo {
  width: 265px;
}
#header h1 {
	width: 350px;
  font-size: 13px;
  font-weight: 400;
	line-height: 1.5;
}
#gnav-pc {
  width: 380px;
}
#gnav-pc ul {
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gnav-pc ul a {
	color: #333;
}
#top-mainimg {
	padding-top: 60px;
}
#page-mainimg {
	padding-top: 60px;
}
#page-mainimg .wrap {
	background: url("../image/page-mainimg.jpg") center no-repeat;
	width: 100%;
	height: 300px;
	position: relative;
}
#page-mainimg .wrap h2 {
	width: max-content;
	font-size: 44px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
#top-news {
	background: #F2EDE6;
	padding: 80px 0;
}
#top-news .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-news .inner .left {
	width: 150px;
	position: relative;
}
#top-news .inner .left .ttl {
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.35;
}
#top-news .inner .left .ttl .en {
	font-size: 18px;
	display: block;
}
#top-news .inner .right {
	width: 880px;
}
#top-news .inner .right ul {
	height: 200px;
	overflow: auto;
}
#top-news .inner .right li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: dotted 1px #999;
	padding: 15px 0;
}
#top-news .inner .right li .date {
	width: 100px;
}
#top-news .inner .right li .cnt {
	width: calc(100% - 110px);
}
#top-sec02 .flex {
	display: flex;
	justify-content: space-between;
}
#top-sec02 .flex .left {
	background: url("../image/top-sec02-img001.jpg") center / cover no-repeat;
	width: 50%;
	padding-top: 33.437%;
}
#top-sec02 .flex .right {
	box-sizing: border-box;
	background: #F4F4F4;
	width: 50%;
	padding: 7% 8.8542%;
}
#top-sec02 .flex .right .ttl {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 8%;
}
#top-sec02 .flex .right .txt {
	font-size: 18px;
}
#top-sec03 {
	padding: 100px 0 0 0;
}
#top-sec03 .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-instagram {
	padding: 100px 0;
}
#footer {
	background: #F4F4F4;
	text-align: center;
	padding: 60px 0 10px;
}
#footer .logo {
	margin-bottom: 30px;
}
#footer .txt {
	margin-bottom: 30px;
}
#copyright {
	font-size: 13px;
}


/**************************************************
	古家具
**************************************************/
#furniture-sec01 {
	padding: 100px 0;
}
#furniture-sec01 .summary {
	text-align: center;
	margin-bottom: 60px;
}
#furniture-sec01 .flex {
	display: flex;
	flex-wrap: wrap;
}
#furniture-sec01 .flex .item {
	box-sizing: border-box;
	width: 520px;
	border: solid 1px #CCC;
	margin: 0 60px 60px 0;
}
#furniture-sec01 .flex .item:nth-of-type(2n) {
	margin-right: 0;
}
#furniture-sec01 .flex .item .photo {
	text-align: center;
}
#furniture-sec01 .flex .item .wrap {
	padding: 20px;
}
#furniture-sec01 .flex .item .wrap .name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
#furniture-sec01 .flex .item .wrap .comment {
	margin-bottom: 20px;
}
#furniture-sec01 .flex .item .wrap .size {
	text-align: right;
}
#furniture-sec01 .flex .item .wrap .price {
	font-size: 18px;
	color: #D00;
	text-align: right;
}


/**************************************************
	店舗案内
**************************************************/
#shop-sec01 {
	padding: 100px 0 0 0;
}
#shop-sec01 .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shop-sec01 .inner .left {
	width: 670px;
}
#shop-sec01 .inner .left .txt {
	font-size: 18px;
	margin-bottom: 20px;
}
#shop-sec01 .inner .left .name {
	font-size: 18px;
	font-weight: 700;
	text-align: right;
}
#shop-sec01 .inner .right {
	width: 380px;
	text-align: center;
}
#shop-sec02 {
	padding: 100px 0 0 0;
}
#shop-sec02 .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#shop-sec02 .inner .left {
	width: 450px;
}
#shop-sec02 .inner .left table {
	width: 100%;
}
#shop-sec02 .inner .left table tr {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#shop-sec02 .inner .left table tr th {
	font-size: 17px;
	text-align: left;
	padding: 15px 0;
}
#shop-sec02 .inner .left table tr td {
	padding: 15px 0;
}
#shop-sec02 .inner .right {
	width: 560px;
	text-align: center;
}
#shop-sec03 {
	padding: 100px 0;
}


/**************************************************
	お問い合わせ
**************************************************/
#contact-tel {
	text-align: center;
	padding: 100px 0;
}
#contact-tel .summary {
	margin-bottom: 50px;
}
#contact-tel .wrap {
	box-sizing: border-box;
	width: 750px;
	color: #782D00;
	border: solid 2px #782D00;
	padding: 30px 50px;
	margin: auto;
}
#contact-tel .wrap h2 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
}
#contact-tel .wrap .tel {
	margin-bottom: 20px;
}
#contact-mail {
	background: #F2EDE6;
	padding: 100px 0;
}
#contact-mail .wrap {
	background: #FFF;
	border-radius: 30px;
	padding: 50px;
}
#contact-mail .wrap table {
	width: 100%;
	margin-bottom: 40px;
}
#contact-mail .wrap table tr {
	border-bottom: solid 1px #CCC;
}
#contact-mail .wrap table tr th {
	width: 25%;
	font-weight: 400;
	text-align: left;
	padding: 15px 0;
}
#contact-mail .wrap table tr td {
	padding: 15px 0;
}
#contact-mail .wrap .need,
#contact-mail .wrap .need2 {
	background: #7A2F00;
	font-size: 11px;
	color: #FFF;
	border-radius: 5px;
	padding: 2px 8px;
	margin-right: 10px;
}
#contact-mail .wrap .need2 {
	background: #AAA;
}
#contact-mail .wrap .size-l {
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 5px;
	padding: 10px;
}
#contact-mail .wrap .btn input {
	background: #7A2F00;
	width: 320px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	display: block;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 15px 0;
	margin: auto;
}
#contact-thanks {
	padding: 100px 0;
}
#contact-thanks .inner {
	max-width: 750px;
}
#contact-thanks .txt {
	text-align: center;
	margin-bottom: 50px;
}
#contact-thanks .btn a {
	background: #EEE;
	width: 350px;
	color: #333;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 15px 0;
	margin: auto;
}










/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 1100px;
  margin: auto;
}
.sec-ttl001 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}



/* アニメーションロールオーバー設定 <a class="rollover"><span>***</span><span>***</span></a> */
.rollover {
  display: block;
  position: relative;
}
.rollover span {
  display: block;
  transition: all 0.5s ease 0s;
}
.rollover span:nth-of-type(1) {
  position: absolute;
  opacity: 1;
}
.rollover:hover span:nth-of-type(1) {
  opacity: 0;
}
.rollover:hover span img {
  opacity: 1;
}
/* 画像の親Divに.zoomを付与 */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: all 0.8s ease 0s;
}
.zoom img:hover {
	transform: scale(1.2,1.2);
}
.v-center {
	/* 親要素に position:relative を指定 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dsp-none { display: none; }
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media (min-width: 1100px) {
  #sp-menu {
    display:none;
  }
  .pc { display: block; }
  .sp { display: none; }



}

/* sp */
@media (max-width:1099px) {
  .pc { display: none; }
  .sp { display: block; }


  /* 全体設定 */
  #header-sp {
    background: #FFF;
    width: 100%;
    position: fixed;
    z-index: 9999;
  }
  #header-sp .inner {
		box-sizing: border-box;
		width: 100%;
    padding: 10px;
  }
  #header-sp .logo {
    width: 100%;
		max-width: 200px;
    float: left;
  }
  #header-sp .btn {
    width: 25px;
    float: right;
  }
	
	/*モバイル用スライドメニュー*/
	.slideMenu {
		height: 20px;
		position: relative;
		margin: 5px auto auto auto;
	}
	/* 
		背景に色を付けたい場合、.btnのwidthを40px、.slideMenuのheightを40px、.wrapのサイズはボタン部分のサイズ
		span123のtopを固定値で設定(ex8,15,22)
		.optionのbottomを0に
	*/
	/*.slideMenu .wrap {
		box-sizing: border-box;
		width: 28px;
		height: 28px;
		position: relative;
		margin: auto;
	}*/
	.slideMenu .wrap span {
		background: #000;
		width: 100%;
		height: 3px;
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.5s ease 0s;
		border-radius: 5px;
	}
	.slideMenu .wrap span:nth-of-type(1) {
		top: 0%;
	}
	.slideMenu .wrap span:nth-of-type(2) {
		top: 50%;
	}
	.slideMenu .wrap span:nth-of-type(3) {
		top: 100%;
	}
	.slideMenu.active .wrap span:nth-of-type(1) {
		top: 50%;
		transform: rotate(135deg);
	}
	.slideMenu.active .wrap span:nth-of-type(2) {
		display: none;
	}
	.slideMenu.active .wrap span:nth-of-type(3) {
		top: 50%;
		transform: rotate(225deg)
	}
	
	/*.slideMenu .option {
		width: 100%;
		font-size: 8px;
		font-weight: 700;
		text-align: center;
		position: absolute;
		bottom: -16px;
	}
	.slideMenu .option .close {
		display: none;
	}
	.slideMenu.active .option .close {
		display: block;
	}
	.slideMenu.active .option .open {
		display: none;
	}*/

	.slideBox {
		display: none;
	}
	.slideBox li {
		background: #F4F4F4;
		text-align: center;
		border-top: dotted 1px #CCC;
		padding: 10px;
	}
	.slideBox a {
		color: #000;
		display:block;
	}
	#top-mainimg {
		padding-top: 50px;
	}
	#page-mainimg {
		padding-top: 50px;
	}
	#page-mainimg .wrap {
		height: 250px;
	}
	#page-mainimg .wrap h2 {
		font-size: 36px;
	}
	#top-news {
		background: #F2EDE6;
		padding: 60px 0;
	}
	#top-news .inner .left {
		width: 100%;
	}
	#top-news .inner .left .ttl {
		width: 100%;
		font-size: 32px;
		text-align: center;
		line-height: 1.35;
		position: relative;
		transform: none;
		top: auto;
		left: auto;
		margin-bottom: 20px;
	}
	#top-news .inner .left .ttl .en {
		font-size: 15px;
	}
	#top-news .inner .right {
		width: 100%;
	}
	#top-news .inner .right li .date {
		width: 100%;
		font-weight: 700;
		margin-bottom: 5px;
	}
	#top-news .inner .right li .cnt {
		width: 100%;
	}
	#top-sec02 .flex {
		flex-wrap: wrap;
	}
	#top-sec02 .flex .left {
		width: 100%;
		height: 200px;
		padding-top: 0;
	}
	#top-sec02 .flex .right {
		width: 100%;
		padding: 15% 5%;
	}
	#top-sec02 .flex .right .ttl {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 20px;
	}
	#top-sec02 .flex .right .txt {
		font-size: 15px;
	}
	#top-sec03 {
		padding: 60px 0 0 0;
	}
	#top-sec03 .left {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#top-sec03 .right {
		width: 100%;
		text-align: center;
	}
	#top-instagram {
		padding: 60px 0;
	}
	#footer {
		padding: 40px 0 10px;
	}
	#footer .logo {
		margin-bottom: 30px;
	}
	#footer .txt {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#copyright {
		font-size: 11px;
	}
	
	
	/**************************************************
		古家具
	**************************************************/
	#furniture-sec01 {
		padding: 60px 0;
	}
	#furniture-sec01 .summary {
		margin-bottom: 40px;
	}
	#furniture-sec01 .flex .item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	#furniture-sec01 .flex .item .photo {
		background: #DDD;
	}
	#furniture-sec01 .flex .item .wrap {
		padding: 10px;
	}
	#furniture-sec01 .flex .item .wrap .name {
		margin-bottom: 5px;
	}
	#furniture-sec01 .flex .item .wrap .comment {
		margin-bottom: 10px;
	}
	#furniture-sec01 .flex .item .wrap .size {
		text-align: right;
	}
	
	
	/**************************************************
		店舗案内
	**************************************************/
	#shop-sec01 {
		padding: 60px 0 0 0;
	}
	#shop-sec01 .inner .left {
		width: 100%;
		margin-bottom: 20px;
	}
	#shop-sec01 .inner .left .txt {
		font-size: 15px;

	}
	#shop-sec01 .inner .left .name {
		font-size: 15px;
	}
	#shop-sec01 .inner .right {
		width: 100%;
	}
	#shop-sec02 {
		padding: 60px 0 0 0;
	}
	#shop-sec02 .inner .left {
		width: 100%;
		margin-bottom: 10px;
	}
	#shop-sec02 .inner .left table tr th {
		width: 26%;
		font-size: 14px;
	}
	#shop-sec02 .inner .left table tr td {
		box-sizing: border-box;
		font-size: 14px;
		padding: 15px 10px;
	}
	#shop-sec02 .inner .right {
		width: 100%;
	}
	#shop-sec03 {
		padding: 60px 0;
	}
	
	
	/**************************************************
		お問い合わせ
	**************************************************/
	#contact-tel {
		padding: 60px 0;
	}
	#contact-tel .summary {
		margin-bottom: 30px;
	}
	#contact-tel .wrap {
		width: 100%;
		padding: 20px;
	}
	#contact-tel .wrap h2 {
		font-size: 20px;
	}
	#contact-mail {
		padding: 60px 0;
	}
	#contact-mail .wrap {
		border-radius: 15px;
		padding: 15px;
	}
	#contact-mail .wrap table {
		margin-bottom: 20px;
	}
	#contact-mail .wrap table tr th {
		width: 100%;
		display: block;
		padding: 15px 0 10px;
	}
	#contact-mail .wrap table tr td {
		width: 100%;
		display: block;
		padding: 0 0 15px 0;
	}
	#contact-mail .wrap .btn input {
		width: 100%;
		font-size: 15px;
	}
	#contact-thanks {
		padding: 60px 0;
	}
	#contact-thanks .sec-ttl001 {
		margin-bottom: 30px;
	}
	#contact-thanks .txt {
		margin-bottom: 30px;
	}
	#contact-thanks .btn a {
		width: 100%;
	}
	
	
  /**************************************************
    各ページで利用するclass
  **************************************************/
  .inner {
    width: 90%;
  }
  .sec-ttl001 {
		font-size: 30px;
	}
}

/* スマートフォン 横 */
@media (max-width:640px) {

}

/* スマートフォン 縦 */
@media (max-width:480px) {

}

/*　画面サイズが480pxから979pxまではここを読み込む　*/
@media (min-width:480px) and ( max-width:979px) {
    
}