@charset "utf-8";

/* リセット */
@import url("../css/normalize.css");

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}
body {
	font-family: "yu gothic","hiragino kaku gothic pron",meiryo,sans-serif;
	font-size: 16px;
	color: #333;
}
figure {
	margin: 0;
}
.igure img {
	display: block;
	margin: 0 auto;
}
ul {
	list-style: none;
	list-style-position: inside;
}
a {
	color: #B91B15;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a.rev {
	color: #B91B15;
	text-decoration: none;
}
a.rev:hover, a.rev:active, a.rev:focus {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
	margin-right: 5px;
}
address {
	font-style: normal;
}
#wrap {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.dnb {
	white-space: nowrap;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.age {
	width:50px;
}
.name, .txt {
	width: 50%;
	max-width: 500px;
	min-width: 280px;
}
.error {
	font-weight: bold;
	font-size: 120% !important;
	color: #ffffff !important;
	background-color: #ff0000;
	padding: 0px 10px;
	margin-top: 5px;
}
/* Header
=================================================== */
header {
	margin: 0;
	padding: 0 20px;
	width: 100%;
	height: 200px;
	text-align: center;
	background: url("../img/bg_header.png") no-repeat center center;
	background-size:cover;
}
header .inner {
	padding: 0;
}
header .logomark {
	position: absolute;
	top: 23px;
	margin: 0;
	padding: 0;
	width: 100%;
}
header .logomark a {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 81px;
	height: 51px;
}
header .logofont {
	position: absolute;
	top: 82px;
	margin: 0;
	padding: 0;
	width: 100%;
}
header .logofont a {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 332px;
	height: 34px;
}
/* Nav & Breadcrumb
=================================================== */
nav #g-navi {
    display: flex;
	width: 100%;
	margin: 145px 0 0;
	padding: 0;
}
nav select::-ms-expand {
	display: none;
}
nav select {
	position: absolute;
	top: 20px;
	right: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #FFF url("../img/icon_glode.png") no-repeat right center;
	padding: 2px 25px 2px 5px;
	width: 100px;
}
nav select:focus {
  outline: 0;
}
 
.nav_btn {
	display: none;
}
.aco-inn {
	display: none;
}
nav #g-navi li {
	flex: 1;
	display: flex;
	text-align: center;
	position: relative;
	margin: 0 10px 0 0;
}
nav #g-navi li:last-child {
	margin: 0;
}
nav #g-navi li a {
	flex: 1;
	justify-content: center;
	color: #ffffff;
	padding: 10px 5px;
	background-color: #961711;
	text-decoration: none;
}
nav #g-navi li a:hover {
	background-color: #e54140;
}
nav #g-navi li ul {
	z-index: 9999;
    width: 100%;
    position: absolute;
    top: 55px;
    margin: 0;
    padding: 5px 0 0;
	background-color: #961711;
}
nav #g-navi li ul li {
	margin: 0 5px 5px 5px;
}
nav #g-navi li ul li:last-child {
	margin: 0 5px 5px 5px;
}
nav #g-navi li ul li a {
	display: block;
	background-color: #ba1b15;
	word-break: break-all ;
}

footer {
text-align: center;
	padding: 70px 0;
	border-top: solid 1px #DDD;
}
 ul.footer_nav {
	margin: 0 auto 40px;
	padding: 0;
}
.footer_nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-left: solid 1px #DDD;
}
.footer_nav li:first-child {
	border-left: none;
}
.footer_nav li a {
	color: #000;
	text-decoration: none;
	margin: 0;
	line-height: 100%;
	padding: 0 10px;
	font-weight: bold;
}
.footer_nav li a:hover {
	text-decoration: underline;
}
.add {
	flex: 1;
	display: flex;
	text-align: center;
}
.add div {
	flex: 5;
    justify-content: center;
	text-align: left;
	margin: 0 0 40px 30px;
	font-weight: bold;
	font-size: 80%;
}
.add div p {
	margin: 0;
	padding: 0;
}
.add div:first-child {
	flex: 3;
	margin-left: 0;
}
p.copyright {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.goto_top {
	position: fixed;
	right: 15px;
	bottom: 0;
	display: none;
	z-index: 9999;
	text-align: center;
}
.goto_top a {
	display: block;
	width: 70px;
	height: 70px;
}
.goto_top a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}
.pankuzu {
	background: url("../img/bg_04.png") repeat center center;
	padding: 15px 0;
	line-height: 20px;
	width: 100%;
	font-size: 80%;
}
.pankuzu a {
	color: #B91B15;
	text-decoration: underline;
}
.pankuzu a:hover {
	text-decoration: none;
}

