@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

/*基盤*/

#proContents {
	width: 100%;
	margin: 0 auto;
}
div#proContents ul, div#proContents li {
	list-style: none;
}
div#proContents a:hover img {
	opacity: 0.80;
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
}
div#proContents a:link {
	color: #000;
}
div#proContents a:visited {
	color: #000;
}
div#proContents a:hover {
	color: #000;
}
div#proContents a:active {
	color: #000;
}
img {
	vertical-align: bottom;
}
#proContents,#proContents h3,#proContents p {
	font-size: 14px;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
a.btn{
	filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.25));
}

.wrapper{
	max-width: 1080px;
	margin: 0 auto;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .25));
}

/*ロゴ*/

.title {
	margin: 0 auto;
	text-align: center;
	background: #333333;
}

/*ページトップ*/

div#page_top_wrap {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 20px;
}
div#page_top_wrap p {
	width: 960px;
}

/*メイン*/

#main {
	position: relative;
	background: #fff;
}
#main h1 img{
	width: 100%;
	height: auto;
}
#main .btnarea{
	width: 870px;
	margin: -120px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	padding-bottom: 80px;
}

#present{
	text-align: center;
	padding: 60px 0;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, .1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, .1) 75%),
		linear-gradient(45deg, rgba(0, 0, 0, .1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, .1) 75%);
	background-position: 0 0, 16px 16px;
	background-size: 32px 32px;
	background-color: #dd0000;
	position: relative;
}
#present::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	background-image: url('../images/bg_balloon.png');
	background-repeat: repeat-y;
	background-size: contain;
	background-position: top;
}
#present p{
	margin-bottom: 20px;
	position: relative;
    z-index: 10;
}
#present p:last-child{
	margin-bottom: 0;
}

#osusume{
	text-align: center;
	padding: 60px 0;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(241, 232, 218, 1) 8px, rgba(241, 232, 218, 1) 10px );
}
#osusume h2,
#osusume p{
	margin-bottom: 20px;
}
#osusume p:last-child{
	margin-bottom: 0;
}

#search{
	max-width: 1080px;
	margin: 0 auto;
	background-size: auto auto;
	background-color: rgba(255, 200, 0, 1);
	padding: 60px;
	text-align: center;
}
#search h2{
	margin-bottom: 20px;
}

#uselect{
	text-align: center;
	padding: 60px 0;
	background: #e6e6e6;
}
#uselect .box{
	max-width: 960px;
	margin: 60px auto 0;
	background: #ffffff;
	padding: 40px 0 60px;
}
#uselect .box h3{
	margin-bottom: 30px;
}

#shop {
	text-align: center;
	padding: 60px 0;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgba(241, 232, 218, 1) 8px, rgba(241, 232, 218, 1) 10px );
}
#shop h2{
	margin-bottom: 30px;
}
#shop .map{
	max-width: 960px;
	margin: auto;
	border: 4px solid #1b395e;
	margin-bottom: 60px;
}
#shop .shopinfo{
	max-width: 960px;
	margin: 0 auto;
	border-top: 4px solid #1b395e;
	border-bottom: 4px solid #1b395e;
	padding: 30px 0;
	display: flex;
}
#shop .shopinfo h3{
	margin-left: 30px;
	border-right: 1px solid #1b395e;
}
#shop .shopinfo .btnarea{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	gap: 20px;
}

#fixed{
	position: sticky;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	padding-top: 20px;
	margin-top: -20px;
}
#fixed .fixed--inner{
	background: #ffffff;
	border-top: 4px solid #1b395e;
	padding: 24px 0;
	filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, .25));
}
#fixed .btnarea{
	max-width: 840px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	gap: 24px;
}

#credit{
	max-width: 1080px;
	margin: 0 auto;
	background: #1b395e;
}
#credit p{
	font-size: 10px;
	line-height: 3;
	color: #ffffff;
	text-align: center;
}