@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
li {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}
input, textarea, select {
*font-size:100%
}
body {
	text-align: left;
	line-height: 160%;
	margin: 0 auto;
	padding: 0;
	font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:14px;
	font-weight: 400;
	color: #2F243C;
}
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;

}

h2, h3, h4, h5, h6, address, div, blockquote, p, pre, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}
header, footer, section, nav {
	display: block;
}
img {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
	display: inline;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
}
li {
	list-style: none;
	text-align: left;
}
a:link {
	color: rgb(125, 90, 40);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #96568A;
}
p {
	text-align: left;
	margin-bottom: 1.5em;
}
.clearfix, p, .r_index li {
	min-height: 1px;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* -----------------------------------FLOAT */
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
@media screen and (max-width:798px) {
.mt60 {
	margin-top: 30px !important;
}
.mb60 {
	margin-bottom: 30px !important;
}
}
/* -----------------------------------opacity */

p {
	font-size: 19px;
	line-height: 1.8;
}
.sec {
	width: 1000px;
	margin: 0 auto;
}
.sec02 {
	width: 950px;
	margin: 0 auto;
}
.sec h1 {
	font-size: 24px;
	line-height: 1.8;
	color:#FFF;
}
.ac {
	text-align: center;
}
.pc_only {
	display: block !important;
}
.sp_only {
	display: none !important;
}
#hiro_access {
margin-top: -160px;
padding-top: 160px;
}
/*=======================
	ヘッダー
=======================*/
header {
	margin: 0px auto;
	height: 70px;
	padding-top: 20px;
	color: #a47a9a;
	background-color: #fff;
	text-align: center;
}
header a,header a:hover {
	color: #a47a9a;
}
header img {
	width: 232px;
	height: auto;
	vertical-align: middle;
	padding-bottom: 5px;
}
.header_wrap {
	width: 100%;
	position: fixed;
	height: 135px;
	z-index: 999;
    box-shadow:0px 3px 7px rgba(0,0,0,0.2);
}
.content {
	width: 100%;
	padding-top: 135px;
	overflow: hidden;
}
#h_nav {
	width: 100%;
	background-color: #fff;
}
#h_nav ul {
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;

}
#h_nav ul li {
    width: 20%;
    text-align: center;
    border-right: 1px solid #A47A9A;
    box-sizing: border-box;
    line-height: 45px;
    height: 45px;
    color: #A47A9A;
    font-size: 26px;
    display: block;
}
#h_nav ul li:last-child {
	border: none;
}
#h_nav ul li a {
	color: #A47A9A;
	font-size: 26px;
	display: block;
}
/*=======================
	パンくずリスト
=======================*/
.breadcrumb {
    width: 100%;
    margin: 0 auto 0;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.breadcrumb a {
  color: #3c3736;
}
.breadcrumb_inner {
  width: 1810px;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 0;
}
.breadcrumb ul {
  margin-right: 40px;
}
@media screen and (max-width: 750px) {

.breadcrumb ul {
  margin-right: 17.5px;
}
.breadcrumb ul {
  margin-right: 0;
  padding-right: 10px;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
/* SPのみスクロール後パンくず表示 */
html, body {
    overscroll-behavior: none;
  }
  .breadcrumb {
    display: none;
    transition: all 0.3s;
  }
  .breadcrumb.show {
    display: block;
  }
}
.breadcrumb ul li {
display: inline-block;
position: relative;
padding-left: 14px;
}
.breadcrumb li:not(:first-of-type):before {
    content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #ab80a6;
  border-right: solid 1px #ab80a6;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
/*=======================
	フッター
=======================*/
footer {
	margin: 0 auto;
	font-size: 30px;
	background-color: #A47A9A;
	color: #fff;
	text-align: center;
	padding-top: 50px;
}
footer p {
text-align: center;
margin-bottom: 20px;
font-size: 16px;
line-height: 1.8;
}
footer p a:link {
color: #fff;
}
img.f_cby {
display: inline-block;
margin: 30px 0 40px;
max-width:180px;
}
img.f_inster {
display: inline-block;
margin: 0 0 50px;
max-width:53px;
}
img.f_cali {
display: inline-block;
margin: 0 0 20px;
max-width:60px;
}
.footer_logo {
	margin: 57px 0 52px 0;
}
.footer_logo img {
	width: 238px;
	height: auto;
	margin-bottom: 15px;
}
footer a {
	color:#fff;
}
.f_link,.f_catch {
line-height: 2.2;
}
small {
width: 100%;
	color:#FFF;
	display: block;
	margin-top: 10px;
	padding:19px 0 60px;
	font-size: 16px;
}
small a {
	color:#FFF;
}
small a:link {
	color:#FFF;
}
small a:hover {
	color:#FFF;
}
small a:visited {
	color:#FFF;
}


/* 動画バナー */


.fv-banner .movie_banner video {
  width: 100%;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  min-width: 100%;
  min-height: auto;
  transform: translateX(0);
}
.fv-banner .movie_banner {
  width: 90%;
  height: auto;
  margin: 0 auto 15px;
  max-width:600px;
}
@media screen and (max-width: 750px) {
  .fv-banner .movie_banner {
    margin-top: 20px;
  }
}
/*アクセス*/
.more_detail {
	display: inline-block;
    color: #A47A9A;
    background: url(../img/access/icon_down.png) no-repeat right center;
    -webkit-background-size: 15px;
    background-size: 15px;
    padding-right: 26px;
    font-size: 19px;
	margin: 0 30px 30px;
	cursor: pointer;
}
.more_detail.selected {
    background: url(../img/access/icon_up.png) no-repeat right center;
    -webkit-background-size: 15px;
    background-size: 15px;
    padding-right: 26px;
    font-size: 19px;
	margin-bottom: 30px;
	color: #6B6575;
}
.btn_net_r .more_info {
	margin-bottom: 60px;
}
.btn_net_r .more_info p {
	margin-bottom: 40px;
	text-align: left;
	font-size: 15px;
}
.btn_net_r .more_info p.catch {
	text-align: center;
	font-size: 19px;
}
.more_info p img {
	margin-top: 10px;
}
/*アクセス*/
.more_detail_link a{
	display: inline-block;
    color: #A47A9A;
    background: url(../img/access/icon_right.png) no-repeat right center;
    -webkit-background-size: 10px;
    background-size: 10px;
    padding-right: 20px;
    font-size: 19px;
	margin-bottom: 30px;
	cursor: pointer;
}
/*.more_detail a{
	display: inline-block;
    color: #A47A9A;
    background: url(../img/access/icon_down.png) no-repeat right center;
    -webkit-background-size: 15px;
    background-size: 15px;
    padding-right: 26px;
    font-size: 19px;
	margin-bottom: 30px;
	cursor: pointer;
}
.more_detail.selected {
    background: url(../img/access/icon_up.png) no-repeat right center;
    -webkit-background-size: 15px;
    background-size: 15px;
    padding-right: 26px;
    font-size: 19px;
	margin-bottom: 30px;
}*/
.btn_net_r .more_info {
	margin-bottom: 60px;
}
.btn_net_r .more_info p {
	margin-bottom: 40px;
	text-align: left;
	font-size: 15px;
}
.btn_net_r .more_info p img {
	max-width: 100%;
	height: auto;
}
.btn_net_r .more_info p.catch {
	text-align: center;
	font-size: 19px;
}
.more_info p img {
	margin-top: 10px;
}
/*店舗ナビ*/
#f_nav {
    width: 100%;
    background-color: #aa7da0;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}
#f_nav ul {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#f_nav ul li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    line-height: 35px;
    height: 35px;
}
#f_nav ul li:last-child {
    border: none;
}
#f_nav ul li a {
    color: #fff;
    font-size: 21px;
    display: block;
}
/*index*/
.headline {
	width: 100%;
	height: auto;

}
.headline img {
	width: 100%;
	height: auto;
}

