@charset "UTF-8";
.f-green {
  color: #65c191; }
.f-blue {
  color: #4D719E; }
.f-orange {
  color: #FF7600; }
.f-pink {
  color: #CB5475; }
.f-brown {
  color: #B76F30; }
.f-glay{
  color:#505050;
}
.f-white{
  color:#fff;
}
.border-dot{
 border-bottom:dotted 2px #B4B4B4;	
}
.embedyoutube{
	width:100%;
	height:250px;
}
@media (min-width: 768px) {
	.embedyoutube{
	width:100%;
	height:450px;
}
}
/* 文字サイズ */
.f-26 {
  font-size: 26px;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .f-26 {
      font-size: 40px; } }

.f-24 {
  font-size: 24px;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .f-24 {
      font-size: 28px; } }

.f-22 {
  font-size: 22px;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .f-22 {
      font-size: 24px; } }

.f-20 {
  font-size: 20px;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .f-20 {
      font-size: 22px; } }

.f-18 {
  font-size: 18px;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .f-18 {
      font-size: 20px; } }

/* フォント */
.mincho {
  font-family: 'Noto Serif JP', serif; }

.tsukub {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}

.sub-ttl {
	font-family: 'fot-tsukuardgothic-std', sans-serif;
	font-weight:bold;
    color: #505050;
    position: relative;
    text-align: center;
}
.sub-ttl:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 33px);
    width: 66px;
    height: 2px;
    content: '';
    background: #CB5475;
}
/* 背景 */
.bg-brown{
	background-color:#F7F4F0;
}
.bg-light-green{
	background-color:#D9EDE3;
}
.bg-light-blue{
	background-color:#EFF8FF;
}
.bg-green {
  background-color: #65c191; }

.bg-blue {
  background-color: #4D719E; }

.bg-light-beige {
  background-color: #F7F4F0; }

.bg-pink {
	background-color: #CB5475;}

.btn.bg-green {
  color: #fff; }

.border-green{
	border:#65c191 2px solid;
}
.border-brown{
	border:#B76F30 2px solid;
}
.border-blue{
	border:#4D719E 2px solid;
}

/* ======= 共通部分 ======= */
/* 全体 */
body {
  font-size: 16px;
  color: #505050;
  line-height: 2em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: 0.03em; }

a {
  color: #505050;
  text-decoration: none; }
  a:hover {
    color: #505050;
    text-decoration: none;
    opacity: 0.7; }

h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0; }

ul, ol {
  line-height: 1.8em; }

iframe {
  border: 0; }

p {
  margin: 0; }

/* 余白 */
.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }


/* ボタン */
.btn {
  display: block;
  border: none;
  border-radius: 5px;
  position: relative;
  padding: 0.5em; }
  .btn:hover {
    opacity: 0.8;
    text-decoration: none; }

.btn-arrow-ctr {
  display: block; }
  .btn-arrow-ctr::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%); }
  @media (max-width: 767px) {
    .btn-arrow-ctr::after {
      right: 0.5em; } }

.btn.bg-pink {
  color: #fff; 
  display: block;
  border: none;
  border-radius: 5px;
  position: relative;
  padding: 0.5em;
  width:150px;
  margin-left:20px;}
  @media (max-width: 767px) {
  .btn.bg-pink {
 width:90%;	  
	  }
	  
}


/* #page-header */
#page-header .navbar {
  background-color: rgba(255, 255, 255, 1);
  top: 0;
  z-index: 999;}

#page-header .header-logo img {
  width: 170px;
  height:auto; }
  @media (min-width: 992px) {
    #page-header .header-logo img {
      width: 230px;
      height:auto; } }

#page-header .navbar-nav {
  padding: 1em 15px;
  background-color: #fff;
  margin-top: 0.5rem}
  @media (min-width: 992px) {
    #page-header .navbar-nav {
      padding: 0 15px;
      background-color: inherit;
      margin-top: 0; } }

