/*   */@charset "Shift-JIS";
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

body{
	color: #502525;
	background: #fffdf9;
	font-family: "ŸàƒSƒVƒbƒN Medium", "Yu Gothic Medium", "ŸàƒSƒVƒbƒN‘Ì", "YuGothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", "Meiryo", sans-serif;
}

p{
	font-size: 1.5rem;
	line-height: 1.75;
}

a{
	color: #343a40;
}

@media ( min-width : 980px ){
	.container{
		width: 768px;
	}
}

.container-main{
	min-height: 768px;
	min-height: calc(100vh - 169px);
	padding-bottom: 24px;
	background: #fff;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}

h2.ttl{
	margin: 24px -8px 24px -8px;
	color: #845956;
	background: #f8efe1;
}

.ttl-large{
	padding: 1em 0;
	color: #845956;
	font-size: 3.2rem;
}

.en{
	display: block;
	margin: 0 auto;
	padding: .5em;
	font-size: 1.8rem;
	color: #e0b98c;
	font-family: 'Pinyon Script', cursive;
}

.decoration{
	position: relative;
}

.decoration:before,.decoration:after{
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	width: 60px;
	height: 12px;
	background: url(../img/decoration.png);
	background-size: contain;
}

.decoration:before{
	left: 5%;
}

.decoration:after{
	right: 5%;
	transform: rotate(180deg);
}

@media ( min-width : 980px ){
	.decoration:before{
		left: 28%;
	}

	.decoration:after{
		right: 28%;
	}
}

h3.ttl{
	margin: 8px auto;
	padding: 0 0 4px 16px;
	color: #845956;
	border-bottom: 1px solid #f8efe1;
	position: relative;
}

h3.ttl:before {
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	display: block;
	content: "";
	width: 6px;
	height: 20px;
	background: #845956;
	border-radius: 16px;
}

h3.ttl:first-child{
	margin: 0 auto 8px;
}

/*ƒtƒH[ƒ€“àh2*/
.formBox h2.ttl{
	margin: 0 -24px 24px -24px;
	background: #f8efe1;
}

/*----------------------------------------------
ƒeƒLƒXƒgŒn
-----------------------------------------------*/
/*’Žß*/
.memoBox{
	padding: 24px;
}

.memo{
	background: #fafafa;
	border: 1px solid #e5e5e5;
}

/*”NŒŽ“úŽž•ª•\Ž¦*/
.date{
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 4px;
}

.descriptionArea{
	padding: 4px;
}

.descriptionArea p{
	font-weight: normal;
}

/*----------------------------------------------
ƒ{ƒ^ƒ“/ƒŠƒ“ƒN
-----------------------------------------------*/
.btn{
	width: 72%;
	margin: 32px auto;
	color: #fff;
	background:#ffb063;
	border-radius: 32px;
}

.btn-cancel{
	background: #bbb;
}

.btn-back{
	color: #ffb063;
	background: #fff;
	border: 2px solid #ffb063;
}

.btn-toBuyPt{
	margin: 0;
	width: 25%;
	color: #525252;
	border-radius: 4px;
	background: #ffce2c;
}

#scrollToTop{
	color: #e0b98c;
	opacity: .75;
	right: 12px;
	bottom: 128px;
}

.textLink-more{
	color: #ffb063;
}

.textLink-thin{
	color: #777;
	font-weight: normal;
}

/*ƒy[ƒWƒl[ƒVƒ‡ƒ“*/
.pagination_item.nowPage{
	color:#ffb063;
	background: #fffaf1;
}
@media ( min-width : 980px ){
	.pagination_item_link:hover{
		color:#ffb063;
		background: #fffaf1;
	}
}

/*----------------------------------------------
ƒwƒbƒ_[
-----------------------------------------------*/
header{
	width: 100%;
	height: 100px;
}

.container-header{
	width: 100%;
	height: inherit;
	position: fixed;
	top: 0;
	background: #fffaf1;
	box-shadow: 0 0 8px #a9a9a9;
	z-index: 996;
}

.container-header_inner{
	width: calc(100% - 72px);
	height: 64px;
}

