@charset "UTF-8";
html, body, div, span, applet, object,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, 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, figure,nav,header {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
	box-sizing: border-box;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
	box-sizing: border-box;
}
input, select, textarea {
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
body {
	position:relative;
	width:100%;
	height:100%;
	font-family: "Syncopate", sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
	overflow-x: hidden;
	font-size-adjust: none;
	font-size:16px;
	line-height:1.8em;
	font-weight:400;
	color: #000;
	text-align:left;
	overflow-x:hidden;
}

body {
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3vw;
  }
}
a {
  display: block;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition-duration: 0.3s;
  padding-block: 0;
  padding-inline: 0;
}

.mv {
	position:relative;
}
.mv .mv-bg {
	position:relative;
	padding:5vw 0;
	background:url(../img/mv_bg.jpg) no-repeat top center / 100% auto #27B9F2;
}
.mv .mv-logo {
	width:46vw;
	margin:0 auto;
	transform-origin: center center;
	animation: logoBounce 1s cubic-bezier(.175,.885,.32,1.275) forwards;
}
.mv .mv-logo img{
	display:block;
	width:100%;
}
@keyframes logoBounce {
	0% {
		transform: scale(0) rotate(-8deg);
		opacity: 0;
	}
	60% {
		transform: scale(1.15) rotate(2deg);
		opacity: 1;
	}
	80% {
		transform: scale(0.95) rotate(-1deg);
	}
	100% {
		transform: scale(1) rotate(0);
	}
}

.mv .spot-btn {
	position: absolute;
	top: 22vw;
	right: 2vw;
	width: 15vw;
	filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.32));
	animation: furufuru 4s infinite;
	transform-origin: center center;
}
@keyframes furufuru {
	0% {
		transform: rotate(0deg) scale(1);
	}
	2% {
		transform: rotate(-4deg) scale(1.05);
	}
	4% {
		transform: rotate(4deg) scale(1.05);
	}
	6% {
		transform: rotate(-3deg) scale(1.03);
	}
	8% {
		transform: rotate(3deg) scale(1.03);
	}
	10% {
		transform: rotate(0deg) scale(1);
	}

	100% {
		transform: rotate(0deg) scale(1);
	}
}



@media screen and (max-width: 768px) {
	.mv .mv-bg {
		position:relative;
		padding:34vw 0 36vw;
		background:url(../img/mv_bg_sp.jpg) no-repeat top center / 100% auto #27B9F2;
	}
	.mv .mv-logo {
		width:80vw;
	}
	.mv .spot-btn {
		position: absolute;
		top:85vw;
		right: 2vw;
		width:30vw;
	}
  
  
  
  
  
  
  
  
  
  
  
}





/*---------------------------------------*/

.problems{
	padding:7vw 16vw 12vw;
}

@media (max-width: 768px) {

	.problems{
		padding:12vw 2vw 18vw;
	}

}


/*---------------------------------------*/

.solution{
	position:relative;
	padding:0 10vw 7vw;
	background: repeating-linear-gradient( -45deg, #fff46a 0px, #fff46a 30px, #fff000 30px, #fff000 60px );
	color:#000;
}
.solution .solution-ttl{
	position:relative;
	top:-4.6vw;
}
.solution-list{
}
.solution-list li{
	margin-bottom:4vw;
	border: solid 10px #FFD202;
	background-color:#fff;
	border-radius:50px;
	padding:4vw;
	filter: drop-shadow(10px 10px 0 rgba(0, 0, 0, 0.08));
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.solution-list li .ph{
	width:40%;
}
.solution-list li .txt-box{
	width:56%;
	font-size:26px;
	line-height:2;
}
.solution-list li:nth-child(odd) .txt-box{
	-webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1;
}
.solution-list li .txt-box .ttl{
	margin-bottom:1em;
}


@media (max-width: 768px) {

	.solution{
		padding:0 5vw 7vw;
	}
	.solution .solution-ttl{
		position:relative;
		top:-8vw;
	}
	.solution-list{
	}
	.solution-list li{
		margin-bottom:7vw;
		border: solid 4px #FFD202;
		border-radius:30px;
		padding:4vw;
		filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.05));
	}
	.solution-list li .ph{
		width:100%;
		margin-bottom:5vw;
	}
	.solution-list li .txt-box{
		width:100%;
		font-size:3.8vw;
		line-height:1.8;
	}
	.solution-list li:nth-child(odd) .txt-box{
		-webkit-box-ordinal-group: 1; -moz-box-ordinal-group: 1; -webkit-flex-order: 1; -moz-flex-order: 1; -webkit-order: 1; -moz-order: 1; order: 1;
	}

}



