<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700&amp;family=Noto+Sans+JP:wght@100;300;400;500;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&amp;display=swap');
html {
	font-size: 1rem;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
	 font-size: 1rem;
	 line-height: 1rem;
}h1, h2, h3 {font-family: 'M PLUS Rounded 1c', sans-serif; color:#1565C0; }
h2 {
    font-size: 2rem;
	font-weight: 600;
}

.onlinesalon_outer {
    display: block;
    position: relative;
    background: url(https://www.ashita-team.com/wp3/wp-content/themes/ashita-team/theme_css/onlinesalon/img/bg_line.png);
	padding-bottom: 80px;
	padding-top: 50px;
}
.onlinesalon_outer_in {
    display: block;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    background: #2E58A6;
    padding: 20px;
	border-radius: 8px;
}

/* pan */
div#pan {
    max-width: 1100px;
    margin: 0 auto 10px;
}
div#pan i {
    color: #9ec8ff;
}
/* fv */
.fv_block {
    background: url("../img/fvback.jpg");
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	text-align: center;
	position: relative;
}
.fv_block img {
    margin-top: -15px;
    width: 100%;
    border-radius: 0 0 8px 8px;
}
.fv_block_first {
    padding-top: 30px;
    display: block;
}
p.fv_topdescription {
    letter-spacing: 0.02rem;
    color: #2e58a6;
    margin-bottom: 20px;
}
.topfv_h1outer {
    display: block;
}
.topfv_h1outer h1 {
    font-size: 3.8rem;
    font-weight: 500;
    letter-spacing: 0.14rem;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    line-height: 3.8rem;
}
.topfv_h1outer h1:before, .topfv_h1outer h1:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #2165c0;
    position: absolute;
	top: 50%;
}
.topfv_h1outer h1:before {
    left: -35%;
}
.topfv_h1outer h1:after {
    right: -33%;
}
p.fv_topmidashi {
    display: inline-block;
    background: #64c8e6;
    color: #FFFF00;
    font-weight: 500;
    padding: 5px 60px 8px;
    border-radius: 50px;
    letter-spacing: 0.3rem;
}
.fv_blockunder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 32px;
}
.fv_blockunder p {
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.04rem;
	color: #FFF;
}

/* 2nd */
.second_block {
    display: flex;
    flex-direction: column;
    background: #FFF;
    margin-top: 35px;
    border-radius: 8px;
}
.second_midashiobi {
    background: #D80C18;
    display: flex;
    flex-wrap: nowrap;
    padding: 15px 30px;
    border-radius: 8px 8px 0 0;
    align-items: center;
}
h2.allsyain {
    color: #FFF;
    position: relative;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 2.1;
    padding-right: 20px;
    border-right: solid 2px #FFF;
    margin-right: 20px;
}
h2.allsyain:before {
    content: "\f02e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
}
p.second_misashi_description {
    color: #FFF;
    line-height: 1.6;
}
/* 2nd timeline */
.second_timeline {
    padding: 70px 75px 0;
    display: block;
}
.second_timeline {
    counter-reset: li;
}
.second_timeline ul {
    display: flex;
    flex-direction: column;
}
.second_timeline ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 35px;
    margin-right: 50px;
}
.second_timeline ul li:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    margin-right: 7px;
    border-radius: 50px;
    background-color: #D80C18;
    position: absolute;
    top: 5px;
    left: 0;
}
.second_timeline ul &gt; li:after {
    counter-increment: li;
    content: counter(li);
    width: 40px;
    line-height: 42px;
    font-family: 'Avenir Next', 'Helvetica Neue', Arial, 'Meiryo','Yu Gothic', san-serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
	font-size: 1.5rem;
}
.second_timeline ul &gt; li:first-child:before, .second_timeline ul &gt; li:last-child:before {
    background: #FFF;
	border: solid 2px #D80C18;
}
.second_timeline ul &gt; li:first-child:after, .second_timeline ul &gt; li:last-child:after {
    color: #D80C18;
}

