@charset "UTF-8";
html{font-size: 62.5%;}
* {box-sizing: border-box;}
body {
  line-height: 1.4;
  display: block;
  font-family: "Shippori Mincho", serif;
  min-width: 320px;
  font-weight: 400;
  font-size: 1.6rem;
}
body * {
  font-weight: 400;
}
main{
  overflow: hidden;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
}
img{
  width: 100%;
  font-size: 0;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}
.flex:last-of-type{
	margin-bottom: 0;
}
.w1100{
  max-width: 1140px;
  padding: 0 20px;
  margin-inline: auto;
}
.txt-center{
  text-align: center;
}
.txt-end{
  text-align: end;
}
.btn{
  display: flex;
  justify-content: center;
}
.btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  background: #fff;
  font-size: 1.5rem;
  color: #fff;
  transition: .3s;
  border: solid 1px #AD904C;
  color: #AD904C;
}
.btn a::after{
	content: "";
    display: inline-block;
    vertical-align: middle;
	color: #AD904C;
    line-height: 1;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    border-width: 1px 1px 0px 0px;
    border-style: solid solid;
    border-color: currentcolor currentcolor;
    border-image: initial;
    border-left: 0px;
    border-bottom: 0px;
	transition: .3s;
}
.btn.btn-line a{
	background: #fff;
	color: #fff;
	border: solid 1px #06C755;
	color: #06C755;
}
.btn.btn-line a::after{
	color: #06C755;
}
.btn-line a::before{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../image/line-btn-icon.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .3s;
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translateY(-50%);
}
.fs0{
  font-size: 0;
}
.home section{
	padding: 6% 0;
}
.en{
	font-family: "Cormorant", serif;
	font-weight: 500;
}
.home h1{
	font-size: 3rem;
margin-bottom: 15px;
color: #20573A;
font-weight: 600;
}
.home h2{
font-size: 3.5rem;
text-align: center;
margin-bottom: 25px;
color: #FF609D;
}
.home h3{
font-size: 4rem;
margin-bottom: 10px;
}
.home p{
	font-size: 1.6rem;
}
.home p.mb{
	margin-bottom: 15px;
}
.home .flex .img{
	width: 48%;
}
.home .flex .txt{
	width: 50%;
}
.ttl-txt{margin-bottom: 30px;}
.home .ttl-area{
	margin-bottom: 25px;
}
.home .ttl-area span{
	font-size: 1.4rem;
	display: block;
	text-align: center;
}
.btn-flex{
	justify-content: center!important;
  }
  .btn-flex .btn{
	margin: 10px;
  }

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #FFF9F1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	box-sizing: border-box;
	z-index: 1000;
	transition: all 0.3s ease;
	border-bottom: 1px solid #eee;
}

/* スクロール時のヘッダー変化 */
header.scrolled {
	height: 60px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	padding: 0 20px;
}

/* --- ロゴエリア --- */
/* メニューより手前に表示するためにz-indexを指定 */
.header-logo {
	display: flex;
	z-index: 1002; 
	position: relative; /* z-indexを効かせるため */
	mix-blend-mode: multiply;
	flex-direction: column;
}
.header-logo span{
	display: block;
	color: #1c1c1c;
	font-size: 1rem;
	margin-top: 2px;
}
.logo-icon {
	width: 215px;
	margin-right: 15px;
	transition: font-size 0.3s;
	font-size: 0;
}

header.scrolled .logo-icon {
	width: 170px;
}

.logo-text-group {
	display: flex;
	flex-direction: column;
}

.logo-main {
	font-family: "Times New Roman", serif;
	font-size: 26px;
	letter-spacing: 0.08em;
	color: #333;
	line-height: 1.1;
}

.logo-sub {
	font-size: 11px;
	color: #666;
	margin-top: 4px;
	opacity: 1;
	transition: opacity 0.3s;
}

header.scrolled .logo-sub {
	opacity: 0; 
	height: 0;
	overflow: hidden;
	margin: 0;
}

/* --- 右側アクションエリア --- */
header .right {
	display: flex;
	align-items: center;
	position: relative;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 15px;
	z-index: 1001; /* メニューより手前に */
	position: relative;
}