/* =================================================== */
/* MODULE */
/* =================================================== */

/* Layout
=================================================== */
.main_contents {
	padding-bottom: 30px;
}
.home .main_contents {
	padding-bottom: 0;
}
section {
	padding: 0;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
p.left img {
	margin-right: 2em;
}
p.right img {
	margin-left: 1em;
}
.alignleft {
	float: left;
	margin-right: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
}
.aligncenter {
	text-align: center;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both !important;
}
.hide {
	display: none;
}
p {
    margin: 0 0 30px;
}
h1 {
	font-size: 260%;
    width: 100%;
	color: #B91B15;
	text-align: center;
	margin: 100px 0 30px;
}
h1 span {
    width: 122px;
	height: 75px;
	display: block;
    margin: 0 auto;
    background: url("../img/bg_h1.svg") no-repeat center center;
}
h2 {
	font-size: 240%;
    width: 100%;
	color: #B91B15;
	text-align: center;
	margin: 0 0 30px;
}
h3 {
	font-size: 200%;
    width: 100%;
	color: #B91B15;
	text-align: left;
	margin: 0 0 30px;
	border-left: solid 4px #B91B15;
	padding: 0 0 0 20px;
}
h4 {
	font-size: 160%;
    width: 100%;
	color: #B91B15;
	text-align: left;
	margin: 0 0 30px;
	border-top: solid 1px #B91B15;
	border-bottom: solid 1px #B91B15;
	padding: 4px 0 0 24px;
}
h5 {
	font-size: 140%;
    width: 100%;
	color: #B91B15;
	text-align: left;
	margin: 0 0 30px;
}
hr {
    border: none;
    border-bottom: solid 1px #DDD;
    padding: 0;
    margin: 60px 0;
}
hr.line-gdo {
    border-bottom: dotted 1px #739300;
}
hr.line-rdo {
    border-bottom: dotted 1px #B91B15;
}
.txt-att {
	color: #F15A24;
}
h5 .txt-att {
	font-size: 80%;
	margin-left: 30px;
}
.txt-str {
	color: #739300;
}
table {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0 0 40px 0;
	text-align: left;
	background-color: #FFF;
}
table tr {
	border-top: dotted 1px #DDD;
}
table tr:first-child {
	border-top: solid 1px #B91B15;
}
table tr:last-child {
	border-bottom: solid 1px #B91B15;
}
table tr th {
	vertical-align: middle;
	color: #B91B15;
	padding: 15px;
	border-left: dotted 1px #DDD;
}
table tr th:first-child {
	border: none;
}
table tr td {
	vertical-align: middle;
	padding: 15px;
	border-left: dotted 1px #DDD;
}
table tr td:first-child {
	border: none;
}
dl.list-qa {
	padding: 0;
	margin: 0 0 40px 0;
	width: 100%;
}
dl.list-qa dt {
    border-top: solid 1px #B91B15;
    border-bottom: solid 1px #B91B15;
    background: url(../img/icon_q.png) no-repeat 1% 50%;
    color: #B91B15;
    font-weight: bold;
    font-size: 140%;
    padding: 10px 10px 10px 60px;
    margin: 0 0 30px 0;
}
dl.list-qa dd {
    background: url(../img/icon_a.png) no-repeat 1% 0%;
    padding: 0 10px 10px 60px;
    margin: 0 0 30px 0;
	
}
.main_contents ul {
    padding: 0 0 30px 0;
    margin: 0;
}
.main_contents ul li {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}
.main_contents ul li::before {
	position: absolute;
	top: 2px;
	left: 5px;
	content: url("../img/list01.png");
}
.main_contents ol {
    padding: 0 0 30px 25px;
    margin: 0;
}
.main_contents ol li {
	margin-bottom: 10px;
}
.box01 {
    background: url(../img/bg02.png) repeat center center;
	padding: 40px 40px 10px 40px;
	margin: 0 0 40px 0;
}
.box02 {
    background: #FFF;
	border: solid 2px #B91B15;
	padding: 40px 40px 10px 40px;
	margin: 0 0 40px 0;
}
.box03 {
    background: url(../img/bg03.png) repeat center center;
	padding: 40px 40px 10px 40px;
	margin: 0 0 40px 0;
}



.bold {
	font-weight: bold;
}
.txt_l {
	text-align: left !important;
}
.txt_r {
	text-align: right !important;
}
.txt_c {
	text-align: center !important;
}
.img_c {
	display: block;
	margin: 20px auto;
}
.btn-full {
	flex: 1;
	display: flex;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
}
.btn-full:hover {
	opacity: 0.8;
}
.btn-full a {
	color: #FFF;
	font-size: 160%;
	font-weight: bold;
	flex: 1;
	justify-content: center;
	margin: 0;
	padding: 20px 35px 20px 20px;
	background: url("../img/btn_arrow01.png") no-repeat center right;
	text-decoration: none;
}
.btn01 {
	background: url("../img/bg_pat01.png") repeat center center;
}
.btn02 {
	background: url("../img/bg_pat02.png") repeat center center;
}
.btn03 {
	background: url("../img/bg_pat03.png") repeat center center;
}
.btn-half {
	flex: 1;
	display: flex;
	text-align: center;
	margin: 0 0 30px;
	padding: 0;
}
.btn-half-inn {
	flex: 1;
	display: flex;
	text-align: center;
	margin: 0 0 0 30px;
	padding: 0;
}
.btn-half-inn:first-child {
	margin: 0;
}
.btn-half-inn:hover {
	opacity: 0.8;
}
.btn-half a {
	color: #FFF;
	font-size: 160%;
	font-weight: bold;
	flex: 1;
	justify-content: center;
	margin: 0;
	padding: 20px 35px 20px 20px;
	background: url("../img/btn_arrow01.png") no-repeat center right;
	text-decoration: none;
}
.bg-ob01 {
	background: url("../img/bg_item01.png") no-repeat right -30% bottom 5%;
}
.bg-ob02 {
	background: url("../img/bg_item02.png") no-repeat right -30% top 0%;
}
.bg-ob03 {
	background: url("../img/bg_item02.png") no-repeat left -30% bottom 0%;
}
.bg-ob04 {
	background: url("../img/bg_item02.png") no-repeat right -30% bottom 5%;
}



.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
}
.alignleft {
    float: left;
}


