@charset "UTF-8";

.wrap2 {
	font-size: 14px;
}

h4{
	line-height: 1em;
}


.jump{
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}

/* CSS One　プログラム一覧 */
/* スマホ　*/
.container-original {
		padding: 0px;
		margin: 0 auto;
	}

/* プログラム一覧ナビリスト */
.mini-navi ul{
    /* background-color: #d6d6d6; */
    width: 100%;
    display: flex;
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
		list-style: none;
		margin: 0px;
		padding: 10px;
}

.mini-navi li{
    padding-left: 10px;
    font-size: 13px;
}

.mini-navi li::before{
    font-family: "Font Awesome 5 Free";
		font-weight: 900;
    content: '\f063';
    padding-left: 10px;
    color: rgb(65, 65, 65);
}


h2.program-title {
	width: 100%;
	text-align: center;
	padding: 50px 0;
	font-size: 38px;
	background-color: #EDEDED;
	font-weight: bold;
	font-size: 20px;
}


.program-area-sec {
	margin: 30px 0;
	background-color: #ededed;
}




.tablet-flexitem-wrap-left {
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 20px;
}

.tablet-flexitem-wrap-right {
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 20px;
}





/* 1パワー 左にアイコンの見出し */
.program-midashi-wrap1-power {
		background-color: #211816;
		padding: 15px 15px 15px 50px;
		background-image: url("../img/program/icon1-power.png");
		background-repeat: no-repeat;
		background-size:  contain;
		background-position: 10px 50%;
		background-size: 30px;
}


/* 2燃焼系プログラム 左にアイコンの見出し */
.program-midashi-wrap2-diet {
		background-color: #211816;
		padding: 15px 15px 15px 50px;
		background-image: url("../img/program/icon2-diet.png");
		background-repeat: no-repeat;
		background-size:  contain;
		background-position: 10px 50%;
		background-size: 30px;
}

/* 3ダウスプログラム 左にアイコンの見出し */
.program-midashi-wrap3-dance {
		background-color: #211816;
		padding: 15px 15px 15px 50px;
		background-image: url("../img/program/icon3-dance.png");
		background-repeat: no-repeat;
		background-size:  contain;
		background-position: 10px 50%;
		background-size: 30px;
}


/* 4サスペンショントレーニング 左にアイコンの見出し */
.program-midashi-wrap4-trx {
		background-color: #211816;
		padding: 15px 15px 15px 50px;
		background-image: url("../img/program/icon4-trx.png");
		background-repeat: no-repeat;
		background-size:  contain;
		background-position: 10px 50%;
		background-size: 30px;
}

/* 5ファンクショナルプログラム 左にアイコンの見出し */
.program-midashi-wrap5-fpf {
		background-color: #211816;
		padding: 15px 15px 15px 50px;
		background-image: url("../img/program/icon5-fpf.png");
		background-repeat: no-repeat;
		background-size:  contain;
		background-position: 10px 50%;
		background-size: 30px;
}



/* 6ホットプログラム 左にアイコンの見出し */
.program-midashi-wrap6-hot {
		background-color: #da3575;
		padding: 15px 15px 15px 50px;
		background-image: url("../img/program/icon6-hot.png");
		background-repeat: no-repeat;
		background-size:  contain;
		background-position: 10px 50%;
		background-size: 30px;
}



/* 7ビューティプログラム 左にアイコンの見出し */
.program-midashi-wrap7-yoga {
		background-color: #211816;
		padding: 15px 15px 15px 50px;
		background-image: url("../img/program/icon7-yoga.png");
		background-repeat: no-repeat;
		background-size:  contain;
		background-position: 10px 50%;
		background-size: 20px;
}




/* 8カルチャー系プログラム 左にアイコンの見出し */
.program-midashi-wrap8-culture {
		background-color: #211816;
		padding: 15px 15px 15px 50px;
		background-image: url("../img/program/icon8-culture.png");
		background-repeat: no-repeat;
		background-size:  contain;
		background-position: 10px 50%;
		background-size: 20px;
}


/* 9アクアプログラム 左にアイコンの見出し */
.program-midashi-wrap9-pool {
		background-color: #211816;
		padding: 15px 15px 15px 50px;
		background-image: url("../img/program/icon9-pool.png");
		background-repeat: no-repeat;
		background-size:  contain;
		background-position: 10px 50%;
		background-size: 20px;
}


