﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@100&family=Nova+Mono&family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,#header,.header,hgroup,menu,nav,output,ruby,.section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:10px;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,#header,.header,hgroup,menu,nav,.section,.row{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0;}



img{ margin:0 auto; max-width:100%; vertical-align: bottom;}
dt,dd,tr,td,li { line-height:1.6em; letter-spacing:1px;}
iframe { border: none; outline: none;}

html {
	overflow-x: hidden;
}

body {
	font-family: 'M PLUS 1p', sans-serif!important;
	background-color:#262626;
	width:100%;
	text-align:center;
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 400;
	letter-spacing: 0.1em!important;
	-webkit-font-smoothing: antialiased;
}

@media (max-width:768px){
	body {font-size: 14px;}
}

@media (max-width:600px){
	body {font-size: 12px;}
}

a { text-decoration:none; transition-property: all; transition: 0.2s linear;}
input { text-decoration:none; transition-property: all; transition: 0.2s linear;}
a:hover { opacity: 0.9;  text-decoration:none!important;}
input:hover { opacity: 0.9;  text-decoration:none!important;}
a:hover img{opacity:0.9;filter:alpha(opacity=90);-ms-filter:"alpha( opacity=90 )";}
a img { transition-property: all; transition: 0.2s linear;}
a:hover div{opacity:0.9;filter:alpha(opacity=90);-ms-filter:"alpha( opacity=90 )"; text-decoration:none!important;}
a div{ transition-property: all; transition: 0.2s linear;}
a:focus { outline:none;}
button:focus { border:none; outline:none !important;}
a:link { color:inherit; text-decoration:none;}
a:visited { color:inherit; text-decoration:none; }

.switch {visibility: hidden;}

#container{
	width:100%;
	margin:0 auto;
	text-align:center;
}

h2 {
	position: relative;
	z-index: 2!important;
	width: 100%;
	overflow: hidden;
	height: 80px;
	color: #fff;
	font-size: 1.4em!important;
	font-weight: 700!important;
	letter-spacing: 0.07em!important;
	font-family:'Poppins', sans-serif;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	line-height: 1.4em!important;
	padding: 0 30px 0 80px;
	background: 
    url("../images/logo_br_w.png") left 15px top 13px / 50px auto no-repeat;
	border-top: solid 3px #999;
	background-color: #262626;
}


h2 span {
	margin-left: 1.5em;
	font-size: 0.78em;
}

@media (max-width:768px){
	
	h2 {
		min-width: 0;
	}
	
}

@media (max-width:600px){
	
	h2 {
		height: 70px;
		flex-wrap: wrap;
		padding: 0 30px 0 75px;
		background: url("../images/logo_br_w.png") left 15px top 11px / 45px auto no-repeat;
		background-color: #262626;
		line-height: 1.6em;
	}
	
	h2 span {
		display: block!important;
		width: 100%;
		line-height: 1.4em;
		margin-top: -1.6em;
		margin-left: .05em;
		font-size: 0.7em;
	}
}

h4 {
	width: 100%;
	font-size: 1em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0.8em;
}

.head-border {
    display: flex;
    align-items: center;
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #ddd;
}
 
.head-border:before {
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}

@media (max-width:768px){

.delete-768 {
	display: none!important;
}

}

.pic-room-h2 {
	filter: brightness(400%);
	background-color: rgba(0,0,0,0);
	border: none;
}

.top-bnr-ex3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch!important;
}

.top-bnr-ex3 a {
	width: 32%;
	margin-bottom: 15px!important;
}

.top-bnr-3 {
	border: solid;
	border-width: 6px 2px 2px 2px;
	padding: 15px 30px;
	background-color: #fff;

}

@media (max-width:600px){
	
	.top-bnr-ex3 {
		display: block;
		max-width: 300px;
		margin: auto;
	}

	.top-bnr-3 {
		padding: 10px 20px;
		margin-bottom: 10px;
	}	
}

.top-bnr-block {
	display: flex;
	justify-content: space-between;
	align-items: stretch!important;
}

.top-bnr-block a {
	width: 48%;
	margin-bottom: 15px!important;
}

.top-bnr {
	border: solid;
	border-width: 6px 2px 2px 2px;
	padding: 25px 50px;
	background-color: #fff;
	min-height: 90px;
}

.top-bnr-notice {
	padding: 5px;
	min-height: 90px;
	background-color: #1a4f70;
	height: 100%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 2.2em;
	letter-spacing: 0.15em;
}

.bnr-tit {
	font-size: 1.05em;
	font-weight: 600;
	border-bottom: solid 1px #fff;
	padding-bottom: 0.2em;
}

.bnr-txt {
	font-size: 0.95em
}

.bd-clr-pnk {
	border-color: #ed648f;
}

.bd-clr-red {
	border-color: #e95e56;
}

.bd-clr-pec {
	border-color: #528dbb;
}


.bd-clr-blu {
	border-color: #7575d8;
}

.bd-clr-org {
	border-color: #ffaa22;
	background-color: #ffaa22;
}


@media (max-width:768px){
	
	.top-bnr {
		padding: 15px 30px;
	}
	
}

@media (max-width:600px){
	
	.top-bnr-block {
		display: block;
		max-width: 300px;
		margin: auto;
	}

	.top-bnr {
		padding: 10px 20px;
	}
	
}

.cspt-case {
	width: 100%;
	max-width: 1400px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin: auto;
	background-color: #262626;
}

.cspt-case-left {
	width: 50%;
	display: flex;
	align-items:stretch;
}


