<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2&amp;family=Kaisei+Opti&amp;family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');

/* Common 
---------------------------------------------*/
/* Page Navi */
.page-nav {
	margin-bottom: 50px;
}
.page-nav ul {
	display: flex;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #35ACDD;
	justify-content: space-between;
	align-items: flex-end;
}
.page-nav li {
	list-style: none;
	width: 33.33%;
	margin: 0 auto;
	padding: 0;
}
.page-nav li:nth-child(1) {
	padding-right: 10px;
}
.page-nav li:nth-child(2) {
	padding: 0 5px;
}
.page-nav li:nth-child(3) {
	padding-left: 10px;
}
.page-nav li a {
	display: block;
	position: relative;
	padding: 14px 5px;
	border-radius: 8px 8px 0 0;
	background: #C2E4F3;
	color: #1a1a1a;
	font-size: 2.6rem;
	line-height: 1.2;
	text-decoration: none;
}
.page-nav li.active a {
	padding: 14px 5px 24px 5px;
	background: #35ACDD;
	color: #fff;
	pointer-events: none;
}
.page-nav li.active a:after {
	content: "\f0d7";
	font-family: "Font Awesome 6 Free";
	font-size: 2rem;
	font-weight: 900;
	lien-height: 1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
}
.page-nav li a:hover {
	background: #35ACDD;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.page-nav {
		margin-bottom: 30px;
	}
	.page-nav li:nth-child(1) {
		padding-right: 6px;
	}
	.page-nav li:nth-child(2) {
		padding: 0 3px;
	}
	.page-nav li:nth-child(3) {
		padding-left: 6px;
	}
	.page-nav li a {
		padding: 10px 5px;
		border-radius: 8px 8px 0 0;
		font-size: calc((100vw / 32) + 1px);
	}
	.page-nav li.active a {
		padding: 10px 5px 18px 5px;
	}
	.page-nav li.active a:after {
		font-size: 1.5rem;
		margin-left: -5px;
	}
}

@media screen and (max-width: 479px) {
	.page-nav li a {
		/*font-size: 1.5rem;*/
	}
}

/* Frame Box */
.frame-box {
	position: relative;
	padding: 10px;
	background: url(../img/common/bg_stripe_blue.gif) 0 0 repeat;
}
.frame-box .inner {
	position: relative;
	padding: 40px 20px 20px;
	background: #fff;
}
.frame-box .tit-wrap {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	text-align: center;
}
.frame-box .tit {
	display: inline-block;
	position: relative;
	height: 50px;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #35ACDD;
	color: #fff;
	font-size: 2.4rem;
	line-height: 30px;
	text-align: center;
}
.frame-box .tit:before,
.frame-box .tit:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	border-top: solid 20px #35ACDD;
	border-bottom: solid 20px #35ACDD;
	box-sizing: border-box;
}
.frame-box .tit:before {
	left: -5px;
	border-right: none;
	border-left: solid 5px transparent;
}
.frame-box .tit:after {
	right: -5px;
	border-left: none;
	border-right: solid 5px transparent;
}

.frame-box-sub {
	padding: 5px;
	background: #AA9989;
}
.frame-box-sub .tit {
	background: #553313;
}
.frame-box-sub .tit:before,
.frame-box-sub .tit:after {
	border-top: solid 20px #553313;
	border-bottom: solid 20px #553313;
}


/* stamprally
---------------------------------------------*/
/* Stamprally - Index */
.stamprally-notice {
	padding: 30px;
	background: #FFFCD0;
	text-align: left;
}
.stamprally-notice ul {
	list-style: disc;
}
.stamprally-notice li {
	margin: 0 0 1em 20px;
	text-align: justify;
}
.stamprally-notice li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.stamprally-notice {
		font-size: 1.5rem;
	}
}

/* Stamprally - Play */
.stamprally-play {
	text-align: left;
}
.stamprally-play h3 {
	padding-bottom: 0.5em;
	border-bottom: solid 1px #ccc;
}
.stamprally-play p {
	margin: 1em 0;
}
.stamprally-play .font-l {
	font-size: 1.2em;
}

.play-dl-btn .linkbtn {
	margin: 0;
	margin: 10px;
	padding: 20px 30px 20px 60px;
	font-weight: bold;
}
.play-dl-btn .linkbtn:before {
	left: 20px;
	margin-top: -18px;
	font-size: 30px;
}