/*---------------------------------------*/

.charging-spot{
	padding:7vw 10vw 20vw;
	background: url(../img/charging_spot_bg.svg) no-repeat bottom center / 100% auto #E7F8FE;
	color:#000;
}
.charging-spot .inner-box{
	padding:0 6vw;
	font-size:26px;
	line-height:2;
	text-align:center;
	background: url(../img/charging_spot_ttl_bg.png) no-repeat top center / 30% auto;
}
.charging-spot .ttl{
	max-width:717px;
	margin: 0 auto 2em;
}
.charging-spot .txt{
	margin-bottom:2em;
}
.charging-spot .teemo-btn{
	max-width:1000px;
	margin: 0 auto;
}

.charging-spot .main-charging-spot{
	padding:40px;
	border: solid 8px #27B9F2;
	background-color:#fff;
	border-radius:20px;
	margin: 0 auto 2em;
	color:#26B8F2;
	font-size:26px;
	line-height:2;
	text-align:center;
}
.charging-spot .main-charging-spot-ttl{
	font-size:40px;
}

@media screen and (max-width: 768px) {
	.charging-spot{
		padding:10vw 5vw 28vw;
	}
	.charging-spot .inner-box{
		padding:0;
		font-size:3.8vw;
		background: url(../img/charging_spot_ttl_bg.png) no-repeat top center / 70% auto;
	}
	.charging-spot .ttl{
		max-width:90%;
		margin-bottom:1em;
	}
	.charging-spot .teemo-btn{
		max-width:80%;
	}
	.charging-spot .main-charging-spot{
		padding:5vw;
		border: solid 3px #27B9F2;
		border-radius:20px;
		margin: 0 auto 2em;
		color:#26B8F2;
		font-size:3.8vw;
		line-height:1.8;
	}
	.charging-spot .main-charging-spot-ttl{
		font-size:5vw;
	}
	
}


/*---------------------------------------*/

.car-bnr{
	padding:7vw 10vw;
}

@media screen and (max-width: 768px) {
	.car-bnr{
		padding:10vw 5vw;
	}
}


/*---------------------------------------*/


.sweets_cafe {
  position: relative;
  padding-top: 10em;
  background:url(../img/sweets_bg.jpg) no-repeat center center / 100% 100%;
}

