@charset "utf-8";
/* CSS Document */

body {	
	-webkit-text-size-adjust: 100%; 
　　-moz-text-size-adjust: 100%; 
　　-ms-text-size-adjust: 100%; 
　　-o-text-size-adjust: 100%; 
　　text-size-adjust: 100%;
	-webkit-overflow-scrolling:touch;
}

/*.grid {
	margin: 10px 0 30px;
  display: grid;
  display: -ms-grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-columns: (200px)[3];
}	*/



@media screen and (min-width: 768px) {

.takaza_header {
}
.takaza_header h2 {
	margin: 0 0 10px;
}
.takaza_subtext {
	box-sizing: border-box;
	border: 2px solid #888821;
	padding: 20px;
	display: flex;
	background: url(../img/item/back2.jpg);
	background-size: cover;
	
}
.subtext_item {
	margin: 0 20px 0 0;
	font-size: 1.2em;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.subtext_item h3 {
	color: #485c5b;
}

.takaza_h3 {
	background: #485c5b;
	color: #fafbfa;
	padding: 8px 15px;
	font-size: 1.5em;
	margin: 20px 0 25px 2px;
	border: 3px solid #fafbfa;
	box-shadow: 0 0 0 3px #485c5b;
	box-sizing: border-box;
	width: 716px;
}
	
.menu a {
	display: block;
	background: #485c5b;
	color: #fafbfa;
	padding: 8px 15px;
	font-size: 1.5em;
	border: 3px solid #fafbfa;
	box-shadow: 0 0 0 3px #485c5b;
	box-sizing: border-box;
		transition: .3s ease-in-out;
}	
	.menu a:hover {
		opacity: .8;
	}
	

/*------------一覧部分PC--------------*/
.pick_up_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}
.pick_up_contents .item {
	width: 230px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #e9edda;
	margin: 0 0 20px;
	padding: 15px;
	text-align: center;
	
	display: flex;
    flex-direction: column;
}
/*--------------左寄せ対策----------*/
.pick_up_contents:after {
  content:"";
  display: block;
  width: 230px;
}
.pick_up_contents:before {
  content:"";
  display: block;
  width: 230px;
  order: 1;
}
/*-----------------------------------*/
.item h3 {
	color: #56564b;
	font-size: 1.2em;
	margin: 10px 0 5px;
}
.item_maker {
	font-size: 1.0em;
	font-weight: normal;
}
.imgwrap {
	width: 200px;
	height: 200px;
	overflow: hidden;	  
}
.item img {
	transition: .8s;	
	width: 200px;
	height: 200px;
			  			  
}
.item img:hover {
  transform: scale(1.05);
	transition-duration: .8s;
	opacity: .6;
  
}
.takaza_txt {
  margin: 0 0 20px;
  text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.sh_txt {
	font-size: 1.2em;
	color: #666;
	margin-top: auto;
	
}
.takaza_price {
	font-size: 1.1em;
	margin-top: auto;
}

.takaza_color1 {
	color: #e83929;
}

.zaisu_image {
	display: block;
	margin:5px auto 25px;		
}
.zaisu_image:hover {
	opacity: .8;
	transition: .6s ease-in-out;	
}


.takaza_linkimg {
	margin: 0 0 20px;
}
.takaza_linkimg img {
	padding: 3px;
	box-sizing: border-box;
	border: 1px solid #697338;
	transition: .3s ease-in-out;
}
.takaza_linkimg img:hover {
	opacity: .7;
	border: 1px solid #36f;
}
	.takaza_linkimg p {
		font-size: 1.2em;
	}



/*------------------コンタクト-----------------------*/
.takaza_contact {
	display: flex;
	border: 2px solid #697338;
	width: 720px;
	box-sizing: border-box;
}

.takaza_contact_item {
	padding: 20px;
	width:350px;
	background: url(../img/item/back2.jpg);
	background-size: contain;
}
.takaza_contact_item p {
	color: #485c5b;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}
}
/*====================タブレット・モバイル=========================*/

@media screen and (max-width: 767px) {

.takaza_header {
	height: auto;
}
.takaza_subtext {
	box-sizing: border-box;
	border: 2px solid #697338;
	padding: 20px;
	display: flex;
	justify-content: center;
	background: url(../img/item/back.jpg);
	background-size: contain;
	
}
.subtext_item {
}
.subtext_item h3 {
	color: #485c5b;
	font-size: 1.3em;
}
.subtext_item p {
	font-size: 1.1em;
}
.subtext_item:first-child {
	margin: 0 10px 0 0;
}
.subtext_item img {
	min-width: 168px;
}

.takaza_h3 {
	background: #485c5b;
	color: #fafbfa;
	padding: 8px 15px;
	font-size: 1.4em;
	margin: 20px 0 20px 2px;
	border: 3px solid #fafbfa;
	box-shadow: 0 0 0 3px #485c5b;
	box-sizing: border-box;
	width: calc(100% - 4px);
}


.menu a {
	display: block;
	background: #485c5b;
	color: #fafbfa;
	padding: 8px 15px;
	font-size: 1.1em;
	border: 3px solid #fafbfa;
	box-shadow: 0 0 0 3px #485c5b;
	box-sizing: border-box;
	transition: .3s ease-in-out;
}	
	.menu a:hover {
		opacity: .8;
	}
	
	
/*------------一覧部分SP--------------*/
.pick_up_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
	padding: 20px 2%;
	background: url(../img/item/back.jpg);
	background-size: contain;
}
.pick_up_contents .item {
	width: 32%;
	box-sizing: border-box;
	border-radius: 10px;
	background: #e9edda;
	margin: 0 0 20px;
	padding: 15px 2%;
	text-align: center;
	
	display: flex;
    flex-direction: column;
}

/*-----------左寄せ対策--------------*/
.pick_up_contents:after {
  content:"";
  display: block;
  width: 32%;
}
.pick_up_contents:before {
  content:"";
  display: block;
  width: 32%;
  order: 1;
}
/*------------テキスト部分----------*/
.pick_up_contents .item h3 {
	color: #56564b;
	font-size: 1.1em;
	margin: 10px 0 5px;
}
.item_maker {
	font-size: 1.0em;
	font-weight: normal;
}

.imgwrap {
	width: 96%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.pick_up_contents .item img {
	width: 100%;
	height: 100%;
	transition: .8s;
			  			  
}

.pick_up_contents .item img:hover {
  transform: scale(1.05);
	transition-duration: .8s;
  
}
.takaza_txt {
  margin: 0 0 20px;
  text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.sh_txt {
	font-size: 1.2em;
	color: #666;
	margin-top: auto;
	
}
.takaza_price {
	font-size: 1.1em;
	margin-top: auto;
}

.takaza_color1 {
	color: #e83929;
}

.zaisu_image {
	padding: 0 2%;
	margin:5px auto 25px;
	
}

.takaza_linkimg {
	margin: 0 0 20px;
}
.takaza_linkimg img {
	padding: 3px;
	border: 1px solid #697338;
	transition: .3s ease-in-out;
}
.takaza_linkimg img:hover {
	opacity: .7;
	border: 1px solid #36f;
}
/*------------------コンタクト-----------------------*/	
.takaza_contact {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 2px solid #697338;
	min-width: 320px;
}

.takaza_contact_item {
	padding: 20px;
	width: 100%;
	background: url(../img/item/back.jpg);
	background-size: contain;
}
.takaza_contact_item p {
	color: #485c5b;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
}

}

/*====================モバイル縦=========================*/

/*---------一覧部分------------*/

@media screen and (max-width: 568px) {
.takaza_subtext {
	box-sizing: border-box;
	border: 2px double #697338;
	padding: 10px;
	display: flex;
	flex-direction: column;
	background: url(../img/item/back.jpg);
	background-size: contain;
	min-width: 300px;
	
}
.subtext_item {
	font-size: 1.0em;
}
.subtext_item:first-child {
	margin: 0 0 5px;
}
.subtext_item img {
	width: 100%;
	max-width: 168px;
	display: block;
	margin: 0 auto;
}


.pick_up_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
	min-width: 300px;
	padding: 20px 2%;
	background: url(../img/item/back.jpg);
	background-size: contain;
}
.pick_up_contents .item {
	width: 49%;
}
.pick_up_contents:after {
  content:"";
  display: block;
  width: 49%;
}
.pick_up_contents:before {
  content:"";
  display: block;
  width: 49%;
  order: 1;
}


/*-------テキスト部分----------*/
.pick_up_contents .item h3 {
	color: #56564b;
	font-size: 1.1em;
	margin: 10px 0 5px;
}
.item_maker {
	font-size: 1.0em;
}
.imgwrap {
	width: 96%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;	  
}
.pick_up_contents .item img {
	width: 100%;
	height: 100%;
	transition: .8s;
			  			  
}

.pick_up_contents .item img:hover {
  transform: scale(1.05);
	transition-duration: .8s;
  
}

.sh_txt {
	font-size: 1.2em;
	color: #666;
	margin-top: auto;
	
}
}
	
	
	
	
	
	
	
	
	