.program-midashi {
	color:#afda48;
	font-size: 16px;
	font-weight: bold;
}

.program-hot-midashi {
	color:#fdf6c8;
	font-size: 16px;
	font-weight: bold;
}



.program-midashi-sub {
	font-size: 12px;
}




.program-sub-midashi {
	color:#9fa0a0;
	font-size: 13px;
}


.program-hot-sub-midashi {
	color:#fff;
	font-size: 13px;
}


.program-art {
}


.program-inner {
	padding: 15px;
}



.program-midashi-logo-area {
	background-color: #afdb48;
	padding: 5px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}



.program-midashi-area {
	background-color: #afdb48;
	padding: 5px;
}


.program-hot-midashi-area {
	background-color: #f5dcef;
	padding: 5px;
}


.program-hot-midashi-h4 {
	font-size: 17px;
	font-weight: bold;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 1;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}

.program-hot-midashi-h4::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	padding-left: 3px;
	color: #cf326f;
}


.program-midashi-h4 {
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 1;
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 8px;
}

.program-midashi-h4::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	padding-left: 3px;
	color: white;
}



.program-logo-item {
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 50px;
	vertical-align: middle;
}

.arrow-icon-color {
	color: white;
}


.program-text-area {
	padding: 15px;
}

.trx-area-back,.fpf-area-back {
	background-color: white;
}

.youtube-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
		 margin-bottom: 10px;
}

.youtube-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.youtube-trx-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
		 margin-bottom: 10px;
}

.youtube-trx-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.youtube-hot-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
		 margin-bottom: 10px;
}

.youtube-hot-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.icon-kyoudo-fig {
	max-width: 150px;
	margin-bottom: 10px;
}

.program-text-p {
	text-align: justify;
}

ul.program-grid-line {
	padding: 0px;
	margin: 5px 0 5px 0;
	font-size: 12px;
}

ul.program-grid-line li {
	list-style: none;
	border-bottom: dotted 1px #ccc;
	margin: 0px;
	padding: 0px;
}


.trx-sub-midashi,.fpf-sub-midashi {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	background-image: url("../img/program/sub-midashi-back.png");
	background-repeat: no-repeat;
	background-size:  contain;
	background-position: 0% 0%;
	background-size: 100%;
	font-size: 14px;
}

.hot-sub-midashi {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	background-image: url("../img/program/sub-hot-midashi-back.png");
	background-repeat: no-repeat;
	background-size:  contain;
	background-position: 0% 0%;
	background-size: 100%;
	font-size: 14px;
}


.trx-sub-area,.fpf-sub-area {
	border-bottom:dotted 1px #ccc;
	margin-bottom: 10px;
}


.trx-sub-area:last-child{
	border-bottom:none;
}


.trx-logo-fig{
	text-align: center;
}


.fpf-sub-area:last-child{
	border-bottom:none;
}


.hot-area-back{
	background-color: white;
}

.hot-ondo-fig{
	margin: 0 auto;
	width: 70%;
}

.hot-sub-area {
	border-bottom:dotted 1px #ccc;
	margin-bottom: 10px;
}


.hot-sub-area:last-child{
	border-bottom:none;
}


.urutuya-hero-fig {
	margin-bottom: 20px;
}

.logo_astyyoga-fig {
	text-align: center;
}

.hot-tyuusyaku-text-area {
	margin-bottom: 15px;
}

.hot-tyuusyaku-midashi {
	color: #e18731;
	font-size: 16px;
}

.hot-tyuusyaku-text {
	font-size: 12px;
	text-align: justify;
}


p.indentfront{
	text-indent: -1em;
  padding-left: 1em;
}


