@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;
}
ol, ul {
  list-style: inside;
  line-height: 150%;
  font-size: 16px;
  text-align: left;
}
.time ol, ul {
  list-style: none;
}
.recommend {
  font-size: 14px;
  line-height: 150%;
  margin-top: 1%;
}
.inline-block_test {
  display: inline-block; /* インラインブロック要素にする */
  background-color: #ccc; /* 背景色指定 */
  width: 80px; /* 幅指定 */
  padding: 10px; /* 余白指定 */
  margin: 5px;
  vertical-align: middle; /* 要素を上下中央揃えにする */
}
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**/
html, body {
  font-size: 16px;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
/*img reset*/
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
* {
  box-sizing: border-box;
}
a {
  outline: none;
  text-decoration: none;
  color: #0042ff;
}
/*-----------------------
wrapper
------------------------*/
.wrapper {
  position: relative;
  width: 100%;
  color: #333;
}
.wrapper img {
  width: 100%;
}
.hdBlock {
  position: relative;
  background-color: #fff;
  padding: 15px 0;
}
.hdBlock__inner {
  position: relative;
  width: 984px;
  margin: 0 auto;
}
.hdBlock__logo {
  width: 198px;
}
.hdBlock__sns {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hdBlock__sns--list {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}
.hdBlock__sns--list:last-child {
  margin-right: 0;
}
.topBlock {
  position: relative;
  width: 100%;
  min-width: 984px;
  text-align: center;
}
.topBlock__inner {
  position: relative;
  width: 984px;
  margin: 0 auto;
  padding: 24px 0 21px;
}
.topBlock__inner:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 175px;
  height: 5px;
}
.topBlock__fig {
  width: 625px;
  margin: 0 auto;
  line-height: 25px;
}
.topBlock__fig img {
  margin-bottom: 28px;
}
.ftBlock {
  width: 100%;
  min-width: 984px;
}
.ftBlock__contact {
  width: 340px;
  margin: 0 auto;
  padding: 20px 0;
  zoom: 1;
}
.ftBlock__contact:before, .ftBlock__contact:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '\0020';
}
.ftBlock__contact:after {
  clear: both;
}
.ftBlock__contact a {
  float: left;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
.ftBlock__contact a:hover {
  text-decoration: none;
}
.ftBlock__contact .link01 {
  width: 131px;
  margin: 0 40px 0 0;
}
.ftBlock__contact .link02 {
  margin: 20px 20px 0 0;
}
.ftBlock__contact .link03 {
  margin: 20px 0 0 0;
}
.ftBlock__copyBox {
  background-color: #e1dbda;
  padding: 15px 0;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.03em;
}
h1.title {
  font-size: 115%;
  /*    text-shadow: 2px 1px 4px white;*/
  font-weight: bold;
  color: #333;
}
span.title2 {
  font-size: 130%;
  line-height: 130%;
}
section {
  margin: 30px auto;
  width: 1000px;
}
section h2 {
    font-size: 120%;
    text-align: center;
    margin-bottom: 2%;
    line-height: 122%;
}
section h3 {
  line-height: 20px;
  font-size: 140%;
  background-color: #ffee7b;
  display: block;
  padding: 13px;
  font-weight: bold;
  text-align: center;
}
section p {
  margin-top: 10px;
  line-height: 25px;
}

section p.graph {
  min-width: 220px;
  margin-left: 20px;
}

.f90{
  font-size: 90%;
}

.mv {
  margin-bottom: 30px;
}

.contentBox{
  margin-bottom: 30px;
  padding: 20px 2%;
  border: 1px solid #ffac72;
  box-sizing: border-box;
}

.contentBox .head01{
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 125%;
  font-weight: bold;
  color: #ffac72;
  background: none;
  border-bottom: 1px solid #ffac72;
  text-align: left;
}

.cmp_area {
	margin: 2em 0 0;
	border-top: 1px solid #ffac72;
	padding-top: 2em;
}

.cmp_area h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
}
.cmp_area dt {
	font-size: 110%;
	color: #f65c43;
	line-height: 1.4;
}

