@charset "utf-8";
/*
Theme Name: La France 2.2
Version: 1.0.0
*/

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
html,
img,
li,
ol,
p,
span,
table,
td,
th,
tr,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 400;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 0%;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 0%;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap: break-word;
}

ol,
ul {
	list-style: none;
}

input,
textarea,
select {
	font-size: 100%;
	font-family: inherit;
	color: inherit;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

html {
	width: 100%;
	font-size: 14px;
}

@media (min-width: 769px) {
	html {
		font-size: 16px;
	}
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	color: #333;
	width: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	word-wrap: break-word;
}

a {
	color: #1f8ad3;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

p:not(:last-child) {
	margin-bottom: 0.8em;
}

.-onlySmall {
	display: none !important;
}

@media (max-width: 768px) {
	.-onlySmall {
		display: block !important;
	}
}

.-ignoreSmall {
	display: none !important;
}

@media (min-width: 769px) {
	.-ignoreSmall {
		display: block !important;
	}
}

.-center {
	text-align: center;
}

.gHeader {
	position: fixed;
	width: 100%;
	height: 57px;
	z-index: 999;
	background: url(img/headerBG.png?2) center bottom/750px auto repeat-x;
}

@media (min-width: 769px) {
	.gHeader {
		height: 85px;
		background-size: 1100px auto;
	}
}

.gHeader__logo {
	position: absolute;
	width: 240px;
	top: calc(50% + 1px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.gHeader__logo img {
	width: 100%;
}

@media (min-width: 769px) {
	.gHeader__logo {
		width: 460px;
	}
}

.hamburger {
	position: fixed;
	width: 48px;
	height: 48px;
	right: 7px;
	top: 4px;
	z-index: 998;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	border-radius: 50%;
}

@media (min-width: 769px) {
	.hamburger {
		width: 56px;
		height: 56px;
		top: 7px;
		right: 20px;
		cursor: pointer;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}

	.hamburger:hover {
		opacity: 0.6;
	}
}

.hamburger::before,
.hamburger::after,
.hamburger span {
	width: 54%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 23%;
	border-radius: 2px;
}

@media (min-width: 769px) {

	.hamburger::before,
	.hamburger::after,
	.hamburger span {
		height: 4px;
	}
}

.hamburger::before,
.hamburger::after {
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hamburger::before {
	-webkit-transform: translateY(calc(-50% - 8px));
	transform: translateY(calc(-50% - 8px));
}

@media (min-width: 769px) {
	.hamburger::before {
		-webkit-transform: translateY(calc(-50% - 10px));
		transform: translateY(calc(-50% - 10px));
	}
}

.hamburger::after {
	-webkit-transform: translateY(calc(-50% + 8px));
	transform: translateY(calc(-50% + 8px));
}

@media (min-width: 769px) {
	.hamburger::after {
		-webkit-transform: translateY(calc(-50% + 10px));
		transform: translateY(calc(-50% + 10px));
	}
}

.hamburger span {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hamburger.-active {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hamburger.-active::before,
.hamburger.-active::after {
	background-color: #fff;
}

.hamburger.-active::before {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.hamburger.-active::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hamburger.-active span {
	opacity: 0;
}

.gNavi {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #d0cd3b;
	z-index: 997;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
}

@media (max-width: 768px) {
	.gNavi {
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}
}

@media (min-width: 769px) {
	.gNavi {
		width: 300px;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
		-webkit-transition: opacity 0s 0.4s, -webkit-transform 0.4s;
		transition: opacity 0s 0.4s, -webkit-transform 0.4s;
		transition: transform 0.4s, opacity 0s 0.4s;
		transition: transform 0.4s, opacity 0s 0.4s, -webkit-transform 0.4s;
	}
}

.gNavi.-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

@media (min-width: 769px) {
	.gNavi.-active {
		-webkit-transition: -webkit-transform 0.4s;
		transition: -webkit-transform 0.4s;
		transition: transform 0.4s;
		transition: transform 0.4s, -webkit-transform 0.4s;
	}
}

.gNavi.-active .gNaviList__item:nth-child(1) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s 0.36s;
	transition: all 0.5s 0.36s;
}

.gNavi.-active .gNaviList__item:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s 0.42s;
	transition: all 0.5s 0.42s;
}

.gNavi.-active .gNaviList__item:nth-child(3) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s 0.48s;
	transition: all 0.5s 0.48s;
}

.gNavi.-active .gNaviList__item:nth-child(4) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s 0.54s;
	transition: all 0.5s 0.54s;
}

.gNavi.-active .gNaviList__item:nth-child(5) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s 0.6s;
	transition: all 0.5s 0.6s;
}

.gNavi.-active .gNaviList__item:nth-child(6) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s 0.66s;
	transition: all 0.5s 0.66s;
}

.gNavi.-active .gNaviList__item:nth-child(7) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s 0.72s;
	transition: all 0.5s 0.72s;
}

.gNavi.-active .gNaviList__item:nth-child(8) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s 0.78s;
	transition: all 0.5s 0.78s;
}

.gNavi.-active .gNaviList__item:nth-child(9) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s 0.84s;
	transition: all 0.5s 0.84s;
}

.gNavi.-active .gNaviList__item:nth-child(10) {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s 0.9s;
	transition: all 0.5s 0.9s;
}

.gNavi .gNaviList {
	padding: 80px 15px 15px;
	position: relative;
	z-index: 2;
}

@media (min-width: 769px) {
	.gNavi .gNaviList {
		padding-top: 90px;
	}
}

.gNavi .gNaviList__item {
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.gNavi .gNaviList__item:not(:last-child) {
	margin-bottom: 25px;
}

.gNavi .gNaviList__item a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.button {
	text-align: center;
}

.button__container {
	display: inline-block;
}

@media (min-width: 769px) {
	.button a {
		cursor: pointer;
	}

	.button a:hover {
		background-color: #f2f06d;
	}
}

.button__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	background-color: #d0cd3b;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	padding: 0 25px;
	min-width: 280px;
	text-decoration: none;
	-webkit-box-shadow: 0 8px 0 0px #b3b034;
	box-shadow: 0 8px 0 0px #b3b034;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.button__inner .icon {
	width: 24px;
	margin: 0 5px;
}

@media (min-width: 769px) {
	.button__inner .icon {
		width: 30px;
	}
}

@media (min-width: 769px) {
	.button__inner {
		padding: 0 30px;
		font-size: 20px;
		min-width: 400px;
		height: 65px;
	}
}

.button__inner.-disable {
	pointer-events: none;
	background-color: #999;
	-webkit-box-shadow: 0 5px 0 0px #666 !important;
	box-shadow: 0 5px 0 0px #666 !important;
}

.button--small .button__inner {
	height: 40px;
	font-size: 1rem;
	font-weight: 700;
	-webkit-box-shadow: 0 5px 0 0px #b3b034;
	box-shadow: 0 5px 0 0px #b3b034;
	min-width: 200px;
}

@media (min-width: 769px) {
	.button--small .button__inner {
		height: 44px;
		min-width: 250px;
	}
}

.button--xsmall .button__inner {
	height: auto;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 7px 40px;
	-webkit-box-shadow: 0 5px 0 0px #b3b034;
	box-shadow: 0 5px 0 0px #b3b034;
	min-width: auto;
}

@media (min-width: 769px) {
	.button--xsmall .button__inner {
		padding: 8px 50px;
	}
}

.contentHeader {
	margin-bottom: 15px;
}

@media (min-width: 769px) {
	.contentHeader {
		margin-bottom: 20px;
	}
}

.contentTitle {
	text-align: center;
	margin-bottom: 10px;
	font-weight: 900;
	font-size: 1.2rem;
}

@media (min-width: 769px) {
	.contentTitle {
		margin-bottom: 15px;
	}
}

