@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.coming {
	font-size: 60px;
	font-weight: 600;
	padding-top: 150px;
	padding-bottom: 150px;
}
img {
	width: 100%;
	height: auto;
}
header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	text-align: right;
	width: 100%;
}
header #gnavbtn {
	z-index: 9999;
	height: 95px;
	background-color: #fff;
	width: 25%;
	position: absolute;
	left: 0px;
	top: 0px;
}
header #gnavbtn img {
	width: 90px;
	position: absolute;
	right: 30px;
	top: 16px;
}
#gnav {
	display: none;
	background-color: #FFDB2D;
	height: 100vh;
	width: 100vw;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
}
#gnav .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	height: 580px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
#gnav .flex figure {
	width: 487px;
}
#gnav .flex nav li {
	line-height: 4em;
	text-align: left;
}
#gnav .flex nav li a {
	font-size: 51px;
	font-weight: 800;
	color: #000;
	text-decoration: none;
}
#gnav .flex nav li a:hover {
	color: #CD3B46;
}
#catch {
	position: relative;
	min-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
#catch h1 img {
	transform: scale(1);
	width: 100%;
	height: auto;
}
#catch .box {
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFC3C7;
	border-radius: 20px;
	padding-bottom: 10px;
}
#catch .box p {
	font-size: 33px;
	font-weight: 800;
	line-height: 1.1em;
	padding-top: 20px;
	margin-bottom: 20px;
}
#catch .box dl dt {
	display: inline;
	font-size: 22px;
}
#catch .box dl dd {
	display: inline;
	font-size: 22px;
}





#about {
	background-image: url("../images/pc/matsuri_bg.png");
	background-size: 1270px;
	background-repeat: no-repeat;
	background-position: center top 225px;
}
#about h2 {
	font-size: 60px;
	font-weight: 800;
	line-height: 1.1em;
	padding-top: 80px;
}
#about h2 span {
	color: #CC3144;
}
#about h2+p {
	font-size: 34px;
	font-weight: bold;
	margin-top: 50px;
}
#about h2+p+p {
	font-size: 25px;
	line-height: 1.5em;
	margin-top: 40px;
}
#about figure {
	width: 1094px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#about h3 {
	width: 348px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	margin-bottom: 40px;
}
#about h3+p {
	font-size: 25px;
	line-height: 1.6em;
}
#about .btn a {
	background-color: #1680B7;
	width: 800px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 60px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 100px;
	margin-top: 25px;
	transition: 0.3s;
}
#about .btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}





#companys {
	background-color: #FFF4B5;
	margin-top: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
}
#companys h2 {
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 30px;
}
#companys .box {
	margin-bottom: 60px;
}
#companys .box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
}
#companys .box ul li {
	width: 280px;
	margin-top: 30px;
}
#companys .box ul li img {
	height: 90px;
	width: auto;
}





#eventinfo {
	background-image: url("../images/pc/event_bg.png");
	background-size: cover;
	padding-bottom: 110px;
	padding-top: 80px;
}
#eventinfo h2 {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
}
#eventinfo nav ul {
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#eventinfo nav ul li {
	width: 300px;
}
#eventinfo nav ul li a img:hover {
	opacity: 1;
	filter: brightness(1.2);
}