.logo a{
	display: block;
	width: 160px;
	height: 40px;
	background: url(../img/logo.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/*“d˜b”Ô†•‚¨–â‡‚¹ƒŠƒ“ƒN*/
.contactLink{
	font-size: 1.3rem;
}

.contactLink_item{
	display: block;
	color: #ca8c00;
}

.openingHours{
	width: 100%;
	line-height:4;
	font-size: 1.3rem;
	text-align: center;
	color: #ea5514;
}

@media ( min-width : 980px ){
	.logo{
		position: fixed;
		left: 0;
		right: 0;
		margin: auto;
		width: 240px;
		height: 60px;
	}

	.logo a{
		display: block;
		width: inherit;
		height: inherit;
	}

	.contactLink{
		order: 1;
		width: 160px;
		padding-left: 12px;
	}
}

.contactLink_item{
	display: block;
}

/* ƒrƒfƒIŠÓ’è’Ê’m */
.container-video-info{
	background: #fff;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}

.VideoInfoRow{
	margin-right:-8px;
	margin-left:-8px;
}

.VideoInfoBox{
	padding: 16px 8px;
	border-bottom: 1px solid #e0b98c;
}

/*----------------------------------------------
ƒnƒ“ƒo[ƒK[ƒƒjƒ…[
-----------------------------------------------*/
#hamburger-menu{
	right:12px;
	position: fixed;
	padding-top: 2px;
	border-radius: 5px;
}

@media ( min-width : 980px ){
	#hamburger-menu{
		display: block !important;
	}
}

/*ƒo[*/
.hamburger-line{
	background: #845956;
}

#hamburger-menu.is-opened .hamburger-line{
	background: #fff;
}

/*ƒo[‰º‚Ì•¶Žš*/
.hamburger-text{
	margin-top: -4px;
	color: #845956;
}

#hamburger-menu.is-opened .hamburger-text{
	color: #fff;
}

/*-----------------------------------------------
ƒiƒrƒQ[ƒVƒ‡ƒ“
-----------------------------------------------*/
#navi{
	background:linear-gradient(45deg,#ffb063,#ffdecf);
	overflow-y:scroll;
	padding-bottom: 64px;
-ms-overflow-style: none;    /* IE, Edge ‘Î‰ž */
	scrollbar-width: none;       /* Firefox ‘Î‰ž */
}

/* Chrome, Safari ‘Î‰ž */
#navi::-webkit-scrollbar {
	display:none;
}

.naviList_item_link{
	color: #fff;
	color: #845956;
}

/*-----------------------------------------------
ƒƒCƒ“
-----------------------------------------------*/
.mainVisual{
	width: 100%;
	height: 265px;
	background: url(../img/mainvisual.jpg) center center;
	background-size: cover;
}

.leadText{
	font-size: 2rem;
	color: #845956;
	text-align: center;
}

@media ( min-width : 980px ){
	.mainVisual{
		height: 512px;
	}
	.leadText{
		font-size: 4rem;
	}
}

/*-----------------------------------------------
ƒtƒbƒ^[
-----------------------------------------------*/
footer{
	min-height: 96px;
	background: #fffaf1;
}

/*-----------------------------------------------
ƒƒjƒ…[
-----------------------------------------------*/
/*ƒƒOƒCƒ“‘O “o˜^/ƒƒOƒCƒ“ƒ{ƒ^ƒ“*/
.toRegistrationPage,.toLoginPage{
	margin: 16px auto 0;
	font-size: 1.8rem;
	border-radius: 8px;
}

.toRegistrationPage{
	color: #35a391;
	background: #e0f7f3;
	border: 2px solid #53baa9;
}

.toLoginPage{
	color: #e88373;
	background: #ffebe8;
	border: 2px solid #e88373;
}

.toRegistrationPage:active,
.toLoginPage:active{
	background: #fff;
}

.toRegistrationPage i,
.toLoginPage i{
	display:block;
	margin: 0 auto 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 2rem;
	color: #fff;
	background: #35a391;
	border-radius: 50%;
}

.toLoginPage i{
	background: #e88373;
}

@media ( min-width : 980px ){
	.toRegistrationPage,.toLoginPage{
		margin: 24px auto;
		border-radius: 128px;
	}
	.toRegistrationPage:hover{
		color: #53baa9;
		background: #fff;
		transition: .2s all;
		opacity: 1;
	}
	.toLoginPage:hover{
		color: #e88373;
		background: #fff;
		transition: .2s all;
		opacity: 1;
	}

	.toRegistrationPage i,
	.toLoginPage i{
		display: inline-block;
		margin-right: 16px;
	}
}

.menuList{
	margin: 0 auto;
	padding: 16px 0;
}