.cspt-case-left-logo {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cspt-case-left-logo p {
	width: 60%;
}

.cspt-case-left-icon {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	padding: 5% 2%;
	background-color: #333;
}

.relay-pd {
	padding: 10% 2%;
}

.marathon-pd {
	padding: 3% 2% 2% 2%;
}

.cspt-case-left-icon dd,
.cspt-case-left-icon dt {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cspt-case-left-icon dd img,
.cspt-case-left-icon dt img {
	width: 80%;
	vertical-align: bottom;
}

.cspt-case-left-icon dl  {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cspt-case-left-icon dl img {
	width: 85%;
	vertical-align: bottom;
}

.cspt-case-right {
	width: 50%;
	text-align: left;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #262626;
	box-sizing: border-box;
	padding: 3%;
}

.cspt-case-right p i {
	display: block;
	font-size: 1.05em;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.cspt-case-right p i span {
	display: inline-block;
}

@media (max-width:1150px){
	
	.cspt-case {
		align-items: center;
	}
	
	.cspt-case-left {
		display: block;
		width: 40%;
	}

	
	.cspt-case-left-logo {
		width: 100%;
		margin-bottom: 2%;
	}
	
	.cspt-case-left-icon {
		width: 100%;
		padding: 3% 2%;
		justify-content: center;
	}
	
	.cspt-case-left-icon dd,
	.cspt-case-left-icon dt {
		width: 16.666%!important;
	}
	
	.cspt-case-left-icon dl {
		width: 30%;
	}
	
	.cspt-case-right {
		width: 60%;
	}
	
}

@media (max-width:600px){
	
	.cspt-case {
		display: block;
	}
	
	.cspt-case-left {
		width: 100%;
	}
	
	.cspt-case-left-logo {
		padding: 5% 1% 0 1%;
	}
	
	.cspt-case-left-logo p {
		width: 50%;
	}
	
	.cspt-case-right {
		width: 100%;
		padding: 5%;
	}
	
	.cspt-case-right p i {
		text-align: center;
	}
	
	.cspt-case-left-icon dt img {
		width: 75%;
	}
}

@media (max-width:375px){
	
	.cspt-case-left-icon  {
		padding: 3% 7%;
		
	}
	
	.cspt-case-left-icon dd  {
		width: 30%!important;
		padding: 2% 0;
	}
	
	.cspt-case-left-icon dd img {
		width: 55%;
	}
	
	.cspt-case-left-icon dt  {
		width: 25%!important;
		padding: 2% 0;
	}
	
	.cspt-case-left-icon dt img {
		width: 70%;
	}
	
	.cspt-case-left-icon dl {
		width: 100%;
		margin-bottom: 3%;
	}
	
	.cspt-case-left-icon dl img {
		width: 30%;
	}
	
	.relay-pd {
		padding: 4% 2% 2% 2%;
	}
	
	.marathon-pd {
		padding: 4% 2% 2% 2%;
	}
	
}

.category-block {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 800px;
	margin: auto;		
}

.category-bt {
	width: 47%;
	color: #fff;
	background-color: #ccc;
	line-height: 2.2em;
	box-sizing: border-box;
	transition: .3s;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.category-bt:hover {
	opacity: 0.6;
}

.category-bt a {
    display: block;
	padding: 7% 2% 4% 2%;
    width: 100%;
    height: 100%;
}

.category-bt p {
	font-weight: 900;
	font-size: 1.8em;
	margin-bottom: 0.2em;
}

.category-bt dd {
	font-size: 0.9em;
	font-family:'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.bg-grn {
	background-color: #06acb0!important;
}

.bg-red {
	background-color: #d10050!important;
}

@media (max-width:768px){
	
	.category-block {
		max-width: 600px;
	}
		
	.category-bt {
		width: 48.5%;
		line-height: 1.8em;
	}
	
	.category-bt p {
		font-size: 1.4em;
	}
	
	.category-bt dd {
		font-size: 0.7em;
	}
	
}

@media (max-width:350px){
	
	.category-block {
		display: block;
		max-width: 240px;
	}
	
	.category-bt {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.category-bt a {
		padding: 5.5% 2% 4% 2%;
	}
	
}

.p-preface {
	margin-bottom: 30px;
}

.p-preface  span {
	display: inline-block;
}


@media (max-width:600px){
	
	.p-preface {
		margin-bottom: 15px;
	}
	
}

.accordion {
	max-width: 100%;
	margin-top: 3%;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 1s;
}


.title {
	width: 220px;
	margin: 0 auto;
	padding: 0.5em 0.7em 25px 0.7em;
	color: #777;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.1em;
	display: block;
	background-color: #eee!important;
	cursor: pointer;
	border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	transition: .3s;
}

.title:hover { 
	background-color: #262626!important;
	color: #fff;
}

.title::after,
.title::before {
content: "";
position: absolute;
bottom: 10px;
  left: 50%;
width: 1px;
height:12px;
background-color: #777;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
	width: 100%;
max-height: 0;
	padding-top: 3%;
overflow: hidden;
	box-sizing: border-box;
}

.toggle:checked + .title + .content {
max-height: 10000px;
transition: all 5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

@media (max-width:768px){
	
	.accordion {
			margin-top: 0;
	}
	
}

@media (max-width:600px){
	
	.accordion {
		top:-28px!important;
	}
	
	.title {
		width: 260px;
		margin-left: calc(50% - 147px);
	}

	.content {
		padding-left: 16px;
		margin-left: -16px;
	}
	
}

@media (max-width:350px){
	
	.title {
		width: 200px;
		margin-left: calc(50% - 113px);
	}
	
}

.mp-map {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.slick-slider {
	border-top: solid 3px #999;
}

.movie-start{
	display: inline-block;
	width: 100%;
	max-width: 600px;
	position: relative;
	box-sizing: border-box;
	margin: auto;
	overflow: hidden;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	z-index: 2;
	background: #000;
}

.movie-start img:hover {
	transform: scale(1.1);
	filter: blur(2px);
}

.movie-start img {
	vertical-align: bottom;
	transition: 1s;
}
.movie-btn{
	vertical-align: middle;
	position: absolute;
	top: 45%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 10%;
	z-index: 3;
	pointer-events: none;
}

.movie-btn img{
	border: 0;
	pointer-events: none;
}

.movie-cap {
	font-size: 0.85em;
	font-weight: 300;
	letter-spacing: 0.1em;
	font-family: 'Poppins', sans-serif;
	margin-top: 0.7em;
}

.movie-cap i {
	display: inline-block;
	letter-spacing: 0.2em;
}



@media (max-width:600px){
	
	.movie-btn{
		top: 36.5%;
		width: 17%;
	}
	
}

.furusato-block {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.furusato-banner {
	width: 100%;
	max-width: 600px;
	color: #262626;
	background-color: #ccc;
	margin: auto;
	padding: 2.5em 1em 2em 1em;
	background-image:url("../images/bg_furusato.jpg");
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.furusato-banner p {
	font-size: 1.1em;
	font-weight: 500;
	color: #eb6161;
	margin-bottom: 1em;
}

.furusato-banner p i {
	display: inline-block;
}

.furusato-banner dd {
	font-weight: 500;
	color: #b49c63;
}

.bt-furusato {
	width: 100%;
	max-width: 300px;
	background-color: #eb6161;
	margin: auto;
	padding: 10px;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}

.bt-furusato img {
	vertical-align: bottom;
}

@media (max-width:768px){
	
	.furusato-banner {
		max-width: 400px;
	}
}

@media (max-width:600px){
	
	.furusato-banner {
		max-width: 300px;
	}
	
	.bt-furusato {
		max-width: 200px;
		padding: 10px 20px;
	}
	
}

.best-photo {
	width: 94%;
	max-width: 600px;
	margin: auto;
}

.best-photo-img {
	position: relative;
	width: 100%;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	border: solid 4px #ccc;
	margin-bottom: 25px;
	aspect-ratio: 3 / 2;
	background-size: cover;
}


.best-photo-name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	display: inline-block!important;
	width: 50%;
	margin: auto;
	background-color: #ccc;
	color: #262626;
	padding: 5px;
	font-family:'Poppins', sans-serif;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.best-photo-name p {
	line-height: 0!important;
	margin: 0!important;
	font-size: 0.8em!important;
	font-weight: 500;
}

.best-photo dd {
	font-size: 0.85em;
	font-weight: 500;
}

.best-photo dd i {
	font-family:'Poppins', sans-serif;
	font-size: 1.2em;
	font-weight: 600;
}

.best-photo p {
	display: inline-block;
	font-family:'Poppins', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	padding-bottom: 0.2em;
	border-bottom: dotted 2px #ccc;
}

@media (max-width:600px){
	
	.best-photo-img {
		border: solid 3px #ccc;
		margin-bottom: 20px;
	}
	
	.best-photo img {
		margin-bottom: 10px;
	}
	
	.best-photo-name {
		width: 60%;
		padding: 1px;
		bottom: -13px;
	}
	
	.best-photo-name p {
		font-size: 0.7em;
	}
}




/*=================================================================================================================================================================================================================================================================================================================================================================================================================================================================*/

.feat-list {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.feat-list-mb {
	margin-bottom: 4%;
}

.feat-list-item {
	width: 48%;
}

.feat-pic {
	width: 100%;
	margin-bottom: 3%;
}

.feat-tit {
	width: 100%;
	display: flex;
	margin-bottom: 3%;
}

.feat-tit-num {
	font-size: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1% 1.3%;
	padding: 0.7% 1.7% 1% 1.7%;
	border: solid #ccc;
	border-width: 3px 0;
	margin-right: 10px;
	color: #262626;
}

.feat-tit-num dd {
	font-family:'Oswald', sans-serif;
	font-weight: 600;
	font-size: 0.7em;
	text-align: center;
	display: inline-block;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.feat-tit-num dd p {
	font-size:2.4em;
	line-height: 1.05em;
	margin: 0;
	padding: 0;
	font-weight: 700;
	margin-left: 0.05em;
	letter-spacing: 0.05em;
}


.feat-tit-txt {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0.2% 1.5% 0 1.5%;
	border: solid #ccc;
	border-width: 3px 0;
}

.feat-tit-txt p {
	text-align: left;
	line-height: 1.4em;
	font-size: 1.05em;
	font-weight: 600;
}

.feat-tit-txt p span {
	display: inline-block;
}

.feat-txt-p {
	text-align: left;
	font-size: 0.98em;
	letter-spacing: 0.07em;
}

@media (max-width:600px){
	
	.feat-list {
		display: block;
	}
	
	.feat-list-item {
		width: 100%;
		margin-bottom: 7%;
	}
	
}

.dual-block {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.dual-block-item {
	width: 48%;
	text-align: left;
}

@media (max-width:600px){
	
	.dual-block {
		display: block;
	}
	
	.dual-block-item {
		width: 100%;
	}
	
}

.sp-contents {
	margin: auto;
	width: 48%;
	margin-top: 50px;
}

.feat-tit {
	width: 100%;
	display: flex;
	margin-bottom: 3%;
}

.sp-contents-icon img {
	width: 65px!important;
	vertical-align: bottom;
	margin-right: 15px;
}


.sp-contents-tit {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 2% 1.5%;
	border: solid #ccc;
	border-width: 3px 0;
}

.sp-contents-tit p {
	text-align: left;
	line-height: 1.4em;
	font-size: 1.05em;
	font-weight: 600;
}

.sp-contents-txt {
	width: 100%;
	text-align: left;
	margin-top: 13px;
}

.sp-contents-txt p {
	font-size: 0.95em;
	margin-top: 0.5em;
}

.sp-contents-txt p span{
	font-weight: 500;
}

@media (max-width:600px){
	
	.sp-contents {
		width: 100%;
		margin-top: 25px;
	}
	
	.sp-contents-icon img {
		width: 50px!important;
	}
	
}


.ev_pro{
	max-width:100%;
	padding: 9px 15px 8px 15px;
	text-align: left;
	font-weight: 600;
	background-color: #fff;
	border: solid #ccc;
	border-width: 1px 0;
}

.ev_val{
	max-width:100%;
	text-align: left;
	padding: 10px 0 15px 15px;
}

@media (max-width:600px){
	
	.ev_pro {
		padding: 9px 15px 8px 5px;
	}
	
	.ev_val {
		padding: 10px 0 15px 5px!important;
	}
	
}

.kanso-block {
	width: 100%;
	display: flex;
	justify-content: space-between!important;
	align-items: flex-start;
	flex-wrap: wrap;
}

.kanso-block img,
.kanso-block dd {
	width: 48%;
	margin: 0;
}

.kanso-block img {
	border: solid 1px #ccc;
}

.kanso-block dd dl {
	width: 100%;
	text-align: center;
	color: #06a6d8;
	padding: 5px;
	text-align: center;
	font-weight: 500;
	border: solid 2px #06a6d8;
}

.kanso-block p {
	margin: 10px 0;
}


.kanso-block p span {
	color: #06a6d8;
	margin-right: 0.3em;
}

@media (max-width:600px){
	
	.kanso-block img,
	.kanso-block dd {
		width: 100%;
	}
	
	.kanso-block img {
	max-width: 400px;
		margin: auto;
	}
	
}

.ex3-cate {
	width: 100%;
	display: flex;
	justify-content: space-between!important;
	font-size: 1em;
}

.cate-half,
.cate-10k,
.cate-5k {
	width: 32.3333333%;
	color: #fff;
	font-family:'Poppins', sans-serif;
	padding: 4% 1% 3.5% 1%;
}

.cate-half p,
.cate-10k p,
.cate-5k p {
	font-size: 1.7em;
	font-weight: 700;
	left: 0.01em;
	margin-bottom: 5px;
}

.cate-half p span,
.cate-10k p span,
.cate-5k p span {
	font-size: 0.9em;
	margin-left: 0.06em;
	font-weight: 800;
}

.cate-half dt,
.cate-10k dt,
.cate-5k dt {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 5px;
}

.cate-half dl,
.cate-10k dl,
.cate-5k dl {
	font-size: 1.2em;
	font-family:'Oswald', sans-serif;
	font-weight: 600;
}

.blu {
	color: #71c9fa;
}

.pnk {
	color: #fda4c0;
}

.cate-half {
	background-color: #245e83;
	border: solid 3px #639ec6;
}

.cate-10k {
	background-color: #2c6b93;
	border: solid 3px #639ec6;
}

.cate-5k {
	background-color: #528dbb;
	border: solid 3px #639ec6;
}

@media (max-width:600px){
	
	.ex3-cate {
		display: flex;
		justify-content: space-between!important;
		flex-wrap: wrap;
	}
	
	.cate-half,
	.cate-10k,
	.cate-5k {
		width: 49.5%;
		padding: 6% 1% 5% 1%;
		border-width: 2px;
	}
	
	.cate-half {
		width: 100%;
		margin-bottom: 1%;
	}
	
	.cate-half p,
	.cate-10k p,
	.cate-5k p {
		font-size: 1.6em;
		margin-bottom: 2px;
	}
	
	.cate-half dt,
	.cate-10k dt,
	.cate-5k dt {
		margin-bottom: 2px;
	}

	
}


.course-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.course-case {
	width: 33.2%;
	background: #fff;
}

.course-case dd {
	padding: 5% 2% 2% 2%;
}

.course-case dd img{
	width: 20%;
}

.course-text {
	box-sizing: border-box;
	padding: 10px 20px;
}

.course-text dt {
	font-size: 1.1em;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	margin: auto;
	border-bottom: dotted 2px #a98cd1;
	margin-bottom: 0.5em;
}


.bg-half {
	background-color: #245e83;
}

.bg-10k {
	background-color: #2c6b93;
}

.bg-5k {
	background-color: #528dbb;
}

@media (max-width:600px){
	
	.course-block {
		display: block;
	}
	
	.course-case {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 0.5%;
	}
	
	.course-case dd {
		width: 20%;
		padding: 3% 2% 1% 2%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.course-case dd img {
		width: 80%;
	}

	.course-text {
		width: 80%;
	box-sizing: border-box;
		text-align: left!important;
	padding: 10px 10px;
}


	
}


.ex2-button {
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: auto;
}

.ex2-button p {
	width: 100%;
	text-align: center;
	margin-bottom: 2em;
}

.ex2-button p span {
	display: inline-block;
}


.ex2-button-img img {
	vertical-align: bottom;
	opacity: 1!important;
}

.ex2-button-img:hover {
  background-position: left bottom;
	filter: brightness(150%);
	opacity: 1!important;
}


@media (max-width:600px){
	
	.ex2-button-img {
		padding: 4% 1%;
	}

}


.ex2-button-bt {
	width: 49%;
	overflow:visible;
}

.ex2-button-bt p {
	letter-spacing: 0.1em;
	margin: 0.6em 0;
}

.ex2-bt-img {
	width: 100%;
	background-color: #fff;
	padding: 8% 10%;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	transition: all 0.2s ease-out;
	cursor: pointer;
	border: solid 10px #eaeaea;
}

.ex2-bt-img img {
	vertical-align: bottom;
	opacity: 1!important;
}

.ex2-bt-img:hover {
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: #ccc;
	opacity: 1!important;
	transform: scale(1.03);
}


@media (max-width:600px){
	
	.ex2-bt-img {
		padding: 4% 1%;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-width: 6px;
	}

}


.ent-list-bt {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	color: #262626;
	padding: 1% 1% 1.3% 2%;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	transition: all 0.2s ease-out;
	cursor: pointer;
	border: solid 5px #eaeaea;
	margin-bottom: 2%;
}

.ent-list-bt dd {
	width: 20%;
	margin: 0;
	line-height: 0;
}

.ent-list-bt p {
	width: 75%;
	text-align: left;
	font-size: 1.1em;
	letter-spacing: 0.03em;
	font-weight: 600;
}

.ent-list-bt dt {
	width: 100%;
	margin: 0;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: 0.02em;
	line-height: 1.4em;
}

.ent-list-bt dt span {
	font-weight: 600;
}

@media (max-width:600px){
	
	.ent-list-bt dd {
		width: 25%;
	}
	
	.ent-list-bt p {
		width: 73%;
	}

}


.sps-logo {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	margin-bottom: -4%;
}

.sps-logo dd {
	width: 30%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	margin: 0 1.65% 4% 1.65%;
	line-height: 0;
}

.sps-logo dd a {
	display: block;
}

.sps-logo dd img {
	max-height: 130px;
}

@media (max-width:768px){
	
	.sps-logo dd img {
		max-height: 110px;
	}
	
}

@media (max-width:650px){
	
	.sps-logo {
		max-width: 400px;
	}
	
	.sps-logo dd {
		width: 47%;
		margin: 0 1.5% 3% 1.5%;
		min-height: 130px;
	}
	
	.sps-logo dd img {
		max-height: 100px;
	}
	
}

@media (max-width:350px){
	
	.sps-logo dd {
		min-height: 130px;
		padding: 1s0px;
	}
	
	.sps-logo dd img {
		max-height: 80px;
	}
	
}

.eve-logo-wrap {
	width: 100%;
	padding-left: 3%;
	margin:0;
}

.eve-logo {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: auto;
}

.eve-logo dd {
	width: 22%;
	margin-right: 3%;
	background-color: #fff;
	padding: 0;
	margin-bottom: 4%;
	line-height: 0;
}

.eve-logo dd a {
	display: block;
}

.eve-logo dd img {
	max-height: 150px;
}

@media (max-width:768px){
	
	.eve-logo dd img {
		max-height: 130px;
	}
	
}

@media (max-width:650px){
	
	.eve-logo-wrap {
		padding-left: 0;
	}
	
	.eve-logo {
		max-width: 400px;
		justify-content: space-between;
	}
	
	.eve-logo dd {
		width: 48%;
		margin-right: 0;
	}
	
	.eve-logo dd img {
		max-height: 130px;
	}
	
}

@media (max-width:350px){
	
	.eve-logo dd img {
		max-height: 100px;
	}
	
}
/*
.guest-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.guest-box img{
	width: 35%;
	margin-right: 7%;
}

.guest-data {
	width: 58%;
	text-align: left;
}

.guest-data dd{
	width: 100%;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
	font-family:'Poppins', sans-serif;
}

.guest-data span{
	display: block;
	font-size: 0.8em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}

.guest-data dt{
	text-align: left;
	font-size: 0.9em;
	font-weight: 400;
	margin: 5px 0;
}

.guest-data dl{
	text-align: left;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 5px 0;
}

.guest-data img{
	text-align: left!important;
	width: 25px!important;
	margin-bottom: 7px;
}


.guest-disc{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.guest-disc dl{
	display: block;
	font-size: 0.9em;
	width: auto;
	max-width: 10%;
	letter-spacing: 0.08em;
	font-weight: 300;
	line-height: 1.4em;
	font-weight: 900;
	margin-bottom: 4px;
	border: none;
}

.guest-disc p{
	width: 97%;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 4px;
}

.guest-sns {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin: 2% 0 0 0;
}

.guest-sns img {
	margin-right: 14px;
}

@media (max-width:900px){
	.guest-disc p{
		width: 95%;
	}
	
}

@media (max-width:768px){
	
	.guest-box img{
		width: 47%;
		margin-right: 5%;
	}
	
	.guest-data {
		width: 48%;
		text-align: left;
	}
	
	.guest-sns img {
	margin-right: 12px;
}

}

@media (max-width:600px){
	
	.guest-data dd {
		text-align: center;	
		margin-top: 5px;	
	}
	
	.guest-data span{
		text-align: center;		
	}
	
	.guest-box{
		display: block;
	}
	
	.guest-box img{
		width: 100%;
		max-width: 260px;
		margin-right: 0;
		margin-bottom: -35px;
	}
	
	.guest-data {
		width: 100%;
		max-width: 400px;
		margin: auto;
	}
	
	.guest-sns {
		justify-content: center;
	}
	
	.guest-sns img {
		margin: 0 7px;
	}
}

@media (max-width:480px){
	
	.guest-data {
		max-width: 300px;
	}
	
}

.guest_list ul {
	list-style-type: none;
	font-size: 0.9em;
	margin: 0;
}
.guest_list li{
	margin: 5px 0;
	line-height: 1.5em;
    padding-left: 1em;
    text-indent: -1.1em;
 }
.guest_list ul li:before {
	color: #ccc;
	display: inline;
	content: "●";
	margin-right: -0.33em;
}

.attend {
	display: flex;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1em;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 5px;
}

.attend span{
	background-color: #1a4f70;
	color: #fff;
	padding: 6px 7px 5px 10px;
	margin-right: 7px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

@media (max-width:600px){
	
	.attend {
		text-align: center;
		justify-content: center;
		margin-bottom: 15px;
	}
	
	.attend span {
		margin-right: 2px;
	}

}

*/

.guest-section {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: -40px!important;
}

.guest-box {
	display: block;
	width: 30%;
	position: relative;
	margin: 0 1.5% 40px 1.5%;
}

.guest-box img{
	width: 100%;
	margin-bottom: 10px;
}

.guest-data {
	width: 100%;
	text-align: center;
}

.guest-data dd{
	width: 100%;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
	font-family:'Poppins', sans-serif;
}

.guest-data span{
	display: block;
	font-size: 0.8em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 7px;
}

.guest-data dt{
	text-align: left;
	font-size: 0.9em;
	font-weight: 400;
	margin: 5px 0;
}

.guest-data dl{
	text-align: left;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 5px 0;
}

.guest-data img{
	text-align: left!important;
	width: 25px!important;
	margin-bottom: 7px;
}


.guest-disc{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.guest-disc dl{
	display: block;
	font-size: 0.9em;
	width: auto;
	max-width: 10%;
	letter-spacing: 0.08em;
	font-weight: 300;
	line-height: 1.4em;
	font-weight: 900;
	margin-bottom: 4px;
	border: none;
}

.guest-disc p{
	width: 97%;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 4px;
}

.guest-sns {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 2% 0 0 0;
}

.guest-sns img {
	margin: 0 7px 7px 7px;
}

.guest-tit {
	padding: 1% 1.5% 1% 1.5%;
	border: solid #ccc;
	border-width: 3px 0;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 1.66666665% 2em 1.66666665%;
}

.qa-tit span {
	display: inline-block;
}

.guest-mb {
	margin-bottom: 30px!important;
}

@media (max-width:768px){
	
	.guest-section {
		margin: auto;
	}

	.guest-box {
		width: 47%;
	}
	
	.guest-tit {
		margin: 0 1.5% 2em 1.5%;
	}
	
	.guest-mb {
		margin-bottom: 15px!important;
	}

}

@media (max-width:600px){
	
	.guest-section {
		max-width: 300px;
	}

	.guest-box {
		width: 100%;
	}
	
	.guest-tit {
		max-width: 300px;
		margin: auto;
		margin-bottom: 2em;
	}
	
	.guest-mb {
		margin-bottom: 10px!important;
	}
}

@media (max-width:480px){
	
	
}

.guest_list ul {
	list-style-type: none;
	font-size: 0.9em;
	text-align: left;
	margin: 0;
}
.guest_list li{
	margin: 5px 0;
	line-height: 1.5em;
    padding-left: 1em;
    text-indent: -1.1em;
 }
.guest_list ul li:before {
	color: #ccc;
	display: inline;
	content: "●";
	margin-right: -0.33em;
}

.attend {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 0.3em;
	line-height: 1em;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 5px;
	text-align: center;
	justify-content: center;
}

.attend span{
	background-color: #262626;
	color: #fff;
	padding: 6px 7px 5px 10px;
	margin-right: 7px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

@media (max-width:600px){
	
	.attend {
		text-align: center;
		justify-content: center;
		margin-bottom: 15px;
	}
	
	.attend span {
		margin-right: 2px;
	}

}

footer {
	position: relative;
	z-index: 100;
}

#foot-section {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
    z-index: 10;
    width: 100%;
	height: 120px;
	overflow: hidden;
	padding: 25px 3% 0px 3%;
	color: #fff;
	background-color: #262626;
	border-top: solid 3px #999;
}

.foot-logo-main {
	width: 150px;
	display: inline-block;
}

.foot-logo-boost {
	margin-top: 5px;
	display: flex;
	justify-content: flex-end;
}

.foot-logo-sns {
	display: flex;
	flex-wrap: nowrap;
}

.foot-logo-boost img {
	height: 20px;
	margin-left: 10px;
}

.f-boost {
	margin-left: 12px;
}

#foot-section-btm {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	font-size: 0.75em;
	font-weight: 500;
	color: #fff;
	background-color: #262626;
	text-align: right;
	font-family:'Poppins', sans-serif;
}

@media (max-width:768px){
	
	#foot-section,
	#foot-section-btm {
		min-width: 0;
	}
	
	#foot-section {
		height: 170px;
	}

}

@media (max-width:600px){
	
	#foot-section {
		display: block;
		height: 250px;
	}
	
	.foot-logo-main {
	margin-bottom: 20px;
}
	
	.foot-logo-boost {
		justify-content: center;
		flex-wrap: wrap;
		margin-right: 10px;
	}
	
	.foot-logo-boost img {
		height: 18px;
		margin: 0px 6px 10px 6px;
	}
	
	.f-boost {
		width: 100%;
		margin: 0;
		display: inline-block;
	}
	
	#foot-section-btm {
		text-align: center;
	}

}

.bt-back-top {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 10px;
	z-index: 10000!important;
}

.bt-back-top a {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 35px;
	background-color: #262626;
	border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
	border: solid #999;
	border-width: 2px 2px 0 2px;
	
}

.bt-back-top a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
	line-height: 0;
	margin-bottom: 300px;
	z-index: 100;

}

.pagetop a {
	width: 35px;
    display: block;
}
.pagetop a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

@media (max-width:600px){
	
	.pagetop {
		margin-bottom: 100px;
	}
	
	.pagetop a {
		width: 25px;
	}
	
}


.timer-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: right;
	padding: 10px;
	z-index: 100;
}

.timer {
	display: inline-block;
	color: #fff;
}

@media (max-width:600px){
	
	.timer {
		display: none;
	}

}

.cdt_wrapper {
  background-color: #262626;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .cdt_wrapper {
    line-height: 2.5;
    font-size: 1.8rem;
    padding: 4px 4px 4px 10px;
  }
}

.cdt_wrapper small {
  font-size: .7em;
  padding: 0 .1em 0 .2em;
	font-weight: 500;
}

.cdt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cdt_txt {
  font-size: .6em;
  display: inline-block;
  margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
  .cdt_txt {
    font-size: .4em;/*開催まで*/
	  font-weight: 500;
	  color: #fff;
  }
}

.cdt_txt span {
  display: block;
  line-height: 1;
}

@media (max-width:768px){
	
	.cdt_txt span {
		font-size: 1.1em;
	}
}

.cdt_date {
  font-size: 1rem;
	background-color: #000;
	color: #fff;
	padding:0.4em 0 0 0.5em;
	background-color: #262626;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	line-height: 1.4em;
}

.cdt_num {
  background-color: #000;
	color: #fff;
  padding: 0;
	letter-spacing: 0;
	line-height: 1em;
	font-size: 1.3em;
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
	background-color: #262626;
	/*background: linear-gradient(rgba(70,70,70,1) 20%, rgba(83,83,83,1) 30%, rgba(0,0,0,1) 80%);
	background: -moz-linear-gradient(rgba(70,70,70,1) 20%, rgba(83,83,83,1) 30%, rgba(0,0,0,1) 80%);
	background: -webkit-linear-gradient(rgba(70,70,70,1) 20%, rgba(83,83,83,1) 30%, rgba(0,0,0,1) 80%);
	border-left: solid 0.7px #444;
	border-right: solid 0.7px #000;*/
	background: linear-gradient(0deg, #444, #000);
	background: -webkit-linear-gradient(90deg, #444, #000);
}

@media screen and (min-width: 768px) {
  .cdt_num {
    line-height: 1;
    padding: 0 .1em 0 .1em;
  }
}


/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 200!important; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
	height: 90%;
  padding: 0!important;
}

.closeModal {
  position: absolute;
  top: -2rem;
  right: 2rem;
  cursor: pointer;
	color: #fff;
	font-weight: 700;
	font-size: 2em;
}


/* 以下ボタンスタイル */
button {
	width: 100%;
	margin: 1% 0 3% 0;
  padding: 5px 10px;
  color: #639ec6;
	font-size: 0.9em;
	background-color: #fff;
  border: 2px solid #639ec6;
  border-radius: 2px;
  cursor: pointer;
	box-sizing: border-box;
	transition: .2s;
}

button:hover {
	color: #1a4f70;
  border: 2px solid #1a4f70;
}

#openModal {
  
}

.bt-cos {
	width: 100%;
	margin: 2% 0 0 0;
  padding: 5px 10px;
  color: #a80c5d;
	font-size: 0.9em;
	background-color: #fff;
  border: 2px solid #a80c5d;
  border-radius: 2px;
  cursor: pointer;
	box-sizing: border-box;
	transition: .2s;
}

.bt-cos:hover {
	color: #fff;
	background-color: #a80c5d;
}


.map-h {
	display: block;
}

.map-v {
	display: none;
}

@media (max-width:768px){
	
	.map-h {
		display: none;
	}
	
	.map-v {
		display: block;
		padding: 3%;
		box-sizing: border-box;
	}
}

.bnr-review {
	width: 100%;
	padding: 80px 10px 10px 10px;
	text-align: center;
}

.bnr-review img {
	width: 100%;
	max-width: 370px;
}

@media (max-width:768px){
	
	.bnr-review {
		padding: 40px 10px 10px 10px;
	}

}

@media (max-width:600px){
	
	.bnr-review {
		padding: 30px 10px 10px 10px;
	}

	
	.bnr-review img {
		max-width: 300px;
	}

}


.bnr-res {
	width: 100%;
	padding: 80px 10px 10px 10px;
	text-align: center;
}

.bnr-res img {
	width: 100%;
	max-width: 450px;
}

@media (max-width:768px){
	
	.bnr-res {
		padding: 40px 10px 10px 10px;
	}

}

@media (max-width:600px){
	
	.bnr-res {
		padding: 30px 10px 10px 10px;
	}

	
	.bnr-res img {
		max-width: 300px;
	}

}


.qa-tit {
	padding: 1% 1.5% 1% 1.5%;
	border: solid #ccc;
	border-width: 3px 0;
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 1em;
}

.qa-tit span {
	display: inline-block;
}

.qa-q, .qa-a {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.qa-q {
	margin-bottom: 2px;
}

.qa-a {
	margin-bottom: 1em;
}

.qa-q p, .qa-a p {
	padding: 1.6% 0;
	width: 2.5em;
	font-family:'Poppins', sans-serif;
	font-size: 1.4em;
	letter-spacing: 0;
	font-weight: 700;
	margin-right: 2px;
	text-align: center;
}

.qa-q dd, .qa-a dd {
	padding: 1.6% 2% 1.6% 2%;
	width: 100%;
	text-align: left;
}

.qa-q dd {
	font-weight: 500;
}

.qa-q p, .qa-q dd {
	background-color: #262626;
	color: #fff;
}

.qa-a p, .qa-a dd {
	background-color: #eee;
	color: #262626;
}

.qa-a dd b {
	font-weight: 500;
}

.qa-mb {
	margin-bottom: 3em;
}

.bdr-grn {
	border-color: #06acb0!important;
}

.bdr-red {
	border-color: #d10050!important;
}

.qa-link {
	display: inline-block;
	background-color: #444;
	color: #fff;
	padding: 2px 5px 2.5px 12px;
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: 600;
	border-radius: 4px;
    -webkit-border-radius:  4px;
    -moz-border-radius:  4px;
}

@media (max-width:600px){
	
	.qa-link {
		margin-top: 0.3em;
		padding: 2px 5px 2.5px 10px
	}
	
}

.qa-button {
	width: 300px;
	display: inline-block;
	background-color: #262626;
	color: #fff;
	margin: auto;
	padding: 3%;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.4em;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	border: solid 7px #ddd;
	background: -moz-linear-gradient(top, #444, #262626);
  background: -webkit-linear-gradient(top, #444, #262626);
  background: linear-gradient(to bottom, #444, ##262626);
}

.qa-button span {
	font-family:'Poppins', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	margin-right: 0.2em;
}


@media (max-width:600px){
	
	.qa-button {
		max-width: 280px;
		width: 100%;
		padding: 5% 3%;
		border: solid 5px #ccc;
	}
	
}


.ent-balloon {
  position: relative;
  display: inline-block;
  padding: 2% 2.5%;
  min-width: 120px;
  max-width: 600px;
  color: #262626;
  background: #fff;
	margin: auto;
	margin-top: 1.5em ;
	margin-bottom: 40px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.ent-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 15px solid #fff;
}


.ent-balloon p {
  margin: 0;
  padding: 0;
	line-height: 1.4em;
}

.ent-balloon p span {
  display: inline-block;
}

.ent-balloon dd {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 0.3em;
}

.balloon-bg {
	background-color: #d10050;
	color: #fff;
}

.balloon-bg:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 15px solid #d10050;
}


@media (max-width:600px){
	
	.ent-balloon {
		padding: 3% 4%;
	}
	
}

.kitchen-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kitchen-item {
	width: 48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4%;
}

.kitchen-item-txt {
	width: 60%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}



.kitchen-item-tit {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.2em;
}

.kitchen-item-icon {
	width: 15%;
	display: flex;
	align-items: center;
	border: solid 1px #eee;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.kitchen-item-tit-txt {
	width: 80%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	border: solid #ddd;
	border-width: 2px 0;
	padding-left: 0.5em;
}

.kitchen-item-disc {
	width: 100%;
	height: 70%;
	display: block;
	text-align: left;
	line-height: 1.4em;
}


.kitchen-item-photo {
	width: 36%;
}

@media (max-width:1000px){
	
	.kitchen-list {
		max-width: 600px;
		margin: auto;
		display: block;
	}
	
	.kitchen-item {
		width: 100%;
	}

}

.kitchen-block {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2em;
}

.kitchen-block-item {
	width: 32%;
}

.kitchen-block-item p {
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 2em;
}

.kitchen-block-item img {
	margin-bottom: 0.3em;
}

@media (max-width:1000px){
	
	.kitchen-block-item {
		width: 48%;
	}
	
}

@media (max-width:600px){
	
	.kitchen-block-item {
		width: 100%;
	}
	
	.kitchen-block-item p {
		font-size: 1em;
	}
	
}

/*====================================================*/










/*h2 {
	font-size: 1.4em!important;
	font-weight: 800!important;
	letter-spacing: 0.05em;
	font-family:'Poppins', sans-serif;
	margin: 0;
	line-height: 1.4em!important;
	display: inline-block;
	border: solid;
	border-width: 1px 0;
	padding: 8px 15px;
}*/

h3 {
	font-size: 1.1em!important;
	font-weight: 400!important;
	letter-spacing: 0.2em;
	font-family:'M PLUS 1p', 'Poppins', sans-serif;
	margin: 0;
	margin-right: -0.2em;
	line-height: 1.7em!important;
	border: solid #ffdb43;
	border-width: 1px 0;
	padding: 8px 0;
}


@media (max-width:380px){

}

.sm-tit {
	font-size: 0.8em;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
}

@media (max-width:600px){
	.sm-tit {
		font-size: 0.9em;
		margin-bottom: 30px;
	}
}



.outline-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-flow: row-reverse;
}

.out-box-lft,
.out-box-rgt {
	width: 48%;
}

@media (max-width:768px){
	
	
.outline-box {
	display: block;
	}
	
	.out-box-lft,
	.out-box-rgt {
		width: 100%;
	}
	
	.out-box-lft {
		margin-bottom: 2em;
	}
}



.ev_val_tit {
	max-width:100%;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 15px 15px 12px 15px;
	border-width: 1px 1px 0 1px;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: 600;
	/*border: solid 2px;*/
	border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
	background-image:url("../images/bg_ev_tit.png");
	background-size: 30px;
	background-position: center;
}

.ev_val_tit span {
	font-weight: 400;
}

.ev_val_cate {
	max-width:100%;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 15px 15px 15px 15px;
	margin-bottom: 15px;
	color: #444;
	font-size: 0.9em;
	/*border: solid #fff;
	border-width: 0 2px 2px 2px;*/
	border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
	background: rgba(255,255,255,.9);
}

.bc-444 {
	border-color: #444;
}

.ev_s_tit {
	width:100%;
	text-align: left;
	letter-spacing: 0.1em;
	padding-bottom: 3px;
	border: solid #bbb;
	border-width: 0 0 1px 0;
	font-weight: 600;
	margin-bottom: 10px;
}

.ev_cate_pay {
	padding: 0.7em 1em;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	color: #fff;
}

.ev_cate_pay dd {
	font-size: 1.05em;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.ev-bg-org {
	background-color: #ff6a36;
}

.ev-bg-ppl {
	background-color: #8e62cc;
}

.ev-bg-pnk {
	background-color: #e260b4;
}

.ev-bg-grn {
	background-color: #b1c900
}



.end{
	border-bottom: 0;
	border-style: dotted;
	border-color: #35516d;
}

.ev_val span{
	font-weight: 600;
}

.ev_val p{
	font-size: 1em;
}

@media (max-width:480px){


	.ev_val{
		padding: 10px 0;
	}

}

.title-bg-black {
	position: relative;
	display: block;
	margin: 0;
	padding: 20px 10px;
	width: 100%;
	height: 37px;
	color: #fff;
	background: #262626;
	border-top: solid 1px #fff;
	border-left: 0px;
	border-right: 0px;
}


.notice-corona {
	display: inline-block;
	margin: auto;
	background-color: #fff;
	color: #ff6a36;
	padding: 10px;
	width: 92%;
	max-width: 260px;
	font-size: 0.9em;
	font-weight: 400;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	cursor: pointer!important;
}

.notice-corona span{
	letter-spacing: 0.1em;
}

.br-cont-span {
	display: inline-block;
}

.concept-logo{
	width: 270px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 30px;
	webkit-filter:drop-shadow( 0px 4px 0px rgba(0, 0, 0, 0.1));
    -moz-filter:drop-shadow( 0px 4px 0px rgba(0, 0, 0, 0.1));
    -ms-filter:drop-shadow( 0px 4px 0px rgba(0, 0, 0, 0.1));
    filter:drop-shadow( 0px 4px 0px rgba(0, 0, 0, 0.1));
}

@media (max-width:500px){
	
	.concept-logo{
		width: 200px;
		margin: auto;
		margin-top: 25px;
		margin-bottom: 30px;
	}
}

.docu-box {
	display: block;
	width:100%;
	text-align: left;
	letter-spacing: 0.07em;
	margin-bottom: 40px;
	
}

.docu-box p{
	font-size: 1.05em;
	font-weight: 500;
}


.ex2-category {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.category-part {
	width: 49%;
}

.category-part p {
	letter-spacing: 0.1em;
	margin: 0.6em 0;
}

.category-img {
	position: relative;
	border: solid 1px #fff;
}

.category-img img {
	vertical-align: bottom;
}

.category-tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.25);
	color: #fff;
	font-family:'Poppins', sans-serif;
	font-weight: 700;
	font-size: 2em;
	letter-spacing: 0.02em;
}

.category-tit span {
	font-size: 0.98em;
	font-weight: 200;
	margin-left: 0.2em;
}

@media (max-width:600px){
	
	.category-part p {
		font-size: 0.85em;
		line-height: 1.5em;
	}
	
	.category-tit {
		font-size: 1.7em;
	}

}




.ex3-category {
	width:100%;
	padding: 0px;
	margin:0px auto;
	line-height: 20px;
	text-align: center;
}

.ex3-category ul{
	padding: 0px;
	width:104%;
	margin-right: -4%!important;
	display: block;
}

.ex3-category ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	padding: 0px;
	width: 29.33%;
	margin-right: 4%;
	margin-bottom: 4%;
	overflow: hidden;
	background-color: #000;
	border: solid 8px #ddd;
}

.ex3-category ul li span{
	font-size: 0.6em!important;
	font-weight: 500!important;
}

.ex3-category-tit{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 1.8em;
	font-weight: 700;
	margin: 0 auto;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	pointer-events: none;
}

.ex3-category-jp{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 57%;
	display: flex;
	justify-content: center;
	z-index: 100;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.2em;
	margin: 0 auto;
	line-height: 1.6em;
	pointer-events: none;
}

.ex3-category p{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 80%;
	display: flex;
	justify-content: center;
	z-index: 100;
	color: #fff;
	font-size: 1.1em;
	margin: 0 auto;
	opacity: 0.3;
}

.ex3-category p:hover{
	opacity: 1;
}

.ex3-category ul li span{
	display: block;
	font-size: 0.9em;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.15em;
}

.ex3-category img{
	box-sizing:border-box;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	opacity: 0.8;
	margin: 0;
}

.ex3-category img:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0.5;
}

@media (max-width:768px){
	
	.ex3-category ul li{
		width: 46%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

}

@media (max-width:500px){
	
	.ex3-category ul{
		width: 100%;
		margin-right: 0;
	}

	
	.ex3-category ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}

}




.map-img{
	position: relative;
	display: block;
	width: 100%;
}

.map-img img {
	vertical-align: bottom;
}

.map-logo{
	position: absolute;
	left: 2%;
	bottom: 3%;
	width: 15%;
	filter: brightness(20%);
	
}

.map{
	width: 100%;
	height: 300px;
	margin-top: 5px;
}

@media (max-width:600px){
	
	.map-logo{
		width: 20%;
	}
}

@media (max-width:450px){
	
	.map-logo{
		width: 25%;
	}
}



.map-disc {
	display: block;
	padding: 15px 20px;
	text-align: left!important;
	color: #fff;
	overflow:hidden;
	text-align:center;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	background: rgba(0,0,0,0.7);
	border-top: solid 5px;
}

.map-disc p {
	font-size: 1.05em;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 0.3em;
}

.map-disc span{
	display: inline-block;
	font-size: 1em;
	font-weight: 700!important;
	padding: 0 10px 0 0;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

@media (max-width:600px){
	
	.map-disc {
		font-size: 0.9em;
		padding: 10px 15px;
	}
}


.course-pic {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.course-pic dd {
	width: 49%;
	position: relative;
	/*border: solid 1px #ccc;*/
	padding: 0;
	line-height: 0.9em;
	margin-bottom: 1%;
}

.course-pic dd img {
	margin: 0;
}


.course-pic dd p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,140,46,1);
	padding: 10px 5px;
	text-align: center;
	font-weight: 400;
}

@media (max-width:600px){
	
	.course-pic dd {
		width: 100%;
		max-width: 400px;
		margin: auto;
		margin-bottom: 2%;
	}

}



.corona-conntent{
	max-width:100%;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 4%;
	background: rgba(0,0,0,.1);
	margin-bottom: 50px;
}

.corona-conntent p {
	display: block;
	margin: auto;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.corona-conntent span {
	letter-spacing: 0.05em;
	font-weight: 500;
}

.corona-conntent img {
	letter-spacing: 0.05em;
	font-weight: 500;
}
	
	
.notice ul {
	list-style-type: none;
	font-size: 0.9em;
	text-align: left;
}
.notice li{
	margin: 3px 0;
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.5em;
 }
.notice ul li:before {
	font-size: 0.9em;
	display: inline;
	content: "※";
	margin-right: -0.33em;
}

.notice-num ol {
	list-style-type: none;
	counter-reset: number;
}
.notice-num li{
	margin-top: 4px;
    padding-left: 1.5em;
    text-indent: -1.2em;
  }
.notice-num ol li:before {
	display: inline;
	counter-increment: number;
	content: counter(number);
	font-size: 1.1em;
	vertical-align:bottom;
	margin-right: 0.1em;
	font-weight: 600;
}


.ev_list ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0;
}
.ev_list li{
	margin: 5px 0;
	line-height: 1.5em;
    padding-left: 1.15em;
    text-indent: -1.15em;
 }
.ev_list ul li:before {
	color: #ccc;
	display: inline;
	content: "●";
	margin-right: -0.2em;
}

.ev_list li p{
    text-indent: 0;
	text-align: left!important;
	font-weight: 400;
 }

.ev_list li p span{
	font-weight: 500;
 }
/*
.ev_list li a{
	border-bottom: dotted 1px;
	color: #00a0e2;
 }
*/

.ev_list_s ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0;
}
.ev_list_s li{
	margin: 0.2em 0;
	line-height: 1.5em;
    padding-left: 1.15em;
    text-indent: -0.9em;
 }
.ev_list_s ul li:before {
	color: #8f6cb7;
	display: inline;
	content: "●";
	font-size: 0.5em;
	font-weight: 900;
	vertical-align: top;
	margin-right: -0.1em;
}

.ev_list_s b {
	font-weight: 500;
}

.dl-icon {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.dl-icon img {
	height: 45px!important;
	margin-right: 5px!important;
}

.dl-icon p {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	font-weight: 500;
	padding-left: 0.2em;
	margin-bottom: 0.3em;
}

.entry-box{
	display: flex;
	justify-content: space-between;
	width: 590px;
	padding: 5px;
	margin: auto;
	letter-spacing: 0.1em;
	webkit-filter:drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.1));
    -moz-filter:drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.1));
    -ms-filter:drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.1));
    filter:drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.1));
}