#page-header .navbar-nav .container-fluid {
  padding-bottom: 10px;}
  @media (min-width: 992px) {
    #page-header .navbar-nav .container-fluid {
      padding-bottom: 0;}}

#page-header .nav-item {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center; }
  #page-header .nav-item:first-child .nav-link::before {
    content: none; }

#page-header .nav-link {
  color: #333;
  font-size: 16px;
  padding: 1em 0;
  text-align: center;
font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;}
  @media (min-width: 992px) {
    #page-header .nav-link {
   font-size: 16px;
   padding: 0 1em; 
   color: #333;} }
  #page-header .nav-link:hover {
    color: #333;
    opacity: 0.7; }

#page-header .nav-btn {
  margin-top: 1em; }
  @media (min-width: 992px) {
    #page-header .nav-btn {
      margin-top: 0; } }

/* #fixed-footer */
#fixed-footer {
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.4); }
  #fixed-footer a {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;}

/* #page-footer */
#page-footer {
  padding: 30px 0 60px;
}
  @media (min-width: 992px) {
    #page-footer {
      padding: 15px 0; } }

.copylight{
  line-height: 1.8;
  font-size: 12px; 
}

/* パンくず  */
#topicpath {
  margin-top: 20px; }
  @media (min-width: 768px) {
    #topicpath {
      margin-top: 60px; } }

.breadcrumb {
  color: #373737;
  font-size: 12px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0;
  margin-bottom: 0;
  background-color: inherit; }
  .breadcrumb a {
    color: #373737; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\03e";
    color: #373737; }
  .breadcrumb .breadcrumb-item.active {
    color: #373737; }

/* メニュー */
.menu-text {
  line-height: 1.8; }

/* ニュース */
.news-box a {
  display: block; }

.news-box-head {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #89c6a5;
  padding: 0.5em 1em; }
  .news-box-head a {
    color: #fff; }
    .news-box-head a:hover {
      color: #fff; }

.news-box-detail {
  padding: 10px 0;
  border-left: #D1D1D1 1px solid;
  border-right: #D1D1D1 1px solid;
  border-bottom: #D1D1D1 1px solid; }

.news-data {
  color: #89c6a5;
  font-size: 14px;
  font-weight: bold; }

.page .news-box-detail {
  border-left: none;
  border-right: none; }

/* スタッフ */
.staff-box {
  border-bottom: #D1D1D1 1px dashed;
  padding-bottom: 1em; }
  @media (min-width: 768px) {
    .staff-box {
      border-bottom: none;
      padding-bottom: 0; } }

.staff-img {
  position: relative; }
  .staff-img::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .staff-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    border-radius: 50%; }

.staff-text {
  line-height: 1.8; }

/* アクセス */
#access iframe {
  width: 100%;
  height: 260px; }
  @media (min-width: 768px) {
    #access iframe {
      height: 450px; } }

/* スタッフブログ */
.blog-box {
  height: 82px;
  border: #E8E8E8 1px solid;
  position: relative;
  display: flex;
  background-color: #fff; }
  @media (min-width: 768px) {
    .blog-box {
      width: 100%;
      height: 100%;
      display: inherit; } }

.blog-img {
  width: 25%;
  height: 80px;
  position: relative; }
  @media (min-width: 768px) {
    .blog-img {
      width: 100%;
      height: 190px; } }
  .blog-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover; }

.blog-detail {
  padding: 8px;
  width: 75%; }
  @media (min-width: 768px) {
    .blog-detail {
      padding: 15px;
      width: 100%; } }

.blog-title {
  font-size: 13px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .blog-title {
      font-size: 16px;
      padding-bottom: 40px; } }

.blog-date {
  color: #C7C7C7;
  font-size: 13px; }
  @media (min-width: 768px) {
    .blog-date {
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%); } }

/* ページmv */
#page-mv {
  width: 100%;
  height: 70px;
  background: url('../image/page-mv.png') no-repeat top center/cover;}
  @media (min-width: 768px) {
    #page-mv {
      height: 100px; } }
