@charset "Shift_JIS";
 @media screen and ( max-width:768px ) {

/*------------------------------------------------------
	common
------------------------------------------------------*/

body {
	width: 100%;
	line-height: 1.8;
	letter-spacing: 0px !important;
	min-width: 0px;
}

img {
	max-width: 100%;
	height: auto;
	width:100%;
}

.pc {
	display: none !important;
}

.sp {
	display: block !important;
}




/*------------------------------------------------------
　header
------------------------------------------------------*/

header {
	background-color: #FFF;
	color: #000;
	position:fixed;
	width:100%;
	z-index:9999999;
	top:0px;
	left:0px;
}

header .inner {
	width: 1000px;
	margin: 0 auto;
	height:45px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}

header .inner .left {
	display:table;
	height:45px;
	padding-left:2%;
	box-sizing:border-box;
}
header .inner .left p.logo {
	display:table-cell;
	vertical-align:middle;
	width:80px;
	padding-right: 20px;	
}
header .inner .left p.logo img {
	width:100%;
}
header .inner .left h1.txt01 {
	display:none;
}


	 
header .inner .left .lang01 {
	display:table-cell;
	vertical-align:middle;
	font-size: 0.5rem;
	padding-left: 0px;
}

header .inner .left .lang01 .on {
	font-weight: bold;
}

header .inner .left .lang01 a:link,
header .inner .left .lang01 a:visited {
	font-size: 0.5rem;
}

header .inner .left .lang01 a:hover {
	text-decoration: underline;
} 
	
	 
	 
header .inner .right {
	display:table;
	justify-content:space-between;
	height:45px;
}
header .inner .right p.tel01 {
	display:none;
}





header .inner .right p.tel01_sp {
	position:absolute;
	top:11px;
	right:15px;
	z-index:99999;
	display:block;
	font-weight: bold;
}
header .inner .right p.tel01_sp a:link,
header .inner .right p.tel01_sp a:visited{
	font-size: 0.7rem;
}

header .inner .right p.button01_sp {
	position:absolute;
	top:11px;
	right:80px;
	z-index:99999;
	display:block;
	font-weight: bold;
}
header .inner .right p.button01_sp a:link,
header .inner .right p.button01_sp a:visited{
	font-size: 0.7rem;
}

header .inner .right p.button01_sp i {
	font-size: 1.2rem;
}
	






header .inner .right p.tel01 a:link,
header .inner .right p.tel01 a:visited {
	display:block;
	margin-top:-5px;
}

header .inner .right p.button01 {
	display:table-cell;
	vertical-align:middle;
}

header .inner .right p.button01 a:link,
header .inner .right p.button01 a:visited {
	background-color:#c70100;
	color:#FFF;
	padding:13px 40px;
	border-radius:5px;
	font-size: 0.8rem;
	font-weight: bold;
}

header .inner .right p.button01 a:hover {
	background-color:#DB0100;	
	text-decoration:none;
}

header .inner .right p.button01 a i.fa.fa-caret-right.fa-fw {
}

header .inner .pc {
	display: none !important;
}

header .inner .sp {
	display: table-cell !important;
}


/*------------------------------------------------------
　main
------------------------------------------------------*/

.swiper-container{
	text-align: center;
	margin-bottom: 25px;
	margin-top: 45px;
}
.swiper-container .swiper-slide img{
/*	max-width: 100%; */
}

.swiper-slide {
/*	width:120% !important; */
}


dl.copy01 {
	position: absolute;
	top: 40%;
	left: 30%;
	-webkit-transform: translate(-20%, -30%); /* Safari用 */
	transform: translate(-20%, -30%);
	z-index:99999; 
}

dl.copy01 dt {
	margin-bottom: 20px;
}
dl.copy01 dt img {
	width: 110%;
}
dl.copy01 dd {
	font-size: 0.7rem;
	color:#FFF;
	font-weight: bold;
	line-height: 1.6;
}



.cercle01 {
	display:none;
}

.banner01 {
	text-align: center;
	margin:10px auto;
	width:90% !important;
}


/*------------------------------------------------------
　about
------------------------------------------------------*/

.about {
	padding:25px 0;
}
.about .inner {
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap-reverse;
	box-sizing:border-box;
	font-size: 0.875rem;
}
.about .ttl01 {
	text-align:center;
	margin:0 auto 20px;
}
.about .ttl01 p.sttl01 {
	width: 20%;
	margin:0 auto 10px;
}

.about .ttl01 p.sttl01 img {
	width:100%;	
}


.about .ttl01 h2 {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5;
}
.about .left {
	width:100%;
	padding: 0 5%;
	box-sizing:border-box;
}
.about .left h3.ttl01 {
	color:#f95f5f;
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.about .left h3.ttl01 span.sub {
	display:block;
	color:#000;
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 1.3;
}
.about .left h3.ttl01 span.small01 {
	font-size: 2.0rem;
}
.about .left p.txt02 {
	margin-bottom: 25px;
	line-height: 1.5;
}
.about .left p.txt02 span.bold01 {
	font-weight: bold;
}
.about .left p.pic01 {
	display:none;
}
.about .right {
	width:100%;
	box-sizing:border-box;	
	padding: 0 15%;
	
}
.about .right p.pic02 {
	margin-bottom: 30px;
}
.about .right p.pic03 {
	display:none;
}
.about .right p.pic04 {
	display:none;
}


/*------------------------------------------------------
　plan
------------------------------------------------------*/

.plan {
	background-image:url(../image-assets/bg_plan01.jpg);
	background-size:200%;
	padding:40px 0;
}
.plan .ttl01 {
	text-align:center;
	margin:0 auto 20px;
}
.plan .ttl01 p.sttl01 {
	width: 20%;
	margin:0 auto;
}
.plan .ttl01 h2 {
	font-weight: bold;
	font-size: 1.2rem;
}
.plan .inner {
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	box-sizing:border-box;
	padding:0 5%;
}
.plan .inner .box01 {
	width:100%;
	background-color:#FFF;
	position:relative;
	text-align: center;
	padding:5%;
	border-radius:10px;
	margin-bottom:20px;
}
.plan .inner .box01 p.ic01 {
	position:absolute;
	top:-20px;
	left:-15px;
	width:20%;
}
.plan .inner .box01 p.pic01 {
	margin-bottom: 20px;

}
.plan .inner .box01 dl.txt01 {
}
.plan .inner .box01 dl.txt01 dt {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.plan .inner .box01 dl.txt01 dd {
	line-height: 1.5;
	font-size: 0.875rem;
	margin-bottom: 15px;
}
.plan .inner .box01 dl.txt01 dd.price01 {
	font-size: 1.8em;
	font-weight: bold;
}
.plan .inner .box01 dl.txt01 dd.price01 span.small {
	font-size: 0.875rem;
}
.plan .inner .box01 dl.txt01 dd.rental01 {

}
.plan .option {
	border-radius:10px;
	width:90%;
	margin:0 5% 20px;
	background-color:#FFF;
	box-sizing:border-box;
	padding:5%;
}
.plan .option h3 {
	text-align:center;
	font-size: 1.2rem;
	font-weight: bold;
	color:#f95f5f;
	margin-bottom: 15px;
}
.plan .option ul.item01 {
	width:100%;
	margin:0 auto 20px;
}
.plan .option ul.item01 li {
	font-size: 1.2em;
	font-weight: bold;
}
.plan .option ul.caption01 {
	width:100%;
	margin:0 auto;
}
.plan .option ul.caption01 li {
	margin-bottom: 10px;
	line-height: 1.5;
}



/*------------------------------------------------------
　.flow
------------------------------------------------------*/


.flow {
	text-align:center;
	margin:0 auto;
	padding:70px 0 0;

}
.flow .ttl01 {
	display:inline-block;
	position:relative;
	text-align:center;
	margin:0 auto 40px;

}
.flow .ttl01 p.sttl01 {
	width: 40%;
	margin:0 auto;
}
.flow .ttl01 h2 {
	font-weight: bold;
	font-size: 1.2rem;
}
.flow .ttl01 p.balloon01 {
	position:absolute;
	right:0px;
	top:-50px;
	width:35%;
}
.flow .inner {
	position:relative;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 5%;
}
.flow .inner .step01 {
	position:relative;
	width:47%;
	margin-bottom: 30px;
	padding-right:0px;
}

.flow .inner .step01:nth-child(2),
.flow .inner .step01:nth-child(5) {
	margin-top: 0px;
}

.flow .inner .step01::after {
	background:none;
}

.flow .inner .step01 p.ic01 {
	position:absolute;
	top:-10px;
	left:-10px;
	width:30%;
}
.flow .inner .step01 p.pic01 {
	margin-bottom: 15px;
}
.flow .inner .step01 dl.txt01 {
	line-height: 1.5;
}
.flow .inner .step01 dl.txt01 dt {
	margin-bottom: 5px;
	font-size: 0.75rem;
	font-weight: bold;
}
.flow .inner .step01 dl.txt01 dd {
	text-align:left;
	font-size: 0.75rem;
}



/*------------------------------------------------------
　.spot
------------------------------------------------------*/

.spot {
	background-image:url(../image-assets/bg_plan01.jpg);
	background-size:200%;
	padding:40px 0;
}
.spot .ttl01 {
	text-align:center;
	margin:0 auto 40px;
}
.spot .ttl01 p.sttl01 {
	width: 50%;
	margin:0 auto;
}
.spot .ttl01 p.balloon01 {
	width: 30%;
	margin:0 auto 25px;
}

.spot .ttl01 h2 {
	font-weight: bold;
	font-size: 1.2rem;
}
.spot .inner {
	position:relative;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 5%;
}

.spot .inner .box01 {
	position:relative;
	width:47%;
	margin-bottom: 30px;
	padding-right:0px;
}

.spot .inner .box01:nth-child(2n) {
	margin-top: 0px;
}


.spot .inner .box01 p.ic01 {
	background-color:#ff7a7a;
	position:absolute;
	top:-5px;
	left:-5px;
	color:#FFF;
	width:50px;
	padding:1px 10px;
	text-align:center;
	font-weight: bold;
	font-size: 0.7rem;
}

.spot .inner .box01:last-child p.ic01 {
	width:100px;
	font-size: 0.7rem;
}

.spot .inner .box01 p.pic01 {
	margin-bottom: 15px;
}

.spot .inner .box01 p.pic01 img {
	box-shadow:1px 1px 1px 1px #cccccc;
	-moz-box-shadow:1px 1px 1px 1px #cccccc;
	-webkit-box-shadow:1px 1px 1px 1px #cccccc;
}

.spot .inner .box01:last-child p.pic01 {
	margin-bottom: 5px;
}

.spot .inner .box01 dl.txt01 {
}
.spot .inner .box01 dl.txt01 dt {
	font-weight: bold;
	font-size: 1.0rem;
	margin-bottom: 10px;
	text-align:center;
	line-height: 1.3;
}

.spot .inner .box01:last-child dl.txt01 dt {
	font-weight: bold;
	font-size: 0.8rem;
	margin-bottom: 10px;
	text-align:center;
}



.spot .inner .box01 dl.txt01 dd {
	line-height: 1.6;
	font-size: 0.8rem;
}
.spot .inner .box01 p.ic02 {
	background-color:#35c5cd;
	position:absolute;
	top:-5px;
	left:-5px;
	color:#FFF;
	width:auto;
	padding:1px 10px;
	text-align:center;
	font-weight: bold;
	font-size: 0.7rem;
}
.spot .inner .box01 p.ic03 {
	background-color:#bdca54;
	position:absolute;
	top:-5px;
	left:-5px;
	color:#FFF;
	width:50px;
	padding:1px 10px;
	text-align:center;
	font-weight: bold;
	font-size: 0.7rem;
}

/*------------------------------------------------------
　.access
------------------------------------------------------*/

.access {
	padding:70px 0 40px;
	text-align:center;
}
.access .ttl01 {
	display:inline-block;
	position:relative;
	margin-bottom: 40px;
	text-align:center;
}
.access .ttl01 p.sttl01 {
	width: 50%;
	margin:0 auto;
}
.access .ttl01 h2 {
	font-weight: bold;
	font-size: 1.2rem;
}

.access .map {
	margin-bottom: 30px;
}

.access p.txt01 {
	font-size: 1.2rem;
	margin-bottom: 30px;
	line-height: 1.5;
}


.access .detail {
	display: table;

	margin: 0 auto;
	text-align:left;	
}

.access .detail dl.txt02 {
	display:table-row;
}

.access .detail dl.txt02 dt {
	display: table-cell;
	padding: 5px 15px;
	vertical-align: middle;
}

.access .detail dl.txt02 dd {
	display: table-cell;
	padding: 5px 15px;
	vertical-align: middle;
}



/*------------------------------------------------------
　.conversion
------------------------------------------------------*/

.conversion {
	background-image:url(../image-assets/bg_conversion01.jpg);
	text-align:center;
	padding:40px 0;
}
.conversion h3 {
  color:#c70100;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 20px;
  border-bottom:2px dotted #c70100;
  display: inline-block;
}
.conversion .inner {
	background-color:#FFF;
	border:2px solid #c70100;
	border-radius:10px;
	width:90%;
	box-sizing:border-box;
	margin:0px 5%;
	padding:8% 5% 10%;

}

.conversion .inner .seciton01 {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	box-sizing:border-box;
	width:100%;
}

.conversion .inner .tel01 {
	width:80%;
	box-sizing:border-box;
	margin:0 auto 20px;
}
.conversion .inner .tel01 h4 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.0rem;
}
.conversion .inner .tel01 .pic01 {
	margin-bottom:5px;
}

.conversion .inner p.caption {
	font-weight: bold;
}
.conversion .form01 {
	width:90%;
	box-sizing:border-box;
	margin:0 auto;
}

.conversion .form01 h4 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.0rem;
	line-height: 1.2;
}

.conversion .form01 .button01 a:link,
.conversion .form01 .button01 a:visited {
	display:block;
	border-radius:100px;
	background-color:#c70100;
	color:#FFF;
	font-weight: bold;
	padding:5%;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	font-size: 1.0rem;
}

.conversion .form01 .button01 a:hover {
	text-decoration:none;
	background-color:#E01F1E;
}

	

/*------------------------------------------------------
　footer
------------------------------------------------------*/


footer {
	background-color: #da8080;
	color: #FFF;
	text-align:center;
}

footer h2 {
	font-size: 1.6rem;
}
footer h2 span {
	display:block;
	font-size: 0.7rem;
}

footer .info {
	margin-bottom: 20px;
}

footer .info a:link,footer .info a:visited {
	color:#FFF;
}



footer .inner {
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 50px 0;
}

footer .facebook {
	width:80%;
	margin:0 auto;
}

footer .copyright {
	background-color: #c36666;
	color: #FFF;
	text-align: center;
	font-size: 0.5rem;
	padding: 10px;
}


/*------------------------------------------------------
　gallery
------------------------------------------------------*/
	 	 
.gallery {
	background-image: url(../image-assets/bg_gallery01.jpg);
	background-size:200%;
	padding:40px 0;
}
	 
.gallery .ttl01 h2 {
    font-weight: bold;
    font-size: 1.2rem;
}
	 
.gallery .ttl01 {
	text-align:center;
	margin:0 auto 20px;
}
.gallery .ttl01 p.sttl01 {
	width: 50%;
	margin:0 auto;
}


}