.common ul.con-li {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 0 0 30px;
}
.common ul.con-li li {
	max-width: 30%;
	margin: 0 8px 30px;
	padding: 0;
	position: static;
}
.common ul.con-li li::before {
	display: none;
}
.common ul.con-li li a {
	color: #000;
	text-decoration: none;
}
.common ul.con-li li a:hover {
	color: #B91B15;
}
.common ul.con-li .img-th {
	margin-bottom: 15px;
}
.common ul.con-li .img-th:hover {
	opacity: 0.8;
}
.common ul.con-li .txt-period {
	margin-bottom: 10px;
}
.common ul.con-li .txt-ttl {
	font-size: 120%;
	font-weight: bold;
}
.common ul.con-li .txt-cat a {
	color: #B91B15;
	font-size: 80%;
}
.common ul.con-li .txt-cat a:hover {
	text-decoration: underline;
}
.common ul.con-li .txt-pub {
}
.common ul.con-li .txt-name {
	font-size: 120%;
	font-weight: bold;
}
.common section .txt-p {
	text-align: left;
}

.m-btm30 {
	margin-bottom: 30px;
}

/* =================================================== */
/* HOME */
/* =================================================== */

.bg-key {
	background: url("../../img/bg_key.png") no-repeat center center;
	background-size:cover;
	width: 100%;
	height: 490px;
}
.bg-key .bnr {
    width: 100%;
    height: 490px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-key .bnr img {
	max-height: 490px;
}
.catch-txt {
	text-align: left;
    position: absolute;
    top: 140px;
    left: 0px;
    margin: 0;
    padding: 0;
}
.key-img {
	position: absolute;
	top: 80px;
	right: 0px;
}
.line-home {
	border: none;
	border-bottom: solid 1px #dddddd;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1000px;
}
.home section ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
	text-align: center;
	margin: 0;
	padding: 0 0 30px;
}
.home section ul li {
	max-width: 30%;
	margin: 0 8px 30px;
	padding: 0;
	position: static;
}
.home section ul li::before {
	display: none;
}
.home section ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	word-break: break-all ;
}
.home section ul li a:hover {
	color: #B91B15;
}
.home section .img-th {
	margin-bottom: 15px;
}
.home section .img-th:hover {
	opacity: 0.8;
}
.home section .txt-period {
}
.home section .txt-ttl {
	font-size: 120%;
	font-weight: bold;
}
.home section .txt-cat a {
	color: #B91B15;
	font-size: 80%;
}
.home section .txt-cat a:hover {
	text-decoration: underline;
}
.home section .txt-pub {
}
.home section .txt-name {
	font-size: 120%;
	font-weight: bold;
}
.home section .txt-p {
	text-align: left;
}

