@charset "utf-8";

p {
	font-size: 16px;
}

h4  {
	font-size: 18px;
	font-weight: bold;
}

.main-img {
	text-align: center;
}

.containar {
	display: flex;
	flex-flow: row wrap;
	vertical-align: top;
}

.content {
	text-align: center;
	margin: 20px 5px;
	padding: 20px 5px;
}

.item {
	margin: 10px;
	flex-shrink: 2;
}

.comment {
	width: 400px;
	max-width: 600px;
	min-width: 250px;
	overflow: visible;
	white-space: normal;
	text-align: left;
}

.swiper-container {
  width: 500px;
	height: 350px;
}

#slide1, #slide2, #slide3, #slide4 {
	background-color: #000000
}

/*ここからカタログのについての記述*/
.gift-area {
	margin: 100px 0 30px 0;;
	text-align: center;
}

.gift-area h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 2px 0;
}

.area-deco {
	padding: 5px;
	background: #a48953;
	color: #fff;
}

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  border:1px solid #a48953;
  margin: 0 auto;
 }

.tab_item {
  width: calc(100%/3); 
  padding:15px 0;
  border-bottom: 3px solid #a48953 ;
  background-color: #ececec;
  text-align: center;
  color: #a48953 ;
  display: block;
	float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
  display: block;
	overflow: visible;
}

.tab_container input:checked + .tab_item {
  background-color: #a48953 ;
  color: #fff;
}

.tab_item span {
		display: none;
	}

.catalog {
	text-align: center;
	margin: 10px 0 20px 0;
}

.tab_detail_containar {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: flex-start;
	margin: 20px 0;
}

.c-item {
	width: 460px;
	margin: 10px 5px;
	border: 1px solid #999;
	border-radius: 5px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	position: relative;
}

.c-box {
	margin: 10px 0;
	padding: 0 10px;
}

/*画像に縁取りいるやつ*/
.small-img {
	border: 1px solid silver;
}

.right {
	width: 260px;
	display: flex;
	flex-direction: column;
}

.c-item h4 {
	border: none;
	margin: 10px;
}

.copy {
	margin: 0 0 10px 0;
}

.price {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	padding: 10px 0 ;
	margin: auto 0 10px 0;
}

.price div {
	margin: 0 5px;
}

.course {
	background-color: #1688c6;
	color: #fff;
	padding: 8px;
	border-radius: 12px;
}

.price-type {
	font-size: 15px;
	font-weight: 400;
}

.clearfix {
	border: none;
}

.clearfix:hover {
	border: none;
	cursor: default;
}

@media screen and (max-width: 768px){	
	.tab_item {
	display: inline;
	font-size: 12px;
	}
}

@media screen and (max-width: 650px){
	
	.content {
		margin: auto 0;
		padding: auto 0;
		width: 100%;
	}
	
	.item {
		width: 100%;
		margin: auto 0;
	}	
	
	.a-img {
		width: 100%;
	}
	
	.containar {
		flex-flow: column wrap;
		margin: auto 0;
	}
	
	.swiper-container {
	width: 300px;
	height: 210px;
}
	
	.seipe-slide img {
		width: 300px;
		height: 210px;
	}
	
	.comment {
		width: 100%;
	}
	
	.c-item {
		width: 100%;
		height: auto;
		overflow: visible;
	}	
	
	.c-item h4 {
		margin: 15px 5px 5px 5px;
	}
	
	.c-item .containar {
		margin-bottom: 10px;
	}
	
	.c-box {
		width: 100%;
		text-align: center;
		align-self: auto;
		padding: 0 5px;
	}
	
	.c-box p {
		margin: 0.5em 0 ;
	}
	
	.price {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-content: center;
	}
	
	.price div {
		margin: 10px auto;
	}
	
	.course {
		text-align: center;
	}
	
	.clearfix {
	display: none;
}
}

@media screen and (max-width: 450px){
	.tab_item {
		font-size: 8px;
	}	
}

@media screen and (max-width: 340px){
	.tab_item span {
		display: block;
		line-height: 4px;
	}
}