.menuList_item{
}

.menuList_item_link{
	display: block;
	padding: .5em 0;
	text-align: center;
	font-size: 1.3rem;
	background: #fffdf9;
	border: 1px solid #ffdecf;
	border-radius: 5px;
}

.menuList_item_link i{
	display: block;
	margin: 0 auto 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 2rem;
	color: #fff;
	background: #ffb063;
	background: linear-gradient(45deg,#ffdecf,#ffb063);
	border-radius: 50%;
}

.menuList_item_link:active{
	color: #ffb063;
	border-color: #ffb063;
}

@media ( min-width : 980px ){
	.menuList_item_link:hover{
		color: #ffb063;
		border-color: #ffb063;
		transition: .2s all;
		opacity: 1;
	}
}

/*‰ïˆõî•ñ*/
.useInfoBox{
	padding: 16px 8px;
	border-bottom: 1px solid #e0b98c;
}

/*-----------------------------------------------
“ü—ÍƒtƒH[ƒ€
-----------------------------------------------*/
.comfirmMsg{
	padding: .5em;
	background: #fffdf2;
	border-radius: 5px;
}

/*-----------------------------------------------
V‹K“o˜^
-----------------------------------------------*/
/*—«‘I‘ðF*/
input[type="radio"]#female:checked + .altRadioBtn{
	background-color: #ff80ab;
}

/*’j«‘I‘ðF*/
input[type="radio"]#male:checked + .altRadioBtn{
	background-color: #80a7ff;
}

/* “o˜^‰æ–Ê@‹K–ñ“¯ˆÓ */
.descriptionBox{
	padding: 16px;
	position: relative;
}

.descriptionBox .errorMsg{
	right: 16px;
}

/*-----------------------------------------------
è‚¢ŽtŒŸõŠÖ˜A
-----------------------------------------------*/
.altCheckBox{
	display: inline-block;
	width: auto;
	min-width: 105px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
		user-select: none;
}

.altCheckBox:before{
	border-right: 3px solid #ffb063;
	border-bottom: 3px solid #ffb063;
}
/*ƒ`ƒFƒbƒNƒ}[ƒN ƒ`ƒFƒbƒNŽž‚É•\Ž¦*/
input[type="checkbox"].checkboxItem:checked + .altCheckBox:before{
	opacity: 1;
}

input[type="checkbox"].checkboxItem:checked + .altCheckBox:after{
	border: 2px solid #ffb063;
}

input[type="checkbox"].checkboxItem:checked + .altCheckBox{
	color: #ffb063;
	font-weight: bold;
}

/*-----------------------------------------------
è‚¢Žtˆê——ŠÖ˜A
-----------------------------------------------*/
.fortunetellerList{
}

.fortunetellerList_item{
}

.fortunetellerList_item_box{
	margin: -6px;
	padding: 16px 4px;
	border: 1px solid #f7e8d7;
	height: 100%;
}

.fortunetellerList_item_box .btn{
	width: 96%;
	margin: 16px auto 0;
}

/*Š‘®*/
.fortunetellerList_item_box .shopName{
	text-align: center;
	font-size: 1.4rem;
}

