@charset "UTF-8";

.contents_gift {
	/*font-family: "�q���M�m�p�S�V�b�N Pro", "Hiragino Kaku Gothic Pro", "���C���I", "Meiryo", "�l�r �o�S�V�b�N", "MS PGothic", "Osaka", sans-serif;*/
	margin: 0 auto;
	background-color: #ebf0c8;
	font-size: 14px;
	color:#432323;
	line-height: 1.8;
	overflow: hidden;
	margin-top: 30px;
}
.contents {
	padding-bottom: 0;
}
/*
.footer {
	background-color: #ebf0c8;
}
*/
/*
.breadcrumb ul {
	max-width: 102.4rem;
	margin: 0 auto;
}
*/
.contents_Clearfix:after {
	display: block;
	clear: both;
	content: "";
}
.contents_inner {
	max-width: 100%;
}
.gift_inner {
	background-color: #ebf0c8;
}
.contents_gift .contents_inner {
	max-width: 102.4rem;
	height: 100%;
}
#gift_body_content {
	max-width: 102.4rem;
}

a.txtLink {
	text-indent: -1em;
	margin-left: 1em;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
}
a.txtLink:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 6px;
	margin-left: 6px;
	border: transparent solid 5px;
	border-left-color: #986452;
}

a.txtLink:hover {
	text-decoration: none;
}

.contents_gift img {
	width: 100%;
}
.ribbon {
	position: absolute;
	vertical-align: bottom;
	width: 10.9%;
	max-width: 112px;
	right: 0;
	left: 0;
	margin: -28px auto;
	z-index: 1000;
}
#gift_main {
	width: 100%;
	color: #432323;
	margin-bottom: 18px;
	z-index: 1;
}
#gift_nav {
	max-width: 98%;
	overflow: hidden;
	margin: auto;
	z-index: 2;
	position: relative;
}
#gift_nav>div {
	width: 23.5%;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
#gift_nav>div:not(:last-child) {
	margin-right: 2%;
}

#gift_nav>div>a {
	display: block;
	width: 100%;
	height: 100%;
}

#gift_nav_sweets {
	background-image: url(../static/gift/tab_sweets.png);
	background-size:contain;
}
#gift_nav_sweets.on {
	background-image: url(../static/gift/tab_sweets_on.png);
	background-size:contain;
}

#gift_nav_airport {
	background-image: url(../static/gift/tab_airport.png);
	background-size:contain;
}
#gift_nav_airport.on {
	background-image: url(../static/gift/tab_airport_on.png);
	background-size:contain;
}

#gift_nav_prefecture {
	background-image: url(../static/gift/tab_prefecture.png);
	background-size:contain;
}
#gift_nav_prefecture.on {
	background-image: url(../static/gift/tab_prefecture_on.png);
	background-size:contain;
}

#gift_nav_goods {
	background-image: url(../static/gift/tab_goods.png);
	background-size:contain;
}
#gift_nav_goods.on {
	background-image: url(../static/gift/tab_goods_on.png);
	background-size:contain;
}

#gift_body {
	max-width: 100%;
	background-color: #fff;
	margin: auto;
	z-index: 1;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 59px;
}

#gift_body_content {
	margin: 48px 60px 0;
}

.contents_inner p,
.contents_inner dd {
	font-size: 14px;
	font-weight: lighter;
}

.contents_inner .flexbox dl {
	width: 30%;
	font-family: "Hiragino Kaku Gothic Pro";
	margin-right: 5%; 
	float: left;
}
.contents_inner .flexbox dl:last-child {
	margin-right: 0;
}
.contents_inner .flexbox dl dt {
	font-size: 20px;
	color: #956250;
	text-align: center;
}
.contents_inner .flexbox dl img {
	padding: 10px 0 20px;
}
.contents_inner .flexbox dl dd{
	color: #333333;
}

.gift_sweets_header h3,
.gift_airport_header h3,
.gift_prefecture_header h3,
.gift_goods_header h3 {
	font-size: 25px;
	font-weight: bold;
}

.gift_sweets_header p,
.gift_airport_header p,
.gift_prefecture_header p,
.gift_goods_header p {
	font-size: 17px;
}

.gift_sweets,
.gift_airport,
.gift_prefecture,
.gift_goods {
	overflow: hidden;
}
.gift_sweets:not(:last-of-type),
.gift_airport:not(:last-of-type),
.gift_prefecture:not(:last-of-type),
.gift_goods:not(:last-of-type) {
	margin-bottom: 80px;
}
.gift_sweets:last-of-type,
.gift_airport:last-of-type,
.gift_prefecture:last-of-type,
.gift_goods:last-of-type {
	margin-bottom: 25px;
}

.gift_body_content {
	overflow: hidden;
	margin: 0 60px;
}

