@charset "UTF-8";
@media screen and (min-width: 768px) {
	.Header__ttl a br {
		display: none;
	}
}
.contents__img {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 750px;
	position: relative;
}
.contents__img img {
	width: 100%;
}

.contents__btn {
	position: absolute;
	bottom: 1%;
	width: 92%;
}

.contents__btn--top {
	display:flex;
	justify-content: space-between;
	margin-bottom: 4%;
}

.contents__btn--top a {
	width: 49%;
}

body .bread{
	margin-left:16px;
	font-size:14px;
	font-weight:normal;
	text-align: left;
	margin:0;
	padding:0 0 0 5px;
}
body .bread li{
	display:inline;
    float: none;
    list-style-type: none;
    margin-left: 0;
}
.body bread li,
.bread li a{
	color:#000;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	display:inherit;
}
.bread li a:hover{
	color:#c00;
}
.bread li a:hover span.bread-arrow{
	color:#000;
}
.bread li span,
.bread li a span.bread-arrow{
	color:#000;
}
.bread li span.bread-main:hover{
	color:#c00;
}
.bold {
	font-weight: bold;
}
.top-page {
	position: fixed;
	bottom: 2px;
	/* left: 5px; */
	right: 5px;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	/* background: #5d2525; */
	background: #7c6312;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.9);
	/* border: 2px solid #a96a6a; */
    border: 2px solid #9f9f16;
}
.top-page:hover {
	opacity: .8;
}
.footer-phone{
	display:none;
}

.Header__ttl a {
	color:#fff;
}

.footer-logo img {
	width: 90%;
	max-width: 500px!important;
	height:auto;
/*	margin-bottom:40px;*/
	margin-bottom:16px;
}
@media screen and (min-width: 1000px) {
.pc-none {
	display: none;
}
h1 {
	font-size: 12px;
	background: url(../img/header_bk.jpg) repeat-x bottom, #000;
	color: #fff;
	text-align: right;
	padding: 2px 6px 48px 2px;
}
	

article p {
	line-height: 1.5;
	font-size: 18px;
}

}

.to-site {
	border: 7px double #fff;
	background: #000;
	padding: 20px;
	box-sizing: border-box;
	font-size: 24px;
	text-align: center;
	width: 730px;
	margin: 0 auto 30px;
	border-radius: 20px;
}
.to-site a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.to-site:hover {
	background: #5d2525;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.9);
}
footer {
	background: url(../img/footer_bk.jpg) repeat-x top, #000;
	color: #fff;
	padding: 74px 0 30px;
	text-align: center;
	color: #fff;
}