/* フォーム */
form label {
  margin: 0; }

form .required, form .any {
  font-size: 12px;
  color: #fff;
  padding: 0.2em 0.5em 0.3em;
  margin-right: 1em;
  border-radius: 5px;
  font-weight: normal; }

form .required {
  background-color: #DD3444; }

form .any {
  background-color: #aaa; }

form .form-head {
  font-weight: 600;
  padding-top: 0.9em; }

form .form-detail {
  padding-top: 0.6em;
  padding-bottom: 0.7em; }

form .form-control, form .form-select {
  padding: 0.75rem; }

form textarea {
  height: 150px; }

form .btn {
  color: #fff;
  font-weight: 600;
  padding: 0.5em 2em;
  text-align: center; }
  form .btn:hover {
    color: #fff;
    opacity: 0.8; }

form .fa-calendar-alt {
  color: #aaa;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%); }

.form-check-input[type=checkbox] {
  margin-top: 8px; }

.confirm table {
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  border: #FFC352 1px solid; }
  .confirm table th, .confirm table td {
    display: block;
    padding: 0.5em; }
  .confirm table th {
    background-color: #FFC352;
    border-bottom: #fff 1px solid; }
  .confirm table td {
    border-bottom: #FFC352 1px solid; }

@media (min-width: 768px) {
  .confirm table {
    padding: 30px;
    width: 70%; }
    .confirm table th {
      display: table-cell;
      width: 40%; }
    .confirm table td {
      display: table-cell;
      width: 60%; } }

/* ======= 記事ページ ======= */
.main {
  width: 100%;}
@media (min-width: 992px) {
 .main {
   width: calc( 100% - 390px);
   margin-right: 40px; } }
.side-bar {
   width: 100%; } 
@media (min-width: 992px) {
 .side-bar {
   width: 350px; } }

.single-head, .single-image-wrap, .hello, .recommend-for, .menu {
  margin-bottom: 30px; }

.single-ttl {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5; }

.single-image-wrap {
  width: 100%;
  height: 280px; }
  @media (min-width: 768px) {
    .single-image-wrap {
      height: 450px; } }
  .single-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
#ez-toc-container {
	width: 90% !important;
	margin: 0 auto 30px !important;
	border-radius: 0 !important;
	}
@media (min-width: 768px) {
	#ez-toc-container {
		width: 83% !important;}}

.recommend-for, #ez-toc-container {
  background-color: #F8F8F8 !important;
  border: #373737 1px solid !important;
  padding: 15px !important; }
  .recommend-for h2, .ez-toc-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 1em !important;}
    @media (min-width: 768px) {
      .recommend-for h2, .ez-toc-title {
        font-size: 20px !important; } }
	.ez-toc-title-container {
		margin-bottom: 1em !important;}
  .recommend-for .recommend-content, #ez-toc-container {
    font-size: 16px !important;
    font-weight: 600 !important; }
    .recommend-for .recommend-content a, #ez-toc-container a {
			color: #373737 !important;
      display: block !important;
      text-decoration: underline !important;
      margin-bottom: 0.5em !important; }
.recommend-content ul {
	margin-left: 1.5em;
}
.recommend-content li {
	list-style: none;
	position: relative;
}
.recommend-content li::before {
	color: #c0b283;
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
	left: -1.5em;
}

.post-content h2, .post-content h3, .post-content h4 {
  margin-bottom: 20px;}
.post-content p {
	 margin-bottom: 20px;}
.post-content h2 {
  font-size: 24px;
	line-height: 1.6em;
  font-weight: 600;
  border-top: #373737 2px solid;
  border-bottom: #373737 2px solid;
  padding: 0.5em; }

.post-content h3 {
  font-size: 20px;
	line-height: 1.6em;
  font-weight: 600;
  border-left: #373737 5px solid;
  padding-left: 0.6em; }

.post-content h4 {
  font-size: 20px;
	line-height: 1.6em;
  font-weight: 600;
  border-bottom: #373737 2px solid;
  padding: 0.4em; }