.cmp_area a.cmp_btn {
	display: inline-block;
	color: #FFFFFF;
	background: #ffac72;
	width: 240px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin: 0.5em 0 1.5em;
	border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
	position: relative;
}

.cmp_area a.cmp_btn:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 1.1em;
    right: 1.2em;
    width: 8px;
    height: 8px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmp_area a.cmp_btn:hover {
	background: #f68c43;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.note {  
  border-top: 3px dotted #fcd2b4;
  margin: 20px 0 0;
  padding: 20px 0.5em 0;
}

.note dt {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.note dd {
	position: relative;
}

.note img {
	position: absolute;
	display: block;
	width: 150px;	
	top: -30px;
	right: 0;
	border-radius: 0 50% 0 50%;
    -webkit-border-radius: 0 50% 0 50%;
    -moz-border-radius: 0 50% 0 50%;
}

.cmp_area ul,
.note ul {
	margin-left: 0.5em;
}

.cmp_area ul li,
.note ul li{
  padding-top: 0.2em;
  padding-left: 1em;
  text-indent: -0.45em;
}

.cmp_area ul li:before,
.note ul li:before{
  content: "●";
  font-size: 60%;
  color: #ffac72;
  padding-right: 0.5em;
  display: inline-block;
  vertical-align: top;
}

.cmp_area ul li {
	display: inline-block;
	margin-right: 1em;
}














.recommendBox{
  margin-bottom: 30px;
  padding: 20px 2%;
  border: 1px solid #658aca;
  box-sizing: border-box;
}

.recommendBox .head01{
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 125%;
  font-weight: bold;
  color: #658aca;
  background: none;
  border-bottom: 1px solid #658aca;
  text-align: left;
}

.head02{
  margin-bottom: 20px;
  padding: 6% 3%;
  background-image: url("../image/nail-20200122_head_bg01.png");
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.head03{
  margin-bottom: 20px;
  padding: 6% 3%;
  background-image: url("../image/nail-20200122_head_bg02.png");
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.recommendBox ul li{
  padding-bottom: 10px;
  font-weight: bold;
}

.recommendBox ul li:before{
  content: "●";
  font-size: 60%;
  color: #658aca;
}

.flex{
 display: flex;
 justify-content: space-between;
}

.flex_end{
 align-items: flex-end;
}

.flexBox{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: stretch;
}

.imageArea{
  width: 22%;
}

.textArea{
  width: 75%;
}

.instructor .imageArea img {
	height: auto;
}

.instructor .textArea .name{
  padding-bottom: 10px;
  font-size: 200%;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ico{
  margin-right: 10px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}

p.school {
  margin-top: 16px;
  line-height: 25px;
  text-align: initial;
  font-size: 18px;
}
.kousi {
  margin-bottom: 5%;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.imagearea {
  float: left;
}
.form_btn ul {
  overflow: hidden;
}
.form_btn li {
  float: left;
  width: 20%;
  margin: .5% 1%;
  box-sizing: border-box;
}
.form_btn li a {
  text-align: center;
  display: block;
  font-size: 1.5em;
  padding: 7% 8%;
  border-radius: 5px;
  background-color: #4b8ed4;
  color: #fff;
  font-weight: bold;
}
.form_btn li a:hover {
  opacity: .8;
}

span.display {
   display: inline-block;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  br.sp {
    display: none !important;
  }
  br.sp {
    display: block !important;
  }
  .form_btn li {
    width: 31.3%;
  }
  .form_btn li a {
    font-size: 90%;
    padding: 10% 12%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  
}
/*main div.boxset {



display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}*/
main div.textarea {
  margin-top: 2%;
}
main div.imagearea img {
  width: 55%;
}
a.raised {
  display: inline-block;
  background-color: #4b8ed4; /*背景色*/
  color: #ffffff; /*文字色*/
  font-size: 1.4em; /*文字サイズ*/
  line-height: 121%;
  text-decoration: none;
  letter-spacing: 0.05em; /*ボタン内の余白*/
  border-radius: 3px; /*角の丸み*/
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); /*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out; /*変化を緩やかに*/
  padding-top: 1.0em;
  padding-right: 5%;
  padding-bottom: 1.0em;
  padding-left: 8%;
  font-weight: bold;
  width: 80%;
}
@media screen and (min-width:480px) {
  /*　画面サイズが480pxからはここを読み込む　*/
  a.raised {
    white-space: pre-wrap;
    display: inline-block;
    background-color: #4b8ed4;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 1.2;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    padding-top: 1.0em;
    padding-right: 8%;
    padding-bottom: 1.0em;
    font-weight: bold;
    white-space: inherit;
  }
}

a.raised:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); /*浮き上がるように*/
  background-color: #70aff0;
}
p.bold {
  font-weight: 600;
  font-size: 110%;
}
span.bold {
  font-weight: 600;
  font-size: 120%;
}
p.name {
    font-weight: 600;
    font-size: 200%;
}
p.date {
  font-weight: 600;
  font-size: 140%;
  margin-bottom: -1%;
  line-height: 130%;
}
span.red {
  color: red;
  font-weight: 600;
}
hr {
  clear: both;
}
.raised span {
  font-size: 90%;
}
.schedule {
  text-align: center;
}
.example {
  text-align: center;
}
span.emphasis {
  font-size: 17px;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #ffff66 50%);
}
span.emphasis2 {
  font-size: 17px;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #00fcff 50%);
}
.list li {
  font-weight: 600;
  color: #65c2bf;
  font-size: 16px;
  line-height: 110%;
}
p.end {
  display: inline-block;
  background-color: #b3b3b3;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: 0.05em;
  border-radius: 3px;
  transition: .3s ease-out;
  padding-top: 0.5em;
  padding-right: 4.5em;
  padding-bottom: 0.5em;
  padding-left: 4.5em;
  font-weight: bold;
  margin-bottom: 1%;
  white-space: nowrap;
}
/********************
season class
********************/
.spring .topBlock {
  background: #de6c87 url("../image/top_bg_fall.png") no-repeat center center;
  background-size: cover;
}
.spring .topBlock__inner:after {
  background-color: #16b800;
}
.spring .atcBlc .upArea__schedule {
  background-color: #aed73b;
}
.spring .atcBlc .upArea__schedule--date span {
  color: #aed73b;
}
.summer .topBlock {
  background: #fcd578 url("../image/top_bg_summer.png") no-repeat center center;
  background-size: cover;
}
.summer .topBlock__inner:after {
  background-color: #eb6f00;
}
.summer .atcBlc .upArea__schedule {
  background-color: #fc988d;
}
.summer .atcBlc .upArea__schedule--date span {
  color: #fc988d;
}
.fall .topBlock {
  background: #e58471 url("../image/top_bg_fall.png") no-repeat center center;
  background-size: cover;
}
.fall .topBlock__inner:after {
  background-color: #d62f0d;
}
.fall .atcBlc .upArea__schedule {
  background-color: #278ccd;
}
.fall .atcBlc .upArea__schedule--date span {
  color: #ec984f;
}
.winter .topBlock {
  background-size: auto auto;
  background-color: rgba(193, 239, 251, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(210, 254, 241, 1) 4px, rgba(193, 239, 251, 1) 6px );
	margin-top: 0;
}
.winter .topBlock__inner:after {
  background-color: #278ccd;
}
.winter .atcBlc .upArea__schedule {
  background-color: #87a9ff;
}
.winter .atcBlc .upArea__schedule--date span {
  color: #87a9ff;
}
.textarea-right {
    float: left;
    margin-top: 15%;
    margin-left: -14%;

}
.box {
	text-align: left;
}
.text {
  clear: both;
  margin-bottom: 2%;
}
/* PC
-------------------------------------------------- */
/* スマホ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  body{
    font-size: 14px;
  }
  
  /*-----------------------
  wrapper
  ------------------------*/
  .instructor .textArea .name {
    font-size: 150%;
	line-height: 1.3;
  }
  .textarea-right {
    width: 100%;
    margin-left: 0%;
  }
  .text {
    padding-top: 2%;
    clear: both;
    margin-bottom: 2%;
  }
  .wrapper {
    height: auto;
  }
  .hdBlock {
    padding: 13px 0;
  }
  .hdBlock__inner {
    width: 100%;
    padding: 0 10px;
  }
  .hdBlock__logo {
    width: 29.16667%;
  }
  .hdBlock__sns {
    width: 20%;
    right: 10px;
  }
  .hdBlock__sns--list {
    width: 41.66667%;
    margin-right: 10%;
  }
  .topBlock {
    width: 100%;
    min-width: 100%;
  }
  .topBlock__inner {
    width: 100%;
    padding: 17px 10px 20px;
  }
  .topBlock__inner:after {
    left: 50%;
    bottom: -1.25px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 29.16667%;
    height: 2.5px;
  }
  .topBlock__fig {
    width: 100%;
  }
  .topBlock__fig img {
    margin-bottom: 16px;
  }
  .topBlock__date {
    width: 100%;
  }
  .topBlock__date--domini {
    width: 30.66667%;
    font-size: 5.15624vw;
    margin: 8.5% 0 0 0;
    padding: 1.63043% 0;
  }
  .topBlock__date img {
    margin-bottom: 0;
  }
  .topBlock__date img:nth-of-type(1) {
    width: 37.83333%;
  }
  .topBlock__date img:nth-of-type(2) {
    width: 30.83333%;
  }
  main div.imagearea img {
    margin-left: 0%;
  }
  .imagearea {
    float: none;
    margin-right: 0%;
  }
  section {
    margin: 30px auto;
    width: 90%;
  }
  section h2 {
    font-size: 106%;
    text-align: center;
  }
  section h3 {
    line-height: 20px;
    font-size: 140%;
    background-color: #ffee7b;
    display: block;
    padding: 8px;
    font-weight: bold;
  }
  section p {
    margin-top: 10px;
    width: auto;
  }
  /*main div.boxset {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}*/
  main div.textarea {
    margin-top: 10px;
  }
  main div.imagearea img {
    width: 90%;
    margin-left: 6%;
    margin-bottom: -4%;
  }
  .ftBlock {
    min-width: 100%;
  }
  .ftBlock__contact {
    width: auto;
    padding: 20px 10.83333%;
  }
  .ftBlock__contact a {
    float: left;
    font-size: 10px;
    text-decoration: none;
  }
  .ftBlock__contact .link01 {
    width: 34.25926%;
    margin: 0 25px 0 0;
  }
  .ftBlock__contact .link02 {
    margin: 12px 15px 0 0;
  }
  .ftBlock__contact .link03 {
    margin: 12px 0 0 0;
  }
  .ftBlock__copyBox {
    padding: 10px 0;
    font-size: 10px;
  }
  
  .contentBox {
    padding: 10px 4%;
  }
  
  .recommendBox {
    padding: 10px 4%;
  }
  
  .head02{
    padding: 10% 10%;
    line-height: 1.3;
    background-image: url("../image/nail-20200122_head_bg01_sp.png");
  }

  .head03{
    padding: 10% 10%;
    line-height: 1.3;
    background-image: url("../image/nail-20200122_head_bg02_sp.png");
  }
  
  .flex{
    display: block;
  }

  .graph{
    margin: 10px auto 0;
    width: 70%;
  }
	
  .textArea{
    width: 100%;
  }

  .imageArea{
    margin: 0 auto 20px;
    width: 80%;
  }

  .imageArea{
    margin: 0 auto 20px;
    width: 80%;
  }

  section p.graph {
	width: 100%;    
    margin-left: 0; 
    text-align: center;
    margin-bottom: 10px;
  }
  section p.graph img {
	max-width: 220px;
  }
	
  .cmp_area a.cmp_btn:before {
      top: 1.2em;
  }
	
}

@media only screen and (max-width: 669px) {
  .note img {
      position: relative;
      width: 70%;
      max-width: 220px;
	  margin: 10px auto 0;
	  top: 0;
  }
}


