@charset "utf-8";
.hamburger-menuArea{
	padding: 20px 3% 0 0;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.hamburger-menu{
	z-index: 2;
}
.nav-menu{
	top:0;
	padding: 55px 0;
}
.top_header{
	background-image: url("../../../common/image/top_icatch.webp");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
}
.top_headerLogo{
	border-radius: 50%;
	width:20%;
	margin-top:5%;
}
.top_catchCopy{
	font-family: "Baskervville SC", serif;
	text-align:left;
	font-size:2.8rem;
	margin:100px 3% 20px 5%;
	color:#737373;
}
main{
	padding: 0 3%;
}
aside{
	padding: 0 3% 10px 3%;
}
h1{
	color:#737373;
	font-size:1rem;
	text-align:center;
}
h2{
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	color:#5e5757;
	margin: 45px 0 25px 0;
	position: relative;
}
.h2_first {
	margin-top: 30px;
}
h2::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; 
	transform: translate(-50%); 
	width: 30px;
	height: 2px; 
	background-color: rgba(94,87,87,0.3);
}
h3{
	font-size: 1.5rem;
	font-weight: bold;
    margin: 5px 0 10px 0;
}
.top_moreLink{
	margin: 20px 0 0 0;
	text-align: right;
}
.top_moreLink a{
	padding: 0 0 10px 0;
	font-size: 1.2rem;
	border-bottom: dotted;
	border-width: 0.5px;
	border-color: #8f8f8f;
	color: #5e5757;
}
.top_h1Sub{
	display: block;
	font-size:1.5rem;
	line-height: 17px;
}
.top_openPR{
	color:#737373;
	font-size: 1.2rem;
	padding:20px 0 0 5%;
	text-align:left;
}
.top_openTxt{
	font-family: "Baskervville SC", serif;
	font-size: 2rem;
	margin:0 1% 0 1%;
}
.top_upperPriceArea{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center; 
}
.top_upperPriceFreq{
	background-color:rgba(218,207,195,0.6);
	opacity: 90%;
	border-radius: 5px;
	padding: 1px 8px;
	margin: 10px 12px 0 0;
}
.top_upperPriceFreq span{
	font-size: 1.5rem;
	margin:0 1px;
}
.top_upperPriceNum span{
	font-size: 3.2rem;
	margin:0 5px;
}
.top_targetArea{
	display: flex;
	padding: 0 0 10px 0;
}
.top_targetItem{
	width:49%;
	border-radius: 10px;
	text-align: center;
}
.top_targetItem img{
	border-radius: 50%;
	width: 120px;
	height: 120px;
}
.top_targetFree{
	margin:0 2% 0 0;
}
.top_targetItem img{
	padding: 10px;
}
.top_targetItem p{
	padding: 0 10% 10px 10%;
	font-weight: 500;
	text-align: left;
	font-size: 1.2rem;
}