.play-sp {
	width: 100%;
	margin: 45px 0 20px;
	box-sizing: border-box;
}
.play-sp .inner {
	padding: 45px 30px 20px;
}
.play-sp .tit {
	padding: 10px 25px;
	font-family: "Kaisei Opti", serif;
	font-size: clamp(1.6rem, 4.5vw ,2.4rem);
	font-weight: 600;
}
.play-sp .tit .phone {
	position: absolute;
	right: -40px;
	top: -20px;
	z-index: 20; 
}
.play-sp .tit .only-sp {
	display: none;
}
.play-sp-box {
	display: flex;
	align-items: center;
}
.play-sp-box .text {
}
.play-sp-box p {
	margin: 0;
	text-align: justify;
}
.play-sp-box-link {
	display: flex;
	align-items: center;
	margin-top: 1em;
	line-height: 1.2;
}
.play-sp-box-link .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	border-radius: 50%;
	background: #0064b4;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}
.play-sp-box .qr {
	flex-grow: 0;
	flex-shrink: 0;
	width: 145px;
	height: auto;
	margin-left: 35px;
}

@media screen and (max-width: 767px) {
	.play-sp {
		margin-top: 50px;
	}
	.play-sp .inner {
		padding: 55px 15px 20px;
	}
	.play-sp .tit-wrap {
		top: -40px;
	}
	.play-sp .tit {
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100% - 20px);
		height: 80px;
		margin: 0 auto;
		line-height: 1.3;
	}
	.play-sp .tit:before,
	.play-sp .tit:after {
		border-top: solid 40px #35ACDD;
		border-bottom: solid 40px #35ACDD;
	}
	.play-sp .tit .phone {
		right: -20px;
		top: auto;
		bottom: -10px;
		width: 45px;
		height: 60px;
	}
	.play-sp .tit .only-sp {
		display: inherit;
	}
	.play-sp-box {
		display: block;
	}
	.play-sp-box-link {
		justify-content: center;
	}
	.play-sp-box .sp-hidden {
		display: none;
	}
	.play-sp-box .qr {
		margin: 20px auto 0;
	}
}

.play-course {
	position: relative;
	margin: 1em 0;
	padding: 0 0 0 20px;
	font-size: clamp(1.8rem, 3vw, 2.0rem);
	font-weight: bold;
	line-height: 1.2;
}
.play-course:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-iondex: 1;
	width: 39px;
	height: 40px;
	background: url(../img/stamprally/play_course_icon.png) 0 0 no-repeat;
	background-size: auto 40px;
}
.play-course-inner {
	display: inline-block;
	position: relative;
	padding: 0 1px 0 22px;
	vertical-align: middle;
}
.play-course-inner:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 1px;
	z-index: -1;
	width: 100%;
	height: 40%;
	background: #fffcd0;
}
.play-course-num {
	margin: 0 0.2em;
	color: #f99001;
	font-size: 1.6em;
	vertical-align: -1px;
}
.play-course-name {
	color: #ef3366;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.play-course {
		position: relative;
		margin: 1em 0;
		padding: 0;
		font-size: clamp(1.8rem, 3vw, 2.0rem);
		font-weight: bold;
		line-height: 1.2;
	}
	.play-course:before {
		content: "";
		display: block;
		position: absolute;
		left: 5px;
		bottom: calc(50% - 20px);
		z-iondex: 1;
		width: 39px;
		height: 40px;
		background: url(../img/stamprally/play_course_icon.png) 0 0 no-repeat;
		background-size: auto 40px;
	}
	.play-course-inner {
		display: block;
		padding: 2px 5px 5px 50px;
	}
	.play-course-inner:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		border-radius: 5px;
	}
}

.play-notice-list {
	margin: 0.5em 0;
}
.play-notice-list li {
	margin: 0.5em 0 0.5em 1em;
	text-indent: -1em;
}


/* Stamprally - Contact */
.stamprally-contact p .font-l {
	display: inline-block;
	margin-top: 10px;
	font-size: 2.2rem;
	line-height: 1.3;
}


/* rallymap
---------------------------------------------*/
.rallymap {
	display: flex;
}
.rallypoint {
	float: left;
	width: 33%;
	margin: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.rallymap {
		display: flex;
		flex-direction: column-reverse;
	}
	.rallypoint {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
	}
}