#taiken {
	padding-top: 80px;
}
#taiken h2 {
	font-size: 60px;
	font-weight: 800;
	position: relative;
	display: inline-block;
}
#taiken h2 .fig01 {
	width: 136px;
	position: absolute;
	left: -160px;
	top: -40px;
}
#taiken h2 .fig02 {
	width: 108px;
	position: absolute;
	right: -140px;
	top: -60px;
}
#taiken h2+p {
	font-size: 30px;
	line-height: 1.3em;
	margin-top: 60px;
}
#taiken .box {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #CD3B46;
	padding-bottom: 20px;
	margin-top: 30px;
}
#taiken .box h3 {
	font-size: 30px;
	font-weight: 800;
	color: #CD3B46;
	text-decoration: underline;
	padding-top: 20px;
	margin-bottom: 15px;
}
#taiken .box h3+p {
	font-size: 26px;
	margin-bottom: 10px;
}
#taiken .box h3+p+p {
	font-size: 20px;
}
#taiken .btn a {
	display: block;
	width: 500px;
	height: 60px;
	background-color: #CD3B46;
	margin-left: auto;
	margin-right: auto;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	font-size: 32px;
	font-weight: bold;
	border-radius: 100px;
	margin-top: 30px;
	transition: 0.3s;
}
#taiken .btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
#taiken .inner {
	width: 1199px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF4B5;
	border-radius: 30px;
	margin-top: 30px;
	padding-bottom: 40px;
	padding-top: 40px;
}
#taiken .inner .flex {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #000;
	position: relative;
}
#taiken .inner .flex::after {
	content: "";
	height: 1px;
	background-color: #000;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#taiken .inner .flex div.stores {
	width: 299px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	padding-bottom: 150px;
	position: relative;
}
#taiken .inner .flex div.stores:nth-of-type(4),
#taiken .inner .flex div.stores:nth-of-type(8),
#taiken .inner .flex div.stores:nth-of-type(12),
#taiken .inner .flex div.stores:nth-of-type(16),
#taiken .inner .flex div.stores:nth-of-type(20),
#taiken .inner .flex div.stores:nth-of-type(24),
#taiken .inner .flex div.stores:nth-of-type(28),
#taiken .inner .flex div.stores:nth-of-type(32),
#taiken .inner .flex div.stores:nth-of-type(36),
#taiken .inner .flex div.stores:nth-of-type(40)
{
	border-right: none;
}
#taiken .inner .flex div h4 {
	font-size: 30px;
	font-weight: 500;
	display: flex;
	line-height: 1.2em;
	margin-bottom: 10px;
	min-height: 80px;
}
#taiken .inner .flex div h4 span:first-child {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
#taiken .inner .flex div h4 span+span {
	width: 240px;
	padding-top: 10px;
}
#taiken .inner .flex div h5 {
	color: #666666;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.2em;
}
#taiken .inner .flex div figure {
	width: 270px;
	height: 150px;
	background-color: #C2C2C2;
	margin-left: auto;
	margin-right: auto;
}
#taiken .inner .flex div figure img {
	width: 270px;
	height: 150px;
	object-fit: cover;
}
#taiken .inner .flex div p {
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
#taiken .job-links {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
	height: 115px;
}
#taiken .inner .flex div ul {
	display: flex;
	justify-content: center;
	width: 199px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#taiken .inner .flex div ul li {
	width: 53px;
}
#taiken .inner .flex div ul li+li {
	margin-left: 15px;
}





#inshoku {
	padding-top: 110px;
	background-color: #FFF4B5;
	margin-top: 70px;
	padding-bottom: 80px;
}
#inshoku h2 {
	font-size: 60px;
	font-weight: 800;
	position: relative;
	display: inline-block;
}
#inshoku h2 .fig01 {
	width: 106px;
	position: absolute;
	left: -160px;
	top: -60px;
}
#inshoku h2 .fig02 {
	width: 136px;
	position: absolute;
	right: -180px;
	top: -40px;
}
#inshoku h2+p {
	font-size: 30px;
	line-height: 1.3em;
	margin-top: 60px;
}
#inshoku .inner {
	width: 1199px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 30px;
	margin-top: 30px;
	padding-bottom: 40px;
	padding-top: 40px;
}
#inshoku .inner .flex {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #000;
	position: relative;
}
#inshoku .inner .flex::after {
	content: "";
	height: 1px;
	background-color: #000;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#inshoku .inner .flex div {
	width: 299px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
	padding-bottom: 20px;
	position: relative;
	padding-bottom: 90px;
}
#inshoku .inner .flex div:nth-of-type(4),
#inshoku .inner .flex div:nth-of-type(8),
#inshoku .inner .flex div:nth-of-type(12),
#inshoku .inner .flex div:nth-of-type(16),
#inshoku .inner .flex div:nth-of-type(20),
#inshoku .inner .flex div:nth-of-type(24),
#inshoku .inner .flex div:nth-of-type(28),
#inshoku .inner .flex div:nth-of-type(32),
#inshoku .inner .flex div:nth-of-type(36),
#inshoku .inner .flex div:nth-of-type(40)
{
	border-right: none;
}
#inshoku .inner .flex div h4 {
	font-size: 30px;
	font-weight: 500;
	display: flex;
	line-height: 1.2em;
	margin-bottom: 10px;
	min-height: 80px;
}
#inshoku .inner .flex div h4 span:first-child {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	background-color: #000;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
#inshoku .inner .flex div h4 span+span {
	padding-top: 10px;
	width: 235px;
}
#inshoku .inner .flex div h5 {
	color: #666666;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}
