@charset "utf-8";
/* CSS Document */


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/


/**********************************************************/
/* メインイメージ */
/**********************************************************/

.main_img {
	width:100%;
	height:100vh;
	margin-bottom:35px;
	position:relative;
}

/*.main_img img {
	width:100%;
	height:100vh;
	object-fit:cover;
	display:block;
}*/

.main_img video {
	width:100%;
	height:100vh;
	object-fit:cover;
	display:block;
}

.main_img .main_img_title {
	width:823px;
	height:60px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

/* .sec01 */

.sec01 {
	border-bottom: solid 30px #BABABA;
}

.sec01 .inner {
	width: 1200px;
	margin: 0 auto 160px;
}

.sec01 h2 {
	color:#7B7B7B;
	font-size:8rem;
	margin-bottom:100px;
}

.sec01 p.catch_txt {
	width:100%;
	font-size:10rem;
	font-weight:bold;
	margin:0 0 50px;
	line-height:1.5;
}

.sec01 p {
	color:#000;
	width:620px;
	line-height:1.7;
	margin:0 0 0 65px;
}


/* .sec02 */

.sec02 {
	margin-bottom: 30px;
}

.sec02 .inner {
	width: 1160px;
	margin: 0 auto;
}

.sec02 h2 {
	font-size: 2.8rem;
	margin: 20px auto 40px;
	text-align: center;
}

.sec02 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.sec02 ul li {
	width: 256px;
	min-height: 310px;
	border: solid 1px #D9D9D9;
	box-shadow: #CCC 2px 2px 5px;
	position: relative;
}

.sec02 ul li img {
	width: 100%;
	height: 216px;
	object-fit: cover;
	display: block;
	margin-bottom: 5px;
}

.sec02 ul li p {
	padding: 0 10px;
}

.sec02 ul li time {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.sec02 ul li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 1.2rem;
	background: url("../images/top/sec02_arrow.png") no-repeat right center / 24px;
	padding-right: 30px;
}
.sec02 ul li a:hover {
	color:#EDDC7E;
	transition:0.3s;
}

.sec02 p.tolist {
	text-align: center;
	margin-bottom: 40px;
}

.sec02 p.tolist a {
	font-size: 1.8rem;
	color: #FFF;
	background: #000;
	padding: 10px 80px;
	display: inline-block;
}
.sec02 p.tolist a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.sec02 .banner {
	width: 100%;
	background: #EDEDED;
	padding: 30px 0;
}
	
	.sec02 .banner a {
		display:block;
	}

	.sec02 .banner a:hover {
		opacity:0.8;
		transition:0.3s;
	}

.sec02 .txt_area {
	width: 720px;
	margin: 0 auto;
}

.sec02 .txt_area .catch {
	color: #FFF;
	background: #717590;
	text-align: center;
	padding: 20px;
	font-size: 2.4rem;
	font-weight:bold;
}

.sec02 .txt_area .to_recruit{
	color: #FFF;
	background: #222222;
	font-size: 2rem;
	padding: 5px 0;
	text-align: right;
}

.sec02 .txt_area .to_recruit a {
	color: #FFF;
	display: inline-block;
	margin:0 25px 0 20px;
	background: url("../images/top/sec02_to_recruit_arrow.png") no-repeat right center / 20px;
	padding-right: 30px;
}
.sec02 .txt_area .to_recruit a:hover {
	color:#EDDC7E;
	transition:0.3s;
}


/* .sec03 */

.sec03 {
	border-top:solid 30px #BABABA;
	display:flex;
}
.sec03:after {
	content:"";
	width:100%;
	height:60px;
	background:rgba(83,173,213,0.3);
	position:absolute;
	bottom:0;
	left:0;
}

.sec03 .img_area {
	width:50%;
}

.sec03 .img_area p {
	font-size:10rem;
	color:#FFF;
	position:absolute;
	left:50px;
	bottom:0;
	line-height:1.0;
	z-index:1;
}

.sec03 .img_area img {
	width:100%;
	height:auto;
	object-fit:cover;
	display:block;
}

.sec03 .content_area {
	width:50%;
	border-top:solid 30px #53ADD5;
	text-align:center;
}

.sec03 h2 {
	font-size:2.4rem;
	margin-top:1em;
	margin-bottom:40px;
/*	padding-left:380px; */
}

.sec03 h3 {
	font-size:2rem;
	color:#53ADD5;
	font-weight:bold;
	margin-bottom:20px;
}

.sec03 h4 {
	font-size:1.4rem;
	color:#D55353;
	font-weight:bold;
}

.sec03 p {
	font-size:1.2rem;
	color:#000;
	margin-bottom:20px;
}

.sec03 p.catch {
	font-size:1.4rem;
}

.sec03 p.linkto {
	width:340px;
	font-size:1.4rem;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
	margin:60px auto 10px;
}

.sec03 a {
	width:340px;
	color:#FFF;
	background:#53ADD5;
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	padding:10px 0;
	margin:0 auto 100px;
}
.sec03 a:hover {
	opacity:0.8;
	transition:0.3s;
}


/* .sec04 */

.sec04 {
	border-top:solid 30px #B59773;
	display:flex;
	flex-direction: row-reverse;
	color:#000;
}
.sec04:after {
	content:"";
	width:100%;
	height:60px;
	background:rgba(181,151,115,0.3);
	position:absolute;
	bottom:0;
	left:0;
}

.sec04 .img_area {
	width:50%;
}

.sec04 .img_area p {
	font-size:10rem;
	color:#FFF;
	position:absolute;
	right:50px;
	bottom:0;
	line-height:1.0;
	z-index:1;
}

.sec04 .img_area img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.sec04 .content_area {
	width:50%;
	text-align:center;
}

.sec04 h2 {
	font-size:2.4rem;
	margin-top:1em;
	margin-bottom:40px;
/*	padding-left:380px;  */
}

.sec04 h3 {
	font-size:2rem;
	color:#B59773;
	font-weight:bold;
	margin-bottom:20px;
}

.sec04 h4 {
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:20px;
}

.sec04 p {
	font-size:1.2rem;
	margin-bottom:20px;
}

.sec04 p.catch {
	font-size:1.4rem;
}

.sec04 dl {
	margin-bottom:30px;
}

.sec04 dl.shop {
	width:520px;
	margin:0 auto 30px;
}

.sec04 dl.shop dt {
	font-size:2.4rem;
	font-weight:bold;
	border-bottom:solid 1px #707070;
	background:url(../images/top/sec04_shoplogo.png) no-repeat right center / 128px;
	image-rendering:pixelated;
	display:inline-block;
	padding:0 200px 2px 0.5em;
	margin-bottom:10px;
}

.sec04 dl.shop dt .title {
	font-size:1.6rem;
	padding-right:20px;
}

.sec04 dl.shop dt .sub {
	font-size:1.4rem;
	font-weight:bold;
	padding-left:10px;
}

.sec04 dl.shop dd {
	width:50%;
	float:left;
	text-align:left;
}

.sec04 dl.shop dd.tel {
	font-size:20px;
	padding-left:0.5em;
}
.sec04 dl.shop dd.address {
	font-size:1.2rem;
	text-align:right;
}

.sec04 .gmap {
	width:520px;
	margin:0 auto;
	border:solid 1px #CECECE;
	padding-bottom: 33.3%;
}

.sec04 p.linkto {
	width:340px;
	font-size:1.4rem;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
	margin:25px auto 10px;
}

.sec04 a {
	width:340px;
	color:#FFF;
	background:#B59773;
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	padding:10px 0;
	margin:0 auto 100px;
}
.sec04 a span {
	background:url(../images/top/sec04_insta.png) no-repeat left center / 24px;
	padding-left:35px;
}
.sec04 a:hover {
	opacity:0.8;
	transition:0.3s;
}


/* .sec05 */

.sec05 {
	display:flex;
	color:#000;
}
.sec05:after {
	content:"";
	width:100%;
	height:60px;
	background:rgba(213,83,83,0.3);
	position:absolute;
	bottom:0;
	left:0;
}

.sec05 .img_area {
	width:50%;
}

.sec05 .img_area p {
	font-size:10rem;
	color:#FFF;
	position:absolute;
	left:50px;
	bottom:0px;
	line-height:1.0;
	z-index:1;
}

.sec05 .img_area img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.sec05 .content_area {
	width:50%;
	border-top:solid 30px #D55353;
	text-align:center;
}

.sec05 h2 {
	font-size:2.4rem;
	margin-top:1em;
	margin-bottom:40px;
/*	padding-left:380px;  */
}

.sec05 h3 {
	font-size:2rem;
	color:#D55353;
	font-weight:bold;
	margin-bottom:20px;
}

.sec05 h4 {
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:20px;
}

.sec05 p {
	font-size:1.2rem;
	margin-bottom:20px;
}

.sec05 p.catch {
	font-size:1.4rem;
}

.sec05 dl {
	margin-bottom:30px;
}

.sec05 dl.shop {
	width:520px;
	margin:0 auto 30px;
}

.sec05 dl.shop dt {
	font-size:2.4rem;
	font-weight:bold;
	border-bottom:solid 1px #707070;
	background:url(../images/top/sec05_shoplogo.png) no-repeat right center / 90px;
	image-rendering:pixelated;
	display:inline-block;
	padding:0 200px 2px 0.5em;
	margin-bottom:10px;
}

.sec05 dl.shop dt .title {
	font-size:1.6rem;
	padding-right:20px;
}

.sec05 dl.shop dt .sub {
	font-size:1.4rem;
	font-weight:bold;
	padding-left:10px;
}

.sec05 dl.shop dd {
	width:50%;
	float:left;
	text-align:left;
}

.sec05 dl.shop dd.tel {
	font-size:20px;
	padding-left:0.5em;
}
.sec05 dl.shop dd.address {
	font-size:1.2rem;
	text-align:right;
}

.sec05 .gmap {
	width:520px;
	margin:0 auto;
	border:solid 1px #CECECE;
	padding-bottom: 33.3%;
}

.sec05 p.linkto {
	width:340px;
	font-size:1.4rem;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
	margin:25px auto 10px;
}

.sec05 a {
	width:340px;
	color:#FFF;
	background:#D55353;
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	padding:10px 0;
	margin:0 auto 100px;
}
.sec05 a span {
	background:url(../images/top/sec04_insta.png) no-repeat left center / 24px;
	padding-left:35px;
}
.sec05 a:hover {
	opacity:0.8;
	transition:0.3s;
}


/* .sec06 */

.sec06 {
	border-top:solid 30px #4A9DFF;
	display:flex;
	flex-direction: row-reverse;
}
.sec06:after {
	content:"";
	width:100%;
	height:60px;
	background:rgba(74,157,255,0.3);
	position:absolute;
	bottom:0;
	left:0;
}

.sec06 .img_area {
	width:50%;
}

.sec06 .img_area p {
	font-size:10rem;
	color:#FFF;
	position:absolute;
	right:50px;
	bottom:0;
	line-height:1.0;
	z-index:1;
}

.sec06 .img_area img {
	width:100%;
	height:auto;
	object-fit:cover;
	display:block;
}

.sec06 .content_area {
	width:50%;
	text-align:center;
}

.sec06 h2 {
	font-size:2.4rem;
	margin-top:1em;
	margin-bottom:40px;
/*	padding-left:380px;  */
}

.sec06 h3 {
	font-size:2rem;
	color:#53ADD5;
	font-weight:bold;
	margin-bottom:20px;
}

.sec06 h4 {
	font-size:1.4rem;
	color:#D55353;
	font-weight:bold;
}

.sec06 p {
	font-size:1.2rem;
	color:#000;
	margin-bottom:20px;
}

.sec06 p.catch {
	font-size:1.4rem;
}


/* .sec07 */

.sec07 {
	display:flex;
}

.sec07 .img_area {
	width:50%;
}

.sec07 .img_area p {
	font-size:10rem;
	color:#FFF;
	position:absolute;
	left:50px;
	bottom:20px;
	line-height:1.0;
	z-index:1;
}

.sec07 .img_area img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.sec07 .content_area {
	width:50%;
	border-top:solid 30px #222222;
	text-align:center;
	padding-top:30px;
}

.sec07 h2 {
	font-size:2.2rem;
	margin-bottom:20px;
	letter-spacing:0.3em;
}

.sec07 h3 {
	font-size:2.2rem;
	font-weight:bold;
	margin-bottom:20px;
}

.sec07 dl {
	width:530px;
	margin:0 auto 90px;
	text-align:left;
}

.sec07 dl.company {
	display:flex;
	flex-wrap:wrap;
	background:#F4F4F4;
	padding:20px 25px;
}

.sec07 dl.company dt {
	width:25%;
	border-top: dotted 1px #707070;
	padding:10px 0 10px 20px;
}

.sec07 dl.company dd {
	width:75%;
	border-top: dotted 1px #707070;
	padding:10px 0;
}

.sec07 dl.company dt:last-of-type,
.sec07 dl.company dd:last-of-type {
	border-bottom: dotted 1px #707070;
}

.sec07 dl.area {
}

.sec07 dl.area dt {
	font-weight:bold;
	margin-bottom:5px;
}


/* .sec08 */

.sec08 {
	display:flex;
	flex-direction: row-reverse;
}

.sec08 .img_area {
	width:50%;
}

.sec08 .img_area p {
	font-size:10rem;
	color:#FFF;
	position:absolute;
	right:50px;
	bottom:20px;
	line-height:1.0;
	z-index:1;
	width:180px;
}

.sec08 .img_area img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.sec08 .content_area {
	width:50%;
	border-top:solid 30px #222222;
	text-align:center;
	padding-top:30px;
}

.sec08 h2 {
	font-size:2.2rem;
	margin-bottom:20px;
	letter-spacing:0.3em;
}

.sec08 .gmap {
	width:520px;
	margin:0 auto;
	border:solid 1px #CECECE;
	padding-bottom:65%;
	margin-bottom:10px;
}

.sec08 a {
	color:#72DB92;
	text-decoration:underline;
	display:block;
	margin-bottom:20px;
}
.sec08 a:hover {
	text-decoration:none;
}

.sec08 p {
	width:530px;
	margin:0 auto;
	text-align:left;
	font-size:1.2rem;
	line-height:1.8;
	color:#000;
}


}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/