.bt-entry {
	text-align: center;
	display: block;
	width: 280px;
	margin: auto;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-bottom: 20px;
}

.bt-cs {
	pointer-events:none;
	-webkit-filter: brightness(.2) invert(1) grayscale(100%);
	filter: brightness(.2) invert(1) grayscale(100%);
}

.pointer-none {
	pointer-events:none;
}


.bt-screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}
/*
.bt-cs div {
	opacity:0.4;
	filter:alpha(opacity=40);
	-ms-filter:"alpha( opacity=40)";
}*/


@media (max-width:600px){
	
	.entry-box{
		display: block;
		justify-content: none;
		width: 100%;
	}

}



.bt-ent {
	text-align: center;
	display: inline-block;
	width: 280px;
	margin: auto;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px 2px #ccc;
    -moz-box-shadow: 0px 5px 10px 2px #ccc;
    box-shadow: 0px 5px 10px 2px #ccc;
	margin-bottom: 20px;
}
/*
.bt-ent img{
	filter: grayscale(90%)
}

.bt-ent:hover{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	transition: 0.2s linear;
}

.bt-ent img:hover{
	filter: grayscale(0%)!important;
	transition: 0.2s linear;
}
*/
.ex4-sponsor{
	width:100%;
	padding: 0px;
	margin:0px auto;
	line-height: 20px;
	text-align: center;
}

