@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
 overflow-x: hidden !important;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch
}
body {
 overflow-x: hidden !important;
 max-width: 100% !important;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
a.nob {
	text-decoration:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #2f251e;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
	line-height: 1.7 !important;
}

img {
  vertical-align: text-bottom;
}

strong {
  font-weight: bold;
}

stronger{
	font-weight: bold;
	color:#FF2C7F;
}

small{
	font-size: 10px;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

.t180 {
  font-size: 180% !important;
}

.t160 {
  font-size: 160% !important;
}

.t140 {
  font-size: 140% !important;
}

.t120 {
  font-size: 120% !important;
}

.t100 {
  font-size: 100% !important;
}

.t90 {
  font-size: 90% !important;
}

.t80 {
  font-size: 80% !important;
}

.t60 {
  font-size: 60% !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}


.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  display:block;
  text-align: right !important;
}

/* Container
---------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  /*background-color: #fcfbf7;*/
}
.container img,
.container video {
  max-width: 100%;
}

/* Main
---------------------------------------------------------------- */
.main {
  margin-bottom: 0;
}
.main .utilities {
  overflow: hidden !important;
  zoom: 1 !important;
  margin: 0;
  padding: 2%;
/*  border-bottom: solid 1px #e8e3cd;*/
  background-color:#FFF0FF;
  font-size: 110%;
}
.main .utilities .tag {
  float: left;
  width: 20%;
}
.main .utilities .date {
  float: left;
  width: 80%;
  text-align: right;
  line-height: 1.4;
}
.main h2 {
	font-size:20px;
	font-weight:bold;
	line-height:2.2;
	text-align:center;
	padding:20px 5px 10px 5px;
	margin-bottom:10px;
}

.bg_yellow {
	background-color:#CBFF2F;
	text-align:center;
	padding:10px 0;
	font-size:16px;
}
.bg_yellow span {
	color:#FF1493;
	font-size:18px;
}
.bg_gray {
	background-color:#F1F1F1;
	border:solid 1px #F1F1F1;
	border-radius:6px;
	padding:10px;
	line-height: 200%;

}

.bg_gray2 {
	background-color:#F1F1F1;
	border:solid 1px #F1F1F1;
	border-radius:6px;
	padding:10px;


}
.bg_gray55 {
	background-color:#F1F1F1;
	border:solid 1px #F1F1F1;
	border-radius:6px;
	padding:10px;
	line-height: 100%;

}

table {

  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 17px;
}
table thead th,
table tbody th,
table tbody td {
  padding:10px;
  vertical-align: top;

}


table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}
table thead tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
table thead tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
table tbody tr:last-child th:last-child {
  border-radius: 0 0 5px 0;
}

.table01 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.table01 tr,
.table01 th,
.table01 td {
    border: solid 1px #CCC;
    padding: 10px;
    text-align: center;
    line-height: 1.3;
}
.table01 th {
    background-color: #184063;
    color: #FFF;
}
.table01 td {
    background-color: #FFF;
    color: #184063;
    font-style: italic;
}
.table01 tr:last-child th,
.table01 tr:last-child td {
  border-bottom: solid 1px #CCC;
}
.table01 tr:first-child th:first-child,
.table01 tr:first-child th:last-child,
.table01 tr:last-child th:first-child,
.table01 tr:last-child th:last-child {
  border-radius: 0;
}


.gray_list {
margin-bottom:30px;
}
.gray_list li:nth-child(odd) {
	background-color:#EEE;
	border-radius:6px;display:block;
	padding:10px;
	margin-bottom:0;
}
.gray_list li:nth-child(even) {
text-align:center;
margin-bottom:0;
}

h1 {
	text-align:center;
	font-family: 'Fahkwang', sans-serif,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size:36px;
	color:#e5007f;
	padding:0px 0;;
}
h1 span {
	color:#000;
	border-bottom:solid 1px #000;
	font-size:32px;
	font-weight:bold;
	vertical-align:top;
	
}
.intro {
display:block;
padding:20px 10px;
	text-align:center;
	font-size:15px;
	background:url(../img/intro_bg.jpg) no-repeat;
	background-size:100% 100%;
	color:#FF1493;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight:bold;
	line-height:1.2;
	margin:0;
}