/* SECTION-01 */
/* =================================================== */
.sec01 {
	background: url("../../img/bg_sec01.png") no-repeat bottom center;
	text-align: center;
	padding: 75px 0 210px;
}
.sec01 h2 {
	margin: 0 auto 35px;
	padding: 0;
	font-weight: bold;
	color: #739300;
	font-size: 280%;
}
.sec01 h2 img {
	width: 90px;
	margin: 0 auto 10px;
	padding: 0;
	font-weight: bold;
}

/* SECTION-02 */
/* =================================================== */
.sec02 {
	background: url("../../img/bg_sec02.png") repeat-x top center;
	text-align: center;
	padding: 75px 0 65px;
}
.sec02 h2 {
	margin: 0 auto 35px;
	padding: 0;
	font-weight: bold;
	font-size: 280%;
}
.sec02 h2 img {
	width: 120px;
	margin: 0 auto 10px;
	padding: 0;
	font-weight: bold;
}

/* SECTION-03 */
/* =================================================== */
.sec03 {
	text-align: center;
	padding: 75px 0 65px;
}
.sec03 h2 {
	margin: 0 auto 35px;
	padding: 0;
	font-weight: bold;
	font-size: 280%;
}
.sec03 h2 img {
	width: 81px;
	margin: 0 auto 10px;
	padding: 0;
	font-weight: bold;
}

/* SECTION-04 */
/* =================================================== */
.sec04 {
	text-align: center;
	padding: 75px 0 65px;
}
.sec04 h2 {
	margin: 0 auto 35px;
	padding: 0;
	font-weight: bold;
	font-size: 280%;
}
.sec04 h2 img {
	width: 81px;
	margin: 0 auto 10px;
	padding: 0;
	font-weight: bold;
}

/* SECTION-bnr01 */
/* =================================================== */
.sec-bnr01 {
	background: url("../img/bg_pat01.png") repeat center center;
	text-align: center;
	padding: 70px 0 10px;
}
.sec-bnr01 ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	text-align: center;
	margin: 0;
	padding: 0 0 30px;
}
.sec-bnr01 ul li {
	max-width: 30%;
	margin: 0 9px 30px;
	padding: 0;
}
.sec-bnr01 ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.sec-bnr01 ul li a:hover {
	opacity: 0.8;
}
.main_contents .sec-bnr01 ul li::before, .main_contents .sec-bnr02 ul li::before {
	display:none;
}
.main_contents .sec-bnr01 ul, .main_contents .sec-bnr02 ul {
	padding-bottom: 0;
}

/* SECTION-bnr02 */
/* =================================================== */
.sec-bnr02 {
	text-align: center;
	padding: 70px 0 10px;
}
.sec-bnr02 ul {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	text-align: center;
	margin: 0;
	padding: 0 0 30px;
}
.sec-bnr02 ul li {
	max-width: 30%;
	margin: 0 9px 30px;
	padding: 0;
}
.sec-bnr02 ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	word-break: break-all ;
}
.sec-bnr02 ul li a:hover {
	opacity: 0.8;
}