/*–¼‘O*/
.fortunetellerList_item_box .name{
	margin-bottom: 8px;
	padding: .25em;
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*è‚¢Žt‰æ‘œ*/
.fortunetellerList_item_box .imgBox{
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	overflow: hidden;
}

.fortunetellerList_item_box .imgBox .fortunetellerImg{
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	object-fit: cover;
}

/*Žó•tó‘Ô*/
.status{
	width: 100%;
	padding: .5em 0;
	text-align: center;
	font-size: 1.2rem;
	background: #f7f7f7;
	background: #fbf8f7;
}

/*•sÝ*/
.status-absent{
	color:#a0a0a0;
}

/*ŠÓ’è‚Å‚«‚Ü‚·*/
.status-available{
	color:#4ab19b;
}

/*ŠÓ’è’†*/
.status-active{
	color:#ec6a98;
}

/*‘Ò‹@—\’è*/
.status-nextTime{
	color:#ff7e00;
}


.fortunetellerList_item_box .horizontalBtnBox{
	align-items: flex-start;
}

.horizontalBtnBox_inner{
	width: 100%;
}

/* —¿‹à */
.list-price-data{
	padding-top: 4px;
	line-height: 1em;
	text-align: center;
	color: #ca8200;
	font-size: 1.4rem;
	font-weight: bold;
}

.list-price-data span{
	font-weight: normal;
}

.horizontalBtnBox_inner:not(:first-child) .list-price-data{
	border-left: 1px solid #f7e8d7;
}

.horizontalBtnBox .btn i{
	display: block;
	margin: 0 auto 4px;
	font-size: 1.8rem;
}

.horizontalBtnBox .btn{
	/* width: 48%; */
	border-radius: 8px;
	font-size: 1rem;
	margin: 8px auto 4px;
}

.btn_to_video{
	background: #bd87d4;
}

.btn_to_tel{
	background: #2bc972;
}


/*-----------------------------------------------
è‚¢Žtî•ñŠÖ˜A(”²ˆ•\Ž¦—p)
-----------------------------------------------*/
.partialFortunetellerBox{
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
}

.partialFortunetellerBox .imgBox .fortunetellerImg{
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border: 1px solid #e5e5e5;
	object-fit: cover;
	overflow: hidden;
}

/*Ú×î•ñ”z’uBOX*/
.partialFortunetellerItemBox{
	width: calc(100% - 100px);
	padding-left: 8px;
}

.partialFortunetellerItemBox .status{
	text-align: left;
	background: none;
}

/*-----------------------------------------------
è‚¢ŽtÚ×
-----------------------------------------------*/
.profDetailBox{
	margin-bottom: 24px;
	padding-bottom: 8px;
}

.profDetailBox .shopName,
.profDetailBox .name{
	margin: 0 auto 8px;
	text-align: center;
}

.profDetailBox .imgBox{
	width: 180px;
	margin: 0 auto;
	overflow: hidden;
}

.profDetailBox .imgBox .fortunetellerImg{
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	object-fit: cover;
}

/*—¿‹à*/
.profDetailBox .priceBox{
	margin: 24px auto;
}

.profDetailBox .priceBox .price{
	width: 33.333%;
	text-align: center;
	border: 1px solid #e5e5e5;
}

.priceHeadline{
	display: block;
	width: 100%;
	font-size: 1.2rem;
	background: #f8efe1;
}

.introduction_item{
	display: block;
	width: 72%;
	margin: 0 auto;
	padding: .5em;
	text-align: center;
	font-weight: bold;
	color: #502525;
	background: #fcc352;
	border-radius: 32px;
	cursor: pointer;
}

.profDetailBox .btn{
	margin: 0 auto;
}

.profList{
	text-align: left;
}

.profList_item{
	margin-bottom: 4px;
	display: inline-block;
	padding: 0 .25em;
	font-weight: normal;
}

/*------------------------------------
ƒXƒPƒWƒ…[ƒ‹ŠÖ˜A
------------------------------------*/
/*‘Ò‹@ó‘Ô•\Ž¦—pƒAƒCƒRƒ“*/
.statusIcon{
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 1.2rem;
	color: #fff;
	background:#ffb063;
	background:linear-gradient(45deg,#ffb290,#ffb063);
	border-radius: 5px;
}

/*ƒXƒPƒWƒ…[ƒ‹”z’uBOX*/
.scheduleTableBox{
	height: 160px;
	border-bottom: 1px solid #e5e5e5;
	overflow-y:scroll;
	-ms-overflow-style: none;    /* IE, Edge ‘Î‰ž */
	scrollbar-width: none;       /* Firefox ‘Î‰ž */
}

/* Chrome, Safari ‘Î‰ž */
.scheduleTableBox::-webkit-scrollbar{
	display:none;
}

/*‘Ò‹@•\*/
.scheduleTable{
	width: 100%;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
	table-layout: fixed;
}

.scheduleTable .timeRow:nth-child(even){
	background: #fffcf5;
}

/*ƒXƒPƒWƒ…[ƒ‹•\(”NŒŽ“ú—p)*/
.scheduleTable.scheduleTable-date .timeRow td{
	height: 24px;
}

/*“ú—j”wŒiF*/
.scheduleTable.scheduleTable-date .dateRow td.sun{
	background: #ffeff1;
}

/*“y—j”wŒiF*/
.scheduleTable.scheduleTable-date .dateRow td.sat{
	background: #dff3fb;
}

/*—j“ú•\Ž¦*/
.scheduleTable.scheduleTable-date .dateRow td span{
	margin-top: -2px;
	display: block;
	font-size: 1rem;
}

.scheduleTable td{
	width: 42px;
	height: 44px;
	font-weight: normal;
	border: 1px solid #c3c3c3;
}

.scheduleTable td .statusIcon{
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	line-height: 32px;
}

/*------------------------------------
è‚¢Žt‘Ò‹@ƒXƒPƒWƒ…[ƒ‹ƒy[ƒW
------------------------------------*/
.descriptionArea .memo{
	margin: 0 auto;
}

/*ƒXƒPƒWƒ…[ƒ‹‚ ‚è•\Ž¦*/
span.on{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

td.on{
	background: #ffb063;
}

.scheduleDateSelect{
	width: 160px;
	margin-bottom: 16px;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}

.StickyTable {
	overflow-y: auto;
	height: 448px;
	margin: 0 auto;
}

.StickyTable table {
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}

.StickyTable th,
.StickyTable td {
	border: 1px solid #e5e5e5;
	padding: 6px;
	font-size: 1.3rem;
	font-weight: normal;
	white-space: nowrap;
}

.StickyTable tr:first-child th,
.StickyTable tr th:first-child {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: white;
}

.StickyTable tr:first-child th{
	text-align: center;
	background: #f4f4f4;
}

.StickyTable tr:first-child th:first-child {
	z-index: 10;
}

.StickyTable th a{
	display: block;
	width: 120px;
}

.StickyTable th img{
	display: inline-block;
	width: 24px;
	vertical-align: middle;
}

.StickyTable th span{
	display: inline-block;
	width: 80px;
	font-size: 1.2rem;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*-----------------------------------------------
‚¨‹q—l‚ÌŒûƒRƒ~ˆê——
-----------------------------------------------*/
.review_all_list{
	margin-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
}

.review_all_list .imgBox img{
	width: 72px;
	height: 72px;
}

.review_all_list .contentsBox{
	width: 80%;
	padding-left: 2px;
	padding-bottom: 4px;
}

.review_all_list .contentsBox .shopName{
	font-size: 1.4rem;
	font-weight: normal;
}

.review_all_list .contentsBox .name{
	font-size: 1.4rem;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.review_all_list .contentsBox .star,
.review_all_list .contentsBox .date{
	font-size: 1.2rem;
	font-weight: normal;
}

.review_all_list .contentsBox .star img{
	width: 96px;
}

.review_all_list .contentsBox .reviewText{
	padding: 8px 0;
}

/*-----------------------------------------------
ŒûƒRƒ~ˆê——
-----------------------------------------------*/
.reviewList{}

.reviewList_item{
	margin-bottom: 16px;
	border-bottom:1px solid #e5e5e5;
}

.reviewList_item .date{
	text-align: right;
}

.star{
	font-size: 1.2rem;
	font-weight: normal;
	margin-bottom: 4px;
}

.star img{
	width: 96px;
}

.reviewText{
	padding: 8px 0;
}

/*-----------------------------------------------
ŒûƒRƒ~“Še
-----------------------------------------------*/
/*¯*/
.starsBox{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

.starsBox input[type='radio']{
	display: none;
}

.starsBox label{
	position: relative;
	padding: 0 8px;
	color: #d0d0d0;
	cursor: pointer;
	font-size: 4rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
		user-select: none;
}

.stars,
.starsBox label:hover,
.starsBox label:hover ~ label,
.starsBox input[type='radio']:checked ~ label{
	color: #feb100;
}

.stars{
	font-size: 3.2rem;
}

/*-----------------------------------------------
—\–ñƒtƒH[ƒ€
-----------------------------------------------*/
.formBox-reservation{
}

.formBox-reservation label{
	display: inline-block;
	width: 100%;
	padding: 16px 0 16px 32px;
	text-align: left;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
		user-select: none;
}

.formBox-reservation input[type="radio"]:checked + span{
	color: #ffb063;
	font-weight: bold;
}

/*ƒ‰ƒWƒI•—•”•ª*/
.formBox-reservation label span:before,
.formBox-reservation label span:after {
	position: absolute;
	top: calc(50% - 11px);
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	z-index: 1;
	border-radius: 50%;
	background: #fafafa;
	border: 1px solid #ddd;
	transition: all 0.3s ease-in-out;
}

.formBox-reservation input[type="radio"]:checked + span:after{
	background: #ffb063;
	transform: scale(.5);
}

@media ( min-width : 980px ){
	.formBox-reservation label:hover{
		color: #ffb063;
		border-color: #ffb063;
		transition: .2s all;
		opacity: 1;
	}
}

/*-----------------------------------------------
ƒ[ƒ‹ŠÓ’è
-----------------------------------------------*/
/*ŠÓ’èˆË—Šƒy[ƒW*/
input[type="file"]{
	display: none;
}

/*‰æ‘œ‚ð‘I‘ðE•ÏXƒ{ƒ^ƒ“*/
.btn-addFile,.btn-removeFile{
	display: block;
	width: 72%;
	margin: 0 auto;
	padding: .5em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background:#ffb063;
	border-radius: 32px;
	cursor: pointer;
}

.btn-removeFile{
	background: #bbb;
}

@media ( min-width : 980px ){
	.btn-addFile:hover,.btn-removeFile:hover{
		opacity: .75;
	}
}

/*“Y•t‰ðœƒ{ƒ^ƒ“*/
.btn-removeFile{
	margin: 16px auto;
}

#canvas{
	margin: 16px auto;
}

/*ƒ[ƒ‹ˆê——ƒy[ƒW*/
.fortunetellerImg-mail{
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #e5e5e5;
	object-fit: cover;
	overflow: hidden;
	border-radius: 50%;
}

.mailList_item{
	margin-bottom: 16px;
	padding: 8px;
	border: 1px solid #e5e5e5;
}

.mailList_item .link-rightArrow:after{
	right: 2px;
}

.mailList_item .name{
	width: calc(100% - 164px);
	padding-left: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.mailStatusBox{
	width: 114px;
	padding-right: 16px;
}

.mailStatusBox .date{
	font-size: 1rem;
	text-align: center;
}

/*ó‘Ô*/
.mailStatus{
	margin-bottom: 4px;
	padding-left:16px;
	font-size: 1rem;
	font-weight: normal;
	color: #fff;
	border-radius: 3px;
}

.mailStatus i{
	display: inline-block;
	margin-right: 12px;
}
/*Šm”F’†*/
.mailStatus-waite{
	background: #7e3ec6;
}

/*–¢“Ç*/
.mailStatus-unread{
	background: #d00000;
}

/*Šù“Ç*/
.mailStatus-read{
	background: #858686;
}

/*ƒ[ƒ‹Œ–¼*/
.mailTitle{
	width: 100%;
	padding: 8px 0;
	text-align: left;
	font-weight: normal;
}

/*ƒ[ƒ‹Ú×ƒy[ƒW*/
.mailList_item-detail{
	margin-bottom: 8px;
	padding: 8px;
}

.mailList_item-detail .date{
	text-align: right;
}

.mailList_item-detail .mailTitle{
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}

.mailList_item-detail .mailText{
	font-weight: normal;
	padding: 8px 0;
}

.recieved{
	background: #f9f6ff;
}

.sent{
	background: #fafafa;
}

.btn-showAttachedImage{
	width: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: calc(100% - 120px);
	padding: .15em;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 32px;
	cursor: pointer;
}

/*“Y•t‰æ‘œiƒ‚[ƒ_ƒ‹‚Å•\Ž¦j*/
#attachedImage{
	width: 300px;
	height: 300px;
	object-fit: cover;
}

/*------------------------------------
ƒ‚[ƒ_ƒ‹ƒEƒBƒ“ƒhƒE
------------------------------------*/
#modalOverlay{
	position:fixed;
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	height:100vh;
	background:rgba(0,0,0,.65);
	z-index:9998;
	display: none;
}

#modalWrapper{
	position:absolute;
	position:fixed;
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	display: none;
	z-index:9999;
}

#modalWindow{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#modalContent{
	position: relative;
	width: 300px;
	height: 300px;
	background: #fff;
}

#closeModal{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #2a45a0;
	border-radius: 50%;
	cursor: pointer;
}

/*-----------------------------------------------
V’…î•ñˆê——
-----------------------------------------------*/
.informationList{
}

.informationList_item{
	padding: .5em;
}

.informationList_item{
	border-bottom: 1px solid #e5e5e5;
}

.informationList_item_title{
}

.informationDetailTitle{
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
}

.informationDetailText{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
}

/*-----------------------------------------------
è‚¢ƒRƒ“ƒeƒ“ƒcˆê——
-----------------------------------------------*/
.contentsList{
}

.contentsList_item{
	padding: 16px;
}

/*-----------------------------------------------
“o˜^î•ñ•ÏXiƒ}ƒCƒy[ƒWj
-----------------------------------------------*/
.userInfoBox{
	margin-bottom: 16px;
}

.userInfoBox_row{
	padding: 4px 0;
	border-bottom: 1px solid #e5e5e5;
}

.userInfoBox_row_item-right{
	font-size: 1.3rem;
	text-align: right;
}

/*-----------------------------------------------
—\–ñó‹µŠÖ˜A
-----------------------------------------------*/
/*‡”Ô‘Ò‚¿ó‹µŽæ‚èÁ‚µ*/
.cancelWaiting{
	margin-top: 12px;
	padding: .25em 1em;
	color: #845956;
	background: #ffb063;
	border-radius: 24px;
}

.reservationStatusTable{
	width: 100%;
	table-layout: fixed;
	border: 1px solid #e5e5e5;
}

.reservationStatusTable th,
.reservationStatusTable td{
	padding: 0 2px;
	height: 56px;
	font-size: 1.3rem;
	text-align: center;
	border: 1px solid #e5e5e5;
}

.reservationStatusTable th:nth-child(3),
.reservationStatusTable td:nth-child(3){
	width: 40px;
}

.reservationStatusTable th:last-child,
.reservationStatusTable td:last-child{
	width: 64px;
}

.reservationStatusTable thead{
	background: #f4f4f4;
}

.reservationStatusTable .name{
	font-size: 1.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.reservationStatusTable span{
	font-size: 1.1rem;
}

.canceled{
	font-size: 1.3rem;
	font-weight: bold;
	color: #d35959;
}

.btn.toCancel{
	width: 100%;
	margin: 0 auto;
	font-weight: bold;
	color: #0093ff;
	background: none;
	border-radius: 2px;
}

/*-----------------------------------------------
ƒ|ƒCƒ“ƒgw“üƒy[ƒW
-----------------------------------------------*/
.currentPtBox{
}

/*-----------------------------------------------
è‚¢uÀ
-----------------------------------------------*/
.formBox-course .formBox_row{
	margin-left: -16px;
	margin-right: -16px;
}

.formBox-course .formBox_row .ttl{
	font-size: 1.4rem;
}

/*-----------------------------------------------
è‚¢Žt•åW
-----------------------------------------------*/
.recruitmentDescription .memoBox{
	padding: 16px;
	background: #faf3e1;
}

.formBox-recruitment .formBox_row{
	margin-left: -16px;
	margin-right: -16px;
}

.formBox-recruitment .formBox_row .ttl{
	font-size: 1.4rem;
}

/*«•Êƒ{ƒ^ƒ“*/
.formBox-recruitment .altRadioBtn.male,
.formBox-recruitment .altRadioBtn.female,
.formBox-recruitment .altRadioBtn.other{
	width: 32%;
}

/*«•Ê‚»‚Ì‘¼‘I‘ðF*/
input[type="radio"]#other:checked + .altRadioBtn{
	color: #fff;
	background-color: #ff7c4c;
}

/*-----------------------------------------------
“X•Üî•ñ
-----------------------------------------------*/
/*’n}*/
#map{
	height: 480px;
	margin: 24px auto 0;
	border: 4px solid #fafafa;
	overflow: hidden;
}

