@charset "utf-8";

/* header & footer */
#tabete header {
  padding: 20px 0;
}
#tabete header .h_logo img {
  width: 20%;
  max-width: 112px;
}
#tabete footer {
  padding-top: 80px;
}
#tabete footer .fnav .ac_link img {
  width: 85px;
  max-width: none;
}
#tabete footer .copy #f_logo img {
  width: 107px;
  max-width: none;
}

#tabete article {
	font-family: "Avenir Next",YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
#tabete article a {
  color: #0067B5;
  text-decoration: underline;
}
#tabete img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#tabete section {
  padding: 80px 0;
}
#tabete .container {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
}
#tabete .container > * + * {
  margin-top: 20px;
}
#tabete .fs_xsmall {font-size: 80%;}
#tabete .fs_small {font-size: 90%;}
#tabete .fs_large {font-size: 110%;}
#tabete .fs_xlarge {font-size: 140%;}
#tabete .em {font-weight: bold;}
#tabete .normal {font-weight: normal;}
#tabete .underline {text-decoration: underline;}
#tabete .txt_right {text-align: right;}
#tabete .txt_center {text-align: center;}
#tabete .red {color: #f00;}
#tabete .blue {color: #2A4093;}
#tabete .bg_beige {background: #f9f4ee;}
#tabete .list > li {
  position: relative;
  padding-left: 1.3em;
}
#tabete .list.custom_2 > li {
  padding-left: 2.3em;
}
#tabete .list.custom_3 > li {
  padding-left: 3.3em;
}
#tabete .list > li + li {
  margin-top: .2em;
}
#tabete .list > li::before,
#tabete .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#tabete .list.kome > li::before {
  content: "※";
}
#tabete .list.smldot > li::before {
  content: "・";
}
#tabete .list.wcircle > li::before {
  content: "◎";
}
#tabete .list.square > li::before {
  content: "■";
  color: #003E7F;
}
#tabete .list.inline,
#tabete .list.inline > li {
  display: inline-block;
  text-align: left;
}

#tabete .mainimg {
	text-align: center;
	padding: 60px 0;
}
#tabete .main_info {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #9e0e09;
	border: 1px solid #9e0e09;
	border-radius: 999px;
	padding: 10px 50px;
	margin-top: 40px;
}
#tabete .sec_tit {
	background: #9e0e09;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
}
#tabete .sec_body > * + * {
	margin-top: 1em;
}
#tabete .howto_flow {
	background: #efd9d9;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 2em;
}
#tabete .howto_flow > ul {
	overflow: hidden;
}
#tabete .howto_flow > ul > li {
	width: 22%;
	float: left;
	text-align: center;
	position: relative;
}
#tabete .howto_flow > ul > li:nth-of-type(n+2) {
	margin-left: 4%;
}
#tabete .howto_flow > ul > li:nth-of-type(n+2)::before {
	content: "";
	width: 32px;
	height: 32px;
	margin: auto;
	background: url("../images/arrow.png") no-repeat 0 0 / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -38px;
}
#tabete .howto_flow > ul > li > img {
  display: block;
  margin: 0 auto 10px;
}
#tabete .howto_flow > ul > li > .em {
  display: block;
}
#tabete .forshop {
	border-top: 15px solid #9e0e09;
	border-bottom: 15px solid #9e0e09;
	border-radius: 10px;
	margin-top: 40px;
}
#tabete .forshop > .l_row {
	border-spacing: 40px;
}
#tabete .forshop > .l_row > *:nth-child(1) {
	width: 60%;
	text-align: center;
}
#tabete .forshop > .l_row > *:nth-child(2) {
	width: 40%;
	text-align: center;
}
#tabete .forshop_tit {
	font-size: 21px;
	font-weight: bold;
	color: #9e0e09;
	margin-bottom: .5em;
}
#tabete .qr img {
	width: 130px;
}
#tabete * + .qr {
	margin-top: 5px;
}
#tabete .app_link {
	background: #f9f4ee;
	border-radius: 10px;
	padding: 40px 0;
}
#tabete .app_link_tit {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
#tabete .app_icon {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
	margin-right: 20px;
}
#tabete .l_row.app_link_wrap {
	width: auto;
	margin: auto;
	margin-top: 40px;
}
#tabete .l_row.app_link_wrap > *:nth-child(1) {
	padding-right: 40px;
}
#tabete .l_row.app_link_wrap > *:nth-child(2) {
	padding-left: 40px;
}
#tabete .l_row.app_link_body {
	width: auto;
	margin: auto;
}
#tabete .l_row.app_link_body > *:nth-child(1) {
	width: 230px;
}
#tabete .l_row.app_link_body._ios > *:nth-child(1) {
	width: 210px;
}
#tabete .l_row.app_link_body > *:nth-child(2) {
	width: 110px;
}
#tabete .app_btn {
	margin-top: 5px;
}
#tabete .app_btn img {
	height: 60px;
}
#tabete .app_link_other {
	padding: 20px 60px 0;
	text-align: right;
}
#tabete .coupon_wrap {
	width: 100%;
	max-width: 640px;
	margin: 80px auto 0;
}
#tabete .coupon_img {
	text-align: center;
}
#tabete .coupon_copy {
	padding: 30px 5px 0 10px;
}