.top_studioImageArea img{
	border-radius: 10px 10px 0 0;
}
.studioDesArea{
	padding: 10px 5%;
	font-size: 1.2rem;
	line-height: 25px;
}
.top_compareArea{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.top_compareArea table{
	text-align: center;
	width: 100%;
	border-collapse: separate;
	filter: drop-shadow(0 4px 8px rgba(68, 68, 68, 0.3));
	border-collapse: separate;
}
.top_compareArea tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.top_compareArea tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.top_compareArea tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.top_compareArea tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.top_compareArea th,.top_compareArea td{
	background-color:#FFFBF6;
	border-right: solid;
	border-width: 1px;
	border-color:#d8d8d8 ;
	padding: 5px;
}
.top_compareArea th{
	background-color:#D9D9D9 ;
	font-weight: 500;
}
.top_compareArea td{
	padding: 15px 3%;
}
.top_compareArea .compareTableNull,.top_compareArea .compareTableSEPILAName,.top_compareArea .compareTableRecordName,.top_compareArea .compareTableSEPILA{
	border-right:solid ;
	border-width: 3px;
	border-color:#C2858C ;
}
.top_compareArea .compareTableNull{
	background-color: #D9D9D9;
}
.top_compareArea .compareTableSEPILAName{
	font-weight: 600;
	width: 30%;
	background-color: #fff;
	border-top:solid ;
	border-width: 3px;
	border-color:#C2858C ;
}
.compareTableSEPILAName img{
	border-radius: 50%;
    width: 20%;
    margin-top: 5%;
}
.compareTableSEPILA span{
	font-size: 0.8rem;
	color: #a3a2a2;
}
.top_compareArea .compareTableRecordName{
	font-weight: 600;
}
.top_compareArea .compareTableSEPILA{
	font-weight: 600;
	font-size: 1.2rem;
	background-color: #fff;
}
.csVoiceArea {
	display: flex;
	overflow-x: auto;
	width: 100%;
	max-width: 600px;
}
.voiceItemArea {
	border-radius: 10px;
	padding: 25px 5% 20px 5%;
	margin-bottom: 5px;
	flex: 0 0 auto;
	width: 93%;
	margin-right: 20px;
	box-sizing: border-box;
	position: relative;
}
.voiceItemTitle{
	display: flex;
	align-items: center;
	font-family :Roboto, Arial, sans-serif;
}
.voiceIcon{
	width: 32px;
}
.voiceItemTitle p{
	margin: 0 0 0 3%;
	font-size: 15px;
	font-weight: 400;
}
.voiceMapIcon{
	width: 20px;
	display: block;
	position: absolute;
	right: 4%;
	bottom: 5px;
	margin: 0;
}
.voiceStar{
	color:#fbbc04 ;
	margin: 16px 0 3px 0;
	font-size: 16px;
	font-weight: 400;
	font-family:"Google Symbols";
}
.voiceStar span{
	color:#f1f3f4 ;
}
.voiceDesArea{
	display: flex;
}
.voiceTxtArea{
	margin: 3px 0 0 0;
	width: 300%;
	line-height: 1.5;
	font-size: 14px;
	color: rgb(32, 33, 36);
	font-family :Roboto, Arial, sans-serif;
	font-weight:400;
}

.top_useFlowArea{
	padding: 10px 8%;
}
.flowArea{
	margin-bottom: 10px;
}
.flowAreaCancel{
	margin-top: 30px;
}
.flowHeaderArea{
	display: flex;
	margin-left: -19px;
}
.flowHeaderArea h3{
	margin-top: 5px;
	margin-bottom: 12px;
}
.flowIconArea{
	display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-top: 2px;
    border-radius: 50%;
    color: #fff;
    background: #d4cbc1;
    text-align: center;
	margin-right: 12px;
}
.flowIconAreaCancel{
	background: #998a79;
}
.flowRegiDesArea{
	border-left: 3px solid #f2ede6;
	padding-left: 20px;
	border-left-width: 2px;
}
.flowRegiDesArea p{
	overflow-wrap:break-word;
	padding-left: 5px;
	font-size: 1.2rem;
	margin: 0 0 5px 0;
}
.flowRegiDesArea img{
	margin: 5px 0;
	border-radius: 10px;
	object-fit: cover;
    object-position: center;
	height:130px;
	width:100%;
}
.flowRegiDesArea span{
	font-weight: bold;
	color: #C2858C;
	font-size: 1.2rem;
}
.top_supervisionArea {
    padding: 10px 5% 17px 5%;
    text-align: center;
    margin: 0 0 10px 0;
    filter: drop-shadow(0 2px 5px rgba(68, 68, 68, 0.3));
}
.supervisionDemoArea{
	margin: -10px -6% 10px -6%;
}
.supervisionImg{
	border-radius: 15px 15px 0 0;
}
.supervisionName{
	font-size: 1.7rem;
	margin: 10px 0 5px 0;
}
.supervisionRole{
	color:#949292 ;
}
.supervisionDesArea{
	text-align: left;
	line-height: 20px;
	font-size: 1.2rem;
}
.top_shopInfoArea{
	border-radius: 10px;
	padding: 20px 5%;
}
.top_shopMap{
	justify-content: center;
	align-items: center;
	text-align: center;
	vertical-align: middle;
}
.top_shopMap img{
	border-radius: 10px;
}
.top_shopMap iframe{
	width: 100%;
	height:300px;
}
.top_shopInfo{
	padding: 10px 0 10px 5px;
}
.top_shopInfo h3:nth-of-type(2),.top_shopInfo h3:nth-of-type(3),.top_shopInfo h3:nth-of-type(4),.top_shopInfo h3:nth-of-type(5){
	margin: 10px 0 0 0;
}
.top_shopInfo a,.top_shopInfo p{
	font-size: 1.2rem;
}
.top_faqAccordion {
	width: 100%;
	border-radius: 10px;
	align-items: flex-start;
	justify-content: center;
}

.top_faqAccordion summary {
  	cursor: pointer; /* カーソルをポインタに変更 */
	padding: 20px 5%;
	display: block;
	position: relative;
	font-size: 1.2rem;
	font-weight: 600;
}
.top_faqAccordion p {
  	padding: 10px; 
  	margin: 5px 0 0 5%;
  	letter-spacing: .1rem;
	font-size: 1.2rem;
}
.top_faqAccordion summary::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #4d4c4c;
  transform: rotate(180deg);
  transition:.5s;
  position: absolute;
  right: 0;
  margin:5px 4% 0 0;
}
.top_faqAccordion details[open] summary{
	padding-bottom: 0;
	transition:.3s;
}
.top_faqAccordion details[open] summary::after {
  transform: rotate(0deg);
  transition:.5s;
}
.top_newInfoArea{
    padding: 25px 5%;
	margin:55px 0 55px 0 ;
}
.top_newInfoArea h3{
	text-align:center;
}
.newInfoImage{
	margin:20px 0 10px 0;
}
.top_newInfoArea p{
	text-align:center;
	margin:15px 0 0 0 ;
	font-size:1.4rem;
}
.top_newInfoArea .cvButtonArea{
	margin-top:10px;
}
.top_newInfoArea .cvButton{
	width:205px;
}
.top_newInfoButoon{
	background-color: #06C654;
}
.top_mediascrollArea{
	width: 100%;
	border-radius: 10px;
    height: 230px;
	padding: 10px 5%;
    overflow: auto;
}
.top_mediascrollArea p{
	margin: 0 0 5px 0;
}

@media screen and (min-width:450px) {
	.top_h1Sub{
		line-height:25px ;
	}
	.top_mediascrollArea{
		height: 300px;
	}
	.voiceImgArea {
		width: 100%;
	}
	.voiceImgArea img {
		width: 90px;
		margin: 0 9% 10px 0;
	}
	.top_newInfoArea .cvButton{
		width:270px;
	}
}