@charset "UTF-8";


* {
	font-feature-settings: "palt" 1;
}
html {
	/*overflow-y: scroll;
	overflow-x: hidden;*/
}
body {
	/*font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
/*	font-family: "Noto Sans JP", sans-serif;*/
	font-optical-sizing: auto;
	font-weight: 500;
	color: #333;
	line-height: 1.6;
/*	letter-spacing: 0.04em;*/
	-webkit-font-smoothing: antialiased;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	position: relative;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}

.Serif {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.Roboto { font-family: "Roboto", sans-serif; }

/*a {
	color: #008acc;
}
a:hover {
	opacity: .9;
}
a.type__red {
	color: #cc0064;
}
a.type__red:hover {
	opacity: .9;
}*/

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: 600;
}

#topcontrol {
	bottom: 10px!important;
	right: 10px!important;
	z-index: 99!important;
}
#pagetop {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #ed174d;
	position: relative;
}
#pagetop::before {
	content: "";
	width: 44%;
	height: 44%;
	background: url(../images/icon_arr01_W_top.png) no-repeat center center / cover;
}

.pc {
display: block!important;
}
.sp {
display: none!important;
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.pc {
display: none!important;
}
.sp {
display: block!important;
}
}

.noLink {
	pointer-events: none;
}

.styleRE {
	-webkit-appearance: none;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.1;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.input__text {
	display: block;
	width: 100%;
	background-color: #fff;
	border: 2px solid #333;
}
.input__text:focus {
	background-color: #e1efff;
}

.table__type01 {
	border: 1px solid #ccc;
}
.table__type01 th,
.table__type01 td {
	border: 1px solid #ccc;
	padding: .5em;
}
.table__type01 th {
	font-weight: 600;
	background-color: #f6f6f6;
}

.txt__L {
	text-align: left;
}
.txt__C {
	text-align: center;
}
.txt__R {
	text-align: right;
}

.para {
	text-indent: 1em;
}
.list__disc {
	list-style-type: disc;
	padding-left: 1em;
}





.wrapper {
	width: 100%;
	/*max-width: 1280px;
	margin: 0 auto;*/
	position: relative;
}





/* ================================================= */
/* header */
/* ================================================= */
.header {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.header .header__main {
	width: 100%;
	padding: 5px 10px;
	position: relative;
}

.header .nav__block {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 50px;
	background-color: #ED174C;
	background-color: #d40e3f;
	position: relative;
	z-index: 5;
}
.header .nav__block .nav__list {
	display: flex;
	font-size: 1.6em;
	line-height: 1.2;
}
.header .nav__block .nav__list .nav__item {
	display: flex;
	min-width: 10em;
	position: relative;
}
.header .nav__block .nav__list .nav__item .nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0);
	padding: 0 2em;
	transition: .3s;
}
.header .nav__block .nav__list .nav__item .nav:hover {
	background-color: rgba(255, 255, 255, .2);
}
.header .nav__block .nav__list .nav__item.drop .nav.noLink:hover {
	background-color: rgba(255, 255, 255, 0);
}


.header .nav__block .nav__list .nav__item.drop:hover .nav+.subnav__list {
	visibility: visible;
	opacity: 1;
}
.header .nav__block .nav__list .nav__item .subnav__list {
	width: 100%;
	background-color: #fff;
	border-right: 1px solid #990027;
	border-bottom: 1px solid #990027;
	border-left: 1px solid #990027;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	transition: .2s;
}
.header .nav__block .nav__list .nav__item .subnav__list .subnav__item+.subnav__item .subnav {
	border-top: 1px solid #990027;
}
.header .nav__block .nav__list .nav__item .subnav__list .subnav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: .9em;
	font-weight: 700;
	color: #990027;
	text-decoration: none;
	padding: 1em 0;
	transition: .2s;
}
.header .nav__block .nav__list .nav__item .subnav__list .subnav:hover {
	color: #ED174C;
	background-color: #ffdde5;
}