/* enrollment */
#tabete .enrollment {
	text-align: center;
	margin: 0 auto 100px;
}
#tabete .enrollment_lead {
	font-size: 120%;
	margin-bottom: 20px;
}
#tabete .enrollment_lead .logo {
	display: inline-block;
	vertical-align: -.5em;
	width: 260px;
	margin: 0 .5em;
}
#tabete .enrollment > div {
	background: #CAE5F5;
	border-radius: 10px;
  padding: 10px 0 35px;
}
#tabete .enrollment > div .l_row {
	display: table;
  table-layout: fixed;
	width: auto;
  border-spacing: 25px;
  margin: auto;
}
#tabete .enrollment > div .l_row > p {
	display: table-cell;
  vertical-align: top;
}
#tabete .enrollment > div .l_row > p a {
	display: block;
  position: relative;
}
#tabete .enrollment > div .l_row > p a img:nth-child(2) {
	position: absolute;
	top: -50px;
  left: -50px;
  width: 101px;
}
#tabete .enrollment > div .l_row + a {
	display: block;
  margin: .5em auto 0;
  width: 97%;
  max-width: 460px;
}
#tabete .enrollment a {
  transition: .5s;
}



/* ---------------------------------------------
  for Smartphone Style
--------------------------------------------- */
@media only screen and (max-width: 768px) {
	/* header & footer */
  #tabete header {
    padding: 10px 0;
  }
  #tabete footer {
    padding-top: 40px;
  }
  #tabete footer .copy #f_logo img {
    width: 87px;
  }
	
  #tabete article {
    font-size: 14px;
  }
  #tabete section {
    padding: 40px 0;
  }
  #tabete .l_row > * + * {
    margin-top: 15px;
  }
	
	#tabete .mainimg {
		padding: 30px 8%;
	}
	#tabete .main_info {
		display: block;
		font-size: 16px;
		border-radius: 10px;
		padding: 10px;
		margin-top: 20px;
		line-height: 1.5;
	}
	#tabete .sec_tit {
		font-size: 17px;
		line-height: 1.5;
	}
	#tabete .howto_flow > ul > li {
		width: 100%;
		float: none;
	}
	#tabete .howto_flow > ul > li:nth-of-type(n+2) {
		margin-left: auto;
		margin-top: 20px;
	}
	#tabete .howto_flow > ul > li:nth-of-type(n+2)::before {
		content: none;
	}
	#tabete .howto_flow > ul > li > img {
		width: 60%;
	}
	#tabete .forshop {
		border-top-width: 10px;
		border-bottom-width: 10px;
		padding: 20px 0;
	}
	#tabete .forshop > .l_row > *:nth-child(1) {
		width: 100%;
		padding: 0;
	}
	#tabete .forshop > .l_row > *:nth-child(2) {
		width: 100%;
		padding: 0 4%;
	}
	#tabete .forshop_tit {
		font-size: 18px;
	}
	#tabete * + .qr {
		margin-top: 0;
	}
	#tabete .app_link {
		padding: 20px 4%;
	}
	#tabete .app_link_tit {
		font-size: 18px;
		line-height: 1.4;
		text-align: left;
		width: 94%;
		max-width: 310px;
		height: 80px;
		padding: 13px 0 0 95px;
		margin: auto;
		position: relative;
	}
	#tabete .app_icon {
		width: 80px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#tabete .l_row.app_link_wrap {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	#tabete .l_row.app_link_wrap > *:nth-child(1) {
		padding-right: 0;
	}
	#tabete .l_row.app_link_wrap > *:nth-child(2) {
		padding-left: 0;
		margin-top: 25px;
	}
	#tabete .l_row.app_link_body {
		width: 100%;
	}
	#tabete .l_row.app_link_body > *:nth-child(1) {
		width: 100%;
	}
	#tabete .l_row.app_link_body._ios > *:nth-child(1) {
		width: 100%;
	}
	#tabete .l_row.app_link_body > *:nth-child(2) {
		display: none;
	}
	#tabete .app_link_other {
		padding: 20px 4% 0;
		text-align: center;
	}
	#tabete .coupon_wrap {
		margin-top: 40px;
	}
	#tabete .coupon_copy {
		padding: 15px 0 0;
	}
	
	/* enrollment */
	#tabete .enrollment {
		margin-bottom: 50px;
	}
	#tabete .enrollment_lead {
		font-size: 110%;
		margin-bottom: 10px;
	}
	#tabete .enrollment_lead .logo {
		display: block;
		width: 220px;
		margin: .3em auto;
	}
	#tabete .enrollment > div {
		padding: 20px 3%;
	}
	#tabete .enrollment > div .l_row {
		width: 100%;
		border-spacing: 5px;
	}
	#tabete .enrollment > div .l_row > p a img:nth-child(2) {
		top: -40px;
		left: -10px;
		width: 56px;
	}
	
	
	
  
}

/* ---------------------------------------------
  for Tablet & PC Style
--------------------------------------------- */
@media only screen and (min-width: 769px) {
  #tabete article a:hover {
    color: #00A0EA;
    text-decoration: none;
  }
  #tabete article a img {
    transition: .5s;
  }
  #tabete article a:hover img {
    opacity: .7;
  }
  #tabete .l_row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #tabete .l_row > * {
    display: table-cell;
    vertical-align: top;
  }
  
  
}