.rallypoint {
	border-top: solid 1px #ccc;
}
.rallypoint li {
	display: flex;
	margin: 0;
	padding: 8px 5px;
	border-bottom: solid 1px #ccc;
	align-items: flex-start;
}
.rallypoint li a {
	color: #1a1a1a;
	text-decoration: none;
	cursor: pointer;
}
.rallypoint li a:hover {
	color: #35ACDD;
}
.list-mark {
	flex-grow: 0;
	flex-shrink: 0;
	width: 23px;
}
.list-mark span,
.infowindow-name .num {
	display: block;
	width: 23px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #ef4c71;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	line-height: 23px;
}
.list-mark-hotel span {
	font-size: 12px;
	font-size: 1.2rem;
}
.list-info {
	position: relative;
	width: calc(100% - 23px);
	margin: 0;
	padding: 0 0 0 6px;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	align-self: center;
}
.list-info-inner {
	position: relative;
	padding: 7px 0;
}
.list-info-inner:first-child {
	margin-top: -7px;
}
.list-info-inner:last-child {
	margin-bottom: -7px;
	border-top: 1px dotted #ccc;
}
.list-info .map-click {
	line-height: 1.6em;
}
.list-info .info-link {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}
.list-info .info-link a {
	display: block;
	width: 34px;
	padding: 1px 2px;
	border: solid 1px #ef4c71;
	box-sizing: border-box;
	color: #ef4c71;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
.list-info .info-link a:hover {
	background: #ef4c71;
	color: #fff;
}

.map-main {
	width: 67%;
	margin: 0;
	padding: 0 0 0 40px;
}
.map {
	width: 100%;
	height: 800px;
}

@media screen and (max-width: 767px) {
	.map-main {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.map {
		width: 100%;
		height: 450px;
		margin-bottom: 30px;
	}
}

.rallymap-notice {
	margin-top: 30px;
	text-align: left;
}
.rallymap-notice p {
	margin: 0 0 0 1em;
	text-indent: -1em;
}
.rallymap-notice p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.rallymap-notice {
		margin-top: 10px;
		text-align: left;
	}
	.rallymap-notice p {
		margin: 0.5em 0 0 1em;
		text-indent: -1em;
	}
}

/* detail info */
.rallymap-info {}
.rally-info-box {
	margin: 0 auto 30px;
	text-align: left;
}
.rally-info-box:last-of-type {
	margin-bottom: 0;
}
.rally-info-box .tit {
	margin: 0 auto 18px;
	padding: 6px;
	background: #ef4c71;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}
.rally-info-box .tit .num {
	display: inline-block;
	width: 28px;
	margin-right: 6px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #fff;
	color: #ef4c71;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	line-height: 28px;
	text-align: center;
}

@media screen and (max-width: 599px) {
	.rally-info-box .tit {
		margin: 0 auto 18px;
		padding: 6px 6px 6px 38px;
		background: #ef4c71;
		color: #fff;
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: 600;
		line-height: 1.4;
	}
	.rally-info-box .tit .num {
		display: inline-block;
		width: 26px;
		margin-right: 6px;
		margin-left: -32px;
		border-radius: 50%;
		box-sizing: border-box;
		background: #fff;
		color: #ef4c71;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		font-family: "Open Sans", sans-serif;
		line-height: 26px;
		text-align: center;
	}
}

.rally-info-box .cont {
	display: flex;
	width: 100%;
}
.rally-info-box .cont .img {
	width: 260px;
	margin: 0 25px 0 0;
	padding-top: 2px;
}
.rally-info-box .cont .img img {
	max-width: 260px;
}
.rally-info-box .cont .info {
	font-size: 15px;
	font-size: 1.5rem;
}
.rally-info-box .cont .info table {
	margin: 0;
}
.rally-info-box .cont th,
.rally-info-box .cont td {
	border: none;
	vertical-align: top;
}
.rally-info-box .cont th {
	padding: 2px 5px 2px 0;
	background: transparent;
}
.rally-info-box .cont th span {
	display: block;
	min-width: calc(4em + 10px);
	padding: 1px 5px;
	border-radius: 3px;
	box-sizing: border-box;
	background: #f8d5dd;
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
}
.rally-info-box .cont td {
	padding: 2px;
}
.rally-info-box .cont .info p {
	margin: 1em 0 0;
	line-height: 1.4;
	text-align: justify;
}
.rally-info-box .cont .info a {
	word-break: break-all;
}
.etc-printer {
	margin: 1em 0;
	color: #0B74C0;
}
.etc-printer .icon {
	margin-right: 5px;
	font-size: 18px;
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
	.rally-info-box .cont {
		display: block;
	}
	.rally-info-box .cont .img {
		float: left;
		margin: 0 20px 5px 0;
	}
	.rally-info-box .cont .info {
		font-size: 1.4rem;
	}
	.rally-info-box .cont th span {
		min-width: 2em;
	}
	.rally-info-box .cont .info p {
		clear: both;
	}
}

@media screen and (max-width: 599px) {
	.rally-info-box .cont .img {
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}
	.rally-info-box .cont .img img {
		max-width: 100%;
		height: auto;
	}
}

/* infowindow */
.infowindow-img img {
	display: block;
	margin: 0 auto;
}
.infowindow-name {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 10px auto 0;
	line-height: 1.4;
}
.infowindow-name .num-wrap {
	flex-grow: 0;
	flex-shrink: 0;
	width: 23px;
}
.infowindow-name .num {
	display: inline-block;
	font-weight: 600;
}
.infowindow-name .text {
	max-width: calc(100% - 23px);
	padding: 3px 0 0 5px;
	box-sizing: border-box;
	text-align: left;
}
.infowindow-link a {
	display: inline-block;
	position: relative;
	margin-top: 5px;
	text-decoration: none;
}
.infowindow-link a:before {
	content: "\f138";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 3px;
}

@media screen and (max-width: 767px) {
	.infowindow-img img {
		width: 100%;
		max-width: 200px !important;
	}
	.infowindow-name .num-wrap {
		width: 20px;
	}
	.infowindow-name .num {
		width: 20px;
		font-size: 1.3rem;
		line-height: 20px;
	}
	.infowindow-name .text {
		max-width: calc(100% - 20px);
		padding: 2px 0 0 5px;
	}
}


/* rallymap - hotels
---------------------------------------------*/
.rallymap-hotels h3 {
	position: relative;
	color: #1a1a1a;
	font-size: 2.0rem;
}

.hotel-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 1em 0;
	padding: 0;
}
.hotel-list li {
	width: calc(50% - 15px);
	padding: 15px 5px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	text-align: left;
}
.hotel-list li:nth-of-type(-n+2) {
	border-top: 1px solid #ccc;
}
.hotel-list-name {
	font-size: 1.6rem;
	font-weight: 600;
}
.hotel-list-tel,
.hotel-list-hp {
	display: flex;
	align-items: flex-start;
	margin-top: 5px;
	font-size: 1.5rem;
	line-height: 1.4;
}
.hotel-list-tel .label,
.hotel-list-hp .label {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	width: 36px;
	margin-right: 5px;
	padding: 1px 2px;
	border-radius: 3px;
	box-sizing: border-box;
	background: #f8d5dd;
	font-size: 0.9em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.hotel-list {
		display: block;
		margin: 1em 0;
	}
	.hotel-list li {
		width: 100%;
		padding: 10px 0 12px;
	}
	.hotel-list li:nth-of-type(2) {
		border-top: none;
	}
}


/* prize
----------------------------------------*/
.prize-box {
	margin: 0 auto 50px;
}
.prize-box:last-of-type {
	margin: 0 auto;
}

.prize-tit {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 auto 30px;
}
.prize-tit:before,
.prize-tit:after {
	content: "";
	display: block;
	height: 2px;
	background: #999;
	flex-grow: 1;
}
.prize-tit:before {
	margin-right: 30px;
}
.prize-tit:after {
	margin-left: 30px;
}
#prize_complete .prize-tit:before,
#prize_complete .prize-tit:after {
	background: #E7BA10;
}
#prize_awaji .prize-tit:before,
#prize_awaji .prize-tit:after {
	background: #A7A7A4;
}
#prize_saikoro .prize-tit:before,
#prize_saikoro .prize-tit:after {
	background: #B28146;
}
#prize_sugoroku .prize-tit:before,
#prize_sugoroku .prize-tit:after {
	background: #F0768C;
}
.prize-tit img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 639px) {
	.prize-tit:before,
	.prize-tit:after {
		display: none;
	}
}

