@charset "UTF-8";
/*
Theme Name: 町イベントテーマ
Author: ジョウデザイン
Description: 町のイベントをイメージしたWebサイト
Version: 1.0
*/
/*-----------------------------------------------
　Base
-----------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

body {
	background-color: white;
	font-size: 14px;
	color: #34210d;
	margin: 0;
	font-family: "Rounded Mplus 1c";
	font-weight: medium;
}

a {
	color: #4e3701;
	border-bottom: 2px dotted #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}

h2 {
	margin-top: 64px;
	border-bottom: 2px dotted rgba(255, 147, 0, 0.99);
}

h2::first-letter {
	font-size: 2.5em;
	background-image: url("img/h_top.svg");
	background-size: 105%;
	background-repeat: no-repeat;
	background-position: center;
}

article h1 {
	margin-top: 64px;
	border-bottom: 2px dotted rgba(255, 147, 0, 0.99);
}

article h1::first-letter {
	font-size: 2em;
	background-image: url("img/h_top.svg");
	background-size: 105%;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 680px) {
	article h1::first-letter {
		margin-left: 8px;
	}
}

@media (max-width: 480px) {
	article h1::first-letter {
		font-size: 1.5em;
		background-image: url("img/h_top.svg");
		background-size: 85%;
	}
}

.error404 {
	margin-top: 64px;
	margin-bottom: 32px;
}

/*-----------------------------------------------
　Module
-----------------------------------------------*/
.box8 {
	padding: 1.5em 1em;
	margin: 2em 0;
	background: #fff8e8;
	border-left: solid 15px #ffc72f;
}

.box8 p {
	margin: 0;
	padding: 0;
}

.box19 {
	position: relative;
	padding: 0.25em 1em;
}

.box19:before,
.box19:after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

.box19:before {
	border-left: solid 1px rgba(255, 147, 0, 0.99);
	border-top: solid 1px rgba(255, 147, 0, 0.99);
	top: 0;
	left: 0;
}

.box19:after {
	border-right: solid 1px rgba(255, 147, 0, 0.99);
	border-bottom: solid 1px rgba(255, 147, 0, 0.99);
	bottom: 0;
	right: 0;
}

.box19 p {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------
　Layout
-----------------------------------------------*/
/*------------------------------------nav--footer*/
footer,
nav {
	background-color: rgba(255, 147, 0, 0.99);
	width: 100%;
	white-space: nowrap;
}

footer div,
nav div {
	max-width: 860px;
	margin: 0 auto;
}

footer ul,
nav ul {
	margin: 0 auto;
	max-width: 860px;
	padding: 0;
	font-size: 0;
	display: flex;
	list-style: none;
	justify-content: space-between;
}

@media (max-width: 680px) {
	footer ul,
	nav ul {
		flex-wrap: wrap;
	}
}

footer ul li,
nav ul li {
	height: 54px;
	font-size: 16px;
	text-align: center;
}

@media (max-width: 680px) {
	footer ul li,
	nav ul li {
		width: 33.3%;
		font-size: 14px;
		height: 32px;
	}
}

@media (max-width: 480px) {
	footer ul li,
	nav ul li {
		height: 32px;
		font-size: 12px;
	}
}

footer a,
nav a {
	line-height: 54px;
	color: white;
	text-decoration: none;
}

@media (max-width: 680px) {
	footer a,
	nav a {
		line-height: 32px;
	}
}

@media (max-width: 480px) {
	footer a,
	nav a {
		line-height: 32px;
	}
}

footer a:hover,
nav a:hover {
	opacity: 0.6;
}

/*------------------------------------footer*/
.copy {
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
}

/*-----------------------------------------nav*/
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	transition: .3s;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}

.is-show {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

/*-----------------------------------------トップ共通*/
article {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

/*-----------------------------------------メイン*/
#main-wrap {
	position: relative;
	width: 100%;
	height: 750px;
	background-color: rgba(255, 147, 0, 0.99);
	overflow: hidden;
}

#main-wrap video {
	min-height: 750px;
	min-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
}

@media (max-width: 680px) {
	#main-wrap video {
		height: 500px;
	}
}

@media (max-width: 480px) {
	#main-wrap video {
		height: 300px;
	}
}

@media (max-width: 680px) {
	#main-wrap {
		font-weight: bold;
		height: 500px;
	}
}

@media (max-width: 480px) {
	#main-wrap {
		height: 300px;
	}
}

/*--------------------------画像配置*/
.main-images {
	position: relative;
	z-index: 3;
}

.main-images img {
	width: 150px;
	height: auto;
	border-radius: 50%;
}

@media (max-width: 680px) {
	.main-images img {
		width: 100px;
	}
}

@media (max-width: 480px) {
	.main-images img {
		width: 80px;
	}
}