.header .logo__block {
	display: flex;
	gap: 10px;
	height: 100%;
	background-color: #fff;
	box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
	border-radius: .3em;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 10;
}
.header .logo__block .logo__box {
	height: 100%;
}
.header .logo__block .logo__box.JATMA {
	padding: 3px 0;
}
.header .logo__block .logo__box img {
	width: auto;
	height: 100%;
}

.sp__nav__btn {
	display: none;
}
/* screens smaller than 1440---------------------------------------------------------- */
@media only screen and (max-width:1440px) {
.header .nav__block {
	height: 42px;
}
.header .nav__block .nav__list {
	font-size: 1.5em;
}
}
/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {
.header .nav__block .nav__list {
	font-size: 1.3em;
}
.header .nav__block .nav__list .nav__item {
	min-width: inherit;
}
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.header .nav__block .nav__list .nav__item .nav {
	padding: .7em 1.5em;
}
}
/* screens smaller than 960---------------------------------------------------------- */
@media only screen and (max-width:960px) {
.header .nav__block {
	height: 40px;
}
.header .nav__block .nav__list {
	display: none;
	flex-direction: column;
	background-color: #76132c;
	position: absolute;
	top: 100%;
	right: 0;
}
.header .nav__block .nav__list .nav__item {
	flex-direction: column;
}
.header .nav__block .nav__list .nav__item+.nav__item {
	border-top: 1px solid #b99898;
}
.header .nav__block .nav__list .nav__item.drop+.nav__item {
	border-top: 0;
}

.header .nav__block .nav__list .nav__item .nav {
	padding: 1em 1.5em;
}
.header .nav__block .nav__list .nav__item .nav:hover {
	background-color: rgba(255, 255, 255, 0);
}
.header .nav__block .nav__list .nav__item .subnav__list {
	visibility: visible;
	opacity: 1;
	position: static;
	transition: inherit;
}
.header .nav__block .nav__list .nav__item .subnav__list .subnav:hover {
	color: #990027;
	background-color: #fff;
}

.sp__nav__btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1em;
}
.sp__nav__btn .nav__btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 2em;
	position: relative;
}
.sp__nav__btn .nav__btn .bar {
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .4s;
	position: absolute;
	left: 0;
}
.sp__nav__btn .nav__btn .bar:nth-of-type(1) {
	top: 0;
}
.sp__nav__btn .nav__btn .bar:nth-of-type(2) {
	top: calc(50% - 1px);
}
.sp__nav__btn .nav__btn .bar:nth-of-type(3) {
	top: calc(100% - 2px);
}
.sp__nav__btn.active .nav__btn span:nth-of-type(1) {
	top: calc(50% - 1px);
	transform: rotate(-135deg);
}
.sp__nav__btn.active .nav__btn span:nth-of-type(2) {
	opacity: 0;
}
.sp__nav__btn.active .nav__btn span:nth-of-type(3){
	top: calc(50% - 1px);
	transform: rotate(135deg);
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.header .header__main {
	padding: 2px 5px;
}
.header .logo__block {
	gap: 5px;
	padding: 3px 5px;
	left: 10px;
}
.header .nav__block {
	height: 35px;
}
.sp__nav__btn {
	padding: 1em;
}
.sp__nav__btn .nav__btn {
	width: 2.5em;
	height: 1.8em;
}
}





/* ================================================= */
/* gnav */
/* ================================================= */





/* ================================================= */
/* footer */
/* ================================================= */
.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.6em;
	color: #fff;
	background-color: #d40e3f;
	padding-top: 3em;
}
.footer .contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.footer .contact h2 {
	font-weight: 700;
}
.footer .contact .mail a {
	color: #fff;
}
.footer .copy {
	text-align: center;
	padding: 1.5em 0;
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.footer {
	font-size: 1.4em;
}
}