/* 予約ボタン共通（ヘッダー用） */
.rs-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 48px;
	padding: 0 24px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	transition: all 0.3s;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}

.rs-btn::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 8px;
	height: 8px;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}
.rs-btn.btn-line::before{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../image/line-btn-icon.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .3s;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}
header.scrolled .rs-btn {
	height: 40px;
	padding: 0 18px;
	font-size: 13px;
}

.rs-btn.btn-web {
	background-color: #fff;
	border: solid 1px #AD904C;
	color: #AD904C;
}
.rs-btn.btn-web::after{
	color: #AD904C;
}
.rs-btn.btn-line {
	background-color: #fff;
	border: solid 1px #06C755;
	color: #06C755;
}
.rs-btn.btn-line::after{
	color: #06C755;
}
.btn-line a{
	background-color: #06C755;
	border: solid 1px #06C755;
}

.arrow-icon { margin-left: 8px; font-size: 0.9em; }
.line-icon { margin-right: 6px; font-size: 1.4em; }


/* --- ハンバーガーメニュー --- */
.hamburger {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 55px;
	height: 55px;
	cursor: pointer;
	padding: 15px 10px;
	margin-left: 25px;
	z-index: 1021;
	transition: all 0.3s;
}

.hamburger span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #AD904C;
	transition: all 0.3s;
	border-radius: 2px;
}

/* アクティブ時の×印アニメーション */
.hamburger.active span:nth-child(1) {
	transform: translateY(10px) rotate(45deg);
	background-color: #AD904C;
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: translateY(-12px) rotate(-45deg);
	background-color: #AD904C;
}

/* --- ドロワーメニュー（header内配置・上からスライド） --- */
.nav-menu {
	position: fixed; /* header内に入れても画面全体基準で配置 */
	top: -100vh;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #333;
	overflow-y: auto;
	transition: top 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 1011; /* header内の他の要素（ロゴなど）より後ろにする */
	padding-top: 100px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.nav-menu.open {
	top: 0;
}

/* メニュー内のレイアウト */
.nav-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	opacity: 0;
	transform: translateY(20px);
	transition: 0.5s;
	transition-delay: 0.2s;
}

.nav-inner h3{
	font-size: 2.5rem;
}

.nav-menu.open .nav-inner {
	opacity: 1;
	transform: translateY(0);
}

/* 左側のロゴエリア（メニュー内） */
.nav-logo-area {
	width: 18%;
	margin-bottom: 40px;
}
.nav-logo-icon {
	font-size: 60px;
	color: #b59b7c;
	margin-bottom: 10px;
	/* 画像用に追加 */
	width: 100%;
	max-width: 150px;
	display: block;
}

/* 右側のコンテンツエリア */
.nav-content-area {
	width: 75%;
}

.nav-col {
	width: 100%;
	margin-bottom: 40px;
	/* スマホ時の並び替え用にflexコンテナ化 */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 4%; 
}

.nav-title {
	font-size: 18px;
	font-weight: bold;
	color: #AD904C;
	border-bottom: 1px solid #AD904C;
	padding-bottom: 10px;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}

.nav-links li {
	margin-bottom: 12px;
}
.nav-links a {
	font-size: 14px;
	color: #333;
	transition: color 0.3s;
	display: block;
}

.nav-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	transition: .3s;
	position: relative;
	font-size: 1.6rem;
}
.nav-btn::after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 8px;
	height:8px;
	border: 1px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	transition: .3s;
}
.nav-btn.btn-nav-line::before{
	content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../image/line-btn-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
}