#inshoku .inner .flex div figure {
	width: 270px;
	height: 150px;
	background-color: #C2C2C2;
	margin-left: auto;
	margin-right: auto;
}
#inshoku .inner .flex div figure img {
	width: 270px;
	height: 150px;
	object-fit: cover;
}
#inshoku .inner .flex div p {
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
#inshoku .inner .flex div ul {
	display: flex;
	justify-content: center;
	width: 199px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
}
#inshoku .inner .flex div ul li {
	width: 53px;
}
#inshoku .inner .flex div ul li+li {
	margin-left: 15px;
}





#ryuzin h2 {
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 80px;
	padding-top: 120px;
}
#ryuzin .flex {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}
#ryuzin .flex+.flex {
	flex-flow: row-reverse;
	margin-top: 30px;
}
#ryuzin .flex p {
	width: 470px;
	text-align: left;
	font-size: 25px;
	line-height: 1.6em;
}
#ryuzin .flex figure {
	width: 500px;
}
#ryuzin .btn a {
	display: block;
	width: 500px;
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #4A7BB6;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100px;
	transition: 0.3s;
	margin-top: 75px;
}
#ryuzin .btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}





#schedule {
	padding-top: 120px;
	background-color: #FDF6BA;
	margin-top: 110px;
	padding-bottom: 80px;
}
#schedule h2 {
	font-size: 60px;
	font-weight: 800;
	position: relative;
	display: inline-block;
}
#schedule h2 .fig01 {
	width: 136px;
	position: absolute;
	left: -160px;
	top: -40px;
}
#schedule h2 .fig02 {
	width: 145px;
	position: absolute;
	right: -140px;
	top: -60px;
}
#schedule h2+p {
	font-size: 30px;
	line-height: 1.3em;
	margin-top: 60px;
}
#schedule .box {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	background-color: #4A7BB6;
	margin-top: 20px;
	padding-bottom: 50px;
}
#schedule .box h3 {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	padding-top: 40px;
	margin-bottom: 30px;
}
#schedule .box .inner {
	background-color: #fff;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
}
#schedule .box .inner th {
	color: #4A7BB6;
	font-weight: bold;
	width: 180px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #4A7BB6;
	font-size: 25px;
}
#schedule .box .inner td {
	font-weight: bold;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #4A7BB6;
	font-size: 25px;
}





#event {
	background-color: #E2EDC3;
	padding-top: 100px;
	padding-bottom: 90px;
}
#event h2 {
	font-size: 60px;
	font-weight: 800;
}
#event .box {
	width: 1000px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	margin-top: 25px;
}
#event .box h3 {
	font-size: 30px;
	font-weight: bold;
	padding-top: 30px;
}
#event .box h3+p {
	width: 170px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	color: #fff;
	font-size: 22px;
	margin-top: 15px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	background-color: #B13D47;
	text-align: center;
}
#event .box h4 {
	background-color: #E6E6E6;
	width: 920px;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
