@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}
html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}
body {
  font-size: 1.6rem;
  line-height: 1.7;
  font-feature-settings: "palt";
  margin: 0;
  border: 0;
  outline: 0;
}
section {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
	letter-spacing: .25rem;
}
#wrapper{
	display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
h3 {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  letter-spacing: 1rem;
  /*margin-bottom: 4rem;*/
}
h5 {
    position: relative;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std, sans-serif;
    line-height: 1.5;
    text-align: center;
    letter-spacing: .8rem;
    margin-bottom: 4rem;
}
p{
	  margin-bottom: 0;
}
.small {
    font-size: 1.2rem;
}

@media only screen and (max-width: 560px) {
  html {
    scroll-padding-top: 82px;
  }
  body {
    font-size: 1.5rem;
    /*letter-spacing: .2rem;*/
  }
  article {
    width: 98%;
  }
}
@media screen and (max-width: 360px) {
  body {
    font-size: 1.4rem;
    letter-spacing: .1rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 10rem;
  }
  h3 {
    letter-spacing: .6rem;
  }
}
@media screen and (max-width: 560px) {
  h2 {
    font-size: 3rem;
    letter-spacing: .5rem;
    margin-bottom: 6rem;
  }
  h2:before {
    height: 6px;
    bottom: 2px;
  }
  h2:after {
    width: 100px;
    bottom: -14px;
  }
  .sectionOnlineLesson h2:after {
    width: 210px;
  }
  .sectionNotice h2:after {
    width: 230px;
  }
  h3 {
    font-size: 2.2rem;
  }
  .sectioAboutSub h3, .sectionScheduleSub h3 {
    width: 90%;
    margin: 0 auto 4rem;
  }
  .introduction h3 {
    font-size: 1.6rem;
    letter-spacing: .25rem;
    margin-bottom: .4rem;
  }
  h5 {
    font-size: 2rem;
    letter-spacing: .25rem;
  }
  h5 span {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 4rem 0 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  h2 {
    font-size: 3rem;
    letter-spacing: .2rem;
  }
  h2:after {
    width: 80px;
    bottom: -10px;
  }
  h3 {
    font-size: 2rem;
  }
  .introduction h3 {
    margin-bottom: 1rem;
  }
}
/*
=========================================================================
■ 出し分け
=========================================================================
*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 560px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*
===============================================================================
■ header
===============================================================================
*/
@media (max-width:374px) {
#site-header-pc {
        display:none ;
    }
}
@media (min-width:320px) and (max-width:740px) {
#site-header-pc {
        display:none ;
    }
}
@media screen and (min-width: 741px), print {
#site-header-pc{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1024px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 1000;
	display: block;
  }
#site-header-pc .header-inner-pc {
   /* width: 1024px;
    min-width: 1024px;
    max-width: 1024px;*/
    height: 70px;
}  
#site-header-pc .head-pc {
    position: relative;
    width: 100%;
    height: 100%;
}
.head-pc .sh-logo {
    display: flex;
    width: 150px;
    height: 100%;
    align-items: center;
    justify-content: center;
  margin: 0 0 20px 50px;
}
 #site-header-pc .sitehead-btnarea-pc {
    position: absolute;
    right: 0;
    top: -6px;
    display: table;
    overflow: hidden;
    z-index: 10;
   margin: 13px 70px 0 0;
}   
.sitehead-btnarea-pc li.reservbtn a,
.sitehead-btnarea-pc li.signupbtn a {
    display: block;
    width: 210px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
		font-size: 1.4rem;
} 
.sitehead-btnarea-pc li.reservbtn a {
    background-color: #b71b21;
} 
.sitehead-btnarea-pc li.signupbtn a {
    background-color: #f08c00;
} 
.sitehead-btnarea-pc li.reservbtn a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 20px;
    margin-right: .25em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(/common/images/icon_reservbtn.svg);
    vertical-align: -.35em;
}
.sitehead-btnarea-pc li.signupbtn a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 20px;
    margin-right: .25em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(/common/images/icon_signupbtn.svg);
    vertical-align: -.2em;
} 
.sitehead-btnarea-pc li {
    display: table-cell;
} 
  }