footer a:hover {
	opacity: .8;
}
footer a {
	color: #fff;
}
.footer-left, .footer-right {
	display: inline-block;
	vertical-align: middle;
}
footer h2 {
	font-size: 16px;
}
footer h3 {
	font-size: 36px;
}
footer p {
	font-size: 16px;
}
footer p.rss {
	font-size: 11px;
	padding-top: 16px;
}
 @media screen and (min-width: 641px) and (max-width: 999px) {
.mobile-none {
	display: none;
}
h1 {
	font-size: 12px;
	background: url(../img/header_bk.jpg) repeat-x bottom, #000;
	color: #fff;
	/* text-align: right; */
	text-align: center;
	/* padding: 2px 6px 48px 2px; */
	padding: 2px 2px 48px;
}
article p {
	line-height: 1.5;
	font-size: 18px;
}
.inner {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 60px 3%;
	box-sizing: border-box;
}

.link-btn {
	margin: -30px auto 20px;
	text-align: center;
}
.link-btn a {
	display: block;
	width: 72%;
	max-width: 450px;
	height: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	margin: 0 auto;
	background: #7c6312;
	line-height: 1.3;
	border-radius: 20px;
	border: 2px solid #9f9f16;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.link-btn a:hover {
	background: #5d2525;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.9);
	border: 2px solid #a96a6a;
}
.phone {
	margin-top: -20px;
}
.phone a {
	display: block;
	width: 100%;
	max-width: 584px;
	margin: 0 auto;
	background: url(../img/tel_ov.png) no-repeat;
	background-size: 100% 100%;
}
.phone a img {
	width: 100%;
	height: auto;
}
.phone a img:hover {
	opacity: 0;
}

footer {
	background: url(../img/footer_bk.jpg) repeat-x top, #000;
	color: #fff;
	padding: 74px 0;
	text-align: center;
	color: #fff;
}
footer a:hover {
	opacity: .8;
}
footer a {
	color: #fff;
}
.footer-left, .footer-right {
	display: inline-block;
	vertical-align: middle;
}
footer h2 {
	font-size: 16px;
}
footer h3 {
	font-size: 36px;
}
footer p {
	font-size: 16px;
}
footer p.rss {
	font-size: 11px;
	padding-top: 16px;
}
}
 @media screen and (min-width: 0px) and (max-width: 640px) {
.mobile-none {
	display: none;
}
h1 {
	font-size: 11px;
	background: url(../img/header_bk.jpg) repeat-x bottom, #000;
	color: #fff;
	/* text-align: right; */
	text-align: center;
	/* padding: 2px 6px 48px 2px; */
	padding: 2px 2px 48px;
}
article p {
	line-height: 1.5;
	font-size: 16px;
}
.inner {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 50px 3%;
	box-sizing: border-box;
}
.contents .inner-first {
	padding: 50px 3%;
	box-sizing: border-box;
}
.contents .ttl-bar {
	font-size: 24px;
	padding-bottom: 12px;
	text-align: center;
	background: url(../img/under_bar.jpg) no-repeat bottom center;
	margin-bottom: 40px;
}
.contents .ttl-bar span {
	display: block;
}
.red {
	color: #770e22;
	margin-bottom: 40px;
}
.center-contents {
	background: url(../img/contents_bk.jpg);
}
.center-contents .inner {
	background: #5d2525;
}
.center-contents .right-box-second {
	padding-top: 30px;
}
.center-contents h3 {
	color: #fd87fe;
	padding-top: 10px;
}
.center-contents .inner p {
	color: #fff;
}
.center-contents p span {
	color: #ffff43;
}
.photo-box {
	text-align: center;
	margin-top: 30px;
}
.center-contents img {
	width: 100%;
	max-width: 442px;
	height: auto;
}
.plice {
	text-align: center;
	padding-bottom: 16px;
}
.inner dl {
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 10px;
}
.inner dt, .inner dd {
	display: inline-block;
	vertical-align: bottom;
}
.inner dt {
	color: #8f731a;
	font-size: 24px;
	padding-bottom: 6px;
}
.inner dd {
	font-size: 36px;
}
.inner .caution .bold {
	display: block;
	margin-bottom: 55px;
	font-size: 18px;
}
.nomination {
	margin: 10px auto 15px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
	border-right: none;
	width: 100%;
}
.nomination th {
	vertical-align: middle;
	font-weight: bold;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #eee;
	padding: 3px 0;
}
.nomination th:first-child {
	background: #ddd;
	padding: 3px 0;
}
.nomination th:first-child span {
	display: block;
}
.nomination td {
	border-right: 1px solid #000;
	padding: 5px 0;
}
.shop-info {
	padding: 70px 0 30px;
}
.shop-info ul {
	width: 100%;
}
.shop-info ul li div {
	text-align: center;
	background: #ccc;
	box-sizing: border-box;
	padding: 1px 0;
}
.shop-info ul li div img {
	width: 40%;
	min-width: 200px;
	height: auto;
}
.shop-info ul li p {
	padding: 10px 0 20px;
}
.link-btn {
	margin: -30px auto 20px;
	text-align: center;
}
.link-btn a {
	display: block;
	width: 72%;
	height: 100%;
	padding: 5px 0;
	box-sizing: border-box;
	margin: 0 auto;
	background: #7c6312;
	line-height: 1.2;
	border-radius: 15px;
	border: 2px solid #9f9f16;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.link-btn a:hover {
	background: #5d2525;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.9);
	border: 2px solid #a96a6a;
}
.phone {
	margin-top: -20px;
}
.phone a {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: url(../img/tel_ov.png) no-repeat;
	background-size: 100% 100%;
}
.phone a img {
	width: 100%;
	height: auto;
}
.phone a img:hover {
	opacity: 0;
}
.to-site {
	border: 7px double #fff;
	background: #000;
	padding: 20px;
	box-sizing: border-box;
	width: 90%;
	font-size: 18px;
	text-align: center;
	margin: -20px auto 30px;
	border-radius: 15px;
}
.to-site a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.to-site:hover {
	background: #5d2525;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.9);
}
footer {
	background: url(../img/footer_bk.jpg) repeat-x top, #000;
	color: #fff;
	padding: 84px 0 74px;
	text-align: center;
	color: #fff;
}
/*
footer img {
	width: 90%;
	height:auto;
*/
/*	margin-bottom:40px;*/
/*
  margin-bottom:16px;

}
*/
.footer-left{
	display:none;
}
.footer-phone{
	display:block;
}
footer a:hover {
	opacity: .8;
}
footer a {
	color: #fff;
}
footer span {
	display: block;
}
footer h2 {
/*	padding-top: 10px;*/
  padding: 0 0 10px;
	font-size: 14px;
}
footer h3 {
	font-size: 14px;
	padding: 5px 0 30px;
}
footer p {
	font-size: 14px;
}
footer p.rss {
	font-size: 11px;
	padding-top: 16px;
}
.top-page {
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 4px;
	background: #7c6312;
	border: 2px solid #9f9f16;
	box-shadow: none;
	font-size: 14px;
	line-height:1;
}
}

@media screen and (max-width:767px){
	.Pankuzu__list{
		display: none;
	}
}

.Pankuzu__list li{
    display: inline-block;
}
.Pankuzu__list li:not(:last-child)::after{
    content: "＞";
}