#event .box p,
#event .box dl
{
	text-align: left;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	line-height: 1.3em;
}
#event .box p+h4,
#event .box dl+h4
{
	margin-top: 35px;
}
#event .box dl dt {
	display: inline;
}
#event .box dl dd {
	display: inline;
}
#event .box iframe {
	width: 950px;
	height: 300px;
	margin-top: 15px;
}
#event h5 {
	font-size: 60px;
	font-weight: 800;
	margin-top: 65px;
}
#event h5+ul {
	width: 1000px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#event h5+ul li {
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	margin-left: 10px;
	line-height: 2em;
}





footer h2 {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
footer ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
footer ul li {
	width: 100px;
}
footer ul li+li {
	margin-left: 80px;
}
footer h3 {
	font-size: 20px;
	margin-top: 50px;
}
footer h3+p {
	font-size: 20px;
}
footer h3+p a {
	color: #000;
	text-decoration: none;
}
footer p small {
	font-size: 20px;
	padding-top: 60px;
	padding-bottom: 20px;
	background-color: #251E1C;
	display: block;
	color: #fff;
	margin-top: 40px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.coming {
	font-size: 6vw;
	font-weight: 600;
	padding-top: 20vw;
	padding-bottom: 20vw;
}
header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 999;
	text-align: right;
	width: 100%;
}
header #gnavbtn {
	z-index: 9999;
	height: 12.1794871795vw;
	background-color: #fff;
	width: 19.2307692308vw;
	position: absolute;
	left: 0px;
	top: 0px;
}
header #gnavbtn img {
	height: 7.69230769231vw;
	position: absolute;
	right: 3vw;
	top: 2.1vw;
}
#gnav {
	display: none;
	background-color: #FFDB2D;
	height: 100vh;
	width: 100vw;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
}
#gnav .flex {
	margin-left: auto;
	margin-right: auto;
	padding-top: 25vw;
}
#gnav .flex figure {
	display: none;
}
#gnav .flex nav li {
	line-height: 3em;
	text-align: center;
}
#gnav .flex nav li a {
	font-size: 6.53846153846vw;
	font-weight: 800;
	color: #000;
	text-decoration: none;
}
#gnav .flex nav li a:hover {
	color: #CD3B46;
}
#catch {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#catch h1 img {
	transform: scale(1);
	width: 100%;
	height: auto;
}
#catch .box {
	position: absolute;
	bottom: 8vw;
	left: 0px;
	right: 0px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFC3C7;
	border-radius: 20px;
	padding-bottom: 10px;
}
#catch .box p {
	font-size: 4.5vw;
	font-weight: 800;
	line-height: 1.1em;
	padding-top: 5vw;
	margin-bottom: 2vw;
}
#catch .box dl {
	line-height: 1em;
}
#catch .box dl dt {
	display: inline;
	font-size: 3vw;
	letter-spacing: -0.1em;
}
#catch .box dl dd {
	display: inline;
	font-size: 3vw;
	letter-spacing: -0.1em;
}





#about {
	background-image: url("../images/pc/matsuri_bg.png");
	background-repeat: no-repeat;
	background-position: center top 15vw;
	background-size: contain;
}
#about h2 {
	font-size: 6vw;
	font-weight: 800;
	line-height: 1.1em;
	padding-top: 10vw;
}
#about h2 span {
	color: #CC3144;
}
#about h2+p {
	font-size: 5vw;
	font-weight: bold;
	margin-top: 5vw;
}
#about h2+p+p {
	line-height: 1.5em;
	margin-top: 5vw;
}
#about figure {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
}
#about h3 {
	margin-left: auto;
	margin-right: auto;
	width: 40vw;
	margin-top: 10vw;
	margin-bottom: 5vw;
}
#about h3+p {
	line-height: 1.6em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#about .btn a {
	background-color: #1680B7;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
	text-decoration: none;
	border-radius: 100px;
	margin-top: 5vw;
	transition: 0.3s;
}
#about .btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}





