@charset "utf-8";
:root {
	--poa-color:#008cbf;
	--poa-light-color:#8ac6e6;
	--poa-subcolor:#6d2a00;
	--poa-yokohama-color:#ffcc33;
	--poa-yokohama-light-color:#ffad66;
	--poa-yokohama-subcolor:#003333;
}
a {
	text-decoration: underline;
}
li, ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a img{
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote, div {
	margin: 0px;
	padding: 0px;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
	background: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	zoom: normal;
}
p {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=") ;
}
a {
	word-break: break-all;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	border: none;
	vertical-align:bottom;
	backface-visibility: hidden;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* SNSボタン設定 */
.social {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
/* SNSボタン設定 */
.social li img {
	width: 80px;
}

.lity-content {
	background-color: #FFF!important;
}


.switchbtn {
	margin-bottom: 15px;
}
.switchbtn a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	font-weight: 600;
}
.switchbtn a:hover {
	opacity: .8;
	text-decoration: none;
}
@media screen and (max-width:480px) {
	.switchbtn a {
		padding: 10px 5px;
	}
}
.switchbtn.numazu a {
	background-color: var(--poa-color);
	color: #FFF;
}
.switchbtn.yokohama a {
	background-color: var(--poa-yokohama-color);
	color: #000;
}






#midashibar {
	width: auto;
	height: 15px;
	font-size: 11px;
	color: white;
	padding: 5px;
	background-color: #E3017F;
	text-align: left;
	margin-bottom: 10px;
	border-radius: 5px;
}
@media screen and (max-width:999px) {
	#midashibar {
		border-radius: 0;
	}
}
.hedding span {
	display: inline-block;
}
.menu {
	margin-bottom: 30px;
	padding: 0!important;
}
.menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.menu ul li {
	width: calc(100% / 4);
	padding: 5px;
}
.yokohama .menu ul li {
	width: calc(100% / 3);
	padding: 5px;
}
.yokohama .menu ul li a span {
	display: inline-block;
}
.menu ul li:last-child {
	flex-grow: 2;
}
.yokohama .menu ul li:last-child {
	flex-grow: 1;
}

.menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
}
.menu ul li a:hover {
	opacity: .8;
	text-decoration: none;
}

@media screen and (max-width:480px) {
	.menu ul li,
	.yokohama .menu ul li {
		width: calc(100% / 2);
	}
	.menu ul li a {
		padding: 10px 5px;
	}
}

@media screen and (min-width:481px) {
	.sponly {
		display: none;
	}
}




.menu ul li a {
	background-color: var(--poa-color);
	border-top: 4px solid var(--poa-color);
	border-bottom: 4px solid var(--poa-color);
	color: #FFF;
	padding: 8px 15px 6px;
	transition: all .3s;
}
.menu ul li a.now {
	border-bottom: 4px solid rgba(0,214,190,1.00);
	font-weight: bold;
}

.yokohama .menu ul li a {
	background-color: var(--poa-yokohama-color);
	border-top: 4px solid var(--poa-yokohama-color);
	border-bottom: 4px solid var(--poa-yokohama-color);
	color: #000;
	padding: 8px 15px 6px;
	transition: all .3s;
}
.yokohama .menu ul li a.now {
	border-bottom: 4px solid #ff6600;
	font-weight: bold;
}



#contents img {
	max-width: 100%;
	height: auto;
}



body {
	background-color: #fff;
	background-image: url("../img/special/anniversary5th/bg.png");
	background-position: center top;
	background-repeat: no-repeat;
}


#contents article > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	background-color: rgba(255,255,255,.8);
	border-radius: 5px;
}
#contents article > div * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents article > div.menubox {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}
#menubox {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 15px;
}
#menubox ul {
	display: flex;
	align-items: center;
}
@media screen and (min-width:481px) {
	#menubox ul li:first-child {
		flex-shrink: 3.5;
	}
}
@media screen and (max-width:480px) {
	#menubox ul li {
		width: 25%;
	}
}
.kv {
	text-align: center;
}
.hedding {
	width: auto;
	padding: 8px 10px;
	text-align: left;
	border-radius: 15px;
	font-size: 14px;
	line-height: 14px;
	border: 5px solid var(--poa-light-color);
	margin-bottom: 5px;
	font-weight: bold;
	background-color: var(--poa-color);
	color: #fff;
}
.yokohama .hedding {
	border: 5px solid var(--poa-yokohama-light-color);
	background-color: var(--poa-yokohama-color);
	color: #000;
}