.main-images .m01 {
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

@media (max-width: 480px) {
	.main-images .m01 {
		top: 10px;
	}
}

.main-images .m02 {
	position: absolute;
	top: 150px;
	left: 50%;
	-webkit-transform: translate(-250%, 0);
	        transform: translate(-250%, 0);
}

@media (max-width: 680px) {
	.main-images .m02 {
		top: 150px;
		left: 50%;
		-webkit-transform: translate(-250%, 0);
		        transform: translate(-250%, 0);
	}
}

@media (max-width: 480px) {
	.main-images .m02 {
		top: 100px;
		left: 50%;
		-webkit-transform: translate(-250%, 0);
		        transform: translate(-250%, 0);
	}
}

.main-images .m03 {
	position: absolute;
	top: 150px;
	left: 50%;
	-webkit-transform: translate(150%, 0);
	        transform: translate(150%, 0);
}

@media (max-width: 680px) {
	.main-images .m03 {
		top: 150px;
		left: 50%;
		-webkit-transform: translate(150%, 0);
		        transform: translate(150%, 0);
	}
}

@media (max-width: 480px) {
	.main-images .m03 {
		top: 100px;
		left: 50%;
		-webkit-transform: translate(150%, 0);
		        transform: translate(150%, 0);
	}
}

.main-images .m04 {
	position: absolute;
	top: 350px;
	left: 50%;
	-webkit-transform: translate(-300%, 0);
	        transform: translate(-300%, 0);
}

@media (max-width: 680px) {
	.main-images .m04 {
		top: 350px;
		left: 50%;
		-webkit-transform: translate(-300%, 0);
		        transform: translate(-300%, 0);
	}
}

@media (max-width: 480px) {
	.main-images .m04 {
		top: 220px;
		left: 50%;
		-webkit-transform: translate(-250%, 0);
		        transform: translate(-250%, 0);
	}
}

.main-images .m05 {
	position: absolute;
	top: 350px;
	left: 50%;
	-webkit-transform: translate(200%, 0);
	        transform: translate(200%, 0);
}

@media (max-width: 680px) {
	.main-images .m05 {
		top: 350px;
		left: 50%;
		-webkit-transform: translate(200%, 0);
		        transform: translate(200%, 0);
	}
}

@media (max-width: 480px) {
	.main-images .m05 {
		top: 220px;
		left: 50%;
		-webkit-transform: translate(150%, 0);
		        transform: translate(150%, 0);
	}
}

/*--------------------------イベント名、開催日時*/
.main-info {
	z-index: 10;
	position: absolute;
	top: 200px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	text-align: center;
	font-size: 2em;
	white-space: nowrap;
	font-weight: 800;
}

.main-info h1 {
	font-size: 2em;
}

@media (max-width: 680px) {
	.main-info h1 {
		font-size: 1.3em;
	}
}

@media (max-width: 680px) {
	.main-info {
		top: 160px;
	}
}

@media (max-width: 480px) {
	.main-info {
		font-size: 1.4em;
		top: 110px;
	}
}

/*--------------------------文字縁取り*/
.outline {
	display: inline-block;
	/* 文字間 */
	text-shadow: 3px 3px 1px #ffffff,
 -3px 3px 1px #ffffff,
 3px -3px 1px #ffffff,
 -3px -3px 1px #ffffff,
 3px 0px 1px #ffffff,
 0px 3px 1px #ffffff,
 -3px 0px 1px #ffffff,
 0px -3px 1px #ffffff;
	/* 文字の影 */
	opacity: 0.8;
}

/*--------------------------運営からのお知らせ*/
@media (max-width: 680px) {
	.info-wrap {
		display: none;
	}
}

#info-wrap-tab-sp {
	display: none;
}

#info-wrap-tab-sp ul {
	list-style: none;
	padding: 0 8px;
	margin-bottom: 0;
}

#info-wrap-tab-sp li {
	margin-bottom: 8px;
}

@media (max-width: 680px) {
	#info-wrap-tab-sp {
		display: block;
	}
}

.info-title {
	position: absolute;
	top: 555px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	font-size: 1.5em;
	font-weight: 600;
}

