@charset "utf-8";
/*----基本定義------------------------------------------*/
li {
	list-style: none;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #2757A1;
}
a:hover {
	text-decoration: underline;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
}
.text-center {
	text-align: center;
}
.clear {
	clear: both;
}
/*------レイアウト------------------------------------------*/
html {
	background: rgba(204,0,51,1);
}
body{
	font: 13px "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	color: #353535;
	background-color: #FAFAFA;
	line-height:170%;
	-webkit-text-size-adjust: 100%;
}
body.home {
	background-color: #FFFFFF;
}
/*------ヘッダー------------------------------------------*/
#header{
	position: relative;
	background-color: #FFFFFF;
}
.header-inner {
	max-width:960px;
	margin:0 auto;
	padding: 20px 20px 0;
}
.header-logo {
	max-width:345px;
	margin: 0 auto;
}
.header-logo img {
	width: 100%;
	display: block;
}
@media(min-width:980px){
	#header{
		border-top: 3px solid rgba(204,0,51,1);
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.header-inner {
		display: flex;
		justify-content: space-between;
	}
	.header-logo {
		margin: 0;
	}
}
/*------ヘッダーTEL・営業時間------------------------------------------*/
#head_box {
	display: none;
}
@media(min-width:640px){
	#head_box {
		margin-top: 1em;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight:bold;
	}
	#tel{
		font-size:1.5em;
		font-weight:bold;
		background:url(../../images/common/tel.png) left center no-repeat;
		padding-left:35px;
		margin-right: 1em;
	}
	#time{
		font-size:1.4em;
		display: flex;
		align-items: center;
	}
	#time::before{
		content: "[営業時間]";
		font-size: 0.7em;
		margin-right: 0.5em;
	}
}
@media(min-width:980px){
	#head_box {
		margin-top: 0;
	}
}
/*------ヘッダーナビメニュー------------------------------------------*/
#head_navi {
	max-width:960px;
	margin:0 auto;
	padding-top: 20px;
}
#head_navi ul {
	display: flex;
	flex-wrap: wrap;
}
#head_navi ul li {
	width: 50%;
}
#head_navi ul li a,
#head_navi ul li p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	background-color: rgba(204,0,51,1);
	color: #FFFFFF;
	height:50px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	transition: all .4s;
	font-size: 3vw;
	font-weight: bold;
}
#head_navi ul li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#head_navi ul li p {
	background-color: rgba(163,0,41,1);
}
#head_navi ul li.navi1 a,
#head_navi ul li.navi1 p,
#head_navi ul li.navi3 a,
#head_navi ul li.navi3 p,
#head_navi ul li.navi5 a,
#head_navi ul li.navi5 p {
	border-right: 1px solid rgba(0,0,0,0.3);
}
#head_navi ul li a span,
#head_navi ul li p span {
	padding: 1em 0 1em 1.8em;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.5em;
}
#head_navi ul li.navi1 a span,
#head_navi ul li.navi1 p span {
	background-image: url(../images/common/d-icon01.png);
}
#head_navi ul li.navi2 a span,
#head_navi ul li.navi2 p span {
	background-image: url(../images/common/d-icon02.png);
}
#head_navi ul li.navi3 a span,
#head_navi ul li.navi3 p span {
	background-image: url(../images/common/d-icon03.png);
}
#head_navi ul li.navi4 a span,
#head_navi ul li.navi4 p span {
	background-image: url(../images/common/d-icon04.png);
}
#head_navi ul li.navi5 a span,
#head_navi ul li.navi5 p span {
	background-image: url(../images/common/d-icon05.png);
}
#head_navi ul li.navi6 a span,
#head_navi ul li.navi6 p span {
	background-image: url(../images/common/d-icon06.png);
}
@media(min-width:640px){
	#head_navi ul li {
		width: 33.33333%;
	}
	#head_navi ul li a,
	#head_navi ul li p {
		font-size: 1.3em;
	}
	#head_navi ul li.navi3 a,
	#head_navi ul li.navi3 p {
		border-right: 0;
	}
	#head_navi ul li.navi1 a,
	#head_navi ul li.navi1 p,
	#head_navi ul li.navi2 a,
	#head_navi ul li.navi2 p,
	#head_navi ul li.navi4 a,
	#head_navi ul li.navi4 p,
	#head_navi ul li.navi5 a,
	#head_navi ul li.navi5 p {
		border-right: 1px solid rgba(0,0,0,0.3);
	}
}
@media(min-width:980px){
	#head_navi {
		padding: 20px 20px 16px;
	}
	#head_navi ul li {
		width: auto;
	}
	#head_navi ul li.navi1 {
		width: 10%;
	}
	#head_navi ul li.navi2 {
		width: 16%;
	}
	#head_navi ul li.navi3 {
		width: 18%;
	}
	#head_navi ul li.navi4 {
		width: 16%;
	}
	#head_navi ul li.navi5 {
		width: 16%;
	}
	#head_navi ul li.navi6 {
		width: 24%;
	}
	#head_navi ul li a,
	#head_navi ul li p {
		background-color: #FFFFFF;
		color: #353535;
		font-size: 1.4em;
		height:40px;
		border-bottom: 2px solid rgba(204,0,51,0);
		border-right: 1px solid rgba(0,0,0,0.2) !important;
	}
	#head_navi ul li.navi1 a,
	#head_navi ul li.navi1 p {
		border-left: 1px solid rgba(0,0,0,0.2)
	}
	#head_navi ul li p {
		background-color: #DDDDDD;
	}
	#head_navi ul li a span,
	#head_navi ul li p span {
		background: none !important;
		padding: 0;
	}
	#head_navi ul li a:hover {
		opacity: 1;
		border-bottom: 2px solid rgba(204,0,51,1);
	}
	#head_navi ul li a.active {
		color: rgba(204,0,51,1);
		border-bottom: 2px solid rgba(204,0,51,1);
	}
}
/*-- container --*/
#container {
	padding: 0 1em;
}
/*-- contents --*/
#contents {
	width: 960px;
	margin:0 auto;
	padding:5px 0 50px;
	position:relative;
}
.home #contents {
	width: auto;
	max-width: 665px;
	padding:40px 20px;
}
#home_right {
	display: flex;
	flex-direction: column;
}
.home_right-inner01 {
	order: 1;
}
.home_right-inner02 {
	margin: 20px 0 0;
}
.home_right-inner03 {
	order: 2;
}
@media(min-width:980px){
	.home #contents {
		width: 960px;
		max-width: inherit;
		padding:40px 0;
		display: flex;
		justify-content: space-between;
	}
	#home_left {
		width:665px;
	}
	#home_right {
		width:255px;
	}
	.home_right-inner01 {
		order: 0;
		margin-bottom: 20px;
	}
	.home_right-inner02 {
		margin: 0 0 0;
	}
	.home_right-inner03 {
		order: 2;
	}
}
/*-- in_contents --*/
#in_contents {
	max-width:960px;
	padding:1px;
	margin:0 auto 2em;
	font-size:108%;
	position:relative;
	background-color: rgba(0,0,0,.1);
	border-radius: 6px;
}
.in-contents-box {
	padding: 2.3em 2.1em;
	background-color: #FFFFFF;
	border-radius: 6px;
}
.in-contents-title {
	font-weight: bold;
	color: #353535;
	font-size: 1.8em;
	padding-bottom: 0.3em;
	border-bottom: 4px solid rgba(204,0,51,1);
	margin-bottom: 1em;
	line-height: 1.4;
}
#in_contents h3{ clear:both; font-size:130%;color:rgba(204,0,51,1); margin-bottom:20px;}
#in_contents h4{ clear:both; font-size:120%; padding-bottom:10px; border-bottom:1px dotted #999999; margin-bottom:10px;}
#in_contents h4.about{ font-size:120%; padding-bottom:10px; border-bottom:none; margin-bottom:10px;}
/*-- pan_list --*/
.pan_list {
	max-width:960px;
	padding: 20px 1px;
	margin:0 auto;
}
.pan_list a{
	text-decoration:underline;
	color:rgba(204,0,51,1);
}
.pan_list a:hover{
	text-decoration:none;
}
/*-- icon1 --*/
.icon1 {
	background:url(../../images/common/icon2.png) left top 0.3em no-repeat;
	padding-left:1.5em;
	color:rgba(204,0,51,1);
}
/*------スライド------------------------------------------*/
#slide .bx-wrapper {
	overflow: hidden;
	position: relative !important;
	width: 100% !important;
	padding:0;
}
#slide .bx-viewport {
	margin: 0 auto !important;
	overflow: visible !important;
	max-width: 960px !important;
}
#slider div {
	max-width: 960px !important;
}
#slide .bx-controls{
	width:960px;
	margin: -182px auto 0; 
	position: relative;
	z-index:100;
}
#bx-pager {
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 200;
	border-bottom: 1px solid #DDDDDD;
}
#bx-pager div{
	max-width:960px;
	margin:0 auto;
	display: flex;
	background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 10%);
}
#bx-pager a {
	width: 25%;
	display: flex;
	height: 62px;
	position: relative;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #DDDDDD;
	font-size: 1.3em;
	color: #353535;
	font-weight: bold;
	transition: all .4s;
}
#bx-pager a:first-child {
	border-left: 1px solid #DDDDDD;
}
#bx-pager a:hover::before,
#bx-pager a.active::before,
#bx-pager a.active2::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgba(204,0,51,1);
}
#bx-pager a span {
	padding: 1em 0 1em 44px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 44px;
	text-indent: -9999px;
}
#bx-pager a.pn1 span {
	background-image: url(../images/common/d-icon03a.png);
}
#bx-pager a.pn2 span {
	background-image: url(../images/common/d-icon04a.png);
}
#bx-pager a.pn3 span {
	background-image: url(../images/common/d-icon05a.png);
}
#bx-pager a.pn4 span {
	background-image: url(../images/common/d-icon06a.png);
}
@media(min-width:980px){
	#bx-pager a:hover {
		text-decoration: none;
	}
	#bx-pager a span {
		padding: 1em 0 1em 2.5em;
		background-size: 2em;
		text-indent: 0;
	}
	#bx-pager a.pn2 span {
		padding-left: 3em;
		background-size: 2.5em;
	}
	#bx-pager a.pn4 span {
		padding-left: 2.2em;
		padding-right: 0.5em;
	}
}
@media(max-width:980px){
	#slide .bx-controls {
		display: none;
	}
}
/*------スライドテキスト------------------------------------------*/
.slide_text2-1,
.slide_text2-2,
.slide_text2-3,
.slide_text3-1 {
	position:absolute;
	color:#C21631;
	z-index:100;
	font-weight:bold;
}
.slide_text2-1 {
	top: 8.5%;
	right: 6%;
	font-size: 1.9vw;
	color:#333333;
	font-weight: normal;
	padding-top: 1.3em;
}
.slide_text2-1::before {
	content: "有効期限";
	position:absolute;
	top: 0;
	left: 0;
	color: rgba(204,0,51,1);
	font-weight: bold;
}
.slide_text2-2{
	bottom: 42.5%;
	left: 6%;
	font-size: 4.15vw;
	line-height:120%;
}
.slide_text2-3{
	bottom: 19.5%;
	left: 6%;
	font-size: 6.7vw;
	line-height:100%;
}
.slide_text3-1{
	bottom: 15%;
	left: 6%;
	color:#FFFFFF;
	font-size: 2.7vw;
}
@media(min-width:320px){
	.slide_text2-1 {
		top: 14.5%;
	}
}
@media(min-width:640px){
	.slide_text2-1 {
		top: 19.5%;
	}
}
@media(min-width:980px){
	.slide_text2-1 {
		top: 55px;
		right: 55px;
		font-size:138.5%;
	}
	.slide_text2-2 {
		bottom: 130px;
		left: 55px;
		font-size: 320%;
	}
	.slide_text2-3 {
		bottom: 60px;
		left: 55px;
		font-size: 520%;
	}
	.slide_text3-1 {
		bottom:60px;
		left:55px;
		font-size:138.5%;
	}
}
.slide_text2-1:hover,
.slide_text2-2:hover,
.slide_text2-3:hover,
.slide_text3-1:hover {
	text-decoration: none;
}
.slide_text2-4,
.slide_text3-2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:100;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.6);
	font-size: 4vw;
	font-weight: bold;
}
@media(min-width: 640px){
	.slide_text2-4,
	.slide_text3-2 {
		font-size: 153.9%;
	}
}
/*------ニュース------------------------------------------*/
.news_list {
	margin-bottom: 30px;
	border-top: 1px dotted #999999;
}
.news_list.in {
	margin-top: -10px;
	border-top: 0;
}
.news_list li {
	border-bottom:1px dotted #999999;
	position: relative;
}
.news_list li a {
	display: block;
	padding: 2em 0.2em 0.5em;
}
.news_list li .date {
	position: absolute;
	top: 0.5em;
	left: 0.2em;
}
@media(min-width: 640px){
	.news_list.in li a {
		display: block;
		padding: 0.5em 0.2em 0.5em 9.5em;
	}
}
.news_list li a .link{
	padding-right:20px;
	background:url(../../images/common/icon2.png) no-repeat right center;
}
/*------TOPクーポン・チラシバナー------------------------------------------*/
h2.bana {
	position: relative;
	max-width: 665px;
	margin: 0 auto 30px;
}
h2.bana.min {
	max-width: 255px;
	margin: 0 auto 10px;
}
h2.bana img {
	width: 100%;
	display: block;
}
.bana_text1{
	position:absolute;
	bottom: 15%;
	left: 4%;
	z-index:100;
	padding-left: 5em;
	color:#333333;
	font-size:2.5vw;
}
.bana_text1::before {
	content: "有効期限";
	position:absolute;
	top: 0;
	left: 0;
	color: rgba(204,0,51,1);
	font-weight: bold;
}
@media(min-width:400px){
	.bana_text1{
		bottom: 25%;
	}
}
@media(min-width:720px){
	.bana_text1{
		bottom:45px;
		left:28px;
		font-size:138.5%;
	}
}
.bana_text2{
	position:absolute;
	bottom:15%;
	left:4%;
	z-index:100;
	color:#FFFFFF;
	font-weight:normal;
	font-size: 3.8vw;
}
@media(min-width:320px){
	.bana_text2{
		bottom:25px;
		left:10px;
		font-size: 1em;
	}
}
.bana_text1:hover,
.bana_text2:hover {
	text-decoration: none;
}
/*------TOPタイトル------------------------------------------*/
.top_title{
	font-size: 1.4em;
	padding:0.5em 0 0.5em 1.8em;
	background-size: 1.3em;
	background-repeat: no-repeat;
	background-position: left top 0.4em;
}
.top_title.top_title01 {
	background-image: url(../images/common/home-icon01.png);
}
.top_title.top_title02 {
	background-image: url(../images/common/home-icon02.png);
}
.top_title.top_title03 {
	background-image: url(../images/common/home-icon03.png);
}
.top_title.top_title04 {
	background-image: url(../images/common/home-icon04.png);
	padding-left:1.6em;
	background-position: left top 0.5em;
	background-size: 1.1em;
}
.home_right-inner03 {
	max-width: 255px;
	margin: 0 auto;
}
.home_right-inner03 a {
	margin-bottom: 10px;
	display: block;
}
.home_right-inner03 img {
	display: block;
	width: 100%;
}
/*------TOP交通案内------------------------------------------*/
.top-access-box {
	display: flex;
	flex-direction: column;
}
.map iframe {
	width: 100%;
	height: 285px;
}
@media(min-width:640px){
	.top-access-box {
		flex-direction: row;
		justify-content: space-between;
	}
	.map{
		width: 48%;
	}
}
#access_list {
	border: 4px solid rgba(204,0,51,0.2);
	margin: 1em 0 0;
	padding: 1em;
}
#access_list dt {
	font-weight:bold;
	font-size:130%;
	padding-bottom: 0.5rem;
	border-bottom: 1px dotted #cccccc;
}
#access_list dd {
	position: relative;
	border-bottom: 1px dotted #cccccc;
	padding: 0.7em 0;
}
#access_list dd p {
	margin: 0 auto;
}
#access_list dd p.bold {
	font-weight: bold;
}
@media(min-width:400px){
	#access_list dd {
		padding-left: 5.5em;
	}
	#access_list dd.links {
		padding-left: 0;
		border-bottom: 0;
	}
	#access_list dd p.bold {
		position: absolute;
		top: 0.7em;
		left: 0;
	}
}
@media(min-width:640px){
	#access_list {
		width: 48%;
		border: 0;
		margin: 0;
		padding: 0;
	}
}
/*-- toTop --*/
#toTop {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 1000;
	text-align: center;
	line-height: 120%;
}
#toTop a {
	box-shadow: 0 0 4px rgba(0,0,0,0.3) inset;
	display: block;
	color: #FFFFFF;
	padding: 10px 15px;
	margin: 0;
	background-color: rgba(204,0,51,1);
}
#toTop a:hover {
	text-decoration:none;
	color:#FF91A4;
}
/*-- footer --*/
footer {
	background-color: rgba(204,0,51,1);
	padding: 20px 1em 10px;
	color: #FFF;
}
@media(min-width:400px){
	footer {
		text-align:center;
	}
}
.footer-box {
	max-width:960px;
	padding:1px;
	margin:0 auto;
}
.footer-link  {
	position: relative;
	color: #FFFFFF;
	padding-left: 1.5em;
	text-decoration: underline;
}
.footer-link:hover {
	text-decoration: none;
}
.footer-link::before {
	content: "";
	height: 1em;
	width: 1em;
	background-color: #FFFFFF;
	position: absolute;
	top: 0.15em;
	left: 0;
}
.footer-link::after {
	content: "";
	height: 0.30em;
	width: 0.30em;
	border: 1px solid rgba(204,0,51,1);
	border-left-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	position: absolute;
	top: 0.45em;
	left: 0.25em;
}
#copyright{
	padding:10px 0;
}
/*------CMS------------------------------------------*/
p.input_text,
.inpage_list {
	margin-bottom:1.5em;
}
p.about_text {
	margin-bottom:3em;
}
.info_img {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5em;
}
.info_img li {
	display: block;
	width: 100%;
	margin: 0 0 1em;
}
.info_img li img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.info_img li img.active {
	width: 100% !important;
	height: auto !important;
}
@media(min-width: 640px){
	.info_img {
		flex-direction: row;
	}
	.info_img li {
		max-width: calc(100%/3);
		margin-left: 2%;
	}
	.info_img li:nth-child(3n+1) {
		margin-left: 0;
	}
}
.info_file{
	margin-bottom:1.5em;
}
.info_file li {
	background:url(../../images/common/icon.png) left center no-repeat;
	margin-bottom: 0.5em;
	padding-left:18px;
}
/*------中ページスライド------------------------------------------*/
.in_slide{
	margin-bottom: 40px;
}
.in_slide .bx-wrapper {
	padding: 2% 0;
}
#slider li img{
	width:100%;
}
@media(min-width:720px){
	.in_slide {
		float: right;
		width: 380px;
		margin: 0 0 40px 24px;
	}
}
/*------中ページアクセス------------------------------------------*/
.in-access #access_list {
	border: 0;
	padding: 0;
	margin-bottom: 1em;
}
.in_map {
	max-width: 625px;
	text-align:right;
}
.in_map img{
	width: 100%;
	border:1px solid #CCC;
}
.in_map a{
	padding-left:20px;
	background:url(../../images/common/icon2.png) no-repeat left center;
}
@media(min-width:640px){
	.in-access {
		display: flex;
		justify-content: space-between;
	}
	.in-access #access_list {
		width: 54%;
	}
	.in_map {
		width: 42.2%;
	}
}
/*------クーポンページ------------------------------------------*/
#coupon_box{
	width:960px;
	height:300px;
	position: relative;
	margin-bottom:-55px;
}
#coupon_text{
	position:relative;
	z-index:200;
	padding:15px 55px;
}
.create_coupon .slide_text2-1,
#coupon_box .slide_text2-1 {
	top: 55px;
	right: 55px;
	font-size:138.5%;
}
.create_coupon .slide_text2-2,
#coupon_box .slide_text2-2 {
	bottom: 130px;
	left: 55px;
	font-size: 320%;
}
.create_coupon .slide_text2-3,
#coupon_box .slide_text2-3 {
	bottom: 60px;
	left: 55px;
	font-size: 520%;
}
.yellow{ background:url(../../images/common/coupon_bg_yellow1.jpg) repeat-y}
.red{ background:url(../../images/common/coupon_bg_red1.jpg) repeat-y;}
.green{ background:url(../../images/common/coupon_bg_green1.jpg) repeat-y;}
.blue{ background:url(../../images/common/coupon_bg_blue1.jpg) repeat-y;}
/*-- print_btn --*/
.print_btn {
	display: block;
	background-color: rgba(204,0,51,1);
	transition: all .4s;
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: bold;
	padding: 1em 0;
	border-radius: 6px;
	margin: 1em auto;
	text-align: center;
	max-width: 440px;
}
.print_btn:hover{
	background-color: rgba(204,0,51,0.6);
	text-decoration: none;
}
/*-- sitemap --*/
.sitemap {
	display: flex;
	flex-direction: column;
}
.sitemap-box {
	margin-bottom: 1.3em;
}
.sitemap-box a {
	padding: 1em;
	display: block;
	color: #353535;
	border-radius: 6px;
	border: 3px solid rgba(0,0,0,.1);
	transition: all .4s;
}
.sitemap-box a:hover {
	background-color: rgba(204,0,51, 0.1);
}
.sitemap-title {
	padding-left: 1.5em;
	margin: 0.4em 0 0.4em !important;
	line-height: 1.4;
	position: relative;
}
.sitemap-title::before {
	content: "";
	height: 1em;
	width: 1em;
	background-color: rgba(204,0,51,1);
	position: absolute;
	top: 0.15em;
	left: 0;
}
.sitemap-title::after {
	content: "";
	height: 0.30em;
	width: 0.30em;
	border: 1px solid#FFFFFF;
	border-left-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	position: absolute;
	top: 0.45em;
	left: 0.25em;
}