/* Contents
---------------------------------------------------------------- */
.contents {
  margin: 0 10px;
  padding-bottom: 40px;
}
.contents_last {
  margin: 0 10px;
  padding-bottom: 20px;
}
.contents h2,
.contents_last h2 {
    font-size: 20px;
    font-weight: bold;
    display:block;
    border-left: solid 5px #F40969;
    border-bottom: solid 1px #F40969;
    background-color:#FFFFFF;
	padding:7px 5px 5px 10px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.contents h2.h2_small {
    font-size: 18px;
    font-weight: bold;
    display:block;
    border-left: solid 5px #F40969;
    border-bottom: solid 1px #F40969;
    background-color:#FFFFFF;
	padding:7px 5px 5px 10px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.contents p,
.contents_last p,
.contents li {
  margin-bottom: 30px;
  font-size: 16px;
}
.contents h3,
.contents_last h3 {
    font-size: 20px;
    font-weight: bold;
    display:block;
    border-bottom: solid 1px #0133D4;
				background-color:#EAEFFF;
	padding:7px 5px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.contents h4,
.contents_last h4 {
  width:100%;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.8;
  font-weight:bold;
}
.contents p img,
.contents_last p img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.spefont {
	font-family: 'Dosis', sans-serif;
	text-align:center;
	font-size:60px !important;
	color:#FF1493;
}
/*20180629*/

.tx75 {
	font-size:0.75em;
}
.tx90 {
	font-size:0.9em;
}
.tx110 {
	font-size:1.1em;
}
.tx120 {
	font-size:1.2em;
}
.tx130 {
	font-size:1.3em;
}
.tx150 {
	font-size:1.5em;
}
.tx_person01 {
	color:#0070BF;
}
.tx_person02 {
	color:#FF6600;
}
.tx_pink {
	color:#F40969;
}
.tx_red {
	color:#FF0000;
}
.tx_blue a {
    color: #0004E9 !important;
}
.tx_blue {
	color:#00B0F0;
}
.tx_green {
	color:#00B2B2;
}
.tx_midori {
	color:#009999;
}
.tx_purple {
	color:#7030A0;
}
.tx_italic {
    font-style: italic;
}

.tx_bold {
	font-weight:bold;
}

.line_blue {
	background: linear-gradient(transparent 50%, #ABE5FA 50%);
}
.line_pink {
	background: linear-gradient(transparent 50%, #FFCCFF 50%);
}

.line_yellow {
	background: linear-gradient(transparent 50%, #FFFF00 50%);
}
.line_yellow2 {
	background-color:#FFFF00;
}
.line_normal {
	text-decoration:underline;
}
.attent {
	font-size:12px;
	color:#888;
}
.attent02 {
	font-size:10px !important;
	color:#888;
}
.mt-40 {
	margin-top:-40px;
}

.s-p {
    margin-top: -10px;
    line-height: 1.2;
}
.mokuji {
	background-color:#FFF;
	border:solid 1px #DDD;
	font-size:14px;
	padding:15px;
}
.mokuji p {
	text-align:center;
	margin-bottom:10px;
}
.mokuji li {
	margin-bottom:5px;
}
.mokuji li:before {
	content:'▶';
	margin-right:5px;
}
.mokuji li a {
  color:#2f251e;
  text-decoration:none;
 }
 .blue-back {
     background-color: #184063;
     color: #FFF;
     padding: 10px;
 }
.blue-waku {
    background-color: #EAF7F9;
    border: dotted 3px #389EB5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px !important;
}
.coun-waku {
    border: solid 1px #389EB5;
    color: #389EB5;
}
.coun-waku span:first-child {
    background-color: #389EB5;
    color: #FFF;
    display: block;
    padding: 8px;
}
.coun-waku span:nth-child(2) {
    background-color: #FFF;
    color: #389EB5;
    display: block;
    line-height: 1.2;
    padding: 8px;
}


 dl {
 	font-size:16px;
	margin-bottom:30px;
 }
 dl dt {
 	font-size:12px;
	padding:10px 0;
 }
 dl dt i {
 	font-size:30px;
	color:#DDD;
 }
 dl dd {
 	border-bottom:solid 1px #DDD;
 }
.writer {
		border:solid 1px #DDD;
		border-radius:6px;
		background:#FFF;
		font-size:12px !important;
		padding:10px;
		
	}
.writertitle {
		font-size:16px;
	}
.writer img {
	width:120px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
}
.writer span {
	font-weight:bold;
	display:block;
}
.writer span.pr {
    font-weight:normal;
}
.writer::after {
    content:' ';
    display:block;
    clear:both;
}

.cf {
	clear:both;
}

/* form
---------------------------------------------------------------- */
input {
	width:60%;
	padding:10px;
	font-size:14px;
}
textarea {
	width:80%;
	height:60px;
	padding:10px;
}
form span {
	display:block;
}
button {
	background-color:#F789A8;
	padding:5px;
	text-align:center;
	color:#FFF;
	box-shadow:none !important;
}
/* Footer
---------------------------------------------------------------- */
.footer {
  padding:10px;
  background: #553b18 url("../images/footer_bg.gif") repeat-y 0 0;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.footer ul {
  padding-bottom: 1%;
}
.footer ul li {
  margin-bottom: 2%;
}
.footer p {
  color: #ffffff;
  text-align: center;
  font-size: 80%;
  line-height: 1.4;
  padding:5px 0 0 0;
}
.foot {
	text-align:center;
	margin:0 auto;
	display:block;
	font-size:13px;
	line-height:2.4;
}
#callto {
display: block;
position: fixed !important;
bottom: 0;
left: 0;
width: 100%;
background-color: rgba(255,255,255,0.6);   
color:#ffffff;
text-decoration: none;
line-height:30px;
font-weight:bold;
color: #FFF;
font-weight:bold;
text-align:center;
z-index:10;
}
#callto p {
font-size:12px;
width:100%;
list-style:none;
text-align:center;
background-color:#00F;
color: #FFF;
padding:3px 0 2px 0;
}
.blinkbtn span:first-child {
font-size:36px !important;
font-weight:bold;
color:#FF0000;
margin-bottom:0 !important;
padding-bottom:0 !important;
animation: 1s linear infinite blink_effect;
}
@keyframes blink_effect {
0% {
visibility: hidden;
}
50% {
visibility: hidden;
}
100% {
visibility: visible;
}
}
/* SP
---------------------------------------------------------------- */
@media (max-width: 600px) {
  body {
    font-size: 77%;
  }

  .main .utilities {
    font-size: 150%;
  }

  .contents p,
		.contents li {
	font-size: 17px;
  }
  .contents h3 {
	font-size: 17px;
    line-height: 1.5;
  }
		.writer img {
		 width:30%;
			height: auto;
		}
}
@media (max-width: 414px) {
  body {
    font-size: 59%;
  }

  .contents p,
		.contents li {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  body {
    font-size: 52%;
  }

  .contents p,
		.contents li {
    font-size: 17px;
  }
  .contents h3 {
	font-size: 17px;
  }
}
@media (max-width: 320px) {
  body {
    font-size: 47%;
  }

  .contents p,
		.contents li {
    font-size: 17px;
  }
}
#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 100%;
}

/*ボタン装飾*/
.reflection-box {
	position: relative;
	overflow: hidden;
	margin:-10px auto 10px auto;
}
.reflection-box .lpbtn {
	left: 0 !important;
	top: 0 !important;
}
.reflection {
	position: absolute;
    z-index: 9999;
	height: 350px;
    width: 30px;
	top: -150px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*ボタン装飾2*/
.btn-area {
  margin: 3em 0 -10px 0;
  justify-content: center;
  display: flex;
  text-align: center;
}
.btn {
  width: auto;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: none;
  overflow: hidden;
  box-sizing: border-box;
  animation: bound2Btn 2s ease infinite;
}
@keyframes bound2Btn {
  0% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-30px);
  }

  30% {
    transform: translateY(0);
  }

  45% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
.shiny-btn {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}
.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 80px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
margin-bottom: 2em;
position: relative;
}
.balloon:before,.balloon:after {
clear: both;
content: "";
display: block;
}
.balloon figure {
width: 60px;
height: auto;
}
.balloon-image-left {
float: left;
margin-right: 20px;
}
.balloon-image-right {
float: right;
margin-left: 20px;
}
.balloon figure img {
width: 100%;
height: auto;
margin: 0;
}
.balloon-image-description {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}
.balloon-text-right,.balloon-text-left {
position: relative;
padding: 10px;
border: 2px solid;
border-radius: 10px;
max-width: -webkit-calc(100% - 120px);
max-width: calc(100% - 120px);
display: inline-block;
}

.balloon-text-right {
border-color: #0070BF;
background-color:#E9EEF8;
}
.balloon-text-left {
border-color: #FF6600;
background-color:#FADBC7;
}
.balloon-text-right {
float: left;
color: #0070BF;
}
.balloon-text-left {
float: right;
color: #FF6600;
}
.balloon p {
margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}



/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #0070BF;
top: 15px;
left: -20px;
}



.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #E9EEF8;
top: 15px;
left: -18px;
}





.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #FF6600;

top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #FADBC7;
top: 15px;
right: -18px;
}




