@charset "utf-8";
/******************************************
display
******************************************/
.pc-only {
  display: inherit;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: inherit;
  }
}

/* 年齢認証ポップアップ */
/****************************************
Layout
*****************************************/
/*col*/
.col2{width:48%;}
.col3{width:30%;}
.col4{width:22%;}
.col5{width:18.4%;}
.col6{width:15%;}
.col img{}
@media screen and (min-width:769px){/*pc*/
	.col2-pc{width:48%;}
	.col3-pc{width:30%;}
	.col4-pc{width:22%;}
	.col5-pc{width:18.4%;}
	.col6-pc{width:15%;}
}
@media screen and (max-width:768px){/*pc*/
	.col2-sp{width:48%;}
	.col3-sp{width:30%;}
	.col4-sp{width:22%;}
	.col5-sp{width:18.4%;}
	.col6-sp{width:15%;}
}

/*margin-top*/
.mt5{margin-top: 5rem;}
.mt4{margin-top: 4rem;}
.mt3{margin-top: 3rem;}
.mt2{margin-top: 2rem;}
.mt1-5{margin-top: 1.5rem;}
.mt1{margin-top: 1rem;}
.mt0-5{margin-top: .5rem;}

/*margin-bottom*/
.mb5{margin-bottom: 5rem;}
.mb4{margin-bottom: 4rem;}
.mb3{margin-bottom: 3rem;}
.mb2{margin-bottom: 2rem;}
.mb1-5{margin-bottom: 1.5rem;}
.mb1{margin-bottom: 1rem;}
.mb0-5{margin-bottom: .5rem;}
.mb0-3{margin-bottom: .3rem;}
.mb0-2{margin-bottom: .2rem;}

.text-center{
	text-align:center;
}

.text-bold{
	font-weight:bold;
}

.m0auto{
	margin:0 auto;
	width: max-content;
}

/*flexbox*/
.flex{	
	display: flex;
	flex-wrap:wrap;
}
@media screen and (min-width:769px){/*pc*/
	.flex-pc{	
		display: flex;
		flex-wrap:wrap;
	}
}
.flex--start{
	justify-content: flex-start;
}
.flex--center{
	justify-content: center;
}
.flex--end{
	justify-content: flex-end;
}
.flex--bet{
	justify-content: space-between;
}
.flex--acenter{
	align-items: center;
}
.flex--abottom{
	align-items:flex-end;
}
.flex--nowrap{
	flex-wrap: nowrap;
}

strong{
	color:#5F4A8B;
}

.overlay{
    top:0;
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    position:fixed;
    z-index:1066;
  justify-content: center;
  align-items: center;
}
.btn_area{
    width: 500px;
    height: 300px;
    /* margin-top: -75px; */
    /* margin-left: -150px; */
    background-color: #fff;
    padding: 1.8em;
    border-radius: 10px;
    z-index: 2;
}
.pop-btn {
    display: block;
    margin: 0 auto;
    width: 150px;
    background-color: #5f4a8b;
    border: 0;
    border-radius: 5px;
    padding: 1em;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    box-sizing: border-box;
    line-height: 1em;
    cursor: pointer;
}
.pop-btn:hover {
	opacity:0.8;
	color:#fff;
	transition: .5s;
}
.pop-copy {
	font-size: 11px;
	line-height: 1.5em;
}
/* /年齢認証ポップアップ */

.aBtn {
	display: block;
	border: 1px solid #66498D;
	color: #66498D;
	padding: 1.5em;
	border-radius: 5px;
	width: 230px;
	margin: 0 auto;
}

.aBtn.long {
	width: 400px;
	max-width:100%;
}


/* センター詳細 */
.center_pink {
	color: #F00564;
	border: 1px solid #F00564;
	border-radius: 5px;
	padding: 0.4em 1em;
	text-align: center;
	font-size: 40px;
}
.center_tel_midashi {
	text-align: center;
	background-color: #5F4A8B;
	width: 150px;
	margin: 0.8em auto;
	border-radius: 20px;
	color: #fff;
	padding: 0.4em 0 0.3em 0;
}
.center_tel {
	border: 1px solid #5F4A8B;
	border-radius: 5px;
	padding: 0.4em 1em;
	font-size: 40px;
	text-align: center;
}
.center_tel a{
	color: #5F4A8B;
}
.center_code_midashi {
	text-align: center;
	background-color: #F00564;
	width: 150px;
	margin: 0.8em auto;
	border-radius: 20px;
	color: #fff;
	padding: 0.4em 0 0.3em 0;
}
.waku {
	border: 1px solid #5F4A8B;
	padding: 2em;
	width: 90%;
	margin: 0 auto;
	margin-top: 1em;
}
.center_waku {
	color: #5F4A8B;
	border: 1px solid #5F4A8B;
	border-radius: 5px;
	padding: 1em;
}
.center_waku span{
	color: #ff0000;
	font-weight:normal;
}
.c_pink{
	background-color:#F00564 !important;
	color:#fff  !important;
	border-color:#F00564  !important;
}
/* /センター詳細 */