.ex4-sponsor ul{
	padding: 0px;
	width:102%;
	margin-right: -2%;
	display: block;
}

.ex4-sponsor ul li{
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0px;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.ex4-sponsor ul li img{
	padding: 0;
	margin: 0;
}

@media (max-width:768px){
	
	.ex4-sponsor{
		max-width: 450px;
	}

	
	.ex4-sponsor ul li{
		width: 48%;
	}

}


	
.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}




.fade_on {
    opacity: 1;
}


.sns-block{
	display: flex;
	justify-content: space-between;
}

.sns-fb, .sns-tw{
	width: 48%;
}

@media (max-width:768px){
	
	.sns-block{
		display: block;
	}

	.sns-fb, .sns-tw {
		width: 100%;
		max-width: 500px;
		margin: auto;
	}
	
	.sns-fb {
		margin: auto;
		margin-bottom: 20px;
	}
	
}

.emergency {
	width: 100%;
	border: solid 4px #ccc;
	margin: auto;
	text-align: left;
	padding: 30px 20px 15px 20px;
	margin-bottom: 40px;
}

.emergency p{
	margin: auto;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

.emergency span {
	display: block;
	margin: auto;
	text-align: center;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}

.emergency dd{
	margin: auto;
	margin-top: 10px;
	text-align: center;
	font-weight: 400;
	font-size: 0.9em;
}

.emergency dt{
	margin: auto;
	text-align: left;
	font-weight: 300;
	margin-bottom: 1em;
}

.bnr-400 {
	width: 100%;
	max-width: 400px;
	margin: auto;
}

@media (max-width:600px){
	
	.bnr-400 {
		max-width: 250px;
	}
	
}


.notice-plc-chg {
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	background-color: #c00;
	font-weight: 500;
	font-size: 1.1em;
	padding: 13px 20px;
	margin-bottom: 20px;
}

.cate-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
}