.nav-btn .nav-arrow {
	position: absolute;
	right: 20px;
	font-size: 14px;
}
.btn-nav-kousiki {background-color: #fff; border: solid 1px #1c1c1c; color: #1c1c1c;}
.btn-nav-kousiki::after{color: #1c1c1c;}
.btn-nav-web { background-color: #fff; border: solid 1px #AD904C; color: #AD904C;}
.btn-nav-web::after{color: #AD904C;}
.btn-nav-line { background-color: #fff; border: solid 1px #06C755; color: #06C755;}
.btn-nav-line::after{color: #06C755;}
.btn-nav-beauty-f{ background-color: #fff;border: solid 1px #355b46; color: #355b46;}
.btn-nav-beauty-f::after{color: #355b46;}
.btn-nav-beauty-m{ background-color: #fff; border: solid 1px #4da1f7; color: #4da1f7;}
.btn-nav-beauty-m::after{color: #4da1f7;}

/* .nav-item .senmon{
	padding: 20px;
	background: #FEF9F2;
} */
.nav-item .senmon h4{
	position: relative;
	font-size: 1.8rem;
	margin-bottom: 15px;
	font-weight: bold;
	color: #AD904C;
	text-align: center;
	margin-top: 30px;
}

.nav-sns-ttl{
	margin-top: 20px;
}
.nav-sns {
	display: flex;
	gap: 15px;
	margin-top: 10px;
}
.sns-circle {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	transition: 0.3s;
}
.sns-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav-item{width: 48%; margin-bottom: 30px;}
.nav-item:first-of-type{width: 100%;}
.nav-item:first-of-type .nav-links li{
	width: 48%;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
} 

/* fv---------------------------------------------------------------- */
.fv {
	margin-top: 80px;
}
.fv .sp{
	display: none;
}
.swiper-pagination{
	bottom: -30px!important;
}

/* about---------------------------------------------------------------- */
.home .about h1{
	font-size: 3.5rem;
	color: #FF609D;
	font-weight: 500;
	margin-bottom: 10px;
}
.home .about p{
	margin-bottom: 20px;
}
.home .about .btn{
	justify-content: flex-start;
	margin: 10px 0 10px 0;
}


/* worry-list ----------------------------------------------------------*/
.home .worry{
	background: #FFF7FA;
}
.home .worry-list{
	margin-bottom: 30px;
}
.home .worry-list ul::before{
	content: "";
	width: 19.5%;
	order: 1;
}
.home .worry-list ul::after{
	content: "";
	width: 19.5%;
	display: block;
}
.home .worry-list ul li{
	width: 19.5%;
	border: solid 1px #AD904C;
	margin-bottom: 10px;
	background: #fff;
}
.home .worry-list ul li:last-of-type{
	border: none;
	background: transparent;
}
.home .worry-list ul li:last-of-type img{
	mix-blend-mode: multiply;
}
.home .worry-list ul li p{
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	font-size: 1.5rem;
	color: #1c1c1c;
	letter-spacing: -0.02em;
}
.home .worry-list ul li .btn span{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 50px;
    background: #fff;
    font-size: 1.3rem;
    color: #fff;
    transition: .3s;
    border: solid 1px #AD904C;
    color: #AD904C;
}
.home .worry-list ul li .btn span::after{
	content: "";
    display: inline-block;
    vertical-align: middle;
    color: #AD904C;
    line-height: 1;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    border-width: 1px 1px 0px 0px;
    border-style: solid solid;
    border-color: currentcolor currentcolor;
    border-image: initial;
    border-left: 0px;
    border-bottom: 0px;
    transition: .3s;
}
.home .worry-list ul li .txt-area{
	padding: 0px 10px 10px 10px;
}
.home .worry-list ul li .txt-area .btn a{
	font-size: 1.6rem;
}
.home .worry .btn-area{
	justify-content: center;
}
.home .worry .btn-area .btn{
	margin: 10px;
}

/* キャンペーン -------------------------------------------------*/
.campaign .flex{
	margin-bottom: 30px;
}
.home .campaign .item{
	width: 32%;
	margin-bottom: 10px;
}

/* news------------------------------------------------------------------- */
.news {
	padding-top: 0!important;
}
.news .flex{
	margin-bottom: 30px;
}
.news .flex::after{
	content: "";
	display: block;
	width: 32%;
}
.news .flex li{
	width: 32%;
	border:  solid 1px #DADADA;
	border-radius: 20px;
	overflow: hidden;
}
.news .flex li .thum{
	position: relative;
	padding-top: 55%;
	overflow: hidden;
}
.news .flex li .thum img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	transition: .3s;
}
.news .flex li .txt-area{
	padding: 20px;
}
.news .flex li .day{
	font-size: 1.4rem;
	color: #797979;
}
.news .flex li .title{
	font-size: 2rem;
	color: #666;
}

/* access */
.access {
	padding: 6% 0;
	background: #FFF9F1;
  }
  .access .map-area{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: solid #AD904C 1px;
  }
  .access .map iframe{
	width: 100%;
	height: 100%;
  }
  .access .img {
	width: 45%;
  }
  .access .txt {
	width: 50%;
  }
  .access .btn{
	justify-content: flex-start;
  }
  .access .btn a{
	font-size: 1.4rem;
  }

  .access a{
	color: #1c1c1c;
  }
  .access a.tel{
	pointer-events: none;
  }

  /* マップ・詳細エリア */
  .access .access-info h3 {
	font-size: 2.4rem;
	color: #AD904C;
	margin: 0 0 20px 0;
	font-weight: 700;
	padding: 0;
	background: transparent;
  }
  
  /* 定義リスト（診療科目など） */
  .access .info-list {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 15px 20px;
	margin-bottom: 30px;
  }
  .access .info-label {
	border: 1px solid #AD904C;
	color: #AD904C;
	padding: 5px 10px;
	font-size: 1.4rem;
	text-align: center;
	white-space: nowrap;
	align-self: start;
  }
  .access .info-content {
	font-size: 1.5rem;
	line-height: 1.6;
	display: block;
	color: #1c1c1c;
  }
  .access .info-content p {
	  margin: 0;
  }
  
  /* 診療時間テーブル */
  .access .schedule-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.4rem;
	background: #fff;
	border: 1px solid #AD904C;
	border-radius: 8px;
	margin: 0;
  }
  .access .schedule-table th,
  .access .schedule-table td {
	border-bottom: 1px solid #eee;
	padding: 12px 5px;
	text-align: center;
	vertical-align: middle;
  }
  .access .schedule-table .border-none th,
  .access .schedule-table .border-none td{
	border-bottom: none;
  }
  .access .schedule-table th {
	color: #AD904C;
	font-weight: 700;
	background-color: #fff;
  }
  .access .schedule-table tr:last-child td {
	border-bottom: none;
  }
  .access .schedule-time {
	font-weight: 700;
	text-align: left;
	padding-left: 15px;
  }
  .access .rest-day {
	font-weight: 700;
	background: #eee;
  }
  .access .mark-star {
	font-size: 1.2rem;
  }
  .access .note-text {
	  font-size: 1.0rem;
	  display: block;
	  margin-top: 2px;
  }
  
  /* 右側の詳細テキスト */
  .access .schedule-details {
	font-size: 1.4rem;
  }
  .access .detail-row {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
  }
  .access .detail-label {
	border: 1px solid #AD904C;
	color: #AD904C;
	padding: 4px 10px;
	font-size: 1.3rem;
	margin-right: 15px;
	white-space: nowrap;
	min-width: 80px;
	text-align: center;
  }
  .access .detail-text {
	font-size: 1.3rem;
	line-height: 1.6;
  }
  .access .small-note {
	font-size: 1.2rem;
	color: #666;
	margin-top: 10px;
	line-height: 1.5;
  }
  
  .access .btn-wrap {
	  gap: 20px;
	  justify-content: center;
	  margin-top: 30px;
  }

  /* フッター ----------------------------------------------------- */
  footer {
	  background: #fff;
	  padding-top: 5%;
  }
  .footer-inner .flex .left{
	width: 30%;
  }
  .footer-inner .flex .right{
	width: 65%;
  }
  .footer-inner .flex .right .item{
	width: 48%;
	margin-bottom: 20px;
  }
  .footer-inner {
	  padding-bottom: 40px;
  }
  .footer-logo {
	  text-align: center;
	  margin-bottom: 20px;
  }
  .footer-logo img {
	  width: 180px;
	  margin-bottom: 10px;
  }
  .footer-address h4{
	font-size: 1.6rem;
	line-height: 1.6;
}
  .footer-address p{
	  font-size: 1.3rem;
	  line-height: 1.6;
  }
  .footer-address a{
	font-size: 1.3rem;
	color: #1c1c1c;
	pointer-events: none
  }
  .footer-links h4 {
	  font-size: 2rem;
	  color: #AD904C;
	  font-weight: 700;
	  margin-bottom: 10px;
	  border-bottom: 1px solid #ccc;
	  padding-bottom: 10px;
  }
  .footer-links ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
  }
  .footer-links li {
	  margin-bottom: 5px;
	  font-size: 1.4rem;
  }
  .footer-links li a{
	  color: #333;
  }
  .footer-links.item:first-of-type{
	width: 100%!important;
  }
  .footer-links.item:first-of-type .nav-links li{
	width: 48%;
  }

  /* フッターボタン */
  
  .footer-btn-area {
	  display: flex;
	  flex-direction: column;
	  gap: 15px;
  }
  .footer-btn-area .btn a{
	width: 100%;
	font-size: 1.4rem;
}
.footer-btn-area .btn.btn-pink a{
  background: #fff;
  border: solid 1px #355b46;
  color: #355b46;
}
.footer-btn-area .btn.btn-pink a::after{
  color: #355b46;
}
.footer-btn-area .btn.btn-blue a{
  background: #fff;
  border: solid 1px #4da1f7;
  color: #4da1f7;
  }
.footer-btn-area .btn.btn-blue a::after{
  color: #4da1f7;
  }
  
  .copyright {
	  background: #542514;
	  color: #fff;
	  text-align: center;
	  padding: 15px 0;
	  font-size: 1.1rem;
  }

  /* よくある質問 */
  .faq.accordion{
	margin-bottom: 30px;
}
.faq .accordion-item{
  margin-bottom: 10px;
  }
  .faq .accordion-title{
	width: 100%;
    font-size: 1.8rem;
    color: #1c1c1c;
    padding: 20px 50px 20px 20px;
    cursor: pointer;
    position: relative;
    user-select: none;
    border-radius: 6px;
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid #AD904C;
    background: #fff;
    transition: .3s;
	justify-content: flex-start;
	margin-bottom: 0!important;
}
.faq .accordion-item.active{
	margin-bottom: 30px;
}
.faq .accordion-item.active .accordion-title{
	margin-bottom: 10px!important;
}
.faq .accordion-title span{
	margin-right: 5px;
}
  .faq .accordion-title::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #AD904C;
    transition: transform .3s ease, content .3s ease;
}
.faq .accordion-item.active .accordion-title::after {
    content: "−";
    transform: translateY(-50%) rotate(180deg);
}

.faq .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0 20px;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.faq .accordion-content span {
	display: block;
    font-size: 1.8rem;
	margin-top: 2px;
	margin-right: 5px;
}
.faq .accordion-content p {
    font-size: 1.8rem;
    line-height: 1.7;
    /* padding: 0 0 40px 0; */
}


.loop {
    display: flex;
    overflow: hidden;
	margin: 30px 0 0 0;
}
.loop ul {
	display: flex;
	width: 100vw;
}
.loop li {
	width: 20vw;
	padding: 0 10px;
}
.loop ul:first-child {animation: loop 100s -50s linear infinite;}
.loop ul:last-child {animation: loop2 100s linear infinite;}

@keyframes loop {
	0% {transform: translateX(100%);}
	to {transform: translateX(-100%);}
}
@keyframes loop2 {
	0% {transform: translateX(0);}
	to {transform: translateX(-200%);}
}


.bannerBox{
	position: fixed;
	right: 10px;
	top: 15%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
  }

.bannerBox > a{
    display: block;
    width: 100px;
    height: auto;
    overflow: hidden;
	transition: .3s;
}
.bannerBox > a:first-of-type{
	margin-bottom: 10px;
}
.bannerBox > a picture img{ width: 100%; height: auto; vertical-align: bottom;}
.bannerBox > span{
    background-color: #fff;
	border: solid 1px #1c1c1c;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    color: #1c1c1c;
    font-weight: bold;
    line-height: 1.8em;
    margin-left: auto;
    cursor: pointer;
	margin-bottom: 5px;
	border-radius: 20px;
}
  
.bannerBox.is-show{
	opacity: 1;
	visibility: visible;
  }

.sp-cta{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
}
.sp-cta .item{
	width: 33.333%;
	font-size: 0;
}

.guide{
	padding: 6% 0;
  }
  .home .guide{
	display: none;
  }
  .guide .flex{
	justify-content: center;
  }
  .guide .flex .btn{
	margin: 0 5px;
  }
  .guide h2{
	font-size: 3.5rem;
    text-align: center;
    color: #20573A;
    font-weight: 500;
	margin-bottom: 20px;
	font-weight: bold;
  }