.post-content img {
	display: block;
  max-width: 90%;
  height: auto;
	margin: 0 auto 30px;}


.page-ttl,.archive-ttl {
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: #545454;
	padding: 20px 0;}

.category-hpb .archive-ttl {
	background-color: #BF2B80;}
.category-attracting-customers .archive-ttl {
	background-color: #5BB11C;}
.category-recommend .archive-ttl {
	background-color: #c0b283;}

/* ======= サイドバー ======= */

.author_profile {
  padding: 20px 15px; 
  margin-bottom: 30px;
  border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .author_profile {
      padding: 40px; } }

.avatar-box {
  width: 130px;
  height: 130px;
  margin: 0 auto 1em; }
  .avatar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%; }

.info .name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em; }

.side-bar-post-list {
  margin-bottom: 30px;}

.side-bar-post-list .side-bar-ttl {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 0 18px;
  margin: 0 0 20px 0;
  height: 40px;
  line-height: 40px;
  border-left: 4px solid #65c191; }

.side-bar-post-list .post-box-wrap {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .side-bar-post-list .post-box-wrap {
      margin-bottom: 30px; } }

.side-bar-post-list .post-box {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid #ddd;
  margin-bottom: 10px;}

.side-bar-post-list .image-wrap {
  width: 80px;
  height: 80px; }
  .side-bar-post-list .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.side-bar-post-list .post-inner {
  width: calc( 100% - 80px);
  padding-left: 10px; }

.side-bar-post-list .post-ttl {
  font-size: 14px;}

.side-bar-post-list .post-content p {
  font-size: 14px;
  margin-bottom: 0;}

.side-bar-post-list ul {
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-bottom: none;}

.side-bar-post-list li {
  list-style: none;}

.side-bar-post-list li a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #ddd;}

/* ======= ページネーション  ======= */
.pagenation {
  margin: 1em 0;
}

.pagenation a {
color: #da81b2;
}

.pagenation ul {
  margin: 0;
padding: 0
}
.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
  background-color: #65c191;
  color: #FFFFFF;
  padding: 0 10px;
}
.pagenation li a {
  color: #65c191;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}
.pagenation li a:hover {
  color: #65c191;
  opacity: 0.8;
}

/* ======= 追加  ======= */
.faq-sub{
	font-size:19px;
	background-color:#65c191;
	padding:2px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.green-sub{
	font-size:19px;
	background-color:#65c191;
	padding:2px;
	height:25px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.blue-sub{
	font-size:19px;
	background-color:#4D719E;
	padding:2px;
	height:25px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.brown-sub{
	font-size:19px;
	background-color:#B76F30;
	padding:2px;
	height:25px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.tubo{
	font-size:19px;
	background-color:#B76F30;
	padding:2px;
	color:#fff;
	font-weight:bold;
	text-align:center;
}
.home h1{
	font-size:1rem;
}


/*===================カットサロンシュハリCSS==============*/

.home h2{
	font-size: 26px;
	color: #333;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	line-height: 1.5;
	position: relative;
	text-align: center;
}
.home h2::after{
	width: 80px;
	height: 3px;
	background: #CABBE2;
	bottom: 0;
	left: calc(50% - 40px);
	content: "";
	position: absolute;
}
.btn-link{
	position: relative;
	display: block;
	background: #45A4BA;
	border:2px solid #45A4BA;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: .5em 0;
	transition:all 0.3s;
}
.btn-link::after{
	content: "";
	position: absolute;
	top:calc(50% - 6px);
	right: 5%;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 1px;
	border-bottom:solid 2px #fff;
	border-right:solid 2px #fff;
	transform: rotate(-45deg);
	transition:all 0.3s;
}
.btn-link:hover{
	background: #fff;
	border:2px solid #45A4BA;
	color: #45A4BA;
	transition:all 0.3s;
}
.btn-link:hover::after{
	border-bottom:solid 2px #45A4BA;
	border-right:solid 2px #45A4BA;
	transition:all 0.3s;
}
#mv{
	position: relative;
	margin-bottom:50px;
}
#mv-bottom{
	position: absolute;
	bottom:0;
	width:50%;
	left: 50%;
	transform: translate(-50%,50%);
}
.balloon{
  position: relative;
  padding: .5em 2em;
	text-align: center;
	background: #B16499;
	font-size: 22px;
	color: #fff;
	display: inline-block;
	border-radius: 25px;
	margin-bottom: 3rem;
}
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
	transform: translateX(-50%);
  left: 50%;
  bottom: -15px;
  border-top: 15px solid #B16499;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#top_bnr{
	padding-top: 200px;
	padding-bottom: 80px;
}
#hello{
	padding: 150px 0 80px 0;
}
#hello h2{
	font-size: 24px;
	text-align: center;
	color: #333333;
	margin-bottom: 1rem;
}
#hello p.hellotext{
	font-size: 30px;
	color: #B16499;
	margin-bottom: 1rem;
	line-height: 1.5;
}
#hello img{
	margin-bottom: 1rem;
}
#toline{
	padding: 80px 0;
}
#top_features{
	padding: 80px 0;
	background: #F4F4FF;
	
}