@media (min-width:768px) and (max-width:1023px) {
 #site-header-pc .sitehead-btnarea-pc {
   margin: 13px 300px 0 0;
  }
} 
/*
===============================================================================
■ keyvisual
===============================================================================
*/
.btn_area{
	width: 90%;
  max-width: 800px;
	margin: 0 auto;
	}
.btn_area a{
	width: 90%;
	max-width: 800px;
	display: block;
  margin: 0 auto;
}
/*.btn_area .small{
	padding: 1rem 0;
	letter-spacing: .25rem;
}*/

@media screen and (max-width: 767px) {
  .keyvisual .pc {
    display: none;
  }
  .keyvisual .sp {
    display: block;
  }
	.btn_area .small{
		font-size: 1rem;
	}
}
@media (min-width:768px) {
	.keyvisual .pc{
	display: block;
  /*max-width: 750px;*/
  margin: 146px auto 0;
}
	.keyvisual .sp {
    display: none;
  }
/*	.btn_area{
		display: block;
		margin: 0 auto;
		padding: 4rem 0;
	}*/
}

/*
===============================================================================
■ contentごとのスタイル
===============================================================================
*/
.contentWrap {
  width: 100%;
  background: #fff;
  padding: 0 0 10rem;
}
/* 睡眠 */
.wrapSuimin2112 {
  background: linear-gradient(-135deg, #ffcdc3, #dfb9fa);
}
.wrapSuimin2112 p {
  line-height: 2;
}
/* 睡眠 - 3つのコンテンツ */
.wrapSuimin2112 .suimin_content_block {
  position: relative;
  margin-bottom: 10rem;
}
/* 睡眠 - 3つのコンテンツ - 見出し */
.wrapSuimin2112 .suimin_content_block h3 {
  position: relative;
  letter-spacing: .25rem;
  margin: 4rem 0;
}
.wrapSuimin2112 .suimin_content_block h3.pd{
	padding: 2rem 0 0;
}
.wrapSuimin2112 .suimin_content_block h3.mg {
   margin: 0 auto 4rem;
  }
.wrapSuimin2112 .suimin_content_block h3.mini_title:before{
  position: absolute;
  display: inline-block;
  content: '';
  width: 120px;
  height: 8px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #374d95;
  border-radius: 4px;
}
/* 睡眠 - 3つのコンテンツ - リード説明文 */
.wrapSuimin2112 .suimin_content_block .text {
  width: 90%;
  max-width: 800px;
  padding: 0 0 4rem;
  margin: 0 auto;
}
.wrapSuimin2112 .suimin_content_block .text3 figure {
  margin-top: 4rem;
}
.wrapSuimin2112 .suimin_content_block .suimin_content_inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
/* 睡眠 - コンテンツ1 */
.wrapSuimin2112 .suimin_content1 .suimin_content_inner {
  background: #fff;
  padding: 1rem 0 6rem;
  margin: 0 auto;
}
.wrapSuimin2112 .suimin_content_block .suiminGraph {
  width: 90%;
  max-width: 640px;
  margin: 0 auto;
}
.wrapSuimin2112 .suimin_content_block .fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.wrapSuimin2112 .suimin_content_block .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* 睡眠 - コンテンツ2 */
.wrapSuimin2112 .suimin_content_block .book {
  width: 80%;
  max-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
/* 睡眠 - コンテンツ3 */
.wrapSuimin2112 .suimin_content_block .suimin_content3_inner .osusume {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
/* 睡眠 - コンテンツ3 - こんな方にオススメ */
.wrapSuimin2112 .suimin_content_block .suimin_content3_inner .osusume {
  background: #fff;
  padding: 5rem 0;
  margin: 6rem auto 0;
}
.wrapSuimin2112 .suimin_content_block .suimin_content3_inner .osusume h4 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 2rem;
}
.wrapSuimin2112 .suimin_content_block .suimin_content3_inner h5 {
  font-size: 3.6rem;
  font-style: italic;
  letter-spacing: .2rem;
}
.wrapSuimin2112 .suimin_content_block .suimin_content3_inner h6 {
  font-size: 2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: .2rem;
}
.wrapSuimin2112 .suimin_content_block .suimin_content3_inner h5 b, .wrapSuimin2112 .suimin_content_block .suimin_content3_inner h6 {
  color: #EA3B8A;
}
.wrapSuimin2112 .suimin_content_block .suimin_content3_inner h5 span {
  display: inline;
  color: #EA3B8A;
  font-size: 5.5rem;
  font-weight: 400;
  font-style: normal;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.hosoku {
  background: #fff;
  padding: 4rem 5rem;
  margin: 4rem auto 0;
}
.hosoku .small {
  font-weight: normal;
  text-align: left;
  margin-top: 2rem;
}
.hosoku figure {
  margin-bottom: 2rem;
}
.hosoku .description {
  margin-bottom: 4rem;
}
.voice{
	background: #fff;
  padding: 4rem 5rem;
  margin: 4rem auto;
}
.voice figure {
  margin-bottom: 2rem;
}
.all_shops{
	background: #fff;
  padding: 1rem 5rem 4rem;
  margin: 4rem auto 0;
}

@media screen and (max-width: 560px) {
	.contentWrap{
		padding: 0 0 1rem;
	}
  /* 睡眠 */
  .wrapSuimin2112 {
    padding-top: 0;
  }
  .wrapSuimin2112 section, .wrapSuimin2112 article {
    width: 100%;
  }
  /* 睡眠 - 3つのコンテンツ */
  .wrapSuimin2112 .suimin_content_block {
    margin-bottom: 6rem;
  }
  /* 睡眠 - 3つのコンテンツ - 見出し */
  .wrapSuimin2112 .suimin_content_block h3 {
    margin: 3rem 0;
  }
	.wrapSuimin2112 .suimin_content_block h3.mg {
    margin: 0 auto 2rem;
  }
  /* 睡眠 - 3つのコンテンツ - リード説明文 */
  .wrapSuimin2112 .suimin_content_block .text {
    padding: 0 0 3rem;
  }
	.small {
    line-height: 1.8em;
    display: block;
    padding: 1rem 0 0;
}
  /* 睡眠 - コンテンツ2 */
  .wrapSuimin2112 .suimin_content_block .text2 .book {
    margin: 4rem auto 0;
  }
  /* 睡眠 - コンテンツ3 - こんな方にオススメ */
  .wrapSuimin2112 .suimin_content_block .suimin_content3_inner h5 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .wrapSuimin2112 .suimin_content_block .suimin_content3_inner h5 span {
    font-size: 3.2rem;
  }
  .hosoku {
    padding: 4rem 2rem;
  }
	.voice{
		padding: 4rem 2rem;
	}
	.all_shops{
  	padding: 0rem 2rem 2rem;
}
  .ScheduleLink p {
    line-height: 1.5;
  }
  .ScheduleLink a {
    padding-bottom: .2rem;
  }
}
@media screen and (min-width: 741px), print{
	.wrapSuimin2112 .suimin_content_block .suimin_content3_inner .osusume{
    width: 100%;
	}
	.voice h5{
		width: 90%;
    margin: 2rem auto 6rem;
}
}


/*
===============================================================================
■ footer
===============================================================================
*/
footer {
  margin: 0 auto;
  padding: 24px 0 50px;
  background: #eeeeee;
  font-size: 12px;
  position: relative;
}
footer .footer_nav {
  width: 100%;
  text-align: center;
}
footer .footer_nav ul {
  max-width: 24em;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}
footer .footer_nav ul li {
  display: inline-block;
}
footer .footer_nav ul li:before {
  content: "";
  display: inline-block;
  height: 1em;
  border-left: 1px solid #191816;
  vertical-align: middle;
}
footer .footer_nav ul li:first-child:before {
  border-left: none;
}
footer .footer_nav ul li:nth-child(4):before,
footer .footer_nav ul li:nth-child(6):before,
footer .footer_nav ul li:nth-child(8):before {
  border-left: none;
}
footer .footer_nav a {
  color: #191816;
  font-size: 12px;
  line-height: 2.5em;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 1em;
}
footer .footer_copy {
  padding-top: 20px;
}
footer .footer_copy p {
  font-size: 10px;
  text-align: center;
  color: #191816;
}
@media (min-width:768px) {
  footer .footer_nav ul {
    max-width: none;
  }
  footer .footer_nav a {
    font-size: 10px;
    padding: 0;
  }
  footer .footer_nav ul li:nth-child(4):before,
  footer .footer_nav ul li:nth-child(6):before,
  footer .footer_nav ul li:nth-child(8):before {
    border-left: 1px solid #191816;
  }
}
@media (min-width:1024px) {
  footer .footer_nav a {
    padding: 0 1em;
  }
}
footer {
    padding: 20px 0;
}
footer p {
    margin-bottom:  0;
}
/*
===============================================================================
■ animation
===============================================================================
*/
/* 左からスライドイン */
.slideInLeft img {
  opacity: 0;
}
.slideInLeft.active img {
  opacity: 1;
}
.slideInLeft.active {
  animation-name: slideInLeft;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右からスライドイン */
.slideInRight img {
  opacity: 0;
}
.slideInRight.active img {
  opacity: 1;
}
.slideInRight.active {
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　フェードアップ　*/
.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 2.5s;
}
/*　フェードダウン　*/
.fadeInDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: 2.5s;
}
/*　フェードイン　*/
.fade-in {
  transition: opacity 3.5s;
  -moz-transition: opacity 3.5s;
  -webkit-transition: opacity 3.5s;
  -o-transition: opacity 3.5s;
  overflow: hidden;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* スクロール × 下線アニメーション */
.c-marker {
  background: -webkit-linear-gradient(left, rgb(249, 229, 78) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(249, 229, 78) 50%, transparent 50%);
  background: linear-gradient(left, rgb(249, 229, 78) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-position: 100% .5em;
  background-size: 200% .6em;
  padding: 0 .6rem 1.4rem;
  transition: 2s;
}
.c-marker.is-active {
  background-position: 0% 1.4rem;
}
@media screen and (max-width: 360px) {
  .c-marker.is-active {
    background-position: 0% 2rem;
  }
}

/* ===========================================================
実施店舗
============================================================*/

section.shop h2 {
  padding-top: 63px;
  background: url(/service/hk_images/icon_h3_shop.png) 50% 0 / 80px auto no-repeat;
  margin-bottom: 40px;
}

.bg_1 {
  background: #e3e9ec;
  padding: 50px 0;
}

.wrapper_shop {
  width: 90%;
  margin: 0 auto;
}

.wrapper_shop .prefecture li{
  background: #433f4f;
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px 8px;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 5px;
  cursor: pointer;
}

.wrapper_shop .shoplist {
  display: none;
}

.wrapper_shop .shoplist li {
  width: 90%;
  background: url(/service/hk_images/icon_shop_arrow.png) top 50% right 9px / 10px auto no-repeat #fff;
  position: relative;
  margin: 20px auto;
  padding: 10px 10px 14px;
}

.wrapper_shop .shoplist li:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #ec8800;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrapper_shop .shoplist h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.wrapper_shop .shoplist p {
  width: 90%;
  margin-bottom: 0;
  font-size: 13px;
}
.shop h2 {
    padding-top: 63px;
    background: url(/service/hk_images/icon_h3_shop.png) 50% 0 / 80px auto no-repeat;
    margin-bottom: 40px;
  font-size: 22px;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
  .wrapper_shop .prefecture li {
    font-size: 18px;
    padding: 8px 15px 11px;
    border-radius: 24px;
    margin-right: 5px;
  }
  
  .wrapper_shop {
    width: 830px;
  }
  
  .wrapper_shop .shoplist li {
    width: 400px;
    margin: 20px 0;
    float: left;
  }
  
  .wrapper_shop .shoplist li:nth-of-type(even) {
    margin-left: 30px;
  }
  
  .wrapper_shop .shoplist h4 {
    font-size: 20px;
  }
  
  .wrapper_shop .shoplist p {
    font-size: 17px;
  }
}
#allContainer.content-fixed {
  z-index: 1000;
}