#map iframe{
	display: block;
	width: 100%;
	height: inherit;
	border: none;
}

/*-----------------------------------------------
‹âsUž
-----------------------------------------------*/
.price_table,
.point_table{
	width: 100%;
	margin: 16px auto;
}

.price_table th,
.point_table th{
	padding: .2em;
	font-size: 1.5rem;
	text-align: center;
	border: 1px solid #d0d0d0;
	font-weight: lighter;
	background: #fbf8ec;
}

.price_table td,
.point_table td {
	padding: .2em;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #d0d0d0;
	font-weight: lighter;
}

.point_table td span{
	color: #f00;
	font-weight: bold;
}

/*-----------------------------------------------
—˜—p‹K–ñE“Á’è¤Eƒvƒ‰ƒCƒoƒV[ƒ|ƒŠƒV[
-----------------------------------------------*/
.legal h3:first-child{
	margin-top: 0;
}

.legal h3{
	margin: 16px 0;
	font-size: 1.4rem;
	color: #c3af8f;
}

.legal h3:before{
	background: #c3af8f;
}

.legal h3:first-child{
	margin-top: 0;
}

.legal ul{
	margin: 8px auto;
	padding-left: 8px;
}

.legal p{
	font-size: 1.4rem;
}

.legal ul li{
	margin-bottom: 8px;
	font-size: 1.3rem;
}

