@charset "UTF-8";
/* CSS Document */
body {
	font-size: 16px;
	line-height: 24px;
}
#bg_all {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
}
#bg_top {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}
#bg_lb {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 20;
	display: none;
}
#bg_rb {
	position: fixed;
	bottom: 0px;
	z-index: 20;
	right: 0px;
	display: none;
}
#headline {
	background-color: #BA1532;
	color: #FFFFFF;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	display: none;
}
#headline .inner {
	width: 100%;
	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: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	position: relative;
}
#leftarea {
	float: none;
	width: 100%;
	/* margin-right: auto;
	margin-left: auto; */
	/* margin-right: 20px; */
	/* margin-left: 20px; */
	padding-right: 0px;
	display: flex;
	flex-direction: row-reverse;
	/* flex-wrap: wrap; */
	justify-content: center;
	/* gap: 20px; */
	/* margin: 0 20px; */
}
#rightarea {
	float: none;
	width: 100%;
	position: relative;
}
#logo_sp {
	display: block;
	text-align: left;
	width: 98%;
	margin-top: -84px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 2%;
	background-color: #BA1532;
	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;
	height: 84px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#logo_sp a img {
	z-index: 4000;
	display: block;
	position: absolute;
	padding-bottom: 0px;
	top: 11px;
}
#logo_sp .headcopy {
	float: left;
	position: absolute;
	left: 160px;
	top: 36px;
	font-size: 24px;
	color: rgba(255,255,255,1.00);
}

#logo_sp .splng {
	position: absolute;
	right: 84px;
	z-index: 9999;
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
	background-color: #9E0E27;
	width: 200px;
	top: 20px;
	color: rgba(255,255,255,1.00);
}
#logo_sp .splng li {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 79px;
	border-right: 1px solid rgba(186,21,50,1.00);
	text-align: center;
}
#logo_sp .splng li a {
	color: rgba(255,255,255,1.00);
}




#logo {
	display: none;
}
#navwrap02 {
	clear: both;
	width: 100%;
	display: block;
	visibility: visible;
	position: relative;
	right: 0px;
	top: 0px;
	z-index: 10;
}
#nav {
	position: relative;
	top: auto;
	left: auto;
	z-index: 3000;
	width: 100%;
	min-width: 320px;
	display: block;
}
#nav > a {
	width: 77px; /* 50 */
	height: 80px; /* 50 */
	text-align: left;
	text-indent: -9999px;
	position: relative;
	display: none;
	background-image: url(../img/menu_sp.png);
	background-size: 77px 80px;
	background-position: right;
	margin-right: 0px;
	margin-left: auto;
}
#nav > a:before, #nav > a:after {
	text-indent: -9999px;
}
#nav > a:after {
	text-indent: -9999px;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
	text-indent: -9999px;
}
/* first level */


#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	font-size: 24px;
	float: none;
	background-color: #BA1532;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	min-width: 300px;
}
#nav > ul > li > a {
	height: auto;
	text-align: left; /* 20 (24) */
	color: #FFF;
	text-decoration: none;
	width: 100%;
	display: block;
}
#nav > ul > li:not( :last-child ) > a {
	border-right-style: none;
	width: 100%;
}
/* second level */

#nav li ul {
	position: static;
	padding: 1.25em; /* 20 */
	padding-top: 0;
}
#side {
	float: left;
	width: 460px;
	margin-left: 10px;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
	text-align: center;
	display: none;
}
#side dl {
	width: 215px;
	float: left;
	margin-left: 10px;
}
#side_banner {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
	text-align: center;
	padding-top: 20px;
	display: none;
}

#side_banner02 {
	width: 100%;
	height: auto;
	margin-left: 20px;
	margin-right: 30px;
	padding-top: 30px;
}

#banner {
	width: 100%;
	margin-left: 28px;
}

#banner img {
	width: 350px;
}

#koushiki_img img {
	width: 200px;
}