.cate-list-lft {
	width: 59.7%;
}

.cate-list-rgt {
	width: 39.3%;
}

.cate-list-lft, .cate-list-rgt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1em;
}


.cate-list-lft p,
.cate-list-rgt p {
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	font-size: 0.9em;
	font-weight: 500;
	margin-bottom: 1em;
}
/*
.cate-list-lft dd,
.cate-list-rgt dd {
	width: 31%;
}

.cate-list-rgt dl {
	width: 48%;
}

.cate-list-lft dd,
.cate-list-rgt dd,
.cate-list-rgt dl {
	background-color: #ccc;
}*/

.cate-ex2 {
	width: 48.8%;
}

.cate-ex3 {
	width: 32.2%;
}

.cate-ex2,
.cate-ex3 {
	background-color: #fff;
	background: rgba(255,255,255,0.9);
	font-size: 1em;
	border: solid 7px;
	padding: 1% 1%;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.cate-ex2 {
	padding: 1.48% 1%;
}

.cate-ex2 p,
.cate-ex3 p {
	font-size: 1.8em;
	font-weight: 700;
	font-family:'Poppins', sans-serif;
	margin: 0!important;
}

.cate-ex2 p span,
.cate-ex3 p span {
	font-size: 0.8em;
	font-weight: 800;
	margin-bottom: -0.1em;
}

.cate-ex2 dd,
.cate-ex3 dd {
	font-weight: 600;
	font-size: 0.85em;
}

.cate-ex2 dl,
.cate-ex3 dl {
	font-size: 0.75em;
	line-height: 1.6em;
}

.item-ctr {
	justify-content: center;
}

.item-btw {
	justify-content: space-between;
}


@media (max-width:900px){
		
	.cate-list-lft,
	.cate-list-rgt {
		width: 100%;
	}
	
	.cate-ex2 {
		width: 32.2%;margin-right: 0 0.8%;
	}
	
	.item-btw {
		justify-content: center;
		
	}
}

@media (max-width:600px){
	
	.cate-list-lft,
	.cate-list-rgt {
		justify-content: center;
		margin-bottom: 2%;
	}
	
	.cate-ex2,
	.cate-ex3 {
		border-width: 6px;
		width: 49%!important;
		margin: 0 2% 2% 0!important;
	}
	
	.cate-ex2:last-child,
	.cate-ex3:last-child {
		margin-right: 0!important;
	}

	
}

@media (max-width:350px){
	
	.cate-ex2 p,
	.cate-ex3 p {
		font-size: 1.6em;
	}
}

.ex-org-1 {
	color: #ffab31!important;
	border-color: #ffab31!important;
}

.ex-org-2 {
	color: #ff8c2e!important;
	border-color: #ff8c2e!important;
}

.ex-org-3 {
	color: #ff6a36!important;
	border-color: #ff6a36!important;
}

.ex-ppl {
	color: #8e62cc!important;
	border-color: #8e62cc!important;
}

.ex-pnk-1 {
	color: #f279bc!important;
	border-color: #f279bc!important;
}

.ex-pnk-2 {
	color: #e260b4!important;
	border-color: #e260b4!important;
}

.ex-pnk-3 {
	color: #d844a3!important;
	border-color: #d844a3!important;
}

.ex-grn-1 {
	color: #b1c900!important;
	border-color: #b1c900!important;
}

.ex-grn-2 {
	color: #a6b702!important;
	border-color: #a6b702!important;
}

.c-tit-org {
	background-color: #ff8c2e!important;
	color: #fff;
}

.c-tit-org-3 {
	background-color: #ff6a36!important;
	color: #fff;
}

.c-tit-ppl {
	background-color: #8e62cc!important;
	color: #fff;
}

.c-tit-pnk {
	background-color: #f279bc!important;
	color: #fff;
}

.c-tit-pnk-2 {
	background-color: #e260b4!important;
	color: #fff;
}



.c-tit-grn {
	background-color: #b1c900!important;
	color: #fff;
}

.map-tit {
	width: 100%;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 1%;
	border-bottom: solid 2px #fff;
}


.accordion-container .accordion-title {
	position: relative;
	margin: 0;
	padding: 0.5em 1em;
	color: #fff!important;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: .5s;
	border-radius: 6px;
	background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	margin-bottom: -25px!important;
}

.accordion-title a {
	color: #fff;
}

.accordion-title a:hover,
.accordion-title a:active{
	color: #fff!important;
}


.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
	/*border-color: #c9b9d4;*/
	background: #fff;
}


