@charset "UTF-8";

/* CSS Document */
@media screen and (max-width:450px){

body{
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.sp{
	display: block;
}
.pc{
	display: none;
}
nav {
    top: 0px;
    width: 100%;
    background-color: #FFFFFF;
    padding-bottom: 1.5vh;
    padding-top: 1.5vh;
}
nav span {
    color: #6A3F4C;
    background-size: 1vh auto;
    background-repeat: no-repeat;
    background-position: 0% 100vh;
}
nav ul {
    display: flex;
    width: 100%;
}
nav ul li {
    margin: auto;
    display: block;
}
nav ul li p {
    color: #FFFFFF;
    font-size: 1.5vh;
    letter-spacing: 0.1vh;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}
nav span img {
    width: 20vw;
    margin-top: auto;
    margin-right: auto;
    margin-left: 10px;
    margin-bottom: auto;
    float: right;
    position: relative;
    top: 0.5vh;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
.map {
    margin-bottom: 3vw;
    width: 100%;
    height: 250px;
}
.background_color_gradation {
	background-image: linear-gradient(43deg, rgba(247, 93, 139, 1), rgba(254, 192, 64, 1) 56%);
}
.background_color_pink {
    background-color: #FEF7F6;
}
.background_color_orange {
    background-color: #FDF3E4;
}
.btn_1 {
    display: inline-block;
    position: relative;
    padding: 1vw 4vw;
    text-decoration: none;
    background-image: linear-gradient(131deg, rgba(26, 159, 2, 1), rgba(37, 99, 27, 1) 16%, rgba(10, 77, 1, 1) 40%, rgba(10, 78, 3, 1) 76%, rgba(24, 131, 3, 1));
    border-radius: 20vw;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 4px 0 #3E3A39;
    -webkit-box-shadow: 0 4px 0 #3E3A39;
    border: 2px solid #3E3A39;
    width: 40vw;
  }
  .btn_1:hover {
    top: 6px;
    box-shadow: none;
    color: #fff;
  }
header h1 {
    background: rgba(62,58,57,0.4);
    position: relative;
    bottom: 18vh;
    color: #FFFFFF;
    line-height: 4vw;
    text-shadow: 0px 0px 10px #0F0F0F;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
header .pc {
    display: none;
}
header .sp {
    display: block;
}
header h1 small {
    font-size: 2.5vw;
    line-height: normal;
}
header h1 b {
    letter-spacing: 0.1vh;
    font-size: 5vw;
    line-height: 8vw;
}
.campaign_banner  {
    text-align: center;
    width: 95%;
    margin-top: -14vh;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #F75D8B;
    padding-bottom: 0px;
    height: 12vh;
    position:relative; 
}
/*.campaign_banner span  {
    color: #FFFFFF;
    background-color: #F75D8B;
    position: relative;
    bottom: 1.8vh;
    padding-top: 0.3vh;
    padding-right: 2vh;
    padding-left: 2vh;
    padding-bottom: 0.3vh;
    font-size: 2vh;
}*/
.campaign_banner small  {
    font-size: 2vh;
}
.campaign_banner big  {
    font-size: 11vw;
    line-height: 5vh;
}
.campaign_banner p  {
    font-size: 3vw;
}
.campaign_banner .promotion {
    position: absolute;
    right: 2vw;
    top: 17vw;
    width: 30vw;
}
.campaign_text {
    font-size: 2.5vw;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    color: #FFFFFF;
    font-family: "ten-mincho", serif;
    font-weight: 700;
    font-style: normal;
}
.campaign_banner_02  {
    text-align: center;
    width: 95%;
    margin-top: 5vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #F75D8B;
    padding-bottom: 0px;
    height: 12vh;
}
.campaign_banner_02 span  {
    color: #FFFFFF;
    background-color: #F75D8B;
    position: relative;
    bottom: 1.8vh;
    padding-top: 0.3vh;
    padding-right: 2vh;
    padding-left: 2vh;
    padding-bottom: 0.3vh;
    font-size: 2vh;
}
.campaign_banner_02 small  {
    font-size: 2vh;
}
.campaign_banner_02 big  {
    font-size: 11vw;
    line-height: 5vh;
}
.campaign_banner_02 p  {
    font-size: 3vw;
    padding-bottom: 1vh;
}
.campaign_banner_02 .promotion {
    width: 20vw;
    position: relative;
    right: auto;
    left: 76vw;
    bottom: 32vw;
}
.campaign_text_02 {
    font-size: 2.5vw;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    color: #3E3A39;
    font-family: "ten-mincho", serif;
    font-weight: 700;
    font-style: normal;
}
.approach {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 95vw;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.approach ul {
    display: flex;
    position: relative;
}
.approach ul .approach_text {
    padding-top: 4vw;
    padding-right: 3vw;
    padding-left: 3vw;
    padding-bottom: 4vw;
    margin: auto;
    position: absolute;
    display: block;
    top: 50%;
    left: 49.7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -51%);
    -ms-transform: translate(-50%, -50%);
    background-image: linear-gradient(43deg, rgba(247, 93, 139, 1) 14%, rgba(254, 192, 64, 1));
    line-height: 4.3vw;
    font-size: 3.5vw;
    color: #FFFFFF;
    border-radius: 0.5vh;
    width: 41vw;
    height: 8vw;
    text-align: center;
}
.approach_text p big {
    font-size: 5vw;
}
.approach ul li img {
    width: 99%;
    margin-bottom: 3px;
}
.question_title {
    font-size: 3vw;
    right: auto;
    position: relative;
    margin: auto;
    width: 60vw;
    line-height: 4vw;
    height: 5vw;
    display: block;
    top: 3vw;
    left: 3vw;
    text-align: left;
}
.question ul {
    max-height: none;
    display: flex;
}
.question ul li img {
    width: 50vw;
    float: right;
}
.question_title img {
    width: 40vw;
    position: relative;
    right: -27vh;
    top: -6vh;
}
.question_title small {
    font-size: 3vw;
    text-align: right;
}
.question_title big {
    font-size: 3vw;
}
.question_answer {
}
.question_answer ul {
    display: flex;
}
.question_answer ul li {
    width: 50%;
    height: 100%;
}
.question_answer ul li p {
    width: 80%;
    margin-top: 1.8vh;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    height: 80%;
    font-size: 3vw;
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.question_answer ul li p .pink_line {
    display: block;
    font-size: 2vh;
    border-bottom: 1px solid #ED1E79;
    margin-top: 5px;
    margin-bottom: 5px;
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.heart_img {
    text-align: center;
    position: relative;
}
.heart_img li img {
    position: absolute;
    width: 7vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.question_answer ul li p .orange_line {
    display: block;
    font-size: 2vh;
    border-bottom: 1px solid #f6ab3e;
    margin-top: 5px;
    margin-bottom: 5px;
	font-family: "ten-mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.body_img {
    text-align: center;
    position: relative;
}
.body_img li img {
    position: absolute;
    width: 7vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.satisfaction {
}
.satisfaction ul {
    display: flex;
    margin-top: 8vw;
}
.satisfaction ul li {
    margin: auto;
}
.satisfaction ul li img {
    margin: 2vh;
    width: 15vh;
}
.satisfaction ul li p {
    font-size: 1.5vh;
    font-weight: 500;
}
.satisfaction ul li p b {
    font-size: 3vh;
    color: #C30D23;
}
.satisfaction_2 {
}
.satisfaction_2 ul {
    display: flex;
    margin-top: 8vw;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
}
.satisfaction_2 ul li {
    margin: auto;
}
.satisfaction_2 ul li img {
    margin: 2vh;
    width: 30vw;
}
.satisfaction_2 ul li p {
    font-size: 3vw;
    font-weight: 500;
    color: #3E3A39;
}
.satisfaction_2 ul li p b {
    font-size: 4vw;
    color: #3E3A39;
}
.trapezoid_reverse {
    position: relative;
    width: 85%;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    margin-top: 7vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    text-align: center;
    font-size: 4.5vw;
}
.trapezoid_reverse span {
    position: relative;
    top: -6.5vw;
    color: #fff;
}
.difference_text {
    margin-top: 11vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 85vw;
    text-align: justify;
    font-size: 4vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: rgba(62,58,57,1.00)
}
.can_program_text {
    font-size: 6vw;
    margin-top: 14vw;
    letter-spacing: 0.2vw;
}
.can_program {
}
.can_program ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: flex;
}
.can_program ul li img {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
.can_program ul li {
    margin-bottom: 0px;
}
.can_program ul li p {
    line-height: 4vw;
    position: relative;
    top: 6vw;
    text-shadow: 0px 0px 1px #FEF7F6, 0px 0px 1px #FEF7F6, 0px 0px 1px #FEF7F6, 0px 0px 1px #FEF7F6;
}
.can_program ul li p small {
    line-height: 2vw;
}
.trapezoid_reverse_02 {
    position: relative;
    width: 95%;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    margin-top: 7vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 13vw;
    text-align: center;
    font-size: 4vw;
}
.trapezoid_reverse_02 span {
    position: relative;
    top: -7vw;
    color: #fff;
}
.exclusive_text {
    margin-top: 11vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 85vw;
    text-align: justify;
    font-size: 4vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: rgba(62,58,57,1.00)
}
.exclusive_text img {
    float: right;
    width: 35vw;
    padding-top: 0px;
    padding-right: 2vw;
    padding-bottom: 2vw;
    padding-left: 4vw;
}
.worries {
    margin-top: 10vw;
    margin-bottom: 10vw;
    font-size: 6vw;
    text-align: center;
}
.box_right {
    position: relative;
    padding: 1rem;
    border: 2px solid #333;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    width: 60vw;
    margin-top: 13vw;
    margin-left: auto;
    margin-bottom: 13vw;
    height: 10vw;
    margin-right: 5vw;
}
.box_right:before {
    position: absolute;
    top: 100%;
    left: 50px;
    transform: skew(-45deg);
    height: 35px;
    width: 10vw;
    border-right: 3px solid #333;
    content: "";
	background-color: #FEF7F6;
}
.box_right p {
    line-height: 5.5vw;
    font-size: 3.5vw;
    vertical-align: middle;
    text-align: center;
}
.box_right .ZenMaruGothicBold span {
    position: relative;
    top: 2.5vw;
}
.box_left {
    position: relative;
    padding: 1rem;
    border: 2px solid #333;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    width: 60vw;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    height: 10vw;
    margin-left: 5vw;
}
.box_left:before {
    position: absolute;
    top: 100%;
    left: 100px;
    transform: skew(45deg);
    height: 35px;
    width: 10vw;
    border-left: 3px solid #333;
    content: "";
    background-color: #FEF7F6;
}
.box_left p {
    line-height: 5.5vw;
    font-size: 3.5vw;
    text-align: center;
}
.worries_img {
    margin: auto;
    width: 45vw;
}
.solution {
    font-weight: 500;
    font-size: 5vw;
    letter-spacing: 0.2vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    text-align: center;
}
.scroll_img {
    width: 100%;
    padding-bottom: 5vw;
}
.merit {
    margin: auto;
}
.merit b {
    font-size: 4vw;
    position: relative;
    top: 5vw;
    z-index: 2;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
	font-family: "ten-mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.merit ul {
    display: flex;
    background-image: linear-gradient(115deg, rgba(252, 71, 125, 1), rgba(255, 115, 115, 1) 48%, rgba(250, 186, 95, 1));
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-top: 5vw;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
}

.merit .gradation_reverse{
    background-image: linear-gradient(115deg, rgba(250, 186, 95, 1), rgba(255, 115, 115, 1) 48%, rgba(252, 71, 125, 1));
}
.merit ul li {
    margin: auto;
    width: 50%;
}
.merit ul li img {
    position: relative;
    bottom: 5vw;
}
.merit ul li p {
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 3%;
    padding-bottom: 2%;
    font-size: 3vw;
    color: #FFFFFF;
    margin: auto;
    width: 45vw;
    text-align: justify;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.trapezoid_reverse_03 {
    position: relative;
    width: 70vw;
    height: 10vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -3vw;
    text-align: center;
    font-size: 4.5vw;
    padding-top: 7vw;
}
.trapezoid_reverse_03 span {
    position: relative;
    top: -6vw;
    color: #fff;
}
.program {
}
.program ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 7vw;
}
.program ul li {
    width: 50vw;
    margin-top: 8vw;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: 0px;
}
.program ul li p {
    font-size: 3.5vw;
    position: relative;
    width: 60vw;
    left: -13vw;
    top: 6vw;
}
.program ul li img {
    width: 30vw;
    margin-left: 3vw;
}
.choice {
    margin-top: 10vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    padding-top: 0.5vw;
    padding-right: 2vw;
    padding-left: 2vw;
    padding-bottom: 0.5vw;
    background-image: linear-gradient(90deg, rgba(247, 93, 139, 1) 29%, rgba(254, 220, 64, 1));
    color: #FFFFFF;
    font-size: 3.5vw;
    letter-spacing: 0.3vw;
    display: block;
    width: 25vw;
    text-align: center;
}
.title_text {
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6vw;
    margin-top: 4vw;
    text-align: center;
}
.studio_breadth ul {
    display: flex;
    margin-top: 5vw;
}
.studio_breadth ul li {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 48vw;
}
.studio_breadth ul li p {
    font-size: 3vw;
    line-height: 2.8vw;
    margin-bottom: 2vw;
    text-align: center;
}
.reformer_lowprice {
    font-size: 6vw;
    line-height: 7vw;
    letter-spacing: 0.3vw;
}
.refomer_lowprice_text {
    margin-top: 5vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5vw;
    width: 85vw;
    text-align: justify;
    font-size: 4vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: rgba(62,58,57,1.00)
}
.toyonaka_pilates {
    margin: auto;
    width: 95vw;
}
.toyonaka_pilates ul {
    display: flex;
    margin-top: 3vw;
    margin-bottom: 5vw;
	flex-wrap: wrap;
}
.toyonaka_pilates ul li {
    margin: auto;
    width: 45vw;
}
.toyonaka_pilates ul li p {
    font-size: 3vw;
    line-height: 3.5vw;
    margin-top: 1vw;
    margin-bottom: 2vw;
	font-family: "zen-maru-gothic", sans-serif;
}

.bearsi_more{
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 3vw;
}

.bearsi_more b{
    font-size: 5vw;
}
	.facility {
    text-align: center;
}
.bearsi_more_clause {
    margin: auto;
    text-align: left;
}
.bearsi_more_clause li {
    text-align: center;
    color: #3E3A39;
    font-size: 3vw;
    font-weight: bold;
    line-height: 5vw;
}
.lowprice {
    text-align: center;
}
.synergy {
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7vw;
    text-align: center;
    line-height: 10vw;
    padding-top: 0px;
    margin-top: -6vw;
}
.gradation {
    background-image: linear-gradient(32deg, rgba(247, 93, 139, 1) 40%, rgba(254, 220, 64, 1));
    background: -webkit-linear-gradient(32deg, rgba(247, 93, 139, 1) 40%, rgba(254, 220, 64, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.btn_2 {
    display: inline-block;
    position: relative;
    padding: 1vw 4vw;
    text-decoration: none;
    background-image: linear-gradient(131deg, rgba(26, 159, 2, 1), rgba(37, 99, 27, 1) 16%, rgba(10, 77, 1, 1) 40%, rgba(10, 78, 3, 1) 76%, rgba(24, 131, 3, 1));
    border-radius: 20vw;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 6px 0 #3E3A39;
    -webkit-box-shadow: 0 5px 0 #3E3A39;
    border: 2px solid #3E3A39;
    margin-top: 3vw;
    margin-bottom: 7vw;
    width: 80vw;
  }
  .btn_2:hover {
    top: 6px;
    box-shadow: none;
    color: #fff;
  }
.application {
    font-size: 6vw;
    margin-top: 3vw;
}
.application_img_01 {
    margin-top: 5vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 90vw;
}
.lesson_application {
    display: none;
}
.lesson_application ul {
    display: flex;
	flex-wrap: wrap;
}
.lesson_application ul li {
    margin: auto;
    width: 70vw;
}
.lesson_application_sp {
    display: block;
}
.lesson_application_sp ul {
    margin: auto;
    width: 90vw;
    display: block;
}
.lesson_application_sp ul li {
    width: 90vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
}
.lesson_application_sp ul li p {
    font-size: 5vw;
    color: #4D4D4D;
}
.reservation {
	--x-gradient: linear-gradient(90deg, #323232 0 10px, transparent 0 calc(100% - 10px), #323232 calc(100% - 10px));
    --y-gradient: linear-gradient(#323232 0 10px, transparent 0 calc(100% - 10px), #323232 calc(100% - 10px));
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    background-image: var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
    color: #323232;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    font-size: 5vw;
}
.towel_option {
    text-align: center;
    font-size: 4.5vw;
    line-height: 7vw;
    margin-top: 20px;
    margin-bottom: 20px;
}
.address {
    margin: auto;
    width: 95vw;
    font-size: 3vw;
    line-height: 5.5vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #3E3A39;
}
.boder {
    border: 1px solid #4D4D4D;
    margin-top: 5vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 90vw;
}
.boder p {
    padding-top: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 4.5vw;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #4D4D4D;
    font-size: 3.5vw;
    text-align: center;
}
.boder p b {
    font-size: 7vw;
}
.boder p b a {
    color: #4D4D4D;
    text-decoration: none;
}
.boder .detail small {
    font-size: 2.8vw;
}
.application_img_02 {
    margin-top: 8vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 50vw;
}
.preparation {
    margin-bottom: 5vw;
    margin-top: 4vw;
}
.preparation ul {
    display: flex;
}
.preparation ul li {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 47vw;
}
.preparation ul li p {
    font-size: 3vw;
    text-align: justify;
	font-family: "Noto Sans JP", sans-serif;
}
.towel {
    display: none;
}
.lesson_start {
}
.application_img_03 {
    margin-top: 8vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 50vw;
}
.lesson_start {
    margin-bottom: 5vw;
    margin-top: 4vw;
}
.lesson_start ul {
    display: flex;
}
.lesson_start ul li {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 47vw;
}
.lesson_start ul li p {
    font-size: 3vw;
    text-align: justify;
	font-family: "zen-maru-gothic", sans-serif;
}
.shower ul li p  {
    font-size: 3vw;
    text-align: justify;
	font-family: "zen-maru-gothic", sans-serif;
}
.shower ul li {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 47vw;
}
.shower ul {
    display: flex;
}
.shower {
    margin-bottom: 5vw;
    margin-top: 4vw;
}
.application_img_04 {
    margin-top: 8vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 70vw;
}

.inside-line {
    width : 80vw;
    display : block; /* aタグの場合は必要 */
    text-decoration : none; /* aタグでリンクテキストの下線を消したい場合は必要 */
    outline : 1px solid #FFFFFF; /* 線の太さ・線状・色 */
    outline-offset : -5px; /* どれだけ内側に線を表示したいかを負の値で指定 */
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5vw;
    padding: 3vw 5vw;
    background-image: linear-gradient(131deg, rgba(26, 159, 2, 1), rgba(37, 99, 27, 1) 16%, rgba(10, 77, 1, 1) 40%, rgba(10, 78, 3, 1) 76%, rgba(24, 131, 3, 1));
    text-align: center;
    color: #FFFFFF;
    font-size: 5vw;
    -webkit-box-shadow: 2px 2px 5px -1px #4D4D4D;
    box-shadow: 2px 2px 5px -1px #4D4D4D;
}
.instructor {
}
.instructor  p {
    margin: auto;
    width: 90vw;
    display: block;
    font-size: 3.5vw;
    line-height: 4.5vw;
    text-align: justify;
	font-family: "Noto Sans JP", sans-serif;
}
.instructor .ZenMaruGothicRegular img {
    float: right;
    padding-top: 0px;
    padding-left: 3vw;
    padding-bottom: 2.5vw;
    width: 30vw;
}
.instructor .ZenMaruGothicRegular b {
    font-size: 4vw;
    font-family: "ten-mincho", serif;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 2vw;
    display: block;
}
.plan {
    font-size: 4.5vw;
    margin-top: 5vw;
    margin-bottom: 3vw;
    letter-spacing: 0.5vw;
}
/* external css: flickity.css */

.gallery {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery.js-flickity div img {
    margin: auto;
    width: 80vw;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
body footer {
    padding-bottom: 17vw;
}
.btn_3 {
    display: inline-block;
    position: relative;
    padding: 1vw 4vw;
    text-decoration: none;
    background-image: linear-gradient(131deg, rgba(26, 159, 2, 1), rgba(37, 99, 27, 1) 16%, rgba(10, 77, 1, 1) 40%, rgba(10, 78, 3, 1) 76%, rgba(24, 131, 3, 1));
    border-radius: 20vw;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 6px 0 #3E3A39;
    -webkit-box-shadow: 0 5px 0 #3E3A39;
    border: 2px solid #3E3A39;
    margin-top: 10vw;
    margin-bottom: 7vw;
    width: 60vw;
  }
.btn_3:hover {
    top: 6px;
    box-shadow: none;
    color: #fff;
  }
	.personal {
    margin-top: 5vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 80vw;
}
.personal img {
    margin-top: 5vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10vw;
    width: 80vw;
    border: 1px solid #3E3A39;
}
.toyonaka_detail {
    margin: auto;
    width: 90vw;
}
.toyonaka_detail p span {
    background-image: linear-gradient(90deg, rgba(247, 93, 139, 1) 32%, rgba(254, 183, 64, 1));
    padding: 0vw 2vw;
    color: #FFFFFF;
    font-size: 4vw;
}
.toyonaka_detail .ZenMaruGothicBold {
    font-size: 4.5vw;
    color: #4D4D4D;
    line-height: 8.5vw;
    letter-spacing: 0.5vw;
}
.toyonaka_detail .ZenMaruGothicBold b {
    font-size: 8vw;
}
.ZenMaruGothicBold b a {
    color: #4D4D4D;
    text-decoration: none;
}
.company {
    color: #4D4D4D;
    text-decoration: none;
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.schedule {
    width: 90vw;
    background-image: linear-gradient(131deg, rgba(26, 159, 2, 1), rgba(37, 99, 27, 1) 16%, rgba(10, 77, 1, 1) 40%, rgba(10, 78, 3, 1) 76%, rgba(24, 131, 3, 1));
    font-size: 5vw;
    color: #FFFFFF;
    letter-spacing: 0.8vw;
    text-decoration: none;
    display: block;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.banner {
    width: 100%;
    position: relative;
    z-index: 3;
}
.banner ul {
    display: flex;
    position: fixed;
    bottom: 0vw;
}
.banner ul li {
}
.banner ul .pink {
    background-color: #F75D8B;
}
.banner ul .orange {
    background-color: #F6AB3E;
}
.reservation_banner_01 {
    display: block;
    width: 50vw;
    padding-top: 1vw;
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 0vw;
    margin: auto;
    font-size: 4vw;
    line-height: 13vw;
    font-weight: bold;
}
.reservation_banner_02 {
    display: block;
    width: 50vw;
    padding-top: 3vw;
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 0vw;
    margin: auto;
    font-size: 4vw;
    font-weight: bold;
    line-height: 4.5vw;
}
/*-----------------
    2026.0314 追加
-----------------*/
.logo_small_span {
    font-size: 3vw;
    }
.campaign_banner .back_pink_p {
color: #FFFFFF;
background-color: #F75D8B;
padding:0.1em 0.3em;
text-align: center;
display: inline-block;
top: -10%;
position: absolute;
left: 30%;
right: 30%;
 }
.campaign_banner .catch_p {
 font-size: 4vw;
 margin: 5% auto 0 auto;      
 }
.campaign_banner .catch_p .hanare_l {
    background-color: none;
    font-size: 5vw;
  }
.studio_breadth ul li .note_p {
 font-size: 3vw;
 }
}