.leftline {
    position: relative;
}
.leftline:before {
    content: "";
    width: 1px;
    height: 97%;
    background: #D80C18;
    position: absolute;
    top: 55px;
    left: 0;
}
.second_timeline ul li:last-child .leftline:before {
    content: none;
}
.li_midashi {
    display: block;
	padding-left: 40px;
}
p.li_midashi_sub {
    font-size: 0.9rem;
    color: #888;
    letter-spacing: 0.1rem;
    margin-bottom: 3px;
}
.second_block .li_midashi h3 {
    color: #D80C18;
    font-weight: 500;
    font-size: 1.8rem;
	 line-height: 1.4;
}
div.li_innertext {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #313131;
    line-height: 1.8;
	padding-left: 40px;
}
.timeline_cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: dotted 3px #DDD;
    padding-bottom: 30px;
	margin-left: 40px;
}
p.ctatitle_sub {
    display: block;
    margin-bottom: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    color: #313131;
    position: relative;
    font-size: 0.9rem;
    background: #f1f1f1;
    padding: 10px 20px;
    border-radius: 3px;
    letter-spacing: 0.1rem;
	 line-height: 1.4;
}
p.ctatitle_sub:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f1f1f1;
}
.timeline_cta a {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    filter: drop-shadow(0px 2px 3px #ddd);
	transition: 0.3s ease-in-out;
}
.timeline_cta a:hover {
    transform: translateY(-2px);
}
.timeline_cta a:hover &gt; .timeline_cta_right:after {
    transform: translate(-6px, -7px);
}
.timeline_cta a:hover &gt; .timeline_cta_right {
    background: #FFFF00;
}
.timeline_cta_left {
    min-width: 200px;
    display: flex;
    flex-wrap: wrap;
    background: #D80C18;
    padding: 10px 10px 10px 30px;
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    align-items: center;
    border-radius: 3px 0 0 3px;
    border: solid 1px #D80C18;
    border-right: none;
}
.timeline_cta_left:after {
    content: '';
    border-bottom: solid 0px transparent;
    border-left: solid 15px #D80C18;
    border-top: solid 52px #D80C18;
    border-right: solid 8px transparent;
    position: absolute;
    right: -15px;
    top: 0;
	z-index: 1;
}
p.date {
    font-size: 1.2rem;
    font-weight: 500;
    margin-right: 5px;
    color: #FFF;
	letter-spacing: 0.08rem;
}
p.dayofweek {
    background: #FFF;
    color: #D80C18;
    padding: 3px;
    border-radius: 50px;
    width: 21px;
    height: 20px;
    line-height: 15px;
    font-size: 0.9rem;
	margin-right: 5px;
}
p.time {
    width: 58px;
    font-size: 0.8rem;
    color: #FFF;
}
.timeline_cta_right {
    padding: 10px 35px 10px 33px;
    background: #FFF;
    height: 100%;
    line-height: 1.7;
    color: #D80C18;
    border: solid 1px;
    border-radius: 0 3px 3px 0;
    position: relative;
    z-index: 0;
	transition: 0.2s ease-in-out;
}
.timeline_cta_right:after {
    content: "";
    width: 35px;
    height: 14px;
    background: url(../img/border-right.svg) no-repeat;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
	transition: 0.3s ease-in-out;
}
.second_hukidashi {
    padding-left: 75px;
    padding-right: 75px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
}
p.hukidashi_p {
    padding: 30px 40px;
    background: #f5f5f5;
    color: #313131;
    line-height: 1.8;
    position: relative;
    margin-right: -50px;
    z-index: 0;
    border-radius: 5px;
}
p.hukidashi_p:after {
    content: "";
    position: absolute;
    top: 35%;
    left: 100%;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 20px solid #f5f5f5;
}
.second_hukidashi img {
    position: relative;
}
/* 3rd */
.second_midashiobi.blue {
    background: #2e58a6;
    border: solid 2px #FFF;
    border-bottom: none;
}
.second_timeline.blue ul li:before {
    background-color: #2e58a6;
}
.second_timeline.blue ul &gt; li:first-child:after, .second_timeline.blue ul &gt; li:last-child:after {
    color: #2e58a6;
}
.second_timeline.blue ul &gt; li:first-child:before, .second_timeline.blue ul &gt; li:last-child:before {
    background: #FFF;
    border: solid 2px #2e58a6;
}
.blue .li_midashi h3 {
    color: #2e58a6;
}
.blue .leftline:before {
    background: #2e58a6;
}
.blue .timeline_cta_left {
    background: #2e58a6;
    border: solid 1px #2e58a6;
}
.blue .timeline_cta_left:after {
    border-left: solid 15px #2e58a6;
    border-top: solid 52px #2e58a6;
}
.blue .timeline_cta_right {
    color: #2e58a6;
}
.blue p.dayofweek{
	color: 	#2e58a6;
}
.blue .timeline_cta_right:after {
    background: url(../img/border-right_blue.svg) no-repeat;
}
.second_hukidashi.blue {
    flex-flow: row-reverse;
}
.blue p.hukidashi_p {
    margin-right: 0;
    margin-left: -30px;
}
.blue p.hukidashi_p:after {
    content: "";
    position: absolute;
    top: 65%;
    left: -38px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-right: 20px solid #f5f5f5;
}

/* FAQ */
.faq_block {
    display: block;
    position: relative;
    background: #FFF;
    border-radius: 8px;
    margin-top: 35px;
}
.faq_inner {
    display: block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0 10px;
}
.faq_textbk {
    text-align: center;
    margin-bottom: 50px;
}
.faq_textbk h2 {
    display: inline-block;
    padding: 0px 26px 18px;
    border-bottom: dotted 3px #1565C0;
    margin-bottom: 25px;
}
p.faq_descri {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.8rem;
}
.accordion_inner {
    background: #FFF;
    padding: 0 90px;
}
/* アコーディオン */
.container_accordion {
  margin: 40px auto 60px;
  width: 100%;
}

.container_accordion h3 {
  font-size: 1.5em;
  font-weight: 500;
  display: inline-block;
  padding: 0 0.4em 0.4em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.container_accordion h3 {
	padding: 0 0 0.4em;
	text-align: left;
	display: block;
}
}
	
.accordion .accordion-item {
  border-bottom: 1px solid lightgray;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #D80C18;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #313131;
  font-size: 1.2em;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #D80C18;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #D80C18;
  border: 1px solid #D80C18;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #D80C18;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 21em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
  line-height: 1.8;
}

/* link */
.onlinesalon_link {
    display: block;
    position: relative;
    background: rgb(21,101,192);
    background: linear-gradient(
90deg
, rgba(21,101,192,1) 0%, rgba(70,147,235,1) 100%);
	position: relative;
}
.onlinesalon_link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(https://www.ashita-team.com/wp3/wp-content/themes/ashita-team/theme_css/onlinesalon_post/img/fv_bgbefore.png)no-repeat;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: 0;
}
.salonlink_inner {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
	padding: 50px 0;
	position: relative;
}
.salonlink_left {
    width: 50%;
}
.salonlink_left p {
    color: #FFF;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 30px;
}
.salonlink_left h2 {
    font-size: 4rem;
    color: #FFF;
    line-height: 1.2;
	letter-spacing: 0.03rem;
	margin-bottom: 45px;
}
.salonlink_left a {
    background: #FFF;
    color: #2165c0;
    padding: 12px 30px 14px;
    border-radius: 50px;
    filter: drop-shadow(0px 1px 8px #D9D9D9);
    transition: 0.3s ease-in-out;
}
.salonlink_left a br {
	  display: none;
}
.salonlink_left a:hover {
    filter: drop-shadow(0px 1px 3px #D9D9D9);
    background: #fbff00;
}
.salonlink_left a i {
    font-size: 1.7rem;
    vertical-align: sub;
    margin-left: 10px;
}

.li_innertext h4 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #D80C18;
}
.li_innertext p {
    color: #555;
}
.blue .li_innertext h4 {
    color: #2e58a6;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
/* （ここにタブレット用スタイルを記述） */
	.salonlink_inner {
    padding-left: 40px;
    padding-right: 40px;
	}
	.accordion_inner.fade-in.fade-in-up {
    padding-left: 40px;
    padding-right: 40px;
	}
	.second_timeline {
    padding-left: 30px;
    padding-right: 30px;
	}
} 


@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
	.onlinesalon_outer {
    padding-top: 15px;
	}
	.onlinesalon_outer_in {
    padding: 10px;
	}
	div#pan {
    padding-left: 10px;
	 font-size: 0.9rem;
	}
	.fv_block {
    background-size: contain;
    overflow: hidden;
	}
	.topfv_h1outer h1 {
    font-size: 2.7rem;
    margin-bottom: 15px;
	}
	.topfv_h1outer h1:before, .topfv_h1outer h1:after {
    width: 30px;
	}
	.topfv_h1outer h1:before {
    left: -15%;
	}
	.topfv_h1outer h1:after {
    right: -15%;
	}
	.fv_blockunder {
    position: relative;
    order: 1;
	}
	.fv_block img {
    order: 2;
    transform: scale(1.3) translateX(10px) translateY(3px);
	}
	.fv_blockunder p {
    color: #313131;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
    margin-bottom: 45px;
    text-align: left;
	}
	.fv_blockunder p br {
    display: none;
	}
	.second_midashiobi {
    flex-direction: column;
    padding: 10px 20px 20px;
	}
	h2.allsyain {
    padding: 0 20px 0;
    margin: 0 0 10px;
    border-right: none;
    border-bottom: dotted 3px;
	}
	h2.allsyain:before {
    margin-right: 10px;
	}
	p.second_misashi_description br {
    display: none;
	}
	.second_timeline {
    padding: 25px 20px 0;
	}
	.second_timeline ul li {
    margin-right: 0;
    padding-left: 15px;
	margin-bottom: 25px;
	}
	.second_block .li_midashi h3 {
    font-size: 1.3rem;
	}
	div.li_innertext {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 30px;
	}
	.second_timeline ul li:before {
    width: 30px;
    height: 30px;
	}
	.second_timeline ul &gt; li:after {
    width: 30px;
    line-height: 32px;
    font-size: 1.2rem;
	}
	.li_midashi {
    padding-left: 30px;
	}
	.leftline:before {
    top: 45px;
	height: 96%;
	}
	.timeline_cta {
    margin-left: 15px;
	}
	.timeline_cta a {
    flex-direction: column;
	}
	.timeline_cta_left:after {
    content: none;
	}
	.timeline_cta_left {
    border-radius: 3px 3px 0 0;
	}
	.timeline_cta_left {
    border-radius: 3px 3px 0 0;
    padding: 10px;
    width: 100%;
    justify-content: center;
	}
	.timeline_cta_right {
    border-radius: 0 0 3px 3px;
	}
	.second_hukidashi {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
	}
	p.hukidashi_p {
    padding: 25px 20px;
    margin-right: 0;
	}
	p.hukidashi_p:after, .blue p.hukidashi_p:after {
    top: 104%;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
	left: 50%;
	}
	.second_hukidashi img {
    margin: 20px auto 0;
	width: 40%;
	}
	.second_hukidashi.blue {
    flex-direction: column;
	}
	.blue p.hukidashi_p {
    margin-left: 0;
	}
	.faq_textbk {
		margin-bottom: 0;
	}
	p.faq_descri {
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
		margin-bottom: 0;
	}
	p.faq_descri br {
		display: none;
	}
	.accordion_inner {
		padding: 0 5px 0;
		margin: 0px 20px;
	}
	.accordion-item span.accordion-title {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.accordion button {
		padding-right: 35px;
	}
	.accordion button .icon {
		top: 50%;
		bottom: 50%;
		margin: auto;
	}
	.accordion .accordion-content p {
		padding: 0px 20px;
	}
	.salonlink_inner {
		flex-direction: column-reverse;
		padding: 50px 0 70px;
	}
	.salonlink_left {
		width: 100%;
		padding: 0 30px;
	}
	.salonlink_left p {
		margin-bottom: 15px;
		font-size: 0.9rem;
	}
	.salonlink_left h2 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	.onlinesalon_link {
		overflow: hidden;
	}
	.onlinesalon_right {
		padding: 0 0 50px;
		width: 100%;
	}
	.onlinesalon_right img {
		width: 100%;
		transform: scale(1.05);
	}
	.slick-initialized .slick-slide {
	margin: 10px;
	}
	.salonlink_left a {
		display: block;
		text-align: center;
		font-size: 1.1rem;
		line-height: 1.5;
		position: relative;
		padding: 10px;
	}
	.salonlink_left a br {
		display: block;
	}
	.salonlink_left a i {
		position: absolute;
		right: 20px;
		top: 23px;
	}
	.salonrec_midashi h2 br {
    display: block;
	}
}

/* 補完 */
@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
	.gnavilist li a {
		color: #434343;
		display: inline-block;
		border-bottom: 1px solid transparent;
		font-size: 1rem;
		line-height: 2.2rem;
	}
	.footerlist li a {
		font-size: 1rem;
	}
}

p.pagetop {
    right: 30px;
    bottom: 30px;
}
@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
	p.pagetop {
		right: 10px;
		bottom: 60px;
	}
}</pre></body></html>