.prize-stamp-num {
	margin: 0 auto 15px;
	text-align: center;
}
.stamps-balloon {
	position: relative;
	width: 160px;
	height: 36px;
	margin: 0 auto;
	padding: 2px 0 0;
	border-radius: 8px;
	box-sizing: border-box;
	background: #a50e1c;
	color: #fff;
	line-height: 1;
}
.stamps-balloon:after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 6px);
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #a50e1c;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-left: 6px solid transparent;
}
.stamps-balloon .num {
	display: inline-block;
	margin: 0 5px;
	font-size: 30px;
	font-weight: bold;
	vertical-align: baseline;
}

.prize-explanation {
	margin: 0 auto 30px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.prize-explanation {
		margin: 0 auto 20px;
		text-align: left;
	}
}

.prize-item,
.comp-prize-item {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.comp-prize-item {
	margin: 0 auto;
}
.prize-item.clm2 {
	gap: 40px 50px;
	max-width: 650px;
}

.prize-item li {
	width: 300px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	justify-content: center;
}

.comp-prize-item li {
	width: 100%;
	padding: 0;
}

@media print, screen and (max-width: 1039px) {
	.prize-item,
	.prize-item.clm2 {
		gap: 30px 3.5%;
		max-width: 100%;
	}
	.prize-item li {
		width: 31%;
	}
	.comp-prize-item li {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 767px) {
	.prize-item,
	.prize-item.clm2 {
		gap: 30px 20px;
		max-width: 100%;
	}
	.prize-item li {
		width: calc(50% - 10px);
	}
	.comp-prize-item li {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
}

.prize-item img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.prize-item-name {
	margin-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
}
.prize-item-name .nowrap {
	white-space: nowrap;
}
.prize-item-num {
	margin-top: 5px;
	color: #A50E1C;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
}
.prize-item-link {
	display: inline-block;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0 0 0 28px;
	line-height: 1.2;
	text-align: left;
}
.prize-item-link span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin-right: 5px;
	padding: 2px 3px;
	border-radius: 3px;
	background: #0064b4;
	color: #fff;
	font-size: 14px;
	font-size: 1.3rem;
	line-height: 1;
}
.prize-item-cat {
	margin-bottom: 15px;
}

.comp-prize-name {
	margin-bottom: 20px;
}
.comp-prize img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.prize-sp-box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.prize-sp-item {
	float: right;
	max-width: 300px;
	margin-left: 30px;
}
.prize-sp-item img {
	display: block;
	max-width: 100%;
	height: auto;
}
.prize-sp-text {
	text-align: justify;
}
.prize-sp-text p.indent-1 {
	margin-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 767px) {
	.prize-sp-item {
		max-width: 48%;
		margin: 0 0 5px 20px;
	}
}

@media screen and (max-width: 479px) {
	.prize-item-name,
	.prize-item-num {
		font-size: 1.8rem;
		font-size: calc((100vw / 32) + 2px);
	}
	.prize-item-link {
		padding-left: 2.2em;
		font-size: calc((100vw / 32));
		line-height: 1.4;
	}
	.prize-item-link span {
		margin-right: 3px;
		padding: 2px 3px;
		font-size: calc((100vw / 32));
	}
}


/* tamako
---------------------------------------------*/
.tamako-tit {
	margin-bottom: 20px;
}
.tamako-tit img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.tamako-box {
	display: flex;
	padding-bottom: 210px;
	background: url(../img/tamako/tamako_bottom.png) center bottom no-repeat;
	justify-content: center;
}
.tamako-box img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.tamako-box .greeting {
	width: 37.5%;
}
.tamako-box .profile {
	width: 62.5%;
}

@media screen and (max-width: 939px) {
	.tamako-box {
		background: url(../img/tamako/tamako_bottom.png) center bottom no-repeat;
		background-size: contain;
		padding-bottom: 22vw;
	}
}

@media screen and (max-width: 479px) {
	.tamako-box {
		display: block;
	}
	.tamako-box .greeting,
	.tamako-box .profile {
		width: 100%;
		margin-top: 20px;
	}
}


/* link
----------------------------------------*/
.link-content {
	margin: 0 auto 50px;
	text-align: left;
}
.link-content:last-of-type {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.link-content {
		margin: 0 auto 30px;
	}
	.link-content:last-of-type {
	margin: 0 auto;
}
}

.link-facilities {
}
.link-facilities-list {
	display: flex;
	margin: 0 -20px;
	justify-content: center;
}

@media print, screen and (max-width: 767px) {
	.link-facilities-list {
		display: block;
		margin: 0 auto 15px;
	}
}

.facilities-list-box {
	width: 33.33%;
	margin: 0 20px;
}

@media screen and (max-width: 767px) {
	.facilities-list-box {
		width: 100%;
		margin: 0;
	}
}

.facilities-list-box h3 {
	margin-bottom: 18px;
	color: #1a1a1a;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.1;
}
.facilities-list-box h3 span {
	padding: 0 1px;
	background: linear-gradient(to bottom, rgba(255,255,102,0) 0%, rgba(255,255,102,0) 64%, rgba(255,255,102,1) 65%, rgba(255,255,102,1) 100%);
}
.facilities-list-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.facilities-list-box li {
	position: relative;
	margin: 0.6em 0;
	padding-left: 16px;
	line-height: 1.2;
}
.facilities-list-box li:before {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 0.9em;
	position: absolute;
	left: 0;
	top: 0;
	color: #0064b4;
}
.facilities-list-box a {
	text-decoration: none;
}
.facilities-list-box li .icon {
	margin-left: 5px;
	color: #0B74C0;
	font-size: 1.1em;
}

.link-notice {
	margin: 20px 0;
}
.link-notice ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.link-notice li {
	position: relative;
	margin: 0 0 0 1em;
	text-indent: -1em;
}
.link-notice li i {
	text-indent: 0;
	color: #0B74C0;
	font-size: 1.1em;
}

.link-about p {
	margin-left: 1em;
	text-indent: -1em;
}
.link-about .bn-img {
	margin: 1.5em 0 1.5em 1em;
}
.link-about .bn-img img {
	display: block;
	margin-top: 5px;
}
.link-about .linkbtn {
	margin-left: 0;
	text-indent: 0;
}
.link-about .linkbtn.arrow:before {
	margin-top: -0.6em;
}
.link-awajikanko a {
	display: inline-block;
	margin-top: 10px;
	transition: .2s;
}
.link-awajikanko a:hover {
	opacity: .75;
}


/* winner - pre
----------------------------------------*/
.winner-pre-box {
	padding: 20px;
}
.winner-pre-tit {
	color: #0064b4;
	font-size: 24px;
	font-size: 2.4rem;
}
.winner-pre-box br.only-sp {
	display: none;
}

@media screen and (max-width: 979px) {
	.winner-pre-box {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.winner-pre-tit {
		font-size: 20px;
		font-size: 2rem;
	}
	.winner-pre-box br.only-sp {
		display: inline;
	}
}


/* winner
----------------------------------------*/
.win-box {
	margin: 0 auto 50px;
}
.win-box:last-of-type {
	margin: 0 auto;
}

.win-congrats {
	position: relative;
	min-height: 170px;
	padding: 0 185px;
}
.win-congrats:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
	height: 170px;
	background: url(../img/winner/win_cracker.png) right top no-repeat;
	transform: rotateY(180deg);
}
.win-congrats:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	height: 170px;
	background: url(../img/winner/win_cracker.png) right top no-repeat;
}
.win-congrats-tit img {
	display: block;
	margin: 0 auto;
}
.win-congrats p {
	margin: 1em auto 0;
}

@media screen and (max-width: 767px) {
	.win-congrats {
		min-height: 170px;
		padding: 0;
		background: none;
	}
	.win-congrats:before,
	.win-congrats:after {
		content: "";
		width: 0;
		height: 0;
		background: none;
	}
}
@media screen and (max-width: 639px) {
	.win-congrats {
		text-align: left;
	}
}

.win-tit {
	margin: 0 auto 30px;
	display: flex;
	position: relative;
	align-items: center;
}
.win-tit:before,
.win-tit:after {
	content: "";
	display: block;
	height: 2px;
	background: #999;
	flex-grow: 1;
}
.win-tit:before {
	margin-right: 30px;
}
.win-tit:after {
	margin-left: 30px;
}
.win-complete .win-tit:before,
.win-complete .win-tit:after {
	background: #E7BA10;
}
.win-awaji .win-tit:before,
.win-awaji .win-tit:after {
	background: #A7A7A4;
}
.win-sugoroku .win-tit:before,
.win-sugoroku .win-tit:after {
	background: #B28146;
}
.win-sic .win-tit:before,
.win-sic .win-tit:after {
	background: #35ACDD;
}
.win-sp .win-tit:before,
.win-sp .win-tit:after {
	background: #F0768C;
}
.win-tit img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 639px) {
	.prize-tit:before,
	.prize-tit:after {
		display: none;
	}
}