.poabox {
	padding: 15px 0;
	color: var(--poa-subcolor);
}
.yokohama .poabox {
	color: var(--poa-yokohama-subcolor);
}
.poabox dl {
	margin-bottom: 15px;
}
#cautions.poabox dl {
	margin-top: 15px;
}
.poabox dl dt {
	font-size: 120%;
	font-weight: bold;
	color: var(--poa-color);
	border-bottom: 1px solid var(--poa-light-color);
}
.yokohama .poabox dl dt {
	color: #ff6600;
	border-bottom: 1px solid var(--poa-yokohama-light-color);
}
.poabox dl dt span {
	display: inline-block;
}
.poabox dl dd {
	font-size: 110%;
	padding: .5em 1em 1.5em;
}
#cautions.poabox dl dd {
	font-size: 110%;
	padding: .5em 0 1.5em;
}
.poabox dl dd span {
	display: inline-block;
}
.poabox dl.child {
	margin-bottom: 0;
}
.poabox dl.child dt {
	font-size: 100%;
	font-weight: bold;
	color: var(--poa-subcolor);
	border-bottom: none;
}
.yokohama .poabox dl.child dt {
	color: var(--poa-yokohama-subcolor);
}
.poabox dl.child dd {
	font-size: 100%;
	padding: .5em 0 1.5em;
}
.poabox dl dd span {
	display: inline-block;
}
.poabox .attention {
	padding: .5em 0;
}
.poabox .attention li {
	font-size: 90%;
	margin-left: 1em;
	margin-bottom: .3em;
}
.poabox .attention li::before {
	content: '・';
	width: 1em;
	margin-left: -1em;
	display: inline-block;
}
.poabox .attention.asterisk li::before {
	content: '※';
}
.poabox .caution .attention li::before {
	content: '※';
	width: 1em;
	margin-left: -1em;
	display: inline-block;
}
.poabox .title {
	font-size: 140%;
	line-height: 1.2;
	text-align: center;
}
#cautions.poabox .title {
	margin-bottom: 15px;
}
.poabox .title span {
	display: inline-block;
}
.poabox .subtitle {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-bottom: .5em;
}
.poabox .lead {
	font-size: 140%;
	line-height: 1;
	text-align: center;
	padding: 2em 0;
}
#hakodate.poabox .lead,
#guide.poabox .lead {
	color: var(--poa-color);
	font-size: 140%;
	line-height: 1.2;
	text-align: center;
	padding: 0 0 2em;
	text-shadow: 1px 1px 5px rgba(0,140,214,0.50);
}
.yokohama #guide.poabox .lead {
	color: var(--poa-yokohama-color);
}
#hakodate.poabox .lead:first-of-type {
	padding: 0 0 1em;
}
#hakodate.poabox .lead span,
#guide.poabox .lead span {
	display: inline-block;
}
.poabox .txt {
	font-size: 120%;
	line-height: 1.2;
	margin: .5em 0;
}
.poabox .txt span {
	display: inline-block;
}
.poabox table {
	margin: .5em 0;
}
.poabox table th {
	text-align: right;
	vertical-align: top;
}
.poabox .bnrlink {
	display: block;
	background-color: var(--poa-color);
	color: #FFF;
	border-radius: 5px;
	text-decoration: none;
	margin: .5em 0;
	padding: .7em 2em .5em;
	position: relative;
	font-size: 90%;
	line-height: 1.2;
	transition: all .3s;
}
.yokohama .poabox .bnrlink {
	background-color: var(--poa-yokohama-color);
	color: #000;
}
.poabox .bnrlink::before {
	content: '▼';
	display: block;
	position: absolute;
	left: .6em;
	top: 50%;
	transform:translateY(-50%) rotate(-90deg); 
}
.poabox .bnrlink:hover {
	opacity: .8;
	text-decoration: none;
}
#hakodate .box {
	margin-bottom: 15px;
	text-align: center;
	font-size: 90%;
}
#hakodate .box a {
	color: #000;
	text-decoration: none;
}
#hakodate .box img {
	margin-bottom: 5px;
}
#cautions .cautions li {
	margin-left: 1em;
	margin-bottom: .3em;
}
#cautions .cautions li::before {
	content: '・';
	width: 1em;
	margin-left: -1em;
	display: inline-block;
}
#cautions .policy {
	padding: 30px 0;
}

.shoplink {
	margin-bottom: 30px;
}
.goodslist ul {
	margin-bottom: 30px;
}
.goodslist ul li {
	margin-bottom: 15px;
}
.goodslist ul li img {
	border-radius: .3em;
	margin-bottom: 15px;
}
.goodslist li:nth-child(even) img {
	background-image: -webkit-linear-gradient(270deg,rgba(255,250,240,1.00) 0%,rgba(237,146,187,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,250,240,1.00) 0%,rgba(237,146,187,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,250,240,1.00) 0%,rgba(237,146,187,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,250,240,1.00) 0%,rgba(237,146,187,0.00) 100%);
}
.goodslist li:nth-child(odd) img {
	background-image: -webkit-linear-gradient(270deg,rgba(234,238,237,1.00) 0%,rgba(243,175,176,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(234,238,237,1.00) 0%,rgba(243,175,176,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(234,238,237,1.00) 0%,rgba(243,175,176,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(234,238,237,1.00) 0%,rgba(243,175,176,0.00) 100%);
}
#goods .title {
	display: block;
	background-color: var(--poa-color);
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	padding: .5em 1em .3em;
	border-radius: 3px;
	margin-bottom: 15px;
	text-align: left;
}
.yokohama #goods .title {
	background-color: var(--poa-yokohama-color);
	color: #000;
}

.attentionbox {
	padding: 15px;
	background-color: rgba(255,173,102,0.20);
}
.attentionbox ul,
.attentionbox ul li {
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
}