.legal p{
	font-weight: normal;
}



/*-----------------------------------------------
‰‚ß‚Ä‚Ì•ûƒy[ƒW“o˜^ƒoƒi[—p
-----------------------------------------------*/
#bottom_links_box {
    max-width:768px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/*-----------------------------------------------
—¿‹àˆÄ“à
-----------------------------------------------*/
.img-center{
    width: 80%;
    margin: 0 auto;
    display: block;
}

.beginner .memoBox{
	padding: 16px;
	background: #faf3e1;
}

.beginner a{
	color: #c71585;
}


.beginner p.remote_1{
	font-weight: bold;
	color: #ff1493;
}

p.remote_2{
	font-weight: bold;
	color: #9400d3;
}

p.remote_3{
	font-weight: bold;
	color: #FF779F;
}

p.remote_4{
	font-weight: bold;
	color: #FF6600;
}



span.c1{
	color: #FF779F;
}


span.c2{
	color: #FF0000;
}

span.c3{
	color: #FF6A21;
}


.beginner .underline_r{
	
/* 	font-weight: bold; */
	color:black;
	text-decoration: underline red;
}

.img-center-top{
    width: 100%;
    margin: 10px auto;
    display: block;
}

/*-----------------------------------------------
FAQ
-----------------------------------------------*/
.faq .memoBox{
	padding: 16px;
	background: #faf3e1;
}