@media screen and (max-width: 768px) {
  .sweets_cafe {
    padding-top: 15vw;
  }
}
.sweets_cafe_note {
  font-size: 1.25em;
  color: #000;
  text-align: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .sweets_cafe_note {
    letter-spacing: 0;
  }
}
.sweets_cafe_inner {
  max-width: 60em;
  width: 90%;
  margin-inline: auto;
  padding-bottom: 7.5em;
}
@media screen and (max-width: 768px) {
  .sweets_cafe_inner {
    width: 92%;
  }
}
.sweets_cafe_heading {
  position: relative;
  max-width: 36.5625em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sweets_cafe_heading {
    width: 80%;
  }
}
.sweets_cafe_list {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 9.75em;
  margin-top: 6.125em;
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .sweets_cafe_list {
    justify-content: center;
    column-gap: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .sweets_cafe_list {
    row-gap: 10vw;
    margin-top: 8vw;
  }
}
.sweets_cafe_item {
  width: 26.875em;
}
.sweets_cafe_item_location {
  font-size: 1.125em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #745E10;
  padding-block: 0.2778em;
  width: 17.6875em;
  min-height: 1.8333em;
  border-radius: 1.66667em;
  background:#FDFA82;
  margin-inline: auto;
  margin-top: 1em;
}
.sweets_cafe_item_img {
  width: 21.25em;
  height: 21.25em;
  margin-inline: auto;
  display: block;
  overflow: hidden;
  border-radius: 9999px;
}
.sweets_cafe_item_img_area {
  position: relative;
  width: 21.25em;
  height: 21.25em;
  margin-inline: auto;
}
.sweets_cafe_item_img_area_category {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
.sweets_cafe_item_img img {
}
.sweets_cafe_item_txt {
  width: 26.875em;
  text-align: justify;
  letter-spacing: -0.01em;
}
.sweets_cafe_item_title {
  margin-top: 1em;
  margin-bottom:1em;
  margin-inline: auto;
  color:#1B79BF;
  font-size: 1.5em;
  text-align:center;
  font-weight:700;
}

.sweets_cafe_item_content {
  margin-top: 1.25em;
}
.sweets_cafe_item_content p {
  font-size: 1.125em;
  line-height: 1.666667;
  color: #000;
  letter-spacing: -0.042em;
}
.sweets_cafe_item_info {
  margin-top: 1.75em;
  position: relative;
  min-height: 11em;
  padding: 1em 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top: dashed 2px #ccc;
  border-bottom: dashed 2px #ccc;
}
.sweets_cafe_item_info .note {
  font-size: 0.625em;
  letter-spacing: -0.02em;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sweets_cafe_item_info .note {
    font-size: 0.72em;
    letter-spacing: -0.04em;
  }
}
.sweets_cafe_item_info p {
  font-size: 0.875em;
  line-height: 1.666667;
  margin-left: 0.1875em;
  display: flex;
  align-items: center;
  gap: 0.714286em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sweets_cafe_item_info p {
    font-size: 2.666667vw;
  }
}
.sweets_cafe_item_info p:not(:first-child) {
  margin-top: 0.5em;
}
.sweets_cafe_item_info p.mg_0 {
  margin-top: 0;
}
.sweets_cafe_item_info p.baseline {
  align-items: baseline;
}
.sweets_cafe_item_info p.block {
  display: block;
}
.sweets_cafe_item_info p.note {
  font-size: 0.625em;
  letter-spacing: -0.02em;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sweets_cafe_item_info p.note {
    font-size: 0.72em;
    letter-spacing: -0.04em;
  }
}
.sweets_cafe_item_info p .lh_140 {
  line-height: 1.4;
}
.sweets_cafe_item_info p img {
  width: 1.625em;
  height: 1.625em;
}
.sweets_cafe_item_info p a {
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.3;
  color: #000;
  word-break: break-all;
}
.sweets_cafe_bg {
  position: relative;
  z-index: 1;
}


.category_list {
  display: flex;
  justify-content: center;
  width: fit-content;
  gap: 1.375em;
  margin-inline: auto;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin-top: 2.5em;
}

@media screen and (max-width: 768px) {
  .category_list {
    flex-wrap: wrap;
    gap: 0;
    row-gap: 2.666667vw;
  }
}
.category_item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  .category_item {
    width: 34%;
  }
}
.category_item p {
  font-size: 1.125em;
  letter-spacing: -0.05em;
  line-height: 1.66667;
  color: #000;
}
.category_item figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.category_item img {
  width: 2.25em;
  height: 2.25em;
}


/* ================================================== */

.common-ttl{
	font-size:2.4em;
	line-height:1;
	text-align:center;
	font-weight:700;
	margin-bottom:0.5em;
	color:#E71219;
}
@media screen and (max-width: 768px) {

	.common-ttl{
		font-size:7vw;
	}
	
}


/*---------------------------------------*/

.campaign{
	padding:5vw 10vw;
	background:#f5f5f5;
}
.campaign > p{
	text-align:center;
	margin-bottom:3vw;
}
.campaign-list{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.campaign-list li{
	display:flex;
	width:47.5%;
	align-items:center;
	background:#fff;
	border-radius:24px;
	padding:30px;
	overflow:hidden;
	box-shadow:0 8px 25px rgba(0,0,0,.08);
	transition:.3s;
}
.campaign-list .ph{
	width:40%;
	margin-right:5%;
}
.campaign-list .ph img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}


.campaign-list .txt-box{
	width:55%;
}
.campaign-list .ttl{
	font-size:2rem;
	font-weight:800;
	line-height:1.2;
	margin-bottom:10px;
	color:#222;
}
.campaign-list .txt{
	font-size:1.4rem;
	line-height:1.8;
	color:#666;
	margin-bottom:10px;
}
.campaign-list .price{
	font-size:3rem;
	font-weight:700;
	line-height:1;
	letter-spacing:-0.03em;
	color:#E71219;
}
.campaign-list .unit{
	font-size:70%;
	margin-right:0.2em;
}

@media screen and (max-width: 768px) {
	
	.campaign{
		padding:10vw 5vw;
	}
	.campaign > p{
		text-align:center;
		margin-bottom:5vw;
	}
	.campaign-list{
	}
	.campaign-list li{
		width:100%;
		border-radius:20px;
		padding:4vw;
		box-shadow:0 8px 15px rgba(0,0,0,.08);
		margin-bottom:5vw;
	}
	.campaign-list li:last-child {
		margin-bottom:0vw;
	}
	
	.campaign-list .ph{
		width:30%;
		margin-right:5%;
	}
	.campaign-list .txt-box{
		width:65%;
	}
	.campaign-list .ttl{
		font-size:3.6vw;
		margin-bottom:1vw;
	}
	.campaign-list .txt{
		font-size:2.6vw;
		margin-bottom:0vw;
	}
	.campaign-list .price{
		font-size:4.5vw;
	}
	.campaign-list .unit{
		font-size:70%;
		margin-right:0.2em;
	}

}

/*---------------------------------------*/

.other-campaign {
	padding:4vw 0;
	background:#E71219;
	color: #fff;
	text-align: center;
}

.other-campaign .ttl {
	font-size: 3rem;
	margin-bottom: 30px;
}
.other-campaign .btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	background: #fff;
	color:#E71219;
	font-weight: bold;
	border-radius: 999px;
	text-decoration: none;
	transition: .3s;
}