/*------------------------*/
.top_image {
	padding: 60px 0 35px;
	background-color:#987181;
	text-align: center;
}
.top_image p {
	color: #fff;
	text-align: center;
	font-size: 22px;
}
.top_image p.top_p {
font-size: 24px;
margin-bottom: 1.5em;
}
.top_banner {
max-width: 645px;
width: 100%;
margin: 60px auto 40px;
}
.top_banner img {
width: 100%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 12px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_wrap {
width: 804px;
max-width: 645px;
margin: 80px auto 170px;
font-size: 22px;
color: #2F243C;
}
/*------------------------*/
.title_cali {
	margin: 0 auto;
	text-align: center;
	font-size: 29px;
	line-height: 1.45;
	margin-bottom: 40px;
	color: #A47A9A;
}
.sec #hiro_access h1.title_cali {
    margin: 0 auto;
    text-align: center;
    font-size: 29px;
    line-height: 1.45;
    margin-bottom: 40px;
    color: #A47A9A;
}
.title_cali2 {
	margin: 0 auto;
	text-align: center;
	font-size: 29px;
	line-height: 1.625;
	margin-bottom: 10px;
	color: #A47A9A;
}
/*------------------------*/
.list_cali {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin: 30px auto;
}
.list_cali::after{
  content:"";
  display: block;
  width:30%;
}
.list_cali li {
	width: 29.65%;
	margin-bottom: 40px;
	font-size: 19px;
	line-height: 1.6;
	letter-spacing: -1px;
	text-align: left;
}
.list_cali li img {
	width: 89.6%;
}
.list_cali li:last-child {
	margin-bottom: 0;
}
.list_cali li a {
	color: rgb(209, 39, 122);
	text-decoration: underline;
}
.list_cali li strong {
	display: block;
	color: #2F243C;
	font-size: 22px;
	margin: 0 0px 0.4em 0;
	letter-spacing: -2px;
}
.list_cali li span {
	text-align:left;
	font-size:180%;
	line-height:0.8;
	margin-right: 15px;
	vertical-align:-5px;
}
.txt18 {
	font-size:17px !important;
}
/*------------------------*/

.ok {
	border: 2px solid rgb(125, 90, 40);
	width: 100%;
	box-sizing:border-box;
	color: rgb(125, 90, 40);
	font-size: 20px;
	line-height: 1.8;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content: space-around;
	justify-content:space-around;
	margin: 0 auto 105px;
}
.ok .okBox {
	width: 50%;
	box-sizing:border-box;
}
.ok .box01 {
	padding:10px 20px 17px 20px;
}
.ok .box02 {
	padding:10px 40px 17px 20px;
}
.okBox dl {
}
.okBox dt {
	font-size: 18px;
	margin-bottom: 8px;
}
.okBox dt span {
	font-size: 20px;
	margin-right: 5px;
	display: inline-block;
}
.okBox dd {
	font-size: 15px;
}
/*------------------------*/
.bk01 {
    width: 100%;
}

/*------------------------*/