.faq a{
	color: #c71585;
}

.faq p.question{
	color: #c71585;
}

/*-----------------------------------------------
’ñŒgè‚¢ŠÙ
-----------------------------------------------*/
.PartnerStoreList{
	width: 92%;
	margin: 0 auto;
}

.PartnerStoreList_item{
	margin-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
}

.PartnerStoreList_item_link{
	display: block;
	padding: .5em;
	font-weight: bold;
	color: #7d3c99;
}

.partnerStoreDetailBox .ttl{
	color: #c3af8f;
	font-size: 1.4rem;
}

.partnerStoreDetailBox .ttl::before{
	background: #c3af8f;
}

.partnerStoreDetailBox p{
	font-size: 1.8rem;
	margin-bottom: 16px;
}

.toParrtnerStoreList,
.toReviewList{
	width: 80%;
	padding: 1em;
	font-size: 1.8rem;
	color: #fff;
	background: #35a391;
	border: 2px solid #e0f7f3;
	border-radius: 8px;
}

.toParrtnerStoreList i,
.toReviewList i{
	display:inline-block;
	margin: 0 8px 0 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 2rem;
	color: #35a391;
	background: #fff;
	border-radius: 50%;
}

.pictureBox{
	margin-bottom: 16px;
}

.storePicture{
	display: block;
	width: 170px;
	height: 170px;
	object-fit: cover;
}