html {
	height: 100%;
	-webkit-text-size-adjust:100%;
}
body {
	padding-top: 77px;
}
main{
	width:100%;
	overflow:hidden;
	line-height:1.61em;
}
.cntWrap{
	width: 100%;
	max-width:960px;
	margin:0 auto;
	padding: 10px 0 20px;
}
h2{
	margin-bottom: 15px;
	padding-left: 8px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 2.35rem;
	color: #FFF;
  background: #5f4a8b;
}
h3 {
	color: #5F4A8B;
	text-align: center;
	border: 1px solid;
	border-radius: 40px;
	padding: 0.5em;
	margin-bottom: 50px;
	margin-top: 30px;
}
h3.midashi-pink {
	color: #F00564;
	border-radius: 0;
	margin-bottom: 1em;
}
span{
	font-weight: bold;
	color: #f00564;
}
address{
	margin: 0;
}


.text-sitecolor{
	color: #66498D;
}

.text-pink{
	color: #F00564;
}
.text-red{
	color: #ff0000;
}

/************ table ************/

.tbl th,
.tbl td {
	border: solid 1px;
	padding: 10px;
}

.tbl {
	width:100%;
	border-collapse:  collapse;
}



/************ footer ************/
.pagetop {
	width:60px;
	margin:20px auto 40px;
}
footer .footer-nav a{
  color:#5f4a8b;
	font-size: 0.7rem;
	text-decoration: underline;
}
footer #copy{
	position:relative;
	width:100%;
	padding: 12px 0;
  background:#5f4a8b;
}
#copy{
	color: #FFF;
	text-align: center;
	font-size: 0.7rem;
	line-height: 0.9rem;
}
#copy a{
	color: #FFF;
	font-size: 0.7rem;
	line-height: 0.9rem;
	text-decoration:underline;
}
/************ /footer ************/