/*------------------------*/
.list_menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content: space-around;
	justify-content:space-around;
	margin: 50px auto 0 auto;
}
.list_menu li {
	width: 29.65%;
	font-size: 21px;
	line-height: 1.6;
	color: rgb(125, 90, 40);
	letter-spacing: 0.5px;
	text-align:center;
}
.list_menu li .photo {
	width: 89.6%;
}
.list_menu li:last-child {
	margin-bottom: 0;
}
.list_menu li .title_course {
	color: rgb(209, 39, 122);
	font-size: 28px;
	margin: 1em 0px 0.5em 0px;
	text-align: center;
	box-sizing:border-box;
}
.list_menu li .title_course.cnt {
	padding:20px 0 0 0;
}
.list_menu li p {
	display:block;
	text-align:left;
	font-size:18px;
}
.list_menu li .price {
	display:block;
	text-align: center;
	font-size:20px;
	line-height:1;
}
.list_menu li .price span {
	font-size:30px;
}
.list_menu li .price span.sla {
	font-size:40px;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
.order3 {
	order: 3;
}
.slide3 img{
width: 100%;
overflow: hidden;
}
.slide3{
margin-bottom: 180px;
}
.slick-slide {outline:none;}
/*------------------------*/

a.link_menu {
	text-decoration: underline;
	color:rgb(209, 39, 122);
	font-size: 30px;
	display: block;
	text-align: center;
	margin: 43px 0 93px;
}
.p_menu {
	text-align: center;
}
/*------------------------*/
.bk02 {
	background:#EADEDA;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
    width: 100%;
}
.bk02 .sec {
	padding:65px 0 80px 0;
}
.message_box {
	margin:0 0 80px 0;
	position: relative;
}
.message_box:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.message_box .photo {
	width: 173px;
	box-sizing:border-box;
	padding-top: 10px;
	float: left;
}
.message_box .photo img {
width: 100%;
height: auto;
}
.message_box .store {
	display: block;
	color:rgb(209, 39, 122);
	margin: 25px 0 20px;
	line-height: 1.5;
}
.message_box .txt {
	width: 814px;
	font-size: 24px;
	padding:0 0 30px 0px;
	box-sizing:border-box;
	float: right;
}
.title_m {
	display: block;
	color:#2F243C;
	font-size: 22px;
	margin: 0px 0 15px;
	line-height: 1.6;
}
/*.title_m span{
	font-size: 24px;
	display: inline-block;
	float: right;
}*/
.title_u {
	font-size:20px;
	display: inline-block;
	float: right;
    color: #A47A9A;
}
.message_box .txt p {
	font-size:19px;
	margin-bottom: 0.9em;
}
.kuwasiku {
display: inline-block;
float: right;

}
.kuwasiku a {
color: #A47A9A;
background:url(../img/icon_right.png) no-repeat right center;
-webkit-background-size: 20px;
background-size: 20px;
padding-right: 23px;
font-size: 19px;
}
.message_box hr {
display: block;
width: 300px;
margin: 0 auto;
border-bottom: 1px solid #2F243C;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
/*------------------------*/
.message_box_c {
	border:2px #BC277A solid;
	box-sizing:border-box;
	text-align:center;
	padding:17px 0;
}
.message_box_c .store {
	display: block;
	color:rgb(209, 39, 122);
	font-size: 30px;
	margin: 0 0 15px;
	line-height: 1.5;
}
.message_box_c a {
	text-decoration: underline;
	color:rgb(209, 39, 122);
	line-height: 1.5;
	font-size: 30px;
	display: block;
	text-align: center;
	margin:0 0 10px;
}
.waribiki p{
text-align: center;
}
.waribiki .kuwasiku {
display: block;
text-align: center;
float:none;
font-size: 24px;
margin-bottom: 130px;
}
.gift p{
text-align: center;
margin-bottom: 15px;
}
.gift .kuwasiku {
display: block;
text-align: center;
float:none;
font-size: 24px;
margin-top: 30px;
margin-bottom: 130px;
}

/*------------------------*/
.bk03 {
    width: 100%;
}
.bk03 .sec {
	width: 1200px;
	padding:36px auto 30px auto;
}
.profile_box {
font-size: 24px;
}
.profile_photo {
position: relative;
}
.staff_wrap {
	margin: 0 auto 40px;
 	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	}

.staff_left {
 	width: 396px;
	}


.staff_left .profile_box {
width: 100%;
box-sizing:border-box;

}
.staff_left .profile_photo img {
width: 100%;
height: auto;
}

 .staff_right {
width: 804px;
 /*width: 695px;*/
	}

.staff_right .profile_box {
width: 238px;
margin:0 0 20px 30px ;
position: relative;
float:left;

}
.staff_right .profile_photo {
position: relative;

}
.staff_right .profile_photo img {
width: 100%;
height: auto;
}

.staff_left .profile_box p {
font-size:19px;
letter-spacing: -0.5px;
line-height: 1.5;
margin-top: 10px;
margin-bottom: 5px;
}
.staff_right .profile_box p {
font-size:18.8px;
letter-spacing: -0.5px;
line-height: 1.5;
margin-top: 10px;
margin-bottom: 5px;
}
.staff_right .profile_box .kuwasiku{
margin-top: 0px;
text-align: center;
display:block !important;
float:none !important;
}
.profile_photo span {
position: absolute;
bottom:0;
display: block;
width: 100%;
box-sizing:border-box;
color: #fff;
line-height: 1.35;
text-align: center;
background-color:rgba(000,000,000,0.4);
}
.staff_left .profile_photo span {
padding: 5px;
}
.staff_right .profile_photo span {
padding: 5px;
}
.idxVoice iframe {
width: 100%;
}
/*------------------------*/


/*---サムネイル付きお知らせ（PC:４カラム）----------*/

.info_card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto 170px;
}
.info_card .info_card_inner {
    width: 23%;
    line-height: 1.4;
}
.info_card_inner img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.info_card_inner .link_more {
    text-align: right;
}

.title_parple {
    font-size: 27px;
    text-align: center;
    margin-bottom: 25px;
    color: #82517c;
}





/*------------------------*/

.sinq, .sinq p {
	text-align: center;
	color:#A47A9A;
	font-size: 29px;
}
.sinq {
	margin-top: 60px;
}
.sinq p {
	line-height: 1.5;
}
.sinq p span {
	color: #2F243C;
	font-size:19px;
	margin-top: 10px;
}
.sinq img {
	margin-bottom: 35px;
}
/*------------------------*/

.compass {
	width: 76%;
	margin: 0 auto;
}

.compass th, .compass td {
	width: 25%;
	box-sizing:border-box;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	vertical-align: bottom;
}
.compass img {
width: 100%;
height: auto;
}
.compass a {
	color: rgb(125, 90, 40);
}
.title_kuchikomi {
	color: rgb(209, 39, 122);
	font-size: 30px;
	margin-bottom: 35px;
	text-align: center;
}
.gift img {
width: 100%;
max-width:643px;
}

/*------------------------*/
.btn_net_r p {
width: 60%;
margin: 0 auto 30px;
font-size: 19px;
line-height: 1.5;
text-align:center;
}
.btn_net_r {
	font-size:24px;
	text-align: center;
	margin: 35px 0 60px;
	line-height:1.8;
}

.tel {
	font-size: 17px;
	text-align: center;
	margin: 40px 35px;
}
.tel a {
color: #fff;
	text-decoration: underline;
}
.time {
	width: 60%;
	margin: 40px auto 115px;
	font-size: 28px;
	line-height: 1.5;
}
.time th, .time td {
	text-align: left;
}
.time th {
	padding-right: 25px;
	width: 25%;
	letter-spacing: 1px;
}
.link_map {
margin: 98px auto 70px;
}
.link_map a{
text-decoration: underline;
font-size: 19px;
}
.idxVoice {
	padding: 10px 35px;
	margin: 60px 40px 120px;
	border: 1px solid #ccc;
	background:#FFFFFF;
	height: 480px;
}
.idxVoice iframe {
height: 430px;
}

.voiceBtm {
	font-size:16px !important;
}

/* ----------------------------
 Footer Fixed Banner
---------------------------- */

.ftRevBn {
	position:fixed;
	width:145px;
	bottom:30px;
	right:20px;
	z-index:3000;
	padding-bottom:5px;
	text-align:center;
}
.ftRevBn dt {
	padding:0;
	cursor: pointer;
	width: 145px;
	height: 145px;
}
.ftRevBn dt img {
	width: 146px;
	height: 146px;
}
.ftRevBn dd ul li {
	display:none;
}
.ftRevBn dd > ul {
	width:100%;
}
.ftRevBn dd > ul > li {
	width:145px;
	text-align: center;
	margin-bottom: 20px;
}
.ftRevBn dd > ul > li > a img {
	margin: 0 auto;
	vertical-align:bottom;
	animation-duration:0.5s;
	animation-name:anime1;
}
@keyframes anime1 {
from {
opacity:0;
}
20% {
opacity:.2;
transform:scale(0.5, 0.5);
}
30% {
opacity:.4;
}
to {
	opacity: 1;
}
}
.icon_apc {
	vertical-align: -1px;
	margin-right: 10px;
	margin-left: 5px;
}
.icon_asp {
	display: none;
}
/*12月限定キャンペーン*/
.cam12 {
	background:url(../img/cam12/bg_cam.png) no-repeat top center;
	width: 1030px;
	height: 791px;
	margin-left: auto;
	margin-right: auto;
}
.title_cam {
	text-align: center;
	padding-top: 26px;
}
p.cam_txt1 {
	text-align: center;
	color: #7d5a28;
	font-size: 36px;
	margin-top: 5px;
	margin-bottom: 0px;
}
p.cam_txt2 {
	text-align: center;
	color: #7d5a28;
	font-size: 21px;
	margin-bottom: 5px;
}
.cam_box p.price {
	position: absolute;
	bottom:-90px;
	font-size: 22px;
	letter-spacing: 1px;
}
.cam_box .price span {
	font-size: 32px;
	font-family: 'Lora', serif;
}
.cam_box .price strong {
	font-size: 40px;
	font-weight: normal;
}
.title_cambox {
	color: #bc277a;
	font-size: 30px;
	margin-bottom: 18px;
}
.cam_box_wrap {
	background:url(../img/cam12/cam_line.png) no-repeat top center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content:center;
	padding-top: 55px;
}
.cam_box {
	width: 375px;
	margin: 0px 23px 0;
	text-align: center;
	position: relative;
}
.cam_box img {
	width: 246px;
	height: auto;
	margin-bottom: 15px;
}
.cam_box .price span.zei {
	font-size: 22px;
}
p.cam_catch {
	font-size: 19px;
	margin-bottom: 0;
	line-height: 1.5;
}
.news {
border-top: 1px solid #2F243C;
border-bottom:1px solid #2F243C;
padding: 70px 60px 30px;
box-sizing:border-box;
width: 1017px;
margin: 0 auto 120px;
font-size: 19px;
line-height: 1.5;
}
.news dt {
margin-bottom: 15px;
color:#753469;
 /*#A47A9A;*/
/*#753469;*/
/*#987181;*/
}
.news dd {
margin-bottom: 80px;
}
.access_btn {
	text-align: center;
}
.access_btn .kuwasiku {
	float: none;
	margin: 60px 20px;
}
.more_info {
	display: none;
}
.c_line {
	display: inline-block;
	background-image: -webkit-linear-gradient(#fe3464, #fe3464);
	background-image: -o-linear-gradient(#fe3464, #fe3464);
	background-image: linear-gradient(#fe3464, #fe3464);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    color: #888;
    margin: 0 0.4em;
    text-decoration: none;
}
.c_price2 {
	color: #fe3464;
	display: inline-block;
}
.campagin_txt {
	color: #fe3464;
	margin-bottom: 10px;
}
@media screen and (max-width:798px) {
.pc_only {
	display: none !important;
}
.sp_only {
	display: block !important;
}
body {
	min-width:100%;
	width: 100%;
}
a:hover img {
	opacity: 1;
	-moz-opacity: 1; /* Firefox */
	filter: alpha(opacity=100); /* IE6/7 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}
img {
	max-width: 100%;
	height: auto;
}
header, footer, #contetnts, #main, .top_image, .sec {
	width: 100%;
	box-sizing: border-box;
}
p {
	font-size: 18px;
	margin-bottom: 15px;
}
header img {
	max-width:40%;
	height: auto;
	padding-bottom: 0;
}
header {
	height: 70px;
	background-color: #fff;
	font-size: 0.8em;
}
.header_wrap {
	height: 90px;

}
.content {
	padding-top: 110px;
}

.headline img {
	width: 100%;
	height: auto;
}
#h_nav {
box-shadow: 0 4px 2px rgba(70,70,73,0.2);
}
#h_nav ul li {
	height: 40px;
	line-height: 40px;
	font-size: 3.3vw;
}
#h_nav ul li a {
	font-size: 3.3vw;
}
/*index*/
.top_image p {
	font-size: 4vw;
}
.top_image p.top_p {
	font-size: 6vw;
	margin-bottom: 1em;
}
.headline .open {
	position: relative;
	bottom: auto;
	bottom: auto;
	bottom: auto;
	display:inline-block;
	font-size: 3.1vw;
	text-align:left;
	margin:0 auto;
	bottom:10px;
	line-height:1.5;
}
/*----------------*/
.sec h1 {
	font-size: 4vw;
	line-height: 1.8;
	color:#FFF;
}

.top_image {
	padding: 25px 10px 25px;
}
.youtube_wrap {
width: 96%;
margin: 80px auto;
}
/*----------------*/
.title_cali,.title_cali2 {
	font-size: 28px;
}


.list_cali li {
	width: 90%;
	padding: 0 6%;
	box-sizing:border-box;
	margin: 0 5% 50px;
	font-size: 18px;
}

.list_cali li strong {
	display: block;
	font-size : 5.5vw;
	margin: 0.5em 0px 0;
}

.message_box hr {
    display: block;
    width: 50%;
    margin: 0 25%;
    border-bottom: 1px solid #2F243C;
}


/*----------------*/

.ok {
	border: 2px solid rgb(125, 90, 40);
	width: 90%;
	box-sizing:border-box;
	color: rgb(125, 90, 40);
	font-size: 20px;
	line-height: 1.8;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content: space-around;
	justify-content:space-around;
	margin: 0 auto 50px;
}
.ok .okBox {
	width: 100%;
	box-sizing:border-box;
}
.ok .box01 {
	padding:10px 20px 17px 20px;
}
.ok .box02 {
	padding:10px 40px 17px 20px;
}
.okBox dl {
}
.okBox dt {
	font-size: 18px;
	margin-bottom: 8px;
}
.okBox dt span {
	font-size: 20px;
	margin-right: 5px;
	display: inline-block;
}
.okBox dd {
	font-size: 15px;
}
/*----------------*/

dl.ok {
	width: 84.4%;
	margin: 0 7.8% 50px;
	padding: 25px 0 0;
	font-size: 18px;
}
.idxVoice {
	padding: 10px;
	box-sizing:border-box;
	margin: 0 15px 80px;
}
.p_menu {
	font-size:4.8vw;
	width: 80%;
	margin: 0 auto 50px;
	text-align: left;
}
.c_box {
	width: 84.4%;
	margin: 0 7.8% 30px;
}
.c_box img.menu {
	float: left;
	width: 20%;
	height: auto;
	margin-left: 8%;
}
/*------------------------*/
.bk01 {

}
.bk01 .sec {
	padding:40px 0 0px 0;
}
/*------------------------*/
.link_map a {
font-size: 20px;
}


.list_menu li {
	width: 100%;
	padding: 0 6%;
	box-sizing:border-box;
	font-size: 21px;
	line-height: 1.6;
	color: rgb(125, 90, 40);
	letter-spacing: 0.5px;
	text-align:center;
}
.list_menu li .photo {
	width: 70%;
}
.list_menu li:last-child {
	margin-bottom: 0;
}
.list_menu li .title_course {
	color: rgb(209, 39, 122);
	font-size: 6vw;
	margin: 1em 0px 0.2em 0px;
	text-align: center;
	box-sizing:border-box;
}
.list_menu li .title_course.cnt {
	padding:20px 0 0 0;
}
.list_menu li p {
	display:block;
	text-align:left;
	font-size:4.5vw;
}
.list_menu li .price {
	display:block;
	text-align: center;
	font-size:4vw;
	line-height:1;
}
.list_menu li .price span {
	font-size:6vw;
}
.list_menu li .price span.sla {
	font-size:6.5vw;
}

.menutxt ,.menutxt02 ,.menutxt03 {
	display:none;
}
.btnBox {
	border-top:1px #7D5A28 solid;
	padding:10px 0 30px 0;
}
.btnBox .btn {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	padding:5px 30px;
	background:url(../img/ico_arrow01.png) no-repeat 92% center, #7D5A28;
	background-size:15px;
	margin:15px auto;
	color:#FFFFFF;
	font-size:4vw
}


.btnBox .btnCl {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	padding:5px 30px;
	background:url(../img/ico_arrow02.png) no-repeat 92% center, #7D5A28;
	background-size:15px;
	margin:15px auto;
	color:#FFFFFF;
	font-size:4vw
}

.btnBox .btnCl a{
	color:#FFFFFF;
}



/*------------------------*/

.bk02 .sec {
	padding:30px 0 30px 0;
}
.message_box {
width: 96%;
	margin:40px 2% 30px 2%;
}
.message_box .photo {
	width: 40%;
	box-sizing:border-box;
	text-align:center;
	float: left;
}
.message_box .photo img {
width: 100%;
height: auto;
}
.message_box .store {
	display: block;
	font-size: 8vw;
	margin: 0px 0 20px;
	line-height: 1.5;
}
.message_box .txt {
	width: 60%;
	box-sizing:border-box;
	float: right;
	padding-left: 2%;
}
.title_m {
	display: block;
	margin: 0px 0 15px;
	line-height: 1.6;
}
.title_ms {
	font-size:20px;
    }
.title_u {
	font-size:18px;
    color: #A47A9A;
    float: none;
}
.title_v{
	font-size:18px;
    color: #efefef;
}
.message_box .txt p {
	line-height: 1.5;
	font-size: 16px;
}
.message_box .txt {
margin-bottom: 40px;
}
/*------------------------*/
.message_box_c {
	border:2px #BC277A solid;
	box-sizing:border-box;
	text-align:center;
	padding:17px 0;
	margin:0 7%;
	font-size: 4vw;
}
.message_box_c .store {
	display: block;
	color:rgb(209, 39, 122);
	font-size: 4.8vw;
	margin: 0 0 15px;
	line-height: 1.3;
}
.message_box_c a {
	text-decoration: underline;
	color:rgb(209, 39, 122);
	line-height: 1.3;
	font-size: 4.8vw;
	display: block;
	text-align: center;
	margin:0 0 10px;
}
/*------------------------*/

.slide3{
margin-bottom: 50px;
}




/*------------------------*/
.bk03 {
    width: 100%;
}
.bk03 .sec {
	width: 96% !important;
	padding:36px auto 30px auto;
}
.profile_box {
font-size: 18px;
}
.profile_photo {
position: relative;
}
.staff_wrap {
	margin: 0 auto 40px;
 	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	}

.staff_left {
 	width: 90%;
	margin:0 auto 30px auto;
	}


.staff_left .profile_box {
width: 100%;
box-sizing:border-box;

}
.staff_left .profile_photo img {
width: 100%;
height: auto;
}

 .staff_right {
 	width: 90%;
	margin:0 auto 30px auto;
	}

.staff_right .profile_box {
width: 46%;
margin:0 0 20px 20px ;
position: relative;
float:none;
display:inline-block;
vertical-align: top;
}
.staff_right .profile_box:nth-child(2n+1) {
margin:0 0 20px 0px ;

}


.staff_right .profile_photo {
position: relative;

}
.staff_right .profile_photo img {
width: 100%;
height: auto;
}

.staff_left .profile_box p {
font-size:19px;
letter-spacing: -0.5px;
line-height: 1.5;
margin-top: 10px;
margin-bottom: 5px;
}
.staff_right .profile_box p {
font-size:19px;
letter-spacing: -0.5px;
line-height: 1.5;
margin-top: 10px;
margin-bottom: 5px;
}
.staff_right .profile_box .kuwasiku{
margin-top: 0px;
text-align: center;
display:block !important;
float:none !important;
}
.profile_photo span {
position: absolute;
bottom:0;
display: block;
width: 100%;
box-sizing:border-box;
color: #fff;
line-height: 1.35;
text-align: center;
background-color:rgba(000,000,000,0.4);
}
.staff_left .profile_photo span {
padding: 5px;
}
.staff_right .profile_photo span {
padding: 5px;
}

/*------------------------*/


/*-----キャンペーン（サムネイル付き）-----*/


    .info_card .info_card_inner {
    width: 90%;
    margin: 0 auto 20px;
}
.info_card .info_card_inner img {
    width: 86%;
    margin: 0 7% 15px;
}
.info_card .info_card_inner .link_more {
    text-align: center;
    margin-bottom: 40px;
	}

/*------------------------*/


.compass {
	width: 86%;
}
.store, .title_m {
	font-size: 21px;
}
.sinq p {
	font-size: 5vw;
}
.sinq p span {
	font-size: 18px;
	display: block;
	margin-top: 20px;
}
.compass a, .compass td {
	font-size: 3vw;
	line-height: 1.4;
}

.course_wrap.top .c_box .price {
	width: 100%;
	margin-left: 0;
}
.title_kuchikomi {
	font-size: 5vw;
	margin-top: 10px;
	margin-bottom: 15px;
}
/*------------------------*/

.idxVoice {
	padding: 10px 15px;
	margin: 0 20px 0px;
	border: 1px solid #ccc;
	background:#FFFFFF;
	height: 730px;
}
.idxVoice iframe {
height: 650px;
}
.voiceBtm {
	font-size:3vw !important;
}
.idxVoice iframe {
	width: 100%;
}
.staff_left .profile_box p,.staff_right .profile_box p {
font-size: 4vw;
}
.staff_left .profile_box p,.staff_right .profile_box p {
margin: 10px 4% 0;
}

.news dd {
font-size: 16px;
}
/*------------------------*/
.sec02 {
	width: 96%;
	margin: 0 auto;
}
.waribiki,.gift {
width: 90%;
margin: 0 auto;
}
.waribiki,.gift p {
text-align: left;
}
.waribiki .kuwasiku,.gift .kuwasiku {
margin-bottom: 60px;
margin-top: 0px;
}
.news {
width: 90%;
padding: 30px 0;
font-size: 18px;
}
.btn_net_r p {
width: 100%;
margin: 0 auto 30px;
font-size: 18px;
}
a.link_menu {
	font-size: 5vw;
	margin: 20px 0 70px;
}
.sinq {
	margin-top: 70px;
}
.sinq img {
	max-width:70%;
}
.btn_net_r {
	font-size:4vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.link_map {
    margin: 30px auto 40px;
}
.tel {
	font-size: 4.5vw;
	margin: 15px;
}
.time {
	font-size: 4vw;
	width: 90%;
	margin: 0 10%;
}
.icon_apc {
	display: none;
}
.icon_asp {
	display: block;
	margin: 10px auto 0;
}
.price {
	line-height: 1.3;
}
footer p{
	font-size: 3.2vw;
}
footer a.tel{
color: #fff;
}
img.f_cby {
    margin: 20px 0 20px;
}
img.f_inster {
    margin: 0 0 30px;
}
img.f_cali {
margin-bottom: 10px;
}
small {
	color:#FFF;
	display: block;
	margin-top: 10px;
	padding:10px 0;
	font-size: 4vw;
}
small a {
	color:#FFF;
}
/* ----------------------------
 Footer Fixed Banner
---------------------------- */
.ftRevBn {
	width: 20%;
	right: 10px;
	bottom: 35px;
}
.ftRevBn dt {
	width: 100%;
	height: auto;
}
.ftRevBn dt img {
	width: 100%;
	height: auto;
}
.ftRevBn dd > ul > li {
	width: 80%;
	margin: 15px auto;
}
/*12月限定キャンペーン*/
.cam12 {
	background:url(../img/cam12/bg_cam_btm_sp.png) no-repeat bottom center, url(../img/cam12/bg_cam_sp.png) no-repeat top center;
	width: 100%;
	height: auto;
	background-size:100%;
	padding: 0 20px;
	box-sizing:border-box;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.title_cam {
	padding-top:90px;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
}
p.cam_txt1 {
	font-size: 4.5vw;
	font-weight: bold;
	margin-top: 10px;
}
p.cam_txt2 {
	font-size: 4.5vw;
	line-height: 1.5;
	margin: 20px 0;
}
.cam_box_wrap {
	background:url(../img/cam12/cam_line_sp.png) no-repeat top center;
	-webkit-background-size: contain;
	background-size: contain;
	margin: 0 25px;
	padding-top: 0;
}
.cam_box {
	margin: 30px 0;
}
.title_cam {
	padding-top: 70px;
}
.title_cambox {
	font-size: 6vmin;
}
.cam_box .price span.zei {
	display: none;
}
.cam_box p.price {
	position: relative;
	bottom:auto;
	margin-top: 20px;
	text-align: center;
}
.cam_box p.price {
	font-size: 3.5vw;
}
/*店舗ナビ*/
#f_nav ul li a {
    font-size: 3.3vw;
}
	span.ex {
		font-size: 12px;
		display: block;
	}
.more_detail {
	margin: 0 0 15px;
}
}
@media screen and (min-width:798px) {
#h_nav ul li a:hover {
	background-color: #987181;
	color: #fff;
}
/*店舗ナビ*/
#f_nav ul li a:hover {
    background-color: #987181;
    color: #fff;
}
}
.multiple-items {
    overflow: hidden;
    padding: 30px 0;
	text-align: center;
}
.multiple-items li {
    width: 133px;
    margin: 0 5px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.multiple-items dl {
	text-align: center;
}
.multiple-items dt {
    font-size: 12px;
	text-align: center;
	line-height: 1.4;
    font-weight: bold;
	margin-top: 10px;
}
.multiple-items dd {
    font-size: 12px;
	line-height: 1.4;
	text-align: center;
}
.multiple-items a {
    text-decoration: none;
    color: #666;
}

@media screen and (max-width: 767px) {
.multiple-items {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    padding: 30px 30px 40px;
}
.multiple-items li {
    width: 50%;
    margin: 0 0 15px 0px;
    text-align: center !important;
}
.multiple-items li:first-child {
    margin: 0 0 0 0;
}
.slick-slide img {
    display: inline-block !important;
}


}

#map {
    width: 1000px;
    height: 400px;
    margin: 0 auto;
}

@media screen and (max-width:798px) {
#map{
	width:100%;
	height:0;
	margin:0 auto;
	padding-top:80%;
	}

}


.breadcrumbs{
	font-size: 14px;
	width: 1000px;
	padding: 15px 0;
	margin: 0 auto;
}

@media screen and (max-width:798px) {
.breadcrumbs{
	font-size: 3.2vw;
	width: 97%;
	padding: 15px 0;
	margin: 0 auto;
	}
.message_box .txt .campagin_txt {
	margin-top: 3px;
	font-size: 13px;
	}
}


/* shibuya */
body.shibuya {
  font-size: 18px;
}
body.shibuya p {
  font-size: 18px;
}
body.shibuya .mb40 {
  margin-bottom: 40px !important;
}
body.shibuya .mb50 {
  margin-bottom: 50px !important;
}
body.shibuya .columns {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
body.shibuya .area-inner {
  text-align: center;
  margin: auto;
}
body.shibuya .area-inner p {
  text-align: center;
}
body.shibuya .btn_white a {
  display: inline-block;
  padding: 7px;
  color: #1f233b;
  border-radius: 35px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  letter-spacing: 1.5px;
  border: 1px solid #1f233b;
  margin-right: auto;
  width: 290px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
}
body.shibuya .btn_white a::after {
  content: "";
  width: 11px;
  height: 21px;
  background: url("https://www.cbycalista.jp/images/icon_right_black.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 12px;
  vertical-align: -6px;
}
body.shibuya .header {
  height: 100px;
  display: flex;
  align-items: center;
}
body.shibuya .header .header-logo img {
  height: auto;
  margin: auto;
  width: 145px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}
body.shibuya .header .header-logo span {
  font-size: 14px;
  font-family: YuMincho;
  margin-top: 6px;
  display: block;
  color: #3c3736;
  font-weight: bold;
}
body.shibuya .content {
  padding-top: 120px;
}
body.shibuya h2.fs-24 {
  font-weight: 600;
}
body.shibuya .slick-slider-fade {
  position: relative;
}
body.shibuya .slick-slider-fade::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 100;
  height: 175px;
  width: 100%;
  background-image: url(../img/webp/fv_under_wave.png.webp);
  background-size: 100% 100%;
}
body.shibuya .qa {
  position: relative;
}
body.shibuya .qa_q {
  background: url(../images/icon_q.png) no-repeat left 2px;
  background-size: 20px;
  padding-left: 50px;
}
body.shibuya .qa_a {
  display: block;
  height: auto;
  width: auto;
}
body.shibuya .tuduki {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgb(125, 90, 40);
  cursor: pointer;
}
body.shibuya .qa_wrap {
  margin: 0 auto;
  border-top: 1px solid #000;
}
body.shibuya .qa_more {
  float: right;
  z-index: 999;
}
body.shibuya .qa_wrap .qa {
  padding: 30px 0 38px;
  border-bottom: 1px solid;
}
body.shibuya .qa_wrap .qa_q {
  cursor: pointer;
  background: unset;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
body.shibuya .qa_wrap .qa_q::before, body.shibuya .qa_wrap .qa_q::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.shibuya .qa_wrap .qa_q::before {
  background-image: url(https://www.cbycalista.jp/images/qa_q.png);
  height: 20px;
  width: 20px;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
}
body.shibuya .qa_wrap .qa_q::after {
  left: unset;
  right: 4px;
  width: 25px;
  height: 27px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, #000000 50%, #000000 52%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, rgba(255, 255, 255, 0) 50%, #000000 50%, #000000 52%, rgba(255, 255, 255, 0) 52%);
  transform: rotate(45deg);
}
body.shibuya .qa_wrap .qa_q:not(.is-open) p {
  margin-bottom: 0;
}
body.shibuya .qa_wrap .qa_q.is-open::after {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 50%, #fff 50%, #fff 52%, rgba(255, 255, 255, 0) 52%), linear-gradient(315deg, rgba(255, 255, 255, 0) 50%, #000000 50%, #000000 52%, rgba(255, 255, 255, 0) 52%);
  transform: rotate(45deg);
}
body.shibuya .qa_wrap .qa_a {
  padding-left: 40px;
}
body.shibuya .qa_wrap .qa_a p {
  font-size: 15px;
  color: #612e64;
}
body.shibuya .qa_wrap .qa_a p:last-child {
  margin-bottom: 0;
}
body.shibuya .ftRevBn {
  bottom: 70px;
  transform: translateY(150%);
  transition: all 0.6s ease;
  width: 100px;
}
body.shibuya .ftRevBn .fvRev_inner:first-child {
  margin-bottom: -10px;
}
body.shibuya .ftRevBn dt {
  width: 100px;
  height: 100px;
}
body.shibuya .ftRevBn dt img {
  width: 100px;
  height: 100px;
}
body.shibuya .ftRevBn dd li {
  width: 100px;
}
body.shibuya .ftRevBn dd li:last-child {
  margin-bottom: 0;
}
body.shibuya .ftRevBn dd img {
  width: 80px;
  height: 80px;
}
body.shibuya .fixed-content-bottom {
  transform: translateY(200%);
  transition: all 0.6s ease;
}
body.shibuya.show-ftRevBn .ftRevBn,
body.shibuya.show-ftRevBn .fixed-content-bottom {
  transform: translateY(0%);
}
body.shibuya .section-read {
  padding: 60px 10px 140px;
}
body.shibuya .section-read h2 {
  margin-bottom: 42px;
}
body.shibuya .section-read p {
  line-height: 2;
}
body.shibuya .section-howto {
  padding: 80px 20px 150px;
}
body.shibuya .section-howto h2 {
  margin-bottom: 10px;
}
body.shibuya .section-howto .slick-slider-type3--step {
  margin-top: 67px;
}
body.shibuya .section-gallery {
  padding: 65px 0px 145px;
}
body.shibuya .section-gallery h2 {
  line-height: 2;
  margin-bottom: 52px;
}
body.shibuya .section-menu {
  padding: 95px 20px 100px;
}
body.shibuya .section-menu h2 {
  margin-bottom: 73px;
}
body.shibuya .section-menu .slick-slider-type3--2 .sst-item:first-child .sst-item__txt p:not(.sst-item__txt-hl) {
  letter-spacing: -1px;
}
body.shibuya .section-menu-btn {
  text-decoration: underline;
  color: #363638;
  padding: 0 35px;
}
body.shibuya .section-staff {
  padding: 92px 20px 168px;
}
body.shibuya .section-staff h2 {
  margin-bottom: 58px;
}
body.shibuya .section-staff-slider {
  width: 953px;
  max-width: 100%;
  margin: auto;
  padding: 0 30px;
}
body.shibuya .section-staff-slider__item {
  margin: 0 23px;
}
body.shibuya .section-staff-slider__item img {
  width: 165px;
  height: 165px;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 14px;
}
body.shibuya .section-staff-slider__item a {
  text-decoration: underline;
  font-size: 18px;
  line-height: 1.6;
  color: #3c3736;
}
body.shibuya .section-staff-slider .slick-arrow {
  width: 17px;
  height: 34px;
  background-size: cover;
  top: -82.5px;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.33 35.33'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %233c3736; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpolyline class='cls-1' points='18.63 34.62 1.42 17.66 18.63 .71'/%3E%3C/g%3E%3C/svg%3E");
  transform: unset;
}
body.shibuya .section-staff-slider .slick-arrow::before, body.shibuya .section-staff-slider .slick-arrow::after {
  content: unset;
}
body.shibuya .section-staff-slider .slick-arrow.slick-prev {
  left: 0;
}
body.shibuya .section-staff-slider .slick-arrow.slick-next {
  right: 0;
  transform: scale(-1, 1);
}
body.shibuya .section-staff-group {
  display: none;
  align-items: flex-start;
  -moz-column-gap: 42px;
       column-gap: 42px;
  row-gap: 38px;
  flex-wrap: wrap;
  width: 355px;
  max-width: 100%;
  margin: auto;
}
body.shibuya .section-staff-group .section-staff-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: calc(50% - 21px);
}
body.shibuya .section-staff-group img {
  width: 146px;
  height: 146px;
  border-radius: 100%;
  margin-bottom: 10px;
}
body.shibuya .section-staff-group a {
  text-decoration: underline;
  font-size: 15px;
  line-height: 1.6;
  color: #3c3736;
}
body.shibuya .section-access {
  padding: 90px 20px 115px;
  text-align: left;
  line-height: 1.45;
}
body.shibuya .section-access h2 {
  margin-bottom: 40px;
}
body.shibuya .section-access p {
  text-align: left;
  line-height: 1.45;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
body.shibuya .section-access .columns {
  width: 890px;
  max-width: 100%;
  margin: auto;
  gap: 47px;
}
body.shibuya .section-access .columns #map {
  width: 450px;
  max-width: 100%;
  height: 360px;
}
body.shibuya .section-access h3 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 25px;
  text-align: left;
}
body.shibuya .section-access .bhours-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 9px;
  margin-bottom: 30px;
}
body.shibuya .section-access .bhours-group .bhours {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  gap: 11px;
}
body.shibuya .section-access .bhours-group .bhours > * {
  display: inline-block;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
body.shibuya .section-access .bhours-group .bhours .day {
  padding: 2.5px 18.5px;
  background-color: #727271;
  color: white;
  text-align: center;
  border-radius: 2em;
  letter-spacing: 0;
}
body.shibuya .section-access a.btn-arrow {
  width: 100%;
  color: #3c3736;
  border: 1px solid;
  border-radius: 2em;
  font-size: 16px;
  line-height: 1.25;
  padding: 4px 20px;
  display: block;
}
body.shibuya .title_cby2 {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 28px;
  line-height: 1.45;
  color: #82517c;
  position: relative;
  font-size: 29px;
  letter-spacing: 3px;
  line-height: 1.25;
}
body.shibuya .title_cby2.black {
  color: #21243c;
}
body.shibuya .link-type1 {
  font-size: 16px;
  color: #21243c;
  text-decoration: underline;
  padding-right: 30px;
  position: relative;
}
body.shibuya .link-type1::after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
body.shibuya .area_medium {
  padding: 80px 20px;
}
body.shibuya .area_post-info .title_cby2 {
  margin-bottom: 30px;
}
body.shibuya .area_post-info .image-gallery {
  margin-bottom: 70px;
  display: inline-flex;
}
body.shibuya .area_post-info .image-gallery figure {
  margin-right: 30px;
}
body.shibuya .area_post-info .image-gallery figure img {
  height: auto;
}
body.shibuya .area_post-info .image-gallery figure figcaption {
  margin: 15px auto;
  font-size: 21px;
  line-height: 2;
}
body.shibuya .area_post-info .image-gallery figure:last-child {
  margin-right: 0;
}
body.shibuya .area_kuchikomi {
  padding-top: 110px;
  padding-bottom: 110px;
}
body.shibuya .area_kuchikomi h2 {
  margin-top: -100px;
  padding-top: 100px;
}
body.shibuya .area_kuchikomi .sec {
  width: 800px;
  max-width: 96%;
  margin: auto;
}
body.shibuya .area_kuchikomi .sec .idxVoice {
  padding: 10px 35px;
  margin: 0 40px;
  border: 1px solid #ccc;
  background: #ffffff;
  height: 480px;
}
body.shibuya .area_info {
  padding: 90px 0;
}
body.shibuya .area_info .columns {
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 60px;
  display: flex;
  justify-content: space-around;
}
body.shibuya .area_info .columns .column .title_cby2 {
  margin-bottom: 25px;
}
body.shibuya .area_info .columns .column .title_cby2 + p {
  font-size: 14px;
  margin-bottom: 20px;
}
body.shibuya .area_qa {
  padding: 90px 0 30px;
}
body.shibuya .area_qa .area-inner p {
  text-align: left;
}
body.shibuya .area_qa .btn_white a {
  position: relative;
}
body.shibuya .area_qa .btn_white a::after {
  right: 20px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
body.shibuya .area_news {
  padding: 90px 0 60px;
}
body.shibuya .area_news > .sec {
  margin: auto !important;
  width: 1100px;
  max-width: 100%;
  padding: 0 20px;
}
body.shibuya .area_news .title_cby2 {
  color: #212451;
}
body.shibuya .area_news .news {
  border-top: 1px solid #2f243c;
  border-bottom: 1px solid #2f243c;
  padding: 70px 60px 30px;
  box-sizing: border-box;
  max-width: 804px;
  margin: 0 auto 0px;
  font-size: 19px;
  line-height: 1.5;
  max-width: unset;
  padding: 0;
  border: 0;
}
body.shibuya .area_news .news dt {
  color: #212451;
}
body.shibuya .area_news .news dd {
  margin-bottom: 60px;
}
body.shibuya .area_news .news a {
  color: #212451;
}
body.shibuya .area_news .news > *:last-child {
  text-align: center;
}
body.shibuya .area_news .news > *:last-child a {
  padding: 7px 40px;
  border: 1px solid;
  border-radius: 2em;
  text-decoration: none;
  width: 400px;
  display: block;
  margin: auto;
  position: relative;
}
body.shibuya .area_news .news > *:last-child a::after {
  right: 20px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  content: "";
  width: 11px;
  height: 21px;
  background: url("https://www.cbycalista.jp/images/icon_right_black.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 12px;
  vertical-align: -6px;
}
body.shibuya .area_news .news > *:last-child a u {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  body.shibuya .ftRevBn {
    bottom: 120px;
  }
}
@media screen and (max-width: 900px) {
  body.shibuya .slick-slider-fade::after {
    bottom: -1px;
    height: 100px;
  }
  body.shibuya .section-access .columns {
    flex-direction: column;
  }
  body.shibuya .section-access .columns > * {
    width: 100%;
  }
  body.shibuya .section-access .columns #map {
    width: 100%;
    height: 76vw;
    max-height: 50vw;
    padding: 0;
  }
}
@media screen and (max-width: 850px) {
  body.shibuya .section-staff-slider {
    display: none;
  }
  body.shibuya .section-staff-group {
    display: flex;
  }
}
@media screen and (max-width: 798px) {
  body.shibuya .voiceBtm {
    font-size: 14px !important;
  }
  body.shibuya .idxVoice iframe {
    height: 430px;
  }
  body.shibuya header img {
    max-width: unset;
  }
  body.shibuya .tel {
    font-size: 17px;
  }
  body.shibuya small {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  body.shibuya .qa_wrap .qa {
    padding: 15px 0 20px;
    margin-bottom: 0;
  }
  body.shibuya .qa_wrap .qa_q {
    padding-left: 25px;
    padding-right: 45px;
  }
  body.shibuya .qa_wrap .qa_q::before, body.shibuya .qa_wrap .qa_q::after {
    top: 5.5px;
    margin-top: 0;
  }
  body.shibuya .qa_wrap .qa_q::before {
    height: 15px;
    width: 15px;
  }
  body.shibuya .qa_wrap .qa_q::after {
    width: 15px;
    height: 15px;
  }
  body.shibuya .qa_wrap .qa_q p {
    font-size: 14px;
    line-height: 1.6;
  }
  body.shibuya .qa_wrap .btn_white {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
  }
  body.shibuya .qa_wrap .btn_white a {
    margin-top: 0;
    width: 90%;
  }
  body.shibuya .ftRevBn {
    bottom: 80px;
  }
}
@media screen and (max-width: 374px) {
  body.shibuya .ftRevBn {
    bottom: 100px;
  }
}
@media screen and (max-width: 320px) {
  body.shibuya .ftRevBn {
    bottom: 150px;
  }
}

@media screen and (max-width: 750px) {
  body.shibuya {
    font-family: YuMincho, serif;
  }
  body.shibuya p {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
  body.shibuya .header {
    height: 70px;
  }
  body.shibuya .header .header-logo img {
    width: 118px;
  }
  body.shibuya .header .header-logo span {
    margin-top: 2px;
    font-size: 13px;
  }
  body.shibuya .content {
    padding-top: 105px;
  }
  body.shibuya .slick-slider-fade::after {
    background-image: url(../img/webp/fv_under_wave_mb.png.webp);
    height: 34.5px;
    bottom: 0;
  }
  body.shibuya h2.fs-24 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.6;
    font-weight: normal;
  }
  body.shibuya .section-read {
    padding: 55px 20px 65px;
  }
  body.shibuya .section-read h2 {
    margin-bottom: 50px;
  }
  body.shibuya .section-howto {
    padding: 93px 10px 123px;
    padding-right: 0;
  }
  body.shibuya .section-howto h2 {
    margin-bottom: 15px;
  }
  body.shibuya .section-howto h2 + p img {
    width: 45px;
  }
  body.shibuya .section-howto .slick-slider-type3-mb {
    margin-bottom: 0;
  }
  body.shibuya .section-menu {
    padding: 95px 20px 65px;
  }
  body.shibuya .section-menu h2 {
    margin-bottom: 20px;
  }
  body.shibuya .section-menu-btn {
    font-size: 13px;
  }
  body.shibuya .section-menu .slick-slider-type3-mb {
    margin: 20px auto 60px;
  }
  body.shibuya .section-staff {
    padding: 65px 20px 80px;
  }
  body.shibuya .section-staff h2 {
    margin-bottom: 25px;
  }
  body.shibuya .section-staff-group {
    margin-bottom: 43px;
  }
  body.shibuya .section-access {
    padding: 63px 20px 72px;
  }
  body.shibuya .section-access h2 {
    margin-bottom: 25px;
  }
  body.shibuya .section-access .columns {
    gap: 7px;
  }
  body.shibuya .section-access h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
  body.shibuya .section-access p {
    margin-bottom: 20px;
  }
  body.shibuya .section-access .bhours-group {
    margin-bottom: 20px;
  }
  body.shibuya .section-access .bhours-group .bhours {
    gap: 7px;
  }
  body.shibuya .section-access .bhours-group .bhours > * {
    font-size: 14px;
  }
  body.shibuya .section-access .bhours-group .bhours .day {
    padding: 1.5px 12.5px;
    min-width: 53px;
  }
  body.shibuya .section-access .bhours-group + p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  body.shibuya .section-access a.btn-arrow {
    font-size: 13px;
    padding: 6px 15px;
    width: 294px;
    max-width: 100%;
    margin: auto;
  }
  body.shibuya .section-access a.btn-arrow::after {
    width: 10px;
    height: 10px;
  }
  body.shibuya .section-gallery {
    padding: 93px 0px 96px;
  }
  body.shibuya .section-gallery h2 {
    margin-bottom: 25px;
  }
  body.shibuya .section-gallery .slick-slider-type4 {
    margin-bottom: 0;
  }
  body.shibuya .area_post-info {
    padding: 60px 20px 65px !important;
  }
  body.shibuya .area_post-info .image-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 262px;
    max-width: 100%;
    margin: auto auto 50px !important;
  }
  body.shibuya .area_post-info .image-gallery figure {
    margin: 0 !important;
    width: calc(50% - 10px) !important;
  }
  body.shibuya .area_post-info .image-gallery figure img {
    width: 240px;
    max-width: 100%;
    aspect-ratio: 240/325;
  }
  body.shibuya .area_post-info .image-gallery + p img {
    width: 170px;
    max-width: 100%;
  }
  body.shibuya .area_info {
    padding: 0 !important;
  }
  body.shibuya .area_info .area-inner {
    padding: 0 !important;
  }
  body.shibuya .area_info__content a {
    display: block;
    color: #21243c;
    position: relative;
    padding: 45px 20px 30px;
    padding-right: 65px;
  }
  body.shibuya .area_info__content a > * {
    text-align: left !important;
  }
  body.shibuya .area_info__content a::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border: 1px solid;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
  }
  body.shibuya .area_info__content h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  body.shibuya .area_info__content p {
    font-size: 14px;
    letter-spacing: 2px;
  }
  body.shibuya .area_kuchikomi {
    padding-top: 40px;
    padding-bottom: 80px !important;
  }
  body.shibuya .area_kuchikomi h2 {
    margin-bottom: 30px;
  }
  body.shibuya .area_kuchikomi .sec {
    width: 100%;
    max-width: unset;
  }
  body.shibuya .area_kuchikomi .sec .idxVoice {
    padding: 10px 10px;
    margin: 0 10px 0px;
    border: 1px solid #ccc;
    background: #ffffff;
    height: 730px;
  }
  body.shibuya .area_kuchikomi .sec .idxVoice iframe {
    height: 660px;
  }
  body.shibuya .area_qa {
    padding: 60px 0 50px;
  }
  body.shibuya .area_qa .title_cby2 {
    margin-bottom: 40px;
  }
  body.shibuya .area_qa .btn_white a {
    padding: 2px 10px;
    font-size: 16px;
  }
  body.shibuya .area_news {
    padding: 50px 0 10px;
  }
  body.shibuya .area_news .title_cby2 {
    margin-bottom: 30px;
  }
  body.shibuya .area_news .news dd,
body.shibuya .area_news .news dt {
    font-size: 13px;
  }
  body.shibuya .area_news .news dd {
    margin-bottom: 20px;
  }
  body.shibuya .area_news .news > *:last-child a {
    width: 90%;
    margin-top: 50px;
  }
  body.shibuya .footer-bottom {
    padding: 10px 15px 15px;
  }
  body.shibuya .footer p {
    letter-spacing: 0.7px;
  }
}
@media screen and (min-width: 501px) {
  body.shibuya .fv .mb-hidden {
    display: block !important;
  }
  body.shibuya .fv .mb {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  body.shibuya .section-access .columns {
    gap: 7px;
  }
  body.shibuya .section-access .columns #map {
    max-height: unset;
  }
}
@media screen and (max-width: 375px) {
  body.shibuya .section-staff-group {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  body.shibuya .section-staff-group .section-staff-item {
    width: calc(50% - 10px);
  }
  body.shibuya .section-staff-group .section-staff-item img {
    width: 100px;
    height: 100px;
  }
}
/* shibuya */

/* ストアモーダル */
.fixed-content .reserve-content__btn-net {
  cursor: pointer;
}
.area_store_modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.area_store_modal.--show {
  opacity: 1;
  visibility: visible;
}
.area_store_modal .asm-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsl(0deg 0% 100% / 80%);
}
.area_store_modal .asm-in {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.area_store_modal .asm__close {
  position: absolute;
  z-index: 5000;
  top: -8px;
  right: -8px;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: 1px solid #c5c6c7;
  background-color: white;
  cursor: pointer;
}
.area_store_modal .asm__close span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 32px;
  background-color: #717171;
}
.area_store_modal .asm__close span:first-child {
  transform: rotate(-45deg);
}
.area_store_modal .asm__close span:last-child {
  transform: rotate(45deg);
}
.area_store_modal .asm__btn {
  position: relative;
  width: 100%;
  padding: 14.5px 50px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 2em;
  text-align: center;
}
.area_store_modal .asm__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 1px solid white;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.area_store_modal .asm__btn.--primary {
  font-weight: 600;
  color: white;
  background-color: #a87ea4;
}
.area_store_modal .asm__btn.--white {
  font-weight: 400;
  color: #3c3736;
  border: 1px solid #3c3736;
  background-color: #fff;
}
.area_store_modal .asm__btn.--white::after {
  border-color: #3c3736;
}
.area_store_modal .asm__name {
}
.area_store_modal .asm-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 55px;
  width: 1220px;
  max-width: calc(100% - 36px);
  padding: 60px;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.area_store_modal .asm-txt p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
.area_store_modal .asm-txt p:last-child {
  margin-bottom: 0;
}
.area_store_modal .asm-btns {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 353px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .area_store_modal .asm__close {
    top: -4px;
    right: -4px;
    width: 33px;
    height: 33px;
  }
  .area_store_modal .asm__close span {
    height: 18px;
  }
  .area_store_modal .asm-content {
    gap: 30px;
    padding: 40px 18px;
  }
  .area_store_modal .asm-txt p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .area_store_modal .asm-btns {
    gap: 20px;
  }
  .area_store_modal .asm__btn {
    padding: 13px 30px;
    font-size: 16px;
    line-height: 20px;
  }
  .area_store_modal .asm__btn::after {
    right: 18px;
    width: 9px;
    height: 9px;
  }
}