/* footerƒŠƒ“ƒN—p */
.bottomMenuList{
	border-radius: 8px;
	overflow: hidden;
}

.bottomMenuList_item{
	width: 50%;
	text-align: center;
}

.bottomMenuList_item:nth-of-type(odd){
/* 	border-right: 1px solid #e5e5e5; */
}

.bottomMenuList_item:nth-of-type(-n + 2){
	border-top:none;
}

.bottomMenuList_item_link{
	padding: .75em;
	font-size: 1.3rem;
	color: #1c5e9f;
	font-weight: bold;
}

/* èpÐ‰î‹æØ‚è—p */
.intoroduction_item{
	padding-top: 16px;
	border-top:1px solid #e5e5e5;
}

.intoroduction a.link{
	font-weight: bold;
	color: #ff1493;
}

.intoroduction a.link2{
	font-weight: bold;
	color: #1493ff;
}

/*-----------------------------------------------
”Y‚Ý‚©‚çè‚¢Žt‚ð’T‚·
-----------------------------------------------*/
.troubleList_item{
	width: 32%;
	margin-bottom: 8px;
}
.troubleList_item:nth-child(7){
	width: 65%;
}

.worries a.link{
	font-weight: bold;
	color: #ff1493;
}

.worries a.link2{
	font-weight: bold;
	color: #1493ff;
}