ul.con-li-full {
	display: inline;
}
ul.con-li-full .det-right {
	float: right;
	width: 65%;
}
ul.con-li-full li {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 30px;
    text-align: left;
    clear: both;
    position: relative;
    border-bottom: solid 1px #ddd;
}
ul.con-li-full li::before {
	display: none;
}
ul.con-li-full .img-th {
    margin: 0;
    padding: 0 30px 0 0;
    float: left;
	width: 35%
}
ul.con-li-full .txt-ttl {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
ul.con-li-full p {
	margin-bottom: 5px;
}
ul.con-li-full span {
    display: block;
    color: #B91B15;
    width: 90px;
    float: left;
}
ul.con-li-full li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.con-li-full li a:hover {
	background-color: #FFF;
	opacity: 0.2;
}
ul.con-li-full li a.link-cat {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	width: auto;
	height: auto;
	text-decoration: none;
}
ul.con-li-full li a.link-cat:hover {
	background-color: transparent;
	opacity: 1;
	text-decoration: underline;
}
.pager{
	margin: 60px 0;
}

.pager .pagination {
  text-align: center;
}

.pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#739300;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
	border: solid 1px #739300;
  border-radius: 50px;
}
.pager .pagination li::before {
	display: none;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000;
  background: #fff;
  border-radius: 50px;
}

  .pager .pagination li.pre-cont{
    display: block;
	  width: 50px;
	  height: 50px;
    text-align: center;
	 float: left;
  }
  .pager .pagination li.next-cont{
    display: block;
	  width: 50px;
	  height: 50px;
    text-align: center;
	 float: right;
  }

  .pager .pagination li.pre-cont a,
  .pager .pagination li.next-cont a{
    width: 100%;
    text-align: center;
  }
.select-box {
    background: url(../img/bg03.png) repeat center center;
	padding: 30px 10px 1px 10px;
	margin: 0 0 40px 0;
}
.select-box select {
    outline: 0;
    border: none;
    height: 50px;
    padding: 0 10px;
    border-radius: 2px 0 0 2px;
    background: #FFF;
    margin-bottom: 25px;
    margin-right: 20px;
    display: inline-block;
}
#form1{
    display: inline-block;
    margin-bottom: 25px;	
}
#sbox{
    outline: 0;
    border: none;
    height: 50px;
    padding: 0 10px;
    border-radius: 2px 0 0 2px;
    background: #FFF;
}
#sbtn{
    width: 70px;
    height: 50px;
    border-radius: 0 2px 2px 0;
    background: #739300;
    border: none;
    color: #fff;
    font-weight: bold;
}
#sbtn:hover{
	opacity: 0.8;
}

/* =================================================== */
/* EVENT */
/* =================================================== */

.event-header {
	border-top: solid 1px #B91B15;
	border-bottom: solid 1px #B91B15;
	padding: 20px 20px 15px;
	margin-bottom: 40px;
}
.event-header p {
	margin-bottom: 5px;
}
.event-header p span {
    display: block;
    color: #B91B15;
    width: 90px;
    float: left;
}


/* =================================================== */
/* SHOP */
/* =================================================== */

.shop-info {
	margin: 0 0 40px;
}
.shop-info .photo-box {
    width: 47%;
    padding-right: 2%;
    float: left;
}
.shop-info .photo-box img {
	width: 100%;
}
.shop-info ul.info-box {
    width: 51%;
    border-top: solid 1px #B91B15;
    border-bottom: solid 1px #B91B15;
    padding: 10px 10px 0;
	margin: 0;
    float: left;
}
.shop-info ul.info-box li {
	padding: 0;
  display: -webkit-flex;
  display: flex;
}
.shop-info ul.info-box li::before {
	display: none;
}
.shop-info .info-box .i-name {
	word-break: break-all;
	width: 120px;
	color: #B91B15;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
}
.shop-info .info-box .con-txt {
	word-break: break-all;
	margin: 0;
	padding: 0;
  -webkit-flex: 1;
  flex: 1;
}

/* =================================================== */
/* SITEMAP */
/* =================================================== */

.sm h2{
    border-left: solid 4px #B91B15;
    text-align: left;
    padding-left: 10px;
    font-size: 120%;
    color: #000;
}
.sm .main_contents ul li ul {
	padding: 10px 0 0;
}
.sm .main_contents ul li li {
	padding: 0 0 0 10px;
}
.sm .main_contents ul li li::before {
	display: none;
}