#companys {
	background-color: #FFF4B5;
	margin-top: 10vw;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
#companys h2 {
	font-size: 6vw;
	font-weight: 800;
	margin-bottom: 5vw;
}
#companys .box {
	margin-bottom: 10vw;
}
#companys .box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 5vw;
	margin-right: 5vw;
}
#companys .box ul li {
	width: 45%;
	margin-top: 5vw;
}
#companys .box ul li img {
	
}






#eventinfo {
	background-image: url("../images/pc/event_bg.png");
	background-size: cover;
	padding-bottom: 15vw;
	padding-top: 10vw;
}
#eventinfo h2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#eventinfo nav ul {
	margin-left: 1vw;
	margin-right: 1vw;
	display: flex;
	justify-content: space-between;
	margin-top: 5vw;
}
#eventinfo nav ul li {
	width: 32%;
}
#eventinfo nav ul li a img:hover {
	opacity: 1;
	filter: brightness(1.2);
}





#taiken {
	padding-top: 15vw;
}
#taiken h2 {
	font-size: 6vw;
	font-weight: 800;
	position: relative;
	display: inline-block;
}
#taiken h2 .fig01 {
	width: 20vw;
	position: absolute;
	left: -25vw;
	top: -5vw;
}
#taiken h2 .fig02 {
	width: 19vw;
	position: absolute;
	right: -22vw;
	top: -11vw;
}
#taiken h2+p {
	line-height: 1.3em;
	margin-top: 10vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#taiken .box {
	margin-left: 5vw;
	margin-right: 5vw;
	border: 5px solid #CD3B46;
	padding-bottom: 20px;
	margin-top: 30px;

}
#taiken .box h3 {
	font-size: 5vw;
	font-weight: 800;
	color: #CD3B46;
	text-decoration: underline;
	padding-top: 5vw;
	margin-bottom: 5vw;
}
#taiken .box h3+p {
	font-size: 5vw;
	margin-bottom: 2vw;
}
#taiken .box h3+p+p {
	margin-left: 5vw;
	margin-right: 5vw;
}
#taiken .btn a {
	display: block;
	width: 90%;
	height: 15vw;
	background-color: #CD3B46;
	margin-left: auto;
	margin-right: auto;
	line-height: 15vw;
	color: #fff;
	text-decoration: none;
	font-size: 5vw;
	font-weight: bold;
	border-radius: 100px;
	margin-top: 5vw;
	transition: 0.3s;
}
#taiken .btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
#taiken .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF4B5;
	border-radius: 30px;
	margin-top: 5vw;
	padding-bottom: 5vw;
	padding-top: 5vw;
}
#taiken .inner .flex {
	border-top: 1px solid #000;
	position: relative;
}
#taiken .inner .flex::after {
	content: "";
	height: 1px;
	background-color: #000;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#taiken .inner .flex div.stores {
	border-bottom: 1px solid #000;
	text-align: left;
	padding-bottom: 5vw;
}

#taiken .inner .flex div h4 {
	font-size: 5vw;
	font-weight: 500;
	display: flex;
}
#taiken .inner .flex div h4 span:first-child {
	width: 10vw;
	height: 10vw;
	display: inline-block;
	line-height: 10vw;
	background-color: #000;
	color: #fff;
	text-align: center;
	margin-right: 1vw;
}
#taiken .inner .flex div h4 span+span {
	width: 76vw;
	padding-top: 2vw;
}
#taiken .inner .flex div h5 {
	color: #666666;
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	margin-top: 5vw;
	margin-bottom: 5vw;
}
#taiken .inner .flex div figure {
	width: 80vw;
	height: 50vw;
	background-color: #C2C2C2;
	margin-left: auto;
	margin-right: auto;
}
#taiken .inner .flex div figure img {
	width: 80vw;
	height: 50vw;
	object-fit: cover;
}
#taiken .inner .flex div p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#taiken .inner .flex div.stores .job-links p {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2vw;
}
#taiken .inner .flex div ul {
	display: flex;
	justify-content: center;
	width: 38vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3vw;
}
#taiken .inner .flex div ul li {
	width: 10vw;
}
#taiken .inner .flex div ul li+li {
	margin-left: 3vw;
}