.gift_sweets_header,
.gift_airport_header,
.gift_prefecture_header,
.gift_goods_header {
	border-radius: 10px;
	padding: 30px 38px;
	margin-bottom: 30px;
}
.gift_sweets_header {
	background-color: #fcede6;
}
.gift_sweets_header h3 {
	color:#db6e2d;
}
.gift_airport_header {
	background-color: #f9eeec;
}
.gift_airport_header h3 {
	color:#b3514e;
}
.gift_prefecture_header {
	background-color: #ecf1dd;
}
.gift_prefecture_header h3 {
	color:#829b23;
}
.gift_goods_header {
	background-color: #f7edf6;
}
.gift_goods_header h3 {
	color:#aa5aa5;
}
.contents_sweetsBox h4,
.contents_airportBox h4,
.contents_prefectureBox h4,
.contents_goodsBox h4 {
	font-size: 25px;
	font-weight: bold;
	color: #3a2524;
	margin: 60px 0 20px;
}
.contents_sweetsBox h4 {
	border-left: 9px solid #de6d27;
	line-height: 1.5;
	padding-left: 20px;
}
.contents_prefectureBox h4 {
	border-left: 9px solid #839b23;
	line-height: 1.5;
	padding-left: 20px;
}
.contents_goodsBox h4 {
	border-left: 9px solid #aa58a4;
	line-height: 1.5;
	padding-left: 20px;
}