/* ================================================= */
/* mainvisual */
/* ================================================= */
.mainvisual {
	display: flex;
	align-items: center;
	width: 100%;
	height: 0;
	min-height: 600px;
	padding-top: 45%;
	background: url(../images/mainvisual02.jpg) no-repeat bottom right / cover;
	position: relative;
}
.mainvisual .maintitle {
	display: flex;
	flex-direction: column;
	font-size: 4vw;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	background-color: #ED174C;
	padding: .5em .8em;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mainvisual .maintitle .sub {
	font-size: .4em;
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.mainvisual {
	min-height: inherit;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.mainvisual {
	height: 30vh;
}
.mainvisual .maintitle {
	font-size: 6vw;
	padding: .5em;
	top: 55%;
}
}





.container {
	font-size: 1.8em;
}
/* screens smaller than 960---------------------------------------------------------- */
@media only screen and (max-width:960px) {
.container {
	font-size: 1.6em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.container {
	font-size: 1.5em;
}
}



.section__title__blcok {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 60px;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
}
.section__title__blcok::before {
	content: "";
	width: 70%;
	height: 100%;
	background-color: #ED174C;
	position: absolute;
	top: 0;
	left: -5%;
	transform: skewX(10deg);
}
.section__title__blcok .section__title {
	width: 100%;
	max-width: 1280px;
	font-size: 2.6em;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	padding: .3em 0;
	position: relative;
}

.section__title__blcok.pos__left::before {
	left: inherit;
	right: -5%;
}
.section__title__blcok.pos__left .section__title {
	text-align: right;
	padding-right: 2em;
}

/* screens smaller than 1440---------------------------------------------------------- */
@media only screen and (max-width:1440px) {
.section__title__blcok .section__title {
	font-size: 2.4em;
}
}
/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {
.section__title__blcok .section__title {
	font-size: 2.2em;
}
.section__title__blcok.pos__left .section__title {
	padding-right: 1em;
}
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.section__title__blcok {
	margin-bottom: 50px;
}
.section__title__blcok .section__title {
	font-size: 2em;
}
.section__title__blcok.pos__left .section__title {
	padding-right: 0;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__title__blcok {
	margin-bottom: 40px;
}
.section__title__blcok .section__title {
	font-size: 1.8em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__title__blcok {
	margin-bottom: 40px;
}
.section__title__blcok::before {
	width: 85%;
}
.section__title__blcok .section__title {
	font-size: 1.6em;
}
}





/* ================================================= */
/* top */
/* ================================================= */

/* section__news */
/* ================================================= */
.section__news {
	display: flex;
	justify-content: center;
	background-color: #f7f7f7;
	padding: 80px 20px;
}
.section__news .section__main {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 60px;
	width: 100%;
	max-width: 1000px;
}
.section__news .section__title {
	font-size: 1.8em;
	font-weight: 700;
	color: #ED174C;
	line-height: 1.2;
}
.section__news .section__news__main {
	height: 14em;
	background-color: #fff;
	padding: 1.5em 1.5em;
	overflow-x: hidden;
	overflow-y: auto;
}
.section__news .news__list .news__block {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 3em;
	line-height: 1.5;
}
.section__news .news__list .news__block+.news__block {
	margin-top: 1em;
}
.section__news .news__list .news__block .contents a {
	color: #0058ad;
}
.section__news .news__list .news__block .contents a:hover {
	text-decoration: none;
}
.section__news .news__list .news__block .contents a.noLink {
	color: inherit;
}
/* screens smaller than 960---------------------------------------------------------- */
@media only screen and (max-width:960px) {
.section__news {
	padding: 40px 20px 60px;
}
.section__news .section__main {
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__news {
	padding: 30px 20px 40px;
}
.section__news .section__main {
	grid-gap: 20px;
}
.section__news .section__news__main {
	height: 16em;
	padding: 1em;
}
.section__news .news__list .news__block {
	grid-template-columns: 1fr;
	grid-gap: .2em;
}
}



/* section__message */
/* ================================================= */
.section__message {
	padding: 80px 0;
}
.section__message .section__container {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
.section__message .section__container__main {
	display: grid;
	grid-template-columns: 1fr 25%;
	grid-gap: 60px;
	width: 100%;
	max-width: 1280px;
}

.section__message .message__img {
	display: flex;
	flex-direction: column;
}
.section__message .message__img .img__box {
	display: flex;
}
.section__message .message__img .profile__box {
	line-height: 1.5;
	text-align: right;
	margin-top: .5em;
}
.section__message .message__img .profile__box .post {
	font-size: .9em;
}

.section__message .message__contents p+p {
	margin-top: 1em;
}

/* screens smaller than 1440---------------------------------------------------------- */
@media only screen and (max-width:1440px) {
.section__message {
	padding: 70px 0;
}
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.section__message .section__container__main {
	grid-template-columns: 1fr 35%;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__message {
	padding: 60px 0;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__message {
	padding: 50px 0;
}
.section__message .section__container__main {
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.section__message .message__img {
	padding: 0 1em;
}
}



/* section__dates */
/* ================================================= */
.section__dates {
	padding: 80px 0;
}
.section__dates .section__container {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
.section__dates .section__container__main {
	display: grid;
	grid-template-columns: 30% 1fr;
	grid-gap: 60px;
	width: 100%;
	max-width: 1280px;
}
.section__dates .img__block {
	display: flex;
	order: 1;
}
.section__dates .info__block {
	order: 2;
	font-size: 1.2em;
}
.section__dates .info__block .info__box+.info__box {
	margin-top: 1em;
}
.section__dates .info__block .box__title {
	font-size: 1.6em;
	font-weight: 700;
	color: #ED174C;
}
.section__dates .info__block .access__box {
	display: flex;
	margin-top: 1.5em;
}
.section__dates .info__block .access__box a {
	width: 10em;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	background-color: #048bd7;
	padding: .5em 0;
	transition: .2s;
}
.section__dates .info__block .access__box a:hover {
	opacity: .8;
}

/* screens smaller than 1440---------------------------------------------------------- */
@media only screen and (max-width:1440px) {
.section__dates {
	padding: 70px 0;
}
}
/* screens smaller than 960---------------------------------------------------------- */
@media only screen and (max-width:960px) {
.section__dates .section__container__main {
	grid-template-columns: 40% 1fr;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__dates {
	padding: 60px 0;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__dates {
	padding: 50px 0;
}
.section__dates .section__container__main {
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.section__dates .img__block {
	order: 2;
	padding: 0 1em;
}
.section__dates .info__block {
	order: 1;
	font-size: 1em;
}
.section__dates .info__block .access__box {
	justify-content: center;
	margin-top: 1.5em;
}
.section__dates .info__block .access__box a {
	width: 50%;
}
.section__dates .info__block .access__box a:hover {
	opacity: 1;
}
}



/* section__organizers */
/* ================================================= */
.section__organizers {
	padding: 80px 0;
}
.section__organizers .section__container {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
.section__organizers .section__container__main {
	width: 100%;
	max-width: 1280px;
}
.section__organizers .organizers__list {
	font-size: 1.2em;
}
.section__organizers .organizers__block+.organizers__block {
	margin-top: 1.6em;
}
.section__organizers .organizers__block__title {
	border-left: 5px solid #ED174C;
	padding-left: 1em;
}
.section__organizers .organizers__block__title .sub {
	font-size: .9em;
	color: #464343;
}
.section__organizers .organizers__block__contents {
	font-size: .9em;
	line-height: 1.5;
	padding: .3em 0 0 calc(1em + 5px);
}

.section__organizers .organizers__note {
	margin-top: 2em;
}

/* screens smaller than 1440---------------------------------------------------------- */
@media only screen and (max-width:1440px) {
.section__organizers {
	padding: 70px 0;
}
}
/* screens smaller than 960---------------------------------------------------------- */
@media only screen and (max-width:960px) {
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.section__organizers {
	padding: 60px 0;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.section__organizers {
	padding: 50px 0;
}
.section__organizers .organizers__list {
	font-size: 1em;
}
.section__organizers .organizers__block__title {
	display: flex;
	flex-direction: column;
	line-height: 1.4;
}
}





/* ================================================= */
/* common */
/* ================================================= */

.common .container {
	display: flex;
	justify-content: center;
	font-size: 1.8em;
	background-color: #f7f7f7;
	padding: 80px 20px;
}
.common .container__main {
	width: 100%;
	max-width: 1280px;
	background-color: #fff;
	padding: 30px;
}
/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {
.common .container {
	font-size: 1.5em;
	padding: 50px 20px;
}
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
.common .container {
	font-size: 1.4em;
	padding: 30px 20px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.common .container {
	font-size: 1.3em;
	padding: 20px;
}
.common .container__main {
	padding: 20px;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.common .container {
	font-size: 1.2em;
	padding: 20px 10px;
}
.common .container__main {
	padding: 15px 10px;
}
}



/* ================================================= */
/* page__title__container */
/* ================================================= */
.page__title__container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: url(../images/mainvisual02.jpg) no-repeat bottom right / cover;
	padding: 120px 0 60px;
	position: relative;
}
.page__title__container .page__title {
	display: flex;
	justify-content: center;
	width: auto;
	min-width: 50%;
	font-size: 2.9vw;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	background-color: #ED174C;
	padding: .5em .8em;
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.page__title__container {
	padding: 100px 0 50px;
}
.page__title__container .page__title {
	font-size: 3.4vw;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__title__container {
	padding: 70px 0 20px;
}
.page__title__container .page__title {
	font-size: 4.8vw;
}
}



.anchor:target::before {
	content: "";
	display: block;
	height: 90px;
	margin-top: -90px;
}
.common .common__section {
	position: relative;
}
.common .common__section+.common__section {
	margin-top: 60px;
}
.common .common__section .section__title {
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.2;
	background-color: #ffe9ee;
	border-left: 10px solid #ED174C;
	margin-bottom: 20px;
	padding: .2em .5em;
}

.common .common__section .section__block+.section__block {
	margin-top: 30px;
}
.common .common__section .section__block .block__title {
	font-size: 1.6em;
	font-weight: 700;
	color: #7f0020;
	border-bottom: 2px solid #7f0020;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

/* screens smaller than 960---------------------------------------------------------- */
@media only screen and (max-width:960px) {
.anchor:target::before {
	height: 80px;
	margin-top: -80px;
}
.common .common__section+.common__section {
	margin-top: 50px;
}
.common .common__section .section__title {
	font-size: 1.6em;
	margin-bottom: 15px;
}
.common .common__section .section__block .block__title {
	font-size: 1.5em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.anchor:target::before {
	height: 60px;
	margin-top: -60px;
}
.common .common__section+.common__section {
	margin-top: 40px;
}
}



/* page__Registration */
/* ================================================= */
.page__Registration .date__info {
	font-size: 1.8em;
	font-weight: 700;
	color: #ed174d;
}
.page__Registration .detail__table {
	margin-top: 30px;
}
.page__Registration .detail__table .table {
	width: 100%;
}
.page__Registration .detail__table .table th,
.page__Registration .detail__table .table td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666;
	padding: .5em;
}
.page__Registration .detail__table .table th {
	font-weight: 700;
	background-color: #ffe6e6;
}
.page__Registration .detail__note {
	margin-top: 1em;
}
.page__Registration .detail__note .type01 {
	color: #ed174d;
}
.page__Registration .detail__note .type02 {
	text-decoration: underline;
}

.page__Registration .Cancel__Policy {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 1.5em;
}
.page__Registration .Cancel__Policy .title {
	color: #ed174d;
}

.page__Registration .btn__Registration {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.page__Registration .btn__Registration .btn {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 50%;
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background-color: #008d6b;
	padding: .8em 0;
	transition: .2s;
}
.page__Registration .btn__Registration .btn:hover {
	opacity: .8;
}

/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.page__Registration .date__info {
	font-size: 1.6em;
}
.page__Registration .detail__table {
	margin-top: 20px;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__Registration .date__info {
	font-size: 1.5em;
}
.page__Registration .detail__table {
	margin-top: 15px;
}
.page__Registration .detail__table .table th.Price {
	width: 7em;
}
}





/* page__Seeking */
/* ================================================= */
.page__Seeking .section__block.Sponsors .deadline {
	display: flex;
	margin-top: 1em;
}
.page__Seeking .section__block.Sponsors .deadline span {
	font-size: 1.3em;
	font-weight: 700;
	background:linear-gradient(transparent 80%, #ff7296 80%);
	padding: 0 .3em;
}

.page__Seeking .section__block.Details .detail__box+.detail__box {
	margin-top: 1em;
}
.page__Seeking .section__block.Details .detail__box .detail__box__title {
	display: flex;
	font-size: 1.2em;
	font-weight: 700;
}
.page__Seeking .section__block.Details .detail__box .detail__box__title .num {
	flex-shrink: 0;
	margin-right: .3em;
}

.page__Seeking .section__block.contact {
	background-color: #f7f7f7;
	padding: 20px;
}


.page__Seeking .section__block.Sponsors__list .sponsors__container+.sponsors__container {
	margin-top: 2em;
}

.page__Seeking .section__block.Sponsors__list .sponsors__container .list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2em;
}

.page__Seeking .section__block.Sponsors__list .sponsors__category {
	display: flex;
	width: 100%;
	margin-bottom: .5em;
}
.page__Seeking .section__block.Sponsors__list .sponsors__category > span {
/*	min-width: 12em;*/
	font-size: .9em;
	font-weight: 700;
	line-height: 1.2;
	background-color: #ccf;
	padding: .3em .6em;
}
.page__Seeking .section__block.Sponsors__list .Diamond .sponsors__category > span {
	background-color: #acdcff;
}
.page__Seeking .section__block.Sponsors__list .Gold .sponsors__category > span {
	background-color: #fae274;
}
.page__Seeking .section__block.Sponsors__list .Silver .sponsors__category > span {
	background-color: #dedede;
}

.page__Seeking .section__block.Sponsors__list .sponsors__box {
	display: flex;
	align-items: center;
	font-size: 1.1em;
}
.page__Seeking .section__block.Sponsors__list .sponsors__box::before {
	content: "";
	width: .8em;
	height: .8em;
	background-color: #ccc;
	border-radius: 100vh;
	margin-right: .4em;
}
.page__Seeking .section__block.Sponsors__list .Diamond .sponsors__box::before {
	background-color: #acdcff;
}
.page__Seeking .section__block.Sponsors__list .Gold .sponsors__box::before {
	background-color: #fae274;
}
.page__Seeking .section__block.Sponsors__list .Silver .sponsors__box::before {
	background-color: #dedede;
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__Seeking .section__block.Sponsors__list .sponsors__container .list {
	flex-direction: column;
	gap: .2em;
}
}





/* page__Access */
/* ================================================= */
.page__Access .Airports .section__block {
	display: grid;
	grid-template-columns: 600px 1fr;
	grid-gap: 50px;
}
.page__Access .Airports .section__block .Airports__info {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
}
.page__Access .Airports .section__block .Airports__info .info__list__box+.info__list__box {
	margin-top: 2em;
}
.page__Access .Airports .section__block .Airports__info .info__list__box .box__title {
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: .5em;
}
.page__Access .Airports .section__block .Airports__info .info__list__box .box__contents {
	display: flex;
	line-height: 1.4;
}
.page__Access .Airports .section__block .Airports__info .info__list__box .box__contents .icon {
	margin-right: .3em;
	line-height: 1.4;
}

/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {
.page__Access .Airports .section__block {
	grid-template-columns: 50% 1fr;
	grid-gap: 40px;
}
}
/* screens smaller than 960---------------------------------------------------------- */
@media only screen and (max-width:960px) {
.page__Access .Airports .section__block {
	grid-template-columns: 55% 1fr;
	grid-gap: 30px;
}
.page__Access .Airports .section__block .Airports__info {
	font-size: 1.1em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__Access .Airports .section__block {
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.page__Access .Airports .section__block .Airports__info {
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1em;
}
.page__Access .Airports .section__block .Airports__img {
	padding: 0 1em;
}
}


.page__Access .Transportation .section__block {
	display: grid;
	grid-template-columns: 1fr 600px;
	grid-gap: 50px;
}
.page__Access .Transportation .section__block .Transportation__info {
	order: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
}
.page__Access .Transportation .section__block .Transportation__info .info__list__box+.info__list__box {
	margin-top: 2em;
}
.page__Access .Transportation .section__block .Transportation__info .info__list__box .box__title {
	font-size: 1.2em;
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: .5em;
}
.page__Access .Transportation .section__block .Transportation__info .info__list__box .box__contents {
	display: flex;
	line-height: 1.4;
}
.page__Access .Transportation .section__block .Transportation__info .info__list__box .box__contents .icon {
	margin-right: .3em;
	line-height: 1.4;
}

.page__Access .Transportation .section__block .Transportation__img {
	order: 1;
	display: flex;
}

/* screens smaller than 1280---------------------------------------------------------- */
@media only screen and (max-width:1280px) {
.page__Access .Transportation .section__block {
	grid-template-columns: 1fr 50%;
	grid-gap: 40px;
}
}
/* screens smaller than 960---------------------------------------------------------- */
@media only screen and (max-width:960px) {
.page__Access .Transportation .section__block {
	grid-template-columns: 1fr 55%;
	grid-gap: 30px;
}
.page__Access .Transportation .section__block .Transportation__info {
	font-size: 1.1em;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__Access .Transportation .section__block {
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.page__Access .Airports .section__block .Transportation__info {
	order: 1;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1em;
}
.page__Access .Transportation .section__block .Transportation__img {
	order: 2;
	padding: 0 1em;
}
}





/* page__Program */
/* ================================================= */
.page__Program .catch__block {
	border: 3px solid #666;
	padding: 20px;
}
.page__Program .catch__block .theme {
	font-size: 1.5em;
	font-weight: 700;
	color: #ed174d;
	margin-top: .5em;
}

.page__Program .program__block .program__box+.program__box {
	margin-top: 2em;
}
.page__Program .program__block .program__box .program__list__title {
	display: flex;
	flex-direction: column;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 5px;
}
.page__Program .program__block .program__box .program__list__title .note {
	font-size: .8em;
	color: #444;
}
.page__Program .program__block .program__box .program__list__title .note::before {
	content: "-";
	display: inline-block;
	margin-right: .3em;
}

.page__Program .program__block .program__box .program__list__contents {
	background-color: #f7f7f7;
	padding: .15em .5em;
}
.page__Program .program__block .program__box .program__list__contents+.program__list__contents {
	margin-top: 2px;
}





/* page__Accommodation */
/* ================================================= */
.page__Accommodation .section__block.Accommodation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}
.page__Accommodation .section__block.Accommodation .Accommodation__img {
	order: 1;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info {
	order: 2;
	background-color: #fff3f3;
	padding: 20px;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box+.info__list__box {
	margin-top: 2em;
}

.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box {
	display: flex;
	gap: .5em;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box .num__block {
	flex-shrink: 0;
	width: 1.5em;
	height: 1.5em;
	margin-top: .3em;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #001e54;
	border-radius: 100vh;
}

.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box .contents__block {
	flex-grow: 1;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box .contents__block .contents {
	font-size: 1.2em;
	font-weight: 700;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box .contents__block .text {
	margin-top: .3em;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box .contents__block .star {
	display: flex;
	align-items: baseline;
	margin-top: .5em;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box .contents__block .star .star__list {
	display: flex;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box .contents__block .star .star__list .icon {
	color: #fc2;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box .contents__block .star .star__list .icon+.icon {
	margin-left: .2em;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info .info__list__box .contents__block .star .star__text {
	font-size: .8em;
	margin-left: .5em;
}

/* screens smaller than 960---------------------------------------------------------- */
@media only screen and (max-width:960px) {
.page__Accommodation .section__block.Accommodation {
	grid-gap: 30px;
}
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
.page__Accommodation .section__block.Accommodation {
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
.page__Accommodation .section__block.Accommodation .Accommodation__img {
	order: 2;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info {
	order: 1;;
}
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
.page__Accommodation .section__block.Accommodation .Accommodation__img {
	padding: 0 1em;
}
.page__Accommodation .section__block.Accommodation .Accommodation__info {
	padding: 10px;
}
}









/* screens smaller than 1240---------------------------------------------------------- */
@media only screen and (max-width:1240px) {
}
/* screens smaller than 1080---------------------------------------------------------- */
@media only screen and (max-width:1080px) {
}
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
}
/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
}


