@charset "UTF-8";


/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html{
    font-size: 62.5%;
}
body {
	font-family:"Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3";
	color: #000;
	font-size: 4.266vw;
	line-height: 1.8;
}

@media only print, screen and (min-width: 769px) {
   body {
	   font-size: 18px;
	   min-width: 1030px;
	}
}


/* ----------------------------------------------------------------------------------------------------
  common layout
* --------------------------------------------------------------------------------------------------*/
a:link,
a:visited{
    color:inherit;
    text-decoration:none;
    outline: none;
}
a:hover {
    outline: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
img{
	vertical-align: bottom;
	height:auto;
}

@media only print, screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
header{
	width: 100%;
	height: 13vw;
	
	background-color: #fff;
	position:fixed;
	z-index: 100;
}
.header_logo{
	padding-top: 2vw;
	padding-left: 3vw;
	width: 26vw;
}

@media only print, screen and (min-width: 769px) {
	header{
		height: 80px;
		padding-top: 0;
		top:0;
		left: 0;
		z-index: 100;
	}
	.header_logo{
		margin: 0;
		padding-top: 0;
		padding-left: 0;
		width: 140px;
		position: absolute;
		top:24px;
		left: 30px;
	}
}
@media only print{
	header{
		width: 100%;
		height: 80px;
		padding-top: 0;
		position:relative;
		top:0;
		left: 0;
		z-index: 100;
	}
}



/* ----------------------------------------------------------------------------------------------------
*  gNavi
* --------------------------------------------------------------------------------------------------*/
.mainNavi{
	display: none;
}
.spMenu{
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 100;
}
.spMenuOpen{
	width: 13vw;
	height: 13vw;
	background-color: #fff;
	text-align: center;
	line-height: 1;
	
	position: absolute;
	top:0;
	right: 0;
}
.spMenuOpen img{
	margin-top: 3.7vw;
	width: 6.4vw;
}
.spMenuIn{
	width: 100vw;
	height: 100vh;
	background-color: #2a9c7a;
	text-align: center;
	position: absolute;
	top:0;
	left: 0;
	
	display: none;
}
.logoSpMenu{
	width: 26vw;
	margin: 5.333vw auto 8vw;
}
.spMenuUl{
	margin: 0 0 4vw;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 6.4vw;
}
.spMenuUl li{
	margin-bottom: 0.5em;
}
.menuToggleSpClose{
	width: 6.4vw;
	position: absolute;
	top:4vw;
	left: 4vw;
	line-height: 1;
}

@media only print, screen and (min-width: 769px) {
	.mainNavi{
		display: block;
	}
	.mainNavi > ul{
		font-size: 18px;
		margin: auto 0;
		padding: 0;
		list-style: none;
		width: 540px;
		height: 30px;
		position: absolute;
		top:0;
		bottom: 0;
		right: 30px;
		
		display: flex;
		justify-content: space-between;
	}
	.spMenu{
		display: none;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  contents
* --------------------------------------------------------------------------------------------------*/
.wrapper{
}
.secContainer{
	padding:0 5.333vw;
}
a.butStyle01{
	display: block;
	background-color: #f29600;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	width: 300px;
	line-height:70px;
	border-radius: 6px;
}

@media only print, screen and (min-width: 769px) {
   .secContainer{
	   width: 970px;
	   padding: 0 30px;
	   margin: 0 auto;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  Heading elements
* --------------------------------------------------------------------------------------------------*/
.h2Style01{
	text-align: center;
	font-weight: 600;
	font-size: 4vw;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 1.5em;
}
.h2Style01::after{
	content: '';
	display: inline-block;
 	width: 100px;
	height: 43px;
 	background-image:url("../images/h2_icon.svg");
 	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.h3Style01{
	text-align: center;
	font-size: 4vw;
	color: #00913a;
	font-weight: normal;
	margin-bottom: 2em;
	line-height: 2.5;
}
.h3Style01 span{
	position: relative;
  	padding: 0.5rem 0;
  	border-bottom: 3px solid #00913a;
}
.h3Style01 span:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background:#00D053;
}

@media only print, screen and (min-width: 769px) {
	.h2Style01{
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		padding-bottom: 2em;
		
		position: relative;
		margin-bottom: 1.5em;
	}
	.h2Style01::after{
		content: '';
		display: inline-block;
		width: 100px;
		height: 43px;
	}
	.h3Style01{
		font-size: 22px;
		margin-bottom: 2em;
		line-height:inherit;
	}
	.h3Style01 span{
		position: relative;
		padding: 0.5rem 2rem;
		border-bottom: 3px solid #00913a;
	}
	.h3Style01 span:before {
	  position: absolute;
	  bottom: -3px;
	  left: 0;
	  width: 20%;
	  height: 3px;
	  content: '';
	  background:#00D053;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
footer{
	background-color: #000;
	color: #fff;
}
.footerIn{
	padding: 6vw 5.333vw 6vw;
}
.copy{
	font-size: 3.733vw;
	text-align: center;
}
.footerNav ul{
	margin: 0 0 5vw;
	padding: 0;
	list-style: none;
	font-size: 4vw;
	font-weight: 600;
}
.footerNav ul li{
	border-bottom: 2px solid #fff;
}
.footerNav ul li a{
	display: block;
	padding: 4.5vw 0.5em 3.5vw;
	line-height: 1;
	
	background-image: url("../images/arrow_green.svg");
	background-repeat: no-repeat;
	background-position: right 0.5em center;
	background-size: 2.4vw auto;
}
.footerLogo{
	width: 26vw;
	margin-bottom: 3vw;
}
.butToTop{
	width: 8vw;
	height: 8vw;
	position: absolute;
	top:0;
	right:1vw;
	bottom: 0;
	margin: auto 0;
}


@media only print, screen and (min-width: 769px) {
	footer{
		padding: 35px 0 48px;
		position: relative;
	}
	.footerIn{
		width: 970px;
		padding: 0 30px;
		margin: 0 auto;
	}
	.copy{
		font-size: 16px;
	}
	.footerNav ul{
		margin: 0 0 20px;
		font-size: 16px;
		display: flex;
		justify-content: center;
	}
	.footerNav ul li{
		border-bottom: none;
		padding: 0 15px;
	}
	.footerNav ul li a{
		display:inline-block;
		padding: 0;
		background-image: none;
	}
	.footerNav ul li a.fpcm{
		margin-top: 35px;
	}
	.footerLogo{
		width: 120px;
		margin: 0 auto;
	}
	.butToTop{
		width: 50px;
		height: 50px;
		position: absolute;
		top:70px;
		right:30px;
		bottom:auto;
		margin:0;
	}
}


/**** sec01 ****/
.sec01{
	padding-top: 13vw;
	position: relative;
}
.mainImg{
	width: 100%;
	height: 104.266vw;
	position: relative;
}
a.sec01_but{
	position: absolute;
	margin: 0 auto;
	left:0;
	right:0;
	bottom: 5vw;
}

@media only print, screen and (min-width: 769px) {
	.sec01{
		padding-top: 80px;
	}
	.mainImg{
		max-width: 1170px;
		min-width: 1030px;
		height: 570px;
		margin: 0 auto;
	}
	a.sec01_but{
		position: absolute;
		margin: 0;
		left: 60px;
		bottom: 200px;
	}
}


/**** sec02 ****/
.sec02{
	padding-top: 10vw;
	padding-bottom: 10vw;
}
.sec02Txt01{
	text-align: center;
	margin-bottom: 2em;
}
.sec02Ul01{
	width: 260px;
	margin: 0 auto;
	padding: 0;
	list-style: none;

	display: flex;
	justify-content: space-between;
	flex-flow: column;
}
.sec02Ul01 li{
	width: 260px;
	margin-bottom: 4vw;
}
.sec02Arw01{
	width: 57vw;
	margin: 0 auto 4vw;
}
.sec02Txt02{
	text-align: center;
	font-size: 100%;
	color: #fff;
	background-color: #00913a;
	border-radius: 6px;
	padding: 0.5em 1.5em;
	margin: 0 auto 10vw;
}
.sec02Txt03{
	margin-bottom: 7.8vw;
	text-align: center;
	font-size: 70%;
}
.sec02Txt03 span{
	font-size: 130%;
}
.sec02Ul02{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
	
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	flex-flow: column;
}
.sec02Ul02 li{
	padding: 2vw;
	text-align: center;
	margin: 0 auto;
}
.sec02Ul02 .amazon{
	padding-top: 10px;
	width: 140px;
}
.sec02Ul02 .googlePlay{
	width: 50px;
}
.sec02Ul02 .appStore{
	width: 60px;
}
.sec02Ul02 .yahoo{
	width: 180px;
}
.sec02Ul02 .tabelog{
	width: 200px;
}

@media only print, screen and (min-width: 769px) {
	.sec02{
		padding-top: 80px;
		padding-bottom: 100px;
	}
	.sec02Ul01{
		width: 840px;
		margin: 0 auto 20px;
		flex-flow:row;
	}
	.sec02Ul01 li{
		width: 260px;
		margin-bottom: 0;
	}
	.sec02Arw01{
		width: 440px;
		margin: 0 auto 30px;
	}
	.sec02Txt02{
		width: 600px;
		text-align: center;
		font-size: 2.6rem;
		padding: 0.5em 1.5em;
		margin: 0 auto 80px;
	}
	.sec02Txt03{
		margin-bottom: 60px;
		text-align: center;
	}
	.sec02Txt03 span{
		font-size: 2.4rem;
	}
	.sec02Ul02{
		margin: 0 auto;
		padding: 0;
		list-style: none;
		width: 840px;
	}
	.sec02Ul02 li{
		padding: 0;
	}
}
@media only print, screen and (min-width: 420px) {
	.sec02Ul02{
		flex-flow: row;
		justify-content: space-between;
	}
}


/**** sec03 ****/
.sec03{
	background-color: #E8E8E8;
	padding-top: 8vw;
	padding-bottom: 10vw;
}
.sec03Txt01{
	text-align: center;
	margin-bottom: 10vw;
	font-size: 90%;
}
.sec03Txt01 span.font_red{
	font-size: 140%;
}
.sec03Ul01{
	margin: 2em 0 1em;
	padding: 0;
	list-style: none;
	
	display: flex;
	justify-content: space-between;
	flex-flow: column;
}
.sec03Ul01 li{
	text-align: center;
}
.sec03Ul01 li.box{
	width: 100%;
}
.sec03Ul01 li.box p{
	border: 4px solid;
	padding: 1em;
	border-radius: 6px;
}
.sec03Ul01 li:first-child p,
.sec03Ul01 li:last-child p{
	border-color: #ddd;
	background-color: #fff;
}
.sec03Ul01 li:nth-child(3) p{
	border-color:#00B648;
	background-color: #00913a;
	color: #fff;
}
.sec03Ul01 li.arw{
	padding: 4vw 0;
	font-size: 0;
} 
.sec03Ul01 li.arw img{
	height: 4vw;
	transform: rotate(90deg);
}
.sec03Txt02{
	font-size: 100%;
	text-align: center;
	margin-bottom: 10vw;
}
.sec03Box{
	display: flex;
	justify-content: space-between;
	flex-flow: column;
}
.sec03Box01{
	margin-bottom: 10vw;
}
.sec03Box .col01{
	background-color: #fff;
	width: 100%;
}
.sec03Box .col01 p{
	margin-top: 1em;
	font-size: 50%;
}
.sec03Box .col01 div{
	padding: 30px;
}
.sec03Box .col02{
	width: 100%;
}
.sec03Box .col02 img{
	width: 80%;
	margin: 0.5em auto 0;
}
.sec03Box .col02 p{
	margin-top: 1.5em;
	padding: 0 1.5em;
	font-size: 80%;
}
.sec03Arw01{
	width: 57vw;
	margin: 0 auto 10vw;
}
.sec03Arw01 p{
	font-size: 80%;
	text-align: center;
}

@media only print, screen and (min-width: 769px) {
   .sec03{
	   padding-top: 100px;
	   padding-bottom: 100px;
	}
	.sec03Txt01{
		margin-bottom: 80px;
	}
	.sec03Txt01 span.font_red{
		font-size: 2.8rem;
	}	
	.sec03Ul01{
		margin: 0 0 1em;
		flex-flow: row;
	}
	.sec03Ul01 li.box{
		width: 28%;
	}
	.sec03Ul01 li.box p{
		padding: 2em;
	}
	.sec03Ul01 li.arw{
		padding: 2em 0;
		font-size: 100%;
	} 
	.sec03Ul01 li.arw img{
		height: 30px;
		transform:none;
	}
	.sec03Txt02{
		font-size: 2.4rem;
		margin-bottom: 100px;
	}
	.sec03Box{
		flex-flow:row;
	}
	.sec03Box01{
		margin-bottom: 80px;
	}
	.sec03Box .col01{
		width: 49%;
	}
	.sec03Box .col01 p{
		font-size: 1.2rem;
	}
	.sec03Box .col01 div{
		padding: 30px;
	}
	.sec03Box .col02{
		width: 49%;
	}
	.sec03Box .col02 img{
		width: 100%;
		margin: 0;
	}
	.sec03Box .col02 p{
		margin-left: 2em;
		padding: 0;
		font-size: 100%;
	}
	.sec03Arw01{
		width: 440px;
		margin: 0 auto 80px;
	}
	.sec03Arw01 p{
		font-size: 2.4rem;
	}
}


/**** sec04 ****/
.sec04{
	background-color: #fff;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
.sec04Txt01{
	text-align: center;
	margin-bottom: 2em;
	font-size: 100%;
}
.sec04Ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
	display:flex;
	justify-content: space-between;
	flex-flow: column;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.sec04Ul li{
	margin: 0 0 10vw;
	padding: 0;
	list-style: none;
	width: 100%;
	
	display:flex;
	justify-content: space-between;
}
.sec04Ul .icon{
	min-width: 20vw;
	padding-right: 5vw;
}
.sec04Ul .icon img{
	width: 100%;
}
.sec04Ul img.star{
	width: 100px;
	margin-left: 1em;
	margin-top: -0.5em;
}

@media only print, screen and (min-width: 769px) {
	.sec04{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.sec04Txt01{
		font-size: 2.4rem;
	}
	.sec04Ul{
		flex-flow: row;
		flex-wrap: wrap;
		font-size: 1.4rem;
	}
	.sec04Ul li{
		margin: 0 0 40px;
		width: 48%;

		display:flex;
		justify-content: space-between;
	}
	.sec04Ul .icon{
		min-width:0;
		width: 240px;
		padding-right: 30px;
	}
}


/**** sec05 ****/
.sec05{
	background-color: #E8E8E8;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
.sec05Ul{
	margin: 0 0 10vw;
	padding: 0;
	list-style: none;
	
	display: flex;
	justify-content: space-between;
	flex-flow: column;
}
.sec05Ul li{
	text-align: left;
}
.sec05Ul li.box{
	width: 100%;
}
.sec05Ul li.box img{
	width: 40%;
	float: left;
	margin-right: 8vw;
	margin-bottom: 1em;
}
.sec05Ul li.arw{
	width: 100%;
	text-align: center;
	padding-bottom: 3vw;
}
.sec05Ul li.arw img{
	margin-top: 0;
	width: 8vw;
	transform: rotate(90deg);
}
.sec05Txt01{
	margin-bottom: 10vw;
	background-color: #fff;
	padding: 2em;
}
a.sec05_but{
	margin: 0 auto;
}

@media only print, screen and (min-width: 769px) {
	.sec05{
		padding-top: 100px;
		padding-bottom: 120px;
	}
	.sec05Ul{
		margin: 0 0 60px;
		flex-flow: row;
	}
	.sec05Ul li{
		text-align: center;
	}
	.sec05Ul li.box{
		width: 180px;
	}
	.sec05Ul li.box img{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 1em;
	}
	.sec05Ul li.arw{
		width: 80px;
		padding-bottom: 0;
	}
	.sec05Ul li.arw img{
		margin-top: 80px;
		width: 36px;
		transform:none;
	}
	.sec05Txt01{
		margin-bottom: 60px;
		padding: 3em;
	}
}