.arrow_box{
    position:relative;
    width:230px;
    height:230px;
    background:#EEEEEE;
    padding:10px;
    text-align:left;
    border:5px solid #3f729b;
    color:#666666;
    font-size:15px;
    font-weight:bold;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:50%;
}
.arrow_box:after{
    border-color: rgba(238, 238, 238, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -10px;
    border-left-color:#EEEEEE;
}
.arrow_box:before{
    border-color: rgba(63, 114, 155, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:30px;
    border-right-width:30px;
    margin-top: -15px;
    margin-left: 5px;
    border-left-color:#3f729b;
}

@media (min-width: 800px) { /*20200326追加*/
.only_sp {
    display:none;
}
h1 {
	font-size:46px;
	padding:10px;
}
h1 span {
	font-size:42px;
}
.main h2 {
	font-size:28px;
	line-height:1.9;
	margin-bottom:20px;
}
.intro {
	font-size:18px;
}
img.wide_pc {
    zoom:1.1;
}
.writer {
    padding:10px 20px;
}
.writer img {
	margin:0 30px 0 0;
}
.pr {
    padding-top:35px;
}
.bg_gray {
    display:inline-block;
    width:auto;
}

}

/*slider*/
/*
.course {
  width: 100%;
	position: relative;
	aspect-ratio: 3/7;
	background: url(../img/course_230621.png) top/contain no-repeat;
	margin-bottom: 30px;
}
_::-webkit-full-page-media, _:future, :root {
	padding-top: 233.3%;
	aspect-ratio: unset;
}
.price_top {
  width: 100%;
  height: calc(2200/600*100%);
}
.coursebutton_wrapper{
	position: absolute;
	top: calc(320/1350*100%);
	left: 50%;
	transform: translateX(-50%);
	width: calc(486.5/600*100vw);
	max-width: 486.5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coursebutton_wrapper .btn_hige{
	width: calc(235/600*100vw);
	max-width: 235px;
	aspect-ratio: 235/110;
	background: url("../img/btn_hige.png") center/cover;
}
_::-webkit-full-page-media, _:future, :root .coursebutton_wrapper .btn_hige {
	padding-top: 18.3%;
	aspect-ratio: unset;
}
.coursebutton_wrapper .btn_zenshin{
	width: calc(235/600*100vw);
	max-width: 235px;
	aspect-ratio: 235/110;
	background: url("../img/btn_zenshin.png") center/cover;
}
_::-webkit-full-page-media, _:future, :root .coursebutton_wrapper .btn_zenshin {
	padding-top: 18.3%;
	aspect-ratio: unset;
}
.price_list{
	position: absolute;
	top: calc(450/1350*100%);
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	height: calc(713/516*100vw);
	max-height: 713px;
}
.price_list .price_hige{
	position: absolute;
	top:0;
	left: 50%;
	transform: translate(-50%);
	width: calc(516/600*100%);
	aspect-ratio: 516/667;
	background: url("../img/price_hige_221017.png") center/cover;
	opacity: 0;
	transition: .3s;
}
_::-webkit-full-page-media, _:future, :root .price_list .price_hige {
	padding-top: 111.2%;
	aspect-ratio: unset;
}
.price_list .price_hige.open{
	opacity: 1;
}
.price_list .price_zenshin{
	position: absolute;
	top:0;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .3s;
}
.price_list .price_zenshin .price_zenshin_slide {
	position: absolute;
	top:0;
	left: 50%;
	transform: translate(-50%);
	width: calc(516/600*100%);
	aspect-ratio: 516/667;
  background: url("../img/carousel_221017_01.png") center/cover;

  transition: .3s;
}
_::-webkit-full-page-media, _:future, :root .price_list .price_zenshin .price_zenshin_slide {
	padding-top: 0%;
	aspect-ratio: unset;
}
.price_list .price_zenshin .prev {
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
	height: 50px;
  transition: 0.6s ease;
	background: url("../img/allow.svg") center/cover;
	transform: scaleX(-1);
  user-select: none;
  left: 0;
}

.feature {
    width: 100%;
    aspect-ratio: 6/15;
	background: url("../img/feature.jpg") top/contain no-repeat;
	background-color: #eee;
    position: relative;
}
_::-webkit-full-page-media, _:future, :root .feature {
	padding-top: 250%;
	aspect-ratio: unset;
}
.feature .new_machine_bnr {
    position: absolute;
    bottom: calc(360/1500*100%);
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    aspect-ratio: 600/207;
    background: url(../img/new_machine_bnr.png) center/cover;
}
_::-webkit-full-page-media, _:future, :root .feature .new_machine_bnr {
	padding-top: 34.5%;
	aspect-ratio: unset;
}
.feature .machine_carousel {
	position: absolute;
	bottom: calc(10/1500*100%);
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	height: 100%;
	max-height: calc(340/1500*100%);
}
.feature .machine_carousel .prev {
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  width: 27px;
	height: 51px;
  transition: 0.6s ease;
  user-select: none;
	left: 0;
	background: url("../img/carousel_machine_arrow.png") center/cover;
	transform: scaleX(-1);
	overflow: hidden;
}
.feature .machine_carousel .next {
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  width: 27px;
	height: 51px;
  transition: 0.6s ease;
  user-select: none;
  right: 0;
	background: url("../img/carousel_machine_arrow.png") center/cover;
	overflow: hidden;
		}
  main .merit {
      position: relative;
      width: 100%;
      aspect-ratio: 30/121;
	background: url(../img/merit_230107.png) top/contain no-repeat;
	background-color: #eee;
  }
  _::-webkit-full-page-media, _:future, :root .merit {
	padding-top: 403.3%;
	aspect-ratio: unset;
}
  .merit .counselingbutton {
      position: absolute;
      bottom: calc(70/2420*100%);
      left: calc(50/600*100%);
  }
  .merit .salon_name {
      position: absolute;
      bottom: calc(10/2420*100%);
      left: calc(50/600*100%);
  }
  .order {
    width: 100%;
      height: calc(784/600*100%);
      aspect-ratio: 600/784;
      background: url(../img/order.png) center/cover;
  }
  _::-webkit-full-page-media, _:future, :root .order {
	padding-top: 130.7%;
	aspect-ratio: unset;
}
*/
/*QA*/
/*
.accordion {
  margin-bottom: 3.9%;
}

#faq dl.accordion dt {
  position: relative;
  cursor: pointer;
}
#faq dl.accordion dt::before {
  position: absolute;
  background: transparent url(../img/acc-icon.png) repeat top center/cover;
  top: 43%;
  right: 3.8%;
  width: min(calc(33 / 750 * 100vw), 33px);
  height: min(calc(20 / 750 * 100vw), 20px);
  z-index: 100;
  content: "";
}
#faq dl.accordion dt.selected:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#faq .acc_inner {
  display: none;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
a:hover {
  opacity: 0.7;
}
*/
.qap {
    border: dotted 2px #FF6600;
    background-color: #FFF1E8;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 0 5px 0 !important;
}
.qap span {
    font-size: 1.2rem;
    font-weight: bold;
}

@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");

.qaaccordion {
  font-size: 16px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  background-color: #389EB5;
  padding: 1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: #333333;
}

.qaaccordion img {
  width: 100%;
}

.qaaccordion-item>*+* {
  margin-block-start: 1em;
}

.qaaccordion-item.is-selected .qaaccordion-title::after {
  content: "-";
}

.qaaccordion-item.is-selected .qaaccordion-body {
  max-height: 100vh !important;
}

.qaaccordion-item.is-closing .qaaccordion-body {
  max-height: 0;
}

.qaaccordion-header,
.qaaccordion-body {
  background-color: #fff;
  border-radius: 1em;
  position: relative;
  z-index: 1;
  box-shadow: 0.25em 0.25em 0 0 #389EB5;
}

.qaaccordion-header {
  display: flex;
  align-items: center;
  gap: 0 1em;
  padding: 1.5em;
  cursor: pointer;
}

.qaaccordion-header .first-letter {
  display: block;
  font-weight: 700;
  color: #389EB5;
  font-size: 3em;
  line-height: 1;
}

.qaaccordion-title {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 2.5em;
  position: relative;
  flex-grow: 1;
}

.qaaccordion-title::after {
  content: "+";
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
  background-color: #389EB5;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0em;
  top: 50%;
  translate: 0 -50%;
}

.qaaccordion-body {
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin-bottom: 1em;
}

.qaaccordion-content {
  padding: 1.5em;
}

@media (max-width: 500px) {
  .qaaccordion {
    font-size: 3vw;
  }
}

/*スライダー部分の設定*/
.swiper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}

.swiper-container{
  position: relative; /* 追加: 相対位置指定 */
  width: 100%; /* 追加: 幅を100%に設定 */
  max-width: 800px; /* 追加: 最大幅を800pxに制限 */
  margin: 0 auto 20px; /* 追加: マージンの指定 */
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  vertical-align: bottom;
}



/*スライダー内の画像の設定*/
.swiper-slide img {
  width: 100%;
}

.swiper-slide img.lazyload:not(.loaded) {
  width: auto;
  max-width: 100%;
}



/*矢印の設定*/
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  cursor: pointer;
}