/**********************************************************/
/* メインイメージ */
/**********************************************************/

.main_img {
	width:100%;
	height:60vh;
	margin:50px 0 20px;
	position:relative;
}

/*.main_img img {
	width:100%;
	object-fit:cover;
	display:block;
}*/
	
.main_img video {
	width:100%;
	height:60vh;
	object-fit:cover;
	display:block;
}

.main_img .main_img_title {
	width:80%;
	display:block;
	position:absolute;
	top:40%;
	left:50%;
	transform:translate(-50%,-50%);
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

.sp_content {
	width:90%;
	margin:0 auto;
}

/* .sec01 */

.sec01 {
	border-bottom: solid 30px #BABABA;
}

.sec01 .inner {
	width: 90%;
	margin: 0 auto 80px;
}

.sec01 h2 {
	color:#7B7B7B;
	font-size:5rem;
	margin-bottom:20px;
}

.sec01 p.catch_txt {
	width:100%;
	font-size:3.5rem;
	font-weight:bold;
	margin:0 0 50px;
	line-height:1.5;
}

.sec01 p {
	color:#000;
	line-height:1.7;
}


/* .sec02 */

.sec02 {
	margin-bottom: 30px;
}

.sec02 .inner {
	width: 90%;
	margin: 0 auto;
}

.sec02 h2 {
	font-size: 2.4rem;
	margin: 20px auto 40px;
	text-align: center;
}

.sec02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-bottom: 25px;
}