.gift_sweets_header span,
.gift_airport_header span,
.gift_prefecture_header span,
.gift_goods_header span {
	padding: 6px 20px;
	color: #fff;
	font-size: 20px;
}
.contents_sweetsBox p,
.contents_airportBox p,
.contents_prefectureBox p,
.contents_goodsBox p {
	margin-top: 15px;
}
.gift_sweets_header img,
.gift_airport_header img,
.gift_prefecture_header img,
.gift_goods_header img {
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.gift_read {
	margin-bottom: 50px;
}

.contents_sweets h4,
.contents_airport h4,
.contents_prefecture h4,
.contents_goods h4{
	font-size: 25px;
	font-weight: bold;
	color: #432323;
	margin: 60px 0 20px;
}
.contents_sweets h6,
.contents_airport h6,
.contents_prefecture h6,
.contents_goods h6{
	font-size: 17px;
	font-weight: bold;
	color: #956250;
}
.contents_sweetsBox h4,
.contents_airportBox h4,
.contents_prefectureBox h4,
.contents_goodsBox h4{
	margin-top: 0;
}
.contents_airportBox {
	overflow: hidden;
	clear: both;
}

.contents_airportBox h4.no1 {
	height: 80px;
	background-image: url(../static/gift/airport/no1.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	padding-left: 112px;
}
.contents_airportBox h4.no2 {
	height: 80px;
	background-image: url(../static/gift/airport/no2.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	padding-left: 112px;
}
.contents_airportBox h4.no3 {
	height: 80px;
	background-image: url(../static/gift/airport/no3.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	padding-left: 112px;
	padding-right: 94px;
	float: left;
}
.contents_airportBox h4.no4 {
	height: 80px;
	background-image: url(../static/gift/airport/no4.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	padding-left: 112px;
}
.contents_airportBox h4.no5 {
	height: 80px;
	background-image: url(../static/gift/airport/no5.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	padding-left: 112px;
}
.contents_airportBox h4.no6 {
	height: 80px;
	background-image: url(../static/gift/airport/no6.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	padding-left: 112px;
}
.contents_airportBox h4.no7 {
	height: 80px;
	background-image: url(../static/gift/airport/no7.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	padding-left: 112px;
}
.contents_airportBox h4.no8 {
	height: 80px;
	background-image: url(../static/gift/airport/no8.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	padding-left: 112px;
	float: left;
}
.contents_airportBox h4.no9 {
	height: 80px;
	background-image: url(../static/gift/airport/no9.png);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	padding-left: 112px;
}
.contents_airportBox h4.no10 {
	height: 80px;
	background-image: url(../static/gift/airport/no10.png);
	background-size: 93px 80px;
	background-repeat: no-repeat;
	padding-left: 115px;
}

h4 span{
	font-size: 20px;
}
.eventListIn{
	width: 100%;
}
.contents_eventSlider{
	position: relative;
	z-index: 0;
}
.bx-pager{
	text-align: center;
	margin-top: 13px;
}
.bx-pager-item{
	display: inline-block;
	margin: 0 5px;
}
.bx-pager-item a{
	text-indent: -9999px;
	background: #c9c9c9;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.bx-pager-item a.active{
	background: #ab5aa6;
}
.contents_eventList .contents_eventSlider{
	position: relative;
	z-index: 0;
}
.gift_photos_detail_data {
	font-size: 14px;
}
.gift_photos_detail_data em {
	color: #9a6454;
	font-style: normal;
	font-weight: bold;
}

.contents_storeDetail{
	margin-top: 20px;
}
.contents_storeDetail .L{
	float: left;
	width: 75%;
	clear: both;
	overflow: hidden;
}

.contents_gourmeBox dl dt,
.contents_gourmeBox dl dd{
	width: auto;
}

a.detailsBtn{
	display: block;
	font-weight: bold;
	color: #fff !important;
	background: #006dba;
	border-radius: 3px;
	padding: 12px 50px;
	margin: 25px auto;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;;
}

.contents_storeDetail a.detailsBtn{
	float: right;
}

.sweets_border {
	position: relative;
	border-bottom: 2px solid #e49167;
	margin-top: 15px;
	margin-bottom: 29px;
}
.sweets_border img{
	width: 52px;
	vertical-align: bottom;
	position: absolute;
	top: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.airport_border {
	position: relative;
	border-bottom: 2px solid #da7026;
	margin-top: 22px;
	margin-bottom: 29px;
}
.airport_border img {
	width: 52px;
	vertical-align: bottom;
	position: absolute;
	top: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.prefecture_border {
	position: relative;
	border-bottom: 2px solid #839b23;
	margin-top: 22px;
	margin-bottom: 29px;
}
.prefecture_border img {
	width: 52px;
	vertical-align: bottom;
	position: absolute;
	top: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.goods_border {
	position: relative;
	border-bottom: 2px solid #bb86bc;
	margin-top: 22px;
	margin-bottom: 29px;
}
.goods_border img {
	width: 52px;
	vertical-align: bottom;
	position: absolute;
	top: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.store {
	background-color: #c64a42;
	padding: 15px 19px 18px;
	color: #fff;
	line-height: 1em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;;
	display: block;
}

.store_detail {
	background-color: #f5f8e3;
	border-top: 2px solid #c64a42;
	border-bottom: 2px solid #c64a42;
	padding: 26px 22px 22px;
}
.store_detail h5 {
	font-size: 22px;
}
.store_detail h5 span {
	font-size: 15px;
}
.store_detail .L {
	width: 36.4%;
	height: 100%;
	float: left;
	margin-right: 2%;
}
.store_detail .R {
	width: 60.6%;
	height: 100%;
	float: right;
}
.store_detail_data {
	margin-top: 12px;
	float: left;
	width: 60%;
	font-size: 14px;
	line-height: 1.3em;
}
.store_detail_data em {
	color: #956250;
	font-style: normal;
	font-weight: bold;
}
a.detailsBtn2 {
	display: block;
	font-weight: bold;
	color: #fff;
	background: #c64a42;
	border-radius: 3px;
	padding: 10px 40px;
	margin: 25px auto;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;;
}
.store_detail a.detailsBtn2 {
	float: right;
}
@media only screen and (max-width: 1023px) {
	.contents>.contents_inner {
		padding-left: 0px;
		padding-right: 0px;
	}
	#gift_body_content {
		margin: 30px 25px 0;
	}
	.ribbon {
		margin-top: -25px;
	}
	#gift_nav {
		max-width: 100%;
	}
	#gift_nav>div {
		height: 110px;
	}
	#gift_nav_sweets {
		background-image: url(../static/gift/tab_sweets_tb.png);
	}
	#gift_nav_sweets.on {
		background-image: url(../static/gift/tab_sweets_on_tb.png);
	}

	#gift_nav_airport {
		background-image: url(../static/gift/tab_airport_tb.png);
	}
	#gift_nav_airport.on {
		background-image: url(../static/gift/tab_airport_on_tb.png);
	}

	#gift_nav_prefecture {
		background-image: url(../static/gift/tab_prefecture_tb.png);
	}
	#gift_nav_prefecture.on {
		background-image: url(../static/gift/tab_prefecture_on_tb.png);
	}

	#gift_nav_goods {
		background-image: url(../static/gift/tab_goods_tb.png);
	}
	#gift_nav_goods.on {
		background-image: url(../static/gift/tab_goods_on_tb.png);
	}
	#gift_body {
		border-radius: 0;
	}
	.contents_sweetsBox h4,
	.contents_airportBox h4,
	.contents_prefectureBox h4,
	.contents_goodsBox h4{
		font-size: 25px;
	}
	.contents_sweetsBox span,
	.contents_airportBox span,
	.contents_prefectureBox span,
	.contents_goodsBox span{
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {

	#gift_main {
		width: 100%;
		margin-bottom: 0%;
	}
	#gift_body_content {
		margin: 25px 25px 0;
	}
	.ribbon {
		margin-top: -20px;
	}
	#gift_nav {
		margin: 15px 0 15px;
	}
	#gift_nav>div {
		width: 49%;
		height: 64px;
		margin-bottom: 9px;
	}
	#gift_nav>div:last-child {
		margin-bottom: 21px;
	}
	#gift_nav>div:nth-child(even){
		margin-right: 0;
	}
	#gift_nav_sweets {
		background-image: url(../static/gift/tab_sweets_sp.png);
		background-color: #db6e2d;
	}
	#gift_nav_sweets.on {
		background-image: url(../static/gift/tab_sweets_on_sp.png);
		background-color: #fff;
	}
	#gift_nav_sweets.on > a {
		border: 2px solid #db6e2d;
	}
	#gift_nav_airport {
		background-image: url(../static/gift/tab_airport_sp.png);
		background-color: #c64a42;
	}
	#gift_nav_airport.on {
		background-image: url(../static/gift/tab_airport_on_sp.png);
		background-color: #fff;
	}
	#gift_nav_airport.on > a {
		border: 2px solid #c64a42;
	}
	#gift_nav_prefecture {
		background-image: url(../static/gift/tab_prefecture_sp.png);
		background-color: #829b23;
	}
	#gift_nav_prefecture.on {
		background-image: url(../static/gift/tab_prefecture_on_sp.png);
		background-color: #fff;
	}
	#gift_nav_prefecture.on > a {
		border: 2px solid #829b23;
	}
	#gift_nav_goods {
		background-image: url(../static/gift/tab_goods_sp.png);
		background-color: #ab5aa6;
	}
	#gift_nav_goods.on {
		background-image: url(../static/gift/tab_goods_on_sp.png);
		background-color: #fff;
	}
	#gift_nav_goods.on > a {
		border: 2px solid #ab5aa6;
	}

	.gift_sweets_content,
	.gift_airport_content,
	.gift_prefecture_content,
	.gift_goods_content {
		margin: 0 20px;
	}
	.gift_sweets_header,
	.gift_airport_header,
	.gift_prefecture_header,
	.gift_goods_header {
		padding: 19px 20px;
		margin-bottom: 20px;
	}
	.gift_sweets_header h3,
	.gift_gift_sweets_header h3,
	.gift_prefecture_header h3,
	.gift_goods_header h3{
		font-size: 20px;
	}
	.gift_sweets_header p,
	.gift_gift_sweets_header p,
	.gift_prefecture_header p,
	.gift_goods_header p{
		font-size: 17px;
	}