@media screen and (max-width: 768px) {
	.waku {
		padding: 0.2em;
	}
	.m0auto{
		width: auto;
	}
	.maximage{
		width:100%;
		max-width:100%;
	}
	.visualWrap{
		margin: 0 auto 15px;
	}
	.cntWrap{
		padding: 10px 10px 15px;
	}
	
	.accordion-menu {
		width: 100%;
		margin: 20px auto 20px;
		border-radius: 4px;
	}
	.accordion-menuInner {
		margin-top: 10px;
		border: 2px solid #5f4a8b;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	.accordion-menu li.open .dropdownlink {
		color: #5f4a8b;
		font-weight: bold;
	}
	.accordion-menu li.open .dropdownlink .fa-chevron-down {
		-webkit-transform: rotate(180deg);
						transform: rotate(180deg);
	}
	.dropdownlink {
		cursor: pointer;
		display: block;
		padding: 15px 15px 15px 5px;
		font-size: 1.3rem;
		text-align: center;
		border-bottom: 1px solid #ccc;
		color: #5f4a8b;
		position: relative;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}
	.dropdownlink i {
		position: absolute;
		top: 17px;
		left: 16px;
	}
	.dropdownlink .fa-chevron-down {
		right: 12px;
		left: auto;
	}
	.submenuItems {
		display: none;
	}
	.submenuItemsInner {
		width: 100%;
		padding: 2%;
		-js-display: flex;
		display: flex;
		flex-wrap: wrap;
		background:#FDFCFE;
	}
	.submenuItemsInner li {
		width: calc(100% / 4);
		padding: 1%;
		box-sizing:border-box;
		line-height: 1.5rem;
	}
	.submenuItemsInner a {
		display: block;
		color: #333;
		text-align: center;
		font-size: 0.9rem;
		font-weight: bold;
		border: 1px solid #cececf;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 14px 0;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
		background-color: #e2e2e2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e2e2e2));
		background-image: -webkit-linear-gradient(top, #f9f9f9, #e2e2e2);
		background-image: -moz-linear-gradient(top, #f9f9f9, #e2e2e2);
		background-image: -o-linear-gradient(top, #f9f9f9, #e2e2e2);
		background-image: -ms-linear-gradient(top, #f9f9f9, #e2e2e2);
		background-image: linear-gradient(top, #f9f9f9, #e2e2e2);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e2e2e2');
	}
	.submenuItemsInner a:hover {
		background-color: #5f4a8b;
		color: #5f4a8b;
	}
	
	.settlementBnr{
		margin-top: 20px;
	}
	.pickupBnr li , .settlementBnr li {
		margin-top: 15px;
	}
	.pickupBnr li:first-child , .settlementBnr li:first-child {
		margin-top: 0;
	}
	.pickupBnr h3 {
		margin-bottom: 6px;
		font-size: 1rem;
		font-weight: bold;
		color: #333;
	}
	.settlementBnr h3 {
		margin-bottom: 6px;
		font-size: 1rem;
		font-weight: bold;
		color: #5f4a8b;
	}
	/************ footer ************/
	footer .footer-nav{
		width: 100%;
		margin-bottom: 25px;
		padding: 3%;
		-js-display: flex;
		display: flex;
		flex-wrap: wrap;
	}
	footer .footer-nav li {
		width: calc(100% / 3);
		box-sizing:border-box;
		line-height: 1.5rem;
	}
	/************ /footer ************/

	.center_pink {
		font-size: 30px;
	}

}

@media screen and (min-width: 769px) {
	.pc_none{
		display: none;
	}
	.visualWrap{
		width: 100%;
		max-width: 960px;
		margin: 0 auto 30px;
	}
	
	.accordion-menu {
		width: 100%;
		margin: 20px auto 20px;
		border-radius: 4px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.accordion-menuInner {
		margin-top: 10px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 33%;
		height: fit-content;
	}
	.accordion-menu li.open .dropdownlink {
		color: #5f4a8b;
		font-weight: bold;
	}
	.accordion-menu li.open .dropdownlink .fa-chevron-down {
		-webkit-transform: rotate(180deg);
						transform: rotate(180deg);
	}
	.dropdownlink {
		cursor: pointer;
		display: block;
		padding: 15px 15px 15px 5px;
		font-size: 1.3rem;
		text-align: center;
		border: 2px solid #5f4a8b;
		color: #5f4a8b;
		position: relative;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}
	.dropdownlink i {
		position: absolute;
		top: 17px;
		left: 16px;
	}
	.dropdownlink .fa-chevron-down {
		right: 12px;
		left: auto;
	}
	.submenuItems {
		display: none;
	}
	.submenuItemsInner {
		width: 100%;
		padding: 2%;
		-js-display: flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		background:#FDFCFE;
	}
	.submenuItemsInner li {
		width: 48%;
		padding: 2%;
		box-sizing:border-box;
		line-height: 1.5rem;
	}
	.submenuItemsInner a {
		display: block;
		color: #333;
		text-align: center;
		font-size: 0.9rem;
		font-weight: bold;
		border: 1px solid #cececf;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 14px 0;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
		background-color: #e2e2e2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e2e2e2));
		background-image: -webkit-linear-gradient(top, #f9f9f9, #e2e2e2);
		background-image: -moz-linear-gradient(top, #f9f9f9, #e2e2e2);
		background-image: -o-linear-gradient(top, #f9f9f9, #e2e2e2);
		background-image: -ms-linear-gradient(top, #f9f9f9, #e2e2e2);
		background-image: linear-gradient(top, #f9f9f9, #e2e2e2);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e2e2e2');
	}
	.submenuItemsInner a:hover {
		background-color: #5f4a8b;
		color: #5f4a8b;
	}
	
	.pickupBnr , .settlementBnr{
		width: 100%;
		-js-display: flex;
		display: flex;
		flex-wrap: wrap;
	}
	.settlementBnr{
		margin-top: 15px;
	}
	.pickupBnr li , .settlementBnr li {
		width: calc(100% / 2);
		padding: 1%;
		box-sizing:border-box;
	}
	.pickupBnr h3 {
		margin-bottom: 6px;
		font-size: 1.1rem;
		font-weight: bold;
		color: #333;
	}
	.settlementBnr h3 {
		margin-bottom: 6px;
		font-size: 1.1rem;
		font-weight: bold;
		color: #5f4a8b;
	}
	/************ footer ************/
	footer .footer-nav{
		width: 740px;
		margin: 0 auto 25px;
		-js-display: flex;
		display: flex;
		flex-wrap: wrap;
	}
	footer .footer-nav li {
		width: calc(100% / 5);
		box-sizing:border-box;
		line-height: 1.5rem;
	}
	footer .footer-nav a{
		text-align: center;
	}
	/************ /footer ************/
}


/* テーブル */

.hTable table{
width: 95%;
margin: 0 auto;
}
.hTable table, th, td {
  border-collapse: collapse;
  border: 1px solid #888;
  line-height: 1.3;
	text-align:center;
	font-size:14px;
}

.hTable th{
	color: #fff;
	background-color: #7F67BF;
	font-weight:bold;
}
.hTable tr:nth-child(even){
	background-color: #f5f5f5;
}
.hTable th, td {
	padding-top:10px;
	padding-bottom:10px;
}

.hTable .t_title{
	width:20%;
	font-weight:bold;
	background-color:#c6e0b4;
}

.hTable .t_midashi{
	width:13%;
}

/* /テーブル */

input[type="text"],input[type="password"], textarea {
	border: 1px solid #222;
	font-size: 1.33em;
	padding: 10px;
	width: 100%;
}
input[type="submit"] {
	width: 50%;
	padding: 1em;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: inherit;
	/* box-shadow: 4px 4px 13px #888; */
}
.sub-btn {
	width: 100%;
	padding: 1em;
	border: 2px solid #222;
	border-radius: 30px;
	font-size: inherit;
	/* box-shadow: 4px 4px 13px #888; */
	background-color: #fff;
	cursor: pointer;
	position: relative;
	font-weight:bold;
}
.sub-btn::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content: '';
	display: inline-block;
	height: 8px;
	margin-bottom: 1px;
	transform: rotate(45deg);
	width: 8px;
	text-align: right;
	position: absolute;
	right: 25px;
	bottom: 22px;
}
.top-btn {
	background: #db4083;
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	text-align: center;
	width: 70%;
	text-decoration: none;
	width: 100%;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
}
.link-btn-tellist{
	background: #fff;
	border-radius:50px;
	border:2px solid #222;
	color:#222;
}
.link-btn-tellist.link-arrow::after {
	right: 18px;
	top: 20px;
	border-color:#222;
}


#seisan span{
	font-weight: normal;
}
#seisan .dropdownlink {
	text-align: left;
	text-indent: 15px;
}
#seisan .dropdownlink span{
	font-weight: normal;
	font-size: 16px;
}
#seisan select{
	border: 1px solid;
	padding: 1em;
	appearance: auto;
}
#seisan .sub-btn {
	padding: 1em;
	border: none;
	border-radius: 0;
	font-size: inherit;
	background-color: #5f4a8b;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	color: #fff;
	width: 500px;
}
#seisan .sub-btn::after {
	display: none;
}
.faxArea {
	border: 1px solid #f00564;
}
.fax {
	text-align: center;
	color: #fff;
	background-color: #5f4a8b;
	font-size: 30px;
	padding: 0.4em;
}
.p1{
	padding:1em;
}
.seisanForm{
	width:90%;
	margin:0 auto;
}
#banklogin{
	margin-bottom:0;
}
.loginbtn {
	width: 60%;
	min-width:250px;
	padding: 1em;
	color:#5f4a8b;
	border: 2px solid #5f4a8b;
	border-radius: 30px;
	font-size: inherit;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	-webkit-appearance: none;
}
.loginbtn::after {
	border-top: 2px solid #5f4a8b;
	border-right: 2px solid #5f4a8b;
	content: '';
	display: inline-block;
	height: 8px;
	margin-bottom: 1px;
	transform: rotate(45deg);
	width: 8px;
	text-align: right;
	position: absolute;
	right: 25px;
	bottom: 22px;
}

@media screen and (max-width: 768px) {

	#seisan .accordion-menuInner {
		border: 0;
	}
	#seisan .dropdownlink {
		text-indent: 0;
		border: 2px solid #5f4a8b;
	}
	#seisan .dropdownlink span {
		display: block;
		margin-top: 0.5em;
		color: #66498D;
	}
	.fax {
		font-size: 24px;
	}
	#seisan .sub-btn {
		width: 80%;
	}

}



.cam-cate {
	background-color: #dfc9ff;
	color: #720808;
}