.sec02 ul li {
	width: 48%;
	min-height: 250px;
	border: solid 1px #D9D9D9;
	box-shadow: #CCC 2px 2px 5px;
	margin-bottom:20px;
}

.sec02 ul li img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	display: block;
	margin-bottom: 5px;
}

.sec02 ul li p,
.sec02 ul li time {
	padding: 0 10px;
}

.sec02 ul li time {
	font-size:1.3rem;
}

.sec02 ul li a {
	font-size: 1.3rem;
	background: url("../images/top/sec02_arrow.png") no-repeat right center / 24px;
	display: inline-block;
	padding: 0 30px 0 10px;
}

.sec02 p.tolist {
	text-align: center;
	margin-bottom: 40px;
}

.sec02 p.tolist a {
	font-size: 1.8rem;
	color: #FFF;
	background: #000;
	padding: 10px 80px;
	display: inline-block;
}

.sec02 .banner {
	width: 100%;
	background: #EDEDED;
	padding: 30px 0;
}

.sec02 .txt_area {
	width: 90%;
	margin: 0 auto;
}

.sec02 .txt_area .catch {
	color: #FFF;
	background: #717590;
	padding: 10px;
	font-size: 1.8rem;
	font-weight:bold;
}

.sec02 .txt_area .to_recruit{
	color: #FFF;
	background: #222222;
	font-size: 1.6rem;
	padding: 5px 0;
	text-align: right;
}