.other-campaign .btn a:hover {
	transform: translateY(-3px);
}


@media screen and (max-width: 768px) {
	
	.other-campaign {
		padding:10vw 0;
	}
	.other-campaign .ttl {
		font-size:4.6vw;
		margin-bottom:5vw;
	}
	.other-campaign .btn a {
		width:70%;
		height:14vw;
		font-size:4vw;
	}

}


/*---------------------------------------*/

.recommended-car {
	padding:5vw 10vw;
	background: #f1f1f1;
}
.recommended-car > p{
	text-align:center;
	margin-bottom:3vw;
}
.car-list {
	display: flex;
	gap: 30px;
	list-style: none;
	padding: 0;
}
.car-list li {
	flex: 1;
}
.car-list a {
	display: block;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0,0,0,.08);
	transition: .3s;
	height: 100%;
}
.car-list a:hover {
	transform: translateY(-5px);
}
.car-list .ph img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}
.car-list .txt-box {
	padding: 30px;
}
.car-list .ttl {
	font-size:2rem;
	font-weight:700;
	margin-bottom: 10px;
}
.car-list .txt {
	color: #666;
	line-height: 1.8;
}


@media screen and (max-width: 768px) {
	
	.recommended-car {
		padding:10vw 5vw;
		background: #fff;
	}
	.car-list {
		display:block;
	}
	.car-list li {
		width:100%;
		margin-bottom:8vw;
	}
	.car-list li:last-child {
		margin-bottom:0vw;
	}
	
	.car-list .txt-box {
		padding:5vw;
	}
	.car-list .ttl {
		font-size:2rem;
		margin-bottom:2vw;
	}

}


/*---------------------------------------*/

.bottom-contact-bar {
	padding:7vw 0;
	background: url(../img/bottom_contact_bg.jpg) no-repeat center center / cover;
	color: #fff;
	text-align: center;
}
.bottom-contact-bar .ttl {
	font-size: 3rem;
	margin-bottom:20px;
	font-weight:700;
}
.bottom-contact-bar > p {
	color: rgba(255,255,255,.85);
	margin-bottom: 40px;
}
.bottom-contact-bar ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.bottom-contact-bar .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 64px;
	background: #fff;
	color: #000;
	font-weight: bold;
	border-radius: 999px;
	text-decoration: none;
	transition: .3s;
}
.bottom-contact-bar .btn.reservation-btn a {
	background:#E71219;
	color: #fff;
}

.bottom-contact-bar .btn a:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0,0,0,.15);
}


@media screen and (max-width: 768px) {
	
	.bottom-contact-bar {
		padding:10vw 5vw;
	}
	.bottom-contact-bar .ttl {
		font-size:4.6vw;
		margin-bottom:3vw;
	}
	.bottom-contact-bar > p {
		margin-bottom:5vw;
	}
	.bottom-contact-bar ul {
		display:block;
	}
	.bottom-contact-bar li {
		width:100%;
		margin-bottom:5vw;
	}
	.bottom-contact-bar li:last-child {
		margin-bottom:0vw;
	}
	.bottom-contact-bar .btn a {
		width:100%;
		height:14vw;
		font-size:4vw;
	}
	

}