#sns_icon img {
	width: 100px;
}

.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 {
	display: none;
	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;
}
#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;
}

.bx-wrapper .bx-prev {
	left: -20px;
	background-image: url(../img/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

.bx-wrapper .bx-next {
	right: -20px;
	background-image: url(../img/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#cont {
	clear: both;
	background-color: #99CCFF;
	width: 760px;
	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: 16px;
	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 .map dl dd.coment {
	width: 200px;
}
#foot_a {
	background-color: #FFFFFF;
	clear: both;
	height: 80px;
	overflow: hidden;
	margin-top: 20px;
	padding-top: 15px;
	margin-bottom: 0px;
	z-index: 100;
	position: relative;
}
#foot_a_area {
	text-align: left;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
}
#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: 18px;
	line-height: 80px;
}
#foot_a_area ul {
	float: right;
	width: 520px;
}
#footwrap {
	background-color: #42210b;
	clear: both;
	height: 100%;
	overflow: hidden;
	margin: 0px;
	z-index: 100;
	position: relative;
}
#foot {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
	color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
}
.foot_box {
	display: none;
	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: none;
	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 .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;
}
.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: 20px;
	line-height: 28px;
}
.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;
}
h3.osusume img {
	width: 700px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.newstitle img {
	width: 400px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#news table th {
	display: block;
	width: 100%;
	font-size: 24px;
	padding-top: 0px;
	margin-top: 40px;
	background-image: none;
}
#news table td {
	display: block;
	width: 100%;
	font-size: 24px;
	clear: both;
	border-bottom-style: none;
	line-height: 32px;
}
#news table td li {
	float: left;
}
#news table td br{
	display: none;
}
#news table td br.sp_br {
    display: block;
  }

#sp-nav {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#sp-nav .list2 li {
/*	width: 340px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	padding-right: 10px;
}
#sp-nav .list3 li {
	float: left;
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.sp-pagetitle {
	background-color: #BA1532;
	color: #FFFFFF;
	font-size: 28px;
	line-height: 42px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.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: block;
}
.pc-only {
	display: none;
}
.footkosodate {
	display: block;
	float: left;
}

.caution-text{
	color: red;
}

/* app banner */
#app_banner {
	background-color: #f4e4de;
	bottom: 0;
	box-sizing: border-box;
	color: #ba1532;
	display: flex;
	height: 160px;
	padding: 16px;
	position: fixed;
	width: 100%;
	z-index: 100;
}

#app_banner .close_btn_wrap,
#app_banner .app_download_btn_wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}

#app_banner .close {
	background-color: initial;
	border: 2px solid #7a3e2e;
	border-radius: 100%;
	height: 36px;
	position: relative;
	width: 36px;
}

#app_banner .close::before {
	background-color: #7a3e2e;
	content: "";
    height: 20px;
	left: 15px;
	position: absolute;
	top: 5px;
	transform: rotate(45deg);
	width: 0.2em;
}

#app_banner .close::after {
	background-color: #7a3e2e;
	content: "";
	height: 0.2em;
    left: 6px;
	position: absolute;
	top: 14px;
	transform: rotate(225deg);
	width: 20px;
}

#app_banner .app_icon {
	margin-left: 12px;
	width: 128px;
}

#app_banner .app_icon img {
	height: 100%;
	/* width: auto; */
}

#app_banner .app_text_wrap {
	align-items: center;
	display: flex;
    flex-wrap: wrap;
	line-height: 1.4;
	margin-left: 12px;
}

.app_title {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
}

#app_banner .app_text_wrap p {
	font-size: 21px;
	margin-top: 6px;
	padding: 0;
	/* width: max-content; */
}

#app_banner .app_download {
	background-color: #ba1532;
	border: none;
	border-radius: 20px;
	color: #ffffff;
	font-size: 24px;
    font-weight: bold;
	height: 96px;
	white-space: nowrap;
	width: 200px;
}