#top_features p.copy{
	font-size: 22px;
	color: #B16499;
	margin-bottom: 20px;
	font-weight: bold;
}
#top_features p{
	margin-bottom:20px;
}
#top_howtouse{
	padding: 80px 0;
	
}

#top_howtouse p.copy{
	font-size: 22px;
	color: #B16499;
	margin-bottom: 20px;
	font-weight: bold;
}
#top_howtouse p{
	margin-bottom:20px;
}

#top_access{
	padding: 80px 0 0;
	background: #F4F4FF;
	
}
#top_access .access_table th{
	width: 5.5rem;
	color: #B16499;
	text-align-last: justify;
}#top_access .access_table tr {
    border-bottom: 1px dotted #333;
    display: block;
}
#top_access iframe{
	display: block;
}
footer #footer_nav{
	padding: 0;
	margin: 20px 0;
	justify-content: center;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
footer #footer_nav li{
	align-content: center;
	margin-right: 2em;
}
footer #footer_nav li:last-child{
	margin-right: 0;
	width: 50px;
}
@media (max-width: 992px) {
	#mv-bottom {
    width: 80%;
	}
	#top_bnr {
    padding-top: 90px;
		padding-bottom:50px;
	}
	.balloon {
    padding: .25em 1em;
    font-size: 18px;
    margin-bottom: 1.5rem;
	}
	#hello {
    padding: 50px 0;
}
	#hello h2 {
    font-size: 20px;
	}
	#hello p.hellotext {
    font-size: 22px;
	}
	#toline {
    padding: 10px 0 30px;
}
	#top_features {
    padding: 50px 0;
	}
	.home h2 {
    margin-bottom: 2rem;
	}
	#top_howtouse {
    padding: 50px 0;
}
	#top_access {
    padding: 50px 0 0;
	}
	#top_access .access_table th,#top_access .access_table td{
		display: block;
		width: 100%;
		text-align-last: left;
	}
	
footer #footer_nav{
	display: none;
}
}
/*================CUTROOM Shuhariの5つの特徴ページ=============*/
#features_sec1,#features_sec2{
	padding: 80px 0;
}
#features_sec1 h1{
	font-size: 26px;
	color: #333;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	line-height: 1.5;
	position: relative;
	text-align: center;
}
#features_sec1 h1::after{
	width: 80px;
	height: 3px;
	background: #CABBE2;
	bottom: 0;
	left: calc(50% - 40px);
	content: "";
	position: absolute;

}
#features_sec2 h2{
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	color: #B16499;
	margin-bottom: 2.5rem;
}
body.features #features_sec2 .point-list{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px dotted #B4B4B4;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}
body.features #features_sec2 .point-list:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
body.features #features_sec2 .point-list li:first-child{
	width: 85px;
	margin-right: 30px;
}

