@charset "UTF-8";
/* CSS Document */

#bg_all {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
	background-image: url(../img/bg.jpg);
}


#bg_top {
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}

/*
#bg_top {
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	background-image: url(../img/bg_top.png);
	position: relative;
}
*/
/*#bg_top {
	position: fixed;
	height: 100vh;
	width: 100%;
}
#bg_top:before {
	content: "" ;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-image: url(../img/bg_top02.png);
}*/
/*#bg_top:after {
	content: "" ;
	position: absolute;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url(../img/bg_top03.png);
}*/
/*.bg_lb {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 20;
	background-image: url(../img/bg_top03.png);
	background-repeat: no-repeat;
}*/
/*#bg_rb {
	position: fixed;
	bottom: 0px;
	z-index: 20;
	right: 0px;
}*/
#headline {
	background-color: #BA1532;
	color: #FFFFFF;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}
#headline .inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#headline ul {
	float: right;
}
#headline li  {
	display: inline-block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #FFFFFF;
}

#headline li:first-child   {
	display: inline-block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#headline a {
	color: #C8AEAE;
}
#headline a:hover {
	color: #EBEBEB;
}



#wrap {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	position: relative;
}
#leftarea {
	float: left;
	width: 200px;
	padding-right: 20px;
}
#rightarea {
	float: right;
	width: 760px;
}

#logo_sp ,#navwrap02{
	display: none;
}
#logo {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFF;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;

}

#side {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
	text-align: center;
}
#side_banner02 {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
	text-align: center;
	padding-top: 10px;
}

#side_banner {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
	text-align: center;
	padding-top: 20px;
}

.menutitle {
	background-color: #998675;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}


#navwrap {
	background-color: #FFCCCC;
	clear: both;
}
#headnav {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 50px;
	padding: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
#headnav li {
	float: left;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

#headnav li:first-child {
	padding-left: 8px;
}

#headnav li:last-child {
	padding-right: 8px;
}


#nav img {
	display: block;
}
#headnav ul li.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#flash {
	clear: both;
	background-color: #CCFF99;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}
#cont {
	clear: both;
	background-color: #99CCFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding-top: 20px;
	position: relative;
}
.cont_box {
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
	padding: 20px;
}