.sec02 .txt_area .to_recruit a {
	color: #FFF;
	display: inline-block;
	margin:0 10px 0 20px;
	background: url("../images/top/sec02_to_recruit_arrow.png") no-repeat right center / 20px;
	padding-right: 30px;
}


/* .sec03 */

.sec03 {
	border-top:solid 30px #BABABA;
}
.sec03:after {
	content:none;
}

.sec03 .img_area {
	width:100%;
	position:relative;
}

.sec03 .img_area p {
	font-size:6rem;
	color:#FFF;
	position:absolute;
	left:5%;
	bottom:0;
	line-height:1.0;
	z-index:1;
	margin-bottom:0;
}

.sec03 .img_area img {
	width:100%;
	height:200px;
	object-fit:cover;
	display:block;
}

.sec03 .content_area {
	margin:0 auto;
	border-top:solid 30px #53ADD5;
	text-align:center;
}

.sec03 h2 {
	font-size:2.4rem;
	margin: 1em auto 30px;
}

.sec03 h3 {
	font-size:2rem;
	color:#53ADD5;
	font-weight:bold;
	margin:0 auto 20px;
}

.sec03 h4 {
	margin:0 auto;
	font-size:1.4rem;
	color:#D55353;
	font-weight:bold;
}

.sec03 p {
	font-size:1.2rem;
	color:#000;
	margin:0 auto 20px;
}

