@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								お土産・特産品								*/
/****************************************************************************/
/* お土産・特産品 ----------------------------------------------------------- */
/* main --------------------------------------------------------------------- */
#main h1 span{
	background-image: url(../img/gift/main_img.jpg);
}

#content01 h2 {
	padding: 30px 10px 0;
}

#content02 h3 {
	color: #e04949;
	font-size: 32px;
	margin-top: 50px;
	font-family: "hare";
	font-weight: normal;
}

#content02 h4 {
	font-size: 26px;
	font-family: "hare";
	font-weight: normal;
	margin-bottom: 10px;
}

hr {
	border: none;
	background:url(../img/gift/content_line.png) no-repeat;
	height: 0;
	padding-top: 2.45%;
	background-size: contain;
	margin: 30px 0;
}

#content03 {
	display: none;
}

#gift_tab {
	width:100%;
	margin-top: 70px;
	position: relative;
}

#gift_tab li {
	float: right;
	text-align:center;
	padding: 20px 10px;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	width: 48.5%;
	box-sizing: border-box;

	background-color: #eb9494;
	
	border-top: 2px solid #eb9494;
	border-right: 2px solid #eb9494;
	border-left: 2px solid #eb9494;
}

#gift_tab li:first-child {
	float: left;
}

#gift_tab li:first-child:after {
	width: 3%;
	height: 2px;
	display: block;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	background-color: #eb9494;
}

#gift_tab .tab_select {
	background-color: transparent;
}

.miso_box {
	margin-top: 35px;
	position: relative;
	z-index: -1;
	min-height: 400px;
}

.miso_box:after {
	content: "";
	display: block;
	background: url(../img/gift/content02_bg01.png) no-repeat bottom;
	position: relative;
	z-index: 99;
	height: 0;
	padding-top: 43%;
	background-size: contain;
}

.miso_txt {
	line-height: 30px;
}

.miso_img {
	position: absolute;
	bottom: 35%;
}

.miso_txt, .miso_img {
	width: 590px;
	box-sizing: border-box;
}

.miso_l_img {
	position: absolute;
	top: 0px;
	right: 0;
	width: 400px;
}

/*.brew_list li {
	display: inline-block;
	width: 230px;
	margin-left: 20px;
}

.brew_list li:first-child {
	margin-left: 0;
}

.brew_list h4 {
	font-size: 24px;
	text-align: center;
	margin-top: 15px;
}

.brew_list p {
	font-size: 15px;
	line-height: 24px;
}*/

.brew_img {
	width: 230px;
	float: left;
}

.brew_txt {
	font-size: 15px;
	line-height: 24px;
	vertical-align: middle;
	float: right;
	width: 740px;
}

.brew_list li:nth-child(even) .brew_img{
	float: right;
}

.brew_list li:nth-child(even) .brew_txt{
	float: left;
}


.shibori_box {
	display: table;
	width: 100%;
	margin-top: 30px;
}

.shibori_img, .shibori_txt {
	display: table-cell;
	vertical-align: top;
}

.shibori_img {
	width: 420px;
	text-align: center;
}

.shibori_txt {
	line-height: 30px;
}

.pottery_box {
	display: table;
	width: 100%;
}

.pottery_img, .pottery_txt {
	display: table-cell;
}

.pottery_img {
	width: 210px;
	text-align: center;
	vertical-align: top;
}

.pottery_txt {
	line-height: 30px;
	vertical-align: middle;
}

.pottery_list {
	background: url(../img/gift/content02_bg02.png) no-repeat;
	position: relative;
}

.pottery_list:after {
	background: url(../img/gift/content02_bg03.png) no-repeat;
	width: 97px;
	height: 101px;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -120px;
	z-index: -1;
}

.pottery_list li {
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	width: 470px;
	line-height: 22px;
}

.pottery_list li:first-child {
	margin-right: 45px;
}

#content02 h4 {
	font-size: 24px;
	font-family: "genjyuugothic";
	margin-top: 40px;
}

#content02 li p.brew_img {
	margin-top: 40px;
}

/*.souvenir_list li {
	display: inline-block;
	text-align: center;
	margin-top: 30px;
	width: 310px;
	vertical-align: top;
	line-height: 30px;
	margin-left: 25px;
}

.souvenir_list li:first-child {
	margin-left: 0;
}

.souvenir_list li h3 {
	margin: 0 0 20px;
}

.souvenir_list li img {
	margin-bottom: 10px;
}*/
.souvenir_list {
	margin-top: 50px;
}
.souvenir_list li {
	margin-top: 20px;
}

.souvenir_list .souvenir_img {
	width: 290px;
	float: left;
}

.souvenir_list .souvenir_txt {
	font-size: 15px;
	line-height: 24px;
	padding-top: 20px;
	float: right;
	width: 680px;
}

.souvenir_list h3 {
	margin: 0 0 20px;
}

.souvenir_list li:nth-child(even) .souvenir_img{
	float: right;
}

.souvenir_list li:nth-child(even) .souvenir_txt{
	float: left;
}

.flower_box {
	margin-top: 50px;
}

.flower_box h3 {
	float: left;
}

.flower_right {
	float: right;
}

.flower_bottom {
	margin-top: 10px;
	clear: both;
}

.product_box {
	text-align: center;
}

.agricultural {
	float: left;
}

.agricultural h3 {
	margin-bottom: 45px;
}

.marine {
	float: right;
}

.marine h3 {
	margin-bottom: 36px;
}

.cochin_txt {
	float: left;
}

.cochin_txt h3 {
	margin-bottom: 25px;
}

.cochin_img {
	float: right;
	margin-top: 85px;
	text-align: center;
}

.kinuakari {
	margin-top: 50px;
}

@media screen and (max-width:640px){

.miso_box {
	min-height: auto;
}

.miso_box:after {
	padding-top: 35%;
}

.miso_txt {
	width: auto;
}

.miso_img, .miso_l_img {
	width: auto;
	position: relative;
	text-align: center;
	margin-top: 10px;
}

/*.brew_list li {
	display: block;
	width: auto;
	text-align: center;
	margin: 20px auto;
}*/
.brew_img {
	float: none !important;
	width: auto;
	margin-top: 15px;
	text-align: center;
}

.brew_txt {
	float: none !important;
	width: auto;
}

.brew_txt h4 {
	text-align: center;
}

.shibori_img, .shibori_txt {
	display: block;
	width: auto;
}

.shibori_img img, .shibori_txt img {
	width: 100%;
}

.shibori_txt {
	margin-top: 10px;
}

.pottery_img, .pottery_txt {
	display: block;
	width: auto;
}

.pottery_txt {
	margin: 20px 0 10px;
}

.pottery_list li {
	display: block;
	padding: 0px !important;
	width: auto;
}

.pottery_list li:first-child {
	margin-right: 0;
}


/*.souvenir_list li {
	display: block;
	width: auto;
	margin: 0 auto !important;
}*/
.souvenir_list h3 {
	text-align: center;
}

.souvenir_list .souvenir_img {
	width: auto;
	float: none !important;
	text-align: center;
}

.souvenir_list .souvenir_txt {
	width: auto;
	float: none !important;
}

.flower_box h3, .flower_right {
	float: none;
	margin: 10px 0;
	text-align: center;
}

.flower_right img {
	width: 100%;
}

.agricultural, .marine {
	float: none;
}

.agricultural h3, .marine h3 {
	margin: 20px 0 10px;
}

.cochin_txt, .cochin_img {
	float: none;
}

.cochin_img {
	margin-top: 20px;
}

}