.contents_airportBox h4.no1 {
	height: 100%;
	background-image: url(../static/gift/airport/no1.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	padding-left: 90px;
}
.contents_airportBox h4.no2 {
	height: 100%;
	background-image: url(../static/gift/airport/no2.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	padding-left: 90px;
}
.contents_airportBox h4.no3 {
	height: 100%;
	background-image: url(../static/gift/airport/no3.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	padding-left: 90px;
	padding-right: 0;
}
.contents_airportBox h4.no4 {
	height: 100%;
	background-image: url(../static/gift/airport/no4.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	padding-left: 90px;
}
.contents_airportBox h4.no5 {
	height: 100%;
	background-image: url(../static/gift/airport/no5.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	padding-left: 90px;
}
.contents_airportBox h4.no6 {
	height: 100%;
	background-image: url(../static/gift/airport/no6.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	padding-left: 90px;
}
.contents_airportBox h4.no7 {
	height: 100%;
	background-image: url(../static/gift/airport/no7.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	padding-left: 90px;
}
.contents_airportBox h4.no8 {
	height: 100%;
	background-image: url(../static/gift/airport/no8.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	padding-left: 90px;
	float: left;
}
.contents_airportBox h4.no9 {
	height: 100%;
	background-image: url(../static/gift/airport/no9.png);
	background-size: 65px 65px;
	background-repeat: no-repeat;
	padding-left: 90px;
}
.contents_airportBox h4.no10 {
	height: 100%;
	background-image: url(../static/gift/airport/no10.png);
	background-size: 73px 65px;
	background-repeat: no-repeat;
	padding-left: 90px;
}
	.contents_sweetsBox h4,
	.contents_airportBox h4,
	.contents_prefectureBox h4,
	.contents_goodsBox h4 {
		font-size: 20px;
	}
	.contents_sweetsBox span,
	.contents_airportBox span,
	.contents_prefectureBox span,
	.contents_goodsBox span {
		font-size: 16px;
	}
	.contents_storeDetail .L{
		float: none;
		width: 100%;
	}
	a.detailsBtn {
		padding: 10px 40px 13px;
	}
	.store_detail .L {
		width: 100%;
		float: none;
	}
	.store_detail .R {
		width: 100%;
		float: none;
	}
}