.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  /*横線*/
  width: 10px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
	transform: rotate(180deg);
	background: #fff;
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  display: none;
  text-align: left;
	padding-left: 0.1em;
	margin-top: 35px;
	margin-bottom: -30px;
}

.accordion-content dt {
  font-weight: 500;
	margin-bottom: 0;
}

.accordion-content p {
	letter-spacing: 0.05em;
	line-height: 1.8em;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 0 auto;
}

.cate-icon {
	display: flex;
	justify-content: flex-start!important;
	align-items: flex-start;
	width: 100%;
	max-width: 400px;
	margin-bottom: 10px;
}

.cate-icon img{
	width: 32.333333%;
	margin-right: 1.5%;
}

.cate-icon:last-child {
	margin-right: 0;
}

.rm0 {
	margin-right: 0;
}

.map-2 {
	width: 100%;
	height: 500px;
	display: block;
	background-clip: #c00;
}

.contentDiv {
	width: 100%!important;
	height: 400px!important;
	background-image:url("../images/course_map_marathon.jpg");
	background-position: center center;
	background-size: cover;
	background-color: #c00!important;
	border: solid 4px #fff;
}

#parent {
	position: relative;
	margin: auto;
	width: 95%;
	height: 90vh;
}

#parent:before {
	content: "";
	display: block;
	padding-top: 74%;
}