.sec03 p.catch {
	font-size:1.4rem;
}

.sec03 p.linkto {
	font-size:1.4rem;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
	margin:60px auto 10px;
}

.sec03 a {
	color:#FFF;
	background:#53ADD5;
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	padding:10px 0;
	margin:0 auto 60px;
}


/* .sec04 */

.sec04 {
	color:#000;
}
.sec04:after {
	content:none;
}

.sec04 .img_area {
	width:100%;
	position:relative;
}

.sec04 .img_area p {
	font-size:6rem;
	color:#FFF;
	position:absolute;
	right:10px;
	bottom:0;
	line-height:1.0;
	z-index:1;
}

.sec04 .img_area img {
	width:100%;
	height:200px;
	object-fit:cover;
	display:block;
}

.sec04 .content_area {
	border-top:solid 30px #B59773;
	width:100%;
	margin:0 auto;
	text-align:center;
}

.sec04 h2 {
	font-size:2.4rem;
	margin-top: 1em;
	margin-bottom:30px;
}

.sec04 h3 {
	font-size:2rem;
	color:#B59773;
	font-weight:bold;
	margin-bottom:20px;
}

.sec04 h4 {
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:20px;
}

.sec04 p {
	font-size:1.2rem;
	margin-bottom:20px;
}

.sec04 p.catch {
	font-size:1.4rem;
}