body.features #features_sec2 .point-list li:nth-child(2){
	width: calc(100% - 115px);
	line-height: 1.75;
}
body.features #features_sec2 .point-list li h3{
	font-size: 22px;
	color: #B16499;
	margin-bottom: 1.25rem;
	font-weight: bold;
}
body.features #features_sec2 .point-list li p{
	margin-bottom: 0;
}
@media (min-width: 992px) {
	body.features #features_sec2 .point-list li.sp{
	display: none;
}
}
@media (max-width: 992px) {
#features_sec1, #features_sec2 {
    padding: 40px 0;
}
	#features_sec1 h1 {
    margin-bottom: 2rem;
	}
	#features_sec2 h2 {
    font-size: 19px;
	}
	body.features #features_sec2 .point-list li p.pc{
	display: none;
}
	body.features #features_sec2 .point-list li:first-child {
    width: 70px;
		margin-right: 15px;
	}
	body.features #features_sec2 .point-list li:nth-child(2) {
    width: calc(100% - 85px);
		align-content: center;
	}
	body.features #features_sec2 .point-list li h3 {
    margin-bottom: 0;
	}
	body.features #features_sec2 .point-list li.sp{
	margin-top: 20px;
}
}
/*================ご利用方法ページ=============*/
#howtouse_sec1,#howtouse_sec2{
	padding: 80px 0;
}
#howtouse_sec1 h1{
	font-size: 26px;
	color: #333;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	line-height: 1.5;
	position: relative;
	text-align: center;
}
#howtouse_sec1 h1::after{
	width: 80px;
	height: 3px;
	background: #CABBE2;
	bottom: 0;
	left: calc(50% - 40px);
	content: "";
	position: absolute;

}

#howtouse_sec1 h2{
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	color: #B16499;
	margin-bottom: 2.5rem;
}
#howtouse_sec1 .step-list{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 2rem;
	list-style: none;
	margin: 0 0 2rem;
	border-bottom: 1px dotted #B4B4B4;
}
#howtouse_sec1 .step-list:last-child,#howtouse_sec1 .step-list:nth-child(3){
	border-bottom: none;
}
#howtouse_sec1 .step-list:last-child{
	margin: 0;
	padding: 0;
}
#howtouse_sec1 .step-list li{
	padding: 0 20px;
	align-content: center;
}
#howtouse_sec1 .step-list li:first-child{
	width: 45%;
}
#howtouse_sec1 .step-list li:last-child{
	width: 45%;
}
#howtouse_sec1 .step-list li h3{
	color: #B16499;
	line-height: 1.5;
	margin-bottom: 1.5em;
	font-size: 22px;
}
#howtouse_sec1 .step-list li p{
	margin-bottom: 0;
	line-height: 1.5;
}
#howtouse_sec1 #howtoorder h3{
	text-align: center;
	font-size: 26px;
	margin-bottom: 1.5em;
	
}
#howtouse_sec1 #howtoorder h4{
	color: #B16499;
	line-height: 1.5;
	margin-bottom: 1.5em;
	font-size: 18px;
	font-weight: bold;
}
#howtouse_sec1 #howtoorder{
	background: #F4F4FF;
	padding: 3em;
	border-radius: 25px;
	position: relative;
	margin-top: 55px;
	margin-bottom: 2em;
}
#howtouse_sec1 #howtoorder::before{
	content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
	transform: translateX(-50%);
  left: 50%;
  top: -55px;
  border-bottom: 55px solid #F4F4FF;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