.pool-midashi-area {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


.pool-midashi-area:last-child{
	border-bottom: none;
	padding-bottom: 5px;
	margin-bottom: 0px;
}


.pool-midashi {
	display: inline;
	background-color: #d2e7ec;
	padding: 3px 5px;
	font-weight: bold;
	color: #5f6161;
}

/* 横スマホ */
@media (min-width: 576px){
 	  .container-original {max-width: 540px;}


		.flexbox-h3-midashi {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			align-items: center;
		}

		.program-sub-midashi {
			margin-left: 10px;
		}

		.program-hot-sub-midashi {
			margin-left: 10px;
		}


		.flexbox-text-area {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
		}

		.flexitem-text-area-left {
			box-sizing: border-box;
			flex-grow: 1;
			flex-shrink: 1;
			flex-basis: 50%;
		}

		.flexitem-text-area-right {
			box-sizing: border-box;
			flex-grow: 1;
			flex-shrink: 1;
			flex-basis: 50%;
			padding-left: 10px;
		}


		.youtube-trx-wrap {
		     position: relative;
		     padding-bottom: 28.25%;
		     height: 0;
		     overflow: hidden;
				 margin-bottom: 10px;
		}

		.youtube-trx-wrap iframe {
		     position: absolute;
		     top: 0;
		     left: 0;
		     width: 100%;
		     height: 100%;
		}


		.trx-grid-area,.fpf-grid-area,.hot-grid-area {
				display: grid;
		 	  width: 100%;
		 	  grid-template-columns: 35% 35% 1fr;/*横*/
				/* grid-template-rows: auto auto; */
		 	  gap: 8px 15px;/*縦の隙間、横の隙間*/
		}


		.trx-griditem1,.fpf-griditem1,.hot-griditem1 {
			grid-column: 1 / 4;/*横*/
			grid-row:1 / 2;/*縦*/
		}

		.trx-griditem2,.fpf-griditem2,.hot-griditem2 {
			grid-column: 1 / 3;/*横*/
			grid-row:2 / 3;/*縦*/
		}

		.trx-griditem3,.fpf-griditem3,.hot-griditem3 {
			grid-column: 3 / 4;/*横*/
			grid-row:2 / 3;/*縦*/
		}


.trx-photo-flexbox,.fpf-photo-flexbox,.hot-photo-flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.trx-photo-flexitem,.fpf-photo-flexitem,.hot-photo-flexitem {
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 49%;
}
		/* 横スマホyoutubeサイズ */
		.youtube-wrap {
		     position: relative;
		     padding-bottom: 30.25%;
		     height: 0;
		     overflow: hidden;
				 margin-bottom: 10px;
		}

		.youtube-wrap iframe {
		     position: absolute;
		     top: 0;
		     left: 0;
		     width: 100%;
		     height: 100%;
		}



}


/*---------------------------------

 タブレット

---------------------------------*/
@media (min-width: 768px){
 	  .container-original {max-width: 720px;}


		.program-midashi {
			color:#afda48;
			font-size: 20px;
			font-weight: bold;
		}

		.program-hot-midashi {
			color:#fdf6c8;
			font-size: 20px;
			font-weight: bold;
		}



		.program-inner {
			padding: 30px;
		}



.tablet-flexbox-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
justify-content: space-between;
}


.tablet-flexitem-wrap-left {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 49%;
}

.tablet-flexitem-wrap-right {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 49%;
}


.flexbox-trx-wrap,.flexbox-fpf-wrap,.flexbox-hot-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
justify-content: space-between;
}
.flexitem-trx-wrap-left,.flexitem-fpf-wrap-left,.flexitem-hot-wrap-left {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 30%;
}
.flexitem-trx-wrap-right,.flexitem-fpf-wrap-right,.flexitem-hot-wrap-right {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 66%;
}




.flexbox-hot1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexitem-hot1-left {
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 65%;
}

.flexitem-hot1-right {
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 30%;
}


/* フレックスボックスの解除 */
.trx-photo-flexbox,.fpf-photo-flexbox,.hot-photo-flexbox {
	display: block!important;
}

.youtube-trx-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
		 margin-bottom: 10px;
}

.youtube-trx-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


}


/*---------------------------------

 パソコン
---------------------------------*/
@media (min-width: 992px){
 	  .container-original {max-width: 960px;}



			h2.program-title {
				font-size: 30px;
			}



		.trx-griditem1,.fpf-griditem1 {
			grid-column: 1 / 2;/*横*/
			grid-row:1 / 2;/*縦*/
		}

		.trx-griditem2,.fpf-griditem2 {
			grid-column: 2 / 3;/*横*/
			grid-row:1 / 2;/*縦*/
		}

		.trx-griditem3,.fpf-griditem3 {
			grid-column: 3 / 4;/*横*/
			grid-row:1 / 2;/*縦*/
		}

}

/*---------------------------------

 大画面パソコン以上

---------------------------------*/
@media (min-width: 1200px){
 	  .container-original {max-width: 1140px;}





}