.sec04 dl {
	margin-bottom:30px;
}

.sec04 dl.shop {
	width:100%;
	margin:0 auto 30px;
}

.sec04 dl.shop dt {
	width:100%;
	font-size:1.6rem;
	font-weight:bold;
	border-bottom:solid 1px #707070;
	background:url(../images/top/sec04_shoplogo.png) no-repeat right center / 90px;
	image-rendering:pixelated;
	display:inline-block;
	padding:0 90px 2px 0;
	margin-bottom:10px;
	text-align:left;
}

.sec04 dl.shop dt .title {
	font-size:1.3rem;
	padding-right:5px;
}

.sec04 dl.shop dt .sub {
	font-size:1.1rem;
	padding-left:5px;
}

.sec04 dl.shop dd {
	width:50%;
	float:left;
	text-align:left;
}

.sec04 dl.shop dd.tel {
	font-size:1.8rem;
}
.sec04 dl.shop dd.address {
	font-size:1.2rem;
	text-align:right;
}

.sec04 .gmap {
	width:100%;
	margin:0 auto;
	border:solid 1px #CECECE;
	padding-bottom: 33.3%;
}

.sec04 p.linkto {
	width:340px;
	font-size:1.4rem;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
	margin:25px auto 10px;
}

.sec04 a {
	color:#FFF;
	background:#B59773;
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	padding:10px 0;
	margin:0 auto 60px;
}
.sec04 a span {
	background:url(../images/top/sec04_insta.png) no-repeat left center / 26px;
	padding-left:35px;
}


/* .sec05 */

.sec05 {
	color:#000;
}
.sec05:after {
	content:none;
}

.sec05 .img_area {
	width:100%;
	position:relative;
}

.sec05 .img_area p {
	font-size:6rem;
	color:#FFF;
	position:absolute;
	left:10px;
	bottom:0px;
	line-height:1.0;
	z-index:1;
}

.sec05 .img_area img {
	width:100%;
	height:200px;
	object-fit:cover;
	display:block;
}

.sec05 .content_area {
	width:100%;
	margin:0 auto;
	border-top:solid 30px #D55353;
	text-align:center;
}

.sec05 h2 {
	font-size:2.4rem;
	margin-top: 1em;
	margin-bottom:30px;
}

.sec05 h3 {
	font-size:2rem;
	color:#D55353;
	font-weight:bold;
	margin-bottom:20px;
}

.sec05 h4 {
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:20px;
}

.sec05 p {
	font-size:1.2rem;
	margin-bottom:20px;
}

.sec05 p.catch {
	font-size:1.4rem;
}

.sec05 dl.shop {
	width:100%;
	margin:0 auto 30px;
}

.sec05 dl.shop dt {
	width:100%;
	font-size:1.6rem;
	font-weight:bold;
	border-bottom:solid 1px #707070;
	background:url(../images/top/sec05_shoplogo.png) no-repeat right center / 80px;
	image-rendering:pixelated;
	display:inline-block;
	padding:0 90px 5px 0;
	margin-bottom:10px;
	text-align:left;
}

.sec05 dl.shop dt .title {
	font-size:1.3rem;
	padding-right:5px;
}

.sec05 dl.shop dt .sub {
	font-size:1.1rem;
	padding-left:5px;
}

.sec05 dl.shop dd {
	width:50%;
	float:left;
	text-align:left;
}

.sec05 dl.shop dd.tel {
	font-size:1.8rem;
}
.sec05 dl.shop dd.address {
	font-size:1.2rem;
	text-align:right;
}

.sec05 .gmap {
	width:100%;
	margin:0 auto;
	border:solid 1px #CECECE;
	padding-bottom: 33.3%;
}

.sec05 p.linkto {
	font-size:1.4rem;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
	margin:25px auto 10px;
}

