
@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : 110th.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_breadcrumb ul, .con_gift_nav .inner, .con_description ul {
	max-width: 1280px;
	margin: auto;
}
/*@media only screen and (max-width: 1024px) {
	.con_breadcrumb ul, .con_gift_nav .inner, .con_description ul {
		width: 95%;
	}
}*/

/* ===================================================================
CSS information

 author     : Ability Consultant
 style info : アニメーション関係
=================================================================== */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-moz-keyframes risefadein {
	from {
		opacity: 0;
		-moz-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	to {
		opacity: 1;
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes risefadein {
	from {
		opacity: 0;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	to {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes risefadein {
	from {
		opacity: 0;
		-moz-transform: translate(0, 10px);
		-ms-transform: translate(0, 10px);
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	to {
		opacity: 1;
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-moz-keyframes dnfadein {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-webkit-keyframes dnfadein {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@keyframes dnfadein {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
@-moz-keyframes fuwafuwa {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-moz-transform: translate(0, -7px);
		transform: translate(0, -7px);
	}
	100% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes fuwafuwa {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -7px);
		transform: translate(0, -7px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes fuwafuwa {
	0% {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-moz-transform: translate(0, -7px);
		-ms-transform: translate(0, -7px);
		-webkit-transform: translate(0, -7px);
		transform: translate(0, -7px);
	}
	100% {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

body,p{
	margin: 0;
}
/* -----------------------------------------------------------
	.con_breadcrumb
----------------------------------------------------------- */
.con_breadcrumb ul{
	padding: 0;
	margin-bottom: 38px;
}
.con_breadcrumb ul li {
	display: inline-block;
	position: relative;
}
.con_breadcrumb ul li:after {
	content: "\f105";
	font-family: "fontAwesome";
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -.5em;
	line-height: 1;
}
.con_breadcrumb ul li:last-child:after {
	content: none;
}
.con_breadcrumb ul li a {
	display: block;
	padding-right: 20px;
	text-decoration: underline;
	color:#000000;
}


/* -----------------------------------------------------------
	.link_spe
----------------------------------------------------------- */
.link_spe {
	width: 878px;
	text-align: center;
	margin: 0 auto 20px auto;
	padding: 20px 0 0 0;
	clear: both;
	overflow: hidden;
}

.link_spe li{
	width: 419px;
	height: 68px;
	float:left;
	list-style-type: none;
	margin: 0 10px;
}

.link_spe li a:active,
.link_spe li a:hover{
	width: 419px;
	height: 68px;
	background-color: #fff6f6;
	display: block;
	overflow: hidden;
}

.link_spe li a.active{
	width: 419px;
	height: 68px;
	background: #fff6f6;
	display: block;
}


.link_spe li a img{
	width: 419px;
	height: 68px;
}


/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
	text-align: center;
	margin-bottom: 10px;
}

.con_content{
	width: 1280px;
	margin: 0 auto;
}
.con_content .ka{
	overflow: hidden;
	margin-bottom: 32px;
}
.con_content .ka .box_txt{
	float: left;
	width: 710px;
	border-bottom: 1px solid #d3d3d3;
}

.con_content .ka .noborder{
	border-bottom: none;
}

.con_content .ka .box_txt .txt{
	padding-bottom: 26px;
	color:#1d1d1d;
	font-size: 14px;
	margin: 0;
	line-height: 24px;
}
.con_content .ka:first-child .photo img{
	padding-top: 0;
}

.con_content #kan_02.ka .box_txt{
	width: 895px;
}

.con_content #yuzumochiko.ka .box_txt{
	width: 895px;
}
.con_content .ka.last .box_txt{
	width: 770px;
}
.con_content .ka .box_txt h4{
	margin: 0;
	padding-bottom: 32px;
}
.con_content .ka .box_txt .txt strong{
	font-size: 16px;
	color:#1d1d1d;
}
.con_content .ka .box_txt .txt i{
	font-size: 16px;
	color:#f2727a;
	font-style: normal;
}
.con_content .ka .photo{
	float: right;
}
.con_content .ka .photo img{
	padding-top: 68px;
}

.con_content .ka .nopadding img{
	padding-top: 0px;
}

.con_content .ka.right .photo{
	float: left;
}
.con_content .ka.right .box_txt{
	float: right;
}
.con_content .ka.last .box_txt{
	border: none;
}
.con_nakauraya{
	border: 1px solid #d5d5d5;
	background: url(//gigaplus.makeshop.jp/omotenashi1/110th/images/bg_new.jpg) repeat;
	overflow: hidden;
	margin-bottom: 50px;
}
.con_nakauraya .box_nakauraya{
	padding: 30px 30px;
	overflow: hidden;
}
.con_nakauraya .box_nakauraya .box_l{
	float: left;
	width: 593px;
}
.con_nakauraya .box_nakauraya .box_r{
	float: right;
	width: 593px;
	padding-left: 30px;
	border-left: 1px dotted #d9d6d2;
}
.con_nakauraya .box_nakauraya .box_l .top_l{
	/*float: left;*/
	width: 543px;
}
.con_nakauraya .box_nakauraya .box_l .top_l .photo{
	float: left;
	width: 224px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.con_nakauraya .box_nakauraya .box_l .top_l .txt_r{
	float: left;
	width: 280px;
}
.con_nakauraya .box_nakauraya .box_l .top_l .txt_r h4{
	padding-bottom: 18px;
	margin: 0;
}
.con_nakauraya .box_nakauraya .box_l .top_l .txt_r .txt{
	line-height: 22px;
	font-size: 14px;
	color:#020202;
}
.con_nakauraya .box_nakauraya .box_l .bt_l{
	/*float: left;*/
	width: 100%;
	clear: both;
}
.con_nakauraya .box_nakauraya .box_l .bt_l .txt{
	padding-top: 16px;
	color:#020202;
	font-size: 12px;
	line-height: 22px;
}
.con_nakauraya .box_nakauraya .box_r .top_r{
	float: left;
	width: 100%;
}
.con_nakauraya .box_nakauraya .box_r .top_r h4{
	display: inline-block;
	vertical-align: middle;
	width: 193px;
}
.con_nakauraya .box_nakauraya .box_r .top_r .photo{
	display: inline-block;
	vertical-align: middle;
	width: 344px;
}
.con_nakauraya .box_nakauraya .box_r .txt{
	overflow:hidden;
	padding-top: 32px;
	line-height: 22px;
	font-size: 14px;
	float: left;
	width: 100%;
	color:#020202;
}
.con_shop{
	background: url(//gigaplus.makeshop.jp/omotenashi1/110th/images/bg_shop.jpg) no-repeat;
	height: 544px;
	border-top: 1px solid #bf1c2d;
	margin-bottom: 57px;
	position: relative;
	border-bottom: 1px solid #68407b;
}

.bg_ito{
	background: url(//gigaplus.makeshop.jp/omotenashi1/110th/images/bg_shop_ito.jpg) no-repeat;
	height: 544px;
	border-top: 1px solid #bf1c2d;
	margin-bottom: 57px;
	position: relative;
	border-bottom: 1px solid #68407b;
}

.con_shop .date{
	padding-left: 50px;
}
.con_shop h4{
	padding-left: 50px;
	margin: 30px 0 10px;
	font-size: 25px;
	font-weight: normal;
}
.con_shop .txt{
	padding-left: 50px;
	font-size: 14px;
	color:#020202;
	line-height: 28px;
	width: 640px;
}
.con_shop h5{
	padding:31px 0 42px 76px;
	margin: 0;
}
.con_shop .btn_yubeshi{
	text-align: center;
	position: absolute;
    bottom: 0;
	left: 372px;
}