/* 共通 */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html, body {
	margin: 0px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
a {
	text-decoration: none;
}
.mt14 {
	margin-top: 14px;
}
#side_free {
	position: fixed;
	top: 12vw;
	right: 0;
	z-index: 9999999;
}
#side_free img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#side_free img {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
#wrap {
	min-width: 1200px;
}
.mb24 {
	margin-bottom: 24px;
}
/****************************
pagetop
****************************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 99;
}
#page-top a {
	text-decoration: none;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-ms-transition: all 5s;
	-o-transition: all 5s;
	transition: all 5s;
	opacity: 1;
}
#page-top a img {
	width: 70%;
}
#page-top img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);	/* Ie逕ｨ */
}
#page-top img {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
/****************************
header
****************************/
#header {
	border-top: 2px solid #ffbbb8;
	text-align: center;
}
#header .inner {
	width: 80%;
	margin: 0 auto;
	padding: 22px 0 8px;
	position: relative;
}
#header h1 {
	float: left;
}
#header h1 img {
	width: 294px;
}
#header p {
	display: inline-block;
	font-size: 12px;
	float: left;
}
#header p.txt {
	margin-left: 12px;
	padding-top: 6px;
	font-weight: bold;
}
#header p.tel {
    float: right;
    position: absolute;
    right: 0;
    bottom: 8px;
}
#header p.tel img{
	width: 245px;
}
/****************************
KV
****************************/
#kv img {
	width: 100%;
	height: auto;
}
/****************************
section01
****************************/
#section01 {
	background-size: auto 100%;
	background: #fff url(../images/section01_bg.jpg) no-repeat top center;
	padding: 120px 0;
}
#section01 .txt {
	width: 80%;
	margin: 0 auto;
}
#section01 .txt .left {
	width: 640px;
	margin: 0 auto 0 0;
}
/****************************
section_contact
****************************/
.bg_blue {
	background-color: #1dace8;
}
.bg_yellow {
	background-color: #ffeb64;
}
/*
.bg_pink {
	background-color: #ff59af;
}*/
.section_contact .txt {
	background-color: #fff;
	padding: 80px 0 15px;
	text-align: center;
}
.section_contact .btn {
	text-align: center;
}
.section_contact .btn .triangle {
	text-align: center;
}
.section_contact .btn .btn-wrap {
	padding: 40px 0 80px;
}
.section_contact .btn a {
  background-color: #e43168;
	color: #fff;
	font-size: 34px;
	text-align: center;
	display: block;
	padding: 24px 0;
	width: 600px;
	margin: 0 auto;
	border-radius: 22px;
	font-weight: bold;
	transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-webkit-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	-ms-transition: 200ms ease-in-out;
	cursor: pointer;
}
.section_contact .btn a:hover {
	transform: translate(0px, -4px);
	-moz-transform: translate(0px, -4px);
	-webkit-transform: translate(0px, -4px);
	-o-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
}
/****************************
section02
****************************/
#section02 {
	background-size: auto 100%;
	background: #fff url(../images/section02_bg.jpg) no-repeat top center;
	padding: 50px 0;
}
#section02 .txt {
	width: 80%;
	margin: 0 auto;
}
.mb6 {
	margin-bottom: 6px;
}
.line01 {
	height: 14px;
	width: 100%;
	background-color: #1dace8;
}
.line02 {
	height: 4px;
	width: 100%;
	background-color: #1dace8;
}
/****************************
section03
****************************/
#section03 {
	background-image: url(../images/section03_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 80px 0 0;
	text-align: center;
}
#section03 h3.ttl {
	margin-bottom: 56px;
}
#section03 .list-wrap {
	width: 1000px;
	margin: 0 auto;
}
#section03 table {
	background-color: #fff9f9;
	box-sizing: border-box;
	border: 4px solid #e43168;
	margin: 20px 0;
}
#section03 table td {
	vertical-align: top;
	padding: 16px;
	box-sizing: border-box;
	text-align: left;
}
#section03 table tr td:first-child {
  width: 60%;
}
#section03 table tr td:nth-child(2) {
  width: 40%;
}
#section03 table tr td:nth-child(2) img{
  width: 100%;
}

#section03 table td .r-ttl {
	margin-bottom: 16px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px dotted #e43168;
  padding-bottom: 6px;
}
#section03 table td .r-ttl span{
    width: 32px;
    height: 32px;
    background-color: #ddd;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    margin-right: 12px;
    background-color: #e43168;
    color: #fff;
}
#section03 table td .r-ttl.mini {
  font-size: 22px;
}
#section03 table td .txt {
	font-size: 15px;
	color: #484848;
	line-height: 1.7;
}
#section03 .btn-wrap {
	padding: 26px 0 0;
}
#section03 .btn-wrap a {
	color: #291b12;
	font-size: 38px;
	text-align: center;
	display: block;
	padding: 10px 0;
	width: 600px;
	margin: 0 auto;
	border-radius: 22px;
	font-weight: bold;
	transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-webkit-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	-ms-transition: 200ms ease-in-out;
	cursor: pointer;
}
#section03 .btn-wrap a:hover {
	transform: translate(0px, -4px);
	-moz-transform: translate(0px, -4px);
	-webkit-transform: translate(0px, -4px);
	-o-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
}
.bg_white {
	background-color: #fff;
}


/****************************
section04
****************************/
#section04 {
	background-color: #f1f1f1;
	padding: 100px 0;
}
#section04 h3.ttl {
	text-align: center;
	margin-bottom: 32px;
}
#section04 .half-wrap {
	width: 1000px;
	margin: 0 auto;
}
#section04 .half {
	float: left;
}
#section04 .half:nth-child(2) {
	float: right;
}
#section04 ul.point li {
	margin: 32px 0;
}
#section04 ul.img li {
	margin: 14px 0;
}
/****************************
section05
****************************/
#section05 {
	background-color: #f1f1f1;
	padding: 100px 0;
}
#section05 h3.ttl {
	text-align: center;
	margin-bottom: 32px;
}
#section05 .full-wrap {
	width: 1000px;
	margin: 0 auto;
}

#section05 ul.point li {
	margin: 32px 0;
}
#section05 ul.img li {
	margin: 14px 0;
}

/****************************
section06
****************************/
#section06 {
	padding: 80px 0 0;
}
#section06 h3.ttl {
	text-align: center;
	margin-bottom: 40px;
}
#section06 .half-wrap {
	width: 1000px;
	margin: 0 auto 32px;
}
#section06 .half {
	float: left;
	width: 525px;
}
#section06 .half:nth-child(2) {
	float: right;
	width: 432px;
}
#section06 ul.point li {
	margin: 32px 0;
}
#section06 ul.img li {
	margin: 14px 0;
}

/****************************
section07
****************************/
#section07 {
	padding: 50px 0 0;
	width: 1000px;
	margin: 0 auto;
}
#section07 h3.ttl {
	text-align: center;
	margin-bottom: 32px;
}
#section07 h4.ttl {
	margin-bottom: 16px;
	text-align: center;
}
#section07 .img {
	text-align: center;
}
#section07 .snapwidget-area{
  margin: 32px 0 0;
}
/****************************
テーブル
****************************/
.youtube-area .mb24 img {
  width: 100%;
}
.ad-wrap {
  /* width: 856px;*/
  margin: 0 auto ;
  font-size: 16px;
  line-height: 1.7;
  background-color: #fff;
}
.ad-wrap table{
  width: 100%;
}
.ad-wrap table th {
    width: 30%;
    background-color: #6f6f6f;
    border: 1px solid #ddd;
    padding: 15px;
    color: #fff;
}
.ad-wrap table td{
  width: 70%;
  border: 1px solid #ddd;
  padding: 15px;
}


/****************************
footer
****************************/
#footer {
	background-color:#48332d;
	font-size: 11px;
	text-align: center;
	padding: 20px 0 10px;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .foot_logo img {
	width: 180px;
}
#footer .sns-wrap ul {
	font-size: 0;
	margin: 14px auto;
}
#footer .sns-wrap ul li {
	display: inline-block;
	margin: 0 6px;
}
#footer .sns-wrap ul li a {
	display: block;
}
#footer .sns-wrap ul li a.link {
	transition: 200ms ease-in-out;
	-moz-transition: 200ms ease-in-out;
	-webkit-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	-ms-transition: 200ms ease-in-out;
}
#footer .sns-wrap ul li a.link:hover {
	transform: translate(0px, -4px);
	-moz-transform: translate(0px, -4px);
	-webkit-transform: translate(0px, -4px);
	-o-transform: translate(0px, -4px);
	-ms-transform: translate(0px, -4px);
}
#footer p.copy {
}

#footer p.link-hp {
	margin: 6px 0;
}
#footer p.link-hp a {
	text-decoration: underline;
	font-size: 15px;
	margin: 0 10px;
}
#footer p.link-hp a:hover {
	text-decoration: none;
}

.special_box{
  width: 1000px;
	text-align: center;
  margin: 0 auto 20px;
}

.special_box img{
  width: 100%;
}
@media (max-width: 640px) {
.special_box{
  width: 100%;
}
}
@media (max-width: 640px) {
body {
	padding: 0 !important;
	-webkit-text-size-adjust: 100%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
#wrap {
	min-width: 100%!important;
}
img {
	width: 100%;
}

.special_box {
    margin-bottom: 10px;
}
/****************************
#page-top
****************************/
#page-top {
	left: 77vw;
}
#page-top a img {
    width: 50%;
}
#page-top img:hover {
	opacity: 1;
}
/****************************
#header
****************************/
#header h1 {
	float: none;
}
#header .inner {
	width: 100%;
	padding: 12px 15px;
	box-sizing: border-box;
}
#header p {
	display: none;
}
#header p.txt {
	margin-left: 0;
	padding-top: 6px;
	font-weight: bold;
	float: none;
}
#header h1 img {
	width: 70%;
}
/****************************
#section01
****************************/
#section01 {
	background-size: auto 100%;
	background: #fff url(../images/section01_bg-sp.jpg) no-repeat top right;
	background-size: cover;
	padding: 65vw 0 13vw;
	position: relative;
	margin-bottom: 26vw;
}
#section01 .txt {
	width: 100%;
	box-sizing: border-box;
	padding: 0 16px;
	position: absolute;
	top: 56vw;
}
#section01 .txt .left {
	width: 100%;
	margin: 0 auto 0 0;
}

/****************************
tel
****************************/
	.tel {
		padding: 10px 16px;
	}
/****************************
section_contact
****************************/
.section_contact .btn .triangle img {
	width: 15%;
}
.section_contact .txt {
	padding:10px 16px 32px;
	box-sizing: border-box;
}
.section_contact .btn .btn-wrap {
	padding: 18px 16px 40px;
}
.section_contact .btn a {
	font-size: 22px;
	padding: 14px 16px;
	width: 100%;
	margin: 0 auto;
	border-radius: 34px;
	box-sizing: border-box;
}
/****************************
#section02
****************************/
#section02 {
	background-size: auto 100%;
	background: #fff url(../images/section02_bg-sp.jpg) no-repeat top right;
	background-size: cover;
	padding: 65vw 0 13vw;
	position: relative;
	margin-bottom: 60vw;
}
#section02 .txt {
	width: 100%;
	box-sizing: border-box;
	padding: 0 16px;
	position: absolute;
	top: 56vw;
}
#section02 .txt .left {
	width: 100%;
	margin: 0 auto 0 0;
}
/****************************
#section03
****************************/

#section03 {
	padding: 28px 0 0;
}
#section03 h3.ttl {
	margin-bottom: 30px;
	padding: 0 16px;
}
#section03 .list-wrap {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 16px;
}

#section03 table {
    border: 2px solid #e43168;
}
#section03 table tr td:first-child {
  width: 100%;
  padding-bottom: 0;
}
#section03 table td {
	padding: 16px;
	display: block;
}
#section03 .btn-wrap a {
	font-size: 22px;
	padding: 14px 16px;
	width: 100%;
	margin: 0 auto;
	border-radius: 34px;
	box-sizing: border-box;
}
#section03 .btn-wrap {
	padding: 26px 16px 0;
}
#section03 table tr td:nth-child(2) {
    width: 100%;
}
#section03 table td .txt {
	font-size: 16px;
}


  #section03 table td .r-ttl, #section03 table td .r-ttl.mini{
    font-size: 20px;
  }




/****************************
#section04
****************************/
#section04 {
    padding: 50px 0 0;
}
#section04 h3.ttl {
	margin-bottom: 0px;
	padding: 0 16px;
}
#section04 .half-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}
#section04 .half:nth-child(2) {
    float: none;
}
/****************************
section05
****************************/

#section05 h3.ttl {
	margin-bottom: 24px;
	padding: 0 16px;
}

#section05 ul.point li {
    margin: 14px 0;
}
#section05 .full-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}
/****************************
section06
****************************/
#section06 {
    padding: 50px 0 0;
}
#section06 h3.ttl {
	padding: 0 16px;
	margin-bottom: 24px;
}
#section06 h3.ttl img{
	width: 60%;
}
#section06 .half-wrap {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
}
#section06 .half {
	float: none;
	width: 100%;
}
#section06 .half:nth-child(2) {
	float: none;
	width: 100%;
}
#section06 ul.point li {
	margin: 32px 0;
}
#section06 ul.img li {
	margin: 14px 0;
}

#section06 h3.ttl img.okyakuttl {
	width: 40%;
}

/****************************
#section07
****************************/
#section07 h3.ttl {
    margin-bottom: 24px;
}
#section07 h3.ttl img{
	width: 62%;
}
#section07 {
    padding: 40px 14px 14px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
#section07 img{
	width: 100%;
}
#section07 .snapwidget-area{
  margin: 16px 0 0;
}
/****************************
テーブル
****************************/
.ad-wrap {
  width: 100%;
  box-sizing:border-box;
  font-size: 16px;
}
.ad-wrap table th {
    width: 100%;
    padding: 15px;
    display: block;
  box-sizing: border-box;
}
.ad-wrap table td{
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
      display: block;
}
/****************************
#footer
****************************/
#footer {
	font-size: 11px;
	text-align: center;
	padding: 20px 0 10px;
	color: #fff;
	margin-bottom: 12vw;
}
#footer .foot_logo img {
    width: 170px;
}
.foot-btm {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#footer .sns-wrap ul {
    margin: 12px auto 14px;
}
#footer p.link-hp {
	margin:6px 0 20px;
}
#footer p.link-hp a {
	font-size: 15px;
}
.foot-btm a {
	width: 100%;
	background-color:#e43168;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	padding: 12px 0;
	display: block;
	font-weight: bold;
}
#footer p.link-hp a {
    font-size: 12px;
    width: 100%;
    display: block;
	margin: 0 0 8px 0;
}
}


/*******
add 20211221
****************************/
.t-wrap{
  max-width: 1000px;
  margin: 0 auto;
}
.one-t{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.one-t .t-img{
  width: 40%;
}
.one-t .t-img img{
  width: 100%
}
.one-t .t-txt{
  width: 58%;
}
.one-t .t-txt .t-name{
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 18px;

}

.d-tbl{
  display: table;
  width: 100%;
  font-size: 15px;
}
.d-tbl .d-tbls{
  display: table-cell;
  width: 30%;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}
.d-tbl .d-tbls:nth-child(2){
  display: table-cell;
  width: 70%;
}
@media (max-width: 640px){
  .t-wrap{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
  .one-t{
    width: 100%;
    display: inherit;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .one-t .t-img{
    width: 85%;
    margin:0 auto 24px auto;
  }
  .one-t .t-img img{
    width: 100%
  }
  .one-t .t-txt{
    width: 100%;
  }
  .one-t .t-txt .t-name{
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 18px;

  }

  .d-tbl{
    display: table;
    width: 100%;
    font-size: 16px;
  }
  .d-tbl .d-tbls{
    display: block;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    background-color: #dedede;
    padding: 8px;
    box-sizing: border-box;
  }
  .d-tbl .d-tbls:nth-child(2){
    display: block;
    width: 100%;
    background-color: #fff;
  }
}
.nyukai-tbl{
  width: 100%;
  font-size: 18px;
  border:1px solid #444;
}
.nyukai-tbl thead td, .nyukai-tbl thead th{
  border-bottom: 1px solid #ddd;
}
.nyukai-tbl thead td:nth-child(2){
  background-color: #DFDFDF;
}
.nyukai-tbl thead td:nth-child(3){
  background-color: #dfdfdf;
}
.nyukai-tbl tbody tr:first-child th{
  border-top: 1px solid #444;
}
.nyukai-tbl tbody tr td:first-child {
  text-decoration: line-through;
}
.nyukai-tbl tr th{
  width: 20%;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
}
.nyukai-tbl tr:first-child th{
  border-top:none;
  border-bottom: 1px solid #444;
}

.nyukai-tbl tr th, .nyukai-tbl tr td{
  padding: 12px;
  box-sizing: border-box;
}
.nyukai-tbl tr td:nth-child(1)
{
  width: 30%;
}

.nyukai-tbl tr td:nth-child(2){
  width: 20%;
}
.nyukai-tbl tbody tr td:nth-child(2){
  text-decoration: line-through;
}
.nyukai-tbl tr td:nth-child(3){
  width: 50%;
}
.nyukai-tbl tr td{
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
}
.nyukai-tbl tr td.bgP{
  background-color: #ffe6f3;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 640px){
  .nyukai-tbl {
    margin-bottom: 32px;
  }
  .nyukai-tbl tr td:nth-child(1)
  {
    width: 35%;
  }

  .nyukai-tbl tr td:nth-child(2){
    width: 30%;
  }
  .nyukai-tbl tr td:nth-child(3){
    width: 35%;
  }
  .d-tbl .d-tbls{
    border-bottom: none;
  }
}

/***********
運動別消費カロリー比較（※イートスマート調べ）
**********************************/
#section03 table .diet-txt .dtl{
    margin-top: 10px;
    border: 1px solid #bbb;
  font-size: 14px;
}
#section03 table .diet-txt .dtl .ttl{
  background-color: #ddd;
  padding: 6px;
  box-sizing: border-box;
}
#section03 table .diet-txt .dtl .txt{
  font-size: 13px;
  padding: 10px;
}
#section03 table .diet-txt .dtl .txt .exam{
  border-bottom: 1px dotted #bbb;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#section03 table .diet-txt .dtl .txt span{
  color: #e43168;
  font-weight: bold;
}


@media (max-width: 640px) {

  #section03 table .diet-txt .dtl .ttl{
    text-align: center;
  }


}