#deepZoom-1 {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background-color: #000;
}

#deepZoom-2 {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background-color: #000;
}

.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.spt-sns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.spt-sns p {
	width: 100%;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding-bottom: 7px;
	border-bottom: solid 1px #fff;
	margin-bottom: 5px;
}

.spt-sns dd {
	width: 100%;
	font-family:'Poppins', sans-serif;
	font-size: 0.75em;
	letter-spacing: 0.15em;
	font-weight: 500;
	margin-bottom: 10px;
}

.spt-sns img {
	width: 26px;
	margin: 0 7px;
}

.sche-block {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	background-color: #a80c5d;
	padding: 2%;
	margin-bottom: 1px;
	/*background: -moz-linear-gradient(left, #a80c5d, #e33a92);
	background: -webkit-linear-gradient(left, #a80c5d, #e33a92);
	background: linear-gradient(to right, #a80c5d, #e33a92);*/
}

.sche-date {
	display: flex;
	align-items: center;
	font-family:'Oswald', sans-serif;
	font-weight: 600;
	width: 20%;
}

.sche-day {
	font-size: 2.75em;
	line-height: 1.2em;
	width: 50%;
}

.sche-day span {
	font-weight: 100;
}


.sche-week {
	font-size: 1em;
	display: block;
	text-align: center;
	margin-left: 0.7em;
	margin-top: 0.55em;
}

.sche-week dl {
	font-size: 1.3em;
	line-height: 0.8em;
}

.sche-week dt {
	font-size: 1em;
	margin-bottom: 0;
}

.sche-conte {
	display: flex;
	width: 80%;
}

.sche-tit {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sche-tit p {
	font-size: 1.2em;
	font-weight: 500;
	margin-right: 2em;
	width: 45%;
	text-align: left;
}

.sche-tit dd {
	background-image:url("../images/icn_location.png");
	background-size: 1em;
	background-repeat: no-repeat;
	text-indent: 1.6em;
}

.sche-arw {
	width: 30px;
	display: flex;
	align-items: center;
}

.list-cs  {
	pointer-events:none!important;
}

.list-cs div {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=40)";
}

@media (max-width:768px){
	
	.sche-date {
		width: 30%;
	}
	
	.sche-conte {
		width: 70%;
	}
	
	.sche-tit {
		display: block;
	}
	
	.sche-tit p {
		margin-bottom: 0.3em;
		width: 100%;
	}
	
	.sche-tit dd {
		background-size: 0.8em;
		background-position: top 0.2em left 0;
		text-indent: 1.2em;
}
	
	.sche-tit p,
	.sche-tit dd {
		text-align: left;
	}
	
	.sche-day,
	.sche-week {
		text-align: center;
	}
}

@media (max-width:650px){
	
	.sche-block {
		padding: 4% 1% 4% 2.2%;
	}
	
	.sche-date {
		width: 20%;
		display: block;
		text-align: center;
	}
	
	.sche-conte {
		width: 78%;
	}
	
	.sche-day {
		font-size: 2em;
		text-align: center!important;
		width: 100%;
		margin-bottom: 0.15em;
	}
	
	.sche-week {
		width: 100%;
		display: flex;
		justify-content: center;
		margin: auto;
	}
	
	.sche-week dl,
	.sche-week dt {
		font-size: 1em;
		line-height: 1.4em;
		margin: 0 0.15em;
	}
	
	.sche-tit p {
		font-size: 1em;
	}
	
	.sche-arw {
		width: 20px;
	}
	
}