.cont_box02 {
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cont_box03 {
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
	padding: 10px;
}
.cont_box .midashi {
	font-size: 18px;
	font-weight: bold;
	color: #C71432;
	height: 30px;
	margin-bottom: 20px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C71432;
	padding: 5px;
}
.cont_box h5 {
	border: 1px solid #999999;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.cont_box h5.hanaya {
	border: 1px solid #BA1532;
	padding: 5px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #BA1532;
	color: #FFF;
	clear: both;
}
.cont_box h5.wasyoku {
	border: 4px double #000000;
	padding: 5px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	background-color: #FFFFFF;
	color: #333;
	clear: both;
}
.cont_box h5.common {
	border: 2px solid #BA1532;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	color: #BA1532;
	clear: both;
}

#pan  {
	font-size: 10px;
	padding-left: 10px;
}
#pan ul li  {
	float: left;
	padding-right: 5px;
}
#pan ul li a  {
	color: #BA1532;
}
.cont_box .map {
	background-image: url(../../shoplist/img/bg_map.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.cont_box dl {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin: 0px;
}
.cont_box dl dt {
	background-image: url(../img/ico_sq.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 10px;
	padding-bottom: 8px;
	clear: both;
	margin-bottom: 10px;
}
.cont_box dl dd {
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: left;
	width: 110px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cont_box dl dd.per100  {
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 15px;
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cont_box .map dl dd.coment {
	width: 200px;
}
.cont_box .btn a {
	display: block;
	background-color: #BA1532;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px #000000;
	box-shadow: 2px 2px #000000;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.cont_box .btn a:hover {
	background-color: #E83554;
}


#foot_a {
	background-color: #FFFFFF;
	clear: both;
	height: 45px;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 15px;
	margin-bottom: 0px;
	z-index: 1;
	position: relative;
}
#foot_a_area {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#foot_a_area ul li {
	background-image: url(../img/mark_list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: left;
	margin-right: 20px;
	font-size: 12px;
	line-height: 30px;
}
#foot_a_area ul {
	float: left;
	width: 700px;
}
#footwrap {
	background-color: #42210b;
	clear: both;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	z-index: 100;
	position: relative;
}
#foot {
	text-align: center;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
	padding: 20px;
	color: #FFF;
}
.foot_box {
	height: 185px;
	float: left;
	width: 140px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.foot_box.last {
	height: 124px;
	float: left;
	width: 140px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right-style: none;
}
.foot_box ul li {
	background-image: url(../img/mark_foot_list_s.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.foot_menu .foot_box a {
	color: #FFF;
	text-decoration: none;
}
.foot_title {
	background-color: #BA1532;
	border: 1px solid #FFF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.foot_title2 {
	background-color: #BA1532;
	border: 1px solid #000;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#foot .copy {
	clear: both;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}
#main {
	float: left;
	width: 720px;
	background-color: #9FC;
	height: 100%;
}
#sub {
	float: right;
	width: 220px;
	background-color: #6CC;
	height: 100%;
}
.txtbox {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.linebox {
	clear: both;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 9px;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	border: 1px solid #C71432;
	margin-bottom: 30px;
}
.linebox-ar {
	clear: both;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 9px;
	padding-top: 9px;
	padding-right: 19px;
	padding-left: 19px;
	border: 1px solid #C71432;
	margin-bottom: 30px;
}
.linebox .list li {
	float: left;
	color: #C71432;
	width: 160px;
	padding-bottom: 10px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 30px;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
	width: 100%;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	clear: both;
}
.tbl td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.tbl th {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #E6E6E6;
	width: 30%;
}
.cont_box h3 {
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #998675;
}
.pagetop {
	text-align: right;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	margin-top: 20px;
}
#cont-section {
	background-color: #FFF;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	padding-bottom: 5px;
}
#cont-section dl dt{
	position: relative;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 20px;
	height: 40px;
	font-size: 12px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#cont-section dl dd {
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #EEE;
	text-align: left;

}
#cont-section a {
	text-decoration: none;
	color: #333;
	display: block;
}
#cont-section a:hover {
	text-decoration: none;
	color: #BA1532;
}
#cont-section dl dd ul li {
	background-image: url(../img/mark_list.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	width: 165px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cont-section dl dd ul li ul li {
	background-image: url(../img/mark_list_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 145px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom-style: none;
}
.red {
	color: #C71432;
}
.tyui {
	background-color: #FCDCE1;
	padding: 10px;
	margin: 20px;
}
.mgnT20 {
	margin-top: 20px;
}
.floatL {
	float: left;
	padding-right: 20px;
}
.floatL0 {
	float: left;
}
.floatL10 {
	float: left;
	padding-right: 10px;
}
.floatR {
	float: right;
	padding-left: 20px;
}
.grand_txtarea {
	float: left;
	width: 370px;
	padding-left: 20px;
}
.txt18b {
	font-size: 18px;
	font-weight: bold;
}
.txt24b {
	font-size: 24px;
	font-weight: bold;
}
.txt12 {
	font-size: 12px;
	line-height: 18px;
}
.txt_white {
	color: #FFFFFF;
}
.midashi02 {
	background-color: #BA1532;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
}.right {
	text-align: right;
	float: right;
	width: 50px;
	margin-top: -16px;
}
.right2 {
	text-align: right;
	float: right;
	width: 50px;
	margin-top: -24px;
}
.telnumber a {
	color: #BA1532;
	font-size: 24px;
}
.linebox.txt18b ul li {
	float: left;
	width: 130px;
	font-size: 14px;
}
.linebox2.txt18b ul li {
	float: left;
	width: 100px;
	font-size: 14px;
}
.linebox2 {
	width: 320px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 9px;
	padding-top: 9px;
	padding-right: 9px;
	padding-left: 9px;
	border: 1px solid #C71432;
	margin-bottom: 30px;
	float: left;
}
.linebox2 .list li {
	float: left;
	color: #C71432;
	width: 80px;
	padding-bottom: 10px;
}
h3.osusume img {
	width: 400px;
	height: auto;
}
.newstitle img {
	width: 220px;
	height: auto;
}
#sp-nav {
	display: none;
}
.link01 {
	background-image: url(../img/link01_bg.jpg);
	background-repeat: repeat-x;
	background-size: 5px 80px;
	-webkit-background-size: 5px 80px;
	-moz-background-size: 5px 80px;
	padding: 0px;
	height: 140px;
	background-position: 0% bottom;
}
.link01 a {
	background-image: url(../img/link_mark.png);
	background-position: right center;
	background-size: 22px 18px;
	-webkit-background-size: 22px 18px;
	-moz-background-size: 22px 18px;
	height: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
	display: block;
}
.link01 a .line1 {
	padding-top: 40px;
}

.link_underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.sp-only {
	display: none;
}
.pc-only {
	display: block;
}
.footkosodate {
	display: none;
}
/**/
.caution-text{
	color: red;
}

/*---------------企業情報・個人情報保護方針の設定-------------------*/

#privacy h1 {
	margin-bottom: 20px;
}

#company h2, #privacy h2 {
	background-color: #BA1532;
	color: #FFFFFF;
	padding: 5px 10px;
	margin: 20px 0;
	font-weight: bold;
	font-size: 18px;
}

.privacy-text_indent {
	text-indent:2em;
	padding-bottom: 0px;
}

.privacy-text_indent a {
	color: blue;
}

#company table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 60px;
}

/*#company th.t_top {
    border-top: #be1309 2px solid;
}*/

#company th {
	border: #dfe5e9 1px solid;
	text-align: left;
	padding: 12px 20px;
	font-weight: normal;
	background: #f6f6f6;
}

/*#company td.t_top {
	border-top: #b3b3b3 2px solid;
}*/
#company td {
	border: #dfe5e9 1px solid;
	text-align: left;
	padding: 10px;
}
#company .adress {
	padding-left: 10px;
}
.btn-square-so-pop {
    display: inline-block;
    padding: 1em 3em;
    text-decoration: none;
    color: #FFF;
    background: #ff5e00;
    border-radius: 10px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d24900;
    font-size: 22px;
}
.blinking{
-webkit-animation:blink 1.5s ease-in-out infinite alternate;
-moz-animation:blink 1.5s ease-in-out infinite alternate;
animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
0% {opacity:0.5;}
100% {opacity:1;}
}
@-moz-keyframes blink{
0% {opacity:0.5;}
100% {opacity:1;}
}
@keyframes blink{
0% {opacity:0.5;}
100% {opacity:1;}
}
.to_web:hover{
	opacity: 0.7;
}
.to_epark:hover{
	opacity: 0.7;
}
.to_web {
	margin-right: 10px;
}
.q_icon{
	color: #2387c1;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}
.a_icon{
	color: #ff1818;
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}
.q_a li{
	margin-bottom: 10px;
	padding: 10px 8px;
}
.q_a li:nth-child(odd){
	font-weight: bold;
}
.q_a li:nth-child(even){
	background-color:#e1f3f9;
	margin-bottom: 20px;
}

/*おせちピックアップバナー*/
.pickup_osechi {text-align: center; margin-bottom: 15px;}
.pickup_osechi:hover{opacity: 0.8;}