.contentTitle span {
	display: inline-block;
	position: relative;
	font-weight: 900;
	line-height: 1.3;
	padding: 0 3px 3px;
	font-size: 22px;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(60%, transparent),
			color-stop(60%, #faf25a));
	background: linear-gradient(transparent 60%, #faf25a 60%);
}

@media (min-width: 769px) {
	.contentTitle span {
		font-size: 34px;
	}
}

.contentLead {
	text-align: justify;
	font-weight: 700;
}

@media (min-width: 769px) {
	.contentLead {
		font-size: 1rem;
	}
}

.contentLead em {
	font-weight: 900;
	font-size: 110%;
	font-style: normal;
}

.contentLead--center {
	text-align: center;
}

.contentBlock {
	position: relative;
}

.contentBlock:not(:last-child) {
	margin-bottom: 60px;
}

@media (min-width: 769px) {
	.contentBlock:not(:last-child) {
		margin-bottom: 100px;
	}
}

.contentSubTitle {
	text-align: center;
	margin-bottom: 1em;
}

.contentSubTitle span {
	display: inline-block;
	background-color: #e87c67;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 20px;
	min-width: 100px;
}

@media (min-width: 769px) {
	.contentSubTitle span {
		font-size: 18px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		min-width: 150px;
	}
}

.contentSub2Title {
	text-align: center;
	margin-bottom: 5px;
	font-size: 1.2rem;
	font-weight: 900;
}

@media (min-width: 769px) {
	.contentSub2Title {
		font-size: 20px;
		margin-bottom: 15px;
	}
}

.contentParagraph {
	margin-top: 40px;
}

@media (min-width: 769px) {
	.contentParagraph {
		margin-top: 80px;
	}
}

.contentParagraph:first-child() {
	margin-top: 0;
}

.contentHeader+.contentParagraph {
	margin-top: 0;
}

.swiper-slide {
	height: auto;
}

.swiper-button-next {
	right: 0;
	outline: none;
}

.swiper-button-prev {
	left: 0;
	outline: none;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 20px 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	color: #fff;
	font-size: 18px;
}

.swiper-button-next--outside,
.swiper-button-prev--outside {
	background-color: #80000a;
}

@media (min-width: 769px) {

	.swiper-button-next--outside,
	.swiper-button-prev--outside {
		padding: 15px 20px !important;
	}
}

.swiper-button-next--black,
.swiper-button-prev--black {
	background-color: transparent;
}

.swiper-button-next--black::after,
.swiper-button-prev--black::after {
	color: #000;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 8px !important;
	margin-bottom: 0;
	background-color: #000;
	opacity: 0.4;
	position: relative;
}

@media (min-width: 769px) {
	.swiper-pagination .swiper-pagination-bullet {
		margin: 0 10px !important;
	}
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #000;
	opacity: 1;
}

.swiper-pagination--outside {
	position: relative;
	bottom: 0 !important;
	margin-top: 5px;
}

.swiper-pagination--white .swiper-pagination-bullet,
.swiper-pagination--white .swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-pagination-fraction {
	color: #fff;
	font-size: 0.85rem;
}

.fixedButton {
	position: fixed;
	top: 100px;
	right: 22px;
	z-index: 995;
	width: auto;
}

.entryButton {
	background-color: #d0cd3b;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	width: 200px;
	border-radius: 5px;
	margin-top: 8px;
	-webkit-box-shadow: 0 3px 0 0px #b3b034;
	box-shadow: 0 3px 0 0px #b3b034;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 8px auto 0;
	padding: 0 15px;
	height: 40px;
}

.entryButton .icon {
	width: 28px;
	margin-left: 5px;
}

@media (min-width: 769px) {
	.entryButton {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 50px;
		min-height: 230px;
		padding: 20px 0;
		margin-top: 0;
		-webkit-transition: background-color 0.4s;
		transition: background-color 0.4s;
	}

	.entryButton .number {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		font-weight: 800;
	}

	.entryButton .icon {
		width: 34px;
		margin: 7px 0 0;
	}

	.entryButton:hover {
		background-color: #f2f06d;
	}
}

.gFooter {
	background-color: #fff;
	position: relative;
	height: 63px;
	width: 100%;
}

@media (max-width: 768px) {
	.gFooter {
		position: fixed;
		bottom: -5px;
		left: 0;
		z-index: 995;
	}
}

.gFooter__button {
	position: relative;
	z-index: 2;
	text-align: center;
}

.gFooter__button .entryButton {
	min-width: 240px;
}

.gFooter__bg {
	position: absolute;
	top: -10px;
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 100%;
	height: calc(100% + 10px);
	background: url(img/headerBG.png?2) center bottom/auto 70px repeat-x;
}

@media (min-width: 769px) {
	.gFooter__bg {
		background-size: 1100px auto;
	}
}

.pagetop {
	position: absolute;
	top: 0;
	right: 10px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 769px) {
	.pagetop {
		width: 50px;
		height: 50px;
		right: 30px;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}

	.pagetop:hover {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	}
}

.pagetop__inner {
	width: 50%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main {
	background: url(img/bg.png) center/250px auto #fff fixed;
	padding-bottom: 50px;
}

@media (min-width: 769px) {
	.main {
		padding-bottom: 0;
	}
}

.main__contents {
	padding: 40px 0;
	overflow: hidden;
}

@media (min-width: 769px) {
	.main__contents {
		padding: 80px 0;
	}
	.mv {
		padding-bottom: 80px;
	}
}

.main__inner {
	padding: 0 20px;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

.main__inner--narrow {
	max-width: 880px;
}

.main__inner--wide {
	max-width: 1400px;
}

.mv {
	padding-bottom: 40px;
}

.mv__logo {
	margin: 0 auto 40px;
	width: 100%;
	max-width: 1400px;
}

@media (max-width:541px) {
	.mv__logo img {
		margin-top: 100px;
	}
}

.mv__logo img {
	width: 100%;
}

.sponsor_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sponsor_list--top {
	justify-content: space-around;
}
.sponsor_list li {
	margin-top: 20px;
	background-color: #fff;
}
.sponsor_list--top li {
	width: 40%;
}
.sponsor_list--mid li{
	width: 32.5%;
}
.sponsor_list--bottom li {
	width: 24.5%;
}
.sponsor_list li img {
	max-width: 100%;
}
@media (max-width:541px) {
	.sponsor_list--top li {
		width: 70%;
	}
	.sponsor_list--mid li {
		width: 49%;
	}
	.sponsor_list--bottom li {
		width: 33%;
	}
	}

.news .newsList {
	margin: 0 auto;
	max-width: 880px;
	max-height: 150px;
	overflow: auto;
	scrollbar-color: #999 transparent;
	scrollbar-width: thin;
	padding: 0 10px;
}

.news .newsList::-webkit-scrollbar {
	width: 6px;
}

.news .newsList::-webkit-scrollbar-track {
	background: rgba(153, 153, 153, 0.3);
	border: none;
	border-radius: 6px;
}

.news .newsList::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 769px) {
	.news .newsList {
		max-height: 200px;
	}
}

.news .newsList__item {
	padding: 10px 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px dotted rgba(0, 0, 0, 0.3);
}

.news .newsList__item:last-child {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

@media (min-width: 769px) {
	.news .newsList__item {
		padding: 20px 5px;
	}
}

.news .newsList__itemDate {
	font-weight: bold;
}

@media (max-width: 768px) {
	.news .newsList__itemDate {
		font-size: 0.9rem;
	}
}

@media (min-width: 769px) {
	.news .newsList__itemDate {
		font-size: 1.1rem;
	}
}

.news .newsList__itemContent {
	padding-left: 15px;
	font-size: 0.9rem;
}

@media (min-width: 769px) {
	.news .newsList__itemContent {
		padding-left: 40px;
		font-size: 1rem;
	}
}

.news .newsList__itemTitle {
	font-size: 1rem;
	font-weight: 500;
}

@media (min-width: 769px) {
	.news .newsList__itemTitle {
		font-size: 1.1rem;
	}
}

.news__info {
	margin: 50px auto 0;
	max-width: 880px;
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
}

@media (min-width: 769px) {
	.news__info {
		padding: 30px;
	}
}

.column {
  padding: 70px 15px 40px;
}
@media (min-width: 981px) {
  .column {
    max-width: 1380px;
    margin: 0 auto;
    padding: 100px 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .column {
    padding-right: 90px;
  }
}
@media (min-width: 981px) {
  .column .contentHeader {
    width: 100%;
  }
}
@media (min-width: 981px) {
  .column__main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px;
    padding-left: 30px;
  }
}
.column__sub {
  margin-top: 30px;
}
@media (min-width: 981px) {
  .column__sub {
    width: 330px;
    margin-top: 0;
  }
}
@media (min-width: 981px) {
  .column__subInner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.column__sub .simpleButton {
  margin-top: 20px;
}
@media (min-width: 981px) {
  .column__sub .simpleButton {
    margin-top: 40px;
    text-align: left;
  }
}
.column .columnSubTitle {
  font-weight: 700;
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 10px;
  color: #d0cd3b;
}
@media (min-width: 981px) {
  .column .columnSubTitle {
    font-size: 20px;
  }
}
.column .columnSubTitle:not(:first-child) {
  margin-top: 30px;
}
@media (min-width: 981px) {
  .column .columnSubTitle:not(:first-child) {
    margin-top: 50px;
  }
}

.topics {
  position: relative;
}
.topics::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f9f7f2;
  mix-blend-mode: multiply;
}
.topicsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topicsList--home {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .topicsList--home .topicsList__item {
    width: calc(50% - 14px);
    margin: 0 7px 15px;
  }
  .topicsList--home .topicsList__item:nth-child(3) {
    display: none;
  }
}
@media (min-width: 769px) {
  .topicsList--home .topicsList__item {
    width: calc(33.33% - 30px);
  }
}
.topicsList__item {
  background-color: #fff;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 1.5em;
}
@media (min-width: 769px) {
  .topicsList__item {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
.topicsList__itemInner {
  color: inherit;
  text-decoration: none;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.topicsList__itemInner:hover {
  opacity: 0.6;
}
.topicsList__itemCategory {
  position: absolute;
  font-size: 0.85rem;
  top: 5px;
  right: -3px;
  color: #fff;
  background-color: #ea763e;
  padding: 5px 8px;
  line-height: 1;
  z-index: 3;
  font-size: 0.8rem;
}
@media (min-width: 769px) {
  .topicsList__itemCategory {
    top: 10px;
    right: -5px;
    font-size: 0.9rem;
    padding: 7px 10px;
  }
}
.topicsList__itemEyecatch {
  padding-top: 59.3%;
  position: relative;
}
.topicsList__itemEyecatch img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.topicsList__itemText {
  padding: 10px;
}
@media (min-width: 769px) {
  .topicsList__itemText {
    padding: 20px;
  }
}
.topicsList__itemTitle {
  font-weight: 500;
  line-height: 1.3;
  text-align: justify;
}
@media (min-width: 769px) {
  .topicsList__itemTitle {
    font-size: 1.1rem;
  }
}
.topicsList__itemDate {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  color: #ccc;
}
@media (min-width: 769px) {
  .topicsList__itemDate {
    bottom: 10px;
    right: 20px;
    font-size: 13px;
  }
}
.topicsSubList__item {
  background-color: #fff;
  margin-bottom: 10px;
}
.topicsSubList__itemInner {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.topicsSubList__itemInner:hover {
  opacity: 0.6;
}
.topicsSubList__itemEyecatch {
  width: 40%;
  padding-top: 23.72%;
  position: relative;
}
.topicsSubList__itemEyecatch img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.topicsSubList__itemText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
}
.topicsSubList__itemTitle {
  font-weight: 500;
  text-align: justify;
  font-size: 13px;
  height: 36.4px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}
.topicsSubList__itemTitle:before,
.topicsSubList__itemTitle:after {
  background: #fff;
  position: absolute;
}
.topicsSubList__itemTitle:before {
  content: "...";
  top: 18.2px;
  right: 0;
}
.topicsSubList__itemTitle:after {
  content: "";
  height: 100%;
  width: 100%;
}
.topicsSubList__itemDate {
  margin-top: 5px;
  font-size: 10px;
  color: #ccc;
}
@media (min-width: 769px) {
  .topicsSubList__itemDate {
    font-size: 12px;
  }
}
.categoryList {
  padding: 0 5px;
}
.categoryList .cat-item {
  display: inline-block;
  margin-bottom: 8px;
}
.categoryList .cat-item:not(:last-child) {
  margin-right: 0.2em;
}
.categoryList .cat-item-5 > a {
	display: none;
}
.categoryList .cat-item a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  background-color: #d0cd3b;
  color: #fff;
  padding: 0 15px;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.categoryList .cat-item a:hover {
  opacity: 0.6;
}
.pagination {
  margin-top: 20px;
}
.pagination .nav-links {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  border: 1px solid #d0cd3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #d0cd3b;
}
@media (min-width: 769px) {
  .pagination .nav-links .page-numbers {
    margin: 0 4px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .pagination .nav-links .page-numbers:hover {
    opacity: 0.6;
  }
}
.pagination .nav-links .page-numbers.current {
  color: #d0cd3b;
  background-color: transparent;
}
.simpleButton {
  text-align: center;
	margin-top: 50px;
}
.simpleButton__inner {
  display: inline-block;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #999;
  padding: 0 25px;
  line-height: 28px;
  color: #333;
  text-decoration: none;
}
@media (min-width: 769px) {
  .simpleButton__inner {
    height: 40px;
    border-radius: 20px;
    line-height: 36px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .simpleButton__inner:hover {
    opacity: 0.6;
  }
}
.articleHeader {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #666;
}
@media (min-width: 769px) {
  .articleHeader {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
.articleHeader__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .articleHeader__title {
    font-size: 28px;
  }
}
.articleHeader__info {
  margin-top: 10px;
}
.articleHeader__date {
  font-size: 0.85rem;
  color: #999;
  display: inline-block;
  margin-right: 15px;
}
.articleHeader__cat {
  position: relative;
  font-size: 0.85rem;
  padding-left: 5.5em;
  display: inline-block;
}
.articleHeader__cat::before {
  content: "カテゴリー：";
  position: absolute;
  left: 0;
  color: #999;
}
.articleHeader__catListItem {
  display: inline-block;
}
.articleHeader__catListItem:not(:first-child)::before {
  content: ", ";
}
.articleBody {
  background-color: #fff;
  padding: 15px;
}
@media (min-width: 769px) {
  .articleBody {
    padding: 25px;
  }
}
.articleBody img {
  height: auto;
}
.articleBody img.alignleft {
  text-align: left;
}
.articleBody img.aligncenter {
  display: block;
  margin: 0 auto;
}
.articleBody img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.articleBody .txtButton {
  display: inline-block;
  background-color: #d0cd3b;
  color: #fff;
  padding: 10px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.articleBody .txtButton:hover {
  opacity: 0.6;
}
.articleBody > *:first-child {
	margin-top: 0;
}
.articleBody > h2 {
  background-color: #f0efe1;
  padding: 10px;
  border-radius: 5px;
	margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 1.1rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .articleBody > h2 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding: 15px;
  }
}
.articleBody > h3 {
	margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.05rem;
  font-weight: 500;
  border-left: 4px solid #d0cd3b;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .articleBody > h3 {
    font-size: 1.15rem;
    margin-bottom: 15px;
  }
}
.articleBody > p {
  line-height: 1.75;
	margin-bottom: 15px;
}
/*
.snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin: 20px 0;
}
@media (min-width: 769px) {
  .snsList {
    padding: 15px 0;
    margin: 30px 0;
  }
}
.snsList__item {
  padding: 0 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.snsList__item a {
  display: block;
  background-color: #ccc;
  text-align: center;
  padding: 3px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.snsList__item a:hover {
  opacity: 0.6;
}
.snsList__item a img {
  width: 22px;
}
@media (min-width: 769px) {
  .snsList__item a img {
    width: 28px;
  }
}
.snsList__item--facebook a {
  background-color: #154c97;
}
.snsList__item--twitter a {
  background-color: #4898d7;
}
.snsList__item--line a {
  background-color: #00c300;
}
.snsList__item--hatena a {
  background-color: #2c6ebd;
}
.snsList__item--pocket a {
  background-color: #e7364a;
}
.snsList__item--evernote a {
  background-color: #79bd28;
}
*/



















.about {
	position: relative;
}

.about__inner {
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	max-width: 880px;
	margin: 0 auto;
}

@media (min-width: 769px) {
	.about__inner {
		padding: 30px 40px 40px;
	}
}

.about__title {
	text-align: center;
	margin-bottom: 8px;
}

@media (min-width: 769px) {
	.about__title {
		margin-bottom: 10px;
	}
}

.about__title a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #d0cd3b;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1;
	border-radius: 20px;
	padding: 7px 35px 7px 20px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.about__title a:hover {
	opacity: 0.6;
}

@media (min-width: 769px) {
	.about__title a {
		padding: 10px 45px 10px 30px;
	}
}

.about__title a::after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 14px;
	height: 14px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	background: url(img/arrow_white.svg) center/100% auto no-repeat;
}

@media (min-width: 769px) {
	.about__title a::after {
		right: 25px;
	}
}

.about__catch {
	text-align: center;
	font-weight: 800;
	font-size: 17px;
	color: #d0cd3b;
}

@media (min-width: 769px) {
	.about__catch {
		font-size: 26px;
	}
}

.about__description {
	text-align: justify;
	line-height: 2;
	font-size: 1.1rem;
	font-weight: 500;
}

@media (min-width: 769px) {
	.about__description {
		letter-spacing: 0.05em;
	}
}

.about__description em {
	font-style: normal;
	font-weight: bold;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(60%, transparent),
			color-stop(60%, #faf25a));
	background: linear-gradient(transparent 60%, #faf25a 60%);
}

.savingList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto
}

.savingList__item {
	position: relative;
	width: calc(50% - 8px);
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 16px
}

@media (max-width: 768px) {
	.savingList__item--large {
		width: 100%
	}
}

@media (min-width: 769px) {
	.savingList__item {
		width: calc(20% - 10px)
	}
}

.savingList__item-number {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 66px;
	height: 66px;
	text-align: right;
	padding: 2px 3px 0 0
}

@media (min-width: 769px) {
	.savingList__item-number {
		font-size: 22px;
		width: 84px;
		height: 84px
	}
}

.savingList__item-number::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #d0cd3b;
	z-index: -1;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg)
}

.savingList__item-image {
	position: relative;
	z-index: 1
}

.savingList__item-image::after {
	content: '';
	background-color: #fffda1;
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	top: 0;
	left: 0;
	z-index: 0
}

.savingList__item-image img {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 160px;
	position: relative;
	z-index: 1
}

.savingList__item-text {
	padding: 0 10px 15px;
	text-align: center
}

@media (min-width: 769px) {
	.savingList__item-text {
		padding-bottom: 25px
	}
}

.savingList__item-title {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
	min-height: 4.5em
}

.play__entry {
	margin-top: 20px;
}

@media (min-width: 769px) {
	.play__entry {
		margin-top: 50px;
	}
}

.area {
	position: relative;
}

.area::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f9f7f2;
	mix-blend-mode: multiply;
}

.area .areaMap {
	width: 320px;
	margin: 0 auto 40px;
	position: relative;
}

@media (min-width: 981px) {
	.area .areaMap {
		width: 100%;
		max-width: 600px;
		padding-top: 40px;
		margin-bottom: 50px;
	}
}

.area .spotButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}

@media (min-width: 769px) {
	.area .spotButton {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}
}

.area .spotButton li {
	width: calc(50% - 5px);
}

@media (min-width: 769px) {
	.area .spotButton li {
		max-width: 230px;
		margin: 0 10px;
	}
}

.area .spotButton li .button {
	width: 100%;
}

.area .spotButton li .button__container {
	max-width: 100%;
	width: 100%;
}

.area .spotButton li .button__inner {
	max-width: 100%;
	width: 100%;
	min-width: auto;
	padding: 0 5px;
	font-size: 0.9rem;
	background-color: #f92f0e;
	-webkit-box-shadow: 0 5px 0 0px #cf2105;
	box-shadow: 0 5px 0 0px #cf2105;
}

@media (min-width: 769px) {
	.area .spotButton li .button__inner:hover {
		background-color: #fa5a40;
	}
}

.area .areaMymap {
	margin: 30px auto 0;
	max-width: 1000px;
}

@media (min-width: 981px) {
	.area .areaMymap {
		margin-top: 60px;
	}
}

.area .areaMymap iframe {
	width: 100%;
	border: 3px solid #fff;
	height: 400px;
}

@media (min-width: 981px) {
	.area .areaMymap iframe {
		height: 580px;
	}
}

.eventList__item {
    background-color: #fff;
    padding: 15px
}

@media (min-width: 769px) {
    .eventList__item {
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.eventList__item:not(:last-child) {
    margin-bottom: 20px
}

@media (min-width: 769px) {
    .eventList__item:not(:last-child) {
        margin-bottom: 30px
    }
}

.eventList__image {
    margin-bottom: 10px
}

@media (min-width: 769px) {
    .eventList__image {
        margin-bottom: 0;
        width: 40%
    }
}

@media (min-width: 769px) {
    .eventList__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 40px
    }
}

.eventList__title {
    color: #CB3E95;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4
}

@media (min-width: 769px) {
    .eventList__title {
        font-size: 26px
    }
}

.eventList__date {
    font-size: 16px;
    font-weight: 900
}

@media (min-width: 769px) {
    .eventList__date {
        font-size: 20px
    }
}

.eventList__description {
    text-align: justify;
    margin-top: 10px
}

@media (min-width: 769px) {
    .eventList__description {
        margin-top: 20px
    }
}

.eventList__description em {
    font-style: normal;
    font-weight: bold
}

.eventList__description .caption {
    font-size: .85rem;
    color: #666;
    line-height: 1.5;
    display: inline-block
}

.eventList__postscript {
    width: 100%;
    margin-top: 20px
}

.eventTable {
    background-color: #fff;
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 auto;
    font-size: .9rem
}

.eventTable th,
.eventTable td {
    border: 1px solid #ccc;
    padding: 5px
}

.eventTable th {
    background-color: #fffda1;
    width: 7em
}

.recommend {
	position: relative;
}

.recommend::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #dbe7ef;
	mix-blend-mode: multiply;
}

.recommend .contentSubTitle span {
	background-color: #25a7b2;
}

.recommend .recommendMovie {
	margin-bottom: 10px;
}

@media (min-width: 769px) {
	.recommend .recommendMovie {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.recommend .recommendMovie--single {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.recommend .recommendMovie--single .recommendMovie__item {
		width: 100%;
		max-width: 800px;
	}
}

.recommend .recommendMovie__item {
	background-color: #fff;
	padding: 10px 20px 20px;
}

.recommend .recommendMovie__item:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 769px) {
	.recommend .recommendMovie__item {
		width: calc(50% - 10px);
	}

	.recommend .recommendMovie__item:not(:last-child) {
		margin-bottom: 0;
	}
}

.recommend .recommendMovie__itemTitle {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #d0cd3b;
	text-align: center;
}

@media (min-width: 769px) {
	.recommend .recommendMovie__itemTitle {
		font-size: 20px;
	}
}

.recommend .recommendMovie__itemTitleSub {
	display: block;
	font-size: 1rem;
}

@media (min-width: 769px) {
	.recommend .recommendMovie__itemTitleSub {
		display: inline-block;
		margin-right: 15px;
	}
}

.recommend .recommendMovie__itemYoutube .movie {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.recommend .recommendMovie__itemYoutube .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.recommend .recommendMovie__itemYoutube .movie--coming {
	background-color: #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
}

.recommend .modelcourseCaption {
	margin-top: 10px;
	text-align: center;
	font-size: 0.9rem;
}

.cyclingTour {
	margin-top: 20px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 2;
}

@media (min-width: 769px) {
	.cyclingTour {
		padding: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.cyclingTour__guest {
	margin-top: 20px;
}

@media (min-width: 769px) {
	.cyclingTour__guest {
		width: 200px;
		margin-top: 0;
	}
}

.cyclingTour__guestImage {
	display: block;
	width: 200px;
	border-radius: 50%;
	margin: 0 auto 5px;
}

@media (min-width: 769px) {
	.cyclingTour__guestImage {
		width: 100%;
	}
}

.cyclingTour__guestName {
	font-size: 1rem;
	text-align: center;
}

.cyclingTour__guestName em {
	font-size: 0.85rem;
	font-style: normal;
	font-weight: bold;
}

@media (min-width: 769px) {
	.cyclingTour__info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 50px;
	}
}

.cyclingTour__title {
	color: #d0cd3b;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.cyclingTour__title {
		text-align: center;
	}
}

@media (min-width: 769px) {
	.cyclingTour__title {
		font-size: 24px;
	}
}

.cyclingTour__title span {
	display: inline-block;
	background-color: #d0cd3b;
	padding: 5px 10px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	margin-right: 5px;
	font-size: 90%;
	border-radius: 3px;
}

.cyclingTour__table {
	border-collapse: collapse;
	border: 1px solid #ededed;
	background-color: #fff;
	width: 100%;
}

.cyclingTour__table th,
.cyclingTour__table td {
	text-align: left;
	padding: 10px;
	border: 1px solid #ededed;
}

@media (min-width: 769px) {

	.cyclingTour__table th,
	.cyclingTour__table td {
		padding: 20px 15px;
	}
}

.cyclingTour__table th {
	background-color: #f9f7f2;
	min-width: 4em;
}

@media (min-width: 769px) {
	.cyclingTour__table th {
		min-width: 7em;
	}
}

.cyclingTour .button {
	margin: 15px auto 10px;
}

.openingPresent {
	text-align: center;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}

@media (min-width: 769px) {
	.openingPresent {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.openingPresent__image {
	width: 150px;
	margin: 10px auto 20px;
}

@media (min-width: 769px) {
	.openingPresent__image {
		width: 200px;
		margin: -180px 50px 0 0;
	}
}

.openingPresent__caption {
	margin-top: 10px;
	font-weight: 500;
	font-size: 1.1rem;
}

.modelcourse__item {
	background-color: #fff;
	padding: 20px;
}

.modelcourse__item:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 769px) {
	.modelcourse__item {
		padding: 30px;
	}

	.modelcourse__item:not(:last-child) {
		margin-bottom: 50px;
	}
}

.modelcourse__itemTitle {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #d0cd3b;
}

@media (min-width: 769px) {
	.modelcourse__itemTitle {
		font-size: 30px;
		margin-bottom: 25px;
	}
}

.modelcourse__itemTitleSub {
	display: inline-block;
	margin-right: 3px;
	font-size: 16px;
	font-weight: 800;
}

@media (min-width: 769px) {
	.modelcourse__itemTitleSub {
		margin-right: 10px;
		font-size: 22px;
	}
}

.modelcourse__itemWidget {
	margin-top: 20px;
}

@media (min-width: 769px) {
	.modelcourse__itemWidget {
		margin-top: 30px;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.modelcourse__itemMap {
	width: 100%;
	height: 400px;
	border: none;
}

@media (min-width: 769px) {
	.modelcourse__itemMap {
		height: 500px;
	}
}

@media (min-width: 769px) {
	.modelcourse__itemInfo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.modelcourse__itemInfo .coursePhoto {
	margin-bottom: 20px;
}

@media (min-width: 769px) {
	.modelcourse__itemInfo .coursePhoto {
		width: 45%;
	}
}

@media (min-width: 769px) {
	.modelcourse__itemDetail {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 40px;
	}
}

.modelcourse__itemDescription {
	text-align: justify;
	margin: 0 0 15px;
}

.modelcourse__itemDatatable {
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: 0.85rem;
}

.modelcourse__itemDatatable th {
	width: 110px;
	padding-right: 20px;
}

@media (min-width: 769px) {
	.modelcourse__itemDatatable th {
		width: 130px;
	}
}

.modelcourse__itemDatatable td {
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

.modelcourse__itemYoutube {
	margin-top: 20px;
}

@media (max-width: 768px) {
	.modelcourse__itemYoutube {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (min-width: 769px) {
	.modelcourse__itemYoutube {
		margin-top: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: calc(50% + 15px);
		padding-left: 30px;
	}
}

.modelcourse__itemYoutube .movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.modelcourse__itemYoutube .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.privilege .privilegeNavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 15px auto 30px;
	max-width: 1080px;
}

@media (min-width: 769px) {
	.privilege .privilegeNavi {
		margin: 25px auto 70px;
	}
}

.privilege .privilegeNavi__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 1px;
}

.privilege .privilegeNavi__itemButton {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px 0 20px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	background: url(img/arrow.svg) center bottom 5px/13px auto no-repeat #fff;
	border-bottom: 3px solid #803f86;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

@media (max-width: 400px) {
	.privilege .privilegeNavi__itemButton {
		font-size: 11px;
	}
}

@media (min-width: 769px) {
	.privilege .privilegeNavi__itemButton {
		font-size: 16px;
	}
}

.privilege .privilegeNavi__itemButton--total {
	border-color: #14aca0;
}

.privilege .privilegeNavi__itemButton--photo {
	border-color: #155e90;
}

.privilege .privilegeNavi__itemButton--point {
	border-color: #cb3e95;
}

.privilege .privilegeNavi__itemButton--sns {
	border-color: #6cb7d4;
}

.privilege .contentSubTitle span {
	width: 100%;
}

.privilege .privilegeTotal .contentSubTitle span {
	background-color: #14aca0;
}

.privilege .privilegePhoto .contentSubTitle span {
	background-color: #155e90;
}

.privilege .privilegePoint .contentSubTitle span {
	background-color: #cb3e95;
}

.privilege .privilegeSNS .contentSubTitle span {
	background-color: #6cb7d4;
}

.privilege__lead {
	margin-bottom: 10px;
	text-align: justify;
}

@media (min-width: 769px) {
	.privilege__lead--center {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.privilege__targetContainer .privilege__target {
		text-align: left;
	}
}

@media (min-width: 769px) {
	.privilege__targetContainer {
		text-align: center;
	}

	.privilege__targetContainer .privilege__target {
		display: inline-block;
		margin: 5px 10px;
	}
}

.privilege__target {
	margin-top: 5px;
	text-align: center;
	font-weight: 700;
	color: #d0cd3b;
}

.privilege__target::before {
	content: "対象";
	display: inline-block;
	background-color: #fff;
	color: #d0cd3b;
	margin-right: 3px;
	padding: 5px 15px;
	line-height: 1;
	border-radius: 5px;
	border: 1px solid #d0cd3b;
}

.privilege__target--date::before {
	content: "期間";
}

.privilege__comingsoon {
	color: #cb3e95;
	text-align: center;
	font-weight: 800;
	font-size: 1.2rem;
	margin-top: 15px;
}

.privilege .ranking {
	margin-top: 30px;
}

@media (min-width: 769px) {
	.privilege .ranking {
		margin-top: 50px;
	}
}

.privilege .ranking+.ranking {
	margin-top: 70px;
}

@media (min-width: 769px) {
	.privilege .ranking+.ranking {
		margin-top: 80px;
	}
}

.privilege .ranking__title {
	font-size: 1.2rem;
	font-weight: 800;
	text-align: center;
	color: #14aca0;
	margin-bottom: 5px;
}

@media (min-width: 769px) {
	.privilege .ranking__title {
		margin-bottom: 10px;
	}
}

.privilege .ranking__description {
	color: #11958b;
}

@media (min-width: 769px) {
	.privilege .ranking__description {
		text-align: center;
	}
}

.privilege .ranking__caption {
	margin: 5px auto 0;
	font-size: 0.85rem;
	color: #666;
}

.privilege .ranking__caption--center {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
}

.privilege .ranking .rankingTable {
	margin-top: 30px;
	width: 100%;
	font-size: 0.85rem;
	border-collapse: separate;
	border-spacing: 1px 1px;
}

@media (min-width: 769px) {
	.privilege .ranking .rankingTable {
		border-spacing: 2px 2px;
		font-size: 0.9rem;
	}
}

.privilege .ranking .rankingTable th,
.privilege .ranking .rankingTable td {
	background-color: #fff;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

@media (min-width: 769px) {

	.privilege .ranking .rankingTable th,
	.privilege .ranking .rankingTable td {
		padding: 10px 15px;
	}
}

.privilege .ranking .rankingTable td.left {
	text-align: left;
}

.privilege .ranking .rankingTable .item {
	background-color: #e7fcfa;
}

.privilege .ranking .rankingTable .item:first-child {
	width: 70px;
}

@media (min-width: 769px) {
	.privilege .ranking .rankingTable .item:first-child {
		width: 140px;
	}
}

.privilege .ranking .rankingTable .item:nth-child(3) {
	width: 40px;
}

@media (min-width: 769px) {
	.privilege .ranking .rankingTable .item:nth-child(3) {
		width: 80px;
	}
}

.privilege .ranking .rankingTable .item:last-child {
	width: 80px;
}

@media (min-width: 769px) {
	.privilege .ranking .rankingTable .item:last-child {
		width: 160px;
	}
}

.privilege .ranking .rankingTable .edition {
	text-align: left;
}

@media (min-width: 769px) {
	.privilege .ranking .rankingTable .edition {
		text-align: center;
	}
}

.privilege .ranking .rankingTable .textButton {
	display: inline-block;
	line-height: 1;
	border: 1px solid #14aca0;
	color: #14aca0;
	padding: 3px 10px;
	border-radius: 3px;
	text-decoration: none;
}

.privilege .prize {
	margin-top: 20px;
	margin-bottom: 50px;
}

@media (min-width: 769px) {
	.privilege .prize {
		margin-top: 30px;
		margin-bottom: 80px;
	}
}

.privilege .prize .prizeTitle {
	text-align: center;
	font-size: 1.15rem;
	font-weight: bold;
}

@media (min-width: 769px) {
	.privilege .prize .prizeLead {
		text-align: center;
	}
}

.privilege .prize .prizeContainer {
	margin-left: -20px;
	padding: 0 20px;
	width: calc(100% + 40px);
}

.privilege .prize .button {
	margin-top: 15px;
	text-align: center;
}

.privilege .prize .button__container {
	display: inline-block;
}

@media (min-width: 769px) {
	.privilege .prize .button a {
		cursor: pointer;
	}

	.privilege .prize .button a:hover {
		background-color: #f2f06d;
	}
}

.privilege .prize .button__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	background-color: #d0cd3b;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	padding: 0 25px;
	min-width: 280px;
	text-decoration: none;
	-webkit-box-shadow: 0 8px 0 0px #b3b034;
	box-shadow: 0 8px 0 0px #b3b034;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.privilege .prize .button__inner .icon {
	width: 24px;
	margin: 0 5px;
}

@media (min-width: 769px) {
	.privilege .prize .button__inner .icon {
		width: 30px;
	}
}

@media (min-width: 769px) {
	.privilege .prize .button__inner {
		padding: 0 30px;
		font-size: 20px;
		min-width: 400px;
		height: 65px;
	}
}

.privilege .prize .button__inner.-disable {
	pointer-events: none;
	background-color: #999;
	-webkit-box-shadow: 0 5px 0 0px #666 !important;
	box-shadow: 0 5px 0 0px #666 !important;
}

.privilege .prize .button--small .button__inner {
	height: 40px;
	font-size: 1rem;
	font-weight: 700;
	-webkit-box-shadow: 0 5px 0 0px #b3b034;
	box-shadow: 0 5px 0 0px #b3b034;
	min-width: 200px;
}

@media (min-width: 769px) {
	.privilege .prize .button--small .button__inner {
		height: 44px;
		min-width: 250px;
	}
}

.privilege .prize .button--xsmall .button__inner {
	height: auto;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 7px 40px;
	-webkit-box-shadow: 0 5px 0 0px #b3b034;
	box-shadow: 0 5px 0 0px #b3b034;
	min-width: auto;
}

@media (min-width: 769px) {
	.privilege .prize .button--xsmall .button__inner {
		padding: 8px 50px;
	}
}

.privilege .prize .prizeProduct {
	margin-top: 20px;
}

.privilege .prize .prizeProduct__item {
	padding: 7px;
	background-color: #fff;
}

@media (min-width: 769px) {
	.privilege .prize .prizeProduct__item {
		padding: 10px;
	}
}

.privilege .prize .prizeProduct__itemImage {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.privilege .prize .prizeProduct__itemName {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.privilege .prize .prizeProduct__itemDescription {
	font-size: 0.85rem;
	margin-top: 5px;
}

.privilege .privilegePoint .button {
	margin-top: 15px;
	text-align: center;
}

.privilege .privilegePoint .button__container {
	display: inline-block;
}

@media (min-width: 769px) {
	.privilege .privilegePoint .button a {
		cursor: pointer;
	}

	.privilege .privilegePoint .button a:hover {
		background-color: #d666ab;
	}
}

.privilege .privilegePoint .button__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	background-color: #cb3e95;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	padding: 0 25px;
	min-width: 280px;
	text-decoration: none;
	-webkit-box-shadow: 0 8px 0 0px #a92d79;
	box-shadow: 0 8px 0 0px #a92d79;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.privilege .privilegePoint .button__inner .icon {
	width: 24px;
	margin: 0 5px;
}

@media (min-width: 769px) {
	.privilege .privilegePoint .button__inner .icon {
		width: 30px;
	}
}

@media (min-width: 769px) {
	.privilege .privilegePoint .button__inner {
		padding: 0 30px;
		font-size: 20px;
		min-width: 400px;
		height: 65px;
	}
}

.privilege .privilegePoint .button__inner.-disable {
	pointer-events: none;
	background-color: #999;
	-webkit-box-shadow: 0 5px 0 0px #666 !important;
	box-shadow: 0 5px 0 0px #666 !important;
}

.privilege .privilegePoint .button--small .button__inner {
	height: 40px;
	font-size: 1rem;
	font-weight: 700;
	-webkit-box-shadow: 0 5px 0 0px #a92d79;
	box-shadow: 0 5px 0 0px #a92d79;
	min-width: 200px;
}

@media (min-width: 769px) {
	.privilege .privilegePoint .button--small .button__inner {
		height: 44px;
		min-width: 250px;
	}
}

.privilege .privilegePoint .button--xsmall .button__inner {
	height: auto;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 7px 40px;
	-webkit-box-shadow: 0 5px 0 0px #a92d79;
	box-shadow: 0 5px 0 0px #a92d79;
	min-width: auto;
}

@media (min-width: 769px) {
	.privilege .privilegePoint .button--xsmall .button__inner {
		padding: 8px 50px;
	}
}

@media (min-width: 769px) {
	.privilege .privilegePoint .button {
		margin-top: 30px;
	}
}

.prizelist {
	margin-top: 40px;
}

@media (min-width: 769px) {
	.prizelist .prizeSubTitle {
		font-size: 1.1rem;
	}
}

.prizelist .prizeSubTitle {
	font-weight: bold;
	margin: 0 auto .6em;
}

.prizelist .prizeTable {
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	margin: 0 auto;
	font-size: 0.85rem;
}

.prizelist .prizeTable:not(:first-child) {
	margin-top: 20px;
}

@media (min-width: 769px) {
	.prizelist .prizeTable:not(:first-child) {
		margin-top: 40px;
	}
}

.prizelist .prizeTable th,
.prizelist .prizeTable td {
	border: 1px solid #ccc;
	padding: 5px;
	min-width: 4.5em;
	text-align: center;
	vertical-align: middle;
}

.prizelist .prizeTable th {
	background-color: #fffda1;
}

.prizelist .prizeTable th.category {
	width: 7.5em;
}

@media (min-width: 769px) {
	.prizelist .prizeTable th.category {
		width: 180px;
	}
}

.prizelist .prizeTable th.prizeName {
	width: 120px;
}

@media (min-width: 769px) {
	.prizelist .prizeTable th.prizeName {
		width: 280px;
	}
}

.prizelist__caption {
	margin-top: 10px;
	font-size: .85rem;
}

.winnerList {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.winnerList__item {
	width: 100%;
	margin-bottom: 10px;
	font-weight: 500;
}

@media (min-width: 481px) {
	.winnerList__item {
		width: 50%;
	}
}

@media (min-width: 769px) {
	.winnerList__item {
		width: 33.33%;
	}
}

.winnerList__itemTown {
	background-color: #fff;
	color: #666;
	font-size: 90%;
	line-height: 1;
	padding: 5px 8px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 10px;
}

.fotoconEntry {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 10px
}

.fotoconEntry__catch {
	font-size: 1.2rem;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center;
	color: #ff7b00;
	border-radius: 3px;
	padding: 15px;
	border: 2px solid #ff7b00;
	margin: 0 auto 10px
}

.fotoconEntry__catch em {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	display: block
}

@media (min-width: 769px) {
	.fotoconEntry__catch em {
		font-size: 26px;
		display: inline-block;
		margin-right: .5em
	}
}

.fotoconEntry__description {
	font-weight: 500
}

.fotoconEntry__description em {
	font-style: normal;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FAF25A));
	background: linear-gradient(transparent 60%, #FAF25A 60%)
}

.fotoconTerm {
	margin-top: 30px;
	text-align: center;
	position: relative;
	z-index: 2
}

@media (min-width: 769px) {
	.fotoconTerm {
		margin-top: 50px
	}
}

@media (min-width: 769px) {
	.fotoconTerm .-ignoreSmall {
		display: inline !important
	}
}

.fotoconTerm__inner {
	background-color: #ff9100;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 10px
}

@media (min-width: 769px) {
	.fotoconTerm__inner {
		font-size: 22px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		padding: 20px 40px
	}
}

.fotoconTerm__smaller {
	font-size: .9rem
}

.fotoconBg {
	margin: 20px 0 30px;
	position: relative;
	z-index: 1
}

.fotoconBg__inner {
	width: 130%;
	max-width: none;
	margin: 0 auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.fotoconBg__item {
	background-color: #fff;
	padding: 5px 5px 18px;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
	margin-right: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media (min-width: 769px) {
	.fotoconBg__item {
		padding: 8px 8px 20px
	}
}

.fotoconBg__item.-item1 {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg)
}

.fotoconBg__item.-item2 {
	-webkit-transform: rotate(-5deg) translateY(8px);
	transform: rotate(-5deg) translateY(8px)
}

.fotoconBg__item.-item3 {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg)
}

.fotoconBg__item.-item4 {
	-webkit-transform: rotate(-7deg) translateY(5px);
	transform: rotate(-7deg) translateY(5px)
}

.fotoconPresent {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 10px
}

@media (min-width: 769px) {
	.fotoconPresent {
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
		gap: 20px
	}
}

.fotoconPresent__item {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px
}

.fotoconPresent__item--coming {
	height: 150px;
	position: relative
}

.fotoconPresent__item--coming::after {
	content: 'COMING SOON';
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #999;
	font-weight: bold
}

.fotoconPresent__itemHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fotoconPresent__itemHeader:has(.fotoconPresent__itemHeaderAvatar) .fotoconPresent__itemHeaderName {
	text-align: left
}

.fotoconPresent__itemHeaderAvatar {
	width: 30px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	margin-right: 10px
}

.fotoconPresent__itemHeaderAvatar img {
	width: 100%
}

@media (min-width: 769px) {
	.fotoconPresent__itemHeaderAvatar {
		width: 36px
	}
}

.fotoconPresent__itemHeaderName {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #FF5700;
	line-height: 1.2;
	text-align: center
}

.fotoconPresent__itemPresent {
	display: block;
	border-radius: 10px;
	margin: 10px auto;
	width: 90%
}

@media (min-width: 769px) {
	.fotoconPresent__itemPresent {
		margin: 15px auto;
		width: 100%
	}
}

.fotoconPresent__itemDescription {
	font-size: 0.85rem;
	line-height: 1.3;
	text-align: center
}

@media (min-width: 769px) {
	.fotoconPresent__itemDescription {
		font-size: 0.85rem
	}
}

.fotoconPresent__itemDescription .caption {
	font-size: 10px;
	margin-top: 3px;
	display: block
}

@media (min-width: 769px) {
	.fotoconPresent__itemDescription .caption {
		font-size: 12px
	}
}


.entry {
	position: relative;
}

.entry::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f4f2fc;
	mix-blend-mode: multiply;
}

.entry .entryStep__item:not(:last-child) {
	margin-bottom: 40px;
}

@media (min-width: 769px) {
	.entry .entryStep__item:not(:last-child) {
		margin-bottom: 80px;
	}
}

.entry .entryStep__itemTitle {
	font-weight: 900;
	font-size: 1.15rem;
	color: #803f86;
	margin-bottom: 10px;
	border-bottom: 2px dotted #803f86;
}

@media (min-width: 769px) {
	.entry .entryStep__itemTitle {
		font-size: 22px;
	}
}

.entry .entryStep__itemTitle span {
	display: inline-block;
	height: 30px;
	border-radius: 15px;
	background-color: #803f86;
	color: #fff;
	font-weight: 800;
	font-size: 1.1rem;
	line-height: 30px;
	padding: 0 10px;
	margin-right: 5px;
}

@media (min-width: 769px) {
	.entry .entryStep__itemTitle span {
		height: 36px;
		border-radius: 18px;
		font-size: 20px;
		line-height: 36px;
		padding: 0 20px;
	}
}

.entry .entryStep__itemSubTitle {
	display: inline-block;
	height: 26px;
	border-radius: 13px;
	background-color: #803f86;
	color: #fff;
	font-weight: 800;
	line-height: 26px;
	padding: 0 15px;
	margin-bottom: 5px;
	margin-top: 20px;
}

.entry .entryStep__itemSubTitle:first-of-type {
	margin-top: 0;
}

@media (min-width: 769px) {
	.entry .entryStep__itemSubTitle {
		height: 30px;
		border-radius: 15px;
		line-height: 30px;
		padding: 0 20px;
	}
}

.entry .entryStep__itemBulletTitle {
	font-weight: bold;
	color: #803f86;
}

.entry .entryStep__item .entryStep__itemBullet+.entryStep__itemBulletTitle {
	margin-top: 10px;
}

@media (min-width: 769px) {
	.entry .entryStep__item .entryStep__itemBullet+.entryStep__itemBulletTitle {
		margin-top: 15px;
	}
}

.entry .entryStep__itemBullet {
	list-style-type: disc;
	padding-left: 1.5em;
}

.entry .entryStep__itemBullet .note {
	font-size: 90%;
}

.entry .entryStep__item .appGuide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 769px) {
	.entry .entryStep__item .appGuide::after {
		content: "";
		width: calc(33.33% - 5px);
	}
}

.entry .entryStep__item .appGuide__item {
	width: calc(50% - 5px);
	margin-bottom: 15px;
}

.entry .entryStep__item .appGuide__itemButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	border-radius: 10px;
	text-align: center;
	background-color: #803f86;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	-webkit-box-shadow: 0 5px 0 0px #5f2f63;
	box-shadow: 0 5px 0 0px #5f2f63;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

@media (min-width: 769px) {
	.entry .entryStep__item .appGuide__itemButton {
		height: 42px;
		cursor: pointer;
	}

	.entry .entryStep__item .appGuide__itemButton:hover {
		background-color: #a14fa9;
	}
}

.entry .download {
	background-image: url("img/travelo.png");
	background-size: auto 280px;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 320px;
}

@media (min-width: 769px) {
	.entry .download {
		min-height: 460px;
		background-size: auto 460px;
		background-position: bottom right -30px;
		padding-bottom: 30px;
		position: relative;
	}
}

@media (min-width: 769px) {
	.entry .travelo {
		width: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.entry .travelo__title {
	text-align: center;
	margin: 30px 0;
}

.entry .travelo__title img {
	width: 170px;
}

@media (min-width: 769px) {
	.entry .travelo__title {
		margin-bottom: 40px;
	}

	.entry .travelo__title img {
		width: 230px;
	}
}

.entry .travelo__applinkTitle {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.entry .travelo__link {
	text-align: center;
	margin-top: 10px;
}

@media (min-width: 769px) {
	.entry .travelo__link {
		margin-top: 30px;
	}
}

.entry .travelo__link a {
	background-color: #004e2a;
	border-radius: 20px;
	padding: 10px 15px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	min-width: 200px;
	display: inline-block;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.entry .travelo__link a:hover {
	opacity: 0.6;
}

.entry .applinkList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
}

.entry .applinkList__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 5px;
}

@media (min-width: 769px) {
	.entry .applinkList__item {
		padding: 0 10px;
	}
}

.entry .applinkList__itemButton {
	display: block;
	margin: 0 auto 10px;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.entry .applinkList__itemButton:hover {
	opacity: 0.6;
}

.entry .applinkList__itemQR {
	display: block;
	margin: 0 auto 10px;
	width: 80%;
	max-width: 120px;
}

@media (max-width: 768px) {
	.entry .applinkList__itemQR {
		display: none;
	}
}

.entry .entryProperty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px auto -20px;
}

@media (max-width: 768px) {
	.entry .entryProperty {
		max-width: 380px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.entry .entryProperty--narrow {
		width: 300px;
	}

	.entry .entryProperty--narrow .entryProperty__item {
		width: 50%;
	}
}

.entry .entryProperty__item {
	width: 33.33%;
	width: 50%;
	max-width: 115px;
	margin-bottom: 20px;
}

@media (min-width: 769px) {
	.entry .entryProperty__item {
		width: 20%;
		max-width: none;
	}
}

.entry .entryProperty__itemImage {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #803f86;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 769px) {
	.entry .entryProperty__itemImage {
		width: 120px;
		height: 120px;
	}
}

.entry .entryProperty__itemImage img {
	width: 80%;
}

.entry .entryProperty__itemText {
	color: #803f86;
	font-weight: 700;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.3;
	margin-top: 5px;
}

.entry .exchange {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px auto -20px;
}

@media (max-width: 768px) {
	.entry .exchange {
		max-width: 380px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.entry .exchange__item {
	width: 33.33%;
	padding: 0 5px;
	margin-bottom: 20px;
}

@media (min-width: 769px) {
	.entry .exchange__item {
		width: 25%;
		max-width: none;
		padding: 0 15px;
	}
}

.entry .exchange__itemImage {
	display: block;
	border-radius: 50%;
}

.entry .exchange__itemText {
	text-align: center;
	font-size: 0.85rem;
	line-height: 1.3;
	margin-top: 5px;
}

.bring {
	position: relative;
}

.bring::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f9f7f2;
	mix-blend-mode: multiply;
}

.bring .bringList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -30px;
}

@media (min-width: 769px) {
	.bring .bringList {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: -50px;
	}
}

.bring .bringList__item {
	width: calc(50% - 10px);
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

@media (min-width: 769px) {
	.bring .bringList__item {
		width: calc(25% - 30px);
		margin: 0 15px 50px;
	}
}

.bring .bringList__itemType {
	position: absolute;
	width: 34px;
	top: 10px;
	left: 50%;
	-webkit-transform: translate(50%, -30%);
	transform: translate(50%, -30%);
	z-index: 10;
}

@media (min-width: 769px) {
	.bring .bringList__itemType {
		width: 40px;
	}
}

.bring .bringList__itemIcon {
	width: 70px;
}

@media (min-width: 769px) {
	.bring .bringList__itemIcon {
		width: 95px;
	}
}

.bring .bringList__itemTitle {
	font-size: 1.05rem;
	font-weight: 800;
	color: #a0633e;
	margin-bottom: 5px;
}

.bring .bringList__itemDescription {
	font-size: 0.85rem;
	color: #777777;
	text-align: left;
}

@media (min-width: 769px) {
	.bring .bringList__itemDescription {
		padding: 0 5px;
	}
}

.bring .bringList__itemButton {
	margin-top: 10px;
	text-align: center;
}

.bring .bringList__itemButton a {
	display: inline-block;
	padding: 6px 20px;
	background-color: #d0cd3b;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
	border-radius: 5px;
}

@media (min-width: 769px) {
	.bring .bringList__itemButton a {
		font-size: 12px;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}

	.bring .bringList__itemButton a:hover {
		opacity: 0.6;
	}
}

.checkpointList {
	margin: 50px auto;
}

.checkpointList>ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
}

.checkpointList>ul>li {
	background-color: #fff;
	padding: 0.75em 5px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bicycle {
	margin-top: 20px;
}

@media (min-width: 769px) {
	.bicycle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.bicycle__item {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
}

@media (max-width: 768px) {
	.bicycle__item:not(:last-child) {
		margin-bottom: 15px;
	}
}

@media (min-width: 769px) {
	.bicycle__item {
		padding: 20px;
		width: calc(50% - 15px);
	}
}

.bicycle__itemTitle {
	font-size: 1.1rem;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #333;
}

.rentaCycleContainer {
	margin-left: -20px;
	padding: 0 20px;
	width: calc(100% + 40px);
}

.rentaCycle {
	margin-top: 10px;
}

.rentaCycle__item {
	background-color: #fff;
	width: 240px;
	position: relative;
}

@media (min-width: 769px) {
	.rentaCycle__item {
		width: 350px;
	}
}

.rentaCycle__itemCity {
	position: absolute;
	top: 10px;
	right: -10px;
	background-color: #894c27;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 1.3;
}

.rentaCycle__itemImage {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.rentaCycle__itemText {
	padding: 10px 15px 20px;
}

@media (min-width: 769px) {
	.rentaCycle__itemText {
		padding: 10px 20px 20px;
	}
}

.rentaCycle__itemName {
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 5px;
}

.rentaCycle__itemInfo {
	font-size: 0.85rem;
	width: 100%;
}

@media (min-width: 769px) {
	.rentaCycle__itemInfo {
		font-size: 13px;
	}
}

.rentaCycle__itemInfo th,
.rentaCycle__itemInfo td {
	display: block;
}

.rentaCycle__itemInfo th {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 3px;
	padding-top: 5px;
	font-weight: bold;
	color: #666;
}

@media (min-width: 769px) {
	.rentaCycle__itemInfo th {
		padding-top: 10px;
	}
}

.rentaCycle__itemInfo td {
	padding-top: 3px;
}

.recommendTitle {
	font-weight: 800;
	color: #d0cd3b;
	margin-top: 6px;
}

.rentaCycle__itemDescription {
	margin-top: 10px;
	text-align: justify;
	font-size: 0.9rem;
	max-height: 170px;
	overflow: auto;
	scrollbar-color: #999 transparent;
	scrollbar-width: thin;
	padding-right: 10px;
	line-height: 1.5;
}

.rentaCycle__itemDescription::-webkit-scrollbar {
	width: 6px;
}

.rentaCycle__itemDescription::-webkit-scrollbar-track {
	background: rgba(153, 153, 153, 0.3);
	border: none;
	border-radius: 6px;
}

.rentaCycle__itemDescription::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rentaCycle__item .button {
	margin-top: 20px;
	position: absolute;
	width: calc(100% - 30px);
	bottom: 15px;
	text-align: center;
}

.rentaCycle__item .button__container {
	display: inline-block;
}

@media (min-width: 769px) {
	.rentaCycle__item .button a {
		cursor: pointer;
	}

	.rentaCycle__item .button a:hover {
		background-color: #fb7d2f;
	}
}

.rentaCycle__item .button__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	background-color: #f26005;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	padding: 0 25px;
	min-width: 280px;
	text-decoration: none;
	-webkit-box-shadow: 0 8px 0 0px #c04c04;
	box-shadow: 0 8px 0 0px #c04c04;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.rentaCycle__item .button__inner .icon {
	width: 24px;
	margin: 0 5px;
}

@media (min-width: 769px) {
	.rentaCycle__item .button__inner .icon {
		width: 30px;
	}
}

@media (min-width: 769px) {
	.rentaCycle__item .button__inner {
		padding: 0 30px;
		font-size: 20px;
		min-width: 400px;
		height: 65px;
	}
}

.rentaCycle__item .button__inner.-disable {
	pointer-events: none;
	background-color: #999;
	-webkit-box-shadow: 0 5px 0 0px #666 !important;
	box-shadow: 0 5px 0 0px #666 !important;
}

.rentaCycle__item .button--small .button__inner {
	height: 40px;
	font-size: 1rem;
	font-weight: 700;
	-webkit-box-shadow: 0 5px 0 0px #c04c04;
	box-shadow: 0 5px 0 0px #c04c04;
	min-width: 200px;
}

@media (min-width: 769px) {
	.rentaCycle__item .button--small .button__inner {
		height: 44px;
		min-width: 250px;
	}
}

.rentaCycle__item .button--xsmall .button__inner {
	height: auto;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 7px 40px;
	-webkit-box-shadow: 0 5px 0 0px #c04c04;
	box-shadow: 0 5px 0 0px #c04c04;
	min-width: auto;
}

@media (min-width: 769px) {
	.rentaCycle__item .button--xsmall .button__inner {
		padding: 8px 50px;
	}
}

@media (min-width: 769px) {
	.rentaCycle__item .button {
		bottom: 20px;
		width: calc(100% - 40px);
	}
}

.rentaCycle__item .button__container {
	width: 100% !important;
}

.rentaCycle__item .button__inner {
	min-width: 0 !important;
	height: 30px !important;
	font-size: 0.85rem !important;
}

.app .button {
	margin-top: 30px;
}

@media (min-width: 769px) {
	.app .button {
		margin-top: 40px;
	}
}

.cautionFrame {
	margin-top: 30px;
	border: 1px solid #ccc;
	padding: 10px;
}

@media (min-width: 769px) {
	.cautionFrame {
		margin-top: 50px;
		padding: 15px;
	}
}

.cautionFrame__title {
	text-align: center;
	font-weight: 800;
	font-size: 1.1rem;
	line-height: 1.3;
	margin-bottom: 10px;
}

.cautionFrame__list {
	font-size: 0.85rem;
}

.cautionFrame__listItem {
	padding-left: 1.5em;
}

.cautionFrame__listItem:not(:last-child) {
	margin-bottom: 5px;
}

.cautionFrame__listItem::before {
	content: "※";
	margin-left: -1.3em;
}

.circleList {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 20px;
}

@media (min-width: 769px) {
	.circleList {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 981px) {
	.circleList {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
}

.circleList--flex {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.circleList__itemEyecatch {
	position: relative;
	margin: 0 auto 10px;
	max-width: 200px;
}

@media (min-width: 769px) {
	.circleList__itemEyecatch {
		max-width: 220px;
		margin-bottom: 15px;
	}
}

.circleList__itemImage {
	border-radius: 50%;
}

.circleList__itemPoint {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #155e90;
	color: #fff;
	font-weight: 700;
	font-size: 0.85rem;
}

@media (min-width: 769px) {
	.circleList__itemPoint {
		width: 56px;
		height: 56px;
		line-height: 22px;
	}
}

.circleList__itemPoint em {
	font-size: 18px;
	font-style: normal;
}

@media (min-width: 769px) {
	.circleList__itemPoint em {
		font-size: 22px;
	}
}

.circleList__itemPointInner {
	font-weight: 700;
	line-height: 1.1;
}

.circleList__itemPointInner em {
	display: block;
	font-size: 15px;
}

@media (min-width: 769px) {
	.circleList__itemPointInner em {
		font-size: 18px;
	}
}

.circleList__itemPointWide {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
}

.circleList__itemPointWideInner {
	height: 30px;
	border-radius: 15px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 0.8rem;
	background-color: #155e90;
	color: #fff;
}

.circleList__itemPointWideInner em {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	margin-right: 3px;
}

@media (min-width: 769px) {
	.circleList__itemPointWideInner em {
		font-size: 18px;
	}
}

.circleList__itemTitle {
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 800;
	color: #155e90;
	text-align: center;
	margin-bottom: 5px;
}

@media (min-width: 769px) {
	.circleList__itemTitle {
		margin-bottom: 10px;
	}
}

.circleList__itemTitle .caption {
	display: block;
	font-size: 0.9rem;
	margin-top: 5px;
	line-height: 1.4;
}

.circleList__itemDescription {
	word-break: break-all;
	font-size: 0.9rem;
}

.circleList__itemDescription em {
	font-style: normal;
	font-weight: bold;
}

.circleList__itemDescription a {
	display: block;
	line-height: 1;
	border-radius: 5px;
	font-size: 0.85rem;
	text-decoration: none;
	margin-top: 10px;
}

.circleList--pinkpurple .circleList__itemPoint {
	background-color: #cb3e95;
}

.circleList--pinkpurple .circleList__itemTitle {
	color: #cb3e95;
}

.circleList--pinkpurple .circleList__itemDescription a {
	color: #cb3e95;
}

.circleList--green .circleList__itemPoint {
	background-color: #14aca0;
}

.circleList--green .circleList__itemTitle {
	color: #14aca0;
}

.circleList--green .circleList__itemDescription a {
	background-color: #14aca0;
}

.circleList+.button {
	margin-top: 30px;
}

@media (min-width: 769px) {
	.flow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.flow__step {
	position: relative;
}

@media (max-width: 768px) {
	.flow__step:not(:last-child) {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.flow__step:not(:last-child)::after {
		content: "";
		position: absolute;
		bottom: -12px;
		left: calc(50% - 10px);
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top: 14px solid #666;
	}
}

@media (min-width: 769px) {
	.flow__step {
		width: 33.33%;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}

	.flow__step:not(:last-child) {
		margin-right: 30px;
		padding-right: 30px;
	}

	.flow__step:not(:last-child)::after {
		content: "";
		position: absolute;
		top: calc(50% - 14px);
		right: -14px;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-left: 14px solid #666;
	}
}

.flow__stepTitle {
	font-size: 14px;
	color: #d0cd3b;
	font-weight: 500;
	text-align: center;
	margin-top: 5px;
}

.flow__stepImage {
	display: block;
	width: 180px;
	margin: 0 auto 10px;
	border-radius: 10px;
	border: 3px solid #707070;
}

@media (min-width: 769px) {
	.flow__stepImage {
		width: 100%;
		max-width: 240px;
	}
}

.gallery .galleryIndex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 3px;
}

@media (min-width: 769px) {
	.gallery .galleryIndex {
		margin: 0 5px;
	}
}

.gallery .galleryIndex__item {
	width: calc(33.33% - 6px);
	margin: 3px;
}

@media (min-width: 769px) {
	.gallery .galleryIndex__item {
		width: calc(100% / 7 - 10px);
		margin: 5px;
	}
}

.gallery .gallerySlider__item {
	max-width: 880px;
}

.gallery .gallerySlider__itemInner {
	margin: 0 auto;
}

.gallery .gallerySlider__item img {
	width: 100%;
	opacity: 0.3;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.gallery .gallerySlider__item.swiper-slide-active img {
	opacity: 1;
}

.gallery .galleryThumbContainer {
	margin: 1px auto;
	background-color: rgba(255, 255, 255, 0.5);
}

.gallery .galleryThumbSlider__item {
	width: 80px;
}

.gallery .galleryThumbSlider__item img {
	opacity: 0.3;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.gallery .galleryThumbSlider__item img:hover {
	opacity: 1;
}

.gallery .galleryThumbSlider__item.swiper-slide-thumb-active img {
	opacity: 1;
}

@media (min-width: 769px) {
	.gallery .galleryThumbSlider__item {
		width: 120px;
		cursor: pointer;
	}
}

.gallery .swiper-button-prev,
.gallery .swiper-button-next {
	background-color: #80000a;
}

@media (min-width: 769px) {

	.gallery .swiper-button-prev,
	.gallery .swiper-button-next {
		padding: 15px 20px !important;
	}
}

.bgEnglish {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(90deg) translate(100%, -10%);
	transform: rotate(90deg) translate(100%, -10%);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	opacity: 0.1;
	font-family: "Teko", sans-serif;
	font-size: 120px;
	font-weight: 500;
	color: #fff;
	z-index: 0;
	line-height: 1;
	width: 1000px;
}

@media (min-width: 769px) {
	.bgEnglish {
		font-size: 200px;
	}
}

.bgEnglish--small {
	font-size: 100px;
}

@media (min-width: 769px) {
	.bgEnglish--small {
		font-size: 150px;
	}
}

.faqList {
	counter-reset: number;
}

.faqList__item {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.faqList__item:not(:last-child) {
	margin-bottom: 10px;
}

@media (min-width: 769px) {
	.faqList__item:not(:last-child) {
		margin-bottom: 15px;
	}
}

.faqList__item::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 13px;
	right: 8px;
	width: 12px;
	height: 12px;
	background: url(img/arrow_blue.svg) center/100% auto no-repeat;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

@media (min-width: 769px) {
	.faqList__item::after {
		top: 20px;
		right: 12px;
	}
}

.faqList__itemQ {
	padding: 10px 25px 10px 45px;
	position: relative;
	z-index: 2;
	font-weight: bold;
}

@media (min-width: 769px) {
	.faqList__itemQ {
		padding: 15px 35px 15px 55px;
		cursor: pointer;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}

	.faqList__itemQ:hover {
		opacity: 0.6;
	}
}

.faqList__itemQ::before {
	counter-increment: number;
	content: "Q" counter(number) ".";
	color: #d0cd3b;
	position: absolute;
	margin-left: -35px;
}

@media (min-width: 769px) {
	.faqList__itemQ::before {
		margin-left: -40px;
	}
}

.faqList__itemA {
	padding: 0 15px;
	height: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (min-width: 769px) {
	.faqList__itemA {
		padding: 0 20px;
	}
}

.faqList__item.-active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faqList__item.-active .faqList__itemA {
	opacity: 1;
	padding-bottom: 15px;
	height: auto;
}

.overviewTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

.overviewTable tr:nth-child(odd) th,
.overviewTable tr:nth-child(odd) td {
	background-color: #fffdc1;
}

.overviewTable tr:nth-child(even) th,
.overviewTable tr:nth-child(even) td {
	background-color: #fffddd;
}

.overviewTable th {
	width: 5em;
	text-align: left;
	padding: 8px;
}

@media (min-width: 769px) {
	.overviewTable th {
		width: 120px;
		padding: 12px;
	}
}

.overviewTable td {
	padding: 8px 8px 8px 15px;
}

.overviewTable td .caption {
	font-size: 0.85em;
}

.overviewTable td .note {
	margin-top: 10px;
	color: #ff3300;
}

@media (min-width: 769px) {
	.overviewTable td {
		padding: 12px 12px 12px 30px;
	}
}

.sponsarBanner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sponsarBanner__item {
	width: 33.33%;
	margin-top: 25px;
}

@media (min-width: 769px) {
	.sponsarBanner__item {
		width: 25%;
		margin-top: 40px;
	}

	.sponsarBanner__item a {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}

	.sponsarBanner__item a:hover {
		opacity: 0.6;
	}
}

.contact {
	text-align: center;
}

.contact__tel {
	text-decoration: none;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	color: #d0cd3b;
}

@media (min-width: 769px) {
	.contact__tel {
		pointer-events: none;
		font-size: 22px;
	}
}

.contact__hours {
	font-weight: 700;
	color: #d0cd3b;
}

.contact .button {
	margin-top: 15px;
}

.contact__mail {
	margin-bottom: 20px;
}

.contact__mail a {
	color: #d0cd3b;
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
}

.contact__address {
	margin-top: 15px;
}

@media (min-width: 769px) {
	.contact__address {
		margin-top: 25px;
	}
}

.contact__note {
	font-size: 0.85rem;
	margin-top: 10px;
}

@media (max-width: 768px) {
	.contact__note {
		text-align: left;
	}
}

.caution {
	background-color: #fff;
	padding: 15px 0;
	margin-bottom: 15px;
}

@media (min-width: 769px) {
	.caution {
		padding: 25px 0;
	}
}

.caution__inner {
	height: auto;
	max-height: 200px;
	padding: 0 15px;
	overflow: auto;
}

@media (min-width: 769px) {
	.caution__inner {
		padding: 0 25px;
		max-height: 280px;
	}
}

.caution__inner p {
	font-size: 0.85rem;
}

.caution__list.-number {
	font-size: 0.85rem;
	list-style-type: decimal;
	padding-left: 1em;
}

.caution__list.-number .caution__listItem:not(:last-child) {
	margin-bottom: 10px;
}

@media (min-width: 769px) {
	.caution__list.-number .caution__listItem:not(:last-child) {
		margin-bottom: 20px;
	}
}

.caution__listNumberTitle {
	font-weight: bold;
	font-size: 0.9rem;
	margin-left: -1em;
	margin-bottom: 5px;
}

.caution__listItem:not(:last-child) {
	margin-bottom: 10px;
}

@media (min-width: 769px) {
	.caution__listItem:not(:last-child) {
		margin-bottom: 30px;
	}
}

.caution__listItemTitle {
	font-size: 0.9rem;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
}

.caution__listItemDescription {
	font-size: 0.85rem;
	margin-bottom: 15px;
}

.caution__listSubItem:not(:last-child) {
	margin-bottom: 15px;
}

.caution__listSubItemTitle {
	font-weight: bold;
	margin-bottom: 5px;
}

.caution__listAttention {
	font-size: 0.85rem;
}

.caution__listAttention ul {
	list-style: disc outside;
	padding-left: 1.5em;
}

.caution__listAttention ul li:not(:last-child) {
	margin-bottom: 5px;
}

.caution__listAttention ul li em {
	color: #ff3400;
	font-style: normal;
}

.caution__listTitle {
	font-weight: bold;
	margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */