@charset "utf-8";

/* 全体
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
html {
  position: relative;
  width: 100%;
  background-color: #fff;
  font-size: 62.5%;
  font-family: "メイリオ", Meiryo, Verdana, Arial, Helvetica, sans-serif;
}
body {
	position: relative;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media (min-width:769px){
  body {
    font-size: 1.6rem;
	  line-height: 1.7;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}
@media (min-width:769px){
  a:hover {
    text-decoration: none;
  }
}
ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
input[type="text"], input[type="search"], input[type="submit"] {
	border: none;
}
h1, h2, h3, h4, h5, h6, p {
  padding: 0;
  margin: 0;
}
figure, figcaption {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
}

.hidden-pc {
  display: block !important;
}
.hidden-sp {
  display: none !important;
}
@media (min-width:769px){
  .hidden-pc {
    display: none !important;
  }
  .hidden-sp {
    display: block !important;
  }
}

.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.red {
  color: #f00;
}
.pink {
  color: #ff70a3;
}


ol.decimal,
ul.disc {
  margin-left: 24px;
}
ol.decimal li,
ul.disc li,
ol.circled li {
  margin-bottom: 0.5em;
}
ol.decimal li {
  list-style-type: decimal;
}
ul.disc li {
  list-style-type: disc;
}


.wrap {
  padding: 0 20px;
}
@media (min-width:768px) {
.wrap {
    padding: 0;
  }
}


/* 「※」印付きの注意書き
   ====================================== */
.notes {
	font-size: 1.2rem;
	text-indent: -1em;
	padding-left: 1em;
}
.notes::before {
	content: '※';
}
@media (min-width:768px) {
  .notes {
    font-size: 1.4rem;
  }
}


/* ページTOPへ戻るボタン
   ====================================== */
#pagetop {
	position: fixed;
	display: none;
	right: 10px;
	bottom: 10px;
  background-color: #ff70a3;
	text-decoration: none;
	z-index: 4;
  width: 40px;
  height: 40px;
	border-radius: 6px;
}
#pagetop::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
  margin-left: 2px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}
@media (min-width:768px) {
  #pagetop {
    right: 30px;
    bottom: 18px;
    width: 50px;
    height: 50px;
  }
  #pagetop::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: 3px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
}


/* ヘッダ
   ========================================================================== */
header {
  width: 100%;
	margin-bottom: 20px;
}
header h1 {
	width: 80%;
	font-size: 0;
	line-height: 1.0;
	text-align: center;
	margin: 10px auto 20px auto;
}
header h1 span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 6px;
}
.hd-contact {
	text-align: center;
	line-height: 1.0;
	margin-bottom: 20px;
}
.hd-contact .tel {
	font-size: 2.0rem;
	margin-bottom: 10px;
}
.hd-text {
	margin: 20px;
}
.hd-text ul {
	margin-bottom: 20px;
}
@media (min-width:768px) {
  header {
		height: 587px;
		background: url("../img/hd-pc-bg.png") repeat-x;
		margin-bottom: 40px;
  }
  header .pc-bg {
		position: relative;
  }
	header h1 {
		position: absolute;
		top: 16px;
		width: 100%;
		text-align: left;
		margin: 0;
	}
	header h1 span {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	header .pc-bg {
		width: 1100px;
		height: 587px;
		background: url("../img/hd-pc-bg-02.jpg") no-repeat;
		margin: 0 auto;
	}
	.hd-contact {
		position: absolute;
		top: 20px;
		right: 0;
		text-align: right;
		margin: 0;
	}
	.hd-contact .tel {
		font-size: 3.0rem;
		margin-bottom: 10px;
	}
  .hd-text {
		position: absolute;
		top: 180px;
		left: 0;
		font-size: 1.8rem;
		color: #fff;
		margin: 0;
  }
  .hd-text .hidden-sp {
		font-size: 4.8rem;
		margin-bottom: 20px;
  }
}



/* フッタ
   ========================================================================== */
footer {
  width: 100%;
	background: url("../img/bg-dot-gray.png");
  margin-top: 20px;
}
footer .wrap {
	font-size: 1.2rem;
  text-align: center;
  padding: 10px 20px;
}
footer a {
	text-decoration: underline;
}
@media (min-width:768px) {
  footer {
    margin-top: 60px;
  }
	footer .wrap {
		font-size: 1.6rem;
		padding: 30px 0;
	}
	footer a:hover {
		text-decoration: none;
	}
}



/* 共通コンテンツ
   ========================================================================== */
main .wrap > article {
  margin-top: 20px;
}
@media (min-width:768px) {
  main .wrap {
    width: 1100px;
    margin: 0 auto;
  }
  main .wrap > article {
    margin-top: 30px;
  }
}

main section {
	margin-top: 30px;
}
main section > .wrap {
	margin-top: 10px;
}
@media (min-width:768px) {
	main section {
		margin-top: 60px;
	}
	main section > .wrap {
		margin-top: 20px;
	}
}


/* 各種タイトルデザイン
   ====================================== */
.title-lv1 {
	background: url("../img/bg-dot-gray.png");
	font-size: 2.0rem;
	font-weight: bold;
}
.title-lv1 span::first-letter {
  color: #ff70a3;
}
.title-lv1 span {
	display: block;
	line-height: 1.0;
	padding: 10px 20px;
}
@media (min-width:768px) {
  .title-lv1 {
		font-size: 4.8rem;
		font-weight: normal;
  }
	.title-lv1 span {
		display: block;
		padding: 20px 0;
	}
}

.title-lv2 {
  border-bottom: 1px dotted #b7b7b7;
}
.title-lv2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 0 3px 8px;
  margin-bottom: 6px;
  border-left: 2px solid #ff70a3;
}
@media (min-width:768px) {
  .title-lv2 {
    line-height: 1.0;
  }
  .title-lv2 span {
    font-size: 2.2rem;
    padding: 6px 0 3px 12px;
    margin-bottom: 10px;
    border-left: 3px solid #ff70a3;
  }
}


/* 基本ボタン
   ====================================== */
.btn-def {
	position: relative;
	display: block;
  width: 100%;
  height: 40px;
	background-color: #ff70a3;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.btn-def::after {
	position: absolute;
	display: block;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (min-width:768px) {
  .btn-def {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
  }
  .btn-def:hover {
    opacity: 0.8;
  }
}




/* お問い合わせボックス（共通）
   ====================================== */
.contact-box {
  text-align: center;
  margin: 20px 20px 0 20px;
}
.contact-box .tel {
  font-size: 2.0rem;
}
.contact-box .open {
  margin-bottom: 10px;
}
@media (min-width:768px){
  .contact-box {
    display: flex;
    width: 1100px;
    text-align: center;
    line-height: 1.0;
    margin: 60px auto 0 auto;
  }
  .contact-box > div {
    width: calc(100% - 30% - 30px);
    font-size: 0;
  }
  .contact-box > div:first-of-type {
    width: 30%;
    margin-right: 30px;
  }
  .contact-box .tel {
    font-size: 3.0rem;
  }
  .contact-box .open {
    font-size: 1.6rem;
    margin: 10px 0 0 0;
  }
  .contact-box .btn-def {
    height: 60px;
    font-size: 2.0rem;
    line-height: 60px;
  }
}


/* 流れ
   ====================================== */
.flow li {
  display: flex;
  padding-bottom: 10px;
  margin-top: 10px;
}
.flow li > div:first-of-type {
  width: 30%;
  font-size: 0;
  margin-right: 10px;
}
.flow li > div {
  width: calc(100% - 30% - 10px);
}
.flow h4 {
	font-size: 1.6rem;
  margin-bottom: 10px;
}
section .notes {
  margin-top: 10px;
}
@media (min-width:769px){
  .flow li {
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .flow li > div:first-of-type {
    width: 280px;
    margin-right: 30px;
  }
  .flow li > div {
    width: calc(100% - 280px - 30px);
  }
  .flow h4 {
		font-size: 3.6rem;
		font-weight: normal;
    margin-bottom: 20px;
  }
}

.lead {
  margin-top: 10px;
}
@media (min-width:769px){
  .lead {
		font-size: 1.8rem;
    margin-top: 20px;
  }
}



/* BLLについて
   ========================================================================== */
#about .wrap .hidden-pc {
	font-size: 0;
}
#about .wrap .hidden-pc img:last-of-type {
	width: 80%;
	margin-top: 5px;
}
.about-link {
	margin-bottom: 20px;
}
.about-link > div {
	padding: 10px;
	border: 1px solid #ff70a3;
}
.about-link > div:nth-of-type(2) {
	font-size: 0;
	border: none;
}
.about-link > div:nth-of-type(2) div {
	text-align: center;
}
.about-link > div:nth-of-type(2) img {
	width: 18px;
}
.about-link > div div p:first-of-type {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.about-link > div div p {
	color: #ff70a3;
}
.about-link a {
	color: #ff70a3;
}
@media (min-width:769px){
	.about-link {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	.about-link > div {
		position: relative;
		width: 429px;
		height: 429px;
		background: url("../img/about-pc-bg.png") no-repeat;
		padding: 0;
		margin: 0 10px;
		border: none;
	}
	.about-link > div:nth-of-type(2) {
		position: relative;
		width: 38px;
		background: none;
		margin: 0 10px;
	}
	.about-link > div:nth-of-type(2) div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 38px;
	}
	.about-link > div:nth-of-type(2) img {
		width: auto;
	}
	.about-link > div div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 260px;
	}
	.about-link > div div p:first-of-type {
		font-size: 4.0rem;
		font-weight: normal;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 20px;
	}
	.about-link > div div p {
		font-size: 1.8rem;
	}
	.about-link a:hover {
		text-decoration: underline;
	}
}


/* 整体
   ========================================================================== */

/* 料金
   ====================================== */
.price-treatment {
  padding: 10px;
	margin-top: 10px;
  border: 1px solid #d2d2d2;
}
.price-treatment p {
  text-align: center;
}
.price-treatment .price span {
  font-size: 2.0rem;
  font-weight: bold;
}
.price-treatment .price {
  font-size: 1.2rem;
}
.plus {
  font-size: 2.0rem;
  padding: 10px 0;
}
@media (min-width:768px) {
  .price-treatment {
    width: 700px;
    margin: 30px auto 0 auto;
  }
  .price-treatment .price span {
    font-size: 3.4rem;
  }
  .price-treatment .price {
    font-size: 1.8rem;
  }
  .plus {
    font-size: 3.4rem;
    padding: 20px 0;
  }
}


/* 検査料 */
.price-inspection {
  text-align: center;
  padding: 10px;
  border: 1px solid #d2d2d2;
}
.price-inspection .bold {
  font-size: 1.6rem;
}
.price-inspection .service {
  text-align: left;
  margin-top: 10px;
}
.price-inspection .service .bold {
  font-size: 2.0rem;
  color: #ff70a3;
}
@media (min-width:768px) {
  .price-inspection {
    width: 700px;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 20px;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
  }
  .price-inspection .bold {
    font-size: 2.8rem;
  }
  .price-inspection .service {
    text-align: center;
    margin-top: 20px;
  }
  .price-inspection .service .bold {
    font-size: 2.8rem;
  }
}


/* パーソナルトレーニング
   ========================================================================== */
/* モットー
   ====================================== */
.pt-motto h3 {
	font-size: 1.8rem;
	font-weight: normal;
	margin-bottom: 1em;
}
.pt-motto-parts {
	margin-left: 20px;
}
.pt-motto-parts li {
	list-style: disc;
}
@media (min-width:768px) {
	.pt-motto h3 {
		font-size: 2.8rem;
		text-align: center;
	}
	.pt-motto-parts {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
	}
	.pt-motto-parts li {
		position: relative;
		width: 252px;
		height: 251px;
		background: url("../img/pt-frame.png") no-repeat;
		list-style: none;
		margin: 0 10px 20px 10px;
	}
	.pt-motto-parts p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.8rem;
		text-align: center;
		white-space: nowrap;
	}
}


/* 料金
   ====================================== */
.pt-price-wrap li {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #d2d2d2;
}
.pt-price-wrap li > div:first-of-type {
  color: #ff70a3;
  font-weight: bold;
}
@media (min-width:769px){
  .pt-price-wrap li {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    line-height: 1.0;
    padding: 20px;
    margin-top: 20px;
  }
  .pt-price-wrap li div {
    width: 50%;
  }
  .pt-price-wrap li > div:last-of-type {
    text-align: right;
  }
}

.balloon {
 	position: relative;
	display: inline-block;
  background-color: #ff70a3;
  color: #fff;
  font-weight: bold;
  text-align: center;
	padding: 8px 10px;
  margin: 20px auto 10px auto;
  border-radius: 6px;
}
.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -6px;
	border: 6px solid transparent;
	border-top: 14px solid #ff70a3;
}
@media (min-width:769px){
  .balloon {
    font-size: 2.8rem;
    padding: 14px 30px;
    margin: 30px auto 20px auto;
    border-radius: 10px;
  }
  .balloon:before{
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 20px solid #ff70a3;
  }
}


.pt-price-lst {
  margin-top: 10px;
  border: 1px solid #d2d2d2;
}
.pt-price-lst > div {
  width: 100%;
}
.pt-price-lst .course-title {
  border-bottom: 1px solid #d2d2d2;
}
.pt-price-lst .course-title div {
  font-weight: bold;
  line-height: 1.7;
  padding: 10px;
}
.pt-price-lst .price-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pt-price-lst .price-box > div:first-of-type span {
  font-size: 1.8rem;
}
.pt-price-lst .price-box > div:last-of-type span {
  display: block;
  background-color: #ff70a3;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
}
.pt-price-lst .price-1 {
  border-bottom: 1px solid #d2d2d2;
}
.pt-price-lst table {
  width: 100%;
}
.pt-price-lst th,
.pt-price-lst td {
  vertical-align: middle;
  padding: 6px 10px;
  border-bottom: 1px solid #d2d2d2;
}
.pt-price-lst tr:last-of-type th,
.pt-price-lst tr:last-of-type td {
  border-bottom: none;
}
.pt-price-lst th {
  border-right: 1px solid #d2d2d2;
}
.pt-price-lst tr:first-of-type th {
  border-right: none;
}
@media (min-width:769px){
  .pt-price-lst {
    display: flex;
    font-size: 2.0rem;
    line-height: 1.0;
    margin-top: 20px;
  }
  .pt-price-lst .course-title {
    position: relative;
    width: 300px;
    border-bottom: none;
  }
  .pt-price-lst .course-title div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
  }
  .pt-price-lst .price-1,
  .pt-price-lst .price-2 {
    width: calc((100% - 300px) / 2);
  }
  .pt-price-lst .price-1 {
    border-bottom: none;
  }
  .pt-price-lst table {
    border-left: 1px solid #d2d2d2;
  }
  .pt-price-lst th,
  .pt-price-lst td {
    padding: 20px;
  }
  .pt-price-lst > div {
    width: calc(100% / 3);
  }
  .pt-price-lst .price-box > div:first-of-type span {
    font-size: 2.4rem;
  }
  .pt-price-lst .price-box > div:last-of-type span {
    font-size: 1.6rem;
    padding: 8px;
  }
}


/* よくあるご質問
   ====================================== */
.faq .wrap {
	border: 1px solid #000;
	padding: 20px;
}
.faq h3 {
	font-size: 1.8rem;
	line-height: 1.0;
	margin-bottom: 20px;
}
.faq dt,
.faq dd {
	text-indent: -25px;
	padding-left: 25px;
}
.faq dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.faq dd {
	margin-bottom: 1em;
}
.faq dd:last-of-type {
	margin-bottom: 0;
}
.faq dt::before {
	content: 'Q.';
	margin-right: 10px;
}
.faq dd::before {
	content: 'A.';
	margin-right: 10px;
}
@media (min-width:768px) {
	.faq .wrap {
		font-size: 1.8rem;
		padding: 40px;
	}
	.faq h3 {
		font-size: 3.6rem;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.faq dt,
	.faq dd {
		text-indent: -28px;
		padding-left: 28px;
	}
	.faq dt::before {
		margin-right: 10px;
	}
	.faq dd::before {
		margin-right: 10px;
	}
}


/* アクセス
   ========================================================================== */
.access {
  font-size: 0;
}
.access iframe {
  width: 100%;
  height: 180px; 
}
.access .text {
  font-size: 1.4rem;
  margin-top: 10px;
}
.access .text > div {
  margin: 10px 0 0 0;
}
.access .image {
  margin-top: 10px;
}
@media (min-width:768px){
  .access iframe {
    width: 1100px;
    height: 300px;
  }
  .access .wrap > div {
    display: flex;
    margin-top: 30px;
  }
  .access .text {
    width: calc(100% - 30px - 600px);
    font-size: 1.6rem;
    margin: 0;
  }
  .access .text > div {
    text-align: center;
    line-height: 1.0;
    padding: 30px 20px 20px 20px;
    margin-top: 20px;
    border: 2px solid #d2d2d2;
  }
  .access .image {
    width: 600px;
    margin: 0 0 0 30px;
  }
}

/* お問い合わせボックス（アクセス用）*/
.access-contact-box {
  text-align: center;
  padding: 10px;
  margin: 10px 20px 0 20px;
  border: 1px solid #d2d2d2;
}
.access-contact-box .tel {
  font-size: 2.0rem;
}
.access-contact-box .open {
  margin: 0 0 10px 0;
}
@media (min-width:768px){
  .access-contact-box {
    text-align: center;
    line-height: 1.0;
    padding: 30px 20px 20px 20px;
    border: 2px solid #d2d2d2;
  }
  .access-contact-box .tel {
    font-size: 3.0rem;
  }
  .access-contact-box .open {
    margin: 10px 0 30px 0;
  }
}