/*右側の矢印の設定*/
.swiper-button-next {
  right: 10px;
  left: auto;
  outline: none;
}



/*左側の矢印の設定*/
.swiper-button-prev {
  left: 10px;
  right: auto;
  outline: none;
}



/*矢印の棒（下）の設定*/
.swiper-button-next::before,
.swiper-button-prev::before {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 10;
}



/*右側の矢印の棒（下）設定*/
.swiper-button-next::before {
  border-right: solid 8px #ff6060;
  transform: translateY(-63%) rotate(45deg);
  right: -5px;
}



/*左側の矢印の棒（下）設定*/
.swiper-button-prev::before {
  border-top: solid 8px #ff6060;
  transform: translateY(-70%) rotate(225deg);
  left: -7px;
}



/*矢印の棒（上）の設定*/
.swiper-button-next::after,
.swiper-button-prev::after {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  z-index: 10;
}



/*右側の矢印の棒（上）設定*/
.swiper-button-next::after {
  border-right: solid 8px #ff6060;
  transform: translateY(-35%) rotate(-45deg);
  right: 0;
}



/*左側の矢印の棒（上）設定*/
.swiper-button-prev::after {
  border-left: solid 8px #ff6060;
  transform: translateY(-35%) rotate(45deg);
  left: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: transparent !important;
}

/* 点々の設定 */
.swiper-pagination {
position: absolute;  /* 絶対位置指定 */
  bottom: 10px;  /* 下端からの距離を調整 */
  left: 50%;  /* 左端から中央に配置 */
  transform: translateX(-50%);  /* 中央揃え */
  z-index: 10;  /* 点々を背面に表示 */
  max-width: 90%;  /* 幅の最大値を指定 */
}

.p-margin-bottom {
  margin-bottom: 15px !important;
}

.tx240 {
  font-size: 2.4em;
}

.tx_green2 {
  color:#1EB221;
}