#inshoku {
	padding-top: 110px;
	background-color: #FFF4B5;
	margin-top: 70px;
	padding-bottom: 80px;
}
#inshoku h2 {
	font-size: 6vw;
	font-weight: 800;
	position: relative;
	display: inline-block;
}
#inshoku h2 .fig01 {
	width: 20vw;
	position: absolute;
	left: -25vw;
	top: -15vw;
}
#inshoku h2 .fig02 {
	width: 19vw;
	position: absolute;
	right: -25vw;
	top: -5vw;
}
#inshoku h2+p {
	line-height: 1.3em;
	margin-top: 10vw;
}
#inshoku .inner {
	margin-left: 5vw;
	margin-right: 5vw;
	background-color: #fff;
	border-radius: 30px;
	margin-top: 5vw;
	padding-bottom: 5vw;
	padding-top: 5vw;
}
#inshoku .inner .flex {
	border-top: 1px solid #000;
	position: relative;
}
#inshoku .inner .flex::after {
	content: "";
	height: 1px;
	background-color: #000;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#inshoku .inner .flex div {
	border-bottom: 1px solid #000;
	text-align: left;
	padding-bottom: 5vw;
}

#inshoku .inner .flex div h4 {
	font-size: 5vw;
	font-weight: 500;
	display: flex;
	margin-bottom: 3vw;
}
#inshoku .inner .flex div h4 span:first-child {
	height: 10vw;
	width: 10vw;
	display: inline-block;
	line-height: 10vw;
	background-color: #000;
	color: #fff;
	text-align: center;
	margin-right: 1vw;
}
#inshoku .inner .flex div h4 span+span {
	width: 74vw;
	padding-top: 2vw;
}
#inshoku .inner .flex div h5 {
	color: #666666;
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	margin-top: 5vw;
	margin-bottom: 5vw;
}
#inshoku .inner .flex div figure {
	width: 80vw;
	height: 50vw;
	background-color: #C2C2C2;
	margin-left: auto;
	margin-right: auto;
}
#inshoku .inner .flex div figure img {
	width: 80vw;
	height: 50vw;
	object-fit: cover;
}
#inshoku .inner .flex div p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#inshoku .inner .flex div ul {
	display: flex;
	justify-content: center;
	width: 38vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
}
#inshoku .inner .flex div ul li {
	width: 10vw;
}
#inshoku .inner .flex div ul li+li {
	margin-left: 3vw;
}





#ryuzin {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#ryuzin h2 {
	font-size: 6vw;
	font-weight: 800;
	margin-bottom: 5vw;
	padding-top: 10vw;
}
#ryuzin .flex {
	margin-left: auto;
	margin-right: auto;
	align-items: center;
}
#ryuzin .flex+.flex {
	flex-flow: row-reverse;
	margin-top: 30px;
}
#ryuzin .flex p {
	text-align: left;
	line-height: 1.6em;
	margin-bottom: 5vw;
}
#ryuzin .flex figure {
}
#ryuzin .btn a {
	display: block;
	width: 90%;
	height: 15vw;
	line-height: 15vw;
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #4A7BB6;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100px;
	transition: 0.3s;
	margin-top: 5vw;
}
#ryuzin .btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}