.win-item-wrap {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}

.win-complete .win-item-wrap,
.win-sp .win-item-wrap {
	justify-content: center;
}

.win-item {
	width: 50%;
	margin: 30px 0 0;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.win-item:nth-of-type(2n) {
	padding: 0 0 0 20px;
}
.win-item:first-of-type,
.win-item:nth-of-type(2) {
	margin-top: 0;
}

@media print, screen and (max-width: 979px) {
	.win-item-wrap {
		display: block;
	}
	.win-item,
	.win-item:nth-of-type(2n),
	.win-item:nth-of-type(2) {
		width: 100%;
		margin: 30px 0 0;
		padding: 0;
		box-sizing: border-box;
	}
	.win-item:first-of-type {
		margin-top: 0;
	}
}

.win-item-tit {
	margin-bottom: 20px;
	padding: 8px 5px;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	text-align: center;
}
.win-complete .win-item-tit {
	background: #C7A111;
}
.win-awaji .win-item-tit {
	background: #A7A7A4;
}
.win-sugoroku .win-item-tit {
	background: #B28146;
}
.win-sic .win-item-tit {
	background: #35ACDD;
}
.win-sp .win-item-tit {
	background: #F0768C;
}
.win-item-tit span {
	padding: 0 0.5em;
}
.win-item-tit-num {
	white-space: nowrap;
}

@media screen and (max-width: 979px) {
	.win-item-tit,
	.win-complete .win-item-tit {
		text-align: left;
	}
}

.win-item-box {
	display: flex;
	align-items: center;
}

.win-item-img {
	width: 240px;
	height: auto;
	align-self: flex-start;
}
.win-item-img img {
	display: block;
}

.win-item-name {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	width: calc(100% - 240px);
	padding: 0 10px;
	box-sizing: border-box;
}

.win-item-box table {
	flex-grow: 0;
	flex-shrink: 0;
	width: auto;
	margin: 0;
	text-align: left;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.5;
}
.win-item-box table td {
	padding: 3px 0;
	border: none;
}
.win-item-box table td.winner-name {
	padding: 3px 0 3px 1em;
}

.win-item-notice {
	margin-top: 5px;
	color: #ff0033;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
}

@media screen and (max-width: 979px) {
	.win-item-box {
		display: flex;
	}
	.win-complete .win-item-box {
		padding: 0;
	}
	.win-item-box table,
	.win-complete .win-item-box table {
		width: auto;
		margin: 0;
	}
	.win-complete .win-item-img {
		width: 240px;
	}
	.win-complete .win-item-name {
		width: calc(100% - 260px);
		padding-right: 0;
	}
}

@media screen and (max-width: 479px) {
	.win-item-box {
		display: block;
	}
	.win-item-img {
		margin: 0 auto 10px;
		padding: 0;
	}
	.win-item-img img {
		margin: 0 auto;
	}
	.win-item-name,
	.win-complete .win-item-name {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
		text-align: center;
	}
	.win-item-name table,
	.win-complete .win-item-box table {
		margin: 0 auto;
	}
	.win-item-name table .right {
		text-align: center;
	}
	.win-item-box table td {
		padding: 0;
	}
	.win-item-box table td.winner-name {
		padding: 0 0 0 0.8em;
	}
	.win-item-notice {
		text-align: center;
	}
}

/* for 2025 ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ç‰¹åˆ¥è³ž */
.win-sp .win-item-name {
	display: flex;
	align-items: flex-start;
	gap: 2em;
}

@media screen and (max-width: 480px) {
	.win-sp .win-item-name {
		position: relative;
		margin-top: 15px;
		padding-bottom: 1.6em;
	}
	.win-sp .win-item-name .last {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -2.6em;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.win-sp .win-item-name {
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	.win-sp .win-item-name .dammy {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.win-sp .win-item-name {
		display: flex;
		gap: 3em;
	}
}

@media screen and (min-width: 960px) {
	.win-sp .win-item {
		width: 700px;
	}
	.win-sp .win-item-name {
		display: flex;
		gap: 3em;
	}
}


/* faq
----------------------------------------*/
.faq {
	text-align: left;
}

.faq dl {
	padding: 20px 10px 25px;
	background: url(../img/common/dashline.png) left bottom repeat-x;
}
.faq dt {
	display: flex;
	min-height: 40px;
	margin-bottom: 15px;
	padding: 0 0 0 90px;
	background: url(../img/faq/faq_q.png) left top no-repeat;
	color: #35ACDD;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
	align-items: center;
	overflow: visible;
}
.faq dd {
	display: flex;
	min-height: 60px;
	margin-left: 0;
	padding-left: 0;
	line-height: 1.3;
	justify-content: space-between;
	align-items: flex-start;
}
.faq dd .a-img {
	width: 90px;
	height: 60px;
	background: url(../img/faq/faq_a.png) 0 0 no-repeat;
	z-index: 10;
}
.faq dd p {
	display: flex;
	width: calc(100% - 40px);
	min-height: 60px;
	margin: 0 0 0 -50px;
	padding: 10px 10px 10px 60px;
	box-sizing: border-box;
	background: #FFF8CB;
	align-items: center;
}

.faq-contact {
	margin-top: 30px;
}
.faq-contact .linkbtn {
	margin: 0;
}


/* rule / privacy
----------------------------------------*/
.rule,
.privacy {
	text-align: left;
}

.rule dl,
.privacy dl {
	margin: 0 0 25px 0;
	padding: 0;
	clear:both;
	line-height: 1.2em;
}
.rule dt,
.privacy dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.rule dd,
.privacy dd {
	margin: 0;
}
.rule sup {
	color: #f03;
	margin: 0 1px 0 1px;
	vertical-align: 0;
}
.rule-list {
	list-style: disc;
	margin: 5px 0 5px 20px;
	font-weight: bold;
	line-height: 1.3em;
}
.ruledd {
	padding-left:40px;
	text-indent:-40px;
}


/* contact
----------------------------------------*/
.contact {
	text-align: left;
}

.contact-form {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
.contact-form th {
	width: 30%;
}

@media screen and (max-width: 767px) {
	.contact-form th,
	.contact-form td {
		display: block;
		width: 100%;
		border: none;
		box-sizing: border-box;
	}
	.contact-form th {
		padding: 5px 10px;
	}
	.contact-form td {
		padding: 10px 10px 15px;
	}
}

.hissu {
	display: inline-block;
	margin-left: 8px;
	padding: 0 2px;
	background: #FF0033;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.form-example {
	color: #666;
}

.contact-check .contact-form td {
	color: #1a1a1a;
}

input.form-text {
	width: 100%;
	max-width: 400px;
	margin-bottom: 3px;
	padding: 5px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

.form-textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 3px;
	padding: 5px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

.submit-area {
	text-align: center;
}
.button_not,
.button_ok {
	font-size:16px;
	padding: 8px 16px;
	margin:20px 10px 0;
	text-align:center;
	color:#FFF;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border:none;
}
.button_not{
	background-color:#777777;
}
.button_ok {
	background-color:#0064b4;
}
.button_not:hover,
.button_ok:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
}


/* info
----------------------------------------*/
.info-dl {
	display: inline-block;
	max-width: 900px;
	margin: 0 auto 2.5em;
}
.info-dl:not(:first-child) {
	margin-top: 2.5em;
	padding-top: 2.5em;
	border-top: solid 1px #999;
}
.info-dl dt {
	margin: 0 0 1em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
.info-dl dt span {
	padding: 0 2px;
    background: linear-gradient(to bottom, rgba(255,255,102,0) 0%, rgba(255,255,102,0) 64%, rgba(255,255,102,1) 65%, rgba(255,255,102,1) 100%);
}
.info-dl dd {
	text-align: left;
}
.info-dl .date {
	margin-bottom: 1em;
	text-align: right;
}
.info-dl hr {
	width: 100%;
	height: 0;
	margin: 1.5em auto;
	border: none;
	border-top: dashed 1px #0064b4;
}

.info-list {
	list-style: none;
	border-top: 1px dashed #3687C6;
}
.info-list li {
	border-bottom: 1px dashed #3687C6;
}
.info-list li a {
	display: flex;
	padding: 1em 0.5em;
	color: #1a1a1a;
	text-align: left;
	text-decoration: none;
}
.info-list li .date {
	display: block;
	width: 7em;
}
.info-list li .tit {
	display: block;
}



</pre></body></html>