.fa-rotate-45 {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.fa-rotate-315 {
	-webkit-transform: rotate(315deg);
	        transform: rotate(315deg);
}

.info {
	position: absolute;
	top: 585px;
	left: 50%;
	width: 500px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	background-color: #ffc400;
	border-radius: 10px;
	border: 3px solid rgba(255, 147, 0, 0.99);
	z-index: 2;
}

.info ul {
	list-style: none;
	padding: 0 8px;
	margin-bottom: 0;
}

.info li {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.info-more {
	margin-top: 16px;
	margin-bottom: 8px;
	margin-right: 8px;
	text-align: right;
}

.info-more a {
	border-bottom: 0;
}

/*--------------------------Clickボタン*/
.goto-event-wrap,
.goto-event-wrap-tab-sp {
	width: 100px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	border-radius: 0 0 50px 50px;
	background-color: rgba(255, 147, 0, 0.99);
}

.goto-event-wrap a,
.goto-event-wrap-tab-sp a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: white;
	font-weight: 500;
	border-bottom: 0;
}

.goto-event-wrap {
	display: block;
}

@media (max-width: 680px) {
	.goto-event-wrap {
		display: none;
	}
}

.goto-event-wrap-tab-sp {
	display: none;
}

@media (max-width: 680px) {
	.goto-event-wrap-tab-sp {
		display: block;
	}
}

@-webkit-keyframes modify {
	0% {
		padding-top: 50px;
		margin-top: -50px;
	}
	100% {
		padding-top: 0;
		margin-top: 0;
	}
}

@keyframes modify {
	0% {
		padding-top: 50px;
		margin-top: -50px;
	}
	100% {
		padding-top: 0;
		margin-top: 0;
	}
}

#info-wrap-tab-sp:target,
#event-wrap:target,
#store-wrap:target,
#access-wrap:target,
#access-wrap:target {
	-webkit-animation: modify 0.1s;
	        animation: modify 0.1s;
	padding-top: 50px;
	margin-top: -50px;
}

/*--------------------------イベント内容----会場へのアクセス*/
#event-wrap p,
#access-wrap p {
	margin-left: 32px;
}

@media (max-width: 680px) {
	#event-wrap p,
	#access-wrap p {
		margin: 0 16px;
	}
}

/*-----------------------------------------会場へのアクセス*/
.access-content {
	display: flex;
}

@media (max-width: 480px) {
	.access-content {
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.map {
		margin: 8px;
	}
}

.map iframe {
	width: 400px;
	height: 400px;
}

@media (max-width: 480px) {
	.map iframe {
		width: 100%;
		height: 300px;
	}
}

/*-----------------------------------------参加店舗*/
.store-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-left: 32px;
}

@media (max-width: 680px) {
	.store-list {
		margin: 0 16px;
	}
}

.store-list a:hover span {
	background-color: white;
	border-radius: 3px;
}

.store-list a:hover img {
	opacity: 1;
	transition: 0.5s;
}

.store-thumbnail {
	position: relative;
	margin: 8px 0;
}

.store-thumbnail img {
	opacity: 0.4;
	border-radius: 5px;
}

.store-thumbnail span {
	position: absolute;
	top: 0;
	left: 0;
	color: black;
	font-weight: 400;
}

.store-more {
	text-align: right;
}

/*-----------------------------------------お願い*/
ol {
	counter-reset: number;
	/*数字をリセット*/
	list-style-type: none !important;
	/*数字を一旦消す*/
	padding: 0.5em;
	margin-left: 32px;
}

@media (max-width: 680px) {
	ol {
		margin: 0 16px;
	}
}

ol li {
	position: relative;
	padding: 0.5em 0.5em 0.5em 35px;
	line-height: 1.5em;
}

ol li:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
	display: inline-block;
	background: rgba(255, 147, 0, 0.99);
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight: bold;
	font-size: 15px;
	border-radius: 50%;
	/*円にする*/
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

ol li:after {
	/*吹き出しのちょこんと出た部分*/
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	/*左からの位置*/
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid rgba(255, 147, 0, 0.99);
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*-----------------------------archive*/
/*----------------------------参加店舗-archive*/
.store-info-wrap {
	margin: 64px auto;
	max-width: 860px;
}

.store-info-wrap h2 {
	margin: 0;
	border-bottom: thick double rgba(255, 147, 0, 0.99);
}

.store-info-wrap h2::first-letter {
	font-size: 1em;
	background-image: none;
}

.store-info {
	margin: 4px 8px;
	text-align: right;
}

.store-info a {
	border-color: rgba(255, 147, 0, 0.99);
}

.store-image {
	display: flex;
	justify-content: space-around;
}

@media (max-width: 680px) {
	.store-image img {
		width: 100%;
	}
}

.store-message {
	margin: 16px;
}

/*----------------------------お知らせ-archive*/
.info-wrap-arc {
	margin: 28px auto;
	max-width: 860px;
	background-color: rgba(255, 147, 0, 0.99);
	padding: 16px;
	padding-bottom: 1px;
}

.info-content {
	background-color: rgba(255, 255, 145, 0.54);
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 16px;
}

.info-content .title {
	font-size: 1.3em;
}

.info-content .body {
	margin-left: 16px;
}

/*----------------------------ページナビ*/
.wp-pagenavi {
	text-align: center;
	margin-bottom: 16px;
}