.sec05 a {
	color:#FFF;
	background:#D55353;
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	padding:10px 0;
	margin:0 auto 60px;
}
.sec05 a span {
	background:url(../images/top/sec04_insta.png) no-repeat left center / 26px;
	padding-left:35px;
}


/* .sec06 */

.sec06 {
}
.sec06:after {
	content:none;
}

.sec06 .img_area {
	width:100%;
	position:relative;
}

.sec06 .img_area p {
	font-size:6rem;
	color:#FFF;
	position:absolute;
	right:10px;
	bottom:0;
	line-height:1.0;
	z-index:1;
}

.sec06 .img_area img {
	width:100%;
	height:200px;
	object-fit:cover;
	display:block;
}

.sec06 .content_area {
	width:100%;
	border-top:solid 30px #4A9DFF;
	text-align:center;
}

.sec06 h2 {
	font-size:2.4rem;
	margin-top: 1em;
	margin-bottom:30px;
}

.sec06 h3 {
	font-size:2rem;
	color:#53ADD5;
	font-weight:bold;
	margin-bottom:20px;
}

.sec06 h4 {
	font-size:1.4rem;
	color:#D55353;
	font-weight:bold;
}

.sec06 p {
	font-size:1.2rem;
	color:#000;
	margin-bottom:20px;
}

.sec06 p.catch {
	font-size:1.4rem;
}


/* .sec07 */

.sec07 {
}

.sec07 .img_area {
	width:100%;
	position:relative;
}

.sec07 .img_area p {
	font-size:6rem;
	color:#FFF;
	position:absolute;
	left:10px;
	bottom:20px;
	line-height:1.0;
	z-index:1;
}

.sec07 .img_area img {
	width:100%;
	height:200px;
	object-fit:cover;
	display:block;
}

.sec07 .content_area {
	width:100%;
	border-top:solid 30px #222222;
	text-align:center;
	padding-top:30px;
}

.sec07 h2 {
	font-size:2.2rem;
	margin-bottom:20px;
	letter-spacing:0.3em;
}

.sec07 h3 {
	font-size:2.2rem;
	font-weight:bold;
	margin-bottom:20px;
}

.sec07 dl {
	width:100%;
	margin:0 auto 60px;
	text-align:left;
}

.sec07 dl.company {
	display:flex;
	flex-wrap:wrap;
	background:#F4F4F4;
	padding:20px 10px;
}

.sec07 dl.company dt {
	width:25%;
	border-top: dotted 1px #707070;
	padding:10px 0 10px 10px;
}

.sec07 dl.company dd {
	width:75%;
	border-top: dotted 1px #707070;
	padding:10px 0 10px 5px;
}

.sec07 dl.company dt:last-of-type,
.sec07 dl.company dd:last-of-type {
	border-bottom: dotted 1px #707070;
}

.sec07 dl.area {
}

.sec07 dl.area dt {
	font-weight:bold;
	margin-bottom:5px;
}


/* .sec08 */

.sec08 {
}

.sec08 .img_area {
	width:100%;
	position:relative;
}

.sec08 .img_area p {
	font-size:6rem;
	color:#FFF;
	position:absolute;
	left:10px;
	bottom:0;
	line-height:1.0;
	z-index:1;
}

.sec08 .img_area img {
	width:100%;
	height:200px;
	object-fit:cover;
	display:block;
}

.sec08 .content_area {
	width:100%;
	border-top:solid 30px #222222;
	text-align:center;
	padding-top:30px;
}

.sec08 h2 {
	font-size:2.2rem;
	margin-bottom:20px;
	letter-spacing:0.3em;
}

.sec08 .gmap {
	width:100%;
	margin:0 auto;
	border:solid 1px #CECECE;
	margin-bottom:10px;
}

.sec08 a {
	color:#72DB92;
	text-decoration:underline;
	display:block;
	margin-bottom:20px;
}

.sec08 p {
	width:100%;
	margin:0 auto 20px;
	text-align:left;
	font-size:1.2rem;
	line-height:1.8;
	color:#000;
}


}