@media (max-width:350px){

	.sche-date {
		margin-right: 3%;
	}

	.sche-arw {
		display: none;
	}
	
	.sche-day {
		font-size: 1.8em;
	}
	
	.sche-week dl,
	.sche-week dt {
		font-size: 0.8em;
	}
	
	.sche-tit {
		font-size: 0.9em;
	}

}

.event-date {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #103c57;
	box-sizing: border-box;
}

.event-date-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-family:'Oswald', sans-serif;
	color: #fff;
	font-weight: 600;
	box-sizing: border-box;
}

@media (max-width:768px){
	
	.event-date {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
}

@media (max-width:600px){
	
	.event-date p {
		padding: 3% 9% 1% 9%;
	}
}




.eve-day {
	font-size: 5em;
	line-height: 1.2em;
	box-sizing: border-box;
}

.eve-day span {
	font-weight: 100;
}


.eve-week {
	font-size: 1.8em;
	display: block;
	text-align: center;
	margin-left: 0.5em;
	margin-top: 0.55em;
	box-sizing: border-box;
}

.eve-week dl {
	font-size: 1.3em;
	line-height: 0.8em;
}

.eve-week dt {
	font-size: 1em;
	margin-bottom: 0;
}

.eve-holiday {
	width: 100%!important;
	margin-top: -0.3em;
	font-size: 0.8em;
	font-family:'Poppins', sans-serif;
}

.eve-loca{
	width: 100%!important;
	font-family:'Poppins', sans-serif;
	font-size: 1.6em;
	letter-spacing: 0;
}


@media (max-width:768px){
	
	.event-date {
		padding: 2% 1% 3% 1%;
	}
	
	
	.eve-day {
		padding-right: 4%;
		width: auto;
	}
	
	.eve-week {
		
	}
	
	.eve-day {
		font-size: 3em;
		line-height: 1.2em;
	}
	
	.eve-week {
		display: flex;
		margin-left: 0;
		margin-top: 0;
		text-align: left;
	}
	
	.eve-week dl,
	.eve-week dt {
		font-size: 1.3em;
		line-height: 1.2em;
	}
	
	.eve-week dl {
		margin-right: 0.2em;
	}

}

.map-case {
	width: 100%;
	padding: 0;
	text-align: center;
	background-color: #ddd;
	margin-bottom: 40px;
}

.course-data {
	width: 100%;
	border-bottom: dotted 1px #999;
	margin-bottom: 3%;
}

.course-conte {
	width: 100%;
	border-top:  dotted 1px #999;
	display: flex;
	align-items: flex-start;
	box-sizing: border-box;
}

.course-conte-tit {
	color: #262626;
	font-weight: 500;
	width: 18%;
	text-align: center;
}

.course-conte-tit span {
	display: inline-block;
}

.course-conte-txt {
	text-align: left;
	width: 80%;
}

.course-conte-tit,
.course-conte-txt {
	padding: 2%;
}

.course-conte-colon {
	width: 2%;
	padding: 2% 0;
	color: #262626;
}

@media (max-width:768px){
	
	.course-conte-tit {
		text-align: left;
	}
	
}

@media (max-width:600px){
	
	.course-conte {
		display: block;
	}
	
	.course-conte-colon {
		display: none;
	}
	
	.course-conte-tit,
	.course-conte-txt {
		width: 100%;
	}
	
	.course-conte-tit {
		padding: 3% 2% 0 2%;
	}

}

.course-img-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.course-img{
	position: relative;
	overflow: hidden;
	width: 32%;
}

.course-tit {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #25bbed;
	color: #fff;
	padding: 1% 2% 1% 3%;
	font-size: 0.9em;
	border-radius: 0 0 7px 0;
    -webkit-border-radius: 0 0 7px 0;
    -moz-border-radius: 0 0 7px 0;
}

@media (max-width:600px){

	.course-img {
		width: 49%;
	}
	
}

@media (max-width:350px){
	
	.course-tit {
		font-size: 0.7em;
	}
	
}


.ex-cp {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}

.ex-cp-conte {
	width: 32%;
}

.ex-cp-img {
	position: relative;
}

.ex-cp-img dt {
	width: 12%;
	position: absolute;
	top: 2%;
	left: 2%;
	z-index: 2;
}

.ex-cp-img dt img {
	border-width: 0px;
	webkit-filter:drop-shadow( 0px 2px 4px rgba(0, 0, 0, 0.3));
    -moz-filter:drop-shadow( 0px 2px 4px rgba(0, 0, 0, 0.3));
    -ms-filter:drop-shadow( 0px 2px 4px rgba(0, 0, 0, 0.3));
    filter:drop-shadow( 0px 2px 4px rgba(0, 0, 0, 0.3));
}

.ex-cp-img dd {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #a80c5d;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	padding: 1.2% 1% 0 1%;
}

.ex-cp-conte p {
	font-weight: 500;
	background-color: #a80c5d;
	color: #fff;
	padding: 0 3px 5px 3px;
}

.ex-cp-img p span {
	display: inline-block;
}

@media (max-width:600px){
	
	.ex-cp-conte {
		width: 49%;
		margin-bottom: 4%;
	}
	
}

@media (max-width:380px){
	
	.ex-cp-conte {
		width: 100%;
	}
	
}

.prize-pic {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prize-pic-img {
	width: 48%;
	margin-bottom: 2%;
}

.prize-pic-img p {
	font-size: 0.8em;
	text-align: center;
}

.prize-pic-img img {
	border: solid 1px #ddd;
}


.info-block {
	width: 100%;
	border-top: dotted 1px #262626;
}

.info-item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center!important;
	border-bottom: dotted 1px #262626;
	padding: 2% 1%;
	transition: .3s;
}

.info-item:hover {
	background-color: #eee;
}

.info-item p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.info-item p img {
	height: 50px;
	margin-right: 1em;
}

.info-item dd {
	display: flex;
	justify-content: flex-start;
	align-items: center!important;
	margin: 0 0.3em 0 2em;
}

.info-item dd img {
	height: 20px;
}

.info-item p {
	font-weight: 500;
	text-align: left;
}

.info-item p span {
	display: block;
}

.info-item p span span {
	display: inline-block;
}

@media (max-width:600px){
	
	.info-item {
		padding: 3% 1%;
	}
}

.res-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 1% 2%;
	background-color: #e7e7e7;
}


@media (max-width:600px){
	
	.res-tit {
		padding: 3% 3%;
	}
}

.res-tit dd {
	width: 60%;
	line-height: 1.4em;
	text-align: left;
	font-weight: 500;
}

.res-tit dd span {
	display: inline-block;
}

.res-tit dt {
	width: 40%;
	line-height: 1.4em;
	font-family:'Oswald', sans-serif;
	text-align: right;
	font-size: 0.9em;
}

@media (max-width:380px){
	
	.res-tit dt {
		display: none;
	}
}


.res-list-tit {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 2px #262626;
	box-sizing: border-box;
	font-size: 0.9em;
	padding: 3% 2% 1% 2%;
	margin-bottom: 2%;
}

.res-list-tit dd {
	width: 50%;
	line-height: 1.4em;
	text-align: left;
	font-weight: 600;
}

.res-list-tit dt {
	width: 50%;
	line-height: 1.4em;
	text-align: right;
}


.res-list-name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-width: 1px 0;
	box-sizing: border-box;
	font-size: 0.7em;
	padding: 0 0 1% 0
}

.res-list-name dd {
	width: 35%;
	line-height: 1.4em;
	text-align: center;
}

.res-list-name p {
	width: 50%;
	line-height: 1.4em;
	text-align: center;
}

.res-list-name dt {
	width: 15%;
	line-height: 1.4em;
	text-align: center;
}


.res-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: dotted #ccc;
	border-width: 0 0 1px 0;
	box-sizing: border-box;
	font-size: 0.9em;
	padding: 2% 3%;
	margin-top: -1px;
}

.res-list dd {
	width: 70%;
	line-height: 1.4em;
	text-align: left;
	font-weight: 500;
}

.res-list p {
	width: 50%;
	line-height: 1.4em;
	text-align: center;
}

.res-list dt {
	width: 20%;
	line-height: 1.4em;
	font-family:'Oswald', sans-serif;
	text-align: right;
	font-size: 1.05em;
}

.mv-thum {
	position: relative;
	width: 100%;
	margin: auto;
	opacity: 1!important;
}

.mv-thum img {
	border: solid 1px #aaa;
}

.mv-txt {
	font-size: 0.8em;
	font-family:'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0.3em;
}

.mv-thum:hover { 
	opacity: 0.9!important;
}

.mv-bt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.mv-bt img {
	border: 0;
	width: 100px;
	line-height: 0;
	margin: 0;
}

.mv-bt:hover { 
	opacity: 0.9!important;
}

@media (max-width:600px){
	
	.mv-bt img {
		width: 70px;
	}
	
}


.back-top {
	margin: auto;
	margin-top: 20px;
}

.back-top img {
	width: 60px;
	vertical-align: bottom;
}

.back-top p {
	font-size: 0.75em;
	font-weight: 700;
}



