/* =================================================== */
/* MAP */
/* =================================================== */
.shop h2 {
    background: #739300;
    color: #FFF;
    font-size: 160%;
    padding: 10px;
    margin: 0;
	width: 99.99%;
}
img[usemap] {
    max-width: 100%;
    height: auto;
}
.main_contents ul.map-s {
    width: 100%;
    margin: 0 0 60px;
	padding: 0;
    background: #FFE97D;
	display: flex;
}
.main_contents ul.map-s li {
	padding: 0;
	margin: 0;
}
.main_contents ul.map-s li::before {
	display: none;
}
.main_contents ul.map-s li a {
	display: block;
}
.main_contents ul.map-s li a:hover {
	opacity: 0.8;
}
.main_contents ul.map-s li.map-active {
	opacity: 0.8;
}
.map-content {
}



.tabs {
    width: 99.999%;
    margin: 0 0 40px;
	background: #FFE97D;
}
.tab_item {
  width: 33.333%;
  display: block;
  float: left;
  transition: all 0.2s ease;
	background: #FFE97D;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item img {
	width: 100%;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 40px 0 0 0;
  clear: both;
  overflow: hidden;
	background: #FFF;
}

#map01:checked ~ #map01-content,
#map02:checked ~ #map02-content,
#map03:checked ~ #map03-content {
  display: block;
}

.tabs input:checked + .tab_item img {
	opacity: 0.9;
}

section.slider {
        width: 100%;
    padding: 180px 0 65px;
}
section.slider .inner {
    padding: 0;
}
    .shopping {
        width: 100%;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat; }

/* Arrows */
button.slick-prev,
button.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  button.slick-prev:hover, button.slick-prev:focus,
  button.slick-next:hover,
  button.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    button.slick-prev:hover:before, button.slick-prev:focus:before,
    button.slick-next:hover:before,
    button.slick-next:focus:before {
      opacity: 0.75; }
  button.slick-prev.slick-disabled:before,
  button.slick-next.slick-disabled:before {
    opacity: 0.25; }
  button.slick-prev:before,
  button.slick-next:before {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

button.slick-prev {
  left: 155px;
    z-index: 9999; }
  [dir="rtl"] button.slick-prev {
    left: auto;
    right: 155px; }
  button.slick-prev:before {
  content: url(../img/arrow_shopping_prev.svg); }
    [dir="rtl"] button.slick-prev:before {
  content: url(../img/arrow_shopping_prev.svg); }

button.slick-next {
  right: 155px;
    z-index: 9999; }
  [dir="rtl"] button.slick-next {
    left: 155px;
    right: auto; }
  button.slick-next:before {
  content: url(../img/arrow_shopping_next.svg); }
    [dir="rtl"] button.slick-next:before {
  content: url(../img/arrow_shopping_next.svg); }


.home section ul.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .home section ul.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .home section ul.slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .home section ul.slick-dots li button:hover, .home section ul.slick-dots li button:focus {
        outline: none; }
        .home section ul.slick-dots li button:hover:before, .home section ul.slick-dots li button:focus:before {
          opacity: 1; }
      .home section ul.slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "●";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .home section ul.slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slider .btn03 {
	margin: 80px 20px 0;
}
.se_freearea {
    padding: 30px 0 50px;
}
.shopping-page ul.con-li li {
	padding: 0 0 20px;
	position: relative;
}
.shopping-page ul.con-li li a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.shopping-page ul.con-li li a:hover {
	background:rgba(255,255,255,0.6);
}
.shopping-page ul.con-li .txt-price {
    font-size: 120%;
	font-weight: bold;
    color: #B91B15;
}



@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }

}


