@charset "utf-8";

/*tab*/

.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  /*border:1px solid #37beb0;*/
  margin: 0 auto;
  }
  
.tab_item {
  width: calc(100%/4);
  padding:15px 0;
  /*border-bottom: 3px solid #a22041 ;*/
  /*background-color: #ececec;*/
  background-color:#c099a0;
  /*background:radial-gradient(at bottom,#e8d3d1,#c099a0);*/
  text-align: center;
  /*color: #37beb0 ;*/
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius:7px 7px 0 0;
}

.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,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  color: #fff;
  border-bottom: 5px solid #a22041 ;
  /*background-color:#a25768;*/
	background:radial-gradient(at bottom,#e8d3d1,#a25768);

}


/*€iΠξζ*/
.menu1{
	text-align:center;
}

img.menu{
	max-width:100%;
	height:auto;
	margin:5px 0 10px 0;
}

/*ΰΎtop*/
.syoukai{
	padding:1.8em 1.5em;
}

/*€iζ(tabΰ€Κ)*/
.syouhin{
	float:left;
	max-width:100%;
	clear:both;
	margin:70px 0 10px 0;
}

h4.syouhinmei{
	font-weight:bold;
	clear:both;
}

p.gentei{
	color:#c9171e;
	font-weight:bold;
	margin-bottom:1em;
}

p.tyuui{
	color:#c9171e;
	font-weight:bold;
}

.first{
	margin-top:10px;
}

/*tabΰ€iζAΰΎCAEg*/
@media screen and (min-width: 900px) {
	.tab_content img.syouhin{
		margin:0 20px 0 0;
	}
	
	.tab_content .syouhin_set{
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
		margin-top:90px;
	}
	
	.tab_content .syouhin_set2{
		flex-direction:column;
}
	
	.tab_content h2 + .syouhin_set{
		margin-top:20px;
	}
	
}


/*Gίΐθ*/

#tab1_content p.blank_line{
	margin-bottom:1em;
}

#tab1_content p span.kongetsu{
	background:rgba(216,191,216,0.3);
	border-radius:5px;
}

.jyounama{
	float:right;
	max-width:50%;
}

h2:not(:first-of-type){
	margin-top:3em;
/*	margin-top:80px;*/
}

/*ΗηΔ«*/
.dora{
	float:right;
	max-width:50%;
}

h2{
	clear:both;
}

/*rγ»*/
.youkan{
	float:right;
	max-width:50%;
}

/*±Ωq*/
.higashi{
	float:right;
	max-width:50%;
}

.kuzuyu{
	background:rgba(220,220,220,0.4);
	border-radius:10px;
	margin-top:1.5em;
}

#tab4_content p.blank_line{
	margin-bottom:1em;
}


@media screen and (min-width: 900px) {
	.kuzu_pc_style{
		display:flex;
		flex-direction:column;
	}
}

/*Nζ*/
.menu2{
	text-align:center;
	margin-top:65px;
	margin-bottom:30px;
}

img.menu2_1{
	max-width:100%;
	height:auto;
	margin-bottom:20px;
}

@media screen and (min-width: 768px) {
	.menu2{
		display:flex;
		justify-content:space-between;
	}
	
	.menu2 a{
		width:49.47%;
	}

}