#schedule {
	padding-top: 15vw;
	background-color: #FDF6BA;
	margin-top: 15vw;
	padding-bottom: 15vw;
}
#schedule h2 {
	font-size: 6vw;
	font-weight: 800;
	position: relative;
	display: inline-block;
}
#schedule h2 .fig01 {
	width: 20vw;
	position: absolute;
	left: -21vw;
	top: -4vw;
}
#schedule h2 .fig02 {
	width: 20vw;
	position: absolute;
	right: -17vw;
	top: -8vw;
}
#schedule h2+p {
	line-height: 1.3em;
	margin-top: 8vw;
}
#schedule .box {
	margin-left: 5vw;
	margin-right: 5vw;
	background-color: #4A7BB6;
	margin-top: 5vw;
	padding-bottom: 5vw;
}
#schedule .box h3 {
	font-size: 6vw;
	font-weight: bold;
	color: #fff;
	padding-top: 5vw;
	margin-bottom: 5vw;
}
#schedule .box p {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 6vw;
	font-weight: 800;
	padding-top: 15vw;
	padding-bottom: 15vw;
}
#schedule .box .inner {
	background-color: #fff;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4vw;
}
#schedule .box .inner th {
	color: #4A7BB6;
	font-weight: bold;
	width: 15vw;
	padding-left: 3vw;
	text-align: left;
	padding-top: 3vw;
	padding-bottom: 3vw;
	border-bottom: 1px solid #4A7BB6;
}
#schedule .box .inner td {
	font-weight: bold;
	text-align: left;
	padding-top: 3vw;
	padding-bottom: 3vw;
	border-bottom: 1px solid #4A7BB6;
}





#event {
	background-color: #E2EDC3;
	padding-top: 15vw;
	padding-bottom: 15vw;
}
#event h2 {
	font-size: 6vw;
	font-weight: 800;
}
#event .box {
	background-color: #fff;
	margin-left: 5vw;
	margin-right: 5vw;
	border-radius: 5vw;
	margin-top: 5vw;
}
#event .box h3 {
	font-size: 5vw;
	font-weight: bold;
	padding-top: 5vw;
}
#event .box h3+p {
	height: 40px;
	line-height: 40px;
	width: 70%;
	border-radius: 100px;
	color: #fff;
	font-size: 5vw;
	margin-top: 4vw;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	background-color: #B13D47;
	text-align: center;
}
#event .box h4 {
	background-color: #E6E6E6;
	padding-left: 3vw;
	margin-left: 3vw;
	margin-right: 3vw;
	padding-bottom: 1vw;
	padding-top: 1vw;
	text-align: left;
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 5px;
}
#event .box p,
#event .box dl
{
	text-align: left;
	margin-left: 3vw;
	margin-right: 3vw;
	line-height: 1.3em;
}
#event .box p+h4,
#event .box dl+h4
{
	margin-top: 5vw;
}
#event .box dl dt {
	display: inline;
}
#event .box dl dd {
	display: inline;
}
#event .box iframe {
	width: 94%;
	height: 60vw;
	margin-top: 15px;
}
#event h5 {
	font-size: 6vw;
	font-weight: 800;
	margin-top: 10vw;
}
#event h5+ul {
	background-color: #fff;
	margin-left: 5vw;
	margin-right: 5vw;
	border-radius: 5vw;
	margin-top: 5vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
#event h5+ul li {
	font-weight: 500;
	text-align: left;
	margin-left: 3vw;
	margin-right: 3vw;
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
}
#event h5+ul li+li {
	margin-top: 3vw;
}





footer h2 {
	width: 70vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
}
footer ul {
	display: flex;
	justify-content: center;
	margin-top: 8vw;
}
footer ul li {
	width: 20vw;
}
footer ul li+li {
	margin-left: 5vw;
}
footer h3 {
	font-size: 5vw;
	margin-top: 10vw;
}
footer h3+p {
}
footer h3+p a {
	color: #000;
	text-decoration: none;
}
footer p small {
	font-size: 3vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
	background-color: #251E1C;
	display: block;
	color: #fff;
	margin-top: 5vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}