#howtouse_sec1 #howtoorder ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 2em;
	margin: 0 0 2em;
	border-bottom: 1px dotted #B4B4B4;
	list-style: none;
}
#howtouse_sec1 #howtoorder ul:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#howtouse_sec1 #howtoorder ul li{
	padding-left: 10px;
	padding-right: 10px;
}
#howtouse_sec1 #howtoorder ul li:first-child{
	width:10%;
}
#howtouse_sec1 #howtoorder ul li:nth-child(2){
	width:65%;
}
#howtouse_sec1 #howtoorder ul li:last-child{
	width:25%;
}
@media (min-width: 992px) {
}
@media (max-width: 992px) {
	#howtouse_sec1 h2 {
    margin-bottom: 2rem;
	}
	#howtouse_sec1 .step-list li h3 {
    margin-bottom: 0.5em;
	}
	#howtouse_sec1 .step-list li{
		padding: 0 ;
	}
	#howtouse_sec1 .step-list li:first-child{
		width: 100%!important;
		order: 2;
	}
	#howtouse_sec1 .step-list li:last-child{
		width: 100%!important;
		order: 1;
		margin-bottom: .5em;
	}
	#howtouse_sec1 #howtoorder {
    padding: 1.5em .5em;
	}
	#howtouse_sec1 #howtoorder ul li {
    padding-left: 0;
    padding-right: 0;
}
#howtouse_sec1 #howtoorder ul li:first-child{
	width:20%;
	margin-bottom: .5em;
}
#howtouse_sec1 #howtoorder ul li:nth-child(2){
	width:100%;
	margin-bottom: .5em;
}
#howtouse_sec1 #howtoorder ul li:last-child{
	width:100%;
}
	#howtouse_sec1 #howtoorder h4 {
    margin-bottom: .5em;
	}
	#howtouse_sec1, #howtouse_sec2 {
    padding: 50px 0;
}
}
/*================よくある質問ページ=============*/
#faq_sec1{
	padding: 80px 0;
}
#faq_sec1 h1{
	font-size: 26px;
	color: #333;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	line-height: 1.5;
	position: relative;
	text-align: center;
}
#faq_sec1 h1::after{
	width: 80px;
	height: 3px;
	background: #CABBE2;
	bottom: 0;
	left: calc(50% - 40px);
	content: "";
	position: absolute;

}
#faq_sec1 .faq_wrap{
	margin-bottom: 1em;
}
#faq_sec1 .faq_wrap .question{
	background: #CABBE2;
	color: #fff;
	padding: 0.5em .75em;
	font-size: 20px;
	cursor: pointer;
	position: relative;
}
#faq_sec1 .faq_wrap .question::before{
	content:"";
	height:20px;
	width:3px;
	background:#fff;
	position:absolute;
	right: 28.5px;
	top:calc(50% - 10px);
	transition: all .3s;
}
#faq_sec1 .faq_wrap .question.open::before{
	transform: rotate(45deg);
	transition: all .3s;
}
#faq_sec1 .faq_wrap .question::after{
	content:"";
	width:20px;
	height:3px;
	background:#fff;
	position:absolute;
	right: 20px;
	top:calc(50% - 1.5px);
	transition: all .3s;
	
}
#faq_sec1 .faq_wrap .question.open::after{
	transform: rotate(45deg);
	transition: all .3s;
}
#faq_sec1 .faq_wrap .answer{
	padding: 2em .75em;
}
#faq_sec1 .faq_wrap .answer p span{
	font-size: 20px;
	color: #45A4BA;
	font-weight: bold;
}
@media (max-width: 992px) {
	#faq_sec1 {
    padding: 50px 0;
}
	#faq_sec1 h1 {
    margin-bottom: 2rem;
	}
	#faq_sec1 .faq_wrap .question {
    padding-right: 1.2em;
    font-size: 18px;
	}
	#faq_sec1 .faq_wrap .answer {
    padding: .75em .75em;
}
	#faq_sec1 .faq_wrap .question::before {
    height: 15px;
		right: 16px;
    top: calc(50% - 7.5px);
	}
	#faq_sec1 .faq_wrap .question::after {
    width: 15px;
		right: 10px;
	}
	#faq_sec1 .faq_wrap:last-child{
		margin-bottom: 0;
	}
}

.calendar img {
  display: block;
  margin: 0 auto 30px; /* 下に30pxの余白 */
  max-width: 80%;
}