@charset "utf-8";

#page_title {
	background-image:url(../img/page_title_bg.png);
}

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

head_link

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

#head_link {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	margin-top:3rem;
}

#head_link h2,
#plan h2 {
	display:table;
	margin:0 auto;
	text-align:center;
	border-bottom:6px solid #FFF972;
}

#head_link h2 br,
#plan h2 br {
	display:none;
}

#head_link h2 span,
#plan h2 span {
	font-size:3rem;
	font-weight:bold;
	color:#4E4E4E;
}

#head_link p {
	line-height:2;
	margin-top:3rem;
}

#head_link .maps {
	background-image:url(../img/head_link_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin-top:3rem;
}

#head_link .maps .wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

#head_link .maps .wrap > * {
	max-width:48%;
}

#head_link .maps .wrap + .wrap {
	margin-top:5%;
}

#head_link .maps .btn_style2 a {
	width:100%;
	font-size:1.4rem;
}

#head_link .maps h4 {
	display:table;
	line-height:1;
	padding:0.5em 1.5em;
	color:#fff;
	margin-bottom:1rem;
	border-radius:99px;
	text-align:center;
}

#head_link .maps .catering h4,
#catering .midashi {
	background:#7E98B7;
}

#head_link .maps .bento h4,
#bento .midashi {
	background:#61B2ED;
}

#head_link .maps .restaurant h4,
#restaurant .midashi {
	background:#3D82B4;
}

#head_link .maps .refreshment h4,
#refreshment .midashi {
	background:#ECC15B;
}

@media screen and (max-width:930px){
	#head_link h2 span,
	#plan h2 span {
		font-size:2.6rem;
	}
}

@media screen and (max-width:880px){
	#head_link .maps {
		max-width:640px;
		margin:0 auto;
		padding-top:50%;
		background-position: center -120px;
	}
}

@media screen and (max-width:730px){
	#head_link .maps {
		padding-top:60%;
	}
	#head_link .maps .btn_style2 a {
		padding:1rem 1rem 2rem 1rem;
	}
}

@media screen and (max-width:800px){
	#head_link h2 br,
	#plan h2 br {
		display:block;
	}
}

@media screen and (max-width:660px){
	#head_link .maps {
		padding-top:70%;
	}
	#head_link .maps .btn_style2 a {
		font-size:1.2rem;
	}
	#head_link .maps h4 {
		font-size:1.4rem;
	}
}

@media screen and (max-width:500px){
	#head_link .maps {
		background-position: center -140px;
	}
}

@media screen and (max-width:480px){
	#head_link .maps {
		background-size:100% auto;
		background-position: center -80px;
	}
	#head_link .maps h4 {
		font-size:1.2rem;
		width:100%;
	}
	#head_link {
		margin-top:1.5rem;
	}
	#head_link h2 span,
	#plan h2 span {
		font-size:1.8rem;
	}
}

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

file_wrap

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

.file_wrap{
	width:94%;
	max-width:1000px;
	margin:0 auto;
}

.file {
	text-align:center;
	margin-top:5rem;
}

#bento .file,
#refreshment .file,
#restaurant .file {
	width:100%;
	max-width:680px;
	margin:0 auto;
	margin-top:5rem;
}

#catering .file,
#catering .file {
	width:100%;
	max-width:680px;
	margin:0 auto;
	margin-top:5rem;
}


.file * + * {
	margin-top:2rem;
}

.file .btn_style1 a {
	width:100%;
}

.file .img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
}

.line3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

.line3:before,
.line3:after {
	display:block;
	content:'';
	width:30%;
	height:1px;
	margin-top:5rem;
}

.line3:before {
	order:1;
}

.line3 .file {
	width:30%;
}

.line2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

.line2 .file {
	width:48%;
}

.line2 .file .caption {
	font-size:1.2rem;
}

@media screen and (max-width:900px){
	.line3 .file {
		width:48%;
	}
}

@media screen and (max-width:600px){
	.file h4 {
		font-size:1.4rem;
	}
	.file .btn_style1 a {
		font-size:1.4rem;
		padding-top:0.5rem;
		padding-bottom:1rem;
	}
}

@media screen and (max-width:480px){
	.line3 .file,
	.line2 .file {
		width:100%;
	}
}

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

plan

=================================================================*/
#plan {
	background:#F2EFEF;
	padding:7rem 0;
}

#plan .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;

}

#plan .img1 {
	width:100%;
	margin-top:4rem;
}

#plan .img1 .sp {
	display:none;
}

#plan .point {
	margin-top:4rem;
	background:#fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

#plan .point .chara {
	width:120px;
	-webkit-align-self:flex-end;
	-moz-align-self:flex-end;
	-ms-align-self:flex-end;
	align-self:flex-end;
}

#plan .point .text {
	padding:2rem;
	-webkit-align-self:center;
	-moz-align-self:center;
	-ms-align-self:center;
	align-self:center;
}

#plan .point h4 {
	position:relative;
}

#plan .point h4 span {
	position:relative;
	z-index:2;
	font-size:3.2rem;
	font-weight:bold;
}

#plan .point h4:after {
	display:block;
	width:30px;
	height:30px;
	content:'';
	position:absolute;
	top:-5px;
	left:-20px;
	background:#ECC15B;
	z-index:1;
}

#plan .point ul {
	padding-bottom:1rem;
}

#plan .point li {
	margin-top:2rem;
	padding-bottom:5px;
	border-bottom:2px solid #ECC15B;
}

@media screen and (max-width:1080px){
	#plan .point .img {
		width:45%;
	}
	#plan .point .chara {
		width:10%;
	}
	#plan .point ul {
		padding-bottom:0;
	}
	#plan .point li {
		margin-top:1rem;
		font-size:1.4rem;
	}
	#plan .point h4 span {
		font-size:2.4rem;
	}
}

@media screen and (max-width:860px){
	#plan .point {
		display:block;
	}
	#plan .point .img {
		width:100%;
		text-align:center;
	}
	#plan .point .chara {
		width:20%;
		margin:3rem auto;
	}
	#plan .point .text {
		display:block;
		width:478px;
		max-width:90%;
		margin:0 auto;
	}
	#plan .point li {
		font-size:1.6rem;
	}
}

@media screen and (max-width:660px){
	#plan .img1 .sp {
		width:400px;
		max-width:100%;
		margin:0 auto;
		display:block;
	}
	#plan .img1 .pc {
		display:none;
	}
}