@media screen and (max-width:979px){
/* nav */
/* =================================================== */
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
header {
    margin: 0;
    padding: 0 20px;
    width: 100%;
    height: 70px;
    text-align: center;
    background: url(../img/bg_header_m.png) no-repeat center center;
    background-size: cover;
}
header .logomark {
    position: static;
    margin: 15px 0 0;
    padding: 0;
    width: 60px;
	height: auto;
    float: left;
}
header .logomark a {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 60px;
    height: auto;
}
header .logofont {
    position: static;
    margin: 22px 0 0 8px;
    padding: 0;
    width: 245px;
	height: auto;
    float: left;
}
header .logofont a {
    display: initial;
    margin: 0 auto;
    padding: 0;
    width: 245px;
    height: 100%;
}
nav #g-navi {
	display: block;
    transition: all .6s;
    overflow-y: auto;
    margin: 0;
    padding: 70px 0 150px 0;
    width: 80%;
    height: 100vh;
    z-index: 200;
    top: 0;
    right: -80%;
    position: fixed;
    background-color: #961711;
}
nav select::-ms-expand {
	display: none;
}
nav select {
	position: absolute;
	top: 20px;
	left: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #FFF url("../img/icon_glode.png") no-repeat right center;
	padding: 2px 25px 2px 5px;
}
nav select:focus {
  outline: 0;
}
nav #g-navi li {
    flex: none;
    display: block;
    text-align: center;
    position: static;
    margin: 0 5px 5px 5px;
	background-color: transparent;
	background: url("../img/bg_04.png") repeat center center;
}
nav #g-navi li:last-child {
    margin: 0 5px 5px 5px;
}
nav #g-navi li a {
	font-weight: bold;
    flex: none;
    justify-content: normal;
	color: #961711;
    padding: 10px 5px;
    background-color: transparent;
    text-decoration: none;
    display: block;
    width: 100%;
	background: url("../img/arrow_r_r.png") no-repeat right center;
}
nav #g-navi li a:hover {
    background-color: transparent;
}
nav #g-navi li a.aco {
	background-color: transparent;
	display: block;
	background: url("../img/arrow_r_u.png") no-repeat right center;
	padding: 15px 37px 15px 15px;
}
nav #g-navi li ul {
    width: 100%;
    position: static;
    margin: 0;
    padding: 5px 0 0;
    background-color: #961711;
}
nav #g-navi li ul li {
    margin: 0 0 5px;
	background-image: none;
	background-color: #B91B15;
}
nav #g-navi li ul li a {
	display: block;
	color: #FFF;
	background: url("../img/arrow_w_r.png") no-repeat right center;
	word-break: break-all ;
}
nav #g-navi li ul li:last-child {
    margin: 0 0 5px;
}
.aco-inn {
	display: none;
}
.nav_btn {
    display: block;
    width: 40px;
    height: 40px;
    z-index: 300;
    top: 15px;
    right: 0px;
    cursor: pointer;
    position: absolute;
}
 
.hamburger_line {
  transition: all .6s;
  width: 30px;
  height: 6px;
  left: 5px;
  background-color: #FFFFFF;
  position: absolute;
}
 
.hamburger_line1 { top: 6px; }
.hamburger_line2 { top: 17px; }
.hamburger_line3 { top: 28px; }
 
.nav_bg {
  opacity: 0;
  transition: all .6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}
 
/* 表示された時用のCSS */
.nav_open nav #g-navi { right: 0; }
 
.nav_open .nav_bg {
  opacity: .8;
  visibility: visible;
}

 
.nav_open .hamburger_line1 {
  transform: rotate(45deg);
  top: 20px;
}
 
.nav_open .hamburger_line2 {
  width: 0;
  left: 50%;
}
 
.nav_open .hamburger_line3 {
  transform: rotate(-45deg);
  top: 20px;
}
.bg-key {
	height: 230px;
	background: url(../../img/bg_key_m.png) no-repeat center center;
}
.bg-key .inner {
	flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
	height: 100%;
}
.key-img {
	position: static;
	flex: 2;
    justify-content: center;
	padding: 20px 0;
	text-align: center;
}
.key-img img {
	max-height: 190px;
}
.catch-txt {
	position: static;
	flex: 5;
    justify-content: center;
	padding: 20px 0;
	text-align: center;
}
.catch-txt img {
	max-height: 190px;
}
.sec01 {
    background: url(../../img/bg_sec01_m.png) no-repeat bottom center;
    text-align: center;
    padding: 75px 0 110px;
}

/* Dots */
section.slider {
    padding: 50px 0 65px; }


.bg-key .bnr img {
	max-height: 230px;
}





}


@media screen and (max-width:730px){
.btn-half a {
    font-size: 120%;
}
.btn-full a {
    font-size: 120%;
}






}

@media screen and (max-width:650px){
	
section.slider .inner {
	padding: 0 20px;
}	
.slider .btn03 {
	margin: 0 0 30px;
}
	
	
}

@media screen and (max-width:600px){
ul.con-li-full .det-right {
	float: right;
	width: 60%;
}
.home section ul {
	display: inline;
}
.home section ul li {
    max-width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
	clear: both;
}
.home section .img-th {
    margin: 0;
    width: 40%;
    padding: 0 10px 0 0;
    float: left;
}
.home section .img-th:hover {
	opacity: 0.8;
}
.home section .txt-period {
	margin-bottom: 10px;
}
.home section .txt-ttl {
	font-size: 120%;
	font-weight: bold;
}
.home section .txt-cat a {
	color: #B91B15;
	font-size: 80%;
	margin-bottom: 10px;
}
.home section .txt-cat a:hover {
	text-decoration: underline;
}
.home section .txt-pub {
	margin-bottom: 10px;
}
.home section .txt-name {
}
.btn-half {
    display: inline;
}
.btn-half-inn {
	margin: 0 0 30px 0;
}
.btn-half-inn:first-child {
    margin: 0 0 30px 0;
}
.add {
    display: inline;
}
.add div {
    margin: 0 0 40px 0;
}
.footer_nav li a {
    padding: 0 5px;
}
.sec01 h2 {
    width: 180px;
    padding: 0 14px 40px 0;
}
.sec02 h2 {
    width: 103px;
}
.sec03 h2 {
    width: 103px;
}
.sec04 h2 {
    width: 103px;
}
.goto_top a {
	width: 50px;
	height: 50px;
}
ul.con-li-full .img-th {
	width: 40%;
	padding: 0 20px 0 0;
}
ul.con-li-full .det-right {
	width: 60%;
}
ul.con-li-full .det-right span {
	width: 100%;
}
.shop-info .photo-box {
    width: 100%;
    padding-right: 0;
    float: none;
	margin-bottom: 30px;
}
.shop-info ul.info-box {
    width: 100%;
    border-top: solid 1px #B91B15;
    border-bottom: solid 1px #B91B15;
    padding: 10px 10px 0;
	margin: 0;
    float: none;
}









}


@media screen and (max-width:550px){

.sec-bnr01 {
	padding: 70px 0 40px;
}
.sec-bnr01 ul {
	display: inline;
}
.sec-bnr01 ul li {
    max-width: 100%;
}
.sec-bnr02 {
	padding: 70px 0 40px;
}
.sec-bnr02 ul {
	display: inline;
}
.sec-bnr02 ul li {
    max-width: 100%;
}
.common ul.con-li li {
    max-width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: static;
}

.common ul.con-li .det-right {
	float: none;
	width: 100%;
}
.common ul.con-li .img-th {
    margin: 0 0 10px 0;
    padding: 0;
	float: none;
    width: 100%;
    text-align: center;
}
.common ul.con-li .img-th img {
    width: 100%;
}
.event-header p span {
	width: 100%;
	}



}


@media screen and (max-width:450px){
.main_contents {
	font-size: 80%;
}
.add div {
    font-size: 100%;
}

.footer_nav li a {
	font-size: 90%;
}
	h1 {
    margin: 50px 0 30px;
	}
	h1 span {
    width: 80px;
    height: 60px;
	}
	h4 {
		padding-left: 0 0 0 8px;
	}

.box01 {
	padding: 30px 30px 1px 30px;
}
.box02 {
	padding: 30px 30px 1px 30px;
}
.box03 {
	padding: 30px 30px 1px 30px;
}

.pankuzu {
	font-size: 100%;
}

ul.con-li-full .det-right {
	float: none;
	width: 100%;
}
ul.con-li-full .img-th {
    margin: 0 0 10px 0;
    padding: 0;
	float: none;
    width: 100%;
    text-align: center;
}
ul.con-li-full .img-th img {
    width: 100%;
}
ul.con-li-full li a.link-cat {
	position: absolute;
	top: auto;
	bottom: 15px;
}



}


@media screen and (max-width:400px){
header .logofont {
    width: 160px;
}
.footer_nav li a {
    padding: 0 5px;
	font-size: 70%;
}

}



